diff --git a/assets/curate-jeopardy.js b/assets/curate-jeopardy.js index 2c657d1..7c31955 100644 --- a/assets/curate-jeopardy.js +++ b/assets/curate-jeopardy.js @@ -1,20 +1,28 @@ 'use strict'; const fs = require('fs').promises; +const linkify = require('linkify-it')(); const questions = require('./jeopardy_raw.json'); async function init() { - const curatedQuestions = questions.map((question) => ({ - ...question, - question: question.question.replace(/^'|'$/g, ''), - answer: question.answer.replace(/^((the|an|a)\b(?!-)|\(.*\))\s*|\(.*\)$|"/gi, ''), - fullAnswer: question.answer, + const curatedQuestions = await Promise.all(questions.map(async (question) => { + const links = linkify.match(question.question); + + if (links?.length > 0 || /\[jpe?g\]/.test(question.question)) { + console.log(`Discarding question due URL: ${question.question}`); + return null; + } + + return { + ...question, + question: question.question.replace(/^'|'$/g, ''), + answer: question.answer.replace(/^((the|an|a)\b(?!-)|\(.*\))\s*|\(.*\)$|"|\\/gi, ''), + fullAnswer: question.answer, + }; })); - await fs.writeFile('assets/jeopardy.json', JSON.stringify(curatedQuestions, null, 4)); - - console.log(curatedQuestions); + await fs.writeFile('assets/jeopardy.json', JSON.stringify(curatedQuestions.filter(Boolean), null, 4)); } init(); diff --git a/assets/jeopardy.json b/assets/jeopardy.json index 9ab3ba8..a58f14a 100644 --- a/assets/jeopardy.json +++ b/assets/jeopardy.json @@ -34,7 +34,7 @@ "air_date": "2004-12-31", "question": "In 1963, live on \"The Art Linkletter Show\", this company served its billionth burger", "value": "$200", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "4680", "fullAnswer": "McDonald\\'s" @@ -289,16 +289,6 @@ "show_number": "4680", "fullAnswer": "ply" }, - { - "category": "DR. SEUSS AT THE MULTIPLEX", - "air_date": "2004-12-31", - "question": "Beyond ovoid abandonment, beyond ovoid betrayal... you won't believe the ending when he \"Hatches the Egg\"", - "value": "$400", - "answer": "Horton", - "round": "Double Jeopardy!", - "show_number": "4680", - "fullAnswer": "Horton" - }, { "category": "PRESIDENTIAL STATES OF BIRTH", "air_date": "2004-12-31", @@ -389,26 +379,6 @@ "show_number": "4680", "fullAnswer": "the \"Mystery Train\"" }, - { - "category": "\"X\"s & \"O\"s", - "air_date": "2004-12-31", - "question": "The shorter glass seen here, or a quaint cocktail made with sugar & bitters", - "value": "$800", - "answer": "old-fashioned", - "round": "Double Jeopardy!", - "show_number": "4680", - "fullAnswer": "an old-fashioned" - }, - { - "category": "DR. SEUSS AT THE MULTIPLEX", - "air_date": "2004-12-31", - "question": "Ripped from today's headlines, he was a turtle king gone mad; Mack was the one good turtle who'd bring him down", - "value": "$1200", - "answer": "Yertle", - "round": "Double Jeopardy!", - "show_number": "4680", - "fullAnswer": "Yertle" - }, { "category": "AIRLINE TRAVEL", "air_date": "2004-12-31", @@ -449,16 +419,6 @@ "show_number": "4680", "fullAnswer": "organza" }, - { - "category": "DR. SEUSS AT THE MULTIPLEX", - "air_date": "2004-12-31", - "question": "Somewhere between truth & fiction lies Marco's reality... on Halloween, you won't believe you saw it on this St.", - "value": "$1600", - "answer": "Mulberry Street", - "round": "Double Jeopardy!", - "show_number": "4680", - "fullAnswer": "Mulberry Street" - }, { "category": "AIRLINE TRAVEL", "air_date": "2004-12-31", @@ -499,16 +459,6 @@ "show_number": "4680", "fullAnswer": "XC" }, - { - "category": "DR. SEUSS AT THE MULTIPLEX", - "air_date": "2004-12-31", - "question": "\"500 Hats\"... 500 ways to die. On July 4th, this young boy will defy a king... & become a legend", - "value": "$2000", - "answer": "Bartholomew Cubbins", - "round": "Double Jeopardy!", - "show_number": "4680", - "fullAnswer": "Bartholomew Cubbins" - }, { "category": "AIRLINE TRAVEL", "air_date": "2004-12-31", @@ -619,16 +569,6 @@ "show_number": "5957", "fullAnswer": "heart" }, - { - "category": "GEOGRAPHY \"E\"", - "air_date": "2010-07-06", - "question": "(Tate: I'm Tate Shaffer aboard the National Geographic Endeavour. Alex: And...) We're here in the Galapagos Islands at zero degrees latitude, which means we're right above this imaginary line that goes all the way around the Earth", - "value": "$400", - "answer": "equator", - "round": "Jeopardy!", - "show_number": "5957", - "fullAnswer": "the equator" - }, { "category": "RADIO DISNEY", "air_date": "2010-07-06", @@ -889,16 +829,6 @@ "show_number": "5957", "fullAnswer": "Harry Potter" }, - { - "category": "SEE & SAY", - "air_date": "2010-07-06", - "question": "Say the name of this type of mollusk you see", - "value": "$400", - "answer": "octopus", - "round": "Double Jeopardy!", - "show_number": "5957", - "fullAnswer": "an octopus" - }, { "category": "NEWS TO ME", "air_date": "2010-07-06", @@ -949,16 +879,6 @@ "show_number": "5957", "fullAnswer": "Las Vegas" }, - { - "category": "SEE & SAY", - "air_date": "2010-07-06", - "question": "Say this state that was admitted to the Union in 1859", - "value": "$800", - "answer": "Oregon", - "round": "Double Jeopardy!", - "show_number": "5957", - "fullAnswer": "Oregon" - }, { "category": "NEWS TO ME", "air_date": "2010-07-06", @@ -999,36 +919,6 @@ "show_number": "5957", "fullAnswer": "the high jump" }, - { - "category": "JUST THE FACTS", - "air_date": "2010-07-06", - "question": "This dog breed seen here is a loyal and protective companion", - "value": "$1200", - "answer": "German Shepherd", - "round": "Double Jeopardy!", - "show_number": "5957", - "fullAnswer": "a German Shepherd" - }, - { - "category": "SEE & SAY", - "air_date": "2010-07-06", - "question": "Say the name of this bug; don't worry, it doesn't breathe fire", - "value": "$1200", - "answer": "dragonfly", - "round": "Double Jeopardy!", - "show_number": "5957", - "fullAnswer": "the dragonfly" - }, - { - "category": "NEWS TO ME", - "air_date": "2010-07-06", - "question": "(Jimmy of the Clue Crew demonstrates, putting his arm over his mouth.) To avoid spreading germs & maybe flu, we learned the sneeze named for this character made famous in an 1897 book", - "value": "$1200", - "answer": "Dracula", - "round": "Double Jeopardy!", - "show_number": "5957", - "fullAnswer": "Dracula" - }, { "category": "IN THE DICTIONARY", "air_date": "2010-07-06", @@ -1069,16 +959,6 @@ "show_number": "5957", "fullAnswer": "the Liberty Bell" }, - { - "category": "SEE & SAY", - "air_date": "2010-07-06", - "question": "Say the name of these big trees; it has a color in it", - "value": "$1600", - "answer": "redwood", - "round": "Double Jeopardy!", - "show_number": "5957", - "fullAnswer": "redwood" - }, { "category": "NEWS TO ME", "air_date": "2010-07-06", @@ -1129,16 +1009,6 @@ "show_number": "5957", "fullAnswer": "Prince William" }, - { - "category": "SEE & SAY", - "air_date": "2010-07-06", - "question": "Say the name of this man you see shaking hands with the Premier of China", - "value": "$2000", - "answer": "Ronald Reagan", - "round": "Double Jeopardy!", - "show_number": "5957", - "fullAnswer": "Ronald Reagan" - }, { "category": "NEWS TO ME", "air_date": "2010-07-06", @@ -1504,7 +1374,7 @@ "air_date": "2000-12-18", "question": "Because he had the same thing for lunch every day for 20 years, Andy Warhol painted these, beginning in 1962", "value": "$200", - "answer": "Campbell\\'s Soup cans", + "answer": "Campbell's Soup cans", "round": "Double Jeopardy!", "show_number": "3751", "fullAnswer": "Campbell\\'s Soup cans" @@ -1764,7 +1634,7 @@ "air_date": "2000-07-19", "question": "This bovine took the rap for the disastrous fire of October 8, 1871", "value": "$100", - "answer": "Mrs. O\\'Leary\\'s cow", + "answer": "Mrs. O'Leary's cow", "round": "Jeopardy!", "show_number": "3673", "fullAnswer": "Mrs. O\\'Leary\\'s cow" @@ -1824,7 +1694,7 @@ "air_date": "2000-07-19", "question": "At 14,140 feet, this Rocky Mountain peak discovered in 1806 is one of Colorado's highest", "value": "$200", - "answer": "Pike\\'s Peak", + "answer": "Pike's Peak", "round": "Jeopardy!", "show_number": "3673", "fullAnswer": "Pike\\'s Peak" @@ -1884,7 +1754,7 @@ "air_date": "2000-07-19", "question": "While one creation slept, God took this to make Eve", "value": "$300", - "answer": "Adam\\'s rib", + "answer": "Adam's rib", "round": "Jeopardy!", "show_number": "3673", "fullAnswer": "Adam\\'s rib" @@ -1944,7 +1814,7 @@ "air_date": "2000-07-19", "question": "You'll find this triangular island about 4 miles off the southeast coast of Massachusetts", "value": "$400", - "answer": "Martha\\'s Vineyard", + "answer": "Martha's Vineyard", "round": "Jeopardy!", "show_number": "3673", "fullAnswer": "Martha\\'s Vineyard" @@ -2004,7 +1874,7 @@ "air_date": "2000-07-19", "question": "In Exodus, this was thrown down before Pharaoh at Moses' instruction", "value": "$500", - "answer": "Aaron\\'s rod ", + "answer": "Aaron's rod ", "round": "Jeopardy!", "show_number": "3673", "fullAnswer": "Aaron\\'s rod (turned into a snake)" @@ -2409,16 +2279,6 @@ "show_number": "4931", "fullAnswer": "San Antonio" }, - { - "category": "\"TEEN\" SCENE", - "air_date": "2006-02-06", - "question": "Numerically speaking, read up on \"Fun Stuff\", \"Fashion\", \"Health\" & \"Stars\" at this magazine.com", - "value": "$200", - "answer": "seventeen.com", - "round": "Jeopardy!", - "show_number": "4931", - "fullAnswer": "seventeen.com" - }, { "category": "THE CIVIL WAR", "air_date": "2006-02-06", @@ -2579,16 +2439,6 @@ "show_number": "4931", "fullAnswer": "Uncle Sam" }, - { - "category": "FLAG 'EM DOWN", - "air_date": "2006-02-06", - "question": "The flag of this U.S. possession is almost the same as the flag of Cuba", - "value": "$800", - "answer": "Puerto Rico", - "round": "Jeopardy!", - "show_number": "4931", - "fullAnswer": "Puerto Rico" - }, { "category": "\"TEEN\" SCENE", "air_date": "2006-02-06", @@ -2729,16 +2579,6 @@ "show_number": "4931", "fullAnswer": "Istanbul" }, - { - "category": "U.S. WINTER OLYMPIANS", - "air_date": "2006-02-06", - "question": "(Jimmy of the Clue Crew puts some lines on the ice in the Olympic Oval rink at Park City, UT.) In 1998, this U.S. skater was 2nd at Nagano; in 2002, she was 3rd here in Utah", - "value": "$800", - "answer": "Michelle Kwan", - "round": "Double Jeopardy!", - "show_number": "4931", - "fullAnswer": "Michelle Kwan" - }, { "category": "SCIENCE", "air_date": "2006-02-06", @@ -2799,16 +2639,6 @@ "show_number": "4931", "fullAnswer": "moguls" }, - { - "category": "SCIENCE", - "air_date": "2006-02-06", - "question": "(Sarah of the Clue Crew reads from the pole vault at Duke University's track in Durham, NC.) In bending an elastic solid, stress is the force causing deformation & this is the 6-letter term for the deformation", - "value": "$1200", - "answer": "strain", - "round": "Double Jeopardy!", - "show_number": "4931", - "fullAnswer": "strain" - }, { "category": "WORDS OF THE WRITER", "air_date": "2006-02-06", @@ -2889,16 +2719,6 @@ "show_number": "4931", "fullAnswer": "Borders" }, - { - "category": "FROM THE GREEK", - "air_date": "2006-02-06", - "question": "(Jon of the Clue Crew paddles his kayak.) Kayak is an example of this type of reversible word from the Greek for \"running back again\"", - "value": "$1600", - "answer": "palindrome", - "round": "Double Jeopardy!", - "show_number": "4931", - "fullAnswer": "a palindrome" - }, { "category": "NOT A CURRENT NATIONAL CAPITAL", "air_date": "2006-02-06", @@ -2919,16 +2739,6 @@ "show_number": "4931", "fullAnswer": "Bode Miller" }, - { - "category": "SCIENCE", - "air_date": "2006-02-06", - "question": "(A honey-colored retriever named Max tries to lick Cheryl of the Clue Crew as she pets him at NC State University in Raleigh, NC.) Veterinarians refer to this area of an animal's body as the posterior or this region, from the Latin for \"the tail\"", - "value": "$2000", - "answer": "caudal region", - "round": "Double Jeopardy!", - "show_number": "4931", - "fullAnswer": "the caudal region" - }, { "category": "WORDS OF THE WRITER", "air_date": "2006-02-06", @@ -2969,16 +2779,6 @@ "show_number": "4931", "fullAnswer": "the HMS Beagle" }, - { - "category": "OLD FOLKS IN THEIR 30s", - "air_date": "2009-05-08", - "question": "goop.com is a lifestyles website from this Oscar-winning actress; the g & p represent her initials", - "value": "$200", - "answer": "Gwyneth Paltrow", - "round": "Jeopardy!", - "show_number": "5690", - "fullAnswer": "Gwyneth Paltrow" - }, { "category": "MOVIES & TV", "air_date": "2009-05-08", @@ -3144,7 +2944,7 @@ "air_date": "2009-05-08", "question": "\"Je ne sais pas\" means this, but you still get credit if you phrase it in the form of a question", "value": "$600", - "answer": "I don\\'t know", + "answer": "I don't know", "round": "Jeopardy!", "show_number": "5690", "fullAnswer": "\"I don\\'t know\"" @@ -3299,16 +3099,6 @@ "show_number": "5690", "fullAnswer": "the umbillical cord" }, - { - "category": "MATHEM-ATTACK!", - "air_date": "2009-05-08", - "question": "Che Guevara probably knew the political-sounding term for the root symbol seen here", - "value": "$400", - "answer": "radical", - "round": "Double Jeopardy!", - "show_number": "5690", - "fullAnswer": "radical" - }, { "category": "NAME THE DECADE", "air_date": "2009-05-08", @@ -3419,16 +3209,6 @@ "show_number": "5690", "fullAnswer": "the tibia & fibula" }, - { - "category": "MATHEM-ATTACK!", - "air_date": "2009-05-08", - "question": "(Kelly of the Clue Crew shows an array of numbers enclosed in brackets on the monitor.) A set of numbers in rows and columns can be used in many ways--for example, to encrypt a code or create 3-D computer graphics; the set shares this name with a 1999 film", - "value": "$1200", - "answer": "matrix", - "round": "Double Jeopardy!", - "show_number": "5690", - "fullAnswer": "a matrix" - }, { "category": "NAME THE DECADE", "air_date": "2009-05-08", @@ -3539,16 +3319,6 @@ "show_number": "5690", "fullAnswer": "the cerebellum" }, - { - "category": "MATHEM-ATTACK!", - "air_date": "2009-05-08", - "question": "(Jimmy of the Clue Crew shows a geometric diagram on the monitor.) Half the base times the height gives the area of a triangle; for a cylinder, the area of the base times the height gives this measurement", - "value": "$2000", - "answer": "volume", - "round": "Double Jeopardy!", - "show_number": "5690", - "fullAnswer": "volume" - }, { "category": "NAME THE DECADE", "air_date": "2009-05-08", @@ -3789,16 +3559,6 @@ "show_number": "2825", "fullAnswer": "Titans" }, - { - "category": "TELEVISION", - "air_date": "1996-12-06", - "question": "Character seen here, his action-packed journeys are legendary:", - "value": "$600", - "answer": "Hercules ", - "round": "Jeopardy!", - "show_number": "2825", - "fullAnswer": "Hercules (Kevin Sorbo)" - }, { "category": "ANNUAL EVENTS", "air_date": "1996-12-06", @@ -4239,16 +3999,6 @@ "show_number": "6037", "fullAnswer": "grand" }, - { - "category": "RVs", - "air_date": "2010-12-07", - "question": "(Jimmy of the Clue Crew reports from the RV/MH Hall of Fame in Elkhart, IN.) The GMC Motorhome from the '60s & 70s was among the first models to have this innovation that helps with traction by putting the weight over the wheels that do the work", - "value": "$200", - "answer": "front-wheel drive", - "round": "Jeopardy!", - "show_number": "6037", - "fullAnswer": "front-wheel drive" - }, { "category": "LOST IN SPACE", "air_date": "2010-12-07", @@ -4299,16 +4049,6 @@ "show_number": "6037", "fullAnswer": "bread" }, - { - "category": "RVs", - "air_date": "2010-12-07", - "question": "(Jimmy of the Clue Crew reports from the RV/MH Hall of Fame in Elkhart, IN.) I'm behind the wheel of the very first motor home, from the company whose name has become a synonym for \"motor home\"; since 1967, they've sold over 400,000 of them", - "value": "$400", - "answer": "Winnebago", - "round": "Jeopardy!", - "show_number": "6037", - "fullAnswer": "Winnebago" - }, { "category": "LOST IN SPACE", "air_date": "2010-12-07", @@ -4359,16 +4099,6 @@ "show_number": "6037", "fullAnswer": "a clam" }, - { - "category": "RVs", - "air_date": "2010-12-07", - "question": "(Kelly of the Clue Crew reports from the RV/MH Hall of Fame in Elkhart, IN.) One of the first times a movie star received a fancy trailer as a perk was in 1931; Paramount gave a Chevy house car to this sexy star as she left the stage to make movies like \"She Done Him Wrong\"", - "value": "$600", - "answer": "Mae West", - "round": "Jeopardy!", - "show_number": "6037", - "fullAnswer": "Mae West" - }, { "category": "LOST IN SPACE", "air_date": "2010-12-07", @@ -4659,16 +4389,6 @@ "show_number": "6037", "fullAnswer": "(Charlie) Rangel" }, - { - "category": "MEDICINE", - "air_date": "2010-12-07", - "question": "(Dr. Oz presents the clue.) By surgically interrupting the electrical impulses that are causing an abnormal rhythm, the maze procedure is designed to threat this type of heart arrhythmia abbreviated \"A.F.\"", - "value": "$1600", - "answer": "atrial fibrillation", - "round": "Double Jeopardy!", - "show_number": "6037", - "fullAnswer": "atrial fibrillation" - }, { "category": "4 CONSONANTS IN A ROW", "air_date": "2010-12-07", @@ -4839,26 +4559,6 @@ "show_number": "5243", "fullAnswer": "Alaska" }, - { - "category": "3 LITTLE LETTERS", - "air_date": "2007-05-30", - "question": "(Cheryl of the Clue Crew reports from the Catalina Island Conservancy.) Rampant use of this 3-letter insecticide lead to a hefty settlement for restorating the population of Catalina's bald eagles", - "value": "$400", - "answer": "DDT", - "round": "Jeopardy!", - "show_number": "5243", - "fullAnswer": "DDT" - }, - { - "category": "CALL OUT THE VOICE SQUAD", - "air_date": "2007-05-30", - "question": "(Hi, I'm Harry Shearer.) Among my many \"Simpsons\" voices are the subservient Smithers & this man who lives next door to Homer--Howdy, neighbor", - "value": "$400", - "answer": "Ned Flanders", - "round": "Jeopardy!", - "show_number": "5243", - "fullAnswer": "Ned Flanders" - }, { "category": "YOU'RE UNDER A \"REST\"", "air_date": "2007-05-30", @@ -4869,16 +4569,6 @@ "show_number": "5243", "fullAnswer": "crest" }, - { - "category": "AMERICAN AUTHORS", - "air_date": "2007-05-30", - "question": "(Alex reports from the Mark Twain House.) Mark Twain said that this anti-slavery novelist, his next-door neighbor, liked to sneak up behind people and \"fetch a war-whoop that would jump that person out of his clothes\"", - "value": "$600", - "answer": "Stowe", - "round": "Jeopardy!", - "show_number": "5243", - "fullAnswer": "(Harriet Beecher) Stowe" - }, { "category": "BEGINNING & END", "air_date": "2007-05-30", @@ -4939,16 +4629,6 @@ "show_number": "5243", "fullAnswer": "L. Frank Baum" }, - { - "category": "BEGINNING & END", - "air_date": "2007-05-30", - "question": "These titles of the 2 paintings seen here represent the beginning & end of Jesus' life", - "value": "$800", - "answer": "The Nativity & The Crucifixion", - "round": "Jeopardy!", - "show_number": "5243", - "fullAnswer": "\"The Nativity\" & \"The Crucifixion\"" - }, { "category": "STATE SUPERLATIVES", "air_date": "2007-05-30", @@ -4999,16 +4679,6 @@ "show_number": "5243", "fullAnswer": "Stephen Vincent Benet" }, - { - "category": "BEGINNING & END", - "air_date": "2007-05-30", - "question": "(Cheryl of the Clue Crew indicates the monitor.) A porkchop plot, named for its shape, is used for planning space missions; the vertical & horizontal axes plot possible dates for these 2 flight events", - "value": "$1000", - "answer": "takeoff & landing ", - "round": "Jeopardy!", - "show_number": "5243", - "fullAnswer": "takeoff & landing (or launch & arrival)" - }, { "category": "STATE SUPERLATIVES", "air_date": "2007-05-30", @@ -5459,16 +5129,6 @@ "show_number": "3036", "fullAnswer": "Howard Stern" }, - { - "category": "CELEB STUFF", - "air_date": "1997-11-10", - "question": "(Hi, I'm Bob Eubanks.) Tea Leoni ran into this \"X-Files\" star at the Golden Globes & soon they were newlyweds", - "value": "$1,500", - "answer": "David Duchovny", - "round": "Jeopardy!", - "show_number": "3036", - "fullAnswer": "David Duchovny" - }, { "category": "COMMON BONDS", "air_date": "1997-11-10", @@ -5709,16 +5369,6 @@ "show_number": "3036", "fullAnswer": "a green light" }, - { - "category": "COLLEGE MASCOTS", - "air_date": "1997-11-10", - "question": "[video clue]", - "value": "$200", - "answer": "Oregon State University", - "round": "Double Jeopardy!", - "show_number": "3036", - "fullAnswer": "Oregon State University" - }, { "category": "THE OBLIGATORY POETRY CATEGORY", "air_date": "1997-11-10", @@ -5769,16 +5419,6 @@ "show_number": "3036", "fullAnswer": "scratch" }, - { - "category": "COLLEGE MASCOTS", - "air_date": "1997-11-10", - "question": "[video clue]", - "value": "$400", - "answer": "University of Florida", - "round": "Double Jeopardy!", - "show_number": "3036", - "fullAnswer": "the University of Florida" - }, { "category": "THE OBLIGATORY POETRY CATEGORY", "air_date": "1997-11-10", @@ -5814,7 +5454,7 @@ "air_date": "1997-11-10", "question": "Coastal waters beyond national jurisdiction, or the tops of some sopranos' ranges", "value": "$2,000", - "answer": "High seas/C\\'s", + "answer": "High seas/C's", "round": "Double Jeopardy!", "show_number": "3036", "fullAnswer": "High seas/C\\'s" @@ -5829,16 +5469,6 @@ "show_number": "3036", "fullAnswer": "an icebreaker" }, - { - "category": "COLLEGE MASCOTS", - "air_date": "1997-11-10", - "question": "[video clue]", - "value": "$600", - "answer": "University of Texas", - "round": "Double Jeopardy!", - "show_number": "3036", - "fullAnswer": "the University of Texas" - }, { "category": "THE OBLIGATORY POETRY CATEGORY", "air_date": "1997-11-10", @@ -5849,16 +5479,6 @@ "show_number": "3036", "fullAnswer": "1930s" }, - { - "category": "ART", - "air_date": "1997-11-10", - "question": "17th century Flemish master known for painting women like the one seen here:", - "value": "$1,800", - "answer": "Peter Paul Rubens", - "round": "Double Jeopardy!", - "show_number": "3036", - "fullAnswer": "Peter Paul Rubens" - }, { "category": "THE REDCOATS ARE COMING!", "air_date": "1997-11-10", @@ -5994,7 +5614,7 @@ "air_date": "2002-06-11", "question": "This Jackson 5 (& later Mariah Carey) hit begins, \"You & I must make a pact, we must bring salvation back...\"", "value": "$200", - "answer": "I\\'ll Be There", + "answer": "I'll Be There", "round": "Jeopardy!", "show_number": "4107", "fullAnswer": "\"I\\'ll Be There\"" @@ -6024,7 +5644,7 @@ "air_date": "2002-06-11", "question": "This publication that Ben first put out in 1732 often sold 10,000 copies a year", "value": "$400", - "answer": "Poor Richard\\'s Almanack", + "answer": "Poor Richard's Almanack", "round": "Jeopardy!", "show_number": "4107", "fullAnswer": "Poor Richard\\'s Almanack" @@ -6169,26 +5789,6 @@ "show_number": "4107", "fullAnswer": "Sudan" }, - { - "category": "ROCK WITH YOU", - "air_date": "2002-06-11", - "question": "She's the single-named Colombian pop star heard here", - "value": "$800", - "answer": "Shakira", - "round": "Jeopardy!", - "show_number": "4107", - "fullAnswer": "Shakira" - }, - { - "category": "EAT IT!", - "air_date": "2002-06-11", - "question": "(Jimmy of the Clue Crew gets ready to eat skewered meat.) This Asian favorite, sometimes chicken, sometimes beef, is usually served with a spicy peanut sauce", - "value": "$800", - "answer": "satay", - "round": "Jeopardy!", - "show_number": "4107", - "fullAnswer": "satay" - }, { "category": "THRILLER", "air_date": "2002-06-11", @@ -6459,16 +6059,6 @@ "show_number": "4107", "fullAnswer": "the coelacanth" }, - { - "category": "\"T\"ELEVISION", - "air_date": "2002-06-11", - "question": "He's the large & goofy title TV superhero seen here


\"Probably that one.
The balcony...\"
", - "value": "$1600", - "answer": "Tick", - "round": "Double Jeopardy!", - "show_number": "4107", - "fullAnswer": "The Tick" - }, { "category": "WORLD RELIGION", "air_date": "2002-06-11", @@ -6479,16 +6069,6 @@ "show_number": "4107", "fullAnswer": "Ayatollah" }, - { - "category": "SORTA SOUNDS LIKE OPRAH?", - "air_date": "2002-06-11", - "question": "(Jeff Probst reports from the Marquesas.) One of Nuku Hiva's main exports is this--dried coconut meat", - "value": "$1600", - "answer": "copra", - "round": "Double Jeopardy!", - "show_number": "4107", - "fullAnswer": "copra" - }, { "category": "SCOTLAND", "air_date": "2002-06-11", @@ -6509,22 +6089,12 @@ "show_number": "4107", "fullAnswer": "Jann Wenner" }, - { - "category": "SOMETHING'S FISHY", - "air_date": "2002-06-11", - "question": "It springs to mind that there's a Florida city named for this game fish seen here", - "value": "$2000", - "answer": "tarpon", - "round": "Double Jeopardy!", - "show_number": "4107", - "fullAnswer": "tarpon" - }, { "category": "\"T\"ELEVISION", "air_date": "2002-06-11", "question": "Co-hosted by John Davidson, it was ABC's response to NBC's \"Real People\"", "value": "$2000", - "answer": "That\\'s Incredible!", + "answer": "That's Incredible!", "round": "Double Jeopardy!", "show_number": "4107", "fullAnswer": "That\\'s Incredible!" @@ -6614,7 +6184,7 @@ "air_date": "1996-06-21", "question": "You could say this comedy \"ends well\" -- Helena finally wins the love of her husband Bertram", "value": "$100", - "answer": "All\\'s Well That Ends Well", + "answer": "All's Well That Ends Well", "round": "Jeopardy!", "show_number": "2735", "fullAnswer": "All\\'s Well That Ends Well" @@ -6794,7 +6364,7 @@ "air_date": "1996-06-21", "question": "Puck's last speech in this play begins, \"If we shadows have offended, think but this--and all is mended\"", "value": "$400", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Jeopardy!", "show_number": "2735", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -7369,16 +6939,6 @@ "show_number": "5851", "fullAnswer": "Rickey Henderson" }, - { - "category": "STAMPS", - "air_date": "2010-02-08", - "question": "An international rate stamp has a photo of this nearly 700-sq mile swamp in Georgia and Florida", - "value": "$800", - "answer": "Okefenokee", - "round": "Jeopardy!", - "show_number": "5851", - "fullAnswer": "the Okefenokee" - }, { "category": "THE KILLERS", "air_date": "2010-02-08", @@ -7459,16 +7019,6 @@ "show_number": "5851", "fullAnswer": "accommodations" }, - { - "category": "THE BIG 10", - "air_date": "2010-02-08", - "question": "(Alex stands in front of an exhibit at the Newseum.) The exhibit G-men and journalists contains the very first ledger in which this list was kept. It began when a reporter asked the FBI, \"Who are the toughest guys you're looking for?\"", - "value": "$1000", - "answer": "FBI\\'s 10 most wanted list", - "round": "Jeopardy!", - "show_number": "5851", - "fullAnswer": "the FBI\\'s 10 most wanted list" - }, { "category": "GENERAL SCIENCE", "air_date": "2010-02-08", @@ -7589,16 +7139,6 @@ "show_number": "5851", "fullAnswer": "dictionary" }, - { - "category": "GENERAL SCIENCE", - "air_date": "2010-02-08", - "question": "(Jimmy of the Clue Crew holds a bicycle wheel) When I torque a spinning bike wheel, an equal and opposite torque causes me to rotate also, an illustration of the conservation of angular this", - "value": "$1200", - "answer": "momentum", - "round": "Double Jeopardy!", - "show_number": "5851", - "fullAnswer": "momentum" - }, { "category": "INSTRUMENT ETYMOLOGY", "air_date": "2010-02-08", @@ -7609,16 +7149,6 @@ "show_number": "5851", "fullAnswer": "wood" }, - { - "category": "FACIAL EXPRESSIONS", - "air_date": "2010-02-08", - "question": "In the 1600s Charles Le Brun drew illlustrations for each of the passions. Here's la haine, this opposite of love", - "value": "$1200", - "answer": "hate", - "round": "Double Jeopardy!", - "show_number": "5851", - "fullAnswer": "hate" - }, { "category": "LIT MY FIRE", "air_date": "2010-02-08", @@ -7719,16 +7249,6 @@ "show_number": "5851", "fullAnswer": "rhizomes" }, - { - "category": "INSTRUMENT ETYMOLOGY", - "air_date": "2010-02-08", - "question": "The name of this instrument has nothing to do with the religion, but is more likely a corruption of the word \"jaw\"", - "value": "$2000", - "answer": "Jew\\'s harp", - "round": "Double Jeopardy!", - "show_number": "5851", - "fullAnswer": "Jew\\'s harp" - }, { "category": "FACIAL EXPRESSIONS", "air_date": "2010-02-08", @@ -8394,7 +7914,7 @@ "air_date": "2004-05-10", "question": "2 reporters unearth a political scandal that goes all the way to the top in this 1976 film based on a book", "value": "$200", - "answer": "All the President\\'s Men", + "answer": "All the President's Men", "round": "Jeopardy!", "show_number": "4541", "fullAnswer": "All the President\\'s Men" @@ -8564,7 +8084,7 @@ "air_date": "2004-05-10", "question": "Lady Hamilton could tell you the name of this 185-foot column that went up in the early 1840s", "value": "$1000", - "answer": "Nelson\\'s Column", + "answer": "Nelson's Column", "round": "Jeopardy!", "show_number": "4541", "fullAnswer": "(Lord) Nelson\\'s Column" @@ -8719,16 +8239,6 @@ "show_number": "4541", "fullAnswer": "John McCain" }, - { - "category": "MEET THE PARENTS", - "air_date": "2004-05-10", - "question": "D.C. Comics,
MapQuest.com,
CNN", - "value": "$1200", - "answer": "Time Warner", - "round": "Double Jeopardy!", - "show_number": "4541", - "fullAnswer": "Time Warner" - }, { "category": "YOU SHOULD BE IN A BALLET!", "air_date": "2004-05-10", @@ -8849,16 +8359,6 @@ "show_number": "4541", "fullAnswer": "Scotland" }, - { - "category": "POTPOURRI", - "air_date": "2004-05-10", - "question": "The website for this Bureau of the Treasury department is www.moneyfactory.com", - "value": "$2000", - "answer": "Bureau of Printing and Engraving", - "round": "Double Jeopardy!", - "show_number": "4541", - "fullAnswer": "the Bureau of Printing and Engraving" - }, { "category": "THE PRESIDENCY", "air_date": "2004-05-10", @@ -9454,7 +8954,7 @@ "air_date": "2001-04-12", "question": "The 1996 musical \"Play On!\" gets its title from the first line of this Shakespeare play, on which it is based", "value": null, - "answer": "\\Twelfth Night\\", + "answer": "Twelfth Night", "round": "Final Jeopardy!", "show_number": "3834", "fullAnswer": "\\\"Twelfth Night\\\"" @@ -9989,16 +9489,6 @@ "show_number": "3619", "fullAnswer": "U.N.C.L.E. (United Network Command for Law and Enforcement)" }, - { - "category": "SAINTS BE PRAISED", - "air_date": "2000-05-04", - "question": "In September 1999 an abridged version of his \"City of God\" ranked 9,821st on Amazon.com's sales list", - "value": "$1000", - "answer": "Saint Augustine", - "round": "Double Jeopardy!", - "show_number": "3619", - "fullAnswer": "Saint Augustine" - }, { "category": "MR. OR MS. WILLIAMS", "air_date": "2000-05-04", @@ -10384,7 +9874,7 @@ "air_date": "2000-01-06", "question": "In the '70s he played America's favorite bigot, Archie Bunker", "value": "$200", - "answer": "Carroll O\\'Connor", + "answer": "Carroll O'Connor", "round": "Double Jeopardy!", "show_number": "3534", "fullAnswer": "Carroll O\\'Connor" @@ -10799,16 +10289,6 @@ "show_number": "4085", "fullAnswer": "Jane Austen" }, - { - "category": "CENTRAL PARK", - "air_date": "2002-05-10", - "question": "(Sofia of the Clue Crew jogs through Central Park.) I'm running around the reservoir now named for this first lady, who lived nearby and used to go jogging here", - "value": "$600", - "answer": "Jacqueline Kennedy Onassis", - "round": "Jeopardy!", - "show_number": "4085", - "fullAnswer": "Jacqueline Kennedy Onassis" - }, { "category": "THIS CATEGORY STINKS!", "air_date": "2002-05-10", @@ -10964,7 +10444,7 @@ "air_date": "2002-05-10", "question": "When making this classic Chinese soup, be sure to remove the twigs, feathers & insects first", "value": "$400", - "answer": "bird\\'s nest soup", + "answer": "bird's nest soup", "round": "Double Jeopardy!", "show_number": "4085", "fullAnswer": "bird\\'s nest soup" @@ -11109,16 +10589,6 @@ "show_number": "4085", "fullAnswer": "Zoroastrianism" }, - { - "category": "PROBLEMS, PROBLEMS", - "air_date": "2002-05-10", - "question": "(Cheryl of the Clue Crew peruses a model train hobbyist's fantasy setup.) If train \"A\" leaves at 6:00 at 60 mph, & train \"B\" leaves at 5:00 at 90 mph, this equation, d=rt, tells you when B passes A", - "value": "$1200", - "answer": "distance equals rate times time", - "round": "Double Jeopardy!", - "show_number": "4085", - "fullAnswer": "distance equals rate times time" - }, { "category": "\"EN\" THE BEGINNING", "air_date": "2002-05-10", @@ -11634,7 +11104,7 @@ "air_date": "1990-03-08", "question": "Dublin-born playwright John Casey changed his name to this, which sounds more Irish", "value": "$400", - "answer": "Sean O\\' Casey", + "answer": "Sean O' Casey", "round": "Double Jeopardy!", "show_number": "1279", "fullAnswer": "Sean O\\' Casey" @@ -11794,7 +11264,7 @@ "air_date": "1990-03-08", "question": "Mrs. Ray Bolger co-produced this 1948 Ray Bolger musical based on \"Charley's Aunt\"", "value": "$800", - "answer": "Where\\'s Charley?", + "answer": "Where's Charley?", "round": "Double Jeopardy!", "show_number": "1279", "fullAnswer": "\"Where\\'s Charley?\"" @@ -12479,16 +11949,6 @@ "show_number": "1302", "fullAnswer": "Nickelodeon" }, - { - "category": "TEACHER'S PET", - "air_date": "2006-02-13", - "question": "(Jon of the Clue Crew teaches his dog Rocko to sit.) Rocko, sit! When I teach human kids, I wish I could use the commands that are taught in this class, from the Latin for \"listen\"--Okay!", - "value": "$200", - "answer": "obedience class", - "round": "Jeopardy!", - "show_number": "4936", - "fullAnswer": "obedience class" - }, { "category": "MUSIC VIDEOS", "air_date": "2006-02-13", @@ -12539,16 +11999,6 @@ "show_number": "4936", "fullAnswer": "Peter Piper" }, - { - "category": "TEACHER'S PET", - "air_date": "2006-02-13", - "question": "(Jon of the Clue Crew points out Rocko's blue collar pedigree.) Some collars have both an insecticide to kill these jumping insects & a growth regulator to attack the eggs", - "value": "$400", - "answer": "fleas", - "round": "Jeopardy!", - "show_number": "4936", - "fullAnswer": "fleas" - }, { "category": "MUSIC VIDEOS", "air_date": "2006-02-13", @@ -12599,22 +12049,12 @@ "show_number": "4936", "fullAnswer": "a double date" }, - { - "category": "TEACHER'S PET", - "air_date": "2006-02-13", - "question": "(Jon of the Clue Crew gets ready to clean Rocko's teeth with a finger-mounted brush.) Just like you, dogs need to get rid of this film that can build up into tartar--regular brushing sure helps", - "value": "$600", - "answer": "plaque", - "round": "Jeopardy!", - "show_number": "4936", - "fullAnswer": "plaque" - }, { "category": "MUSIC VIDEOS", "air_date": "2006-02-13", "question": "At the 2004 MTV VMAs, No Doubt won Best Group Video & Best Pop Video for this song", "value": "$600", - "answer": "It\\'s My Life", + "answer": "It's My Life", "round": "Jeopardy!", "show_number": "4936", "fullAnswer": "\"It\\'s My Life\"" @@ -12659,16 +12099,6 @@ "show_number": "4936", "fullAnswer": "tee time" }, - { - "category": "TEACHER'S PET", - "air_date": "2006-02-13", - "question": "(Rocko lends Jon of the Clue Crew a paw.) Apply cream to your dog's pads before a winter walk; they're made of skin just like yours with this as the outer layer", - "value": "$800", - "answer": "epidermis", - "round": "Jeopardy!", - "show_number": "4936", - "fullAnswer": "epidermis" - }, { "category": "MUSIC VIDEOS", "air_date": "2006-02-13", @@ -12719,16 +12149,6 @@ "show_number": "4936", "fullAnswer": "the black box" }, - { - "category": "TEACHER'S PET", - "air_date": "2006-02-13", - "question": "(Rocko gets frisky with his owner Jon of the Clue Crew.) Regular exercise benefits this system, a word referring to the heart & blood vessels together", - "value": "$1000", - "answer": "cardiovascular system", - "round": "Jeopardy!", - "show_number": "4936", - "fullAnswer": "the cardiovascular system" - }, { "category": "MUSIC VIDEOS", "air_date": "2006-02-13", @@ -12914,7 +12334,7 @@ "air_date": "2006-02-13", "question": "China and Taiwan reached the agreement that this film at \"Full Throttle\" would be \"Hot Chicks: Full Speed\"", "value": "$1200", - "answer": "Charlie\\'s Angels", + "answer": "Charlie's Angels", "round": "Double Jeopardy!", "show_number": "4936", "fullAnswer": "Charlie\\'s Angels" @@ -13059,16 +12479,6 @@ "show_number": "4936", "fullAnswer": "Brutus" }, - { - "category": "LOVE POETRY", - "air_date": "2006-02-13", - "question": "\"Wi' monie a vow and locked embrace our parting was fu' tender\", he wrote of \"Highland Mary\"", - "value": "$2000", - "answer": "Rabbie Burns", - "round": "Double Jeopardy!", - "show_number": "4936", - "fullAnswer": "Rabbie Burns" - }, { "category": "WORDS IN (THE) ENCYCLOPEDIA", "air_date": "2006-02-13", @@ -13439,16 +12849,6 @@ "show_number": "3632", "fullAnswer": "Dalai Lama" }, - { - "category": "ADJECTIVES", - "air_date": "2000-05-23", - "question": "Adjective in the name of the site seen here:", - "value": "$200", - "answer": "grand ", - "round": "Double Jeopardy!", - "show_number": "3632", - "fullAnswer": "grand (Canyon)" - }, { "category": "THE BIBLE", "air_date": "2000-05-23", @@ -13459,16 +12859,6 @@ "show_number": "3632", "fullAnswer": "Nebuchadnezzar" }, - { - "category": "TELEVISION", - "air_date": "2000-05-23", - "question": "(Hi, I'm Heather Tom of The Young and the Restless.) My sister Nicholle played Mr. Sheffield's daughter Maggie on this Fran Drescher sitcom", - "value": "$400", - "answer": "Nanny", - "round": "Double Jeopardy!", - "show_number": "3632", - "fullAnswer": "The Nanny" - }, { "category": "LICENSE PLATE MOTTOS", "air_date": "2000-05-23", @@ -14379,16 +13769,6 @@ "show_number": "4960", "fullAnswer": "a daddy long-legs" }, - { - "category": "& THANKS FOR ALL THE FISH", - "air_date": "2006-03-17", - "question": "Baseball's Mr. Hunter might've appreciated this bottom feeder, seen here", - "value": "$400", - "answer": "catfish", - "round": "Jeopardy!", - "show_number": "4960", - "fullAnswer": "a catfish" - }, { "category": "COLLEGES & UNIVERSITIES", "air_date": "2006-03-17", @@ -14404,7 +13784,7 @@ "air_date": "2006-03-17", "question": "This Miami Heat superstar center's \"wife, Shaunie, said their family has outgrown its 18-bedroom home\"", "value": "$600", - "answer": "Shaquille O\\'Neal", + "answer": "Shaquille O'Neal", "round": "Jeopardy!", "show_number": "4960", "fullAnswer": "Shaquille O\\'Neal" @@ -14549,26 +13929,6 @@ "show_number": "4960", "fullAnswer": "San Jose" }, - { - "category": "SO \"LONG\"", - "air_date": "2006-03-17", - "question": "2-word term for the body part highlighted here", - "value": "$1000", - "answer": "medulla oblongata", - "round": "Jeopardy!", - "show_number": "4960", - "fullAnswer": "medulla oblongata" - }, - { - "category": "& THANKS FOR ALL THE FISH", - "air_date": "2006-03-17", - "question": "The name of this type of fish seen here also means an elevated position", - "value": "$2,000", - "answer": "perch", - "round": "Jeopardy!", - "show_number": "4960", - "fullAnswer": "a perch" - }, { "category": "CANALS", "air_date": "2006-03-17", @@ -14739,16 +14099,6 @@ "show_number": "4960", "fullAnswer": "Cuba" }, - { - "category": "FROM THE LATIN", - "air_date": "2006-03-17", - "question": "It's from the Latin for \"talking to oneself\"; an example is heard here

\"I'll have grounds more relative than this. The play's the thing wherein I'll catch the conscience of the King\"", - "value": "$1200", - "answer": "soliloquy", - "round": "Double Jeopardy!", - "show_number": "4960", - "fullAnswer": "a soliloquy" - }, { "category": "CANALS", "air_date": "2006-03-17", @@ -14874,7 +14224,7 @@ "air_date": "2006-03-17", "question": "Chapter I of this book tells us: \"Worse than the ordinary miserable childhood is the miserable Irish childhood...\"", "value": null, - "answer": "Angela\\'s Ashes ", + "answer": "Angela's Ashes ", "round": "Final Jeopardy!", "show_number": "4960", "fullAnswer": "Angela\\'s Ashes (by Frank McCourt)" @@ -15109,16 +14459,6 @@ "show_number": "5392", "fullAnswer": "anchors" }, - { - "category": "\"TOO\" MUCH", - "air_date": "2008-02-05", - "question": "As seen here, seaplanes have these, or they'd be at the bottom of the sea", - "value": "$800", - "answer": "pontoons", - "round": "Jeopardy!", - "show_number": "5392", - "fullAnswer": "pontoons" - }, { "category": "NONFICTION PEOPLE", "air_date": "2008-02-05", @@ -15719,22 +15059,12 @@ "show_number": "5795", "fullAnswer": "Sid Vicious" }, - { - "category": "I'M GOING \"INN\"", - "air_date": "2009-11-20", - "question": "It's the type of sail seen here in red, white & blue", - "value": "$800", - "answer": "spinnaker", - "round": "Jeopardy!", - "show_number": "5795", - "fullAnswer": "the spinnaker" - }, { "category": "IT HAPPENED IN NOVEMBER", "air_date": "2009-11-20", "question": "In Nov. 1922, after years of searching, Lord Carnarvon & Howard Carter made this discovery", "value": "$1000", - "answer": "Tutankhamen\\'s tomb", + "answer": "Tutankhamen's tomb", "round": "Jeopardy!", "show_number": "5795", "fullAnswer": "Tutankhamen\\'s tomb" @@ -15804,21 +15134,11 @@ "air_date": "2009-11-20", "question": "Kobe called it \"idiotic criticism\" that he hadn't (until 2009) won an NBA title without this teammate", "value": "$400", - "answer": "Shaquille O\\'Neal", + "answer": "Shaquille O'Neal", "round": "Double Jeopardy!", "show_number": "5795", "fullAnswer": "Shaquille O\\'Neal" }, - { - "category": "COOKING EQUIPMENT FOOD", - "air_date": "2009-11-20", - "question": "Go to logcabinsyrups.com & you'll immediately see a stack of them", - "value": "$400", - "answer": "pancakes", - "round": "Double Jeopardy!", - "show_number": "5795", - "fullAnswer": "pancakes" - }, { "category": "INTERNATIONAL NAMES", "air_date": "2009-11-20", @@ -15869,16 +15189,6 @@ "show_number": "5795", "fullAnswer": "Magic Johnson" }, - { - "category": "COOKING EQUIPMENT FOOD", - "air_date": "2009-11-20", - "question": "They're the Asian restaurant items seen here", - "value": "$800", - "answer": "pot stickers", - "round": "Double Jeopardy!", - "show_number": "5795", - "fullAnswer": "pot stickers" - }, { "category": "INTERNATIONAL NAMES", "air_date": "2009-11-20", @@ -16234,7 +15544,7 @@ "air_date": "2011-03-30", "question": "You could say these athletes at UNLV aren't \"without a cause\"", "value": "$600", - "answer": "(Runnin\\') Rebels", + "answer": "(Runnin') Rebels", "round": "Jeopardy!", "show_number": "6118", "fullAnswer": "the (Runnin\\') Rebels" @@ -16289,16 +15599,6 @@ "show_number": "6118", "fullAnswer": "David Copperfield" }, - { - "category": "UNIVERSITY SPORTS TEAMS", - "air_date": "2011-03-30", - "question": "Worn by the National College football champions for 1993 & 1999, this team's logo is seen here", - "value": "$800", - "answer": "(Florida State) Seminoles", - "round": "Jeopardy!", - "show_number": "6118", - "fullAnswer": "the (Florida State) Seminoles" - }, { "category": "\"GENERAL\" JOB INFORMATION", "air_date": "2011-03-30", @@ -16399,16 +15699,6 @@ "show_number": "6118", "fullAnswer": "the League of Women Voters" }, - { - "category": "BIBLICAL PEOPLE & PLACES", - "air_date": "2011-03-30", - "question": "(Alex stands at the Western Wall in Jerusalem.) The Western Wall is the only remnant of a retaining wall that was built to support the Temple Mount; now tradition says this mount was Moriah, the site where this patriarch prepared to sacrifice his son", - "value": "$400", - "answer": "Abraham", - "round": "Double Jeopardy!", - "show_number": "6118", - "fullAnswer": "Abraham" - }, { "category": "PHILMOGRAPHIES", "air_date": "2011-03-30", @@ -16519,16 +15809,6 @@ "show_number": "6118", "fullAnswer": "Chattanooga" }, - { - "category": "BIBLICAL PEOPLE & PLACES", - "air_date": "2011-03-30", - "question": "(Jimmy of the Clue Crew stands on the bank of the Jordan River in Israel.) As depicted in art, after parting the River Jordan with his cloak, this biblical prophet followed a chariot of fire into Heaven", - "value": "$1200", - "answer": "Elijah", - "round": "Double Jeopardy!", - "show_number": "6118", - "fullAnswer": "Elijah" - }, { "category": "PHILMOGRAPHIES", "air_date": "2011-03-30", @@ -16639,16 +15919,6 @@ "show_number": "6118", "fullAnswer": "chicken scratches" }, - { - "category": "BIBLICAL PEOPLE & PLACES", - "air_date": "2011-03-30", - "question": "(Jimmy of the Clue Crew reads the clue from a church in Galilee in northern Israel.) This Italian Franciscan church is dedicated to these 9 assertions Jesus made nearby about the blessed", - "value": "$2000", - "answer": "Beatitudes", - "round": "Double Jeopardy!", - "show_number": "6118", - "fullAnswer": "the Beatitudes" - }, { "category": "PHILMOGRAPHIES", "air_date": "2011-03-30", @@ -16724,7 +15994,7 @@ "air_date": "2008-12-05", "question": "Willis's Snapples and Cran-apples", "value": "$200", - "answer": "Bruce\\'s juices", + "answer": "Bruce's juices", "round": "Jeopardy!", "show_number": "5580", "fullAnswer": "Bruce\\'s juices" @@ -16784,21 +16054,11 @@ "air_date": "2008-12-05", "question": "Ashton's meat sellers", "value": "$400", - "answer": "Kutcher\\'s butchers", + "answer": "Kutcher's butchers", "round": "Jeopardy!", "show_number": "5580", "fullAnswer": "Kutcher\\'s butchers" }, - { - "category": "NORM!", - "air_date": "2008-12-05", - "question": "A sample of this artist's work is seen here", - "value": "$400", - "answer": "Rockwell", - "round": "Jeopardy!", - "show_number": "5580", - "fullAnswer": "(Norman) Rockwell" - }, { "category": "iPOD, YOUTUBE OR WII", "air_date": "2008-12-05", @@ -16844,7 +16104,7 @@ "air_date": "2008-12-05", "question": "Cattrall's rooms for hot, sweaty workouts", "value": "$600", - "answer": "Kim\\'s gyms", + "answer": "Kim's gyms", "round": "Jeopardy!", "show_number": "5580", "fullAnswer": "Kim\\'s gyms" @@ -16904,7 +16164,7 @@ "air_date": "2008-12-05", "question": "Amanda's avenues", "value": "$800", - "answer": "Peet\\'s streets", + "answer": "Peet's streets", "round": "Jeopardy!", "show_number": "5580", "fullAnswer": "Peet\\'s streets" @@ -16964,7 +16224,7 @@ "air_date": "2008-12-05", "question": "Lauer's chiropterans", "value": "$1000", - "answer": "Matt\\'s bats", + "answer": "Matt's bats", "round": "Jeopardy!", "show_number": "5580", "fullAnswer": "Matt\\'s bats" @@ -17099,26 +16359,6 @@ "show_number": "5580", "fullAnswer": "The Winds of War" }, - { - "category": "\"PER\"CUSSION", - "air_date": "2008-12-05", - "question": "(Jimmy of the Clue Crew reports from the Gathering of Nations.) The Colorado nonprofit Hawkquest doesn't just protect hawks; they also help these falcons, whose name means \"wandering\"", - "value": "$800", - "answer": "peregrine", - "round": "Double Jeopardy!", - "show_number": "5580", - "fullAnswer": "peregrine" - }, - { - "category": "CONDUCTORS", - "air_date": "2008-12-05", - "question": "(Jon of the Clue Crew lights up a bulb by touching wires to its terminals.) It's a series of electrical components that form a conducting path", - "value": "$800", - "answer": "circuit", - "round": "Double Jeopardy!", - "show_number": "5580", - "fullAnswer": "a circuit" - }, { "category": "SYMPHONIES ON FILM", "air_date": "2008-12-05", @@ -17239,16 +16479,6 @@ "show_number": "5580", "fullAnswer": "a semiconductor" }, - { - "category": "SYMPHONIES ON FILM", - "air_date": "2008-12-05", - "question": "This 1922 film seen here was subtitled \"A Symphony of Horror\"", - "value": "$1600", - "answer": "Nosferatu", - "round": "Double Jeopardy!", - "show_number": "5580", - "fullAnswer": "Nosferatu" - }, { "category": "BRASS", "air_date": "2008-12-05", @@ -17289,16 +16519,6 @@ "show_number": "5580", "fullAnswer": "pericardium" }, - { - "category": "CONDUCTORS", - "air_date": "2008-12-05", - "question": "(Jimmy of the Clue Crew powers a fan by putting one terminal into a beaker of saltwater.) Current that will power the fan is carried by ions rather than free electrons in the saltwater, which is one of these conducting liquids", - "value": "$2000", - "answer": "electrolyte", - "round": "Double Jeopardy!", - "show_number": "5580", - "fullAnswer": "an electrolyte" - }, { "category": "SYMPHONIES ON FILM", "air_date": "2008-12-05", @@ -17884,7 +17104,7 @@ "air_date": "2005-01-27", "question": "Named for a German neuropathologist, this memory loss disease may be caused by a gene on chromosome 21", "value": "$2000", - "answer": "Alzheimer\\'s disease", + "answer": "Alzheimer's disease", "round": "Double Jeopardy!", "show_number": "4699", "fullAnswer": "Alzheimer\\'s disease" @@ -18069,16 +17289,6 @@ "show_number": "3113", "fullAnswer": "your tibia" }, - { - "category": "ROCK MUSIC", - "air_date": "1998-02-25", - "question": "(Hi. I am Chris Hardwick.) In April 1987 MTV premiered the video show \"Headbanger's Ball\" for devotees of this type of music", - "value": "$200", - "answer": "heavy metal", - "round": "Jeopardy!", - "show_number": "3113", - "fullAnswer": "heavy metal" - }, { "category": "AT THE BUILDING SITE", "air_date": "1998-02-25", @@ -18169,16 +17379,6 @@ "show_number": "3113", "fullAnswer": "brains" }, - { - "category": "COMMON BONDS", - "air_date": "1998-02-25", - "question": "Purpose of the structures seen here: [1] [2] [3]", - "value": "$500", - "answer": "astronomy ", - "round": "Jeopardy!", - "show_number": "3113", - "fullAnswer": "astronomy (or observatories)" - }, { "category": "SIMPLE SCIENCE", "air_date": "1998-02-25", @@ -18349,16 +17549,6 @@ "show_number": "3113", "fullAnswer": "rocking (or swinging)" }, - { - "category": "LITERARY HOUSES", - "air_date": "1998-02-25", - "question": "The Red Cloud, Nebraska home seen here was the model for Antonia's home in a novel by this author:", - "value": "$800", - "answer": "Willa Cather", - "round": "Double Jeopardy!", - "show_number": "3113", - "fullAnswer": "Willa Cather" - }, { "category": "THE MAINE ATTRACTION", "air_date": "1998-02-25", @@ -18489,16 +17679,6 @@ "show_number": "3113", "fullAnswer": "Acadia" }, - { - "category": "ACTRESSES", - "air_date": "1998-02-25", - "question": "This star seen here in a 1953 film left movies in 1958 for her own TV \"Show\":

\"Hi, what's your name?\"
\"I'm Lorlene.\"", - "value": "$2,000", - "answer": "Donna Reed", - "round": "Double Jeopardy!", - "show_number": "3113", - "fullAnswer": "Donna Reed" - }, { "category": "CROSSWORD CLUES \"M\"", "air_date": "1998-02-25", @@ -18624,7 +17804,7 @@ "air_date": "1999-09-07", "question": "\"The Milk Chocolate Melts in Your Mouth -- not in Your Hand\"", "value": "$200", - "answer": "M&M\\'s", + "answer": "M&M's", "round": "Jeopardy!", "show_number": "3447", "fullAnswer": "M&M\\'s" @@ -18684,7 +17864,7 @@ "air_date": "1999-09-07", "question": "\"The Great American Chocolate Bar\"", "value": "$300", - "answer": "Hershey\\'s", + "answer": "Hershey's", "round": "Jeopardy!", "show_number": "3447", "fullAnswer": "Hershey\\'s" @@ -18894,7 +18074,7 @@ "air_date": "1999-09-07", "question": "2 by 2 the animals were put on this \"ark\"", "value": "$200", - "answer": "Noah\\'s Ark", + "answer": "Noah's Ark", "round": "Double Jeopardy!", "show_number": "3447", "fullAnswer": "Noah\\'s Ark" @@ -18954,7 +18134,7 @@ "air_date": "1999-09-07", "question": "This \"apple\" is at the front of men's throats", "value": "$400", - "answer": "Adam\\'s apple", + "answer": "Adam's apple", "round": "Double Jeopardy!", "show_number": "3447", "fullAnswer": "Adam\\'s apple" @@ -19014,7 +18194,7 @@ "air_date": "1999-09-07", "question": "Ben Franklin used a pen name to publish this almanac from 1732 to 1757", "value": "$600", - "answer": "Poor Richard\\'s Almanack", + "answer": "Poor Richard's Almanack", "round": "Double Jeopardy!", "show_number": "3447", "fullAnswer": "Poor Richard\\'s Almanack" @@ -19074,7 +18254,7 @@ "air_date": "1999-09-07", "question": "The Battle of the Little Bighorn, won by the Sioux, also has this \"final\" name", "value": "$800", - "answer": "Custer\\'s Last Stand", + "answer": "Custer's Last Stand", "round": "Double Jeopardy!", "show_number": "3447", "fullAnswer": "Custer\\'s Last Stand" @@ -19134,7 +18314,7 @@ "air_date": "1999-09-07", "question": "This \"heel\" is named for thr only place a famous Greek warrior could be wounded", "value": "$1000", - "answer": "Achilles\\' heel", + "answer": "Achilles' heel", "round": "Double Jeopardy!", "show_number": "3447", "fullAnswer": "Achilles\\' heel" @@ -19649,16 +18829,6 @@ "show_number": "6294", "fullAnswer": "the M1" }, - { - "category": "THE LIVING PLANET", - "air_date": "2012-01-19", - "question": "(Sarah of the Clue Crew shows a bunch of jar-preserved specimens.) Butterflies, centipedes, scorpions, spiders, crabs, lobsters--these & millions of other creepy crawlers belong to this phylum that makes up more than 80% of all animal species, from the Greek for \"joint foot\"", - "value": "$1600", - "answer": "arthropod", - "round": "Double Jeopardy!", - "show_number": "6294", - "fullAnswer": "arthropod" - }, { "category": "ACTING PRESIDENTS ON TV", "air_date": "2012-01-19", @@ -19804,7 +18974,7 @@ "air_date": "1999-09-27", "question": "Sir Walter's saucepans", "value": "$100", - "answer": "Scott\\'s pots", + "answer": "Scott's pots", "round": "Jeopardy!", "show_number": "3461", "fullAnswer": "Scott\\'s pots" @@ -19864,7 +19034,7 @@ "air_date": "1999-09-27", "question": "Stoker's sheeplings", "value": "$200", - "answer": "Bram\\'s lambs", + "answer": "Bram's lambs", "round": "Jeopardy!", "show_number": "3461", "fullAnswer": "Bram\\'s lambs" @@ -19924,7 +19094,7 @@ "air_date": "1999-09-27", "question": "Spillane's love-bites", "value": "$300", - "answer": "Mickey\\'s hickeys", + "answer": "Mickey's hickeys", "round": "Jeopardy!", "show_number": "3461", "fullAnswer": "Mickey\\'s hickeys" @@ -19974,7 +19144,7 @@ "air_date": "1999-09-27", "question": "Anne's bad habits", "value": "$400", - "answer": "Rice\\'s vices", + "answer": "Rice's vices", "round": "Jeopardy!", "show_number": "3461", "fullAnswer": "Rice\\'s vices" @@ -20024,7 +19194,7 @@ "air_date": "1999-09-27", "question": "Julia Ward's female swine", "value": "$500", - "answer": "Howe\\'s sows;23456", + "answer": "Howe's sows;23456", "round": "Jeopardy!", "show_number": "3461", "fullAnswer": "Howe\\'s sows;23456" @@ -20274,7 +19444,7 @@ "air_date": "1999-09-27", "question": "In 1990 Jukebox named this Randy Travis cover of a Brook Benton hit the Country Record of the Year", "value": "$1000", - "answer": "It\\'s Just A Matter of Time", + "answer": "It's Just A Matter of Time", "round": "Double Jeopardy!", "show_number": "3461", "fullAnswer": "\"It\\'s Just A Matter of Time\"" @@ -20284,7 +19454,7 @@ "air_date": "1999-09-27", "question": "This 1937 mystery was written at the Old Cataract Hotel in Aswan", "value": null, - "answer": "\\Death on the Nile\\", + "answer": "Death on the Nile", "round": "Final Jeopardy!", "show_number": "3461", "fullAnswer": "\\\"Death on the Nile\\\"" @@ -20984,7 +20154,7 @@ "air_date": "2010-09-20", "question": "The Environmental Defense Fund helped convince this fast-food co. to abandon polystyrene containers in 1990", "value": "$400", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "5981", "fullAnswer": "McDonald\\'s" @@ -21839,16 +21009,6 @@ "show_number": "3112", "fullAnswer": "Johnson" }, - { - "category": "MEN OF THE WORLD", - "air_date": "1998-02-24", - "question": "The U.S. statesman seen here was born in 1923 in this country:", - "value": "$400", - "answer": "Germany", - "round": "Double Jeopardy!", - "show_number": "3112", - "fullAnswer": "Germany" - }, { "category": "WORD ORIGINS", "air_date": "1998-02-24", @@ -22089,16 +21249,6 @@ "show_number": "5431", "fullAnswer": "11" }, - { - "category": "THE MOVIES", - "air_date": "2008-03-31", - "question": "(Drew Barrymore delivers the clue.) In my film \"Music and Lyrics\", Hugh Grant plays the \"Jeopardy! Think Music\" written by this creator of \"Jeopardy!\"", - "value": "$400", - "answer": "Merv Griffin", - "round": "Jeopardy!", - "show_number": "5431", - "fullAnswer": "Merv Griffin" - }, { "category": "WEAPONRY", "air_date": "2008-03-31", @@ -22169,16 +21319,6 @@ "show_number": "5431", "fullAnswer": "slings & arrows" }, - { - "category": "MEDICAL TALK", - "air_date": "2008-03-31", - "question": "(Jimmy of the Clue Crew tends to a virtual patient at Beth Israel Deaconess Medical Ctr, a Harvard teaching hospital in Boston, MA.) A dilated pupil indicates that a head injury may have led to an acute subdural this, where blood accumulates within the skull", - "value": "$600", - "answer": "hematoma", - "round": "Jeopardy!", - "show_number": "5431", - "fullAnswer": "a hematoma" - }, { "category": "FICTIONAL CHARACTERS", "air_date": "2008-03-31", @@ -22209,16 +21349,6 @@ "show_number": "5431", "fullAnswer": "Ford" }, - { - "category": "THE MOVIES", - "air_date": "2008-03-31", - "question": "(Hi, I'm Sean Hayes.) In the 2003 film \"Pieces of April\", I played an offbeat neighbor of this actress who had yet to meet & marry Tom Cruise", - "value": "$800", - "answer": "Katie Holmes", - "round": "Jeopardy!", - "show_number": "5431", - "fullAnswer": "Katie Holmes" - }, { "category": "WEAPONRY", "air_date": "2008-03-31", @@ -23169,16 +22299,6 @@ "show_number": "5630", "fullAnswer": "money" }, - { - "category": "RUSSIAN SCIENTISTS", - "air_date": "2009-02-13", - "question": "(Kelly of the Clue Crew shows the periodic table on the monitor.) In devising the periodic table, Mendeleev laid out the elements in rows & columns to show the different relationships when read each way; he's said to have been inspired by a version of this card game", - "value": "$2000", - "answer": "solitaire", - "round": "Double Jeopardy!", - "show_number": "5630", - "fullAnswer": "solitaire" - }, { "category": "CANADIAN FOOTBALL", "air_date": "2009-02-13", @@ -23279,16 +22399,6 @@ "show_number": "4595", "fullAnswer": "a flood" }, - { - "category": "NOW YOU'RE TALKING MY LANGUAGE", - "air_date": "2004-07-23", - "question": "(Sofia of the Clue Crew delivers the clue in a tongue foreign to us but familiar to her.) Spoken by about 9 million people worldwide it's the Scandinavian language I'm speaking", - "value": "$200", - "answer": "Swedish", - "round": "Jeopardy!", - "show_number": "4595", - "fullAnswer": "Swedish" - }, { "category": "BIRD HUNTING", "air_date": "2004-07-23", @@ -23349,16 +22459,6 @@ "show_number": "4595", "fullAnswer": "Hindi" }, - { - "category": "BIRD HUNTING", - "air_date": "2004-07-23", - "question": "One of the cardinal rules of e-mail listed on insiderreports.com is to turn off your Caps-Lock", - "value": "$400", - "answer": "cardinal", - "round": "Jeopardy!", - "show_number": "4595", - "fullAnswer": "a cardinal" - }, { "category": "THE BIG BANGLADESH", "air_date": "2004-07-23", @@ -23479,16 +22579,6 @@ "show_number": "4595", "fullAnswer": "a rail" }, - { - "category": "THE BIG BANGLADESH", - "air_date": "2004-07-23", - "question": "In the 1960s, Louis Kahn designed the Parliament building seen here in this capital", - "value": "$1000", - "answer": "Dhaka", - "round": "Jeopardy!", - "show_number": "4595", - "fullAnswer": "Dhaka" - }, { "category": "WHO'S THE MRS.?", "air_date": "2004-07-23", @@ -23544,7 +22634,7 @@ "air_date": "2004-07-23", "question": "No relation to the Lakers' center, she's the youngest ever to win a Supporting Actress Oscar", "value": "$400", - "answer": "Tatum O\\'Neal", + "answer": "Tatum O'Neal", "round": "Double Jeopardy!", "show_number": "4595", "fullAnswer": "Tatum O\\'Neal" @@ -23599,16 +22689,6 @@ "show_number": "4595", "fullAnswer": "croupier" }, - { - "category": "OSCARS OF THE '70s", - "air_date": "2004-07-23", - "question": "Colorful actor seen here who won Best Supporting Actor in 1973", - "value": "$800", - "answer": "Joel Grey", - "round": "Double Jeopardy!", - "show_number": "4595", - "fullAnswer": "Joel Grey" - }, { "category": "THE STING", "air_date": "2004-07-23", @@ -23664,7 +22744,7 @@ "air_date": "2004-07-23", "question": "Of Jack Nicholson's 5 nominations in the 1970s, this was the only movie for which he won", "value": "$1200", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Double Jeopardy!", "show_number": "4595", "fullAnswer": "One Flew Over the Cuckoo\\'s Nest" @@ -24154,7 +23234,7 @@ "air_date": "1998-07-16", "question": "Kurt Russell, who later played Elvis, was in the 1963 Elvis film \"It Happened\" here", "value": "$200", - "answer": "At the World\\'s Fair", + "answer": "At the World's Fair", "round": "Double Jeopardy!", "show_number": "3214", "fullAnswer": "At the World\\'s Fair" @@ -24469,16 +23549,6 @@ "show_number": "5145", "fullAnswer": "the Shah (Mohammed Reza Pahlavi)" }, - { - "category": "'HUSKER DO", - "air_date": "2007-01-12", - "question": "(Kelly of the Clue Crew reports from Girls and Boys Town in Omaha, NE.) After becoming a parish priest in O'Neill, Nebraska, he founded Boys Town near Omaha", - "value": "$200", - "answer": "Father (Edward) Flanagan", - "round": "Jeopardy!", - "show_number": "5145", - "fullAnswer": "Father (Edward) Flanagan" - }, { "category": "THE ENGLISH BEAT", "air_date": "2007-01-12", @@ -24559,16 +23629,6 @@ "show_number": "5145", "fullAnswer": "Starbucks" }, - { - "category": "5 BANDS", - "air_date": "2007-01-12", - "question": "\"Fun\", \"sleazy\" & \"raucous\" are under \"moods\" at AllMusic.com for this metal band co-founded by Tommy Lee", - "value": "$600", - "answer": "Mötley Crüe", - "round": "Jeopardy!", - "show_number": "5145", - "fullAnswer": "Mötley Crüe" - }, { "category": "THE REPLACEMENTS", "air_date": "2007-01-12", @@ -24589,16 +23649,6 @@ "show_number": "5145", "fullAnswer": "Grenada" }, - { - "category": "'HUSKER DO", - "air_date": "2007-01-12", - "question": "(Jimmy of the Clue Crew reports from the University of Nebraska.) Before going to Congress, he strode this field for 25 years as Nebraska's head coach, and the field is now named for him", - "value": "$600", - "answer": "Tom Osborne", - "round": "Jeopardy!", - "show_number": "5145", - "fullAnswer": "Tom Osborne" - }, { "category": "THE ENGLISH BEAT", "air_date": "2007-01-12", @@ -24634,7 +23684,7 @@ "air_date": "2007-01-12", "question": "George Williams founded the association familiarly known as this to replace life on the street with Bible study", "value": "$800", - "answer": "Young Men\\'s Christian Association ", + "answer": "Young Men's Christian Association ", "round": "Jeopardy!", "show_number": "5145", "fullAnswer": "the Young Men\\'s Christian Association (YMCA)" @@ -24709,16 +23759,6 @@ "show_number": "5145", "fullAnswer": "November 11" }, - { - "category": "'HUSKER DO", - "air_date": "2007-01-12", - "question": "(Cheryl of the Clue Crew reports from Omaha, NE.) I'm in a replica of the Omaha grocery a man with this last name started running in 1915; 50 years later, his grandson started running an investment business called Berkshire-Hathaway", - "value": "$1000", - "answer": "Buffett", - "round": "Jeopardy!", - "show_number": "5145", - "fullAnswer": "Buffett" - }, { "category": "THE ENGLISH BEAT", "air_date": "2007-01-12", @@ -24739,16 +23779,6 @@ "show_number": "5145", "fullAnswer": "custard" }, - { - "category": "INSIDE THE ARTIST'S STUDIO WITH JAMES LIPTON", - "air_date": "2007-01-12", - "question": "(James Lipton reads the clue.) The 19th century--more than 800 oil paintings and 700 drawings--yet you sold but one in your 37 years. Are you bitter?", - "value": "$400", - "answer": "Van Gogh", - "round": "Double Jeopardy!", - "show_number": "5145", - "fullAnswer": "Van Gogh" - }, { "category": "MAJOR LEAGUE BASEBALL NICKNAMES", "air_date": "2007-01-12", @@ -24799,16 +23829,6 @@ "show_number": "5145", "fullAnswer": "pads" }, - { - "category": "INSIDE THE ARTIST'S STUDIO WITH JAMES LIPTON", - "air_date": "2007-01-12", - "question": "(James Lipton reads the clue.) In 1891, you sold 30 paintings to help finance your move to Tahiti. How marvelous!", - "value": "$800", - "answer": "Gauguin", - "round": "Double Jeopardy!", - "show_number": "5145", - "fullAnswer": "Gauguin" - }, { "category": "MAJOR LEAGUE BASEBALL NICKNAMES", "air_date": "2007-01-12", @@ -24859,16 +23879,6 @@ "show_number": "5145", "fullAnswer": "pants" }, - { - "category": "INSIDE THE ARTIST'S STUDIO WITH JAMES LIPTON", - "air_date": "2007-01-12", - "question": "(James Lipton reads the clue.) You finished \"The Sick Child\" in 1886. 7 years later, the world would recoil from \"The Scream.\" Tell us about your pain", - "value": "$1200", - "answer": "Munch", - "round": "Double Jeopardy!", - "show_number": "5145", - "fullAnswer": "Munch" - }, { "category": "MAJOR LEAGUE BASEBALL NICKNAMES", "air_date": "2007-01-12", @@ -24969,16 +23979,6 @@ "show_number": "5145", "fullAnswer": "junk" }, - { - "category": "MAJOR LEAGUE BASEBALL NICKNAMES", - "air_date": "2007-01-12", - "question": "\"The Bird\"--seen here--he was a national sensation in 1976", - "value": "$2000", - "answer": "Mark Fidrych", - "round": "Double Jeopardy!", - "show_number": "5145", - "fullAnswer": "Mark Fidrych" - }, { "category": "\"O\"PERA", "air_date": "2007-01-12", @@ -25029,16 +24029,6 @@ "show_number": "5145", "fullAnswer": "Lord of the Flies" }, - { - "category": "PRESIDENTIAL LIBRARIES", - "air_date": "2007-07-24", - "question": "(Jon of the Clue Crew presents from a staged office.) A replica of this man's Oval Office desk includes gifts from the Georgia Democratic Party and from Hyman Rickover, his mentor in the Navy", - "value": "$200", - "answer": "Jimmy Carter", - "round": "Jeopardy!", - "show_number": "5282", - "fullAnswer": "Jimmy Carter" - }, { "category": "SPORTS LEGENDS", "air_date": "2007-07-24", @@ -25124,21 +24114,11 @@ "air_date": "2007-07-24", "question": "Sit down in this chair with an X-shaped frame & a canvas seat, perfect for yelling, \"Quiet on the set!\"", "value": "$400", - "answer": "director\\'s chair", + "answer": "director's chair", "round": "Jeopardy!", "show_number": "5282", "fullAnswer": "a director\\'s chair" }, - { - "category": "MOUNTAINS", - "air_date": "2007-07-24", - "question": "Seen here is Tenzing Norgay, standing on the summit of this mountain \"because it's there\"", - "value": "$400", - "answer": "Mount Everest", - "round": "Jeopardy!", - "show_number": "5282", - "fullAnswer": "Mount Everest" - }, { "category": "WORDS", "air_date": "2007-07-24", @@ -25149,16 +24129,6 @@ "show_number": "5282", "fullAnswer": "sculpture" }, - { - "category": "PRESIDENTIAL LIBRARIES", - "air_date": "2007-07-24", - "question": "(Jon of the Clue Crew is at the wheel.) In 1948, George H.W. Bush and this young wife of his packed their belongings into a Studebaker and drove west to Odessa, Texas", - "value": "$600", - "answer": "Barbara", - "round": "Jeopardy!", - "show_number": "5282", - "fullAnswer": "Barbara" - }, { "category": "SPORTS LEGENDS", "air_date": "2007-07-24", @@ -25269,16 +24239,6 @@ "show_number": "5282", "fullAnswer": "an earwitness" }, - { - "category": "PRESIDENTIAL LIBRARIES", - "air_date": "2007-07-24", - "question": "(Kelly of the Clue Crew reports from Austin, Texas.) At the dedication in Austin in 1971, he said that of all the words in his presidential library, the two that best express his philosophy are \"man can\"", - "value": "$1000", - "answer": "L.B.J.", - "round": "Jeopardy!", - "show_number": "5282", - "fullAnswer": "L.B.J." - }, { "category": "SPORTS LEGENDS", "air_date": "2007-07-24", @@ -25369,16 +24329,6 @@ "show_number": "5282", "fullAnswer": "Oliver Twist" }, - { - "category": "COMPANIES YOUNGER THAN YOU", - "air_date": "2007-07-24", - "question": "This commerce site founded in 1995 now also owns Skype, Paypal, & Shopping.com", - "value": "$400", - "answer": "eBay", - "round": "Double Jeopardy!", - "show_number": "5282", - "fullAnswer": "eBay" - }, { "category": "SYNONYMS", "air_date": "2007-07-24", @@ -25409,16 +24359,6 @@ "show_number": "5282", "fullAnswer": "Ugly Betty" }, - { - "category": "LAW ENFORCEMENT", - "air_date": "2007-07-24", - "question": "It's the identification procedure that uses the kind of grid seen here", - "value": "$800", - "answer": "line-up", - "round": "Double Jeopardy!", - "show_number": "5282", - "fullAnswer": "a line-up" - }, { "category": "LITERATURE", "air_date": "2007-07-24", @@ -25549,16 +24489,6 @@ "show_number": "5282", "fullAnswer": "Solomon" }, - { - "category": "COMPANIES YOUNGER THAN YOU", - "air_date": "2007-07-24", - "question": "After selling Broadcast.com to Yahoo! for more than $5 billion, this Dallas NBA team owner started HDNet", - "value": "$1600", - "answer": "Mark Cuban", - "round": "Double Jeopardy!", - "show_number": "5282", - "fullAnswer": "Mark Cuban" - }, { "category": "SYNONYMS", "air_date": "2007-07-24", @@ -26184,7 +25114,7 @@ "air_date": "2002-12-27", "question": "This Newfoundland capital is the easternmost terminus of the Trans-Canada Highway", "value": "$2000", - "answer": "St. John\\'s", + "answer": "St. John's", "round": "Double Jeopardy!", "show_number": "4220", "fullAnswer": "St. John\\'s" @@ -26889,16 +25819,6 @@ "show_number": "5979", "fullAnswer": "the Pulitzer" }, - { - "category": "MAKE IT RIGHT", - "air_date": "2010-09-16", - "question": "(Jimmy of the Clue Crew reports from New Orleans, LA.) This actor who founded Make It Right not only pledged $5 million, but moved his large family to New Orleans & threw himself into sustainable rebuilding", - "value": "$200", - "answer": "Brad Pitt", - "round": "Jeopardy!", - "show_number": "5979", - "fullAnswer": "Brad Pitt" - }, { "category": "THE 23rd PSALM", "air_date": "2010-09-16", @@ -26949,16 +25869,6 @@ "show_number": "5979", "fullAnswer": "teflon" }, - { - "category": "MAKE IT RIGHT", - "air_date": "2010-09-16", - "question": "(Sarah of the Clue Crew reports from New Orleans, LA.) The \"E\" in insulated \"Low-E windows\" stands for this; the windows allow light through but prevent solar heat gain & block UV rays", - "value": "$400", - "answer": "emission", - "round": "Jeopardy!", - "show_number": "5979", - "fullAnswer": "emission" - }, { "category": "THE 23rd PSALM", "air_date": "2010-09-16", @@ -27009,16 +25919,6 @@ "show_number": "5979", "fullAnswer": "the Medal of Freedom" }, - { - "category": "MAKE IT RIGHT", - "air_date": "2010-09-16", - "question": "(Jimmy of the Clue Crew reports from New Orleans, LA.) A wood product called TimberSIL gives Make It Right homes durability; it endures, resists warping, & is a Class A fire retardant, due to being infused with this common transparent material", - "value": "$600", - "answer": "glass", - "round": "Jeopardy!", - "show_number": "5979", - "fullAnswer": "glass" - }, { "category": "THE 23rd PSALM", "air_date": "2010-09-16", @@ -27069,16 +25969,6 @@ "show_number": "5979", "fullAnswer": "a smoking gun" }, - { - "category": "MAKE IT RIGHT", - "air_date": "2010-09-16", - "question": "(Sarah of the Clue Crew reports from New Orleans, LA.) In a flood, a float house can rise on guideposts & is actually so light that it's weighted against winds; architect Thom Mayne compares it to this 4-letter beach structure, moving with the tide", - "value": "$800", - "answer": "pier", - "round": "Jeopardy!", - "show_number": "5979", - "fullAnswer": "a pier" - }, { "category": "THE 23rd PSALM", "air_date": "2010-09-16", @@ -27129,16 +26019,6 @@ "show_number": "5979", "fullAnswer": "Nixon & Khrushchev" }, - { - "category": "MAKE IT RIGHT", - "air_date": "2010-09-16", - "question": "(Jimmy of the Clue Crew reports from New Orleans, LA.) The architects who designed Make It Right homes all used the tradition of this type of home, suited to the narrow New Orleans lots with high ceilings to let heat rise", - "value": "$1000", - "answer": "shotgun shack", - "round": "Jeopardy!", - "show_number": "5979", - "fullAnswer": "a shotgun shack" - }, { "category": "WORLD LEADERS", "air_date": "2010-09-16", @@ -27484,7 +26364,7 @@ "air_date": "2001-03-16", "question": "Aykroyd's blueprints", "value": "$100", - "answer": "Dan\\'s plans", + "answer": "Dan's plans", "round": "Jeopardy!", "show_number": "3815", "fullAnswer": "Dan\\'s plans" @@ -27544,7 +26424,7 @@ "air_date": "2001-03-16", "question": "Sajak's Stetsons & sombreros", "value": "$200", - "answer": "Pat\\'s hats", + "answer": "Pat's hats", "round": "Jeopardy!", "show_number": "3815", "fullAnswer": "Pat\\'s hats" @@ -27604,7 +26484,7 @@ "air_date": "2001-03-16", "question": "The vistas seen from Ms. Barrymore's home", "value": "$300", - "answer": "Drew\\'s views", + "answer": "Drew's views", "round": "Jeopardy!", "show_number": "3815", "fullAnswer": "Drew\\'s views" @@ -27664,7 +26544,7 @@ "air_date": "2001-03-16", "question": "Harrelson's yummies", "value": "$400", - "answer": "Woody\\'s goodies", + "answer": "Woody's goodies", "round": "Jeopardy!", "show_number": "3815", "fullAnswer": "Woody\\'s goodies" @@ -27724,7 +26604,7 @@ "air_date": "2001-03-16", "question": "Hairdresser Vidal's woodwinds", "value": "$500", - "answer": "Sassoon\\'s bassoons", + "answer": "Sassoon's bassoons", "round": "Jeopardy!", "show_number": "3815", "fullAnswer": "Sassoon\\'s bassoons" @@ -27869,16 +26749,6 @@ "show_number": "3815", "fullAnswer": "Holden Caulfield" }, - { - "category": "AVIARY", - "air_date": "2001-03-16", - "question": "Unit of Random House whose logo is seen here:", - "value": "$600", - "answer": "Bantam Books", - "round": "Double Jeopardy!", - "show_number": "3815", - "fullAnswer": "Bantam Books" - }, { "category": "NUTRITION", "air_date": "2001-03-16", @@ -28199,16 +27069,6 @@ "show_number": "422", "fullAnswer": "Mr. Carlin" }, - { - "category": "\"MOON\"S", - "air_date": "1986-04-22", - "question": "Title of the following, it can be performed by a big bandleader or a nighttime Romeo", - "value": "$1,000", - "answer": "Moonlight Serenade", - "round": "Jeopardy!", - "show_number": "422", - "fullAnswer": "\"Moonlight Serenade\"" - }, { "category": "BICYCLES", "air_date": "1986-04-22", @@ -28594,7 +27454,7 @@ "air_date": "1992-03-06", "question": "It's divided into 3 chambers: 2 auricles & 1 ventricle", "value": "$100", - "answer": "frog\\'s heart", + "answer": "frog's heart", "round": "Jeopardy!", "show_number": "1740", "fullAnswer": "the frog\\'s heart" @@ -28654,7 +27514,7 @@ "air_date": "1992-03-06", "question": "It's attached at the front of the mouth so the frog can flick it out rapidly", "value": "$200", - "answer": "frog\\'s tongue", + "answer": "frog's tongue", "round": "Jeopardy!", "show_number": "1740", "fullAnswer": "the frog\\'s tongue" @@ -28834,7 +27694,7 @@ "air_date": "1992-03-06", "question": "The nictitating membrane is also called the third one of these", "value": "$500", - "answer": "frog\\'s eyelid", + "answer": "frog's eyelid", "round": "Jeopardy!", "show_number": "1740", "fullAnswer": "the frog\\'s eyelid" @@ -28914,7 +27774,7 @@ "air_date": "1992-03-06", "question": "It's the holiday on which the Tournament of Roses & Mummers parades usually take place", "value": "$200", - "answer": "New Year\\'s Day", + "answer": "New Year's Day", "round": "Double Jeopardy!", "show_number": "1740", "fullAnswer": "New Year\\'s Day" @@ -29154,7 +28014,7 @@ "air_date": "1992-03-06", "question": "Medieval Europeans believed that birds begin to mate on this day", "value": "$1000", - "answer": "St. Valentine\\'s Day", + "answer": "St. Valentine's Day", "round": "Double Jeopardy!", "show_number": "1740", "fullAnswer": "St. Valentine\\'s Day" @@ -29259,16 +28119,6 @@ "show_number": "3697", "fullAnswer": "Beverly Hills, 90210" }, - { - "category": "REQUIRED READING", - "air_date": "2000-10-03", - "question": "The photo seen here is on the cover of an award-winning \"photobiography\" of this man", - "value": "$200", - "answer": "Abraham Lincoln", - "round": "Jeopardy!", - "show_number": "3697", - "fullAnswer": "Abraham Lincoln" - }, { "category": "HOMOPHONES", "air_date": "2000-10-03", @@ -29629,16 +28479,6 @@ "show_number": "3697", "fullAnswer": "Sleeping Beauty" }, - { - "category": "THE SPOOKY & THE MYSTERIOUS", - "air_date": "2000-10-03", - "question": "It's the mysterious prehistoric structure seen here", - "value": "$600", - "answer": "Stonehenge", - "round": "Double Jeopardy!", - "show_number": "3697", - "fullAnswer": "a Stonehenge" - }, { "category": "TRAVEL & TOURISM", "air_date": "2000-10-03", @@ -29719,16 +28559,6 @@ "show_number": "3697", "fullAnswer": "Anne Frank" }, - { - "category": "THE SOLAR SYSTEM", - "air_date": "2000-10-03", - "question": "(All right players, take a look at the monitor, and here's Bill Nye, the Science Guy:) The dividing line between the light and the dark side of the moon is called this [puts on shades, as lights go out] \"I'll be back.\"", - "value": "$1000", - "answer": "terminator", - "round": "Double Jeopardy!", - "show_number": "3697", - "fullAnswer": "the terminator" - }, { "category": "HISTORY IN MOVIES", "air_date": "2000-10-03", @@ -30004,7 +28834,7 @@ "air_date": "2006-10-12", "question": "The first warning of the iceberg came at 11:40 P.M. from Fred Fleet, the lookout in this platform high above the deck", "value": "$800", - "answer": "crow\\'s nest", + "answer": "crow's nest", "round": "Jeopardy!", "show_number": "5079", "fullAnswer": "the crow\\'s nest" @@ -30109,16 +28939,6 @@ "show_number": "5079", "fullAnswer": "Butch Cassidy and the Sundance Kid" }, - { - "category": "CATALINA", - "air_date": "2006-10-12", - "question": "(Cheryl of the Clue Crew reads from near a fountain on Catalina Island, CA.) In 1919 this chewing gum magnate bought Catalina & built it into a world-class resort", - "value": "$400", - "answer": "Wrigley", - "round": "Double Jeopardy!", - "show_number": "5079", - "fullAnswer": "(William) Wrigley" - }, { "category": "CRAFT", "air_date": "2006-10-12", @@ -30169,16 +28989,6 @@ "show_number": "5079", "fullAnswer": "Cat on a Hot Tin Roof" }, - { - "category": "CATALINA", - "air_date": "2006-10-12", - "question": "Movies shot on Catalina include this 1935 Oscar winner starring Clark Gable & Charles Laughton", - "value": "$800", - "answer": "Mutiny on the Bounty", - "round": "Double Jeopardy!", - "show_number": "5079", - "fullAnswer": "Mutiny on the Bounty" - }, { "category": "CRAFT", "air_date": "2006-10-12", @@ -30229,16 +29039,6 @@ "show_number": "5079", "fullAnswer": "The Hustler & The Color of Money" }, - { - "category": "CATALINA", - "air_date": "2006-10-12", - "question": "(Sarah of the Clue Crew reports from a hillside on Catalina Island, CA.) One of Catalina's most famous residents was this author of \"Riders of the Purple Sage\", who built a home here in 1926", - "value": "$1200", - "answer": "Grey", - "round": "Double Jeopardy!", - "show_number": "5079", - "fullAnswer": "(Zane) Grey" - }, { "category": "CRAFT", "air_date": "2006-10-12", @@ -30349,16 +29149,6 @@ "show_number": "5079", "fullAnswer": "Road to Perdition" }, - { - "category": "CATALINA", - "air_date": "2006-10-12", - "question": "(Cheryl of the Clue Crew reports from on high on Catalina Island, CA.) Catalina's only city shares its name with this island of the King Arthur legends", - "value": "$2000", - "answer": "Avalon", - "round": "Double Jeopardy!", - "show_number": "5079", - "fullAnswer": "Avalon" - }, { "category": "CRAFT", "air_date": "2006-10-12", @@ -30444,7 +29234,7 @@ "air_date": "2004-02-24", "question": "In 1979 this chain introduced its Happy Meal", "value": "$200", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "4487", "fullAnswer": "McDonald\\'s" @@ -31329,16 +30119,6 @@ "show_number": "5807", "fullAnswer": "Elly May" }, - { - "category": "19th CENTURY SCRAPBOOK", - "air_date": "2009-12-08", - "question": "This imposing American landmark is seen here as it looked in 1876", - "value": "$400", - "answer": "Washington Monument", - "round": "Double Jeopardy!", - "show_number": "5807", - "fullAnswer": "the Washington Monument" - }, { "category": "POLITICAL TALK", "air_date": "2009-12-08", @@ -31389,16 +30169,6 @@ "show_number": "5807", "fullAnswer": "(June) Carter (Cash)" }, - { - "category": "19th CENTURY SCRAPBOOK", - "air_date": "2009-12-08", - "question": "Successful \"Little\" author seen here", - "value": "$800", - "answer": "Alcott", - "round": "Double Jeopardy!", - "show_number": "5807", - "fullAnswer": "(Louisa May) Alcott" - }, { "category": "POLITICAL TALK", "air_date": "2009-12-08", @@ -31449,16 +30219,6 @@ "show_number": "5807", "fullAnswer": "April (Burns)" }, - { - "category": "19th CENTURY SCRAPBOOK", - "air_date": "2009-12-08", - "question": "Future leader of the UK seen here on the right in the 1880s", - "value": "$1200", - "answer": "Churchill", - "round": "Double Jeopardy!", - "show_number": "5807", - "fullAnswer": "Churchill" - }, { "category": "POLITICAL TALK", "air_date": "2009-12-08", @@ -31474,7 +30234,7 @@ "air_date": "2009-12-08", "question": "This red-haired beauty born in the Dublin suburb of Ranelagh played Natalie Wood's mother in \"Miracle on 34th Street\"", "value": "$1200", - "answer": "Maureen O\\'Hara", + "answer": "Maureen O'Hara", "round": "Double Jeopardy!", "show_number": "5807", "fullAnswer": "Maureen O\\'Hara" @@ -31499,26 +30259,6 @@ "show_number": "5807", "fullAnswer": "St. Kitts" }, - { - "category": "CALENDAR GIRLS", - "air_date": "2009-12-08", - "question": "This MGM star and wife of Dick Powell is seen here", - "value": "$1600", - "answer": "June Allyson", - "round": "Double Jeopardy!", - "show_number": "5807", - "fullAnswer": "June Allyson" - }, - { - "category": "19th CENTURY SCRAPBOOK", - "air_date": "2009-12-08", - "question": "This Russian seen here set the table for future chemists", - "value": "$1600", - "answer": "Mendeleyev", - "round": "Double Jeopardy!", - "show_number": "5807", - "fullAnswer": "Mendeleyev" - }, { "category": "POLITICAL TALK", "air_date": "2009-12-08", @@ -31549,16 +30289,6 @@ "show_number": "5807", "fullAnswer": "complex" }, - { - "category": "ISLANDS", - "air_date": "2009-12-08", - "question": "(Jimmy of the Clue Crew shows a map on the monitor.) Because they surround Delos, the sacred birthplace of Apollo & Artemis, this island group derives its name from the Greek word for \"circle\"", - "value": "$3,000", - "answer": "Cyclades", - "round": "Double Jeopardy!", - "show_number": "5807", - "fullAnswer": "the Cyclades" - }, { "category": "CALENDAR GIRLS", "air_date": "2009-12-08", @@ -31569,16 +30299,6 @@ "show_number": "5807", "fullAnswer": "the Star Wars series" }, - { - "category": "19th CENTURY SCRAPBOOK", - "air_date": "2009-12-08", - "question": "Pictured here around 1890, he was the original \"iron\" man", - "value": "$2000", - "answer": "Bismarck", - "round": "Double Jeopardy!", - "show_number": "5807", - "fullAnswer": "(Otto von) Bismarck" - }, { "category": "POLITICAL TALK", "air_date": "2009-12-08", @@ -31799,16 +30519,6 @@ "show_number": "5622", "fullAnswer": "Westwood" }, - { - "category": "ANATOMY", - "air_date": "2009-02-03", - "question": "(Sarah of the Clue Crew shows an anatomical diagram on the monitor, then puts her heel down.) The soleus and gastrocnemius, two major muscles of the calf, act like a lever system with this largest tendon to lift or lower the heel", - "value": "$800", - "answer": "Achilles tendon", - "round": "Jeopardy!", - "show_number": "5622", - "fullAnswer": "the Achilles tendon" - }, { "category": "SPORTS FACTS", "air_date": "2009-02-03", @@ -31879,16 +30589,6 @@ "show_number": "5622", "fullAnswer": "wrestling" }, - { - "category": "BRAND-TASTIC", - "air_date": "2009-02-03", - "question": "The logo of this outdoor brand is seen here", - "value": "$1000", - "answer": "Coleman", - "round": "Jeopardy!", - "show_number": "5622", - "fullAnswer": "Coleman" - }, { "category": "APT ANAGRAMS", "air_date": "2009-02-03", @@ -31909,16 +30609,6 @@ "show_number": "5622", "fullAnswer": "Thomas à Kempis" }, - { - "category": "IT'S AN L.A. THING", - "air_date": "2009-02-03", - "question": "Originally called \"Nuestro Pueblo\" by the artist, it's the L.A. landmark seen here", - "value": "$1000", - "answer": "Watts Towers", - "round": "Jeopardy!", - "show_number": "5622", - "fullAnswer": "the Watts Towers" - }, { "category": "WHO'S ON FIRST?", "air_date": "2009-02-03", @@ -32014,7 +30704,7 @@ "air_date": "2009-02-03", "question": "Self, launched in 1979, is one of these", "value": "$800", - "answer": "(women\\'s) magazine", + "answer": "(women's) magazine", "round": "Double Jeopardy!", "show_number": "5622", "fullAnswer": "a (women\\'s) magazine" @@ -32299,16 +30989,6 @@ "show_number": "5084", "fullAnswer": "Lafayette" }, - { - "category": "AT THE MOVIES", - "air_date": "2006-10-19", - "question": "1967:
That's the sound of Newman working on the chain gang", - "value": "$400", - "answer": "Cool Hand Luke", - "round": "Jeopardy!", - "show_number": "5084", - "fullAnswer": "Cool Hand Luke" - }, { "category": "THE HIGHEST-SCORING SCRABBLE WORD", "air_date": "2006-10-19", @@ -32339,26 +31019,6 @@ "show_number": "5084", "fullAnswer": "Times Square" }, - { - "category": "\"NIGHT\"", - "air_date": "2006-10-19", - "question": "Thrush to judgment and name this type of bird seen here", - "value": "$400", - "answer": "nightingale", - "round": "Jeopardy!", - "show_number": "5084", - "fullAnswer": "a nightingale" - }, - { - "category": "NOTED EUROPEANS", - "air_date": "2006-10-19", - "question": "(Jimmy of the Clue Crew reports from Gdansk, Poland.) Few noticed him start in 1967 as a Gdansk shipyard electrician, but many noticed him in 1980 when he became the leader of Solidarity", - "value": "$600", - "answer": "Lech Wałęsa", - "round": "Jeopardy!", - "show_number": "5084", - "fullAnswer": "Lech Wałęsa" - }, { "category": "AT THE MOVIES", "air_date": "2006-10-19", @@ -32464,21 +31124,11 @@ "air_date": "2006-10-19", "question": "Get to the Bottom of this Shakespeare play, published in 1600", "value": "$800", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Jeopardy!", "show_number": "5084", "fullAnswer": "A Midsummer Night\\'s Dream" }, - { - "category": "NOTED EUROPEANS", - "air_date": "2006-10-19", - "question": "Although this king had already reigned for fifty-eight years, he's seen here in his coronation robes to add majesty.", - "value": "$1000", - "answer": "Louis XIV", - "round": "Jeopardy!", - "show_number": "5084", - "fullAnswer": "Louis XIV" - }, { "category": "AT THE MOVIES", "air_date": "2006-10-19", @@ -32739,16 +31389,6 @@ "show_number": "5084", "fullAnswer": "Lowell" }, - { - "category": "14:59", - "air_date": "2006-10-19", - "question": "Perhaps knowing her time was nigh, she asked President Bush to be removed as a Supreme Court nominee", - "value": "$3,000", - "answer": "Harriet Miers", - "round": "Double Jeopardy!", - "show_number": "5084", - "fullAnswer": "Harriet Miers" - }, { "category": "RELIGION", "air_date": "2006-10-19", @@ -32799,16 +31439,6 @@ "show_number": "5084", "fullAnswer": "Lewis" }, - { - "category": "14:59", - "air_date": "2006-10-19", - "question": "A free week at a hotel chain would be apropos for knowing the name of this \"Joe Millionaire\" reality star", - "value": "$2000", - "answer": "Marriott", - "round": "Double Jeopardy!", - "show_number": "5084", - "fullAnswer": "(Evan) Marriott" - }, { "category": "RELIGION", "air_date": "2006-10-19", @@ -32819,16 +31449,6 @@ "show_number": "5084", "fullAnswer": "India" }, - { - "category": "FROM THE FRENCH", - "air_date": "2006-10-19", - "question": "(Jon of the Clue Crew shows an animation on the monitor.) This verb for one set of gears meshing with another set comes from the Old French for \"pledge\"", - "value": "$2000", - "answer": "engage", - "round": "Double Jeopardy!", - "show_number": "5084", - "fullAnswer": "engage" - }, { "category": "FAMOUS NAMES", "air_date": "2006-10-19", @@ -33169,16 +31789,6 @@ "show_number": "5002", "fullAnswer": "Sicilia" }, - { - "category": "REDUCED SHAKESPEARE", - "air_date": "2006-05-16", - "question": "Name this tragedy:
\"Love you.\"
\"Love you.\"
\"Speak. ...Nothing will come of nothing!\"
\"Hmph!\"
\"Hmph!\"
\"Huh? I should go mad! Blbl-blbl-blbl-blbl-bl! Oh, no life! Oh!\"
", - "value": "$400", - "answer": "King Lear", - "round": "Double Jeopardy!", - "show_number": "5002", - "fullAnswer": "King Lear" - }, { "category": "NEW WEAPONS", "air_date": "2006-05-16", @@ -33229,16 +31839,6 @@ "show_number": "5002", "fullAnswer": "bocce" }, - { - "category": "REDUCED SHAKESPEARE", - "air_date": "2006-05-16", - "question": "This time, a comedy:
\"Beware my sting!\"
\"She will be my chattel. Ha ha ha!\"
\"I'm starved!\"
[Snores]
\"Giddy from lack of sleep. What is thy will, sir?\"
\"Mm-wah!\"
\"Ha ha ha ha ha!\"
\"Ha ha ha ha ha!\"
\"Ah!\"
\"Ah!\"
", - "value": "$800", - "answer": "Taming of the Shrew", - "round": "Double Jeopardy!", - "show_number": "5002", - "fullAnswer": "The Taming of the Shrew" - }, { "category": "NEW WEAPONS", "air_date": "2006-05-16", @@ -33289,16 +31889,6 @@ "show_number": "5002", "fullAnswer": "ziti" }, - { - "category": "REDUCED SHAKESPEARE", - "air_date": "2006-05-16", - "question": "Tragedy:
\"Victorious!\"
\"Rue the tears I shed!\"
\"Banishment!\"
\"Son!\"
\"Ah!\"
\"Ha ha ha ha ha!\"
\"Ha ha ha ha ha!\"
\"Mad? Not!\"
\"Ugh!\"
\"Ugh!\"
\"Uh-huh! Emperor!\"
", - "value": "$1200", - "answer": "Titus Andronicus", - "round": "Double Jeopardy!", - "show_number": "5002", - "fullAnswer": "Titus Andronicus" - }, { "category": "NEW WEAPONS", "air_date": "2006-05-16", @@ -33339,26 +31929,6 @@ "show_number": "5002", "fullAnswer": "This I Believe" }, - { - "category": "THAT'S ITALIAN!", - "air_date": "2006-05-16", - "question": "(Kelly of the Clue Crew gives us a sign linguistic demonstration.) An 1832 book on the gestures of this southern city includes \"Mm-wah, perfecto!\"--& many others we can't show you", - "value": "$1600", - "answer": "Naples", - "round": "Double Jeopardy!", - "show_number": "5002", - "fullAnswer": "Naples" - }, - { - "category": "REDUCED SHAKESPEARE", - "air_date": "2006-05-16", - "question": "Here's the title king of this play:
\"Plots have I laid. Wear this ring!\"
\"Oh, pretty!\"
\"King! Good-night.\"
\"Ow!\"
\"Marriage. Ah!\"
\"Thank you.\"
", - "value": "$1600", - "answer": "Richard III", - "round": "Double Jeopardy!", - "show_number": "5002", - "fullAnswer": "Richard III" - }, { "category": "NEW WEAPONS", "air_date": "2006-05-16", @@ -33379,16 +31949,6 @@ "show_number": "5002", "fullAnswer": "the arena" }, - { - "category": "BUSINESS LEADERS", - "air_date": "2006-05-16", - "question": "Since founding Amazon.com in 1994, he's tried to make it \"The Earth's most customer-centric company\"", - "value": "$2000", - "answer": "Jeff Bezos", - "round": "Double Jeopardy!", - "show_number": "5002", - "fullAnswer": "Jeff Bezos" - }, { "category": "RADIO", "air_date": "2006-05-16", @@ -33409,26 +31969,6 @@ "show_number": "5002", "fullAnswer": "the Renaissance" }, - { - "category": "REDUCED SHAKESPEARE", - "air_date": "2006-05-16", - "question": "Name this comedy:
\"Your oaths.\"
\"Not to see ladies.\"
[All] \"Hup!\"
[Gasps]
[All] \"Love.\"
\"We'll mark no words that wooers say for 12 months in the day.\"
[All] \"Hmm!\"
[All] \"Oh!\"
\"That's too long for a play.\"
", - "value": "$2000", - "answer": "Love\\'s Labour\\'s Lost", - "round": "Double Jeopardy!", - "show_number": "5002", - "fullAnswer": "Love\\'s Labour\\'s Lost" - }, - { - "category": "NEW WEAPONS", - "air_date": "2006-05-16", - "question": "With advanced capabilities, this unmanned air vehicle seen here takes its name from the Latin for \"to plunder\"", - "value": "$2000", - "answer": "Predator", - "round": "Double Jeopardy!", - "show_number": "5002", - "fullAnswer": "the Predator" - }, { "category": "5-LETTER WORDS", "air_date": "2006-05-16", @@ -33589,16 +32129,6 @@ "show_number": "5334", "fullAnswer": "Eva Peron" }, - { - "category": "FINANCE", - "air_date": "2007-11-15", - "question": "Not a fraud scheme, the risk type of this puts more of your assets into the low-risk than the high-risk area", - "value": "$600", - "answer": "pyramid", - "round": "Jeopardy!", - "show_number": "5334", - "fullAnswer": "a pyramid" - }, { "category": "\"IRA\"", "air_date": "2007-11-15", @@ -33709,16 +32239,6 @@ "show_number": "5334", "fullAnswer": "Jeremy Bentham" }, - { - "category": "FINANCE", - "air_date": "2007-11-15", - "question": "(Cheryl of the Clue Crew shows an upward-tending graph with a deviant dip between March and May on the monitor.) Named for the implication that it brought some rationality to an exuberant market, it's a downward move by generally rising prices", - "value": "$1000", - "answer": "correction", - "round": "Jeopardy!", - "show_number": "5334", - "fullAnswer": "a correction" - }, { "category": "\"IRA\"", "air_date": "2007-11-15", @@ -34259,16 +32779,6 @@ "show_number": "5347", "fullAnswer": "Edvard Grieg" }, - { - "category": "A SHAPELY CATEGORY", - "air_date": "2007-12-04", - "question": "(Kelly of the Clue Crew points out a four-sided shape on the monitor.) In geometry, I'm sure you've come across this shape: it's a plane figure with 2 parallel & 2 non-parallel sides", - "value": "$1000", - "answer": "trapezoid", - "round": "Jeopardy!", - "show_number": "5347", - "fullAnswer": "a trapezoid" - }, { "category": "SALMON", "air_date": "2007-12-04", @@ -34429,16 +32939,6 @@ "show_number": "5347", "fullAnswer": "Cochise" }, - { - "category": "WHAT A CHARACTER!", - "air_date": "2007-12-04", - "question": "(Hi, I'm Martin Short, and) I first introduced this pointy-haired nerd on SCTV; he later had his own cartoon series, & Pat Sajak was his big hero--but don't tell Alex", - "value": "$1200", - "answer": "Ed Grimley", - "round": "Double Jeopardy!", - "show_number": "5347", - "fullAnswer": "Ed Grimley" - }, { "category": "GEOLOGY", "air_date": "2007-12-04", @@ -34539,16 +33039,6 @@ "show_number": "5347", "fullAnswer": "bevy" }, - { - "category": "HISTORIC NAMES", - "air_date": "2007-12-04", - "question": "(Sarah of the Clue Crew stands outside the Imperial Palace in Vienna, Austria.) Today, the Imperial Palace is home to Austria's head of state, the president; in Mozart's time, it was home to the head of state, this archduchess", - "value": "$2000", - "answer": "Maria Theresa", - "round": "Double Jeopardy!", - "show_number": "5347", - "fullAnswer": "Maria Theresa" - }, { "category": "WHAT A CHARACTER!", "air_date": "2007-12-04", @@ -34649,16 +33139,6 @@ "show_number": "4751", "fullAnswer": "minority government (a coalition accepted)" }, - { - "category": "VISUALIZE", - "air_date": "2005-04-11", - "question": "Deadly lady seen here", - "value": "$200", - "answer": "black widow", - "round": "Jeopardy!", - "show_number": "4751", - "fullAnswer": "a black widow" - }, { "category": "WORLD \"P\"s", "air_date": "2005-04-11", @@ -34689,16 +33169,6 @@ "show_number": "4751", "fullAnswer": "Constantine" }, - { - "category": "SIGNS & SYMBOLS", - "air_date": "2005-04-11", - "question": "It's the calendar year depicted here in Roman numerals", - "value": "$400", - "answer": "2004", - "round": "Jeopardy!", - "show_number": "4751", - "fullAnswer": "2004" - }, { "category": "GOVERNMENT", "air_date": "2005-04-11", @@ -34709,16 +33179,6 @@ "show_number": "4751", "fullAnswer": "Jimmy Carter" }, - { - "category": "VISUALIZE", - "air_date": "2005-04-11", - "question": "Numerical name for the unruly group seen here during their trial in 1970", - "value": "$400", - "answer": "Chicago Seven", - "round": "Jeopardy!", - "show_number": "4751", - "fullAnswer": "the Chicago Seven" - }, { "category": "WORLD \"P\"s", "air_date": "2005-04-11", @@ -34769,16 +33229,6 @@ "show_number": "4751", "fullAnswer": "China" }, - { - "category": "VISUALIZE", - "air_date": "2005-04-11", - "question": "Try to photograph this swift critter, and you might only get its tail, seen here", - "value": "$600", - "answer": "cheetah", - "round": "Jeopardy!", - "show_number": "4751", - "fullAnswer": "a cheetah" - }, { "category": "WORLD \"P\"s", "air_date": "2005-04-11", @@ -34829,16 +33279,6 @@ "show_number": "4751", "fullAnswer": "the Senate" }, - { - "category": "VISUALIZE", - "air_date": "2005-04-11", - "question": "Viceroy of India was one of the titles of this military man", - "value": "$800", - "answer": "Mountbatten", - "round": "Jeopardy!", - "show_number": "4751", - "fullAnswer": "Mountbatten" - }, { "category": "WORLD \"P\"s", "air_date": "2005-04-11", @@ -34889,16 +33329,6 @@ "show_number": "4751", "fullAnswer": "the Central African Republic" }, - { - "category": "VISUALIZE", - "air_date": "2005-04-11", - "question": "(Sarah of the Clue Crew shows a hefty-looking sewing kit.) In \"Moby Dick,\" Ahab asks Starbuck for one of these with a triangular point to pierce through materials", - "value": "$1000", - "answer": "sailmaker\\'s needle", - "round": "Jeopardy!", - "show_number": "4751", - "fullAnswer": "a sailmaker\\'s needle" - }, { "category": "WORLD \"P\"s", "air_date": "2005-04-11", @@ -34939,16 +33369,6 @@ "show_number": "4751", "fullAnswer": "Troy" }, - { - "category": "TRANSPLANTS", - "air_date": "2005-04-11", - "question": "(I'm Dr. Thomas Starzl.) In 1967, on a patient suffering from hepatoma, I performed the first successful human transplant of this organ", - "value": "$400", - "answer": "liver", - "round": "Double Jeopardy!", - "show_number": "4751", - "fullAnswer": "the liver" - }, { "category": "CITY OF BIRTH", "air_date": "2005-04-11", @@ -35059,16 +33479,6 @@ "show_number": "4751", "fullAnswer": "Newton" }, - { - "category": "TRANSPLANTS", - "air_date": "2005-04-11", - "question": "(Dr. Thomas Starzl reads the clue.) A pioneering kidney transplant of 1954 was from Ronald Herrick to Richard Herrick, this very specific type of relative", - "value": "$1200", - "answer": "identical twin", - "round": "Double Jeopardy!", - "show_number": "4751", - "fullAnswer": "an identical twin" - }, { "category": "CITY OF BIRTH", "air_date": "2005-04-11", @@ -35119,16 +33529,6 @@ "show_number": "4751", "fullAnswer": "Saladin" }, - { - "category": "TRANSPLANTS", - "air_date": "2005-04-11", - "question": "He's seen here in 1967, the year of his historic operation", - "value": "$1600", - "answer": "Barnard", - "round": "Double Jeopardy!", - "show_number": "4751", - "fullAnswer": "(Dr. Christiaan) Barnard" - }, { "category": "CITY OF BIRTH", "air_date": "2005-04-11", @@ -35179,16 +33579,6 @@ "show_number": "4751", "fullAnswer": "Bulba" }, - { - "category": "TRANSPLANTS", - "air_date": "2005-04-11", - "question": "(Dr. Thomas Starzl reads the clue.) In 1992 my team transplanted a liver from one of these primates into a man", - "value": "$2000", - "answer": "baboon", - "round": "Double Jeopardy!", - "show_number": "4751", - "fullAnswer": "a baboon" - }, { "category": "CITY OF BIRTH", "air_date": "2005-04-11", @@ -35239,16 +33629,6 @@ "show_number": "4576", "fullAnswer": "The Matrix" }, - { - "category": "WHAT AM I HAVING?", - "air_date": "2004-06-28", - "question": "(Sarah of the Clue Crew delivers the clue from Germany.) Haben sie Bier vom Fass?--I just asked for this form of beer", - "value": "$200", - "answer": "draft beer", - "round": "Jeopardy!", - "show_number": "4576", - "fullAnswer": "draft beer" - }, { "category": "Y-R", "air_date": "2004-06-28", @@ -35299,16 +33679,6 @@ "show_number": "4576", "fullAnswer": "Forrest Gump" }, - { - "category": "WHAT AM I HAVING?", - "air_date": "2004-06-28", - "question": "(Sofia of the Clue Crew delivers the clue from Spain.) Por favor, un plato de chorizo--a plate of this, please", - "value": "$400", - "answer": "sausage", - "round": "Jeopardy!", - "show_number": "4576", - "fullAnswer": "sausage" - }, { "category": "Y-R", "air_date": "2004-06-28", @@ -35359,16 +33729,6 @@ "show_number": "4576", "fullAnswer": "O Brother, Where Art Thou?" }, - { - "category": "WHAT AM I HAVING?", - "air_date": "2004-06-28", - "question": "(Sofia of the Clue Crew delivers the clue from Venice.) Caffe con zucchero, per favore--I take my coffee with this", - "value": "$600", - "answer": "sugar", - "round": "Jeopardy!", - "show_number": "4576", - "fullAnswer": "sugar" - }, { "category": "Y-R", "air_date": "2004-06-28", @@ -35414,21 +33774,11 @@ "air_date": "2004-06-28", "question": "It was the mythological container sought by Lara Croft in \"Lara Croft Tomb Raider: The Cradle of Life\"", "value": "$800", - "answer": "Pandora\\'s box", + "answer": "Pandora's box", "round": "Jeopardy!", "show_number": "4576", "fullAnswer": "Pandora\\'s box" }, - { - "category": "WHAT AM I HAVING?", - "air_date": "2004-06-28", - "question": "(Sofia of the Clue Crew delivers the clue from Mexico.) Voy a comer pollo con mole--I'm having this in a classic Mexican sauce", - "value": "$800", - "answer": "chicken", - "round": "Jeopardy!", - "show_number": "4576", - "fullAnswer": "chicken" - }, { "category": "Y-R", "air_date": "2004-06-28", @@ -35479,16 +33829,6 @@ "show_number": "4576", "fullAnswer": "Monsters, Inc." }, - { - "category": "WHAT AM I HAVING?", - "air_date": "2004-06-28", - "question": "(Sarah of the Clue Crew delivers the clue from the Bronx.) Hey, Sal, I got some hungry people out here; give me a garbage pie--I just ordered up one of these", - "value": "$1000", - "answer": "pizza with everything", - "round": "Jeopardy!", - "show_number": "4576", - "fullAnswer": "a pizza with everything" - }, { "category": "Y-R", "air_date": "2004-06-28", @@ -35609,16 +33949,6 @@ "show_number": "4576", "fullAnswer": "Aristotle" }, - { - "category": "FLOWERS", - "air_date": "2004-06-28", - "question": "This flower seen here is often spotted on a man's lapel", - "value": "$800", - "answer": "carnation", - "round": "Double Jeopardy!", - "show_number": "4576", - "fullAnswer": "a carnation" - }, { "category": "BRITISH INVENTIONS", "air_date": "2004-06-28", @@ -35714,7 +34044,7 @@ "air_date": "2004-06-28", "question": "Alicia Keys received 5 Grammys for 2001, including best new artist & song of the year for this hit", "value": "$1600", - "answer": "Fallin\\'", + "answer": "Fallin'", "round": "Double Jeopardy!", "show_number": "4576", "fullAnswer": "\"Fallin\\'\"" @@ -35729,16 +34059,6 @@ "show_number": "4576", "fullAnswer": "Archimedes" }, - { - "category": "FLOWERS", - "air_date": "2004-06-28", - "question": "Grown from bulbs, they're the cheerful spring flowers seen here", - "value": "$1600", - "answer": "daffodils", - "round": "Double Jeopardy!", - "show_number": "4576", - "fullAnswer": "daffodils" - }, { "category": "BRITISH INVENTIONS", "air_date": "2004-06-28", @@ -35754,7 +34074,7 @@ "air_date": "2004-06-28", "question": "Projection at the southern tip of South America also called a cornucopia", "value": "$1600", - "answer": "Cape Horn o\\' Plenty", + "answer": "Cape Horn o' Plenty", "round": "Double Jeopardy!", "show_number": "4576", "fullAnswer": "Cape Horn o\\' Plenty" @@ -35849,16 +34169,6 @@ "show_number": "4582", "fullAnswer": "Pete Rose" }, - { - "category": "WEDDINGS", - "air_date": "2004-07-06", - "question": "It's the job of the lad seen here", - "value": "$200", - "answer": "ringbearer", - "round": "Jeopardy!", - "show_number": "4582", - "fullAnswer": "ringbearer" - }, { "category": "NOVEL QUOTES", "air_date": "2004-07-06", @@ -35914,7 +34224,7 @@ "air_date": "2004-07-06", "question": "In 2002 a hot pink frock worn by Robin Durr won the DeKuyper Contest for the worst of these", "value": "$400", - "answer": "bridesmaid\\'s dress", + "answer": "bridesmaid's dress", "round": "Jeopardy!", "show_number": "4582", "fullAnswer": "a bridesmaid\\'s dress" @@ -35994,7 +34304,7 @@ "air_date": "2004-07-06", "question": "The 4-legged Omaha made the record books in 1935 with this 3-feat", "value": "$600", - "answer": "racing\\'s Triple Crown", + "answer": "racing's Triple Crown", "round": "Jeopardy!", "show_number": "4582", "fullAnswer": "racing\\'s Triple Crown" @@ -36009,16 +34319,6 @@ "show_number": "4582", "fullAnswer": "Anchorage" }, - { - "category": "U.S. PRESIDENTIAL NICKNAMES", - "air_date": "2004-07-06", - "question": "(Sofia of the Clue Crew stands next to a bust of President Hoover at the Hoover Dam Visitor Center.) Herbert Hoover, for whom the dam is named, was known as \"The Great\" this, his prepolitics profession", - "value": "$800", - "answer": "Engineer", - "round": "Jeopardy!", - "show_number": "4582", - "fullAnswer": "Engineer" - }, { "category": "BALLPARK FIGURES", "air_date": "2004-07-06", @@ -36059,16 +34359,6 @@ "show_number": "4582", "fullAnswer": "Three-Mile Island" }, - { - "category": "GIVE ME AN \"A\"!", - "air_date": "2004-07-06", - "question": "(Sarah of the Clue Crew reports from Cape Cod, MA.) In 1986, this vessel, named either for a chipmunk or Woods Hole scientist Alan Vine, reached the Titanic", - "value": "$800", - "answer": "Alvin", - "round": "Jeopardy!", - "show_number": "4582", - "fullAnswer": "the Alvin" - }, { "category": "U.S. PRESIDENTIAL NICKNAMES", "air_date": "2004-07-06", @@ -36109,16 +34399,6 @@ "show_number": "4582", "fullAnswer": "Watership Down" }, - { - "category": "THREE CHEERS!", - "air_date": "2004-07-06", - "question": "Mythical monstrosity manifested here", - "value": "$1000", - "answer": "Cerberus", - "round": "Jeopardy!", - "show_number": "4582", - "fullAnswer": "Cerberus" - }, { "category": "GIVE ME AN \"A\"!", "air_date": "2004-07-06", @@ -36294,7 +34574,7 @@ "air_date": "2004-07-06", "question": "Carol Channing's Broadway ballad from \"Gentlemen Prefer Blondes\"", "value": "$1200", - "answer": "Diamonds Are A Girl\\'s Best Friend", + "answer": "Diamonds Are A Girl's Best Friend", "round": "Double Jeopardy!", "show_number": "4582", "fullAnswer": "\"Diamonds Are A Girl\\'s Best Friend\"" @@ -36339,16 +34619,6 @@ "show_number": "4582", "fullAnswer": "Samuel Beckett" }, - { - "category": "CORAL REEF LIFE", - "air_date": "2004-07-06", - "question": "This coral reef dweller seen here can be vicious & has been known to attack underwater divers", - "value": "$1600", - "answer": "moray eel", - "round": "Double Jeopardy!", - "show_number": "4582", - "fullAnswer": "a moray eel" - }, { "category": "\"DIAMOND\"s IN THE ROUGH", "air_date": "2004-07-06", @@ -36469,16 +34739,6 @@ "show_number": "5352", "fullAnswer": "Krispy Kreme" }, - { - "category": "BIRDS", - "air_date": "2007-12-11", - "question": "It's the type of swan heard here", - "value": "$200", - "answer": "trumpeter swan", - "round": "Jeopardy!", - "show_number": "5352", - "fullAnswer": "a trumpeter swan" - }, { "category": "ODDS & ENDS", "air_date": "2007-12-11", @@ -36494,7 +34754,7 @@ "air_date": "2007-12-11", "question": "Mrs. Reagan's whims", "value": "$200", - "answer": "Nancy\\'s fancies", + "answer": "Nancy's fancies", "round": "Jeopardy!", "show_number": "5352", "fullAnswer": "Nancy\\'s fancies" @@ -36554,7 +34814,7 @@ "air_date": "2007-12-11", "question": "Mrs. Nixon's floor pads for gymnastics", "value": "$400", - "answer": "Pat\\'s mats", + "answer": "Pat's mats", "round": "Jeopardy!", "show_number": "5352", "fullAnswer": "Pat\\'s mats" @@ -36589,16 +34849,6 @@ "show_number": "5352", "fullAnswer": "Ben & Jerry" }, - { - "category": "BIRDS", - "air_date": "2007-12-11", - "question": "This bird shown in an illustration is distinguished from the heron by the bustle of feathers over its rump", - "value": "$600", - "answer": "crane", - "round": "Jeopardy!", - "show_number": "5352", - "fullAnswer": "crane" - }, { "category": "ODDS & ENDS", "air_date": "2007-12-11", @@ -36614,7 +34864,7 @@ "air_date": "2007-12-11", "question": "Mrs. Truman's frocks", "value": "$600", - "answer": "Bess\\'s dresses", + "answer": "Bess's dresses", "round": "Jeopardy!", "show_number": "5352", "fullAnswer": "Bess\\'s dresses" @@ -36674,7 +34924,7 @@ "air_date": "2007-12-11", "question": "Mrs. Ford's landing wharfs", "value": "$800", - "answer": "Betty\\'s jetties", + "answer": "Betty's jetties", "round": "Jeopardy!", "show_number": "5352", "fullAnswer": "Betty\\'s jetties" @@ -36709,16 +34959,6 @@ "show_number": "5352", "fullAnswer": "potato chips" }, - { - "category": "BIRDS", - "air_date": "2007-12-11", - "question": "The long legs of the bird seen here give it this name, from a prop used by circus performers", - "value": "$500", - "answer": "stilt", - "round": "Jeopardy!", - "show_number": "5352", - "fullAnswer": "a stilt" - }, { "category": "ODDS & ENDS", "air_date": "2007-12-11", @@ -36734,7 +34974,7 @@ "air_date": "2007-12-11", "question": "Mrs. Bush's luminous radiations", "value": "$1000", - "answer": "Laura\\'s auras", + "answer": "Laura's auras", "round": "Jeopardy!", "show_number": "5352", "fullAnswer": "Laura\\'s auras" @@ -36914,7 +35154,7 @@ "air_date": "2007-12-11", "question": "Spielberg wasn't paid for directing this film; he said it would be \"blood money\"", "value": "$1200", - "answer": "Schindler\\'s List", + "answer": "Schindler's List", "round": "Double Jeopardy!", "show_number": "5352", "fullAnswer": "Schindler\\'s List" @@ -37104,7 +35344,7 @@ "air_date": "2003-10-22", "question": "Ulysses' trousers", "value": "$200", - "answer": "Grant\\'s pants", + "answer": "Grant's pants", "round": "Jeopardy!", "show_number": "4398", "fullAnswer": "Grant\\'s pants" @@ -37164,7 +35404,7 @@ "air_date": "2003-10-22", "question": "Arthur's school terms", "value": "$400", - "answer": "Chester\\'s semesters", + "answer": "Chester's semesters", "round": "Jeopardy!", "show_number": "4398", "fullAnswer": "Chester\\'s semesters" @@ -37224,7 +35464,7 @@ "air_date": "2003-10-22", "question": "Zachary's wardens", "value": "$600", - "answer": "Taylor\\'s jailers", + "answer": "Taylor's jailers", "round": "Jeopardy!", "show_number": "4398", "fullAnswer": "Taylor\\'s jailers" @@ -37284,7 +35524,7 @@ "air_date": "2003-10-22", "question": "James' egg parts", "value": "$800", - "answer": "Polk\\'s yolks", + "answer": "Polk's yolks", "round": "Jeopardy!", "show_number": "4398", "fullAnswer": "Polk\\'s yolks" @@ -37344,7 +35584,7 @@ "air_date": "2003-10-22", "question": "Tyler's conducting sticks", "value": "$1000", - "answer": "John\\'s batons", + "answer": "John's batons", "round": "Jeopardy!", "show_number": "4398", "fullAnswer": "John\\'s batons" @@ -37694,7 +35934,7 @@ "air_date": "2011-05-05", "question": "\"For\" Michigan Republican congressman Hoekstra's \"sake!\"", "value": "$200", - "answer": "Pete\\'s", + "answer": "Pete's", "round": "Jeopardy!", "show_number": "6144", "fullAnswer": "Pete\\'s" @@ -37794,7 +36034,7 @@ "air_date": "2011-05-05", "question": "Robbie Nevil & B*witched had tunes called this French phrase meaning \"that's life\"", "value": "$600", - "answer": "C\\'est La Vie", + "answer": "C'est La Vie", "round": "Jeopardy!", "show_number": "6144", "fullAnswer": "\"C\\'est La Vie\"" @@ -37939,16 +36179,6 @@ "show_number": "6144", "fullAnswer": "land" }, - { - "category": "U.S. GEOGRAPHY", - "air_date": "2011-05-05", - "question": "(Sarah of the Clue Crew shows a map on the monitor.) The northwest angle belongs to the U.S., although it doesn't look that way; it's the only part of the lower 48 that extends miles north of this parallel of latitude", - "value": "$1000", - "answer": "49th parallel", - "round": "Jeopardy!", - "show_number": "6144", - "fullAnswer": "the 49th parallel" - }, { "category": "ALL \"AMERICAN\"", "air_date": "2011-05-05", @@ -38039,16 +36269,6 @@ "show_number": "6144", "fullAnswer": "National Velvet" }, - { - "category": "WHY SO BLUE?", - "air_date": "2011-05-05", - "question": "Seen here, a Navajo bracelet features this mineral", - "value": "$800", - "answer": "turquoise", - "round": "Double Jeopardy!", - "show_number": "6144", - "fullAnswer": "turquoise" - }, { "category": "JURY DUTY", "air_date": "2011-05-05", @@ -38154,21 +36374,11 @@ "air_date": "2011-05-05", "question": "Liz won an Oscar for her role as a battlesome wife in this adaptation of an Albee play", "value": "$1600", - "answer": "Who\\'s Afraid of Virginia Woolf?", + "answer": "Who's Afraid of Virginia Woolf?", "round": "Double Jeopardy!", "show_number": "6144", "fullAnswer": "Who\\'s Afraid of Virginia Woolf?" }, - { - "category": "WHY SO BLUE?", - "air_date": "2011-05-05", - "question": "The vase seen here is made from this semiprecious stone", - "value": "$1600", - "answer": "lapis lazuli", - "round": "Double Jeopardy!", - "show_number": "6144", - "fullAnswer": "lapis lazuli" - }, { "category": "JURY DUTY", "air_date": "2011-05-05", @@ -38249,16 +36459,6 @@ "show_number": "6144", "fullAnswer": "Christmas" }, - { - "category": "EPONYMS", - "air_date": "2011-05-05", - "question": "This flower seen here is named for a German botanist", - "value": "$2000", - "answer": "zinnia", - "round": "Double Jeopardy!", - "show_number": "6144", - "fullAnswer": "a zinnia" - }, { "category": "WORLD LEADERS", "air_date": "2011-05-05", @@ -38284,7 +36484,7 @@ "air_date": "2011-11-03", "question": "In \"Rise of the Planet of the Apes\" the name of the fictional drug ALZ112 indicates it's a possible treatment for this", "value": "$200", - "answer": "Alzheimer\\'s", + "answer": "Alzheimer's", "round": "Jeopardy!", "show_number": "6239", "fullAnswer": "Alzheimer\\'s" @@ -38379,16 +36579,6 @@ "show_number": "6239", "fullAnswer": "the War of 1812" }, - { - "category": "THE NOBEL PEACE PRIZE", - "air_date": "2011-11-03", - "question": "(Sarah of the Clue Crew presents from the Nobel Peace Prize Center in Oslo, Norway.) Henry Dunant, who founded this international organization that works to relieve suffering, won a share of the first Peace Prize in 1901; since then, the organization itself has won an unprecedented three prizes", - "value": "$400", - "answer": "Red Cross", - "round": "Jeopardy!", - "show_number": "6239", - "fullAnswer": "the Red Cross" - }, { "category": "I HAVE A PREPOSITION FOR YOU", "air_date": "2011-11-03", @@ -38574,7 +36764,7 @@ "air_date": "2011-11-03", "question": "In an essay Woolf wrote, \"A woman must have money and a\" this \"of her own... to write fiction\"", "value": "$400", - "answer": "room of one\\'s own", + "answer": "room of one's own", "round": "Double Jeopardy!", "show_number": "6239", "fullAnswer": "a room of one\\'s own" @@ -38659,16 +36849,6 @@ "show_number": "6239", "fullAnswer": "The Temptations" }, - { - "category": "19th CENTURY PRESIDENTS", - "air_date": "2011-11-03", - "question": "This U.S. president was named for his great-grandfather, a signer of the Declaration of Independence", - "value": "$800", - "answer": "Benjamin Harrison", - "round": "Double Jeopardy!", - "show_number": "6239", - "fullAnswer": "Benjamin Harrison" - }, { "category": "IT CAME FROM THE NEW WORLD", "air_date": "2011-11-03", @@ -38779,16 +36959,6 @@ "show_number": "6239", "fullAnswer": "Neil Diamond" }, - { - "category": "19th CENTURY PRESIDENTS", - "air_date": "2011-11-03", - "question": "Pre-Civil War president considered by some to have been the handsomest", - "value": "$1600", - "answer": "Pierce", - "round": "Double Jeopardy!", - "show_number": "6239", - "fullAnswer": "(Franklin) Pierce" - }, { "category": "IT CAME FROM THE NEW WORLD", "air_date": "2011-11-03", @@ -39094,7 +37264,7 @@ "air_date": "2009-11-23", "question": "President Laurent Gbagbo heads this country that goes by its French name most of the time", "value": "$600", - "answer": "Côte d\\'Ivoire ", + "answer": "Côte d'Ivoire ", "round": "Jeopardy!", "show_number": "5796", "fullAnswer": "Côte d\\'Ivoire (the Ivory Coast)" @@ -39164,7 +37334,7 @@ "air_date": "2009-11-23", "question": "Starting around 1922, this phrase meant something excellent or desirable", "value": "$1000", - "answer": "cat\\'s meow", + "answer": "cat's meow", "round": "Jeopardy!", "show_number": "5796", "fullAnswer": "the cat\\'s meow" @@ -39229,16 +37399,6 @@ "show_number": "5796", "fullAnswer": "ibuprofen" }, - { - "category": "A JOURNEY THROUGH ISRAEL", - "air_date": "2009-11-23", - "question": "(Alex reports from the Western Wall in Jerusalem.) In Jewish circles, the Wailing Wall became known as the Western Wall after this 1967 war & the reunification of Jerusalem", - "value": "$400", - "answer": "Six-Day War", - "round": "Double Jeopardy!", - "show_number": "5796", - "fullAnswer": "the Six-Day War" - }, { "category": "WORDS OF LOVE", "air_date": "2009-11-23", @@ -39289,16 +37449,6 @@ "show_number": "5796", "fullAnswer": "biofeedback" }, - { - "category": "A JOURNEY THROUGH ISRAEL", - "air_date": "2009-11-23", - "question": "(Sarah of the Clue Crew is in a boat.) You can ride in a boat reminiscent of Jesus' time on this sea, beside which he preached and performed miracles like the one of the loaves & fishes", - "value": "$800", - "answer": "Sea of Galilee", - "round": "Double Jeopardy!", - "show_number": "5796", - "fullAnswer": "the Sea of Galilee" - }, { "category": "WORDS OF LOVE", "air_date": "2009-11-23", @@ -39349,16 +37499,6 @@ "show_number": "5796", "fullAnswer": "a spasm" }, - { - "category": "A JOURNEY THROUGH ISRAEL", - "air_date": "2009-11-23", - "question": "(Alex places a stone on a grave at Mount Zion Cemetery in Jerusalem.) Here in the Mount Zion Cemetery, one of the prominent graves is that of this man, a Krakow factory owner, who, in World War II, saved the lives of over 1,000 Jews", - "value": "$1200", - "answer": "Schindler", - "round": "Double Jeopardy!", - "show_number": "5796", - "fullAnswer": "(Oskar) Schindler" - }, { "category": "WORDS OF LOVE", "air_date": "2009-11-23", @@ -39409,16 +37549,6 @@ "show_number": "5796", "fullAnswer": "cortex" }, - { - "category": "A JOURNEY THROUGH ISRAEL", - "air_date": "2009-11-23", - "question": "(Jimmy of the Clue Crew reports from Isreal.) This ruined fortress atop a mesa is where thousands of Israeli soldiers have taken an oath swearing that it shall not fall again", - "value": "$300", - "answer": "Masada", - "round": "Double Jeopardy!", - "show_number": "5796", - "fullAnswer": "Masada" - }, { "category": "WORDS OF LOVE", "air_date": "2009-11-23", @@ -39469,16 +37599,6 @@ "show_number": "5796", "fullAnswer": "sensory receptors" }, - { - "category": "A JOURNEY THROUGH ISRAEL", - "air_date": "2009-11-23", - "question": "(Alex floats in the Dead Sea.) Floating in the Dead Sea is easy; now what keeps me buoyant? The water is nine times saltier than seawater, & it has a very high this, which is mass per unit of volume", - "value": "$2000", - "answer": "density", - "round": "Double Jeopardy!", - "show_number": "5796", - "fullAnswer": "density" - }, { "category": "ODD TITLES", "air_date": "2009-11-23", @@ -39754,7 +37874,7 @@ "air_date": "2010-10-11", "question": "Ask this chain that's inspired by a fictional pirate for a \"side of crumbs\", & you'll get some fried batter bits", "value": "$1000", - "answer": "Long John Silver\\'s", + "answer": "Long John Silver's", "round": "Jeopardy!", "show_number": "5996", "fullAnswer": "Long John Silver\\'s" @@ -39859,16 +37979,6 @@ "show_number": "5996", "fullAnswer": "the Vatican" }, - { - "category": "THE HOUND OF MUSIC", - "air_date": "2010-10-11", - "question": "It's the breed of long-eared hound dog a tuxedo-clad Elvis is serenading here", - "value": "$800", - "answer": "Bassett", - "round": "Double Jeopardy!", - "show_number": "5996", - "fullAnswer": "Bassett" - }, { "category": "PLAY ADJECTIVES", "air_date": "2010-10-11", @@ -40009,16 +38119,6 @@ "show_number": "5996", "fullAnswer": "Judy Blume" }, - { - "category": "RUSSIAN", - "air_date": "2010-10-11", - "question": "To get around underground, the letter seen here stands for this word", - "value": "$1600", - "answer": "metro", - "round": "Double Jeopardy!", - "show_number": "5996", - "fullAnswer": "metro" - }, { "category": "STRING THEORY 201", "air_date": "2010-10-11", @@ -40039,16 +38139,6 @@ "show_number": "5996", "fullAnswer": "the Huntington Library" }, - { - "category": "THE HOUND OF MUSIC", - "air_date": "2010-10-11", - "question": "Three word slogan that accompanied the RCA Victor advertisement seen here", - "value": "$2000", - "answer": "His Master\\'s Voice", - "round": "Double Jeopardy!", - "show_number": "5996", - "fullAnswer": "His Master\\'s Voice" - }, { "category": "PLAY ADJECTIVES", "air_date": "2010-10-11", @@ -40154,7 +38244,7 @@ "air_date": "1996-11-27", "question": "\"You can't make a silk purse\" out of this", "value": "$100", - "answer": "sow\\'s ear", + "answer": "sow's ear", "round": "Jeopardy!", "show_number": "2818", "fullAnswer": "a sow\\'s ear" @@ -40829,22 +38919,12 @@ "show_number": "5797", "fullAnswer": "tough" }, - { - "category": "SCIENCE & NATURE", - "air_date": "2009-11-24", - "question": "Despite the fierce appearance of this plated beast, scientists believe it to have been an herbivore", - "value": "$600", - "answer": "Stegosaurus", - "round": "Jeopardy!", - "show_number": "5797", - "fullAnswer": "a Stegosaurus" - }, { "category": "RUN, RUN, RUN", "air_date": "2009-11-24", "question": "Due to an increase of endorphins in the brain, it's a state of euphoria experienced by exercisers", "value": "$600", - "answer": "runner\\'s high", + "answer": "runner's high", "round": "Jeopardy!", "show_number": "5797", "fullAnswer": "runner\\'s high" @@ -40999,16 +39079,6 @@ "show_number": "5797", "fullAnswer": "Schuster" }, - { - "category": "COMMON SIMILES", - "air_date": "2009-11-24", - "question": "(Here's Jimmy.) He is depicting this common simile about a criminal who's been at it a long time & isn't good at not getting caught", - "value": "$1000", - "answer": "rap sheet as long as your arm", - "round": "Jeopardy!", - "show_number": "5797", - "fullAnswer": "a rap sheet as long as your arm" - }, { "category": "WORLD CAPITALS", "air_date": "2009-11-24", @@ -41039,16 +39109,6 @@ "show_number": "5797", "fullAnswer": "Bones" }, - { - "category": "THE NEWSEUM", - "air_date": "2009-11-24", - "question": "(Alex reports from the Newseum in Washington, D.C.) This is the microphone used for World War II English-language broadcasts by this woman, broadcasts that earned her a treason conviction; many years later, President Ford pardoned her", - "value": "$400", - "answer": "Tokyo Rose", - "round": "Double Jeopardy!", - "show_number": "5797", - "fullAnswer": "Tokyo Rose" - }, { "category": "PAPAL NAMES", "air_date": "2009-11-24", @@ -41099,16 +39159,6 @@ "show_number": "5797", "fullAnswer": "Nancy Grace" }, - { - "category": "THE NEWSEUM", - "air_date": "2009-11-24", - "question": "(Alex reports from the Newseum in Washington, D.C.) In a sensational 1930s trial, the New York Journal paid for Bruno Hauptmann's defense in exchange for his wife's story; Hauptmann was later executed in this electric chair for the murder of this child", - "value": "$800", - "answer": "Lindbergh baby", - "round": "Double Jeopardy!", - "show_number": "5797", - "fullAnswer": "the Lindbergh baby" - }, { "category": "PAPAL NAMES", "air_date": "2009-11-24", @@ -41159,16 +39209,6 @@ "show_number": "5797", "fullAnswer": "Sookie Stackhouse" }, - { - "category": "THE NEWSEUM", - "air_date": "2009-11-24", - "question": "(Alex reports from the Newseum in Washington, D.C.) The Newseum is also home to the studio from which ABC's \"This Week\" is broadcast, hosted by this former Clinton administration advisor; I'm in his seat", - "value": "$1200", - "answer": "Stephanopoulos", - "round": "Double Jeopardy!", - "show_number": "5797", - "fullAnswer": "(George) Stephanopoulos" - }, { "category": "PAPAL NAMES", "air_date": "2009-11-24", @@ -41219,16 +39259,6 @@ "show_number": "5797", "fullAnswer": "(E.L.) Doctorow" }, - { - "category": "THE NEWSEUM", - "air_date": "2009-11-24", - "question": "(Alex reports from the Newseum in Washington, D.C.) After a great deal of debate, newspapers published this man's angry manifesto; it led to his being tracked to Montana & captured in this very cabin", - "value": "$1600", - "answer": "", - "round": "Double Jeopardy!", - "show_number": "5797", - "fullAnswer": "(Ted) Kaczynski (the Unabomber)" - }, { "category": "PAPAL NAMES", "air_date": "2009-11-24", @@ -41279,16 +39309,6 @@ "show_number": "5797", "fullAnswer": "(James) Patterson" }, - { - "category": "THE NEWSEUM", - "air_date": "2009-11-24", - "question": "(Alex reports from the Newseum in Washington, D.C.) A key moment in the Civil Rights era was a sit-in protest after four black students were refused service at an all-white F.W. Woolworth lunch counter in this North Carolina city", - "value": "$2000", - "answer": "Greensboro, North Carolina", - "round": "Double Jeopardy!", - "show_number": "5797", - "fullAnswer": "Greensboro, North Carolina" - }, { "category": "PAPAL NAMES", "air_date": "2009-11-24", @@ -41654,7 +39674,7 @@ "air_date": "2002-12-18", "question": "It was viva Las Vegas for Julia, who played the Angie Dickinson role in the remake of this film", "value": "$400", - "answer": "Ocean\\'s Eleven", + "answer": "Ocean's Eleven", "round": "Double Jeopardy!", "show_number": "4213", "fullAnswer": "Ocean\\'s Eleven" @@ -42079,16 +40099,6 @@ "show_number": "4278", "fullAnswer": "George Foreman" }, - { - "category": "WHO IS THEON OF SMYRNA?", - "air_date": "2003-03-19", - "question": "Theon's greatest work, available on Amazon.com, has mathematics useful for understanding this \"Republic\" author", - "value": "$600", - "answer": "Plato", - "round": "Jeopardy!", - "show_number": "4278", - "fullAnswer": "Plato" - }, { "category": "\"LESS\" IS MORE", "air_date": "2003-03-19", @@ -42824,7 +40834,7 @@ "air_date": "1999-05-26", "question": "It's not odd that this 1965 song is heard in the 1998 film \"Little Voice\"", "value": "$500", - "answer": "It\\'s Not Unusual", + "answer": "It's Not Unusual", "round": "Jeopardy!", "show_number": "3403", "fullAnswer": "\"It\\'s Not Unusual\"" @@ -43334,7 +41344,7 @@ "air_date": "1999-07-12", "question": "Having this title problem, Barry Manilow sings, \"I can't laugh and I can't sing, I'm finding it hard to do anything\"", "value": "$1,500", - "answer": "Can\\'t Smile Without You", + "answer": "Can't Smile Without You", "round": "Jeopardy!", "show_number": "3436", "fullAnswer": "\"Can\\'t Smile Without You\"" @@ -44699,16 +42709,6 @@ "show_number": "4700", "fullAnswer": "transcontinental" }, - { - "category": "THE EVOLUTIONARY WAR", - "air_date": "2005-01-28", - "question": "\"Thus, from the war of nature, from famine and death, the most exalted object... the production of the higher animals, directly follows.\"

That was the final paragraph of a famous work by this man", - "value": "$800", - "answer": "Darwin", - "round": "Double Jeopardy!", - "show_number": "4700", - "fullAnswer": "(Charles) Darwin" - }, { "category": "WHEN THEY WERE TEENS", "air_date": "2005-01-28", @@ -44749,16 +42749,6 @@ "show_number": "4700", "fullAnswer": "Hansel & Gretel" }, - { - "category": "LONG WORDS", - "air_date": "2005-01-28", - "question": "(Sarah of the Clue Crew writes the names of the seven dwarfs on a blackboard.) It's the re-ordering procedure that I'm implementing", - "value": "$800", - "answer": "alphabetizing", - "round": "Double Jeopardy!", - "show_number": "4700", - "fullAnswer": "alphabetizing" - }, { "category": "THE EVOLUTIONARY WAR", "air_date": "2005-01-28", @@ -44779,16 +42769,6 @@ "show_number": "4700", "fullAnswer": "The Young & the Restless" }, - { - "category": "FAMOUS AMERICANS", - "air_date": "2005-01-28", - "question": "(Jimmy of the Clue Crew wearing goggles and parka stands before majestic mountains in the Sierra National Forest.) The forested area behind me is named for this nature photographer and conservationist", - "value": "$1200", - "answer": "Ansel Adams", - "round": "Double Jeopardy!", - "show_number": "4700", - "fullAnswer": "Ansel Adams" - }, { "category": "GREEK MYTHOLOGY", "air_date": "2005-01-28", @@ -44899,16 +42879,6 @@ "show_number": "4700", "fullAnswer": "Jackie Chan" }, - { - "category": "FAMOUS AMERICANS", - "air_date": "2005-01-28", - "question": "He's the explorer seen here with a couple of his pals in 1909", - "value": "$2000", - "answer": "Admiral Peary", - "round": "Double Jeopardy!", - "show_number": "4700", - "fullAnswer": "Admiral Peary" - }, { "category": "GREEK MYTHOLOGY", "air_date": "2005-01-28", @@ -44919,16 +42889,6 @@ "show_number": "4700", "fullAnswer": "Morpheus" }, - { - "category": "YOU HAD TO EXPECT OPERA", - "air_date": "2005-01-28", - "question": "(Jimmy of the Clue Crew blows an alphorn in front of a Tyrolean chalet.) Appropriately, an alphorn call is imitated in the overture to this 1829 Rossini opera", - "value": "$800", - "answer": "William Tell", - "round": "Double Jeopardy!", - "show_number": "4700", - "fullAnswer": "William Tell" - }, { "category": "LONG WORDS", "air_date": "2005-01-28", @@ -45299,16 +43259,6 @@ "show_number": "6288", "fullAnswer": "The Untouchables" }, - { - "category": "AT THE CLEVELAND CLINIC", - "air_date": "2012-01-11", - "question": "(Sarah of the Clue Crew stands outside the Cleveland Clinic in Ohio.) The Cleveland Clinic pioneered group practice as opposed to private-- the founding doctors had worked as a team in the first AEF unit in France during this war", - "value": "$400", - "answer": "World War I", - "round": "Double Jeopardy!", - "show_number": "6288", - "fullAnswer": "World War I" - }, { "category": "WANT ADS", "air_date": "2012-01-11", @@ -45359,16 +43309,6 @@ "show_number": "6288", "fullAnswer": "Taxi Driver" }, - { - "category": "AT THE CLEVELAND CLINIC", - "air_date": "2012-01-11", - "question": "(Sarah of the Clue Crew reports from the Cleveland Clinic.) MI stands for myocardial infarction, or heart attack; MI also stands for this innovative type of heart surgery with tiny instruments that can reduce trauma & complications", - "value": "$800", - "answer": "minimally invasive", - "round": "Double Jeopardy!", - "show_number": "6288", - "fullAnswer": "minimally invasive" - }, { "category": "WANT ADS", "air_date": "2012-01-11", @@ -45419,16 +43359,6 @@ "show_number": "6288", "fullAnswer": "Analyze This" }, - { - "category": "AT THE CLEVELAND CLINIC", - "air_date": "2012-01-11", - "question": "(Sarah of the Clue Crew reports from the Cleveland Clinic.) Single port surgery is an advanced method that mainly uses just one entry point; the Cleveland Clinic was the first hospital to extract one of these paired organs via the umbilicus", - "value": "$1200", - "answer": "kidney", - "round": "Double Jeopardy!", - "show_number": "6288", - "fullAnswer": "a kidney" - }, { "category": "WANT ADS", "air_date": "2012-01-11", @@ -45479,16 +43409,6 @@ "show_number": "6288", "fullAnswer": "The Godfather Part II" }, - { - "category": "AT THE CLEVELAND CLINIC", - "air_date": "2012-01-11", - "question": "(Sarah of the Clue Crew reports from the Cleveland Clinic.) These files are fading into the past as the Clinic is on the forefront of \"EMR\", short for these, which are available to authorized doctors & personnel anytime, anywhere in the world", - "value": "$1600", - "answer": "electronic medical records", - "round": "Double Jeopardy!", - "show_number": "6288", - "fullAnswer": "electronic medical records" - }, { "category": "WANT ADS", "air_date": "2012-01-11", @@ -45539,16 +43459,6 @@ "show_number": "6288", "fullAnswer": "your friends" }, - { - "category": "AT THE CLEVELAND CLINIC", - "air_date": "2012-01-11", - "question": "(Jimmy of the Clue Crew reports from the Cleveland Clinic.) Robin Williams thanked the Cleveland Clinic team for his heart surgery, saying after getting a replacement one of these from a cow, \"the grazing's been fun\"", - "value": "$5,000", - "answer": "valve", - "round": "Double Jeopardy!", - "show_number": "6288", - "fullAnswer": "a valve" - }, { "category": "FOOD ETYMOLOGY", "air_date": "2012-01-11", @@ -45689,16 +43599,6 @@ "show_number": "5512", "fullAnswer": "the Rue Morgue" }, - { - "category": "HOP ON POP CULTURE", - "air_date": "2008-07-22", - "question": "(Jason Alexander of Seinfeld reads the clue.) When this \"boss\" of mine mistakenly told my dad I was dead, Dad responded, \"What the hell did you trade Jay Buhner for?\"", - "value": "$600", - "answer": "George Steinbrenner", - "round": "Jeopardy!", - "show_number": "5512", - "fullAnswer": "George Steinbrenner" - }, { "category": "RINGING THE OPENING BELL AT THE NYSE", "air_date": "2008-07-22", @@ -45909,16 +43809,6 @@ "show_number": "5512", "fullAnswer": "whole hog" }, - { - "category": "SLEEP", - "air_date": "2008-07-22", - "question": "(Cheryl of the Clue Crew monitors a sleep study at the Sleep Research Center at Stanford University.) Doctors for this center linked dreaming with this phase of sleep that includes higher heart & respiration rates", - "value": "$400", - "answer": "REM sleep", - "round": "Double Jeopardy!", - "show_number": "5512", - "fullAnswer": "REM sleep" - }, { "category": "STATE FISH", "air_date": "2008-07-22", @@ -45969,16 +43859,6 @@ "show_number": "5512", "fullAnswer": "terrorists" }, - { - "category": "SLEEP", - "air_date": "2008-07-22", - "question": "(Sarah of the Clue Crew holds a CPAP device at the Sleep Research Center at Stanford University.) Stanford is running a trial of the CPAP device, which provides continuous positive airway pressure to help this chronic condition where breathing is interrupted", - "value": "$800", - "answer": "sleep apnea", - "round": "Double Jeopardy!", - "show_number": "5512", - "fullAnswer": "sleep apnea" - }, { "category": "STATE FISH", "air_date": "2008-07-22", @@ -46029,16 +43909,6 @@ "show_number": "5512", "fullAnswer": "ebony & phonics" }, - { - "category": "SLEEP", - "air_date": "2008-07-22", - "question": "(Cheryl of the Clue Crew bothers a sleeper with her clue at the Sleep Research Center at Stanford University.) Doctors are studying not only insomnia, but parasomnia, which includes night terrors & this condition, from the Latin for \"sleep\" & \"walk\"", - "value": "$1200", - "answer": "somnambulism", - "round": "Double Jeopardy!", - "show_number": "5512", - "fullAnswer": "somnambulism" - }, { "category": "STATE FISH", "air_date": "2008-07-22", @@ -46089,16 +43959,6 @@ "show_number": "5512", "fullAnswer": "a bellwether" }, - { - "category": "SLEEP", - "air_date": "2008-07-22", - "question": "(Jimmy of the Clue Crew looks over some sleep data at the Sleep Research Center at Stanford University.) The Sleep Center at Stanford Hospital & Clinics discovered the gene for this disorder involving sudden sleep, from the Greek for \"numb\"", - "value": "$3,000", - "answer": "narcolepsy", - "round": "Double Jeopardy!", - "show_number": "5512", - "fullAnswer": "narcolepsy" - }, { "category": "STATE FISH", "air_date": "2008-07-22", @@ -46149,16 +44009,6 @@ "show_number": "5512", "fullAnswer": "an anaconda" }, - { - "category": "SLEEP", - "air_date": "2008-07-22", - "question": "(Sarah of the Clue Crew points to a brain on a computer screen at the Sleep Research Center at Stanford University.) This part of the brain that connects to the spinal cord is vital for dreaming, as it produces chemicals that keep other parts of the brain active", - "value": "$2000", - "answer": "medulla oblongata ", - "round": "Double Jeopardy!", - "show_number": "5512", - "fullAnswer": "the medulla oblongata (or the brain stem)" - }, { "category": "WORLD LEADERS", "air_date": "2008-07-22", @@ -46394,7 +44244,7 @@ "air_date": "1997-12-12", "question": "A 1st century B.C. maxim of Publilius Syrus says it's when you should hammer your iron", "value": "$400", - "answer": "When it\\'s hot", + "answer": "When it's hot", "round": "Jeopardy!", "show_number": "3060", "fullAnswer": "When it\\'s hot" @@ -46454,7 +44304,7 @@ "air_date": "1997-12-12", "question": "Paul McCartney said this song \"Epitomizes the downfalls in life\"", "value": "$500", - "answer": "Maxwell\\'s Silver Hammer", + "answer": "Maxwell's Silver Hammer", "round": "Jeopardy!", "show_number": "3060", "fullAnswer": "Maxwell\\'s Silver Hammer" @@ -46929,16 +44779,6 @@ "show_number": "5419", "fullAnswer": "platinum" }, - { - "category": "\"DEATH\"", - "air_date": "2008-03-13", - "question": "Napoleon's is seen here", - "value": "$600", - "answer": "death mask", - "round": "Jeopardy!", - "show_number": "5419", - "fullAnswer": "a death mask" - }, { "category": "OF A SALESMAN", "air_date": "2008-03-13", @@ -47004,7 +44844,7 @@ "air_date": "2008-03-13", "question": "When dealing with a car salesman, know that the MSRP, short for this, doesn't include taxes & registration", "value": "$800", - "answer": "manufacturer\\'s suggested retail price", + "answer": "manufacturer's suggested retail price", "round": "Jeopardy!", "show_number": "5419", "fullAnswer": "manufacturer\\'s suggested retail price" @@ -47019,16 +44859,6 @@ "show_number": "5419", "fullAnswer": "Clark Gable" }, - { - "category": "THE MISFITS", - "air_date": "2008-03-13", - "question": "He's the bawdy British TV misfit & comic genius seen here", - "value": "$1000", - "answer": "Benny Hill", - "round": "Jeopardy!", - "show_number": "5419", - "fullAnswer": "Benny Hill" - }, { "category": "ALL MY SONS", "air_date": "2008-03-13", @@ -47049,16 +44879,6 @@ "show_number": "5419", "fullAnswer": "zirconium" }, - { - "category": "\"DEATH\"", - "air_date": "2008-03-13", - "question": "It's the title of the famous 1793 work seen here", - "value": "$1000", - "answer": "Death of Jean-Paul Marat", - "round": "Jeopardy!", - "show_number": "5419", - "fullAnswer": "The Death of Jean-Paul Marat" - }, { "category": "OF A SALESMAN", "air_date": "2008-03-13", @@ -47099,16 +44919,6 @@ "show_number": "5419", "fullAnswer": "Superbad" }, - { - "category": "MAKING PIANOS AT STEINWAY", - "air_date": "2008-03-13", - "question": "(Sarah of the Clue Crew delivers the clue from Steinway & Sons in New York.) Today's keys are made of spruce, but the black keys & the whole body undergo staining to make them look like this traditional material", - "value": "$400", - "answer": "ebony", - "round": "Double Jeopardy!", - "show_number": "5419", - "fullAnswer": "ebony" - }, { "category": "GET YOUR FACTS STRAIGHT", "air_date": "2008-03-13", @@ -47139,16 +44949,6 @@ "show_number": "5419", "fullAnswer": "lump it" }, - { - "category": "PSYCHOLOGY", - "air_date": "2008-03-13", - "question": "Noted behavioral psychologist in the photo seen here", - "value": "$800", - "answer": "Pavlov", - "round": "Double Jeopardy!", - "show_number": "5419", - "fullAnswer": "(Ivan) Pavlov" - }, { "category": "ON THE BIG SCREEN", "air_date": "2008-03-13", @@ -47159,16 +44959,6 @@ "show_number": "5419", "fullAnswer": "Rush Hour" }, - { - "category": "MAKING PIANOS AT STEINWAY", - "air_date": "2008-03-13", - "question": "(Jon of the Clue Crew reports from Steinway and Sons.) It's the ten-letter term for the piano's diaphragm; it's made flexible enough to vibrate, but strong enough to handle a thousand pounds of force from over 200 strings", - "value": "$800", - "answer": "soundboard", - "round": "Double Jeopardy!", - "show_number": "5419", - "fullAnswer": "soundboard" - }, { "category": "GET YOUR FACTS STRAIGHT", "air_date": "2008-03-13", @@ -47209,26 +44999,6 @@ "show_number": "5419", "fullAnswer": "The Interpretation of Dreams" }, - { - "category": "ON THE BIG SCREEN", - "air_date": "2008-03-13", - "question": "(Hey, I'm Mark McGrath.) My band & I sang the song \"Words To Me\" in this 2002 movie about a hungry hyphenated Hanna-Barbera hound", - "value": "$1200", - "answer": "Scooby-Doo", - "round": "Double Jeopardy!", - "show_number": "5419", - "fullAnswer": "Scooby-Doo" - }, - { - "category": "MAKING PIANOS AT STEINWAY", - "air_date": "2008-03-13", - "question": "(Sarah delivers the clue from Steinway & Sons' showroom.) Steinway models include a baby grand, a parlor grand, & this one, just in case you're Alfred Brendel", - "value": "$1200", - "answer": "concert grand", - "round": "Double Jeopardy!", - "show_number": "5419", - "fullAnswer": "concert grand" - }, { "category": "GET YOUR FACTS STRAIGHT", "air_date": "2008-03-13", @@ -47279,16 +45049,6 @@ "show_number": "5419", "fullAnswer": "The Big Chill" }, - { - "category": "MAKING PIANOS AT STEINWAY", - "air_date": "2008-03-13", - "question": "(Sarah delivers the clue from Steinway & Sons' workshop.) These stop the string from vibrating once the key is raised--each is carefully matched to a string", - "value": "$1600", - "answer": "dampers", - "round": "Double Jeopardy!", - "show_number": "5419", - "fullAnswer": "dampers" - }, { "category": "GET YOUR FACTS STRAIGHT", "air_date": "2008-03-13", @@ -47329,26 +45089,6 @@ "show_number": "5419", "fullAnswer": "Carl Jung" }, - { - "category": "ON THE BIG SCREEN", - "air_date": "2008-03-13", - "question": "Heard here, the \"Wilhelm Scream\" debuted in a 1951 film but has been used in over 120 others, notably in this 1977 sci fi pic", - "value": "$2000", - "answer": "Star Wars", - "round": "Double Jeopardy!", - "show_number": "5419", - "fullAnswer": "Star Wars" - }, - { - "category": "MAKING PIANOS AT STEINWAY", - "air_date": "2008-03-13", - "question": "(Sarah reports from Steinway's showroom.) This Polish pianist helped boost Steinway's reputation with tours of America in the 1890s, on one of which he played 107 concerts in 117 days", - "value": "$2000", - "answer": "Ignace Jan Paderewski", - "round": "Double Jeopardy!", - "show_number": "5419", - "fullAnswer": "Ignace Jan Paderewski" - }, { "category": "GET YOUR FACTS STRAIGHT", "air_date": "2008-03-13", @@ -47689,16 +45429,6 @@ "show_number": "5686", "fullAnswer": "Mack" }, - { - "category": "WE SHALL REMAIN: GERONIMO", - "air_date": "2009-05-04", - "question": "Geronimo married the daughter of Cochise, a great one of these, but was never one himself as he was thought too impulsive", - "value": "$400", - "answer": "chief", - "round": "Double Jeopardy!", - "show_number": "5686", - "fullAnswer": "a chief" - }, { "category": "TAYLOR, SWIFT", "air_date": "2009-05-04", @@ -47749,16 +45479,6 @@ "show_number": "5686", "fullAnswer": "vacancy" }, - { - "category": "WE SHALL REMAIN: GERONIMO", - "air_date": "2009-05-04", - "question": "Wyatt Earp was part of this sheriff-organized group sent out after Geronimo; it never caught sight of him", - "value": "$800", - "answer": "posse", - "round": "Double Jeopardy!", - "show_number": "5686", - "fullAnswer": "a posse" - }, { "category": "TAYLOR, SWIFT", "air_date": "2009-05-04", @@ -47779,16 +45499,6 @@ "show_number": "5686", "fullAnswer": "needles" }, - { - "category": "ART", - "air_date": "2009-05-04", - "question": "Seen in the painting here, this Dutch artist loved the color yellow", - "value": "$800", - "answer": "van Gogh", - "round": "Double Jeopardy!", - "show_number": "5686", - "fullAnswer": "van Gogh" - }, { "category": "TIME TO CONVERT", "air_date": "2009-05-04", @@ -47809,16 +45519,6 @@ "show_number": "5686", "fullAnswer": "Valencia" }, - { - "category": "WE SHALL REMAIN: GERONIMO", - "air_date": "2009-05-04", - "question": "Late in life, Geronimo got co-opted by the white power structure, even riding in this president's 1905 inaugural parade", - "value": "$1200", - "answer": "Teddy Roosevelt", - "round": "Double Jeopardy!", - "show_number": "5686", - "fullAnswer": "Teddy Roosevelt" - }, { "category": "TAYLOR, SWIFT", "air_date": "2009-05-04", @@ -47869,16 +45569,6 @@ "show_number": "5686", "fullAnswer": "vermicelli" }, - { - "category": "WE SHALL REMAIN: GERONIMO", - "air_date": "2009-05-04", - "question": "Geronimo was born in the 1820s to the Bedonkohe, the smallest band among the Chiricahua branch of this tribe", - "value": "$1600", - "answer": "Apache", - "round": "Double Jeopardy!", - "show_number": "5686", - "fullAnswer": "Apache" - }, { "category": "TAYLOR, SWIFT", "air_date": "2009-05-04", @@ -47899,16 +45589,6 @@ "show_number": "5686", "fullAnswer": "pad" }, - { - "category": "ART", - "air_date": "2009-05-04", - "question": "(Kelly of the Clue Crew shows a landscape on the monitor.) To show distance, the artist creates a place on the horizon where two parallel lines seem to converge, referred to by this 2-word term", - "value": "$1600", - "answer": "vanishing point", - "round": "Double Jeopardy!", - "show_number": "5686", - "fullAnswer": "the vanishing point" - }, { "category": "TIME TO CONVERT", "air_date": "2009-05-04", @@ -47929,16 +45609,6 @@ "show_number": "5686", "fullAnswer": "volcano" }, - { - "category": "WE SHALL REMAIN: GERONIMO", - "air_date": "2009-05-04", - "question": "Geronimo was inspired by the Dreamer, one of these visionary healers or shamans, who was killed in 1881", - "value": "$2000", - "answer": "medicine man", - "round": "Double Jeopardy!", - "show_number": "5686", - "fullAnswer": "a medicine man" - }, { "category": "TAYLOR, SWIFT", "air_date": "2009-05-04", @@ -49084,7 +46754,7 @@ "air_date": "1999-02-15", "question": "Ada from Decatur, or Square Pair", "value": "$800", - "answer": "Pair of 4\\'s", + "answer": "Pair of 4's", "round": "Double Jeopardy!", "show_number": "3331", "fullAnswer": "Pair of 4\\'s" @@ -49144,7 +46814,7 @@ "air_date": "1999-02-15", "question": "Texas Sunflowers", "value": "$1000", - "answer": "Two 5\\'s", + "answer": "Two 5's", "round": "Double Jeopardy!", "show_number": "3331", "fullAnswer": "Two 5\\'s" @@ -49974,7 +47644,7 @@ "air_date": "1985-11-13", "question": "Susanna & the twins, Hamnet & Judith", "value": "$400", - "answer": "Shakespeare\\'s children", + "answer": "Shakespeare's children", "round": "Jeopardy!", "show_number": "308", "fullAnswer": "Shakespeare\\'s children" @@ -49984,7 +47654,7 @@ "air_date": "1985-11-13", "question": "Fenton & Fowler''s calls this elite Detroit ginger ale the best soft drink in the world", "value": "$400", - "answer": "Vernor\\'s", + "answer": "Vernor's", "round": "Jeopardy!", "show_number": "308", "fullAnswer": "Vernor\\'s" @@ -50144,7 +47814,7 @@ "air_date": "1985-11-13", "question": "At 5th & 50th, its Lady Chapel is the place to get married, if you're in NYC - & Catholic", "value": "$400", - "answer": "St. Patrick\\'s Cathedral", + "answer": "St. Patrick's Cathedral", "round": "Double Jeopardy!", "show_number": "308", "fullAnswer": "St. Patrick\\'s Cathedral" @@ -50444,7 +48114,7 @@ "air_date": "1999-10-22", "question": "Whether it happens in the afternoon or not, it's facial stubble", "value": "$200", - "answer": "Five o\\'clock shadow", + "answer": "Five o'clock shadow", "round": "Jeopardy!", "show_number": "3480", "fullAnswer": "Five o\\'clock shadow" @@ -50674,7 +48344,7 @@ "air_date": "1999-10-22", "question": "Michael J.'s containers", "value": "$200", - "answer": "Fox\\'s boxes", + "answer": "Fox's boxes", "round": "Double Jeopardy!", "show_number": "3480", "fullAnswer": "Fox\\'s boxes" @@ -50724,7 +48394,7 @@ "air_date": "1999-10-22", "question": "Cybill's large cats", "value": "$400", - "answer": "Shepherd\\'s leopards", + "answer": "Shepherd's leopards", "round": "Double Jeopardy!", "show_number": "3480", "fullAnswer": "Shepherd\\'s leopards" @@ -50784,7 +48454,7 @@ "air_date": "1999-10-22", "question": "Nolte's films", "value": "$600", - "answer": "Nick\\'s flicks", + "answer": "Nick's flicks", "round": "Double Jeopardy!", "show_number": "3480", "fullAnswer": "Nick\\'s flicks" @@ -50844,7 +48514,7 @@ "air_date": "1999-10-22", "question": "Torn's witticisms", "value": "$800", - "answer": "Rip\\'s quips", + "answer": "Rip's quips", "round": "Double Jeopardy!", "show_number": "3480", "fullAnswer": "Rip\\'s quips" @@ -50904,7 +48574,7 @@ "air_date": "1999-10-22", "question": "Calista's collection of photos of actress June", "value": "$1000", - "answer": "Flockhart\\'s Lockharts", + "answer": "Flockhart's Lockharts", "round": "Double Jeopardy!", "show_number": "3480", "fullAnswer": "Flockhart\\'s Lockharts" @@ -51259,16 +48929,6 @@ "show_number": "4842", "fullAnswer": "The Man Who Knew Too Much" }, - { - "category": "ANIMAL TRACKS", - "air_date": "2005-10-04", - "question": "(Sarah of the Clue Crew shows some animal tracks displayed on a monitor.) Though its tail sometimes drags over its trail, this animal, Castor canadensis, can be identified by its webbed hind foot", - "value": "$800", - "answer": "beaver", - "round": "Double Jeopardy!", - "show_number": "4842", - "fullAnswer": "the beaver" - }, { "category": "CHAD IS RAD", "air_date": "2005-10-04", @@ -51369,16 +49029,6 @@ "show_number": "4842", "fullAnswer": "Notorious" }, - { - "category": "ANIMAL TRACKS", - "air_date": "2005-10-04", - "question": "(Sarah of the Clue Crew displays some animal tracks on a monitor.) The overlapping track of this animal, also known as the bay lynx, is similar to that of the siamese but bigger & deeper", - "value": "$1600", - "answer": "bobcat", - "round": "Double Jeopardy!", - "show_number": "4842", - "fullAnswer": "a bobcat" - }, { "category": "CHAD IS RAD", "air_date": "2005-10-04", @@ -51409,16 +49059,6 @@ "show_number": "4842", "fullAnswer": "Forbidden Broadway" }, - { - "category": "LANDINGS", - "air_date": "2005-10-04", - "question": "A beach on this half-Dutch island offers close-up views of planes landing at Princess Juliana Airport", - "value": "$1600", - "answer": "St. Maarten", - "round": "Double Jeopardy!", - "show_number": "4842", - "fullAnswer": "St. Maarten" - }, { "category": "HITCHCOCK", "air_date": "2005-10-04", @@ -51429,22 +49069,12 @@ "show_number": "4842", "fullAnswer": "Rope" }, - { - "category": "ANIMAL TRACKS", - "air_date": "2005-10-04", - "question": "(Jimmy of the Clue Crew shows some animal tracks on a monitor.) Deer usually leave a simple, 2-toed track, but if they run in snow, you can see the imprint of these vestigial claws", - "value": "$2000", - "answer": "dewclaws", - "round": "Double Jeopardy!", - "show_number": "4842", - "fullAnswer": "the dewclaws" - }, { "category": "CHAD IS RAD", "air_date": "2005-10-04", "question": "The capital & largest city", "value": "$2000", - "answer": "N\\'Djamena", + "answer": "N'Djamena", "round": "Double Jeopardy!", "show_number": "4842", "fullAnswer": "N\\'Djamena" @@ -52434,7 +50064,7 @@ "air_date": "1998-10-29", "question": "In a 1981 hit song, Rick Springfield wished that he had her", "value": "$200", - "answer": "Jessie\\'s Girl", + "answer": "Jessie's Girl", "round": "Double Jeopardy!", "show_number": "3254", "fullAnswer": "\"Jessie\\'s Girl\"" @@ -52469,16 +50099,6 @@ "show_number": "3254", "fullAnswer": "Donna Rice" }, - { - "category": "A PRAIRIE PRIMER", - "air_date": "1998-10-29", - "question": "Seen here alone, this animal is often found in coteries & colonies", - "value": "$400", - "answer": "prairie dog", - "round": "Double Jeopardy!", - "show_number": "3254", - "fullAnswer": "a prairie dog" - }, { "category": "FRANCES FARMER", "air_date": "1998-10-29", @@ -52494,7 +50114,7 @@ "air_date": "1998-10-29", "question": "Jason Robards played editor Ben Bradlee in this 1976 film", "value": "$400", - "answer": "All the President\\'s Men", + "answer": "All the President's Men", "round": "Double Jeopardy!", "show_number": "3254", "fullAnswer": "All the President\\'s Men" @@ -52539,16 +50159,6 @@ "show_number": "3254", "fullAnswer": "Calamity Jane" }, - { - "category": "FEELING POSSESSIVE", - "air_date": "1998-10-29", - "question": "(Hi, I'm Wallace Langham.) I play Josh, the assistant to Ronnie Chase, this show's title character", - "value": "$800", - "answer": "Veronica\\'s Closet", - "round": "Double Jeopardy!", - "show_number": "3254", - "fullAnswer": "Veronica\\'s Closet" - }, { "category": "HISTORIC QUOTES", "air_date": "1998-10-29", @@ -52589,16 +50199,6 @@ "show_number": "3254", "fullAnswer": "the Soviet Union (USSR)" }, - { - "category": "FEELING POSSESSIVE", - "air_date": "1998-10-29", - "question": "The painting seen here called \"The Orgy\" is from this series of artworks by Hogarth", - "value": "$800", - "answer": "Rake\\'s Progress", - "round": "Double Jeopardy!", - "show_number": "3254", - "fullAnswer": "The Rake\\'s Progress" - }, { "category": "HISTORIC QUOTES", "air_date": "1998-10-29", @@ -52644,7 +50244,7 @@ "air_date": "1998-10-29", "question": "In literature, gamekeeper Oliver Mellors", "value": "$1000", - "answer": "Lady Chatterley\\'s Lover", + "answer": "Lady Chatterley's Lover", "round": "Double Jeopardy!", "show_number": "3254", "fullAnswer": "Lady Chatterley\\'s Lover" @@ -52764,7 +50364,7 @@ "air_date": "2010-04-21", "question": "\"The Godfather\" &
\"Airport\"", "value": "$1,000", - "answer": "\\'60s", + "answer": "'60s", "round": "Jeopardy!", "show_number": "5903", "fullAnswer": "the \\'60s" @@ -52839,16 +50439,6 @@ "show_number": "5903", "fullAnswer": "a sloop" }, - { - "category": "THE AUTO MAN EMPIRE", - "air_date": "2010-04-21", - "question": "The emblem seen here represents this line of cars, named for auto pioneer David", - "value": "$800", - "answer": "Buick", - "round": "Jeopardy!", - "show_number": "5903", - "fullAnswer": "Buick" - }, { "category": "THE FILM THAT ALMOST WAS", "air_date": "2010-04-21", @@ -53019,16 +50609,6 @@ "show_number": "5903", "fullAnswer": "sic" }, - { - "category": "THE OTTOMAN EMPIRE", - "air_date": "2010-04-21", - "question": "(Kelly of the Clue Crew shows a map on the monitor.) The Ottoman Empire reached its greatest extent by 1683, with one of its last acquisitions being this island conquered in 1669 after a 21-year siege", - "value": "$800", - "answer": "Crete", - "round": "Double Jeopardy!", - "show_number": "5903", - "fullAnswer": "Crete" - }, { "category": "MUSICAL PRIME NUMBERS", "air_date": "2010-04-21", @@ -53069,16 +50649,6 @@ "show_number": "5903", "fullAnswer": "Luxembourg" }, - { - "category": "AskOxford.com", - "air_date": "2010-04-21", - "question": "AskOxford.com says the most commonly cited collective term for these animals is a clowder", - "value": "$800", - "answer": "cats", - "round": "Double Jeopardy!", - "show_number": "5903", - "fullAnswer": "cats" - }, { "category": "THE OTTOMAN EMPIRE", "air_date": "2010-04-21", @@ -53169,16 +50739,6 @@ "show_number": "5903", "fullAnswer": "stoicism" }, - { - "category": "EDIBLES INSTANT REPLAY REVIEW", - "air_date": "2010-04-21", - "question": "We rule this fish seen here to be a catch, not a roost for birds--& also delicious", - "value": "$1600", - "answer": "perch", - "round": "Double Jeopardy!", - "show_number": "5903", - "fullAnswer": "a perch" - }, { "category": "X MARKS THE SPOT", "air_date": "2010-04-21", @@ -53249,16 +50809,6 @@ "show_number": "5903", "fullAnswer": "Chamonix" }, - { - "category": "AskOxford.com", - "air_date": "2010-04-21", - "question": "AskOxford.com tells us that this word is the missing one in the sequence primary, secondary... quaternary", - "value": "$2000", - "answer": "tertiary", - "round": "Double Jeopardy!", - "show_number": "5903", - "fullAnswer": "tertiary" - }, { "category": "SAINTHOOD", "air_date": "2010-04-21", @@ -53399,22 +50949,12 @@ "show_number": "5914", "fullAnswer": "the Queen of Hearts" }, - { - "category": "THAT'S HANDY", - "air_date": "2010-05-06", - "question": "One of the two youth organizations that use the hand sign seen here", - "value": "$600", - "answer": "Boy Scouts of America ", - "round": "Jeopardy!", - "show_number": "5914", - "fullAnswer": "the Boy Scouts of America (or the Girl Scouts)" - }, { "category": "SPOILER ALERT!", "air_date": "2010-05-06", "question": "1968:
The baby's father, could it be... Satan?", "value": "$600", - "answer": "Rosemary\\'s Baby", + "answer": "Rosemary's Baby", "round": "Jeopardy!", "show_number": "5914", "fullAnswer": "Rosemary\\'s Baby" @@ -53519,16 +51059,6 @@ "show_number": "5914", "fullAnswer": "the Caterpillar" }, - { - "category": "THAT'S HANDY", - "air_date": "2010-05-06", - "question": "The titles of a 1927 Al Jolson film & a 1979 Bob Fosse film gave us the term for these hands", - "value": "$1000", - "answer": "jazz hands", - "round": "Jeopardy!", - "show_number": "5914", - "fullAnswer": "jazz hands" - }, { "category": "SPOILER ALERT!", "air_date": "2010-05-06", @@ -53644,7 +51174,7 @@ "air_date": "2010-05-06", "question": "1975:
John Denver explains why he's grateful for the simple, rural life", "value": "$800", - "answer": "Thank God I\\'m A Country Boy", + "answer": "Thank God I'm A Country Boy", "round": "Double Jeopardy!", "show_number": "5914", "fullAnswer": "\"Thank God I\\'m A Country Boy\"" @@ -53669,16 +51199,6 @@ "show_number": "5914", "fullAnswer": "frittata" }, - { - "category": "AMERICANS IN PARIS", - "air_date": "2010-05-06", - "question": "This statesman attended Masonic lodge meetings with the sculptor Houdon, who did the bust of him seen here", - "value": "$800", - "answer": "Benjamin Franklin", - "round": "Double Jeopardy!", - "show_number": "5914", - "fullAnswer": "Benjamin Franklin" - }, { "category": "CROSSWORD CLUES \"Q\"", "air_date": "2010-05-06", @@ -54474,7 +51994,7 @@ "air_date": "1993-06-29", "question": "He followed his first novel, \"Appointment in Samarra\", with \"BUtterfield 8\"", "value": "$2,500", - "answer": "John O\\'Hara", + "answer": "John O'Hara", "round": "Double Jeopardy!", "show_number": "2047", "fullAnswer": "John O\\'Hara" @@ -54559,16 +52079,6 @@ "show_number": "2349", "fullAnswer": "bats" }, - { - "category": "MUSICAL THEATRE", - "air_date": "1994-11-17", - "question": "This 1946 musical that featured the following was Irving Berlin's biggest Broadway hit:

\"I'm quick on the trigger /
With targets not much bigger /
Than a pinpoint, a number 1...\"
", - "value": "$1,000", - "answer": "Annie Get Your Gun", - "round": "Jeopardy!", - "show_number": "2349", - "fullAnswer": "Annie Get Your Gun" - }, { "category": "1988", "air_date": "1994-11-17", @@ -55279,16 +52789,6 @@ "show_number": "5173", "fullAnswer": "Rubber Soul Train" }, - { - "category": "SOUND LIKE A LOCAL", - "air_date": "2007-02-21", - "question": "(Hi. I'm Allan Houston of the New York Knicks.) Don't say my name like this New York City street that's south of & parallel to Bleecker", - "value": "$800", - "answer": "Houston Street", - "round": "Jeopardy!", - "show_number": "5173", - "fullAnswer": "Houston Street" - }, { "category": "BROADWAY LYRICS", "air_date": "2007-02-21", @@ -55354,7 +52854,7 @@ "air_date": "2007-02-21", "question": "\"All I need is one more try, gotta get that kite to fly\"", "value": "$1000", - "answer": "You\\'re a Good Man, Charlie Brown", + "answer": "You're a Good Man, Charlie Brown", "round": "Jeopardy!", "show_number": "5173", "fullAnswer": "You\\'re a Good Man, Charlie Brown" @@ -55364,7 +52864,7 @@ "air_date": "2007-02-21", "question": "Versions of this lawn toy to keep you cool in the summer include \"Wave Rider\" & \"Bounce 'N Splash\"", "value": "$1000", - "answer": "Slip \\'N Slide", + "answer": "Slip 'N Slide", "round": "Jeopardy!", "show_number": "5173", "fullAnswer": "a Slip \\'N Slide" @@ -55509,16 +53009,6 @@ "show_number": "5173", "fullAnswer": "(Jonathan) Swift" }, - { - "category": "\"X\"-MEN", - "air_date": "2007-02-21", - "question": "Seen here, Nicholas Brendon played this character on TV's \"Buffy the Vampire Slayer\"", - "value": "$800", - "answer": "Xander", - "round": "Double Jeopardy!", - "show_number": "5173", - "fullAnswer": "Xander" - }, { "category": "WOLVERINE", "air_date": "2007-02-21", @@ -55539,16 +53029,6 @@ "show_number": "5173", "fullAnswer": "Forrest Gump" }, - { - "category": "MAGNETO", - "air_date": "2007-02-21", - "question": "(Jon of the Clue Crew indicates a flask.) The shape of the actual magnetic field can be traced using small pieces of this metal", - "value": "$1200", - "answer": "iron", - "round": "Double Jeopardy!", - "show_number": "5173", - "fullAnswer": "iron" - }, { "category": "ROGUE", "air_date": "2007-02-21", @@ -55599,16 +53079,6 @@ "show_number": "5173", "fullAnswer": "aluminum, nickel, cobalt" }, - { - "category": "ROGUE", - "air_date": "2007-02-21", - "question": "In August of 2006, the man seen here said this country would not give up its homegrown nuclear technology", - "value": "$1600", - "answer": "Iran", - "round": "Double Jeopardy!", - "show_number": "5173", - "fullAnswer": "Iran" - }, { "category": "COLOSSUS", "air_date": "2007-02-21", @@ -55649,16 +53119,6 @@ "show_number": "5173", "fullAnswer": "The Day After Tomorrow" }, - { - "category": "MAGNETO", - "air_date": "2007-02-21", - "question": "(Jon shows images of early devices on the monitor.) Early electromagnets, like Joseph Henry's in 1831, were horseshoe-shaped to double the pulling power of this type of magnet", - "value": "$2000", - "answer": "bar magnet", - "round": "Double Jeopardy!", - "show_number": "5173", - "fullAnswer": "a bar magnet" - }, { "category": "ROGUE", "air_date": "2007-02-21", @@ -55744,7 +53204,7 @@ "air_date": "2000-01-11", "question": "TV show whose theme says, \"The Minnow will be lost\"", "value": "$100", - "answer": "Gilligan\\'s Island", + "answer": "Gilligan's Island", "round": "Jeopardy!", "show_number": "3537", "fullAnswer": "Gilligan\\'s Island" @@ -56919,16 +54379,6 @@ "show_number": "4254", "fullAnswer": "Mia Hamm" }, - { - "category": "WEBSITES", - "air_date": "2003-02-13", - "question": "An official website for this state is www.state.nm.us", - "value": "$200", - "answer": "New Mexico", - "round": "Jeopardy!", - "show_number": "4254", - "fullAnswer": "New Mexico" - }, { "category": "___ OG", "air_date": "2003-02-13", @@ -57039,16 +54489,6 @@ "show_number": "4254", "fullAnswer": "Sarah Hughes" }, - { - "category": "WEBSITES", - "air_date": "2003-02-13", - "question": "At whitehouse.gov you can learn all about Air Force One as well as this Maryland presidential retreat", - "value": "$600", - "answer": "Camp David", - "round": "Jeopardy!", - "show_number": "4254", - "fullAnswer": "Camp David" - }, { "category": "___ OG", "air_date": "2003-02-13", @@ -57084,7 +54524,7 @@ "air_date": "2003-02-13", "question": "Her appointment to the Supreme Court in 1981 to replace Potter Stewart was history-making", "value": "$1,000", - "answer": "Sandra Day O\\'Connor", + "answer": "Sandra Day O'Connor", "round": "Jeopardy!", "show_number": "4254", "fullAnswer": "Sandra Day O\\'Connor" @@ -57539,16 +54979,6 @@ "show_number": "5831", "fullAnswer": "the boy who cried wolf" }, - { - "category": "WORD PLAY", - "air_date": "2010-01-11", - "question": "The gangs were all here in this play", - "value": "$200", - "answer": "West Side Story", - "round": "Jeopardy!", - "show_number": "5831", - "fullAnswer": "West Side Story" - }, { "category": "47", "air_date": "2010-01-11", @@ -57569,16 +54999,6 @@ "show_number": "5831", "fullAnswer": "bib" }, - { - "category": "THE NATIONAL PARK SYSTEM", - "air_date": "2010-01-11", - "question": "Half Dome, one of the impressive features of this national park, is seen here", - "value": "$400", - "answer": "Yosemite", - "round": "Jeopardy!", - "show_number": "5831", - "fullAnswer": "Yosemite" - }, { "category": "OSCAR WINNERS & NOMINEES ON TV", "air_date": "2010-01-11", @@ -57599,16 +55019,6 @@ "show_number": "5831", "fullAnswer": "a turtle" }, - { - "category": "WORD PLAY", - "air_date": "2010-01-11", - "question": "Eugene O'Neill asked that this piece not be produced until after his death", - "value": "$400", - "answer": "Long Day\\'s Journey into Night", - "round": "Jeopardy!", - "show_number": "5831", - "fullAnswer": "Long Day\\'s Journey into Night" - }, { "category": "47", "air_date": "2010-01-11", @@ -57659,16 +55069,6 @@ "show_number": "5831", "fullAnswer": "David & Goliath" }, - { - "category": "WORD PLAY", - "air_date": "2010-01-11", - "question": "This John Guare play is not about Kevin Bacon", - "value": "$600", - "answer": "Six Degrees of Separation", - "round": "Jeopardy!", - "show_number": "5831", - "fullAnswer": "Six Degrees of Separation" - }, { "category": "47", "air_date": "2010-01-11", @@ -57709,16 +55109,6 @@ "show_number": "5831", "fullAnswer": "Longfellow" }, - { - "category": "WORD PLAY", - "air_date": "2010-01-11", - "question": "This Pinter play has nothing to do with a football tradition", - "value": "$1,000", - "answer": "Homecoming", - "round": "Jeopardy!", - "show_number": "5831", - "fullAnswer": "The Homecoming" - }, { "category": "47", "air_date": "2010-01-11", @@ -57729,16 +55119,6 @@ "show_number": "5831", "fullAnswer": "silver" }, - { - "category": "THE NATIONAL PARK SYSTEM", - "air_date": "2010-01-11", - "question": "Seen here, it's known to some Native Americans as Bears Lodge", - "value": "$1000", - "answer": "Devils Tower", - "round": "Jeopardy!", - "show_number": "5831", - "fullAnswer": "Devils Tower" - }, { "category": "OSCAR WINNERS & NOMINEES ON TV", "air_date": "2010-01-11", @@ -57754,21 +55134,11 @@ "air_date": "2010-01-11", "question": "Your vulnerability might be compared to this body part of an ancient Greek hero who killed Hector", "value": "$1000", - "answer": "Achilles\\' heel", + "answer": "Achilles' heel", "round": "Jeopardy!", "show_number": "5831", "fullAnswer": "an Achilles\\' heel" }, - { - "category": "WORD PLAY", - "air_date": "2010-01-11", - "question": "This Neil Simon play also made it to the big screen", - "value": "$1000", - "answer": "I Ought to Be in Pictures", - "round": "Jeopardy!", - "show_number": "5831", - "fullAnswer": "I Ought to Be in Pictures" - }, { "category": "47", "air_date": "2010-01-11", @@ -57999,16 +55369,6 @@ "show_number": "5831", "fullAnswer": "a lynx" }, - { - "category": "CODES", - "air_date": "2010-01-11", - "question": "(Kelly of the Clue Crew shows some characters on the monitor.) In international Morse code, developed because of the limitations of American Morse code, the \"U\" is dot dot dash, and a \"U\" with one of these marks is dot dot dash dash", - "value": "$2000", - "answer": "umlaut", - "round": "Double Jeopardy!", - "show_number": "5831", - "fullAnswer": "an umlaut" - }, { "category": "FACTS & FIGURES", "air_date": "2010-01-11", @@ -58044,7 +55404,7 @@ "air_date": "2010-01-11", "question": "In a Bee Gees hit, this title sort of communication means \"you're telling me lies\"", "value": "$2000", - "answer": "jive talkin\\'", + "answer": "jive talkin'", "round": "Double Jeopardy!", "show_number": "5831", "fullAnswer": "jive talkin\\'" @@ -58784,7 +56144,7 @@ "air_date": "2004-03-22", "question": "In Nov. 2003 Judge Ira Gammerman said neither side would get damages from the demise of this celeb's magazine", "value": "$400", - "answer": "Rosie O\\'Donnell", + "answer": "Rosie O'Donnell", "round": "Jeopardy!", "show_number": "4506", "fullAnswer": "Rosie O\\'Donnell" @@ -59664,7 +57024,7 @@ "air_date": "1993-11-19", "question": "This Kappa Delta artist settled in New Mexico in 1949 because of the earth colors, the ochres & the reds", "value": "$400", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Double Jeopardy!", "show_number": "2120", "fullAnswer": "Georgia O\\'Keeffe" @@ -59704,7 +57064,7 @@ "air_date": "1993-11-19", "question": "This phrase refers to indulging in youthful excesses", "value": "$400", - "answer": "Sowing one\\'s oats", + "answer": "Sowing one's oats", "round": "Double Jeopardy!", "show_number": "2120", "fullAnswer": "Sowing one\\'s oats" @@ -59744,7 +57104,7 @@ "air_date": "1993-11-19", "question": "In 1763, as a result of this numerical war, Florida became a British possession", "value": "$600", - "answer": "Seven Years\\' War", + "answer": "Seven Years' War", "round": "Double Jeopardy!", "show_number": "2120", "fullAnswer": "Seven Years\\' War" @@ -60339,16 +57699,6 @@ "show_number": "5935", "fullAnswer": "First Blood" }, - { - "category": "SURVIVAL AT SEA", - "air_date": "2010-06-04", - "question": "(Sarah of the Clue Crew shows a map on the monitor.) Richard Van Pham, who originally set sail from Long Beach, heading for Catalina got blown just a bit off course, & after four months, ended up near this country", - "value": "$1200", - "answer": "Costa Rica", - "round": "Double Jeopardy!", - "show_number": "5935", - "fullAnswer": "Costa Rica" - }, { "category": "PARTS OF THE WHOLE", "air_date": "2010-06-04", @@ -60459,16 +57809,6 @@ "show_number": "5935", "fullAnswer": "Bloodsport" }, - { - "category": "SURVIVAL AT SEA", - "air_date": "2010-06-04", - "question": "(Kelly of the Clue Crew shows a map on the monitor.) Better at navigating than handling subordinates, he was put adrift in a 20-foot boat in 1789 & sailed 3,600 miles from near Tonga to Timor", - "value": "$2,500", - "answer": "Captain Bligh", - "round": "Double Jeopardy!", - "show_number": "5935", - "fullAnswer": "Captain Bligh" - }, { "category": "PARTS OF THE WHOLE", "air_date": "2010-06-04", @@ -60579,16 +57919,6 @@ "show_number": "3903", "fullAnswer": "Pluto" }, - { - "category": "RUSSELING", - "air_date": "2001-07-18", - "question": "He's the hip hop mogul seen here", - "value": "$200", - "answer": "Russell Simmons", - "round": "Jeopardy!", - "show_number": "3903", - "fullAnswer": "Russell Simmons" - }, { "category": "IT'S \"BIG\"", "air_date": "2001-07-18", @@ -60609,16 +57939,6 @@ "show_number": "3903", "fullAnswer": "Wichita" }, - { - "category": "MILITARY TELEVISION", - "air_date": "2001-07-18", - "question": "(Hi, I'm Dana Delany.) Appropriately, the final episode of this TV series on which I starred featured a visit to the Vietnam Veteran's Memorial", - "value": "$200", - "answer": "China Beach", - "round": "Jeopardy!", - "show_number": "3903", - "fullAnswer": "China Beach" - }, { "category": "THEM'S FIGHTIN' WORDS", "air_date": "2001-07-18", @@ -60654,7 +57974,7 @@ "air_date": "2001-07-18", "question": "A 2000 Martin Lawrence film", "value": "$300", - "answer": "Big Momma\\'s House", + "answer": "Big Momma's House", "round": "Jeopardy!", "show_number": "3903", "fullAnswer": "Big Momma\\'s House" @@ -60699,16 +58019,6 @@ "show_number": "3903", "fullAnswer": "the Boy Scouts" }, - { - "category": "RUSSELING", - "air_date": "2001-07-18", - "question": "Full-figured actress seen here in a 1940's publicity still", - "value": "$400", - "answer": "Jane Russell", - "round": "Jeopardy!", - "show_number": "3903", - "fullAnswer": "Jane Russell" - }, { "category": "IT'S \"BIG\"", "air_date": "2001-07-18", @@ -60869,16 +58179,6 @@ "show_number": "3903", "fullAnswer": "platonic (or Plato)" }, - { - "category": "CLIMBING", - "air_date": "2001-07-18", - "question": "Face and crack climbing are two types of this popular activity seen here", - "value": "$400", - "answer": "rock climbing", - "round": "Double Jeopardy!", - "show_number": "3903", - "fullAnswer": "rock climbing" - }, { "category": "JUST PLANE GEOMETRY", "air_date": "2001-07-18", @@ -60969,16 +58269,6 @@ "show_number": "3903", "fullAnswer": "stigmata" }, - { - "category": "IT ENDS WITH \"US\"", - "air_date": "2001-07-18", - "question": "It's the zodiac sign whose symbol is seen here", - "value": "$600", - "answer": "Sagittarius", - "round": "Double Jeopardy!", - "show_number": "3903", - "fullAnswer": "Sagittarius" - }, { "category": "LITERARY ALLUSIONS", "air_date": "2001-07-18", @@ -60989,16 +58279,6 @@ "show_number": "3903", "fullAnswer": "(Frank) Baum" }, - { - "category": "CLIMBING", - "air_date": "2001-07-18", - "question": "This fastener seen here gets its name from its original use of clipping a carbine rifle to a band", - "value": "$800", - "answer": "carabiner", - "round": "Double Jeopardy!", - "show_number": "3903", - "fullAnswer": "carabiner" - }, { "category": "JUST PLANE GEOMETRY", "air_date": "2001-07-18", @@ -61024,7 +58304,7 @@ "air_date": "2001-07-18", "question": "During his reign St. Pius X revised this Latin version of the Bible", "value": "$800", - "answer": "St. Jerome\\'s or the Vulgate", + "answer": "St. Jerome's or the Vulgate", "round": "Double Jeopardy!", "show_number": "3903", "fullAnswer": "St. Jerome\\'s or the Vulgate" @@ -61719,22 +58999,12 @@ "show_number": "4968", "fullAnswer": "blackjack" }, - { - "category": "LANDMARK'S THE SPOT", - "air_date": "2006-03-29", - "question": "It's the landmark seen here in typical fog", - "value": "$200", - "answer": "Golden Gate Bridge", - "round": "Jeopardy!", - "show_number": "4968", - "fullAnswer": "the Golden Gate Bridge" - }, { "category": "THAT'S WHAT I LIKE ABOUT THE SOUTH", "air_date": "2006-03-29", "question": "The American Heritage Dictionary calls this pronoun the most famous feature of Southern dialects", "value": "$200", - "answer": "y\\'all", + "answer": "y'all", "round": "Jeopardy!", "show_number": "4968", "fullAnswer": "y\\'all" @@ -61779,16 +59049,6 @@ "show_number": "4968", "fullAnswer": "Boardwalk" }, - { - "category": "LANDMARK'S THE SPOT", - "air_date": "2006-03-29", - "question": "If you're nosing around the landmark seen here, we knows you knows you're in this state", - "value": "$400", - "answer": "South Dakota", - "round": "Jeopardy!", - "show_number": "4968", - "fullAnswer": "South Dakota" - }, { "category": "THAT'S WHAT I LIKE ABOUT THE SOUTH", "air_date": "2006-03-29", @@ -61839,16 +59099,6 @@ "show_number": "4968", "fullAnswer": "bingo" }, - { - "category": "LANDMARK'S THE SPOT", - "air_date": "2006-03-29", - "question": "Oddly, Olivier & Handel lie in this area of Westminster Abbey, along with Browning & Tennyson", - "value": "$600", - "answer": "Poets\\' Corner", - "round": "Jeopardy!", - "show_number": "4968", - "fullAnswer": "Poets\\' Corner" - }, { "category": "THAT'S WHAT I LIKE ABOUT THE SOUTH", "air_date": "2006-03-29", @@ -61899,16 +59149,6 @@ "show_number": "4968", "fullAnswer": "backgammon" }, - { - "category": "LANDMARK'S THE SPOT", - "air_date": "2006-03-29", - "question": "Dating back to the 16th century, it's his namesake cathedral seen here", - "value": "$800", - "answer": "Saint Basil", - "round": "Jeopardy!", - "show_number": "4968", - "fullAnswer": "Saint Basil" - }, { "category": "THAT'S WHAT I LIKE ABOUT THE SOUTH", "air_date": "2006-03-29", @@ -61949,26 +59189,6 @@ "show_number": "4968", "fullAnswer": "a mushroom" }, - { - "category": "LET THE GAMES BEGIN", - "air_date": "2006-03-29", - "question": "(Sarah of the Clue Crew uses sticks to toss a hoop back and forth with Kelly at Old World Wisconsin.) The 19th-century game we're playing got this name, because it taught players to have these; you might be in somebody's good ones", - "value": "$1000", - "answer": "graces", - "round": "Jeopardy!", - "show_number": "4968", - "fullAnswer": "graces" - }, - { - "category": "LANDMARK'S THE SPOT", - "air_date": "2006-03-29", - "question": "The 630-foot-high landmark seen here was designed by this European architect", - "value": "$1000", - "answer": "Eero Saarinen", - "round": "Jeopardy!", - "show_number": "4968", - "fullAnswer": "Eero Saarinen" - }, { "category": "THAT'S WHAT I LIKE ABOUT THE SOUTH", "air_date": "2006-03-29", @@ -61979,16 +59199,6 @@ "show_number": "4968", "fullAnswer": "Natchez" }, - { - "category": "INTO THE \"WOOD\"s", - "air_date": "2006-03-29", - "question": "He's the Washington journalist & \"Jeopardy!\" stalwart seen here", - "value": "$1000", - "answer": "Bob Woodward", - "round": "Jeopardy!", - "show_number": "4968", - "fullAnswer": "Bob Woodward" - }, { "category": "BRANDO", "air_date": "2006-03-29", @@ -62039,16 +59249,6 @@ "show_number": "4968", "fullAnswer": "funny honey" }, - { - "category": "LARCENY DELL'ARTE", - "air_date": "2006-03-29", - "question": "20 paintings by this man, including the one seen here, were stolen briefly from the Stedelijk Museum in 1991", - "value": "$400", - "answer": "Van Gogh", - "round": "Double Jeopardy!", - "show_number": "4968", - "fullAnswer": "Van Gogh" - }, { "category": "BRAND-O", "air_date": "2006-03-29", @@ -62139,16 +59339,6 @@ "show_number": "4968", "fullAnswer": "Reba McEntire" }, - { - "category": "TREES & SHRUBS", - "air_date": "2006-03-29", - "question": "(Jon of the Clue Crew delivers the clue from the World Forestry Center in Oregon.) The familiar North American broad-leafed trees are mainly this type, from the Latin for \"falling off\"", - "value": "$2,000", - "answer": "deciduous", - "round": "Double Jeopardy!", - "show_number": "4968", - "fullAnswer": "deciduous" - }, { "category": "RHYME TIME FOOD & DRINK", "air_date": "2006-03-29", @@ -62159,16 +59349,6 @@ "show_number": "4968", "fullAnswer": "near beer" }, - { - "category": "LARCENY DELL'ARTE", - "air_date": "2006-03-29", - "question": "$300 million worth of art was stolen from the Gardener Museum including the only marine painting by this Dutchman", - "value": "$1200", - "answer": "Rembrandt", - "round": "Double Jeopardy!", - "show_number": "4968", - "fullAnswer": "Rembrandt" - }, { "category": "BRAND-O", "air_date": "2006-03-29", @@ -62279,16 +59459,6 @@ "show_number": "4968", "fullAnswer": "a liver sliver" }, - { - "category": "LARCENY DELL'ARTE", - "air_date": "2006-03-29", - "question": "The august painting seen here by this Frenchman was stolen from Paris, along with 8 others, in 1985", - "value": "$2000", - "answer": "Renoir", - "round": "Double Jeopardy!", - "show_number": "4968", - "fullAnswer": "(Pierre-Auguste) Renoir" - }, { "category": "BRAND-O", "air_date": "2006-03-29", @@ -62514,21 +59684,11 @@ "air_date": "2007-10-09", "question": "It was last seen in the skies in 1986 & won't return until 2061", "value": "$1,500", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Jeopardy!", "show_number": "5307", "fullAnswer": "Halley\\'s Comet" }, - { - "category": "YOUR NEW CLASS SCHEDULE", - "air_date": "2007-10-09", - "question": "Math:
(Cheryl of the Clue Crew shows two hexagons on the monitor.) A polygon may be considered convex, or this, meaning \"having at least 1 interior angle greater than 180 degrees\"", - "value": "$800", - "answer": "concave", - "round": "Jeopardy!", - "show_number": "5307", - "fullAnswer": "concave" - }, { "category": "AMERICANA", "air_date": "2007-10-09", @@ -63404,7 +60564,7 @@ "air_date": "1999-12-14", "question": "He designed furniture for Federal Hall in New York as well as the basic layout of Washington, D.C.", "value": "$1000", - "answer": "Pierre L\\'Enfant", + "answer": "Pierre L'Enfant", "round": "Double Jeopardy!", "show_number": "3517", "fullAnswer": "Pierre L\\'Enfant" @@ -63569,16 +60729,6 @@ "show_number": "776", "fullAnswer": "a Minuteman" }, - { - "category": "THIS IS JEOPARDY!", - "air_date": "1988-01-11", - "question": "Voice heard here on the debut show March 30, 1964:

\"And now, entering the studio are today's contestants--this is Mrs. Mary Eubanks, a housewife from Candor, North Carolina...\"", - "value": "$500", - "answer": "Don Pardo", - "round": "Jeopardy!", - "show_number": "776", - "fullAnswer": "Don Pardo" - }, { "category": "PHYSICAL SCIENCE", "air_date": "1988-01-11", @@ -63924,7 +61074,7 @@ "air_date": "1988-01-11", "question": "Comedy which features the wedding of Hippolyta, the queen of the Amazons", "value": "$800", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "776", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -64234,7 +61384,7 @@ "air_date": "1997-10-03", "question": "Roger Ebert called this 1980 Michael Cimino film \"Painful & unpleasant to look at\"", "value": "$400", - "answer": "Heaven\\'s Gate", + "answer": "Heaven's Gate", "round": "Jeopardy!", "show_number": "3010", "fullAnswer": "Heaven\\'s Gate" @@ -64784,7 +61934,7 @@ "air_date": "2001-05-11", "question": "In 1998 Will Smith was \"Gettin'\" to the No. 1 spot on the charts with this song", "value": "$300", - "answer": "Gettin\\' Jiggy Wit It", + "answer": "Gettin' Jiggy Wit It", "round": "Jeopardy!", "show_number": "3855", "fullAnswer": "\"Gettin\\' Jiggy Wit It\"" @@ -64884,7 +62034,7 @@ "air_date": "2001-05-11", "question": "Con man checks into mental hospital to avoid prison farm, meets nasty nurse, doesn't check out", "value": "$500", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Jeopardy!", "show_number": "3855", "fullAnswer": "\"One Flew Over the Cuckoo\\'s Nest\"" @@ -65859,16 +63009,6 @@ "show_number": "4985", "fullAnswer": "Dionysus" }, - { - "category": "SPORTS EVOLUTION", - "air_date": "2006-04-21", - "question": "(Sarah of the Clue Crew delivers the clue from Utah Olympic Park, with Cheryl and Jimmy pushing her in a bobsled.) Begun in the 1800s, the first bobsleds didn't have these--a garden rake was used instead", - "value": "$400", - "answer": "brakes", - "round": "Jeopardy!", - "show_number": "4985", - "fullAnswer": "brakes" - }, { "category": "A BUG'S LIFE", "air_date": "2006-04-21", @@ -65979,16 +63119,6 @@ "show_number": "4985", "fullAnswer": "Buddhism" }, - { - "category": "SPORTS EVOLUTION", - "air_date": "2006-04-21", - "question": "(Cheryl of the Clue Crew slides a curling stone across the ice in the Utah Olympic Oval.) Curling came to North America with Scottish soldiers who melted down these iron projectiles; today's stone is 40 pounds of polished granite", - "value": "$800", - "answer": "cannonballs", - "round": "Jeopardy!", - "show_number": "4985", - "fullAnswer": "cannonballs" - }, { "category": "A BUG'S LIFE", "air_date": "2006-04-21", @@ -66104,7 +63234,7 @@ "air_date": "2006-04-21", "question": "Buenos Aires held back a sniffle when this Madonna hit went to No. 8 in 1997", "value": "$400", - "answer": "Don\\'t Cry For Me Argentina", + "answer": "Don't Cry For Me Argentina", "round": "Double Jeopardy!", "show_number": "4985", "fullAnswer": "\"Don\\'t Cry For Me Argentina\"" @@ -66119,16 +63249,6 @@ "show_number": "4985", "fullAnswer": "Julius Caesar" }, - { - "category": "FOR THE FASHIONISTA", - "air_date": "2006-04-21", - "question": "Style.com stated that your spring 2006 wardrobe must include a baby-doll dress in the style of this decade", - "value": "$400", - "answer": "\\'60s", - "round": "Double Jeopardy!", - "show_number": "4985", - "fullAnswer": "the \\'60s" - }, { "category": "FRANCE", "air_date": "2006-04-21", @@ -66164,7 +63284,7 @@ "air_date": "2006-04-21", "question": "It was Elvis' third No. 1 hit of 1956", "value": "$800", - "answer": "Don\\'t Be Cruel", + "answer": "Don't Be Cruel", "round": "Double Jeopardy!", "show_number": "4985", "fullAnswer": "\"Don\\'t Be Cruel\"" @@ -66224,7 +63344,7 @@ "air_date": "2006-04-21", "question": "No doubt you know this \"Tragic Kingdom\" tune was No. 1 for 16 weeks on the airplay chart in 1996 & '97", "value": "$1200", - "answer": "Don\\'t Speak", + "answer": "Don't Speak", "round": "Double Jeopardy!", "show_number": "4985", "fullAnswer": "\"Don\\'t Speak\"" @@ -66284,7 +63404,7 @@ "air_date": "2006-04-21", "question": "Elton John saw the light of the Top 5 with this song twice, in 1974 & 1992", "value": "$1600", - "answer": "Don\\'t Let The Sun Go Down On Me", + "answer": "Don't Let The Sun Go Down On Me", "round": "Double Jeopardy!", "show_number": "4985", "fullAnswer": "\"Don\\'t Let The Sun Go Down On Me\"" @@ -66344,7 +63464,7 @@ "air_date": "2006-04-21", "question": "If you've given up, stop! & tell us this Tom Petty song that won the Best Special Effects MTV Music Video Award in '85", "value": "$2000", - "answer": "Don\\'t Come Around Here No More", + "answer": "Don't Come Around Here No More", "round": "Double Jeopardy!", "show_number": "4985", "fullAnswer": "\"Don\\'t Come Around Here No More\"" @@ -66549,16 +63669,6 @@ "show_number": "6287", "fullAnswer": "furnish" }, - { - "category": "IT MIGHT SURPRISE YOU", - "air_date": "2012-01-10", - "question": "Contrary to popular belief this critter does not commit mass suicide in times of overpopulation", - "value": "$600", - "answer": "lemming", - "round": "Jeopardy!", - "show_number": "6287", - "fullAnswer": "a lemming" - }, { "category": "JONATHAN SWIFTIES", "air_date": "2012-01-10", @@ -66649,26 +63759,6 @@ "show_number": "6287", "fullAnswer": "Missouri" }, - { - "category": "GOING TOO \"FUR\"", - "air_date": "2012-01-10", - "question": "Popular composition from around 1810 heard here", - "value": "$1000", - "answer": "Für Elise", - "round": "Jeopardy!", - "show_number": "6287", - "fullAnswer": "Für Elise" - }, - { - "category": "IT MIGHT SURPRISE YOU", - "air_date": "2012-01-10", - "question": "It's not one large bone below the waist, it's five bones - the coccyx, the ilium, the ischium, the pubis and the sacrum.", - "value": "$1,200", - "answer": "pelvis", - "round": "Jeopardy!", - "show_number": "6287", - "fullAnswer": "the pelvis" - }, { "category": "JONATHAN SWIFTIES", "air_date": "2012-01-10", @@ -66809,16 +63899,6 @@ "show_number": "6287", "fullAnswer": "Russell Brand" }, - { - "category": "ARCHITECTURE", - "air_date": "2012-01-10", - "question": "(Jimmy of the Clue Crew stands on the steps of the New York Stock Exchange.) The six Corinthian columns of the New York Stock Exchange facade are among the reasons the building is considered a masterpiece of this architectural style that drew inspiration from Greek and Roman models.", - "value": "$4,000", - "answer": "neoclassic", - "round": "Double Jeopardy!", - "show_number": "6287", - "fullAnswer": "neoclassic" - }, { "category": "SOUNDS LIKE A CAPITAL CITY", "air_date": "2012-01-10", @@ -67084,7 +64164,7 @@ "air_date": "2010-05-28", "question": "\"Lather. Rinse. Save the world\" advertised this Adam Sandler comedy", "value": "$600", - "answer": "You Don\\'t Mess with the Zohan", + "answer": "You Don't Mess with the Zohan", "round": "Jeopardy!", "show_number": "5930", "fullAnswer": "You Don\\'t Mess with the Zohan" @@ -67229,16 +64309,6 @@ "show_number": "5930", "fullAnswer": "Mark Twain" }, - { - "category": "WHERE AM I?", - "air_date": "2010-05-28", - "question": "(Jimmy of the Clue Crew reports from near an old ship.) I'm in this country, at the Viking Ship Museum in Roskilde--the former seat of its kings", - "value": "$400", - "answer": "Denmark", - "round": "Double Jeopardy!", - "show_number": "5930", - "fullAnswer": "Denmark" - }, { "category": "NO. 1 QUESTIONS", "air_date": "2010-05-28", @@ -67289,16 +64359,6 @@ "show_number": "5930", "fullAnswer": "dog" }, - { - "category": "WHERE AM I?", - "air_date": "2010-05-28", - "question": "(Kelly of the Clue Crew rides the Maid of the Mist.) I'm north of the border at Niagara Falls, shared by the United States & this Canadian province", - "value": "$800", - "answer": "Ontario", - "round": "Double Jeopardy!", - "show_number": "5930", - "fullAnswer": "Ontario" - }, { "category": "NO. 1 QUESTIONS", "air_date": "2010-05-28", @@ -67349,16 +64409,6 @@ "show_number": "5930", "fullAnswer": "a sparrow" }, - { - "category": "WHERE AM I?", - "air_date": "2010-05-28", - "question": "(Jimmy of the Clue Crew walks a market aisle.) I'm at Tsukiji--a seafood market that's known as a kitchen for 12 million people in this capital city", - "value": "$2,000", - "answer": "Tokyo", - "round": "Double Jeopardy!", - "show_number": "5930", - "fullAnswer": "Tokyo" - }, { "category": "NO. 1 QUESTIONS", "air_date": "2010-05-28", @@ -67409,22 +64459,12 @@ "show_number": "5930", "fullAnswer": "deer" }, - { - "category": "WHERE AM I?", - "air_date": "2010-05-28", - "question": "(Sarah of the Clue Crew reports from a cobblestone intersection.) I'm in the first French town liberated by the Allies in 1944; it's also famous for being the home of a tapestry depicting the Norman conquest", - "value": "$1600", - "answer": "Bayeux", - "round": "Double Jeopardy!", - "show_number": "5930", - "fullAnswer": "Bayeux" - }, { "category": "NO. 1 QUESTIONS", "air_date": "2010-05-28", "question": "1984 No. 1 for Tina Turner about the thrill of boy meeting girl", "value": "$1600", - "answer": "What\\'s Love Got To Do With It", + "answer": "What's Love Got To Do With It", "round": "Double Jeopardy!", "show_number": "5930", "fullAnswer": "\"What\\'s Love Got To Do With It\"" @@ -67459,16 +64499,6 @@ "show_number": "5930", "fullAnswer": "a rattle (or shaker)" }, - { - "category": "WHERE AM I?", - "air_date": "2010-05-28", - "question": "(Sarah of the Clue Crew reports from a Spanish-architecture courtyard.) I'm in this Peruvian city, once the capital of an empire, & one of the oldest continuously inhabited cities in the western hemisphere", - "value": "$2000", - "answer": "Cuzco", - "round": "Double Jeopardy!", - "show_number": "5930", - "fullAnswer": "Cuzco" - }, { "category": "NO. 1 QUESTIONS", "air_date": "2010-05-28", @@ -68359,16 +65389,6 @@ "show_number": "5363", "fullAnswer": "Pullman" }, - { - "category": "\"IP\" SO FACTO", - "air_date": "2007-12-26", - "question": "Carrot relative seen here", - "value": "$1000", - "answer": "parsnip", - "round": "Jeopardy!", - "show_number": "5363", - "fullAnswer": "a parsnip" - }, { "category": "\"PUN\" JAB", "air_date": "2007-12-26", @@ -68409,16 +65429,6 @@ "show_number": "5363", "fullAnswer": "clowns" }, - { - "category": "SEEING EYE DOGS", - "air_date": "2007-12-26", - "question": "(A trainer and dog stop at a curb behind Cheryl of the Clue Crew at The Seeing Eye in New Jersey.) A dog is trained to stop at curbs for two reasons, safety & orientation, as people who are visually impaired determine location by counting these", - "value": "$400", - "answer": "blocks", - "round": "Double Jeopardy!", - "show_number": "5363", - "fullAnswer": "the blocks" - }, { "category": "THEATRE AROUND THE WORLD", "air_date": "2007-12-26", @@ -68469,16 +65479,6 @@ "show_number": "5363", "fullAnswer": "Rembrandt" }, - { - "category": "SEEING EYE DOGS", - "air_date": "2007-12-26", - "question": "(Jon of the Clue Crew pets a German shepherd puppy at The Seeing Eye in New Jersey.) The Seeing Eye puppy-raising program aims to have dogs learn the ABCs: affection, this & courtesy", - "value": "$800", - "answer": "behavior", - "round": "Double Jeopardy!", - "show_number": "5363", - "fullAnswer": "behavior" - }, { "category": "THEATRE AROUND THE WORLD", "air_date": "2007-12-26", @@ -68489,16 +65489,6 @@ "show_number": "5363", "fullAnswer": "Arthur Miller" }, - { - "category": "\"PUN\" JAB", - "air_date": "2007-12-26", - "question": "Pugilistic pair pictured here", - "value": "$1200", - "answer": "Punch & Judy", - "round": "Double Jeopardy!", - "show_number": "5363", - "fullAnswer": "Punch & Judy" - }, { "category": "WOMEN OF ACHIEVEMENT", "air_date": "2007-12-26", @@ -68529,16 +65519,6 @@ "show_number": "5363", "fullAnswer": "the Hudson River" }, - { - "category": "SEEING EYE DOGS", - "air_date": "2007-12-26", - "question": "(Jon of the Clue Crew crosses the street with a trainer & her dog at The Seeing Eye in New Jersey.) A Seeing Eye dog owner listens to traffic to know when to say \"forward\"; the dog doesn't know when to go because dogs have this visual deficiency of their own", - "value": "$1200", - "answer": "colorblindness", - "round": "Double Jeopardy!", - "show_number": "5363", - "fullAnswer": "colorblindness" - }, { "category": "THEATRE AROUND THE WORLD", "air_date": "2007-12-26", @@ -68589,16 +65569,6 @@ "show_number": "5363", "fullAnswer": "Fragonard" }, - { - "category": "SEEING EYE DOGS", - "air_date": "2007-12-26", - "question": "(Jon of the Clue Crew watches as a dog refuses to cross a street despite its trainer's urging.) Thoreau talked of \"civil\" this, but dogs must learn \"intelligent\" this, like stopping instead of obeying an order to go forward", - "value": "$1600", - "answer": "disobedience", - "round": "Double Jeopardy!", - "show_number": "5363", - "fullAnswer": "disobedience" - }, { "category": "THEATRE AROUND THE WORLD", "air_date": "2007-12-26", @@ -68649,16 +65619,6 @@ "show_number": "5363", "fullAnswer": "Titian" }, - { - "category": "SEEING EYE DOGS", - "air_date": "2007-12-26", - "question": "(Cheryl of the Clue Crew leads Jon on at The Seeing Eye in New Jersey.) In the matching process for a dog, people with visual impairments are evaluated on pace & pull using this harness named for the Roman queen of heaven", - "value": "$2000", - "answer": "Juno", - "round": "Double Jeopardy!", - "show_number": "5363", - "fullAnswer": "Juno" - }, { "category": "THEATRE AROUND THE WORLD", "air_date": "2007-12-26", @@ -68674,7 +65634,7 @@ "air_date": "2007-12-26", "question": "When completed, it stretched for 73 1/2 miles from Bowness to Wallsend", "value": null, - "answer": "Hadrian\\'s Wall", + "answer": "Hadrian's Wall", "round": "Final Jeopardy!", "show_number": "5363", "fullAnswer": "Hadrian\\'s Wall" @@ -68704,7 +65664,7 @@ "air_date": "1988-11-02", "question": "In Cole Porter's song, these words follow \"can't look at hobbles and I can't stand fences\"", "value": "$100", - "answer": "don\\'t fence me in", + "answer": "don't fence me in", "round": "Jeopardy!", "show_number": "958", "fullAnswer": "don\\'t fence me in" @@ -68899,16 +65859,6 @@ "show_number": "958", "fullAnswer": "The Andy Griffith Show" }, - { - "category": "SKUNKS", - "air_date": "1988-11-02", - "question": "Condition of the skunk in the title of the following 1973 Top 20 hit:

\"Take a whiff on me, that ain't no rose! /
Roll up yer window and hold yer nose\"
", - "value": "$1,800", - "answer": "dead and in the middle of the road", - "round": "Jeopardy!", - "show_number": "958", - "fullAnswer": "dead and in the middle of the road" - }, { "category": "\"FOR\" WORDS", "air_date": "1988-11-02", @@ -69034,7 +65984,7 @@ "air_date": "1988-11-02", "question": "The Baconian theory expounds this", "value": "$3,100", - "answer": "that Francis Bacon wrote Shakespeare\\'s plays", + "answer": "that Francis Bacon wrote Shakespeare's plays", "round": "Double Jeopardy!", "show_number": "958", "fullAnswer": "that Francis Bacon wrote Shakespeare\\'s plays" @@ -69329,16 +66279,6 @@ "show_number": "4667", "fullAnswer": "Indiana" }, - { - "category": "RADIO PERSONALITIES", - "air_date": "2004-12-14", - "question": "(Hi, I'm Christie Whitman.) I don't believe in political quid pro quo, but after his endorsement, I named a rest stop toilet for this radio personality", - "value": "$400", - "answer": "Howard Stern", - "round": "Jeopardy!", - "show_number": "4667", - "fullAnswer": "Howard Stern" - }, { "category": "HEADQUARTERS", "air_date": "2004-12-14", @@ -69619,16 +66559,6 @@ "show_number": "4667", "fullAnswer": "Ecuador" }, - { - "category": "THE FABULOUS '50s", - "air_date": "2004-12-14", - "question": "The group seen here is discussing the merits of this room they are looking at", - "value": "$800", - "answer": "kitchen", - "round": "Double Jeopardy!", - "show_number": "4667", - "fullAnswer": "a kitchen" - }, { "category": "SNOWBOARDING", "air_date": "2004-12-14", @@ -69689,16 +66619,6 @@ "show_number": "4667", "fullAnswer": "comics" }, - { - "category": "SNOWBOARDING", - "air_date": "2004-12-14", - "question": "(Sarah of the Clue Crew snowboards down Mammoth Mountain.) If you're doing well by cutting up the slopes, you could be called one of these, not to be confused with an office machine", - "value": "$1200", - "answer": "shredder", - "round": "Double Jeopardy!", - "show_number": "4667", - "fullAnswer": "a shredder" - }, { "category": "TOM WOLFE", "air_date": "2004-12-14", @@ -70899,16 +67819,6 @@ "show_number": "5476", "fullAnswer": "the bubonic plague" }, - { - "category": "20th CENTURY WORLD LEADERS", - "air_date": "2008-06-02", - "question": "(Sarah of the Clue Crew presents from Lima, Peru.) From 1990 to 2000, the palace behind me, here in Lima, was the home of this man, the first of Japanese descent to head another country", - "value": "$1200", - "answer": "Fujimori", - "round": "Double Jeopardy!", - "show_number": "5476", - "fullAnswer": "(Alberto) Fujimori" - }, { "category": "WESTERNS", "air_date": "2008-06-02", @@ -70939,16 +67849,6 @@ "show_number": "5476", "fullAnswer": "a gigabyte" }, - { - "category": "WORLD UP!", - "air_date": "2008-06-02", - "question": "This African country may have been first settled by Phoenicians as early as the 12th century B.C.", - "value": "$1200", - "answer": "Tunisia", - "round": "Double Jeopardy!", - "show_number": "5476", - "fullAnswer": "Tunisia" - }, { "category": "IT HAD TO \"BU\"", "air_date": "2008-06-02", @@ -71019,26 +67919,6 @@ "show_number": "5476", "fullAnswer": "business" }, - { - "category": "20th CENTURY WORLD LEADERS", - "air_date": "2008-06-02", - "question": "His original name was Tafari Makonnen, but he ruled his country under this name", - "value": "$2000", - "answer": "Haile Selassie", - "round": "Double Jeopardy!", - "show_number": "5476", - "fullAnswer": "Haile Selassie" - }, - { - "category": "WESTERNS", - "air_date": "2008-06-02", - "question": "Dag nabbit! He's the perennial sidekick who won 3 Oscars, including one for 1940's \"The Westerner\"", - "value": "$2000", - "answer": "Walter Brennan", - "round": "Double Jeopardy!", - "show_number": "5476", - "fullAnswer": "Walter Brennan" - }, { "category": "ART", "air_date": "2008-06-02", @@ -71089,16 +67969,6 @@ "show_number": "5171", "fullAnswer": "dandelions" }, - { - "category": "I PLAY THE DRUMS!", - "air_date": "2007-02-19", - "question": "(Jon of the Clue Crew delivers the clue from the drummer's throne.) A common rock & roll pattern is this one which stresses the 2nd and 4th beat; it's also the title of a movie about the Beatles", - "value": "$200", - "answer": "backbeat", - "round": "Jeopardy!", - "show_number": "5171", - "fullAnswer": "backbeat" - }, { "category": "FLY COUNTRIES", "air_date": "2007-02-19", @@ -71149,16 +68019,6 @@ "show_number": "5171", "fullAnswer": "sunflower" }, - { - "category": "I PLAY THE DRUMS!", - "air_date": "2007-02-19", - "question": "(Jon of the Clue Crew peers down between the cymbals.) Playing triplets--three strokes for every two notes--was a trademark of this late Led Zeppellin drummer", - "value": "$400", - "answer": "John Bonham", - "round": "Jeopardy!", - "show_number": "5171", - "fullAnswer": "John Bonham" - }, { "category": "FLY COUNTRIES", "air_date": "2007-02-19", @@ -71209,16 +68069,6 @@ "show_number": "5171", "fullAnswer": "dates" }, - { - "category": "I PLAY THE DRUMS!", - "air_date": "2007-02-19", - "question": "(Jon of the Clue Crew sticks with his drums--& drums with his sticks.) Playing this gives me an explosive sound on the snare drum; to help out a comedian's lame joke combine it with a cymbal crash", - "value": "$600", - "answer": "rimshot", - "round": "Jeopardy!", - "show_number": "5171", - "fullAnswer": "a rimshot" - }, { "category": "FLY COUNTRIES", "air_date": "2007-02-19", @@ -71269,16 +68119,6 @@ "show_number": "5171", "fullAnswer": "fern" }, - { - "category": "I PLAY THE DRUMS!", - "air_date": "2007-02-19", - "question": "(Jon of the Clue Crew subs on the drum set.) After you get into a groove, now & again throw in this; as the name suggests its for when there's an empty space in the music", - "value": "$800", - "answer": "fill", - "round": "Jeopardy!", - "show_number": "5171", - "fullAnswer": "a fill" - }, { "category": "FLY COUNTRIES", "air_date": "2007-02-19", @@ -71329,16 +68169,6 @@ "show_number": "5171", "fullAnswer": "Jojoba" }, - { - "category": "I PLAY THE DRUMS!", - "air_date": "2007-02-19", - "question": "(Jon of the Clue Crew delivers the final clue of the category.) It's the rhyming phrase for a steady rhythm that hits the bass drum on each quarter note", - "value": "$1000", - "answer": "four-on-the-floor", - "round": "Jeopardy!", - "show_number": "5171", - "fullAnswer": "four-on-the-floor" - }, { "category": "FLY COUNTRIES", "air_date": "2007-02-19", @@ -71644,7 +68474,7 @@ "air_date": "2007-02-19", "question": "This Frenchman who planned D.C. had such a \"terrible\" temperament that he was dismissed in 1792", "value": "$2000", - "answer": "Pierre L\\'Enfant", + "answer": "Pierre L'Enfant", "round": "Double Jeopardy!", "show_number": "5171", "fullAnswer": "Pierre L\\'Enfant" @@ -71804,7 +68634,7 @@ "air_date": "1998-06-15", "question": "In \"The Wizard of Oz\", Dorothy clicks her heels & repeats this before she's whisked back to Kansas", "value": "$200", - "answer": "There\\'s no place like home", + "answer": "There's no place like home", "round": "Jeopardy!", "show_number": "3191", "fullAnswer": "\"There\\'s no place like home\"" @@ -72294,7 +69124,7 @@ "air_date": "1998-06-15", "question": "Macbeth says to this character, \"Thy bones are marrowless, thy blood is cold\"", "value": null, - "answer": "Banquo\\'s ghost", + "answer": "Banquo's ghost", "round": "Final Jeopardy!", "show_number": "3191", "fullAnswer": "Banquo\\'s ghost" @@ -72779,16 +69609,6 @@ "show_number": "2515", "fullAnswer": "\"Wrong Way\" Corrigan" }, - { - "category": "MUSICAL THEATRE", - "air_date": "1995-07-07", - "question": "1966 Jerry Herman musical that features the following:

\"For we need a little Christmas /
Right this very minute /
Candles in the window /
Carols at the spinet /
Yes, we need a little Christmas /
Right this very minute /
It hasn't snowed a single flurry /
But Santa, dear, we're in a hurry /
So climb down the chimney /
Put up the brightest string of lights I've ever seen...\"
", - "value": "$3,000", - "answer": "Mame", - "round": "Double Jeopardy!", - "show_number": "2515", - "fullAnswer": "Mame" - }, { "category": "MIDDLE INITIAL C.", "air_date": "1995-07-07", @@ -72894,7 +69714,7 @@ "air_date": "2002-11-06", "question": "1975:
\"I must be crazy to be in a looney bin like this\"", "value": "$200", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Jeopardy!", "show_number": "4183", "fullAnswer": "One Flew Over the Cuckoo\\'s Nest" @@ -73484,7 +70304,7 @@ "air_date": "1998-10-30", "question": "Dating back at least 100 years, \"drowning the shamrock\", or going drinking, is a tradition on this holiday", "value": "$100", - "answer": "St. Patrick\\'s Day", + "answer": "St. Patrick's Day", "round": "Jeopardy!", "show_number": "3255", "fullAnswer": "St. Patrick\\'s Day" @@ -73589,16 +70409,6 @@ "show_number": "3255", "fullAnswer": "an armada" }, - { - "category": "THAT OLD \"BLACK\" MAGIC", - "air_date": "1998-10-30", - "question": "It's the creature seen here who's particularly hard on her mate", - "value": "$200", - "answer": "black widow spider", - "round": "Jeopardy!", - "show_number": "3255", - "fullAnswer": "a black widow spider" - }, { "category": "ANNUAL EVENTS", "air_date": "1998-10-30", @@ -73919,16 +70729,6 @@ "show_number": "3255", "fullAnswer": "a coyote" }, - { - "category": "TURNING 40 IN '98", - "air_date": "1998-10-30", - "question": "(Hi, I'm Franklin Diaz-Chang, an astronaut on board the Space Shuttle Discovery.) Oct. 1, 1998 is the 40th birthday of this government agency", - "value": "$600", - "answer": "NASA ", - "round": "Double Jeopardy!", - "show_number": "3255", - "fullAnswer": "NASA (the National Aeronautics and Space Administration)" - }, { "category": "HERBS & SPICES", "air_date": "1998-10-30", @@ -74059,16 +70859,6 @@ "show_number": "3255", "fullAnswer": "Willy Brandt" }, - { - "category": "HALLOWEEN ON FILM", - "air_date": "1998-10-30", - "question": "(Happy Halloween, I'm Janet Leigh.) In a 1953 film my then husband played this man, who died on Halloween in 1926; I played his wife Bess", - "value": null, - "answer": "Harry Houdini", - "round": "Final Jeopardy!", - "show_number": "3255", - "fullAnswer": "Harry Houdini" - }, { "category": "BEFORE THEY WERE FIRST LADIES", "air_date": "2006-11-02", @@ -74129,16 +70919,6 @@ "show_number": "5094", "fullAnswer": "pharmacy" }, - { - "category": "BEFORE THEY WERE FIRST LADIES", - "air_date": "2006-11-02", - "question": "(Sarah of the Clue Crew reads.) This woman used this camera back when she was an aspiring photographer for a Washington D.C. newspaper", - "value": "$400", - "answer": "Jackie Kennedy", - "round": "Jeopardy!", - "show_number": "5094", - "fullAnswer": "Jackie Kennedy" - }, { "category": "PRIMETIME TV REUNIONS", "air_date": "2006-11-02", @@ -74349,16 +71129,6 @@ "show_number": "5094", "fullAnswer": "coal" }, - { - "category": "FROM THE GREEK", - "air_date": "2006-11-02", - "question": "(Jon of the Clue Crew at the Alabama Institute for Deaf & Blind.) At Alabama Institute for Deaf & Blind, kids gain self-esteem & confidence with this type of therapy, from the Greek for \"horse\"", - "value": "$1000", - "answer": "hippotherapy", - "round": "Jeopardy!", - "show_number": "5094", - "fullAnswer": "hippotherapy" - }, { "category": "& NOW THE \"END\" IS NEAR", "air_date": "2006-11-02", @@ -74449,16 +71219,6 @@ "show_number": "5094", "fullAnswer": "mayonnaise" }, - { - "category": "I'VE TRAVELED EACH & EVERY HIGHWAY", - "air_date": "2006-11-02", - "question": "Seen here is FDR Drive, which heads into the lower part of this borough", - "value": "$800", - "answer": "Manhattan", - "round": "Double Jeopardy!", - "show_number": "5094", - "fullAnswer": "Manhattan" - }, { "category": "THE RECORD SHOWS I TOOK THE BLOWS", "air_date": "2006-11-02", @@ -74649,16 +71409,6 @@ "show_number": "5094", "fullAnswer": "Mowgli" }, - { - "category": "FLOWER", - "air_date": "2004-11-11", - "question": "Ottawa, Canada is famous for these flowers seen here", - "value": "$200", - "answer": "tulips", - "round": "Jeopardy!", - "show_number": "4644", - "fullAnswer": "tulips" - }, { "category": "DOUGH", "air_date": "2004-11-11", @@ -74739,16 +71489,6 @@ "show_number": "4644", "fullAnswer": "Kill Bill" }, - { - "category": "THE UPPER CRUST", - "air_date": "2004-11-11", - "question": "This prince was really in the swim when he was voted water polo captain at St. Andrews University", - "value": "$400", - "answer": "Prince William", - "round": "Jeopardy!", - "show_number": "4644", - "fullAnswer": "Prince William" - }, { "category": "\"DEEP\" DISH", "air_date": "2004-11-11", @@ -74769,16 +71509,6 @@ "show_number": "4644", "fullAnswer": "the Leaning Tower" }, - { - "category": "FLOWER", - "air_date": "2004-11-11", - "question": "Being shaped like this gives the flower seen here its name and also its genus name, campanula", - "value": "$600", - "answer": "bell", - "round": "Jeopardy!", - "show_number": "4644", - "fullAnswer": "bell" - }, { "category": "DOUGH", "air_date": "2004-11-11", @@ -74809,16 +71539,6 @@ "show_number": "4644", "fullAnswer": "Russia" }, - { - "category": "\"DEEP\" DISH", - "air_date": "2004-11-11", - "question": "Seen here, he was an endocrinologist before promoting Ayur Veda, an ancient form of holistic medicine", - "value": "$600", - "answer": "Deepak Chopra", - "round": "Jeopardy!", - "show_number": "4644", - "fullAnswer": "Deepak Chopra" - }, { "category": "WE WANT PISA!", "air_date": "2004-11-11", @@ -74919,16 +71639,6 @@ "show_number": "4644", "fullAnswer": "\"The Time Of My Life\"" }, - { - "category": "THE UPPER CRUST", - "air_date": "2004-11-11", - "question": "(Hi, I'm Anderson Cooper of CNN.) My great-great-great grandfather was this shipping & railroad magnate known as \"The Commodore\"", - "value": "$1000", - "answer": "Cornelius Vanderbilt", - "round": "Jeopardy!", - "show_number": "4644", - "fullAnswer": "Cornelius Vanderbilt" - }, { "category": "\"DEEP\" DISH", "air_date": "2004-11-11", @@ -75174,7 +71884,7 @@ "air_date": "2004-11-11", "question": "The seat of New York's Roman Catholic Archdiocese, it's a great example of Gothic Revival architecture", "value": "$1600", - "answer": "St. Patrick\\'s Cathedral", + "answer": "St. Patrick's Cathedral", "round": "Double Jeopardy!", "show_number": "4644", "fullAnswer": "St. Patrick\\'s Cathedral" @@ -75559,16 +72269,6 @@ "show_number": "6072", "fullAnswer": "Rock, Paper, Scissors" }, - { - "category": "SYDNEY", - "air_date": "2011-01-25", - "question": "(Sarah of the Clue Crew holds a wriggling echidna at the Taronga Zoo in Sydney, Australia.) Naturally, Sydney's Taronga Zoo has a distinctly Australian echidna; an echidna named Millie, short for \"millennium\", was a mascot in the summer Olympic games in this year", - "value": "$400", - "answer": "2000", - "round": "Double Jeopardy!", - "show_number": "6072", - "fullAnswer": "2000" - }, { "category": "TV THEME LYRICS", "air_date": "2011-01-25", @@ -75619,16 +72319,6 @@ "show_number": "6072", "fullAnswer": "dog-ear" }, - { - "category": "SYDNEY", - "air_date": "2011-01-25", - "question": "(Kelly of the Clue Crew enjoys the surf at Bondi Beach in Sydney, Australia.) It's easy to see why local tradition says that \"bondi\" once meant \"water breaking over rocks\" in the language of these people", - "value": "$800", - "answer": "Aborigines", - "round": "Double Jeopardy!", - "show_number": "6072", - "fullAnswer": "the Aborigines" - }, { "category": "TV THEME LYRICS", "air_date": "2011-01-25", @@ -75679,16 +72369,6 @@ "show_number": "6072", "fullAnswer": "skunked" }, - { - "category": "SYDNEY", - "air_date": "2011-01-25", - "question": "(Kelly of the Clue Crew reports from the National Maritime Museum in Sydney, Australia.) One of the world's most accurate maritime reproductions is the Australian-built replica of this James Cook ship that shares a name with a Space Shuttle", - "value": "$1200", - "answer": "Endeavour", - "round": "Double Jeopardy!", - "show_number": "6072", - "fullAnswer": "Endeavour" - }, { "category": "TV THEME LYRICS", "air_date": "2011-01-25", @@ -75739,16 +72419,6 @@ "show_number": "6072", "fullAnswer": "hog" }, - { - "category": "SYDNEY", - "air_date": "2011-01-25", - "question": "(Kelly of the Clue Crew reports from Sydney, Australia.) At 3/4 of a mile, the Harbour Bridge is so long that it requires a permanent continuous painting crew; this man, who played Crocodile Dundee, was once a part of that crew", - "value": "$1600", - "answer": "Hogan", - "round": "Double Jeopardy!", - "show_number": "6072", - "fullAnswer": "(Paul) Hogan" - }, { "category": "TV THEME LYRICS", "air_date": "2011-01-25", @@ -75799,16 +72469,6 @@ "show_number": "6072", "fullAnswer": "lounge lizards" }, - { - "category": "SYDNEY", - "air_date": "2011-01-25", - "question": "(Kelly of the Clue Crew reports from the Sydney Opera House in Sydney, Australia.) As the Opera House is located on the Harbour, it's fitting that the roof is made up of these sections, named for what they're designed to evoke", - "value": "$2000", - "answer": "sails", - "round": "Double Jeopardy!", - "show_number": "6072", - "fullAnswer": "sails" - }, { "category": "TV THEME LYRICS", "air_date": "2011-01-25", @@ -75879,16 +72539,6 @@ "show_number": "4808", "fullAnswer": "George Washington Carver" }, - { - "category": "BIOGRAPHY", - "air_date": "2005-06-29", - "question": "She was one of the last stars in the studio system

\"The tobacco farmer's daughter from North Carolina was awed and intimidated by the luxury of the MGM system.\"", - "value": "$200", - "answer": "Ava Gardner", - "round": "Jeopardy!", - "show_number": "4808", - "fullAnswer": "Ava Gardner" - }, { "category": "THAT'S WHERE IT'S AT, MAN!", "air_date": "2005-06-29", @@ -75939,16 +72589,6 @@ "show_number": "4808", "fullAnswer": "a radio" }, - { - "category": "BIOGRAPHY", - "air_date": "2005-06-29", - "question": "She's made countless moviegoers exclaim, \"Che bella\"

\"With 36 films to her credit, the 21-year-old actress soon overtook Gina Lollobrigida as Italy's reigning box office princess.\"", - "value": "$400", - "answer": "Sophia Loren", - "round": "Jeopardy!", - "show_number": "4808", - "fullAnswer": "Sophia Loren" - }, { "category": "THAT'S WHERE IT'S AT, MAN!", "air_date": "2005-06-29", @@ -75989,16 +72629,6 @@ "show_number": "4808", "fullAnswer": "(Elisha) Otis" }, - { - "category": "BIOGRAPHY", - "air_date": "2005-06-29", - "question": "For the exact years of the Reagan administration, the woman seen here starred on this show

\"When I came to Hollywood and they gave me the glamor treatment, I learned how to do it quite well.\"", - "value": "$600", - "answer": "Dynasty", - "round": "Jeopardy!", - "show_number": "4808", - "fullAnswer": "Dynasty" - }, { "category": "THAT'S WHERE IT'S AT, MAN!", "air_date": "2005-06-29", @@ -76049,16 +72679,6 @@ "show_number": "4808", "fullAnswer": "Cousteau" }, - { - "category": "BIOGRAPHY", - "air_date": "2005-06-29", - "question": "She's the enduring actress seen here

\"The 30-year-old had gone from a sheltered life with her family straight into a marriage and a fast-paced career.\"", - "value": "$800", - "answer": "Susan Sarandon", - "round": "Jeopardy!", - "show_number": "4808", - "fullAnswer": "Susan Sarandon" - }, { "category": "THAT'S WHERE IT'S AT, MAN!", "air_date": "2005-06-29", @@ -76109,16 +72729,6 @@ "show_number": "4808", "fullAnswer": "Edwin Land" }, - { - "category": "BIOGRAPHY", - "air_date": "2005-06-29", - "question": "Director seen here discussing his movie \"10\"

\"The most I liked about it was that everybody predicted it would be a major flop.\"", - "value": "$1000", - "answer": "Blake Edwards", - "round": "Jeopardy!", - "show_number": "4808", - "fullAnswer": "Blake Edwards" - }, { "category": "THAT'S WHERE IT'S AT, MAN!", "air_date": "2005-06-29", @@ -76179,16 +72789,6 @@ "show_number": "4808", "fullAnswer": "Uma Thurman" }, - { - "category": "MY MUMMY DONE TOLD ME", - "air_date": "2005-06-29", - "question": "(Jimmy of the Clue Crew reports from Cairo, Egypt.) Ironically, this organ was considered of minor importance, crudely removed through the nose & often not preserved", - "value": "$400", - "answer": "brain", - "round": "Double Jeopardy!", - "show_number": "4808", - "fullAnswer": "the brain" - }, { "category": "CONGRESSIONAL MISDEMEANORS", "air_date": "2005-06-29", @@ -76239,16 +72839,6 @@ "show_number": "4808", "fullAnswer": "(Hugh) Jackman" }, - { - "category": "MY MUMMY DONE TOLD ME", - "air_date": "2005-06-29", - "question": "(Sarah of the Clue Crew reports from Cairo, Egypt.) Among the many amulets placed within the linen wrappings of a mummy was this symbol of life", - "value": "$800", - "answer": "ankh", - "round": "Double Jeopardy!", - "show_number": "4808", - "fullAnswer": "an ankh" - }, { "category": "CONGRESSIONAL MISDEMEANORS", "air_date": "2005-06-29", @@ -76299,16 +72889,6 @@ "show_number": "4808", "fullAnswer": "Lohan" }, - { - "category": "MY MUMMY DONE TOLD ME", - "air_date": "2005-06-29", - "question": "(Jimmy of the Clue Crew reports from Cairo, Egypt.) These stone coffins, like the ones built for Tutankhamen, were the final resting places of mummies", - "value": "$1200", - "answer": "sarcophogi", - "round": "Double Jeopardy!", - "show_number": "4808", - "fullAnswer": "sarcophogi" - }, { "category": "CONGRESSIONAL MISDEMEANORS", "air_date": "2005-06-29", @@ -76319,16 +72899,6 @@ "show_number": "4808", "fullAnswer": "(the) Louisiana (Purchase)" }, - { - "category": "I READ THE NEWS TODAY", - "air_date": "2005-06-29", - "question": "(Hi, I'm Al Sparks.) In 1987 I was named \"Funniest Teenager in Chicago\" by this newspaper for which Roger Ebert works", - "value": "$1200", - "answer": "Chicago Sun-Times", - "round": "Double Jeopardy!", - "show_number": "4808", - "fullAnswer": "the Chicago Sun-Times" - }, { "category": "OH, \"BOY\"", "air_date": "2005-06-29", @@ -76359,16 +72929,6 @@ "show_number": "4808", "fullAnswer": "Gary Oldman" }, - { - "category": "MY MUMMY DONE TOLD ME", - "air_date": "2005-06-29", - "question": "(Jimmy of the Clue Crew reports from Cairo, Egypt.) Named for a lesser-known Greek hero, these containers were used to store the removed viscera of the mummified", - "value": "$1600", - "answer": "canopic jars", - "round": "Double Jeopardy!", - "show_number": "4808", - "fullAnswer": "canopic jars" - }, { "category": "CONGRESSIONAL MISDEMEANORS", "air_date": "2005-06-29", @@ -76394,7 +72954,7 @@ "air_date": "2005-06-29", "question": "This law states that at a constant temp., the volume of a gas in inversely proportional to the pressure", "value": "$1600", - "answer": "Boyle\\'s ", + "answer": "Boyle's ", "round": "Double Jeopardy!", "show_number": "4808", "fullAnswer": "Boyle\\'s (law)" @@ -76909,16 +73469,6 @@ "show_number": "5467", "fullAnswer": "The Taming of the Shrew" }, - { - "category": "A WHITE CATEGORY", - "air_date": "2008-05-20", - "question": "(Sarah of the Clue Crew reports from the Steinway & Sons factory in New York.) Steinway stopped using this material in keys decades ago, & in 1993 the company patented a piano key material made of a substitute for it", - "value": "$1200", - "answer": "ivory", - "round": "Double Jeopardy!", - "show_number": "5467", - "fullAnswer": "ivory" - }, { "category": "MAMMALS", "air_date": "2008-05-20", @@ -77049,16 +73599,6 @@ "show_number": "5467", "fullAnswer": "rhinoceros" }, - { - "category": "\"T\" TIME", - "air_date": "2008-05-20", - "question": "The scarlet variety of this high flier seen here", - "value": "$2000", - "answer": "tanager", - "round": "Double Jeopardy!", - "show_number": "5467", - "fullAnswer": "tanager" - }, { "category": "CHILDREN'S AUTHORS", "air_date": "2008-05-20", @@ -77169,16 +73709,6 @@ "show_number": "5146", "fullAnswer": "French" }, - { - "category": "HEY, \"BABY\"", - "air_date": "2007-01-15", - "question": "Seen here with roses, it's popular as a bouquet filler", - "value": "$400", - "answer": "baby\\'s breath", - "round": "Jeopardy!", - "show_number": "5146", - "fullAnswer": "baby\\'s breath" - }, { "category": "AFRICAN-AMERICANA", "air_date": "2007-01-15", @@ -77189,16 +73719,6 @@ "show_number": "5146", "fullAnswer": "the Republican Party" }, - { - "category": "U.S. PORT CITIES", - "air_date": "2007-01-15", - "question": "(Kelly of the Clue Crew gives the clue from a port city in Georgia.) This mother city of Georgia was known as the \"pretty woman with a dirty face\" until a preservation effort began in the 1950s", - "value": "$600", - "answer": "Savannah", - "round": "Jeopardy!", - "show_number": "5146", - "fullAnswer": "Savannah" - }, { "category": "HOLLYWOOD LEFTIES", "air_date": "2007-01-15", @@ -77269,16 +73789,6 @@ "show_number": "5146", "fullAnswer": "Angelina Jolie" }, - { - "category": "ARTS & CRAFTS", - "air_date": "2007-01-15", - "question": "(Kelly of the Clue Crew reads the clue while holding onto a draftsman's tool) The name of this object used by draftsmen to create a pattern also means a preset document into which you plug new information", - "value": "$800", - "answer": "template", - "round": "Jeopardy!", - "show_number": "5146", - "fullAnswer": "a template" - }, { "category": "QUOTATIONS", "air_date": "2007-01-15", @@ -77344,21 +73854,11 @@ "air_date": "2007-01-15", "question": "\"Dulce et decorum est pro patria mori\", wrote Horace, \"It is a sweet and seemly thing to die for\" this", "value": "$1000", - "answer": "one\\'s country", + "answer": "one's country", "round": "Jeopardy!", "show_number": "5146", "fullAnswer": "one\\'s country" }, - { - "category": "HEY, \"BABY\"", - "air_date": "2007-01-15", - "question": "This tree-hopper of the Galagidae family spends a lot of time munching on insects and fruit", - "value": "$1000", - "answer": "bush baby", - "round": "Jeopardy!", - "show_number": "5146", - "fullAnswer": "a bush baby" - }, { "category": "AFRICAN-AMERICANA", "air_date": "2007-01-15", @@ -77369,16 +73869,6 @@ "show_number": "5146", "fullAnswer": "Their Eyes Were Watching God" }, - { - "category": "ROYAL BRITANNIA", - "air_date": "2007-01-15", - "question": "Seen here, she had an age of literature named after her", - "value": "$400", - "answer": "Elizabeth I", - "round": "Double Jeopardy!", - "show_number": "5146", - "fullAnswer": "Elizabeth I" - }, { "category": "TV DRAMAS BY EPISODE", "air_date": "2007-01-15", @@ -77424,7 +73914,7 @@ "air_date": "2007-01-15", "question": "As I reflect on the word \"genuflect\", I remember it means to bend this", "value": "$400", - "answer": "one\\'s knee", + "answer": "one's knee", "round": "Double Jeopardy!", "show_number": "5146", "fullAnswer": "one\\'s knee" @@ -77444,7 +73934,7 @@ "air_date": "2007-01-15", "question": "\"Angels in Chains\"", "value": "$800", - "answer": "Charlie\\'s Angels", + "answer": "Charlie's Angels", "round": "Double Jeopardy!", "show_number": "5146", "fullAnswer": "Charlie\\'s Angels" @@ -77489,16 +73979,6 @@ "show_number": "5146", "fullAnswer": "a freckle" }, - { - "category": "ROYAL BRITANNIA", - "air_date": "2007-01-15", - "question": "Seen here, the second king of this name spent many years in French exile", - "value": "$1200", - "answer": "Charles", - "round": "Double Jeopardy!", - "show_number": "5146", - "fullAnswer": "Charles" - }, { "category": "TV DRAMAS BY EPISODE", "air_date": "2007-01-15", @@ -77609,16 +74089,6 @@ "show_number": "5146", "fullAnswer": "underbelly" }, - { - "category": "ROYAL BRITANNIA", - "air_date": "2007-01-15", - "question": "This king's marriage to the woman seen here united the houses of York & Lancaster", - "value": "$2000", - "answer": "Henry VII", - "round": "Double Jeopardy!", - "show_number": "5146", - "fullAnswer": "Henry VII" - }, { "category": "TV DRAMAS BY EPISODE", "air_date": "2007-01-15", @@ -77764,7 +74234,7 @@ "air_date": "2002-09-16", "question": "9,360 graham crackers, 9,312 marshmallows & 4,128 chocolate bars went into one of these made at a campground", "value": "$400", - "answer": "s\\'more", + "answer": "s'more", "round": "Jeopardy!", "show_number": "4146", "fullAnswer": "s\\'more" @@ -78204,7 +74674,7 @@ "air_date": "2002-09-16", "question": "In April 1865 while attending a play at this man's theater, Lincoln was shot by John Wilkes Booth", "value": "$1600", - "answer": "Ford\\'s Theatre", + "answer": "Ford's Theatre", "round": "Double Jeopardy!", "show_number": "4146", "fullAnswer": "Ford\\'s Theatre" @@ -78384,7 +74854,7 @@ "air_date": "1999-11-22", "question": "It's the classic response to the request \"Call me a cab!\"", "value": "$200", - "answer": "OK, you\\'re a cab!", + "answer": "OK, you're a cab!", "round": "Jeopardy!", "show_number": "3501", "fullAnswer": "\"OK, you\\'re a cab!\"" @@ -78504,7 +74974,7 @@ "air_date": "1999-11-22", "question": "When singing \"The Star-Spangled Banner\", Pavarotti & Domingo could change the first line to this for Mr. Carreras", "value": "$400", - "answer": "Jose, can you see by the dawn\\'s early light", + "answer": "Jose, can you see by the dawn's early light", "round": "Jeopardy!", "show_number": "3501", "fullAnswer": "Jose, can you see by the dawn\\'s early light" @@ -78564,7 +75034,7 @@ "air_date": "1999-11-22", "question": "Completes Groucho's \"One morning I shot an elephant in my pajamas...\"", "value": "$500", - "answer": "How he got in my pajamas, I\\'ll never know!", + "answer": "How he got in my pajamas, I'll never know!", "round": "Jeopardy!", "show_number": "3501", "fullAnswer": "\"How he got in my pajamas, I\\'ll never know!\"" @@ -78724,7 +75194,7 @@ "air_date": "1999-11-22", "question": "Lord Lechery, Madam Wanton & Madam Bubble are all characters in the 1951 opera based on this John Bunyan work", "value": "$800", - "answer": "Pilgrim\\'s Progress", + "answer": "Pilgrim's Progress", "round": "Double Jeopardy!", "show_number": "3501", "fullAnswer": "\"Pilgrim\\'s Progress\"" @@ -79164,7 +75634,7 @@ "air_date": "1990-03-01", "question": "It's published by Gruner & Jahr, not by mom & dad as its name implies", "value": "$200", - "answer": "Parents\\' Magazine", + "answer": "Parents' Magazine", "round": "Double Jeopardy!", "show_number": "1274", "fullAnswer": "Parents\\' Magazine" @@ -79944,7 +76414,7 @@ "air_date": "2000-01-25", "question": "The last of Chaplin's 4 teenage brides was Oona, this playwright's daughter", "value": "$800", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "3547", "fullAnswer": "Eugene O\\'Neill" @@ -80024,7 +76494,7 @@ "air_date": "2000-01-25", "question": "Bob Dylan's 1964 hit song about the inevitable passing of the years", "value": "$1000", - "answer": "The Times They Are a-Changin\\'", + "answer": "The Times They Are a-Changin'", "round": "Double Jeopardy!", "show_number": "3547", "fullAnswer": "\"The Times They Are a-Changin\\'\"" @@ -80089,16 +76559,6 @@ "show_number": "4227", "fullAnswer": "pearl" }, - { - "category": "HAT'S ALL, FOLKS", - "air_date": "2003-01-07", - "question": "(Sarah of the Clue Crew displays her hat.)
From the Latin for \"hooded cloak\", it's this popular French style of hat", - "value": "$200", - "answer": "beret", - "round": "Jeopardy!", - "show_number": "4227", - "fullAnswer": "beret" - }, { "category": "ENGLISH CLASS", "air_date": "2003-01-07", @@ -80129,16 +76589,6 @@ "show_number": "4227", "fullAnswer": "Cheerios" }, - { - "category": "A REALLY BIG CATEGORY", - "air_date": "2003-01-07", - "question": "(Sofia of the Clue Crew reads from the Chicago Field Museum.) My friend Sue here is the largest, most complete & best preserved one of these dinosaurs ever discovered", - "value": "$400", - "answer": "Tyrannosaurus rex", - "round": "Jeopardy!", - "show_number": "4227", - "fullAnswer": "a Tyrannosaurus rex" - }, { "category": "HAT'S ALL, FOLKS", "air_date": "2003-01-07", @@ -80159,16 +76609,6 @@ "show_number": "4227", "fullAnswer": "an infinitive" }, - { - "category": "I KNOW THAT SONG", - "air_date": "2003-01-07", - "question": "This Nickelodeon animated series features the song heard here", - "value": "$600", - "answer": "As Told by Ginger", - "round": "Jeopardy!", - "show_number": "4227", - "fullAnswer": "As Told by Ginger" - }, { "category": "BREAKFAST CEREALS", "air_date": "2003-01-07", @@ -80189,16 +76629,6 @@ "show_number": "4227", "fullAnswer": "Jupiter" }, - { - "category": "HAT'S ALL, FOLKS", - "air_date": "2003-01-07", - "question": "(Jimmy of the Clue Crew sports his hat.)
The hat I'm wearing is most strongly identified with this American hero, of the Alamo", - "value": "$600", - "answer": "Davy Crockett", - "round": "Jeopardy!", - "show_number": "4227", - "fullAnswer": "Davy Crockett" - }, { "category": "ENGLISH CLASS", "air_date": "2003-01-07", @@ -80299,16 +76729,6 @@ "show_number": "4227", "fullAnswer": "Titanic" }, - { - "category": "HAT'S ALL, FOLKS", - "air_date": "2003-01-07", - "question": "(Sofia of the Clue Crew shows off her headwear.)
Hat's off to the Moroccan city that shares its name with this type of hat", - "value": "$1000", - "answer": "Fez", - "round": "Jeopardy!", - "show_number": "4227", - "fullAnswer": "Fez" - }, { "category": "FICTIONAL CHARACTERS", "air_date": "2003-01-07", @@ -80489,16 +76909,6 @@ "show_number": "4227", "fullAnswer": "\"How much does this cost?\"" }, - { - "category": "FICTIONAL CHARACTERS", - "air_date": "2003-01-07", - "question": "She's the celebrated \"maid of honor\" seen here", - "value": "$1600", - "answer": "Amelia Bedelia", - "round": "Double Jeopardy!", - "show_number": "4227", - "fullAnswer": "Amelia Bedelia" - }, { "category": "BROADWAY", "air_date": "2003-01-07", @@ -80529,16 +76939,6 @@ "show_number": "4227", "fullAnswer": "Baltic" }, - { - "category": "HISTORY OLDER THAN YOU", - "air_date": "2003-01-07", - "question": "Over 5,000 years ago, this ancient people created Hieroglyphics, like the one seen here", - "value": "$1600", - "answer": "Egyptians", - "round": "Double Jeopardy!", - "show_number": "4227", - "fullAnswer": "Egyptians" - }, { "category": "LANGUAGE QUESTIONS", "air_date": "2003-01-07", @@ -81294,7 +77694,7 @@ "air_date": "2005-03-03", "question": "The subject of this 1973 Allman Brothers hit was \"tryin' to make a livin' and doin' the best I can\"", "value": "$400", - "answer": "Ramblin\\' Man", + "answer": "Ramblin' Man", "round": "Jeopardy!", "show_number": "4724", "fullAnswer": "\"Ramblin\\' Man\"" @@ -81389,16 +77789,6 @@ "show_number": "4724", "fullAnswer": "the Flying Tigers" }, - { - "category": "2-LETTER ABBREV.", - "air_date": "2005-03-03", - "question": "Its logo is seen here", - "value": "$600", - "answer": "UN", - "round": "Jeopardy!", - "show_number": "4724", - "fullAnswer": "the UN" - }, { "category": "LET'S MESS WITH TEXAS", "air_date": "2005-03-03", @@ -81424,7 +77814,7 @@ "air_date": "2005-03-03", "question": "The work of Laura X (no relation to Malcolm) led to March being designated this every year", "value": "$800", - "answer": "Women\\'s History Month", + "answer": "Women's History Month", "round": "Jeopardy!", "show_number": "4724", "fullAnswer": "Women\\'s History Month" @@ -81519,16 +77909,6 @@ "show_number": "4724", "fullAnswer": "OP" }, - { - "category": "ART AT THE BARNES", - "air_date": "2005-03-03", - "question": "(Alex reports from the Barnes Foundation.) While confined to a French sanitarium in Saint-Remy, this artist painted the Dutch landscape of Brabant in \"Reminiscence of the North\"", - "value": "$400", - "answer": "Van Gogh", - "round": "Double Jeopardy!", - "show_number": "4724", - "fullAnswer": "Van Gogh" - }, { "category": "OFFICIAL LANGUAGES", "air_date": "2005-03-03", @@ -81579,16 +77959,6 @@ "show_number": "4724", "fullAnswer": "a bell ringer" }, - { - "category": "ART AT THE BARNES", - "air_date": "2005-03-03", - "question": "(Cheryl of the Clue Crew reports from the Barnes Foundation.) In \"Three Ballet Dancers\", he used pastels to transform awkward natural movements into balletic gestures", - "value": "$800", - "answer": "Degas", - "round": "Double Jeopardy!", - "show_number": "4724", - "fullAnswer": "Degas" - }, { "category": "OFFICIAL LANGUAGES", "air_date": "2005-03-03", @@ -81639,16 +78009,6 @@ "show_number": "4724", "fullAnswer": "Bellagio" }, - { - "category": "ART AT THE BARNES", - "air_date": "2005-03-03", - "question": "(Alex reports from the Barnes Foundation.) Dr. Barnes asked this French artist to create a mural for the main hall; he said it was like the rose window of a cathedral", - "value": "$1200", - "answer": "Matisse", - "round": "Double Jeopardy!", - "show_number": "4724", - "fullAnswer": "Matisse" - }, { "category": "OFFICIAL LANGUAGES", "air_date": "2005-03-03", @@ -81699,16 +78059,6 @@ "show_number": "4724", "fullAnswer": "belly dancing" }, - { - "category": "ART AT THE BARNES", - "air_date": "2005-03-03", - "question": "(Cheryl of the Clue Crew reports from the Barnes Foundation.) Cézanne drew upon Greek mythology when he painted this title pair", - "value": "$1600", - "answer": "Leda and the Swan", - "round": "Double Jeopardy!", - "show_number": "4724", - "fullAnswer": "Leda and the Swan" - }, { "category": "OFFICIAL LANGUAGES", "air_date": "2005-03-03", @@ -81754,21 +78104,11 @@ "air_date": "2005-03-03", "question": "Facial nerve paralysis on one side", "value": "$1600", - "answer": "Bell\\'s palsy", + "answer": "Bell's palsy", "round": "Double Jeopardy!", "show_number": "4724", "fullAnswer": "Bell\\'s palsy" }, - { - "category": "ART AT THE BARNES", - "air_date": "2005-03-03", - "question": "(Alex reports from the Barnes Foundation.) Though she never had children of her own, this American sensitively portrayed maternal love in \"Woman with a Nude Boy\"", - "value": "$2000", - "answer": "Mary Cassatt", - "round": "Double Jeopardy!", - "show_number": "4724", - "fullAnswer": "Mary Cassatt" - }, { "category": "OFFICIAL LANGUAGES", "air_date": "2005-03-03", @@ -81979,16 +78319,6 @@ "show_number": "3898", "fullAnswer": "Statue of Liberty" }, - { - "category": "SELLERS", - "air_date": "2001-07-11", - "question": "[Hi, I'm Jeff Bezos, founder & CEO of Amazon.com] It's estimated that 60% of net shoppers flag an average of 7 sites with one of these, also used in products we sell", - "value": "$300", - "answer": "Bookmarks", - "round": "Jeopardy!", - "show_number": "3898", - "fullAnswer": "Bookmarks" - }, { "category": "THE DAY THE MUSIC DIED", "air_date": "2001-07-11", @@ -82824,7 +79154,7 @@ "air_date": "1990-03-26", "question": "Int'l club that \"promotes putting off until later those things that needn't be done today\"", "value": "$400", - "answer": "Procrastinator\\'s Club", + "answer": "Procrastinator's Club", "round": "Double Jeopardy!", "show_number": "1291", "fullAnswer": "Procrastinator\\'s Club" @@ -83064,7 +79394,7 @@ "air_date": "2006-02-27", "question": "Though the 1871 Chicago fire began in this family's barn, their house suffered only minor damages", "value": "$200", - "answer": "O\\'Learys", + "answer": "O'Learys", "round": "Jeopardy!", "show_number": "4946", "fullAnswer": "the O\\'Learys" @@ -83339,16 +79669,6 @@ "show_number": "4946", "fullAnswer": "Demoiselles" }, - { - "category": "LEWIS & CLARK", - "air_date": "2006-02-27", - "question": "(Jon of the Clue Crew reports from Columbia Gorge Discovery Center in Oregon.) Here in Columbia Gorge, Clark sketched this bird, & Lewis wrote, \"I believe this to be the largest bird in North America\"", - "value": "$400", - "answer": "California condor", - "round": "Double Jeopardy!", - "show_number": "4946", - "fullAnswer": "a California condor" - }, { "category": "THAT'S MY BUSINESS", "air_date": "2006-02-27", @@ -83399,16 +79719,6 @@ "show_number": "4946", "fullAnswer": "slap" }, - { - "category": "LEWIS & CLARK", - "air_date": "2006-02-27", - "question": "Named for a structural section, it's the type of boat the boys set off in; it ran aground on day 2", - "value": "$800", - "answer": "keelboat", - "round": "Double Jeopardy!", - "show_number": "4946", - "fullAnswer": "a keelboat" - }, { "category": "THAT'S MY BUSINESS", "air_date": "2006-02-27", @@ -83459,26 +79769,6 @@ "show_number": "4946", "fullAnswer": "lash" }, - { - "category": "LEWIS & CLARK", - "air_date": "2006-02-27", - "question": "(Sarah of the Clue Crew reports from Columbia Gorge Discovery Center, Oregon.) The explorers got invaluable directions from the Indian tribe Lewis called \"Pierced Nose\" & we know as this", - "value": "$6,000", - "answer": "Nez Perce Indians", - "round": "Double Jeopardy!", - "show_number": "4946", - "fullAnswer": "the Nez Perce Indians" - }, - { - "category": "THAT'S MY BUSINESS", - "air_date": "2006-02-27", - "question": "(One of television's most recognizable commercial spokespersons delivers the clue.) Oh, no--I lost another one to this mortgage company", - "value": "$1200", - "answer": "Ditech", - "round": "Double Jeopardy!", - "show_number": "4946", - "fullAnswer": "Ditech" - }, { "category": "U.S. CABINET DEPARTMENTS IN OTHER WORDS", "air_date": "2006-02-27", @@ -83494,7 +79784,7 @@ "air_date": "2006-02-27", "question": "As of Dec. 4, 2005 this pregnancy prep book had spent 247 weeks on the N.Y. Times Bestseller List", "value": "$1200", - "answer": "What To Expect When You\\'re Expecting", + "answer": "What To Expect When You're Expecting", "round": "Double Jeopardy!", "show_number": "4946", "fullAnswer": "What To Expect When You\\'re Expecting" @@ -83519,16 +79809,6 @@ "show_number": "4946", "fullAnswer": "brain" }, - { - "category": "LEWIS & CLARK", - "air_date": "2006-02-27", - "question": "One tough part of the journey up the Missouri was portaging this feature of the river in June & July 1805", - "value": "$1600", - "answer": "Great Falls ", - "round": "Double Jeopardy!", - "show_number": "4946", - "fullAnswer": "the Great Falls (on the Missouri)" - }, { "category": "THAT'S MY BUSINESS", "air_date": "2006-02-27", @@ -83579,16 +79859,6 @@ "show_number": "4946", "fullAnswer": "punch" }, - { - "category": "LEWIS & CLARK", - "air_date": "2006-02-27", - "question": "(Sarah of the Clue Crew stands next to a covered pile of crates in the Columbia Gorge Discovery Center, Oregon.) A 5,000-sq.-ft. exhibit at the Columbia Gorge Museum shows the 30 tons of cargo Lewis & Clark took when setting out from this city in 1804", - "value": "$2000", - "answer": "St. Louis", - "round": "Double Jeopardy!", - "show_number": "4946", - "fullAnswer": "St. Louis" - }, { "category": "THAT'S MY BUSINESS", "air_date": "2006-02-27", @@ -83604,7 +79874,7 @@ "air_date": "2006-02-27", "question": "Ex-soldiers' financial arrangements", "value": "$2000", - "answer": "Veterans\\' Affairs", + "answer": "Veterans' Affairs", "round": "Double Jeopardy!", "show_number": "4946", "fullAnswer": "Veterans\\' Affairs" @@ -83659,16 +79929,6 @@ "show_number": "4787", "fullAnswer": "the Brothers Grimm" }, - { - "category": "POKER FACE", - "air_date": "2005-05-31", - "question": "The poker face seen here dropped out of this university just short of a degree to pursue a career in acting", - "value": "$200", - "answer": "Harvard", - "round": "Jeopardy!", - "show_number": "4787", - "fullAnswer": "Harvard" - }, { "category": "POUR ME A STIFF ONE", "air_date": "2005-05-31", @@ -83719,16 +79979,6 @@ "show_number": "4787", "fullAnswer": "Simone de Beauvoir" }, - { - "category": "POKER FACE", - "air_date": "2005-05-31", - "question": "It's the TV show on which the poker face seen here co-starred for most of the 1970s", - "value": "$400", - "answer": "Mary Tyler Moore Show", - "round": "Jeopardy!", - "show_number": "4787", - "fullAnswer": "The Mary Tyler Moore Show" - }, { "category": "POUR ME A STIFF ONE", "air_date": "2005-05-31", @@ -83779,16 +80029,6 @@ "show_number": "4787", "fullAnswer": "Alex Haley" }, - { - "category": "POKER FACE", - "air_date": "2005-05-31", - "question": "In a memorable 1987 big screen biography, the poker face seen here played this 1950s music legend", - "value": "$600", - "answer": "Ritchie Valens", - "round": "Jeopardy!", - "show_number": "4787", - "fullAnswer": "Ritchie Valens" - }, { "category": "POUR ME A STIFF ONE", "air_date": "2005-05-31", @@ -83839,22 +80079,12 @@ "show_number": "4787", "fullAnswer": "Sinclair Lewis" }, - { - "category": "POKER FACE", - "air_date": "2005-05-31", - "question": "This poker face seen here earned an Oscar nomination for her work in 1994's \"Bullets Over Broadway\"", - "value": "$800", - "answer": "Jennifer Tilly", - "round": "Jeopardy!", - "show_number": "4787", - "fullAnswer": "Jennifer Tilly" - }, { "category": "POUR ME A STIFF ONE", "air_date": "2005-05-31", "question": "This brand of liqueur made its debut in Dublin on November 26, 1974", "value": "$800", - "answer": "Bailey\\'s ", + "answer": "Bailey's ", "round": "Jeopardy!", "show_number": "4787", "fullAnswer": "Bailey\\'s (Irish Cream)" @@ -83899,16 +80129,6 @@ "show_number": "4787", "fullAnswer": "Moss Hart" }, - { - "category": "POKER FACE", - "air_date": "2005-05-31", - "question": "This Ontario-based poker face has a Nabokovian first name", - "value": "$1000", - "answer": "Lolita Davidovich", - "round": "Jeopardy!", - "show_number": "4787", - "fullAnswer": "Lolita Davidovich" - }, { "category": "POUR ME A STIFF ONE", "air_date": "2005-05-31", @@ -84009,16 +80229,6 @@ "show_number": "4787", "fullAnswer": "zinc" }, - { - "category": "SHAKESPEAREAN WORDS", - "air_date": "2005-05-31", - "question": "(Cheryl of the Clue Crew reports from horseback.) Shakespeare used this word in \"The Merry Wives of Windsor\" to catch someone's notice; I use it to stop my horse", - "value": "$800", - "answer": "whoa ", - "round": "Double Jeopardy!", - "show_number": "4787", - "fullAnswer": "whoa (ho also accepted)" - }, { "category": "THE \"CAPTAIN\"", "air_date": "2005-05-31", @@ -84049,16 +80259,6 @@ "show_number": "4787", "fullAnswer": "Portugal" }, - { - "category": "THE NAACP", - "air_date": "2005-05-31", - "question": "(Kweisi Mfume reads the clue.) This award, the NAACP's highest honor, was first bestowed in 1915 & named for a past chairman of the NAACP", - "value": "$2,400", - "answer": "Spingarn Medal", - "round": "Double Jeopardy!", - "show_number": "4787", - "fullAnswer": "the Spingarn Medal" - }, { "category": "SCIENCE BRIEFS", "air_date": "2005-05-31", @@ -84169,16 +80369,6 @@ "show_number": "4787", "fullAnswer": "sultan" }, - { - "category": "THE NAACP", - "air_date": "2005-05-31", - "question": "(Kweisi Mfume reads the clue.) In 1995 this widow of slain civil rights leader Medgar Evers became the first woman to head the NAACP", - "value": "$2000", - "answer": "Myrlie Evers", - "round": "Double Jeopardy!", - "show_number": "4787", - "fullAnswer": "Myrlie Evers(-Williams)" - }, { "category": "SCIENCE BRIEFS", "air_date": "2005-05-31", @@ -84234,7 +80424,7 @@ "air_date": "2005-05-31", "question": "Chauffeur Alf Bicknell was the inspiration for this 1965 song", "value": null, - "answer": "\\Drive My Car\\", + "answer": "Drive My Car", "round": "Final Jeopardy!", "show_number": "4787", "fullAnswer": "\\\"Drive My Car\\\"" @@ -84339,16 +80529,6 @@ "show_number": "6135", "fullAnswer": "plump" }, - { - "category": "HOME FURNISHINGS", - "air_date": "2011-04-22", - "question": "You don't have to work in the movie industry to have this furnishing named for a professional", - "value": "$400", - "answer": "director\\'s chair", - "round": "Jeopardy!", - "show_number": "6135", - "fullAnswer": "a director\\'s chair" - }, { "category": "FATHERS-IN-LAW", "air_date": "2011-04-22", @@ -84369,16 +80549,6 @@ "show_number": "6135", "fullAnswer": "cancer" }, - { - "category": "CELEBRITY FACTS", - "air_date": "2011-04-22", - "question": "(Hi. I'm Kyra Sedgwick.) Thanks to my appearances in movies like \"The Woodsman\" & \"Murder in the First\", I have a 1, the best score possible, in this popular party game", - "value": "$600", - "answer": "Six Degrees of Kevin Bacon", - "round": "Jeopardy!", - "show_number": "6135", - "fullAnswer": "Six Degrees of Kevin Bacon" - }, { "category": "LET'S HAVE ITALIAN TONIGHT!", "air_date": "2011-04-22", @@ -84449,16 +80619,6 @@ "show_number": "6135", "fullAnswer": "a neutron" }, - { - "category": "HOME FURNISHINGS", - "air_date": "2011-04-22", - "question": "To add a southwestern touch, furnish a room with the rug seen here, named for this second most populous Indian tribe", - "value": "$800", - "answer": "Navajo", - "round": "Jeopardy!", - "show_number": "6135", - "fullAnswer": "Navajo" - }, { "category": "FATHERS-IN-LAW", "air_date": "2011-04-22", @@ -84649,16 +80809,6 @@ "show_number": "6135", "fullAnswer": "Ave Maria" }, - { - "category": "THEY'RE ON CABLE", - "air_date": "2011-04-22", - "question": "(I'm Joel McHale.)
When you're not watching \"Community\", you can catch me on this show on E! that satirizes other shows (though sometimes they do the job themselves)
\"Hint, hint. It's not the Kardashians.\"", - "value": "$1200", - "answer": "Soup", - "round": "Double Jeopardy!", - "show_number": "6135", - "fullAnswer": "The Soup" - }, { "category": "POETIC TITLE VERBS", "air_date": "2011-04-22", @@ -84759,26 +80909,6 @@ "show_number": "6135", "fullAnswer": "legal aid" }, - { - "category": "CLASSICAL COMPOSERS", - "air_date": "2011-04-22", - "question": "(Jimmy of the Clue Crew reports from the Juilliard School.) The string quartet is a stripped down, personal expression of a composer's feelings; Debussy wrote only one, but it's the only work that he gave one of these numbers", - "value": "$2000", - "answer": "opus", - "round": "Double Jeopardy!", - "show_number": "6135", - "fullAnswer": "an opus" - }, - { - "category": "THEY'RE ON CABLE", - "air_date": "2011-04-22", - "question": "We are bananas about this celebrity stylist; the show titled her \"Project\" is seen on Bravo", - "value": "$2000", - "answer": "Rachel Zoe", - "round": "Double Jeopardy!", - "show_number": "6135", - "fullAnswer": "Rachel Zoe" - }, { "category": "POETIC TITLE VERBS", "air_date": "2011-04-22", @@ -85034,7 +81164,7 @@ "air_date": "2008-04-16", "question": "In 2004 FedEx acquired this chain of stores, & you can copy me on that!", "value": "$800", - "answer": "Kinko\\'s", + "answer": "Kinko's", "round": "Jeopardy!", "show_number": "5443", "fullAnswer": "Kinko\\'s" @@ -85109,16 +81239,6 @@ "show_number": "5443", "fullAnswer": "a capybara" }, - { - "category": "\"F\"OOD", - "air_date": "2008-04-16", - "question": "(Jon of the Clue Crew fries something up in the kitchen of the Little Diner in Canutillo, TX.) In Spanish, the name of these fried, tightly rolled tortillas, filled with seasoned beef or chicken, is also the name of the woodwind instrument they resemble", - "value": "$1000", - "answer": "flauta", - "round": "Jeopardy!", - "show_number": "5443", - "fullAnswer": "flauta" - }, { "category": "HOMOPHONES", "air_date": "2008-04-16", @@ -85199,36 +81319,6 @@ "show_number": "5443", "fullAnswer": "Yale" }, - { - "category": "ACTRESSES ON TV", - "air_date": "2008-04-16", - "question": "We are \"desperate\" for you to name this actress seen here, who has a master's degree in psychology", - "value": "$800", - "answer": "Marcia Cross", - "round": "Double Jeopardy!", - "show_number": "5443", - "fullAnswer": "Marcia Cross" - }, - { - "category": "SIGNS & SYMBOLS", - "air_date": "2008-04-16", - "question": "Seen here is a computer emoticon used to represent this Beatle", - "value": "$800", - "answer": "John Lennon", - "round": "Double Jeopardy!", - "show_number": "5443", - "fullAnswer": "John Lennon" - }, - { - "category": "MARK TWAIN: BOOK LOVER", - "air_date": "2008-04-16", - "question": "(Alex reads the clue from the Mark Twain House in Hartford, CT.) Mark Twain made notations in the books he owned; he wrote, \"Can any plausible excuse be furnished for the crime of creating the human race\" in this man's \"Voyage of the H.M.S. Beagle\"", - "value": "$800", - "answer": "Darwin", - "round": "Double Jeopardy!", - "show_number": "5443", - "fullAnswer": "Darwin" - }, { "category": "ROGER!", "air_date": "2008-04-16", @@ -85239,16 +81329,6 @@ "show_number": "5443", "fullAnswer": "(Roger) Smith" }, - { - "category": "4-LETTER WORDS", - "air_date": "2008-04-16", - "question": "(Kelly of the Clue Crew blows out a match and sticks it in a bottle.) The moisture in the air combines with particles of dust from the smoke to form this; Los Angeles is known for it", - "value": "$800", - "answer": "smog", - "round": "Double Jeopardy!", - "show_number": "5443", - "fullAnswer": "smog" - }, { "category": "EARLY AMERICA", "air_date": "2008-04-16", @@ -85329,16 +81409,6 @@ "show_number": "5443", "fullAnswer": "Calista Flockhart" }, - { - "category": "SIGNS & SYMBOLS", - "air_date": "2008-04-16", - "question": "It's what this symbol means on video equipment (& maybe fighter jet control panels, we don't know)", - "value": "$1600", - "answer": "eject", - "round": "Double Jeopardy!", - "show_number": "5443", - "fullAnswer": "eject" - }, { "category": "MARK TWAIN: BOOK LOVER", "air_date": "2008-04-16", @@ -85539,16 +81609,6 @@ "show_number": "62", "fullAnswer": "pasta" }, - { - "category": "MOVIE TRIVIA", - "air_date": "1984-12-04", - "question": "Number of the sequel the following was the theme of", - "value": "$1,000", - "answer": "Rocky III", - "round": "Jeopardy!", - "show_number": "62", - "fullAnswer": "Rocky III" - }, { "category": "WASHINGTON D.C.", "air_date": "1984-12-04", @@ -86039,16 +82099,6 @@ "show_number": "6231", "fullAnswer": "W-I-P" }, - { - "category": "A TOUR OF EATALY", - "air_date": "2011-10-24", - "question": "(Sarah of the Clue Crew presents the clue from Eataly in New York.) Parmesan cheese comes from the northern Italian city of Parma, where the whey from cheese making is fed to the local pigs, helping create another famous local product, this", - "value": "$200", - "answer": "prosciutto", - "round": "Jeopardy!", - "show_number": "6231", - "fullAnswer": "prosciutto" - }, { "category": "VOLCANOES", "air_date": "2011-10-24", @@ -86099,16 +82149,6 @@ "show_number": "6231", "fullAnswer": "S-K-O-O-L" }, - { - "category": "A TOUR OF EATALY", - "air_date": "2011-10-24", - "question": "(Sarah of the Clue Crew presents the clue from Eataly in New York.) The Piedmont region is known for bread sticks, which an enthused Napoleon called \"little sticks\" of this city, that holds a famous shroud", - "value": "$400", - "answer": "Turin", - "round": "Jeopardy!", - "show_number": "6231", - "fullAnswer": "Turin" - }, { "category": "VOLCANOES", "air_date": "2011-10-24", @@ -86139,16 +82179,6 @@ "show_number": "6231", "fullAnswer": "The Scarlet Letter" }, - { - "category": "A \"TON\" OF PEOPLE", - "air_date": "2011-10-24", - "question": "He's the voice of country music seen here", - "value": "$600", - "answer": "Blake Shelton", - "round": "Jeopardy!", - "show_number": "6231", - "fullAnswer": "Blake Shelton" - }, { "category": "KAN U SPEL BIZNESS?", "air_date": "2011-10-24", @@ -86159,16 +82189,6 @@ "show_number": "6231", "fullAnswer": "R-I-T-E" }, - { - "category": "A TOUR OF EATALY", - "air_date": "2011-10-24", - "question": "(Sarah of the Clue Crew presents the clue from Eataly in New York.) The rugged Tuscan landscape has a vast number of microclimates, so this wine, made from up to 90% local sangiovese grapes, can very widely from vineyard to vineyard", - "value": "$600", - "answer": "Chianti", - "round": "Jeopardy!", - "show_number": "6231", - "fullAnswer": "Chianti" - }, { "category": "VOLCANOES", "air_date": "2011-10-24", @@ -86419,16 +82439,6 @@ "show_number": "6231", "fullAnswer": "tennis" }, - { - "category": "COME TO OUR AIDE", - "air_date": "2011-10-24", - "question": "(Hi. I'm Chris Matthews.) Here's a tip for you: for 6 years, I was the top aide to this Democrat from Massachusetts when he was Speaker of the House", - "value": "$2,600", - "answer": "Tip O\\'Neill", - "round": "Double Jeopardy!", - "show_number": "6231", - "fullAnswer": "Tip O\\'Neill" - }, { "category": "POEMS ON POETS", "air_date": "2011-10-24", @@ -86884,7 +82894,7 @@ "air_date": "2000-09-12", "question": "A third, more sexually explicit version of this 1928 D.H. Lawrence novel was finally published in the U.S. in 1959", "value": "$200", - "answer": "Lady Chatterley\\'s Lover", + "answer": "Lady Chatterley's Lover", "round": "Double Jeopardy!", "show_number": "3682", "fullAnswer": "\"Lady Chatterley\\'s Lover\"" @@ -87394,7 +83404,7 @@ "air_date": "1998-02-10", "question": "Failure to pay a building contractor may result in his leaning on you with this type of lien", "value": "$400", - "answer": "Mechanic\\'s lien", + "answer": "Mechanic's lien", "round": "Jeopardy!", "show_number": "3102", "fullAnswer": "Mechanic\\'s lien" @@ -87544,7 +83554,7 @@ "air_date": "1998-02-10", "question": "Sylvia's tub times", "value": "$200", - "answer": "Plath\\'s baths", + "answer": "Plath's baths", "round": "Double Jeopardy!", "show_number": "3102", "fullAnswer": "Plath\\'s baths" @@ -87584,7 +83594,7 @@ "air_date": "1998-02-10", "question": "\"Live And Let Die\"", "value": "$400", - "answer": "Wings & Guns N\\' Roses", + "answer": "Wings & Guns N' Roses", "round": "Double Jeopardy!", "show_number": "3102", "fullAnswer": "Wings & Guns N\\' Roses" @@ -87604,7 +83614,7 @@ "air_date": "1998-02-10", "question": "Ezra's Afghans", "value": "$400", - "answer": "Pound\\'s hounds", + "answer": "Pound's hounds", "round": "Double Jeopardy!", "show_number": "3102", "fullAnswer": "Pound\\'s hounds" @@ -87664,7 +83674,7 @@ "air_date": "1998-02-10", "question": "Alexander's expectations", "value": "$600", - "answer": "Pope\\'s hopes", + "answer": "Pope's hopes", "round": "Double Jeopardy!", "show_number": "3102", "fullAnswer": "Pope\\'s hopes" @@ -87724,7 +83734,7 @@ "air_date": "1998-02-10", "question": "William's anacondas", "value": "$800", - "answer": "Blake\\'s snakes", + "answer": "Blake's snakes", "round": "Double Jeopardy!", "show_number": "3102", "fullAnswer": "Blake\\'s snakes" @@ -87784,7 +83794,7 @@ "air_date": "1998-02-10", "question": "Sir Philip's renal organs", "value": "$1000", - "answer": "Sidney\\'s kidneys", + "answer": "Sidney's kidneys", "round": "Double Jeopardy!", "show_number": "3102", "fullAnswer": "Sidney\\'s kidneys" @@ -87934,7 +83944,7 @@ "air_date": "2008-02-12", "question": "Justin Timberlake had a rough day on this MTV show: phony \"tax agents\" said he owed $900,000 & raided his house", "value": "$600", - "answer": "Punk\\'d", + "answer": "Punk'd", "round": "Jeopardy!", "show_number": "5397", "fullAnswer": "Punk\\'d" @@ -88279,16 +84289,6 @@ "show_number": "5397", "fullAnswer": "daylight savings time" }, - { - "category": "BLACK HISTORY MONTH", - "air_date": "2008-02-12", - "question": "Edward & Burghardt were the middle names of this organizer of the NAACP", - "value": "$1600", - "answer": "Du Bois", - "round": "Double Jeopardy!", - "show_number": "5397", - "fullAnswer": "(W.E.B.) Du Bois" - }, { "category": "BALLS", "air_date": "2008-02-12", @@ -88334,7 +84334,7 @@ "air_date": "2008-02-12", "question": "The Battle of Castillon in 1453 was the last battle of this war that began back in 1337", "value": "$4,000", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Double Jeopardy!", "show_number": "5397", "fullAnswer": "the Hundred Years\\' War" @@ -88349,16 +84349,6 @@ "show_number": "5397", "fullAnswer": "Southern Christian Leadership Conference" }, - { - "category": "BALLS", - "air_date": "2008-02-12", - "question": "The ball & bat used in this sport are seen here", - "value": "$2000", - "answer": "cricket", - "round": "Double Jeopardy!", - "show_number": "5397", - "fullAnswer": "cricket" - }, { "category": "THE JEFFERSON ADMINISTRATION", "air_date": "2008-02-12", @@ -88519,16 +84509,6 @@ "show_number": "6293", "fullAnswer": "pasteurization" }, - { - "category": "& HONEY", - "air_date": "2012-01-18", - "question": "& Honey, if you get a chance, could you wash my favorite pants? You know, the ones named for that 19th century woman", - "value": "$400", - "answer": "bloomers", - "round": "Jeopardy!", - "show_number": "6293", - "fullAnswer": "bloomers" - }, { "category": "HISTORIC DATES", "air_date": "2012-01-18", @@ -88694,7 +84674,7 @@ "air_date": "2012-01-18", "question": "Mongolians cool off with airag, a slightly fermented version of this alliterative liquid", "value": "$2,200", - "answer": "mare\\'s milk", + "answer": "mare's milk", "round": "Jeopardy!", "show_number": "6293", "fullAnswer": "mare\\'s milk" @@ -88719,26 +84699,6 @@ "show_number": "6293", "fullAnswer": "primary" }, - { - "category": "SYMBOLOGY", - "air_date": "2012-01-18", - "question": "On a map", - "value": "$400", - "answer": "capital", - "round": "Double Jeopardy!", - "show_number": "6293", - "fullAnswer": "a capital" - }, - { - "category": "POP CULTURE", - "air_date": "2012-01-18", - "question": "He's the transatlantic TV, film & stand-up comic seen here", - "value": "$400", - "answer": "Ricky Gervais", - "round": "Double Jeopardy!", - "show_number": "6293", - "fullAnswer": "Ricky Gervais" - }, { "category": "MISCELLAN\"IUM\"", "air_date": "2012-01-18", @@ -88779,16 +84739,6 @@ "show_number": "6293", "fullAnswer": "aborigines" }, - { - "category": "SYMBOLOGY", - "air_date": "2012-01-18", - "question": "In math, this set", - "value": "$800", - "answer": "null set ", - "round": "Double Jeopardy!", - "show_number": "6293", - "fullAnswer": "the null set (or empty set)" - }, { "category": "POP CULTURE", "air_date": "2012-01-18", @@ -88839,16 +84789,6 @@ "show_number": "6293", "fullAnswer": "an initial" }, - { - "category": "SYMBOLOGY", - "air_date": "2012-01-18", - "question": "In a weather report (keep your response P.C.)", - "value": "$1200", - "answer": "partly cloudy", - "round": "Double Jeopardy!", - "show_number": "6293", - "fullAnswer": "partly cloudy" - }, { "category": "POP CULTURE", "air_date": "2012-01-18", @@ -88899,16 +84839,6 @@ "show_number": "6293", "fullAnswer": "foremost" }, - { - "category": "SYMBOLOGY", - "air_date": "2012-01-18", - "question": "In astrology", - "value": "$1600", - "answer": "Venus", - "round": "Double Jeopardy!", - "show_number": "6293", - "fullAnswer": "Venus" - }, { "category": "POP CULTURE", "air_date": "2012-01-18", @@ -88959,16 +84889,6 @@ "show_number": "6293", "fullAnswer": "an archetype" }, - { - "category": "SYMBOLOGY", - "air_date": "2012-01-18", - "question": "In particle physics", - "value": "$2000", - "answer": "alpha particle", - "round": "Double Jeopardy!", - "show_number": "6293", - "fullAnswer": "an alpha particle" - }, { "category": "POP CULTURE", "air_date": "2012-01-18", @@ -89319,16 +85239,6 @@ "show_number": "5624", "fullAnswer": "first violin" }, - { - "category": "BASIC SCIENCE", - "air_date": "2009-02-05", - "question": "(Sarah of the Clue Crew holds up a sugar cube.) At sea level, at 32 degrees Fahrenheit, 1 cubic centimeter of air, the size of a sugar cube, contains 45 billion billion of these, from the Latin for \"little mass\"", - "value": "$400", - "answer": "molecule", - "round": "Double Jeopardy!", - "show_number": "5624", - "fullAnswer": "a molecule" - }, { "category": "REAL TO REEL", "air_date": "2009-02-05", @@ -89359,16 +85269,6 @@ "show_number": "5624", "fullAnswer": "Urban Cowboy" }, - { - "category": "THERE ARE SOME STRINGS ATTACHED", - "air_date": "2009-02-05", - "question": "This instrument heard here reminds me of something; hmm...I'm starting to remember", - "value": "$400", - "answer": "harp", - "round": "Double Jeopardy!", - "show_number": "5624", - "fullAnswer": "a harp" - }, { "category": "COMMON ABBREVIATIONS", "air_date": "2009-02-05", @@ -89479,16 +85379,6 @@ "show_number": "5624", "fullAnswer": "Sitting Bull (College)" }, - { - "category": "THERE ARE SOME STRINGS ATTACHED", - "air_date": "2009-02-05", - "question": "George Harrison enjoyed this instrument seen here", - "value": "$1200", - "answer": "sitar", - "round": "Double Jeopardy!", - "show_number": "5624", - "fullAnswer": "a sitar" - }, { "category": "COMMON ABBREVIATIONS", "air_date": "2009-02-05", @@ -89559,16 +85449,6 @@ "show_number": "5624", "fullAnswer": "a private first class" }, - { - "category": "BASIC SCIENCE", - "air_date": "2009-02-05", - "question": "(Kelly of the Clue Crew shows a graph on the monitor.) Symbolized lambda, the total distance covered by one complete cycle of oscillation from peak to peak or trough to trough is called this", - "value": "$4,000", - "answer": "wavelength", - "round": "Double Jeopardy!", - "show_number": "5624", - "fullAnswer": "a wavelength" - }, { "category": "REAL TO REEL", "air_date": "2009-02-05", @@ -89599,16 +85479,6 @@ "show_number": "5624", "fullAnswer": "Durham" }, - { - "category": "THERE ARE SOME STRINGS ATTACHED", - "air_date": "2009-02-05", - "question": "It ain't slang for money, dough or cashola, but it is the instrument seen here", - "value": "$2000", - "answer": "lute", - "round": "Double Jeopardy!", - "show_number": "5624", - "fullAnswer": "a lute" - }, { "category": "COMMON ABBREVIATIONS", "air_date": "2009-02-05", @@ -89914,7 +85784,7 @@ "air_date": "1999-05-12", "question": "\"What An Appealing Young Lady\" can be translated to this title of a 1999 movie", "value": "$500", - "answer": "She\\'s All That", + "answer": "She's All That", "round": "Jeopardy!", "show_number": "3393", "fullAnswer": "She\\'s All That" @@ -90234,7 +86104,7 @@ "air_date": "1999-05-12", "question": "This book begins, \"All states and dominions which hold or have held mankind are either republics or monarchies\"", "value": null, - "answer": "\\The Prince\\ ", + "answer": "The Prince ", "round": "Final Jeopardy!", "show_number": "3393", "fullAnswer": "\\\"The Prince\\\" (by Machiavelli)" @@ -90264,7 +86134,7 @@ "air_date": "1999-06-03", "question": "1 of 2 \"dream\"y Top 20 songs recorded by Cass Elliott with The Mamas and The Papas", "value": "$100", - "answer": "California Dreamin\\' & Dream a Little Dream of Me", + "answer": "California Dreamin' & Dream a Little Dream of Me", "round": "Jeopardy!", "show_number": "3409", "fullAnswer": "\"California Dreamin\\'\" & \"Dream a Little Dream of Me\"" @@ -91364,7 +87234,7 @@ "air_date": "2002-10-04", "question": "This Thelonious Monk composition provided the title for a 1986 jazz film starring Dexter Gordon", "value": "$2000", - "answer": "\\'Round Midnight", + "answer": "'Round Midnight", "round": "Double Jeopardy!", "show_number": "4160", "fullAnswer": "\\'Round Midnight" @@ -91419,16 +87289,6 @@ "show_number": "4160", "fullAnswer": "James A. Garfield" }, - { - "category": "VIVA ANN-MARGRET!", - "air_date": "2001-09-04", - "question": "This 1963 film features Ann-Margret's unforgettable rendition of the following

\"I'll miss the way you smile /
As though it's just for me /
And each and every night /
I'll write you faithfully...\"
", - "value": "$100", - "answer": "Bye Bye Birdie", - "round": "Jeopardy!", - "show_number": "3907", - "fullAnswer": "Bye Bye Birdie" - }, { "category": "MORE POWER TO YOU", "air_date": "2001-09-04", @@ -91489,16 +87349,6 @@ "show_number": "3907", "fullAnswer": "John F. Kennedy" }, - { - "category": "MORE POWER TO YOU", - "air_date": "2001-09-04", - "question": "This type of plant seen here--controversial in the U.S.--provides about 3/4 of France's power", - "value": "$200", - "answer": "nuclear power plant", - "round": "Jeopardy!", - "show_number": "3907", - "fullAnswer": "a nuclear power plant" - }, { "category": "SMACK DAB IN THE MIDDLE", "air_date": "2001-09-04", @@ -91529,16 +87379,6 @@ "show_number": "3907", "fullAnswer": "phonics" }, - { - "category": "WORDS TO THE \"Y\"s", - "air_date": "2001-09-04", - "question": "It's the organ seen here", - "value": "$200", - "answer": "kidney", - "round": "Jeopardy!", - "show_number": "3907", - "fullAnswer": "a kidney" - }, { "category": "VIVA ANN-MARGRET!", "air_date": "2001-09-04", @@ -91599,16 +87439,6 @@ "show_number": "3907", "fullAnswer": "poultry" }, - { - "category": "VIVA ANN-MARGRET!", - "air_date": "2001-09-04", - "question": "Ann-Margret is touring in a 2001 revival of this musical about Chicken Ranch--a publicity photo is seen here", - "value": "$400", - "answer": "Best Little Whorehouse in Texas", - "round": "Jeopardy!", - "show_number": "3907", - "fullAnswer": "The Best Little Whorehouse in Texas" - }, { "category": "MORE POWER TO YOU", "air_date": "2001-09-04", @@ -91669,16 +87499,6 @@ "show_number": "3907", "fullAnswer": "Roger Smith" }, - { - "category": "MORE POWER TO YOU", - "air_date": "2001-09-04", - "question": "The name of this device that reduces voltage for home use is also the title of the album heard here

\"Satellite of love (hoo hoo) /
Satellite of love /
Satellite of love...\"
", - "value": "$500", - "answer": "transformer", - "round": "Jeopardy!", - "show_number": "3907", - "fullAnswer": "a transformer" - }, { "category": "SMACK DAB IN THE MIDDLE", "air_date": "2001-09-04", @@ -91879,16 +87699,6 @@ "show_number": "3907", "fullAnswer": "Customs" }, - { - "category": "DOUBLE-O WORDS", - "air_date": "2001-09-04", - "question": "(Well-known film critic Roger Ebert delivers the clue.) As the Movie Answerman I informed readers that \"A Bug's Life\" purposely created a \"reel\" of these comical errors", - "value": "$600", - "answer": "bloopers", - "round": "Double Jeopardy!", - "show_number": "3907", - "fullAnswer": "bloopers" - }, { "category": "IN A FESTIVAL MOOD", "air_date": "2001-09-04", @@ -91949,16 +87759,6 @@ "show_number": "3907", "fullAnswer": "German" }, - { - "category": "IN A FESTIVAL MOOD", - "air_date": "2001-09-04", - "question": "The festival of this type of boat, seen here, is a major Chinese holiday", - "value": "$1000", - "answer": "dragon boat", - "round": "Double Jeopardy!", - "show_number": "3907", - "fullAnswer": "a dragon boat" - }, { "category": "INITIALS M.D.", "air_date": "2001-09-04", @@ -91989,16 +87789,6 @@ "show_number": "3907", "fullAnswer": "the Bureau of Engraving & Printing" }, - { - "category": "DOUBLE-O WORDS", - "air_date": "2001-09-04", - "question": "It's the shy marsupial seen here", - "value": "$1000", - "answer": "bandicoot", - "round": "Double Jeopardy!", - "show_number": "3907", - "fullAnswer": "a bandicoot" - }, { "category": "NATIONAL ANTHEMS", "air_date": "2001-09-04", @@ -92279,16 +88069,6 @@ "show_number": "5153", "fullAnswer": "Mount Pelee" }, - { - "category": "MAYORS", - "air_date": "2007-01-24", - "question": "At age 31, though looking more like 13, this future presidential candidate was Cleveland's mayor", - "value": "$1000", - "answer": "Dennis Kucinich", - "round": "Jeopardy!", - "show_number": "5153", - "fullAnswer": "Dennis Kucinich" - }, { "category": "IT DON'T MEAN A \"THING\"", "air_date": "2007-01-24", @@ -92319,16 +88099,6 @@ "show_number": "5153", "fullAnswer": "Albee" }, - { - "category": "SCORING", - "air_date": "2007-01-24", - "question": "(Kelly of the Clue Crew indicates a bowling scorecard on the monitor.) In bowling, you score a spare by adding 10 to the number of pins knocked down in this", - "value": "$400", - "answer": "first ball of the next frame", - "round": "Double Jeopardy!", - "show_number": "5153", - "fullAnswer": "the first ball of the next frame" - }, { "category": "1807", "air_date": "2007-01-24", @@ -92434,21 +88204,11 @@ "air_date": "2007-01-24", "question": "In 1928 this playwright had a \"Strange Interlude\"", "value": "$1200", - "answer": "O\\'Neill", + "answer": "O'Neill", "round": "Double Jeopardy!", "show_number": "5153", "fullAnswer": "O\\'Neill" }, - { - "category": "SCORING", - "air_date": "2007-01-24", - "question": "(Jon of the Clue Crew indicates a baseball scorecard on the monitor.) In baseball, a player singled, stole second, went to third on an error by the second baseman, but was gunned down at home by this player", - "value": "$1200", - "answer": "right fielder", - "round": "Double Jeopardy!", - "show_number": "5153", - "fullAnswer": "the right fielder" - }, { "category": "1807", "air_date": "2007-01-24", @@ -92559,16 +88319,6 @@ "show_number": "5153", "fullAnswer": "(Thornton) Wilder" }, - { - "category": "SCORING", - "air_date": "2007-01-24", - "question": "(Jon indicates a tennis score on the monitor.) In scoring a tennis set, the number in parentheses means the losing player got just two points in this", - "value": "$2000", - "answer": "tiebreak", - "round": "Double Jeopardy!", - "show_number": "5153", - "fullAnswer": "the tiebreak" - }, { "category": "1807", "air_date": "2007-01-24", @@ -92579,16 +88329,6 @@ "show_number": "5153", "fullAnswer": "the Stuarts" }, - { - "category": "FOR THE BIRDS", - "air_date": "2007-01-24", - "question": "The Rainbow variety of this parakeet relative is seen here", - "value": "$2000", - "answer": "lorikeet", - "round": "Double Jeopardy!", - "show_number": "5153", - "fullAnswer": "a lorikeet" - }, { "category": "BACH IN THE SADDLE", "air_date": "2007-01-24", @@ -92944,7 +88684,7 @@ "air_date": "2001-03-23", "question": "With his new $88.5 million contract, this Laker said, \"I'm not really a big spender, I can get a lot of Krispy Kremes\"", "value": "$200", - "answer": "Shaquille O\\'Neal", + "answer": "Shaquille O'Neal", "round": "Double Jeopardy!", "show_number": "3820", "fullAnswer": "Shaquille O\\'Neal" @@ -93209,16 +88949,6 @@ "show_number": "3820", "fullAnswer": "Frequent flyer program" }, - { - "category": "THE CONGRESSIONAL BLACK CAUCUS", - "air_date": "2011-07-13", - "question": "A founders photo includes one representative who couldn't actually vote in Congress - Walter Fauntroy, the first elected delegate from here", - "value": "$200", - "answer": "Washington, D.C.", - "round": "Jeopardy!", - "show_number": "6193", - "fullAnswer": "Washington, D.C." - }, { "category": "ROCK OF STAGES", "air_date": "2011-07-13", @@ -93309,16 +89039,6 @@ "show_number": "6193", "fullAnswer": "the olfactory nerve" }, - { - "category": "DAN-O-MITE", - "air_date": "2011-07-13", - "question": "(Dan Patrick reads the clue.) When this Charger retired in 1988, he was one of only 3 quarterbacks to have racked up 40,000 passing yards", - "value": "$400", - "answer": "Dan Fouts", - "round": "Jeopardy!", - "show_number": "6193", - "fullAnswer": "Dan Fouts" - }, { "category": "\"SUPER\"", "air_date": "2011-07-13", @@ -93329,16 +89049,6 @@ "show_number": "6193", "fullAnswer": "superintendent" }, - { - "category": "THE CONGRESSIONAL BLACK CAUCUS", - "air_date": "2011-07-13", - "question": "The CBC led the push for the establishment of this federal holiday, signed into law by President Reagan in 1983", - "value": "$600", - "answer": "Martin Luther King Day", - "round": "Jeopardy!", - "show_number": "6193", - "fullAnswer": "Martin Luther King Day" - }, { "category": "ROCK OF STAGES", "air_date": "2011-07-13", @@ -93449,16 +89159,6 @@ "show_number": "6193", "fullAnswer": "superlative" }, - { - "category": "THE CONGRESSIONAL BLACK CAUCUS", - "air_date": "2011-07-13", - "question": "In 2011 this Georgia congressman, who was beaten on a 1965 civil rights march, received the Medal of Freedom", - "value": "$1000", - "answer": "John Lewis", - "round": "Jeopardy!", - "show_number": "6193", - "fullAnswer": "John Lewis" - }, { "category": "ROCK OF STAGES", "air_date": "2011-07-13", @@ -93499,16 +89199,6 @@ "show_number": "6193", "fullAnswer": "Chicago" }, - { - "category": "\"SUPER\"", - "air_date": "2011-07-13", - "question": "(Sarah of the Clue Crew demonstrates the clue with a plastic bottle of water.) Pure water can remain liquid below the freezing point because there are no impurities to form ice crystals around, a phenomenon called this. Motion causes bubbles, allowing the water to crystallize.", - "value": "$1000", - "answer": "supercooling", - "round": "Jeopardy!", - "show_number": "6193", - "fullAnswer": "supercooling" - }, { "category": "THE NEXT BIBLE BOOK AFTER...", "air_date": "2011-07-13", @@ -93714,7 +89404,7 @@ "air_date": "2011-07-13", "question": "2 of the \"Rude Mechanicals\" from this play are Tom Snout the Tinker & Nick Bottom the Weaver", "value": "$1600", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "6193", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -94264,7 +89954,7 @@ "air_date": "1997-03-12", "question": "Commercial cod fishing, long a mainstay of this Newfoundland capital, declined to almost nothing by 1990", "value": "$600", - "answer": "St. John\\'s", + "answer": "St. John's", "round": "Double Jeopardy!", "show_number": "2893", "fullAnswer": "St. John\\'s" @@ -95094,7 +90784,7 @@ "air_date": "2006-04-25", "question": "In 1792 Robert Thomas founded this almanac that contained useful weather info; the \"Old\" was added later", "value": "$400", - "answer": "Farmers\\' Almanac", + "answer": "Farmers' Almanac", "round": "Jeopardy!", "show_number": "4987", "fullAnswer": "The Farmers\\' Almanac" @@ -95279,16 +90969,6 @@ "show_number": "4987", "fullAnswer": "the Federalist Papers" }, - { - "category": "NFL COACHES", - "air_date": "2006-04-25", - "question": "He spent his entire 29-year NFL head coaching career with one team", - "value": "$1000", - "answer": "Tom Landry", - "round": "Jeopardy!", - "show_number": "4987", - "fullAnswer": "Tom Landry" - }, { "category": "LEGENDARY LEGENDS", "air_date": "2006-04-25", @@ -95374,7 +91054,7 @@ "air_date": "2006-04-25", "question": "Women have this piece of thyroid cartilage, too; it's just smaller than a man's & may be under more fat", "value": "$400", - "answer": "Adam\\'s apple", + "answer": "Adam's apple", "round": "Double Jeopardy!", "show_number": "4987", "fullAnswer": "an Adam\\'s apple" @@ -95569,16 +91249,6 @@ "show_number": "4987", "fullAnswer": "Lynch" }, - { - "category": "THE ROMANOV DYNASTY", - "air_date": "2006-04-25", - "question": "(Sarah of the Clue Crew reports from the Peterhof in St. Petersburg, Russia.) On August 12, 1904, Russia rejoiced when Empress Alexandra gave birth to this child, her only son, here on the estate at Peterhof", - "value": "$2000", - "answer": "Alexis", - "round": "Double Jeopardy!", - "show_number": "4987", - "fullAnswer": "Alexis" - }, { "category": "TONY WINNERS OF THE '50s", "air_date": "2006-04-25", @@ -95689,16 +91359,6 @@ "show_number": "5701", "fullAnswer": "\"hear no evil\"" }, - { - "category": "BEACH VOLLEYBALL", - "air_date": "2009-05-25", - "question": "(Jimmy of the Clue Crew reports from Hermosa Beach, CA.) It's part of a regulation match played to 21 or 15 points; it's also the word that comes between bump & spike", - "value": "$200", - "answer": "set", - "round": "Jeopardy!", - "show_number": "5701", - "fullAnswer": "set" - }, { "category": "NATIVE AMERICAN PLACE NAMES", "air_date": "2009-05-25", @@ -95749,16 +91409,6 @@ "show_number": "5701", "fullAnswer": "Thomas Paine" }, - { - "category": "BEACH VOLLEYBALL", - "air_date": "2009-05-25", - "question": "(Jimmy of the Clue Crew reports from Hermosa Beach, CA.) It's the lethal term for an attack that results in an immediate point or side-out; it can be a gentle dink as well as a dramatic spike", - "value": "$400", - "answer": "kill", - "round": "Jeopardy!", - "show_number": "5701", - "fullAnswer": "a kill" - }, { "category": "NATIVE AMERICAN PLACE NAMES", "air_date": "2009-05-25", @@ -95809,16 +91459,6 @@ "show_number": "5701", "fullAnswer": "Ruth Westheimer" }, - { - "category": "BEACH VOLLEYBALL", - "air_date": "2009-05-25", - "question": "(Kelly of the Clue Crew reports from Hermosa Beach, CA.) If you make this type of spectacular save, it might get ranked high on the web site with the same-sounding name", - "value": "$600", - "answer": "dig", - "round": "Jeopardy!", - "show_number": "5701", - "fullAnswer": "dig" - }, { "category": "NATIVE AMERICAN PLACE NAMES", "air_date": "2009-05-25", @@ -95869,16 +91509,6 @@ "show_number": "5701", "fullAnswer": "Don King" }, - { - "category": "BEACH VOLLEYBALL", - "air_date": "2009-05-25", - "question": "(Kelly of the Clue Crew reports from Hermosa Beach, CA.) A floater serve is hit with minimal spin so that it moves unpredictably on the same principle as this pitch in baseball", - "value": "$800", - "answer": "knuckleball", - "round": "Jeopardy!", - "show_number": "5701", - "fullAnswer": "a knuckleball" - }, { "category": "NATIVE AMERICAN PLACE NAMES", "air_date": "2009-05-25", @@ -95929,16 +91559,6 @@ "show_number": "5701", "fullAnswer": "Virginia Dare" }, - { - "category": "BEACH VOLLEYBALL", - "air_date": "2009-05-25", - "question": "(Jimmy of the Clue Crew reports from Hermosa Beach, CA.) A one-handed block is known by this word, after the way a movie king defended himself against airplanes", - "value": "$1000", - "answer": "kong", - "round": "Jeopardy!", - "show_number": "5701", - "fullAnswer": "a kong" - }, { "category": "NIGHT WATCH", "air_date": "2009-05-25", @@ -95964,21 +91584,11 @@ "air_date": "2009-05-25", "question": "George: \"It's very simple, Martha, this young man is working on a system whereby chromosomes can be altered\"", "value": "$400", - "answer": "Who\\'s Afraid of Virginia Woolf?", + "answer": "Who's Afraid of Virginia Woolf?", "round": "Double Jeopardy!", "show_number": "5701", "fullAnswer": "Who\\'s Afraid of Virginia Woolf?" }, - { - "category": "OUT IN THE STREET", - "air_date": "2009-05-25", - "question": "This street, seen here, was crossed on a 1969 album cover", - "value": "$400", - "answer": "Abbey Road", - "round": "Double Jeopardy!", - "show_number": "5701", - "fullAnswer": "Abbey Road" - }, { "category": "HEADLINES", "air_date": "2009-05-25", @@ -96029,16 +91639,6 @@ "show_number": "5701", "fullAnswer": "The Importance of Being Earnest" }, - { - "category": "OUT IN THE STREET", - "air_date": "2009-05-25", - "question": "This sign means there's a legal crossing for those going here", - "value": "$800", - "answer": "school", - "round": "Double Jeopardy!", - "show_number": "5701", - "fullAnswer": "school" - }, { "category": "HEADLINES", "air_date": "2009-05-25", @@ -96089,16 +91689,6 @@ "show_number": "5701", "fullAnswer": "Guys and Dolls" }, - { - "category": "OUT IN THE STREET", - "air_date": "2009-05-25", - "question": "You might see the sign here on your way to Samut Prakan in this country where elephants are a national symbol", - "value": "$1200", - "answer": "Thailand", - "round": "Double Jeopardy!", - "show_number": "5701", - "fullAnswer": "Thailand" - }, { "category": "HEADLINES", "air_date": "2009-05-25", @@ -96124,7 +91714,7 @@ "air_date": "2009-05-25", "question": "If you stay up really, really, late (like till 2061), you'll see this, named for the guy who identified it in 1705", "value": "$1600", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Double Jeopardy!", "show_number": "5701", "fullAnswer": "Halley\\'s Comet" @@ -96149,16 +91739,6 @@ "show_number": "5701", "fullAnswer": "Twelfth Night" }, - { - "category": "OUT IN THE STREET", - "air_date": "2009-05-25", - "question": "Bogie and Bacall are moseying over to protest hearings by the House committee on these in 1947", - "value": "$1600", - "answer": "Un-American Activities", - "round": "Double Jeopardy!", - "show_number": "5701", - "fullAnswer": "Un-American Activities" - }, { "category": "HEADLINES", "air_date": "2009-05-25", @@ -96209,16 +91789,6 @@ "show_number": "5701", "fullAnswer": "No Exit" }, - { - "category": "OUT IN THE STREET", - "air_date": "2009-05-25", - "question": "The crossing sign here is for this South American bird, not the actress who played Carla on \"Cheers\"", - "value": "$2000", - "answer": "rhea", - "round": "Double Jeopardy!", - "show_number": "5701", - "fullAnswer": "a rhea" - }, { "category": "HEADLINES", "air_date": "2009-05-25", @@ -96519,16 +92089,6 @@ "show_number": "5530", "fullAnswer": "Édith Piaf" }, - { - "category": "WHAT TO WEAR", - "air_date": "2008-09-26", - "question": "You might see celebrities Don or Beth in this style of shirt seen here", - "value": "$1000", - "answer": "Henley style", - "round": "Jeopardy!", - "show_number": "5530", - "fullAnswer": "a Henley style" - }, { "category": "B FOLLOWS A", "air_date": "2008-09-26", @@ -96609,16 +92169,6 @@ "show_number": "5530", "fullAnswer": "flowers" }, - { - "category": "NORTH AMERICAN GEOGRAPHY", - "air_date": "2008-09-26", - "question": "(Jimmy of the Clue Crew points out an area on a map.) It's North America's largest Pacific Coast island; the major city of the same name is not on it, but separated from it by straits", - "value": "$800", - "answer": "Vancouver", - "round": "Double Jeopardy!", - "show_number": "5530", - "fullAnswer": "Vancouver" - }, { "category": "MUSICAL INSTRUMENT MOVIES", "air_date": "2008-09-26", @@ -96659,16 +92209,6 @@ "show_number": "5530", "fullAnswer": "bring your own booze" }, - { - "category": "DOWN AT THE OLFACTORY", - "air_date": "2008-09-26", - "question": "(Alex delivers the clue from the Sensoji Temple in Tokyo, Japan.) At many Japanese temples like the very impressive Sensoji Temple, clouds of this, used for purification, fill the air", - "value": "$800", - "answer": "incense", - "round": "Double Jeopardy!", - "show_number": "5530", - "fullAnswer": "incense" - }, { "category": "NORTH AMERICAN GEOGRAPHY", "air_date": "2008-09-26", @@ -96729,16 +92269,6 @@ "show_number": "5530", "fullAnswer": "Sulfur" }, - { - "category": "NORTH AMERICAN GEOGRAPHY", - "air_date": "2008-09-26", - "question": "(Kelly of the Clue Crew points out a region on a map.) This region, whose name means it's at the foot of a mountain, is a plateau between the higher Appalachians and the lower Atlantic Coastal Plain", - "value": "$1,600", - "answer": "Piedmont", - "round": "Double Jeopardy!", - "show_number": "5530", - "fullAnswer": "Piedmont" - }, { "category": "MUSICAL INSTRUMENT MOVIES", "air_date": "2008-09-26", @@ -96859,16 +92389,6 @@ "show_number": "5530", "fullAnswer": "Henry VIII" }, - { - "category": "HOMELAND SECURITY", - "air_date": "2005-03-23", - "question": "(Sarah of the Clue Crew reports from JFK Airport in New York.) As in \"Maria Full of Grace\", the drug smugglers known by this animal term often run into trouble at U.S. airports", - "value": "$200", - "answer": "mule", - "round": "Jeopardy!", - "show_number": "4738", - "fullAnswer": "a mule" - }, { "category": "BOB DYLAN CHRONICLES", "air_date": "2005-03-23", @@ -96934,7 +92454,7 @@ "air_date": "2005-03-23", "question": "\"Come mothers and fathers throughout the land and don't criticize what you can't understand\"", "value": "$400", - "answer": "The Times They Are A-Changin\\'", + "answer": "The Times They Are A-Changin'", "round": "Jeopardy!", "show_number": "4738", "fullAnswer": "\"The Times They Are A-Changin\\'\"" @@ -96979,22 +92499,12 @@ "show_number": "4738", "fullAnswer": "GU" }, - { - "category": "HOMELAND SECURITY", - "air_date": "2005-03-23", - "question": "(Cheryl of the Clue Crew reports from JFK Airport in New York.) It's the \"I\" in ICE, the Homeland Security department that confiscated these drugs & money", - "value": "$600", - "answer": "Immigration", - "round": "Jeopardy!", - "show_number": "4738", - "fullAnswer": "Immigration" - }, { "category": "BOB DYLAN CHRONICLES", "air_date": "2005-03-23", "question": "\"I got a head full of ideas that are drivin' me insane. It's a shame the way she makes me scrub the floor\"", "value": "$600", - "answer": "Maggie\\'s Farm", + "answer": "Maggie's Farm", "round": "Jeopardy!", "show_number": "4738", "fullAnswer": "\"Maggie\\'s Farm\"" @@ -97099,16 +92609,6 @@ "show_number": "4738", "fullAnswer": "GATT" }, - { - "category": "HOMELAND SECURITY", - "air_date": "2005-03-23", - "question": "(Sarah of the Clue Crew reports from a metal detector at JFK Airport in New York.) A metal detector creates this type of field--if a sort of echo of the field comes back, metal must be present", - "value": "$1000", - "answer": "magnetic field", - "round": "Jeopardy!", - "show_number": "4738", - "fullAnswer": "a magnetic field" - }, { "category": "BOB DYLAN CHRONICLES", "air_date": "2005-03-23", @@ -97159,16 +92659,6 @@ "show_number": "4738", "fullAnswer": "BAFTA" }, - { - "category": "NATURE POETRY", - "air_date": "2005-03-23", - "question": "Edna St. Vincent Millay began a sonnet \"Thou art not lovelier than\" this flower", - "value": "$400", - "answer": "lilac", - "round": "Double Jeopardy!", - "show_number": "4738", - "fullAnswer": "a lilac" - }, { "category": "BRUCE ALMIGHTY", "air_date": "2005-03-23", @@ -97214,21 +92704,11 @@ "air_date": "2005-03-23", "question": "2-word term for a pointless task performed for no good reason", "value": "$400", - "answer": "fool\\'s errand", + "answer": "fool's errand", "round": "Double Jeopardy!", "show_number": "4738", "fullAnswer": "a fool\\'s errand" }, - { - "category": "NATURE POETRY", - "air_date": "2005-03-23", - "question": "Around 1804, this poet wrote of being lonely until he saw a mess of flowers like those shown", - "value": "$800", - "answer": "Wordsworth", - "round": "Double Jeopardy!", - "show_number": "4738", - "fullAnswer": "Wordsworth" - }, { "category": "BRUCE ALMIGHTY", "air_date": "2005-03-23", @@ -97279,16 +92759,6 @@ "show_number": "4738", "fullAnswer": "foolproof" }, - { - "category": "NATURE POETRY", - "air_date": "2005-03-23", - "question": "One of Robinson Jeffers' most famous poems is about a hurt one of these birds", - "value": "$1200", - "answer": "hawk", - "round": "Double Jeopardy!", - "show_number": "4738", - "fullAnswer": "a hawk" - }, { "category": "BRUCE ALMIGHTY", "air_date": "2005-03-23", @@ -97309,16 +92779,6 @@ "show_number": "4738", "fullAnswer": "Aaron Burr" }, - { - "category": "ROLL OVER, BEETHOVEN", - "air_date": "2005-03-23", - "question": "It's the popular name of the piece heard here", - "value": "$1200", - "answer": "The Moonlight Sonata", - "round": "Double Jeopardy!", - "show_number": "4738", - "fullAnswer": "\"The Moonlight Sonata\"" - }, { "category": "MR. TEA", "air_date": "2005-03-23", @@ -97339,16 +92799,6 @@ "show_number": "4738", "fullAnswer": "Ship of Fools" }, - { - "category": "NATURE POETRY", - "air_date": "2005-03-23", - "question": "Keats called its song \"thy plaintive anthem\"", - "value": "$1600", - "answer": "nightingale", - "round": "Double Jeopardy!", - "show_number": "4738", - "fullAnswer": "a nightingale" - }, { "category": "BRUCE ALMIGHTY", "air_date": "2005-03-23", @@ -97389,26 +92839,6 @@ "show_number": "4738", "fullAnswer": "Peter Stuyvesant" }, - { - "category": "I PITY THE \"FOOL\"", - "air_date": "2005-03-23", - "question": "Found at fool.com, it's the Gardner brothers' online investment guide", - "value": "$1600", - "answer": "Motley Fool", - "round": "Double Jeopardy!", - "show_number": "4738", - "fullAnswer": "The Motley Fool" - }, - { - "category": "NATURE POETRY", - "air_date": "2005-03-23", - "question": "A.E. Housman, \"loveliest of trees,\" this now \"is hung with bloom along the bow\"", - "value": "$2000", - "answer": "cherry tree", - "round": "Double Jeopardy!", - "show_number": "4738", - "fullAnswer": "a cherry tree" - }, { "category": "BRUCE ALMIGHTY", "air_date": "2005-03-23", @@ -97454,7 +92884,7 @@ "air_date": "2005-03-23", "question": "Senior citizens might object to this proverb popularized by John Lyly in the play \"Mother Bombie\"", "value": "$2000", - "answer": "There\\'s no fool like an old fool", + "answer": "There's no fool like an old fool", "round": "Double Jeopardy!", "show_number": "4738", "fullAnswer": "There\\'s no fool like an old fool" @@ -98109,16 +93539,6 @@ "show_number": "4550", "fullAnswer": "a hot dog" }, - { - "category": "NEWSMAKERS", - "air_date": "2004-05-21", - "question": "This man's been on the job 30 years", - "value": "$200", - "answer": "William Rehnquist", - "round": "Jeopardy!", - "show_number": "4550", - "fullAnswer": "William Rehnquist" - }, { "category": "GUINNESS RECORDS", "air_date": "2004-05-21", @@ -98169,16 +93589,6 @@ "show_number": "4550", "fullAnswer": "Vermont" }, - { - "category": "NEWSMAKERS", - "air_date": "2004-05-21", - "question": "He doffed his military togs for his political aspirations", - "value": "$400", - "answer": "Wesley Clark", - "round": "Jeopardy!", - "show_number": "4550", - "fullAnswer": "(General) Wesley Clark" - }, { "category": "GUINNESS RECORDS", "air_date": "2004-05-21", @@ -98209,16 +93619,6 @@ "show_number": "4550", "fullAnswer": "Virginia" }, - { - "category": "NYC MUSIC HISTORY", - "air_date": "2004-05-21", - "question": "(Cheryl of the Clue Crew reports from a street corner in the Bronx, New York.) The Belmonts, named for the Belmont area of the Bronx, sang in this style, the street version of a cappella", - "value": "$600", - "answer": "doo wop", - "round": "Jeopardy!", - "show_number": "4550", - "fullAnswer": "doo wop" - }, { "category": "LUNCH COUNTER LINGO", "air_date": "2004-05-21", @@ -98229,16 +93629,6 @@ "show_number": "4550", "fullAnswer": "water" }, - { - "category": "NEWSMAKERS", - "air_date": "2004-05-21", - "question": "The 2003 war in Iraq strained relations between this man's government and the United States", - "value": "$600", - "answer": "Jacques Chirac", - "round": "Jeopardy!", - "show_number": "4550", - "fullAnswer": "Jacques Chirac" - }, { "category": "GUINNESS RECORDS", "air_date": "2004-05-21", @@ -98289,16 +93679,6 @@ "show_number": "4550", "fullAnswer": "a banana split" }, - { - "category": "NEWSMAKERS", - "air_date": "2004-05-21", - "question": "This man was elected to his important post in 1997", - "value": "$800", - "answer": "Kofi Annan", - "round": "Jeopardy!", - "show_number": "4550", - "fullAnswer": "Kofi Annan" - }, { "category": "GUINNESS RECORDS", "air_date": "2004-05-21", @@ -98339,26 +93719,6 @@ "show_number": "4550", "fullAnswer": "the Fillmore East" }, - { - "category": "LUNCH COUNTER LINGO", - "air_date": "2004-05-21", - "question": "(Hi, I'm Joe Theismann.) My column for espn.com is called this, slang for a serving of coffee", - "value": "$1000", - "answer": "Cup O\\' Joe", - "round": "Jeopardy!", - "show_number": "4550", - "fullAnswer": "Cup O\\' Joe" - }, - { - "category": "NEWSMAKERS", - "air_date": "2004-05-21", - "question": "This political pundit & independent candidate for California governor is seen here", - "value": "$1000", - "answer": "Arianna Huffington", - "round": "Jeopardy!", - "show_number": "4550", - "fullAnswer": "Arianna Huffington" - }, { "category": "GUINNESS RECORDS", "air_date": "2004-05-21", @@ -98544,7 +93904,7 @@ "air_date": "2004-05-21", "question": "She called her New Mexico home, where she spent the last half century of her life, Ghost Ranch", "value": "$1200", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Double Jeopardy!", "show_number": "4550", "fullAnswer": "Georgia O\\'Keeffe" @@ -98859,16 +94219,6 @@ "show_number": "3130", "fullAnswer": "Punky Brewster" }, - { - "category": "SATURDAY AFTERNOON AT THE MOVIES", - "air_date": "1998-03-20", - "question": "In serials from the '30s & '40s, Charles Middleton played this evil emperor seen here:

\"The expedition must be destroyed, with two exceptions: Zarkov and Flash Gordon. As a prisoner, Zarkov will be of great use to me in my conquest of the universe.\"", - "value": "$500", - "answer": "Ming the Merciless", - "round": "Jeopardy!", - "show_number": "3130", - "fullAnswer": "Ming the Merciless" - }, { "category": "THE SATURDAY EVENING POST", "air_date": "1998-03-20", @@ -98889,16 +94239,6 @@ "show_number": "3130", "fullAnswer": "Munich" }, - { - "category": "THE SEVENTH-DAY ADVENTISTS", - "air_date": "1998-03-20", - "question": "Heard here, he left rock 'n' roll in 1957 to be ordained a Seventh-Day Adventist minister:

\"Womp-bomp-a-loom-op-a-womp-bomp-bomp! Tutti frutti, all rooty! Tutti frutti, all rooty!\"", - "value": "$400", - "answer": "Little Richard", - "round": "Jeopardy!", - "show_number": "3130", - "fullAnswer": "Little Richard" - }, { "category": "\"TOMORROW\"", "air_date": "1998-03-20", @@ -99079,16 +94419,6 @@ "show_number": "3130", "fullAnswer": "Pat Garrett" }, - { - "category": "CALIFORNIA HERE I COME FILMS", - "air_date": "1998-03-20", - "question": "Family that's California bound in the clip seen here:

\"Think it'll hold?\"", - "value": "$3,000", - "answer": "Joad Family", - "round": "Double Jeopardy!", - "show_number": "3130", - "fullAnswer": "the Joad Family" - }, { "category": "CITY FOLK", "air_date": "1998-03-20", @@ -99254,7 +94584,7 @@ "air_date": "2000-01-19", "question": "As a youth, this \"Iceman Cometh\" dramatist prospected for gold in Honduras", "value": "$100", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Jeopardy!", "show_number": "3543", "fullAnswer": "Eugene O\\'Neill" @@ -99264,7 +94594,7 @@ "air_date": "2000-01-19", "question": "In 1986 this company introduced its Dockers line of men's casual wear", "value": "$100", - "answer": "Levi\\'s", + "answer": "Levi's", "round": "Jeopardy!", "show_number": "3543", "fullAnswer": "Levi\\'s" @@ -100394,7 +95724,7 @@ "air_date": "2002-10-29", "question": "The Beatles' 1967 album that was a 2001 WWII miniseries on HBO", "value": "$1600", - "answer": "Sgt. Pepper\\'s Lonely Hearts Club Band of Brothers", + "answer": "Sgt. Pepper's Lonely Hearts Club Band of Brothers", "round": "Double Jeopardy!", "show_number": "4177", "fullAnswer": "Sgt. Pepper\\'s Lonely Hearts Club Band of Brothers" @@ -100759,16 +96089,6 @@ "show_number": "6159", "fullAnswer": "Mojave" }, - { - "category": "3-LETTER THE BETTER", - "air_date": "2011-05-26", - "question": "It's the plant seen here; Don Draper favors one of its products", - "value": "$1000", - "answer": "rye", - "round": "Jeopardy!", - "show_number": "6159", - "fullAnswer": "rye" - }, { "category": "\"G\"ARDEN GLOSSARY", "air_date": "2011-05-26", @@ -101009,16 +96329,6 @@ "show_number": "6159", "fullAnswer": "rho" }, - { - "category": "\"G\"ARDEN GLOSSARY", - "air_date": "2011-05-26", - "question": "(Jimmy of the Clue Crew shows some plants on the monitor.) Most plant shoots have a tendency to grow towards the sun, which is called phototropism; if roots grew that way, they'd shrivel up & die, so they grow into the earth, displaying this other -ism", - "value": "$2000", - "answer": "geotropism", - "round": "Double Jeopardy!", - "show_number": "6159", - "fullAnswer": "geotropism" - }, { "category": "TURN OF THE CENTURY MOVIES", "air_date": "2011-05-26", @@ -101259,16 +96569,6 @@ "show_number": "5825", "fullAnswer": "neat" }, - { - "category": "THE NEW TESTAMENT", - "air_date": "2010-01-01", - "question": "(Sarah of the Clue Crew shows a map on the monitor.) On his fourth and final missionary journey, Saint Paul sailed from Caesarea to Crete & was then shipwrecked on this island the Bible calls Melita", - "value": "$800", - "answer": "Malta", - "round": "Jeopardy!", - "show_number": "5825", - "fullAnswer": "Malta" - }, { "category": "NAME THE FILM", "air_date": "2010-01-01", @@ -101689,22 +96989,12 @@ "show_number": "5825", "fullAnswer": "Pearl Harbor" }, - { - "category": "THE WORLD OF MR. BURNS", - "air_date": "2008-03-10", - "question": "I've said it before: \"Family. Religion. Friendship. These are 3 demons you must slay if you wish to succeed in\" this", - "value": "$200", - "answer": "business", - "round": "Jeopardy!", - "show_number": "5416", - "fullAnswer": "business" - }, { "category": "RELIGIOUS RHYME TIME", "air_date": "2008-03-10", "question": "Pontiff's cleansing agents", "value": "$200", - "answer": "Pope\\'s soaps", + "answer": "Pope's soaps", "round": "Jeopardy!", "show_number": "5416", "fullAnswer": "the Pope\\'s soaps" @@ -101714,7 +97004,7 @@ "air_date": "2008-03-10", "question": "The leaf design on Godiva's Autant chocolates is a stylized version of a feather on this \"Gone With the Wind\" heroine's hat", "value": "$200", - "answer": "Scarlett O\\'Hara", + "answer": "Scarlett O'Hara", "round": "Jeopardy!", "show_number": "5416", "fullAnswer": "Scarlett O\\'Hara" @@ -101749,16 +97039,6 @@ "show_number": "5416", "fullAnswer": "a volcano" }, - { - "category": "THE WORLD OF MR. BURNS", - "air_date": "2008-03-10", - "question": "...A 2-seat escape pod at the nuclear plant; this man believes it's for him,...he's wrong; I just like to put my feet up", - "value": "$400", - "answer": "Smithers", - "round": "Jeopardy!", - "show_number": "5416", - "fullAnswer": "Smithers" - }, { "category": "RELIGIOUS RHYME TIME", "air_date": "2008-03-10", @@ -101809,22 +97089,12 @@ "show_number": "5416", "fullAnswer": "Columbus" }, - { - "category": "THE WORLD OF MR. BURNS", - "air_date": "2008-03-10", - "question": "For me, this number is naught naught naught, naught naught, naught naught naught 2; curse you, Roosevelt!", - "value": "$600", - "answer": "social security number", - "round": "Jeopardy!", - "show_number": "5416", - "fullAnswer": "social security number" - }, { "category": "RELIGIOUS RHYME TIME", "air_date": "2008-03-10", "question": "Society of Friends' parcels of land", "value": "$600", - "answer": "Quakers\\' acres", + "answer": "Quakers' acres", "round": "Jeopardy!", "show_number": "5416", "fullAnswer": "Quakers\\' acres" @@ -101869,16 +97139,6 @@ "show_number": "5416", "fullAnswer": "a telescope" }, - { - "category": "THE WORLD OF MR. BURNS", - "air_date": "2008-03-10", - "question": "After a near-un-requested fission surplus, I said Homer \"turned a potential Chernobyl into a mere\" this Pennsylvania place", - "value": "$800", - "answer": "Three Mile Island", - "round": "Jeopardy!", - "show_number": "5416", - "fullAnswer": "Three Mile Island" - }, { "category": "RELIGIOUS RHYME TIME", "air_date": "2008-03-10", @@ -101929,16 +97189,6 @@ "show_number": "5416", "fullAnswer": "Franco" }, - { - "category": "THE WORLD OF MR. BURNS", - "air_date": "2008-03-10", - "question": "My mother's sordid affair with this president & later, Chief Justice of the United States, still rankles", - "value": "$1000", - "answer": "Taft", - "round": "Jeopardy!", - "show_number": "5416", - "fullAnswer": "Taft" - }, { "category": "RELIGIOUS RHYME TIME", "air_date": "2008-03-10", @@ -102009,16 +97259,6 @@ "show_number": "5416", "fullAnswer": "Clark Kent" }, - { - "category": "LET'S PLAY BLACKJACK", - "air_date": "2008-03-10", - "question": "(Cheryl of the Clue Crew sits at a Las Vegas blackjack table with Sarah.) To ask the dealer for another card, I can gesture or say this traditional 2-word phrase", - "value": "$400", - "answer": "hit me", - "round": "Double Jeopardy!", - "show_number": "5416", - "fullAnswer": "hit me" - }, { "category": "WOMEN'S FIRSTS", "air_date": "2008-03-10", @@ -102129,16 +97369,6 @@ "show_number": "5416", "fullAnswer": "Dick Grayson" }, - { - "category": "LET'S PLAY BLACKJACK", - "air_date": "2008-03-10", - "question": "(Sarah of the Clue Crew takes her turn reading the clue.) When you get a pair of 8's, it's recommended you do this, giving yourself a chance at 2 winning hands", - "value": "$1200", - "answer": "splitting", - "round": "Double Jeopardy!", - "show_number": "5416", - "fullAnswer": "splitting" - }, { "category": "WOMEN'S FIRSTS", "air_date": "2008-03-10", @@ -102249,16 +97479,6 @@ "show_number": "5416", "fullAnswer": "Don Diego de la Vega" }, - { - "category": "LET'S PLAY BLACKJACK", - "air_date": "2008-03-10", - "question": "(Sarah reads the last clue.) Since my first 2 cards are an ace & 6, I have this type of 17 and will draw at least one more card", - "value": "$2000", - "answer": "soft", - "round": "Double Jeopardy!", - "show_number": "5416", - "fullAnswer": "soft" - }, { "category": "WOMEN'S FIRSTS", "air_date": "2008-03-10", @@ -103019,16 +98239,6 @@ "show_number": "3014", "fullAnswer": "Casablanca" }, - { - "category": "TV TWINS", - "air_date": "1997-10-09", - "question": "(Hi, I'm Tia & Tamara Mowry.) Patty Duke played identical cousins on \"The Patty Duke Show\" & Sheryl Lee did it on this appropriately named series", - "value": "$500", - "answer": "Twin Peaks", - "round": "Jeopardy!", - "show_number": "3014", - "fullAnswer": "Twin Peaks" - }, { "category": "HEY, WHAT'S COOKING", "air_date": "1997-10-09", @@ -103824,7 +99034,7 @@ "air_date": "2009-02-04", "question": "O'Neill was furious when this 18-year-old daughter of his married 54-year-old Charlie Chaplin", "value": "$800", - "answer": "Oona O\\'Neill", + "answer": "Oona O'Neill", "round": "Double Jeopardy!", "show_number": "5623", "fullAnswer": "Oona O\\'Neill" @@ -103909,16 +99119,6 @@ "show_number": "5623", "fullAnswer": "Portugal" }, - { - "category": "AH, WILDERNESS!", - "air_date": "2009-02-04", - "question": "(Kelly of the Clue Crew shows an animation on the monitor.) During rainstorms, forest floors can hold as much as five times their weight in water; the trees' roots hold the saturated soil in place, controlling this", - "value": "$1200", - "answer": "erosion", - "round": "Double Jeopardy!", - "show_number": "5623", - "fullAnswer": "erosion" - }, { "category": "MORE STATELY MANSIONS", "air_date": "2009-02-04", @@ -104149,16 +99349,6 @@ "show_number": "4122", "fullAnswer": "aircraft" }, - { - "category": "THE 2001 WORLD SERIES", - "air_date": "2002-07-02", - "question": "(Sarah of the Clue Crew stands in the stands at Bank One Ballpark in Phoenix.) Game 5 of the 2001 World Series was the first Major League game to be played in this month", - "value": "$400", - "answer": "November", - "round": "Jeopardy!", - "show_number": "4122", - "fullAnswer": "November" - }, { "category": "ORCHESTRAS", "air_date": "2002-07-02", @@ -104199,16 +99389,6 @@ "show_number": "4122", "fullAnswer": "time" }, - { - "category": "MAPMAKING", - "air_date": "2002-07-02", - "question": "The symbol seen here represents one of these; the Khyber & Donner are 2 of the most famous", - "value": "$600", - "answer": "passes", - "round": "Jeopardy!", - "show_number": "4122", - "fullAnswer": "passes" - }, { "category": "THE 2001 WORLD SERIES", "air_date": "2002-07-02", @@ -104229,16 +99409,6 @@ "show_number": "4122", "fullAnswer": "Berlin" }, - { - "category": "FROM FRANCE", - "air_date": "2002-07-02", - "question": "This figure seen here has an inflated sense of his own importance", - "value": "$600", - "answer": "Michelin Man", - "round": "Jeopardy!", - "show_number": "4122", - "fullAnswer": "the Michelin Man" - }, { "category": "BIRD VERBS", "air_date": "2002-07-02", @@ -104329,16 +99499,6 @@ "show_number": "4122", "fullAnswer": "a projection" }, - { - "category": "THE 2001 WORLD SERIES", - "air_date": "2002-07-02", - "question": "(Sarah of the Clue Crew steps up to the plate & takes a swing at Bank One Ballpark.) In Game 7 of the 2001 World Series this player called \"Gonzo\" stood here & delivered the championship hit", - "value": "$1000", - "answer": "Luis Gonzalez", - "round": "Jeopardy!", - "show_number": "4122", - "fullAnswer": "Luis Gonzalez" - }, { "category": "ORCHESTRAS", "air_date": "2002-07-02", @@ -104429,16 +99589,6 @@ "show_number": "4122", "fullAnswer": "ZIP code" }, - { - "category": "THE SOUTH PACIFIC", - "air_date": "2002-07-02", - "question": "(Jeff Probst delivers the clue from Nuku Hiva.) Born in Paris, this artist lived in Peru as a child & died in the Marquesas Islands in 1903", - "value": "$800", - "answer": "Gauguin", - "round": "Double Jeopardy!", - "show_number": "4122", - "fullAnswer": "(Paul) Gauguin" - }, { "category": "A PINT OF ALEC GUINNESS", "air_date": "2002-07-02", @@ -104549,16 +99699,6 @@ "show_number": "4122", "fullAnswer": "the Zulus" }, - { - "category": "THE SOUTH PACIFIC", - "air_date": "2002-07-02", - "question": "(Jeff Probst delivers the clue.) This author visited the Typee Valley on Nuku Hiva & his 1846 \"Peep at Polynesian Life\" is set here", - "value": "$2,000", - "answer": "Herman Melville", - "round": "Double Jeopardy!", - "show_number": "4122", - "fullAnswer": "Herman Melville" - }, { "category": "A PINT OF ALEC GUINNESS", "air_date": "2002-07-02", @@ -104659,16 +99799,6 @@ "show_number": "4122", "fullAnswer": "(William S.) Burroughs" }, - { - "category": "CATCHING SOME \"Z\"s", - "air_date": "2002-07-02", - "question": "This domesticated critter seen here has a dewlap & it do lap up lots of water when it gets thirsty", - "value": "$2000", - "answer": "zebu", - "round": "Double Jeopardy!", - "show_number": "4122", - "fullAnswer": "the zebu" - }, { "category": "1980s BUSINESS", "air_date": "2002-07-02", @@ -104819,16 +99949,6 @@ "show_number": "6029", "fullAnswer": "fire" }, - { - "category": "THE OFFICE WORKOUT", - "air_date": "2010-11-25", - "question": "(Kelly of the Clue Crew demonstrates an office exercise.) With water bottles, you can tone these muscles in the front of the upper arms", - "value": "$600", - "answer": "biceps", - "round": "Jeopardy!", - "show_number": "6029", - "fullAnswer": "the biceps" - }, { "category": "THE PRINCESS BRIDE", "air_date": "2010-11-25", @@ -104939,16 +100059,6 @@ "show_number": "6029", "fullAnswer": "(Elia) Kazan" }, - { - "category": "THE OFFICE WORKOUT", - "air_date": "2010-11-25", - "question": "(Kelly of the Clue Crew demonstrates an office exercise.) It may not look like much, but pressing down on a desk for several seconds and holding is this type of static exercise, which increases muscle strength", - "value": "$1000", - "answer": "isometric", - "round": "Jeopardy!", - "show_number": "6029", - "fullAnswer": "isometric" - }, { "category": "THE PRINCESS BRIDE", "air_date": "2010-11-25", @@ -105014,7 +100124,7 @@ "air_date": "2010-11-25", "question": "It's the largest Gothic-style Catholic church in the United States", "value": "$400", - "answer": "St. Patrick\\'s cathedral", + "answer": "St. Patrick's cathedral", "round": "Double Jeopardy!", "show_number": "6029", "fullAnswer": "St. Patrick\\'s cathedral" @@ -105254,7 +100364,7 @@ "air_date": "2010-11-25", "question": "Author of the swashbuckling naval adventure novel \"Master & Commander\"", "value": "$2000", - "answer": "Patrick O\\'Brian", + "answer": "Patrick O'Brian", "round": "Double Jeopardy!", "show_number": "6029", "fullAnswer": "Patrick O\\'Brian" @@ -105264,7 +100374,7 @@ "air_date": "2010-11-25", "question": "This chalky white \"infantile\" flower used in bouquets is from the genus Gypsophila, which means \"lover of chalk\"", "value": "$2000", - "answer": "baby\\'s breath", + "answer": "baby's breath", "round": "Double Jeopardy!", "show_number": "6029", "fullAnswer": "baby\\'s breath" @@ -105579,16 +100689,6 @@ "show_number": "5281", "fullAnswer": "George W. Bush" }, - { - "category": "GIVE ME A \"K\"!", - "air_date": "2007-07-23", - "question": "The colors of Hawaii Pacific University are Columbia blue and this shade of green", - "value": "$1000", - "answer": "kelly", - "round": "Jeopardy!", - "show_number": "5281", - "fullAnswer": "kelly" - }, { "category": "MYTHS & LEGENDS", "air_date": "2007-07-23", @@ -105944,7 +101044,7 @@ "air_date": "2006-02-10", "question": "In 1984 this chain sold its 50 billionth hamburger & opened in Finland & Taiwan", "value": "$200", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "4935", "fullAnswer": "McDonald\\'s" @@ -106094,7 +101194,7 @@ "air_date": "2006-02-10", "question": "Dax Shepard,
Al Shearer,
Ashton Kutcher", "value": "$800", - "answer": "Punk\\'d", + "answer": "Punk'd", "round": "Jeopardy!", "show_number": "4935", "fullAnswer": "Punk\\'d" @@ -106129,16 +101229,6 @@ "show_number": "4935", "fullAnswer": "Kodak" }, - { - "category": "\"YO\" !", - "air_date": "2006-02-10", - "question": "It's the nighttime \"preyer\" heard here", - "value": "$800", - "answer": "coyote", - "round": "Jeopardy!", - "show_number": "4935", - "fullAnswer": "a coyote" - }, { "category": "LITERARY CHARACTERS", "air_date": "2006-02-10", @@ -106179,16 +101269,6 @@ "show_number": "4935", "fullAnswer": "Trotsky" }, - { - "category": "AMERICAN PRODUCTS ABROAD", - "air_date": "2006-02-10", - "question": "(Sarah of the Clue Crew reports from a marketplace in Moscow, Russia.) This 150-year-old San Francisco brand used to be a coveted black market item here in Russia; now it's commonplace", - "value": "$1000", - "answer": "Levi Strauss", - "round": "Jeopardy!", - "show_number": "4935", - "fullAnswer": "Levi Strauss" - }, { "category": "\"YO\" !", "air_date": "2006-02-10", @@ -106259,16 +101339,6 @@ "show_number": "4935", "fullAnswer": "videocassette" }, - { - "category": "A YOUNG PERSON'S GUIDE TO ART", - "air_date": "2006-02-10", - "question": "From about 1305, the work seen here is one of Italy's first great masterpieces in this, a type of mural painting", - "value": "$800", - "answer": "fresco", - "round": "Double Jeopardy!", - "show_number": "4935", - "fullAnswer": "fresco" - }, { "category": "BOWLING FOR DOLLARS", "air_date": "2006-02-10", @@ -106379,16 +101449,6 @@ "show_number": "4935", "fullAnswer": "procrastinate" }, - { - "category": "A YOUNG PERSON'S GUIDE TO ART", - "air_date": "2006-02-10", - "question": "An iconic work showing the American frontier as Bingham's these \"Traders Descending the Missouri\"", - "value": "$1600", - "answer": "fur traders", - "round": "Double Jeopardy!", - "show_number": "4935", - "fullAnswer": "fur traders" - }, { "category": "BOWLING FOR DOLLARS", "air_date": "2006-02-10", @@ -107759,16 +102819,6 @@ "show_number": "5437", "fullAnswer": "apothecary" }, - { - "category": "FAMOUS COMEDY TEAMS", - "air_date": "2008-04-08", - "question": "George & Gracie", - "value": "$400", - "answer": "Burns & Allen", - "round": "Jeopardy!", - "show_number": "5437", - "fullAnswer": "Burns & Allen" - }, { "category": "A HOST OF GHOSTS", "air_date": "2008-04-08", @@ -107839,16 +102889,6 @@ "show_number": "5437", "fullAnswer": "Beloved" }, - { - "category": "NOTABLE WOMEN", - "air_date": "2008-04-08", - "question": "This Vietnam Veterans Memorial designer was the subject of an Oscar-winning documentary", - "value": "$600", - "answer": "Lin", - "round": "Jeopardy!", - "show_number": "5437", - "fullAnswer": "(Maya) Lin" - }, { "category": "VIRGINIA", "air_date": "2008-04-08", @@ -107879,16 +102919,6 @@ "show_number": "5437", "fullAnswer": "Orlando" }, - { - "category": "FAMOUS COMEDY TEAMS", - "air_date": "2008-04-08", - "question": "Edgar & Charlie", - "value": "$800", - "answer": "Edgar Bergen & Charlie McCarthy", - "round": "Jeopardy!", - "show_number": "5437", - "fullAnswer": "Edgar Bergen & Charlie McCarthy" - }, { "category": "A HOST OF GHOSTS", "air_date": "2008-04-08", @@ -107899,26 +102929,6 @@ "show_number": "5437", "fullAnswer": "(Samuel) Johnson" }, - { - "category": "NOTABLE WOMEN", - "air_date": "2008-04-08", - "question": "This relative of a famed film director began choreographing for the Ballet Theatre before it was \"American\"", - "value": "$800", - "answer": "Agnes de Mille", - "round": "Jeopardy!", - "show_number": "5437", - "fullAnswer": "Agnes de Mille" - }, - { - "category": "VIRGINIA", - "air_date": "2008-04-08", - "question": "Called the Eastern Shore, Virginia's part of the Delmarva Peninsula is split from the mainland by this bay", - "value": "$800", - "answer": "Chesapeake", - "round": "Jeopardy!", - "show_number": "5437", - "fullAnswer": "the Chesapeake" - }, { "category": "THE \"OLD\" DOMINION", "air_date": "2008-04-08", @@ -107989,16 +102999,6 @@ "show_number": "5437", "fullAnswer": "Moldova" }, - { - "category": "THE GERALD R. FORD MUSEUM", - "air_date": "2008-04-08", - "question": "(Cheryl of the Clue Crew reports from the Gerald R. Ford museum in Grand Rapids, MI.) This is the actual pen used by President Ford on Sept. 8, 1974 to affix his signature to this document, saying that \"It is the right thing to do\"", - "value": "$400", - "answer": "pardon of Richard Nixon", - "round": "Double Jeopardy!", - "show_number": "5437", - "fullAnswer": "the pardon of Richard Nixon" - }, { "category": "SONGFUL WOMEN", "air_date": "2008-04-08", @@ -108049,16 +103049,6 @@ "show_number": "5437", "fullAnswer": "a dickey" }, - { - "category": "THE GERALD R. FORD MUSEUM", - "air_date": "2008-04-08", - "question": "(Jimmy of the Clue Crew gives the clue.) I'm holding Gerald Ford's football helmet; he was a 2-way player at linebacker & center, & this team's MVP of 1934", - "value": "$800", - "answer": "Michigan", - "round": "Double Jeopardy!", - "show_number": "5437", - "fullAnswer": "Michigan" - }, { "category": "SONGFUL WOMEN", "air_date": "2008-04-08", @@ -108109,16 +103099,6 @@ "show_number": "5437", "fullAnswer": "dictation" }, - { - "category": "THE GERALD R. FORD MUSEUM", - "air_date": "2008-04-08", - "question": "(Cheryl stands next to a large ornate plate.) This beautiful Kutani plate was presented to President Ford in 1975 by this emperor, the first from his country ever to visit the United States", - "value": "$1200", - "answer": "Hirohito", - "round": "Double Jeopardy!", - "show_number": "5437", - "fullAnswer": "Hirohito" - }, { "category": "THE 1950s", "air_date": "2008-04-08", @@ -108149,16 +103129,6 @@ "show_number": "5437", "fullAnswer": "Dickinson" }, - { - "category": "THE GERALD R. FORD MUSEUM", - "air_date": "2008-04-08", - "question": "(Cheryl gives the clue from the Ford Museum.) This Colt .45 pistol was used in an attempted assassination of President Ford on Sept. 5, 1975 in Sacramento by this disciple of Charles Manson", - "value": "$1600", - "answer": "Lynette Squeaky Fromme", - "round": "Double Jeopardy!", - "show_number": "5437", - "fullAnswer": "Lynette \"Squeaky\" Fromme" - }, { "category": "THE 1950s", "air_date": "2008-04-08", @@ -108189,16 +103159,6 @@ "show_number": "5437", "fullAnswer": "a dictum" }, - { - "category": "THE GERALD R. FORD MUSEUM", - "air_date": "2008-04-08", - "question": "(Jimmy stands next to a menorah.) This ancient menorah was a gift from this Israeli prime minister & Labor Party leader; his first term in office coincided with Gerald Ford's: 1974-1977", - "value": "$2000", - "answer": "Rabin", - "round": "Double Jeopardy!", - "show_number": "5437", - "fullAnswer": "(Yitzhak) Rabin" - }, { "category": "TECHNO THRILLERS", "air_date": "2008-04-08", @@ -108249,16 +103209,6 @@ "show_number": "5437", "fullAnswer": "Mexico City" }, - { - "category": "ART", - "air_date": "2005-05-02", - "question": "This impressionist was as skilled at painting people as he was at painting fields & sunsets", - "value": "$200", - "answer": "Renoir", - "round": "Jeopardy!", - "show_number": "4766", - "fullAnswer": "Renoir" - }, { "category": "POP CULTURE", "air_date": "2005-05-02", @@ -108309,16 +103259,6 @@ "show_number": "4766", "fullAnswer": "nation" }, - { - "category": "ART", - "air_date": "2005-05-02", - "question": "One of the hundreds of portraits painted by this artist is seen here", - "value": "$400", - "answer": "Stuart", - "round": "Jeopardy!", - "show_number": "4766", - "fullAnswer": "Stuart" - }, { "category": "POP CULTURE", "air_date": "2005-05-02", @@ -108429,16 +103369,6 @@ "show_number": "4766", "fullAnswer": "Northwestern" }, - { - "category": "ART", - "air_date": "2005-05-02", - "question": "He painted the 1784 Neoclassical masterpiece seen here", - "value": "$800", - "answer": "David", - "round": "Jeopardy!", - "show_number": "4766", - "fullAnswer": "(Jacques-Louis) David" - }, { "category": "POP CULTURE", "air_date": "2005-05-02", @@ -108489,16 +103419,6 @@ "show_number": "4766", "fullAnswer": "\"The Neutron Dance\"" }, - { - "category": "ART", - "air_date": "2005-05-02", - "question": "First name of the son seen here in a 1655 portrait by his father", - "value": "$1000", - "answer": "Titus", - "round": "Jeopardy!", - "show_number": "4766", - "fullAnswer": "Titus" - }, { "category": "POP CULTURE", "air_date": "2005-05-02", @@ -108629,16 +103549,6 @@ "show_number": "4766", "fullAnswer": "English" }, - { - "category": "INNER SPACE", - "air_date": "2005-05-02", - "question": "(Hi, I'm Paige Davis, host of TLC's Trading Spaces.) Tips for doing this to your space include hanging mirrors, washing a wall with light & laying down area rugs", - "value": "$800", - "answer": "making it look larger", - "round": "Double Jeopardy!", - "show_number": "4766", - "fullAnswer": "making it look larger" - }, { "category": "RUNNER-UP RUNNING MATES", "air_date": "2005-05-02", @@ -108669,16 +103579,6 @@ "show_number": "4766", "fullAnswer": "a kazoo" }, - { - "category": "PHILOSOPHERS", - "air_date": "2005-05-02", - "question": "It may defy pure reason, but this philosopher seen here spent his whole life, 1724 to 1804, in Koenigsburg in East Prussia", - "value": "$1200", - "answer": "Kant", - "round": "Double Jeopardy!", - "show_number": "4766", - "fullAnswer": "Kant" - }, { "category": "MOVIE TITLE ADJECTIVES", "air_date": "2005-05-02", @@ -108754,7 +103654,7 @@ "air_date": "2005-05-02", "question": "A storage room by the kitchen where china & silver are kept is his \"pantry\"", "value": "$1600", - "answer": "butler\\'s pantry", + "answer": "butler's pantry", "round": "Double Jeopardy!", "show_number": "4766", "fullAnswer": "the butler\\'s pantry" @@ -108779,16 +103679,6 @@ "show_number": "4766", "fullAnswer": "Fowls" }, - { - "category": "ENDS IN \"OO\"", - "air_date": "2005-05-02", - "question": "They're the two pets seen here whose names differ by a letter", - "value": "$1600", - "answer": "cockapoo & cockatoo", - "round": "Double Jeopardy!", - "show_number": "4766", - "fullAnswer": "cockapoo & cockatoo" - }, { "category": "PHILOSOPHERS", "air_date": "2005-05-02", @@ -108809,16 +103699,6 @@ "show_number": "4766", "fullAnswer": "Spanish" }, - { - "category": "INNER SPACE", - "air_date": "2005-05-02", - "question": "Named for its recessed panels, it's the type of ceiling shown; you can get a less elaborate version for the home", - "value": "$2000", - "answer": "coffered ceiling", - "round": "Double Jeopardy!", - "show_number": "4766", - "fullAnswer": "coffered ceiling" - }, { "category": "RUNNER-UP RUNNING MATES", "air_date": "2005-05-02", @@ -108894,7 +103774,7 @@ "air_date": "2000-03-22", "question": "In 1949 Bing Crosby played this title New Englander who travels back to a time of knights & ladies", "value": "$100", - "answer": "Connecticut Yankee in King Arthur\\'s Court", + "answer": "Connecticut Yankee in King Arthur's Court", "round": "Jeopardy!", "show_number": "3588", "fullAnswer": "A Connecticut Yankee in King Arthur\\'s Court" @@ -109694,7 +104574,7 @@ "air_date": "2003-07-15", "question": "I'm Charley Pride, It's the title of my 10th album", "value": "$800", - "answer": "Charley Pride\\'s 10th Album", + "answer": "Charley Pride's 10th Album", "round": "Jeopardy!", "show_number": "4362", "fullAnswer": "\"Charley Pride\\'s 10th Album\"" @@ -110044,7 +104924,7 @@ "air_date": "2003-07-15", "question": "Kefir, a treat from the Caucasus, is this liquid fermented until it's up to 3% alcohol", "value": "$2000", - "answer": "goat\\'s milk", + "answer": "goat's milk", "round": "Double Jeopardy!", "show_number": "4362", "fullAnswer": "goat\\'s milk" @@ -110109,16 +104989,6 @@ "show_number": "5311", "fullAnswer": "76" }, - { - "category": "ANIMALS IN JEOPARDY", - "air_date": "2007-10-15", - "question": "(Sarah of the Clue Crew visits with the bison at the Catalina Island Conservancy.) Catalina can't support large numbers of bison, so in 2004, about 100 of them were repatrioted to their ancestral home in this Mt. Rushmore state", - "value": "$200", - "answer": "South Dakota", - "round": "Jeopardy!", - "show_number": "5311", - "fullAnswer": "South Dakota" - }, { "category": "SLOGANS & MOTTOES", "air_date": "2007-10-15", @@ -110199,16 +105069,6 @@ "show_number": "5311", "fullAnswer": "Defoe" }, - { - "category": "1907", - "air_date": "2007-10-15", - "question": "(Cheryl of the Clue Crew compares two paintings on the monitor.) The work here from 1906 doesn't quite prepare us for the launch of this art movement by the same artist 1 year later", - "value": "$600", - "answer": "Cubism", - "round": "Jeopardy!", - "show_number": "5311", - "fullAnswer": "Cubism" - }, { "category": "SPORTS JOES", "air_date": "2007-10-15", @@ -110364,7 +105224,7 @@ "air_date": "2007-10-15", "question": "\"Because I'm worth it\"", "value": "$1000", - "answer": "L\\'Oréal", + "answer": "L'Oréal", "round": "Jeopardy!", "show_number": "5311", "fullAnswer": "L\\'Oréal" @@ -110584,7 +105444,7 @@ "air_date": "2007-10-15", "question": "Guillermo del Toro's directing credits include \"The Devil's Backbone\" & this 2006 Oscar-winning film", "value": "$2000", - "answer": "Pan\\'s Labyrinth", + "answer": "Pan's Labyrinth", "round": "Double Jeopardy!", "show_number": "5311", "fullAnswer": "Pan\\'s Labyrinth" @@ -111249,16 +106109,6 @@ "show_number": "6014", "fullAnswer": "bolshevik" }, - { - "category": "OPRAH'S GUESTS", - "air_date": "2010-11-04", - "question": "(Oprah Winfrey reads the clue.) After tossing a hat into the air for a 1997 show, an homage to one of my heroes, this inspiration turned the world on with her smile & thrilled me by joining me onstage", - "value": "$200", - "answer": "Mary Tyler Moore", - "round": "Jeopardy!", - "show_number": "6014", - "fullAnswer": "Mary Tyler Moore" - }, { "category": "TOP SELLER IN THE U.S.", "air_date": "2010-11-04", @@ -111309,22 +106159,12 @@ "show_number": "6014", "fullAnswer": "Indochina" }, - { - "category": "OPRAH'S GUESTS", - "air_date": "2010-11-04", - "question": "(Oprah Winfrey reads the clue.) In a 1997 show, I got to live out one of my wildest fantasies by singing \"Simply the Best\" with this music icon who real name is Anna Mae Bullock", - "value": "$400", - "answer": "Tina Turner", - "round": "Jeopardy!", - "show_number": "6014", - "fullAnswer": "Tina Turner" - }, { "category": "TOP SELLER IN THE U.S.", "air_date": "2010-11-04", "question": "Ground coffee:
This brand that's the best part of wakin' up", "value": "$400", - "answer": "Folger\\'s", + "answer": "Folger's", "round": "Jeopardy!", "show_number": "6014", "fullAnswer": "Folger\\'s" @@ -111369,16 +106209,6 @@ "show_number": "6014", "fullAnswer": "Juan Peron" }, - { - "category": "OPRAH'S GUESTS", - "air_date": "2010-11-04", - "question": "(Oprah Winfrey reads the clue.) When I interviewed this actor, I got to tell him what it meant to me as a young girl to see an African American walk into the Academy Awards & take home the Best Actor prize", - "value": "$600", - "answer": "Poitier", - "round": "Jeopardy!", - "show_number": "6014", - "fullAnswer": "(Sidney) Poitier" - }, { "category": "TOP SELLER IN THE U.S.", "air_date": "2010-11-04", @@ -111429,16 +106259,6 @@ "show_number": "6014", "fullAnswer": "Barcelona" }, - { - "category": "OPRAH'S GUESTS", - "air_date": "2010-11-04", - "question": "(Oprah Winfrey reads the clue.) This movie icon said to me his food company \"started as a joke & just got out of control\" & then he said \"the terrible thing is it's outgrossing all my films\"", - "value": "$800", - "answer": "Paul Newman", - "round": "Jeopardy!", - "show_number": "6014", - "fullAnswer": "Paul Newman" - }, { "category": "TOP SELLER IN THE U.S.", "air_date": "2010-11-04", @@ -111489,16 +106309,6 @@ "show_number": "6014", "fullAnswer": "the Reichstag" }, - { - "category": "OPRAH'S GUESTS", - "air_date": "2010-11-04", - "question": "(Oprah Winfrey reads the clue.) I don't often get nervous before an interview, but the night before sitting down with this supreme female Motown talent, I've cried in my bathtub so I wouldn't break down on camera", - "value": "$1000", - "answer": "Diana Ross", - "round": "Jeopardy!", - "show_number": "6014", - "fullAnswer": "Diana Ross" - }, { "category": "TOP SELLER IN THE U.S.", "air_date": "2010-11-04", @@ -111709,16 +106519,6 @@ "show_number": "6014", "fullAnswer": "Frankenstein" }, - { - "category": "\"CON\"s", - "air_date": "2010-11-04", - "question": "Bellow out the name of this instrument see here", - "value": "$1200", - "answer": "concertina", - "round": "Double Jeopardy!", - "show_number": "6014", - "fullAnswer": "a concertina" - }, { "category": "DESERTS", "air_date": "2010-11-04", @@ -111739,26 +106539,6 @@ "show_number": "6014", "fullAnswer": "Neil Diamond" }, - { - "category": "ENERGY", - "air_date": "2010-11-04", - "question": "(Jimmy of the Clue Crew demonstrates.) When 1-pound steel spheres are smashed together, enough heat is generated to burn a hole in paper, illustrating the conversion of this type of energy into heat energy", - "value": "$3,600", - "answer": "mechanical ", - "round": "Double Jeopardy!", - "show_number": "6014", - "fullAnswer": "mechanical (kinetic accepted)" - }, - { - "category": "TIME FOR A HAIRCUT", - "air_date": "2010-11-04", - "question": "An alteration of the name and the style of a punk haircut, it retains the hair on the sides", - "value": "$1600", - "answer": "faux hawk", - "round": "Double Jeopardy!", - "show_number": "6014", - "fullAnswer": "a faux hawk" - }, { "category": "PROSE", "air_date": "2010-11-04", @@ -112209,16 +106989,6 @@ "show_number": "4873", "fullAnswer": "abbreviation" }, - { - "category": "AROUND THE WORLD", - "air_date": "2005-11-16", - "question": "(Kelly of the Clue Crew reads from outside a black brick edifice in Lubeck, Germany.) The elaborate use of brick in Lubeck, Germany began early in the city's history, partially in response to this disaster in 1157", - "value": "$800", - "answer": "fire", - "round": "Double Jeopardy!", - "show_number": "4873", - "fullAnswer": "fire" - }, { "category": "FROM PAGE TO SCREEN", "air_date": "2005-11-16", @@ -112329,26 +107099,6 @@ "show_number": "4873", "fullAnswer": "penitentiary" }, - { - "category": "AROUND THE WORLD", - "air_date": "2005-11-16", - "question": "(Jimmy of the Clue Crew reads from the Aswan High Dam in Egypt.) The Aswan High Dam gave Egyptians control over this annual event that dominated ancient agriculture", - "value": "$2,000", - "answer": "flooding of the Nile", - "round": "Double Jeopardy!", - "show_number": "4873", - "fullAnswer": "the flooding of the Nile" - }, - { - "category": "FROM PAGE TO SCREEN", - "air_date": "2005-11-16", - "question": "(Jimmy of the Clue Crew reports from the set of Zathura.) The heroes of \"Zathura\" meet up with one of these mechanical devices, not the helpful kind, but one with claw hands that smashes through walls", - "value": "$1600", - "answer": "robot", - "round": "Double Jeopardy!", - "show_number": "4873", - "fullAnswer": "a robot" - }, { "category": "A VERY SPECIAL PULITZER PRIZE", "air_date": "2005-11-16", @@ -112359,16 +107109,6 @@ "show_number": "4873", "fullAnswer": "Kansas City" }, - { - "category": "STATE OBJECTS & SYMBOLS", - "air_date": "2005-11-16", - "question": "This arthropod, seen here, Delaware's state marine animal, shares its name with quadruped footware", - "value": "$1600", - "answer": "horseshoe crab", - "round": "Double Jeopardy!", - "show_number": "4873", - "fullAnswer": "a horseshoe crab" - }, { "category": "TRAIN-ING DAY", "air_date": "2005-11-16", @@ -112794,21 +107534,11 @@ "air_date": "2005-01-26", "question": "In 1995 this \"M'm M'm Good\" soup company bought Pace Foods, known for its picante sauce", "value": "$400", - "answer": "Campbell\\'s", + "answer": "Campbell's", "round": "Double Jeopardy!", "show_number": "4698", "fullAnswer": "Campbell\\'s" }, - { - "category": "RELIGIOUS PLACES", - "air_date": "2005-01-26", - "question": "At Fatima, the travelers seen here are called by the same name as these figures of early U.S. history", - "value": "$400", - "answer": "pilgrims", - "round": "Double Jeopardy!", - "show_number": "4698", - "fullAnswer": "pilgrims" - }, { "category": "WORD & PHRASE ORIGINS", "air_date": "2005-01-26", @@ -112824,7 +107554,7 @@ "air_date": "2005-01-26", "question": "1852 U.S. novel with the line \"Eliza made her desperate retreat across the river just in the dusk of twilight\"", "value": "$1,000", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Double Jeopardy!", "show_number": "4698", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -112854,7 +107584,7 @@ "air_date": "2005-01-26", "question": "This company introduced its popular peanut butter cup in the 1920s", "value": "$800", - "answer": "Reese\\'s", + "answer": "Reese's", "round": "Double Jeopardy!", "show_number": "4698", "fullAnswer": "Reese\\'s" @@ -112919,16 +107649,6 @@ "show_number": "4698", "fullAnswer": "Lego" }, - { - "category": "RELIGIOUS PLACES", - "air_date": "2005-01-26", - "question": "(Cheryl of the Clue Crew reports from ruins in Delos, Greece.) Greek temples were generally built so as to face this daily event", - "value": "$1200", - "answer": "sunrise", - "round": "Double Jeopardy!", - "show_number": "4698", - "fullAnswer": "the sunrise" - }, { "category": "WORD & PHRASE ORIGINS", "air_date": "2005-01-26", @@ -113174,7 +107894,7 @@ "air_date": "2001-02-16", "question": "Seen here is the American Sign Language & what could be the international symbol for this restaurant chain", "value": "$200", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "3795", "fullAnswer": "McDonald\\'s" @@ -113769,16 +108489,6 @@ "show_number": "5279", "fullAnswer": "the Mediterranean" }, - { - "category": "THE SHAPE OF THINGS", - "air_date": "2007-07-19", - "question": "As seen here, the cells that make a honeycomb are in this geometric shape", - "value": "$400", - "answer": "hexagon", - "round": "Jeopardy!", - "show_number": "5279", - "fullAnswer": "a hexagon" - }, { "category": "RHYME TIME", "air_date": "2007-07-19", @@ -113849,16 +108559,6 @@ "show_number": "5279", "fullAnswer": "a stout Scout" }, - { - "category": "LET'S VISIT INDIA", - "air_date": "2007-07-19", - "question": "Though never prime minister himself, this man seen here influenced India like few others before or since", - "value": "$800", - "answer": "Gandhi", - "round": "Jeopardy!", - "show_number": "5279", - "fullAnswer": "Gandhi" - }, { "category": "CELEBS", "air_date": "2007-07-19", @@ -113879,16 +108579,6 @@ "show_number": "5279", "fullAnswer": "Bush" }, - { - "category": "SUMMERTIME", - "air_date": "2007-07-19", - "question": "This name for the summertime spot seen here often follows the \"old\" as in the title of a James Whitcomb Riley book", - "value": "$800", - "answer": "swimming hole", - "round": "Jeopardy!", - "show_number": "5279", - "fullAnswer": "a swimming hole" - }, { "category": "THE SHAPE OF THINGS", "air_date": "2007-07-19", @@ -114059,16 +108749,6 @@ "show_number": "5279", "fullAnswer": "Victoria" }, - { - "category": "THE OLD TESTAMENT", - "air_date": "2007-07-19", - "question": "(Jimmy of the Clue Crew stands at the head of a massive supine statue at Giza, Egypt.) Many believe Ramses the Great, whose colossal statue rests here, was the pharaoh to whom Moses said \"Let my people go\" in this book of the Bible", - "value": "$800", - "answer": "Exodus", - "round": "Double Jeopardy!", - "show_number": "5279", - "fullAnswer": "Exodus" - }, { "category": "LANGUAGE LAB", "air_date": "2007-07-19", @@ -114144,7 +108824,7 @@ "air_date": "2007-07-19", "question": "The time of day described as \"crepuscular\" is when this is happening", "value": "$1200", - "answer": "when it\\'s starting to get dark", + "answer": "when it's starting to get dark", "round": "Double Jeopardy!", "show_number": "5279", "fullAnswer": "when it\\'s starting to get dark" @@ -114429,16 +109109,6 @@ "show_number": "3136", "fullAnswer": "yeast" }, - { - "category": "DECEMBER 1963", - "air_date": "1998-03-30", - "question": "In Dec. 1963, The 4 Seasons split with their record label, signed with a new one & had a hit with this song:

\"Think! Think! Oh the places you'll see /
Now think what the future would be /
With a poor boy like me...\"
", - "value": "$500", - "answer": "Dawn", - "round": "Jeopardy!", - "show_number": "3136", - "fullAnswer": "\"Dawn\"" - }, { "category": "\"WALK\"", "air_date": "1998-03-30", @@ -114789,16 +109459,6 @@ "show_number": "3136", "fullAnswer": "Lorenzo" }, - { - "category": "THE TOTEM POLE", - "air_date": "1998-03-30", - "question": "Also known for its tree carving ability, it's the rodent depicted here:", - "value": "$1,200", - "answer": "beaver", - "round": "Double Jeopardy!", - "show_number": "3136", - "fullAnswer": "the beaver" - }, { "category": "19th CENTURY LIT", "air_date": "1998-03-30", @@ -115504,21 +110164,11 @@ "air_date": "2006-10-16", "question": "Making an Irishman out of potato chip entrepreneur Herman brings this cry of approval", "value": "$200", - "answer": "O\\'Lay ", + "answer": "O'Lay ", "round": "Jeopardy!", "show_number": "5081", "fullAnswer": "O\\'Lay (olé)" }, - { - "category": "FOOTBALL 101", - "air_date": "2006-10-16", - "question": "(Jimmy of the Clue Crew takes the snap and holds for the kick.) The ball is snapped from the 3-yard-line to the holder a few yards back to kick a PAT, which stands for this", - "value": "$200", - "answer": "point after touchdown", - "round": "Jeopardy!", - "show_number": "5081", - "fullAnswer": "a point after touchdown" - }, { "category": "TWIN PEAKS", "air_date": "2006-10-16", @@ -115529,16 +110179,6 @@ "show_number": "5081", "fullAnswer": "the Alps" }, - { - "category": "HORSE SENSE", - "air_date": "2006-10-16", - "question": "You don't need a Gallup poll to tell you it has the horse seen here on its grille", - "value": "$400", - "answer": "Ford Mustang", - "round": "Jeopardy!", - "show_number": "5081", - "fullAnswer": "the Ford Mustang" - }, { "category": "THOU ART DA MAN!", "air_date": "2006-10-16", @@ -115564,21 +110204,11 @@ "air_date": "2006-10-16", "question": "Make baseball pitcher Nolan (even more) Irish & you get this \"belted\" constellation", "value": "$400", - "answer": "O\\'Ryan ", + "answer": "O'Ryan ", "round": "Jeopardy!", "show_number": "5081", "fullAnswer": "O\\'Ryan (Orion)" }, - { - "category": "FOOTBALL 101", - "air_date": "2006-10-16", - "question": "(Jimmy watches a receiver catch the ball while running out of bounds.) It's the reason that's a completed pass under NCAA rules, but would be an incompletion in the NFL", - "value": "$400", - "answer": "receiver had only one foot in bounds", - "round": "Jeopardy!", - "show_number": "5081", - "fullAnswer": "the receiver had only one foot in bounds" - }, { "category": "TWIN PEAKS", "air_date": "2006-10-16", @@ -115624,21 +110254,11 @@ "air_date": "2006-10-16", "question": "Make the band that sang \"She Sells Sanctuary\" Irish, & you've got this realm of the supernatural", "value": "$600", - "answer": "O\\'Cult ", + "answer": "O'Cult ", "round": "Jeopardy!", "show_number": "5081", "fullAnswer": "O\\'Cult (occult)" }, - { - "category": "FOOTBALL 101", - "air_date": "2006-10-16", - "question": "(Jimmy describes a formation.) Usually there's a split end about ten yards from one tackle & this end close to the other tackle; Junior Miller was a great one", - "value": "$600", - "answer": "tight end", - "round": "Jeopardy!", - "show_number": "5081", - "fullAnswer": "a tight end" - }, { "category": "TWIN PEAKS", "air_date": "2006-10-16", @@ -115684,21 +110304,11 @@ "air_date": "2006-10-16", "question": "Take any wise man, like the one \"of Monticello\", turn him Irish & you'll have this Oklahoma tribe", "value": "$800", - "answer": "O\\'Sage ", + "answer": "O'Sage ", "round": "Jeopardy!", "show_number": "5081", "fullAnswer": "O\\'Sage (Osage)" }, - { - "category": "FOOTBALL 101", - "air_date": "2006-10-16", - "question": "(Jimmy stands and takes the snap from center.) By lining up several yards behind the center, the quarterback pulls the trigger on this offense popularized by the Dallas Cowboys

\"Hut, hut!\"", - "value": "$800", - "answer": "shotgun", - "round": "Jeopardy!", - "show_number": "5081", - "fullAnswer": "shotgun" - }, { "category": "TWIN PEAKS", "air_date": "2006-10-16", @@ -115734,7 +110344,7 @@ "air_date": "2006-10-16", "question": "This \"heavenly coffee\", a New York institution, is the official coffee of Radio City Music Hall", "value": "$1000", - "answer": "Chock Full O\\' Nuts", + "answer": "Chock Full O' Nuts", "round": "Jeopardy!", "show_number": "5081", "fullAnswer": "Chock Full O\\' Nuts" @@ -115744,21 +110354,11 @@ "air_date": "2006-10-16", "question": "Turning Hero's mythical lover into an Irishman gives you this evergreen shrub", "value": "$1000", - "answer": "O\\'Leander ", + "answer": "O'Leander ", "round": "Jeopardy!", "show_number": "5081", "fullAnswer": "O\\'Leander (Oleander)" }, - { - "category": "FOOTBALL 101", - "air_date": "2006-10-16", - "question": "(Jimmy watches an offensive drill.) In this pattern, whose name is also an insect, the receiver runs straight down the field at full speed", - "value": "$1000", - "answer": "fly pattern", - "round": "Jeopardy!", - "show_number": "5081", - "fullAnswer": "a fly pattern" - }, { "category": "LITERATURE", "air_date": "2006-10-16", @@ -115769,16 +110369,6 @@ "show_number": "5081", "fullAnswer": "Bumppo" }, - { - "category": "MOVIE QUOTES", - "air_date": "2006-10-16", - "question": "1967:
\"I just want to say one word to you--just one word... plastics!\"", - "value": "$400", - "answer": "Graduate", - "round": "Double Jeopardy!", - "show_number": "5081", - "fullAnswer": "The Graduate" - }, { "category": "SCIENCE GUYS", "air_date": "2006-10-16", @@ -115829,16 +110419,6 @@ "show_number": "5081", "fullAnswer": "Ahab" }, - { - "category": "MOVIE QUOTES", - "air_date": "2006-10-16", - "question": "1970:
\"Oh, Frank, my lips are hot. Kiss my hot lips\"", - "value": "$800", - "answer": "MASH", - "round": "Double Jeopardy!", - "show_number": "5081", - "fullAnswer": "MASH" - }, { "category": "SCIENCE GUYS", "air_date": "2006-10-16", @@ -115889,16 +110469,6 @@ "show_number": "5081", "fullAnswer": "Treasure Island" }, - { - "category": "MOVIE QUOTES", - "air_date": "2006-10-16", - "question": "1987:
\"Hello. My name is Inigo Montoya. You killed my father. Prepare to die!\"", - "value": "$1200", - "answer": "Princess Bride", - "round": "Double Jeopardy!", - "show_number": "5081", - "fullAnswer": "The Princess Bride" - }, { "category": "SCIENCE GUYS", "air_date": "2006-10-16", @@ -115949,16 +110519,6 @@ "show_number": "5081", "fullAnswer": "Great Expectations" }, - { - "category": "MOVIE QUOTES", - "air_date": "2006-10-16", - "question": "1983:
\"You wanna play rough? Okay. Say hello to my little friend\"", - "value": "$1600", - "answer": "Scarface", - "round": "Double Jeopardy!", - "show_number": "5081", - "fullAnswer": "Scarface" - }, { "category": "SCIENCE GUYS", "air_date": "2006-10-16", @@ -116009,16 +110569,6 @@ "show_number": "5081", "fullAnswer": "Willie Stark" }, - { - "category": "MOVIE QUOTES", - "air_date": "2006-10-16", - "question": "1952, Grace Kelly:
\"You're asking me to wait an hour to find out if I'm going to be a wife or a widow\"", - "value": "$2000", - "answer": "High Noon", - "round": "Double Jeopardy!", - "show_number": "5081", - "fullAnswer": "High Noon" - }, { "category": "SCIENCE GUYS", "air_date": "2006-10-16", @@ -116229,16 +110779,6 @@ "show_number": "4950", "fullAnswer": "tap dance" }, - { - "category": "\"N\" THE BEGINNING", - "air_date": "2006-03-03", - "question": "Nocturnal avian name of the F-117A fighter seen here", - "value": "$600", - "answer": "Nighthawk", - "round": "Jeopardy!", - "show_number": "4950", - "fullAnswer": "the Nighthawk" - }, { "category": "STATE CAPITAL BIRTHPLACES", "air_date": "2006-03-03", @@ -116279,16 +110819,6 @@ "show_number": "4950", "fullAnswer": "morning" }, - { - "category": "DANCE", - "air_date": "2006-03-03", - "question": "I always get a kick out of this dance that's performed to the music heard here", - "value": "$800", - "answer": "can-can", - "round": "Jeopardy!", - "show_number": "4950", - "fullAnswer": "the can-can" - }, { "category": "\"N\" THE BEGINNING", "air_date": "2006-03-03", @@ -116359,16 +110889,6 @@ "show_number": "4950", "fullAnswer": "Niniveh" }, - { - "category": "HISTORIC NEW HAMPSHIRE", - "air_date": "2006-03-03", - "question": "(Cheryl of the Clue Crew reports from the Bretton Woods Mountain Resort in New Hampshire.) In 1944 the Washington Mountain Resort in Bretton Woods hosted the conference that set up these two major international financial institutions", - "value": "$400", - "answer": "International Monetary Fund & the World Bank", - "round": "Double Jeopardy!", - "show_number": "4950", - "fullAnswer": "the International Monetary Fund & the World Bank" - }, { "category": "A MICHAEL DOUGLAS FILM FESTIVAL", "air_date": "2006-03-03", @@ -116419,16 +110939,6 @@ "show_number": "4950", "fullAnswer": "Vinny" }, - { - "category": "HISTORIC NEW HAMPSHIRE", - "air_date": "2006-03-03", - "question": "(Cheryl of the Clue Crew reports from Portsmouth, NH.) Washington was too warm, so in 1905, Portsmouth was the site of the negotiations & treaty signing ending this war", - "value": "$800", - "answer": "Russo-Japanese War", - "round": "Double Jeopardy!", - "show_number": "4950", - "fullAnswer": "the Russo-Japanese War" - }, { "category": "A MICHAEL DOUGLAS FILM FESTIVAL", "air_date": "2006-03-03", @@ -116479,16 +110989,6 @@ "show_number": "4950", "fullAnswer": "vinegar" }, - { - "category": "HISTORIC NEW HAMPSHIRE", - "air_date": "2006-03-03", - "question": "(Jon of the Clue Crew reports from the Strawbery Banke Museum in Portsmouth, NH.) The home of this orator & statesman who won the case of McCollough v. Maryland in 1819 still stands in Portsmouth", - "value": "$1200", - "answer": "Daniel Webster", - "round": "Double Jeopardy!", - "show_number": "4950", - "fullAnswer": "Daniel Webster" - }, { "category": "A MICHAEL DOUGLAS FILM FESTIVAL", "air_date": "2006-03-03", @@ -116539,16 +111039,6 @@ "show_number": "4950", "fullAnswer": "to vindicate" }, - { - "category": "HISTORIC NEW HAMPSHIRE", - "air_date": "2006-03-03", - "question": "(Cheryl of the Clue Crew reports from the State House in Concord, NH.) The State House has a portrait of this youngest speaker of the New Hampshire House; he was later president of the United States at age 48", - "value": "$400", - "answer": "Franklin Pierce", - "round": "Double Jeopardy!", - "show_number": "4950", - "fullAnswer": "Franklin Pierce" - }, { "category": "A MICHAEL DOUGLAS FILM FESTIVAL", "air_date": "2006-03-03", @@ -116599,16 +111089,6 @@ "show_number": "4950", "fullAnswer": "vincible" }, - { - "category": "HISTORIC NEW HAMPSHIRE", - "air_date": "2006-03-03", - "question": "(Jon of the Clue Crew delivers the clue from Mt. Washington in New Hampshire.) Mt. Washington was named in 1784; Adams, Madison, & the other peaks in this range had to wait until 1820", - "value": "$2000", - "answer": "Presidental Range", - "round": "Double Jeopardy!", - "show_number": "4950", - "fullAnswer": "the Presidental Range" - }, { "category": "A MICHAEL DOUGLAS FILM FESTIVAL", "air_date": "2006-03-03", @@ -117404,7 +111884,7 @@ "air_date": "1998-07-09", "question": "Frederick Fleet was here when he was first to spot the iceberg; he had a bird's eye view", "value": "$300", - "answer": "Crow\\'s nest", + "answer": "Crow's nest", "round": "Jeopardy!", "show_number": "3209", "fullAnswer": "Crow\\'s nest" @@ -118034,7 +112514,7 @@ "air_date": "1997-12-03", "question": "Instructor's favorite \"West End Girls\" group", "value": "$300", - "answer": "Teacher\\'s Pet Shop Boys", + "answer": "Teacher's Pet Shop Boys", "round": "Jeopardy!", "show_number": "3053", "fullAnswer": "Teacher\\'s Pet Shop Boys" @@ -118154,7 +112634,7 @@ "air_date": "1997-12-03", "question": "Dogpatch resident who claims to have invented baseball", "value": "$500", - "answer": "Li\\'l Abner Doubleday", + "answer": "Li'l Abner Doubleday", "round": "Jeopardy!", "show_number": "3053", "fullAnswer": "Li\\'l Abner Doubleday" @@ -118164,7 +112644,7 @@ "air_date": "1997-12-03", "question": "In her first No. 1 solo hit, Tina Turner asked this title question", "value": "$200", - "answer": "What\\'s Love Got To Do With It", + "answer": "What's Love Got To Do With It", "round": "Double Jeopardy!", "show_number": "3053", "fullAnswer": "\"What\\'s Love Got To Do With It\"" @@ -119059,16 +113539,6 @@ "show_number": "3139", "fullAnswer": "serve" }, - { - "category": "MOVIE SCORES", - "air_date": "1998-04-02", - "question": "This 1960 movie features the Bernard Herrmann score heard here:", - "value": "$500", - "answer": "Psycho", - "round": "Jeopardy!", - "show_number": "3139", - "fullAnswer": "Psycho" - }, { "category": "AMERICAN AUTHORS", "air_date": "1998-04-02", @@ -119109,16 +113579,6 @@ "show_number": "3139", "fullAnswer": "rickshaws" }, - { - "category": "SPORTS SCORES", - "air_date": "1998-04-02", - "question": "Number of points scored in the clip seen here:", - "value": "$400", - "answer": "3", - "round": "Jeopardy!", - "show_number": "3139", - "fullAnswer": "3" - }, { "category": "MOVIE SCORES", "air_date": "1998-04-02", @@ -119349,16 +113809,6 @@ "show_number": "3139", "fullAnswer": "Ignatius Loyola" }, - { - "category": "POP GOES THE EASEL", - "air_date": "1998-04-02", - "question": "An example of this pioneering abstract artist's work is seen here:", - "value": "$4,000", - "answer": "Mondrian", - "round": "Double Jeopardy!", - "show_number": "3139", - "fullAnswer": "(Piet) Mondrian" - }, { "category": "PRESIDENTIAL CAMPAIGNS", "air_date": "1998-04-02", @@ -119444,7 +113894,7 @@ "air_date": "1998-04-02", "question": "Bart appeared on the late night talk show of this man, a former \"Simpsons\" writer", "value": "$4,000", - "answer": "Conan O\\'Brien", + "answer": "Conan O'Brien", "round": "Double Jeopardy!", "show_number": "3139", "fullAnswer": "Conan O\\'Brien" @@ -119494,7 +113944,7 @@ "air_date": "1998-11-30", "question": "In 1859 John Brown raided the arsenal of this town, now West Virginia's easternmost", "value": "$100", - "answer": "Harper\\'s Ferry", + "answer": "Harper's Ferry", "round": "Jeopardy!", "show_number": "3276", "fullAnswer": "Harper\\'s Ferry" @@ -119714,7 +114164,7 @@ "air_date": "1998-11-30", "question": "Leiber & Stoller, composers of \"On Broadway\", made it to Broadway with this 1995 showcase of their music", "value": "$500", - "answer": "Smokey Joe\\'s Cafe", + "answer": "Smokey Joe's Cafe", "round": "Jeopardy!", "show_number": "3276", "fullAnswer": "Smokey Joe\\'s Cafe" @@ -119899,16 +114349,6 @@ "show_number": "3276", "fullAnswer": "Henry Hyde" }, - { - "category": "ALL CREATURES GREAT & SMALL", - "air_date": "1998-11-30", - "question": "It's the \"nosy\" critter seen here (foraging for food)", - "value": "$600", - "answer": "anteater", - "round": "Double Jeopardy!", - "show_number": "3276", - "fullAnswer": "an anteater" - }, { "category": "VAN GOGH A-GO-GO", "air_date": "1998-11-30", @@ -119959,16 +114399,6 @@ "show_number": "3276", "fullAnswer": "pigeons" }, - { - "category": "VAN GOGH A-GO-GO", - "air_date": "1998-11-30", - "question": "It's the title of the early masterpiece seen here", - "value": "$100", - "answer": "Potato Eaters", - "round": "Double Jeopardy!", - "show_number": "3276", - "fullAnswer": "The Potato Eaters" - }, { "category": "SEEING RED AT THE MOVIES", "air_date": "1998-11-30", @@ -119989,16 +114419,6 @@ "show_number": "3276", "fullAnswer": "Shawnee" }, - { - "category": "GOVERNMENT & POLITICS", - "air_date": "1998-11-30", - "question": "(Hi, I'm Dee Dee Myers, former press secretary to President Bill Clinton.) This man, my predecessor, had the distinction of serving under 2 presidents, Reagan & Bush", - "value": "$1,200", - "answer": "Marlon Fitzwater", - "round": "Double Jeopardy!", - "show_number": "3276", - "fullAnswer": "Marlon Fitzwater" - }, { "category": "ALL CREATURES GREAT & SMALL", "air_date": "1998-11-30", @@ -120129,16 +114549,6 @@ "show_number": "4693", "fullAnswer": "(Martin) Scorsese" }, - { - "category": "BUILDING FEATURES", - "air_date": "2005-01-19", - "question": "(Cheryl of the Clue Crew reports from the outside of the National Cathedral in Washington, D.C.) The National Cathedral has 110 of these figures, whose function is to carry rain away from the walls and foundation", - "value": "$400", - "answer": "gargoyle", - "round": "Jeopardy!", - "show_number": "4693", - "fullAnswer": "a gargoyle" - }, { "category": "CHERCHEZ LA FEMME", "air_date": "2005-01-19", @@ -120249,16 +114659,6 @@ "show_number": "4693", "fullAnswer": "(Tim) Burton" }, - { - "category": "BUILDING FEATURES", - "air_date": "2005-01-19", - "question": "All right. See the dome, players? Now see the little \"domey\" thing on top of the dome? That's called this, from the Latin for tub", - "value": "$800", - "answer": "cupola", - "round": "Jeopardy!", - "show_number": "4693", - "fullAnswer": "a cupola" - }, { "category": "CHERCHEZ LA FEMME", "air_date": "2005-01-19", @@ -120644,7 +115044,7 @@ "air_date": "2005-01-19", "question": "The introductory verse to this 1908 song begins, \"Katie Casey was baseball mad\"", "value": null, - "answer": "\\Take Me Out To The Ball Game\\", + "answer": "Take Me Out To The Ball Game", "round": "Final Jeopardy!", "show_number": "4693", "fullAnswer": "\\\"Take Me Out To The Ball Game\\\"" @@ -120669,16 +115069,6 @@ "show_number": "5880", "fullAnswer": "Vince Vaughn" }, - { - "category": "AVOIDING A DISASTROUS TRIP TO EUROPE", - "air_date": "2010-03-19", - "question": "Try not to leave this Greek landmark in any more of a shambles than it already is", - "value": "$200", - "answer": "Parthenon", - "round": "Jeopardy!", - "show_number": "5880", - "fullAnswer": "the Parthenon" - }, { "category": "JEOPARDY! DRINKING GAMES", "air_date": "2010-03-19", @@ -120974,7 +115364,7 @@ "air_date": "2010-03-19", "question": "On March 6, 1986 Vega 1 became the first spacecraft to rendezvous with this comet", "value": "$400", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Double Jeopardy!", "show_number": "5880", "fullAnswer": "Halley\\'s Comet" @@ -121169,26 +115559,6 @@ "show_number": "5880", "fullAnswer": "a docket" }, - { - "category": "BIBLICAL PAINTINGS", - "air_date": "2010-03-19", - "question": "(Sarah of the Clue Crew shows a painting on the monitor.) In a 17th-century painting, Isaac, now blind in his old age, is blessing Jacob, who, you'll notice, is wearing gloves to hide the fact that he isn't this hairier brother", - "value": "$2000", - "answer": "Esau", - "round": "Double Jeopardy!", - "show_number": "5880", - "fullAnswer": "Esau" - }, - { - "category": "BERG-OPOLIS", - "air_date": "2010-03-19", - "question": "His works of the 1950s like \"Monogram\" used found objects & bits of pop culture", - "value": "$2000", - "answer": "Robert Rauschenberg", - "round": "Double Jeopardy!", - "show_number": "5880", - "fullAnswer": "Robert Rauschenberg" - }, { "category": "CHARACTER ASSASSINATION", "air_date": "2010-03-19", @@ -121484,7 +115854,7 @@ "air_date": "1996-10-02", "question": "In 1992 Mariah Carey took a cover version of this biggest Jackson 5 hit to No. 1 on the charts", "value": "$500", - "answer": "I\\'ll Be There", + "answer": "I'll Be There", "round": "Jeopardy!", "show_number": "2778", "fullAnswer": "I\\'ll Be There" @@ -121894,7 +116264,7 @@ "air_date": "2009-10-01", "question": "\"'Some pig!' whispered Mr. Zuckerman. They stared and stared for a long time at Wilbur\"", "value": "$200", - "answer": "Charlotte\\'s Web", + "answer": "Charlotte's Web", "round": "Jeopardy!", "show_number": "5759", "fullAnswer": "Charlotte\\'s Web" @@ -122069,16 +116439,6 @@ "show_number": "5759", "fullAnswer": "4" }, - { - "category": "I READ IT IN A BOOK ONCE", - "air_date": "2009-10-01", - "question": "\"'Is it safe to get my diamonds?'… Szell opened the black leather case. And took out a portable hand drill\"", - "value": "$800", - "answer": "Marathon Man", - "round": "Jeopardy!", - "show_number": "5759", - "fullAnswer": "Marathon Man" - }, { "category": "\"T-H-E\"", "air_date": "2009-10-01", @@ -122149,16 +116509,6 @@ "show_number": "5759", "fullAnswer": "an apothecary" }, - { - "category": "PUNCTUATION", - "air_date": "2009-10-01", - "question": "http://www.j-archive.com/Read all about me at www.jeopardy.com this punctuation mark showguide_bioalex.php", - "value": "$400", - "answer": "forward slash", - "round": "Double Jeopardy!", - "show_number": "5759", - "fullAnswer": "forward slash" - }, { "category": "DASH", "air_date": "2009-10-01", @@ -122209,16 +116559,6 @@ "show_number": "5759", "fullAnswer": "Harlem" }, - { - "category": "PUNCTUATION", - "air_date": "2009-10-01", - "question": "Distinct from parentheses, these are used around editorial insertions that clarify a text, like \"sic\"", - "value": "$800", - "answer": "brackets", - "round": "Double Jeopardy!", - "show_number": "5759", - "fullAnswer": "brackets" - }, { "category": "DASH", "air_date": "2009-10-01", @@ -122239,16 +116579,6 @@ "show_number": "5759", "fullAnswer": "Quaternary" }, - { - "category": "QUESTION, MARK", - "air_date": "2009-10-01", - "question": "He wrote, \"I am a great & sublime fool. But... I am God's fool, & all his works must be contemplated with respect\"", - "value": "$800", - "answer": "Mark Twain", - "round": "Double Jeopardy!", - "show_number": "5759", - "fullAnswer": "Mark Twain" - }, { "category": "EXCLAMATION \"POINT\"!", "air_date": "2009-10-01", @@ -122349,16 +116679,6 @@ "show_number": "5759", "fullAnswer": "Pangaea" }, - { - "category": "QUESTION, MARK", - "air_date": "2009-10-01", - "question": "To this painter, the battle of horizontal & vertical was a metaphor for existential conflicts", - "value": "$1600", - "answer": "Rothko", - "round": "Double Jeopardy!", - "show_number": "5759", - "fullAnswer": "Rothko" - }, { "category": "EXCLAMATION \"POINT\"!", "air_date": "2009-10-01", @@ -122459,16 +116779,6 @@ "show_number": "5332", "fullAnswer": "Dale Earnhardt" }, - { - "category": "JAPANESE THEATRE", - "air_date": "2007-11-13", - "question": "(Kelly of the Clue Crew observes a female kabuki performer at a kabuki theatre in Tokyo, Japan.) In the word \"kabuki\", the middle syllable, \"bu\", stands for this art form, a major part of kabuki", - "value": "$200", - "answer": "dance", - "round": "Jeopardy!", - "show_number": "5332", - "fullAnswer": "dance" - }, { "category": "I WANT CANDY", "air_date": "2007-11-13", @@ -122579,16 +116889,6 @@ "show_number": "5332", "fullAnswer": "Billy Martin" }, - { - "category": "JAPANESE THEATRE", - "air_date": "2007-11-13", - "question": "(Alex holds up a mask in a store in Tokyo, Japan.) These traditional masks are worn by the shite, or hero, of this revered & highly stylized form of Japanese drama", - "value": "$600", - "answer": "noh", - "round": "Jeopardy!", - "show_number": "5332", - "fullAnswer": "noh" - }, { "category": "I WANT CANDY", "air_date": "2007-11-13", @@ -122659,16 +116959,6 @@ "show_number": "5332", "fullAnswer": "Ghirardelli" }, - { - "category": "IT'S ALL BLACK & WHITE TO ME", - "air_date": "2007-11-13", - "question": "\"My fellow Americans\", this black & white cocker spaniel gave its name to a 1952 speech", - "value": "$800", - "answer": "Checkers", - "round": "Jeopardy!", - "show_number": "5332", - "fullAnswer": "Checkers" - }, { "category": "FROM THE GREEK", "air_date": "2007-11-13", @@ -122699,16 +116989,6 @@ "show_number": "5332", "fullAnswer": "the Cosmos" }, - { - "category": "JAPANESE THEATRE", - "air_date": "2007-11-13", - "question": "(Jimmy of the Clue Crew presents in front of a kabuki demonstration in Tokyo, Japan.) Kabuki theatre's golden age came as Japan developed an urban culture in this era, named for what Tokyo was called then", - "value": "$1000", - "answer": "Edo era", - "round": "Jeopardy!", - "show_number": "5332", - "fullAnswer": "the Edo era" - }, { "category": "I WANT CANDY", "air_date": "2007-11-13", @@ -122719,16 +116999,6 @@ "show_number": "5332", "fullAnswer": "Whatchamacallit" }, - { - "category": "IT'S ALL BLACK & WHITE TO ME", - "air_date": "2007-11-13", - "question": "An African name for this monkey that sits in trees as if in prayer means \"messenger of the gods\"", - "value": "$1000", - "answer": "colobus", - "round": "Jeopardy!", - "show_number": "5332", - "fullAnswer": "the colobus" - }, { "category": "FROM THE GREEK", "air_date": "2007-11-13", @@ -122779,16 +117049,6 @@ "show_number": "5332", "fullAnswer": "the Big Island of Hawaii" }, - { - "category": "YOGA TIME", - "air_date": "2007-11-13", - "question": "Some yoga poses, or asanas, are named after animals, like the upward facing this, seen here", - "value": "$400", - "answer": "dog", - "round": "Double Jeopardy!", - "show_number": "5332", - "fullAnswer": "dog" - }, { "category": "EPONYM DROPPER", "air_date": "2007-11-13", @@ -122849,16 +117109,6 @@ "show_number": "5332", "fullAnswer": "Tantric" }, - { - "category": "EPONYM DROPPER", - "air_date": "2007-11-13", - "question": "March Madness is in effect with this instrument named for a composer whose band first used it", - "value": "$800", - "answer": "sousaphone", - "round": "Double Jeopardy!", - "show_number": "5332", - "fullAnswer": "a sousaphone" - }, { "category": "OPERA", "air_date": "2007-11-13", @@ -122969,16 +117219,6 @@ "show_number": "5332", "fullAnswer": "the Vedas" }, - { - "category": "EPONYM DROPPER", - "air_date": "2007-11-13", - "question": "Seen here, it's named for a U.S. Army officer who designed it as an effective weapon for trench warfare", - "value": "$1600", - "answer": "Thompson (submachine) gun", - "round": "Double Jeopardy!", - "show_number": "5332", - "fullAnswer": "a Thompson (submachine) gun" - }, { "category": "OPERA", "air_date": "2007-11-13", @@ -123054,7 +117294,7 @@ "air_date": "2007-11-13", "question": "A Longfellow poem & a Lillian Hellman play about a girls' boarding school share this timely title", "value": null, - "answer": "Children\\'s Hour", + "answer": "Children's Hour", "round": "Tiebreaker", "show_number": "5332", "fullAnswer": "The Children\\'s Hour" @@ -123329,16 +117569,6 @@ "show_number": "6230", "fullAnswer": "Florida" }, - { - "category": "THAT'S \"UN\" CALLED FOR!", - "air_date": "2011-10-21", - "question": "There are even-toed & odd-toed orders of these hoofed mammals", - "value": "$1000", - "answer": "ungulates", - "round": "Jeopardy!", - "show_number": "6230", - "fullAnswer": "ungulates" - }, { "category": "PHYSICS", "air_date": "2011-10-21", @@ -123379,16 +117609,6 @@ "show_number": "6230", "fullAnswer": "the roof" }, - { - "category": "THE KILLING", - "air_date": "2011-10-21", - "question": "In 2007 this opposition leader & former Prime Minister was assassinated at a political rally", - "value": "$400", - "answer": "Benazir Bhutto", - "round": "Double Jeopardy!", - "show_number": "6230", - "fullAnswer": "Benazir Bhutto" - }, { "category": "INTERNATIONAL RHYME TIME", "air_date": "2011-10-21", @@ -123479,16 +117699,6 @@ "show_number": "6230", "fullAnswer": "Goodfellas" }, - { - "category": "THE SONG DYNASTY", - "air_date": "2011-10-21", - "question": "Attributed to Song Emperor Huizong, the painting here shows court ladies ironing this newly woven luxury material", - "value": "$1200", - "answer": "silk", - "round": "Double Jeopardy!", - "show_number": "6230", - "fullAnswer": "silk" - }, { "category": "OLD JOBS", "air_date": "2011-10-21", @@ -123789,16 +117999,6 @@ "show_number": "5760", "fullAnswer": "a Ouija board" }, - { - "category": "A WORLD OF MEMOIRS", - "air_date": "2009-10-02", - "question": "(I'm author and journalist Helene Cooper.) In \"The House at Sugar Beach\", my memoir of a childhood in Liberia, I recount the event that changed my life: the 1980 coup by Sgt. Doe against President Tolbert in this capital city named for the USA's 5th president", - "value": "$600", - "answer": "Monrovia", - "round": "Jeopardy!", - "show_number": "5760", - "fullAnswer": "Monrovia" - }, { "category": "ANIMAL HUSBANDRY", "air_date": "2009-10-02", @@ -123929,16 +118129,6 @@ "show_number": "5760", "fullAnswer": "the Berenstain Bears" }, - { - "category": "PEZ", - "air_date": "2009-10-02", - "question": "(Sarah of the Clue Crew shows some Pez dispensers.) In 2006 for the first time, Pez put currently-living real people on top of their dispensers--the Teutul family from this TLC series", - "value": "$1000", - "answer": "American Chopper", - "round": "Jeopardy!", - "show_number": "5760", - "fullAnswer": "American Chopper" - }, { "category": "MOBY DICK", "air_date": "2009-10-02", @@ -124069,16 +118259,6 @@ "show_number": "5760", "fullAnswer": "Lamaze" }, - { - "category": "COME SEE ABOUT \"ME\"", - "air_date": "2009-10-02", - "question": "With a name from Afrikaans, it's the critter seen here", - "value": "$800", - "answer": "meerkat", - "round": "Double Jeopardy!", - "show_number": "5760", - "fullAnswer": "a meerkat" - }, { "category": "THE SUPREMES", "air_date": "2009-10-02", @@ -124454,7 +118634,7 @@ "air_date": "2005-01-21", "question": "Jack,
Janet,
Chrissy", "value": "$800", - "answer": "Three\\'s Company", + "answer": "Three's Company", "round": "Jeopardy!", "show_number": "4695", "fullAnswer": "Three\\'s Company" @@ -124519,16 +118699,6 @@ "show_number": "4695", "fullAnswer": "Cagney & Lacey" }, - { - "category": "WOULDN'T IT BE RUBBERY", - "air_date": "2005-01-21", - "question": "Named for an English duke, they're the waterproof item seen here", - "value": "$1000", - "answer": "Wellingtons", - "round": "Jeopardy!", - "show_number": "4695", - "fullAnswer": "Wellingtons" - }, { "category": "HALLS OF FAME", "air_date": "2005-01-21", @@ -124604,7 +118774,7 @@ "air_date": "2005-01-21", "question": "On April 10, 1986 it was 38,785,700 miles from Earth: close enough to be visible through binoculars", "value": "$400", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Double Jeopardy!", "show_number": "4695", "fullAnswer": "Halley\\'s Comet" @@ -124699,16 +118869,6 @@ "show_number": "4695", "fullAnswer": "married dear old dad" }, - { - "category": "OUR LADY", - "air_date": "2005-01-21", - "question": "(Sarah of the Clue Crew rings a mission bell.) The bell called \"Mater Dolorosa\" or \"Our Lady of\" these was cast from fragments found around Mission San Diego", - "value": "$1200", - "answer": "sorrows", - "round": "Double Jeopardy!", - "show_number": "4695", - "fullAnswer": "sorrows" - }, { "category": "YOUR NUMBER'S UP", "air_date": "2005-01-21", @@ -124769,16 +118929,6 @@ "show_number": "4695", "fullAnswer": "the flowers" }, - { - "category": "YOUR NUMBER'S UP", - "air_date": "2005-01-21", - "question": "(Jimmy of the Clue Crew holds the grips of a shipboard machine gun.) Weapons on the USS Tarawa include these machine guns that fire a bullet of this impressive caliber, or half-inch", - "value": "$1600", - "answer": "50-caliber", - "round": "Double Jeopardy!", - "show_number": "4695", - "fullAnswer": "50-caliber" - }, { "category": "THE COMETS", "air_date": "2005-01-21", @@ -124889,16 +119039,6 @@ "show_number": "4586", "fullAnswer": "Dennis the Menace" }, - { - "category": "BUSY HANDS", - "air_date": "2004-07-12", - "question": "(Cheryl of the Clue Crew sits at a laptop while looking at a paper sheet labeled \"Exercise No. 1\".) It's the alliterative 2-word term for the skill I'm trying to master", - "value": "$200", - "answer": "touch typing", - "round": "Jeopardy!", - "show_number": "4586", - "fullAnswer": "touch typing" - }, { "category": "THE 1860s", "air_date": "2004-07-12", @@ -125009,26 +119149,6 @@ "show_number": "4586", "fullAnswer": "Spider-Man" }, - { - "category": "BUSY HANDS", - "air_date": "2004-07-12", - "question": "(Jimmy of the Clue Crew shuffles the deck.) Pushing is one way of shuffling cards, but this technique is more common & fancier", - "value": "$600", - "answer": "riffle", - "round": "Jeopardy!", - "show_number": "4586", - "fullAnswer": "a riffle" - }, - { - "category": "THE 1860s", - "air_date": "2004-07-12", - "question": "The drawing accompanying an 1862 weapons patent by this man is seen here", - "value": "$600", - "answer": "Gatling", - "round": "Jeopardy!", - "show_number": "4586", - "fullAnswer": "Gatling" - }, { "category": "ON THE \"ROAD\" AGAIN", "air_date": "2004-07-12", @@ -125089,16 +119209,6 @@ "show_number": "4586", "fullAnswer": "Pullman" }, - { - "category": "ON THE \"ROAD\" AGAIN", - "air_date": "2004-07-12", - "question": "Swift American seen here", - "value": "$800", - "answer": "roadrunner", - "round": "Jeopardy!", - "show_number": "4586", - "fullAnswer": "the roadrunner" - }, { "category": "BETTER ASK FOR DIRECTIONS", "air_date": "2004-07-12", @@ -125129,16 +119239,6 @@ "show_number": "4586", "fullAnswer": "For Better or for Worse" }, - { - "category": "BUSY HANDS", - "air_date": "2004-07-12", - "question": "(Cheryl of the Clue Crew manipulates a toy.) This Rubik's product is more for the artistic type than the cube is", - "value": "$1000", - "answer": "(Rubik\\'s) snake", - "round": "Jeopardy!", - "show_number": "4586", - "fullAnswer": "the (Rubik\\'s) snake" - }, { "category": "THE 1860s", "air_date": "2004-07-12", @@ -125399,16 +119499,6 @@ "show_number": "4586", "fullAnswer": "the Teddy Boys" }, - { - "category": "3-D", - "air_date": "2004-07-12", - "question": "G'day! It's the aboriginal wind instrument seen here", - "value": "$1600", - "answer": "didgeridoo", - "round": "Double Jeopardy!", - "show_number": "4586", - "fullAnswer": "a didgeridoo" - }, { "category": "SCIENCE", "air_date": "2004-07-12", @@ -125494,7 +119584,7 @@ "air_date": "2005-06-15", "question": "Kudrow's credit cards", "value": "$200", - "answer": "Lisa\\'s Visas", + "answer": "Lisa's Visas", "round": "Jeopardy!", "show_number": "4798", "fullAnswer": "Lisa\\'s Visas" @@ -125534,7 +119624,7 @@ "air_date": "2005-06-15", "question": "Saleswoman Oprah has tote bags specially for the items you saw on this popular segment of her show", "value": "$200", - "answer": "Oprah\\'s Book Club", + "answer": "Oprah's Book Club", "round": "Jeopardy!", "show_number": "4798", "fullAnswer": "Oprah\\'s Book Club" @@ -125554,7 +119644,7 @@ "air_date": "2005-06-15", "question": "Ms. Spelling's tall tales", "value": "$400", - "answer": "Tori\\'s stories", + "answer": "Tori's stories", "round": "Jeopardy!", "show_number": "4798", "fullAnswer": "Tori\\'s stories" @@ -125614,7 +119704,7 @@ "air_date": "2005-06-15", "question": "Jane or Keri's old-fashioned booty boosters", "value": "$600", - "answer": "Russell\\'s bustles", + "answer": "Russell's bustles", "round": "Jeopardy!", "show_number": "4798", "fullAnswer": "Russell\\'s bustles" @@ -125674,7 +119764,7 @@ "air_date": "2005-06-15", "question": "Buzzi's voting structures", "value": "$800", - "answer": "Ruth\\'s booths", + "answer": "Ruth's booths", "round": "Jeopardy!", "show_number": "4798", "fullAnswer": "Ruth\\'s booths" @@ -125734,7 +119824,7 @@ "air_date": "2005-06-15", "question": "Ms. Spears' little buses", "value": "$1000", - "answer": "Britney\\'s jitneys", + "answer": "Britney's jitneys", "round": "Jeopardy!", "show_number": "4798", "fullAnswer": "Britney\\'s jitneys" @@ -125859,16 +119949,6 @@ "show_number": "4798", "fullAnswer": "FAQ" }, - { - "category": "VACATION POSSIBILITIES", - "air_date": "2005-06-15", - "question": "(Jimmy of the Clue Crew reports from a horse corral in Montana.) Hubbard's Six Quarter Circle Ranch is a member of the association of these ranches, which welcome tenderfoots", - "value": "$800", - "answer": "dude ranch", - "round": "Double Jeopardy!", - "show_number": "4798", - "fullAnswer": "a dude ranch" - }, { "category": "GIMME MY HUNCHBACK", "air_date": "2005-06-15", @@ -125879,16 +119959,6 @@ "show_number": "4798", "fullAnswer": "Igor" }, - { - "category": "PREHISTORIC CRITTERS", - "air_date": "2005-06-15", - "question": "The best guess on the purpose of spinosarus' sail was that by turning it the beast could regulate this", - "value": "$800", - "answer": "body temperature", - "round": "Double Jeopardy!", - "show_number": "4798", - "fullAnswer": "body temperature" - }, { "category": "\"AS\" YOU LIKE IT", "air_date": "2005-06-15", @@ -125979,16 +120049,6 @@ "show_number": "4798", "fullAnswer": "QED" }, - { - "category": "VACATION POSSIBILITIES", - "air_date": "2005-06-15", - "question": "The now peaceful vista shown here at the Somme might be part of a tour of places that enter history as these", - "value": "$1600", - "answer": "World War I battlefields", - "round": "Double Jeopardy!", - "show_number": "4798", - "fullAnswer": "World War I battlefields" - }, { "category": "GIMME MY HUNCHBACK", "air_date": "2005-06-15", @@ -126114,7 +120174,7 @@ "air_date": "1994-11-07", "question": "Jokingly, this May observance is said to fall nine months after Father's Night", "value": "$100", - "answer": "Mother\\'s Day", + "answer": "Mother's Day", "round": "Jeopardy!", "show_number": "2341", "fullAnswer": "Mother\\'s Day" @@ -127054,7 +121114,7 @@ "air_date": "2000-12-14", "question": "Rod Stewart asked this title question in a 1978 No. 1 hit song, so \"come on sugar, let me know\"", "value": "$600", - "answer": "Da Ya Think I\\'m Sexy?", + "answer": "Da Ya Think I'm Sexy?", "round": "Double Jeopardy!", "show_number": "3749", "fullAnswer": "\"Da Ya Think I\\'m Sexy?\"" @@ -127114,7 +121174,7 @@ "air_date": "2000-12-14", "question": "It's the title of Edward Albee's first full-length play", "value": "$1,000", - "answer": "Who\\'s Afraid of Virginia Woolf?", + "answer": "Who's Afraid of Virginia Woolf?", "round": "Double Jeopardy!", "show_number": "3749", "fullAnswer": "\"Who\\'s Afraid of Virginia Woolf?\"" @@ -127164,7 +121224,7 @@ "air_date": "2000-12-14", "question": "\"Now\" is the time to ask this question, the title of Connie Francis' first Top 40 hit", "value": "$1000", - "answer": "Who\\'s Sorry Now?", + "answer": "Who's Sorry Now?", "round": "Double Jeopardy!", "show_number": "3749", "fullAnswer": "\"Who\\'s Sorry Now?\"" @@ -127434,7 +121494,7 @@ "air_date": "1998-10-26", "question": "At this chain restaurant, you can order an egg & ham sandwich called \"Moons Over My Hammy\"", "value": "$500", - "answer": "Denny\\'s", + "answer": "Denny's", "round": "Jeopardy!", "show_number": "3251", "fullAnswer": "Denny\\'s" @@ -127524,7 +121584,7 @@ "air_date": "1998-10-26", "question": "CPB is the symbol for this maker of alphabet soup", "value": "$200", - "answer": "Campbell\\'s", + "answer": "Campbell's", "round": "Double Jeopardy!", "show_number": "3251", "fullAnswer": "Campbell\\'s" @@ -127894,7 +121954,7 @@ "air_date": "2001-01-26", "question": "Frank McCourt tells about growing up in the slums of Ireland in this Pulitzer Prize-winning memoir", "value": "$200", - "answer": "Angela\\'s Ashes", + "answer": "Angela's Ashes", "round": "Jeopardy!", "show_number": "3780", "fullAnswer": "\"Angela\\'s Ashes\"" @@ -128074,7 +122134,7 @@ "air_date": "2001-01-26", "question": "As you might \"Expect\", this book, first published in 1984, is the top pregnancy guide for moms-to-be", "value": "$500", - "answer": "What to Expect When You\\'re Expecting", + "answer": "What to Expect When You're Expecting", "round": "Jeopardy!", "show_number": "3780", "fullAnswer": "\"What to Expect When You\\'re Expecting\"" @@ -128559,16 +122619,6 @@ "show_number": "4618", "fullAnswer": "percussion" }, - { - "category": "THE CHURCH LADY", - "air_date": "2004-10-06", - "question": "Seen here, this minister & entertainer helped build the three largest Christian TV networks in the world", - "value": "$600", - "answer": "Tammy Faye Baker", - "round": "Jeopardy!", - "show_number": "4618", - "fullAnswer": "Tammy Faye Baker" - }, { "category": "ISN'T THAT SPATIAL?", "air_date": "2004-10-06", @@ -128814,7 +122864,7 @@ "air_date": "2004-10-06", "question": "You can't beat this 9-tailed whip, or maybe you can", "value": "$800", - "answer": "cat-o\\'-nine-tails", + "answer": "cat-o'-nine-tails", "round": "Double Jeopardy!", "show_number": "4618", "fullAnswer": "a cat-o\\'-nine-tails" @@ -128894,7 +122944,7 @@ "air_date": "2004-10-06", "question": "This Alice Cooper tune cheers, \"No more pencils, no more books, no more teacher's dirty looks\"", "value": "$1600", - "answer": "School\\'s Out", + "answer": "School's Out", "round": "Double Jeopardy!", "show_number": "4618", "fullAnswer": "\"School\\'s Out\"" @@ -129204,7 +123254,7 @@ "air_date": "2007-03-05", "question": "A puppet show called \"Percy, the Poor Little Penguin\" premiered at this store's Herald Square location in 2001", "value": "$800", - "answer": "Macy\\'s", + "answer": "Macy's", "round": "Jeopardy!", "show_number": "5181", "fullAnswer": "Macy\\'s" @@ -129269,16 +123319,6 @@ "show_number": "5181", "fullAnswer": "Jerry Orbach" }, - { - "category": "GLOBAL", - "air_date": "2007-03-05", - "question": "The history of this European country, whose flag is seen here, goes back 4,000 years", - "value": "$1000", - "answer": "Greece", - "round": "Jeopardy!", - "show_number": "5181", - "fullAnswer": "Greece" - }, { "category": "\"WARM\"ING", "air_date": "2007-03-05", @@ -129329,16 +123369,6 @@ "show_number": "5181", "fullAnswer": "snows" }, - { - "category": "A DROP OF IRISH WHISKEY", - "air_date": "2007-03-05", - "question": "(Kelly of the Clue Crew reports from the Old Jameson Distillery in Dublin, Ireland.) Jameson Irish whiskey is unique in that the malted type of this ingredient is dried in a closed oven so that smoke doesn't interfere", - "value": "$400", - "answer": "barley", - "round": "Double Jeopardy!", - "show_number": "5181", - "fullAnswer": "barley" - }, { "category": "STATUE-ESQUE", "air_date": "2007-03-05", @@ -129399,16 +123429,6 @@ "show_number": "5181", "fullAnswer": "moonshine" }, - { - "category": "STATUE-ESQUE", - "air_date": "2007-03-05", - "question": "The statue seen here fought & won by decision the right to be displayed in front of the museum in this U.S. city", - "value": "$800", - "answer": "Philadelphia", - "round": "Double Jeopardy!", - "show_number": "5181", - "fullAnswer": "Philadelphia" - }, { "category": "IN THE DICTIONARY", "air_date": "2007-03-05", @@ -129449,16 +123469,6 @@ "show_number": "5181", "fullAnswer": "Sophie" }, - { - "category": "A DROP OF IRISH WHISKEY", - "air_date": "2007-03-05", - "question": "(Cheryl of the Clue Crew stands in front of large tanks containing whiskey in Dublin, Ireland.) The whiskey goes 3 times through this purifying process, the evaporation & collection of a liquid via condensation", - "value": "$1,000", - "answer": "distillation", - "round": "Double Jeopardy!", - "show_number": "5181", - "fullAnswer": "distillation" - }, { "category": "STATUE-ESQUE", "air_date": "2007-03-05", @@ -129559,16 +123569,6 @@ "show_number": "5181", "fullAnswer": "Southern" }, - { - "category": "STATUE-ESQUE", - "air_date": "2007-03-05", - "question": "After it became popular, the statue seen here had to be moved from the cemetery to this city's Telfair Museum", - "value": "$2000", - "answer": "Savannah", - "round": "Double Jeopardy!", - "show_number": "5181", - "fullAnswer": "Savannah" - }, { "category": "IN THE DICTIONARY", "air_date": "2007-03-05", @@ -129599,16 +123599,6 @@ "show_number": "5014", "fullAnswer": "Switzerland" }, - { - "category": "THAT WAS ENTERTAINMENT", - "air_date": "2006-06-01", - "question": "The instrument seen here belonged to this musician who died in 1987", - "value": "$200", - "answer": "Liberace", - "round": "Jeopardy!", - "show_number": "5014", - "fullAnswer": "Liberace" - }, { "category": "WOMEN IN POLITICS", "air_date": "2006-06-01", @@ -129659,26 +123649,6 @@ "show_number": "5014", "fullAnswer": "Franco" }, - { - "category": "THAT WAS ENTERTAINMENT", - "air_date": "2006-06-01", - "question": "Mr. Bunny Rabbit, the bunny seen here, helped this TV host earn the love of children", - "value": "$400", - "answer": "Captain Kangaroo", - "round": "Jeopardy!", - "show_number": "5014", - "fullAnswer": "Captain Kangaroo" - }, - { - "category": "WOMEN IN POLITICS", - "air_date": "2006-06-01", - "question": "(Sarah of the Clue Crew reports from Duke University, Durham, NC.) As a student here at Duke, she was known as Mary Elizabeth Hanford; in her senior year, she was Leader of the Year & the May Queen", - "value": "$400", - "answer": "Libby Dole", - "round": "Jeopardy!", - "show_number": "5014", - "fullAnswer": "Libby Dole" - }, { "category": "\"BOOK\"S", "air_date": "2006-06-01", @@ -129719,16 +123689,6 @@ "show_number": "5014", "fullAnswer": "KLM" }, - { - "category": "THAT WAS ENTERTAINMENT", - "air_date": "2006-06-01", - "question": "The uniform seen here was worn by this patriotic songwriter when he played himself in \"This Is the Army\"", - "value": "$600", - "answer": "Irving Berlin", - "round": "Jeopardy!", - "show_number": "5014", - "fullAnswer": "Irving Berlin" - }, { "category": "WOMEN IN POLITICS", "air_date": "2006-06-01", @@ -129739,16 +123699,6 @@ "show_number": "5014", "fullAnswer": "Maryland" }, - { - "category": "\"BOOK\"S", - "air_date": "2006-06-01", - "question": "(Cheryl of the Clue Crew demonstrates a novel book.) By changing one element on each page, we've created one of these, first patented in 1882", - "value": "$600", - "answer": "flip book", - "round": "Jeopardy!", - "show_number": "5014", - "fullAnswer": "a flip book" - }, { "category": "SHIP SHAPE", "air_date": "2006-06-01", @@ -129769,16 +123719,6 @@ "show_number": "5014", "fullAnswer": "vat" }, - { - "category": "THAT WAS ENTERTAINMENT", - "air_date": "2006-06-01", - "question": "The mask will be familiar if you managed to catch this show in its 42-year off-Broadway run", - "value": "$800", - "answer": "Fantasticks", - "round": "Jeopardy!", - "show_number": "5014", - "fullAnswer": "The Fantasticks" - }, { "category": "WOMEN IN POLITICS", "air_date": "2006-06-01", @@ -129799,16 +123739,6 @@ "show_number": "5014", "fullAnswer": "stud book" }, - { - "category": "SHIP SHAPE", - "air_date": "2006-06-01", - "question": "(Jimmy of the Clue Crew stands in front of a model ship in the FDR Presidential Library in Hyde Park, NY.) A Navy buff, FDR had a model of this famous War of 1812 ship; it was built by the ship's carpenter", - "value": "$800", - "answer": "U.S.S. Constitution", - "round": "Jeopardy!", - "show_number": "5014", - "fullAnswer": "the U.S.S. Constitution" - }, { "category": "A VARIETY OF WORDS", "air_date": "2006-06-01", @@ -129819,16 +123749,6 @@ "show_number": "5014", "fullAnswer": "rivet" }, - { - "category": "THAT WAS ENTERTAINMENT", - "air_date": "2006-06-01", - "question": "Ja, the costume shown was worn by this master of dialect as the German professor on \"Your Show of Shows\"", - "value": "$1000", - "answer": "Sid Caesar", - "round": "Jeopardy!", - "show_number": "5014", - "fullAnswer": "Sid Caesar" - }, { "category": "WOMEN IN POLITICS", "air_date": "2006-06-01", @@ -129869,16 +123789,6 @@ "show_number": "5014", "fullAnswer": "carrots" }, - { - "category": "HAD A DOG", - "air_date": "2006-06-01", - "question": "One of Britain's most popular toys this breed of dog seen here", - "value": "$400", - "answer": "Yorkshire terrier", - "round": "Double Jeopardy!", - "show_number": "5014", - "fullAnswer": "a Yorkshire terrier" - }, { "category": "BINGO", "air_date": "2006-06-01", @@ -129894,7 +123804,7 @@ "air_date": "2006-06-01", "question": "He was nominated for a Best Actor Oscar for \"The Stunt Man\"", "value": "$400", - "answer": "Peter O\\'Toole", + "answer": "Peter O'Toole", "round": "Double Jeopardy!", "show_number": "5014", "fullAnswer": "Peter O\\'Toole" @@ -129954,7 +123864,7 @@ "air_date": "2006-06-01", "question": "He was Speaker of the House from 1977 to 1987", "value": "$800", - "answer": "Tip O\\'Neill", + "answer": "Tip O'Neill", "round": "Double Jeopardy!", "show_number": "5014", "fullAnswer": "Tip O\\'Neill" @@ -130014,7 +123924,7 @@ "air_date": "2006-06-01", "question": "In 1934 this writer had an \"Appointment in Samarra\"", "value": "$1200", - "answer": "John O\\'Hara", + "answer": "John O'Hara", "round": "Double Jeopardy!", "show_number": "5014", "fullAnswer": "John O\\'Hara" @@ -130049,16 +123959,6 @@ "show_number": "5014", "fullAnswer": "the Boers" }, - { - "category": "HAD A DOG", - "air_date": "2006-06-01", - "question": "In Tibetan tradition these dogs, like the one seen here, were regarded as reincarnated lamas", - "value": "$1600", - "answer": "Lhasa Apso", - "round": "Double Jeopardy!", - "show_number": "5014", - "fullAnswer": "a Lhasa Apso" - }, { "category": "BINGO", "air_date": "2006-06-01", @@ -130074,7 +123974,7 @@ "air_date": "2006-06-01", "question": "Bestsellers by this political satirist include \"Parliament of Whores\" & \"Give War a Chance\"", "value": "$1600", - "answer": "O\\'Rourke", + "answer": "O'Rourke", "round": "Double Jeopardy!", "show_number": "5014", "fullAnswer": "(P.J.) O\\'Rourke" @@ -130134,7 +124034,7 @@ "air_date": "2006-06-01", "question": "This Irish playwright wrote \"Juno and the Paycock\" for the Abbey Theatre in Dublin", "value": "$2000", - "answer": "Sean O\\'Casey", + "answer": "Sean O'Casey", "round": "Double Jeopardy!", "show_number": "5014", "fullAnswer": "Sean O\\'Casey" @@ -131424,21 +125324,11 @@ "air_date": "2005-10-13", "question": "In 2003 campers made one of these with approx. 20,000 marshmallows, 7,000 Hershey bars & 24,000 graham crackers", "value": "$400", - "answer": "s\\'more", + "answer": "s'more", "round": "Jeopardy!", "show_number": "4849", "fullAnswer": "a s\\'more" }, - { - "category": "NATURE STUDY", - "air_date": "2005-10-13", - "question": "(Jimmy of the Clue Crew shows some animal tracks on the monitor.) To track the striped type of this animal, look for the meandering print pattern, or just follow your nose", - "value": "$400", - "answer": "skunk", - "round": "Jeopardy!", - "show_number": "4849", - "fullAnswer": "a skunk" - }, { "category": "ESPAÑOL", "air_date": "2005-10-13", @@ -131679,16 +125569,6 @@ "show_number": "4849", "fullAnswer": "King George III" }, - { - "category": "STAR WARS FOREVER", - "air_date": "2005-10-13", - "question": "(Mark Hamill gives the clue.) In the early drafts of \"Star Wars\", Luke's last name was Starkiller; this, of course, was his last name in the finished film", - "value": "$800", - "answer": "Skywalker", - "round": "Double Jeopardy!", - "show_number": "4849", - "fullAnswer": "Skywalker" - }, { "category": "MUSIC CLASS", "air_date": "2005-10-13", @@ -131699,16 +125579,6 @@ "show_number": "4849", "fullAnswer": "a chord" }, - { - "category": "OCCUPATIONS", - "air_date": "2005-10-13", - "question": "(Kelly of the Clue Crew delivers the clue from a chemistry lab.) The mortar & pestle, once used to grind materials to make medicine, are still the symbol of this profession", - "value": "$800", - "answer": "pharmacist", - "round": "Double Jeopardy!", - "show_number": "4849", - "fullAnswer": "a pharmacist" - }, { "category": "LAKES & RIVERS", "air_date": "2005-10-13", @@ -131719,16 +125589,6 @@ "show_number": "4849", "fullAnswer": "Loch Ness" }, - { - "category": "KIDS' DICTIONARY", - "air_date": "2005-10-13", - "question": "Parents think it's a person who seats you in a theater; kids know it's this hip-hop hunk seen here", - "value": "$800", - "answer": "Usher", - "round": "Double Jeopardy!", - "show_number": "4849", - "fullAnswer": "Usher" - }, { "category": "THE AMERICAN REVOLUTION", "air_date": "2005-10-13", @@ -131809,16 +125669,6 @@ "show_number": "4849", "fullAnswer": "Yoda" }, - { - "category": "OCCUPATIONS", - "air_date": "2005-10-13", - "question": "(Jon of the Clue Crew points to a paper spreadsheet.) In an old-fashioned ledger book, I'm keeping track of money coming in & going out like someone in this job", - "value": "$1600", - "answer": "accountant", - "round": "Double Jeopardy!", - "show_number": "4849", - "fullAnswer": "an accountant" - }, { "category": "LAKES & RIVERS", "air_date": "2005-10-13", @@ -132254,7 +126104,7 @@ "air_date": "2001-03-01", "question": "It's Bogie's trademark line to Ingrid Bergman in \"Casablanca\", kid", "value": "$200", - "answer": "Here\\'s looking at you, kid.", + "answer": "Here's looking at you, kid.", "round": "Double Jeopardy!", "show_number": "3804", "fullAnswer": "\"Here\\'s looking at you, kid.\"" @@ -132764,7 +126614,7 @@ "air_date": "2004-04-23", "question": "Charlie Chaplin, that little tramp, married 2 16-year-old actresses as well as Paulette Goddard & her", "value": "$1000", - "answer": "Oona O\\'Neill", + "answer": "Oona O'Neill", "round": "Jeopardy!", "show_number": "4530", "fullAnswer": "Oona O\\'Neill" @@ -133099,16 +126949,6 @@ "show_number": "4530", "fullAnswer": "Pyotr Ilyich Tchaikovsky" }, - { - "category": "COLORADO DREAMING", - "air_date": "2006-12-26", - "question": "(Jon of the Clue Crew reports from the Denver Mint.) For its first 46 years, the United States Mint at Denver was an assay office, stemming from the discovery of this at Cherry Creek in 1858", - "value": "$200", - "answer": "gold", - "round": "Jeopardy!", - "show_number": "5132", - "fullAnswer": "gold" - }, { "category": "PHOTOGRAPHERS", "air_date": "2006-12-26", @@ -133219,16 +127059,6 @@ "show_number": "5132", "fullAnswer": "a crooner" }, - { - "category": "COLORADO DREAMING", - "air_date": "2006-12-26", - "question": "(Jon of the Clue Crew appears in Colorado Springs, Colorado.) Built into a Colorado mountain, this command complex of this 5-letter air defense organization sits on 1,000 lb. springs, to help it survive nuclear attack", - "value": "$600", - "answer": "NORAD", - "round": "Jeopardy!", - "show_number": "5132", - "fullAnswer": "NORAD" - }, { "category": "PHOTOGRAPHERS", "air_date": "2006-12-26", @@ -133459,16 +127289,6 @@ "show_number": "5132", "fullAnswer": "Silicon Valley" }, - { - "category": "MEDICINE", - "air_date": "2006-12-26", - "question": "Seen here is one of the original tubes used by Roentgen at the time of his discovery of these", - "value": "$800", - "answer": "X-rays", - "round": "Double Jeopardy!", - "show_number": "5132", - "fullAnswer": "X-rays" - }, { "category": "1970s ALBUMS", "air_date": "2006-12-26", @@ -133734,7 +127554,7 @@ "air_date": "2001-02-07", "question": "At the \"World\" of these chocolate candies you'll learn about the rigorous training they endure to earn their letters", "value": "$100", - "answer": "M&M\\'s", + "answer": "M&M's", "round": "Jeopardy!", "show_number": "3788", "fullAnswer": "M&M\\'s" @@ -134314,7 +128134,7 @@ "air_date": "2005-03-07", "question": "Constance, an aristocrat's wife, has an affair with the gamekeeper of Wragby Hall, her husband's estate, in this novel", "value": "$400", - "answer": "Lady Chatterley\\'s Lover", + "answer": "Lady Chatterley's Lover", "round": "Jeopardy!", "show_number": "4726", "fullAnswer": "Lady Chatterley\\'s Lover" @@ -134349,16 +128169,6 @@ "show_number": "4726", "fullAnswer": "the pit" }, - { - "category": "\"DE\" ARTS", - "air_date": "2005-03-07", - "question": "Seen here, the work of Tamara De Lempicka typifies this art style", - "value": "$400", - "answer": "Art Deco", - "round": "Jeopardy!", - "show_number": "4726", - "fullAnswer": "Art Deco" - }, { "category": "A NUMBER FROM 1 TO 10", "air_date": "2005-03-07", @@ -134399,16 +128209,6 @@ "show_number": "4726", "fullAnswer": "Belgium" }, - { - "category": "A SNAKE IN THE CATEGORY", - "air_date": "2005-03-07", - "question": "Creepy-crawly singer-songwriter heard here

\"I don't like spiders and snakes /
And that ain't what it takes to love me...\"
", - "value": "$600", - "answer": "Stafford", - "round": "Jeopardy!", - "show_number": "4726", - "fullAnswer": "(Jim) Stafford" - }, { "category": "\"DE\" ARTS", "air_date": "2005-03-07", @@ -134559,16 +128359,6 @@ "show_number": "4726", "fullAnswer": "quarks" }, - { - "category": "LET'S VISIT PALAU!", - "air_date": "2005-03-07", - "question": "(Jeff Probst, host of Survivor, reads from Palau.) Food staples on Palau include sweet potatoes, cassava & this starchy tuber that's used to make poi", - "value": "$400", - "answer": "taro", - "round": "Double Jeopardy!", - "show_number": "4726", - "fullAnswer": "taro" - }, { "category": "JAMIE FOXX ROLES", "air_date": "2005-03-07", @@ -134799,16 +128589,6 @@ "show_number": "4726", "fullAnswer": "high energy physics (high energy particle accepted)" }, - { - "category": "LET'S VISIT PALAU!", - "air_date": "2005-03-07", - "question": "(Jeff Probst reads from the jungle of Palau.) Palau is part of this group of islands named for King Charles II of Spain", - "value": "$2000", - "answer": "Carolines", - "round": "Double Jeopardy!", - "show_number": "4726", - "fullAnswer": "the Carolines" - }, { "category": "JAMIE FOXX ROLES", "air_date": "2005-03-07", @@ -134839,16 +128619,6 @@ "show_number": "4726", "fullAnswer": "in loco parentis" }, - { - "category": "& ONE LAST \"EZ\" CATEGORY", - "air_date": "2005-03-07", - "question": "It's the architectural band of decorations seen here", - "value": "$2000", - "answer": "frieze", - "round": "Double Jeopardy!", - "show_number": "4726", - "fullAnswer": "the frieze" - }, { "category": "SPORTS PHRASE ORIGINS", "air_date": "2005-03-07", @@ -134949,22 +128719,12 @@ "show_number": "6196", "fullAnswer": "ribs" }, - { - "category": "COUNTRIES' CURRENCIES", - "air_date": "2011-07-18", - "question": "(Kelly of the Clue Crew presents the clue from Sydney, Australia.) Australia was the first country to start making bills out of this. They improve security and last much longer than paper bills, if you don't spend them.", - "value": "$400", - "answer": "plastic", - "round": "Jeopardy!", - "show_number": "6196", - "fullAnswer": "plastic" - }, { "category": "AT HOME WITH A GOOD BOOK", "air_date": "2011-07-18", "question": "The Slopes, the estate of the Stoke-d'Urbervilles", "value": "$400", - "answer": "Tess of the d\\'Urbervilles", + "answer": "Tess of the d'Urbervilles", "round": "Jeopardy!", "show_number": "6196", "fullAnswer": "Tess of the d\\'Urbervilles" @@ -135409,16 +129169,6 @@ "show_number": "6196", "fullAnswer": "ichthyology" }, - { - "category": "WATER CARRIERS", - "air_date": "2011-07-18", - "question": "In the 1950s this project opened up a 2,300-mile system of waterways", - "value": "$2000", - "answer": "Saint Lawrence Seaway project", - "round": "Double Jeopardy!", - "show_number": "6196", - "fullAnswer": "the Saint Lawrence Seaway project" - }, { "category": "STARTS & ENDS WITH \"H\"", "air_date": "2011-07-18", @@ -135564,7 +129314,7 @@ "air_date": "2004-11-09", "question": "Turning tools are used to shape the clay on one of these", "value": "$400", - "answer": "potter\\'s wheel", + "answer": "potter's wheel", "round": "Jeopardy!", "show_number": "4642", "fullAnswer": "a potter\\'s wheel" @@ -135669,16 +129419,6 @@ "show_number": "4642", "fullAnswer": "Deborah" }, - { - "category": "ORGANIZATIONS", - "air_date": "2004-11-09", - "question": "Since 1851, it's helped people get where they're going", - "value": "$800", - "answer": "Travelers Aid", - "round": "Jeopardy!", - "show_number": "4642", - "fullAnswer": "Travelers Aid" - }, { "category": "ART SCHOOL", "air_date": "2004-11-09", @@ -135799,16 +129539,6 @@ "show_number": "4642", "fullAnswer": "rye" }, - { - "category": "HERE I AM AT...", - "air_date": "2004-11-09", - "question": "(Cheryl of the Clue Crew, in ski gear, reports from a snowy spot.) I'm on Mammoth Mountain, which, like a lot of great California skiing, is in this mountain range", - "value": "$400", - "answer": "Sierra Nevada", - "round": "Double Jeopardy!", - "show_number": "4642", - "fullAnswer": "the Sierra Nevada" - }, { "category": "\"CAMP\"", "air_date": "2004-11-09", @@ -135859,26 +129589,6 @@ "show_number": "4642", "fullAnswer": "oats" }, - { - "category": "HERE I AM AT...", - "air_date": "2004-11-09", - "question": "(Sarah of the Clue Crew leans against a corral fence in a high, green pasture.) I'm overlooking Paradise Valley in this state, with a nickname that encourages you to look up", - "value": "$800", - "answer": "Montana", - "round": "Double Jeopardy!", - "show_number": "4642", - "fullAnswer": "Montana" - }, - { - "category": "\"CAMP\"", - "air_date": "2004-11-09", - "question": "Place a bet & name this classic heard here", - "value": "$800", - "answer": "Camptown Races", - "round": "Double Jeopardy!", - "show_number": "4642", - "fullAnswer": "\"Camptown Races\"" - }, { "category": "GRANADA", "air_date": "2004-11-09", @@ -135919,16 +129629,6 @@ "show_number": "4642", "fullAnswer": "pods" }, - { - "category": "HERE I AM AT...", - "air_date": "2004-11-09", - "question": "(Jimmy of the Clue Crew stands somewhere with a brightly-lit Eiffel Tower in the background.) I'm on the street called this, originally named by L.A. ex-cop Guy McAfee, who was reminded of Sunset Boulevard", - "value": "$1200", - "answer": "Las Vegas Strip", - "round": "Double Jeopardy!", - "show_number": "4642", - "fullAnswer": "the Las Vegas Strip" - }, { "category": "\"CAMP\"", "air_date": "2004-11-09", @@ -135964,7 +129664,7 @@ "air_date": "2004-11-09", "question": "The painting of \"Whistler's Mother\" is owned by this French art museum that used to be a train station", "value": "$1600", - "answer": "Musée d\\'Orsay", + "answer": "Musée d'Orsay", "round": "Double Jeopardy!", "show_number": "4642", "fullAnswer": "Musée d\\'Orsay" @@ -135979,16 +129679,6 @@ "show_number": "4642", "fullAnswer": "hay" }, - { - "category": "HERE I AM AT...", - "air_date": "2004-11-09", - "question": "(Sarah of the Clue Crew stands at the edge of an inviting, palm-enclosed lagoon lined with grass-capped umbrellas.) On the east coast of this Mexican peninsula, I'm actually due south of Florida", - "value": "$1600", - "answer": "Yucatan", - "round": "Double Jeopardy!", - "show_number": "4642", - "fullAnswer": "the Yucatan" - }, { "category": "\"CAMP\"", "air_date": "2004-11-09", @@ -136039,16 +129729,6 @@ "show_number": "4642", "fullAnswer": "the soybean" }, - { - "category": "HERE I AM AT...", - "air_date": "2004-11-09", - "question": "(Cheryl of the Clue Crew strolls across a college campus.) I'm on the campus of this university, where over 25 Nobel Prize winners were educated, including Milton Friedman", - "value": "$2000", - "answer": "Chicago", - "round": "Double Jeopardy!", - "show_number": "4642", - "fullAnswer": "(the University of) Chicago" - }, { "category": "\"CAMP\"", "air_date": "2004-11-09", @@ -136089,16 +129769,6 @@ "show_number": "4988", "fullAnswer": "Long Island" }, - { - "category": "2006 COMMEMORATIVE STAMPS", - "air_date": "2006-04-26", - "question": "In the American Motorcycles series, here's this type of bike named for the removal of some parts", - "value": "$200", - "answer": "chopper", - "round": "Jeopardy!", - "show_number": "4988", - "fullAnswer": "a chopper" - }, { "category": "3-LETTER BODY PARTS", "air_date": "2006-04-26", @@ -136119,16 +129789,6 @@ "show_number": "4988", "fullAnswer": "Dover" }, - { - "category": "NAME THAT TUNE", - "air_date": "2006-04-26", - "question": "Flash back a few decades with this anthem", - "value": "$200", - "answer": "I Will Survive", - "round": "Jeopardy!", - "show_number": "4988", - "fullAnswer": "\"I Will Survive\"" - }, { "category": "NUMBER THAT CONSTITUTIONAL AMENDMENT", "air_date": "2006-04-26", @@ -136144,21 +129804,11 @@ "air_date": "2006-04-26", "question": "Vineyard Sound separates her Vineyard from Cape Cod 4 miles away", "value": "$400", - "answer": "Martha\\'s Vineyard", + "answer": "Martha's Vineyard", "round": "Jeopardy!", "show_number": "4988", "fullAnswer": "Martha\\'s Vineyard" }, - { - "category": "2006 COMMEMORATIVE STAMPS", - "air_date": "2006-04-26", - "question": "Wonders of America: Land of Superlatives includes these oldest mountains that run from Canada to Alabama", - "value": "$400", - "answer": "Appalachians", - "round": "Jeopardy!", - "show_number": "4988", - "fullAnswer": "the Appalachians" - }, { "category": "3-LETTER BODY PARTS", "air_date": "2006-04-26", @@ -136209,16 +129859,6 @@ "show_number": "4988", "fullAnswer": "Hawaii" }, - { - "category": "2006 COMMEMORATIVE STAMPS", - "air_date": "2006-04-26", - "question": "4 stamps feature aspects of Ben Franklin; here he is in this job", - "value": "$600", - "answer": "Postmaster General", - "round": "Jeopardy!", - "show_number": "4988", - "fullAnswer": "Postmaster General" - }, { "category": "3-LETTER BODY PARTS", "air_date": "2006-04-26", @@ -136239,16 +129879,6 @@ "show_number": "4988", "fullAnswer": "Disraeli" }, - { - "category": "NAME THAT TUNE", - "air_date": "2006-04-26", - "question": "City that's the title of the following", - "value": "$600", - "answer": "San Francisco", - "round": "Jeopardy!", - "show_number": "4988", - "fullAnswer": "San Francisco" - }, { "category": "NUMBER THAT CONSTITUTIONAL AMENDMENT", "air_date": "2006-04-26", @@ -136269,16 +129899,6 @@ "show_number": "4988", "fullAnswer": "the Great Salt Lake" }, - { - "category": "2006 COMMEMORATIVE STAMPS", - "air_date": "2006-04-26", - "question": "The longest arm of the law, he's part of a series on DC comics superheroes", - "value": "$800", - "answer": "Plastic Man", - "round": "Jeopardy!", - "show_number": "4988", - "fullAnswer": "Plastic Man" - }, { "category": "3-LETTER BODY PARTS", "air_date": "2006-04-26", @@ -136329,16 +129949,6 @@ "show_number": "4988", "fullAnswer": "the Aleutian Islands" }, - { - "category": "2006 COMMEMORATIVE STAMPS", - "air_date": "2006-04-26", - "question": "Canada Post is a joint issuer of the stamp commemorating the 400th anniversary of this Frenchman's voyage", - "value": "$1000", - "answer": "Samuel de Champlain", - "round": "Jeopardy!", - "show_number": "4988", - "fullAnswer": "Samuel de Champlain" - }, { "category": "3-LETTER BODY PARTS", "air_date": "2006-04-26", @@ -136359,16 +129969,6 @@ "show_number": "4988", "fullAnswer": "a diet" }, - { - "category": "NAME THAT TUNE", - "air_date": "2006-04-26", - "question": "This tune was on the soundtrack of the Spike Lee film of the same name", - "value": "$1000", - "answer": "Jungle Fever", - "round": "Jeopardy!", - "show_number": "4988", - "fullAnswer": "\"Jungle Fever\"" - }, { "category": "NUMBER THAT CONSTITUTIONAL AMENDMENT", "air_date": "2006-04-26", @@ -136434,7 +130034,7 @@ "air_date": "2006-04-26", "question": "Kennedy's cots", "value": "$400", - "answer": "Ted\\'s beds", + "answer": "Ted's beds", "round": "Double Jeopardy!", "show_number": "4988", "fullAnswer": "Ted\\'s beds" @@ -136494,7 +130094,7 @@ "air_date": "2006-04-26", "question": "Biden's pedal digits", "value": "$800", - "answer": "Joe\\'s toes", + "answer": "Joe's toes", "round": "Double Jeopardy!", "show_number": "4988", "fullAnswer": "Joe\\'s toes" @@ -136519,16 +130119,6 @@ "show_number": "4988", "fullAnswer": "Howdy Doody" }, - { - "category": "SCIENCE CLASS", - "air_date": "2006-04-26", - "question": "(Kelly of the Clue Crew drops a raisin into a glass and watches it bob back up.) A raisin in soda sinks because it's denser, & it rises because CO2 pockets make it more this, from the Spanish for \"float\"", - "value": "$1200", - "answer": "buoyant", - "round": "Double Jeopardy!", - "show_number": "4988", - "fullAnswer": "buoyant" - }, { "category": "FOOD IN FRENCH", "air_date": "2006-04-26", @@ -136554,7 +130144,7 @@ "air_date": "2006-04-26", "question": "Elizabeth's fishing rods", "value": "$1200", - "answer": "Dole\\'s poles", + "answer": "Dole's poles", "round": "Double Jeopardy!", "show_number": "4988", "fullAnswer": "Dole\\'s poles" @@ -136614,7 +130204,7 @@ "air_date": "2006-04-26", "question": "Lautenberg's practical jokes", "value": "$1600", - "answer": "Frank\\'s pranks", + "answer": "Frank's pranks", "round": "Double Jeopardy!", "show_number": "4988", "fullAnswer": "Frank\\'s pranks" @@ -136629,26 +130219,6 @@ "show_number": "4988", "fullAnswer": "Jericho" }, - { - "category": "\"H.D.\" TV", - "air_date": "2006-04-26", - "question": "Seen here, he was Jack Paar's sidekick on \"The Jack Paar Show\"", - "value": "$2000", - "answer": "Hugh Downs", - "round": "Double Jeopardy!", - "show_number": "4988", - "fullAnswer": "Hugh Downs" - }, - { - "category": "SCIENCE CLASS", - "air_date": "2006-04-26", - "question": "(Kelly of the Clue Crew shows a diagram of the brain on a monitor.) Descartes called this gland \"the seat of the rational soul\", & it's named for its pinecone-shaped appearance", - "value": "$2000", - "answer": "pineal gland", - "round": "Double Jeopardy!", - "show_number": "4988", - "fullAnswer": "the pineal gland" - }, { "category": "FOOD IN FRENCH", "air_date": "2006-04-26", @@ -136674,7 +130244,7 @@ "air_date": "2006-04-26", "question": "Nebraskan Chuck's donut-shaped breakfast rolls", "value": "$2000", - "answer": "Hagel\\'s bagels", + "answer": "Hagel's bagels", "round": "Double Jeopardy!", "show_number": "4988", "fullAnswer": "Hagel\\'s bagels" @@ -136709,22 +130279,12 @@ "show_number": "5862", "fullAnswer": "Brooklyn" }, - { - "category": "TOWERS", - "air_date": "2010-02-23", - "question": "Seen here are the world's first leaning high-rise buildings--Puerto de Europa in this country", - "value": "$200", - "answer": "Spain", - "round": "Jeopardy!", - "show_number": "5862", - "fullAnswer": "Spain" - }, { "category": "STATE FAIR FOODS", "air_date": "2010-02-23", "question": "A finalist in the 2008 Big Tex Choice Awards was a deep-fried version of this chocolaty campfire treat; who wants another?", "value": "$200", - "answer": "s\\'mores", + "answer": "s'mores", "round": "Jeopardy!", "show_number": "5862", "fullAnswer": "s\\'mores" @@ -136829,16 +130389,6 @@ "show_number": "5862", "fullAnswer": "the Orioles" }, - { - "category": "TOWERS", - "air_date": "2010-02-23", - "question": "To stop suburban flight, elevator operators' & janitors' unions developed the Marina City Towers in this Midwest city", - "value": "$600", - "answer": "Chicago", - "round": "Jeopardy!", - "show_number": "5862", - "fullAnswer": "Chicago" - }, { "category": "STATE FAIR FOODS", "air_date": "2010-02-23", @@ -136949,16 +130499,6 @@ "show_number": "5862", "fullAnswer": "the Detroit Tigers" }, - { - "category": "TOWERS", - "air_date": "2010-02-23", - "question": "Seen here are the world headquarters towers (nicknamed \"Debit\" & \"Credit\") for this bank in Frankfurt", - "value": "$1000", - "answer": "Deutsche Bank", - "round": "Jeopardy!", - "show_number": "5862", - "fullAnswer": "Deutsche Bank" - }, { "category": "STATE FAIR FOODS", "air_date": "2010-02-23", @@ -136989,16 +130529,6 @@ "show_number": "5862", "fullAnswer": "Da" }, - { - "category": "INTERNET FAVORITES", - "air_date": "2010-02-23", - "question": "Our writers visit search.eb.com, which brings you to the website for this reference work that's been around since 1768", - "value": "$400", - "answer": "Encyclopedia Britannica", - "round": "Double Jeopardy!", - "show_number": "5862", - "fullAnswer": "Encyclopedia Britannica" - }, { "category": "YOU TUBE", "air_date": "2010-02-23", @@ -137119,16 +130649,6 @@ "show_number": "5862", "fullAnswer": "The Princess Bride" }, - { - "category": "EPIC CURIOUS", - "air_date": "2010-02-23", - "question": "About 1,600 years old, the Mahabharata is an epic written in this language", - "value": "$1200", - "answer": "Sanskrit", - "round": "Double Jeopardy!", - "show_number": "5862", - "fullAnswer": "Sanskrit" - }, { "category": "INFO PLEASE", "air_date": "2010-02-23", @@ -137149,16 +130669,6 @@ "show_number": "5862", "fullAnswer": "Yakima" }, - { - "category": "INTERNET FAVORITES", - "air_date": "2010-02-23", - "question": "4chan.org is a collaborative community known for posting these on the net, usually in .jpeg or .gif form", - "value": "$1600", - "answer": "photographs ", - "round": "Double Jeopardy!", - "show_number": "5862", - "fullAnswer": "photographs (or images)" - }, { "category": "FLICK ARRR!", "air_date": "2010-02-23", @@ -137239,16 +130749,6 @@ "show_number": "5862", "fullAnswer": "Interpol" }, - { - "category": "\"YA\"HOO!", - "air_date": "2010-02-23", - "question": "Worn so that only the eyes are visible, it's a traditional veil worn by some Muslim women", - "value": "$2000", - "answer": "yashmak", - "round": "Double Jeopardy!", - "show_number": "5862", - "fullAnswer": "a yashmak" - }, { "category": "MONARCHS", "air_date": "2010-02-23", @@ -137574,7 +131074,7 @@ "air_date": "1989-11-06", "question": "Near the end of this play, Theseus says, \"Lovers, to bed; 'tis almost fairy time\"", "value": "$200", - "answer": "A Midsummer Night\\'s Dream", + "answer": "A Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "1191", "fullAnswer": "\"A Midsummer Night\\'s Dream\"" @@ -138354,7 +131854,7 @@ "air_date": "2000-04-03", "question": "\"Our Town\" setting for a \"Sesame Street\" monster", "value": "$800", - "answer": "Grover\\'s Corners", + "answer": "Grover's Corners", "round": "Double Jeopardy!", "show_number": "3596", "fullAnswer": "Grover\\'s Corners" @@ -139654,7 +133154,7 @@ "air_date": "1999-12-16", "question": "On the final show of its first network run, its mystery guest was its host, John Daly", "value": "$100", - "answer": "What\\'s My Line?", + "answer": "What's My Line?", "round": "Jeopardy!", "show_number": "3519", "fullAnswer": "What\\'s My Line?" @@ -139824,7 +133324,7 @@ "air_date": "1999-12-16", "question": "When Deniece Williams hit No. 1 with this song in 1984, she was \"Footloose\" & fancy free", "value": "$400", - "answer": "Let\\'s Hear It for the Boy", + "answer": "Let's Hear It for the Boy", "round": "Jeopardy!", "show_number": "3519", "fullAnswer": "\"Let\\'s Hear It for the Boy\"" @@ -140794,7 +134294,7 @@ "air_date": "2006-11-24", "question": "Eastwood's subtle verbal clues", "value": "$200", - "answer": "Clint\\'s hints", + "answer": "Clint's hints", "round": "Jeopardy!", "show_number": "5110", "fullAnswer": "Clint\\'s hints" @@ -140854,7 +134354,7 @@ "air_date": "2006-11-24", "question": "Witherspoon's parts", "value": "$400", - "answer": "Reese\\'s pieces", + "answer": "Reese's pieces", "round": "Jeopardy!", "show_number": "5110", "fullAnswer": "Reese\\'s pieces" @@ -140914,7 +134414,7 @@ "air_date": "2006-11-24", "question": "Nicholson's trousers", "value": "$600", - "answer": "Jack\\'s slacks", + "answer": "Jack's slacks", "round": "Jeopardy!", "show_number": "5110", "fullAnswer": "Jack\\'s slacks" @@ -140974,7 +134474,7 @@ "air_date": "2006-11-24", "question": "Hilary's financial institutions", "value": "$800", - "answer": "Swank\\'s banks", + "answer": "Swank's banks", "round": "Jeopardy!", "show_number": "5110", "fullAnswer": "Swank\\'s banks" @@ -141034,7 +134534,7 @@ "air_date": "2006-11-24", "question": "Landau's milk boxes", "value": "$1000", - "answer": "Martin\\'s cartons", + "answer": "Martin's cartons", "round": "Jeopardy!", "show_number": "5110", "fullAnswer": "Martin\\'s cartons" @@ -141199,16 +134699,6 @@ "show_number": "5110", "fullAnswer": "Eight Men Out" }, - { - "category": "\"M\"USIC", - "air_date": "2006-11-24", - "question": "The popular piece heard here is in the style of this dance", - "value": "$1200", - "answer": "minuet", - "round": "Double Jeopardy!", - "show_number": "5110", - "fullAnswer": "a minuet" - }, { "category": "NAME THE JAMES", "air_date": "2006-11-24", @@ -141294,7 +134784,7 @@ "air_date": "2006-11-24", "question": "\"Schoolhouse Rock\" song about the making of laws gets to become Senate Majority Leader ...Oh yes!", "value": "$1600", - "answer": "I\\'m Just A Bill Frist", + "answer": "I'm Just A Bill Frist", "round": "Double Jeopardy!", "show_number": "5110", "fullAnswer": "\"I\\'m Just A Bill Frist\"" @@ -141759,16 +135249,6 @@ "show_number": "3193", "fullAnswer": "Thomas Dewey" }, - { - "category": "BRIT ROCK", - "air_date": "1998-06-17", - "question": "Group heard here with a 1984 request:

\"Wake me up before you go go...\"", - "value": "$400", - "answer": "Wham!", - "round": "Double Jeopardy!", - "show_number": "3193", - "fullAnswer": "Wham!" - }, { "category": "FURNITURE", "air_date": "1998-06-17", @@ -141864,7 +135344,7 @@ "air_date": "1998-06-17", "question": "As you might gather from its name, this rich, dark chocolate layer cake is fiendishly delicious", "value": "$800", - "answer": "Devil\\'s food cake", + "answer": "Devil's food cake", "round": "Double Jeopardy!", "show_number": "3193", "fullAnswer": "Devil\\'s food cake" @@ -142029,16 +135509,6 @@ "show_number": "5591", "fullAnswer": "a funeral" }, - { - "category": "SIGNING IN THE REIGN", - "air_date": "2008-12-22", - "question": "Lili'uokalani, former queen of this, also laid her hand to a famous song", - "value": "$200", - "answer": "Hawaii", - "round": "Jeopardy!", - "show_number": "5591", - "fullAnswer": "Hawaii" - }, { "category": "MOVIE MUSICALS", "air_date": "2008-12-22", @@ -142089,16 +135559,6 @@ "show_number": "5591", "fullAnswer": "harmony" }, - { - "category": "SIGNING IN THE REIGN", - "air_date": "2008-12-22", - "question": "On June 15, 1215, the Magna Carta's deal was sealed by this regent", - "value": "$400", - "answer": "John", - "round": "Jeopardy!", - "show_number": "5591", - "fullAnswer": "John" - }, { "category": "MOVIE MUSICALS", "air_date": "2008-12-22", @@ -142139,26 +135599,6 @@ "show_number": "5591", "fullAnswer": "the small intestine" }, - { - "category": "THE SOUND OF MUSIC", - "air_date": "2008-12-22", - "question": "If someone says my voice is this, meaning in a register too high for my normal range, that's untrue", - "value": "$600", - "answer": "falsetto", - "round": "Jeopardy!", - "show_number": "5591", - "fullAnswer": "falsetto" - }, - { - "category": "SIGNING IN THE REIGN", - "air_date": "2008-12-22", - "question": "Here, Hassan II signs a register; perhaps it's made of the leather named for this North African country he ruled", - "value": "$600", - "answer": "Morocco", - "round": "Jeopardy!", - "show_number": "5591", - "fullAnswer": "Morocco" - }, { "category": "MOVIE MUSICALS", "air_date": "2008-12-22", @@ -142209,16 +135649,6 @@ "show_number": "5591", "fullAnswer": "a glissando" }, - { - "category": "SIGNING IN THE REIGN", - "air_date": "2008-12-22", - "question": "The signature on the abdication letter seen here was forced by Edward VIII's marriage plans with her", - "value": "$800", - "answer": "Mrs. Simpson", - "round": "Jeopardy!", - "show_number": "5591", - "fullAnswer": "Mrs. Simpson" - }, { "category": "MOVIE MUSICALS", "air_date": "2008-12-22", @@ -142249,16 +135679,6 @@ "show_number": "5591", "fullAnswer": "a hearse" }, - { - "category": "AHH, LIVER!", - "air_date": "2008-12-22", - "question": "(Jimmy of the Clue Crew shows an anatomical diagram on the monitor.) Resting on the underside of the right portion of the liver is this small pouch that stores bile", - "value": "$1000", - "answer": "gallbladder", - "round": "Jeopardy!", - "show_number": "5591", - "fullAnswer": "the gallbladder" - }, { "category": "THE SOUND OF MUSIC", "air_date": "2008-12-22", @@ -142269,26 +135689,6 @@ "show_number": "5591", "fullAnswer": "dulcet" }, - { - "category": "SIGNING IN THE REIGN", - "air_date": "2008-12-22", - "question": "Undeterred by fuel costs, Prince Alwaleed signs for more Airbuses in this country's capital of Dubai", - "value": "$1000", - "answer": "United Arab Emirates", - "round": "Jeopardy!", - "show_number": "5591", - "fullAnswer": "the United Arab Emirates" - }, - { - "category": "SCIENCE & NATURE", - "air_date": "2008-12-22", - "question": "Trees company for those who study dendrochronology using these to determine the tree's age and history", - "value": "$400", - "answer": "rings", - "round": "Double Jeopardy!", - "show_number": "5591", - "fullAnswer": "rings" - }, { "category": "SPORTS VENUE NICKNAMES", "air_date": "2008-12-22", @@ -142399,16 +135799,6 @@ "show_number": "5591", "fullAnswer": "the Aeneid" }, - { - "category": "SCIENCE & NATURE", - "air_date": "2008-12-22", - "question": "(Jimmy of the Clue Crew experiments in the Babcock Hall Dairy Plant.) The Babcock test, invented here at the University of Wisconsin-Madison, uses this potent non-potable, H2SO4, to dissolve everything in milk except the fat, so the fat content can be measured", - "value": "$1200", - "answer": "sulfuric acid", - "round": "Double Jeopardy!", - "show_number": "5591", - "fullAnswer": "sulfuric acid" - }, { "category": "SPORTS VENUE NICKNAMES", "air_date": "2008-12-22", @@ -142509,16 +135899,6 @@ "show_number": "5591", "fullAnswer": "aesthetics" }, - { - "category": "SCIENCE & NATURE", - "air_date": "2008-12-22", - "question": "(Sarah of the Clue Crew presents from the Stanford Accelerator Center.) Particle accelerators come in 2 types, circular, and this one here at Stanford, in which particles approach the speed of light, as they zip along a 2 mile track", - "value": "$2,500", - "answer": "linear", - "round": "Double Jeopardy!", - "show_number": "5591", - "fullAnswer": "linear" - }, { "category": "COUNTRIES BY CITIES", "air_date": "2008-12-22", @@ -142779,16 +136159,6 @@ "show_number": "1429", "fullAnswer": "36 square miles" }, - { - "category": "TRAIN SONGS", - "air_date": "1990-11-15", - "question": "The title destination of the train in this 1973 No. 1 hit:

\"L.A. proved too much for the man...\"", - "value": "$1,300", - "answer": "Georgia", - "round": "Jeopardy!", - "show_number": "1429", - "fullAnswer": "Georgia" - }, { "category": "NATURE", "air_date": "1990-11-15", @@ -143414,7 +136784,7 @@ "air_date": "1999-05-25", "question": "In 1979 when its main setting moved to a bar, \"All In The Family\" took this new title", "value": "$500", - "answer": "Archie Bunker\\'s Place", + "answer": "Archie Bunker's Place", "round": "Jeopardy!", "show_number": "3402", "fullAnswer": "Archie Bunker\\'s Place" @@ -143584,7 +136954,7 @@ "air_date": "1999-05-25", "question": "Patriotic flags of the American Revolution depicted a coiled timber rattlesnake & this motto", "value": "$600", - "answer": "Don\\'t Tread on Me", + "answer": "Don't Tread on Me", "round": "Double Jeopardy!", "show_number": "3402", "fullAnswer": "\"Don\\'t Tread on Me\"" @@ -143729,16 +137099,6 @@ "show_number": "3402", "fullAnswer": "Augustus Caesar & Tiberius" }, - { - "category": "THE NEW MEXICO DESERT", - "air_date": "2007-11-27", - "question": "(Kelly of the Clue Crew reports from the White Sands National Monument.) The glistening dunes of the White Sands National Monument are part of the northern end of this Mexican desert with a canine name", - "value": "$200", - "answer": "Chihuahua ", - "round": "Jeopardy!", - "show_number": "5342", - "fullAnswer": "Chihuahua (or the Chihuahuan Desert)" - }, { "category": "MAPPING THE TOP 40", "air_date": "2007-11-27", @@ -143849,16 +137209,6 @@ "show_number": "5342", "fullAnswer": "to downplay" }, - { - "category": "THE NEW MEXICO DESERT", - "air_date": "2007-11-27", - "question": "(Kelly of the Clue Crew reports from the White Sands National Monument.) On July 16, 1945 the world's first test of an atomic weapon took place in the desert of New Mexico; J. Robert Oppenheimer gave the site this code name", - "value": "$1,000", - "answer": "Trinity", - "round": "Jeopardy!", - "show_number": "5342", - "fullAnswer": "Trinity" - }, { "category": "MAPPING THE TOP 40", "air_date": "2007-11-27", @@ -143889,16 +137239,6 @@ "show_number": "5342", "fullAnswer": "Thomas Edison" }, - { - "category": "EXERCISE WEAR", - "air_date": "2007-11-27", - "question": "This company whose logo is seen here follows an \"endorsed by no one\" principle", - "value": "$600", - "answer": "New Balance", - "round": "Jeopardy!", - "show_number": "5342", - "fullAnswer": "New Balance" - }, { "category": "\"PLAY\" ALONG", "air_date": "2007-11-27", @@ -143969,16 +137309,6 @@ "show_number": "5342", "fullAnswer": "horseplay" }, - { - "category": "THE NEW MEXICO DESERT", - "air_date": "2007-11-27", - "question": "(Jon of the Clue Crew reports from the White Sands NASA Test Facility.) On the third space shuttle mission, NASA found that it does rain in Southern California, so the March 30, 1982 landing of this original orbiter was moved here to White Sands", - "value": "$1000", - "answer": "Columbia", - "round": "Jeopardy!", - "show_number": "5342", - "fullAnswer": "Columbia" - }, { "category": "MAPPING THE TOP 40", "air_date": "2007-11-27", @@ -143999,16 +137329,6 @@ "show_number": "5342", "fullAnswer": "Frank" }, - { - "category": "I RESIGN!", - "air_date": "2007-11-27", - "question": "She left NASA in 1993 to go into the business of advanced technologies--and she may look familiar", - "value": "$1000", - "answer": "Mae Jemison", - "round": "Jeopardy!", - "show_number": "5342", - "fullAnswer": "Mae Jemison" - }, { "category": "EXERCISE WEAR", "air_date": "2007-11-27", @@ -144139,26 +137459,6 @@ "show_number": "5342", "fullAnswer": "furniture" }, - { - "category": "DOUBLE TALK", - "air_date": "2007-11-27", - "question": "It's what the ladies are doing in the print seen here", - "value": "$800", - "answer": "can-can", - "round": "Double Jeopardy!", - "show_number": "5342", - "fullAnswer": "the can-can" - }, - { - "category": "ASTRONOMY", - "air_date": "2007-11-27", - "question": "From the way the arms of the galaxy sweep around, the Milky way, seen here, is classified as this type of galaxy", - "value": "$1200", - "answer": "spiral galaxy", - "round": "Double Jeopardy!", - "show_number": "5342", - "fullAnswer": "a spiral galaxy" - }, { "category": "ACTING THE PART", "air_date": "2007-11-27", @@ -144439,16 +137739,6 @@ "show_number": "1103", "fullAnswer": "a tuffet" }, - { - "category": "10-LETTER NAMES", - "air_date": "1989-05-24", - "question": "The following 1983 song was his last No. 1 hit:

\"Put on your red shoes and dance the blues (Let's dance) /
To the song they're playing on the radio...\"
", - "value": "$1,000", - "answer": "David Bowie", - "round": "Jeopardy!", - "show_number": "1103", - "fullAnswer": "David Bowie" - }, { "category": "FAMOUS QUOTES", "air_date": "1989-05-24", @@ -144919,16 +138209,6 @@ "show_number": "5757", "fullAnswer": "the zebra" }, - { - "category": "SHARK TANK", - "air_date": "2009-09-29", - "question": "(I'm Daymond John.) You'll be just another fish in the sea if you don't understand the concept of this, also used by ranchers; like my company FUBU, it burns your identity into your customers' minds", - "value": "$200", - "answer": "branding", - "round": "Jeopardy!", - "show_number": "5757", - "fullAnswer": "branding" - }, { "category": "HAUNTED AMERICA", "air_date": "2009-09-29", @@ -144979,16 +138259,6 @@ "show_number": "5757", "fullAnswer": "a cow" }, - { - "category": "SHARK TANK", - "air_date": "2009-09-29", - "question": "(I'm Barbara Corcoran.) You must never stop moving to succeed as one of these, from the French for \"to undertake\", as I did in parlaying a $1,000 loan into a $5 billion business", - "value": "$400", - "answer": "entrepreneur", - "round": "Jeopardy!", - "show_number": "5757", - "fullAnswer": "entrepreneur" - }, { "category": "HAUNTED AMERICA", "air_date": "2009-09-29", @@ -145039,16 +138309,6 @@ "show_number": "5757", "fullAnswer": "a pig" }, - { - "category": "SHARK TANK", - "air_date": "2009-09-29", - "question": "(I'm Robert Herjavec.) As a shark pup, I arrived in Canada with my family; we had 20 dollars to our name, so I've lived this alliterative success story", - "value": "$600", - "answer": "rags to riches", - "round": "Jeopardy!", - "show_number": "5757", - "fullAnswer": "rags to riches" - }, { "category": "HAUNTED AMERICA", "air_date": "2009-09-29", @@ -145099,16 +138359,6 @@ "show_number": "5757", "fullAnswer": "a scarab beetle" }, - { - "category": "SHARK TANK", - "air_date": "2009-09-29", - "question": "(I'm Kevin O'Leary.) In this type of buyout, a shark swallows up a company with borrowed money, using the company's assets as collateral", - "value": "$800", - "answer": "leveraged buyout", - "round": "Jeopardy!", - "show_number": "5757", - "fullAnswer": "a leveraged buyout" - }, { "category": "HAUNTED AMERICA", "air_date": "2009-09-29", @@ -145129,16 +138379,6 @@ "show_number": "5757", "fullAnswer": "The Office" }, - { - "category": "PRESIDENTIAL FACEBOOK PAGES", - "air_date": "2009-09-29", - "question": "Hometown: Plymouth Notch, Vt.;
Interests: Quiet time;
Email: dont_email_
me_i_wont_reply@
whitehouse.gov", - "value": "$1000", - "answer": "Calvin Silent Cal Coolidge", - "round": "Jeopardy!", - "show_number": "5757", - "fullAnswer": "Calvin \"Silent Cal\" Coolidge" - }, { "category": "CUTTING THE MUSTARD", "air_date": "2009-09-29", @@ -145159,16 +138399,6 @@ "show_number": "5757", "fullAnswer": "fox" }, - { - "category": "SHARK TANK", - "air_date": "2009-09-29", - "question": "(I'm Kevin Harrington.) Sharks do cooperate sometimes; I helped establish the Electronic Retailing Association to help promote this, the cultivation of a web of business relationships", - "value": "$1000", - "answer": "networking", - "round": "Jeopardy!", - "show_number": "5757", - "fullAnswer": "networking" - }, { "category": "\"A\" IN SCIENCE", "air_date": "2009-09-29", @@ -145229,16 +138459,6 @@ "show_number": "5757", "fullAnswer": "at home" }, - { - "category": "\"A\" IN SCIENCE", - "air_date": "2009-09-29", - "question": "(Jimmy of the Clue Crew shows an animation on the monitor.) Charged particles from the Sun that become trapped in the Earth's magnetic field & interact with gases in the upper atmosphere cause this phenomenon", - "value": "$800", - "answer": "aurora borealis", - "round": "Double Jeopardy!", - "show_number": "5757", - "fullAnswer": "aurora borealis" - }, { "category": "AT THE MOVIES", "air_date": "2009-09-29", @@ -145259,16 +138479,6 @@ "show_number": "5757", "fullAnswer": "(Robert) Frost" }, - { - "category": "FAITH", - "air_date": "2009-09-29", - "question": "Seen here is a priest of this religion that dates back to 6th-century Japan", - "value": "$800", - "answer": "Shintoism", - "round": "Double Jeopardy!", - "show_number": "5757", - "fullAnswer": "Shintoism" - }, { "category": "HOPE", "air_date": "2009-09-29", @@ -145479,16 +138689,6 @@ "show_number": "5758", "fullAnswer": "enamel" }, - { - "category": "CLASSIC VIDEO GAMES", - "air_date": "2009-09-30", - "question": "The creator of this game got the idea while noticing a pizza missing a slice looked like an open-mouthed head", - "value": "$200", - "answer": "Pac-Man", - "round": "Jeopardy!", - "show_number": "5758", - "fullAnswer": "Pac-Man" - }, { "category": "THE ONION", "air_date": "2009-09-30", @@ -145539,16 +138739,6 @@ "show_number": "5758", "fullAnswer": "acupuncture" }, - { - "category": "CLASSIC VIDEO GAMES", - "air_date": "2009-09-30", - "question": "Putting your initials next to your high score was an early innovation of this game", - "value": "$400", - "answer": "Asteroids", - "round": "Jeopardy!", - "show_number": "5758", - "fullAnswer": "Asteroids" - }, { "category": "THE ONION", "air_date": "2009-09-30", @@ -145599,16 +138789,6 @@ "show_number": "5758", "fullAnswer": "pink eye" }, - { - "category": "CLASSIC VIDEO GAMES", - "air_date": "2009-09-30", - "question": "The Bank of Japan ordered an emergency minting of coins as there was a run on them when this game debuted in 1978", - "value": "$600", - "answer": "Space Invaders", - "round": "Jeopardy!", - "show_number": "5758", - "fullAnswer": "Space Invaders" - }, { "category": "THE ONION", "air_date": "2009-09-30", @@ -145659,16 +138839,6 @@ "show_number": "5758", "fullAnswer": "a urologist" }, - { - "category": "CLASSIC VIDEO GAMES", - "air_date": "2009-09-30", - "question": "The original name for the hero was Jumpman, & he was a carpenter, not a plumber, in this game", - "value": "$800", - "answer": "Donkey Kong", - "round": "Jeopardy!", - "show_number": "5758", - "fullAnswer": "Donkey Kong" - }, { "category": "THE ONION", "air_date": "2009-09-30", @@ -145719,16 +138889,6 @@ "show_number": "5758", "fullAnswer": "clamps" }, - { - "category": "CLASSIC VIDEO GAMES", - "air_date": "2009-09-30", - "question": "The name of this game, shown in the updated \"zone\" version, is a play on the Greek word for \"four\"", - "value": "$1000", - "answer": "Tetris", - "round": "Jeopardy!", - "show_number": "5758", - "fullAnswer": "Tetris" - }, { "category": "THE ONION", "air_date": "2009-09-30", @@ -145979,26 +139139,6 @@ "show_number": "5758", "fullAnswer": "the homestretch" }, - { - "category": "PUBLISHING", - "air_date": "2009-09-30", - "question": "(Kelly of the Clue Crew shows some folded sheets of paper.) In Shakespeare's lifetime, many of his plays were printed in quarto, folding a sheet twice to make four leaves; \"Henry VI, Part 3\" appeared in this format, folding three times to make eight leaves", - "value": "$1600", - "answer": "octavo", - "round": "Double Jeopardy!", - "show_number": "5758", - "fullAnswer": "octavo" - }, - { - "category": "YOU CAN SAIL THE 7 SEAS", - "air_date": "2009-09-30", - "question": "It's the biblical sea depicted here", - "value": "$1600", - "answer": "Red Sea", - "round": "Double Jeopardy!", - "show_number": "5758", - "fullAnswer": "the Red Sea" - }, { "category": "IN THE NAVY", "air_date": "2009-09-30", @@ -146099,16 +139239,6 @@ "show_number": "5435", "fullAnswer": "Fabulous" }, - { - "category": "FUN ON THE MAP", - "air_date": "2008-04-04", - "question": "Just one look at this island southeast of Sumatra makes me want a cup of coffee", - "value": "$200", - "answer": "Java", - "round": "Jeopardy!", - "show_number": "5435", - "fullAnswer": "Java" - }, { "category": "MAKE IT STICK", "air_date": "2008-04-04", @@ -146239,16 +139369,6 @@ "show_number": "5435", "fullAnswer": "duct tape" }, - { - "category": "\"BARN\"S", - "air_date": "2008-04-04", - "question": "Step right up! This impresario's ostentatious mansion was known as \"Iranistan\"", - "value": "$600", - "answer": "P.T. Barnum", - "round": "Jeopardy!", - "show_number": "5435", - "fullAnswer": "P.T. Barnum" - }, { "category": "NOBEL", "air_date": "2008-04-04", @@ -146339,26 +139459,6 @@ "show_number": "5435", "fullAnswer": "Constant" }, - { - "category": "FUN ON THE MAP", - "air_date": "2008-04-04", - "question": "A digitally enhanced map of these bodies of water in New York State shows you how they got this name", - "value": "$1000", - "answer": "Finger Lakes", - "round": "Jeopardy!", - "show_number": "5435", - "fullAnswer": "the Finger Lakes" - }, - { - "category": "MAKE IT STICK", - "air_date": "2008-04-04", - "question": "(Sarah of the Clue Crew sticks some white stuff on the bottom of a vase.) A quick, adhering substance that holds valuables in place & won't harm wood shelves is sold as this type of putty, named for the type of institution that uses it", - "value": "$1000", - "answer": "museum putty", - "round": "Jeopardy!", - "show_number": "5435", - "fullAnswer": "museum putty" - }, { "category": "\"BARN\"S", "air_date": "2008-04-04", @@ -146609,16 +139709,6 @@ "show_number": "5435", "fullAnswer": "(Franklin) Pierce" }, - { - "category": "VERY WORD \"E\"", - "air_date": "2008-04-04", - "question": "(Alex delivers the clue from Sony Headquarters in Tokyo, Japan, posing for the camera with Kelly.) The Sony DSCT-100's face detection feature brings out expression by controlling focus, color, flash & this, the amount of light", - "value": "$1600", - "answer": "exposure", - "round": "Double Jeopardy!", - "show_number": "5435", - "fullAnswer": "exposure" - }, { "category": "PLAYS & PLAYWRIGHTS", "air_date": "2008-04-04", @@ -146639,16 +139729,6 @@ "show_number": "5435", "fullAnswer": "Silvergirl" }, - { - "category": "ANIMAL NAMES", - "air_date": "2008-04-04", - "question": "This just in... noted for its strength, this breed of horse seen here was named for a schoolteacher", - "value": "$2000", - "answer": "Morgan", - "round": "Double Jeopardy!", - "show_number": "5435", - "fullAnswer": "Morgan" - }, { "category": "FASHION", "air_date": "2008-04-04", @@ -147309,16 +140389,6 @@ "show_number": "4628", "fullAnswer": "36" }, - { - "category": "NICK BEFORE NIGHT", - "air_date": "2004-10-20", - "question": "This animated character may grasp advanced science, but he still needs to be in bed before 9", - "value": "$200", - "answer": "Jimmy Neutron", - "round": "Jeopardy!", - "show_number": "4628", - "fullAnswer": "Jimmy Neutron" - }, { "category": "COMPUTING 101", "air_date": "2004-10-20", @@ -147369,16 +140439,6 @@ "show_number": "4628", "fullAnswer": "3" }, - { - "category": "NICK BEFORE NIGHT", - "air_date": "2004-10-20", - "question": "The half-boy, half-ghost seen here battles the paranormal at Casper High on this series", - "value": "$400", - "answer": "Danny Phantom ", - "round": "Jeopardy!", - "show_number": "4628", - "fullAnswer": "Danny Phantom (Danny Fenton accepted)" - }, { "category": "COMPUTING 101", "air_date": "2004-10-20", @@ -147394,7 +140454,7 @@ "air_date": "2004-10-20", "question": "Toshikoshi soba, or \"year-crossing noodles\", are traditionally eaten on this night in Japan", "value": "$400", - "answer": "New Year\\'s Eve", + "answer": "New Year's Eve", "round": "Jeopardy!", "show_number": "4628", "fullAnswer": "New Year\\'s Eve" @@ -147429,16 +140489,6 @@ "show_number": "4628", "fullAnswer": "20%" }, - { - "category": "NICK BEFORE NIGHT", - "air_date": "2004-10-20", - "question": "Seen here are the hosts of this show, where U watch, U call, and U click", - "value": "$600", - "answer": "U Pick Live", - "round": "Jeopardy!", - "show_number": "4628", - "fullAnswer": "U Pick Live" - }, { "category": "COMPUTING 101", "air_date": "2004-10-20", @@ -147489,16 +140539,6 @@ "show_number": "4628", "fullAnswer": "120" }, - { - "category": "NICK BEFORE NIGHT", - "air_date": "2004-10-20", - "question": "This kid lives with his grandparents in a boarding house--where kids aren't allowed", - "value": "$800", - "answer": "Arnold", - "round": "Jeopardy!", - "show_number": "4628", - "fullAnswer": "Arnold" - }, { "category": "COMPUTING 101", "air_date": "2004-10-20", @@ -147539,16 +140579,6 @@ "show_number": "4628", "fullAnswer": "8" }, - { - "category": "NICK BEFORE NIGHT", - "air_date": "2004-10-20", - "question": "XJ-9, also known as Jenny, would rather hang with friends and read magazines than save the world in this animated series", - "value": "$1000", - "answer": "My Life as a Teenage Robot", - "round": "Jeopardy!", - "show_number": "4628", - "fullAnswer": "My Life as a Teenage Robot" - }, { "category": "COMPUTING 101", "air_date": "2004-10-20", @@ -147614,7 +140644,7 @@ "air_date": "2004-10-20", "question": "Familiar tune that begins \"It's a world of laughter, a world of tears\"", "value": "$400", - "answer": "It\\'s A Small World", + "answer": "It's A Small World", "round": "Double Jeopardy!", "show_number": "4628", "fullAnswer": "\"It\\'s A Small World\"" @@ -147649,16 +140679,6 @@ "show_number": "4628", "fullAnswer": "Bethlehem" }, - { - "category": "THE YOU-NIVERSE", - "air_date": "2004-10-20", - "question": "(Jimmy of the Clue Crew reports from the Top Secret Jeopardy! Science Lab wearing his official Clue Crew lab coat.) Both men and women have this cartilage in the throat that has a biblical name", - "value": "$800", - "answer": "Adam\\'s apple", - "round": "Double Jeopardy!", - "show_number": "4628", - "fullAnswer": "the Adam\\'s apple" - }, { "category": "CIVIL WAR PEOPLE", "air_date": "2004-10-20", @@ -147669,26 +140689,6 @@ "show_number": "4628", "fullAnswer": "Harriet Tubman" }, - { - "category": "I KNOW THAT SONG", - "air_date": "2004-10-20", - "question": "(Sarah of the Clue Crew does a thumb-to-forefinger upward crawl with her hands.) It's the song moms sing that goes along with these hand movements", - "value": "$800", - "answer": "The Itsy Bitsy Spider", - "round": "Double Jeopardy!", - "show_number": "4628", - "fullAnswer": "\"The Itsy Bitsy Spider\"" - }, - { - "category": "CREATURE CULTURE", - "air_date": "2004-10-20", - "question": "Word for the animal seen here, a National League ballplayer, or a young scout", - "value": "$800", - "answer": "cub", - "round": "Double Jeopardy!", - "show_number": "4628", - "fullAnswer": "cub" - }, { "category": "COLORFUL RHYME TIME", "air_date": "2004-10-20", @@ -147884,7 +140884,7 @@ "air_date": "2004-10-20", "question": "As described in the Bible, the total volume of this was 450,000 cubic cubits", "value": null, - "answer": "Noah\\'s Ark", + "answer": "Noah's Ark", "round": "Final Jeopardy!", "show_number": "4628", "fullAnswer": "Noah\\'s Ark" @@ -148424,7 +141424,7 @@ "air_date": "2004-03-29", "question": "Born 1925 in Chicago, made 'em laugh, talked to a mule, shuffled off in 2003", "value": "$1600", - "answer": "Donald O\\'Connor", + "answer": "Donald O'Connor", "round": "Double Jeopardy!", "show_number": "4511", "fullAnswer": "Donald O\\'Connor" @@ -148554,7 +141554,7 @@ "air_date": "2002-05-09", "question": "Holiday in 1929 on which Chicago gangster Bugs Moran lost several members of his gang", "value": "$200", - "answer": "St. Valentine\\'s Day", + "answer": "St. Valentine's Day", "round": "Jeopardy!", "show_number": "4084", "fullAnswer": "St. Valentine\\'s Day" @@ -148569,26 +141569,6 @@ "show_number": "4084", "fullAnswer": "James Dean" }, - { - "category": "POP MUSIC", - "air_date": "2002-05-09", - "question": "'70s classic heard here

\"Plucked her eyebrows on the way /
Shaved her legs and then he was a she /
She says, 'Hey babe'\"
", - "value": "$400", - "answer": "Walk On The Wild Side", - "round": "Jeopardy!", - "show_number": "4084", - "fullAnswer": "\"Walk On The Wild Side\"" - }, - { - "category": "U.S. BODIES OF WATER", - "air_date": "2002-05-09", - "question": "It's referred to in the song heard here

\"Old man river /
He just keeps rolling /
Along\"
", - "value": "$400", - "answer": "Mississippi", - "round": "Jeopardy!", - "show_number": "4084", - "fullAnswer": "the Mississippi" - }, { "category": "\"P\"s & \"Q\"s", "air_date": "2002-05-09", @@ -148669,16 +141649,6 @@ "show_number": "4084", "fullAnswer": "St. Peter" }, - { - "category": "SINNERS", - "air_date": "2002-05-09", - "question": "It was long thought that this gangster, seen here, got his nickname from his careful grooming habits", - "value": "$600", - "answer": "Pretty Boy Floyd", - "round": "Jeopardy!", - "show_number": "4084", - "fullAnswer": "\"Pretty Boy\" Floyd" - }, { "category": "LESSER-KNOWN NAMES", "air_date": "2002-05-09", @@ -148689,16 +141659,6 @@ "show_number": "4084", "fullAnswer": "Bobby Thomson" }, - { - "category": "POP MUSIC", - "air_date": "2002-05-09", - "question": "This group heard here gets its name from a hockey penalty

\"I'm more than a bird /
I'm more than a plane /
I'm more than some pretty face /
Beside a train\"
", - "value": "$800", - "answer": "Five for Fighting", - "round": "Jeopardy!", - "show_number": "4084", - "fullAnswer": "Five for Fighting" - }, { "category": "U.S. BODIES OF WATER", "air_date": "2002-05-09", @@ -148789,16 +141749,6 @@ "show_number": "4084", "fullAnswer": "Claire" }, - { - "category": "SINNERS", - "air_date": "2002-05-09", - "question": "(Sarah of the Clue Crew reads from a building on an infamous island.) This \"Birdman of Alcatraz\" raised canaries at Leavenworth, but wasn't permitted birds here in his cell at Alcatraz", - "value": "$1000", - "answer": "Stroud", - "round": "Jeopardy!", - "show_number": "4084", - "fullAnswer": "(Robert) Stroud" - }, { "category": "CHEMISTRY", "air_date": "2002-05-09", @@ -149089,16 +142039,6 @@ "show_number": "4084", "fullAnswer": "1789" }, - { - "category": "MASTERS", - "air_date": "2002-05-09", - "question": "Ms. Gentileschi, the painter, rape victim, & movie subject whose work is seen here, had this first name", - "value": "$2000", - "answer": "Artemisia", - "round": "Double Jeopardy!", - "show_number": "4084", - "fullAnswer": "Artemisia" - }, { "category": "PULITZER PRIZE-WINNING BOOKS", "air_date": "2002-05-09", @@ -149574,7 +142514,7 @@ "air_date": "1996-12-17", "question": "The highest peak in the Great Smoky Mountains, there's no place like dome", "value": "$800", - "answer": "Clingman\\'s Dome", + "answer": "Clingman's Dome", "round": "Double Jeopardy!", "show_number": "2832", "fullAnswer": "Clingman\\'s Dome" @@ -149804,7 +142744,7 @@ "air_date": "2000-11-20", "question": "It's an old warning said on parting about not accepting false five-cent pieces", "value": "$200", - "answer": "Don\\'t take any wooden nickels", + "answer": "Don't take any wooden nickels", "round": "Jeopardy!", "show_number": "3731", "fullAnswer": "\"Don\\'t take any wooden nickels\"" @@ -150539,16 +143479,6 @@ "show_number": "5788", "fullAnswer": "roger" }, - { - "category": "ASTRO-QUIZ", - "air_date": "2009-11-11", - "question": "(Jimmy of the Clue Crew shows a diagram on the monitor.) Abbreviated A.U. & about 93 million miles in length, it's the average distance between the Earth & the Sun", - "value": "$1000", - "answer": "astronomical unit", - "round": "Jeopardy!", - "show_number": "5788", - "fullAnswer": "the astronomical unit" - }, { "category": "HIGH SCHOOL FOOTBALL", "air_date": "2009-11-11", @@ -151139,16 +144069,6 @@ "show_number": "5327", "fullAnswer": "Martin Luther" }, - { - "category": "4 \"A\"s 4 YOU", - "air_date": "2007-11-06", - "question": "It's the instrument heard here", - "value": "$800", - "answer": "balalaika", - "round": "Jeopardy!", - "show_number": "5327", - "fullAnswer": "a balalaika" - }, { "category": "ANAGRAMMED CANADIAN PROVINCES", "air_date": "2007-11-06", @@ -151209,16 +144129,6 @@ "show_number": "5327", "fullAnswer": "Rastafarianism" }, - { - "category": "MACHU PICCHU", - "air_date": "2007-11-06", - "question": "(Alex reports from Machu Picchu.) The Temple of the Sun just below us was used for calendar purposes; that large ledge in the middle of the room aligns directly with sunlight at sunrise on June 21, the winter one of these in Peru", - "value": "$400", - "answer": "solstice", - "round": "Double Jeopardy!", - "show_number": "5327", - "fullAnswer": "the solstice" - }, { "category": "BROADWAY MUSICALS", "air_date": "2007-11-06", @@ -151269,16 +144179,6 @@ "show_number": "5327", "fullAnswer": "row v. wade" }, - { - "category": "MACHU PICCHU", - "air_date": "2007-11-06", - "question": "(Alex reports.) Hiram Bingham came upon the ruins of Machu Picchu and then wrote about the marvels he had seen in the April 1913 edition of this magazine", - "value": "$800", - "answer": "National Geographic", - "round": "Double Jeopardy!", - "show_number": "5327", - "fullAnswer": "National Geographic" - }, { "category": "BROADWAY MUSICALS", "air_date": "2007-11-06", @@ -151329,16 +144229,6 @@ "show_number": "5327", "fullAnswer": "bush v. gore" }, - { - "category": "MACHU PICCHU", - "air_date": "2007-11-06", - "question": "(Alex reports.) Here at the main temple, Inca masons, who were terrific craftsmen, were able to fit together with precision different sizes of this quarried stone without using any mortar", - "value": "$1200", - "answer": "white granite", - "round": "Double Jeopardy!", - "show_number": "5327", - "fullAnswer": "white granite" - }, { "category": "BROADWAY MUSICALS", "air_date": "2007-11-06", @@ -151359,16 +144249,6 @@ "show_number": "5327", "fullAnswer": "Heisenberg" }, - { - "category": "COLLECTIBLES", - "air_date": "2007-11-06", - "question": "In 1907, the Fenton Art Glass Company introduced this type of glass, named for a fair where pieces were given as prizes", - "value": "$1200", - "answer": "carnival glass", - "round": "Double Jeopardy!", - "show_number": "5327", - "fullAnswer": "carnival glass" - }, { "category": "WOMEN AUTHORS", "air_date": "2007-11-06", @@ -151389,16 +144269,6 @@ "show_number": "5327", "fullAnswer": "brown v. bored of education" }, - { - "category": "MACHU PICCHU", - "air_date": "2007-11-06", - "question": "(Alex reports.) Some people believe that lines of energy around the globe come together at special spiritual points called these, like in Sedona, Arizona & here at Machu Picchu", - "value": "$1600", - "answer": "vortices ", - "round": "Double Jeopardy!", - "show_number": "5327", - "fullAnswer": "vortices (or vortexes)" - }, { "category": "BROADWAY MUSICALS", "air_date": "2007-11-06", @@ -151449,16 +144319,6 @@ "show_number": "5327", "fullAnswer": "Gideon v. wainwright" }, - { - "category": "MACHU PICCHU", - "air_date": "2007-11-06", - "question": "(Alex reports.) The words \"Up here men's feet found rest at night near eagles' talons\" are from the poem \"The Heights of Machu Picchu\" by this great Chilean poet", - "value": "$2000", - "answer": "Neruda", - "round": "Double Jeopardy!", - "show_number": "5327", - "fullAnswer": "(Pablo) Neruda" - }, { "category": "BROADWAY MUSICALS", "air_date": "2007-11-06", @@ -151479,16 +144339,6 @@ "show_number": "5327", "fullAnswer": "(Robert) Brown" }, - { - "category": "COLLECTIBLES", - "air_date": "2007-11-06", - "question": "Soft colors & a high-gloss finish make the porcelain pieces from this Spanish company appealing to collectors", - "value": "$2000", - "answer": "Lladro", - "round": "Double Jeopardy!", - "show_number": "5327", - "fullAnswer": "Lladro" - }, { "category": "WOMEN AUTHORS", "air_date": "2007-11-06", @@ -151859,16 +144709,6 @@ "show_number": "3340", "fullAnswer": "Dr. Jekyll and Mr. Hyde" }, - { - "category": "\"AA\"", - "air_date": "1999-02-26", - "question": "This African animal's tongue traps termites", - "value": "$200", - "answer": "aardvark", - "round": "Double Jeopardy!", - "show_number": "3340", - "fullAnswer": "the aardvark" - }, { "category": "BATTERIES", "air_date": "1999-02-26", @@ -151904,7 +144744,7 @@ "air_date": "1999-02-26", "question": "Hydrogen bomb,
atom bomb,
Ritchie Valens' \"La Bamba\"", "value": "$400", - "answer": "atom bomb, hydrogen bomb, Ritchie Valens\\' La Bamba", + "answer": "atom bomb, hydrogen bomb, Ritchie Valens' La Bamba", "round": "Double Jeopardy!", "show_number": "3340", "fullAnswer": "atom bomb, hydrogen bomb, Ritchie Valens\\' \"La Bamba\"" @@ -152519,16 +145359,6 @@ "show_number": "5408", "fullAnswer": "Algeria" }, - { - "category": "MILITARY STUFF", - "air_date": "2008-02-27", - "question": "(Jon of the Clue Crew reports from the LBJ Library & Museum in Austin, TX.) LBJ was the first congressman to enter active duty during WWII, & his library proudly displays the Silver Star given to him by this Pacific Theater commander", - "value": "$800", - "answer": "MacArthur", - "round": "Double Jeopardy!", - "show_number": "5408", - "fullAnswer": "(Douglas) MacArthur" - }, { "category": "ARCTIC ANIMALS", "air_date": "2008-02-27", @@ -152604,7 +145434,7 @@ "air_date": "2008-02-27", "question": "The last name of the title character of this Thomas Hardy novel is actually Durbeyfield", "value": "$1600", - "answer": "Tess of the d\\'Urbervilles", + "answer": "Tess of the d'Urbervilles", "round": "Double Jeopardy!", "show_number": "5408", "fullAnswer": "Tess of the d\\'Urbervilles" @@ -152664,7 +145494,7 @@ "air_date": "2008-02-27", "question": "Watch as chef Gordon Ramsey uses a few choice words on Pres. Andrew Jackson's unofficial advisers", "value": "$2000", - "answer": "Hell\\'s Kitchen Cabinet", + "answer": "Hell's Kitchen Cabinet", "round": "Double Jeopardy!", "show_number": "5408", "fullAnswer": "Hell\\'s Kitchen Cabinet" @@ -152914,7 +145744,7 @@ "air_date": "1996-04-12", "question": "Alexandrite & this \"feline\" gemstone are varieties of the same mineral", "value": "$400", - "answer": "Cat\\'s Eye", + "answer": "Cat's Eye", "round": "Jeopardy!", "show_number": "2685", "fullAnswer": "Cat\\'s Eye" @@ -153044,7 +145874,7 @@ "air_date": "1996-04-12", "question": "Senator & Mrs. Bird aid Eliza as she flees the Shelby estate in this Harriet Beecher Stowe novel", "value": "$200", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Double Jeopardy!", "show_number": "2685", "fullAnswer": "\"Uncle Tom\\'s Cabin\"" @@ -153644,7 +146474,7 @@ "air_date": "1997-03-03", "question": "In 1986 it was discovered that this comet's nucleus was about 9 miles long & about 5 miles across", "value": "$200", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Double Jeopardy!", "show_number": "2886", "fullAnswer": "Halley\\'s Comet" @@ -154314,7 +147144,7 @@ "air_date": "2003-01-23", "question": "This company's \"Natural Soda\" line includes such flavors as Kiwi strawberry & cherry vanilla cream", "value": "$800", - "answer": "Hansen\\'s", + "answer": "Hansen's", "round": "Double Jeopardy!", "show_number": "4239", "fullAnswer": "Hansen\\'s" @@ -154589,16 +147419,6 @@ "show_number": "3272", "fullAnswer": "Naugahyde" }, - { - "category": "LIZARDS", - "air_date": "1998-11-24", - "question": "Good eatin'--this lizard seen here is a popular Latin American delicacy", - "value": "$100", - "answer": "iguana", - "round": "Jeopardy!", - "show_number": "3272", - "fullAnswer": "an iguana" - }, { "category": "THE BLUE & THE GRAY", "air_date": "1998-11-24", @@ -154609,16 +147429,6 @@ "show_number": "3272", "fullAnswer": "Emancipation Proclamation" }, - { - "category": "MOVIE CO-STARS", - "air_date": "1998-11-24", - "question": "Actress seen here with her good friend Madonna in a 1992 film", - "value": "$200", - "answer": "Rosie O\\'Donnell ", - "round": "Jeopardy!", - "show_number": "3272", - "fullAnswer": "Rosie O\\'Donnell (A League of Their Own)" - }, { "category": "THE PLANETS", "air_date": "1998-11-24", @@ -154649,16 +147459,6 @@ "show_number": "3272", "fullAnswer": "a martini" }, - { - "category": "LIZARDS", - "air_date": "1998-11-24", - "question": "These large lizards have been known to overpower small deer & wild pigs", - "value": "$200", - "answer": "komodo dragon", - "round": "Jeopardy!", - "show_number": "3272", - "fullAnswer": "a komodo dragon" - }, { "category": "THE BLUE & THE GRAY", "air_date": "1998-11-24", @@ -154679,16 +147479,6 @@ "show_number": "3272", "fullAnswer": "Farrah Fawcett" }, - { - "category": "THE PLANETS", - "air_date": "1998-11-24", - "question": "Planet whose landscape is seen here", - "value": "$300", - "answer": "Mars", - "round": "Jeopardy!", - "show_number": "3272", - "fullAnswer": "Mars" - }, { "category": "I'M JUST A \"BILL\"", "air_date": "1998-11-24", @@ -154699,26 +147489,6 @@ "show_number": "3272", "fullAnswer": "a bill of fare" }, - { - "category": "THE WORLD OF LOUNGE", - "air_date": "1998-11-24", - "question": "You can't go wrong if you make this man your model of style & demeanour:

\"The last thing I need is a dame around me who says she's my wife. You know how I operate.\"", - "value": "$300", - "answer": "Dean Martin", - "round": "Jeopardy!", - "show_number": "3272", - "fullAnswer": "Dean Martin" - }, - { - "category": "LIZARDS", - "air_date": "1998-11-24", - "question": "This noisy lizard's name sounds like the slimy Michael Douglas character in the movie \"Wall Street\"", - "value": "$300", - "answer": "gecko", - "round": "Jeopardy!", - "show_number": "3272", - "fullAnswer": "a gecko" - }, { "category": "THE BLUE & THE GRAY", "air_date": "1998-11-24", @@ -154769,16 +147539,6 @@ "show_number": "3272", "fullAnswer": "Swingers" }, - { - "category": "LIZARDS", - "air_date": "1998-11-24", - "question": "Because of its ability seen here, the basilisk lizard of South America is also known by this religious name", - "value": "$400", - "answer": "Jesus Christ lizard", - "round": "Jeopardy!", - "show_number": "3272", - "fullAnswer": "the Jesus Christ lizard" - }, { "category": "THE BLUE & THE GRAY", "air_date": "1998-11-24", @@ -154829,16 +147589,6 @@ "show_number": "3272", "fullAnswer": "Ray Conniff" }, - { - "category": "LIZARDS", - "air_date": "1998-11-24", - "question": "Shattering news! It's the type of lizard seen here", - "value": "$500", - "answer": "glass lizard", - "round": "Jeopardy!", - "show_number": "3272", - "fullAnswer": "the glass lizard" - }, { "category": "BIRTHPLACES", "air_date": "1998-11-24", @@ -154884,7 +147634,7 @@ "air_date": "1998-11-24", "question": "Jonson's
quills", "value": "$200", - "answer": "Ben\\'s pens", + "answer": "Ben's pens", "round": "Double Jeopardy!", "show_number": "3272", "fullAnswer": "Ben\\'s pens" @@ -154944,7 +147694,7 @@ "air_date": "1998-11-24", "question": "Geoffrey's
cup holders", "value": "$400", - "answer": "Chaucer\\'s saucers", + "answer": "Chaucer's saucers", "round": "Double Jeopardy!", "show_number": "3272", "fullAnswer": "Chaucer\\'s saucers" @@ -155004,7 +147754,7 @@ "air_date": "1998-11-24", "question": "Robert's
expenses", "value": "$600", - "answer": "Frost\\'s costs", + "answer": "Frost's costs", "round": "Double Jeopardy!", "show_number": "3272", "fullAnswer": "Frost\\'s costs" @@ -155064,7 +147814,7 @@ "air_date": "1998-11-24", "question": "Hughes'
sneakers", "value": "$800", - "answer": "Ted\\'s Keds", + "answer": "Ted's Keds", "round": "Double Jeopardy!", "show_number": "3272", "fullAnswer": "Ted\\'s Keds" @@ -155124,7 +147874,7 @@ "air_date": "1998-11-24", "question": "Edmund's
incense burners", "value": "$1000", - "answer": "Spencer\\'s censers", + "answer": "Spencer's censers", "round": "Double Jeopardy!", "show_number": "3272", "fullAnswer": "Spencer\\'s censers" @@ -155134,7 +147884,7 @@ "air_date": "1998-11-24", "question": "Discovered by a student, the largest known one of these fills as many pages as a good-sized novel", "value": null, - "answer": "World\\'s Largest Prime Number", + "answer": "World's Largest Prime Number", "round": "Final Jeopardy!", "show_number": "3272", "fullAnswer": "The World\\'s Largest Prime Number" @@ -155179,16 +147929,6 @@ "show_number": "5468", "fullAnswer": "a daisy" }, - { - "category": "PERUVIAN FOOD & DRINK", - "air_date": "2008-05-21", - "question": "(Jimmy of the Clue Crew reports from a restaurant in Peru.)
This appetizer of raw fish marinated in citrus juice is found in nearly every restaurant; the liquid is called tiger's milk and is a delicacy on its own", - "value": "$200", - "answer": "ceviche", - "round": "Jeopardy!", - "show_number": "5468", - "fullAnswer": "ceviche" - }, { "category": "\"DD\" TEA", "air_date": "2008-05-21", @@ -155234,7 +147974,7 @@ "air_date": "2008-05-21", "question": "Contrary to its name, this yellow mustard brand introduced in 1904 is American", "value": "$400", - "answer": "French\\'s", + "answer": "French's", "round": "Jeopardy!", "show_number": "5468", "fullAnswer": "French\\'s" @@ -155359,16 +148099,6 @@ "show_number": "5468", "fullAnswer": "Calamity Jane" }, - { - "category": "PERUVIAN FOOD & DRINK", - "air_date": "2008-05-21", - "question": "(Sarah of the Clue Crew reports from Peru.)
Created in 1935 in honor of this anniversary for the founding of the capital, Inca Kola is more popular than Coke and Pepsi in Peru", - "value": "$800", - "answer": "400th anniversary", - "round": "Jeopardy!", - "show_number": "5468", - "fullAnswer": "400th anniversary" - }, { "category": "\"DD\" TEA", "air_date": "2008-05-21", @@ -155469,16 +148199,6 @@ "show_number": "5468", "fullAnswer": "King Arthur" }, - { - "category": "PHYSICISTS", - "air_date": "2008-05-21", - "question": "In the 1920s this American astronomer provided the earliest evidence that the universe was expanding", - "value": "$400", - "answer": "Hubble", - "round": "Double Jeopardy!", - "show_number": "5468", - "fullAnswer": "(Edwin) Hubble" - }, { "category": "CITY LITTER", "air_date": "2008-05-21", @@ -155529,16 +148249,6 @@ "show_number": "5468", "fullAnswer": "Where The Wild Things Are" }, - { - "category": "PHYSICISTS", - "air_date": "2008-05-21", - "question": "This Italian-born physicist first split the atom in 1934, although he didn't know it for 4 more years", - "value": "$800", - "answer": "Fermi", - "round": "Double Jeopardy!", - "show_number": "5468", - "fullAnswer": "Fermi" - }, { "category": "CITY LITTER", "air_date": "2008-05-21", @@ -155599,16 +148309,6 @@ "show_number": "5468", "fullAnswer": "a neutrino" }, - { - "category": "CITY LITTER", - "air_date": "2008-05-21", - "question": "After participating in the Alaska gold rush, he returned to San Francisco & wrote \"The Son of the Wolf\" in 1900", - "value": "$3,000", - "answer": "Jack London", - "round": "Double Jeopardy!", - "show_number": "5468", - "fullAnswer": "Jack London" - }, { "category": "RHYME TIME", "air_date": "2008-05-21", @@ -155619,22 +148319,12 @@ "show_number": "5468", "fullAnswer": "a mean queen" }, - { - "category": "EUROPEAN ART", - "air_date": "2008-05-21", - "question": "He was in his prime, or should we say his \"Primavera\", when he painted \"Fortitude\" in 1470", - "value": "$1600", - "answer": "Botticelli", - "round": "Double Jeopardy!", - "show_number": "5468", - "fullAnswer": "Botticelli" - }, { "category": "THEY'RE SO ATHLETIC!", "air_date": "2008-05-21", "question": "We're sure Kobe was thrilled when this 7'1\", 325 lb. ex-teammate was traded back to the Western Conf. to the Suns in '08", "value": "$1600", - "answer": "Shaquille O\\'Neal", + "answer": "Shaquille O'Neal", "round": "Double Jeopardy!", "show_number": "5468", "fullAnswer": "Shaquille O\\'Neal" @@ -155749,16 +148439,6 @@ "show_number": "5468", "fullAnswer": "Pakistan & India" }, - { - "category": "THE BILL CLINTON PRESIDENTIAL LIBRARY", - "air_date": "2007-03-30", - "question": "(Cheryl of the Clue Crew delivers the clue from the Bill Clinton Presidential Library in Little Rock, AR.) This re-creation of Clinton's Oval Office includes the desk the President chose to use; it was first brought into the White House by this hero of Clinton", - "value": "$200", - "answer": "JFK", - "round": "Jeopardy!", - "show_number": "5200", - "fullAnswer": "JFK" - }, { "category": "BROADWAY: IT'S A CRIME!", "air_date": "2007-03-30", @@ -155809,16 +148489,6 @@ "show_number": "5200", "fullAnswer": "a white knight" }, - { - "category": "THE BILL CLINTON PRESIDENTIAL LIBRARY", - "air_date": "2007-03-30", - "question": "(Jon of the Clue Crew reports from the Clinton Presidential Library in Little Rock, AR.) Here in the Clinton Library, I'm with some of the President's favorite books: \"I Know Why the Caged Bird Sings\", \"The Poems of Yeats\", and of course, \"Living History\" by this author", - "value": "$400", - "answer": "Hillary Clinton", - "round": "Jeopardy!", - "show_number": "5200", - "fullAnswer": "Hillary Clinton" - }, { "category": "BROADWAY: IT'S A CRIME!", "air_date": "2007-03-30", @@ -155869,16 +148539,6 @@ "show_number": "5200", "fullAnswer": "a blue clue" }, - { - "category": "THE BILL CLINTON PRESIDENTIAL LIBRARY", - "air_date": "2007-03-30", - "question": "(Cheryl of the Clue Crew delivers the clue from the Clinton Presidential Library in Little Rock, AR.) Gifts to the President abound at the Library, like a mosaic of the Colosseum, given by this man, complete with his seal", - "value": "$600", - "answer": "Pope John Paul II", - "round": "Jeopardy!", - "show_number": "5200", - "fullAnswer": "Pope John Paul II" - }, { "category": "BROADWAY: IT'S A CRIME!", "air_date": "2007-03-30", @@ -155929,16 +148589,6 @@ "show_number": "5200", "fullAnswer": "a maroon saloon" }, - { - "category": "THE BILL CLINTON PRESIDENTIAL LIBRARY", - "air_date": "2007-03-30", - "question": "(Jon of the Clue Crew reports from the Clinton Presidential Library in Little Rock, AR.) Displays in this alcove commemorate Clinton's founding of this community service program that combines Volunteers in Service to America & the National Civilian Community Corps", - "value": "$800", - "answer": "AmeriCorps", - "round": "Jeopardy!", - "show_number": "5200", - "fullAnswer": "AmeriCorps" - }, { "category": "BROADWAY: IT'S A CRIME!", "air_date": "2007-03-30", @@ -155989,16 +148639,6 @@ "show_number": "5200", "fullAnswer": "an ocher choker" }, - { - "category": "THE BILL CLINTON PRESIDENTIAL LIBRARY", - "air_date": "2007-03-30", - "question": "(Cheryl of the Clue Crew delivers the clue from the Clinton Presidential Library in Little Rock, AR.) At the Library, you can see a touching tribute to the First Cat and First Dog of the Clinton family with these names", - "value": "$1000", - "answer": "Buddy & Socks", - "round": "Jeopardy!", - "show_number": "5200", - "fullAnswer": "Buddy & Socks" - }, { "category": "BROADWAY: IT'S A CRIME!", "air_date": "2007-03-30", @@ -156014,7 +148654,7 @@ "air_date": "2007-03-30", "question": "In the Catholic Church, this person presented the reasons why someone should not be canonized", "value": "$1,500", - "answer": "Devil\\'s Advocate", + "answer": "Devil's Advocate", "round": "Jeopardy!", "show_number": "5200", "fullAnswer": "the Devil\\'s Advocate" @@ -156409,16 +149049,6 @@ "show_number": "6260", "fullAnswer": "the editor" }, - { - "category": "WALT DISNEY", - "air_date": "2011-12-02", - "question": "Too young to enlist in World War I, Walt signed up with the Red Cross instead & drove an ambulance--one of these Fords", - "value": "$200", - "answer": "Model T", - "round": "Jeopardy!", - "show_number": "6260", - "fullAnswer": "a Model T" - }, { "category": "THE GREAT AMERICAN NOVEL", "air_date": "2011-12-02", @@ -156469,16 +149099,6 @@ "show_number": "6260", "fullAnswer": "emancipation" }, - { - "category": "WALT DISNEY", - "air_date": "2011-12-02", - "question": "At his wife's urging, Walt's mouse went from Mortimer to Mickey & starred in this cartoon, whose art is seen here", - "value": "$400", - "answer": "Steamboat Willie", - "round": "Jeopardy!", - "show_number": "6260", - "fullAnswer": "Steamboat Willie" - }, { "category": "THE GREAT AMERICAN NOVEL", "air_date": "2011-12-02", @@ -156529,16 +149149,6 @@ "show_number": "6260", "fullAnswer": "epsilon" }, - { - "category": "WALT DISNEY", - "air_date": "2011-12-02", - "question": "Walt has more Oscars than anyone else in history, including the unique one for this 1937 classic", - "value": "$600", - "answer": "Snow White and the Seven Dwarfs", - "round": "Jeopardy!", - "show_number": "6260", - "fullAnswer": "Snow White and the Seven Dwarfs" - }, { "category": "THE GREAT AMERICAN NOVEL", "air_date": "2011-12-02", @@ -156589,16 +149199,6 @@ "show_number": "6260", "fullAnswer": "exterior" }, - { - "category": "WALT DISNEY", - "air_date": "2011-12-02", - "question": "Walt pushed boundaries in this film, using abstract art, classical music, & characters like Hyacinth Hippo & Ben Ali Gator", - "value": "$800", - "answer": "Fantasia", - "round": "Jeopardy!", - "show_number": "6260", - "fullAnswer": "Fantasia" - }, { "category": "THE GREAT AMERICAN NOVEL", "air_date": "2011-12-02", @@ -156649,16 +149249,6 @@ "show_number": "6260", "fullAnswer": "espionage" }, - { - "category": "WALT DISNEY", - "air_date": "2011-12-02", - "question": "An artist at Disney Studios designed a torch for the 1960 winter Olympics that were held in this California valley", - "value": "$1000", - "answer": "Squaw Valley", - "round": "Jeopardy!", - "show_number": "6260", - "fullAnswer": "Squaw Valley" - }, { "category": "YOU'RE AN ANIMAL!", "air_date": "2011-12-02", @@ -156819,16 +149409,6 @@ "show_number": "6260", "fullAnswer": "Black Sabbath" }, - { - "category": "THE U.S. ARMY CORPS OF ENGINEERS", - "air_date": "2011-12-02", - "question": "(Sarah of the Clue Crew reports from New Orleans, LA.) These stations that could have shortened the Katrina nightmare by lowering water levels largely failed due to power loss; they're being stormproofed with backup generators", - "value": "$1200", - "answer": "pumping stations", - "round": "Double Jeopardy!", - "show_number": "6260", - "fullAnswer": "pumping stations" - }, { "category": "YOU'RE AN ANIMAL!", "air_date": "2011-12-02", @@ -156889,16 +149469,6 @@ "show_number": "6260", "fullAnswer": "Lake Pontchartrain" }, - { - "category": "YOU'RE AN ANIMAL!", - "air_date": "2011-12-02", - "question": "Don't complain about this forest-dwelling bird seen here", - "value": "$2000", - "answer": "grouse", - "round": "Double Jeopardy!", - "show_number": "6260", - "fullAnswer": "a grouse" - }, { "category": "WHAT'S ON \"TAP\"?", "air_date": "2011-12-02", @@ -156929,16 +149499,6 @@ "show_number": "6260", "fullAnswer": "The Sugarcubes" }, - { - "category": "THE U.S. ARMY CORPS OF ENGINEERS", - "air_date": "2011-12-02", - "question": "(Sarah of the Clue Crew reports from New Orleans, LA.) These structures are being built to withstand 250-mile-per-hour winds, & with the capability to operate canal gates & pumps via satellite; they're called this 4-letter type of room, which will protect the system operators", - "value": "$2000", - "answer": "safe", - "round": "Double Jeopardy!", - "show_number": "6260", - "fullAnswer": "safe" - }, { "category": "WORD ORIGINS", "air_date": "2011-12-02", @@ -158044,7 +150604,7 @@ "air_date": "2001-11-29", "question": "Christopher Buckley called his book on the life and work of this artist \"Blossoms and Bones\"", "value": null, - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Final Jeopardy!", "show_number": "3969", "fullAnswer": "Georgia O\\'Keeffe" @@ -158709,16 +151269,6 @@ "show_number": "5946", "fullAnswer": "Plymouth" }, - { - "category": "DRIVING SAFETY", - "air_date": "2010-06-21", - "question": "(Alex reports from Ford Motor Company in Dearborn, MI.) There's an actual car inside this advanced driving simulator which Ford uses to test new safety technologies; the unit is called \"VIRTTEX\", which stands for this kind of test track", - "value": "$200", - "answer": "virtual", - "round": "Jeopardy!", - "show_number": "5946", - "fullAnswer": "virtual" - }, { "category": "FOLK MUSIC OF THE WORLD", "air_date": "2010-06-21", @@ -158764,21 +151314,11 @@ "air_date": "2010-06-21", "question": "Prior to this holiday, the Japanese celebrate with bonenkais, or \"year forgetting parties\"", "value": "$400", - "answer": "New Year\\'s", + "answer": "New Year's", "round": "Jeopardy!", "show_number": "5946", "fullAnswer": "New Year\\'s" }, - { - "category": "DRIVING SAFETY", - "air_date": "2010-06-21", - "question": "(Alex reports from Ford Motor Company in Dearborn, MI.) Some of the safety features being tested are seats & steering wheels that vibrate when a lane is crossed; it's called haptic technology because it refers to this sense", - "value": "$400", - "answer": "touch", - "round": "Jeopardy!", - "show_number": "5946", - "fullAnswer": "touch" - }, { "category": "FOLK MUSIC OF THE WORLD", "air_date": "2010-06-21", @@ -158789,16 +151329,6 @@ "show_number": "5946", "fullAnswer": "a yodel" }, - { - "category": "BALD IS BEAUTIFUL", - "air_date": "2010-06-21", - "question": "The thing is, one of this TV and movie actor's roles was as \"The Thing\"", - "value": "$600", - "answer": "Chiklis", - "round": "Jeopardy!", - "show_number": "5946", - "fullAnswer": "(Michael) Chiklis" - }, { "category": "WEISS GUYS", "air_date": "2010-06-21", @@ -158819,26 +151349,6 @@ "show_number": "5946", "fullAnswer": "ahoy" }, - { - "category": "ANNUAL EVENTS", - "air_date": "2010-06-21", - "question": "Every February, the town of Menton in France hosts La Fete du Citron--citron being this fruit", - "value": "$600", - "answer": "lemon", - "round": "Jeopardy!", - "show_number": "5946", - "fullAnswer": "lemon" - }, - { - "category": "DRIVING SAFETY", - "air_date": "2010-06-21", - "question": "(Alex reports from Ford Motor Company in Dearborn, MI.) Undergoing testing right now is an innovative collision warning feature that will alert drivers to an unexpected hazard; it's based on this kind of technology, a term coined in 1940", - "value": "$600", - "answer": "radar", - "round": "Jeopardy!", - "show_number": "5946", - "fullAnswer": "radar" - }, { "category": "FOLK MUSIC OF THE WORLD", "air_date": "2010-06-21", @@ -158889,16 +151399,6 @@ "show_number": "5946", "fullAnswer": "Valentines" }, - { - "category": "DRIVING SAFETY", - "air_date": "2010-06-21", - "question": "(Alex reports from Ford Motor Company in Dearborn, MI.) Unlike stationary simulators, the VIRTTEX allows the driver inside the vehicle to actually feel the motion; if he hits the brakes or turns the steering wheel, he will feel pitch, roll & this third axial motion", - "value": "$800", - "answer": "yaw", - "round": "Jeopardy!", - "show_number": "5946", - "fullAnswer": "yaw" - }, { "category": "FOLK MUSIC OF THE WORLD", "air_date": "2010-06-21", @@ -158909,16 +151409,6 @@ "show_number": "5946", "fullAnswer": "the drug trade" }, - { - "category": "BALD IS BEAUTIFUL", - "air_date": "2010-06-21", - "question": "He's the hard-rocking former \"American Idol\" contestant seen here", - "value": "$1000", - "answer": "Daughtry", - "round": "Jeopardy!", - "show_number": "5946", - "fullAnswer": "(Chris) Daughtry" - }, { "category": "WEISS GUYS", "air_date": "2010-06-21", @@ -158949,16 +151439,6 @@ "show_number": "5946", "fullAnswer": "Tasmania" }, - { - "category": "DRIVING SAFETY", - "air_date": "2010-06-21", - "question": "(Alex reports from Ford Motor Company in Dearborn, MI.) To make the driving as realistic as possible, the simulator includes such features as 3-D sound--with noises of the road, the engine & the tires as well as that apparent change in pitch you just heard, named for this Austrian physicist", - "value": "$1,600", - "answer": "Doppler", - "round": "Jeopardy!", - "show_number": "5946", - "fullAnswer": "Doppler" - }, { "category": "LATIN AUTHORS", "air_date": "2010-06-21", @@ -159029,16 +151509,6 @@ "show_number": "5946", "fullAnswer": "Cuba" }, - { - "category": "SPORTS RULES", - "air_date": "2010-06-21", - "question": "(Kelly of the Clue Crew shows a foul signal.) The NFL dropped its 5-yard penalty for the incidental type of this personal foul; there's now only the more serious 15-yard version", - "value": "$800", - "answer": "face mask", - "round": "Double Jeopardy!", - "show_number": "5946", - "fullAnswer": "a face mask" - }, { "category": "MONARCHS FORMERLY KNOWN AS PRINCE", "air_date": "2010-06-21", @@ -159684,7 +152154,7 @@ "air_date": "2000-06-30", "question": "This song says, \"And when the evening comes we smile, so much of life ahead\"", "value": "$600", - "answer": "We\\'ve Only Just Begun", + "answer": "We've Only Just Begun", "round": "Double Jeopardy!", "show_number": "3660", "fullAnswer": "\"We\\'ve Only Just Begun\"" @@ -159794,7 +152264,7 @@ "air_date": "2000-06-30", "question": "This 73-mile-long heritage site was built back in 122 A.D. to keep northern invaders out of England", "value": "$1000", - "answer": "Hadrian\\'s Wall", + "answer": "Hadrian's Wall", "round": "Double Jeopardy!", "show_number": "3660", "fullAnswer": "Hadrian\\'s Wall" @@ -159929,16 +152399,6 @@ "show_number": "5346", "fullAnswer": "exorcise" }, - { - "category": "THE EMMYS", - "air_date": "2007-12-03", - "question": "(Hi. I'm Sean Hayes.)
In 2000 I won an Emmy for playing Jack McFarland on this groundbreaking comedy series", - "value": "$400", - "answer": "Will & Grace", - "round": "Jeopardy!", - "show_number": "5346", - "fullAnswer": "Will & Grace" - }, { "category": "THIS & THAT", "air_date": "2007-12-03", @@ -159959,26 +152419,6 @@ "show_number": "5346", "fullAnswer": "the United States" }, - { - "category": "COLOR MY WORLD", - "air_date": "2007-12-03", - "question": "On the 1963 \"Time\" magazine cover seen here, this 2-word phrase was used for the country", - "value": "$400", - "answer": "Red China", - "round": "Jeopardy!", - "show_number": "5346", - "fullAnswer": "Red China" - }, - { - "category": "\"ICK\"-IPEDIA", - "air_date": "2007-12-03", - "question": "Wild man seen here", - "value": "$400", - "answer": "Wild Bill Hickok", - "round": "Jeopardy!", - "show_number": "5346", - "fullAnswer": "\"Wild\" Bill Hickok" - }, { "category": "RELIGION", "air_date": "2007-12-03", @@ -160074,7 +152514,7 @@ "air_date": "2007-12-03", "question": "This brand's origins date back to 1932, when William Black turned his chain of nut shops into coffee shops", "value": "$800", - "answer": "Chock Full o\\'Nuts", + "answer": "Chock Full o'Nuts", "round": "Jeopardy!", "show_number": "5346", "fullAnswer": "Chock Full o\\'Nuts" @@ -160109,16 +152549,6 @@ "show_number": "5346", "fullAnswer": "eight (eightfold accepted)" }, - { - "category": "THE EMMYS", - "air_date": "2007-12-03", - "question": "(Hi. I'm LeVar Burton.)
In 1977 I got my first Emmy nomination for playing this ancestor of Alex Haley", - "value": "$1000", - "answer": "Kunta Kinte", - "round": "Jeopardy!", - "show_number": "5346", - "fullAnswer": "Kunta Kinte" - }, { "category": "THIS & THAT", "air_date": "2007-12-03", @@ -160169,16 +152599,6 @@ "show_number": "5346", "fullAnswer": "his mother" }, - { - "category": "THE BASS-ICS", - "air_date": "2007-12-03", - "question": "(Jon of the Clue Crew demonstrates his chops on bass.) The technique known as slapping & popping gets you the sound of this classic '70s style of music found in the name of a George Clinton group", - "value": "$400", - "answer": "funk", - "round": "Double Jeopardy!", - "show_number": "5346", - "fullAnswer": "funk" - }, { "category": "THE FIRST WIVES CLUB", "air_date": "2007-12-03", @@ -160289,16 +152709,6 @@ "show_number": "5346", "fullAnswer": "El Greco" }, - { - "category": "THE BASS-ICS", - "air_date": "2007-12-03", - "question": "(Jon of the Clue Crew continues the downward slide--tonally, that is.) The lowest note of a chord has this botanical name", - "value": "$1200", - "answer": "root", - "round": "Double Jeopardy!", - "show_number": "5346", - "fullAnswer": "the root" - }, { "category": "THE FIRST WIVES CLUB", "air_date": "2007-12-03", @@ -160349,16 +152759,6 @@ "show_number": "5346", "fullAnswer": "[Henri de] Toulouse-Lautrec" }, - { - "category": "THE BASS-ICS", - "air_date": "2007-12-03", - "question": "(Hi, I'm Harry Shearer.) I played this bassist who teamed with David and Nigel in the mighty band Spinal Tap", - "value": "$1600", - "answer": "Derek ", - "round": "Double Jeopardy!", - "show_number": "5346", - "fullAnswer": "Derek (Smalls)" - }, { "category": "THE FIRST WIVES CLUB", "air_date": "2007-12-03", @@ -160409,16 +152809,6 @@ "show_number": "5346", "fullAnswer": "Hieronymus Bosch" }, - { - "category": "THE BASS-ICS", - "air_date": "2007-12-03", - "question": "(Jon of the Clue Crew finishes the round on a low note.) A touch at the twelfth fret produces a tone an octave higher than the open string; that's one of these, also meaning pleasing to the ear", - "value": "$2000", - "answer": "harmonic", - "round": "Double Jeopardy!", - "show_number": "5346", - "fullAnswer": "harmonic" - }, { "category": "THE FIRST WIVES CLUB", "air_date": "2007-12-03", @@ -160499,16 +152889,6 @@ "show_number": "5001", "fullAnswer": "Acrobat" }, - { - "category": "CHANGE THE WORLD", - "air_date": "2006-05-15", - "question": "Seen here is a gold coin depicting this Macedonian ruler who died in 323 B.C.", - "value": "$200", - "answer": "Alexander the Great", - "round": "Jeopardy!", - "show_number": "5001", - "fullAnswer": "Alexander the Great" - }, { "category": "BODIES OF WATER", "air_date": "2006-05-15", @@ -160524,7 +152904,7 @@ "air_date": "2006-05-15", "question": "RHYME TIME:
Roald Dahl candy man's toy trucks", "value": "$200", - "answer": "Wonka\\'s Tonkas", + "answer": "Wonka's Tonkas", "round": "Jeopardy!", "show_number": "5001", "fullAnswer": "Wonka\\'s Tonkas" @@ -160549,16 +152929,6 @@ "show_number": "5001", "fullAnswer": "clipping" }, - { - "category": "OK COMPUTER", - "air_date": "2006-05-15", - "question": "(Kelly of the Clue Crew accesses a video of Sarah of the Clue Crew scuba diving on the Jeopardy! web site from her laptop.) A synonym for \"flowing\", it's the type of video you can watch when you visit us at jeopardy.com", - "value": "$400", - "answer": "streaming", - "round": "Jeopardy!", - "show_number": "5001", - "fullAnswer": "streaming" - }, { "category": "CHANGE THE WORLD", "air_date": "2006-05-15", @@ -160584,7 +152954,7 @@ "air_date": "2006-05-15", "question": "BEFORE & AFTER:
Popular \"holy\" expression about work week's end joins Jason in a 1980 horror movie", "value": "$400", - "answer": "Thank God it\\'s Friday the 13th", + "answer": "Thank God it's Friday the 13th", "round": "Jeopardy!", "show_number": "5001", "fullAnswer": "Thank God it\\'s Friday the 13th" @@ -160619,16 +152989,6 @@ "show_number": "5001", "fullAnswer": "AOL (America Online)" }, - { - "category": "CHANGE THE WORLD", - "air_date": "2006-05-15", - "question": "The Susan Constant, Godspeed & Discovery are the ships depicted on this state's quarter", - "value": "$600", - "answer": "Virginia", - "round": "Jeopardy!", - "show_number": "5001", - "fullAnswer": "Virginia" - }, { "category": "BODIES OF WATER", "air_date": "2006-05-15", @@ -160659,16 +153019,6 @@ "show_number": "5001", "fullAnswer": "Eats, Shoots & Leaves" }, - { - "category": "AN ENGLISH-SPORTS DICTIONARY", - "air_date": "2006-05-15", - "question": "(Sarah of the Clue Crew reports from the slopes of Park City, Utah while a snowboarder does a stunt.)
English: the sudden seizing of something as in the power type;
snowboarding: a move where you hold your board", - "value": "$800", - "answer": "grab", - "round": "Jeopardy!", - "show_number": "5001", - "fullAnswer": "a grab" - }, { "category": "OK COMPUTER", "air_date": "2006-05-15", @@ -160739,26 +153089,6 @@ "show_number": "5001", "fullAnswer": "a cache" }, - { - "category": "CHANGE THE WORLD", - "air_date": "2006-05-15", - "question": "Here are the 2 new coins minted by this country in 2004", - "value": "$1,000", - "answer": "Iraq", - "round": "Jeopardy!", - "show_number": "5001", - "fullAnswer": "Iraq" - }, - { - "category": "BODIES OF WATER", - "air_date": "2006-05-15", - "question": "(Cheryl of the Clue Crew reports from Tervasaari.) Tervasaari, just off Helsinki, sits in this arm of the Baltic Sea", - "value": "$1000", - "answer": "Gulf of Finland", - "round": "Jeopardy!", - "show_number": "5001", - "fullAnswer": "the Gulf of Finland" - }, { "category": "A CATEGORY OF CATEGORIES", "air_date": "2006-05-15", @@ -160799,16 +153129,6 @@ "show_number": "5001", "fullAnswer": "Louis XV" }, - { - "category": "GONE TOO SOON", - "air_date": "2006-05-15", - "question": "Heard here, he was the youngest of the 3 singers who perished in a February 1959 plane crash

\"Para bailar la bamba /
Para bailar la bamba...\"
", - "value": "$400", - "answer": "Ritchie Valens", - "round": "Double Jeopardy!", - "show_number": "5001", - "fullAnswer": "Ritchie Valens" - }, { "category": "BOHEMIAN RHAPSODIES", "air_date": "2006-05-15", @@ -161039,16 +153359,6 @@ "show_number": "5001", "fullAnswer": "Essex" }, - { - "category": "GONE TOO SOON", - "air_date": "2006-05-15", - "question": "(Cheryl of the Clue Crew reports from the JFK Library & Museum in Boston, MA.) The Oval Office was a place of sorrow when President Kennedy heard of the death of this Congolese leader in early 1961", - "value": "$2000", - "answer": "Lumumba", - "round": "Double Jeopardy!", - "show_number": "5001", - "fullAnswer": "(Patrice) Lumumba" - }, { "category": "BOHEMIAN RHAPSODIES", "air_date": "2006-05-15", @@ -161784,7 +154094,7 @@ "air_date": "2008-05-09", "question": "If you're having problems with a response, you could say \"Je ne sais pas\", which means this", "value": "$400", - "answer": "I don\\'t know", + "answer": "I don't know", "round": "Jeopardy!", "show_number": "5460", "fullAnswer": "I don\\'t know" @@ -161859,16 +154169,6 @@ "show_number": "5460", "fullAnswer": "Ruben (Studdard)" }, - { - "category": "COLLEGE-PODGE", - "air_date": "2008-05-09", - "question": "(Sarah of the Clue Crew reports from the Sather Gate at the University of California-Berkeley.) The motto of UC Berkeley is \"Fiat Lux\", Latin for this command that's also found in Genesis", - "value": "$800", - "answer": "Let there be light", - "round": "Jeopardy!", - "show_number": "5460", - "fullAnswer": "\"Let there be light\"" - }, { "category": "GET A JOB!", "air_date": "2008-05-09", @@ -161979,16 +154279,6 @@ "show_number": "5460", "fullAnswer": "Ellis Island" }, - { - "category": "SCIENCE", - "air_date": "2008-05-09", - "question": "(Kelly of the Clue Crew demonstrates a science experiment.) When the glass is pushed into the water, molecules of this don't escape, but are pressed together and act as a shield between the water and the paper, keeping it dry", - "value": "$400", - "answer": "air", - "round": "Double Jeopardy!", - "show_number": "5460", - "fullAnswer": "air" - }, { "category": "COLLEGE STADIUMS & ARENAS", "air_date": "2008-05-09", @@ -162069,16 +154359,6 @@ "show_number": "5460", "fullAnswer": "the Aeneid" }, - { - "category": "McLOVIN'", - "air_date": "2008-05-09", - "question": "The gal seen here is sweet on this presidential candidate", - "value": "$800", - "answer": "John McCain", - "round": "Double Jeopardy!", - "show_number": "5460", - "fullAnswer": "John McCain" - }, { "category": "WORDS IN UNIVERSITY", "air_date": "2008-05-09", @@ -162089,26 +154369,6 @@ "show_number": "5460", "fullAnswer": "reins" }, - { - "category": "AMERICAN ISLE", - "air_date": "2008-05-09", - "question": "The memorial seen here recalls the victims of the deadly hurricane that hit this Texas island in 1900", - "value": "$1200", - "answer": "Galveston Island", - "round": "Double Jeopardy!", - "show_number": "5460", - "fullAnswer": "Galveston Island" - }, - { - "category": "SCIENCE", - "air_date": "2008-05-09", - "question": "(Sarah of the Clue Crew demonstrates a science experiment.) The iron wire heats up as electricity flows through it; if you shorten the wire, it melts a result of this electrical condition, an excess flow of charge", - "value": "$1200", - "answer": "short circuit", - "round": "Double Jeopardy!", - "show_number": "5460", - "fullAnswer": "a short circuit" - }, { "category": "COLLEGE STADIUMS & ARENAS", "air_date": "2008-05-09", @@ -162199,36 +154459,6 @@ "show_number": "5460", "fullAnswer": "the Ronald McDonald House" }, - { - "category": "WORDS IN UNIVERSITY", - "air_date": "2008-05-09", - "question": "These alphabetic characters are seen here", - "value": "$1600", - "answer": "runes", - "round": "Double Jeopardy!", - "show_number": "5460", - "fullAnswer": "runes" - }, - { - "category": "AMERICAN ISLE", - "air_date": "2008-05-09", - "question": "The southernmost city in the continental United States is located here, on this coral island about 100 miles from the mainland", - "value": "$2000", - "answer": "Key West", - "round": "Double Jeopardy!", - "show_number": "5460", - "fullAnswer": "Key West" - }, - { - "category": "SCIENCE", - "air_date": "2008-05-09", - "question": "(Sarah of the Clue Crew demonstrates a science experiment.) Using a centuries-old experiment, pour water into a cup, to specifically illustrate this Newtonian law", - "value": "$2000", - "answer": "Newton\\'s 3rd Law of Motion", - "round": "Double Jeopardy!", - "show_number": "5460", - "fullAnswer": "Newton\\'s 3rd Law of Motion" - }, { "category": "COLLEGE STADIUMS & ARENAS", "air_date": "2008-05-09", @@ -162564,7 +154794,7 @@ "air_date": "2006-07-24", "question": "Once known for its bib overalls, this 2-word Wisconsin firm is now a leader in casual clothes for kids", "value": "$800", - "answer": "OshKosh B\\'Gosh", + "answer": "OshKosh B'Gosh", "round": "Jeopardy!", "show_number": "5051", "fullAnswer": "OshKosh B\\'Gosh" @@ -162649,16 +154879,6 @@ "show_number": "5051", "fullAnswer": "Memphis" }, - { - "category": "20th CENTURY POP CULTURE", - "air_date": "2006-07-24", - "question": "1984 best new artist Grammy winner heard here

\"I said money /
Money changes everything...\"
", - "value": "$800", - "answer": "Cyndi Lauper", - "round": "Double Jeopardy!", - "show_number": "5051", - "fullAnswer": "Cyndi Lauper" - }, { "category": "SHAKESPEARE PLAYS BY CHARACTER", "air_date": "2006-07-24", @@ -162924,7 +155144,7 @@ "air_date": "1998-02-11", "question": "In this song, David Bowie instructs, \"Put on your red shoes and dance the blues\"", "value": "$100", - "answer": "Let\\'s Dance", + "answer": "Let's Dance", "round": "Jeopardy!", "show_number": "3103", "fullAnswer": "\"Let\\'s Dance\"" @@ -163024,7 +155244,7 @@ "air_date": "1998-02-11", "question": "It's also called the Pater Noster", "value": "$300", - "answer": "Lord\\'s Prayer", + "answer": "Lord's Prayer", "round": "Jeopardy!", "show_number": "3103", "fullAnswer": "The Lord\\'s Prayer" @@ -163134,7 +155354,7 @@ "air_date": "1998-02-11", "question": "In 1996 investors celebrated the 75th anniversary of this \"National Business & Financial Weekly\" from Dow Jones", "value": "$500", - "answer": "Barron\\'s", + "answer": "Barron's", "round": "Jeopardy!", "show_number": "3103", "fullAnswer": "Barron\\'s" @@ -163609,16 +155829,6 @@ "show_number": "4344", "fullAnswer": "overweight" }, - { - "category": "ASSOCIATIONS", - "air_date": "2003-06-19", - "question": "www.pbk.org is the web address of this collegiate group founded in 1776", - "value": "$600", - "answer": "Phi Beta Kappa", - "round": "Jeopardy!", - "show_number": "4344", - "fullAnswer": "Phi Beta Kappa" - }, { "category": "PAUL MALL", "air_date": "2003-06-19", @@ -163649,16 +155859,6 @@ "show_number": "4344", "fullAnswer": "rubella" }, - { - "category": "FOOTBALL", - "air_date": "2003-06-19", - "question": "(Jimmy of the Clue Crew reports from the UPMC Sports Performance Complex in Pittsburgh, PA.) Barring a penalty, in college football, kickoffs are made from the 35-yard line; in the pros, from this yard line", - "value": "$600", - "answer": "30-yard line", - "round": "Jeopardy!", - "show_number": "4344", - "fullAnswer": "the 30-yard line" - }, { "category": "E BEFORE I", "air_date": "2003-06-19", @@ -163704,7 +155904,7 @@ "air_date": "2003-06-19", "question": "Parents are advised not to give children aspirin because of its link to this potentially fatal syndrome", "value": "$800", - "answer": "Reye\\'s syndrome", + "answer": "Reye's syndrome", "round": "Jeopardy!", "show_number": "4344", "fullAnswer": "Reye\\'s syndrome" @@ -163769,16 +155969,6 @@ "show_number": "4344", "fullAnswer": "a rhinovirus" }, - { - "category": "FOOTBALL", - "air_date": "2003-06-19", - "question": "(Hi, I'm Jason Sehorn of the New York Giants.) I played for this West Coast school under head coaches Larry Smith & John Robinson", - "value": "$1000", - "answer": "University of Southern California", - "round": "Jeopardy!", - "show_number": "4344", - "fullAnswer": "the University of Southern California" - }, { "category": "E BEFORE I", "air_date": "2003-06-19", @@ -163959,16 +156149,6 @@ "show_number": "4344", "fullAnswer": "Langhorne" }, - { - "category": "IT'S \"OVER\"", - "air_date": "2003-06-19", - "question": "The following is a famous example of one", - "value": "$1200", - "answer": "overture", - "round": "Double Jeopardy!", - "show_number": "4344", - "fullAnswer": "an overture" - }, { "category": "1901", "air_date": "2003-06-19", @@ -164114,7 +156294,7 @@ "air_date": "2011-05-30", "question": "The 4 Seasons, or Fergie: \"B.G.D.C.\"", "value": "$200", - "answer": "Big Girls Don\\'t Cry", + "answer": "Big Girls Don't Cry", "round": "Jeopardy!", "show_number": "6161", "fullAnswer": "\"Big Girls Don\\'t Cry\"" @@ -164199,16 +156379,6 @@ "show_number": "6161", "fullAnswer": "Muhammad" }, - { - "category": "NO DICE", - "air_date": "2011-05-30", - "question": "Shown here is the creation of the powerful piece called this", - "value": "$400", - "answer": "king", - "round": "Jeopardy!", - "show_number": "6161", - "fullAnswer": "the king" - }, { "category": "5 IN A \"ROW\"", "air_date": "2011-05-30", @@ -164519,16 +156689,6 @@ "show_number": "6161", "fullAnswer": "Carrie Nation" }, - { - "category": "LINGUISTICS1", - "air_date": "2011-05-30", - "question": "(Sarah of the Clue Crew shows a linguistic diagram on the monitor.) In English, standard word order is SVO, short for this; in Japanese, it's SOV", - "value": "$1200", - "answer": "subject, verb, object", - "round": "Double Jeopardy!", - "show_number": "6161", - "fullAnswer": "subject, verb, object" - }, { "category": "BEST SUPPORTING ACTRESS OSCAR WINNERS", "air_date": "2011-05-30", @@ -164799,16 +156959,6 @@ "show_number": "5816", "fullAnswer": "the Mediterranean" }, - { - "category": "FURNITURE", - "air_date": "2009-12-21", - "question": "1969 talks on this war were delayed ten weeks over--would the table be a rectangle, implying two sides, or round, implying four equal partners?", - "value": "$400", - "answer": "Vietnam", - "round": "Jeopardy!", - "show_number": "5816", - "fullAnswer": "Vietnam" - }, { "category": "THEY WERE CONTEMPORARIES", "air_date": "2009-12-21", @@ -164839,16 +156989,6 @@ "show_number": "5816", "fullAnswer": "DeLuise" }, - { - "category": "HAVE PUN WILL TRAVEL", - "air_date": "2009-12-21", - "question": "(Jimmy of the Clue Crew reports from Birch Aquarium at Scripps in La Jolla, CA.) When the moon hits your eye like a big pizza pie, that's this creature, found here at Birch Aquarium at Scripps", - "value": "$600", - "answer": "moray", - "round": "Jeopardy!", - "show_number": "5816", - "fullAnswer": "a moray" - }, { "category": "CONSTANTINOPLE", "air_date": "2009-12-21", @@ -165019,16 +157159,6 @@ "show_number": "5816", "fullAnswer": "the Rabbi" }, - { - "category": "FARM AID", - "air_date": "2009-12-21", - "question": "It's not a gal's intent on match.com; this 9-letter word refers to the science of raising animals", - "value": "$400", - "answer": "husbandry", - "round": "Double Jeopardy!", - "show_number": "5816", - "fullAnswer": "husbandry" - }, { "category": "PRECIOUS SENTIMENTS", "air_date": "2009-12-21", @@ -165194,7 +157324,7 @@ "air_date": "2009-12-21", "question": "Titles by Philip Roth include \"Portnoy's Complaint\" & his \"Theater\"", "value": "$1600", - "answer": "Sabbath\\'s", + "answer": "Sabbath's", "round": "Double Jeopardy!", "show_number": "5816", "fullAnswer": "Sabbath\\'s" @@ -165469,16 +157599,6 @@ "show_number": "1210", "fullAnswer": "Little House on the Prairie" }, - { - "category": "STARTS WITH \"Z\"", - "air_date": "1989-12-01", - "question": "Collective name of Frank Beard & the 2 guys with beards seen here:", - "value": "$900", - "answer": "ZZ Top", - "round": "Jeopardy!", - "show_number": "1210", - "fullAnswer": "ZZ Top" - }, { "category": "SPORTS NICKNAMES", "air_date": "1989-12-01", @@ -166009,16 +158129,6 @@ "show_number": "4732", "fullAnswer": "Charlotte" }, - { - "category": "THE SPORTS PAGE", - "air_date": "2005-03-15", - "question": "\"All of my books are thought-provoking\", said this NBA analyst seen here", - "value": "$600", - "answer": "Charles Barkley", - "round": "Jeopardy!", - "show_number": "4732", - "fullAnswer": "Charles Barkley" - }, { "category": "THE BOOK REVIEW", "air_date": "2005-03-15", @@ -166084,7 +158194,7 @@ "air_date": "2005-03-15", "question": "The 6-word title of this bestselling dating guide offers \"The No-Excuses Truth to Understanding Guys\"", "value": "$800", - "answer": "He\\'s Just Not That Into You", + "answer": "He's Just Not That Into You", "round": "Jeopardy!", "show_number": "4732", "fullAnswer": "He\\'s Just Not That Into You" @@ -166149,16 +158259,6 @@ "show_number": "4732", "fullAnswer": "Anne Coulter" }, - { - "category": "THE FOOD SECTION", - "air_date": "2005-03-15", - "question": "A sweet called shira is made with this spice from the seed seen here", - "value": "$1000", - "answer": "cardamom", - "round": "Jeopardy!", - "show_number": "4732", - "fullAnswer": "cardamom" - }, { "category": "THE PERSONALS", "air_date": "2005-03-15", @@ -166239,16 +158339,6 @@ "show_number": "4732", "fullAnswer": "cinematographer" }, - { - "category": "MUSIC", - "air_date": "2005-03-15", - "question": "(Cheryl of the Clue Crew reports from a chalkboard.) In the treble clef, the lines of the staff are E-G-B-D-F, so the spaces are known by this anatomical acronym", - "value": "$5,000", - "answer": "FACE", - "round": "Double Jeopardy!", - "show_number": "4732", - "fullAnswer": "FACE" - }, { "category": "FIVE EASY PISCES", "air_date": "2005-03-15", @@ -166289,16 +158379,6 @@ "show_number": "4732", "fullAnswer": "Alabama" }, - { - "category": "15-LETTER WORDS", - "air_date": "2005-03-15", - "question": "It's the illegal conduct being identified here", - "value": "$800", - "answer": "unsportsmanlike conduct", - "round": "Double Jeopardy!", - "show_number": "4732", - "fullAnswer": "unsportsmanlike conduct" - }, { "category": "MUSIC", "air_date": "2005-03-15", @@ -166359,16 +158439,6 @@ "show_number": "4732", "fullAnswer": "insubordination" }, - { - "category": "MUSIC", - "air_date": "2005-03-15", - "question": "(Cheryl of the Clue Crew blows into a saxophone.) From the French for \"mouth\", it's the way you form your lips & teeth around a horn's mouthpiece", - "value": "$1600", - "answer": "embouchure", - "round": "Double Jeopardy!", - "show_number": "4732", - "fullAnswer": "the embouchure" - }, { "category": "FIVE EASY PISCES", "air_date": "2005-03-15", @@ -166554,7 +158624,7 @@ "air_date": "2000-11-27", "question": "In March 1986 5 spacecraft made fly-bys of this comet", "value": "$200", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Jeopardy!", "show_number": "3736", "fullAnswer": "Halley\\'s Comet" @@ -167224,7 +159294,7 @@ "air_date": "1997-10-15", "question": "This 1983 Elton John hit featured Stevie Wonder on harmonica", "value": "$300", - "answer": "I Guess That\\'s Why They Call it the Blues", + "answer": "I Guess That's Why They Call it the Blues", "round": "Jeopardy!", "show_number": "3018", "fullAnswer": "I Guess That\\'s Why They Call it the Blues" @@ -167344,7 +159414,7 @@ "air_date": "1997-10-15", "question": "The soundtrack to this Spike Lee film includes the selections \"Say Hey\" & \"Knocked Out the Box\"", "value": "$500", - "answer": "Mo\\' Better Blues", + "answer": "Mo' Better Blues", "round": "Jeopardy!", "show_number": "3018", "fullAnswer": "Mo\\' Better Blues" @@ -167564,7 +159634,7 @@ "air_date": "1997-10-15", "question": "From 1975 to 1979 she was a Superior Court judge in Maricopa County, Arizona", "value": "$800", - "answer": "Sandra Day O\\' Connor", + "answer": "Sandra Day O' Connor", "round": "Double Jeopardy!", "show_number": "3018", "fullAnswer": "Sandra Day O\\' Connor" @@ -168349,16 +160419,6 @@ "show_number": "5513", "fullAnswer": "the Colorado Plateau" }, - { - "category": "PUTTIN' OUT THE WELCOME MATT", - "air_date": "2008-07-23", - "question": "On June 24, 2005, this Matt, Matt, Matt interviewed Tom Cruise on NBC", - "value": "$400", - "answer": "Matt Lauer", - "round": "Jeopardy!", - "show_number": "5513", - "fullAnswer": "Matt Lauer" - }, { "category": "FINANCIAL PLANNING", "air_date": "2008-07-23", @@ -168379,16 +160439,6 @@ "show_number": "5513", "fullAnswer": "Russian" }, - { - "category": "O BEFORE E", - "air_date": "2008-07-23", - "question": "Pucker up; it's the holiday item seen here", - "value": "$400", - "answer": "mistletoe", - "round": "Jeopardy!", - "show_number": "5513", - "fullAnswer": "mistletoe" - }, { "category": "EXCEPT AFTER SEA", "air_date": "2008-07-23", @@ -168399,16 +160449,6 @@ "show_number": "5513", "fullAnswer": "the Bering Sea" }, - { - "category": "GEOLOGY", - "air_date": "2008-07-23", - "question": "(Jimmy of the Clue Crew gazes at Sugarloaf in Brazil.) Sugarloaf is one huge slab of rock rising 1300 ft. above its base; geologically, it's a granite one of these, from the Greek for \"one stone\"", - "value": "$600", - "answer": "monolith", - "round": "Jeopardy!", - "show_number": "5513", - "fullAnswer": "a monolith" - }, { "category": "PUTTIN' OUT THE WELCOME MATT", "air_date": "2008-07-23", @@ -168499,16 +160539,6 @@ "show_number": "5513", "fullAnswer": "Irish" }, - { - "category": "O BEFORE E", - "air_date": "2008-07-23", - "question": "Double the reed, double the fun; it's the instrument seen here", - "value": "$800", - "answer": "oboe", - "round": "Jeopardy!", - "show_number": "5513", - "fullAnswer": "an oboe" - }, { "category": "EXCEPT AFTER SEA", "air_date": "2008-07-23", @@ -168569,16 +160599,6 @@ "show_number": "5513", "fullAnswer": "Aloe vera (aloe accepted)" }, - { - "category": "EXCEPT AFTER SEA", - "air_date": "2008-07-23", - "question": "Seen here is this sea here. See?", - "value": "$1000", - "answer": "Baltic Sea", - "round": "Jeopardy!", - "show_number": "5513", - "fullAnswer": "the Baltic Sea" - }, { "category": "U.S. PRESIDENTS", "air_date": "2008-07-23", @@ -168679,16 +160699,6 @@ "show_number": "5513", "fullAnswer": "Agatha Christie" }, - { - "category": "MYTHOLOGY & ART", - "air_date": "2008-07-23", - "question": "Gustave Moreau's vaguely erotic painting of Oedipus and this creature poses a riddle of its own", - "value": "$800", - "answer": "Sphinx", - "round": "Double Jeopardy!", - "show_number": "5513", - "fullAnswer": "the Sphinx" - }, { "category": "CROSSWORD CLUES \"P\"", "air_date": "2008-07-23", @@ -168699,16 +160709,6 @@ "show_number": "5513", "fullAnswer": "pony" }, - { - "category": "U.S. PRESIDENTS", - "air_date": "2008-07-23", - "question": "(Jimmy of the Clue Crew reads from the Gerald Ford Museum in Grand Rapids, MI.) One of Ford's biggest foreign crises was the capture of the U.S. ship Mayaguez by this Asian country in 1975", - "value": "$1200", - "answer": "Cambodia", - "round": "Double Jeopardy!", - "show_number": "5513", - "fullAnswer": "Cambodia" - }, { "category": "BIOPICS", "air_date": "2008-07-23", @@ -168789,26 +160789,6 @@ "show_number": "5513", "fullAnswer": "pirouette" }, - { - "category": "STORIED HOTELS", - "air_date": "2008-07-23", - "question": "Hemingway wrote \"Across the River and into the Trees\" while living in this city's Gritti Palace, & part of the book is set there", - "value": "$1600", - "answer": "Venice", - "round": "Double Jeopardy!", - "show_number": "5513", - "fullAnswer": "Venice" - }, - { - "category": "MYTHOLOGY & ART", - "air_date": "2008-07-23", - "question": "Near nudity, not high heels & swimsuits, is on display in Cranach the Elder's painting of this beauty contest", - "value": "$1600", - "answer": "Judgment of Paris", - "round": "Double Jeopardy!", - "show_number": "5513", - "fullAnswer": "The Judgment of Paris" - }, { "category": "CROSSWORD CLUES \"P\"", "air_date": "2008-07-23", @@ -169214,7 +161194,7 @@ "air_date": "2002-09-27", "question": "It's the animated movie in which the following words \"magically\" appear: humble, radiant, terrific & some pig", "value": "$400", - "answer": "Charlotte\\'s Web", + "answer": "Charlotte's Web", "round": "Double Jeopardy!", "show_number": "4155", "fullAnswer": "Charlotte\\'s Web" @@ -169464,7 +161444,7 @@ "air_date": "2002-09-27", "question": "Archimedes invented this device used to irrigate the Nile valley in ancient Egypt; it's still used today", "value": "$2000", - "answer": "Archimedes\\' screw", + "answer": "Archimedes' screw", "round": "Double Jeopardy!", "show_number": "4155", "fullAnswer": "Archimedes\\' screw" @@ -169494,21 +161474,11 @@ "air_date": "2002-09-27", "question": "It's the only U.S. island allowed to use a possessive apostrophe by the U.S. Board on Geographic Names", "value": null, - "answer": "Martha\\'s Vineyard", + "answer": "Martha's Vineyard", "round": "Final Jeopardy!", "show_number": "4155", "fullAnswer": "Martha\\'s Vineyard" }, - { - "category": "COLUMBUS DISCOVERS THE NEW WORLD", - "air_date": "2009-10-14", - "question": "(Jimmy of the Clue Crew shows a map on the monitor.) Leaving Spain in August 1492, Columbus and his 90 men briefly stopped in these islands that had only recently become a Spanish possession", - "value": "$200", - "answer": "Canary Islands", - "round": "Jeopardy!", - "show_number": "5768", - "fullAnswer": "the Canary Islands" - }, { "category": "SPORTS SHORTS 2009", "air_date": "2009-10-14", @@ -169559,16 +161529,6 @@ "show_number": "5768", "fullAnswer": "a baton" }, - { - "category": "COLUMBUS DISCOVERS THE NEW WORLD", - "air_date": "2009-10-14", - "question": "(Kelly of the Clue Crew shows a map on the monitor.) 34 days into crossing the Atlantic, Columbus quelled a small mutiny on October 10th; just 2 days later on October 12th, he changed history forever by coming ashore on the island he gave this holy name", - "value": "$400", - "answer": "San Salvador", - "round": "Jeopardy!", - "show_number": "5768", - "fullAnswer": "San Salvador" - }, { "category": "SPORTS SHORTS 2009", "air_date": "2009-10-14", @@ -169604,7 +161564,7 @@ "air_date": "2009-10-14", "question": "It costs $50 for a 1-day pass to this American airlines \"club\" lounge", "value": "$400", - "answer": "Admiral\\'s Club", + "answer": "Admiral's Club", "round": "Jeopardy!", "show_number": "5768", "fullAnswer": "the Admiral\\'s Club" @@ -169619,16 +161579,6 @@ "show_number": "5768", "fullAnswer": "batteries" }, - { - "category": "COLUMBUS DISCOVERS THE NEW WORLD", - "air_date": "2009-10-14", - "question": "(Jimmy of the Clue Crew shows a map on the monitor.) 12 weeks after discovering the New World, the Santa Maria was wrecked on a reef off the north coast of this large island on Christmas Day", - "value": "$600", - "answer": "Hispanola", - "round": "Jeopardy!", - "show_number": "5768", - "fullAnswer": "Hispanola" - }, { "category": "SPORTS SHORTS 2009", "air_date": "2009-10-14", @@ -169679,16 +161629,6 @@ "show_number": "5768", "fullAnswer": "a battering ram" }, - { - "category": "COLUMBUS DISCOVERS THE NEW WORLD", - "air_date": "2009-10-14", - "question": "(Kelly of the Clue Crew shows a map on the monitor.) On the return journey, after becoming separated from the Pinta by a storm, the Nina made landfall back in the Old World in these islands on February 15, 1493", - "value": "$800", - "answer": "Azores", - "round": "Jeopardy!", - "show_number": "5768", - "fullAnswer": "the Azores" - }, { "category": "SPORTS SHORTS 2009", "air_date": "2009-10-14", @@ -169729,16 +161669,6 @@ "show_number": "5768", "fullAnswer": "a batten" }, - { - "category": "COLUMBUS DISCOVERS THE NEW WORLD", - "air_date": "2009-10-14", - "question": "(Kelly of the Clue Crew shows a map on the monitor.) In April 1493 & amidst great pomp, Columbus announced the discovery of the New World to his patron, Queen Isabella, in this city", - "value": "$1000", - "answer": "Barcelona", - "round": "Jeopardy!", - "show_number": "5768", - "fullAnswer": "Barcelona" - }, { "category": "SPORTS SHORTS 2009", "air_date": "2009-10-14", @@ -169804,7 +161734,7 @@ "air_date": "2009-10-14", "question": "One food encyclopedia says this chocolate cake is so named because it's \"so rich & delicious... it must be sinful\"", "value": "$400", - "answer": "devil\\'s food cake", + "answer": "devil's food cake", "round": "Double Jeopardy!", "show_number": "5768", "fullAnswer": "a devil\\'s food cake" @@ -170314,7 +162244,7 @@ "air_date": "1999-11-25", "question": "Now a mom on \"That '70s Show\", Tanya Roberts was sexy P.I. Julie Rogers on this '70s show", "value": "$500", - "answer": "Charlie\\'s Angels", + "answer": "Charlie's Angels", "round": "Jeopardy!", "show_number": "3504", "fullAnswer": "Charlie\\'s Angels" @@ -170464,7 +162394,7 @@ "air_date": "1999-11-25", "question": "This positive expression used since the 1940s promotes a type of stove", "value": "$400", - "answer": "Now you\\'re cooking with gas", + "answer": "Now you're cooking with gas", "round": "Double Jeopardy!", "show_number": "3504", "fullAnswer": "\"Now you\\'re cooking with gas\"" @@ -170709,16 +162639,6 @@ "show_number": "5174", "fullAnswer": "In God We Trust" }, - { - "category": "SEGAL, SIEGEL OR SEAGAL", - "air_date": "2007-02-22", - "question": "Las Vegas' Flamingo Hotel has a memorial to this man, seen here", - "value": "$400", - "answer": "Bugsy Siegel", - "round": "Jeopardy!", - "show_number": "5174", - "fullAnswer": "Bugsy Siegel" - }, { "category": "THAT'S NOT KOSHER!", "air_date": "2007-02-22", @@ -170859,16 +162779,6 @@ "show_number": "5174", "fullAnswer": "oxygen" }, - { - "category": "MUSICAL INSTRUMENTS", - "air_date": "2007-02-22", - "question": "It's the instrument heard here going solo in a Bach concerto", - "value": "$800", - "answer": "harpsichord", - "round": "Jeopardy!", - "show_number": "5174", - "fullAnswer": "the harpsichord" - }, { "category": "CROSSWORD CLUES \"F\"", "air_date": "2007-02-22", @@ -170939,16 +162849,6 @@ "show_number": "5174", "fullAnswer": "Fear" }, - { - "category": "THE LIPIZZANERS OF VIENNA", - "air_date": "2007-02-22", - "question": "The Lipizzanners perform equestrian ballet to classical music like that of this 19th-century Viennese master", - "value": "$400", - "answer": "Johann Strauss", - "round": "Double Jeopardy!", - "show_number": "5174", - "fullAnswer": "Johann Strauss" - }, { "category": "BEANTOWN TV", "air_date": "2007-02-22", @@ -171039,16 +162939,6 @@ "show_number": "5174", "fullAnswer": "Washington" }, - { - "category": "JOHN DONNE", - "air_date": "2007-02-22", - "question": "Ten years Donne was dean of this cathedral & his effigy can still be seen there", - "value": "$800", - "answer": "St. Paul\\'s Cathedral", - "round": "Double Jeopardy!", - "show_number": "5174", - "fullAnswer": "St. Paul\\'s Cathedral" - }, { "category": "SOME MEN (& WOMEN) ARE ISLANDS", "air_date": "2007-02-22", @@ -171059,16 +162949,6 @@ "show_number": "5174", "fullAnswer": "Edward" }, - { - "category": "THE LIPIZZANERS OF VIENNA", - "air_date": "2007-02-22", - "question": "(Jimmy of the Clue Crew gives us the clue from the Imperial Palace in Vienna, Austria.) On entering, each rider salutes Charles VI, the emperor of this royal house who built the riding hall", - "value": "$1200", - "answer": "Hapsburg", - "round": "Double Jeopardy!", - "show_number": "5174", - "fullAnswer": "Hapsburg" - }, { "category": "BEANTOWN TV", "air_date": "2007-02-22", @@ -171159,16 +163039,6 @@ "show_number": "5174", "fullAnswer": "New Hampshire" }, - { - "category": "JOHN DONNE", - "air_date": "2007-02-22", - "question": "The following passage is from a poem about love, addressed to this \"busy old fool\"

\"Thy beams, so reverend and strong/
Why shouldst thou think?/
I could eclipse and cloud them with a wink/
But that I would not lose her sight so long\"
", - "value": "$1600", - "answer": "sun", - "round": "Double Jeopardy!", - "show_number": "5174", - "fullAnswer": "the sun" - }, { "category": "SOME MEN (& WOMEN) ARE ISLANDS", "air_date": "2007-02-22", @@ -171179,16 +163049,6 @@ "show_number": "5174", "fullAnswer": "Jill Ireland" }, - { - "category": "THE LIPIZZANERS OF VIENNA", - "air_date": "2007-02-22", - "question": "(Sarah of the Clue Crew gives us the clue from a riding room at the Imperial Palace in Vienna, Austria.) The maneuvers here at the Spanish Riding School include the Lavade, from the French word for lever, meaning to do this", - "value": "$2000", - "answer": "to lift", - "round": "Double Jeopardy!", - "show_number": "5174", - "fullAnswer": "to lift" - }, { "category": "BEANTOWN TV", "air_date": "2007-02-22", @@ -171229,16 +163089,6 @@ "show_number": "5174", "fullAnswer": "Charles I" }, - { - "category": "SOME MEN (& WOMEN) ARE ISLANDS", - "air_date": "2007-02-22", - "question": "This singer of the band Elephant shares his name with this Indian Ocean atoll, both seen here", - "value": "$2000", - "answer": "Diego Garcia", - "round": "Double Jeopardy!", - "show_number": "5174", - "fullAnswer": "Diego Garcia" - }, { "category": "THE ACADEMY AWARDS", "air_date": "2007-02-22", @@ -171274,7 +163124,7 @@ "air_date": "2010-01-25", "question": "1726:
English.
Shipwreck.
Giant.
Tiny.
Airborne.
Horses", "value": "$200", - "answer": "Gulliver\\'s Travels", + "answer": "Gulliver's Travels", "round": "Jeopardy!", "show_number": "5841", "fullAnswer": "Gulliver\\'s Travels" @@ -171304,7 +163154,7 @@ "air_date": "2010-01-25", "question": "It's \"The Great American Chocolate Bar\"", "value": "$200", - "answer": "Hershey\\'s", + "answer": "Hershey's", "round": "Jeopardy!", "show_number": "5841", "fullAnswer": "Hershey\\'s" @@ -171419,16 +163269,6 @@ "show_number": "5841", "fullAnswer": "Olive Oyl" }, - { - "category": "SUCH A SWEETIE", - "air_date": "2010-01-25", - "question": "People have been puckering up with these candies since the '60s", - "value": "$600", - "answer": "Lemon Heads", - "round": "Jeopardy!", - "show_number": "5841", - "fullAnswer": "Lemon Heads" - }, { "category": "COUNTRIES IN SPACE", "air_date": "2010-01-25", @@ -171444,7 +163284,7 @@ "air_date": "2010-01-25", "question": "Our country's first of these was held in a crystal palace in NYC's Bryant Park in 1853 & lost $300,000", "value": "$800", - "answer": "World\\'s Fair", + "answer": "World's Fair", "round": "Jeopardy!", "show_number": "5841", "fullAnswer": "a World\\'s Fair" @@ -171519,16 +163359,6 @@ "show_number": "5841", "fullAnswer": "Ulysses" }, - { - "category": "IT IS WHAT IT \"IS\"", - "air_date": "2010-01-25", - "question": "(Jimmy of the Clue Crew stands in front of an illustration of blood vessels.) In a frequent cause of heart disease, blood flow to tissues is decreased by obstructed arteries, a condition called this", - "value": "$1000", - "answer": "cardiac ischemia", - "round": "Jeopardy!", - "show_number": "5841", - "fullAnswer": "cardiac ischemia" - }, { "category": "MY GIRLFRIEND", "air_date": "2010-01-25", @@ -171539,16 +163369,6 @@ "show_number": "5841", "fullAnswer": "Mary Jane Parker (or Mary Jane Watson)" }, - { - "category": "SUCH A SWEETIE", - "air_date": "2010-01-25", - "question": "They're the movie theater favorites seen here", - "value": "$1000", - "answer": "Junior Mints", - "round": "Jeopardy!", - "show_number": "5841", - "fullAnswer": "Junior Mints" - }, { "category": "19th CENTURY SENATORS BY STATE", "air_date": "2010-01-25", @@ -171564,21 +163384,11 @@ "air_date": "2010-01-25", "question": "\"We're after the same rainbow's end--waiting 'round the bend, my huckleberry friend\"", "value": "$400", - "answer": "Breakfast at Tiffany\\'s", + "answer": "Breakfast at Tiffany's", "round": "Double Jeopardy!", "show_number": "5841", "fullAnswer": "Breakfast at Tiffany\\'s" }, - { - "category": "MODERN ARCHITECTURAL STYLES", - "air_date": "2010-01-25", - "question": "The Experience Music Project in this city has been called \"blobitecture\"", - "value": "$400", - "answer": "Seattle", - "round": "Double Jeopardy!", - "show_number": "5841", - "fullAnswer": "Seattle" - }, { "category": "BREAKING THE ICE WITH ICEBREAKERS", "air_date": "2010-01-25", @@ -171604,7 +163414,7 @@ "air_date": "2010-01-25", "question": "Cordelia's dad's lagers", "value": "$400", - "answer": "Lear\\'s beers", + "answer": "Lear's beers", "round": "Double Jeopardy!", "show_number": "5841", "fullAnswer": "Lear\\'s beers" @@ -171629,16 +163439,6 @@ "show_number": "5841", "fullAnswer": "Butch Cassidy and the Sundance Kid" }, - { - "category": "MODERN ARCHITECTURAL STYLES", - "air_date": "2010-01-25", - "question": "Brutalism influenced the design of this D.C. building, named for a long-serving law-enforcement official", - "value": "$800", - "answer": "J. Edgar Hoover Building", - "round": "Double Jeopardy!", - "show_number": "5841", - "fullAnswer": "the J. Edgar Hoover Building" - }, { "category": "BREAKING THE ICE WITH ICEBREAKERS", "air_date": "2010-01-25", @@ -171664,7 +163464,7 @@ "air_date": "2010-01-25", "question": "Robin Goodfellow's formal wear", "value": "$800", - "answer": "Puck\\'s tux", + "answer": "Puck's tux", "round": "Double Jeopardy!", "show_number": "5841", "fullAnswer": "Puck\\'s tux" @@ -171689,16 +163489,6 @@ "show_number": "5841", "fullAnswer": "Arthur" }, - { - "category": "MODERN ARCHITECTURAL STYLES", - "air_date": "2010-01-25", - "question": "This city's Our Lady of the Angels Cathedral is said to be a postmodern interpretation of Spanish missions", - "value": "$1200", - "answer": "Los Angeles", - "round": "Double Jeopardy!", - "show_number": "5841", - "fullAnswer": "Los Angeles" - }, { "category": "BREAKING THE ICE WITH ICEBREAKERS", "air_date": "2010-01-25", @@ -171724,7 +163514,7 @@ "air_date": "2010-01-25", "question": "\"Et tu Brute\" speaker's playground antagonizers", "value": "$1200", - "answer": "Caesar\\'s teasers", + "answer": "Caesar's teasers", "round": "Double Jeopardy!", "show_number": "5841", "fullAnswer": "Caesar\\'s teasers" @@ -171749,16 +163539,6 @@ "show_number": "5841", "fullAnswer": "The Man Who Knew Too Much" }, - { - "category": "MODERN ARCHITECTURAL STYLES", - "air_date": "2010-01-25", - "question": "High-tech architecture is on view with this Paris landmark", - "value": "$1600", - "answer": "Centre Pompidou", - "round": "Double Jeopardy!", - "show_number": "5841", - "fullAnswer": "the Centre Pompidou" - }, { "category": "BREAKING THE ICE WITH ICEBREAKERS", "air_date": "2010-01-25", @@ -171784,7 +163564,7 @@ "air_date": "2010-01-25", "question": "Prospero's daughter's large Southern porches", "value": "$2,000", - "answer": "Miranda\\'s verandas", + "answer": "Miranda's verandas", "round": "Double Jeopardy!", "show_number": "5841", "fullAnswer": "Miranda\\'s verandas" @@ -172484,7 +164264,7 @@ "air_date": "2011-07-12", "question": "Based on hundreds of interviews he'd conducted, Thompson's first successful book was about this motor cycle gang", "value": "$200", - "answer": "Hell\\'s Angels", + "answer": "Hell's Angels", "round": "Jeopardy!", "show_number": "6192", "fullAnswer": "the Hell\\'s Angels" @@ -172899,16 +164679,6 @@ "show_number": "6192", "fullAnswer": "Key lime" }, - { - "category": "THE TRAVELS OF MARCO POLO", - "air_date": "2011-07-12", - "question": "(Kelly of the Clue Crew shows a map on the monitor.) In 1271, the Polos left Venice for China; when they couldn't find seaworthy ships in this town, that shared its name with a nearby strait, they continued their journey by land", - "value": "$1200", - "answer": "Hormuz", - "round": "Double Jeopardy!", - "show_number": "6192", - "fullAnswer": "Hormuz" - }, { "category": "ANIMAL PADS", "air_date": "2011-07-12", @@ -173019,16 +164789,6 @@ "show_number": "6192", "fullAnswer": "salt water taffy" }, - { - "category": "THE TRAVELS OF MARCO POLO", - "air_date": "2011-07-12", - "question": "(Jimmy of the Clue Crew shows a map on the monitor.) Marco Polo was asked by Kublai Khan to make diplomatic trips to the far reaches of Khan's empire, perhaps making it as far as what is now this country", - "value": "$2000", - "answer": "Myanmar", - "round": "Double Jeopardy!", - "show_number": "6192", - "fullAnswer": "Myanmar" - }, { "category": "ANIMAL PADS", "air_date": "2011-07-12", @@ -173129,16 +164889,6 @@ "show_number": "5792", "fullAnswer": "Dr. Watson" }, - { - "category": "40 YEARS OF SESAME STREET", - "air_date": "2009-11-17", - "question": "(Alex appears with a red Muppet in a clip from show #4972.) This character was called Little Monster when he debuted in 1979; muppeteer Kevin Clash gave him his trademark giggle", - "value": "$400", - "answer": "Elmo", - "round": "Jeopardy!", - "show_number": "5792", - "fullAnswer": "Elmo" - }, { "category": "FIRST NAMES", "air_date": "2009-11-17", @@ -173224,7 +164974,7 @@ "air_date": "2009-11-17", "question": "I'm starving; good thing I see this family restaurant where I can get a Heartland Scramble", "value": "$600", - "answer": "Denny\\'s", + "answer": "Denny's", "round": "Jeopardy!", "show_number": "5792", "fullAnswer": "Denny\\'s" @@ -173339,16 +165089,6 @@ "show_number": "5792", "fullAnswer": "jockey" }, - { - "category": "DRIVING ALONG", - "air_date": "2009-11-17", - "question": "There's the familiar symbol of this chain, a good thing, because I can't keep my eyes open", - "value": "$1000", - "answer": "Days Inn", - "round": "Jeopardy!", - "show_number": "5792", - "fullAnswer": "Days Inn" - }, { "category": "THE INTESTATE", "air_date": "2009-11-17", @@ -173369,16 +165109,6 @@ "show_number": "5792", "fullAnswer": "a sauna" }, - { - "category": "MAKER'S MARK", - "air_date": "2009-11-17", - "question": "No bull about it, this brand of adhesive products is represented by the character seen here", - "value": "$400", - "answer": "Elmer\\'s", - "round": "Double Jeopardy!", - "show_number": "5792", - "fullAnswer": "Elmer\\'s" - }, { "category": "BEEFEATER", "air_date": "2009-11-17", @@ -173439,16 +165169,6 @@ "show_number": "5792", "fullAnswer": "the Swoosh" }, - { - "category": "BEEFEATER", - "air_date": "2009-11-17", - "question": "It's the hyphenated name of the beefy cut seen here", - "value": "$800", - "answer": "T-bone", - "round": "Double Jeopardy!", - "show_number": "5792", - "fullAnswer": "T-bone" - }, { "category": "TANK ARRAY", "air_date": "2009-11-17", @@ -173489,16 +165209,6 @@ "show_number": "5792", "fullAnswer": "the Lapps" }, - { - "category": "MAKER'S MARK", - "air_date": "2009-11-17", - "question": "The logo seen here has identified this brand since 1886", - "value": "$1200", - "answer": "Levi Strauss", - "round": "Double Jeopardy!", - "show_number": "5792", - "fullAnswer": "Levi Strauss" - }, { "category": "BEEFEATER", "air_date": "2009-11-17", @@ -173539,16 +165249,6 @@ "show_number": "5792", "fullAnswer": "Baroque" }, - { - "category": "FINLANDIA", - "air_date": "2009-11-17", - "question": "This city boasts Finlandia Hall, designed by Finnish architect Alvar Aalto", - "value": "$1600", - "answer": "Helsinki", - "round": "Double Jeopardy!", - "show_number": "5792", - "fullAnswer": "Helsinki" - }, { "category": "MAKER'S MARK", "air_date": "2009-11-17", @@ -173609,16 +165309,6 @@ "show_number": "5792", "fullAnswer": "Jean Sibelius" }, - { - "category": "MAKER'S MARK", - "air_date": "2009-11-17", - "question": "This division of Simon & Schuster uses the logo seen here", - "value": "$2000", - "answer": "Pocket Books", - "round": "Double Jeopardy!", - "show_number": "5792", - "fullAnswer": "Pocket Books" - }, { "category": "BEEFEATER", "air_date": "2009-11-17", @@ -174354,7 +166044,7 @@ "air_date": "1997-06-26", "question": "In this 1992 Susan Sarandon film, olive oil was used as a treatment for A.L.D., a rare nerve disease", "value": "$200", - "answer": "Lorenzo\\'s Oil", + "answer": "Lorenzo's Oil", "round": "Jeopardy!", "show_number": "2969", "fullAnswer": "\"Lorenzo\\'s Oil\"" @@ -174409,22 +166099,12 @@ "show_number": "2969", "fullAnswer": "Lexington" }, - { - "category": "THE MOVIES", - "air_date": "1997-06-26", - "question": "Star of 2 films & a Mexican soap opera whose home from 1985 to 1996 is seen here:", - "value": "$1,300", - "answer": "Keiko, the killer whale", - "round": "Jeopardy!", - "show_number": "2969", - "fullAnswer": "Keiko, the killer whale" - }, { "category": "FOOD & DRINK", "air_date": "1997-06-26", "question": "Quaker Oats created this nautical character before it created the cereal he represents", "value": "$300", - "answer": "Cap\\'n Crunch", + "answer": "Cap'n Crunch", "round": "Jeopardy!", "show_number": "2969", "fullAnswer": "Cap\\'n Crunch" @@ -174924,7 +166604,7 @@ "air_date": "2009-12-29", "question": "This restaurant's new McCafe offers iced coffee as well as the hot stuff", "value": "$200", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "5822", "fullAnswer": "McDonald\\'s" @@ -174949,16 +166629,6 @@ "show_number": "5822", "fullAnswer": "a c-note" }, - { - "category": "THE SMITHS", - "air_date": "2009-12-29", - "question": "Howdy Doody, seen here as a bobblehead, was created by this man, his TV costar", - "value": "$400", - "answer": "Buffalo Bob Smith", - "round": "Jeopardy!", - "show_number": "5822", - "fullAnswer": "Buffalo Bob Smith" - }, { "category": "BIBLE BOOKS BY QUOTATION", "air_date": "2009-12-29", @@ -175089,16 +166759,6 @@ "show_number": "5822", "fullAnswer": "Job" }, - { - "category": "YOU'RE ALL WET", - "air_date": "2009-12-29", - "question": "(Jimmy of the Clue Crew shows an animated map of the Atlantic on the monitor.) The fusion of the north and south equatorial currents along with water from the Gulf of Mexico form this warm current", - "value": "$800", - "answer": "Gulf Stream", - "round": "Jeopardy!", - "show_number": "5822", - "fullAnswer": "the Gulf Stream" - }, { "category": "JAVA, THE HUT", "air_date": "2009-12-29", @@ -175119,16 +166779,6 @@ "show_number": "5822", "fullAnswer": "volleyball" }, - { - "category": "I CAN DO IT IN 5 \"NOTE\"S", - "air_date": "2009-12-29", - "question": "It's the fractional music item seen here", - "value": "$800", - "answer": "half-note", - "round": "Jeopardy!", - "show_number": "5822", - "fullAnswer": "a half-note" - }, { "category": "THE SMITHS", "air_date": "2009-12-29", @@ -175214,7 +166864,7 @@ "air_date": "2009-12-29", "question": "Perhaps Mr. Capote feasted on French toast while writing this 1958 tale of Miss Golightly", "value": "$400", - "answer": "Breakfast at Tiffany\\'s", + "answer": "Breakfast at Tiffany's", "round": "Double Jeopardy!", "show_number": "5822", "fullAnswer": "Breakfast at Tiffany\\'s" @@ -175279,16 +166929,6 @@ "show_number": "5822", "fullAnswer": "Picnic" }, - { - "category": "BRAND \"X\"", - "air_date": "2009-12-29", - "question": "Pursue perfection with this make of car, whose logo is seen here", - "value": "$800", - "answer": "Lexus", - "round": "Double Jeopardy!", - "show_number": "5822", - "fullAnswer": "Lexus" - }, { "category": "WE HAWK OLD INVENTIONS", "air_date": "2009-12-29", @@ -175309,16 +166949,6 @@ "show_number": "5822", "fullAnswer": "egg-white" }, - { - "category": "UNCIVIL UNREST", - "air_date": "2009-12-29", - "question": "Seen here is an illustration of this 1773 protest", - "value": "$1200", - "answer": "Boston Tea Party", - "round": "Double Jeopardy!", - "show_number": "5822", - "fullAnswer": "the Boston Tea Party" - }, { "category": "ACTORS & THEIR ROLES", "air_date": "2009-12-29", @@ -175849,16 +167479,6 @@ "show_number": "731", "fullAnswer": "Woodrow Wilson" }, - { - "category": "TOUGH TV TRIVIA", - "air_date": "1987-11-09", - "question": "Though the following wasn't one of his biggest hits, this artist used it as the theme for his TV show", - "value": "$400", - "answer": "Glen Campbell", - "round": "Double Jeopardy!", - "show_number": "731", - "fullAnswer": "Glen Campbell" - }, { "category": "ANCIENT TIMES", "air_date": "1987-11-09", @@ -176094,7 +167714,7 @@ "air_date": "1987-11-09", "question": "Original title of \"The Phil Silvers Show\"; it subsequently became its subtitle", "value": "$1000", - "answer": "You\\'ll Never Get Rich", + "answer": "You'll Never Get Rich", "round": "Double Jeopardy!", "show_number": "731", "fullAnswer": "You\\'ll Never Get Rich" @@ -176119,16 +167739,6 @@ "show_number": "5628", "fullAnswer": "the prostate" }, - { - "category": "NO ANIMALS WERE HARMED", - "air_date": "2009-02-11", - "question": "To make this star appear to talk, a nylon thread was put under his lip, & he would move his mouth to get it out", - "value": "$200", - "answer": "Mister Ed", - "round": "Jeopardy!", - "show_number": "5628", - "fullAnswer": "Mister Ed" - }, { "category": "TOOL TIME", "air_date": "2009-02-11", @@ -176179,16 +167789,6 @@ "show_number": "5628", "fullAnswer": "the adrenal glands" }, - { - "category": "NO ANIMALS WERE HARMED", - "air_date": "2009-02-11", - "question": "The original dog came from a shelter; this star, a descendant, is also a mixture of schnauzer, cocker spaniel & poodle", - "value": "$400", - "answer": "Benji", - "round": "Jeopardy!", - "show_number": "5628", - "fullAnswer": "Benji" - }, { "category": "TOOL TIME", "air_date": "2009-02-11", @@ -176239,26 +167839,6 @@ "show_number": "5628", "fullAnswer": "the thyroid" }, - { - "category": "NO ANIMALS WERE HARMED", - "air_date": "2009-02-11", - "question": "Given his name because of his quickness, this horse was also intelligent enough to perform 60 maneuvers", - "value": "$600", - "answer": "Trigger", - "round": "Jeopardy!", - "show_number": "5628", - "fullAnswer": "Trigger" - }, - { - "category": "TOOL TIME", - "air_date": "2009-02-11", - "question": "Seen here, this pair is just the thing for pounding or grinding", - "value": "$600", - "answer": "mortar and pestle", - "round": "Jeopardy!", - "show_number": "5628", - "fullAnswer": "a mortar and pestle" - }, { "category": "THE GADSDEN PURCHASE", "air_date": "2009-02-11", @@ -176299,16 +167879,6 @@ "show_number": "5628", "fullAnswer": "the pituitary" }, - { - "category": "NO ANIMALS WERE HARMED", - "air_date": "2009-02-11", - "question": "The voice of this character was actually the call of a kookaburra on fast forward", - "value": "$800", - "answer": "Flipper", - "round": "Jeopardy!", - "show_number": "5628", - "fullAnswer": "Flipper" - }, { "category": "TOOL TIME", "air_date": "2009-02-11", @@ -176359,16 +167929,6 @@ "show_number": "5628", "fullAnswer": "the pineal gland" }, - { - "category": "NO ANIMALS WERE HARMED", - "air_date": "2009-02-11", - "question": "You can see why this star, a white pig, received thousands more fan letters than co-star Eva Gabor", - "value": "$1000", - "answer": "Arnold", - "round": "Jeopardy!", - "show_number": "5628", - "fullAnswer": "Arnold" - }, { "category": "TOOL TIME", "air_date": "2009-02-11", @@ -176449,16 +168009,6 @@ "show_number": "5628", "fullAnswer": "the American Heart Association" }, - { - "category": "A DAY AT THE MUSEUM", - "air_date": "2009-02-11", - "question": "(Kelly of the Clue Crew reports from Bilbao, Spain.)
This foundation has two of the world's most architecturally innovative museums, in New York & here in Bilbao, Spain", - "value": "$400", - "answer": "Guggenheim", - "round": "Double Jeopardy!", - "show_number": "5628", - "fullAnswer": "the Guggenheim" - }, { "category": "ST. PAUL", "air_date": "2009-02-11", @@ -176499,16 +168049,6 @@ "show_number": "5628", "fullAnswer": "pepper" }, - { - "category": "A DAY AT THE MUSEUM", - "air_date": "2009-02-11", - "question": "(Sarah of the Clue Crew reports from Bilbao, Spain.)
What \"The New York Times\" called \"the miracle in Bilbao\", this building was made possible by computer design & a 1/10th-inch thick skin made of this material used on spacecraft", - "value": "$800", - "answer": "titanium", - "round": "Double Jeopardy!", - "show_number": "5628", - "fullAnswer": "titanium" - }, { "category": "ST. PAUL", "air_date": "2009-02-11", @@ -176559,16 +168099,6 @@ "show_number": "5628", "fullAnswer": "Theodore Roosevelt" }, - { - "category": "A DAY AT THE MUSEUM", - "air_date": "2009-02-11", - "question": "(Sarah of the Clue Crew reports from Bilbao, Spain.) A 2008 exhibit was on Spanish artist Juan Munoz, who was influenced by this \"-ism\" that reduces art to its essentials", - "value": "$1200", - "answer": "Minimalism", - "round": "Double Jeopardy!", - "show_number": "5628", - "fullAnswer": "Minimalism" - }, { "category": "ST. PAUL", "air_date": "2009-02-11", @@ -176619,16 +168149,6 @@ "show_number": "5628", "fullAnswer": "Bavaria" }, - { - "category": "A DAY AT THE MUSEUM", - "air_date": "2009-02-11", - "question": "(Kelly of the Clue Crew reports from Bilbao, Spain.) Bilbao is in the area named for this Pyrenees people; take a look at an example of the museum's works by Eduardo Chillida, one of this peoples' finest artists", - "value": "$3,000", - "answer": "Basques", - "round": "Double Jeopardy!", - "show_number": "5628", - "fullAnswer": "the Basques" - }, { "category": "ST. PAUL", "air_date": "2009-02-11", @@ -176679,16 +168199,6 @@ "show_number": "5628", "fullAnswer": "stone" }, - { - "category": "A DAY AT THE MUSEUM", - "air_date": "2009-02-11", - "question": "(Jon of the Clue Crew reports from Bilbao, Spain.)
The largest gallery space in the museum houses the permanent exhibit \"the matter of time\"--eight massive sculptures by this American artist", - "value": "$2000", - "answer": "Richard Serra", - "round": "Double Jeopardy!", - "show_number": "5628", - "fullAnswer": "Richard Serra" - }, { "category": "1950s LITERATURE", "air_date": "2009-02-11", @@ -176739,16 +168249,6 @@ "show_number": "5770", "fullAnswer": "Italy" }, - { - "category": "ON THE WEBSITE'S FRONT PAGE", - "air_date": "2009-10-16", - "question": "At www.this.gov you'll find \"Top Forms and Publications\", which include forms W-4 & 1040", - "value": "$200", - "answer": "irs", - "round": "Jeopardy!", - "show_number": "5770", - "fullAnswer": "irs" - }, { "category": "\"GR\"AB BAG", "air_date": "2009-10-16", @@ -177034,7 +168534,7 @@ "air_date": "2009-10-16", "question": "Protestant & Catholic disagreement about the 1555 Peace of Augsburg was a cause of this numeric war", "value": "$400", - "answer": "Thirty Years\\' War", + "answer": "Thirty Years' War", "round": "Double Jeopardy!", "show_number": "5770", "fullAnswer": "the Thirty Years\\' War" @@ -177079,16 +168579,6 @@ "show_number": "5770", "fullAnswer": "Sweden" }, - { - "category": "TASTES OF TOKYO", - "air_date": "2009-10-16", - "question": "(Jimmy of the Clue Crew sits at a sushi bar in Tokyo, Japan.) This colorful Japanese condiment is often added to sushi for extra flavor", - "value": "$800", - "answer": "wasabi", - "round": "Double Jeopardy!", - "show_number": "5770", - "fullAnswer": "wasabi" - }, { "category": "GETTING CONFRONTATIONAL", "air_date": "2009-10-16", @@ -177259,16 +168749,6 @@ "show_number": "5770", "fullAnswer": "Algeria" }, - { - "category": "TASTES OF TOKYO", - "air_date": "2009-10-16", - "question": "(Kelly of the Clue Crew chows down in Tokyo, Japan.) The Japanese equivalent of pasta is these buckwheat noodles that are eaten cold or hot", - "value": "$2000", - "answer": "soba", - "round": "Double Jeopardy!", - "show_number": "5770", - "fullAnswer": "soba" - }, { "category": "GETTING CONFRONTATIONAL", "air_date": "2009-10-16", @@ -177504,7 +168984,7 @@ "air_date": "2001-01-25", "question": "Tale in which one of the villains asks, \"Has your majesty ever worn a shirt so light and of such splendid colour?\"", "value": "$500", - "answer": "The Emperor\\'s New Clothes", + "answer": "The Emperor's New Clothes", "round": "Jeopardy!", "show_number": "3779", "fullAnswer": "\"The Emperor\\'s New Clothes\"" @@ -177574,7 +169054,7 @@ "air_date": "2001-01-25", "question": "This \"Green\" is a heaven reserved for sailors, not violinists", "value": "$500", - "answer": "Fiddler\\'s Green", + "answer": "Fiddler's Green", "round": "Jeopardy!", "show_number": "3779", "fullAnswer": "Fiddler\\'s Green" @@ -178069,16 +169549,6 @@ "show_number": "5777", "fullAnswer": "force" }, - { - "category": "THAT'S RARE", - "air_date": "2009-10-27", - "question": "Seen here, the rare tuatara of New Zealand is the only living member of an entire order of this animal class", - "value": "$600", - "answer": "reptiles", - "round": "Jeopardy!", - "show_number": "5777", - "fullAnswer": "reptiles" - }, { "category": "ONE IN A MILLION", "air_date": "2009-10-27", @@ -178179,16 +169649,6 @@ "show_number": "5777", "fullAnswer": "Greece (Greek accepted)" }, - { - "category": "PHYSICAL SCIENCE", - "air_date": "2009-10-27", - "question": "(Jimmy of the Clue Crew shows an animation on the monitor.) Molecules continually bombard a particle suspended in liquid, causing this random motion of the particle named for an English scientist", - "value": "$1000", - "answer": "Brownian movement", - "round": "Jeopardy!", - "show_number": "5777", - "fullAnswer": "the Brownian movement" - }, { "category": "THAT'S RARE", "air_date": "2009-10-27", @@ -178319,16 +169779,6 @@ "show_number": "5777", "fullAnswer": "Texas" }, - { - "category": "\"P.M.\"", - "air_date": "2009-10-27", - "question": "Bow your head & name this insect, seen here", - "value": "$800", - "answer": "praying mantis", - "round": "Double Jeopardy!", - "show_number": "5777", - "fullAnswer": "the praying mantis" - }, { "category": "ECONOMISTS", "air_date": "2009-10-27", @@ -178684,7 +170134,7 @@ "air_date": "1990-05-17", "question": "A tradition at wedding receptions, it's caught by the \"Man who'll get married next\"", "value": "$400", - "answer": "Bride\\'s garter", + "answer": "Bride's garter", "round": "Jeopardy!", "show_number": "1329", "fullAnswer": "Bride\\'s garter" @@ -179269,16 +170719,6 @@ "show_number": "5763", "fullAnswer": "the Northwest Territory" }, - { - "category": "REDS", - "air_date": "2009-10-07", - "question": "Colorful 1960s song heard here", - "value": "$600", - "answer": "Roses Are Red (My Love)", - "round": "Jeopardy!", - "show_number": "5763", - "fullAnswer": "\"Roses Are Red (My Love)\"" - }, { "category": "SCIENCE TERMS", "air_date": "2009-10-07", @@ -179359,16 +170799,6 @@ "show_number": "5763", "fullAnswer": "Minnesota Timberwolves" }, - { - "category": "MADISON AVE. MENAGERIE", - "air_date": "2009-10-07", - "question": "Boy, ah say, boy, this big Warner Bros. bird hawked for the Colonel & KFC; now go away, boy, ya bothah me!", - "value": "$1000", - "answer": "Foghorn Leghorn", - "round": "Jeopardy!", - "show_number": "5763", - "fullAnswer": "Foghorn Leghorn" - }, { "category": "INFLATABLE", "air_date": "2009-10-07", @@ -179509,16 +170939,6 @@ "show_number": "5763", "fullAnswer": "hemlock" }, - { - "category": "\"SEE\" HERE", - "air_date": "2009-10-07", - "question": "Last name of the folk figure depicted here", - "value": "$800", - "answer": "Appleseed", - "round": "Double Jeopardy!", - "show_number": "5763", - "fullAnswer": "Appleseed" - }, { "category": "THE VICTORIANS", "air_date": "2009-10-07", @@ -179609,16 +171029,6 @@ "show_number": "5763", "fullAnswer": "John Donne" }, - { - "category": "THE SHAPE OF THINGS TO COME", - "air_date": "2009-10-07", - "question": "Start counting sides: it's the shape seen here", - "value": "$1600", - "answer": "nonagon", - "round": "Double Jeopardy!", - "show_number": "5763", - "fullAnswer": "a nonagon" - }, { "category": "BIBLICAL BOTANY", "air_date": "2009-10-07", @@ -179669,16 +171079,6 @@ "show_number": "5763", "fullAnswer": "John Gray" }, - { - "category": "THE SHAPE OF THINGS TO COME", - "air_date": "2009-10-07", - "question": "(Sarah of the Clue Crew shows an animation of conic sections on the monitor.) A cut parallel to the base of a cone gives us a circle; an angular cut above the base creates an ellipse; & an angular cut through the base makes this shape", - "value": "$2000", - "answer": "parabola", - "round": "Double Jeopardy!", - "show_number": "5763", - "fullAnswer": "a parabola" - }, { "category": "BIBLICAL BOTANY", "air_date": "2009-10-07", @@ -179734,7 +171134,7 @@ "air_date": "1986-04-23", "question": "This rock group featuring Belinda Carlisle has now officially gone-gone", "value": "$100", - "answer": "Go-Go\\'s", + "answer": "Go-Go's", "round": "Jeopardy!", "show_number": "423", "fullAnswer": "The Go-Go\\'s" @@ -180139,16 +171539,6 @@ "show_number": "423", "fullAnswer": "false teeth" }, - { - "category": "ASTRONOMY", - "air_date": "1986-04-23", - "question": "Title of this number one 1958 hit", - "value": "$600", - "answer": "Little Star", - "round": "Double Jeopardy!", - "show_number": "423", - "fullAnswer": "\"Little Star\"" - }, { "category": "POTENT QUOTABLES", "air_date": "1986-04-23", @@ -180274,7 +171664,7 @@ "air_date": "1998-09-22", "question": "Louise Fletcher's nurse's uniform from this film is on display at Planet Hollywood in Beverly Hills", "value": "$100", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Jeopardy!", "show_number": "3227", "fullAnswer": "One Flew Over the Cuckoo\\'s Nest" @@ -180329,16 +171719,6 @@ "show_number": "3227", "fullAnswer": "Africa" }, - { - "category": "MORE THAN \"ONE\" MOVIE", - "air_date": "1998-09-22", - "question": "This film is famous for the traffic-stopping scene seen here:

\"What are you going to do?\"
\"A system all my own.\"
", - "value": "$200", - "answer": "It Happened One Night", - "round": "Jeopardy!", - "show_number": "3227", - "fullAnswer": "It Happened One Night" - }, { "category": "SPORTING CLICHES", "air_date": "1998-09-22", @@ -180584,7 +171964,7 @@ "air_date": "1998-09-22", "question": "\"Revolver\",
\"Sgt. Pepper's Lonely Hearts Club Band\",
\"Meet The Beatles\"", "value": "$200", - "answer": "Meet the Beatles, Revolver, Sgt. Pepper\\'s Lonely Hearts Club Band", + "answer": "Meet the Beatles, Revolver, Sgt. Pepper's Lonely Hearts Club Band", "round": "Double Jeopardy!", "show_number": "3227", "fullAnswer": "Meet the Beatles, Revolver, Sgt. Pepper\\'s Lonely Hearts Club Band" @@ -180854,7 +172234,7 @@ "air_date": "2005-11-07", "question": "Sorry, this company doesn't Supersize its Fruit & Walnut or California Cobb salads", "value": "$200", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "4866", "fullAnswer": "McDonald\\'s" @@ -181119,16 +172499,6 @@ "show_number": "4866", "fullAnswer": "Vanna White" }, - { - "category": "REALITY TV", - "air_date": "2005-11-07", - "question": "(Hi, I'm Bill Rancic of The Apprentice.) My boss Donald Trump has made this 2-word catchphrase his own; I just hope he never says it to me", - "value": "$400", - "answer": "You\\'re fired!", - "round": "Double Jeopardy!", - "show_number": "4866", - "fullAnswer": "\"You\\'re fired!\"" - }, { "category": "TO PHRASE A COIN", "air_date": "2005-11-07", @@ -181204,7 +172574,7 @@ "air_date": "2005-11-07", "question": "You can find a floral bedding ensemble from these \"N Things\", founded in 1975", "value": "$800", - "answer": "Linens \\'N Things", + "answer": "Linens 'N Things", "round": "Double Jeopardy!", "show_number": "4866", "fullAnswer": "Linens \\'N Things" @@ -181289,16 +172659,6 @@ "show_number": "4866", "fullAnswer": "a cappella" }, - { - "category": "CAROLINIANS ON MY MIND", - "air_date": "2005-11-07", - "question": "This fiery civil rights leader seen here hails from Greenville, South Carolina", - "value": "$1600", - "answer": "Jesse Jackson", - "round": "Double Jeopardy!", - "show_number": "4866", - "fullAnswer": "Jesse Jackson" - }, { "category": "REALITY TV", "air_date": "2005-11-07", @@ -181319,16 +172679,6 @@ "show_number": "4866", "fullAnswer": "E" }, - { - "category": "DORM DECOR", - "air_date": "2005-11-07", - "question": "Instead of a car or a girlfriend, consider a screensaver of the High Gothic cathedral in this Northwest French city", - "value": "$1600", - "answer": "Chartres", - "round": "Double Jeopardy!", - "show_number": "4866", - "fullAnswer": "Chartres" - }, { "category": "FINALS", "air_date": "2005-11-07", @@ -181379,16 +172729,6 @@ "show_number": "4866", "fullAnswer": "the \"Loonie\"" }, - { - "category": "DORM DECOR", - "air_date": "2005-11-07", - "question": "These storage blocks seen here lend an airy, geometric touch to a space", - "value": "$2000", - "answer": "Yaffa blocks", - "round": "Double Jeopardy!", - "show_number": "4866", - "fullAnswer": "Yaffa blocks" - }, { "category": "FINALS", "air_date": "2005-11-07", @@ -182949,16 +174289,6 @@ "show_number": "5581", "fullAnswer": "Shogun" }, - { - "category": "BRICKMAKING", - "air_date": "2008-12-08", - "question": "(Jon of the Clue Crew presents form the Beldin Brick Factory in Canton, Ohio.) The patterns in which the bricks are set on the kiln car determines their final appearance after this 2000 degree process", - "value": "$400", - "answer": "firing", - "round": "Double Jeopardy!", - "show_number": "5581", - "fullAnswer": "firing" - }, { "category": "OTHER RED STATES", "air_date": "2008-12-08", @@ -183009,16 +174339,6 @@ "show_number": "5581", "fullAnswer": "Charles I" }, - { - "category": "BRICKMAKING", - "air_date": "2008-12-08", - "question": "(Kelly of the Clue Crew holds a brick.) Brick commonly turns out red because of the oxidation of this metallic element in the earth", - "value": "$1,600", - "answer": "iron", - "round": "Double Jeopardy!", - "show_number": "5581", - "fullAnswer": "iron" - }, { "category": "OTHER RED STATES", "air_date": "2008-12-08", @@ -183069,16 +174389,6 @@ "show_number": "5581", "fullAnswer": "Prague" }, - { - "category": "BRICKMAKING", - "air_date": "2008-12-08", - "question": "(Kelly of the Clue Crew watches bricks on racks.) This uneventful process you're looking at takes 20 to 72 hours; for history's first brickmakers, it was the final process", - "value": "$1200", - "answer": "drying", - "round": "Double Jeopardy!", - "show_number": "5581", - "fullAnswer": "drying" - }, { "category": "OTHER RED STATES", "air_date": "2008-12-08", @@ -183129,16 +174439,6 @@ "show_number": "5581", "fullAnswer": "France" }, - { - "category": "BRICKMAKING", - "air_date": "2008-12-08", - "question": "(Jon of the Clue Crew is on the brick line.) Bricks are often made with holes in them. In addition to saving raw materials, itt'll leaves spaces where this substance, brick's partner, can enter", - "value": "$1600", - "answer": "mortar", - "round": "Double Jeopardy!", - "show_number": "5581", - "fullAnswer": "mortar" - }, { "category": "OTHER RED STATES", "air_date": "2008-12-08", @@ -183189,16 +174489,6 @@ "show_number": "5581", "fullAnswer": "Lhasa" }, - { - "category": "BRICKMAKING", - "air_date": "2008-12-08", - "question": "(Kelly of the Clue Crew shows bricks being formed.) Molding bricks produces a looser texture; they're more solid if this process is used, forcing the material through a die to produce the desired shape", - "value": "$2000", - "answer": "extrusion", - "round": "Double Jeopardy!", - "show_number": "5581", - "fullAnswer": "extrusion" - }, { "category": "ACTOR-DIRECTORS", "air_date": "2008-12-08", @@ -183254,7 +174544,7 @@ "air_date": "2001-05-23", "question": "Fisherman-apostle's high-frequency hi-fi speakers", "value": "$100", - "answer": "Peter\\'s tweeters", + "answer": "Peter's tweeters", "round": "Jeopardy!", "show_number": "3863", "fullAnswer": "Peter\\'s tweeters" @@ -183314,7 +174604,7 @@ "air_date": "2001-05-23", "question": "A gospel writer's small songbirds", "value": "$200", - "answer": "Mark\\'s larks", + "answer": "Mark's larks", "round": "Jeopardy!", "show_number": "3863", "fullAnswer": "Mark\\'s larks" @@ -183374,7 +174664,7 @@ "air_date": "2001-05-23", "question": "Patient & faithful Old Testament figure's ear parts", "value": "$300", - "answer": "Job\\'s lobes", + "answer": "Job's lobes", "round": "Jeopardy!", "show_number": "3863", "fullAnswer": "Job\\'s lobes" @@ -183434,7 +174724,7 @@ "air_date": "2001-05-23", "question": "Pillar of salt's hubby's collapsible beds", "value": "$400", - "answer": "Lot\\'s cots", + "answer": "Lot's cots", "round": "Jeopardy!", "show_number": "3863", "fullAnswer": "Lot\\'s cots" @@ -183494,7 +174784,7 @@ "air_date": "2001-05-23", "question": "Noah's son's marine mollusks", "value": "$500", - "answer": "Ham\\'s clams", + "answer": "Ham's clams", "round": "Jeopardy!", "show_number": "3863", "fullAnswer": "Ham\\'s clams" @@ -183949,16 +175239,6 @@ "show_number": "3520", "fullAnswer": "Murphy Brown" }, - { - "category": "HOLIDAY SONGS", - "air_date": "1999-12-17", - "question": "(Hi, I'm Art Alexakis of the rock group Everclear.) In a 1998 holiday ad for The Gap, my band did a rendition of this song about an alienated animal", - "value": "$300", - "answer": "Rudolph the Red-Nosed Reindeer", - "round": "Jeopardy!", - "show_number": "3520", - "fullAnswer": "\"Rudolph the Red-Nosed Reindeer\"" - }, { "category": "WHICH CABINET DEPARTMENT?", "air_date": "1999-12-17", @@ -184399,16 +175679,6 @@ "show_number": "5052", "fullAnswer": "the Hope Diamond" }, - { - "category": "CLASSIC AMERICAN MUSIC", - "air_date": "2006-07-25", - "question": "A weatherman might enjoy this classic", - "value": "$200", - "answer": "Hail, Hail, The Gang\\'s All Here", - "round": "Jeopardy!", - "show_number": "5052", - "fullAnswer": "\"Hail, Hail, The Gang\\'s All Here\"" - }, { "category": "TURN ME LEWIS", "air_date": "2006-07-25", @@ -184459,16 +175729,6 @@ "show_number": "5052", "fullAnswer": "pear" }, - { - "category": "CLASSIC AMERICAN MUSIC", - "air_date": "2006-07-25", - "question": "Based on a Scottish melody, this song of arrival was first used offically around 1845", - "value": "$400", - "answer": "Hail To The Chief", - "round": "Jeopardy!", - "show_number": "5052", - "fullAnswer": "\"Hail To The Chief\"" - }, { "category": "TURN ME LEWIS", "air_date": "2006-07-25", @@ -184519,16 +175779,6 @@ "show_number": "5052", "fullAnswer": "a karat" }, - { - "category": "CLASSIC AMERICAN MUSIC", - "air_date": "2006-07-25", - "question": "Heard here, the tune to this military service's \"Hymn\" is from Offenbach's comic opera \"Genevieve de Brabant\"", - "value": "$600", - "answer": "Marines", - "round": "Jeopardy!", - "show_number": "5052", - "fullAnswer": "the Marines" - }, { "category": "TURN ME LEWIS", "air_date": "2006-07-25", @@ -184539,16 +175789,6 @@ "show_number": "5052", "fullAnswer": "Sinclair Lewis" }, - { - "category": "\"TW\"EAK ME", - "air_date": "2006-07-25", - "question": "In the '60s, this British woman seen here was a standard setter in style", - "value": "$600", - "answer": "Twiggy", - "round": "Jeopardy!", - "show_number": "5052", - "fullAnswer": "Twiggy" - }, { "category": "PRESIDENTIAL FIRSTS", "air_date": "2006-07-25", @@ -184579,16 +175819,6 @@ "show_number": "5052", "fullAnswer": "cleavage" }, - { - "category": "CLASSIC AMERICAN MUSIC", - "air_date": "2006-07-25", - "question": "\"Fowl\" family favorite featured fortuitously for y'all here", - "value": "$800", - "answer": "Turkey In The Straw", - "round": "Jeopardy!", - "show_number": "5052", - "fullAnswer": "\"Turkey In The Straw\"" - }, { "category": "TURN ME LEWIS", "air_date": "2006-07-25", @@ -184639,16 +175869,6 @@ "show_number": "5052", "fullAnswer": "an octahedron" }, - { - "category": "CLASSIC AMERICAN MUSIC", - "air_date": "2006-07-25", - "question": "They're the animals that appear in the second verse of the following", - "value": "$1000", - "answer": "white horses", - "round": "Jeopardy!", - "show_number": "5052", - "fullAnswer": "white horses" - }, { "category": "TURN ME LEWIS", "air_date": "2006-07-25", @@ -184669,16 +175889,6 @@ "show_number": "5052", "fullAnswer": "Twyla" }, - { - "category": "SCIENCE AT THE EXPLORATORIUM", - "air_date": "2006-07-25", - "question": "(Jon of the Clue Crew reports from the Exploratorium, San Francisco, CA.) The Exploratorium simulates these features seen in Yellowstone; the eruption comes when the water at the bottom is vaporized", - "value": "$400", - "answer": "geyser", - "round": "Double Jeopardy!", - "show_number": "5052", - "fullAnswer": "a geyser" - }, { "category": "ACTORS & ACTRESSES", "air_date": "2006-07-25", @@ -184729,16 +175939,6 @@ "show_number": "5052", "fullAnswer": "a chastity belt" }, - { - "category": "SCIENCE AT THE EXPLORATORIUM", - "air_date": "2006-07-25", - "question": "(Kelly of the Clue Crew reports from the Exploratorium, San Francisco, CA.) Though it looks simple enough, its motion turns out not to be predictable, so it's called the chaotic type of this device", - "value": "$800", - "answer": "pendulum", - "round": "Double Jeopardy!", - "show_number": "5052", - "fullAnswer": "a pendulum" - }, { "category": "ACTORS & ACTRESSES", "air_date": "2006-07-25", @@ -184789,16 +175989,6 @@ "show_number": "5052", "fullAnswer": "Ceylon" }, - { - "category": "SCIENCE AT THE EXPLORATORIUM", - "air_date": "2006-07-25", - "question": "(Kelly of the Clue Crew reports from the Exploratorium, San Francisco, CA.) Pressure from both sides on this vital piece is what holds up a catenary arch", - "value": "$1200", - "answer": "keystone", - "round": "Double Jeopardy!", - "show_number": "5052", - "fullAnswer": "the keystone" - }, { "category": "ACTORS & ACTRESSES", "air_date": "2006-07-25", @@ -184849,16 +176039,6 @@ "show_number": "5052", "fullAnswer": "custom" }, - { - "category": "SCIENCE AT THE EXPLORATORIUM", - "air_date": "2006-07-25", - "question": "(Jon of the Clue Crew reports from the Exploratorium, San Francisco, CA.) Mirrors are a good way to demonstrate this visual effect, correspondence in size & shape", - "value": "$1600", - "answer": "symmetry", - "round": "Double Jeopardy!", - "show_number": "5052", - "fullAnswer": "symmetry" - }, { "category": "ACTORS & ACTRESSES", "air_date": "2006-07-25", @@ -184909,16 +176089,6 @@ "show_number": "5052", "fullAnswer": "a centaur" }, - { - "category": "SCIENCE AT THE EXPLORATORIUM", - "air_date": "2006-07-25", - "question": "(Jon of the Clue Crew reports from the Exploratorium, San Francisco, CA.) Spinning the tank of water creates this geometric curve, because less force is needed to hold the center down than the edges", - "value": "$2000", - "answer": "parabola", - "round": "Double Jeopardy!", - "show_number": "5052", - "fullAnswer": "a parabola" - }, { "category": "ACTORS & ACTRESSES", "air_date": "2006-07-25", @@ -185184,7 +176354,7 @@ "air_date": "2000-11-23", "question": "Presidents Clinton & Bush were on hand in May 2000 to see him entombed in St. Patrick's Cathedral", "value": "$400", - "answer": "John Cardinal O\\'Connor", + "answer": "John Cardinal O'Connor", "round": "Jeopardy!", "show_number": "3734", "fullAnswer": "John Cardinal O\\'Connor" @@ -185214,7 +176384,7 @@ "air_date": "2000-11-23", "question": "From April 1975, it was John Denver's third No. 1 hit", "value": "$400", - "answer": "Thank God I\\'m A Country Boy", + "answer": "Thank God I'm A Country Boy", "round": "Jeopardy!", "show_number": "3734", "fullAnswer": "\"Thank God I\\'m A Country Boy\"" @@ -185274,7 +176444,7 @@ "air_date": "2000-11-23", "question": "This disco-rific film from 1978 starred Jeff Goldblum & Donna Summer", "value": "$500", - "answer": "Thank God It\\'s Friday", + "answer": "Thank God It's Friday", "round": "Jeopardy!", "show_number": "3734", "fullAnswer": "Thank God It\\'s Friday" @@ -185329,16 +176499,6 @@ "show_number": "3734", "fullAnswer": "Spain" }, - { - "category": "THE HISTORY CHANNEL", - "air_date": "2000-11-23", - "question": "Famous alarmist depicted in the following

\"His mission, to warn Adams and Hancock, hiding out in a Lexington parsonage...\"", - "value": "$200", - "answer": "Paul Revere", - "round": "Double Jeopardy!", - "show_number": "3734", - "fullAnswer": "Paul Revere" - }, { "category": "TURKMENISTAN, THE COUNTRY", "air_date": "2000-11-23", @@ -185389,16 +176549,6 @@ "show_number": "3734", "fullAnswer": "Austria" }, - { - "category": "THE HISTORY CHANNEL", - "air_date": "2000-11-23", - "question": "Man whose earlier life is the subject here

\"His business ventures made him wealthy, free to pursue his experiments and inventions and to devote his life...\"", - "value": "$400", - "answer": "Benjamin Franklin", - "round": "Double Jeopardy!", - "show_number": "3734", - "fullAnswer": "Benjamin Franklin" - }, { "category": "TURKMENISTAN, THE COUNTRY", "air_date": "2000-11-23", @@ -185449,16 +176599,6 @@ "show_number": "3734", "fullAnswer": "Mexico" }, - { - "category": "THE HISTORY CHANNEL", - "air_date": "2000-11-23", - "question": "\"Salvador\" & \"Citizen Cohn\" star heard here as the voice of John Adams

\"Vanity, I am sensible, is my cardinal vice...\"", - "value": "$600", - "answer": "James Woods", - "round": "Double Jeopardy!", - "show_number": "3734", - "fullAnswer": "James Woods" - }, { "category": "TURKMENISTAN, THE COUNTRY", "air_date": "2000-11-23", @@ -185509,16 +176649,6 @@ "show_number": "3734", "fullAnswer": "Belgium" }, - { - "category": "THE HISTORY CHANNEL", - "air_date": "2000-11-23", - "question": "Revolutionary inspiration whose work is read here

\"These are times that try men's souls...\"", - "value": "$800", - "answer": "Thomas Paine ", - "round": "Double Jeopardy!", - "show_number": "3734", - "fullAnswer": "Thomas Paine (\"The American Crisis\")" - }, { "category": "TURKMENISTAN, THE COUNTRY", "air_date": "2000-11-23", @@ -185569,16 +176699,6 @@ "show_number": "3734", "fullAnswer": "Israel" }, - { - "category": "THE HISTORY CHANNEL", - "air_date": "2000-11-23", - "question": "Patriot discussed in the following clip

\"He had been a failure in everything that he did, until the revolution; his father gave him a lot of money...\"", - "value": "$1000", - "answer": "Samuel Adams", - "round": "Double Jeopardy!", - "show_number": "3734", - "fullAnswer": "Samuel Adams" - }, { "category": "STATE CAPITALS", "air_date": "2000-11-23", @@ -185589,16 +176709,6 @@ "show_number": "3734", "fullAnswer": "Springfield, Illinois" }, - { - "category": "THE NEW YORK TIMES HISTORIC HEADLINES", - "air_date": "2006-04-06", - "question": "This country is the invadee in the 1990 headline seen here", - "value": "$200", - "answer": "Kuwait", - "round": "Jeopardy!", - "show_number": "4974", - "fullAnswer": "Kuwait" - }, { "category": "WHICH TV SHOW CAME FIRST?", "air_date": "2006-04-06", @@ -185649,16 +176759,6 @@ "show_number": "4974", "fullAnswer": "ad" }, - { - "category": "THE NEW YORK TIMES HISTORIC HEADLINES", - "air_date": "2006-04-06", - "question": "It's the capital city on the losing end of a 1971 headline", - "value": "$400", - "answer": "Taipei", - "round": "Jeopardy!", - "show_number": "4974", - "fullAnswer": "Taipei" - }, { "category": "WHICH TV SHOW CAME FIRST?", "air_date": "2006-04-06", @@ -185709,16 +176809,6 @@ "show_number": "4974", "fullAnswer": "post" }, - { - "category": "THE NEW YORK TIMES HISTORIC HEADLINES", - "air_date": "2006-04-06", - "question": "This man's 1986 travel itinerary made the front page", - "value": "$600", - "answer": "Ferdinand Marcos", - "round": "Jeopardy!", - "show_number": "4974", - "fullAnswer": "Ferdinand Marcos" - }, { "category": "WHICH TV SHOW CAME FIRST?", "air_date": "2006-04-06", @@ -185769,16 +176859,6 @@ "show_number": "4974", "fullAnswer": "mono" }, - { - "category": "THE NEW YORK TIMES HISTORIC HEADLINES", - "air_date": "2006-04-06", - "question": "Last name of the 1953 headline pair seen here", - "value": "$800", - "answer": "Rosenberg", - "round": "Jeopardy!", - "show_number": "4974", - "fullAnswer": "Rosenberg" - }, { "category": "WHICH TV SHOW CAME FIRST?", "air_date": "2006-04-06", @@ -185799,16 +176879,6 @@ "show_number": "4974", "fullAnswer": "a superego" }, - { - "category": "ON THE MENU", - "air_date": "2006-04-06", - "question": "It's the Italian name for the salad green seen here also called roquette", - "value": "$800", - "answer": "arugula", - "round": "Jeopardy!", - "show_number": "4974", - "fullAnswer": "arugula" - }, { "category": "A LA CART", "air_date": "2006-04-06", @@ -185829,16 +176899,6 @@ "show_number": "4974", "fullAnswer": "hetero" }, - { - "category": "THE NEW YORK TIMES HISTORIC HEADLINES", - "air_date": "2006-04-06", - "question": "In headlines from 1912 & '13, respectively, very different fates befall these two men", - "value": "$1000", - "answer": "Scott & Amundsen", - "round": "Jeopardy!", - "show_number": "4974", - "fullAnswer": "Scott & Amundsen" - }, { "category": "WHICH TV SHOW CAME FIRST?", "air_date": "2006-04-06", @@ -185914,7 +176974,7 @@ "air_date": "2006-04-06", "question": "\"The Dueling Cavalier\" was the silent film being turned into a musical in this 1952 Gene Kelly favorite", "value": "$400", - "answer": "Singin\\' in the Rain", + "answer": "Singin' in the Rain", "round": "Double Jeopardy!", "show_number": "4974", "fullAnswer": "Singin\\' in the Rain" @@ -186019,16 +177079,6 @@ "show_number": "4974", "fullAnswer": "Haiphong" }, - { - "category": "THE ELEMENTS", - "air_date": "2006-04-06", - "question": "(Kelly of the Clue Crew reports with some textiles from NC State University in Raleigh, NC.) North Carolina State University is developing shirts lined with transmitters made of this element, symbol Ag, that may one day monitor your vital signs", - "value": "$1200", - "answer": "silver", - "round": "Double Jeopardy!", - "show_number": "4974", - "fullAnswer": "silver" - }, { "category": "FICTIONAL MOVIES", "air_date": "2006-04-06", @@ -186074,7 +177124,7 @@ "air_date": "2006-04-06", "question": "In this theatre April 14, 1865 the play \"Our American Cousin\" celebrated its 1,000th performance", "value": "$1600", - "answer": "Ford\\'s Theatre", + "answer": "Ford's Theatre", "round": "Double Jeopardy!", "show_number": "4974", "fullAnswer": "Ford\\'s Theatre" @@ -186179,16 +177229,6 @@ "show_number": "4974", "fullAnswer": "San Marino" }, - { - "category": "IN THE DICTIONARY", - "air_date": "2006-04-06", - "question": "(Jon of the Clue Crew measures what looks to be a small pipe or shell in the Jeopardy! science lab.) These 2 words, 1 derived from the other, refer to the instrument I'm using & the measurement I'm taking", - "value": "$2000", - "answer": "calipers & caliber ", - "round": "Double Jeopardy!", - "show_number": "4974", - "fullAnswer": "calipers & caliber (calipers & calibration accepted)" - }, { "category": "BUSINESS & INDUSTRY", "air_date": "2006-04-06", @@ -186419,16 +177459,6 @@ "show_number": "4952", "fullAnswer": "a vicar" }, - { - "category": "MUSEUMS", - "air_date": "2006-03-07", - "question": "The Berlin building seen here is the archive of this influential school of design", - "value": "$800", - "answer": "Bauhaus", - "round": "Jeopardy!", - "show_number": "4952", - "fullAnswer": "Bauhaus" - }, { "category": "WHAT THE \"MEL\"", "air_date": "2006-03-07", @@ -186499,16 +177529,6 @@ "show_number": "4952", "fullAnswer": "(John) Marshall" }, - { - "category": "MONTY PYTHON'S FLYING CIRCUS", - "air_date": "2006-03-07", - "question": "It's the type of bird being complained about

\"It has ceased to be! It's expired and gone to meet its maker! This is a late--\"", - "value": "$400", - "answer": "parrot", - "round": "Double Jeopardy!", - "show_number": "4952", - "fullAnswer": "a parrot" - }, { "category": "BRIT LIT", "air_date": "2006-03-07", @@ -186559,16 +177579,6 @@ "show_number": "4952", "fullAnswer": "Chief Justice Roberts" }, - { - "category": "MONTY PYTHON'S FLYING CIRCUS", - "air_date": "2006-03-07", - "question": "It's the profession he's singing about

\"I cut down trees /
I skip and jump /
I like to press wild flowers /
I put on women's clothing /
And hang around in bars...\"
", - "value": "$800", - "answer": "lumberjack", - "round": "Double Jeopardy!", - "show_number": "4952", - "fullAnswer": "lumberjack" - }, { "category": "BRIT LIT", "air_date": "2006-03-07", @@ -186589,16 +177599,6 @@ "show_number": "4952", "fullAnswer": "the thorax" }, - { - "category": "THEY DID GOOD", - "air_date": "2006-03-07", - "question": "He's the missionary seen here the year he went to minister to the lepers of Molokai", - "value": "$800", - "answer": "Father Damien", - "round": "Double Jeopardy!", - "show_number": "4952", - "fullAnswer": "Father Damien" - }, { "category": "-OON", "air_date": "2006-03-07", @@ -186619,16 +177619,6 @@ "show_number": "4952", "fullAnswer": "Taft" }, - { - "category": "MONTY PYTHON'S FLYING CIRCUS", - "air_date": "2006-03-07", - "question": "It's the packaged meat product that comes with the following

\"...or lobster thermidor aux crevettes with a mornay sauce garnished with truffle pâté, brandy, and a fried egg on top and--\"", - "value": "$1200", - "answer": "Spam", - "round": "Double Jeopardy!", - "show_number": "4952", - "fullAnswer": "Spam" - }, { "category": "BRIT LIT", "air_date": "2006-03-07", @@ -186639,16 +177629,6 @@ "show_number": "4952", "fullAnswer": "Virginia Woolf" }, - { - "category": "SCIENCE \"T\"ALK", - "air_date": "2006-03-07", - "question": "(Jon of the Clue Crew reports from a science lab.) There are two basic types of flow--laminar, which is smooth & regular, & this more common one with swirls & eddies", - "value": "$1200", - "answer": "turbulent", - "round": "Double Jeopardy!", - "show_number": "4952", - "fullAnswer": "turbulent" - }, { "category": "-OON", "air_date": "2006-03-07", @@ -186669,16 +177649,6 @@ "show_number": "4952", "fullAnswer": "Earl Warren" }, - { - "category": "MONTY PYTHON'S FLYING CIRCUS", - "air_date": "2006-03-07", - "question": "It's the tribunal making an appearance here

\"Our chief weapon is surprise--surprise and fear, fear and surprise. Our two weapons are fear and surprise--\"", - "value": "$1600", - "answer": "Spanish Inquisition", - "round": "Double Jeopardy!", - "show_number": "4952", - "fullAnswer": "the Spanish Inquisition" - }, { "category": "BRIT LIT", "air_date": "2006-03-07", @@ -186729,16 +177699,6 @@ "show_number": "4952", "fullAnswer": "Taney" }, - { - "category": "MONTY PYTHON'S FLYING CIRCUS", - "air_date": "2006-03-07", - "question": "It's the game show being played

\"This is for 15 pounds, and it's to stop us revealing the name of your lover in Bolton.\"", - "value": "$2000", - "answer": "Blackmail", - "round": "Double Jeopardy!", - "show_number": "4952", - "fullAnswer": "Blackmail" - }, { "category": "BRIT LIT", "air_date": "2006-03-07", @@ -186884,7 +177844,7 @@ "air_date": "2005-10-06", "question": "This event orchestrated by Capone took place at a garage at 2122 N. Clark St.", "value": "$400", - "answer": "St. Valentine\\'s Day Massacre", + "answer": "St. Valentine's Day Massacre", "round": "Jeopardy!", "show_number": "4844", "fullAnswer": "the St. Valentine\\'s Day Massacre" @@ -187099,16 +178059,6 @@ "show_number": "4844", "fullAnswer": "U2" }, - { - "category": "ON THE BATTLEFIELD", - "air_date": "2005-10-06", - "question": "(Jon of the Clue Crew shows a map on a screen.) At Hastings, the Normans literally had an uphill battle to reach and defeat this king who held the high ground", - "value": "$400", - "answer": "King Harold", - "round": "Double Jeopardy!", - "show_number": "4844", - "fullAnswer": "King Harold" - }, { "category": "MR. JOHNSON", "air_date": "2005-10-06", @@ -187119,16 +178069,6 @@ "show_number": "4844", "fullAnswer": "Lyndon Johnson" }, - { - "category": "PICTURES AT AN EXHIBITION", - "air_date": "2005-10-06", - "question": "A sample of the explosive work of this innovative American is seen here", - "value": "$400", - "answer": "Jackson Pollock", - "round": "Double Jeopardy!", - "show_number": "4844", - "fullAnswer": "Jackson Pollock" - }, { "category": "THE STORY OF \"O\"", "air_date": "2005-10-06", @@ -187219,16 +178159,6 @@ "show_number": "4844", "fullAnswer": "Led Zeppelin" }, - { - "category": "ON THE BATTLEFIELD", - "air_date": "2005-10-06", - "question": "(Jon of the Clue Crew shows a map on a monitor.) A landing by Australian and New Zealand forces was driven back by future Turkish leader Ataturk in this WWI battle", - "value": "$3,500", - "answer": "Gallipoli", - "round": "Double Jeopardy!", - "show_number": "4844", - "fullAnswer": "Gallipoli" - }, { "category": "MR. JOHNSON", "air_date": "2005-10-06", @@ -187239,16 +178169,6 @@ "show_number": "4844", "fullAnswer": "Michael Johnson" }, - { - "category": "PICTURES AT AN EXHIBITION", - "air_date": "2005-10-06", - "question": "Also the title of a 2003 film, it's the famous work from around 1665 seen here", - "value": "$4,000", - "answer": "Girl with a Pearl Earring", - "round": "Double Jeopardy!", - "show_number": "4844", - "fullAnswer": "The Girl with a Pearl Earring" - }, { "category": "THE STORY OF \"O\"", "air_date": "2005-10-06", @@ -187299,16 +178219,6 @@ "show_number": "4844", "fullAnswer": "Jack Johnson" }, - { - "category": "PICTURES AT AN EXHIBITION", - "air_date": "2005-10-06", - "question": "This Dutchman's peculiar point-of-view played out in works like the one seen here", - "value": "$1600", - "answer": "M.C. Escher", - "round": "Double Jeopardy!", - "show_number": "4844", - "fullAnswer": "M.C. Escher" - }, { "category": "THE STORY OF \"O\"", "air_date": "2005-10-06", @@ -187339,16 +178249,6 @@ "show_number": "4844", "fullAnswer": "Def Leppard" }, - { - "category": "ON THE BATTLEFIELD", - "air_date": "2005-10-06", - "question": "(Jon shows a map on a monitor.) In 1879 at Isandlwana, a maneuver called \"Horns of the Beast\" allowed this African group to get close enough to overrun the British", - "value": "$2000", - "answer": "Zulu", - "round": "Double Jeopardy!", - "show_number": "4844", - "fullAnswer": "the Zulu" - }, { "category": "MR. JOHNSON", "air_date": "2005-10-06", @@ -187844,7 +178744,7 @@ "air_date": "1998-05-22", "question": "Several of his plays, including \"Long Day's Journey Into Night\", had their world premieres in Stockholm", "value": "$600", - "answer": "Eugene O\\' Neill", + "answer": "Eugene O' Neill", "round": "Double Jeopardy!", "show_number": "3175", "fullAnswer": "Eugene O\\' Neill" @@ -188369,16 +179269,6 @@ "show_number": "4612", "fullAnswer": "their whiskers" }, - { - "category": "ART & ARTISTS", - "air_date": "2004-09-28", - "question": "This Englishman described his work as \"modern moral subjects... similar to representations on the stage\"", - "value": "$800", - "answer": "Hogarth", - "round": "Double Jeopardy!", - "show_number": "4612", - "fullAnswer": "(William) Hogarth" - }, { "category": "A CAJUN CATEGORY", "air_date": "2004-09-28", @@ -188439,16 +179329,6 @@ "show_number": "4612", "fullAnswer": "the Medusa" }, - { - "category": "A CAJUN CATEGORY", - "air_date": "2004-09-28", - "question": "If we covered everything Cajun from A to Z, we'd finally come to this accordion-based musical style heard here", - "value": "$1200", - "answer": "zydeco", - "round": "Double Jeopardy!", - "show_number": "4612", - "fullAnswer": "zydeco" - }, { "category": "TOP 40 MATH", "air_date": "2004-09-28", @@ -188489,16 +179369,6 @@ "show_number": "4612", "fullAnswer": "peristalsis" }, - { - "category": "ART & ARTISTS", - "air_date": "2004-09-28", - "question": "His \"Jolly Toper\" of the 1600s is seen here", - "value": "$1600", - "answer": "Franz Hals", - "round": "Double Jeopardy!", - "show_number": "4612", - "fullAnswer": "Franz Hals" - }, { "category": "A CAJUN CATEGORY", "air_date": "2004-09-28", @@ -188654,7 +179524,7 @@ "air_date": "2007-06-13", "question": "Eric Dane heats things up as \"Dr. McSteamy\" on this ABC series", "value": "$200", - "answer": "Grey\\'s Anatomy", + "answer": "Grey's Anatomy", "round": "Jeopardy!", "show_number": "5253", "fullAnswer": "Grey\\'s Anatomy" @@ -188684,7 +179554,7 @@ "air_date": "2007-06-13", "question": "In an old proverb, it follows \"You cannot make a silk purse...\"", "value": "$400", - "answer": "out of a sow\\'s ear", + "answer": "out of a sow's ear", "round": "Jeopardy!", "show_number": "5253", "fullAnswer": "out of a sow\\'s ear" @@ -188709,16 +179579,6 @@ "show_number": "5253", "fullAnswer": "a zebra" }, - { - "category": "OTHER DOCTOR McDREAMYs", - "air_date": "2007-06-13", - "question": "(Hi, I'm Brian Stokes Mitchell.) Before starring on Broadway, I spent 7 years playing Dr. \"Jackpot\" Jackson on this TV medical series, a spin-off of M*A*S*H", - "value": "$400", - "answer": "Trapper John, M.D.", - "round": "Jeopardy!", - "show_number": "5253", - "fullAnswer": "Trapper John, M.D." - }, { "category": "YOU LOOK LIKE A GREEK GOD", "air_date": "2007-06-13", @@ -188759,16 +179619,6 @@ "show_number": "5253", "fullAnswer": "the League of Women Voters" }, - { - "category": "SOUNDS LIKE A ZODIAC SIGN", - "air_date": "2007-06-13", - "question": "First name of the guy seen here", - "value": "$600", - "answer": "Viggo", - "round": "Jeopardy!", - "show_number": "5253", - "fullAnswer": "Viggo" - }, { "category": "OTHER DOCTOR McDREAMYs", "air_date": "2007-06-13", @@ -188909,16 +179759,6 @@ "show_number": "5253", "fullAnswer": "Athena" }, - { - "category": "JAMES JOYCE'S DUBLIN", - "air_date": "2007-06-13", - "question": "(Jimmy of the Clue Crew reports from Dublin, Ireland.) We're at the Jameson Distillery raising a glass to James Joyce on June 16, a date that now has this one-word name", - "value": "$400", - "answer": "Bloomsday", - "round": "Double Jeopardy!", - "show_number": "5253", - "fullAnswer": "Bloomsday" - }, { "category": "LYRICAL BROADWAY", "air_date": "2007-06-13", @@ -189029,16 +179869,6 @@ "show_number": "5253", "fullAnswer": "Waldorf" }, - { - "category": "JAMES JOYCE'S DUBLIN", - "air_date": "2007-06-13", - "question": "(Jimmy of the Clue Crew reports from Dublin, Ireland.) This young hero of \"Ulysses\" stands in this spot looking over the sea and pondering love's bitter mystery", - "value": "$1200", - "answer": "Stephen Dedalus", - "round": "Double Jeopardy!", - "show_number": "5253", - "fullAnswer": "Stephen Dedalus" - }, { "category": "LYRICAL BROADWAY", "air_date": "2007-06-13", @@ -189149,16 +179979,6 @@ "show_number": "5253", "fullAnswer": "Waterford" }, - { - "category": "JAMES JOYCE'S DUBLIN", - "air_date": "2007-06-13", - "question": "(Cheryl of the Clue Crew reports from Dublin, Ireland.) Dublin's Liffey River is a vital force in Joyce's work, especially in this late novel whose first word is \"Riverrun\"", - "value": "$2000", - "answer": "Finnegans Wake", - "round": "Double Jeopardy!", - "show_number": "5253", - "fullAnswer": "Finnegans Wake" - }, { "category": "LYRICAL BROADWAY", "air_date": "2007-06-13", @@ -189199,16 +180019,6 @@ "show_number": "5253", "fullAnswer": "\"Gentleman Jim\" Corbett" }, - { - "category": "STARTS (WITH \"W\")", - "air_date": "2007-06-13", - "question": "Depicted here and often seen in heraldry, it's a two-legged winged dragon with a barbed tail", - "value": "$2000", - "answer": "wyvern", - "round": "Double Jeopardy!", - "show_number": "5253", - "fullAnswer": "wyvern" - }, { "category": "AFRICA", "air_date": "2007-06-13", @@ -189219,16 +180029,6 @@ "show_number": "5253", "fullAnswer": "Uganda & Rwanda" }, - { - "category": "YOU: BEING BEAUTIFUL", - "air_date": "2009-01-05", - "question": "(Dr. Oz presents.) Ease your stress & its aging effect by applying pressure to the web of your hand, a homemade version of this technique", - "value": "$200", - "answer": "acupressure", - "round": "Jeopardy!", - "show_number": "5601", - "fullAnswer": "acupressure" - }, { "category": "SONGS FROM MUSICALS", "air_date": "2009-01-05", @@ -189279,16 +180079,6 @@ "show_number": "5601", "fullAnswer": "machismo" }, - { - "category": "YOU: BEING BEAUTIFUL", - "air_date": "2009-01-05", - "question": "(Dr. Oz presents.) Exposure to U.V. radiation dries out & can burn the skin & also releases these liberated molecules that can damage the DNA & lead to cancer", - "value": "$400", - "answer": "free radicals", - "round": "Jeopardy!", - "show_number": "5601", - "fullAnswer": "free radicals" - }, { "category": "SONGS FROM MUSICALS", "air_date": "2009-01-05", @@ -189339,16 +180129,6 @@ "show_number": "5601", "fullAnswer": "distaff" }, - { - "category": "YOU: BEING BEAUTIFUL", - "air_date": "2009-01-05", - "question": "(Dr. Oz presents.) Try to get 20 minutes of sunlight a day, but only at low levels when your shadow's taller than you in order to get what you need of this vitamin", - "value": "$600", - "answer": "vitamin D", - "round": "Jeopardy!", - "show_number": "5601", - "fullAnswer": "vitamin D" - }, { "category": "SONGS FROM MUSICALS", "air_date": "2009-01-05", @@ -189399,16 +180179,6 @@ "show_number": "5601", "fullAnswer": "deeds" }, - { - "category": "YOU: BEING BEAUTIFUL", - "air_date": "2009-01-05", - "question": "(Dr. Oz presents.) Those gorgeous high-heeled shoes can cause a partial dislocation of the big toe, causing a bony prominence known as this", - "value": "$800", - "answer": "bunion", - "round": "Jeopardy!", - "show_number": "5601", - "fullAnswer": "a bunion" - }, { "category": "SONGS FROM MUSICALS", "air_date": "2009-01-05", @@ -189454,21 +180224,11 @@ "air_date": "2009-01-05", "question": "Completes the rhyming proverb \"Man may work from sun to sun...\"", "value": "$800", - "answer": "But a woman\\'s work is never done", + "answer": "But a woman's work is never done", "round": "Jeopardy!", "show_number": "5601", "fullAnswer": "But a woman\\'s work is never done" }, - { - "category": "YOU: BEING BEAUTIFUL", - "air_date": "2009-01-05", - "question": "(Dr. Oz presents.) As many as 1 American in 50 may be unrealistically dissatisfied with their bodies called body dysmorphic disorder; it's a form of this--OCD for short", - "value": "$1000", - "answer": "obsessive-compulsive disorder", - "round": "Jeopardy!", - "show_number": "5601", - "fullAnswer": "obsessive-compulsive disorder" - }, { "category": "SONGS FROM MUSICALS", "air_date": "2009-01-05", @@ -189569,16 +180329,6 @@ "show_number": "5601", "fullAnswer": "an elegy" }, - { - "category": "PIGSKIN LEGENDS", - "air_date": "2009-01-05", - "question": "(Jon of the Clue Crew stands with some bronze busts of inductees at the Pro Football Hall of Fame in Canton, OH.) Nick Buoniconti, Larry Csonka, Bob Griese, Jim Langer, Larry Little & Paul Warfield were all enshrined in the Hall of Fame & were all members of this undefeated team", - "value": "$400", - "answer": "Miami Dolphins", - "round": "Double Jeopardy!", - "show_number": "5601", - "fullAnswer": "the Miami Dolphins" - }, { "category": "RICE", "air_date": "2009-01-05", @@ -189609,16 +180359,6 @@ "show_number": "5601", "fullAnswer": "hands" }, - { - "category": "ART MONK", - "air_date": "2009-01-05", - "question": "Many books were handmade by monks in the Middle Ages, like this brightened type of manuscript", - "value": "$800", - "answer": "illuminated", - "round": "Double Jeopardy!", - "show_number": "5601", - "fullAnswer": "illuminated" - }, { "category": "\"EL\"-WAY", "air_date": "2009-01-05", @@ -189669,16 +180409,6 @@ "show_number": "5601", "fullAnswer": "Alsace" }, - { - "category": "ART MONK", - "air_date": "2009-01-05", - "question": "Dominican Fra Bartolommeo painted the portrait of this philosopher, author of \"Summa Theologica\"", - "value": "$1200", - "answer": "Aquinas", - "round": "Double Jeopardy!", - "show_number": "5601", - "fullAnswer": "(Saint Thomas) Aquinas" - }, { "category": "\"EL\"-WAY", "air_date": "2009-01-05", @@ -189689,16 +180419,6 @@ "show_number": "5601", "fullAnswer": "the Elms" }, - { - "category": "PIGSKIN LEGENDS", - "air_date": "2009-01-05", - "question": "(Kelly of the Clue Crew reports from the Pro Football Hall of Fame in Canton, OH.) In 1967, this bench provided support but little warmth to players of the Ice Bowl, the NFL's coldest championship game at this stadium", - "value": "$1200", - "answer": "Lambeau Field", - "round": "Double Jeopardy!", - "show_number": "5601", - "fullAnswer": "Lambeau Field" - }, { "category": "RICE", "air_date": "2009-01-05", @@ -189769,16 +180489,6 @@ "show_number": "5601", "fullAnswer": "the Po" }, - { - "category": "ART MONK", - "air_date": "2009-01-05", - "question": "In the work seen here, Benedictine monk Don Giulio Clovio shows the conversion of this saint", - "value": "$2000", - "answer": "Paul", - "round": "Double Jeopardy!", - "show_number": "5601", - "fullAnswer": "Paul" - }, { "category": "\"EL\"-WAY", "air_date": "2009-01-05", @@ -189789,16 +180499,6 @@ "show_number": "5601", "fullAnswer": "elocution" }, - { - "category": "PIGSKIN LEGENDS", - "air_date": "2009-01-05", - "question": "(Kelly of the Clue Crew reports from the Pro Football Hall of Fame in Canton, OH.) Jim Thorpe's classmates in the first group inducted into the Pro Football Hall of Fame included this red-haired Bears running back of the '20s", - "value": "$2000", - "answer": "Grange", - "round": "Double Jeopardy!", - "show_number": "5601", - "fullAnswer": "(Red) Grange" - }, { "category": "CHARACTERS IN NOVELS", "air_date": "2009-01-05", @@ -189929,16 +180629,6 @@ "show_number": "5729", "fullAnswer": "a kiln" }, - { - "category": "LITERATURE IN THE 1800s", - "air_date": "2009-07-02", - "question": "(Sarah of the Clue Crew reports from the Rosenborg Castle Gardens in Copenhagen, Denmark.) In one translation of an 1868 work, this author calls Denmark's Rosenborg \"the Castle of the Roses, as beautiful as the flower that gave it its name\"", - "value": "$600", - "answer": "Hans Christian Andersen", - "round": "Jeopardy!", - "show_number": "5729", - "fullAnswer": "Hans Christian Andersen" - }, { "category": "COLLEGE FOOTBALL QUOTES", "air_date": "2009-07-02", @@ -190014,7 +180704,7 @@ "air_date": "2009-07-02", "question": "\"Betcha can't eat just one\" of these", "value": "$800", - "answer": "Lay\\'s", + "answer": "Lay's", "round": "Jeopardy!", "show_number": "5729", "fullAnswer": "Lay\\'s" @@ -190884,7 +181574,7 @@ "air_date": "2010-09-27", "question": "An instance of the Moon passing in front of the Sun, or what a Cockney barber does for a living", "value": "$1600", - "answer": "eclipse/\\'e clips", + "answer": "eclipse/'e clips", "round": "Double Jeopardy!", "show_number": "5986", "fullAnswer": "eclipse/\\'e clips" @@ -190939,16 +181629,6 @@ "show_number": "5986", "fullAnswer": "exobiology" }, - { - "category": "WHAT'S IN STORE?", - "air_date": "2010-09-27", - "question": "(Kelly of the Clue Crew reads from a table with some packaged items.) This type of packaging with a marine name is purposely made impenetrable, so that a thief can't open it in a store & slip out the merchandise--it really works", - "value": "$2000", - "answer": "clamshell coverings", - "round": "Double Jeopardy!", - "show_number": "5986", - "fullAnswer": "clamshell coverings" - }, { "category": "NATIONAL HISTORIC SITES", "air_date": "2010-09-27", @@ -191234,7 +181914,7 @@ "air_date": "1999-02-02", "question": "Roger Thomas,
Dwayne Clemens,
Freddie \"Rerun\" Stubbs", "value": "$500", - "answer": "What\\'s Happening", + "answer": "What's Happening", "round": "Jeopardy!", "show_number": "3322", "fullAnswer": "What\\'s Happening" @@ -191654,7 +182334,7 @@ "air_date": "1998-02-19", "question": "To rent a car abroad, you may need an \"international\" one of these, available at the AAA", "value": "$200", - "answer": "International driver\\'s license", + "answer": "International driver's license", "round": "Jeopardy!", "show_number": "3109", "fullAnswer": "International driver\\'s license" @@ -192199,16 +182879,6 @@ "show_number": "5660", "fullAnswer": "a proclamation" }, - { - "category": "MOUNTAINS", - "air_date": "2009-03-27", - "question": "(Kelly of the Clue Crew reports from the University of Wisconsin-Madison.) As you can see on the relief globe, this volcano that takes up over half of the Big Island rises over 6 miles from the sea floor", - "value": "$400", - "answer": "Mauna Loa", - "round": "Jeopardy!", - "show_number": "5660", - "fullAnswer": "Mauna Loa" - }, { "category": "BROADWAY MUSICAL ADJECTIVES", "air_date": "2009-03-27", @@ -192244,7 +182914,7 @@ "air_date": "2009-03-27", "question": "After a kill, members of a pride crowd around the meat, trying to get this proverbial portion", "value": "$400", - "answer": "lion\\'s share", + "answer": "lion's share", "round": "Jeopardy!", "show_number": "5660", "fullAnswer": "the lion\\'s share" @@ -192289,16 +182959,6 @@ "show_number": "5660", "fullAnswer": "the intestine" }, - { - "category": "MARCH", - "air_date": "2009-03-27", - "question": "One of the first radio broadcasts of music took place March 5, 1907 when this opera overture was broadcast", - "value": "$600", - "answer": "William Tell Overture", - "round": "Jeopardy!", - "show_number": "5660", - "fullAnswer": "the William Tell Overture" - }, { "category": "IN LIKE A LION", "air_date": "2009-03-27", @@ -192454,7 +183114,7 @@ "air_date": "2009-03-27", "question": "In Spain, this Woody Harrelson film was \"White Men Don't Know How To Stick It In\"", "value": "$400", - "answer": "White Men Can\\'t Jump", + "answer": "White Men Can't Jump", "round": "Double Jeopardy!", "show_number": "5660", "fullAnswer": "White Men Can\\'t Jump" @@ -192469,16 +183129,6 @@ "show_number": "5660", "fullAnswer": "beards" }, - { - "category": "TELLING THE MECHANIC", - "air_date": "2009-03-27", - "question": "After I start my car, it makes this noise--the name of the movie jalopy seen here", - "value": "$400", - "answer": "Chitty Chitty Bang Bang", - "round": "Double Jeopardy!", - "show_number": "5660", - "fullAnswer": "Chitty Chitty Bang Bang" - }, { "category": "HALF A MYTHICAL PAIR", "air_date": "2009-03-27", @@ -192589,16 +183239,6 @@ "show_number": "5660", "fullAnswer": "Finland" }, - { - "category": "TELLING THE MECHANIC", - "air_date": "2009-03-27", - "question": "The rhyming term for the boots seen here; driving on a flat tire sounded like it", - "value": "$1200", - "answer": "mukluk", - "round": "Double Jeopardy!", - "show_number": "5660", - "fullAnswer": "mukluk" - }, { "category": "HALF A MYTHICAL PAIR", "air_date": "2009-03-27", @@ -192784,7 +183424,7 @@ "air_date": "1984-09-21", "question": "In '61 movie, Audrey Hepburn's alternative to brunch in bed", "value": "$100", - "answer": "Breakfast at Tiffany\\'s", + "answer": "Breakfast at Tiffany's", "round": "Jeopardy!", "show_number": "10", "fullAnswer": "Breakfast at Tiffany\\'s" @@ -193124,7 +183764,7 @@ "air_date": "1984-09-21", "question": "Since '27, stars have made good impressions at this Hollywood site", "value": "$600", - "answer": "Mann\\'s Chinese Theatre", + "answer": "Mann's Chinese Theatre", "round": "Double Jeopardy!", "show_number": "10", "fullAnswer": "Mann\\'s Chinese Theatre" @@ -193529,16 +184169,6 @@ "show_number": "6070", "fullAnswer": "Kimberly-Clark" }, - { - "category": "PLUTO: NEVER FORGET!", - "air_date": "2011-01-21", - "question": "(Sarah of the Clue Crew illustrates the clue on the monitor.) Pluto's symbol combines the letters \"P\" & \"L\", representing both the first two letters of the name \"Pluto\" & the initials of this observatory founder, who predicted Pluto's existence", - "value": "$1000", - "answer": "Percival Lowell", - "round": "Jeopardy!", - "show_number": "6070", - "fullAnswer": "Percival Lowell" - }, { "category": "ALL THINGS CONSIDERED", "air_date": "2011-01-21", @@ -193619,16 +184249,6 @@ "show_number": "6070", "fullAnswer": "the cello" }, - { - "category": "I'M SO THEATRICAL", - "air_date": "2011-01-21", - "question": "(Hi. I'm Neil Patrick Harris.) In 2010 I made my debut as a musical theater director with the Hollywood Bowl production of this Jonathan Larson show; I've played Mark in the musical before", - "value": "$800", - "answer": "Rent", - "round": "Double Jeopardy!", - "show_number": "6070", - "fullAnswer": "Rent" - }, { "category": "ALSO ON THE MONOPOLY BOARD", "air_date": "2011-01-21", @@ -193709,16 +184329,6 @@ "show_number": "6070", "fullAnswer": "Schumann" }, - { - "category": "I'M SO THEATRICAL", - "air_date": "2011-01-21", - "question": "He came to Broadway in \"Lend Me a Tenor\", costarring his wife Brooke Adams & directed by Stanley Tucci", - "value": "$1600", - "answer": "Shalhoub", - "round": "Double Jeopardy!", - "show_number": "6070", - "fullAnswer": "(Tony) Shalhoub" - }, { "category": "LOUISIANA LORE", "air_date": "2011-01-21", @@ -193879,16 +184489,6 @@ "show_number": "5815", "fullAnswer": "bylines" }, - { - "category": "PREY LATER", - "air_date": "2009-12-18", - "question": "This predator is believed to have been introduced to Australia thousands of years ago by man", - "value": "$200", - "answer": "dingo", - "round": "Jeopardy!", - "show_number": "5815", - "fullAnswer": "the dingo" - }, { "category": "THE 7 ANCIENT WONDERS", "air_date": "2009-12-18", @@ -193939,16 +184539,6 @@ "show_number": "5815", "fullAnswer": "a byte" }, - { - "category": "PREY LATER", - "air_date": "2009-12-18", - "question": "Found on all continents except Antarctica, this \"structural\" bird helps to control rodent populations", - "value": "$400", - "answer": "barn owl", - "round": "Jeopardy!", - "show_number": "5815", - "fullAnswer": "a barn owl" - }, { "category": "THE 7 ANCIENT WONDERS", "air_date": "2009-12-18", @@ -194059,16 +184649,6 @@ "show_number": "5815", "fullAnswer": "by hook or by crook" }, - { - "category": "PREY LATER", - "air_date": "2009-12-18", - "question": "This aggressive predator of North America & Europe is the largest member of the weasel family", - "value": "$800", - "answer": "wolverine", - "round": "Jeopardy!", - "show_number": "5815", - "fullAnswer": "the wolverine" - }, { "category": "THE 7 ANCIENT WONDERS", "air_date": "2009-12-18", @@ -194109,16 +184689,6 @@ "show_number": "5815", "fullAnswer": "Bye Bye Birdie" }, - { - "category": "PREY LATER", - "air_date": "2009-12-18", - "question": "Prickly predator of insects pictured here", - "value": "$1000", - "answer": "hedgehog", - "round": "Jeopardy!", - "show_number": "5815", - "fullAnswer": "a hedgehog" - }, { "category": "CANADIAN BAL-EH?", "air_date": "2009-12-18", @@ -194209,16 +184779,6 @@ "show_number": "5815", "fullAnswer": "Dan Quayle" }, - { - "category": "UPHOLSTERY", - "air_date": "2009-12-18", - "question": "Often, only the feet are left uncovered in a chair called this adjective implying that an excess of material is used", - "value": "$800", - "answer": "overstuffed chair", - "round": "Double Jeopardy!", - "show_number": "5815", - "fullAnswer": "an overstuffed chair" - }, { "category": "LITERARY \"EL\" MEN", "air_date": "2009-12-18", @@ -194389,16 +184949,6 @@ "show_number": "5815", "fullAnswer": "(John) Calhoun" }, - { - "category": "UPHOLSTERY", - "air_date": "2009-12-18", - "question": "A huge tropical tree that's that's pollenated by bats yields this fiber, largely used for padding, as in upholstery", - "value": "$2000", - "answer": "kapok", - "round": "Double Jeopardy!", - "show_number": "5815", - "fullAnswer": "kapok" - }, { "category": "LITERARY \"EL\" MEN", "air_date": "2009-12-18", @@ -194514,7 +185064,7 @@ "air_date": "1998-04-23", "question": "[audio clue]", "value": "$200", - "answer": "Can\\'t Buy Me Love", + "answer": "Can't Buy Me Love", "round": "Jeopardy!", "show_number": "3154", "fullAnswer": "\"Can\\'t Buy Me Love\"" @@ -194564,7 +185114,7 @@ "air_date": "1998-04-23", "question": "This Al Capp comic strip made its last appearance November 13, 1977", "value": "$300", - "answer": "Li\\'l Abner", + "answer": "Li'l Abner", "round": "Jeopardy!", "show_number": "3154", "fullAnswer": "\"Li\\'l Abner\"" @@ -195629,16 +186179,6 @@ "show_number": "5459", "fullAnswer": "Jefferson" }, - { - "category": "MUSICAL STYLES", - "air_date": "2008-05-08", - "question": "\"Western\" used to be a part of this musical style's name
\"I've been running from the law /
Living in flashing lights /
I've been...\"
", - "value": "$200", - "answer": "country", - "round": "Jeopardy!", - "show_number": "5459", - "fullAnswer": "country" - }, { "category": "FISHIN' IMPOSSIBLE", "air_date": "2008-05-08", @@ -195689,16 +186229,6 @@ "show_number": "5459", "fullAnswer": "the Constitution" }, - { - "category": "MUSICAL STYLES", - "air_date": "2008-05-08", - "question": "Encyclopedia Britannica calls it a \"cultural movement\" as well as \"backing music\"
sample", - "value": "$400", - "answer": "hip-hop", - "round": "Jeopardy!", - "show_number": "5459", - "fullAnswer": "hip-hop" - }, { "category": "FISHIN' IMPOSSIBLE", "air_date": "2008-05-08", @@ -195749,16 +186279,6 @@ "show_number": "5459", "fullAnswer": "the Federalist Papers" }, - { - "category": "MUSICAL STYLES", - "air_date": "2008-05-08", - "question": "In the mid-1950s, this style got its name, combining a type of music & a rural fellow
\"Riding down Sunset /
Santa Monica, too /
Over to the Valley /
To pick up Peggy Sue\"
", - "value": "$600", - "answer": "rockabilly", - "round": "Jeopardy!", - "show_number": "5459", - "fullAnswer": "rockabilly" - }, { "category": "FISHIN' IMPOSSIBLE", "air_date": "2008-05-08", @@ -195809,16 +186329,6 @@ "show_number": "5459", "fullAnswer": "Monroe" }, - { - "category": "MUSICAL STYLES", - "air_date": "2008-05-08", - "question": "A Jamaican musical genre is part of the name of this Latin style
\"We got you jammin", - "value": "$800", - "answer": "reggaeton", - "round": "Jeopardy!", - "show_number": "5459", - "fullAnswer": "reggaeton" - }, { "category": "FISHIN' IMPOSSIBLE", "air_date": "2008-05-08", @@ -195869,16 +186379,6 @@ "show_number": "5459", "fullAnswer": "(Oliver Hazard) Perry" }, - { - "category": "MUSICAL STYLES", - "air_date": "2008-05-08", - "question": "The name of this style of music may come from an alteration of the French word for \"beans\"
\"Shot below /
Dig a hole\"
", - "value": "$1000", - "answer": "zydeco", - "round": "Jeopardy!", - "show_number": "5459", - "fullAnswer": "zydeco" - }, { "category": "FISHIN' IMPOSSIBLE", "air_date": "2008-05-08", @@ -196059,16 +186559,6 @@ "show_number": "5459", "fullAnswer": "(Matt) Leinart" }, - { - "category": "LET'S VISIT THE MIDEAST", - "air_date": "2008-05-08", - "question": "The dude in white is one of these nomads, from a word for \"desert-dweller\"", - "value": "$1200", - "answer": "Bedouin", - "round": "Double Jeopardy!", - "show_number": "5459", - "fullAnswer": "a Bedouin" - }, { "category": "PRODUCT PLACEMENT", "air_date": "2008-05-08", @@ -196089,22 +186579,12 @@ "show_number": "5459", "fullAnswer": "\"The Battle Hymn of the Republic\"" }, - { - "category": "GET YOUR \"B.A.\"", - "air_date": "2008-05-08", - "question": "It's the specialty of Kat Von D's seen here", - "value": "$1200", - "answer": "body artist", - "round": "Double Jeopardy!", - "show_number": "5459", - "fullAnswer": "a body artist" - }, { "category": "MEDICINE", "air_date": "2008-05-08", "question": "In 1906 a German doctor first presented his findings about this memory-loss disease that's now named for him", "value": "$1600", - "answer": "Alzheimer\\'s", + "answer": "Alzheimer's", "round": "Double Jeopardy!", "show_number": "5459", "fullAnswer": "Alzheimer\\'s" @@ -196179,16 +186659,6 @@ "show_number": "5459", "fullAnswer": "Kid Rock" }, - { - "category": "LET'S VISIT THE MIDEAST", - "air_date": "2008-05-08", - "question": "(Cheryl of the Clue Crew indicates a map of the Middle East on the monitor.) In 1958 the spell of President Nasser's Pan-Arab Movement persuaded this country to join Egypt in the United Arab Republic", - "value": "$2000", - "answer": "Syria", - "round": "Double Jeopardy!", - "show_number": "5459", - "fullAnswer": "Syria" - }, { "category": "PRODUCT PLACEMENT", "air_date": "2008-05-08", @@ -196249,16 +186719,6 @@ "show_number": "4583", "fullAnswer": "Fargo" }, - { - "category": "MEXICAN FOOD & DRINK", - "air_date": "2004-07-07", - "question": "(Sarah of the Clue Crew sits down to a meal in the Yucatan Peninsula, Mexico.) Here in the Yucatan, this tasty bundle is wrapped & cooked in banana leaves rather than the usual corn husks", - "value": "$200", - "answer": "tamale", - "round": "Jeopardy!", - "show_number": "4583", - "fullAnswer": "a tamale" - }, { "category": "WHAT'S THE NEXT LINE?", "air_date": "2004-07-07", @@ -196369,22 +186829,12 @@ "show_number": "4583", "fullAnswer": "The Apostle" }, - { - "category": "MEXICAN FOOD & DRINK", - "air_date": "2004-07-07", - "question": "(Sarah of the Clue Crew follows her meal with a chaser in the Yucatan Peninsula, Mexico.) By Mexican law, this potent potable must be made with at least 51% agave; the rest is often sugar cane", - "value": "$600", - "answer": "tequila", - "round": "Jeopardy!", - "show_number": "4583", - "fullAnswer": "tequila" - }, { "category": "WHAT'S THE NEXT LINE?", "air_date": "2004-07-07", "question": "\"Roll out the barrel...\"", "value": "$600", - "answer": "...and we\\'ll have a barrel of fun", + "answer": "...and we'll have a barrel of fun", "round": "Jeopardy!", "show_number": "4583", "fullAnswer": "\"...and we\\'ll have a barrel of fun\"" @@ -196489,16 +186939,6 @@ "show_number": "4583", "fullAnswer": "Far from Heaven" }, - { - "category": "MEXICAN FOOD & DRINK", - "air_date": "2004-07-07", - "question": "(Sarah of the Clue Crew has seconds at Yucatan Peninsula, Mexico.) One of my favorite Mexican dishes is this one--raw seafood marinated in lime juice, garnished with onions & tomatoes", - "value": "$1000", - "answer": "ceviche", - "round": "Jeopardy!", - "show_number": "4583", - "fullAnswer": "ceviche" - }, { "category": "WHAT'S THE NEXT LINE?", "air_date": "2004-07-07", @@ -196529,16 +186969,6 @@ "show_number": "4583", "fullAnswer": "test tube" }, - { - "category": "THE VICTORIANS", - "air_date": "2004-07-07", - "question": "The Queen is pictured here in the elaborate Mausoleum built for this man", - "value": "$400", - "answer": "Albert", - "round": "Double Jeopardy!", - "show_number": "4583", - "fullAnswer": "(Prince) Albert" - }, { "category": "MARVEL COMICS HEROES", "air_date": "2004-07-07", @@ -196559,16 +186989,6 @@ "show_number": "4583", "fullAnswer": "Moscow" }, - { - "category": "PHARM TEAM", - "air_date": "2004-07-07", - "question": "An Internet site about this product from Bayer can be found at wonderdrug.com", - "value": "$400", - "answer": "aspirin", - "round": "Double Jeopardy!", - "show_number": "4583", - "fullAnswer": "aspirin" - }, { "category": "MILITARY MATTERS", "air_date": "2004-07-07", @@ -196589,16 +187009,6 @@ "show_number": "4583", "fullAnswer": "a furrow" }, - { - "category": "THE VICTORIANS", - "air_date": "2004-07-07", - "question": "By its etymology, this Victorian room seen here was an early chat room", - "value": "$7,200", - "answer": "parlor", - "round": "Double Jeopardy!", - "show_number": "4583", - "fullAnswer": "a parlor" - }, { "category": "MARVEL COMICS HEROES", "air_date": "2004-07-07", @@ -196629,16 +187039,6 @@ "show_number": "4583", "fullAnswer": "pregnancy tests" }, - { - "category": "MILITARY MATTERS", - "air_date": "2004-07-07", - "question": "Seen here, it's awarded by the U.S. military for meritorious achievement in ground combat", - "value": "$800", - "answer": "Bronze Star", - "round": "Double Jeopardy!", - "show_number": "4583", - "fullAnswer": "a Bronze Star" - }, { "category": "5 IN A \"ROW\"", "air_date": "2004-07-07", @@ -196769,16 +187169,6 @@ "show_number": "4583", "fullAnswer": "Harrow" }, - { - "category": "THE VICTORIANS", - "air_date": "2004-07-07", - "question": "\"Merlin\" is by this 1890s artist, some of whose work was too graphic for the Victorians (or our viewers)", - "value": "$2000", - "answer": "Aubrey Beardsley", - "round": "Double Jeopardy!", - "show_number": "4583", - "fullAnswer": "Aubrey Beardsley" - }, { "category": "MARVEL COMICS HEROES", "air_date": "2004-07-07", @@ -196794,7 +187184,7 @@ "air_date": "2004-07-07", "question": "The major hub of the Washington Metro is the stop named for this French planner", "value": "$2000", - "answer": "L\\'Enfant", + "answer": "L'Enfant", "round": "Double Jeopardy!", "show_number": "4583", "fullAnswer": "(Pierre Charles) L\\'Enfant" @@ -197094,7 +187484,7 @@ "air_date": "1998-11-17", "question": "\"Nothing Compares\" to this singer seen on covers in 1990 & '91, & with even less hair in '92", "value": "$500", - "answer": "Sinead O\\'Connor", + "answer": "Sinead O'Connor", "round": "Jeopardy!", "show_number": "3267", "fullAnswer": "Sinead O\\'Connor" @@ -197459,16 +187849,6 @@ "show_number": "4925", "fullAnswer": "Columbus" }, - { - "category": "NIKE", - "air_date": "2006-01-27", - "question": "(Sarah of the Clue Crew delivers the clue from the Nike campus, Oregon.) Nike has replicas of the Grand Slam trophies of this golfer, like the '97 Masters & the 2000 British Open", - "value": "$200", - "answer": "Tiger Woods", - "round": "Jeopardy!", - "show_number": "4925", - "fullAnswer": "Tiger Woods" - }, { "category": "PAST, PRESENT OR FUTURE", "air_date": "2006-01-27", @@ -197519,16 +187899,6 @@ "show_number": "4925", "fullAnswer": "Martin Luther" }, - { - "category": "NIKE", - "air_date": "2006-01-27", - "question": "(Sarah of the Clue Crew delivers the clue from the Nike campus. Oregon.) In 1996 wearing his golden shoes, he became the first man to win the 200 & 400 meters at the same Olympics; today, he's immortalized at Nike's track", - "value": "$400", - "answer": "Michael Johnson", - "round": "Jeopardy!", - "show_number": "4925", - "fullAnswer": "Michael Johnson" - }, { "category": "PAST, PRESENT OR FUTURE", "air_date": "2006-01-27", @@ -197579,16 +187949,6 @@ "show_number": "4925", "fullAnswer": "Norway & Denmark" }, - { - "category": "NIKE", - "air_date": "2006-01-27", - "question": "(Sarah of the Clue Crew delivers the clue from the Nike campus, Oregon.) This is one of the actual shoes Bill Bowerman hand-made for the man known as \"Pre\", the first major athlete to endorse Nikes, who died tragically in 1975", - "value": "$600", - "answer": "Steve Prefontaine", - "round": "Jeopardy!", - "show_number": "4925", - "fullAnswer": "Steve Prefontaine" - }, { "category": "PAST, PRESENT OR FUTURE", "air_date": "2006-01-27", @@ -197639,16 +187999,6 @@ "show_number": "4925", "fullAnswer": "Henry VIII" }, - { - "category": "NIKE", - "air_date": "2006-01-27", - "question": "(Jon of the Clue Crew delivers the clue from the Nike campus. Oregon.) In 1988, Nike's first ads with this 3-word tagline starred wheelchair athlete Craig Blanchette, among others", - "value": "$800", - "answer": "Just do it", - "round": "Jeopardy!", - "show_number": "4925", - "fullAnswer": "\"Just do it\"" - }, { "category": "PAST, PRESENT OR FUTURE", "air_date": "2006-01-27", @@ -197699,16 +188049,6 @@ "show_number": "4925", "fullAnswer": "(Leonardo) da Vinci" }, - { - "category": "NIKE", - "air_date": "2006-01-27", - "question": "(Jon of the Clue Crew delivers the clue from the Nike campus, Oregon.) Nike Research & Development has come a long way since Bill Bowerman was inspired by this kitchen appliance to design a famous shoe", - "value": "$1000", - "answer": "waffle iron", - "round": "Jeopardy!", - "show_number": "4925", - "fullAnswer": "a waffle iron" - }, { "category": "PAST, PRESENT OR FUTURE", "air_date": "2006-01-27", @@ -197719,16 +188059,6 @@ "show_number": "4925", "fullAnswer": "past" }, - { - "category": "GLOBETROTTING", - "air_date": "2006-01-27", - "question": "(Hi, I'm Anderson Cooper of CNN's 360.) I took a 16-hour flight from New York to this 25,000-square-mile nation off India to report on tsunami damage", - "value": "$1000", - "answer": "Sri Lanka", - "round": "Jeopardy!", - "show_number": "4925", - "fullAnswer": "Sri Lanka" - }, { "category": "MAGAZINES", "air_date": "2006-01-27", @@ -198749,16 +189079,6 @@ "show_number": "6025", "fullAnswer": "Who Wants to Be a Millionaire" }, - { - "category": "MY DORM ROOM IS SO SMALL...", - "air_date": "2010-11-19", - "question": "I couldn't grow my nails out, so the best I could do with them was this national treatment", - "value": "$400", - "answer": "French manicure ", - "round": "Jeopardy!", - "show_number": "6025", - "fullAnswer": "a French manicure (or French tip)" - }, { "category": "BIBLE GUYS", "air_date": "2010-11-19", @@ -199209,16 +189529,6 @@ "show_number": "6025", "fullAnswer": "a neophyte" }, - { - "category": "REAL MEN OF SCIENCE", - "air_date": "2010-11-19", - "question": "Introduced in 1856, his process, using blasts of air to remove impurities, made the mass production of steel possible", - "value": "$2000", - "answer": "Henry Bessemer", - "round": "Double Jeopardy!", - "show_number": "6025", - "fullAnswer": "Henry Bessemer" - }, { "category": "POP & ROCK", "air_date": "2010-11-19", @@ -199259,16 +189569,6 @@ "show_number": "6025", "fullAnswer": "quarks" }, - { - "category": "OUR LIVING PLANET", - "air_date": "2010-11-19", - "question": "Several species appear in the logo of the U.N.'s International Year of this 12-letter word, vital to the health of \"life\" on Earth", - "value": null, - "answer": "biodiversity", - "round": "Final Jeopardy!", - "show_number": "6025", - "fullAnswer": "biodiversity" - }, { "category": "AT BAY", "air_date": "2009-05-14", @@ -199349,16 +189649,6 @@ "show_number": "5694", "fullAnswer": "Sports Illustrated" }, - { - "category": "HOOKUPS", - "air_date": "2009-05-14", - "question": "This 10-letter item seen here can be hooked up to a motion sensor in the backyard to detect intrusion", - "value": "$400", - "answer": "floodlight", - "round": "Jeopardy!", - "show_number": "5694", - "fullAnswer": "floodlight" - }, { "category": "ASSERTING AUTHOR-ITY", "air_date": "2009-05-14", @@ -199659,16 +189949,6 @@ "show_number": "5694", "fullAnswer": "Texas" }, - { - "category": "ACTRESSES", - "air_date": "2009-05-14", - "question": "This actress seen here is godmother to the daughter of Kurt Cobain & Courtney Love", - "value": "$800", - "answer": "Drew Barrymore", - "round": "Double Jeopardy!", - "show_number": "5694", - "fullAnswer": "Drew Barrymore" - }, { "category": "2-LETTER WORDS", "air_date": "2009-05-14", @@ -199679,16 +189959,6 @@ "show_number": "5694", "fullAnswer": "no" }, - { - "category": "ANGELS & DEMONS", - "air_date": "2009-05-14", - "question": "In \"Angels & Demons\", this sect, \"the enlightened ones\" in Latin, use ambigram brands, which can still be read upside down", - "value": "$800", - "answer": "Illuminati", - "round": "Double Jeopardy!", - "show_number": "5694", - "fullAnswer": "the Illuminati" - }, { "category": "AMERICAN HISTORY", "air_date": "2009-05-14", @@ -199739,16 +190009,6 @@ "show_number": "5694", "fullAnswer": "Bo" }, - { - "category": "ANGELS & DEMONS", - "air_date": "2009-05-14", - "question": "Langdon in \"Angels & Demons\" is looking for this type of bomb made of opposing particles like positrons", - "value": "$1200", - "answer": "antimatter bomb", - "round": "Double Jeopardy!", - "show_number": "5694", - "fullAnswer": "an antimatter bomb" - }, { "category": "AMERICAN HISTORY", "air_date": "2009-05-14", @@ -199799,16 +190059,6 @@ "show_number": "5694", "fullAnswer": "fo" }, - { - "category": "ANGELS & DEMONS", - "air_date": "2009-05-14", - "question": "Much of \"Angels & Demons\" takes place at one of these, where Cardinals elect a new pope in secret assemblies", - "value": "$1600", - "answer": "conclave", - "round": "Double Jeopardy!", - "show_number": "5694", - "fullAnswer": "a conclave" - }, { "category": "AMERICAN HISTORY", "air_date": "2009-05-14", @@ -199859,16 +190109,6 @@ "show_number": "5694", "fullAnswer": "Ur" }, - { - "category": "ANGELS & DEMONS", - "air_date": "2009-05-14", - "question": "\"Habakkuk and the Angel\" is one of a series of clues by this Renaissance master depicting angels pointing", - "value": "$2000", - "answer": "Bernini", - "round": "Double Jeopardy!", - "show_number": "5694", - "fullAnswer": "Bernini" - }, { "category": "SCIENCE TERMS", "air_date": "2009-05-14", @@ -200059,16 +190299,6 @@ "show_number": "3582", "fullAnswer": "Bell Bottoms" }, - { - "category": "U.S. GEOGRAPHY", - "air_date": "2000-03-14", - "question": "(Hi, I'm Jason Elam of the Denver Broncos.) In 1998 I earned a trip to the NFL's Pro Bowl, held each year in this city where I played college ball", - "value": "$400", - "answer": "Honolulu", - "round": "Jeopardy!", - "show_number": "3582", - "fullAnswer": "Honolulu" - }, { "category": "POP MUSIC PAIRINGS", "air_date": "2000-03-14", @@ -201644,7 +191874,7 @@ "air_date": "1988-12-02", "question": "This major U.S. airport was built on an orchard, so it's abbreviated \"ORD\" on luggage tags", "value": "$1000", - "answer": "O\\'Hare", + "answer": "O'Hare", "round": "Double Jeopardy!", "show_number": "980", "fullAnswer": "O\\'Hare" @@ -201699,16 +191929,6 @@ "show_number": "5906", "fullAnswer": "Stephen King" }, - { - "category": "INSIDE THE ACTORS STUDIO", - "air_date": "2010-04-26", - "question": "(James Lipton delivers the clue.) He told us, as a struggling actor, he used the pay phone at Pioneer Chicken as his office, before he got \"Family Ties\"", - "value": "$200", - "answer": "Michael J. Fox", - "round": "Jeopardy!", - "show_number": "5906", - "fullAnswer": "Michael J. Fox" - }, { "category": "THE 19th FIRST ANNUAL IG NOBEL PRIZE", "air_date": "2010-04-26", @@ -201759,16 +191979,6 @@ "show_number": "5906", "fullAnswer": "Ronald Reagan" }, - { - "category": "INSIDE THE ACTORS STUDIO", - "air_date": "2010-04-26", - "question": "(James Lipton delivers the clue.) For his pants-less slide in \"Risky Business\", he said he put wax on the floor to the center of the shot, then dust to help him stop", - "value": "$400", - "answer": "Tom Cruise", - "round": "Jeopardy!", - "show_number": "5906", - "fullAnswer": "Tom Cruise" - }, { "category": "THE 19th FIRST ANNUAL IG NOBEL PRIZE", "air_date": "2010-04-26", @@ -201819,16 +192029,6 @@ "show_number": "5906", "fullAnswer": "John Grisham" }, - { - "category": "INSIDE THE ACTORS STUDIO", - "air_date": "2010-04-26", - "question": "(James Lipton delivers the clue.) He said he loved his show's early scripts, because \"Mulder is a complete failure... he's never solved a case. Ever\"", - "value": "$600", - "answer": "David Duchovny", - "round": "Jeopardy!", - "show_number": "5906", - "fullAnswer": "David Duchovny" - }, { "category": "THE 19th FIRST ANNUAL IG NOBEL PRIZE", "air_date": "2010-04-26", @@ -201879,16 +192079,6 @@ "show_number": "5906", "fullAnswer": "Tom Clancy" }, - { - "category": "INSIDE THE ACTORS STUDIO", - "air_date": "2010-04-26", - "question": "(James Lipton delivers the clue.) He recounted how he himself named his \"Gladiator\" character; \"Narcissus\" just wouldn't work", - "value": "$800", - "answer": "Russell Crowe", - "round": "Jeopardy!", - "show_number": "5906", - "fullAnswer": "Russell Crowe" - }, { "category": "THE 19th FIRST ANNUAL IG NOBEL PRIZE", "air_date": "2010-04-26", @@ -201909,16 +192099,6 @@ "show_number": "5906", "fullAnswer": "Snickers" }, - { - "category": "NUCLEAR WEAPONS 101", - "air_date": "2010-04-26", - "question": "(Kelly of the Clue Crew shows an atomic animation on the monitor.) A neutron is used to split the nucleus of an atom, releasing energy in this type of nuclear bomb process", - "value": "$800", - "answer": "fission", - "round": "Jeopardy!", - "show_number": "5906", - "fullAnswer": "fission" - }, { "category": "OFF THE ____", "air_date": "2010-04-26", @@ -201939,16 +192119,6 @@ "show_number": "5906", "fullAnswer": "Danielle Steel" }, - { - "category": "INSIDE THE ACTORS STUDIO", - "air_date": "2010-04-26", - "question": "(James Lipton delivers the clue.) He shared with us how the role of Tony Soprano may have driven him, ironically, to the psychiatrist's office", - "value": "$1000", - "answer": "James Gandolfini", - "round": "Jeopardy!", - "show_number": "5906", - "fullAnswer": "James Gandolfini" - }, { "category": "THE 19th FIRST ANNUAL IG NOBEL PRIZE", "air_date": "2010-04-26", @@ -202449,16 +192619,6 @@ "show_number": "5688", "fullAnswer": "a tennis racket" }, - { - "category": "WOULD YOU LIKE FLIES WITH THAT?", - "air_date": "2009-05-06", - "question": "edible.com sells ground beans for this hot beverage that have been regurgitated by weasels, cleaned & roasted", - "value": "$800", - "answer": "coffee", - "round": "Jeopardy!", - "show_number": "5688", - "fullAnswer": "coffee" - }, { "category": "FAST FRIENDS", "air_date": "2009-05-06", @@ -202749,16 +192909,6 @@ "show_number": "5688", "fullAnswer": "Rilo Kiley" }, - { - "category": "BODIES OF WATER", - "air_date": "2009-05-06", - "question": "(Jimmy of the Clue Crew points to a map on the monitor.) The Straits of Mackinac separate the Upper & Lower Peninsulas & connect these two Great Lakes", - "value": "$1600", - "answer": "Huron & Michigan", - "round": "Double Jeopardy!", - "show_number": "5688", - "fullAnswer": "Huron & Michigan" - }, { "category": "COMPARATIVE LIT", "air_date": "2009-05-06", @@ -202899,16 +193049,6 @@ "show_number": "4588", "fullAnswer": "the University of Florida" }, - { - "category": "WEAPONS OF MASS DISTRACTION", - "air_date": "2004-07-14", - "question": "(Jimbo of the CC keeps on truckin'.) Often used by truckers, these radios that work on 40 channels were a fad in the '70s & '80s

\"That's a big 10-4, good buddy.\"", - "value": "$200", - "answer": "CB radios", - "round": "Jeopardy!", - "show_number": "4588", - "fullAnswer": "CB radios" - }, { "category": "4-LETTER STOCK MARKET WORDS", "air_date": "2004-07-14", @@ -203019,16 +193159,6 @@ "show_number": "4588", "fullAnswer": "the University of Rome" }, - { - "category": "WEAPONS OF MASS DISTRACTION", - "air_date": "2004-07-14", - "question": "(Sofia of the Clue Crew wears a pink hat.) Of all the fashion trends set by first lady Jackie Kennedy, she may be remembered most for this style of hat", - "value": "$600", - "answer": "pillbox", - "round": "Jeopardy!", - "show_number": "4588", - "fullAnswer": "pillbox" - }, { "category": "4-LETTER STOCK MARKET WORDS", "air_date": "2004-07-14", @@ -203069,16 +193199,6 @@ "show_number": "4588", "fullAnswer": "retractability" }, - { - "category": "THE UNIVERSITY OF...", - "air_date": "2004-07-14", - "question": "Its logo shows the same tree as on the state flag", - "value": "$1,200", - "answer": "University of South Carolina", - "round": "Jeopardy!", - "show_number": "4588", - "fullAnswer": "the University of South Carolina" - }, { "category": "WEAPONS OF MASS DISTRACTION", "air_date": "2004-07-14", @@ -203139,16 +193259,6 @@ "show_number": "4588", "fullAnswer": "University of Maryland" }, - { - "category": "WEAPONS OF MASS DISTRACTION", - "air_date": "2004-07-14", - "question": "(Jimmy of the Clue Crew kicks around with Sofia.) Change the end of the word \"football\" to get this official name of the activity we're practicing", - "value": "$1000", - "answer": "footbag", - "round": "Jeopardy!", - "show_number": "4588", - "fullAnswer": "footbag" - }, { "category": "4-LETTER STOCK MARKET WORDS", "air_date": "2004-07-14", @@ -203644,7 +193754,7 @@ "air_date": "2008-01-31", "question": "In the familiar proverb, it's when \"the mice will play\"", "value": "$600", - "answer": "when the cat\\'s away", + "answer": "when the cat's away", "round": "Jeopardy!", "show_number": "5389", "fullAnswer": "when the cat\\'s away" @@ -203654,7 +193764,7 @@ "air_date": "2008-01-31", "question": "Due to Mr. X's long battle with this, the obit suggests giving to the Michael J. Fox Foundation to continue the fight", "value": "$800", - "answer": "Parkinson\\'s Disease", + "answer": "Parkinson's Disease", "round": "Jeopardy!", "show_number": "5389", "fullAnswer": "Parkinson\\'s Disease" @@ -203679,16 +193789,6 @@ "show_number": "5389", "fullAnswer": "Lord of the Flies" }, - { - "category": "NEW IDEAS IN BUSINESS", - "air_date": "2008-01-31", - "question": "(Alex reports from Sony Headquarters in Tokyo, Japan.) Surprisingly, the first Sony product wasn't anything hi-tech, & it wasn't a big success either; it was a kitchen item, a cooker for this kind of food", - "value": "$800", - "answer": "rice", - "round": "Jeopardy!", - "show_number": "5389", - "fullAnswer": "rice" - }, { "category": "GO OLD WEST, YOUNG MAN", "air_date": "2008-01-31", @@ -204019,16 +194119,6 @@ "show_number": "5389", "fullAnswer": "Cabin Boy" }, - { - "category": "20th CENTURY SCIENCE", - "air_date": "2008-01-31", - "question": "(I'm astrophysicist Neil deGrasse Tyson.) We were just getting used to dark matter being 90% of the universe when in 1998 we were hit with this discovery, which is making the universe expand much faster than anyone had expected", - "value": "$2000", - "answer": "dark energy", - "round": "Double Jeopardy!", - "show_number": "5389", - "fullAnswer": "dark energy" - }, { "category": "CANALS", "air_date": "2008-01-31", @@ -205329,16 +195419,6 @@ "show_number": "5071", "fullAnswer": "a ring" }, - { - "category": "BEEKEEPING", - "air_date": "2006-10-02", - "question": "(Sarah of the Clue Crew reports from the University of Nebraska's Dept. of Entomology.) This familiar term for a group of bees refers specifically to the group that flies from the hive to form a new colony", - "value": "$200", - "answer": "swarm", - "round": "Jeopardy!", - "show_number": "5071", - "fullAnswer": "a swarm" - }, { "category": "COLORFUL LANGUAGE", "air_date": "2006-10-02", @@ -205359,16 +195439,6 @@ "show_number": "5071", "fullAnswer": "Encyclopedia Brown" }, - { - "category": "DISNEY CHANNEL", - "air_date": "2006-10-02", - "question": "The song heard here was on the soundtrack to this 2006 Disney Channel movie

\"This could be the start of something new /
It feels so right...\"
", - "value": "$400", - "answer": "High School Musical", - "round": "Jeopardy!", - "show_number": "5071", - "fullAnswer": "High School Musical" - }, { "category": "NUMBER, PLEASE", "air_date": "2006-10-02", @@ -205389,16 +195459,6 @@ "show_number": "5071", "fullAnswer": "an earring" }, - { - "category": "BEEKEEPING", - "air_date": "2006-10-02", - "question": "(Sarah of the Clue Crew holds a swarm of bees.) Drones don't sting, & queens only sting other queens, so only worry about a sting from these bees, but they are about 95% of a hive's population", - "value": "$400", - "answer": "worker bees", - "round": "Jeopardy!", - "show_number": "5071", - "fullAnswer": "worker bees" - }, { "category": "COLORFUL LANGUAGE", "air_date": "2006-10-02", @@ -205449,26 +195509,6 @@ "show_number": "5071", "fullAnswer": "pearls" }, - { - "category": "BEEKEEPING", - "air_date": "2006-10-02", - "question": "(Sarah of the Clue Crew gives the clue with a tray of bees in front of her.) Honey is produced by the evaporation of this liquid that bees collect from flowers & then regurgitate", - "value": "$600", - "answer": "nectar", - "round": "Jeopardy!", - "show_number": "5071", - "fullAnswer": "nectar" - }, - { - "category": "COLORFUL LANGUAGE", - "air_date": "2006-10-02", - "question": "Swift-of-foot critter seen here", - "value": "$600", - "answer": "greyhound", - "round": "Jeopardy!", - "show_number": "5071", - "fullAnswer": "a greyhound" - }, { "category": "KID LIT", "air_date": "2006-10-02", @@ -205509,16 +195549,6 @@ "show_number": "5071", "fullAnswer": "an emerald" }, - { - "category": "BEEKEEPING", - "air_date": "2006-10-02", - "question": "(Sarah of the Clue Crew reveals the clue holding a tray with bees on it.) Glands on a bee's abdomen convert the sugar in honey to this building material", - "value": "$800", - "answer": "beeswax", - "round": "Jeopardy!", - "show_number": "5071", - "fullAnswer": "beeswax" - }, { "category": "COLORFUL LANGUAGE", "air_date": "2006-10-02", @@ -205599,16 +195629,6 @@ "show_number": "5071", "fullAnswer": "Over the Hedge" }, - { - "category": "NAME THAT COUNTRY", - "air_date": "2006-10-02", - "question": "This country is not too worried if it gets the boot", - "value": "$400", - "answer": "Italy", - "round": "Double Jeopardy!", - "show_number": "5071", - "fullAnswer": "Italy" - }, { "category": "I'M BORED", "air_date": "2006-10-02", @@ -205649,26 +195669,6 @@ "show_number": "5071", "fullAnswer": "John Paul Jones" }, - { - "category": "ANIMATED MOVIES", - "air_date": "2006-10-02", - "question": "The living, breathing, scary title creature of this 2006 movie is seen here", - "value": "$800", - "answer": "Monster House", - "round": "Double Jeopardy!", - "show_number": "5071", - "fullAnswer": "Monster House" - }, - { - "category": "NAME THAT COUNTRY", - "air_date": "2006-10-02", - "question": "Though a neighbor, this Caribbean nation has had a rocky history with the United States", - "value": "$800", - "answer": "Cuba", - "round": "Double Jeopardy!", - "show_number": "5071", - "fullAnswer": "Cuba" - }, { "category": "I'M BORED", "air_date": "2006-10-02", @@ -205719,16 +195719,6 @@ "show_number": "5071", "fullAnswer": "The Ant Bully" }, - { - "category": "NAME THAT COUNTRY", - "air_date": "2006-10-02", - "question": "It's big... and it's cold", - "value": "$1200", - "answer": "Russia", - "round": "Double Jeopardy!", - "show_number": "5071", - "fullAnswer": "Russia" - }, { "category": "I'M BORED", "air_date": "2006-10-02", @@ -205779,16 +195769,6 @@ "show_number": "5071", "fullAnswer": "The Land Before Time" }, - { - "category": "NAME THAT COUNTRY", - "air_date": "2006-10-02", - "question": "44 million-strong African country seen here", - "value": "$1600", - "answer": "South Africa", - "round": "Double Jeopardy!", - "show_number": "5071", - "fullAnswer": "South Africa" - }, { "category": "I'M BORED", "air_date": "2006-10-02", @@ -205839,16 +195819,6 @@ "show_number": "5071", "fullAnswer": "The Wild Thornberrys" }, - { - "category": "NAME THAT COUNTRY", - "air_date": "2006-10-02", - "question": "This country takes its name from a term for a precious metal", - "value": "$4,000", - "answer": "Argentina", - "round": "Double Jeopardy!", - "show_number": "5071", - "fullAnswer": "Argentina" - }, { "category": "I'M BORED", "air_date": "2006-10-02", @@ -206029,16 +195999,6 @@ "show_number": "4880", "fullAnswer": "bon voyage" }, - { - "category": "THE NEWSPAPER", - "air_date": "2005-11-25", - "question": "(Jimmy of the Clue Crew opens a copy of The New York Times.) I always find something I agree with & something that gets me mad on this page, named for its physical position in the newspaper", - "value": "$600", - "answer": "op-ed page", - "round": "Jeopardy!", - "show_number": "4880", - "fullAnswer": "the op-ed page" - }, { "category": "STEPHEN KING BOOKS", "air_date": "2005-11-25", @@ -206164,7 +196124,7 @@ "air_date": "2005-11-25", "question": "A vampire takes over the title hamlet in this, King's second novel", "value": "$1000", - "answer": "Salem\\'s Lot", + "answer": "Salem's Lot", "round": "Jeopardy!", "show_number": "4880", "fullAnswer": "Salem\\'s Lot" @@ -206219,16 +196179,6 @@ "show_number": "4880", "fullAnswer": "Mars" }, - { - "category": "WORLD LEADER DRIVER'S LICENSES?", - "air_date": "2005-11-25", - "question": "He was the driving force in his country's reforms", - "value": "$400", - "answer": "Gorbachev", - "round": "Double Jeopardy!", - "show_number": "4880", - "fullAnswer": "Gorbachev" - }, { "category": "IT'S IN THE CARDS", "air_date": "2005-11-25", @@ -206274,21 +196224,11 @@ "air_date": "2005-11-25", "question": "Eratosthenes calculated this c. 230 B.C. using the difference between the sun's angles at 2 places during June", "value": "$800", - "answer": "Earth\\'s circumference", + "answer": "Earth's circumference", "round": "Double Jeopardy!", "show_number": "4880", "fullAnswer": "the Earth\\'s circumference" }, - { - "category": "WORLD LEADER DRIVER'S LICENSES?", - "air_date": "2005-11-25", - "question": "He drove out the Colonialists", - "value": "$800", - "answer": "Ho Chi Minh", - "round": "Double Jeopardy!", - "show_number": "4880", - "fullAnswer": "Ho Chi Minh" - }, { "category": "IT'S IN THE CARDS", "air_date": "2005-11-25", @@ -206339,16 +196279,6 @@ "show_number": "4880", "fullAnswer": "a glacier" }, - { - "category": "WORLD LEADER DRIVER'S LICENSES?", - "air_date": "2005-11-25", - "question": "He had plenty of drive to get ahead in the army", - "value": "$1200", - "answer": "Franco", - "round": "Double Jeopardy!", - "show_number": "4880", - "fullAnswer": "Franco" - }, { "category": "IT'S IN THE CARDS", "air_date": "2005-11-25", @@ -206359,16 +196289,6 @@ "show_number": "4880", "fullAnswer": "Bicycle" }, - { - "category": "THE \"L\" IT IS!", - "air_date": "2005-11-25", - "question": "This actress flowered on the 19th century stage & as the mistress of King Edward VII", - "value": "$1200", - "answer": "Lillie Langtry", - "round": "Double Jeopardy!", - "show_number": "4880", - "fullAnswer": "Lillie Langtry" - }, { "category": "LITERARY QUOTATIONS", "air_date": "2005-11-25", @@ -206399,26 +196319,6 @@ "show_number": "4880", "fullAnswer": "iron" }, - { - "category": "WORLD LEADER DRIVER'S LICENSES?", - "air_date": "2005-11-25", - "question": "He drove his people to distraction", - "value": "$1600", - "answer": "Idi Amin", - "round": "Double Jeopardy!", - "show_number": "4880", - "fullAnswer": "Idi Amin" - }, - { - "category": "IT'S IN THE CARDS", - "air_date": "2005-11-25", - "question": "(Sarah of the Clue Crew tips her hand.) The two tens of clubs in my hand doesn't mean I'm cheating, but playing this trick-taking game that uses a special deck", - "value": "$1600", - "answer": "pinochle", - "round": "Double Jeopardy!", - "show_number": "4880", - "fullAnswer": "pinochle" - }, { "category": "THE \"L\" IT IS!", "air_date": "2005-11-25", @@ -206459,16 +196359,6 @@ "show_number": "4880", "fullAnswer": "methane" }, - { - "category": "WORLD LEADER DRIVER'S LICENSES?", - "air_date": "2005-11-25", - "question": "He drove his party off a cliff in 1997", - "value": "$2000", - "answer": "Major", - "round": "Double Jeopardy!", - "show_number": "4880", - "fullAnswer": "(John) Major" - }, { "category": "IT'S IN THE CARDS", "air_date": "2005-11-25", @@ -206529,16 +196419,6 @@ "show_number": "4981", "fullAnswer": "skis" }, - { - "category": "THE NEW YORK TIMES PHOTOGRAPHY", - "air_date": "2006-04-17", - "question": "The ship seen here is moving through this artificial waterway completed in 1869", - "value": "$200", - "answer": "Suez Canal", - "round": "Jeopardy!", - "show_number": "4981", - "fullAnswer": "the Suez Canal" - }, { "category": "LEFT, RIGHT, CENTER", "air_date": "2006-04-17", @@ -206579,26 +196459,6 @@ "show_number": "4981", "fullAnswer": "Cheers" }, - { - "category": "RIDE WITHOUT A LICENSE", - "air_date": "2006-04-17", - "question": "(Sarah of the Clue Crew delivers the clue while on a bodyboard.) This brand of bodyboard sounds like you can get some disco-type moves going on it", - "value": "$400", - "answer": "Boogie Board", - "round": "Jeopardy!", - "show_number": "4981", - "fullAnswer": "a Boogie Board" - }, - { - "category": "THE NEW YORK TIMES PHOTOGRAPHY", - "air_date": "2006-04-17", - "question": "From the Latin for \"to hold in front\", it's the period epitomized here", - "value": "$400", - "answer": "Prohibition", - "round": "Jeopardy!", - "show_number": "4981", - "fullAnswer": "Prohibition" - }, { "category": "LEFT, RIGHT, CENTER", "air_date": "2006-04-17", @@ -206609,16 +196469,6 @@ "show_number": "4981", "fullAnswer": "Lincoln Center" }, - { - "category": "STUPID ANSWERS", - "air_date": "2006-04-17", - "question": "(Jon of the Clue Crew delivers the clue from the Duke University Primate Center.) Technicians of the Duke University Primate Center say the animals go bananas over grapes & this fruit of the genus Musa", - "value": "$400", - "answer": "bananas", - "round": "Jeopardy!", - "show_number": "4981", - "fullAnswer": "bananas" - }, { "category": "HOLIDAYS & OBSERVANCES", "air_date": "2006-04-17", @@ -206649,16 +196499,6 @@ "show_number": "4981", "fullAnswer": "Rollerblades" }, - { - "category": "THE NEW YORK TIMES PHOTOGRAPHY", - "air_date": "2006-04-17", - "question": "The Times photo of this man dates from sometime around 1870; he was dead by 1876", - "value": "$600", - "answer": "Custer", - "round": "Jeopardy!", - "show_number": "4981", - "fullAnswer": "Custer" - }, { "category": "LEFT, RIGHT, CENTER", "air_date": "2006-04-17", @@ -206674,7 +196514,7 @@ "air_date": "2006-04-17", "question": "After Dec. 11, 2005 this show was movin' out of Broadway's Richard Rogers Theatre", "value": "$600", - "answer": "Movin\\' Out", + "answer": "Movin' Out", "round": "Jeopardy!", "show_number": "4981", "fullAnswer": "Movin\\' Out" @@ -206699,26 +196539,6 @@ "show_number": "4981", "fullAnswer": "M*A*S*H" }, - { - "category": "RIDE WITHOUT A LICENSE", - "air_date": "2006-04-17", - "question": "The pocket bike seen here looks like a shrunken version of this Wisconsin-based motorcycle brand", - "value": "$800", - "answer": "Harley-Davidson", - "round": "Jeopardy!", - "show_number": "4981", - "fullAnswer": "Harley-Davidson" - }, - { - "category": "THE NEW YORK TIMES PHOTOGRAPHY", - "air_date": "2006-04-17", - "question": "A famous trio is seen here at this Ukranian resort city in 1945", - "value": "$800", - "answer": "Yalta", - "round": "Jeopardy!", - "show_number": "4981", - "fullAnswer": "Yalta" - }, { "category": "LEFT, RIGHT, CENTER", "air_date": "2006-04-17", @@ -206769,16 +196589,6 @@ "show_number": "4981", "fullAnswer": "BMX" }, - { - "category": "THE NEW YORK TIMES PHOTOGRAPHY", - "air_date": "2006-04-17", - "question": "Seen here are these two artists who were married in 1929 in Coyocan", - "value": "$1000", - "answer": "Diego Rivera & Frida Kahlo", - "round": "Jeopardy!", - "show_number": "4981", - "fullAnswer": "Diego Rivera & Frida Kahlo" - }, { "category": "LEFT, RIGHT, CENTER", "air_date": "2006-04-17", @@ -206879,16 +196689,6 @@ "show_number": "4981", "fullAnswer": "the Mystery Machine" }, - { - "category": "RICHARD WAGNER", - "air_date": "2006-04-17", - "question": "The Libestod, or \"Love-Death\", is from this opera named for doomed lovers", - "value": "$800", - "answer": "Tristan and Isolde", - "round": "Double Jeopardy!", - "show_number": "4981", - "fullAnswer": "Tristan and Isolde" - }, { "category": "COFFEE TABLE BOOKS", "air_date": "2006-04-17", @@ -206999,16 +196799,6 @@ "show_number": "4981", "fullAnswer": "Jane Austen" }, - { - "category": "RICHARD WAGNER", - "air_date": "2006-04-17", - "question": "Operas named for Grail Knights include \"Parsifal\" & this one whose famed prelude is heard here", - "value": "$1600", - "answer": "Lohengrin", - "round": "Double Jeopardy!", - "show_number": "4981", - "fullAnswer": "Lohengrin" - }, { "category": "COFFEE TABLE BOOKS", "air_date": "2006-04-17", @@ -207964,7 +197754,7 @@ "air_date": "1986-11-03", "question": "Current title of newspaper feature begun by Robert Leroy Ripley", "value": "$200", - "answer": "Ripley\\'s Believe It Or Not", + "answer": "Ripley's Believe It Or Not", "round": "Double Jeopardy!", "show_number": "496", "fullAnswer": "Ripley\\'s Believe It Or Not" @@ -208054,7 +197844,7 @@ "air_date": "1986-11-03", "question": "It contained evil tempers, many cares & more than 150 sorrows", "value": "$400", - "answer": "Pandora\\'s Box", + "answer": "Pandora's Box", "round": "Double Jeopardy!", "show_number": "496", "fullAnswer": "Pandora\\'s Box" @@ -208144,7 +197934,7 @@ "air_date": "1986-11-03", "question": "Purchased by Pope Leo XIII in 1890, in the 1930s it was the only Italian paper free of fascist control", "value": "$800", - "answer": "L\\'Osservatore Romano", + "answer": "L'Osservatore Romano", "round": "Double Jeopardy!", "show_number": "496", "fullAnswer": "L\\'Osservatore Romano" @@ -208164,7 +197954,7 @@ "air_date": "1986-11-03", "question": "Of the 27 current network sitcoms, the 2 whose titles end with question marks", "value": "$1,300", - "answer": "Who\\'s The Boss? and You Again?", + "answer": "Who's The Boss? and You Again?", "round": "Double Jeopardy!", "show_number": "496", "fullAnswer": "Who\\'s The Boss? and You Again?" @@ -209314,7 +199104,7 @@ "air_date": "1996-04-10", "question": "Chappaquiddick Island & this larger island are separated by Katama Bay", "value": "$600", - "answer": "Martha\\'s Vineyard", + "answer": "Martha's Vineyard", "round": "Double Jeopardy!", "show_number": "2683", "fullAnswer": "Martha\\'s Vineyard" @@ -209664,7 +199454,7 @@ "air_date": "2000-06-13", "question": "Careful, this dragon-slaying capital of Grenada is a possessive", "value": "$400", - "answer": "St. George\\'s", + "answer": "St. George's", "round": "Jeopardy!", "show_number": "3647", "fullAnswer": "St. George\\'s" @@ -210159,16 +199949,6 @@ "show_number": "5551", "fullAnswer": "oxygen" }, - { - "category": "SPORTS: 1948", - "air_date": "2008-10-27", - "question": "(I'm Olympic champion
Misty May-Treanor.
) In 1948 this sport held its first tournament with a prize--it was a case of Pepsi, & I'm glad we do a bit better than that today", - "value": "$400", - "answer": "beach volleyball", - "round": "Jeopardy!", - "show_number": "5551", - "fullAnswer": "beach volleyball" - }, { "category": "HEY, KIDS! LET'S LEARN THE ALPHABET!", "air_date": "2008-10-27", @@ -210349,16 +200129,6 @@ "show_number": "5551", "fullAnswer": "Pancho Gonzales" }, - { - "category": "HEY, KIDS! LET'S LEARN THE ALPHABET!", - "air_date": "2008-10-27", - "question": "Pleasant-sounding type of rock
seen here:
\"G\" is for...", - "value": "$1000", - "answer": "gneiss", - "round": "Jeopardy!", - "show_number": "5551", - "fullAnswer": "gneiss" - }, { "category": "POPE-POURRI", "air_date": "2008-10-27", @@ -210399,26 +200169,6 @@ "show_number": "5551", "fullAnswer": "Spoon River Anthology" }, - { - "category": "MOVIES ON MY TiVo DVR", - "air_date": "2008-10-27", - "question": "Angels talking about George Bailey / I can't stand to watch that Mr. Potter / An angel gets his wings", - "value": "$400", - "answer": "It\\'s a Wonderful Life", - "round": "Double Jeopardy!", - "show_number": "5551", - "fullAnswer": "It\\'s a Wonderful Life" - }, - { - "category": "POLITICS", - "air_date": "2008-10-27", - "question": "(I'm CNN anchor Soledad O'Brien.) Barack Obama can claim favorite son status all over the country; born in Hawaii, he went to college in New York & then moved to this state as a community organizer", - "value": "$400", - "answer": "Illinois", - "round": "Double Jeopardy!", - "show_number": "5551", - "fullAnswer": "Illinois" - }, { "category": "TIBET YOUR LIFE", "air_date": "2008-10-27", @@ -210459,16 +200209,6 @@ "show_number": "5551", "fullAnswer": "a rubaiyat" }, - { - "category": "MOVIES ON MY TiVo DVR", - "air_date": "2008-10-27", - "question": "Josh Brolin took the money / Wait, this is the end? Where'd Josh Brolin go?", - "value": "$800", - "answer": "No Country for Old Men", - "round": "Double Jeopardy!", - "show_number": "5551", - "fullAnswer": "No Country for Old Men" - }, { "category": "POLITICS", "air_date": "2008-10-27", @@ -210519,26 +200259,6 @@ "show_number": "5551", "fullAnswer": "Robert Frost" }, - { - "category": "MOVIES ON MY TiVo DVR", - "air_date": "2008-10-27", - "question": "Just wanted to see Jack Lemmon strain spaghetti through his tennis racket /", - "value": "$1200", - "answer": "Apartment", - "round": "Double Jeopardy!", - "show_number": "5551", - "fullAnswer": "The Apartment" - }, - { - "category": "POLITICS", - "air_date": "2008-10-27", - "question": "(I'm Campbell Brown, CNN.) One of John McCain's weapons in appealing to a younger demographic is this type of Internet diary kept by his daughter Meghan", - "value": "$1200", - "answer": "blog", - "round": "Double Jeopardy!", - "show_number": "5551", - "fullAnswer": "a blog" - }, { "category": "TIBET YOUR LIFE", "air_date": "2008-10-27", @@ -210579,16 +200299,6 @@ "show_number": "5551", "fullAnswer": "Songs of Innocence" }, - { - "category": "MOVIES ON MY TiVo DVR", - "air_date": "2008-10-27", - "question": "Robert Walker can't be serious about the plan he's proposing to Farley Granger, can he / Well, I guess he was", - "value": "$1600", - "answer": "Strangers on a Train", - "round": "Double Jeopardy!", - "show_number": "5551", - "fullAnswer": "Strangers on a Train" - }, { "category": "POLITICS", "air_date": "2008-10-27", @@ -210639,26 +200349,6 @@ "show_number": "5551", "fullAnswer": "The Flowers of Evil" }, - { - "category": "MOVIES ON MY TiVo DVR", - "air_date": "2008-10-27", - "question": "Nick Nolte / Sunken treasure, bla bla / Aha, there's Jacqueline Bisset underwater", - "value": "$2000", - "answer": "Deep", - "round": "Double Jeopardy!", - "show_number": "5551", - "fullAnswer": "The Deep" - }, - { - "category": "POLITICS", - "air_date": "2008-10-27", - "question": "(I'm Candy Crowley, senior political correspondent.) A political cartoon depicting redistricting in Massachusetts gave us this term for a practice that's still around today", - "value": "$2000", - "answer": "gerrymandering", - "round": "Double Jeopardy!", - "show_number": "5551", - "fullAnswer": "gerrymandering" - }, { "category": "TIBET YOUR LIFE", "air_date": "2008-10-27", @@ -211144,7 +200834,7 @@ "air_date": "2003-04-30", "question": "Paulette Goddard nearly got this coveted 1939 role & was even given Southern accent lessons", "value": "$1,000", - "answer": "Scarlett O\\'Hara", + "answer": "Scarlett O'Hara", "round": "Double Jeopardy!", "show_number": "4308", "fullAnswer": "Scarlett O\\'Hara" @@ -211519,16 +201209,6 @@ "show_number": "5954", "fullAnswer": "Danny Elfman" }, - { - "category": "ANTHROPOLOGY", - "air_date": "2010-07-01", - "question": "At 40% intact, the 3.2-million-year-old Australopithecus afarensis skeleton with this nickname is remarkably complete", - "value": "$400", - "answer": "Lucy", - "round": "Double Jeopardy!", - "show_number": "5954", - "fullAnswer": "Lucy" - }, { "category": "'90s BEST PICTURE PLOT POINTS", "air_date": "2010-07-01", @@ -211639,16 +201319,6 @@ "show_number": "5954", "fullAnswer": "corduroy" }, - { - "category": "ANTHROPOLOGY", - "air_date": "2010-07-01", - "question": "This couple, stars of paleoanthropology, are seen here helping a 600,000-year-old skull smile for the camera", - "value": "$2,000", - "answer": "Leakeys", - "round": "Double Jeopardy!", - "show_number": "5954", - "fullAnswer": "the Leakeys" - }, { "category": "'90s BEST PICTURE PLOT POINTS", "air_date": "2010-07-01", @@ -211669,16 +201339,6 @@ "show_number": "5954", "fullAnswer": "the Riot Act" }, - { - "category": "ON THE PHONE", - "air_date": "2010-07-01", - "question": "An old time phone might be a wall set or this type of set named for a 4-letter horizontal surface", - "value": "$1200", - "answer": "desk set", - "round": "Double Jeopardy!", - "show_number": "5954", - "fullAnswer": "a desk set" - }, { "category": "PLEASE BELIZE ME", "air_date": "2010-07-01", @@ -211689,16 +201349,6 @@ "show_number": "5954", "fullAnswer": "Guatemala" }, - { - "category": "\"OY\" TO THE WORLD", - "air_date": "2010-07-01", - "question": "Developed in 1923, its the yummy hybrid edible seen here", - "value": "$1200", - "answer": "boysenberry", - "round": "Double Jeopardy!", - "show_number": "5954", - "fullAnswer": "a boysenberry" - }, { "category": "ANTHROPOLOGY", "air_date": "2010-07-01", @@ -211789,16 +201439,6 @@ "show_number": "5954", "fullAnswer": "the Islamic calendar" }, - { - "category": "ON THE PHONE", - "air_date": "2010-07-01", - "question": "This easy-to-use cell phone is named for a dance of days gone by", - "value": "$2000", - "answer": "Jitterbug", - "round": "Double Jeopardy!", - "show_number": "5954", - "fullAnswer": "the Jitterbug" - }, { "category": "PLEASE BELIZE ME", "air_date": "2010-07-01", @@ -212229,16 +201869,6 @@ "show_number": "369", "fullAnswer": "nicotine" }, - { - "category": "CHRISTMAS CAROLS", - "air_date": "1986-02-06", - "question": "Foreign title of this song, expressing sentiments heard here:", - "value": "$1,000", - "answer": "Feliz Navidad", - "round": "Double Jeopardy!", - "show_number": "369", - "fullAnswer": "Feliz Navidad" - }, { "category": "U.S. HISTORY", "air_date": "1986-02-06", @@ -212429,16 +202059,6 @@ "show_number": "5872", "fullAnswer": "American" }, - { - "category": "WHERE'S RALPH WALDO?", - "air_date": "2010-03-09", - "question": "As we all should, Ralph Waldo Emerson remembers this U.S. landmark", - "value": "$200", - "answer": "Alamo", - "round": "Jeopardy!", - "show_number": "5872", - "fullAnswer": "the Alamo" - }, { "category": "DANCE, I SAY!", "air_date": "2010-03-09", @@ -212489,16 +202109,6 @@ "show_number": "5872", "fullAnswer": "KLM" }, - { - "category": "WHERE'S RALPH WALDO?", - "air_date": "2010-03-09", - "question": "Emerson feels transcendent when he learns parts of this landmark are 35 feet high", - "value": "$400", - "answer": "Great Wall of China", - "round": "Jeopardy!", - "show_number": "5872", - "fullAnswer": "the Great Wall of China" - }, { "category": "DANCE, I SAY!", "air_date": "2010-03-09", @@ -212529,16 +202139,6 @@ "show_number": "5872", "fullAnswer": "(David) Paterson" }, - { - "category": "SONG STANDARDS", - "air_date": "2010-03-09", - "question": "Frank Sinatra despised this 1966 hit, calling it the worst song he'd ever heard... \"Doo-be-doo-be-doo\"", - "value": "$600", - "answer": "Strangers In The Night", - "round": "Jeopardy!", - "show_number": "5872", - "fullAnswer": "\"Strangers In The Night\"" - }, { "category": "ALSO AN AIRLINE", "air_date": "2010-03-09", @@ -212549,16 +202149,6 @@ "show_number": "5872", "fullAnswer": "Virgin Atlantic" }, - { - "category": "WHERE'S RALPH WALDO?", - "air_date": "2010-03-09", - "question": "Ralph reminisces at the state reservation at this landmark, where a pal of his lived from 1845 to 1847", - "value": "$600", - "answer": "Walden Pond", - "round": "Jeopardy!", - "show_number": "5872", - "fullAnswer": "Walden Pond" - }, { "category": "DANCE, I SAY!", "air_date": "2010-03-09", @@ -212609,16 +202199,6 @@ "show_number": "5872", "fullAnswer": "Continental" }, - { - "category": "WHERE'S RALPH WALDO?", - "air_date": "2010-03-09", - "question": "Emerson is in this city during the festival of San Fermin--man, you better get moving, Ralph", - "value": "$800", - "answer": "Pamplona", - "round": "Jeopardy!", - "show_number": "5872", - "fullAnswer": "Pamplona" - }, { "category": "DANCE, I SAY!", "air_date": "2010-03-09", @@ -212669,16 +202249,6 @@ "show_number": "5872", "fullAnswer": "JetBlue" }, - { - "category": "WHERE'S RALPH WALDO?", - "air_date": "2010-03-09", - "question": "Emerson is mystically in four states at once at this 2-word location", - "value": "$1000", - "answer": "Four Corners", - "round": "Jeopardy!", - "show_number": "5872", - "fullAnswer": "Four Corners" - }, { "category": "DANCE, I SAY!", "air_date": "2010-03-09", @@ -212759,16 +202329,6 @@ "show_number": "5872", "fullAnswer": "second degree murder" }, - { - "category": "BOND, ATOMIC BOND", - "air_date": "2010-03-09", - "question": "(Sarah of the Clue Crew shows an animation on the monitor.) Hydrogen & oxygen atoms bind tightly together to create water molecules by sharing electrons in this type of bond, from the Latin for \"strong together\"", - "value": "$800", - "answer": "covalent", - "round": "Double Jeopardy!", - "show_number": "5872", - "fullAnswer": "covalent" - }, { "category": "BIG ACTORS, SMALL ROLES", "air_date": "2010-03-09", @@ -212879,16 +202439,6 @@ "show_number": "5872", "fullAnswer": "suffocate" }, - { - "category": "BOND, ATOMIC BOND", - "air_date": "2010-03-09", - "question": "(Jimmy of the Clue Crew shows an animation on the monitor.) When sodium donates an electron to chlorine, it creates this type of stable bond that holds salt molecules together; the bond shares its name with an order of architecture", - "value": "$1600", - "answer": "ionic bond", - "round": "Double Jeopardy!", - "show_number": "5872", - "fullAnswer": "an ionic bond" - }, { "category": "BIG ACTORS, SMALL ROLES", "air_date": "2010-03-09", @@ -213474,7 +203024,7 @@ "air_date": "1999-02-24", "question": "She painted flowers big like the one seen here so that even busy New Yorkers take time to see them", "value": "$600", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Double Jeopardy!", "show_number": "3338", "fullAnswer": "Georgia O\\'Keeffe" @@ -213619,16 +203169,6 @@ "show_number": "3338", "fullAnswer": "Washington Monument" }, - { - "category": "FLAGS", - "air_date": "2009-12-11", - "question": "The flag of this South American sports powerhouse is seen here", - "value": "$200", - "answer": "Brazil", - "round": "Jeopardy!", - "show_number": "5810", - "fullAnswer": "Brazil" - }, { "category": "ELVES", "air_date": "2009-12-11", @@ -213679,16 +203219,6 @@ "show_number": "5810", "fullAnswer": "intermission" }, - { - "category": "FLAGS", - "air_date": "2009-12-11", - "question": "This Southern Hemisphere country's flag is seen here", - "value": "$400", - "answer": "New Zealand", - "round": "Jeopardy!", - "show_number": "5810", - "fullAnswer": "New Zealand" - }, { "category": "ELVES", "air_date": "2009-12-11", @@ -213739,16 +203269,6 @@ "show_number": "5810", "fullAnswer": "an interstate" }, - { - "category": "FLAGS", - "air_date": "2009-12-11", - "question": "Scan the horizon for this Scandinavian country", - "value": "$600", - "answer": "Norway", - "round": "Jeopardy!", - "show_number": "5810", - "fullAnswer": "Norway" - }, { "category": "ELVES", "air_date": "2009-12-11", @@ -213799,16 +203319,6 @@ "show_number": "5810", "fullAnswer": "an interpreter" }, - { - "category": "FLAGS", - "air_date": "2009-12-11", - "question": "The flag of this former constituant nation of the Soviet Union is seen here", - "value": "$800", - "answer": "Russia", - "round": "Jeopardy!", - "show_number": "5810", - "fullAnswer": "Russia" - }, { "category": "ELVES", "air_date": "2009-12-11", @@ -213859,16 +203369,6 @@ "show_number": "5810", "fullAnswer": "interrogate" }, - { - "category": "FLAGS", - "air_date": "2009-12-11", - "question": "It's the peninsular nation whose flag is seen here", - "value": "$1000", - "answer": "South Korea", - "round": "Jeopardy!", - "show_number": "5810", - "fullAnswer": "South Korea" - }, { "category": "ELVES", "air_date": "2009-12-11", @@ -213959,16 +203459,6 @@ "show_number": "5810", "fullAnswer": "Coca-Cola" }, - { - "category": "MMM, STEAK", - "air_date": "2009-12-11", - "question": "(Jimmy of the Clue Crew shows a meat cut diagram on the monitor.) Taken from the central section, this large choice steak cut is named for a type of old-time restaurant that also served dark ale", - "value": "$400", - "answer": "Porterhouse", - "round": "Double Jeopardy!", - "show_number": "5810", - "fullAnswer": "Porterhouse" - }, { "category": "4-LETTER WORDS", "air_date": "2009-12-11", @@ -214079,16 +203569,6 @@ "show_number": "5810", "fullAnswer": "Clorox" }, - { - "category": "MMM, STEAK", - "air_date": "2009-12-11", - "question": "(Sarah of the Clue Crew shows a meat cut diagram on the monitor.) An Old French term designating its position atop the rear haunch gives this popular cut its name", - "value": "$1200", - "answer": "sirloin", - "round": "Double Jeopardy!", - "show_number": "5810", - "fullAnswer": "(top) sirloin" - }, { "category": "4-LETTER WORDS", "air_date": "2009-12-11", @@ -214119,16 +203599,6 @@ "show_number": "5810", "fullAnswer": "Jupiter" }, - { - "category": "\"C\"OMPANIES", - "air_date": "2009-12-11", - "question": "This maker of high-end leather handbags & wallets uses the logo seen here", - "value": "$1600", - "answer": "Coach", - "round": "Double Jeopardy!", - "show_number": "5810", - "fullAnswer": "Coach" - }, { "category": "MMM, STEAK", "air_date": "2009-12-11", @@ -214179,16 +203649,6 @@ "show_number": "5810", "fullAnswer": "Clairol" }, - { - "category": "MMM, STEAK", - "air_date": "2009-12-11", - "question": "(Kelly of the Clue Crew shows a meat cut diagram on the monitor.) A cut from the long, flat diaphragm muscle is used in fajitas; it's known as this type of steak, like a woman's garment", - "value": "$2000", - "answer": "skirt ", - "round": "Double Jeopardy!", - "show_number": "5810", - "fullAnswer": "skirt (steak)" - }, { "category": "4-LETTER WORDS", "air_date": "2009-12-11", @@ -214474,7 +203934,7 @@ "air_date": "2010-03-11", "question": "To join the group called his Daughters, girls must be between the ages of 10 & 20 & be related to a Master Mason", "value": "$1000", - "answer": "Job\\'s Daughters", + "answer": "Job's Daughters", "round": "Jeopardy!", "show_number": "5874", "fullAnswer": "Job\\'s Daughters" @@ -214559,16 +204019,6 @@ "show_number": "5874", "fullAnswer": "Gideon" }, - { - "category": "DAMAGES", - "air_date": "2010-03-11", - "question": "(Glenn Close reads the clue from a chair on the set of Damages.) Patty's lawsuit against Arthur Frobisher is this type in which 1 plaintiff or 1 defendant represents a group with similar interests", - "value": "$400", - "answer": "class action", - "round": "Double Jeopardy!", - "show_number": "5874", - "fullAnswer": "a class action" - }, { "category": "19th CENTURY AFRICA", "air_date": "2010-03-11", @@ -214619,16 +204069,6 @@ "show_number": "5874", "fullAnswer": "Esther" }, - { - "category": "DAMAGES", - "air_date": "2010-03-11", - "question": "(Glenn Close reads the clue from a chair on the set of Damages.) Civil suits are often resolved by signing this type of out-of-court agreement; that's fine if you're afraid of a fight", - "value": "$800", - "answer": "settlement", - "round": "Double Jeopardy!", - "show_number": "5874", - "fullAnswer": "a settlement" - }, { "category": "19th CENTURY AFRICA", "air_date": "2010-03-11", @@ -214679,16 +204119,6 @@ "show_number": "5874", "fullAnswer": "the Ark of the Covenant" }, - { - "category": "DAMAGES", - "air_date": "2010-03-11", - "question": "(Glenn Close reads the clue from a chair on the set of Damages.) The legal term embracery usually means tampering with or trying to influence this group--who would do that?", - "value": "$1200", - "answer": "jury", - "round": "Double Jeopardy!", - "show_number": "5874", - "fullAnswer": "the jury" - }, { "category": "19th CENTURY AFRICA", "air_date": "2010-03-11", @@ -214739,16 +204169,6 @@ "show_number": "5874", "fullAnswer": "the Philistines" }, - { - "category": "DAMAGES", - "air_date": "2010-03-11", - "question": "(Glenn Close reads the clue from a chair on the set of Damages.) Damages awarded by a court can be compensatory, to make up for a loss, or this type, in which society is letting you know you did very wrong", - "value": "$1600", - "answer": "punitive", - "round": "Double Jeopardy!", - "show_number": "5874", - "fullAnswer": "punitive" - }, { "category": "19th CENTURY AFRICA", "air_date": "2010-03-11", @@ -214799,16 +204219,6 @@ "show_number": "5874", "fullAnswer": "Assyria" }, - { - "category": "DAMAGES", - "air_date": "2010-03-11", - "question": "(Glenn Close reads the clue from a chair on the set of Damages.) This plural noun refers to a judge's office, where a case can be discussed & his honor may be brought around to the right way of thinking", - "value": "$2000", - "answer": "chambers", - "round": "Double Jeopardy!", - "show_number": "5874", - "fullAnswer": "chambers" - }, { "category": "THE NUCLEAR AGE", "air_date": "2010-03-11", @@ -215169,16 +204579,6 @@ "show_number": "4650", "fullAnswer": "Dingo" }, - { - "category": "BASKETBALL WITH COACH DIXON", - "air_date": "2004-11-19", - "question": "(Coach Dixon diagrams the clue on the board.) We need to force some turnovers--let's use this \"full-court\" defense", - "value": "$400", - "answer": "press", - "round": "Double Jeopardy!", - "show_number": "4650", - "fullAnswer": "the press" - }, { "category": "THE RENAISSANCE", "air_date": "2004-11-19", @@ -215229,16 +204629,6 @@ "show_number": "4650", "fullAnswer": "the German shepherd" }, - { - "category": "BASKETBALL WITH COACH DIXON", - "air_date": "2004-11-19", - "question": "(Coach Dixon diagrams the clue on the board.) As long as they're in man-to-man, keep going to this basic play which starts with setting a pick", - "value": "$800", - "answer": "pick and roll", - "round": "Double Jeopardy!", - "show_number": "4650", - "fullAnswer": "pick and roll" - }, { "category": "THE RENAISSANCE", "air_date": "2004-11-19", @@ -215279,26 +204669,6 @@ "show_number": "4650", "fullAnswer": "Catherine the Great" }, - { - "category": "WHAT UP, DOG?", - "air_date": "2004-11-19", - "question": "When a problem comes along you must name this British breed seen here", - "value": "$1200", - "answer": "whippet", - "round": "Double Jeopardy!", - "show_number": "4650", - "fullAnswer": "the whippet" - }, - { - "category": "BASKETBALL WITH COACH DIXON", - "air_date": "2004-11-19", - "question": "(Coach Dixon diagrams the clue on the board.) This is what I tell people who don't belong in the gym; it's also the play we'll run to isolate our hot hand on one side", - "value": "$1200", - "answer": "clear out", - "round": "Double Jeopardy!", - "show_number": "4650", - "fullAnswer": "clear out" - }, { "category": "THE RENAISSANCE", "air_date": "2004-11-19", @@ -215349,16 +204719,6 @@ "show_number": "4650", "fullAnswer": "the beagle" }, - { - "category": "BASKETBALL WITH COACH DIXON", - "air_date": "2004-11-19", - "question": "(Coach Dixon diagrams the clue on the board.) We'll never get transition points if you don't sharpen up this pass that gets the fast break going", - "value": "$1600", - "answer": "outlet pass", - "round": "Double Jeopardy!", - "show_number": "4650", - "fullAnswer": "an outlet pass" - }, { "category": "THE RENAISSANCE", "air_date": "2004-11-19", @@ -215409,22 +204769,12 @@ "show_number": "4650", "fullAnswer": "Afghan" }, - { - "category": "BASKETBALL WITH COACH DIXON", - "air_date": "2004-11-19", - "question": "(Coach Dixon diagrams the clue on the board.) When I talk about the \"3-man\" type of this, I don't mean something you get at the hair salon", - "value": "$2000", - "answer": "weave", - "round": "Double Jeopardy!", - "show_number": "4650", - "fullAnswer": "the weave" - }, { "category": "FAMOUS WOMEN", "air_date": "2004-11-19", "question": "In 1952 William Rehnquist graduated first in his class at Stanford Law & she graduated third", "value": null, - "answer": "Sandra Day O\\'Connor", + "answer": "Sandra Day O'Connor", "round": "Final Jeopardy!", "show_number": "4650", "fullAnswer": "Sandra Day O\\'Connor" @@ -215844,7 +205194,7 @@ "air_date": "2001-07-04", "question": "Sitcom in which Betty played Ellen Harper, the daughter of Vicki Lawrence's character", "value": "$600", - "answer": "Mama\\'s Family", + "answer": "Mama's Family", "round": "Double Jeopardy!", "show_number": "3893", "fullAnswer": "Mama\\'s Family" @@ -215984,7 +205334,7 @@ "air_date": "2001-07-04", "question": "Around 1912, while recovering in a sanatorium, this former seaman decided to become a playwright", "value": null, - "answer": "Eugene O\\' Neill", + "answer": "Eugene O' Neill", "round": "Final Jeopardy!", "show_number": "3893", "fullAnswer": "Eugene O\\' Neill" @@ -216639,16 +205989,6 @@ "show_number": "5038", "fullAnswer": "postmortem" }, - { - "category": "WHAT'S URSINE?", - "air_date": "2006-07-05", - "question": "A U.S. historical park is named for this famous bear depicted here at an early age", - "value": "$400", - "answer": "Smokey the Bear", - "round": "Jeopardy!", - "show_number": "5038", - "fullAnswer": "Smokey the Bear" - }, { "category": "DO YOU COME HERE OFTEN?", "air_date": "2006-07-05", @@ -216794,7 +206134,7 @@ "air_date": "2006-07-05", "question": "\"Pandosto: The Triumph of Time\" was the source for this \"Tale\" of romance", "value": "$1000", - "answer": "Winter\\'s Tale", + "answer": "Winter's Tale", "round": "Jeopardy!", "show_number": "5038", "fullAnswer": "The Winter\\'s Tale" @@ -216899,16 +206239,6 @@ "show_number": "5038", "fullAnswer": "Broadcasting" }, - { - "category": "THE NEW YORK FIRE DEPARTMENT THROUGH THE YEARS", - "air_date": "2006-07-05", - "question": "(Sarah of the Clue Crew stands next to a fire engine in the NYC Fire Museum.) The 1970s were one of the New York City Fire Department’s most challenging times; Howard Cosell said on TV, this borough \"is burning\", & firemen were often called there daily", - "value": "$400", - "answer": "Bronx", - "round": "Double Jeopardy!", - "show_number": "5038", - "fullAnswer": "the Bronx" - }, { "category": "DESTINATION: PLUTO", "air_date": "2006-07-05", @@ -216959,16 +206289,6 @@ "show_number": "5038", "fullAnswer": "the casting couch" }, - { - "category": "THE NEW YORK FIRE DEPARTMENT THROUGH THE YEARS", - "air_date": "2006-07-05", - "question": "(Kelly of the Clue Crew walks next to an antique pump engine in the NY City Fire Museum.) This double-decker engine was part of the festivities when this opened in New York Harbor on October 28, 1886", - "value": "$800", - "answer": "Statue of Liberty", - "round": "Double Jeopardy!", - "show_number": "5038", - "fullAnswer": "the Statue of Liberty" - }, { "category": "DESTINATION: PLUTO", "air_date": "2006-07-05", @@ -217019,16 +206339,6 @@ "show_number": "5038", "fullAnswer": "Castor & Pollux" }, - { - "category": "THE NEW YORK FIRE DEPARTMENT THROUGH THE YEARS", - "air_date": "2006-07-05", - "question": "(Kelly holds a tiny fire helmet in the NY City Fire Museum.) The 343 doesn't represent a fire company; it represents this number from the New York City Fire Department's saddest day", - "value": "$1200", - "answer": "number of dead from 9/11", - "round": "Double Jeopardy!", - "show_number": "5038", - "fullAnswer": "the number of dead from 9/11" - }, { "category": "DESTINATION: PLUTO", "air_date": "2006-07-05", @@ -217069,26 +206379,6 @@ "show_number": "5038", "fullAnswer": "(H.G.) Wells" }, - { - "category": "REMEMBRANCE OF THINGS \"CAST\"", - "air_date": "2006-07-05", - "question": "Thith type of Thpanish is the official language of Thpain", - "value": "$1600", - "answer": "Castillian", - "round": "Double Jeopardy!", - "show_number": "5038", - "fullAnswer": "Castillian" - }, - { - "category": "THE NEW YORK FIRE DEPARTMENT THROUGH THE YEARS", - "air_date": "2006-07-05", - "question": "(Sarah walks next to another antique pump engine at the NY City Fire Museum.) A 19th century fire chief worried engines powered by this were so mighty that the water would cause more damage than the fires", - "value": "$1600", - "answer": "steam", - "round": "Double Jeopardy!", - "show_number": "5038", - "fullAnswer": "steam" - }, { "category": "DESTINATION: PLUTO", "air_date": "2006-07-05", @@ -217139,16 +206429,6 @@ "show_number": "5038", "fullAnswer": "castigate" }, - { - "category": "THE NEW YORK FIRE DEPARTMENT THROUGH THE YEARS", - "air_date": "2006-07-05", - "question": "(Sarah walks around a decorated antique hose reel in the NY City Fire Museum.) The infamous Boss Tweed began his public career as a volunteer fireman & this hose reel from his era had the tiger symbol of this organization", - "value": "$2000", - "answer": "Tammany Hall", - "round": "Double Jeopardy!", - "show_number": "5038", - "fullAnswer": "Tammany Hall" - }, { "category": "WESTERN HEMISPHERE GEOGRAPHY", "air_date": "2006-07-05", @@ -217489,16 +206769,6 @@ "show_number": "4609", "fullAnswer": "make a sling" }, - { - "category": "THE JOHNNY GILBERT \"BLUE\"s", - "air_date": "2004-09-23", - "question": "Johnny has left the building wearing these

\"You can knock me down /
Step on my face /
Slander my name all over the place...\"
", - "value": "$400", - "answer": "Blue Suede Shoes", - "round": "Double Jeopardy!", - "show_number": "4609", - "fullAnswer": "\"Blue Suede Shoes\"" - }, { "category": "THIS WAY TO THE EGRESS", "air_date": "2004-09-23", @@ -217549,16 +206819,6 @@ "show_number": "4609", "fullAnswer": "make a compass" }, - { - "category": "THE JOHNNY GILBERT \"BLUE\"s", - "air_date": "2004-09-23", - "question": "Linda Ronstadt, brace yourself for this tune

\"I feel so bad /
I got a worried mind /
I'm so lonesome all the time /
Since I left my baby behind on...\"
", - "value": "$800", - "answer": "Blue Bayou", - "round": "Double Jeopardy!", - "show_number": "4609", - "fullAnswer": "\"Blue Bayou\"" - }, { "category": "THIS WAY TO THE EGRESS", "air_date": "2004-09-23", @@ -217609,16 +206869,6 @@ "show_number": "4609", "fullAnswer": "make glog" }, - { - "category": "THE JOHNNY GILBERT \"BLUE\"s", - "air_date": "2004-09-23", - "question": "Witness the birth of \"Captain Fantastic 2\" with this song

\"Laughing like children /
Living like lovers /
Rolling like thunder /
Under the covers...\"
", - "value": "$1200", - "answer": "I Guess That\\'s Why They Call It The Blues", - "round": "Double Jeopardy!", - "show_number": "4609", - "fullAnswer": "\"I Guess That\\'s Why They Call It The Blues\"" - }, { "category": "THIS WAY TO THE EGRESS", "air_date": "2004-09-23", @@ -217669,16 +206919,6 @@ "show_number": "4609", "fullAnswer": "get your dog to heel" }, - { - "category": "THE JOHNNY GILBERT \"BLUE\"s", - "air_date": "2004-09-23", - "question": "Complete this \"Crystal\"ine line

\"I'll be fine when you’re gone /
I'll just cry all night long /
Say it isn't true and don't it...\"
", - "value": "$1600", - "answer": "Don\\'t It Make My Brown Eyes Blue", - "round": "Double Jeopardy!", - "show_number": "4609", - "fullAnswer": "\"Don\\'t It Make My Brown Eyes Blue\"" - }, { "category": "THIS WAY TO THE EGRESS", "air_date": "2004-09-23", @@ -217719,26 +206959,6 @@ "show_number": "4609", "fullAnswer": "the lumpenproletariat" }, - { - "category": "HOW DO YOU...", - "air_date": "2004-09-23", - "question": "(Sofia of the Clue Crew strikes a yogic pose.) Start in mountain posture, step forward, bend one knee, raise hand overhead", - "value": "$2000", - "answer": "assume the warrior position", - "round": "Double Jeopardy!", - "show_number": "4609", - "fullAnswer": "assume the warrior position" - }, - { - "category": "THE JOHNNY GILBERT \"BLUE\"s", - "air_date": "2004-09-23", - "question": "This 1968 classic features the man in black, Johnny... Gilbert

\"My mama always told me son, always be a good boy, don't ever play with guns /
But I shot a man in Reno just to watch him die\"
", - "value": "$2000", - "answer": "The Folsom Prison Blues", - "round": "Double Jeopardy!", - "show_number": "4609", - "fullAnswer": "\"The Folsom Prison Blues\"" - }, { "category": "THIS WAY TO THE EGRESS", "air_date": "2004-09-23", @@ -217929,16 +207149,6 @@ "show_number": "3288", "fullAnswer": "a groundhog" }, - { - "category": "CHARACTERS IN COMIC STRIPS", - "air_date": "1998-12-16", - "question": "It's the strip whose title characters are seen here

[created by Mike Peters]", - "value": "$300", - "answer": "Mother Goose and Grimm", - "round": "Jeopardy!", - "show_number": "3288", - "fullAnswer": "Mother Goose and Grimm" - }, { "category": "HAS ANYBODY SEEN MY \"GAL\" ?", "air_date": "1998-12-16", @@ -218239,16 +207449,6 @@ "show_number": "3288", "fullAnswer": "Toledo" }, - { - "category": "FUNNY WESTERNS", - "air_date": "1998-12-16", - "question": "The outlaws seen here join up with this title gang

[Tim Conway & Don Knotts]", - "value": "$800", - "answer": "Apple Dumpling Gang", - "round": "Double Jeopardy!", - "show_number": "3288", - "fullAnswer": "The Apple Dumpling Gang" - }, { "category": "SPEAK OF THE DICKENS", "air_date": "1998-12-16", @@ -218369,16 +207569,6 @@ "show_number": "4929", "fullAnswer": "Rosie Cheeks" }, - { - "category": "THE NATIONAL RAILROAD MUSEUM", - "air_date": "2006-02-02", - "question": "(Sarah of the Clue Crew stands in front of a train at the National Railroad Museum in Green Bay, WI.) In the 1950s, GM based the styling of the futuristic Aerotrain on a concept car, this division's 1951 LeSabre", - "value": "$200", - "answer": "Buick", - "round": "Jeopardy!", - "show_number": "4929", - "fullAnswer": "Buick" - }, { "category": "FIRST LADIES", "air_date": "2006-02-02", @@ -218489,16 +207679,6 @@ "show_number": "4929", "fullAnswer": "Julie London-Bridges" }, - { - "category": "THE NATIONAL RAILROAD MUSEUM", - "air_date": "2006-02-02", - "question": "(Jimmy of the Clue Crew delivers the clue standing on a train platform at the National Railroad Museum in Green Bay, WI.) The largest steam locomotive ever was the 132-foot, 6,200-horsepower \"Big Boy\" operated by this company formed to extend the railways to the West Coast", - "value": "$600", - "answer": "Union Pacific", - "round": "Jeopardy!", - "show_number": "4929", - "fullAnswer": "Union Pacific" - }, { "category": "FIRST LADIES", "air_date": "2006-02-02", @@ -218599,16 +207779,6 @@ "show_number": "4929", "fullAnswer": "Robert Heinlein" }, - { - "category": "THE NATIONAL RAILROAD MUSEUM", - "air_date": "2006-02-02", - "question": "(Kelly of the Clue Crew delivers the clue from the National Railroad Museum, Green Bay, WI.) Originally built for a Japanese railroad, this class of locomotive with a 2-8-2 wheel arrangement was named for a Japanese term for emperor", - "value": "$1000", - "answer": "Mikado", - "round": "Jeopardy!", - "show_number": "4929", - "fullAnswer": "a Mikado" - }, { "category": "FIRST LADIES", "air_date": "2006-02-02", @@ -218889,16 +208059,6 @@ "show_number": "4929", "fullAnswer": "the salivary glands" }, - { - "category": "\"CK\", THE CATEGORY", - "air_date": "2006-02-02", - "question": "It's the 7-letter name of the American bird seen here", - "value": "$2000", - "answer": "grackle", - "round": "Double Jeopardy!", - "show_number": "4929", - "fullAnswer": "the grackle" - }, { "category": "CHARACTERS IN 18th CENTURY PLAYS", "air_date": "2006-02-02", @@ -218949,16 +208109,6 @@ "show_number": "5308", "fullAnswer": "peanut butter and jelly" }, - { - "category": "SHAPELY COUNTRIES", - "air_date": "2007-10-10", - "question": "This island off the coast of Africa is where you might find Alex, Marty and Melman", - "value": "$200", - "answer": "Madagascar", - "round": "Jeopardy!", - "show_number": "5308", - "fullAnswer": "Madagascar" - }, { "category": "PREFIXES", "air_date": "2007-10-10", @@ -219009,16 +208159,6 @@ "show_number": "5308", "fullAnswer": "Taco Bell" }, - { - "category": "SHAPELY COUNTRIES", - "air_date": "2007-10-10", - "question": "Sugarcane is an important crop of this communist Caribbean island", - "value": "$400", - "answer": "Cuba", - "round": "Jeopardy!", - "show_number": "5308", - "fullAnswer": "Cuba" - }, { "category": "PREFIXES", "air_date": "2007-10-10", @@ -219069,16 +208209,6 @@ "show_number": "5308", "fullAnswer": "a corn dog" }, - { - "category": "SHAPELY COUNTRIES", - "air_date": "2007-10-10", - "question": "No wonder it's called a low country, much of it is below sea level", - "value": "$600", - "answer": "Netherlands", - "round": "Jeopardy!", - "show_number": "5308", - "fullAnswer": "The Netherlands" - }, { "category": "PREFIXES", "air_date": "2007-10-10", @@ -219129,16 +208259,6 @@ "show_number": "5308", "fullAnswer": "a banana" }, - { - "category": "SHAPELY COUNTRIES", - "air_date": "2007-10-10", - "question": "This country is named for a circle around the Earth", - "value": "$1,000", - "answer": "Ecuador", - "round": "Jeopardy!", - "show_number": "5308", - "fullAnswer": "Ecuador" - }, { "category": "PREFIXES", "air_date": "2007-10-10", @@ -219189,16 +208309,6 @@ "show_number": "5308", "fullAnswer": "chicken fingers" }, - { - "category": "SHAPELY COUNTRIES", - "air_date": "2007-10-10", - "question": "The name of this Asian country means \"Land of the Free,\" so it's not surprising that it's never been colonized", - "value": "$1000", - "answer": "Thailand", - "round": "Jeopardy!", - "show_number": "5308", - "fullAnswer": "Thailand" - }, { "category": "PREFIXES", "air_date": "2007-10-10", @@ -219219,16 +208329,6 @@ "show_number": "5308", "fullAnswer": "a saint" }, - { - "category": "YOUNG ACTORS", - "air_date": "2007-10-10", - "question": "Hayden Panettiere, seen here, is virtually indestructible on this NBC show", - "value": "$400", - "answer": "Heroes", - "round": "Double Jeopardy!", - "show_number": "5308", - "fullAnswer": "Heroes" - }, { "category": "HOW PRECIOUS!", "air_date": "2007-10-10", @@ -219249,16 +208349,6 @@ "show_number": "5308", "fullAnswer": "Narnia" }, - { - "category": "SHOW & TELL", - "air_date": "2007-10-10", - "question": "The flag seen here has been used by this European kingdom since 1801", - "value": "$400", - "answer": "United Kingdom", - "round": "Double Jeopardy!", - "show_number": "5308", - "fullAnswer": "United Kingdom" - }, { "category": "CALIFORNIA HERE I COME!", "air_date": "2007-10-10", @@ -219269,16 +208359,6 @@ "show_number": "5308", "fullAnswer": "San Francisco" }, - { - "category": "FAMOUS WOMEN", - "air_date": "2007-10-10", - "question": "Margaret Spelling, seen here, is the first mom with kids in school to serve as U.S. Secretary of this", - "value": "$800", - "answer": "Education", - "round": "Double Jeopardy!", - "show_number": "5308", - "fullAnswer": "Education" - }, { "category": "YOUNG ACTORS", "air_date": "2007-10-10", @@ -219309,16 +208389,6 @@ "show_number": "5308", "fullAnswer": "Sweden" }, - { - "category": "SHOW & TELL", - "air_date": "2007-10-10", - "question": "This world-famous artwork seen here was painted around 1505", - "value": "$800", - "answer": "Mona Lisa", - "round": "Double Jeopardy!", - "show_number": "5308", - "fullAnswer": "\"Mona Lisa\"" - }, { "category": "CALIFORNIA HERE I COME!", "air_date": "2007-10-10", @@ -219369,16 +208439,6 @@ "show_number": "5308", "fullAnswer": "their shoes" }, - { - "category": "SHOW & TELL", - "air_date": "2007-10-10", - "question": "We get a kick out of this international sports star seen here", - "value": "$1200", - "answer": "Beckham", - "round": "Double Jeopardy!", - "show_number": "5308", - "fullAnswer": "(David) Beckham" - }, { "category": "CALIFORNIA HERE I COME!", "air_date": "2007-10-10", @@ -219389,16 +208449,6 @@ "show_number": "5308", "fullAnswer": "Yosemite" }, - { - "category": "FAMOUS WOMEN", - "air_date": "2007-10-10", - "question": "(Sarah of the Clue Crew reports from the National Geographic Society's Explorer's Hall.)
I'm at the National Geographic Society's Explorer's Hall in the cockpit of a Lockheed Electra, like the one that vanished with this woman who was trying to fly around the world in 1937", - "value": "$1,600", - "answer": "Amelia Earhart", - "round": "Double Jeopardy!", - "show_number": "5308", - "fullAnswer": "Amelia Earhart" - }, { "category": "YOUNG ACTORS", "air_date": "2007-10-10", @@ -219429,16 +208479,6 @@ "show_number": "5308", "fullAnswer": "Heidi" }, - { - "category": "SHOW & TELL", - "air_date": "2007-10-10", - "question": "Seen here is a member of this branch of the U.S. military in dress uniform", - "value": "$1600", - "answer": "Marines", - "round": "Double Jeopardy!", - "show_number": "5308", - "fullAnswer": "The Marines" - }, { "category": "CALIFORNIA HERE I COME!", "air_date": "2007-10-10", @@ -219459,26 +208499,6 @@ "show_number": "5308", "fullAnswer": "Emily Brontë" }, - { - "category": "YOUNG ACTORS", - "air_date": "2007-10-10", - "question": "She appeared in \"Santa Clause 3\" with brother Spencer before being nominated for an Oscar at age 10 in 2007", - "value": "$2000", - "answer": "Abigail Breslin", - "round": "Double Jeopardy!", - "show_number": "5308", - "fullAnswer": "Abigail Breslin" - }, - { - "category": "HOW PRECIOUS!", - "air_date": "2007-10-10", - "question": "(Jimmy of the Clue Crew reads the clue.) This stone owes its distinctive color to small amounts of chromic oxide", - "value": "$2000", - "answer": "emerald", - "round": "Double Jeopardy!", - "show_number": "5308", - "fullAnswer": "an emerald" - }, { "category": "FICTIONAL CHARACTERS", "air_date": "2007-10-10", @@ -219489,16 +208509,6 @@ "show_number": "5308", "fullAnswer": "Anne" }, - { - "category": "SHOW & TELL", - "air_date": "2007-10-10", - "question": "More than three billion people have flown in the type of plane seen here that bears this numerical designation", - "value": "$2000", - "answer": "Boeing 747", - "round": "Double Jeopardy!", - "show_number": "5308", - "fullAnswer": "a Boeing 747" - }, { "category": "CALIFORNIA HERE I COME!", "air_date": "2007-10-10", @@ -220054,7 +209064,7 @@ "air_date": "1993-11-29", "question": "It's the town in \"Our Town\"", "value": "$2,000", - "answer": "Grover\\'s Corners, New Hampshire", + "answer": "Grover's Corners, New Hampshire", "round": "Double Jeopardy!", "show_number": "2126", "fullAnswer": "Grover\\'s Corners, New Hampshire" @@ -220789,16 +209799,6 @@ "show_number": "6140", "fullAnswer": "a throb" }, - { - "category": "THE DAN, PATRICK SHOW", - "air_date": "2011-04-29", - "question": "(Dan Patrick reads the clue from his studio) In 1984, the 48 touchdown passes by this Dolphin quarterback obliterated the old single season record of 36 held by Y.A. Tittle & George Blanda", - "value": "$200", - "answer": "Dan Marino", - "round": "Jeopardy!", - "show_number": "6140", - "fullAnswer": "Dan Marino" - }, { "category": "STATE PARKS", "air_date": "2011-04-29", @@ -220829,16 +209829,6 @@ "show_number": "6140", "fullAnswer": "Mary, Queen of Scots" }, - { - "category": "'80s FADS", - "air_date": "2011-04-29", - "question": "These shoes were first a big hit in the 1980s", - "value": "$400", - "answer": "jellies", - "round": "Jeopardy!", - "show_number": "6140", - "fullAnswer": "jellies" - }, { "category": "SCRAMBLED ACHES", "air_date": "2011-04-29", @@ -220849,16 +209839,6 @@ "show_number": "6140", "fullAnswer": "sprain" }, - { - "category": "THE DAN, PATRICK SHOW", - "air_date": "2011-04-29", - "question": "(Dan Patrick reads the clue from his studio) He coached the Lakers to 4 NBA titles in the '80s; now he catches some heat as Miami's president & part-time owner", - "value": "$400", - "answer": "Pat Riley", - "round": "Jeopardy!", - "show_number": "6140", - "fullAnswer": "Pat Riley" - }, { "category": "STATE PARKS", "air_date": "2011-04-29", @@ -220909,16 +209889,6 @@ "show_number": "6140", "fullAnswer": "laceration" }, - { - "category": "THE DAN, PATRICK SHOW", - "air_date": "2011-04-29", - "question": "(Dan Patrick reads the clue from his studio) I'm often confused with this Indy car driver who had 5 top 5 finishes in 2009, including 3rd at the Indy 500; it must be the hair", - "value": "$600", - "answer": "Danica Patrick", - "round": "Jeopardy!", - "show_number": "6140", - "fullAnswer": "Danica Patrick" - }, { "category": "STATE PARKS", "air_date": "2011-04-29", @@ -220949,16 +209919,6 @@ "show_number": "6140", "fullAnswer": "a chevron" }, - { - "category": "'80s FADS", - "air_date": "2011-04-29", - "question": "These characters were created in Belgium way back in 1958, but hit it big in the U.S. in the 1980s", - "value": "$800", - "answer": "Smurfs", - "round": "Jeopardy!", - "show_number": "6140", - "fullAnswer": "the Smurfs" - }, { "category": "SCRAMBLED ACHES", "air_date": "2011-04-29", @@ -220969,16 +209929,6 @@ "show_number": "6140", "fullAnswer": "a bruise" }, - { - "category": "THE DAN, PATRICK SHOW", - "air_date": "2011-04-29", - "question": "(Dan Patrick reads the clue from his studio) In 2010 Patrick Kane's overtime goal gave this team its first Stanley Cup in 49 years", - "value": "$800", - "answer": "Blackhawks", - "round": "Jeopardy!", - "show_number": "6140", - "fullAnswer": "the Blackhawks" - }, { "category": "STATE PARKS", "air_date": "2011-04-29", @@ -221029,16 +209979,6 @@ "show_number": "6140", "fullAnswer": "a twinge" }, - { - "category": "THE DAN, PATRICK SHOW", - "air_date": "2011-04-29", - "question": "(Dan Patrick reads the clue from his studio.) This decathlete got top billing over \"Dave\" in a '92 ad campaign but didn't make the Olympic team; 4 years later, he won gold", - "value": "$1000", - "answer": "Dan O\\'Brien", - "round": "Jeopardy!", - "show_number": "6140", - "fullAnswer": "Dan O\\'Brien" - }, { "category": "ALL EARS", "air_date": "2011-04-29", @@ -221159,16 +210099,6 @@ "show_number": "6140", "fullAnswer": "Nehru" }, - { - "category": "ALL EARS", - "air_date": "2011-04-29", - "question": "(Kelly of the Clue Crew shows an anatomical animation on the monitor.) When you come down from high elevations, the air pressure outside your ear can be greater than inside; swallowing can push air from the nasal cavity through this tube into the ear, causing a popping sound", - "value": "$1200", - "answer": "eustachian tube", - "round": "Double Jeopardy!", - "show_number": "6140", - "fullAnswer": "the eustachian tube" - }, { "category": "FAMILY MOVIES", "air_date": "2011-04-29", @@ -221279,16 +210209,6 @@ "show_number": "6140", "fullAnswer": "Gadhafi" }, - { - "category": "ALL EARS", - "air_date": "2011-04-29", - "question": "(Jimmy of the Clue Crew shows an anatomical illustration on the monitor.) Deriving its name from the Greek word for snail, this structure contains the actual organ of hearing", - "value": "$2000", - "answer": "cochlea", - "round": "Double Jeopardy!", - "show_number": "6140", - "fullAnswer": "the cochlea" - }, { "category": "FAMILY MOVIES", "air_date": "2011-04-29", @@ -221429,16 +210349,6 @@ "show_number": "6127", "fullAnswer": "NYPD Blue" }, - { - "category": "A CAPITAL IDEA?", - "air_date": "2011-04-12", - "question": "Seen here, this breed originated around 800 B.C.", - "value": "$400", - "answer": "Lhasa Apso", - "round": "Jeopardy!", - "show_number": "6127", - "fullAnswer": "a Lhasa Apso" - }, { "category": "THE AUTOBAHN SOCIETY", "air_date": "2011-04-12", @@ -221499,16 +210409,6 @@ "show_number": "6127", "fullAnswer": "Our Man in Havana" }, - { - "category": "THE AUTOBAHN SOCIETY", - "air_date": "2011-04-12", - "question": "(Jimmy of the Clue Crew shows a map on the monitor.) If you drive on A3 in Germany's extreme southeast, from Passau to Wurzburg, you've been in this geographically largest state the whole 3 hours", - "value": "$600", - "answer": "Bavaria", - "round": "Jeopardy!", - "show_number": "6127", - "fullAnswer": "Bavaria" - }, { "category": "WHO'D YOU KILL TO GET THAT JOB?", "air_date": "2011-04-12", @@ -221729,16 +210629,6 @@ "show_number": "6127", "fullAnswer": "School of Rock" }, - { - "category": "MEN IN PINK", - "air_date": "2011-04-12", - "question": "The title of the 1905 artwork seen here is this type of fop, a word also found after \"fine and\"", - "value": "$800", - "answer": "dandy", - "round": "Double Jeopardy!", - "show_number": "6127", - "fullAnswer": "dandy" - }, { "category": "\"E\"-BOOKS", "air_date": "2011-04-12", @@ -221829,16 +210719,6 @@ "show_number": "6127", "fullAnswer": "30" }, - { - "category": "MEXICAN STATES", - "air_date": "2011-04-12", - "question": "The easternmost state of Quintana Roo relies economically on these two resort areas that both start with the letter C", - "value": "$1600", - "answer": "Cancun and Cozumel", - "round": "Double Jeopardy!", - "show_number": "6127", - "fullAnswer": "Cancun and Cozumel" - }, { "category": "FICTIONAL MOVIE BANDS", "air_date": "2011-04-12", @@ -222009,16 +210889,6 @@ "show_number": "6040", "fullAnswer": "erase" }, - { - "category": "THE GREATEST IN SPORTS WITH MIKE & MIKE", - "air_date": "2010-12-10", - "question": "(Mike and Mike in the ESPN studio deliver the clue)

\"The most amazing Olympic event ever? It's the U.S. hockey team's \"Miracle on Ice\" in 1980.\"
\"Well, that was a good one, but what about this man's 4-gold-medal-winning performance in Berlin in 1936 that gave Hitler fits\"", - "value": "$200", - "answer": "Jesse Owens", - "round": "Jeopardy!", - "show_number": "6040", - "fullAnswer": "Jesse Owens" - }, { "category": "REAL NAMES OF CELEBS", "air_date": "2010-12-10", @@ -222069,16 +210939,6 @@ "show_number": "6040", "fullAnswer": "erode" }, - { - "category": "THE GREATEST IN SPORTS WITH MIKE & MIKE", - "air_date": "2010-12-10", - "question": "(Mike and Mike in the ESPN studio deliver the clue)

\"The best sports innovation in the last 50 years has got to be the addition of the 3-point play to basketball it opens up the whole court\"
\"Nope, sorry, it's actually the use of this immediate rebroadcasting of a game segment (for all us guys who missed it while we were in the bathroom)\"", - "value": "$400", - "answer": "instant replay", - "round": "Jeopardy!", - "show_number": "6040", - "fullAnswer": "instant replay" - }, { "category": "REAL NAMES OF CELEBS", "air_date": "2010-12-10", @@ -222129,16 +210989,6 @@ "show_number": "6040", "fullAnswer": "erroneous" }, - { - "category": "THE GREATEST IN SPORTS WITH MIKE & MIKE", - "air_date": "2010-12-10", - "question": "(Mike and Mike in the ESPN studio deliver the clue)

\"The greatest NBA player ever -- it's got to be Michael Jordan with his 6 championships\"
\"No way, it's this superstar who scored more than 50 points in a game 118 times\"", - "value": "$600", - "answer": "Wilt The Stilt Chamberlain", - "round": "Jeopardy!", - "show_number": "6040", - "fullAnswer": "Wilt \"The Stilt\" Chamberlain" - }, { "category": "REAL NAMES OF CELEBS", "air_date": "2010-12-10", @@ -222189,16 +211039,6 @@ "show_number": "6040", "fullAnswer": "an errand" }, - { - "category": "THE GREATEST IN SPORTS WITH MIKE & MIKE", - "air_date": "2010-12-10", - "question": "(Mike and Mike in the ESPN studio deliver the clue)

\"When it comes to controversy, not much can top the Black Sox scandal of 1919\"
\"Not much true -- but for me, nothing is as bad as in 1989 when this record-breaking player was banned from baseball for gambling on games while still a manager\"", - "value": "$800", - "answer": "Pete Rose", - "round": "Jeopardy!", - "show_number": "6040", - "fullAnswer": "Pete Rose" - }, { "category": "REAL NAMES OF CELEBS", "air_date": "2010-12-10", @@ -222249,26 +211089,6 @@ "show_number": "6040", "fullAnswer": "erstwhile" }, - { - "category": "THE GREATEST IN SPORTS WITH MIKE & MIKE", - "air_date": "2010-12-10", - "question": "(Mike and Mike in the ESPN studio deliver the clue)

\"One of the greatest last-second stunners in college sports was Doug Flutie's Hail Mary pass to beat Miami\"
\"Stunning, yes, but not nearly as stunning for me as when coach Jim Valvano & this college basketball team defeated Houston at the buzzer in 1983\"", - "value": "$1000", - "answer": "North Carolina State", - "round": "Jeopardy!", - "show_number": "6040", - "fullAnswer": "North Carolina State" - }, - { - "category": "MATH TERMS", - "air_date": "2010-12-10", - "question": "(Kelly of the Clue Crew shows a diagram on a monitor) A circle has 2 foci that coincide in a single point. If we separate the foci, we can draw this 7-letter conic section", - "value": "$400", - "answer": "ellipse", - "round": "Double Jeopardy!", - "show_number": "6040", - "fullAnswer": "an ellipse" - }, { "category": "ANAGRAMMED NOTABLES", "air_date": "2010-12-10", @@ -222279,16 +211099,6 @@ "show_number": "6040", "fullAnswer": "Machiavelli" }, - { - "category": "THE WAR OF ART", - "air_date": "2010-12-10", - "question": "The 1869 Civil War lithograph seen here details the last meeting of this general & Jackson", - "value": "$400", - "answer": "Lee", - "round": "Double Jeopardy!", - "show_number": "6040", - "fullAnswer": "(Robert E.) Lee" - }, { "category": "STAIN REMOVAL", "air_date": "2010-12-10", @@ -222379,16 +211189,6 @@ "show_number": "6040", "fullAnswer": "labyrinth" }, - { - "category": "MATH TERMS", - "air_date": "2010-12-10", - "question": "(Jimmy shows a logical proposition on a monitor.) Used in propositional logic problems, and often read, for example, as \"P if an only if Q,\" the symbol here denotes this term", - "value": "$1200", - "answer": "biconditional or equivalence", - "round": "Double Jeopardy!", - "show_number": "6040", - "fullAnswer": "biconditional or equivalence" - }, { "category": "ANAGRAMMED NOTABLES", "air_date": "2010-12-10", @@ -222499,16 +211299,6 @@ "show_number": "6040", "fullAnswer": "Euripides" }, - { - "category": "THE WAR OF ART", - "air_date": "2010-12-10", - "question": "This man's 1799 portrait of Napoleon crossing the Alps is seen here", - "value": "$2000", - "answer": "Jacques-Louis David", - "round": "Double Jeopardy!", - "show_number": "6040", - "fullAnswer": "Jacques-Louis David" - }, { "category": "STAIN REMOVAL", "air_date": "2010-12-10", @@ -222544,7 +211334,7 @@ "air_date": "2010-12-10", "question": "A 2010 article from Slate called this language created by Paul Frommer \"the new Klingon\"", "value": null, - "answer": "Na\\'vi", + "answer": "Na'vi", "round": "Final Jeopardy!", "show_number": "6040", "fullAnswer": "Na\\'vi" @@ -222829,16 +211619,6 @@ "show_number": "5949", "fullAnswer": "Angels & Demons" }, - { - "category": "LET'S ALL GO TO THE LOBBY", - "air_date": "2010-06-24", - "question": "Seen here, flowers by this contemporary glass artist adorn the lobby ceiling of the Bellagio Hotel in Las Vegas", - "value": "$1000", - "answer": "Dale Chihuly", - "round": "Jeopardy!", - "show_number": "5949", - "fullAnswer": "Dale Chihuly" - }, { "category": "TO GET OURSELVES A TREAT", "air_date": "2010-06-24", @@ -222849,22 +211629,12 @@ "show_number": "5949", "fullAnswer": "Jordan Almonds" }, - { - "category": "IRAQ'S PROVINCES", - "air_date": "2010-06-24", - "question": "(Sarah of the Clue Crew shows a map of Iraq on the monitor.) Though Iraq already had 18 perfectly good provinces, Saddam wanted a 19th, and on August 28, 1990, declared this was it, leading to war", - "value": "$400", - "answer": "Kuwait", - "round": "Double Jeopardy!", - "show_number": "5949", - "fullAnswer": "Kuwait" - }, { "category": "POSSESSIVE ACTORS' POSSESSIONS", "air_date": "2010-06-24", "question": "Cherry stone for Angelina Jolie's life partner", "value": "$400", - "answer": "Brad\\'s pit", + "answer": "Brad's pit", "round": "Double Jeopardy!", "show_number": "5949", "fullAnswer": "Brad\\'s pit" @@ -222924,7 +211694,7 @@ "air_date": "2010-06-24", "question": "Bird belonging to a movie \"Gladiator\"", "value": "$800", - "answer": "Russell\\'s crow", + "answer": "Russell's crow", "round": "Double Jeopardy!", "show_number": "5949", "fullAnswer": "Russell\\'s crow" @@ -222969,22 +211739,12 @@ "show_number": "5949", "fullAnswer": "summa cum laude" }, - { - "category": "IRAQ'S PROVINCES", - "air_date": "2010-06-24", - "question": "(Kelly of the Clue Crew shows a map of Iraq on the monitor.) Sulaymaniyah Province, dominated by this ethnic group, is friendly ground for Americans--just don't get too close to Iran, as three hikers did in 2009", - "value": "$2,000", - "answer": "Kurds", - "round": "Double Jeopardy!", - "show_number": "5949", - "fullAnswer": "the Kurds" - }, { "category": "POSSESSIVE ACTORS' POSSESSIONS", "air_date": "2010-06-24", "question": "Breakfast meat belonging to the movies' \"Hollow Man\"", "value": "$1200", - "answer": "Kevin\\'s bacon", + "answer": "Kevin's bacon", "round": "Double Jeopardy!", "show_number": "5949", "fullAnswer": "Kevin\\'s bacon" @@ -223044,7 +211804,7 @@ "air_date": "2010-06-24", "question": "Rule of conduct by which 2004's \"Alfie\" lives", "value": "$2,000", - "answer": "Jude\\'s law", + "answer": "Jude's law", "round": "Double Jeopardy!", "show_number": "5949", "fullAnswer": "Jude\\'s law" @@ -223089,22 +211849,12 @@ "show_number": "5949", "fullAnswer": "summer stock" }, - { - "category": "IRAQ'S PROVINCES", - "air_date": "2010-06-24", - "question": "(Sarah of the Clue Crew shows a map of Iraq on the monitor.) Hilla Province was renamed as part of a program urging Iraqis to take pride in their ancient past; it became this, after the city of Nebuchadnezzar, whose ruins stand there", - "value": "$2000", - "answer": "Babylon", - "round": "Double Jeopardy!", - "show_number": "5949", - "fullAnswer": "Babylon" - }, { "category": "POSSESSIVE ACTORS' POSSESSIONS", "air_date": "2010-06-24", "question": "Walking stick for 1966's \"Alfie\"", "value": "$2000", - "answer": "Michael\\'s cane", + "answer": "Michael's cane", "round": "Double Jeopardy!", "show_number": "5949", "fullAnswer": "Michael\\'s cane" @@ -223209,16 +211959,6 @@ "show_number": "3245", "fullAnswer": "a golf course" }, - { - "category": "HORRORS!", - "air_date": "1998-10-16", - "question": "It's the horrific \"monster\" seen here", - "value": "$100", - "answer": "Gila monster", - "round": "Jeopardy!", - "show_number": "3245", - "fullAnswer": "a Gila monster" - }, { "category": "BOOKS & AUTHORS", "air_date": "1998-10-16", @@ -223269,16 +212009,6 @@ "show_number": "3245", "fullAnswer": "pants" }, - { - "category": "HORRORS!", - "air_date": "1998-10-16", - "question": "Seen here is the not-so-horrific star of this \"tasty\" horror-comedy show", - "value": "$200", - "answer": "Buffy the Vampire Slayer", - "round": "Jeopardy!", - "show_number": "3245", - "fullAnswer": "Buffy the Vampire Slayer" - }, { "category": "BOOKS & AUTHORS", "air_date": "1998-10-16", @@ -223329,16 +212059,6 @@ "show_number": "3245", "fullAnswer": "a loom" }, - { - "category": "HORRORS!", - "air_date": "1998-10-16", - "question": "(Hi, I'm Stephen King, Master of Horror.) In this 1979 film, Marlon Brando's character declares \"The horror!... The horror!\"", - "value": "$900", - "answer": "Apocalypse Now", - "round": "Jeopardy!", - "show_number": "3245", - "fullAnswer": "Apocalypse Now" - }, { "category": "BOOKS & AUTHORS", "air_date": "1998-10-16", @@ -223389,16 +212109,6 @@ "show_number": "3245", "fullAnswer": "a light bulb" }, - { - "category": "HORRORS!", - "air_date": "1998-10-16", - "question": "They're the happy horror homemakers seen here", - "value": "$400", - "answer": "Munsters ", - "round": "Jeopardy!", - "show_number": "3245", - "fullAnswer": "the Munsters (Fred Gwynne & Yvonne de Carlo)" - }, { "category": "BOOKS & AUTHORS", "air_date": "1998-10-16", @@ -223449,16 +212159,6 @@ "show_number": "3245", "fullAnswer": "a grandfather clock" }, - { - "category": "HORRORS!", - "air_date": "1998-10-16", - "question": "This 1931 film seen here could have been called \"The Two Faces of Frederic March\"", - "value": "$500", - "answer": "Dr. Jekyll & Mr. Hyde", - "round": "Jeopardy!", - "show_number": "3245", - "fullAnswer": "Dr. Jekyll & Mr. Hyde" - }, { "category": "HISTORIC DOCUMENTS", "air_date": "1998-10-16", @@ -224429,16 +213129,6 @@ "show_number": "3220", "fullAnswer": "the Mighty Ducks of Anaheim" }, - { - "category": "THE 50TH ANNUAL EMMY AWARDS", - "air_date": "1998-09-11", - "question": "It was a character on this show to which the actress accepting an Emmy here was saying goodbye:

\"It's so sad, this is sort of my last time to say good-bye & to this character, Nancy Weston...\"", - "value": "$200", - "answer": "thirtysomething ", - "round": "Jeopardy!", - "show_number": "3220", - "fullAnswer": "thirtysomething (Patricia Wettig)" - }, { "category": "\"G\" WHIZ!", "air_date": "1998-09-11", @@ -224549,16 +213239,6 @@ "show_number": "3220", "fullAnswer": "\"All your ducks in a row\"" }, - { - "category": "THE 50TH ANNUAL EMMY AWARDS", - "air_date": "1998-09-11", - "question": "It was here comes the judge when this actor seen here won for his role on this show in 1995:

\"I have 30 seconds to tell you that I've been waiting 60 years to get up on this stage...\"", - "value": "$500", - "answer": "Picket Fences", - "round": "Jeopardy!", - "show_number": "3220", - "fullAnswer": "Picket Fences" - }, { "category": "\"G\" WHIZ!", "air_date": "1998-09-11", @@ -225524,7 +214204,7 @@ "air_date": "1997-02-13", "question": "Just before its 1897 publication, its title was changed from \"The Un-Dead\" to this", "value": null, - "answer": "\\Dracula\\ ", + "answer": "Dracula ", "round": "Final Jeopardy!", "show_number": "2874", "fullAnswer": "\\\"Dracula\\\" (by Bram Stoker)" @@ -225689,16 +214369,6 @@ "show_number": "5257", "fullAnswer": "the Enola Gay" }, - { - "category": "AGES AGO", - "air_date": "2007-06-19", - "question": "(Sarah of the Clue Crew reports from Luxor, Egypt.) Ramses the Great lived to be 96, had 200 wives and concubines, and one tomb held at least 20 of these, including, Mery-Atum", - "value": "$600", - "answer": "sons", - "round": "Jeopardy!", - "show_number": "5257", - "fullAnswer": "sons" - }, { "category": "\"HO\" POURRI", "air_date": "2007-06-19", @@ -225949,16 +214619,6 @@ "show_number": "5257", "fullAnswer": "vegetarianism" }, - { - "category": "MODERN SCIENTISTS", - "air_date": "2007-06-19", - "question": "(Sarah of the Clue Crew reports from the Princeton Plasma Physics Lab) Princeton experimented with a tokamak, the first promising fusion reactor technology, conceived by this Soviet scientist who fought for disarmament", - "value": "$1200", - "answer": "Sakharov", - "round": "Double Jeopardy!", - "show_number": "5257", - "fullAnswer": "Sakharov" - }, { "category": "AFI'S 100 YEARS 100 MOVIES", "air_date": "2007-06-19", @@ -226089,16 +214749,6 @@ "show_number": "5257", "fullAnswer": "Mulroney" }, - { - "category": "13-LETTER WORDS", - "air_date": "2007-06-19", - "question": "(Cheryl of the Clue Crew stands in front of a board with numbers.) The string of values seen here is increasing this way, from the Latin for \"to declare\"", - "value": "$2000", - "answer": "exponentially", - "round": "Double Jeopardy!", - "show_number": "5257", - "fullAnswer": "exponentially" - }, { "category": "HISTORIC NAMES", "air_date": "2007-06-19", @@ -226149,16 +214799,6 @@ "show_number": "4900", "fullAnswer": "caffe latte" }, - { - "category": "PRESIDENTIAL PASTIMES", - "air_date": "2005-12-23", - "question": "As seen in the photo, this president liked to paint to help himself relax", - "value": "$200", - "answer": "Eisenhower", - "round": "Jeopardy!", - "show_number": "4900", - "fullAnswer": "Eisenhower" - }, { "category": "YOU GET AN \"F\"", "air_date": "2005-12-23", @@ -226304,7 +214944,7 @@ "air_date": "2005-12-23", "question": "On the 10th day, nobility abounded as my true love somehow thought I needed this gift", "value": "$800", - "answer": "lords a-leapin\\'", + "answer": "lords a-leapin'", "round": "Jeopardy!", "show_number": "4900", "fullAnswer": "lords a-leapin\\'" @@ -226529,16 +215169,6 @@ "show_number": "4900", "fullAnswer": "Rumsfeld" }, - { - "category": "KEEPING UP APPEARANCES", - "air_date": "2005-12-23", - "question": "For that '80s funky club girl look, sephora.com suggests applying a bronze shade to the apples of these body parts", - "value": "$1200", - "answer": "cheeks", - "round": "Double Jeopardy!", - "show_number": "4900", - "fullAnswer": "the cheeks" - }, { "category": "DR. WHO...", "air_date": "2005-12-23", @@ -226669,16 +215299,6 @@ "show_number": "4900", "fullAnswer": "North Carolina" }, - { - "category": "OBSOLETELY FABULOUS", - "air_date": "2005-12-23", - "question": "Here is what you'd see if you used this type of computer printer with a 9-, 18-, or 24-pin print head", - "value": "$2000", - "answer": "dot-matrix printer", - "round": "Double Jeopardy!", - "show_number": "4900", - "fullAnswer": "a dot-matrix printer" - }, { "category": "\"RU\" BEING SERVED?", "air_date": "2005-12-23", @@ -227299,16 +215919,6 @@ "show_number": "4622", "fullAnswer": "Philadelphia" }, - { - "category": "COWBOY SONGS", - "air_date": "2004-10-12", - "question": "(Sarah of the Clue Crew sits upon a white mare on a dude ranch in Montana.) A seldom heard later verse of this song goes:
\"Oh I love those wild flowers in this dear land of ours\"", - "value": "$200", - "answer": "Home On The Range", - "round": "Jeopardy!", - "show_number": "4622", - "fullAnswer": "\"Home On The Range\"" - }, { "category": "WORD & PHRASE ORIGINS", "air_date": "2004-10-12", @@ -227359,16 +215969,6 @@ "show_number": "4622", "fullAnswer": "Parliament" }, - { - "category": "COWBOY SONGS", - "air_date": "2004-10-12", - "question": "(Cheryl of the Clue Crew belts out a tune from atop a horse on a dude ranch in Montana.) Dale Evans wrote the lyrics to this song that says:
\"Until we meet again\"", - "value": "$400", - "answer": "Happy Trails", - "round": "Jeopardy!", - "show_number": "4622", - "fullAnswer": "\"Happy Trails\"" - }, { "category": "WORD & PHRASE ORIGINS", "air_date": "2004-10-12", @@ -227419,16 +216019,6 @@ "show_number": "4622", "fullAnswer": "the government" }, - { - "category": "COWBOY SONGS", - "air_date": "2004-10-12", - "question": "(Cheryl of the Clue Crew belts out a tune from atop a horse on a dude ranch in Montana.) It’s where Gene Autry was in the title of his theme song:
\"Out where a friend is a friend\"", - "value": "$600", - "answer": "Back In The Saddle (Again)", - "round": "Jeopardy!", - "show_number": "4622", - "fullAnswer": "\"Back In The Saddle (Again)\"" - }, { "category": "WORD & PHRASE ORIGINS", "air_date": "2004-10-12", @@ -227479,16 +216069,6 @@ "show_number": "4622", "fullAnswer": "Lord Archer" }, - { - "category": "COWBOY SONGS", - "air_date": "2004-10-12", - "question": "(Sofia of the Clue Crew sits upon a brown horse on a dude ranch in Montana.) A dying cowboy made this request:
\"These words came low and mournfully\"", - "value": "$800", - "answer": "bury me not on the lone prairie", - "round": "Jeopardy!", - "show_number": "4622", - "fullAnswer": "bury me not on the lone prairie" - }, { "category": "WORD & PHRASE ORIGINS", "air_date": "2004-10-12", @@ -227539,16 +216119,6 @@ "show_number": "4622", "fullAnswer": "unanimous" }, - { - "category": "COWBOY SONGS", - "air_date": "2004-10-12", - "question": "(Jimmy of the Clue Crew sits in the saddle of a brown horse on a dude ranch in Montana.) In this song, a cowpuncher in a hurry sings:
\"It’s your misfortune and none of my own\"", - "value": "$1000", - "answer": "Get Along Little Dogies", - "round": "Jeopardy!", - "show_number": "4622", - "fullAnswer": "\"Get Along Little Dogies\"" - }, { "category": "WORD & PHRASE ORIGINS", "air_date": "2004-10-12", @@ -227729,16 +216299,6 @@ "show_number": "4622", "fullAnswer": "Stiller & Meara" }, - { - "category": "HOME & GARDEN", - "air_date": "2004-10-12", - "question": "If you have the room, this structure seen here is a fine addition to any backyard", - "value": "$1200", - "answer": "gazebo", - "round": "Double Jeopardy!", - "show_number": "4622", - "fullAnswer": "a gazebo" - }, { "category": "LIFETIME", "air_date": "2004-10-12", @@ -227924,7 +216484,7 @@ "air_date": "2004-01-23", "question": "Plans are for Hugh Grant to return as Daniel Cleaver in the sequel to this 2001 Renee Zellweger film", "value": "$200", - "answer": "Bridget Jones\\'s Diary", + "answer": "Bridget Jones's Diary", "round": "Jeopardy!", "show_number": "4465", "fullAnswer": "Bridget Jones\\'s Diary" @@ -228534,7 +217094,7 @@ "air_date": "1997-06-25", "question": "On June 10, 1996 her syndicated talk show debuted with George Clooney & Susan Lucci as guests", "value": "$100", - "answer": "Rosie O\\'Donnell", + "answer": "Rosie O'Donnell", "round": "Jeopardy!", "show_number": "2968", "fullAnswer": "Rosie O\\'Donnell" @@ -229459,16 +218019,6 @@ "show_number": "4815", "fullAnswer": "vessel" }, - { - "category": "LITERARY VENICE", - "air_date": "2005-07-08", - "question": "(Sarah of the Clue Crew reports from a Venetian canal.) Much of this Shakespeare play is set here in the title city, including the trial where Shylock demands a pound of flesh", - "value": "$800", - "answer": "Merchant of Venice", - "round": "Double Jeopardy!", - "show_number": "4815", - "fullAnswer": "The Merchant of Venice" - }, { "category": "MOVIE TITLE PAIRS", "air_date": "2005-07-08", @@ -229509,16 +218059,6 @@ "show_number": "4815", "fullAnswer": "Pasteur" }, - { - "category": "\"V\" IS FOR...", - "air_date": "2005-07-08", - "question": "...this style of house, a specialty of artist Debbie Patrick", - "value": "$800", - "answer": "Victorian", - "round": "Double Jeopardy!", - "show_number": "4815", - "fullAnswer": "Victorian" - }, { "category": "LITERARY VENICE", "air_date": "2005-07-08", @@ -229604,7 +218144,7 @@ "air_date": "2005-07-08", "question": "This architect served at Valley Forge before his appointment by Washington to design the new capital", "value": "$1600", - "answer": "L\\'Enfant", + "answer": "L'Enfant", "round": "Double Jeopardy!", "show_number": "4815", "fullAnswer": "L\\'Enfant" @@ -229629,26 +218169,6 @@ "show_number": "4815", "fullAnswer": "(Enrico) Fermi" }, - { - "category": "\"V\" IS FOR...", - "air_date": "2005-07-08", - "question": "...this uplifting Italian import heard here", - "value": "$1600", - "answer": "Volare", - "round": "Double Jeopardy!", - "show_number": "4815", - "fullAnswer": "\"Volare\"" - }, - { - "category": "LITERARY VENICE", - "air_date": "2005-07-08", - "question": "(Jimmy of the Clue Crew reports from Caffe Florian in Venice, Italy.) I'm at Caffe Florian, a favorite spot of this U.S.-born author, who wrote about it in \"The Wings of the Dove\" and \"The Aspern Papers\"", - "value": "$2000", - "answer": "Henry James", - "round": "Double Jeopardy!", - "show_number": "4815", - "fullAnswer": "Henry James" - }, { "category": "MOVIE TITLE PAIRS", "air_date": "2005-07-08", @@ -229739,16 +218259,6 @@ "show_number": "6069", "fullAnswer": "a meeting" }, - { - "category": "GET OFF YOUR HIGH HORSE", - "air_date": "2011-01-20", - "question": "Cyrus Dallin made the sculpture of this man that's near the Old North Church", - "value": "$200", - "answer": "Paul Revere", - "round": "Jeopardy!", - "show_number": "6069", - "fullAnswer": "Paul Revere" - }, { "category": "COLLEGES & UNIVERSITIES", "air_date": "2011-01-20", @@ -229784,7 +218294,7 @@ "air_date": "2011-01-20", "question": "1986: Principal Rooney has a bad day;
a Ferrari meets a bad end--
Broderick...? Broderick...?", "value": "$400", - "answer": "Ferris Bueller\\'s Day Off", + "answer": "Ferris Bueller's Day Off", "round": "Jeopardy!", "show_number": "6069", "fullAnswer": "Ferris Bueller\\'s Day Off" @@ -229799,16 +218309,6 @@ "show_number": "6069", "fullAnswer": "archdiocese" }, - { - "category": "GET OFF YOUR HIGH HORSE", - "air_date": "2011-01-20", - "question": "The American Museum of Natural History in New York honors this president", - "value": "$400", - "answer": "Theodore Roosevelt", - "round": "Jeopardy!", - "show_number": "6069", - "fullAnswer": "Theodore Roosevelt" - }, { "category": "COLLEGES & UNIVERSITIES", "air_date": "2011-01-20", @@ -229849,16 +218349,6 @@ "show_number": "6069", "fullAnswer": "Unitarian" }, - { - "category": "GET OFF YOUR HIGH HORSE", - "air_date": "2011-01-20", - "question": "San Diego has a statue of this 11th-century chivalrous Spanish warrior", - "value": "$600", - "answer": "El Cid", - "round": "Jeopardy!", - "show_number": "6069", - "fullAnswer": "El Cid" - }, { "category": "COLLEGES & UNIVERSITIES", "air_date": "2011-01-20", @@ -229899,16 +218389,6 @@ "show_number": "6069", "fullAnswer": "Rama" }, - { - "category": "GET OFF YOUR HIGH HORSE", - "air_date": "2011-01-20", - "question": "Kiev remembers Khmelnitsky--a leader of these mounted warriors of Ukraine & Russia", - "value": "$800", - "answer": "Cossacks", - "round": "Jeopardy!", - "show_number": "6069", - "fullAnswer": "the Cossacks" - }, { "category": "COLLEGES & UNIVERSITIES", "air_date": "2011-01-20", @@ -229939,16 +218419,6 @@ "show_number": "6069", "fullAnswer": "The Town" }, - { - "category": "GET OFF YOUR HIGH HORSE", - "air_date": "2011-01-20", - "question": "This 20th-century leader rides in Anatolia", - "value": "$1000", - "answer": "Kemal Ataturk", - "round": "Jeopardy!", - "show_number": "6069", - "fullAnswer": "Kemal Ataturk" - }, { "category": "COLLEGES & UNIVERSITIES", "air_date": "2011-01-20", @@ -229969,16 +218439,6 @@ "show_number": "6069", "fullAnswer": "Long Beach" }, - { - "category": "PENGUINS", - "air_date": "2011-01-20", - "question": "(Lindblad and National Geographic naturalist Tom Ritchie delivers the clue from Antarctica.) The recent increase in gentoo penguin numbers may be due to decreased sea ice coverage caused by this phenomenon of rising average air temperatures", - "value": "$400", - "answer": "global warming", - "round": "Double Jeopardy!", - "show_number": "6069", - "fullAnswer": "global warming" - }, { "category": "SIBLINGS OF SONG", "air_date": "2011-01-20", @@ -230029,16 +218489,6 @@ "show_number": "6069", "fullAnswer": "gift wrapping" }, - { - "category": "PENGUINS", - "air_date": "2011-01-20", - "question": "(Lindblad and National Geographic naturalist Tom Ritchie delivers the clue from Antarctica.) Because the chicks of this largest penguin take so long to mature, females lay their eggs in winter so that the chicks can be independent by summer", - "value": "$800", - "answer": "emperor penguin", - "round": "Double Jeopardy!", - "show_number": "6069", - "fullAnswer": "the emperor penguin" - }, { "category": "SIBLINGS OF SONG", "air_date": "2011-01-20", @@ -230089,16 +218539,6 @@ "show_number": "6069", "fullAnswer": "a clapper" }, - { - "category": "PENGUINS", - "air_date": "2011-01-20", - "question": "(Sarah of the Clue Crew delivers the clue from Antarctica.) This 7-letter term for a breeding place for penguins comes from the name of a colony of another black bird", - "value": "$500", - "answer": "rookery", - "round": "Double Jeopardy!", - "show_number": "6069", - "fullAnswer": "a rookery" - }, { "category": "SIBLINGS OF SONG", "air_date": "2011-01-20", @@ -230149,16 +218589,6 @@ "show_number": "6069", "fullAnswer": "the Appalachian Trail" }, - { - "category": "PENGUINS", - "air_date": "2011-01-20", - "question": "(Lindblad and National Geographic naturalist Tom Ritchie delivers the clue from Antarctica.) This species of small penguin is distinguished by a narrow black band that runs across its throat & seems to be holding a black cap upon its head", - "value": "$1600", - "answer": "chinstrap penguin", - "round": "Double Jeopardy!", - "show_number": "6069", - "fullAnswer": "the chinstrap penguin" - }, { "category": "SIBLINGS OF SONG", "air_date": "2011-01-20", @@ -230209,16 +218639,6 @@ "show_number": "6069", "fullAnswer": "a snapper" }, - { - "category": "PENGUINS", - "air_date": "2011-01-20", - "question": "(Underwater specialist Lisa Trotter delivers the clue from Antarctica.) Though efficient swimmers, penguins must come up for air, & do so in a method called this, after the way a certain cetacean leaps in and out of the water", - "value": "$2000", - "answer": "porpoising", - "round": "Double Jeopardy!", - "show_number": "6069", - "fullAnswer": "porpoising" - }, { "category": "SIBLINGS OF SONG", "air_date": "2011-01-20", @@ -230579,16 +218999,6 @@ "show_number": "5150", "fullAnswer": "Off-Broadway" }, - { - "category": "MARINE LIFE", - "air_date": "2007-01-19", - "question": "(Sarah of the Clue Crew Reports from Catalina Island.) The tiny pinchers that keep starfish free of algae are called pedicellaria, from the Latin for this body part", - "value": "$400", - "answer": "foot", - "round": "Double Jeopardy!", - "show_number": "5150", - "fullAnswer": "the foot" - }, { "category": "FAMOUS JEWISH ATHLETES", "air_date": "2007-01-19", @@ -230699,16 +219109,6 @@ "show_number": "5150", "fullAnswer": "anguish" }, - { - "category": "MARINE LIFE", - "air_date": "2007-01-19", - "question": "(Sarah of the Clue Crew reports from Catalina Island.) When an octopus feeds on crab, it punctures the shell with one of these avian tools, injecting a poison and liquifying the meat", - "value": "$1200", - "answer": "beak", - "round": "Double Jeopardy!", - "show_number": "5150", - "fullAnswer": "the beak" - }, { "category": "FAMOUS JEWISH ATHLETES", "air_date": "2007-01-19", @@ -230734,21 +219134,11 @@ "air_date": "2007-01-19", "question": "In 2004's \"Those Who Tresspass\", this Fox \"Factor\" man penned, \"Okay, Shannon Michaels, off with those pants\"", "value": "$1200", - "answer": "Bill O\\'Reilly", + "answer": "Bill O'Reilly", "round": "Double Jeopardy!", "show_number": "5150", "fullAnswer": "Bill O\\'Reilly" }, - { - "category": "AIR TRAFFIC CONTROL", - "air_date": "2007-01-19", - "question": "Control begins with a flight progress strip that contains all of a plane's data, including this", - "value": "$1200", - "answer": "model of the plane", - "round": "Double Jeopardy!", - "show_number": "5150", - "fullAnswer": "the model of the plane" - }, { "category": "-ISH", "air_date": "2007-01-19", @@ -230819,16 +219209,6 @@ "show_number": "5150", "fullAnswer": "varnish" }, - { - "category": "MARINE LIFE", - "air_date": "2007-01-19", - "question": "(Cheryl of the Clue Crew reports from Catalina Island.) The inner cavities of sea urchins contain 5 sets of invertebrate eggs, known by this 3-letter name", - "value": "$2000", - "answer": "roe", - "round": "Double Jeopardy!", - "show_number": "5150", - "fullAnswer": "roe" - }, { "category": "FAMOUS JEWISH ATHLETES", "air_date": "2007-01-19", @@ -231114,7 +219494,7 @@ "air_date": "2001-01-18", "question": "On Aug. 13, 1966 this group's \"Summer in the City\" began a 3-week stay at No. 1", "value": "$400", - "answer": "Lovin\\' Spoonful", + "answer": "Lovin' Spoonful", "round": "Jeopardy!", "show_number": "3774", "fullAnswer": "The Lovin\\' Spoonful" @@ -231609,16 +219989,6 @@ "show_number": "13", "fullAnswer": "Indonesia" }, - { - "category": "SILLY SONGS", - "air_date": "1984-09-26", - "question": "He offered this prescription:", - "value": "$500", - "answer": "Witch Doctor", - "round": "Jeopardy!", - "show_number": "13", - "fullAnswer": "the Witch Doctor" - }, { "category": "MONEY", "air_date": "1984-09-26", @@ -232374,7 +220744,7 @@ "air_date": "2000-01-14", "question": "In 1878 an amendment for this was introduced in Congress; its adoption didn't occur until 1920", "value": "$400", - "answer": "Women\\'s suffrage", + "answer": "Women's suffrage", "round": "Double Jeopardy!", "show_number": "3540", "fullAnswer": "Women\\'s suffrage" @@ -232619,16 +220989,6 @@ "show_number": "3540", "fullAnswer": "Arizona (because of the Arizona battleship that was sunk at Pearl Harbor)" }, - { - "category": "CLASSICAL CLASSICS", - "air_date": "2005-07-01", - "question": "This \"colorful\" classic is finding renewed life in a popular United Airlines commercial", - "value": "$200", - "answer": "Rhapsody In Blue", - "round": "Jeopardy!", - "show_number": "4810", - "fullAnswer": "\"Rhapsody In Blue\"" - }, { "category": "ON YOUR MARK", "air_date": "2005-07-01", @@ -232649,16 +221009,6 @@ "show_number": "4810", "fullAnswer": "the stethoscope" }, - { - "category": "GREEN \"T\"", - "air_date": "2005-07-01", - "question": "You wouldn't want to meet this scary, royal, supposedly green creature in a dark alley", - "value": "$200", - "answer": "Tyrannosaurus rex", - "round": "Jeopardy!", - "show_number": "4810", - "fullAnswer": "a Tyrannosaurus rex" - }, { "category": "FOREIGN LEGISLATURE", "air_date": "2005-07-01", @@ -232679,16 +221029,6 @@ "show_number": "4810", "fullAnswer": "a railway" }, - { - "category": "CLASSICAL CLASSICS", - "air_date": "2005-07-01", - "question": "It's the title of the oratorio that contains the following", - "value": "$400", - "answer": "The Messiah", - "round": "Jeopardy!", - "show_number": "4810", - "fullAnswer": "\"The Messiah\"" - }, { "category": "ON YOUR MARK", "air_date": "2005-07-01", @@ -232739,16 +221079,6 @@ "show_number": "4810", "fullAnswer": "an actor" }, - { - "category": "CLASSICAL CLASSICS", - "air_date": "2005-07-01", - "question": "This snoozer is listed as the composer's Opus 49, No. 4", - "value": "$600", - "answer": "Brahms\\' Lullaby", - "round": "Jeopardy!", - "show_number": "4810", - "fullAnswer": "\"Brahms\\' Lullaby\"" - }, { "category": "ON YOUR MARK", "air_date": "2005-07-01", @@ -232799,16 +221129,6 @@ "show_number": "4810", "fullAnswer": "a newspaper" }, - { - "category": "CLASSICAL CLASSICS", - "air_date": "2005-07-01", - "question": "The work heard here follows the transformation of an opera character into this title creature", - "value": "$800", - "answer": "bumblebee ", - "round": "Jeopardy!", - "show_number": "4810", - "fullAnswer": "a bumblebee (\"Flight Of The Bumblebee\" accepted)" - }, { "category": "ON YOUR MARK", "air_date": "2005-07-01", @@ -232859,16 +221179,6 @@ "show_number": "4810", "fullAnswer": "poetry" }, - { - "category": "CLASSICAL CLASSICS", - "air_date": "2005-07-01", - "question": "The 1943 classic heard here is the work of this uncommon composer", - "value": "$1000", - "answer": "Copland", - "round": "Jeopardy!", - "show_number": "4810", - "fullAnswer": "(Aaron) Copland" - }, { "category": "ON YOUR MARK", "air_date": "2005-07-01", @@ -233004,7 +221314,7 @@ "air_date": "2005-07-01", "question": "Get the door, it's this company that really delivers:
DPZ", "value": "$800", - "answer": "Domino\\'s Pizza", + "answer": "Domino's Pizza", "round": "Double Jeopardy!", "show_number": "4810", "fullAnswer": "Domino\\'s Pizza" @@ -233049,16 +221359,6 @@ "show_number": "4810", "fullAnswer": "Gentlemen Prefer Blondes" }, - { - "category": "\"SUMMER\" CINEMA", - "air_date": "2005-07-01", - "question": "It's the charming 1963 Disney film that features the song heard here", - "value": "$1200", - "answer": "Summer Magic", - "round": "Double Jeopardy!", - "show_number": "4810", - "fullAnswer": "Summer Magic" - }, { "category": "STOCK SYMBOLS", "air_date": "2005-07-01", @@ -233079,16 +221379,6 @@ "show_number": "4810", "fullAnswer": "the small intestine" }, - { - "category": "U.S. MUSEUMS", - "air_date": "2005-07-01", - "question": "Frank Lloyd Wright is pictured here with his model for this museum", - "value": "$1200", - "answer": "Guggenheim", - "round": "Double Jeopardy!", - "show_number": "4810", - "fullAnswer": "the Guggenheim" - }, { "category": "SIMILES", "air_date": "2005-07-01", @@ -233424,7 +221714,7 @@ "air_date": "2001-01-19", "question": "FCOL", "value": "$400", - "answer": "For cryin\\' out loud", + "answer": "For cryin' out loud", "round": "Jeopardy!", "show_number": "3775", "fullAnswer": "For cryin\\' out loud" @@ -233634,7 +221924,7 @@ "air_date": "2001-01-19", "question": "Bernini designed the colonnade around the piazza at this basilica to represent the church's embrace", "value": "$400", - "answer": "St. Peter\\'s Basilica", + "answer": "St. Peter's Basilica", "round": "Double Jeopardy!", "show_number": "3775", "fullAnswer": "St. Peter\\'s Basilica" @@ -234064,7 +222354,7 @@ "air_date": "1992-05-22", "question": "In September 1991 this fourth & last wife of Charlie Chaplin died at age 66", "value": "$400", - "answer": "Oona O\\'Neill", + "answer": "Oona O'Neill", "round": "Jeopardy!", "show_number": "1795", "fullAnswer": "Oona O\\'Neill" @@ -234594,7 +222884,7 @@ "air_date": "2000-10-26", "question": "This girl group is waterskiing on the cover of 1982's \"Vacation\"", "value": "$300", - "answer": "Go-Go\\'s", + "answer": "Go-Go's", "round": "Jeopardy!", "show_number": "3714", "fullAnswer": "Go-Go\\'s" @@ -235054,7 +223344,7 @@ "air_date": "2000-10-26", "question": "Around 3 years on the bestseller list, this book is subtitled \"An Old Man, A Young Man and Life's Greatest Lesson\"", "value": null, - "answer": "\\Tuesdays With Morrie\\", + "answer": "Tuesdays With Morrie", "round": "Final Jeopardy!", "show_number": "3714", "fullAnswer": "\\\"Tuesdays With Morrie\\\"" @@ -235709,16 +223999,6 @@ "show_number": "5817", "fullAnswer": "Michael Vick" }, - { - "category": "I'LL BE DOGGONE", - "air_date": "2009-12-22", - "question": "Yes, comrade, the Borzoi is also known as the Russian this", - "value": "$400", - "answer": "wolfhound", - "round": "Jeopardy!", - "show_number": "5817", - "fullAnswer": "wolfhound" - }, { "category": "DAD, GUM IT", "air_date": "2009-12-22", @@ -235729,16 +224009,6 @@ "show_number": "5817", "fullAnswer": "(Judy) Garland" }, - { - "category": "DOUGH!", - "air_date": "2009-12-22", - "question": "(Jimmy of the Clue Crew reports from the Bureau of Engraving and Printing in Washington, D.C.) I'm at the Bureau of Engraving and Printing with a replica of the current $2 bill, which has an engraving of this event on the back; limited space on the note meant five guys got left out", - "value": "$400", - "answer": "signing of the Declaration of Independence", - "round": "Jeopardy!", - "show_number": "5817", - "fullAnswer": "the signing of the Declaration of Independence" - }, { "category": "FOR PETE'S SAKE", "air_date": "2009-12-22", @@ -235849,16 +224119,6 @@ "show_number": "5817", "fullAnswer": "Gumbo" }, - { - "category": "DOUGH!", - "air_date": "2009-12-22", - "question": "(Jimmy of the Clue Crew reports from the Bureau of Engraving and Printing in Washington, D.C.) Defacement of currency is a criminal offense, punishable by a fine up to this much, also the largest denomination the U.S. now issues", - "value": "$800", - "answer": "$100", - "round": "Jeopardy!", - "show_number": "5817", - "fullAnswer": "$100" - }, { "category": "FOR PETE'S SAKE", "air_date": "2009-12-22", @@ -236274,7 +224534,7 @@ "air_date": "2012-01-03", "question": "Sean Connery went shoeless when imprinting his feet in the cement at this Hollywood theater", "value": "$200", - "answer": "Grauman\\'s Chinese Theater", + "answer": "Grauman's Chinese Theater", "round": "Jeopardy!", "show_number": "6282", "fullAnswer": "Grauman\\'s Chinese Theater" @@ -236659,16 +224919,6 @@ "show_number": "6282", "fullAnswer": "Sigmund Freud" }, - { - "category": "APPETIZERS", - "air_date": "2012-01-03", - "question": "This French-named type of appetizer, seen here, can feature a wide variety of toppings", - "value": "$1200", - "answer": "canapé", - "round": "Double Jeopardy!", - "show_number": "6282", - "fullAnswer": "canapé" - }, { "category": "THE ATTORNEY GENERAL INFORMATION", "air_date": "2012-01-03", @@ -236769,16 +225019,6 @@ "show_number": "6282", "fullAnswer": "conscript" }, - { - "category": "MEDICINE MEN", - "air_date": "2012-01-03", - "question": "(Kelly of the Clue Crew shows us a diagram of the human circulatory system on the monitor.) The theory that blood circulates from the heart through the body's arteries & back to the heart through the veins was first explained by this Englishman in 1616", - "value": "$2000", - "answer": "Harvey", - "round": "Double Jeopardy!", - "show_number": "6282", - "fullAnswer": "(William) Harvey" - }, { "category": "APPETIZERS", "air_date": "2012-01-03", @@ -236914,7 +225154,7 @@ "air_date": "2010-07-20", "question": "\"Oh, geez... George, it turns out Bedford Falls would be better off if you'd never been born. Now...this is awkward\"", "value": "$400", - "answer": "It\\'s a Wonderful Life", + "answer": "It's a Wonderful Life", "round": "Jeopardy!", "show_number": "5967", "fullAnswer": "It\\'s a Wonderful Life" @@ -236989,16 +225229,6 @@ "show_number": "5967", "fullAnswer": "Barbie" }, - { - "category": "CREATURES OF NATURE", - "air_date": "2010-07-20", - "question": "See this alliterative sea creature? It can pack a 300- to 650-volt wallop", - "value": "$600", - "answer": "electric eel", - "round": "Jeopardy!", - "show_number": "5967", - "fullAnswer": "an electric eel" - }, { "category": "1984", "air_date": "2010-07-20", @@ -237169,16 +225399,6 @@ "show_number": "5967", "fullAnswer": "Desdemona" }, - { - "category": "CAN YOU PICTURE IT?", - "air_date": "2010-07-20", - "question": "In 2008, this leader went from president to prime minister, but he's still very powerful", - "value": "$400", - "answer": "Putin", - "round": "Double Jeopardy!", - "show_number": "5967", - "fullAnswer": "Putin" - }, { "category": "STATE LAKES", "air_date": "2010-07-20", @@ -237199,16 +225419,6 @@ "show_number": "5967", "fullAnswer": "iamb" }, - { - "category": "GEOMETRY", - "air_date": "2010-07-20", - "question": "(Sarah of the Clue Crew shows a geometric animation on the monitor.) When three boxes form a right triangle, the sum of the squares in the top two boxes is equal to the number of squares in the larger box, illustrating this geometric theorem", - "value": "$800", - "answer": "Pythagorean theorem", - "round": "Double Jeopardy!", - "show_number": "5967", - "fullAnswer": "the Pythagorean theorem" - }, { "category": "PRO NOUNS", "air_date": "2010-07-20", @@ -237229,16 +225439,6 @@ "show_number": "5967", "fullAnswer": "The Mikado" }, - { - "category": "CAN YOU PICTURE IT?", - "air_date": "2010-07-20", - "question": "He's the multiple gold medal-winning Olympian seen here", - "value": "$800", - "answer": "Jesse Owens", - "round": "Double Jeopardy!", - "show_number": "5967", - "fullAnswer": "Jesse Owens" - }, { "category": "STATE LAKES", "air_date": "2010-07-20", @@ -237289,16 +225489,6 @@ "show_number": "5967", "fullAnswer": "Miss Havisham" }, - { - "category": "CAN YOU PICTURE IT?", - "air_date": "2010-07-20", - "question": "The tattoo seen here was made with this reddish-orange dye", - "value": "$1200", - "answer": "henna", - "round": "Double Jeopardy!", - "show_number": "5967", - "fullAnswer": "henna" - }, { "category": "STATE LAKES", "air_date": "2010-07-20", @@ -237349,16 +225539,6 @@ "show_number": "5967", "fullAnswer": "Rigoletto" }, - { - "category": "CAN YOU PICTURE IT?", - "air_date": "2010-07-20", - "question": "Seen here, the largest high relief sculpture in the world is located in this state", - "value": "$1600", - "answer": "Georgia", - "round": "Double Jeopardy!", - "show_number": "5967", - "fullAnswer": "Georgia" - }, { "category": "STATE LAKES", "air_date": "2010-07-20", @@ -237369,26 +225549,6 @@ "show_number": "5967", "fullAnswer": "Texas" }, - { - "category": "FROM THE GREEK", - "air_date": "2010-07-20", - "question": "(Alex reports from a Ford Motor Company plant in Dearborn, MI.) To make jobs easier & safer, trucks on the assembly line are raised or lowered on these accordion lifts, which are called skillets; it's an example of this science of practical human engineering; it comes from the Greek word which means \"work\"", - "value": "$1600", - "answer": "ergonomics", - "round": "Double Jeopardy!", - "show_number": "5967", - "fullAnswer": "ergonomics" - }, - { - "category": "GEOMETRY", - "air_date": "2010-07-20", - "question": "(Sarah of the Clue Crew shows a geometric animation on the monitor.) Two identical regular pyramids with square bases attached base to base form the regular type of this geometrical figure in which all faces are equilateral triangles", - "value": "$2000", - "answer": "octahedron", - "round": "Double Jeopardy!", - "show_number": "5967", - "fullAnswer": "an octahedron" - }, { "category": "PRO NOUNS", "air_date": "2010-07-20", @@ -237409,16 +225569,6 @@ "show_number": "5967", "fullAnswer": "Nixon in China" }, - { - "category": "CAN YOU PICTURE IT?", - "air_date": "2010-07-20", - "question": "It's the cave where the work seen here was found; obviously, it was home to some of the first muralists", - "value": "$2000", - "answer": "Lascaux", - "round": "Double Jeopardy!", - "show_number": "5967", - "fullAnswer": "Lascaux" - }, { "category": "STATE LAKES", "air_date": "2010-07-20", @@ -237619,16 +225769,6 @@ "show_number": "4663", "fullAnswer": "gimlet" }, - { - "category": "\"TA\" TA FOR NOW", - "air_date": "2004-12-08", - "question": "(Hi. I'm Hal Sparks.) This former E! entertainment channel TV show helped further the careers of me, John Henson & Greg Kinnear", - "value": "$600", - "answer": "Talk Soup", - "round": "Jeopardy!", - "show_number": "4663", - "fullAnswer": "Talk Soup" - }, { "category": "19th CENTURY AMERICA", "air_date": "2004-12-08", @@ -237909,16 +226049,6 @@ "show_number": "4663", "fullAnswer": "a dot" }, - { - "category": "I HEAR A SYMPHONY", - "air_date": "2004-12-08", - "question": "The strings in the symphony heard here, by this playful Austrian, give it the nickname \"The Bear\"", - "value": "$1600", - "answer": "Joseph Haydn", - "round": "Double Jeopardy!", - "show_number": "4663", - "fullAnswer": "Joseph Haydn" - }, { "category": "MY GIRL", "air_date": "2004-12-08", @@ -237989,16 +226119,6 @@ "show_number": "4663", "fullAnswer": "Reese Witherspoon" }, - { - "category": "BRICK HOUSE", - "air_date": "2004-12-08", - "question": "(Sarah of the Clue Crew reports from inside the Robie House in Chicago, IL.) I'm inside Frank Lloyd Wright's Robie House, whose windows, rather than stained glass, are called by this aesthetic term", - "value": "$2000", - "answer": "art glass", - "round": "Double Jeopardy!", - "show_number": "4663", - "fullAnswer": "art glass" - }, { "category": "RIVER DEEP, MOUNTAIN HIGH", "air_date": "2004-12-08", @@ -238054,7 +226174,7 @@ "air_date": "2005-11-01", "question": "Marley's high-arcing tennis shots", "value": "$200", - "answer": "Bob\\'s lobs", + "answer": "Bob's lobs", "round": "Jeopardy!", "show_number": "4862", "fullAnswer": "Bob\\'s lobs" @@ -238114,7 +226234,7 @@ "air_date": "2005-11-01", "question": "Freddie Mercury band's limas & kidneys", "value": "$400", - "answer": "Queen\\'s beans", + "answer": "Queen's beans", "round": "Jeopardy!", "show_number": "4862", "fullAnswer": "Queen\\'s beans" @@ -238174,7 +226294,7 @@ "air_date": "2005-11-01", "question": "Mr. Vicious' offspring", "value": "$600", - "answer": "Sid\\'s kids", + "answer": "Sid's kids", "round": "Jeopardy!", "show_number": "4862", "fullAnswer": "Sid\\'s kids" @@ -238234,21 +226354,11 @@ "air_date": "2005-11-01", "question": "A Rolling Stones lead singer's selections", "value": "$800", - "answer": "Mick\\'s picks", + "answer": "Mick's picks", "round": "Jeopardy!", "show_number": "4862", "fullAnswer": "Mick\\'s picks" }, - { - "category": "A COLORFUL CATEGORY", - "air_date": "2005-11-01", - "question": "Sue Ellen Cooper, seen here, has the title of Exalted Queen Mother of this society", - "value": "$800", - "answer": "Red Hat Society", - "round": "Jeopardy!", - "show_number": "4862", - "fullAnswer": "the Red Hat Society" - }, { "category": "DR. PHIL, SHAKESPEAREAN COUNSELOR", "air_date": "2005-11-01", @@ -238294,7 +226404,7 @@ "air_date": "2005-11-01", "question": "Ex-Black Sabbath singer's Muppet bears", "value": "$1000", - "answer": "Ozzy\\'s Fozzies", + "answer": "Ozzy's Fozzies", "round": "Jeopardy!", "show_number": "4862", "fullAnswer": "Ozzy\\'s Fozzies" @@ -238349,16 +226459,6 @@ "show_number": "4862", "fullAnswer": "a cartoon" }, - { - "category": "PUPPETRY ON BROADWAY", - "air_date": "2005-11-01", - "question": "(Cheryl of the Clue Crew reads from the New Amsterdam Theatre, New York, accompanied by a large puppet bird and its puppeteer.) Julie Taymor & Michael Curry designed puppets like Zazu for this 1998 Tony-award-winning musical

Zazu: \"Say it!\"", - "value": "$400", - "answer": "Lion King", - "round": "Double Jeopardy!", - "show_number": "4862", - "fullAnswer": "The Lion King" - }, { "category": "DOGE CITY", "air_date": "2005-11-01", @@ -238399,16 +226499,6 @@ "show_number": "4862", "fullAnswer": "twist ties" }, - { - "category": "ART TERMS", - "air_date": "2005-11-01", - "question": "As in the work seen here, this technique often includes photographs", - "value": "$800", - "answer": "collage", - "round": "Double Jeopardy!", - "show_number": "4862", - "fullAnswer": "collage" - }, { "category": "PUPPETRY ON BROADWAY", "air_date": "2005-11-01", @@ -238469,16 +226559,6 @@ "show_number": "4862", "fullAnswer": "egg tempera" }, - { - "category": "PUPPETRY ON BROADWAY", - "air_date": "2005-11-01", - "question": "(Sarah pets a puppet lion cub in a cage in the Gershwin Theatre, New York.) My cute little puppet friend lives here in the magical land of Oz, in this current Broadway musical", - "value": "$1200", - "answer": "Wicked", - "round": "Double Jeopardy!", - "show_number": "4862", - "fullAnswer": "Wicked" - }, { "category": "DOGE CITY", "air_date": "2005-11-01", @@ -238489,16 +226569,6 @@ "show_number": "4862", "fullAnswer": "the Bridge of Sighs" }, - { - "category": "PUT IT ON PAPER", - "air_date": "2005-11-01", - "question": "Seen here are the signatures on an instrument of this, now housed in the National Archives", - "value": "$1200", - "answer": "surrender", - "round": "Double Jeopardy!", - "show_number": "4862", - "fullAnswer": "surrender" - }, { "category": "EVEN STEPHEN", "air_date": "2005-11-01", @@ -238579,16 +226649,6 @@ "show_number": "4862", "fullAnswer": "kitsch" }, - { - "category": "PUPPETRY ON BROADWAY", - "air_date": "2005-11-01", - "question": "(Sarah of the Clue Crew reads from Golden Theatre, New York.) Rick Lyon not only designed the puppets for this musical...

Rick Lyon: \"He also performs characters like me, Trekkie Monster!\"", - "value": "$2000", - "answer": "Avenue Q", - "round": "Double Jeopardy!", - "show_number": "4862", - "fullAnswer": "Avenue Q" - }, { "category": "DOGE CITY", "air_date": "2005-11-01", @@ -238834,7 +226894,7 @@ "air_date": "1997-07-04", "question": "In 1833 Abraham Lincoln sold this company's packaged chocolate in his Salem, Ill. country store", "value": "$400", - "answer": "Baker\\'s", + "answer": "Baker's", "round": "Jeopardy!", "show_number": "2975", "fullAnswer": "Baker\\'s" @@ -238894,7 +226954,7 @@ "air_date": "1997-07-04", "question": "In 1958 this company introduced its \"Pick-A-Mix\" concept", "value": "$500", - "answer": "Brach\\'s", + "answer": "Brach's", "round": "Jeopardy!", "show_number": "2975", "fullAnswer": "Brach\\'s" @@ -239309,16 +227369,6 @@ "show_number": "4664", "fullAnswer": "sugar free" }, - { - "category": "AVIATION", - "air_date": "2004-12-09", - "question": "(Jimmy of the Clue Crew sits in front of the intake fan of a jet engine.) The jet engines of the 777 have up to 115,000 pounds of this, the physical force they generate to fight drag", - "value": "$400", - "answer": "thrust", - "round": "Jeopardy!", - "show_number": "4664", - "fullAnswer": "thrust" - }, { "category": "SIDEKICKS", "air_date": "2004-12-09", @@ -239354,7 +227404,7 @@ "air_date": "2004-12-09", "question": "A boomer was born in the '50s; a flapper was popular mainly during this decade", "value": "$400", - "answer": "\\'20s", + "answer": "'20s", "round": "Jeopardy!", "show_number": "4664", "fullAnswer": "the \\'20s" @@ -239599,16 +227649,6 @@ "show_number": "4664", "fullAnswer": "a crossing (or intersection)" }, - { - "category": "ALLITERATION", - "air_date": "2004-12-09", - "question": "An image from this type of dramatic performance is shown here", - "value": "$400", - "answer": "Passion play", - "round": "Double Jeopardy!", - "show_number": "4664", - "fullAnswer": "a Passion play" - }, { "category": "MEDIEVAL TIMES", "air_date": "2004-12-09", @@ -239719,16 +227759,6 @@ "show_number": "4664", "fullAnswer": "infinity" }, - { - "category": "ALLITERATION", - "air_date": "2004-12-09", - "question": "A bottle of this vodka brand is seen here", - "value": "$1200", - "answer": "Grey Goose", - "round": "Double Jeopardy!", - "show_number": "4664", - "fullAnswer": "Grey Goose" - }, { "category": "MEDIEVAL TIMES", "air_date": "2004-12-09", @@ -239924,21 +227954,11 @@ "air_date": "2007-04-13", "question": "Friday January 13, 1995: The first all-female crew wins a qualifying race for this contest", "value": "$400", - "answer": "America\\'s Cup", + "answer": "America's Cup", "round": "Jeopardy!", "show_number": "5210", "fullAnswer": "the America\\'s Cup" }, - { - "category": "NATIONAL PEOPLE", - "air_date": "2007-04-13", - "question": "Seen here, she's gone from supermodel to super-mogul as chief designer and CEO of her own worldwide firm", - "value": "$400", - "answer": "Kathy Ireland", - "round": "Jeopardy!", - "show_number": "5210", - "fullAnswer": "Kathy Ireland" - }, { "category": "LITERARY FILL IN THE BLANK", "air_date": "2007-04-13", @@ -239994,7 +228014,7 @@ "air_date": "2007-04-13", "question": "Her state of mind focused on still lifes & flowers of the desert Southwest", "value": "$600", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Jeopardy!", "show_number": "5210", "fullAnswer": "Georgia O\\'Keeffe" @@ -240189,16 +228209,6 @@ "show_number": "5210", "fullAnswer": "a banner" }, - { - "category": "POLITICAL, PICTORIAL BEFORE & AFTER", - "air_date": "2007-04-13", - "question": "England's holy patron and a columnist collide to form...", - "value": "$400", - "answer": "St. George Will", - "round": "Double Jeopardy!", - "show_number": "5210", - "fullAnswer": "St. George Will" - }, { "category": "ARTY FACTS", "air_date": "2007-04-13", @@ -240249,26 +228259,6 @@ "show_number": "5210", "fullAnswer": "a rebate" }, - { - "category": "POLITICAL, PICTORIAL BEFORE & AFTER", - "air_date": "2007-04-13", - "question": "A president. A 19th Century author. This", - "value": "$800", - "answer": "George Washington Irving", - "round": "Double Jeopardy!", - "show_number": "5210", - "fullAnswer": "George Washington Irving" - }, - { - "category": "ARTY FACTS", - "air_date": "2007-04-13", - "question": "Break the code and name this inventive 16th Century artist", - "value": "$800", - "answer": "Da Vinci", - "round": "Double Jeopardy!", - "show_number": "5210", - "fullAnswer": "Da Vinci" - }, { "category": "THE ANSWER LIES WITHIN", "air_date": "2007-04-13", @@ -240284,7 +228274,7 @@ "air_date": "2007-04-13", "question": "Mattoon, Illinois declared itself the \"bagel capital of the world\" after this company opened a factory there in 1986", "value": "$1200", - "answer": "Lender\\'s", + "answer": "Lender's", "round": "Double Jeopardy!", "show_number": "5210", "fullAnswer": "Lender\\'s" @@ -240299,26 +228289,6 @@ "show_number": "5210", "fullAnswer": "(Pierce) Brosnan" }, - { - "category": "MARKETING", - "air_date": "2007-04-13", - "question": "(Kelly of the Clue Crew explains a graph shown on a screen) The maturity stage of the product life cycle is often when this is reached, the condition of consumers having as much of the gizmo as the market will bear", - "value": "$1200", - "answer": "saturation", - "round": "Double Jeopardy!", - "show_number": "5210", - "fullAnswer": "saturation" - }, - { - "category": "POLITICAL, PICTORIAL BEFORE & AFTER", - "air_date": "2007-04-13", - "question": "A big democrat of today turns into a '50s Secretary of State. This", - "value": "$1200", - "answer": "Howard Dean Acheson", - "round": "Double Jeopardy!", - "show_number": "5210", - "fullAnswer": "Howard Dean Acheson" - }, { "category": "ARTY FACTS", "air_date": "2007-04-13", @@ -240369,16 +228339,6 @@ "show_number": "5210", "fullAnswer": "a focus group" }, - { - "category": "POLITICAL, PICTORIAL BEFORE & AFTER", - "air_date": "2007-04-13", - "question": "A poet from an Initially Yours category turns into a New Yorker who enjoyed Election Night 2006. Here's...", - "value": "$2,000", - "answer": "T.S. Eliot Spitzer", - "round": "Double Jeopardy!", - "show_number": "5210", - "fullAnswer": "T.S. Eliot Spitzer" - }, { "category": "ARTY FACTS", "air_date": "2007-04-13", @@ -240419,26 +228379,6 @@ "show_number": "5210", "fullAnswer": "George Lazenby" }, - { - "category": "MARKETING", - "air_date": "2007-04-13", - "question": "(Kelly of the Clue Crew explains a diagram on a screen) If an assembly company buys up part of its distribution chain, it's called vertical this, and it can happen backward and forward", - "value": "$2000", - "answer": "integration", - "round": "Double Jeopardy!", - "show_number": "5210", - "fullAnswer": "integration" - }, - { - "category": "POLITICAL, PICTORIAL BEFORE & AFTER", - "air_date": "2007-04-13", - "question": "A Dover Beach poet and a famous politician get together as...", - "value": "$2000", - "answer": "Matthew Arnold Schwarzenegger", - "round": "Double Jeopardy!", - "show_number": "5210", - "fullAnswer": "Matthew Arnold Schwarzenegger" - }, { "category": "ARTY FACTS", "air_date": "2007-04-13", @@ -241709,16 +229649,6 @@ "show_number": "5102", "fullAnswer": "an absentee" }, - { - "category": "THEATRE: HOW NOVEL!", - "air_date": "2006-11-14", - "question": "(Before the clue is given, Elisabeth Withers-Mendes from the Tony-nominated musical The Color Purple performs a cappella.)

\"Like a blade of corn/
Like a honeybee/
Like a waterfall/
All a part of me/
Like the color purple/
Where do it come from?/
Open up your eyes/
Look what God has done\"


This woman says \"The Color Purple\" changed her life; she loved the novel, acted in the film & is one of the producers of the Broadway musical", - "value": "$400", - "answer": "Oprah Winfrey", - "round": "Jeopardy!", - "show_number": "5102", - "fullAnswer": "Oprah Winfrey" - }, { "category": "THIS CATEGORY GOES TO 11", "air_date": "2006-11-14", @@ -241769,16 +229699,6 @@ "show_number": "5102", "fullAnswer": "the Tower of Babel" }, - { - "category": "MUSIC", - "air_date": "2006-11-14", - "question": "You won't need much practice to learn the piece of music seen here, the C-major one of these", - "value": "$600", - "answer": "scale", - "round": "Jeopardy!", - "show_number": "5102", - "fullAnswer": "a scale" - }, { "category": "\"NEW\" YORK", "air_date": "2006-11-14", @@ -241849,16 +229769,6 @@ "show_number": "5102", "fullAnswer": "Hercules" }, - { - "category": "MUSIC", - "air_date": "2006-11-14", - "question": "On the final chord heard here, the pianist uses the sustaining one of these", - "value": "$1000", - "answer": "pedal", - "round": "Jeopardy!", - "show_number": "5102", - "fullAnswer": "a pedal" - }, { "category": "\"NEW\" YORK", "air_date": "2006-11-14", @@ -241929,26 +229839,6 @@ "show_number": "5102", "fullAnswer": "Tina Turner" }, - { - "category": "STUPID ANSWERS: THE NEW YORK EDITION", - "air_date": "2006-11-14", - "question": "(Sarah of the Clue Crew reports from the Gershwin Theatre in New York.) I've just made my entrance on the set of this Broadway musical that opens with the song, \"No One Mourns The Wicked\"", - "value": "$800", - "answer": "Wicked", - "round": "Double Jeopardy!", - "show_number": "5102", - "fullAnswer": "Wicked" - }, - { - "category": "ISAAC-LY", - "air_date": "2006-11-14", - "question": "You don't have to have an apple fall on your head to think of this scientist seen here", - "value": "$800", - "answer": "Isaac Newton", - "round": "Double Jeopardy!", - "show_number": "5102", - "fullAnswer": "Isaac Newton" - }, { "category": "A VARIETY OF WORDS", "air_date": "2006-11-14", @@ -242049,16 +229939,6 @@ "show_number": "5102", "fullAnswer": "Shania Twain" }, - { - "category": "STUPID ANSWERS: THE NEW YORK EDITION", - "air_date": "2006-11-14", - "question": "(Jimmy, Cheryl, & Sarah of the Clue Crew walk into a New York restaurant.) We're getting ready to have a fabulous meal here at this world-famous New York restaurant at 21 West 52nd St.", - "value": "$1600", - "answer": "21", - "round": "Double Jeopardy!", - "show_number": "5102", - "fullAnswer": "21" - }, { "category": "ISAAC-LY", "air_date": "2006-11-14", @@ -242524,7 +230404,7 @@ "air_date": "2003-02-28", "question": "The Oxygen network has breathed new life into this old Garry Moore show", "value": "$800", - "answer": "I\\'ve Got A Secret", + "answer": "I've Got A Secret", "round": "Double Jeopardy!", "show_number": "4265", "fullAnswer": "I\\'ve Got A Secret" @@ -242754,7 +230634,7 @@ "air_date": "2006-12-08", "question": "Nicolas' salaries", "value": "$200", - "answer": "Cage\\'s wages", + "answer": "Cage's wages", "round": "Jeopardy!", "show_number": "5120", "fullAnswer": "Cage\\'s wages" @@ -242814,7 +230694,7 @@ "air_date": "2006-12-08", "question": "Kravitz' cents", "value": "$400", - "answer": "Lenny\\'s pennies", + "answer": "Lenny's pennies", "round": "Jeopardy!", "show_number": "5120", "fullAnswer": "Lenny\\'s pennies" @@ -242839,16 +230719,6 @@ "show_number": "5120", "fullAnswer": "a twig" }, - { - "category": "IT'S A DISASTER", - "air_date": "2006-12-08", - "question": "1937 disaster captured here", - "value": "$400", - "answer": "Hindenburg explosion", - "round": "Jeopardy!", - "show_number": "5120", - "fullAnswer": "the Hindenburg explosion" - }, { "category": "\"OOP\"S!", "air_date": "2006-12-08", @@ -242874,7 +230744,7 @@ "air_date": "2006-12-08", "question": "Winslet's wooden boxes", "value": "$600", - "answer": "Kate\\'s crates", + "answer": "Kate's crates", "round": "Jeopardy!", "show_number": "5120", "fullAnswer": "Kate\\'s crates" @@ -242934,7 +230804,7 @@ "air_date": "2006-12-08", "question": "Brad's small roles", "value": "$800", - "answer": "Pitt\\'s bits", + "answer": "Pitt's bits", "round": "Jeopardy!", "show_number": "5120", "fullAnswer": "Pitt\\'s bits" @@ -242994,7 +230864,7 @@ "air_date": "2006-12-08", "question": "Ledger's door decorations", "value": "$1000", - "answer": "Heath\\'s wreaths", + "answer": "Heath's wreaths", "round": "Jeopardy!", "show_number": "5120", "fullAnswer": "Heath\\'s wreaths" @@ -243039,16 +230909,6 @@ "show_number": "5120", "fullAnswer": "a sloop" }, - { - "category": "IOWA", - "air_date": "2006-12-08", - "question": "(Jimmy of the Clue Crew stands in front of a carnival attraction holding corn.) The Iowa State Fair features plenty of corn products--fitting for a state that in 2004 produced 2.2 billion of these units of corn", - "value": "$400", - "answer": "bushels", - "round": "Double Jeopardy!", - "show_number": "5120", - "fullAnswer": "bushels" - }, { "category": "LANDMARK CINEMA VILLAINS", "air_date": "2006-12-08", @@ -243159,16 +231019,6 @@ "show_number": "5120", "fullAnswer": "private" }, - { - "category": "IOWA", - "air_date": "2006-12-08", - "question": "(Jimmy stands in front of a wrestling match.) The men's wrestling team, with the 20 NCAA Division I titles since 1975, is part of a great tradition for the University of Iowa athletes known by this nickname", - "value": "$1200", - "answer": "Hawkeyes", - "round": "Double Jeopardy!", - "show_number": "5120", - "fullAnswer": "the Hawkeyes" - }, { "category": "LANDMARK CINEMA VILLAINS", "air_date": "2006-12-08", @@ -243259,26 +231109,6 @@ "show_number": "5120", "fullAnswer": "Lyndon Johnson" }, - { - "category": "ANTONYMS", - "air_date": "2006-12-08", - "question": "Mathematical adjective for the opposite of the quality illustrated here", - "value": "$1600", - "answer": "finite", - "round": "Double Jeopardy!", - "show_number": "5120", - "fullAnswer": "finite" - }, - { - "category": "IOWA", - "air_date": "2006-12-08", - "question": "(Kelly of the Clue Crew stands in front of a smithy.) Born in 1874, this U.S. president and famed humanitarian was the son of an Iowa blacksmith, whose shop is replicated here", - "value": "$2000", - "answer": "Herbert Hoover", - "round": "Double Jeopardy!", - "show_number": "5120", - "fullAnswer": "Herbert Hoover" - }, { "category": "LANDMARK CINEMA VILLAINS", "air_date": "2006-12-08", @@ -243479,16 +231309,6 @@ "show_number": "5756", "fullAnswer": "humor" }, - { - "category": "LIKE A BIG PIECE OF PIE?", - "air_date": "2009-09-28", - "question": "The band Warrant sang that this dish would \"put a smile on your face 10 miles wide\"", - "value": "$600", - "answer": "cherry pie", - "round": "Jeopardy!", - "show_number": "5756", - "fullAnswer": "cherry pie" - }, { "category": "THAT'S A MORAY!", "air_date": "2009-09-28", @@ -243499,16 +231319,6 @@ "show_number": "5756", "fullAnswer": "fins" }, - { - "category": "THE APARTMENT OF ENERGY", - "air_date": "2009-09-28", - "question": "(Sarah of the Clue Crew shows a symbol on the monitor.) In 2007, a new symbol was introduced to be placed inside certain devices; waves emanating from a trefoil, a skull & crossbones & a person fleeing warn that the device is a source of this", - "value": "$800", - "answer": "radiation", - "round": "Jeopardy!", - "show_number": "5756", - "fullAnswer": "radiation" - }, { "category": "ALPHABETICALLY FIRST", "air_date": "2009-09-28", @@ -243549,16 +231359,6 @@ "show_number": "5756", "fullAnswer": "humble pie" }, - { - "category": "THAT'S A MORAY!", - "air_date": "2009-09-28", - "question": "Morays like to hide in all sorts of places; the one here has taken refuge in the tube type of this other sea creature", - "value": "$800", - "answer": "sponge", - "round": "Jeopardy!", - "show_number": "5756", - "fullAnswer": "a sponge" - }, { "category": "THE APARTMENT OF ENERGY", "air_date": "2009-09-28", @@ -243599,16 +231399,6 @@ "show_number": "5756", "fullAnswer": "the lachrymal glands" }, - { - "category": "LIKE A BIG PIECE OF PIE?", - "air_date": "2009-09-28", - "question": "Seen here are this edible item & the headgear named for it", - "value": "$1000", - "answer": "porkpie", - "round": "Jeopardy!", - "show_number": "5756", - "fullAnswer": "porkpie" - }, { "category": "THAT'S A MORAY!", "air_date": "2009-09-28", @@ -243669,16 +231459,6 @@ "show_number": "5756", "fullAnswer": "North Carolina" }, - { - "category": "THAT'S A PUZZLER", - "air_date": "2009-09-28", - "question": "I heard you the first time, no need to do this", - "value": "$400", - "answer": "repeat yourself", - "round": "Double Jeopardy!", - "show_number": "5756", - "fullAnswer": "repeat yourself" - }, { "category": "THE AGE OF NATIONALISM", "air_date": "2009-09-28", @@ -243699,16 +231479,6 @@ "show_number": "5756", "fullAnswer": "Hawaii Five-O" }, - { - "category": "BRIT LIT", - "air_date": "2009-09-28", - "question": "Liza, heroine of W. Somerset Maugham's first novel, is one of these Londoners--she says money is \"'idden awy\"", - "value": "$800", - "answer": "Cockney", - "round": "Double Jeopardy!", - "show_number": "5756", - "fullAnswer": "a Cockney" - }, { "category": "COMPLETES THE PAIR", "air_date": "2009-09-28", @@ -243729,16 +231499,6 @@ "show_number": "5756", "fullAnswer": "Texas" }, - { - "category": "THAT'S A PUZZLER", - "air_date": "2009-09-28", - "question": "You go for broke when you do this", - "value": "$800", - "answer": "shoot for the Moon", - "round": "Double Jeopardy!", - "show_number": "5756", - "fullAnswer": "shoot for the Moon" - }, { "category": "THE AGE OF NATIONALISM", "air_date": "2009-09-28", @@ -243789,16 +231549,6 @@ "show_number": "5756", "fullAnswer": "New Jersey" }, - { - "category": "THAT'S A PUZZLER", - "air_date": "2009-09-28", - "question": "This phrase is the title of a book by nutritionist Victor Lindlahr", - "value": "$1200", - "answer": "you are what you eat", - "round": "Double Jeopardy!", - "show_number": "5756", - "fullAnswer": "you are what you eat" - }, { "category": "THE AGE OF NATIONALISM", "air_date": "2009-09-28", @@ -243849,16 +231599,6 @@ "show_number": "5756", "fullAnswer": "Kansas" }, - { - "category": "THAT'S A PUZZLER", - "air_date": "2009-09-28", - "question": "This happened to Mistress Ford in \"The Merry Wives of Windsor\"", - "value": "$1600", - "answer": "beaten black and blue", - "round": "Double Jeopardy!", - "show_number": "5756", - "fullAnswer": "beaten black and blue" - }, { "category": "THE AGE OF NATIONALISM", "air_date": "2009-09-28", @@ -243869,16 +231609,6 @@ "show_number": "5756", "fullAnswer": "Belgium" }, - { - "category": "WHAT THE TV TITLE MEANS", - "air_date": "2009-09-28", - "question": "Seen literally here, this stop-motion animated series was named after an item on a Chinese take-out menu", - "value": "$2000", - "answer": "Robot Chicken", - "round": "Double Jeopardy!", - "show_number": "5756", - "fullAnswer": "Robot Chicken" - }, { "category": "BRIT LIT", "air_date": "2009-09-28", @@ -244614,7 +232344,7 @@ "air_date": "1999-01-29", "question": "Sonny the breakfast cereal spokes-bird is associated with this crazy chocolatey slogan", "value": "$200", - "answer": "I\\'m Cuckoo for Cocoa Puffs", + "answer": "I'm Cuckoo for Cocoa Puffs", "round": "Jeopardy!", "show_number": "3320", "fullAnswer": "\"I\\'m Cuckoo for Cocoa Puffs\"" @@ -244744,7 +232474,7 @@ "air_date": "1999-01-29", "question": "It's why cows have bells", "value": "$400", - "answer": "It\\'s because their horns don\\'t work!", + "answer": "It's because their horns don't work!", "round": "Jeopardy!", "show_number": "3320", "fullAnswer": "It\\'s because their horns don\\'t work!" @@ -244804,7 +232534,7 @@ "air_date": "1999-01-29", "question": "It's why the skeleton didn't cross the road", "value": "$500", - "answer": "Because he didn\\'t have the guts!", + "answer": "Because he didn't have the guts!", "round": "Jeopardy!", "show_number": "3320", "fullAnswer": "Because he didn\\'t have the guts!" @@ -244864,7 +232594,7 @@ "air_date": "1999-01-29", "question": "This 1968 thriller featured Charles Grodin as a doctor consulted by a pregnant Mia Farrow", "value": "$200", - "answer": "Rosemary\\'s Baby", + "answer": "Rosemary's Baby", "round": "Double Jeopardy!", "show_number": "3320", "fullAnswer": "Rosemary\\'s Baby" @@ -244934,7 +232664,7 @@ "air_date": "1999-01-29", "question": "Famous waltz played here with \"icy\" composure", "value": "$400", - "answer": "Skater\\'s Waltz", + "answer": "Skater's Waltz", "round": "Double Jeopardy!", "show_number": "3320", "fullAnswer": "The Skater\\'s Waltz" @@ -245819,16 +233549,6 @@ "show_number": "5055", "fullAnswer": "Wednesday" }, - { - "category": "THAT'S POLITICS", - "air_date": "2006-07-28", - "question": "Depicted here, she earned a master's degree from Notre Dame in 1975", - "value": "$400", - "answer": "Condoleezza Rice", - "round": "Jeopardy!", - "show_number": "5055", - "fullAnswer": "Condoleezza Rice" - }, { "category": "DON'T GO TO PIECES", "air_date": "2006-07-28", @@ -245914,7 +233634,7 @@ "air_date": "2006-07-28", "question": "This lake whose French name means \"heart of an awl\" is at the heart of a beautiful resort area in Idaho", "value": "$800", - "answer": "Coeur d\\'Alene", + "answer": "Coeur d'Alene", "round": "Jeopardy!", "show_number": "5055", "fullAnswer": "(Lake) Coeur d\\'Alene" @@ -245939,16 +233659,6 @@ "show_number": "5055", "fullAnswer": "Saturday" }, - { - "category": "THAT'S POLITICS", - "air_date": "2006-07-28", - "question": "This man seen here holds the signed copy of SALT II, & gets biz-zay with Jimmy Carter", - "value": "$800", - "answer": "Brezhnev", - "round": "Jeopardy!", - "show_number": "5055", - "fullAnswer": "Brezhnev" - }, { "category": "DON'T GO TO PIECES", "air_date": "2006-07-28", @@ -246159,16 +233869,6 @@ "show_number": "5055", "fullAnswer": "Blockbuster" }, - { - "category": "THE CHAMBER", - "air_date": "2006-07-28", - "question": "(Cheryl of the Clue Crew shows us a hyperbaric chamber on Catalina Island, CA.) A hyperbaric chamber is also called this type of chamber, not because you relax, but because you return to normal pressure", - "value": "$1200", - "answer": "decompression chamber", - "round": "Double Jeopardy!", - "show_number": "5055", - "fullAnswer": "a decompression chamber" - }, { "category": "THE TESTAMENT", "air_date": "2006-07-28", @@ -246239,16 +233939,6 @@ "show_number": "5055", "fullAnswer": "Matthew" }, - { - "category": "THE BRETHREN", - "air_date": "2006-07-28", - "question": "It's not Ronde Barber so it must be this twin & fellow NFL star", - "value": "$1600", - "answer": "Tiki Barber", - "round": "Double Jeopardy!", - "show_number": "5055", - "fullAnswer": "Tiki Barber" - }, { "category": "THE PARTNER", "air_date": "2006-07-28", @@ -246399,16 +234089,6 @@ "show_number": "5487", "fullAnswer": "two in the bush" }, - { - "category": "POPE-POURRI", - "air_date": "2008-06-17", - "question": "(Sarah reports from the cathedral in Lima, Peru.) On his visit to Latin America in 1985 he crowned this statue of the Virgin de la Evangelizacion here in Lima's cathedral", - "value": "$400", - "answer": "Pope John Paul II", - "round": "Jeopardy!", - "show_number": "5487", - "fullAnswer": "Pope John Paul II" - }, { "category": "FROM BOOK TO BIG SCREEN", "air_date": "2008-06-17", @@ -246489,16 +234169,6 @@ "show_number": "5487", "fullAnswer": "spinach" }, - { - "category": "NATION STATION", - "air_date": "2008-06-17", - "question": "Seen here is the flag of this African republic that declared its independence in 1847", - "value": "$600", - "answer": "Liberia", - "round": "Jeopardy!", - "show_number": "5487", - "fullAnswer": "Liberia" - }, { "category": "TYCOONS", "air_date": "2008-06-17", @@ -246594,7 +234264,7 @@ "air_date": "2008-06-17", "question": "This 1962 novel by Ken Kesey was adapted for the big screen in 1975 & won 5 Academy Awards", "value": "$1000", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Jeopardy!", "show_number": "5487", "fullAnswer": "One Flew Over the Cuckoo\\'s Nest" @@ -246914,7 +234584,7 @@ "air_date": "2008-06-17", "question": "In 1978 it became the first airport that was hub to 2 airlines--American & United", "value": "$4,000", - "answer": "Chicago O\\'Hare", + "answer": "Chicago O'Hare", "round": "Double Jeopardy!", "show_number": "5487", "fullAnswer": "Chicago O\\'Hare" @@ -247804,7 +235474,7 @@ "air_date": "1990-01-19", "question": "In Cole Porter's song, the title line that follows \"Send me off forever, but I ask you, please...\"", "value": "$500", - "answer": "Don\\'t Fence Me In", + "answer": "Don't Fence Me In", "round": "Jeopardy!", "show_number": "1245", "fullAnswer": "\"Don\\'t Fence Me In\"" @@ -248159,16 +235829,6 @@ "show_number": "5271", "fullAnswer": "Norway" }, - { - "category": "THE NEW YORK TIMES PHOTOGRAPHY", - "air_date": "2007-07-09", - "question": "Location in North Carolina forever associated with the 1903 event seen here", - "value": "$200", - "answer": "Kitty Hawk", - "round": "Jeopardy!", - "show_number": "5271", - "fullAnswer": "Kitty Hawk" - }, { "category": "ENDS IN \"EE\"", "air_date": "2007-07-09", @@ -248179,16 +235839,6 @@ "show_number": "5271", "fullAnswer": "a Yankee" }, - { - "category": "MYTHOLOGY & ART", - "air_date": "2007-07-09", - "question": "If you visit the Louvre, hunt for Houdon's statue of this Roman goddess, seen here", - "value": "$400", - "answer": "Diana", - "round": "Jeopardy!", - "show_number": "5271", - "fullAnswer": "Diana" - }, { "category": "REUNITED", "air_date": "2007-07-09", @@ -248219,16 +235869,6 @@ "show_number": "5271", "fullAnswer": "Tigris & Euphrates" }, - { - "category": "THE NEW YORK TIMES PHOTOGRAPHY", - "air_date": "2007-07-09", - "question": "Open wide, Pete! It's treat time for you on your 44th birthday at this New York City burroughs' zoo", - "value": "$400", - "answer": "Bronx", - "round": "Jeopardy!", - "show_number": "5271", - "fullAnswer": "The Bronx" - }, { "category": "ENDS IN \"EE\"", "air_date": "2007-07-09", @@ -248269,26 +235909,6 @@ "show_number": "5271", "fullAnswer": "the Ragdoll" }, - { - "category": "CITYSCAPE", - "air_date": "2007-07-09", - "question": "(Cheryl of the Clue Crew reports.) With a population of close to 10 million, it's the only city in the world that spans two continents", - "value": "$600", - "answer": "Istanbul", - "round": "Jeopardy!", - "show_number": "5271", - "fullAnswer": "Istanbul" - }, - { - "category": "THE NEW YORK TIMES PHOTOGRAPHY", - "air_date": "2007-07-09", - "question": "This famed labor leader is seen demonstrating in 1969", - "value": "$600", - "answer": "César Chávez", - "round": "Jeopardy!", - "show_number": "5271", - "fullAnswer": "César Chávez" - }, { "category": "ENDS IN \"EE\"", "air_date": "2007-07-09", @@ -248299,16 +235919,6 @@ "show_number": "5271", "fullAnswer": "a matinee" }, - { - "category": "MYTHOLOGY & ART", - "air_date": "2007-07-09", - "question": "(Cheryl of the Clue Crew reports.) If you take a closer look at the painting \"Primavera\" you'll see the trio of elegant goddesses known by this collective name", - "value": "$800", - "answer": "Graces", - "round": "Jeopardy!", - "show_number": "5271", - "fullAnswer": "The Graces" - }, { "category": "REUNITED", "air_date": "2007-07-09", @@ -248339,16 +235949,6 @@ "show_number": "5271", "fullAnswer": "China" }, - { - "category": "THE NEW YORK TIMES PHOTOGRAPHY", - "air_date": "2007-07-09", - "question": "Seen here is a dramatic 1937 photo of a tragedy in this New Jersey town", - "value": "$800", - "answer": "Lakehurst", - "round": "Jeopardy!", - "show_number": "5271", - "fullAnswer": "Lakehurst" - }, { "category": "ENDS IN \"EE\"", "air_date": "2007-07-09", @@ -248399,16 +235999,6 @@ "show_number": "5271", "fullAnswer": "Nicosia" }, - { - "category": "THE NEW YORK TIMES PHOTOGRAPHY", - "air_date": "2007-07-09", - "question": "Seen here is landmark in 1920; the dedication would not come until 2 years later", - "value": "$1000", - "answer": "Lincoln Memorial", - "round": "Jeopardy!", - "show_number": "5271", - "fullAnswer": "the Lincoln Memorial" - }, { "category": "ENDS IN \"EE\"", "air_date": "2007-07-09", @@ -248429,16 +236019,6 @@ "show_number": "5271", "fullAnswer": "a duel" }, - { - "category": "ACTORS ON LOCATION", - "air_date": "2007-07-09", - "question": "In this 1959 film James Mason is a bad, bad man at the location shown here", - "value": "$400", - "answer": "North by Northwest", - "round": "Double Jeopardy!", - "show_number": "5271", - "fullAnswer": "North by Northwest" - }, { "category": "A WORLD OF PLAYWRIGHTS", "air_date": "2007-07-09", @@ -248489,26 +236069,6 @@ "show_number": "5271", "fullAnswer": "television" }, - { - "category": "ACTORS ON LOCATION", - "air_date": "2007-07-09", - "question": "Charlton Heston encounters the item seen here on the beach in this 1968 film", - "value": "$800", - "answer": "Planet of the Apes", - "round": "Double Jeopardy!", - "show_number": "5271", - "fullAnswer": "Planet of the Apes" - }, - { - "category": "A WORLD OF PLAYWRIGHTS", - "air_date": "2007-07-09", - "question": "The troubled life of this Irish-born playwright has inspired several plays including The Judas Kiss and Gross Indecency", - "value": "$800", - "answer": "Wilde", - "round": "Double Jeopardy!", - "show_number": "5271", - "fullAnswer": "(Oscar) Wilde" - }, { "category": "AIR APPARENT", "air_date": "2007-07-09", @@ -248549,16 +236109,6 @@ "show_number": "5271", "fullAnswer": "Verdi" }, - { - "category": "ACTORS ON LOCATION", - "air_date": "2007-07-09", - "question": "The landmark seen here is where François Truffaut looks to the skies in this film", - "value": "$1200", - "answer": "Close Encounters of the Third Kind", - "round": "Double Jeopardy!", - "show_number": "5271", - "fullAnswer": "Close Encounters of the Third Kind" - }, { "category": "A WORLD OF PLAYWRIGHTS", "air_date": "2007-07-09", @@ -248609,16 +236159,6 @@ "show_number": "5271", "fullAnswer": "Strauss (the Younger)" }, - { - "category": "ACTORS ON LOCATION", - "air_date": "2007-07-09", - "question": "You're looking at one place Matthew Broderick and Mia Sara have a ball playing hooky in this film", - "value": "$1600", - "answer": "Ferris Bueller\\'s Day Off", - "round": "Double Jeopardy!", - "show_number": "5271", - "fullAnswer": "Ferris Bueller\\'s Day Off" - }, { "category": "A WORLD OF PLAYWRIGHTS", "air_date": "2007-07-09", @@ -248669,16 +236209,6 @@ "show_number": "5271", "fullAnswer": "Das Rheingold" }, - { - "category": "ACTORS ON LOCATION", - "air_date": "2007-07-09", - "question": "At the spot seen here, Dorothy McGuire & Jean Peters wish for love in this 1954 film", - "value": "$2000", - "answer": "Three Coins in the Fountain", - "round": "Double Jeopardy!", - "show_number": "5271", - "fullAnswer": "Three Coins in the Fountain" - }, { "category": "A WORLD OF PLAYWRIGHTS", "air_date": "2007-07-09", @@ -249529,16 +237059,6 @@ "show_number": "6226", "fullAnswer": "Cornell" }, - { - "category": "THE LAND OF THE BIBLE", - "air_date": "2011-10-17", - "question": "(Sarah of the Clue Crew stands in the Jordan River in Israel.) In the Book of Joshua, as soon as the men carrying this holy object set foot here in the Jordan River, it dried up, allowing them to cross", - "value": "$800", - "answer": "Ark of the Covenant", - "round": "Jeopardy!", - "show_number": "6226", - "fullAnswer": "the Ark of the Covenant" - }, { "category": "NAME DROPPING AT THE MALL", "air_date": "2011-10-17", @@ -249779,16 +237299,6 @@ "show_number": "6226", "fullAnswer": "Kim Basinger" }, - { - "category": "COLLEGE KNOWLEDGE", - "air_date": "2011-10-17", - "question": "Notre Dame's \"Word of Life\" mural, depicting Christ as a teacher, is known on the football-loving campus as this", - "value": "$1200", - "answer": "Touchdown Jesus", - "round": "Double Jeopardy!", - "show_number": "6226", - "fullAnswer": "Touchdown Jesus" - }, { "category": "WORD DERIVATIONS", "air_date": "2011-10-17", @@ -249944,7 +237454,7 @@ "air_date": "2011-10-17", "question": "To mark an historic visit, on May 17 an Irish army band played this song followed by Ireland's anthem", "value": null, - "answer": "\\God Save The Queen\\", + "answer": "God Save The Queen", "round": "Final Jeopardy!", "show_number": "6226", "fullAnswer": "\\\"God Save The Queen\\\"" @@ -250059,16 +237569,6 @@ "show_number": "5296", "fullAnswer": "cream cheese" }, - { - "category": "6-LETTER WORDS", - "air_date": "2007-09-24", - "question": "(Sarah of the Clue Crew reads the clue holding a hairpiece.)
The name of this long hairpiece is a homonym for a device that turns electric current on and off", - "value": "$400", - "answer": "switch", - "round": "Jeopardy!", - "show_number": "5296", - "fullAnswer": "a switch" - }, { "category": "20th CENTURY USA", "air_date": "2007-09-24", @@ -250159,26 +237659,6 @@ "show_number": "5296", "fullAnswer": "camembert" }, - { - "category": "6-LETTER WORDS", - "air_date": "2007-09-24", - "question": "(Cheryl of the Clue Crew gives the clue.)
Because it does not allow light to pass through it, thick nylon, which is not transparent, is described as this from the Latin for \"shaded\"", - "value": "$800", - "answer": "opaque", - "round": "Jeopardy!", - "show_number": "5296", - "fullAnswer": "opaque" - }, - { - "category": "POP CULTURE", - "air_date": "2007-09-24", - "question": "Michael C. Hall of \"6 Feet Under\" went to Showtime to play this homicidal title character seen here

\"Blood--sometimes it sets my teeth on edge.\"", - "value": "$1000", - "answer": "Dexter", - "round": "Jeopardy!", - "show_number": "5296", - "fullAnswer": "Dexter" - }, { "category": "SCIENCE GRAB BAG", "air_date": "2007-09-24", @@ -250234,7 +237714,7 @@ "air_date": "2007-09-24", "question": "Brunhilde is in 3 of the operas in this cycle, & Birgit Nilsson sang the role in all 3", "value": "$400", - "answer": "Wagner\\'s Ring Cycle", + "answer": "Wagner's Ring Cycle", "round": "Double Jeopardy!", "show_number": "5296", "fullAnswer": "Wagner\\'s Ring Cycle" @@ -250259,16 +237739,6 @@ "show_number": "5296", "fullAnswer": "Good King Wenceslas" }, - { - "category": "ID CARDS", - "air_date": "2007-09-24", - "question": "Born in Wallace, Idaho in 1921 she gained fame and fortune as Hollywood's \"sweater girl\"", - "value": "$400", - "answer": "Lana Turner", - "round": "Double Jeopardy!", - "show_number": "5296", - "fullAnswer": "Lana Turner" - }, { "category": "LITERARY LOCALES", "air_date": "2007-09-24", @@ -250319,16 +237789,6 @@ "show_number": "5296", "fullAnswer": "Charles IV" }, - { - "category": "ID CARDS", - "air_date": "2007-09-24", - "question": "This Idaho-born sculptor is seen here with his best-known work", - "value": "$800", - "answer": "Borglum", - "round": "Double Jeopardy!", - "show_number": "5296", - "fullAnswer": "(Gutzon) Borglum" - }, { "category": "LITERARY LOCALES", "air_date": "2007-09-24", @@ -250379,16 +237839,6 @@ "show_number": "5296", "fullAnswer": "Protestant" }, - { - "category": "ID CARDS", - "air_date": "2007-09-24", - "question": "Born in Triumph, she triumphed at the 1998 Winter Olympics in the super giant slalom, winning a gold medal", - "value": "$1200", - "answer": "Picabo Street", - "round": "Double Jeopardy!", - "show_number": "5296", - "fullAnswer": "Picabo Street" - }, { "category": "LITERARY LOCALES", "air_date": "2007-09-24", @@ -250404,7 +237854,7 @@ "air_date": "2007-09-24", "question": "I know it's confusing, but in this movie sequel, Julia Roberts played Tess, who impersonated Julia Roberts", "value": "$1600", - "answer": "Ocean\\'s Twelve", + "answer": "Ocean's Twelve", "round": "Double Jeopardy!", "show_number": "5296", "fullAnswer": "Ocean\\'s Twelve" @@ -250429,16 +237879,6 @@ "show_number": "5296", "fullAnswer": "Quetzalcoatl" }, - { - "category": "ID CARDS", - "air_date": "2007-09-24", - "question": "This controversial poet was born in Hailey in 1885 & later broadcast propaganda in WWII", - "value": "$1600", - "answer": "Ezra Pound", - "round": "Double Jeopardy!", - "show_number": "5296", - "fullAnswer": "Ezra Pound" - }, { "category": "LITERARY LOCALES", "air_date": "2007-09-24", @@ -250479,16 +237919,6 @@ "show_number": "5296", "fullAnswer": "Qatar" }, - { - "category": "ID CARDS", - "air_date": "2007-09-24", - "question": "A U.S. senator from 1957 to 1981, this Boise Idaho native led controversial investigations of the CIA in the late 1970s", - "value": "$2000", - "answer": "Frank Church", - "round": "Double Jeopardy!", - "show_number": "5296", - "fullAnswer": "Frank Church" - }, { "category": "AUTHORS", "air_date": "2007-09-24", @@ -250499,16 +237929,6 @@ "show_number": "5296", "fullAnswer": "Edgar Rice Burroughs" }, - { - "category": "LET'S LEARN LATVIAN", - "air_date": "2005-12-28", - "question": "(Jon of the Clue Crew holds up a pretty necklace in a shop in Riga, Latvia.) At many Latvian markets, you can find jewelry made from dzintars, this translucent fossil resin that's plentiful here", - "value": "$200", - "answer": "amber", - "round": "Jeopardy!", - "show_number": "4903", - "fullAnswer": "amber" - }, { "category": "ENTERTAINMENT AWARDS", "air_date": "2005-12-28", @@ -250674,7 +238094,7 @@ "air_date": "2005-12-28", "question": "One mind's moat is another mind's prison", "value": "$600", - "answer": "One man\\'s meat is another man\\'s poison", + "answer": "One man's meat is another man's poison", "round": "Jeopardy!", "show_number": "4903", "fullAnswer": "One man\\'s meat is another man\\'s poison" @@ -250749,16 +238169,6 @@ "show_number": "4903", "fullAnswer": "maize" }, - { - "category": "ENTERTAINMENT AWARDS", - "air_date": "2005-12-28", - "question": "(Former NAACP president Kweisi Mfume reads the clue.) The NAACP's Image Awards were founded during a meeting at the home of this member of Hollywood's Rat Pack", - "value": "$1000", - "answer": "Sammy Davis, Jr.", - "round": "Jeopardy!", - "show_number": "4903", - "fullAnswer": "Sammy Davis, Jr." - }, { "category": "GET YOUR GROUP TOGETHER", "air_date": "2005-12-28", @@ -250849,16 +238259,6 @@ "show_number": "4903", "fullAnswer": "a gondola" }, - { - "category": "ARCHITECTURE", - "air_date": "2005-12-28", - "question": "The house seen here
is by Adolf Loos, who hated this, a word related to adorn, & wrote an essay against it", - "value": "$800", - "answer": "ornament", - "round": "Double Jeopardy!", - "show_number": "4903", - "fullAnswer": "ornament" - }, { "category": "MOVIE QUOTES", "air_date": "2005-12-28", @@ -250959,16 +238359,6 @@ "show_number": "4903", "fullAnswer": "Algonquin" }, - { - "category": "ARCHITECTURE", - "air_date": "2005-12-28", - "question": "This medieval style exemplified here was weightier than Gothic, which followed it", - "value": "$1600", - "answer": "Romanesque", - "round": "Double Jeopardy!", - "show_number": "4903", - "fullAnswer": "Romanesque" - }, { "category": "MOVIE QUOTES", "air_date": "2005-12-28", @@ -251049,16 +238439,6 @@ "show_number": "4903", "fullAnswer": "the tip of the tail" }, - { - "category": "\"GON\" TOMORROW", - "air_date": "2005-12-28", - "question": "The delightful stylings of this Rococo master are seen here", - "value": "$2000", - "answer": "Fragonard", - "round": "Double Jeopardy!", - "show_number": "4903", - "fullAnswer": "Fragonard" - }, { "category": "PULITZER PRIZE-WINNING PLAYS", "air_date": "2005-12-28", @@ -251139,16 +238519,6 @@ "show_number": "5648", "fullAnswer": "Florida" }, - { - "category": "MOVIES' LAST LINES", - "air_date": "2009-03-11", - "question": "1964:
\"Mein Fuhrer, I can walk!\"", - "value": "$400", - "answer": "Dr. Strangelove", - "round": "Jeopardy!", - "show_number": "5648", - "fullAnswer": "Dr. Strangelove" - }, { "category": "BANK ON IT", "air_date": "2009-03-11", @@ -251199,16 +238569,6 @@ "show_number": "5648", "fullAnswer": "sauerkraut" }, - { - "category": "MOVIES' LAST LINES", - "air_date": "2009-03-11", - "question": "1941:
\"The, uh, stuff that dreams are made of\"", - "value": "$600", - "answer": "Maltese Falcon", - "round": "Jeopardy!", - "show_number": "5648", - "fullAnswer": "The Maltese Falcon" - }, { "category": "BANK ON IT", "air_date": "2009-03-11", @@ -251469,16 +238829,6 @@ "show_number": "5648", "fullAnswer": "a handkercheif hem" }, - { - "category": "ARE YOU SMARTER THAN A 15th GRADER?", - "air_date": "2009-03-11", - "question": "Every 15th grade music major can identify this note seen here", - "value": "$800", - "answer": "G ", - "round": "Double Jeopardy!", - "show_number": "5648", - "fullAnswer": "a G (a quarter note accepted)" - }, { "category": "THE JOURNEY OF LIFE", "air_date": "2009-03-11", @@ -251579,26 +238929,6 @@ "show_number": "5648", "fullAnswer": "William Westmoreland" }, - { - "category": "A DAMSEL IN THIS DRESS", - "air_date": "2009-03-11", - "question": "I had to know where Faye's party dress was from, and when I got a peek at the logo, I knew it was this designer", - "value": "$1600", - "answer": "Jessica McClintock", - "round": "Double Jeopardy!", - "show_number": "5648", - "fullAnswer": "Jessica McClintock" - }, - { - "category": "ARE YOU SMARTER THAN A 15th GRADER?", - "air_date": "2009-03-11", - "question": "15th grade physics whizzes know it's the force described by the equation seen here", - "value": "$1600", - "answer": "gravity", - "round": "Double Jeopardy!", - "show_number": "5648", - "fullAnswer": "gravity" - }, { "category": "THE JOURNEY OF LIFE", "air_date": "2009-03-11", @@ -251719,16 +239049,6 @@ "show_number": "4657", "fullAnswer": "love" }, - { - "category": "SOME BRAINTEASERS ABOUT SEINFELD", - "air_date": "2004-11-30", - "question": "(Jerry Seinfeld reads the clue.) This Season 7 episode revealed that this store owner was based on a real person

\"Very good. You know something?\"
\"Hm?\"
\"No soup for you!\"
", - "value": "$200", - "answer": "Soup Nazi", - "round": "Jeopardy!", - "show_number": "4657", - "fullAnswer": "the Soup Nazi" - }, { "category": "NO SOUP FOR YOU!", "air_date": "2004-11-30", @@ -251779,16 +239099,6 @@ "show_number": "4657", "fullAnswer": "nada" }, - { - "category": "SOME BRAINTEASERS ABOUT SEINFELD", - "air_date": "2004-11-30", - "question": "\"A Christmas present?\"
\"That's right.\"
\"For who?\"
\"For you!\"
\"Oh! Get out of here!\"


(Julia Louis-Dreyfus reads the clue.) In that scene from Season 3, George's gift to Elaine was this article of clothing--a bargain because of a flaw: a small red dot", - "value": "$400", - "answer": "sweater", - "round": "Jeopardy!", - "show_number": "4657", - "fullAnswer": "a sweater" - }, { "category": "NO SOUP FOR YOU!", "air_date": "2004-11-30", @@ -251899,16 +239209,6 @@ "show_number": "4657", "fullAnswer": "void" }, - { - "category": "SOME BRAINTEASERS ABOUT SEINFELD", - "air_date": "2004-11-30", - "question": "\"I'm out.\"

(Michael Richards reads the clue.) When he wrote that classic episode from Season 4, this Seinfeld co-creator turned curbing his enthusiasm into an Emmy", - "value": "$800", - "answer": "Larry David", - "round": "Jeopardy!", - "show_number": "4657", - "fullAnswer": "Larry David" - }, { "category": "NO SOUP FOR YOU!", "air_date": "2004-11-30", @@ -251959,16 +239259,6 @@ "show_number": "4657", "fullAnswer": "nonentity" }, - { - "category": "SOME BRAINTEASERS ABOUT SEINFELD", - "air_date": "2004-11-30", - "question": "(Jerry Seinfeld reads the clue.) Kramer dated a \"low-talker\" who designed this, also the title of the episode from Season 5

\"I... I can't wear this!\"
\"Hey, this looks better than anything you own.\"
", - "value": "$1000", - "answer": "puffy shirt", - "round": "Jeopardy!", - "show_number": "4657", - "fullAnswer": "the puffy shirt" - }, { "category": "ZOOLOGY", "air_date": "2004-11-30", @@ -252279,16 +239569,6 @@ "show_number": "4877", "fullAnswer": "I Love Lucy" }, - { - "category": "AMERICAN WOMAN", - "air_date": "2005-11-22", - "question": "A dollar says you can't name this American heroine seen here", - "value": "$200", - "answer": "Anthony", - "round": "Jeopardy!", - "show_number": "4877", - "fullAnswer": "(Susan B.) Anthony" - }, { "category": "PRESIDENTIAL FAST FACTS", "air_date": "2005-11-22", @@ -252339,16 +239619,6 @@ "show_number": "4877", "fullAnswer": "Taxi" }, - { - "category": "AMERICAN WOMAN", - "air_date": "2005-11-22", - "question": "She was the \"Plains\" Jane seen here", - "value": "$400", - "answer": "Calamity Jane", - "round": "Jeopardy!", - "show_number": "4877", - "fullAnswer": "Calamity Jane" - }, { "category": "PRESIDENTIAL FAST FACTS", "air_date": "2005-11-22", @@ -252369,16 +239639,6 @@ "show_number": "4877", "fullAnswer": "the monkey" }, - { - "category": "RHYME TIME", - "air_date": "2005-11-22", - "question": "Glow with nostalgia & name this brand seen here", - "value": "$400", - "answer": "Lite-Brite", - "round": "Jeopardy!", - "show_number": "4877", - "fullAnswer": "Lite-Brite" - }, { "category": "EUROPE", "air_date": "2005-11-22", @@ -252399,16 +239659,6 @@ "show_number": "4877", "fullAnswer": "The Love Boat" }, - { - "category": "AMERICAN WOMAN", - "air_date": "2005-11-22", - "question": "This high-flying Atchison, Kansas native once remarked, \"Women must try to do things as men have tried\"", - "value": "$600", - "answer": "Earhart", - "round": "Jeopardy!", - "show_number": "4877", - "fullAnswer": "(Amelia) Earhart" - }, { "category": "PRESIDENTIAL FAST FACTS", "air_date": "2005-11-22", @@ -252459,16 +239709,6 @@ "show_number": "4877", "fullAnswer": "Columbo" }, - { - "category": "AMERICAN WOMAN", - "air_date": "2005-11-22", - "question": "The American lady seen here, she knew all that jazz & more", - "value": "$800", - "answer": "Billie Holiday", - "round": "Jeopardy!", - "show_number": "4877", - "fullAnswer": "Billie Holiday" - }, { "category": "PRESIDENTIAL FAST FACTS", "air_date": "2005-11-22", @@ -252489,16 +239729,6 @@ "show_number": "4877", "fullAnswer": "the horse" }, - { - "category": "RHYME TIME", - "air_date": "2005-11-22", - "question": "This kids' show features the colorful character seen here", - "value": "$800", - "answer": "Blue\\'s Clues", - "round": "Jeopardy!", - "show_number": "4877", - "fullAnswer": "Blue\\'s Clues" - }, { "category": "EUROPE", "air_date": "2005-11-22", @@ -252519,16 +239749,6 @@ "show_number": "4877", "fullAnswer": "All in the Family" }, - { - "category": "AMERICAN WOMAN", - "air_date": "2005-11-22", - "question": "The former editor & Playboy bunny seen here, she spent time in India & learned about nonviolent activism", - "value": "$1000", - "answer": "Steinem", - "round": "Jeopardy!", - "show_number": "4877", - "fullAnswer": "(Gloria) Steinem" - }, { "category": "PRESIDENTIAL FAST FACTS", "air_date": "2005-11-22", @@ -252539,16 +239759,6 @@ "show_number": "4877", "fullAnswer": "Harry Truman" }, - { - "category": "A BEASTLY CATEGORY", - "air_date": "2005-11-22", - "question": "(Jeff Probst reads from Guatemala.) Many Mayan temples and works of art were devoted to this cat, Panthera onca, revered as a god of the underworld", - "value": "$1000", - "answer": "jaguar", - "round": "Jeopardy!", - "show_number": "4877", - "fullAnswer": "the jaguar" - }, { "category": "RHYME TIME", "air_date": "2005-11-22", @@ -252649,16 +239859,6 @@ "show_number": "4877", "fullAnswer": "(Alexander) Calder" }, - { - "category": "GET A GRIP", - "air_date": "2005-11-22", - "question": "(Sarah of the Clue Crew shows off a spray bottle of window cleaning fluid.) From its trigger & the way it fits in my hand, it's the term for this grip, even on a nonmenacing bottle of cleaning fluid", - "value": "$800", - "answer": "pistol grip", - "round": "Double Jeopardy!", - "show_number": "4877", - "fullAnswer": "a pistol grip" - }, { "category": "ALSO A STATE CAPITAL", "air_date": "2005-11-22", @@ -252744,21 +239944,11 @@ "air_date": "2005-11-22", "question": "Between the 4th & 5th Crusades came the one known as this in which thousands were sold into slavery or died", "value": "$1600", - "answer": "Children\\'s Crusade", + "answer": "Children's Crusade", "round": "Double Jeopardy!", "show_number": "4877", "fullAnswer": "the Children\\'s Crusade" }, - { - "category": "AUSSIE ENTERTAINERS", - "air_date": "2005-11-22", - "question": "This Sydney-born actress, now on U.S. TV, has sisters named Rosie, Lily, Daisy & Marigold", - "value": "$1600", - "answer": "Poppy Montgomery", - "round": "Double Jeopardy!", - "show_number": "4877", - "fullAnswer": "Poppy Montgomery" - }, { "category": "SCULPTORS", "air_date": "2005-11-22", @@ -252789,16 +239979,6 @@ "show_number": "4877", "fullAnswer": "Concord" }, - { - "category": "SOFT \"G\"", - "air_date": "2005-11-22", - "question": "The lines & shapes on ancient Greek pottery like the item seen here gave the art of the period this name", - "value": "$1600", - "answer": "Geometric", - "round": "Double Jeopardy!", - "show_number": "4877", - "fullAnswer": "Geometric" - }, { "category": "THE CRUSADES", "air_date": "2005-11-22", @@ -252829,16 +240009,6 @@ "show_number": "4877", "fullAnswer": "Praxiteles" }, - { - "category": "GET A GRIP", - "air_date": "2005-11-22", - "question": "(Jimmy of the Clue Crew pretends to play ping-pong.) In table tennis, this grip named for the way you hold something else gives you a good forehand but an awkward backhand", - "value": "$2000", - "answer": "penholder grip", - "round": "Double Jeopardy!", - "show_number": "4877", - "fullAnswer": "the penholder grip" - }, { "category": "ALSO A STATE CAPITAL", "air_date": "2005-11-22", @@ -252849,16 +240019,6 @@ "show_number": "4877", "fullAnswer": "Olympia" }, - { - "category": "SOFT \"G\"", - "air_date": "2005-11-22", - "question": "The blue type of this flower seen here is common in the Eastern U.S.", - "value": "$2000", - "answer": "gentian", - "round": "Double Jeopardy!", - "show_number": "4877", - "fullAnswer": "gentian" - }, { "category": "20th CENTURY BOOKS", "air_date": "2005-11-22", @@ -253264,7 +240424,7 @@ "air_date": "2003-02-06", "question": "S.F.'s Butter Restaurant serves these pasta rings that come from a can, \"like your babysitter used to make\"", "value": "$800", - "answer": "SpaghettiO\\'s", + "answer": "SpaghettiO's", "round": "Double Jeopardy!", "show_number": "4249", "fullAnswer": "SpaghettiO\\'s" @@ -253274,7 +240434,7 @@ "air_date": "2003-02-06", "question": "It's the main reason why 19-year-old Anne Elliot's family won't let her marry Frederick Wentworth", "value": "$800", - "answer": "he doesn\\'t have enough money", + "answer": "he doesn't have enough money", "round": "Double Jeopardy!", "show_number": "4249", "fullAnswer": "he doesn\\'t have enough money" @@ -253939,16 +241099,6 @@ "show_number": "6242", "fullAnswer": "Kamehameha" }, - { - "category": "TURTLES & TORTOISES", - "air_date": "2011-11-08", - "question": "(Alex kneels next to a tortoise on the beach in the Galapagos Islands, Ecuador.) On lush islands, dome-shaped tortoises slowly plow through the brush; but where there's less vegetation & they have to reach higher to obtain food, some tortoises can do this because their shells are shaped like this equine accessory", - "value": "$1200", - "answer": "saddle", - "round": "Double Jeopardy!", - "show_number": "6242", - "fullAnswer": "a saddle" - }, { "category": "MAKE YOUR OWN SPY NOVEL TITLES", "air_date": "2011-11-08", @@ -254034,7 +241184,7 @@ "air_date": "2011-11-08", "question": "\"Mac's Mom Burns her House Down\" &
\"Frank Sets Sweet Dee on Fire\"", "value": "$2000", - "answer": "It\\'s Always Sunny in Philadelphia", + "answer": "It's Always Sunny in Philadelphia", "round": "Double Jeopardy!", "show_number": "6242", "fullAnswer": "It\\'s Always Sunny in Philadelphia" @@ -254379,16 +241529,6 @@ "show_number": "4820", "fullAnswer": "Nine Inch Nails" }, - { - "category": "CREDIT", - "air_date": "2005-07-15", - "question": "A forgotten wallet led to the creation of this charge card, whose logo is seen here", - "value": "$1000", - "answer": "Diner\\'s Club", - "round": "Jeopardy!", - "show_number": "4820", - "fullAnswer": "Diner\\'s Club" - }, { "category": "SEINFELD BEFORE & AFTER", "air_date": "2005-07-15", @@ -254489,16 +241629,6 @@ "show_number": "4820", "fullAnswer": "a muumuu" }, - { - "category": "DWIGHT D. EISENHOWER", - "air_date": "2005-07-15", - "question": "(Sarah of the Clue Crew reports from the Eisenhower Center in Abilene, KS.) In 1945 Eisenhower became the only American ever to be awarded this nation's Order of Victory", - "value": "$1200", - "answer": "Soviet Union", - "round": "Double Jeopardy!", - "show_number": "4820", - "fullAnswer": "the Soviet Union" - }, { "category": "SEINFELD BEFORE & AFTER", "air_date": "2005-07-15", @@ -254609,16 +241739,6 @@ "show_number": "4820", "fullAnswer": "a duumvirate" }, - { - "category": "DWIGHT D. EISENHOWER", - "air_date": "2005-07-15", - "question": "(Sarah of the Clue Crew reports from the Eisenhower Center in Abilene, KS.) Ike's worst loss was his 3-year-old son, buried here. He was named this, his mother's maiden name, but called \"Icky\"", - "value": "$2000", - "answer": "Doud", - "round": "Double Jeopardy!", - "show_number": "4820", - "fullAnswer": "Doud" - }, { "category": "SEINFELD BEFORE & AFTER", "air_date": "2005-07-15", @@ -254634,21 +241754,11 @@ "air_date": "2005-07-15", "question": "Robert Anderson's \"You Know I Can't Hear You...\"", "value": "$2000", - "answer": "When the Water\\'s Running", + "answer": "When the Water's Running", "round": "Double Jeopardy!", "show_number": "4820", "fullAnswer": "When the Water\\'s Running" }, - { - "category": "GEOGRAPHIC DOGS", - "air_date": "2005-07-15", - "question": "This favorite of the British royalty is seen here", - "value": "$2000", - "answer": "Welsh Corgi", - "round": "Double Jeopardy!", - "show_number": "4820", - "fullAnswer": "the Welsh Corgi" - }, { "category": "QUOTES!", "air_date": "2005-07-15", @@ -254674,7 +241784,7 @@ "air_date": "2005-07-15", "question": "This 1952 classic contains the line \"No one was with her when she died\"", "value": null, - "answer": "Charlotte\\'s Web", + "answer": "Charlotte's Web", "round": "Final Jeopardy!", "show_number": "4820", "fullAnswer": "Charlotte\\'s Web" @@ -254769,16 +241879,6 @@ "show_number": "5123", "fullAnswer": "a mermaid" }, - { - "category": "MORE TANGENTIAL ETRUSCAN POTPOURRI", - "air_date": "2006-12-13", - "question": "On July 26, 2004, this non-Etruscan couple, seen here, recreated a classic political convention moment", - "value": "$400", - "answer": "Al and Tipper Gore", - "round": "Jeopardy!", - "show_number": "5123", - "fullAnswer": "Al and Tipper Gore" - }, { "category": "PRESIDENTIAL MONOGRAMS", "air_date": "2006-12-13", @@ -254979,16 +242079,6 @@ "show_number": "5123", "fullAnswer": "The Shawshank Redemption" }, - { - "category": "AMERICAN ARTISTS", - "air_date": "2006-12-13", - "question": "This artist's museum sells a full-size reproduction of his bronze \"Coming Through the Rye\" for a mere $5000", - "value": "$400", - "answer": "Remington", - "round": "Double Jeopardy!", - "show_number": "5123", - "fullAnswer": "(Frederic) Remington" - }, { "category": "CONAN O'BRIEN", "air_date": "2006-12-13", @@ -255044,7 +242134,7 @@ "air_date": "2006-12-13", "question": "In 2006 the New Mexico museum devoted to her acquired 4 of her nude self-portraits", "value": "$800", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Double Jeopardy!", "show_number": "5123", "fullAnswer": "Georgia O\\'Keeffe" @@ -255059,16 +242149,6 @@ "show_number": "5123", "fullAnswer": "Andy Richter" }, - { - "category": "I THINK I'VE HEARD OF \"M\"", - "air_date": "2006-12-13", - "question": "The theatrical world mourned this playwright in 2005", - "value": "$800", - "answer": "Arthur Miller", - "round": "Double Jeopardy!", - "show_number": "5123", - "fullAnswer": "Arthur Miller" - }, { "category": "FROM THE LATIN", "air_date": "2006-12-13", @@ -255099,16 +242179,6 @@ "show_number": "5123", "fullAnswer": "Man Of La Mancha" }, - { - "category": "AMERICAN ARTISTS", - "air_date": "2006-12-13", - "question": "This American expatriate was known for painting children, such as the ones seen here", - "value": "$1200", - "answer": "Mary Cassatt", - "round": "Double Jeopardy!", - "show_number": "5123", - "fullAnswer": "Mary Cassatt" - }, { "category": "CONAN O'BRIEN", "air_date": "2006-12-13", @@ -255129,16 +242199,6 @@ "show_number": "5123", "fullAnswer": "Marconi" }, - { - "category": "FROM THE LATIN", - "air_date": "2006-12-13", - "question": "(Cheryl of the Clue Crew reports while an Omaha zookeeper plays with her monkey.) This little fellow weighs about 10 pounds but could grow up to weigh over 250 pounds, making orangutans the largest animals described as this, from the Latin for \"tree\"", - "value": "$1200", - "answer": "arboreals", - "round": "Double Jeopardy!", - "show_number": "5123", - "fullAnswer": "arboreals" - }, { "category": "100,000 REASONS", "air_date": "2006-12-13", @@ -255169,16 +242229,6 @@ "show_number": "5123", "fullAnswer": "Grandma Moses" }, - { - "category": "CONAN O'BRIEN", - "air_date": "2006-12-13", - "question": "A gag begun in 2005 often points out how much Conan resembles Tarja Halonen, the female president of this nation", - "value": "$1600", - "answer": "Finland", - "round": "Double Jeopardy!", - "show_number": "5123", - "fullAnswer": "Finland" - }, { "category": "I THINK I'VE HEARD OF \"M\"", "air_date": "2006-12-13", @@ -255199,36 +242249,16 @@ "show_number": "5123", "fullAnswer": "extemporaneous" }, - { - "category": "100,000 REASONS", - "air_date": "2006-12-13", - "question": "100000watts.com is a listing of these businesses in the U.S.", - "value": "$1600", - "answer": "radio stations", - "round": "Double Jeopardy!", - "show_number": "5123", - "fullAnswer": "radio stations" - }, { "category": "PLAYS WITHIN PLAYS", "air_date": "2006-12-13", "question": "Actors at Peter Quince's house go over \"Pyramus & Thisbe\" for Hippolyta & Theseus' wedding in this play", "value": "$1600", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "5123", "fullAnswer": "A Midsummer Night\\'s Dream" }, - { - "category": "AMERICAN ARTISTS", - "air_date": "2006-12-13", - "question": "This Missouri artist painted the mural at the Truman Library, but President Truman applied some extra touches himself", - "value": "$2000", - "answer": "Benton", - "round": "Double Jeopardy!", - "show_number": "5123", - "fullAnswer": "(Thomas Hart) Benton" - }, { "category": "CONAN O'BRIEN", "air_date": "2006-12-13", @@ -255239,16 +242269,6 @@ "show_number": "5123", "fullAnswer": "the Groundlings" }, - { - "category": "I THINK I'VE HEARD OF \"M\"", - "air_date": "2006-12-13", - "question": "(Sarah of the Clue Crew walks in Red Square.) This World War Two foreign minister had the distinction of being a pallbearer for both Lenin & Stalin", - "value": "$2000", - "answer": "Molotov", - "round": "Double Jeopardy!", - "show_number": "5123", - "fullAnswer": "Molotov" - }, { "category": "FROM THE LATIN", "air_date": "2006-12-13", @@ -255639,16 +242659,6 @@ "show_number": "5860", "fullAnswer": "possessed" }, - { - "category": "THE NATIONAL WORLD WAR II MEMORIAL", - "air_date": "2010-02-19", - "question": "(Sarah of the Clue Crew reads the clue from the National World War II Memorial in Washington, D.C.) The fundraising campaign to build the memorial was led by this 1996 presidential candidate, decorated in World War II with a Bronze Star & Purple Heart", - "value": "$400", - "answer": "Bob Dole", - "round": "Double Jeopardy!", - "show_number": "5860", - "fullAnswer": "Bob Dole" - }, { "category": "NAME THAT MOON", "air_date": "2010-02-19", @@ -255699,16 +242709,6 @@ "show_number": "5860", "fullAnswer": "an assassin" }, - { - "category": "THE NATIONAL WORLD WAR II MEMORIAL", - "air_date": "2010-02-19", - "question": "(Sarah of the Clue Crew reads the clue from the National World War II Memorial in Washington, D.C.) Engraved in the memorial granite is this man's quote, prior to D-Day, that begins, \"You are about to embark upon the Great Crusade\"", - "value": "$800", - "answer": "Eisenhower", - "round": "Double Jeopardy!", - "show_number": "5860", - "fullAnswer": "Eisenhower" - }, { "category": "NAME THAT MOON", "air_date": "2010-02-19", @@ -255759,16 +242759,6 @@ "show_number": "5860", "fullAnswer": "stresses" }, - { - "category": "THE NATIONAL WORLD WAR II MEMORIAL", - "air_date": "2010-02-19", - "question": "(Sarah of the Clue Crew reads the clue from the National World War II Memorial in Washington, D.C.) Bas-relief panels at the World War II Memorial also depict stateside heroes, like this symbolic gal with a pivotal role who represented thousands", - "value": "$4,000", - "answer": "Rosie the Riveter", - "round": "Double Jeopardy!", - "show_number": "5860", - "fullAnswer": "Rosie the Riveter" - }, { "category": "MOVIE TITLE PAIRS", "air_date": "2010-02-19", @@ -255789,16 +242779,6 @@ "show_number": "5860", "fullAnswer": "violets" }, - { - "category": "ROOTS", - "air_date": "2010-02-19", - "question": "(I'm Harvard University Professor Henry Louis Gates, Jr.) As part of PBS' \"African American Live\" series, I hosted a 2007 special that explored the roots of this TV personality & located her ancestors among Liberia's Kpelle people", - "value": "$1600", - "answer": "Oprah Winfrey", - "round": "Double Jeopardy!", - "show_number": "5860", - "fullAnswer": "Oprah Winfrey" - }, { "category": "RUN 4 \"S\", RUN", "air_date": "2010-02-19", @@ -255809,16 +242789,6 @@ "show_number": "5860", "fullAnswer": "passionless" }, - { - "category": "THE NATIONAL WORLD WAR II MEMORIAL", - "air_date": "2010-02-19", - "question": "(Sarah of the Clue Crew reads the clue from the National World War II Memorial in Washington, D.C.) They had no right to win. Yet they did, and in doing so, they changed the course of a war\", reads an inscription about this decisive Pacific battle of June 4-7, 1942", - "value": "$1600", - "answer": "Midway", - "round": "Double Jeopardy!", - "show_number": "5860", - "fullAnswer": "Midway" - }, { "category": "MOVIE TITLE PAIRS", "air_date": "2010-02-19", @@ -255859,16 +242829,6 @@ "show_number": "5860", "fullAnswer": "crisscross" }, - { - "category": "THE NATIONAL WORLD WAR II MEMORIAL", - "air_date": "2010-02-19", - "question": "(Sarah of the Clue Crew reads the clue from the National World War II Memorial in Washington, D.C.) A Quincy, Massachusetts ship inspector was the likely source of this 3-word phrase which was seen everywhere, often accompanying a cartoon figure during World War II", - "value": "$2000", - "answer": "Kilroy was here", - "round": "Double Jeopardy!", - "show_number": "5860", - "fullAnswer": "Kilroy was here" - }, { "category": "ARTISTS", "air_date": "2010-02-19", @@ -256444,7 +243404,7 @@ "air_date": "2000-09-20", "question": "The title of this James Thurber short story is synonymous with \"an advantageous position\"", "value": "$1000", - "answer": "The Catbird\\'s Seat", + "answer": "The Catbird's Seat", "round": "Double Jeopardy!", "show_number": "3688", "fullAnswer": "\"The Catbird\\'s Seat\"" @@ -256489,16 +243449,6 @@ "show_number": "3688", "fullAnswer": "Variety" }, - { - "category": "POLITICAL CARICATURES", - "air_date": "2005-07-14", - "question": "He was only 30 when he won his U.S. Senate seat in 1962", - "value": "$200", - "answer": "Ted Kennedy", - "round": "Jeopardy!", - "show_number": "4819", - "fullAnswer": "Ted Kennedy" - }, { "category": "HERBS & SPICES", "air_date": "2005-07-14", @@ -256549,16 +243499,6 @@ "show_number": "4819", "fullAnswer": "disappear" }, - { - "category": "POLITICAL CARICATURES", - "air_date": "2005-07-14", - "question": "This senator's U.S. Navy career lasted from 1958 to 1981", - "value": "$400", - "answer": "John McCain", - "round": "Jeopardy!", - "show_number": "4819", - "fullAnswer": "John McCain" - }, { "category": "HERBS & SPICES", "air_date": "2005-07-14", @@ -256609,16 +243549,6 @@ "show_number": "4819", "fullAnswer": "a beard" }, - { - "category": "POLITICAL CARICATURES", - "air_date": "2005-07-14", - "question": "Once a Democrat, this senator switched parties before her 1975 marriage", - "value": "$600", - "answer": "Elizabeth Dole", - "round": "Jeopardy!", - "show_number": "4819", - "fullAnswer": "Elizabeth Dole" - }, { "category": "HERBS & SPICES", "air_date": "2005-07-14", @@ -256669,16 +243599,6 @@ "show_number": "4819", "fullAnswer": "Cape Fear" }, - { - "category": "POLITICAL CARICATURES", - "air_date": "2005-07-14", - "question": "The wife of this political operative and ex-marine nicknamed him \"Serpent Head\"", - "value": "$800", - "answer": "James Carville", - "round": "Jeopardy!", - "show_number": "4819", - "fullAnswer": "James Carville" - }, { "category": "HERBS & SPICES", "air_date": "2005-07-14", @@ -256704,7 +243624,7 @@ "air_date": "2005-07-14", "question": "Emperor Antonius Pius extended the Empire's frontier into Scotland & built a new wall to replace this", "value": "$800", - "answer": "Hadrian\\'s Wall", + "answer": "Hadrian's Wall", "round": "Jeopardy!", "show_number": "4819", "fullAnswer": "Hadrian\\'s Wall" @@ -256729,16 +243649,6 @@ "show_number": "4819", "fullAnswer": "earshot" }, - { - "category": "POLITICAL CARICATURES", - "air_date": "2005-07-14", - "question": "He was elected Senator from New Jersey in 1978, 1984 and 1990", - "value": "$1000", - "answer": "Bill Bradley", - "round": "Jeopardy!", - "show_number": "4819", - "fullAnswer": "Bill Bradley" - }, { "category": "HERBS & SPICES", "air_date": "2005-07-14", @@ -256984,7 +243894,7 @@ "air_date": "2005-07-14", "question": "Sheryl Crow in 1999;
Guns N' Roses in 1988", "value": "$1600", - "answer": "Sweet Child O\\' Mine", + "answer": "Sweet Child O' Mine", "round": "Double Jeopardy!", "show_number": "4819", "fullAnswer": "\"Sweet Child O\\' Mine\"" @@ -256994,7 +243904,7 @@ "air_date": "2005-07-14", "question": "1984 bestseller by Norman Mailer", "value": "$1600", - "answer": "Tough Guys Don\\'t Dance", + "answer": "Tough Guys Don't Dance", "round": "Double Jeopardy!", "show_number": "4819", "fullAnswer": "Tough Guys Don\\'t Dance" @@ -257044,7 +243954,7 @@ "air_date": "2005-07-14", "question": "Sixpence None The Richer in 2003;
Crowded House in 1987", "value": "$2000", - "answer": "Don\\'t Dream It\\'s Over", + "answer": "Don't Dream It's Over", "round": "Double Jeopardy!", "show_number": "4819", "fullAnswer": "\"Don\\'t Dream It\\'s Over\"" @@ -257054,7 +243964,7 @@ "air_date": "2005-07-14", "question": "17th century name for the medical condition today known as Sydenham's Chorea", "value": "$2000", - "answer": "St. Vitus\\' Dance", + "answer": "St. Vitus' Dance", "round": "Double Jeopardy!", "show_number": "4819", "fullAnswer": "St. Vitus\\' Dance" @@ -257119,16 +244029,6 @@ "show_number": "4123", "fullAnswer": "Rutherford B. Hayes" }, - { - "category": "CAR CHAT", - "air_date": "2002-07-03", - "question": "(Sarah of the Clue Crew checks under the hood.) Got me a four-barrel one of these to mix the air & fuel", - "value": "$200", - "answer": "carburetor", - "round": "Jeopardy!", - "show_number": "4123", - "fullAnswer": "a carburetor" - }, { "category": "THE 4th", "air_date": "2002-07-03", @@ -257239,16 +244139,6 @@ "show_number": "4123", "fullAnswer": "Helen Hayes" }, - { - "category": "CAR CHAT", - "air_date": "2002-07-03", - "question": "(Jimmy of the Clue Crew has a lead foot.) This dial measures how fast the engine is revving", - "value": "$600", - "answer": "tachometer", - "round": "Jeopardy!", - "show_number": "4123", - "fullAnswer": "the tachometer" - }, { "category": "THE 4th", "air_date": "2002-07-03", @@ -257359,16 +244249,6 @@ "show_number": "4123", "fullAnswer": "Maddie Hayes" }, - { - "category": "CAR CHAT", - "air_date": "2002-07-03", - "question": "(Sarah of the Clue Crew stops to give the clue.) I'm glad I have this 4-letter type of brakes that uses pads & rings for more stopping power than drum brakes", - "value": "$1000", - "answer": "discs", - "round": "Jeopardy!", - "show_number": "4123", - "fullAnswer": "discs" - }, { "category": "THE 4th", "air_date": "2002-07-03", @@ -257419,22 +244299,12 @@ "show_number": "4123", "fullAnswer": "Fred & Ginger Rogers" }, - { - "category": "CLINTON'S BILLS", - "air_date": "2002-07-03", - "question": "(Bill Clinton reads the clue.) A bill I signed in 1994 banned several assault weapons & funded the hiring of 100,000 of these", - "value": "$400", - "answer": "police officers", - "round": "Double Jeopardy!", - "show_number": "4123", - "fullAnswer": "police officers" - }, { "category": "SPORTSMEN", "air_date": "2002-07-03", "question": "In 2000 this Los Angeles Laker was named the NBA's MVP, receiving 120 of 121 first place votes", "value": "$400", - "answer": "Shaquille O\\'Neal", + "answer": "Shaquille O'Neal", "round": "Double Jeopardy!", "show_number": "4123", "fullAnswer": "Shaquille O\\'Neal" @@ -257539,26 +244409,6 @@ "show_number": "4123", "fullAnswer": "Benny & Anita Hill" }, - { - "category": "CLINTON'S BILLS", - "air_date": "2002-07-03", - "question": "(Bill Clinton reads the clue.) Legislation I signed in 1996 lifted 8 million people off this type of government program", - "value": "$1200", - "answer": "welfare", - "round": "Double Jeopardy!", - "show_number": "4123", - "fullAnswer": "welfare" - }, - { - "category": "SPORTSMEN", - "air_date": "2002-07-03", - "question": "He's the multi-ringed Celtic legend seen here", - "value": "$1200", - "answer": "Bill Russell", - "round": "Double Jeopardy!", - "show_number": "4123", - "fullAnswer": "Bill Russell" - }, { "category": "BOOKS OF THE '70s", "air_date": "2002-07-03", @@ -257904,7 +244754,7 @@ "air_date": "1997-04-23", "question": "It's another way to \"add insult to injury\" using a common seasoning", "value": "$400", - "answer": "Rub salt in one\\'s wound", + "answer": "Rub salt in one's wound", "round": "Jeopardy!", "show_number": "2923", "fullAnswer": "\"Rub salt in one\\'s wound\"" @@ -258224,7 +245074,7 @@ "air_date": "1997-04-23", "question": "In the 1500s the Gelosi troupe became famous for performing this Italian form of improvised comedy", "value": "$800", - "answer": "Commedia dell\\'arte", + "answer": "Commedia dell'arte", "round": "Double Jeopardy!", "show_number": "2923", "fullAnswer": "Commedia dell\\'arte" @@ -258449,22 +245299,12 @@ "show_number": "5969", "fullAnswer": "L.A." }, - { - "category": "I COULDA HAD A G8", - "air_date": "2010-07-22", - "question": "Augenbrauen were raised when she got a massage from a fellow G8 leader in 2006", - "value": "$600", - "answer": "Angela Merkel", - "round": "Jeopardy!", - "show_number": "5969", - "fullAnswer": "Angela Merkel" - }, { "category": "AT THE BUSINESS' WEBSITE", "air_date": "2010-07-22", "question": "Shh! This 2-word company had a link for \"most-loved bras ...inspire desire ...giving & getting\"", "value": "$600", - "answer": "Victoria\\'s Secret", + "answer": "Victoria's Secret", "round": "Jeopardy!", "show_number": "5969", "fullAnswer": "Victoria\\'s Secret" @@ -258549,16 +245389,6 @@ "show_number": "5969", "fullAnswer": "a skirmish" }, - { - "category": "IN THE 21st CENTURY", - "air_date": "2010-07-22", - "question": "(Sarah of the Clue Crew reports from the United Nations in New York.) Here in the General Assembly in March, 2006, the U.N. established a new council on these; the old commission on them had a bad name, with members like Sudan & Libya", - "value": "$1000", - "answer": "human rights", - "round": "Jeopardy!", - "show_number": "5969", - "fullAnswer": "human rights" - }, { "category": "CITY SONGS", "air_date": "2010-07-22", @@ -259114,7 +245944,7 @@ "air_date": "2004-12-07", "question": "\"The Ropers\"", "value": "$800", - "answer": "Three\\'s Company", + "answer": "Three's Company", "round": "Jeopardy!", "show_number": "4662", "fullAnswer": "Three\\'s Company" @@ -259129,16 +245959,6 @@ "show_number": "4662", "fullAnswer": "the Normans" }, - { - "category": "LET'S GET SMALL", - "air_date": "2004-12-07", - "question": "From the old French for \"small horn\", it's the instrument heard here", - "value": "$800", - "answer": "trumpet", - "round": "Jeopardy!", - "show_number": "4662", - "fullAnswer": "a trumpet" - }, { "category": "AUSTRALIAN BUSINESS", "air_date": "2004-12-07", @@ -259149,16 +245969,6 @@ "show_number": "4662", "fullAnswer": "wine" }, - { - "category": "BODY LANGUAGE", - "air_date": "2004-12-07", - "question": "(Sarah of the Clue Crew joins snowboarders on the slopes.) \"James! Let's see a hand plant!\" Watch as he places his hand on the top edge of the half-pipe, which has this anatomical term", - "value": "$800", - "answer": "lip", - "round": "Jeopardy!", - "show_number": "4662", - "fullAnswer": "the lip" - }, { "category": "BIOLOGY", "air_date": "2004-12-07", @@ -259324,21 +246134,11 @@ "air_date": "2004-12-07", "question": "Abbreviated P.R.O.C., this nation was founded by Mao & friends in 1949", "value": "$800", - "answer": "People\\'s Republic of China", + "answer": "People's Republic of China", "round": "Double Jeopardy!", "show_number": "4662", "fullAnswer": "People\\'s Republic of China" }, - { - "category": "AFTER \"AFTER\"", - "air_date": "2004-12-07", - "question": "If you stare at the graphic seen here long enough, you'll still see this when it's taken away", - "value": "$800", - "answer": "afterimage", - "round": "Double Jeopardy!", - "show_number": "4662", - "fullAnswer": "the afterimage" - }, { "category": "KNOW THE SCORE", "air_date": "2004-12-07", @@ -259384,7 +246184,7 @@ "air_date": "2004-12-07", "question": "In 87 B.C. the Chinese recorded an astronomical phenomenon that scientists think was this, also seen in 1607 A.D.", "value": "$1200", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Double Jeopardy!", "show_number": "4662", "fullAnswer": "Halley\\'s Comet" @@ -259399,36 +246199,6 @@ "show_number": "4662", "fullAnswer": "an afterword" }, - { - "category": "KNOW THE SCORE", - "air_date": "2004-12-07", - "question": "The rest seen here is the same length as one of these", - "value": "$1600", - "answer": "quarter note", - "round": "Double Jeopardy!", - "show_number": "4662", - "fullAnswer": "a quarter note" - }, - { - "category": "THE BRITISH ARE COMING!", - "air_date": "2004-12-07", - "question": "(Hi, I'm Al Franken.) I played Decline's henchman in this 1978 parody documentary that was also known as \"All You Need Is Cash\"", - "value": "$1600", - "answer": "Rutles", - "round": "Double Jeopardy!", - "show_number": "4662", - "fullAnswer": "The Rutles" - }, - { - "category": "NEWER FRUITS & VEGETABLES", - "air_date": "2004-12-07", - "question": "This word was created for the hybrid veggie seen here", - "value": "$1600", - "answer": "Brocciflower", - "round": "Double Jeopardy!", - "show_number": "4662", - "fullAnswer": "Brocciflower" - }, { "category": "WHO APPOINTED ME TO THE SUPREME COURT?", "air_date": "2004-12-07", @@ -259509,16 +246279,6 @@ "show_number": "4662", "fullAnswer": "Henrik Ibsen" }, - { - "category": "MATH SYMBOLS", - "air_date": "2001-09-17", - "question": "÷", - "value": "$100", - "answer": "division sign", - "round": "Jeopardy!", - "show_number": "3916", - "fullAnswer": "a division sign" - }, { "category": "LEFTOVERS", "air_date": "2001-09-17", @@ -259569,16 +246329,6 @@ "show_number": "3916", "fullAnswer": "dear" }, - { - "category": "MATH SYMBOLS", - "air_date": "2001-09-17", - "question": "", - "value": "$200", - "answer": "square root", - "round": "Jeopardy!", - "show_number": "3916", - "fullAnswer": "square root" - }, { "category": "LEFTOVERS", "air_date": "2001-09-17", @@ -259629,16 +246379,6 @@ "show_number": "3916", "fullAnswer": "an alligator" }, - { - "category": "MATH SYMBOLS", - "air_date": "2001-09-17", - "question": "", - "value": "$300", - "answer": "not equal", - "round": "Jeopardy!", - "show_number": "3916", - "fullAnswer": "not equal" - }, { "category": "LEFTOVERS", "air_date": "2001-09-17", @@ -259689,16 +246429,6 @@ "show_number": "3916", "fullAnswer": "a raccoon" }, - { - "category": "MATH SYMBOLS", - "air_date": "2001-09-17", - "question": "<", - "value": "$400", - "answer": "less than", - "round": "Jeopardy!", - "show_number": "3916", - "fullAnswer": "less than" - }, { "category": "LEFTOVERS", "air_date": "2001-09-17", @@ -259749,16 +246479,6 @@ "show_number": "3916", "fullAnswer": "let the good times roll" }, - { - "category": "MATH SYMBOLS", - "air_date": "2001-09-17", - "question": "", - "value": "$500", - "answer": "approximately", - "round": "Jeopardy!", - "show_number": "3916", - "fullAnswer": "approximately" - }, { "category": "LEFTOVERS", "air_date": "2001-09-17", @@ -260004,7 +246724,7 @@ "air_date": "2001-09-17", "question": "Now a clothing retailer, it began in 1963 as a Chicago-based mail-order supplier of sailboat equipment", "value": "$800", - "answer": "Land\\'s End", + "answer": "Land's End", "round": "Double Jeopardy!", "show_number": "3916", "fullAnswer": "Land\\'s End" @@ -260114,7 +246834,7 @@ "air_date": "2001-09-17", "question": "This expression comes from a 1956 novel about Frank Skeffington's final run for mayor", "value": null, - "answer": "\\the last hurrah\\", + "answer": "the last hurrah", "round": "Final Jeopardy!", "show_number": "3916", "fullAnswer": "\\\"the last hurrah\\\"" @@ -260129,16 +246849,6 @@ "show_number": "4843", "fullAnswer": "cotton" }, - { - "category": "A BOBBLEHEAD CATEGORY", - "air_date": "2005-10-05", - "question": "The bobbleheaded character seen here plays a pivotal role in this horrific film series", - "value": "$200", - "answer": "Hellraiser", - "round": "Jeopardy!", - "show_number": "4843", - "fullAnswer": "Hellraiser" - }, { "category": "THE NOT-SO-DEADLY SINS", "air_date": "2005-10-05", @@ -260149,16 +246859,6 @@ "show_number": "4843", "fullAnswer": "the toilet seat" }, - { - "category": "INTERNATIONAL ROAD VEHICLE STICKERS", - "air_date": "2005-10-05", - "question": "The Portuguese were the first Europeans to enter this country", - "value": "$200", - "answer": "Vietnam", - "round": "Jeopardy!", - "show_number": "4843", - "fullAnswer": "Vietnam" - }, { "category": "BRANDS", "air_date": "2005-10-05", @@ -260189,16 +246889,6 @@ "show_number": "4843", "fullAnswer": "Abner Doubleday" }, - { - "category": "A BOBBLEHEAD CATEGORY", - "air_date": "2005-10-05", - "question": "Dude, in the 1970s, this comedy team was smokin'", - "value": "$400", - "answer": "Cheech & Chong", - "round": "Jeopardy!", - "show_number": "4843", - "fullAnswer": "Cheech & Chong" - }, { "category": "THE NOT-SO-DEADLY SINS", "air_date": "2005-10-05", @@ -260209,16 +246899,6 @@ "show_number": "4843", "fullAnswer": "shouting" }, - { - "category": "INTERNATIONAL ROAD VEHICLE STICKERS", - "air_date": "2005-10-05", - "question": "It first achieved independence in 1821", - "value": "$400", - "answer": "Costa Rica", - "round": "Jeopardy!", - "show_number": "4843", - "fullAnswer": "Costa Rica" - }, { "category": "BRANDS", "air_date": "2005-10-05", @@ -260249,16 +246929,6 @@ "show_number": "4843", "fullAnswer": "the American flag" }, - { - "category": "A BOBBLEHEAD CATEGORY", - "air_date": "2005-10-05", - "question": "You'll be my Little Buddy when you name this actor depicted here", - "value": "$600", - "answer": "Bob Denver", - "round": "Jeopardy!", - "show_number": "4843", - "fullAnswer": "Bob Denver" - }, { "category": "THE NOT-SO-DEADLY SINS", "air_date": "2005-10-05", @@ -260269,16 +246939,6 @@ "show_number": "4843", "fullAnswer": "the napkin" }, - { - "category": "INTERNATIONAL ROAD VEHICLE STICKERS", - "air_date": "2005-10-05", - "question": "Most of its people are Sunni Muslims", - "value": "$600", - "answer": "Tajikistan", - "round": "Jeopardy!", - "show_number": "4843", - "fullAnswer": "Tajikistan" - }, { "category": "BRANDS", "air_date": "2005-10-05", @@ -260299,26 +246959,6 @@ "show_number": "4843", "fullAnswer": "Hubble trouble" }, - { - "category": "FORT SUMTER", - "air_date": "2005-10-05", - "question": "(Jimmy of the Clue Crew reports from the waters of Charleston, SC.) In January 1861, this president tried to relieve Ft. Sumter with a supply ship, but it was turned back, & the stage was set", - "value": "$800", - "answer": "Buchanan", - "round": "Jeopardy!", - "show_number": "4843", - "fullAnswer": "Buchanan" - }, - { - "category": "A BOBBLEHEAD CATEGORY", - "air_date": "2005-10-05", - "question": "On the late-'70s TV series that featured the big guy seen here, he was played by this big man", - "value": "$800", - "answer": "Lou Ferrigno", - "round": "Jeopardy!", - "show_number": "4843", - "fullAnswer": "Lou Ferrigno" - }, { "category": "THE NOT-SO-DEADLY SINS", "air_date": "2005-10-05", @@ -260329,16 +246969,6 @@ "show_number": "4843", "fullAnswer": "the mattress" }, - { - "category": "INTERNATIONAL ROAD VEHICLE STICKERS", - "air_date": "2005-10-05", - "question": "At one time, it consisted of several independent kingdoms, including Ganja & Ashanti", - "value": "$800", - "answer": "Ghana", - "round": "Jeopardy!", - "show_number": "4843", - "fullAnswer": "Ghana" - }, { "category": "BRANDS", "air_date": "2005-10-05", @@ -260354,7 +246984,7 @@ "air_date": "2005-10-05", "question": "Comet discoverer Edmond's narrow lanes", "value": "$800", - "answer": "Halley\\'s alleys", + "answer": "Halley's alleys", "round": "Jeopardy!", "show_number": "4843", "fullAnswer": "Halley\\'s alleys" @@ -260369,16 +246999,6 @@ "show_number": "4843", "fullAnswer": "Spain" }, - { - "category": "A BOBBLEHEAD CATEGORY", - "air_date": "2005-10-05", - "question": "Pleasant dreams--it's the full name of this character who repeats his mayhem across multiple movies", - "value": "$1000", - "answer": "Jason Voorhees", - "round": "Jeopardy!", - "show_number": "4843", - "fullAnswer": "Jason Voorhees" - }, { "category": "THE NOT-SO-DEADLY SINS", "air_date": "2005-10-05", @@ -260389,16 +247009,6 @@ "show_number": "4843", "fullAnswer": "Memorial Day" }, - { - "category": "INTERNATIONAL ROAD VEHICLE STICKERS", - "air_date": "2005-10-05", - "question": "The most common language there, after Spanish, is Guarani", - "value": "$1000", - "answer": "Paraguay", - "round": "Jeopardy!", - "show_number": "4843", - "fullAnswer": "Paraguay" - }, { "category": "BRANDS", "air_date": "2005-10-05", @@ -260634,7 +247244,7 @@ "air_date": "2005-10-05", "question": "Alfred Stieglitz discovered her drawings & exhibited them in 1916 while she was teaching art in the south", "value": "$1600", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Double Jeopardy!", "show_number": "4843", "fullAnswer": "Georgia O\\'Keeffe" @@ -261074,7 +247684,7 @@ "air_date": "1999-10-25", "question": "10 years after this novel, Harriet Beecher Stowe was shocking again with \"Lady Byron Vindicated\"", "value": "$200", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Double Jeopardy!", "show_number": "3481", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -261164,7 +247774,7 @@ "air_date": "1999-10-25", "question": "\"Moon River\"
(1961)", "value": "$600", - "answer": "Breakfast At Tiffany\\'s", + "answer": "Breakfast At Tiffany's", "round": "Double Jeopardy!", "show_number": "3481", "fullAnswer": "Breakfast At Tiffany\\'s" @@ -261294,7 +247904,7 @@ "air_date": "1999-10-25", "question": "Offred is this title character whose \"tale\" is told in a Margaret Atwood novel", "value": "$1000", - "answer": "Handmaid\\'s Tale", + "answer": "Handmaid's Tale", "round": "Double Jeopardy!", "show_number": "3481", "fullAnswer": "The Handmaid\\'s Tale" @@ -261459,16 +248069,6 @@ "show_number": "59", "fullAnswer": "São Paulo" }, - { - "category": "SUPER HEROES", - "air_date": "1984-11-29", - "question": "His theme was the following:", - "value": "$400", - "answer": "Mighty Mouse", - "round": "Jeopardy!", - "show_number": "59", - "fullAnswer": "Mighty Mouse" - }, { "category": "SCIENCE", "air_date": "1984-11-29", @@ -261574,7 +248174,7 @@ "air_date": "1984-11-29", "question": "Combat candies made to melt in a GI's mouth, not in his hand", "value": "$200", - "answer": "M&M\\'s", + "answer": "M&M's", "round": "Double Jeopardy!", "show_number": "59", "fullAnswer": "M&M\\'s" @@ -262649,16 +249249,6 @@ "show_number": "6197", "fullAnswer": "Five" }, - { - "category": "\"A\" BEFORE \"E\"", - "air_date": "2011-07-19", - "question": "It's the 7-letter name for this traffic beater; too bad it never really got off the ground with the public", - "value": "$1000", - "answer": "aerocar", - "round": "Jeopardy!", - "show_number": "6197", - "fullAnswer": "the aerocar" - }, { "category": "CELEBRATED ON THEIR BIRTHDAYS", "air_date": "2011-07-19", @@ -262709,16 +249299,6 @@ "show_number": "6197", "fullAnswer": "the Lapps" }, - { - "category": "JOEY", - "air_date": "2011-07-19", - "question": "There are 3 species of this marsupial with flat skulls, small eyes & adorable joeys", - "value": "$400", - "answer": "wombats", - "round": "Double Jeopardy!", - "show_number": "6197", - "fullAnswer": "wombats" - }, { "category": "PETER", "air_date": "2011-07-19", @@ -262829,16 +249409,6 @@ "show_number": "6197", "fullAnswer": "reindeer" }, - { - "category": "JOEY", - "air_date": "2011-07-19", - "question": "A joey of this marsupial with the same name as a non-powered aircraft takes flight at about 3 and a half months", - "value": "$1200", - "answer": "glider", - "round": "Double Jeopardy!", - "show_number": "6197", - "fullAnswer": "a glider" - }, { "category": "PETER", "air_date": "2011-07-19", @@ -262864,7 +249434,7 @@ "air_date": "2011-07-19", "question": "This now \"famous\" frank seller used 2 spice purveyors to keep his Coney Island hot dog recipe secret", "value": "$1600", - "answer": "Nathan\\'s", + "answer": "Nathan's", "round": "Double Jeopardy!", "show_number": "6197", "fullAnswer": "Nathan\\'s" @@ -262874,7 +249444,7 @@ "air_date": "2011-07-19", "question": "Jonathan Swift was dean of this cathedral with a saintly Irish name-- in Dublin, not New York", "value": "$1600", - "answer": "St. Patrick\\'s", + "answer": "St. Patrick's", "round": "Double Jeopardy!", "show_number": "6197", "fullAnswer": "St. Patrick\\'s" @@ -262949,16 +249519,6 @@ "show_number": "6197", "fullAnswer": "Chernobyl" }, - { - "category": "JOEY", - "air_date": "2011-07-19", - "question": "Seen here is a joey of this marsupial species whose name is from the Telugu word pandi-kokku, meaning \"pig-rat\"", - "value": "$4,200", - "answer": "bandicoot", - "round": "Double Jeopardy!", - "show_number": "6197", - "fullAnswer": "bandicoot" - }, { "category": "PETER", "air_date": "2011-07-19", @@ -264279,16 +250839,6 @@ "show_number": "4561", "fullAnswer": "San Antonio" }, - { - "category": "'60s SITCOMS", - "air_date": "2004-06-07", - "question": "In 1967 the Emmy for Outstanding Comedy Series went to this show", - "value": "$400", - "answer": "Monkees", - "round": "Jeopardy!", - "show_number": "4561", - "fullAnswer": "The Monkees" - }, { "category": "I DID IT!", "air_date": "2004-06-07", @@ -264344,7 +250894,7 @@ "air_date": "2004-06-07", "question": "The 1962 TV drama \"Seven Against the Sea\" with Ernest Borgnine became this sitcom a few years later", "value": "$600", - "answer": "McHale\\'s Navy", + "answer": "McHale's Navy", "round": "Jeopardy!", "show_number": "4561", "fullAnswer": "McHale\\'s Navy" @@ -264539,16 +251089,6 @@ "show_number": "4561", "fullAnswer": "a peanut" }, - { - "category": "BLOODSUCKERS", - "air_date": "2004-06-07", - "question": "In \"The African Queen\", Humphrey Bogart called these bloodsucking worms \"filthy little devils\"", - "value": "$400", - "answer": "leeches", - "round": "Double Jeopardy!", - "show_number": "4561", - "fullAnswer": "leeches" - }, { "category": "SECRETARIES OF STATE", "air_date": "2004-06-07", @@ -264714,7 +251254,7 @@ "air_date": "2004-06-07", "question": "Bill Rosenberg opened the first shop in this chain in 1950 in Quincy, Ma. (we don't know when the cops came)", "value": "$2,000", - "answer": "Dunkin\\' Donuts", + "answer": "Dunkin' Donuts", "round": "Double Jeopardy!", "show_number": "4561", "fullAnswer": "Dunkin\\' Donuts" @@ -264774,7 +251314,7 @@ "air_date": "2004-06-07", "question": "Famous for its seafood, this \"Old Original\" restaurant in Philly is a premier reading, er, dining spot", "value": "$2000", - "answer": "Bookbinder\\'s", + "answer": "Bookbinder's", "round": "Double Jeopardy!", "show_number": "4561", "fullAnswer": "Bookbinder\\'s" @@ -265074,7 +251614,7 @@ "air_date": "2001-01-30", "question": "(Hi, I'm Austin Peck from \"Days of Our Lives\") Versatile actor Robert Clary has played Robert Leclair on \"Days of Our Lives\" & Lebeau on this series", "value": "$500", - "answer": "Hogan\\'s Heroes", + "answer": "Hogan's Heroes", "round": "Jeopardy!", "show_number": "3782", "fullAnswer": "Hogan\\'s Heroes" @@ -265549,16 +252089,6 @@ "show_number": "4975", "fullAnswer": "luck" }, - { - "category": "CLASSIC LITERATURE", - "air_date": "2006-04-07", - "question": "(Sarah of the Clue Crew delivers the clue from Kremlin in Moscow, Russia.) Novel in which Moscow was without its inhabitants & the soldiers were sucked into her, radiating from the Kremlin", - "value": "$600", - "answer": "War and Peace", - "round": "Jeopardy!", - "show_number": "4975", - "fullAnswer": "War and Peace" - }, { "category": "BASEBALL MANAGERS", "air_date": "2006-04-07", @@ -265569,16 +252099,6 @@ "show_number": "4975", "fullAnswer": "(Leo) Durocher" }, - { - "category": "SHIPS", - "air_date": "2006-04-07", - "question": "(Jimmy of the Clue Crew reports from the Vasa Museum in Stockholm, Sweden.) The Vasa capsized on its 1628 maiden voyage because tons of stones, used as this, didn't counterweigh the guns, masts, sails, & upper hull", - "value": "$600", - "answer": "ballast", - "round": "Jeopardy!", - "show_number": "4975", - "fullAnswer": "ballast" - }, { "category": "GOIN' MONACO A MONACO", "air_date": "2006-04-07", @@ -265809,26 +252329,6 @@ "show_number": "4975", "fullAnswer": "a radar detector" }, - { - "category": "ONE OF THESE NIGHTS", - "air_date": "2006-04-07", - "question": "He's heard here in a speech the night of Martin Luther King's murder

\"What we need in the United States is not violence and lawlessness, but is love, and wisdom, and compassion toward one another.\"", - "value": "$800", - "answer": "Robert F. Kennedy", - "round": "Double Jeopardy!", - "show_number": "4975", - "fullAnswer": "Robert F. Kennedy" - }, - { - "category": "ALREADY GONE", - "air_date": "2006-04-07", - "question": "A remnant of this large, extinct & thankfully plant-eating critter of the Cretaceous period is seen here", - "value": "$800", - "answer": "Triceratops", - "round": "Double Jeopardy!", - "show_number": "4975", - "fullAnswer": "Triceratops" - }, { "category": "I CAN'T TELL YOU \"Y\"", "air_date": "2006-04-07", @@ -266004,7 +252504,7 @@ "air_date": "2006-04-07", "question": "2-word \"steller\" name for this relative of the dugong & the manatee that went extinct around 1768", "value": "$2000", - "answer": "Steller\\'s sea cow", + "answer": "Steller's sea cow", "round": "Double Jeopardy!", "show_number": "4975", "fullAnswer": "Steller\\'s sea cow" @@ -266069,16 +252569,6 @@ "show_number": "5625", "fullAnswer": "Venus" }, - { - "category": "GOOD EATS WITH ALTON BROWN", - "air_date": "2009-02-06", - "question": "Historically, fruitcakes were preserved with alcohol-soaked cloth; the golden type of this liquid helps to liberate flavor compounds and has a restorative effect on dry fruit", - "value": "$200", - "answer": "rum", - "round": "Jeopardy!", - "show_number": "5625", - "fullAnswer": "rum" - }, { "category": "HIDING ON THE INTERNET", "air_date": "2009-02-06", @@ -266129,16 +252619,6 @@ "show_number": "5625", "fullAnswer": "your left arm" }, - { - "category": "GOOD EATS WITH ALTON BROWN", - "air_date": "2009-02-06", - "question": "Add a little brandy or other spirit to the fire, then with a little fire, and you've created this French presentation", - "value": "$400", - "answer": "flambé", - "round": "Jeopardy!", - "show_number": "5625", - "fullAnswer": "flambé" - }, { "category": "HIDING ON THE INTERNET", "air_date": "2009-02-06", @@ -266189,16 +252669,6 @@ "show_number": "5625", "fullAnswer": "Pennsylvania Avenue" }, - { - "category": "GOOD EATS WITH ALTON BROWN", - "air_date": "2009-02-06", - "question": "It's best to store raw chicken on a bottom shelf to prevent it dripping onto other foods, because chicken is less acidic than other meats, making it susceptible to these one-celled organisms", - "value": "$600", - "answer": "bacteria", - "round": "Jeopardy!", - "show_number": "5625", - "fullAnswer": "bacteria" - }, { "category": "HIDING ON THE INTERNET", "air_date": "2009-02-06", @@ -266249,16 +252719,6 @@ "show_number": "5625", "fullAnswer": "LaGuardia Airport" }, - { - "category": "GOOD EATS WITH ALTON BROWN", - "air_date": "2009-02-06", - "question": "After shaking oil and vinegar, they separate quickly; add mustard, and you have one of these colloidal suspensions that will stay mixed longer", - "value": "$800", - "answer": "emulsion", - "round": "Jeopardy!", - "show_number": "5625", - "fullAnswer": "an emulsion" - }, { "category": "HIDING ON THE INTERNET", "air_date": "2009-02-06", @@ -266309,26 +252769,6 @@ "show_number": "5625", "fullAnswer": "Calamity Jane" }, - { - "category": "GOOD EATS WITH ALTON BROWN", - "air_date": "2009-02-06", - "question": "So, you wanna freeze some broccoli, but you also wanna make sure that it stays bright green months on down the line? Well, you might want to employ this hot water–cold water process", - "value": "$1000", - "answer": "blanching", - "round": "Jeopardy!", - "show_number": "5625", - "fullAnswer": "blanching" - }, - { - "category": "HIDING ON THE INTERNET", - "air_date": "2009-02-06", - "question": "Typing in 600673.com brings up this search engine in online leet speak", - "value": "$1000", - "answer": "Google", - "round": "Jeopardy!", - "show_number": "5625", - "fullAnswer": "Google" - }, { "category": "\"MULTI\" TASKING", "air_date": "2009-02-06", @@ -266369,16 +252809,6 @@ "show_number": "5625", "fullAnswer": "Athens" }, - { - "category": "IT'S A LOCK", - "air_date": "2009-02-06", - "question": "(Jon of the Clue Crew unlocks a lock with the magic word.) In their combinations, old-time locks of this popular portable type often used letters rather than numbers", - "value": "$400", - "answer": "paddlock ", - "round": "Double Jeopardy!", - "show_number": "5625", - "fullAnswer": "a paddlock (puzzle lock originally ruled incorrect)" - }, { "category": "BOOKS WITH SUBTITLES", "air_date": "2009-02-06", @@ -266489,16 +252919,6 @@ "show_number": "5625", "fullAnswer": "Alexandria" }, - { - "category": "IT'S A LOCK", - "air_date": "2009-02-06", - "question": "(Kelly of the Clue Crew picks a pick.) To open a lock without a key, specialists use many different styles of picks; because of its shape, this one is known either has a rake or by this reptilian name", - "value": "$1200", - "answer": "snake", - "round": "Double Jeopardy!", - "show_number": "5625", - "fullAnswer": "a snake" - }, { "category": "BOOKS WITH SUBTITLES", "air_date": "2009-02-06", @@ -266609,16 +253029,6 @@ "show_number": "5625", "fullAnswer": "an octopus" }, - { - "category": "IT'S A LOCK", - "air_date": "2009-02-06", - "question": "(Jon of the Clue Crew turns the key on a cutaway demonstration lock.) On an everyday key, the cuts raise the moving parts commonly known by this name to the proper height, allowing the cylinder to turn & open the lock", - "value": "$2000", - "answer": "tumblers", - "round": "Double Jeopardy!", - "show_number": "5625", - "fullAnswer": "the tumblers" - }, { "category": "BOOKS WITH SUBTITLES", "air_date": "2009-02-06", @@ -266664,7 +253074,7 @@ "air_date": "2008-07-15", "question": "Discovering Patty is drinking the only beer left, Homer Simpson says this", "value": "$200", - "answer": "D\\'oh!", + "answer": "D'oh!", "round": "Jeopardy!", "show_number": "5507", "fullAnswer": "D\\'oh!" @@ -266789,16 +253199,6 @@ "show_number": "5507", "fullAnswer": "SpongeBob SquarePants" }, - { - "category": "HISTORY OF THE NEW YORK TIMES", - "air_date": "2008-07-15", - "question": "Blogs found at nytimes.com include one by this TV personality & talk show host seen here", - "value": "$600", - "answer": "Cavett", - "round": "Jeopardy!", - "show_number": "5507", - "fullAnswer": "(Dick) Cavett" - }, { "category": "BRITISH ROYALS IN THE MILITARY", "air_date": "2008-07-15", @@ -266989,16 +253389,6 @@ "show_number": "5507", "fullAnswer": "Maine" }, - { - "category": "A VISIT TO A JAPANESE TEMPLE", - "air_date": "2008-07-15", - "question": "(Jimmy of the Clue Crew reports from Kiyomizudera Temple in Kyoto, Japan.) Japanese Buddhism is divided into several sects; Kiyomizudera Temple represents North Hosso Buddhism, brought from this country in the 600s", - "value": "$400", - "answer": "China", - "round": "Double Jeopardy!", - "show_number": "5507", - "fullAnswer": "China" - }, { "category": "ALSO KNOWN AS", "air_date": "2008-07-15", @@ -267024,7 +253414,7 @@ "air_date": "2008-07-15", "question": "Film of a typical day in the life of the Beatles, which includes running from bloodthirsty zombie fans in a Romero classic", "value": "$800", - "answer": "Hard Day\\'s Night of the Living Dead", + "answer": "Hard Day's Night of the Living Dead", "round": "Double Jeopardy!", "show_number": "5507", "fullAnswer": "A Hard Day\\'s Night of the Living Dead" @@ -267109,16 +253499,6 @@ "show_number": "5507", "fullAnswer": "Florida" }, - { - "category": "A VISIT TO A JAPANESE TEMPLE", - "air_date": "2008-07-15", - "question": "(Kelly of the Clue Crew reads from Kiyomizudera Temple in Kyoto, Japan.) This is the shoro, or bell tower; you can see the imperial emblem that features the kiku, this flower symbolizing nobility", - "value": "$1200", - "answer": "chrysanthemum", - "round": "Double Jeopardy!", - "show_number": "5507", - "fullAnswer": "the chrysanthemum" - }, { "category": "ALSO KNOWN AS", "air_date": "2008-07-15", @@ -267229,16 +253609,6 @@ "show_number": "5507", "fullAnswer": "Vermont" }, - { - "category": "A VISIT TO A JAPANESE TEMPLE", - "air_date": "2008-07-15", - "question": "(Jimmy of the Clue Crew reads once more from outside Kiyomizudera Temple in Kyoto, Japan.) Most of the complex here was rebuilt in the 1630s under Iemitsu Tokugawa who had this title, meaning barbarian-subduing general", - "value": "$2000", - "answer": "shogun", - "round": "Double Jeopardy!", - "show_number": "5507", - "fullAnswer": "shogun" - }, { "category": "ALSO KNOWN AS", "air_date": "2008-07-15", @@ -268049,22 +254419,12 @@ "show_number": "5481", "fullAnswer": "a bear chair" }, - { - "category": "WORLD HISTORY", - "air_date": "2008-06-09", - "question": "(Sarah of the Clue Crew narrates from Lima, Peru.) The Plaza Mayor, Lima's main square since colonial days, was used for executions during the time of this tribunal that began in Peru around 1568", - "value": "$800", - "answer": "Inquisition", - "round": "Jeopardy!", - "show_number": "5481", - "fullAnswer": "the Inquisition" - }, { "category": "FORGOTTEN MUSICALS", "air_date": "2008-06-09", "question": "After just 5 performances, the door slammed on \"A Doll's Life\", based on this Scandinavian drama", "value": "$800", - "answer": "Doll\\'s House", + "answer": "Doll's House", "round": "Jeopardy!", "show_number": "5481", "fullAnswer": "A Doll\\'s House" @@ -268144,7 +254504,7 @@ "air_date": "2008-06-09", "question": "A review said this 1979 William Styron novel \"belongs on that small shelf reserved for American masterpieces\"", "value": "$1000", - "answer": "Sophie\\'s Choice", + "answer": "Sophie's Choice", "round": "Jeopardy!", "show_number": "5481", "fullAnswer": "Sophie\\'s Choice" @@ -268224,21 +254584,11 @@ "air_date": "2008-06-09", "question": "It took place in June 1876 at the Little Bighorn River", "value": "$400", - "answer": "Custer\\'s Last Stand", + "answer": "Custer's Last Stand", "round": "Double Jeopardy!", "show_number": "5481", "fullAnswer": "Custer\\'s Last Stand" }, - { - "category": "AVIATION", - "air_date": "2008-06-09", - "question": "(Cheryl of the Clue Crew presents from Nellis Air Force Base in Las Vegas, Nevada.) To accelerate a plane, this force must be greater than the drag. Luckily, the F-16's engines provide 27,000 pounds of it", - "value": "$800", - "answer": "thrust", - "round": "Double Jeopardy!", - "show_number": "5481", - "fullAnswer": "thrust" - }, { "category": "HEY, JUDE LAW!", "air_date": "2008-06-09", @@ -268304,7 +254654,7 @@ "air_date": "2008-06-09", "question": "Jude was Sean Penn's beast of (Jack) Burden in this 2006 film based on a Robert Penn Warren novel", "value": "$5,000", - "answer": "All the King\\'s Men", + "answer": "All the King's Men", "round": "Double Jeopardy!", "show_number": "5481", "fullAnswer": "All the King\\'s Men" @@ -269104,7 +255454,7 @@ "air_date": "2005-12-13", "question": "Farmer Arable dabbed the napkin at his mouth. Mmm! That Wilbur... \"Some pig\", indeed!", "value": "$200", - "answer": "Charlotte\\'s Web", + "answer": "Charlotte's Web", "round": "Jeopardy!", "show_number": "4892", "fullAnswer": "Charlotte\\'s Web" @@ -269224,7 +255574,7 @@ "air_date": "2005-12-13", "question": "Enraged, Lemuel tore the ropes from his body. His captors were \"not six inches high\"! His boot rose ominously.", "value": "$600", - "answer": "Gulliver\\'s Travels", + "answer": "Gulliver's Travels", "round": "Jeopardy!", "show_number": "4892", "fullAnswer": "Gulliver\\'s Travels" @@ -269394,7 +255744,7 @@ "air_date": "2005-12-13", "question": "Vermont hogs have lived high off this company, eating ice cream waste & loving it (except for mint Oreo)", "value": "$400", - "answer": "Ben & Jerry\\'s", + "answer": "Ben & Jerry's", "round": "Double Jeopardy!", "show_number": "4892", "fullAnswer": "Ben & Jerry\\'s" @@ -269439,16 +255789,6 @@ "show_number": "4892", "fullAnswer": "Rene Descartes" }, - { - "category": "ACTORS & ACTRESSES", - "air_date": "2005-12-13", - "question": "Born in Vancouver in 1981, on film he \"skywalked\" into space in 2002", - "value": "$800", - "answer": "Hayden Christensen", - "round": "Double Jeopardy!", - "show_number": "4892", - "fullAnswer": "Hayden Christensen" - }, { "category": "VERMONT", "air_date": "2005-12-13", @@ -269579,16 +255919,6 @@ "show_number": "4892", "fullAnswer": "Lake Champlain" }, - { - "category": "CHESS PAINS", - "air_date": "2005-12-13", - "question": "(Jimmy of the Clue Crew plays chess with Cheryl.) By moving my rook, I've given my opponent the nasty shock of discovered this", - "value": "$1600", - "answer": "check", - "round": "Double Jeopardy!", - "show_number": "4892", - "fullAnswer": "check" - }, { "category": "HISTORIC NAMES", "air_date": "2005-12-13", @@ -269609,16 +255939,6 @@ "show_number": "4892", "fullAnswer": "f" }, - { - "category": "PHILOSOPHERS", - "air_date": "2005-12-13", - "question": "(Sarah of the Clue Crew reads from Athens, Greece.) Stoicism, the name for his school of philosophy, is derived from the stoa; he taught his followers here", - "value": "$2000", - "answer": "Zeno", - "round": "Double Jeopardy!", - "show_number": "4892", - "fullAnswer": "Zeno" - }, { "category": "ACTORS & ACTRESSES", "air_date": "2005-12-13", @@ -269649,16 +255969,6 @@ "show_number": "4892", "fullAnswer": "ran out of time" }, - { - "category": "HISTORIC NAMES", - "air_date": "2005-12-13", - "question": "In 1940 he got more votes than any Republican presidential candidate before him, & still lost", - "value": "$2000", - "answer": "Wendell Wilkie", - "round": "Double Jeopardy!", - "show_number": "4892", - "fullAnswer": "Wendell Wilkie" - }, { "category": "TAKE A LETTER", "air_date": "2005-12-13", @@ -270389,16 +256699,6 @@ "show_number": "2020", "fullAnswer": "crickets" }, - { - "category": "MEDALS & DECORATIONS", - "air_date": "1993-05-21", - "question": "In August 1992 the medal whose reverse is seen here was presented in this country", - "value": "$500", - "answer": "Spain", - "round": "Jeopardy!", - "show_number": "2020", - "fullAnswer": "Spain" - }, { "category": "PROVERBS", "air_date": "1993-05-21", @@ -270524,7 +256824,7 @@ "air_date": "1993-05-21", "question": "On this holiday \"all the birds of the air in couples do join\"", "value": "$400", - "answer": "Valentine\\'s Day", + "answer": "Valentine's Day", "round": "Jeopardy!", "show_number": "2020", "fullAnswer": "Valentine\\'s Day" @@ -271044,7 +257344,7 @@ "air_date": "1997-09-03", "question": "A flogging with this multi-colored whip may leave you with a different type of scratch fever", "value": "$300", - "answer": "Cat O\\' Nine Tails", + "answer": "Cat O' Nine Tails", "round": "Jeopardy!", "show_number": "2988", "fullAnswer": "Cat O\\' Nine Tails" @@ -272329,16 +258629,6 @@ "show_number": "5793", "fullAnswer": "New Haven" }, - { - "category": "I CAN HAS CHEEZBURGER?", - "air_date": "2009-11-18", - "question": "This \"Top Chef\" host raised pulses with a finger-licking assault on a Carl's Jr. Western Bacon Cheeseburger", - "value": "$1000", - "answer": "Padma Lakshmi", - "round": "Jeopardy!", - "show_number": "5793", - "fullAnswer": "Padma Lakshmi" - }, { "category": "COMPANY CARS", "air_date": "2009-11-18", @@ -272369,26 +258659,6 @@ "show_number": "5793", "fullAnswer": "Fran Drescher" }, - { - "category": "MIXED \"NUT\"S", - "air_date": "2009-11-18", - "question": "It's not an insane asylum--it's the critter seen here", - "value": "$1000", - "answer": "nuthatch", - "round": "Jeopardy!", - "show_number": "5793", - "fullAnswer": "a nuthatch" - }, - { - "category": "ART HISTORY", - "air_date": "2009-11-18", - "question": "(Jimmy of the Clue Crew shows a painting on the monitor.) To produce the optical effect he wanted, this artist painted a border, now partially obscured by the frame, using the complementary colors that are next to it in the painting.", - "value": "$400", - "answer": "Seurat", - "round": "Double Jeopardy!", - "show_number": "5793", - "fullAnswer": "(Georges) Seurat" - }, { "category": "IN MY NETFLIX QUEUE", "air_date": "2009-11-18", @@ -272489,16 +258759,6 @@ "show_number": "5793", "fullAnswer": "an oldie" }, - { - "category": "ART HISTORY", - "air_date": "2009-11-18", - "question": "(Kelly of the Clue Crew shows a painting on the monitor.) Edward Hicks' \"Peaceable Kingdom\" depicts a verse by Isaiah that begins, \"The wolf shall dwell with the lamb\"; the meaning is amplified by the inclusion of this Quaker colony founder making a treaty with Native Americans", - "value": "$1200", - "answer": "Penn", - "round": "Double Jeopardy!", - "show_number": "5793", - "fullAnswer": "(William) Penn" - }, { "category": "IN MY NETFLIX QUEUE", "air_date": "2009-11-18", @@ -272564,7 +258824,7 @@ "air_date": "2009-11-18", "question": "This 2007 release in which Texas congressman Tom Hanks deals covertly with Afghan rebels", "value": "$1600", - "answer": "Charlie Wilson\\'s War", + "answer": "Charlie Wilson's War", "round": "Double Jeopardy!", "show_number": "5793", "fullAnswer": "Charlie Wilson\\'s War" @@ -272609,16 +258869,6 @@ "show_number": "5793", "fullAnswer": "a brogue" }, - { - "category": "ART HISTORY", - "air_date": "2009-11-18", - "question": "(Jimmy of the Clue Crew shows a painting on the monitor.) Undertaken as a guide to show a sculptor the best view, the triple portrait of this minister to France's Louis XIII gives us a glimpse of the Order of the Holy Spirit that he wore", - "value": "$2000", - "answer": "Richelieu", - "round": "Double Jeopardy!", - "show_number": "5793", - "fullAnswer": "(Cardinal) Richelieu" - }, { "category": "IN MY NETFLIX QUEUE", "air_date": "2009-11-18", @@ -273059,16 +259309,6 @@ "show_number": "5887", "fullAnswer": "a kneeslapper" }, - { - "category": "ECUADOR OF YORE", - "air_date": "2010-03-30", - "question": "(Kelly of the Clue Crew stands on a streetcar.) October 9th Street is so named because Guayaquil won independence from Spain on October 9, 1820; it was soon annexed by this man", - "value": "$800", - "answer": "Simon Bolivar", - "round": "Double Jeopardy!", - "show_number": "5887", - "fullAnswer": "Simon Bolivar" - }, { "category": "\"W\"RITERS", "air_date": "2010-03-30", @@ -273179,16 +259419,6 @@ "show_number": "5887", "fullAnswer": "giggle" }, - { - "category": "ECUADOR OF YORE", - "air_date": "2010-03-30", - "question": "(Kelly of the Clue Crew shows off a spiffy white hat.) Originally made in Ecuador, these were shipped from a country north of here, hence the name by which they're known", - "value": "$4,000", - "answer": "Panama hats", - "round": "Double Jeopardy!", - "show_number": "5887", - "fullAnswer": "Panama hats" - }, { "category": "\"W\"RITERS", "air_date": "2010-03-30", @@ -273219,16 +259449,6 @@ "show_number": "5887", "fullAnswer": "Venezuela" }, - { - "category": "HISTORIC FASHION", - "air_date": "2010-03-30", - "question": "The high-waisted dresses of the early 19th century were known as this style after the First French one, ruled by Napoleon", - "value": "$2000", - "answer": "Empire waist", - "round": "Double Jeopardy!", - "show_number": "5887", - "fullAnswer": "the Empire waist" - }, { "category": "ARE YOU HAVING A LAUGH?", "air_date": "2010-03-30", @@ -273239,16 +259459,6 @@ "show_number": "5887", "fullAnswer": "chortle" }, - { - "category": "ECUADOR OF YORE", - "air_date": "2010-03-30", - "question": "(Kelly of the Clue Crew reports from the Parque Histórico in Guayaquil, Ecuador.) The Malecón, or river walk, was rebuilt on a more grand scale after the 1896 fire, which some said was set on purpose to keep President Alfaro from moving the capital here to Guayaquil from this city", - "value": "$2000", - "answer": "Quito", - "round": "Double Jeopardy!", - "show_number": "5887", - "fullAnswer": "Quito" - }, { "category": "NAVAL HEROES", "air_date": "2010-03-30", @@ -273939,16 +260149,6 @@ "show_number": "5908", "fullAnswer": "his signature" }, - { - "category": "SPORTS EQUIPMENT", - "air_date": "2010-04-28", - "question": "(Sarah of the Clue Crew reports from Trek Bicycle Corporation in Wisconsin.) Trek Bikes has a place of honor for one of the first of these bikes, made by Gary Fisher, who took to the hills after being kicked out of bike racing for having long hair", - "value": "$400", - "answer": "mountain bikes", - "round": "Jeopardy!", - "show_number": "5908", - "fullAnswer": "mountain bikes" - }, { "category": "AT THE DRUGSTORE", "air_date": "2010-04-28", @@ -274149,16 +260349,6 @@ "show_number": "5908", "fullAnswer": "Florida" }, - { - "category": "IN A MUSICAL MOOD", - "air_date": "2010-04-28", - "question": "This paired musical instrument heard here is popular throughout Asia & the Middle East", - "value": "$1000", - "answer": "tabla", - "round": "Jeopardy!", - "show_number": "5908", - "fullAnswer": "the tabla" - }, { "category": "PLAYING BY \"EAR\"", "air_date": "2010-04-28", @@ -274214,7 +260404,7 @@ "air_date": "2010-04-28", "question": "She married John in 1952, 29 years before Reagan appointed her to the Supreme Court", "value": "$400", - "answer": "O\\'Connor", + "answer": "O'Connor", "round": "Double Jeopardy!", "show_number": "5908", "fullAnswer": "(Sandra Day) O\\'Connor" @@ -274404,7 +260594,7 @@ "air_date": "2010-04-28", "question": "This 17th century form of Italian popular theater was marked by stock characters & familiar plots", "value": "$1600", - "answer": "commedia dell\\'arte", + "answer": "commedia dell'arte", "round": "Double Jeopardy!", "show_number": "5908", "fullAnswer": "commedia dell\\'arte" @@ -274429,16 +260619,6 @@ "show_number": "5908", "fullAnswer": "a spaceship" }, - { - "category": "MY ART WILL GO ON", - "air_date": "2010-04-28", - "question": "The work by this Dutch artist is seen here; maybe it's for the best he didn't become an architect, as he first intended", - "value": "$2000", - "answer": "Escher", - "round": "Double Jeopardy!", - "show_number": "5908", - "fullAnswer": "(M.C.) Escher" - }, { "category": "NICE SAUSAGE!", "air_date": "2010-04-28", @@ -275644,7 +261824,7 @@ "air_date": "1992-05-28", "question": "In 1957 Franchot Tone & Wendy Hiller starred in this playwright's \"A Moon for the Misbegotten\"", "value": "$1000", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "1799", "fullAnswer": "Eugene O\\'Neill" @@ -276579,16 +262759,6 @@ "show_number": "4639", "fullAnswer": "the hurdles" }, - { - "category": "WASHINGTON'S NATIONAL CATHEDRAL", - "air_date": "2004-11-05", - "question": "(Cheryl of the Clue Crew reports from the National Cathedral in Washington, D.C.) In 1968 he gave his last Sunday sermon from the Canterbury pulpit; a memorial service for him was held here 5 days later", - "value": "$400", - "answer": "Dr. King", - "round": "Double Jeopardy!", - "show_number": "4639", - "fullAnswer": "Dr. King" - }, { "category": "IT'S ALL GREEK TO ME", "air_date": "2004-11-05", @@ -276659,16 +262829,6 @@ "show_number": "4639", "fullAnswer": "rheumatoid" }, - { - "category": "AWARDS & HONORS", - "air_date": "2004-11-05", - "question": "(Hi. I'm Gretchen Carlson of the CBS Saturday Early Show.) As a journalist I've been honored with 3 of these awards named for this TV legend, George Burns' famous partner", - "value": "$800", - "answer": "Gracie Allen", - "round": "Double Jeopardy!", - "show_number": "4639", - "fullAnswer": "Gracie Allen" - }, { "category": "LETTER PERFECT", "air_date": "2004-11-05", @@ -276794,7 +262954,7 @@ "air_date": "2004-11-05", "question": "A clever basketball coach is said to be good with these two letters", "value": "$1600", - "answer": "X\\'s & O\\'s", + "answer": "X's & O's", "round": "Double Jeopardy!", "show_number": "4639", "fullAnswer": "X\\'s & O\\'s" @@ -277494,21 +263654,11 @@ "air_date": "2011-05-23", "question": "A classic commercial for this sweet had one person say, \"you got your chocolate in my peanut butter!\"", "value": "$200", - "answer": "Reese\\'s", + "answer": "Reese's", "round": "Jeopardy!", "show_number": "6156", "fullAnswer": "Reese\\'s" }, - { - "category": "CELEBRITIES' FAVORITE BOOKS", - "air_date": "2011-05-23", - "question": "(Dana Delaney presents the clue.) I love this 1925 F. Scott Fitzgerald masterpiece, with its gorgeous prose & moral themes -- some say I'm a bit Daisy Buchanan myself", - "value": "$200", - "answer": "Great Gatsby", - "round": "Jeopardy!", - "show_number": "6156", - "fullAnswer": "The Great Gatsby" - }, { "category": "CLASSIC MONOPOLY TOKENS", "air_date": "2011-05-23", @@ -277519,16 +263669,6 @@ "show_number": "6156", "fullAnswer": "a thimble" }, - { - "category": "SPELL IT RIGHT", - "air_date": "2011-05-23", - "question": "He was big in Egypt", - "value": "$200", - "answer": "p-h-a-r-a-o-h", - "round": "Jeopardy!", - "show_number": "6156", - "fullAnswer": "p-h-a-r-a-o-h" - }, { "category": "\"C\" WORLD", "air_date": "2011-05-23", @@ -277544,7 +263684,7 @@ "air_date": "2011-05-23", "question": "\"Paradise City\" & \"November Rain\"", "value": "$400", - "answer": "Guns N\\' Roses", + "answer": "Guns N' Roses", "round": "Jeopardy!", "show_number": "6156", "fullAnswer": "Guns N\\' Roses" @@ -277559,16 +263699,6 @@ "show_number": "6156", "fullAnswer": "Kit Kat" }, - { - "category": "CELEBRITIES' FAVORITE BOOKS", - "air_date": "2011-05-23", - "question": "(Pat Sajak presents the clue.) Ayn Rand put the individual's right to seek happiness at the center of this 1957 novel with a mythical character in its title", - "value": "$400", - "answer": "Atlas Shrugged", - "round": "Jeopardy!", - "show_number": "6156", - "fullAnswer": "Atlas Shrugged" - }, { "category": "CLASSIC MONOPOLY TOKENS", "air_date": "2011-05-23", @@ -277579,26 +263709,6 @@ "show_number": "6156", "fullAnswer": "a tophat" }, - { - "category": "SPELL IT RIGHT", - "air_date": "2011-05-23", - "question": "A new star?", - "value": "$400", - "answer": "i-n-g-e-n-u-e", - "round": "Jeopardy!", - "show_number": "6156", - "fullAnswer": "i-n-g-e-n-u-e" - }, - { - "category": "\"C\" WORLD", - "air_date": "2011-05-23", - "question": "The cathedral in this English city is seen here", - "value": "$600", - "answer": "Canterbury", - "round": "Jeopardy!", - "show_number": "6156", - "fullAnswer": "Canterbury" - }, { "category": "THEIR GREATEST HITS", "air_date": "2011-05-23", @@ -277619,16 +263729,6 @@ "show_number": "6156", "fullAnswer": "Kisses" }, - { - "category": "CELEBRITIES' FAVORITE BOOKS", - "air_date": "2011-05-23", - "question": "(Dr. Oz presents the clue.) A dramatic telegram in this Hemingway novel that I love reads, \"Lady Ashley Hotel Montana Madrid arriving Sud Express tomorrow love Jake\"", - "value": "$600", - "answer": "Sun Also Rises", - "round": "Jeopardy!", - "show_number": "6156", - "fullAnswer": "The Sun Also Rises" - }, { "category": "CLASSIC MONOPOLY TOKENS", "air_date": "2011-05-23", @@ -277639,16 +263739,6 @@ "show_number": "6156", "fullAnswer": "the shoe" }, - { - "category": "SPELL IT RIGHT", - "air_date": "2011-05-23", - "question": "In England it's zero", - "value": "$600", - "answer": "c-y-p-h-e-r", - "round": "Jeopardy!", - "show_number": "6156", - "fullAnswer": "c-y-p-h-e-r" - }, { "category": "\"C\" WORLD", "air_date": "2011-05-23", @@ -277679,16 +263769,6 @@ "show_number": "6156", "fullAnswer": "Starburst" }, - { - "category": "CELEBRITIES' FAVORITE BOOKS", - "air_date": "2011-05-23", - "question": "(Julie Bowen presents the clue.) As in \"Age of Innocence\", this author depicts a struggle with the New York social order in \"The House of Mirth\", & I think even more powerfully", - "value": "$800", - "answer": "Edith Wharton", - "round": "Jeopardy!", - "show_number": "6156", - "fullAnswer": "Edith Wharton" - }, { "category": "CLASSIC MONOPOLY TOKENS", "air_date": "2011-05-23", @@ -277699,16 +263779,6 @@ "show_number": "6156", "fullAnswer": "the battleship" }, - { - "category": "SPELL IT RIGHT", - "air_date": "2011-05-23", - "question": "It's got mass appeal", - "value": "$800", - "answer": "r-e-q-u-i-e-m", - "round": "Jeopardy!", - "show_number": "6156", - "fullAnswer": "r-e-q-u-i-e-m" - }, { "category": "\"C\" WORLD", "air_date": "2011-05-23", @@ -277739,16 +263809,6 @@ "show_number": "6156", "fullAnswer": "Zagnut" }, - { - "category": "CELEBRITIES' FAVORITE BOOKS", - "air_date": "2011-05-23", - "question": "(Former President Clinton presents the clue.) My favorite work of nonfiction is the \"Meditations\" of this Roman emperor who used his stoic philosophy to face the troubles of his reign in his own life", - "value": "$1000", - "answer": "Marcus Aurelius", - "round": "Jeopardy!", - "show_number": "6156", - "fullAnswer": "Marcus Aurelius" - }, { "category": "CLASSIC MONOPOLY TOKENS", "air_date": "2011-05-23", @@ -277759,26 +263819,6 @@ "show_number": "6156", "fullAnswer": "a racecar" }, - { - "category": "SPELL IT RIGHT", - "air_date": "2011-05-23", - "question": "A French connection", - "value": "$1000", - "answer": "r-e-n-d-e-zed-v-o-u-s", - "round": "Jeopardy!", - "show_number": "6156", - "fullAnswer": "r-e-n-d-e-zed-v-o-u-s" - }, - { - "category": "THE NEW YORK PUBLIC LIBRARY", - "air_date": "2011-05-23", - "question": "The iconic lions at the entrance were named \"Patience\" and \"Fortitude\" by this 1930s mayor after needed qualities during the Depression", - "value": "$400", - "answer": "LaGuardia", - "round": "Double Jeopardy!", - "show_number": "6156", - "fullAnswer": "LaGuardia" - }, { "category": "SATURDAY NIGHT LIVE RECURRING ROLES", "air_date": "2011-05-23", @@ -277829,16 +263869,6 @@ "show_number": "6156", "fullAnswer": "a bath" }, - { - "category": "THE NEW YORK PUBLIC LIBRARY", - "air_date": "2011-05-23", - "question": "They changed a bit in illustrations and movies, but the library has this author's sons original animals, including a bear", - "value": "$800", - "answer": ".A. Milne", - "round": "Double Jeopardy!", - "show_number": "6156", - "fullAnswer": "A.A. Milne" - }, { "category": "SATURDAY NIGHT LIVE RECURRING ROLES", "air_date": "2011-05-23", @@ -277889,16 +263919,6 @@ "show_number": "6156", "fullAnswer": "a cowboy" }, - { - "category": "THE NEW YORK PUBLIC LIBRARY", - "air_date": "2011-05-23", - "question": "The library has a loveletter to Fanny Brawne by this poet, from August of 1820; he died the following February", - "value": "$1200", - "answer": "Keats", - "round": "Double Jeopardy!", - "show_number": "6156", - "fullAnswer": "Keats" - }, { "category": "SATURDAY NIGHT LIVE RECURRING ROLES", "air_date": "2011-05-23", @@ -277949,16 +263969,6 @@ "show_number": "6156", "fullAnswer": "a comforter" }, - { - "category": "THE NEW YORK PUBLIC LIBRARY", - "air_date": "2011-05-23", - "question": "The circa 1510 Hunt-Lenox globe bears the Latin inscription \"hc svnt dracones\" which translates to this 3-word phrase", - "value": "$1600", - "answer": "here be dragons", - "round": "Double Jeopardy!", - "show_number": "6156", - "fullAnswer": "here be dragons" - }, { "category": "SATURDAY NIGHT LIVE RECURRING ROLES", "air_date": "2011-05-23", @@ -278009,16 +264019,6 @@ "show_number": "6156", "fullAnswer": "a biscuit" }, - { - "category": "THE NEW YORK PUBLIC LIBRARY", - "air_date": "2011-05-23", - "question": "Among books that don't circulate is an 1866 volume inscribed by this British author to the little girl who inspired his work", - "value": "$500", - "answer": "Lewis Carroll", - "round": "Double Jeopardy!", - "show_number": "6156", - "fullAnswer": "Lewis Carroll" - }, { "category": "SATURDAY NIGHT LIVE RECURRING ROLES", "air_date": "2011-05-23", @@ -278504,7 +264504,7 @@ "air_date": "1996-11-11", "question": "Mickey Rooney said he'd \"never read Shakespeare before or since\" he played Puck in a film version of this comedy", "value": "$800", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "2806", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -278869,16 +264869,6 @@ "show_number": "6129", "fullAnswer": "Puma" }, - { - "category": "FORMULA2", - "air_date": "2011-04-14", - "question": "(Kelly of the Clue Crew shows some structural formulas on the monitor.) Alkanes are organic compounds that have carbon atoms arranged in a row; C2H6 is ethane; add one carbon & two hydrogens to get C3H8, this backyard barbecue staple", - "value": "$1000", - "answer": "propane", - "round": "Jeopardy!", - "show_number": "6129", - "fullAnswer": "propane" - }, { "category": "RACING", "air_date": "2011-04-14", @@ -278904,7 +264894,7 @@ "air_date": "2011-04-14", "question": "Kate Jackson,
Farrah Fawcett,
Jaclyn Smith", "value": "$400", - "answer": "Charlie\\'s Angels", + "answer": "Charlie's Angels", "round": "Double Jeopardy!", "show_number": "6129", "fullAnswer": "Charlie\\'s Angels" @@ -279059,26 +265049,6 @@ "show_number": "6129", "fullAnswer": "Birmingham" }, - { - "category": "THE BORGIAS", - "air_date": "2011-04-14", - "question": "The policies of this conniving Borgia son were so ruthless that Machiavelli cited him as an example of the new prince", - "value": "$1200", - "answer": "Cesare", - "round": "Double Jeopardy!", - "show_number": "6129", - "fullAnswer": "Cesare" - }, - { - "category": "ART & ARTISTS", - "air_date": "2011-04-14", - "question": "His \"Delft\" touch is seen here", - "value": "$1600", - "answer": "Vermeer", - "round": "Double Jeopardy!", - "show_number": "6129", - "fullAnswer": "(Jan) Vermeer" - }, { "category": "TV SHOW CASTING CALL", "air_date": "2011-04-14", @@ -279099,16 +265069,6 @@ "show_number": "6129", "fullAnswer": "a pterodactyl" }, - { - "category": "COMPLIMENTS FOR FISHING", - "air_date": "2011-04-14", - "question": "Wow! Look at that blue one of these swordfish relatives you've hooked! It's a 1,400-pounder if it's an ounce", - "value": "$1600", - "answer": "marlin", - "round": "Double Jeopardy!", - "show_number": "6129", - "fullAnswer": "a marlin" - }, { "category": "ALABAMMY BOUND", "air_date": "2011-04-14", @@ -279119,16 +265079,6 @@ "show_number": "6129", "fullAnswer": "the Saturn V rocket" }, - { - "category": "THE BORGIAS", - "air_date": "2011-04-14", - "question": "History has portrayed this Borgia daughter as a master of political intrigue, though she may have been a pawn", - "value": "$1600", - "answer": "Lucrezia", - "round": "Double Jeopardy!", - "show_number": "6129", - "fullAnswer": "Lucrezia" - }, { "category": "ART & ARTISTS", "air_date": "2011-04-14", @@ -279149,16 +265099,6 @@ "show_number": "6129", "fullAnswer": "Brothers & Sisters" }, - { - "category": "PSILENT \"P\"", - "air_date": "2011-04-14", - "question": "You may grouse about this Arctic bird seen here", - "value": "$2000", - "answer": "ptarmigan", - "round": "Double Jeopardy!", - "show_number": "6129", - "fullAnswer": "a ptarmigan" - }, { "category": "COMPLIMENTS FOR FISHING", "air_date": "2011-04-14", @@ -279179,16 +265119,6 @@ "show_number": "6129", "fullAnswer": "Sequoyah" }, - { - "category": "THE BORGIAS", - "air_date": "2011-04-14", - "question": "Jeremy Irons portrays Borgia patriarch Rodrigo, who's being inaugurated as the sixth pope of this name", - "value": "$2000", - "answer": "Alexander", - "round": "Double Jeopardy!", - "show_number": "6129", - "fullAnswer": "Alexander" - }, { "category": "AUTHORS ON AUTHORS", "air_date": "2011-04-14", @@ -279454,7 +265384,7 @@ "air_date": "1997-06-10", "question": "Field salad is a salad green also known as this young hoofed animal's lettuce", "value": "$500", - "answer": "Lamb\\'s Lettuce", + "answer": "Lamb's Lettuce", "round": "Jeopardy!", "show_number": "2957", "fullAnswer": "Lamb\\'s Lettuce" @@ -279889,16 +265819,6 @@ "show_number": "4955", "fullAnswer": "Ankara" }, - { - "category": "GROOVY", - "air_date": "2006-03-10", - "question": "Seen here are grooves in this Buckeye State scoured into limestone 18,000 years ago by the Great Ice Sheet", - "value": "$400", - "answer": "Ohio", - "round": "Jeopardy!", - "show_number": "4955", - "fullAnswer": "Ohio" - }, { "category": "GOLLY \"G\"!", "air_date": "2006-03-10", @@ -280014,7 +265934,7 @@ "air_date": "2006-03-10", "question": "This Simon & Garfunkel tune is also known as \"The 59th Street Bridge Song\"", "value": "$800", - "answer": "Feelin\\' Groovy", + "answer": "Feelin' Groovy", "round": "Jeopardy!", "show_number": "4955", "fullAnswer": "\"Feelin\\' Groovy\"" @@ -280169,16 +266089,6 @@ "show_number": "4955", "fullAnswer": "Fahrenheit 451" }, - { - "category": "ALL THAT JAZZ", - "air_date": "2006-03-10", - "question": "(Cheryl of the Clue Crew reports from the Smithsonian Institution.) This Grammy is one of 13 awarded to this jazz singer called \"The First Lady of Song\"", - "value": "$800", - "answer": "Ella Fitzgerald", - "round": "Double Jeopardy!", - "show_number": "4955", - "fullAnswer": "Ella Fitzgerald" - }, { "category": "-ISMS", "air_date": "2006-03-10", @@ -280254,7 +266164,7 @@ "air_date": "2006-03-10", "question": "She once remarked, \"The power I exert on the court depends on the power of my arguments, not on my gender\"", "value": "$1200", - "answer": "Sandra Day O\\'Connor", + "answer": "Sandra Day O'Connor", "round": "Double Jeopardy!", "show_number": "4955", "fullAnswer": "Sandra Day O\\'Connor" @@ -280349,16 +266259,6 @@ "show_number": "4955", "fullAnswer": "Cab Calloway" }, - { - "category": "-ISMS", - "air_date": "2006-03-10", - "question": "(Kelly of the Clue Crew explains a symbol pictured on a screen.) A Roman symbol in which rods tied together meant unity led to the name of this ideology that glorifies the state", - "value": "$2000", - "answer": "fascism", - "round": "Double Jeopardy!", - "show_number": "4955", - "fullAnswer": "fascism" - }, { "category": "QUOTABLE WOMEN", "air_date": "2006-03-10", @@ -280439,16 +266339,6 @@ "show_number": "6116", "fullAnswer": "a circular file" }, - { - "category": "CHEVY CHASE ON SNL", - "air_date": "2011-03-28", - "question": "(Chevy Chase delivers the clue from the set of Community.) On \"Weekend Update\", I announced \"Our top story tonight: Generalissimo\" this man \"is still dead\"", - "value": "$200", - "answer": "Franco", - "round": "Jeopardy!", - "show_number": "6116", - "fullAnswer": "Franco" - }, { "category": "D-DAY", "air_date": "2011-03-28", @@ -280499,16 +266389,6 @@ "show_number": "6116", "fullAnswer": "a square meal" }, - { - "category": "CHEVY CHASE ON SNL", - "air_date": "2011-03-28", - "question": "(Chevy Chase delivers the clue from the set of Community.) In 1986, 10 years after I played at least a small part in denying this man a new term, I met him at a conference on humor & the presidency held at his museum", - "value": "$400", - "answer": "Gerald Ford", - "round": "Jeopardy!", - "show_number": "6116", - "fullAnswer": "Gerald Ford" - }, { "category": "D-DAY", "air_date": "2011-03-28", @@ -280559,16 +266439,6 @@ "show_number": "6116", "fullAnswer": "the parallel bars" }, - { - "category": "CHEVY CHASE ON SNL", - "air_date": "2011-03-28", - "question": "(Chevy Chase delivers the clue from the set of Community.) When I checked into \"Samurai Hotel\", Richard Pryor & this actor argued with swords, over who'd carry my bags to my room", - "value": "$600", - "answer": "John Belushi", - "round": "Jeopardy!", - "show_number": "6116", - "fullAnswer": "John Belushi" - }, { "category": "D-DAY", "air_date": "2011-03-28", @@ -280609,16 +266479,6 @@ "show_number": "6116", "fullAnswer": "acute" }, - { - "category": "CHEVY CHASE ON SNL", - "air_date": "2011-03-28", - "question": "(Chevy Chase delivers the clue from the set of Community.) I played this \"SNL\" character who tried to gain entry into peoples' homes by claiming to be a plumber, a dolphin & a deliverer of a \"candygram\"", - "value": "$800", - "answer": "landshark", - "round": "Jeopardy!", - "show_number": "6116", - "fullAnswer": "the landshark" - }, { "category": "D-DAY", "air_date": "2011-03-28", @@ -280649,26 +266509,6 @@ "show_number": "6116", "fullAnswer": "caves" }, - { - "category": "SOUNDS GEOMETRIC", - "air_date": "2011-03-28", - "question": "(Kelly of the Clue Crew reports from Microsoft Research in Redmond, WA.) Microsoft surface uses multiple cameras to find my finger position with this geometric technique where two known points lead to the location of an unknown", - "value": "$1,400", - "answer": "triangulation", - "round": "Jeopardy!", - "show_number": "6116", - "fullAnswer": "triangulation" - }, - { - "category": "CHEVY CHASE ON SNL", - "air_date": "2011-03-28", - "question": "(Chevy Chase delivers the clue from the set of Community.) I told Gilda Radner, \"I don't know, Babs, but I do know this--you've really let\" this small, fleshy item that hangs from the soft palate \"go to the dogs\"", - "value": "$1000", - "answer": "your uvula", - "round": "Jeopardy!", - "show_number": "6116", - "fullAnswer": "your uvula" - }, { "category": "\"E\" DAY", "air_date": "2011-03-28", @@ -280799,16 +266639,6 @@ "show_number": "6116", "fullAnswer": "WKRP in Cincinnati" }, - { - "category": "IT'S A DOGGY DOG WORLD", - "air_date": "2011-03-28", - "question": "The AKC says the name of this dog breed seen here goes back to one owned by Kees de Gyselaer", - "value": "$1200", - "answer": "keeshond", - "round": "Double Jeopardy!", - "show_number": "6116", - "fullAnswer": "keeshond" - }, { "category": "20th CENTURY NOVELS", "air_date": "2011-03-28", @@ -280909,16 +266739,6 @@ "show_number": "6116", "fullAnswer": "Peaches & Herb" }, - { - "category": "IT'S A DOGGY DOG WORLD", - "air_date": "2011-03-28", - "question": "Byron said his dog, of this large breed, possessed beauty without vanity & all the virtues of man without his vices", - "value": "$2000", - "answer": "Newfoundland", - "round": "Double Jeopardy!", - "show_number": "6116", - "fullAnswer": "a Newfoundland" - }, { "category": "20th CENTURY NOVELS", "air_date": "2011-03-28", @@ -281274,7 +267094,7 @@ "air_date": "2000-02-08", "question": "Doggy Dogg's chicken houses", "value": "$200", - "answer": "Snoop\\'s coops", + "answer": "Snoop's coops", "round": "Double Jeopardy!", "show_number": "3557", "fullAnswer": "Snoop\\'s coops" @@ -281334,7 +267154,7 @@ "air_date": "2000-02-08", "question": "Jagger's ballpoint pens", "value": "$400", - "answer": "Mick\\'s Bics", + "answer": "Mick's Bics", "round": "Double Jeopardy!", "show_number": "3557", "fullAnswer": "Mick\\'s Bics" @@ -281394,7 +267214,7 @@ "air_date": "2000-02-08", "question": "Bono's band's ballet wear", "value": "$600", - "answer": "U2\\'s tutus", + "answer": "U2's tutus", "round": "Double Jeopardy!", "show_number": "3557", "fullAnswer": "U2\\'s tutus" @@ -281454,7 +267274,7 @@ "air_date": "2000-02-08", "question": "Hagar's nightclothes", "value": "$800", - "answer": "Sammy\\'s jammies", + "answer": "Sammy's jammies", "round": "Double Jeopardy!", "show_number": "3557", "fullAnswer": "Sammy\\'s jammies" @@ -281514,7 +267334,7 @@ "air_date": "2000-02-08", "question": "Mr. Vicious' children", "value": "$1000", - "answer": "Sid\\'s kids", + "answer": "Sid's kids", "round": "Double Jeopardy!", "show_number": "3557", "fullAnswer": "Sid\\'s kids" @@ -282169,16 +267989,6 @@ "show_number": "2756", "fullAnswer": "Pygmalion" }, - { - "category": "THE MIDDLE-AGED", - "air_date": "2000-11-28", - "question": "The website bbhq.com has trivia, chat, etc. for these people born between '46 & '64", - "value": "$100", - "answer": "Baby boomers", - "round": "Jeopardy!", - "show_number": "3737", - "fullAnswer": "Baby boomers" - }, { "category": "JAMES K. POLK ME", "air_date": "2000-11-28", @@ -282879,16 +268689,6 @@ "show_number": "6172", "fullAnswer": "Emeril Lagasse" }, - { - "category": "OTHER STATUES OF LIBERTY", - "air_date": "2011-06-14", - "question": "Lady Liberty is looking very put together as depicted in this Jutland park", - "value": "$400", - "answer": "Legoland", - "round": "Jeopardy!", - "show_number": "6172", - "fullAnswer": "Legoland" - }, { "category": "\"AW\", SHUCKS", "air_date": "2011-06-14", @@ -282999,26 +268799,6 @@ "show_number": "6172", "fullAnswer": "Wolfgang Puck" }, - { - "category": "OTHER STATUES OF LIBERTY", - "air_date": "2011-06-14", - "question": "The statue seen here is in this Western city that wants to liberate your cash", - "value": "$800", - "answer": "Las Vegas", - "round": "Jeopardy!", - "show_number": "6172", - "fullAnswer": "Las Vegas" - }, - { - "category": "\"AW\", SHUCKS", - "air_date": "2011-06-14", - "question": "Developed by sailors to pass the time, it's the art of carving on whalebone or ivory", - "value": "$800", - "answer": "scrimshaw", - "round": "Jeopardy!", - "show_number": "6172", - "fullAnswer": "scrimshaw" - }, { "category": "HISTORICAL QUOTATIONS", "air_date": "2011-06-14", @@ -283199,16 +268979,6 @@ "show_number": "6172", "fullAnswer": "bingo" }, - { - "category": "ART", - "air_date": "2011-06-14", - "question": "(Kelly of the Clue Crew displays a painting on the monitor.) This artist cleverly included a glimpse of his painting \"The Dance\" as part of a 1909 still life", - "value": "$1200", - "answer": "Matisse", - "round": "Double Jeopardy!", - "show_number": "6172", - "fullAnswer": "Matisse" - }, { "category": "GREAT LAKES", "air_date": "2011-06-14", @@ -283234,7 +269004,7 @@ "air_date": "2011-06-14", "question": "Ben Mears finds his hometown infested with vampires, decides to fight back", "value": "$1200", - "answer": "Salem\\'s Lot", + "answer": "Salem's Lot", "round": "Double Jeopardy!", "show_number": "6172", "fullAnswer": "Salem\\'s Lot" @@ -283319,16 +269089,6 @@ "show_number": "6172", "fullAnswer": "Santo Domingo" }, - { - "category": "ART", - "air_date": "2011-06-14", - "question": "The clouds undulate in van Gogh's painting called \"A Wheat Field with\" these trees", - "value": "$2000", - "answer": "cypresses", - "round": "Double Jeopardy!", - "show_number": "6172", - "fullAnswer": "cypresses" - }, { "category": "GREAT LAKES", "air_date": "2011-06-14", @@ -283429,16 +269189,6 @@ "show_number": "4714", "fullAnswer": "Boys Town" }, - { - "category": "SIGNS", - "air_date": "2005-02-17", - "question": "You'll need your platinum card when shopping along the avenue posted here in this city", - "value": "$200", - "answer": "Beverly Hills", - "round": "Jeopardy!", - "show_number": "4714", - "fullAnswer": "Beverly Hills" - }, { "category": "THE SIXTH SENSE", "air_date": "2005-02-17", @@ -283459,16 +269209,6 @@ "show_number": "4714", "fullAnswer": "The Call of the Wild" }, - { - "category": "WE'VE GOT DESIGNS ON BROADWAY", - "air_date": "2005-02-17", - "question": "(Jimmy of the Clue Crew gondolas across the stage of the Majestic Theatre in New York.) On June 5, 1988, \"Phantom Of The Opera\" won seven of these awards, & you can see why it won for scenic design and lighting", - "value": "$400", - "answer": "Tony Awards", - "round": "Jeopardy!", - "show_number": "4714", - "fullAnswer": "Tony Awards" - }, { "category": "GIVE AN \"NCH\"", "air_date": "2005-02-17", @@ -283489,16 +269229,6 @@ "show_number": "4714", "fullAnswer": "Cooperstown" }, - { - "category": "SIGNS", - "air_date": "2005-02-17", - "question": "Hopefully you won't rue the day you see the \"Rue\" sign seen here in this Louisiana district", - "value": "$400", - "answer": "French Quarter", - "round": "Jeopardy!", - "show_number": "4714", - "fullAnswer": "the French Quarter" - }, { "category": "THE SIXTH SENSE", "air_date": "2005-02-17", @@ -283549,16 +269279,6 @@ "show_number": "4714", "fullAnswer": "Panmunjom" }, - { - "category": "SIGNS", - "air_date": "2005-02-17", - "question": "When we're near the sign seen here, it's time to go tubing in this city", - "value": "$600", - "answer": "London", - "round": "Jeopardy!", - "show_number": "4714", - "fullAnswer": "London" - }, { "category": "THE SIXTH SENSE", "air_date": "2005-02-17", @@ -283579,16 +269299,6 @@ "show_number": "4714", "fullAnswer": "The Prince and the Pauper" }, - { - "category": "WE'VE GOT DESIGNS ON BROADWAY", - "air_date": "2005-02-17", - "question": "(Cheryl of the Clue Crew delivers the clue from the New Amsterdam Theatre.) The New Amsterdam Theatre is a fine example of this art style that features vines, flowers & flowing hair", - "value": "$800", - "answer": "Art Nouveau", - "round": "Jeopardy!", - "show_number": "4714", - "fullAnswer": "Art Nouveau" - }, { "category": "GIVE AN \"NCH\"", "air_date": "2005-02-17", @@ -283609,16 +269319,6 @@ "show_number": "4714", "fullAnswer": "Gorgonzola" }, - { - "category": "SIGNS", - "air_date": "2005-02-17", - "question": "If you've stopped for a breather next to this sign, it's only 100 more miles northeast to this capital", - "value": "$800", - "answer": "Little Rock ", - "round": "Jeopardy!", - "show_number": "4714", - "fullAnswer": "Little Rock (Arkansas)" - }, { "category": "THE SIXTH SENSE", "air_date": "2005-02-17", @@ -283669,16 +269369,6 @@ "show_number": "4714", "fullAnswer": "Cana" }, - { - "category": "SIGNS", - "air_date": "2005-02-17", - "question": "The sign seen here might cross your mind if you're driving in this country", - "value": "$1000", - "answer": "New Zealand", - "round": "Jeopardy!", - "show_number": "4714", - "fullAnswer": "New Zealand" - }, { "category": "THE SIXTH SENSE", "air_date": "2005-02-17", @@ -283759,16 +269449,6 @@ "show_number": "4714", "fullAnswer": "(Scott) Joplin" }, - { - "category": "SHOW BUSINESS GROUPS", - "air_date": "2005-02-17", - "question": "(Honorary Clue Crew member Dayna Devon from Extra reports from an awards show.) The Golden Globe Awards are given by the HFPA, a group whose reporters hail from places like Argentina, Egypt & Taiwan", - "value": "$800", - "answer": "Hollywood Foreign Press Association", - "round": "Double Jeopardy!", - "show_number": "4714", - "fullAnswer": "the Hollywood Foreign Press Association" - }, { "category": "FRUIT", "air_date": "2005-02-17", @@ -283889,16 +269569,6 @@ "show_number": "4714", "fullAnswer": "(Jack) Valenti" }, - { - "category": "FRUIT", - "air_date": "2005-02-17", - "question": "Now is the time to name this tart berry, seen here", - "value": "$1600", - "answer": "currant", - "round": "Double Jeopardy!", - "show_number": "4714", - "fullAnswer": "a currant" - }, { "category": "VICE PRESIDENTIAL VICE", "air_date": "2005-02-17", @@ -283979,16 +269649,6 @@ "show_number": "4714", "fullAnswer": "hydrogen bonds" }, - { - "category": "\"AA\"", - "air_date": "2005-02-17", - "question": "The figurine seen here illustrates an article about this biblical man", - "value": "$2000", - "answer": "Balaam", - "round": "Double Jeopardy!", - "show_number": "4714", - "fullAnswer": "Balaam" - }, { "category": "AMERICAN WRITERS", "air_date": "2005-02-17", @@ -284109,16 +269769,6 @@ "show_number": "5885", "fullAnswer": "Lucky" }, - { - "category": "MUSICAL WORDS", - "air_date": "2010-03-26", - "question": "This type of file looks like the bellows of the same-named instrument", - "value": "$400", - "answer": "accordion", - "round": "Jeopardy!", - "show_number": "5885", - "fullAnswer": "an accordion" - }, { "category": "EUROPEAN CAPITAL HAIKU", "air_date": "2010-03-26", @@ -284159,16 +269809,6 @@ "show_number": "5885", "fullAnswer": "a zebra" }, - { - "category": "LOGOS", - "air_date": "2010-03-26", - "question": "This brand of athletic wear uses the logo seen here", - "value": "$600", - "answer": "Under Armour", - "round": "Jeopardy!", - "show_number": "5885", - "fullAnswer": "Under Armour" - }, { "category": "MUSICAL WORDS", "air_date": "2010-03-26", @@ -284219,26 +269859,6 @@ "show_number": "5885", "fullAnswer": "a bison" }, - { - "category": "LOGOS", - "air_date": "2010-03-26", - "question": "This brand of luggage & handbags uses the simian logo seen here; some purses come with Furry Monkey key chains", - "value": "$800", - "answer": "Kipling", - "round": "Jeopardy!", - "show_number": "5885", - "fullAnswer": "Kipling" - }, - { - "category": "MUSICAL WORDS", - "air_date": "2010-03-26", - "question": "(Kelly of the Clue Crew performs a science experiment.) Electricity will only light the fluorescent bulb to where I put my hand, because like copper or an orchestra leader, my body is acting as this", - "value": "$800", - "answer": "conductor", - "round": "Jeopardy!", - "show_number": "5885", - "fullAnswer": "a conductor" - }, { "category": "EUROPEAN CAPITAL HAIKU", "air_date": "2010-03-26", @@ -284274,21 +269894,11 @@ "air_date": "2010-03-26", "question": "\"Booming Ben\", the last Heath hen, stopped booming in 1932 on this big Massachusetts island", "value": "$1000", - "answer": "Martha\\'s Vineyard", + "answer": "Martha's Vineyard", "round": "Jeopardy!", "show_number": "5885", "fullAnswer": "Martha\\'s Vineyard" }, - { - "category": "LOGOS", - "air_date": "2010-03-26", - "question": "You can check out celebrity stylist Rachel Zoe's picks at this fresh web site whose logo is seen here", - "value": "$1000", - "answer": "Piperlime", - "round": "Jeopardy!", - "show_number": "5885", - "fullAnswer": "Piperlime" - }, { "category": "MUSICAL WORDS", "air_date": "2010-03-26", @@ -284884,7 +270494,7 @@ "air_date": "1999-07-06", "question": "Robert Ripley hosted the 1930s radio adaptation of this newspaper feature", "value": "$500", - "answer": "Ripley\\'s Believe It or Not", + "answer": "Ripley's Believe It or Not", "round": "Jeopardy!", "show_number": "3432", "fullAnswer": "\"Ripley\\'s Believe It or Not\"" @@ -284964,7 +270574,7 @@ "air_date": "1999-07-06", "question": "Lincoln's infants (or his female fans)", "value": "$200", - "answer": "Abe\\'s babes", + "answer": "Abe's babes", "round": "Double Jeopardy!", "show_number": "3432", "fullAnswer": "Abe\\'s babes" @@ -285024,7 +270634,7 @@ "air_date": "1999-07-06", "question": "Eisenhower's two-wheelers", "value": "$400", - "answer": "Ike\\'s bikes", + "answer": "Ike's bikes", "round": "Double Jeopardy!", "show_number": "3432", "fullAnswer": "Ike\\'s bikes" @@ -285084,7 +270694,7 @@ "air_date": "1999-07-06", "question": "Kennedy's khakis", "value": "$600", - "answer": "Jack\\'s slacks", + "answer": "Jack's slacks", "round": "Double Jeopardy!", "show_number": "3432", "fullAnswer": "Jack\\'s slacks" @@ -285144,7 +270754,7 @@ "air_date": "1999-07-06", "question": "They hold up Jimmy's socks", "value": "$800", - "answer": "Carter\\'s garters", + "answer": "Carter's garters", "round": "Double Jeopardy!", "show_number": "3432", "fullAnswer": "Carter\\'s garters" @@ -285204,7 +270814,7 @@ "air_date": "1999-07-06", "question": "William Howard's log vessels", "value": "$1000", - "answer": "Taft\\'s rafts", + "answer": "Taft's rafts", "round": "Double Jeopardy!", "show_number": "3432", "fullAnswer": "Taft\\'s rafts" @@ -285299,16 +270909,6 @@ "show_number": "4752", "fullAnswer": "Miami Beach" }, - { - "category": "HODGEPODGE, B'GOSH", - "air_date": "2005-04-12", - "question": "(Jimmy of the Clue Crew plays a card game with Sarah.) We've gone through the flop & turn cards of this geographic game; now it's time for the river card", - "value": "$400", - "answer": "Texas hold \\'em", - "round": "Jeopardy!", - "show_number": "4752", - "fullAnswer": "Texas hold \\'em" - }, { "category": "ART BIENNIALS", "air_date": "2005-04-12", @@ -285569,16 +271169,6 @@ "show_number": "4752", "fullAnswer": "Ford" }, - { - "category": "EDWARD ALBEE", - "air_date": "2005-04-12", - "question": "(Hello, I'm Edward Albee.) My first play, \"The Zoo Story\", had its world premiere way, way off Broadway... in this largest German city", - "value": "$400", - "answer": "Berlin", - "round": "Double Jeopardy!", - "show_number": "4752", - "fullAnswer": "Berlin" - }, { "category": "KING ME", "air_date": "2005-04-12", @@ -285589,16 +271179,6 @@ "show_number": "4752", "fullAnswer": "Egypt" }, - { - "category": "I SAW IT ON TV & I HAD TO HAVE IT", - "air_date": "2005-04-12", - "question": "(Sarah of the Clue Crew stands next to an immortally still canine.) A format change ended this show's shopping days in 1987, so these ceramic Dalmatians became collector's items", - "value": "$800", - "answer": "Wheel of Fortune", - "round": "Double Jeopardy!", - "show_number": "4752", - "fullAnswer": "Wheel of Fortune" - }, { "category": "ANIMALS", "air_date": "2005-04-12", @@ -285689,16 +271269,6 @@ "show_number": "4752", "fullAnswer": "Gillette" }, - { - "category": "EDWARD ALBEE", - "air_date": "2005-04-12", - "question": "(Edward Albee reads the clue.) The new Broadway production of my play \"Who's Afraid Of Virginia Woolf?\" stars Bill Irwin & Kathleen Turner as this fun-loving couple", - "value": "$1200", - "answer": "George & Martha", - "round": "Double Jeopardy!", - "show_number": "4752", - "fullAnswer": "George & Martha" - }, { "category": "KING ME", "air_date": "2005-04-12", @@ -285779,16 +271349,6 @@ "show_number": "4752", "fullAnswer": "Rachael Ray" }, - { - "category": "ANIMALS", - "air_date": "2005-04-12", - "question": "One of Gerald Durell's nature books is called \"Catch Me\" this type of monkey, seen here", - "value": "$2000", - "answer": "colobus", - "round": "Double Jeopardy!", - "show_number": "4752", - "fullAnswer": "a colobus" - }, { "category": "FROM THE FRENCH", "air_date": "2005-04-12", @@ -285809,16 +271369,6 @@ "show_number": "4752", "fullAnswer": "Citigroup" }, - { - "category": "EDWARD ALBEE", - "air_date": "2005-04-12", - "question": "(Edward Albee reads the clue.) In my Tony-winning 2002 play, a family is torn asunder by the husband's pastoral passion for one of these farm animals", - "value": "$2000", - "answer": "goat", - "round": "Double Jeopardy!", - "show_number": "4752", - "fullAnswer": "a goat" - }, { "category": "ASTRONOMY", "air_date": "2005-04-12", @@ -286364,7 +271914,7 @@ "air_date": "2000-02-14", "question": "It's the line that precedes the following:
(\"Thou art more lovely and more temperate; rough winds do shape the darling buds of May\")", "value": "$800", - "answer": "How do I compare thee to a summer\\'s day?", + "answer": "How do I compare thee to a summer's day?", "round": "Double Jeopardy!", "show_number": "3561", "fullAnswer": "How do I compare thee to a summer\\'s day?" @@ -286434,7 +271984,7 @@ "air_date": "2000-02-14", "question": "According to Suetonius it was inscribed on a parade wagon after the 5-day Pontic campaign of 47 B.C.", "value": null, - "answer": "\\Veni, Vidi, Vici\\ ", + "answer": "Veni, Vidi, Vici ", "round": "Final Jeopardy!", "show_number": "3561", "fullAnswer": "\\\"Veni, Vidi, Vici\\\" (\\\"I came, I saw, I conquered\\\")" @@ -286489,16 +272039,6 @@ "show_number": "5923", "fullAnswer": "B" }, - { - "category": "WORD PUZZLES", - "air_date": "2010-05-19", - "question": "What I like for an early nosh", - "value": "$200", - "answer": "two eggs over easy", - "round": "Jeopardy!", - "show_number": "5923", - "fullAnswer": "two eggs over easy" - }, { "category": "BRIT-POURRI", "air_date": "2010-05-19", @@ -286549,16 +272089,6 @@ "show_number": "5923", "fullAnswer": "F" }, - { - "category": "WORD PUZZLES", - "air_date": "2010-05-19", - "question": "I save mine for a midnight snack", - "value": "$400", - "answer": "leftovers", - "round": "Jeopardy!", - "show_number": "5923", - "fullAnswer": "leftovers" - }, { "category": "BRIT-POURRI", "air_date": "2010-05-19", @@ -286609,16 +272139,6 @@ "show_number": "5923", "fullAnswer": "D" }, - { - "category": "WORD PUZZLES", - "air_date": "2010-05-19", - "question": "You might need it if you have a dangerous job", - "value": "$600", - "answer": "life insurance", - "round": "Jeopardy!", - "show_number": "5923", - "fullAnswer": "life insurance" - }, { "category": "BRIT-POURRI", "air_date": "2010-05-19", @@ -286629,16 +272149,6 @@ "show_number": "5923", "fullAnswer": "New Scotland Yard" }, - { - "category": "IN THE ARENA", - "air_date": "2010-05-19", - "question": "(Alex reports from Detroit, MI.) As of 2009, there are 3 NHL arenas with no corporate sponsorship, Nassau Coliseum, Madison Square Garden & this Detroit one, named for a famous sports legend", - "value": "$800", - "answer": "Joe Louis", - "round": "Jeopardy!", - "show_number": "5923", - "fullAnswer": "Joe Louis" - }, { "category": "THE FORTUNE 500", "air_date": "2010-05-19", @@ -286669,16 +272179,6 @@ "show_number": "5923", "fullAnswer": "H" }, - { - "category": "WORD PUZZLES", - "air_date": "2010-05-19", - "question": "A facetious remark", - "value": "$800", - "answer": "wise crack", - "round": "Jeopardy!", - "show_number": "5923", - "fullAnswer": "a wise crack" - }, { "category": "BRIT-POURRI", "air_date": "2010-05-19", @@ -286729,16 +272229,6 @@ "show_number": "5923", "fullAnswer": "P" }, - { - "category": "WORD PUZZLES", - "air_date": "2010-05-19", - "question": "A plea for needed comprehension", - "value": "$1000", - "answer": "try to understand", - "round": "Jeopardy!", - "show_number": "5923", - "fullAnswer": "try to understand" - }, { "category": "THEY'RE NO. 1!", "air_date": "2010-05-19", @@ -286759,16 +272249,6 @@ "show_number": "5923", "fullAnswer": "Kent" }, - { - "category": "GOING GREENER", - "air_date": "2010-05-19", - "question": "(Kelly of the Clue Crew reports from Sony Pictures Studios.) Sony's green philosophy uses varied trees, like the California sycamore, important to hummingbirds & butterflies, & the coast live oak, resistant to this condition from the Middle English for \"dryness\"", - "value": "$400", - "answer": "drought", - "round": "Double Jeopardy!", - "show_number": "5923", - "fullAnswer": "drought" - }, { "category": "SONNETS & SONNETEERS", "air_date": "2010-05-19", @@ -286819,16 +272299,6 @@ "show_number": "5923", "fullAnswer": "Parker" }, - { - "category": "GOING GREENER", - "air_date": "2010-05-19", - "question": "(Jimmy of the Clue Crew reports from Sony Pictures Studios.) Sony Studios' new basketball court is made from thousands of recycled these, provided by Nike", - "value": "$800", - "answer": "sneakers", - "round": "Double Jeopardy!", - "show_number": "5923", - "fullAnswer": "sneakers" - }, { "category": "SONNETS & SONNETEERS", "air_date": "2010-05-19", @@ -286879,16 +272349,6 @@ "show_number": "5923", "fullAnswer": "(Bruce) Wayne" }, - { - "category": "GOING GREENER", - "air_date": "2010-05-19", - "question": "(Sarah of the Clue Crew reports from Sony Pictures Studios.) Though it looks like a more traditional wood, the flooring here is actually made from what is called the perfect renewable resource, this treelike grass that can grow a foot a day", - "value": "$1200", - "answer": "bamboo", - "round": "Double Jeopardy!", - "show_number": "5923", - "fullAnswer": "bamboo" - }, { "category": "SONNETS & SONNETEERS", "air_date": "2010-05-19", @@ -286939,16 +272399,6 @@ "show_number": "5923", "fullAnswer": "Banner" }, - { - "category": "GOING GREENER", - "air_date": "2010-05-19", - "question": "(Kelly of the Clue Crew reports from Sony Pictures Studios.) Some energy on the Sony lot is generated by the sun's photons striking the solar cell surface, making these jump from one atom to the next, creating a chain reaction which can be harnessed", - "value": "$2,000", - "answer": "electrons", - "round": "Double Jeopardy!", - "show_number": "5923", - "fullAnswer": "electrons" - }, { "category": "SONNETS & SONNETEERS", "air_date": "2010-05-19", @@ -286999,16 +272449,6 @@ "show_number": "5923", "fullAnswer": "Curry" }, - { - "category": "GOING GREENER", - "air_date": "2010-05-19", - "question": "(Jimmy of the Clue Crew reports from Sony Pictures Studios.) The residue from producing electricity with coal is called fly this; instead of ending up in a landfill, it's been added to the now eco-friendly concrete used at Sony", - "value": "$2000", - "answer": "ash", - "round": "Double Jeopardy!", - "show_number": "5923", - "fullAnswer": "ash" - }, { "category": "SONNETS & SONNETEERS", "air_date": "2010-05-19", @@ -287374,7 +272814,7 @@ "air_date": "1998-09-07", "question": "Cain responded with this question when God asked where Abel was", "value": "$200", - "answer": "Am I My Brother\\'s Keeper?", + "answer": "Am I My Brother's Keeper?", "round": "Double Jeopardy!", "show_number": "3216", "fullAnswer": "Am I My Brother\\'s Keeper?" @@ -287434,7 +272874,7 @@ "air_date": "1998-09-07", "question": "In a Longfellow poem, Priscilla asks this when John Alden urges her to marry Miles Standish", "value": "$400", - "answer": "Why don\\'t you speak for yourself, John?", + "answer": "Why don't you speak for yourself, John?", "round": "Double Jeopardy!", "show_number": "3216", "fullAnswer": "Why don\\'t you speak for yourself, John?" @@ -287859,26 +273299,6 @@ "show_number": "4728", "fullAnswer": "\"Vertigo\"" }, - { - "category": "\"NORTH\" POLL", - "air_date": "2005-03-09", - "question": "The flag of this country, once at war with the United States, is seen here", - "value": "$800", - "answer": "North Vietnam", - "round": "Jeopardy!", - "show_number": "4728", - "fullAnswer": "North Vietnam" - }, - { - "category": "4-LETTER WORDS", - "air_date": "2005-03-09", - "question": "Arial or Bauhaus, for example", - "value": "$800", - "answer": "font", - "round": "Jeopardy!", - "show_number": "4728", - "fullAnswer": "font" - }, { "category": "GOD SAVE THE BRITISH KING OR QUEEN", "air_date": "2005-03-09", @@ -287939,16 +273359,6 @@ "show_number": "4728", "fullAnswer": "an orca" }, - { - "category": "ANCIENT STRUCTURES", - "air_date": "2005-03-09", - "question": "(Jimmy of the Clue Crew reports from ruins in Luxor, Egypt.) From the Greek for \"pointed pillar\", it's the term that describes this tribute to Queen Hatshepsut of the 1400s B.C.", - "value": "$400", - "answer": "obelisk", - "round": "Double Jeopardy!", - "show_number": "4728", - "fullAnswer": "an obelisk" - }, { "category": "THE MOORE THE MERRIER", "air_date": "2005-03-09", @@ -287999,16 +273409,6 @@ "show_number": "4728", "fullAnswer": "a tern" }, - { - "category": "ANCIENT STRUCTURES", - "air_date": "2005-03-09", - "question": "(Sarah of the clue crew reports by a pyramid in Giza, Egypt.) To get the right slope, pyramid builders used the seget, the amount they build out, for each of these biblical units going up", - "value": "$800", - "answer": "cubit", - "round": "Double Jeopardy!", - "show_number": "4728", - "fullAnswer": "a cubit" - }, { "category": "THE MOORE THE MERRIER", "air_date": "2005-03-09", @@ -288024,7 +273424,7 @@ "air_date": "2005-03-09", "question": "Balanchine wrote that he played an elf in this Shakespeare play long before creating a 1962 ballet based on it", "value": "$800", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "4728", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -288059,16 +273459,6 @@ "show_number": "4728", "fullAnswer": "the rhea" }, - { - "category": "ANCIENT STRUCTURES", - "air_date": "2005-03-09", - "question": "(Cheryl of the Clue Crew reports from Athens, Greece, overlooking the Acropolis.) This great Athenian leader launched construction on the Acropolis, partly to boost employment", - "value": "$1200", - "answer": "Pericles", - "round": "Double Jeopardy!", - "show_number": "4728", - "fullAnswer": "Pericles" - }, { "category": "THE MOORE THE MERRIER", "air_date": "2005-03-09", @@ -288119,16 +273509,6 @@ "show_number": "4728", "fullAnswer": "the dodo" }, - { - "category": "ANCIENT STRUCTURES", - "air_date": "2005-03-09", - "question": "(Cheryl of the Clue Crew reports alongside ruins on Naxos, Greece.) On Naxos, archaelogists have restored the temple dedicated to this Greek goddess of agriculture", - "value": "$1600", - "answer": "Demeter", - "round": "Double Jeopardy!", - "show_number": "4728", - "fullAnswer": "Demeter" - }, { "category": "THE MOORE THE MERRIER", "air_date": "2005-03-09", @@ -288169,26 +273549,6 @@ "show_number": "4728", "fullAnswer": "select & elect" }, - { - "category": "4-LETTER BIRDS", - "air_date": "2005-03-09", - "question": "Let's go fly the swallow-tail species seen here", - "value": "$1600", - "answer": "kite", - "round": "Double Jeopardy!", - "show_number": "4728", - "fullAnswer": "a kite" - }, - { - "category": "ANCIENT STRUCTURES", - "air_date": "2005-03-09", - "question": "(Sarah of the Clue Crew reports from Saqqara, Egypt with a step pyramid in the background.) Egypt's step pyramid, the world's oldest at 4,500 years, was designed by this architect, physician & sage", - "value": "$2000", - "answer": "Imhotep", - "round": "Double Jeopardy!", - "show_number": "4728", - "fullAnswer": "Imhotep" - }, { "category": "THE MOORE THE MERRIER", "air_date": "2005-03-09", @@ -288454,7 +273814,7 @@ "air_date": "2010-12-23", "question": "A marble, bronze & gilt baldacchino was Bernini's first commission for this edifice", "value": "$800", - "answer": "Saint Peter\\'s Basilica", + "answer": "Saint Peter's Basilica", "round": "Jeopardy!", "show_number": "6049", "fullAnswer": "Saint Peter\\'s Basilica" @@ -288509,16 +273869,6 @@ "show_number": "6049", "fullAnswer": "Memphis" }, - { - "category": "GILT BY ASSOCIATION", - "air_date": "2010-12-23", - "question": "Gilbert Scott was knighted by Queen Victoria for designing the memorial seen here for this man", - "value": "$1000", - "answer": "Prince Albert", - "round": "Jeopardy!", - "show_number": "6049", - "fullAnswer": "Prince Albert" - }, { "category": "I'LL SEE YOU IN COURT!", "air_date": "2010-12-23", @@ -288834,7 +274184,7 @@ "air_date": "2010-12-23", "question": "No curtain call for playwright Eugene O'Neill when this domestic drama premiered in 1956; he was 3 years dead", "value": "$2000", - "answer": "Long Day\\'s Journey into Night", + "answer": "Long Day's Journey into Night", "round": "Double Jeopardy!", "show_number": "6049", "fullAnswer": "Long Day\\'s Journey into Night" @@ -289099,16 +274449,6 @@ "show_number": "4105", "fullAnswer": "Egypt" }, - { - "category": "I WRITE THE SONGS", - "air_date": "2002-06-07", - "question": "2002 marks the centennial of this composer whose music is heard here", - "value": "$1000", - "answer": "Richard Rodgers", - "round": "Jeopardy!", - "show_number": "4105", - "fullAnswer": "Richard Rodgers" - }, { "category": "MAN \"D\"", "air_date": "2002-06-07", @@ -289174,7 +274514,7 @@ "air_date": "2002-06-07", "question": "In 1881 the owner of the Chicago White Stockings said these \"must come down\" to keep teams from bankruptcy", "value": "$400", - "answer": "players\\' salaries", + "answer": "players' salaries", "round": "Double Jeopardy!", "show_number": "4105", "fullAnswer": "players\\' salaries" @@ -289229,16 +274569,6 @@ "show_number": "4105", "fullAnswer": "Suez" }, - { - "category": "BASEBALL HISTORY", - "air_date": "2002-06-07", - "question": "(Hi, I'm New York Yankees fan Rudy Giuliani.) The 1920 purchase of this Boston ballplayer for about $125,000 forever changed the history of the New York Yankees", - "value": "$800", - "answer": "Babe Ruth", - "round": "Double Jeopardy!", - "show_number": "4105", - "fullAnswer": "Babe Ruth" - }, { "category": "COLORFUL PEOPLE", "air_date": "2002-06-07", @@ -289329,16 +274659,6 @@ "show_number": "4105", "fullAnswer": "a timetable" }, - { - "category": "GIMME AN \"F\"!", - "air_date": "2002-06-07", - "question": "(Sofia of the Clue Crew curls up in a comfy recliner.) This posture is often assumed by people during intense emotional trauma", - "value": "$1200", - "answer": "fetal", - "round": "Double Jeopardy!", - "show_number": "4105", - "fullAnswer": "fetal" - }, { "category": "AFRICAN CITIES", "air_date": "2002-06-07", @@ -289359,16 +274679,6 @@ "show_number": "4105", "fullAnswer": "saves" }, - { - "category": "COLORFUL PEOPLE", - "air_date": "2002-06-07", - "question": "Cha-ching! He's the young actor seen here", - "value": "$1600", - "answer": "Seth Green", - "round": "Double Jeopardy!", - "show_number": "4105", - "fullAnswer": "Seth Green" - }, { "category": "THEATRE GAMES", "air_date": "2002-06-07", @@ -289429,16 +274739,6 @@ "show_number": "4105", "fullAnswer": "Amy Tan" }, - { - "category": "THEATRE GAMES", - "air_date": "2002-06-07", - "question": "(Jimmy of the Clue Crew reports from a craps table.) In this musical, Nathan Detroit runs the oldest-established permanent floating crap game in New York", - "value": "$2000", - "answer": "Guys and Dolls", - "round": "Double Jeopardy!", - "show_number": "4105", - "fullAnswer": "Guys and Dolls" - }, { "category": "NOTHING BUT TIME", "air_date": "2002-06-07", @@ -289449,16 +274749,6 @@ "show_number": "4105", "fullAnswer": "a video timecode" }, - { - "category": "GIMME AN \"F\"!", - "air_date": "2002-06-07", - "question": "(Jimmy of the Clue Crew shows a diagram called \"Life of a Jeopardy! Clue\".) It's the type of sequence diagram seen here", - "value": "$2000", - "answer": "flowchart", - "round": "Double Jeopardy!", - "show_number": "4105", - "fullAnswer": "a flowchart" - }, { "category": "ACTORS & ROLE", "air_date": "2002-06-07", @@ -289474,7 +274764,7 @@ "air_date": "2007-11-07", "question": "On July 4, 1961 this Colorado peak was designated a national historic landmark", "value": "$200", - "answer": "Pike\\'s Peak", + "answer": "Pike's Peak", "round": "Jeopardy!", "show_number": "5328", "fullAnswer": "Pike\\'s Peak" @@ -289739,16 +275029,6 @@ "show_number": "5328", "fullAnswer": "Freakonomics" }, - { - "category": "TRADITIONAL ANNIVERSARY GIFTS", - "air_date": "2007-11-07", - "question": "For a 15th anniversary, you might give one of this Austrian company's crystal figurines, like the one seen here", - "value": "$1000", - "answer": "Swarovski", - "round": "Jeopardy!", - "show_number": "5328", - "fullAnswer": "Swarovski" - }, { "category": "OLD TESTAMENT NAMES", "air_date": "2007-11-07", @@ -289769,16 +275049,6 @@ "show_number": "5328", "fullAnswer": "lurid" }, - { - "category": "INSIDE THE ARTIST'S STUDIO", - "air_date": "2007-11-07", - "question": "(James Lipton reads.) At 20, you went to St. Petersburg's Imperial School of Fine Arts, in 1907; what's your favorite Russian curse word?", - "value": "$400", - "answer": "Chagall", - "round": "Double Jeopardy!", - "show_number": "5328", - "fullAnswer": "Chagall" - }, { "category": "THE SUNNY SIDE OF THE STREEP", "air_date": "2007-11-07", @@ -289829,16 +275099,6 @@ "show_number": "5328", "fullAnswer": "cursive" }, - { - "category": "INSIDE THE ARTIST'S STUDIO", - "air_date": "2007-11-07", - "question": "(James Lipton reads.) Deafened by illness in 1792, you would paint 2 masterpieces regarding May 1808; Madrid trembled at your genius", - "value": "$3,000", - "answer": "Goya", - "round": "Double Jeopardy!", - "show_number": "5328", - "fullAnswer": "(Francisco) Goya" - }, { "category": "THE SUNNY SIDE OF THE STREEP", "air_date": "2007-11-07", @@ -289889,16 +275149,6 @@ "show_number": "5328", "fullAnswer": "Gothic fonts" }, - { - "category": "INSIDE THE ARTIST'S STUDIO", - "air_date": "2007-11-07", - "question": "1947's \"Watery Paths\" was in your poured painting style; simply brilliant", - "value": "$1200", - "answer": "Jackson Pollock", - "round": "Double Jeopardy!", - "show_number": "5328", - "fullAnswer": "Jackson Pollock" - }, { "category": "THE SUNNY SIDE OF THE STREEP", "air_date": "2007-11-07", @@ -289939,26 +275189,6 @@ "show_number": "5328", "fullAnswer": "Penn Station" }, - { - "category": "KNOWLEDGE OF FONTS", - "air_date": "2007-11-07", - "question": "It's a Latin adjective meaning \"Swiss\"", - "value": "$1200", - "answer": "Helvetica", - "round": "Double Jeopardy!", - "show_number": "5328", - "fullAnswer": "Helvetica" - }, - { - "category": "INSIDE THE ARTIST'S STUDIO", - "air_date": "2007-11-07", - "question": "(James Lipton reads.) And then, from 1508 to 1511, you created the fresco walls in the Stanza della Segnatura, including \"Disputa\"; remarkable", - "value": "$1600", - "answer": "Raphael", - "round": "Double Jeopardy!", - "show_number": "5328", - "fullAnswer": "Raphael" - }, { "category": "THE SUNNY SIDE OF THE STREEP", "air_date": "2007-11-07", @@ -289999,26 +275229,6 @@ "show_number": "5328", "fullAnswer": "Wales" }, - { - "category": "KNOWLEDGE OF FONTS", - "air_date": "2007-11-07", - "question": "Lavish or exuberant parties, or this crazy font", - "value": "$1600", - "answer": "Wingdings", - "round": "Double Jeopardy!", - "show_number": "5328", - "fullAnswer": "Wingdings" - }, - { - "category": "INSIDE THE ARTIST'S STUDIO", - "air_date": "2007-11-07", - "question": "(James Lipton reads.) Missouri-born, your 1931 mural \"America Today\" graced the New School for Social Research's walls for decades", - "value": "$2000", - "answer": "Benton", - "round": "Double Jeopardy!", - "show_number": "5328", - "fullAnswer": "(Thomas Hart) Benton" - }, { "category": "THE SUNNY SIDE OF THE STREEP", "air_date": "2007-11-07", @@ -290059,22 +275269,12 @@ "show_number": "5328", "fullAnswer": "India" }, - { - "category": "KNOWLEDGE OF FONTS", - "air_date": "2007-11-07", - "question": "This font is named for an 18th century Italian typeface designer", - "value": "$2000", - "answer": "Bodoni", - "round": "Double Jeopardy!", - "show_number": "5328", - "fullAnswer": "Bodoni" - }, { "category": "EARLY AMERICAN SHORT STORIES", "air_date": "2007-11-07", "question": "This short story, written around 1820, contains the line \"If I can but reach that bridge... I am safe\"", "value": null, - "answer": "\\The Legend of Sleepy Hollow\\", + "answer": "The Legend of Sleepy Hollow", "round": "Final Jeopardy!", "show_number": "5328", "fullAnswer": "\\\"The Legend of Sleepy Hollow\\\"" @@ -290089,16 +275289,6 @@ "show_number": "4552", "fullAnswer": "a broom(stick)" }, - { - "category": "COUNTRY SINGERS' NO. 1 HITS", - "air_date": "2004-05-25", - "question": "\"Thank God I'm A Country Boy\"", - "value": "$200", - "answer": "John Denver", - "round": "Jeopardy!", - "show_number": "4552", - "fullAnswer": "John Denver" - }, { "category": "-IST A JOB", "air_date": "2004-05-25", @@ -290149,16 +275339,6 @@ "show_number": "4552", "fullAnswer": "the Caribbean" }, - { - "category": "COUNTRY SINGERS' NO. 1 HITS", - "air_date": "2004-05-25", - "question": "\"Take This Job And Shove It\"", - "value": "$400", - "answer": "Johnny Paycheck", - "round": "Jeopardy!", - "show_number": "4552", - "fullAnswer": "Johnny Paycheck" - }, { "category": "-IST A JOB", "air_date": "2004-05-25", @@ -290209,26 +275389,6 @@ "show_number": "4552", "fullAnswer": "a fungus" }, - { - "category": "COUNTRY SINGERS' NO. 1 HITS", - "air_date": "2004-05-25", - "question": "\"Big Bad John\"", - "value": "$600", - "answer": "Jimmy Dean", - "round": "Jeopardy!", - "show_number": "4552", - "fullAnswer": "Jimmy Dean" - }, - { - "category": "-IST A JOB", - "air_date": "2004-05-25", - "question": "Billy Sunday, seen here, was a baseball player, but gained even greater fame in this occupation", - "value": "$600", - "answer": "evangelist", - "round": "Jeopardy!", - "show_number": "4552", - "fullAnswer": "an evangelist" - }, { "category": "ISLANDS", "air_date": "2004-05-25", @@ -290269,16 +275429,6 @@ "show_number": "4552", "fullAnswer": "judge" }, - { - "category": "COUNTRY SINGERS' NO. 1 HITS", - "air_date": "2004-05-25", - "question": "\"I Will Always Love You\"", - "value": "$800", - "answer": "Dolly Parton", - "round": "Jeopardy!", - "show_number": "4552", - "fullAnswer": "Dolly Parton" - }, { "category": "-IST A JOB", "air_date": "2004-05-25", @@ -290329,16 +275479,6 @@ "show_number": "4552", "fullAnswer": "Giles Corey" }, - { - "category": "COUNTRY SINGERS' NO. 1 HITS", - "air_date": "2004-05-25", - "question": "\"Sixteen Tons\"", - "value": "$1000", - "answer": "Ford", - "round": "Jeopardy!", - "show_number": "4552", - "fullAnswer": "(Tennessee Ernie) Ford" - }, { "category": "-IST A JOB", "air_date": "2004-05-25", @@ -290499,16 +275639,6 @@ "show_number": "4552", "fullAnswer": "Carnaby" }, - { - "category": "FAMOUS AMERICANS", - "air_date": "2004-05-25", - "question": "(Sarah of the Clue Crew feeds a four-legged friend in Alaska.) In June 1900, this man compared himself to the animal beside me", - "value": "$1200", - "answer": "Theodore Roosevelt", - "round": "Double Jeopardy!", - "show_number": "4552", - "fullAnswer": "Theodore Roosevelt" - }, { "category": "CBS", "air_date": "2004-05-25", @@ -290819,16 +275949,6 @@ "show_number": "3634", "fullAnswer": "New Haven" }, - { - "category": "SPORTS SUPERSTARS", - "air_date": "2000-05-25", - "question": "(Hi, I'm Kareem Abdul-Jabbar.) 3 NBA players have officially blocked over 3,000 shots in their career: myself, Mark Eaton & this Houston Rockets star", - "value": "$300", - "answer": "Hakeem Olajuwon", - "round": "Jeopardy!", - "show_number": "3634", - "fullAnswer": "Hakeem Olajuwon" - }, { "category": "CULINARY COMMON BONDS", "air_date": "2000-05-25", @@ -291004,21 +276124,11 @@ "air_date": "2000-05-25", "question": "It's that wacky Cameron Diaz comedy about the widow of our 16th president", "value": "$200", - "answer": "There\\'s Something About Mary Todd Lincoln", + "answer": "There's Something About Mary Todd Lincoln", "round": "Double Jeopardy!", "show_number": "3634", "fullAnswer": "There\\'s Something About Mary Todd Lincoln" }, - { - "category": "MOVIE ACTORS", - "air_date": "2000-05-25", - "question": "(Hi, I'm Francesco Quinn of The Young And The Restless.) I played Rhah the drug king in this Oliver Stone film that won the 1986 Best Picture Oscar", - "value": "$400", - "answer": "Platoon", - "round": "Double Jeopardy!", - "show_number": "3634", - "fullAnswer": "Platoon" - }, { "category": "COLLEGES & UNIVERSITIES", "air_date": "2000-05-25", @@ -291089,16 +276199,6 @@ "show_number": "3634", "fullAnswer": "Arthur Hailey" }, - { - "category": "HELLO KITTY", - "air_date": "2000-05-25", - "question": "Notice the eyes on this most popular breed of cat seen here:", - "value": "$600", - "answer": "Persian", - "round": "Double Jeopardy!", - "show_number": "3634", - "fullAnswer": "Persian" - }, { "category": "BEFORE & AFTER", "air_date": "2000-05-25", @@ -291579,16 +276679,6 @@ "show_number": "5605", "fullAnswer": "Marvin Gaye" }, - { - "category": "THE VIKING SHIP MUSEUM", - "air_date": "2009-01-09", - "question": "(Jimmy of the Clue Crew reports from the Viking Ship Museum In Roskilde, Denmark.) In vessels like these, Vikings may have sailed across the Atlantic to America where they ultimately settled in an area they called this", - "value": "$400", - "answer": "Vinland", - "round": "Double Jeopardy!", - "show_number": "5605", - "fullAnswer": "Vinland" - }, { "category": "3 LITTLE LETTERS", "air_date": "2009-01-09", @@ -291639,16 +276729,6 @@ "show_number": "5605", "fullAnswer": "James Brown" }, - { - "category": "THE VIKING SHIP MUSEUM", - "air_date": "2009-01-09", - "question": "(Sarah of the Clue Crew reports from the Viking Ship Museum in Roskilde, Denmark.) No Viking ship has yet been found with well-preserved sail & rigging; sails are recreated using wool or flax, & ropes are often made with the skin of this tusked mammal", - "value": "$800", - "answer": "walrus", - "round": "Double Jeopardy!", - "show_number": "5605", - "fullAnswer": "a walrus" - }, { "category": "3 LITTLE LETTERS", "air_date": "2009-01-09", @@ -291759,26 +276839,6 @@ "show_number": "5605", "fullAnswer": "The Temptations" }, - { - "category": "THE VIKING SHIP MUSEUM", - "air_date": "2009-01-09", - "question": "(Jimmy of the Clue Crew reports from the Viking Ship Museum in Roskilde, Denmark.) It is thought the Vikings preserved the wood on ships, and made it watertight, by painting the wood with this product, procured from pine trees", - "value": "$1600", - "answer": "tar", - "round": "Double Jeopardy!", - "show_number": "5605", - "fullAnswer": "tar" - }, - { - "category": "3 LITTLE LETTERS", - "air_date": "2009-01-09", - "question": "In the desert, you can get a real lift from the transport seen here", - "value": "$2000", - "answer": "ATV", - "round": "Double Jeopardy!", - "show_number": "5605", - "fullAnswer": "an ATV" - }, { "category": "A BIT OF \"MIS\" INFORMATION", "air_date": "2009-01-09", @@ -291819,16 +276879,6 @@ "show_number": "5605", "fullAnswer": "The Commodores" }, - { - "category": "THE VIKING SHIP MUSEUM", - "air_date": "2009-01-09", - "question": "(Jimmy of the Clue Crew reports from the Viking Ship Museum in Roskilde, Denmark.) The Sea Stallion is a reconstruction of a ship built of oak from near Glendalough on this island, which suffered its first recorded Viking raids in 795", - "value": "$2000", - "answer": "Ireland", - "round": "Double Jeopardy!", - "show_number": "5605", - "fullAnswer": "Ireland" - }, { "category": "ALPHABETS", "air_date": "2009-01-09", @@ -291869,16 +276919,6 @@ "show_number": "2814", "fullAnswer": "Midas" }, - { - "category": "ON THE INTERNET", - "air_date": "1996-11-21", - "question": "www.si.edu doesn't get you into Sports Illustrated, but into this D.C. institution", - "value": "$100", - "answer": "Smithsonian Institution", - "round": "Jeopardy!", - "show_number": "2814", - "fullAnswer": "the Smithsonian Institution" - }, { "category": "STATE CAPITALS", "air_date": "1996-11-21", @@ -291914,7 +276954,7 @@ "air_date": "1996-11-21", "question": "Showing his flair for both comedy & drama, he won Emmys for \"All in the Family\" & \"In the Heat of the Night\"", "value": "$200", - "answer": "Carroll O\\'Connor", + "answer": "Carroll O'Connor", "round": "Jeopardy!", "show_number": "2814", "fullAnswer": "Carroll O\\'Connor" @@ -292024,7 +277064,7 @@ "air_date": "1996-11-21", "question": "The Peace of Westphalia in 1648 ended this numerical war", "value": "$400", - "answer": "Thirty Years\\' War", + "answer": "Thirty Years' War", "round": "Jeopardy!", "show_number": "2814", "fullAnswer": "Thirty Years\\' War" @@ -292444,7 +277484,7 @@ "air_date": "1996-11-21", "question": "Dr. Henry Van Dyke Carter provided 363 drawings for this work first published in 1858", "value": null, - "answer": "Gray\\'s Anatomy", + "answer": "Gray's Anatomy", "round": "Final Jeopardy!", "show_number": "2814", "fullAnswer": "Gray\\'s Anatomy" @@ -292784,7 +277824,7 @@ "air_date": "1993-05-20", "question": "Dogpatch is almost hit by an atom bomb in this 1956 musical", "value": "$200", - "answer": "Li\\'l Abner", + "answer": "Li'l Abner", "round": "Double Jeopardy!", "show_number": "2019", "fullAnswer": "Li\\'l Abner" @@ -293104,7 +278144,7 @@ "air_date": "1997-10-27", "question": "Mr. Bono's baby rabbits", "value": "$100", - "answer": "Sonny\\'s bunnies", + "answer": "Sonny's bunnies", "round": "Jeopardy!", "show_number": "3026", "fullAnswer": "Sonny\\'s bunnies" @@ -293164,7 +278204,7 @@ "air_date": "1997-10-27", "question": "Drescher's devotees", "value": "$200", - "answer": "Fran\\'s fans", + "answer": "Fran's fans", "round": "Jeopardy!", "show_number": "3026", "fullAnswer": "Fran\\'s fans" @@ -293224,7 +278264,7 @@ "air_date": "1997-10-27", "question": "Eastwood's candies", "value": "$300", - "answer": "Clint\\'s mints", + "answer": "Clint's mints", "round": "Jeopardy!", "show_number": "3026", "fullAnswer": "Clint\\'s mints" @@ -293249,16 +278289,6 @@ "show_number": "3026", "fullAnswer": "Jelly Roll (Morton)" }, - { - "category": "BROTHERLY ROCK", - "air_date": "1997-10-27", - "question": "Group seen here; the oldest brother is 16:", - "value": "$500", - "answer": "Hanson", - "round": "Jeopardy!", - "show_number": "3026", - "fullAnswer": "Hanson" - }, { "category": "TAKE IN ORDER", "air_date": "1997-10-27", @@ -293284,7 +278314,7 @@ "air_date": "1997-10-27", "question": "Vanna's dancewear", "value": "$400", - "answer": "White\\'s tights", + "answer": "White's tights", "round": "Jeopardy!", "show_number": "3026", "fullAnswer": "White\\'s tights" @@ -293344,7 +278374,7 @@ "air_date": "1997-10-27", "question": "Mr. Crystal's female foals", "value": "$500", - "answer": "Billy\\'s fillies", + "answer": "Billy's fillies", "round": "Jeopardy!", "show_number": "3026", "fullAnswer": "Billy\\'s fillies" @@ -293549,16 +278579,6 @@ "show_number": "3026", "fullAnswer": "Seduction" }, - { - "category": "HISPANIC AMERICANS", - "air_date": "1997-10-27", - "question": "Seen here, this model \"flowered\" as a personality on MTV & MTV Latino:", - "value": "$1,500", - "answer": "Daisy Fuentes", - "round": "Double Jeopardy!", - "show_number": "3026", - "fullAnswer": "Daisy Fuentes" - }, { "category": "U.S. BODIES OF WATER", "air_date": "1997-10-27", @@ -293699,16 +278719,6 @@ "show_number": "5522", "fullAnswer": "a kayak" }, - { - "category": "MY, HOW YOU'VE GROWN!", - "air_date": "2008-09-16", - "question": "It's the giant beast seen here taking the bait; it can grow to about 60 feet & weigh more than 1,000 pounds", - "value": "$400", - "answer": "squid", - "round": "Jeopardy!", - "show_number": "5522", - "fullAnswer": "squid" - }, { "category": "MUSICAL ADJECTIVES", "air_date": "2008-09-16", @@ -293809,16 +278819,6 @@ "show_number": "5522", "fullAnswer": "kinky" }, - { - "category": "MY, HOW YOU'VE GROWN!", - "air_date": "2008-09-16", - "question": "\"S\" is for this amphibian; most are only a few inches long, but giant Chinese ones can grown much larger", - "value": "$800", - "answer": "salamander", - "round": "Jeopardy!", - "show_number": "5522", - "fullAnswer": "salamander" - }, { "category": "MUSICAL ADJECTIVES", "air_date": "2008-09-16", @@ -293899,16 +278899,6 @@ "show_number": "5522", "fullAnswer": "a potato" }, - { - "category": "THE DISAPPOINTING 21st CENTURY", - "air_date": "2008-09-16", - "question": "We hoped by now all music would be on this spooky-sounding instrument", - "value": "$1000", - "answer": "theremin", - "round": "Jeopardy!", - "show_number": "5522", - "fullAnswer": "a theremin" - }, { "category": "REMEMBER \"Y\" 2 \"K\"", "air_date": "2008-09-16", @@ -293959,16 +278949,6 @@ "show_number": "5522", "fullAnswer": "butter" }, - { - "category": "GEOMETRY", - "air_date": "2008-09-16", - "question": "(Jon of the Clue Crew shows a line segment sweeping out a circle on the monitor.) Euclid's third postulate tells us that from any line segment, a circle can be drawn with one endpoint as the center & the segment itself as this line", - "value": "$400", - "answer": "radius", - "round": "Double Jeopardy!", - "show_number": "5522", - "fullAnswer": "radius" - }, { "category": "THERE'S A WORD FOR THAT", "air_date": "2008-09-16", @@ -294069,16 +279049,6 @@ "show_number": "5522", "fullAnswer": "genius & genus" }, - { - "category": "GEOMETRY", - "air_date": "2008-09-16", - "question": "(Kelly of the Clue Crew reads the clue shows a triangle with two angles labeled on the monitor.) In this triangle, if angle A is 42 degrees and angle B is 60 degrees, then angle C has to equal this", - "value": "$5,000", - "answer": "78 degrees", - "round": "Double Jeopardy!", - "show_number": "5522", - "fullAnswer": "78 degrees" - }, { "category": "THERE'S A WORD FOR THAT", "air_date": "2008-09-16", @@ -294109,16 +279079,6 @@ "show_number": "5522", "fullAnswer": "Hitman" }, - { - "category": "CHINA & INDIA", - "air_date": "2008-09-16", - "question": "India's states have their own official languages including Gujarati, Marathi & this language of the highlighted state", - "value": "$1600", - "answer": "Punjabi", - "round": "Double Jeopardy!", - "show_number": "5522", - "fullAnswer": "Punjabi" - }, { "category": "NOT TO BE CONFUSED", "air_date": "2008-09-16", @@ -294169,26 +279129,6 @@ "show_number": "5522", "fullAnswer": "firewall" }, - { - "category": "NOT TO BE CONFUSED", - "air_date": "2008-09-16", - "question": "(Kelly of the Clue Crew unfolds a paper snowflake cut-out.) Origami is the art of paper folding; this is the Japanese art of paper folding & cutting to make designs like this", - "value": "$2000", - "answer": "kirigami", - "round": "Double Jeopardy!", - "show_number": "5522", - "fullAnswer": "kirigami" - }, - { - "category": "GEOMETRY", - "air_date": "2008-09-16", - "question": "(Jon of the Clue Crew shows a circle drawing itself around a regular pentagon on the monitor.) A circle is said to be this when it surrounds a polygon in such a way that each vertex touches the circle", - "value": "$2000", - "answer": "circumscribed", - "round": "Double Jeopardy!", - "show_number": "5522", - "fullAnswer": "circumscribed" - }, { "category": "THERE'S A WORD FOR THAT", "air_date": "2008-09-16", @@ -294229,16 +279169,6 @@ "show_number": "4708", "fullAnswer": "Willy" }, - { - "category": "IN THE NEWS 2005", - "air_date": "2005-02-09", - "question": "We wonder if the woman seen here is reacting to the Jan. 7 announcement of their breakup", - "value": "$200", - "answer": "Jennifer Aniston & Brad Pitt", - "round": "Jeopardy!", - "show_number": "4708", - "fullAnswer": "Jennifer Aniston & Brad Pitt" - }, { "category": "EAT YOUR VEGETABLES!", "air_date": "2005-02-09", @@ -294324,7 +279254,7 @@ "air_date": "2005-02-09", "question": "Stubble on a man's face in the late afternoon, if he shaved in the morning", "value": "$400", - "answer": "five-o\\'clock shadow", + "answer": "five-o'clock shadow", "round": "Jeopardy!", "show_number": "4708", "fullAnswer": "a five-o\\'clock shadow" @@ -294419,16 +279349,6 @@ "show_number": "4708", "fullAnswer": "immunization" }, - { - "category": "EAT YOUR VEGETABLES!", - "air_date": "2005-02-09", - "question": "Each of the plants seen here yields dozens of these veggies", - "value": "$800", - "answer": "Brussels sprouts", - "round": "Jeopardy!", - "show_number": "4708", - "fullAnswer": "Brussels sprouts" - }, { "category": "ADVICE", "air_date": "2005-02-09", @@ -294529,16 +279449,6 @@ "show_number": "4708", "fullAnswer": "Old King Cole" }, - { - "category": "WHERE AM I?", - "air_date": "2005-02-09", - "question": "(Sarah of the Clue Crew reports from Truman's Presidential Library. ) I'm here in the actual office Harry Truman worked in from 1957-1966 at his presidential library in this city", - "value": "$400", - "answer": "Independence", - "round": "Double Jeopardy!", - "show_number": "4708", - "fullAnswer": "Independence" - }, { "category": "JAPANESE AMERICANS", "air_date": "2005-02-09", @@ -294569,16 +279479,6 @@ "show_number": "4708", "fullAnswer": "Break a leg!" }, - { - "category": "GREAT CONDUCTORS", - "air_date": "2005-02-09", - "question": "He's seen here in a typically passionate moment", - "value": "$800", - "answer": "Leonard Bernstein", - "round": "Double Jeopardy!", - "show_number": "4708", - "fullAnswer": "Leonard Bernstein" - }, { "category": "COLE MINING", "air_date": "2005-02-09", @@ -294589,16 +279489,6 @@ "show_number": "4708", "fullAnswer": "Paula Cole" }, - { - "category": "WHERE AM I?", - "air_date": "2005-02-09", - "question": "(Cheryl of the Clue Crew reports from a national park.) I'm in America's first national park in this state that also had our first national monument & national forest", - "value": "$800", - "answer": "Wyoming", - "round": "Double Jeopardy!", - "show_number": "4708", - "fullAnswer": "Wyoming" - }, { "category": "JAPANESE AMERICANS", "air_date": "2005-02-09", @@ -294649,16 +279539,6 @@ "show_number": "4708", "fullAnswer": "Gary Cole" }, - { - "category": "WHERE AM I?", - "air_date": "2005-02-09", - "question": "(Cheryl of the Clue Crew reports from a city square.) I'm in this city that was co-capital of the Colony & State of Connecticut 1701-1875", - "value": "$1200", - "answer": "New Haven", - "round": "Double Jeopardy!", - "show_number": "4708", - "fullAnswer": "New Haven" - }, { "category": "JAPANESE AMERICANS", "air_date": "2005-02-09", @@ -294709,16 +279589,6 @@ "show_number": "4708", "fullAnswer": "Cole Porter" }, - { - "category": "WHERE AM I?", - "air_date": "2005-02-09", - "question": "(Cheryl of the Clue Crew reports from a field of a certain cereal crop.) I'm the area known by this agricultural name, stretching from Nebraska to Ohio, & Minnesota to Missouri", - "value": "$1600", - "answer": "Corn Belt", - "round": "Double Jeopardy!", - "show_number": "4708", - "fullAnswer": "the Corn Belt" - }, { "category": "JAPANESE AMERICANS", "air_date": "2005-02-09", @@ -294769,16 +279639,6 @@ "show_number": "4708", "fullAnswer": "Cole Younger" }, - { - "category": "WHERE AM I?", - "air_date": "2005-02-09", - "question": "(Jimmy of the Clue Crew reports from a Navy yard.) I'm at the U.S. Navy's biggest West Coast base of operations, in this city", - "value": "$2000", - "answer": "San Diego", - "round": "Double Jeopardy!", - "show_number": "4708", - "fullAnswer": "San Diego" - }, { "category": "JAPANESE AMERICANS", "air_date": "2005-02-09", @@ -294804,7 +279664,7 @@ "air_date": "2005-02-09", "question": "\"Carmen\" remains unfinished up to the time a beefy broad belts out a ditty", "value": "$2000", - "answer": "opera ain\\'t over \\'til the fat lady sings", + "answer": "opera ain't over 'til the fat lady sings", "round": "Double Jeopardy!", "show_number": "4708", "fullAnswer": "the opera ain\\'t over \\'til the fat lady sings" @@ -295584,7 +280444,7 @@ "air_date": "2010-02-12", "question": "At the National Museum of Crime & Punishment in D.C. you can see the studio where John Walsh hosts this long-running show", "value": "$600", - "answer": "America\\'s Most Wanted", + "answer": "America's Most Wanted", "round": "Jeopardy!", "show_number": "5855", "fullAnswer": "America\\'s Most Wanted" @@ -295689,16 +280549,6 @@ "show_number": "5855", "fullAnswer": "the Chicago Bears" }, - { - "category": "MICROBIOLOGY MILESTONES", - "air_date": "2010-02-12", - "question": "Grinding his own lenses, this 17th century Dutchman discovered bacteria with a home-made microscope", - "value": "$1000", - "answer": "Leeuwenhoek", - "round": "Jeopardy!", - "show_number": "5855", - "fullAnswer": "(Antonie) Leeuwenhoek" - }, { "category": "LET'S VISIT A MUSEUM", "air_date": "2010-02-12", @@ -295749,16 +280599,6 @@ "show_number": "5855", "fullAnswer": "Paranormal Activity" }, - { - "category": "FLOWERS & CANDY", - "air_date": "2010-02-12", - "question": "(Kelly of the Clue Crew shows some candy at the See's Candy Factory.) At the See's Factory, these types of candy are still hand-dipped; the candies are that good, as the name tells you twice", - "value": "$400", - "answer": "bonbons", - "round": "Double Jeopardy!", - "show_number": "5855", - "fullAnswer": "bonbons" - }, { "category": "MYTHOLOGY", "air_date": "2010-02-12", @@ -295789,16 +280629,6 @@ "show_number": "5855", "fullAnswer": "the dashboard" }, - { - "category": "AFRICAN HISTORY", - "air_date": "2010-02-12", - "question": "(I'm author and journalist Helene Cooper.) In 1847 a government based on that of the U.S. was established by free black men & former slaves in the West African nation they called this", - "value": "$800", - "answer": "Liberia", - "round": "Double Jeopardy!", - "show_number": "5855", - "fullAnswer": "Liberia" - }, { "category": "FRIGHT-FUL FILMS", "air_date": "2010-02-12", @@ -295809,16 +280639,6 @@ "show_number": "5855", "fullAnswer": "mad scientists" }, - { - "category": "FLOWERS & CANDY", - "air_date": "2010-02-12", - "question": "This flower gets its name from the way it closes at night and opens at dawn, like a human sense organ", - "value": "$800", - "answer": "daisy", - "round": "Double Jeopardy!", - "show_number": "5855", - "fullAnswer": "a daisy" - }, { "category": "MYTHOLOGY", "air_date": "2010-02-12", @@ -295869,16 +280689,6 @@ "show_number": "5855", "fullAnswer": "Saw" }, - { - "category": "FLOWERS & CANDY", - "air_date": "2010-02-12", - "question": "(Kelly of the Clue Crew shows some candy at the See's Candy Factory.) A cookbook from the days of the Roman Empire has a recipe for \"nucatum\" which is the Latin root of this confection still popular today", - "value": "$1200", - "answer": "nougat", - "round": "Double Jeopardy!", - "show_number": "5855", - "fullAnswer": "nougat" - }, { "category": "MYTHOLOGY", "air_date": "2010-02-12", @@ -295929,16 +280739,6 @@ "show_number": "5855", "fullAnswer": "Vacancy" }, - { - "category": "FLOWERS & CANDY", - "air_date": "2010-02-12", - "question": "The gardenia is a symbol of someone who loves you, but doesn't say so, called this two-word phrase", - "value": "$1600", - "answer": "secret admirer", - "round": "Double Jeopardy!", - "show_number": "5855", - "fullAnswer": "a secret admirer" - }, { "category": "MYTHOLOGY", "air_date": "2010-02-12", @@ -295989,16 +280789,6 @@ "show_number": "5855", "fullAnswer": "Eli Roth" }, - { - "category": "FLOWERS & CANDY", - "air_date": "2010-02-12", - "question": "(Kelly of the Clue Crew shows some candy at the See's Candy Factory.) This candy, whipped egg whites, vanilla cream & English walnuts in milk chocolate is a little slice of heaven, & not just because of its name", - "value": "$2000", - "answer": "divinities", - "round": "Double Jeopardy!", - "show_number": "5855", - "fullAnswer": "divinities" - }, { "category": "MYTHOLOGY", "air_date": "2010-02-12", @@ -296929,16 +281719,6 @@ "show_number": "5383", "fullAnswer": "Silence of the Lambs" }, - { - "category": "THE EPA P3 EXPO", - "air_date": "2008-01-23", - "question": "(Sarah reporting from the EPA P3 Expo in Washington DC) Albien College's project demonstrates how it's possible to generate energy, here in expo for this kind of technology, meaning \"capable of being continued with minimal long term environmental effects\"", - "value": "$400", - "answer": "sustainable", - "round": "Double Jeopardy!", - "show_number": "5383", - "fullAnswer": "sustainable" - }, { "category": "ANIMALS EN ESPAÑOL", "air_date": "2008-01-23", @@ -296989,16 +281769,6 @@ "show_number": "5383", "fullAnswer": "Casablanca" }, - { - "category": "THE EPA P3 EXPO", - "air_date": "2008-01-23", - "question": "(Jimmy reporting from the EPA P3 Expo in Washington DC) To help tsunami-ravaged Indonesia replace its food supply, students of Duke have made a mechanical aerator, that increases shrimp hatchery yields by adding this element", - "value": "$800", - "answer": "oxygen", - "round": "Double Jeopardy!", - "show_number": "5383", - "fullAnswer": "oxygen" - }, { "category": "ANIMALS EN ESPAÑOL", "air_date": "2008-01-23", @@ -297049,16 +281819,6 @@ "show_number": "5383", "fullAnswer": "The French Connection" }, - { - "category": "THE EPA P3 EXPO", - "air_date": "2008-01-23", - "question": "(Jimmy reporting from the EPA P3 Expo in Washington DC) A team from the University of New Hampshire is using camel power & a rope & washer system to replace gas power with green technology in the drip type of this in the fields of Niger, one of the world's poorest countries", - "value": "$1200", - "answer": "irrigation", - "round": "Double Jeopardy!", - "show_number": "5383", - "fullAnswer": "irrigation" - }, { "category": "ANIMALS EN ESPAÑOL", "air_date": "2008-01-23", @@ -297109,16 +281869,6 @@ "show_number": "5383", "fullAnswer": "Amadeus" }, - { - "category": "THE EPA P3 EXPO", - "air_date": "2008-01-23", - "question": "(Sarah reporting from the EPA P3 Expo in Washington DC) You might not think of turning manure into a resource, but a team from Western Washington University did; it's powering a hybrid engine using this bio-gas: CH4", - "value": "$1600", - "answer": "methane", - "round": "Double Jeopardy!", - "show_number": "5383", - "fullAnswer": "methane" - }, { "category": "ANIMALS EN ESPAÑOL", "air_date": "2008-01-23", @@ -297169,16 +281919,6 @@ "show_number": "5383", "fullAnswer": "Titanic" }, - { - "category": "THE EPA P3 EXPO", - "air_date": "2008-01-23", - "question": "(Jimmy reporting from the EPA P3 Expo in Washington DC) Using solar power to kill water-borne bacteria at temperatures below the boiling point, Rochester Institute of Technology's team saves energy while accomplishing this, named for a 19th century French scientist", - "value": "$2000", - "answer": "Pasteurization", - "round": "Double Jeopardy!", - "show_number": "5383", - "fullAnswer": "Pasteurization" - }, { "category": "ANIMALS EN ESPAÑOL", "air_date": "2008-01-23", @@ -297379,16 +282119,6 @@ "show_number": "3292", "fullAnswer": "the Panhandle" }, - { - "category": "\"O\"", - "air_date": "1998-12-22", - "question": "Animal seen here, very much \"alive\"", - "value": "$300", - "answer": "opossum", - "round": "Jeopardy!", - "show_number": "3292", - "fullAnswer": "an opossum" - }, { "category": "HOLIDAYS", "air_date": "1998-12-22", @@ -297409,16 +282139,6 @@ "show_number": "3292", "fullAnswer": "\"God Bless America\"" }, - { - "category": "CITY FOOD", - "air_date": "1998-12-22", - "question": "(Richard Simmons reads the clue.) Bananas Foster & Oysters Rockefeller are 2 yummy dishes created in this Southern city, my birthplace", - "value": "$500", - "answer": "New Orleans", - "round": "Jeopardy!", - "show_number": "3292", - "fullAnswer": "New Orleans" - }, { "category": "THE U.S.", "air_date": "1998-12-22", @@ -297479,16 +282199,6 @@ "show_number": "3292", "fullAnswer": "the Rio Grande" }, - { - "category": "\"O\"", - "air_date": "1998-12-22", - "question": "Title of the 1974 suspense film seen here:

\"All I did was to obey my orders. Don't compare yourself with a soldier... you were an executioner...\"", - "value": "$500", - "answer": "Odessa File", - "round": "Jeopardy!", - "show_number": "3292", - "fullAnswer": "The Odessa File" - }, { "category": "FRENCH LIT", "air_date": "1998-12-22", @@ -297979,16 +282689,6 @@ "show_number": "4761", "fullAnswer": "schnapps" }, - { - "category": "THE ARTIST", - "air_date": "2005-04-25", - "question": "16th century author Pietro Aretino is seen here in a portrait by this Venetian pal of his", - "value": "$800", - "answer": "Titian", - "round": "Jeopardy!", - "show_number": "4761", - "fullAnswer": "Titian" - }, { "category": "FORMERLY KNOWN AS", "air_date": "2005-04-25", @@ -298099,16 +282799,6 @@ "show_number": "4761", "fullAnswer": "Alice Walker" }, - { - "category": "CHESS", - "air_date": "2005-04-25", - "question": "(Sarah of the Clue Crew delivers the clue while demonstrating such a move with Cheryl at a chessboard.) The knight is well suited to this maneuver, that threatens two pieces at one time; it shares its name with a piece of tableware", - "value": "$400", - "answer": "fork", - "round": "Double Jeopardy!", - "show_number": "4761", - "fullAnswer": "fork" - }, { "category": "GOLLY \"G\"!", "air_date": "2005-04-25", @@ -298219,16 +282909,6 @@ "show_number": "4761", "fullAnswer": "Bernard Malamud" }, - { - "category": "CHESS", - "air_date": "2005-04-25", - "question": "(Cheryl of the Clue Crew delivers the clue while demonstrating in a chess game with Sarah.) It's the 8-letter term for the direction in which I've chosen to castle", - "value": "$1200", - "answer": "kingside", - "round": "Double Jeopardy!", - "show_number": "4761", - "fullAnswer": "kingside" - }, { "category": "GOLLY \"G\"!", "air_date": "2005-04-25", @@ -298284,7 +282964,7 @@ "air_date": "2005-04-25", "question": "Bring your queen out fast & you can have this victory after just 2 moves", "value": "$1600", - "answer": "fool\\'s mate", + "answer": "fool's mate", "round": "Double Jeopardy!", "show_number": "4761", "fullAnswer": "fool\\'s mate" @@ -298339,16 +283019,6 @@ "show_number": "4761", "fullAnswer": "John Kennedy Toole" }, - { - "category": "CHESS", - "air_date": "2005-04-25", - "question": "(Jimmy of the Clue Crew delivers the clue while at a chessboard with Cheryl.) Even chess masters often begin a game with this familiar opening named for a Spanish priest", - "value": "$2000", - "answer": "Ruy Lopez", - "round": "Double Jeopardy!", - "show_number": "4761", - "fullAnswer": "Ruy Lopez" - }, { "category": "GOLLY \"G\"!", "air_date": "2005-04-25", @@ -299294,7 +283964,7 @@ "air_date": "2004-03-04", "question": "The mock turtle sings a song about the lobster quadrille in this classic children's book", "value": "$800", - "answer": "Alice\\'s Adventures in Wonderland", + "answer": "Alice's Adventures in Wonderland", "round": "Double Jeopardy!", "show_number": "4494", "fullAnswer": "Alice\\'s Adventures in Wonderland" @@ -300319,16 +284989,6 @@ "show_number": "5111", "fullAnswer": "counsel" }, - { - "category": "GUINNESS WORLD RECORDS", - "air_date": "2006-11-27", - "question": "Appropriate 10 letter nickname of David Smith Sr. shown here. He has travelled a record 185 ft., 10 in.", - "value": "$800", - "answer": "Human Cannonball", - "round": "Jeopardy!", - "show_number": "5111", - "fullAnswer": "the Human Cannonball" - }, { "category": "____ING", "air_date": "2006-11-27", @@ -300514,7 +285174,7 @@ "air_date": "2006-11-27", "question": "This book sabout \"El Escandalo Watergate\" is \"Todos los Hombres del Presidente\"", "value": "$800", - "answer": "All the President\\'s Men", + "answer": "All the President's Men", "round": "Double Jeopardy!", "show_number": "5111", "fullAnswer": "All the President\\'s Men" @@ -300649,16 +285309,6 @@ "show_number": "5111", "fullAnswer": "the boll weevil" }, - { - "category": "COMPOSERS", - "air_date": "2006-11-27", - "question": "(Sarah of the Clue Crew adds to the decor of the Imperial Chapel in Vienna.) Here in the Imperial Chapel this great song composer was a Vienna Choir Boy until 1812; his parting note said he had \"crowed\" for the last time", - "value": "$2000", - "answer": "Franz Schubert", - "round": "Double Jeopardy!", - "show_number": "5111", - "fullAnswer": "Franz Schubert" - }, { "category": "MOVIE LOCALES", "air_date": "2006-11-27", @@ -300689,26 +285339,6 @@ "show_number": "5111", "fullAnswer": "Light in August" }, - { - "category": "FILE UNDER \"F\"", - "air_date": "2006-11-27", - "question": "(Jimmy of the Clue Crew points out a flow chart.) This type of loop is positive if it reinforces the activity of the system, as in a vicious circle", - "value": "$2000", - "answer": "feedback loop", - "round": "Double Jeopardy!", - "show_number": "5111", - "fullAnswer": "a feedback loop" - }, - { - "category": "THE 5 BEETLES", - "air_date": "2006-11-27", - "question": "Labor hard and tells us the name of the beetles seen here named for a mythological hero", - "value": "$1,000", - "answer": "hercules beetle", - "round": "Double Jeopardy!", - "show_number": "5111", - "fullAnswer": "the hercules beetle" - }, { "category": "FIRST NAMES", "air_date": "2006-11-27", @@ -300719,16 +285349,6 @@ "show_number": "5111", "fullAnswer": "Horatio" }, - { - "category": "HISTORIC GREETING CARDS", - "air_date": "2005-06-21", - "question": "It's the residence referred to here:

Nov. 1800

John & Abby -

Best of luck in your new home! Can't wait to visit you there.
", - "value": "$200", - "answer": "White House", - "round": "Jeopardy!", - "show_number": "4802", - "fullAnswer": "the White House" - }, { "category": "LIBRARIES", "air_date": "2005-06-21", @@ -300779,16 +285399,6 @@ "show_number": "4802", "fullAnswer": "allergy" }, - { - "category": "HISTORIC GREETING CARDS", - "air_date": "2005-06-21", - "question": "This mobster got a card from wife Mae:

Sweetheart,

I'm glad your mind is on love instead of business.
Happy Valentine's Day '29!
", - "value": "$400", - "answer": "Al Capone", - "round": "Jeopardy!", - "show_number": "4802", - "fullAnswer": "Al Capone" - }, { "category": "LIBRARIES", "air_date": "2005-06-21", @@ -300809,16 +285419,6 @@ "show_number": "4802", "fullAnswer": "horses" }, - { - "category": "LOONEY TUNES", - "air_date": "2005-06-21", - "question": "Mais oui, he's the scent-imental lover seen here", - "value": "$400", - "answer": "Pepé Le Pew", - "round": "Jeopardy!", - "show_number": "4802", - "fullAnswer": "Pepé Le Pew" - }, { "category": "WHAT'S UP, DUCK?", "air_date": "2005-06-21", @@ -300839,16 +285439,6 @@ "show_number": "4802", "fullAnswer": "all points bulletin" }, - { - "category": "HISTORIC GREETING CARDS", - "air_date": "2005-06-21", - "question": "Sailor who in 1500 got the Father's Day card:

To a Great Dad,

Someday you'll get your own day!
Love,
Diego
", - "value": "$600", - "answer": "Christopher Columbus", - "round": "Jeopardy!", - "show_number": "4802", - "fullAnswer": "Christopher Columbus" - }, { "category": "LIBRARIES", "air_date": "2005-06-21", @@ -300899,16 +285489,6 @@ "show_number": "4802", "fullAnswer": "allegro" }, - { - "category": "HISTORIC GREETING CARDS", - "air_date": "2005-06-21", - "question": "Author of the 1541 anniversary card:

Catherine,

I can't believe it's been a year. Wishing us many more happy months together...
", - "value": "$800", - "answer": "Henry VIII", - "round": "Jeopardy!", - "show_number": "4802", - "fullAnswer": "Henry VIII" - }, { "category": "LIBRARIES", "air_date": "2005-06-21", @@ -300959,16 +285539,6 @@ "show_number": "4802", "fullAnswer": "the Allegheny" }, - { - "category": "HISTORIC GREETING CARDS", - "air_date": "2005-06-21", - "question": "1840 graduate whose card came with a horse in a red bow:

Cump,

West Point made a fine young man. We're so proud.
", - "value": "$1000", - "answer": "William Tecumseh Sherman", - "round": "Jeopardy!", - "show_number": "4802", - "fullAnswer": "William Tecumseh Sherman" - }, { "category": "LIBRARIES", "air_date": "2005-06-21", @@ -300994,7 +285564,7 @@ "air_date": "2005-06-21", "question": "Punning on Bugs' catchphrase, it's the title of the cartoon in which Bugs played Brunhilde & Elmer Fudd was Siegfried", "value": "$1,200", - "answer": "What\\'s Opera, Doc?", + "answer": "What's Opera, Doc?", "round": "Jeopardy!", "show_number": "4802", "fullAnswer": "\"What\\'s Opera, Doc?\"" @@ -301149,16 +285719,6 @@ "show_number": "4802", "fullAnswer": "Thomas Keneally" }, - { - "category": "TAKE ME TO YOUR DIRECTOR", - "air_date": "2005-06-21", - "question": "(Anthony Daniels reads the clue.) C-3PO was modeled after a robot from the 1926 film \"Metropolis\" directed by this human", - "value": "$1200", - "answer": "Fritz Lang", - "round": "Double Jeopardy!", - "show_number": "4802", - "fullAnswer": "Fritz Lang" - }, { "category": "VOLCANO, ISLAND OR PENINSULA", "air_date": "2005-06-21", @@ -301299,16 +285859,6 @@ "show_number": "4802", "fullAnswer": "investment banking" }, - { - "category": "OTHER PLANETS' MOONS", - "air_date": "2005-06-21", - "question": "In June 2004, astronomers got pictures of this Saturn-lite with the same name as a \"Friends\" character", - "value": "$2000", - "answer": "Phoebe", - "round": "Double Jeopardy!", - "show_number": "4802", - "fullAnswer": "Phoebe" - }, { "category": "6-LETTER WORDS", "air_date": "2005-06-21", @@ -301579,16 +286129,6 @@ "show_number": "6147", "fullAnswer": "uranium" }, - { - "category": "O POURI", - "air_date": "2011-05-10", - "question": "(Oprah sits in her usual chair)
This autobiography by Maya Angelou was the first book I ever read that made me feel my life as a colored girl growing up in Mississippi deserved validation", - "value": "$1000", - "answer": "I Know Why The Caged Bird Sings", - "round": "Jeopardy!", - "show_number": "6147", - "fullAnswer": "I Know Why The Caged Bird Sings" - }, { "category": "ON THE LAMB", "air_date": "2011-05-10", @@ -301689,16 +286229,6 @@ "show_number": "6147", "fullAnswer": "Jaws" }, - { - "category": "HISTORY & GEOGRAPHY", - "air_date": "2011-05-10", - "question": "(Kelly of the Clue Crew shows a map on the monitor.) Stretching from the Taurus Mountains in the north to the Persian Gulf in the south, with its heart between the Tigris and Euphrates rivers, is this ancient region, home to the world's first cities", - "value": "$800", - "answer": "Mesopotamia", - "round": "Double Jeopardy!", - "show_number": "6147", - "fullAnswer": "Mesopotamia" - }, { "category": "WRITERS' MIDDLE NAMES", "air_date": "2011-05-10", @@ -301809,16 +286339,6 @@ "show_number": "6147", "fullAnswer": "Shrek" }, - { - "category": "HISTORY & GEOGRAPHY", - "air_date": "2011-05-10", - "question": "(Sarah of the Clue Crew shows a map on the monitor.) Germany's 1939 invasion of Poland was due largely to friction over a strip of land called the Polish Corridor; it was taken from Germany and awarded to Poland by the Versailles Treaty, giving Poland direct access to this sea", - "value": "$1600", - "answer": "Baltic Sea", - "round": "Double Jeopardy!", - "show_number": "6147", - "fullAnswer": "the Baltic Sea" - }, { "category": "WRITERS' MIDDLE NAMES", "air_date": "2011-05-10", @@ -301864,7 +286384,7 @@ "air_date": "2011-05-10", "question": "Geoffrey Rush,
Colin Firth", "value": "$1600", - "answer": "King\\'s Speech", + "answer": "King's Speech", "round": "Double Jeopardy!", "show_number": "6147", "fullAnswer": "The King\\'s Speech" @@ -301979,16 +286499,6 @@ "show_number": "5599", "fullAnswer": "the Nile" }, - { - "category": "WRONG ACCENTS FOR LITERARY CHARACTERS", - "air_date": "2009-01-01", - "question": "\"I won't think of it now...
I'll go home to Tara tomorrow\"
", - "value": "$200", - "answer": "Scarlett O\\'Hara", - "round": "Jeopardy!", - "show_number": "5599", - "fullAnswer": "Scarlett O\\'Hara" - }, { "category": "A LITTLE \"B\" BOP", "air_date": "2009-01-01", @@ -302039,16 +286549,6 @@ "show_number": "5599", "fullAnswer": "the Colorado River" }, - { - "category": "WRONG ACCENTS FOR LITERARY CHARACTERS", - "air_date": "2009-01-01", - "question": "\"We are in Transylvania;
and Transylvania is not England.
Our ways are not your ways\"
", - "value": "$400", - "answer": "Count Dracula", - "round": "Jeopardy!", - "show_number": "5599", - "fullAnswer": "Count Dracula" - }, { "category": "A LITTLE \"B\" BOP", "air_date": "2009-01-01", @@ -302099,16 +286599,6 @@ "show_number": "5599", "fullAnswer": "the Yangtze" }, - { - "category": "WRONG ACCENTS FOR LITERARY CHARACTERS", - "air_date": "2009-01-01", - "question": "\"Tom...that injun devil wouldn't make any more of drownding us than a couple of cats\"", - "value": "$600", - "answer": "Huckleberry Finn", - "round": "Jeopardy!", - "show_number": "5599", - "fullAnswer": "Huckleberry Finn" - }, { "category": "A LITTLE \"B\" BOP", "air_date": "2009-01-01", @@ -302159,16 +286649,6 @@ "show_number": "5599", "fullAnswer": "the Columbia" }, - { - "category": "WRONG ACCENTS FOR LITERARY CHARACTERS", - "air_date": "2009-01-01", - "question": "\"Towards thee I roll, thou all-destroying bu unconquering whale; to the last I grapple with thee\"", - "value": "$800", - "answer": "Captain Ahab", - "round": "Jeopardy!", - "show_number": "5599", - "fullAnswer": "Captain Ahab" - }, { "category": "A LITTLE \"B\" BOP", "air_date": "2009-01-01", @@ -302204,7 +286684,7 @@ "air_date": "2009-01-01", "question": "Though Ashton Kutcher sported this hat, basically a mesh-back ball cap, it did not have a long haul of trendiness", "value": "$1000", - "answer": "trucker\\'s hat", + "answer": "trucker's hat", "round": "Jeopardy!", "show_number": "5599", "fullAnswer": "a trucker\\'s hat" @@ -302219,16 +286699,6 @@ "show_number": "5599", "fullAnswer": "the Danube" }, - { - "category": "WRONG ACCENTS FOR LITERARY CHARACTERS", - "air_date": "2009-01-01", - "question": "\"Thou must know Pearl! Our little Pearl! Thou hast seen her,--Yes, I know it!--but thou wilt see her now with other eyes\"", - "value": "$1000", - "answer": "Hester Prynne", - "round": "Jeopardy!", - "show_number": "5599", - "fullAnswer": "Hester Prynne" - }, { "category": "A LITTLE \"B\" BOP", "air_date": "2009-01-01", @@ -302319,16 +286789,6 @@ "show_number": "5599", "fullAnswer": "Kansas" }, - { - "category": "AN ELEMENT-AL CATEGORY", - "air_date": "2009-01-01", - "question": "(Jimmy of the Clue Crew reports from a bedside.) Here at the sleep center at Stanford Hospital and Clinics, one of the 32 devices attached to a subject measures the levels of this element in the blood, which can be an indicator of sleep apnea", - "value": "$800", - "answer": "oxygen", - "round": "Double Jeopardy!", - "show_number": "5599", - "fullAnswer": "oxygen" - }, { "category": "POTENT POTABLES IN OTHER WORDS", "air_date": "2009-01-01", @@ -302449,16 +286909,6 @@ "show_number": "5599", "fullAnswer": "zirconium" }, - { - "category": "POTENT POTABLES IN OTHER WORDS", - "air_date": "2009-01-01", - "question": "A collegiate mascot from West Lafayette, Indiana", - "value": "$1600", - "answer": "Boilermaker", - "round": "Double Jeopardy!", - "show_number": "5599", - "fullAnswer": "a Boilermaker" - }, { "category": "GET SOME CULTURE", "air_date": "2009-01-01", @@ -302479,16 +286929,6 @@ "show_number": "5599", "fullAnswer": "Big Bend" }, - { - "category": "HAPPY NEW YEAR", - "air_date": "2009-01-01", - "question": "Registering the symbol seen here Jan. 1, 1876 gave this beverage brand England's first trademark", - "value": "$2000", - "answer": "Bass Ale", - "round": "Double Jeopardy!", - "show_number": "5599", - "fullAnswer": "Bass Ale" - }, { "category": "MUSICAL STATES", "air_date": "2009-01-01", @@ -302499,16 +286939,6 @@ "show_number": "5599", "fullAnswer": "Nebraska" }, - { - "category": "AN ELEMENT-AL CATEGORY", - "air_date": "2009-01-01", - "question": "(Jimmy reports from the Scripps Institution of Oceanography.) To track global warming, scientists use Antarctic ice cores & measure relative amounts of different forms of elements known as these", - "value": "$2000", - "answer": "isotopes", - "round": "Double Jeopardy!", - "show_number": "5599", - "fullAnswer": "isotopes" - }, { "category": "POTENT POTABLES IN OTHER WORDS", "air_date": "2009-01-01", @@ -303274,7 +287704,7 @@ "air_date": "2008-04-29", "question": "In 1986 this company introduced its Dockers line of men's casual wear", "value": "$600", - "answer": "Levi\\'s", + "answer": "Levi's", "round": "Jeopardy!", "show_number": "5452", "fullAnswer": "Levi\\'s" @@ -303309,16 +287739,6 @@ "show_number": "5452", "fullAnswer": "The New Adventures of Old Christine" }, - { - "category": "INTERNATIONAL FOOD & DRINK", - "air_date": "2008-04-29", - "question": "(Sarah of the Clue Crew mixes a potent potable in a bar in Rio de Janeiro, Brazil.) Virtually Brazil's national drink, caipirinha is an icy concoction of fresh lime & cachaca, a liqueur distilled mainly from this sweet crop", - "value": "$800", - "answer": "sugar cane", - "round": "Jeopardy!", - "show_number": "5452", - "fullAnswer": "sugar cane" - }, { "category": "TIME", "air_date": "2008-04-29", @@ -304104,7 +288524,7 @@ "air_date": "1998-05-27", "question": "In July this retailer said it was closing 400 stores; it had nickeled-&-dimed itself to death", "value": "$400", - "answer": "Woolworth\\'s", + "answer": "Woolworth's", "round": "Double Jeopardy!", "show_number": "3178", "fullAnswer": "Woolworth\\'s" @@ -304399,16 +288819,6 @@ "show_number": "4979", "fullAnswer": "the Union Army" }, - { - "category": "LET'S GET MARRIED IN VEGAS!", - "air_date": "2006-04-13", - "question": "Maiden name of the blushing bride seen here after her 1967 wedding at the Aladdin", - "value": "$400", - "answer": "Beaulieu", - "round": "Jeopardy!", - "show_number": "4979", - "fullAnswer": "(Priscilla) Beaulieu" - }, { "category": "AN OCCUPATION, OR...", "air_date": "2006-04-13", @@ -304579,16 +288989,6 @@ "show_number": "4979", "fullAnswer": "Grace (Metalious)" }, - { - "category": "LET'S GET MARRIED IN VEGAS!", - "air_date": "2006-04-13", - "question": "He's the blushing groom seen here after his 1967 wedding at the Riviera", - "value": "$1000", - "answer": "Roger Smith", - "round": "Jeopardy!", - "show_number": "4979", - "fullAnswer": "Roger Smith" - }, { "category": "AN OCCUPATION, OR...", "air_date": "2006-04-13", @@ -304629,16 +289029,6 @@ "show_number": "4979", "fullAnswer": "confit" }, - { - "category": "MELANCHOLY SITES OF FORMER GRANDEUR", - "air_date": "2006-04-13", - "question": "(Jon of the Clue Crew delivers the clue from Hammershus Fortress on Bornholm Island, Denmark.) The disrepair of the once mighty 13th century Hammershus Fortress comes from having been used as this type of resource for rocks", - "value": "$400", - "answer": "quarry", - "round": "Double Jeopardy!", - "show_number": "4979", - "fullAnswer": "a quarry" - }, { "category": "WE \"LOVE\" TELEVISION", "air_date": "2006-04-13", @@ -304749,16 +289139,6 @@ "show_number": "4979", "fullAnswer": "boot camp" }, - { - "category": "MELANCHOLY SITES OF FORMER GRANDEUR", - "air_date": "2006-04-13", - "question": "(Jimmy of the Clue Crew gives the clue from the Valley of the Kings in Egypt.) With more than 60 known tombs, the Valley of the Kings was part of this ancient city the Greeks called Diaspolis", - "value": "$1200", - "answer": "Thebes", - "round": "Double Jeopardy!", - "show_number": "4979", - "fullAnswer": "Thebes" - }, { "category": "WE \"LOVE\" TELEVISION", "air_date": "2006-04-13", @@ -304794,7 +289174,7 @@ "air_date": "2006-04-13", "question": "Henry James-D.H. Lawrence work in which an American woman goes to Europe & has an affair with a gamekeeper", "value": "$1200", - "answer": "Portrait of a Lady Chatterley\\'s Lover", + "answer": "Portrait of a Lady Chatterley's Lover", "round": "Double Jeopardy!", "show_number": "4979", "fullAnswer": "The Portrait of a Lady Chatterley\\'s Lover" @@ -304869,16 +289249,6 @@ "show_number": "4979", "fullAnswer": "tai chi" }, - { - "category": "MELANCHOLY SITES OF FORMER GRANDEUR", - "air_date": "2006-04-13", - "question": "(Jon of the Clue Crew gives the clue under arches in Visby, Sweden.) Sweden's island city of Visby, once the trade center of northern Europe, is alliteratively called \"The City of\" these melancholy items \"and Roses\"", - "value": "$2000", - "answer": "Ruins", - "round": "Double Jeopardy!", - "show_number": "4979", - "fullAnswer": "Ruins" - }, { "category": "WE \"LOVE\" TELEVISION", "air_date": "2006-04-13", @@ -304959,16 +289329,6 @@ "show_number": "6152", "fullAnswer": "Diamonds Are Forever" }, - { - "category": "FREE STUFF ON THE INTERNET", - "air_date": "2011-05-17", - "question": "At dlife.com you may qualify for free products pertaining to this insulin-related condition", - "value": "$200", - "answer": "diabetes", - "round": "Jeopardy!", - "show_number": "6152", - "fullAnswer": "diabetes" - }, { "category": "SANDWICHES", "air_date": "2011-05-17", @@ -304989,16 +289349,6 @@ "show_number": "6152", "fullAnswer": "a wreath" }, - { - "category": "FLIGHT SIMULATION", - "air_date": "2011-05-17", - "question": "(Sarah of the Clue Crew sits in a flight simulator.) The simulator is on stilts & uses hydrolic power to create a very realistic version of this condition defined as the random fluctuations of a fluid such as air", - "value": "$200", - "answer": "turbulence", - "round": "Jeopardy!", - "show_number": "6152", - "fullAnswer": "turbulence" - }, { "category": "WHAT HAPPENS IN VEGAS", "air_date": "2011-05-17", @@ -305029,16 +289379,6 @@ "show_number": "6152", "fullAnswer": "Kraft" }, - { - "category": "SANDWICHES", - "air_date": "2011-05-17", - "question": "Seen here he not only has his own signature sandwich, but now there's a sandwich shop chain named for him as well", - "value": "$400", - "answer": "Dagwood Bumstead", - "round": "Jeopardy!", - "show_number": "6152", - "fullAnswer": "Dagwood Bumstead" - }, { "category": "STARTS WITH A SILENT \"W\"", "air_date": "2011-05-17", @@ -305049,16 +289389,6 @@ "show_number": "6152", "fullAnswer": "who" }, - { - "category": "FLIGHT SIMULATION", - "air_date": "2011-05-17", - "question": "(Kelly of the Clue Crew sits in a flight simulator)
The simulator's primary flight display indicates the aircraft's trajectory; place the bird here on this line that defines the boundary between earth and sky and you'll get level flight", - "value": "$400", - "answer": "horizon", - "round": "Jeopardy!", - "show_number": "6152", - "fullAnswer": "the horizon" - }, { "category": "WHAT HAPPENS IN VEGAS", "air_date": "2011-05-17", @@ -305109,16 +289439,6 @@ "show_number": "6152", "fullAnswer": "wrenches" }, - { - "category": "FLIGHT SIMULATION", - "air_date": "2011-05-17", - "question": "(Sarah of the Clue Crew sits in a flight simulator)
As technology advances keyboards, mouse buttons and trackballs have replaced dials and the state-of-the-art side-stick has replaced the control column or yoke that controls the 3 axes: roll, yaw, and this up-and-down movement", - "value": "$2,200", - "answer": "pitch", - "round": "Jeopardy!", - "show_number": "6152", - "fullAnswer": "pitch" - }, { "category": "WHAT HAPPENS IN VEGAS", "air_date": "2011-05-17", @@ -305139,16 +289459,6 @@ "show_number": "6152", "fullAnswer": "View to a Kill" }, - { - "category": "FREE STUFF ON THE INTERNET", - "air_date": "2011-05-17", - "question": "acuvue.com was offering a certificate for a free trial pair of these", - "value": "$800", - "answer": "contact lenses", - "round": "Jeopardy!", - "show_number": "6152", - "fullAnswer": "contact lenses" - }, { "category": "SANDWICHES", "air_date": "2011-05-17", @@ -305169,16 +289479,6 @@ "show_number": "6152", "fullAnswer": "wren" }, - { - "category": "FLIGHT SIMULATION", - "air_date": "2011-05-17", - "question": "(Sarah of the Clue Crew sits in a flight simulator)
After takeoff it's normal to retract these on the wings whose functions include increasing lift and drag; the process is controlled by the pilot and monitored on the primary flight display", - "value": "$800", - "answer": "flaps", - "round": "Jeopardy!", - "show_number": "6152", - "fullAnswer": "the flaps" - }, { "category": "WHAT HAPPENS IN VEGAS", "air_date": "2011-05-17", @@ -305199,16 +289499,6 @@ "show_number": "6152", "fullAnswer": "Live and Let Die" }, - { - "category": "FREE STUFF ON THE INTERNET", - "air_date": "2011-05-17", - "question": "In 2009 this chain halted a promotion for a free meal after too many people downloaded the coupon from oprah.com", - "value": "$1000", - "answer": "KFC", - "round": "Jeopardy!", - "show_number": "6152", - "fullAnswer": "KFC" - }, { "category": "SANDWICHES", "air_date": "2011-05-17", @@ -305229,16 +289519,6 @@ "show_number": "6152", "fullAnswer": "wretched" }, - { - "category": "FLIGHT SIMULATION", - "air_date": "2011-05-17", - "question": "(Sarah of the Clue Crew sits in a flight simulator)
The simulator has a database of many different airports that can be used for pilot training; for each airport satellite imagery creates this detailed mapping whose name comes from the Greek for \"place writing\"", - "value": "$1000", - "answer": "topography", - "round": "Jeopardy!", - "show_number": "6152", - "fullAnswer": "topography" - }, { "category": "THE 2nd MILLENNIUM", "air_date": "2011-05-17", @@ -305389,16 +289669,6 @@ "show_number": "6152", "fullAnswer": "Tim Gunn" }, - { - "category": "THINGS", - "air_date": "2011-05-17", - "question": "In rhyme, this type of footstool is a great place to enjoy curds and whey", - "value": "$1200", - "answer": "tuffet", - "round": "Double Jeopardy!", - "show_number": "6152", - "fullAnswer": "a tuffet" - }, { "category": "BITS", "air_date": "2011-05-17", @@ -305559,16 +289829,6 @@ "show_number": "5612", "fullAnswer": "Paris Hilton" }, - { - "category": "THERE'S NO PLACE LIKE HOME", - "air_date": "2009-01-20", - "question": "This style that's popular in San Francisco was named for a British monarch", - "value": "$200", - "answer": "Victorian", - "round": "Jeopardy!", - "show_number": "5612", - "fullAnswer": "Victorian" - }, { "category": "STUPID GEOGRAPHIC ANSWERS", "air_date": "2009-01-20", @@ -305619,16 +289879,6 @@ "show_number": "5612", "fullAnswer": "Hilary Duff" }, - { - "category": "THERE'S NO PLACE LIKE HOME", - "air_date": "2009-01-20", - "question": "The Hollyhock House was this architect's first California commission", - "value": "$400", - "answer": "Wright", - "round": "Jeopardy!", - "show_number": "5612", - "fullAnswer": "(Frank Lloyd) Wright" - }, { "category": "STUPID GEOGRAPHIC ANSWERS", "air_date": "2009-01-20", @@ -305679,16 +289929,6 @@ "show_number": "5612", "fullAnswer": "Jessica Simpson" }, - { - "category": "THERE'S NO PLACE LIKE HOME", - "air_date": "2009-01-20", - "question": "(Jon of the Clue Crew reports from New York.) From the Strawberry Fields area of Central Park, you can look up at this building where John Lennon lived", - "value": "$600", - "answer": "Dakota", - "round": "Jeopardy!", - "show_number": "5612", - "fullAnswer": "the Dakota" - }, { "category": "STUPID GEOGRAPHIC ANSWERS", "air_date": "2009-01-20", @@ -305739,16 +289979,6 @@ "show_number": "5612", "fullAnswer": "Ugly Betty" }, - { - "category": "THERE'S NO PLACE LIKE HOME", - "air_date": "2009-01-20", - "question": "It was originally built as a comfortable family home; a few rooms have been added since the 1700s", - "value": "$800", - "answer": "Buckingham Palace", - "round": "Jeopardy!", - "show_number": "5612", - "fullAnswer": "Buckingham Palace" - }, { "category": "STUPID GEOGRAPHIC ANSWERS", "air_date": "2009-01-20", @@ -305799,16 +290029,6 @@ "show_number": "5612", "fullAnswer": "Dina Lohan" }, - { - "category": "THERE'S NO PLACE LIKE HOME", - "air_date": "2009-01-20", - "question": "The White House Green Room is decorated in this style at its most popular between 1790 & 1820", - "value": "$1,000", - "answer": "Federal", - "round": "Jeopardy!", - "show_number": "5612", - "fullAnswer": "Federal" - }, { "category": "STUPID GEOGRAPHIC ANSWERS", "air_date": "2009-01-20", @@ -305969,16 +290189,6 @@ "show_number": "5612", "fullAnswer": "(Edgar Allan) Poe" }, - { - "category": "ASTRONOMY", - "air_date": "2009-01-20", - "question": "(Hi, I'm astrophysicist Neil deGrasse Tyson.) The entire universe acts in many ways like a gas in a laboratory, so we conclude that as the universe expands, this will drop continuously as it approaches absolute zero", - "value": "$1200", - "answer": "temperature", - "round": "Double Jeopardy!", - "show_number": "5612", - "fullAnswer": "temperature" - }, { "category": "ART MUSEUMS", "air_date": "2009-01-20", @@ -306419,16 +290629,6 @@ "show_number": "5177", "fullAnswer": "Roots" }, - { - "category": "WHERE AM I?", - "air_date": "2007-02-27", - "question": "(Kelly of the Clue Crew reports from the Iowa State Fair.) I'm in this city, home of the Iowa State Fair, whose name may be from the French for \"monks\", recalling early French missionaries", - "value": "$400", - "answer": "Des Moines", - "round": "Double Jeopardy!", - "show_number": "5177", - "fullAnswer": "Des Moines" - }, { "category": "ROMAN AROUND AT THE MOVIES", "air_date": "2007-02-27", @@ -306479,16 +290679,6 @@ "show_number": "5177", "fullAnswer": "Maya Angelou" }, - { - "category": "WHERE AM I?", - "air_date": "2007-02-27", - "question": "(Cheryl of the Clue Crew reports from a state capital.) I'm in this state capital, the last one to be named for a U.S. president", - "value": "$800", - "answer": "Lincoln, Nebraska", - "round": "Double Jeopardy!", - "show_number": "5177", - "fullAnswer": "Lincoln, Nebraska" - }, { "category": "ROMAN AROUND AT THE MOVIES", "air_date": "2007-02-27", @@ -306539,16 +290729,6 @@ "show_number": "5177", "fullAnswer": "Richard Wright" }, - { - "category": "WHERE AM I?", - "air_date": "2007-02-27", - "question": "(Jon of the Clue Crew reports from the Arizona Sonora Desert Museum.) I'm at the Arizona Sonora Desert Museum in this city that's grown from 45,000 people in 1950 to half a million today", - "value": "$1200", - "answer": "Tucson", - "round": "Double Jeopardy!", - "show_number": "5177", - "fullAnswer": "Tucson" - }, { "category": "ROMAN AROUND AT THE MOVIES", "air_date": "2007-02-27", @@ -306599,16 +290779,6 @@ "show_number": "5177", "fullAnswer": "Walter Mosley" }, - { - "category": "WHERE AM I?", - "air_date": "2007-02-27", - "question": "(Jimmy of the Clue Crew reports from The Pentagon.) I'm at the building put up between 1941 & 1943 to house what was then this government department", - "value": "$1600", - "answer": "Department of War", - "round": "Double Jeopardy!", - "show_number": "5177", - "fullAnswer": "the Department of War" - }, { "category": "ROMAN AROUND AT THE MOVIES", "air_date": "2007-02-27", @@ -306659,16 +290829,6 @@ "show_number": "5177", "fullAnswer": "Eldridge Cleaver" }, - { - "category": "WHERE AM I?", - "air_date": "2007-02-27", - "question": "(Cheryl of the Clue Crew reports from a state capital.) This state capital was the subject of a 20-year boundary dispute & gets its name from the fight's peaceful outcome", - "value": "$3,000", - "answer": "Concord, New Hampshire", - "round": "Double Jeopardy!", - "show_number": "5177", - "fullAnswer": "Concord, New Hampshire" - }, { "category": "ROMAN AROUND AT THE MOVIES", "air_date": "2007-02-27", @@ -307274,7 +291434,7 @@ "air_date": "1991-11-12", "question": "\"Bound East For Cardiff\", the first of his sea plays, premiered in Provincetown, Massachusetts in 1916", "value": "$2,000", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "1657", "fullAnswer": "Eugene O\\'Neill" @@ -307394,7 +291554,7 @@ "air_date": "1999-05-27", "question": "In this Hans Christian Andersen story, a child observes, \"He has got nothing on at all!\"", "value": "$200", - "answer": "The Emperor\\'s New Clothes", + "answer": "The Emperor's New Clothes", "round": "Jeopardy!", "show_number": "3404", "fullAnswer": "\"The Emperor\\'s New Clothes\"" @@ -307404,7 +291564,7 @@ "air_date": "1999-05-27", "question": "Craig Claiborne loves to eat this farm animal's feet; he boils them with celery & onions", "value": "$200", - "answer": "Pig\\'s feet", + "answer": "Pig's feet", "round": "Jeopardy!", "show_number": "3404", "fullAnswer": "Pig\\'s feet" @@ -308349,16 +292509,6 @@ "show_number": "6016", "fullAnswer": "Lebanon" }, - { - "category": "POP CULTURE", - "air_date": "2010-11-08", - "question": "This outfitter, whose logo is seen here, first took wing in 1977", - "value": "$1200", - "answer": "American Eagle", - "round": "Double Jeopardy!", - "show_number": "6016", - "fullAnswer": "American Eagle" - }, { "category": "HOW MANY FEET LONG?", "air_date": "2010-11-08", @@ -308509,16 +292659,6 @@ "show_number": "6016", "fullAnswer": "selenium" }, - { - "category": "FROM THE GREEK", - "air_date": "2010-11-08", - "question": "(Sarah of the Clue Crew stands by a map of the South Pacific.) The islands of the central & South Pacific are often divided into these three regions, whose names mean \"little\", \"black\" & \"many islands\"", - "value": "$2000", - "answer": "Micronesia, Melanesia & Polynesia", - "round": "Double Jeopardy!", - "show_number": "6016", - "fullAnswer": "Micronesia, Melanesia & Polynesia" - }, { "category": "AMERICAN BUSINESS", "air_date": "2010-11-08", @@ -308534,7 +292674,7 @@ "air_date": "2003-03-05", "question": "A museum in Superior, Arizona with a mere 80 square feet for exhibits claims this distinction", "value": "$200", - "answer": "world\\'s smallest museum", + "answer": "world's smallest museum", "round": "Jeopardy!", "show_number": "4268", "fullAnswer": "world\\'s smallest museum" @@ -308544,7 +292684,7 @@ "air_date": "2003-03-05", "question": "Goldie's little deer", "value": "$200", - "answer": "Hawn\\'s fawns", + "answer": "Hawn's fawns", "round": "Jeopardy!", "show_number": "4268", "fullAnswer": "Hawn\\'s fawns" @@ -308604,7 +292744,7 @@ "air_date": "2003-03-05", "question": "Blanchett's
beaus", "value": "$400", - "answer": "Cate\\'s dates", + "answer": "Cate's dates", "round": "Jeopardy!", "show_number": "4268", "fullAnswer": "Cate\\'s dates" @@ -308664,7 +292804,7 @@ "air_date": "2003-03-05", "question": "Raquel's burps", "value": "$600", - "answer": "Welch\\'s belches", + "answer": "Welch's belches", "round": "Jeopardy!", "show_number": "4268", "fullAnswer": "Welch\\'s belches" @@ -308724,7 +292864,7 @@ "air_date": "2003-03-05", "question": "Sharon's femurs & ulnas", "value": "$800", - "answer": "Stone\\'s bones", + "answer": "Stone's bones", "round": "Jeopardy!", "show_number": "4268", "fullAnswer": "Stone\\'s bones" @@ -308784,7 +292924,7 @@ "air_date": "2003-03-05", "question": "Ms. Delaney's flights of fancy", "value": "$1000", - "answer": "Kim\\'s whims", + "answer": "Kim's whims", "round": "Jeopardy!", "show_number": "4268", "fullAnswer": "Kim\\'s whims" @@ -309124,7 +293264,7 @@ "air_date": "2003-03-05", "question": "Originally called \"Prima Donna\", it was renamed for a Renaissance painting & won an Oscar", "value": null, - "answer": "\\Mona Lisa\\", + "answer": "Mona Lisa", "round": "Final Jeopardy!", "show_number": "4268", "fullAnswer": "\\\"Mona Lisa\\\"" @@ -309189,16 +293329,6 @@ "show_number": "3725", "fullAnswer": "OPEC (Organization of Petroleum Exporting Countries)" }, - { - "category": "SCULPTURE", - "air_date": "2000-11-10", - "question": "The Sapporo Snow Festival in this country features stunning snow sculptures like the one seen here:", - "value": "$200", - "answer": "Japan", - "round": "Jeopardy!", - "show_number": "3725", - "fullAnswer": "Japan" - }, { "category": "\"the ONION\"", "air_date": "2000-11-10", @@ -309309,16 +293439,6 @@ "show_number": "3725", "fullAnswer": "the neck" }, - { - "category": "SCULPTURE", - "air_date": "2000-11-10", - "question": "The colossal figures seen here are found in this country:", - "value": "$400", - "answer": "Egypt", - "round": "Jeopardy!", - "show_number": "3725", - "fullAnswer": "Egypt" - }, { "category": "\"the ONION\"", "air_date": "2000-11-10", @@ -309419,16 +293539,6 @@ "show_number": "3725", "fullAnswer": "a shaven raven" }, - { - "category": "BORE & GUSH", - "air_date": "2000-11-10", - "question": "The oilfields that led to a 1920s scandal are named for this feature seen here (note the spout?):", - "value": "$500", - "answer": "Teapot Dome", - "round": "Jeopardy!", - "show_number": "3725", - "fullAnswer": "Teapot Dome" - }, { "category": "WOMEN IN HISTORY", "air_date": "2000-11-10", @@ -309499,16 +293609,6 @@ "show_number": "3725", "fullAnswer": "Rachel Carson" }, - { - "category": "WASHINGTON MUSICIANS", - "air_date": "2000-11-10", - "question": "Born in Washington in 1942, he's the musician heard here:", - "value": "$400", - "answer": "Jimi Hendrix", - "round": "Double Jeopardy!", - "show_number": "3725", - "fullAnswer": "Jimi Hendrix" - }, { "category": "INSPIRED CHARACTERS", "air_date": "2000-11-10", @@ -309619,16 +293719,6 @@ "show_number": "3725", "fullAnswer": "Isabella" }, - { - "category": "WASHINGTON MUSICIANS", - "air_date": "2000-11-10", - "question": "This '90s band named themselves after the Seattle art installation seen here:", - "value": "$800", - "answer": "Soundgarden", - "round": "Double Jeopardy!", - "show_number": "3725", - "fullAnswer": "Soundgarden" - }, { "category": "INSPIRED CHARACTERS", "air_date": "2000-11-10", @@ -309669,16 +293759,6 @@ "show_number": "3725", "fullAnswer": "a feedbag" }, - { - "category": "WOMEN IN HISTORY", - "air_date": "2000-11-10", - "question": "Seen here, this woman did quite a \"smashing\" job during her crusade against liquor:", - "value": "$1000", - "answer": "Carrie Nation", - "round": "Double Jeopardy!", - "show_number": "3725", - "fullAnswer": "Carrie Nation" - }, { "category": "WASHINGTON MUSICIANS", "air_date": "2000-11-10", @@ -309734,7 +293814,7 @@ "air_date": "2000-11-10", "question": "This annual event was co-created in 1993 by Marie C. Wilson, mother of 5 & president of the National Ms. Foundation", "value": null, - "answer": "\\Take Your Daughter to Work\\ Day", + "answer": "Take Your Daughter to Work Day", "round": "Final Jeopardy!", "show_number": "3725", "fullAnswer": "\\\"Take Your Daughter to Work\\\" Day" @@ -310024,7 +294104,7 @@ "air_date": "1993-07-01", "question": "The first line of \"The American Crisis, No. 1\", a 1776 tract by Thomas Paine", "value": "$500", - "answer": "These are the times that try men\\'s souls", + "answer": "These are the times that try men's souls", "round": "Jeopardy!", "show_number": "2049", "fullAnswer": "These are the times that try men\\'s souls" @@ -310759,16 +294839,6 @@ "show_number": "5472", "fullAnswer": "sedimentary" }, - { - "category": "\"ARM\"s", - "air_date": "2008-05-27", - "question": "It's the piece of furniture seen here", - "value": "$800", - "answer": "armoire", - "round": "Double Jeopardy!", - "show_number": "5472", - "fullAnswer": "an armoire" - }, { "category": "POETS & POETRY", "air_date": "2008-05-27", @@ -310779,16 +294849,6 @@ "show_number": "5472", "fullAnswer": "\"Rime of the Ancient Mariner\"" }, - { - "category": "ODE TO JAY", - "air_date": "2008-05-27", - "question": "He played Geronimo in several westerns as well as a famed sidekick to Clayton Moore", - "value": "$1200", - "answer": "Jay Silverheels", - "round": "Double Jeopardy!", - "show_number": "5472", - "fullAnswer": "Jay Silverheels" - }, { "category": "DON'T TAZE ME, BRO", "air_date": "2008-05-27", @@ -310939,16 +294999,6 @@ "show_number": "5472", "fullAnswer": "loam" }, - { - "category": "\"ARM\"s", - "air_date": "2008-05-27", - "question": "(Cheryl reports from the American Museum of Natural History in New York.) A new pavilion features a 3500 lb. sculpture of one of these spheres used by early astronomers to represent the circles of the heavens", - "value": "$2000", - "answer": "armillary", - "round": "Double Jeopardy!", - "show_number": "5472", - "fullAnswer": "armillary" - }, { "category": "FILMS OF THE 1950s", "air_date": "2008-05-27", @@ -311189,16 +295239,6 @@ "show_number": "4937", "fullAnswer": "Ashton (Kutcher)" }, - { - "category": "\"OLD\" SCHOOL", - "air_date": "2006-02-14", - "question": "American plant seen here", - "value": "$800", - "answer": "marigold", - "round": "Jeopardy!", - "show_number": "4937", - "fullAnswer": "a marigold" - }, { "category": "AROUND THE USA", "air_date": "2006-02-14", @@ -311229,16 +295269,6 @@ "show_number": "4937", "fullAnswer": "combat" }, - { - "category": "GRAB BAG", - "air_date": "2006-02-14", - "question": "ancestry.com is one of the better-known websites for people interested in this 9-letter hobby", - "value": "$1000", - "answer": "genealogy", - "round": "Jeopardy!", - "show_number": "4937", - "fullAnswer": "genealogy" - }, { "category": "KEANU, ASHTON OR EINSTEIN", "air_date": "2006-02-14", @@ -311289,16 +295319,6 @@ "show_number": "4937", "fullAnswer": "Picasso" }, - { - "category": "O PIONEERS!", - "air_date": "2006-02-14", - "question": "(Jimmy of the Clue Crew reports from a forge in Old World Wisconsin.)
Essential to every community was the blacksmith, the black referring to this metal he worked with", - "value": "$400", - "answer": "iron", - "round": "Double Jeopardy!", - "show_number": "4937", - "fullAnswer": "iron" - }, { "category": "NOVELS", "air_date": "2006-02-14", @@ -311319,16 +295339,6 @@ "show_number": "4937", "fullAnswer": "surfing" }, - { - "category": "BIOLOGY", - "air_date": "2006-02-14", - "question": "(Sarah of the Clue Crew shows a microscopic photo on the monitor.) This genus comes before proteus, a shape changing Greek god, in the scientific name of the creature we're looking at", - "value": "$800", - "answer": "Amoeba", - "round": "Double Jeopardy!", - "show_number": "4937", - "fullAnswer": "an Amoeba" - }, { "category": "UNUSUAL SPORTS", "air_date": "2006-02-14", @@ -311349,16 +295359,6 @@ "show_number": "4937", "fullAnswer": "Venice" }, - { - "category": "O PIONEERS!", - "air_date": "2006-02-14", - "question": "(Sarah of the Clue Crew reports from Old World Wisconsin.) On a shaving bench like this one, pioneers would cut these thin pieces of wood to cover their roofs", - "value": "$800", - "answer": "shingles", - "round": "Double Jeopardy!", - "show_number": "4937", - "fullAnswer": "shingles" - }, { "category": "NOVELS", "air_date": "2006-02-14", @@ -311409,16 +295409,6 @@ "show_number": "4937", "fullAnswer": "Sicily" }, - { - "category": "O PIONEERS!", - "air_date": "2006-02-14", - "question": "(Sarah of the Clue Crew reports from Old World Wisconsin.) Many Finns came to the Upper Midwest; this is an authentic one of these bathhouses built by one family to sort of steam clean themselves", - "value": "$1200", - "answer": "sauna", - "round": "Double Jeopardy!", - "show_number": "4937", - "fullAnswer": "a sauna" - }, { "category": "NOVELS", "air_date": "2006-02-14", @@ -311469,16 +295459,6 @@ "show_number": "4937", "fullAnswer": "Madame Tussaud" }, - { - "category": "O PIONEERS!", - "air_date": "2006-02-14", - "question": "(Kelly of the Clue Crew reports from a pasture in Old World Wisconsin.)
In this \"Little House\" book that precedes \"on the Prairie\", Laura Ingalls Wilder described her earliest days in Wisconsin", - "value": "$1600", - "answer": "Little House in the Big Woods", - "round": "Double Jeopardy!", - "show_number": "4937", - "fullAnswer": "Little House in the Big Woods" - }, { "category": "NOVELS", "air_date": "2006-02-14", @@ -311529,16 +295509,6 @@ "show_number": "4937", "fullAnswer": "Monaco" }, - { - "category": "O PIONEERS!", - "air_date": "2006-02-14", - "question": "(Kelly of the Clue Crew reports from Old World Wisconsin.) Dedicated at Old World Wisconsin by Queen Margrethe, this restored house is typical of ones built by immigrants from this country", - "value": "$2000", - "answer": "Denmark", - "round": "Double Jeopardy!", - "show_number": "4937", - "fullAnswer": "Denmark" - }, { "category": "NOVELS", "air_date": "2006-02-14", @@ -312159,16 +296129,6 @@ "show_number": "1532", "fullAnswer": "Henri Rousseau" }, - { - "category": "ALPHABET SOUP", - "air_date": "1991-04-09", - "question": "Japanese company known by its three initials that own the following trademark:

VHS", - "value": "$1,200", - "answer": "JVC ", - "round": "Double Jeopardy!", - "show_number": "1532", - "fullAnswer": "JVC (for Japan Victor Corporation)" - }, { "category": "WORLD LEADERS", "air_date": "1991-04-09", @@ -312234,7 +296194,7 @@ "air_date": "2011-01-07", "question": "This Dylan song asked, \"How many times must the cannonballs fly, before they're forever banned\"", "value": "$200", - "answer": "Blowin\\' In The Wind", + "answer": "Blowin' In The Wind", "round": "Jeopardy!", "show_number": "6060", "fullAnswer": "\"Blowin\\' In The Wind\"" @@ -312339,16 +296299,6 @@ "show_number": "6060", "fullAnswer": "(Frank) Zamboni" }, - { - "category": "INTERNATIONAL FOOD", - "air_date": "2011-01-07", - "question": "(Jimmy of the Clue Crew holds a plate of hummus in Israel.) On average, each Israeli eats 22 pounds a year of hummus, a spread made from these", - "value": "$600", - "answer": "garbonzo beans ", - "round": "Jeopardy!", - "show_number": "6060", - "fullAnswer": "garbonzo beans (or chick peas)" - }, { "category": "POETS OF SONG", "air_date": "2011-01-07", @@ -312599,16 +296549,6 @@ "show_number": "6060", "fullAnswer": "The Song Of Songs" }, - { - "category": "SMART ALEX", - "air_date": "2011-01-07", - "question": "Only 4'6\" tall, this 18th century Dunciad poet was known as the Wasp of Twickenham", - "value": "$1200", - "answer": "Pope", - "round": "Double Jeopardy!", - "show_number": "6060", - "fullAnswer": "(Alexander) Pope" - }, { "category": "TV TITLE REFERENCES", "air_date": "2011-01-07", @@ -312669,16 +296609,6 @@ "show_number": "6060", "fullAnswer": "the Roman Empire" }, - { - "category": "TV TITLE REFERENCES", - "air_date": "2011-01-07", - "question": "On Bones, Dr. Temperance Brennan has the title of forensic this, and is able to read clues left behind in bones", - "value": "$1600", - "answer": "anthropologist", - "round": "Double Jeopardy!", - "show_number": "6060", - "fullAnswer": "anthropologist" - }, { "category": "BORN TO RUN", "air_date": "2011-01-07", @@ -313109,16 +297039,6 @@ "show_number": "5708", "fullAnswer": "Spurs" }, - { - "category": "OLD HAT", - "air_date": "2009-06-03", - "question": "Is there a cake under her hat? No, probably just poofy hair on this regal 18th-century fashion plate", - "value": "$400", - "answer": "Marie Antoinette", - "round": "Double Jeopardy!", - "show_number": "5708", - "fullAnswer": "Marie Antoinette" - }, { "category": "THE WRATH OF GRAPES", "air_date": "2009-06-03", @@ -313139,16 +297059,6 @@ "show_number": "5708", "fullAnswer": "PG" }, - { - "category": "JOHNNY, TELL THEM WHAT THEY'VE WON", - "air_date": "2009-06-03", - "question": "You've won a brand new White House, & let the fireworks start as your opponent, Thomas Jefferson, is your new V.P.", - "value": "$400", - "answer": "John Adams", - "round": "Double Jeopardy!", - "show_number": "5708", - "fullAnswer": "John Adams" - }, { "category": "WORLD OF LITERATURE", "air_date": "2009-06-03", @@ -313199,16 +297109,6 @@ "show_number": "5708", "fullAnswer": "PI" }, - { - "category": "JOHNNY, TELL THEM WHAT THEY'VE WON", - "air_date": "2009-06-03", - "question": "You've beaten the Germans in this battle, their last offensive in the west during WWII, & the Ardennes is now yours to keep", - "value": "$800", - "answer": "Battle of the Bulge", - "round": "Double Jeopardy!", - "show_number": "5708", - "fullAnswer": "the Battle of the Bulge" - }, { "category": "WORLD OF LITERATURE", "air_date": "2009-06-03", @@ -313259,16 +297159,6 @@ "show_number": "5708", "fullAnswer": "GM" }, - { - "category": "JOHNNY, TELL THEM WHAT THEY'VE WON", - "air_date": "2009-06-03", - "question": "You've won a case of sunscreen for your vacation to this kingdom formed by a man who named himself King of al-Hijaz", - "value": "$1200", - "answer": "Saudi Arabia", - "round": "Double Jeopardy!", - "show_number": "5708", - "fullAnswer": "Saudi Arabia" - }, { "category": "WORLD OF LITERATURE", "air_date": "2009-06-03", @@ -313319,16 +297209,6 @@ "show_number": "5708", "fullAnswer": "DS" }, - { - "category": "JOHNNY, TELL THEM WHAT THEY'VE WON", - "air_date": "2009-06-03", - "question": "After winning the 3rd Punic War, you deserve a little sack for what you pillage from this city that was near current Tunis", - "value": "$1600", - "answer": "Carthage", - "round": "Double Jeopardy!", - "show_number": "5708", - "fullAnswer": "Carthage" - }, { "category": "WORLD OF LITERATURE", "air_date": "2009-06-03", @@ -313349,16 +297229,6 @@ "show_number": "5708", "fullAnswer": "the (Washington) Wizards" }, - { - "category": "OLD HAT", - "air_date": "2009-06-03", - "question": "In the 1960s, this Texas-based airline had bubbly looking stewardesses in bubble helmets designed by Pucci", - "value": "$2000", - "answer": "Braniff", - "round": "Double Jeopardy!", - "show_number": "5708", - "fullAnswer": "Braniff" - }, { "category": "THE WRATH OF GRAPES", "air_date": "2009-06-03", @@ -313379,42 +297249,12 @@ "show_number": "5708", "fullAnswer": "XM" }, - { - "category": "JOHNNY, TELL THEM WHAT THEY'VE WON", - "air_date": "2009-06-03", - "question": "You've won the race to discover this element--now decide whether to call it \"fire air\" or \"dephlogisticated air\"", - "value": "$2000", - "answer": "oxygen", - "round": "Double Jeopardy!", - "show_number": "5708", - "fullAnswer": "oxygen" - }, - { - "category": "20th CENTURY AMERICANS", - "air_date": "2009-06-03", - "question": "Rhyming last names of the 2 men pictured here, who had two very different professions", - "value": null, - "answer": "Barrow & Darrow", - "round": "Final Jeopardy!", - "show_number": "5708", - "fullAnswer": "Barrow & Darrow" - }, - { - "category": "HISTORICAL VOICEMAILS FROM...", - "air_date": "2009-03-16", - "question": "Si, President Wilson... I led the 1916 raid of a N.M. town but sending troops into Mexico after me? Bad idea!", - "value": "$200", - "answer": "Pancho Villa", - "round": "Jeopardy!", - "show_number": "5651", - "fullAnswer": "Pancho Villa" - }, { "category": "CLASSIC ALBUMS", "air_date": "2009-03-16", "question": "Rolling Stone named this 1967 Beatles album the greatest of all time & deemed its cover a work of art", "value": "$200", - "answer": "Sgt. Pepper\\'s", + "answer": "Sgt. Pepper's", "round": "Jeopardy!", "show_number": "5651", "fullAnswer": "Sgt. Pepper\\'s" @@ -313459,16 +297299,6 @@ "show_number": "5651", "fullAnswer": "ointment" }, - { - "category": "HISTORICAL VOICEMAILS FROM...", - "air_date": "2009-03-16", - "question": "Monsieur Zola, merci beaucoup for writing \"J'Accuse\" pour moi, sorry it got you busted for libel", - "value": "$400", - "answer": "Dreyfus", - "round": "Jeopardy!", - "show_number": "5651", - "fullAnswer": "Dreyfus" - }, { "category": "CLASSIC ALBUMS", "air_date": "2009-03-16", @@ -313479,16 +297309,6 @@ "show_number": "5651", "fullAnswer": "Tommy" }, - { - "category": "FOOD FOR THOUGHT", - "air_date": "2009-03-16", - "question": "This super food, which even resembles the brain, has fatty acids that help with brain function", - "value": "$400", - "answer": "walnuts", - "round": "Jeopardy!", - "show_number": "5651", - "fullAnswer": "walnuts" - }, { "category": "PREZ DISPENSERS", "air_date": "2009-03-16", @@ -313519,16 +297339,6 @@ "show_number": "5651", "fullAnswer": "an optimist" }, - { - "category": "HISTORICAL VOICEMAILS FROM...", - "air_date": "2009-03-16", - "question": "Czarina, they'll have to poison, shoot, shoot again & drown me in the Neva River to tear us apart! I'm feeling dizzy...", - "value": "$600", - "answer": "Rasputin", - "round": "Jeopardy!", - "show_number": "5651", - "fullAnswer": "Rasputin" - }, { "category": "CLASSIC ALBUMS", "air_date": "2009-03-16", @@ -313579,16 +297389,6 @@ "show_number": "5651", "fullAnswer": "an ocelot" }, - { - "category": "HISTORICAL VOICEMAILS FROM...", - "air_date": "2009-03-16", - "question": "It's April 14, 1865 & I'm having a bad night, too; I got stabbed in the throat but I'll stay on as Sec. of State", - "value": "$800", - "answer": "Seward", - "round": "Jeopardy!", - "show_number": "5651", - "fullAnswer": "Seward" - }, { "category": "CLASSIC ALBUMS", "air_date": "2009-03-16", @@ -313694,7 +297494,7 @@ "air_date": "2009-03-16", "question": "2-word French term for a small item of aesthetic interest", "value": "$1000", - "answer": "objet d\\'art", + "answer": "objet d'art", "round": "Jeopardy!", "show_number": "5651", "fullAnswer": "objet d\\'art" @@ -313719,16 +297519,6 @@ "show_number": "5651", "fullAnswer": "The Clone Wars" }, - { - "category": "LET'S TALK CHESS, CHAMPS", - "air_date": "2009-03-16", - "question": "Even with two extra pawns, white can't force a win here, because these pieces can travel only on opposite-colored squares", - "value": "$400", - "answer": "bishops", - "round": "Double Jeopardy!", - "show_number": "5651", - "fullAnswer": "the bishops" - }, { "category": "FLOWER POWER", "air_date": "2009-03-16", @@ -313839,16 +297629,6 @@ "show_number": "5651", "fullAnswer": "The Secret of NIMH" }, - { - "category": "LET'S TALK CHESS, CHAMPS", - "air_date": "2009-03-16", - "question": "(Jon of the Clue Crew demonstrates with a chessboard.) White should have an easy win here, but he blows it by moving his queen to the D6 square, leading to this drawn outcome", - "value": "$1200", - "answer": "stalemate", - "round": "Double Jeopardy!", - "show_number": "5651", - "fullAnswer": "a stalemate" - }, { "category": "FLOWER POWER", "air_date": "2009-03-16", @@ -313879,16 +297659,6 @@ "show_number": "5651", "fullAnswer": "a dilletante" }, - { - "category": "\"MEN\" OF THE WORLD", - "air_date": "2009-03-16", - "question": "(Kelly of the Clue Crew delivers the clue from the University of Wisconsin-Madison.) Memorial Union Terrace at University of Wisconsin-Madison is right on this lake, whose name comes from a Siouan word", - "value": "$1600", - "answer": "Mendota", - "round": "Double Jeopardy!", - "show_number": "5651", - "fullAnswer": "Mendota" - }, { "category": "ANIMATED MOVIE PLOTS", "air_date": "2009-03-16", @@ -313959,16 +297729,6 @@ "show_number": "5651", "fullAnswer": "Persepolis" }, - { - "category": "LET'S TALK CHESS, CHAMPS", - "air_date": "2009-03-16", - "question": "(Jon of the Clue Crew demonstrates with a chessboard.) White can't move his knight, because doing so would expose his king; the knight's said to be stuck to the king with this tactic, named for a pointy little object", - "value": "$2000", - "answer": "pinned", - "round": "Double Jeopardy!", - "show_number": "5651", - "fullAnswer": "pinned" - }, { "category": "FLOWER POWER", "air_date": "2009-03-16", @@ -313989,16 +297749,6 @@ "show_number": "5651", "fullAnswer": "Arthur Rimbaud" }, - { - "category": "POLYSYLLABIC VOCABULARY", - "air_date": "2009-03-16", - "question": "(Kelly of the Clue Crew performs a science experiment with a purple Magic Marker.) Draw on chalk & put it in water to see the component layers of marker color; it's a demonstration of this range of lab techniques that separate & analyze, from the Greek for \"color\" & \"writing\"", - "value": "$2000", - "answer": "chromatography", - "round": "Double Jeopardy!", - "show_number": "5651", - "fullAnswer": "chromatography" - }, { "category": "BRITISH PAINTERS", "air_date": "2009-03-16", @@ -314014,7 +297764,7 @@ "air_date": "1996-01-19", "question": "The next time we'll be able to see this famous object from Earth is in 2134; reserve your seats now", "value": "$100", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Jeopardy!", "show_number": "2625", "fullAnswer": "Halley\\'s Comet" @@ -314779,22 +298529,12 @@ "show_number": "4546", "fullAnswer": "Attenborough" }, - { - "category": "OF THE \"RING\"s", - "air_date": "2004-05-17", - "question": "\"Volcanic\" country classic heard here", - "value": "$600", - "answer": "Ring Of Fire", - "round": "Jeopardy!", - "show_number": "4546", - "fullAnswer": "\"Ring Of Fire\"" - }, { "category": "TRAVEL EUROPE", "air_date": "2004-05-17", "question": "In Paris order up a Bloody Mary at this bar, a favorite of Hemingway's, where it was created", "value": "$800", - "answer": "Harry\\'s Bar", + "answer": "Harry's Bar", "round": "Jeopardy!", "show_number": "4546", "fullAnswer": "Harry\\'s Bar" @@ -314859,16 +298599,6 @@ "show_number": "4546", "fullAnswer": "Athens" }, - { - "category": "SCHOOL OF ROCK MOVIES", - "air_date": "2004-05-17", - "question": "(Hi. I'm Vivica Fox.) I played one of Frankie Lymon's wives in this movie bio, also the title of Frankie's biggest hit", - "value": "$1000", - "answer": "Why Do Fools Fall in Love", - "round": "Jeopardy!", - "show_number": "4546", - "fullAnswer": "Why Do Fools Fall in Love" - }, { "category": "NON SEQUITURS", "air_date": "2004-05-17", @@ -315059,26 +298789,6 @@ "show_number": "4546", "fullAnswer": "a gizzard" }, - { - "category": "ARE YOU A FOOD\"E\"?", - "air_date": "2004-05-17", - "question": "(Hi, I'm Brian Mitchell of the University of Louisiana at Lafayette & the NFL.) My specialty on the field is kick returns; in the kitchen, it's this, crawfish served over white rice", - "value": "$1200", - "answer": "étoufée", - "round": "Double Jeopardy!", - "show_number": "4546", - "fullAnswer": "étoufée" - }, - { - "category": "20th CENTURY THINKERS", - "air_date": "2004-05-17", - "question": "The works of this woman on the left include 1965's \"Normality and Pathology in Childhood\"", - "value": "$1200", - "answer": "Anna Freud", - "round": "Double Jeopardy!", - "show_number": "4546", - "fullAnswer": "Anna Freud" - }, { "category": "ANIMAL WORDPLAY", "air_date": "2004-05-17", @@ -315199,16 +298909,6 @@ "show_number": "4546", "fullAnswer": "ghost in the machine" }, - { - "category": "ANIMAL WORDPLAY", - "air_date": "2004-05-17", - "question": "(Hello, my name is James Thrash.) At my alma mater, Missouri Southern State, the teams are the Lions & our boosters are these, a bit like a football position", - "value": "$2000", - "answer": "Lionbackers", - "round": "Double Jeopardy!", - "show_number": "4546", - "fullAnswer": "the Lionbackers" - }, { "category": "THE 50 STATES", "air_date": "2004-05-17", @@ -315269,16 +298969,6 @@ "show_number": "5681", "fullAnswer": "eBay" }, - { - "category": "ANIMATED WORD PUZZLES", - "air_date": "2009-04-27", - "question": "Sargento makes a fancy variety of this", - "value": "$200", - "answer": "shredded cheese", - "round": "Jeopardy!", - "show_number": "5681", - "fullAnswer": "shredded cheese" - }, { "category": "THE 19th CENTURY", "air_date": "2009-04-27", @@ -315329,16 +299019,6 @@ "show_number": "5681", "fullAnswer": "MySpace" }, - { - "category": "ANIMATED WORD PUZZLES", - "air_date": "2009-04-27", - "question": "If you hear the buzzer, it's because of this", - "value": "$400", - "answer": "out of time", - "round": "Jeopardy!", - "show_number": "5681", - "fullAnswer": "out of time" - }, { "category": "THE 19th CENTURY", "air_date": "2009-04-27", @@ -315384,21 +299064,11 @@ "air_date": "2009-04-27", "question": "This site that helps users find jobs, apartments & dates is named for its founder, a certain Mr. Newmark", "value": "$600", - "answer": "Craig\\'s List", + "answer": "Craig's List", "round": "Jeopardy!", "show_number": "5681", "fullAnswer": "Craig\\'s List" }, - { - "category": "ANIMATED WORD PUZZLES", - "air_date": "2009-04-27", - "question": "Do something that's not like you", - "value": "$600", - "answer": "act out of character", - "round": "Jeopardy!", - "show_number": "5681", - "fullAnswer": "act out of character" - }, { "category": "THE 19th CENTURY", "air_date": "2009-04-27", @@ -315439,16 +299109,6 @@ "show_number": "5681", "fullAnswer": "Snopes" }, - { - "category": "ANIMATED WORD PUZZLES", - "air_date": "2009-04-27", - "question": "You might become the smartest person in the world by answering this", - "value": "$800", - "answer": "pie in the sky", - "round": "Jeopardy!", - "show_number": "5681", - "fullAnswer": "pie in the sky" - }, { "category": "THE 19th CENTURY", "air_date": "2009-04-27", @@ -315479,26 +299139,6 @@ "show_number": "5681", "fullAnswer": "a geode" }, - { - "category": "WEBSITES", - "air_date": "2009-04-27", - "question": "The logo seen here belongs to this site that educates, amuses & enriches with its stock-investing advice", - "value": "$1000", - "answer": "Motley Fool", - "round": "Jeopardy!", - "show_number": "5681", - "fullAnswer": "The Motley Fool" - }, - { - "category": "ANIMATED WORD PUZZLES", - "air_date": "2009-04-27", - "question": "This term was first used in the military for abandoning a formation", - "value": "$1000", - "answer": "breaking ranks", - "round": "Jeopardy!", - "show_number": "5681", - "fullAnswer": "breaking ranks" - }, { "category": "WRITTEN BY ANONYMOUS", "air_date": "2009-04-27", @@ -315569,16 +299209,6 @@ "show_number": "5681", "fullAnswer": "Beowulf" }, - { - "category": "DANCE REVOLUTION", - "air_date": "2009-04-27", - "question": "For years partygoers have been flapping their wings, doing this dance to the music heard here", - "value": "$800", - "answer": "chicken dance", - "round": "Double Jeopardy!", - "show_number": "5681", - "fullAnswer": "the chicken dance" - }, { "category": "LAW & DAUGHTER", "air_date": "2009-04-27", @@ -315759,16 +299389,6 @@ "show_number": "5681", "fullAnswer": "the Time Warp" }, - { - "category": "LAW & DAUGHTER", - "air_date": "2009-04-27", - "question": "A chip off the old block, TV host & legal analyst Lisa Bloom is pictured here with this lawyer, her mom", - "value": "$2000", - "answer": "Gloria Allred", - "round": "Double Jeopardy!", - "show_number": "5681", - "fullAnswer": "Gloria Allred" - }, { "category": "MAJOR U.S. CITY NEWSPAPERS", "air_date": "2009-04-27", @@ -316629,16 +300249,6 @@ "show_number": "4740", "fullAnswer": "Calgary (Alberta)" }, - { - "category": "BE A POTATO HEAD", - "air_date": "2005-03-25", - "question": "Famous for another spuddy image, he painted the potato-peeling peasant seen here", - "value": "$800", - "answer": "Van Gogh", - "round": "Jeopardy!", - "show_number": "4740", - "fullAnswer": "Van Gogh" - }, { "category": "A MANN CALLED HORACE", "air_date": "2005-03-25", @@ -316659,16 +300269,6 @@ "show_number": "4740", "fullAnswer": "the Chancellor of the Exchequer" }, - { - "category": "MARINE BIOLOGY", - "air_date": "2005-03-25", - "question": "(Jeff Probst, host of Survivor, delivers the clue from Palau.) The nearly extinct sea cow is found in the coastal waters of Palau, & even here, it is threatened by poaching", - "value": "$1000", - "answer": "dugong", - "round": "Jeopardy!", - "show_number": "4740", - "fullAnswer": "a dugong" - }, { "category": "TV SPIN-OFFS", "air_date": "2005-03-25", @@ -316799,16 +300399,6 @@ "show_number": "4740", "fullAnswer": "Katharine Hepburn" }, - { - "category": "\"SO\" FAR AWAY", - "air_date": "2005-03-25", - "question": "The Nevsky Cathedral seen here is a landmark in this Eastern European capital city", - "value": "$800", - "answer": "Sofia", - "round": "Double Jeopardy!", - "show_number": "4740", - "fullAnswer": "Sofia" - }, { "category": "PUT OUT THE GOOD SILVER", "air_date": "2005-03-25", @@ -316839,16 +300429,6 @@ "show_number": "4740", "fullAnswer": "the Twentieth Century" }, - { - "category": "NEW YORK CITY MAYORS", - "air_date": "2005-03-25", - "question": "(Sarah of the Clue Crew reports from Umbertos in New York City.) As part of a civil lawsuit, in 1987, the Feds took over Umbertos at the request of this U.S. attorney and future mayor, but couldn't make a go of it", - "value": "$1200", - "answer": "Giuliani", - "round": "Double Jeopardy!", - "show_number": "4740", - "fullAnswer": "Giuliani" - }, { "category": "OSCAR-WINNING ACTRESSES", "air_date": "2005-03-25", @@ -317154,7 +300734,7 @@ "air_date": "2007-06-07", "question": "The first edition of this book about the body was published in 1858 with 750 pages & 363 figures", "value": "$600", - "answer": "Gray\\'s Anatomy", + "answer": "Gray's Anatomy", "round": "Jeopardy!", "show_number": "5249", "fullAnswer": "Gray\\'s Anatomy" @@ -317279,22 +300859,12 @@ "show_number": "5249", "fullAnswer": "hat" }, - { - "category": "TV INITIALS", - "air_date": "2007-06-07", - "question": "( I'm Bill Goldberg. ) I tossed Detective Stabler through a window when I made my prime time TV debut in 2007 on this NBC drama & by the way, the head writer is my cousin Neal", - "value": "$1000", - "answer": "Law & Order: Special Victims Unit", - "round": "Jeopardy!", - "show_number": "5249", - "fullAnswer": "Law & Order: Special Victims Unit" - }, { "category": "PUBLISHING", "air_date": "2007-06-07", "question": "\"Electronic Mission Aircraft\" & \"Fighting Ships\" are put out by this publisher with a feminine-sounding name", "value": "$1000", - "answer": "Jane\\'s", + "answer": "Jane's", "round": "Jeopardy!", "show_number": "5249", "fullAnswer": "Jane\\'s" @@ -317409,16 +300979,6 @@ "show_number": "5249", "fullAnswer": "Robin Williams" }, - { - "category": "ANATOMY", - "air_date": "2007-06-07", - "question": "(Cheryl of the Clue Crew presents from a lab.) Due to its worm-like shape, the adjective vermiform is commonly used to refer to this tube that's attached to the cecum", - "value": "$800", - "answer": "appendix", - "round": "Double Jeopardy!", - "show_number": "5249", - "fullAnswer": "appendix" - }, { "category": "2 FOR THE MONEY", "air_date": "2007-06-07", @@ -317429,16 +300989,6 @@ "show_number": "5249", "fullAnswer": "Goliath & Starbucks" }, - { - "category": "LINCOLN LORE", - "air_date": "2007-06-07", - "question": "Lincoln said one of things that made him president was this man's retouched Cooper Union photo of him", - "value": "$800", - "answer": "Mathew Brady", - "round": "Double Jeopardy!", - "show_number": "5249", - "fullAnswer": "Mathew Brady" - }, { "category": "10-LETTER WORDS", "air_date": "2007-06-07", @@ -317449,16 +300999,6 @@ "show_number": "5249", "fullAnswer": "tabernacle" }, - { - "category": "20th CENTURY ASIA", - "air_date": "2007-06-07", - "question": "The future leader of independent Malaya is shown in this city signing an agreement ending British rule", - "value": "$1200", - "answer": "Kuala Lumpur", - "round": "Double Jeopardy!", - "show_number": "5249", - "fullAnswer": "Kuala Lumpur" - }, { "category": "JUILLIARD ALUMNI", "air_date": "2007-06-07", @@ -317589,16 +301129,6 @@ "show_number": "5249", "fullAnswer": "Itzhak Perlman" }, - { - "category": "ANATOMY", - "air_date": "2007-06-07", - "question": "(Jimmy of the Clue Crew reads in front of a skeleton)
It's the medical name for these two bones, from the Latin for \"key\"; in birds, they fuse to form a wishbone", - "value": "$2000", - "answer": "clavicle", - "round": "Double Jeopardy!", - "show_number": "5249", - "fullAnswer": "clavicle" - }, { "category": "2 FOR THE MONEY", "air_date": "2007-06-07", @@ -317754,7 +301284,7 @@ "air_date": "2003-04-25", "question": "Happy-go-lucky \"naked\" guy seen here", "value": "$400", - "answer": "Poppin\\' Fresh", + "answer": "Poppin' Fresh", "round": "Jeopardy!", "show_number": "4305", "fullAnswer": "Poppin\\' Fresh" @@ -318484,7 +302014,7 @@ "air_date": "2000-11-15", "question": "She vacationed in New Mexico & settled there after her husband Alfred Stieglitz died in 1946", "value": "$700", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Jeopardy!", "show_number": "3728", "fullAnswer": "Georgia O\\'Keeffe" @@ -318964,7 +302494,7 @@ "air_date": "1992-10-05", "question": "The 2 sphinxes at the base of this famous ancient obelisk were added during the Victorian Era", "value": "$300", - "answer": "Cleopatra\\'s Needle", + "answer": "Cleopatra's Needle", "round": "Jeopardy!", "show_number": "1856", "fullAnswer": "Cleopatra\\'s Needle" @@ -319239,16 +302769,6 @@ "show_number": "1856", "fullAnswer": "The Hunt for Red October" }, - { - "category": "KISS", - "air_date": "1992-10-05", - "question": "Traditional length of time the person associated with the following building waited for a kiss:", - "value": "$3,000", - "answer": "100 years", - "round": "Double Jeopardy!", - "show_number": "1856", - "fullAnswer": "100 years" - }, { "category": "TELL", "air_date": "1992-10-05", @@ -320599,16 +304119,6 @@ "show_number": "5978", "fullAnswer": "rats" }, - { - "category": "ATOLLS", - "air_date": "2010-09-15", - "question": "(Kelly of the Clue Crew shows a map on the screen.) In the 1930s, transoceanic air routes starting from Midway Island used tiny Wake Atoll as a perfect fuel base to complete the 2,800-mile trip to this U.S. island territory", - "value": "$800", - "answer": "Guam", - "round": "Jeopardy!", - "show_number": "5978", - "fullAnswer": "Guam" - }, { "category": "CABLE GUYS", "air_date": "2010-09-15", @@ -320639,16 +304149,6 @@ "show_number": "5978", "fullAnswer": "a rook" }, - { - "category": "1970", - "air_date": "2010-09-15", - "question": "American subcompacts hit the road for the first time, including this Ford model", - "value": "$800", - "answer": "Pinto", - "round": "Jeopardy!", - "show_number": "5978", - "fullAnswer": "a Pinto" - }, { "category": "BACKWORDS", "air_date": "2010-09-15", @@ -320779,16 +304279,6 @@ "show_number": "5978", "fullAnswer": "location" }, - { - "category": "ART SCHOOL", - "air_date": "2010-09-15", - "question": "\"First Steps\" is by Jozef Israels of this country's traditionalist Hague School", - "value": "$800", - "answer": "Netherlands", - "round": "Double Jeopardy!", - "show_number": "5978", - "fullAnswer": "the Netherlands" - }, { "category": "SINGERS ON SCREEN", "air_date": "2010-09-15", @@ -320909,16 +304399,6 @@ "show_number": "5978", "fullAnswer": "Petrarch" }, - { - "category": "SINGERS ON SCREEN", - "air_date": "2010-09-15", - "question": "Check out this singer back in 1985 in his role as Dr. Frankenstein in \"The Bride\"", - "value": "$1600", - "answer": "Sting", - "round": "Double Jeopardy!", - "show_number": "5978", - "fullAnswer": "Sting" - }, { "category": "AMPHIBIANS", "air_date": "2010-09-15", @@ -321254,7 +304734,7 @@ "air_date": "1999-09-29", "question": "The big screen tearjerker \"Love Story\" was followed by this sequel", "value": "$400", - "answer": "Oliver\\'s Story", + "answer": "Oliver's Story", "round": "Jeopardy!", "show_number": "3463", "fullAnswer": "Oliver\\'s Story" @@ -322119,26 +305599,6 @@ "show_number": "5568", "fullAnswer": "The Mole" }, - { - "category": "THE REAL WORLD", - "air_date": "2008-11-19", - "question": "(Jon of the Clue Crew stands on a ladder and drops two items.) An object's weight does not affect the speed at which it falls, so the shoe & the paper hit the ground at the same time, as this Italian first predicted", - "value": "$1600", - "answer": "Galileo", - "round": "Double Jeopardy!", - "show_number": "5568", - "fullAnswer": "Galileo" - }, - { - "category": "T-R-L", - "air_date": "2008-11-19", - "question": "Time to throw in this garden tool seen here--we dig it", - "value": "$1600", - "answer": "trowel", - "round": "Double Jeopardy!", - "show_number": "5568", - "fullAnswer": "a trowel" - }, { "category": "THE HILLS", "air_date": "2008-11-19", @@ -322229,16 +305689,6 @@ "show_number": "5568", "fullAnswer": "John Alden" }, - { - "category": "\"M\" TV", - "air_date": "2008-11-19", - "question": "Seen here is this wannabe opera singer turned creative director for \"America's Next Top Model\"", - "value": "$2000", - "answer": "Jay Manuel", - "round": "Double Jeopardy!", - "show_number": "5568", - "fullAnswer": "Jay Manuel" - }, { "category": "NONFICTION WRITERS", "air_date": "2008-11-19", @@ -322489,16 +305939,6 @@ "show_number": "6010", "fullAnswer": "AAA" }, - { - "category": "\"BON\" APPETIT", - "air_date": "2010-10-29", - "question": "This distinctive predator is seen here.", - "value": "$1000", - "answer": "bonnethead shark", - "round": "Jeopardy!", - "show_number": "6010", - "fullAnswer": "bonnethead shark" - }, { "category": "TIME", "air_date": "2010-10-29", @@ -322589,16 +306029,6 @@ "show_number": "6010", "fullAnswer": "guesswork" }, - { - "category": "HALLOWEEN-POURRI", - "air_date": "2010-10-29", - "question": "2010 marks the 60th anniversary of this UNICEF program that collects donations in the box seen here for kids worldwide", - "value": "$800", - "answer": "Trick or Treat", - "round": "Double Jeopardy!", - "show_number": "6010", - "fullAnswer": "Trick or Treat" - }, { "category": "BIBLE BOOK NAMES", "air_date": "2010-10-29", @@ -322659,16 +306089,6 @@ "show_number": "6010", "fullAnswer": "Revelation" }, - { - "category": "CHAMBER MUSIC", - "air_date": "2010-10-29", - "question": "(Kelly of the Clue Crew stands with a string quartet at the Juilliard School in New York.) His \"American Quartet\" was written in a Czech community in Iowa soon after his \"New World Symphony\"; some hear black spirituals in the melodies", - "value": "$1200", - "answer": "Dvorak", - "round": "Double Jeopardy!", - "show_number": "6010", - "fullAnswer": "(Antonin) Dvorak" - }, { "category": "COUNTRY CLUBS", "air_date": "2010-10-29", @@ -322704,7 +306124,7 @@ "air_date": "2010-10-29", "question": "\"Halloween\" is short for \"All Hallows' Eve\" as it's the night before this holiday once called All Hallows' Day", "value": "$1600", - "answer": "Saint\\'s Day", + "answer": "Saint's Day", "round": "Double Jeopardy!", "show_number": "6010", "fullAnswer": "(All) Saint\\'s Day" @@ -322719,16 +306139,6 @@ "show_number": "6010", "fullAnswer": "Lamentations" }, - { - "category": "CHAMBER MUSIC", - "air_date": "2010-10-29", - "question": "(Kelly of the Clue Crew stands with a string quartet at the Julliard School in New York.) One of Beethoven's best-known works would be the \"Bridgetower Sonata\" if Ludwig and violinist Bridgetower hadn't quarreled over a girl. Instead, it's \"this\" Sonata", - "value": "$1600", - "answer": "Kreutzer Sonata", - "round": "Double Jeopardy!", - "show_number": "6010", - "fullAnswer": "the Kreutzer Sonata" - }, { "category": "COUNTRY CLUBS", "air_date": "2010-10-29", @@ -322779,16 +306189,6 @@ "show_number": "6010", "fullAnswer": "Judges" }, - { - "category": "CHAMBER MUSIC", - "air_date": "2010-10-29", - "question": "(Jimmy of the Clue Crew stands with a string quartet at the Julliard School in New York.) At Toscanini's request, this composer transcribed part of his \"Opus 11 Quartet,\" and it became his most famous work, the \"Adagio For Strings\"", - "value": "$2000", - "answer": "Barber", - "round": "Double Jeopardy!", - "show_number": "6010", - "fullAnswer": "(Samuel) Barber" - }, { "category": "NO. 1 HITS", "air_date": "2010-10-29", @@ -323489,16 +306889,6 @@ "show_number": "1531", "fullAnswer": "thanks to God" }, - { - "category": "MOVIE SONGS", - "air_date": "1991-04-08", - "question": "In 1968 Hugo Montenegro took this title tune to No. 2 on the pop charts:", - "value": "$700", - "answer": "The Good, The Bad, And The Ugly", - "round": "Jeopardy!", - "show_number": "1531", - "fullAnswer": "\"The Good, The Bad, And The Ugly\"" - }, { "category": "DESIGN", "air_date": "1991-04-08", @@ -323704,7 +307094,7 @@ "air_date": "1991-04-08", "question": "Cobweb is a fairy, not a spider, in this comedy", "value": "$200", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "1531", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -324299,16 +307689,6 @@ "show_number": "6098", "fullAnswer": "Woody" }, - { - "category": "ART -ISMS", - "air_date": "2011-03-02", - "question": "U.S. Regionalism produced the work seen here; this title object in the center was also a subject for Monet", - "value": "$400", - "answer": "haystack", - "round": "Double Jeopardy!", - "show_number": "6098", - "fullAnswer": "a haystack" - }, { "category": "BOTANY", "air_date": "2011-03-02", @@ -324399,16 +307779,6 @@ "show_number": "6098", "fullAnswer": "a Finn" }, - { - "category": "FIRST THINGS FIRST", - "air_date": "2011-03-02", - "question": "Seen here, 16-year-old Margaret Gorman was the first person to be given this beauty title", - "value": "$1200", - "answer": "Miss America", - "round": "Double Jeopardy!", - "show_number": "6098", - "fullAnswer": "Miss America" - }, { "category": "COPPING OUT AT THE MOVIES", "air_date": "2011-03-02", @@ -324539,16 +307909,6 @@ "show_number": "6098", "fullAnswer": "(Will) Smith" }, - { - "category": "ART -ISMS", - "air_date": "2011-03-02", - "question": "(Kelly of the Clue Crew shows a painting on the monitor.) Seurat's painting of the \"Circus Sideshow\" uses this new Impressionist technique, featuring small dots & brush strokes that, from a distance, create blended color", - "value": "$2000", - "answer": "pointillism", - "round": "Double Jeopardy!", - "show_number": "6098", - "fullAnswer": "pointillism" - }, { "category": "BOTANY", "air_date": "2011-03-02", @@ -324669,16 +308029,6 @@ "show_number": "4140", "fullAnswer": "Dick Cheney" }, - { - "category": "CRITTERS", - "air_date": "2002-09-06", - "question": "(Sarah of the Clue Crew reports from Zoo Atlanta.) The two panda species are the 6- to 12-pound red panda and this 200- to 250-pound species", - "value": "$400", - "answer": "giant panda", - "round": "Jeopardy!", - "show_number": "4140", - "fullAnswer": "the giant panda" - }, { "category": "WHAT A BUNCH OF TV CHARACTERS", "air_date": "2002-09-06", @@ -324949,16 +308299,6 @@ "show_number": "4140", "fullAnswer": "absent without leave" }, - { - "category": "KJPY CLASSICAL RADIO", - "air_date": "2002-09-06", - "question": "Now we'll hear a beloved aria by this Italian composer", - "value": "$800", - "answer": "Rossini", - "round": "Double Jeopardy!", - "show_number": "4140", - "fullAnswer": "Rossini" - }, { "category": "SAINTS ON THE MAP", "air_date": "2002-09-06", @@ -325064,7 +308404,7 @@ "air_date": "2002-09-06", "question": "On an invitation: RSVP", "value": "$1200", - "answer": "répondez s\\'il vous plaît", + "answer": "répondez s'il vous plaît", "round": "Double Jeopardy!", "show_number": "4140", "fullAnswer": "répondez s\\'il vous plaît" @@ -325089,16 +308429,6 @@ "show_number": "4140", "fullAnswer": "St. Joseph" }, - { - "category": "GUESS WHO'S COMING TO DINNER?", - "air_date": "2002-09-06", - "question": "(Hi, I'm Leonard Maltin.) At the end of the deli scene, director Rob Reiner's mother has this romantic comedy's funniest line", - "value": "$6,000", - "answer": "When Harry Met Sally...", - "round": "Double Jeopardy!", - "show_number": "4140", - "fullAnswer": "When Harry Met Sally..." - }, { "category": "EAT MEAT", "air_date": "2002-09-06", @@ -325139,16 +308469,6 @@ "show_number": "4140", "fullAnswer": "Isaac Stern" }, - { - "category": "SAINTS ON THE MAP", - "air_date": "2002-09-06", - "question": "The stars on its flag seen here stand for hope and liberty, not it and Nevis", - "value": "$2000", - "answer": "St. Kitts", - "round": "Double Jeopardy!", - "show_number": "4140", - "fullAnswer": "St. Kitts" - }, { "category": "GUESS WHO'S COMING TO DINNER?", "air_date": "2002-09-06", @@ -325339,16 +308659,6 @@ "show_number": "5657", "fullAnswer": "What Happens in Vegas" }, - { - "category": "AT THE BUFFET", - "air_date": "2009-03-24", - "question": "There's an outstanding
pasta salad made with these stuffed rings seen here", - "value": "$600", - "answer": "tortellini", - "round": "Jeopardy!", - "show_number": "5657", - "fullAnswer": "tortellini" - }, { "category": "FLOORING", "air_date": "2009-03-24", @@ -325549,16 +308859,6 @@ "show_number": "5657", "fullAnswer": "bodacious" }, - { - "category": "A VISIT TO BROOKHAVEN NATIONAL LABORATORY", - "air_date": "2009-03-24", - "question": "(Kelly of the Clue Crew reports from outside Brookhaven National Laboratory, Long Island, New York.) Work done at Brookhaven, which is run by this Cabinet department, has produced six Nobel Prizes, including one for work on solar neutrinos", - "value": "$400", - "answer": "Energy", - "round": "Double Jeopardy!", - "show_number": "5657", - "fullAnswer": "Energy" - }, { "category": "TOUGH CAPITAL CITIES", "air_date": "2009-03-24", @@ -325609,16 +308909,6 @@ "show_number": "5657", "fullAnswer": "important" }, - { - "category": "A VISIT TO BROOKHAVEN NATIONAL LABORATORY", - "air_date": "2009-03-24", - "question": "(Kelly of the Clue Crew reports from a lab at Brookhaven National Laboratory, Long Island, NY.) Conditions milliseconds after this event are replicated on a microscopic scale by creating a superhot fireball in this 3-D camera", - "value": "$800", - "answer": "Big Bang", - "round": "Double Jeopardy!", - "show_number": "5657", - "fullAnswer": "the Big Bang" - }, { "category": "TOUGH CAPITAL CITIES", "air_date": "2009-03-24", @@ -325669,22 +308959,12 @@ "show_number": "5657", "fullAnswer": "plush" }, - { - "category": "A VISIT TO BROOKHAVEN NATIONAL LABORATORY", - "air_date": "2009-03-24", - "question": "(Kelly of the Clue Crew reports from the clean room at Brookhaven National Laboratory, Long Island, NY.) The etcher used in the Center for Functional Nanomaterials' clean room uses this highly ionized state of matter to work on tiny circuits", - "value": "$3,000", - "answer": "plasma", - "round": "Double Jeopardy!", - "show_number": "5657", - "fullAnswer": "plasma" - }, { "category": "TOUGH CAPITAL CITIES", "air_date": "2009-03-24", "question": "In western Africa:
Yamoussoukro", "value": "$1600", - "answer": "Cote d\\'Ivoire ", + "answer": "Cote d'Ivoire ", "round": "Double Jeopardy!", "show_number": "5657", "fullAnswer": "Cote d\\'Ivoire (The Ivory Coast)" @@ -325729,16 +309009,6 @@ "show_number": "5657", "fullAnswer": "synchronized" }, - { - "category": "A VISIT TO BROOKHAVEN NATIONAL LABORATORY", - "air_date": "2009-03-24", - "question": "(Sarah of the Clue Crew reports from a particle accelerator at Brookhaven National Laboratory, Long Island, NY.) Cooled magnets at the Relativistic Heavy Ion Collider facilitate this super phenomenon; current shows no resistance, & gold ions travel at nearly light speed", - "value": "$1600", - "answer": "superconductivity", - "round": "Double Jeopardy!", - "show_number": "5657", - "fullAnswer": "superconductivity" - }, { "category": "TOUGH CAPITAL CITIES", "air_date": "2009-03-24", @@ -325789,16 +309059,6 @@ "show_number": "5657", "fullAnswer": "magnanimous" }, - { - "category": "A VISIT TO BROOKHAVEN NATIONAL LABORATORY", - "air_date": "2009-03-24", - "question": "(Sarah of the Clue Crew reports from inside a supercomputer room at Brookhaven National Laboratory, Long Island, NY) NY Blue is an 18-rack supercomputer at Brookhaven that processes in terms of this speed--one trillion floating operations per second", - "value": "$2000", - "answer": "teraflop", - "round": "Double Jeopardy!", - "show_number": "5657", - "fullAnswer": "a teraflop" - }, { "category": "BRITISH ROYALTY", "air_date": "2009-03-24", @@ -325849,16 +309109,6 @@ "show_number": "5242", "fullAnswer": "a rabbit" }, - { - "category": "STAR WARS", - "air_date": "2007-05-29", - "question": "(Jimmy of the Clue Crew tours a warehouse.) There's a vast array of props and costumes at this 2,300 acre facility named for a hero of the Star Wars saga", - "value": "$200", - "answer": "Skywalker Ranch", - "round": "Jeopardy!", - "show_number": "5242", - "fullAnswer": "Skywalker Ranch" - }, { "category": "A NEW \"HOPE\"", "air_date": "2007-05-29", @@ -325879,16 +309129,6 @@ "show_number": "5242", "fullAnswer": "citizenship" }, - { - "category": "THE AMERICAN THEATRE", - "air_date": "2007-05-29", - "question": "(Hi, I'm Kathryn Erbe of \"Law & Order: Criminal Intent\".) In 1997 I played Stella Kowalski in the Steppenwolf Theatre Company's 50th anniversary production of this great American play", - "value": "$400", - "answer": "Streetcar Named Desire", - "round": "Jeopardy!", - "show_number": "5242", - "fullAnswer": "A Streetcar Named Desire" - }, { "category": "SOUNDS LIKE AN ARMY UNIT", "air_date": "2007-05-29", @@ -325909,16 +309149,6 @@ "show_number": "5242", "fullAnswer": "Steve Irwin" }, - { - "category": "STAR WARS", - "air_date": "2007-05-29", - "question": "(Sarah of the Clue Crew reports from Marin County, California.) This is a less terrifying Lucite version of this weapon, whose second version is being built during Return of the Jedi", - "value": "$400", - "answer": "Death Star", - "round": "Jeopardy!", - "show_number": "5242", - "fullAnswer": "the Death Star" - }, { "category": "A NEW \"HOPE\"", "air_date": "2007-05-29", @@ -325969,16 +309199,6 @@ "show_number": "5242", "fullAnswer": "Nike" }, - { - "category": "STAR WARS", - "air_date": "2007-05-29", - "question": "(Jimmy of the Clue Crew points out a prototype.) When George Lucas saw a preliminary version of what would become this Star Wars ship, he said, \"Make it look like a hamburger\"", - "value": "$600", - "answer": "Millennium Falcon", - "round": "Jeopardy!", - "show_number": "5242", - "fullAnswer": "the Millennium Falcon" - }, { "category": "A NEW \"HOPE\"", "air_date": "2007-05-29", @@ -326024,21 +309244,11 @@ "air_date": "2007-05-29", "question": "Mentioned in Genesis, this was thought to be found in Iran's Elburz mountain range", "value": "$800", - "answer": "Noah\\'s Ark", + "answer": "Noah's Ark", "round": "Jeopardy!", "show_number": "5242", "fullAnswer": "Noah\\'s Ark" }, - { - "category": "STAR WARS", - "air_date": "2007-05-29", - "question": "(Jimmy of the Clue Crew shows creature samples.)Though he didn't look like this in the film, you don't need to use the force to know that these are early models of this good-natured Gungan", - "value": "$800", - "answer": "Jar Jar Binks", - "round": "Jeopardy!", - "show_number": "5242", - "fullAnswer": "Jar Jar Binks" - }, { "category": "A NEW \"HOPE\"", "air_date": "2007-05-29", @@ -326129,16 +309339,6 @@ "show_number": "5242", "fullAnswer": "abs" }, - { - "category": "THE CATS IN THE HATS", - "air_date": "2007-05-29", - "question": "The guy seen here, William Van Allen designed this in New York from 1928-1930", - "value": "$400", - "answer": "Chrysler Building", - "round": "Double Jeopardy!", - "show_number": "5242", - "fullAnswer": "The Chrysler Building" - }, { "category": "HIP-HOP ON POP", "air_date": "2007-05-29", @@ -326159,16 +309359,6 @@ "show_number": "5242", "fullAnswer": "Green Eggs and Ham" }, - { - "category": "IF I RAN THE ZOO...", - "air_date": "2007-05-29", - "question": "Instead of a ticket taker who's a big grouch; I'd hire this little kangaroo pal in his pouch", - "value": "$800", - "answer": "joey", - "round": "Double Jeopardy!", - "show_number": "5242", - "fullAnswer": "a joey" - }, { "category": "\"O\" THE PLACES YOU'LL GO", "air_date": "2007-05-29", @@ -326189,16 +309379,6 @@ "show_number": "5242", "fullAnswer": "sugar & flour" }, - { - "category": "THE CATS IN THE HATS", - "air_date": "2007-05-29", - "question": "He's the only cat with a hat in the photo seen here", - "value": "$800", - "answer": "Stalin", - "round": "Double Jeopardy!", - "show_number": "5242", - "fullAnswer": "Stalin" - }, { "category": "HIP-HOP ON POP", "air_date": "2007-05-29", @@ -326249,16 +309429,6 @@ "show_number": "5242", "fullAnswer": "The Biggest Loser" }, - { - "category": "THE CATS IN THE HATS", - "air_date": "2007-05-29", - "question": "Hats off to this man who sang a lot in \"Evita\"", - "value": "$1200", - "answer": "Che ", - "round": "Double Jeopardy!", - "show_number": "5242", - "fullAnswer": "Che (Guevara)" - }, { "category": "HIP-HOP ON POP", "air_date": "2007-05-29", @@ -326309,16 +309479,6 @@ "show_number": "5242", "fullAnswer": "heart" }, - { - "category": "THE CATS IN THE HATS", - "air_date": "2007-05-29", - "question": "\"Viva\" this early 20th century revolutionary", - "value": "$1600", - "answer": "Zapata", - "round": "Double Jeopardy!", - "show_number": "5242", - "fullAnswer": "(Emiliano) Zapata" - }, { "category": "HIP-HOP ON POP", "air_date": "2007-05-29", @@ -326369,16 +309529,6 @@ "show_number": "5242", "fullAnswer": "salmon" }, - { - "category": "THE CATS IN THE HATS", - "air_date": "2007-05-29", - "question": "The cat on the left is this detective who started the Army's Secret Service", - "value": "$2000", - "answer": "Pinkerton", - "round": "Double Jeopardy!", - "show_number": "5242", - "fullAnswer": "Pinkerton" - }, { "category": "HIP-HOP ON POP", "air_date": "2007-05-29", @@ -326674,7 +309824,7 @@ "air_date": "1998-11-19", "question": "Aimee Mann of this \"Voices Carry\" band attended the Berklee School of Music", "value": "$500", - "answer": "\\'Til Tuesday", + "answer": "'Til Tuesday", "round": "Jeopardy!", "show_number": "3269", "fullAnswer": "\\'Til Tuesday" @@ -327019,16 +310169,6 @@ "show_number": "5516", "fullAnswer": "1959" }, - { - "category": "A LOOK BACK WITH JEOPARDY!", - "air_date": "2008-09-08", - "question": "We made our debut in September of 1984, & so did this spare heir seen here", - "value": "$200", - "answer": "Prince Harry", - "round": "Jeopardy!", - "show_number": "5516", - "fullAnswer": "Prince Harry" - }, { "category": "ZOOLOGY", "air_date": "2008-09-08", @@ -327079,16 +310219,6 @@ "show_number": "5516", "fullAnswer": "1977" }, - { - "category": "A LOOK BACK WITH JEOPARDY!", - "air_date": "2008-09-08", - "question": "1989 saw our first college tournament, & in this country, student protests that began the Velvet Revolution", - "value": "$400", - "answer": "Czechoslovakia", - "round": "Jeopardy!", - "show_number": "5516", - "fullAnswer": "Czechoslovakia" - }, { "category": "ZOOLOGY", "air_date": "2008-09-08", @@ -327139,16 +310269,6 @@ "show_number": "5516", "fullAnswer": "1912" }, - { - "category": "A LOOK BACK WITH JEOPARDY!", - "air_date": "2008-09-08", - "question": "For our tenth anniversary, there was no joy in Mudville as he declared the World Series canceled due to a labor dispute", - "value": "$600", - "answer": "Selig", - "round": "Jeopardy!", - "show_number": "5516", - "fullAnswer": "(Bud) Selig" - }, { "category": "ZOOLOGY", "air_date": "2008-09-08", @@ -327199,16 +310319,6 @@ "show_number": "5516", "fullAnswer": "1914" }, - { - "category": "A LOOK BACK WITH JEOPARDY!", - "air_date": "2008-09-08", - "question": "Things unveiled in 1999 included my star on the Hollywood Walk of Fame & this London structure", - "value": "$800", - "answer": "Millennium Dome", - "round": "Jeopardy!", - "show_number": "5516", - "fullAnswer": "the Millennium Dome" - }, { "category": "ZOOLOGY", "air_date": "2008-09-08", @@ -327259,26 +310369,6 @@ "show_number": "5516", "fullAnswer": "1984" }, - { - "category": "A LOOK BACK WITH JEOPARDY!", - "air_date": "2008-09-08", - "question": "In 2004, we put out a 20th anniversary book, & after handing sovereignty back to Iraq's government, he started his memoirs", - "value": "$1000", - "answer": "Bremer", - "round": "Jeopardy!", - "show_number": "5516", - "fullAnswer": "(Paul) Bremer" - }, - { - "category": "COLONIAL WILLIAMSBURG", - "air_date": "2008-09-08", - "question": "(Jon of the Clue Crew reports from Duke of Gloucester St. in Colonial Williamsburg.) I'm on Duke of Gloucester Street in Williamsburg, which this U.S. president called \"the most historic avenue in all America\" when he visited in 1934", - "value": "$400", - "answer": "FDR", - "round": "Double Jeopardy!", - "show_number": "5516", - "fullAnswer": "FDR" - }, { "category": "REEL LIFE", "air_date": "2008-09-08", @@ -327329,16 +310419,6 @@ "show_number": "5516", "fullAnswer": "difficulty" }, - { - "category": "COLONIAL WILLIAMSBURG", - "air_date": "2008-09-08", - "question": "(Kelly of the Clue Crew indicates piece of women's apparel.) 18th century women didn't mind looking hippy; they extended their skirts with panniers, known in English as these", - "value": "$800", - "answer": "hoops", - "round": "Double Jeopardy!", - "show_number": "5516", - "fullAnswer": "hoops" - }, { "category": "REEL LIFE", "air_date": "2008-09-08", @@ -327389,16 +310469,6 @@ "show_number": "5516", "fullAnswer": "bicuspid" }, - { - "category": "COLONIAL WILLIAMSBURG", - "air_date": "2008-09-08", - "question": "(Kelly of the Clue Crew tends bar in Raleigh Tavern, Williamsburg, VA.) Williamsburg's Raleigh Tavern is the place where, in 1776, students from William & Mary met to form this Greek letter society, an emblem of high achievement", - "value": "$1200", - "answer": "Phi Beta Kappa", - "round": "Double Jeopardy!", - "show_number": "5516", - "fullAnswer": "Phi Beta Kappa" - }, { "category": "REEL LIFE", "air_date": "2008-09-08", @@ -327434,7 +310504,7 @@ "air_date": "2008-09-08", "question": "Originally making honey & candles, this brand now focuses on \"Earth friendly, natural personal care\" products", "value": "$1200", - "answer": "Burt\\'s Bees", + "answer": "Burt's Bees", "round": "Double Jeopardy!", "show_number": "5516", "fullAnswer": "Burt\\'s Bees" @@ -327449,16 +310519,6 @@ "show_number": "5516", "fullAnswer": "Ficus" }, - { - "category": "COLONIAL WILLIAMSBURG", - "air_date": "2008-09-08", - "question": "(Kelly and Jon of the Clue Crew are both a bit stuck in Williamsburg, VA.) In Colonial times, pig stealers were exposed to public derision at the pillory & those, a term that reminds us of Wall Street", - "value": "$1600", - "answer": "stocks", - "round": "Double Jeopardy!", - "show_number": "5516", - "fullAnswer": "stocks" - }, { "category": "REEL LIFE", "air_date": "2008-09-08", @@ -327509,16 +310569,6 @@ "show_number": "5516", "fullAnswer": "Agriculture" }, - { - "category": "COLONIAL WILLIAMSBURG", - "air_date": "2008-09-08", - "question": "(Kelly of the Clue Crew reads from inside the Capitol Building in Williamsburg, VA.) Founded in Jamestown in 1619, this group that met here in Williamsburg's capitol in the 1700s was the first representative legislative body in America", - "value": "$6,000", - "answer": "House of Burgesses", - "round": "Double Jeopardy!", - "show_number": "5516", - "fullAnswer": "the House of Burgesses" - }, { "category": "REEL LIFE", "air_date": "2008-09-08", @@ -327944,7 +310994,7 @@ "air_date": "2010-07-15", "question": "Best Supporting Actress for \"Paper Moon\" (1973)", "value": "$800", - "answer": "Tatum O\\'Neal", + "answer": "Tatum O'Neal", "round": "Double Jeopardy!", "show_number": "5964", "fullAnswer": "Tatum O\\'Neal" @@ -328029,16 +311079,6 @@ "show_number": "5964", "fullAnswer": "Sopwith" }, - { - "category": "50-POINT SCRABBLE WORDS", - "air_date": "2010-07-15", - "question": "Scrabble player, you've gotta have this flashy idea
IMKICGM", - "value": "$1200", - "answer": "gimmick", - "round": "Double Jeopardy!", - "show_number": "5964", - "fullAnswer": "gimmick" - }, { "category": "SCIENCE & NATURE", "air_date": "2010-07-15", @@ -328089,16 +311129,6 @@ "show_number": "5964", "fullAnswer": "(William E.) Boeing" }, - { - "category": "50-POINT SCRABBLE WORDS", - "air_date": "2010-07-15", - "question": "To keep within boundaries, as with a prisoner, or to limit your remarks
NIFNCOE", - "value": "$2,000", - "answer": "confine", - "round": "Double Jeopardy!", - "show_number": "5964", - "fullAnswer": "confine" - }, { "category": "SCIENCE & NATURE", "air_date": "2010-07-15", @@ -328149,16 +311179,6 @@ "show_number": "5964", "fullAnswer": "Pappy Boyington" }, - { - "category": "50-POINT SCRABBLE WORDS", - "air_date": "2010-07-15", - "question": "Sweet plant that can be used to make molasses UOSHGRM", - "value": "$2000", - "answer": "sorghum", - "round": "Double Jeopardy!", - "show_number": "5964", - "fullAnswer": "sorghum" - }, { "category": "FAMOUS TEXTS", "air_date": "2010-07-15", @@ -328169,16 +311189,6 @@ "show_number": "5964", "fullAnswer": "the Kama Sutra" }, - { - "category": "PRIMATES", - "air_date": "2006-02-28", - "question": "(Sarah of the Clue Crew reads with a lemur from the Duke U. Primate Center in Durham, NC.) The Duke University Primate Center is part of a project to return captive-bred lemurs to Betampona Reserve on this island, their native habitat", - "value": "$200", - "answer": "Madagascar", - "round": "Jeopardy!", - "show_number": "4947", - "fullAnswer": "Madagascar" - }, { "category": "YOU'RE THE MAYOR", "air_date": "2006-02-28", @@ -328409,16 +311419,6 @@ "show_number": "4947", "fullAnswer": "Samson" }, - { - "category": "PRIMATES", - "air_date": "2006-02-28", - "question": "(Sarah of the Clue Crew reads with two primates from the Duke U. Primate Center in Durham, NC.) The Duke University Primate Center studies primates often neglected by evolution research: they evolved before monkeys & apes, so they aren't called simians, but these", - "value": "$1000", - "answer": "prosimians", - "round": "Jeopardy!", - "show_number": "4947", - "fullAnswer": "prosimians" - }, { "category": "YOU'RE THE MAYOR", "air_date": "2006-02-28", @@ -328449,16 +311449,6 @@ "show_number": "4947", "fullAnswer": "Napoleon & the Duke of Wellington" }, - { - "category": "AFRICAN-AMERICAN ENTERTAINERS", - "air_date": "2006-02-28", - "question": "(Kelly of the Clue Crew reads beside the pipe organ in the 16th St. Baptist Church in Birmingham, AL.) Singers who have given recitals in Birmingham's 16th Street Baptist Church include this African-American contralto, a famous victim of prejudice", - "value": "$1000", - "answer": "Marian Anderson", - "round": "Jeopardy!", - "show_number": "4947", - "fullAnswer": "Marian Anderson" - }, { "category": "\"S\"-ENTIAL KNOWLEDGE", "air_date": "2006-02-28", @@ -328799,16 +311789,6 @@ "show_number": "5577", "fullAnswer": "frostbite" }, - { - "category": "THE INTERNATIONAL BUTLER ACADEMY", - "air_date": "2008-12-02", - "question": "(Jimmy of the Clue Crew is served a potent potable from a special glassware at the International Butler Academy, the Netherlands.) Vintage port served at a dinner party should stand upright for 24 hours before uncorking, & it's imperative that once service starts, this container doesn't touch the table", - "value": "$200", - "answer": "decanter", - "round": "Jeopardy!", - "show_number": "5577", - "fullAnswer": "a decanter" - }, { "category": "THE MIDDLE AGES", "air_date": "2008-12-02", @@ -328859,16 +311839,6 @@ "show_number": "5577", "fullAnswer": "a tarantula" }, - { - "category": "THE INTERNATIONAL BUTLER ACADEMY", - "air_date": "2008-12-02", - "question": "(Sarah of the Clue Crew sits at a place setting at the International Butler Academy, the Netherlands.) Spoon handles for this course should all face to the right, forks to the left, & they are always positioned above the place setting", - "value": "$400", - "answer": "dessert", - "round": "Jeopardy!", - "show_number": "5577", - "fullAnswer": "dessert" - }, { "category": "THE MIDDLE AGES", "air_date": "2008-12-02", @@ -328909,26 +311879,6 @@ "show_number": "5577", "fullAnswer": "Dan Brown" }, - { - "category": "9-LETTER WORDS", - "air_date": "2008-12-02", - "question": "A synonym for \"ludicrous parody\", it's also the bawdy type of entertainment seen here", - "value": "$600", - "answer": "burlesque", - "round": "Jeopardy!", - "show_number": "5577", - "fullAnswer": "burlesque" - }, - { - "category": "THE INTERNATIONAL BUTLER ACADEMY", - "air_date": "2008-12-02", - "question": "(Jimmy of the Clue Crew keeps the shirt on his back at the International Butler Academy, the Netherlands.) The long staple or the long fiber of the cotton produced in this African country is the reason why the International Butler Academy considers it the best", - "value": "$600", - "answer": "Egypt", - "round": "Jeopardy!", - "show_number": "5577", - "fullAnswer": "Egypt" - }, { "category": "THE MIDDLE AGES", "air_date": "2008-12-02", @@ -328969,16 +311919,6 @@ "show_number": "5577", "fullAnswer": "chemistry" }, - { - "category": "THE INTERNATIONAL BUTLER ACADEMY", - "air_date": "2008-12-02", - "question": "(Sarah of the Clue Crew eats expensive fish eggs at the International Butler Academy, the Netherlands.) The academy teaches the proper serving of caviar--always use a nonmetallic spoon, perhaps one made of this material, from the interior of mollusks", - "value": "$800", - "answer": "morther of pearl", - "round": "Jeopardy!", - "show_number": "5577", - "fullAnswer": "morther of pearl" - }, { "category": "THE MIDDLE AGES", "air_date": "2008-12-02", @@ -329009,26 +311949,6 @@ "show_number": "5577", "fullAnswer": "thrombosis" }, - { - "category": "9-LETTER WORDS", - "air_date": "2008-12-02", - "question": "Starry navigational instrument seen here", - "value": "$1000", - "answer": "astrolabe", - "round": "Jeopardy!", - "show_number": "5577", - "fullAnswer": "an astrolabe" - }, - { - "category": "THE INTERNATIONAL BUTLER ACADEMY", - "air_date": "2008-12-02", - "question": "(Sarah of the Clue Crew watches a butler fold napkins at the International Butler Academy, the Netherlands.) Good butlers have at their disposal an arsenal of different napkin folds; this one involving several pleats has the same name as an Oscar Wilde play", - "value": "$1000", - "answer": "Lady Windermere\\'s fan", - "round": "Jeopardy!", - "show_number": "5577", - "fullAnswer": "Lady Windermere\\'s fan" - }, { "category": "WORLD GEOGRAPHY", "air_date": "2008-12-02", @@ -329264,7 +312184,7 @@ "air_date": "2008-12-02", "question": "Bobby McFerrin song to a McDonald's kids' offering", "value": "$1600", - "answer": "Don\\'t Worry, Be Happy Meal", + "answer": "Don't Worry, Be Happy Meal", "round": "Double Jeopardy!", "show_number": "5577", "fullAnswer": "\"Don\\'t Worry, Be Happy Meal\"" @@ -329334,7 +312254,7 @@ "air_date": "2008-12-02", "question": "The first & middle names of this breakfast cereal \"spokesman\" are Horatio Magellan", "value": null, - "answer": "Cap\\'n Crunch", + "answer": "Cap'n Crunch", "round": "Final Jeopardy!", "show_number": "5577", "fullAnswer": "Cap\\'n Crunch" @@ -329724,7 +312644,7 @@ "air_date": "2001-06-25", "question": "Vegas said \"Adios\" to the Hacienda Casino in 1996, imploding it on this holiday eve", "value": "$400", - "answer": "New Year\\'s Eve", + "answer": "New Year's Eve", "round": "Double Jeopardy!", "show_number": "3886", "fullAnswer": "New Year\\'s Eve" @@ -330399,16 +313319,6 @@ "show_number": "64", "fullAnswer": "the Badlands" }, - { - "category": "U.S. CITIES", - "air_date": "1984-12-06", - "question": "The Cuyahoga River has been known to catch fire in this industrial city:", - "value": "$1,000", - "answer": "Cleveland", - "round": "Double Jeopardy!", - "show_number": "64", - "fullAnswer": "Cleveland" - }, { "category": "\"IN\" CROWD", "air_date": "1984-12-06", @@ -330624,7 +313534,7 @@ "air_date": "2011-03-10", "question": "1979:
\"Always look on the bright side of life... for life is quite absurd, and death's the final word\"", "value": "$800", - "answer": "Monty Python\\'s Life of Brian", + "answer": "Monty Python's Life of Brian", "round": "Jeopardy!", "show_number": "6104", "fullAnswer": "Monty Python\\'s Life of Brian" @@ -330769,16 +313679,6 @@ "show_number": "6104", "fullAnswer": "the beach" }, - { - "category": "ARGONNE NATIONAL LABORATORY", - "air_date": "2011-03-10", - "question": "(Sarah of the Clue Crew reports from the Argonne National Lab in Chicago.) The Argonne Lab grew out of World War II fission research in nearby Chicago; the first one of these was built by Fermi on a squash court, & today Argonne is continuing that heritage with new, fast types that destroy their own waste", - "value": "$400", - "answer": "nuclear reactor", - "round": "Double Jeopardy!", - "show_number": "6104", - "fullAnswer": "a nuclear reactor" - }, { "category": "NEW ENGLANDERS", "air_date": "2011-03-10", @@ -330829,16 +313729,6 @@ "show_number": "6104", "fullAnswer": "the piano" }, - { - "category": "ARGONNE NATIONAL LABORATORY", - "air_date": "2011-03-10", - "question": "(Sarah of the Clue Crew reports from the Argonne National Lab in Chicago.) Scientists studying the life cycle of stars have used the Argonne National Labs' supercomputer to investigate the nuclear flame bubble that builds up inside a white dwarf just before one of these spectacular events", - "value": "$800", - "answer": "supernova", - "round": "Double Jeopardy!", - "show_number": "6104", - "fullAnswer": "a supernova" - }, { "category": "NEW ENGLANDERS", "air_date": "2011-03-10", @@ -330889,16 +313779,6 @@ "show_number": "6104", "fullAnswer": "the sunflower" }, - { - "category": "ARGONNE NATIONAL LABORATORY", - "air_date": "2011-03-10", - "question": "(Jimmy of the Clue Crew reports from the Argonne National Lab in Chicago.) The reactor is doing a green chemistry trick invented at Argonne--it's using plastic bags to create these, cylinders 50,000 times thinner than a hair, to increase the surface area & the power of batteries", - "value": "$1200", - "answer": "nanotube", - "round": "Double Jeopardy!", - "show_number": "6104", - "fullAnswer": "a nanotube" - }, { "category": "NEW ENGLANDERS", "air_date": "2011-03-10", @@ -330949,16 +313829,6 @@ "show_number": "6104", "fullAnswer": "Switzerland" }, - { - "category": "ARGONNE NATIONAL LABORATORY", - "air_date": "2011-03-10", - "question": "(Jimmy of the Clue Crew reports from the Argonne National Lab in Chicago.) This machine assembles high-efficiency lithium ion batteries, alternately stacking positive electrodes called cathodes together with negative electrodes called these", - "value": "$1600", - "answer": "anodes", - "round": "Double Jeopardy!", - "show_number": "6104", - "fullAnswer": "anodes" - }, { "category": "NEW ENGLANDERS", "air_date": "2011-03-10", @@ -331009,16 +313879,6 @@ "show_number": "6104", "fullAnswer": "the bat" }, - { - "category": "ARGONNE NATIONAL LABORATORY", - "air_date": "2011-03-10", - "question": "(Sarah of the Clue Crew reports from the Argonne National Lab in Chicago.) The hard X-ray nanoprobe helps in the design of solar cells by allowing subatomic examination of these materials, such as silicon, which act sometimes like metal & sometimes like insulators", - "value": "$2000", - "answer": "semiconductors", - "round": "Double Jeopardy!", - "show_number": "6104", - "fullAnswer": "semiconductors" - }, { "category": "20th CENTURY PRESIDENTIAL ELECTIONS", "air_date": "2011-03-10", @@ -331274,7 +314134,7 @@ "air_date": "2002-05-06", "question": "This seductive novel landed John Fowles on the best-seller list in 1969", "value": "$1000", - "answer": "French Lieutenant\\'s Woman", + "answer": "French Lieutenant's Woman", "round": "Jeopardy!", "show_number": "4081", "fullAnswer": "The French Lieutenant\\'s Woman" @@ -332819,16 +315679,6 @@ "show_number": "5589", "fullAnswer": "Battlestar Galactica" }, - { - "category": "THE BAYEUX TAPESTRY", - "air_date": "2008-12-18", - "question": "(Jimmy of the Clue Crew delivers the clue from the Bayeux Cathedral in France.) A workman is putting a weathercock on the roof of this London church; its consecration on Dec. 28, 1065 is symbolized by the hand of God above the nave", - "value": "$200", - "answer": "Westminster Abbey", - "round": "Jeopardy!", - "show_number": "5589", - "fullAnswer": "Westminster Abbey" - }, { "category": "SPOTTED CREATURES", "air_date": "2008-12-18", @@ -332879,26 +315729,6 @@ "show_number": "5589", "fullAnswer": "The Jetsons" }, - { - "category": "THE BAYEUX TAPESTRY", - "air_date": "2008-12-18", - "question": "(Jimmy of the Clue Crew delivers the clue from the Bayeux Cathedral in France.) This duke is about to mount his charger; he is the only figure to wear armored leggings & shirt; the ribbons at his neck also identify him", - "value": "$400", - "answer": "William the Conqueror", - "round": "Jeopardy!", - "show_number": "5589", - "fullAnswer": "William the Conqueror" - }, - { - "category": "SPOTTED CREATURES", - "air_date": "2008-12-18", - "question": "Pictured here, this largest living fish has spots all over its upper body", - "value": "$400", - "answer": "whale shark", - "round": "Jeopardy!", - "show_number": "5589", - "fullAnswer": "a whale shark" - }, { "category": "SHADES OF GRAY & WHITE", "air_date": "2008-12-18", @@ -332939,16 +315769,6 @@ "show_number": "5589", "fullAnswer": "Star Trek: (The) Next Generation" }, - { - "category": "THE BAYEUX TAPESTRY", - "air_date": "2008-12-18", - "question": "(Sarah of the Clue Crew delivers the clue from the Bayeux Cathedral in France.) Despite taking an oath to assure another succession, Harold is crowned King of England; the tapestry indicated it was Stigant, this archbishop, who performed the ceremony", - "value": "$600", - "answer": "Archbishop of Canterbury", - "round": "Jeopardy!", - "show_number": "5589", - "fullAnswer": "the Archbishop of Canterbury" - }, { "category": "SPOTTED CREATURES", "air_date": "2008-12-18", @@ -332999,26 +315819,6 @@ "show_number": "5589", "fullAnswer": "Lost in Space" }, - { - "category": "THE BAYEUX TAPESTRY", - "air_date": "2008-12-18", - "question": "(Sarah of the Clue Crew delivers the clue from the Bayeux Cathedral in France.) The Norman army has archers, giving it the advantage in this battle that spanned 8 hours on Oct. 14, 1066; the artists
conveyed the gathering momentum of the battle", - "value": "$800", - "answer": "Hastings", - "round": "Jeopardy!", - "show_number": "5589", - "fullAnswer": "Hastings" - }, - { - "category": "SPOTTED CREATURES", - "air_date": "2008-12-18", - "question": "A popular pet, the leopard type of this lizard can be spotted in the picture seen here
", - "value": "$800", - "answer": "gecko", - "round": "Jeopardy!", - "show_number": "5589", - "fullAnswer": "a gecko" - }, { "category": "SHADES OF GRAY & WHITE", "air_date": "2008-12-18", @@ -333064,7 +315864,7 @@ "air_date": "2008-12-18", "question": "(Sarah of the Clue Crew delivers the clue from the Bayeux Cathedral in France.) \"Istimirant Stella\", meaning \"these men wonder at the star\", refers to this, visible in England in April 1066 & regarded as an ill omen", "value": "$1,000", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Jeopardy!", "show_number": "5589", "fullAnswer": "Halley\\'s Comet" @@ -333089,16 +315889,6 @@ "show_number": "5589", "fullAnswer": "Ivory Coast" }, - { - "category": "PLANET \"EARTH\"", - "air_date": "2008-12-18", - "question": "Title of the 16th century garden seen here", - "value": "$1000", - "answer": "Garden of Earthly Delights", - "round": "Jeopardy!", - "show_number": "5589", - "fullAnswer": "the Garden of Earthly Delights" - }, { "category": "LET'S GO TO SANTA", "air_date": "2008-12-18", @@ -333339,16 +316129,6 @@ "show_number": "5589", "fullAnswer": "a Namibia tibia" }, - { - "category": "LET'S GO TO SANTA", - "air_date": "2008-12-18", - "question": "This song heard here celebrates the area of the same name on the Bay of Naples", - "value": "$2000", - "answer": "Santa Lucia", - "round": "Double Jeopardy!", - "show_number": "5589", - "fullAnswer": "Santa Lucia" - }, { "category": "\"IN\" THE MOVIES", "air_date": "2008-12-18", @@ -333409,16 +316189,6 @@ "show_number": "5589", "fullAnswer": "Jefferson Davis" }, - { - "category": "HIS STORY", - "air_date": "2008-04-11", - "question": "He negotiated the Teamsters' first national contract before he mysteriously disappeared in 1975", - "value": "$200", - "answer": "Hoffa", - "round": "Jeopardy!", - "show_number": "5440", - "fullAnswer": "(Jimmy) Hoffa" - }, { "category": "PRO SPORTS TEAMS IN OTHER WORDS", "air_date": "2008-04-11", @@ -333739,26 +316509,6 @@ "show_number": "5440", "fullAnswer": "France" }, - { - "category": "HARRIET", - "air_date": "2008-04-11", - "question": "In 1978 she became the first African-American woman to appear on a U.S. postage stamp", - "value": "$400", - "answer": "Harriet Tubman", - "round": "Double Jeopardy!", - "show_number": "5440", - "fullAnswer": "Harriet Tubman" - }, - { - "category": "ALLITERATIVE AUTHORS", - "air_date": "2008-04-11", - "question": "A visit to India inspired his novel \"Siddhartha\", published in German in 1922", - "value": "$400", - "answer": "Hermann Hesse", - "round": "Double Jeopardy!", - "show_number": "5440", - "fullAnswer": "Hermann Hesse" - }, { "category": "CUT TO THE \"QUICK\"", "air_date": "2008-04-11", @@ -333869,16 +316619,6 @@ "show_number": "5440", "fullAnswer": "the English Channel" }, - { - "category": "ALLITERATIVE AUTHORS", - "air_date": "2008-04-11", - "question": "This Western author grew up listening to tales of his great-grandfather, who was scalped by the Sioux", - "value": "$1200", - "answer": "Louis L\\'Amour", - "round": "Double Jeopardy!", - "show_number": "5440", - "fullAnswer": "Louis L\\'Amour" - }, { "category": "CUT TO THE \"QUICK\"", "air_date": "2008-04-11", @@ -334314,7 +317054,7 @@ "air_date": "1999-05-05", "question": "They've proclaimed themselves the \"Official Spokescandies of the New Millennium\"", "value": "$200", - "answer": "M&M\\'s", + "answer": "M&M's", "round": "Double Jeopardy!", "show_number": "3388", "fullAnswer": "M&M\\'s" @@ -334474,7 +317214,7 @@ "air_date": "1999-05-05", "question": "In the 1990s this candy brand introduced crunchy cookie cups, sticks & bits for baking", "value": "$800", - "answer": "Reese\\'s", + "answer": "Reese's", "round": "Double Jeopardy!", "show_number": "3388", "fullAnswer": "Reese\\'s" @@ -334564,7 +317304,7 @@ "air_date": "1999-05-05", "question": "A war described in this 1726 novel began over an argument about how to crack open an egg", "value": null, - "answer": "\\Gulliver\\'s Travels\\", + "answer": "Gulliver's Travels", "round": "Final Jeopardy!", "show_number": "3388", "fullAnswer": "\\\"Gulliver\\'s Travels\\\"" @@ -335084,7 +317824,7 @@ "air_date": "2001-04-11", "question": "Liquor brand that's integral to the sweet potato pudding at Miss Mary Bobo's Boarding House in Lynchburg, Tenn.", "value": "$1,500", - "answer": "Jack Daniel\\'s", + "answer": "Jack Daniel's", "round": "Double Jeopardy!", "show_number": "3833", "fullAnswer": "Jack Daniel\\'s" @@ -335189,16 +317929,6 @@ "show_number": "6148", "fullAnswer": "Thoreau" }, - { - "category": "CELEBRITIES IN HIGH SCHOOL", - "air_date": "2011-05-11", - "question": "No big shock--he's the radio personality seen here in his senior year", - "value": "$200", - "answer": "Howard Stern", - "round": "Jeopardy!", - "show_number": "6148", - "fullAnswer": "Howard Stern" - }, { "category": "JINGLES ALL THE WAY", "air_date": "2011-05-11", @@ -335249,16 +317979,6 @@ "show_number": "6148", "fullAnswer": "Interior" }, - { - "category": "CELEBRITIES IN HIGH SCHOOL", - "air_date": "2011-05-11", - "question": "She's the future Oscar winner seen here in her senior year", - "value": "$400", - "answer": "Meryl Streep", - "round": "Jeopardy!", - "show_number": "6148", - "fullAnswer": "Meryl Streep" - }, { "category": "JINGLES ALL THE WAY", "air_date": "2011-05-11", @@ -335309,16 +318029,6 @@ "show_number": "6148", "fullAnswer": "Mexico" }, - { - "category": "CELEBRITIES IN HIGH SCHOOL", - "air_date": "2011-05-11", - "question": "Had he bragged to fellow students that he was going to be an American rock idol, they might have said \"Dream On\"", - "value": "$600", - "answer": "Tyler", - "round": "Jeopardy!", - "show_number": "6148", - "fullAnswer": "(Steven) Tyler" - }, { "category": "JINGLES ALL THE WAY", "air_date": "2011-05-11", @@ -335369,16 +318079,6 @@ "show_number": "6148", "fullAnswer": "(Joseph) Smith" }, - { - "category": "CELEBRITIES IN HIGH SCHOOL", - "air_date": "2011-05-11", - "question": "This actor, whose earliest ambition was to become President, still entertains thoughts of a political run", - "value": "$800", - "answer": "Alec Baldwin", - "round": "Jeopardy!", - "show_number": "6148", - "fullAnswer": "Alec Baldwin" - }, { "category": "JINGLES ALL THE WAY", "air_date": "2011-05-11", @@ -335429,22 +318129,12 @@ "show_number": "6148", "fullAnswer": "(John Jacob) Astor" }, - { - "category": "CELEBRITIES IN HIGH SCHOOL", - "air_date": "2011-05-11", - "question": "We're happy to \"report\" that this young pundit, seen here, was voted wittiest student", - "value": "$1000", - "answer": "Stephen Colbert", - "round": "Jeopardy!", - "show_number": "6148", - "fullAnswer": "Stephen Colbert" - }, { "category": "JINGLES ALL THE WAY", "air_date": "2011-05-11", "question": "\"I want my baby back baby back baby back... baby back ribs\" from this place", "value": "$1000", - "answer": "Chili\\'s", + "answer": "Chili's", "round": "Jeopardy!", "show_number": "6148", "fullAnswer": "Chili\\'s" @@ -335594,7 +318284,7 @@ "air_date": "2011-05-11", "question": "I'm asking nicely:
VIOLA'S TULIPS", "value": "$800", - "answer": "s\\'il vous plait", + "answer": "s'il vous plait", "round": "Double Jeopardy!", "show_number": "6148", "fullAnswer": "s\\'il vous plait" @@ -335619,16 +318309,6 @@ "show_number": "6148", "fullAnswer": "Little House on the Prairie" }, - { - "category": "THE EYES HAVE IT", - "air_date": "2011-05-11", - "question": "(Jimmy of the Clue Crew shows an anatomical animation on the monitor.) To allow your eyes to see clearly at varying distances, fibers called the zonules of Zinn change the shape of this eye part that focuses light onto the retina", - "value": "$1200", - "answer": "lens", - "round": "Double Jeopardy!", - "show_number": "6148", - "fullAnswer": "the lens" - }, { "category": "LOST PARENT-TEACHER CONFERENCES?", "air_date": "2011-05-11", @@ -335859,16 +318539,6 @@ "show_number": "3441", "fullAnswer": "Texas Rangers" }, - { - "category": "SIMPLY SIMON", - "air_date": "1999-07-19", - "question": "simonsays.com is the web address of this publishing company founded in 1924", - "value": "$200", - "answer": "Simon and Schuster", - "round": "Jeopardy!", - "show_number": "3441", - "fullAnswer": "Simon and Schuster" - }, { "category": "OLD MEDICINE TERMS", "air_date": "1999-07-19", @@ -336184,7 +318854,7 @@ "air_date": "1999-07-19", "question": "Best known for her images of the Southwest, she was born in Wisconsin in November 1887", "value": "$200", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Double Jeopardy!", "show_number": "3441", "fullAnswer": "Georgia O\\'Keeffe" @@ -336719,16 +319389,6 @@ "show_number": "6112", "fullAnswer": "The Smashing Pumpkins" }, - { - "category": "FLOWERS", - "air_date": "2011-03-22", - "question": "It's noted for the size & color of its autumnal flowers", - "value": "$400", - "answer": "chrysanthemum", - "round": "Double Jeopardy!", - "show_number": "6112", - "fullAnswer": "a chrysanthemum" - }, { "category": "A COMPLETE FISCAL EXAM", "air_date": "2011-03-22", @@ -336839,16 +319499,6 @@ "show_number": "6112", "fullAnswer": "Fiona Apple" }, - { - "category": "FLOWERS", - "air_date": "2011-03-22", - "question": "Oh, the vanity-- these flowers represent egotism, as their mythological name indicates", - "value": "$1200", - "answer": "Narcissus flowers", - "round": "Double Jeopardy!", - "show_number": "6112", - "fullAnswer": "Narcissus flowers" - }, { "category": "A COMPLETE FISCAL EXAM", "air_date": "2011-03-22", @@ -336904,21 +319554,11 @@ "air_date": "2011-03-22", "question": "The moccasin flower is also known by this other shoe name", "value": "$1600", - "answer": "lady\\'s slipper", + "answer": "lady's slipper", "round": "Double Jeopardy!", "show_number": "6112", "fullAnswer": "the lady\\'s slipper" }, - { - "category": "A COMPLETE FISCAL EXAM", - "air_date": "2011-03-22", - "question": "(Sarah of the Clue Crew shows a chart on the monitor.) The Phillips curve shows that when unemployment is reduced, as by expansionary fiscal policy, the level of this economic threat rises correspondingly", - "value": "$3,000", - "answer": "inflation", - "round": "Double Jeopardy!", - "show_number": "6112", - "fullAnswer": "inflation" - }, { "category": "THE SUNSHINE STATE", "air_date": "2011-03-22", @@ -336934,7 +319574,7 @@ "air_date": "2011-03-22", "question": "This Shakespeare play was published in quarto form in 1598", "value": "$1600", - "answer": "Love\\'s Labour\\'s Lost", + "answer": "Love's Labour's Lost", "round": "Double Jeopardy!", "show_number": "6112", "fullAnswer": "Love\\'s Labour\\'s Lost" @@ -336959,16 +319599,6 @@ "show_number": "6112", "fullAnswer": "Strawberry Alarm Clock" }, - { - "category": "FLOWERS", - "air_date": "2011-03-22", - "question": "Rise & shine & sing out the name of this flower that often blooms early in the day", - "value": "$2000", - "answer": "morning glory", - "round": "Double Jeopardy!", - "show_number": "6112", - "fullAnswer": "morning glory" - }, { "category": "A COMPLETE FISCAL EXAM", "air_date": "2011-03-22", @@ -337474,7 +320104,7 @@ "air_date": "2002-11-18", "question": "This expression got reversed from its original version, which meant that once you consume dessert, it's gone", "value": "$1200", - "answer": "you can\\'t have your cake and eat it too", + "answer": "you can't have your cake and eat it too", "round": "Double Jeopardy!", "show_number": "4191", "fullAnswer": "you can\\'t have your cake and eat it too" @@ -337669,16 +320299,6 @@ "show_number": "3984", "fullAnswer": "a cough drop" }, - { - "category": "CHRISTMAS POTPOURRI", - "air_date": "2001-12-20", - "question": "(Cheryl of the Clue Crew delivers the clue.) The Christmas tune I'm about to sing is based on this song that may have been written by Henry VIII:

\"What child is this, who laid to rest on Mary's lap is sleeping?\"", - "value": "$400", - "answer": "Greensleeves", - "round": "Jeopardy!", - "show_number": "3984", - "fullAnswer": "\"Greensleeves\"" - }, { "category": "1995", "air_date": "2001-12-20", @@ -337709,16 +320329,6 @@ "show_number": "3984", "fullAnswer": "Tokyo" }, - { - "category": "A \"C.D.\" CATEGORY", - "air_date": "2001-12-20", - "question": "(Cheryl of the Clue Crew delivers the clue.) This is the spicy treat that fits the category", - "value": "$400", - "answer": "chili dog", - "round": "Jeopardy!", - "show_number": "3984", - "fullAnswer": "a chili dog" - }, { "category": "CHRISTMAS POTPOURRI", "air_date": "2001-12-20", @@ -337779,16 +320389,6 @@ "show_number": "3984", "fullAnswer": "Crocodile Dundee" }, - { - "category": "CHRISTMAS POTPOURRI", - "air_date": "2001-12-20", - "question": "(Cheryl of the Clue Crew delivers the clue.) It's the familiar Latin title of the following song:

\"O come all ye faithful, joyful and triumphant / O come ye, O come ye, to Bethlehem\"", - "value": "$800", - "answer": "Adeste Fideles", - "round": "Jeopardy!", - "show_number": "3984", - "fullAnswer": "\"Adeste Fideles\"" - }, { "category": "1995", "air_date": "2001-12-20", @@ -337994,7 +320594,7 @@ "air_date": "2001-12-20", "question": "He was a writer & supervising producer for \"The Simpsons\" before hosting his own late-night talk show", "value": "$800", - "answer": "Conan O\\'Brien", + "answer": "Conan O'Brien", "round": "Double Jeopardy!", "show_number": "3984", "fullAnswer": "Conan O\\'Brien" @@ -338009,16 +320609,6 @@ "show_number": "3984", "fullAnswer": "an ant" }, - { - "category": "U.S. PRESIDENTS", - "air_date": "2001-12-20", - "question": "(Sofia of the Clue Crew delivers the clue from the Waldorf Astoria.) A circle of five stars marks the doorway of the suite that this U.S. president once lived in", - "value": "$1,500", - "answer": "Eisenhower", - "round": "Double Jeopardy!", - "show_number": "3984", - "fullAnswer": "Eisenhower" - }, { "category": "SHAKESPEARE", "air_date": "2001-12-20", @@ -338034,7 +320624,7 @@ "air_date": "2001-12-20", "question": "This cathedral is the seat of the archbishop of New York City", "value": "$1200", - "answer": "St. Patrick\\'s", + "answer": "St. Patrick's", "round": "Double Jeopardy!", "show_number": "3984", "fullAnswer": "St. Patrick\\'s" @@ -338049,16 +320639,6 @@ "show_number": "3984", "fullAnswer": "forks" }, - { - "category": "TV TALK SHOW HOSTS", - "air_date": "2001-12-20", - "question": "She's the co-host of \"The View\" seen here", - "value": "$1200", - "answer": "Star Jones", - "round": "Double Jeopardy!", - "show_number": "3984", - "fullAnswer": "Star Jones" - }, { "category": "A SEEDY CATEGORY", "air_date": "2001-12-20", @@ -338129,16 +320709,6 @@ "show_number": "3984", "fullAnswer": "oil seeds" }, - { - "category": "U.S. PRESIDENTS", - "air_date": "2001-12-20", - "question": "Before becoming president, he was a professor at Harvard", - "value": "$2000", - "answer": "John Quincy Adams", - "round": "Double Jeopardy!", - "show_number": "3984", - "fullAnswer": "John Quincy Adams" - }, { "category": "SHAKESPEARE", "air_date": "2001-12-20", @@ -338374,7 +320944,7 @@ "air_date": "1998-10-14", "question": "Something very rare is \"as scarce as\" these poultry features (that don't exist)", "value": "$300", - "answer": "hen\\'s teeth", + "answer": "hen's teeth", "round": "Jeopardy!", "show_number": "3243", "fullAnswer": "hen\\'s teeth" @@ -338434,7 +321004,7 @@ "air_date": "1998-10-14", "question": "It's the kind of broad view that reminds us of frozen food guy Clarence", "value": "$400", - "answer": "bird\\'s-eye view", + "answer": "bird's-eye view", "round": "Jeopardy!", "show_number": "3243", "fullAnswer": "a bird\\'s-eye view" @@ -338449,16 +321019,6 @@ "show_number": "3243", "fullAnswer": "Ferdi Grofe" }, - { - "category": "COLORS IN NATURE", - "air_date": "1998-10-14", - "question": "Colorful name of the evergreen seen here", - "value": "$500", - "answer": "blue spruce", - "round": "Jeopardy!", - "show_number": "3243", - "fullAnswer": "the blue spruce" - }, { "category": "REALLY OLD HISTORY", "air_date": "1998-10-14", @@ -339049,16 +321609,6 @@ "show_number": "5668", "fullAnswer": "(Thomas) Dewey" }, - { - "category": "THIS WILL SLAY YOU", - "air_date": "2009-04-08", - "question": "(Alex reports from a swordsmith shop in Tokyo, Japan.) The sword maker must be careful to get the proper amount of this element in his steel to ensure proper hardness; too much of it, however, & the sword becomes brittle", - "value": "$1000", - "answer": "carbon", - "round": "Jeopardy!", - "show_number": "5668", - "fullAnswer": "carbon" - }, { "category": "IT'S A COUNTRY THING", "air_date": "2009-04-08", @@ -339159,16 +321709,6 @@ "show_number": "5668", "fullAnswer": "(Gregor) Mendel" }, - { - "category": "18th CENTURY AMERICA", - "air_date": "2009-04-08", - "question": "(Jon of the Clue Crew reports from the Capitol Building in Williamsburg, VA.) In April of 1781, this general, an American traitor, helped British forces seize Williamsburg & raise the English flag over the capitol", - "value": "$800", - "answer": "Benedict Arnold", - "round": "Double Jeopardy!", - "show_number": "5668", - "fullAnswer": "Benedict Arnold" - }, { "category": "PRO CHEERLEADER SQUADS", "air_date": "2009-04-08", @@ -339259,16 +321799,6 @@ "show_number": "5668", "fullAnswer": "Edna St. Vincent Millay" }, - { - "category": "THE NEW YORK TIMES: TRAVEL", - "air_date": "2009-04-08", - "question": "At nytimes.com you can see a slide show of some of the hot spots to visit in this largest city in the UAE", - "value": "$1200", - "answer": "Dubai", - "round": "Double Jeopardy!", - "show_number": "5668", - "fullAnswer": "Dubai" - }, { "category": "\"MEN\" AT WORK", "air_date": "2009-04-08", @@ -339279,16 +321809,6 @@ "show_number": "5668", "fullAnswer": "(Gian Carlo) Menotti" }, - { - "category": "18th CENTURY AMERICA", - "air_date": "2009-04-08", - "question": "(Jon of the Clue Crew reports from Monitcello, Virginia.) Until the early 1790s, this was Monticello's main cash crop, the cultivation of which Jefferson called \"productive of infinite wretchedness\"", - "value": "$1600", - "answer": "tobacco", - "round": "Double Jeopardy!", - "show_number": "5668", - "fullAnswer": "tobacco" - }, { "category": "PRO CHEERLEADER SQUADS", "air_date": "2009-04-08", @@ -339379,26 +321899,6 @@ "show_number": "5668", "fullAnswer": "Dante Gabriel Rossetti" }, - { - "category": "THE NEW YORK TIMES: TRAVEL", - "air_date": "2009-04-08", - "question": "For a cheaper stay on this Caribbean island nytimes.com says head to Pointe du Bout instead of Fort-de-France", - "value": "$2000", - "answer": "Martinique", - "round": "Double Jeopardy!", - "show_number": "5668", - "fullAnswer": "Martinique" - }, - { - "category": "\"MEN\" AT WORK", - "air_date": "2009-04-08", - "question": "Yee-haw! He's the musician seen here, fiddlin' around", - "value": "$2000", - "answer": "Sir Yehudi Menuhin", - "round": "Double Jeopardy!", - "show_number": "5668", - "fullAnswer": "Sir Yehudi Menuhin" - }, { "category": "FILM QUOTES", "air_date": "2009-04-08", @@ -339839,16 +322339,6 @@ "show_number": "1985", "fullAnswer": "Jupiter" }, - { - "category": "THE MIDDLE EAST", - "air_date": "1993-04-02", - "question": "Country whose currency is seen here:", - "value": "$1,800", - "answer": "Iraq", - "round": "Double Jeopardy!", - "show_number": "1985", - "fullAnswer": "Iraq" - }, { "category": "ARTISTS", "air_date": "1993-04-02", @@ -340044,7 +322534,7 @@ "air_date": "1998-05-28", "question": "Bob Dylan & Dion were the only 2 other rock singers on the cover of this 1967 Beatles album", "value": "$100", - "answer": "Sgt. Pepper\\'s Lonely Hearts Club Band", + "answer": "Sgt. Pepper's Lonely Hearts Club Band", "round": "Jeopardy!", "show_number": "3179", "fullAnswer": "Sgt. Pepper\\'s Lonely Hearts Club Band" @@ -340159,16 +322649,6 @@ "show_number": "3179", "fullAnswer": "Dr. Dolittle" }, - { - "category": "'60s ROCK", - "air_date": "1998-05-28", - "question": "In 1961 Del Shannon had his only No. 1 hit with this song heard here:

\"I wonder...\"", - "value": "$500", - "answer": "Runaway", - "round": "Jeopardy!", - "show_number": "3179", - "fullAnswer": "\"Runaway\"" - }, { "category": "TOP O' THE WORLD, MA!", "air_date": "1998-05-28", @@ -340324,7 +322804,7 @@ "air_date": "1998-05-28", "question": "Alexander Portnoy", "value": "$200", - "answer": "Portnoy\\'s Complaint", + "answer": "Portnoy's Complaint", "round": "Double Jeopardy!", "show_number": "3179", "fullAnswer": "Portnoy\\'s Complaint" @@ -340344,7 +322824,7 @@ "air_date": "1998-05-28", "question": "Show that gave us the catch phrases \"You bet your bippy\" & \"Here come de judge\"", "value": "$200", - "answer": "Rowan & Martin\\'s Laugh-In", + "answer": "Rowan & Martin's Laugh-In", "round": "Double Jeopardy!", "show_number": "3179", "fullAnswer": "Rowan & Martin\\'s Laugh-In" @@ -340784,7 +323264,7 @@ "air_date": "2007-12-24", "question": "\"What this week needs is a lot more sundaes\" was one of Hershey's first ad slogans, for this product", "value": "$600", - "answer": "Hershey\\'s Syrup", + "answer": "Hershey's Syrup", "round": "Jeopardy!", "show_number": "5361", "fullAnswer": "Hershey\\'s Syrup" @@ -340839,16 +323319,6 @@ "show_number": "5361", "fullAnswer": "Italy" }, - { - "category": "HERSHEY'S", - "air_date": "2007-12-24", - "question": "(Jon of the Clue Crew holds some chocolate at the Hershey's Museum in Hershey, PA.) As well as the K type, World War II G.I.s got Hershey's D type of this; in 1945 the company was producing 24 million a week", - "value": "$800", - "answer": "rations", - "round": "Jeopardy!", - "show_number": "5361", - "fullAnswer": "rations" - }, { "category": "LITERARY PETS", "air_date": "2007-12-24", @@ -341069,16 +323539,6 @@ "show_number": "5361", "fullAnswer": "Holiday Inn" }, - { - "category": "STATE YOUR CASE", - "air_date": "2007-12-24", - "question": "Seen here, it's known as \"the Crossroads of America\"", - "value": "$1200", - "answer": "Indiana", - "round": "Double Jeopardy!", - "show_number": "5361", - "fullAnswer": "Indiana" - }, { "category": "COMMON BONDS", "air_date": "2007-12-24", @@ -341309,16 +323769,6 @@ "show_number": "5904", "fullAnswer": "liver" }, - { - "category": "GREASE", - "air_date": "2010-04-22", - "question": "Every March brings the national day named for this sometimes-greasy treat", - "value": "$400", - "answer": "corndog", - "round": "Jeopardy!", - "show_number": "5904", - "fullAnswer": "a corndog" - }, { "category": "\"FACE\"/\"OFF\"", "air_date": "2010-04-22", @@ -341429,16 +323879,6 @@ "show_number": "5904", "fullAnswer": "(John Foster) Dulles" }, - { - "category": "GREASE", - "air_date": "2010-04-22", - "question": "The photo here will settle this breakfast dish", - "value": "$800", - "answer": "hash browns", - "round": "Jeopardy!", - "show_number": "5904", - "fullAnswer": "hash browns" - }, { "category": "\"FACE\"/\"OFF\"", "air_date": "2010-04-22", @@ -341544,21 +323984,11 @@ "air_date": "2010-04-22", "question": "On Jan. 22, 2010 this late night host said goodbye to NBC after 17 years on the network", "value": "$400", - "answer": "Conan O\\'Brien", + "answer": "Conan O'Brien", "round": "Double Jeopardy!", "show_number": "5904", "fullAnswer": "Conan O\\'Brien" }, - { - "category": "COUNTRY ADD A LETTER", - "air_date": "2010-04-22", - "question": "(Kelly of the Clue Crew points to a map on the monitor.) Add a letter to the country shown here & you get this painful wrenching of the ligaments around a joint", - "value": "$400", - "answer": "sprain ", - "round": "Double Jeopardy!", - "show_number": "5904", - "fullAnswer": "a sprain (for Spain)" - }, { "category": "LITERARY CHARACTERS", "air_date": "2010-04-22", @@ -341579,16 +324009,6 @@ "show_number": "5904", "fullAnswer": "Ozzie Nelson Mandela" }, - { - "category": "THE COMPOSER CONDUCTS", - "air_date": "2010-04-22", - "question": "That's this man leading the band in \"The Stars and Stripes Forever\" for president Hoover", - "value": "$800", - "answer": "Sousa", - "round": "Double Jeopardy!", - "show_number": "5904", - "fullAnswer": "(John Philip) Sousa" - }, { "category": "TV", "air_date": "2010-04-22", @@ -341599,16 +324019,6 @@ "show_number": "5904", "fullAnswer": "John Madden" }, - { - "category": "COUNTRY ADD A LETTER", - "air_date": "2010-04-22", - "question": "(Jimmy of the Clue Crew points to a map on the monitor.) Add a letter to the country highlighted here & you'll get this acronym for a device usable offshore", - "value": "$800", - "answer": "scuba ", - "round": "Double Jeopardy!", - "show_number": "5904", - "fullAnswer": "scuba (for Cuba)" - }, { "category": "LITERARY CHARACTERS", "air_date": "2010-04-22", @@ -341639,16 +324049,6 @@ "show_number": "5904", "fullAnswer": "(Alan) Colmes" }, - { - "category": "COUNTRY ADD A LETTER", - "air_date": "2010-04-22", - "question": "(Kelly of the Clue Crew points to a map on the monitor.) Add a letter to the country in red & you get this word for a female", - "value": "$2,000", - "answer": "woman ", - "round": "Double Jeopardy!", - "show_number": "5904", - "fullAnswer": "a woman (for Oman)" - }, { "category": "PERKIN' UP", "air_date": "2010-04-22", @@ -341699,16 +324099,6 @@ "show_number": "5904", "fullAnswer": "Adult Swim" }, - { - "category": "COUNTRY ADD A LETTER", - "air_date": "2010-04-22", - "question": "(Jimmy of the Clue Crew points to a map on the monitor.) Add a letter to the country shown here & you get this word describing a fully equipped business opportunity", - "value": "$1600", - "answer": "turnkey ", - "round": "Double Jeopardy!", - "show_number": "5904", - "fullAnswer": "a turnkey (for Turkey)" - }, { "category": "PERKIN' UP", "air_date": "2010-04-22", @@ -341759,16 +324149,6 @@ "show_number": "5904", "fullAnswer": "True Blood" }, - { - "category": "COUNTRY ADD A LETTER", - "air_date": "2010-04-22", - "question": "(Kelly of the Clue Crew points to a map on the monitor.) Add a letter to the country that's highlighted & you get this word meaning \"harmless\"", - "value": "$2000", - "answer": "benign ", - "round": "Double Jeopardy!", - "show_number": "5904", - "fullAnswer": "benign (for Benin)" - }, { "category": "PERKIN' UP", "air_date": "2010-04-22", @@ -341824,7 +324204,7 @@ "air_date": "2010-04-01", "question": "Divorcee Jane, having an affair with her ex, Jake, played by Alec Baldwin", "value": "$200", - "answer": "It\\'s Complicated", + "answer": "It's Complicated", "round": "Jeopardy!", "show_number": "5889", "fullAnswer": "It\\'s Complicated" @@ -341834,7 +324214,7 @@ "air_date": "2010-04-01", "question": "This candy melts in your mouth, not in your hand & puts money into Kyle Busch's No. 18", "value": "$200", - "answer": "M&M\\'s", + "answer": "M&M's", "round": "Jeopardy!", "show_number": "5889", "fullAnswer": "M&M\\'s" @@ -341954,7 +324334,7 @@ "air_date": "2010-04-01", "question": "When it comes to sponsorships, No. 43, Reed Sorenson, asks for supersize from this fast food chain", "value": "$600", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "5889", "fullAnswer": "McDonald\\'s" @@ -342074,21 +324454,11 @@ "air_date": "2010-04-01", "question": "This home improvement store tells Jimmie Johnson's 48 crew, \"let's build something together\"", "value": "$1000", - "answer": "Lowe\\'s", + "answer": "Lowe's", "round": "Jeopardy!", "show_number": "5889", "fullAnswer": "Lowe\\'s" }, - { - "category": "CITY & STATUE", - "air_date": "2010-04-01", - "question": "18th-century hero
Colonel William Prescott seen here
in a state capital", - "value": "$1000", - "answer": "Boston", - "round": "Jeopardy!", - "show_number": "5889", - "fullAnswer": "Boston" - }, { "category": "APRIL FOOL!", "air_date": "2010-04-01", @@ -342149,16 +324519,6 @@ "show_number": "5889", "fullAnswer": "wavelength" }, - { - "category": "NATIONAL GEOGRAPHIC WATER", - "air_date": "2010-04-01", - "question": "When ailing, Hindus bathe in this, India's most sacred river; and once dead, their ashes
are scattered therein", - "value": "$400", - "answer": "Ganges", - "round": "Double Jeopardy!", - "show_number": "5889", - "fullAnswer": "the Ganges" - }, { "category": "WHO PLAYED 'EM ON TV?", "air_date": "2010-04-01", @@ -342269,16 +324629,6 @@ "show_number": "5889", "fullAnswer": "wherefore" }, - { - "category": "NATIONAL GEOGRAPHIC WATER", - "air_date": "2010-04-01", - "question": "Low snowpacks & multiyear drought have reduced Lake Shasta, in this California range, to a remnant of its former self", - "value": "$1200", - "answer": "Sierra Nevada", - "round": "Double Jeopardy!", - "show_number": "5889", - "fullAnswer": "the Sierra Nevada" - }, { "category": "WHO PLAYED 'EM ON TV?", "air_date": "2010-04-01", @@ -342389,16 +324739,6 @@ "show_number": "5889", "fullAnswer": "the weft" }, - { - "category": "NATIONAL GEOGRAPHIC WATER", - "air_date": "2010-04-01", - "question": "Thought to lead
to the underworld,
sinkholes like the one
on this peninsula
were the site
of Mayan sacrifices", - "value": "$2000", - "answer": "Yucatan", - "round": "Double Jeopardy!", - "show_number": "5889", - "fullAnswer": "the Yucatan" - }, { "category": "WHO PLAYED 'EM ON TV?", "air_date": "2010-04-01", @@ -342559,16 +324899,6 @@ "show_number": "3066", "fullAnswer": "the Concorde" }, - { - "category": "SONGS OF THE '60s", - "air_date": "1997-12-22", - "question": "(Hi, I'm Al Roker.) As a weatherman, you might see me predicting this 1963 Martha & The Vandellas hit", - "value": "$500", - "answer": "Heat Wave", - "round": "Jeopardy!", - "show_number": "3066", - "fullAnswer": "\"Heat Wave\"" - }, { "category": "THE CIVIL WAR", "air_date": "1997-12-22", @@ -343399,16 +325729,6 @@ "show_number": "58", "fullAnswer": "lyric poetry" }, - { - "category": "TRAINS", - "air_date": "1984-11-28", - "question": "Name of the nocturnal express this prisoner was waiting for", - "value": "$1,000", - "answer": "Midnight Special", - "round": "Double Jeopardy!", - "show_number": "58", - "fullAnswer": "the Midnight Special" - }, { "category": "SCIENCE", "air_date": "1984-11-28", @@ -343784,7 +326104,7 @@ "air_date": "1998-01-22", "question": "Broadcaster Red Barber popularized \"Sitting in\" this seat as an equivalent of \"sitting pretty\"", "value": "$500", - "answer": "catbird\\'s seat", + "answer": "catbird's seat", "round": "Jeopardy!", "show_number": "3089", "fullAnswer": "The catbird\\'s seat" @@ -344474,7 +326794,7 @@ "air_date": "2000-10-18", "question": "17th C. composer Frescobaldi was organist at this Rome basilica for about 30 years -- pretty good gig", "value": "$400", - "answer": "St. Peter\\'s Basilica", + "answer": "St. Peter's Basilica", "round": "Double Jeopardy!", "show_number": "3708", "fullAnswer": "St. Peter\\'s Basilica" @@ -344899,16 +327219,6 @@ "show_number": "5478", "fullAnswer": "Captain Bligh" }, - { - "category": "CELEBRITY LIVES", - "air_date": "2008-06-04", - "question": "(Sarah of the Clue Crew reports from Machu Picchu, Peru.) In her book \"Out On A Limb\", this actress visits the Peruvian Andes, where she learns about astral projection & that she is all the people she has ever lived", - "value": "$800", - "answer": "Shirley MacLaine", - "round": "Jeopardy!", - "show_number": "5478", - "fullAnswer": "Shirley MacLaine" - }, { "category": "COMMON BONDS", "air_date": "2008-06-04", @@ -345059,16 +327369,6 @@ "show_number": "5478", "fullAnswer": "(Robbie) Burns" }, - { - "category": "ANIMATION THAT'S A PUZZLE", - "air_date": "2008-06-04", - "question": "It was a '90s game show", - "value": "$400", - "answer": "Shop \\'Til You Drop", - "round": "Double Jeopardy!", - "show_number": "5478", - "fullAnswer": "Shop \\'Til You Drop" - }, { "category": "SAMURAI WARRIOR", "air_date": "2008-06-04", @@ -345119,16 +327419,6 @@ "show_number": "5478", "fullAnswer": "John Donne" }, - { - "category": "ANIMATION THAT'S A PUZZLE", - "air_date": "2008-06-04", - "question": "You might have this after a disagreement", - "value": "$800", - "answer": "parting of the ways", - "round": "Double Jeopardy!", - "show_number": "5478", - "fullAnswer": "a parting of the ways" - }, { "category": "SAMURAI WARRIOR", "air_date": "2008-06-04", @@ -345179,16 +327469,6 @@ "show_number": "5478", "fullAnswer": "(Edmund) Spenser" }, - { - "category": "ANIMATION THAT'S A PUZZLE", - "air_date": "2008-06-04", - "question": "You might say this to a friend you haven't spoken to in a while", - "value": "$1200", - "answer": "long time, no see", - "round": "Double Jeopardy!", - "show_number": "5478", - "fullAnswer": "long time, no see" - }, { "category": "SAMURAI WARRIOR", "air_date": "2008-06-04", @@ -345239,16 +327519,6 @@ "show_number": "5478", "fullAnswer": "(Samuel Taylor) Coleridge" }, - { - "category": "ANIMATION THAT'S A PUZZLE", - "air_date": "2008-06-04", - "question": "People might get hypnic jerks when doing this", - "value": "$1600", - "answer": "fall asleep", - "round": "Double Jeopardy!", - "show_number": "5478", - "fullAnswer": "fall asleep" - }, { "category": "SAMURAI WARRIOR", "air_date": "2008-06-04", @@ -345299,16 +327569,6 @@ "show_number": "5478", "fullAnswer": "(William) Blake" }, - { - "category": "ANIMATION THAT'S A PUZZLE", - "air_date": "2008-06-04", - "question": "Robin Hood's creed", - "value": "$2000", - "answer": "take from the rich, give to the poor", - "round": "Double Jeopardy!", - "show_number": "5478", - "fullAnswer": "take from the rich, give to the poor" - }, { "category": "ENTERTAINERS", "air_date": "2008-06-04", @@ -345399,16 +327659,6 @@ "show_number": "4654", "fullAnswer": "Eddie Murphy" }, - { - "category": "A DATE WITH HISTORY", - "air_date": "2004-11-25", - "question": "(I'm Aaron Brown of CNN.) One of my first on-air assignments for CNN was on this fateful date, reporting from a rooftop vantage point", - "value": "$400", - "answer": "September 11, 2001", - "round": "Jeopardy!", - "show_number": "4654", - "fullAnswer": "September 11, 2001" - }, { "category": "DOUBLE DOWN", "air_date": "2004-11-25", @@ -345504,7 +327754,7 @@ "air_date": "2004-11-25", "question": "She was an Ariz. State Senator in 1970; Ronald Reagan arranged an \"appointment\" with history for her in 1981", "value": "$800", - "answer": "Sandra Day O\\'Connor", + "answer": "Sandra Day O'Connor", "round": "Jeopardy!", "show_number": "4654", "fullAnswer": "Sandra Day O\\'Connor" @@ -345924,7 +328174,7 @@ "air_date": "2004-11-25", "question": "Teddy Roosevelt used this boxing phrase to announce his 1912 candidacy & said, \"The fight is on & I'm stripped to the buff\"", "value": null, - "answer": "\\Throw a hat in the ring\\", + "answer": "Throw a hat in the ring", "round": "Final Jeopardy!", "show_number": "4654", "fullAnswer": "\\\"Throw a hat in the ring\\\"" @@ -346114,7 +328364,7 @@ "air_date": "1997-06-18", "question": "When the U.S. went dry, the owner of this Lynchburg distillery became a mule trader", "value": "$400", - "answer": "Jack Daniel\\'s", + "answer": "Jack Daniel's", "round": "Jeopardy!", "show_number": "2963", "fullAnswer": "Jack Daniel\\'s" @@ -346934,7 +329184,7 @@ "air_date": "1998-09-08", "question": "This 1952 Gene Kelly film is on at 8 o'clock; it's 102 minutes; Gene Kelly on at 8 o'clock; 102 minutes", "value": "$400", - "answer": "Singin\\' In The Rain Man", + "answer": "Singin' In The Rain Man", "round": "Double Jeopardy!", "show_number": "3217", "fullAnswer": "\"Singin\\' In The Rain Man\"" @@ -347014,7 +329264,7 @@ "air_date": "1998-09-08", "question": "According to Merriam-Webster, it's \"a state of fatuous complacency based on unreal conditions\"", "value": "$600", - "answer": "Fool\\'s Paradise", + "answer": "Fool's Paradise", "round": "Double Jeopardy!", "show_number": "3217", "fullAnswer": "\"Fool\\'s Paradise\"" @@ -347134,7 +329384,7 @@ "air_date": "1998-09-08", "question": "This word for paper about 13 X 16 inches comes from the watermark once seen on it", "value": "$1000", - "answer": "Fool\\'s cap", + "answer": "Fool's cap", "round": "Double Jeopardy!", "show_number": "3217", "fullAnswer": "Fool\\'s cap" @@ -347184,7 +329434,7 @@ "air_date": "2000-09-05", "question": "Jack, Chrissy & Janet shared a Santa Monica apartment on this sitcom", "value": "$100", - "answer": "Three\\'s Company", + "answer": "Three's Company", "round": "Jeopardy!", "show_number": "3677", "fullAnswer": "Three\\'s Company" @@ -347889,16 +330139,6 @@ "show_number": "5744", "fullAnswer": "the Riddler" }, - { - "category": "DANSWERS", - "air_date": "2009-07-23", - "question": "It's the drum seen here", - "value": "$600", - "answer": "conga", - "round": "Jeopardy!", - "show_number": "5744", - "fullAnswer": "a conga" - }, { "category": "QUOTATIONS FROM BARTLETT'S", "air_date": "2009-07-23", @@ -348079,16 +330319,6 @@ "show_number": "5744", "fullAnswer": "pens" }, - { - "category": "WE'RE OFF TO SEE THE LIZARD", - "air_date": "2009-07-23", - "question": "He's the color-changing fellow seen here", - "value": "$400", - "answer": "chameleon", - "round": "Double Jeopardy!", - "show_number": "5744", - "fullAnswer": "a chameleon" - }, { "category": "FIRST & LAST NAME, PLEASE", "air_date": "2009-07-23", @@ -348139,16 +330369,6 @@ "show_number": "5744", "fullAnswer": "Disney" }, - { - "category": "WE'RE OFF TO SEE THE LIZARD", - "air_date": "2009-07-23", - "question": "Can the lizard change its spots? Not if it's this feline variety", - "value": "$800", - "answer": "leopard lizard", - "round": "Double Jeopardy!", - "show_number": "5744", - "fullAnswer": "a leopard lizard" - }, { "category": "FIRST & LAST NAME, PLEASE", "air_date": "2009-07-23", @@ -348159,16 +330379,6 @@ "show_number": "5744", "fullAnswer": "Edgar Rice Burroughs" }, - { - "category": "ABBREV.", - "air_date": "2009-07-23", - "question": "The flag seen here normally includes these two 3-letter abbreviations", - "value": "$800", - "answer": "P.O.W. & M.I.A.", - "round": "Double Jeopardy!", - "show_number": "5744", - "fullAnswer": "P.O.W. & M.I.A." - }, { "category": "LITERARY ANALYSIS", "air_date": "2009-07-23", @@ -348199,16 +330409,6 @@ "show_number": "5744", "fullAnswer": "News Corp." }, - { - "category": "WE'RE OFF TO SEE THE LIZARD", - "air_date": "2009-07-23", - "question": "The blue coloring attracts predators to this lizard's tail, which it can shed at will; don't think, say...", - "value": "$1200", - "answer": "skink", - "round": "Double Jeopardy!", - "show_number": "5744", - "fullAnswer": "skink" - }, { "category": "FIRST & LAST NAME, PLEASE", "air_date": "2009-07-23", @@ -348229,16 +330429,6 @@ "show_number": "5744", "fullAnswer": "neonatal" }, - { - "category": "LITERARY ANALYSIS", - "air_date": "2009-07-23", - "question": "Mumbles about \"his precious\"; hallucinations getting more vivid as witnessed in talks with self", - "value": "$1600", - "answer": "Smeagol ", - "round": "Double Jeopardy!", - "show_number": "5744", - "fullAnswer": "Smeagol (or Gollum)" - }, { "category": "PUGILISM", "air_date": "2009-07-23", @@ -348259,16 +330449,6 @@ "show_number": "5744", "fullAnswer": "The New York Times Company" }, - { - "category": "WE'RE OFF TO SEE THE LIZARD", - "air_date": "2009-07-23", - "question": "The decorative bumps on the head might tell you the name of this Mexican lizard, one of only two venomous species", - "value": "$1600", - "answer": "beaded lizard", - "round": "Double Jeopardy!", - "show_number": "5744", - "fullAnswer": "the beaded lizard" - }, { "category": "FIRST & LAST NAME, PLEASE", "air_date": "2009-07-23", @@ -348319,16 +330499,6 @@ "show_number": "5744", "fullAnswer": "The Limited" }, - { - "category": "WE'RE OFF TO SEE THE LIZARD", - "air_date": "2009-07-23", - "question": "The tail of the legless lizard seen here breaks off easily, giving rise to this fragile name for it", - "value": "$2000", - "answer": "eastern glass lizard", - "round": "Double Jeopardy!", - "show_number": "5744", - "fullAnswer": "the eastern glass lizard" - }, { "category": "FIRST & LAST NAME, PLEASE", "air_date": "2009-07-23", @@ -348339,16 +330509,6 @@ "show_number": "5744", "fullAnswer": "Richard Evelyn Byrd" }, - { - "category": "ABBREV.", - "air_date": "2009-07-23", - "question": "(Sarah of the Clue Crew reports from an environmental \"green\" house.) The paint used inside contains minimal amounts of the health-endangering fuel oxygenates called VOCs, short for these", - "value": "$2000", - "answer": "volatile organic compounds", - "round": "Double Jeopardy!", - "show_number": "5744", - "fullAnswer": "volatile organic compounds" - }, { "category": "FOOD", "air_date": "2009-07-23", @@ -348454,7 +330614,7 @@ "air_date": "1999-12-06", "question": "\"Cowboy\" phrase for what you do to 'em \"at the pass\"", "value": "$200", - "answer": "Head \\'em off", + "answer": "Head 'em off", "round": "Jeopardy!", "show_number": "3511", "fullAnswer": "Head \\'em off" @@ -348824,7 +330984,7 @@ "air_date": "1999-12-06", "question": "This suicidal group believed an alien craft shadowing the Hale-Bopp comet had come to take them away", "value": "$600", - "answer": "Heaven\\'s Gate", + "answer": "Heaven's Gate", "round": "Double Jeopardy!", "show_number": "3511", "fullAnswer": "Heaven\\'s Gate" @@ -349229,16 +331389,6 @@ "show_number": "3140", "fullAnswer": "Erie" }, - { - "category": "STARS BEHIND BARS", - "air_date": "1998-04-03", - "question": "Heard here, he tended bar to earn money while he wrote songs:", - "value": "$500", - "answer": "Kris Kristofferson", - "round": "Jeopardy!", - "show_number": "3140", - "fullAnswer": "Kris Kristofferson" - }, { "category": "PRISON PROSE", "air_date": "1998-04-03", @@ -349439,16 +331589,6 @@ "show_number": "3140", "fullAnswer": "Wales" }, - { - "category": "THEY COVERED THE BEATLES", - "air_date": "1998-04-03", - "question": "This singer got by with a 1968 version of the Beatles song heard here:", - "value": "$4,000", - "answer": "Joe Cocker", - "round": "Double Jeopardy!", - "show_number": "3140", - "fullAnswer": "Joe Cocker" - }, { "category": "FAMOUS FRIEDMANS", "air_date": "1998-04-03", @@ -349479,16 +331619,6 @@ "show_number": "3140", "fullAnswer": "Sparta" }, - { - "category": "ORGANIZATIONS", - "air_date": "1998-04-03", - "question": "It's the organization whose logo is seen here:", - "value": "$1000", - "answer": "World Wildlife Fund", - "round": "Double Jeopardy!", - "show_number": "3140", - "fullAnswer": "the World Wildlife Fund" - }, { "category": "MOST LIKELY TO SECEDE", "air_date": "1998-04-03", @@ -349654,7 +331784,7 @@ "air_date": "2010-04-07", "question": "If you have the biggest or best part of something, you have this animal's \"share\"", "value": "$400", - "answer": "lion\\'s share", + "answer": "lion's share", "round": "Jeopardy!", "show_number": "5893", "fullAnswer": "the lion\\'s share" @@ -349714,7 +331844,7 @@ "air_date": "2010-04-07", "question": "A proverb says, \"You can't make a silk purse out of\" this", "value": "$600", - "answer": "sow\\'s ear", + "answer": "sow's ear", "round": "Jeopardy!", "show_number": "5893", "fullAnswer": "a sow\\'s ear" @@ -349779,16 +331909,6 @@ "show_number": "5893", "fullAnswer": "the dog days" }, - { - "category": "2-WORD SCIENCE RESPONSES", - "air_date": "2010-04-07", - "question": "(Jimmy of the Clue Crew shows two glasses of water, one with ice.) Condensation won't necessarily appear on a glass filled with water, but with ice added, a glass reaches this point, & the condensation forms", - "value": "$1000", - "answer": "dew point", - "round": "Jeopardy!", - "show_number": "5893", - "fullAnswer": "the dew point" - }, { "category": "DO TELL THE HOTEL", "air_date": "2010-04-07", @@ -349834,7 +331954,7 @@ "air_date": "2010-04-07", "question": "Evoking images of jumping reptiles, it's one of little orphan Annie's favorite interjections", "value": "$1000", - "answer": "Leapin\\' lizards", + "answer": "Leapin' lizards", "round": "Jeopardy!", "show_number": "5893", "fullAnswer": "\"Leapin\\' lizards\"" @@ -349879,32 +331999,12 @@ "show_number": "5893", "fullAnswer": "frostbite" }, - { - "category": "THE USUAL GANG OF IDIOTS", - "air_date": "2010-04-07", - "question": "urbandictionary.com informs us that an \"idiot box\" is actually one of these electronic devices", - "value": "$400", - "answer": "television", - "round": "Double Jeopardy!", - "show_number": "5893", - "fullAnswer": "a television" - }, - { - "category": "MAD MAGAZINE", - "air_date": "2010-04-07", - "question": "He's \"Mad\"'s mascot, seen here behind the magazine's longtime publisher Bill Gaines", - "value": "$400", - "answer": "Alfred E. Neuman", - "round": "Double Jeopardy!", - "show_number": "5893", - "fullAnswer": "Alfred E. Neuman" - }, { "category": "DRAWN-OUT DRAMAS", "air_date": "2010-04-07", "question": "Britannica says, \"among his most-celebrated long plays is 'Anna Christie\"'", "value": "$800", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "5893", "fullAnswer": "Eugene O\\'Neill" @@ -350069,16 +332169,6 @@ "show_number": "5893", "fullAnswer": "village idiots" }, - { - "category": "MAD MAGAZINE", - "air_date": "2010-04-07", - "question": "Manipulate the page so that \"A\" meets \"B\" & enjoy this Mad feature traditionally on the back cover", - "value": "$1600", - "answer": "fold-in", - "round": "Double Jeopardy!", - "show_number": "5893", - "fullAnswer": "the fold-in" - }, { "category": "DRAWN-OUT DRAMAS", "air_date": "2010-04-07", @@ -350239,16 +332329,6 @@ "show_number": "5183", "fullAnswer": "Mozart" }, - { - "category": "BREAKFAST CEREAL", - "air_date": "2007-03-07", - "question": "He's the spokes-character seen here", - "value": "$400", - "answer": "Cap\\'n Crunch", - "round": "Jeopardy!", - "show_number": "5183", - "fullAnswer": "Cap\\'n Crunch" - }, { "category": "TELL ME \"Y\"", "air_date": "2007-03-07", @@ -350449,16 +332529,6 @@ "show_number": "5183", "fullAnswer": "Jim Brown" }, - { - "category": "A WALK ACROSS THE CHARLES BRIDGE", - "air_date": "2007-03-07", - "question": "(Sarah of the Clue Crew stands on the Charles Bridge in Prague, Czech Republic.) St. Norbert & St. Sigmund are portrayed with this Good King; all three are Czech patron saints", - "value": "$400", - "answer": "Wenceslas", - "round": "Double Jeopardy!", - "show_number": "5183", - "fullAnswer": "Wenceslas" - }, { "category": "CLASSIC TV COMEDY EPISODES", "air_date": "2007-03-07", @@ -350644,7 +332714,7 @@ "air_date": "2007-03-07", "question": "\"The Seven Faces of Ensign Parker\"", "value": "$1600", - "answer": "McHale\\'s Navy", + "answer": "McHale's Navy", "round": "Double Jeopardy!", "show_number": "5183", "fullAnswer": "McHale\\'s Navy" @@ -350659,16 +332729,6 @@ "show_number": "5183", "fullAnswer": "Lincoln" }, - { - "category": "20th CENTURY WOMEN", - "air_date": "2007-03-07", - "question": "(Hi, I'm Dana Delany.) As a pro-choice advocate, I was happy with the title \"Choices of the Heart\", in which I played this pioneering birth control advocate", - "value": "$1600", - "answer": "Margaret Sanger", - "round": "Double Jeopardy!", - "show_number": "5183", - "fullAnswer": "Margaret Sanger" - }, { "category": "THE GREEK ALPHABET", "air_date": "2007-03-07", @@ -350689,16 +332749,6 @@ "show_number": "5183", "fullAnswer": "Indiana, Ohio, & Wisconsin" }, - { - "category": "A WALK ACROSS THE CHARLES BRIDGE", - "air_date": "2007-03-07", - "question": "(Jimmy of the Clue Crew rubs a statue on the Charles Bridge, Prague, Czech Republic.) It brings luck to touch the statue of this saint of Nepomuk, who was martyred by being thrown from the bridge in 1393", - "value": "$2000", - "answer": "Saint John", - "round": "Double Jeopardy!", - "show_number": "5183", - "fullAnswer": "Saint John" - }, { "category": "CLASSIC TV COMEDY EPISODES", "air_date": "2007-03-07", @@ -350729,16 +332779,6 @@ "show_number": "5183", "fullAnswer": "Queen Margrethe" }, - { - "category": "THE GREEK ALPHABET", - "air_date": "2007-03-07", - "question": "Number 9, Number 9, Number 9; it's seen here", - "value": "$2000", - "answer": "iota", - "round": "Double Jeopardy!", - "show_number": "5183", - "fullAnswer": "iota" - }, { "category": "STATES FREAK", "air_date": "2007-03-07", @@ -351184,7 +333224,7 @@ "air_date": "2001-01-15", "question": "This musical opens at the premiere of a movie starring Gene Kelly's & Jean Hagen's characters", "value": "$600", - "answer": "Singin\\' in the Rain", + "answer": "Singin' in the Rain", "round": "Double Jeopardy!", "show_number": "3771", "fullAnswer": "Singin\\' in the Rain" @@ -351274,7 +333314,7 @@ "air_date": "2001-01-15", "question": "The manager of a hotel or the headwaiter at a restaurant often goes by this French title", "value": "$800", - "answer": "Maitre d\\'", + "answer": "Maitre d'", "round": "Double Jeopardy!", "show_number": "3771", "fullAnswer": "Maitre d\\'" @@ -351479,16 +333519,6 @@ "show_number": "5667", "fullAnswer": "uphill" }, - { - "category": "PRESIDENTIAL POTENT POTABLES", - "air_date": "2009-04-07", - "question": "(Jimmy of the Clue Crew uncorks a bottle in a replica distillery in Mount Vernon, VA.) One of Washington's most successful endeavors was Mount Vernon's distillery, the largest in America at the time, which produced this potent potable", - "value": "$600", - "answer": "whiskey", - "round": "Jeopardy!", - "show_number": "5667", - "fullAnswer": "whiskey" - }, { "category": "2027: THE YEAR IN ENTERTAINMENT", "air_date": "2009-04-07", @@ -351784,7 +333814,7 @@ "air_date": "2009-04-07", "question": "Norman Mailer's true story of Gary Gilmore, a key player in Toni Morrison's \"biblical\" novel", "value": "$1200", - "answer": "Executioner\\'s Song of Solomon", + "answer": "Executioner's Song of Solomon", "round": "Double Jeopardy!", "show_number": "5667", "fullAnswer": "The Executioner\\'s Song of Solomon" @@ -352209,26 +334239,6 @@ "show_number": "6189", "fullAnswer": "Emily Osment" }, - { - "category": "COMPUSTUFF", - "air_date": "2011-07-07", - "question": "The trident logo refers to this type of 3-letter port, to which you can add all sorts of peripherals", - "value": "$1000", - "answer": "USB port", - "round": "Jeopardy!", - "show_number": "6189", - "fullAnswer": "a USB port" - }, - { - "category": "GOOD OLD PLANET EARTH", - "air_date": "2011-07-07", - "question": "(Kelly of the Clue Crew writes with a rock.) It's not surprising that the name of this mineral comes from the Greek for \"to write\"", - "value": "$1000", - "answer": "graphite", - "round": "Jeopardy!", - "show_number": "6189", - "fullAnswer": "graphite" - }, { "category": "SPECIAL DAYS", "air_date": "2011-07-07", @@ -352459,16 +334469,6 @@ "show_number": "6189", "fullAnswer": "Special" }, - { - "category": "9-LETTER WORDS", - "air_date": "2011-07-07", - "question": "Seen here are the remnants of one of these star imploding & exploding transformations", - "value": "$1600", - "answer": "supernova", - "round": "Double Jeopardy!", - "show_number": "6189", - "fullAnswer": "a supernova" - }, { "category": "PREHISTORIC TIMES", "air_date": "2011-07-07", @@ -352704,7 +334704,7 @@ "air_date": "1986-11-12", "question": "Travel song from 1939 film to which the following 1970s song is equivalent:", "value": "$500", - "answer": "We\\'re Off To See The Wizard", + "answer": "We're Off To See The Wizard", "round": "Jeopardy!", "show_number": "503", "fullAnswer": "\"We\\'re Off To See The Wizard\"" @@ -353819,16 +335819,6 @@ "show_number": "6074", "fullAnswer": "Buffy the Vampire Slayer" }, - { - "category": "GET INTO THE RING", - "air_date": "2011-01-27", - "question": "And it burns, burns, burns, this 3-word zone of the Pacific Ocean highlighted here", - "value": "$400", - "answer": "Ring of Fire", - "round": "Jeopardy!", - "show_number": "6074", - "fullAnswer": "the Ring of Fire" - }, { "category": "\"I\" DOCTOR", "air_date": "2011-01-27", @@ -353909,26 +335899,6 @@ "show_number": "6074", "fullAnswer": "Webkinz" }, - { - "category": "IN GOD WE TRUST", - "air_date": "2011-01-27", - "question": "It's the word you normally see on this traffic sign", - "value": "$600", - "answer": "detour", - "round": "Jeopardy!", - "show_number": "6074", - "fullAnswer": "detour" - }, - { - "category": "MUSICAL INSTRUMENTS", - "air_date": "2011-01-27", - "question": "It wasn't until the '60s that we really became familiar with this instrument heard here", - "value": "$800", - "answer": "sitar", - "round": "Jeopardy!", - "show_number": "6074", - "fullAnswer": "the sitar" - }, { "category": "FICTIONAL TV CITIES", "air_date": "2011-01-27", @@ -353939,16 +335909,6 @@ "show_number": "6074", "fullAnswer": "Friday Night Lights" }, - { - "category": "GET INTO THE RING", - "air_date": "2011-01-27", - "question": "Slip into the bikini this, the ring-shaped geographic feature seen here", - "value": "$800", - "answer": "atoll", - "round": "Jeopardy!", - "show_number": "6074", - "fullAnswer": "an atoll" - }, { "category": "\"I\" DOCTOR", "air_date": "2011-01-27", @@ -354099,16 +336059,6 @@ "show_number": "6074", "fullAnswer": "Mussolini" }, - { - "category": "WASN'T THAT AN '80s THING?", - "air_date": "2011-01-27", - "question": "The Wayfarer style of this brand of sunglasses was an '80s fave", - "value": "$800", - "answer": "Ray-Ban", - "round": "Double Jeopardy!", - "show_number": "6074", - "fullAnswer": "Ray-Ban" - }, { "category": "ORDINAL PHRASES", "air_date": "2011-01-27", @@ -354269,26 +336219,6 @@ "show_number": "6074", "fullAnswer": "Notorious" }, - { - "category": "WASN'T THAT AN '80s THING?", - "air_date": "2011-01-27", - "question": "The piece seen here is by this pop artist who started out graffitiing New York City subways in 1981", - "value": "$2000", - "answer": "Keith Haring", - "round": "Double Jeopardy!", - "show_number": "6074", - "fullAnswer": "Keith Haring" - }, - { - "category": "ORDINAL PHRASES", - "air_date": "2011-01-27", - "question": "(Jimmy of the Clue Crew shows a map on the monitor.) Though the 1954 Geneva Accords boundary included the Ben Hai River, it was named for this northern parallel of latitude", - "value": "$2000", - "answer": "17th", - "round": "Double Jeopardy!", - "show_number": "6074", - "fullAnswer": "the 17th" - }, { "category": "KID IN PLAY", "air_date": "2011-01-27", @@ -354439,16 +336369,6 @@ "show_number": "6128", "fullAnswer": "pass" }, - { - "category": "THINKING GREEN", - "air_date": "2011-04-13", - "question": "(Kelly of the Clue Crew shows us the solar array on the roof of Sony Pictures Studios.) Solar panels like the one used here at Sony convert energy from the sun into direct current, using these types of cells, PV for short", - "value": "$600", - "answer": "photovoltaic", - "round": "Jeopardy!", - "show_number": "6128", - "fullAnswer": "photovoltaic" - }, { "category": "MGM WOULD HAVE CHANGED YOUR NAME", "air_date": "2011-04-13", @@ -354559,16 +336479,6 @@ "show_number": "6128", "fullAnswer": "tackle" }, - { - "category": "THINKING GREEN", - "air_date": "2011-04-13", - "question": "(Jimmy of the Clue Crew shows us an engine compartment at Ford Motor Company in Dearborn, MI.) Among Ford's future products is this environmentally-friendly update of the Ford Focus, with a lithium ion power train; it's known as the BEV, which stands for this", - "value": "$1000", - "answer": "battery electric vehicle", - "round": "Jeopardy!", - "show_number": "6128", - "fullAnswer": "battery electric vehicle" - }, { "category": "MGM WOULD HAVE CHANGED YOUR NAME", "air_date": "2011-04-13", @@ -354649,16 +336559,6 @@ "show_number": "6128", "fullAnswer": "Philadelphia" }, - { - "category": "PICTURE \"D\"IS", - "air_date": "2011-04-13", - "question": "Popular vending spot seen here--you want fries with that?", - "value": "$400", - "answer": "drive-thru", - "round": "Double Jeopardy!", - "show_number": "6128", - "fullAnswer": "a drive-thru" - }, { "category": "AN AUTHOR IS BORN", "air_date": "2011-04-13", @@ -354704,21 +336604,11 @@ "air_date": "2011-04-13", "question": "1758 will b last yr of me writing & pub. this: been at it 4 25 yrs, that's enuf", "value": "$800", - "answer": "Poor Richard\\'s Almanack", + "answer": "Poor Richard's Almanack", "round": "Double Jeopardy!", "show_number": "6128", "fullAnswer": "Poor Richard\\'s Almanack" }, - { - "category": "PICTURE \"D\"IS", - "air_date": "2011-04-13", - "question": "During times of drought this activity can be in high demand", - "value": "$800", - "answer": "dowsing", - "round": "Double Jeopardy!", - "show_number": "6128", - "fullAnswer": "dowsing" - }, { "category": "AN AUTHOR IS BORN", "air_date": "2011-04-13", @@ -354769,16 +336659,6 @@ "show_number": "6128", "fullAnswer": "a lightning rod" }, - { - "category": "PICTURE \"D\"IS", - "air_date": "2011-04-13", - "question": "This design feature seen here has a nationality in its name", - "value": "$1200", - "answer": "Dutch door", - "round": "Double Jeopardy!", - "show_number": "6128", - "fullAnswer": "a Dutch door" - }, { "category": "AN AUTHOR IS BORN", "air_date": "2011-04-13", @@ -354829,16 +336709,6 @@ "show_number": "6128", "fullAnswer": "(Treaty of) Paris" }, - { - "category": "PICTURE \"D\"IS", - "air_date": "2011-04-13", - "question": "This prominent 19th-century Englishman was an author as well as a politician", - "value": "$2,800", - "answer": "Disraeli", - "round": "Double Jeopardy!", - "show_number": "6128", - "fullAnswer": "Disraeli" - }, { "category": "AN AUTHOR IS BORN", "air_date": "2011-04-13", @@ -354889,16 +336759,6 @@ "show_number": "6128", "fullAnswer": "Dogood" }, - { - "category": "PICTURE \"D\"IS", - "air_date": "2011-04-13", - "question": "This type of semi-conducting rectifier allows flow in one direction only", - "value": "$2000", - "answer": "diode", - "round": "Double Jeopardy!", - "show_number": "6128", - "fullAnswer": "a diode" - }, { "category": "AN AUTHOR IS BORN", "air_date": "2011-04-13", @@ -354979,16 +336839,6 @@ "show_number": "4631", "fullAnswer": "napkins" }, - { - "category": "SEARCH: LIGHT", - "air_date": "2004-10-25", - "question": "This type of photoelectric cell converts sunlight to energy", - "value": "$200", - "answer": "solar", - "round": "Jeopardy!", - "show_number": "4631", - "fullAnswer": "solar" - }, { "category": "THE MOST POPULOUS NATION", "air_date": "2004-10-25", @@ -354999,26 +336849,6 @@ "show_number": "4631", "fullAnswer": "Mexico" }, - { - "category": "SPORTS TERMS", - "air_date": "2004-10-25", - "question": "(I'm Troy Vincent of the NFL.) Along with 2 safeties, 2 players at this position of mine normally make up the secondary", - "value": "$400", - "answer": "cornerbacks", - "round": "Jeopardy!", - "show_number": "4631", - "fullAnswer": "cornerbacks" - }, - { - "category": "GARDENS", - "air_date": "2004-10-25", - "question": "This site has seen more than its share of historic & ceremonial occasions", - "value": "$400", - "answer": "Rose Garden", - "round": "Jeopardy!", - "show_number": "4631", - "fullAnswer": "the Rose Garden" - }, { "category": "SHIPS", "air_date": "2004-10-25", @@ -355039,16 +336869,6 @@ "show_number": "4631", "fullAnswer": "please & thank you" }, - { - "category": "SEARCH: LIGHT", - "air_date": "2004-10-25", - "question": "This type of light can drill holes in diamonds or carry information over long distances", - "value": "$400", - "answer": "laser", - "round": "Jeopardy!", - "show_number": "4631", - "fullAnswer": "laser" - }, { "category": "THE MOST POPULOUS NATION", "air_date": "2004-10-25", @@ -355099,16 +336919,6 @@ "show_number": "4631", "fullAnswer": "no" }, - { - "category": "SEARCH: LIGHT", - "air_date": "2004-10-25", - "question": "A bulb gives off light from this which comes from the resistance of the filament to the electric current", - "value": "$600", - "answer": "heat", - "round": "Jeopardy!", - "show_number": "4631", - "fullAnswer": "heat" - }, { "category": "THE MOST POPULOUS NATION", "air_date": "2004-10-25", @@ -355129,16 +336939,6 @@ "show_number": "4631", "fullAnswer": "forward" }, - { - "category": "GARDENS", - "air_date": "2004-10-25", - "question": "Not the Golden Gate, but the gate seen here, gets you into this garden", - "value": "$800", - "answer": "Japanese Tea Garden ", - "round": "Jeopardy!", - "show_number": "4631", - "fullAnswer": "the Japanese Tea Garden (in San Francisco)" - }, { "category": "SHIPS", "air_date": "2004-10-25", @@ -355159,16 +336959,6 @@ "show_number": "4631", "fullAnswer": "an emergency" }, - { - "category": "SEARCH: LIGHT", - "air_date": "2004-10-25", - "question": "Light can behave like a particle or, when it bends, like one of these", - "value": "$800", - "answer": "wave", - "round": "Jeopardy!", - "show_number": "4631", - "fullAnswer": "wave" - }, { "category": "THE MOST POPULOUS NATION", "air_date": "2004-10-25", @@ -355179,16 +336969,6 @@ "show_number": "4631", "fullAnswer": "the Dominican Republic" }, - { - "category": "SPORTS TERMS", - "air_date": "2004-10-25", - "question": "(Sofia of the Clue Crew comes to a quick stop on the slopes.) A sharp turn perpendicular to the hill is this kind of stop, named for the game played by Brendan Shanahan", - "value": "$1000", - "answer": "hockey", - "round": "Jeopardy!", - "show_number": "4631", - "fullAnswer": "hockey" - }, { "category": "GARDENS", "air_date": "2004-10-25", @@ -355219,16 +336999,6 @@ "show_number": "4631", "fullAnswer": "Master" }, - { - "category": "SEARCH: LIGHT", - "air_date": "2004-10-25", - "question": "The photon, a light particle, has momentum & energy but no electric charge or this", - "value": "$1000", - "answer": "mass", - "round": "Jeopardy!", - "show_number": "4631", - "fullAnswer": "mass" - }, { "category": "LAW REVIEW", "air_date": "2004-10-25", @@ -355299,16 +337069,6 @@ "show_number": "4631", "fullAnswer": "Harvard" }, - { - "category": "OLD SONGS", - "air_date": "2004-10-25", - "question": "Fred Astaire's sister Adele introduced this Gershwin tune", - "value": "$800", - "answer": "The Man I Love", - "round": "Double Jeopardy!", - "show_number": "4631", - "fullAnswer": "\"The Man I Love\"" - }, { "category": "HOPE YOU'RE WELL READ...", "air_date": "2004-10-25", @@ -355419,16 +337179,6 @@ "show_number": "4631", "fullAnswer": "nolo contendere" }, - { - "category": "OLD SONGS", - "air_date": "2004-10-25", - "question": "There was a rush to record this big hit of 1948", - "value": "$1600", - "answer": "You Call Everybody Darling", - "round": "Double Jeopardy!", - "show_number": "4631", - "fullAnswer": "\"You Call Everybody Darling\"" - }, { "category": "HOPE YOU'RE WELL READ...", "air_date": "2004-10-25", @@ -355539,16 +337289,6 @@ "show_number": "4631", "fullAnswer": "Leif Ericson" }, - { - "category": "AMERICAN IMAGES", - "air_date": "2006-02-03", - "question": "It's the inflammatory 1770 incident depicted here", - "value": "$200", - "answer": "Boston Massacre", - "round": "Jeopardy!", - "show_number": "4930", - "fullAnswer": "the Boston Massacre" - }, { "category": "NBA TEAMS IN OTHER WORDS", "air_date": "2006-02-03", @@ -355599,16 +337339,6 @@ "show_number": "4930", "fullAnswer": "the Andes" }, - { - "category": "AMERICAN IMAGES", - "air_date": "2006-02-03", - "question": "They're the 2 leaders seen here meeting in
Vladivostok in November 1974", - "value": "$400", - "answer": "Gerald Ford & Brezhnev", - "round": "Jeopardy!", - "show_number": "4930", - "fullAnswer": "Gerald Ford & Brezhnev" - }, { "category": "NBA TEAMS IN OTHER WORDS", "air_date": "2006-02-03", @@ -355619,16 +337349,6 @@ "show_number": "4930", "fullAnswer": "the Phoenix Suns" }, - { - "category": "EYES ON THE PRIZE", - "air_date": "2006-02-03", - "question": "(Lech Walesa delivers the clue, speaking in Polish: I'm Lech Walesa,) In 1983 I was picking mushrooms near Gdansk when it was announced I had won this prize", - "value": "$400", - "answer": "Nobel Peace Prize", - "round": "Jeopardy!", - "show_number": "4930", - "fullAnswer": "the Nobel Peace Prize" - }, { "category": "BIG \"ROCK\"", "air_date": "2006-02-03", @@ -355659,16 +337379,6 @@ "show_number": "4930", "fullAnswer": "California" }, - { - "category": "AMERICAN IMAGES", - "air_date": "2006-02-03", - "question": "This man's inauguration is depicted here", - "value": "$600", - "answer": "Andrew Jackson", - "round": "Jeopardy!", - "show_number": "4930", - "fullAnswer": "Andrew Jackson" - }, { "category": "NBA TEAMS IN OTHER WORDS", "air_date": "2006-02-03", @@ -355719,16 +337429,6 @@ "show_number": "4930", "fullAnswer": "Minnesota" }, - { - "category": "AMERICAN IMAGES", - "air_date": "2006-02-03", - "question": "In 1966, the man seen here held this day job", - "value": "$800", - "answer": "vice president", - "round": "Jeopardy!", - "show_number": "4930", - "fullAnswer": "vice president" - }, { "category": "NBA TEAMS IN OTHER WORDS", "air_date": "2006-02-03", @@ -355744,7 +337444,7 @@ "air_date": "2006-02-03", "question": "The $100,000 Potamkin Prize is for research in this aging disease that afflicted Mrs. Potamkin", "value": "$800", - "answer": "Alzheimer\\'s disease", + "answer": "Alzheimer's disease", "round": "Jeopardy!", "show_number": "4930", "fullAnswer": "Alzheimer\\'s disease" @@ -355779,16 +337479,6 @@ "show_number": "4930", "fullAnswer": "Mt. Rushmore" }, - { - "category": "AMERICAN IMAGES", - "air_date": "2006-02-03", - "question": "Though this writer was born in England, you might have a sense of his American-ness", - "value": "$1000", - "answer": "Thomas Paine", - "round": "Jeopardy!", - "show_number": "4930", - "fullAnswer": "Thomas Paine" - }, { "category": "NBA TEAMS IN OTHER WORDS", "air_date": "2006-02-03", @@ -355974,7 +337664,7 @@ "air_date": "2006-02-03", "question": "\"It's Hebrew, from the Talmud. It says, 'Whoever saves one life saves the world entire'\"", "value": "$1200", - "answer": "Schindler\\'s List", + "answer": "Schindler's List", "round": "Double Jeopardy!", "show_number": "4930", "fullAnswer": "Schindler\\'s List" @@ -356014,7 +337704,7 @@ "air_date": "2006-02-03", "question": "It's the nickname of the hand of aces & eights held by Wild Bill Hickok at the time of his 1876 murder", "value": "$1200", - "answer": "Dead Man\\'s Hand", + "answer": "Dead Man's Hand", "round": "Double Jeopardy!", "show_number": "4930", "fullAnswer": "Dead Man\\'s Hand" @@ -356079,16 +337769,6 @@ "show_number": "4930", "fullAnswer": "the dorsal fin" }, - { - "category": "ROYALTY & BALLET", - "air_date": "2006-02-03", - "question": "(Jon of the Clue Crew stands in front of a stage at Tivoli in Copenhagen, Denmark.) A new production of \"Thumbelina\" that premiered here in Tivoli in 2005 featured sets & costumes designed by this woman, the queen of Denmark", - "value": "$2000", - "answer": "Queen Margrethe", - "round": "Double Jeopardy!", - "show_number": "4930", - "fullAnswer": "Queen Margrethe" - }, { "category": "SPIELBERG MOVIES BY QUOTE", "air_date": "2006-02-03", @@ -356364,7 +338044,7 @@ "air_date": "2003-05-14", "question": "Seen here, it's located in the Hôtel des Invalides and considered one of France's foremost shrines", "value": "$800", - "answer": "Napoleon\\'s Tomb", + "answer": "Napoleon's Tomb", "round": "Jeopardy!", "show_number": "4318", "fullAnswer": "Napoleon\\'s Tomb" @@ -356399,16 +338079,6 @@ "show_number": "4318", "fullAnswer": "Portrait of the Artist as a Young Man" }, - { - "category": "GIRLS WITH GUITARS", - "air_date": "2003-05-14", - "question": "(I'm Wynonna.) One of my favorite songs is \"I Can't Make You Love Me\" by this sassy singer-guitar player", - "value": "$1000", - "answer": "Bonnie Raitt", - "round": "Jeopardy!", - "show_number": "4318", - "fullAnswer": "Bonnie Raitt" - }, { "category": "FRUITS & VEGETABLES", "air_date": "2003-05-14", @@ -357044,7 +338714,7 @@ "air_date": "2000-03-03", "question": "The Boy Scouts of America publishes the magazines Scouting & this one", "value": "$500", - "answer": "Boys\\' Life", + "answer": "Boys' Life", "round": "Jeopardy!", "show_number": "3575", "fullAnswer": "Boys\\' Life" @@ -357294,7 +338964,7 @@ "air_date": "2000-03-03", "question": "Manhattan's oldest church, this chapel shares its name with a famous London cathedral", "value": "$1000", - "answer": "St. Paul\\'s", + "answer": "St. Paul's", "round": "Double Jeopardy!", "show_number": "3575", "fullAnswer": "St. Paul\\'s" @@ -357399,16 +339069,6 @@ "show_number": "5331", "fullAnswer": "Qatar" }, - { - "category": "VIRTUAL MEDICINE", - "air_date": "2007-11-12", - "question": "(Sarah of the Clue Crew reads from the surgery simulation room at the Beth Israel Deaconess Medical Center in Boston, MA.) Doctors get invaluable training on the Human Patient Simulator at Boston's Beth Israel Deaconess Medical Center, a teaching hospital of this medical school founded in 1782", - "value": "$200", - "answer": "Harvard", - "round": "Jeopardy!", - "show_number": "5331", - "fullAnswer": "Harvard" - }, { "category": "POETIC LICENSE", "air_date": "2007-11-12", @@ -357459,16 +339119,6 @@ "show_number": "5331", "fullAnswer": "Q*bert" }, - { - "category": "VIRTUAL MEDICINE", - "air_date": "2007-11-12", - "question": "(Jimmy of the Clue Crew observes a procedure on a simulated patient at the Carl J. Shapiro Simulation & Skills Center in Boston, MA.)
Inserting a chest tube provides drainage to treat the buildup called empyema, sometimes the result of this lung infection", - "value": "$400", - "answer": "pneumonia ", - "round": "Jeopardy!", - "show_number": "5331", - "fullAnswer": "pneumonia (tuberculosis accepted)" - }, { "category": "POETIC LICENSE", "air_date": "2007-11-12", @@ -357519,16 +339169,6 @@ "show_number": "5331", "fullAnswer": "QED" }, - { - "category": "VIRTUAL MEDICINE", - "air_date": "2007-11-12", - "question": "(Sarah of the Clue Crew reads next to a doctor inserting a large syringe into a simulated abdomen.)
This gas that's eliminated during respiration is what gets pumped into the abdomen to expand it & give surgeons room to work", - "value": "$600", - "answer": "carbon dioxide", - "round": "Jeopardy!", - "show_number": "5331", - "fullAnswer": "carbon dioxide" - }, { "category": "POETIC LICENSE", "air_date": "2007-11-12", @@ -357539,16 +339179,6 @@ "show_number": "5331", "fullAnswer": "Pushkin" }, - { - "category": "GIRLS OF SONG", - "air_date": "2007-11-12", - "question": "No one's really sure who this title girl is in the piece heard here", - "value": "$800", - "answer": "Elise", - "round": "Jeopardy!", - "show_number": "5331", - "fullAnswer": "Elise" - }, { "category": "FARK.com HEADLINES", "air_date": "2007-11-12", @@ -357579,16 +339209,6 @@ "show_number": "5331", "fullAnswer": "a Q-tip" }, - { - "category": "VIRTUAL MEDICINE", - "air_date": "2007-11-12", - "question": "(Sarah of the Clue Crew reads from the Carl J. Shapiro Simulation & Skills Center in Boston, MA.)
To ensure the passage of oxygen to the lungs, a tube is placed into this airway with care taken not to hit the esophagus behind it", - "value": "$800", - "answer": "trachea", - "round": "Jeopardy!", - "show_number": "5331", - "fullAnswer": "the trachea" - }, { "category": "POETIC LICENSE", "air_date": "2007-11-12", @@ -357639,16 +339259,6 @@ "show_number": "5331", "fullAnswer": "QWERTY" }, - { - "category": "VIRTUAL MEDICINE", - "air_date": "2007-11-12", - "question": "(Jimmy of the Clue Crew holds a long, thin tube at the Carl J. Shapiro Simulation & Skills Center in Boston, MA.) This fiber-optic viewing scope has revolutionized diagnosis and surgery, as a tiny incision in the abdomen replaces one several inches long", - "value": "$1000", - "answer": "laparoscope", - "round": "Jeopardy!", - "show_number": "5331", - "fullAnswer": "laparoscope" - }, { "category": "ART GAL-ERY", "air_date": "2007-11-12", @@ -357729,26 +339339,6 @@ "show_number": "5331", "fullAnswer": "P-A-P-I-L-L-O-N" }, - { - "category": "ART GAL-ERY", - "air_date": "2007-11-12", - "question": "The stag shown here is by Rosa Bonheur, the first woman awarded the Grand Cross of this French medal", - "value": "$2,000", - "answer": "Legion of Honor", - "round": "Double Jeopardy!", - "show_number": "5331", - "fullAnswer": "the Legion of Honor" - }, - { - "category": "1910s CINEMA", - "air_date": "2007-11-12", - "question": "Brodsky's movies tour through Japan included footage of these indigenous people seen here", - "value": "$1200", - "answer": "Ainu", - "round": "Double Jeopardy!", - "show_number": "5331", - "fullAnswer": "Ainu" - }, { "category": "HAVE GUN, WILL TRAVEL", "air_date": "2007-11-12", @@ -357849,16 +339439,6 @@ "show_number": "5331", "fullAnswer": "T-O-R-Q-U-E-M-A-D-A" }, - { - "category": "ART GAL-ERY", - "air_date": "2007-11-12", - "question": "In the mid 1500's Sofonisba Anguissola was a painter at the court of this Spanish king & did his portrait", - "value": "$2000", - "answer": "Philip II", - "round": "Double Jeopardy!", - "show_number": "5331", - "fullAnswer": "Philip II" - }, { "category": "1910s CINEMA", "air_date": "2007-11-12", @@ -357964,7 +339544,7 @@ "air_date": "2009-10-20", "question": "This brand name became synonymous with blue jeans", "value": "$200", - "answer": "Levi\\'s", + "answer": "Levi's", "round": "Jeopardy!", "show_number": "5772", "fullAnswer": "Levi\\'s" @@ -358059,16 +339639,6 @@ "show_number": "5772", "fullAnswer": "The B-52s" }, - { - "category": "HISTORY OF DRINK", - "air_date": "2009-10-20", - "question": "(Jimmy of the Clue Crew reports from Holland.) Dutch windmills often mill the grain for this juniper berry spirit invented here in Holland", - "value": "$600", - "answer": "gin", - "round": "Jeopardy!", - "show_number": "5772", - "fullAnswer": "gin" - }, { "category": "FRENCH CROSSWORD CLUES", "air_date": "2009-10-20", @@ -358174,7 +339744,7 @@ "air_date": "2009-10-20", "question": "April 7, 1990:
\"The band performs 'Welcome To The Jungle'... at Farm Aid IV at the Hoosier Dome\"", "value": "$1000", - "answer": "Guns N\\' Roses", + "answer": "Guns N' Roses", "round": "Jeopardy!", "show_number": "5772", "fullAnswer": "Guns N\\' Roses" @@ -358194,7 +339764,7 @@ "air_date": "2009-10-20", "question": "Oh well! That's life!
(4, 2, 3)", "value": "$1000", - "answer": "C\\'est la vie", + "answer": "C'est la vie", "round": "Jeopardy!", "show_number": "5772", "fullAnswer": "C\\'est la vie" @@ -358269,26 +339839,6 @@ "show_number": "5772", "fullAnswer": "volume" }, - { - "category": "FAMOUS TRIALS", - "air_date": "2009-10-20", - "question": "(Jack Ford delivers the clue.) A high school football coach as well as biology teacher, he volunteered to be the defendant in what became a world-famous test case on evolution", - "value": "$400", - "answer": "Scopes", - "round": "Double Jeopardy!", - "show_number": "5772", - "fullAnswer": "(John) Scopes" - }, - { - "category": "WORLD CITIES", - "air_date": "2009-10-20", - "question": "Seen here is the modern skyline of this city, one of the first Chinese ports to open to Western trade", - "value": "$800", - "answer": "Shanghai", - "round": "Double Jeopardy!", - "show_number": "5772", - "fullAnswer": "Shanghai" - }, { "category": "THE COMEBACK KIDS", "air_date": "2009-10-20", @@ -358319,16 +339869,6 @@ "show_number": "5772", "fullAnswer": "a legume" }, - { - "category": "FAMOUS TRIALS", - "air_date": "2009-10-20", - "question": "(Jack Ford delivers the clue.) \"I had orders\" was among his statements at his trial in Israel after being seized in Argentina in 1960; he got the only death sentence Israel has ever imposed", - "value": "$800", - "answer": "Eichmann", - "round": "Double Jeopardy!", - "show_number": "5772", - "fullAnswer": "(Adolf) Eichmann" - }, { "category": "WORLD CITIES", "air_date": "2009-10-20", @@ -358369,16 +339909,6 @@ "show_number": "5772", "fullAnswer": "to fume" }, - { - "category": "FAMOUS TRIALS", - "air_date": "2009-10-20", - "question": "(Jack Ford delivers the clue.) This rotund silent comic's 3 notorious trials brought 2 hung juries & an acquittal -- then 6 days later the movies' morality czar banned him from the screen", - "value": "$1200", - "answer": "Fatty Arbuckle", - "round": "Double Jeopardy!", - "show_number": "5772", - "fullAnswer": "\"Fatty\" Arbuckle" - }, { "category": "WORLD CITIES", "air_date": "2009-10-20", @@ -358419,26 +339949,6 @@ "show_number": "5772", "fullAnswer": "entitlement" }, - { - "category": "AN END FOR \"U\" & \"ME\"", - "air_date": "2009-10-20", - "question": "Last name of the two Scots seen here, philosopher & model", - "value": "$1600", - "answer": "Hume", - "round": "Double Jeopardy!", - "show_number": "5772", - "fullAnswer": "Hume" - }, - { - "category": "FAMOUS TRIALS", - "air_date": "2009-10-20", - "question": "(Jack Ford delivers the clue.) On March 29, 1971, a court-martial found this lieutenant guilty in the My Lai massacre; though he faced the death penalty, he only got life & was paroled in 3 years", - "value": "$1600", - "answer": "William Calley", - "round": "Double Jeopardy!", - "show_number": "5772", - "fullAnswer": "William Calley" - }, { "category": "WORLD CITIES", "air_date": "2009-10-20", @@ -358489,26 +339999,6 @@ "show_number": "5772", "fullAnswer": "Guillaume" }, - { - "category": "FAMOUS TRIALS", - "air_date": "2009-10-20", - "question": "(Jack Ford delivers the clue.) A passionate defense by Clarence Darrow spared the lives of this pair of Chicagoans, both of whom graduated from college in their teens, who in 1924 killed a 14-year-old for a thrill", - "value": "$2000", - "answer": "Leopold & Loeb", - "round": "Double Jeopardy!", - "show_number": "5772", - "fullAnswer": "Leopold & Loeb" - }, - { - "category": "MUSICAL INSTRUMENTS", - "air_date": "2009-10-20", - "question": "In the early 18th c. Sylvius Leopold Weiss wrote works for these 2 instruments whose names rhyme", - "value": null, - "answer": "flute & the lute", - "round": "Final Jeopardy!", - "show_number": "5772", - "fullAnswer": "the flute & the lute" - }, { "category": "PEOPLE IN HISTORY", "air_date": "1997-06-02", @@ -358814,7 +340304,7 @@ "air_date": "1997-06-02", "question": "The Sumerians' pottery was the first made on this device", "value": "$200", - "answer": "Potter\\'s wheel", + "answer": "Potter's wheel", "round": "Double Jeopardy!", "show_number": "2951", "fullAnswer": "Potter\\'s wheel" @@ -359294,7 +340784,7 @@ "air_date": "2003-04-24", "question": "It's the meteorological question that really tall people get really tired of hearing", "value": "$600", - "answer": "How\\'s the weather up there?", + "answer": "How's the weather up there?", "round": "Jeopardy!", "show_number": "4304", "fullAnswer": "How\\'s the weather up there?" @@ -359324,7 +340814,7 @@ "air_date": "2003-04-24", "question": "\"One Difficult 24-Hour Period's Evening\"", "value": "$800", - "answer": "A Hard Day\\'s Night", + "answer": "A Hard Day's Night", "round": "Jeopardy!", "show_number": "4304", "fullAnswer": "\"A Hard Day\\'s Night\"" @@ -359354,7 +340844,7 @@ "air_date": "2003-04-24", "question": "The last 3 words of the song \"Over the Rainbow\"", "value": "$800", - "answer": "Why can\\'t I?", + "answer": "Why can't I?", "round": "Jeopardy!", "show_number": "4304", "fullAnswer": "Why can\\'t I?" @@ -359854,7 +341344,7 @@ "air_date": "2012-01-24", "question": "\"D\" is for decrescendo, which means this is happening to the music", "value": "$600", - "answer": "it\\'s getting quieter ", + "answer": "it's getting quieter ", "round": "Jeopardy!", "show_number": "6297", "fullAnswer": "it\\'s getting quieter (or softer)" @@ -359864,31 +341354,11 @@ "air_date": "2012-01-24", "question": "In 2009: chicken catcher Kevin Skinner, who wowed judges including David Hasselhoff with his singing", "value": "$600", - "answer": "America\\'s Got Talent", + "answer": "America's Got Talent", "round": "Jeopardy!", "show_number": "6297", "fullAnswer": "America\\'s Got Talent" }, - { - "category": "NEW AGE THINKING", - "air_date": "2012-01-24", - "question": "(Kelly of the Clue Crew stands by a diagram of a person in lotus position with seven colored dots along its vertical midline.) Referring to its inner vision, the sixth chakra at the center of the forehead is also known by this other ordinal name", - "value": "$600", - "answer": "third eye", - "round": "Jeopardy!", - "show_number": "6297", - "fullAnswer": "the third eye" - }, - { - "category": "LET'S TAKE A \"TRIP\"", - "air_date": "2012-01-24", - "question": "Often used for devotional purposes, it's the type of artwork seen here", - "value": "$600", - "answer": "triptych", - "round": "Jeopardy!", - "show_number": "6297", - "fullAnswer": "a triptych" - }, { "category": "YOU'LL NEED INSURANCE", "air_date": "2012-01-24", @@ -359994,7 +341464,7 @@ "air_date": "2012-01-24", "question": "Franz Kafka's day job was as a bureaucrat administering this type of compensation, like for accidents", "value": "$1000", - "answer": "workmen\\'s compensation", + "answer": "workmen's compensation", "round": "Jeopardy!", "show_number": "6297", "fullAnswer": "workmen\\'s compensation" @@ -360109,16 +341579,6 @@ "show_number": "6297", "fullAnswer": "Equus" }, - { - "category": "NAME'S THE SAME", - "air_date": "2012-01-24", - "question": "The actress seen here goes by this royal name", - "value": "$800", - "answer": "Jane Seymour", - "round": "Double Jeopardy!", - "show_number": "6297", - "fullAnswer": "Jane Seymour" - }, { "category": "INSIDE THE BRAIN OF MEGAN FOX", "air_date": "2012-01-24", @@ -360139,16 +341599,6 @@ "show_number": "6297", "fullAnswer": "rap" }, - { - "category": "THE OLD BALL GAME", - "air_date": "2012-01-24", - "question": "The goal seen here was used in an ancient Mayan ballgame at Uxmal, on this peninsula", - "value": "$1200", - "answer": "Yucatán", - "round": "Double Jeopardy!", - "show_number": "6297", - "fullAnswer": "Yucatán" - }, { "category": "ASIAN HISTORY", "air_date": "2012-01-24", @@ -360324,7 +341774,7 @@ "air_date": "2008-12-26", "question": "Motown legend Stevie's foolish mistakes", "value": "$200", - "answer": "Wonder\\'s blunders", + "answer": "Wonder's blunders", "round": "Jeopardy!", "show_number": "5595", "fullAnswer": "Wonder\\'s blunders" @@ -360384,7 +341834,7 @@ "air_date": "2008-12-26", "question": "Reggae man Bob's \"hogs\"", "value": "$400", - "answer": "Marley\\'s Harleys", + "answer": "Marley's Harleys", "round": "Jeopardy!", "show_number": "5595", "fullAnswer": "Marley\\'s Harleys" @@ -360444,7 +341894,7 @@ "air_date": "2008-12-26", "question": "Blues-rock singer Bonnie's wooden boxes", "value": "$600", - "answer": "Raitt\\'s crates", + "answer": "Raitt's crates", "round": "Jeopardy!", "show_number": "5595", "fullAnswer": "Raitt\\'s crates" @@ -360479,16 +341929,6 @@ "show_number": "5595", "fullAnswer": "mobiles" }, - { - "category": "FAMOUS RAYS", - "air_date": "2008-12-26", - "question": "He's the highly successful American businessman seen here", - "value": "$600", - "answer": "Ray Kroc", - "round": "Jeopardy!", - "show_number": "5595", - "fullAnswer": "Ray Kroc" - }, { "category": "THE CONSTITUTION TODAY", "air_date": "2008-12-26", @@ -360504,21 +341944,11 @@ "air_date": "2008-12-26", "question": "\"U Remind Me\" singer's spouting oil wells", "value": "$800", - "answer": "Usher\\'s gushers", + "answer": "Usher's gushers", "round": "Jeopardy!", "show_number": "5595", "fullAnswer": "Usher\\'s gushers" }, - { - "category": "NUMERICAL PHRASES", - "air_date": "2008-12-26", - "question": "(Jimmy of the Clue Crew reports from a sumo training stable in Tokyo, Japan.) Sumo wrestlers spend years to train and develop sumokan, intuitive awareness in the ring that's translated as this numerical term", - "value": "$800", - "answer": "sixth sense", - "round": "Jeopardy!", - "show_number": "5595", - "fullAnswer": "a sixth sense" - }, { "category": "GLASS & GLASSMAKING", "air_date": "2008-12-26", @@ -360529,16 +341959,6 @@ "show_number": "5595", "fullAnswer": "a stained-glass window" }, - { - "category": "\"MO\" BETTER", - "air_date": "2008-12-26", - "question": "(Jimmy of the Clue Crew performs an experiment in mechanics.) Drop a matchbox, & it falls over, but open the box, & it stands, because the drawer sliding shut uses the stabilizing power of this, defined as mass times velocity", - "value": "$800", - "answer": "momentum", - "round": "Jeopardy!", - "show_number": "5595", - "fullAnswer": "momentum" - }, { "category": "FAMOUS RAYS", "air_date": "2008-12-26", @@ -360564,7 +341984,7 @@ "air_date": "2008-12-26", "question": "Mr. Collins' vibratos", "value": "$1000", - "answer": "Phil\\'s trills", + "answer": "Phil's trills", "round": "Jeopardy!", "show_number": "5595", "fullAnswer": "Phil\\'s trills" @@ -360599,16 +342019,6 @@ "show_number": "5595", "fullAnswer": "Moliere" }, - { - "category": "FAMOUS RAYS", - "air_date": "2008-12-26", - "question": "He's the mystery writer seen here--not looking much like a private eye", - "value": "$1000", - "answer": "Raymond Chandler", - "round": "Jeopardy!", - "show_number": "5595", - "fullAnswer": "Raymond Chandler" - }, { "category": "GERMANIA", "air_date": "2008-12-26", @@ -360699,16 +342109,6 @@ "show_number": "5595", "fullAnswer": "correct" }, - { - "category": "FAMOUS RAYS", - "air_date": "2008-12-26", - "question": "The photos that revealed DNA's shape were taken with these rays; there's a distinct pattern when they go through a helix", - "value": "$800", - "answer": "X-rays", - "round": "Double Jeopardy!", - "show_number": "5595", - "fullAnswer": "X-rays" - }, { "category": "GERMANIA", "air_date": "2008-12-26", @@ -360819,16 +342219,6 @@ "show_number": "5595", "fullAnswer": "a guppy" }, - { - "category": "FAMOUS RAYS", - "air_date": "2008-12-26", - "question": "(Jon of the Clue Crew shows a diagram on the monitor.) In geometry, it's the 2-letter last name for the ray seen here", - "value": "$1600", - "answer": "Ba ray", - "round": "Double Jeopardy!", - "show_number": "5595", - "fullAnswer": "the Ba ray" - }, { "category": "GERMANIA", "air_date": "2008-12-26", @@ -360999,16 +342389,6 @@ "show_number": "5754", "fullAnswer": "the Vietnam War Memorial" }, - { - "category": "ROAD RELATED", - "air_date": "2009-09-24", - "question": "(Kelly of the Clue Crew shows a diagram on the monitor.) The Venn diagram represents consonants and vowels; sometimes \"Y\" in the middle is this mathematical set that the two larger sets have in common", - "value": "$400", - "answer": "intersection", - "round": "Jeopardy!", - "show_number": "5754", - "fullAnswer": "the intersection" - }, { "category": "ONLY IN AMERICA", "air_date": "2009-09-24", @@ -361049,16 +342429,6 @@ "show_number": "5754", "fullAnswer": "the question mark" }, - { - "category": "HELLO, WALLS", - "air_date": "2009-09-24", - "question": "The John Lennon wall seen here is in this Czech capital", - "value": "$600", - "answer": "Prague", - "round": "Jeopardy!", - "show_number": "5754", - "fullAnswer": "Prague" - }, { "category": "ROAD RELATED", "air_date": "2009-09-24", @@ -361079,16 +342449,6 @@ "show_number": "5754", "fullAnswer": "cream" }, - { - "category": "CHINA IN THE MUSEUM", - "air_date": "2009-09-24", - "question": "(Alex reports from Royal Ontario Museum in Toronto.) The ROM's Asia collection includes the tomb of Zu Dashou, a general who, in the early 1600s, helped defend this dynasty against Manchu attacks", - "value": "$800", - "answer": "Ming Dynasty", - "round": "Jeopardy!", - "show_number": "5754", - "fullAnswer": "the Ming Dynasty" - }, { "category": "MOVIE MISSING LINKS", "air_date": "2009-09-24", @@ -361119,16 +342479,6 @@ "show_number": "5754", "fullAnswer": "the Berlin Wall" }, - { - "category": "ROAD RELATED", - "air_date": "2009-09-24", - "question": "(Jimmy of the Clue Crew shows a number sequence on the monitor.) In the mathematical sequence here, 4 is termed this, just like the paved strip down the center of a highway", - "value": "$800", - "answer": "median", - "round": "Jeopardy!", - "show_number": "5754", - "fullAnswer": "the median" - }, { "category": "ONLY IN AMERICA", "air_date": "2009-09-24", @@ -361474,7 +342824,7 @@ "air_date": "2009-09-24", "question": "A 13-page document typed on April 18, 1945 with the names of 801 men inspired a 1982 book & this 1993 film", "value": null, - "answer": "Schindler\\'s List", + "answer": "Schindler's List", "round": "Final Jeopardy!", "show_number": "5754", "fullAnswer": "Schindler\\'s List" @@ -362054,21 +343404,11 @@ "air_date": "1998-01-09", "question": "New Zealand has 2 national anthems, \"God Defend New Zealand\" & this", "value": null, - "answer": "\\God Save the Queen\\", + "answer": "God Save the Queen", "round": "Final Jeopardy!", "show_number": "3080", "fullAnswer": "\\\"God Save the Queen\\\"" }, - { - "category": "SCIENCE", - "air_date": "2008-03-28", - "question": "(Kelly of the Clue Crew demonstrates with a coffee can & an inclined plane.) A ball of clay inside the can is enough to reposition the can's natural center of this, so the can rolls uphill", - "value": "$200", - "answer": "gravity", - "round": "Jeopardy!", - "show_number": "5430", - "fullAnswer": "gravity" - }, { "category": "MAY I HAVE A WORD WITH \"U\"?", "air_date": "2008-03-28", @@ -362179,16 +343519,6 @@ "show_number": "5430", "fullAnswer": "Liverpool" }, - { - "category": "SCIENCE", - "air_date": "2008-03-28", - "question": "Edward Doisy won a 1943 Nobel Prize for synthesizing this hemorrhage-inhibiting vitamin; isn't that \"special\"?", - "value": "$600", - "answer": "vitamin K", - "round": "Jeopardy!", - "show_number": "5430", - "fullAnswer": "vitamin K" - }, { "category": "MAY I HAVE A WORD WITH \"U\"?", "air_date": "2008-03-28", @@ -362299,16 +343629,6 @@ "show_number": "5430", "fullAnswer": "Wings" }, - { - "category": "SCIENCE", - "air_date": "2008-03-28", - "question": "(Jon of the Clue Crew holds a white rock at White Sands National Monument, New Mexico.) Because it's water-soluble, this form of calcium sulfate is rarely found in sand, but here in New Mexico's Tularosa Basin, there are no rivers to carry it away, so it forms the famed white sand", - "value": "$1000", - "answer": "gypsum", - "round": "Jeopardy!", - "show_number": "5430", - "fullAnswer": "gypsum" - }, { "category": "MAY I HAVE A WORD WITH \"U\"?", "air_date": "2008-03-28", @@ -362514,7 +343834,7 @@ "air_date": "2008-03-28", "question": "March 25 was this day in Britain until adoption of the Gregorian calendar in 1752", "value": "$1200", - "answer": "New Year\\'s Day", + "answer": "New Year's Day", "round": "Double Jeopardy!", "show_number": "5430", "fullAnswer": "New Year\\'s Day" @@ -363054,7 +344374,7 @@ "air_date": "1997-12-17", "question": "On July 19, 1970, after 70 years of business, this chocolate company ran its first consumer ad", "value": "$400", - "answer": "Hershey\\'s", + "answer": "Hershey's", "round": "Double Jeopardy!", "show_number": "3063", "fullAnswer": "Hershey\\'s" @@ -363599,16 +344919,6 @@ "show_number": "4786", "fullAnswer": "a crab" }, - { - "category": "WHERE AM I?", - "air_date": "2005-05-30", - "question": "(Jimmy of the Clue Crew holds a block of cheese.) I'm in this Midwest state famous for making cheddar, which actually originated in a village in England", - "value": "$400", - "answer": "Wisconsin", - "round": "Double Jeopardy!", - "show_number": "4786", - "fullAnswer": "Wisconsin" - }, { "category": "BEFORE & AFTER", "air_date": "2005-05-30", @@ -363659,16 +344969,6 @@ "show_number": "4786", "fullAnswer": "the monkfish" }, - { - "category": "WHERE AM I?", - "air_date": "2005-05-30", - "question": "(Sarah of the Clue Crew leans over a pool filled with denizens of the not-so-deep.) I'm at the 190,000 gallon manatee exhibit at the zoo of this city, now Ohio's most populous", - "value": "$800", - "answer": "Columbus", - "round": "Double Jeopardy!", - "show_number": "4786", - "fullAnswer": "Columbus" - }, { "category": "BEFORE & AFTER", "air_date": "2005-05-30", @@ -363719,16 +345019,6 @@ "show_number": "4786", "fullAnswer": "Philadelphia" }, - { - "category": "WHERE AM I?", - "air_date": "2005-05-30", - "question": "(Jimmy of the Clue Crew stands on a hill overlooking a steaming watercourse.) In 1872 Congress established this area of over 2 million acres after seeing photos taken by William Jackson", - "value": "$1200", - "answer": "Yellowstone National Park", - "round": "Double Jeopardy!", - "show_number": "4786", - "fullAnswer": "Yellowstone National Park" - }, { "category": "BEFORE & AFTER", "air_date": "2005-05-30", @@ -363999,16 +345289,6 @@ "show_number": "5799", "fullAnswer": "(Charles) Addams" }, - { - "category": "BREAKFAST CEREALS", - "air_date": "2009-11-26", - "question": "This great! Kellogg's cereal was introduced in 1952", - "value": "$600", - "answer": "Frosted Flakes", - "round": "Jeopardy!", - "show_number": "5799", - "fullAnswer": "Frosted Flakes" - }, { "category": "ANIMAL FARM", "air_date": "2009-11-26", @@ -364219,16 +345499,6 @@ "show_number": "5799", "fullAnswer": "Survivor" }, - { - "category": "COLLEGE COLLAGE", - "air_date": "2009-11-26", - "question": "(Sarah of the Clue Crew reports from the Berkeley campus.) Several structures here at Berkeley, including this one, the Memorial Mining Building, were financed by & named for this newspaper baron's family", - "value": "$4,000", - "answer": "Hearst", - "round": "Double Jeopardy!", - "show_number": "5799", - "fullAnswer": "(William Randolph) Hearst" - }, { "category": "IT'S THE 26th", "air_date": "2009-11-26", @@ -364894,7 +346164,7 @@ "air_date": "2002-12-25", "question": "Larry Hovis co-starred as Sergeant Carter on this World War II-set sitcom", "value": "$1200", - "answer": "Hogan\\'s Heroes", + "answer": "Hogan's Heroes", "round": "Double Jeopardy!", "show_number": "4218", "fullAnswer": "Hogan\\'s Heroes" @@ -365359,16 +346629,6 @@ "show_number": "5028", "fullAnswer": "Tom DeLay" }, - { - "category": "MOVIE TITLE NAMES", - "air_date": "2006-06-21", - "question": "Told his nose is broken, this 1976 title pugilist asks how it looks & gets the reply, \"Ah, it’s an improvement\"", - "value": "$400", - "answer": "Rocky", - "round": "Double Jeopardy!", - "show_number": "5028", - "fullAnswer": "Rocky" - }, { "category": "NONFICTION BEST SELLER OF THE YEAR", "air_date": "2006-06-21", @@ -365379,16 +346639,6 @@ "show_number": "5028", "fullAnswer": "Charles Kuralt" }, - { - "category": "WHERE AM I?", - "air_date": "2006-06-21", - "question": "(Jimmy of the Clue Crew stands next to a restaurant billboard.) I’m in this country getting used to some unfamiliar letter combos, like \"DZISIAJ W PROMOCJI:\"--\"Today's specials are:\"", - "value": "$400", - "answer": "Poland", - "round": "Double Jeopardy!", - "show_number": "5028", - "fullAnswer": "Poland" - }, { "category": "PAINTERS", "air_date": "2006-06-21", @@ -365439,16 +346689,6 @@ "show_number": "5028", "fullAnswer": "Suze Orman" }, - { - "category": "WHERE AM I?", - "air_date": "2006-06-21", - "question": "(Jimmy of the Clue Crew walks through a city park.) I’m on Tahrir or Liberation Square in this vast & ancient capital city", - "value": "$800", - "answer": "Cairo", - "round": "Double Jeopardy!", - "show_number": "5028", - "fullAnswer": "Cairo" - }, { "category": "PAINTERS", "air_date": "2006-06-21", @@ -365499,16 +346739,6 @@ "show_number": "5028", "fullAnswer": "Art Linkletter" }, - { - "category": "WHERE AM I?", - "air_date": "2006-06-21", - "question": "(Sarah of the Clue Crew walks in front of some ruins in Greece.) It's a dog day afternoon in Athens, Greece, located on this peninsula", - "value": "$3,000", - "answer": "Attica", - "round": "Double Jeopardy!", - "show_number": "5028", - "fullAnswer": "Attica" - }, { "category": "PAINTERS", "air_date": "2006-06-21", @@ -365559,16 +346789,6 @@ "show_number": "5028", "fullAnswer": "William Manchester" }, - { - "category": "WHERE AM I?", - "air_date": "2006-06-21", - "question": "(Cheryl of the Clue Crew stands in a narrow space station module replica in Russia.) I'm at the Yuri Gagarin Cosmonaut Training Center in this complex near Moscow, appropriately named this City", - "value": "$1600", - "answer": "Star City", - "round": "Double Jeopardy!", - "show_number": "5028", - "fullAnswer": "Star City" - }, { "category": "PAINTERS", "air_date": "2006-06-21", @@ -365619,16 +346839,6 @@ "show_number": "5028", "fullAnswer": "H.G. Wells" }, - { - "category": "WHERE AM I?", - "air_date": "2006-06-21", - "question": "(Kelly of the Clue Crew walks down a bustling street in Germany.) In Lübeck, I'm in this northern German state composed of two historic areas", - "value": "$2000", - "answer": "Schleswig-Holstein", - "round": "Double Jeopardy!", - "show_number": "5028", - "fullAnswer": "Schleswig-Holstein" - }, { "category": "PAINTERS", "air_date": "2006-06-21", @@ -365649,16 +346859,6 @@ "show_number": "5028", "fullAnswer": "a viscount" }, - { - "category": "AUTHORS", - "air_date": "2006-06-21", - "question": "Author seen here with his son", - "value": null, - "answer": ".A. Milne", - "round": "Final Jeopardy!", - "show_number": "5028", - "fullAnswer": "A.A. Milne" - }, { "category": "FAMOUS COUNTS", "air_date": "2008-10-31", @@ -365734,7 +346934,7 @@ "air_date": "2008-10-31", "question": "In the first Harry Potter novel, Harry & his friends try to get to this title object", "value": "$400", - "answer": "Sorcerer\\'s Stone", + "answer": "Sorcerer's Stone", "round": "Jeopardy!", "show_number": "5555", "fullAnswer": "the Sorcerer\\'s Stone" @@ -365754,7 +346954,7 @@ "air_date": "2008-10-31", "question": "Let's have some of this company's \"Kissables\"--Kisses coated with colorful candy shells", "value": "$400", - "answer": "Hershey\\'s", + "answer": "Hershey's", "round": "Jeopardy!", "show_number": "5555", "fullAnswer": "Hershey\\'s" @@ -365939,16 +347139,6 @@ "show_number": "5555", "fullAnswer": "San Francisco" }, - { - "category": "MORSE CODE", - "air_date": "2008-10-31", - "question": "(Kelly of the Clue Crew shows an animation on the monitor combining two Morse code letters.) In the 21st century, international Morse code fought its slide into obsolescence with its first new character in decades--it combined A & C to symbolize this sign", - "value": "$1000", - "answer": "@", - "round": "Jeopardy!", - "show_number": "5555", - "fullAnswer": "@" - }, { "category": "JUST SAY \"NO\"", "air_date": "2008-10-31", @@ -365979,16 +347169,6 @@ "show_number": "5555", "fullAnswer": "\"Born To Run\"" }, - { - "category": "DAYS OF RECREATION", - "air_date": "2008-10-31", - "question": "This brand's logo is seen here; it started as an off-season hockey training tool", - "value": "$400", - "answer": "Rollerblade", - "round": "Double Jeopardy!", - "show_number": "5555", - "fullAnswer": "Rollerblade" - }, { "category": "HAVE A RETREAT", "air_date": "2008-10-31", @@ -366094,21 +347274,11 @@ "air_date": "2008-10-31", "question": "My ringtone of this trio's \"Bootylicious\" just leaves me dying to hear the whole song", "value": "$1200", - "answer": "Destiny\\'s Child", + "answer": "Destiny's Child", "round": "Double Jeopardy!", "show_number": "5555", "fullAnswer": "Destiny\\'s Child" }, - { - "category": "DAYS OF RECREATION", - "air_date": "2008-10-31", - "question": "(Jon of the Clue Crew moves some mah-jongg tiles on top of some others.) To start playing mah-jongg, the player who is the East Wind rolls the dice to determine who has the honor of opening this aptly named structure", - "value": "$1200", - "answer": "wall", - "round": "Double Jeopardy!", - "show_number": "5555", - "fullAnswer": "the wall" - }, { "category": "HAVE A RETREAT", "air_date": "2008-10-31", @@ -366219,16 +347389,6 @@ "show_number": "5555", "fullAnswer": "Dusty Springfield" }, - { - "category": "DAYS OF RECREATION", - "air_date": "2008-10-31", - "question": "The pro seen here is engaging in this activity--a hybrid of waterskiing & snowboarding", - "value": "$2000", - "answer": "wakeboarding", - "round": "Double Jeopardy!", - "show_number": "5555", - "fullAnswer": "wakeboarding" - }, { "category": "HAVE A RETREAT", "air_date": "2008-10-31", @@ -366354,7 +347514,7 @@ "air_date": "1987-11-12", "question": "In the Ben E. King hit, this term of endearment precedes \"Stand By Me\"", "value": "$200", - "answer": "darlin\\'", + "answer": "darlin'", "round": "Jeopardy!", "show_number": "734", "fullAnswer": "darlin\\'" @@ -366379,16 +347539,6 @@ "show_number": "734", "fullAnswer": "Alaska" }, - { - "category": "STARTS WITH \"C\"", - "air_date": "1987-11-12", - "question": "1945 Broadway musical which featured the following waltz", - "value": "$100", - "answer": "Carousel", - "round": "Jeopardy!", - "show_number": "734", - "fullAnswer": "Carousel" - }, { "category": "THE THIRD WORLD", "air_date": "1987-11-12", @@ -367489,16 +348639,6 @@ "show_number": "2579", "fullAnswer": "Lincoln, Nebraska" }, - { - "category": "THE INDY 500", - "air_date": "2004-05-28", - "question": "(Sofia of the Clue Crew rides up in an Indy car at the Indianapolis Speedway.) Paved with 3.2 million bricks in 1909, the Indianapolis Speedway has had this nickname ever since", - "value": "$200", - "answer": "The Brickyard", - "round": "Jeopardy!", - "show_number": "4555", - "fullAnswer": "\"The Brickyard\"" - }, { "category": "HOUSE STANDING COMMITTEES", "air_date": "2004-05-28", @@ -367549,16 +348689,6 @@ "show_number": "4555", "fullAnswer": "Godot" }, - { - "category": "THE INDY 500", - "air_date": "2004-05-28", - "question": "(Jimmy of the Clue Crew reads from inside a car at the Indianapolis Speedway Hall of Fame Museum.) A 1911 Stoddard-Dayton was one of the first of these cars that lead others around the track but don't race", - "value": "$400", - "answer": "pace car", - "round": "Jeopardy!", - "show_number": "4555", - "fullAnswer": "a pace car" - }, { "category": "HOUSE STANDING COMMITTEES", "air_date": "2004-05-28", @@ -367609,16 +348739,6 @@ "show_number": "4555", "fullAnswer": "Germany" }, - { - "category": "THE INDY 500", - "air_date": "2004-05-28", - "question": "(Jimmy of the Clue Crew reports from the Indianapolis Speedway.) The tradition of Indy 500 winners drinking this nonalcoholic beverage in victory lane began with 1936 winner Louis Meyer", - "value": "$600", - "answer": "milk", - "round": "Jeopardy!", - "show_number": "4555", - "fullAnswer": "milk" - }, { "category": "HOUSE STANDING COMMITTEES", "air_date": "2004-05-28", @@ -367639,16 +348759,6 @@ "show_number": "4555", "fullAnswer": "the Clermont" }, - { - "category": "LET'S RUN IT UP THE FLAGPOLE", - "air_date": "2004-05-28", - "question": "International organization whose flag is seen here", - "value": "$600", - "answer": "NATO", - "round": "Jeopardy!", - "show_number": "4555", - "fullAnswer": "NATO" - }, { "category": "STATES' MEN", "air_date": "2004-05-28", @@ -367669,16 +348779,6 @@ "show_number": "4555", "fullAnswer": "The Guiness Book of World Records" }, - { - "category": "THE INDY 500", - "air_date": "2004-05-28", - "question": "(Jimmy of the Clue Crew reads from the Indianapolis Speedway Hall of Fame Museum.) Behind the wheels of these cars, this driver, known by his initials, became the first 4-time winner of the Indy 500", - "value": "$800", - "answer": ".J. Foyt", - "round": "Jeopardy!", - "show_number": "4555", - "fullAnswer": "A.J. Foyt" - }, { "category": "HOUSE STANDING COMMITTEES", "air_date": "2004-05-28", @@ -367729,16 +348829,6 @@ "show_number": "4555", "fullAnswer": "Gemini" }, - { - "category": "THE INDY 500", - "air_date": "2004-05-28", - "question": "(Sofia reports from the Indianapolis Speedway Hall of Fame Museum.) It was hard keeping up with this 1963 Indy 500 winner, the first driver to turn an official lap here at over 150 miles per hour", - "value": "$1000", - "answer": "Parnelli Jones", - "round": "Jeopardy!", - "show_number": "4555", - "fullAnswer": "Parnelli Jones" - }, { "category": "HOUSE STANDING COMMITTEES", "air_date": "2004-05-28", @@ -367819,16 +348909,6 @@ "show_number": "4555", "fullAnswer": "Hillary Clinton" }, - { - "category": "PICTURE THIS", - "air_date": "2004-05-28", - "question": "A brood of chickens, or the auto part seen here", - "value": "$400", - "answer": "clutch", - "round": "Double Jeopardy!", - "show_number": "4555", - "fullAnswer": "a clutch" - }, { "category": "THE SOLAR SYSTEM", "air_date": "2004-05-28", @@ -367879,26 +348959,6 @@ "show_number": "4555", "fullAnswer": "Nat Turner" }, - { - "category": "PICTURE THIS", - "air_date": "2004-05-28", - "question": "A surgeon might call for these", - "value": "$800", - "answer": "forceps", - "round": "Double Jeopardy!", - "show_number": "4555", - "fullAnswer": "forceps" - }, - { - "category": "THE SOLAR SYSTEM", - "air_date": "2004-05-28", - "question": "It's the planet seen here", - "value": "$800", - "answer": "Mars", - "round": "Double Jeopardy!", - "show_number": "4555", - "fullAnswer": "Mars" - }, { "category": "\"TUDE\" RANCH", "air_date": "2004-05-28", @@ -367939,16 +348999,6 @@ "show_number": "4555", "fullAnswer": "I Know Why the Caged Bird Sings" }, - { - "category": "PICTURE THIS", - "air_date": "2004-05-28", - "question": "A diplomatic official, or the case you're looking at", - "value": "$1200", - "answer": "attaché", - "round": "Double Jeopardy!", - "show_number": "4555", - "fullAnswer": "an attaché" - }, { "category": "THE SOLAR SYSTEM", "air_date": "2004-05-28", @@ -367999,16 +349049,6 @@ "show_number": "4555", "fullAnswer": "William Butler Yeats" }, - { - "category": "PICTURE THIS", - "air_date": "2004-05-28", - "question": "When you're really in trouble, you could go from the item seen here... into this", - "value": "$1600", - "answer": "fire", - "round": "Double Jeopardy!", - "show_number": "4555", - "fullAnswer": "the fire" - }, { "category": "THE SOLAR SYSTEM", "air_date": "2004-05-28", @@ -368059,16 +349099,6 @@ "show_number": "4555", "fullAnswer": "Marcus Aurelius" }, - { - "category": "PICTURE THIS", - "air_date": "2004-05-28", - "question": "In a Depression hit, it's what Irving Berlin wanted with another one of these", - "value": "$2000", - "answer": "another piece of pie", - "round": "Double Jeopardy!", - "show_number": "4555", - "fullAnswer": "another piece of pie" - }, { "category": "THE SOLAR SYSTEM", "air_date": "2004-05-28", @@ -368374,7 +349404,7 @@ "air_date": "1999-11-03", "question": "(Hi, I'm Edwin McCain) My song \"I'll Be\" got a lot of play after it was featured on the May 1998 season finale of this WB TV series", "value": "$500", - "answer": "Dawson\\'s Creek", + "answer": "Dawson's Creek", "round": "Jeopardy!", "show_number": "3488", "fullAnswer": "Dawson\\'s Creek" @@ -368494,7 +349524,7 @@ "air_date": "1999-11-03", "question": "Don't take this in vain", "value": "$400", - "answer": "Lord\\'s name", + "answer": "Lord's name", "round": "Double Jeopardy!", "show_number": "3488", "fullAnswer": "The Lord\\'s name" @@ -368724,7 +349754,7 @@ "air_date": "2011-07-05", "question": "This name comes before \"Pieces\", \"Fast Break\" & \"Peanut Butter Cup\"", "value": "$200", - "answer": "Reese\\'s", + "answer": "Reese's", "round": "Jeopardy!", "show_number": "6187", "fullAnswer": "Reese\\'s" @@ -368789,16 +349819,6 @@ "show_number": "6187", "fullAnswer": "an Oreo" }, - { - "category": "SUMMERTIME", - "air_date": "2011-07-05", - "question": "On summer afternoons in many neighborhoods, dads are on display doing this", - "value": "$400", - "answer": "mowing the lawn", - "round": "Jeopardy!", - "show_number": "6187", - "fullAnswer": "mowing the lawn" - }, { "category": "DR. SEUSS CHARACTERS", "air_date": "2011-07-05", @@ -368839,16 +349859,6 @@ "show_number": "6187", "fullAnswer": "Moses" }, - { - "category": "SWEET TREATS", - "air_date": "2011-07-05", - "question": "The kid seen here is the official spokesperson of these snack cakes", - "value": "$600", - "answer": "Twinkies", - "round": "Jeopardy!", - "show_number": "6187", - "fullAnswer": "Twinkies" - }, { "category": "SUMMERTIME", "air_date": "2011-07-05", @@ -369099,16 +350109,6 @@ "show_number": "6187", "fullAnswer": "a tiger" }, - { - "category": "THE SOUTHERN HEMISPHERE", - "air_date": "2011-07-05", - "question": "The Andes are dandy in this country, highlighted here", - "value": "$800", - "answer": "Peru", - "round": "Double Jeopardy!", - "show_number": "6187", - "fullAnswer": "Peru" - }, { "category": "\"H\" IS FOR HOBBY", "air_date": "2011-07-05", @@ -369249,16 +350249,6 @@ "show_number": "6187", "fullAnswer": "cymbals/symbols" }, - { - "category": "AMERICANA", - "air_date": "2011-07-05", - "question": "(Kelly of the Clue Crew stands by the Great Seal of the United States) On the Great Seal of the United States, the power of war and peace are symbolized by what the eagle holds in its talons, thirteen arrows on one side, and this, with thirteen leaves, on the other", - "value": "$2000", - "answer": "olive branch", - "round": "Double Jeopardy!", - "show_number": "6187", - "fullAnswer": "an olive branch" - }, { "category": "MOVIE SEQUELS", "air_date": "2011-07-05", @@ -369269,16 +350259,6 @@ "show_number": "6187", "fullAnswer": "Ariel" }, - { - "category": "HELLO KITTY", - "air_date": "2011-07-05", - "question": "It's the 5-letter name for the kitty's coat pattern, which is distinguished by the mark on the forehead", - "value": "$2000", - "answer": "tabby", - "round": "Double Jeopardy!", - "show_number": "6187", - "fullAnswer": "tabby" - }, { "category": "THE SOUTHERN HEMISPHERE", "air_date": "2011-07-05", @@ -369994,21 +350974,11 @@ "air_date": "2001-03-08", "question": "Here's the \"scoop\": this chain began operating in 1978 out of a renovated gas station in Vermont", "value": "$200", - "answer": "Ben & Jerry\\'s", + "answer": "Ben & Jerry's", "round": "Jeopardy!", "show_number": "3809", "fullAnswer": "Ben & Jerry\\'s" }, - { - "category": "SYRUPTITIOUS", - "air_date": "2001-03-08", - "question": "She's the \"syrupy\" mrs. seen here:", - "value": "$200", - "answer": "Mrs. Butterworth", - "round": "Jeopardy!", - "show_number": "3809", - "fullAnswer": "Mrs. Butterworth" - }, { "category": "WHAT THE \"H\" IS IT?", "air_date": "2001-03-08", @@ -370154,7 +351124,7 @@ "air_date": "2001-03-08", "question": "\"Lovey's Secret Admirer\"", "value": "$500", - "answer": "Gilligan\\'s Island", + "answer": "Gilligan's Island", "round": "Jeopardy!", "show_number": "3809", "fullAnswer": "Gilligan\\'s Island" @@ -370234,7 +351204,7 @@ "air_date": "2001-03-08", "question": "Serling's deities", "value": "$200", - "answer": "Rod\\'s gods", + "answer": "Rod's gods", "round": "Double Jeopardy!", "show_number": "3809", "fullAnswer": "Rod\\'s gods" @@ -370294,7 +351264,7 @@ "air_date": "2001-03-08", "question": "Rickenbacker's flimsy nightwear", "value": "$400", - "answer": "Eddie\\'s teddies", + "answer": "Eddie's teddies", "round": "Double Jeopardy!", "show_number": "3809", "fullAnswer": "Eddie\\'s teddies" @@ -370354,7 +351324,7 @@ "air_date": "2001-03-08", "question": "Schwarzkopf's latter-day saints", "value": "$600", - "answer": "Norman\\'s Mormons", + "answer": "Norman's Mormons", "round": "Double Jeopardy!", "show_number": "3809", "fullAnswer": "Norman\\'s Mormons" @@ -370414,7 +351384,7 @@ "air_date": "2001-03-08", "question": "Brummell's schnoz", "value": "$800", - "answer": "Beau\\'s nose", + "answer": "Beau's nose", "round": "Double Jeopardy!", "show_number": "3809", "fullAnswer": "Beau\\'s nose" @@ -370474,7 +351444,7 @@ "air_date": "2001-03-08", "question": "Eldridge's cloth-makers", "value": "$1000", - "answer": "Cleaver\\'s weavers", + "answer": "Cleaver's weavers", "round": "Double Jeopardy!", "show_number": "3809", "fullAnswer": "Cleaver\\'s weavers" @@ -370489,16 +351459,6 @@ "show_number": "3809", "fullAnswer": "Samuel Pepys" }, - { - "category": "MANET, MONET OR JACQUES-LOUIS DAVID", - "air_date": "2001-03-08", - "question": "His painting \"The Fifer\", seen here, dates from 1866:", - "value": "$1000", - "answer": "Manet", - "round": "Double Jeopardy!", - "show_number": "3809", - "fullAnswer": "Manet" - }, { "category": "U.S. HISTORY", "air_date": "2001-03-08", @@ -370954,7 +351914,7 @@ "air_date": "1999-04-16", "question": "Pursued by Demetrius & Helena, Hermia & Lysander elope to a wood near Athens in this comedy", "value": "$600", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "3375", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -371179,16 +352139,6 @@ "show_number": "2762", "fullAnswer": "waddle" }, - { - "category": "IN THE NEWS", - "air_date": "1996-09-10", - "question": "Summer 1996 event whose route is depicted here", - "value": "$500", - "answer": "Olympic Torch Relay", - "round": "Jeopardy!", - "show_number": "2762", - "fullAnswer": "the Olympic Torch Relay" - }, { "category": "WEIGHTS & MEASURES", "air_date": "1996-09-10", @@ -371584,7 +352534,7 @@ "air_date": "1996-09-10", "question": "Rita Moreno is featured as silent screen siren Zelda Zanders in this Gene Kelly musical", "value": "$800", - "answer": "Singin\\' in the Rain", + "answer": "Singin' in the Rain", "round": "Double Jeopardy!", "show_number": "2762", "fullAnswer": "Singin\\' in the Rain" @@ -371749,16 +352699,6 @@ "show_number": "6248", "fullAnswer": "Oahu" }, - { - "category": "FRIEZES", - "air_date": "2011-11-16", - "question": "A frieze that once adorned the Mausoleum of Halicarnassus shows Greeks battling these warrior women", - "value": "$200", - "answer": "Amazons", - "round": "Jeopardy!", - "show_number": "6248", - "fullAnswer": "the Amazons" - }, { "category": "THAWS", "air_date": "2011-11-16", @@ -371869,16 +352809,6 @@ "show_number": "6248", "fullAnswer": "Mary Ann" }, - { - "category": "FRIEZES", - "air_date": "2011-11-16", - "question": "A temple frieze at Kailasanatha depicts a battle from \"The Mahabharata\", an ancient epic from this country", - "value": "$600", - "answer": "India", - "round": "Jeopardy!", - "show_number": "6248", - "fullAnswer": "India" - }, { "category": "THAWS", "air_date": "2011-11-16", @@ -371909,16 +352839,6 @@ "show_number": "6248", "fullAnswer": "Excalibur" }, - { - "category": "IN THE \"HOUSE\"", - "air_date": "2011-11-16", - "question": "Cha-mise is a Japanese word for this type of place, seen here", - "value": "$800", - "answer": "teahouse", - "round": "Jeopardy!", - "show_number": "6248", - "fullAnswer": "a teahouse" - }, { "category": "GILLIGAN'S ISLAND", "air_date": "2011-11-16", @@ -371929,16 +352849,6 @@ "show_number": "6248", "fullAnswer": "(Kurt) Russell" }, - { - "category": "FRIEZES", - "air_date": "2011-11-16", - "question": "Because it depicts the official counting of Roman citizens, an ancient relief is known as this frieze", - "value": "$800", - "answer": "census", - "round": "Jeopardy!", - "show_number": "6248", - "fullAnswer": "a census" - }, { "category": "THAWS", "air_date": "2011-11-16", @@ -371989,16 +352899,6 @@ "show_number": "6248", "fullAnswer": "Mrs. Howell" }, - { - "category": "FRIEZES", - "air_date": "2011-11-16", - "question": "An RAF veteran poses with a life-size frieze at the London memorial to this pivotal 1940 battle", - "value": "$1000", - "answer": "Battle of Britain", - "round": "Jeopardy!", - "show_number": "6248", - "fullAnswer": "the Battle of Britain" - }, { "category": "THAWS", "air_date": "2011-11-16", @@ -372119,16 +353019,6 @@ "show_number": "6248", "fullAnswer": "a penguin" }, - { - "category": "THAT'S SO CLICHE!", - "air_date": "2011-11-16", - "question": "As animated here, it means to go out & celebrate boisterously", - "value": "$800", - "answer": "paint the town red", - "round": "Double Jeopardy!", - "show_number": "6248", - "fullAnswer": "paint the town red" - }, { "category": "SWEET TALK", "air_date": "2011-11-16", @@ -372239,16 +353129,6 @@ "show_number": "6248", "fullAnswer": "the Gulf of Aden" }, - { - "category": "THAT'S SO CLICHE!", - "air_date": "2011-11-16", - "question": "As seen here, it's another way of saying old or aging", - "value": "$1600", - "answer": "long in the tooth", - "round": "Double Jeopardy!", - "show_number": "6248", - "fullAnswer": "long in the tooth" - }, { "category": "SWEET TALK", "air_date": "2011-11-16", @@ -372264,7 +353144,7 @@ "air_date": "2011-11-16", "question": "A longtime talk show host & short-time \"The View\" co-host, she once played Golde in \"Fiddler on the Roof\"", "value": "$2000", - "answer": "Rosie O\\'Donnell", + "answer": "Rosie O'Donnell", "round": "Double Jeopardy!", "show_number": "6248", "fullAnswer": "Rosie O\\'Donnell" @@ -372284,7 +353164,7 @@ "air_date": "2011-11-16", "question": "For centuries, herbalists have used this wort to treat depression", "value": "$2000", - "answer": "St. John\\'s wort", + "answer": "St. John's wort", "round": "Double Jeopardy!", "show_number": "6248", "fullAnswer": "St. John\\'s wort" @@ -372314,7 +353194,7 @@ "air_date": "2011-11-16", "question": "Still in existence, it begin in 1688 in a British coffee shop popular with maritime folk; it soon got involved in their business", "value": null, - "answer": "Lloyd\\'s of London", + "answer": "Lloyd's of London", "round": "Final Jeopardy!", "show_number": "6248", "fullAnswer": "Lloyd\\'s of London" @@ -372629,16 +353509,6 @@ "show_number": "4887", "fullAnswer": "Stephen King" }, - { - "category": "TRACK & FIELD", - "air_date": "2005-12-06", - "question": "(Jon of the Clue Crew delivers the clue from the Duke University track in Durham, NC.) In the '60s, he changed the high jump when he ditched the old straddle method for the flop now named after him", - "value": "$400", - "answer": "Dick Fosbury", - "round": "Double Jeopardy!", - "show_number": "4887", - "fullAnswer": "Dick Fosbury" - }, { "category": "GOING DUTCH", "air_date": "2005-12-06", @@ -372749,16 +353619,6 @@ "show_number": "4887", "fullAnswer": "(Isabel) Allende" }, - { - "category": "TRACK & FIELD", - "air_date": "2005-12-06", - "question": "(Jon of the Clue Crew delivers the clue from the Duke University track in Durham, NC.) This American who won 122 straight 400-meter hurdles worked out the dynamics of hurdling as a college physics major", - "value": "$1200", - "answer": "Moses", - "round": "Double Jeopardy!", - "show_number": "4887", - "fullAnswer": "(Edwin) Moses" - }, { "category": "GOING DUTCH", "air_date": "2005-12-06", @@ -372869,26 +353729,6 @@ "show_number": "4887", "fullAnswer": "Margaret Atwood" }, - { - "category": "TRACK & FIELD", - "air_date": "2005-12-06", - "question": "(Sarah of the Clue Crew delivers the clue from the Duke University track in Durham, NC.) One of the most important parts of a vault when forward momentum starts to shift is this one where the pole is placed in the box", - "value": "$2000", - "answer": "plant", - "round": "Double Jeopardy!", - "show_number": "4887", - "fullAnswer": "the plant" - }, - { - "category": "GOING DUTCH", - "air_date": "2005-12-06", - "question": "Sister Wendy said the skull this Dutchman painted around 1626 seems to address us in some way", - "value": "$2000", - "answer": "Frans Hals", - "round": "Double Jeopardy!", - "show_number": "4887", - "fullAnswer": "Frans Hals" - }, { "category": "AMERICANA WORMS", "air_date": "2005-12-06", @@ -373489,16 +354329,6 @@ "show_number": "5088", "fullAnswer": "Chiquita (Brands)" }, - { - "category": "EPONYMOUS SCIENCE", - "air_date": "2006-10-25", - "question": "(Jimmy of the Clue Crew indicates the symbol Å on a monitor.) Named for a Swedish physicist & symbolized here, this tiny unit of measure is one ten-billionth of a meter--that's 254 million per inch", - "value": "$2000", - "answer": "angstrom", - "round": "Double Jeopardy!", - "show_number": "5088", - "fullAnswer": "an angstrom" - }, { "category": "ADD A LETTER", "air_date": "2006-10-25", @@ -374044,7 +354874,7 @@ "air_date": "2003-04-08", "question": "\"Grandchildren on your knee -- Vera, Chuck and Dave\"", "value": "$1600", - "answer": "When I\\'m Sixty-Four", + "answer": "When I'm Sixty-Four", "round": "Double Jeopardy!", "show_number": "4292", "fullAnswer": "\"When I\\'m Sixty-Four\"" @@ -374299,16 +355129,6 @@ "show_number": "4165", "fullAnswer": "Martin Van Buren" }, - { - "category": "WE'VE GOT COMPANY", - "air_date": "2002-10-11", - "question": "The nation's second-largest Internet service provider; its logo is seen here", - "value": "$600", - "answer": "EarthLink", - "round": "Jeopardy!", - "show_number": "4165", - "fullAnswer": "EarthLink" - }, { "category": "STATELY REBUSES", "air_date": "2002-10-11", @@ -375069,16 +355889,6 @@ "show_number": "4919", "fullAnswer": "Charlton Heston" }, - { - "category": "TAKE ME TO YOUR LEADER", - "air_date": "2006-01-19", - "question": "A military major general at age 39 in 1967, he defeated his political predecessor in a landslide in 2001", - "value": "$400", - "answer": "Sharon", - "round": "Double Jeopardy!", - "show_number": "4919", - "fullAnswer": "Sharon" - }, { "category": "FROM THE LATIN", "air_date": "2006-01-19", @@ -375114,7 +355924,7 @@ "air_date": "2006-01-19", "question": "Ken Kesey's work in the mental ward of a V.A. hospital provided background for this novel", "value": "$800", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Double Jeopardy!", "show_number": "4919", "fullAnswer": "One Flew Over the Cuckoo\\'s Nest" @@ -375129,26 +355939,6 @@ "show_number": "4919", "fullAnswer": "Paul Newman" }, - { - "category": "TAKE ME TO YOUR LEADER", - "air_date": "2006-01-19", - "question": "Though his country is only the size of Pennsylvania, this leader's bellicose rhetoric keeps it in the news", - "value": "$800", - "answer": "Kim Jong Il", - "round": "Double Jeopardy!", - "show_number": "4919", - "fullAnswer": "Kim Jong Il" - }, - { - "category": "FROM THE LATIN", - "air_date": "2006-01-19", - "question": "(Kelly of the Clue Crew shows a piece of paper and an image on a monitor.) From the Latin for continuous, a calendar with all 14 possible years is called this type; 2006 is No. 1, so my birthday falls on a Thursday", - "value": "$800", - "answer": "perpetual calendar", - "round": "Double Jeopardy!", - "show_number": "4919", - "fullAnswer": "a perpetual calendar" - }, { "category": "WHICH CRAFT", "air_date": "2006-01-19", @@ -375189,16 +355979,6 @@ "show_number": "4919", "fullAnswer": "the chariot scene" }, - { - "category": "TAKE ME TO YOUR LEADER", - "air_date": "2006-01-19", - "question": "He beat 17 other candidates to become president of his country in 2004", - "value": "$1200", - "answer": "Hamid Karzai", - "round": "Double Jeopardy!", - "show_number": "4919", - "fullAnswer": "Hamid Karzai" - }, { "category": "FROM THE LATIN", "air_date": "2006-01-19", @@ -375249,16 +356029,6 @@ "show_number": "4919", "fullAnswer": "Leslie Nielsen" }, - { - "category": "TAKE ME TO YOUR LEADER", - "air_date": "2006-01-19", - "question": "A billionaire media tycoon, he's been prime minister twice, most recently since 2001", - "value": "$1600", - "answer": "Berlusconi", - "round": "Double Jeopardy!", - "show_number": "4919", - "fullAnswer": "Berlusconi" - }, { "category": "FROM THE LATIN", "air_date": "2006-01-19", @@ -375309,16 +356079,6 @@ "show_number": "4919", "fullAnswer": "Gore Vidal" }, - { - "category": "TAKE ME TO YOUR LEADER", - "air_date": "2006-01-19", - "question": "This Pakistani president has maintained his close ties with the United States", - "value": "$2000", - "answer": "Musharraf", - "round": "Double Jeopardy!", - "show_number": "4919", - "fullAnswer": "Musharraf" - }, { "category": "FROM THE LATIN", "air_date": "2006-01-19", @@ -375354,7 +356114,7 @@ "air_date": "2006-01-19", "question": "This No. 1 hit from 1968 was part of a hit film's soundtrack & was originally written about Eleanor Roosevelt", "value": null, - "answer": "\\Mrs. Robinson\\", + "answer": "Mrs. Robinson", "round": "Final Jeopardy!", "show_number": "4919", "fullAnswer": "\\\"Mrs. Robinson\\\"" @@ -376699,16 +357459,6 @@ "show_number": "1250", "fullAnswer": "Spike Lee" }, - { - "category": "SONGS OF THE '60S", - "air_date": "1990-01-26", - "question": "Group heard here who had their 1st No. 1 hit a year before the Beach Boys:

\"Two girls for every boy... I've got a '34 wagon...\"", - "value": "$500", - "answer": "Jan & Dean ", - "round": "Jeopardy!", - "show_number": "1250", - "fullAnswer": "Jan & Dean (\"Surf City\")" - }, { "category": "POLITICAL TERMS & SLOGANS", "air_date": "1990-01-26", @@ -376964,7 +357714,7 @@ "air_date": "1990-01-26", "question": "It's orange, it glows in the dark & it's a mushroom, as well as the name of a Halloween prop", "value": "$400", - "answer": "Jack-O\\'-Lantern", + "answer": "Jack-O'-Lantern", "round": "Double Jeopardy!", "show_number": "1250", "fullAnswer": "a Jack-O\\'-Lantern" @@ -377594,7 +358344,7 @@ "air_date": "2001-11-28", "question": "(Hi, I'm KC of KC and the Sunshine Band.) Originally a sexier song, this 1975 hit had to be toned down, uh-huh, uh-huh", "value": "$1,000", - "answer": "That\\'s the Way (I Like It)", + "answer": "That's the Way (I Like It)", "round": "Double Jeopardy!", "show_number": "3968", "fullAnswer": "\"That\\'s the Way (I Like It)\"" @@ -377804,7 +358554,7 @@ "air_date": "1997-06-16", "question": "A 1996 Business Week survey called this soup company's board of directors \"America's Best\"", "value": "$100", - "answer": "Campbell\\'s", + "answer": "Campbell's", "round": "Jeopardy!", "show_number": "2961", "fullAnswer": "Campbell\\'s" @@ -379239,16 +359989,6 @@ "show_number": "4876", "fullAnswer": "incunabula" }, - { - "category": "AMERICANA", - "air_date": "2005-11-21", - "question": "(Hi. I'm Larry King.) This New York governor was the guest on the first \"Larry King Live\" on CNN June 1, 1985", - "value": "$1000", - "answer": "Mario Cuomo", - "round": "Jeopardy!", - "show_number": "4876", - "fullAnswer": "Mario Cuomo" - }, { "category": "\"EEK\" CITY", "air_date": "2005-11-21", @@ -379259,16 +359999,6 @@ "show_number": "4876", "fullAnswer": "biweekly" }, - { - "category": "WELCOME TO WYOMING", - "air_date": "2005-11-21", - "question": "(Jimmy of the Clue Crew is outstanding in his field, complete with dilapidated barn and mountain range, in Grand Teton Nat'l Park, Wyoming.) The Grand Tetons are an impressive part of the northen section of this much larger mountain chain", - "value": "$400", - "answer": "Rockies", - "round": "Double Jeopardy!", - "show_number": "4876", - "fullAnswer": "the Rockies" - }, { "category": "\"KING\" OF THE TOP 40", "air_date": "2005-11-21", @@ -379339,16 +360069,6 @@ "show_number": "4876", "fullAnswer": "The Kingsmen" }, - { - "category": "WOMEN IN GOVERNMENT", - "air_date": "2005-11-21", - "question": "(Hi, I'm Ari Fleischer.) In 1999, after this woman left the Red Cross, I was communcations director for her presidential campaign", - "value": "$1,000", - "answer": "Elizabeth Dole", - "round": "Double Jeopardy!", - "show_number": "4876", - "fullAnswer": "Elizabeth Dole" - }, { "category": "ADD A LETTER", "air_date": "2005-11-21", @@ -379379,16 +360099,6 @@ "show_number": "4876", "fullAnswer": "Atkins" }, - { - "category": "WELCOME TO WYOMING", - "air_date": "2005-11-21", - "question": "(Jon of the Clue Crew writhes his palm in a lovely pink raft in the Snake River, Bridger-Teton Nat'l Forest, Wyoming.) The Snake River may have gotten its name from a Shosone gesture, but it didn't mean \"snake\"; it meant the river was full of these", - "value": "$1200", - "answer": "fish", - "round": "Double Jeopardy!", - "show_number": "4876", - "fullAnswer": "fish" - }, { "category": "\"KING\" OF THE TOP 40", "air_date": "2005-11-21", @@ -379439,16 +360149,6 @@ "show_number": "4876", "fullAnswer": "Iran" }, - { - "category": "WELCOME TO WYOMING", - "air_date": "2005-11-21", - "question": "(Kelly reports from horse country, horse in hand, in Grand Teton Nat'l Park, Wyoming.) While living in Wyoming, Mary O'Hara created a classic equine literary character: \"My Friend\" this horse", - "value": "$1600", - "answer": "Flicka", - "round": "Double Jeopardy!", - "show_number": "4876", - "fullAnswer": "Flicka" - }, { "category": "\"KING\" OF THE TOP 40", "air_date": "2005-11-21", @@ -379459,16 +360159,6 @@ "show_number": "4876", "fullAnswer": "B.B. King" }, - { - "category": "WOMEN IN GOVERNMENT", - "air_date": "2005-11-21", - "question": "She's the governor pictured here in 1994 with her then-opponent", - "value": "$1600", - "answer": "Richards", - "round": "Double Jeopardy!", - "show_number": "4876", - "fullAnswer": "(Ann) Richards" - }, { "category": "ADD A LETTER", "air_date": "2005-11-21", @@ -379564,7 +360254,7 @@ "air_date": "2005-11-21", "question": "\"He is all pine and I am apple orchard. My apple trees will never get across and eat the cones under his pines\"", "value": null, - "answer": "\\Mending Wall\\ ", + "answer": "Mending Wall ", "round": "Final Jeopardy!", "show_number": "4876", "fullAnswer": "\\\"Mending Wall\\\" (by Robert Frost)" @@ -379659,22 +360349,12 @@ "show_number": "4795", "fullAnswer": "a teetotaler" }, - { - "category": "CONDIMENTS", - "air_date": "2005-06-10", - "question": "(Sarah of the Clue Crew reports from Greece's Naxos Island.) This 2-word description refers to oil made from the first pressing of the olive; it's considered the finest and the fruitiest", - "value": "$400", - "answer": "extra virgin", - "round": "Jeopardy!", - "show_number": "4795", - "fullAnswer": "extra virgin" - }, { "category": "SALT", "air_date": "2005-06-10", "question": "In 1914 the little girl with the umbrella began appearing on this company's salt packages", "value": "$400", - "answer": "Morton\\'s", + "answer": "Morton's", "round": "Jeopardy!", "show_number": "4795", "fullAnswer": "Morton\\'s" @@ -379709,16 +360389,6 @@ "show_number": "4795", "fullAnswer": "Nolan Ryan" }, - { - "category": "10-, 11- & 12-LETTER WORDS", - "air_date": "2005-06-10", - "question": "(Cheryl of the Clue Crew reports from Chicago's Adler Astronomy Museum.) Built in 1913, the Atwood Sphere is an early one of these, which created a night sky using points of light instead of a projector", - "value": "$600", - "answer": "planetarium", - "round": "Jeopardy!", - "show_number": "4795", - "fullAnswer": "a planetarium" - }, { "category": "CONDIMENTS", "air_date": "2005-06-10", @@ -380024,7 +360694,7 @@ "air_date": "2005-06-10", "question": "In this comedy, Hippolyta the Queen of the Amazons in betrothed to Theseus the Duke of Athens", "value": "$1200", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "4795", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -380309,16 +360979,6 @@ "show_number": "5137", "fullAnswer": "Norway" }, - { - "category": "ACTING POLITICIANS", - "air_date": "2007-01-02", - "question": "He's the ex-governor seen here on \"The X-Files\" along with another familiar face", - "value": "$600", - "answer": "Jesse Ventura", - "round": "Jeopardy!", - "show_number": "5137", - "fullAnswer": "Jesse Ventura" - }, { "category": "THE FABULOUS LIFE OF...", "air_date": "2007-01-02", @@ -380514,21 +361174,11 @@ "air_date": "2007-01-02", "question": "Holly Golightly goes lightly through this 1958 novel", "value": "$400", - "answer": "Breakfast at Tiffany\\'s", + "answer": "Breakfast at Tiffany's", "round": "Double Jeopardy!", "show_number": "5137", "fullAnswer": "Breakfast at Tiffany\\'s" }, - { - "category": "A ROSE BY ANY OTHER NAME", - "air_date": "2007-01-02", - "question": "Medea helped Jason & the Argonauts steal a wooly treasure that has the same name as this flower", - "value": "$400", - "answer": "Golden Fleece", - "round": "Double Jeopardy!", - "show_number": "5137", - "fullAnswer": "the Golden Fleece" - }, { "category": "THE \"A\" LIST", "air_date": "2007-01-02", @@ -380579,16 +361229,6 @@ "show_number": "5137", "fullAnswer": "The Maltese Falcon" }, - { - "category": "A ROSE BY ANY OTHER NAME", - "air_date": "2007-01-02", - "question": "Born from a \"Queen Mum\", she became the pink rose seen here after her accession to the throne in 1952", - "value": "$800", - "answer": "Queen Elizabeth II", - "round": "Double Jeopardy!", - "show_number": "5137", - "fullAnswer": "Queen Elizabeth II" - }, { "category": "THE \"A\" LIST", "air_date": "2007-01-02", @@ -380639,16 +361279,6 @@ "show_number": "5137", "fullAnswer": "Charlie and the Chocolate Factory" }, - { - "category": "A ROSE BY ANY OTHER NAME", - "air_date": "2007-01-02", - "question": "This famous actor could sing about how the bells of St. Mary's are ringing for the rose named for him", - "value": "$1200", - "answer": "Bing Crosby", - "round": "Double Jeopardy!", - "show_number": "5137", - "fullAnswer": "Bing Crosby" - }, { "category": "THE \"A\" LIST", "air_date": "2007-01-02", @@ -380679,16 +361309,6 @@ "show_number": "5137", "fullAnswer": "\"Life In The Fast Lane\"" }, - { - "category": "MEASURING UP", - "air_date": "2007-01-02", - "question": "(Cheryl of the Clue Crew reports with a hygrometer.) Calculated from the difference between the wet & dry thermometers, a hygrometer measures this two-word weather term", - "value": "$1600", - "answer": "relative humidity", - "round": "Double Jeopardy!", - "show_number": "5137", - "fullAnswer": "relative humidity" - }, { "category": "WHAT A CHARACTER!", "air_date": "2007-01-02", @@ -380699,16 +361319,6 @@ "show_number": "5137", "fullAnswer": "Heart of Darkness" }, - { - "category": "A ROSE BY ANY OTHER NAME", - "air_date": "2007-01-02", - "question": "The rose shown was named for this flirtatious cartoon character censored by the Hays Office", - "value": "$1600", - "answer": "Betty Boop", - "round": "Double Jeopardy!", - "show_number": "5137", - "fullAnswer": "Betty Boop" - }, { "category": "THE \"A\" LIST", "air_date": "2007-01-02", @@ -380759,26 +361369,6 @@ "show_number": "5137", "fullAnswer": "The Metamorphosis" }, - { - "category": "A ROSE BY ANY OTHER NAME", - "air_date": "2007-01-02", - "question": "If the rose was an illustration on a poster, it could be a self-portrait of this Montmartre Post-impressionist", - "value": "$2000", - "answer": "Henri de Toulouse-Lautrec", - "round": "Double Jeopardy!", - "show_number": "5137", - "fullAnswer": "Henri de Toulouse-Lautrec" - }, - { - "category": "THE \"A\" LIST", - "air_date": "2007-01-02", - "question": "(Sarah of the Clue Crew reports with a paper airplane in her hand.) If a plane goes virtually straight up, what's called the angle of this, between the wing and airflow, is close to 0", - "value": "$2000", - "answer": "attack", - "round": "Double Jeopardy!", - "show_number": "5137", - "fullAnswer": "attack" - }, { "category": "HOLIDAY STUFF", "air_date": "2007-01-02", @@ -380804,7 +361394,7 @@ "air_date": "1999-09-21", "question": "Iggy's policemen", "value": "$100", - "answer": "Pop\\'s cops", + "answer": "Pop's cops", "round": "Jeopardy!", "show_number": "3457", "fullAnswer": "Pop\\'s cops" @@ -380864,7 +361454,7 @@ "air_date": "1999-09-21", "question": "Rawls' loafers", "value": "$200", - "answer": "Lou\\'s shoes", + "answer": "Lou's shoes", "round": "Jeopardy!", "show_number": "3457", "fullAnswer": "Lou\\'s shoes" @@ -380924,7 +361514,7 @@ "air_date": "1999-09-21", "question": "Idol's flowers", "value": "$300", - "answer": "Billy\\'s lilies", + "answer": "Billy's lilies", "round": "Jeopardy!", "show_number": "3457", "fullAnswer": "Billy\\'s lilies" @@ -380984,7 +361574,7 @@ "air_date": "1999-09-21", "question": "Sheryl's pedal digits", "value": "$400", - "answer": "Crow\\'s toes", + "answer": "Crow's toes", "round": "Jeopardy!", "show_number": "3457", "fullAnswer": "Crow\\'s toes" @@ -381044,7 +361634,7 @@ "air_date": "1999-09-21", "question": "Morrison's skinny-dippings", "value": "$500", - "answer": "Jim\\'s swims", + "answer": "Jim's swims", "round": "Jeopardy!", "show_number": "3457", "fullAnswer": "Jim\\'s swims" @@ -381589,16 +362179,6 @@ "show_number": "5348", "fullAnswer": "petrol" }, - { - "category": "ZOOLOGY", - "air_date": "2007-12-05", - "question": "The rare white alligator, seen here, has a condition called leucism, meaning it lacks this skin pigment", - "value": "$200", - "answer": "melanin", - "round": "Jeopardy!", - "show_number": "5348", - "fullAnswer": "melanin" - }, { "category": "U.S. GOVERNMENT", "air_date": "2007-12-05", @@ -381729,16 +362309,6 @@ "show_number": "5348", "fullAnswer": "Sunni" }, - { - "category": "LETTER SYMBOLISM", - "air_date": "2007-12-05", - "question": "(Jon of the Clue Crew stands in front of a monitor.)
The letter \"shin\", which begins one of the Hebrew names of God, inspired this Star Trek actor to create his famous hand gesture", - "value": "$800", - "answer": "Nimoy", - "round": "Double Jeopardy!", - "show_number": "5348", - "fullAnswer": "(Leonard) Nimoy" - }, { "category": "PRESIDENTIAL NICKNAMES", "air_date": "2007-12-05", @@ -381909,16 +362479,6 @@ "show_number": "5348", "fullAnswer": "Kashmir" }, - { - "category": "LETTER SYMBOLISM", - "air_date": "2007-12-05", - "question": "(Kelly of the Clue Crew stands in front of a monitor.) Alif, the first Arabic letter, looks like the number \"1\", so it represents the oneness of everything in this mystic tradition of Islam", - "value": "$2000", - "answer": "Sufism", - "round": "Double Jeopardy!", - "show_number": "5348", - "fullAnswer": "Sufism" - }, { "category": "PRESIDENTIAL NICKNAMES", "air_date": "2007-12-05", @@ -382084,7 +362644,7 @@ "air_date": "1990-06-01", "question": "Film starring H.E. Rollins Jr. based on Charles Fuller's stage presentation \"A Soldier's Play\"", "value": "$300", - "answer": "Soldier\\'s Story", + "answer": "Soldier's Story", "round": "Jeopardy!", "show_number": "1340", "fullAnswer": "A Soldier\\'s Story" @@ -382544,7 +363104,7 @@ "air_date": "1990-06-01", "question": "While a regular on Major Bowes' radio show, she said, \"I'm 7 years old & I can sing 23 arias.\"", "value": null, - "answer": "Beverly \\Bubbles\\ Sills", + "answer": "Beverly Bubbles Sills", "round": "Final Jeopardy!", "show_number": "1340", "fullAnswer": "Beverly \\\"Bubbles\\\" Sills" @@ -383764,7 +364324,7 @@ "air_date": "2001-11-02", "question": "Washington was the one who added these 4 words to the presidential oath; they're not in the Constitution", "value": null, - "answer": "\\So Help Me God\\", + "answer": "So Help Me God", "round": "Final Jeopardy!", "show_number": "3950", "fullAnswer": "\\\"So Help Me God\\\"" @@ -384044,7 +364604,7 @@ "air_date": "1992-11-20", "question": "The ringing of the church bells on this holiday in 1572 was the signal to massacre Huguenots", "value": "$500", - "answer": "St. Bartholomew\\'s Day", + "answer": "St. Bartholomew's Day", "round": "Jeopardy!", "show_number": "1890", "fullAnswer": "St. Bartholomew\\'s Day" @@ -384144,7 +364704,7 @@ "air_date": "1992-11-20", "question": "Bromden, a half-Indian who has shut out society by pretending to be deaf & mute, narrates this Ken Kesey novel", "value": "$400", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Double Jeopardy!", "show_number": "1890", "fullAnswer": "One Flew Over the Cuckoo\\'s Nest" @@ -384439,16 +364999,6 @@ "show_number": "6270", "fullAnswer": "falsetto" }, - { - "category": "THE INTERNET", - "air_date": "2011-12-16", - "question": "Jimi Hendrix fans know kissthisguy.com is always good for a laugh, as it's an \"archive of misheard\" these", - "value": "$400", - "answer": "lyrics", - "round": "Jeopardy!", - "show_number": "6270", - "fullAnswer": "lyrics" - }, { "category": "ANTONYMIC BOOK TITLES", "air_date": "2011-12-16", @@ -384539,26 +365089,6 @@ "show_number": "6270", "fullAnswer": "cannolli" }, - { - "category": "JOHN, PAUL, GEORGE", - "air_date": "2011-12-16", - "question": "He's the botanist seen here in 1940", - "value": "$1,000", - "answer": "George Washington Carver", - "round": "Jeopardy!", - "show_number": "6270", - "fullAnswer": "George Washington Carver" - }, - { - "category": "THING\"O\"", - "air_date": "2011-12-16", - "question": "It's the Japanese game seen here", - "value": "$600", - "answer": "Pachinko", - "round": "Jeopardy!", - "show_number": "6270", - "fullAnswer": "Pachinko" - }, { "category": "THE INTERNET", "air_date": "2011-12-16", @@ -384909,26 +365439,6 @@ "show_number": "6270", "fullAnswer": "Ramses" }, - { - "category": "A STONY CATEGORY", - "air_date": "2011-12-16", - "question": "From about 1,200 to 400 B.C., these people carved stone heads, like the one seen here, & lived along the Gulf of Mexico", - "value": "$2000", - "answer": "Olmec", - "round": "Double Jeopardy!", - "show_number": "6270", - "fullAnswer": "Olmec" - }, - { - "category": "ANATOMICAL ETYMOLOGY", - "air_date": "2011-12-16", - "question": "(Jimmy of the Clue Crew shows an anatomical animation on the monitor.) The hyoid bone, which supports the tongue, takes its name from the Greek word hyoeides, meaning shaped like the lowercase form of this Greek letter", - "value": "$2000", - "answer": "upsilon", - "round": "Double Jeopardy!", - "show_number": "6270", - "fullAnswer": "upsilon" - }, { "category": "LAKE CITY", "air_date": "2011-12-16", @@ -385019,16 +365529,6 @@ "show_number": "3258", "fullAnswer": "the axe" }, - { - "category": "BAYWATCH BEACH SAFETY", - "air_date": "1998-11-04", - "question": "(Hi, I'm David Hasselhoff.) For L.A. beaches, this list includes dogs, fireworks & tents", - "value": "$100", - "answer": "things that are prohibited", - "round": "Jeopardy!", - "show_number": "3258", - "fullAnswer": "things that are prohibited" - }, { "category": "COUNTRIES OF THE WORLD", "air_date": "1998-11-04", @@ -385079,16 +365579,6 @@ "show_number": "3258", "fullAnswer": "a saw" }, - { - "category": "BAYWATCH BEACH SAFETY", - "air_date": "1998-11-04", - "question": "(Hi, I'm Mitzi Kapture.) For your safety, always swim near one of these that's manned & open", - "value": "$200", - "answer": "lifeguard station", - "round": "Jeopardy!", - "show_number": "3258", - "fullAnswer": "a lifeguard station" - }, { "category": "COUNTRIES OF THE WORLD", "air_date": "1998-11-04", @@ -385139,16 +365629,6 @@ "show_number": "3258", "fullAnswer": "a wrench" }, - { - "category": "BAYWATCH BEACH SAFETY", - "air_date": "1998-11-04", - "question": "(Hi, I'm Michael Bergin.) To protect your head, neck & spine, don't do this into unfamiliar waters", - "value": "$300", - "answer": "dive", - "round": "Jeopardy!", - "show_number": "3258", - "fullAnswer": "dive" - }, { "category": "COUNTRIES OF THE WORLD", "air_date": "1998-11-04", @@ -385189,16 +365669,6 @@ "show_number": "3258", "fullAnswer": "the level (or the square)" }, - { - "category": "BAYWATCH BEACH SAFETY", - "air_date": "1998-11-04", - "question": "(Hi, I'm Brooke Burns.) The Red Cross recommends everyone learn this; L.A. lifeguards have been using it since 1957", - "value": "$400", - "answer": "CPR ", - "round": "Jeopardy!", - "show_number": "3258", - "fullAnswer": "CPR (cardiopulmonary resuscitation)" - }, { "category": "COUNTRIES OF THE WORLD", "air_date": "1998-11-04", @@ -385249,16 +365719,6 @@ "show_number": "3258", "fullAnswer": "the drill" }, - { - "category": "BAYWATCH BEACH SAFETY", - "air_date": "1998-11-04", - "question": "(Hi, I'm Michael Newman.) If you can't swim well, or at all, don't rely on these; you may lose them in the water", - "value": "$500", - "answer": "life preservers ", - "round": "Jeopardy!", - "show_number": "3258", - "fullAnswer": "life preservers (or floatation devices)" - }, { "category": "NOVEMBER", "air_date": "1998-11-04", @@ -385289,16 +365749,6 @@ "show_number": "3258", "fullAnswer": "Leo Tolstoy" }, - { - "category": "EYE ON THE UNIVERSE", - "air_date": "1998-11-04", - "question": "A storm of ammonia clouds billowing 150 miles high is seen on this planet", - "value": "$200", - "answer": "Saturn", - "round": "Double Jeopardy!", - "show_number": "3258", - "fullAnswer": "Saturn" - }, { "category": "HE WAS IN THAT?", "air_date": "1998-11-04", @@ -385329,26 +365779,6 @@ "show_number": "3258", "fullAnswer": "Hermann Hesse" }, - { - "category": "EYE ON THE UNIVERSE", - "air_date": "1998-11-04", - "question": "My heavens! This comet caused a lot of excitement in March of 1997", - "value": "$400", - "answer": "Hale-Bopp", - "round": "Double Jeopardy!", - "show_number": "3258", - "fullAnswer": "Hale-Bopp" - }, - { - "category": "HE WAS IN THAT?", - "air_date": "1998-11-04", - "question": "The heartthrob in the 1953 film \"Titanic\" wasn't Leonardo DiCaprio but this actor seen here", - "value": "$400", - "answer": "Robert Wagner", - "round": "Double Jeopardy!", - "show_number": "3258", - "fullAnswer": "Robert Wagner" - }, { "category": "BROADWAY MUSICALS", "air_date": "1998-11-04", @@ -385399,16 +365829,6 @@ "show_number": "3258", "fullAnswer": "whaling" }, - { - "category": "BROADWAY MUSICALS", - "air_date": "1998-11-04", - "question": "(Hi, I'm Jason Alexander.) In 1984 I played several roles in \"The Rink\", which starred Liza Minnelli & this Broadway \"spider woman\"", - "value": "$800", - "answer": "Chita Rivera", - "round": "Double Jeopardy!", - "show_number": "3258", - "fullAnswer": "Chita Rivera" - }, { "category": "EUROPEAN AUTHORS", "air_date": "1998-11-04", @@ -385419,16 +365839,6 @@ "show_number": "3258", "fullAnswer": "Federico Garcia Lorca" }, - { - "category": "EYE ON THE UNIVERSE", - "air_date": "1998-11-04", - "question": "It's not a beer, it's the ring seen here", - "value": "$800", - "answer": "corona", - "round": "Double Jeopardy!", - "show_number": "3258", - "fullAnswer": "a corona" - }, { "category": "HE WAS IN THAT?", "air_date": "1998-11-04", @@ -385454,7 +365864,7 @@ "air_date": "1998-11-04", "question": "\"Cats\" is based on this book with a much longer title", "value": "$1000", - "answer": "Old Possum\\'s Book of Practical Cats", + "answer": "Old Possum's Book of Practical Cats", "round": "Double Jeopardy!", "show_number": "3258", "fullAnswer": "Old Possum\\'s Book of Practical Cats" @@ -385469,16 +365879,6 @@ "show_number": "3258", "fullAnswer": "Honore de Balzac" }, - { - "category": "EYE ON THE UNIVERSE", - "air_date": "1998-11-04", - "question": "From the Latin for \"mist\", it's the ethereal type of celestial object seen here", - "value": "$1000", - "answer": "nebula", - "round": "Double Jeopardy!", - "show_number": "3258", - "fullAnswer": "a nebula" - }, { "category": "HE WAS IN THAT?", "air_date": "1998-11-04", @@ -385569,16 +365969,6 @@ "show_number": "5426", "fullAnswer": "water" }, - { - "category": "COUNTRIES OF THE WORLD", - "air_date": "2008-03-24", - "question": "(Jon of the Clue Crew indicates a map of the Western Mediterranean on the monitor.) From Vatican City, the world's smallest independent country, travel about 280 miles northwest & you'll reach this second-smallest country at less than 1 square mile in size", - "value": "$400", - "answer": "Monaco", - "round": "Jeopardy!", - "show_number": "5426", - "fullAnswer": "Monaco" - }, { "category": "THE PURSUIT OF HAPPY DAYS", "air_date": "2008-03-24", @@ -385609,16 +365999,6 @@ "show_number": "5426", "fullAnswer": "envy" }, - { - "category": "YOU CAN'T HAVE ONE WITHOUT THE OTHER", - "air_date": "2008-03-24", - "question": "Heard here are the strains of the U.S. Marines' Drum & this Corps", - "value": "$400", - "answer": "Bugle", - "round": "Jeopardy!", - "show_number": "5426", - "fullAnswer": "Bugle" - }, { "category": "\"W\"ORDPLAY", "air_date": "2008-03-24", @@ -385789,16 +366169,6 @@ "show_number": "5426", "fullAnswer": "greed" }, - { - "category": "YOU CAN'T HAVE ONE WITHOUT THE OTHER", - "air_date": "2008-03-24", - "question": "The decorative pattern seen here is called this \"-and-dart\"", - "value": "$1000", - "answer": "egg", - "round": "Jeopardy!", - "show_number": "5426", - "fullAnswer": "egg" - }, { "category": "\"W\"ORDPLAY", "air_date": "2008-03-24", @@ -386039,16 +366409,6 @@ "show_number": "5426", "fullAnswer": "Working" }, - { - "category": "BEASTLY EXPRESSIONS", - "air_date": "2008-03-24", - "question": "(Sarah of the Clue Crew monkeys around at Helping Hands: Monkey Helpers for the Disabled in Boston.) The animals learn to help by imitating; this idiom, \"MSMD\", describes their training", - "value": "$1600", - "answer": "monkey see, monkey do", - "round": "Double Jeopardy!", - "show_number": "5426", - "fullAnswer": "monkey see, monkey do" - }, { "category": "EXPLORERS", "air_date": "2008-03-24", @@ -386214,7 +366574,7 @@ "air_date": "1986-11-06", "question": "Margaret Mitchell originally called this character \"Pansy\"", "value": "$200", - "answer": "Scarlett O\\'Hara", + "answer": "Scarlett O'Hara", "round": "Jeopardy!", "show_number": "499", "fullAnswer": "Scarlett O\\'Hara" @@ -386654,7 +367014,7 @@ "air_date": "1986-11-06", "question": "This company's figures show about 7% of present U.S. work force got its start working for them", "value": null, - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Final Jeopardy!", "show_number": "499", "fullAnswer": "McDonald\\'s" @@ -386664,7 +367024,7 @@ "air_date": "1998-10-08", "question": "In 1961 Wham-O introduced this 25-foot-long plastic sheet to America's backyards", "value": "$100", - "answer": "Slip \\'n Slide", + "answer": "Slip 'n Slide", "round": "Jeopardy!", "show_number": "3239", "fullAnswer": "Slip \\'n Slide" @@ -386714,7 +367074,7 @@ "air_date": "1998-10-08", "question": "Be it ever so numbing, there's no place like Nome", "value": "$100", - "answer": "Be it ever so humble, there\\'s no place like home", + "answer": "Be it ever so humble, there's no place like home", "round": "Jeopardy!", "show_number": "3239", "fullAnswer": "Be it ever so humble, there\\'s no place like home" @@ -387014,7 +367374,7 @@ "air_date": "1998-10-08", "question": "JOB I'M JOB
----------------------------------
Phrase our writers used a lot before they started work here", "value": "$200", - "answer": "I\\'m between jobs", + "answer": "I'm between jobs", "round": "Double Jeopardy!", "show_number": "3239", "fullAnswer": "\"I\\'m between jobs\"" @@ -387194,7 +367554,7 @@ "air_date": "1998-10-08", "question": "EYE E
SEE EXCEPT
----------------------------------
It's a mnemonic device to help remember vowel order when spelling out words", "value": "$800", - "answer": " \\'I\\' before \\'E\\' except after \\'C\\'", + "answer": " 'I' before 'E' except after 'C'", "round": "Double Jeopardy!", "show_number": "3239", "fullAnswer": "\" \\'I\\' before \\'E\\' except after \\'C\\'\"" @@ -387569,16 +367929,6 @@ "show_number": "4721", "fullAnswer": "Bowling Green" }, - { - "category": "BODY WORLDS", - "air_date": "2005-02-28", - "question": "(Sarah of the Clue Crew points to a set of tiny bones in the Body Worlds exhibit at the California ScienCenter.) The smallest bones of the body, the hammer, stirrup and anvil, are found in this part of the ear", - "value": "$400", - "answer": "middle ear", - "round": "Double Jeopardy!", - "show_number": "4721", - "fullAnswer": "the middle ear" - }, { "category": "OUT OF THE MOUTHS OF BABES", "air_date": "2005-02-28", @@ -387629,16 +367979,6 @@ "show_number": "4721", "fullAnswer": "the Outback" }, - { - "category": "BODY WORLDS", - "air_date": "2005-02-28", - "question": "(Jimmy of the Clue Crew holds a plastinated body organ.) Weighing in at almost 4 pounds, this largest gland metabolizes fat, protein & carbs & is the body's treatment plant", - "value": "$800", - "answer": "liver", - "round": "Double Jeopardy!", - "show_number": "4721", - "fullAnswer": "the liver" - }, { "category": "OUT OF THE MOUTHS OF BABES", "air_date": "2005-02-28", @@ -387689,16 +368029,6 @@ "show_number": "4721", "fullAnswer": "Inaugural Day" }, - { - "category": "BODY WORLDS", - "air_date": "2005-02-28", - "question": "(Sarah of the Clue Crew points out differences between two plastinated human hearts.) That's a normal heart. In this diseased heart the scar of connective tissue is evidence of this, a blockage of the arteries that supply the heart with oxygen", - "value": "$1200", - "answer": "heart attack ", - "round": "Double Jeopardy!", - "show_number": "4721", - "fullAnswer": "a heart attack (myocardial infarction)" - }, { "category": "OUT OF THE MOUTHS OF BABES", "air_date": "2005-02-28", @@ -387749,16 +368079,6 @@ "show_number": "4721", "fullAnswer": "Out of Africa" }, - { - "category": "BODY WORLDS", - "air_date": "2005-02-28", - "question": "(Jimmy of the Clue Crew identifies one section of a plastinated human brain.) This part of the brain, whose name means \"little brain\", coordinates muscular movement", - "value": "$1600", - "answer": "cerebellum", - "round": "Double Jeopardy!", - "show_number": "4721", - "fullAnswer": "the cerebellum" - }, { "category": "OUT OF THE MOUTHS OF BABES", "air_date": "2005-02-28", @@ -387809,16 +368129,6 @@ "show_number": "4721", "fullAnswer": "an incision" }, - { - "category": "BODY WORLDS", - "air_date": "2005-02-28", - "question": "(Sarah of the Clue Crew stands by a plastinated human skeleton.) In 1543 this pioneering Flemish anatomist pointed out that bones support the body and protect organs from injury", - "value": "$2000", - "answer": "Vesalius", - "round": "Double Jeopardy!", - "show_number": "4721", - "fullAnswer": "Vesalius" - }, { "category": "OUT OF THE MOUTHS OF BABES", "air_date": "2005-02-28", @@ -387999,16 +368309,6 @@ "show_number": "618", "fullAnswer": "the seed" }, - { - "category": "NAME'S THE SAME", - "air_date": "1987-04-22", - "question": "Paula Kelly's role in \"Jo Jo Dancer\", or this Duke Ellington classic:", - "value": "$300", - "answer": "Satin Doll", - "round": "Jeopardy!", - "show_number": "618", - "fullAnswer": "\"Satin Doll\"" - }, { "category": "INDIANS", "air_date": "1987-04-22", @@ -388244,7 +368544,7 @@ "air_date": "1987-04-22", "question": "Game show host Rayburn's Levis", "value": "$400", - "answer": "Gene\\'s jeans", + "answer": "Gene's jeans", "round": "Double Jeopardy!", "show_number": "618", "fullAnswer": "Gene\\'s jeans" @@ -388454,7 +368754,7 @@ "air_date": "1999-05-03", "question": "FWIW:
\"For\"
this", "value": "$100", - "answer": "For what it\\'s worth", + "answer": "For what it's worth", "round": "Jeopardy!", "show_number": "3386", "fullAnswer": "For what it\\'s worth" @@ -389009,16 +369309,6 @@ "show_number": "3386", "fullAnswer": "the American League" }, - { - "category": "ANCIENT ROMAN STAND-UP COMEDY", - "air_date": "2004-09-29", - "question": "(Jimmy of the Clue Crew delivers from an open mic in a small club.) I tell you it was so cold today... (How cold was it?) It was so cold, I wished we were back in 64 when he was emperor. Hot times, if you know what I mean!", - "value": "$200", - "answer": "Nero", - "round": "Jeopardy!", - "show_number": "4613", - "fullAnswer": "Nero" - }, { "category": "THE 3rd FILM IN THE SERIES", "air_date": "2004-09-29", @@ -389029,16 +369319,6 @@ "show_number": "4613", "fullAnswer": "Rocky" }, - { - "category": "WEBSITES", - "air_date": "2004-09-29", - "question": "Look up your car's trade-in value & get new car pricing at kbb.com; kbb , short for this", - "value": "$200", - "answer": "Kelley Blue Book", - "round": "Jeopardy!", - "show_number": "4613", - "fullAnswer": "Kelley Blue Book" - }, { "category": "YANGTZE DOODLE", "air_date": "2004-09-29", @@ -389069,16 +369349,6 @@ "show_number": "4613", "fullAnswer": "silence is golden" }, - { - "category": "ANCIENT ROMAN STAND-UP COMEDY", - "air_date": "2004-09-29", - "question": "(Jimmy of the Clue Crew delivers from an open mic in a small club.) Boy, in the old days we knew how to par-tay. You know what they say--if you can remember this festival of the god Bacchus, you weren't there!", - "value": "$400", - "answer": "bacchanalia", - "round": "Jeopardy!", - "show_number": "4613", - "fullAnswer": "a bacchanalia" - }, { "category": "THE 3rd FILM IN THE SERIES", "air_date": "2004-09-29", @@ -389129,16 +369399,6 @@ "show_number": "4613", "fullAnswer": "the end justifies the means" }, - { - "category": "ANCIENT ROMAN STAND-UP COMEDY", - "air_date": "2004-09-29", - "question": "(Jimmy of the Clue Crew delivers from an open mic in a small club.) See, in this place, I like to stay in the calderium; avoid the frigidarium. I like my tenaculum the size it is!", - "value": "$600", - "answer": "baths", - "round": "Jeopardy!", - "show_number": "4613", - "fullAnswer": "the baths" - }, { "category": "THE 3rd FILM IN THE SERIES", "air_date": "2004-09-29", @@ -389189,16 +369449,6 @@ "show_number": "4613", "fullAnswer": "love is blind" }, - { - "category": "ANCIENT ROMAN STAND-UP COMEDY", - "air_date": "2004-09-29", - "question": "(Jimmy of the Clue Crew delivers from an open mic in a small club.) Talk about a terrible cook! My wife's pretty bad, but at least she never gave me poisoned figs like Livia gave this guy", - "value": "$800", - "answer": "Augustus Caesar", - "round": "Jeopardy!", - "show_number": "4613", - "fullAnswer": "Augustus Caesar" - }, { "category": "THE 3rd FILM IN THE SERIES", "air_date": "2004-09-29", @@ -389209,16 +369459,6 @@ "show_number": "4613", "fullAnswer": "Die Hard" }, - { - "category": "WEBSITES", - "air_date": "2004-09-29", - "question": "At him online.com, visitors have hit a link to his golf club, applied for a job on his NBC show & basked in his excess", - "value": "$800", - "answer": "Trump", - "round": "Jeopardy!", - "show_number": "4613", - "fullAnswer": "Trump" - }, { "category": "YANGTZE DOODLE", "air_date": "2004-09-29", @@ -389249,16 +369489,6 @@ "show_number": "4613", "fullAnswer": "the pen is mightier than the sword" }, - { - "category": "ANCIENT ROMAN STAND-UP COMEDY", - "air_date": "2004-09-29", - "question": "(Jimmy of the Clue Crew delivers from an open mic in a small club.) How about Varis's army being wiped out in the forest in this country? That's like me being in the arena against Spartacus!", - "value": "$1000", - "answer": "Germany", - "round": "Jeopardy!", - "show_number": "4613", - "fullAnswer": "Germany" - }, { "category": "THE 3rd FILM IN THE SERIES", "air_date": "2004-09-29", @@ -389439,26 +369669,6 @@ "show_number": "4613", "fullAnswer": "the poppy" }, - { - "category": "THE GREAT AMERICAN SONGBOOK", - "air_date": "2004-09-29", - "question": "Dorothy Fields, the most successful female theater lyricist of the 20th century, wrote the words to this classic", - "value": "$1200", - "answer": "A Fine Romance", - "round": "Double Jeopardy!", - "show_number": "4613", - "fullAnswer": "\"A Fine Romance\"" - }, - { - "category": "MUSEUMS", - "air_date": "2004-09-29", - "question": "Appropriately, this vast Russian art museum houses the icon of St. Nicholas seen here", - "value": "$1200", - "answer": "Hermitage", - "round": "Double Jeopardy!", - "show_number": "4613", - "fullAnswer": "the Hermitage" - }, { "category": "LITERATURE", "air_date": "2004-09-29", @@ -389554,7 +369764,7 @@ "air_date": "2004-09-29", "question": "Certain orchids, genus Cypripedium, are known by this feminine name, from their resemblance to delicate footwear", "value": "$2000", - "answer": "lady\\'s slippers", + "answer": "lady's slippers", "round": "Double Jeopardy!", "show_number": "4613", "fullAnswer": "lady\\'s slippers" @@ -389789,16 +369999,6 @@ "show_number": "5018", "fullAnswer": "a ticker" }, - { - "category": "\"TOP\" DRAWER", - "air_date": "2006-06-07", - "question": "It's the meticulously crafted form whose finished product is seen here", - "value": "$600", - "answer": "topiary", - "round": "Jeopardy!", - "show_number": "5018", - "fullAnswer": "topiary" - }, { "category": "THE GRATEFUL DEAD", "air_date": "2006-06-07", @@ -389869,16 +370069,6 @@ "show_number": "5018", "fullAnswer": "Bill Graham" }, - { - "category": "CITY OF THE DAY: BOSTON", - "air_date": "2006-06-07", - "question": "Since the 18th century, a grasshopper has sat atop the marketplace named for this Huguenot", - "value": "$1000", - "answer": "Faneuil", - "round": "Jeopardy!", - "show_number": "5018", - "fullAnswer": "(Peter) Faneuil" - }, { "category": "PETS", "air_date": "2006-06-07", @@ -389939,16 +370129,6 @@ "show_number": "5018", "fullAnswer": "Caddyshack" }, - { - "category": "THE MODERN ARMY", - "air_date": "2006-06-07", - "question": "(Sarah of the Clue Crew walks among some soldiers standing at ease at Fort Huachuca, AZ.) For camouflage, the new combat uniform combines green for forest fighting, brown for desert & gray for this type of place", - "value": "$400", - "answer": "urban ", - "round": "Double Jeopardy!", - "show_number": "5018", - "fullAnswer": "urban (city)" - }, { "category": "NATIONAL MEDAL OF ARTS RECIPIENTS", "air_date": "2006-06-07", @@ -390059,16 +370239,6 @@ "show_number": "5018", "fullAnswer": "Ghostbusters" }, - { - "category": "THE MODERN ARMY", - "air_date": "2006-06-07", - "question": "(Sarah of the Clue Crew walks near a scraggly tree at Fort Huachuca, AZ.) The desert conditions around Fort Huachuca help simulate some of the conditions of this operation, launched March 19, 2003", - "value": "$1200", - "answer": "Iraqi Freedom", - "round": "Double Jeopardy!", - "show_number": "5018", - "fullAnswer": "Iraqi Freedom" - }, { "category": "NATIONAL MEDAL OF ARTS RECIPIENTS", "air_date": "2006-06-07", @@ -390179,16 +370349,6 @@ "show_number": "5018", "fullAnswer": "Garfield" }, - { - "category": "THE MODERN ARMY", - "air_date": "2006-06-07", - "question": "(Sarah of the Clue Crew crouches near a small plane at Fort Huachuca, AZ.) Soldiers keep an eye on things with a catapult-launched Shadow UAV, short for this type of aerial vehicle", - "value": "$2000", - "answer": "unmanned", - "round": "Double Jeopardy!", - "show_number": "5018", - "fullAnswer": "unmanned" - }, { "category": "NATIONAL MEDAL OF ARTS RECIPIENTS", "air_date": "2006-06-07", @@ -390549,16 +370709,6 @@ "show_number": "5425", "fullAnswer": "Manhattan" }, - { - "category": "EVERYDAY SCIENCE", - "air_date": "2008-03-21", - "question": "(Cheryl of the Clue Crew topples some dominoes.) Once dominoes start to fall, they continue without further outside influence--an example of this self-sustaining sequence", - "value": "$400", - "answer": "chain reaction", - "round": "Double Jeopardy!", - "show_number": "5425", - "fullAnswer": "a chain reaction" - }, { "category": "NOTORIOUS", "air_date": "2008-03-21", @@ -390669,22 +370819,12 @@ "show_number": "5425", "fullAnswer": "Stardust Memories" }, - { - "category": "EVERYDAY SCIENCE", - "air_date": "2008-03-21", - "question": "(Jon of the Clue Crew walks with crutches.) Crutches are an example of a simple lever; the tip of the crutch acts as this point on whcih a lever turns", - "value": "$1200", - "answer": "fulcrum", - "round": "Double Jeopardy!", - "show_number": "5425", - "fullAnswer": "the fulcrum" - }, { "category": "NOTORIOUS", "air_date": "2008-03-21", "question": "It was no holiday for 6 of Bugs Moran's mob when they were cut down in this 1929 gangland slaughter", "value": "$1200", - "answer": "St. Valentine\\'s Day Massacre", + "answer": "St. Valentine's Day Massacre", "round": "Double Jeopardy!", "show_number": "5425", "fullAnswer": "the St. Valentine\\'s Day Massacre" @@ -390749,22 +370889,12 @@ "show_number": "5425", "fullAnswer": "Fatty Arbuckle" }, - { - "category": "TERMES D'ART", - "air_date": "2008-03-21", - "question": "This French-named illusory technique tricks the eye into thinking a painted object is real & not two-dimensional", - "value": "$1600", - "answer": "trompe-l\\'œil", - "round": "Double Jeopardy!", - "show_number": "5425", - "fullAnswer": "trompe-l\\'œil" - }, { "category": "SOUNDS LIKE BEFORE & AFTER", "air_date": "2008-03-21", "question": "This guy's vessel that's filled with animals 2 by 2 is quite the fixture on the Champs Elysees", "value": "$1600", - "answer": "Noah\\'s Arc de Triomphe", + "answer": "Noah's Arc de Triomphe", "round": "Double Jeopardy!", "show_number": "5425", "fullAnswer": "Noah\\'s Arc de Triomphe" @@ -390789,16 +370919,6 @@ "show_number": "5425", "fullAnswer": "Mighty Aphrodite" }, - { - "category": "EVERYDAY SCIENCE", - "air_date": "2008-03-21", - "question": "(Kelly sends a Slinky down some blocks.) At rest, a Slinky has potential energy, which is converted to this type of energy as it makes its descent", - "value": "$2000", - "answer": "kinetic", - "round": "Double Jeopardy!", - "show_number": "5425", - "fullAnswer": "kinetic" - }, { "category": "NOTORIOUS", "air_date": "2008-03-21", @@ -390824,7 +370944,7 @@ "air_date": "2008-03-21", "question": "It's how the man who played Leo's dad in \"Catch Me If You Can\" got to the Big Easy with Fats Domino", "value": "$2000", - "answer": "Christopher Walkin\\' to New Orleans", + "answer": "Christopher Walkin' to New Orleans", "round": "Double Jeopardy!", "show_number": "5425", "fullAnswer": "Christopher Walkin\\' to New Orleans" @@ -391119,16 +371239,6 @@ "show_number": "5032", "fullAnswer": "Ian Fleming" }, - { - "category": "FRUIT", - "air_date": "2006-06-27", - "question": "(Kelly of the Clue Crew plays with her food, a peach.) For the hardness of the endocarp, which holds the single seed, drupes, like the peach, are also called this type of fruit", - "value": "$1000", - "answer": "stone fruit", - "round": "Jeopardy!", - "show_number": "5032", - "fullAnswer": "stone fruit" - }, { "category": "DOUBLE MEANINGS", "air_date": "2006-06-27", @@ -391154,7 +371264,7 @@ "air_date": "2006-06-27", "question": "Chris Kirkpatrick was the \"S\" in this boy band; Justin was one of the \"N\"s", "value": "$400", - "answer": "\\'N Sync", + "answer": "'N Sync", "round": "Double Jeopardy!", "show_number": "5032", "fullAnswer": "\\'N Sync" @@ -391219,16 +371329,6 @@ "show_number": "5032", "fullAnswer": "Blondie" }, - { - "category": "LANGUAGES", - "air_date": "2006-06-27", - "question": "(Cheryl of the Clue Crew reads from the fishing docks.) Paradoxically, \"Dhen milao elinika\" means \"I don't speak\" this", - "value": "$800", - "answer": "Greek", - "round": "Double Jeopardy!", - "show_number": "5032", - "fullAnswer": "Greek" - }, { "category": "BUGS", "air_date": "2006-06-27", @@ -391369,16 +371469,6 @@ "show_number": "5032", "fullAnswer": "William O. Douglas Fairbanks" }, - { - "category": "FIVE THE \"ARD\" WAY", - "air_date": "2006-06-27", - "question": "Carry on with this carrion carnivore seen here", - "value": "$1600", - "answer": "buzzard", - "round": "Double Jeopardy!", - "show_number": "5032", - "fullAnswer": "a buzzard" - }, { "category": "JAPAN-U.S. RELATIONS", "air_date": "2006-06-27", @@ -391754,7 +371844,7 @@ "air_date": "1988-04-06", "question": "Robert Penn Warren took this novel's title from a line in \"Humpty Dumpty\"", "value": "$200", - "answer": "All The King\\'s Men", + "answer": "All The King's Men", "round": "Double Jeopardy!", "show_number": "838", "fullAnswer": "\"All The King\\'s Men\"" @@ -391964,7 +372054,7 @@ "air_date": "1988-04-06", "question": "Caldwell novel in which land set aside for the church keeps on being switched to different locations", "value": "$1000", - "answer": "God\\'s Little Acre", + "answer": "God's Little Acre", "round": "Double Jeopardy!", "show_number": "838", "fullAnswer": "\"God\\'s Little Acre\"" @@ -392209,16 +372299,6 @@ "show_number": "4921", "fullAnswer": "Bette Davis" }, - { - "category": "HOLIDAYS & OBSERVANCES", - "air_date": "2006-01-23", - "question": "(Cheryl of the Clue Crew waxes eloquent in front of Lenin's tomb in Moscow, Russia.) Soviet leaders reviewed a parade of military hardware from Lenin's tomb each year on this day, a Socialist holiday since 1889", - "value": "$800", - "answer": "May Day", - "round": "Jeopardy!", - "show_number": "4921", - "fullAnswer": "May Day" - }, { "category": "CAPITAL \"K\"s", "air_date": "2006-01-23", @@ -392289,16 +372369,6 @@ "show_number": "4921", "fullAnswer": "Kingston" }, - { - "category": "TEXTILES", - "air_date": "2006-01-23", - "question": "(Cheryl of the Clue Crew delivers the goods from the NC State University's College of Textiles.) This 2004 model loom still uses a method of controlling individual yarns based on the one developed in 1804 by this French loom inventor", - "value": "$1000", - "answer": "Jacquard", - "round": "Jeopardy!", - "show_number": "4921", - "fullAnswer": "Jacquard" - }, { "category": "THE SHORT FORM", "air_date": "2006-01-23", @@ -392514,7 +372584,7 @@ "air_date": "2006-01-23", "question": "It's the specific type of prison where Charles Dickens' father suffered in 1824", "value": "$1600", - "answer": "debtor\\'s prison", + "answer": "debtor's prison", "round": "Double Jeopardy!", "show_number": "4921", "fullAnswer": "debtor\\'s prison" @@ -392534,7 +372604,7 @@ "air_date": "2006-01-23", "question": "The curly hair of founder Paul Orfalea gave this business-service chain its name", "value": "$1,400", - "answer": "Kinko\\'s", + "answer": "Kinko's", "round": "Double Jeopardy!", "show_number": "4921", "fullAnswer": "Kinko\\'s" @@ -392619,26 +372689,6 @@ "show_number": "4921", "fullAnswer": "the amethyst" }, - { - "category": "ON OUR USO TOUR", - "air_date": "2007-12-21", - "question": "(Alex airmails one to us from the Atsugi NAF, Japan.) The mission of the C-2A Greyhound is C.O.D.--the O.D. stands for \"onboard delivery\", of things like jet engines & other equipment, to the C, this type of ship", - "value": "$200", - "answer": "carrier", - "round": "Jeopardy!", - "show_number": "5360", - "fullAnswer": "a carrier" - }, - { - "category": "ROLLING STONE", - "air_date": "2007-12-21", - "question": "Memorialized on the 1994 Rolling Stone cover seen here, Kurt Cobain was the lead singer of this group", - "value": "$200", - "answer": "Nirvana", - "round": "Jeopardy!", - "show_number": "5360", - "fullAnswer": "Nirvana" - }, { "category": "NOT TO BE CONFUSED", "air_date": "2007-12-21", @@ -392679,26 +372729,6 @@ "show_number": "5360", "fullAnswer": "a backfire" }, - { - "category": "ON OUR USO TOUR", - "air_date": "2007-12-21", - "question": "(Alex glides in from the Kadena Air Base, Japan.) The all-weather surveillance command-and-control AWACS E-3 is known by this name, also used for a soldier standing guard", - "value": "$400", - "answer": "Sentry", - "round": "Jeopardy!", - "show_number": "5360", - "fullAnswer": "a Sentry" - }, - { - "category": "ROLLING STONE", - "air_date": "2007-12-21", - "question": "This famous son seen here is a real Wallflower", - "value": "$400", - "answer": "Jakob Dylan", - "round": "Jeopardy!", - "show_number": "5360", - "fullAnswer": "Jakob Dylan" - }, { "category": "NOT TO BE CONFUSED", "air_date": "2007-12-21", @@ -392739,16 +372769,6 @@ "show_number": "5360", "fullAnswer": "go back in the water" }, - { - "category": "ON OUR USO TOUR", - "air_date": "2007-12-21", - "question": "(Alex drives a point home from the Atsugi NAF, Japan.) The Army has the Black Hawk, the Air Force has the Pave Hawk, and the Navy has the assault utility vehicle with this name", - "value": "$600", - "answer": "Sea Hawk", - "round": "Jeopardy!", - "show_number": "5360", - "fullAnswer": "the Sea Hawk" - }, { "category": "ROLLING STONE", "air_date": "2007-12-21", @@ -392799,26 +372819,6 @@ "show_number": "5360", "fullAnswer": "the back 9" }, - { - "category": "ON OUR USO TOUR", - "air_date": "2007-12-21", - "question": "(Kelly of the Clue Crew airs her clue from the Atsugi NAF, Japan.) The Atsugi military base on Honshu is officially an NAF, which stands for this", - "value": "$800", - "answer": "naval air facility", - "round": "Jeopardy!", - "show_number": "5360", - "fullAnswer": "a naval air facility" - }, - { - "category": "ROLLING STONE", - "air_date": "2007-12-21", - "question": "It will make benefit to name this actor seen on a 2006 cover", - "value": "$800", - "answer": "Sacha Baron Cohen", - "round": "Jeopardy!", - "show_number": "5360", - "fullAnswer": "Sacha Baron Cohen" - }, { "category": "NOT TO BE CONFUSED", "air_date": "2007-12-21", @@ -392834,7 +372834,7 @@ "air_date": "2007-12-21", "question": "1996:
\"Les cendres d'Angela\"", "value": "$800", - "answer": "Angela\\'s Ashes", + "answer": "Angela's Ashes", "round": "Jeopardy!", "show_number": "5360", "fullAnswer": "Angela\\'s Ashes" @@ -392859,26 +372859,6 @@ "show_number": "5360", "fullAnswer": "backbone" }, - { - "category": "ON OUR USO TOUR", - "air_date": "2007-12-21", - "question": "(Alex struts on the runway at the Atsugi NAF, Japan.) The F/A-18 was designed with both fighter & strike capabilities; pilots really love its maneuverability & its precision attack capability, traits it shares in common with this insect it's named for", - "value": "$1,500", - "answer": "hornet", - "round": "Jeopardy!", - "show_number": "5360", - "fullAnswer": "the hornet" - }, - { - "category": "ROLLING STONE", - "air_date": "2007-12-21", - "question": "Hips don't lie... well, not hers, anyway", - "value": "$1000", - "answer": "Shakira", - "round": "Jeopardy!", - "show_number": "5360", - "fullAnswer": "Shakira" - }, { "category": "NOT TO BE CONFUSED", "air_date": "2007-12-21", @@ -392929,26 +372909,6 @@ "show_number": "5360", "fullAnswer": "Pisa" }, - { - "category": "OLD MOVIE QUOTES", - "air_date": "2007-12-21", - "question": "1942:
\"It doesn't take much to see that the problems of 3 little people don't amount to a hill of beans in this crazy world\"", - "value": "$400", - "answer": "Casablanca", - "round": "Double Jeopardy!", - "show_number": "5360", - "fullAnswer": "Casablanca" - }, - { - "category": "FOR THE BIRDS", - "air_date": "2007-12-21", - "question": "This bird's distinctive feature is seen here full of fish", - "value": "$400", - "answer": "pelican", - "round": "Double Jeopardy!", - "show_number": "5360", - "fullAnswer": "a pelican" - }, { "category": "BRIT \"B\"ITS", "air_date": "2007-12-21", @@ -392989,36 +372949,6 @@ "show_number": "5360", "fullAnswer": "Sicily" }, - { - "category": "OLD MOVIE QUOTES", - "air_date": "2007-12-21", - "question": "1960:
\"Death is the only freedom a slave knows. That's why he's not afraid of it. That's why we'll win\"", - "value": "$800", - "answer": "Spartacus", - "round": "Double Jeopardy!", - "show_number": "5360", - "fullAnswer": "Spartacus" - }, - { - "category": "FOR THE BIRDS", - "air_date": "2007-12-21", - "question": "Ah, to see the first eggs of this bird in spring", - "value": "$800", - "answer": "robins", - "round": "Double Jeopardy!", - "show_number": "5360", - "fullAnswer": "robins" - }, - { - "category": "BRIT \"B\"ITS", - "air_date": "2007-12-21", - "question": "It's the hearty nickname for the blokes seen here", - "value": "$800", - "answer": "Beefeaters", - "round": "Double Jeopardy!", - "show_number": "5360", - "fullAnswer": "Beefeaters" - }, { "category": "CARPOOL TUNNEL SYNDROME", "air_date": "2007-12-21", @@ -393049,26 +372979,6 @@ "show_number": "5360", "fullAnswer": "4" }, - { - "category": "OLD MOVIE QUOTES", - "air_date": "2007-12-21", - "question": "1964:
\"Mr. President I'm not saying we wouldn't get our hair mussed. But I do say no more than 10-20 million killed, tops\"", - "value": "$1200", - "answer": "Dr. Strangelove", - "round": "Double Jeopardy!", - "show_number": "5360", - "fullAnswer": "Dr. Strangelove" - }, - { - "category": "FOR THE BIRDS", - "air_date": "2007-12-21", - "question": "You might recognize this little sucker from his colorful belly", - "value": "$1200", - "answer": "yellow-bellied sapsucker", - "round": "Double Jeopardy!", - "show_number": "5360", - "fullAnswer": "the yellow-bellied sapsucker" - }, { "category": "BRIT \"B\"ITS", "air_date": "2007-12-21", @@ -393109,26 +373019,6 @@ "show_number": "5360", "fullAnswer": "Orléans" }, - { - "category": "OLD MOVIE QUOTES", - "air_date": "2007-12-21", - "question": "1944:
\"We were talking about automobile insurance, only you were thinking about murder\"", - "value": "$3,000", - "answer": "Double Indemnity", - "round": "Double Jeopardy!", - "show_number": "5360", - "fullAnswer": "Double Indemnity" - }, - { - "category": "FOR THE BIRDS", - "air_date": "2007-12-21", - "question": "Name in common to the bird & plant seen here", - "value": "$1600", - "answer": "bird of paradise", - "round": "Double Jeopardy!", - "show_number": "5360", - "fullAnswer": "a bird of paradise" - }, { "category": "BRIT \"B\"ITS", "air_date": "2007-12-21", @@ -393169,26 +373059,6 @@ "show_number": "5360", "fullAnswer": "Chartreuse" }, - { - "category": "OLD MOVIE QUOTES", - "air_date": "2007-12-21", - "question": "1944:
\"Oh Mortimer don't be so inquisitive. The gentleman died because he drank some wine with poison in it\"", - "value": "$2000", - "answer": "Arsenic and Old Lace", - "round": "Double Jeopardy!", - "show_number": "5360", - "fullAnswer": "Arsenic and Old Lace" - }, - { - "category": "FOR THE BIRDS", - "air_date": "2007-12-21", - "question": "A tilt-rotor aircraft used by the U.S. military bears the name of this fish-eating hawk", - "value": "$2000", - "answer": "osprey", - "round": "Double Jeopardy!", - "show_number": "5360", - "fullAnswer": "an osprey" - }, { "category": "BRIT \"B\"ITS", "air_date": "2007-12-21", @@ -393299,16 +373169,6 @@ "show_number": "6225", "fullAnswer": "Ohio" }, - { - "category": "SHOP TALK", - "air_date": "2011-10-14", - "question": "Gap, Inc., not only owns The Gap & Old Navy, it also owns this chain of stores whose logo is seen here", - "value": "$400", - "answer": "Banana Republic", - "round": "Jeopardy!", - "show_number": "6225", - "fullAnswer": "Banana Republic" - }, { "category": "YOU'LL NEED SOME BACKUP", "air_date": "2011-10-14", @@ -393419,16 +373279,6 @@ "show_number": "6225", "fullAnswer": "Michigan" }, - { - "category": "SHOP TALK", - "air_date": "2011-10-14", - "question": "The home store of this gourmet cookware retailer uses the pineapple logo seen here, long a symbol of hospitality", - "value": "$800", - "answer": "Williams-Sonoma", - "round": "Jeopardy!", - "show_number": "6225", - "fullAnswer": "Williams-Sonoma" - }, { "category": "YOU'LL NEED SOME BACKUP", "air_date": "2011-10-14", @@ -393484,7 +373334,7 @@ "air_date": "2011-10-14", "question": "This department store uses a 5-pointed star as the apostrophe in its name", "value": "$1000", - "answer": "Macy\\'s", + "answer": "Macy's", "round": "Jeopardy!", "show_number": "6225", "fullAnswer": "Macy\\'s" @@ -393579,16 +373429,6 @@ "show_number": "6225", "fullAnswer": "variety" }, - { - "category": "THE GREATEST IN SPORTS WITH MIKE & MIKE", - "air_date": "2011-10-14", - "question": "(Mike & Mike deliver the clue.) The most bizarre sports story I know was the Nancy Kerrigan/Tonya Harding kneecapping fracas

Well, I'd say equally twisted was the June 28, 1997 boxing match between these 2 heavyweights that featured teeth as well as fists", - "value": "$400", - "answer": "Tyson & Hollyfield", - "round": "Double Jeopardy!", - "show_number": "6225", - "fullAnswer": "Tyson & Hollyfield" - }, { "category": "ARCHITECTURE", "air_date": "2011-10-14", @@ -393639,16 +373479,6 @@ "show_number": "6225", "fullAnswer": "vapor" }, - { - "category": "THE GREATEST IN SPORTS WITH MIKE & MIKE", - "air_date": "2011-10-14", - "question": "(Mike & Mike deliver the clue.) One of the most amazing performances ever came when Nadia Comaneci scored the first perfect 10 in Olympic gymnastics, that was impressive

Not bad, not bad, but even better might be when Roger Bannister broke this track & field time barrier in 1954", - "value": "$800", - "answer": "4-minute mile", - "round": "Double Jeopardy!", - "show_number": "6225", - "fullAnswer": "the 4-minute mile" - }, { "category": "ARCHITECTURE", "air_date": "2011-10-14", @@ -393699,16 +373529,6 @@ "show_number": "6225", "fullAnswer": "a vane" }, - { - "category": "THE GREATEST IN SPORTS WITH MIKE & MIKE", - "air_date": "2011-10-14", - "question": "(Mike & Mike deliver the clue.) My greatest inspirational moment ever was Lou Gehrig's farewall speech at Yankee Stadium in 1939, talk about class

Yes, very, very classy, but for pure inspiration, I'll take this coach telling his Notre Dame team to \"win one for the Gipper\" & then rallying to defeat Army in 1928", - "value": "$1200", - "answer": "Knute Rockne", - "round": "Double Jeopardy!", - "show_number": "6225", - "fullAnswer": "Knute Rockne" - }, { "category": "ARCHITECTURE", "air_date": "2011-10-14", @@ -393759,26 +373579,6 @@ "show_number": "6225", "fullAnswer": "a vicuña" }, - { - "category": "THE GREATEST IN SPORTS WITH MIKE & MIKE", - "air_date": "2011-10-14", - "question": "(Mike & Mike deliver the clue.) Sports perfection for me is exemplified by the 17-0 season of the NFL's Miami Dolphins in 1972

That was outstanding, but I will take this Yankee pitching a perfect game, not in any old ballgame, but during the World Series", - "value": "$1600", - "answer": "Larsen", - "round": "Double Jeopardy!", - "show_number": "6225", - "fullAnswer": "(Don) Larsen" - }, - { - "category": "ARCHITECTURE", - "air_date": "2011-10-14", - "question": "(Kelly of the Clue Crew does a demonstration with a piece of paper.) Paper can be used to illustrate an architectural concept; holding the edge doesn't inspire much confidence in its structural integrity, but curve it, & you get one of these projecting structures with a simple machine in its name", - "value": "$2000", - "answer": "cantilever", - "round": "Double Jeopardy!", - "show_number": "6225", - "fullAnswer": "a cantilever" - }, { "category": "THE SHERLOCK HOLMES FILE", "air_date": "2011-10-14", @@ -393819,16 +373619,6 @@ "show_number": "6225", "fullAnswer": "the Vedas" }, - { - "category": "THE GREATEST IN SPORTS WITH MIKE & MIKE", - "air_date": "2011-10-14", - "question": "(Mike & Mike deliver the clue.) One of the greatest coaches ever has got to be Phil Jackson; he's won 11 titles, something even Red Auerbach couldn't do

Yeah, Phil's a legend, no doubt about it, but I'll pick this college basketball wizard who won 10 men's NCAA titles from 1964 to 1975", - "value": "$2000", - "answer": "Wooden", - "round": "Double Jeopardy!", - "show_number": "6225", - "fullAnswer": "(John) Wooden" - }, { "category": "THE WESTERN HEMISPHERE", "air_date": "2011-10-14", @@ -393914,7 +373704,7 @@ "air_date": "1997-12-01", "question": "\"Long Day's Journey Into Night\" was the first of his plays produced on Broadway after his death", "value": "$200", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Jeopardy!", "show_number": "3051", "fullAnswer": "Eugene O\\'Neill" @@ -393934,7 +373724,7 @@ "air_date": "1997-12-01", "question": "As you can tell from its name, Paris' Au Pied de Cochon specializes in these porcine extremities", "value": "$200", - "answer": "Pig\\'s feet", + "answer": "Pig's feet", "round": "Jeopardy!", "show_number": "3051", "fullAnswer": "Pig\\'s feet" @@ -395029,16 +374819,6 @@ "show_number": "5189", "fullAnswer": "Tony Blair" }, - { - "category": "QUOTABLE CINEMA", - "air_date": "2007-03-15", - "question": "1930:
\"One morning I shot an elephant in my pajamas. How he got in my pajamas, I don't know\"", - "value": "$200", - "answer": "Animal Crackers", - "round": "Jeopardy!", - "show_number": "5189", - "fullAnswer": "Animal Crackers" - }, { "category": "BIRTHSTONES", "air_date": "2007-03-15", @@ -395089,16 +374869,6 @@ "show_number": "5189", "fullAnswer": "Jacques Chirac" }, - { - "category": "QUOTABLE CINEMA", - "air_date": "2007-03-15", - "question": "1974:
\"Forget it, Jake. It's...\"", - "value": "$400", - "answer": "Chinatown", - "round": "Jeopardy!", - "show_number": "5189", - "fullAnswer": "Chinatown" - }, { "category": "BIRTHSTONES", "air_date": "2007-03-15", @@ -395149,16 +374919,6 @@ "show_number": "5189", "fullAnswer": "(Hugo) Chavez" }, - { - "category": "QUOTABLE CINEMA", - "air_date": "2007-03-15", - "question": "1975:
\"Attica! Attica!\"", - "value": "$600", - "answer": "Dog Day Afternoon", - "round": "Jeopardy!", - "show_number": "5189", - "fullAnswer": "Dog Day Afternoon" - }, { "category": "BIRTHSTONES", "air_date": "2007-03-15", @@ -395189,16 +374949,6 @@ "show_number": "5189", "fullAnswer": "a turpentine tree" }, - { - "category": "NO BYTE", - "air_date": "2007-03-15", - "question": "Keep an eye on the savannah type of this lizard seen here", - "value": "$600", - "answer": "monitor", - "round": "Jeopardy!", - "show_number": "5189", - "fullAnswer": "a monitor" - }, { "category": "WORLD LEADERS", "air_date": "2007-03-15", @@ -395209,16 +374959,6 @@ "show_number": "5189", "fullAnswer": "(Vladimir) Putin" }, - { - "category": "QUOTABLE CINEMA", - "air_date": "2007-03-15", - "question": "1990:
\"Just when I thought I was out, they pull me back in\"", - "value": "$800", - "answer": "Godfather: Part III", - "round": "Jeopardy!", - "show_number": "5189", - "fullAnswer": "The Godfather: Part III" - }, { "category": "BIRTHSTONES", "air_date": "2007-03-15", @@ -395319,16 +375059,6 @@ "show_number": "5189", "fullAnswer": "Memory" }, - { - "category": "RAMSES THE GREAT", - "air_date": "2007-03-15", - "question": "(Sarah of the Clue Crew stands in an Egyptian tomb.) The most elaborate tomb in the Valley of the Kings belongs to Ramses' father Seti, the first great pharaoh of the 19th of these", - "value": "$400", - "answer": "dynasties", - "round": "Double Jeopardy!", - "show_number": "5189", - "fullAnswer": "dynasties" - }, { "category": "GARY-MANDERING", "air_date": "2007-03-15", @@ -395439,16 +375169,6 @@ "show_number": "5189", "fullAnswer": "park-and-ride" }, - { - "category": "RAMSES THE GREAT", - "air_date": "2007-03-15", - "question": "(Sarah of the Clue Crew stands outside the Aru Sembel temple in Egypt.) To honor his wife, Ramses the Great dedicated a temple to Hathor, goddess of music, motherhood & above all, like Aphrodite, this", - "value": "$1,000", - "answer": "love", - "round": "Double Jeopardy!", - "show_number": "5189", - "fullAnswer": "love" - }, { "category": "GARY-MANDERING", "air_date": "2007-03-15", @@ -395559,16 +375279,6 @@ "show_number": "5189", "fullAnswer": "high tide" }, - { - "category": "RAMSES THE GREAT", - "air_date": "2007-03-15", - "question": "(Jimmy of the Clue Crew walks by a picture of the Battle of Kadesh.) At the Battle of Kadesh, Ramses stepped into a chariot & routed the armies of this people from the land of Hatti", - "value": "$2000", - "answer": "Hittites", - "round": "Double Jeopardy!", - "show_number": "5189", - "fullAnswer": "Hittites" - }, { "category": "GARY-MANDERING", "air_date": "2007-03-15", @@ -395589,16 +375299,6 @@ "show_number": "5189", "fullAnswer": "Charles" }, - { - "category": "U.S. LAKES & RIVERS", - "air_date": "2007-03-15", - "question": "John C. Fremont named this Nevada lake seen here for its tufa or rock formation", - "value": "$2000", - "answer": "Pyramid Lake", - "round": "Double Jeopardy!", - "show_number": "5189", - "fullAnswer": "Pyramid Lake" - }, { "category": "PEOPLES", "air_date": "2007-03-15", @@ -396199,16 +375899,6 @@ "show_number": "4705", "fullAnswer": "the maple leaf" }, - { - "category": "FRENCH LESSONS WITH MOM", - "air_date": "2005-02-04", - "question": "(Everyone's favorite \"Mom,\" Cheryl of the Clue Crew, sitting at a counter, begs, \"Let Mom help you with your French homework.\") Let's say you're at the cafeteria and you think, this meal \"is delicious\"; tell everybody, \"ce déjeuner est délicieux\"", - "value": "$200", - "answer": "lunch", - "round": "Jeopardy!", - "show_number": "4705", - "fullAnswer": "lunch" - }, { "category": "ROAD RULES", "air_date": "2005-02-04", @@ -396259,16 +375949,6 @@ "show_number": "4705", "fullAnswer": "the Supreme Court" }, - { - "category": "FRENCH LESSONS WITH MOM", - "air_date": "2005-02-04", - "question": "(Cheryl of the Clue Crew as \"Mom\" says, \"Okay, here's another one.\") Your friend pulls a move on a skateboard, and you say, \"tres bon, dawg\"; you mean this", - "value": "$400", - "answer": "very good", - "round": "Jeopardy!", - "show_number": "4705", - "fullAnswer": "very good" - }, { "category": "ROAD RULES", "air_date": "2005-02-04", @@ -396319,26 +375999,6 @@ "show_number": "4705", "fullAnswer": "Mary" }, - { - "category": "FRENCH LESSONS WITH MOM", - "air_date": "2005-02-04", - "question": "(Cheryl of the Clue Crew as \"Mom\" gives the clue.) I know you want to talk to that girl in your homeroom. Try this: \"Que vous êtes jolie.\" You're telling her flat-out she's this", - "value": "$600", - "answer": "gorgeous ", - "round": "Jeopardy!", - "show_number": "4705", - "fullAnswer": "gorgeous (or cute or beautiful or pretty)" - }, - { - "category": "ROAD RULES", - "air_date": "2005-02-04", - "question": "The sign seen here means that this familiar place is nearby, so drive carefully", - "value": "$600", - "answer": "school", - "round": "Jeopardy!", - "show_number": "4705", - "fullAnswer": "a school" - }, { "category": "THE REEL WORLD", "air_date": "2005-02-04", @@ -396379,16 +376039,6 @@ "show_number": "4705", "fullAnswer": "e pluribus unum" }, - { - "category": "FRENCH LESSONS WITH MOM", - "air_date": "2005-02-04", - "question": "(Cheryl of the Clue Crew as \"Mom\" says, \"Oh, I have another one.\") When somebody does something really gross at school, you can say, \"Oh, mon dieu\", which translates to this", - "value": "$800", - "answer": "Oh, my God", - "round": "Jeopardy!", - "show_number": "4705", - "fullAnswer": "Oh, my God" - }, { "category": "ROAD RULES", "air_date": "2005-02-04", @@ -396429,26 +376079,6 @@ "show_number": "4705", "fullAnswer": "Barney" }, - { - "category": "IT HAPPENED ONE FEBRUARY", - "air_date": "2005-02-04", - "question": "The most famous photo of World War II, seen here, shows U.S. marines on Feb. 23, 1945 on this Pacific island", - "value": "$1000", - "answer": "Iwo Jima", - "round": "Jeopardy!", - "show_number": "4705", - "fullAnswer": "Iwo Jima" - }, - { - "category": "FRENCH LESSONS WITH MOM", - "air_date": "2005-02-04", - "question": "(Cheryl of the Clue Crew as \"Mom\" implores, \"Let's try numbers.\") If you have to be home at this time, just say \"Je dois rentre chez moi à sept heure\"", - "value": "$1000", - "answer": "seven", - "round": "Jeopardy!", - "show_number": "4705", - "fullAnswer": "seven" - }, { "category": "ROAD RULES", "air_date": "2005-02-04", @@ -396544,7 +376174,7 @@ "air_date": "2005-02-04", "question": "Elizabeth Cady Stanton & Lucretia Mott organized the 1848 Seneca Falls Convention, which fought for these", "value": "$400", - "answer": "women\\'s rights", + "answer": "women's rights", "round": "Double Jeopardy!", "show_number": "4705", "fullAnswer": "women\\'s rights" @@ -396609,26 +376239,6 @@ "show_number": "4705", "fullAnswer": "intellectual property rights (or copyright)" }, - { - "category": "PHYSICS", - "air_date": "2005-02-04", - "question": "(Sarah of the Clue Crew stands at a blackboard with curved mirrors depicted.) For a concave mirror this point is in front of it; for a convex mirror, behind it, and expressed as a negative number", - "value": "$1200", - "answer": "focal point ", - "round": "Double Jeopardy!", - "show_number": "4705", - "fullAnswer": "a focal point (or focus)" - }, - { - "category": "WHAT TO WEAR?", - "air_date": "2005-02-04", - "question": "The item known by this recent 6-letter noun", - "value": "$1200", - "answer": "hoodie", - "round": "Double Jeopardy!", - "show_number": "4705", - "fullAnswer": "a hoodie" - }, { "category": "AH, FLORIDA", "air_date": "2005-02-04", @@ -397119,16 +376729,6 @@ "show_number": "4894", "fullAnswer": "Family Feud" }, - { - "category": "UNDER THE MICROSCOPE", - "air_date": "2005-12-15", - "question": "(Jimmy of the Clue Crew points to a video screen.) In the magnified onion skin cells we're looking at, each little dot represents this", - "value": "$400", - "answer": "nucleus", - "round": "Double Jeopardy!", - "show_number": "4894", - "fullAnswer": "a nucleus" - }, { "category": "A FOXY CATEGORY", "air_date": "2005-12-15", @@ -397239,16 +376839,6 @@ "show_number": "4894", "fullAnswer": "Jerry Springer" }, - { - "category": "UNDER THE MICROSCOPE", - "air_date": "2005-12-15", - "question": "(Jimmy of the Clue Crew looks into a microscope.) You can see why a form of this cancerous disease in which the body makes too many lymphocytes is called \"hairy cell\"", - "value": "$1200", - "answer": "leukemia", - "round": "Double Jeopardy!", - "show_number": "4894", - "fullAnswer": "leukemia" - }, { "category": "A FOXY CATEGORY", "air_date": "2005-12-15", @@ -397319,16 +376909,6 @@ "show_number": "4894", "fullAnswer": "Crow" }, - { - "category": "POLITICAL JOHNS", - "air_date": "2005-12-15", - "question": "He's the 20th century presidential candidate seen here", - "value": "$3,000", - "answer": "John Anderson", - "round": "Double Jeopardy!", - "show_number": "4894", - "fullAnswer": "John Anderson" - }, { "category": "LESSER-KNOWN CONGLOMERATES", "air_date": "2005-12-15", @@ -397359,16 +376939,6 @@ "show_number": "4894", "fullAnswer": "Kyra Sedgwick" }, - { - "category": "UNDER THE MICROSCOPE", - "air_date": "2005-12-15", - "question": "(Sarah of the Clue Crew gives the last clue in front of a video screen and looks into a microscope.) The type of muscle that allows voluntary movement appears striped, so it has this name", - "value": "$2000", - "answer": "striated", - "round": "Double Jeopardy!", - "show_number": "4894", - "fullAnswer": "striated" - }, { "category": "A FOXY CATEGORY", "air_date": "2005-12-15", @@ -397389,16 +376959,6 @@ "show_number": "4894", "fullAnswer": "John Tyler" }, - { - "category": "LESSER-KNOWN CONGLOMERATES", - "air_date": "2005-12-15", - "question": "Andean native people line up for this animal's goods, like meat & skin", - "value": "$2000", - "answer": "guanaco", - "round": "Double Jeopardy!", - "show_number": "4894", - "fullAnswer": "a guanaco" - }, { "category": "ON THE GLOBE", "air_date": "2005-12-15", @@ -397559,16 +377119,6 @@ "show_number": "5175", "fullAnswer": "the Himalayas" }, - { - "category": "\"OVER\" & \"OUT\"", - "air_date": "2007-02-23", - "question": "It's the problem with the photo seen here", - "value": "$600", - "answer": "overexposure", - "round": "Jeopardy!", - "show_number": "5175", - "fullAnswer": "overexposure" - }, { "category": "BILLs & TEDs", "air_date": "2007-02-23", @@ -397709,16 +377259,6 @@ "show_number": "5175", "fullAnswer": "The Time Machine" }, - { - "category": "HISTORICAL LAW & ORDER PLEAS", - "air_date": "2007-02-23", - "question": "(Hi, I'm Sam Waterston.) Some say the victim called your name on March 15, 44 B.C. as you & others stabbed him, Governor; 25 to life, no parole", - "value": "$400", - "answer": "Brutus", - "round": "Double Jeopardy!", - "show_number": "5175", - "fullAnswer": "Brutus" - }, { "category": "'70s ALBUM COVERS", "air_date": "2007-02-23", @@ -397769,16 +377309,6 @@ "show_number": "5175", "fullAnswer": "tangled" }, - { - "category": "HISTORICAL LAW & ORDER PLEAS", - "air_date": "2007-02-23", - "question": "(Hi, I'm Christopher Meloni of Law & Order: SVU.) I've got literally millions of witnesses who saw you kill a man with a single .38 shot on November 24, 1963; it's a slam dunk", - "value": "$800", - "answer": "Jack Ruby", - "round": "Double Jeopardy!", - "show_number": "5175", - "fullAnswer": "Jack Ruby" - }, { "category": "'70s ALBUM COVERS", "air_date": "2007-02-23", @@ -397829,26 +377359,6 @@ "show_number": "5175", "fullAnswer": "a can of worms" }, - { - "category": "HISTORICAL LAW & ORDER PLEAS", - "air_date": "2007-02-23", - "question": "(Sam Waterston reads the clue.) After the murder, you shouted \"Sic semper tyrannis!\"... Ballistics says it's your derringer, we've got Surratt--it's over", - "value": "$1200", - "answer": "John Wilkes Booth", - "round": "Double Jeopardy!", - "show_number": "5175", - "fullAnswer": "John Wilkes Booth" - }, - { - "category": "'70s ALBUM COVERS", - "air_date": "2007-02-23", - "question": "The children on this venerated Led Zeppelin album seen here are posing on a rock formation in Northern Ireland", - "value": "$1200", - "answer": "Houses of the Holy", - "round": "Double Jeopardy!", - "show_number": "5175", - "fullAnswer": "Houses of the Holy" - }, { "category": "TOUGH SCIENCE", "air_date": "2007-02-23", @@ -397879,26 +377389,6 @@ "show_number": "5175", "fullAnswer": "The Antichrist" }, - { - "category": "IT'S COMPLICATED", - "air_date": "2007-02-23", - "question": "(Kelly of the Clue Crew shows us a chemical diagram on a monitor.) In looking at part of the structure of cellulose, we can see that of the two basic adjectives for carbohydrates & nutrition, it's this type", - "value": "$1200", - "answer": "complex carbohydrate", - "round": "Double Jeopardy!", - "show_number": "5175", - "fullAnswer": "a complex carbohydrate" - }, - { - "category": "HISTORICAL LAW & ORDER PLEAS", - "air_date": "2007-02-23", - "question": "(Hi, I'm Kathryn Erbe of Law & Order: Criminal Intent.) As you're under age 20, Sarajevo law says you get 20 years max for killing Archduke Ferdinand; I strongly urge you to take it", - "value": "$1600", - "answer": "Gavrilo Princip", - "round": "Double Jeopardy!", - "show_number": "5175", - "fullAnswer": "Gavrilo Princip" - }, { "category": "'70s ALBUM COVERS", "air_date": "2007-02-23", @@ -397949,26 +377439,6 @@ "show_number": "5175", "fullAnswer": "labyrinthine" }, - { - "category": "HISTORICAL LAW & ORDER PLEAS", - "air_date": "2007-02-23", - "question": "(Sam Waterston gives the clue.) You shot the victim in Washington, D.C. on July 2, 1881, said \"I am a Stalwart\" & then gave yourself up; not many options on the table here", - "value": "$2000", - "answer": "Charles Guiteau", - "round": "Double Jeopardy!", - "show_number": "5175", - "fullAnswer": "Charles Guiteau" - }, - { - "category": "'70s ALBUM COVERS", - "air_date": "2007-02-23", - "question": "That's Paul Simonon whose bass guitar is about to take a thrashing on this Clash album", - "value": "$2000", - "answer": "London Calling", - "round": "Double Jeopardy!", - "show_number": "5175", - "fullAnswer": "London Calling" - }, { "category": "TOUGH SCIENCE", "air_date": "2007-02-23", @@ -398029,16 +377499,6 @@ "show_number": "4825", "fullAnswer": "uranium" }, - { - "category": "CLASSIC AMERICAN SONGS", - "air_date": "2005-07-22", - "question": "This song could be John Henry's reply to the question \"Where ya been?\"", - "value": "$200", - "answer": "I\\'ve Been Workin\\' On The Railroad", - "round": "Jeopardy!", - "show_number": "4825", - "fullAnswer": "\"I\\'ve Been Workin\\' On The Railroad\"" - }, { "category": "CLUB HOPPIN'", "air_date": "2005-07-22", @@ -398089,16 +377549,6 @@ "show_number": "4825", "fullAnswer": "liquid" }, - { - "category": "CLASSIC AMERICAN SONGS", - "air_date": "2005-07-22", - "question": "This song is popular during a certain NFL team's introductions", - "value": "$400", - "answer": "When The Saints Go Marching In", - "round": "Jeopardy!", - "show_number": "4825", - "fullAnswer": "\"When The Saints Go Marching In\"" - }, { "category": "CLUB HOPPIN'", "air_date": "2005-07-22", @@ -398149,16 +377599,6 @@ "show_number": "4825", "fullAnswer": "horsepower" }, - { - "category": "CLASSIC AMERICAN SONGS", - "air_date": "2005-07-22", - "question": "Numerical phrase for the time when you normally hear the following", - "value": "$600", - "answer": "seventh-inning stretch", - "round": "Jeopardy!", - "show_number": "4825", - "fullAnswer": "the seventh-inning stretch" - }, { "category": "CLUB HOPPIN'", "air_date": "2005-07-22", @@ -398209,16 +377649,6 @@ "show_number": "4825", "fullAnswer": "thermodynamics" }, - { - "category": "CLASSIC AMERICAN SONGS", - "air_date": "2005-07-22", - "question": "Jimmy Cagney could tell you the name of this up-tempo foot stomper", - "value": "$800", - "answer": "Yankee Doodle Dandy", - "round": "Jeopardy!", - "show_number": "4825", - "fullAnswer": "\"Yankee Doodle Dandy\"" - }, { "category": "CLUB HOPPIN'", "air_date": "2005-07-22", @@ -398269,16 +377699,6 @@ "show_number": "4825", "fullAnswer": "a ruby" }, - { - "category": "CLASSIC AMERICAN SONGS", - "air_date": "2005-07-22", - "question": "Sir Edmund Hillary might enjoy this spiritually inspired favorite", - "value": "$1000", - "answer": "Go Tell It On The Mountain", - "round": "Jeopardy!", - "show_number": "4825", - "fullAnswer": "\"Go Tell It On The Mountain\"" - }, { "category": "CLUB HOPPIN'", "air_date": "2005-07-22", @@ -398379,16 +377799,6 @@ "show_number": "4825", "fullAnswer": "The Fantasticks" }, - { - "category": "20th CENTURY AMERICANA", - "air_date": "2005-07-22", - "question": "(Cheryl of the Clue Crew reports from Chicago's Adler Planetarium.) In celebration of his 500th birthday, a statue of this Polish astronomer was dedicated outside the Adler Planetarium in 1973", - "value": "$800", - "answer": "Copernicus", - "round": "Double Jeopardy!", - "show_number": "4825", - "fullAnswer": "Copernicus" - }, { "category": "CELEBRITY LIVES", "air_date": "2005-07-22", @@ -398449,16 +377859,6 @@ "show_number": "4825", "fullAnswer": "Sugar Babies" }, - { - "category": "CELEBRITY LIVES", - "air_date": "2005-07-22", - "question": "(Hi, I'm Bob Woodward.) In my book \"Wired\", I wrote about \"the short life & fast times\" of this comedian", - "value": "$1200", - "answer": "John Belushi", - "round": "Double Jeopardy!", - "show_number": "4825", - "fullAnswer": "John Belushi" - }, { "category": "LAKES & RIVERS", "air_date": "2005-07-22", @@ -398679,16 +378079,6 @@ "show_number": "5905", "fullAnswer": "termites" }, - { - "category": "AROUND THE KNESSET", - "air_date": "2010-04-23", - "question": "(Jimmy of the Clue Crew reports from the Knesset in Jerusalem.) In 1977, in the first visit by an Arab leader to the state of Israel, this man addressed the Knesset and even shared a laugh with Golda Meir", - "value": "$200", - "answer": "Sadat", - "round": "Jeopardy!", - "show_number": "5905", - "fullAnswer": "(Anwar) Sadat" - }, { "category": "SINNERS", "air_date": "2010-04-23", @@ -398739,16 +378129,6 @@ "show_number": "5905", "fullAnswer": "earthquakes" }, - { - "category": "AROUND THE KNESSET", - "air_date": "2010-04-23", - "question": "(Sarah of the Clue Crew reports from the Knesset in Jerusalem.) In 2008, the Knesset went through what's been called this colorful type of revolution, passing a clean air law, an environmental enforcement law & a polluter pays law", - "value": "$400", - "answer": "Green Revolution", - "round": "Jeopardy!", - "show_number": "5905", - "fullAnswer": "a Green Revolution" - }, { "category": "SINNERS", "air_date": "2010-04-23", @@ -398799,16 +378179,6 @@ "show_number": "5905", "fullAnswer": "a lightning rod" }, - { - "category": "AROUND THE KNESSET", - "air_date": "2010-04-23", - "question": "(Jimmy of the Clue Crew reports from the Knesset in Jerusalem.) On November 13th, 1995, Knesset members gathered for a special sitting in memory of this prime minister, who was slain on November 4th", - "value": "$600", - "answer": "Yitzhak Rabin", - "round": "Jeopardy!", - "show_number": "5905", - "fullAnswer": "Yitzhak Rabin" - }, { "category": "SINNERS", "air_date": "2010-04-23", @@ -398859,16 +378229,6 @@ "show_number": "5905", "fullAnswer": "Hawaii" }, - { - "category": "AROUND THE KNESSET", - "air_date": "2010-04-23", - "question": "(Sarah of the Clue Crew reports from the Knesset in Jerusalem.) National ceremonies at the Knesset often take place in the hall named for & featuring the works of this Russian-born artist; his triptych took four years to complete", - "value": "$800", - "answer": "Chagall", - "round": "Jeopardy!", - "show_number": "5905", - "fullAnswer": "Chagall" - }, { "category": "SINNERS", "air_date": "2010-04-23", @@ -398909,16 +378269,6 @@ "show_number": "5905", "fullAnswer": "veranda" }, - { - "category": "AROUND THE KNESSET", - "air_date": "2010-04-23", - "question": "(Sarah of the Clue Crew reports from the Knesset in Jerusalem.) On May 15th, 1948, Israel was attacked by five neighboring countries; one day earlier, Israel's reclamation of independence was read by him, the country's first prime minister", - "value": "$1000", - "answer": "David Ben-Gurion", - "round": "Jeopardy!", - "show_number": "5905", - "fullAnswer": "David Ben-Gurion" - }, { "category": "19th CENTURY PEOPLE", "air_date": "2010-04-23", @@ -400519,16 +379869,6 @@ "show_number": "6275", "fullAnswer": "Christian" }, - { - "category": "SEE FOOD", - "air_date": "2011-12-23", - "question": "There's nothing better for Sunday brunch than this classic dish seen here", - "value": "$400", - "answer": "Eggs Bennedict", - "round": "Jeopardy!", - "show_number": "6275", - "fullAnswer": "Eggs Bennedict" - }, { "category": "NBA FINALS MVP", "air_date": "2011-12-23", @@ -400539,16 +379879,6 @@ "show_number": "6275", "fullAnswer": "Dirk Nowitzki" }, - { - "category": "STOP THAT RACKET!", - "air_date": "2011-12-23", - "question": "If I don't get some sleep, I'm going to pull this electric device right out from under you", - "value": "$400", - "answer": "amplifier", - "round": "Jeopardy!", - "show_number": "6275", - "fullAnswer": "an amplifier" - }, { "category": "ANIMAL TYPES", "air_date": "2011-12-23", @@ -400584,7 +379914,7 @@ "air_date": "2011-12-23", "question": "2000, 2001 & 2002:
This Laker was the big everything, averaging a double-double for each series", "value": "$600", - "answer": "Shaquille O\\'Neal ", + "answer": "Shaquille O'Neal ", "round": "Jeopardy!", "show_number": "6275", "fullAnswer": "Shaquille O\\'Neal (The Shaq)" @@ -400679,16 +380009,6 @@ "show_number": "6275", "fullAnswer": "the Iron Cross" }, - { - "category": "SEE FOOD", - "air_date": "2011-12-23", - "question": "Seen here, pods from this tree are sometimes used to make a chocolate substitute", - "value": "$1000", - "answer": "carob", - "round": "Jeopardy!", - "show_number": "6275", - "fullAnswer": "a carob" - }, { "category": "NBA FINALS MVP", "air_date": "2011-12-23", @@ -400789,16 +380109,6 @@ "show_number": "6275", "fullAnswer": "Saul Bellow" }, - { - "category": "GOING THE DISTANCE", - "air_date": "2011-12-23", - "question": "The P-51 Mustang fighter had great range; Goering saw Mustangs over this city & said he knew the Axis had lost World War II", - "value": "$800", - "answer": "Berlin", - "round": "Double Jeopardy!", - "show_number": "6275", - "fullAnswer": "Berlin" - }, { "category": "WHAT'S UP, \"ESSE\"?", "air_date": "2011-12-23", @@ -400899,16 +380209,6 @@ "show_number": "6275", "fullAnswer": "Oscar Wao" }, - { - "category": "GOING THE DISTANCE", - "air_date": "2011-12-23", - "question": "(Jimmy of the Clue Crew shows a globe on the monitor.) On a two-dimensional map, a straight line appears to be the shortest distance between L.A. & London; on the globe, the actual shortest distance between them would be part of one of these big, 2-word geometric units", - "value": "$1600", - "answer": "great circles", - "round": "Double Jeopardy!", - "show_number": "6275", - "fullAnswer": "great circles" - }, { "category": "WHAT'S UP, \"ESSE\"?", "air_date": "2011-12-23", @@ -400989,16 +380289,6 @@ "show_number": "6275", "fullAnswer": "earmark" }, - { - "category": "DC COMICS", - "air_date": "2007-05-28", - "question": "An umbrella that turned into a flamethrower was one weapon employed by this nemesis of Batman", - "value": "$200", - "answer": "Penguin", - "round": "Jeopardy!", - "show_number": "5241", - "fullAnswer": "The Penguin" - }, { "category": "ANIMALS IN LITERATURE", "air_date": "2007-05-28", @@ -401029,16 +380319,6 @@ "show_number": "5241", "fullAnswer": "touch it" }, - { - "category": "GEMSTONES", - "air_date": "2007-05-28", - "question": "(Kelly of the Clue Crew holds a gemstone.) The product of a living organism, it's the birthstone for the month of June", - "value": "$200", - "answer": "pearl", - "round": "Jeopardy!", - "show_number": "5241", - "fullAnswer": "pearl" - }, { "category": "WORDS INTRODUCED IN THE 20th CENTURY", "air_date": "2007-05-28", @@ -401049,16 +380329,6 @@ "show_number": "5241", "fullAnswer": "a miniskirt" }, - { - "category": "DC COMICS", - "air_date": "2007-05-28", - "question": "\"Mr. Flexibility\" could have been another name for this popular DC star who premiered in 1941", - "value": "$400", - "answer": "Plastic Man", - "round": "Jeopardy!", - "show_number": "5241", - "fullAnswer": "Plastic Man" - }, { "category": "ANIMALS IN LITERATURE", "air_date": "2007-05-28", @@ -401109,16 +380379,6 @@ "show_number": "5241", "fullAnswer": "a flying saucer" }, - { - "category": "DC COMICS", - "air_date": "2007-05-28", - "question": "This colorful DC Comic superhero has been fighting crime since his first appearance in 1941", - "value": "$600", - "answer": "Green Arrow", - "round": "Jeopardy!", - "show_number": "5241", - "fullAnswer": "The Green Arrow" - }, { "category": "ANIMALS IN LITERATURE", "air_date": "2007-05-28", @@ -401149,16 +380409,6 @@ "show_number": "5241", "fullAnswer": "Lewis Carroll" }, - { - "category": "GEMSTONES", - "air_date": "2007-05-28", - "question": "(Sarah of the Clue Crew shows a gem.) This term is used for red varieties of the gem corundum", - "value": "$600", - "answer": "ruby", - "round": "Jeopardy!", - "show_number": "5241", - "fullAnswer": "a ruby" - }, { "category": "WORDS INTRODUCED IN THE 20th CENTURY", "air_date": "2007-05-28", @@ -401169,16 +380419,6 @@ "show_number": "5241", "fullAnswer": "a miniseries" }, - { - "category": "DC COMICS", - "air_date": "2007-05-28", - "question": "It's the civilian name of the DC Comics sidekick & crimefighter seen here", - "value": "$800", - "answer": "Dick Grayson", - "round": "Jeopardy!", - "show_number": "5241", - "fullAnswer": "Dick Grayson" - }, { "category": "ANIMALS IN LITERATURE", "air_date": "2007-05-28", @@ -401229,16 +380469,6 @@ "show_number": "5241", "fullAnswer": "a yuppie" }, - { - "category": "DC COMICS", - "air_date": "2007-05-28", - "question": "How's a \"bayou\" tell us the name of this slimy half-human DC character", - "value": "$1000", - "answer": "Swamp Thing", - "round": "Jeopardy!", - "show_number": "5241", - "fullAnswer": "Swamp Thing" - }, { "category": "ANIMALS IN LITERATURE", "air_date": "2007-05-28", @@ -401269,16 +380499,6 @@ "show_number": "5241", "fullAnswer": "an opening" }, - { - "category": "GEMSTONES", - "air_date": "2007-05-28", - "question": "(Cheryl of the Clue Crews shows off her stone.) It's one of the only natural gemstones to show play of color, the flashing of different colors within the same stone", - "value": "$1000", - "answer": "opal", - "round": "Jeopardy!", - "show_number": "5241", - "fullAnswer": "opal" - }, { "category": "WORDS INTRODUCED IN THE 20th CENTURY", "air_date": "2007-05-28", @@ -401329,16 +380549,6 @@ "show_number": "5241", "fullAnswer": "coffee" }, - { - "category": "HOW GREAT THOU ART", - "air_date": "2007-05-28", - "question": "He's the cabaret hopper whose work is seen here", - "value": "$400", - "answer": "Toulouse-Lautrec", - "round": "Double Jeopardy!", - "show_number": "5241", - "fullAnswer": "Toulouse-Lautrec" - }, { "category": "A LIFE OF \"ESE\"", "air_date": "2007-05-28", @@ -401389,16 +380599,6 @@ "show_number": "5241", "fullAnswer": "French" }, - { - "category": "HOW GREAT THOU ART", - "air_date": "2007-05-28", - "question": "No Dutch boy was used by this Dutchman in the 1654 piece seen here", - "value": "$800", - "answer": "Rembrandt", - "round": "Double Jeopardy!", - "show_number": "5241", - "fullAnswer": "Rembrandt" - }, { "category": "A LIFE OF \"ESE\"", "air_date": "2007-05-28", @@ -401449,16 +380649,6 @@ "show_number": "5241", "fullAnswer": "a toga" }, - { - "category": "HOW GREAT THOU ART", - "air_date": "2007-05-28", - "question": "I'll scream with delight if you identify this man's Madonna seen here", - "value": "$1200", - "answer": "Munch", - "round": "Double Jeopardy!", - "show_number": "5241", - "fullAnswer": "Munch" - }, { "category": "A LIFE OF \"ESE\"", "air_date": "2007-05-28", @@ -401509,16 +380699,6 @@ "show_number": "5241", "fullAnswer": "president" }, - { - "category": "HOW GREAT THOU ART", - "air_date": "2007-05-28", - "question": "Painted around the turn of the 16th Century the angel's head seen here was painted by this angelic master", - "value": "$1600", - "answer": "Raphael", - "round": "Double Jeopardy!", - "show_number": "5241", - "fullAnswer": "Raphael" - }, { "category": "A LIFE OF \"ESE\"", "air_date": "2007-05-28", @@ -401569,16 +380749,6 @@ "show_number": "5241", "fullAnswer": "Roman Catholic (or Christianity)" }, - { - "category": "HOW GREAT THOU ART", - "air_date": "2007-05-28", - "question": "Works like the 1498 self-portrait seen here made him one of the most influential artists of the Reformation", - "value": "$2000", - "answer": "[Albrecht] Dürer", - "round": "Double Jeopardy!", - "show_number": "5241", - "fullAnswer": "[Albrecht] Dürer" - }, { "category": "A LIFE OF \"ESE\"", "air_date": "2007-05-28", @@ -401654,7 +380824,7 @@ "air_date": "2011-01-14", "question": "In 2010 he got his own talk show on TBS (though that might not have been his original goal)", "value": "$200", - "answer": "Conan O\\'Brien", + "answer": "Conan O'Brien", "round": "Jeopardy!", "show_number": "6065", "fullAnswer": "Conan O\\'Brien" @@ -401689,16 +380859,6 @@ "show_number": "6065", "fullAnswer": "unwritten law" }, - { - "category": "RESCUE ME", - "air_date": "2011-01-14", - "question": "An uplifting story of 2002 was the rescue of nine men trapped for three days in one of these in Pennsylvania", - "value": "$400", - "answer": "coal mine", - "round": "Jeopardy!", - "show_number": "6065", - "fullAnswer": "a coal mine" - }, { "category": "MY BOYS", "air_date": "2011-01-14", @@ -401929,16 +381089,6 @@ "show_number": "6065", "fullAnswer": "the yolk" }, - { - "category": "IT'S AN HONOR", - "air_date": "2011-01-14", - "question": "(Sarah of the Clue Crew delivers the clue from Jerusalem in Israel.) President of Israel is a mainly ceremonial post chosen by the Knesset; a 2007 vote chose Shimon Peres, who won this international prize in 1994", - "value": "$800", - "answer": "Nobel Peace Prize", - "round": "Double Jeopardy!", - "show_number": "6065", - "fullAnswer": "the Nobel Peace Prize" - }, { "category": "SPOUSE IN COMMON TO...", "air_date": "2011-01-14", @@ -402259,16 +381409,6 @@ "show_number": "5194", "fullAnswer": "the Dodgers" }, - { - "category": "JUDGES", - "air_date": "2007-03-22", - "question": "Judge John Raulston, seen here, had to keep order between Darrow & Bryan in this 1925 trial", - "value": "$400", - "answer": "Scopes trial", - "round": "Jeopardy!", - "show_number": "5194", - "fullAnswer": "the Scopes trial" - }, { "category": "\"EX\"ODUS", "air_date": "2007-03-22", @@ -402379,16 +381519,6 @@ "show_number": "5194", "fullAnswer": "714" }, - { - "category": "JUDGES", - "air_date": "2007-03-22", - "question": "This judge, who became Major League Baseball's first commissioner, was named for the Civil War battle of Kennesaw Mountain", - "value": "$800", - "answer": "Landis", - "round": "Jeopardy!", - "show_number": "5194", - "fullAnswer": "(Kennesaw Mountain) Landis" - }, { "category": "\"EX\"ODUS", "air_date": "2007-03-22", @@ -402484,7 +381614,7 @@ "air_date": "2007-03-22", "question": "Lieberman's adversaries", "value": "$400", - "answer": "Joe\\'s foes", + "answer": "Joe's foes", "round": "Double Jeopardy!", "show_number": "5194", "fullAnswer": "Joe\\'s foes" @@ -402499,26 +381629,6 @@ "show_number": "5194", "fullAnswer": "Cabaret" }, - { - "category": "A KITTY CAT-EGORY", - "air_date": "2007-03-22", - "question": "(Sarah of the Clue Crew cats around at the Henry Doorly Zoo in Omaha, NE.) When this little pussycat grows up, it may reach 250 fierce pounds, because it's this biggest New World cat", - "value": "$400", - "answer": "jaguar", - "round": "Double Jeopardy!", - "show_number": "5194", - "fullAnswer": "the jaguar" - }, - { - "category": "SOLDIER, I'VE GOT NEWS FOR YOU", - "air_date": "2007-03-22", - "question": "You sure are at home on the range, soldier, so proudly wear your badge for excellence in this", - "value": "$400", - "answer": "marksmanship ", - "round": "Double Jeopardy!", - "show_number": "5194", - "fullAnswer": "marksmanship (or shooting)" - }, { "category": "MUSICAL LIT", "air_date": "2007-03-22", @@ -402544,7 +381654,7 @@ "air_date": "2007-03-22", "question": "Trent's automatons", "value": "$800", - "answer": "Lott\\'s robots", + "answer": "Lott's robots", "round": "Double Jeopardy!", "show_number": "5194", "fullAnswer": "Lott\\'s robots" @@ -402569,16 +381679,6 @@ "show_number": "5194", "fullAnswer": "tiger" }, - { - "category": "SOLDIER, I'VE GOT NEWS FOR YOU", - "air_date": "2007-03-22", - "question": "You sorry excuse for a soldier, you don't deserve 3 chevrons; I'm demoting you from sergeant to this", - "value": "$800", - "answer": "corporal", - "round": "Double Jeopardy!", - "show_number": "5194", - "fullAnswer": "corporal" - }, { "category": "MUSICAL LIT", "air_date": "2007-03-22", @@ -402604,7 +381704,7 @@ "air_date": "2007-03-22", "question": "Christopher's supreme beings", "value": "$1200", - "answer": "Dodd\\'s gods", + "answer": "Dodd's gods", "round": "Double Jeopardy!", "show_number": "5194", "fullAnswer": "Dodd\\'s gods" @@ -402619,36 +381719,6 @@ "show_number": "5194", "fullAnswer": "The Phantom of the Opera" }, - { - "category": "A KITTY CAT-EGORY", - "air_date": "2007-03-22", - "question": "The Canada version of this cat, seen here, was designated a protected species in 1998", - "value": "$1200", - "answer": "lynx", - "round": "Double Jeopardy!", - "show_number": "5194", - "fullAnswer": "a lynx" - }, - { - "category": "SOLDIER, I'VE GOT NEWS FOR YOU", - "air_date": "2007-03-22", - "question": "Like to fly, son? You're joining the Screaming Eagles, the legendary air assault division with this three-digit number", - "value": "$1200", - "answer": "101st ", - "round": "Double Jeopardy!", - "show_number": "5194", - "fullAnswer": "101st (Airborne)" - }, - { - "category": "MUSICAL LIT", - "air_date": "2007-03-22", - "question": "(Cheryl fiddles around at the Sherlock Holmes Museum in London.) Sherlock Holmes owned and often played one of these famous violins, which he claimed to be worth 500 guineas", - "value": "$1200", - "answer": "Stradivarius", - "round": "Double Jeopardy!", - "show_number": "5194", - "fullAnswer": "a Stradivarius" - }, { "category": "ANAGRAMMED FOOD & DRINK", "air_date": "2007-03-22", @@ -402664,7 +381734,7 @@ "air_date": "2007-03-22", "question": "Bailey Hutchison's dried grasses", "value": "$1600", - "answer": "Kay\\'s hays", + "answer": "Kay's hays", "round": "Double Jeopardy!", "show_number": "5194", "fullAnswer": "Kay\\'s hays" @@ -402689,16 +381759,6 @@ "show_number": "5194", "fullAnswer": "a cheetah" }, - { - "category": "SOLDIER, I'VE GOT NEWS FOR YOU", - "air_date": "2007-03-22", - "question": "Have another bar, first lieutenant; you're going up one rank to this", - "value": "$3,000", - "answer": "captain", - "round": "Double Jeopardy!", - "show_number": "5194", - "fullAnswer": "captain" - }, { "category": "MUSICAL LIT", "air_date": "2007-03-22", @@ -402724,7 +381784,7 @@ "air_date": "2007-03-22", "question": "Senator Alexander's automobiles", "value": "$2000", - "answer": "Lamar\\'s cars", + "answer": "Lamar's cars", "round": "Double Jeopardy!", "show_number": "5194", "fullAnswer": "Lamar\\'s cars" @@ -402739,26 +381799,6 @@ "show_number": "5194", "fullAnswer": "Damn Yankees" }, - { - "category": "A KITTY CAT-EGORY", - "air_date": "2007-03-22", - "question": "Prized for its beautiful fur, this American wild cat, seen here, is an endangered species in the United States", - "value": "$2000", - "answer": "ocelot", - "round": "Double Jeopardy!", - "show_number": "5194", - "fullAnswer": "the ocelot" - }, - { - "category": "SOLDIER, I'VE GOT NEWS FOR YOU", - "air_date": "2007-03-22", - "question": "Your valor makes you richly deserving of this; short of the Medal of Honor, it's our Army's highest award", - "value": "$2000", - "answer": "Distinguished Service Cross", - "round": "Double Jeopardy!", - "show_number": "5194", - "fullAnswer": "the Distinguished Service Cross" - }, { "category": "MUSICAL LIT", "air_date": "2007-03-22", @@ -403059,16 +382099,6 @@ "show_number": "6066", "fullAnswer": "inquisitive" }, - { - "category": "OPRAH GETS HISTORICAL", - "air_date": "2011-01-17", - "question": "(Oprah Winfrey gives the clue.) I would have loved to have gone with Dr. Martin Luther King, Jr. on a visit to the jail in this city where in 1963 he wrote one of his most eloquent statements of resistance without violence", - "value": "$400", - "answer": "Birmingham", - "round": "Double Jeopardy!", - "show_number": "6066", - "fullAnswer": "Birmingham" - }, { "category": "DENZEL WASHINGTON FILMS", "air_date": "2011-01-17", @@ -403119,16 +382149,6 @@ "show_number": "6066", "fullAnswer": "the carrot" }, - { - "category": "OPRAH GETS HISTORICAL", - "air_date": "2011-01-17", - "question": "(Oprah Winfrey gives the clue.) I'll need an interpreter to interview this amazing woman--& the audience would go wild when her teacher Anne Sullivan comes onstage", - "value": "$800", - "answer": "Helen Keller", - "round": "Double Jeopardy!", - "show_number": "6066", - "fullAnswer": "Helen Keller" - }, { "category": "DENZEL WASHINGTON FILMS", "air_date": "2011-01-17", @@ -403179,16 +382199,6 @@ "show_number": "6066", "fullAnswer": "bread & butter" }, - { - "category": "OPRAH GETS HISTORICAL", - "air_date": "2011-01-17", - "question": "(Oprah Winfrey gives the clue.) My first question to him: I know Mrs. Simpson was the woman you loved, but was it worth it giving up the crown?", - "value": "$1200", - "answer": "Edward VIII", - "round": "Double Jeopardy!", - "show_number": "6066", - "fullAnswer": "Edward VIII" - }, { "category": "DENZEL WASHINGTON FILMS", "air_date": "2011-01-17", @@ -403239,16 +382249,6 @@ "show_number": "6066", "fullAnswer": "a muffintop" }, - { - "category": "OPRAH GETS HISTORICAL", - "air_date": "2011-01-17", - "question": "(Oprah Winfrey gives the clue.) I'd have a lot of questions for this 15th century teen girl, like \"When did you first hear voices telling you to drive the English out of France?\"", - "value": "$1600", - "answer": "Joan of Arc", - "round": "Double Jeopardy!", - "show_number": "6066", - "fullAnswer": "Joan of Arc" - }, { "category": "DENZEL WASHINGTON FILMS", "air_date": "2011-01-17", @@ -403299,16 +382299,6 @@ "show_number": "6066", "fullAnswer": "the Lemon Law" }, - { - "category": "OPRAH GETS HISTORICAL", - "air_date": "2011-01-17", - "question": "(Oprah Winfrey gives the clue.) I'd ask this Polish-American patriot, for whom my home town is named, about the time he tried to sell his estates & use the money to free Thomas Jefferson's slaves", - "value": "$2000", - "answer": "Thaddeus Kosciuszko", - "round": "Double Jeopardy!", - "show_number": "6066", - "fullAnswer": "Thaddeus Kosciuszko" - }, { "category": "DENZEL WASHINGTON FILMS", "air_date": "2011-01-17", @@ -404174,7 +383164,7 @@ "air_date": "1999-04-30", "question": "Many readers don't get through the Slough of Despond in this 1678 John Bunyan work", "value": "$400", - "answer": "Pilgrim\\'s Progress", + "answer": "Pilgrim's Progress", "round": "Jeopardy!", "show_number": "3385", "fullAnswer": "The Pilgrim\\'s Progress" @@ -405159,16 +384149,6 @@ "show_number": "5436", "fullAnswer": "Dale Earnhardt, Jr." }, - { - "category": "EMERIL GOES INTERNATIONAL", - "air_date": "2008-04-07", - "question": "(The Food Network's Emeril Lagasse reads the clue from his kitchen.) Phyllo will form both the top and bottom crusts of this Greek spinach-&-cheese pie", - "value": "$200", - "answer": "spanakopita", - "round": "Jeopardy!", - "show_number": "5436", - "fullAnswer": "spanakopita" - }, { "category": "STATE MOTTOES", "air_date": "2008-04-07", @@ -405189,16 +384169,6 @@ "show_number": "5436", "fullAnswer": "Paraguay" }, - { - "category": "TO RICHES", - "air_date": "2008-04-07", - "question": "Like his father before him, he's the longtime mayor of Chicago", - "value": "$200", - "answer": "Daley", - "round": "Jeopardy!", - "show_number": "5436", - "fullAnswer": "(Richard) Daley" - }, { "category": "THE NATIONAL ASSOCIATION OF CHILDREN'S HOSPITALS", "air_date": "2008-04-07", @@ -405219,16 +384189,6 @@ "show_number": "5436", "fullAnswer": "the New York Yankees" }, - { - "category": "EMERIL GOES INTERNATIONAL", - "air_date": "2008-04-07", - "question": "(Emeril gives the clue, slowly.) Tomatoes & mozzarella make up this salad named for the island in the Bay of Naples where it was created", - "value": "$400", - "answer": "Caprese", - "round": "Jeopardy!", - "show_number": "5436", - "fullAnswer": "Caprese" - }, { "category": "STATE MOTTOES", "air_date": "2008-04-07", @@ -405279,16 +384239,6 @@ "show_number": "5436", "fullAnswer": "Bonnie Blair" }, - { - "category": "EMERIL GOES INTERNATIONAL", - "air_date": "2008-04-07", - "question": "(Emeril reads the clue once more.) To make the versatile Indian bread called naan, I use this type of butter from which solids have been removed, sometimes called ghee", - "value": "$600", - "answer": "clarified butter", - "round": "Jeopardy!", - "show_number": "5436", - "fullAnswer": "clarified butter" - }, { "category": "STATE MOTTOES", "air_date": "2008-04-07", @@ -405309,16 +384259,6 @@ "show_number": "5436", "fullAnswer": "a dragonfly" }, - { - "category": "TO RICHES", - "air_date": "2008-04-07", - "question": "In the 1984 film version of \"1984\", this acclaimed British actor played the inquisitor O'Brien", - "value": "$600", - "answer": "Richard Burton", - "round": "Jeopardy!", - "show_number": "5436", - "fullAnswer": "Richard Burton" - }, { "category": "THE NATIONAL ASSOCIATION OF CHILDREN'S HOSPITALS", "air_date": "2008-04-07", @@ -405339,16 +384279,6 @@ "show_number": "5436", "fullAnswer": "the Miami Heat" }, - { - "category": "EMERIL GOES INTERNATIONAL", - "air_date": "2008-04-07", - "question": "(Emeril makes a sandwich as he delivers the clue.) Take the ham-and-gruyere sandwich called a croque-monsieur and change its gender by adding a fried egg; now it's called this", - "value": "$800", - "answer": "croque-madame", - "round": "Jeopardy!", - "show_number": "5436", - "fullAnswer": "a croque-madame" - }, { "category": "STATE MOTTOES", "air_date": "2008-04-07", @@ -405379,26 +384309,6 @@ "show_number": "5436", "fullAnswer": "Richard Strauss" }, - { - "category": "SPORTS STUFF", - "air_date": "2008-04-07", - "question": "(Jimmy of the Clue Crew reports from the Little League headquarters in Williamsport, PA.) A baseball is made of leather, several yards of yarn & two layers of rubber covering a grape-sized sphere made with this lightweight wood", - "value": "$1000", - "answer": "cork", - "round": "Jeopardy!", - "show_number": "5436", - "fullAnswer": "cork" - }, - { - "category": "EMERIL GOES INTERNATIONAL", - "air_date": "2008-04-07", - "question": "(Emeril reads the last clue of the category.) My recipe for chowder starts with cooking bacon until it has released most of its fat, a version of this separation process", - "value": "$1000", - "answer": "rendering", - "round": "Jeopardy!", - "show_number": "5436", - "fullAnswer": "rendering" - }, { "category": "STATE MOTTOES", "air_date": "2008-04-07", @@ -405449,16 +384359,6 @@ "show_number": "5436", "fullAnswer": "Jamaica" }, - { - "category": "CENTRAL PARK", - "air_date": "2008-04-07", - "question": "(Sarah of the Clue Crew presents from Central Park.) An archway on East Drive is unusual in that it's made from this stone, more associated with apartment houses of the late 1800s", - "value": "$400", - "answer": "brownstone", - "round": "Double Jeopardy!", - "show_number": "5436", - "fullAnswer": "a brownstone" - }, { "category": "JEOPMARK CARDS FOR LITERARY CHARACTERS", "air_date": "2008-04-07", @@ -405499,16 +384399,6 @@ "show_number": "5436", "fullAnswer": "Woody Allen" }, - { - "category": "CENTRAL PARK", - "air_date": "2008-04-07", - "question": "(Sarah shows a mosaic in New York's Central Park.) Legislation giving this name to an area of the park's west side from 71st to 74th was introduced December 18, 1980, just 10 days after John Lennon's death", - "value": "$800", - "answer": "Strawberry Fields", - "round": "Double Jeopardy!", - "show_number": "5436", - "fullAnswer": "Strawberry Fields" - }, { "category": "JEOPMARK CARDS FOR LITERARY CHARACTERS", "air_date": "2008-04-07", @@ -405554,7 +384444,7 @@ "air_date": "2008-04-07", "question": "Sometimes 3's not enough of a crowd! Here's hoping for that promotion for this 1844 guy from Gascony!", "value": "$1200", - "answer": "D\\'Artagnan", + "answer": "D'Artagnan", "round": "Double Jeopardy!", "show_number": "5436", "fullAnswer": "D\\'Artagnan" @@ -405589,16 +384479,6 @@ "show_number": "5436", "fullAnswer": "Bradley Whitford" }, - { - "category": "CENTRAL PARK", - "air_date": "2008-04-07", - "question": "(Jon of the Clue Crew walks on the grass in Central Park.) The area that's hosted a mass by Pope John Paul II and a concert by Simon & Garfunkel has been called the \"Great\" this since it was planted with grass in 1937", - "value": "$1600", - "answer": "Great Lawn", - "round": "Double Jeopardy!", - "show_number": "5436", - "fullAnswer": "the Great Lawn" - }, { "category": "JEOPMARK CARDS FOR LITERARY CHARACTERS", "air_date": "2008-04-07", @@ -405699,26 +384579,6 @@ "show_number": "5824", "fullAnswer": "Mondale" }, - { - "category": "MARSHALL ARTS", - "air_date": "2009-12-31", - "question": "This Marshall seen here was a groundbreaking attorney and judge", - "value": "$200", - "answer": "Thurgood Marshall", - "round": "Jeopardy!", - "show_number": "5824", - "fullAnswer": "Thurgood Marshall" - }, - { - "category": "GOOD HOUSEKEEPING", - "air_date": "2009-12-31", - "question": "(Jimmy of the Clue Crew reports from inside the Good Housekeeping Institute in New York.) 2009 is the 100th anniversary of this trusted sign of quality; the first recipients included some forgotten names, and some still familiar ones like Hartz Mountain", - "value": "$200", - "answer": "Good Housekeeping Seal of Approval", - "round": "Jeopardy!", - "show_number": "5824", - "fullAnswer": "the Good Housekeeping Seal of Approval" - }, { "category": "THAT AIN'T IN YOUR TYPICAL COUNTRY SONG", "air_date": "2009-12-31", @@ -405759,16 +384619,6 @@ "show_number": "5824", "fullAnswer": "capillaries" }, - { - "category": "GOOD HOUSEKEEPING", - "air_date": "2009-12-31", - "question": "(Kelly of the Clue Crew reports from inside the Good Housekeeping Institute in New York.) Fabrics are put through tens of thousands of cycles through a Wyzenbeek machine, which measures abrasion; that's a good test for this lasting quality from the Latin for 'hard'", - "value": "$400", - "answer": "endurance ", - "round": "Jeopardy!", - "show_number": "5824", - "fullAnswer": "endurance (durability accepted)" - }, { "category": "LITERARY NUMBERS", "air_date": "2009-12-31", @@ -405809,16 +384659,6 @@ "show_number": "5824", "fullAnswer": "a cigar" }, - { - "category": "GOOD HOUSEKEEPING", - "air_date": "2009-12-31", - "question": "(Jimmy of the Clue Crew reports from inside the Good Housekeeping Institute in New York.) At \"Goodhousekeeping\" they use this cylinder that lets moms and dads know if a toy presents this type of hazard; at home, a toilet paper roll works well, too", - "value": "$600", - "answer": "choking hazard", - "round": "Jeopardy!", - "show_number": "5824", - "fullAnswer": "a choking hazard" - }, { "category": "LITERARY NUMBERS", "air_date": "2009-12-31", @@ -405849,16 +384689,6 @@ "show_number": "5824", "fullAnswer": "Rasputin" }, - { - "category": "GOOD HOUSEKEEPING", - "air_date": "2009-12-31", - "question": "(Kelly of the Clue Crew reports from inside the Good Housekeeping Institute in New York.) Looking closely at the hair follicle, a scope that magnifies 7,000 times is used to evaluate a product that claims to repair this, also called trichoptilosis", - "value": "$800", - "answer": "split ends", - "round": "Jeopardy!", - "show_number": "5824", - "fullAnswer": "split ends" - }, { "category": "LITERARY NUMBERS", "air_date": "2009-12-31", @@ -405909,16 +384739,6 @@ "show_number": "5824", "fullAnswer": "the message" }, - { - "category": "GOOD HOUSEKEEPING", - "air_date": "2009-12-31", - "question": "(Kelly of the Clue Crew reports from inside the Good Housekeeping Institute in New York.) Moisturizing products are evaluated by the corneometer, which tests hydration in the stratum corneum, the outer part of this outermost layer of skin", - "value": "$1000", - "answer": "epidermis", - "round": "Jeopardy!", - "show_number": "5824", - "fullAnswer": "the epidermis" - }, { "category": "SCIENTISTS", "air_date": "2009-12-31", @@ -406409,16 +385229,6 @@ "show_number": "4548", "fullAnswer": "brittle" }, - { - "category": "UKRAINE ON THE BRAIN", - "air_date": "2004-05-19", - "question": "Ukrainians call this body of water \"Chorne More\"", - "value": "$800", - "answer": "Black Sea", - "round": "Jeopardy!", - "show_number": "4548", - "fullAnswer": "the Black Sea" - }, { "category": "THINK PINK", "air_date": "2004-05-19", @@ -406489,16 +385299,6 @@ "show_number": "4548", "fullAnswer": "the Freeway of Love" }, - { - "category": "VEGGIE-POURRI", - "air_date": "2004-05-19", - "question": "(Cheryl of the Clue Crew reports from the science lab.) Surprisingly, the sweet potato belongs to this botanical family of flowers that open in the early part of the day", - "value": "$2,000", - "answer": "morning glories", - "round": "Jeopardy!", - "show_number": "4548", - "fullAnswer": "morning glories" - }, { "category": "CATS", "air_date": "2004-05-19", @@ -406509,16 +385309,6 @@ "show_number": "4548", "fullAnswer": "the Turkish Angora" }, - { - "category": "WAY TO GO", - "air_date": "2004-05-19", - "question": "(Sarah takes a carriage ride through New York City's Central Park with the rest of the clue Crew.) The type of carriage we're riding in is called this, from French for \"face-to-face\"", - "value": "$1000", - "answer": "vis-à-vis", - "round": "Jeopardy!", - "show_number": "4548", - "fullAnswer": "vis-à-vis" - }, { "category": "TELL ME ABOUT \"IT\"", "air_date": "2004-05-19", @@ -406569,16 +385359,6 @@ "show_number": "4548", "fullAnswer": "a sanitarium" }, - { - "category": "THE PIPE ORGAN", - "air_date": "2004-05-19", - "question": "A common expression refers to \"pulling out all\" of these knobs, seen here", - "value": "$400", - "answer": "stops", - "round": "Double Jeopardy!", - "show_number": "4548", - "fullAnswer": "the stops" - }, { "category": "SURPRISE ME!", "air_date": "2004-05-19", @@ -406689,16 +385469,6 @@ "show_number": "4548", "fullAnswer": "overcompensate" }, - { - "category": "THE PIPE ORGAN", - "air_date": "2004-05-19", - "question": "A pipe's pitch is related to its length; compared to an eight-footer, a four-footer sounds the same note at this interval", - "value": "$1200", - "answer": "octave", - "round": "Double Jeopardy!", - "show_number": "4548", - "fullAnswer": "an octave" - }, { "category": "SURPRISE ME!", "air_date": "2004-05-19", @@ -406809,26 +385579,6 @@ "show_number": "4548", "fullAnswer": "an archaeologist" }, - { - "category": "THE PIPE ORGAN", - "air_date": "2004-05-19", - "question": "It's the \"hands-on\" name for an organ keyboard; the instrument seen here has four, some have six", - "value": "$2000", - "answer": "(organ) manual", - "round": "Double Jeopardy!", - "show_number": "4548", - "fullAnswer": "the (organ) manual" - }, - { - "category": "SURPRISE ME!", - "air_date": "2004-05-19", - "question": "Seen here is
\"Unpleasant Surprise\" by this French primitive", - "value": "$2000", - "answer": "Rousseau", - "round": "Double Jeopardy!", - "show_number": "4548", - "fullAnswer": "Rousseau" - }, { "category": "TOURIST ATTRACTIONS", "air_date": "2004-05-19", @@ -407094,7 +385844,7 @@ "air_date": "2007-02-08", "question": "Looking like a refugee from \"Pac Man\", Booregard Q. Kazoo hangs out with his pal, Mac, on this show", "value": "$1000", - "answer": "Foster\\'s Home for Imaginary Friends", + "answer": "Foster's Home for Imaginary Friends", "round": "Jeopardy!", "show_number": "5164", "fullAnswer": "Foster\\'s Home for Imaginary Friends" @@ -407199,16 +385949,6 @@ "show_number": "5164", "fullAnswer": "tuxedo" }, - { - "category": "EXPLORATION", - "air_date": "2007-02-08", - "question": "(Jon of the Clue Crew reads next to a world map.) Leaving Portugal in July 1497, going around Africa & with the help of a pilot from Malindi, this explorer made it to India in 1498", - "value": "$800", - "answer": "Vasco da Gama", - "round": "Double Jeopardy!", - "show_number": "5164", - "fullAnswer": "Vasco da Gama" - }, { "category": "WHEN THEY WERE TEENS", "air_date": "2007-02-08", @@ -407309,26 +386049,6 @@ "show_number": "5164", "fullAnswer": "prompt" }, - { - "category": "YOU'RE NOT GOING OUT WEARING THAT", - "air_date": "2007-02-08", - "question": "For gosh sakes, you're not really going to wear these paired equine accessories seen here, are you?", - "value": "$1200", - "answer": "blinders or blinkers", - "round": "Double Jeopardy!", - "show_number": "5164", - "fullAnswer": "blinders or blinkers" - }, - { - "category": "EXPLORATION", - "air_date": "2007-02-08", - "question": "(Kelly reads next to a map.)
In 1845, Ludwig Leichhardt completed a 3,000-mile journey, finding a route to the North Coast and fertile pastures, exciting the people of this land", - "value": "$1600", - "answer": "Australia", - "round": "Double Jeopardy!", - "show_number": "5164", - "fullAnswer": "Australia" - }, { "category": "WHEN THEY WERE TEENS", "air_date": "2007-02-08", @@ -408459,16 +387179,6 @@ "show_number": "4940", "fullAnswer": "submarine" }, - { - "category": "LET'S LOOK TO THE STARS", - "air_date": "2006-02-17", - "question": "(Cheryl of the Clue Crew draws a familiar constellation on a chalkboard.) The constellation outlined here is known by this name in the U.S.", - "value": "$800", - "answer": "Little Dipper", - "round": "Double Jeopardy!", - "show_number": "4940", - "fullAnswer": "the Little Dipper" - }, { "category": "SEÑOR CLASS", "air_date": "2006-02-17", @@ -408814,7 +387524,7 @@ "air_date": "1992-10-27", "question": "In 1453 at Castillon, the French artillery won the last battle of this long war", "value": "$300", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Jeopardy!", "show_number": "1872", "fullAnswer": "the Hundred Years\\' War" @@ -409169,16 +387879,6 @@ "show_number": "1872", "fullAnswer": "the upper crust" }, - { - "category": "FROM THE VAULTS OF THE SMITHSONIAN", - "air_date": "2005-09-15", - "question": "This get-well card was sent by second graders to David Vetter, known as this boy kept in a plastic isolation unit", - "value": "$200", - "answer": "Boy in the Bubble", - "round": "Jeopardy!", - "show_number": "4829", - "fullAnswer": "The Boy in the Bubble" - }, { "category": "ON PRESIDENT BUSH'S iPOD", "air_date": "2005-09-15", @@ -409229,16 +387929,6 @@ "show_number": "4829", "fullAnswer": "a strongbox" }, - { - "category": "FROM THE VAULTS OF THE SMITHSONIAN", - "air_date": "2005-09-15", - "question": "(Jimmy of the Clue Crew gives the clue from the Smithsonian in Washington, D.C.) Starting in 1960, people whose hearts beat too slowly could have a Medtronic one of these implanted; the Smithsonian has an early one", - "value": "$400", - "answer": "pacemaker", - "round": "Jeopardy!", - "show_number": "4829", - "fullAnswer": "a pacemaker" - }, { "category": "ON PRESIDENT BUSH'S iPOD", "air_date": "2005-09-15", @@ -409249,16 +387939,6 @@ "show_number": "4829", "fullAnswer": "\"Centerfield\"" }, - { - "category": "MARSUPIALS", - "air_date": "2005-09-15", - "question": "You can see why kangaroos are classified as macropodents, referring to the size of these", - "value": "$400", - "answer": "their feet", - "round": "Jeopardy!", - "show_number": "4829", - "fullAnswer": "their feet" - }, { "category": "22", "air_date": "2005-09-15", @@ -409269,16 +387949,6 @@ "show_number": "4829", "fullAnswer": "the Hebrew" }, - { - "category": "YEARS", - "air_date": "2005-09-15", - "question": "It's the year the small step seen here was taken", - "value": "$400", - "answer": "1969", - "round": "Jeopardy!", - "show_number": "4829", - "fullAnswer": "1969" - }, { "category": "STILL GOING \"STRONG\"", "air_date": "2005-09-15", @@ -409289,16 +387959,6 @@ "show_number": "4829", "fullAnswer": "to strong-arm" }, - { - "category": "FROM THE VAULTS OF THE SMITHSONIAN", - "air_date": "2005-09-15", - "question": "(Jimmy of the Clue Crew gives the clue from the Smithsonian in Washington, D.C.) This inventor used a device that transmits a signal to a receiver to look for the bullet in President Garfield's body", - "value": "$600", - "answer": "Alexander Graham Bell", - "round": "Jeopardy!", - "show_number": "4829", - "fullAnswer": "Alexander Graham Bell" - }, { "category": "ON PRESIDENT BUSH'S iPOD", "air_date": "2005-09-15", @@ -409349,16 +388009,6 @@ "show_number": "4829", "fullAnswer": "a strong suit" }, - { - "category": "FROM THE VAULTS OF THE SMITHSONIAN", - "air_date": "2005-09-15", - "question": "(Jimmy of the Clue Crew gives the clue from the Smithsonian in Washington, D.C.) This is part of the 1848 gold shipment shown to this president; he gave a report to Congress that kicked the Gold Rush into gear", - "value": "$800", - "answer": "James K. Polk", - "round": "Jeopardy!", - "show_number": "4829", - "fullAnswer": "James K. Polk" - }, { "category": "ON PRESIDENT BUSH'S iPOD", "air_date": "2005-09-15", @@ -409409,16 +388059,6 @@ "show_number": "4829", "fullAnswer": "a stronghold" }, - { - "category": "FROM THE VAULTS OF THE SMITHSONIAN", - "air_date": "2005-09-15", - "question": "(Jimmy of the Clue Crew gives the clue from the Smithsonian in Washington, D.C.) This bit of mold played its part in history when this London scientist noticed it destroying a bacterial sample", - "value": "$1000", - "answer": "Fleming", - "round": "Jeopardy!", - "show_number": "4829", - "fullAnswer": "(Alexander) Fleming" - }, { "category": "ON PRESIDENT BUSH'S iPOD", "air_date": "2005-09-15", @@ -409479,16 +388119,6 @@ "show_number": "4829", "fullAnswer": "Managua" }, - { - "category": "CELEBRITY LOGOS", - "air_date": "2005-09-15", - "question": "He's got drive & loves the green", - "value": "$400", - "answer": "Tiger Woods", - "round": "Double Jeopardy!", - "show_number": "4829", - "fullAnswer": "Tiger Woods" - }, { "category": "DICKENS HEARS FROM HOLLYWOOD", "air_date": "2005-09-15", @@ -409539,16 +388169,6 @@ "show_number": "4829", "fullAnswer": "Brussels" }, - { - "category": "CELEBRITY LOGOS", - "air_date": "2005-09-15", - "question": "This athlete gets a kick out of Madrid", - "value": "$800", - "answer": "Beckham", - "round": "Double Jeopardy!", - "show_number": "4829", - "fullAnswer": "(David) Beckham" - }, { "category": "DICKENS HEARS FROM HOLLYWOOD", "air_date": "2005-09-15", @@ -409599,16 +388219,6 @@ "show_number": "4829", "fullAnswer": "Ulan Bator" }, - { - "category": "CELEBRITY LOGOS", - "air_date": "2005-09-15", - "question": "This young gun drives the No. 8 car", - "value": "$1200", - "answer": "Dale Earnhardt, Jr.", - "round": "Double Jeopardy!", - "show_number": "4829", - "fullAnswer": "Dale Earnhardt, Jr." - }, { "category": "FASHION", "air_date": "2005-09-15", @@ -409639,26 +388249,6 @@ "show_number": "4829", "fullAnswer": "Private Benjamin Disraeli" }, - { - "category": "WORLD CAPITALS", - "air_date": "2005-09-15", - "question": "(Christiane Amanpour of CNN delivers the clue.) In 1992 I reported from the shores of this African capital when the U.S. military launched Operation: Restore Hope", - "value": "$5,400", - "answer": "Mogadishu", - "round": "Double Jeopardy!", - "show_number": "4829", - "fullAnswer": "Mogadishu" - }, - { - "category": "CELEBRITY LOGOS", - "air_date": "2005-09-15", - "question": "This rapper changed nicknames, but kept the same initials", - "value": "$1600", - "answer": "Puff Daddy", - "round": "Double Jeopardy!", - "show_number": "4829", - "fullAnswer": "Puff Daddy" - }, { "category": "DICKENS HEARS FROM HOLLYWOOD", "air_date": "2005-09-15", @@ -409709,16 +388299,6 @@ "show_number": "4829", "fullAnswer": "Minsk" }, - { - "category": "CELEBRITY LOGOS", - "air_date": "2005-09-15", - "question": "Before he joined the NBA in 2003, his mother took out a loan to buy him a Hummer", - "value": "$2000", - "answer": "LeBron James", - "round": "Double Jeopardy!", - "show_number": "4829", - "fullAnswer": "LeBron James" - }, { "category": "FASHION", "air_date": "2005-09-15", @@ -410079,16 +388659,6 @@ "show_number": "6085", "fullAnswer": "(Mark) Wahlberg" }, - { - "category": "DOWN SOUTH IN SOUTH GEORGIA", - "air_date": "2011-02-11", - "question": "(Lindblad Expeditions naturalist Tom Ritchie delivers the clue from South Georgia.) Unlike the larger emperor, this second biggest species of penguin prefers the sub-Antarctic islands, like South Georgia, better than ice for forming its vast colonies", - "value": "$400", - "answer": "king penguins", - "round": "Double Jeopardy!", - "show_number": "6085", - "fullAnswer": "king penguins" - }, { "category": "WHAT'S THE NAME OF YOUR UNION?", "air_date": "2011-02-11", @@ -410139,16 +388709,6 @@ "show_number": "6085", "fullAnswer": "(Mark) McGrath" }, - { - "category": "DOWN SOUTH IN SOUTH GEORGIA", - "air_date": "2011-02-11", - "question": "(Tom Ritchie of Lindblad Expeditions delivers the clue from South Georgia.) The island of South Georgia has no indigenous mammals, but reindeer were introduced here in 1911 to provide meat by Captain C.A. Larsen from this country", - "value": "$800", - "answer": "Norway", - "round": "Double Jeopardy!", - "show_number": "6085", - "fullAnswer": "Norway" - }, { "category": "WHAT'S THE NAME OF YOUR UNION?", "air_date": "2011-02-11", @@ -410199,16 +388759,6 @@ "show_number": "6085", "fullAnswer": "The Hurt Locker" }, - { - "category": "DOWN SOUTH IN SOUTH GEORGIA", - "air_date": "2011-02-11", - "question": "(Tom Ritchie of Lindblad Expeditions delivers the clue from South Georgia.) South Georgia is the breeding ground for close to half the world's population of the largest pinniped--the Southern type of this seal now protected from hunting", - "value": "$1200", - "answer": "elephant seals", - "round": "Double Jeopardy!", - "show_number": "6085", - "fullAnswer": "elephant seals" - }, { "category": "WHAT'S THE NAME OF YOUR UNION?", "air_date": "2011-02-11", @@ -410309,26 +388859,6 @@ "show_number": "6085", "fullAnswer": "Franz Joseph Haydn" }, - { - "category": "MARK MARKS THE SPOT", - "air_date": "2011-02-11", - "question": "Seen here, this actor is known for his work in indie films", - "value": "$2000", - "answer": "Ruffalo", - "round": "Double Jeopardy!", - "show_number": "6085", - "fullAnswer": "(Mark) Ruffalo" - }, - { - "category": "DOWN SOUTH IN SOUTH GEORGIA", - "air_date": "2011-02-11", - "question": "(Tom Ritchie of Lindblad Expeditions delivers the clue from South Georgia.) South Georgia is the burial site for this explorer who made a grueling journey across the island after his ship, the Endurance, was trapped in pack ice", - "value": "$2000", - "answer": "Sir Ernest Shackleton", - "round": "Double Jeopardy!", - "show_number": "6085", - "fullAnswer": "Sir Ernest Shackleton" - }, { "category": "WHAT'S THE NAME OF YOUR UNION?", "air_date": "2011-02-11", @@ -410549,16 +389079,6 @@ "show_number": "5721", "fullAnswer": "Rookie of the Year" }, - { - "category": "LIGHTEN UP", - "air_date": "2009-06-22", - "question": "(Sarah of the Clue Crew manipulates a pro light fixture.) Used to manipulate light, the shutters on a stage lamp go by this farm name; don't let them hit you on the way out", - "value": "$800", - "answer": "barn door", - "round": "Jeopardy!", - "show_number": "5721", - "fullAnswer": "a barn door" - }, { "category": "ANN(E)-TASTIC!", "air_date": "2009-06-22", @@ -410854,7 +389374,7 @@ "air_date": "2009-06-22", "question": "\"I met with a gentleman so soon as I had got over the slough of despond\"", "value": "$1600", - "answer": "Pilgrim\\'s Progress", + "answer": "Pilgrim's Progress", "round": "Double Jeopardy!", "show_number": "5721", "fullAnswer": "Pilgrim\\'s Progress" @@ -410919,16 +389439,6 @@ "show_number": "5721", "fullAnswer": "I, Claudius" }, - { - "category": "POPULAR DOG NAMES", - "air_date": "2009-06-22", - "question": "Name of the canine character seen here", - "value": "$2000", - "answer": "Max", - "round": "Double Jeopardy!", - "show_number": "5721", - "fullAnswer": "Max" - }, { "category": "IMPRISONED IN THE TOWER OF LONDON", "air_date": "2009-06-22", @@ -411019,16 +389529,6 @@ "show_number": "5925", "fullAnswer": "June" }, - { - "category": "MISSING PERSONS", - "air_date": "2010-05-21", - "question": "On December 21, 1970 this man, missing here, asked Nixon if he could become a federal drug agent", - "value": "$200", - "answer": "Elvis Presley", - "round": "Jeopardy!", - "show_number": "5925", - "fullAnswer": "Elvis Presley" - }, { "category": "CAUSED BY...", "air_date": "2010-05-21", @@ -411079,16 +389579,6 @@ "show_number": "5925", "fullAnswer": "November" }, - { - "category": "MISSING PERSONS", - "air_date": "2010-05-21", - "question": "In 1943, Tehran was the stage for a photo of FDR, Churchill & this other leader", - "value": "$400", - "answer": "Stalin", - "round": "Jeopardy!", - "show_number": "5925", - "fullAnswer": "Stalin" - }, { "category": "CAUSED BY...", "air_date": "2010-05-21", @@ -411139,16 +389629,6 @@ "show_number": "5925", "fullAnswer": "May" }, - { - "category": "MISSING PERSONS", - "air_date": "2010-05-21", - "question": "This woman missing here quietly gets from \"a\" to \"B\" after a Supreme Court ruling in 1956", - "value": "$600", - "answer": "Rosa Parks", - "round": "Jeopardy!", - "show_number": "5925", - "fullAnswer": "Rosa Parks" - }, { "category": "CAUSED BY...", "air_date": "2010-05-21", @@ -411199,16 +389679,6 @@ "show_number": "5925", "fullAnswer": "April" }, - { - "category": "MISSING PERSONS", - "air_date": "2010-05-21", - "question": "Known as a detective, this guy missing in the photo was a spy for Lincoln", - "value": "$800", - "answer": "Pinkerton", - "round": "Jeopardy!", - "show_number": "5925", - "fullAnswer": "(Allan) Pinkerton" - }, { "category": "CAUSED BY...", "air_date": "2010-05-21", @@ -411259,16 +389729,6 @@ "show_number": "5925", "fullAnswer": "October" }, - { - "category": "MISSING PERSONS", - "air_date": "2010-05-21", - "question": "With a flick of the pen in 1961, this mystery man summoned Vatican II", - "value": "$1000", - "answer": "John XXIII", - "round": "Jeopardy!", - "show_number": "5925", - "fullAnswer": "John XXIII" - }, { "category": "CAUSED BY...", "air_date": "2010-05-21", @@ -411329,16 +389789,6 @@ "show_number": "5925", "fullAnswer": "Lord of the Rings" }, - { - "category": "THE JUILLIARD SCHOOL", - "air_date": "2010-05-21", - "question": "(Jimmy of the Clue Crew holds a cello at the Juilliard School in New York.) Cello players at Juilliard have quite a legacy to live up to; alumni include this performer, who's even graced the \"Jeopardy!\" stage", - "value": "$400", - "answer": "Yo-Yo Ma", - "round": "Double Jeopardy!", - "show_number": "5925", - "fullAnswer": "Yo-Yo Ma" - }, { "category": "ORES", "air_date": "2010-05-21", @@ -411389,16 +389839,6 @@ "show_number": "5925", "fullAnswer": "Antivirus" }, - { - "category": "THE JUILLIARD SCHOOL", - "air_date": "2010-05-21", - "question": "(Kelly of the Clue Crew stands with a portrait at the Juilliard School in New York.) One of the school's illustrious presidents was William Schuman, who established the Juilliard String Quartet; he composed a little, too, and in 1943, won the first music version of this prize", - "value": "$800", - "answer": "Pulitzer", - "round": "Double Jeopardy!", - "show_number": "5925", - "fullAnswer": "the Pulitzer" - }, { "category": "ORES", "air_date": "2010-05-21", @@ -411449,16 +389889,6 @@ "show_number": "5925", "fullAnswer": "twice" }, - { - "category": "THE JUILLIARD SCHOOL", - "air_date": "2010-05-21", - "question": "(Kelly of the Clue Crew holds a violin at the Juilliard School in New York.) Juilliard has priceless instruments like a Guarnerius, from this country that brought violin making to a peak in the 1600s", - "value": "$1200", - "answer": "Italy", - "round": "Double Jeopardy!", - "show_number": "5925", - "fullAnswer": "Italy" - }, { "category": "ORES", "air_date": "2010-05-21", @@ -411509,16 +389939,6 @@ "show_number": "5925", "fullAnswer": "a hectare" }, - { - "category": "THE JUILLIARD SCHOOL", - "air_date": "2010-05-21", - "question": "(Jimmy of the Clue Crew listens to a string quartet at the Juilliard School in New York.) The students are playing his great fugue of the 1820s, which was so revolutionary, the publisher begged him to replace it; uncharacteristically, he agreed", - "value": "$1600", - "answer": "Beethoven", - "round": "Double Jeopardy!", - "show_number": "5925", - "fullAnswer": "Beethoven" - }, { "category": "ORES", "air_date": "2010-05-21", @@ -411569,16 +389989,6 @@ "show_number": "5925", "fullAnswer": "a solid rocket booster" }, - { - "category": "THE JUILLIARD SCHOOL", - "air_date": "2010-05-21", - "question": "(Kelly of the Clue Crew listens to a piano piece at the Juilliard School in New York.) Admission to Juilliard goes beyond good SAT scores; one mandatory part of the piano audition is playing a prelude & fugue by this Baroque master", - "value": "$2000", - "answer": "J.S. (Johann Sebastian) Bach", - "round": "Double Jeopardy!", - "show_number": "5925", - "fullAnswer": "J.S. (Johann Sebastian) Bach" - }, { "category": "FROM NOVEL TO FILM", "air_date": "2010-05-21", @@ -412559,16 +390969,6 @@ "show_number": "4617", "fullAnswer": "unisex" }, - { - "category": "HISPANIC HERITAGE", - "air_date": "2004-10-05", - "question": "(Jimmy of the Clue Crew walks through a sparsely furnished bedroom in Mission San Diego de Alcala.) A room at Mission San Diego de Alcala is named for this man, who founded the mission and was beatified in 1988", - "value": "$800", - "answer": "Junipero Serra", - "round": "Double Jeopardy!", - "show_number": "4617", - "fullAnswer": "Junipero Serra" - }, { "category": "A BYZANTINE CATEGORY", "air_date": "2004-10-05", @@ -412679,16 +391079,6 @@ "show_number": "4617", "fullAnswer": "asexual" }, - { - "category": "HISPANIC HERITAGE", - "air_date": "2004-10-05", - "question": "In 1981 exiles from this nation founded the organization whose symbol is seen here", - "value": "$1600", - "answer": "Cuba", - "round": "Double Jeopardy!", - "show_number": "4617", - "fullAnswer": "Cuba" - }, { "category": "A BYZANTINE CATEGORY", "air_date": "2004-10-05", @@ -412699,16 +391089,6 @@ "show_number": "4617", "fullAnswer": "Italy" }, - { - "category": "THEATRICAL ANGELS", - "air_date": "2004-10-05", - "question": "The angel of the water statue in Central Park seen here is featured in this play that won the 1993 Pulitzer Prize", - "value": "$1600", - "answer": "Angels in America", - "round": "Double Jeopardy!", - "show_number": "4617", - "fullAnswer": "Angels in America" - }, { "category": "VASES & URNS", "air_date": "2004-10-05", @@ -412769,16 +391149,6 @@ "show_number": "4617", "fullAnswer": "Victor Herbert" }, - { - "category": "VASES & URNS", - "air_date": "2004-10-05", - "question": "This vase in the British Museum was broken in 1845, repaired and then re-repaired in 1988", - "value": "$2000", - "answer": "Portland Vase", - "round": "Double Jeopardy!", - "show_number": "4617", - "fullAnswer": "the Portland Vase" - }, { "category": "ROD STEWART", "air_date": "2004-10-05", @@ -413124,7 +391494,7 @@ "air_date": "1990-04-17", "question": "She says to Juliet, \"O Romeo, Romeo! Who ever would have thought it? Romeo!\"", "value": "$200", - "answer": "Juliet\\'s Nurse", + "answer": "Juliet's Nurse", "round": "Double Jeopardy!", "show_number": "1307", "fullAnswer": "Juliet\\'s Nurse" @@ -413154,7 +391524,7 @@ "air_date": "1990-04-17", "question": "\"Come on and hear, come on and hear\", this song, Berlin's first big hit, which he wrote in 1911", "value": "$200", - "answer": "Alexander\\'s Ragtime Band", + "answer": "Alexander's Ragtime Band", "round": "Double Jeopardy!", "show_number": "1307", "fullAnswer": "\"Alexander\\'s Ragtime Band\"" @@ -413524,7 +391894,7 @@ "air_date": "1996-07-15", "question": "The button fasteners on these jeans include the company name & S.F. Cal.", "value": "$300", - "answer": "Levi\\'s", + "answer": "Levi's", "round": "Jeopardy!", "show_number": "2751", "fullAnswer": "Levi\\'s" @@ -413584,7 +391954,7 @@ "air_date": "1996-07-15", "question": "This 1964 film, the Beatles' first, received an Oscar nomination for its musical score", "value": "$400", - "answer": "Hard Day\\'s Night", + "answer": "Hard Day's Night", "round": "Jeopardy!", "show_number": "2751", "fullAnswer": "A Hard Day\\'s Night" @@ -413624,7 +391994,7 @@ "air_date": "1996-07-15", "question": "Songs on this 1967 hit album include \"Lucy In The Sky With Diamonds\" & \"With A Little Help From My Friends\"", "value": "$500", - "answer": "Sgt. Pepper\\'s Lonely Hearts Club Band", + "answer": "Sgt. Pepper's Lonely Hearts Club Band", "round": "Jeopardy!", "show_number": "2751", "fullAnswer": "Sgt. Pepper\\'s Lonely Hearts Club Band" @@ -414059,16 +392429,6 @@ "show_number": "6228", "fullAnswer": "Ray" }, - { - "category": "TURNING 50 IN 2011", - "air_date": "2011-10-19", - "question": "As it turns 50, this timeless movie is now available on Blu-ray", - "value": "$600", - "answer": "Breakfast at Tiffany\\'s", - "round": "Jeopardy!", - "show_number": "6228", - "fullAnswer": "Breakfast at Tiffany\\'s" - }, { "category": "TV PRIVATE EYES", "air_date": "2011-10-19", @@ -414179,16 +392539,6 @@ "show_number": "6228", "fullAnswer": "Mark" }, - { - "category": "TURNING 50 IN 2011", - "air_date": "2011-10-19", - "question": "The logo of this conservation group founded in 1961 was based on a real animal named Chi-Chi", - "value": "$1000", - "answer": "WWF ", - "round": "Jeopardy!", - "show_number": "6228", - "fullAnswer": "the WWF (the World Wildlife Fund)" - }, { "category": "TV PRIVATE EYES", "air_date": "2011-10-19", @@ -414429,16 +392779,6 @@ "show_number": "6228", "fullAnswer": "St. Thomas Aquinas" }, - { - "category": "THE ROCK & ROLL CALENDAR", - "air_date": "2011-10-19", - "question": "In early 2011 \"Portlandia\" debuted on TV & this Portland band went to No. 1

\"Down by the water /
Down by the old main drag...\"
", - "value": "$1600", - "answer": "Decemberists", - "round": "Double Jeopardy!", - "show_number": "6228", - "fullAnswer": "the Decemberists" - }, { "category": "BESTSELLERS", "air_date": "2011-10-19", @@ -414509,26 +392849,6 @@ "show_number": "6228", "fullAnswer": "The Key to Rebecca" }, - { - "category": "IT'S IN THE PAPERS", - "air_date": "2011-10-19", - "question": "Microfilm called the Pumpkin Papers was evidence against this State Department official who was pursued by Richard Nixon", - "value": "$2000", - "answer": "Alger Hiss", - "round": "Double Jeopardy!", - "show_number": "6228", - "fullAnswer": "Alger Hiss" - }, - { - "category": "EXPORTS", - "air_date": "2011-10-19", - "question": "Chile is the largest exporter of this sushi ingredient, & virtually all of it is imported by Japan", - "value": "$2000", - "answer": "sea urchin", - "round": "Double Jeopardy!", - "show_number": "6228", - "fullAnswer": "sea urchin" - }, { "category": "\"RIGHT\" OR \"LEFT\"", "air_date": "2011-10-19", @@ -414604,7 +392924,7 @@ "air_date": "1996-12-23", "question": "\"Shaq\"", "value": "$100", - "answer": "Shaquille O\\' Neal", + "answer": "Shaquille O' Neal", "round": "Jeopardy!", "show_number": "2836", "fullAnswer": "Shaquille O\\' Neal" @@ -415144,7 +393464,7 @@ "air_date": "1996-12-23", "question": "This 1986 film earned a best actor nomination for tenor sax great Dexter Gordon", "value": "$1000", - "answer": "\\'Round Midnight", + "answer": "'Round Midnight", "round": "Double Jeopardy!", "show_number": "2836", "fullAnswer": "\"\\'Round Midnight\"" @@ -415904,7 +394224,7 @@ "air_date": "2004-03-30", "question": "When it charted in 1976, this song first called \"Cotton's Dream\" was subtitled \"The Young and the Restless\"", "value": "$600", - "answer": "Nadia\\'s Theme", + "answer": "Nadia's Theme", "round": "Jeopardy!", "show_number": "4512", "fullAnswer": "Nadia\\'s Theme" @@ -416674,7 +394994,7 @@ "air_date": "2000-04-26", "question": "Traditionally, this container that held all the world's evil was a jar or vase", "value": "$200", - "answer": "Pandora\\'s Box", + "answer": "Pandora's Box", "round": "Double Jeopardy!", "show_number": "3613", "fullAnswer": "Pandora\\'s Box" @@ -417199,16 +395519,6 @@ "show_number": "5406", "fullAnswer": "the World Trade Organization" }, - { - "category": "\"O.L.\"", - "air_date": "2008-02-25", - "question": "(Jon of the Clue Crew reports next to a giant cetacean at the American Museum of Natural History in New York.) Featuring the world's biggest blue whale model, one of New York's most iconic spaces is the American Museum of Natural History's Milstein Hall of this", - "value": "$800", - "answer": "Ocean Life", - "round": "Jeopardy!", - "show_number": "5406", - "fullAnswer": "Ocean Life" - }, { "category": "AMERICANA", "air_date": "2008-02-25", @@ -417464,7 +395774,7 @@ "air_date": "2008-02-25", "question": "1992:
Right Said Fred,
\"Ich Bin Zu Reizvoll\"", "value": "$1600", - "answer": "I\\'m Too Sexy", + "answer": "I'm Too Sexy", "round": "Double Jeopardy!", "show_number": "5406", "fullAnswer": "\"I\\'m Too Sexy\"" @@ -417579,26 +395889,6 @@ "show_number": "5406", "fullAnswer": "Endor" }, - { - "category": "LOOK!", - "air_date": "2007-05-23", - "question": "It's time for you to name this timepiece, squire", - "value": "$200", - "answer": "Big Ben", - "round": "Jeopardy!", - "show_number": "5238", - "fullAnswer": "Big Ben" - }, - { - "category": "UP IN THE SKY!", - "air_date": "2007-05-23", - "question": "Ye, gods, it's this outer planet seen here", - "value": "$200", - "answer": "Neptune", - "round": "Jeopardy!", - "show_number": "5238", - "fullAnswer": "Neptune" - }, { "category": "IT'S A BIRD!", "air_date": "2007-05-23", @@ -417639,16 +395929,6 @@ "show_number": "5238", "fullAnswer": "United Steelworkers of America" }, - { - "category": "LOOK!", - "air_date": "2007-05-23", - "question": "The life and music of this legend continue to shine", - "value": "$400", - "answer": "Ray Charles", - "round": "Jeopardy!", - "show_number": "5238", - "fullAnswer": "Ray Charles" - }, { "category": "UP IN THE SKY!", "air_date": "2007-05-23", @@ -417679,16 +395959,6 @@ "show_number": "5238", "fullAnswer": "hornet" }, - { - "category": "SUPERMAN", - "air_date": "2007-05-23", - "question": "(Hi, I'm Michael McKean.)
My guest appearance as Perry White made this show successful; my wife, Annette O'Toole, may also have helped", - "value": "$400", - "answer": "Smallville", - "round": "Jeopardy!", - "show_number": "5238", - "fullAnswer": "Smallville" - }, { "category": "THE MAN OF STEEL", "air_date": "2007-05-23", @@ -417699,16 +395969,6 @@ "show_number": "5238", "fullAnswer": "stainless steel" }, - { - "category": "LOOK!", - "air_date": "2007-05-23", - "question": "Middle name of the mug-shot man seen here", - "value": "$600", - "answer": "Harvey", - "round": "Jeopardy!", - "show_number": "5238", - "fullAnswer": "Harvey" - }, { "category": "UP IN THE SKY!", "air_date": "2007-05-23", @@ -417759,16 +396019,6 @@ "show_number": "5238", "fullAnswer": "Henry Clay Frick" }, - { - "category": "LOOK!", - "air_date": "2007-05-23", - "question": "The legend seen here most famously played this sport", - "value": "$800", - "answer": "soccer", - "round": "Jeopardy!", - "show_number": "5238", - "fullAnswer": "soccer" - }, { "category": "UP IN THE SKY!", "air_date": "2007-05-23", @@ -417779,16 +396029,6 @@ "show_number": "5238", "fullAnswer": "Gemini" }, - { - "category": "IT'S A BIRD!", - "air_date": "2007-05-23", - "question": "Like a type of shark, the bird seen here is named for its resemblance to this tool", - "value": "$800", - "answer": "hammer", - "round": "Jeopardy!", - "show_number": "5238", - "fullAnswer": "a hammer" - }, { "category": "IT'S A PLANE!", "air_date": "2007-05-23", @@ -417899,16 +396139,6 @@ "show_number": "5238", "fullAnswer": "Demi Moore" }, - { - "category": "CIRCUS TALK", - "air_date": "2007-05-23", - "question": "(Jimmy of the Clue Crew clowns around.) Clowns are masters of this look of reaction for the benefit of the audience; especially a double one", - "value": "$400", - "answer": "double take", - "round": "Double Jeopardy!", - "show_number": "5238", - "fullAnswer": "a double take" - }, { "category": "GHANA IN 60 SECONDS", "air_date": "2007-05-23", @@ -417959,16 +396189,6 @@ "show_number": "5238", "fullAnswer": "(Trisha) Yearwood" }, - { - "category": "CIRCUS TALK", - "air_date": "2007-05-23", - "question": "(Sarah of the Clue Crew has stands next to a juggler) Because of the way the balls go up the middle and down the side, a common juggling pattern has this watery name that reminds us of a Northwest mountain range", - "value": "$800", - "answer": "cascade", - "round": "Double Jeopardy!", - "show_number": "5238", - "fullAnswer": "cascade" - }, { "category": "GHANA IN 60 SECONDS", "air_date": "2007-05-23", @@ -418019,16 +396239,6 @@ "show_number": "5238", "fullAnswer": "(Melanie) Griffith" }, - { - "category": "CIRCUS TALK", - "air_date": "2007-05-23", - "question": "(Jimmy watches the juggler play.) To us it's a structure at the end of an animal's limb; to a juggler it's a downward movement to catch an object", - "value": "$1200", - "answer": "claw", - "round": "Double Jeopardy!", - "show_number": "5238", - "fullAnswer": "a claw" - }, { "category": "GHANA IN 60 SECONDS", "air_date": "2007-05-23", @@ -418079,16 +396289,6 @@ "show_number": "5238", "fullAnswer": "(Téa) Leoni" }, - { - "category": "CIRCUS TALK", - "air_date": "2007-05-23", - "question": "(Sarah watches people hanging around.) As the trapeze was invented in France, the catcher is sometimes called \"porteur\" and this person in a trick is called \"voltigeur\"", - "value": "$1600", - "answer": "flyer", - "round": "Double Jeopardy!", - "show_number": "5238", - "fullAnswer": "the flyer" - }, { "category": "GHANA IN 60 SECONDS", "air_date": "2007-05-23", @@ -418139,16 +396339,6 @@ "show_number": "5238", "fullAnswer": "Jamie Lee Curtis" }, - { - "category": "CIRCUS TALK", - "air_date": "2007-05-23", - "question": "(Jimmy watches a balancing act.) Wire walking includes the highwire, the tightrope, and this one that many people think is most difficult, because any shaking is magnified", - "value": "$2000", - "answer": "slackrope walking", - "round": "Double Jeopardy!", - "show_number": "5238", - "fullAnswer": "slackrope walking" - }, { "category": "GHANA IN 60 SECONDS", "air_date": "2007-05-23", @@ -418249,16 +396439,6 @@ "show_number": "5335", "fullAnswer": "a gaggle" }, - { - "category": "NATIONAL PARKS", - "air_date": "2007-11-16", - "question": "One of the delicate features of this park is seen here", - "value": "$400", - "answer": "Arches National Park", - "round": "Jeopardy!", - "show_number": "5335", - "fullAnswer": "Arches National Park" - }, { "category": "RECENT CINEMA", "air_date": "2007-11-16", @@ -418369,16 +396549,6 @@ "show_number": "5335", "fullAnswer": "gorgonzola" }, - { - "category": "NATIONAL PARKS", - "air_date": "2007-11-16", - "question": "(Jon of the Clue Crew reports from Grand Teton National Park, WY.) Over 250 miles of trails exist in Grand Teton, many built by this New Deal agency, whose initials were CCC", - "value": "$800", - "answer": "Civilian Conservation Corps", - "round": "Jeopardy!", - "show_number": "5335", - "fullAnswer": "the Civilian Conservation Corps" - }, { "category": "RECENT CINEMA", "air_date": "2007-11-16", @@ -418399,16 +396569,6 @@ "show_number": "5335", "fullAnswer": "King" }, - { - "category": "IT AIN'T ROCKET SCIENCE", - "air_date": "2007-11-16", - "question": "(Jon of the Clue Crew demonstrates with a chess board.) Usually done early in the game, it's the chess move seen here & can't be done if you've previously moved your king", - "value": "$800", - "answer": "castling", - "round": "Jeopardy!", - "show_number": "5335", - "fullAnswer": "castling" - }, { "category": "ECONOMIES OF THE WORLD", "air_date": "2007-11-16", @@ -418599,16 +396759,6 @@ "show_number": "5335", "fullAnswer": "Great Expectations" }, - { - "category": "REAL CASTLES & PALACES", - "air_date": "2007-11-16", - "question": "As you can see, Neuschwanstein Castle is one of the most beautiful in this mountain range", - "value": "$800", - "answer": "(Bavarian) Alps", - "round": "Double Jeopardy!", - "show_number": "5335", - "fullAnswer": "the (Bavarian) Alps" - }, { "category": "SCIENTIFIC AMERICAN", "air_date": "2007-11-16", @@ -418619,16 +396769,6 @@ "show_number": "5335", "fullAnswer": "polar" }, - { - "category": "JAZZ HANDS", - "air_date": "2007-11-16", - "question": "(Jon of the Clue Crew sits at the kit.) The use of the floor tom was popularized by this drummer, especially with Benny Goodman on \"Sing, Sing, Sing\"", - "value": "$1200", - "answer": "Gene Krupa", - "round": "Double Jeopardy!", - "show_number": "5335", - "fullAnswer": "Gene Krupa" - }, { "category": "ARABIC", "air_date": "2007-11-16", @@ -418739,16 +396879,6 @@ "show_number": "5335", "fullAnswer": "bots" }, - { - "category": "JAZZ HANDS", - "air_date": "2007-11-16", - "question": "This gypsy guitarist lost the use of two fingers on his left hand, but still had some of the best jazz hands around", - "value": "$2000", - "answer": "Django Reinhardt", - "round": "Double Jeopardy!", - "show_number": "5335", - "fullAnswer": "Django Reinhardt" - }, { "category": "ARABIC", "air_date": "2007-11-16", @@ -418924,7 +397054,7 @@ "air_date": "2007-06-22", "question": "L-DOPA treats the tremors, spasms & poor muscle control associated with this neurological disease", "value": "$600", - "answer": "Parkinson\\'s Disease", + "answer": "Parkinson's Disease", "round": "Jeopardy!", "show_number": "5260", "fullAnswer": "Parkinson\\'s Disease" @@ -419019,16 +397149,6 @@ "show_number": "5260", "fullAnswer": "Charles I" }, - { - "category": "AMUSEMENTS", - "air_date": "2007-06-22", - "question": "(Jimmy of the Clue Crew reports from the Circus Center in San Francisco, California) The first great wire walker was the Frenchman Blondin, who rose to great fame by walking over this landmark, once carrying a man on his back", - "value": "$800", - "answer": "Niagara Falls", - "round": "Jeopardy!", - "show_number": "5260", - "fullAnswer": "Niagara Falls" - }, { "category": "A LOVER OF LATIN", "air_date": "2007-06-22", @@ -419379,16 +397499,6 @@ "show_number": "5260", "fullAnswer": "John Hersey" }, - { - "category": "PULITZER PRIZE PLAYS", - "air_date": "2007-06-22", - "question": "(Here's a friend of our show--Edward Albee) In this play that won me my third Pulitzer Prize, all 3 of the title females are based on my adoptive mother", - "value": "$2000", - "answer": "Three Tall Women", - "round": "Double Jeopardy!", - "show_number": "5260", - "fullAnswer": "Three Tall Women" - }, { "category": "THEY DIFFER BY ONE LETTER", "air_date": "2007-06-22", @@ -419559,16 +397669,6 @@ "show_number": "5593", "fullAnswer": "texting" }, - { - "category": "A BUNCH OF NUTS", - "air_date": "2008-12-24", - "question": "In a can of mixed nuts, these large nuts seen here are often the last to go", - "value": "$600", - "answer": "Brazil nut", - "round": "Jeopardy!", - "show_number": "5593", - "fullAnswer": "Brazil nut" - }, { "category": "FIRST NAME'S THE SAME", "air_date": "2008-12-24", @@ -419669,16 +397769,6 @@ "show_number": "5593", "fullAnswer": "Patti Smith" }, - { - "category": "TECH-KNOW-LEDGY", - "air_date": "2008-12-24", - "question": "(Agent Jenkins of the Geek Squad presents the clue.) We can geek-up your computer by installing a printer, digital camera or any other external device, which is called this in computer speak, from the Greek for \"to carry around\"", - "value": "$1000", - "answer": "peripheral", - "round": "Jeopardy!", - "show_number": "5593", - "fullAnswer": "a peripheral" - }, { "category": "A BUNCH OF NUTS", "air_date": "2008-12-24", @@ -419739,16 +397829,6 @@ "show_number": "5593", "fullAnswer": "the U.S. Postal Service" }, - { - "category": "WE'RE MAP-HAPPY", - "air_date": "2008-12-24", - "question": "Marked in red on the map are these geographic features; at any given time, about 20 of them are extremely active", - "value": "$400", - "answer": "volcanoes", - "round": "Double Jeopardy!", - "show_number": "5593", - "fullAnswer": "volcanoes" - }, { "category": "\"OAK\" LAND", "air_date": "2008-12-24", @@ -419769,16 +397849,6 @@ "show_number": "5593", "fullAnswer": "the press (reporters accepted)" }, - { - "category": "PEOPLE IN THE ARTS", - "air_date": "2008-12-24", - "question": "This Madrid-born tenor has also run a couple of opera companies", - "value": "$800", - "answer": "Placido Domingo", - "round": "Double Jeopardy!", - "show_number": "5593", - "fullAnswer": "Placido Domingo" - }, { "category": "THE SPORTS BAR", "air_date": "2008-12-24", @@ -419859,16 +397929,6 @@ "show_number": "5593", "fullAnswer": "Memphis" }, - { - "category": "WE'RE MAP-HAPPY", - "air_date": "2008-12-24", - "question": "(Jon of the Clue Crew points to a little lake in a little country on a map on the monitor.) Lake Assal, the lowest point in Africa at 509 feet below sea level, is in this country", - "value": "$1200", - "answer": "Djibouti", - "round": "Double Jeopardy!", - "show_number": "5593", - "fullAnswer": "Djibouti" - }, { "category": "\"OAK\" LAND", "air_date": "2008-12-24", @@ -419979,16 +398039,6 @@ "show_number": "5593", "fullAnswer": "UPS" }, - { - "category": "WE'RE MAP-HAPPY", - "air_date": "2008-12-24", - "question": "(A red shape zooms out of the sea on the map on the monitor as Jimmy of the Clue Crew presents.) Located in the Caribbean, this tiny island's shape inspired its unusual name, which is Latin for \"eel\"", - "value": "$2000", - "answer": "Anguilla", - "round": "Double Jeopardy!", - "show_number": "5593", - "fullAnswer": "Anguilla" - }, { "category": "\"OAK\" LAND", "air_date": "2008-12-24", @@ -420004,7 +398054,7 @@ "air_date": "2008-12-24", "question": "In the early 1860s this band of Confederate guerillas raided Missouri & Kansas border towns loyal to the Union", "value": "$2000", - "answer": "Quantrill\\'s Raiders", + "answer": "Quantrill's Raiders", "round": "Double Jeopardy!", "show_number": "5593", "fullAnswer": "Quantrill\\'s Raiders" @@ -420029,16 +398079,6 @@ "show_number": "5144", "fullAnswer": "Trivial Pursuit" }, - { - "category": "TV ATTACK ADS", - "air_date": "2007-01-11", - "question": "(This ad ran on Nickelodeon:)
An obese bird, a disheveled dumpster diver, a monster who thrives on trans-fat cookies. Is this really what you want your children to watch?", - "value": "$200", - "answer": "Sesame Street", - "round": "Jeopardy!", - "show_number": "5144", - "fullAnswer": "Sesame Street" - }, { "category": "CHIMP-POURRI", "air_date": "2007-01-11", @@ -420079,26 +398119,6 @@ "show_number": "5144", "fullAnswer": "Mother Teresa" }, - { - "category": "A ROLL OF THE DICE", - "air_date": "2007-01-11", - "question": "(Sarah of the Clue Crew rolls a pair of dice.) Though it doesn't always seem that way, snake eyes only come up in 2.8% of dice rolls, as it is just one of this many possible rolls", - "value": "$400", - "answer": "36", - "round": "Jeopardy!", - "show_number": "5144", - "fullAnswer": "36" - }, - { - "category": "TV ATTACK ADS", - "air_date": "2007-01-11", - "question": "(Here's an ad from CBS:)
A late night \"comic\" claims he'll leave this show & retire in 2009. Can America afford to wait that long? (This message was approved by David Letterman)", - "value": "$400", - "answer": "Tonight Show With Jay Leno", - "round": "Jeopardy!", - "show_number": "5144", - "fullAnswer": "The Tonight Show With Jay Leno" - }, { "category": "CHIMP-POURRI", "air_date": "2007-01-11", @@ -420149,16 +398169,6 @@ "show_number": "5144", "fullAnswer": "doubles" }, - { - "category": "TV ATTACK ADS", - "air_date": "2007-01-11", - "question": "(Here's one from ABC:)
Over 35 years with the same old talking heads. And does America really need any more advice from Andy Rooney? It's time for a change", - "value": "$600", - "answer": "60 Minutes", - "round": "Jeopardy!", - "show_number": "5144", - "fullAnswer": "60 Minutes" - }, { "category": "CHIMP-POURRI", "air_date": "2007-01-11", @@ -420209,16 +398219,6 @@ "show_number": "5144", "fullAnswer": "backgammon" }, - { - "category": "TV ATTACK ADS", - "air_date": "2007-01-11", - "question": "(NBC ran this ad:)
Contestants sleep on the ground with bugs & snakes, while Jeff Probst reclines in his feather bed. Is this fair, America? You be the judge", - "value": "$800", - "answer": "Survivor", - "round": "Jeopardy!", - "show_number": "5144", - "fullAnswer": "Survivor" - }, { "category": "CHIMP-POURRI", "air_date": "2007-01-11", @@ -420249,26 +398249,6 @@ "show_number": "5144", "fullAnswer": "Dalai Lama" }, - { - "category": "A ROLL OF THE DICE", - "air_date": "2007-01-11", - "question": "(Jimmy of the Clue Crew rolls a pair of dice.) My main point is a six. (rolls) Yes! I'm playing this very old game whose name may come from the Arabic word \"zahr\", meaning die, and now means a danger", - "value": "$1000", - "answer": "hazard", - "round": "Jeopardy!", - "show_number": "5144", - "fullAnswer": "hazard" - }, - { - "category": "TV ATTACK ADS", - "air_date": "2007-01-11", - "question": "(Well, CBS and ABC both showed this one:)
They dumped Clooney; they dumped Macy; they even dumped Anthony Edwards. Maybe it's time you dumped them", - "value": "$1000", - "answer": "ER", - "round": "Jeopardy!", - "show_number": "5144", - "fullAnswer": "ER" - }, { "category": "CHIMP-POURRI", "air_date": "2007-01-11", @@ -420374,7 +398354,7 @@ "air_date": "2007-01-11", "question": "Wesley Snipes has this piece of sports wisdom for Woody Harrelson, the title of a 1992 film", "value": "$800", - "answer": "White Men Can\\'t Jump", + "answer": "White Men Can't Jump", "round": "Double Jeopardy!", "show_number": "5144", "fullAnswer": "White Men Can\\'t Jump" @@ -420444,7 +398424,7 @@ "air_date": "2007-01-11", "question": "Ch. 3: Boy & girl have a family (well, an imaginary one, at least) & entertain Nick & Honey in this 1962 play", "value": "$1200", - "answer": "Who\\'s Afraid of Virginia Woolf?", + "answer": "Who's Afraid of Virginia Woolf?", "round": "Double Jeopardy!", "show_number": "5144", "fullAnswer": "Who\\'s Afraid of Virginia Woolf?" @@ -421304,7 +399284,7 @@ "air_date": "1999-10-29", "question": "It's the moral of the fable about the maid & the milk pail", "value": "$200", - "answer": "Don\\'t count your chickens before they hatch", + "answer": "Don't count your chickens before they hatch", "round": "Jeopardy!", "show_number": "3485", "fullAnswer": "Don\\'t count your chickens before they hatch" @@ -421534,7 +399514,7 @@ "air_date": "1999-10-29", "question": "Classic 3-word palindrome that could have been the world's first introduction", "value": "$200", - "answer": "Madam, I\\'m Adam", + "answer": "Madam, I'm Adam", "round": "Double Jeopardy!", "show_number": "3485", "fullAnswer": "\"Madam, I\\'m Adam\"" @@ -421674,7 +399654,7 @@ "air_date": "1999-10-29", "question": "We have no idea what it means, but \"Tarzan raised\" this entertainer's \"rat\"", "value": "$800", - "answer": "Desi Arnaz\\' rat", + "answer": "Desi Arnaz' rat", "round": "Double Jeopardy!", "show_number": "3485", "fullAnswer": "Desi Arnaz\\' rat" @@ -422119,16 +400099,6 @@ "show_number": "3811", "fullAnswer": "Billie Holiday" }, - { - "category": "1980s MUSIC", - "air_date": "2001-03-12", - "question": "This singer heard here was born in Kingston, Ontario in 1959:

\"When it get too much /
I need to feel your touch /
I'm gonna run to you...\"
", - "value": "$400", - "answer": "Bryan Adams", - "round": "Double Jeopardy!", - "show_number": "3811", - "fullAnswer": "Bryan Adams" - }, { "category": "ARCHITECTS", "air_date": "2001-03-12", @@ -422154,7 +400124,7 @@ "air_date": "2001-03-12", "question": "North Korea's official name in English is this, abbreviated DPRK", "value": "$600", - "answer": "Democratic People\\'s Republic of Korea", + "answer": "Democratic People's Republic of Korea", "round": "Double Jeopardy!", "show_number": "3811", "fullAnswer": "Democratic People\\'s Republic of Korea" @@ -422834,7 +400804,7 @@ "air_date": "2000-10-12", "question": "This Curtis Mayfield hit from 1972 was from \"Superfly\", not \"Nightmare on Elm Street\"", "value": "$800", - "answer": "Freddie\\'s Dead", + "answer": "Freddie's Dead", "round": "Double Jeopardy!", "show_number": "3704", "fullAnswer": "\"Freddie\\'s Dead\"" @@ -423279,16 +401249,6 @@ "show_number": "1605", "fullAnswer": "the Riviera" }, - { - "category": "COMPOSERS", - "air_date": "1991-07-19", - "question": "He wrote the following while employed by the U.S. Marine Corps:", - "value": "$1,500", - "answer": "John Philip Sousa", - "round": "Double Jeopardy!", - "show_number": "1605", - "fullAnswer": "John Philip Sousa" - }, { "category": "INVENTIONS", "air_date": "1991-07-19", @@ -423659,16 +401619,6 @@ "show_number": "6091", "fullAnswer": "codes" }, - { - "category": "EXTREME ANIMALS", - "air_date": "2011-02-21", - "question": "Able to speak & learn human language, the most talkative bird is the African gray this", - "value": "$400", - "answer": "parrot", - "round": "Jeopardy!", - "show_number": "6091", - "fullAnswer": "the parrot" - }, { "category": "IT BEGINS WITH \"ME\"", "air_date": "2011-02-21", @@ -423909,16 +401859,6 @@ "show_number": "6091", "fullAnswer": "1" }, - { - "category": "THE ABRAHAM LINCOLN PRESIDENTIAL LIBRARY", - "air_date": "2011-02-21", - "question": "(Kelly of the Clue Crew reports from the Abraham Lincoln Presidential Library in Springfield, IL.) Though it wasn't in original drafts of the Gettysburg Address, Lincoln ad-libbed this 2-word phrase--later added to the Pledge of Allegiance--& added it to copies like this one, which he wrote out later", - "value": "$400", - "answer": "under God", - "round": "Double Jeopardy!", - "show_number": "6091", - "fullAnswer": "under God" - }, { "category": "OLD BOOKS", "air_date": "2011-02-21", @@ -423969,16 +401909,6 @@ "show_number": "6091", "fullAnswer": "300" }, - { - "category": "THE ABRAHAM LINCOLN PRESIDENTIAL LIBRARY", - "air_date": "2011-02-21", - "question": "(Jimmy of the Clue Crew reports from the Abraham Lincoln Presidential Library in Springfield, IL.) On September 15th, 1858, in Jonesboro, Illinois, Abraham Lincoln used these notes to organize his thoughts in the third of his seven debates with this sitting U.S. senator", - "value": "$800", - "answer": "Douglas", - "round": "Double Jeopardy!", - "show_number": "6091", - "fullAnswer": "(Stephen) Douglas" - }, { "category": "OLD BOOKS", "air_date": "2011-02-21", @@ -424029,16 +401959,6 @@ "show_number": "6091", "fullAnswer": "7" }, - { - "category": "THE ABRAHAM LINCOLN PRESIDENTIAL LIBRARY", - "air_date": "2011-02-21", - "question": "(Kelly of the Clue Crew reports from the Abraham Lincoln Presidential Library in Springfield, IL.) Lincoln signed many important documents in his executive office, including this, which he called \"the central act of my administration and the great event of the 19th century\"", - "value": "$4,200", - "answer": "Emancipation Proclamation", - "round": "Double Jeopardy!", - "show_number": "6091", - "fullAnswer": "the Emancipation Proclamation" - }, { "category": "OLD BOOKS", "air_date": "2011-02-21", @@ -424089,16 +402009,6 @@ "show_number": "6091", "fullAnswer": "14" }, - { - "category": "THE ABRAHAM LINCOLN PRESIDENTIAL LIBRARY", - "air_date": "2011-02-21", - "question": "(Kelly of the Clue Crew reports from the Abraham Lincoln Presidential Library in Springfield, IL.) On February 5, 1862, the President & Mrs. Lincoln continually left a party to be by the bedside of this 11-year-old son, who died two weeks later--the only child of a president to actually die in the White House", - "value": "$1600", - "answer": "Willie", - "round": "Double Jeopardy!", - "show_number": "6091", - "fullAnswer": "Willie" - }, { "category": "OLD BOOKS", "air_date": "2011-02-21", @@ -424149,16 +402059,6 @@ "show_number": "6091", "fullAnswer": "168" }, - { - "category": "THE ABRAHAM LINCOLN PRESIDENTIAL LIBRARY", - "air_date": "2011-02-21", - "question": "(Jimmy of the Clue Crew reports from the Abraham Lincoln Presidential Library in Springfield, IL.) The story goes that the dying Lincoln was cradled by Laura Keene, the star of this play that Lincoln fatally attended, leaving his blood on a piece of her dress", - "value": "$2000", - "answer": "Our American Cousin", - "round": "Double Jeopardy!", - "show_number": "6091", - "fullAnswer": "Our American Cousin" - }, { "category": "GREEK MYTHOLOGY", "air_date": "2011-02-21", @@ -424284,7 +402184,7 @@ "air_date": "1999-11-02", "question": "Don't cross your eyes or...", "value": "$200", - "answer": "They\\'ll stay that way", + "answer": "They'll stay that way", "round": "Jeopardy!", "show_number": "3487", "fullAnswer": "They\\'ll stay that way" @@ -424334,7 +402234,7 @@ "air_date": "1999-11-02", "question": "Many books offered step-by-step solutions to this 6-sided plastic puzzle", "value": "$300", - "answer": "Rubik\\'s Cube", + "answer": "Rubik's Cube", "round": "Jeopardy!", "show_number": "3487", "fullAnswer": "Rubik\\'s Cube" @@ -424344,7 +402244,7 @@ "air_date": "1999-11-02", "question": "You can't make a silk purse...", "value": "$300", - "answer": "Out of a sow\\'s ear", + "answer": "Out of a sow's ear", "round": "Jeopardy!", "show_number": "3487", "fullAnswer": "Out of a sow\\'s ear" @@ -424684,7 +402584,7 @@ "air_date": "1999-11-02", "question": "A computer commits suicide after talking to Marvin the Robot in this first Douglas Adams novel", "value": "$800", - "answer": "The Hitchhiker\\'s Guide to the Galaxy", + "answer": "The Hitchhiker's Guide to the Galaxy", "round": "Double Jeopardy!", "show_number": "3487", "fullAnswer": "\"The Hitchhiker\\'s Guide to the Galaxy\"" @@ -424954,7 +402854,7 @@ "air_date": "1997-01-27", "question": "\"Just sit right back and you'll hear a tale\"", "value": "$300", - "answer": "Gilligan\\'s Island", + "answer": "Gilligan's Island", "round": "Jeopardy!", "show_number": "2861", "fullAnswer": "\"Gilligan\\'s Island\"" @@ -425334,7 +403234,7 @@ "air_date": "1997-01-27", "question": "He bounced onto the big screen in \"The Big Bounce\" in 1969, the year his TV series \"Peyton Place\" ended", "value": "$1000", - "answer": "Ryan O\\' Neal", + "answer": "Ryan O' Neal", "round": "Double Jeopardy!", "show_number": "2861", "fullAnswer": "Ryan O\\' Neal" @@ -425399,16 +403299,6 @@ "show_number": "6100", "fullAnswer": "AAA" }, - { - "category": "OPRAH'S FIRSTS", - "air_date": "2011-03-04", - "question": "(Oprah Winfrey gives the clue.) For a 2005 show on age-defying things for women, I had this part of my body \"stabbed\" with a special gun; I was told the 2 clicks would hurt \"a little\", yeah, right!", - "value": "$200", - "answer": "ear", - "round": "Jeopardy!", - "show_number": "6100", - "fullAnswer": "ear" - }, { "category": "A REPORTER'S BASIC QUESTIONS", "air_date": "2011-03-04", @@ -425459,16 +403349,6 @@ "show_number": "6100", "fullAnswer": "the Constitution" }, - { - "category": "OPRAH'S FIRSTS", - "air_date": "2011-03-04", - "question": "(Oprah Winfrey gives the clue.) In 2005 I said Wisteria Lane \"seems like such a nice quiet street where nothing much ever happens\" when I guest starred as a new neighbor on this show", - "value": "$400", - "answer": "Desperate Housewives", - "round": "Jeopardy!", - "show_number": "6100", - "fullAnswer": "Desperate Housewives" - }, { "category": "A REPORTER'S BASIC QUESTIONS", "air_date": "2011-03-04", @@ -425479,16 +403359,6 @@ "show_number": "6100", "fullAnswer": "a watt" }, - { - "category": "TECH-KNOW", - "air_date": "2011-03-04", - "question": "Here you can clearly see the logo of this hi-def format for home theaters in 1080p", - "value": "$400", - "answer": "Blu-ray", - "round": "Jeopardy!", - "show_number": "6100", - "fullAnswer": "Blu-ray" - }, { "category": "WATER UNDER THE BRIDGE", "air_date": "2011-03-04", @@ -425519,16 +403389,6 @@ "show_number": "6100", "fullAnswer": "Polk" }, - { - "category": "OPRAH'S FIRSTS", - "air_date": "2011-03-04", - "question": "(Oprah Winfrey gives the clue.) In 1994, 8 years after I vowed to do it, I ran a full one of these--the Marine Corps one in D.C.; it took me 4:29:15, but I did it!", - "value": "$600", - "answer": "marathon", - "round": "Jeopardy!", - "show_number": "6100", - "fullAnswer": "a marathon" - }, { "category": "A REPORTER'S BASIC QUESTIONS", "air_date": "2011-03-04", @@ -425539,16 +403399,6 @@ "show_number": "6100", "fullAnswer": "when" }, - { - "category": "TECH-KNOW", - "air_date": "2011-03-04", - "question": "smugmug.com lets you share these & back them up", - "value": "$600", - "answer": "pictures ", - "round": "Jeopardy!", - "show_number": "6100", - "fullAnswer": "pictures (or photographs)" - }, { "category": "WATER UNDER THE BRIDGE", "air_date": "2011-03-04", @@ -425579,16 +403429,6 @@ "show_number": "6100", "fullAnswer": "Austria" }, - { - "category": "OPRAH'S FIRSTS", - "air_date": "2011-03-04", - "question": "(Oprah Winfrey gives the clue.) In 2002 I worked the drivethrough at this fast food chain; a customer (who turned out to be my own lawyer!) complained about the slow service, then drove around & got a big surprise, \"I'm lovin' it!\"", - "value": "$800", - "answer": "McDonald\\'s", - "round": "Jeopardy!", - "show_number": "6100", - "fullAnswer": "McDonald\\'s" - }, { "category": "A REPORTER'S BASIC QUESTIONS", "air_date": "2011-03-04", @@ -425639,16 +403479,6 @@ "show_number": "6100", "fullAnswer": "(Gottleib) Daimler" }, - { - "category": "OPRAH'S FIRSTS", - "air_date": "2011-03-04", - "question": "(Oprah Winfrey gives the clue.) In 2003 I learned to \"let go of my feet\" when I \"flew\" in the harness this \"Titanic\" singer used in her $95 million theatre at Caesars in Las Vegas", - "value": "$1000", - "answer": "Celine Dion", - "round": "Jeopardy!", - "show_number": "6100", - "fullAnswer": "Celine Dion" - }, { "category": "A REPORTER'S BASIC QUESTIONS", "air_date": "2011-03-04", @@ -425659,16 +403489,6 @@ "show_number": "6100", "fullAnswer": "how (or, really, \"How is Howe?\")" }, - { - "category": "TECH-KNOW", - "air_date": "2011-03-04", - "question": "Seen here is an icon for this 3-letter service that feeds you updates on your favorite web sites", - "value": "$1000", - "answer": "RSS", - "round": "Jeopardy!", - "show_number": "6100", - "fullAnswer": "RSS" - }, { "category": "WATER UNDER THE BRIDGE", "air_date": "2011-03-04", @@ -425749,16 +403569,6 @@ "show_number": "6100", "fullAnswer": "Annie Hall" }, - { - "category": "THE HUMAN BODY", - "air_date": "2011-03-04", - "question": "(Sarah of the Clue Crew shows an anatomical diagram on the monitor.) The mammalian tubes named for Italian anatomist Gabriel Fallopius connects the ovaries to the upper part of this organ", - "value": "$800", - "answer": "uterus", - "round": "Double Jeopardy!", - "show_number": "6100", - "fullAnswer": "the uterus" - }, { "category": "AUTHORS", "air_date": "2011-03-04", @@ -425829,16 +403639,6 @@ "show_number": "6100", "fullAnswer": "per capita" }, - { - "category": "ART & MUSIC", - "air_date": "2011-03-04", - "question": "This pianist & composer was painted by Delacroix in the 1830s, the decade when he became a force in Paris", - "value": "$1200", - "answer": "Frédéric Chopin", - "round": "Double Jeopardy!", - "show_number": "6100", - "fullAnswer": "Frédéric Chopin" - }, { "category": "THESE BOOTS", "air_date": "2011-03-04", @@ -425859,16 +403659,6 @@ "show_number": "6100", "fullAnswer": "Hairspray" }, - { - "category": "THE HUMAN BODY", - "air_date": "2011-03-04", - "question": "(Sarah of the Clue Crew shows an anatomical animation on the monitor.) The joint in your neck that allows you to move your head from side to side is classified as this type, which rotates around a central axis", - "value": "$1600", - "answer": "pivot joint", - "round": "Double Jeopardy!", - "show_number": "6100", - "fullAnswer": "a pivot joint" - }, { "category": "AUTHORS", "air_date": "2011-03-04", @@ -425949,26 +403739,6 @@ "show_number": "6100", "fullAnswer": "ipso facto" }, - { - "category": "ART & MUSIC", - "air_date": "2011-03-04", - "question": "This patron saint of music has often been depicted in art, as here in a work of around 1600", - "value": "$2000", - "answer": "Saint Cecilia", - "round": "Double Jeopardy!", - "show_number": "6100", - "fullAnswer": "Saint Cecilia" - }, - { - "category": "THESE BOOTS", - "air_date": "2011-03-04", - "question": "Boots from this brand, whose logo is seen here, were worn by soldiers on both sides of the American Civil War", - "value": "$2000", - "answer": "Frye", - "round": "Double Jeopardy!", - "show_number": "6100", - "fullAnswer": "Frye" - }, { "category": "MADE FOR WALKEN", "air_date": "2011-03-04", @@ -426284,7 +404054,7 @@ "air_date": "1993-07-06", "question": "Last name of Ambrosio & Bernardo, father & son politicians of Chile", "value": "$500", - "answer": "O\\'Higgins", + "answer": "O'Higgins", "round": "Jeopardy!", "show_number": "2052", "fullAnswer": "O\\'Higgins" @@ -426854,7 +404624,7 @@ "air_date": "2004-09-20", "question": "Jane Fonda tries to become a dance marathon champ in this Depression-era depresser that got 9 Oscar noms", "value": "$1000", - "answer": "They Shoot Horses, Don\\'t They", + "answer": "They Shoot Horses, Don't They", "round": "Jeopardy!", "show_number": "4606", "fullAnswer": "They Shoot Horses, Don\\'t They" @@ -426929,16 +404699,6 @@ "show_number": "4606", "fullAnswer": "a membrane" }, - { - "category": "BUSINESS", - "air_date": "2004-09-20", - "question": "(Hi, I'm Bill Rancic of The Apprentice.) My prize involves helming the work of Mr. Trump's new Chicago hotel, planned for the site of this newspaper's old building", - "value": "$400", - "answer": "Sun-Times", - "round": "Double Jeopardy!", - "show_number": "4606", - "fullAnswer": "the Sun-Times" - }, { "category": "POLITICIANS", "air_date": "2004-09-20", @@ -427269,16 +405029,6 @@ "show_number": "4584", "fullAnswer": "Edison" }, - { - "category": "THEATRE AWARDS", - "air_date": "2004-07-08", - "question": "(Cheryl of the Clue Crew reports from the Yale Repertory Theatre in New Haven, CT.) In 1991, Yale Rep received one of these awards presented by the American Theatre Wing for Regional Theatre", - "value": "$400", - "answer": "Tony", - "round": "Jeopardy!", - "show_number": "4584", - "fullAnswer": "a Tony" - }, { "category": "NEIL DOWN", "air_date": "2004-07-08", @@ -427389,16 +405139,6 @@ "show_number": "4584", "fullAnswer": "Dr. Scholl" }, - { - "category": "THEATRE AWARDS", - "air_date": "2004-07-08", - "question": "The British award named for him depicts him in the role of Henry V at the Old Vic in 1937", - "value": "$800", - "answer": "Olivier", - "round": "Jeopardy!", - "show_number": "4584", - "fullAnswer": "Olivier" - }, { "category": "NEIL DOWN", "air_date": "2004-07-08", @@ -427409,16 +405149,6 @@ "show_number": "4584", "fullAnswer": "Pet Shop Boys" }, - { - "category": "HOW 'BOUT A DRINK?", - "air_date": "2004-07-08", - "question": "(Sofia of the Clue Crew plays bartender.) Worldly name of this vodka, triple sec, cranberry & lime juice cocktail", - "value": "$800", - "answer": "cosmopolitan", - "round": "Jeopardy!", - "show_number": "4584", - "fullAnswer": "a cosmopolitan" - }, { "category": "THEIR NATIVE SOIL", "air_date": "2004-07-08", @@ -427429,16 +405159,6 @@ "show_number": "4584", "fullAnswer": "Russia" }, - { - "category": "\"CHA\"", - "air_date": "2004-07-08", - "question": "Seen here, it keeps food warm at a dinner party", - "value": "$800", - "answer": "chafing dish", - "round": "Jeopardy!", - "show_number": "4584", - "fullAnswer": "a chafing dish" - }, { "category": "THAT'S MY SCHOOL!", "air_date": "2004-07-08", @@ -427579,16 +405299,6 @@ "show_number": "4584", "fullAnswer": "Kansas" }, - { - "category": "COUNTRY MUSIC", - "air_date": "2004-07-08", - "question": "(Hi, I'm Billy Ray Cyrus.) In 1992 I had a lot of people line dancing to this song, my first No. 1 hit", - "value": "$800", - "answer": "Achy Breaky Heart", - "round": "Double Jeopardy!", - "show_number": "4584", - "fullAnswer": "\"Achy Breaky Heart\"" - }, { "category": "HISTORIC PEOPLE", "air_date": "2004-07-08", @@ -427699,26 +405409,6 @@ "show_number": "4584", "fullAnswer": "Kentucky" }, - { - "category": "COUNTRY MUSIC", - "air_date": "2004-07-08", - "question": "(Hi, I'm Joe Nichols.) My favorite song, \"Footlights\", was sung by this country legend whose name appropriately means \"tired-looking\"", - "value": "$1600", - "answer": "Merle Haggard", - "round": "Double Jeopardy!", - "show_number": "4584", - "fullAnswer": "Merle Haggard" - }, - { - "category": "HISTORIC PEOPLE", - "air_date": "2004-07-08", - "question": "In a painting by Ilya Repin, he's the ruler lamenting having just killed his own son", - "value": "$1600", - "answer": "Ivan the Terrible", - "round": "Double Jeopardy!", - "show_number": "4584", - "fullAnswer": "Ivan the Terrible" - }, { "category": "ARE YOU A BETTING MAN?", "air_date": "2004-07-08", @@ -427879,16 +405569,6 @@ "show_number": "5886", "fullAnswer": "wedlock" }, - { - "category": "YOU'RE HISTORY!", - "air_date": "2010-03-29", - "question": "Pictured here as a young man, this emperor remained an avid marine biologist throughout his life", - "value": "$400", - "answer": "Hirohito", - "round": "Jeopardy!", - "show_number": "5886", - "fullAnswer": "Hirohito" - }, { "category": "TV NAMES", "air_date": "2010-03-29", @@ -427974,7 +405654,7 @@ "air_date": "2010-03-29", "question": "Don't get near me if you have this fungal infection, aka tinea pedis--it's contagious!", "value": "$600", - "answer": "athlete\\'s foot", + "answer": "athlete's foot", "round": "Jeopardy!", "show_number": "5886", "fullAnswer": "athlete\\'s foot" @@ -428159,16 +405839,6 @@ "show_number": "5886", "fullAnswer": "a win-win situation" }, - { - "category": "MR. BILL PLAYS THE BARD", - "air_date": "2010-03-29", - "question": "\"Hey, hey, I've got a new bill to sign!\"
\"But Senator Sluggo wants to make a cut.\"
\"But why?\"
\"You'll get the point.\"
\"Oh, ho! Et tu Sluggo!\"
", - "value": "$400", - "answer": "Julius Caesar", - "round": "Double Jeopardy!", - "show_number": "5886", - "fullAnswer": "Julius Caesar" - }, { "category": "AMERICAN ART & ARTISTS", "air_date": "2010-03-29", @@ -428189,16 +405859,6 @@ "show_number": "5886", "fullAnswer": "Instinct" }, - { - "category": "STUPID ANSWERS", - "air_date": "2010-03-29", - "question": "(Sarah of the Clue Crew holds up some dolls at FAO Schwarz in New York.) Though beauty is in the eye of the beholder, some of these ugly dolls have three eyes, some have fangs, & some have big ears", - "value": "$800", - "answer": "Uglydolls", - "round": "Double Jeopardy!", - "show_number": "5886", - "fullAnswer": "Uglydolls" - }, { "category": "DOUBLE TALK", "air_date": "2010-03-29", @@ -428209,26 +405869,6 @@ "show_number": "5886", "fullAnswer": "tut-tut" }, - { - "category": "MR. BILL PLAYS THE BARD", - "air_date": "2010-03-29", - "question": "\"Never was a story of more woe than this of Juliet and--\"
\"Oh, no!\"
", - "value": "$800", - "answer": "Romeo", - "round": "Double Jeopardy!", - "show_number": "5886", - "fullAnswer": "Romeo" - }, - { - "category": "AMERICAN ART & ARTISTS", - "air_date": "2010-03-29", - "question": "Before seascapes, he did war paintings, like \"Prisoners from the Front\", seen here", - "value": "$1200", - "answer": "Winslow Homer", - "round": "Double Jeopardy!", - "show_number": "5886", - "fullAnswer": "Winslow Homer" - }, { "category": "DEADLY FILMS?", "air_date": "2010-03-29", @@ -428254,21 +405894,11 @@ "air_date": "2010-03-29", "question": "It's the double talk way to say \"78 inches tall\"", "value": "$3,000", - "answer": "6\\'6", + "answer": "6'6", "round": "Double Jeopardy!", "show_number": "5886", "fullAnswer": "6\\'6\"" }, - { - "category": "MR. BILL PLAYS THE BARD", - "air_date": "2010-03-29", - "question": "\"A horse! a horse! my kingdom for a horse!\"
\"Here, have mine.\"
\"Gee, but it's a little big.\"
\"Giddyap.\"
\"Ohh! oh!\"
", - "value": "$1200", - "answer": "Richard III", - "round": "Double Jeopardy!", - "show_number": "5886", - "fullAnswer": "Richard III" - }, { "category": "AMERICAN ART & ARTISTS", "air_date": "2010-03-29", @@ -428309,16 +405939,6 @@ "show_number": "5886", "fullAnswer": "ack-ack" }, - { - "category": "MR. BILL PLAYS THE BARD", - "air_date": "2010-03-29", - "question": "\"Are you sure we can't settle this some other way?\"
\"Come on, Mr. Bill. Have at it now.\"
\"Ooh! The rest is silence!\"
", - "value": "$1600", - "answer": "Hamlet", - "round": "Double Jeopardy!", - "show_number": "5886", - "fullAnswer": "Hamlet" - }, { "category": "AMERICAN ART & ARTISTS", "air_date": "2010-03-29", @@ -428369,16 +405989,6 @@ "show_number": "5886", "fullAnswer": "Tintin" }, - { - "category": "MR. BILL PLAYS THE BARD", - "air_date": "2010-03-29", - "question": "\"That sure was a tough war.\"
\"Let's sit upon the ground and tell sad stories of the death of kings.\"
\"But I don't know any.\"
\"Then here's a new one.\"
\"Oh, no!\"
", - "value": "$2000", - "answer": "Richard II", - "round": "Double Jeopardy!", - "show_number": "5886", - "fullAnswer": "Richard II" - }, { "category": "19th CENTURY LITERATURE", "air_date": "2010-03-29", @@ -428494,7 +406104,7 @@ "air_date": "2007-03-02", "question": "Nurse Ratched,
Randle P. McMurphy,
Dr. Spivey", "value": "$400", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Jeopardy!", "show_number": "5180", "fullAnswer": "One Flew Over the Cuckoo\\'s Nest" @@ -428679,16 +406289,6 @@ "show_number": "5180", "fullAnswer": "Cabaret" }, - { - "category": "THE FIRST \"STONE\"", - "air_date": "2007-03-02", - "question": "(Jeff Probst reports from Guatemala.) Mayan pyramids were characteristically constructed with this stone, named for the calcium oxide it produces when burned", - "value": "$1000", - "answer": "limestone", - "round": "Jeopardy!", - "show_number": "5180", - "fullAnswer": "limestone" - }, { "category": "AMERICAN POETS & POETRY", "air_date": "2007-03-02", @@ -428729,16 +406329,6 @@ "show_number": "5180", "fullAnswer": "a return" }, - { - "category": "ALLITERATIVE ARTISTS", - "air_date": "2007-03-02", - "question": "Spanish superstar surprises some; sample sculpture", - "value": "$400", - "answer": "Pablo Picasso", - "round": "Double Jeopardy!", - "show_number": "5180", - "fullAnswer": "Pablo Picasso" - }, { "category": "SYNONYMS", "air_date": "2007-03-02", @@ -428779,26 +406369,6 @@ "show_number": "5180", "fullAnswer": "the jawbone" }, - { - "category": "FURNITURE", - "air_date": "2007-03-02", - "question": "It's the mountainous name for the chairs shown here", - "value": "$800", - "answer": "Adirondack", - "round": "Double Jeopardy!", - "show_number": "5180", - "fullAnswer": "Adirondack" - }, - { - "category": "ALLITERATIVE ARTISTS", - "air_date": "2007-03-02", - "question": "Bearded British ruler reveres German genius", - "value": "$800", - "answer": "Hans Holbein", - "round": "Double Jeopardy!", - "show_number": "5180", - "fullAnswer": "Hans Holbein" - }, { "category": "SYNONYMS", "air_date": "2007-03-02", @@ -428819,26 +406389,6 @@ "show_number": "5180", "fullAnswer": "\"But only God can make a tree\"" }, - { - "category": "JOHNS IN FILM", - "air_date": "2007-03-02", - "question": "Oh, brother! He's the actor under pressure seen here", - "value": "$1200", - "answer": "Turturro", - "round": "Double Jeopardy!", - "show_number": "5180", - "fullAnswer": "(John) Turturro" - }, - { - "category": "GLAND TIDINGS", - "air_date": "2007-03-02", - "question": "(Kelly of the Clue Crew cuts an onion.) When you cut an onion, its amino acids create an irritant to these glands", - "value": "$1200", - "answer": "tear glands ", - "round": "Double Jeopardy!", - "show_number": "5180", - "fullAnswer": "tear glands (or lachrymal glands)" - }, { "category": "FURNITURE", "air_date": "2007-03-02", @@ -428899,26 +406449,6 @@ "show_number": "5180", "fullAnswer": "lymph nodes" }, - { - "category": "FURNITURE", - "air_date": "2007-03-02", - "question": "Louis XIV's style is Baroque; Louis XV's style, seen here, is this style that followed Baroque", - "value": "$3,000", - "answer": "Rococo", - "round": "Double Jeopardy!", - "show_number": "5180", - "fullAnswer": "Rococo" - }, - { - "category": "ALLITERATIVE ARTISTS", - "air_date": "2007-03-02", - "question": "Flamboyant Flemish fixture fond of fleshy females, first & following names", - "value": "$1600", - "answer": "Peter Paul Rubens", - "round": "Double Jeopardy!", - "show_number": "5180", - "fullAnswer": "Peter Paul Rubens" - }, { "category": "SYNONYMS", "air_date": "2007-03-02", @@ -428939,16 +406469,6 @@ "show_number": "5180", "fullAnswer": "Gwendolyn Brooks" }, - { - "category": "JOHNS IN FILM", - "air_date": "2007-03-02", - "question": "This former Bond girl played herself in \"The Player\"", - "value": "$2000", - "answer": "Jill St. John", - "round": "Double Jeopardy!", - "show_number": "5180", - "fullAnswer": "Jill St. John" - }, { "category": "GLAND TIDINGS", "air_date": "2007-03-02", @@ -428969,16 +406489,6 @@ "show_number": "5180", "fullAnswer": "kneeling" }, - { - "category": "ALLITERATIVE ARTISTS", - "air_date": "2007-03-02", - "question": "Cunning canine cameraman caught cuddling", - "value": "$2000", - "answer": "William Wegman", - "round": "Double Jeopardy!", - "show_number": "5180", - "fullAnswer": "William Wegman" - }, { "category": "SYNONYMS", "air_date": "2007-03-02", @@ -429354,7 +406864,7 @@ "air_date": "1987-06-24", "question": "Her 1st husband was Charles Hamilton, but she really wanted his brother-in-law Ashley", "value": "$200", - "answer": "Scarlet O\\'Hara", + "answer": "Scarlet O'Hara", "round": "Double Jeopardy!", "show_number": "663", "fullAnswer": "Scarlet O\\'Hara" @@ -429369,16 +406879,6 @@ "show_number": "663", "fullAnswer": "Peter and the Wolf" }, - { - "category": "FOREIGN WORDS", - "air_date": "1987-06-24", - "question": "Waist-length jacket that might aptly be worn to dance to the following:", - "value": "$400", - "answer": "bolero", - "round": "Double Jeopardy!", - "show_number": "663", - "fullAnswer": "bolero" - }, { "category": "ARMED FORCES", "air_date": "1987-06-24", @@ -429534,7 +407034,7 @@ "air_date": "1987-06-24", "question": "In the old British ballad, it's the 1st name of Miss Allen, the femme fatale of Scarlet Town", "value": "$800", - "answer": "Barb\\'ry, Barbara Allen", + "answer": "Barb'ry, Barbara Allen", "round": "Double Jeopardy!", "show_number": "663", "fullAnswer": "Barb\\'ry, Barbara Allen" @@ -430319,16 +407819,6 @@ "show_number": "5583", "fullAnswer": "a mammal" }, - { - "category": "FUN WITH NUMBERS", - "air_date": "2008-12-10", - "question": "Remember these? Referring to the speed they're played at, it's the popular term for the items seen here", - "value": "$400", - "answer": "45\\'s", - "round": "Jeopardy!", - "show_number": "5583", - "fullAnswer": "45\\'s" - }, { "category": "\"LETTER\"-LETTER WORDS", "air_date": "2008-12-10", @@ -430439,16 +407929,6 @@ "show_number": "5583", "fullAnswer": "a mammal" }, - { - "category": "FUN WITH NUMBERS", - "air_date": "2008-12-10", - "question": "We're betting you know it's the 2008 movie based on a true story seen here", - "value": "$800", - "answer": "21", - "round": "Jeopardy!", - "show_number": "5583", - "fullAnswer": "21" - }, { "category": "\"LETTER\"-LETTER WORDS", "air_date": "2008-12-10", @@ -430509,16 +407989,6 @@ "show_number": "5583", "fullAnswer": "34" }, - { - "category": "\"LETTER\"-LETTER WORDS", - "air_date": "2008-12-10", - "question": "It's the type of video format seen here", - "value": "$1000", - "answer": "letterbox", - "round": "Jeopardy!", - "show_number": "5583", - "fullAnswer": "letterbox" - }, { "category": "OTHER FAULT LINES", "air_date": "2008-12-10", @@ -431374,7 +408844,7 @@ "air_date": "2001-10-16", "question": "The chilling tale \"Froken Smillas Fornemmelse For Sne\"", "value": "$1000", - "answer": "Smilla\\'s Sense of Snow", + "answer": "Smilla's Sense of Snow", "round": "Double Jeopardy!", "show_number": "3937", "fullAnswer": "\"Smilla\\'s Sense of Snow\"" @@ -432104,7 +409574,7 @@ "air_date": "2008-11-11", "question": "Twain's outdoor recreation areas", "value": "$200", - "answer": "Mark\\'s parks", + "answer": "Mark's parks", "round": "Jeopardy!", "show_number": "5562", "fullAnswer": "Mark\\'s parks" @@ -432164,7 +409634,7 @@ "air_date": "2008-11-11", "question": "Austen's throbs & twinges", "value": "$400", - "answer": "Jane\\'s pains", + "answer": "Jane's pains", "round": "Jeopardy!", "show_number": "5562", "fullAnswer": "Jane\\'s pains" @@ -432204,7 +409674,7 @@ "air_date": "2008-11-11", "question": "No horses were harmed to make the Horsey Sauce served with this roast beef chain's sandwiches", "value": "$600", - "answer": "Arby\\'s", + "answer": "Arby's", "round": "Jeopardy!", "show_number": "5562", "fullAnswer": "Arby\\'s" @@ -432224,7 +409694,7 @@ "air_date": "2008-11-11", "question": "Harriet Beecher's private agonies", "value": "$600", - "answer": "Stowe\\'s woes", + "answer": "Stowe's woes", "round": "Jeopardy!", "show_number": "5562", "fullAnswer": "Stowe\\'s woes" @@ -432284,7 +409754,7 @@ "air_date": "2008-11-11", "question": "Bradbury's portions of the week", "value": "$800", - "answer": "Ray\\'s days", + "answer": "Ray's days", "round": "Jeopardy!", "show_number": "5562", "fullAnswer": "Ray\\'s days" @@ -432309,22 +409779,12 @@ "show_number": "5562", "fullAnswer": "Mamma Mia!" }, - { - "category": "ON THE MONEY", - "air_date": "2008-11-11", - "question": "(Jimmy of the Clue Crew explains with an animated illustration on the monitor.) The most common theory of the origin of the dollar sign is that instead of writing Ps as a plural, people started putting the S over the P; the P stood for this", - "value": "$1000", - "answer": "peso", - "round": "Jeopardy!", - "show_number": "5562", - "fullAnswer": "peso" - }, { "category": "TEEN CUISINE", "air_date": "2008-11-11", "question": "For your next party, have your photo printed on these candies; the 13th letter of the alphabet will be on the reverse", "value": "$1000", - "answer": "M&M\\'s", + "answer": "M&M's", "round": "Jeopardy!", "show_number": "5562", "fullAnswer": "M&M\\'s" @@ -432344,7 +409804,7 @@ "air_date": "2008-11-11", "question": "Kerouac's burlap bags", "value": "$1000", - "answer": "Jack\\'s sacks", + "answer": "Jack's sacks", "round": "Jeopardy!", "show_number": "5562", "fullAnswer": "Jack\\'s sacks" @@ -432479,16 +409939,6 @@ "show_number": "5562", "fullAnswer": "Abel" }, - { - "category": "WOMEN IN SPORTS", - "air_date": "2008-11-11", - "question": "(Hi, I'm Misty May-Treanor. And I'm Kerri Walsh.)
Kerri & I won the USA's first gold in women's beach volleyball at the 2004 Olympics held in this city--we didn't lose a single set", - "value": "$1200", - "answer": "Athens", - "round": "Double Jeopardy!", - "show_number": "5562", - "fullAnswer": "Athens" - }, { "category": "BODY WORKS", "air_date": "2008-11-11", @@ -432689,26 +410139,6 @@ "show_number": "3952", "fullAnswer": "\"Like A Virgin\"" }, - { - "category": "ALONG CAME A SPIDER", - "air_date": "2001-11-06", - "question": "(Sarah of the Clue Crew reports from a laboratory.) The Mexican red knee variety of this type of spider is crawling on my hand right now", - "value": "$100", - "answer": "tarantula", - "round": "Jeopardy!", - "show_number": "3952", - "fullAnswer": "tarantula" - }, - { - "category": "E-COMMERCE", - "air_date": "2001-11-06", - "question": "At dunkindonuts.com you can't buy donuts, but you can get this traditional accompaniment by the pound", - "value": "$100", - "answer": "coffee", - "round": "Jeopardy!", - "show_number": "3952", - "fullAnswer": "coffee" - }, { "category": "\"J\" WALKING", "air_date": "2001-11-06", @@ -432769,16 +410199,6 @@ "show_number": "3952", "fullAnswer": "Lionel" }, - { - "category": "\"J\" WALKING", - "air_date": "2001-11-06", - "question": "(Jimmy of the Clue Crew reports from a basketball court.) Hi! Don't mind me, I'm just warming up, doing a round of these", - "value": "$200", - "answer": "jumping jacks", - "round": "Jeopardy!", - "show_number": "3952", - "fullAnswer": "jumping jacks" - }, { "category": "THE LAKE COUNTRY", "air_date": "2001-11-06", @@ -432819,16 +410239,6 @@ "show_number": "3952", "fullAnswer": "abdomen" }, - { - "category": "E-COMMERCE", - "air_date": "2001-11-06", - "question": "calwine.com is located \"In the Heart of\" this valley", - "value": "$400", - "answer": "Napa Valley", - "round": "Jeopardy!", - "show_number": "3952", - "fullAnswer": "Napa Valley" - }, { "category": "\"J\" WALKING", "air_date": "2001-11-06", @@ -432864,7 +410274,7 @@ "air_date": "2001-11-06", "question": "Aerosmith:
\"Don't want to close my eyes, I don't want to fall asleep 'cause I'll miss you baby...\"", "value": "$400", - "answer": "I Don\\'t Want To Miss A Thing", + "answer": "I Don't Want To Miss A Thing", "round": "Jeopardy!", "show_number": "3952", "fullAnswer": "\"I Don\\'t Want To Miss A Thing\"" @@ -432879,16 +410289,6 @@ "show_number": "3952", "fullAnswer": "arachnids" }, - { - "category": "E-COMMERCE", - "air_date": "2001-11-06", - "question": "vixenoffroad.com specializes in women's apparel for this biking sport abbreviated MX", - "value": "$400", - "answer": "motocross", - "round": "Jeopardy!", - "show_number": "3952", - "fullAnswer": "motocross" - }, { "category": "\"J\" WALKING", "air_date": "2001-11-06", @@ -432939,26 +410339,6 @@ "show_number": "3952", "fullAnswer": "trap-door spiders" }, - { - "category": "E-COMMERCE", - "air_date": "2001-11-06", - "question": "alzheimersupport.com is among sites offering this super-herb, the scientific name of the maidenhair tree", - "value": "$500", - "answer": "Gingko biloba", - "round": "Jeopardy!", - "show_number": "3952", - "fullAnswer": "Gingko biloba" - }, - { - "category": "\"J\" WALKING", - "air_date": "2001-11-06", - "question": "(Sofia of the Clue Crew rides a carousel at the Santa Monica Pier.) In the 1600s an early type of carousel was used to train noblemen in this sport that uses lances", - "value": "$500", - "answer": "jousting", - "round": "Jeopardy!", - "show_number": "3952", - "fullAnswer": "jousting" - }, { "category": "GEORGIE", "air_date": "2001-11-06", @@ -433249,16 +410629,6 @@ "show_number": "3952", "fullAnswer": "Gulliver" }, - { - "category": "ALL ABOUT ANTARCTICA", - "air_date": "2010-10-13", - "question": "(Tom Ritchie presents the clue from Antarctica.) The 1959 Antarctic Treaty opened the continent to science & made possible such findings as this hole in the atmosphere in the 1980s", - "value": "$200", - "answer": "ozone", - "round": "Jeopardy!", - "show_number": "5998", - "fullAnswer": "the ozone" - }, { "category": "GOOD TV", "air_date": "2010-10-13", @@ -433369,16 +410739,6 @@ "show_number": "5998", "fullAnswer": "a corgi" }, - { - "category": "ALL ABOUT ANTARCTICA", - "air_date": "2010-10-13", - "question": "(Tom Ritchie presents the clue from Antarctica.) Port Lockroy was the start of Britain's permanent presence in Antarctica as a secret base to observe German movements during this war", - "value": "$600", - "answer": "World War II", - "round": "Jeopardy!", - "show_number": "5998", - "fullAnswer": "World War II" - }, { "category": "GOOD TV", "air_date": "2010-10-13", @@ -433444,7 +410804,7 @@ "air_date": "2010-10-13", "question": "This 1985 animated TV special had the Peanuts gang perform the Broadway musical of the same name", "value": "$800", - "answer": "You\\'re a Good Man, Charlie Brown", + "answer": "You're a Good Man, Charlie Brown", "round": "Jeopardy!", "show_number": "5998", "fullAnswer": "You\\'re a Good Man, Charlie Brown" @@ -433489,16 +410849,6 @@ "show_number": "5998", "fullAnswer": "a pierogi" }, - { - "category": "ALL ABOUT ANTARCTICA", - "air_date": "2010-10-13", - "question": "(Tom Ritchie presents the clue from Antarctica.) Lifeless boats and rusted tanks that once held the precious oil are relics of Deception Island's past: from 1906 to 1931, it was a processing center for this brutal trade", - "value": "$1000", - "answer": "whaling", - "round": "Jeopardy!", - "show_number": "5998", - "fullAnswer": "whaling" - }, { "category": "GOOD TV", "air_date": "2010-10-13", @@ -433559,16 +410909,6 @@ "show_number": "5998", "fullAnswer": "Flanders" }, - { - "category": "ENTERTAINMENT WEEKLY", - "air_date": "2010-10-13", - "question": "The 2007 cover seen here was drawn for \"Entertainment Weekly\" by this man", - "value": "$400", - "answer": "Matt Groening", - "round": "Double Jeopardy!", - "show_number": "5998", - "fullAnswer": "Matt Groening" - }, { "category": "THE TRIALS OF WOMANHOOD", "air_date": "2010-10-13", @@ -433604,7 +410944,7 @@ "air_date": "2010-10-13", "question": "In a Shakespeare quote, the 5-word metaphor that precedes \"and all the men and women merely players\"", "value": "$400", - "answer": "All the world\\'s a stage", + "answer": "All the world's a stage", "round": "Double Jeopardy!", "show_number": "5998", "fullAnswer": "\"All the world\\'s a stage\"" @@ -433619,16 +410959,6 @@ "show_number": "5998", "fullAnswer": "Flint" }, - { - "category": "ENTERTAINMENT WEEKLY", - "air_date": "2010-10-13", - "question": "In 1990, the very first \"E.W.\" cover didn't feature a movie or TV star, but this alternative country singer", - "value": "$800", - "answer": "k.d. lang", - "round": "Double Jeopardy!", - "show_number": "5998", - "fullAnswer": "k.d. lang" - }, { "category": "THE TRIALS OF WOMANHOOD", "air_date": "2010-10-13", @@ -433669,36 +410999,6 @@ "show_number": "5998", "fullAnswer": "kick the bucket" }, - { - "category": "\"F\" IN GEOGRAPHY", - "air_date": "2010-10-13", - "question": "(Jimmy of Clue Crew shows a map of the Middle East.) In 1914, historian James Breasted coined this 2-word term to describe the agricultural area that extends from the Nile Valley to the Persian Gulf", - "value": "$2,000", - "answer": "Fertile Crescent", - "round": "Double Jeopardy!", - "show_number": "5998", - "fullAnswer": "the Fertile Crescent" - }, - { - "category": "ENTERTAINMENT WEEKLY", - "air_date": "2010-10-13", - "question": "The title of the 2008 cover story on Tina Fey was \"One Hot Mama\", referring to the title of this film she starred in", - "value": "$1200", - "answer": "Baby Mama", - "round": "Double Jeopardy!", - "show_number": "5998", - "fullAnswer": "Baby Mama" - }, - { - "category": "THE TRIALS OF WOMANHOOD", - "air_date": "2010-10-13", - "question": "(Legal commentator Jack Ford presents the clue from a courtroom.) After a 3-week trial in March 1951, she became the first woman executed by the U.S. government since alleged Lincoln conspirator Mary Surratt in 1865", - "value": "$1200", - "answer": "Ethel Rosenberg", - "round": "Double Jeopardy!", - "show_number": "5998", - "fullAnswer": "Ethel Rosenberg" - }, { "category": "ANATOMICAL ETYMOLOGY", "air_date": "2010-10-13", @@ -433759,16 +411059,6 @@ "show_number": "5998", "fullAnswer": "Myanmar (or Burma)" }, - { - "category": "ANATOMICAL ETYMOLOGY", - "air_date": "2010-10-13", - "question": "The heart is completely enclosed in this membranous sac from the Greek for \"surrounding the heart\"", - "value": "$1,600", - "answer": "pericardium", - "round": "Double Jeopardy!", - "show_number": "5998", - "fullAnswer": "the pericardium" - }, { "category": "METAPHORS BE WITH YOU", "air_date": "2010-10-13", @@ -433819,16 +411109,6 @@ "show_number": "5998", "fullAnswer": "the sclera" }, - { - "category": "METAPHORS BE WITH YOU", - "air_date": "2010-10-13", - "question": "The Pieter Brueghel the Elder painting here refers to this metaphor meaning ignorance by leaders & followers", - "value": "$2000", - "answer": "blind leading the blind", - "round": "Double Jeopardy!", - "show_number": "5998", - "fullAnswer": "the blind leading the blind" - }, { "category": "BRITISH AUTHORS", "air_date": "2010-10-13", @@ -433934,7 +411214,7 @@ "air_date": "1997-02-21", "question": "Film in which Jimmy Stewart told Henry Travers, \"Well, you look about like the kind of angel I'd get\"", "value": "$200", - "answer": "It\\'s A Wonderful Life", + "answer": "It's A Wonderful Life", "round": "Jeopardy!", "show_number": "2880", "fullAnswer": "\"It\\'s A Wonderful Life\"" @@ -433944,7 +411224,7 @@ "air_date": "1997-02-21", "question": "This Washington D.C. theater has been restored to appear as it did on the night of April 14, 1865", "value": "$200", - "answer": "Ford\\'s Theater", + "answer": "Ford's Theater", "round": "Jeopardy!", "show_number": "2880", "fullAnswer": "Ford\\'s Theater" @@ -434459,16 +411739,6 @@ "show_number": "4965", "fullAnswer": "a flea" }, - { - "category": "QUOTABLE CINEMA", - "air_date": "2006-03-24", - "question": "1939:
\"I'll get you, my pretty, and your little dog, too!\"", - "value": "$200", - "answer": "Wizard of Oz", - "round": "Jeopardy!", - "show_number": "4965", - "fullAnswer": "The Wizard of Oz" - }, { "category": "AMERICANA", "air_date": "2006-03-24", @@ -434479,16 +411749,6 @@ "show_number": "4965", "fullAnswer": "Idaho" }, - { - "category": "HARLEY-DAVIDSON", - "air_date": "2006-03-24", - "question": "(Sarah of the Clue Crew reports from Harley-Davidson in Wisconsin.) This very first Harley from 1903 had a production run of 3; 3 was also the number of these units it put out, while today's bikes are often 125", - "value": "$200", - "answer": "horsepower", - "round": "Jeopardy!", - "show_number": "4965", - "fullAnswer": "horsepower" - }, { "category": "A LIFE OF CRIME", "air_date": "2006-03-24", @@ -434519,16 +411779,6 @@ "show_number": "4965", "fullAnswer": "the potato beetle" }, - { - "category": "QUOTABLE CINEMA", - "air_date": "2006-03-24", - "question": "1933:
\"Oh, no. It wasn't the airplanes. It was Beauty killed the Beast\"", - "value": "$400", - "answer": "King Kong", - "round": "Jeopardy!", - "show_number": "4965", - "fullAnswer": "King Kong" - }, { "category": "AMERICANA", "air_date": "2006-03-24", @@ -434579,16 +411829,6 @@ "show_number": "4965", "fullAnswer": "the monarch" }, - { - "category": "QUOTABLE CINEMA", - "air_date": "2006-03-24", - "question": "1976:
\"I'm as mad as hell, and I'm not going to take this anymore!\"", - "value": "$600", - "answer": "Network", - "round": "Jeopardy!", - "show_number": "4965", - "fullAnswer": "Network" - }, { "category": "AMERICANA", "air_date": "2006-03-24", @@ -434599,16 +411839,6 @@ "show_number": "4965", "fullAnswer": "Graceland" }, - { - "category": "HARLEY-DAVIDSON", - "air_date": "2006-03-24", - "question": "(Kelly of the Clue Crew reports from Harley-Davidson in Wisconsin.) The 1990 \"Fat Boy\" featured in \"Terminator 2\" is a fitting model whose bikes go by this famous nickname", - "value": "$600", - "answer": "Hogs", - "round": "Jeopardy!", - "show_number": "4965", - "fullAnswer": "\"Hogs\"" - }, { "category": "A LIFE OF CRIME", "air_date": "2006-03-24", @@ -434639,16 +411869,6 @@ "show_number": "4965", "fullAnswer": "wasps" }, - { - "category": "QUOTABLE CINEMA", - "air_date": "2006-03-24", - "question": "1989:
\"I'll have what she's having\"", - "value": "$800", - "answer": "When Harry Met Sally...", - "round": "Jeopardy!", - "show_number": "4965", - "fullAnswer": "When Harry Met Sally..." - }, { "category": "AMERICANA", "air_date": "2006-03-24", @@ -434699,16 +411919,6 @@ "show_number": "4965", "fullAnswer": "a larva" }, - { - "category": "QUOTABLE CINEMA", - "air_date": "2006-03-24", - "question": "1967:
\"They call me Mr. Tibbs!\"", - "value": "$1000", - "answer": "In the Heat of the Night", - "round": "Jeopardy!", - "show_number": "4965", - "fullAnswer": "In the Heat of the Night" - }, { "category": "AMERICANA", "air_date": "2006-03-24", @@ -434719,16 +411929,6 @@ "show_number": "4965", "fullAnswer": "Virginia" }, - { - "category": "HARLEY-DAVIDSON", - "air_date": "2006-03-24", - "question": "(Jimmy of the Clue Crew reports from Harley-Davidson in Wisconsin.) This is a World War I-era Harley, like the ones this general's forces rode in pursuit of Pancho Villa", - "value": "$1000", - "answer": "Pershing", - "round": "Jeopardy!", - "show_number": "4965", - "fullAnswer": "Pershing" - }, { "category": "A LIFE OF CRIME", "air_date": "2006-03-24", @@ -435109,16 +412309,6 @@ "show_number": "6131", "fullAnswer": "Dr. Seuss" }, - { - "category": "BACKSTAGE AT THE MET", - "air_date": "2011-04-18", - "question": "(Sarah reports from backstage at the Metropolitan Opera in New York.) The great soprano Deborah Voigt wears this costume in the Met's 2011 production of this Wagner opera, in which she plays the title role", - "value": "$200", - "answer": "Die Walkure ", - "round": "Jeopardy!", - "show_number": "6131", - "fullAnswer": "Die Walkure (The Valkyrie)" - }, { "category": "REAL HISTORICAL HOUSEWIVES OF D.C.", "air_date": "2011-04-18", @@ -435169,16 +412359,6 @@ "show_number": "6131", "fullAnswer": "a groundhog" }, - { - "category": "BACKSTAGE AT THE MET", - "air_date": "2011-04-18", - "question": "(Sarah reports from backstage at the Metropolitan Opera in New York.) Now what opera might feature dancing bears? \"The Magic Flute\", when staged at the Met by this director, famed for her Broadway version of \"The Lion King\"", - "value": "$400", - "answer": "Julie Taymor", - "round": "Jeopardy!", - "show_number": "6131", - "fullAnswer": "Julie Taymor" - }, { "category": "REAL HISTORICAL HOUSEWIVES OF D.C.", "air_date": "2011-04-18", @@ -435229,32 +412409,12 @@ "show_number": "6131", "fullAnswer": "Poland" }, - { - "category": "BACKSTAGE AT THE MET", - "air_date": "2011-04-18", - "question": "(Jimmy reports from backstage at the Metropolitan Opera in New York.) Here in the scenic shop, we're hammering away at the items that are used onstage in this number performed by the Gypsies in \"Il trovatore\"", - "value": "$600", - "answer": "Anvil Chorus", - "round": "Jeopardy!", - "show_number": "6131", - "fullAnswer": "the \"Anvil Chorus\"" - }, - { - "category": "REAL HISTORICAL HOUSEWIVES OF D.C.", - "air_date": "2011-04-18", - "question": "The woman enjoying her grandkids in the White House movie theater isn't any old granny--she's this First Lady", - "value": "$800", - "answer": "Mamie Eisenhower", - "round": "Jeopardy!", - "show_number": "6131", - "fullAnswer": "Mamie Eisenhower" - }, { "category": "FOOD WORDS & PHRASES", "air_date": "2011-04-18", "question": "Joyce's \"Ulysses\" includes a version of this \"sweet\" proverb about using something up & still having it to enjoy", "value": "$800", - "answer": "You can\\'t have your cake and eat it, too", + "answer": "You can't have your cake and eat it, too", "round": "Jeopardy!", "show_number": "6131", "fullAnswer": "\"You can\\'t have your cake and eat it, too\"" @@ -435289,16 +412449,6 @@ "show_number": "6131", "fullAnswer": "Arkansas" }, - { - "category": "BACKSTAGE AT THE MET", - "air_date": "2011-04-18", - "question": "(Jimmy reports from backstage at the Metropolitan Opera in New York.) Backstage at the Met, you can find sets for operas by Verdi, Mozart & Puccini, who begins this opera in a Latin quarter garret

\"O, Mimi, tu pi...\"", - "value": "$800", - "answer": "La bohème", - "round": "Jeopardy!", - "show_number": "6131", - "fullAnswer": "La bohème" - }, { "category": "REAL HISTORICAL HOUSEWIVES OF D.C.", "air_date": "2011-04-18", @@ -435309,16 +412459,6 @@ "show_number": "6131", "fullAnswer": "\"Lemonade\" Lucy Hayes" }, - { - "category": "FOOD WORDS & PHRASES", - "air_date": "2011-04-18", - "question": "(Kelly of the Clue Crew shows a map of recent earthquakes around the San Andreas Fault on the monitor.) A Japanese seismologist saw a possible circular earthquake pattern that could build up to one very large quake, in the hole in what's called the Mogi this, like a bakery treat", - "value": "$1000", - "answer": "doughnut", - "round": "Jeopardy!", - "show_number": "6131", - "fullAnswer": "a doughnut" - }, { "category": "\"A\" IS FOR AUTHOR", "air_date": "2011-04-18", @@ -435339,16 +412479,6 @@ "show_number": "6131", "fullAnswer": "Alaska" }, - { - "category": "BACKSTAGE AT THE MET", - "air_date": "2011-04-18", - "question": "(Sarah reports from backstage at the Metropolitan Opera in New York.) The jewelry here was worn by Elisabeth Rethberg, portraying this Verdi slave girl, a role in which she made both her 1922 met debut & her 1942 farewell", - "value": "$1000", - "answer": "Aida", - "round": "Jeopardy!", - "show_number": "6131", - "fullAnswer": "Aida" - }, { "category": "CALIFORNIA GOVERNORS", "air_date": "2011-04-18", @@ -435389,16 +412519,6 @@ "show_number": "6131", "fullAnswer": "Hammer" }, - { - "category": "THE BROWNS", - "air_date": "2011-04-18", - "question": "Seen here, the brown four-eyed one of these critters is the only large American marsupial that lacks a pouch", - "value": "$400", - "answer": "opossum", - "round": "Double Jeopardy!", - "show_number": "6131", - "fullAnswer": "an opossum" - }, { "category": "WARRIN'", "air_date": "2011-04-18", @@ -435614,7 +412734,7 @@ "air_date": "2011-04-18", "question": "This American playwright's 1926 work \"The Great God Brown\" was significant for its symbolic use of masks", "value": "$2000", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "6131", "fullAnswer": "Eugene O\\'Neill" @@ -435704,7 +412824,7 @@ "air_date": "2005-04-19", "question": "In 2005, a search for \"Chicago's Fairest Colleen\" chose Bridget McLaughlin to reign over this parade", "value": "$400", - "answer": "St. Patrick\\'s Day parade", + "answer": "St. Patrick's Day parade", "round": "Jeopardy!", "show_number": "4757", "fullAnswer": "the St. Patrick\\'s Day parade" @@ -435764,7 +412884,7 @@ "air_date": "2005-04-19", "question": "Untouchable Tours visits such sanguineous spots as the site of this February 1929 event", "value": "$1,000", - "answer": "Valentine\\'s Day Massacre", + "answer": "Valentine's Day Massacre", "round": "Jeopardy!", "show_number": "4757", "fullAnswer": "the Valentine\\'s Day Massacre" @@ -435809,16 +412929,6 @@ "show_number": "4757", "fullAnswer": "the Queen Mary" }, - { - "category": "WE'RE TALKING BROADWAY", - "air_date": "2005-04-19", - "question": "(Sarah of the Clue Crew reads from the Gershwin Theatre in New York: \"I'm on the Broadway set of Wicked.\") In 2004, this young actress defied gravity & flew off with a Tony award for her performance as a witch in \"Wicked\"", - "value": "$600", - "answer": "Idina Menzel", - "round": "Jeopardy!", - "show_number": "4757", - "fullAnswer": "Idina Menzel" - }, { "category": "CHICAGO", "air_date": "2005-04-19", @@ -435929,16 +413039,6 @@ "show_number": "4757", "fullAnswer": "quahogs" }, - { - "category": "WE'RE TALKING BROADWAY", - "air_date": "2005-04-19", - "question": "(Sarah of the Clue Crew reads from the Golden Theatre in New York with a special friend.) In the Broadway hit \"Avenue Q\", Nicky here sings about this German word that means happiness at the misfortune of others", - "value": "$1000", - "answer": "Schadenfreude", - "round": "Jeopardy!", - "show_number": "4757", - "fullAnswer": "Schadenfreude" - }, { "category": "PSYCHOLOGY", "air_date": "2005-04-19", @@ -436354,7 +413454,7 @@ "air_date": "1998-06-01", "question": "Used for flogging, it's a whip with 9 knotted cords fastened to a handle", "value": "$200", - "answer": "Cat o\\' Nine Tails", + "answer": "Cat o' Nine Tails", "round": "Jeopardy!", "show_number": "3181", "fullAnswer": "Cat o\\' Nine Tails" @@ -436399,26 +413499,6 @@ "show_number": "3181", "fullAnswer": "Yamaha" }, - { - "category": "ANIMALS", - "air_date": "1998-06-01", - "question": "Group of mammals seen here:

[like Timon in The Lion King]", - "value": "$300", - "answer": "meerkats", - "round": "Jeopardy!", - "show_number": "3181", - "fullAnswer": "meerkats" - }, - { - "category": "WHIPS & CHAINS", - "air_date": "1998-06-01", - "question": "The group who sang the 1980 hit heard here:

[\"Whip It\"]", - "value": "$300", - "answer": "Devo", - "round": "Jeopardy!", - "show_number": "3181", - "fullAnswer": "Devo" - }, { "category": "\"C\" OF LOVE", "air_date": "1998-06-01", @@ -436439,16 +413519,6 @@ "show_number": "3181", "fullAnswer": "Santa Fe" }, - { - "category": "THE MOVIES", - "air_date": "1998-06-01", - "question": "(Hi, I'm Jane Curtin.) For this 1993 film I reprised my role as parental unit Prymaat", - "value": "$250", - "answer": "Coneheads", - "round": "Jeopardy!", - "show_number": "3181", - "fullAnswer": "Coneheads" - }, { "category": "IMPORTS", "air_date": "1998-06-01", @@ -436704,7 +413774,7 @@ "air_date": "1998-06-01", "question": "A variation of this pony proverb says \"You may force a man to shut his eyes, but you can't make him sleep\"", "value": "$600", - "answer": "You can lead a horse to water, but you can\\'t make him drink", + "answer": "You can lead a horse to water, but you can't make him drink", "round": "Double Jeopardy!", "show_number": "3181", "fullAnswer": "\"You can lead a horse to water, but you can\\'t make him drink\"" @@ -436999,16 +414069,6 @@ "show_number": "6078", "fullAnswer": "finish the New York Marathon" }, - { - "category": "STAMPS", - "air_date": "2011-02-02", - "question": "The Love stamp seen here is adapted from an image on a Hallmark card, & features these flowers", - "value": "$600", - "answer": "pansies", - "round": "Jeopardy!", - "show_number": "6078", - "fullAnswer": "pansies" - }, { "category": "HUMBLE & NOT-HUMBLE ABODES", "air_date": "2011-02-02", @@ -437019,16 +414079,6 @@ "show_number": "6078", "fullAnswer": "a convent" }, - { - "category": "BONES", - "air_date": "2011-02-02", - "question": "(Jimmy of the Clue Crew shows an anatomical rendering on the monitor.) In the second year of life, two bones fuse to form this lower jawbone, & the chin starts to develop at the fusion point", - "value": "$600", - "answer": "mandible", - "round": "Jeopardy!", - "show_number": "6078", - "fullAnswer": "the mandible" - }, { "category": "3-LETTER WORDS", "air_date": "2011-02-02", @@ -437099,36 +414149,6 @@ "show_number": "6078", "fullAnswer": "a lob" }, - { - "category": "TRINIDAD & TOBAGO", - "air_date": "2011-02-02", - "question": "At the Caroni Sanctuary you can see Trinidad's national bird, the scarlet this", - "value": "$1000", - "answer": "ibis", - "round": "Jeopardy!", - "show_number": "6078", - "fullAnswer": "an ibis" - }, - { - "category": "SPORTS LEGENDS", - "air_date": "2011-02-02", - "question": "(Alex Trebek presents the clue from the Joe Louis Arena in Detroit, MI.) I once introduced this hockey player to a large group of sports fans by saying, \"All of us have heroes, and he is one of mine\"--Number 9 for the Detroit Red Wings--\"Mr. Hockey\"", - "value": "$1000", - "answer": "Gordie Howe", - "round": "Jeopardy!", - "show_number": "6078", - "fullAnswer": "Gordie Howe" - }, - { - "category": "STAMPS", - "air_date": "2011-02-02", - "question": "Part of the Nature of America series, the pane seen here is called this type of forest", - "value": "$1000", - "answer": "kelp forest", - "round": "Jeopardy!", - "show_number": "6078", - "fullAnswer": "a kelp forest" - }, { "category": "HUMBLE & NOT-HUMBLE ABODES", "air_date": "2011-02-02", @@ -437309,16 +414329,6 @@ "show_number": "6078", "fullAnswer": "the Fountain of Youth" }, - { - "category": "WORD ORIGINS", - "air_date": "2011-02-02", - "question": "(Kelly of the Clue Crew shows a line of poetry on the monitor.) A natural break or pause in a line of poetry is called a \"caesura\"; the \"caes\" part comes from the Latin for this verb, as in \"excise\"", - "value": "$1200", - "answer": "cut", - "round": "Double Jeopardy!", - "show_number": "6078", - "fullAnswer": "cut" - }, { "category": "NATIONAL HISTORIC LANDMARKS", "air_date": "2011-02-02", @@ -437414,7 +414424,7 @@ "air_date": "2011-02-02", "question": "This \"Entertainment\" company is numero uno in Nevada", "value": "$2000", - "answer": "Harrah\\'s", + "answer": "Harrah's", "round": "Double Jeopardy!", "show_number": "6078", "fullAnswer": "Harrah\\'s" @@ -437579,16 +414589,6 @@ "show_number": "3790", "fullAnswer": "The Simpsons" }, - { - "category": "CELEBRITY SLOT MACHINES", - "air_date": "2001-02-09", - "question": "The video slot seen here is based on this TV show", - "value": "$300", - "answer": "I Dream of Jeannie", - "round": "Jeopardy!", - "show_number": "3790", - "fullAnswer": "\"I Dream of Jeannie\"" - }, { "category": "\"YO\"!", "air_date": "2001-02-09", @@ -437709,26 +414709,6 @@ "show_number": "3790", "fullAnswer": "Stevie Wonder" }, - { - "category": "GONE BUT NOT FORGOTTEN", - "air_date": "2001-02-09", - "question": "The memorable characters seen here were created by this man", - "value": "$200", - "answer": "Charles Schulz", - "round": "Double Jeopardy!", - "show_number": "3790", - "fullAnswer": "Charles Schulz" - }, - { - "category": "PRETTY PICTURES", - "air_date": "2001-02-09", - "question": "Seen here, this painting is probably the world's most famous", - "value": "$200", - "answer": "Mona Lisa", - "round": "Double Jeopardy!", - "show_number": "3790", - "fullAnswer": "the Mona Lisa" - }, { "category": "BEATING THE ODDS", "air_date": "2001-02-09", @@ -437739,16 +414719,6 @@ "show_number": "3790", "fullAnswer": "Helen Keller" }, - { - "category": "GONE BUT NOT FORGOTTEN", - "air_date": "2001-02-09", - "question": "This late great entertainer's Vegas museum displays his dazzling costumes like the one seen here", - "value": "$400", - "answer": "Liberace", - "round": "Double Jeopardy!", - "show_number": "3790", - "fullAnswer": "Liberace" - }, { "category": "THE BAR EXAM", "air_date": "2001-02-09", @@ -437954,7 +414924,7 @@ "air_date": "2001-02-09", "question": "First line of the poem thought to be based on Mary Sawyer's experience at a Massachusetts school-house around 1815", "value": null, - "answer": "\\Mary had a little lamb\\", + "answer": "Mary had a little lamb", "round": "Final Jeopardy!", "show_number": "3790", "fullAnswer": "\\\"Mary had a little lamb\\\"" @@ -438139,16 +415109,6 @@ "show_number": "4658", "fullAnswer": "The Cable Guy" }, - { - "category": "SOUNDS ALL AROUND", - "air_date": "2004-12-01", - "question": "The name of this instrument comes from the Italian for \"little goose\"", - "value": "$800", - "answer": "ocarina", - "round": "Jeopardy!", - "show_number": "4658", - "fullAnswer": "an ocarina" - }, { "category": "ASK YOUR DOCTOR...", "air_date": "2004-12-01", @@ -438229,16 +415189,6 @@ "show_number": "4658", "fullAnswer": "Twice-Told Tales" }, - { - "category": "\"B\" BRAVE", - "air_date": "2004-12-01", - "question": "It's the marine activity seen here", - "value": "$1,000", - "answer": "breaching", - "round": "Jeopardy!", - "show_number": "4658", - "fullAnswer": "breaching" - }, { "category": "LET'S GET CREATIVE", "air_date": "2004-12-01", @@ -438269,16 +415219,6 @@ "show_number": "4658", "fullAnswer": "the Mojave" }, - { - "category": "AMERICANA", - "air_date": "2004-12-01", - "question": "One of FedEx's original 13 Falcon jets from 1973 is in this Smithsonian museum; they've gone to bigger aircraft", - "value": "$400", - "answer": "National Air and Space Museum", - "round": "Double Jeopardy!", - "show_number": "4658", - "fullAnswer": "the National Air and Space Museum" - }, { "category": "SPELL-BOUND FOR BROADWAY", "air_date": "2004-12-01", @@ -438294,7 +415234,7 @@ "air_date": "2004-12-01", "question": "\"My Oberon! What visions have I seen! Methought I was enamoured of an ass\" can be heard in this play", "value": "$400", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "4658", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -438499,16 +415439,6 @@ "show_number": "4658", "fullAnswer": "Fort Leonard Wood" }, - { - "category": "AMERICANA", - "air_date": "2004-12-01", - "question": "Had the photo seen here been taken in the 1920s, these four additional letters would've appeared at the right", - "value": "$2000", - "answer": "L, A, N and D", - "round": "Double Jeopardy!", - "show_number": "4658", - "fullAnswer": "L, A, N and D" - }, { "category": "SPELL-BOUND FOR BROADWAY", "air_date": "2004-12-01", @@ -438689,16 +415619,6 @@ "show_number": "5457", "fullAnswer": "Bob Dylan" }, - { - "category": "FEED ME!", - "air_date": "2008-05-06", - "question": "For St. Patrick's Day, foodnetwork.com featured a recipe for this dish, also a Dr. Seuss title", - "value": "$600", - "answer": "green eggs & ham", - "round": "Jeopardy!", - "show_number": "5457", - "fullAnswer": "green eggs & ham" - }, { "category": "POP CULTURE", "air_date": "2008-05-06", @@ -438739,16 +415659,6 @@ "show_number": "5457", "fullAnswer": "computer science" }, - { - "category": "PEOPLE IN THE NEWS", - "air_date": "2008-05-06", - "question": "Lawyers took to the streets after the suspension Iftikhar Chaudhry, chief justice of this country", - "value": "$800", - "answer": "Pakistan", - "round": "Jeopardy!", - "show_number": "5457", - "fullAnswer": "Pakistan" - }, { "category": "FEED ME!", "air_date": "2008-05-06", @@ -438849,16 +415759,6 @@ "show_number": "5457", "fullAnswer": "cheese" }, - { - "category": "INDIANA JONES", - "air_date": "2008-05-06", - "question": "In 2008 this actor returned, fedora & all, in \"Indiana Jones and the Kingdom of the Crystal Skull\"", - "value": "$400", - "answer": "Harrison Ford", - "round": "Double Jeopardy!", - "show_number": "5457", - "fullAnswer": "Harrison Ford" - }, { "category": "LESSER-KNOWN NAMES", "air_date": "2008-05-06", @@ -438969,16 +415869,6 @@ "show_number": "5457", "fullAnswer": "Oshkosh" }, - { - "category": "INDIANA JONES", - "air_date": "2008-05-06", - "question": "(Jimmy of the Clue Crew reports from Skywalker Ranch in San Francisco.) I'm at Skywalker Ranch with the Zeppelin on which Indiana Jones took a journey in this installment of his adventures", - "value": "$1200", - "answer": "Indiana Jones and the Last Crusade", - "round": "Double Jeopardy!", - "show_number": "5457", - "fullAnswer": "Indiana Jones and the Last Crusade" - }, { "category": "LESSER-KNOWN NAMES", "air_date": "2008-05-06", @@ -438994,7 +415884,7 @@ "air_date": "2008-05-06", "question": "At the end of this Ibsen play, Nora Helmer claims her independence & walks out on her family", "value": "$1200", - "answer": "Doll\\'s House", + "answer": "Doll's House", "round": "Double Jeopardy!", "show_number": "5457", "fullAnswer": "A Doll\\'s House" @@ -439089,16 +415979,6 @@ "show_number": "5457", "fullAnswer": "(Frank Lloyd) Wright" }, - { - "category": "INDIANA JONES", - "air_date": "2008-05-06", - "question": "(Sarah of the Clue Crew reports from Skywalker Ranch in San Francisco.) In \"The Temple of Doom\", Indy Jones discovered that this Indian cult that worshiped Kali had stolen 3 of the magical stones", - "value": "$2000", - "answer": "Thugee", - "round": "Double Jeopardy!", - "show_number": "5457", - "fullAnswer": "Thugee" - }, { "category": "LESSER-KNOWN NAMES", "air_date": "2008-05-06", @@ -439714,7 +416594,7 @@ "air_date": "2001-04-06", "question": "Truffaut's \"The 400 Blows\" & the Talking Heads' \"Psycho Killer\" were both part of movements named this", "value": null, - "answer": "\\New Wave\\ ", + "answer": "New Wave ", "round": "Final Jeopardy!", "show_number": "3830", "fullAnswer": "\\\"New Wave\\\" (\\\"Nouvelle Vague\\\")" @@ -439744,21 +416624,11 @@ "air_date": "2011-05-04", "question": "In 1994 it began boasting of \"billions and billions served\"", "value": "$200", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "6143", "fullAnswer": "McDonald\\'s" }, - { - "category": "SHOW & TELL", - "air_date": "2011-05-04", - "question": "This artist headed to Tahiti in 1891 and soon painted the work seen here", - "value": "$200", - "answer": "Gauguin", - "round": "Jeopardy!", - "show_number": "6143", - "fullAnswer": "(Paul) Gauguin" - }, { "category": "JOB DESCRIPTION", "air_date": "2011-05-04", @@ -439809,16 +416679,6 @@ "show_number": "6143", "fullAnswer": "seven billion" }, - { - "category": "SHOW & TELL", - "air_date": "2011-05-04", - "question": "The valuable culinary substance seen here is produced by this 8-letter fish", - "value": "$400", - "answer": "sturgeon", - "round": "Jeopardy!", - "show_number": "6143", - "fullAnswer": "sturgeon" - }, { "category": "JOB DESCRIPTION", "air_date": "2011-05-04", @@ -439869,16 +416729,6 @@ "show_number": "6143", "fullAnswer": "(John D.) Rockefeller" }, - { - "category": "SHOW & TELL", - "air_date": "2011-05-04", - "question": "Prince Llewellyn's livery colors are used on the flag of this UK country", - "value": "$600", - "answer": "Wales", - "round": "Jeopardy!", - "show_number": "6143", - "fullAnswer": "Wales" - }, { "category": "JOB DESCRIPTION", "air_date": "2011-05-04", @@ -439929,16 +416779,6 @@ "show_number": "6143", "fullAnswer": "light years" }, - { - "category": "SHOW & TELL", - "air_date": "2011-05-04", - "question": "This dog's coat protects it from frigid temperatures", - "value": "$800", - "answer": "Afghan", - "round": "Jeopardy!", - "show_number": "6143", - "fullAnswer": "Afghan" - }, { "category": "JOB DESCRIPTION", "air_date": "2011-05-04", @@ -439989,16 +416829,6 @@ "show_number": "6143", "fullAnswer": "bacteria" }, - { - "category": "SHOW & TELL", - "air_date": "2011-05-04", - "question": "The name of this wedge-shaped piece in an arch signifies its place of importance", - "value": "$1000", - "answer": "keystone", - "round": "Jeopardy!", - "show_number": "6143", - "fullAnswer": "keystone" - }, { "category": "JOB DESCRIPTION", "air_date": "2011-05-04", @@ -440084,7 +416914,7 @@ "air_date": "2011-05-04", "question": "On May 19, 1910 a headline read, this \"brushes earth with its tail\"", "value": "$800", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Double Jeopardy!", "show_number": "6143", "fullAnswer": "Halley\\'s Comet" @@ -440094,7 +416924,7 @@ "air_date": "2011-05-04", "question": "Nabokov is namechecked in this Police song about a nervous teacher", "value": "$800", - "answer": "Don\\'t Stand So Close To Me", + "answer": "Don't Stand So Close To Me", "round": "Double Jeopardy!", "show_number": "6143", "fullAnswer": "\"Don\\'t Stand So Close To Me\"" @@ -440159,16 +416989,6 @@ "show_number": "6143", "fullAnswer": "ABBA" }, - { - "category": "SISTER CITIES", - "air_date": "2011-05-04", - "question": "(Kelly of the Clue Crew stands in front of the Sydney Opera House and Harbour Bridge in Sydney, Australia) In less than 13 and a half hours, Qantas flies direct from Sydney, the home of the Harbour Bridge, to this U.S. sister city that also has a famous bridge", - "value": "$1200", - "answer": "San Francisco", - "round": "Double Jeopardy!", - "show_number": "6143", - "fullAnswer": "San Francisco" - }, { "category": "DO ASK", "air_date": "2011-05-04", @@ -440214,7 +417034,7 @@ "air_date": "2011-05-04", "question": "The Ramones, about this title institute of learning: \"Well, I don't care about history\"", "value": "$1600", - "answer": "Rock \\'n\\' Roll High School", + "answer": "Rock 'n' Roll High School", "round": "Double Jeopardy!", "show_number": "6143", "fullAnswer": "\"Rock \\'n\\' Roll High School\"" @@ -440429,16 +417249,6 @@ "show_number": "5544", "fullAnswer": "Carnivorous" }, - { - "category": "A RATION OF FASHION", - "air_date": "2008-10-16", - "question": "It seems to be the hardest word for this garment seen here", - "value": "$400", - "answer": "sari", - "round": "Jeopardy!", - "show_number": "5544", - "fullAnswer": "a sari" - }, { "category": "O CAPTAIN, MY CAPTAIN", "air_date": "2008-10-16", @@ -440449,22 +417259,12 @@ "show_number": "5544", "fullAnswer": "Captain Morgan" }, - { - "category": "COUNTRIES OF THE WORLD", - "air_date": "2008-10-16", - "question": "(Kelly of the Clue Crew points to a map of Southeast Asia on the monitor.) Malaysia consists of two regions--West Malaysia, on the Malay Peninsula, & East Malaysia, which occupies the northern part of this large island", - "value": "$600", - "answer": "Borneo", - "round": "Jeopardy!", - "show_number": "5544", - "fullAnswer": "Borneo" - }, { "category": "ROLLING STONE'S 100 GREATEST GUITAR SONGS", "air_date": "2008-10-16", "question": "\"Put another dime in the jukebox, baby\" for this song, No. 89", "value": "$600", - "answer": "I Love Rock \\'N Roll", + "answer": "I Love Rock 'N Roll", "round": "Jeopardy!", "show_number": "5544", "fullAnswer": "\"I Love Rock \\'N Roll\"" @@ -440689,16 +417489,6 @@ "show_number": "5544", "fullAnswer": "Captain Kangaroo" }, - { - "category": "ART", - "air_date": "2008-10-16", - "question": "Meyer portrayed the dignity of these people, from the French for \"country\", as seen here", - "value": "$800", - "answer": "peasants", - "round": "Double Jeopardy!", - "show_number": "5544", - "fullAnswer": "peasants" - }, { "category": "POTPOURRI", "air_date": "2008-10-16", @@ -440789,16 +417579,6 @@ "show_number": "5544", "fullAnswer": "an iris" }, - { - "category": "DOUBLE TALK", - "air_date": "2008-10-16", - "question": "Let's hit the dance floor for this dance performed to the music heard here", - "value": "$1200", - "answer": "cha cha", - "round": "Double Jeopardy!", - "show_number": "5544", - "fullAnswer": "the cha cha" - }, { "category": "O CAPTAIN, MY POP CULTURE CAPTAIN", "air_date": "2008-10-16", @@ -440809,16 +417589,6 @@ "show_number": "5544", "fullAnswer": "Hill Street Blues" }, - { - "category": "ART", - "air_date": "2008-10-16", - "question": "Bocklin's \"Isle of the Dead\" exemplifies this \"ism\" that used external objects to represent ideas & emotions", - "value": "$1600", - "answer": "symbolism", - "round": "Double Jeopardy!", - "show_number": "5544", - "fullAnswer": "symbolism" - }, { "category": "POTPOURRI", "air_date": "2008-10-16", @@ -440899,26 +417669,6 @@ "show_number": "5544", "fullAnswer": "Canticle" }, - { - "category": "FLOWERS", - "air_date": "2008-10-16", - "question": "From the name of a German naturalist, they're the cut flowers seen here, also known as Veldt daisies", - "value": "$2000", - "answer": "Gerber daisies", - "round": "Double Jeopardy!", - "show_number": "5544", - "fullAnswer": "Gerber daisies" - }, - { - "category": "DOUBLE TALK", - "air_date": "2008-10-16", - "question": "James Michener called this French Polynesian island with its fabled blue lagoon \"the most beautiful in the world\"", - "value": "$2000", - "answer": "Bora-Bora", - "round": "Double Jeopardy!", - "show_number": "5544", - "fullAnswer": "Bora-Bora" - }, { "category": "O CAPTAIN, MY POP CULTURE CAPTAIN", "air_date": "2008-10-16", @@ -440939,16 +417689,6 @@ "show_number": "5544", "fullAnswer": "1864" }, - { - "category": "THIS IS CNN", - "air_date": "2010-07-28", - "question": "(I'm Bill Schneider.) I'm in CNN's Washington, D.C. bureau, one of 37 bureaus including Bangkok & Buenos Aires, but the network's heart & headquarters is still in this city", - "value": "$200", - "answer": "Atlanta, Georgia", - "round": "Jeopardy!", - "show_number": "5973", - "fullAnswer": "Atlanta, Georgia" - }, { "category": "NFL QBs OFF THE FIELD", "air_date": "2010-07-28", @@ -440999,16 +417739,6 @@ "show_number": "5973", "fullAnswer": "the Peace Corps" }, - { - "category": "THIS IS CNN", - "air_date": "2010-07-28", - "question": "In 2010, this senior political correspondent began as anchor of the Sunday show \"State of the Union\"", - "value": "$400", - "answer": "Candy Crowley", - "round": "Jeopardy!", - "show_number": "5973", - "fullAnswer": "Candy Crowley" - }, { "category": "NFL QBs OFF THE FIELD", "air_date": "2010-07-28", @@ -441119,16 +417849,6 @@ "show_number": "5973", "fullAnswer": "the Nobel Peace Prize" }, - { - "category": "THIS IS CNN", - "air_date": "2010-07-28", - "question": "(I'm Wolf Blitzer.) On June 1, 1980, when an all-news channel was a far-out idea, CNN was launched & this man's name was the first one a news anchor spoke on CNN", - "value": "$800", - "answer": "Jimmy Carter", - "round": "Jeopardy!", - "show_number": "5973", - "fullAnswer": "Jimmy Carter" - }, { "category": "NFL QBs OFF THE FIELD", "air_date": "2010-07-28", @@ -441179,16 +417899,6 @@ "show_number": "5973", "fullAnswer": "the Peace Garden State" }, - { - "category": "THIS IS CNN", - "air_date": "2010-07-28", - "question": "(I'm Suzanne Malveaux.) Hurrican Katrina brought CNN its 10th of these prestigious electronic media awards named for a banker who never saw TV", - "value": "$1000", - "answer": "Peabody Awards", - "round": "Jeopardy!", - "show_number": "5973", - "fullAnswer": "the Peabody Awards" - }, { "category": "NFL QBs OFF THE FIELD", "air_date": "2010-07-28", @@ -441279,16 +417989,6 @@ "show_number": "5973", "fullAnswer": "a bridezilla" }, - { - "category": "ANTARCTIC WILDLIFE", - "air_date": "2010-07-28", - "question": "(Sarah of the Clue Crew floats near a floe in Antarctica.) This seal here--the only type that eats warm-blooded animals--is named after a big cat due to the dark spots on its coat", - "value": "$400", - "answer": "leopard seal", - "round": "Double Jeopardy!", - "show_number": "5973", - "fullAnswer": "the leopard seal" - }, { "category": "LITERARY FIRST LINES", "air_date": "2010-07-28", @@ -441329,16 +418029,6 @@ "show_number": "5973", "fullAnswer": "a flatline" }, - { - "category": "ANTARCTIC WILDLIFE", - "air_date": "2010-07-28", - "question": "(Sarah of the Clue Crew goes hunting for killer whales in Antarctica.) One of the most spectacular features of the male orca, or killer whale, is this stabilizing fin; from the Latin for \"of the back\", it can be 6 feet in height", - "value": "$800", - "answer": "dorsal fin", - "round": "Double Jeopardy!", - "show_number": "5973", - "fullAnswer": "the dorsal fin" - }, { "category": "LITERARY FIRST LINES", "air_date": "2010-07-28", @@ -441379,16 +418069,6 @@ "show_number": "5973", "fullAnswer": "a regifter" }, - { - "category": "ANTARCTIC WILDLIFE", - "air_date": "2010-07-28", - "question": "(Lisa Trotter reports from Antarctica.) Frigid Antarctic water is full of dissolved oxygen; it circulates through ice fish so they don't need this oxygen-carrying pigment, making them nearly colorless", - "value": "$1200", - "answer": "hemoglobin", - "round": "Double Jeopardy!", - "show_number": "5973", - "fullAnswer": "hemoglobin" - }, { "category": "LITERARY FIRST LINES", "air_date": "2010-07-28", @@ -441439,16 +418119,6 @@ "show_number": "5973", "fullAnswer": "the blogosphere" }, - { - "category": "ANTARCTIC WILDLIFE", - "air_date": "2010-07-28", - "question": "(Sarah of the Clue Crew reports from Antarctica.) The Antarctic is home to several species of petrels, named perhaps because their habit of flying close to the water's surface is reminiscent of this apostle, who tried to walk on water with Jesus", - "value": "$3,000", - "answer": "Peter", - "round": "Double Jeopardy!", - "show_number": "5973", - "fullAnswer": "Peter" - }, { "category": "LITERARY FIRST LINES", "air_date": "2010-07-28", @@ -441499,16 +418169,6 @@ "show_number": "5973", "fullAnswer": "reggaeton" }, - { - "category": "ANTARCTIC WILDLIFE", - "air_date": "2010-07-28", - "question": "(Tom Ritchie reports from Antarctica.) The stubby bill & white eye ring are ways to recognize this penguin species that French explorer Jules Dumont d'Urville named after his wife", - "value": "$2000", - "answer": "Adelie penguin", - "round": "Double Jeopardy!", - "show_number": "5973", - "fullAnswer": "the Adelie penguin" - }, { "category": "RELIGION", "air_date": "2010-07-28", @@ -441864,7 +418524,7 @@ "air_date": "2006-05-26", "question": "In 2006 a judge shook his finger at Anna Ayala & gave her 9 years in prison for lying about this fast food chain's chili", "value": "$400", - "answer": "Wendy\\'s", + "answer": "Wendy's", "round": "Double Jeopardy!", "show_number": "5010", "fullAnswer": "Wendy\\'s" @@ -441879,16 +418539,6 @@ "show_number": "5010", "fullAnswer": "DiMaggio" }, - { - "category": "THE HUMAN BODY", - "air_date": "2006-05-26", - "question": "(Jon of the Clue Crew demonstrates writing with a pen.) It's thought that lefties that hold pens like righties--not hooked--are contralateral--controlled by the right one of these", - "value": "$800", - "answer": "hemisphere of the brain", - "round": "Double Jeopardy!", - "show_number": "5010", - "fullAnswer": "hemisphere of the brain" - }, { "category": "SHAKESPEARE'S FILMS", "air_date": "2006-05-26", @@ -441919,16 +418569,6 @@ "show_number": "5010", "fullAnswer": "heyday" }, - { - "category": "SINNERS", - "air_date": "2006-05-26", - "question": "(Cheryl of the Clue Crew stands in front of the 16th St. Baptist Church in Birmingham, AL.) In 2002, Bobby Frank Cherry, a member of this group, was the last suspect to be convicted for the bombing of this very church in 1963", - "value": "$800", - "answer": "Ku Klux Klan", - "round": "Double Jeopardy!", - "show_number": "5010", - "fullAnswer": "the Ku Klux Klan" - }, { "category": "\"D\" MEN", "air_date": "2006-05-26", @@ -442184,7 +418824,7 @@ "air_date": "2001-02-19", "question": "Emily, sobbing, tells Jonas Teri wants her to plead guilty; Jonas starts singing this 1988 Bobby McFerrin hit", "value": "$100", - "answer": "Don\\'t Worry, Be Happy", + "answer": "Don't Worry, Be Happy", "round": "Jeopardy!", "show_number": "3796", "fullAnswer": "\"Don\\'t Worry, Be Happy\"" @@ -442384,7 +419024,7 @@ "air_date": "2001-02-19", "question": "This sitcom was based on the Pulitzer Prize-winning columns by humorist Dave Barry", "value": "$500", - "answer": "Dave\\'s World", + "answer": "Dave's World", "round": "Jeopardy!", "show_number": "3796", "fullAnswer": "Dave\\'s World" @@ -442669,16 +419309,6 @@ "show_number": "3796", "fullAnswer": "6 (11, 12, 14, 15, 16 & 17)" }, - { - "category": "HERE'S THE PREZ", - "air_date": "2005-11-03", - "question": "Despite this prez's efforts, he couldn't get over his Depression", - "value": "$200", - "answer": "Hoover", - "round": "Jeopardy!", - "show_number": "4864", - "fullAnswer": "Hoover" - }, { "category": "BASKETBALL", "air_date": "2005-11-03", @@ -442694,7 +419324,7 @@ "air_date": "2005-11-03", "question": "In 1946 Chicago maitre d' Frank Brown posed for this rice brand's trademark picture", "value": "$200", - "answer": "Uncle Ben\\'s", + "answer": "Uncle Ben's", "round": "Jeopardy!", "show_number": "4864", "fullAnswer": "Uncle Ben\\'s" @@ -442729,26 +419359,6 @@ "show_number": "4864", "fullAnswer": "the apple cart" }, - { - "category": "HERE'S THE PREZ", - "air_date": "2005-11-03", - "question": "He was Mr. Big when he occupied the White House", - "value": "$400", - "answer": "Taft", - "round": "Jeopardy!", - "show_number": "4864", - "fullAnswer": "Taft" - }, - { - "category": "BASKETBALL", - "air_date": "2005-11-03", - "question": "(Hi. I'm Bill Walton.) In 1974 this team that now plays its home games in the Rose Garden made me the No. 1 overall pick in the NBA draft", - "value": "$400", - "answer": "Portland Trail Blazers", - "round": "Jeopardy!", - "show_number": "4864", - "fullAnswer": "the Portland Trail Blazers" - }, { "category": "COMPANY SYMBOLS", "air_date": "2005-11-03", @@ -442789,16 +419399,6 @@ "show_number": "4864", "fullAnswer": "cartilage" }, - { - "category": "HERE'S THE PREZ", - "air_date": "2005-11-03", - "question": "Died in his first term", - "value": "$600", - "answer": "Harding", - "round": "Jeopardy!", - "show_number": "4864", - "fullAnswer": "Harding" - }, { "category": "BASKETBALL", "air_date": "2005-11-03", @@ -442814,7 +419414,7 @@ "air_date": "2005-11-03", "question": "In the '20s the Minnesota Cooperative Creameries Assn. added an Indian maiden to this butter brand logo", "value": "$600", - "answer": "Land o\\' Lakes", + "answer": "Land o' Lakes", "round": "Jeopardy!", "show_number": "4864", "fullAnswer": "Land o\\' Lakes" @@ -442849,16 +419449,6 @@ "show_number": "4864", "fullAnswer": "carte blanche" }, - { - "category": "HERE'S THE PREZ", - "air_date": "2005-11-03", - "question": "One of the first four", - "value": "$800", - "answer": "John Adams", - "round": "Jeopardy!", - "show_number": "4864", - "fullAnswer": "John Adams" - }, { "category": "BASKETBALL", "air_date": "2005-11-03", @@ -442909,16 +419499,6 @@ "show_number": "4864", "fullAnswer": "a cartel" }, - { - "category": "HERE'S THE PREZ", - "air_date": "2005-11-03", - "question": "He's the big Whig seen here", - "value": "$1000", - "answer": "Zachary Taylor", - "round": "Jeopardy!", - "show_number": "4864", - "fullAnswer": "Zachary Taylor" - }, { "category": "BASKETBALL", "air_date": "2005-11-03", @@ -443049,16 +419629,6 @@ "show_number": "4864", "fullAnswer": "Butch Cassidy and the Sundance Kid" }, - { - "category": "ALL ABOUT AUTHORS", - "air_date": "2005-11-03", - "question": "(Sarah of the Clue Crew stands in the JFK Library & Museum.) The Kennedy Library has a fine collection of the papers & mementos of this writer, including an antelope that he shot on safari", - "value": "$800", - "answer": "Hemingway", - "round": "Double Jeopardy!", - "show_number": "4864", - "fullAnswer": "Hemingway" - }, { "category": "\"GEO\"PARDY!", "air_date": "2005-11-03", @@ -443089,26 +419659,6 @@ "show_number": "4864", "fullAnswer": "Dumbo" }, - { - "category": "BACTERIOLOGY", - "air_date": "2005-11-03", - "question": "(Cheryl of the Clue Crew holds up a small vial from inside the Smithsonian Institution.) In 1943 Selman Waksman discovered in this soil sample this, the first drug effective against tuberculosis", - "value": "$1200", - "answer": "streptomycin", - "round": "Double Jeopardy!", - "show_number": "4864", - "fullAnswer": "streptomycin" - }, - { - "category": "NAME THAT MOVIE", - "air_date": "2005-11-03", - "question": "1931:
\"Listen to them. Children of the night. What music they make\"", - "value": "$1200", - "answer": "Dracula", - "round": "Double Jeopardy!", - "show_number": "4864", - "fullAnswer": "Dracula" - }, { "category": "ALL ABOUT AUTHORS", "air_date": "2005-11-03", @@ -443159,16 +419709,6 @@ "show_number": "4864", "fullAnswer": "the jaw" }, - { - "category": "NAME THAT MOVIE", - "air_date": "2005-11-03", - "question": "1984:
\"There are simply too many notes\"", - "value": "$1600", - "answer": "Amadeus", - "round": "Double Jeopardy!", - "show_number": "4864", - "fullAnswer": "Amadeus" - }, { "category": "ALL ABOUT AUTHORS", "air_date": "2005-11-03", @@ -443209,16 +419749,6 @@ "show_number": "4864", "fullAnswer": "Sacramento" }, - { - "category": "NAME THAT MOVIE", - "air_date": "2005-11-03", - "question": "1958:
\"Help me! Help me!\"", - "value": "$2000", - "answer": "Fly", - "round": "Double Jeopardy!", - "show_number": "4864", - "fullAnswer": "The Fly" - }, { "category": "ALL ABOUT AUTHORS", "air_date": "2005-11-03", @@ -443614,7 +420144,7 @@ "air_date": "1995-11-07", "question": "1 of 2 women currently serving on the U.S. Supreme Court", "value": "$400", - "answer": "Sandra Day-O\\'Connor [or Ruth Bader Ginsburg]", + "answer": "Sandra Day-O'Connor [or Ruth Bader Ginsburg]", "round": "Double Jeopardy!", "show_number": "2572", "fullAnswer": "Sandra Day-O\\'Connor [or Ruth Bader Ginsburg]" @@ -443859,16 +420389,6 @@ "show_number": "3978", "fullAnswer": "Endless" }, - { - "category": "RACCOON", - "air_date": "2001-12-12", - "question": "Allsands.com's \"How to\" section includes how to make these popular with the Davy Crockett wannabees", - "value": "$400", - "answer": "coonskin caps", - "round": "Jeopardy!", - "show_number": "3978", - "fullAnswer": "coonskin caps" - }, { "category": "JESTERDAY", "air_date": "2001-12-12", @@ -444714,7 +421234,7 @@ "air_date": "2006-03-06", "question": "Famous 3-word reply of climber George Mallory when asked why he wanted to climb Mount Everest", "value": "$400", - "answer": "Because it\\'s there", + "answer": "Because it's there", "round": "Double Jeopardy!", "show_number": "4951", "fullAnswer": "\"Because it\\'s there\"" @@ -444829,16 +421349,6 @@ "show_number": "4951", "fullAnswer": "Sarajevo" }, - { - "category": "ANCIENT GREEK DRAMA", - "air_date": "2006-03-06", - "question": "(Cheryl of the Clue Crew reports from the ruins of the Theater of Dionysus in Athens, Greece.) The ancient Greek special effect of a deity lowered from a crane was called this, meaning \"god from the machine\"", - "value": "$1600", - "answer": "deus ex machina", - "round": "Double Jeopardy!", - "show_number": "4951", - "fullAnswer": "deus ex machina" - }, { "category": "SCREEN QUEENS", "air_date": "2006-03-06", @@ -444869,16 +421379,6 @@ "show_number": "4951", "fullAnswer": "(Oliver) Cromwell" }, - { - "category": "INTELLIGENT DESIGN", - "air_date": "2006-03-06", - "question": "Lawrence Halprin turned aging insdustrial buidlings into usable space & parkland in this city", - "value": "$1600", - "answer": "San Francisco", - "round": "Double Jeopardy!", - "show_number": "4951", - "fullAnswer": "San Francisco" - }, { "category": "\"EVO\"LUTION", "air_date": "2006-03-06", @@ -444929,16 +421429,6 @@ "show_number": "4951", "fullAnswer": "war" }, - { - "category": "INTELLIGENT DESIGN", - "air_date": "2006-03-06", - "question": "This Swedish company's baby carrier provides lumbar support & ergonomic shoulder straps for the wearer", - "value": "$2000", - "answer": "BabyBjörn", - "round": "Double Jeopardy!", - "show_number": "4951", - "fullAnswer": "BabyBjörn" - }, { "category": "\"EVO\"LUTION", "air_date": "2006-03-06", @@ -444959,16 +421449,6 @@ "show_number": "4951", "fullAnswer": "the U.S. Senate" }, - { - "category": "BEST PICTURE PICTORIAL", - "air_date": "2008-09-10", - "question": "1975:
You'd be crazy to miss this one", - "value": "$200", - "answer": "One Flew Over the Cuckoo\\'s Nest", - "round": "Jeopardy!", - "show_number": "5518", - "fullAnswer": "One Flew Over the Cuckoo\\'s Nest" - }, { "category": "WE DON'T NEED NO STINKIN' BADGERS!", "air_date": "2008-09-10", @@ -445019,16 +421499,6 @@ "show_number": "5518", "fullAnswer": "blowholes" }, - { - "category": "BEST PICTURE PICTORIAL", - "air_date": "2008-09-10", - "question": "1966:
A perennial favorite", - "value": "$400", - "answer": "Man for All Seasons", - "round": "Jeopardy!", - "show_number": "5518", - "fullAnswer": "A Man for All Seasons" - }, { "category": "WE DON'T NEED NO STINKIN' BADGERS!", "air_date": "2008-09-10", @@ -445039,16 +421509,6 @@ "show_number": "5518", "fullAnswer": "nag" }, - { - "category": "LET'S SPEAK PORTUGUESE", - "air_date": "2008-09-10", - "question": "(Sarah of the Clue Crew reads the clue in Rio de Janeiro.) Around 1900, Confeitaria Colombo was Rio's most elegant cafe, with the cream of society stopping by for cha da tarde, a spot of this", - "value": "$400", - "answer": "tea", - "round": "Jeopardy!", - "show_number": "5518", - "fullAnswer": "tea" - }, { "category": "ENGLAND", "air_date": "2008-09-10", @@ -445079,16 +421539,6 @@ "show_number": "5518", "fullAnswer": "a calf" }, - { - "category": "BEST PICTURE PICTORIAL", - "air_date": "2008-09-10", - "question": "2005:
Things must be really bad in L.A.", - "value": "$600", - "answer": "Crash", - "round": "Jeopardy!", - "show_number": "5518", - "fullAnswer": "Crash" - }, { "category": "WE DON'T NEED NO STINKIN' BADGERS!", "air_date": "2008-09-10", @@ -445104,7 +421554,7 @@ "air_date": "2008-09-10", "question": "Of \"I'm sorry\", \"Good morning\" or \"Taste this!\", what desculpe means", "value": "$600", - "answer": "I\\'m sorry", + "answer": "I'm sorry", "round": "Jeopardy!", "show_number": "5518", "fullAnswer": "I\\'m sorry" @@ -445139,16 +421589,6 @@ "show_number": "5518", "fullAnswer": "Alaska" }, - { - "category": "BEST PICTURE PICTORIAL", - "air_date": "2008-09-10", - "question": "1951:
A musical culture clash", - "value": "$800", - "answer": "American in Paris", - "round": "Jeopardy!", - "show_number": "5518", - "fullAnswer": "An American in Paris" - }, { "category": "WE DON'T NEED NO STINKIN' BADGERS!", "air_date": "2008-09-10", @@ -445159,16 +421599,6 @@ "show_number": "5518", "fullAnswer": "Yosemite" }, - { - "category": "LET'S SPEAK PORTUGUESE", - "air_date": "2008-09-10", - "question": "(Sarah of the Clue Crew examines some cloth in the market.) Feira is market, as in the Feira Hippie where I'm shopping; this day of the week is segunda-feira, or \"second market day\"", - "value": "$800", - "answer": "Monday", - "round": "Jeopardy!", - "show_number": "5518", - "fullAnswer": "Monday" - }, { "category": "ENGLAND", "air_date": "2008-09-10", @@ -445199,16 +421629,6 @@ "show_number": "5518", "fullAnswer": "a sperm whale" }, - { - "category": "BEST PICTURE PICTORIAL", - "air_date": "2008-09-10", - "question": "1985:
\"I had a farm...\"", - "value": "$1000", - "answer": "Out of Africa", - "round": "Jeopardy!", - "show_number": "5518", - "fullAnswer": "Out of Africa" - }, { "category": "WE DON'T NEED NO STINKIN' BADGERS!", "air_date": "2008-09-10", @@ -445409,26 +421829,6 @@ "show_number": "5518", "fullAnswer": "Prince Caspian" }, - { - "category": "ROYAL WOMEN", - "air_date": "2008-09-10", - "question": "Seen here is the long-serving Queen Sirikit of this country", - "value": "$1200", - "answer": "Thailand", - "round": "Double Jeopardy!", - "show_number": "5518", - "fullAnswer": "Thailand" - }, - { - "category": "STATE FLAGS", - "air_date": "2008-09-10", - "question": "If you know South Carolina's state nickname, you can identify this state tree in the center of its flag", - "value": "$4,000", - "answer": "palmetto", - "round": "Double Jeopardy!", - "show_number": "5518", - "fullAnswer": "the palmetto" - }, { "category": "MIDDLE \"C\"", "air_date": "2008-09-10", @@ -445989,16 +422389,6 @@ "show_number": "2821", "fullAnswer": "crown" }, - { - "category": "MEN OF NOTE", - "air_date": "1996-12-02", - "question": "Country singer married to the actress seen here:", - "value": "$500", - "answer": "Clint Black", - "round": "Double Jeopardy!", - "show_number": "2821", - "fullAnswer": "Clint Black" - }, { "category": "MOUNTAINS", "air_date": "1996-12-02", @@ -446199,16 +422589,6 @@ "show_number": "3127", "fullAnswer": "Golda Meir" }, - { - "category": "CLASSIC GAME SHOW THEMES", - "air_date": "1998-03-17", - "question": "[theme music]", - "value": "$100", - "answer": "Newlywed Game", - "round": "Jeopardy!", - "show_number": "3127", - "fullAnswer": "The Newlywed Game" - }, { "category": "ANIMAL CLICHES", "air_date": "1998-03-17", @@ -446259,16 +422639,6 @@ "show_number": "3127", "fullAnswer": "Theodore Roosevelt" }, - { - "category": "CLASSIC GAME SHOW THEMES", - "air_date": "1998-03-17", - "question": "[theme music]", - "value": "$200", - "answer": "Family Feud", - "round": "Jeopardy!", - "show_number": "3127", - "fullAnswer": "Family Feud" - }, { "category": "ANIMAL CLICHES", "air_date": "1998-03-17", @@ -446319,22 +422689,12 @@ "show_number": "3127", "fullAnswer": "Charlie Brown" }, - { - "category": "CLASSIC GAME SHOW THEMES", - "air_date": "1998-03-17", - "question": "[theme music]", - "value": "$300", - "answer": "Dating Game", - "round": "Jeopardy!", - "show_number": "3127", - "fullAnswer": "The Dating Game" - }, { "category": "ANIMAL CLICHES", "air_date": "1998-03-17", "question": "Someone who feigns innocence but has evil intentions is \"A Wolf in\" this odd attire", "value": "$300", - "answer": "sheep\\'s clothing", + "answer": "sheep's clothing", "round": "Jeopardy!", "show_number": "3127", "fullAnswer": "sheep\\'s clothing" @@ -446364,7 +422724,7 @@ "air_date": "1998-03-17", "question": "Talk show O'Hosts include Rosie O'Donnell & this woman who's been seen \"in person\" on \"Extra\"", "value": "$400", - "answer": "Maureen O\\'Boyle", + "answer": "Maureen O'Boyle", "round": "Jeopardy!", "show_number": "3127", "fullAnswer": "Maureen O\\'Boyle" @@ -446379,16 +422739,6 @@ "show_number": "3127", "fullAnswer": "Boston" }, - { - "category": "CLASSIC GAME SHOW THEMES", - "air_date": "1998-03-17", - "question": "[theme music]", - "value": "$400", - "answer": "$10,000 (or $20,000, or $100,000) Pyramid", - "round": "Jeopardy!", - "show_number": "3127", - "fullAnswer": "The $10,000 (or $20,000, or $100,000) Pyramid" - }, { "category": "ANIMAL CLICHES", "air_date": "1998-03-17", @@ -446409,16 +422759,6 @@ "show_number": "3127", "fullAnswer": "volleyball" }, - { - "category": "IN THE NIGHT", - "air_date": "1998-03-17", - "question": "Van Gogh painted this work, seen here, with candles stuck in his hatband", - "value": "$1,200", - "answer": "Starry Night", - "round": "Jeopardy!", - "show_number": "3127", - "fullAnswer": "Starry Night" - }, { "category": "IRISH AMERICANS", "air_date": "1998-03-17", @@ -446439,16 +422779,6 @@ "show_number": "3127", "fullAnswer": "a mimeograph" }, - { - "category": "CLASSIC GAME SHOW THEMES", - "air_date": "1998-03-17", - "question": "[theme music]", - "value": "$500", - "answer": "original Jeopardy! theme", - "round": "Jeopardy!", - "show_number": "3127", - "fullAnswer": "the original Jeopardy! theme" - }, { "category": "ANIMAL CLICHES", "air_date": "1998-03-17", @@ -446474,7 +422804,7 @@ "air_date": "1998-03-17", "question": "Every year on this night, Spaniards eat 12 grapes as the clock strikes midnight", "value": "$500", - "answer": "New Year\\'s Eve", + "answer": "New Year's Eve", "round": "Jeopardy!", "show_number": "3127", "fullAnswer": "New Year\\'s Eve" @@ -446544,7 +422874,7 @@ "air_date": "1998-03-17", "question": "When Ryan O'Neal apologizes to Barbra Streisand in \"What's Up, Doc?\" she quotes this line from \"Love Story\"", "value": "$400", - "answer": "Love means never having to say you\\'re sorry", + "answer": "Love means never having to say you're sorry", "round": "Double Jeopardy!", "show_number": "3127", "fullAnswer": "\"Love means never having to say you\\'re sorry\"" @@ -446669,16 +422999,6 @@ "show_number": "3127", "fullAnswer": "Juliet" }, - { - "category": "COLUMNISTS", - "air_date": "1998-03-17", - "question": "No hints. The columnist seen here", - "value": "$2,000", - "answer": "Heloise", - "round": "Double Jeopardy!", - "show_number": "3127", - "fullAnswer": "Heloise" - }, { "category": "THE ARTS", "air_date": "1998-03-17", @@ -446959,16 +423279,6 @@ "show_number": "4141", "fullAnswer": "Beijing" }, - { - "category": "U.S. UNIVERSITIES", - "air_date": "2002-09-09", - "question": "(Hi. I'm Mark Cuban, entrepreneur and owner of the Dallas Mavericks.) I dreamed up broadcast.com when I wanted to watch this Bloomington school's basketball team", - "value": "$800", - "answer": "University of Indiana", - "round": "Jeopardy!", - "show_number": "4141", - "fullAnswer": "the University of Indiana" - }, { "category": "THE 74th ACADEMY AWARDS", "air_date": "2002-09-09", @@ -447069,16 +423379,6 @@ "show_number": "4141", "fullAnswer": "Cyrillic" }, - { - "category": "HAIL TO THE CHIEF", - "air_date": "2002-09-09", - "question": "(Sofia is at Fort McHanry in Baltimore.) In 1948 he issued a proclamation that the flag fly over Fort McHenry 24 hours a day, as a perpetual symbol of our patriotism", - "value": "$400", - "answer": "Truman", - "round": "Double Jeopardy!", - "show_number": "4141", - "fullAnswer": "Truman" - }, { "category": "ALL ABOUT FOOTBALL", "air_date": "2002-09-09", @@ -447129,16 +423429,6 @@ "show_number": "4141", "fullAnswer": "denim" }, - { - "category": "HAIL TO THE CHIEF", - "air_date": "2002-09-09", - "question": "(Jimmy of the Clue Crew reports from Cincinnati.) Born in this room, he was big for his age as a baby; he weighed 220 in college and 300-plus in the White House", - "value": "$800", - "answer": "Taft", - "round": "Double Jeopardy!", - "show_number": "4141", - "fullAnswer": "Taft" - }, { "category": "ALL ABOUT FOOTBALL", "air_date": "2002-09-09", @@ -447209,26 +423499,6 @@ "show_number": "4141", "fullAnswer": "the San Francisco 49ers" }, - { - "category": "UNREAL ESTATE", - "air_date": "2002-09-09", - "question": "www.pemberley.com is a website for fans of this author, because Pemberley was the name of Mr. Darcy's estate", - "value": "$1200", - "answer": "Jane Austen", - "round": "Double Jeopardy!", - "show_number": "4141", - "fullAnswer": "Jane Austen" - }, - { - "category": "OH, HELL!", - "air_date": "2002-09-09", - "question": "(Hi. I'm Kevin Cronin of REO Speedwagon.) In 2001 we toured with this band whose name comes from a river in Hades & who sang \"Come Sail Away\"", - "value": "$1200", - "answer": "Styx", - "round": "Double Jeopardy!", - "show_number": "4141", - "fullAnswer": "Styx" - }, { "category": "BOTANY", "air_date": "2002-09-09", @@ -447249,26 +423519,6 @@ "show_number": "4141", "fullAnswer": "suede" }, - { - "category": "HAIL TO THE CHIEF", - "air_date": "2002-09-09", - "question": "This president seen here was 65 years old when he took office in 1857", - "value": "$1600", - "answer": "Buchanan", - "round": "Double Jeopardy!", - "show_number": "4141", - "fullAnswer": "(James) Buchanan" - }, - { - "category": "ALL ABOUT FOOTBALL", - "air_date": "2002-09-09", - "question": "(Hi. I'm Jerome Bettis, running back for the Pittsburgh Steelers.) In 1997 I became the first Steeler since this man to win the Steelers' MVP award 2 years in a row", - "value": "$1600", - "answer": "Terry Bradshaw", - "round": "Double Jeopardy!", - "show_number": "4141", - "fullAnswer": "Terry Bradshaw" - }, { "category": "UNREAL ESTATE", "air_date": "2002-09-09", @@ -447934,7 +424184,7 @@ "air_date": "2002-12-24", "question": "In \"My Favorite Year\" he wails, \"I'm not an actor, I'm a movie star!\"", "value": "$2000", - "answer": "Peter O\\'Toole", + "answer": "Peter O'Toole", "round": "Double Jeopardy!", "show_number": "4217", "fullAnswer": "Peter O\\'Toole" @@ -447989,16 +424239,6 @@ "show_number": "5958", "fullAnswer": "South America" }, - { - "category": "WHAT'S FOR LUNCH?", - "air_date": "2010-07-07", - "question": "Just for you, a serving of this layered Italian dish seen here", - "value": "$200", - "answer": "Lasagna", - "round": "Jeopardy!", - "show_number": "5958", - "fullAnswer": "Lasagna" - }, { "category": "TOYS & GAMES", "air_date": "2010-07-07", @@ -448319,16 +424559,6 @@ "show_number": "5958", "fullAnswer": "an earthworm" }, - { - "category": "NATIONAL GEOGRAPHIC KIDS", - "air_date": "2010-07-07", - "question": "The photo seen here ran to coincide with an exhibit on the terra-cotta warriors of this country", - "value": "$400", - "answer": "China", - "round": "Double Jeopardy!", - "show_number": "5958", - "fullAnswer": "China" - }, { "category": "EXCEPTIONAL WORDS", "air_date": "2010-07-07", @@ -448379,16 +424609,6 @@ "show_number": "5958", "fullAnswer": "hook" }, - { - "category": "NATIONAL GEOGRAPHIC KIDS", - "air_date": "2010-07-07", - "question": "There's a break in the case of this young king's death: he had a broken leg that could have gotten infected", - "value": "$800", - "answer": "King Tut", - "round": "Double Jeopardy!", - "show_number": "5958", - "fullAnswer": "King Tut" - }, { "category": "EXCEPTIONAL WORDS", "air_date": "2010-07-07", @@ -448439,16 +424659,6 @@ "show_number": "5958", "fullAnswer": "a Diary" }, - { - "category": "NATIONAL GEOGRAPHIC KIDS", - "air_date": "2010-07-07", - "question": "A 2010 cover story shows just how smart & even verbal this species of dolphin is", - "value": "$1200", - "answer": "bottlenose", - "round": "Double Jeopardy!", - "show_number": "5958", - "fullAnswer": "the bottlenose" - }, { "category": "EXCEPTIONAL WORDS", "air_date": "2010-07-07", @@ -448499,16 +424709,6 @@ "show_number": "5958", "fullAnswer": "an inchworm" }, - { - "category": "NATIONAL GEOGRAPHIC KIDS", - "air_date": "2010-07-07", - "question": "The lion seen here is from this desert in southern Africa, where they, very sensibly, do most of their hunting at night", - "value": "$1600", - "answer": "Kalahari", - "round": "Double Jeopardy!", - "show_number": "5958", - "fullAnswer": "the Kalahari" - }, { "category": "U.S. PRESIDENTS", "air_date": "2010-07-07", @@ -448549,16 +424749,6 @@ "show_number": "5958", "fullAnswer": "Cleopatra" }, - { - "category": "NATIONAL GEOGRAPHIC KIDS", - "air_date": "2010-07-07", - "question": "The photo here was taken in a national park; the distinctive trees are named for this biblical man", - "value": "$2000", - "answer": "Joshua", - "round": "Double Jeopardy!", - "show_number": "5958", - "fullAnswer": "Joshua" - }, { "category": "GEOGRAPHY", "air_date": "2010-07-07", @@ -448609,16 +424799,6 @@ "show_number": "3909", "fullAnswer": "Armenian" }, - { - "category": "THIS LOOKS LIKE A GOOD SPOT", - "air_date": "2001-09-06", - "question": "It's the serpentine name for the roll seen here", - "value": "$100", - "answer": "snake eyes", - "round": "Jeopardy!", - "show_number": "3909", - "fullAnswer": "snake eyes" - }, { "category": "PULL \"OVER\"", "air_date": "2001-09-06", @@ -448669,16 +424849,6 @@ "show_number": "3909", "fullAnswer": "French Lick" }, - { - "category": "THIS LOOKS LIKE A GOOD SPOT", - "air_date": "2001-09-06", - "question": "This critter seen here may not be able to change its spots, but we can", - "value": "$200", - "answer": "leopard", - "round": "Jeopardy!", - "show_number": "3909", - "fullAnswer": "a leopard" - }, { "category": "PULL \"OVER\"", "air_date": "2001-09-06", @@ -448729,26 +424899,6 @@ "show_number": "3909", "fullAnswer": "Chicano" }, - { - "category": "THIS LOOKS LIKE A GOOD SPOT", - "air_date": "2001-09-06", - "question": "This variety of peas seen here can really hit the spot", - "value": "$300", - "answer": "black-eyed pea", - "round": "Jeopardy!", - "show_number": "3909", - "fullAnswer": "black-eyed pea" - }, - { - "category": "PULL \"OVER\"", - "air_date": "2001-09-06", - "question": "It's the fortuitous farm fashion featured here", - "value": "$300", - "answer": "overalls", - "round": "Jeopardy!", - "show_number": "3909", - "fullAnswer": "overalls" - }, { "category": "AS QUOTED IN NEWSWEEK", "air_date": "2001-09-06", @@ -448789,16 +424939,6 @@ "show_number": "3909", "fullAnswer": "Ich bin ein Vienner" }, - { - "category": "THIS LOOKS LIKE A GOOD SPOT", - "air_date": "2001-09-06", - "question": "By Jove! A close-up of the surface of this planet is seen here", - "value": "$400", - "answer": "Jupiter", - "round": "Jeopardy!", - "show_number": "3909", - "fullAnswer": "Jupiter" - }, { "category": "PULL \"OVER\"", "air_date": "2001-09-06", @@ -448849,16 +424989,6 @@ "show_number": "3909", "fullAnswer": "New Castle" }, - { - "category": "THIS LOOKS LIKE A GOOD SPOT", - "air_date": "2001-09-06", - "question": "The creature seen here can give you this spotted disease", - "value": "$500", - "answer": "Rocky Mountain spotted fever", - "round": "Jeopardy!", - "show_number": "3909", - "fullAnswer": "Rocky Mountain spotted fever" - }, { "category": "PULL \"OVER\"", "air_date": "2001-09-06", @@ -448929,16 +425059,6 @@ "show_number": "3909", "fullAnswer": "Oklahoma!" }, - { - "category": "OHIO", - "air_date": "2001-09-06", - "question": "It's the product made by Longaberger, the Ohio-based company whose headquarters is seen here", - "value": "$400", - "answer": "baskets ", - "round": "Double Jeopardy!", - "show_number": "3909", - "fullAnswer": "baskets (picnic baskets accepted)" - }, { "category": "THE LAST AMERICAN TO WIN THE GOLD", "air_date": "2001-09-06", @@ -449169,16 +425289,6 @@ "show_number": "3909", "fullAnswer": "Sunday in the Park with George" }, - { - "category": "HISTORIC NAMES", - "air_date": "2001-09-06", - "question": "In 1978, Congress restored U.S. citizenship to this man seen here", - "value": null, - "answer": "Jefferson Davis", - "round": "Final Jeopardy!", - "show_number": "3909", - "fullAnswer": "Jefferson Davis" - }, { "category": "THE LAST BOY SCOUT", "air_date": "2002-10-21", @@ -449869,16 +425979,6 @@ "show_number": "5781", "fullAnswer": "The Fast and the Furious" }, - { - "category": "iPHONE APPS", - "air_date": "2009-11-02", - "question": "Don't know the name of a song? Use Midomi or this app, whose logo is seen here", - "value": "$400", - "answer": "Shazam", - "round": "Jeopardy!", - "show_number": "5781", - "fullAnswer": "Shazam" - }, { "category": "EXPLORATION", "air_date": "2009-11-02", @@ -449989,16 +426089,6 @@ "show_number": "5781", "fullAnswer": "Land of the Lost" }, - { - "category": "iPHONE APPS", - "air_date": "2009-11-02", - "question": "Lex, seen here, is the title character of this word game", - "value": "$800", - "answer": "Bookworm", - "round": "Jeopardy!", - "show_number": "5781", - "fullAnswer": "Bookworm" - }, { "category": "EXPLORATION", "air_date": "2009-11-02", @@ -450269,16 +426359,6 @@ "show_number": "5781", "fullAnswer": "Hungarian" }, - { - "category": "\"C\" CREATURES", - "air_date": "2009-11-02", - "question": "This predator seen here has been clocked at over 60 miles per hour when it hunts", - "value": "$1600", - "answer": "cheetah", - "round": "Double Jeopardy!", - "show_number": "5781", - "fullAnswer": "a cheetah" - }, { "category": "POP CULTURE", "air_date": "2009-11-02", @@ -450934,7 +427014,7 @@ "air_date": "1997-11-28", "question": "Harry Truman had this to say to people who don't bear up under criticism", "value": "$800", - "answer": "If you can\\'t stand the heat, get out of the kitchen", + "answer": "If you can't stand the heat, get out of the kitchen", "round": "Double Jeopardy!", "show_number": "3050", "fullAnswer": "\"If you can\\'t stand the heat, get out of the kitchen\"" @@ -450954,7 +427034,7 @@ "air_date": "1997-11-28", "question": "Kevin Kline chose to debut in this 1982 Meryl Streep film based on a novel", "value": "$1000", - "answer": "Sophie\\'s Choice", + "answer": "Sophie's Choice", "round": "Double Jeopardy!", "show_number": "3050", "fullAnswer": "Sophie\\'s Choice" @@ -451059,16 +427139,6 @@ "show_number": "6163", "fullAnswer": "a cigar" }, - { - "category": "SIGHTSEEING", - "air_date": "2011-06-01", - "question": "(Sarah of the Clue Crew shows us a map of southern France and Italy.) Originally referring to the Mediterranean seacoast around Genoa, this name, meaning shore, today refers to the entire stretch of land from La Spezia, Italy to Hyeres, France", - "value": "$400", - "answer": "Riviera", - "round": "Jeopardy!", - "show_number": "6163", - "fullAnswer": "the Riviera" - }, { "category": "ACTORS AS PRESIDENTS", "air_date": "2011-06-01", @@ -451379,16 +427449,6 @@ "show_number": "6163", "fullAnswer": "Gisele Bündchen" }, - { - "category": "GOOD MANORS", - "air_date": "2011-06-01", - "question": "He was born at Woolsthorpe Manor in 1642; you can still see an apple tree from his bedroom window", - "value": "$800", - "answer": "Newton", - "round": "Double Jeopardy!", - "show_number": "6163", - "fullAnswer": "Newton" - }, { "category": "\"FRIC\" OR \"FRAC\"", "air_date": "2011-06-01", @@ -451609,16 +427669,6 @@ "show_number": "6163", "fullAnswer": "Santa Fe" }, - { - "category": "BRIGHT LIGHTS, BIG CITY", - "air_date": "2010-11-24", - "question": "This city is the brightest area along the East Coast", - "value": "$200", - "answer": "New York", - "round": "Jeopardy!", - "show_number": "6028", - "fullAnswer": "New York" - }, { "category": "2010 EMMY WINNERS", "air_date": "2010-11-24", @@ -451669,16 +427719,6 @@ "show_number": "6028", "fullAnswer": "Mike" }, - { - "category": "BRIGHT LIGHTS, BIG CITY", - "air_date": "2010-11-24", - "question": "You can see the shore of this Asian capital's bay has orange sodium lamps, while the city uses green mercury lamps", - "value": "$400", - "answer": "Tokyo", - "round": "Jeopardy!", - "show_number": "6028", - "fullAnswer": "Tokyo" - }, { "category": "2010 EMMY WINNERS", "air_date": "2010-11-24", @@ -451689,16 +427729,6 @@ "show_number": "6028", "fullAnswer": "24" }, - { - "category": "ORGANIZATIONS", - "air_date": "2010-11-24", - "question": "(Former President Bill Clinton presents the clue.) My work with the first President Bush helps groups that create & carry out their own projects; a 2005 effort focused on the U.S. Gulf Coast in the wake of these 2 hurricanes", - "value": "$400", - "answer": "Katrina & Rita", - "round": "Jeopardy!", - "show_number": "6028", - "fullAnswer": "Katrina & Rita" - }, { "category": "MISSING BODY PARTS", "air_date": "2010-11-24", @@ -451729,16 +427759,6 @@ "show_number": "6028", "fullAnswer": "alike" }, - { - "category": "BRIGHT LIGHTS, BIG CITY", - "air_date": "2010-11-24", - "question": "This Great Lakes city has almost 3 million people, but the surrounding suburbs increase the population to almost 10 million", - "value": "$600", - "answer": "Chicago", - "round": "Jeopardy!", - "show_number": "6028", - "fullAnswer": "Chicago" - }, { "category": "2010 EMMY WINNERS", "air_date": "2010-11-24", @@ -451789,16 +427809,6 @@ "show_number": "6028", "fullAnswer": "a spike" }, - { - "category": "BRIGHT LIGHTS, BIG CITY", - "air_date": "2010-11-24", - "question": "The amazing variety of light colors must belong to this U.S. desert city", - "value": "$800", - "answer": "Las Vegas", - "round": "Jeopardy!", - "show_number": "6028", - "fullAnswer": "Las Vegas" - }, { "category": "2010 EMMY WINNERS", "air_date": "2010-11-24", @@ -451849,16 +427859,6 @@ "show_number": "6028", "fullAnswer": "(northern) pike" }, - { - "category": "BRIGHT LIGHTS, BIG CITY", - "air_date": "2010-11-24", - "question": "This Capital gleams on the southern shore of the Rio de la Plata", - "value": "$1000", - "answer": "Buenos Aires", - "round": "Jeopardy!", - "show_number": "6028", - "fullAnswer": "Buenos Aires" - }, { "category": "2010 EMMY WINNERS", "air_date": "2010-11-24", @@ -451909,16 +427909,6 @@ "show_number": "6028", "fullAnswer": "strike" }, - { - "category": "ISLAMIC CULTURE", - "air_date": "2010-11-24", - "question": "(Jimmy of the Clue Crew presents the clue from Jerusalem's Mayer Museum in Israel.) This chess set was made around the year 1000 in this present-day country; their king was called \"shah\" & the end of the game was \"shah mat\", our checkmate", - "value": "$400", - "answer": "Iran", - "round": "Double Jeopardy!", - "show_number": "6028", - "fullAnswer": "Iran" - }, { "category": "NBA LOGOS", "air_date": "2010-11-24", @@ -452029,16 +428019,6 @@ "show_number": "6028", "fullAnswer": "mill" }, - { - "category": "ISLAMIC CULTURE", - "air_date": "2010-11-24", - "question": "(Sarah of the Clue Crew presents the clue from the Mayer Museum in Israel.) Astronomy was just one area in which the Islamic world made great strides with devices like these navigational instruments with the same root as the word \"astronomy\"", - "value": "$1200", - "answer": "astrolabe", - "round": "Double Jeopardy!", - "show_number": "6028", - "fullAnswer": "the astrolabe" - }, { "category": "NBA LOGOS", "air_date": "2010-11-24", @@ -452909,16 +428889,6 @@ "show_number": "5687", "fullAnswer": "6" }, - { - "category": "YOU CAN'T SPELL JEOPARDY! WITHOUT PARTY!", - "air_date": "2009-05-05", - "question": "Around 11:00 P.M., we break out the card game \"authors\"; do you have any of this man seen here?", - "value": "$400", - "answer": "Mark Twain", - "round": "Jeopardy!", - "show_number": "5687", - "fullAnswer": "Mark Twain" - }, { "category": "WHAT ARE YOU AFRAID OF?", "air_date": "2009-05-05", @@ -453029,16 +428999,6 @@ "show_number": "5687", "fullAnswer": "11" }, - { - "category": "YOU CAN'T SPELL JEOPARDY! WITHOUT PARTY!", - "air_date": "2009-05-05", - "question": "We get wild with the Greek crowd when our friend Christos stuffs these leaves", - "value": "$800", - "answer": "grape leaves", - "round": "Jeopardy!", - "show_number": "5687", - "fullAnswer": "grape leaves" - }, { "category": "WHAT ARE YOU AFRAID OF?", "air_date": "2009-05-05", @@ -453279,16 +429239,6 @@ "show_number": "5687", "fullAnswer": "the Night" }, - { - "category": "LET'S GET PHYSICS-AL", - "air_date": "2009-05-05", - "question": "(Kelly of the Clue Crew shows an animated diagram on the monitor.) The distance x that a runner will cover from a standing start is given by the equation x = 1/2 at2, where t is time & a stands for this", - "value": "$1200", - "answer": "acceleration", - "round": "Double Jeopardy!", - "show_number": "5687", - "fullAnswer": "acceleration" - }, { "category": "LOOK WHAT YOU'VE WON!", "air_date": "2009-05-05", @@ -453439,16 +429389,6 @@ "show_number": "5687", "fullAnswer": "mankind" }, - { - "category": "LEGAL TERMS", - "air_date": "2008-03-03", - "question": "(Judge Maria Lopez reads the clue.) Well, I know we've all enjoyed the trial, but it looks like the jury has reached this, from the Latin for \"true speech\"", - "value": "$200", - "answer": "verdict", - "round": "Jeopardy!", - "show_number": "5411", - "fullAnswer": "a verdict" - }, { "category": "COLLEGE FOOTBALL COACHING LEGENDS", "air_date": "2008-03-03", @@ -453549,26 +429489,6 @@ "show_number": "5411", "fullAnswer": "a genie" }, - { - "category": "7-LETTER WORDS", - "air_date": "2008-03-03", - "question": "Connect the dots & name the disease seen here", - "value": "$400", - "answer": "measles", - "round": "Jeopardy!", - "show_number": "5411", - "fullAnswer": "measles" - }, - { - "category": "LEGAL TERMS", - "air_date": "2008-03-03", - "question": "(Judge David Young reads the clue.) This legal term may sound like a rich cake, but actually it refers to a civil wrong", - "value": "$600", - "answer": "tort", - "round": "Jeopardy!", - "show_number": "5411", - "fullAnswer": "a tort" - }, { "category": "COLLEGE FOOTBALL COACHING LEGENDS", "air_date": "2008-03-03", @@ -453579,16 +429499,6 @@ "show_number": "5411", "fullAnswer": "(University of) Nebraska" }, - { - "category": "COOL CARS", - "air_date": "2008-03-03", - "question": "(Sarah of the Clue Crew reads the clue from inside a car.) This vehicle is the only still-existing 1970 Boss 429 Lawman type of this \"pony\" car", - "value": "$600", - "answer": "Mustang", - "round": "Jeopardy!", - "show_number": "5411", - "fullAnswer": "a Mustang" - }, { "category": "JESUS", "air_date": "2008-03-03", @@ -453679,16 +429589,6 @@ "show_number": "5411", "fullAnswer": "cobbler" }, - { - "category": "LEGAL TERMS", - "air_date": "2008-03-03", - "question": "(Judge Hatchett reads the clue.) Your parrot got loose & pecked your neighbor so severely that you are charged with this type of negligence, likely to result in grave injury", - "value": "$1000", - "answer": "gross negligence", - "round": "Jeopardy!", - "show_number": "5411", - "fullAnswer": "gross negligence" - }, { "category": "COLLEGE FOOTBALL COACHING LEGENDS", "air_date": "2008-03-03", @@ -453709,16 +429609,6 @@ "show_number": "5411", "fullAnswer": "Honda" }, - { - "category": "JESUS", - "air_date": "2008-03-03", - "question": "(Kelly of the Clue Crew indicates a symbol on the monitor.) A symbol used as a monogram of Jesus Christ is formed by superimposing these two Greek letters, which come from Christ's name", - "value": "$1000", - "answer": "chi & rho", - "round": "Jeopardy!", - "show_number": "5411", - "fullAnswer": "chi & rho" - }, { "category": "HODGEPODGE", "air_date": "2008-03-03", @@ -453964,7 +429854,7 @@ "air_date": "2008-03-03", "question": "This type of flower with a round head has a name that sounds like it's only for single men", "value": "$1600", - "answer": "bachelor\\'s button", + "answer": "bachelor's button", "round": "Double Jeopardy!", "show_number": "5411", "fullAnswer": "a bachelor\\'s button" @@ -454644,7 +430534,7 @@ "air_date": "2003-02-12", "question": "The name of this Jewish service organization means \"children of the covenant\" in Hebrew", "value": "$2000", - "answer": "B\\'nai Brith", + "answer": "B'nai Brith", "round": "Double Jeopardy!", "show_number": "4253", "fullAnswer": "B\\'nai Brith" @@ -454989,16 +430879,6 @@ "show_number": "5197", "fullAnswer": "The Magic Flute" }, - { - "category": "VIDEOPOURRI", - "air_date": "2007-03-27", - "question": "Famous title of the divine coming-ashore party seen here", - "value": "$400", - "answer": "Birth of Venus", - "round": "Double Jeopardy!", - "show_number": "5197", - "fullAnswer": "The Birth of Venus" - }, { "category": "POETS & POETRY", "air_date": "2007-03-27", @@ -455029,16 +430909,6 @@ "show_number": "5197", "fullAnswer": "Grand Rapids" }, - { - "category": "3-LETTER WORDS", - "air_date": "2007-03-27", - "question": "(Sarah of the Clue Crew holds a peanut in her hand.) A peanut is more \"pea\" than \"nut\": it's actually a legume; the nuts are seeds and the shell is properly called this", - "value": "$800", - "answer": "pod", - "round": "Double Jeopardy!", - "show_number": "5197", - "fullAnswer": "a pod" - }, { "category": "OPERA IN OTHER WORDS", "air_date": "2007-03-27", @@ -455049,16 +430919,6 @@ "show_number": "5197", "fullAnswer": "Salome" }, - { - "category": "VIDEOPOURRI", - "air_date": "2007-03-27", - "question": "This type of monkey seen here is not much bigger than the rodent whose name it bears", - "value": "$800", - "answer": "squirrel monkey", - "round": "Double Jeopardy!", - "show_number": "5197", - "fullAnswer": "the squirrel monkey" - }, { "category": "POETS & POETRY", "air_date": "2007-03-27", @@ -455109,16 +430969,6 @@ "show_number": "5197", "fullAnswer": "Madame Butterfly" }, - { - "category": "VIDEOPOURRI", - "air_date": "2007-03-27", - "question": "Somewhat fancifully, a Mexican fashion favorite lends its name to this galaxy pictured here", - "value": "$1200", - "answer": "Sombrero ", - "round": "Double Jeopardy!", - "show_number": "5197", - "fullAnswer": "the Sombrero (Galaxy)" - }, { "category": "POETS & POETRY", "air_date": "2007-03-27", @@ -455169,16 +431019,6 @@ "show_number": "5197", "fullAnswer": "The Barber of Seville" }, - { - "category": "VIDEOPOURRI", - "air_date": "2007-03-27", - "question": "In the 16th century, the Ottoman Empire controlled what is today this country", - "value": "$1600", - "answer": "Libya", - "round": "Double Jeopardy!", - "show_number": "5197", - "fullAnswer": "Libya" - }, { "category": "POETS & POETRY", "air_date": "2007-03-27", @@ -455229,16 +431069,6 @@ "show_number": "5197", "fullAnswer": "Fidelio" }, - { - "category": "VIDEOPOURRI", - "air_date": "2007-03-27", - "question": "1872 U.S. presidential candidate seen here", - "value": "$2000", - "answer": "Victoria Woodhull", - "round": "Double Jeopardy!", - "show_number": "5197", - "fullAnswer": "Victoria Woodhull" - }, { "category": "POETS & POETRY", "air_date": "2007-03-27", @@ -455259,16 +431089,6 @@ "show_number": "5197", "fullAnswer": "Mystery Science Theater 3000" }, - { - "category": "ART HISTORY", - "air_date": "2007-03-27", - "question": "Carel Fabritius, whose self-portrait is seen here, is considered this man's greatest pupil", - "value": null, - "answer": "Rembrandt", - "round": "Final Jeopardy!", - "show_number": "5197", - "fullAnswer": "Rembrandt" - }, { "category": "STATE CAPITALS", "air_date": "1994-11-25", @@ -455784,7 +431604,7 @@ "air_date": "1994-11-25", "question": "This progressive, degenerative disease of the brain is the leading cause of senile dementia", "value": "$800", - "answer": "Alzheimer\\'s", + "answer": "Alzheimer's", "round": "Double Jeopardy!", "show_number": "2355", "fullAnswer": "Alzheimer\\'s" @@ -456199,16 +432019,6 @@ "show_number": "5644", "fullAnswer": "an archangel" }, - { - "category": "HISTORIC NEWS PHOTOS", - "air_date": "2009-03-05", - "question": "Month and year of the famous first seen here", - "value": "$400", - "answer": "July, 1969", - "round": "Double Jeopardy!", - "show_number": "5644", - "fullAnswer": "July, 1969" - }, { "category": "SHAKE, RATTLE & ROLL", "air_date": "2009-03-05", @@ -456259,16 +432069,6 @@ "show_number": "5644", "fullAnswer": "Jerusalem" }, - { - "category": "HISTORIC NEWS PHOTOS", - "air_date": "2009-03-05", - "question": "This governor is seen here in 1963 blocking a doorway", - "value": "$800", - "answer": "George Wallace", - "round": "Double Jeopardy!", - "show_number": "5644", - "fullAnswer": "George Wallace" - }, { "category": "SHAKE, RATTLE & ROLL", "air_date": "2009-03-05", @@ -456299,16 +432099,6 @@ "show_number": "5644", "fullAnswer": "Goldie Hawn" }, - { - "category": "PHYSICS", - "air_date": "2009-03-05", - "question": "With 8 drops in 75 years, the fluid pitch seen here exemplifies this physics quality of stickiness or flow resistance", - "value": "$1200", - "answer": "viscosity", - "round": "Double Jeopardy!", - "show_number": "5644", - "fullAnswer": "viscosity" - }, { "category": "THE ANGEL GABRIEL", "air_date": "2009-03-05", @@ -456319,26 +432109,6 @@ "show_number": "5644", "fullAnswer": "John the Baptist" }, - { - "category": "HISTORIC NEWS PHOTOS", - "air_date": "2009-03-05", - "question": "The 1936 photograph of Florence Owens Thompson seen here came to symbolize this national crisis", - "value": "$1200", - "answer": "Great Depression", - "round": "Double Jeopardy!", - "show_number": "5644", - "fullAnswer": "the Great Depression" - }, - { - "category": "SHAKE, RATTLE & ROLL", - "air_date": "2009-03-05", - "question": "Popular with
Latin dance bands,
this instrument
is made from a gourd", - "value": "$1200", - "answer": "maracas", - "round": "Double Jeopardy!", - "show_number": "5644", - "fullAnswer": "maracas" - }, { "category": "BODY LANGUAGE", "air_date": "2009-03-05", @@ -456359,16 +432129,6 @@ "show_number": "5644", "fullAnswer": "(Cameron) Diaz" }, - { - "category": "PHYSICS", - "air_date": "2009-03-05", - "question": "(Sarah of the Clue Crew demonstrates pedulums in action.) Two of the three pendulums have the same resonant frequency, in this case, the same length; when one swings, the matching one
will begin to swing, too, which is known as this type of vibration", - "value": "$1600", - "answer": "sympathetic vibration", - "round": "Double Jeopardy!", - "show_number": "5644", - "fullAnswer": "sympathetic vibration" - }, { "category": "THE ANGEL GABRIEL", "air_date": "2009-03-05", @@ -456379,22 +432139,12 @@ "show_number": "5644", "fullAnswer": "Babylon" }, - { - "category": "HISTORIC NEWS PHOTOS", - "air_date": "2009-03-05", - "question": "The historic career-ending photo seen here was taken in this year", - "value": "$3,000", - "answer": "1974", - "round": "Double Jeopardy!", - "show_number": "5644", - "fullAnswer": "1974" - }, { "category": "SHAKE, RATTLE & ROLL", "air_date": "2009-03-05", "question": "Also slang for losing a defender & scoring in basketball, this food coating is applied by using a plastic bag", "value": "$1600", - "answer": "Shake \\'n Bake", + "answer": "Shake 'n Bake", "round": "Double Jeopardy!", "show_number": "5644", "fullAnswer": "Shake \\'n Bake" @@ -456409,16 +432159,6 @@ "show_number": "5644", "fullAnswer": "hip" }, - { - "category": "PHYSICS", - "air_date": "2009-03-05", - "question": "(Jon of the Clue Crew demonstrates with a spring and a monitor.) A spring and earthquakes generate these waves with a geographic-sounding name in which the vibrations parallel the direction", - "value": "$2000", - "answer": "longitudinal", - "round": "Double Jeopardy!", - "show_number": "5644", - "fullAnswer": "longitudinal" - }, { "category": "THE ANGEL GABRIEL", "air_date": "2009-03-05", @@ -456429,16 +432169,6 @@ "show_number": "5644", "fullAnswer": "Daniel" }, - { - "category": "HISTORIC NEWS PHOTOS", - "air_date": "2009-03-05", - "question": "Senator Joseph McCarthy is seen here with this young associate in 1954", - "value": "$2000", - "answer": "Roy Cohn", - "round": "Double Jeopardy!", - "show_number": "5644", - "fullAnswer": "Roy Cohn" - }, { "category": "SHAKE, RATTLE & ROLL", "air_date": "2009-03-05", @@ -456719,16 +432449,6 @@ "show_number": "4599", "fullAnswer": "Lisbon" }, - { - "category": "PRO FOOTBALL", - "air_date": "2004-09-09", - "question": "(I’m Hall of Fame running back John Riggins.) In 1983 I rushed for a then record 24 TDs; the Redskins offensive line who opened holes for me had this nickname", - "value": "$1000", - "answer": "Hogs", - "round": "Jeopardy!", - "show_number": "4599", - "fullAnswer": "Hogs" - }, { "category": "PLANT THE EVIDENCE", "air_date": "2004-09-09", @@ -456779,16 +432499,6 @@ "show_number": "4599", "fullAnswer": "Julius Caesar" }, - { - "category": "CHARADES", - "air_date": "2004-09-09", - "question": "(Jimmy of the Clue Crew.) 1980s TV show, 2 words:", - "value": "$400", - "answer": "Dance Fever", - "round": "Double Jeopardy!", - "show_number": "4599", - "fullAnswer": "Dance Fever" - }, { "category": "19th CENTURY WOMEN", "air_date": "2004-09-09", @@ -456804,7 +432514,7 @@ "air_date": "2004-09-09", "question": "New York pedestrian traffic signs that used to include this contraction are being replaced by an upheld hand", "value": "$400", - "answer": "don\\'t", + "answer": "don't", "round": "Double Jeopardy!", "show_number": "4599", "fullAnswer": "don\\'t" @@ -456839,36 +432549,6 @@ "show_number": "4599", "fullAnswer": "Macbeth" }, - { - "category": "CHARADES", - "air_date": "2004-09-09", - "question": "(Sofia of the Clue Crew.) 1986 Meryl Streep movie, one word:", - "value": "$800", - "answer": "Heartburn", - "round": "Double Jeopardy!", - "show_number": "4599", - "fullAnswer": "Heartburn" - }, - { - "category": "19th CENTURY WOMEN", - "air_date": "2004-09-09", - "question": "His mother, Marie-Letizia, seen here, had special status as Madame Mare", - "value": "$800", - "answer": "Napoleon", - "round": "Double Jeopardy!", - "show_number": "4599", - "fullAnswer": "Napoleon" - }, - { - "category": "CONTRACTIONS", - "air_date": "2004-09-09", - "question": "Contraction in the title of the following", - "value": "$800", - "answer": "I\\'ll", - "round": "Double Jeopardy!", - "show_number": "4599", - "fullAnswer": "I\\'ll" - }, { "category": "JAMES", "air_date": "2004-09-09", @@ -456899,16 +432579,6 @@ "show_number": "4599", "fullAnswer": "Henry V" }, - { - "category": "CHARADES", - "air_date": "2004-09-09", - "question": "(Cheryl of the Clue Crew.) A James Bond movie, three words:", - "value": "$1200", - "answer": "Diamonds Are Forever", - "round": "Double Jeopardy!", - "show_number": "4599", - "fullAnswer": "Diamonds Are Forever" - }, { "category": "19th CENTURY WOMEN", "air_date": "2004-09-09", @@ -456924,7 +432594,7 @@ "air_date": "2004-09-09", "question": "The American Heritage Dict. says this nonstandard contraction was attacked in the 19th C. \"for being a vulgarism\"", "value": "$1200", - "answer": "ain\\'t", + "answer": "ain't", "round": "Double Jeopardy!", "show_number": "4599", "fullAnswer": "ain\\'t" @@ -456959,16 +432629,6 @@ "show_number": "4599", "fullAnswer": "King Lear" }, - { - "category": "CHARADES", - "air_date": "2004-09-09", - "question": "(Sofia of the Clue Crew.) An Elton John classic, four words:", - "value": "$1600", - "answer": "Candle In The Wind", - "round": "Double Jeopardy!", - "show_number": "4599", - "fullAnswer": "\"Candle In The Wind\"" - }, { "category": "19th CENTURY WOMEN", "air_date": "2004-09-09", @@ -456984,7 +432644,7 @@ "air_date": "2004-09-09", "question": "It's the contraction that often begins a toast, like one in \"Casablanca\"", "value": "$1600", - "answer": "here\\'s", + "answer": "here's", "round": "Double Jeopardy!", "show_number": "4599", "fullAnswer": "here\\'s" @@ -457019,16 +432679,6 @@ "show_number": "4599", "fullAnswer": "The Merchant of Venice" }, - { - "category": "CHARADES", - "air_date": "2004-09-09", - "question": "(Jimmy of the Clue Crew.) A 1960 John Updike book, two words:", - "value": "$2000", - "answer": "Rabbit, Run", - "round": "Double Jeopardy!", - "show_number": "4599", - "fullAnswer": "Rabbit, Run" - }, { "category": "19th CENTURY WOMEN", "air_date": "2004-09-09", @@ -457044,21 +432694,11 @@ "air_date": "2004-09-09", "question": "If you're unable, use \"can't\", if you would rather not, use this word that rhymes with \"can't\"", "value": "$2000", - "answer": "shan\\'t", + "answer": "shan't", "round": "Double Jeopardy!", "show_number": "4599", "fullAnswer": "shan\\'t" }, - { - "category": "JAMES", - "air_date": "2004-09-09", - "question": "Federalist turned Democrat Chief of State seen here", - "value": "$2000", - "answer": "James Buchanan", - "round": "Double Jeopardy!", - "show_number": "4599", - "fullAnswer": "James Buchanan" - }, { "category": "BOND, COMMON BOND", "air_date": "2004-09-09", @@ -457109,16 +432749,6 @@ "show_number": "6076", "fullAnswer": "jalapeños" }, - { - "category": "TREBEKS IN ART HISTORY", - "air_date": "2011-01-31", - "question": "An anonymous ancestor of mine appears in one of the paintings in Niaux, this type of place", - "value": "$200", - "answer": "cave", - "round": "Jeopardy!", - "show_number": "6076", - "fullAnswer": "a cave" - }, { "category": "THE STATE OF EVERYTHING", "air_date": "2011-01-31", @@ -457169,16 +432799,6 @@ "show_number": "6076", "fullAnswer": "banana peppers" }, - { - "category": "TREBEKS IN ART HISTORY", - "air_date": "2011-01-31", - "question": "Uncle Al's head got a little swelled around 1508 after doing a test for this artist", - "value": "$400", - "answer": "Michelangelo", - "round": "Jeopardy!", - "show_number": "6076", - "fullAnswer": "Michelangelo" - }, { "category": "THE STATE OF EVERYTHING", "air_date": "2011-01-31", @@ -457229,16 +432849,6 @@ "show_number": "6076", "fullAnswer": "cayenne" }, - { - "category": "TREBEKS IN ART HISTORY", - "air_date": "2011-01-31", - "question": "Around 1600, distant cousin Aristotle sat in for a cardinal for this Spanish artist", - "value": "$600", - "answer": "El Greco", - "round": "Jeopardy!", - "show_number": "6076", - "fullAnswer": "El Greco" - }, { "category": "THE STATE OF EVERYTHING", "air_date": "2011-01-31", @@ -457279,16 +432889,6 @@ "show_number": "6076", "fullAnswer": "Bryan Adams" }, - { - "category": "TREBEKS IN ART HISTORY", - "air_date": "2011-01-31", - "question": "There's good old Adelberg Trebek, but this Dutchman just used al as a model for 1654's \"Jan Six\"", - "value": "$800", - "answer": "Rembrandt", - "round": "Jeopardy!", - "show_number": "6076", - "fullAnswer": "Rembrandt" - }, { "category": "THE STATE OF EVERYTHING", "air_date": "2011-01-31", @@ -457329,16 +432929,6 @@ "show_number": "6076", "fullAnswer": "Rush" }, - { - "category": "TREBEKS IN ART HISTORY", - "air_date": "2011-01-31", - "question": "Oh, Cousin Alain, you had no business in this man's \"Impression, Sunrise\"--probably why you didn't make the final cut", - "value": "$1000", - "answer": "Monet", - "round": "Jeopardy!", - "show_number": "6076", - "fullAnswer": "(Claude) Monet" - }, { "category": "THE STATE OF EVERYTHING", "air_date": "2011-01-31", @@ -457439,16 +433029,6 @@ "show_number": "6076", "fullAnswer": "Undertow" }, - { - "category": "THE JOY OF 6-LETTER WORDS", - "air_date": "2011-01-31", - "question": "(Jimmy of the Clue Crew bangs on his bongos.) Bongos are generally tuned this 8-toned diatonic interval apart", - "value": "$800", - "answer": "octave", - "round": "Double Jeopardy!", - "show_number": "6076", - "fullAnswer": "an octave" - }, { "category": "MY MICHELLE", "air_date": "2011-01-31", @@ -457569,16 +433149,6 @@ "show_number": "6076", "fullAnswer": "Michelle Pfeiffer" }, - { - "category": "LET'S GET LOUD", - "air_date": "2011-01-31", - "question": "Seen & heard here, it's the loudest insect on the planet", - "value": "$1600", - "answer": "cicada", - "round": "Double Jeopardy!", - "show_number": "6076", - "fullAnswer": "a cicada" - }, { "category": "ON THE AFRICAN MAP", "air_date": "2011-01-31", @@ -457884,7 +433454,7 @@ "air_date": "2002-11-26", "question": "It was celebrated in June 2002, because the February anniv. of the accession was also the anniv. of George VI's death", "value": "$800", - "answer": "Queen Elizabeth II\\'s Golden Jubilee", + "answer": "Queen Elizabeth II's Golden Jubilee", "round": "Jeopardy!", "show_number": "4197", "fullAnswer": "Queen Elizabeth II\\'s Golden Jubilee" @@ -457894,7 +433464,7 @@ "air_date": "2002-11-26", "question": "This bloody battle was fought in June 1775, over a year before we declared independence", "value": "$1000", - "answer": "Bunker (Breed\\'s) Hill", + "answer": "Bunker (Breed's) Hill", "round": "Jeopardy!", "show_number": "4197", "fullAnswer": "Bunker (Breed\\'s) Hill" @@ -458319,16 +433889,6 @@ "show_number": "4648", "fullAnswer": "midnight" }, - { - "category": "U.S. CITIES", - "air_date": "2004-11-17", - "question": "It’s easy to recognize this city’s skyline--see the Sears Tower?", - "value": "$400", - "answer": "Chicago", - "round": "Jeopardy!", - "show_number": "4648", - "fullAnswer": "Chicago" - }, { "category": "WHEN THEY WERE IN COLLEGE", "air_date": "2004-11-17", @@ -458419,16 +433979,6 @@ "show_number": "4648", "fullAnswer": "Texas" }, - { - "category": "PHYSICS", - "air_date": "2004-11-17", - "question": "(Jimmy and Sarah of the Clue Crew pull on cords of different thicknesses.) Seven letter word for the type of strength, based on the cohesion of molecules, that varies in different materials", - "value": "$600", - "answer": "tensile", - "round": "Jeopardy!", - "show_number": "4648", - "fullAnswer": "tensile" - }, { "category": "\"MID\" TERMS", "air_date": "2004-11-17", @@ -458539,16 +434089,6 @@ "show_number": "4648", "fullAnswer": "Switzerland" }, - { - "category": "PHYSICS", - "air_date": "2004-11-17", - "question": "This represents the direction and the magnitude, by the arrow’s length, of certain quantities", - "value": "$1000", - "answer": "vector", - "round": "Jeopardy!", - "show_number": "4648", - "fullAnswer": "a vector" - }, { "category": "\"MID\" TERMS", "air_date": "2004-11-17", @@ -458559,16 +434099,6 @@ "show_number": "4648", "fullAnswer": "the middle ear" }, - { - "category": "REMAINS TO BE SEEN", - "air_date": "2004-11-17", - "question": "Excavations at this city destroyed by Vesuvius have revealed people trapped in time", - "value": "$400", - "answer": "Pompeii", - "round": "Double Jeopardy!", - "show_number": "4648", - "fullAnswer": "Pompeii" - }, { "category": "A QUICKIE WITH SUPERMAN", "air_date": "2004-11-17", @@ -458679,16 +434209,6 @@ "show_number": "4648", "fullAnswer": "Taipei" }, - { - "category": "REMAINS TO BE SEEN", - "air_date": "2004-11-17", - "question": "The philosopher Jeremy Bentham, who died in 1832, is kept in a glass case at University College in this British city", - "value": "$1200", - "answer": "London", - "round": "Double Jeopardy!", - "show_number": "4648", - "fullAnswer": "London" - }, { "category": "A QUICKIE WITH SUPERMAN", "air_date": "2004-11-17", @@ -458789,26 +434309,6 @@ "show_number": "4648", "fullAnswer": "a mask" }, - { - "category": "E BEFORE I", - "air_date": "2004-11-17", - "question": "He's the missionary and humanitarian seen here", - "value": "$1600", - "answer": "Albert Schweitzer", - "round": "Double Jeopardy!", - "show_number": "4648", - "fullAnswer": "Albert Schweitzer" - }, - { - "category": "REMAINS TO BE SEEN", - "air_date": "2004-11-17", - "question": "This patron saint of Lourdes' body has remained unchanged in its glass display case since her death in 1879", - "value": "$2000", - "answer": "Saint Bernadette", - "round": "Double Jeopardy!", - "show_number": "4648", - "fullAnswer": "Saint Bernadette" - }, { "category": "A QUICKIE WITH SUPERMAN", "air_date": "2004-11-17", @@ -458829,16 +434329,6 @@ "show_number": "4648", "fullAnswer": "the Punic Wars" }, - { - "category": "COOKING", - "air_date": "2004-11-17", - "question": "You'll want to remove the stem and possibly the gills before cooking with this jumbo-sized mushroom", - "value": "$2000", - "answer": "portobello", - "round": "Double Jeopardy!", - "show_number": "4648", - "fullAnswer": "portobello" - }, { "category": "TOOLS OF THE TRADE", "air_date": "2004-11-17", @@ -458869,16 +434359,6 @@ "show_number": "4648", "fullAnswer": "the human genome" }, - { - "category": "A TRIP TO RIO DE JANEIRO", - "air_date": "2008-01-11", - "question": "(Jimmy of the Clue Crew stands at a busy beach in Rio de Janeiro.) This beach is one of the the centers of bikini culture; maybe I'll meet the girl from here", - "value": "$200", - "answer": "Ipanema", - "round": "Jeopardy!", - "show_number": "5375", - "fullAnswer": "Ipanema" - }, { "category": "MATH ROCK", "air_date": "2008-01-11", @@ -458929,16 +434409,6 @@ "show_number": "5375", "fullAnswer": "popcorn" }, - { - "category": "A TRIP TO RIO DE JANEIRO", - "air_date": "2008-01-11", - "question": "(Jimmy delivers the clue from a crowded market. ) You can buy your own instrument to play the music for this dance; Rio has several schools that teach it and a mile-long parade ground where they strut their stuff", - "value": "$400", - "answer": "samba", - "round": "Jeopardy!", - "show_number": "5375", - "fullAnswer": "a samba" - }, { "category": "MATH ROCK", "air_date": "2008-01-11", @@ -458989,16 +434459,6 @@ "show_number": "5375", "fullAnswer": "a pop fly" }, - { - "category": "A TRIP TO RIO DE JANEIRO", - "air_date": "2008-01-11", - "question": "(Sarah of the Clue Crew gives the clue in a market wearing a certain headdress.) This Brazilian bombshell of '40s films remains popular in Rio, and her trademark headdress is a frequent costume", - "value": "$600", - "answer": "Carmen Miranda", - "round": "Jeopardy!", - "show_number": "5375", - "fullAnswer": "Carmen Miranda" - }, { "category": "MATH ROCK", "air_date": "2008-01-11", @@ -459029,16 +434489,6 @@ "show_number": "5375", "fullAnswer": "Louisiana" }, - { - "category": "WE CAN DANCE IF WE WANT TO", - "air_date": "2008-01-11", - "question": "Named for a city, it's a dance seen here", - "value": "$600", - "answer": "Charleston", - "round": "Jeopardy!", - "show_number": "5375", - "fullAnswer": "the Charleston" - }, { "category": "\"POP\" CULTURE", "air_date": "2008-01-11", @@ -459049,16 +434499,6 @@ "show_number": "5375", "fullAnswer": "a poplar" }, - { - "category": "A TRIP TO RIO DE JANEIRO", - "air_date": "2008-01-11", - "question": "(Jimmy stands in front of a large Christ sculpture.) Christ the Redeemer of Corcovado Sanctuary is the world's largest sculpture in this style, named for a 1925 Paris exposition", - "value": "$800", - "answer": "art deco style", - "round": "Jeopardy!", - "show_number": "5375", - "fullAnswer": "art deco style" - }, { "category": "MATH ROCK", "air_date": "2008-01-11", @@ -459109,16 +434549,6 @@ "show_number": "5375", "fullAnswer": "a popsicle" }, - { - "category": "A TRIP TO RIO DE JANEIRO", - "air_date": "2008-01-11", - "question": "(Jimmy delivers the last clue behind a serving counter of a cafe.) I'm at the famous Café Confeitaria Colombo, where this word doesn't just mean a person who lives here in Rio, but a coffee drink with added hot water", - "value": "$1000", - "answer": "carioca", - "round": "Jeopardy!", - "show_number": "5375", - "fullAnswer": "carioca" - }, { "category": "MATH ROCK", "air_date": "2008-01-11", @@ -459554,7 +434984,7 @@ "air_date": "2008-05-15", "question": "Jimmy Stewart finds out what it would be like if he'd never been born in this Christmas film", "value": "$400", - "answer": "It\\'s a Wonderful Life", + "answer": "It's a Wonderful Life", "round": "Jeopardy!", "show_number": "5464", "fullAnswer": "It\\'s a Wonderful Life" @@ -459779,16 +435209,6 @@ "show_number": "5464", "fullAnswer": "a baboon" }, - { - "category": "PERU", - "air_date": "2008-05-15", - "question": "(Sarah of the Clue Crew reports from the Lima Cathedral in Peru.) In 1687 & 1746, Lima's cathedral along with much of the city was nearly destroyed by one of these; 2007 brought grim news of another one nearby", - "value": "$400", - "answer": "earthquake", - "round": "Double Jeopardy!", - "show_number": "5464", - "fullAnswer": "an earthquake" - }, { "category": "IT'S AN OLYMPIC YEAR", "air_date": "2008-05-15", @@ -459839,16 +435259,6 @@ "show_number": "5464", "fullAnswer": "cuddle" }, - { - "category": "PERU", - "air_date": "2008-05-15", - "question": "(Jimmy of the Clue Crew reports from Lima, Peru.) Lima is known as the city of balconies, which are in the style inspired by these Spanish Muslims", - "value": "$800", - "answer": "Moors", - "round": "Double Jeopardy!", - "show_number": "5464", - "fullAnswer": "the Moors" - }, { "category": "IT'S AN OLYMPIC YEAR", "air_date": "2008-05-15", @@ -459899,16 +435309,6 @@ "show_number": "5464", "fullAnswer": "crowded" }, - { - "category": "PERU", - "air_date": "2008-05-15", - "question": "(Sarah of the Clue Crew reports from a market in Peru.) Textile crafts of Peru include sweaters made of wool from these beasts, the most important llama relatives for wool production", - "value": "$1200", - "answer": "alpacas", - "round": "Double Jeopardy!", - "show_number": "5464", - "fullAnswer": "alpacas" - }, { "category": "IT'S AN OLYMPIC YEAR", "air_date": "2008-05-15", @@ -459919,26 +435319,6 @@ "show_number": "5464", "fullAnswer": "Germany" }, - { - "category": "VARMINTS", - "air_date": "2008-05-15", - "question": "This varmint is wrecking my fence posts, but oh, the little wussy is protected by the Migratory Bird Treaty Act", - "value": "$1200", - "answer": "woodpecker", - "round": "Double Jeopardy!", - "show_number": "5464", - "fullAnswer": "a woodpecker" - }, - { - "category": "HOMECOMING", - "air_date": "2008-05-15", - "question": "The painting seen here shows Odysseus returning home to find this wife of his delaying some suitors", - "value": "$1200", - "answer": "Penelope", - "round": "Double Jeopardy!", - "show_number": "5464", - "fullAnswer": "Penelope" - }, { "category": "OPERA SLAYS ME", "air_date": "2008-05-15", @@ -459959,16 +435339,6 @@ "show_number": "5464", "fullAnswer": "a crawdad" }, - { - "category": "PERU", - "air_date": "2008-05-15", - "question": "(Sarah of the Clue Crew reports from a square in Lima, Peru.) It was here in Lima in 1821 that this Argentine general declared Peru's independence from Spain", - "value": "$1600", - "answer": "Martin", - "round": "Double Jeopardy!", - "show_number": "5464", - "fullAnswer": "(Jose de San) Martin" - }, { "category": "IT'S AN OLYMPIC YEAR", "air_date": "2008-05-15", @@ -460019,16 +435389,6 @@ "show_number": "5464", "fullAnswer": "dachshunds" }, - { - "category": "PERU", - "air_date": "2008-05-15", - "question": "(Alex reports from Machu Picchu.) In order to deal with the problems of erosion & farming on steep hillsides, the Incas came up with this brilliant solution--& they used it a lot", - "value": "$2000", - "answer": "terraces", - "round": "Double Jeopardy!", - "show_number": "5464", - "fullAnswer": "terraces" - }, { "category": "IT'S AN OLYMPIC YEAR", "air_date": "2008-05-15", @@ -460294,7 +435654,7 @@ "air_date": "1992-09-28", "question": "Because the yoke originally was cut off, the name of this dress is Hawaiian for \"cut-off\"", "value": "$400", - "answer": "mu\\'umu\\'u", + "answer": "mu'umu'u", "round": "Jeopardy!", "show_number": "1851", "fullAnswer": "a mu\\'umu\\'u" @@ -460769,16 +436129,6 @@ "show_number": "5837", "fullAnswer": "oil" }, - { - "category": "THE 3 STOOGES", - "air_date": "2010-01-19", - "question": "Nyuk! Nyuk! Nyuk! This Stooge's real first name was Jerome", - "value": "$400", - "answer": "Curly", - "round": "Jeopardy!", - "show_number": "5837", - "fullAnswer": "Curly" - }, { "category": "TOYS & GAMES", "air_date": "2010-01-19", @@ -460829,26 +436179,6 @@ "show_number": "5837", "fullAnswer": "Islam" }, - { - "category": "THE 3 STOOGES", - "air_date": "2010-01-19", - "question": "An accomplished violinist, he's the middle Stooge seen here", - "value": "$600", - "answer": "Larry", - "round": "Jeopardy!", - "show_number": "5837", - "fullAnswer": "Larry" - }, - { - "category": "TOYS & GAMES", - "air_date": "2010-01-19", - "question": "This cheeky, fussy little engine seen here is based on a real British train", - "value": "$600", - "answer": "Thomas", - "round": "Jeopardy!", - "show_number": "5837", - "fullAnswer": "Thomas" - }, { "category": "YES, DEER", "air_date": "2010-01-19", @@ -460969,16 +436299,6 @@ "show_number": "5837", "fullAnswer": "Webkinz" }, - { - "category": "YES, DEER", - "air_date": "2010-01-19", - "question": "It's the Western Alaskan deer family member seen here", - "value": "$1000", - "answer": "caribou", - "round": "Jeopardy!", - "show_number": "5837", - "fullAnswer": "caribou" - }, { "category": "LAW & ORDER SUV", "air_date": "2010-01-19", @@ -461069,16 +436389,6 @@ "show_number": "5837", "fullAnswer": "Washington" }, - { - "category": "SPORTS TERMS", - "air_date": "2010-01-19", - "question": "(Kelly of the Clue Crew jumps to it.) While flatfooted, reach your arm up & make a mark, then hop as high as you can & mark the wall at your apex; the difference between the two numbers is this sporting ability", - "value": "$800", - "answer": "your vertical leap", - "round": "Double Jeopardy!", - "show_number": "5837", - "fullAnswer": "your vertical leap" - }, { "category": "NORSE", "air_date": "2010-01-19", @@ -461189,16 +436499,6 @@ "show_number": "5837", "fullAnswer": "Spiro Agnew" }, - { - "category": "SPORTS TERMS", - "air_date": "2010-01-19", - "question": "(Jimmy of the Clue Crew shows an animated hockey rink diagram on the monitor.) In hockey, this infraction that sounds like a football penalty occurs when an attacker crosses the blue line before the puck", - "value": "$1600", - "answer": "offsides", - "round": "Double Jeopardy!", - "show_number": "5837", - "fullAnswer": "offsides" - }, { "category": "NORSE", "air_date": "2010-01-19", @@ -461654,7 +436954,7 @@ "air_date": "2001-02-14", "question": "Take me out with the crowd at this \"religious\" London cricket ground, HQ of the Marylebone Cricket Club", "value": "$400", - "answer": "Lord\\'s Cricket Ground", + "answer": "Lord's Cricket Ground", "round": "Double Jeopardy!", "show_number": "3793", "fullAnswer": "Lord\\'s Cricket Ground" @@ -461849,16 +437149,6 @@ "show_number": "3793", "fullAnswer": "Fatima, Portugal" }, - { - "category": "THE JOHN F. KENNEDY LIBRARY AND MUSEUM", - "air_date": "2005-09-20", - "question": "(Cheryl of the Clue Crue walks around a control panel in the JFK Library & Museum in Boston, MA.) This equipment was used for the first televised presidential debate between John F. Kennedy & this man", - "value": "$200", - "answer": "Nixon", - "round": "Jeopardy!", - "show_number": "4832", - "fullAnswer": "Nixon" - }, { "category": "LYRICALLY YOURS", "air_date": "2005-09-20", @@ -461889,16 +437179,6 @@ "show_number": "4832", "fullAnswer": "Ringo Starr" }, - { - "category": "FOOD A LAFONTAINE", - "air_date": "2005-09-20", - "question": "Their rivalry was legend, but on Halloween, be it Braeburn or Criterion... this fruit's gonna get candied", - "value": "$200", - "answer": "apple", - "round": "Jeopardy!", - "show_number": "4832", - "fullAnswer": "an apple" - }, { "category": "\"T\" TIME", "air_date": "2005-09-20", @@ -461924,7 +437204,7 @@ "air_date": "2005-09-20", "question": "\"She'll make you live her crazy life but she'll take away your pain, like a bullet to your brain\" in this 1999 song", "value": "$400", - "answer": "Livin\\' La Vida Loca", + "answer": "Livin' La Vida Loca", "round": "Jeopardy!", "show_number": "4832", "fullAnswer": "\"Livin\\' La Vida Loca\"" @@ -461949,16 +437229,6 @@ "show_number": "4832", "fullAnswer": "Malcolm X" }, - { - "category": "FOOD A LAFONTAINE", - "air_date": "2005-09-20", - "question": "It's a pastry shell filled with a custard of seasonings, eggs & cream... this November, real men will eat...", - "value": "$400", - "answer": "quiche", - "round": "Jeopardy!", - "show_number": "4832", - "fullAnswer": "quiche" - }, { "category": "\"T\" TIME", "air_date": "2005-09-20", @@ -461969,16 +437239,6 @@ "show_number": "4832", "fullAnswer": "a Teletubby" }, - { - "category": "THE JOHN F. KENNEDY LIBRARY AND MUSEUM", - "air_date": "2005-09-20", - "question": "(Cheryl of the Clue Crew points to a coconut shell enshrined in the JFK Library & Museum in Boston, MA.) This is the actual piece of coconut on which John F. Kennedy carved a plea for help after this boat was cut in half during World War II", - "value": "$600", - "answer": "PT-109", - "round": "Jeopardy!", - "show_number": "4832", - "fullAnswer": "PT-109" - }, { "category": "LYRICALLY YOURS", "air_date": "2005-09-20", @@ -462009,16 +437269,6 @@ "show_number": "4832", "fullAnswer": "Darius" }, - { - "category": "FOOD A LAFONTAINE", - "air_date": "2005-09-20", - "question": "Once, this vit. A & C-rich herb got top billing; now, sage, rosemary & thyme are back in \"Scarborough Fair 2: Reloaded\"", - "value": "$600", - "answer": "parsley", - "round": "Jeopardy!", - "show_number": "4832", - "fullAnswer": "parsley" - }, { "category": "\"T\" TIME", "air_date": "2005-09-20", @@ -462069,16 +437319,6 @@ "show_number": "4832", "fullAnswer": "Lenin" }, - { - "category": "FOOD A LAFONTAINE", - "air_date": "2005-09-20", - "question": "Boneless, from the small end of the tenderloin... it's coming after your credit card... with a vengeance", - "value": "$800", - "answer": "filet mignon", - "round": "Jeopardy!", - "show_number": "4832", - "fullAnswer": "filet mignon" - }, { "category": "\"T\" TIME", "air_date": "2005-09-20", @@ -462089,22 +437329,12 @@ "show_number": "4832", "fullAnswer": "Twiggy" }, - { - "category": "THE JOHN F. KENNEDY LIBRARY AND MUSEUM", - "air_date": "2005-09-20", - "question": "(Sarah of the Clue Crew fawns over a metal-plated case in the JFK Library & Museum in Boston, MA.) This beautiful humidor, sans cigars, was given to John F. Kennedy by this cranky premier when they first met in Vienna in 1961", - "value": "$1000", - "answer": "Nikita Khrushchev", - "round": "Jeopardy!", - "show_number": "4832", - "fullAnswer": "Nikita Khrushchev" - }, { "category": "LYRICALLY YOURS", "air_date": "2005-09-20", "question": "In this hit, \"Feels so good when you know you're down, a super dope homeboy from the Oaktown... Stop. Hammer time\"", "value": "$1000", - "answer": "U Can\\'t Touch This", + "answer": "U Can't Touch This", "round": "Jeopardy!", "show_number": "4832", "fullAnswer": "\"U Can\\'t Touch This\"" @@ -462119,16 +437349,6 @@ "show_number": "4832", "fullAnswer": "John Paul Stevens" }, - { - "category": "FOOD A LAFONTAINE", - "air_date": "2005-09-20", - "question": "Sponge cake, ice cream, meringue, baked hot for 5 minutes... at your next party, this \"stately\" dessert will be on fire!", - "value": "$1000", - "answer": "Baked Alaska", - "round": "Jeopardy!", - "show_number": "4832", - "fullAnswer": "Baked Alaska" - }, { "category": "\"T\" TIME", "air_date": "2005-09-20", @@ -462139,16 +437359,6 @@ "show_number": "4832", "fullAnswer": "tripe" }, - { - "category": "MAN IN SPACE", - "air_date": "2005-09-20", - "question": "(Leroy Chiao, aboard the International Space Station, reads the clue.) On January 14, 2004 President Bush said the I.S.S. would focus on human biology in space, to prepare for a first visit to this planet", - "value": "$400", - "answer": "Mars", - "round": "Double Jeopardy!", - "show_number": "4832", - "fullAnswer": "Mars" - }, { "category": "FILMOGRAPHIES", "air_date": "2005-09-20", @@ -462249,16 +437459,6 @@ "show_number": "4832", "fullAnswer": "counteroffensive" }, - { - "category": "MAN IN SPACE", - "air_date": "2005-09-20", - "question": "(Leroy Chiao reads again.) An early vision of a space station was in a 1952 Collier's magazine article by this scientist", - "value": "$3,000", - "answer": "Wernher von Braun", - "round": "Double Jeopardy!", - "show_number": "4832", - "fullAnswer": "Wernher von Braun" - }, { "category": "FILMOGRAPHIES", "air_date": "2005-09-20", @@ -462274,7 +437474,7 @@ "air_date": "2005-09-20", "question": "In 1895 French army captain Alfred Dreyfus was sent there", "value": "$1200", - "answer": "Devil\\'s Island", + "answer": "Devil's Island", "round": "Double Jeopardy!", "show_number": "4832", "fullAnswer": "Devil\\'s Island" @@ -463124,7 +438324,7 @@ "air_date": "1997-09-25", "question": "Stingo narrates this 1979 William Styron book", "value": "$400", - "answer": "Sophie\\'s Choice", + "answer": "Sophie's Choice", "round": "Double Jeopardy!", "show_number": "3004", "fullAnswer": "\"Sophie\\'s Choice\"" @@ -463449,16 +438649,6 @@ "show_number": "14", "fullAnswer": "Some Like it Hot" }, - { - "category": "TRIVIA", - "air_date": "1984-09-27", - "question": "Hemingway wrote the book, Rogers & Parton sang the song:", - "value": "$1,200", - "answer": "Islands In The Stream", - "round": "Jeopardy!", - "show_number": "14", - "fullAnswer": "\"Islands In The Stream\"" - }, { "category": "WORLD LEADERS", "air_date": "1984-09-27", @@ -463834,7 +439024,7 @@ "air_date": "2010-07-16", "question": "In a 2004 film Morgan Spurlock ate nothing but food from this chain for a month; a noble warrior, Spurlock is", "value": "$200", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "5965", "fullAnswer": "McDonald\\'s" @@ -463959,16 +439149,6 @@ "show_number": "5965", "fullAnswer": "Michael Moore" }, - { - "category": "A CAPSULE CATEGORY", - "air_date": "2010-07-16", - "question": "(Kelly of the Clue Crew reports from the Museum of Flight in Seattle, WA.) Russia filled this Resurs 500 space capsule with greetings to the American people & launched it in 1992 to commemorate this man's voyage", - "value": "$600", - "answer": "Christopher Columbus", - "round": "Jeopardy!", - "show_number": "5965", - "fullAnswer": "Christopher Columbus" - }, { "category": "AMERICAN HERITAGE DICTIONARY PREFERRED PLURALS", "air_date": "2010-07-16", @@ -464139,16 +439319,6 @@ "show_number": "5965", "fullAnswer": "Parkinson" }, - { - "category": "WATERCOLORS", - "air_date": "2010-07-16", - "question": "One of his \"Birds of America\" is seen here", - "value": "$400", - "answer": "Audubon", - "round": "Double Jeopardy!", - "show_number": "5965", - "fullAnswer": "Audubon" - }, { "category": "\"HY\" FIVE", "air_date": "2010-07-16", @@ -464199,16 +439369,6 @@ "show_number": "5965", "fullAnswer": "(Henry) Gray" }, - { - "category": "WATERCOLORS", - "air_date": "2010-07-16", - "question": "The watercolor seen here depicts this world heritage site", - "value": "$800", - "answer": "Acropolis", - "round": "Double Jeopardy!", - "show_number": "5965", - "fullAnswer": "the Acropolis" - }, { "category": "\"HY\" FIVE", "air_date": "2010-07-16", @@ -464259,16 +439419,6 @@ "show_number": "5965", "fullAnswer": "(Joseph) Lister" }, - { - "category": "WATERCOLORS", - "air_date": "2010-07-16", - "question": "The watercolor seen here is a portrait of this artist", - "value": "$1200", - "answer": "Van Gogh", - "round": "Double Jeopardy!", - "show_number": "5965", - "fullAnswer": "Van Gogh" - }, { "category": "\"HY\" FIVE", "air_date": "2010-07-16", @@ -464319,26 +439469,6 @@ "show_number": "5965", "fullAnswer": "Jean-Paul Marrat" }, - { - "category": "WATERCOLORS", - "air_date": "2010-07-16", - "question": "This sculptor did a watercolor of a subject that was close to his heart", - "value": "$1600", - "answer": "Bartholdi", - "round": "Double Jeopardy!", - "show_number": "5965", - "fullAnswer": "(Frederic Auguste) Bartholdi" - }, - { - "category": "\"HY\" FIVE", - "air_date": "2010-07-16", - "question": "Grown in a variety of colors, they're the large, showy flowers seen here", - "value": "$1600", - "answer": "hydrangeas", - "round": "Double Jeopardy!", - "show_number": "5965", - "fullAnswer": "hydrangeas" - }, { "category": "THE WEST INDIES", "air_date": "2010-07-16", @@ -464379,16 +439509,6 @@ "show_number": "5965", "fullAnswer": "Oliver Wendell Holmes" }, - { - "category": "WATERCOLORS", - "air_date": "2010-07-16", - "question": "Seen here is an illustration he did for his \"Songs of Innocence\"", - "value": "$2000", - "answer": "Blake", - "round": "Double Jeopardy!", - "show_number": "5965", - "fullAnswer": "(William) Blake" - }, { "category": "\"HY\" FIVE", "air_date": "2010-07-16", @@ -464404,7 +439524,7 @@ "air_date": "2010-07-16", "question": "A 1987 remake of this 1959 hit was the first song with all Spanish lyrics to hit No. 1 on the Billboard Hot 100", "value": null, - "answer": "\\La Bamba\\", + "answer": "La Bamba", "round": "Final Jeopardy!", "show_number": "5965", "fullAnswer": "\\\"La Bamba\\\"" @@ -464584,7 +439704,7 @@ "air_date": "2003-02-19", "question": "You're out of patience, or in the position of a lassoed steer", "value": "$600", - "answer": "at the end of your rope/at your rope\\'s end", + "answer": "at the end of your rope/at your rope's end", "round": "Jeopardy!", "show_number": "4258", "fullAnswer": "at the end of your rope/at your rope\\'s end" @@ -465024,7 +440144,7 @@ "air_date": "2005-01-24", "question": "Traditionally, this man who writes a lot of checks gives the first toast at an engagement dinner", "value": "$200", - "answer": "bride\\'s father", + "answer": "bride's father", "round": "Jeopardy!", "show_number": "4696", "fullAnswer": "bride\\'s father" @@ -465169,16 +440289,6 @@ "show_number": "4696", "fullAnswer": "Cirque du Soleil" }, - { - "category": "U.S. LAKES & RIVERS", - "air_date": "2005-01-24", - "question": "(Cheryl of the Clue Crew stands on a lakeshore.) I'm standing near the shore of this body of water that was once known as \"Lac Des Illinois\"", - "value": "$800", - "answer": "Lake Michigan", - "round": "Jeopardy!", - "show_number": "4696", - "fullAnswer": "Lake Michigan" - }, { "category": "YOU'RE A BIG SCREEN MONSTER!", "air_date": "2005-01-24", @@ -465279,16 +440389,6 @@ "show_number": "4696", "fullAnswer": "Memphis" }, - { - "category": "FRENCH LESSONS", - "air_date": "2005-01-24", - "question": "Formed by flowing water, the channel called a moulin gets its name from this structure", - "value": "$1000", - "answer": "mill", - "round": "Jeopardy!", - "show_number": "4696", - "fullAnswer": "mill" - }, { "category": "SHIPS' NAMES", "air_date": "2005-01-24", @@ -465349,16 +440449,6 @@ "show_number": "4696", "fullAnswer": "the War of 1812" }, - { - "category": "SHIPS' NAMES", - "air_date": "2005-01-24", - "question": "(Sarah of the Clue Crew stands before an aircraft carrier.) The U.S.S. Tarawa takes its name from an atoll where a fierce battle between the U.S. and this nation took place", - "value": "$800", - "answer": "Japan", - "round": "Double Jeopardy!", - "show_number": "4696", - "fullAnswer": "Japan" - }, { "category": "BUSINESS SHOW", "air_date": "2005-01-24", @@ -466159,16 +441249,6 @@ "show_number": "5846", "fullAnswer": "Robert Lowell, Jr." }, - { - "category": "JUST AVERAGE", - "air_date": "2010-02-01", - "question": "(Kelly of the Clue Crew stands in front of an equation.) Items get different importance when calculating slugging average. A single counts as one, a triple as three, making it this type of average that sounds heavy.", - "value": "$2000", - "answer": "weighted average", - "round": "Double Jeopardy!", - "show_number": "5846", - "fullAnswer": "weighted average" - }, { "category": "FROM THE GREEK FOR...", "air_date": "2010-02-01", @@ -466619,16 +441699,6 @@ "show_number": "5058", "fullAnswer": "Bonanza" }, - { - "category": "\"BIO\" SCIENCE", - "air_date": "2006-09-13", - "question": "(Jon of the Clue Crew sits by a machine that's playing with a shoe at the Nike Campus in Oregon.) The three main areas studied at the Nike Sport Research Lab are physiology, sensory perception & this, defined as the way forces act on the body", - "value": "$1200", - "answer": "biomechanics", - "round": "Double Jeopardy!", - "show_number": "5058", - "fullAnswer": "biomechanics" - }, { "category": "ADJECTIVE INSPIRERS", "air_date": "2006-09-13", @@ -466719,16 +441789,6 @@ "show_number": "5058", "fullAnswer": "hazardous" }, - { - "category": "1706", - "air_date": "2006-09-13", - "question": "This acclaimed Baroque composer whose work is heard here died in 1706", - "value": "$2000", - "answer": "Pachelbel", - "round": "Double Jeopardy!", - "show_number": "5058", - "fullAnswer": "Pachelbel" - }, { "category": "TV DRAMAS BY EPISODE", "air_date": "2006-09-13", @@ -466929,16 +441989,6 @@ "show_number": "5881", "fullAnswer": "bottomless" }, - { - "category": "CHARACTERS WHO BECAME WORDS", - "air_date": "2010-03-22", - "question": "Seen here is a 19th century illustration of this Rabelais character", - "value": "$600", - "answer": "Gargantua", - "round": "Jeopardy!", - "show_number": "5881", - "fullAnswer": "Gargantua" - }, { "category": "SLINGS & ARROWS", "air_date": "2010-03-22", @@ -466979,16 +442029,6 @@ "show_number": "5881", "fullAnswer": "Graceland" }, - { - "category": "____LESS IS MORE", - "air_date": "2010-03-22", - "question": "[in Spanish accent] Si, señor, it's the type of dog seen here", - "value": "$800", - "answer": "Mexican hairless", - "round": "Jeopardy!", - "show_number": "5881", - "fullAnswer": "a Mexican hairless" - }, { "category": "CHARACTERS WHO BECAME WORDS", "air_date": "2010-03-22", @@ -467079,16 +442119,6 @@ "show_number": "5881", "fullAnswer": "Imelda Marcos" }, - { - "category": "EARTH SCIENCE", - "air_date": "2010-03-22", - "question": "(Kelly of the Clue Crew stands in front of a map of Wyoming and Montana.) The caldera of a supervolcano that last erupted 640,000 years ago covers much of the 2.2 million acres of this national park", - "value": "$400", - "answer": "Yellowstone National Park", - "round": "Double Jeopardy!", - "show_number": "5881", - "fullAnswer": "Yellowstone National Park" - }, { "category": "TITLE ROLE PLAYING", "air_date": "2010-03-22", @@ -467199,16 +442229,6 @@ "show_number": "5881", "fullAnswer": "a pint" }, - { - "category": "EARTH SCIENCE", - "air_date": "2010-03-22", - "question": "(Jimmy of the Clue Crew shows an atomic diagram on the monitor.) Used to date artifacts because it has a half-life of 5,730 years, this isotope has 6 protons and 8 neutrons in its nucleus", - "value": "$1200", - "answer": "carbon-14", - "round": "Double Jeopardy!", - "show_number": "5881", - "fullAnswer": "carbon-14" - }, { "category": "TITLE ROLE PLAYING", "air_date": "2010-03-22", @@ -467319,16 +442339,6 @@ "show_number": "5881", "fullAnswer": "knighthood" }, - { - "category": "EARTH SCIENCE", - "air_date": "2010-03-22", - "question": "(Sarah of the Clue Crew shows a map on the monitor.) South America & Africa fit together like puzzle pieces; this theory says they were connected 200 million years ago & have been moving away from each other up to 4 inches a year", - "value": "$2000", - "answer": "plate tectonics", - "round": "Double Jeopardy!", - "show_number": "5881", - "fullAnswer": "plate tectonics" - }, { "category": "TITLE ROLE PLAYING", "air_date": "2010-03-22", @@ -467384,7 +442394,7 @@ "air_date": "2010-03-22", "question": "It's not one of the Bard's better-known comedy titles, but has the distinction of containing the most apostrophes", "value": null, - "answer": "Love\\'s Labour\\'s Lost", + "answer": "Love's Labour's Lost", "round": "Final Jeopardy!", "show_number": "5881", "fullAnswer": "Love\\'s Labour\\'s Lost" @@ -467444,7 +442454,7 @@ "air_date": "1997-12-15", "question": "It says, \"If anything can go wrong, it will\"", "value": "$100", - "answer": "Murphy\\'s Law", + "answer": "Murphy's Law", "round": "Jeopardy!", "show_number": "3061", "fullAnswer": "Murphy\\'s Law" @@ -467504,7 +442514,7 @@ "air_date": "1997-12-15", "question": "Payback term for gastrointestinal distress experienced by American travelers to Mexico", "value": "$200", - "answer": "Montezuma\\'s Revenge", + "answer": "Montezuma's Revenge", "round": "Jeopardy!", "show_number": "3061", "fullAnswer": "Montezuma\\'s Revenge" @@ -467564,7 +442574,7 @@ "air_date": "1997-12-15", "question": "This song was written to tease a Civil War sergeant who had the same name as the abolitionist", "value": "$1,300", - "answer": "John Brown\\'s Body", + "answer": "John Brown's Body", "round": "Jeopardy!", "show_number": "3061", "fullAnswer": "John Brown\\'s Body" @@ -467624,7 +442634,7 @@ "air_date": "1997-12-15", "question": "Painted in 1948, it's considered Andrew Wyeth's most famous work", "value": "$400", - "answer": "Christina\\'s World", + "answer": "Christina's World", "round": "Jeopardy!", "show_number": "3061", "fullAnswer": "\"Christina\\'s World\"" @@ -467684,7 +442694,7 @@ "air_date": "1997-12-15", "question": "Sydenham's Chorea, a condition in which the body jerks involuntarily, once had this name", "value": "$500", - "answer": "St. Vitus\\' Dance", + "answer": "St. Vitus' Dance", "round": "Jeopardy!", "show_number": "3061", "fullAnswer": "St. Vitus\\' Dance" @@ -467714,7 +442724,7 @@ "air_date": "1997-12-15", "question": "This group famous for \"I'm Henry VIII, I Am\", didn't play instruments on most of their hits", "value": "$200", - "answer": "Herman\\'s Hermits", + "answer": "Herman's Hermits", "round": "Double Jeopardy!", "show_number": "3061", "fullAnswer": "Herman\\'s Hermits" @@ -467994,7 +443004,7 @@ "air_date": "1997-12-15", "question": "Dennis Conner is the only representative of the U.S. ever to lose this race -- he did it twice", "value": null, - "answer": "America\\'s Cup", + "answer": "America's Cup", "round": "Final Jeopardy!", "show_number": "3061", "fullAnswer": "The America\\'s Cup" @@ -468254,7 +443264,7 @@ "air_date": "2003-11-10", "question": "The video for this song pays homage to the movie \"Flashdance\", with Jen as the welder/dancer", "value": "$1000", - "answer": "I\\'m Glad", + "answer": "I'm Glad", "round": "Jeopardy!", "show_number": "4411", "fullAnswer": "\"I\\'m Glad\"" @@ -468584,7 +443594,7 @@ "air_date": "2003-11-10", "question": "The instantaneous North Pole is the point where this imaginary line would poke out", "value": "$2000", - "answer": "(Earth\\'s) axis", + "answer": "(Earth's) axis", "round": "Double Jeopardy!", "show_number": "4411", "fullAnswer": "the (Earth\\'s) axis" @@ -468729,16 +443739,6 @@ "show_number": "5692", "fullAnswer": "quilt" }, - { - "category": "FUN WITH SCIENCE", - "air_date": "2009-05-12", - "question": "(Kelly of the Clue Crew shows some colored-changed objects.) When exposed to air, a cut apple turns brown & copper turns green because of a chemical process called this", - "value": "$600", - "answer": "oxidation", - "round": "Jeopardy!", - "show_number": "5692", - "fullAnswer": "oxidation" - }, { "category": "TV GEOGRAPHY", "air_date": "2009-05-12", @@ -468849,16 +443849,6 @@ "show_number": "5692", "fullAnswer": "quest" }, - { - "category": "FUN WITH SCIENCE", - "air_date": "2009-05-12", - "question": "(Jimmy of the Clue Crew shows a little veggie before & after.) Put celery in red-colored water, & after 24 hours, the leaves turn red because of this process by which plants absorb fluids, from the Greek for \"push\" or \"thrust\"", - "value": "$1000", - "answer": "osmosis", - "round": "Jeopardy!", - "show_number": "5692", - "fullAnswer": "osmosis" - }, { "category": "TV GEOGRAPHY", "air_date": "2009-05-12", @@ -468919,16 +443909,6 @@ "show_number": "5692", "fullAnswer": "Exodus" }, - { - "category": "RESCUE ME", - "air_date": "2009-05-12", - "question": "(Dennis Leary delivers the clue.) Firefighters have to deal with this dangerous phenomenon that can happen when super-heated gases are fed with oxygen", - "value": "$400", - "answer": "backdraft", - "round": "Double Jeopardy!", - "show_number": "5692", - "fullAnswer": "backdraft" - }, { "category": "DENIZENS OF THE UNDERGRDUND", "air_date": "2009-05-12", @@ -468979,16 +443959,6 @@ "show_number": "5692", "fullAnswer": "John" }, - { - "category": "RESCUE ME", - "air_date": "2009-05-12", - "question": "(Hey, I'm Michael Lombardi.) On \"Rescue Me\" along with remembering our lines we often have to lug these heavy tanks around; know as SCBA's, they provide air in hostile environments", - "value": "$800", - "answer": "self-contained breathing apparatuses", - "round": "Double Jeopardy!", - "show_number": "5692", - "fullAnswer": "self-contained breathing apparatuses" - }, { "category": "DENIZENS OF THE UNDERGRDUND", "air_date": "2009-05-12", @@ -469039,16 +444009,6 @@ "show_number": "5692", "fullAnswer": "Job" }, - { - "category": "RESCUE ME", - "air_date": "2009-05-12", - "question": "(Hi, I'm Larenz Tate.) Wounded are dealt with on a case by case basis determined by medical priority, termed this, from the French for \"sorting\"; the term also applies to the order in which engulfed structures are fought", - "value": "$1200", - "answer": "triage", - "round": "Double Jeopardy!", - "show_number": "5692", - "fullAnswer": "triage" - }, { "category": "DENIZENS OF THE UNDERGRDUND", "air_date": "2009-05-12", @@ -469099,16 +444059,6 @@ "show_number": "5692", "fullAnswer": "Jude" }, - { - "category": "RESCUE ME", - "air_date": "2009-05-12", - "question": "(Dennis Leary delivers the clue.) In the Crusades the knights of this Mediterranean island had to contend with fire-hurling Saracens; the FDNY later adopted their cross as a badge of honor", - "value": "$1600", - "answer": "Malta", - "round": "Double Jeopardy!", - "show_number": "5692", - "fullAnswer": "Malta" - }, { "category": "DENIZENS OF THE UNDERGRDUND", "air_date": "2009-05-12", @@ -469159,16 +444109,6 @@ "show_number": "5692", "fullAnswer": "Revelation" }, - { - "category": "RESCUE ME", - "air_date": "2009-05-12", - "question": "(You may not know this. I know I didn't know it before Rescue Me, but...) The radioactive element americium-241 knocks off electrons from oxygen & nitrogen in this type of smoke detector named for the process", - "value": "$2000", - "answer": "ionization", - "round": "Double Jeopardy!", - "show_number": "5692", - "fullAnswer": "ionization" - }, { "category": "DENIZENS OF THE UNDERGRDUND", "air_date": "2009-05-12", @@ -469219,16 +444159,6 @@ "show_number": "5692", "fullAnswer": "The Last Lecture" }, - { - "category": "WONDERS OF AMERICA STAMPS", - "air_date": "2007-05-08", - "question": "City where you'll find the USA's tallest man-made monument", - "value": "$200", - "answer": "St. Louis", - "round": "Jeopardy!", - "show_number": "5227", - "fullAnswer": "St. Louis" - }, { "category": "NAME THAT TUNE-STER", "air_date": "2007-05-08", @@ -469279,16 +444209,6 @@ "show_number": "5227", "fullAnswer": "intelligence quotient" }, - { - "category": "WONDERS OF AMERICA STAMPS", - "air_date": "2007-05-08", - "question": "Bigger than 10 states, it's our largest lake", - "value": "$400", - "answer": "Superior", - "round": "Jeopardy!", - "show_number": "5227", - "fullAnswer": "Superior" - }, { "category": "NAME THAT TUNE-STER", "air_date": "2007-05-08", @@ -469339,16 +444259,6 @@ "show_number": "5227", "fullAnswer": "date of birth" }, - { - "category": "WONDERS OF AMERICA STAMPS", - "air_date": "2007-05-08", - "question": "California has the tallest trees, tallest dam, and tallest waterfall, which shares its name with this national park", - "value": "$600", - "answer": "Yosemite", - "round": "Jeopardy!", - "show_number": "5227", - "fullAnswer": "Yosemite" - }, { "category": "NAME THAT TUNE-STER", "air_date": "2007-05-08", @@ -469399,16 +444309,6 @@ "show_number": "5227", "fullAnswer": "alternative" }, - { - "category": "WONDERS OF AMERICA STAMPS", - "air_date": "2007-05-08", - "question": "The peregrine type of this is the fastest bird, reaching 200 mph while plunging after prey", - "value": "$800", - "answer": "falcon", - "round": "Jeopardy!", - "show_number": "5227", - "fullAnswer": "falcon" - }, { "category": "NAME THAT TUNE-STER", "air_date": "2007-05-08", @@ -469449,26 +444349,6 @@ "show_number": "5227", "fullAnswer": "Mormon (The Church of Jesus Christ of Latter-day Saints)" }, - { - "category": "ABBREV.", - "air_date": "2007-05-08", - "question": "(Sarah of the Clue Crew demonstrates with a CPR mannequin.) Rescue breathing, which is mouth to mouth, or mouth to nose for infants, puts the \"P\" in CPR. The \"P\" stands for this word", - "value": "$800", - "answer": "pulmonary", - "round": "Jeopardy!", - "show_number": "5227", - "fullAnswer": "pulmonary" - }, - { - "category": "WONDERS OF AMERICA STAMPS", - "air_date": "2007-05-08", - "question": "More than 350 miles of passages have been mapped in this longest cave", - "value": "$1000", - "answer": "Mammoth Cave", - "round": "Jeopardy!", - "show_number": "5227", - "fullAnswer": "Mammoth Cave" - }, { "category": "NAME THAT TUNE-STER", "air_date": "2007-05-08", @@ -469539,16 +444419,6 @@ "show_number": "5227", "fullAnswer": "a wizard" }, - { - "category": "HISTORICAL OUTGOING MESSAGES", - "air_date": "2007-05-08", - "question": "Howdy. I'm off fightin' the Clanton Gang with my brothers Virgil & Morgan. I'll be back. Leave a message", - "value": "$400", - "answer": "Wyatt Earp", - "round": "Double Jeopardy!", - "show_number": "5227", - "fullAnswer": "Wyatt Earp" - }, { "category": "GET TO WORK!", "air_date": "2007-05-08", @@ -469599,16 +444469,6 @@ "show_number": "5227", "fullAnswer": "Ghost Hunters" }, - { - "category": "HISTORICAL OUTGOING MESSAGES", - "air_date": "2007-05-08", - "question": "Hi, my dad invented \"visible speech\", & I'm out inventing an item that will make this message possible; wait for the beep", - "value": "$800", - "answer": "Bell", - "round": "Double Jeopardy!", - "show_number": "5227", - "fullAnswer": "(Alexander Graham) Bell" - }, { "category": "GET TO WORK!", "air_date": "2007-05-08", @@ -469639,16 +444499,6 @@ "show_number": "5227", "fullAnswer": "Virgo" }, - { - "category": "AROUND THE WORLD", - "air_date": "2007-05-08", - "question": "Seen here, the national flag of this European kingdom is believed to be the oldest in the world", - "value": "$1200", - "answer": "Denmark", - "round": "Double Jeopardy!", - "show_number": "5227", - "fullAnswer": "Denmark" - }, { "category": "SCI FI", "air_date": "2007-05-08", @@ -469659,16 +444509,6 @@ "show_number": "5227", "fullAnswer": "a Superhero" }, - { - "category": "HISTORICAL OUTGOING MESSAGES", - "air_date": "2007-05-08", - "question": "Hi, I'm out leading my \"Axis of Evil\" country, as I have since '94--& FYI, I didn't think much of that \"Team America\" movie", - "value": "$1200", - "answer": "Kim Jong-il", - "round": "Double Jeopardy!", - "show_number": "5227", - "fullAnswer": "Kim Jong-il" - }, { "category": "GET TO WORK!", "air_date": "2007-05-08", @@ -469709,26 +444549,6 @@ "show_number": "5227", "fullAnswer": "Hudson Bay" }, - { - "category": "SCI FI", - "air_date": "2007-05-08", - "question": "Seen here, they're the team based in the Rockies but able to step through a portal to other planets", - "value": "$1600", - "answer": "Stargate SG-1", - "round": "Double Jeopardy!", - "show_number": "5227", - "fullAnswer": "Stargate SG-1" - }, - { - "category": "HISTORICAL OUTGOING MESSAGES", - "air_date": "2007-05-08", - "question": "Hello, if you're calling to say Alaska's my \"Folly\", I'm still getting Russia to sell it, so leave a message", - "value": "$1600", - "answer": "Seward", - "round": "Double Jeopardy!", - "show_number": "5227", - "fullAnswer": "(William) Seward" - }, { "category": "GET TO WORK!", "air_date": "2007-05-08", @@ -469779,16 +444599,6 @@ "show_number": "5227", "fullAnswer": "The Twilight Zone" }, - { - "category": "HISTORICAL OUTGOING MESSAGES", - "air_date": "2007-05-08", - "question": "'Allo all! What a day in 1759, eh what? My boy's been born! Guess I'll be \"The Elder\" P.M. now! Wait for the beep, ta!", - "value": "$2000", - "answer": "Pitt", - "round": "Double Jeopardy!", - "show_number": "5227", - "fullAnswer": "(William) Pitt" - }, { "category": "GET TO WORK!", "air_date": "2007-05-08", @@ -470669,16 +445479,6 @@ "show_number": "1194", "fullAnswer": "the brain" }, - { - "category": "NAME'S THE SAME", - "air_date": "1989-11-09", - "question": "John Dos Passos work, or the group heard here:

\"Ooh wah ooh wah cool cool kitty /
Asks about the boy from New York City...\"
", - "value": "$5", - "answer": "Manhattan Transfer", - "round": "Jeopardy!", - "show_number": "1194", - "fullAnswer": "Manhattan Transfer" - }, { "category": "SPORTS", "air_date": "1989-11-09", @@ -470769,16 +445569,6 @@ "show_number": "1194", "fullAnswer": "Afrikaans" }, - { - "category": "BORN & DIED", - "air_date": "1989-11-09", - "question": "Harper's Bible Dictionary says he was born in 5 or 6 B.C. in Judea & died in 28 or 29 A.D.in Jerusalem", - "value": "$200", - "answer": "Jesus", - "round": "Double Jeopardy!", - "show_number": "1194", - "fullAnswer": "Jesus" - }, { "category": "CONQUERORS", "air_date": "1989-11-09", @@ -470854,7 +445644,7 @@ "air_date": "1989-11-09", "question": "Produced by John Rich, this John Gay musical play was said to have \"made Gay rich & Rich gay\"", "value": "$600", - "answer": "The Beggar\\'s Opera", + "answer": "The Beggar's Opera", "round": "Double Jeopardy!", "show_number": "1194", "fullAnswer": "\"The Beggar\\'s Opera\"" @@ -470914,7 +445704,7 @@ "air_date": "1989-11-09", "question": "The title of Karel Capek's play \"R.U.R.\" stands for this", "value": "$800", - "answer": "Rossum\\'s Universal Robots", + "answer": "Rossum's Universal Robots", "round": "Double Jeopardy!", "show_number": "1194", "fullAnswer": "\"Rossum\\'s Universal Robots\"" @@ -472124,7 +446914,7 @@ "air_date": "1986-11-04", "question": "\"Now fair Hippolyta, our nuptial hour draws on apace...\"", "value": "$1000", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "497", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -472964,7 +447754,7 @@ "air_date": "2003-05-06", "question": "The cover seen here is from a Penguin Classic of this 1726 novel", "value": "$600", - "answer": "Gulliver\\'s Travels", + "answer": "Gulliver's Travels", "round": "Jeopardy!", "show_number": "4312", "fullAnswer": "\"Gulliver\\'s Travels\"" @@ -473254,7 +448044,7 @@ "air_date": "2003-05-06", "question": "This union, the ILGWU, was a founder of the Liberal Party of New York state", "value": "$1200", - "answer": "International Ladies\\' Garment Workers Union", + "answer": "International Ladies' Garment Workers Union", "round": "Double Jeopardy!", "show_number": "4312", "fullAnswer": "International Ladies\\' Garment Workers Union" @@ -473664,7 +448454,7 @@ "air_date": "1999-04-06", "question": "A Moscow mausoleum, or the title of David Remnick's book on \"The Last Days of the Soviet Empire\"", "value": "$500", - "answer": "Lenin\\'s Tomb", + "answer": "Lenin's Tomb", "round": "Jeopardy!", "show_number": "3367", "fullAnswer": "\"Lenin\\'s Tomb\"" @@ -473714,7 +448504,7 @@ "air_date": "1999-04-06", "question": "Walking into this the first time, Lord Carnarvon reportedly called it \"The greatest sight I have ever witnessed\"", "value": "$200", - "answer": "King Tut\\'s tomb", + "answer": "King Tut's tomb", "round": "Double Jeopardy!", "show_number": "3367", "fullAnswer": "King Tut\\'s tomb" @@ -473724,7 +448514,7 @@ "air_date": "1999-04-06", "question": "This Gene Kelly musical takes place in a Hollywood making the adjustment to talkies", "value": "$200", - "answer": "Singin\\' in the Rain", + "answer": "Singin' in the Rain", "round": "Double Jeopardy!", "show_number": "3367", "fullAnswer": "Singin\\' in the Rain" @@ -473764,7 +448554,7 @@ "air_date": "1999-04-06", "question": "Abel's assassin's aches", "value": "$200", - "answer": "Cain\\'s pains", + "answer": "Cain's pains", "round": "Double Jeopardy!", "show_number": "3367", "fullAnswer": "Cain\\'s pains" @@ -473824,7 +448614,7 @@ "air_date": "1999-04-06", "question": "An ark builder's feathered neck accessories", "value": "$400", - "answer": "Noah\\'s boas", + "answer": "Noah's boas", "round": "Double Jeopardy!", "show_number": "3367", "fullAnswer": "Noah\\'s boas" @@ -473844,7 +448634,7 @@ "air_date": "1999-04-06", "question": "In this 1941 Preston Sturges film, a director sets out to research poverty with only a dime in his pocket", "value": "$600", - "answer": "Sullivan\\'s Travels", + "answer": "Sullivan's Travels", "round": "Double Jeopardy!", "show_number": "3367", "fullAnswer": "Sullivan\\'s Travels" @@ -473884,7 +448674,7 @@ "air_date": "1999-04-06", "question": "The third gospel author's fists", "value": "$600", - "answer": "Luke\\'s dukes", + "answer": "Luke's dukes", "round": "Double Jeopardy!", "show_number": "3367", "fullAnswer": "Luke\\'s dukes" @@ -473944,7 +448734,7 @@ "air_date": "1999-04-06", "question": "The first woman's botanical wardrobe", "value": "$800", - "answer": "Eve\\'s leaves", + "answer": "Eve's leaves", "round": "Double Jeopardy!", "show_number": "3367", "fullAnswer": "Eve\\'s leaves" @@ -474004,7 +448794,7 @@ "air_date": "1999-04-06", "question": "The apostle to the Gentiles' journeys on his hands & knees", "value": "$1000", - "answer": "Paul\\'s crawls", + "answer": "Paul's crawls", "round": "Double Jeopardy!", "show_number": "3367", "fullAnswer": "Paul\\'s crawls" @@ -474284,7 +449074,7 @@ "air_date": "1998-11-18", "question": "This \"bouncy\" old expletive includes the name of a Biblical king of Judah", "value": "$500", - "answer": "Jumpin\\' Jehosaphats!", + "answer": "Jumpin' Jehosaphats!", "round": "Jeopardy!", "show_number": "3268", "fullAnswer": "Jumpin\\' Jehosaphats!" @@ -474704,7 +449494,7 @@ "air_date": "1995-07-05", "question": "This John Ritter series that debuted in 1977 was based on the British TV series \"Man About the House\"", "value": "$300", - "answer": "Three\\'s Company", + "answer": "Three's Company", "round": "Jeopardy!", "show_number": "2513", "fullAnswer": "Three\\'s Company" @@ -474934,7 +449724,7 @@ "air_date": "1995-07-05", "question": "He was Speaker of the Mass. House of Rep. 1948-1952 & Speaker of the U.S. House 1977-1987", "value": "$400", - "answer": "Tip O\\'Neill", + "answer": "Tip O'Neill", "round": "Double Jeopardy!", "show_number": "2513", "fullAnswer": "Tip O\\'Neill" @@ -475594,7 +450384,7 @@ "air_date": "1998-05-07", "question": "In 1998 this comedienne took her talk show from New York to the Warner Bros. lot in Burbank, California", "value": "$400", - "answer": "Rosie O\\'Donnell", + "answer": "Rosie O'Donnell", "round": "Double Jeopardy!", "show_number": "3164", "fullAnswer": "Rosie O\\'Donnell" @@ -475929,16 +450719,6 @@ "show_number": "4712", "fullAnswer": "Austin" }, - { - "category": "KANSAS", - "air_date": "2005-02-15", - "question": "The skyscrapers of much of Kansas are silos & this type of structure seen here", - "value": "$600", - "answer": "grain elevator", - "round": "Jeopardy!", - "show_number": "4712", - "fullAnswer": "a grain elevator" - }, { "category": "THE STONES", "air_date": "2005-02-15", @@ -476049,16 +450829,6 @@ "show_number": "4712", "fullAnswer": "Helena" }, - { - "category": "KANSAS", - "air_date": "2005-02-15", - "question": "A Coffeyville museum tells of the 1892 attempted bank robbery by this gang & how they got shot up by the citizenry", - "value": "$1000", - "answer": "Dalton Boys", - "round": "Jeopardy!", - "show_number": "4712", - "fullAnswer": "the Dalton Boys" - }, { "category": "THE STONES", "air_date": "2005-02-15", @@ -476119,16 +450889,6 @@ "show_number": "4712", "fullAnswer": "the brain" }, - { - "category": "EVERYTHING HAS A NAME", - "air_date": "2005-02-15", - "question": "(Jimmy of the Clue Crew reports.) Possibly related to the word \"flank\", it's a rim or collar, like this one on a pipe", - "value": "$400", - "answer": "flange", - "round": "Double Jeopardy!", - "show_number": "4712", - "fullAnswer": "a flange" - }, { "category": "THE SECRETARY OF STATE WHO...", "air_date": "2005-02-15", @@ -476239,16 +450999,6 @@ "show_number": "4712", "fullAnswer": "calcium" }, - { - "category": "EVERYTHING HAS A NAME", - "air_date": "2005-02-15", - "question": "(Cheryl of the Clue Crew reports.) As opposed to a dimmer switch, a simple two-setting light switch has this 6-letter name", - "value": "$1200", - "answer": "toggle", - "round": "Double Jeopardy!", - "show_number": "4712", - "fullAnswer": "toggle" - }, { "category": "THE SECRETARY OF STATE WHO...", "air_date": "2005-02-15", @@ -476359,16 +451109,6 @@ "show_number": "4712", "fullAnswer": "the alveoli" }, - { - "category": "EVERYTHING HAS A NAME", - "air_date": "2005-02-15", - "question": "(Sarah of the Clue Crew reports.) It's not \"that little piece of film that sticks out so you can load the camera\", it's really called this", - "value": "$2000", - "answer": "(film) leader", - "round": "Double Jeopardy!", - "show_number": "4712", - "fullAnswer": "the (film) leader" - }, { "category": "THE SECRETARY OF STATE WHO...", "air_date": "2005-02-15", @@ -477084,7 +451824,7 @@ "air_date": "2011-11-11", "question": "This invitation to insanity is the first song on the \"Purple Rain\" soundtrack", "value": "$400", - "answer": "Let\\'s Go Crazy", + "answer": "Let's Go Crazy", "round": "Jeopardy!", "show_number": "6245", "fullAnswer": "\"Let\\'s Go Crazy\"" @@ -477289,16 +452029,6 @@ "show_number": "6245", "fullAnswer": "babushka" }, - { - "category": "REAL LANDS", - "air_date": "2011-11-11", - "question": "This country off Africa's coast is made up of the Barlavento island group & the Sotavento island group", - "value": "$1000", - "answer": "Cape Verde", - "round": "Jeopardy!", - "show_number": "6245", - "fullAnswer": "Cape Verde" - }, { "category": "FICTIONAL LANDS", "air_date": "2011-11-11", @@ -477569,16 +452299,6 @@ "show_number": "6245", "fullAnswer": "probiotic" }, - { - "category": "TERMS OF ART", - "air_date": "2011-11-11", - "question": "(Jimmy of the Clue Crew explains a painting shown on a monitor.) In art composition, to make the painting more interesting, divide it & put the focus along the lines to follow this fractional rule", - "value": "$2000", - "answer": "rule of thirds", - "round": "Double Jeopardy!", - "show_number": "6245", - "fullAnswer": "the rule of thirds" - }, { "category": "SILENT-LETTERED WORDS", "air_date": "2011-11-11", @@ -477974,7 +452694,7 @@ "air_date": "2003-07-18", "question": "The damage caused by a fire in 976 to this famous Venice cathedral took about 100 years to restore", "value": "$800", - "answer": "St. Mark\\'s", + "answer": "St. Mark's", "round": "Double Jeopardy!", "show_number": "4365", "fullAnswer": "St. Mark\\'s" @@ -479009,16 +453729,6 @@ "show_number": "6134", "fullAnswer": "equaliser" }, - { - "category": "SOUTHERN FLORA & FAUNA", - "air_date": "2011-04-21", - "question": "This blossom seen here is found throughout the southern states & lends its name to the nickname to one of them", - "value": "$400", - "answer": "magnolia", - "round": "Double Jeopardy!", - "show_number": "6134", - "fullAnswer": "the magnolia" - }, { "category": "WHICH SPORTING VENUE?", "air_date": "2011-04-21", @@ -479069,16 +453779,6 @@ "show_number": "6134", "fullAnswer": "Good Morning, Vietnam" }, - { - "category": "SOUTHERN FLORA & FAUNA", - "air_date": "2011-04-21", - "question": "A distinct subspecies, key deer only reach about 2 feet tall & are only found on islands off this state", - "value": "$800", - "answer": "Florida", - "round": "Double Jeopardy!", - "show_number": "6134", - "fullAnswer": "Florida" - }, { "category": "WHICH SPORTING VENUE?", "air_date": "2011-04-21", @@ -479129,16 +453829,6 @@ "show_number": "6134", "fullAnswer": "the morning line" }, - { - "category": "SOUTHERN FLORA & FAUNA", - "air_date": "2011-04-21", - "question": "(Sarah of the Clue Crew reports from Louisiana.) The bald cypress, Louisiana's state tree, is known for pneumatophores that jut up, better known by this anatomical name; their purpose isn't understood but may be for stability", - "value": "$1200", - "answer": "knees", - "round": "Double Jeopardy!", - "show_number": "6134", - "fullAnswer": "knees" - }, { "category": "WHICH SPORTING VENUE?", "air_date": "2011-04-21", @@ -479189,16 +453879,6 @@ "show_number": "6134", "fullAnswer": "American Morning" }, - { - "category": "SOUTHERN FLORA & FAUNA", - "air_date": "2011-04-21", - "question": "Introduced into the U.S. by fur ranchers, this rodent has become such an invasive threat, it has a bounty on it", - "value": "$1600", - "answer": "nutria", - "round": "Double Jeopardy!", - "show_number": "6134", - "fullAnswer": "a nutria" - }, { "category": "WHICH SPORTING VENUE?", "air_date": "2011-04-21", @@ -479249,16 +453929,6 @@ "show_number": "6134", "fullAnswer": "Marjorie Morningstar" }, - { - "category": "SOUTHERN FLORA & FAUNA", - "air_date": "2011-04-21", - "question": "(Jimmy of the Clue Crew reports from Louisiana.) Typical of southern Louisiana, Spanish moss has no roots of its own & takes nutrients directly from the air, making it this type of plant, also called an aerophyte", - "value": "$2000", - "answer": "epiphyte", - "round": "Double Jeopardy!", - "show_number": "6134", - "fullAnswer": "epiphyte" - }, { "category": "WHICH SPORTING VENUE?", "air_date": "2011-04-21", @@ -479449,16 +454119,6 @@ "show_number": "5152", "fullAnswer": "Sandburg" }, - { - "category": "THE WIDE WORLD OF SPORTS", - "air_date": "2007-01-23", - "question": "That's the ballgame for this city's Synergy Field, formerly Riverfront Stadium, in December of 2002", - "value": "$600", - "answer": "Cincinnati", - "round": "Jeopardy!", - "show_number": "5152", - "fullAnswer": "Cincinnati" - }, { "category": "NAMES OF THE '60s", "air_date": "2007-01-23", @@ -479619,16 +454279,6 @@ "show_number": "5152", "fullAnswer": "Arthur Goldberg" }, - { - "category": "THE HERBERT HOOVER PRESIDENTIAL LIBRARY", - "air_date": "2007-01-23", - "question": "(Kelly stands in front of several vases) Hoover began collecting these vases when he lived in this country, and was trapped there during the Boxer Rebellion", - "value": "$400", - "answer": "China", - "round": "Double Jeopardy!", - "show_number": "5152", - "fullAnswer": "China" - }, { "category": "ALBUMS", "air_date": "2007-01-23", @@ -479679,16 +454329,6 @@ "show_number": "5152", "fullAnswer": "red blood cells" }, - { - "category": "THE HERBERT HOOVER PRESIDENTIAL LIBRARY", - "air_date": "2007-01-23", - "question": "(Jimmy stands behind sacks of food) During World War I, Hoover provided sacks of food via the Commission for Relief of this country caught between German bayonets and a British blockade", - "value": "$800", - "answer": "Belgium", - "round": "Double Jeopardy!", - "show_number": "5152", - "fullAnswer": "Belgium" - }, { "category": "ALBUMS", "air_date": "2007-01-23", @@ -479739,16 +454379,6 @@ "show_number": "5152", "fullAnswer": "mononucleosis" }, - { - "category": "THE HERBERT HOOVER PRESIDENTIAL LIBRARY", - "air_date": "2007-01-23", - "question": "(Kelly stands in front of a map and diorama) As Secretary of Commerce, Hoover won praise by helping the victims of the horrific flooding of this river in 1927", - "value": "$1200", - "answer": "Mississippi River", - "round": "Double Jeopardy!", - "show_number": "5152", - "fullAnswer": "Mississippi River" - }, { "category": "ALBUMS", "air_date": "2007-01-23", @@ -479799,16 +454429,6 @@ "show_number": "5152", "fullAnswer": "antibodies" }, - { - "category": "THE HERBERT HOOVER PRESIDENTIAL LIBRARY", - "air_date": "2007-01-23", - "question": "(Kelly stands on the grounds of the Hoover Presidential Library) On the grounds of the Hoover Presidential Library stands the meeting house that he and his wife, Lou, used as members of this religious group", - "value": "$1600", - "answer": "Quakers", - "round": "Double Jeopardy!", - "show_number": "5152", - "fullAnswer": "Quakers" - }, { "category": "ALBUMS", "air_date": "2007-01-23", @@ -479859,16 +454479,6 @@ "show_number": "5152", "fullAnswer": "black" }, - { - "category": "THE HERBERT HOOVER PRESIDENTIAL LIBRARY", - "air_date": "2007-01-23", - "question": "(Jimmy stands in front of a seated statue of Herbert Hoover) As a young geologist in the 1890's Hoover found a gold mine near Coolgardie in this country. He called it a land of red dust, black flies & white heat", - "value": "$2000", - "answer": "Australia", - "round": "Double Jeopardy!", - "show_number": "5152", - "fullAnswer": "Australia" - }, { "category": "ALBUMS", "air_date": "2007-01-23", @@ -481109,16 +455719,6 @@ "show_number": "3783", "fullAnswer": "the brown recluse spider" }, - { - "category": "AFTER AFTER", - "air_date": "2001-01-31", - "question": "It's after \"after\" in the part producing the streak seen here:", - "value": "$1000", - "answer": "afterburner", - "round": "Double Jeopardy!", - "show_number": "3783", - "fullAnswer": "afterburner" - }, { "category": "-OLOGIES", "air_date": "2001-01-31", @@ -481429,16 +456029,6 @@ "show_number": "5127", "fullAnswer": "wintergreen" }, - { - "category": "WHERE IN LONDON AM I?", - "air_date": "2006-12-19", - "question": "(Cheryl of the Clue Crew reports from the Sherlock Holmes Museum.) I'm standing in front of the Sherlock Holmes Museum, a Victorian lodging house built in 1815, on this famous London street", - "value": "$400", - "answer": "Baker Street", - "round": "Double Jeopardy!", - "show_number": "5127", - "fullAnswer": "Baker Street" - }, { "category": "SPORTS ABBREV.", "air_date": "2006-12-19", @@ -481489,16 +456079,6 @@ "show_number": "5127", "fullAnswer": "Shakespeare" }, - { - "category": "WHERE IN LONDON AM I?", - "air_date": "2006-12-19", - "question": "(Cheryl of the Clue Crew reports from a London square.) I'm in this London square associated with Virginia Woolf, who was at the center of a group that made this area famous", - "value": "$800", - "answer": "Bloomsbury", - "round": "Double Jeopardy!", - "show_number": "5127", - "fullAnswer": "Bloomsbury" - }, { "category": "SPORTS ABBREV.", "air_date": "2006-12-19", @@ -481549,16 +456129,6 @@ "show_number": "5127", "fullAnswer": "Latin" }, - { - "category": "WHERE IN LONDON AM I?", - "air_date": "2006-12-19", - "question": "(Kelly of the Clue Crew reports from a London street.) Read all about it! Behind me is this London street that has become synonymous with British journalism", - "value": "$1200", - "answer": "Fleet Street", - "round": "Double Jeopardy!", - "show_number": "5127", - "fullAnswer": "Fleet Street" - }, { "category": "SPORTS ABBREV.", "air_date": "2006-12-19", @@ -481609,16 +456179,6 @@ "show_number": "5127", "fullAnswer": "to boldly go" }, - { - "category": "WHERE IN LONDON AM I?", - "air_date": "2006-12-19", - "question": "(Jimmy of the Clue Crew reports from Hyde Park.) Winston Churchill & George Bernard Shaw are among those who've come to say their peace at this spot in Hyde Park", - "value": "$1600", - "answer": "Speaker\\'s Corner", - "round": "Double Jeopardy!", - "show_number": "5127", - "fullAnswer": "Speaker\\'s Corner" - }, { "category": "SPORTS ABBREV.", "air_date": "2006-12-19", @@ -481669,16 +456229,6 @@ "show_number": "5127", "fullAnswer": "Oxford English Dictionary" }, - { - "category": "WHERE IN LONDON AM I?", - "air_date": "2006-12-19", - "question": "(Jimmy of the Clue Crew reports from a London park.) This famous London park is named for the title of the future George IV and was designed by his friend John Nash", - "value": "$2000", - "answer": "Regent\\'s Park", - "round": "Double Jeopardy!", - "show_number": "5127", - "fullAnswer": "Regent\\'s Park" - }, { "category": "SPORTS ABBREV.", "air_date": "2006-12-19", @@ -482779,16 +457329,6 @@ "show_number": "3692", "fullAnswer": "Bear" }, - { - "category": "ONE MAN'S \"MEAT\"", - "air_date": "2000-09-26", - "question": "(Hi, I'm Earl Brown.) In 1978 two out of three wasn't bad for this singer who I played on VH1 in 2000", - "value": "$600", - "answer": "Meat Loaf", - "round": "Double Jeopardy!", - "show_number": "3692", - "fullAnswer": "Meat Loaf" - }, { "category": "ANOTHER MAN'S POISON", "air_date": "2000-09-26", @@ -483499,16 +458039,6 @@ "show_number": "3943", "fullAnswer": "Michelle Pfeiffer" }, - { - "category": "BUSINESS & INDUSTRY", - "air_date": "2001-10-24", - "question": "This athletic shoe company's internet store is located at catshack.com", - "value": "$1000", - "answer": "Puma", - "round": "Double Jeopardy!", - "show_number": "3943", - "fullAnswer": "Puma" - }, { "category": "WHAT WORDS SHOULD REALLY MEAN", "air_date": "2001-10-24", @@ -483524,7 +458054,7 @@ "air_date": "2001-10-24", "question": "The highest-rated sports program in TV history, other than a Super Bowl, took place on Feb. 23, 1994 in this sport", "value": null, - "answer": "ladies\\' figure skating", + "answer": "ladies' figure skating", "round": "Final Jeopardy!", "show_number": "3943", "fullAnswer": "ladies\\' figure skating" @@ -483704,7 +458234,7 @@ "air_date": "2005-05-04", "question": "In 1851 the National Era began publishing installments of this Stowe work", "value": "$600", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Jeopardy!", "show_number": "4768", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -483839,16 +458369,6 @@ "show_number": "4768", "fullAnswer": "Melville" }, - { - "category": "HISTORIC ESPN", - "air_date": "2005-05-04", - "question": "(Jimmy of the Clue Crew reports.) December 31st, 1967:
On the frozen tundra of Lambeau field, Bart Starr sneaks the winning touchdown to lead this team over Dallas, 21-17", - "value": "$400", - "answer": "Green Bay Packers", - "round": "Double Jeopardy!", - "show_number": "4768", - "fullAnswer": "the Green Bay Packers" - }, { "category": "MY HEAVENS!", "air_date": "2005-05-04", @@ -483869,16 +458389,6 @@ "show_number": "4768", "fullAnswer": "Paul Wolfowitz" }, - { - "category": "AROUND THE LOUVRE", - "air_date": "2005-05-04", - "question": "Henry Fuseli's painting of this Shakespeare character might give the Louvre-goer a fright", - "value": "$400", - "answer": "Lady Macbeth", - "round": "Double Jeopardy!", - "show_number": "4768", - "fullAnswer": "Lady Macbeth" - }, { "category": "PUSHING \"TIN\"", "air_date": "2005-05-04", @@ -483899,16 +458409,6 @@ "show_number": "4768", "fullAnswer": "the Vietnam War" }, - { - "category": "HISTORIC ESPN", - "air_date": "2005-05-04", - "question": "(Jimmy of the Clue Crew reports.) March 2, 1962, the NBA:
It's slamtastic as his dipper dunk brings him to 100 points on the night", - "value": "$800", - "answer": "Chamberlain", - "round": "Double Jeopardy!", - "show_number": "4768", - "fullAnswer": "(Wilt) Chamberlain" - }, { "category": "MY HEAVENS!", "air_date": "2005-05-04", @@ -483959,16 +458459,6 @@ "show_number": "4768", "fullAnswer": "(Mark) Twain" }, - { - "category": "HISTORIC ESPN", - "air_date": "2005-05-04", - "question": "(Sarah of the Clue Crew reports.) June 19, 1946:
This heavyweight had warned Billy Conn \"He can run but he can't hide\"; eighth round, ooh!ouch! thhh--the running ceases", - "value": "$1200", - "answer": "Joe Louis", - "round": "Double Jeopardy!", - "show_number": "4768", - "fullAnswer": "Joe Louis" - }, { "category": "MY HEAVENS!", "air_date": "2005-05-04", @@ -483989,16 +458479,6 @@ "show_number": "4768", "fullAnswer": "Pat Roberts" }, - { - "category": "AROUND THE LOUVRE", - "air_date": "2005-05-04", - "question": "Title of the Watteau work seen here, it's the French version of the Commedia dell'arte's Pedrolino", - "value": "$1200", - "answer": "Pierrot", - "round": "Double Jeopardy!", - "show_number": "4768", - "fullAnswer": "Pierrot" - }, { "category": "PUSHING \"TIN\"", "air_date": "2005-05-04", @@ -484019,16 +458499,6 @@ "show_number": "4768", "fullAnswer": "George S. Kaufman" }, - { - "category": "HISTORIC ESPN", - "air_date": "2005-05-04", - "question": "(Sarah of the Clue Crew reports.) February 22, 1959:
So you say you can't go 135 mph in an Oldsmobile? Lee Petty did, winning the first running of this in Florida", - "value": "$1600", - "answer": "Daytona 500", - "round": "Double Jeopardy!", - "show_number": "4768", - "fullAnswer": "the Daytona 500" - }, { "category": "MY HEAVENS!", "air_date": "2005-05-04", @@ -484059,16 +458529,6 @@ "show_number": "4768", "fullAnswer": "François Mitterrand" }, - { - "category": "PUSHING \"TIN\"", - "air_date": "2005-05-04", - "question": "This man's work, \"Christ at the Sea of Galilee\", is seen here", - "value": "$1600", - "answer": "Tintoretto", - "round": "Double Jeopardy!", - "show_number": "4768", - "fullAnswer": "Tintoretto" - }, { "category": "THE LIBRARY OF AMERICA", "air_date": "2005-05-04", @@ -484079,16 +458539,6 @@ "show_number": "4768", "fullAnswer": "An American Tragedy" }, - { - "category": "HISTORIC ESPN", - "air_date": "2005-05-04", - "question": "(Cheryl of the Clue Crew reports.) 1912:
Gustav V says, \"Sir, you are the greatest athlete in the world\"; His reply--\"Thanks, King\"", - "value": "$2000", - "answer": "Jim Thorpe", - "round": "Double Jeopardy!", - "show_number": "4768", - "fullAnswer": "Jim Thorpe" - }, { "category": "MY HEAVENS!", "air_date": "2005-05-04", @@ -484109,16 +458559,6 @@ "show_number": "4768", "fullAnswer": "Paul Whiteman & Harry Blackmun" }, - { - "category": "AROUND THE LOUVRE", - "air_date": "2005-05-04", - "question": "Since the 1600s the Louvre has owned the work seen here by Claude Gellée, also known as this, for his region of birth", - "value": "$2000", - "answer": "Claude Lorrain", - "round": "Double Jeopardy!", - "show_number": "4768", - "fullAnswer": "Claude Lorrain" - }, { "category": "PUSHING \"TIN\"", "air_date": "2005-05-04", @@ -484194,7 +458634,7 @@ "air_date": "2000-03-13", "question": "In a 1903 song, it's what \"Ida\" was \"sweet as\"", "value": "$100", - "answer": "Apple Cida\\' ", + "answer": "Apple Cida' ", "round": "Jeopardy!", "show_number": "3581", "fullAnswer": "\"Apple Cida\\' \"" @@ -484544,7 +458984,7 @@ "air_date": "2000-03-13", "question": "It can be a lookout point on land as well as on top of a ship's mast", "value": "$400", - "answer": "Crow\\'s Nest", + "answer": "Crow's Nest", "round": "Double Jeopardy!", "show_number": "3581", "fullAnswer": "Crow\\'s Nest" @@ -484699,16 +459139,6 @@ "show_number": "3581", "fullAnswer": "kòu tóu" }, - { - "category": "ACTORS & MOVIE ROLES", - "air_date": "2000-03-13", - "question": "He played the CIA chief in \"No Way Out\"; now he represents Tennessee in the U.S. Senate", - "value": "$1000", - "answer": "Fred (Dalton) Thompson", - "round": "Double Jeopardy!", - "show_number": "3581", - "fullAnswer": "Fred (Dalton) Thompson" - }, { "category": "FORMER CITY NAMES", "air_date": "2000-03-13", @@ -484819,16 +459249,6 @@ "show_number": "5239", "fullAnswer": "swelling" }, - { - "category": "'80s MOVIE MEMORIES", - "air_date": "2007-05-24", - "question": "(Kelly of the Clue Crew reports from NORAD.) The experiments of a teenage computer whiz led him to NORAD's Nuclear War Operations Centre in this 1983 film", - "value": "$400", - "answer": "WarGames", - "round": "Jeopardy!", - "show_number": "5239", - "fullAnswer": "WarGames" - }, { "category": "TOUGH TIMES, KID", "air_date": "2007-05-24", @@ -484869,16 +459289,6 @@ "show_number": "5239", "fullAnswer": "neck" }, - { - "category": "FIRST AID", - "air_date": "2007-05-24", - "question": "(Jon of the Clue Crew performs CPR on a mannequin.) The purpose of CPR's chest compressions is to keep the blood carrying this to the brain", - "value": "$600", - "answer": "oxygen", - "round": "Jeopardy!", - "show_number": "5239", - "fullAnswer": "oxygen" - }, { "category": "'80s MOVIE MEMORIES", "air_date": "2007-05-24", @@ -484969,16 +459379,6 @@ "show_number": "5239", "fullAnswer": "Canada" }, - { - "category": "JACKSON 5", - "air_date": "2007-05-24", - "question": "This New Orleans-born gospel singer seen here debuted at Carnegie Hall in 1950", - "value": "$800", - "answer": "Mahalia Jackson", - "round": "Jeopardy!", - "show_number": "5239", - "fullAnswer": "Mahalia Jackson" - }, { "category": "SLANG", "air_date": "2007-05-24", @@ -484989,16 +459389,6 @@ "show_number": "5239", "fullAnswer": "grapevine" }, - { - "category": "'80s MOVIE MEMORIES", - "air_date": "2007-05-24", - "question": "(I'm Jane Kaczmarek.) One of my first movie roles was as this man's wife in \"Falling in Love\", the rat leaves me for Meryl Streep", - "value": "$1000", - "answer": "Robert De Niro", - "round": "Jeopardy!", - "show_number": "5239", - "fullAnswer": "Robert De Niro" - }, { "category": "TOUGH TIMES, KID", "air_date": "2007-05-24", @@ -485309,22 +459699,12 @@ "show_number": "5239", "fullAnswer": "David McCullough" }, - { - "category": "MARINE BIOLOGY", - "air_date": "2007-05-24", - "question": "This small five-letter animal seen here is the main food source of the Antarctic blue whale", - "value": "$2000", - "answer": "krill", - "round": "Double Jeopardy!", - "show_number": "5239", - "fullAnswer": "krill" - }, { "category": "HAIFA LOAF", "air_date": "2007-05-24", "question": "Haifa is the world center of this religion founded in Persia in the mid-19th century", "value": "$2000", - "answer": "Bahá\\'í Faith", + "answer": "Bahá'í Faith", "round": "Double Jeopardy!", "show_number": "5239", "fullAnswer": "Bahá\\'í Faith" @@ -485414,7 +459794,7 @@ "air_date": "2001-06-20", "question": "In the fall, the USA's Columbia defeated Britain's Shamrock II to win this trophy", "value": "$200", - "answer": "America\\'s Cup", + "answer": "America's Cup", "round": "Jeopardy!", "show_number": "3883", "fullAnswer": "America\\'s Cup" @@ -485504,7 +459884,7 @@ "air_date": "2001-06-20", "question": "Still one of the busiest:
ORD", "value": "$300", - "answer": "Chicago O\\' Hare", + "answer": "Chicago O' Hare", "round": "Jeopardy!", "show_number": "3883", "fullAnswer": "Chicago O\\' Hare" @@ -485954,7 +460334,7 @@ "air_date": "2001-06-20", "question": "Muhammad Ali & Michael J. Fox have gone to Capitol Hill to speak about this disease", "value": null, - "answer": "Parkinson\\'s Disease", + "answer": "Parkinson's Disease", "round": "Final Jeopardy!", "show_number": "3883", "fullAnswer": "Parkinson\\'s Disease" @@ -486414,7 +460794,7 @@ "air_date": "1993-11-26", "question": "This New York City's department store's red star logo may have been adapted from a tattoo worn by its founder", "value": "$600", - "answer": "Macy\\'s", + "answer": "Macy's", "round": "Double Jeopardy!", "show_number": "2125", "fullAnswer": "Macy\\'s" @@ -486514,7 +460894,7 @@ "air_date": "1993-11-26", "question": "1 of 3 new medal sports added to the 1992 Summer Olympics", "value": "$2,000", - "answer": "Badminton, baseball or women\\'s judo", + "answer": "Badminton, baseball or women's judo", "round": "Double Jeopardy!", "show_number": "2125", "fullAnswer": "Badminton, baseball or women\\'s judo" @@ -487529,16 +461909,6 @@ "show_number": "5548", "fullAnswer": "aerie" }, - { - "category": "OYSTERS", - "air_date": "2008-10-22", - "question": "(Kelly of the Clue Crew reports from the Grand Central Terminal Oyster Bar in New York.) Only high-quality oysters are served in this simple way, also in the popular name of a Botticelli painting", - "value": "$400", - "answer": "on the half shell", - "round": "Double Jeopardy!", - "show_number": "5548", - "fullAnswer": "on the half shell" - }, { "category": "GERMAN COMPOSERS", "air_date": "2008-10-22", @@ -487589,16 +461959,6 @@ "show_number": "5548", "fullAnswer": "buoy" }, - { - "category": "OYSTERS", - "air_date": "2008-10-22", - "question": "(Kelly of the Clue Crew reports from the Grand Central Terminal Oyster Bar in New York.) Originally made with snails, this dish from Antoine's of New Orleans got its name because it looked so rich", - "value": "$800", - "answer": "Oysters Rockefeller", - "round": "Double Jeopardy!", - "show_number": "5548", - "fullAnswer": "Oysters Rockefeller" - }, { "category": "GERMAN COMPOSERS", "air_date": "2008-10-22", @@ -487649,16 +462009,6 @@ "show_number": "5548", "fullAnswer": "onomatopoeia" }, - { - "category": "OYSTERS", - "air_date": "2008-10-22", - "question": "(Sarah of the Clue Crew has a dish at the Grand Central Terminal Oyster Bar in New York.) Modern refrigeration has eliminated the old warning about only eating oysters in these months, but some still say that's when they taste best", - "value": "$1200", - "answer": "months with R\\'s in them", - "round": "Double Jeopardy!", - "show_number": "5548", - "fullAnswer": "months with R\\'s in them" - }, { "category": "GERMAN COMPOSERS", "air_date": "2008-10-22", @@ -487709,16 +462059,6 @@ "show_number": "5548", "fullAnswer": "aqueous" }, - { - "category": "OYSTERS", - "air_date": "2008-10-22", - "question": "(Sarah of the Clue Crew downs a shot at the Grand Central Terminal Oyster Bar in New York.) The oyster shooter, reputedly invented by a West Coast miner who wanted his oyster fast and raw, is made with this cocktail mix", - "value": "$1600", - "answer": "Bloody Mary mix", - "round": "Double Jeopardy!", - "show_number": "5548", - "fullAnswer": "Bloody Mary mix" - }, { "category": "GERMAN COMPOSERS", "air_date": "2008-10-22", @@ -487769,16 +462109,6 @@ "show_number": "5548", "fullAnswer": "diminish" }, - { - "category": "OYSTERS", - "air_date": "2008-10-22", - "question": "(Sarah of the Clue Crew holds a mollusk at the Grand Central Terminal Oyster Bar in New York.) Oysters from this colorful location on Long Island's Great South Bay were so popular, the name is used for several East Coast oysters", - "value": "$2000", - "answer": "Blue Point", - "round": "Double Jeopardy!", - "show_number": "5548", - "fullAnswer": "Blue Point" - }, { "category": "THE EMMY AWARDS", "air_date": "2008-10-22", @@ -488319,16 +462649,6 @@ "show_number": "4200", "fullAnswer": "its eyes" }, - { - "category": "THE GOLF CHANNEL", - "air_date": "2002-11-29", - "question": "This co-founder of the Golf Channel is seen here in his playing prime", - "value": "$200", - "answer": "Palmer", - "round": "Jeopardy!", - "show_number": "4200", - "fullAnswer": "(Arnold) Palmer" - }, { "category": "PRINTING", "air_date": "2002-11-29", @@ -488459,16 +462779,6 @@ "show_number": "4200", "fullAnswer": "a repertoire" }, - { - "category": "DOUBLE Ws", - "air_date": "2002-11-29", - "question": "Cuddly creatures seen here", - "value": "$600", - "answer": "chow chows", - "round": "Jeopardy!", - "show_number": "4200", - "fullAnswer": "chow chows" - }, { "category": "NON-POTENT POTABLES", "air_date": "2002-11-29", @@ -488559,26 +462869,6 @@ "show_number": "4200", "fullAnswer": "papillon" }, - { - "category": "THE GOLF CHANNEL", - "air_date": "2002-11-29", - "question": "In 1982 the 17th hole shot seen here helped win the U.S. Open for this man", - "value": "$1000", - "answer": "Tom Watson", - "round": "Jeopardy!", - "show_number": "4200", - "fullAnswer": "Tom Watson" - }, - { - "category": "PRINTING", - "air_date": "2002-11-29", - "question": "These marks around the Jeopardy! logo are the crosses or angles printed to line up 2 or more colors in process printing", - "value": "$1000", - "answer": "register (or registration) marks", - "round": "Jeopardy!", - "show_number": "4200", - "fullAnswer": "register (or registration) marks" - }, { "category": "DOUBLE Ws", "air_date": "2002-11-29", @@ -488669,16 +462959,6 @@ "show_number": "4200", "fullAnswer": "perspicuous" }, - { - "category": "20th CENTURY ARTISTS", - "air_date": "2002-11-29", - "question": "In 1963 he began a series inspired by girls' romance comics that included the painting seen here", - "value": "$800", - "answer": "Lichtenstein", - "round": "Double Jeopardy!", - "show_number": "4200", - "fullAnswer": "Lichtenstein" - }, { "category": "OLD JOBS", "air_date": "2002-11-29", @@ -488799,16 +463079,6 @@ "show_number": "4200", "fullAnswer": "Chagall" }, - { - "category": "OLD JOBS", - "air_date": "2002-11-29", - "question": "(Cheryl of the Clue Crew reports from the fire.) A blacksmith worked at the forge; this appropriately named counterpart worked with the finished iron", - "value": "$1600", - "answer": "whitesmith ", - "round": "Double Jeopardy!", - "show_number": "4200", - "fullAnswer": "the whitesmith (or the tinsmith)" - }, { "category": "BRITISH SPEECHES", "air_date": "2002-11-29", @@ -488974,7 +463244,7 @@ "air_date": "1997-03-06", "question": "In 1916 this company intorduced its All-Bran cereal as a source of dietary fiber", "value": "$200", - "answer": "Kellogg\\'s", + "answer": "Kellogg's", "round": "Jeopardy!", "show_number": "2889", "fullAnswer": "Kellogg\\'s" @@ -489579,16 +463849,6 @@ "show_number": "4956", "fullAnswer": "reign/rain" }, - { - "category": "SCIENCE", - "air_date": "2006-03-13", - "question": "(Jon of the Clue Crew reports from Copenhagen, Denmark.) In 1883, Carlsberg developed Saccharomyces carlsbergensis, a special strain of this to ferment the sugars in beer", - "value": "$400", - "answer": "yeast", - "round": "Jeopardy!", - "show_number": "4956", - "fullAnswer": "yeast" - }, { "category": "SATURDAY NIGHT LIVE", "air_date": "2006-03-13", @@ -489599,16 +463859,6 @@ "show_number": "4956", "fullAnswer": "Billy Crystal" }, - { - "category": "EVERY TIM, DIRK OR GARY", - "air_date": "2006-03-13", - "question": "A \"Far Side\" panel by this cartoonist is seen here", - "value": "$400", - "answer": "Gary Larson", - "round": "Jeopardy!", - "show_number": "4956", - "fullAnswer": "Gary Larson" - }, { "category": "OPERA QUEENS", "air_date": "2006-03-13", @@ -489679,16 +463929,6 @@ "show_number": "4956", "fullAnswer": "Queen Isabella" }, - { - "category": "CELL-PHONING IT IN", - "air_date": "2006-03-13", - "question": "This company is associated with the sound heard here", - "value": "$600", - "answer": "T-Mobile", - "round": "Jeopardy!", - "show_number": "4956", - "fullAnswer": "T-Mobile" - }, { "category": "HOMOPHONES", "air_date": "2006-03-13", @@ -489719,16 +463959,6 @@ "show_number": "4956", "fullAnswer": "Chris Farley" }, - { - "category": "EVERY TIM, DIRK OR GARY", - "air_date": "2006-03-13", - "question": "Let's \"Meet the Press\" guy seen here", - "value": "$800", - "answer": "Tim Russert", - "round": "Jeopardy!", - "show_number": "4956", - "fullAnswer": "Tim Russert" - }, { "category": "OPERA QUEENS", "air_date": "2006-03-13", @@ -489769,16 +463999,6 @@ "show_number": "4956", "fullAnswer": "parsec" }, - { - "category": "SATURDAY NIGHT LIVE", - "air_date": "2006-03-13", - "question": "Listen to me now & believe me later, these Dana Carvey & Kevin Nealon characters wanted to \"Pump... you up\"", - "value": "$1000", - "answer": "Hans & Franz", - "round": "Jeopardy!", - "show_number": "4956", - "fullAnswer": "Hans & Franz" - }, { "category": "EVERY TIM, DIRK OR GARY", "air_date": "2006-03-13", @@ -489899,16 +464119,6 @@ "show_number": "4956", "fullAnswer": "the Holy Roman Emperor" }, - { - "category": "THE CONSTANT GARDENER", - "air_date": "2006-03-13", - "question": "This popular houseplant needs bright light & some direct sun", - "value": "$800", - "answer": "African violet", - "round": "Double Jeopardy!", - "show_number": "4956", - "fullAnswer": "an African violet" - }, { "category": "CRASH", "air_date": "2006-03-13", @@ -490019,16 +464229,6 @@ "show_number": "4956", "fullAnswer": "Bavaria" }, - { - "category": "THE CONSTANT GARDENER", - "air_date": "2006-03-13", - "question": "In Japan, this flower is called sakura & the tree does not bear fruit", - "value": "$1600", - "answer": "cherry blossom", - "round": "Double Jeopardy!", - "show_number": "4956", - "fullAnswer": "a cherry blossom" - }, { "category": "CRASH", "air_date": "2006-03-13", @@ -491379,16 +465579,6 @@ "show_number": "5077", "fullAnswer": "a zebra" }, - { - "category": "FACES OF AMERICA", - "air_date": "2006-10-10", - "question": "He's the humorist & Wild West star seen here", - "value": "$200", - "answer": "Will Rogers", - "round": "Jeopardy!", - "show_number": "5077", - "fullAnswer": "Will Rogers" - }, { "category": "\"D\"-VIDE", "air_date": "2006-10-10", @@ -491439,26 +465629,6 @@ "show_number": "5077", "fullAnswer": "Canada" }, - { - "category": "FACES OF AMERICA", - "air_date": "2006-10-10", - "question": "He instituted the ultimate top ten list as a part of his job", - "value": "$400", - "answer": "J. Edgar Hoover", - "round": "Jeopardy!", - "show_number": "5077", - "fullAnswer": "J. Edgar Hoover" - }, - { - "category": "\"D\"-VIDE", - "air_date": "2006-10-10", - "question": "Beastly desert dweller seen here", - "value": "$400", - "answer": "dromedary", - "round": "Jeopardy!", - "show_number": "5077", - "fullAnswer": "a dromedary" - }, { "category": "CONQUER", "air_date": "2006-10-10", @@ -491499,16 +465669,6 @@ "show_number": "5077", "fullAnswer": "tennis" }, - { - "category": "FACES OF AMERICA", - "air_date": "2006-10-10", - "question": "Evidently, paratroopers love this guy", - "value": "$600", - "answer": "Geronimo", - "round": "Jeopardy!", - "show_number": "5077", - "fullAnswer": "Geronimo" - }, { "category": "\"D\"-VIDE", "air_date": "2006-10-10", @@ -491559,16 +465719,6 @@ "show_number": "5077", "fullAnswer": "\"The Yellow Rose of Texas\"" }, - { - "category": "FACES OF AMERICA", - "air_date": "2006-10-10", - "question": "This influential 19th-century abolitionist & author co-founded the newspaper The North Star", - "value": "$800", - "answer": "Douglass", - "round": "Jeopardy!", - "show_number": "5077", - "fullAnswer": "(Frederick) Douglass" - }, { "category": "\"D\"-VIDE", "air_date": "2006-10-10", @@ -491619,16 +465769,6 @@ "show_number": "5077", "fullAnswer": "jaundiced" }, - { - "category": "FACES OF AMERICA", - "air_date": "2006-10-10", - "question": "He's the former congressman, ambassador & big-city mayor seen here", - "value": "$1000", - "answer": "Young", - "round": "Jeopardy!", - "show_number": "5077", - "fullAnswer": "(Andrew) Young" - }, { "category": "\"D\"-VIDE", "air_date": "2006-10-10", @@ -491679,16 +465819,6 @@ "show_number": "5077", "fullAnswer": "an ashtray" }, - { - "category": "WHAT THE \"H\"?", - "air_date": "2006-10-10", - "question": "The 17th-century work seen here shows a landscape in this country", - "value": "$400", - "answer": "Holland", - "round": "Double Jeopardy!", - "show_number": "5077", - "fullAnswer": "Holland" - }, { "category": "JANE EYRE'S WEDDING REGISTRY", "air_date": "2006-10-10", @@ -491739,16 +465869,6 @@ "show_number": "5077", "fullAnswer": "Mein Kampf" }, - { - "category": "WHAT THE \"H\"?", - "air_date": "2006-10-10", - "question": "This former ambulance driver was also once an amateur boxer", - "value": "$800", - "answer": "Hemingway", - "round": "Double Jeopardy!", - "show_number": "5077", - "fullAnswer": "(Ernest) Hemingway" - }, { "category": "JANE EYRE'S WEDDING REGISTRY", "air_date": "2006-10-10", @@ -491789,26 +465909,6 @@ "show_number": "5077", "fullAnswer": "Eileen" }, - { - "category": "FDR", - "air_date": "2006-10-10", - "question": "(Cheryl of the Clue Crew reports from the FDR Presidential Library.) FDR collected these watercolors of the naval battles with this country in 1846-47", - "value": "$1200", - "answer": "Mexico", - "round": "Double Jeopardy!", - "show_number": "5077", - "fullAnswer": "Mexico" - }, - { - "category": "WHAT THE \"H\"?", - "air_date": "2006-10-10", - "question": "A representative work from this late 19th century American master is seen here", - "value": "$1200", - "answer": "Homer", - "round": "Double Jeopardy!", - "show_number": "5077", - "fullAnswer": "(Winslow) Homer" - }, { "category": "JANE EYRE'S WEDDING REGISTRY", "air_date": "2006-10-10", @@ -491859,16 +465959,6 @@ "show_number": "5077", "fullAnswer": "the atomic bomb" }, - { - "category": "WHAT THE \"H\"?", - "air_date": "2006-10-10", - "question": "It's not Heck-etica, it's the typeface seen here", - "value": "$1600", - "answer": "Helvetica", - "round": "Double Jeopardy!", - "show_number": "5077", - "fullAnswer": "Helvetica" - }, { "category": "JANE EYRE'S WEDDING REGISTRY", "air_date": "2006-10-10", @@ -491919,16 +466009,6 @@ "show_number": "5077", "fullAnswer": "Fala" }, - { - "category": "WHAT THE \"H\"?", - "air_date": "2006-10-10", - "question": "If you've surfaced too fast, you may have to spend some time in this chamber", - "value": "$2000", - "answer": "hyperbaric chamber", - "round": "Double Jeopardy!", - "show_number": "5077", - "fullAnswer": "a hyperbaric chamber" - }, { "category": "JANE EYRE'S WEDDING REGISTRY", "air_date": "2006-10-10", @@ -492274,7 +466354,7 @@ "air_date": "2000-02-21", "question": "\"Lawrence of Arabia\"
(1962)", "value": "$200", - "answer": "Peter O\\'Toole", + "answer": "Peter O'Toole", "round": "Double Jeopardy!", "show_number": "3566", "fullAnswer": "Peter O\\'Toole" @@ -492729,16 +466809,6 @@ "show_number": "5645", "fullAnswer": "crestfallen" }, - { - "category": "RULE BRITANNIA", - "air_date": "2009-03-06", - "question": "Pictured here, they ruled together on the throne for 5 years", - "value": "$800", - "answer": "William & Mary", - "round": "Jeopardy!", - "show_number": "5645", - "fullAnswer": "William & Mary" - }, { "category": "DYSFUNCTION JUNCTION", "air_date": "2009-03-06", @@ -492764,7 +466834,7 @@ "air_date": "2009-03-06", "question": "\"Tastes as great as its name\"", "value": "$800", - "answer": "Milwaukee\\'s Best", + "answer": "Milwaukee's Best", "round": "Jeopardy!", "show_number": "5645", "fullAnswer": "Milwaukee\\'s Best" @@ -492889,16 +466959,6 @@ "show_number": "5645", "fullAnswer": "the Model T" }, - { - "category": "THE ART OF WORK", - "air_date": "2009-03-06", - "question": "It's the occupational title of the artwork seen here", - "value": "$400", - "answer": "Railsplitter", - "round": "Double Jeopardy!", - "show_number": "5645", - "fullAnswer": "Railsplitter" - }, { "category": "\"IT\" HAPPENS", "air_date": "2009-03-06", @@ -492929,16 +466989,6 @@ "show_number": "5645", "fullAnswer": "Hannah Montana" }, - { - "category": "SOME SCIENCE, SOME NATURE", - "air_date": "2009-03-06", - "question": "One tip at epa.gov says that leaving this at home twice a week can cut greenhouse gas emissions over 1,500 lbs. per year", - "value": "$800", - "answer": "your car", - "round": "Double Jeopardy!", - "show_number": "5645", - "fullAnswer": "your car" - }, { "category": "CAR SHOW", "air_date": "2009-03-06", @@ -492949,16 +466999,6 @@ "show_number": "5645", "fullAnswer": "the Civic" }, - { - "category": "THE ART OF WORK", - "air_date": "2009-03-06", - "question": "The 18th-century work seen here is partly titled these people \"Hard at Work\"", - "value": "$800", - "answer": "blacksmiths", - "round": "Double Jeopardy!", - "show_number": "5645", - "fullAnswer": "blacksmiths" - }, { "category": "\"IT\" HAPPENS", "air_date": "2009-03-06", @@ -493009,16 +467049,6 @@ "show_number": "5645", "fullAnswer": "a Mustang" }, - { - "category": "THE ART OF WORK", - "air_date": "2009-03-06", - "question": "The workers depicted here by Eugene Gracé in 1887 are laying the foundations for this structure", - "value": "$1200", - "answer": "Eiffel Tower", - "round": "Double Jeopardy!", - "show_number": "5645", - "fullAnswer": "the Eiffel Tower" - }, { "category": "\"IT\" HAPPENS", "air_date": "2009-03-06", @@ -493054,7 +467084,7 @@ "air_date": "2009-03-06", "question": "It was clocked at more than 80,000 mph making an earthly pass at us in April 1986 (Sorry, but we're not that easy!)", "value": "$1600", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Double Jeopardy!", "show_number": "5645", "fullAnswer": "Halley\\'s Comet" @@ -493069,26 +467099,6 @@ "show_number": "5645", "fullAnswer": "Saturn" }, - { - "category": "THE ART OF WORK", - "air_date": "2009-03-06", - "question": "The 17th century work \"Village Lawyer\", seen here, is by this Flemish painter, the Younger", - "value": "$1600", - "answer": "Pieter Bruegel", - "round": "Double Jeopardy!", - "show_number": "5645", - "fullAnswer": "Pieter Bruegel" - }, - { - "category": "\"IT\" HAPPENS", - "air_date": "2009-03-06", - "question": "TV term for the effect seen here", - "value": "$1600", - "answer": "split screen", - "round": "Double Jeopardy!", - "show_number": "5645", - "fullAnswer": "split screen" - }, { "category": "GEORGIA", "air_date": "2009-03-06", @@ -493129,16 +467139,6 @@ "show_number": "5645", "fullAnswer": "Aston Martin" }, - { - "category": "THE ART OF WORK", - "air_date": "2009-03-06", - "question": "For the song \"Gretchen at\" this device, Schubert wrote a piano part to imitate its whirring", - "value": "$2000", - "answer": "spinning wheel", - "round": "Double Jeopardy!", - "show_number": "5645", - "fullAnswer": "a spinning wheel" - }, { "category": "\"IT\" HAPPENS", "air_date": "2009-03-06", @@ -493214,7 +467214,7 @@ "air_date": "1998-10-09", "question": "Jagger's pranks", "value": "$100", - "answer": "Mick\\'s tricks", + "answer": "Mick's tricks", "round": "Jeopardy!", "show_number": "3240", "fullAnswer": "Mick\\'s tricks" @@ -493239,16 +467239,6 @@ "show_number": "3240", "fullAnswer": "\"Mousetrap\"" }, - { - "category": "ART & ARTISTS", - "air_date": "1998-10-09", - "question": "Artist of the 1893 lithograph seen here", - "value": "$200", - "answer": "Toulouse-Lautrec", - "round": "Jeopardy!", - "show_number": "3240", - "fullAnswer": "Toulouse-Lautrec" - }, { "category": "BARRY MANILOW", "air_date": "1998-10-09", @@ -493264,7 +467254,7 @@ "air_date": "1998-10-09", "question": "It's Wayne & Garth's catchphrase in the presence of gods like Aerosmith", "value": "$200", - "answer": "We\\'re Not Worthy!", + "answer": "We're Not Worthy!", "round": "Jeopardy!", "show_number": "3240", "fullAnswer": "\"We\\'re Not Worthy!\"" @@ -493274,7 +467264,7 @@ "air_date": "1998-10-09", "question": "Maher's medications", "value": "$200", - "answer": "Bill\\'s pills", + "answer": "Bill's pills", "round": "Jeopardy!", "show_number": "3240", "fullAnswer": "Bill\\'s pills" @@ -493334,7 +467324,7 @@ "air_date": "1998-10-09", "question": "Carney's roles", "value": "$300", - "answer": "Art\\'s parts", + "answer": "Art's parts", "round": "Jeopardy!", "show_number": "3240", "fullAnswer": "Art\\'s parts" @@ -493394,7 +467384,7 @@ "air_date": "1998-10-09", "question": "Blythe's flags", "value": "$400", - "answer": "Danner\\'s banners", + "answer": "Danner's banners", "round": "Jeopardy!", "show_number": "3240", "fullAnswer": "Danner\\'s banners" @@ -493454,7 +467444,7 @@ "air_date": "1998-10-09", "question": "Kerri's embraces", "value": "$500", - "answer": "Strug\\'s hugs", + "answer": "Strug's hugs", "round": "Jeopardy!", "show_number": "3240", "fullAnswer": "Strug\\'s hugs" @@ -493824,7 +467814,7 @@ "air_date": "2008-05-19", "question": "2-word term for the initial good fortune that might come to someone starting a new pursuit or hobby", "value": "$200", - "answer": "beginner\\'s luck", + "answer": "beginner's luck", "round": "Jeopardy!", "show_number": "5466", "fullAnswer": "beginner\\'s luck" @@ -493869,16 +467859,6 @@ "show_number": "5466", "fullAnswer": "a do-not-call list" }, - { - "category": "TIME TO \"BEG\" FOR IT", - "air_date": "2008-05-19", - "question": "American perennial seen here", - "value": "$400", - "answer": "begonia", - "round": "Jeopardy!", - "show_number": "5466", - "fullAnswer": "a begonia" - }, { "category": "AMERICAN POETRY", "air_date": "2008-05-19", @@ -493999,16 +467979,6 @@ "show_number": "5466", "fullAnswer": "begrudge" }, - { - "category": "AMERICAN POETRY", - "air_date": "2008-05-19", - "question": "\"For the Union Dead\" is a 1964 book by this poet whose ancestors came over on the Mayflower", - "value": "$1000", - "answer": "Robert Lowell", - "round": "Jeopardy!", - "show_number": "5466", - "fullAnswer": "Robert Lowell" - }, { "category": "THE 50th GRAMMYS", "air_date": "2008-05-19", @@ -494054,7 +468024,7 @@ "air_date": "2008-05-19", "question": "This 1728 John Gay \"opera\" put satiric lyrics to the tunes of popular songs", "value": "$1000", - "answer": "Beggar\\'s Opera", + "answer": "Beggar's Opera", "round": "Jeopardy!", "show_number": "5466", "fullAnswer": "The Beggar\\'s Opera" @@ -494159,16 +468129,6 @@ "show_number": "5466", "fullAnswer": "gin" }, - { - "category": "INTERNATIONAL PARKS", - "air_date": "2008-05-19", - "question": "You can visit the ruins of an ancient Mayan city at Tikal National Park in this Central American country", - "value": "$800", - "answer": "Guatemala", - "round": "Double Jeopardy!", - "show_number": "5466", - "fullAnswer": "Guatemala" - }, { "category": "\"B\" SHARP", "air_date": "2008-05-19", @@ -494219,16 +468179,6 @@ "show_number": "5466", "fullAnswer": "\"Tequila\"" }, - { - "category": "INTERNATIONAL PARKS", - "air_date": "2008-05-19", - "question": "(Cheryl of the Clue Crew presents from the American Museum of Natural History in New York.) This diorama at the American Museum of Natural History depicts Virunga National Park in this African Democratic Republic", - "value": "$1200", - "answer": "Congo", - "round": "Double Jeopardy!", - "show_number": "5466", - "fullAnswer": "the Congo" - }, { "category": "\"B\" SHARP", "air_date": "2008-05-19", @@ -494294,7 +468244,7 @@ "air_date": "2008-05-19", "question": "The battle of Bunker Hill actually took place on this adjacent hill", "value": "$1600", - "answer": "Breed\\'s Hill", + "answer": "Breed's Hill", "round": "Double Jeopardy!", "show_number": "5466", "fullAnswer": "Breed\\'s Hill" @@ -494539,16 +468489,6 @@ "show_number": "5693", "fullAnswer": "The Gap" }, - { - "category": "TIME FOR A \"NAP\"", - "air_date": "2009-05-13", - "question": "I love the smell of this incendiary jelly-like substance in the morning!", - "value": "$600", - "answer": "napalm", - "round": "Jeopardy!", - "show_number": "5693", - "fullAnswer": "napalm" - }, { "category": "STAYING AT HOME", "air_date": "2009-05-13", @@ -494559,16 +468499,6 @@ "show_number": "5693", "fullAnswer": "Blair House" }, - { - "category": "THE WORLD COMES TO YOU", - "air_date": "2009-05-13", - "question": "Da, this mountain range separates Siberia from European Russia", - "value": "$800", - "answer": "Urals", - "round": "Jeopardy!", - "show_number": "5693", - "fullAnswer": "the Urals" - }, { "category": "WHAT'S ON TV?", "air_date": "2009-05-13", @@ -494589,16 +468519,6 @@ "show_number": "5693", "fullAnswer": "the Tribune" }, - { - "category": "TAKE OUT THE TRASH", - "air_date": "2009-05-13", - "question": "Wow, an old photo labeled \"Grandma and Grandpa at\" this Arizona natural wonder, \"1947\"--gee, too bad I don't know these people", - "value": "$800", - "answer": "Grand Canyon", - "round": "Jeopardy!", - "show_number": "5693", - "fullAnswer": "the Grand Canyon" - }, { "category": "TIME FOR A \"NAP\"", "air_date": "2009-05-13", @@ -494659,16 +468579,6 @@ "show_number": "5693", "fullAnswer": "mold" }, - { - "category": "TIME FOR A \"NAP\"", - "air_date": "2009-05-13", - "question": "(Kelly of the Clue Crew shows a micrographic animation on the monitor.) In the nervous system, when an impulse gets to the end of a nerve, cell neurotransmitters shoot across one of these spaces", - "value": "$1000", - "answer": "synapse", - "round": "Jeopardy!", - "show_number": "5693", - "fullAnswer": "a synapse" - }, { "category": "SCIENTISTS", "air_date": "2009-05-13", @@ -494819,16 +468729,6 @@ "show_number": "5693", "fullAnswer": "El Cid" }, - { - "category": "LITERARY SETTINGS", - "air_date": "2009-05-13", - "question": "(Jon of the Clue Crew walks a walled street of Pamplona, Spain.) A passage reads, \"Suddenly, a crowd came down the street. They were all running, and then the bulls galloping, tossing their heads up and down...\" vividly capturing Pamplona in this 1926 novel", - "value": "$1200", - "answer": "Sun Also Rises", - "round": "Double Jeopardy!", - "show_number": "5693", - "fullAnswer": "The Sun Also Rises" - }, { "category": "WOMEN IN GOVERNMENT", "air_date": "2009-05-13", @@ -494859,16 +468759,6 @@ "show_number": "5693", "fullAnswer": "Tesla" }, - { - "category": "WOMEN ON MY INFINITE PLAYLIST", - "air_date": "2009-05-13", - "question": "Breaking with her Christian music roots, she created some controversy with the song heard here

\"I kissed a girl and I liked it/
The taste of her cherry chapstick...\"
", - "value": "$1600", - "answer": "Katy Perry", - "round": "Double Jeopardy!", - "show_number": "5693", - "fullAnswer": "Katy Perry" - }, { "category": "KINGS OF LEON", "air_date": "2009-05-13", @@ -494919,16 +468809,6 @@ "show_number": "5693", "fullAnswer": "a jellyfish" }, - { - "category": "WOMEN ON MY INFINITE PLAYLIST", - "air_date": "2009-05-13", - "question": "She made a name for herself on the second stage at Lilith Fair in 1998

\"These eyes never saw you leaving/
This heart...\"
", - "value": "$2000", - "answer": "India.Arie", - "round": "Double Jeopardy!", - "show_number": "5693", - "fullAnswer": "India.Arie" - }, { "category": "KINGS OF LEON", "air_date": "2009-05-13", @@ -495679,16 +469559,6 @@ "show_number": "5563", "fullAnswer": "sewing" }, - { - "category": "SCIENCE", - "air_date": "2008-11-12", - "question": "(Jon of the Clue Crew sucks on a straw in a sealed-up bottle that has a marshmallow inside.) The marshmallow in the bottle will expand when I suck on the straw because this property inside the bottle will decrease", - "value": "$400", - "answer": "pressure", - "round": "Jeopardy!", - "show_number": "5563", - "fullAnswer": "(air) pressure" - }, { "category": "WHEN YOU GO TO COLLEGE", "air_date": "2008-11-12", @@ -495799,16 +469669,6 @@ "show_number": "5563", "fullAnswer": "breast cancer" }, - { - "category": "SCIENCE", - "air_date": "2008-11-12", - "question": "(Jon of the Clue Crew pushes a straw into a cupcake, then extracts the result.) Using a cupcake & straw, we're approximating 1 of these 2-word scientific readings used in undersea & underground prospecting", - "value": "$800", - "answer": "core sampling", - "round": "Jeopardy!", - "show_number": "5563", - "fullAnswer": "core sampling" - }, { "category": "WHEN YOU GO TO COLLEGE", "air_date": "2008-11-12", @@ -495994,7 +469854,7 @@ "air_date": "2008-11-12", "question": "Flappers loved F. Scott Fitzgerald's \"Flappers and Philosophers\", published in this decade", "value": "$2,000", - "answer": "\\'20s", + "answer": "'20s", "round": "Double Jeopardy!", "show_number": "5563", "fullAnswer": "the \\'20s" @@ -496069,16 +469929,6 @@ "show_number": "5563", "fullAnswer": "neutral" }, - { - "category": "\"A\" IN GEOGRAPHY", - "air_date": "2008-11-12", - "question": "This country highlighted in red is bordered by Russia & Georgia to the north & Iran to the south", - "value": "$1600", - "answer": "Azerbaijan", - "round": "Double Jeopardy!", - "show_number": "5563", - "fullAnswer": "Azerbaijan" - }, { "category": "GOSSIP GIRLS", "air_date": "2008-11-12", @@ -496174,7 +470024,7 @@ "air_date": "2008-11-12", "question": "\"Bless thy simplicity, Tess\" is a line from this 1891 British novel", "value": "$2000", - "answer": "Tess of the d\\'Urbervilles", + "answer": "Tess of the d'Urbervilles", "round": "Double Jeopardy!", "show_number": "5563", "fullAnswer": "Tess of the d\\'Urbervilles" @@ -496379,16 +470229,6 @@ "show_number": "5980", "fullAnswer": "cricket" }, - { - "category": "TALK LIKE A PIRATE", - "air_date": "2010-09-17", - "question": "It be the horse noted for grace and intelligence, seen here", - "value": "$800", - "answer": "Arabian", - "round": "Jeopardy!", - "show_number": "5980", - "fullAnswer": "Arabian" - }, { "category": "HELLO CLEVELAND!", "air_date": "2010-09-17", @@ -496489,26 +470329,6 @@ "show_number": "5980", "fullAnswer": "a red-eye" }, - { - "category": "METALS", - "air_date": "2010-09-17", - "question": "(Kelly of the Clue Crew demonstrates a science experiment. ) When you hold ferrofluid over a magnet,
it spikes and marks the lines of the magnetic field because ferrofluid contains nanoparticles of this metallic element, symbol Fe", - "value": "$800", - "answer": "iron", - "round": "Double Jeopardy!", - "show_number": "5980", - "fullAnswer": "iron" - }, - { - "category": "SCIENCE FICTION FILMS", - "air_date": "2010-09-17", - "question": "(Hi, I'm CCH Pounder.) You may not recognize me out of character, but one of my greatest acting experiences was playing Neytiri's mother, Moat, in this blockbuster", - "value": "$800", - "answer": "Avatar", - "round": "Double Jeopardy!", - "show_number": "5980", - "fullAnswer": "Avatar" - }, { "category": "19th CENTURY QUOTATIONS", "air_date": "2010-09-17", @@ -496669,16 +470489,6 @@ "show_number": "5980", "fullAnswer": "The Day The Earth Stood Still" }, - { - "category": "19th CENTURY QUOTATIONS", - "air_date": "2010-09-17", - "question": "(Alex Trebek delivers the clue from Jordan.) The color of the sandstone in this ancient city in Jordan explains why, in the 19th century, John William Burgon called it \"a rose-red city half as old as time\"", - "value": "$2000", - "answer": "Petra", - "round": "Double Jeopardy!", - "show_number": "5980", - "fullAnswer": "Petra" - }, { "category": "YANKEE MAGAZINE", "air_date": "2010-09-17", @@ -496769,16 +470579,6 @@ "show_number": "5545", "fullAnswer": "Crystal Light" }, - { - "category": "SKULL", - "air_date": "2008-10-17", - "question": "The skull seen here belongs to this creature, Ursus maritimus", - "value": "$200", - "answer": "polar bear", - "round": "Jeopardy!", - "show_number": "5545", - "fullAnswer": "the polar bear" - }, { "category": "HARRISON FORD", "air_date": "2008-10-17", @@ -496829,16 +470629,6 @@ "show_number": "5545", "fullAnswer": "London" }, - { - "category": "SKULL", - "air_date": "2008-10-17", - "question": "The eye sockets on the top of this animal's skull are there so that its eyes will be above the water line when the body is afloat", - "value": "$400", - "answer": "hippopotamus", - "round": "Jeopardy!", - "show_number": "5545", - "fullAnswer": "the hippopotamus" - }, { "category": "HARRISON FORD", "air_date": "2008-10-17", @@ -496889,16 +470679,6 @@ "show_number": "5545", "fullAnswer": "teachers" }, - { - "category": "SKULL", - "air_date": "2008-10-17", - "question": "This dinosaur rotated the joint between its head & neck, then opened its jaw sideways to get to foliage", - "value": "$600", - "answer": "Triceratops", - "round": "Jeopardy!", - "show_number": "5545", - "fullAnswer": "a Triceratops" - }, { "category": "HARRISON FORD", "air_date": "2008-10-17", @@ -496949,16 +470729,6 @@ "show_number": "5545", "fullAnswer": "Interview" }, - { - "category": "SKULL", - "air_date": "2008-10-17", - "question": "Seen here is the skull of the puff type of this venomous reptile", - "value": "$800", - "answer": "adder", - "round": "Jeopardy!", - "show_number": "5545", - "fullAnswer": "an adder" - }, { "category": "HARRISON FORD", "air_date": "2008-10-17", @@ -497009,16 +470779,6 @@ "show_number": "5545", "fullAnswer": "semiconductors" }, - { - "category": "SKULL", - "air_date": "2008-10-17", - "question": "(Jon of the Clue Crew points to an anatomical diagram on the monitor.) Allowing molding of the head during birth, soft spots on a baby's skull, also known as these, are surrounded by bones that fuse & harden by 18 months", - "value": "$1000", - "answer": "fontanels", - "round": "Jeopardy!", - "show_number": "5545", - "fullAnswer": "fontanels" - }, { "category": "GREAT BRITS", "air_date": "2008-10-17", @@ -497029,16 +470789,6 @@ "show_number": "5545", "fullAnswer": "Queen Anne" }, - { - "category": "THE TROPHY CASE", - "air_date": "2008-10-17", - "question": "Named for a director of athletics of the New York City Downtown Athletic Club, it was won for the first time by Jay Berwanger in 1935", - "value": "$400", - "answer": "Heisman Trophy", - "round": "Double Jeopardy!", - "show_number": "5545", - "fullAnswer": "the Heisman Trophy" - }, { "category": "WARS BY BATTLES", "air_date": "2008-10-17", @@ -497049,16 +470799,6 @@ "show_number": "5545", "fullAnswer": "World War II" }, - { - "category": "ADVERTISING WITH MAD MEN", - "air_date": "2008-10-17", - "question": "(I'm Jon Hamm.) One of Don Draper's best pitches came when he said this company's slide projector is a time machine for our lives' sweet moments", - "value": "$400", - "answer": "Kodak", - "round": "Double Jeopardy!", - "show_number": "5545", - "fullAnswer": "Kodak" - }, { "category": "GEMS & JEWELS", "air_date": "2008-10-17", @@ -497079,26 +470819,6 @@ "show_number": "5545", "fullAnswer": "committees" }, - { - "category": "GREAT BRITS", - "air_date": "2008-10-17", - "question": "He's the actor seen here who in 1975 put down his bowler and picked up a top hat and a knighthood", - "value": "$800", - "answer": "Charlie Chaplin", - "round": "Double Jeopardy!", - "show_number": "5545", - "fullAnswer": "Charlie Chaplin" - }, - { - "category": "THE TROPHY CASE", - "air_date": "2008-10-17", - "question": "Pass the milk! The guy seen here tops the 150-pound Borg-Warner Trophy given to the winner of this annual event", - "value": "$800", - "answer": "Indy 500", - "round": "Double Jeopardy!", - "show_number": "5545", - "fullAnswer": "the Indy 500" - }, { "category": "WARS BY BATTLES", "air_date": "2008-10-17", @@ -497109,16 +470829,6 @@ "show_number": "5545", "fullAnswer": "the Korean War" }, - { - "category": "ADVERTISING WITH MAD MEN", - "air_date": "2008-10-17", - "question": "(I'm Christina Hendricks.) On the Season 2 premiere, office manager Joan had a new boyfriend & the office had this new machine that revolutionized clerical work in the 1960s", - "value": "$800", - "answer": "Xerox machine", - "round": "Double Jeopardy!", - "show_number": "5545", - "fullAnswer": "a Xerox machine" - }, { "category": "GEMS & JEWELS", "air_date": "2008-10-17", @@ -497149,16 +470859,6 @@ "show_number": "5545", "fullAnswer": "W. Somerset Maugham" }, - { - "category": "THE TROPHY CASE", - "air_date": "2008-10-17", - "question": "Ahoy! This coveted trophy seen here is the oldest active trophy in international sport", - "value": "$1200", - "answer": "America\\'s Cup", - "round": "Double Jeopardy!", - "show_number": "5545", - "fullAnswer": "the America\\'s Cup" - }, { "category": "WARS BY BATTLES", "air_date": "2008-10-17", @@ -497169,16 +470869,6 @@ "show_number": "5545", "fullAnswer": "World War I" }, - { - "category": "ADVERTISING WITH MAD MEN", - "air_date": "2008-10-17", - "question": "(I'm Vincent Kartheiser.) Pete Campbell beat out an \"O Little Town of\" this steel company idea with his own that called the company \"The Backbone of America\"", - "value": "$1200", - "answer": "Bethlehem", - "round": "Double Jeopardy!", - "show_number": "5545", - "fullAnswer": "Bethlehem" - }, { "category": "GEMS & JEWELS", "air_date": "2008-10-17", @@ -497209,16 +470899,6 @@ "show_number": "5545", "fullAnswer": "Lloyd George (or Asquith)" }, - { - "category": "THE TROPHY CASE", - "air_date": "2008-10-17", - "question": "Whoop-de-do! The championship trophy seen here was named for this late NBA commissioner", - "value": "$1600", - "answer": "Larry O\\'Brien", - "round": "Double Jeopardy!", - "show_number": "5545", - "fullAnswer": "Larry O\\'Brien" - }, { "category": "WARS BY BATTLES", "air_date": "2008-10-17", @@ -497229,16 +470909,6 @@ "show_number": "5545", "fullAnswer": "the Crimean War" }, - { - "category": "ADVERTISING WITH MAD MEN", - "air_date": "2008-10-17", - "question": "(I'm Elisabeth Moss.) In the Season 1 finale, Peggy Olson gave birth to a son & became a copywriter with this acne treatment as her first account", - "value": "$1600", - "answer": "Clearasil", - "round": "Double Jeopardy!", - "show_number": "5545", - "fullAnswer": "Clearasil" - }, { "category": "GEMS & JEWELS", "air_date": "2008-10-17", @@ -497269,16 +470939,6 @@ "show_number": "5545", "fullAnswer": "John Locke" }, - { - "category": "THE TROPHY CASE", - "air_date": "2008-10-17", - "question": "Seen here in 1950, it's the oldest pro-league trophy in North America & gets to be taken home by each member of the winning team", - "value": "$2000", - "answer": "Stanley Cup", - "round": "Double Jeopardy!", - "show_number": "5545", - "fullAnswer": "the Stanley Cup" - }, { "category": "WARS BY BATTLES", "air_date": "2008-10-17", @@ -497289,16 +470949,6 @@ "show_number": "5545", "fullAnswer": "the Peloponnesian War" }, - { - "category": "ADVERTISING WITH MAD MEN", - "air_date": "2008-10-17", - "question": "(Jon Hamm reads the last clue.) In the 1st episode of \"Mad Men\", Don Draper won over the clients with a campaign about the \"toasted\" goodness of this product", - "value": "$2000", - "answer": "cigarettes", - "round": "Double Jeopardy!", - "show_number": "5545", - "fullAnswer": "(Lucky Strike) cigarettes" - }, { "category": "GEMS & JEWELS", "air_date": "2008-10-17", @@ -497614,7 +471264,7 @@ "air_date": "1988-11-14", "question": "Buffoon's Utopia", "value": "$500", - "answer": "A Fool\\'s Paradise", + "answer": "A Fool's Paradise", "round": "Jeopardy!", "show_number": "966", "fullAnswer": "\"A Fool\\'s Paradise\"" @@ -498664,7 +472314,7 @@ "air_date": "1997-11-07", "question": "\"Come celebrate the wedding of the summer!\"", "value": "$300", - "answer": "My Best Friend\\'s Wedding", + "answer": "My Best Friend's Wedding", "round": "Jeopardy!", "show_number": "3035", "fullAnswer": "My Best Friend\\'s Wedding" @@ -498749,16 +472399,6 @@ "show_number": "3035", "fullAnswer": "Liza Minnelli" }, - { - "category": "\"PICK\" ME!", - "air_date": "1997-11-07", - "question": "Nickname of the following:", - "value": "$400", - "answer": "cherry picker", - "round": "Jeopardy!", - "show_number": "3035", - "fullAnswer": "a cherry picker" - }, { "category": "DON'T PICK ME!", "air_date": "1997-11-07", @@ -498814,7 +472454,7 @@ "air_date": "1997-11-07", "question": "On the third day at Gettysburg, over 3,000 Confederate men lost their lives in this single assault", "value": "$500", - "answer": "Pickett\\'s Charge", + "answer": "Pickett's Charge", "round": "Jeopardy!", "show_number": "3035", "fullAnswer": "Pickett\\'s Charge" @@ -498944,7 +472584,7 @@ "air_date": "1997-11-07", "question": "Buffy likes a guy named Angel, who's handsome & kind but has one big drawback", "value": "$600", - "answer": "he\\'s a vampire", + "answer": "he's a vampire", "round": "Double Jeopardy!", "show_number": "3035", "fullAnswer": "he\\'s a vampire" @@ -499009,16 +472649,6 @@ "show_number": "3035", "fullAnswer": "NAACP" }, - { - "category": "SHAKESPEARE", - "air_date": "1997-11-07", - "question": "Shakespearean character who speaks the lines heard here:

\"O, I die, Horatio; The potent poison quite o'er-crows my spirit: ...the rest is silence\"", - "value": "$1,300", - "answer": "Hamlet", - "round": "Double Jeopardy!", - "show_number": "3035", - "fullAnswer": "Hamlet" - }, { "category": "MUSIC APPRECIATION", "air_date": "1997-11-07", @@ -499424,7 +473054,7 @@ "air_date": "2000-10-02", "question": "In Europe, some women believe the first man they see on this February day will marry them", "value": "$200", - "answer": "Valentine\\'s Day", + "answer": "Valentine's Day", "round": "Double Jeopardy!", "show_number": "3696", "fullAnswer": "Valentine\\'s Day" @@ -499664,7 +473294,7 @@ "air_date": "2000-10-02", "question": "This holiday was first celebrated on June 19, 1910 in Spokane, Washington, due to the efforts of Sonora Dodd", "value": "$1000", - "answer": "Father\\'s Day", + "answer": "Father's Day", "round": "Double Jeopardy!", "show_number": "3696", "fullAnswer": "Father\\'s Day" @@ -499679,22 +473309,12 @@ "show_number": "3696", "fullAnswer": "Ricky Martin" }, - { - "category": "THE LAW", - "air_date": "2008-07-03", - "question": "(Judge Hatchett delivers the clue from her TV courtroom.) In the 1870s this Ivy League school pioneered the case method of teaching law, which is still used today", - "value": "$200", - "answer": "Harvard", - "round": "Jeopardy!", - "show_number": "5499", - "fullAnswer": "Harvard" - }, { "category": "THEMES LIKE OLD TIMES", "air_date": "2008-07-03", "question": "\"Please, won't you be my neighbor?\"", "value": "$200", - "answer": "Mr. Rogers\\' Neighborhood", + "answer": "Mr. Rogers' Neighborhood", "round": "Jeopardy!", "show_number": "5499", "fullAnswer": "Mr. Rogers\\' Neighborhood" @@ -499729,16 +473349,6 @@ "show_number": "5499", "fullAnswer": "eyebrows" }, - { - "category": "A DAY AT THE DOG SHOW", - "air_date": "2008-07-03", - "question": "(Sarah of the Clue Crew reports from an AKC dog show.) Consisting of three or more generations, it's the written record of a dog's family tree, & you can get one certified by the American Kennel club", - "value": "$200", - "answer": "pedigree", - "round": "Jeopardy!", - "show_number": "5499", - "fullAnswer": "a pedigree" - }, { "category": "THE LAW", "air_date": "2008-07-03", @@ -499789,26 +473399,6 @@ "show_number": "5499", "fullAnswer": "lips" }, - { - "category": "A DAY AT THE DOG SHOW", - "air_date": "2008-07-03", - "question": "(Sarah of the Clue Crew reports from an AKC dog show show ring.) It's the manual term for the person who exhibits the dog in dog shows; you'll see him or her in the ring", - "value": "$400", - "answer": "handler", - "round": "Jeopardy!", - "show_number": "5499", - "fullAnswer": "a handler" - }, - { - "category": "THE LAW", - "air_date": "2008-07-03", - "question": "(I'm Judge David Young from the Judge David Young show.) This term for the whole body of lawyers originally referred to a railing or partition in a courtroom", - "value": "$1,800", - "answer": "bar", - "round": "Jeopardy!", - "show_number": "5499", - "fullAnswer": "the bar" - }, { "category": "THEMES LIKE OLD TIMES", "air_date": "2008-07-03", @@ -499849,22 +473439,12 @@ "show_number": "5499", "fullAnswer": "ears" }, - { - "category": "A DAY AT THE DOG SHOW", - "air_date": "2008-07-03", - "question": "(Sarah of the Clue Crew reports from an AKC dog show with a prize-winning dog.) At many dog shows, the top honor is called this, also the name of a 2000 film spoofing canine competetion", - "value": "$600", - "answer": "best in show", - "round": "Jeopardy!", - "show_number": "5499", - "fullAnswer": "best in show" - }, { "category": "THE LAW", "air_date": "2008-07-03", "question": "\"Turning\" this type of \"evidence\" means giving testimony to implicate accomplices", "value": "$800", - "answer": "turning state\\'s evidence", + "answer": "turning state's evidence", "round": "Jeopardy!", "show_number": "5499", "fullAnswer": "turning state\\'s evidence" @@ -499909,26 +473489,6 @@ "show_number": "5499", "fullAnswer": "the temples" }, - { - "category": "A DAY AT THE DOG SHOW", - "air_date": "2008-07-03", - "question": "(Sarah of the Clue Crew reports from an AKC dog show with a new puppy friend.) According to the American Kennel Club, only the offspring of a sire and a dam of the same unmixed breed qualifies as this", - "value": "$800", - "answer": "purebred", - "round": "Jeopardy!", - "show_number": "5499", - "fullAnswer": "a purebred" - }, - { - "category": "THE LAW", - "air_date": "2008-07-03", - "question": "(Back to Judge Hatchett.) Canada has a common-law legal system, except for this province whose law is based on the civil-law system", - "value": "$1000", - "answer": "Quebec", - "round": "Jeopardy!", - "show_number": "5499", - "fullAnswer": "Quebec" - }, { "category": "THEMES LIKE OLD TIMES", "air_date": "2008-07-03", @@ -499969,16 +473529,6 @@ "show_number": "5499", "fullAnswer": "the eyes" }, - { - "category": "A DAY AT THE DOG SHOW", - "air_date": "2008-07-03", - "question": "(Sarah of the Clue Crew reports from an AKC dog show show ring.) As you might expect, Westies, Scotties, schnauzers and many other breeds compete in this ever-popular group of dogs at American Kennel Club shows", - "value": "$1000", - "answer": "terriers", - "round": "Jeopardy!", - "show_number": "5499", - "fullAnswer": "terriers" - }, { "category": "THE AMERICAN REVOLUTION", "air_date": "2008-07-03", @@ -500069,16 +473619,6 @@ "show_number": "5499", "fullAnswer": "Tahiti" }, - { - "category": "CORRESPONDENTS", - "air_date": "2008-07-03", - "question": "(I'm Julie Chen of The Early Show on CBS.) In March 2003 I reported from this country from which the U.S. & British ground attack on Iraq was launched", - "value": "$800", - "answer": "Kuwait", - "round": "Double Jeopardy!", - "show_number": "5499", - "fullAnswer": "Kuwait" - }, { "category": "\"C\" IN SHAKESPEARE", "air_date": "2008-07-03", @@ -500899,16 +474439,6 @@ "show_number": "5287", "fullAnswer": "Andrew Carnegie" }, - { - "category": "PLANES, TRAINS & AUTOMOBILES", - "air_date": "2007-09-11", - "question": "This New York City place is commonly called a station. It's actually a terminal as train lines begin and end there", - "value": "$200", - "answer": "Grand Central Station", - "round": "Jeopardy!", - "show_number": "5287", - "fullAnswer": "Grand Central Station" - }, { "category": "ALL OF ME", "air_date": "2007-09-11", @@ -501019,16 +474549,6 @@ "show_number": "5287", "fullAnswer": "Las Vegas" }, - { - "category": "PLANES, TRAINS & AUTOMOBILES", - "air_date": "2007-09-11", - "question": "This car, seen here, shares its name with a seaport", - "value": "$600", - "answer": "Plymouth", - "round": "Jeopardy!", - "show_number": "5287", - "fullAnswer": "Plymouth" - }, { "category": "ALL OF ME", "air_date": "2007-09-11", @@ -501369,16 +474889,6 @@ "show_number": "5287", "fullAnswer": "Afrikaans" }, - { - "category": "BOOK TITLES", - "air_date": "2007-09-11", - "question": "(Cheryl of the Clue Crew reports from Rowan Oak Home) Faulkner was using \"Dark House\" as a novel title but on this porch, his wife said there was something about the light in this month", - "value": "$1600", - "answer": "August", - "round": "Double Jeopardy!", - "show_number": "5287", - "fullAnswer": "August" - }, { "category": "SPORTS ILLUSTRATED MAGIC NUMBERS", "air_date": "2007-09-11", @@ -502204,7 +475714,7 @@ "air_date": "1990-03-16", "question": "It has no historic connection with the Hebrews; its name may be an alteration of jaw", "value": "$300", - "answer": "Jew\\'s Harp", + "answer": "Jew's Harp", "round": "Jeopardy!", "show_number": "1285", "fullAnswer": "Jew\\'s Harp" @@ -502694,7 +476204,7 @@ "air_date": "2004-04-13", "question": "It's always this song when my marriage counselor puts me on hold", "value": "$200", - "answer": "What\\'s Love Got to Do with It", + "answer": "What's Love Got to Do with It", "round": "Jeopardy!", "show_number": "4522", "fullAnswer": "\"What\\'s Love Got to Do with It\"" @@ -502834,7 +476344,7 @@ "air_date": "2004-04-13", "question": "1961 saw a new ad slogan: \"Let Hertz Put You in\" this", "value": "$600", - "answer": "Driver\\'s Seat", + "answer": "Driver's Seat", "round": "Jeopardy!", "show_number": "4522", "fullAnswer": "the Driver\\'s Seat" @@ -502874,7 +476384,7 @@ "air_date": "2004-04-13", "question": "Calling a Sherpa guide's house in Tibet might get you this hold music", "value": "$800", - "answer": "Ain\\'t No Mountain High Enough", + "answer": "Ain't No Mountain High Enough", "round": "Jeopardy!", "show_number": "4522", "fullAnswer": "\"Ain\\'t No Mountain High Enough\"" @@ -503534,7 +477044,7 @@ "air_date": "1998-12-01", "question": "\"I see nothing! I hear nothing!\"", "value": "$500", - "answer": "Hogan\\'s Heroes", + "answer": "Hogan's Heroes", "round": "Jeopardy!", "show_number": "3277", "fullAnswer": "Hogan\\'s Heroes" @@ -504014,7 +477524,7 @@ "air_date": "1999-12-02", "question": "In other words, a short distance away", "value": "$300", - "answer": "Stone\\'s throw", + "answer": "Stone's throw", "round": "Jeopardy!", "show_number": "3509", "fullAnswer": "Stone\\'s throw" @@ -504284,7 +477794,7 @@ "air_date": "1999-12-02", "question": "The feet seen here are taking part in this annual event:
(shamrocks)", "value": "$600", - "answer": "St. Patrick\\'s Day Parade", + "answer": "St. Patrick's Day Parade", "round": "Double Jeopardy!", "show_number": "3509", "fullAnswer": "St. Patrick\\'s Day Parade" @@ -505099,16 +478609,6 @@ "show_number": "5089", "fullAnswer": "West Germany" }, - { - "category": "HIDDEN DVD TREATS", - "air_date": "2006-10-26", - "question": "Seen here is the sock puppet version of this film, hidden on the DVD", - "value": "$400", - "answer": "Incredibles", - "round": "Jeopardy!", - "show_number": "5089", - "fullAnswer": "The Incredibles" - }, { "category": "WATERCRAFT", "air_date": "2006-10-26", @@ -505134,7 +478634,7 @@ "air_date": "2006-10-26", "question": "Officially, the Disneyland ride often called \"The Teacups\" is named for this loony fictional festivity", "value": "$400", - "answer": "Mad Hatter\\'s tea party", + "answer": "Mad Hatter's tea party", "round": "Jeopardy!", "show_number": "5089", "fullAnswer": "the Mad Hatter\\'s tea party" @@ -505269,16 +478769,6 @@ "show_number": "5089", "fullAnswer": "artichoke" }, - { - "category": "THE 20th CENTURY", - "air_date": "2006-10-26", - "question": "In 1959 these two top of the alphabet monkeys were happy to be home after a 1700-mile flight in a Jupiter rocket", - "value": "$1000", - "answer": "Able & Baker", - "round": "Jeopardy!", - "show_number": "5089", - "fullAnswer": "Able & Baker" - }, { "category": "HIDDEN DVD TREATS", "air_date": "2006-10-26", @@ -505414,7 +478904,7 @@ "air_date": "2006-10-26", "question": "Name for the patron saint of sailors, this form of lightning can be seen around ship masts", "value": "$800", - "answer": "St. Elmo\\'s fire", + "answer": "St. Elmo's fire", "round": "Double Jeopardy!", "show_number": "5089", "fullAnswer": "St. Elmo\\'s fire" @@ -505489,16 +478979,6 @@ "show_number": "5089", "fullAnswer": "Switzerland" }, - { - "category": "VOCABULARY", - "air_date": "2006-10-26", - "question": "(Kelly of the Clue Crew reads.) Also a musical term, this vibration of the tongue, like in corren, is how you roll your Spanish \"R\"s", - "value": "$1200", - "answer": "trill", - "round": "Double Jeopardy!", - "show_number": "5089", - "fullAnswer": "trill" - }, { "category": "LITERARY CHARACTERS", "air_date": "2006-10-26", @@ -505629,16 +479109,6 @@ "show_number": "5089", "fullAnswer": "Thomas Jefferson & John Quincy Adams" }, - { - "category": "DEFENDING THE U.S.", - "air_date": "2007-01-18", - "question": "( Kelly of the Clue Crew reports from Cheyenne Mountain in Colorado. ) By carving out 700,000 tons of granite, the Cheyenne Mountain Complex was built as a protected command center over this over 40-year so-called war", - "value": "$200", - "answer": "Cold War", - "round": "Jeopardy!", - "show_number": "5149", - "fullAnswer": "Cold War" - }, { "category": "BOND MOVIES BY INITIALS", "air_date": "2007-01-18", @@ -505689,16 +479159,6 @@ "show_number": "5149", "fullAnswer": "hearing" }, - { - "category": "DEFENDING THE U.S.", - "air_date": "2007-01-18", - "question": "( Jon of the Clue Crew reports from inside NORTHCOM. ) I'm at the headquarters of NORTHCOM, short for this - it was established in 2002 and monitors air, land and sea approaches", - "value": "$400", - "answer": "Northern Command", - "round": "Jeopardy!", - "show_number": "5149", - "fullAnswer": "Northern Command" - }, { "category": "BOND MOVIES BY INITIALS", "air_date": "2007-01-18", @@ -505749,22 +479209,12 @@ "show_number": "5149", "fullAnswer": "sight" }, - { - "category": "DEFENDING THE U.S.", - "air_date": "2007-01-18", - "question": "( Jon reports from NORTHCOM's offices. ) In July 2006, NORTHCOM detected this country's launch of the Taepodong Missile and had interceptors ready if a threat was seen", - "value": "$600", - "answer": "North Korea", - "round": "Jeopardy!", - "show_number": "5149", - "fullAnswer": "North Korea" - }, { "category": "BOND MOVIES BY INITIALS", "air_date": "2007-01-18", "question": "\"O.H.M.S.S.\"", "value": "$600", - "answer": "On Her Majesty\\'s Secret Service", + "answer": "On Her Majesty's Secret Service", "round": "Jeopardy!", "show_number": "5149", "fullAnswer": "On Her Majesty\\'s Secret Service" @@ -505809,16 +479259,6 @@ "show_number": "5149", "fullAnswer": "taste" }, - { - "category": "DEFENDING THE U.S.", - "air_date": "2007-01-18", - "question": "( Kelly of the Clue Crew reports from NORTHCOM's offices. ) Along with NORTHCOM, NORAD scans the skies for suspicious airplanes; several times a week the order goes out to do this, meaning get fighter jets off the ground in a hurry", - "value": "$800", - "answer": "scramble", - "round": "Jeopardy!", - "show_number": "5149", - "fullAnswer": "scramble" - }, { "category": "BOND MOVIES BY INITIALS", "air_date": "2007-01-18", @@ -505839,16 +479279,6 @@ "show_number": "5149", "fullAnswer": "White Fang" }, - { - "category": "SEAFOOD", - "air_date": "2007-01-18", - "question": "Good fishermen hope someday they'll find it, the connection to this fish", - "value": "$800", - "answer": "rainbow trout", - "round": "Jeopardy!", - "show_number": "5149", - "fullAnswer": "rainbow trout" - }, { "category": "STATE SONG LYRICS", "air_date": "2007-01-18", @@ -505869,16 +479299,6 @@ "show_number": "5149", "fullAnswer": "touch" }, - { - "category": "DEFENDING THE U.S.", - "air_date": "2007-01-18", - "question": "( Jon reports from NORTHCOM's offices. ) NORTHCOM doesn't defend just against military threats; in 2005, President Bush was here to watch the monitoring of this hurricane on Katrina's heels", - "value": "$1000", - "answer": "Rita", - "round": "Jeopardy!", - "show_number": "5149", - "fullAnswer": "Rita" - }, { "category": "BOND MOVIES BY INITIALS", "air_date": "2007-01-18", @@ -506059,16 +479479,6 @@ "show_number": "5149", "fullAnswer": "Isabella" }, - { - "category": "WE ARE THE CHAMPIONS", - "air_date": "2007-01-18", - "question": "This tennis prodigy seen here won the 1979 U.S. Open at the age of 16", - "value": "$1200", - "answer": "Tracy Austin", - "round": "Double Jeopardy!", - "show_number": "5149", - "fullAnswer": "Tracy Austin" - }, { "category": "UNDER PRESSURE", "air_date": "2007-01-18", @@ -506264,7 +479674,7 @@ "air_date": "1995-12-08", "question": "In 1915 President Wilson declared this holiday the second Sunday in May", "value": "$100", - "answer": "Mother\\'s Day", + "answer": "Mother's Day", "round": "Jeopardy!", "show_number": "2595", "fullAnswer": "Mother\\'s Day" @@ -506309,22 +479719,12 @@ "show_number": "2595", "fullAnswer": "a phoenix" }, - { - "category": "TV TRIVIA", - "air_date": "1995-12-08", - "question": "Parents of the secret agent seen here:", - "value": "$300", - "answer": "Maxwell Smart & Agent 99", - "round": "Jeopardy!", - "show_number": "2595", - "fullAnswer": "Maxwell Smart & Agent 99" - }, { "category": "HOLIDAYS & OBSERVANCES", "air_date": "1995-12-08", "question": "It's the No. 1 day for fresh-cut flower sales", "value": "$200", - "answer": "Valentine\\'s Day", + "answer": "Valentine's Day", "round": "Jeopardy!", "show_number": "2595", "fullAnswer": "Valentine\\'s Day" @@ -506354,7 +479754,7 @@ "air_date": "1995-12-08", "question": "This Fifth Avenue cathedral's twin spires soar 330 feet", "value": "$200", - "answer": "St. Patrick\\'s", + "answer": "St. Patrick's", "round": "Jeopardy!", "show_number": "2595", "fullAnswer": "St. Patrick\\'s" @@ -506949,16 +480349,6 @@ "show_number": "4782", "fullAnswer": "wildlife" }, - { - "category": "GUNS & AMMO", - "air_date": "2005-05-24", - "question": "(Sarah of the Clue Crew delivers the clue from a biathlon range at Soldier Hollow, Utah.) The biathlon rifle's a straight-pull, bolt-action model that fires 5.6 millimeter rounds, or this small caliber", - "value": "$400", - "answer": ".22", - "round": "Jeopardy!", - "show_number": "4782", - "fullAnswer": ".22" - }, { "category": "HAUTE COUTURE", "air_date": "2005-05-24", @@ -507129,16 +480519,6 @@ "show_number": "4782", "fullAnswer": "greenstick" }, - { - "category": "GUNS & AMMO", - "air_date": "2005-05-24", - "question": "It's a term for a type of monkey or a type of short barreled pistol both seen here", - "value": "$1000", - "answer": "snub-nose", - "round": "Jeopardy!", - "show_number": "4782", - "fullAnswer": "a snub-nose" - }, { "category": "HAUTE COUTURE", "air_date": "2005-05-24", @@ -507209,16 +480589,6 @@ "show_number": "4782", "fullAnswer": "Emily Dickinson" }, - { - "category": "RICH-ARTs & ROB-ARTs", - "air_date": "2005-05-24", - "question": "In houses like the one seen here, Richard Morris Hunt brought America this style, from the French for \"fine art\"", - "value": "$800", - "answer": "Beaux Arts", - "round": "Double Jeopardy!", - "show_number": "4782", - "fullAnswer": "Beaux Arts" - }, { "category": "APPROPRIATE NAMES", "air_date": "2005-05-24", @@ -507389,16 +480759,6 @@ "show_number": "4782", "fullAnswer": "Titus Andronicus" }, - { - "category": "RICH-ARTs & ROB-ARTs", - "air_date": "2005-05-24", - "question": "This architect partnered with Rudolph Schindler & pioneered steel-frame housing with the Lovell House, seen here", - "value": "$2000", - "answer": "Neutra", - "round": "Double Jeopardy!", - "show_number": "4782", - "fullAnswer": "(Richard) Neutra" - }, { "category": "APPROPRIATE NAMES", "air_date": "2005-05-24", @@ -507474,7 +480834,7 @@ "air_date": "1990-03-14", "question": "Through a licensing agreement with this company, Sears has opened stores called McKids", "value": "$100", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "1283", "fullAnswer": "McDonald\\'s" @@ -507609,16 +480969,6 @@ "show_number": "1283", "fullAnswer": "Joseph Cotten" }, - { - "category": "FADS & FASHIONS", - "air_date": "1990-03-14", - "question": "New fad to which the title of the following 1964 song referred:", - "value": "$800", - "answer": "skateboarding ", - "round": "Jeopardy!", - "show_number": "1283", - "fullAnswer": "skateboarding (\"Sidewalk Surfin\\'\" by Jan & Dean)" - }, { "category": "U.S. GEOGRAPHY", "air_date": "1990-03-14", @@ -508054,21 +481404,11 @@ "air_date": "1990-03-14", "question": "The poem that includes the line: \"Leave no black plume as a token of that lie thy soul hath spoken!\"", "value": null, - "answer": "\\The Raven\\ ", + "answer": "The Raven ", "round": "Final Jeopardy!", "show_number": "1283", "fullAnswer": "\\\"The Raven\\\" (by Edgar Allan Poe)" }, - { - "category": "ALONG BOSTON'S FREEDOM TRAIL", - "air_date": "2005-09-14", - "question": "(Sarah of the Clue Crew reports from the beginning of the Freedom Trail.) The first strokes of the two-and-a-half mile Freedom Trail's line were painted in 1951 at this public park that dates back to the 1630s", - "value": "$200", - "answer": "Boston Common", - "round": "Jeopardy!", - "show_number": "4828", - "fullAnswer": "Boston Common" - }, { "category": "NAME THE INSTRUMENT", "air_date": "2005-09-14", @@ -508119,16 +481459,6 @@ "show_number": "4828", "fullAnswer": "a cat mat" }, - { - "category": "ALONG BOSTON'S FREEDOM TRAIL", - "air_date": "2005-09-14", - "question": "(Cheryl of the Clue Crew reports from outside the Old South Meeting House.) Here at Old South Meeting House on December 16, 1773, Samuel Adams gave a coded signal that began this protest event", - "value": "$400", - "answer": "Boston Tea Party", - "round": "Jeopardy!", - "show_number": "4828", - "fullAnswer": "the Boston Tea Party" - }, { "category": "NAME THE INSTRUMENT", "air_date": "2005-09-14", @@ -508159,16 +481489,6 @@ "show_number": "4828", "fullAnswer": "Austria" }, - { - "category": "POLLUTION", - "air_date": "2005-09-14", - "question": "(Hi, I'm Christie Whitman.) As EPA head, I helped create a program to reduce diesel exhaust for these vehicles; children will breathe easier", - "value": "$400", - "answer": "school buses", - "round": "Jeopardy!", - "show_number": "4828", - "fullAnswer": "school buses" - }, { "category": "BEASTLY RHYME TIME", "air_date": "2005-09-14", @@ -508179,16 +481499,6 @@ "show_number": "4828", "fullAnswer": "duck luck" }, - { - "category": "ALONG BOSTON'S FREEDOM TRAIL", - "air_date": "2005-09-14", - "question": "(Cheryl of the Clue Crew reports from inside the Old North Church.) On April 18, 1775 North Church sexton Robert Newman climbed into the steeple to use the code famously known by this 9-word phrase", - "value": "$600", - "answer": "one if by land and two if by sea", - "round": "Jeopardy!", - "show_number": "4828", - "fullAnswer": "one if by land and two if by sea" - }, { "category": "NAME THE INSTRUMENT", "air_date": "2005-09-14", @@ -508239,16 +481549,6 @@ "show_number": "4828", "fullAnswer": "a crane stain" }, - { - "category": "ALONG BOSTON'S FREEDOM TRAIL", - "air_date": "2005-09-14", - "question": "(Sarah of the Clue Crew stands in front of the U.S.S. Constitution.) The material that gave the U.S.S. Constitution this famous nickname is live oak from Georgia", - "value": "$800", - "answer": "Old Ironsides", - "round": "Jeopardy!", - "show_number": "4828", - "fullAnswer": "\"Old Ironsides\"" - }, { "category": "NAME THE INSTRUMENT", "air_date": "2005-09-14", @@ -508299,16 +481599,6 @@ "show_number": "4828", "fullAnswer": "camel enamel" }, - { - "category": "ALONG BOSTON'S FREEDOM TRAIL", - "air_date": "2005-09-14", - "question": "(Sarah of the Clue Crew reports from the Freedom Trail.) Begun in 1795, it's the building behind me that Oliver Wendell Holmes called the \"hub of the solar system\"", - "value": "$1000", - "answer": "Bulfinch State House", - "round": "Jeopardy!", - "show_number": "4828", - "fullAnswer": "the Bulfinch State House" - }, { "category": "NAME THE INSTRUMENT", "air_date": "2005-09-14", @@ -508414,7 +481704,7 @@ "air_date": "2005-09-14", "question": "Grandmotherly drag is just the thing for FBI agent Martin Lawrence in this 2000 film", "value": "$400", - "answer": "Big Momma\\'s House", + "answer": "Big Momma's House", "round": "Double Jeopardy!", "show_number": "4828", "fullAnswer": "Big Momma\\'s House" @@ -508489,22 +481779,12 @@ "show_number": "4828", "fullAnswer": "(Jean-Paul) Marat" }, - { - "category": "I, MAX", - "air_date": "2005-09-14", - "question": "He's the \"big dada\" whose work is seen here", - "value": "$1200", - "answer": "Max Ernst", - "round": "Double Jeopardy!", - "show_number": "4828", - "fullAnswer": "Max Ernst" - }, { "category": "UP ON THE \"BIG\" SCREEN", "air_date": "2005-09-14", "question": "Paul Reubens' 2 big movies of 1985 & 1988", "value": "$1200", - "answer": "Pee-wee\\'s Big Adventure & Big Top Pee-wee", + "answer": "Pee-wee's Big Adventure & Big Top Pee-wee", "round": "Double Jeopardy!", "show_number": "4828", "fullAnswer": "Pee-wee\\'s Big Adventure & Big Top Pee-wee" @@ -508679,16 +481959,6 @@ "show_number": "6203", "fullAnswer": "Yogi Berra" }, - { - "category": "FACE BOOK", - "air_date": "2011-07-27", - "question": "Making him a revolutionary martyr, the Bolivian Army tracked down this man and killed him in 1967", - "value": "$200", - "answer": "Guevara", - "round": "Jeopardy!", - "show_number": "6203", - "fullAnswer": "(Che) Guevara" - }, { "category": "THE \"SOCIAL\" NETWORK", "air_date": "2011-07-27", @@ -508739,16 +482009,6 @@ "show_number": "6203", "fullAnswer": "Where have all the flowers gone?" }, - { - "category": "FACE BOOK", - "air_date": "2011-07-27", - "question": "After the death of her husband in 1861, she did not go out in public again for three years, and refused to wear anything but black", - "value": "$400", - "answer": "Queen Victoria", - "round": "Jeopardy!", - "show_number": "6203", - "fullAnswer": "Queen Victoria" - }, { "category": "THE \"SOCIAL\" NETWORK", "air_date": "2011-07-27", @@ -508799,16 +482059,6 @@ "show_number": "6203", "fullAnswer": "Lake Wobegon" }, - { - "category": "FACE BOOK", - "air_date": "2011-07-27", - "question": "The original head shrinker, he fled to London in 1938 following the Nazi annexation of Austria", - "value": "$600", - "answer": "Sigmund Freud", - "round": "Jeopardy!", - "show_number": "6203", - "fullAnswer": "Sigmund Freud" - }, { "category": "THE \"SOCIAL\" NETWORK", "air_date": "2011-07-27", @@ -508859,16 +482109,6 @@ "show_number": "6203", "fullAnswer": "fire" }, - { - "category": "FACE BOOK", - "air_date": "2011-07-27", - "question": "This Four Quartets poet was awarded both the Nobel Prize and the Order of Merit in 1948", - "value": "$800", - "answer": "T.S. Eliot", - "round": "Jeopardy!", - "show_number": "6203", - "fullAnswer": "T.S. Eliot" - }, { "category": "THE \"SOCIAL\" NETWORK", "air_date": "2011-07-27", @@ -508919,16 +482159,6 @@ "show_number": "6203", "fullAnswer": "John Dean" }, - { - "category": "FACE BOOK", - "air_date": "2011-07-27", - "question": "Now retired, this foreign-born American influenced U.S. national policy for decades", - "value": "$1000", - "answer": "Henry Kissinger", - "round": "Jeopardy!", - "show_number": "6203", - "fullAnswer": "Henry Kissinger" - }, { "category": "THE \"SOCIAL\" NETWORK", "air_date": "2011-07-27", @@ -509059,16 +482289,6 @@ "show_number": "6203", "fullAnswer": "Springfield" }, - { - "category": "LAWS", - "air_date": "2011-07-27", - "question": "(Jimmy of the Clue Crew pours water into a bowl of polymer powder.) There's a law of conservation of mass, but when I add water to this super absorbent polymer used to make artificial snow, you can see there's no law of conservation of this, mass divided by density", - "value": "$4,000", - "answer": "volume", - "round": "Double Jeopardy!", - "show_number": "6203", - "fullAnswer": "volume" - }, { "category": "FUNERAL PLOTS", "air_date": "2011-07-27", @@ -509249,16 +482469,6 @@ "show_number": "6203", "fullAnswer": "Charles I" }, - { - "category": "WHERE AM I?", - "air_date": "2011-05-25", - "question": "(Kelly of the Clue Crew stands by a fountain.) I'm on the University of Wisconsin campus in this city, which opened in 1849 with 17 students, and now has 40,000", - "value": "$200", - "answer": "Madison", - "round": "Jeopardy!", - "show_number": "6158", - "fullAnswer": "Madison" - }, { "category": "SPANISH PHRASE BOOK", "air_date": "2011-05-25", @@ -509309,16 +482519,6 @@ "show_number": "6158", "fullAnswer": "yada yada yada" }, - { - "category": "WHERE AM I?", - "air_date": "2011-05-25", - "question": "(Jimmy of the Clue Crew walks through a parklike area with numerous white headstones.) I'm at this 600-acre site that was home to Robert E. Lee until the start of the Civil War", - "value": "$400", - "answer": "Arlington ", - "round": "Jeopardy!", - "show_number": "6158", - "fullAnswer": "Arlington (National Cemetery)" - }, { "category": "SPANISH PHRASE BOOK", "air_date": "2011-05-25", @@ -509369,16 +482569,6 @@ "show_number": "6158", "fullAnswer": "Bye Bye Bye" }, - { - "category": "WHERE AM I?", - "air_date": "2011-05-25", - "question": "(Jimmy of the Ckue Crew walks down a long corridor.) I'm in one of the longest buildings in the world at SLAC, the Linear Accelerator Center of this California university", - "value": "$600", - "answer": "Stanford", - "round": "Jeopardy!", - "show_number": "6158", - "fullAnswer": "Stanford" - }, { "category": "SPANISH PHRASE BOOK", "air_date": "2011-05-25", @@ -509429,16 +482619,6 @@ "show_number": "6158", "fullAnswer": "va va va" }, - { - "category": "WHERE AM I?", - "air_date": "2011-05-25", - "question": "(Kelly of the Clue Crew stands on the lawn of a neoclassical building/) I'm at this famous home which in 1987 was named to the World Heritage Sites list along with the nearby University of Virginia", - "value": "$800", - "answer": "Monticello", - "round": "Jeopardy!", - "show_number": "6158", - "fullAnswer": "Monticello" - }, { "category": "SPANISH PHRASE BOOK", "air_date": "2011-05-25", @@ -509489,16 +482669,6 @@ "show_number": "6158", "fullAnswer": "Say Say Say" }, - { - "category": "WHERE AM I?", - "air_date": "2011-05-25", - "question": "(Sarah of the Clue Crew stand on a naval dock.) I'm here on San Diego Bay at the Naval Amphibious Base that bears the name of this Spanish explorer, whose men discovered the Grand Canyon", - "value": "$1000", - "answer": "Coronado", - "round": "Jeopardy!", - "show_number": "6158", - "fullAnswer": "(Francisco Vasquez de) Coronado" - }, { "category": "SPANISH PHRASE BOOK", "air_date": "2011-05-25", @@ -509789,16 +482959,6 @@ "show_number": "6158", "fullAnswer": "a Crockpot" }, - { - "category": "REMEMBER THE 2000s?", - "air_date": "2011-05-25", - "question": "May 1st, this year: The controversial photo seen here was taken", - "value": "$2000", - "answer": "2003", - "round": "Double Jeopardy!", - "show_number": "6158", - "fullAnswer": "2003" - }, { "category": "NFL TEAM MASCOTS", "air_date": "2011-05-25", @@ -509874,7 +483034,7 @@ "air_date": "1999-06-02", "question": "Holiday associated with the \"Wearing of the Green\"", "value": "$100", - "answer": "St. Patrick\\'s Day", + "answer": "St. Patrick's Day", "round": "Jeopardy!", "show_number": "3408", "fullAnswer": "St. Patrick\\'s Day" @@ -509884,7 +483044,7 @@ "air_date": "1999-06-02", "question": "This Minnesota-based butter maker uses an Indian maiden as its trademark", "value": "$100", - "answer": "Land O\\'Lakes", + "answer": "Land O'Lakes", "round": "Jeopardy!", "show_number": "3408", "fullAnswer": "Land O\\'Lakes" @@ -509934,7 +483094,7 @@ "air_date": "1999-06-02", "question": "In 1999 this holiday fell on the day after Valentine's Day", "value": "$200", - "answer": "President\\'s Day", + "answer": "President's Day", "round": "Jeopardy!", "show_number": "3408", "fullAnswer": "President\\'s Day" @@ -510054,7 +483214,7 @@ "air_date": "1999-06-02", "question": "Although first observed in 1909, it wasn't until 1972 that the third Sunday in June officially became this holiday", "value": "$400", - "answer": "Father\\'s Day", + "answer": "Father's Day", "round": "Jeopardy!", "show_number": "3408", "fullAnswer": "Father\\'s Day" @@ -511044,7 +484204,7 @@ "air_date": "1997-09-05", "question": "It's all \"Crystal\" clear, the sequel to \"City Slickers\" was subtitled \"The Legend of\" this", "value": "$1000", - "answer": "Curly\\'s Gold", + "answer": "Curly's Gold", "round": "Double Jeopardy!", "show_number": "2990", "fullAnswer": "\"Curly\\'s Gold\"" @@ -511059,16 +484219,6 @@ "show_number": "2990", "fullAnswer": "Paraphernalia" }, - { - "category": "U.S. STAMPS", - "air_date": "1997-09-05", - "question": "Its anniversary was honored with the following:", - "value": null, - "answer": "Emancipation Proclamation", - "round": "Final Jeopardy!", - "show_number": "2990", - "fullAnswer": "The Emancipation Proclamation" - }, { "category": "1890s SCIENCE", "air_date": "2000-03-02", @@ -511119,16 +484269,6 @@ "show_number": "3574", "fullAnswer": "James Fenimore Cooper" }, - { - "category": "IN 2 WORDS", - "air_date": "2000-03-02", - "question": "Meaning of the sign seen here:

[\"P\" with line drawn through it]", - "value": "$100", - "answer": "no parking", - "round": "Jeopardy!", - "show_number": "3574", - "fullAnswer": "no parking" - }, { "category": "1890s SCIENCE", "air_date": "2000-03-02", @@ -511149,22 +484289,12 @@ "show_number": "3574", "fullAnswer": "automobiles" }, - { - "category": "ALL THINGS BRITISH", - "air_date": "2000-03-02", - "question": "(Alex Trebek reads from England.) In 1214 barons fed up with King John met at the abbey whose ruins we see here; the result a year later was this charter", - "value": "$200", - "answer": "Magna Carta", - "round": "Jeopardy!", - "show_number": "3574", - "fullAnswer": "Magna Carta" - }, { "category": "NAME THAT FLICK", "air_date": "2000-03-02", "question": "1946:
\"I suppose it'd been better if I'd never been born at all\"", "value": "$200", - "answer": "It\\'s A Wonderful Life", + "answer": "It's A Wonderful Life", "round": "Jeopardy!", "show_number": "3574", "fullAnswer": "It\\'s A Wonderful Life" @@ -511564,7 +484694,7 @@ "air_date": "2000-03-02", "question": "This meaty \"pie\" is topped with a browned mashed potato crust", "value": "$800", - "answer": "shepherd\\'s pie", + "answer": "shepherd's pie", "round": "Double Jeopardy!", "show_number": "3574", "fullAnswer": "shepherd\\'s pie" @@ -511599,16 +484729,6 @@ "show_number": "3574", "fullAnswer": "hose" }, - { - "category": "\"S\" & \"M\"", - "air_date": "2000-03-02", - "question": "Georgia site seen here:", - "value": "$2,500", - "answer": "Stone Mountain", - "round": "Double Jeopardy!", - "show_number": "3574", - "fullAnswer": "Stone Mountain" - }, { "category": "FERDINAND & ISABELLA", "air_date": "2000-03-02", @@ -511694,7 +484814,7 @@ "air_date": "2006-12-07", "question": "Lugers Plus American Beauties", "value": "$200", - "answer": "Guns N\\' Roses", + "answer": "Guns N' Roses", "round": "Jeopardy!", "show_number": "5119", "fullAnswer": "Guns N\\' Roses" @@ -511814,7 +484934,7 @@ "air_date": "2006-12-07", "question": "Several Of The Boeing Craft Known As Stratofortresses", "value": "$600", - "answer": "B-52\\'s", + "answer": "B-52's", "round": "Jeopardy!", "show_number": "5119", "fullAnswer": "B-52\\'s" @@ -512089,16 +485209,6 @@ "show_number": "5119", "fullAnswer": "Joe Louis" }, - { - "category": "& THE FURIOUS", - "air_date": "2006-12-07", - "question": "Try this more-than-miffed politician seen here on for size; he had a really big shoe in 1960", - "value": "$800", - "answer": "Nikita Khrushchev", - "round": "Double Jeopardy!", - "show_number": "5119", - "fullAnswer": "Nikita Khrushchev" - }, { "category": "THOMAS JEFFERSON'S READING LIST", "air_date": "2006-12-07", @@ -512129,16 +485239,6 @@ "show_number": "5119", "fullAnswer": "4th Amendment" }, - { - "category": "\"C\" PLUS", - "air_date": "2006-12-07", - "question": "(Kelly of the Clue Crew sits on a fitness ball in a gym.) A fitness ball strengthens the abs and back, together called this region like the one in the Earth's center", - "value": "$1200", - "answer": "core", - "round": "Double Jeopardy!", - "show_number": "5119", - "fullAnswer": "core" - }, { "category": "THE FAST", "air_date": "2006-12-07", @@ -512229,16 +485329,6 @@ "show_number": "5119", "fullAnswer": "18th Amendment" }, - { - "category": "\"C\" PLUS", - "air_date": "2006-12-07", - "question": "(Jon of the Clue Crew presents the clue with a video monitor.) The two-dimensional Necker cube can be translated to three dimensions by your brain - it was named for Necker, who was noted for his study of these, a term for many solid symmetrical objects", - "value": "$2000", - "answer": "crystals", - "round": "Double Jeopardy!", - "show_number": "5119", - "fullAnswer": "crystals" - }, { "category": "THE FAST", "air_date": "2006-12-07", @@ -512349,16 +485439,6 @@ "show_number": "3927", "fullAnswer": "Paul Anka" }, - { - "category": "ANIMALS", - "air_date": "2001-10-02", - "question": "(Jimmy of the Clue Crew reports from the San Diego Zoo.) A giraffe's tail, which is about 3 feet long, is used to swat this bloodsucking fly that causes sleeping sickness", - "value": "$200", - "answer": "tsetse fly", - "round": "Jeopardy!", - "show_number": "3927", - "fullAnswer": "tsetse fly" - }, { "category": "AUTHOR COUNTDOWN", "air_date": "2001-10-02", @@ -512389,16 +485469,6 @@ "show_number": "3927", "fullAnswer": "McCoy" }, - { - "category": "DISABILITY AWARENESS", - "air_date": "2001-10-02", - "question": "The American Foundation for the Blind is dedicated to fulfilling the vision of this woman, seen here", - "value": "$300", - "answer": "Helen Keller", - "round": "Jeopardy!", - "show_number": "3927", - "fullAnswer": "Helen Keller" - }, { "category": "MUSIC OF THE '70s", "air_date": "2001-10-02", @@ -512439,16 +485509,6 @@ "show_number": "3927", "fullAnswer": "Homer Simpson" }, - { - "category": "ENDS IN \"OY\"", - "air_date": "2001-10-02", - "question": "He's the beloved character from children's lit seen here", - "value": "$300", - "answer": "Corduroy", - "round": "Jeopardy!", - "show_number": "3927", - "fullAnswer": "Corduroy" - }, { "category": "DISABILITY AWARENESS", "air_date": "2001-10-02", @@ -512529,16 +485589,6 @@ "show_number": "3927", "fullAnswer": "Charlie Rich" }, - { - "category": "ANIMALS", - "air_date": "2001-10-02", - "question": "(Cheryl of the Clue Crew reports from the L.A. County Natural History Museum.) This sea mammal, whose skull is seen here, has a spiral tusk that keeps growing & growing & growing... & growing & growing", - "value": "$500", - "answer": "narwhal", - "round": "Jeopardy!", - "show_number": "3927", - "fullAnswer": "the narwhal" - }, { "category": "AUTHOR COUNTDOWN", "air_date": "2001-10-02", @@ -512609,26 +485659,6 @@ "show_number": "3927", "fullAnswer": "metaphor" }, - { - "category": "WHERE HAVE YOU BEEN ALL MY LIFE?", - "air_date": "2001-10-02", - "question": "Selling astounding numbers of records, haven't I?", - "value": "$200", - "answer": "Elton John", - "round": "Double Jeopardy!", - "show_number": "3927", - "fullAnswer": "Elton John" - }, - { - "category": "WOULD YOU LIKE TO SEE MY ETCHINGS?", - "air_date": "2001-10-02", - "question": "Popular during Christmas, he's the holy man etched here", - "value": "$200", - "answer": "Saint Nicholas", - "round": "Double Jeopardy!", - "show_number": "3927", - "fullAnswer": "Saint Nicholas" - }, { "category": "HEY, BEAUTIFUL", "air_date": "2001-10-02", @@ -512679,16 +485709,6 @@ "show_number": "3927", "fullAnswer": "Chelsea Clinton" }, - { - "category": "WOULD YOU LIKE TO SEE MY ETCHINGS?", - "air_date": "2001-10-02", - "question": "Later president, this American was etched here in 1782", - "value": "$400", - "answer": "George Washington", - "round": "Double Jeopardy!", - "show_number": "3927", - "fullAnswer": "George Washington" - }, { "category": "HEY, BEAUTIFUL", "air_date": "2001-10-02", @@ -512739,16 +485759,6 @@ "show_number": "3927", "fullAnswer": "Louis Freeh" }, - { - "category": "WOULD YOU LIKE TO SEE MY ETCHINGS?", - "air_date": "2001-10-02", - "question": "This Renaissance man This Renaissance man etched here was born in 1452", - "value": "$600", - "answer": "Leonardo da Vinci", - "round": "Double Jeopardy!", - "show_number": "3927", - "fullAnswer": "Leonardo da Vinci" - }, { "category": "HEY, BEAUTIFUL", "air_date": "2001-10-02", @@ -512799,16 +485809,6 @@ "show_number": "3927", "fullAnswer": "A. Bartlett Giamatti" }, - { - "category": "WOULD YOU LIKE TO SEE MY ETCHINGS?", - "air_date": "2001-10-02", - "question": "A 1616 etching of this well-known Native American in English garb is seen here", - "value": "$800", - "answer": "Pocahontas", - "round": "Double Jeopardy!", - "show_number": "3927", - "fullAnswer": "Pocahontas" - }, { "category": "HEY, BEAUTIFUL", "air_date": "2001-10-02", @@ -512859,16 +485859,6 @@ "show_number": "3927", "fullAnswer": "John Updike" }, - { - "category": "WOULD YOU LIKE TO SEE MY ETCHINGS?", - "air_date": "2001-10-02", - "question": "One of many self-portraits by this Dutchman is etched here", - "value": "$1000", - "answer": "Rembrandt", - "round": "Double Jeopardy!", - "show_number": "3927", - "fullAnswer": "Rembrandt" - }, { "category": "SPORTS STARS", "air_date": "2001-10-02", @@ -513159,16 +486149,6 @@ "show_number": "5879", "fullAnswer": "Antarctica" }, - { - "category": "UTENSILS", - "air_date": "2010-03-18", - "question": "It's the utensil that's used to pound or grind substances in a mortar", - "value": "$1000", - "answer": "pestle", - "round": "Jeopardy!", - "show_number": "5879", - "fullAnswer": "a pestle" - }, { "category": "\"TALK\" SOUP", "air_date": "2010-03-18", @@ -513239,16 +486219,6 @@ "show_number": "5879", "fullAnswer": "busts" }, - { - "category": "BROADWAY MUSICALS", - "air_date": "2010-03-18", - "question": "This 2007 musical based on a Mel Brooks film featured such songs as \"The Brain\" & \"Puttin' On The Ritz\"", - "value": "$800", - "answer": "Young Frankenstein", - "round": "Double Jeopardy!", - "show_number": "5879", - "fullAnswer": "Young Frankenstein" - }, { "category": "WORLD LEADERS", "air_date": "2010-03-18", @@ -513344,7 +486314,7 @@ "air_date": "2010-03-18", "question": "\"Over The Rainbow\" man Yip Harburg also co-wrote this show about bigotry & leprechauns, revived in 2009", "value": "$1600", - "answer": "Finian\\'s Rainbow", + "answer": "Finian's Rainbow", "round": "Double Jeopardy!", "show_number": "5879", "fullAnswer": "Finian\\'s Rainbow" @@ -513394,7 +486364,7 @@ "air_date": "2010-03-18", "question": "For this revolutionary image, Archibald Willard originally showed the 3 musicians in a July 4th parade", "value": "$2000", - "answer": "Spirit of \\'76", + "answer": "Spirit of '76", "round": "Double Jeopardy!", "show_number": "5879", "fullAnswer": "The Spirit of \\'76" @@ -513519,16 +486489,6 @@ "show_number": "5124", "fullAnswer": "Houston" }, - { - "category": "ANIMALS", - "air_date": "2006-12-14", - "question": "(Jimmy of the Clue Crew poses next to a cow at Old World, Wisconsin.) This is the name of a cow that is less than 3 years old that hasn't given birth; Zeus turned Io into a white one", - "value": "$400", - "answer": "heifer", - "round": "Jeopardy!", - "show_number": "5124", - "fullAnswer": "a heifer" - }, { "category": "INAPPROPRIATE TEAM NAMES", "air_date": "2006-12-14", @@ -513699,16 +486659,6 @@ "show_number": "5124", "fullAnswer": "the monarch butterfly" }, - { - "category": "ANIMALS", - "air_date": "2006-12-14", - "question": "It's the amused African mammal heard here", - "value": "$1000", - "answer": "hyena", - "round": "Jeopardy!", - "show_number": "5124", - "fullAnswer": "hyena" - }, { "category": "INAPPROPRIATE TEAM NAMES", "air_date": "2006-12-14", @@ -513924,7 +486874,7 @@ "air_date": "2006-12-14", "question": "Early 14th century:
\"I was running 'round hell's circles till I saw your heavenly spheres\"", "value": "$1200", - "answer": "Dante\\'s Inferno ", + "answer": "Dante's Inferno ", "round": "Double Jeopardy!", "show_number": "5124", "fullAnswer": "Dante\\'s Inferno (or Divine Comedy)" @@ -514079,16 +487029,6 @@ "show_number": "4706", "fullAnswer": "cherries" }, - { - "category": "NEWSPAPER COMICS", - "air_date": "2005-02-07", - "question": "Linus, the insecure boy seen here, is found in this comic strip", - "value": "$200", - "answer": "Peanuts", - "round": "Jeopardy!", - "show_number": "4706", - "fullAnswer": "Peanuts" - }, { "category": "GUM", "air_date": "2005-02-07", @@ -514129,16 +487069,6 @@ "show_number": "4706", "fullAnswer": "Dove" }, - { - "category": "BOTANY", - "air_date": "2005-02-07", - "question": "(Cheryl of the Clue Crew reports from a ski slope.) The bristlecone variety of this tree is the oldest type of living tree in the U.S., and can live 4,000 years or more", - "value": "$400", - "answer": "pine", - "round": "Jeopardy!", - "show_number": "4706", - "fullAnswer": "a pine" - }, { "category": "NEWSPAPER COMICS", "air_date": "2005-02-07", @@ -514199,16 +487129,6 @@ "show_number": "4706", "fullAnswer": "(Gregor) Mendel" }, - { - "category": "NEWSPAPER COMICS", - "air_date": "2005-02-07", - "question": "Don't laugh--he's the long-term adversary of Batman, seen here", - "value": "$600", - "answer": "Joker", - "round": "Jeopardy!", - "show_number": "4706", - "fullAnswer": "The Joker" - }, { "category": "GUM", "air_date": "2005-02-07", @@ -514259,16 +487179,6 @@ "show_number": "4706", "fullAnswer": "a fern" }, - { - "category": "NEWSPAPER COMICS", - "air_date": "2005-02-07", - "question": "They're the devilish duo of the funny pages seen here", - "value": "$800", - "answer": "Calvin and Hobbes", - "round": "Jeopardy!", - "show_number": "4706", - "fullAnswer": "Calvin and Hobbes" - }, { "category": "GUM", "air_date": "2005-02-07", @@ -514319,16 +487229,6 @@ "show_number": "4706", "fullAnswer": "a eucalyptus tree" }, - { - "category": "NEWSPAPER COMICS", - "air_date": "2005-02-07", - "question": "Ack! He's the health-challenged pussy and friend of Opus seen here", - "value": "$1000", - "answer": "Bill the Cat", - "round": "Jeopardy!", - "show_number": "4706", - "fullAnswer": "Bill the Cat" - }, { "category": "GUM", "air_date": "2005-02-07", @@ -514349,16 +487249,6 @@ "show_number": "4706", "fullAnswer": "Constantine" }, - { - "category": "MAKES SCENTS TO ME!", - "air_date": "2005-02-07", - "question": "Bottles of this company's Brit perfume feature its famous plaid pattern", - "value": "$1000", - "answer": "Burberry", - "round": "Jeopardy!", - "show_number": "4706", - "fullAnswer": "Burberry" - }, { "category": "CLEAN 4-LETTER WORDS", "air_date": "2005-02-07", @@ -514584,7 +487474,7 @@ "air_date": "2005-02-07", "question": "A guide book whose cover says \"Don't Panic\" gives this Douglas Adams sci-fi novel its title", "value": "$1600", - "answer": "Hitchhiker\\'s Guide to the Galaxy", + "answer": "Hitchhiker's Guide to the Galaxy", "round": "Double Jeopardy!", "show_number": "4706", "fullAnswer": "The Hitchhiker\\'s Guide to the Galaxy" @@ -515504,7 +488394,7 @@ "air_date": "2003-02-27", "question": "According to a George Strait song, it's \"why I hang my hat in Tennessee\"", "value": "$1000", - "answer": "All My Ex\\'s Live in Texas", + "answer": "All My Ex's Live in Texas", "round": "Jeopardy!", "show_number": "4264", "fullAnswer": "\"All My Ex\\'s Live in Texas\"" @@ -516594,7 +489484,7 @@ "air_date": "1998-01-12", "question": "This hillbilly comic strip by Al Capp made its debut in newspapers in August 1934", "value": "$300", - "answer": "Li\\'l Abner", + "answer": "Li'l Abner", "round": "Jeopardy!", "show_number": "3081", "fullAnswer": "\"Li\\'l Abner\"" @@ -517464,7 +490354,7 @@ "air_date": "2001-04-10", "question": "Margaret has big questions for the big guy in this Judy Blume favorite", "value": "$400", - "answer": "Are You There God? It\\'s Me, Margaret", + "answer": "Are You There God? It's Me, Margaret", "round": "Double Jeopardy!", "show_number": "3832", "fullAnswer": "Are You There God? It\\'s Me, Margaret" @@ -517584,7 +490474,7 @@ "air_date": "2001-04-10", "question": "William Styron opted for Stingo to narrate this novel", "value": "$600", - "answer": "Sophie\\'s Choice", + "answer": "Sophie's Choice", "round": "Double Jeopardy!", "show_number": "3832", "fullAnswer": "Sophie\\'s Choice" @@ -517689,16 +490579,6 @@ "show_number": "5129", "fullAnswer": "apples" }, - { - "category": "COLLEGE SPORTS TEAM LOGOS", - "air_date": "2006-12-21", - "question": "Catholic and co-ed, this university has a noted law school", - "value": "$200", - "answer": "Notre Dame", - "round": "Jeopardy!", - "show_number": "5129", - "fullAnswer": "Notre Dame" - }, { "category": "PASS THE POTATOES", "air_date": "2006-12-21", @@ -517729,16 +490609,6 @@ "show_number": "5129", "fullAnswer": "Colin Powell" }, - { - "category": "THE MACY'S PARADE: BEHIND THE SCENES", - "air_date": "2006-12-21", - "question": "(Jon of the Clue Crew stands on a catwalk in a storeroom.) The first Macy's parade in 1924 included live bears--they scared the children, so in 1927 balloon animals debuted, including this silent cartoon cat", - "value": "$200", - "answer": "Felix the Cat", - "round": "Jeopardy!", - "show_number": "5129", - "fullAnswer": "Felix the Cat" - }, { "category": "CHRISTMAS HISTORY", "air_date": "2006-12-21", @@ -517749,16 +490619,6 @@ "show_number": "5129", "fullAnswer": "mistletoe" }, - { - "category": "COLLEGE SPORTS TEAM LOGOS", - "air_date": "2006-12-21", - "question": "A football powerhouse, it's also famous for its archaeology museum", - "value": "$400", - "answer": "Nebraska", - "round": "Jeopardy!", - "show_number": "5129", - "fullAnswer": "Nebraska" - }, { "category": "PASS THE POTATOES", "air_date": "2006-12-21", @@ -517789,16 +490649,6 @@ "show_number": "5129", "fullAnswer": "powder puff" }, - { - "category": "THE MACY'S PARADE: BEHIND THE SCENES", - "air_date": "2006-12-21", - "question": "(Jon walks in front of a parade inflatable.) The Macy's parade did not take place for three years during this decade--since rubber was in short supply, the balloons were donated to the war effort", - "value": "$400", - "answer": "1940s", - "round": "Jeopardy!", - "show_number": "5129", - "fullAnswer": "1940s" - }, { "category": "CHRISTMAS HISTORY", "air_date": "2006-12-21", @@ -517809,16 +490659,6 @@ "show_number": "5129", "fullAnswer": "Roman Empire" }, - { - "category": "COLLEGE SPORTS TEAM LOGOS", - "air_date": "2006-12-21", - "question": "This university originally opened in Ocala in 1853", - "value": "$600", - "answer": "University of Florida", - "round": "Jeopardy!", - "show_number": "5129", - "fullAnswer": "University of Florida" - }, { "category": "PASS THE POTATOES", "air_date": "2006-12-21", @@ -517849,16 +490689,6 @@ "show_number": "5129", "fullAnswer": "power tools" }, - { - "category": "THE MACY'S PARADE: BEHIND THE SCENES", - "air_date": "2006-12-21", - "question": "(Kelly of the Clue Crew poses in front of Snoopy.) A new version of Snoopy debuted in 2006--when he first appeared in 1968, he was dressed up as this, the way he often was atop his doghouse", - "value": "$600", - "answer": "WWI flying ace", - "round": "Jeopardy!", - "show_number": "5129", - "fullAnswer": "WWI flying ace" - }, { "category": "CHRISTMAS HISTORY", "air_date": "2006-12-21", @@ -517869,16 +490699,6 @@ "show_number": "5129", "fullAnswer": "Puritan movement" }, - { - "category": "COLLEGE SPORTS TEAM LOGOS", - "air_date": "2006-12-21", - "question": "Come out of your shell and name this university where Jim Henson went to school", - "value": "$800", - "answer": "University of Maryland", - "round": "Jeopardy!", - "show_number": "5129", - "fullAnswer": "University of Maryland" - }, { "category": "PASS THE POTATOES", "air_date": "2006-12-21", @@ -517909,36 +490729,16 @@ "show_number": "5129", "fullAnswer": "power play" }, - { - "category": "THE MACY'S PARADE: BEHIND THE SCENES", - "air_date": "2006-12-21", - "question": "(Kelly reads the clue from inside a house parade float.) Macy's parade floats must fold up to be just eight feet wide and twelve and a half feet high to fit through this tunnel for the trip from New Jersey to Manhattan", - "value": "$800", - "answer": "Lincoln Tunnel", - "round": "Jeopardy!", - "show_number": "5129", - "fullAnswer": "Lincoln Tunnel" - }, { "category": "CHRISTMAS HISTORY", "air_date": "2006-12-21", "question": "Since the 19th c. the descendants of Henry \"Jolly Harry\" Livingston have claimed him as the author of this poem", "value": "$1000", - "answer": "\\'Twas The Night Before Christmas", + "answer": "'Twas The Night Before Christmas", "round": "Jeopardy!", "show_number": "5129", "fullAnswer": "\"\\'Twas The Night Before Christmas\"" }, - { - "category": "COLLEGE SPORTS TEAM LOGOS", - "air_date": "2006-12-21", - "question": "It was originally a state agricultural college", - "value": "$1000", - "answer": "Michigan State", - "round": "Jeopardy!", - "show_number": "5129", - "fullAnswer": "Michigan State" - }, { "category": "PASS THE POTATOES", "air_date": "2006-12-21", @@ -517969,16 +490769,6 @@ "show_number": "5129", "fullAnswer": "Powhatan" }, - { - "category": "THE MACY'S PARADE: BEHIND THE SCENES", - "air_date": "2006-12-21", - "question": "(Kelly presents the clue from the workshop.) This 1947 movie which used footage of actual floats gave many Americans a love for the Macy's parade", - "value": "$1000", - "answer": "Miracle on 34th Street", - "round": "Jeopardy!", - "show_number": "5129", - "fullAnswer": "Miracle on 34th Street" - }, { "category": "NATIONAL PARKS OF THE WORLD", "air_date": "2006-12-21", @@ -518204,7 +490994,7 @@ "air_date": "2006-12-21", "question": "Cobweb, Moth, Mustardseed... dost thou revel in the fairies' names in this play? Methinks 'twill play in Peoria!", "value": "$1600", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "5129", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -518879,16 +491669,6 @@ "show_number": "3430", "fullAnswer": "Janet Reno" }, - { - "category": "THE U.S. POSTAL SERVICE", - "air_date": "2005-12-16", - "question": "(Kelly of the Clue Crew holds up blue envelope with an eagle logo.) Express Mail, which delivers overnight, recalls the name of this service that delivered Lincoln's inaugural address to the West Coast in just 7 days", - "value": "$200", - "answer": "Pony Express", - "round": "Jeopardy!", - "show_number": "4895", - "fullAnswer": "the Pony Express" - }, { "category": "ABBOTT & COSTELLO'S BASEBALL TEAM", "air_date": "2005-12-16", @@ -518954,7 +491734,7 @@ "air_date": "2005-12-16", "question": "It's understood that he's the third baseman", "value": "$400", - "answer": "I Don\\'t Know", + "answer": "I Don't Know", "round": "Jeopardy!", "show_number": "4895", "fullAnswer": "I Don\\'t Know" @@ -518999,16 +491779,6 @@ "show_number": "4895", "fullAnswer": "the ocean" }, - { - "category": "THE U.S. POSTAL SERVICE", - "air_date": "2005-12-16", - "question": "(Jon of the Clue Crew reports from a post office.) The United States Postal Service has endured for over 200 years, starting with this first postmaster general, who also appeared on the post office's first stamp issue", - "value": "$600", - "answer": "Ben Franklin", - "round": "Jeopardy!", - "show_number": "4895", - "fullAnswer": "Ben Franklin" - }, { "category": "ABBOTT & COSTELLO'S BASEBALL TEAM", "air_date": "2005-12-16", @@ -519119,22 +491889,12 @@ "show_number": "4895", "fullAnswer": "idiot (village idiot accepted)" }, - { - "category": "THE U.S. POSTAL SERVICE", - "air_date": "2005-12-16", - "question": "(Kelly of the Clue Crew shows some video of mail trucks.) The United States Post Office has the USA's largest civilian motorized fleet: its workhorses are 140,000 LLVs, short for these vehicles expected to last 24 years each", - "value": "$1000", - "answer": "long life vehicle", - "round": "Jeopardy!", - "show_number": "4895", - "fullAnswer": "a long life vehicle" - }, { "category": "ABBOTT & COSTELLO'S BASEBALL TEAM", "air_date": "2005-12-16", "question": "Tell me that the name of this shortstop matters to you", "value": "$1000", - "answer": "I Don\\'t Care", + "answer": "I Don't Care", "round": "Jeopardy!", "show_number": "4895", "fullAnswer": "I Don\\'t Care" @@ -519289,16 +492049,6 @@ "show_number": "4895", "fullAnswer": "the Shannon" }, - { - "category": "\"PUT\" SHOTS", - "air_date": "2005-12-16", - "question": "Translate the Peter Boyle-sung lyric heard here", - "value": "$800", - "answer": "Puttin\\' on the ritz", - "round": "Double Jeopardy!", - "show_number": "4895", - "fullAnswer": "\"Puttin\\' on the ritz\"" - }, { "category": "SHAKESPEARE", "air_date": "2005-12-16", @@ -519504,7 +492254,7 @@ "air_date": "2005-01-13", "question": "Closely identified with Gene Kelly, this song was introduced by Cliff Edwards in \"The Hollywood Revue of 1929\"", "value": "$200", - "answer": "Singin\\' In The Rain", + "answer": "Singin' In The Rain", "round": "Jeopardy!", "show_number": "4689", "fullAnswer": "\"Singin\\' In The Rain\"" @@ -519684,7 +492434,7 @@ "air_date": "2005-01-13", "question": "It's the title line that follows \"Kiss me once, then kiss me twice, then kiss me once again\"", "value": "$800", - "answer": "It\\'s Been A Long, Long Time", + "answer": "It's Been A Long, Long Time", "round": "Jeopardy!", "show_number": "4689", "fullAnswer": "\"It\\'s Been A Long, Long Time\"" @@ -519789,16 +492539,6 @@ "show_number": "4689", "fullAnswer": "Hind" }, - { - "category": "A TOUR OF GREECE", - "air_date": "2005-01-13", - "question": "(Sarah of the Clue Crew reports from Athens, Greece.) In 480 BC, Athens and the monuments on the Acropolis were destroyed by these invaders under the command of Xerxes I", - "value": "$400", - "answer": "Persians", - "round": "Double Jeopardy!", - "show_number": "4689", - "fullAnswer": "the Persians" - }, { "category": "19th CENTURY NOTABLES", "air_date": "2005-01-13", @@ -519849,16 +492589,6 @@ "show_number": "4689", "fullAnswer": "a rocket" }, - { - "category": "A TOUR OF GREECE", - "air_date": "2005-01-13", - "question": "(Cheryl of the Clue Crew reports from Athens, Greece.) Socrates was often to be found chatting people up in this area, the social and administrative heart of Athens", - "value": "$800", - "answer": "Agora", - "round": "Double Jeopardy!", - "show_number": "4689", - "fullAnswer": "the Agora" - }, { "category": "19th CENTURY NOTABLES", "air_date": "2005-01-13", @@ -519909,16 +492639,6 @@ "show_number": "4689", "fullAnswer": "the Bonneville Salt Flats" }, - { - "category": "A TOUR OF GREECE", - "air_date": "2005-01-13", - "question": "(Sarah of the Clue Crew reports from Tinos, Greece.) This country's 1940 sinking of a Greek cruiser in Tinos harbor helped spur Greek resistance to its invasion", - "value": "$1200", - "answer": "Italy", - "round": "Double Jeopardy!", - "show_number": "4689", - "fullAnswer": "Italy" - }, { "category": "19th CENTURY NOTABLES", "air_date": "2005-01-13", @@ -519969,16 +492689,6 @@ "show_number": "4689", "fullAnswer": "a hummingbird" }, - { - "category": "A TOUR OF GREECE", - "air_date": "2005-01-13", - "question": "(Cheryl of the clue crew reports from Aegina, Greece.) The island of Aegina is rich in this tree that produces a cooking oil as well as this beloved nut", - "value": "$1600", - "answer": "pistachio", - "round": "Double Jeopardy!", - "show_number": "4689", - "fullAnswer": "pistachio" - }, { "category": "19th CENTURY NOTABLES", "air_date": "2005-01-13", @@ -520019,16 +492729,6 @@ "show_number": "4689", "fullAnswer": "Buddy" }, - { - "category": "A TOUR OF GREECE", - "air_date": "2005-01-13", - "question": "(Sarah of the Clue Crew reports from Greece.) I'm on this island, where the Cretan princess Ariadne was stranded after Theseus abandoned her (seems not so bad)", - "value": "$2000", - "answer": "Naxos", - "round": "Double Jeopardy!", - "show_number": "4689", - "fullAnswer": "(Island of) Naxos" - }, { "category": "19th CENTURY NOTABLES", "air_date": "2005-01-13", @@ -520109,16 +492809,6 @@ "show_number": "6204", "fullAnswer": "Naismith" }, - { - "category": "RIVERS", - "air_date": "2011-07-28", - "question": "As the central river artery, this is one of the world's busiest waterways", - "value": "$200", - "answer": "Mississippi", - "round": "Jeopardy!", - "show_number": "6204", - "fullAnswer": "the Mississippi" - }, { "category": "FLAMING FOODS", "air_date": "2011-07-28", @@ -520169,16 +492859,6 @@ "show_number": "6204", "fullAnswer": "(Ollie) North" }, - { - "category": "RIVERS", - "air_date": "2011-07-28", - "question": "Although its ultimate source is still debated, this river flows into the Atlantic", - "value": "$400", - "answer": "Amazon", - "round": "Jeopardy!", - "show_number": "6204", - "fullAnswer": "the Amazon" - }, { "category": "FLAMING FOODS", "air_date": "2011-07-28", @@ -520229,16 +492909,6 @@ "show_number": "6204", "fullAnswer": "Nijinsky" }, - { - "category": "RIVERS", - "air_date": "2011-07-28", - "question": "From two small sources, this river flows to the North Sea", - "value": "$600", - "answer": "Rhine", - "round": "Jeopardy!", - "show_number": "6204", - "fullAnswer": "the Rhine" - }, { "category": "FLAMING FOODS", "air_date": "2011-07-28", @@ -520289,16 +492959,6 @@ "show_number": "6204", "fullAnswer": "(Pablo) Neruda" }, - { - "category": "RIVERS", - "air_date": "2011-07-28", - "question": "The head of this river is dry for much of the year and flows to an estuary on the North Sea", - "value": "$800", - "answer": "Thames", - "round": "Jeopardy!", - "show_number": "6204", - "fullAnswer": "the Thames" - }, { "category": "FLAMING FOODS", "air_date": "2011-07-28", @@ -520349,16 +493009,6 @@ "show_number": "6204", "fullAnswer": "Nasser" }, - { - "category": "RIVERS", - "air_date": "2011-07-28", - "question": "Flowing westward, this river has a drainage basin that covers seven states", - "value": "$1000", - "answer": "Colorado", - "round": "Jeopardy!", - "show_number": "6204", - "fullAnswer": "the Colorado" - }, { "category": "FLAMING FOODS", "air_date": "2011-07-28", @@ -520609,16 +493259,6 @@ "show_number": "6204", "fullAnswer": "the Big Dipper" }, - { - "category": "THE SANDERS OF TIME", - "air_date": "2011-07-28", - "question": "Olympic gold medal swimmer and TV personality seen here", - "value": "$1600", - "answer": "Summer Sanders", - "round": "Double Jeopardy!", - "show_number": "6204", - "fullAnswer": "Summer Sanders" - }, { "category": "THE OLD WEST", "air_date": "2011-07-28", @@ -520649,16 +493289,6 @@ "show_number": "6204", "fullAnswer": "a laurel wreath" }, - { - "category": "BONING UP", - "air_date": "2011-07-28", - "question": "(Kelly of the Clue Crew shows an anatomical animation on the monitor.) Most broken bones in children are this type of fracture with a colorful name, in which the break cuts only partway through the bone", - "value": "$2000", - "answer": "greenstick", - "round": "Double Jeopardy!", - "show_number": "6204", - "fullAnswer": "a greenstick" - }, { "category": "\"BIG\" STUFF", "air_date": "2011-07-28", @@ -521084,7 +493714,7 @@ "air_date": "1993-07-05", "question": "The French name of this 1897 orchestral scherzo is \"L'apprenti sorcier\"", "value": "$400", - "answer": "Sorcerer\\'s Apprentice", + "answer": "Sorcerer's Apprentice", "round": "Double Jeopardy!", "show_number": "2051", "fullAnswer": "The Sorcerer\\'s Apprentice" @@ -521349,16 +493979,6 @@ "show_number": "5971", "fullAnswer": "baa" }, - { - "category": "REMEMBER THE MANE", - "air_date": "2010-07-26", - "question": "He's the fight promoter seen here", - "value": "$200", - "answer": "Don King", - "round": "Jeopardy!", - "show_number": "5971", - "fullAnswer": "Don King" - }, { "category": "CROSS WORLD CLUES \"C\"", "air_date": "2010-07-26", @@ -521409,16 +494029,6 @@ "show_number": "5971", "fullAnswer": "a banshee" }, - { - "category": "REMEMBER THE MANE", - "air_date": "2010-07-26", - "question": "If you lived through the '70s you must remember her hair & probably that poster", - "value": "$400", - "answer": "Farrah Fawcett", - "round": "Jeopardy!", - "show_number": "5971", - "fullAnswer": "Farrah Fawcett" - }, { "category": "CROSS WORLD CLUES \"C\"", "air_date": "2010-07-26", @@ -521469,16 +494079,6 @@ "show_number": "5971", "fullAnswer": "a muumuu" }, - { - "category": "REMEMBER THE MANE", - "air_date": "2010-07-26", - "question": "He's toured & recorded with his Large Band", - "value": "$600", - "answer": "Lyle Lovett", - "round": "Jeopardy!", - "show_number": "5971", - "fullAnswer": "Lyle Lovett" - }, { "category": "CROSS WORLD CLUES \"C\"", "air_date": "2010-07-26", @@ -521529,16 +494129,6 @@ "show_number": "5971", "fullAnswer": "radii" }, - { - "category": "REMEMBER THE MANE", - "air_date": "2010-07-26", - "question": "If we had a time machine we'd go back to 1999 & ask this \"Felicity\" star not to cut that hair", - "value": "$800", - "answer": "Keri Russell", - "round": "Jeopardy!", - "show_number": "5971", - "fullAnswer": "Keri Russell" - }, { "category": "CROSS WORLD CLUES \"C\"", "air_date": "2010-07-26", @@ -521564,7 +494154,7 @@ "air_date": "2010-07-26", "question": "1726:
\"Where in the World Is Lemuel?\"", "value": "$1000", - "answer": "Gulliver\\'s Travels", + "answer": "Gulliver's Travels", "round": "Jeopardy!", "show_number": "5971", "fullAnswer": "Gulliver\\'s Travels" @@ -521589,16 +494179,6 @@ "show_number": "5971", "fullAnswer": "a Pharisee" }, - { - "category": "REMEMBER THE MANE", - "air_date": "2010-07-26", - "question": "Remember when she & her wedge cut won gold at the '76 Olympics?", - "value": "$1000", - "answer": "Dorothy Hamill", - "round": "Jeopardy!", - "show_number": "5971", - "fullAnswer": "Dorothy Hamill" - }, { "category": "ON THE BRITISH THRONE", "air_date": "2010-07-26", @@ -521719,16 +494299,6 @@ "show_number": "5971", "fullAnswer": "a main man" }, - { - "category": "ON THE BRITISH THRONE", - "air_date": "2010-07-26", - "question": "The cute pups seen here are named for a king with this first name", - "value": "$1200", - "answer": "Charles", - "round": "Double Jeopardy!", - "show_number": "5971", - "fullAnswer": "Charles" - }, { "category": "TV MORTALITY", "air_date": "2010-07-26", @@ -521839,16 +494409,6 @@ "show_number": "5971", "fullAnswer": "mainstream" }, - { - "category": "ON THE BRITISH THRONE", - "air_date": "2010-07-26", - "question": "(Jimmy of the Clue Crew reports from in front of the Bayeux Tapestry.) The tapestry opens in 1064 with this childless king on England's throne; 11th century sources say the meeting is about naming his successor", - "value": "$2000", - "answer": "Edward the Confessor", - "round": "Double Jeopardy!", - "show_number": "5971", - "fullAnswer": "Edward the Confessor" - }, { "category": "TV MORTALITY", "air_date": "2010-07-26", @@ -522154,7 +494714,7 @@ "air_date": "2000-12-20", "question": "In 1987 the CDC reported a link between aspirin use by kids & this syndrome named for an Australian pathologist", "value": "$500", - "answer": "Reye\\'s syndrome", + "answer": "Reye's syndrome", "round": "Jeopardy!", "show_number": "3753", "fullAnswer": "Reye\\'s syndrome" @@ -522474,7 +495034,7 @@ "air_date": "2000-12-20", "question": "They were introduced in 1941, designated as just \"Plain\" in 1954 & rechristened as \"Milk Chocolate\" in 2000", "value": null, - "answer": "M&M\\'s", + "answer": "M&M's", "round": "Final Jeopardy!", "show_number": "3753", "fullAnswer": "M&M\\'s" @@ -522574,7 +495134,7 @@ "air_date": "1999-10-20", "question": "Teenage Brian strummed this song, asking \"How many times can a man turn his head pretending he just doesn't see?\"", "value": "$200", - "answer": "Blowin\\' In The Wind", + "answer": "Blowin' In The Wind", "round": "Jeopardy!", "show_number": "3478", "fullAnswer": "\"Blowin\\' In The Wind\"" @@ -522864,7 +495424,7 @@ "air_date": "1999-10-20", "question": "At age 18 in 1625 he set out from Gascony to join the king's musketeers", "value": "$400", - "answer": "d\\'Artagnan", + "answer": "d'Artagnan", "round": "Double Jeopardy!", "show_number": "3478", "fullAnswer": "d\\'Artagnan" @@ -523674,7 +496234,7 @@ "air_date": "2001-12-05", "question": "Completes Yogi's simple but profound statement \"It ain't over 'til...\"", "value": "$200", - "answer": "it\\'s over", + "answer": "it's over", "round": "Jeopardy!", "show_number": "3973", "fullAnswer": "it\\'s over" @@ -523774,7 +496334,7 @@ "air_date": "2001-12-05", "question": "This 1940 Thomas Wolfe novel was published posthumously", "value": "$400", - "answer": "You Can\\'t Go Home Again", + "answer": "You Can't Go Home Again", "round": "Jeopardy!", "show_number": "3973", "fullAnswer": "\"You Can\\'t Go Home Again\"" @@ -523894,7 +496454,7 @@ "air_date": "2001-12-05", "question": "This 1938 James Stewart film won Best Picture & earned an Oscar for its director, Frank Capra", "value": "$800", - "answer": "You Can\\'t Take It with You", + "answer": "You Can't Take It with You", "round": "Jeopardy!", "show_number": "3973", "fullAnswer": "You Can\\'t Take It with You" @@ -523984,7 +496544,7 @@ "air_date": "2001-12-05", "question": "The \"Vegas\" edition of this Chevy Chase movie series features a trailer home on an H-bomb test site", "value": "$400", - "answer": "National Lampoon\\'s Vacation", + "answer": "National Lampoon's Vacation", "round": "Double Jeopardy!", "show_number": "3973", "fullAnswer": "National Lampoon\\'s Vacation" @@ -524114,7 +496674,7 @@ "air_date": "2001-12-05", "question": "\"Icy Sparks\" tells of a Kentucky girl whose croaks, tics & sudden outbursts are due to this disorder", "value": "$1200", - "answer": "Tourette\\'s syndrome", + "answer": "Tourette's syndrome", "round": "Double Jeopardy!", "show_number": "3973", "fullAnswer": "Tourette\\'s syndrome" @@ -524664,7 +497224,7 @@ "air_date": "1992-10-26", "question": "\"The night is young, the skies are clear, and if you want to go walking, dear, it's\" this, \"it's\" this, \"it's\" this", "value": "$1000", - "answer": "It\\'s delightful, it\\'s delicious, it\\'s delovely", + "answer": "It's delightful, it's delicious, it's delovely", "round": "Double Jeopardy!", "show_number": "1871", "fullAnswer": "It\\'s delightful, it\\'s delicious, it\\'s delovely" @@ -525499,16 +498059,6 @@ "show_number": "5525", "fullAnswer": "Harry Reid" }, - { - "category": "MOVIES BY QUOTE", - "air_date": "2008-09-19", - "question": "\"Belief, Dr. Jones, is a gift you have yet to receive\"", - "value": "$800", - "answer": "Indiana Jones and the Kingdom of the Crystal Skull", - "round": "Jeopardy!", - "show_number": "5525", - "fullAnswer": "Indiana Jones and the Kingdom of the Crystal Skull" - }, { "category": "WHEN YOU WERE YOUNG", "air_date": "2008-09-19", @@ -525789,16 +498339,6 @@ "show_number": "5525", "fullAnswer": "naughty" }, - { - "category": "COME UP TO THE LAB", - "air_date": "2008-09-19", - "question": "(Kelly of the Clue Crew shines a flashlight through a prism and the beam is redirected onto a different wall.) The prism refraction experiment that I'm reenacting was first conducted in a laboratory by this man in 1666", - "value": "$1600", - "answer": "Isaac Newton", - "round": "Double Jeopardy!", - "show_number": "5525", - "fullAnswer": "Isaac Newton" - }, { "category": "EUROPEAN CITIES", "air_date": "2008-09-19", @@ -525849,16 +498389,6 @@ "show_number": "5525", "fullAnswer": "Alexander Graham Bell" }, - { - "category": "...SEE WHAT'S ON THE SLAB", - "air_date": "2008-09-19", - "question": "This slab that's inscribed in 3 different languages was found by the French in 1799", - "value": "$2000", - "answer": "Rosetta Stone", - "round": "Double Jeopardy!", - "show_number": "5525", - "fullAnswer": "the Rosetta Stone" - }, { "category": "NBA LOGOS", "air_date": "2008-09-19", @@ -525954,7 +498484,7 @@ "air_date": "1997-01-01", "question": "This group got its name by combining the names of 2 bands: Hollywood Rose & L.A. Guns", "value": "$200", - "answer": "Guns N\\' Roses", + "answer": "Guns N' Roses", "round": "Jeopardy!", "show_number": "2843", "fullAnswer": "Guns N\\' Roses" @@ -526244,7 +498774,7 @@ "air_date": "1997-01-01", "question": "It was Edward Albee's first full-length play, & his most famous", "value": "$400", - "answer": "Who\\'s Afraid of Virginia Woolf?", + "answer": "Who's Afraid of Virginia Woolf?", "round": "Double Jeopardy!", "show_number": "2843", "fullAnswer": "Who\\'s Afraid of Virginia Woolf?" @@ -526664,7 +499194,7 @@ "air_date": "1998-11-05", "question": "39 members of this doomsday cult in California committed suicide in March", "value": "$400", - "answer": "Heaven\\'s Gate", + "answer": "Heaven's Gate", "round": "Jeopardy!", "show_number": "3259", "fullAnswer": "Heaven\\'s Gate" @@ -527849,16 +500379,6 @@ "show_number": "4990", "fullAnswer": ".38" }, - { - "category": "GROWING PAINS", - "air_date": "2006-04-28", - "question": "(Kelly of the Clue Crew types away.) Using a keyboard like this one may reduce the risk of a painful condition, abbreviated CTS", - "value": "$600", - "answer": "carpal tunnel syndrome", - "round": "Jeopardy!", - "show_number": "4990", - "fullAnswer": "carpal tunnel syndrome" - }, { "category": "SAINT ELSEWHERE", "air_date": "2006-04-28", @@ -528119,16 +500639,6 @@ "show_number": "4990", "fullAnswer": "brilliant" }, - { - "category": "20th CENTURY ART", - "air_date": "2006-04-28", - "question": "The painting seen here from 1912 isn't by Picasso, so it must be by him", - "value": "$1200", - "answer": "Braque", - "round": "Double Jeopardy!", - "show_number": "4990", - "fullAnswer": "Braque" - }, { "category": "MOVIE QUOTES", "air_date": "2006-04-28", @@ -528229,16 +500739,6 @@ "show_number": "4990", "fullAnswer": "a gyro" }, - { - "category": "I'LL HAVE A B_L_T", - "air_date": "2006-04-28", - "question": "(Kelly of the Clue Crew shows off her skills as a movie producer.) This film technique demonstrated here can be used to create a dramatic effect", - "value": "$1600", - "answer": "backlight ", - "round": "Double Jeopardy!", - "show_number": "4990", - "fullAnswer": "backlight (backlighting accepted)" - }, { "category": "20th CENTURY ART", "air_date": "2006-04-28", @@ -528254,7 +500754,7 @@ "air_date": "2006-04-28", "question": "From 1978:
\"...Nothing is over until we decide it is! Was it over when the Germans bombed Pearl Harbor?... No!\"", "value": "$2000", - "answer": "National Lampoon\\'s Animal House", + "answer": "National Lampoon's Animal House", "round": "Double Jeopardy!", "show_number": "4990", "fullAnswer": "National Lampoon\\'s Animal House" @@ -528634,7 +501134,7 @@ "air_date": "1998-10-27", "question": "It's the sacred church covered by the over-400-foot-high dome seen here", "value": "$200", - "answer": "St. Peter\\'s Basilica", + "answer": "St. Peter's Basilica", "round": "Double Jeopardy!", "show_number": "3252", "fullAnswer": "St. Peter\\'s Basilica" @@ -528919,16 +501419,6 @@ "show_number": "3252", "fullAnswer": "the Dionne Quintuplets" }, - { - "category": "LAS VEGAS CENTENNIAL", - "air_date": "2005-04-04", - "question": "Group name of the Vegas entertainers seen here doing their thing in the '60s", - "value": "$200", - "answer": "Rat Pack", - "round": "Jeopardy!", - "show_number": "4746", - "fullAnswer": "the Rat Pack" - }, { "category": "TOON UP", "air_date": "2005-04-04", @@ -528979,16 +501469,6 @@ "show_number": "4746", "fullAnswer": "appendix" }, - { - "category": "LAS VEGAS CENTENNIAL", - "air_date": "2005-04-04", - "question": "The Las Vegas area was a frequent venue for these post-World War II events conducted by the U.S. government", - "value": "$400", - "answer": "atomic bomb tests", - "round": "Jeopardy!", - "show_number": "4746", - "fullAnswer": "atomic bomb tests" - }, { "category": "TOON UP", "air_date": "2005-04-04", @@ -529039,16 +501519,6 @@ "show_number": "4746", "fullAnswer": "faux" }, - { - "category": "LAS VEGAS CENTENNIAL", - "air_date": "2005-04-04", - "question": "Bugsy Siegel opened this pleasure palace seen here on the Strip in 1946, long before it became a Hilton", - "value": "$600", - "answer": "Flamingo", - "round": "Jeopardy!", - "show_number": "4746", - "fullAnswer": "the Flamingo" - }, { "category": "TOON UP", "air_date": "2005-04-04", @@ -529099,16 +501569,6 @@ "show_number": "4746", "fullAnswer": "the cortex" }, - { - "category": "LAS VEGAS CENTENNIAL", - "air_date": "2005-04-04", - "question": "Here's a 1950s shot of this downtown main drag named for an explorer who once visited the area", - "value": "$800", - "answer": "Fremont Street", - "round": "Jeopardy!", - "show_number": "4746", - "fullAnswer": "Fremont Street" - }, { "category": "TOON UP", "air_date": "2005-04-04", @@ -529159,26 +501619,6 @@ "show_number": "4746", "fullAnswer": "Halifax, Nova Scotia" }, - { - "category": "LAS VEGAS CENTENNIAL", - "air_date": "2005-04-04", - "question": "Vegas began in 1905 when a railroad owned by this man, for whom Vegas' county is named, sold off land", - "value": "$1000", - "answer": "William Clark", - "round": "Jeopardy!", - "show_number": "4746", - "fullAnswer": "William Clark" - }, - { - "category": "TOON UP", - "air_date": "2005-04-04", - "question": "Hey, mama! This smooth-talkin", - "value": "$1000", - "answer": "Johnny Bravo", - "round": "Jeopardy!", - "show_number": "4746", - "fullAnswer": "Johnny Bravo" - }, { "category": "ROBERTS RULE", "air_date": "2005-04-04", @@ -529224,7 +501664,7 @@ "air_date": "2005-04-04", "question": "This disease is the most common cause of dementia & severe memory loss in people over 65", "value": "$400", - "answer": "Alzheimer\\'s", + "answer": "Alzheimer's", "round": "Double Jeopardy!", "show_number": "4746", "fullAnswer": "Alzheimer\\'s" @@ -529279,16 +501719,6 @@ "show_number": "4746", "fullAnswer": "the bucking bronco" }, - { - "category": "HEALTH MATTERS", - "air_date": "2005-04-04", - "question": "(Sarah of the Clue Crew holds up a piece of gross anatomy in the Body Worlds exhibit at the California Science Center.) The arteries sub-divide into a network of aterials in these organs that filter the waste from the blood", - "value": "$800", - "answer": "kidneys", - "round": "Double Jeopardy!", - "show_number": "4746", - "fullAnswer": "kidneys" - }, { "category": "THE DIRECTOR'S CHAIR", "air_date": "2005-04-04", @@ -529399,16 +501829,6 @@ "show_number": "4746", "fullAnswer": "Buck Rogers" }, - { - "category": "HEALTH MATTERS", - "air_date": "2005-04-04", - "question": "(Sarah of the Clue Crew wanders about in a medical lab at the University of Pittsburgh.) I'm at the University of Pittsburgh where Jonas Salk developed his polio vaccine using the controversial de-activated virus method usually called this", - "value": "$1600", - "answer": "killed-virus method", - "round": "Double Jeopardy!", - "show_number": "4746", - "fullAnswer": "the killed-virus method" - }, { "category": "THE DIRECTOR'S CHAIR", "air_date": "2005-04-04", @@ -530229,16 +502649,6 @@ "show_number": "5773", "fullAnswer": "Japan" }, - { - "category": "____ OF ____", - "air_date": "2009-10-21", - "question": "(Jimmy of the Clue Crew shows a map on the monitor.) About 5 million years ago, the rise of this strip of land restricted the flow of water between the Atlantic & the Pacific, greatly intensifying the gulf stream", - "value": "$400", - "answer": "Isthmus of Panama", - "round": "Jeopardy!", - "show_number": "5773", - "fullAnswer": "the Isthmus of Panama" - }, { "category": "GRANDMA", "air_date": "2009-10-21", @@ -530369,16 +502779,6 @@ "show_number": "5773", "fullAnswer": "Agatha Christie" }, - { - "category": "WHAT BIG TEETH YOU HAVE!", - "air_date": "2009-10-21", - "question": "This pit viper seen here injects venom through two long, hollow teeth in its upper jaw", - "value": "$800", - "answer": "rattlesnake", - "round": "Jeopardy!", - "show_number": "5773", - "fullAnswer": "a rattlesnake" - }, { "category": "21st CENTURY WORLD LEADERS", "air_date": "2009-10-21", @@ -530579,16 +502979,6 @@ "show_number": "5773", "fullAnswer": "Hal Holbrook" }, - { - "category": "NIGHT AT THE MUSEUM", - "air_date": "2009-10-21", - "question": "He painted \"Night Fishing at Antibes\", seen here, just before the outbreak of World War II", - "value": "$1200", - "answer": "Picasso", - "round": "Double Jeopardy!", - "show_number": "5773", - "fullAnswer": "Picasso" - }, { "category": "ARE YOU TOYING WITH ME?", "air_date": "2009-10-21", @@ -530884,7 +503274,7 @@ "air_date": "1998-07-13", "question": "George & Martha throw an after-party for Nick & Honey; play games; start for bed at dawn", "value": "$300", - "answer": "Who\\'s Afraid of Virginia Woolf?", + "answer": "Who's Afraid of Virginia Woolf?", "round": "Jeopardy!", "show_number": "3211", "fullAnswer": "\"Who\\'s Afraid of Virginia Woolf?\"" @@ -531074,7 +503464,7 @@ "air_date": "1998-07-13", "question": "\"Frankly, my dear...\"", "value": "$200", - "answer": "I don\\'t give a damn", + "answer": "I don't give a damn", "round": "Double Jeopardy!", "show_number": "3211", "fullAnswer": "\"I don\\'t give a damn\"" @@ -531134,7 +503524,7 @@ "air_date": "1998-07-13", "question": "\"One flew east, one flew west...\"", "value": "$400", - "answer": "One flew over the cuckoo\\'s nest", + "answer": "One flew over the cuckoo's nest", "round": "Double Jeopardy!", "show_number": "3211", "fullAnswer": "\"One flew over the cuckoo\\'s nest\"" @@ -531324,7 +503714,7 @@ "air_date": "1998-07-13", "question": "This memoir, winner of a 1997 Pulitzer Prize, has made Limerick a hot tourist destination", "value": null, - "answer": "\\Angela\\'s Ashes\\", + "answer": "Angela's Ashes", "round": "Final Jeopardy!", "show_number": "3211", "fullAnswer": "\\\"Angela\\'s Ashes\\\"" @@ -531339,16 +503729,6 @@ "show_number": "4813", "fullAnswer": "the cost of a gallon of gas" }, - { - "category": "INSPIRED SONGS", - "air_date": "2005-07-06", - "question": "The song heard here was written in the '70s for a movie about this boxer

\"Because the greatest love of all...\"", - "value": "$200", - "answer": "Muhammad Ali", - "round": "Jeopardy!", - "show_number": "4813", - "fullAnswer": "Muhammad Ali" - }, { "category": "PAYING TRIBUTE", "air_date": "2005-07-06", @@ -531579,16 +503959,6 @@ "show_number": "4813", "fullAnswer": "DC Comics" }, - { - "category": "INSPIRED SONGS", - "air_date": "2005-07-06", - "question": "(Jimmy of the Clue Crew reports from inside a restaurant in New York.) This mobster who was slain in Umberto's Clam House is the subject of Bob Dylan's song \"Joey\"", - "value": "$1000", - "answer": "Joey Gallo", - "round": "Jeopardy!", - "show_number": "4813", - "fullAnswer": "Joey Gallo" - }, { "category": "PAYING TRIBUTE", "air_date": "2005-07-06", @@ -532034,7 +504404,7 @@ "air_date": "2008-10-15", "question": "Thanksgiving wouldn't be the same without M, for this", "value": "$400", - "answer": "Macy\\'s", + "answer": "Macy's", "round": "Jeopardy!", "show_number": "5543", "fullAnswer": "Macy\\'s" @@ -532094,7 +504464,7 @@ "air_date": "2008-10-15", "question": "This cereal company, K? It's grrreat!", "value": "$600", - "answer": "Kellogg\\'s", + "answer": "Kellogg's", "round": "Jeopardy!", "show_number": "5543", "fullAnswer": "Kellogg\\'s" @@ -532249,16 +504619,6 @@ "show_number": "5543", "fullAnswer": "glossary" }, - { - "category": "CATS & DOGS", - "air_date": "2008-10-15", - "question": "Named for a place in County Wicklow, the Glen of Imaal terrier is one of the most lovable breeds from this country", - "value": "$400", - "answer": "Ireland", - "round": "Double Jeopardy!", - "show_number": "5543", - "fullAnswer": "Ireland" - }, { "category": "WHATCHA EATIN'?", "air_date": "2008-10-15", @@ -532269,16 +504629,6 @@ "show_number": "5543", "fullAnswer": "cream cheese" }, - { - "category": "GEOLOGY", - "air_date": "2008-10-15", - "question": "(Kelly of the Clue Crew shows off a space rock sitting next to a picture of a city-sized crater at the University of Wisconsin-Madison Geology Museum.) The first crater on Earth identified as being made by this was made by a 60,000-ton one; here's a 300-pound chip of it", - "value": "$400", - "answer": "meteor", - "round": "Double Jeopardy!", - "show_number": "5543", - "fullAnswer": "a meteor" - }, { "category": "THEY BLEW US OUT OF THE WATER", "air_date": "2008-10-15", @@ -532369,16 +504719,6 @@ "show_number": "5543", "fullAnswer": "a gamecock" }, - { - "category": "CATS & DOGS", - "air_date": "2008-10-15", - "question": "A Lilac Point Burmese has lilac markings, while the Siamese, called this point, is named for a tasty shade of brown", - "value": "$1200", - "answer": "chocolate", - "round": "Double Jeopardy!", - "show_number": "5543", - "fullAnswer": "chocolate" - }, { "category": "WHATCHA EATIN'?", "air_date": "2008-10-15", @@ -532389,16 +504729,6 @@ "show_number": "5543", "fullAnswer": "cherries" }, - { - "category": "GEOLOGY", - "air_date": "2008-10-15", - "question": "(Jimmy of the Clue Crew holds a sample at the University of Wisconsin-Madison Geology Museum.) Like the stuff that makes the Statue of Liberty green, the mineral malachite is a carbonate of this metal", - "value": "$2,000", - "answer": "copper", - "round": "Double Jeopardy!", - "show_number": "5543", - "fullAnswer": "copper" - }, { "category": "THEY BLEW US OUT OF THE WATER", "air_date": "2008-10-15", @@ -532489,16 +504819,6 @@ "show_number": "5543", "fullAnswer": "guttural" }, - { - "category": "CATS & DOGS", - "air_date": "2008-10-15", - "question": "This breed loves to be pampered, perhaps because it was once an imperial Chinese pet", - "value": "$2000", - "answer": "shih tzu", - "round": "Double Jeopardy!", - "show_number": "5543", - "fullAnswer": "a shih tzu" - }, { "category": "WHATCHA EATIN'?", "air_date": "2008-10-15", @@ -532509,16 +504829,6 @@ "show_number": "5543", "fullAnswer": "falafel" }, - { - "category": "GEOLOGY", - "air_date": "2008-10-15", - "question": "(Jimmy of the Clue Crew points to an Atlantic Ocean ridge on a giant globe at the University of Wisconsin-Madison Geology Museum.) Though basically a 10,000-mile mountain chain, what's called the Mid-Atlantic this is usually only visible when it peaks out at islands like the Azores", - "value": "$2000", - "answer": "Mid-Atlantic Ridge", - "round": "Double Jeopardy!", - "show_number": "5543", - "fullAnswer": "the Mid-Atlantic Ridge" - }, { "category": "THEY BLEW US OUT OF THE WATER", "air_date": "2008-10-15", @@ -533084,7 +505394,7 @@ "air_date": "2003-06-20", "question": "The daughter of Manfred Mann's Mike d'Abo is this TV star of \"The Wonder Years\" & Disney's \"Tarzan\"", "value": "$2000", - "answer": "Olivia d\\'Abo", + "answer": "Olivia d'Abo", "round": "Double Jeopardy!", "show_number": "4345", "fullAnswer": "Olivia d\\'Abo" @@ -533094,7 +505404,7 @@ "air_date": "2003-06-20", "question": "This was the single word the Hairy Old Man used to say at or near the beginning of every \"Monty Python\" episode", "value": "$2000", - "answer": "It\\'s", + "answer": "It's", "round": "Double Jeopardy!", "show_number": "4345", "fullAnswer": "\"It\\'s\"" @@ -533149,16 +505459,6 @@ "show_number": "5987", "fullAnswer": "Athens" }, - { - "category": "BOY SCOUT ACTIVITIES", - "air_date": "2010-09-28", - "question": "(Jimmy of the Clue Crew paddles a kayak.) When a properly prepared scout gets out on the water, he doesn't leave shore without a PFD, short for this", - "value": "$200", - "answer": "personal flotation device", - "round": "Jeopardy!", - "show_number": "5987", - "fullAnswer": "a personal flotation device" - }, { "category": "NURSERY RHYME PEOPLE", "air_date": "2010-09-28", @@ -533184,7 +505484,7 @@ "air_date": "2010-09-28", "question": "It seemed like Farrah was always drying off after a shower or stepping out of a pool in this 1970s TV series", "value": "$200", - "answer": "Charlie\\'s Angels", + "answer": "Charlie's Angels", "round": "Jeopardy!", "show_number": "5987", "fullAnswer": "Charlie\\'s Angels" @@ -533259,26 +505559,6 @@ "show_number": "5987", "fullAnswer": "Famine" }, - { - "category": "SHOWTIME AT THE ACROPOLIS", - "air_date": "2010-09-28", - "question": "The new Acropolis Museum features the marble relief seen here of Apollo, Artemis and this sea god", - "value": "$600", - "answer": "Poseidon", - "round": "Jeopardy!", - "show_number": "5987", - "fullAnswer": "Poseidon" - }, - { - "category": "BOY SCOUT ACTIVITIES", - "air_date": "2010-09-28", - "question": "(Sarah of the Clue Crew stands on a dock.) When scouts swim safely, they use this system in which one scout looks out for the other & vice versa", - "value": "$600", - "answer": "buddy system", - "round": "Jeopardy!", - "show_number": "5987", - "fullAnswer": "the buddy system" - }, { "category": "NURSERY RHYME PEOPLE", "air_date": "2010-09-28", @@ -533369,16 +505649,6 @@ "show_number": "5987", "fullAnswer": "austerity measures" }, - { - "category": "BOY SCOUT ACTIVITIES", - "air_date": "2010-09-28", - "question": "(Sarah of the Clue Crew hangs onto a rope and jumps slowly down the side of a mountain.) From the French for summoning, it's the practice of a scout safely lowering himself down a mountainside", - "value": "$2,600", - "answer": "rappelling", - "round": "Jeopardy!", - "show_number": "5987", - "fullAnswer": "rappelling" - }, { "category": "NURSERY RHYME PEOPLE", "air_date": "2010-09-28", @@ -533439,16 +505709,6 @@ "show_number": "5987", "fullAnswer": "Lady Gaga" }, - { - "category": "BLOGS & BLOGGERS", - "air_date": "2010-09-28", - "question": "This color is featured prominently, even for the links, on treehugger.com", - "value": "$400", - "answer": "green", - "round": "Double Jeopardy!", - "show_number": "5987", - "fullAnswer": "green" - }, { "category": "ASIAN CAPITALS", "air_date": "2010-09-28", @@ -533459,16 +505719,6 @@ "show_number": "5987", "fullAnswer": "Hanoi" }, - { - "category": "CELEBRITIES' FAVORITE BOOKS", - "air_date": "2010-09-28", - "question": "(Hi, I'm Anderson Cooper.) This 21st century tragedy is one of the reasons I got back into news; its aftermath is powerfully dealt with in the novel \"Extremely Loud & Incredibly Close\"", - "value": "$400", - "answer": "9/11", - "round": "Double Jeopardy!", - "show_number": "5987", - "fullAnswer": "9/11" - }, { "category": "THE SAME VOWEL, EVERY OTHER LETTER", "air_date": "2010-09-28", @@ -533519,16 +505769,6 @@ "show_number": "5987", "fullAnswer": "Sri Lanka" }, - { - "category": "CELEBRITIES' FAVORITE BOOKS", - "air_date": "2010-09-28", - "question": "(I'm Michael McKean.) A favorite of mine is this author's \"Cat's Cradle\", a book named for a children's game but dealing with the end of life on Earth", - "value": "$800", - "answer": "Kurt Vonnegut", - "round": "Double Jeopardy!", - "show_number": "5987", - "fullAnswer": "Kurt Vonnegut" - }, { "category": "THE SAME VOWEL, EVERY OTHER LETTER", "air_date": "2010-09-28", @@ -533579,16 +505819,6 @@ "show_number": "5987", "fullAnswer": "Brunei" }, - { - "category": "CELEBRITIES' FAVORITE BOOKS", - "air_date": "2010-09-28", - "question": "(I'm Andy Richter.) As a parent, I have to go with \"I Am a Bunny\", illustrated by this man who also gave us a \"Great Big Schoolhouse\"", - "value": "$1200", - "answer": "Scarry", - "round": "Double Jeopardy!", - "show_number": "5987", - "fullAnswer": "(Richard) Scarry" - }, { "category": "THE SAME VOWEL, EVERY OTHER LETTER", "air_date": "2010-09-28", @@ -533639,16 +505869,6 @@ "show_number": "5987", "fullAnswer": "East Timor" }, - { - "category": "CELEBRITIES' FAVORITE BOOKS", - "air_date": "2010-09-28", - "question": "(Hi, I'm Jane Kaczmarek.) This author's \"Nine Stories\" includes gems like \"The Laughing Man\" & \"A Perfect Day for Bananafish\" -- you should read them all", - "value": "$1600", - "answer": "J.D. Salinger", - "round": "Double Jeopardy!", - "show_number": "5987", - "fullAnswer": "J.D. Salinger" - }, { "category": "THE SAME VOWEL, EVERY OTHER LETTER", "air_date": "2010-09-28", @@ -533689,16 +505909,6 @@ "show_number": "5987", "fullAnswer": "fashion" }, - { - "category": "CELEBRITIES' FAVORITE BOOKS", - "air_date": "2010-09-28", - "question": "(Hi, I'm Elizabeth Perkins.) Though its title is a reference to the Land of Nod, this Steinbeck classic, a favorite of mine, is set in California's Salinas Valley", - "value": "$2000", - "answer": "East of Eden", - "round": "Double Jeopardy!", - "show_number": "5987", - "fullAnswer": "East of Eden" - }, { "category": "THE SAME VOWEL, EVERY OTHER LETTER", "air_date": "2010-09-28", @@ -533779,16 +505989,6 @@ "show_number": "4870", "fullAnswer": "a knuckle" }, - { - "category": "WEBSITES", - "air_date": "2005-11-11", - "question": "The creature seen here is a symbol of this employment website", - "value": "$400", - "answer": "Monster.com", - "round": "Jeopardy!", - "show_number": "4870", - "fullAnswer": "Monster.com" - }, { "category": "MOVIE SONGS", "air_date": "2005-11-11", @@ -533899,16 +506099,6 @@ "show_number": "4870", "fullAnswer": "knickers" }, - { - "category": "WEBSITES", - "air_date": "2005-11-11", - "question": "The Amazon.com family includes this source of information on over 150,000 films, founded by Col Needham", - "value": "$800", - "answer": "IMDb.com", - "round": "Jeopardy!", - "show_number": "4870", - "fullAnswer": "IMDb.com" - }, { "category": "MOVIE SONGS", "air_date": "2005-11-11", @@ -534039,16 +506229,6 @@ "show_number": "4870", "fullAnswer": "UCLA" }, - { - "category": "TECHNOLOGY", - "air_date": "2005-11-11", - "question": "(Jon of the Clue Crew reports from NC State University in Raleigh, NC.) A man who was blind for 50 years can now see images thanks to a device that supplants damaged photo receptors in this part of the eye", - "value": "$400", - "answer": "retina", - "round": "Double Jeopardy!", - "show_number": "4870", - "fullAnswer": "the retina" - }, { "category": "GIRLS GONE WILDE", "air_date": "2005-11-11", @@ -534099,16 +506279,6 @@ "show_number": "4870", "fullAnswer": "Brett Favre" }, - { - "category": "TECHNOLOGY", - "air_date": "2005-11-11", - "question": "(Cheryl of the Clue Crew reports from NC State University in Raleigh, NC.) Exoskeleton garments with their own muscles are being developed to help victims of this injury caused by impaired brain blood supply", - "value": "$800", - "answer": "stroke", - "round": "Double Jeopardy!", - "show_number": "4870", - "fullAnswer": "a stroke" - }, { "category": "GIRLS GONE WILDE", "air_date": "2005-11-11", @@ -534159,16 +506329,6 @@ "show_number": "4870", "fullAnswer": "Ty Cobb" }, - { - "category": "TECHNOLOGY", - "air_date": "2005-11-11", - "question": "(Jon of the Clue Crew reports from NC State University in Raleigh, NC.) A cat born with a birth defect, whose model is seen here, is being fitted with this experimental device, from the Greek for \"addition\"", - "value": "$1200", - "answer": "prosthesis", - "round": "Double Jeopardy!", - "show_number": "4870", - "fullAnswer": "a prosthesis" - }, { "category": "GIRLS GONE WILDE", "air_date": "2005-11-11", @@ -534219,16 +506379,6 @@ "show_number": "4870", "fullAnswer": "Jerry Rice" }, - { - "category": "TECHNOLOGY", - "air_date": "2005-11-11", - "question": "(Kelly of the Clue Crew reports from NC State University in Raleigh, NC.) Experiments are underway with North Carolina State University's rapid prototyper to create custom surgical bone plates using this strong metal, atomic number 22", - "value": "$2,000", - "answer": "titanium", - "round": "Double Jeopardy!", - "show_number": "4870", - "fullAnswer": "titanium" - }, { "category": "GIRLS GONE WILDE", "air_date": "2005-11-11", @@ -534279,16 +506429,6 @@ "show_number": "4870", "fullAnswer": "trainer" }, - { - "category": "TECHNOLOGY", - "air_date": "2005-11-11", - "question": "(Cheryl of the Clue Crew reports from NC State University in Raleigh, NC.) This device spreads an opening for surgical access; North Carolina State University developed a force-controlled one to reduce post-op pain in heart patients", - "value": "$2000", - "answer": "rib spreader", - "round": "Double Jeopardy!", - "show_number": "4870", - "fullAnswer": "a rib spreader" - }, { "category": "GIRLS GONE WILDE", "air_date": "2005-11-11", @@ -534329,16 +506469,6 @@ "show_number": "4870", "fullAnswer": "William Howard Taft" }, - { - "category": "FLAGS OF THE WORLD", - "air_date": "2006-07-19", - "question": "Most of this nation is a mountainous plateau", - "value": "$200", - "answer": "Switzerland", - "round": "Jeopardy!", - "show_number": "5048", - "fullAnswer": "Switzerland" - }, { "category": "THE JEP-TONES WORLD TOUR 2006", "air_date": "2006-07-19", @@ -534349,16 +506479,6 @@ "show_number": "5048", "fullAnswer": "The Beatles" }, - { - "category": "A GAME OF DARTS", - "air_date": "2006-07-19", - "question": "(Jon of the Clue Crew points to a dartboard.) Because it forms a web, the metal that divides up the dartboard is called this, like a certain creature", - "value": "$200", - "answer": "spider", - "round": "Jeopardy!", - "show_number": "5048", - "fullAnswer": "a spider" - }, { "category": "MIDDLE ENGLISH CLASS", "air_date": "2006-07-19", @@ -534389,16 +506509,6 @@ "show_number": "5048", "fullAnswer": "sitting" }, - { - "category": "FLAGS OF THE WORLD", - "air_date": "2006-07-19", - "question": "Ja, they know how to ski real good in this country, whose flag is seen here", - "value": "$400", - "answer": "Norway", - "round": "Jeopardy!", - "show_number": "5048", - "fullAnswer": "Norway" - }, { "category": "THE JEP-TONES WORLD TOUR 2006", "air_date": "2006-07-19", @@ -534449,36 +506559,16 @@ "show_number": "5048", "fullAnswer": "ice" }, - { - "category": "FLAGS OF THE WORLD", - "air_date": "2006-07-19", - "question": "It covers more than 3.7 million square miles", - "value": "$600", - "answer": "China", - "round": "Jeopardy!", - "show_number": "5048", - "fullAnswer": "China" - }, { "category": "THE JEP-TONES WORLD TOUR 2006", "air_date": "2006-07-19", "question": "The Jeps cover this group's 1988 Top 10 hit \"Welcome To The Jungle\", until the inevitable cease-&-desist order", "value": "$600", - "answer": "Guns N\\' Roses", + "answer": "Guns N' Roses", "round": "Jeopardy!", "show_number": "5048", "fullAnswer": "Guns N\\' Roses" }, - { - "category": "A GAME OF DARTS", - "air_date": "2006-07-19", - "question": "(Jon of the Clue Crew tosses a dart at the dartboard.) I'm playing a standard game of 501; with a remaining score of 12 & 1 dart left, I have to hit double this number to win", - "value": "$600", - "answer": "6", - "round": "Jeopardy!", - "show_number": "5048", - "fullAnswer": "6" - }, { "category": "MIDDLE ENGLISH CLASS", "air_date": "2006-07-19", @@ -534509,16 +506599,6 @@ "show_number": "5048", "fullAnswer": "string" }, - { - "category": "FLAGS OF THE WORLD", - "air_date": "2006-07-19", - "question": "Two continents are spanned by this nation", - "value": "$800", - "answer": "Turkey", - "round": "Jeopardy!", - "show_number": "5048", - "fullAnswer": "Turkey" - }, { "category": "THE JEP-TONES WORLD TOUR 2006", "air_date": "2006-07-19", @@ -534569,16 +506649,6 @@ "show_number": "5048", "fullAnswer": "colors" }, - { - "category": "FLAGS OF THE WORLD", - "air_date": "2006-07-19", - "question": "In 1903, this country, seen here, was moved from one continent to another", - "value": "$1000", - "answer": "Panama", - "round": "Jeopardy!", - "show_number": "5048", - "fullAnswer": "Panama" - }, { "category": "THE JEP-TONES WORLD TOUR 2006", "air_date": "2006-07-19", @@ -534589,16 +506659,6 @@ "show_number": "5048", "fullAnswer": "Altamont" }, - { - "category": "A GAME OF DARTS", - "air_date": "2006-07-19", - "question": "(Kelly of the Clue Crew makes a dart shot & gets it in a red space.) Yes! I get this many points for that one shot--take that, Jon!", - "value": "$1000", - "answer": "60", - "round": "Jeopardy!", - "show_number": "5048", - "fullAnswer": "60" - }, { "category": "MIDDLE ENGLISH CLASS", "air_date": "2006-07-19", @@ -534829,26 +506889,6 @@ "show_number": "5048", "fullAnswer": "Guarding Tess" }, - { - "category": "WHAT A PIG!", - "air_date": "2006-07-19", - "question": "In 2006 this energetic pig seen here got into the stamp act, along with other animals from children's lit", - "value": "$1600", - "answer": "Olivia", - "round": "Double Jeopardy!", - "show_number": "5048", - "fullAnswer": "Olivia" - }, - { - "category": "NAMES OF THE '70s", - "air_date": "2006-07-19", - "question": "She's the North American political wife seen here consorting with royalty", - "value": "$1600", - "answer": "Margaret Trudeau", - "round": "Double Jeopardy!", - "show_number": "5048", - "fullAnswer": "Margaret Trudeau" - }, { "category": "\"S\"WEETS", "air_date": "2006-07-19", @@ -535244,7 +507284,7 @@ "air_date": "1985-11-12", "question": "Bacterium responsible for this outbreak was coined “Legionella Pneumophila”", "value": "$200", - "answer": "Legionnaires\\' Disease", + "answer": "Legionnaires' Disease", "round": "Double Jeopardy!", "show_number": "307", "fullAnswer": "Legionnaires\\' Disease" @@ -535424,7 +507464,7 @@ "air_date": "1985-11-12", "question": "L-Dopa has provided relief for sufferers of this “shaking palsy”", "value": "$800", - "answer": "Parkinson\\'s Disease", + "answer": "Parkinson's Disease", "round": "Double Jeopardy!", "show_number": "307", "fullAnswer": "Parkinson\\'s Disease" @@ -536149,16 +508189,6 @@ "show_number": "3213", "fullAnswer": "Fifth Avenue (New York City)" }, - { - "category": "TECH SUPPORT", - "air_date": "2007-01-03", - "question": "(Kelly of the Clue Crew holds a piece of computer hardware.) For better gaming graphics, just add this component that takes binary data and converts it to a picture", - "value": "$200", - "answer": "graphics card", - "round": "Jeopardy!", - "show_number": "5138", - "fullAnswer": "a graphics card" - }, { "category": "CLASSIC TV SHOWS BY CHARACTER", "air_date": "2007-01-03", @@ -536209,16 +508239,6 @@ "show_number": "5138", "fullAnswer": "Red Lobster" }, - { - "category": "TECH SUPPORT", - "air_date": "2007-01-03", - "question": "(Cheryl of the Clue Crew stands next to an open computer case.) If you hear a whir & a clunk & can't get into Windows, this part that stores information on magnetic platters has failed", - "value": "$400", - "answer": "hard drive ", - "round": "Jeopardy!", - "show_number": "5138", - "fullAnswer": "hard drive (or hard disk drive)" - }, { "category": "CLASSIC TV SHOWS BY CHARACTER", "air_date": "2007-01-03", @@ -536269,16 +508289,6 @@ "show_number": "5138", "fullAnswer": "a spiny lobster" }, - { - "category": "TECH SUPPORT", - "air_date": "2007-01-03", - "question": "(Jon of the Clue Crew holds up a smaller piece of computer hardware.) One of the easiest ways to improve your computer's performance is to add more of this type of memory chip", - "value": "$600", - "answer": "RAM ", - "round": "Jeopardy!", - "show_number": "5138", - "fullAnswer": "RAM (or Random Access Memory)" - }, { "category": "CLASSIC TV SHOWS BY CHARACTER", "air_date": "2007-01-03", @@ -536329,16 +508339,6 @@ "show_number": "5138", "fullAnswer": "a stern man" }, - { - "category": "TECH SUPPORT", - "air_date": "2007-01-03", - "question": "(Sarah of the Clue Crew points to something in an open computer case.) It might be cheaper to buy a new computer if this part is fried--it's the main circuit board of your computer", - "value": "$800", - "answer": "motherboard", - "round": "Jeopardy!", - "show_number": "5138", - "fullAnswer": "the motherboard" - }, { "category": "CLASSIC TV SHOWS BY CHARACTER", "air_date": "2007-01-03", @@ -536389,16 +508389,6 @@ "show_number": "5138", "fullAnswer": "crustaceans" }, - { - "category": "TECH SUPPORT", - "air_date": "2007-01-03", - "question": "(Jimmy of the Clue Crew inserts a cable into a port on the front of a computer case.) To hook up a new digital camera, you'll want to use this 3-letter type of port", - "value": "$1000", - "answer": "USB", - "round": "Jeopardy!", - "show_number": "5138", - "fullAnswer": "USB" - }, { "category": "CLASSIC TV SHOWS BY CHARACTER", "air_date": "2007-01-03", @@ -536449,16 +508439,6 @@ "show_number": "5138", "fullAnswer": "an exoskeleton" }, - { - "category": "JOE BUCK CALLS HISTORY", - "air_date": "2007-01-03", - "question": "June 17, 1972:
There's the throw... & James McCord, Jr. & 4 others are caught stealing at this complex
", - "value": "$400", - "answer": "Watergate", - "round": "Double Jeopardy!", - "show_number": "5138", - "fullAnswer": "Watergate" - }, { "category": "WHO'S YOUR DADDY?", "air_date": "2007-01-03", @@ -536509,16 +508489,6 @@ "show_number": "5138", "fullAnswer": "caffeine" }, - { - "category": "JOE BUCK CALLS HISTORY", - "air_date": "2007-01-03", - "question": "It's July 3, 1863 & what a great day for a battle; Gen. Pickett's confident but this borough is a tough win on the road", - "value": "$800", - "answer": "Gettysburg", - "round": "Double Jeopardy!", - "show_number": "5138", - "fullAnswer": "Gettysburg" - }, { "category": "WHO'S YOUR DADDY?", "air_date": "2007-01-03", @@ -536569,16 +508539,6 @@ "show_number": "5138", "fullAnswer": "Fanta" }, - { - "category": "JOE BUCK CALLS HISTORY", - "air_date": "2007-01-03", - "question": "It's 1536 & this woman, not Dr. Quinn, is in Henry VIII's on-deck circle, following Anne Boleyn in the wedding order", - "value": "$1200", - "answer": "Jane Seymour", - "round": "Double Jeopardy!", - "show_number": "5138", - "fullAnswer": "Jane Seymour" - }, { "category": "WHO'S YOUR DADDY?", "air_date": "2007-01-03", @@ -536624,7 +508584,7 @@ "air_date": "2007-01-03", "question": "This \"natural\" brand sells vanilla cola as well as smoothies, juices & E2O energy water", "value": "$1200", - "answer": "Hansen\\'s", + "answer": "Hansen's", "round": "Double Jeopardy!", "show_number": "5138", "fullAnswer": "Hansen\\'s" @@ -537274,7 +509234,7 @@ "air_date": "2004-04-30", "question": "In \"South Pacific\", it \"may call you any night, any day. In your heart you'll hear it call you, 'Come away, come away'\"", "value": "$2000", - "answer": "Bali Ha\\'i", + "answer": "Bali Ha'i", "round": "Double Jeopardy!", "show_number": "4535", "fullAnswer": "Bali Ha\\'i" @@ -537339,16 +509299,6 @@ "show_number": "4879", "fullAnswer": "our children" }, - { - "category": "EUROPEAN EATS", - "air_date": "2005-11-24", - "question": "(Jon of the Clue Crew toasts from behind a spread of meats at a dinner table in Gdansk, Poland.) In Polish vocabulary, you may not know \"piwo\", beer, but you probably know the word the word for this type of sausage", - "value": "$200", - "answer": "kielbasa", - "round": "Jeopardy!", - "show_number": "4879", - "fullAnswer": "kielbasa" - }, { "category": "FOLK ETYMOLOGY", "air_date": "2005-11-24", @@ -537399,16 +509349,6 @@ "show_number": "4879", "fullAnswer": "Maine" }, - { - "category": "EUROPEAN EATS", - "air_date": "2005-11-24", - "question": "(Kelly of the Clue Crew helps herself to an all-you-can-eat in Stockholm, Sweden.) This classic Swedish spread wouldn't be complete without plates of sill, herring that is often pickled", - "value": "$400", - "answer": "smorgasbord", - "round": "Jeopardy!", - "show_number": "4879", - "fullAnswer": "a smorgasbord" - }, { "category": "FOLK ETYMOLOGY", "air_date": "2005-11-24", @@ -537459,16 +509399,6 @@ "show_number": "4879", "fullAnswer": "Mexico City" }, - { - "category": "EUROPEAN EATS", - "air_date": "2005-11-24", - "question": "(Sarah of the Clue Crew enjoys a stew-like dish in Moscow, Russia.) Poet Yevtushenko said he worked on the principle of this dish: throw beets, carrots, cabbage in--what's important is the taste", - "value": "$600", - "answer": "borscht", - "round": "Jeopardy!", - "show_number": "4879", - "fullAnswer": "borscht" - }, { "category": "FOLK ETYMOLOGY", "air_date": "2005-11-24", @@ -537489,16 +509419,6 @@ "show_number": "4879", "fullAnswer": "The Glass Menagerie" }, - { - "category": "THAT FUNKY MUSIC", - "air_date": "2005-11-24", - "question": "The man who replaced Aaron Burr as vice president shares his name with this funkmeister", - "value": "$600", - "answer": "George Clinton", - "round": "Jeopardy!", - "show_number": "4879", - "fullAnswer": "George Clinton" - }, { "category": "DWIGHT BOY", "air_date": "2005-11-24", @@ -537519,16 +509439,6 @@ "show_number": "4879", "fullAnswer": "California" }, - { - "category": "EUROPEAN EATS", - "air_date": "2005-11-24", - "question": "(Cheryl of the Clue Crew points out some finned edibles in Tallinn, Estonia.) This small fish with the name of a nursery rhyme character is big in Estonia, especially smoked", - "value": "$800", - "answer": "sprat", - "round": "Jeopardy!", - "show_number": "4879", - "fullAnswer": "sprat" - }, { "category": "FOLK ETYMOLOGY", "air_date": "2005-11-24", @@ -537579,16 +509489,6 @@ "show_number": "4879", "fullAnswer": "Powhatan" }, - { - "category": "EUROPEAN EATS", - "air_date": "2005-11-24", - "question": "(Jimmy of the Clue Crew chows down in Gdansk, Poland.) They're a sort of Polish ravioli, & here in Gdansk, they taste just like Matka used to make", - "value": "$1000", - "answer": "pierogi", - "round": "Jeopardy!", - "show_number": "4879", - "fullAnswer": "pierogi" - }, { "category": "FOLK ETYMOLOGY", "air_date": "2005-11-24", @@ -537609,16 +509509,6 @@ "show_number": "4879", "fullAnswer": "Murder in the Cathedral" }, - { - "category": "THAT FUNKY MUSIC", - "air_date": "2005-11-24", - "question": "The opening of this \"Kool\" funk classic about an L.A. district is heard here", - "value": "$1000", - "answer": "Hollywood Swinging", - "round": "Jeopardy!", - "show_number": "4879", - "fullAnswer": "\"Hollywood Swinging\"" - }, { "category": "DWIGHT BOY", "air_date": "2005-11-24", @@ -537739,16 +509629,6 @@ "show_number": "4879", "fullAnswer": "Barry Diller" }, - { - "category": "\"D\"-RIGEUR", - "air_date": "2005-11-24", - "question": "Given in Iowa in Jan. 2004, this politician's most memorable quote may have been \"Yeeeeeaaaaaargh!\"", - "value": "$800", - "answer": "Dean", - "round": "Double Jeopardy!", - "show_number": "4879", - "fullAnswer": "(Howard) Dean" - }, { "category": "RELATIVITY AT 100", "air_date": "2005-11-24", @@ -538009,16 +509889,6 @@ "show_number": "6101", "fullAnswer": "Columbia" }, - { - "category": "ASTRONOMY", - "air_date": "2011-03-07", - "question": "Though bright in the night sky, it has a clouded surface, so the image here was made of a mosaic of radar images", - "value": "$400", - "answer": "Venus", - "round": "Jeopardy!", - "show_number": "6101", - "fullAnswer": "Venus" - }, { "category": "QUOTED IN BARTLETT'S", "air_date": "2011-03-07", @@ -538069,16 +509939,6 @@ "show_number": "6101", "fullAnswer": "Princeton" }, - { - "category": "ASTRONOMY", - "air_date": "2011-03-07", - "question": "(Kelly of the Clue Crew shows an astronomical photograph on the monitor.) Voyager II captured a photo of the storm called the Great Dark Spot on this ice giant; the clouds are believed to be condensed methane particles", - "value": "$600", - "answer": "Neptune", - "round": "Jeopardy!", - "show_number": "6101", - "fullAnswer": "Neptune" - }, { "category": "QUOTED IN BARTLETT'S", "air_date": "2011-03-07", @@ -538089,16 +509949,6 @@ "show_number": "6101", "fullAnswer": "Princess Di" }, - { - "category": "IT'S ALL \"GOOD\"", - "air_date": "2011-03-07", - "question": "Be charitable & name this organization whose logo is seen here", - "value": "$600", - "answer": "Goodwill", - "round": "Jeopardy!", - "show_number": "6101", - "fullAnswer": "Goodwill" - }, { "category": "FRENCH ART & ARTISTS", "air_date": "2011-03-07", @@ -538129,16 +509979,6 @@ "show_number": "6101", "fullAnswer": "Harvard" }, - { - "category": "ASTRONOMY", - "air_date": "2011-03-07", - "question": "(Jimmy of the Clue Crew shows an astronomical photograph on the monitor.) In an infrared picture, Jupiter's bright spot is the moon Io; the smaller dots show impacts from when this comet broke up & hit the planet in 1994", - "value": "$800", - "answer": "Shoemaker-Levy", - "round": "Jeopardy!", - "show_number": "6101", - "fullAnswer": "Shoemaker-Levy" - }, { "category": "QUOTED IN BARTLETT'S", "air_date": "2011-03-07", @@ -538189,22 +510029,12 @@ "show_number": "6101", "fullAnswer": "Cornell" }, - { - "category": "ASTRONOMY", - "air_date": "2011-03-07", - "question": "(Kelly of the Clue Crew shows an astronomical diagram on the monitor.) Created by millions of years of eruptions, this now-extinct Martian shield volcano is the tallest mountain in our solar system", - "value": "$1000", - "answer": "Olympus Mons", - "round": "Jeopardy!", - "show_number": "6101", - "fullAnswer": "Olympus Mons" - }, { "category": "QUOTED IN BARTLETT'S", "air_date": "2011-03-07", "question": "Cartoonist R. Crumb gets the credit for this 3-word slogan", "value": "$1000", - "answer": "Keep on truckin\\'", + "answer": "Keep on truckin'", "round": "Jeopardy!", "show_number": "6101", "fullAnswer": "\"Keep on truckin\\'\"" @@ -538379,16 +510209,6 @@ "show_number": "6101", "fullAnswer": "Casablanca" }, - { - "category": "STATELY FLOWERS", - "air_date": "2011-03-07", - "question": "I'm having a hard time remembering this state flower of Alaska seen here--are you?", - "value": "$1200", - "answer": "forget-me-not", - "round": "Double Jeopardy!", - "show_number": "6101", - "fullAnswer": "a forget-me-not" - }, { "category": "THE LANGUAGE OF LOVE", "air_date": "2011-03-07", @@ -538424,7 +510244,7 @@ "air_date": "2011-03-07", "question": "The heart of gold was the starship in this 1979 Douglas Adams book", "value": "$1600", - "answer": "Hitchhiker\\'s Guide to the Galaxy", + "answer": "Hitchhiker's Guide to the Galaxy", "round": "Double Jeopardy!", "show_number": "6101", "fullAnswer": "The Hitchhiker\\'s Guide to the Galaxy" @@ -538699,16 +510519,6 @@ "show_number": "4637", "fullAnswer": "The New Yorker" }, - { - "category": "FOREIGN ANIMAL NOISES", - "air_date": "2004-11-03", - "question": "Albanian ones say hunk hunk; maybe it's the smell that makes French ones say groin groin while truffle hunting", - "value": "$600", - "answer": "pigs", - "round": "Jeopardy!", - "show_number": "4637", - "fullAnswer": "pigs" - }, { "category": "BRINGING HOME THE BACON", "air_date": "2004-11-03", @@ -538749,16 +510559,6 @@ "show_number": "4637", "fullAnswer": "mercury" }, - { - "category": "STUPID ANSWERS", - "air_date": "2004-11-03", - "question": "(Hi, I'm Ari Fleischer.) Now named for James Brady, this room in the White House is where the briefing of the press takes place", - "value": "$800", - "answer": "briefing room", - "round": "Jeopardy!", - "show_number": "4637", - "fullAnswer": "the briefing room" - }, { "category": "FOREIGN ANIMAL NOISES", "air_date": "2004-11-03", @@ -538989,16 +510789,6 @@ "show_number": "4637", "fullAnswer": "the humpback" }, - { - "category": "BRINGING HOME KEVIN BACON", - "air_date": "2004-11-03", - "question": "Kevin's role in this movie seen here may have left him feeling a bit empty", - "value": "$1600", - "answer": "Hollow Man", - "round": "Double Jeopardy!", - "show_number": "4637", - "fullAnswer": "Hollow Man" - }, { "category": "OCEAN NOTIONS", "air_date": "2004-11-03", @@ -539079,16 +510869,6 @@ "show_number": "4637", "fullAnswer": "Wat Tyler" }, - { - "category": "PLAQUES", - "air_date": "2004-11-03", - "question": "This American Nobel Laureate is seen here with a plaque at the site of his discovery of plutonium", - "value": "$2000", - "answer": "Glenn Seaborg", - "round": "Double Jeopardy!", - "show_number": "4637", - "fullAnswer": "Glenn Seaborg" - }, { "category": "A WORLD OF BOOKS", "air_date": "2004-11-03", @@ -539429,26 +511209,6 @@ "show_number": "4875", "fullAnswer": "the Titanic" }, - { - "category": "I NEED MORE COWBELL", - "air_date": "2005-11-18", - "question": "This group uses \"Blood Sugar Sex Magik\" & cowbell when \"Breaking The Girl\"

\"Twisting and turning you're feeling the burning you're breaking the girl...\"", - "value": "$400", - "answer": "Red Hot Chili Peppers", - "round": "Double Jeopardy!", - "show_number": "4875", - "fullAnswer": "the Red Hot Chili Peppers" - }, - { - "category": "MATH", - "air_date": "2005-11-18", - "question": "(Kelly of the Clue Crew points to some expressions on a monitor.) In a complex number of the form shown here, \"i\" is short for this type of unreal number, like the square root of negative one", - "value": "$400", - "answer": "imaginary", - "round": "Double Jeopardy!", - "show_number": "4875", - "fullAnswer": "imaginary" - }, { "category": "GOLD, SILVER, BRONZE", "air_date": "2005-11-18", @@ -539464,7 +511224,7 @@ "air_date": "2005-11-18", "question": "We meet her tantalizing the Tarleton Twins at Tara", "value": "$400", - "answer": "Scarlett O\\'Hara", + "answer": "Scarlett O'Hara", "round": "Double Jeopardy!", "show_number": "4875", "fullAnswer": "Scarlett O\\'Hara" @@ -539529,16 +511289,6 @@ "show_number": "4875", "fullAnswer": "Minnehaha" }, - { - "category": "FOREIGN WORDS & PHRASES", - "air_date": "2005-11-18", - "question": "In Maori 101, you might learn this word for the type of carved images seen here", - "value": "$800", - "answer": "tikis", - "round": "Double Jeopardy!", - "show_number": "4875", - "fullAnswer": "tikis" - }, { "category": "LESSER-KNOWN EXPLORERS", "air_date": "2005-11-18", @@ -539549,26 +511299,6 @@ "show_number": "4875", "fullAnswer": "Lake Michigan" }, - { - "category": "I NEED MORE COWBELL", - "air_date": "2005-11-18", - "question": "I say a little less conversation, a little more cowbell by this remixed singer

\"A little less conversation, a little more action, please...\"", - "value": "$1200", - "answer": "Elvis Presley", - "round": "Double Jeopardy!", - "show_number": "4875", - "fullAnswer": "Elvis Presley" - }, - { - "category": "MATH", - "air_date": "2005-11-18", - "question": "(Kelly of the Clue Crew shows a triangle on a monitor.) With respect to angle ABC, the sides of the right triangle are commonly called hypotenuse, opposite & this", - "value": "$1200", - "answer": "adjacent", - "round": "Double Jeopardy!", - "show_number": "4875", - "fullAnswer": "adjacent" - }, { "category": "GOLD, SILVER, BRONZE", "air_date": "2005-11-18", @@ -539669,26 +511399,6 @@ "show_number": "4875", "fullAnswer": "Roanoke" }, - { - "category": "I NEED MORE COWBELL", - "air_date": "2005-11-18", - "question": "Don't fear this band who turned cowbell from a cult into a religion

\"Seasons don't fear the reaper /
Nor do the wind, the sun or the rain /
(We can be like they are)...\"
", - "value": "$2000", - "answer": "Blue Öyster Cult", - "round": "Double Jeopardy!", - "show_number": "4875", - "fullAnswer": "Blue Öyster Cult" - }, - { - "category": "MATH", - "air_date": "2005-11-18", - "question": "(Jon of the Clue Crew shows you that all your base belong to him on the monitor.) 3 squared equals 9, so we pull the old switcheroo, & this of 9 to base 3 equals 2", - "value": "$2000", - "answer": "logarithm", - "round": "Double Jeopardy!", - "show_number": "4875", - "fullAnswer": "a logarithm" - }, { "category": "GOLD, SILVER, BRONZE", "air_date": "2005-11-18", @@ -540369,16 +512079,6 @@ "show_number": "4764", "fullAnswer": "gold" }, - { - "category": "THE KENNEDY SPACE CENTER", - "air_date": "2005-04-28", - "question": "(Sarah of the Clue Crew reports from Kennedy Space Center, Florida.) For plants which may go into space, the Life Sciences Lab studies the effect of light, temperature & this gas formed in respiration", - "value": "$200", - "answer": "carbon dioxide", - "round": "Jeopardy!", - "show_number": "4764", - "fullAnswer": "carbon dioxide" - }, { "category": "ABOUT SCHMIDT", "air_date": "2005-04-28", @@ -540429,16 +512129,6 @@ "show_number": "4764", "fullAnswer": "the moose" }, - { - "category": "THE KENNEDY SPACE CENTER", - "air_date": "2005-04-28", - "question": "(Jimmy of the Clue Crew reports from Kennedy Space Center, Florida.) This type of rocket was used for the first Apollo flight to the Moon & propelling Skylab into space", - "value": "$400", - "answer": "Saturn V", - "round": "Jeopardy!", - "show_number": "4764", - "fullAnswer": "a Saturn V" - }, { "category": "ABOUT SCHMIDT", "air_date": "2005-04-28", @@ -540474,7 +512164,7 @@ "air_date": "2005-04-28", "question": "Bart, Lisa &...", "value": "$600", - "answer": "Santa\\'s Little Helper", + "answer": "Santa's Little Helper", "round": "Jeopardy!", "show_number": "4764", "fullAnswer": "Santa\\'s Little Helper" @@ -540489,16 +512179,6 @@ "show_number": "4764", "fullAnswer": "the king salmon" }, - { - "category": "THE KENNEDY SPACE CENTER", - "air_date": "2005-04-28", - "question": "(Jimmy of the Clue Crew reports from Kennedy Space Center, Florida.) Astronauts use lots of moist wipes, so plants to be used for long missions are studied to see how they react to this compound", - "value": "$600", - "answer": "alcohol", - "round": "Jeopardy!", - "show_number": "4764", - "fullAnswer": "alcohol" - }, { "category": "ABOUT SCHMIDT", "air_date": "2005-04-28", @@ -540549,16 +512229,6 @@ "show_number": "4764", "fullAnswer": "the mammoth" }, - { - "category": "THE KENNEDY SPACE CENTER", - "air_date": "2005-04-28", - "question": "(Jimmy of the Clue Crew reports from Kennedy Space Center, Florida.) When loaded, the heaviest part of the space shuttle is the fuel tank that contains these two liquefied gases", - "value": "$800", - "answer": "hyrdrogen & oxygen", - "round": "Jeopardy!", - "show_number": "4764", - "fullAnswer": "hyrdrogen & oxygen" - }, { "category": "ABOUT SCHMIDT", "air_date": "2005-04-28", @@ -540609,16 +512279,6 @@ "show_number": "4764", "fullAnswer": "the ptarmigan" }, - { - "category": "THE KENNEDY SPACE CENTER", - "air_date": "2005-04-28", - "question": "(Sarah of the Clue Crew reports from Kennedy Space Center, Florida.) A 1990 mission of the space shuttle with this appropriate name deployed the Hubble Space Telescope", - "value": "$1000", - "answer": "Discovery", - "round": "Jeopardy!", - "show_number": "4764", - "fullAnswer": "Discovery" - }, { "category": "ABOUT SCHMIDT", "air_date": "2005-04-28", @@ -540669,16 +512329,6 @@ "show_number": "4764", "fullAnswer": "Alexandre Dumas (the son)" }, - { - "category": "\"V\"", - "air_date": "2005-04-28", - "question": "This eminent lady was born in 1819", - "value": "$400", - "answer": "Queen Victoria", - "round": "Double Jeopardy!", - "show_number": "4764", - "fullAnswer": "Queen Victoria" - }, { "category": "CIRCUS SLANG", "air_date": "2005-04-28", @@ -540719,26 +512369,6 @@ "show_number": "4764", "fullAnswer": "U2" }, - { - "category": "AUTHORS' CHILDREN", - "air_date": "2005-04-28", - "question": "Scottie, daughter of this author, grew up to be a journalist & Washington socialite", - "value": "$800", - "answer": "F. Scott Fitzgerald", - "round": "Double Jeopardy!", - "show_number": "4764", - "fullAnswer": "F. Scott Fitzgerald" - }, - { - "category": "\"V\"", - "air_date": "2005-04-28", - "question": "Trekkies might know the first long-distance traveler to bear this name, seen here", - "value": "$800", - "answer": "Voyager", - "round": "Double Jeopardy!", - "show_number": "4764", - "fullAnswer": "Voyager" - }, { "category": "CIRCUS SLANG", "air_date": "2005-04-28", @@ -540789,16 +512419,6 @@ "show_number": "4764", "fullAnswer": "Hemingway" }, - { - "category": "\"V\"", - "air_date": "2005-04-28", - "question": "Five-letter name for the item shown in use here", - "value": "$1200", - "answer": "viola", - "round": "Double Jeopardy!", - "show_number": "4764", - "fullAnswer": "a viola" - }, { "category": "CIRCUS SLANG", "air_date": "2005-04-28", @@ -540909,16 +512529,6 @@ "show_number": "4764", "fullAnswer": "Martin" }, - { - "category": "\"V\"", - "air_date": "2005-04-28", - "question": "It's his 17th century young woman seen here", - "value": "$2000", - "answer": "Vermeer", - "round": "Double Jeopardy!", - "show_number": "4764", - "fullAnswer": "(Johannes) Vermeer" - }, { "category": "CIRCUS SLANG", "air_date": "2005-04-28", @@ -541219,26 +512829,6 @@ "show_number": "5943", "fullAnswer": "a misogynist" }, - { - "category": "NEAT, SHE", - "air_date": "2010-06-16", - "question": "Jayma Mays plays a germophobic guidance counselor on this Fox series", - "value": "$1000", - "answer": "Glee", - "round": "Jeopardy!", - "show_number": "5943", - "fullAnswer": "Glee" - }, - { - "category": "SPIN-OZA", - "air_date": "2010-06-16", - "question": "(Sarah of the Clue Crew shows a revolving gas planet on the monitor.) This planet might be a sphere if it weren't spinning so fast--turning on its axis in under ten hours, resulting in a bulge near the equator", - "value": "$1000", - "answer": "Jupiter", - "round": "Jeopardy!", - "show_number": "5943", - "fullAnswer": "Jupiter" - }, { "category": "CONFUSE US", "air_date": "2010-06-16", @@ -541279,16 +512869,6 @@ "show_number": "5943", "fullAnswer": "(Samuel) Morse" }, - { - "category": "ORANGE SLICES", - "air_date": "2010-06-16", - "question": "The classic first course of melon and this is seen here", - "value": "$400", - "answer": "prosciutto", - "round": "Double Jeopardy!", - "show_number": "5943", - "fullAnswer": "prosciutto" - }, { "category": "ARE YOU WELL RED?", "air_date": "2010-06-16", @@ -541324,7 +512904,7 @@ "air_date": "2010-06-16", "question": "Colin Firth, Hugh Grant, Renee Zellweger", "value": "$800", - "answer": "Bridget Jones\\'s Diary", + "answer": "Bridget Jones's Diary", "round": "Double Jeopardy!", "show_number": "5943", "fullAnswer": "Bridget Jones\\'s Diary" @@ -541339,16 +512919,6 @@ "show_number": "5943", "fullAnswer": "(Eugene) Debs" }, - { - "category": "ORANGE SLICES", - "air_date": "2010-06-16", - "question": "This fruit is cultivated in semitropical zones", - "value": "$800", - "answer": "papaya", - "round": "Double Jeopardy!", - "show_number": "5943", - "fullAnswer": "a papaya" - }, { "category": "ARE YOU WELL RED?", "air_date": "2010-06-16", @@ -541389,16 +512959,6 @@ "show_number": "5943", "fullAnswer": "(William) Seward" }, - { - "category": "ORANGE SLICES", - "air_date": "2010-06-16", - "question": "Surprisingly, this tropical fruit is a relative of the pistachio & the cashew", - "value": "$1200", - "answer": "mango", - "round": "Double Jeopardy!", - "show_number": "5943", - "fullAnswer": "a mango" - }, { "category": "ARE YOU WELL RED?", "air_date": "2010-06-16", @@ -541419,16 +512979,6 @@ "show_number": "5943", "fullAnswer": "Raisin in the Sun" }, - { - "category": "SCIENCE CLASS", - "air_date": "2010-06-16", - "question": "(Kelly of the Clue Crew dissects and demonstrates a doorknob.) A doorknob acts as a force multiplier, with a larger knob turning a smaller attached shaft--an example of this simple machine", - "value": "$1600", - "answer": "wheel and axle", - "round": "Double Jeopardy!", - "show_number": "5943", - "fullAnswer": "wheel and axle" - }, { "category": "HISTORIC AMERICANS", "air_date": "2010-06-16", @@ -541439,16 +512989,6 @@ "show_number": "5943", "fullAnswer": "Estes Kefauver" }, - { - "category": "ORANGE SLICES", - "air_date": "2010-06-16", - "question": "Seen here, it's the national fruit of Japan", - "value": "$1600", - "answer": "persimmon", - "round": "Double Jeopardy!", - "show_number": "5943", - "fullAnswer": "a persimmon" - }, { "category": "ARE YOU WELL RED?", "air_date": "2010-06-16", @@ -541489,16 +513029,6 @@ "show_number": "5943", "fullAnswer": "Light Horse Harry Lee" }, - { - "category": "ORANGE SLICES", - "air_date": "2010-06-16", - "question": "Not only does this winter squash have orange splotches on its skin, but its flesh is orangey, too", - "value": "$2000", - "answer": "acorn squash", - "round": "Double Jeopardy!", - "show_number": "5943", - "fullAnswer": "an acorn squash" - }, { "category": "ARE YOU WELL RED?", "air_date": "2010-06-16", @@ -541599,16 +513129,6 @@ "show_number": "4783", "fullAnswer": "Cretaceous" }, - { - "category": "WOMEN OF COUNTRY", - "air_date": "2005-05-25", - "question": "(Hi, I'm Carolyn Dawn Johnson.) In my first hit single, you might say I had this state on my mind", - "value": "$400", - "answer": "Georgia", - "round": "Jeopardy!", - "show_number": "4783", - "fullAnswer": "Georgia" - }, { "category": "WEBSTER'S NEW WORLD COLLEGE DICTIONARY", "air_date": "2005-05-25", @@ -541639,16 +513159,6 @@ "show_number": "4783", "fullAnswer": "Election Day" }, - { - "category": "THIS MUST BE BELGIAN", - "air_date": "2005-05-25", - "question": "It's the Belgian town in the title of the artwork seen here", - "value": "$400", - "answer": "Waterloo", - "round": "Jeopardy!", - "show_number": "4783", - "fullAnswer": "Waterloo" - }, { "category": "DINOSAURS", "air_date": "2005-05-25", @@ -541739,16 +513249,6 @@ "show_number": "4783", "fullAnswer": "omega-3" }, - { - "category": "MUSICAL INSTRUMENTS", - "air_date": "2005-05-25", - "question": "The horn seen at Kansas City's American Jazz Museum belonged to this '40s & '50s musician who grew up in Kansas City", - "value": "$800", - "answer": "Charlie Parker", - "round": "Jeopardy!", - "show_number": "4783", - "fullAnswer": "Charlie Parker" - }, { "category": "IF IT'S TUESDAY", "air_date": "2005-05-25", @@ -541799,16 +513299,6 @@ "show_number": "4783", "fullAnswer": "shiraz" }, - { - "category": "MUSICAL INSTRUMENTS", - "air_date": "2005-05-25", - "question": "\"Sweet\" name for the folk instrument heard here, or perhaps up in the Appalachian Mountains", - "value": "$1000", - "answer": "dulcimer", - "round": "Jeopardy!", - "show_number": "4783", - "fullAnswer": "the dulcimer" - }, { "category": "IF IT'S TUESDAY", "air_date": "2005-05-25", @@ -541979,16 +513469,6 @@ "show_number": "4783", "fullAnswer": "Gabriela Mistral" }, - { - "category": "\"G\" PEOPLE", - "air_date": "2005-05-25", - "question": "Vegas celebrity weddings go back to at least to 1943 when trumpeter Harry James married this sex symbol of the day", - "value": "$1200", - "answer": "Betty Grable", - "round": "Double Jeopardy!", - "show_number": "4783", - "fullAnswer": "Betty Grable" - }, { "category": "LATIN CLASS", "air_date": "2005-05-25", @@ -542099,16 +513579,6 @@ "show_number": "4783", "fullAnswer": "\"Thanatopsis\"" }, - { - "category": "\"G\" PEOPLE", - "air_date": "2005-05-25", - "question": "The cover of her \"Ballad Of Sexual Dependency\" shows her photo of Nan & Brian in bed", - "value": "$2000", - "answer": "Nan Goldin", - "round": "Double Jeopardy!", - "show_number": "4783", - "fullAnswer": "Nan Goldin" - }, { "category": "LATIN CLASS", "air_date": "2005-05-25", @@ -542199,26 +513669,6 @@ "show_number": "5207", "fullAnswer": "the Black Sea" }, - { - "category": "THE 3rd CENTURY B.C.", - "air_date": "2007-04-10", - "question": "This ancient wonder depicted here, is completed", - "value": "$400", - "answer": "Colossus of Rhodes", - "round": "Jeopardy!", - "show_number": "5207", - "fullAnswer": "the Colossus of Rhodes" - }, - { - "category": "FROM PAGE TO SCREEN", - "air_date": "2007-04-10", - "question": "(Hi, I'm Scott Turow.) This man starred as Rusty Sabich, a lawyer accused of murder, when my novel \"Presumed Innocent\" was made into a film", - "value": "$400", - "answer": "Harrison Ford", - "round": "Jeopardy!", - "show_number": "5207", - "fullAnswer": "Harrison Ford" - }, { "category": "FANTASTIC SCAMS", "air_date": "2007-04-10", @@ -542349,16 +513799,6 @@ "show_number": "5207", "fullAnswer": "Oprah" }, - { - "category": "BRITISH AUTHORS", - "air_date": "2007-04-10", - "question": "The home in Haworth, seen here, is where these three sisters wrote novels", - "value": "$800", - "answer": "Brontës", - "round": "Jeopardy!", - "show_number": "5207", - "fullAnswer": "the Brontës" - }, { "category": "MSSNG VWLS", "air_date": "2007-04-10", @@ -542439,16 +513879,6 @@ "show_number": "5207", "fullAnswer": "Transylvania" }, - { - "category": "WELCOME TO OLE MISS", - "air_date": "2007-04-10", - "question": "(Jon of the Clue Crew reports from the University of Mississippi) Perhaps because it was used as a hospital, in 1862 the campus's one original building was spared destruction by this man, who was at the start of his Vicksburg campaign", - "value": "$400", - "answer": "Ulysses Grant", - "round": "Double Jeopardy!", - "show_number": "5207", - "fullAnswer": "Ulysses Grant" - }, { "category": "WOMEN IN SONG", "air_date": "2007-04-10", @@ -542659,16 +514089,6 @@ "show_number": "5207", "fullAnswer": "rotary" }, - { - "category": "WELCOME TO OLE MISS", - "air_date": "2007-04-10", - "question": "(Cheryl of the Clue Crew reports from Rowan Oak) The university owns & maintains Rowan Oak, home of this Nobel Prize-winning author including the typewriter on which he wrote several novels", - "value": "$2000", - "answer": "Faulkner", - "round": "Double Jeopardy!", - "show_number": "5207", - "fullAnswer": "Faulkner" - }, { "category": "WOMEN IN SONG", "air_date": "2007-04-10", @@ -542749,16 +514169,6 @@ "show_number": "5527", "fullAnswer": "My Fair Lady" }, - { - "category": "MY OFF-SHOW WARDROBE", - "air_date": "2008-09-23", - "question": "I still have this artsy rhyming type of shirt seen here from the time I toured with The Dead back in '73, man", - "value": "$200", - "answer": "tie-dye", - "round": "Jeopardy!", - "show_number": "5527", - "fullAnswer": "tie-dye" - }, { "category": "5 PEOPLE WHO'VE NEVER BEEN IN MY KITCHEN", "air_date": "2008-09-23", @@ -542809,16 +514219,6 @@ "show_number": "5527", "fullAnswer": "The Hustler" }, - { - "category": "MY OFF-SHOW WARDROBE", - "air_date": "2008-09-23", - "question": "I'm kickin' it island-style in these geographically named shorts I sport here", - "value": "$400", - "answer": "Bermuda", - "round": "Jeopardy!", - "show_number": "5527", - "fullAnswer": "Bermuda" - }, { "category": "5 PEOPLE WHO'VE NEVER BEEN IN MY KITCHEN", "air_date": "2008-09-23", @@ -542869,16 +514269,6 @@ "show_number": "5527", "fullAnswer": "Alien" }, - { - "category": "MY OFF-SHOW WARDROBE", - "air_date": "2008-09-23", - "question": "Hey, there, Daddy-O--it's the rhymin' name of the threads I'm stylin' here", - "value": "$600", - "answer": "zoot suit", - "round": "Jeopardy!", - "show_number": "5527", - "fullAnswer": "a zoot suit" - }, { "category": "5 PEOPLE WHO'VE NEVER BEEN IN MY KITCHEN", "air_date": "2008-09-23", @@ -542929,16 +514319,6 @@ "show_number": "5527", "fullAnswer": "Jaws" }, - { - "category": "MY OFF-SHOW WARDROBE", - "air_date": "2008-09-23", - "question": "It's the '70s casual attire I'm in here--I burned all the real pics of me in one", - "value": "$800", - "answer": "leisure suit", - "round": "Jeopardy!", - "show_number": "5527", - "fullAnswer": "a leisure suit" - }, { "category": "5 PEOPLE WHO'VE NEVER BEEN IN MY KITCHEN", "air_date": "2008-09-23", @@ -542989,16 +514369,6 @@ "show_number": "5527", "fullAnswer": "The Odd Couple" }, - { - "category": "MY OFF-SHOW WARDROBE", - "air_date": "2008-09-23", - "question": "I think this '50s fashion seen here looks good on me--hey, who are you to judge?", - "value": "$1000", - "answer": "poodle skirt", - "round": "Jeopardy!", - "show_number": "5527", - "fullAnswer": "a poodle skirt" - }, { "category": "5 PEOPLE WHO'VE NEVER BEEN IN MY KITCHEN", "air_date": "2008-09-23", @@ -543179,16 +514549,6 @@ "show_number": "5527", "fullAnswer": "Michelangelo" }, - { - "category": "BUSINESS", - "air_date": "2008-09-23", - "question": "Seen here is part of the logo of IP, short for International this", - "value": "$1200", - "answer": "Paper", - "round": "Double Jeopardy!", - "show_number": "5527", - "fullAnswer": "Paper" - }, { "category": "LAND OF THE DICTATOR", "air_date": "2008-09-23", @@ -543259,16 +514619,6 @@ "show_number": "5527", "fullAnswer": "Uganda" }, - { - "category": "_____ OF _____", - "air_date": "2008-09-23", - "question": "(Cheryl of the Clue Crew waves a reflective stick through a projected image.) Even when a projected image appears to be gone, you can still see it when I wave this stick because of this phenomenon in which the light detectors in the eye send signals to the brain", - "value": "$1600", - "answer": "persistence of vision", - "round": "Double Jeopardy!", - "show_number": "5527", - "fullAnswer": "the persistence of vision" - }, { "category": "BRITISH AUTHORS", "air_date": "2008-09-23", @@ -543299,16 +514649,6 @@ "show_number": "5527", "fullAnswer": "Peale" }, - { - "category": "BUSINESS", - "air_date": "2008-09-23", - "question": "(Jimmy of the Clue Crew holds a vintage electronics product at Sony Headquarters in Tokyo, Japan.) When it was launched in 1979, this Sony product was to have a different name in each country, like the \"Soundabout\" in the U.S. & the \"Stowaway\" in England", - "value": "$2000", - "answer": "Walkman", - "round": "Double Jeopardy!", - "show_number": "5527", - "fullAnswer": "the Walkman" - }, { "category": "LAND OF THE DICTATOR", "air_date": "2008-09-23", @@ -543509,16 +514849,6 @@ "show_number": "4578", "fullAnswer": "purple prose" }, - { - "category": "\"YELLOW\" FEVER", - "air_date": "2004-06-30", - "question": "Ground-nesting member of the Vespidae family seen here", - "value": "$600", - "answer": "yellowjacket", - "round": "Jeopardy!", - "show_number": "4578", - "fullAnswer": "a yellowjacket" - }, { "category": "THE BLUE & THE GRAY", "air_date": "2004-06-30", @@ -543654,7 +514984,7 @@ "air_date": "2004-06-30", "question": "Major Hochstetter,
General Burkhalter,
Colonel Klink", "value": "$400", - "answer": "Hogan\\'s Heroes", + "answer": "Hogan's Heroes", "round": "Double Jeopardy!", "show_number": "4578", "fullAnswer": "Hogan\\'s Heroes" @@ -543729,16 +515059,6 @@ "show_number": "4578", "fullAnswer": "a roughy" }, - { - "category": "THE EUROPEAN UNION", - "air_date": "2004-06-30", - "question": "The 2004 addition of 10 countries including this one brings the E.U.'s population to 450 million", - "value": "$800", - "answer": "Poland", - "round": "Double Jeopardy!", - "show_number": "4578", - "fullAnswer": "Poland" - }, { "category": "\"P\"EOPLE", "air_date": "2004-06-30", @@ -543759,16 +515079,6 @@ "show_number": "4578", "fullAnswer": "Water Works" }, - { - "category": "COMPOSERS", - "air_date": "2004-06-30", - "question": "A famous suite by this composer includes the piece heard here", - "value": "$2,400", - "answer": "Grofé", - "round": "Double Jeopardy!", - "show_number": "4578", - "fullAnswer": "(Ferde) Grofé" - }, { "category": "MILITARY TV SHOWS BY CHARACTER", "air_date": "2004-06-30", @@ -543809,16 +515119,6 @@ "show_number": "4578", "fullAnswer": "(Joseph) Pulitzer" }, - { - "category": "5, 5", - "air_date": "2004-06-30", - "question": "To keep a photographer up on developing events, he may look at one of these", - "value": "$1200", - "answer": "proof sheet", - "round": "Double Jeopardy!", - "show_number": "4578", - "fullAnswer": "a proof sheet" - }, { "category": "COMPOSERS", "air_date": "2004-06-30", @@ -544174,7 +515474,7 @@ "air_date": "1990-02-02", "question": "When we keep someone at a distance, we're said to keep them this far away", "value": "$400", - "answer": "At Arm\\'s Length", + "answer": "At Arm's Length", "round": "Jeopardy!", "show_number": "1255", "fullAnswer": "At Arm\\'s Length" @@ -544394,7 +515694,7 @@ "air_date": "1990-02-02", "question": "Though it owns them both, this company doesn't use a Fruit Loop filling for its Mrs. Smith's pies", "value": "$600", - "answer": "Kellogg\\'s", + "answer": "Kellogg's", "round": "Double Jeopardy!", "show_number": "1255", "fullAnswer": "Kellogg\\'s" @@ -544759,16 +516059,6 @@ "show_number": "5234", "fullAnswer": "Malcolm" }, - { - "category": "SUV", - "air_date": "2007-05-17", - "question": "Step up to this Cadillac SUV seen here", - "value": "$1000", - "answer": "Escalade", - "round": "Jeopardy!", - "show_number": "5234", - "fullAnswer": "Escalade" - }, { "category": "POLITICAL LINGO ORIGINS", "air_date": "2007-05-17", @@ -544809,16 +516099,6 @@ "show_number": "5234", "fullAnswer": "Cecil Day-Lewis" }, - { - "category": "THE SCIENCE OF SOUND", - "air_date": "2007-05-17", - "question": "(Cheryl of the Clue Crew presents from the NCPA at Mississippi)
The Defense Department funds the NCPA's work in using sound imaging to detect the tens of millions of these buried worldwide", - "value": "$400", - "answer": "land mines", - "round": "Double Jeopardy!", - "show_number": "5234", - "fullAnswer": "land mines" - }, { "category": "MOVIE TITLE PAIRS", "air_date": "2007-05-17", @@ -544929,16 +516209,6 @@ "show_number": "5234", "fullAnswer": "mandolin" }, - { - "category": "THE SCIENCE OF SOUND", - "air_date": "2007-05-17", - "question": "(Jon of the Clue Crew presents from the NCPA at Mississippi)
To reduce jet engine noise, scientists study this type of air movement; it's also what your pilot might say you're about to hit, so buckle up", - "value": "$1200", - "answer": "turbulence", - "round": "Double Jeopardy!", - "show_number": "5234", - "fullAnswer": "turbulence" - }, { "category": "MOVIE TITLE PAIRS", "air_date": "2007-05-17", @@ -545039,26 +516309,6 @@ "show_number": "5234", "fullAnswer": "Havana" }, - { - "category": "A \"MAN\"LY CATEGORY", - "air_date": "2007-05-17", - "question": "Unique ocean denizen seen here", - "value": "$1600", - "answer": "man o\\' war", - "round": "Double Jeopardy!", - "show_number": "5234", - "fullAnswer": "man o\\' war" - }, - { - "category": "THE SCIENCE OF SOUND", - "air_date": "2007-05-17", - "question": "(Cheryl of the Clue Crew presents from the NCPA at Mississippi)
Using the same prefixes as for light, the sonic spectrum goes from ultrasound to these waves that are too low in frequency to hear; the mics being used here can pick them up", - "value": "$2000", - "answer": "infrasound", - "round": "Double Jeopardy!", - "show_number": "5234", - "fullAnswer": "infrasound" - }, { "category": "MOVIE TITLE PAIRS", "air_date": "2007-05-17", @@ -545479,16 +516729,6 @@ "show_number": "5226", "fullAnswer": "mother" }, - { - "category": "CUTTING-EDGE SCIENCE", - "air_date": "2007-05-07", - "question": "(Jon of the Clue Crew plays with cool lab equipment.) Infrasonics detects and interprets sounds we can't hear, like those produced by this kind of event; infrasonics would have helped the Pompeiians", - "value": "$800", - "answer": "eruption", - "round": "Double Jeopardy!", - "show_number": "5226", - "fullAnswer": "an eruption" - }, { "category": "BUSINESS PAIRINGS", "air_date": "2007-05-07", @@ -545669,16 +516909,6 @@ "show_number": "5226", "fullAnswer": "protons" }, - { - "category": "BUSINESS PAIRINGS", - "air_date": "2007-05-07", - "question": "You can clean up on this one if you know it's the maker of the product seen here", - "value": "$2000", - "answer": "Black & Decker", - "round": "Double Jeopardy!", - "show_number": "5226", - "fullAnswer": "Black & Decker" - }, { "category": "DIRECTOR\"S\"", "air_date": "2007-05-07", @@ -545759,16 +516989,6 @@ "show_number": "4762", "fullAnswer": "Jack Dempsey" }, - { - "category": "REDUCED SHAKESPEARE COMPANY", - "air_date": "2005-04-26", - "question": "\"As the sea, my love is deep.\"
\"Ditto!\"
[Smooch]
\"You shall be with him hence!\"
\"Ditto!\"
\"No--ooh! Ugh!\"
\"Yaah!\"
\"I die!\"
\"Ditto!\"
[Kkk!]
", - "value": "$200", - "answer": "Romeo and Juliet", - "round": "Jeopardy!", - "show_number": "4762", - "fullAnswer": "Romeo and Juliet" - }, { "category": "LIBRARIES", "air_date": "2005-04-26", @@ -545819,16 +517039,6 @@ "show_number": "4762", "fullAnswer": "John Dillinger" }, - { - "category": "REDUCED SHAKESPEARE COMPANY", - "air_date": "2005-04-26", - "question": "\"Boo-oo!\"
\"Bl-bl-bl-bl! Mad! Ow!\"
\"Poison!\"
\"Mother! Treachery!\"
\"Agh-hh-hh-hh!\"
\"Ugh!\"
", - "value": "$400", - "answer": "Hamlet", - "round": "Jeopardy!", - "show_number": "4762", - "fullAnswer": "Hamlet" - }, { "category": "LIBRARIES", "air_date": "2005-04-26", @@ -545879,16 +517089,6 @@ "show_number": "4762", "fullAnswer": "John Dean" }, - { - "category": "REDUCED SHAKESPEARE COMPANY", - "air_date": "2005-04-26", - "question": "\"How I do thrive in this lady's love, and she in mine!\"
\"Ps-ps-ps-ps!\"
\"Thou dost stone my heart!\"
\"Mmgh-mm-mm!\"
\"Ps-ps-ps-ps!\"
\"D'oh! 'Tis happiness to die. Oo-algh!\"
", - "value": "$600", - "answer": "Othello", - "round": "Jeopardy!", - "show_number": "4762", - "fullAnswer": "Othello" - }, { "category": "LIBRARIES", "air_date": "2005-04-26", @@ -545939,16 +517139,6 @@ "show_number": "4762", "fullAnswer": "Jimmy Durante" }, - { - "category": "REDUCED SHAKESPEARE COMPANY", - "air_date": "2005-04-26", - "question": "\"The king never shall sun that morrow see.\"
\"Nay!\"
[smack!]
\"Aye!\"
\"The smell of blood! Woo-woo-woo-woo-woo-woo!\"
\"I will not yield, to kiss the ground! Nyuh-uh-uh.\"
\"Tragic.\"
", - "value": "$800", - "answer": "Macbeth", - "round": "Jeopardy!", - "show_number": "4762", - "fullAnswer": "Macbeth" - }, { "category": "LIBRARIES", "air_date": "2005-04-26", @@ -545999,16 +517189,6 @@ "show_number": "4762", "fullAnswer": "Jean(-Claude) Duvalier" }, - { - "category": "REDUCED SHAKESPEARE COMPANY", - "air_date": "2005-04-26", - "question": "\"I will fight at sea!\"
\"I'll help you!\"
\"Huh? Oh, kill me.\"
\"Augh.\"
\"Aah! I can no more! Ow!\"
\"I have immortal longings! Ow. Ow! Aughh.\"
", - "value": "$1000", - "answer": "Antony and Cleopatra ", - "round": "Jeopardy!", - "show_number": "4762", - "fullAnswer": "Antony and Cleopatra (Anthony and Cleopatra accepted)" - }, { "category": "LIBRARIES", "air_date": "2005-04-26", @@ -546079,26 +517259,6 @@ "show_number": "4762", "fullAnswer": "Belgium" }, - { - "category": "IN THE \"RAW\"", - "air_date": "2005-04-26", - "question": "A slow style of speaking, perhaps a Southern one", - "value": "$400", - "answer": "drawl", - "round": "Double Jeopardy!", - "show_number": "4762", - "fullAnswer": "a drawl" - }, - { - "category": "EXPERTISE OF AREAS", - "air_date": "2005-04-26", - "question": "(Sarah of the Clue Crew reports from a blackboard.) If the sides of these three squares are as indicated, this is the area of the unshaded region", - "value": "$800", - "answer": "14", - "round": "Double Jeopardy!", - "show_number": "4762", - "fullAnswer": "14" - }, { "category": "MOVIE PORTRAYALS", "air_date": "2005-04-26", @@ -546269,16 +517429,6 @@ "show_number": "4762", "fullAnswer": "the Arawak" }, - { - "category": "EXPERTISE OF AREAS", - "air_date": "2005-04-26", - "question": "(Jimmy of the Clue Crew reports from a blackboard.) It's the area of the right triangle seen here", - "value": "$2000", - "answer": "525", - "round": "Double Jeopardy!", - "show_number": "4762", - "fullAnswer": "525" - }, { "category": "MOVIE PORTRAYALS", "air_date": "2005-04-26", @@ -546419,16 +517569,6 @@ "show_number": "5746", "fullAnswer": "Gale Sayers" }, - { - "category": "PRACTICAL PARENTING", - "air_date": "2009-09-14", - "question": "parenting.org says, \"You can criticize a child's\" this \"but never criticize the child\"", - "value": "$400", - "answer": "behavior", - "round": "Jeopardy!", - "show_number": "5746", - "fullAnswer": "behavior" - }, { "category": "ELEMENTAL RHYME TIME", "air_date": "2009-09-14", @@ -546604,7 +517744,7 @@ "air_date": "2009-09-14", "question": "Parents are urged not to give their kids aspirin because of its association with this deadly syndrome", "value": "$1000", - "answer": "Reye\\'s syndrome", + "answer": "Reye's syndrome", "round": "Jeopardy!", "show_number": "5746", "fullAnswer": "Reye\\'s syndrome" @@ -546639,26 +517779,6 @@ "show_number": "5746", "fullAnswer": "stem" }, - { - "category": "PAINTINGS", - "air_date": "2009-09-14", - "question": "Here's John Constable's take on this English landmark", - "value": "$400", - "answer": "Stonehenge", - "round": "Double Jeopardy!", - "show_number": "5746", - "fullAnswer": "Stonehenge" - }, - { - "category": "NAME THAT MOVIE", - "air_date": "2009-09-14", - "question": "\"I don't know nothin' bout birthin' babies\"", - "value": "$400", - "answer": "Gone with the Wind", - "round": "Double Jeopardy!", - "show_number": "5746", - "fullAnswer": "Gone with the Wind" - }, { "category": "RIOT!", "air_date": "2009-09-14", @@ -546709,16 +517829,6 @@ "show_number": "5746", "fullAnswer": "a beard" }, - { - "category": "NAME THAT MOVIE", - "air_date": "2009-09-14", - "question": "\"We are now the knights who say 'Ecky-ecky-ecky-ecky-pikang-zoop-boing'\"", - "value": "$800", - "answer": "Monty Python and the Holy Grail", - "round": "Double Jeopardy!", - "show_number": "5746", - "fullAnswer": "Monty Python and the Holy Grail" - }, { "category": "RIOT!", "air_date": "2009-09-14", @@ -546759,26 +517869,6 @@ "show_number": "5746", "fullAnswer": "two bits" }, - { - "category": "PAINTINGS", - "air_date": "2009-09-14", - "question": "The government tracks it as a percentage; it's brought to life as the title of a work by Depression artist Ben Shahn", - "value": "$1,200", - "answer": "unemployment", - "round": "Double Jeopardy!", - "show_number": "5746", - "fullAnswer": "unemployment" - }, - { - "category": "NAME THAT MOVIE", - "air_date": "2009-09-14", - "question": "\"Take your stinking paws off me, you damn dirty ape\"", - "value": "$1200", - "answer": "Planet of the Apes", - "round": "Double Jeopardy!", - "show_number": "5746", - "fullAnswer": "Planet of the Apes" - }, { "category": "RIOT!", "air_date": "2009-09-14", @@ -546829,16 +517919,6 @@ "show_number": "5746", "fullAnswer": "Diego Velazquez" }, - { - "category": "NAME THAT MOVIE", - "air_date": "2009-09-14", - "question": "\"I'm sorry I ruined your New Year's Eve party, Lieutenant Dan. She tastes like cigarettes.\"", - "value": "$1600", - "answer": "Forrest Gump", - "round": "Double Jeopardy!", - "show_number": "5746", - "fullAnswer": "Forrest Gump" - }, { "category": "RIOT!", "air_date": "2009-09-14", @@ -546889,16 +517969,6 @@ "show_number": "5746", "fullAnswer": "the Horatii" }, - { - "category": "NAME THAT MOVIE", - "air_date": "2009-09-14", - "question": "\"I'm just gonna walk the earth... you know, like Caine in 'Kung Fu'... meet people, get in adventures\"", - "value": "$2000", - "answer": "Pulp Fiction", - "round": "Double Jeopardy!", - "show_number": "5746", - "fullAnswer": "Pulp Fiction" - }, { "category": "RIOT!", "air_date": "2009-09-14", @@ -547259,16 +518329,6 @@ "show_number": "5451", "fullAnswer": "condensation" }, - { - "category": "MIDDLE INITIAL J.", - "air_date": "2008-04-28", - "question": "These two characters seen here both have the middle initial J.", - "value": "$400", - "answer": "Rocky & Bullwinkle", - "round": "Double Jeopardy!", - "show_number": "5451", - "fullAnswer": "Rocky & Bullwinkle" - }, { "category": "NONFICTION", "air_date": "2008-04-28", @@ -547369,16 +518429,6 @@ "show_number": "5451", "fullAnswer": "an ostrich" }, - { - "category": "\"C\" IN PHYSICS", - "air_date": "2008-04-28", - "question": "(Sarah of the Clue Crew puts a thin glass tube in a dish of liquid, and the liquid crawls up inside the tube.) Appropriately, blood and other liquids tend to rise up a small tube because of a phenomenon called this action", - "value": "$1200", - "answer": "capillary", - "round": "Double Jeopardy!", - "show_number": "5451", - "fullAnswer": "capillary" - }, { "category": "MIDDLE INITIAL J.", "air_date": "2008-04-28", @@ -547489,16 +518539,6 @@ "show_number": "5451", "fullAnswer": "a swallow" }, - { - "category": "\"C\" IN PHYSICS", - "air_date": "2008-04-28", - "question": "(Kelly of the Clue Crew puts her spin on an experiment.) When the turntable is still, the marble moves in a straight line; when the turntable moves, even though it doesn't look that way, the marble continues to move in a straight line, illustrating this wind-related effect", - "value": "$2000", - "answer": "Coriolis effect", - "round": "Double Jeopardy!", - "show_number": "5451", - "fullAnswer": "the Coriolis effect" - }, { "category": "MIDDLE INITIAL J.", "air_date": "2008-04-28", @@ -547694,7 +518734,7 @@ "air_date": "2000-12-19", "question": "1976:
\"Angels in Chains\"", "value": "$300", - "answer": "Charlie\\'s Angels", + "answer": "Charlie's Angels", "round": "Jeopardy!", "show_number": "3752", "fullAnswer": "Charlie\\'s Angels" @@ -548329,16 +519369,6 @@ "show_number": "3144", "fullAnswer": "the Buddha" }, - { - "category": "NOW THAT'S COMEDY", - "air_date": "1998-04-09", - "question": "(Hi, I'm Paula Poundstone.) In an early stand-up routine, Bob Newhart instructs drivers of these on pulling away just as drivers reach the doors", - "value": "$500", - "answer": "buses", - "round": "Jeopardy!", - "show_number": "3144", - "fullAnswer": "buses" - }, { "category": "BLOOD TEST", "air_date": "1998-04-09", @@ -548419,16 +519449,6 @@ "show_number": "3144", "fullAnswer": "Constantine" }, - { - "category": "HELLO, DALAI", - "air_date": "1998-04-09", - "question": "1997 movie seen here in which a mountain climber tutors the Dalai Lama:", - "value": "$500", - "answer": "Seven Years in Tibet", - "round": "Jeopardy!", - "show_number": "3144", - "fullAnswer": "Seven Years in Tibet" - }, { "category": "NOW THAT'S COMEDY", "air_date": "1998-04-09", @@ -549234,7 +520254,7 @@ "air_date": "1999-04-09", "question": "This famous RCMP presentation dates back to 1887", "value": "$800", - "answer": "The Mounties\\' Musical Ride", + "answer": "The Mounties' Musical Ride", "round": "Double Jeopardy!", "show_number": "3370", "fullAnswer": "\"The Mounties\\' Musical Ride\"" @@ -549324,7 +520344,7 @@ "air_date": "1999-04-09", "question": "John Paul II has eliminated this position whose duty was to present arguments against sainthood", "value": null, - "answer": "Devil\\'s Advocate", + "answer": "Devil's Advocate", "round": "Final Jeopardy!", "show_number": "3370", "fullAnswer": "Devil\\'s Advocate" @@ -549744,7 +520764,7 @@ "air_date": "1988-11-07", "question": "It's also been called scrivener's palsy", "value": "$400", - "answer": "Writers\\' Cramp", + "answer": "Writers' Cramp", "round": "Double Jeopardy!", "show_number": "961", "fullAnswer": "Writers\\' Cramp" @@ -549834,7 +520854,7 @@ "air_date": "1988-11-07", "question": "Legend says the architect of this church on Red Square was blinded so he couldn't create another one", "value": "$800", - "answer": "St. Basil\\'s", + "answer": "St. Basil's", "round": "Double Jeopardy!", "show_number": "961", "fullAnswer": "St. Basil\\'s" @@ -549924,7 +520944,7 @@ "air_date": "1988-11-07", "question": "The subtitle of this 1955 book by Rudolf Flesch is \"And What You Can Do About It\"", "value": "$1000", - "answer": "Why Johnny Can\\'t Read", + "answer": "Why Johnny Can't Read", "round": "Double Jeopardy!", "show_number": "961", "fullAnswer": "\"Why Johnny Can\\'t Read\"" @@ -549989,16 +521009,6 @@ "show_number": "6222", "fullAnswer": "Bill Clinton" }, - { - "category": "GIVING BLOOD", - "air_date": "2011-10-11", - "question": "(Sarah of the Clue Crew is being prepped to donate blood at an American Red Cross blood donation center in Washington, D.C.) Before giving blood a simple test will ensure that you don't have anemia, & that donating blood won't bring it on, as you'll be giving up about 250 milligrams of this element", - "value": "$200", - "answer": "iron", - "round": "Jeopardy!", - "show_number": "6222", - "fullAnswer": "iron" - }, { "category": "ONE-LINERS", "air_date": "2011-10-11", @@ -550049,16 +521059,6 @@ "show_number": "6222", "fullAnswer": "a gorilla" }, - { - "category": "GIVING BLOOD", - "air_date": "2011-10-11", - "question": "(Sarah of the Clue Crew is donating blood at an American Red Cross blood donation center in Washington, D.C.) Once your blood is collected it goes to a lab where it's separated into components, mainly red cells, platelets & this liquid part, which will be frozen until needed", - "value": "$3,000", - "answer": "plasma", - "round": "Jeopardy!", - "show_number": "6222", - "fullAnswer": "plasma" - }, { "category": "ONE-LINERS", "air_date": "2011-10-11", @@ -550109,16 +521109,6 @@ "show_number": "6222", "fullAnswer": "VW (Volkswagen)" }, - { - "category": "GIVING BLOOD", - "air_date": "2011-10-11", - "question": "(Kelly of the Clue Crew holds bags of blood at an American Red Cross blood donation center in Washington, D.C.) Every unit of blood is screened & tested for many different viruses, including HIV, & infections, including this--both B & C", - "value": "$600", - "answer": "hepatitis", - "round": "Jeopardy!", - "show_number": "6222", - "fullAnswer": "hepatitis" - }, { "category": "ONE-LINERS", "air_date": "2011-10-11", @@ -550169,16 +521159,6 @@ "show_number": "6222", "fullAnswer": "Major League Soccer" }, - { - "category": "GIVING BLOOD", - "air_date": "2011-10-11", - "question": "(Kelly of the Clue Crew is donating blood at an American Red Cross blood donation center in Washington, D.C.) The Red Cross could really use your blood if this is your blood type. Shared by only 7% of the population, it's the universal donor", - "value": "$800", - "answer": "O negative", - "round": "Jeopardy!", - "show_number": "6222", - "fullAnswer": "O negative" - }, { "category": "ONE-LINERS", "air_date": "2011-10-11", @@ -550219,26 +521199,6 @@ "show_number": "6222", "fullAnswer": "Agatha Christie" }, - { - "category": "GOOGLE ME THIS!", - "air_date": "2011-10-11", - "question": "...religious denomination with more than 16 million members & you'll find its home page, www.sbc.net", - "value": "$1000", - "answer": "Southern Baptist ", - "round": "Jeopardy!", - "show_number": "6222", - "fullAnswer": "Southern Baptist (Convention)" - }, - { - "category": "GIVING BLOOD", - "air_date": "2011-10-11", - "question": "(Kelly of the Clue Crew preps to donate blood at an American Red Cross blood donation center in Washington, D.C.) Technically, the person who draws your blood is called this, from the Greek word for vein", - "value": "$1000", - "answer": "phlebotomist", - "round": "Jeopardy!", - "show_number": "6222", - "fullAnswer": "a phlebotomist" - }, { "category": "COLLEGE SPORTS", "air_date": "2011-10-11", @@ -550419,16 +521379,6 @@ "show_number": "6222", "fullAnswer": "a tenet" }, - { - "category": "COLLEGE SPORTS", - "air_date": "2011-10-11", - "question": "Last name of the twins seen here; they put their oars in the water for Oxford as well as Harvard", - "value": "$1600", - "answer": "Winklevoss", - "round": "Double Jeopardy!", - "show_number": "6222", - "fullAnswer": "Winklevoss" - }, { "category": "THE SEC", "air_date": "2011-10-11", @@ -551134,7 +522084,7 @@ "air_date": "2011-01-05", "question": "Barack's Andean pack animals", "value": "$200", - "answer": "Obama\\'s llamas", + "answer": "Obama's llamas", "round": "Jeopardy!", "show_number": "6058", "fullAnswer": "Obama\\'s llamas" @@ -551194,7 +522144,7 @@ "air_date": "2011-01-05", "question": "George W.'s rumps", "value": "$400", - "answer": "Bush\\'s tushes", + "answer": "Bush's tushes", "round": "Jeopardy!", "show_number": "6058", "fullAnswer": "Bush\\'s tushes" @@ -551254,7 +522204,7 @@ "air_date": "2011-01-05", "question": "Zachary's padded envelopes", "value": "$600", - "answer": "Taylor\\'s mailers", + "answer": "Taylor's mailers", "round": "Jeopardy!", "show_number": "6058", "fullAnswer": "Taylor\\'s mailers" @@ -551314,7 +522264,7 @@ "air_date": "2011-01-05", "question": "Herbert's strategic military exercises", "value": "$800", - "answer": "Hoover\\'s maneuvers", + "answer": "Hoover's maneuvers", "round": "Jeopardy!", "show_number": "6058", "fullAnswer": "Hoover\\'s maneuvers" @@ -551374,7 +522324,7 @@ "air_date": "2011-01-05", "question": "James K.'s Ma & Pa", "value": "$1000", - "answer": "Polk\\'s folks", + "answer": "Polk's folks", "round": "Jeopardy!", "show_number": "6058", "fullAnswer": "Polk\\'s folks" @@ -551449,26 +522399,6 @@ "show_number": "6058", "fullAnswer": "Lancaster" }, - { - "category": "LITERARY E-MAIL ADDRESSES", - "air_date": "2011-01-05", - "question": "hogwarts_ headmaster@ harrypotter.edu", - "value": "$400", - "answer": "Dumbledore", - "round": "Double Jeopardy!", - "show_number": "6058", - "fullAnswer": "Dumbledore" - }, - { - "category": "SUGAR", - "air_date": "2011-01-05", - "question": "(Jimmy of the Clue Crew holds a container of a viscous brown substance near large equipment inside the Domino Sugar Refinery in New Orleans, LA.) In the refining process, seven different boiling sessions will force 100 pounds of sugar to yield 1.5 pounds of this sticky substance", - "value": "$400", - "answer": "molasses", - "round": "Double Jeopardy!", - "show_number": "6058", - "fullAnswer": "molasses" - }, { "category": "IT'S NOT TV, IT'S \"HBO\"", "air_date": "2011-01-05", @@ -551519,16 +522449,6 @@ "show_number": "6058", "fullAnswer": "Gollum" }, - { - "category": "SUGAR", - "air_date": "2011-01-05", - "question": "(Jimmy of the Clue Crew stands by sugar washing equipment at the Domino Sugar Refinery in New Orleans, LA.) An early process in refining is washing the syrupy mother liquor from the raw sugar in this type of rotating machine", - "value": "$800", - "answer": "centrifuge", - "round": "Double Jeopardy!", - "show_number": "6058", - "fullAnswer": "a centrifuge" - }, { "category": "IT'S NOT TV, IT'S \"HBO\"", "air_date": "2011-01-05", @@ -551639,16 +522559,6 @@ "show_number": "6058", "fullAnswer": "Jack Ryan" }, - { - "category": "SUGAR", - "air_date": "2011-01-05", - "question": "(Sarah of the Clue Crew looks at large bins of raw sugar at the Domino Sugar Refinery in New Orleans, LA.) Sugar beets can be stored but this plant, grown in Florida & used by Domino Sugar, deteriorates so it has to be quickly turned into raw sugar, then refined", - "value": "$1600", - "answer": "sugar cane", - "round": "Double Jeopardy!", - "show_number": "6058", - "fullAnswer": "sugar cane" - }, { "category": "ADVENTUROUS WOMEN", "air_date": "2011-01-05", @@ -551679,16 +522589,6 @@ "show_number": "6058", "fullAnswer": "Winston Smith" }, - { - "category": "SUGAR", - "air_date": "2011-01-05", - "question": "(Jimmy of the Clue Crew carries a container in the Domino Sugar Refinery in New Orleans, LA.) In large factory vacuum pans, the sugar seed is mixed into the mother liquor to initiate the formation of these structures; the surface regularity reflects its internal atomic symmetry", - "value": "$2000", - "answer": "crystals", - "round": "Double Jeopardy!", - "show_number": "6058", - "fullAnswer": "crystals" - }, { "category": "COUNTRIES", "air_date": "2011-01-05", @@ -552049,16 +522949,6 @@ "show_number": "3327", "fullAnswer": "a canal" }, - { - "category": "FUN WITH ROMAN NUMERALS", - "air_date": "1999-02-09", - "question": "If Churchill were making a Roman numeral, it would be this number", - "value": "$200", - "answer": "5 ", - "round": "Double Jeopardy!", - "show_number": "3327", - "fullAnswer": "5 (V)" - }, { "category": "WATERS OF THE BODY", "air_date": "1999-02-09", @@ -552109,16 +522999,6 @@ "show_number": "3327", "fullAnswer": "AT&T (American Telephone & Telegraph)" }, - { - "category": "FUN WITH ROMAN NUMERALS", - "air_date": "1999-02-09", - "question": "The initials of the type of medical equipment being set up here gave us this number", - "value": "$400", - "answer": "4 ", - "round": "Double Jeopardy!", - "show_number": "3327", - "fullAnswer": "4 (IV)" - }, { "category": "WATERS OF THE BODY", "air_date": "1999-02-09", @@ -552169,16 +523049,6 @@ "show_number": "3327", "fullAnswer": "Tuskegee" }, - { - "category": "FUN WITH ROMAN NUMERALS", - "air_date": "1999-02-09", - "question": "The abbreviation of the item seen here gives us the Roman numeral for this number", - "value": "$600", - "answer": "400 ", - "round": "Double Jeopardy!", - "show_number": "3327", - "fullAnswer": "400 (CD)" - }, { "category": "WATERS OF THE BODY", "air_date": "1999-02-09", @@ -552229,16 +523099,6 @@ "show_number": "3327", "fullAnswer": "Grover Cleveland" }, - { - "category": "FUN WITH ROMAN NUMERALS", - "air_date": "1999-02-09", - "question": "If the letters seen here were upper case, they would add up to this amount

mm", - "value": "$800", - "answer": "2000 ", - "round": "Double Jeopardy!", - "show_number": "3327", - "fullAnswer": "2000 (MM)" - }, { "category": "WATERS OF THE BODY", "air_date": "1999-02-09", @@ -552289,16 +523149,6 @@ "show_number": "3327", "fullAnswer": "Nikolai Rimsky-Korsakov" }, - { - "category": "FUN WITH ROMAN NUMERALS", - "air_date": "1999-02-09", - "question": "If a size abbreviation seen here were Roman numerals, it would represent this number", - "value": "$1000", - "answer": "40 ", - "round": "Double Jeopardy!", - "show_number": "3327", - "fullAnswer": "40 (XL)" - }, { "category": "AMERICAN HISTORY", "air_date": "1999-02-09", @@ -552379,16 +523229,6 @@ "show_number": "5201", "fullAnswer": "the South Pole" }, - { - "category": "I'LL BE YOUR HOST", - "air_date": "2007-04-02", - "question": "(Hi, I'm James Denton.) In January of 2006 I was surrounded by lots of beautiful women when I hosted this pageant, held outside of Atlantic City for the first time", - "value": "$400", - "answer": "Miss America", - "round": "Jeopardy!", - "show_number": "5201", - "fullAnswer": "Miss America" - }, { "category": "FAMOUS \"M\"EN", "air_date": "2007-04-02", @@ -552499,16 +523339,6 @@ "show_number": "5201", "fullAnswer": "Anwar Sadat" }, - { - "category": "I'LL BE YOUR HOST", - "air_date": "2007-04-02", - "question": "A TV fixture for more than 20 years, this beloved talk show host seen here passed away in 2006", - "value": "$800", - "answer": "Mike Douglas", - "round": "Jeopardy!", - "show_number": "5201", - "fullAnswer": "Mike Douglas" - }, { "category": "FAMOUS \"M\"EN", "air_date": "2007-04-02", @@ -552819,16 +523649,6 @@ "show_number": "5201", "fullAnswer": "vents" }, - { - "category": "AN OPERATIC CATEGORY", - "air_date": "2007-04-02", - "question": "(Hi, I'm Isaac Mizrahi.) Mack the Knife wore those fancy gloves when I designed the costumes for a Broadway revival of this Brecht play", - "value": "$1600", - "answer": "Threepenny Opera", - "round": "Double Jeopardy!", - "show_number": "5201", - "fullAnswer": "Threepenny Opera" - }, { "category": "YOU'VE \"GOT\"", "air_date": "2007-04-02", @@ -552849,16 +523669,6 @@ "show_number": "5201", "fullAnswer": "the peacemakers" }, - { - "category": "SCIENCE CLASS", - "air_date": "2007-04-02", - "question": "(Kelly of the Clue Crew experiments with water and a paper clip.) Drop a paper clip into water, it sinks; drop it onto a paper towel, & because of the attraction of molecules of the same substance, called cohesion, this condition is created that seems to form a skin, allowing it to float", - "value": "$2000", - "answer": "surface tension", - "round": "Double Jeopardy!", - "show_number": "5201", - "fullAnswer": "surface tension" - }, { "category": "SPORTS 2006", "air_date": "2007-04-02", @@ -552994,7 +523804,7 @@ "air_date": "2011-06-16", "question": "Rue McClanahan played Aunt Fran & Vicki Lawrence was the title character on this '80s sitcom", "value": "$400", - "answer": "Mama\\'s Family", + "answer": "Mama's Family", "round": "Jeopardy!", "show_number": "6174", "fullAnswer": "Mama\\'s Family" @@ -553289,16 +524099,6 @@ "show_number": "6174", "fullAnswer": "the Danube" }, - { - "category": "THAT'S ENTERTAINMENT", - "air_date": "2011-06-16", - "question": "(Sarah of the Clue Crew reports from Sony Pictures Studios.) It's easy to see why Stage 15 here at Sony Studios, the largest soundstage in the Western hemisphere, was used to film hits like \"Men in Black\" I & II, the \"Spider Man\" films, & this 1939 magical classic MGM musical", - "value": "$800", - "answer": "Wizard of Oz", - "round": "Double Jeopardy!", - "show_number": "6174", - "fullAnswer": "The Wizard of Oz" - }, { "category": "& IN OTHER NEWS...", "air_date": "2011-06-16", @@ -553369,16 +524169,6 @@ "show_number": "6174", "fullAnswer": "Kabul" }, - { - "category": "LEGISLATIVE LEGACIES", - "air_date": "2011-06-16", - "question": "(Hillary Clinton delivers the clue.) One of my proudest achievements as a senator was when this fellow New York senator & I secured $20 billion for New York's recovery after 9/11", - "value": "$1200", - "answer": "Charles (Chuck) Schumer", - "round": "Double Jeopardy!", - "show_number": "6174", - "fullAnswer": "Charles (\"Chuck\") Schumer" - }, { "category": "GOULASH", "air_date": "2011-06-16", @@ -553409,16 +524199,6 @@ "show_number": "6174", "fullAnswer": "the Vistula" }, - { - "category": "THAT'S ENTERTAINMENT", - "air_date": "2011-06-16", - "question": "This comic strip was the last one approved by William Randolph Hearst; he's been marching along since 1950", - "value": "$1600", - "answer": "Beetle Bailey", - "round": "Double Jeopardy!", - "show_number": "6174", - "fullAnswer": "Beetle Bailey" - }, { "category": "& IN OTHER NEWS...", "air_date": "2011-06-16", @@ -553524,7 +524304,7 @@ "air_date": "2011-06-16", "question": "Penned by a British author, it became a No. 1 bestseller in the U.S. in 1959, 31 years after it was initially banned", "value": null, - "answer": "Lady Chatterley\\'s Lover", + "answer": "Lady Chatterley's Lover", "round": "Final Jeopardy!", "show_number": "6174", "fullAnswer": "Lady Chatterley\\'s Lover" @@ -553549,16 +524329,6 @@ "show_number": "5924", "fullAnswer": "Dirty Dancing" }, - { - "category": "THE NEW YORK TIMES DINING & WINE", - "air_date": "2010-05-20", - "question": "On Dec. 23, 2009 The Pour, a blog about wine on nytimes.com, focused on this bubbly beverage", - "value": "$200", - "answer": "champagne", - "round": "Jeopardy!", - "show_number": "5924", - "fullAnswer": "champagne" - }, { "category": "SIGN OF THE FOUR", "air_date": "2010-05-20", @@ -553579,16 +524349,6 @@ "show_number": "5924", "fullAnswer": "QWERTY" }, - { - "category": "NEW ORLEANS & KATRINA", - "air_date": "2010-05-20", - "question": "(Jimmy of the Clue Crew reports from New Orleans, LA.) I'm at the New Orleans chapter of this organization, whose shelters across Louisiana provided refuge, food & water for over 146,000 people in the wake of Katrina", - "value": "$200", - "answer": "Red Cross", - "round": "Jeopardy!", - "show_number": "5924", - "fullAnswer": "the Red Cross" - }, { "category": "WHO CARRIED THE STATE?", "air_date": "2010-05-20", @@ -553639,16 +524399,6 @@ "show_number": "5924", "fullAnswer": "Xanadu" }, - { - "category": "NEW ORLEANS & KATRINA", - "air_date": "2010-05-20", - "question": "The scene of celebrations before & since, it housed thousands in Katrina's aftermath", - "value": "$400", - "answer": "Superdome", - "round": "Jeopardy!", - "show_number": "5924", - "fullAnswer": "the Superdome" - }, { "category": "WHO CARRIED THE STATE?", "air_date": "2010-05-20", @@ -553699,16 +524449,6 @@ "show_number": "5924", "fullAnswer": "a quiver" }, - { - "category": "NEW ORLEANS & KATRINA", - "air_date": "2010-05-20", - "question": "(Sarah of the Clue Crew reports from New Orleans, LA.) The group Make It Right is helping rebuild homes in that area, called the Lower this, flooded in 2005 by overflow from the canal that divided it from the Upper", - "value": "$600", - "answer": "Ninth Ward", - "round": "Jeopardy!", - "show_number": "5924", - "fullAnswer": "the Ninth Ward" - }, { "category": "WHO CARRIED THE STATE?", "air_date": "2010-05-20", @@ -553759,16 +524499,6 @@ "show_number": "5924", "fullAnswer": "Xerxes" }, - { - "category": "NEW ORLEANS & KATRINA", - "air_date": "2010-05-20", - "question": "(Sarah of the Clue Crew reports from New Orleans, LA.) The largest design build civil works project in the history of the army corps of engineers, a giant flood wall is technically called this type of barrier, as it protects against hurricane-driven water levels", - "value": "$800", - "answer": "surge barrier ", - "round": "Jeopardy!", - "show_number": "5924", - "fullAnswer": "a surge barrier (a storm surge barrier accepted)" - }, { "category": "WHO CARRIED THE STATE?", "air_date": "2010-05-20", @@ -553819,16 +524549,6 @@ "show_number": "5924", "fullAnswer": "xenon" }, - { - "category": "NEW ORLEANS & KATRINA", - "air_date": "2010-05-20", - "question": "(Sarah of the Clue Crew reports from New Orleans, LA.) The Domino Sugar refinery built a 200-unit trailer park here on-site to house its employees when this \"saintly\" parish was hit hard by flooding", - "value": "$1000", - "answer": "St. Bernard", - "round": "Jeopardy!", - "show_number": "5924", - "fullAnswer": "St. Bernard" - }, { "category": "U.S. LAKES & RIVERS", "air_date": "2010-05-20", @@ -553899,16 +524619,6 @@ "show_number": "5924", "fullAnswer": "Oahu" }, - { - "category": "ON BROADWAY 2010", - "air_date": "2010-05-20", - "question": "\"Rock Of Ages\", set in the '80s is where big this meets big dreams", - "value": "$800", - "answer": "hair", - "round": "Double Jeopardy!", - "show_number": "5924", - "fullAnswer": "hair" - }, { "category": "SPEAKING FLUENT CANADIAN", "air_date": "2010-05-20", @@ -554019,22 +524729,12 @@ "show_number": "5924", "fullAnswer": "the Finger Lakes" }, - { - "category": "ON BROADWAY 2010", - "air_date": "2010-05-20", - "question": "She was cast as Morticia for the 2010 Broadway musical of \"The Addams Family\"", - "value": "$1600", - "answer": "Neuwirth", - "round": "Double Jeopardy!", - "show_number": "5924", - "fullAnswer": "(Bebe) Neuwirth" - }, { "category": "SPEAKING FLUENT CANADIAN", "air_date": "2010-05-20", "question": "In 1985 Margaret Atwood published this \"Tale\" of women stripped of all rights in a post-U.S. country", "value": "$2,000", - "answer": "Handmaid\\'s Tale", + "answer": "Handmaid's Tale", "round": "Double Jeopardy!", "show_number": "5924", "fullAnswer": "The Handmaid\\'s Tale" @@ -554139,16 +524839,6 @@ "show_number": "5924", "fullAnswer": "Libreville" }, - { - "category": "THE FDR LIBRARY", - "air_date": "2005-04-01", - "question": "(Cheryl of the Clue Crue reports from the FDR Presidential Library in Hyde Park, NY.) I'm in the library study where FDR made some of these famous radio addresses", - "value": "$200", - "answer": "Fireside Chats", - "round": "Jeopardy!", - "show_number": "4745", - "fullAnswer": "the \"Fireside Chats\"" - }, { "category": "TV SHOWS BY CHARACTER", "air_date": "2005-04-01", @@ -554199,16 +524889,6 @@ "show_number": "4745", "fullAnswer": "steep" }, - { - "category": "THE FDR LIBRARY", - "air_date": "2005-04-01", - "question": "(Jimmy of the Clue Crew reports from the collection room of the FDR Presidential Library in Hyde Park, NY.) The 1939 letter this scientist sent to FDR explains the big bang that uranium will have as an energy source", - "value": "$400", - "answer": "Einstein", - "round": "Jeopardy!", - "show_number": "4745", - "fullAnswer": "(Albert) Einstein" - }, { "category": "TV SHOWS BY CHARACTER", "air_date": "2005-04-01", @@ -554259,16 +524939,6 @@ "show_number": "4745", "fullAnswer": "steed" }, - { - "category": "THE FDR LIBRARY", - "air_date": "2005-04-01", - "question": "(Cheryl of the Clue Crew reports from the FDR Presidential Library in Hyde Park, NY.) FDR used this cane given to him by this organization; the handle has a slot to collect coins for the Infant Paralysis Fund", - "value": "$600", - "answer": "March of Dimes", - "round": "Jeopardy!", - "show_number": "4745", - "fullAnswer": "the March of Dimes" - }, { "category": "TV SHOWS BY CHARACTER", "air_date": "2005-04-01", @@ -554319,16 +524989,6 @@ "show_number": "4745", "fullAnswer": "steel" }, - { - "category": "THE FDR LIBRARY", - "air_date": "2005-04-01", - "question": "(Sarah of the Clue Crew reads from inside the FDR Presidential Library in Hyde Park, NY.)
It was the occasion of FDR's \"The only thing we have to fear is fear itself\" speech", - "value": "$800", - "answer": "his First Inaugural", - "round": "Jeopardy!", - "show_number": "4745", - "fullAnswer": "his First Inaugural" - }, { "category": "TV SHOWS BY CHARACTER", "air_date": "2005-04-01", @@ -554379,16 +525039,6 @@ "show_number": "4745", "fullAnswer": "thumb" }, - { - "category": "THE FDR LIBRARY", - "air_date": "2005-04-01", - "question": "(Cheryl of the Clue Crew points to the original document in the collection room of the FDR Presidential Library in Hyde Park, NY.) On his December 8, 1941 speech, FDR crossed out the words \"world history\" and used this one word for evil repute", - "value": "$1000", - "answer": "infamy", - "round": "Jeopardy!", - "show_number": "4745", - "fullAnswer": "infamy" - }, { "category": "TV SHOWS BY CHARACTER", "air_date": "2005-04-01", @@ -554469,16 +525119,6 @@ "show_number": "4745", "fullAnswer": "Uganda" }, - { - "category": "SOUTHERN CALIFORNIA ARCHITECTURE", - "air_date": "2005-04-01", - "question": "The Jet Age Building seen here is the hub for this transportation complex", - "value": "$400", - "answer": "LAX", - "round": "Double Jeopardy!", - "show_number": "4745", - "fullAnswer": "LAX" - }, { "category": "HOT BABES", "air_date": "2005-04-01", @@ -554514,7 +525154,7 @@ "air_date": "2005-04-01", "question": "Axl had the vocals, but Slash wailed the riff on this \"sugary\" Guns N' Roses hit that came in No. 1", "value": "$800", - "answer": "Sweet Child O\\' Mine", + "answer": "Sweet Child O' Mine", "round": "Double Jeopardy!", "show_number": "4745", "fullAnswer": "\"Sweet Child O\\' Mine\"" @@ -554529,16 +525169,6 @@ "show_number": "4745", "fullAnswer": "the U.S. & the U.S.S.R." }, - { - "category": "SOUTHERN CALIFORNIA ARCHITECTURE", - "air_date": "2005-04-01", - "question": "This architect's Ennis-Brown House, seen here, was inspired by Mayan art, but has his signature art-glass windows", - "value": "$800", - "answer": "Wright", - "round": "Double Jeopardy!", - "show_number": "4745", - "fullAnswer": "(Frank Lloyd) Wright" - }, { "category": "HOT BABES", "air_date": "2005-04-01", @@ -554589,16 +525219,6 @@ "show_number": "4745", "fullAnswer": "Oppenheimer" }, - { - "category": "SOUTHERN CALIFORNIA ARCHITECTURE", - "air_date": "2005-04-01", - "question": "Yes, L.A. has a downtown, & it has the tallest building west of the Mississippi designed by this Asian-American", - "value": "$1200", - "answer": "I.M. Pei", - "round": "Double Jeopardy!", - "show_number": "4745", - "fullAnswer": "I.M. Pei" - }, { "category": "HOT BABES", "air_date": "2005-04-01", @@ -554649,16 +525269,6 @@ "show_number": "4745", "fullAnswer": "the FCC" }, - { - "category": "SOUTHERN CALIFORNIA ARCHITECTURE", - "air_date": "2005-04-01", - "question": "Philip Johnson designed this church, home to televangelist Robert Schuller", - "value": "$1600", - "answer": "Crystal Cathedral", - "round": "Double Jeopardy!", - "show_number": "4745", - "fullAnswer": "the Crystal Cathedral" - }, { "category": "HOT BABES", "air_date": "2005-04-01", @@ -554709,16 +525319,6 @@ "show_number": "4745", "fullAnswer": "(John) Profumo" }, - { - "category": "SOUTHERN CALIFORNIA ARCHITECTURE", - "air_date": "2005-04-01", - "question": "The Aerospace Museum seen here was designed by this most famous L.A. architect", - "value": "$2000", - "answer": "Frank Gehry", - "round": "Double Jeopardy!", - "show_number": "4745", - "fullAnswer": "Frank Gehry" - }, { "category": "HOT BABES", "air_date": "2005-04-01", @@ -554909,26 +525509,6 @@ "show_number": "6035", "fullAnswer": "celery" }, - { - "category": "HOLE", - "air_date": "2010-12-03", - "question": "Seen in use here, it's opened at the surface to inhale and exhale", - "value": "$600", - "answer": "blowhole", - "round": "Jeopardy!", - "show_number": "6035", - "fullAnswer": "a blowhole" - }, - { - "category": "IN THE \"O\" ZONE", - "air_date": "2010-12-03", - "question": "The statue of Joan of Arc seen here is in this French city", - "value": "$600", - "answer": "Orleans", - "round": "Jeopardy!", - "show_number": "6035", - "fullAnswer": "Orleans" - }, { "category": "THE NEW TESTAMENT", "air_date": "2010-12-03", @@ -555099,16 +525679,6 @@ "show_number": "6035", "fullAnswer": "count" }, - { - "category": "HOLLYWOOD TO BROADWAY", - "air_date": "2010-12-03", - "question": "She lent star power to a revival of Arthur Miller's \"A View From The Bridge\"", - "value": "$400", - "answer": "Scarlett Johanssen", - "round": "Double Jeopardy!", - "show_number": "6035", - "fullAnswer": "Scarlett Johanssen" - }, { "category": "IT'S POISONOUS", "air_date": "2010-12-03", @@ -555219,16 +525789,6 @@ "show_number": "6035", "fullAnswer": "death" }, - { - "category": "HOLLYWOOD TO BROADWAY", - "air_date": "2010-12-03", - "question": "(Hi, I'm Neil Patrick Harris.) In 2004 I played Lee Harvey Oswald, one of the characters in this Stephen Sondheim musical", - "value": "$1200", - "answer": "Assassins", - "round": "Double Jeopardy!", - "show_number": "6035", - "fullAnswer": "Assassins" - }, { "category": "IT'S POISONOUS", "air_date": "2010-12-03", @@ -555299,16 +525859,6 @@ "show_number": "6035", "fullAnswer": "the octopus" }, - { - "category": "PLANE CRAZY", - "air_date": "2010-12-03", - "question": "(Kelly of the Clue Crew delivers the clue from a plane at the Museum of Flight in Seattle, Washington.) Each side was painted differently to look like a different aircraft when this plane was used in a film about this B-17 named for a Tennessee girl", - "value": "$2000", - "answer": "Memphis Belle", - "round": "Double Jeopardy!", - "show_number": "6035", - "fullAnswer": "the Memphis Belle" - }, { "category": "WHAT'S THAT WAR?", "air_date": "2010-12-03", @@ -555339,16 +525889,6 @@ "show_number": "6035", "fullAnswer": "the albatross" }, - { - "category": "HOLLYWOOD TO BROADWAY", - "air_date": "2010-12-03", - "question": "In 2010, Kelsey Grammer appeared as George in a revival of this beloved 80s musical", - "value": "$2000", - "answer": "La Cage Aux Folles", - "round": "Double Jeopardy!", - "show_number": "6035", - "fullAnswer": "La Cage Aux Folles" - }, { "category": "THE CABINET", "air_date": "2010-12-03", @@ -555359,16 +525899,6 @@ "show_number": "6035", "fullAnswer": "Agriculture & Labor" }, - { - "category": "DUKE UNIVERSITY", - "air_date": "2006-01-20", - "question": "(Sarah of the Clue Crew reports from Duke University in Durham, NC.) The origin of this name for Duke University's sports teams is traced back to the nickname of a brave French fighting force of World War I", - "value": "$200", - "answer": "Blue Devils", - "round": "Jeopardy!", - "show_number": "4920", - "fullAnswer": "the Blue Devils" - }, { "category": "ELVIS FILM ROLES", "air_date": "2006-01-20", @@ -555419,16 +525949,6 @@ "show_number": "4920", "fullAnswer": "Goldilocks" }, - { - "category": "DUKE UNIVERSITY", - "air_date": "2006-01-20", - "question": "The tower of the Duke Chapel was inspired by the Bell Harry Tower of this English cathedral", - "value": "$400", - "answer": "Canterbury Cathedral", - "round": "Jeopardy!", - "show_number": "4920", - "fullAnswer": "Canterbury Cathedral" - }, { "category": "ELVIS FILM ROLES", "air_date": "2006-01-20", @@ -555539,16 +526059,6 @@ "show_number": "4920", "fullAnswer": "a golem" }, - { - "category": "DUKE UNIVERSITY", - "air_date": "2006-01-20", - "question": "(Jon of the Clue Crew reports from Duke University in Durham, NC.) Entranced by Duke University during a 1937 visit, this author of \"Brave New World\" called it \"a whole city of grey stone\"", - "value": "$800", - "answer": "Huxley", - "round": "Jeopardy!", - "show_number": "4920", - "fullAnswer": "(Aldous) Huxley" - }, { "category": "ELVIS FILM ROLES", "air_date": "2006-01-20", @@ -555599,16 +526109,6 @@ "show_number": "4920", "fullAnswer": "a gopher" }, - { - "category": "DUKE UNIVERSITY", - "air_date": "2006-01-20", - "question": "(Sarah of the Clue Crew reports from Duke University in Durham, NC.) Later one of the most glamorous heiresses of her day, this member of the Duke family laid the cornerstone for Duke University in 1928", - "value": "$1000", - "answer": "Doris Duke", - "round": "Jeopardy!", - "show_number": "4920", - "fullAnswer": "Doris Duke" - }, { "category": "ELVIS FILM ROLES", "air_date": "2006-01-20", @@ -555629,16 +526129,6 @@ "show_number": "4920", "fullAnswer": "Germaine Greer" }, - { - "category": "SHAKESPEAREAN FIRST NAMES", - "air_date": "2006-01-20", - "question": "Beauty queen Madame Rubinstein seen here", - "value": "$1000", - "answer": "Helena", - "round": "Jeopardy!", - "show_number": "4920", - "fullAnswer": "Helena" - }, { "category": "TRAVELIN'", "air_date": "2006-01-20", @@ -555859,16 +526349,6 @@ "show_number": "4920", "fullAnswer": "football" }, - { - "category": "FROM THE PAGE TO THE STAGE", - "air_date": "2006-01-20", - "question": "(Edward Albee delivers the clue.) I dedicated my stage adaptation of \"The Ballad of the Sad Cafe\" to this author, \"with great love\"", - "value": "$1600", - "answer": "Carson McCullers", - "round": "Double Jeopardy!", - "show_number": "4920", - "fullAnswer": "Carson McCullers" - }, { "category": "\"O\" MAN!", "air_date": "2006-01-20", @@ -555879,16 +526359,6 @@ "show_number": "4920", "fullAnswer": "(Ransom Eli) Olds" }, - { - "category": "EPONYMOUS INVENTIONS", - "air_date": "2006-01-20", - "question": "Heard here, it was one of he earliest fully electronic musical intruments & was created c. 1920 by a Russian inventor", - "value": "$1600", - "answer": "theremin", - "round": "Double Jeopardy!", - "show_number": "4920", - "fullAnswer": "the theremin" - }, { "category": "ADDICTED TO ADJECTIVES", "air_date": "2006-01-20", @@ -556044,7 +526514,7 @@ "air_date": "1999-01-22", "question": "When English king Edward III claimed the French throne in 1337, this war began; it lasted until 1453!", "value": "$200", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Jeopardy!", "show_number": "3315", "fullAnswer": "Hundred Years\\' War" @@ -557604,7 +528074,7 @@ "air_date": "2003-01-30", "question": "In 1497 John Cabot visited the area of this Newfoundland capital & named it for a beheaded saint", "value": "$1200", - "answer": "St. John\\'s", + "answer": "St. John's", "round": "Double Jeopardy!", "show_number": "4244", "fullAnswer": "St. John\\'s" @@ -558034,7 +528504,7 @@ "air_date": "1997-12-18", "question": "In a classic 1902 story by W.W. Jacobs, it's the sinister simian object that supposedly grants wishes", "value": "$500", - "answer": "Monkey\\'s Paw", + "answer": "Monkey's Paw", "round": "Jeopardy!", "show_number": "3064", "fullAnswer": "The Monkey\\'s Paw" @@ -558434,7 +528904,7 @@ "air_date": "1998-12-14", "question": "In 1996 the Magic had a Shaq attack when he signed a 7-year contract with the Los Angeles Lakers", "value": "$100", - "answer": "Shaquille O\\'Neal", + "answer": "Shaquille O'Neal", "round": "Jeopardy!", "show_number": "3286", "fullAnswer": "Shaquille O\\'Neal" @@ -558724,7 +529194,7 @@ "air_date": "1998-12-14", "question": "Danielle's dinners", "value": "$200", - "answer": "Steel\\'s meals", + "answer": "Steel's meals", "round": "Double Jeopardy!", "show_number": "3286", "fullAnswer": "Steel\\'s meals" @@ -558774,7 +529244,7 @@ "air_date": "1998-12-14", "question": "Dominick's cinnamon rolls", "value": "$400", - "answer": "Dunne\\'s buns", + "answer": "Dunne's buns", "round": "Double Jeopardy!", "show_number": "3286", "fullAnswer": "Dunne\\'s buns" @@ -558824,7 +529294,7 @@ "air_date": "1998-12-14", "question": "London's bags", "value": "$600", - "answer": "Jack\\'s sacks", + "answer": "Jack's sacks", "round": "Double Jeopardy!", "show_number": "3286", "fullAnswer": "Jack\\'s sacks" @@ -558884,7 +529354,7 @@ "air_date": "1998-12-14", "question": "Philip's lepidoptera", "value": "$800", - "answer": "Roth\\'s moths", + "answer": "Roth's moths", "round": "Double Jeopardy!", "show_number": "3286", "fullAnswer": "Roth\\'s moths" @@ -558934,7 +529404,7 @@ "air_date": "1998-12-14", "question": "O'Connor's sardine factories", "value": "$1000", - "answer": "Flannery\\'s canneries", + "answer": "Flannery's canneries", "round": "Double Jeopardy!", "show_number": "3286", "fullAnswer": "Flannery\\'s canneries" @@ -559144,7 +529614,7 @@ "air_date": "2009-04-15", "question": "In 1987 Casey Siemaszko had a date with a bully at this \"high\" title time", "value": "$800", - "answer": "Three O\\'Clock High", + "answer": "Three O'Clock High", "round": "Jeopardy!", "show_number": "5673", "fullAnswer": "Three O\\'Clock High" @@ -559179,16 +529649,6 @@ "show_number": "5673", "fullAnswer": "(The) Citadel" }, - { - "category": "DICTIONARY ABBR.", - "air_date": "2009-04-15", - "question": "Grammatically speaking, n.pl. is this", - "value": "$800", - "answer": "noun plural ", - "round": "Jeopardy!", - "show_number": "5673", - "fullAnswer": "noun plural (or plural noun)" - }, { "category": "THE BATTLE OF BULL RUN", "air_date": "2009-04-15", @@ -559299,16 +529759,6 @@ "show_number": "5673", "fullAnswer": "oil" }, - { - "category": "ON THE LABEL, LABEL, LABEL", - "air_date": "2009-04-15", - "question": "To be brief, the logo of this clothing manufacturer is seen here", - "value": "$400", - "answer": "Fruit of the Loom", - "round": "Double Jeopardy!", - "show_number": "5673", - "fullAnswer": "Fruit of the Loom" - }, { "category": "GOVERNMENT & POLITICS", "air_date": "2009-04-15", @@ -559359,26 +529809,6 @@ "show_number": "5673", "fullAnswer": "(Erwin) Rommel" }, - { - "category": "ON THE LABEL, LABEL, LABEL", - "air_date": "2009-04-15", - "question": "Buy me some of this treat, & we'll pretend we're at a ball game", - "value": "$800", - "answer": "Cracker Jack", - "round": "Double Jeopardy!", - "show_number": "5673", - "fullAnswer": "Cracker Jack" - }, - { - "category": "GOVERNMENT & POLITICS", - "air_date": "2009-04-15", - "question": "(Kelly of the Clue Crew describes some math with the aid of the monitor.) When it comes to congress, if the U.S. population of 300 million were simply divided by 435, Nebraska, for example, would have 2.48 congressmen; so a complex formula covers this process of handing out seats", - "value": "$5,000", - "answer": "apportionment", - "round": "Double Jeopardy!", - "show_number": "5673", - "fullAnswer": "apportionment" - }, { "category": "MUSICALS BY SONGS", "air_date": "2009-04-15", @@ -559419,16 +529849,6 @@ "show_number": "5673", "fullAnswer": "Billy Carter" }, - { - "category": "ON THE LABEL, LABEL, LABEL", - "air_date": "2009-04-15", - "question": "This insurance company has been using a symbol like the one seen here since 1870", - "value": "$1200", - "answer": "Travelers", - "round": "Double Jeopardy!", - "show_number": "5673", - "fullAnswer": "Travelers" - }, { "category": "GOVERNMENT & POLITICS", "air_date": "2009-04-15", @@ -559449,16 +529869,6 @@ "show_number": "5673", "fullAnswer": "Gypsy" }, - { - "category": "D(5 LETTERS)D", - "air_date": "2009-04-15", - "question": "It's the type of tree seen here", - "value": "$1600", - "answer": "dogwood", - "round": "Double Jeopardy!", - "show_number": "5673", - "fullAnswer": "dogwood" - }, { "category": "ARTHUR-IAN AUTHORS", "air_date": "2009-04-15", @@ -559479,26 +529889,6 @@ "show_number": "5673", "fullAnswer": "Algeria & Tunisia (Niger, Chad, Sudan & Egypt)" }, - { - "category": "ON THE LABEL, LABEL, LABEL", - "air_date": "2009-04-15", - "question": "Snack 'em if you got 'em. The label of this food company is seen here", - "value": "$1600", - "answer": "Little Debbie", - "round": "Double Jeopardy!", - "show_number": "5673", - "fullAnswer": "Little Debbie" - }, - { - "category": "GOVERNMENT & POLITICS", - "air_date": "2009-04-15", - "question": "(Sarah of the Clue Crew reports from a money-printing press in Washington, D.C.) There might be $300 million in production at a given time in the building I'm in, the D.C. facility of this bureau", - "value": "$2000", - "answer": "Bureau of Engraving and Printing", - "round": "Double Jeopardy!", - "show_number": "5673", - "fullAnswer": "The Bureau of Engraving and Printing" - }, { "category": "MUSICALS BY SONGS", "air_date": "2009-04-15", @@ -559539,16 +529929,6 @@ "show_number": "5673", "fullAnswer": "a dinar" }, - { - "category": "ON THE LABEL, LABEL, LABEL", - "air_date": "2009-04-15", - "question": "Grin & bear it when you name this hotel chain", - "value": "$2000", - "answer": "Travelodge", - "round": "Double Jeopardy!", - "show_number": "5673", - "fullAnswer": "Travelodge" - }, { "category": "EXPLORERS", "air_date": "2009-04-15", @@ -559909,16 +530289,6 @@ "show_number": "5062", "fullAnswer": "Citrus" }, - { - "category": "THE ORIENT EXPRESS", - "air_date": "2006-09-19", - "question": "(Sarah of the Clue Crew stands in a dining car.) I'm aboard the historic Orient Express; in 1883 its first trip from Paris to this Ottoman capital included a ferry ride", - "value": "$400", - "answer": "Constantinople ", - "round": "Double Jeopardy!", - "show_number": "5062", - "fullAnswer": "Constantinople (or Istanbul)" - }, { "category": "BESTSELLING PAGETURNERS", "air_date": "2006-09-19", @@ -559969,16 +530339,6 @@ "show_number": "5062", "fullAnswer": "Equus" }, - { - "category": "THE ORIENT EXPRESS", - "air_date": "2006-09-19", - "question": "(Jimmy stands at the bar, wearing a dapper tuxedo & drinking a martini.) This movie finds James Bond, who has stolen a Soviet decoding device, returning West aboard the Orient Express with the lovely Tatiana", - "value": "$800", - "answer": "From Russia with Love", - "round": "Double Jeopardy!", - "show_number": "5062", - "fullAnswer": "From Russia with Love" - }, { "category": "BESTSELLING PAGETURNERS", "air_date": "2006-09-19", @@ -560029,16 +530389,6 @@ "show_number": "5062", "fullAnswer": "Felis" }, - { - "category": "THE ORIENT EXPRESS", - "air_date": "2006-09-19", - "question": "(Jimmy of the Clue Crew relaxes in a dining car.) To prepare for a visit from this last tsar, the French president had 7 new train cars created to show true French elegance", - "value": "$1200", - "answer": "Nicholas II", - "round": "Double Jeopardy!", - "show_number": "5062", - "fullAnswer": "Nicholas II" - }, { "category": "BESTSELLING PAGETURNERS", "air_date": "2006-09-19", @@ -560059,16 +530409,6 @@ "show_number": "5062", "fullAnswer": "The Rascals" }, - { - "category": "HANG A \"UE\"", - "air_date": "2006-09-19", - "question": "It's the primate pictured here, & we're not monkeying around", - "value": "$1600", - "answer": "macaque", - "round": "Double Jeopardy!", - "show_number": "5062", - "fullAnswer": "a macaque" - }, { "category": "MEAT & POTATOES", "air_date": "2006-09-19", @@ -560089,16 +530429,6 @@ "show_number": "5062", "fullAnswer": "Lepus" }, - { - "category": "THE ORIENT EXPRESS", - "air_date": "2006-09-19", - "question": "(Jimmy walks down a hallway before disappearing into thin air.) You wouldn't think someone could disappear on a train, but it happens in this 1938 film set aboard the Orient Express", - "value": "$1600", - "answer": "Lady Vanishes", - "round": "Double Jeopardy!", - "show_number": "5062", - "fullAnswer": "The Lady Vanishes" - }, { "category": "BESTSELLING PAGETURNERS", "air_date": "2006-09-19", @@ -560149,16 +530479,6 @@ "show_number": "5062", "fullAnswer": "Pan" }, - { - "category": "THE ORIENT EXPRESS", - "air_date": "2006-09-19", - "question": "(Jimmy walks through yet another dining car.) In 1918 an Orient Express dining car was used for the surrender of the Germans to the Allies; Hitler used the same exact car for the French surrender to the Germans in this year", - "value": "$2000", - "answer": "1940", - "round": "Double Jeopardy!", - "show_number": "5062", - "fullAnswer": "1940" - }, { "category": "BRITISH ROYALTY", "air_date": "2006-09-19", @@ -560509,16 +530829,6 @@ "show_number": "5826", "fullAnswer": "smell" }, - { - "category": "STAMP COLLECTING", - "air_date": "2010-01-04", - "question": "She's the subject of the world's first postage stamp, seen here & issued in 1840", - "value": "$400", - "answer": "Queen Victoria", - "round": "Double Jeopardy!", - "show_number": "5826", - "fullAnswer": "Queen Victoria" - }, { "category": "RHETORIC", "air_date": "2010-01-04", @@ -560569,16 +530879,6 @@ "show_number": "5826", "fullAnswer": "their eyes" }, - { - "category": "STAMP COLLECTING", - "air_date": "2010-01-04", - "question": "(Kelly of the Clue Crew shows a stamp on the monitor.) In the authentication process of certain stamps, detection fluid is applied to the back, revealing this type of transparent impression", - "value": "$800", - "answer": "watermark", - "round": "Double Jeopardy!", - "show_number": "5826", - "fullAnswer": "a watermark" - }, { "category": "RHETORIC", "air_date": "2010-01-04", @@ -560689,16 +530989,6 @@ "show_number": "5826", "fullAnswer": "pheromones" }, - { - "category": "STAMP COLLECTING", - "air_date": "2010-01-04", - "question": "From the Latin for \"remind\", it's a stamp, like the civil rights one seen here, issued to honor a person, place or event", - "value": "$1600", - "answer": "commemorative stamp", - "round": "Double Jeopardy!", - "show_number": "5826", - "fullAnswer": "a commemorative stamp" - }, { "category": "RHETORIC", "air_date": "2010-01-04", @@ -560739,26 +531029,6 @@ "show_number": "5826", "fullAnswer": "Carthage" }, - { - "category": "ABLE ANIMALS", - "air_date": "2010-01-04", - "question": "This fish seen here has a rod and bait on top of its head to lure and catch prey", - "value": "$2000", - "answer": "anglerfish", - "round": "Double Jeopardy!", - "show_number": "5826", - "fullAnswer": "an anglerfish" - }, - { - "category": "STAMP COLLECTING", - "air_date": "2010-01-04", - "question": "The postmark on the stamp & envelope indicates it's one of these collectibles mailed on the day it was originally issued", - "value": "$2000", - "answer": "first day issue ", - "round": "Double Jeopardy!", - "show_number": "5826", - "fullAnswer": "a first day issue (a first day edition accepted)" - }, { "category": "RHETORIC", "air_date": "2010-01-04", @@ -561079,16 +531349,6 @@ "show_number": "5159", "fullAnswer": "Lloyd Wright" }, - { - "category": "NEW YORK, NEW JERSEY & CONNECTICUT", - "air_date": "2007-02-01", - "question": "(Sarah reports from the Plasma Physics Lab in New Jersey)
A record level of fusion power was produced at the Plasma Physics Lab of this New Jersey Ivy League university", - "value": "$400", - "answer": "Princeton", - "round": "Double Jeopardy!", - "show_number": "5159", - "fullAnswer": "Princeton" - }, { "category": "THAT'S MY MOVIE!", "air_date": "2007-02-01", @@ -561189,26 +531449,6 @@ "show_number": "5159", "fullAnswer": "Colt" }, - { - "category": "\"UNK\" ROCK", - "air_date": "2007-02-01", - "question": "Terrestrial critter seen here", - "value": "$800", - "answer": "chipmunk", - "round": "Double Jeopardy!", - "show_number": "5159", - "fullAnswer": "chipmunk" - }, - { - "category": "NEW YORK, NEW JERSEY & CONNECTICUT", - "air_date": "2007-02-01", - "question": "(John reports from Radio City Music Hall in New York)
The stock market crash ended this man's dream of putting an opera house here; he ended up building Radio City Music Hall on the land he controlled", - "value": "$1200", - "answer": "John D. Rockefeller, Jr.", - "round": "Double Jeopardy!", - "show_number": "5159", - "fullAnswer": "John D. Rockefeller, Jr." - }, { "category": "THAT'S MY MOVIE!", "air_date": "2007-02-01", @@ -561229,16 +531469,6 @@ "show_number": "5159", "fullAnswer": "Franz Kafka" }, - { - "category": "SAX", - "air_date": "2007-02-01", - "question": "He's the Grammy-winning saxophone master seen here", - "value": "$1200", - "answer": "Kenny G", - "round": "Double Jeopardy!", - "show_number": "5159", - "fullAnswer": "Kenny G" - }, { "category": "PISTOLS", "air_date": "2007-02-01", @@ -561319,16 +531549,6 @@ "show_number": "5159", "fullAnswer": "unkempt" }, - { - "category": "NEW YORK, NEW JERSEY & CONNECTICUT", - "air_date": "2007-02-01", - "question": "This submarine building Connecticut town was the site of a 1781 massacre of U.S. troops by the British; a memorial is shown", - "value": "$2000", - "answer": "Groton", - "round": "Double Jeopardy!", - "show_number": "5159", - "fullAnswer": "Groton" - }, { "category": "THAT'S MY MOVIE!", "air_date": "2007-02-01", @@ -562009,16 +532229,6 @@ "show_number": "5600", "fullAnswer": "Dred Scott" }, - { - "category": "NOT-SO-UGLY BETTY", - "air_date": "2009-01-02", - "question": "Mae Questel, seen here, was the voice of both Olive Oyl & this pretty cartoon Betty", - "value": "$200", - "answer": "Boop", - "round": "Jeopardy!", - "show_number": "5600", - "fullAnswer": "(Betty) Boop" - }, { "category": "IT'S A CRIME!", "air_date": "2009-01-02", @@ -562069,16 +532279,6 @@ "show_number": "5600", "fullAnswer": "Brown vs. the Board of Education" }, - { - "category": "NOT-SO-UGLY BETTY", - "air_date": "2009-01-02", - "question": "Before she was snarky Sue Ann and ditzy Rose, she was Vicki Angel on the '50s sitcom \"Date With The Angels\"", - "value": "$400", - "answer": "Betty White", - "round": "Jeopardy!", - "show_number": "5600", - "fullAnswer": "Betty White" - }, { "category": "IT'S A CRIME!", "air_date": "2009-01-02", @@ -562129,16 +532329,6 @@ "show_number": "5600", "fullAnswer": "Standard Oil" }, - { - "category": "NOT-SO-UGLY BETTY", - "air_date": "2009-01-02", - "question": "She didn't go by Betty much, but anyway, she'll always be Samantha to us", - "value": "$600", - "answer": "Elizabeth Montgomery", - "round": "Jeopardy!", - "show_number": "5600", - "fullAnswer": "Elizabeth Montgomery" - }, { "category": "IT'S A CRIME!", "air_date": "2009-01-02", @@ -562189,16 +532379,6 @@ "show_number": "5600", "fullAnswer": "Miranda" }, - { - "category": "NOT-SO-UGLY BETTY", - "air_date": "2009-01-02", - "question": "The Betty seen here turns heads in this town", - "value": "$800", - "answer": "Riverdale", - "round": "Jeopardy!", - "show_number": "5600", - "fullAnswer": "Riverdale" - }, { "category": "IT'S A CRIME!", "air_date": "2009-01-02", @@ -562249,16 +532429,6 @@ "show_number": "5600", "fullAnswer": "Marbury" }, - { - "category": "NOT-SO-UGLY BETTY", - "air_date": "2009-01-02", - "question": "Born Elizabeth Bloomer in 1918, she danced for Martha Graham & modeled for John Robert Powers before meeting Jerry", - "value": "$1000", - "answer": "Betty Ford", - "round": "Jeopardy!", - "show_number": "5600", - "fullAnswer": "Betty Ford" - }, { "category": "IT'S A CRIME!", "air_date": "2009-01-02", @@ -562484,7 +532654,7 @@ "air_date": "2009-01-02", "question": "This Norman Mailer work is the true story of murderer Gary Gilmore, who chose a firing squad when given the death penalty", "value": "$1600", - "answer": "Executioner\\'s Song", + "answer": "Executioner's Song", "round": "Double Jeopardy!", "show_number": "5600", "fullAnswer": "The Executioner\\'s Song" @@ -563249,16 +533419,6 @@ "show_number": "6079", "fullAnswer": "fig leaves" }, - { - "category": "UNUSUAL COUNTRY MUSIC LYRICS", - "air_date": "2011-02-03", - "question": "Don't own no pickup truck / They make me go fetal / Just like to scoot around / In this company's Beetle", - "value": "$200", - "answer": "Volkswagen", - "round": "Jeopardy!", - "show_number": "6079", - "fullAnswer": "Volkswagen" - }, { "category": "\"M.C.\" 5", "air_date": "2011-02-03", @@ -563309,16 +533469,6 @@ "show_number": "6079", "fullAnswer": "Cain" }, - { - "category": "UNUSUAL COUNTRY MUSIC LYRICS", - "air_date": "2011-02-03", - "question": "& I'm proud to be / From this country / Where at least I know I'm free / From Halifax to Kamloops / It's the place for you & me!", - "value": "$400", - "answer": "Canada", - "round": "Jeopardy!", - "show_number": "6079", - "fullAnswer": "Canada" - }, { "category": "\"M.C.\" 5", "air_date": "2011-02-03", @@ -563369,16 +533519,6 @@ "show_number": "6079", "fullAnswer": "dominion" }, - { - "category": "UNUSUAL COUNTRY MUSIC LYRICS", - "air_date": "2011-02-03", - "question": "Workin' on Wall Street / Sure takes its toll / But a ski trip to this country's Davos or Gstaad / Is good for the soul", - "value": "$600", - "answer": "Switzerland", - "round": "Jeopardy!", - "show_number": "6079", - "fullAnswer": "Switzerland" - }, { "category": "\"M.C.\" 5", "air_date": "2011-02-03", @@ -563429,16 +533569,6 @@ "show_number": "6079", "fullAnswer": "giants" }, - { - "category": "UNUSUAL COUNTRY MUSIC LYRICS", - "air_date": "2011-02-03", - "question": "I don't like beer / I like my drinks pretty / Like this vodka, cointreau, cranberry juice & lime juice one / On \"Sex & the City\"", - "value": "$800", - "answer": "cosmopolitan", - "round": "Jeopardy!", - "show_number": "6079", - "fullAnswer": "a cosmopolitan" - }, { "category": "\"M.C.\" 5", "air_date": "2011-02-03", @@ -563479,16 +533609,6 @@ "show_number": "6079", "fullAnswer": "firmament" }, - { - "category": "UNUSUAL COUNTRY MUSIC LYRICS", - "air_date": "2011-02-03", - "question": "You won't find me at the barbecue / 'Cause I don't eat no legs / I'm on this 5-letter diet / Not even dairy & eggs", - "value": "$1000", - "answer": "vegan", - "round": "Jeopardy!", - "show_number": "6079", - "fullAnswer": "vegan" - }, { "category": "\"M.C.\" 5", "air_date": "2011-02-03", @@ -563739,26 +533859,6 @@ "show_number": "6079", "fullAnswer": "sedimentary" }, - { - "category": "DOWN IN THE \"VALLEY\"", - "air_date": "2011-02-03", - "question": "Fragrant perennial with a 4-word name seen here", - "value": "$1600", - "answer": "lily of the valley", - "round": "Double Jeopardy!", - "show_number": "6079", - "fullAnswer": "lily of the valley" - }, - { - "category": "OUR WATERY WORLD", - "air_date": "2011-02-03", - "question": "(Jimmy of the Clue Crew shows a globe on the monitor.) Exactly two-thirds of the way south from the equator, you can circumnavigate the world without ever crossing land at this latitude", - "value": "$2000", - "answer": "60 degrees south", - "round": "Double Jeopardy!", - "show_number": "6079", - "fullAnswer": "60 degrees south" - }, { "category": "TV PERSONALITY MARRIAGES", "air_date": "2011-02-03", @@ -563859,16 +533959,6 @@ "show_number": "4958", "fullAnswer": "\"A Hot Time\"" }, - { - "category": "FOR THE \"MAIN\" COURSE", - "air_date": "2006-03-15", - "question": "(Kelly of the Clue Crew shows an example of long division on a monitor.) It's the quantity I've got left over", - "value": "$200", - "answer": "remainder", - "round": "Jeopardy!", - "show_number": "4958", - "fullAnswer": "the remainder" - }, { "category": "I'LL HAVE THE BEEF", "air_date": "2006-03-15", @@ -564129,16 +534219,6 @@ "show_number": "4958", "fullAnswer": "Hirohito" }, - { - "category": "MR. MOVIEFONE", - "air_date": "2006-03-15", - "question": "You have selected Atlanta's Grand Theater for Friday, Dec. 15, 1939. The star-studded premiere of this film is sold out", - "value": "$400", - "answer": "Gone with the Wind", - "round": "Double Jeopardy!", - "show_number": "4958", - "fullAnswer": "Gone with the Wind" - }, { "category": "THE INDY 5", "air_date": "2006-03-15", @@ -564189,16 +534269,6 @@ "show_number": "4958", "fullAnswer": "Kublai Khan" }, - { - "category": "MR. MOVIEFONE", - "air_date": "2006-03-15", - "question": "You have selected this film in which Tony Manero is a regular at the 2001 Odyssey Disco", - "value": "$800", - "answer": "Saturday Night Fever", - "round": "Double Jeopardy!", - "show_number": "4958", - "fullAnswer": "Saturday Night Fever" - }, { "category": "THE INDY 5", "air_date": "2006-03-15", @@ -564249,16 +534319,6 @@ "show_number": "4958", "fullAnswer": "Kyoto" }, - { - "category": "MR. MOVIEFONE", - "air_date": "2006-03-15", - "question": "Press 2 now if you want to hear Alec Guinness as Col. Nicholson in this 1957 war drama", - "value": "$1200", - "answer": "Bridge on the River Kwai", - "round": "Double Jeopardy!", - "show_number": "4958", - "fullAnswer": "Bridge on the River Kwai" - }, { "category": "THE INDY 5", "air_date": "2006-03-15", @@ -564309,16 +534369,6 @@ "show_number": "4958", "fullAnswer": "the Diet" }, - { - "category": "MR. MOVIEFONE", - "air_date": "2006-03-15", - "question": "You've selected upcoming releases for June 1947. Press 1 for this film with Maureen O'Hara, sure to become a classic", - "value": "$1600", - "answer": "Miracle on 34th Street", - "round": "Double Jeopardy!", - "show_number": "4958", - "fullAnswer": "Miracle on 34th Street" - }, { "category": "THE INDY 5", "air_date": "2006-03-15", @@ -564349,16 +534399,6 @@ "show_number": "4958", "fullAnswer": "chicken pox" }, - { - "category": "BLENDED WORDS", - "air_date": "2006-03-15", - "question": "Can't decide which utensil to use? Use one of these", - "value": "$1600", - "answer": "spork ", - "round": "Double Jeopardy!", - "show_number": "4958", - "fullAnswer": "spork (from spoon & fork)" - }, { "category": "JAPANESE HISTORY", "air_date": "2006-03-15", @@ -564369,16 +534409,6 @@ "show_number": "4958", "fullAnswer": "shogun" }, - { - "category": "MR. MOVIEFONE", - "air_date": "2006-03-15", - "question": "Press 3 for this Spike Lee film that takes place on a sweltering summer day, aptly opening in June 1989", - "value": "$2000", - "answer": "Do the Right Thing", - "round": "Double Jeopardy!", - "show_number": "4958", - "fullAnswer": "Do the Right Thing" - }, { "category": "THE INDY 5", "air_date": "2006-03-15", @@ -564619,16 +534649,6 @@ "show_number": "2777", "fullAnswer": "Neptune" }, - { - "category": "THE MOVIES", - "air_date": "1996-10-01", - "question": "Recent film that featured the following scene of destruction:", - "value": "$500", - "answer": "Jumanji", - "round": "Jeopardy!", - "show_number": "2777", - "fullAnswer": "Jumanji" - }, { "category": "QUOTATIONS", "air_date": "1996-10-01", @@ -564934,7 +534954,7 @@ "air_date": "1996-10-01", "question": "In this Truman Capote novella, the story of Holly Golightly is narrated by Fred, a struggling writer", "value": "$800", - "answer": "Breakfast at Tiffany\\'s", + "answer": "Breakfast at Tiffany's", "round": "Double Jeopardy!", "show_number": "2777", "fullAnswer": "Breakfast at Tiffany\\'s" @@ -565049,16 +535069,6 @@ "show_number": "5696", "fullAnswer": "Green Park" }, - { - "category": "THE NATIONAL MUSEUM OF THE MARINE CORPS", - "air_date": "2009-05-18", - "question": "(Sarah of the Clue Crew reports from the National Museum of the Marine Corps, Quantico, VA.) Immortalized in a photo, here is the actual flag raised on this island on February 23, 1945", - "value": "$200", - "answer": "Iwo Jima", - "round": "Jeopardy!", - "show_number": "5696", - "fullAnswer": "Iwo Jima" - }, { "category": "COLONIALISM IN AFRICA", "air_date": "2009-05-18", @@ -565169,16 +535179,6 @@ "show_number": "5696", "fullAnswer": "Battle" }, - { - "category": "THE NATIONAL MUSEUM OF THE MARINE CORPS", - "air_date": "2009-05-18", - "question": "(Jon of the Clue Crew reports from the National Museum of the Marine Corps, Quantico, VA.) The HRS-1, named for this Russian, was used in the first helicopter insertion of combat troops on September 20, 1951", - "value": "$600", - "answer": "Sikorsky", - "round": "Jeopardy!", - "show_number": "5696", - "fullAnswer": "(Igor) Sikorsky" - }, { "category": "COLONIALISM IN AFRICA", "air_date": "2009-05-18", @@ -565204,7 +535204,7 @@ "air_date": "2009-05-18", "question": "An appetizer, literally \"apart from the main\"", "value": "$800", - "answer": "hors d\\'œuvre", + "answer": "hors d'œuvre", "round": "Jeopardy!", "show_number": "5696", "fullAnswer": "hors d\\'œuvre" @@ -565264,7 +535264,7 @@ "air_date": "2009-05-18", "question": "This term for a headwaiter means \"master of\" (short for its full name meaning \"master of the house\")", "value": "$1000", - "answer": "maître d\\'", + "answer": "maître d'", "round": "Jeopardy!", "show_number": "5696", "fullAnswer": "maître d\\'" @@ -565289,16 +535289,6 @@ "show_number": "5696", "fullAnswer": "Princess Royal" }, - { - "category": "THE NATIONAL MUSEUM OF THE MARINE CORPS", - "air_date": "2009-05-18", - "question": "(Jon of the Clue Crew reports from the National Museum of the Marine Corps, Quantico, VA.) An aircraft key to Marine history is the AV-8B jump jet, known by this 7-letter name; it can carry Sidewinders & laser-guided bombs", - "value": "$1000", - "answer": "Harrier", - "round": "Jeopardy!", - "show_number": "5696", - "fullAnswer": "the Harrier" - }, { "category": "FUNNY LADIES IN SHAKESPEARE", "air_date": "2009-05-18", @@ -565319,16 +535309,6 @@ "show_number": "5696", "fullAnswer": "the (Boston) Celtics" }, - { - "category": "THE NEW YORK TIMES COLUMNISTS", - "air_date": "2009-05-18", - "question": "(I'm Roger Cohen.) In November 2008 I urged the new president-elect to close this place where to date out of 770 detained, only 23 have been charged", - "value": "$400", - "answer": "Guantanamo", - "round": "Double Jeopardy!", - "show_number": "5696", - "fullAnswer": "Guantanamo" - }, { "category": "WHAT'S THE MARTYR WITH YOU?", "air_date": "2009-05-18", @@ -565364,7 +535344,7 @@ "air_date": "2009-05-18", "question": "Queen of the Amazons Hippolyta & Queen of the Fairies Titania", "value": "$800", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "5696", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -565379,16 +535359,6 @@ "show_number": "5696", "fullAnswer": "the (Boston) Red Sox" }, - { - "category": "THE NEW YORK TIMES COLUMNISTS", - "air_date": "2009-05-18", - "question": "(I'm Frank Rich.) I transitioned from theater critic to critic of the Bush Admin., as in my book subtitled \"The Decline and Fall of Truth from 9/11 to\" this 2005 natural disaster", - "value": "$800", - "answer": "Hurricane Katrina", - "round": "Double Jeopardy!", - "show_number": "5696", - "fullAnswer": "Hurricane Katrina" - }, { "category": "WHAT'S THE MARTYR WITH YOU?", "air_date": "2009-05-18", @@ -565429,16 +535399,6 @@ "show_number": "5696", "fullAnswer": "the Globetrotters" }, - { - "category": "THE NEW YORK TIMES COLUMNISTS", - "air_date": "2009-05-18", - "question": "(I'm Gail Collins.) In 2008 I wrote that Dean Barkley did well in this state's Senate race with a basic platform of \"1) Not crazy 2) Not Norm Coleman and 3) Not Al Franken\"", - "value": "$1200", - "answer": "Minnesota", - "round": "Double Jeopardy!", - "show_number": "5696", - "fullAnswer": "Minnesota" - }, { "category": "WHAT'S THE MARTYR WITH YOU?", "air_date": "2009-05-18", @@ -565489,16 +535449,6 @@ "show_number": "5696", "fullAnswer": "the Houston Oilers" }, - { - "category": "THE NEW YORK TIMES COLUMNISTS", - "air_date": "2009-05-18", - "question": "(I'm Charles Blow.) As the Time's visual op-ed columnist I used a U.S. oil production graph showing that McCain's plan to do this, baby, this wouldn't help us much", - "value": "$1600", - "answer": "drill", - "round": "Double Jeopardy!", - "show_number": "5696", - "fullAnswer": "drill" - }, { "category": "WHAT'S THE MARTYR WITH YOU?", "air_date": "2009-05-18", @@ -565539,16 +535489,6 @@ "show_number": "5696", "fullAnswer": "the Montreal Canadiens" }, - { - "category": "THE NEW YORK TIMES COLUMNISTS", - "air_date": "2009-05-18", - "question": "(I'm Nicholas Kristof.) In 2008 I wrote that Obama's most difficult international test could be this Asian \"country with 170 million people and up to 60 nuclear weapons (which) may be collapsing\"", - "value": "$2000", - "answer": "Pakistan", - "round": "Double Jeopardy!", - "show_number": "5696", - "fullAnswer": "Pakistan" - }, { "category": "WHAT'S THE MARTYR WITH YOU?", "air_date": "2009-05-18", @@ -565574,7 +535514,7 @@ "air_date": "2009-05-18", "question": "In 2008 doctors said that, aptly, this Bee Gees song provides an ideal beat to follow", "value": null, - "answer": "\\Stayin\\' Alive\\", + "answer": "Stayin' Alive", "round": "Final Jeopardy!", "show_number": "5696", "fullAnswer": "\\\"Stayin\\' Alive\\\"" @@ -566364,7 +536304,7 @@ "air_date": "1999-06-07", "question": "Preschool viewers help host Steve & his animated dog solve problems on this Nickelodeon TV show", "value": "$300", - "answer": "Blue\\'s Clues", + "answer": "Blue's Clues", "round": "Jeopardy!", "show_number": "3411", "fullAnswer": "Blue\\'s Clues" @@ -567059,16 +536999,6 @@ "show_number": "5484", "fullAnswer": "(Vijay) Singh" }, - { - "category": "EDUCATION", - "air_date": "2008-06-12", - "question": "(I'm U.S. Secretary of Education Margaret Spellings.) The Education Department awards these college grants that don't have to be paid back & are named for a Rhode Island senator", - "value": "$1000", - "answer": "Pell grants", - "round": "Jeopardy!", - "show_number": "5484", - "fullAnswer": "Pell grants" - }, { "category": "BODILY FLUIDS", "air_date": "2008-06-12", @@ -567099,16 +537029,6 @@ "show_number": "5484", "fullAnswer": "Fe" }, - { - "category": "SPACE SCIENCE", - "air_date": "2008-06-12", - "question": "(Jon of the Clue Crew peeks out of a spacecraft.) In the '60s, this machine was used to simulate the liftoff of the Apollo LM; \"LM\" being short for this", - "value": "$400", - "answer": "lunar module", - "round": "Double Jeopardy!", - "show_number": "5484", - "fullAnswer": "lunar module" - }, { "category": "YOU DON'T KNOW JACK NICHOLSON", "air_date": "2008-06-12", @@ -567174,7 +537094,7 @@ "air_date": "2008-06-12", "question": "In \"The Shining\", Jack appropriated this 2-word line from Ed McMahon", "value": "$800", - "answer": "Heeere\\'s Johnny!", + "answer": "Heeere's Johnny!", "round": "Double Jeopardy!", "show_number": "5484", "fullAnswer": "\"Heeere\\'s Johnny!\"" @@ -567219,16 +537139,6 @@ "show_number": "5484", "fullAnswer": "Elton John Roberts" }, - { - "category": "SPACE SCIENCE", - "air_date": "2008-06-12", - "question": "(Jon indicates a piece of machinery.) NASA's Forward Reaction Control System tests the engines used for this process that joins the shuttle with the space station", - "value": "$1200", - "answer": "docking", - "round": "Double Jeopardy!", - "show_number": "5484", - "fullAnswer": "docking" - }, { "category": "YOU DON'T KNOW JACK NICHOLSON", "air_date": "2008-06-12", @@ -567339,16 +537249,6 @@ "show_number": "5484", "fullAnswer": "Sixth Sense and Sensibility" }, - { - "category": "SPACE SCIENCE", - "air_date": "2008-06-12", - "question": "(Kelly of the Clue Crew shows some punctured metal tiles.) To evaluate materials like shuttle shielding, projectiles are fired at speeds up to 16,000 miles per hour using this simple gas, compressed", - "value": "$2000", - "answer": "hydrogen", - "round": "Double Jeopardy!", - "show_number": "5484", - "fullAnswer": "hydrogen" - }, { "category": "YOU DON'T KNOW JACK NICHOLSON", "air_date": "2008-06-12", @@ -567554,7 +537454,7 @@ "air_date": "1998-03-23", "question": "In \"Airplane\" Leslie Nielsen gives this response when told \"Surely you can't be serious\"", "value": "$300", - "answer": "Don\\'t call me Shirley", + "answer": "Don't call me Shirley", "round": "Jeopardy!", "show_number": "3131", "fullAnswer": "Don\\'t call me Shirley" @@ -567674,21 +537574,11 @@ "air_date": "1998-03-23", "question": "It explains why music played backwards is coming from Beethoven's grave", "value": "$500", - "answer": "he\\'s decomposing", + "answer": "he's decomposing", "round": "Jeopardy!", "show_number": "3131", "fullAnswer": "he\\'s decomposing" }, - { - "category": "SOAPDISH", - "air_date": "1998-03-23", - "question": "Once Capt. Dietrich on \"The Rat Patrol\", Eric Braeden now plays Victor on this soap, seen here", - "value": "$500", - "answer": "Young & the Restless", - "round": "Jeopardy!", - "show_number": "3131", - "fullAnswer": "Young & the Restless" - }, { "category": "FLYING", "air_date": "1998-03-23", @@ -567949,16 +537839,6 @@ "show_number": "3131", "fullAnswer": "greenbacks" }, - { - "category": "GARY WRITES A NOVEL", - "air_date": "1998-03-23", - "question": "For this cover photo, Gary grew a goatee to look more like this author, seen here:", - "value": "$1000", - "answer": "John Steinbeck", - "round": "Double Jeopardy!", - "show_number": "3131", - "fullAnswer": "John Steinbeck" - }, { "category": "BLESSED ARE THE PEACEMAKERS", "air_date": "1998-03-23", @@ -568044,7 +537924,7 @@ "air_date": "2003-09-26", "question": "Inspired by the Harry Potter books, these beans come in odd flavors like grass, sardine & earwax", "value": "$200", - "answer": "Bertie Bott\\'s Every Flavor Beans", + "answer": "Bertie Bott's Every Flavor Beans", "round": "Jeopardy!", "show_number": "4380", "fullAnswer": "Bertie Bott\\'s Every Flavor Beans" @@ -568094,7 +537974,7 @@ "air_date": "2003-09-26", "question": "It's the technical reason you can't take a photograph of a man with a wooden leg", "value": "$400", - "answer": "wooden leg won\\'t take a photograph", + "answer": "wooden leg won't take a photograph", "round": "Jeopardy!", "show_number": "4380", "fullAnswer": "a wooden leg won\\'t take a photograph" @@ -568254,7 +538134,7 @@ "air_date": "2003-09-26", "question": "Hilary and this young rapper duetted on the song \"Tell Me A Story\"", "value": "$1000", - "answer": "Lil\\' Romeo", + "answer": "Lil' Romeo", "round": "Jeopardy!", "show_number": "4380", "fullAnswer": "Lil\\' Romeo" @@ -568609,16 +538489,6 @@ "show_number": "5755", "fullAnswer": "Romeo & Juliet" }, - { - "category": "EYE CANDY", - "air_date": "2009-09-25", - "question": "There's no wrong way to eat one of these", - "value": "$200", - "answer": "Reese\\'s Peanut Butter Cup", - "round": "Jeopardy!", - "show_number": "5755", - "fullAnswer": "a Reese\\'s Peanut Butter Cup" - }, { "category": "PUT ME IN, COACH!", "air_date": "2009-09-25", @@ -568654,7 +538524,7 @@ "air_date": "2009-09-25", "question": "In the 1840s many wanted the U.S. to have all the land up to this latitude, the southern boundary of Russian America", "value": "$400", - "answer": "54°40\\'", + "answer": "54°40'", "round": "Jeopardy!", "show_number": "5755", "fullAnswer": "54°40\\'" @@ -568669,16 +538539,6 @@ "show_number": "5755", "fullAnswer": "The Tempest" }, - { - "category": "EYE CANDY", - "air_date": "2009-09-25", - "question": "Spice up your life with these cinnamon candies that also come in a fire version", - "value": "$400", - "answer": "Hot Tamales", - "round": "Jeopardy!", - "show_number": "5755", - "fullAnswer": "Hot Tamales" - }, { "category": "PUT ME IN, COACH!", "air_date": "2009-09-25", @@ -568729,16 +538589,6 @@ "show_number": "5755", "fullAnswer": "King Lear" }, - { - "category": "EYE CANDY", - "air_date": "2009-09-25", - "question": "I always make sure to have enough of these to go around", - "value": "$600", - "answer": "Good & Plenty", - "round": "Jeopardy!", - "show_number": "5755", - "fullAnswer": "Good & Plenty" - }, { "category": "PUT ME IN, COACH!", "air_date": "2009-09-25", @@ -568789,16 +538639,6 @@ "show_number": "5755", "fullAnswer": "Kate" }, - { - "category": "EYE CANDY", - "air_date": "2009-09-25", - "question": "Life's a beach with the tropical variety of these candies, including mango melon & pina colada", - "value": "$800", - "answer": "Starburst", - "round": "Jeopardy!", - "show_number": "5755", - "fullAnswer": "Starburst" - }, { "category": "PUT ME IN, COACH!", "air_date": "2009-09-25", @@ -568849,16 +538689,6 @@ "show_number": "5755", "fullAnswer": "Falstaff" }, - { - "category": "EYE CANDY", - "air_date": "2009-09-25", - "question": "It's the fancy Italian candy seen here outside its famous wrapper", - "value": "$1000", - "answer": "Ferrero Rochers", - "round": "Jeopardy!", - "show_number": "5755", - "fullAnswer": "Ferrero Rochers" - }, { "category": "PUT ME IN, COACH!", "air_date": "2009-09-25", @@ -568909,16 +538739,6 @@ "show_number": "5755", "fullAnswer": "GE" }, - { - "category": "DR. OZ", - "air_date": "2009-09-25", - "question": "(Dr. Oz delivers the clue.) Stop, drop your shoulders & purse your lips to slow down & regain control if anxiety & breathlessness are aggravating each other in a vicious cycle, known as this kind of episode", - "value": "$400", - "answer": "panic attack ", - "round": "Double Jeopardy!", - "show_number": "5755", - "fullAnswer": "a panic attack (an anxiety attack accepted)" - }, { "category": "MYTHOLOGICAL SIBLINGS", "air_date": "2009-09-25", @@ -568969,16 +538789,6 @@ "show_number": "5755", "fullAnswer": "Izod" }, - { - "category": "DR. OZ", - "air_date": "2009-09-25", - "question": "(Dr. Oz scrubs in for surgery.) Two angles of this type combine to form a right angle, just like massage & yoga combine with surgery to create this form of medicine", - "value": "$800", - "answer": "complementary", - "round": "Double Jeopardy!", - "show_number": "5755", - "fullAnswer": "complementary" - }, { "category": "MYTHOLOGICAL SIBLINGS", "air_date": "2009-09-25", @@ -569019,16 +538829,6 @@ "show_number": "5755", "fullAnswer": "a saber" }, - { - "category": "DR. OZ", - "air_date": "2009-09-25", - "question": "(Dr. Oz delivers the clue.) Controlled in the hypothalamus, this set of chemical processes slows down when you mindlessly slash your food intake, so you end up storing more fat", - "value": "$1200", - "answer": "metabolism", - "round": "Double Jeopardy!", - "show_number": "5755", - "fullAnswer": "metabolism" - }, { "category": "MYTHOLOGICAL SIBLINGS", "air_date": "2009-09-25", @@ -569059,26 +538859,6 @@ "show_number": "5755", "fullAnswer": "Star Trek" }, - { - "category": "OBI-WAN KENOBI'S YARD SALE", - "air_date": "2009-09-25", - "question": "May this surgical tool seen here be with you--for 6 bucks", - "value": "$1600", - "answer": "forceps", - "round": "Double Jeopardy!", - "show_number": "5755", - "fullAnswer": "forceps" - }, - { - "category": "DR. OZ", - "air_date": "2009-09-25", - "question": "(Dr. Oz holds a heart.) This valve, which prevents the backflow of blood from the left ventricle to the left atrium, is named after the pope's hat", - "value": "$1600", - "answer": "mitral valve", - "round": "Double Jeopardy!", - "show_number": "5755", - "fullAnswer": "the mitral valve" - }, { "category": "MYTHOLOGICAL SIBLINGS", "air_date": "2009-09-25", @@ -569119,16 +538899,6 @@ "show_number": "5755", "fullAnswer": "Jackie Collins" }, - { - "category": "DR. OZ", - "air_date": "2009-09-25", - "question": "(Dr. Oz delivers the clue.) Perhaps because you need a stronger immune response as a kid, this gland, in which T cells mature, is the size of a heart in infants & shrinks as you age", - "value": "$2000", - "answer": "thymus", - "round": "Double Jeopardy!", - "show_number": "5755", - "fullAnswer": "the thymus" - }, { "category": "MYTHOLOGICAL SIBLINGS", "air_date": "2009-09-25", @@ -569174,7 +538944,7 @@ "air_date": "2005-12-19", "question": "Ben has a little trouble with Brett Fav-ruh...Fav-re-ruh... Favre's last name in this 1998 comedy", "value": "$200", - "answer": "There\\'s Something About Mary", + "answer": "There's Something About Mary", "round": "Jeopardy!", "show_number": "4896", "fullAnswer": "There\\'s Something About Mary" @@ -569429,16 +539199,6 @@ "show_number": "4896", "fullAnswer": "Halcion" }, - { - "category": "IT WAS THE '60s", - "air_date": "2005-12-19", - "question": "Seen here, his attempt to enroll at Ole Miss in 1962 led to riots but was ultimately successful", - "value": "$1000", - "answer": "James Meredith", - "round": "Jeopardy!", - "show_number": "4896", - "fullAnswer": "James Meredith" - }, { "category": "BEATLE WANNABES?", "air_date": "2005-12-19", @@ -569469,16 +539229,6 @@ "show_number": "4896", "fullAnswer": "Madame Butterfly" }, - { - "category": "BASS LINES", - "air_date": "2005-12-19", - "question": "(Jon of the Clue Crew a-basses himself.) Queen's bassist, John Deacon, wrote this 1980 hit", - "value": "$400", - "answer": "Another One Bites The Dust", - "round": "Double Jeopardy!", - "show_number": "4896", - "fullAnswer": "\"Another One Bites The Dust\"" - }, { "category": "THE JEOPARDY! TIME MACHINE", "air_date": "2005-12-19", @@ -569529,16 +539279,6 @@ "show_number": "4896", "fullAnswer": "Salome" }, - { - "category": "BASS LINES", - "air_date": "2005-12-19", - "question": "(Jon of the Clue Crew gives us the low down on bass.) This song was nominated for a 1984 Oscar... Who ya gonna call?", - "value": "$800", - "answer": "Ghostbusters", - "round": "Double Jeopardy!", - "show_number": "4896", - "fullAnswer": "\"Ghostbusters\"" - }, { "category": "THE JEOPARDY! TIME MACHINE", "air_date": "2005-12-19", @@ -569589,16 +539329,6 @@ "show_number": "4896", "fullAnswer": "Rigoletto" }, - { - "category": "BASS LINES", - "air_date": "2005-12-19", - "question": "(Jon of the Clue Crew plays short on the bassline.) In 1973, this became Pink Floyd's first Top 40 hit", - "value": "$1200", - "answer": "Money", - "round": "Double Jeopardy!", - "show_number": "4896", - "fullAnswer": "\"Money\"" - }, { "category": "THE JEOPARDY! TIME MACHINE", "air_date": "2005-12-19", @@ -569649,16 +539379,6 @@ "show_number": "4896", "fullAnswer": "Rodolfo" }, - { - "category": "BASS LINES", - "air_date": "2005-12-19", - "question": "(Jon of the Clue Crew bottoms out on the bass.) This song topped the charts for 6 weeks in 1979", - "value": "$1600", - "answer": "My Sharona", - "round": "Double Jeopardy!", - "show_number": "4896", - "fullAnswer": "\"My Sharona\"" - }, { "category": "THE JEOPARDY! TIME MACHINE", "air_date": "2005-12-19", @@ -569709,16 +539429,6 @@ "show_number": "4896", "fullAnswer": "Ariadne" }, - { - "category": "BASS LINES", - "air_date": "2005-12-19", - "question": "(Jon of the Clue Crew gets heavy with bass metal.) This track led off Metallica's 1991 self-titled CD", - "value": "$2000", - "answer": "Enter Sandman", - "round": "Double Jeopardy!", - "show_number": "4896", - "fullAnswer": "\"Enter Sandman\"" - }, { "category": "WOMEN AUTHORS", "air_date": "2005-12-19", @@ -569874,21 +539584,11 @@ "air_date": "2005-09-12", "question": "Term for an educator's spaniel or tabby, or a favorite pupil", "value": "$400", - "answer": "teacher\\'s pet", + "answer": "teacher's pet", "round": "Jeopardy!", "show_number": "4826", "fullAnswer": "a teacher\\'s pet" }, - { - "category": "STATE OF THE UNION ADDRESSES", - "air_date": "2005-09-12", - "question": "1823's address introduced what has come to be known as this

\"The American continents are henceforth not to be considered as subjects for future colonization by any European powers.\"", - "value": "$600", - "answer": "Monroe Doctrine", - "round": "Jeopardy!", - "show_number": "4826", - "fullAnswer": "the Monroe Doctrine" - }, { "category": "FRED THOMPSON, ACTING SENATOR", "air_date": "2005-09-12", @@ -570059,16 +539759,6 @@ "show_number": "4826", "fullAnswer": "a toady" }, - { - "category": "A BALTIC CRUISE", - "air_date": "2005-09-12", - "question": "(In her very first clue on the show, Kelly of the Clue Crew reports from a street in Gdansk, Poland.) I'm on the charming street in Gdansk that's named for this sainted woman, especially venerated in Poland", - "value": "$400", - "answer": "Mary", - "round": "Double Jeopardy!", - "show_number": "4826", - "fullAnswer": "Mary" - }, { "category": "THIS MOVIE IS A DISASTER!", "air_date": "2005-09-12", @@ -570119,16 +539809,6 @@ "show_number": "4826", "fullAnswer": "D.C." }, - { - "category": "A BALTIC CRUISE", - "air_date": "2005-09-12", - "question": "(Sarah of the Clue Crew reads in front of a cathedral topped by onion domes.) I'm between the national parliament and the tsarist-era cathedral in Tallinn, capital of this land so long dominated by Russia", - "value": "$800", - "answer": "Estonia", - "round": "Double Jeopardy!", - "show_number": "4826", - "fullAnswer": "Estonia" - }, { "category": "THIS MOVIE IS A DISASTER!", "air_date": "2005-09-12", @@ -570179,16 +539859,6 @@ "show_number": "4826", "fullAnswer": "DJ" }, - { - "category": "A BALTIC CRUISE", - "air_date": "2005-09-12", - "question": "(Cheryl of the Clue Crew reads from Russia.) Here at the east end of the Baltic, a palace known as the Russian Versailles was built by this man who opened Russia to the West", - "value": "$1200", - "answer": "Peter the Great", - "round": "Double Jeopardy!", - "show_number": "4826", - "fullAnswer": "Peter the Great" - }, { "category": "THIS MOVIE IS A DISASTER!", "air_date": "2005-09-12", @@ -570239,16 +539909,6 @@ "show_number": "4826", "fullAnswer": "GM" }, - { - "category": "A BALTIC CRUISE", - "air_date": "2005-09-12", - "question": "(In his very first clue on the show, Jon of the Clue Crew reports from Germany.) From its buildings and its setting, it makes sense that this North German city was originally called Liubice, or beautiful", - "value": "$1600", - "answer": "Lubeck", - "round": "Double Jeopardy!", - "show_number": "4826", - "fullAnswer": "Lubeck" - }, { "category": "THIS MOVIE IS A DISASTER!", "air_date": "2005-09-12", @@ -570299,16 +539959,6 @@ "show_number": "4826", "fullAnswer": "SS" }, - { - "category": "A BALTIC CRUISE", - "air_date": "2005-09-12", - "question": "(Jimmy of the Clue Crew reads from Visby, Sweden.) In more prosperous days, the town of Visby was the headquarters of this commercial league", - "value": "$2000", - "answer": "Hanseatic League", - "round": "Double Jeopardy!", - "show_number": "4826", - "fullAnswer": "the Hanseatic League" - }, { "category": "THIS MOVIE IS A DISASTER!", "air_date": "2005-09-12", @@ -570349,16 +539999,6 @@ "show_number": "4826", "fullAnswer": "Longfellow" }, - { - "category": "2-LETTER ABBREV.", - "air_date": "2005-09-12", - "question": "men.style.com is the online home of Details magazine & this one", - "value": "$2000", - "answer": "GQ", - "round": "Double Jeopardy!", - "show_number": "4826", - "fullAnswer": "GQ" - }, { "category": "BROADWAY MUSICALS", "air_date": "2005-09-12", @@ -570454,7 +540094,7 @@ "air_date": "1999-01-05", "question": "Washington's birthday is Feb. 22, but will be observed in 1999 on Feb. 15, which is also known as this \"day\"", "value": "$200", - "answer": "President\\'s Day", + "answer": "President's Day", "round": "Jeopardy!", "show_number": "3302", "fullAnswer": "President\\'s Day" @@ -570474,7 +540114,7 @@ "air_date": "1999-01-05", "question": "It's the \"Great American Chocolate Bar\"", "value": "$200", - "answer": "Hershey\\'s", + "answer": "Hershey's", "round": "Jeopardy!", "show_number": "3302", "fullAnswer": "Hershey\\'s" @@ -571034,7 +540674,7 @@ "air_date": "2005-06-09", "question": "In poker, it's aces & 8s", "value": "$200", - "answer": "dead man\\'s hand", + "answer": "dead man's hand", "round": "Jeopardy!", "show_number": "4794", "fullAnswer": "the dead man\\'s hand" @@ -571129,16 +540769,6 @@ "show_number": "4794", "fullAnswer": "Dolly Parton" }, - { - "category": "COFFEE TALK", - "air_date": "2005-06-09", - "question": "The beans of the coffee plant are found inside the part seen here which has this fruity name", - "value": "$600", - "answer": "coffee cherry ", - "round": "Jeopardy!", - "show_number": "4794", - "fullAnswer": "the coffee cherry (or berry)" - }, { "category": "C'MON, YOU HAD TO EXPECT NEBRASKA", "air_date": "2005-06-09", @@ -571359,16 +540989,6 @@ "show_number": "4794", "fullAnswer": "The Grudge" }, - { - "category": "ARTISTS", - "air_date": "2005-06-09", - "question": "This 17th-century Flemish artist brought women to vivid life in paintings like the one seen here", - "value": "$800", - "answer": "Reubens", - "round": "Double Jeopardy!", - "show_number": "4794", - "fullAnswer": "Reubens" - }, { "category": "MUSIC ODDS & ENDS", "air_date": "2005-06-09", @@ -571399,16 +541019,6 @@ "show_number": "4794", "fullAnswer": "Thomas Paine" }, - { - "category": "SPACE TECHNOLOGY", - "air_date": "2005-06-09", - "question": "(Cheryl of the Clue Crew reads from the Johnson Space Center in Houston.) The manned maneuvering unit was used to repair the Solar Max satellite on a 1984 flight of this", - "value": "$1200", - "answer": "Space Shuttle", - "round": "Double Jeopardy!", - "show_number": "4794", - "fullAnswer": "the Space Shuttle" - }, { "category": "AT THE MOVIES", "air_date": "2005-06-09", @@ -571509,16 +541119,6 @@ "show_number": "4794", "fullAnswer": "a nebula" }, - { - "category": "SPACE TECHNOLOGY", - "air_date": "2005-06-09", - "question": "It's the 4-letter term for the viewing assembly seen here of the Mars rover; a ship might have more than one", - "value": "$2000", - "answer": "mast", - "round": "Double Jeopardy!", - "show_number": "4794", - "fullAnswer": "mast" - }, { "category": "AT THE MOVIES", "air_date": "2005-06-09", @@ -571789,16 +541389,6 @@ "show_number": "5582", "fullAnswer": "Brazil" }, - { - "category": "HOOK, LINE & SINKER", - "air_date": "2008-12-09", - "question": "It's the subject of the 1915 headline & picture seen here", - "value": "$800", - "answer": "Lusitania", - "round": "Jeopardy!", - "show_number": "5582", - "fullAnswer": "\"Lusitania\"" - }, { "category": "NEW WORDS IN THE OED", "air_date": "2008-12-09", @@ -571879,16 +541469,6 @@ "show_number": "5582", "fullAnswer": "a stork" }, - { - "category": "FROM THE NECK UP", - "air_date": "2008-12-09", - "question": "(Jon of the Clue Crew shows an anatomical diagram and a micrograph on the monitor.)
The retina has a blind spot, the optic disk, where the optic nerve exits from the eyeball; it's not sensitive to light, because it doesn't have these two types of photoreceptor nerve cells found in the rest of the eye", - "value": "$400", - "answer": "rods and cones", - "round": "Double Jeopardy!", - "show_number": "5582", - "fullAnswer": "rods and cones" - }, { "category": "SONG LYRICS", "air_date": "2008-12-09", @@ -571929,16 +541509,6 @@ "show_number": "5582", "fullAnswer": "acquittal" }, - { - "category": "I'M AN ANIMAL", - "air_date": "2008-12-09", - "question": "I'm this three-toed guy hanging around here; even if it wasn't a picture, I still wouldn't be moving so fast", - "value": "$800", - "answer": "sloth", - "round": "Double Jeopardy!", - "show_number": "5582", - "fullAnswer": "a sloth" - }, { "category": "FROM THE NECK UP", "air_date": "2008-12-09", @@ -571959,16 +541529,6 @@ "show_number": "5582", "fullAnswer": "Devo" }, - { - "category": "WHAT A CONCEPT", - "air_date": "2008-12-09", - "question": "Some thought the \"face\" captured on film when Viking I was circling this planet was an alien artifact", - "value": "$800", - "answer": "Mars", - "round": "Double Jeopardy!", - "show_number": "5582", - "fullAnswer": "Mars" - }, { "category": "FLIGHT OF THE CONCORDES", "air_date": "2008-12-09", @@ -571999,16 +541559,6 @@ "show_number": "5582", "fullAnswer": "a Clydesdale" }, - { - "category": "FROM THE NECK UP", - "air_date": "2008-12-09", - "question": "(Jimmy of the Clue Crew gives a skeleton a pain in the neck.) Because the first cervical vertebra supports the head, it's called this, like a certain mythical Titan", - "value": "$2,200", - "answer": "Atlas", - "round": "Double Jeopardy!", - "show_number": "5582", - "fullAnswer": "Atlas" - }, { "category": "SONG LYRICS", "air_date": "2008-12-09", @@ -572049,16 +541599,6 @@ "show_number": "5582", "fullAnswer": "acrid" }, - { - "category": "I'M AN ANIMAL", - "air_date": "2008-12-09", - "question": "I'm this type of rhinoceros seen here, the largest of the three Asian species", - "value": "$1600", - "answer": "Indian rhinoceros", - "round": "Double Jeopardy!", - "show_number": "5582", - "fullAnswer": "an Indian rhinoceros" - }, { "category": "FROM THE NECK UP", "air_date": "2008-12-09", @@ -572119,16 +541659,6 @@ "show_number": "5582", "fullAnswer": "an alpaca" }, - { - "category": "FROM THE NECK UP", - "air_date": "2008-12-09", - "question": "(Jon of the Clue Crew shows an anatomical animation on the monitor.) High-end cognitive thought is done at the extreme anterior of the brain in this cortex; yours is probably humming right now", - "value": "$2000", - "answer": "prefrontal cortex", - "round": "Double Jeopardy!", - "show_number": "5582", - "fullAnswer": "prefrontal cortex" - }, { "category": "SONG LYRICS", "air_date": "2008-12-09", @@ -572144,7 +541674,7 @@ "air_date": "2008-12-09", "question": "Yeah, right...
This type of stone, a mythical substance, was thought to turn base metals into gold", "value": "$2000", - "answer": "Philosopher\\'s Stone", + "answer": "Philosopher's Stone", "round": "Double Jeopardy!", "show_number": "5582", "fullAnswer": "the Philosopher\\'s Stone" @@ -572169,16 +541699,6 @@ "show_number": "5582", "fullAnswer": "ghoulish" }, - { - "category": "AMERICAN LITERARY SITES", - "air_date": "2008-12-09", - "question": "In the 20th century it became a popular recreation site, with crowds of 25,000; its most famous visitor might disapprove", - "value": null, - "answer": "Walden Pond", - "round": "Final Jeopardy!", - "show_number": "5582", - "fullAnswer": "Walden Pond" - }, { "category": "PROVINCES", "air_date": "1998-12-30", @@ -572634,7 +542154,7 @@ "air_date": "1998-12-30", "question": "Sir Thomas Mallory completed this work in the ninth year of the reign of King Edward IV", "value": "$600", - "answer": "Le Morte d\\' Arthur", + "answer": "Le Morte d' Arthur", "round": "Double Jeopardy!", "show_number": "3298", "fullAnswer": "Le Morte d\\' Arthur" @@ -573479,16 +542999,6 @@ "show_number": "5495", "fullAnswer": "Galapagos" }, - { - "category": "SCIENCE & NATURE", - "air_date": "2008-06-27", - "question": "(Jimmy of the Clue Crew lights a peanut on fire.) The oil in the peanut is almost 100 percent fat, which burns & produces energy, a process that's measured by this unit", - "value": "$400", - "answer": "calorie", - "round": "Jeopardy!", - "show_number": "5495", - "fullAnswer": "a calorie" - }, { "category": "\"D\" TALKS", "air_date": "2008-06-27", @@ -573599,16 +543109,6 @@ "show_number": "5495", "fullAnswer": "Simon Bolivar" }, - { - "category": "SCIENCE & NATURE", - "air_date": "2008-06-27", - "question": "(Sarah of the Clue Crew puts salt & pepper in beakers of water.) The molecular structure of salt allows it to dissolve in water; the pepper will only disperse, creating this type of mixture, from the Latin for \"hung up\"", - "value": "$800", - "answer": "suspension", - "round": "Jeopardy!", - "show_number": "5495", - "fullAnswer": "a suspension" - }, { "category": "\"D\" TALKS", "air_date": "2008-06-27", @@ -574064,7 +543564,7 @@ "air_date": "2011-06-27", "question": "The Spice Girls", "value": "$400", - "answer": "\\'90s", + "answer": "'90s", "round": "Jeopardy!", "show_number": "6181", "fullAnswer": "the \\'90s" @@ -574079,16 +543579,6 @@ "show_number": "6181", "fullAnswer": "GMC" }, - { - "category": "SIGNAGE", - "air_date": "2011-06-27", - "question": "In much of the world, the image seen here, designed by Yukio Ota, is the equivalent of this 4-letter U.S. sign", - "value": "$400", - "answer": "exit", - "round": "Jeopardy!", - "show_number": "6181", - "fullAnswer": "exit" - }, { "category": "HINDSIGHT IS 1920", "air_date": "2011-06-27", @@ -574124,7 +543614,7 @@ "air_date": "2011-06-27", "question": "Wings", "value": "$600", - "answer": "\\'70s", + "answer": "'70s", "round": "Jeopardy!", "show_number": "6181", "fullAnswer": "the \\'70s" @@ -574184,7 +543674,7 @@ "air_date": "2011-06-27", "question": "Bon Jovi", "value": "$800", - "answer": "\\'80s", + "answer": "'80s", "round": "Jeopardy!", "show_number": "6181", "fullAnswer": "the \\'80s" @@ -574259,16 +543749,6 @@ "show_number": "6181", "fullAnswer": "Honda" }, - { - "category": "SIGNAGE", - "air_date": "2011-06-27", - "question": "This family's coat of arms is on buildings all around Florence, like the one seen here", - "value": "$1000", - "answer": "Medici", - "round": "Jeopardy!", - "show_number": "6181", - "fullAnswer": "Medici" - }, { "category": "HINDSIGHT IS 1920", "air_date": "2011-06-27", @@ -574369,22 +543849,12 @@ "show_number": "6181", "fullAnswer": "Nuremburg" }, - { - "category": "BIBLICAL ART", - "air_date": "2011-06-27", - "question": "(Kelly of the Clue Crew shows a painting on the monitor.) In a painting based on a parable in Luke, a man has been robbed and injured; no one stops until this helpful man comes to his aid", - "value": "$800", - "answer": "Good Samaritan", - "round": "Double Jeopardy!", - "show_number": "6181", - "fullAnswer": "the Good Samaritan" - }, { "category": "MOVIE REMAKES", "air_date": "2011-06-27", "question": "This Meg Ryan-Tom Hanks romantic comedy was inspired by \"The Shop Around the Corner\"", "value": "$800", - "answer": "You\\'ve Got Mail", + "answer": "You've Got Mail", "round": "Double Jeopardy!", "show_number": "6181", "fullAnswer": "You\\'ve Got Mail" @@ -574489,16 +543959,6 @@ "show_number": "6181", "fullAnswer": "(Karl) Benz" }, - { - "category": "BIBLICAL ART", - "air_date": "2011-06-27", - "question": "She's the penitent in the Donatello sculpture seen here; her hands perhaps raised in prayer", - "value": "$1600", - "answer": "Mary Magdelene", - "round": "Double Jeopardy!", - "show_number": "6181", - "fullAnswer": "Mary Magdelene" - }, { "category": "MOVIE REMAKES", "air_date": "2011-06-27", @@ -574594,7 +544054,7 @@ "air_date": "2011-06-27", "question": "In 2007 Robstown, near Corpus Christi, was recognized as the birthplace of this game, now played online too", "value": null, - "answer": "Texas hold \\'em", + "answer": "Texas hold 'em", "round": "Final Jeopardy!", "show_number": "6181", "fullAnswer": "Texas hold \\'em" @@ -574704,7 +544164,7 @@ "air_date": "2003-04-17", "question": "In TV commercials 'N Sync sings the praises of this chain's baby back ribs", "value": "$400", - "answer": "Chili\\'s", + "answer": "Chili's", "round": "Jeopardy!", "show_number": "4299", "fullAnswer": "Chili\\'s" @@ -574744,7 +544204,7 @@ "air_date": "2003-04-17", "question": "Kitty just swoons when she hears Tom Jones sing this title movie tune", "value": "$600", - "answer": "What\\'s New Pussycat?", + "answer": "What's New Pussycat?", "round": "Jeopardy!", "show_number": "4299", "fullAnswer": "What\\'s New Pussycat?" @@ -574824,7 +544284,7 @@ "air_date": "2003-04-17", "question": "At this famous NYC restaurant at 234 W. 44th Street, you can dine with the stars, or at least with their caricatures", "value": "$800", - "answer": "Sardi\\'s", + "answer": "Sardi's", "round": "Jeopardy!", "show_number": "4299", "fullAnswer": "Sardi\\'s" @@ -575264,7 +544724,7 @@ "air_date": "1990-02-20", "question": "In 1988 this British firm celebrated its 300th anniversary", "value": "$200", - "answer": "Lloyd\\'s of London", + "answer": "Lloyd's of London", "round": "Jeopardy!", "show_number": "1267", "fullAnswer": "Lloyd\\'s of London" @@ -576064,7 +545524,7 @@ "air_date": "2010-12-02", "question": "...It's on the tip of my tongue...The Rolling Stones...a hag beat Mick with a strap...you know, this \"gas gas gas\" tune!", "value": "$400", - "answer": "Jumpin\\' Jack Flash", + "answer": "Jumpin' Jack Flash", "round": "Double Jeopardy!", "show_number": "6034", "fullAnswer": "\"Jumpin\\' Jack Flash\"" @@ -576089,16 +545549,6 @@ "show_number": "6034", "fullAnswer": "Wolfgang Puck" }, - { - "category": "FRIEZE!", - "air_date": "2010-12-02", - "question": "The frieze seen here is at the base of this nation's monument to the conquerors of space", - "value": "$400", - "answer": "Russia", - "round": "Double Jeopardy!", - "show_number": "6034", - "fullAnswer": "Russia" - }, { "category": "OH \"PH\"", "air_date": "2010-12-02", @@ -576109,16 +545559,6 @@ "show_number": "6034", "fullAnswer": "the phonograph" }, - { - "category": "STARS & CONSTELLATIONS", - "air_date": "2010-12-02", - "question": "(Sarah of the Clue Crew shows a painting on the monitor.) Though not actually seen in that part of the sky, in Van Gogh's \"Starry Night over the Rhone\", you can clearly see this famous grouping, including Merak", - "value": "$1,000", - "answer": "Big Dipper", - "round": "Double Jeopardy!", - "show_number": "6034", - "fullAnswer": "the Big Dipper" - }, { "category": "YOU KNOW THAT SONG", "air_date": "2010-12-02", @@ -576149,16 +545589,6 @@ "show_number": "6034", "fullAnswer": "Gordon Ramsay" }, - { - "category": "FRIEZE!", - "air_date": "2010-12-02", - "question": "A frieze depicting this emperor's conquests spirals around his famous column in Rome", - "value": "$800", - "answer": "Trajan", - "round": "Double Jeopardy!", - "show_number": "6034", - "fullAnswer": "Trajan" - }, { "category": "OH \"PH\"", "air_date": "2010-12-02", @@ -576184,7 +545614,7 @@ "air_date": "2010-12-02", "question": "...this Joan Jett song...it was no. 1 for 7 weeks in '82...told us to \"put another dime in the jukebox , baby\"", "value": "$1200", - "answer": "I Love Rock N\\' Roll", + "answer": "I Love Rock N' Roll", "round": "Double Jeopardy!", "show_number": "6034", "fullAnswer": "\"I Love Rock N\\' Roll\"" @@ -576219,16 +545649,6 @@ "show_number": "6034", "fullAnswer": "a pheasant" }, - { - "category": "STARS & CONSTELLATIONS", - "air_date": "2010-12-02", - "question": "(Jimmy of the clue crew shows a constellation on a board) The constellation Cygnus, or the swan, contains six stars that form the pattern known by this 2-word name", - "value": "$1600", - "answer": "Northern Cross", - "round": "Double Jeopardy!", - "show_number": "6034", - "fullAnswer": "the Northern Cross" - }, { "category": "YOU KNOW THAT SONG", "air_date": "2010-12-02", @@ -576309,16 +545729,6 @@ "show_number": "6034", "fullAnswer": "Bobby Flay" }, - { - "category": "FRIEZE!", - "air_date": "2010-12-02", - "question": "Boreas is among the figures depicted in the frieze atop Athens' tower of these", - "value": "$2000", - "answer": "winds", - "round": "Double Jeopardy!", - "show_number": "6034", - "fullAnswer": "the winds" - }, { "category": "OH \"PH\"", "air_date": "2010-12-02", @@ -576389,16 +545799,6 @@ "show_number": "5005", "fullAnswer": "Venus" }, - { - "category": "NOVEL PICTURE PUZZLES", - "air_date": "2006-05-19", - "question": "This Henry James novel centers on a plain girl", - "value": "$200", - "answer": "Washington Square", - "round": "Jeopardy!", - "show_number": "5005", - "fullAnswer": "Washington Square" - }, { "category": "CIVIL WAR GENERALS", "air_date": "2006-05-19", @@ -576449,16 +545849,6 @@ "show_number": "5005", "fullAnswer": "blue" }, - { - "category": "NOVEL PICTURE PUZZLES", - "air_date": "2006-05-19", - "question": "This is a horror classic", - "value": "$400", - "answer": "Frankenstein ", - "round": "Jeopardy!", - "show_number": "5005", - "fullAnswer": "Frankenstein (frank in stein)" - }, { "category": "CIVIL WAR GENERALS", "air_date": "2006-05-19", @@ -576509,16 +545899,6 @@ "show_number": "5005", "fullAnswer": "the North Star (or Polaris)" }, - { - "category": "NOVEL PICTURE PUZZLES", - "air_date": "2006-05-19", - "question": "This novel was sent to sinners in 1850", - "value": "$600", - "answer": "Scarlet Letter", - "round": "Jeopardy!", - "show_number": "5005", - "fullAnswer": "The Scarlet Letter" - }, { "category": "CIVIL WAR GENERALS", "air_date": "2006-05-19", @@ -576569,16 +545949,6 @@ "show_number": "5005", "fullAnswer": "an asteroid" }, - { - "category": "NOVEL PICTURE PUZZLES", - "air_date": "2006-05-19", - "question": "Egoism & genius prevail in this 1943 bestselling novel", - "value": "$800", - "answer": "Fountainhead", - "round": "Jeopardy!", - "show_number": "5005", - "fullAnswer": "The Fountainhead" - }, { "category": "CIVIL WAR GENERALS", "air_date": "2006-05-19", @@ -576629,16 +545999,6 @@ "show_number": "5005", "fullAnswer": "(Charles) Messier" }, - { - "category": "NOVEL PICTURE PUZZLES", - "air_date": "2006-05-19", - "question": "The writer's own experiences served as source material for this 1929 novel", - "value": "$1000", - "answer": "Farewell to Arms", - "round": "Jeopardy!", - "show_number": "5005", - "fullAnswer": "A Farewell to Arms" - }, { "category": "AFRICAN CAPITALS", "air_date": "2006-05-19", @@ -576649,16 +546009,6 @@ "show_number": "5005", "fullAnswer": "Nairobi" }, - { - "category": "THE DA VINCI CODE", - "air_date": "2006-05-19", - "question": "The events in \"The Da Vinci Code\" are set off by the murder of the curator of this place", - "value": "$400", - "answer": "Louvre", - "round": "Double Jeopardy!", - "show_number": "5005", - "fullAnswer": "the Louvre" - }, { "category": "1966", "air_date": "2006-05-19", @@ -576679,16 +546029,6 @@ "show_number": "5005", "fullAnswer": "romantic" }, - { - "category": "ARCHITECTURE", - "air_date": "2006-05-19", - "question": "This U.S. president designed more than one home for himself--this is the one at Poplar Forest", - "value": "$400", - "answer": "Jefferson", - "round": "Double Jeopardy!", - "show_number": "5005", - "fullAnswer": "Jefferson" - }, { "category": "SHORT CLUES ABOUT LONG WORDS", "air_date": "2006-05-19", @@ -576799,16 +546139,6 @@ "show_number": "5005", "fullAnswer": "Fanny Brice" }, - { - "category": "ARCHITECTURE", - "air_date": "2006-05-19", - "question": "(Jimmy of the Clue Crew stands on the set of Beauty and the Beast at the Lunt-Fontanne Theatre in New York.) The castle in \"Beauty and the Beast\" reimagines this architectural style that evolved from the Romanesque in the 12th century", - "value": "$1200", - "answer": "Gothic", - "round": "Double Jeopardy!", - "show_number": "5005", - "fullAnswer": "Gothic" - }, { "category": "SHORT CLUES ABOUT LONG WORDS", "air_date": "2006-05-19", @@ -576889,16 +546219,6 @@ "show_number": "5005", "fullAnswer": "Burundi" }, - { - "category": "THE DA VINCI CODE", - "air_date": "2006-05-19", - "question": "This ingenious device is worthy of an inventive mind like Leonardo's

\"If you force it open, the vial breaks, vinegar dissolves papyrus, and your secret is lost forever.\"", - "value": "$2000", - "answer": "cryptex", - "round": "Double Jeopardy!", - "show_number": "5005", - "fullAnswer": "a cryptex" - }, { "category": "1966", "air_date": "2006-05-19", @@ -576919,16 +546239,6 @@ "show_number": "5005", "fullAnswer": "Odile" }, - { - "category": "ARCHITECTURE", - "air_date": "2006-05-19", - "question": "The Kennedy Library was designed by this world-famous architect who gave it a soaring glass-enclosed pavillion", - "value": "$2000", - "answer": "Pei", - "round": "Double Jeopardy!", - "show_number": "5005", - "fullAnswer": "(I.M.) Pei" - }, { "category": "SHORT CLUES ABOUT LONG WORDS", "air_date": "2006-05-19", @@ -576944,7 +546254,7 @@ "air_date": "2006-05-19", "question": "It says, \"'O Poet... I beg you, that I may flee this evil & worse evils, to lead me... that I may see the gateway of Saint Peter'\"", "value": null, - "answer": "Dante\\'s Inferno", + "answer": "Dante's Inferno", "round": "Final Jeopardy!", "show_number": "5005", "fullAnswer": "Dante\\'s Inferno" @@ -577214,7 +546524,7 @@ "air_date": "2001-01-04", "question": "\"Come and knock on our door, we've been waiting for you, where the kisses are hers and hers and his...\"", "value": "$500", - "answer": "Three\\'s Company", + "answer": "Three's Company", "round": "Jeopardy!", "show_number": "3764", "fullAnswer": "Three\\'s Company" @@ -577759,16 +547069,6 @@ "show_number": "5912", "fullAnswer": "Masterpiece Theatre" }, - { - "category": "THE WESTERN HEMISPHERE", - "air_date": "2010-05-04", - "question": "Canada's Ungava Peninsula is on the east side of this immense bay", - "value": "$800", - "answer": "Hudson Bay", - "round": "Jeopardy!", - "show_number": "5912", - "fullAnswer": "the Hudson Bay" - }, { "category": "PROVERBIALLY SPEAKING", "air_date": "2010-05-04", @@ -577819,16 +547119,6 @@ "show_number": "5912", "fullAnswer": "Moonlighting" }, - { - "category": "THE WESTERN HEMISPHERE", - "air_date": "2010-05-04", - "question": "U.Va. is in Charlottesville; UBA, founded in 1821, is in this South American city", - "value": "$1000", - "answer": "University of Buenos Aires", - "round": "Jeopardy!", - "show_number": "5912", - "fullAnswer": "the University of Buenos Aires" - }, { "category": "PROVERBIALLY SPEAKING", "air_date": "2010-05-04", @@ -577879,16 +547169,6 @@ "show_number": "5912", "fullAnswer": "John Hughes" }, - { - "category": "50th ANNIVERSARIES", - "air_date": "2010-05-04", - "question": "50 years ago this trademarked material heard here started making opening packages a lot more fun", - "value": "$400", - "answer": "Bubble Wrap", - "round": "Double Jeopardy!", - "show_number": "5912", - "fullAnswer": "Bubble Wrap" - }, { "category": "NAME THE JAMES", "air_date": "2010-05-04", @@ -577919,16 +547199,6 @@ "show_number": "5912", "fullAnswer": "the schnoz" }, - { - "category": "AMERICAN DRAMATISTS", - "air_date": "2010-05-04", - "question": "This longtime love of Dashiell Hammett was the inspiration for Nora Charles in Hammett's \"Thin Man\" series", - "value": "$800", - "answer": "Lillian Hellman", - "round": "Double Jeopardy!", - "show_number": "5912", - "fullAnswer": "Lillian Hellman" - }, { "category": "DIRECTORS' FIRST FEATURES", "air_date": "2010-05-04", @@ -578494,7 +547764,7 @@ "air_date": "2004-01-09", "question": "Religious-sounding name for a twangy musical instrument held between the teeth", "value": "$400", - "answer": "Jew\\'s harp", + "answer": "Jew's harp", "round": "Double Jeopardy!", "show_number": "4455", "fullAnswer": "Jew\\'s harp" @@ -579004,7 +548274,7 @@ "air_date": "1999-07-16", "question": "Brooks & Dunn song about about a honky-tonk \"Where all the cowboy folk go to\" do this dance", "value": "$400", - "answer": "Boot Scootin\\' Boogie", + "answer": "Boot Scootin' Boogie", "round": "Jeopardy!", "show_number": "3440", "fullAnswer": "\"Boot Scootin\\' Boogie\"" @@ -579134,7 +548404,7 @@ "air_date": "1999-07-16", "question": "Spielberg's 1998 WWII movie about Tatum's dad", "value": "$200", - "answer": "Saving Private Ryan O\\'Neal", + "answer": "Saving Private Ryan O'Neal", "round": "Double Jeopardy!", "show_number": "3440", "fullAnswer": "Saving Private Ryan O\\'Neal" @@ -579274,7 +548544,7 @@ "air_date": "1999-07-16", "question": "Peggy Charren founded \"Action for\" this kind of \"Television\" to help reduce overbearing advertising in it", "value": "$800", - "answer": "Children\\'s Television", + "answer": "Children's Television", "round": "Double Jeopardy!", "show_number": "3440", "fullAnswer": "Children\\'s Television" @@ -579449,16 +548719,6 @@ "show_number": "3173", "fullAnswer": "Cool Hand Luke" }, - { - "category": "BUGLE CALLS", - "air_date": "1998-05-20", - "question": "The bugle call in the clip seen here, signals this group's imminent arrival:", - "value": "$200", - "answer": "cavalry", - "round": "Jeopardy!", - "show_number": "3173", - "fullAnswer": "the cavalry" - }, { "category": "FORD & CHEVY", "air_date": "1998-05-20", @@ -579569,26 +548829,6 @@ "show_number": "3173", "fullAnswer": "your heels" }, - { - "category": "BUGLE CALLS", - "air_date": "1998-05-20", - "question": "Title soldier who riffed on Reveille in the 1941 hit heard here:", - "value": "$400", - "answer": "Boogie Woogie Bugle Boy", - "round": "Jeopardy!", - "show_number": "3173", - "fullAnswer": "The Boogie Woogie Bugle Boy" - }, - { - "category": "FORD & CHEVY", - "air_date": "1998-05-20", - "question": "On \"SNL\" Chevy was famous for playing Gerald Ford; Ford played the president in this film seen here:", - "value": "$500", - "answer": "Air Force One", - "round": "Jeopardy!", - "show_number": "3173", - "fullAnswer": "Air Force One" - }, { "category": "KIDDY LIT", "air_date": "1998-05-20", @@ -579614,7 +548854,7 @@ "air_date": "1998-05-20", "question": "He's got a mind like a steel sieve", "value": "$400", - "answer": "he\\'s got a mind like a steel trap", + "answer": "he's got a mind like a steel trap", "round": "Jeopardy!", "show_number": "3173", "fullAnswer": "he\\'s got a mind like a steel trap" @@ -579789,16 +549029,6 @@ "show_number": "3173", "fullAnswer": "the Dodgers" }, - { - "category": "GET \"BACK\"", - "air_date": "1998-05-20", - "question": "It's the animal heard here:", - "value": "$600", - "answer": "humpback whale", - "round": "Double Jeopardy!", - "show_number": "3173", - "fullAnswer": "a humpback whale" - }, { "category": "MOM'S THE WORD", "air_date": "1998-05-20", @@ -579929,16 +549159,6 @@ "show_number": "3173", "fullAnswer": "Blythe Danner" }, - { - "category": "NUTRITION", - "air_date": "1998-05-20", - "question": "(Hi, I'm Richard Simmons!) Raisins & dried apricots are good sources of this essential mineral whose chemical symbol is K", - "value": "$1,000", - "answer": "potassium", - "round": "Double Jeopardy!", - "show_number": "3173", - "fullAnswer": "potassium" - }, { "category": "HOT STUFF", "air_date": "1998-05-20", @@ -580039,16 +549259,6 @@ "show_number": "4973", "fullAnswer": "Michael Landon" }, - { - "category": "COMPOUND WORDS", - "air_date": "2006-04-05", - "question": "St. Louis' old one of these, seen here, was the setting for the first trial in the Dred Scott case", - "value": "$400", - "answer": "courthouse", - "round": "Jeopardy!", - "show_number": "4973", - "fullAnswer": "a courthouse" - }, { "category": "GOOD GOLLY MALAWI!", "air_date": "2006-04-05", @@ -580069,16 +549279,6 @@ "show_number": "4973", "fullAnswer": "(John) DeLorean" }, - { - "category": "WHERE'S MY CAR?", - "air_date": "2006-04-05", - "question": "Seen here, it was introduced in 1908", - "value": "$400", - "answer": "Model T", - "round": "Jeopardy!", - "show_number": "4973", - "fullAnswer": "a Model T" - }, { "category": "THE SENIOR U.S. SENATOR", "air_date": "2006-04-05", @@ -580159,16 +549359,6 @@ "show_number": "4973", "fullAnswer": "Deep Throat" }, - { - "category": "COMPOUND WORDS", - "air_date": "2006-04-05", - "question": "Appropriately, the logo of this footwear company shows a tree", - "value": "$800", - "answer": "Timberland", - "round": "Jeopardy!", - "show_number": "4973", - "fullAnswer": "Timberland" - }, { "category": "GOOD GOLLY MALAWI!", "air_date": "2006-04-05", @@ -580279,16 +549469,6 @@ "show_number": "4973", "fullAnswer": "the marathon" }, - { - "category": "TIME LAPSE", - "air_date": "2006-04-05", - "question": "These stringy parts of a vine, French for \"sprout\", are searching for a place to attach themselves", - "value": "$400", - "answer": "tendrils", - "round": "Double Jeopardy!", - "show_number": "4973", - "fullAnswer": "tendrils" - }, { "category": "MODERN WAR GLOSSARY", "air_date": "2006-04-05", @@ -580329,26 +549509,6 @@ "show_number": "4973", "fullAnswer": "Diana (or Artemis)" }, - { - "category": "THE SUMMER OLYMPICS", - "air_date": "2006-04-05", - "question": "(Sarah of the Clue Crew takes a stroll down the long jump path in a track & field stadium.) I'm walking off the distance of this man's 1968 long jump of 29' 2 1/2\"--still the Olympic record", - "value": "$800", - "answer": "Bob Beamon", - "round": "Double Jeopardy!", - "show_number": "4973", - "fullAnswer": "Bob Beamon" - }, - { - "category": "TIME LAPSE", - "air_date": "2006-04-05", - "question": "Just more rush-hour traffic inside this landmark", - "value": "$800", - "answer": "Grand Central Station", - "round": "Double Jeopardy!", - "show_number": "4973", - "fullAnswer": "Grand Central Station" - }, { "category": "MODERN WAR GLOSSARY", "air_date": "2006-04-05", @@ -580399,16 +549559,6 @@ "show_number": "4973", "fullAnswer": "rhythmic gymnastics" }, - { - "category": "TIME LAPSE", - "air_date": "2006-04-05", - "question": "New Age therapies abound for healing with this substance forming here; it's also Loretta's sister", - "value": "$1200", - "answer": "crystal", - "round": "Double Jeopardy!", - "show_number": "4973", - "fullAnswer": "crystal" - }, { "category": "MODERN WAR GLOSSARY", "air_date": "2006-04-05", @@ -580459,16 +549609,6 @@ "show_number": "4973", "fullAnswer": "Mary Decker Slaney" }, - { - "category": "TIME LAPSE", - "air_date": "2006-04-05", - "question": "You're watching a cell go through this process, Greek for \"thread\"", - "value": "$1600", - "answer": "mitosis", - "round": "Double Jeopardy!", - "show_number": "4973", - "fullAnswer": "mitosis" - }, { "category": "MODERN WAR GLOSSARY", "air_date": "2006-04-05", @@ -580509,26 +549649,6 @@ "show_number": "4973", "fullAnswer": "Pompey the Great" }, - { - "category": "THE SUMMER OLYMPICS", - "air_date": "2006-04-05", - "question": "(Jon of the Clue Crew kayaks down a river.) The two Olympic kayaking disciplines are called slalom & this type of water", - "value": "$2000", - "answer": "flat water", - "round": "Double Jeopardy!", - "show_number": "4973", - "fullAnswer": "flat water" - }, - { - "category": "TIME LAPSE", - "air_date": "2006-04-05", - "question": "Here's a nut growing on this type of tree", - "value": "$2000", - "answer": "oak", - "round": "Double Jeopardy!", - "show_number": "4973", - "fullAnswer": "an oak" - }, { "category": "MODERN WAR GLOSSARY", "air_date": "2006-04-05", @@ -580709,16 +549829,6 @@ "show_number": "739", "fullAnswer": "\"Sidewalks Of New York\"" }, - { - "category": "\"OLD\" & \"NEW\"", - "air_date": "1987-11-19", - "question": "Title of the following which Tom Cruise sang in \"Risky Business\" & Ron Reagan sang on \"Saturday Night Live\":

\"Just take those old records off the shelf...\"", - "value": "$300", - "answer": "Old Time Rock And Roll", - "round": "Jeopardy!", - "show_number": "739", - "fullAnswer": "\"Old Time Rock And Roll\"" - }, { "category": "ASIAN HISTORY", "air_date": "1987-11-19", @@ -581024,7 +550134,7 @@ "air_date": "1987-11-19", "question": "Julia Ward Howe wrote \"The Battle Hymn of the Republic\" to be sung to the tune of this song", "value": "$800", - "answer": "John Brown\\'s Body", + "answer": "John Brown's Body", "round": "Double Jeopardy!", "show_number": "739", "fullAnswer": "\"John Brown\\'s Body\"" @@ -581144,7 +550254,7 @@ "air_date": "2006-09-22", "question": "Perhaps apt, but not accurate, \"Sweet land of liberty, off-key I sing\" is a mishearing of this patriotic song", "value": "$200", - "answer": "My Country, \\'Tis Of Thee", + "answer": "My Country, 'Tis Of Thee", "round": "Jeopardy!", "show_number": "5065", "fullAnswer": "\"My Country, \\'Tis Of Thee\"" @@ -581359,16 +550469,6 @@ "show_number": "5065", "fullAnswer": "moot court" }, - { - "category": "___ OF ___", - "air_date": "2006-09-22", - "question": "It's the tropical flower seen here", - "value": "$800", - "answer": "bird of paradise", - "round": "Jeopardy!", - "show_number": "5065", - "fullAnswer": "the bird of paradise" - }, { "category": "THE CANTERBURY TALES", "air_date": "2006-09-22", @@ -581509,16 +550609,6 @@ "show_number": "5065", "fullAnswer": "Helen Hunt" }, - { - "category": "NEW HAMPSHIRE", - "air_date": "2006-09-22", - "question": "(Cheryl of the Clue Crew stands in front of the State House in Concord, NH.) Here in Concord, America's oldest State House, using its original chambers, was built in 1819, mostly of this stone--naturally", - "value": "$800", - "answer": "granite", - "round": "Double Jeopardy!", - "show_number": "5065", - "fullAnswer": "granite" - }, { "category": "AN \"A\" IN SCIENCE", "air_date": "2006-09-22", @@ -581569,16 +550659,6 @@ "show_number": "5065", "fullAnswer": "Jack Lemmon" }, - { - "category": "NEW HAMPSHIRE", - "air_date": "2006-09-22", - "question": "Many come for rest & comfort to the War Memorial Cathedral of these trees", - "value": "$1200", - "answer": "pines", - "round": "Double Jeopardy!", - "show_number": "5065", - "fullAnswer": "pines" - }, { "category": "AN \"A\" IN SCIENCE", "air_date": "2006-09-22", @@ -581629,16 +550709,6 @@ "show_number": "5065", "fullAnswer": "Jack Palance" }, - { - "category": "NEW HAMPSHIRE", - "air_date": "2006-09-22", - "question": "(Jon of the Clue Crew stands with a statue in Concord, NH.) General John Stark, immortalized here at the New Hampshire State Capitol, coined this motto in 1809 as a toast that continued, \"death is not the worst of evils\"", - "value": "$4,000", - "answer": "Live free or die", - "round": "Double Jeopardy!", - "show_number": "5065", - "fullAnswer": "\"Live free or die\"" - }, { "category": "AN \"A\" IN SCIENCE", "air_date": "2006-09-22", @@ -581819,16 +550889,6 @@ "show_number": "2987", "fullAnswer": "Hard-Boiled" }, - { - "category": "THE NFL", - "air_date": "1997-09-02", - "question": "(Hi, I'm Reggie White!) In 1982 I was named Southeastern Conference player of the year while playing for this school's Volunteers", - "value": "$200", - "answer": "Tennessee", - "round": "Jeopardy!", - "show_number": "2987", - "fullAnswer": "Tennessee" - }, { "category": "RESORT CITIES", "air_date": "1997-09-02", @@ -581874,7 +550934,7 @@ "air_date": "1997-09-02", "question": "To hatch, or to shed one's shyness", "value": "$300", - "answer": "break out of one\\'s shell", + "answer": "break out of one's shell", "round": "Jeopardy!", "show_number": "2987", "fullAnswer": "break out of one\\'s shell" @@ -583054,7 +552114,7 @@ "air_date": "2005-06-01", "question": "Giant Despair inhabits Doubting Castle in this John Bunyan allegory", "value": "$400", - "answer": "Pilgrim\\'s Progress", + "answer": "Pilgrim's Progress", "round": "Jeopardy!", "show_number": "4788", "fullAnswer": "The Pilgrim\\'s Progress" @@ -583069,16 +552129,6 @@ "show_number": "4788", "fullAnswer": "American Express" }, - { - "category": "-OLA", - "air_date": "2005-06-01", - "question": "(Sarah of the Clue Crew stands in front of a blackboard.) I've graphed this figure in blue, which can be represented by the equation y = (x^2)/4p", - "value": "$400", - "answer": "parabola", - "round": "Jeopardy!", - "show_number": "4788", - "fullAnswer": "a parabola" - }, { "category": "SCIENCE FACTS", "air_date": "2005-06-01", @@ -583239,16 +552289,6 @@ "show_number": "4788", "fullAnswer": "Osceola" }, - { - "category": "CALIFORNIA MISSIONS", - "air_date": "2005-06-01", - "question": "(Sarah of the Clue Crew reports from Mission San Diego de Alcala.) In the 1760s monks from Baja California were sent to begin founding missions in this area, the opposite of \"baja\"", - "value": "$400", - "answer": "Alta", - "round": "Double Jeopardy!", - "show_number": "4788", - "fullAnswer": "Alta" - }, { "category": "GRAMMY-WINNING COMEDY ALBUMS", "air_date": "2005-06-01", @@ -583359,16 +552399,6 @@ "show_number": "4788", "fullAnswer": "Isadora Duncan" }, - { - "category": "CALIFORNIA MISSIONS", - "air_date": "2005-06-01", - "question": "(Jimmy of the Clue Crew reports from Mission San Diego de Alcala.) San Diego de Alcala is the first in a chain of missions along the royal road called this in Spanish", - "value": "$1200", - "answer": "Camino Real", - "round": "Double Jeopardy!", - "show_number": "4788", - "fullAnswer": "the Camino Real" - }, { "category": "GRAMMY-WINNING COMEDY ALBUMS", "air_date": "2005-06-01", @@ -583479,16 +552509,6 @@ "show_number": "4788", "fullAnswer": "Martha Graham" }, - { - "category": "CALIFORNIA MISSIONS", - "air_date": "2005-06-01", - "question": "(Jimmy of the Clue Crew reports from Mission San Diego de Alcala.) This saint gave his name to the order that founded the California missions", - "value": "$2000", - "answer": "St. Francis of Assissi", - "round": "Double Jeopardy!", - "show_number": "4788", - "fullAnswer": "St. Francis of Assissi" - }, { "category": "GRAMMY-WINNING COMEDY ALBUMS", "air_date": "2005-06-01", @@ -583539,16 +552559,6 @@ "show_number": "4788", "fullAnswer": "1912" }, - { - "category": "THE GALAPAGOS ENVIRONMENT", - "air_date": "2011-04-07", - "question": "(Kelly of the Clue Crew gives the clue from Galapagos in Ecuador.) With its fragile ecosystem in danger from events like a 2001 oil tanker wreck, the Galapagos turned to energy sources like this; 3 turbines for it were installed in 2007", - "value": "$200", - "answer": "wind power", - "round": "Jeopardy!", - "show_number": "6124", - "fullAnswer": "wind power" - }, { "category": "DISNEY FILM BY CHARACTER", "air_date": "2011-04-07", @@ -583599,16 +552609,6 @@ "show_number": "6124", "fullAnswer": "Alcatraz" }, - { - "category": "THE GALAPAGOS ENVIRONMENT", - "air_date": "2011-04-07", - "question": "(Alex Trebek gives the clue from Galapagos in Ecuador.) From June to November here in the Galapagos, the south equatorial current encourages the rich growth of this, the collective name for nonmotile marine organisms", - "value": "$400", - "answer": "plankton", - "round": "Jeopardy!", - "show_number": "6124", - "fullAnswer": "plankton" - }, { "category": "DISNEY FILM BY CHARACTER", "air_date": "2011-04-07", @@ -583719,16 +552719,6 @@ "show_number": "6124", "fullAnswer": "Boaz" }, - { - "category": "THE GALAPAGOS ENVIRONMENT", - "air_date": "2011-04-07", - "question": "(Kelly of the Clue Crew gives the clue from Galapagos in Ecuador.) As Darwin's finches remove parasites from the tortoises, two of the best-known creatures of the Galapagos display this mutually helpful arrangement, from the Greek for \"living together\"", - "value": "$800", - "answer": "symbiosis", - "round": "Jeopardy!", - "show_number": "6124", - "fullAnswer": "symbiosis" - }, { "category": "DISNEY FILM BY CHARACTER", "air_date": "2011-04-07", @@ -583779,16 +552769,6 @@ "show_number": "6124", "fullAnswer": "Topaz" }, - { - "category": "THE GALAPAGOS ENVIRONMENT", - "air_date": "2011-04-07", - "question": "(Alex Trebek gives the clue from Galapagos in Ecuador.) The flightless cormorant is native to & found only in the Galapagos Islands; it is said to be this to the islands; it's from the Greek \"endemos\", which means native", - "value": "$1000", - "answer": "endemic", - "round": "Jeopardy!", - "show_number": "6124", - "fullAnswer": "endemic" - }, { "category": "DISNEY FILM BY CHARACTER", "air_date": "2011-04-07", @@ -584404,7 +553384,7 @@ "air_date": "2004-10-21", "question": "For week's end, brush up on your Spanish & translate \"Gracias a Dios es viernes\" for us", "value": "$1000", - "answer": "Thank God it\\'s Friday", + "answer": "Thank God it's Friday", "round": "Jeopardy!", "show_number": "4629", "fullAnswer": "Thank God it\\'s Friday" @@ -584439,16 +553419,6 @@ "show_number": "4629", "fullAnswer": "Raven" }, - { - "category": "U.S. STAMPS", - "air_date": "2004-10-21", - "question": "Well doggone it, in 2001, this beloved character appeared on the stamp seen here", - "value": "$400", - "answer": "Snoopy", - "round": "Double Jeopardy!", - "show_number": "4629", - "fullAnswer": "Snoopy" - }, { "category": "ELECTION TIME", "air_date": "2004-10-21", @@ -584569,16 +553539,6 @@ "show_number": "4629", "fullAnswer": "John Paul Jones" }, - { - "category": "ELECTION TIME", - "air_date": "2004-10-21", - "question": "John F. Kennedy and Richard Nixon are seen here during one of these in 1960, the first year they were held", - "value": "$1200", - "answer": "debate", - "round": "Double Jeopardy!", - "show_number": "4629", - "fullAnswer": "(presidential) debate" - }, { "category": "KIDS IN THE 1960s", "air_date": "2004-10-21", @@ -584619,16 +553579,6 @@ "show_number": "4629", "fullAnswer": "Shia (LaBeouf)" }, - { - "category": "U.S. STAMPS", - "air_date": "2004-10-21", - "question": "Part of the \"Celebrate the Century\" series, the stamp seen here honored the first observance of this in the 1970s", - "value": "$1,400", - "answer": "Earth Day", - "round": "Double Jeopardy!", - "show_number": "4629", - "fullAnswer": "Earth Day" - }, { "category": "ELECTION TIME", "air_date": "2004-10-21", @@ -585224,7 +554174,7 @@ "air_date": "1998-01-16", "question": "Ira Levin started writing this 1967 novel while his wife was pregnant, & he wouldn't let her read it", "value": "$1,000", - "answer": "Rosemary\\'s Baby", + "answer": "Rosemary's Baby", "round": "Double Jeopardy!", "show_number": "3085", "fullAnswer": "\"Rosemary\\'s Baby\"" @@ -585699,16 +554649,6 @@ "show_number": "446", "fullAnswer": "David Horowitz" }, - { - "category": "FUTURISTIC FILMS", - "air_date": "1986-05-26", - "question": "Film which used the following as a greeting:", - "value": "$200", - "answer": "Close Encounters of the Third Kind", - "round": "Double Jeopardy!", - "show_number": "446", - "fullAnswer": "Close Encounters of the Third Kind" - }, { "category": "MATHEMATICS", "air_date": "1986-05-26", @@ -585989,16 +554929,6 @@ "show_number": "6264", "fullAnswer": "Chevrolet" }, - { - "category": "TOYS & GAMES", - "air_date": "2011-12-08", - "question": "Originally called \"Little People\", this perennial favorite is seen here", - "value": "$400", - "answer": "Cabbage Patch Kid", - "round": "Jeopardy!", - "show_number": "6264", - "fullAnswer": "a Cabbage Patch Kid" - }, { "category": "\"PRE\"-CISELY", "air_date": "2011-12-08", @@ -586279,16 +555209,6 @@ "show_number": "6264", "fullAnswer": "mew" }, - { - "category": "QUOTES ABOUT PLACES", - "air_date": "2011-12-08", - "question": "(Sarah of the Clue Crew reports from Mont St. Michel, France.) Mont St. Michel's most dramatic natural feature is the arrival of the tide; this French romantic novelist described it as \"coming in as swiftly as a galloping horse\"", - "value": "$800", - "answer": "Hugo", - "round": "Double Jeopardy!", - "show_number": "6264", - "fullAnswer": "(Victor) Hugo" - }, { "category": "BEFORE & AFTER AT THE MOVIES", "air_date": "2011-12-08", @@ -586354,7 +555274,7 @@ "air_date": "2011-12-08", "question": "The president's plane is hijacked by terrorists & taken to a mental institution run by Nurse Ratched", "value": "$1200", - "answer": "Air Force One Flew Over the Cuckoo\\'s Nest", + "answer": "Air Force One Flew Over the Cuckoo's Nest", "round": "Double Jeopardy!", "show_number": "6264", "fullAnswer": "Air Force One Flew Over the Cuckoo\\'s Nest" @@ -586414,7 +555334,7 @@ "air_date": "2011-12-08", "question": "Gene Kelly croons & dances while taking his brother Dustin Hoffman on a road trip", "value": "$1600", - "answer": "Singin\\' in the Rain Man", + "answer": "Singin' in the Rain Man", "round": "Double Jeopardy!", "show_number": "6264", "fullAnswer": "Singin\\' in the Rain Man" @@ -586504,7 +555424,7 @@ "air_date": "2008-09-17", "question": "JabbaWockeeZ stomped the competition on the first season of this Randy Jackson floor show", "value": "$200", - "answer": "America\\'s Best Dance Crew", + "answer": "America's Best Dance Crew", "round": "Jeopardy!", "show_number": "5523", "fullAnswer": "America\\'s Best Dance Crew" @@ -586899,16 +555819,6 @@ "show_number": "5523", "fullAnswer": "William & Mary" }, - { - "category": "DIA-GRAMMAR", - "air_date": "2008-09-17", - "question": "(Jon of the Clue Crew indicates five Latin sentences, all translating to \"dog bites man\", on the monitor.) In Latin, word order doesn't affect meaning; canis is this in each sentence because it's in the nominative case", - "value": "$800", - "answer": "subject", - "round": "Double Jeopardy!", - "show_number": "5523", - "fullAnswer": "subject" - }, { "category": "LITERARY VILLAINS' PERSONAL ADS", "air_date": "2008-09-17", @@ -586999,16 +555909,6 @@ "show_number": "5523", "fullAnswer": "Johns Hopkins" }, - { - "category": "DIA-GRAMMAR", - "air_date": "2008-09-17", - "question": "(Jimmy of the Clue Crew indicates the monitor.) A verb phrase can be either just Vi or Vt plus a noun phrase; the \"I\" and the \"T\" stand for these opposites", - "value": "$500", - "answer": "transitive & intransitive", - "round": "Double Jeopardy!", - "show_number": "5523", - "fullAnswer": "transitive & intransitive" - }, { "category": "LITERARY VILLAINS' PERSONAL ADS", "air_date": "2008-09-17", @@ -587559,16 +556459,6 @@ "show_number": "3002", "fullAnswer": "Brazil" }, - { - "category": "GIRL GROUPS", - "air_date": "1997-09-23", - "question": "(VIDEO DAILY DOUBLE):
British group seen here in a hit from their debut album:

\"If you wanna be my lover /
You gotta get with my friends /
Make it last forever /
Friendship never ends...\"
", - "value": "$1,500", - "answer": "Spice Girls ", - "round": "Double Jeopardy!", - "show_number": "3002", - "fullAnswer": "The Spice Girls (\"Wannabe\")" - }, { "category": "PLANTS & TREES", "air_date": "1997-09-23", @@ -587624,7 +556514,7 @@ "air_date": "1997-09-23", "question": "According to Billboard, The Angels, with this 1963 song, were the 1st all-white girl group to have a No. 1 hit", "value": "$1000", - "answer": "My Boyfriend\\'s Back", + "answer": "My Boyfriend's Back", "round": "Double Jeopardy!", "show_number": "3002", "fullAnswer": "\"My Boyfriend\\'s Back\"" @@ -588224,7 +557114,7 @@ "air_date": "1996-01-30", "question": "This designer of Washington, D.C. was wounded during the French-American attack on Savannah in 1779", "value": "$1000", - "answer": "Pierre L\\'Enfant", + "answer": "Pierre L'Enfant", "round": "Double Jeopardy!", "show_number": "2632", "fullAnswer": "Pierre L\\'Enfant" @@ -588339,16 +557229,6 @@ "show_number": "4087", "fullAnswer": "Subway" }, - { - "category": "\"U\"2", - "air_date": "2002-05-14", - "question": "(Jimmy of the Clue Crew unrolls a flag with a flourish.) It's the action I'm performing", - "value": "$200", - "answer": "unfurling", - "round": "Jeopardy!", - "show_number": "4087", - "fullAnswer": "unfurling" - }, { "category": "MOTHER'S DAY", "air_date": "2002-05-14", @@ -588484,7 +557364,7 @@ "air_date": "2002-05-14", "question": "Stevie Nicks' \"Edge Of Seventeen\" is sampled on their No. 1 hit \"Bootylicious\"", "value": "$800", - "answer": "Destiny\\'s Child", + "answer": "Destiny's Child", "round": "Jeopardy!", "show_number": "4087", "fullAnswer": "Destiny\\'s Child" @@ -588829,16 +557709,6 @@ "show_number": "4087", "fullAnswer": "mujahideen" }, - { - "category": "WORLD LITERATURE", - "air_date": "2002-05-14", - "question": "(Jimmy of the Clue Crew reports from San Francisco, CA.) If you really need a book by this poet, come here to City Lights Books, the store he founded in 1953", - "value": "$2000", - "answer": "Lawrence Ferlinghetti", - "round": "Double Jeopardy!", - "show_number": "4087", - "fullAnswer": "Lawrence Ferlinghetti" - }, { "category": "CIRCUS & CARNIVAL CINEMA", "air_date": "2002-05-14", @@ -588899,16 +557769,6 @@ "show_number": "4087", "fullAnswer": "Thomas Jefferson" }, - { - "category": "SEEING A BIT OF AMERICA", - "air_date": "2011-11-18", - "question": "We're off to thank the Academy at the Kodak Theatre in this part of L.A.", - "value": "$200", - "answer": "Hollywood", - "round": "Jeopardy!", - "show_number": "6250", - "fullAnswer": "Hollywood" - }, { "category": "ALMA MATERS", "air_date": "2011-11-18", @@ -588959,16 +557819,6 @@ "show_number": "6250", "fullAnswer": "quarterbacks" }, - { - "category": "SEEING A BIT OF AMERICA", - "air_date": "2011-11-18", - "question": "In 1969, it was no honeymoon when water was diverted from this landmark, but it'll be back to normal for our trip", - "value": "$400", - "answer": "Niagara Falls", - "round": "Jeopardy!", - "show_number": "6250", - "fullAnswer": "Niagara Falls" - }, { "category": "ALMA MATERS", "air_date": "2011-11-18", @@ -589019,16 +557869,6 @@ "show_number": "6250", "fullAnswer": "centers" }, - { - "category": "SEEING A BIT OF AMERICA", - "air_date": "2011-11-18", - "question": "Let's hit Midtown at the New York City landmark with this address", - "value": "$600", - "answer": "30 Rockefeller Plaza * 96.0330", - "round": "Jeopardy!", - "show_number": "6250", - "fullAnswer": "30 Rockefeller Plaza * 96.0330" - }, { "category": "ALMA MATERS", "air_date": "2011-11-18", @@ -589079,16 +557919,6 @@ "show_number": "6250", "fullAnswer": "catchers" }, - { - "category": "SEEING A BIT OF AMERICA", - "air_date": "2011-11-18", - "question": "Chicago's Biograph Theater was the site of this gangster's 1934 death", - "value": "$800", - "answer": "John DIllinger", - "round": "Jeopardy!", - "show_number": "6250", - "fullAnswer": "John DIllinger" - }, { "category": "ALMA MATERS", "air_date": "2011-11-18", @@ -589139,16 +557969,6 @@ "show_number": "6250", "fullAnswer": "power forwards" }, - { - "category": "SEEING A BIT OF AMERICA", - "air_date": "2011-11-18", - "question": "One if by land and two if by sea--seen here is this Massachusetts landmark", - "value": "$1000", - "answer": "Old North Church", - "round": "Jeopardy!", - "show_number": "6250", - "fullAnswer": "the Old North Church" - }, { "category": "ALMA MATERS", "air_date": "2011-11-18", @@ -589339,16 +558159,6 @@ "show_number": "6250", "fullAnswer": "yoga" }, - { - "category": "TYPES OF POEMS", - "air_date": "2011-11-18", - "question": "(Jimmy of the Clue Crew shows a poem on the monitor.) The first letter of each line spells out a word or name; here, it's the name \"Alice\" that Lewis Carroll puts into this type of poem, from the Greek for \"tip of the line\"", - "value": "$1200", - "answer": "acrostic", - "round": "Double Jeopardy!", - "show_number": "6250", - "fullAnswer": "acrostic" - }, { "category": "ANYTHING BUT OPERA", "air_date": "2011-11-18", @@ -589529,16 +558339,6 @@ "show_number": "5025", "fullAnswer": "73" }, - { - "category": "LET'S GO WORK OUT", - "air_date": "2006-06-16", - "question": "(Jon of the Clue Crew reports from Bally Total Fitness.) Biologically, it means living without oxygen; in the gym, it's the type of exercise that builds muscle with bursts of exertion", - "value": "$200", - "answer": "anaerobic", - "round": "Jeopardy!", - "show_number": "5025", - "fullAnswer": "anaerobic" - }, { "category": "TRAIL MIX", "air_date": "2006-06-16", @@ -589589,16 +558389,6 @@ "show_number": "5025", "fullAnswer": "the Washington Wizards" }, - { - "category": "LET'S GO WORK OUT", - "air_date": "2006-06-16", - "question": "(Jon of the Clue Crew reports from Bally Total Fitness.) You can get a low-impact workout using the not-exactly-circular pedaling motion that gives this type of machine its name", - "value": "$400", - "answer": "elliptical machine", - "round": "Jeopardy!", - "show_number": "5025", - "fullAnswer": "an elliptical machine" - }, { "category": "TRAIL MIX", "air_date": "2006-06-16", @@ -589649,16 +558439,6 @@ "show_number": "5025", "fullAnswer": "the Preakness" }, - { - "category": "LET'S GO WORK OUT", - "air_date": "2006-06-16", - "question": "(Jon of the Clue Crew reports from Bally Total Fitness.) Your RMR, short for this, is the number of calories you need to maintain your current weight; it will increase as you add muscle", - "value": "$600", - "answer": "resting metabolic rate", - "round": "Jeopardy!", - "show_number": "5025", - "fullAnswer": "resting metabolic rate" - }, { "category": "TRAIL MIX", "air_date": "2006-06-16", @@ -589709,16 +558489,6 @@ "show_number": "5025", "fullAnswer": "Cal Ripken" }, - { - "category": "LET'S GO WORK OUT", - "air_date": "2006-06-16", - "question": "(Jon of the Clue Crew reports from Bally Total Fitness.) With this stretch, I'm improving this; the active type of it is the distance a joint can move with your own power", - "value": "$800", - "answer": "range of motion", - "round": "Jeopardy!", - "show_number": "5025", - "fullAnswer": "a range of motion" - }, { "category": "TRAIL MIX", "air_date": "2006-06-16", @@ -589769,16 +558539,6 @@ "show_number": "5025", "fullAnswer": "the Colorado Avalanche" }, - { - "category": "LET'S GO WORK OUT", - "air_date": "2006-06-16", - "question": "(Kelly of the Clue Crew reports from Bally Total Fitness.) This German-born fitness visionary developed two types of his system to make you long & strong: one using equipment & one on a simple mat", - "value": "$1000", - "answer": "Pilates", - "round": "Jeopardy!", - "show_number": "5025", - "fullAnswer": "(Joseph) Pilates" - }, { "category": "TRAIL MIX", "air_date": "2006-06-16", @@ -589809,16 +558569,6 @@ "show_number": "5025", "fullAnswer": "the maxwell" }, - { - "category": "CITY OF THE DAY: SAVANNAH", - "air_date": "2006-06-16", - "question": "(Sarah of the Clue Crew reports from the Christ Church in Savannah, Georgia.) I'm at the chuch where the first American Sunday school class was held by this man, who later established the Methodist Church", - "value": "$400", - "answer": "John Wesley", - "round": "Double Jeopardy!", - "show_number": "5025", - "fullAnswer": "John Wesley" - }, { "category": "WHO'S WHO IN AMERICA", "air_date": "2006-06-16", @@ -589929,16 +558679,6 @@ "show_number": "5025", "fullAnswer": "fanaticism" }, - { - "category": "CITY OF THE DAY: SAVANNAH", - "air_date": "2006-06-16", - "question": "(Kelly of the Clue Crew strolls in a park in Savannah, Georgia.) John Berendt, author of this 1994 bestseller about Savannah, writes that the city's 22 squares are its treasures", - "value": "$1200", - "answer": "Midnight in the Garden of Good and Evil", - "round": "Double Jeopardy!", - "show_number": "5025", - "fullAnswer": "Midnight in the Garden of Good and Evil" - }, { "category": "WHO'S WHO IN AMERICA", "air_date": "2006-06-16", @@ -590049,16 +558789,6 @@ "show_number": "5025", "fullAnswer": "fandango" }, - { - "category": "CITY OF THE DAY: SAVANNAH", - "air_date": "2006-06-16", - "question": "(Kelly of the Clue Crew reports from Johnson Square in Savannah, Georgia.) This \"colorful\" general was given a plantation by the people of Savannah for his Revolutionary War victories in the South; he's now buried here in Savannah", - "value": "$2000", - "answer": "General Nathaniel Greene", - "round": "Double Jeopardy!", - "show_number": "5025", - "fullAnswer": "General Nathaniel Greene" - }, { "category": "WHO'S WHO IN AMERICA", "air_date": "2006-06-16", @@ -590804,7 +559534,7 @@ "air_date": "2008-03-17", "question": "This star of \"Lawrence of Arabia\" voiced Sherlock Holmes for a series of cartoons in the 1980s", "value": "$400", - "answer": "O\\'Toole", + "answer": "O'Toole", "round": "Jeopardy!", "show_number": "5421", "fullAnswer": "(Peter) O\\'Toole" @@ -591689,26 +560419,6 @@ "show_number": "5968", "fullAnswer": "the University of Southern California" }, - { - "category": "ON THE ROCKS", - "air_date": "2010-07-21", - "question": "It's rocks on top of rocks to create one of these 10-letter embankments", - "value": "$400", - "answer": "breakwater", - "round": "Double Jeopardy!", - "show_number": "5968", - "fullAnswer": "a breakwater" - }, - { - "category": "BRITISH ART & ARTISTS", - "air_date": "2010-07-21", - "question": "(Kelly of the Clue Crew shows a painting on the monitor.) Henry Fuseli painted this literary character, whose father said, \"My story would make your hair stand on end\"", - "value": "$800", - "answer": "Hamlet", - "round": "Double Jeopardy!", - "show_number": "5968", - "fullAnswer": "Hamlet" - }, { "category": "ROLLING STONE'S 50 BEST SONGS OF THE DECADE", "air_date": "2010-07-21", @@ -591749,16 +560459,6 @@ "show_number": "5968", "fullAnswer": "Southern Pacific" }, - { - "category": "ON THE ROCKS", - "air_date": "2010-07-21", - "question": "Rich in potash & iodine, this type of seaweed has been tossed by the sea onto some rocks", - "value": "$800", - "answer": "kelp", - "round": "Double Jeopardy!", - "show_number": "5968", - "fullAnswer": "kelp" - }, { "category": "BRITISH ART & ARTISTS", "air_date": "2010-07-21", @@ -591809,16 +560509,6 @@ "show_number": "5968", "fullAnswer": "the Southern Cross" }, - { - "category": "ON THE ROCKS", - "air_date": "2010-07-21", - "question": "This 7-letter process has allowed for the little rocks to seek refuge in the crevices of the larger one", - "value": "$1200", - "answer": "erosion", - "round": "Double Jeopardy!", - "show_number": "5968", - "fullAnswer": "erosion" - }, { "category": "BRITISH ART & ARTISTS", "air_date": "2010-07-21", @@ -591869,22 +560559,12 @@ "show_number": "5968", "fullAnswer": "the Southern Baptist Convention" }, - { - "category": "ON THE ROCKS", - "air_date": "2010-07-21", - "question": "From the Greek for \"to lick\" comes the name of this plant-like organism basking on a rock", - "value": "$1600", - "answer": "lichen", - "round": "Double Jeopardy!", - "show_number": "5968", - "fullAnswer": "a lichen" - }, { "category": "BRITISH ART & ARTISTS", "air_date": "2010-07-21", "question": "This series of 8 Hogarth paintings, beginning with \"The Heir\", tells the story of a young man's path of vice & self-destruction", "value": "$2000", - "answer": "Rake\\'s Progress", + "answer": "Rake's Progress", "round": "Double Jeopardy!", "show_number": "5968", "fullAnswer": "A Rake\\'s Progress" @@ -591929,16 +560609,6 @@ "show_number": "5968", "fullAnswer": "the Southern Christian Leadership Conference" }, - { - "category": "ON THE ROCKS", - "air_date": "2010-07-21", - "question": "Say \"hy there\" to the rock type of this creature, sometimes called a rock rabbit", - "value": "$2000", - "answer": "hyrax", - "round": "Double Jeopardy!", - "show_number": "5968", - "fullAnswer": "the hyrax" - }, { "category": "U.S. PRESIDENTS", "air_date": "2010-07-21", @@ -592709,16 +561379,6 @@ "show_number": "3616", "fullAnswer": "Bill Clinton" }, - { - "category": "FARMING", - "air_date": "2000-05-01", - "question": "It's the common hyphenated term for the activity seen here:", - "value": "$300", - "answer": "crop-dusting", - "round": "Jeopardy!", - "show_number": "3616", - "fullAnswer": "crop-dusting" - }, { "category": "\"EZ\" DOES IT", "air_date": "2000-05-01", @@ -592749,16 +561409,6 @@ "show_number": "3616", "fullAnswer": "The Doors" }, - { - "category": "COLLECTIBLES", - "air_date": "2000-05-01", - "question": "(Hi, I'm Garrett Wang of Star Trek: Voyager.) This company's 1996 U.S.S. Voyager Christmas ornament is a highly prized collectible", - "value": "$400", - "answer": "Hallmark", - "round": "Jeopardy!", - "show_number": "3616", - "fullAnswer": "Hallmark" - }, { "category": "PRESIDENTS SINCE 1970", "air_date": "2000-05-01", @@ -592919,16 +561569,6 @@ "show_number": "3616", "fullAnswer": "India" }, - { - "category": "FAMOUS FEMALES", - "air_date": "2000-05-01", - "question": "(I'm Meredith Vieira of The View.) This TV news pioneer, my co-host, was previously partnered with Harry Reasoner & with Hugh Downs", - "value": "$400", - "answer": "Barbara Walters", - "round": "Double Jeopardy!", - "show_number": "3616", - "fullAnswer": "Barbara Walters" - }, { "category": "WORDS WITHIN WORDS", "air_date": "2000-05-01", @@ -592944,7 +561584,7 @@ "air_date": "2000-05-01", "question": "In 1999 a faulty gas chamber knocked the Wild Thing balloon out of this parade for the second year in a row", "value": "$400", - "answer": "Macy\\'s Thanksgiving Day Parade", + "answer": "Macy's Thanksgiving Day Parade", "round": "Double Jeopardy!", "show_number": "3616", "fullAnswer": "the Macy\\'s Thanksgiving Day Parade" @@ -593599,16 +562239,6 @@ "show_number": "5107", "fullAnswer": "amat" }, - { - "category": "LANGUAGE SKILLS", - "air_date": "2006-11-21", - "question": "Seen here is this word that you should have down cold before visiting Russia, where you'll be downing it cold", - "value": "$1600", - "answer": "vodka", - "round": "Double Jeopardy!", - "show_number": "5107", - "fullAnswer": "vodka" - }, { "category": "MOVIE QUOTES", "air_date": "2006-11-21", @@ -593694,7 +562324,7 @@ "air_date": "2006-11-21", "question": "This food company, MCD, gobbled up Boston Market & Chipotle Mexican Grill", "value": "$2000", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Double Jeopardy!", "show_number": "5107", "fullAnswer": "McDonald\\'s" @@ -593849,16 +562479,6 @@ "show_number": "621", "fullAnswer": "nectar" }, - { - "category": "TRANSPORTATION", - "air_date": "1987-04-27", - "question": "Group which topped the country charts with the following song about a truck driver:

[Truck noises]
\"Roll on, highway /
Roll on along /
Roll on, Daddy, 'til you get back home /
Roll on family /
Roll on crew /
Roll on, Mama, like I asked you to do /
And roll on eighteen wheeler, roll on /
(Roll on!)...\"
", - "value": "$400", - "answer": "Alabama", - "round": "Jeopardy!", - "show_number": "621", - "fullAnswer": "Alabama" - }, { "category": "WORDS", "air_date": "1987-04-27", @@ -594164,7 +562784,7 @@ "air_date": "1987-04-27", "question": "They call themselves \"The Bible of the garment industry\"", "value": "$800", - "answer": "Women\\'s Wear Daily", + "answer": "Women's Wear Daily", "round": "Double Jeopardy!", "show_number": "621", "fullAnswer": "Women\\'s Wear Daily" @@ -594409,16 +563029,6 @@ "show_number": "5854", "fullAnswer": "(Megan) Fox" }, - { - "category": "CAN I GET A WITNESS?", - "air_date": "2010-02-11", - "question": "(Jimmy of the Clue Crew reports from a courtroom.) A witness doesn't have to swear to tell the truth; some, for reasons of religion or lack of religion, prefer this word, also an option in the presidential oath of office", - "value": "$800", - "answer": "affirm", - "round": "Jeopardy!", - "show_number": "5854", - "fullAnswer": "affirm" - }, { "category": "COUNTRIES BY NEWSPAPER", "air_date": "2010-02-11", @@ -594519,16 +563129,6 @@ "show_number": "5854", "fullAnswer": "Custer" }, - { - "category": "IT'S GAME TIME", - "air_date": "2010-02-11", - "question": "station.sony.com has online \"Jeopardy!\" & this game where you must avoid those bankrupt & lose a turn wedges", - "value": "$400", - "answer": "Wheel of Fortune", - "round": "Double Jeopardy!", - "show_number": "5854", - "fullAnswer": "Wheel of Fortune" - }, { "category": "WE'VE GOT CHEMISTRY", "air_date": "2010-02-11", @@ -594879,16 +563479,6 @@ "show_number": "5016", "fullAnswer": "a puncture" }, - { - "category": "LOST ART", - "air_date": "2006-06-05", - "question": "(Jon of the Clue Crew displays the words \"Daily Double\" on the monitor in an archaic script.) One skill that's losing ground in the computer age is this type of writing, where the letters run together, from the Latin for \"run\"", - "value": "$400", - "answer": "cursive", - "round": "Jeopardy!", - "show_number": "5016", - "fullAnswer": "cursive" - }, { "category": "BLOCKBUSTER BLUSTER", "air_date": "2006-06-05", @@ -595144,7 +563734,7 @@ "air_date": "2006-06-05", "question": "1852:
A saintly slave saves a little girl's life & is later beaten to death", "value": "$400", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Double Jeopardy!", "show_number": "5016", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -595204,7 +563794,7 @@ "air_date": "2006-06-05", "question": "1726:
A doctor meets strange new races in a satirical 4-part travelogue", "value": "$800", - "answer": "Gulliver\\'s Travels", + "answer": "Gulliver's Travels", "round": "Double Jeopardy!", "show_number": "5016", "fullAnswer": "Gulliver\\'s Travels" @@ -595219,16 +563809,6 @@ "show_number": "5016", "fullAnswer": "monks" }, - { - "category": "\"PRIME\"D FOR SUCCESS", - "air_date": "2006-06-05", - "question": "(Kelly of the Clue Crew fingers a familiar longitudinal on a globe.) It passes through Gao, Mali; Argentan, France; &, of course, Greenwich, England", - "value": "$800", - "answer": "prime meridian", - "round": "Double Jeopardy!", - "show_number": "5016", - "fullAnswer": "the prime meridian" - }, { "category": "CITY OF THE DAY: MILWAUKEE", "air_date": "2006-06-05", @@ -595254,7 +563834,7 @@ "air_date": "2006-06-05", "question": "Tony's role of Rocky in this man's \"The Iceman Cometh\" in 1999 won him some Broadway raves", "value": "$1200", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "5016", "fullAnswer": "Eugene O\\'Neill" @@ -595264,7 +563844,7 @@ "air_date": "2006-06-05", "question": "1952:
On a farm in Maine, 2 animals with a total of 12 legs strike up an unusual friendship", "value": "$1,200", - "answer": "Charlotte\\'s Web", + "answer": "Charlotte's Web", "round": "Double Jeopardy!", "show_number": "5016", "fullAnswer": "Charlotte\\'s Web" @@ -595324,7 +563904,7 @@ "air_date": "2006-06-05", "question": "1913:
In the first part of \"Remembrance of Things Past\", the narrator thinks of family friend Swann", "value": "$1600", - "answer": "Swann\\'s Way", + "answer": "Swann's Way", "round": "Double Jeopardy!", "show_number": "5016", "fullAnswer": "Swann\\'s Way" @@ -595384,7 +563964,7 @@ "air_date": "2006-06-05", "question": "1857:
Besting a bully is part of a young boy's life at a British boarding school", "value": "$2000", - "answer": "Tom Brown\\'s School Days", + "answer": "Tom Brown's School Days", "round": "Double Jeopardy!", "show_number": "5016", "fullAnswer": "Tom Brown\\'s School Days" @@ -595409,16 +563989,6 @@ "show_number": "5016", "fullAnswer": "primeval" }, - { - "category": "CITY OF THE DAY: MILWAUKEE", - "air_date": "2006-06-05", - "question": "(Jimmy of the Clue Crew stands in front of the Milwaukee skyline at Veterans' Park.) When Milwaukee's Emil Seidel was elected in 1910, he became to the first mayor of this political party so honored", - "value": "$2000", - "answer": "Socialist Party", - "round": "Double Jeopardy!", - "show_number": "5016", - "fullAnswer": "the Socialist Party" - }, { "category": "WORDS IN THE NEWS", "air_date": "2006-06-05", @@ -595454,7 +564024,7 @@ "air_date": "2007-10-02", "question": "This McDonald's slogan was launched in 2003 in Germany as \"Ich liebe es\"", "value": "$200", - "answer": "I\\'m lovin\\' it", + "answer": "I'm lovin' it", "round": "Jeopardy!", "show_number": "5302", "fullAnswer": "\"I\\'m lovin\\' it\"" @@ -595789,16 +564359,6 @@ "show_number": "5302", "fullAnswer": "or" }, - { - "category": "USA NETWORK", - "air_date": "2007-10-02", - "question": "This Emmy-winning series is one of the network's most popular
And I've been thinking about Natalie, I've become so dependent on her, too dependent.", - "value": "$800", - "answer": "Monk", - "round": "Double Jeopardy!", - "show_number": "5302", - "fullAnswer": "Monk" - }, { "category": "THE SCINTALLATING 1700s", "air_date": "2007-10-02", @@ -595819,16 +564379,6 @@ "show_number": "5302", "fullAnswer": "Garry Trudeau" }, - { - "category": "IT'S A GAS!", - "air_date": "2007-10-02", - "question": "It's the noble gas in use here", - "value": "$800", - "answer": "helium", - "round": "Double Jeopardy!", - "show_number": "5302", - "fullAnswer": "helium" - }, { "category": "TITLE POSSESSIONS", "air_date": "2007-10-02", @@ -595869,16 +564419,6 @@ "show_number": "5302", "fullAnswer": "Catherine the Great" }, - { - "category": "BACK TO THE DRAWING BOARD", - "air_date": "2007-10-02", - "question": "The New Yorker cartoonist whose work is seen here", - "value": "$1200", - "answer": "Charles Addams", - "round": "Double Jeopardy!", - "show_number": "5302", - "fullAnswer": "Charles Addams" - }, { "category": "IT'S A GAS!", "air_date": "2007-10-02", @@ -595939,16 +564479,6 @@ "show_number": "5302", "fullAnswer": "Cathy Guisewite" }, - { - "category": "IT'S A GAS!", - "air_date": "2007-10-02", - "question": "(Kelly of the Clue Crew performs an experiment.) To make a simple fire extinguisher, just put some vinegar in baking soda and the chemical reaction produces this gas, which will put out a flame", - "value": "$1600", - "answer": "carbon dioxide", - "round": "Double Jeopardy!", - "show_number": "5302", - "fullAnswer": "carbon dioxide" - }, { "category": "TITLE POSSESSIONS", "air_date": "2007-10-02", @@ -595984,7 +564514,7 @@ "air_date": "2007-10-02", "question": "Lavinia Fenton created the role of Polly Peachum in this John Gay \"Opera\", then ran off with the Duke of Bolton", "value": "$2000", - "answer": "Beggar\\'s Opera", + "answer": "Beggar's Opera", "round": "Double Jeopardy!", "show_number": "5302", "fullAnswer": "The Beggar\\'s Opera" @@ -596654,7 +565184,7 @@ "air_date": "1999-05-06", "question": "Teen actress Michelle Williams was the young alien in the film \"Species\" before co-starring in this WB TV series", "value": "$100", - "answer": "Dawson\\'s Creek", + "answer": "Dawson's Creek", "round": "Jeopardy!", "show_number": "3389", "fullAnswer": "Dawson\\'s Creek" @@ -596674,7 +565204,7 @@ "air_date": "1999-05-06", "question": "Her talk show features tips from the healthy-living Chub Club", "value": "$100", - "answer": "Rosie O\\'Donnell", + "answer": "Rosie O'Donnell", "round": "Jeopardy!", "show_number": "3389", "fullAnswer": "Rosie O\\'Donnell" @@ -597094,7 +565624,7 @@ "air_date": "1999-05-06", "question": "\"Long Day's Journey into Night\"", "value": "$600", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "3389", "fullAnswer": "Eugene O\\'Neill" @@ -597719,16 +566249,6 @@ "show_number": "2776", "fullAnswer": "The Piano" }, - { - "category": "HISPANIC AMERICA", - "air_date": "1996-09-30", - "question": "Seen here, in 1985 he released his first comedy album, \"You're in America Now, Speak Spanish\"", - "value": "$1,500", - "answer": "Paul Rodriguez", - "round": "Double Jeopardy!", - "show_number": "2776", - "fullAnswer": "Paul Rodriguez" - }, { "category": "THE 11th CENTURY", "air_date": "1996-09-30", @@ -598189,16 +566709,6 @@ "show_number": "6009", "fullAnswer": "unpremeditated" }, - { - "category": "PLANTS", - "air_date": "2010-10-28", - "question": "(Kelly of the clue crew gives the clue from Ecuador) This typical 1940s house of a campesino, or field worker, is made from this giant grass associated with Asia but an important building material of Ecuador", - "value": "$800", - "answer": "bamboo", - "round": "Double Jeopardy!", - "show_number": "6009", - "fullAnswer": "bamboo" - }, { "category": "3-LETTER MOVIE TITLES", "air_date": "2010-10-28", @@ -598334,7 +566844,7 @@ "air_date": "2010-10-28", "question": "Heaven for sailors is fiddler's this", "value": "$1600", - "answer": "fiddler\\'s green", + "answer": "fiddler's green", "round": "Double Jeopardy!", "show_number": "6009", "fullAnswer": "fiddler\\'s green" @@ -598509,16 +567019,6 @@ "show_number": "6267", "fullAnswer": "Brooks Brothers" }, - { - "category": "WORLD OF WONDERS", - "air_date": "2011-12-13", - "question": "The versatile building seen here is the Monte Carlo this and Opera House", - "value": "$400", - "answer": "Casino", - "round": "Jeopardy!", - "show_number": "6267", - "fullAnswer": "Casino" - }, { "category": "GETTING DEFENSIVE", "air_date": "2011-12-13", @@ -598624,7 +567124,7 @@ "air_date": "2011-12-13", "question": "In 1842 this juice company started out by selling apple cider as well as vinegar in New York", "value": "$800", - "answer": "Mott\\'s", + "answer": "Mott's", "round": "Jeopardy!", "show_number": "6267", "fullAnswer": "Mott\\'s" @@ -598649,16 +567149,6 @@ "show_number": "6267", "fullAnswer": "blocks" }, - { - "category": "PRIME MINISTERS", - "air_date": "2011-12-13", - "question": "At the funeral seen here, one of the mourners was this future prime minister, paying respects to his mother", - "value": "$1000", - "answer": "Rajiv Gandhi", - "round": "Jeopardy!", - "show_number": "6267", - "fullAnswer": "Rajiv Gandhi" - }, { "category": "TITLE ANIMALS OF KIDS' BOOKS", "air_date": "2011-12-13", @@ -598694,7 +567184,7 @@ "air_date": "2011-12-13", "question": "12-20 feet high to keep the barbarians at bay, it ran 73 miles from Wallsend in the east to Bowness in the west", "value": "$1000", - "answer": "Hadrian\\'s Wall", + "answer": "Hadrian's Wall", "round": "Jeopardy!", "show_number": "6267", "fullAnswer": "Hadrian\\'s Wall" @@ -598809,16 +567299,6 @@ "show_number": "6267", "fullAnswer": "clarinet" }, - { - "category": "MARS NEEDS CONTESTANTS", - "air_date": "2011-12-13", - "question": "In 2003 the United States launched two Martian rovers--Opportunity & this, whose work is seen here", - "value": "$1,600", - "answer": "Spirit", - "round": "Double Jeopardy!", - "show_number": "6267", - "fullAnswer": "Spirit" - }, { "category": "MOVIE STAR FILMOGRAPHIES", "air_date": "2011-12-13", @@ -598849,16 +567329,6 @@ "show_number": "6267", "fullAnswer": "FOUR-LETTER WORDS" }, - { - "category": "CHAMBER MUSIC", - "air_date": "2011-12-13", - "question": "(Kelly of the Clue Crew stands in a practice room with a string quartet at the Juilliard School in New York.) In a tragic moment in Smetana's quartet titled \"From My Life\" a high note depicts the ringing that preceded this affliction, a terror for composers", - "value": "$1200", - "answer": "deafness", - "round": "Double Jeopardy!", - "show_number": "6267", - "fullAnswer": "deafness" - }, { "category": "GETTING DEFENSIVE", "air_date": "2011-12-13", @@ -598969,16 +567439,6 @@ "show_number": "6267", "fullAnswer": "the minuend" }, - { - "category": "CHAMBER MUSIC", - "air_date": "2011-12-13", - "question": "(Kelly of the Clue Crew stands on stage as a string quartet plays the piece described in the clue at the Julliard School in New York.) Opus 33 No. 2 by Haydn, who created the modern string quartet, tricks you with multiple endings; he couldn't resist a good one of these, the nickname of the piece", - "value": "$2000", - "answer": "The Joke", - "round": "Double Jeopardy!", - "show_number": "6267", - "fullAnswer": "\"The Joke\"" - }, { "category": "GETTING DEFENSIVE", "air_date": "2011-12-13", @@ -598989,16 +567449,6 @@ "show_number": "6267", "fullAnswer": "good intentions" }, - { - "category": "20th CENTURY LITERATURE", - "air_date": "2011-12-13", - "question": "A 50th anniversary edition of this fictionalized biography featured the painting seen here on its cover", - "value": null, - "answer": "Lust for Life", - "round": "Final Jeopardy!", - "show_number": "6267", - "fullAnswer": "Lust for Life" - }, { "category": "CAVING", "air_date": "1997-03-10", @@ -599639,16 +568089,6 @@ "show_number": "6182", "fullAnswer": "Bloomingdales" }, - { - "category": "OUT OF JAIL", - "air_date": "2011-06-28", - "question": "Arrested in 1902 & exiled to Siberia, this future dictator was freed in 1917, after the czar's overthrow", - "value": "$200", - "answer": "Stalin", - "round": "Jeopardy!", - "show_number": "6182", - "fullAnswer": "Stalin" - }, { "category": "LA CATEGORIE JEOPARDY!", "air_date": "2011-06-28", @@ -599689,26 +568129,6 @@ "show_number": "6182", "fullAnswer": "the quarter" }, - { - "category": "THE INTERNET", - "air_date": "2011-06-28", - "question": "loc.gov is the website for this place, home to about 745 miles of bookshelves", - "value": "$400", - "answer": "Library of Congress", - "round": "Jeopardy!", - "show_number": "6182", - "fullAnswer": "the Library of Congress" - }, - { - "category": "OUT OF JAIL", - "air_date": "2011-06-28", - "question": "Actress being arrested here in Cleveland in 1970 with suspicious pills later revealed to be just vitamins", - "value": "$400", - "answer": "Jane Fonda", - "round": "Jeopardy!", - "show_number": "6182", - "fullAnswer": "Jane Fonda" - }, { "category": "LA CATEGORIE JEOPARDY!", "air_date": "2011-06-28", @@ -599719,16 +568139,6 @@ "show_number": "6182", "fullAnswer": "\"Potent Potables\"" }, - { - "category": "\"H\"EALTH & MEDICINE", - "air_date": "2011-06-28", - "question": "(Here's Jimmy.) Collectively, the biceps femoris, semitendinosus & semimembranosus muscles are called this, which flexes & rotates the hip & knee joints", - "value": "$600", - "answer": "hamstring muscles", - "round": "Jeopardy!", - "show_number": "6182", - "fullAnswer": "the hamstring muscles" - }, { "category": "ON MY DOG'S iPOD", "air_date": "2011-06-28", @@ -599759,16 +568169,6 @@ "show_number": "6182", "fullAnswer": "PayPal" }, - { - "category": "OUT OF JAIL", - "air_date": "2011-06-28", - "question": "After about a year of incarceration, he was let out of jail in Poland in November of 1982", - "value": "$600", - "answer": "Walesa", - "round": "Jeopardy!", - "show_number": "6182", - "fullAnswer": "(Lech) Walesa" - }, { "category": "LA CATEGORIE JEOPARDY!", "air_date": "2011-06-28", @@ -599809,16 +568209,6 @@ "show_number": "6182", "fullAnswer": "the TSA" }, - { - "category": "OUT OF JAIL", - "air_date": "2011-06-28", - "question": "In 1971, President Nixon commuted this labor leader's 13-year jail sentence, & he was released", - "value": "$800", - "answer": "Jimmy Hoffa", - "round": "Jeopardy!", - "show_number": "6182", - "fullAnswer": "Jimmy Hoffa" - }, { "category": "LA CATEGORIE JEOPARDY!", "air_date": "2011-06-28", @@ -599859,16 +568249,6 @@ "show_number": "6182", "fullAnswer": "Watson & Crick" }, - { - "category": "OUT OF JAIL", - "air_date": "2011-06-28", - "question": "This former professor & L.S.D. advocate escaped from a California jail in September of 1970 & lived on the run for years", - "value": "$1000", - "answer": "Leary", - "round": "Jeopardy!", - "show_number": "6182", - "fullAnswer": "(Timothy) Leary" - }, { "category": "LA CATEGORIE JEOPARDY!", "air_date": "2011-06-28", @@ -599904,7 +568284,7 @@ "air_date": "2011-06-28", "question": "In 1853 Harriet Beecher Stowe published \"A Key to\" this novel, with facts & figures to back up its accuracy", "value": "$400", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Double Jeopardy!", "show_number": "6182", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -599929,16 +568309,6 @@ "show_number": "6182", "fullAnswer": "80" }, - { - "category": "\"O\" YES!", - "air_date": "2011-06-28", - "question": "Reliable park attraction seen here", - "value": "$400", - "answer": "Old Faithful", - "round": "Double Jeopardy!", - "show_number": "6182", - "fullAnswer": "Old Faithful" - }, { "category": "LAKES & RIVERS", "air_date": "2011-06-28", @@ -600049,16 +568419,6 @@ "show_number": "6182", "fullAnswer": "100" }, - { - "category": "\"O\" YES!", - "air_date": "2011-06-28", - "question": "You definitely wanted to be on the good side of this god when you went to the other side", - "value": "$1200", - "answer": "Osiris", - "round": "Double Jeopardy!", - "show_number": "6182", - "fullAnswer": "Osiris" - }, { "category": "LAKES & RIVERS", "air_date": "2011-06-28", @@ -600169,16 +568529,6 @@ "show_number": "6182", "fullAnswer": "55" }, - { - "category": "\"O\" YES!", - "air_date": "2011-06-28", - "question": "This endangered giraffe relative is more at home in the rainforest than on the open plain", - "value": "$2000", - "answer": "okapi", - "round": "Double Jeopardy!", - "show_number": "6182", - "fullAnswer": "okapi" - }, { "category": "FAMOUS NAMES", "air_date": "2011-06-28", @@ -600314,7 +568664,7 @@ "air_date": "2005-06-08", "question": "The U.S. abandoned the arsenal at this site in 1861, 2 years after a raid by John Brown", "value": "$600", - "answer": "Harper\\'s Ferry", + "answer": "Harper's Ferry", "round": "Jeopardy!", "show_number": "4793", "fullAnswer": "Harper\\'s Ferry" @@ -600544,7 +568894,7 @@ "air_date": "2005-06-08", "question": "First woman's annoyances", "value": "$400", - "answer": "Eve\\'s peeves", + "answer": "Eve's peeves", "round": "Double Jeopardy!", "show_number": "4793", "fullAnswer": "Eve\\'s peeves" @@ -600604,7 +568954,7 @@ "air_date": "2005-06-08", "question": "Cain's brother's horse barns", "value": "$800", - "answer": "Abel\\'s stables", + "answer": "Abel's stables", "round": "Double Jeopardy!", "show_number": "4793", "fullAnswer": "Abel\\'s stables" @@ -600639,16 +568989,6 @@ "show_number": "4793", "fullAnswer": "Norway" }, - { - "category": "DELI-CACIES", - "air_date": "2005-06-08", - "question": "(Cheryl of the Clue Crew sits down to a dish at Katz's Deli in New York.) Under various names, this item is part of the cuisine of much of Europe; in Jewish cooking, it's called this", - "value": "$1200", - "answer": "blintz", - "round": "Double Jeopardy!", - "show_number": "4793", - "fullAnswer": "a blintz" - }, { "category": "LINES FROM POE", "air_date": "2005-06-08", @@ -600664,21 +569004,11 @@ "air_date": "2005-06-08", "question": "Biblical epistle writer's shopping centers", "value": "$1200", - "answer": "Paul\\'s malls", + "answer": "Paul's malls", "round": "Double Jeopardy!", "show_number": "4793", "fullAnswer": "Paul\\'s malls" }, - { - "category": "\"BI\"OLOGY", - "air_date": "2005-06-08", - "question": "(Jimmy of the Clue Crew points to an easel-sized rendition of Da Vinci's Vitruvian Man.) It's the mirror image quality seen in all vertebrates, including you and me", - "value": "$1600", - "answer": "bilateral symmetry", - "round": "Double Jeopardy!", - "show_number": "4793", - "fullAnswer": "bilateral symmetry" - }, { "category": "JOCKEY SHORTS", "air_date": "2005-06-08", @@ -600724,7 +569054,7 @@ "air_date": "2005-06-08", "question": "Lion's den denizen's small dogs", "value": "$1600", - "answer": "Daniel\\'s spaniels", + "answer": "Daniel's spaniels", "round": "Double Jeopardy!", "show_number": "4793", "fullAnswer": "Daniel\\'s spaniels" @@ -600759,16 +569089,6 @@ "show_number": "4793", "fullAnswer": "the Cayman Islands" }, - { - "category": "DELI-CACIES", - "air_date": "2005-06-08", - "question": "Full already? You didn't save room for one more of these cookies, made from cream cheese dough?", - "value": "$2000", - "answer": "rugelach", - "round": "Double Jeopardy!", - "show_number": "4793", - "fullAnswer": "rugelach" - }, { "category": "LINES FROM POE", "air_date": "2005-06-08", @@ -600784,7 +569104,7 @@ "air_date": "2005-06-08", "question": "\"Beloved physician\"'s atomic weapons", "value": "$2000", - "answer": "Luke\\'s nukes", + "answer": "Luke's nukes", "round": "Double Jeopardy!", "show_number": "4793", "fullAnswer": "Luke\\'s nukes" @@ -600849,16 +569169,6 @@ "show_number": "5483", "fullAnswer": "true" }, - { - "category": "GEEK SQUAD", - "air_date": "2008-06-11", - "question": "(A Geek hooks up a video game console.) If you really want to pwn n00bs, we'll connect this gaming system which is the only one that uses Bluetooth & Blu-Ray technologies", - "value": "$200", - "answer": "PlayStation 3", - "round": "Jeopardy!", - "show_number": "5483", - "fullAnswer": "PlayStation 3" - }, { "category": "THE CONTINENT...", "air_date": "2008-06-11", @@ -600909,16 +569219,6 @@ "show_number": "5483", "fullAnswer": "a tumbler" }, - { - "category": "GEEK SQUAD", - "air_date": "2008-06-11", - "question": "(A Geek shows off an EVDO card.) An EVDO card gives you anywhere-broadband Internet access via a cell phone provider that uses 3G technology; 3G stands for this", - "value": "$400", - "answer": "third generation", - "round": "Jeopardy!", - "show_number": "5483", - "fullAnswer": "third generation" - }, { "category": "THE CONTINENT...", "air_date": "2008-06-11", @@ -600929,16 +569229,6 @@ "show_number": "5483", "fullAnswer": "South America" }, - { - "category": "LEGS", - "air_date": "2008-06-11", - "question": "Seen here, she was definitely not an ugly Betty", - "value": "$600", - "answer": "Betty Grable", - "round": "Jeopardy!", - "show_number": "5483", - "fullAnswer": "Betty Grable" - }, { "category": "GOOD DOGGIE", "air_date": "2008-06-11", @@ -600969,16 +569259,6 @@ "show_number": "5483", "fullAnswer": "tinker" }, - { - "category": "GEEK SQUAD", - "air_date": "2008-06-11", - "question": "(A Geek demonstrates a piece of hardware.) If you lose your broadband connection, one of the problems might be this device that can allow wireless connection to other devices or the Internet", - "value": "$600", - "answer": "router", - "round": "Jeopardy!", - "show_number": "5483", - "fullAnswer": "a router" - }, { "category": "THE CONTINENT...", "air_date": "2008-06-11", @@ -601029,16 +569309,6 @@ "show_number": "5483", "fullAnswer": "tug" }, - { - "category": "GEEK SQUAD", - "air_date": "2008-06-11", - "question": "(A Geek demonstrated a non-traditional modem.) If your home can't be wired with Ethernet or use wireless devices, we can install this type of technology allowing networking using your traditional electrical outlets", - "value": "$800", - "answer": "powerline networking", - "round": "Jeopardy!", - "show_number": "5483", - "fullAnswer": "powerline networking" - }, { "category": "THE CONTINENT...", "air_date": "2008-06-11", @@ -601049,16 +569319,6 @@ "show_number": "5483", "fullAnswer": "Asia" }, - { - "category": "LEGS", - "air_date": "2008-06-11", - "question": "We'll jump on \"The Band Wagon\" if it means we can see her legs in \"Silk Stockings\"", - "value": "$1000", - "answer": "Cyd Charisse", - "round": "Jeopardy!", - "show_number": "5483", - "fullAnswer": "Cyd Charisse" - }, { "category": "GOOD DOGGIE", "air_date": "2008-06-11", @@ -601089,16 +569349,6 @@ "show_number": "5483", "fullAnswer": "tribune" }, - { - "category": "GEEK SQUAD", - "air_date": "2008-06-11", - "question": "(A Geek indicates a computer port.) Today it's easy connecting devices by using USB; older computers use 2 types of ports, parallel & this one", - "value": "$1000", - "answer": "serial", - "round": "Jeopardy!", - "show_number": "5483", - "fullAnswer": "serial" - }, { "category": "OPERA", "air_date": "2008-06-11", @@ -601649,16 +569899,6 @@ "show_number": "6132", "fullAnswer": "punctuation marks" }, - { - "category": "FROM U.S. TO USSR", - "air_date": "2011-04-19", - "question": "(Jimmy of the Clue Crew delivers the clue from the Dance Theatre of Harlem in New York.) In 1988, the Dance Theatre of Harlem became part of the great legacy of dance in Russia, being acclaimed with a standing ovation at this famed Leningrad theater", - "value": "$1000", - "answer": "Kirov", - "round": "Jeopardy!", - "show_number": "6132", - "fullAnswer": "the Kirov" - }, { "category": "25-GAME WINNERS", "air_date": "2011-04-19", @@ -601724,7 +569964,7 @@ "air_date": "2011-04-19", "question": "Jimmy Stewart said this film was his favorite, as \"it's what a true motion picture should be\"", "value": "$400", - "answer": "It\\'s a Wonderful Life", + "answer": "It's a Wonderful Life", "round": "Double Jeopardy!", "show_number": "6132", "fullAnswer": "It\\'s a Wonderful Life" @@ -602104,7 +570344,7 @@ "air_date": "1990-02-09", "question": "The old English belief that birds select their mates on a certain day may have given rise to this holiday", "value": "$200", - "answer": "Valentine\\'s Day", + "answer": "Valentine's Day", "round": "Jeopardy!", "show_number": "1260", "fullAnswer": "Valentine\\'s Day" @@ -603234,7 +571474,7 @@ "air_date": "1999-01-19", "question": "This 1957 Buddy Holly hit was inspired by a line of dialogue from the John Wayne film \"The Searchers\"", "value": null, - "answer": "That\\'ll Be The Day", + "answer": "That'll Be The Day", "round": "Final Jeopardy!", "show_number": "3312", "fullAnswer": "That\\'ll Be The Day" @@ -603714,7 +571954,7 @@ "air_date": "2011-09-21", "question": "Virginia, 1676:
A \"hammy\" colonist & his followers versus natives & the governor", "value": "$1600", - "answer": "Bacon\\'s Rebellion", + "answer": "Bacon's Rebellion", "round": "Double Jeopardy!", "show_number": "6208", "fullAnswer": "Bacon\\'s Rebellion" @@ -603729,16 +571969,6 @@ "show_number": "6208", "fullAnswer": "Harvey" }, - { - "category": "TREES", - "air_date": "2011-09-21", - "question": "As seen in the picture, these majestic trees of the South are commonly covered with Spanish moss", - "value": "$1600", - "answer": "oak", - "round": "Double Jeopardy!", - "show_number": "6208", - "fullAnswer": "oak" - }, { "category": "FROM THE FREN\"CH\"", "air_date": "2011-09-21", @@ -603774,7 +572004,7 @@ "air_date": "2011-09-21", "question": "New England, 1786-87:
A former soldier & 1,200 followers versus taxes & foreclosures", "value": "$2000", - "answer": "Shays\\' Rebellion", + "answer": "Shays' Rebellion", "round": "Double Jeopardy!", "show_number": "6208", "fullAnswer": "Shays\\' Rebellion" @@ -604004,7 +572234,7 @@ "air_date": "1997-09-19", "question": "Once Nell Carter's neighbor on \"Gimme A Break\", she's in a league of her own as a talk show host", "value": "$300", - "answer": "Rosie O\\'Donnell", + "answer": "Rosie O'Donnell", "round": "Jeopardy!", "show_number": "3000", "fullAnswer": "Rosie O\\'Donnell" @@ -604099,16 +572329,6 @@ "show_number": "3000", "fullAnswer": "bombega" }, - { - "category": "ACTORS & ROLES", - "air_date": "1997-09-19", - "question": "(I'm Sam Waterston.) I played Nick Carraway in the 1974 film version of this famous novel", - "value": "$1,100", - "answer": "Great Gatsby", - "round": "Jeopardy!", - "show_number": "3000", - "fullAnswer": "The Great Gatsby" - }, { "category": "SEPTEMBER 1984", "air_date": "1997-09-19", @@ -605144,7 +573364,7 @@ "air_date": "2011-03-09", "question": "The marquee ingredient in this soup comes from a type of swallow", "value": "$600", - "answer": "bird\\'s nest soup", + "answer": "bird's nest soup", "round": "Jeopardy!", "show_number": "6103", "fullAnswer": "bird\\'s nest soup" @@ -605289,16 +573509,6 @@ "show_number": "6103", "fullAnswer": "Barack Obama, Hugo Chavez, Julia Gillard" }, - { - "category": "YAD VASHEM", - "air_date": "2011-03-09", - "question": "(Alex delivers the clue from Yad Vashem, Israel.) At Yad Vashem, which is the Jewish people's living memorial to the holocaust, the monument to Jewish resistance fighters forms this national symbol", - "value": "$400", - "answer": "Star of David", - "round": "Double Jeopardy!", - "show_number": "6103", - "fullAnswer": "the Star of David" - }, { "category": "TEACHING", "air_date": "2011-03-09", @@ -605349,16 +573559,6 @@ "show_number": "6103", "fullAnswer": "Koran/Korean" }, - { - "category": "YAD VASHEM", - "air_date": "2011-03-09", - "question": "(Alex shows us a large stone in Yad Vashem, Israel.) This stone comes from the central synagogue in Aachen, Germany, which was destroyed on November 9, 1938 in what became know as Kristallnacht, the Night of the Broken this", - "value": "$800", - "answer": "glass", - "round": "Double Jeopardy!", - "show_number": "6103", - "fullAnswer": "glass" - }, { "category": "TEACHING", "air_date": "2011-03-09", @@ -605399,26 +573599,6 @@ "show_number": "6103", "fullAnswer": "Stephen Hawking" }, - { - "category": "DROP A LETTER", - "air_date": "2011-03-09", - "question": "...from a type of mediator to get this implanted device visible in the chest C-ray seen here", - "value": "$800", - "answer": "pacemaker ", - "round": "Double Jeopardy!", - "show_number": "6103", - "fullAnswer": "pacemaker (from peacemaker)" - }, - { - "category": "YAD VASHEM", - "air_date": "2011-03-09", - "question": "(Alex walks in front of the Wall of Remembrance in Yad Vashem, Israel.) Both the valiant uprising against the Nazis & the final deportation are depicted here in the Wall of Remembrance to this city's ghetto, which at one time held more than 100,000 people in just 1.3 square miles", - "value": "$1200", - "answer": "Warsaw", - "round": "Double Jeopardy!", - "show_number": "6103", - "fullAnswer": "Warsaw" - }, { "category": "TEACHING", "air_date": "2011-03-09", @@ -605429,16 +573609,6 @@ "show_number": "6103", "fullAnswer": "Special Education" }, - { - "category": "SCIENCE TERMS", - "air_date": "2011-03-09", - "question": "(Sarah of the Clue Crew performs a science demonstration.) You'd expect the paper to fly up when extreme pressure is applied, but instead... the wood breaks; air couldn't flow in quickly enough between the paper, the wood, & the table, so a partial this 6-letter term was formed", - "value": "$1200", - "answer": "vacuum", - "round": "Double Jeopardy!", - "show_number": "6103", - "fullAnswer": "a vacuum" - }, { "category": "WE RETITLE TV SHOWS", "air_date": "2011-03-09", @@ -605469,16 +573639,6 @@ "show_number": "6103", "fullAnswer": "root (from robot)" }, - { - "category": "YAD VASHEM", - "air_date": "2011-03-09", - "question": "(Alex walks among lush green vegetation at Yad Vashem, Israel.) Symbolic of new life, trees line the avenue honoring those who risked their lives to help save the Jews; hey are known as this noble word \"among the nations\"", - "value": "$1600", - "answer": "righteous", - "round": "Double Jeopardy!", - "show_number": "6103", - "fullAnswer": "the righteous" - }, { "category": "TEACHING", "air_date": "2011-03-09", @@ -605529,16 +573689,6 @@ "show_number": "6103", "fullAnswer": "trade (from tirade)" }, - { - "category": "YAD VASHEM", - "air_date": "2011-03-09", - "question": "(Alex walks through the Valley of the Communities at Yad Vashem.) The Valley of the Communities is a labyrinth of great walls with the names of over 5,000 communities, most of which no longer exist; now the architects were inspired by this biblical prophet's vision of the Valley of the Dry Bones", - "value": "$2000", - "answer": "Ezekiel", - "round": "Double Jeopardy!", - "show_number": "6103", - "fullAnswer": "Ezekiel" - }, { "category": "TEACHING", "air_date": "2011-03-09", @@ -605549,16 +573699,6 @@ "show_number": "6103", "fullAnswer": "Teach for America" }, - { - "category": "SCIENCE TERMS", - "air_date": "2011-03-09", - "question": "(Sarah of the Clue Crew shows an animation on the monitor.) Glucose & fructose are monosaccharides; by removing a molecule of water, the two join to form this disaccharide, also known as table sugar", - "value": "$2000", - "answer": "sucrose", - "round": "Double Jeopardy!", - "show_number": "6103", - "fullAnswer": "sucrose" - }, { "category": "WE RETITLE TV SHOWS", "air_date": "2011-03-09", @@ -605624,7 +573764,7 @@ "air_date": "2005-06-13", "question": "In the movie \"Gone with the Wind\", Rhett Butler tells her, \"A cat's a better mother than you\"", "value": "$200", - "answer": "Scarlett O\\'Hara", + "answer": "Scarlett O'Hara", "round": "Jeopardy!", "show_number": "4796", "fullAnswer": "Scarlett O\\'Hara" @@ -605694,7 +573834,7 @@ "air_date": "2005-06-13", "question": "\"Factor\" in the idea that this Fox commentator has been known to tell guests in his \"No Spin Zone\" to \"Shut up!\"", "value": "$400", - "answer": "Bill O\\'Reilly", + "answer": "Bill O'Reilly", "round": "Jeopardy!", "show_number": "4796", "fullAnswer": "Bill O\\'Reilly" @@ -605854,7 +573994,7 @@ "air_date": "2005-06-13", "question": "This revolt, chiefly by farmers, took place in Massachusetts in 1786", "value": "$1000", - "answer": "Shays\\' Rebellion", + "answer": "Shays' Rebellion", "round": "Jeopardy!", "show_number": "4796", "fullAnswer": "Shays\\' Rebellion" @@ -605959,16 +574099,6 @@ "show_number": "4796", "fullAnswer": "Johann Sebastian Bach" }, - { - "category": "POTENT POTABLES", - "air_date": "2005-06-13", - "question": "(Cheryl of the Clue Crew holds up a drink in a tall glass.) A whiskey and soda is one example of this type of cocktail, also the relatively tall glass in which it is served", - "value": "$800", - "answer": "highball", - "round": "Double Jeopardy!", - "show_number": "4796", - "fullAnswer": "a highball" - }, { "category": "THE INDIAN OCEAN", "air_date": "2005-06-13", @@ -606049,16 +574179,6 @@ "show_number": "4796", "fullAnswer": "spring" }, - { - "category": "HENCE THE TITLE", - "air_date": "2005-06-13", - "question": "(Sarah of the Clue Crew reports from the brightly-lit nighttime streets of New York.) John Rechy wrote, \"I would think of America as one vast city of\" this \"stretching gaudily from Times Square\"", - "value": "$1200", - "answer": "night", - "round": "Double Jeopardy!", - "show_number": "4796", - "fullAnswer": "night" - }, { "category": "\"VE\" DAY", "air_date": "2005-06-13", @@ -606069,26 +574189,6 @@ "show_number": "4796", "fullAnswer": "ventriloquism" }, - { - "category": "CLASSICAL MUSIC", - "air_date": "2005-06-13", - "question": "The composition Carl Orff titled this has been heard on many movie soundtracks", - "value": "$1600", - "answer": "Carmina Burana", - "round": "Double Jeopardy!", - "show_number": "4796", - "fullAnswer": "\"Carmina Burana\"" - }, - { - "category": "POTENT POTABLES", - "air_date": "2005-06-13", - "question": "In the 1850s Manet painted the drinker of this dangerous liqueur", - "value": "$3,000", - "answer": "absinthe", - "round": "Double Jeopardy!", - "show_number": "4796", - "fullAnswer": "absinthe" - }, { "category": "THE INDIAN OCEAN", "air_date": "2005-06-13", @@ -606114,7 +574214,7 @@ "air_date": "2005-06-13", "question": "A character in this 1933 Erskine Caldwell novel sets aside land for the church--the poorest piece at a given time", "value": "$1600", - "answer": "God\\'s Little Acre", + "answer": "God's Little Acre", "round": "Double Jeopardy!", "show_number": "4796", "fullAnswer": "God\\'s Little Acre" @@ -606179,16 +574279,6 @@ "show_number": "4796", "fullAnswer": "Crossing the Bar" }, - { - "category": "\"VE\" DAY", - "air_date": "2005-06-13", - "question": "It's his 17th century work seen here", - "value": "$2000", - "answer": "Velasquez", - "round": "Double Jeopardy!", - "show_number": "4796", - "fullAnswer": "Velasquez" - }, { "category": "AMERICANA", "air_date": "2005-06-13", @@ -606674,7 +574764,7 @@ "air_date": "1994-11-04", "question": "It completes the title of the play \"Oh Dad, Poor Dad, Mamma's Hung You in the Closet...\"", "value": "$600", - "answer": "and I\\'m Feeling So Sad", + "answer": "and I'm Feeling So Sad", "round": "Double Jeopardy!", "show_number": "2340", "fullAnswer": "and I\\'m Feeling So Sad" @@ -606989,16 +575079,6 @@ "show_number": "6184", "fullAnswer": "rambunctious" }, - { - "category": "MAMMALS", - "air_date": "2011-06-30", - "question": "(Sarah of the Clue Crew reports from Antarctica as a whale blows.)
The characteristic shape of this whale, the only species in the genus megaptera, makes it the easiest great whale to identify", - "value": "$800", - "answer": "humpback whale", - "round": "Jeopardy!", - "show_number": "6184", - "fullAnswer": "the humpback whale" - }, { "category": "SITCOM SPOUSES", "air_date": "2011-06-30", @@ -607049,22 +575129,12 @@ "show_number": "6184", "fullAnswer": "ramble" }, - { - "category": "MAMMALS", - "air_date": "2011-06-30", - "question": "It's not a feline, it's not a reptile, it's the fossa, the largest carnivore of this island off Africa", - "value": "$1000", - "answer": "Madagascar", - "round": "Jeopardy!", - "show_number": "6184", - "fullAnswer": "Madagascar" - }, { "category": "SITCOM SPOUSES", "air_date": "2011-06-30", "question": "Jim Backus & Natalie Schafer", "value": "$1000", - "answer": "Gilligan\\'s Island", + "answer": "Gilligan's Island", "round": "Jeopardy!", "show_number": "6184", "fullAnswer": "Gilligan\\'s Island" @@ -607124,7 +575194,7 @@ "air_date": "2011-06-30", "question": "Brad Pitt played an ace cardsharp who was one of George Clooney's accomplices in this 2001 caper", "value": "$400", - "answer": "Ocean\\'s Eleven", + "answer": "Ocean's Eleven", "round": "Double Jeopardy!", "show_number": "6184", "fullAnswer": "Ocean\\'s Eleven" @@ -607379,16 +575449,6 @@ "show_number": "6184", "fullAnswer": "The Tower of London" }, - { - "category": "THE 1930s", - "air_date": "2011-06-30", - "question": "World War I veterans demanding extra pay for their service made up the 1930s group known as this army", - "value": "$2000", - "answer": "Bonus Army", - "round": "Double Jeopardy!", - "show_number": "6184", - "fullAnswer": "the Bonus Army" - }, { "category": "I'M BORED!", "air_date": "2011-06-30", @@ -607454,7 +575514,7 @@ "air_date": "2007-06-26", "question": "\"One man's meat is...\"", "value": "$200", - "answer": "another man\\'s poison", + "answer": "another man's poison", "round": "Jeopardy!", "show_number": "5262", "fullAnswer": "another man\\'s poison" @@ -607634,7 +575694,7 @@ "air_date": "2007-06-26", "question": "\"If you're not part of the solution...\"", "value": "$800", - "answer": "you\\'re part of the problem", + "answer": "you're part of the problem", "round": "Jeopardy!", "show_number": "5262", "fullAnswer": "you\\'re part of the problem" @@ -607669,16 +575729,6 @@ "show_number": "5262", "fullAnswer": "(Franklin) Pierce" }, - { - "category": "STATES OF MIND", - "air_date": "2007-06-26", - "question": "(Cheryl of the Clue Crew displays a symbol.) Curves represent the waking & dream states, & the dot is the metaphysical/ transcendental state in this Sanskrit syllable", - "value": "$1000", - "answer": "om", - "round": "Jeopardy!", - "show_number": "5262", - "fullAnswer": "om" - }, { "category": "GOT MILNE?", "air_date": "2007-06-26", @@ -607709,16 +575759,6 @@ "show_number": "5262", "fullAnswer": "Cadillac" }, - { - "category": "\"M.G.\"", - "air_date": "2007-06-26", - "question": "He's the graphic design legend who created the Bob Dylan poster seen here", - "value": "$1000", - "answer": "Milton Glaser", - "round": "Jeopardy!", - "show_number": "5262", - "fullAnswer": "Milton Glaser" - }, { "category": "ALL THINGS CHINESE", "air_date": "2007-06-26", @@ -608144,7 +576184,7 @@ "air_date": "2012-01-20", "question": "The moral of \"The Milkmaid & Her Pail\" is \"don't\" do this", "value": "$600", - "answer": "Don\\'t count your chickens before they hatch", + "answer": "Don't count your chickens before they hatch", "round": "Jeopardy!", "show_number": "6295", "fullAnswer": "Don\\'t count your chickens before they hatch" @@ -608319,16 +576359,6 @@ "show_number": "6295", "fullAnswer": "water wings" }, - { - "category": "FAMOUS WOMEN", - "air_date": "2012-01-20", - "question": "Though female, she claimed to have the heart and stomach of a king", - "value": "$400", - "answer": "Queen Elizabeth I", - "round": "Double Jeopardy!", - "show_number": "6295", - "fullAnswer": "Queen Elizabeth I" - }, { "category": "COPPING OUT ON TV", "air_date": "2012-01-20", @@ -608379,16 +576409,6 @@ "show_number": "6295", "fullAnswer": "race riots" }, - { - "category": "FAMOUS WOMEN", - "air_date": "2012-01-20", - "question": "A former spy, she cooked up some excitement of her own as an author and TV host", - "value": "$800", - "answer": "Julia Child", - "round": "Double Jeopardy!", - "show_number": "6295", - "fullAnswer": "Julia Child" - }, { "category": "COPPING OUT ON TV", "air_date": "2012-01-20", @@ -608439,16 +576459,6 @@ "show_number": "6295", "fullAnswer": "fast forward" }, - { - "category": "FAMOUS WOMEN", - "air_date": "2012-01-20", - "question": "She's seen here, perhaps contemplating a creative homicide", - "value": "$1200", - "answer": "Agatha Christie", - "round": "Double Jeopardy!", - "show_number": "6295", - "fullAnswer": "Agatha Christie" - }, { "category": "COPPING OUT ON TV", "air_date": "2012-01-20", @@ -608499,16 +576509,6 @@ "show_number": "6295", "fullAnswer": "the merchant marine" }, - { - "category": "FAMOUS WOMEN", - "air_date": "2012-01-20", - "question": "In 1992, this woman endeavoured to achieve an historic first, and she did", - "value": "$1600", - "answer": "Mae Jemison", - "round": "Double Jeopardy!", - "show_number": "6295", - "fullAnswer": "Mae Jemison" - }, { "category": "\"U-R\" THERE", "air_date": "2012-01-20", @@ -608539,26 +576539,6 @@ "show_number": "6295", "fullAnswer": "c-i-v-i-l" }, - { - "category": "ALLITERATIVELY YOURS", - "air_date": "2012-01-20", - "question": "Seen here, it's used to signal a footnote when you've run out of other symbols", - "value": "$2000", - "answer": "double dagger", - "round": "Double Jeopardy!", - "show_number": "6295", - "fullAnswer": "a double dagger" - }, - { - "category": "FAMOUS WOMEN", - "air_date": "2012-01-20", - "question": "During her rule in antiquity, she was often depicted as a male with a beard", - "value": "$2000", - "answer": "Hatshepsut", - "round": "Double Jeopardy!", - "show_number": "6295", - "fullAnswer": "Hatshepsut" - }, { "category": "COPPING OUT ON TV", "air_date": "2012-01-20", @@ -608569,16 +576549,6 @@ "show_number": "6295", "fullAnswer": "Southland" }, - { - "category": "\"U-R\" THERE", - "air_date": "2012-01-20", - "question": "As indicated on the map, they are South America's two smallest independent countries in area", - "value": "$2,400", - "answer": "Uruguay and Suriname", - "round": "Double Jeopardy!", - "show_number": "6295", - "fullAnswer": "Uruguay and Suriname" - }, { "category": "PHYSICS", "air_date": "2012-01-20", @@ -608679,16 +576649,6 @@ "show_number": "4686", "fullAnswer": "Truman and Eisenhower" }, - { - "category": "FILMS OF THE '70s", - "air_date": "2005-01-10", - "question": "(Hi. I'm Bob Woodward.) In \"All the President's Men\", Carl Bernstein was played by Dustin Hoffman & I was portrayed by this handsome star who bears no resemblence to me", - "value": "$400", - "answer": "Robert Redford", - "round": "Jeopardy!", - "show_number": "4686", - "fullAnswer": "Robert Redford" - }, { "category": "SO NICE THEY NICKNAMED ME TWICE", "air_date": "2005-01-10", @@ -608789,16 +576749,6 @@ "show_number": "4686", "fullAnswer": "a crow" }, - { - "category": "PRESIDENTIAL LIBRARIES", - "air_date": "2005-01-10", - "question": "The LBJ Library sells CDs of the President's phone calls, like the following one with her

LBJ: \"...how we can carry on, if you give us a little strength.\"
Woman: \"But you know what I wanted to say to you about that letter? I know how rare a letter is in a president's handwriting.\"
", - "value": "$800", - "answer": "Jacqueline Kennedy", - "round": "Jeopardy!", - "show_number": "4686", - "fullAnswer": "Jacqueline Kennedy" - }, { "category": "FILMS OF THE '70s", "air_date": "2005-01-10", @@ -608899,16 +576849,6 @@ "show_number": "4686", "fullAnswer": "drizzle" }, - { - "category": "THE BIRD IS THE WORD", - "air_date": "2005-01-10", - "question": "(Jimmy of the Clue Crew holds a pink disc.) It's the general two-word term for a trap shooting target--live ones went out in the early 1900s", - "value": "$1000", - "answer": "clay pigeon", - "round": "Jeopardy!", - "show_number": "4686", - "fullAnswer": "a clay pigeon" - }, { "category": "FIRST THINGS FIRST", "air_date": "2005-01-10", @@ -608989,16 +576929,6 @@ "show_number": "4686", "fullAnswer": "hockey" }, - { - "category": "ART", - "air_date": "2005-01-10", - "question": "He advocated sfumato, a subtle blending of tones, saying light and shade should blend like smoke as seen here", - "value": "$800", - "answer": "Da Vinci", - "round": "Double Jeopardy!", - "show_number": "4686", - "fullAnswer": "Da Vinci" - }, { "category": "A RANK CATEGORY", "air_date": "2005-01-10", @@ -609219,16 +577149,6 @@ "show_number": "4686", "fullAnswer": "Isaac Asimov" }, - { - "category": "THE WORLD'S MOST EXPENSIVE PAINTINGS", - "air_date": "2005-10-20", - "question": "In 1987 this Van Gogh work sold for $53.9 million, then a record price for a work of art", - "value": "$200", - "answer": "Irises", - "round": "Jeopardy!", - "show_number": "4854", - "fullAnswer": "Irises" - }, { "category": "\"ROCK\" SONGS", "air_date": "2005-10-20", @@ -609279,16 +577199,6 @@ "show_number": "4854", "fullAnswer": "fishhook" }, - { - "category": "THE WORLD'S MOST EXPENSIVE PAINTINGS", - "air_date": "2005-10-20", - "question": "Painted around 1876, his \"Au Moulin de la Galette\" was purchased in 1990 for $78 million", - "value": "$400", - "answer": "Renoir", - "round": "Jeopardy!", - "show_number": "4854", - "fullAnswer": "Renoir" - }, { "category": "\"ROCK\" SONGS", "air_date": "2005-10-20", @@ -609339,16 +577249,6 @@ "show_number": "4854", "fullAnswer": "hitchhike" }, - { - "category": "THE WORLD'S MOST EXPENSIVE PAINTINGS", - "air_date": "2005-10-20", - "question": "Selling for $60 million in 1999, \"Rideau, Crouchon, et Compotier\" by this Post-Impressionist is seen here", - "value": "$600", - "answer": "Paul Cezanne", - "round": "Jeopardy!", - "show_number": "4854", - "fullAnswer": "Paul Cezanne" - }, { "category": "\"ROCK\" SONGS", "air_date": "2005-10-20", @@ -609399,22 +577299,12 @@ "show_number": "4854", "fullAnswer": "roughhouse" }, - { - "category": "THE WORLD'S MOST EXPENSIVE PAINTINGS", - "air_date": "2005-10-20", - "question": "His \"Garcon a la Pipe\" seen here sold for a record $104 million in 2004", - "value": "$800", - "answer": "Picasso", - "round": "Jeopardy!", - "show_number": "4854", - "fullAnswer": "Picasso" - }, { "category": "\"ROCK\" SONGS", "air_date": "2005-10-20", "question": "In 1972 Johnny Rivers came down with this, in addition to the \"Boogie Woogie Flu\"", "value": "$800", - "answer": "The Rockin\\' Pneumonia", + "answer": "The Rockin' Pneumonia", "round": "Jeopardy!", "show_number": "4854", "fullAnswer": "\"The Rockin\\' Pneumonia\"" @@ -609459,16 +577349,6 @@ "show_number": "4854", "fullAnswer": "withholding" }, - { - "category": "THE WORLD'S MOST EXPENSIVE PAINTINGS", - "air_date": "2005-10-20", - "question": "In 2004, an unidentified buyer purchased this artist's 1872 \"Races at the Bois de Boulogne\" for $26 million", - "value": "$1000", - "answer": "Manet", - "round": "Jeopardy!", - "show_number": "4854", - "fullAnswer": "Manet" - }, { "category": "\"ROCK\" SONGS", "air_date": "2005-10-20", @@ -609479,26 +577359,6 @@ "show_number": "4854", "fullAnswer": "\"Rocky Mountain High\"" }, - { - "category": "THE BUREAU OF LAND MANAGEMENT", - "air_date": "2005-10-20", - "question": "The BLM administers Escalante National Monument, including \"No Man's\" this formation", - "value": "$1000", - "answer": "Mesa", - "round": "Jeopardy!", - "show_number": "4854", - "fullAnswer": "Mesa" - }, - { - "category": "AQUATIC LIFE", - "air_date": "2005-10-20", - "question": "Though just one of these fish is seen here, its name sounds like it's part of a collective", - "value": "$1000", - "answer": "grouper", - "round": "Jeopardy!", - "show_number": "4854", - "fullAnswer": "a grouper" - }, { "category": "THE ONLY", "air_date": "2005-10-20", @@ -609549,16 +577409,6 @@ "show_number": "4854", "fullAnswer": "Look Homeward, Angel" }, - { - "category": "CHEESE", - "air_date": "2005-10-20", - "question": "(Cheryl of the Clue Crew gives the clue in front of a tub of milk in Wisconsin.) The first step in cheese making is this process named for a bacteriologist", - "value": "$400", - "answer": "pasteurization", - "round": "Double Jeopardy!", - "show_number": "4854", - "fullAnswer": "pasteurization" - }, { "category": "THE VIRGINIAN", "air_date": "2005-10-20", @@ -609609,16 +577459,6 @@ "show_number": "4854", "fullAnswer": "Under the Tuscan Sun" }, - { - "category": "CHEESE", - "air_date": "2005-10-20", - "question": "(Cheryl of the Clue Crew delivers the clue scoops milky white granules out of a trough in Wisconsin.) In cheese making the magic of warming causes separation into whey and this semi-solid material", - "value": "$800", - "answer": "curds", - "round": "Double Jeopardy!", - "show_number": "4854", - "fullAnswer": "curds" - }, { "category": "THE VIRGINIAN", "air_date": "2005-10-20", @@ -609669,16 +577509,6 @@ "show_number": "4854", "fullAnswer": "The House of the Seven Gables" }, - { - "category": "CHEESE", - "air_date": "2005-10-20", - "question": "(Cheryl of the Clue Crew holds a cylinder of cheese in Wisconsin.) Cheese is formed, warmed, & then preserved in this salt water solution; the salt flavors the cheese & protects its surface", - "value": "$1200", - "answer": "brine", - "round": "Double Jeopardy!", - "show_number": "4854", - "fullAnswer": "brine" - }, { "category": "THE VIRGINIAN", "air_date": "2005-10-20", @@ -609729,16 +577559,6 @@ "show_number": "4854", "fullAnswer": "Bleak House" }, - { - "category": "CHEESE", - "air_date": "2005-10-20", - "question": "(Jimmy of the Clue Crew presents in front of metal shelves stocked with cheese in Wisconsin.) This cheese making stage, also called ripening, can be as simple as keeping the cheese in a cooler until the flavors have matured", - "value": "$1600", - "answer": "aging", - "round": "Double Jeopardy!", - "show_number": "4854", - "fullAnswer": "aging" - }, { "category": "THE VIRGINIAN", "air_date": "2005-10-20", @@ -609789,16 +577609,6 @@ "show_number": "4854", "fullAnswer": "The House of Mirth" }, - { - "category": "CHEESE", - "air_date": "2005-10-20", - "question": "(Cheryl of the Clue Crew, in a cheese storage area in Wisconsin, gives the final clue of the category.) The name of this final step that refines cheese is from the French for \"refine\"; it may include 30 washes by hand", - "value": "$2000", - "answer": "affinage", - "round": "Double Jeopardy!", - "show_number": "4854", - "fullAnswer": "affinage" - }, { "category": "THE VIRGINIAN", "air_date": "2005-10-20", @@ -609869,16 +577679,6 @@ "show_number": "5927", "fullAnswer": "a gallop" }, - { - "category": "WHATCHA DOIN'?", - "air_date": "2010-05-25", - "question": "Hanging out at one of these establishments", - "value": "$200", - "answer": "bowling alley", - "round": "Jeopardy!", - "show_number": "5927", - "fullAnswer": "a bowling alley" - }, { "category": "FANCY A BRITISH DATE?", "air_date": "2010-05-25", @@ -609929,16 +577729,6 @@ "show_number": "5927", "fullAnswer": "a scallop" }, - { - "category": "WHATCHA DOIN'?", - "air_date": "2010-05-25", - "question": "Getting to the point by carrying out this office task", - "value": "$400", - "answer": "sharpening a pencil", - "round": "Jeopardy!", - "show_number": "5927", - "fullAnswer": "sharpening a pencil" - }, { "category": "FANCY A BRITISH DATE?", "air_date": "2010-05-25", @@ -609949,16 +577739,6 @@ "show_number": "5927", "fullAnswer": "Oxford" }, - { - "category": "THE MIDDLE OF SOMEWHERE", - "air_date": "2010-05-25", - "question": "(Kelly of the Clue Crew shows a map on the monitor.) It's about equally far from the eastern as the western border & from the northern border as the southern coast to this second-largest Burmese city", - "value": "$600", - "answer": "Mandalay", - "round": "Jeopardy!", - "show_number": "5927", - "fullAnswer": "Mandalay" - }, { "category": "BASEBALL ROOKIES OF THE YEAR", "air_date": "2010-05-25", @@ -609989,16 +577769,6 @@ "show_number": "5927", "fullAnswer": "an alloy" }, - { - "category": "WHATCHA DOIN'?", - "air_date": "2010-05-25", - "question": "Doing my taxes the old-fashioned way using one of these \"dinosaurs\"", - "value": "$600", - "answer": "adding machine", - "round": "Jeopardy!", - "show_number": "5927", - "fullAnswer": "an adding machine" - }, { "category": "FANCY A BRITISH DATE?", "air_date": "2010-05-25", @@ -610039,26 +577809,6 @@ "show_number": "5927", "fullAnswer": "a Russian" }, - { - "category": "\"ALLO\" DARLIN'", - "air_date": "2010-05-25", - "question": "Gulp--this species with a distinctive tail is seen here", - "value": "$800", - "answer": "swallow", - "round": "Jeopardy!", - "show_number": "5927", - "fullAnswer": "swallow" - }, - { - "category": "WHATCHA DOIN'?", - "air_date": "2010-05-25", - "question": "Playing this game with a friend", - "value": "$800", - "answer": "ping pong", - "round": "Jeopardy!", - "show_number": "5927", - "fullAnswer": "ping pong" - }, { "category": "FANCY A BRITISH DATE?", "air_date": "2010-05-25", @@ -610109,16 +577859,6 @@ "show_number": "5927", "fullAnswer": "the Fallopian tubes" }, - { - "category": "WHATCHA DOIN'?", - "air_date": "2010-05-25", - "question": "I'm at a wedding about to do this", - "value": "$1000", - "answer": "make a toast", - "round": "Jeopardy!", - "show_number": "5927", - "fullAnswer": "make a toast" - }, { "category": "FANCY A BRITISH DATE?", "air_date": "2010-05-25", @@ -611209,16 +578949,6 @@ "show_number": "5301", "fullAnswer": "a blue state" }, - { - "category": "SEA LIFE", - "air_date": "2007-10-01", - "question": "(Sarah of the Clue Crew reports from the USC Wrigley Institute.) This type of lobster thrives in Catalina's waters, even though it's missing its more popular cousin's claws", - "value": "$800", - "answer": "spiny lobster", - "round": "Jeopardy!", - "show_number": "5301", - "fullAnswer": "a spiny lobster" - }, { "category": "JAZZ NICKNAMES", "air_date": "2007-10-01", @@ -611489,16 +579219,6 @@ "show_number": "5301", "fullAnswer": "(Roger) Maris" }, - { - "category": "WAR STARS", - "air_date": "2007-10-01", - "question": "Willem Dafoe is seen here on the poster from this award-winning 1980's film", - "value": "$1200", - "answer": "Platoon", - "round": "Double Jeopardy!", - "show_number": "5301", - "fullAnswer": "Platoon" - }, { "category": "MAY THE FOREST BE WITH YOU", "air_date": "2007-10-01", @@ -611674,7 +579394,7 @@ "air_date": "1987-04-06", "question": "In women, the hormone prolactin increases production of this", "value": "$100", - "answer": "mother\\'s milk", + "answer": "mother's milk", "round": "Jeopardy!", "show_number": "606", "fullAnswer": "mother\\'s milk" @@ -612014,7 +579734,7 @@ "air_date": "1987-04-06", "question": "It's \"That heavenly coffee\"", "value": "$400", - "answer": "Chock full o\\'Nuts", + "answer": "Chock full o'Nuts", "round": "Double Jeopardy!", "show_number": "606", "fullAnswer": "Chock full o\\'Nuts" @@ -612074,7 +579794,7 @@ "air_date": "1987-04-06", "question": "Subtitle which appeared when the commerical spokesman said the Isuzu gets \"94 mpg city, 112 highway!\"", "value": "$600", - "answer": "He\\'s Lying", + "answer": "He's Lying", "round": "Double Jeopardy!", "show_number": "606", "fullAnswer": "He\\'s Lying" @@ -612089,16 +579809,6 @@ "show_number": "606", "fullAnswer": "The General (or The Great Locomotive Chase)" }, - { - "category": "SHAKESPEAREAN TRIVIA", - "air_date": "1987-04-06", - "question": "Comic character depicted here with Shakespeare in monument at Stratford-on-Avon:", - "value": "$1,000", - "answer": "Sir John Falstaff", - "round": "Double Jeopardy!", - "show_number": "606", - "fullAnswer": "Sir John Falstaff" - }, { "category": "THE EARTH", "air_date": "1987-04-06", @@ -612549,16 +580259,6 @@ "show_number": "6004", "fullAnswer": "a train" }, - { - "category": "CELEBRITIES' FAVORITE MOVIES", - "air_date": "2010-10-21", - "question": "(Christopher Meloni gives the clue) You feel like you're in the ring with Jake LaMotta in this classic collaboration of Scorsese & De Niro", - "value": "$400", - "answer": "Raging Bull", - "round": "Double Jeopardy!", - "show_number": "6004", - "fullAnswer": "Raging Bull" - }, { "category": "SCIENCE", "air_date": "2010-10-21", @@ -612589,26 +580289,6 @@ "show_number": "6004", "fullAnswer": "the Bay of Bengal" }, - { - "category": "CELEBRITIES' FAVORITE MOVIES", - "air_date": "2010-10-21", - "question": "(Soledad O'Brien gives the clue.) I never stop laughing at Spike Lee's concert film of Bernie Mac, Cedric the Entertainer, D.L. Hughley & Steve Harvey--\"The Original\" these", - "value": "$800", - "answer": "Kings of Comedy", - "round": "Double Jeopardy!", - "show_number": "6004", - "fullAnswer": "Kings of Comedy" - }, - { - "category": "SCIENCE", - "air_date": "2010-10-21", - "question": "(Sarah of the Clue Crew demonstrates.) An egg sinks in tap water, but in saltwater, the egg gains this, defined as the upward force of a liquid on an object less dense than itself", - "value": "$800", - "answer": "buoyancy", - "round": "Double Jeopardy!", - "show_number": "6004", - "fullAnswer": "buoyancy" - }, { "category": "THE ZODIAC SIGN THAT'S...", "air_date": "2010-10-21", @@ -612639,16 +580319,6 @@ "show_number": "6004", "fullAnswer": "sari" }, - { - "category": "CELEBRITIES' FAVORITE MOVIES", - "air_date": "2010-10-21", - "question": "(Wolf Blitzer gives the clue) \"Life moves pretty fast. If you don't stop and look around once in a while, you could miss it\" is some of the wisdom dispensed by the hooky player in this film", - "value": "$1200", - "answer": "Ferris Bueller\\'s Day Off", - "round": "Double Jeopardy!", - "show_number": "6004", - "fullAnswer": "Ferris Bueller\\'s Day Off" - }, { "category": "SCIENCE", "air_date": "2010-10-21", @@ -612689,26 +580359,6 @@ "show_number": "6004", "fullAnswer": "Delhi University" }, - { - "category": "CELEBRITIES' FAVORITE MOVIES", - "air_date": "2010-10-21", - "question": "(Kareem Abdul-Jabbar gives the clue) Humphrey Bogart plays a tough private eye who sends his love Mary Astor up the river in this 1941 film", - "value": "$1600", - "answer": "Maltese Falcon", - "round": "Double Jeopardy!", - "show_number": "6004", - "fullAnswer": "The Maltese Falcon" - }, - { - "category": "SCIENCE", - "air_date": "2010-10-21", - "question": "(Kelly of the Clue Crew demonstrates.) When you press the nozzle of an aerosol can, the contents are pushed out by pressurized gas; the gas is called one of these, a general term for chemicals that create thrust", - "value": "$1600", - "answer": "propellant", - "round": "Double Jeopardy!", - "show_number": "6004", - "fullAnswer": "a propellant" - }, { "category": "LITERARY WIDOWS & ORPHANS", "air_date": "2010-10-21", @@ -612749,16 +580399,6 @@ "show_number": "6004", "fullAnswer": "an ashram" }, - { - "category": "CELEBRITIES' FAVORITE MOVIES", - "air_date": "2010-10-21", - "question": "(Dana Delany gives the clue.) Humphrey Bogart plays a tough Hollywood writer who loses his last chance at love with Gloria Grahame in this 1950 film", - "value": "$2000", - "answer": "In a Lonely Place", - "round": "Double Jeopardy!", - "show_number": "6004", - "fullAnswer": "In a Lonely Place" - }, { "category": "SCIENCE", "air_date": "2010-10-21", @@ -612799,16 +580439,6 @@ "show_number": "6004", "fullAnswer": "complement or compliment" }, - { - "category": "ART & ARTISTS", - "air_date": "2010-10-21", - "question": "They are the 2 artists associated with the 1888 work seen here; one is the artist & the other is the subject", - "value": null, - "answer": "Van Gogh and Gauguin", - "round": "Final Jeopardy!", - "show_number": "6004", - "fullAnswer": "Van Gogh and Gauguin" - }, { "category": "MUSEUMS", "air_date": "1999-07-20", @@ -612994,7 +580624,7 @@ "air_date": "1999-07-20", "question": "This Hollywood store that includes a lingerie museum was named for a man whose last name was Mellinger", "value": "$400", - "answer": "Frederick\\'s of Hollywood", + "answer": "Frederick's of Hollywood", "round": "Jeopardy!", "show_number": "3442", "fullAnswer": "Frederick\\'s of Hollywood" @@ -614534,7 +582164,7 @@ "air_date": "1997-04-10", "question": "\"To The Far Blue Mountains\" was one of this western author's Sackett sagas", "value": "$800", - "answer": "Louis L\\'Amour", + "answer": "Louis L'Amour", "round": "Double Jeopardy!", "show_number": "2914", "fullAnswer": "Louis L\\'Amour" @@ -614624,7 +582254,7 @@ "air_date": "2006-06-13", "question": "Puck says, \"Lord, what fools these mortals be!\" in this comedy", "value": "$200", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Jeopardy!", "show_number": "5022", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -614669,16 +582299,6 @@ "show_number": "5022", "fullAnswer": "Bullitt" }, - { - "category": "SEE FOR YOURSELF", - "air_date": "2006-06-13", - "question": "His Revolutionary War military career included service in the American & British armies, in that order", - "value": "$200", - "answer": "Benedict Arnold", - "round": "Jeopardy!", - "show_number": "5022", - "fullAnswer": "Benedict Arnold" - }, { "category": "SHAKESPEARE", "air_date": "2006-06-13", @@ -614689,26 +582309,6 @@ "show_number": "5022", "fullAnswer": "Brutus" }, - { - "category": "THE SENATOR OF ATTENTION", - "air_date": "2006-06-13", - "question": "He's seen here with his dad, the admiral, after returning from his Vietnam ordeal", - "value": "$400", - "answer": "John McCain", - "round": "Jeopardy!", - "show_number": "5022", - "fullAnswer": "John McCain" - }, - { - "category": "COLORFUL PHRASES", - "air_date": "2006-06-13", - "question": "Semper fi--it's the common term for the uniform worn here", - "value": "$400", - "answer": "dress blues", - "round": "Jeopardy!", - "show_number": "5022", - "fullAnswer": "dress blues" - }, { "category": "TAIPEI PERSONALITY", "air_date": "2006-06-13", @@ -614729,16 +582329,6 @@ "show_number": "5022", "fullAnswer": "Boyz n the Hood" }, - { - "category": "SEE FOR YOURSELF", - "air_date": "2006-06-13", - "question": "Oh, the horror of this 1966 Lisbon Falls, Maine high school graduate seen here", - "value": "$400", - "answer": "Stephen King", - "round": "Jeopardy!", - "show_number": "5022", - "fullAnswer": "Stephen King" - }, { "category": "SHAKESPEARE", "air_date": "2006-06-13", @@ -614789,16 +582379,6 @@ "show_number": "5022", "fullAnswer": "Blue Velvet" }, - { - "category": "SEE FOR YOURSELF", - "air_date": "2006-06-13", - "question": "This West Coast university that was founded in 1880 uses the logo seen here", - "value": "$600", - "answer": "University of Southern California", - "round": "Jeopardy!", - "show_number": "5022", - "fullAnswer": "the University of Southern California" - }, { "category": "SHAKESPEARE", "air_date": "2006-06-13", @@ -614849,16 +582429,6 @@ "show_number": "5022", "fullAnswer": "Blacula" }, - { - "category": "SEE FOR YOURSELF", - "air_date": "2006-06-13", - "question": "Seen here is part of the world-famous landmark sculpted by this man", - "value": "$800", - "answer": "Bartholdi", - "round": "Jeopardy!", - "show_number": "5022", - "fullAnswer": "Bartholdi" - }, { "category": "SHAKESPEARE", "air_date": "2006-06-13", @@ -614879,16 +582449,6 @@ "show_number": "5022", "fullAnswer": "Gouverneur Morris" }, - { - "category": "COLORFUL PHRASES", - "air_date": "2006-06-13", - "question": "(Sarah of the Clue Crew reads from St. Petersburg, Russia.) We're in St. Petersburg, Russia in June--the time when a lack of total darkness gives evenings this name", - "value": "$1000", - "answer": "white nights", - "round": "Jeopardy!", - "show_number": "5022", - "fullAnswer": "white nights" - }, { "category": "TAIPEI PERSONALITY", "air_date": "2006-06-13", @@ -614909,16 +582469,6 @@ "show_number": "5022", "fullAnswer": "The Bicycle Thief" }, - { - "category": "SEE FOR YOURSELF", - "air_date": "2006-06-13", - "question": "One of the two coins mentioned in the name of the object seen here", - "value": "$1000", - "answer": "penny ", - "round": "Jeopardy!", - "show_number": "5022", - "fullAnswer": "a penny (or a farthing)" - }, { "category": "CITY OF THE DAY: BIRMINGHAM", "air_date": "2006-06-13", @@ -615019,16 +582569,6 @@ "show_number": "5022", "fullAnswer": "Huntley" }, - { - "category": "GEOLOGY", - "air_date": "2006-06-13", - "question": "(Jon of the Clue Crew shows some horsts on the monitor.) The geological feature called a horst is bounded by these, which Californians know all about", - "value": "$800", - "answer": "faults", - "round": "Double Jeopardy!", - "show_number": "5022", - "fullAnswer": "faults" - }, { "category": "WORD LORE", "air_date": "2006-06-13", @@ -615049,16 +582589,6 @@ "show_number": "5022", "fullAnswer": "the Barons" }, - { - "category": "M.D. TV", - "air_date": "2006-06-13", - "question": "The surgeon seen here is as primitive as can be on this ABC show", - "value": "$1200", - "answer": "Lost", - "round": "Double Jeopardy!", - "show_number": "5022", - "fullAnswer": "Lost" - }, { "category": "OLD WEST DESPERADOES", "air_date": "2006-06-13", @@ -615099,16 +582629,6 @@ "show_number": "5022", "fullAnswer": "a latchstring" }, - { - "category": "CITY OF THE DAY: BIRMINGHAM", - "air_date": "2006-06-13", - "question": "(Kelly of the Clue Crew delivers the clue from the 16th St. Baptist Church in Birmingham, AL.) A bomb that claimed 4 young lives stopped time at a Birmingham Church at 10:22 on Sept. 15 of this year, just weeks after the March on Washington", - "value": "$1600", - "answer": "1963", - "round": "Double Jeopardy!", - "show_number": "5022", - "fullAnswer": "1963" - }, { "category": "M.D. TV", "air_date": "2006-06-13", @@ -615404,7 +582924,7 @@ "air_date": "1997-11-26", "question": "Born in 1519, this Medici queen of France was the great-niece of Pope Leo X", "value": "$300", - "answer": "Catherine de\\' Medici", + "answer": "Catherine de' Medici", "round": "Jeopardy!", "show_number": "3048", "fullAnswer": "Catherine de\\' Medici" @@ -615889,16 +583409,6 @@ "show_number": "5531", "fullAnswer": "Book" }, - { - "category": "MOUNT VERNON", - "air_date": "2008-09-29", - "question": "(Jimmy of the Clue Crew indicates a pair of wall hangings at Mount Vernon, VA.) As a symbol of liberty, Washington displayed the key to this political prison, a gift from Lafayette, who had ordered its demolition", - "value": "$200", - "answer": "Bastille", - "round": "Jeopardy!", - "show_number": "5531", - "fullAnswer": "the Bastille" - }, { "category": "TURNING 25", "air_date": "2008-09-29", @@ -615949,16 +583459,6 @@ "show_number": "5531", "fullAnswer": "Popular Science" }, - { - "category": "MOUNT VERNON", - "air_date": "2008-09-29", - "question": "(Sarah of the Clue Crew reads the clue from the dining room, Mount Vernon, VA.) It was here in the dining room that Charles Thomson, secretary of the Congress, told Washington he had been unanimously elected president in this year", - "value": "$400", - "answer": "1789", - "round": "Jeopardy!", - "show_number": "5531", - "fullAnswer": "1789" - }, { "category": "TURNING 25", "air_date": "2008-09-29", @@ -616009,16 +583509,6 @@ "show_number": "5531", "fullAnswer": "OSHA (Occupational Safety and Health Administration)" }, - { - "category": "MOUNT VERNON", - "air_date": "2008-09-29", - "question": "(Jimmy of the Clue Crew indicates a door frame at Mount Vernon, VA.) The detail-oriented Washington even chose Mount Vernon's moldings, which depicted tools to symbolize farming & this type of leaf for national strength", - "value": "$500", - "answer": "oak leaf", - "round": "Jeopardy!", - "show_number": "5531", - "fullAnswer": "an oak leaf" - }, { "category": "BROADWAY DEBUTS", "air_date": "2008-09-29", @@ -616059,16 +583549,6 @@ "show_number": "5531", "fullAnswer": "\"National Anthem of Laos\"" }, - { - "category": "MOUNT VERNON", - "air_date": "2008-09-29", - "question": "(Sarah of the Clue Crew sits atop a horse cart.) Mount Vernon is named for a naval officer under whom George Washington's half-brother served; it was originally called Little Hunting Creek this, a type of farming estate", - "value": "$800", - "answer": "Plantation", - "round": "Jeopardy!", - "show_number": "5531", - "fullAnswer": "Plantation" - }, { "category": "BROADWAY DEBUTS", "air_date": "2008-09-29", @@ -616109,16 +583589,6 @@ "show_number": "5531", "fullAnswer": "Hiro" }, - { - "category": "MOUNT VERNON", - "air_date": "2008-09-29", - "question": "(Sarah of the Clue Crew reports from outside a circular barn at Mount Vernon, VA.) Washington designed a barn in which horses ran in a circle to stamp on wheat as part of this process", - "value": "$1000", - "answer": "threshing", - "round": "Jeopardy!", - "show_number": "5531", - "fullAnswer": "threshing" - }, { "category": "ANCIENT GREEK WRITERS", "air_date": "2008-09-29", @@ -616134,7 +583604,7 @@ "air_date": "2008-09-29", "question": "This nickname for one of the main venues evokes a Chinese soup", "value": "$400", - "answer": "Bird\\'s Nest", + "answer": "Bird's Nest", "round": "Double Jeopardy!", "show_number": "5531", "fullAnswer": "the Bird\\'s Nest" @@ -616149,16 +583619,6 @@ "show_number": "5531", "fullAnswer": "cheddar" }, - { - "category": "MICROSCOPY", - "air_date": "2008-09-29", - "question": "A variety of this plague carrier is seen here", - "value": "$400", - "answer": "flea", - "round": "Double Jeopardy!", - "show_number": "5531", - "fullAnswer": "a flea" - }, { "category": "SMART ANSWERS", "air_date": "2008-09-29", @@ -616209,16 +583669,6 @@ "show_number": "5531", "fullAnswer": "Gouda" }, - { - "category": "MICROSCOPY", - "air_date": "2008-09-29", - "question": "Half of the original you seen here", - "value": "$800", - "answer": "sperm", - "round": "Double Jeopardy!", - "show_number": "5531", - "fullAnswer": "a sperm" - }, { "category": "SMART ANSWERS", "air_date": "2008-09-29", @@ -616269,16 +583719,6 @@ "show_number": "5531", "fullAnswer": "feta" }, - { - "category": "MICROSCOPY", - "air_date": "2008-09-29", - "question": "It's a fertilizing element for ragweed", - "value": "$1200", - "answer": "pollen", - "round": "Double Jeopardy!", - "show_number": "5531", - "fullAnswer": "pollen" - }, { "category": "SMART ANSWERS", "air_date": "2008-09-29", @@ -616329,16 +583769,6 @@ "show_number": "5531", "fullAnswer": "Denmark" }, - { - "category": "MICROSCOPY", - "air_date": "2008-09-29", - "question": "The single use weapon of this insect is seen here", - "value": "$1600", - "answer": "(honey)bee", - "round": "Double Jeopardy!", - "show_number": "5531", - "fullAnswer": "a (honey)bee" - }, { "category": "SMART ANSWERS", "air_date": "2008-09-29", @@ -616389,16 +583819,6 @@ "show_number": "5531", "fullAnswer": "Gruyère" }, - { - "category": "MICROSCOPY", - "air_date": "2008-09-29", - "question": "Common nosy agent of infection seen here working on your cells", - "value": "$2000", - "answer": "rhinovirus", - "round": "Double Jeopardy!", - "show_number": "5531", - "fullAnswer": "a rhinovirus" - }, { "category": "SMART ANSWERS", "air_date": "2008-09-29", @@ -616454,21 +583874,11 @@ "air_date": "2009-09-16", "question": "Go to goodtobesquare .com & you'll find this hamburger company with square burgers", "value": "$200", - "answer": "Wendy\\'s", + "answer": "Wendy's", "round": "Jeopardy!", "show_number": "5748", "fullAnswer": "Wendy\\'s" }, - { - "category": "EXTREMELY YOUTHFUL POLITICIANS", - "air_date": "2009-09-16", - "question": "We wonder if this guy seen here still has that shirt", - "value": "$200", - "answer": "Obama", - "round": "Jeopardy!", - "show_number": "5748", - "fullAnswer": "Obama" - }, { "category": "BOOKISH", "air_date": "2009-09-16", @@ -616499,16 +583909,6 @@ "show_number": "5748", "fullAnswer": "an electron" }, - { - "category": "PLAYBOY COVER BOYS", - "air_date": "2009-09-16", - "question": "Seen here is the April 1964 issue with this British comic genius, the first man to make the magazine's cover", - "value": "$400", - "answer": "Peter Sellers", - "round": "Jeopardy!", - "show_number": "5748", - "fullAnswer": "Peter Sellers" - }, { "category": "5 SQUARE MEALS", "air_date": "2009-09-16", @@ -616519,16 +583919,6 @@ "show_number": "5748", "fullAnswer": "Life" }, - { - "category": "EXTREMELY YOUTHFUL POLITICIANS", - "air_date": "2009-09-16", - "question": "He's seen here long before winning a 2007 Nobel Peace Prize", - "value": "$400", - "answer": "Gore", - "round": "Jeopardy!", - "show_number": "5748", - "fullAnswer": "(Al) Gore" - }, { "category": "BOOKISH", "air_date": "2009-09-16", @@ -616579,16 +583969,6 @@ "show_number": "5748", "fullAnswer": "singles" }, - { - "category": "EXTREMELY YOUTHFUL POLITICIANS", - "air_date": "2009-09-16", - "question": "This future presidential candidate is seen here still quite young, but already famous", - "value": "$600", - "answer": "Nader", - "round": "Jeopardy!", - "show_number": "5748", - "fullAnswer": "(Ralph) Nader" - }, { "category": "BOOKISH", "air_date": "2009-09-16", @@ -616609,16 +583989,6 @@ "show_number": "5748", "fullAnswer": "fabricate" }, - { - "category": "SCIENC\"E\"", - "air_date": "2009-09-16", - "question": "(Jimmy of the Clue Crew tries to stand on one leg without all his senses.) Vision contributes to this system--it's why it's harder to keep steady with your eyes closed", - "value": "$1,000", - "answer": "your equilibrium", - "round": "Jeopardy!", - "show_number": "5748", - "fullAnswer": "your equilibrium" - }, { "category": "PLAYBOY COVER BOYS", "air_date": "2009-09-16", @@ -616639,16 +584009,6 @@ "show_number": "5748", "fullAnswer": "Sicilian" }, - { - "category": "EXTREMELY YOUTHFUL POLITICIANS", - "air_date": "2009-09-16", - "question": "No way, that can't be right... wow, that is in fact this Wyoming guy who left national office in 2009", - "value": "$800", - "answer": "Cheney", - "round": "Jeopardy!", - "show_number": "5748", - "fullAnswer": "(Dick) Cheney" - }, { "category": "BOOKISH", "air_date": "2009-09-16", @@ -617249,16 +584609,6 @@ "show_number": "5006", "fullAnswer": "gazpacho" }, - { - "category": "MOVIE TERMS", - "air_date": "2006-05-22", - "question": "(Jon of the Clue Crew shows some computer-rendered stills of movie action on a monitor.) Computer programs have their own version of this traditional series of sketches that illustrates the narrative", - "value": "$800", - "answer": "storyboard", - "round": "Jeopardy!", - "show_number": "5006", - "fullAnswer": "the storyboard" - }, { "category": "____ & ____", "air_date": "2006-05-22", @@ -617344,7 +584694,7 @@ "air_date": "2006-05-22", "question": "The drummer's Australian pups", "value": "$400", - "answer": "Ringo\\'s dingos", + "answer": "Ringo's dingos", "round": "Double Jeopardy!", "show_number": "5006", "fullAnswer": "Ringo\\'s dingos" @@ -617404,7 +584754,7 @@ "air_date": "2006-05-22", "question": "The bassist's long-haired wigs", "value": "$800", - "answer": "Paul\\'s falls", + "answer": "Paul's falls", "round": "Double Jeopardy!", "show_number": "5006", "fullAnswer": "Paul\\'s falls" @@ -617439,16 +584789,6 @@ "show_number": "5006", "fullAnswer": "Gargantua" }, - { - "category": "\"SAR\" CHASM", - "air_date": "2006-05-22", - "question": "Fashionable favorite of faraway Indonesia seen here", - "value": "$800", - "answer": "sarong", - "round": "Double Jeopardy!", - "show_number": "5006", - "fullAnswer": "a sarong" - }, { "category": "LAFAYETTE YOU ARE HERE", "air_date": "2006-05-22", @@ -617464,7 +584804,7 @@ "air_date": "2006-05-22", "question": "Lead guitarist's deep ravines", "value": "$1200", - "answer": "George\\'s gorges", + "answer": "George's gorges", "round": "Double Jeopardy!", "show_number": "5006", "fullAnswer": "George\\'s gorges" @@ -617524,7 +584864,7 @@ "air_date": "2006-05-22", "question": "Original bass player's permanent skin designs", "value": "$1600", - "answer": "Stu\\'s tattoos", + "answer": "Stu's tattoos", "round": "Double Jeopardy!", "show_number": "5006", "fullAnswer": "Stu\\'s tattoos" @@ -617584,7 +584924,7 @@ "air_date": "2006-05-22", "question": "Fired drummer's football shoe parts", "value": "$2000", - "answer": "Pete\\'s cleats", + "answer": "Pete's cleats", "round": "Double Jeopardy!", "show_number": "5006", "fullAnswer": "Pete\\'s cleats" @@ -618274,21 +585614,11 @@ "air_date": "2011-12-14", "question": "In 1892 this Chicago company began offering free chewing gum with each can of baking powder sold", "value": "$200", - "answer": "Wrigley\\'s", + "answer": "Wrigley's", "round": "Jeopardy!", "show_number": "6268", "fullAnswer": "Wrigley\\'s" }, - { - "category": "\"G\", LOOK AT THAT", - "air_date": "2011-12-14", - "question": "You're looking at what's called the Grand Canyon of Queensland--Carnarvon this", - "value": "$200", - "answer": "Gorge", - "round": "Jeopardy!", - "show_number": "6268", - "fullAnswer": "Gorge" - }, { "category": "BACK TO SCHOOL", "air_date": "2011-12-14", @@ -618339,16 +585669,6 @@ "show_number": "6268", "fullAnswer": "Boston" }, - { - "category": "\"G\", LOOK AT THAT", - "air_date": "2011-12-14", - "question": "In ancient times the greyhound was trained to hunt this creature", - "value": "$400", - "answer": "gazelle", - "round": "Jeopardy!", - "show_number": "6268", - "fullAnswer": "a gazelle" - }, { "category": "BACK TO SCHOOL", "air_date": "2011-12-14", @@ -618374,7 +585694,7 @@ "air_date": "2011-12-14", "question": "Captain, Loudy, Bitey, Stinky, Lovey, Nimrod
(2011)", "value": "$600", - "answer": "Mr. Popper\\'s Penguins", + "answer": "Mr. Popper's Penguins", "round": "Jeopardy!", "show_number": "6268", "fullAnswer": "Mr. Popper\\'s Penguins" @@ -618389,16 +585709,6 @@ "show_number": "6268", "fullAnswer": "(Booker T.) Washington" }, - { - "category": "\"G\", LOOK AT THAT", - "air_date": "2011-12-14", - "question": "Indian culture is stronger in this Western Hemisphere nation than in its neighbors", - "value": "$600", - "answer": "Guatemala", - "round": "Jeopardy!", - "show_number": "6268", - "fullAnswer": "Guatemala" - }, { "category": "BACK TO SCHOOL", "air_date": "2011-12-14", @@ -618439,16 +585749,6 @@ "show_number": "6268", "fullAnswer": "\"Stars And Stripes Forever\"" }, - { - "category": "\"G\", LOOK AT THAT", - "air_date": "2011-12-14", - "question": "Normally holding up to about 2 ounces of fluid, this organ aids in the digestion of fats", - "value": "$800", - "answer": "gallbladder", - "round": "Jeopardy!", - "show_number": "6268", - "fullAnswer": "the gallbladder" - }, { "category": "BACK TO SCHOOL", "air_date": "2011-12-14", @@ -618489,16 +585789,6 @@ "show_number": "6268", "fullAnswer": "the Wild Bunch" }, - { - "category": "\"G\", LOOK AT THAT", - "air_date": "2011-12-14", - "question": "It's the type of large support structure for launching rockets seen here, Elmer", - "value": "$1000", - "answer": "gantry", - "round": "Jeopardy!", - "show_number": "6268", - "fullAnswer": "a gantry" - }, { "category": "BACK TO SCHOOL", "air_date": "2011-12-14", @@ -618519,16 +585809,6 @@ "show_number": "6268", "fullAnswer": "Romeo" }, - { - "category": "WHAT'S ON YOUR iPOD?", - "air_date": "2011-12-14", - "question": "(Hi, I'm Kyra Sedgwick.) I'm always listening to this band's classics like \"Crash\", but true fans know you've got to see DMB live to really get the experience", - "value": "$400", - "answer": "Dave Matthews Band", - "round": "Double Jeopardy!", - "show_number": "6268", - "fullAnswer": "Dave Matthews Band" - }, { "category": "THE COUNTRY'S NATIONAL HOLIDAY", "air_date": "2011-12-14", @@ -618579,16 +585859,6 @@ "show_number": "6268", "fullAnswer": "Portia" }, - { - "category": "WHAT'S ON YOUR iPOD?", - "air_date": "2011-12-14", - "question": "(I'm Andy Richter.) Usually my iPod has songs by this '60s British soul singer of \"I Only Want To Be With You\" & \"Son Of A Preacher Man\"", - "value": "$800", - "answer": "Dusty Springfield", - "round": "Double Jeopardy!", - "show_number": "6268", - "fullAnswer": "Dusty Springfield" - }, { "category": "THE COUNTRY'S NATIONAL HOLIDAY", "air_date": "2011-12-14", @@ -618619,16 +585889,6 @@ "show_number": "6268", "fullAnswer": "a league" }, - { - "category": "\"C\" IN SCIENCE", - "air_date": "2011-12-14", - "question": "(Jimmy of the Clue Crew swishes a quarter inside an inflated baloon.) The quarter inside the balloon continues in a circular motion, because the balloon is imposing this inward force, from the Latin for \"seek the center\"", - "value": "$800", - "answer": "centripetal", - "round": "Double Jeopardy!", - "show_number": "6268", - "fullAnswer": "centripetal" - }, { "category": "SHAKESPEARE", "air_date": "2011-12-14", @@ -618639,16 +585899,6 @@ "show_number": "6268", "fullAnswer": "King Lear" }, - { - "category": "WHAT'S ON YOUR iPOD?", - "air_date": "2011-12-14", - "question": "(Hi, I'm Rebecca Lobo.) I love just about everything by this Northern Irish rocker, including \"Gloria\" & \"Moondance\"", - "value": "$1200", - "answer": "Van Morrison", - "round": "Double Jeopardy!", - "show_number": "6268", - "fullAnswer": "Van Morrison" - }, { "category": "THE COUNTRY'S NATIONAL HOLIDAY", "air_date": "2011-12-14", @@ -618699,16 +585949,6 @@ "show_number": "6268", "fullAnswer": "Othello" }, - { - "category": "WHAT'S ON YOUR iPOD?", - "air_date": "2011-12-14", - "question": "(Hi, I'm Christopher Meloni.) I'm on the sonic cutting edge listening to songs from this band's albums like \"In Rainbows\" or \"OK Computer\"", - "value": "$1600", - "answer": "Radiohead", - "round": "Double Jeopardy!", - "show_number": "6268", - "fullAnswer": "Radiohead" - }, { "category": "THE COUNTRY'S NATIONAL HOLIDAY", "air_date": "2011-12-14", @@ -618759,16 +585999,6 @@ "show_number": "6268", "fullAnswer": "Twelfth Night" }, - { - "category": "WHAT'S ON YOUR iPOD?", - "air_date": "2011-12-14", - "question": "(I'm Kareem Abdul-Jabbar.) You'll find this sax man who took \"Giant Steps\" to modernize jazz with his innovative \"Sheets of Sound\" playing style", - "value": "$2000", - "answer": "John Coltrane", - "round": "Double Jeopardy!", - "show_number": "6268", - "fullAnswer": "John Coltrane" - }, { "category": "THE COUNTRY'S NATIONAL HOLIDAY", "air_date": "2011-12-14", @@ -619149,16 +586379,6 @@ "show_number": "5823", "fullAnswer": "to whet" }, - { - "category": "WELCOME TO OUR FINE HOTEL", - "air_date": "2009-12-30", - "question": "You know it's a classy joint when you see this in the minibar", - "value": "$800", - "answer": "Toblerone", - "round": "Double Jeopardy!", - "show_number": "5823", - "fullAnswer": "a Toblerone" - }, { "category": "DAYS IN...", "air_date": "2009-12-30", @@ -619199,16 +586419,6 @@ "show_number": "5823", "fullAnswer": "planets" }, - { - "category": "\"W\"", - "air_date": "2009-12-30", - "question": "We are desperate for you to name this vine, seen here, growing above a lane", - "value": "$800", - "answer": "wisteria", - "round": "Double Jeopardy!", - "show_number": "5823", - "fullAnswer": "wisteria" - }, { "category": "WELCOME TO OUR FINE HOTEL", "air_date": "2009-12-30", @@ -619239,16 +586449,6 @@ "show_number": "5823", "fullAnswer": "Japan" }, - { - "category": "SUPER 8", - "air_date": "2009-12-30", - "question": "The Eight were a group formed in this city to paint real-life subjects like McSorley's Bar", - "value": "$1200", - "answer": "New York City", - "round": "Double Jeopardy!", - "show_number": "5823", - "fullAnswer": "New York City" - }, { "category": "\"W\"", "air_date": "2009-12-30", @@ -619299,16 +586499,6 @@ "show_number": "5823", "fullAnswer": "Edward R. Murrow" }, - { - "category": "\"W\"", - "air_date": "2009-12-30", - "question": "This graceful dog seen here has the aristocratic features associated with its breed", - "value": "$6,000", - "answer": "Weimaraner", - "round": "Double Jeopardy!", - "show_number": "5823", - "fullAnswer": "a Weimaraner" - }, { "category": "WELCOME TO OUR FINE HOTEL", "air_date": "2009-12-30", @@ -619444,7 +586634,7 @@ "air_date": "1998-03-12", "question": "Buddy doesn't like being asked \"Who's the lucky fella?\" when he wears this between his hat & collar", "value": "$200", - "answer": "Beekeeper\\'s veil", + "answer": "Beekeeper's veil", "round": "Jeopardy!", "show_number": "3124", "fullAnswer": "Beekeeper\\'s veil" @@ -619534,7 +586724,7 @@ "air_date": "1998-03-12", "question": "This warning appeared on a revolutionary-era flag with an ill-tempered rattlesnake", "value": "$300", - "answer": "Don\\'t Tread On Me!", + "answer": "Don't Tread On Me!", "round": "Jeopardy!", "show_number": "3124", "fullAnswer": "Don\\'t Tread On Me!" @@ -621774,7 +588964,7 @@ "air_date": "2004-02-26", "question": "Geesh, she was only 10 when she took home an Oscar in 1974; she's 40 now", "value": "$2000", - "answer": "Tatum O\\'Neal", + "answer": "Tatum O'Neal", "round": "Double Jeopardy!", "show_number": "4489", "fullAnswer": "Tatum O\\'Neal" @@ -621989,16 +589179,6 @@ "show_number": "6176", "fullAnswer": "Jenny Garth" }, - { - "category": "ROUND & ROUND WE GO", - "air_date": "2011-06-20", - "question": "One-word name for a traffic circle; try not to go around more than, say, ten times without exiting", - "value": "$800", - "answer": "roundabout", - "round": "Jeopardy!", - "show_number": "6176", - "fullAnswer": "a roundabout" - }, { "category": "27 IS HEAVEN", "air_date": "2011-06-20", @@ -622214,7 +589394,7 @@ "air_date": "2011-06-20", "question": "Justin Kaplan, winner of a Pulitzer, was the editor of the 17th edition of this book of quotations", "value": "$1200", - "answer": "Bartlett\\'s", + "answer": "Bartlett's", "round": "Double Jeopardy!", "show_number": "6176", "fullAnswer": "Bartlett\\'s" @@ -622309,16 +589489,6 @@ "show_number": "6176", "fullAnswer": "Jimmy Cliff" }, - { - "category": "WHEN THINGS GO WRONG", - "air_date": "2011-06-20", - "question": "(Jimmy of the Clue Crew shows an anatomical illustration on the monitor.) Often the result of throwing a punch without keeping the wrist straight, a boxer's fracture is usually a break in the fifth of these hand bones", - "value": "$2000", - "answer": "metacarpals", - "round": "Double Jeopardy!", - "show_number": "6176", - "fullAnswer": "the metacarpals" - }, { "category": "PEOPLE WHO MATTERED", "air_date": "2011-06-20", @@ -622604,7 +589774,7 @@ "air_date": "2007-01-22", "question": "\"Wheel of Fortune", "value": "$1000", - "answer": "We Didn\\'t Start the Fire", + "answer": "We Didn't Start the Fire", "round": "Jeopardy!", "show_number": "5151", "fullAnswer": "\"We Didn\\'t Start the Fire\"" @@ -622749,16 +589919,6 @@ "show_number": "5151", "fullAnswer": "England" }, - { - "category": "SAINTS", - "air_date": "2007-01-22", - "question": "He's the early martyr whose distinctive manner of death is shown here. Note the guy with the big rock", - "value": "$800", - "answer": "St. Stephen", - "round": "Double Jeopardy!", - "show_number": "5151", - "fullAnswer": "St. Stephen" - }, { "category": "THE HEEBEE \"G.B.\"s", "air_date": "2007-01-22", @@ -622829,36 +589989,6 @@ "show_number": "5151", "fullAnswer": "the Pleistocene" }, - { - "category": "AN ACTOR'S LIFE FOR ME", - "air_date": "2007-01-22", - "question": "(Cheryl of the Clue Crew is in Girls and Boys Town) He sent his Boystown Oscar to Father Flannigan, saying his \"great human qualities were strong enough to shine through my humble efforts\"", - "value": "$1600", - "answer": "[Spencer] Tracy", - "round": "Double Jeopardy!", - "show_number": "5151", - "fullAnswer": "[Spencer] Tracy" - }, - { - "category": "EUROPE", - "air_date": "2007-01-22", - "question": "(Sarah of the Clue Crew digs in in Estonia) I'm in Estonia snacking on keele sült, an appetizer of this organ meat, sometimes known as gossip's fate", - "value": "$1600", - "answer": "tongue", - "round": "Double Jeopardy!", - "show_number": "5151", - "fullAnswer": "tongue" - }, - { - "category": "SAINTS", - "air_date": "2007-01-22", - "question": "The cross here is named for this saint, thought to have met his death on a similar looking item", - "value": "$1600", - "answer": "St. Peter", - "round": "Double Jeopardy!", - "show_number": "5151", - "fullAnswer": "St. Peter" - }, { "category": "THE HEEBEE \"G.B.\"s", "air_date": "2007-01-22", @@ -623219,16 +590349,6 @@ "show_number": "2948", "fullAnswer": "(Rudyard) Kipling" }, - { - "category": "BUG NAMES", - "air_date": "1997-05-28", - "question": "Last name of the \"Back to the Future\" movie character seen here", - "value": "$600", - "answer": "McFly", - "round": "Jeopardy!", - "show_number": "2948", - "fullAnswer": "McFly" - }, { "category": "THE FRENCH REVOLUTION", "air_date": "1997-05-28", @@ -623494,7 +590614,7 @@ "air_date": "1997-05-28", "question": "She refused a 1990 Grammy for best alternative performance for \"I Do Not Want What I Haven't Got\"", "value": "$1000", - "answer": "O\\'Connor", + "answer": "O'Connor", "round": "Double Jeopardy!", "show_number": "2948", "fullAnswer": "(Sinead) O\\'Connor" @@ -623569,16 +590689,6 @@ "show_number": "5750", "fullAnswer": "Mad Men" }, - { - "category": "THE MUSEUM OF FLIGHT", - "air_date": "2009-09-18", - "question": "(Sarah of the Clue Crew delivers the clue from the Museum of Flight in Seattle, WA.) The Newport 28 is the model Alan Winslow & Douglas Campbell were flying in 1918 when they became the first Americans to shoot down enemy planes in combat over this country", - "value": "$200", - "answer": "France", - "round": "Jeopardy!", - "show_number": "5750", - "fullAnswer": "France" - }, { "category": "BETTER KNOWN AS", "air_date": "2009-09-18", @@ -623629,16 +590739,6 @@ "show_number": "5750", "fullAnswer": "HBO" }, - { - "category": "THE MUSEUM OF FLIGHT", - "air_date": "2009-09-18", - "question": "(Sarah of the Clue Crew reports from the Museum of Flight in Seattle, WA.) The museum has a Soviet duplicate of Sputnik; on October 4, 1957, the original was launched from one of these 4-letter missiles, better known as a nuclear deterrent", - "value": "$400", - "answer": "ICBM", - "round": "Jeopardy!", - "show_number": "5750", - "fullAnswer": "an ICBM" - }, { "category": "BETTER KNOWN AS", "air_date": "2009-09-18", @@ -623669,26 +590769,6 @@ "show_number": "5750", "fullAnswer": "1952 & 1956" }, - { - "category": "EMMY REPEAT WINNERS?", - "air_date": "2009-09-18", - "question": "He left the sitcom world to earn the 2008 Emmy for Lead Actor in a Drama Series & is nominated again in 2009", - "value": "$600", - "answer": "Bryan Cranston", - "round": "Jeopardy!", - "show_number": "5750", - "fullAnswer": "Bryan Cranston" - }, - { - "category": "THE MUSEUM OF FLIGHT", - "air_date": "2009-09-18", - "question": "(Sarah of the Clue Crew reports from the Museum of Flight in Seattle, WA.) This British company that only existed from 1912 to 1920 produced planes called the Baby, Strutter, Pup &, most famously, the Camel", - "value": "$800", - "answer": "Sopwith", - "round": "Jeopardy!", - "show_number": "5750", - "fullAnswer": "Sopwith" - }, { "category": "BETTER KNOWN AS", "air_date": "2009-09-18", @@ -623729,16 +590809,6 @@ "show_number": "5750", "fullAnswer": "The Amazing Race" }, - { - "category": "THE MUSEUM OF FLIGHT", - "air_date": "2009-09-18", - "question": "(Sarah of the Clue Crew reports from the Museum of Flight in Seattle, WA.) This is one of four surviving examples of the USSR's Yak-9, which entered World War II in time to help turn this crucial battle & siege of July 1942 to February 1943", - "value": "$800", - "answer": "Battle of Stalingrad", - "round": "Jeopardy!", - "show_number": "5750", - "fullAnswer": "the Battle of Stalingrad" - }, { "category": "BETTER KNOWN AS", "air_date": "2009-09-18", @@ -623769,26 +590839,6 @@ "show_number": "5750", "fullAnswer": "1975" }, - { - "category": "EMMY REPEAT WINNERS?", - "air_date": "2009-09-18", - "question": "We'll see if Glenn Close can repeat her 2008 Emmy for her work on this program", - "value": "$1000", - "answer": "Damages", - "round": "Jeopardy!", - "show_number": "5750", - "fullAnswer": "Damages" - }, - { - "category": "THE MUSEUM OF FLIGHT", - "air_date": "2009-09-18", - "question": "(Sarah of the Clue Crew reports from the Museum of Flight in Seattle, WA.) Piloting Corsairs over the Solomon Islands, this Marine squadron led by \"Pappy\" Boyington shot down about 100 Japanese aircraft", - "value": "$1000", - "answer": "Black Sheep", - "round": "Jeopardy!", - "show_number": "5750", - "fullAnswer": "the Black Sheep" - }, { "category": "BETTER KNOWN AS", "air_date": "2009-09-18", @@ -623969,16 +591019,6 @@ "show_number": "5750", "fullAnswer": "solitude" }, - { - "category": "FATHER TIME", - "air_date": "2009-09-18", - "question": "After 12,000 years staring out over New Hampshire, this senior citizen succumbed in 2003", - "value": "$1600", - "answer": "Old Man of the Mountain", - "round": "Double Jeopardy!", - "show_number": "5750", - "fullAnswer": "the Old Man of the Mountain" - }, { "category": "MOTHER NATURE", "air_date": "2009-09-18", @@ -624139,16 +591179,6 @@ "show_number": "5191", "fullAnswer": "intuition" }, - { - "category": "NATURE STUDY", - "air_date": "2007-03-19", - "question": "(Sarah of the Clue Crew holds a honeycomb tray at the University of Nebraska's Dept. of Entomology.) Carpenter & mason bees are classified as solitary types; honeybees, which live in colonies of tens of thousands, are this opposite kind", - "value": "$400", - "answer": "social", - "round": "Jeopardy!", - "show_number": "5191", - "fullAnswer": "social" - }, { "category": "MEDIA RE-TOOLED", "air_date": "2007-03-19", @@ -624259,16 +591289,6 @@ "show_number": "5191", "fullAnswer": "prohibition" }, - { - "category": "NATURE STUDY", - "air_date": "2007-03-19", - "question": "(Jimmy of the Clue Crew reports from Besh-ba-gowah Pueblo in Phoenix, AZ.) Arizona's Native American Salado people were expert weavers & made sandals from this succulent of the same genus as the Joshua tree", - "value": "$800", - "answer": "yucca", - "round": "Jeopardy!", - "show_number": "5191", - "fullAnswer": "the yucca" - }, { "category": "MEDIA RE-TOOLED", "air_date": "2007-03-19", @@ -624389,16 +591409,6 @@ "show_number": "5191", "fullAnswer": "Buenos Aires" }, - { - "category": "J.C.", - "air_date": "2007-03-19", - "question": "(Jerry Seinfeld delivers the clue.) In the \"Seinfeld\" finale we were defended by Jackie Chiles, who reminded some people of this famous trial attorney", - "value": "$400", - "answer": "Johnnie Cochran", - "round": "Double Jeopardy!", - "show_number": "5191", - "fullAnswer": "Johnnie Cochran" - }, { "category": "WRITERS AT REST", "air_date": "2007-03-19", @@ -624509,16 +591519,6 @@ "show_number": "5191", "fullAnswer": "Kuala Lumpur" }, - { - "category": "J.C.", - "air_date": "2007-03-19", - "question": "Seen here, she knows more about Hollywood wives & husbands than they'd care to admit", - "value": "$1200", - "answer": "Jackie Collins", - "round": "Double Jeopardy!", - "show_number": "5191", - "fullAnswer": "Jackie Collins" - }, { "category": "WRITERS AT REST", "air_date": "2007-03-19", @@ -624629,16 +591629,6 @@ "show_number": "5191", "fullAnswer": "Bangkok" }, - { - "category": "J.C.", - "air_date": "2007-03-19", - "question": "Seen here, he's played a wide range of roles; check out \"Babe\" vs. \"L.A. Confidential\"", - "value": "$2000", - "answer": "James Cromwell", - "round": "Double Jeopardy!", - "show_number": "5191", - "fullAnswer": "James Cromwell" - }, { "category": "WRITERS AT REST", "air_date": "2007-03-19", @@ -624739,16 +591729,6 @@ "show_number": "5574", "fullAnswer": "sharks" }, - { - "category": "THE PRO FOOTBALL HALL OF FAME", - "air_date": "2008-11-27", - "question": "(Jon of the Clue Crew walks near a larger-than-life statue.) This statue brings to life one of the greatest athletes the world has known; he won gold in the 1912 Olympics & played football & baseball for New York Giants teams", - "value": "$200", - "answer": "Jim Thorpe", - "round": "Jeopardy!", - "show_number": "5574", - "fullAnswer": "Jim Thorpe" - }, { "category": "PASS THE TURKEY", "air_date": "2008-11-27", @@ -624799,16 +591779,6 @@ "show_number": "5574", "fullAnswer": "dances" }, - { - "category": "THE PRO FOOTBALL HALL OF FAME", - "air_date": "2008-11-27", - "question": "(Kelly of the Clue Crew indicates a photo of a Dallas Cowboys player.) At the Pro Football Hall of Fame, you can try to catch 22, but this Cowboy was so explosive, he danced his way to the NFL's all-time rushing record", - "value": "$400", - "answer": "Emmitt Smith", - "round": "Jeopardy!", - "show_number": "5574", - "fullAnswer": "Emmitt Smith" - }, { "category": "PASS THE TURKEY", "air_date": "2008-11-27", @@ -624859,16 +591829,6 @@ "show_number": "5574", "fullAnswer": "judges" }, - { - "category": "THE PRO FOOTBALL HALL OF FAME", - "air_date": "2008-11-27", - "question": "(Jon holds a football while delivering the clue.) Standing in the end zone, his feet almost out of bounds, the Chargers' Antonio Cromartie returned this ball an NFL-record this many yards in 2007", - "value": "$600", - "answer": "109 yards", - "round": "Jeopardy!", - "show_number": "5574", - "fullAnswer": "109 yards" - }, { "category": "PASS THE TURKEY", "air_date": "2008-11-27", @@ -624919,16 +591879,6 @@ "show_number": "5574", "fullAnswer": "trophies" }, - { - "category": "THE PRO FOOTBALL HALL OF FAME", - "air_date": "2008-11-27", - "question": "(Jon sits in a section of red stadium seats.) These chairs are from this team's Ralph Wilson Stadium--you can almost see Jim Kelly throw & Thurman Thomas run", - "value": "$800", - "answer": "Buffalo Bills", - "round": "Jeopardy!", - "show_number": "5574", - "fullAnswer": "the Buffalo Bills" - }, { "category": "PASS THE TURKEY", "air_date": "2008-11-27", @@ -624979,16 +591929,6 @@ "show_number": "5574", "fullAnswer": "archipelagoes" }, - { - "category": "THE PRO FOOTBALL HALL OF FAME", - "air_date": "2008-11-27", - "question": "(Kelly stands in front of a bust.) The only player to make it into the Pro Football Hall of Fame here in Canton, Ohio & the Canadian Football Hall of Fame in Hamilton, Ontario is this man whose name sounds like a heavenly body", - "value": "$1000", - "answer": "Warren Moon", - "round": "Jeopardy!", - "show_number": "5574", - "fullAnswer": "Warren Moon" - }, { "category": "THEOLOGY", "air_date": "2008-11-27", @@ -625239,16 +592179,6 @@ "show_number": "5574", "fullAnswer": "Liberation Theology" }, - { - "category": "SHOW BIZ AWARD WINNERS", - "air_date": "2008-11-27", - "question": "Doing some bad things in \"Michael Clayton\" won her an Oscar", - "value": "$2000", - "answer": "Tilda Swinton", - "round": "Double Jeopardy!", - "show_number": "5574", - "fullAnswer": "Tilda Swinton" - }, { "category": "CONSTELLATIONS, LITERALLY", "air_date": "2008-11-27", @@ -625324,21 +592254,11 @@ "air_date": "2000-03-10", "question": "Joan Crawford died on May 10, the date of this holiday in many countries other than the U.S.", "value": "$100", - "answer": "Mother\\'s Day", + "answer": "Mother's Day", "round": "Jeopardy!", "show_number": "3580", "fullAnswer": "Mother\\'s Day" }, - { - "category": "ISLANDS", - "air_date": "2000-03-10", - "question": "An island named for the animal seen here belongs to this country
[kangaroo]", - "value": "$100", - "answer": "Australia", - "round": "Jeopardy!", - "show_number": "3580", - "fullAnswer": "Australia" - }, { "category": "NAME THE DECADE", "air_date": "2000-03-10", @@ -625444,7 +592364,7 @@ "air_date": "2000-03-10", "question": "It was first celebrated in the U.S. in February 1866 as a memorial service", "value": "$400", - "answer": "Lincoln\\'s Birthday", + "answer": "Lincoln's Birthday", "round": "Jeopardy!", "show_number": "3580", "fullAnswer": "Lincoln\\'s Birthday" @@ -625574,7 +592494,7 @@ "air_date": "2000-03-10", "question": "Sounds hypothetical, but it's the real-life island prison in \"The Count of Monte Cristo\"", "value": "$500", - "answer": "Chateau d\\'If", + "answer": "Chateau d'If", "round": "Jeopardy!", "show_number": "3580", "fullAnswer": "Chateau d\\'If" @@ -625699,16 +592619,6 @@ "show_number": "3580", "fullAnswer": "bees" }, - { - "category": "OPTIMISTS", - "air_date": "2000-03-10", - "question": "Optimistic 4-word phrase spoken by the title object seen here:", - "value": "$500", - "answer": "I think I can", - "round": "Double Jeopardy!", - "show_number": "3580", - "fullAnswer": "\"I think I can\"" - }, { "category": "THE \"Y\"", "air_date": "2000-03-10", @@ -625719,26 +592629,6 @@ "show_number": "3580", "fullAnswer": "yeast" }, - { - "category": "LIONS", - "air_date": "2000-03-10", - "question": "(I'm Chris Claiborne of the Detroit Lions.) In the wild, lions' favorite prey are antelopes & this member of the horse family", - "value": "$600", - "answer": "zebra", - "round": "Double Jeopardy!", - "show_number": "3580", - "fullAnswer": "zebra" - }, - { - "category": "MASONS", - "air_date": "2000-03-10", - "question": "He led the cast of the 1959 film \"Journey to the Center of the Earth\", seen here:", - "value": "$600", - "answer": "James Mason", - "round": "Double Jeopardy!", - "show_number": "3580", - "fullAnswer": "James Mason" - }, { "category": "THE ROTARY CLUB", "air_date": "2000-03-10", @@ -626074,7 +592964,7 @@ "air_date": "2001-07-20", "question": "This elegant NYC jewelry store at 727 5th Avenue is known for its signature blue boxes", "value": "$300", - "answer": "Tiffany\\'s", + "answer": "Tiffany's", "round": "Jeopardy!", "show_number": "3905", "fullAnswer": "Tiffany\\'s" @@ -627734,7 +594624,7 @@ "air_date": "2003-02-21", "question": "The narrator of this 1951 novel first appeared in the short stories \"I'm Crazy\" & \"Slight Rebellion off Madison\"", "value": null, - "answer": "\\Catcher in the Rye\\ ", + "answer": "Catcher in the Rye ", "round": "Final Jeopardy!", "show_number": "4260", "fullAnswer": "\\\"Catcher in the Rye\\\" (the narrator being Holden Caulfield)" @@ -628169,16 +595059,6 @@ "show_number": "4747", "fullAnswer": "Iraq" }, - { - "category": "YOU SLEIGH ME", - "air_date": "2005-04-05", - "question": "(Cheryl of the Clue Crew reports from Park City, UT.) This name of this sled-like contraption is the French word for \"sled\"", - "value": "$1200", - "answer": "luge", - "round": "Double Jeopardy!", - "show_number": "4747", - "fullAnswer": "luge" - }, { "category": "THEATRE", "air_date": "2005-04-05", @@ -628229,16 +595109,6 @@ "show_number": "4747", "fullAnswer": "South Africa" }, - { - "category": "YOU SLEIGH ME", - "air_date": "2005-04-05", - "question": "These lithographers often depicted sleigh rides in the country, as in the print seen here", - "value": "$1600", - "answer": "Currier & Ives", - "round": "Double Jeopardy!", - "show_number": "4747", - "fullAnswer": "Currier & Ives" - }, { "category": "THEATRE", "air_date": "2005-04-05", @@ -628289,16 +595159,6 @@ "show_number": "4747", "fullAnswer": "Indonesia" }, - { - "category": "YOU SLEIGH ME", - "air_date": "2005-04-05", - "question": "(Sarah of the Clue Crew sits in a bobsled in Park City, UT.) In some curves, bobsleds can reach speeds of 80-90 mph & 4 of these forces", - "value": "$2000", - "answer": "g-forces", - "round": "Double Jeopardy!", - "show_number": "4747", - "fullAnswer": "g-forces" - }, { "category": "THEATRE", "air_date": "2005-04-05", @@ -628519,16 +595379,6 @@ "show_number": "4619", "fullAnswer": "the Stratosphere" }, - { - "category": "JIM-NASTICS", - "air_date": "2004-10-07", - "question": "He's the \"nosy\" entertainer seen here", - "value": "$600", - "answer": "Durante", - "round": "Jeopardy!", - "show_number": "4619", - "fullAnswer": "(Jimmy) Durante" - }, { "category": "THE OLYMPICS", "air_date": "2004-10-07", @@ -628724,7 +595574,7 @@ "air_date": "2004-10-07", "question": "1982:
Steve Martin innovatively interacts with clips from classic film noir movies", "value": "$800", - "answer": "Dead Men Don\\'t Wear Plaid", + "answer": "Dead Men Don't Wear Plaid", "round": "Double Jeopardy!", "show_number": "4619", "fullAnswer": "Dead Men Don\\'t Wear Plaid" @@ -628789,16 +595639,6 @@ "show_number": "4619", "fullAnswer": "The Dead Pool" }, - { - "category": "CLASSICAL MUSIC", - "air_date": "2004-10-07", - "question": "Born near Prague in 1841, he composed the following in 1863", - "value": "$1200", - "answer": "Antonin Dvorák", - "round": "Double Jeopardy!", - "show_number": "4619", - "fullAnswer": "Antonin Dvorák" - }, { "category": "MRS. LINCOLN", "air_date": "2004-10-07", @@ -628864,7 +595704,7 @@ "air_date": "2004-10-07", "question": "During the Civil War, clotheshorse Mary ran up $27,000 in debts, while this was set at $25,000", "value": "$1600", - "answer": "her husband\\'s salary", + "answer": "her husband's salary", "round": "Double Jeopardy!", "show_number": "4619", "fullAnswer": "her husband\\'s salary" @@ -628889,16 +595729,6 @@ "show_number": "4619", "fullAnswer": "no-win situation room" }, - { - "category": "THE UNIVERSITY OF CHICAGO", - "air_date": "2004-10-07", - "question": "(Cheryl of the Clue Crew stands in the nave of a chapel at the University of Chicago.) This chapel here on campus is named for him, of whom students sang, \"Wonderful man is he / Gives all his spare change to the U. of C.\"", - "value": "$2000", - "answer": "John D. Rockefeller ", - "round": "Double Jeopardy!", - "show_number": "4619", - "fullAnswer": "John D. Rockefeller (Rockefeller Chapel accepted)" - }, { "category": "THIS MOVIE IS \"DEAD\"", "air_date": "2004-10-07", @@ -628909,16 +595739,6 @@ "show_number": "4619", "fullAnswer": "Dead Calm" }, - { - "category": "CLASSICAL MUSIC", - "air_date": "2004-10-07", - "question": "This Strauss waltz heard here commemorated a meeting between Franz Joseph I & Wilhelm II", - "value": "$2000", - "answer": "The Emperor Waltz ", - "round": "Double Jeopardy!", - "show_number": "4619", - "fullAnswer": "\"The Emperor Waltz\" (\"The Emperors Waltz\" accepted)" - }, { "category": "MRS. LINCOLN", "air_date": "2004-10-07", @@ -628944,7 +595764,7 @@ "air_date": "2004-10-07", "question": "Traditional Southern \"jumping\" dish of black-eyed peas that became Attorney General of the U.S. in 2001", "value": "$2000", - "answer": "Hoppin\\' John Ashcroft", + "answer": "Hoppin' John Ashcroft", "round": "Double Jeopardy!", "show_number": "4619", "fullAnswer": "Hoppin\\' John Ashcroft" @@ -628974,7 +595794,7 @@ "air_date": "1987-11-17", "question": "In August of 1987, Joan Kroc, widow of the founder of this company, donated a million dollars to the Democratic Party", "value": "$100", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "737", "fullAnswer": "McDonald\\'s" @@ -629374,7 +596194,7 @@ "air_date": "1987-11-17", "question": "\"Give me your hands if we be friends, and Robin shall restore amends\"", "value": "$400", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "737", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -629824,7 +596644,7 @@ "air_date": "2004-03-26", "question": "This popular game show featured the question \"Will our mystery guest enter and sign in, please?\"", "value": "$1000", - "answer": "What\\'s My Line?", + "answer": "What's My Line?", "round": "Jeopardy!", "show_number": "4510", "fullAnswer": "What\\'s My Line?" @@ -630159,16 +596979,6 @@ "show_number": "5080", "fullAnswer": "Korea" }, - { - "category": "ROCKIN' T-SHIRTS", - "air_date": "2006-10-13", - "question": "Wow, mon, you must have been jammin' at this man's concert to walk away with a T-shirt like that", - "value": "$200", - "answer": "Bob Marley", - "round": "Jeopardy!", - "show_number": "5080", - "fullAnswer": "Bob Marley" - }, { "category": "WHAT'S FALLING?", "air_date": "2006-10-13", @@ -630189,16 +596999,6 @@ "show_number": "5080", "fullAnswer": "California" }, - { - "category": "POLITICAL CARICATURES", - "air_date": "2006-10-13", - "question": "He wrote, \"I do not believe that anyone else has enjoyed the White House as much as I have\"", - "value": "$200", - "answer": "Theodore Roosevelt", - "round": "Jeopardy!", - "show_number": "5080", - "fullAnswer": "Theodore Roosevelt" - }, { "category": "ASK \"Y\"", "air_date": "2006-10-13", @@ -630219,16 +597019,6 @@ "show_number": "5080", "fullAnswer": "the Empire State Building" }, - { - "category": "ROCKIN' T-SHIRTS", - "air_date": "2006-10-13", - "question": "No way, dude, you saw this genius in concert & bought a shirt? I remember when he gigged with Beefheart", - "value": "$400", - "answer": "Frank Zappa", - "round": "Jeopardy!", - "show_number": "5080", - "fullAnswer": "Frank Zappa" - }, { "category": "WHAT'S FALLING?", "air_date": "2006-10-13", @@ -630239,26 +597029,6 @@ "show_number": "5080", "fullAnswer": "hail" }, - { - "category": "CRAGS LIST", - "air_date": "2006-10-13", - "question": "Mount Snowdon, the highest point in this UK country, has several peaks connected by ridges", - "value": "$400", - "answer": "Wales", - "round": "Jeopardy!", - "show_number": "5080", - "fullAnswer": "Wales" - }, - { - "category": "POLITICAL CARICATURES", - "air_date": "2006-10-13", - "question": "Raul's big brother", - "value": "$400", - "answer": "Fidel Castro", - "round": "Jeopardy!", - "show_number": "5080", - "fullAnswer": "Fidel Castro" - }, { "category": "ASK \"Y\"", "air_date": "2006-10-13", @@ -630279,16 +597049,6 @@ "show_number": "5080", "fullAnswer": "Juan Perón" }, - { - "category": "ROCKIN' T-SHIRTS", - "air_date": "2006-10-13", - "question": "I can't believe it's been 12 years since we last saw this guy live in concert", - "value": "$600", - "answer": "Kurt Cobain", - "round": "Jeopardy!", - "show_number": "5080", - "fullAnswer": "Kurt Cobain" - }, { "category": "WHAT'S FALLING?", "air_date": "2006-10-13", @@ -630309,16 +597069,6 @@ "show_number": "5080", "fullAnswer": "Capri" }, - { - "category": "POLITICAL CARICATURES", - "air_date": "2006-10-13", - "question": "He's the athlete-turned-governor caricatured here", - "value": "$600", - "answer": "Jesse Ventura", - "round": "Jeopardy!", - "show_number": "5080", - "fullAnswer": "Jesse Ventura" - }, { "category": "ASK \"Y\"", "air_date": "2006-10-13", @@ -630339,16 +597089,6 @@ "show_number": "5080", "fullAnswer": "Meet the Press" }, - { - "category": "ROCKIN' T-SHIRTS", - "air_date": "2006-10-13", - "question": "Excuse me while I kiss this guy we saw at Woodstock", - "value": "$800", - "answer": "Jimi Hendrix", - "round": "Jeopardy!", - "show_number": "5080", - "fullAnswer": "Jimi Hendrix" - }, { "category": "WHAT'S FALLING?", "air_date": "2006-10-13", @@ -630369,16 +597109,6 @@ "show_number": "5080", "fullAnswer": "the condor" }, - { - "category": "POLITICAL CARICATURES", - "air_date": "2006-10-13", - "question": "Her July 1, 2005 career decision sent shock waves across the country", - "value": "$800", - "answer": "Sandra Day O\\'Connor", - "round": "Jeopardy!", - "show_number": "5080", - "fullAnswer": "Sandra Day O\\'Connor" - }, { "category": "ASK \"Y\"", "air_date": "2006-10-13", @@ -630399,16 +597129,6 @@ "show_number": "5080", "fullAnswer": "penicillin" }, - { - "category": "ROCKIN' T-SHIRTS", - "air_date": "2006-10-13", - "question": "It was like watching royalty perform whenever we saw this lead singer performing with his band", - "value": "$1000", - "answer": "Freddie Mercury", - "round": "Jeopardy!", - "show_number": "5080", - "fullAnswer": "Freddie Mercury" - }, { "category": "WHAT'S FALLING?", "air_date": "2006-10-13", @@ -630429,16 +597149,6 @@ "show_number": "5080", "fullAnswer": "Tora Bora" }, - { - "category": "POLITICAL CARICATURES", - "air_date": "2006-10-13", - "question": "We raise a toast to this guy who in 1993 dissolved his country's parliament", - "value": "$1000", - "answer": "Boris Yeltsin", - "round": "Jeopardy!", - "show_number": "5080", - "fullAnswer": "Boris Yeltsin" - }, { "category": "ASK \"Y\"", "air_date": "2006-10-13", @@ -630484,7 +597194,7 @@ "air_date": "2006-10-13", "question": "George Bernard's cutting tools", "value": "$400", - "answer": "Shaw\\'s saws", + "answer": "Shaw's saws", "round": "Double Jeopardy!", "show_number": "5080", "fullAnswer": "Shaw\\'s saws" @@ -630544,7 +597254,7 @@ "air_date": "2006-10-13", "question": "Rice's skillets", "value": "$800", - "answer": "Anne\\'s pans", + "answer": "Anne's pans", "round": "Double Jeopardy!", "show_number": "5080", "fullAnswer": "Anne\\'s pans" @@ -630604,21 +597314,11 @@ "air_date": "2006-10-13", "question": "\"Third Man\" Graham's Levis", "value": "$2,000", - "answer": "Greene\\'s jeans", + "answer": "Greene's jeans", "round": "Double Jeopardy!", "show_number": "5080", "fullAnswer": "Greene\\'s jeans" }, - { - "category": "WHO'S AFRAID OF VIRGINIA?", - "air_date": "2006-10-13", - "question": "It's the Virginia landmark being guarded here", - "value": "$1200", - "answer": "Tomb of the Unknown Soldier", - "round": "Double Jeopardy!", - "show_number": "5080", - "fullAnswer": "the Tomb of the Unknown Soldier" - }, { "category": "WOLF", "air_date": "2006-10-13", @@ -630649,22 +597349,12 @@ "show_number": "5080", "fullAnswer": "Chris Evert-Lloyd" }, - { - "category": "DEM BONES", - "air_date": "2006-10-13", - "question": "(Jimmy of the Clue Crew stands next to a skeleton & reads the clue.) The heart & lungs are protected by the thoracic cage, which is made up of 12 vertabrae in the back, the ribs & this breastbone", - "value": "$1600", - "answer": "sternum", - "round": "Double Jeopardy!", - "show_number": "5080", - "fullAnswer": "the sternum" - }, { "category": "AUTHORS' RHYME TIME", "air_date": "2006-10-13", "question": "\"Da Vinci\" Dan's circus comics", "value": "$1600", - "answer": "Brown\\'s clowns", + "answer": "Brown's clowns", "round": "Double Jeopardy!", "show_number": "5080", "fullAnswer": "Brown\\'s clowns" @@ -630709,22 +597399,12 @@ "show_number": "5080", "fullAnswer": "the Sullivan Award" }, - { - "category": "DEM BONES", - "air_date": "2006-10-13", - "question": "(Kelly of the Clue Crew educates us, standing next to the skeleton this time.) Collectively, the bones in your digits, in both your fingers & your toes, are called these", - "value": "$2000", - "answer": "phalanges", - "round": "Double Jeopardy!", - "show_number": "5080", - "fullAnswer": "phalanges" - }, { "category": "AUTHORS' RHYME TIME", "air_date": "2006-10-13", "question": "Raymond's agents & publicists", "value": "$2000", - "answer": "Chandler\\'s handlers", + "answer": "Chandler's handlers", "round": "Double Jeopardy!", "show_number": "5080", "fullAnswer": "Chandler\\'s handlers" @@ -630869,16 +597549,6 @@ "show_number": "5990", "fullAnswer": "the Bengals" }, - { - "category": "GET A \"CL\"UE!", - "air_date": "2010-10-01", - "question": "Samples of this type of image that can spruce up a report or document are seen here", - "value": "$400", - "answer": "clip art", - "round": "Jeopardy!", - "show_number": "5990", - "fullAnswer": "clip art" - }, { "category": "TABLE OF CONTINENTS", "air_date": "2010-10-01", @@ -630939,16 +597609,6 @@ "show_number": "5990", "fullAnswer": "a clutch" }, - { - "category": "TABLE OF CONTINENTS", - "air_date": "2010-10-01", - "question": "(Sarah stands in front of a map) To display the globe without distorting the shapes and sizes of the continents, the Dymaxion map was created by this mathematician and geodesic dome designer.", - "value": "$800", - "answer": "Buckminster Fuller", - "round": "Jeopardy!", - "show_number": "5990", - "fullAnswer": "Buckminster Fuller" - }, { "category": "NFL RECORDS", "air_date": "2010-10-01", @@ -631069,16 +597729,6 @@ "show_number": "5990", "fullAnswer": "(Hans Christian) Andersen" }, - { - "category": "GLENN CLOSE", - "air_date": "2010-10-01", - "question": "(Glenn Close delivers the clue.) I was the voice of Mona, long-lost mother of this character; seems that back in the '60s, I sabotaged Mr. Burns' germ warfare lab", - "value": "$400", - "answer": "Homer Simpson", - "round": "Double Jeopardy!", - "show_number": "5990", - "fullAnswer": "Homer Simpson" - }, { "category": "ART STYLES", "air_date": "2010-10-01", @@ -631099,16 +597749,6 @@ "show_number": "5990", "fullAnswer": "the Saturn" }, - { - "category": "SEARCH: ENGINES", - "air_date": "2010-10-01", - "question": "The steam engine is the classic example of this type of engine", - "value": "$400", - "answer": "heat", - "round": "Double Jeopardy!", - "show_number": "5990", - "fullAnswer": "heat" - }, { "category": "OUT GROWTHS", "air_date": "2010-10-01", @@ -631129,16 +597769,6 @@ "show_number": "5990", "fullAnswer": "detective" }, - { - "category": "GLENN CLOSE", - "air_date": "2010-10-01", - "question": "(Glenn Close delivers the clue.) In 1996, I made what I thought was a simple request--\"Catch those puppies!\"--playing this Disney character", - "value": "$800", - "answer": "Cruella de Vil", - "round": "Double Jeopardy!", - "show_number": "5990", - "fullAnswer": "Cruella de Vil" - }, { "category": "ART STYLES", "air_date": "2010-10-01", @@ -631149,16 +597779,6 @@ "show_number": "5990", "fullAnswer": "pop art" }, - { - "category": "SEARCH: ENGINES", - "air_date": "2010-10-01", - "question": "This type of engine has two power sources", - "value": "$800", - "answer": "hybrid", - "round": "Double Jeopardy!", - "show_number": "5990", - "fullAnswer": "hybrid" - }, { "category": "OUT GROWTHS", "air_date": "2010-10-01", @@ -631179,16 +597799,6 @@ "show_number": "5990", "fullAnswer": "Thomas Hardy" }, - { - "category": "GLENN CLOSE", - "air_date": "2010-10-01", - "question": "(Glenn Close delivers the clue.) Michelle Pfeiffer & I tangled in this 1988 film whose tagline was \"Lust, seduction, revenge, the game as you've never seen it played before\"", - "value": "$1200", - "answer": "Dangerous Liaisons", - "round": "Double Jeopardy!", - "show_number": "5990", - "fullAnswer": "Dangerous Liaisons" - }, { "category": "ART STYLES", "air_date": "2010-10-01", @@ -631219,16 +597829,6 @@ "show_number": "5990", "fullAnswer": "(James Fenimore) Cooper" }, - { - "category": "GLENN CLOSE", - "air_date": "2010-10-01", - "question": "(Glenn Close delivers the clue.) I was ready for my close-up after I won a 1996 Tony for playing Norma Desmond in this musical", - "value": "$1600", - "answer": "Sunset Boulevard", - "round": "Double Jeopardy!", - "show_number": "5990", - "fullAnswer": "Sunset Boulevard" - }, { "category": "ART STYLES", "air_date": "2010-10-01", @@ -631269,16 +597869,6 @@ "show_number": "5990", "fullAnswer": "(Oliver Wendell) Holmes" }, - { - "category": "GLENN CLOSE", - "air_date": "2010-10-01", - "question": "(Glenn Close delivers the clue.) Kevin Kline played my husband Harold in this film about some University of Michigan alums, & Mary Kay Place...I think you owe me one", - "value": "$2000", - "answer": "Big Chill", - "round": "Double Jeopardy!", - "show_number": "5990", - "fullAnswer": "The Big Chill" - }, { "category": "ART STYLES", "air_date": "2010-10-01", @@ -631299,16 +597889,6 @@ "show_number": "5990", "fullAnswer": "Home Depot" }, - { - "category": "SEARCH: ENGINES", - "air_date": "2010-10-01", - "question": "The German Messerschmidt ME110 used this engine configuration", - "value": "$2000", - "answer": "twin", - "round": "Double Jeopardy!", - "show_number": "5990", - "fullAnswer": "twin" - }, { "category": "OUT GROWTHS", "air_date": "2010-10-01", @@ -631439,16 +598019,6 @@ "show_number": "967", "fullAnswer": "\"The Snows of Kilimanjaro\"" }, - { - "category": "\"LONG\" SONGS", - "air_date": "1988-11-15", - "question": "In 1974 Neil Diamond scored a # 5 hit with the following:

\"Ride, c'mon baby ride...\"", - "value": "$500", - "answer": "Longfellow\\'s Serenade", - "round": "Jeopardy!", - "show_number": "967", - "fullAnswer": "\"Longfellow\\'s Serenade\"" - }, { "category": "REVOLUTIONS", "air_date": "1988-11-15", @@ -631504,7 +598074,7 @@ "air_date": "1988-11-15", "question": "Title line that follows \"Just kiss me once, then kiss me twice, then kiss me once again\"", "value": "$300", - "answer": "It\\'s Been A Long, Long Time", + "answer": "It's Been A Long, Long Time", "round": "Jeopardy!", "show_number": "967", "fullAnswer": "\"It\\'s Been A Long, Long Time\"" @@ -632779,16 +599349,6 @@ "show_number": "6015", "fullAnswer": "the seven ages of man" }, - { - "category": "THE \"D\"-LIST", - "air_date": "2010-11-05", - "question": "(Sarah reports from the Toyota Grand Prix in Long Beach, CA.) Taking advantage of the car in front of you by splitting the air at 220 miles per hour and leaving you little resistance, is called this technique; on the 405, we call it tailgating", - "value": "$800", - "answer": "drafting", - "round": "Jeopardy!", - "show_number": "6015", - "fullAnswer": "drafting" - }, { "category": "NAME THE SEUSS TITLE", "air_date": "2010-11-05", @@ -632854,7 +599414,7 @@ "air_date": "2010-11-05", "question": "Frankie Muniz thought his $250,000 car was stolen as Ashton Kutcher's very first victim on this show", "value": "$400", - "answer": "Punk\\'d", + "answer": "Punk'd", "round": "Double Jeopardy!", "show_number": "6015", "fullAnswer": "Punk\\'d" @@ -632924,7 +599484,7 @@ "air_date": "2010-11-05", "question": "This children's foundation has been improving the quality of life for sick kids for more than 25 years", "value": "$800", - "answer": "Children\\'s Starlight Foundation", + "answer": "Children's Starlight Foundation", "round": "Double Jeopardy!", "show_number": "6015", "fullAnswer": "the Children\\'s Starlight Foundation" @@ -632949,16 +599509,6 @@ "show_number": "6015", "fullAnswer": "beets" }, - { - "category": "NATIONAL GEOGRAPHIC CHANNEL GREAT MIGRATIONS", - "air_date": "2010-11-05", - "question": "One million of these African creatures make a yearly 300-mile loop that includes a scary Mara River crossing", - "value": "$800", - "answer": "wildebeests", - "round": "Double Jeopardy!", - "show_number": "6015", - "fullAnswer": "wildebeests" - }, { "category": "IT HAPPENED ON NOVEMBER 5", "air_date": "2010-11-05", @@ -633009,16 +599559,6 @@ "show_number": "6015", "fullAnswer": "chicken" }, - { - "category": "NATIONAL GEOGRAPHIC CHANNEL GREAT MIGRATIONS", - "air_date": "2010-11-05", - "question": "It will take 5 months and 3 generations of butterflies to reach Canada--a journey they're starting in this warmer country", - "value": "$1200", - "answer": "Mexico", - "round": "Double Jeopardy!", - "show_number": "6015", - "fullAnswer": "Mexico" - }, { "category": "IT HAPPENED ON NOVEMBER 5", "air_date": "2010-11-05", @@ -633129,16 +599669,6 @@ "show_number": "6015", "fullAnswer": "kefir" }, - { - "category": "NATIONAL GEOGRAPHIC CHANNEL GREAT MIGRATIONS", - "air_date": "2010-11-05", - "question": "A female covers herself with secretions to prep for the migration of the bats called flying these animals", - "value": "$2000", - "answer": "flying fox", - "round": "Double Jeopardy!", - "show_number": "6015", - "fullAnswer": "the flying fox" - }, { "category": "TERMS FROM THE BIBLE", "air_date": "2010-11-05", @@ -633249,16 +599779,6 @@ "show_number": "3944", "fullAnswer": "bicycle racing" }, - { - "category": "FIRST LADIES", - "air_date": "2001-10-25", - "question": "This first lady was all smiles in the photo seen here, taken at her surprise birthday party in 1954", - "value": "$200", - "answer": "Mamie Eisenhower", - "round": "Jeopardy!", - "show_number": "3944", - "fullAnswer": "Mamie Eisenhower" - }, { "category": "¿HABLA ESPAÑOL? ¡SÍ!", "air_date": "2001-10-25", @@ -633279,16 +599799,6 @@ "show_number": "3944", "fullAnswer": "All Quiet on the Western Front" }, - { - "category": "FASHION", - "air_date": "2001-10-25", - "question": "(Sarah of the Clue Crew delivers the clue from a \"boat.\") Wear this neckline whose name is French for \"boat\" & you'll be cruising in a style popular in the '20s & '30s", - "value": "$300", - "answer": "bateau", - "round": "Jeopardy!", - "show_number": "3944", - "fullAnswer": "bateau" - }, { "category": "POX, PLAGUE & PESTILENCE", "air_date": "2001-10-25", @@ -633569,26 +600079,6 @@ "show_number": "3944", "fullAnswer": "heel/heal" }, - { - "category": "BIOLOGY", - "air_date": "2001-10-25", - "question": "(Jimmy of the Clue Crew cracks the case.) It's the total number of cells in this yellow egg yolk", - "value": "$600", - "answer": "1", - "round": "Double Jeopardy!", - "show_number": "3944", - "fullAnswer": "1" - }, - { - "category": "SPECIAL \"K\" PLACES", - "air_date": "2001-10-25", - "question": "Seen here in all its glory, Waimea Canyon on this island is known as the \"Grand Canyon of the Pacific\"", - "value": "$600", - "answer": "Kauai", - "round": "Double Jeopardy!", - "show_number": "3944", - "fullAnswer": "Kauai" - }, { "category": "THIS YEAR'S HEADLINE!", "air_date": "2001-10-25", @@ -633994,7 +600484,7 @@ "air_date": "1998-03-11", "question": "Because the part protruding beyond the fingertips is made of dead cells, with no nerves", "value": "$400", - "answer": "Why doesn\\'t it hurt when you clip your fingernails?", + "answer": "Why doesn't it hurt when you clip your fingernails?", "round": "Jeopardy!", "show_number": "3123", "fullAnswer": "Why doesn\\'t it hurt when you clip your fingernails?" @@ -634419,16 +600909,6 @@ "show_number": "5290", "fullAnswer": "pasta" }, - { - "category": "THAT'S MY \"MA\"", - "air_date": "2007-09-14", - "question": "It's the type of fish seen here", - "value": "$200", - "answer": "marlin", - "round": "Jeopardy!", - "show_number": "5290", - "fullAnswer": "a marlin" - }, { "category": "NEW YORK, NEW YORK", "air_date": "2007-09-14", @@ -634484,7 +600964,7 @@ "air_date": "2007-09-14", "question": "In 1758 Ben Franklin issued his last publication of this annual", "value": "$400", - "answer": "Poor Richard\\'s Almanack", + "answer": "Poor Richard's Almanack", "round": "Jeopardy!", "show_number": "5290", "fullAnswer": "Poor Richard\\'s Almanack" @@ -634549,16 +601029,6 @@ "show_number": "5290", "fullAnswer": "a dermatologist" }, - { - "category": "NEW YORK, NEW YORK", - "air_date": "2007-09-14", - "question": "In 1776, after the Battle of this area shown here, the British retook New York City and held the city until the war's end in 1783", - "value": "$800", - "answer": "Long Island", - "round": "Jeopardy!", - "show_number": "5290", - "fullAnswer": "Long Island" - }, { "category": "CATS", "air_date": "2007-09-14", @@ -634584,7 +601054,7 @@ "air_date": "2007-09-14", "question": "From 1984 to 1992 Judith Light & Tony Danza struggled over this sitcom title question", "value": "$800", - "answer": "Who\\'s the Boss?", + "answer": "Who's the Boss?", "round": "Jeopardy!", "show_number": "5290", "fullAnswer": "Who\\'s the Boss?" @@ -634619,16 +601089,6 @@ "show_number": "5290", "fullAnswer": "the Stamp Act" }, - { - "category": "CATS", - "air_date": "2007-09-14", - "question": "This Asian-named cat is produced by mating Siamese and longhairs, and then selectively breeding them", - "value": "$1000", - "answer": "Himalayan", - "round": "Jeopardy!", - "show_number": "5290", - "fullAnswer": "Himalayan" - }, { "category": "CHILDREN'S AUTHORS", "air_date": "2007-09-14", @@ -634699,16 +601159,6 @@ "show_number": "5290", "fullAnswer": "Verdun" }, - { - "category": "ELECTRONICA", - "air_date": "2007-09-14", - "question": "(Kelly of the Clue Crew delivers the clue from Sony Headquarters in Tokyo, Japan.) This prototype of Sony's new OLED technology demonstrates that TVs can be made an eighth of an inch thick, which is 3 of this metric unit", - "value": "$400", - "answer": "millimeter", - "round": "Double Jeopardy!", - "show_number": "5290", - "fullAnswer": "a millimeter" - }, { "category": "TITLE BALLET WOMEN", "air_date": "2007-09-14", @@ -634759,16 +601209,6 @@ "show_number": "5290", "fullAnswer": "Francois Mitterrand" }, - { - "category": "ELECTRONICA", - "air_date": "2007-09-14", - "question": "(Alex Trebek delivers the clue from Sony Headquarters in Tokyo, Japan.) Brando won the Oscar, the Dodgers won the World Series, Bill Haley & The Comets had a monster hit, and Sony introduced the first transistor radio, all in this year", - "value": "$800", - "answer": "1955", - "round": "Double Jeopardy!", - "show_number": "5290", - "fullAnswer": "1955" - }, { "category": "TITLE BALLET WOMEN", "air_date": "2007-09-14", @@ -634819,26 +601259,6 @@ "show_number": "5290", "fullAnswer": "London" }, - { - "category": "ELECTRONICA", - "air_date": "2007-09-14", - "question": "(Jimmy of the Clue Crew delivers the clue from Sony Headquarters in Tokyo, Japan) The 70-inch Bravia TV has LED backlighting, but the basic tecnology is LCD, short for this, providing a wider viewing angle than the plasma screens", - "value": "$1200", - "answer": "Liquid Crystal Display", - "round": "Double Jeopardy!", - "show_number": "5290", - "fullAnswer": "Liquid Crystal Display" - }, - { - "category": "TITLE BALLET WOMEN", - "air_date": "2007-09-14", - "question": "Margot Fonteyn is seen here resting her tootsies as Princess Aurora in this ballet", - "value": "$1200", - "answer": "Sleeping Beauty", - "round": "Double Jeopardy!", - "show_number": "5290", - "fullAnswer": "Sleeping Beauty" - }, { "category": "CROSSWORD CLUES \"C\"", "air_date": "2007-09-14", @@ -634879,16 +601299,6 @@ "show_number": "5290", "fullAnswer": "the Maginot Line" }, - { - "category": "ELECTRONICA", - "air_date": "2007-09-14", - "question": "(Alex Trebek delivers the clue from Sony Headquarters in Tokyo, Japan) Most DVD players use a red light laser; to show true HD movies, however, this player uses a laser of this color, which has a shorter wavelength", - "value": "$1600", - "answer": "blue", - "round": "Double Jeopardy!", - "show_number": "5290", - "fullAnswer": "blue" - }, { "category": "TITLE BALLET WOMEN", "air_date": "2007-09-14", @@ -634939,16 +601349,6 @@ "show_number": "5290", "fullAnswer": "Marshal Petain" }, - { - "category": "ELECTRONICA", - "air_date": "2007-09-14", - "question": "(Jimmy of the Clue Crew delivers the clue from Sony Headquarters in Tokyo, Japan) PS3 makes games more realistic using computer power from this alliterative technology in which multiple core CPUs run at once", - "value": "$2000", - "answer": "parallel processing", - "round": "Double Jeopardy!", - "show_number": "5290", - "fullAnswer": "parallel processing" - }, { "category": "TITLE BALLET WOMEN", "air_date": "2007-09-14", @@ -635054,7 +601454,7 @@ "air_date": "2005-04-13", "question": "He is scheduled to take over the hosting duties in 2009", "value": "$400", - "answer": "Conan O\\'Brien", + "answer": "Conan O'Brien", "round": "Jeopardy!", "show_number": "4753", "fullAnswer": "Conan O\\'Brien" @@ -635134,7 +601534,7 @@ "air_date": "2005-04-13", "question": "Market Fresh Roast Beef & Swiss sandwich, large Jalapeno Bites, Jamocha shake", "value": "$600", - "answer": "Arby\\'s", + "answer": "Arby's", "round": "Jeopardy!", "show_number": "4753", "fullAnswer": "Arby\\'s" @@ -635254,7 +601654,7 @@ "air_date": "2005-04-13", "question": "2 Big Bacon Classics, great Biggie fries, Homestyle Chicken Strips Salad with ranch dressing, medium Frosty", "value": "$1000", - "answer": "Wendy\\'s", + "answer": "Wendy's", "round": "Jeopardy!", "show_number": "4753", "fullAnswer": "Wendy\\'s" @@ -635329,16 +601729,6 @@ "show_number": "4753", "fullAnswer": "Shirley Temple" }, - { - "category": "WE'LL ALWAYS HAVE PARRIS ISLAND", - "air_date": "2005-04-13", - "question": "(Jimmy of the Clue Crew reports from Parris Island, SC.) Very quickly after you arrive at Parris Island, you'll meet this person, the D.I.", - "value": "$400", - "answer": "drill instructor", - "round": "Double Jeopardy!", - "show_number": "4753", - "fullAnswer": "the drill instructor" - }, { "category": "U.S. PRESIDENTS", "air_date": "2005-04-13", @@ -635389,16 +601779,6 @@ "show_number": "4753", "fullAnswer": "Anna Paquin" }, - { - "category": "WE'LL ALWAYS HAVE PARRIS ISLAND", - "air_date": "2005-04-13", - "question": "(Cheryl of the Clue Crew reports from Parris Island, SC.) Marine training instills this motto, meaning \"always faithful\"", - "value": "$800", - "answer": "semper fidelis", - "round": "Double Jeopardy!", - "show_number": "4753", - "fullAnswer": "semper fidelis" - }, { "category": "U.S. PRESIDENTS", "air_date": "2005-04-13", @@ -635439,26 +601819,6 @@ "show_number": "4753", "fullAnswer": "Norway" }, - { - "category": "HERE'S LOOKING AT YOU, KID", - "air_date": "2005-04-13", - "question": "Wise beyond her years, she's the scene-stealing co-star of \"Uptown Girls\" and \"Hide and Seek\"", - "value": "$1200", - "answer": "Dakota Fanning", - "round": "Double Jeopardy!", - "show_number": "4753", - "fullAnswer": "Dakota Fanning" - }, - { - "category": "WE'LL ALWAYS HAVE PARRIS ISLAND", - "air_date": "2005-04-13", - "question": "(Cheryl of the Clue Crew reports from Parris Island, SC.) Marines are taught to see themselves as part of a team, like this basic unit of 30 to 50 people", - "value": "$1200", - "answer": "platoon", - "round": "Double Jeopardy!", - "show_number": "4753", - "fullAnswer": "a platoon" - }, { "category": "U.S. PRESIDENTS", "air_date": "2005-04-13", @@ -635484,7 +601844,7 @@ "air_date": "2005-04-13", "question": "The cornflower, a plant with small round flowers, is also known as this", "value": "$1600", - "answer": "bachelor\\'s button", + "answer": "bachelor's button", "round": "Double Jeopardy!", "show_number": "4753", "fullAnswer": "a bachelor\\'s button" @@ -635509,16 +601869,6 @@ "show_number": "4753", "fullAnswer": "Lukas Haas" }, - { - "category": "WE'LL ALWAYS HAVE PARRIS ISLAND", - "air_date": "2005-04-13", - "question": "(Cheryl of the Clue Crew reports from Parris Island, SC.) A lot of Marine vocabulary comes from the Navy: doors are hatches, while windows & eyeglasses are both called these", - "value": "$1600", - "answer": "portholes", - "round": "Double Jeopardy!", - "show_number": "4753", - "fullAnswer": "portholes" - }, { "category": "U.S. PRESIDENTS", "air_date": "2005-04-13", @@ -635569,16 +601919,6 @@ "show_number": "4753", "fullAnswer": "Dean Stockwell" }, - { - "category": "WE'LL ALWAYS HAVE PARRIS ISLAND", - "air_date": "2005-04-13", - "question": "(Cheryl of the Clue Crew reports from Parris Island, SC.) From the Latin for \"boxer\", it's the variety of training weapon these Marines are using to practice combat fighting", - "value": "$2000", - "answer": "pugil stick", - "round": "Double Jeopardy!", - "show_number": "4753", - "fullAnswer": "a pugil stick" - }, { "category": "16th CENTURY NAMES", "air_date": "2005-04-13", @@ -635789,36 +602129,6 @@ "show_number": "4812", "fullAnswer": "Elly May" }, - { - "category": "7-LETTER EDIBLES", - "air_date": "2005-07-05", - "question": "The name of this fancy dish seen here comes from a word that means \"to blow\"", - "value": "$800", - "answer": "soufflé", - "round": "Jeopardy!", - "show_number": "4812", - "fullAnswer": "soufflé" - }, - { - "category": "AMERICA", - "air_date": "2005-07-05", - "question": "This state trademarked the logo seen here", - "value": "$800", - "answer": "Wyoming", - "round": "Jeopardy!", - "show_number": "4812", - "fullAnswer": "Wyoming" - }, - { - "category": "OBJECTS", - "air_date": "2005-07-05", - "question": "Used to serve a particular type of liquor, it's the glass seen here", - "value": "$800", - "answer": "snifter", - "round": "Jeopardy!", - "show_number": "4812", - "fullAnswer": "a snifter" - }, { "category": "SPANISH", "air_date": "2005-07-05", @@ -635899,16 +602209,6 @@ "show_number": "4812", "fullAnswer": "a neutron" }, - { - "category": "SINGERS", - "air_date": "2005-07-05", - "question": "If you \"can't smile without\" the singer of \"Copacabana\", go to this last name.com, his official website", - "value": "$400", - "answer": "Manilow", - "round": "Double Jeopardy!", - "show_number": "4812", - "fullAnswer": "(Barry) Manilow" - }, { "category": "VEHICLES", "air_date": "2005-07-05", @@ -636069,16 +602369,6 @@ "show_number": "4812", "fullAnswer": "plainly" }, - { - "category": "SCIENCE", - "air_date": "2005-07-05", - "question": "(Jimmy of the Clue Crew reports from a classroom.) Meaning not at a right angle, it can refer to slanting abdominal muscles, or a geometric angle like this", - "value": "$1600", - "answer": "oblique", - "round": "Double Jeopardy!", - "show_number": "4812", - "fullAnswer": "oblique" - }, { "category": "SINGERS", "air_date": "2005-07-05", @@ -636174,7 +602464,7 @@ "air_date": "2005-07-05", "question": "Incorporating elements of Islam & others, this religion was founded in Iran in 1863", "value": "$2000", - "answer": "Bahá\\'í", + "answer": "Bahá'í", "round": "Double Jeopardy!", "show_number": "4812", "fullAnswer": "Bahá\\'í" @@ -636229,16 +602519,6 @@ "show_number": "5565", "fullAnswer": "Clinton" }, - { - "category": "THE MYSTERIOUS WORLD OF THE KITCHEN", - "air_date": "2008-11-14", - "question": "No, they're not weapons, except to the bird undergoing this process", - "value": "$200", - "answer": "carving", - "round": "Jeopardy!", - "show_number": "5565", - "fullAnswer": "carving" - }, { "category": "POTTY MOUTH!", "air_date": "2008-11-14", @@ -636274,7 +602554,7 @@ "air_date": "2008-11-14", "question": "On TV, this title trio was played by Kate, Jaclyn & Farrah; on film, it was Cameron, Lucy & Drew", "value": "$400", - "answer": "Charlie\\'s Angels", + "answer": "Charlie's Angels", "round": "Jeopardy!", "show_number": "5565", "fullAnswer": "Charlie\\'s Angels" @@ -636349,16 +602629,6 @@ "show_number": "5565", "fullAnswer": "Washington" }, - { - "category": "THE MYSTERIOUS WORLD OF THE KITCHEN", - "air_date": "2008-11-14", - "question": "Transtropospheric communicator? Nope--thermometer for hot fat used in the process of deep this", - "value": "$600", - "answer": "frying", - "round": "Jeopardy!", - "show_number": "5565", - "fullAnswer": "frying" - }, { "category": "POTTY MOUTH!", "air_date": "2008-11-14", @@ -636499,16 +602769,6 @@ "show_number": "5565", "fullAnswer": "a boo" }, - { - "category": "A VOYAGE THROUGH EUROPE", - "air_date": "2008-11-14", - "question": "(Sarah of the Clue Crew delivers the clue from Denmark.) I'm in Denmark at a museum named for these Norse seafarers; this is the world's largest reconstruction of one of their ships", - "value": "$400", - "answer": "Vikings", - "round": "Double Jeopardy!", - "show_number": "5565", - "fullAnswer": "the Vikings" - }, { "category": "POSE-POURRI", "air_date": "2008-11-14", @@ -636559,16 +602819,6 @@ "show_number": "5565", "fullAnswer": "a rodeo" }, - { - "category": "A VOYAGE THROUGH EUROPE", - "air_date": "2008-11-14", - "question": "(Sarah of the Clue Crew delivers the clue from The Hague in the Netherlands.) The Peace Palace in The Hague was funded by this U.S. steel magnate in the hopes that all nations could meet here to talk & prevent war", - "value": "$800", - "answer": "Carnegie", - "round": "Double Jeopardy!", - "show_number": "5565", - "fullAnswer": "Carnegie" - }, { "category": "POSE-POURRI", "air_date": "2008-11-14", @@ -636619,16 +602869,6 @@ "show_number": "5565", "fullAnswer": "Alberta (or British Columbia or Saskatchewan)" }, - { - "category": "A VOYAGE THROUGH EUROPE", - "air_date": "2008-11-14", - "question": "(Jon of the Clue Crew delivers the clue from France at Mont-Saint-Michel.) The distinctive silhouette of France's Mont-Saint-Michel was an inspiration for the design of Minas Tirith in this blockbuster 2003 film", - "value": "$1200", - "answer": "Lord of the Rings: The Return of the King", - "round": "Double Jeopardy!", - "show_number": "5565", - "fullAnswer": "The Lord of the Rings: The Return of the King" - }, { "category": "POSE-POURRI", "air_date": "2008-11-14", @@ -636649,16 +602889,6 @@ "show_number": "5565", "fullAnswer": "Lenin" }, - { - "category": "AQUATIC MAMMALS", - "air_date": "2008-11-14", - "question": "Seen here, the sea type of this has the thickest fur of any animal, with more than one million hairs per square inch", - "value": "$1200", - "answer": "sea otter", - "round": "Double Jeopardy!", - "show_number": "5565", - "fullAnswer": "the sea otter" - }, { "category": "LIKE HANNAH", "air_date": "2008-11-14", @@ -636679,16 +602909,6 @@ "show_number": "5565", "fullAnswer": "glaciers" }, - { - "category": "A VOYAGE THROUGH EUROPE", - "air_date": "2008-11-14", - "question": "(Sarah of the Clue Crew somehow delivers the clue from both the Museo de Navarra in Pamplona, Spain and Santiago de Compostela in Spain.) Pamplona's 16th century Our Lady of Misery was a way station on a set route for these religious travelers as they trekked hundreds of miles from France to their final destination--Santiago de Compostela", - "value": "$1600", - "answer": "pilgrims", - "round": "Double Jeopardy!", - "show_number": "5565", - "fullAnswer": "pilgrims" - }, { "category": "POSE-POURRI", "air_date": "2008-11-14", @@ -636739,16 +602959,6 @@ "show_number": "5565", "fullAnswer": "the Big Sky Conference" }, - { - "category": "A VOYAGE THROUGH EUROPE", - "air_date": "2008-11-14", - "question": "(Jon of the Clue Crew reports from Lisbon, Portugal.) Though it was once called Olissipo & is historically a city of seafarers, it's only a legend that Lisbon was founded by this Homeric wanderer", - "value": "$2000", - "answer": "Ulysses", - "round": "Double Jeopardy!", - "show_number": "5565", - "fullAnswer": "Ulysses" - }, { "category": "POSE-POURRI", "air_date": "2008-11-14", @@ -636859,16 +603069,6 @@ "show_number": "4668", "fullAnswer": "the White House" }, - { - "category": "SALUTE THE FLAG", - "air_date": "2004-12-15", - "question": "It's the U.S. territory whose flag is seen here", - "value": "$200", - "answer": "Virgin Islands", - "round": "Jeopardy!", - "show_number": "4668", - "fullAnswer": "the Virgin Islands" - }, { "category": "EUROPE", "air_date": "2004-12-15", @@ -636879,16 +603079,6 @@ "show_number": "4668", "fullAnswer": "Franco" }, - { - "category": "HERE BE MONSTERS", - "air_date": "2004-12-15", - "question": "(Sarah of the Clue Crew reports from the Brooklyn Bridge.) In 1998 after terrorizing New York, this movie monster is finally brought down on the Brooklyn Bridge", - "value": "$400", - "answer": "Godzilla", - "round": "Jeopardy!", - "show_number": "4668", - "fullAnswer": "Godzilla" - }, { "category": "VICE PRESIDENTIAL NICKNAMES", "air_date": "2004-12-15", @@ -636979,16 +603169,6 @@ "show_number": "4668", "fullAnswer": "Blue Suede Shoes" }, - { - "category": "SALUTE THE FLAG", - "air_date": "2004-12-15", - "question": "He's the explorer who used the flag seen here in honor of his royal patrons", - "value": "$600", - "answer": "Columbus", - "round": "Jeopardy!", - "show_number": "4668", - "fullAnswer": "Columbus" - }, { "category": "EUROPE", "air_date": "2004-12-15", @@ -637099,16 +603279,6 @@ "show_number": "4668", "fullAnswer": "Peregrine White" }, - { - "category": "SALUTE THE FLAG", - "air_date": "2004-12-15", - "question": "This South Atlantic island group's flag is seen here", - "value": "$1,000", - "answer": "Falklands", - "round": "Jeopardy!", - "show_number": "4668", - "fullAnswer": "the Falklands" - }, { "category": "GERMAN LITERATURE", "air_date": "2004-12-15", @@ -637119,16 +603289,6 @@ "show_number": "4668", "fullAnswer": "the tin drum" }, - { - "category": "BROADWAY", - "air_date": "2004-12-15", - "question": "(Jimmy of the Clue Crew reports from the Majestic Theatre.) I'm on the Broadway set of this ever-popular musical, whose first act ends with a resounding crash", - "value": "$400", - "answer": "Phantom of the Opera", - "round": "Double Jeopardy!", - "show_number": "4668", - "fullAnswer": "The Phantom of the Opera" - }, { "category": "PEOPLE IN THEIR ELEMENT", "air_date": "2004-12-15", @@ -637179,16 +603339,6 @@ "show_number": "4668", "fullAnswer": "committing suicide" }, - { - "category": "BROADWAY", - "air_date": "2004-12-15", - "question": "(Hi, I'm John Tartaglia. And I'm Rod. And I'm Princeton.) And we're here on the set of the 2004 Tony-award winner for best musical of this title street", - "value": "$800", - "answer": "Avenue Q", - "round": "Double Jeopardy!", - "show_number": "4668", - "fullAnswer": "Avenue Q" - }, { "category": "PEOPLE IN THEIR ELEMENT", "air_date": "2004-12-15", @@ -637229,26 +603379,6 @@ "show_number": "4668", "fullAnswer": "the Grand Canyon" }, - { - "category": "GERMAN LITERATURE", - "air_date": "2004-12-15", - "question": "The title vessel of a 1494 poem by Sebastian Brant and of the painting of the same period by Hieronymus Bosch", - "value": "$1200", - "answer": "Ship of Fools", - "round": "Double Jeopardy!", - "show_number": "4668", - "fullAnswer": "The Ship of Fools" - }, - { - "category": "BROADWAY", - "air_date": "2004-12-15", - "question": "(Sarah of the Clue Crew hovers over the stage of the Gershwin Theatre.) Gregory Maguire's novel about the early years of the witches of Oz inspired this award-winning Broadway musical", - "value": "$1200", - "answer": "Wicked", - "round": "Double Jeopardy!", - "show_number": "4668", - "fullAnswer": "Wicked" - }, { "category": "PEOPLE IN THEIR ELEMENT", "air_date": "2004-12-15", @@ -637299,16 +603429,6 @@ "show_number": "4668", "fullAnswer": "Marat/Sade" }, - { - "category": "BROADWAY", - "air_date": "2004-12-15", - "question": "(Cheryl of the Clue Crew stands on stage with giraffes at the New Amsterdam Theatre.) She was the first woman to win a Tony for best director of a musical when she won in 1998 for \"The Lion King\"", - "value": "$1600", - "answer": "Julie Taymor", - "round": "Double Jeopardy!", - "show_number": "4668", - "fullAnswer": "Julie Taymor" - }, { "category": "PEOPLE IN THEIR ELEMENT", "air_date": "2004-12-15", @@ -637359,16 +603479,6 @@ "show_number": "4668", "fullAnswer": "(Hermann) Hesse" }, - { - "category": "BROADWAY", - "air_date": "2004-12-15", - "question": "(Jimmy of the Clue Crew reports from the St. James Theatre.) In \"The Producers,\" Zero Mostel played this man on film; Nathan Lane and Brad Oscar have played him here on Broadway", - "value": "$2000", - "answer": "Max Bialystock", - "round": "Double Jeopardy!", - "show_number": "4668", - "fullAnswer": "Max Bialystock" - }, { "category": "PEOPLE IN THEIR ELEMENT", "air_date": "2004-12-15", @@ -637714,7 +603824,7 @@ "air_date": "2001-03-19", "question": "The Bayeux Tapestry depicted an early sighting of a comet later given this name", "value": "$200", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Double Jeopardy!", "show_number": "3816", "fullAnswer": "Halley\\'s Comet" @@ -638594,7 +604704,7 @@ "air_date": "1994-11-18", "question": "One-word title of the Verdi opera set in Windsor, England in the 15th century", "value": null, - "answer": "\\Falstaff\\", + "answer": "Falstaff", "round": "Final Jeopardy!", "show_number": "2350", "fullAnswer": "\\\"Falstaff\\\"" @@ -639659,22 +605769,12 @@ "show_number": "5938", "fullAnswer": "USA Today" }, - { - "category": "THE VIKINGS", - "air_date": "2010-06-09", - "question": "(Sarah of the Clue Crew shows a map on the monitor.) In three waves, the Vikings expanded their territory; the Norwegians sailed south and west, the Swedes marched eastward, & these people raided mainland Europe as far south as the Strait of Gibraltar", - "value": "$400", - "answer": "Danes", - "round": "Jeopardy!", - "show_number": "5938", - "fullAnswer": "the Danes" - }, { "category": "TALES FROM THE SCRIPT", "air_date": "2010-06-09", "question": "The script for \"Casablanca\" read, \"Here's good luck to you, kid\"; Bogart changed it to this", "value": "$400", - "answer": "Here\\'s looking at you, kid", + "answer": "Here's looking at you, kid", "round": "Jeopardy!", "show_number": "5938", "fullAnswer": "\"Here\\'s looking at you, kid\"" @@ -639704,7 +605804,7 @@ "air_date": "2010-06-09", "question": "An Indian-born English professor had to read this first Harry Potter novel 35 times before translating it into Hindi", "value": "$400", - "answer": "Harry Potter and the Sorceror\\'s Stone", + "answer": "Harry Potter and the Sorceror's Stone", "round": "Jeopardy!", "show_number": "5938", "fullAnswer": "Harry Potter and the Sorceror\\'s Stone" @@ -639919,16 +606019,6 @@ "show_number": "5938", "fullAnswer": "the Tiger Slam" }, - { - "category": "PICTURE THE WORLD LEADER", - "air_date": "2010-06-09", - "question": "\"Good show, old man. Hey, what?\" This labor guy took the top spot in 2007", - "value": "$400", - "answer": "Brown", - "round": "Double Jeopardy!", - "show_number": "5938", - "fullAnswer": "(Gordon) Brown" - }, { "category": "CLASSICAL MUSIC", "air_date": "2010-06-09", @@ -639969,26 +606059,6 @@ "show_number": "5938", "fullAnswer": "the Sinai Peninsula" }, - { - "category": "2001: A SPORTS ODYSSEY", - "air_date": "2010-06-09", - "question": "In 2001, he hit .300 with 36 homers & appeared on Celebrity \"Jeopardy!\"", - "value": "$800", - "answer": "Mike Piazza", - "round": "Double Jeopardy!", - "show_number": "5938", - "fullAnswer": "Mike Piazza" - }, - { - "category": "PICTURE THE WORLD LEADER", - "air_date": "2010-06-09", - "question": "The United States has had some issues with this South American man", - "value": "$800", - "answer": "Hugo Chavez", - "round": "Double Jeopardy!", - "show_number": "5938", - "fullAnswer": "Hugo Chavez" - }, { "category": "CLASSICAL MUSIC", "air_date": "2010-06-09", @@ -640039,16 +606109,6 @@ "show_number": "5938", "fullAnswer": "Duke" }, - { - "category": "PICTURE THE WORLD LEADER", - "air_date": "2010-06-09", - "question": "In 2008, this African leader won election in controversial fashion", - "value": "$1200", - "answer": "Mugabe", - "round": "Double Jeopardy!", - "show_number": "5938", - "fullAnswer": "Mugabe" - }, { "category": "CLASSICAL MUSIC", "air_date": "2010-06-09", @@ -640059,16 +606119,6 @@ "show_number": "5938", "fullAnswer": "\"Flight Of The Bumblebee\"" }, - { - "category": "VIRAL VIDEO", - "air_date": "2010-06-09", - "question": "nationalgeographic.com has a video about how this disease softened up the Inca, easing the Spanish conquest", - "value": "$1200", - "answer": "smallpox", - "round": "Double Jeopardy!", - "show_number": "5938", - "fullAnswer": "smallpox" - }, { "category": "XXX\"O\"", "air_date": "2010-06-09", @@ -640149,16 +606199,6 @@ "show_number": "5938", "fullAnswer": "Lleyton Hewitt" }, - { - "category": "PICTURE THE WORLD LEADER", - "air_date": "2010-06-09", - "question": "Check out this zillionaire--a European prime minister in 1994, 2001 to 2006 & again since 2008", - "value": "$2000", - "answer": "Berlusconi", - "round": "Double Jeopardy!", - "show_number": "5938", - "fullAnswer": "Berlusconi" - }, { "category": "CLASSICAL MUSIC", "air_date": "2010-06-09", @@ -640169,16 +606209,6 @@ "show_number": "5938", "fullAnswer": "Corelli" }, - { - "category": "VIRAL VIDEO", - "air_date": "2010-06-09", - "question": "The webmd.com video archive includes one on the future of the HPV vaccine, HPV standing for human this", - "value": "$2000", - "answer": "papilloma virus", - "round": "Double Jeopardy!", - "show_number": "5938", - "fullAnswer": "papilloma virus" - }, { "category": "XXX\"O\"", "air_date": "2010-06-09", @@ -641334,7 +607364,7 @@ "air_date": "2002-10-24", "question": "This 1935 novel by Horace McCoy is a tale of murder & marathon dancing", "value": "$1600", - "answer": "They Shoot Horses, Don\\'t They?", + "answer": "They Shoot Horses, Don't They?", "round": "Double Jeopardy!", "show_number": "4174", "fullAnswer": "\"They Shoot Horses, Don\\'t They?\"" @@ -641414,7 +607444,7 @@ "air_date": "2002-10-24", "question": "Sidney Sherman, who died in Texas in 1873, is credited with coining this 3-word phrase", "value": null, - "answer": "\\Remember the Alamo\\", + "answer": "Remember the Alamo", "round": "Final Jeopardy!", "show_number": "4174", "fullAnswer": "\\\"Remember the Alamo\\\"" @@ -641824,7 +607854,7 @@ "air_date": "2002-11-08", "question": "\"As Ever, Gene\" is a collection of this playwright's letters to his pal, critic George Jean Nathan", "value": "$800", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "4185", "fullAnswer": "Eugene O\\'Neill" @@ -642669,16 +608699,6 @@ "show_number": "5771", "fullAnswer": "a hangover" }, - { - "category": "THE RUSSIAN", - "air_date": "2009-10-19", - "question": "The actions of this Russian were truly revolutionary", - "value": "$200", - "answer": "Lenin", - "round": "Jeopardy!", - "show_number": "5771", - "fullAnswer": "Lenin" - }, { "category": "TEA", "air_date": "2009-10-19", @@ -642729,16 +608749,6 @@ "show_number": "5771", "fullAnswer": "the Guinness Book of World Records" }, - { - "category": "THE RUSSIAN", - "air_date": "2009-10-19", - "question": "He's the high-flying hero of 1961 seen here", - "value": "$400", - "answer": "Yuri Gagarin", - "round": "Jeopardy!", - "show_number": "5771", - "fullAnswer": "Yuri Gagarin" - }, { "category": "TEA", "air_date": "2009-10-19", @@ -642789,16 +608799,6 @@ "show_number": "5771", "fullAnswer": "haunted" }, - { - "category": "THE RUSSIAN", - "air_date": "2009-10-19", - "question": "Nobel Prize-winning Russian writer & prisoner seen here", - "value": "$600", - "answer": "Solzhenitsyn", - "round": "Jeopardy!", - "show_number": "5771", - "fullAnswer": "Solzhenitsyn" - }, { "category": "TEA", "air_date": "2009-10-19", @@ -642849,16 +608849,6 @@ "show_number": "5771", "fullAnswer": "dogs" }, - { - "category": "THE RUSSIAN", - "air_date": "2009-10-19", - "question": "This Cold War fixture died in 1982", - "value": "$800", - "answer": "Brezhnev", - "round": "Jeopardy!", - "show_number": "5771", - "fullAnswer": "Brezhnev" - }, { "category": "TEA", "air_date": "2009-10-19", @@ -642909,16 +608899,6 @@ "show_number": "5771", "fullAnswer": "to marry" }, - { - "category": "THE RUSSIAN", - "air_date": "2009-10-19", - "question": "He's the Russian writer seen here, \"count\" on it", - "value": "$1000", - "answer": "Count Leo Tolstoy", - "round": "Jeopardy!", - "show_number": "5771", - "fullAnswer": "Count Leo Tolstoy" - }, { "category": "TEA", "air_date": "2009-10-19", @@ -643039,16 +609019,6 @@ "show_number": "5771", "fullAnswer": "the humidity" }, - { - "category": "\"C\"OUNTRIES", - "air_date": "2009-10-19", - "question": "This country seen here is a popular tourist destination", - "value": "$800", - "answer": "Costa Rica", - "round": "Double Jeopardy!", - "show_number": "5771", - "fullAnswer": "Costa Rica" - }, { "category": "ANIMAL SUBTRACTION", "air_date": "2009-10-19", @@ -643089,16 +609059,6 @@ "show_number": "5771", "fullAnswer": "Charles II" }, - { - "category": "LET'S TALK ABOUT THE WEATHER", - "air_date": "2009-10-19", - "question": "The flag seen here warns boaters of this type of moderately strong wind of about 34 to 54 miles per hour", - "value": "$1200", - "answer": "gales", - "round": "Double Jeopardy!", - "show_number": "5771", - "fullAnswer": "gales" - }, { "category": "\"C\"OUNTRIES", "air_date": "2009-10-19", @@ -643149,16 +609109,6 @@ "show_number": "5771", "fullAnswer": "Morocco" }, - { - "category": "LET'S TALK ABOUT THE WEATHER", - "air_date": "2009-10-19", - "question": "(Jimmy of the Clue Crew shows an animated weather map on the monitor.) A common weather pattern, bringing an abundance of warm, tropical moisture direct from Hawaii to the Pacific coast is popularly called this, like a 2008 comedy film", - "value": "$1600", - "answer": "Pineapple Express", - "round": "Double Jeopardy!", - "show_number": "5771", - "fullAnswer": "the Pineapple Express" - }, { "category": "\"C\"OUNTRIES", "air_date": "2009-10-19", @@ -643199,26 +609149,6 @@ "show_number": "5771", "fullAnswer": "Billy Crystal" }, - { - "category": "A GIFT FROM THE MONARCH", - "air_date": "2009-10-19", - "question": "(Jimmy of the Clue Crew reports from Mount Vernon, VA.) At Mount Vernon, Washington hung an engraving that was a gift of this man, our most powerful ally in the Revolutionary War", - "value": "$2000", - "answer": "Louis XVI of France", - "round": "Double Jeopardy!", - "show_number": "5771", - "fullAnswer": "Louis XVI of France" - }, - { - "category": "LET'S TALK ABOUT THE WEATHER", - "air_date": "2009-10-19", - "question": "(Kelly of the Clue Crew shows an animated weather map on the monitor.) Named for the direction from which they come, much of our weather is carried across the United States & Canada by these dominant winds, between 30 & 60 degrees latitude", - "value": "$4,000", - "answer": "westerlies", - "round": "Double Jeopardy!", - "show_number": "5771", - "fullAnswer": "westerlies" - }, { "category": "\"C\"OUNTRIES", "air_date": "2009-10-19", @@ -643329,16 +609259,6 @@ "show_number": "5083", "fullAnswer": "The Six Million Dollar Man" }, - { - "category": "WEBSITES", - "air_date": "2006-10-18", - "question": "historywired.si.edu gives a glimpse of some of the 3 million objects in storage at the National Museum of this", - "value": "$400", - "answer": "American History", - "round": "Jeopardy!", - "show_number": "5083", - "fullAnswer": "American History" - }, { "category": "2 WORDS IN ONE", "air_date": "2006-10-18", @@ -643349,16 +609269,6 @@ "show_number": "5083", "fullAnswer": "channel & tunnel" }, - { - "category": "I LOVE NY", - "air_date": "2006-10-18", - "question": "In Queens, you can visit the Unisphere, built for this 1964 event", - "value": "$400", - "answer": "World\\'s Fair", - "round": "Jeopardy!", - "show_number": "5083", - "fullAnswer": "the World\\'s Fair" - }, { "category": "THEY HATE L.A.", "air_date": "2006-10-18", @@ -643414,7 +609324,7 @@ "air_date": "2006-10-18", "question": "Handwerker was the last name of the man who opened this \"famous\" Coney Island culinary emporium in 1916", "value": "$600", - "answer": "Nathan\\'s", + "answer": "Nathan's", "round": "Jeopardy!", "show_number": "5083", "fullAnswer": "Nathan\\'s" @@ -643509,26 +609419,6 @@ "show_number": "5083", "fullAnswer": "musicians" }, - { - "category": "WEBSITES", - "air_date": "2006-10-18", - "question": "www.mayo.com is the website of this brand that's known as Best Foods west of the Rockies", - "value": "$1000", - "answer": "Hellmann\\'s", - "round": "Jeopardy!", - "show_number": "5083", - "fullAnswer": "Hellmann\\'s" - }, - { - "category": "2 WORDS IN ONE", - "air_date": "2006-10-18", - "question": "A cross between a Labrador retriever & another breed, the non-allergenic dog seen here is called this", - "value": "$1000", - "answer": "Labradoodle", - "round": "Jeopardy!", - "show_number": "5083", - "fullAnswer": "a Labradoodle" - }, { "category": "I LOVE NY", "air_date": "2006-10-18", @@ -643689,16 +609579,6 @@ "show_number": "5083", "fullAnswer": "Tarzan" }, - { - "category": "OH \"MY\"", - "air_date": "2006-10-18", - "question": "It's the Golden variety of the famous copycat seen here", - "value": "$1200", - "answer": "mynah bird", - "round": "Double Jeopardy!", - "show_number": "5083", - "fullAnswer": "a mynah bird" - }, { "category": "ELEMENTAL ETYMOLOGIES", "air_date": "2006-10-18", @@ -643709,16 +609589,6 @@ "show_number": "5083", "fullAnswer": "copper" }, - { - "category": "NEWSPAPERS", - "air_date": "2006-10-18", - "question": "(Jon of the Clue Crew walks in a New Hampshire park holding a newspaper.) One of the USA's most solidly conservative newspapers, the New Hampshire Union Leader is published in this largest New Hampshire city", - "value": "$1200", - "answer": "Manchester", - "round": "Double Jeopardy!", - "show_number": "5083", - "fullAnswer": "Manchester" - }, { "category": "IN THE HEADLINES", "air_date": "2006-10-18", @@ -644009,26 +609879,6 @@ "show_number": "5188", "fullAnswer": "(Sam) Houston" }, - { - "category": "BOOM GOES THE DYNAMITE!", - "air_date": "2007-03-14", - "question": "In 2000, 5800 separate explosions brought down the Kingdome in this city", - "value": "$600", - "answer": "Seattle", - "round": "Jeopardy!", - "show_number": "5188", - "fullAnswer": "Seattle" - }, - { - "category": "A DATE WITH DENSITY", - "air_date": "2007-03-14", - "question": "(Cheryl of the Clue Crew demonstrates a scientific instrument.) This device for measuring the density of liquids takes its name from the Greek for \"water measure\"", - "value": "$600", - "answer": "hydrometer", - "round": "Jeopardy!", - "show_number": "5188", - "fullAnswer": "hydrometer" - }, { "category": "\"TIME\" FOR A CHANGE", "air_date": "2007-03-14", @@ -644129,16 +609979,6 @@ "show_number": "5188", "fullAnswer": "the Texas Rangers" }, - { - "category": "BOOM GOES THE DYNAMITE!", - "air_date": "2007-03-14", - "question": "City Hall in this Magic Kingdom City (East) is seen here going down in 1991", - "value": "$1000", - "answer": "Orlando", - "round": "Jeopardy!", - "show_number": "5188", - "fullAnswer": "Orlando" - }, { "category": "A DATE WITH DENSITY", "air_date": "2007-03-14", @@ -644409,16 +610249,6 @@ "show_number": "5188", "fullAnswer": "Saudi Arabia" }, - { - "category": "TV OF THE FUTURE", - "air_date": "2007-03-14", - "question": "(Hi, I'm Dana Delany, and) I'm glad 2007 hasn't turned out the way it looked in this 1993 miniseries I starred in, with a title out of Faulkner", - "value": "$2000", - "answer": "Wild Palms", - "round": "Double Jeopardy!", - "show_number": "5188", - "fullAnswer": "Wild Palms" - }, { "category": "LITERARY QUOTES", "air_date": "2007-03-14", @@ -644484,7 +610314,7 @@ "air_date": "2009-07-08", "question": "\"Mountain High Enough\" &
\"Way To Treat A Lady\"", "value": "$200", - "answer": "Ain\\'t No", + "answer": "Ain't No", "round": "Jeopardy!", "show_number": "5733", "fullAnswer": "\"Ain\\'t No\"" @@ -644549,16 +610379,6 @@ "show_number": "5733", "fullAnswer": "\"Penny\"" }, - { - "category": "THE FROG ROLLS IN", - "air_date": "2009-07-08", - "question": "In song, Jeremiah was one of these frogs seen here", - "value": "$400", - "answer": "bullfrog", - "round": "Jeopardy!", - "show_number": "5733", - "fullAnswer": "a bullfrog" - }, { "category": "DOT-COM DOOM", "air_date": "2009-07-08", @@ -644729,16 +610549,6 @@ "show_number": "5733", "fullAnswer": "\"Walking On\"" }, - { - "category": "THE FROG ROLLS IN", - "air_date": "2009-07-08", - "question": "(Jimmy of the Clue Crew shows a radiograph of a frog on the monitor.) A frog's hind legs have a humanlike femur, but unlike humans, their single shin bone is these two bones fused together", - "value": "$1,200", - "answer": "tibia & the fibula", - "round": "Jeopardy!", - "show_number": "5733", - "fullAnswer": "the tibia & the fibula" - }, { "category": "DOT-COM DOOM", "air_date": "2009-07-08", @@ -645169,16 +610979,6 @@ "show_number": "4797", "fullAnswer": "St. Patrick" }, - { - "category": "THE FUN '40s", - "air_date": "2005-06-14", - "question": "(Sarah of the Clue Crew delivers the clue from beside a Blue Angels plane.) During a visit to this city in 1946 the Blue Angels took their name from a nightclub found there", - "value": "$400", - "answer": "New York", - "round": "Jeopardy!", - "show_number": "4797", - "fullAnswer": "New York" - }, { "category": "HOWDY, PARTNER!", "air_date": "2005-06-14", @@ -645629,16 +611429,6 @@ "show_number": "4797", "fullAnswer": "Petrushka" }, - { - "category": "SPORTSMEN", - "air_date": "2005-06-14", - "question": "(Hi, I'm Trent Green of the Kansas City Chiefs in the NFL.) When the Chiefs won their first Super Bowl in 1970, they were led by this quarterback", - "value": "$2000", - "answer": "Len Dawson", - "round": "Double Jeopardy!", - "show_number": "4797", - "fullAnswer": "Len Dawson" - }, { "category": "PAY UP!", "air_date": "2005-06-14", @@ -645754,7 +611544,7 @@ "air_date": "2001-05-21", "question": "The first legal direct boat trips between Taiwan & this country in over 50 years began service", "value": "$200", - "answer": "People\\'s Republic of China", + "answer": "People's Republic of China", "round": "Jeopardy!", "show_number": "3861", "fullAnswer": "People\\'s Republic of China" @@ -645874,7 +611664,7 @@ "air_date": "2001-05-21", "question": "At the Las Vegas House of Blues Axl got in gear & debuted a new version of this rock group", "value": "$400", - "answer": "Guns N\\' Roses", + "answer": "Guns N' Roses", "round": "Jeopardy!", "show_number": "3861", "fullAnswer": "Guns N\\' Roses" @@ -646309,16 +612099,6 @@ "show_number": "5767", "fullAnswer": "purgatory" }, - { - "category": "NAME THAT MOVIE", - "air_date": "2009-10-13", - "question": "1954:
\"You don't understand. I coulda had class. I coulda been a contender\"", - "value": "$200", - "answer": "On the Waterfront", - "round": "Jeopardy!", - "show_number": "5767", - "fullAnswer": "On the Waterfront" - }, { "category": "A PRINCELY CATEGORY", "air_date": "2009-10-13", @@ -646354,7 +612134,7 @@ "air_date": "2009-10-13", "question": "\"To stir up\" this type of wasp's nest means to set in motion a bustle of hostile activity", "value": "$200", - "answer": "hornet\\'s nest", + "answer": "hornet's nest", "round": "Jeopardy!", "show_number": "5767", "fullAnswer": "a hornet\\'s nest" @@ -646369,16 +612149,6 @@ "show_number": "5767", "fullAnswer": "Mormonism" }, - { - "category": "NAME THAT MOVIE", - "air_date": "2009-10-13", - "question": "1939:
\"Mr. Ashley be comin' to Atlanta when he gets his leave\"", - "value": "$400", - "answer": "Gone with the Wind", - "round": "Jeopardy!", - "show_number": "5767", - "fullAnswer": "Gone with the Wind" - }, { "category": "A PRINCELY CATEGORY", "air_date": "2009-10-13", @@ -646429,16 +612199,6 @@ "show_number": "5767", "fullAnswer": "the Koran" }, - { - "category": "NAME THAT MOVIE", - "air_date": "2009-10-13", - "question": "1964:
\"I'm a good girl, I am\"", - "value": "$600", - "answer": "My Fair Lady", - "round": "Jeopardy!", - "show_number": "5767", - "fullAnswer": "My Fair Lady" - }, { "category": "A PRINCELY CATEGORY", "air_date": "2009-10-13", @@ -646489,16 +612249,6 @@ "show_number": "5767", "fullAnswer": "the Elysian Fields" }, - { - "category": "NAME THAT MOVIE", - "air_date": "2009-10-13", - "question": "1935:
\"I'll live to see you... all of you... hung from the highest yardarm in the British fleet\"", - "value": "$800", - "answer": "Mutiny on the Bounty", - "round": "Jeopardy!", - "show_number": "5767", - "fullAnswer": "Mutiny on the Bounty" - }, { "category": "A PRINCELY CATEGORY", "air_date": "2009-10-13", @@ -646549,16 +612299,6 @@ "show_number": "5767", "fullAnswer": "Kabbalah" }, - { - "category": "NAME THAT MOVIE", - "air_date": "2009-10-13", - "question": "1988:
\"I'll let you in on a little secret, Ray. K-mart sucks\"", - "value": "$1000", - "answer": "Rain Man", - "round": "Jeopardy!", - "show_number": "5767", - "fullAnswer": "Rain Man" - }, { "category": "A PRINCELY CATEGORY", "air_date": "2009-10-13", @@ -646659,16 +612399,6 @@ "show_number": "5767", "fullAnswer": "seaweed" }, - { - "category": "DENTIST-SPEAK", - "air_date": "2009-10-13", - "question": "(Kelly of the Clue Crew shows an anatomical animation on the monitor.) In a root canal procedure, the tooth is refilled with a synthetic material after this sensitive innermost layer of the tooth is removed", - "value": "$3,600", - "answer": "pulp", - "round": "Double Jeopardy!", - "show_number": "5767", - "fullAnswer": "the pulp" - }, { "category": "SPORTS FOR DUMMIES", "air_date": "2009-10-13", @@ -646779,16 +612509,6 @@ "show_number": "5767", "fullAnswer": "the Seabees" }, - { - "category": "DENTIST-SPEAK", - "air_date": "2009-10-13", - "question": "(Jimmy of the Clue Crew shows an anatomical animation on the monitor.) Getting right to the point, the points on the chewing surface of a tooth, here, here, here & here, are called these", - "value": "$1600", - "answer": "cusps", - "round": "Double Jeopardy!", - "show_number": "5767", - "fullAnswer": "cusps" - }, { "category": "SPORTS FOR DUMMIES", "air_date": "2009-10-13", @@ -646879,16 +612599,6 @@ "show_number": "5767", "fullAnswer": "Idaho" }, - { - "category": "THE OLD MAN", - "air_date": "2009-10-13", - "question": "Seen here is the mummy of this great ruler of 13th-century B.C. Egypt, who reigned until about age 90", - "value": "$2000", - "answer": "Ramses II ", - "round": "Double Jeopardy!", - "show_number": "5767", - "fullAnswer": "Ramses II (or Ramses the Great)" - }, { "category": "THE \"SEA\"", "air_date": "2009-10-13", @@ -646924,7 +612634,7 @@ "air_date": "1995-09-25", "question": "The lyric \"The Professor and Mary Ann\" was added later to this series' theme song", "value": "$100", - "answer": "Gilligan\\'s Island", + "answer": "Gilligan's Island", "round": "Jeopardy!", "show_number": "2541", "fullAnswer": "Gilligan\\'s Island" @@ -647504,7 +613214,7 @@ "air_date": "1995-09-25", "question": "Both acts of \"The Sound of Music\" close with this inspirational song", "value": "$1000", - "answer": "Climb Ev\\'ry Mountain", + "answer": "Climb Ev'ry Mountain", "round": "Double Jeopardy!", "show_number": "2541", "fullAnswer": "\"Climb Ev\\'ry Mountain\"" @@ -647514,7 +613224,7 @@ "air_date": "1995-09-25", "question": "Jacqueline, Claudia, Thelma, …", "value": null, - "answer": "Elizabeth \\Betty\\ ", + "answer": "Elizabeth Betty ", "round": "Final Jeopardy!", "show_number": "2541", "fullAnswer": "Elizabeth \\\"Betty\\\" (Ford)" @@ -647569,16 +613279,6 @@ "show_number": "3030", "fullAnswer": "to upset the apple cart" }, - { - "category": "UNIVERSAL MONSTERS", - "air_date": "1997-10-31", - "question": "(Good evening!) Men who've played me on Broadway & screen are Frank Langella in the '70s & this man in the '20s & '30s", - "value": "$100", - "answer": "Bela Lugosi", - "round": "Jeopardy!", - "show_number": "3030", - "fullAnswer": "Bela Lugosi" - }, { "category": "FICTIONAL GHOSTS", "air_date": "1997-10-31", @@ -647629,16 +613329,6 @@ "show_number": "3030", "fullAnswer": "Apple \"cida\"" }, - { - "category": "UNIVERSAL MONSTERS", - "air_date": "1997-10-31", - "question": "Monthly occurrence that caused the transformation seen here:", - "value": "$200", - "answer": "full moon", - "round": "Jeopardy!", - "show_number": "3030", - "fullAnswer": "a full moon" - }, { "category": "FICTIONAL GHOSTS", "air_date": "1997-10-31", @@ -647689,16 +613379,6 @@ "show_number": "3030", "fullAnswer": "Apple Jacks" }, - { - "category": "UNIVERSAL MONSTERS", - "air_date": "1997-10-31", - "question": "(Here's the Frankenstein Monster.) In a 1935 film Elsa Lanchester played my bride & in the prologue, this author", - "value": "$300", - "answer": "Mary Shelley", - "round": "Jeopardy!", - "show_number": "3030", - "fullAnswer": "Mary Shelley" - }, { "category": "FICTIONAL GHOSTS", "air_date": "1997-10-31", @@ -647739,16 +613419,6 @@ "show_number": "3030", "fullAnswer": "apple-pie order" }, - { - "category": "UNIVERSAL MONSTERS", - "air_date": "1997-10-31", - "question": "(Here's the Phantom.) City in which I made my home", - "value": "$400", - "answer": "Paris", - "round": "Jeopardy!", - "show_number": "3030", - "fullAnswer": "Paris" - }, { "category": "FICTIONAL GHOSTS", "air_date": "1997-10-31", @@ -647784,21 +613454,11 @@ "air_date": "1997-10-31", "question": "This PBS science series tells viewers the gravity of the situation", "value": "$500", - "answer": "Newton\\'s Apple", + "answer": "Newton's Apple", "round": "Jeopardy!", "show_number": "3030", "fullAnswer": "Newton\\'s Apple" }, - { - "category": "UNIVERSAL MONSTERS", - "air_date": "1997-10-31", - "question": "(The Creature.) Body of water in which I first saw Kay Lawrence, the love of my life", - "value": "$500", - "answer": "Black Lagoon", - "round": "Jeopardy!", - "show_number": "3030", - "fullAnswer": "the Black Lagoon" - }, { "category": "ASIA", "air_date": "1997-10-31", @@ -647849,16 +613509,6 @@ "show_number": "3030", "fullAnswer": "Tower of Babel" }, - { - "category": "10-LETTER WORDS", - "air_date": "1997-10-31", - "question": "Ice cream flavor seen here in an astronaut version:", - "value": "$200", - "answer": "Neapolitan", - "round": "Double Jeopardy!", - "show_number": "3030", - "fullAnswer": "Neapolitan" - }, { "category": "ASIA", "air_date": "1997-10-31", @@ -647929,16 +613579,6 @@ "show_number": "3030", "fullAnswer": "a subcontinent" }, - { - "category": "ALL THAT JAZZ", - "air_date": "1997-10-31", - "question": "Sax great heard here in a 1960 recording:", - "value": "$1,000", - "answer": "John Coltrane", - "round": "Double Jeopardy!", - "show_number": "3030", - "fullAnswer": "John Coltrane" - }, { "category": "THE CIVIL WAR", "air_date": "1997-10-31", @@ -648059,16 +613699,6 @@ "show_number": "3030", "fullAnswer": "Custer" }, - { - "category": "SMALL MIDWESTERN COLLEGES", - "air_date": "1997-10-31", - "question": "(Here is a video clue I recorded far, far away from here.) Beneath me is the Vasa, launched by this 17th century Swedish king for whom a St. Peter, Minn. college is named", - "value": "$2,000", - "answer": "Gustavus Adolphus", - "round": "Double Jeopardy!", - "show_number": "3030", - "fullAnswer": "Gustavus Adolphus" - }, { "category": "UNFINISHED BUSINESS", "air_date": "1997-10-31", @@ -648239,16 +613869,6 @@ "show_number": "6151", "fullAnswer": "Alex Rodriguez" }, - { - "category": "AMAZING ANIMALS", - "air_date": "2011-05-16", - "question": "This shark, named for its size, has thousands of teeth, but each is just 3 millimeters long, hence its not quite fearsome jaws", - "value": "$600", - "answer": "whale shark", - "round": "Jeopardy!", - "show_number": "6151", - "fullAnswer": "a whale shark" - }, { "category": "SHIP NAMES", "air_date": "2011-05-16", @@ -648469,16 +614089,6 @@ "show_number": "6151", "fullAnswer": "John Wayne" }, - { - "category": "WAR STUFF", - "air_date": "2011-05-16", - "question": "(Jimmy of the Clue Crew reports from Lafitte Nat'l Historical Park in New Orleans, LA.) Jean Lafitte changed from pirate to patriot when he and his men sailed out of these bayous in the national historical park named for him to aid the U.S. during this war", - "value": "$800", - "answer": "War of 1812", - "round": "Double Jeopardy!", - "show_number": "6151", - "fullAnswer": "the War of 1812" - }, { "category": "THEY'RE NUTS IN CALIFORNIA", "air_date": "2011-05-16", @@ -648669,16 +614279,6 @@ "show_number": "6151", "fullAnswer": "pine" }, - { - "category": "ARCHITECTURE", - "air_date": "2011-05-16", - "question": "Owre House in Minneapolis is in this style that fits in with the flat plains landscape", - "value": "$2000", - "answer": "Prairie style", - "round": "Double Jeopardy!", - "show_number": "6151", - "fullAnswer": "Prairie style" - }, { "category": "THAT'S \"EASY\"", "air_date": "2011-05-16", @@ -648944,7 +614544,7 @@ "air_date": "1990-03-23", "question": "This bluish glow is sometimes seen at the tips of tall objects during thunderstorms", "value": "$500", - "answer": "St. Elmo\\'s Fire", + "answer": "St. Elmo's Fire", "round": "Jeopardy!", "show_number": "1290", "fullAnswer": "St. Elmo\\'s Fire" @@ -650569,26 +616169,6 @@ "show_number": "3902", "fullAnswer": "Henry" }, - { - "category": "JEOPARDY! PLACE THE FINAL EPISODE", - "air_date": "2001-07-17", - "question": "(Johnny Gilbert reads the clue, with organ music in the background.) Emily tells Drake the baby's his & she named it Sarah, after this pair's song \"Sarah Smile\"", - "value": "$100", - "answer": "Hall & Oates", - "round": "Jeopardy!", - "show_number": "3902", - "fullAnswer": "Hall & Oates" - }, - { - "category": "20th CENTURY STUFF", - "air_date": "2001-07-17", - "question": "Foreign president seen here, a trail used in the '60s was named for him", - "value": "$500", - "answer": "Ho Chi Minh", - "round": "Jeopardy!", - "show_number": "3902", - "fullAnswer": "Ho Chi Minh" - }, { "category": "PLACES IN THE NEWS", "air_date": "2001-07-17", @@ -650629,16 +616209,6 @@ "show_number": "3902", "fullAnswer": "Donna" }, - { - "category": "JEOPARDY! PLACE THE FINAL EPISODE", - "air_date": "2001-07-17", - "question": "(Gilbert reads, with organ music.) FBI agent Malone arrests Teri's ex, Benny, & tosses him into this, a nickname for jail from the Spanish for \"courtroom\"", - "value": "$200", - "answer": "hoosegow", - "round": "Jeopardy!", - "show_number": "3902", - "fullAnswer": "hoosegow" - }, { "category": "20th CENTURY STUFF", "air_date": "2001-07-17", @@ -650689,16 +616259,6 @@ "show_number": "3902", "fullAnswer": "Thomas" }, - { - "category": "JEOPARDY! PLACE THE FINAL EPISODE", - "air_date": "2001-07-17", - "question": "(Gilbert reads, with organ music.) Benny's murder of Malone's father by a mine wasn't this, meaning \"planned beforehand\"", - "value": "$300", - "answer": "premeditated", - "round": "Jeopardy!", - "show_number": "3902", - "fullAnswer": "premeditated" - }, { "category": "20th CENTURY STUFF", "air_date": "2001-07-17", @@ -650724,7 +616284,7 @@ "air_date": "2001-07-17", "question": "1956:
\"Refrain From Inflicting Pain\"", "value": "$400", - "answer": "Don\\'t Be Cruel", + "answer": "Don't Be Cruel", "round": "Jeopardy!", "show_number": "3902", "fullAnswer": "\"Don\\'t Be Cruel\"" @@ -650749,16 +616309,6 @@ "show_number": "3902", "fullAnswer": "Katherine" }, - { - "category": "JEOPARDY! PLACE THE FINAL EPISODE", - "air_date": "2001-07-17", - "question": "(Gilbert reads, with organ music.) Agent Malone, Drake & Trent find out they're brothers & that they were this, a popular feature of Spy Magazine", - "value": "$400", - "answer": "Separated at Birth", - "round": "Jeopardy!", - "show_number": "3902", - "fullAnswer": "Separated at Birth" - }, { "category": "PLACES IN THE NEWS", "air_date": "2001-07-17", @@ -650799,16 +616349,6 @@ "show_number": "3902", "fullAnswer": "Wilhelmina" }, - { - "category": "JEOPARDY! PLACE THE FINAL EPISODE", - "air_date": "2001-07-17", - "question": "(Gilbert reads, with organ music.) At Emily and Drake's wedding, Trent meets Brad; they hit it off & take a \"fun\" cruise on this Kathie Lee advertised line", - "value": "$500", - "answer": "Carnival", - "round": "Jeopardy!", - "show_number": "3902", - "fullAnswer": "Carnival" - }, { "category": "WILL SHAKESPEARE, SERIAL KILLER", "air_date": "2001-07-17", @@ -650849,16 +616389,6 @@ "show_number": "3902", "fullAnswer": "Alien" }, - { - "category": "ART FOR ART'S SAKE!", - "air_date": "2001-07-17", - "question": "\"The Union of Earth & Water\", seen here, was painted by this zaftig-loving Baroque artist", - "value": "$200", - "answer": "Rubens", - "round": "Double Jeopardy!", - "show_number": "3902", - "fullAnswer": "Rubens" - }, { "category": "\"HAY\", THERE", "air_date": "2001-07-17", @@ -650909,16 +616439,6 @@ "show_number": "3902", "fullAnswer": "The Sixth Sense" }, - { - "category": "ART FOR ART'S SAKE!", - "air_date": "2001-07-17", - "question": "He's the unique neoimpressionist whose work \"Study for Le Chahut\" is seen here", - "value": "$400", - "answer": "Georges Seurat", - "round": "Double Jeopardy!", - "show_number": "3902", - "fullAnswer": "Georges Seurat" - }, { "category": "\"HAY\", THERE", "air_date": "2001-07-17", @@ -650964,21 +616484,11 @@ "air_date": "2001-07-17", "question": "1997:
\"Julianne fell in love with her best friend the day he decided to marry someone else\"", "value": "$600", - "answer": "My Best Friend\\'s Wedding", + "answer": "My Best Friend's Wedding", "round": "Double Jeopardy!", "show_number": "3902", "fullAnswer": "My Best Friend\\'s Wedding" }, - { - "category": "ART FOR ART'S SAKE!", - "air_date": "2001-07-17", - "question": "As evidenced here, this artist's Neoclassic style made him a favorite of French rulers", - "value": "$600", - "answer": "David", - "round": "Double Jeopardy!", - "show_number": "3902", - "fullAnswer": "David" - }, { "category": "\"HAY\", THERE", "air_date": "2001-07-17", @@ -651199,16 +616709,6 @@ "show_number": "4471", "fullAnswer": "a dog" }, - { - "category": "POSTAL MATTERS", - "air_date": "2004-02-02", - "question": "One of the first non-heads of state to appear on a stamp was this American on the U.S. 5-cent stamp in 1847", - "value": "$400", - "answer": "Benjamin Franklin", - "round": "Jeopardy!", - "show_number": "4471", - "fullAnswer": "Benjamin Franklin" - }, { "category": "DOUBLE Cs", "air_date": "2004-02-02", @@ -651269,16 +616769,6 @@ "show_number": "4471", "fullAnswer": "hot-air balloon" }, - { - "category": "DOUBLE Cs", - "air_date": "2004-02-02", - "question": "(Jimmy of the Clue Crew is cooking something up in the kitchen.) Before baking, sprinkle this Italian bread with olio, sale, & rosmarino -- oil, salt, & rosemary", - "value": "$600", - "answer": "focaccia", - "round": "Jeopardy!", - "show_number": "4471", - "fullAnswer": "focaccia" - }, { "category": "STATES' LOWEST POINTS", "air_date": "2004-02-02", @@ -651299,16 +616789,6 @@ "show_number": "4471", "fullAnswer": "Wings" }, - { - "category": "EQUIVALENTS", - "air_date": "2004-02-02", - "question": "(Cheryl of the Clue Crew stands in front of an oil pumpjack in Oklahoma City.) The pumpjack has to pump 42 gallons of oil out of the ground to equal one of these units", - "value": "$800", - "answer": "barrel", - "round": "Jeopardy!", - "show_number": "4471", - "fullAnswer": "a barrel" - }, { "category": "ANIMAL QUOTES", "air_date": "2004-02-02", @@ -651369,16 +616849,6 @@ "show_number": "4471", "fullAnswer": "the United Kingdom" }, - { - "category": "DOUBLE Cs", - "air_date": "2004-02-02", - "question": "It's Bach to basics for this type of piece", - "value": "$1000", - "answer": "toccata", - "round": "Jeopardy!", - "show_number": "4471", - "fullAnswer": "toccata" - }, { "category": "WHO'S SPEAKING IN SHAKESPEARE?", "air_date": "2004-02-02", @@ -651399,16 +616869,6 @@ "show_number": "4471", "fullAnswer": "Graceland" }, - { - "category": "NOTED BLACK AMERICANS", - "air_date": "2004-02-02", - "question": "(Jimmy of the Clue Crew is holding an aluminum bat.) The first national winner of Hillerich & Bradsby's Silver Bat Award in 1949 was this Dodger second baseman", - "value": "$400", - "answer": "Jackie Robinson", - "round": "Double Jeopardy!", - "show_number": "4471", - "fullAnswer": "Jackie Robinson" - }, { "category": "FOREIGN WORDS & PHRASES", "air_date": "2004-02-02", @@ -651489,16 +616949,6 @@ "show_number": "4471", "fullAnswer": "London" }, - { - "category": "\"D\" COMPOSING", - "air_date": "2004-02-02", - "question": "Heard here is some suite stuff by this composer", - "value": "$800", - "answer": "Debussy", - "round": "Double Jeopardy!", - "show_number": "4471", - "fullAnswer": "Debussy" - }, { "category": "WHO'S SPEAKING IN SHAKESPEARE?", "air_date": "2004-02-02", @@ -651509,16 +616959,6 @@ "show_number": "4471", "fullAnswer": "Lady Macbeth" }, - { - "category": "POP CULTURE", - "air_date": "2004-02-02", - "question": "She's so outrageous that in 2002 she got her own TV show", - "value": "$1200", - "answer": "Anna Nicole Smith", - "round": "Double Jeopardy!", - "show_number": "4471", - "fullAnswer": "Anna Nicole Smith" - }, { "category": "NOTED BLACK AMERICANS", "air_date": "2004-02-02", @@ -651629,16 +617069,6 @@ "show_number": "4471", "fullAnswer": "King Lear" }, - { - "category": "POP CULTURE", - "air_date": "2004-02-02", - "question": "He's the beloved comic strip character seen here with his friend Albert, back in 1948", - "value": "$2000", - "answer": "Pogo", - "round": "Double Jeopardy!", - "show_number": "4471", - "fullAnswer": "Pogo" - }, { "category": "NOTED BLACK AMERICANS", "air_date": "2004-02-02", @@ -651709,16 +617139,6 @@ "show_number": "6017", "fullAnswer": "Harvard" }, - { - "category": "VIDEO GAMES", - "air_date": "2010-11-09", - "question": "Get your feet moving to this game based on an NBC reality show that wants to help you shed some pounds", - "value": "$200", - "answer": "Biggest Loser", - "round": "Jeopardy!", - "show_number": "6017", - "fullAnswer": "The Biggest Loser" - }, { "category": "SUBTRACT A LETTER", "air_date": "2010-11-09", @@ -651739,16 +617159,6 @@ "show_number": "6017", "fullAnswer": "Rex" }, - { - "category": "BASKETBALL", - "air_date": "2010-11-09", - "question": "(Jimmy of the Clue Crew hangs on a basketball hoop.) If I hang on the rim after one of my thunderous dunks, I'll be hit with this 2-word infraction", - "value": "$400", - "answer": "technical foul", - "round": "Jeopardy!", - "show_number": "6017", - "fullAnswer": "a technical foul" - }, { "category": "THEM CROOKED VULTURES", "air_date": "2010-11-09", @@ -651829,16 +617239,6 @@ "show_number": "6017", "fullAnswer": "James Buchanan" }, - { - "category": "VIDEO GAMES", - "air_date": "2010-11-09", - "question": "I hit it big when Nintendo re-created my likeness with one of these, which rhymes with the gaming console you play on", - "value": "$600", - "answer": "Mii", - "round": "Jeopardy!", - "show_number": "6017", - "fullAnswer": "Mii" - }, { "category": "SUBTRACT A LETTER", "air_date": "2010-11-09", @@ -651859,16 +617259,6 @@ "show_number": "6017", "fullAnswer": "Queen" }, - { - "category": "BASKETBALL", - "air_date": "2010-11-09", - "question": "(Jimmy of the Clue Crew bounces the ball on the court.) The alliterative action that I'm demonstrating results in this infraction & puts my team on defense", - "value": "$800", - "answer": "double dribble", - "round": "Jeopardy!", - "show_number": "6017", - "fullAnswer": "double dribble" - }, { "category": "THEM CROOKED VULTURES", "air_date": "2010-11-09", @@ -651949,16 +617339,6 @@ "show_number": "6017", "fullAnswer": "(Charlie) Parker" }, - { - "category": "VIDEO GAMES", - "air_date": "2010-11-09", - "question": "With the Green Lantern, Wonder Woman & Superman, you've got to be gaming in this comic book label's universe", - "value": "$1000", - "answer": "DC", - "round": "Jeopardy!", - "show_number": "6017", - "fullAnswer": "DC" - }, { "category": "SUBTRACT A LETTER", "air_date": "2010-11-09", @@ -652354,7 +617734,7 @@ "air_date": "2002-10-31", "question": "\"Say you don't need no diamond ring and I'll be satisfied\"", "value": "$400", - "answer": "Can\\'t Buy Me Love", + "answer": "Can't Buy Me Love", "round": "Jeopardy!", "show_number": "4179", "fullAnswer": "\"Can\\'t Buy Me Love\"" @@ -652584,7 +617964,7 @@ "air_date": "2002-10-31", "question": "Its return about every 76 years has been documented back to 239 B.C.", "value": "$400", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Double Jeopardy!", "show_number": "4179", "fullAnswer": "Halley\\'s Comet" @@ -652899,16 +618279,6 @@ "show_number": "4106", "fullAnswer": "Adam" }, - { - "category": "ENDS IN \"I\"", - "air_date": "2002-06-10", - "question": "(Sarah of the Clue Crew stands between two trees, holding binoculars.) It's the style of clothes I'm wearing or the type of expedition I'm gearing up for", - "value": "$200", - "answer": "safari", - "round": "Jeopardy!", - "show_number": "4106", - "fullAnswer": "safari" - }, { "category": "TUBES", "air_date": "2002-06-10", @@ -653079,16 +618449,6 @@ "show_number": "4106", "fullAnswer": "died" }, - { - "category": "ENDS IN \"I\"", - "air_date": "2002-06-10", - "question": "Don't be shy now;
they're the colorful
pond fish seen here", - "value": "$1,000", - "answer": "koi", - "round": "Jeopardy!", - "show_number": "4106", - "fullAnswer": "koi" - }, { "category": "TUBES", "air_date": "2002-06-10", @@ -653439,16 +618799,6 @@ "show_number": "4106", "fullAnswer": "the Whig party" }, - { - "category": "ACTORS & ACTRESSES", - "air_date": "2002-06-10", - "question": "(Sarah of the Clue Crew reports from Washington, D.C.) In \"The Exorcist,\" Jason Miller as this priest falls down the steps here, now known as \"The Exorcist Steps\"", - "value": "$2000", - "answer": "Father Damien Karras", - "round": "Double Jeopardy!", - "show_number": "4106", - "fullAnswer": "Father Damien Karras" - }, { "category": "ALPHA MALES", "air_date": "2002-06-10", @@ -653654,7 +619004,7 @@ "air_date": "1997-03-21", "question": "On December 6, 1976 this congressman was chosen to replace Carl Albert as Speaker of the House", "value": "$300", - "answer": "Tip O\\'Neill", + "answer": "Tip O'Neill", "round": "Jeopardy!", "show_number": "2900", "fullAnswer": "Tip O\\'Neill" @@ -654684,7 +620034,7 @@ "air_date": "2002-12-19", "question": "Scooby-Doo's name was inspired by a line in this 1966 song standard", "value": null, - "answer": "\\Strangers in the Night\\", + "answer": "Strangers in the Night", "round": "Final Jeopardy!", "show_number": "4214", "fullAnswer": "\\\"Strangers in the Night\\\"" @@ -654744,7 +620094,7 @@ "air_date": "2005-06-27", "question": "Beware of the wolf wearing this", "value": "$200", - "answer": "sheep\\'s clothing", + "answer": "sheep's clothing", "round": "Jeopardy!", "show_number": "4806", "fullAnswer": "sheep\\'s clothing" @@ -654954,7 +620304,7 @@ "air_date": "2005-06-27", "question": "In 1924 this Wisconsin senator ran on the Progressive Party ticket & on the Socialist Party ticket", "value": "$1000", - "answer": "Fightin\\' Bob La Follette", + "answer": "Fightin' Bob La Follette", "round": "Jeopardy!", "show_number": "4806", "fullAnswer": "\"Fightin\\'\" Bob La Follette" @@ -655009,16 +620359,6 @@ "show_number": "4806", "fullAnswer": "Oprah Winfrey" }, - { - "category": "CORN", - "air_date": "2005-06-27", - "question": "(Jimmy of the Clue Crew stands in a ripe cornfield in Wisconsin.) Because it feels like the fabric of the same name, the tuft at the end of an ear of corn is called this", - "value": "$400", - "answer": "silk", - "round": "Double Jeopardy!", - "show_number": "4806", - "fullAnswer": "the silk" - }, { "category": "AUTHOR'S MAIDEN NAMES", "air_date": "2005-06-27", @@ -655039,16 +620379,6 @@ "show_number": "4806", "fullAnswer": "a news conference" }, - { - "category": "I'M LEAFING TODAY", - "air_date": "2005-06-27", - "question": "Trying to identify this vine always leaves us scratching our heads", - "value": "$400", - "answer": "poison ivy", - "round": "Double Jeopardy!", - "show_number": "4806", - "fullAnswer": "poison ivy" - }, { "category": "CLASSICAL COMPOSERS", "air_date": "2005-06-27", @@ -655099,16 +620429,6 @@ "show_number": "4806", "fullAnswer": "a newsletter" }, - { - "category": "I'M LEAFING TODAY", - "air_date": "2005-06-27", - "question": "The leaf seen here is used as a symbol of this professional sports team, eh?", - "value": "$800", - "answer": "Maple Leafs", - "round": "Double Jeopardy!", - "show_number": "4806", - "fullAnswer": "Maple Leafs" - }, { "category": "CLASSICAL COMPOSERS", "air_date": "2005-06-27", @@ -655129,16 +620449,6 @@ "show_number": "4806", "fullAnswer": "Reese Witherspoon" }, - { - "category": "CORN", - "air_date": "2005-06-27", - "question": "(Jimmy is still lost in the Wisconsin cornfield.) Henry Ford suggested running cars on this fuel made from corn; in recent years it's become a big part of our fuel supply", - "value": "$1200", - "answer": "ethanol", - "round": "Double Jeopardy!", - "show_number": "4806", - "fullAnswer": "ethanol" - }, { "category": "AUTHOR'S MAIDEN NAMES", "air_date": "2005-06-27", @@ -655159,16 +620469,6 @@ "show_number": "4806", "fullAnswer": "a newsreel" }, - { - "category": "I'M LEAFING TODAY", - "air_date": "2005-06-27", - "question": "We'll have to garnish your income if you misidentify the leaves of this plant", - "value": "$1200", - "answer": "parsley", - "round": "Double Jeopardy!", - "show_number": "4806", - "fullAnswer": "parsley" - }, { "category": "CLASSICAL COMPOSERS", "air_date": "2005-06-27", @@ -655209,16 +620509,6 @@ "show_number": "4806", "fullAnswer": "New Zealand" }, - { - "category": "I'M LEAFING TODAY", - "air_date": "2005-06-27", - "question": "The sight of these leaves was good news to Noah", - "value": "$1600", - "answer": "olives", - "round": "Double Jeopardy!", - "show_number": "4806", - "fullAnswer": "olives" - }, { "category": "CLASSICAL COMPOSERS", "air_date": "2005-06-27", @@ -655249,26 +620539,6 @@ "show_number": "4806", "fullAnswer": "Roberts" }, - { - "category": "START SPREADING THE \"NEW\"s", - "air_date": "2005-06-27", - "question": "(R2-D2 beeps & whistles the clue.) When the original \"Star Wars\" became \"Star Wars: Episode IV\", this 3-word subtitle was added to its name", - "value": "$2000", - "answer": "New Hope", - "round": "Double Jeopardy!", - "show_number": "4806", - "fullAnswer": "A New Hope" - }, - { - "category": "I'M LEAFING TODAY", - "air_date": "2005-06-27", - "question": "In general, you might see one of these leaves on an Army Major or a Lieutenant Colonel", - "value": "$2000", - "answer": "oak leaf", - "round": "Double Jeopardy!", - "show_number": "4806", - "fullAnswer": "an oak leaf" - }, { "category": "MILITARY MEN", "air_date": "2005-06-27", @@ -655314,7 +620584,7 @@ "air_date": "1995-11-20", "question": "On July 6, 1964 this first Beatles film premiered in London", "value": "$100", - "answer": "Hard Day\\'s Night", + "answer": "Hard Day's Night", "round": "Jeopardy!", "show_number": "2581", "fullAnswer": "A Hard Day\\'s Night" @@ -656084,7 +621354,7 @@ "air_date": "2003-07-07", "question": "Hilary Swank won an Oscar for playing a girl who lives as a guy in small-town Nebraska in this 1999 film", "value": "$800", - "answer": "Boys Don\\'t Cry", + "answer": "Boys Don't Cry", "round": "Jeopardy!", "show_number": "4356", "fullAnswer": "Boys Don\\'t Cry" @@ -656674,7 +621944,7 @@ "air_date": "2000-11-17", "question": "This group was \"Headin' down the Atlanta Highway...headin' on down to the Love Shack\"", "value": "$300", - "answer": "B-52\\'s", + "answer": "B-52's", "round": "Jeopardy!", "show_number": "3730", "fullAnswer": "The B-52\\'s" @@ -657144,7 +622414,7 @@ "air_date": "2009-06-18", "question": "Belonging to Peter Pan's Ms. Darling", "value": "$200", - "answer": "Wendy\\'s", + "answer": "Wendy's", "round": "Jeopardy!", "show_number": "5719", "fullAnswer": "Wendy\\'s" @@ -657504,7 +622774,7 @@ "air_date": "2009-06-18", "question": "Cronkite broke in on a live broadcast of \"As the World Turns\" to report this 1963 event", "value": "$800", - "answer": "JFK\\'s death ", + "answer": "JFK's death ", "round": "Double Jeopardy!", "show_number": "5719", "fullAnswer": "JFK\\'s death (assassination)" @@ -657529,16 +622799,6 @@ "show_number": "5719", "fullAnswer": "(Paula) Dean" }, - { - "category": "GETTING YOUR BERING", - "air_date": "2009-06-18", - "question": "(Jon of the Clue Crew shows a map of the North Pacific on the monitor.) In 1740, Bering set out from Okhotsk, Russia, sailing eastward to America; on his return, he sighted many of these Alaskan islands", - "value": "$1200", - "answer": "Aleutians", - "round": "Double Jeopardy!", - "show_number": "5719", - "fullAnswer": "the Aleutians" - }, { "category": "THE WRATH OF CAAN", "air_date": "2009-06-18", @@ -657714,7 +622974,7 @@ "air_date": "2009-06-18", "question": "It was originally dedicated to a Midwest football team; it's said that Sousa called it the best college song he'd ever heard", "value": null, - "answer": "\\On, Wisconsin!\\", + "answer": "On, Wisconsin!", "round": "Final Jeopardy!", "show_number": "5719", "fullAnswer": "\\\"On, Wisconsin!\\\"" @@ -657729,16 +622989,6 @@ "show_number": "4580", "fullAnswer": "Gates" }, - { - "category": "IN A MUSICAL MOOD", - "air_date": "2004-07-02", - "question": "It's the royal composition heard here, my lord", - "value": "$200", - "answer": "Greensleeves", - "round": "Jeopardy!", - "show_number": "4580", - "fullAnswer": "\"Greensleeves\"" - }, { "category": "20th CENTURY FOOD", "air_date": "2004-07-02", @@ -657789,16 +623039,6 @@ "show_number": "4580", "fullAnswer": "Clinton" }, - { - "category": "IN A MUSICAL MOOD", - "air_date": "2004-07-02", - "question": "Written for the movie \"Chasing Rainbows\", this hit became a campaign song in 1932", - "value": "$400", - "answer": "Happy Days Are Here Again", - "round": "Jeopardy!", - "show_number": "4580", - "fullAnswer": "\"Happy Days Are Here Again\"" - }, { "category": "20th CENTURY FOOD", "air_date": "2004-07-02", @@ -657849,16 +623089,6 @@ "show_number": "4580", "fullAnswer": "George Gershwin" }, - { - "category": "IN A MUSICAL MOOD", - "air_date": "2004-07-02", - "question": "A 1972 No. 1 hit, this song would be great hold music for an eye doctor", - "value": "$600", - "answer": "I Can See Clearly Now", - "round": "Jeopardy!", - "show_number": "4580", - "fullAnswer": "\"I Can See Clearly Now\"" - }, { "category": "20th CENTURY FOOD", "air_date": "2004-07-02", @@ -657889,16 +623119,6 @@ "show_number": "4580", "fullAnswer": "Alexandre Dumas" }, - { - "category": "4", - "air_date": "2004-07-02", - "question": "(I'm Tim Brown of the NFL.) I'm the only Raider to ever score a touchdown in all 4 of these ways", - "value": "$600", - "answer": "rushing, pass receiving, punt return & kickoff return", - "round": "Jeopardy!", - "show_number": "4580", - "fullAnswer": "rushing, pass receiving, punt return & kickoff return" - }, { "category": "FAMOUS AMERICANS", "air_date": "2004-07-02", @@ -657909,16 +623129,6 @@ "show_number": "4580", "fullAnswer": "Huey Long" }, - { - "category": "IN A MUSICAL MOOD", - "air_date": "2004-07-02", - "question": "It's this Russian composer's Piano Concerto No. 1 you're listening to here", - "value": "$800", - "answer": "Tchaikovsky", - "round": "Jeopardy!", - "show_number": "4580", - "fullAnswer": "Tchaikovsky" - }, { "category": "20th CENTURY FOOD", "air_date": "2004-07-02", @@ -657969,16 +623179,6 @@ "show_number": "4580", "fullAnswer": "William F. Buckley, Jr." }, - { - "category": "IN A MUSICAL MOOD", - "air_date": "2004-07-02", - "question": "The thrill of an expected return is recounted in this favorite", - "value": "$1000", - "answer": "When Johnny Comes Marching Home", - "round": "Jeopardy!", - "show_number": "4580", - "fullAnswer": "\"When Johnny Comes Marching Home\"" - }, { "category": "20th CENTURY FOOD", "air_date": "2004-07-02", @@ -657999,16 +623199,6 @@ "show_number": "4580", "fullAnswer": "Petrarch" }, - { - "category": "4", - "air_date": "2004-07-02", - "question": "In the organizational logo seen here, the 4 words that the letters in the clover stand for", - "value": "$1000", - "answer": "head, heart, health & hands", - "round": "Jeopardy!", - "show_number": "4580", - "fullAnswer": "head, heart, health & hands" - }, { "category": "RONALD REAGAN", "air_date": "2004-07-02", @@ -658079,16 +623269,6 @@ "show_number": "4580", "fullAnswer": "General Electric" }, - { - "category": "\"SUMMER\" FUN", - "air_date": "2004-07-02", - "question": "'60s summers seemed oh, so romantic when we danced to this theme heard here", - "value": "$800", - "answer": "Theme From A Summer Place", - "round": "Double Jeopardy!", - "show_number": "4580", - "fullAnswer": "the \"Theme From A Summer Place\"" - }, { "category": "NEGATIVE THOUGHTS", "air_date": "2004-07-02", @@ -658159,16 +623339,6 @@ "show_number": "4580", "fullAnswer": "never" }, - { - "category": "AROUND NEW YORK", - "air_date": "2004-07-02", - "question": "Built in 1902, this distinctive-looking building is one of New York's oldest & most famous skyscrapers", - "value": "$1200", - "answer": "Flatiron Building", - "round": "Double Jeopardy!", - "show_number": "4580", - "fullAnswer": "the Flatiron Building" - }, { "category": "IN THE DICTIONARY", "air_date": "2004-07-02", @@ -658249,16 +623419,6 @@ "show_number": "4580", "fullAnswer": "Kings Row" }, - { - "category": "\"SUMMER\" FUN", - "air_date": "2004-07-02", - "question": "(Sarah of the Clue Crew reports from Caffe Florian in Venice, Italy.) It was right here at Caffe Florian in Venice where Katharine Hepburn met Rosanno Brazzi in this classic 1955 film", - "value": "$2000", - "answer": "Summertime", - "round": "Double Jeopardy!", - "show_number": "4580", - "fullAnswer": "Summertime" - }, { "category": "STRICTLY BUSINESS", "air_date": "2004-07-02", @@ -658289,16 +623449,6 @@ "show_number": "4580", "fullAnswer": "the Cloisters" }, - { - "category": "IN THE DICTIONARY", - "air_date": "2004-07-02", - "question": "(Sofia of the Clue Crew fences with Cheryl of the Clue Crew.) The name of this answering attack also refers to a quick verbal response", - "value": "$2000", - "answer": "riposte", - "round": "Double Jeopardy!", - "show_number": "4580", - "fullAnswer": "riposte" - }, { "category": "SPORTS HEROES", "air_date": "2004-07-02", @@ -658324,7 +623474,7 @@ "air_date": "2011-07-26", "question": "Elvis wasn't \"crying all the time\", having a dual-sided No. 1 hit with \"Don't Be Cruel\" & this song", "value": "$200", - "answer": "(You Ain\\'t Nothin\\' But A) Hound Dog", + "answer": "(You Ain't Nothin' But A) Hound Dog", "round": "Jeopardy!", "show_number": "6202", "fullAnswer": "\"(You Ain\\'t Nothin\\' But A) Hound Dog\"" @@ -658539,16 +623689,6 @@ "show_number": "6202", "fullAnswer": "The Count of Monte Cristo" }, - { - "category": "R.B.s", - "air_date": "2011-07-26", - "question": "The first African-American to win the Nobel Peace Prize, this man was appointed to the U.N. Palestine Commission in 1947.", - "value": "$800", - "answer": "Ralph Bunche", - "round": "Jeopardy!", - "show_number": "6202", - "fullAnswer": "Ralph Bunche" - }, { "category": "SANDWICHES", "air_date": "2011-07-26", @@ -658594,7 +623734,7 @@ "air_date": "2011-07-26", "question": "This John Bunyan book features a man whose lusts & sins have him condemned for eternity in an iron cage", "value": "$1000", - "answer": "Pilgrim\\'s Progress", + "answer": "Pilgrim's Progress", "round": "Jeopardy!", "show_number": "6202", "fullAnswer": "Pilgrim\\'s Progress" @@ -658739,16 +623879,6 @@ "show_number": "6202", "fullAnswer": "The Magic Flute" }, - { - "category": "WEIGHTS & MEASURES", - "air_date": "2011-07-26", - "question": "Seen here is the symbol for this unit of length that was named for a Swedish scientist", - "value": "$1200", - "answer": "angstrom", - "round": "Double Jeopardy!", - "show_number": "6202", - "fullAnswer": "an angstrom" - }, { "category": "U.S. PLACE NAMES", "air_date": "2011-07-26", @@ -658859,16 +623989,6 @@ "show_number": "6202", "fullAnswer": "Tristan und Isolde" }, - { - "category": "WEIGHTS & MEASURES", - "air_date": "2011-07-26", - "question": "(Sarah of the Clue Crew reports from the Brookhaven National Laboratory on Long Island, NY.) Electron microscopes provide images with resolution measured in these units, also known as millimicrons, that are equal to about 1/50,000 the width of a human hair", - "value": "$2000", - "answer": "nanometers", - "round": "Double Jeopardy!", - "show_number": "6202", - "fullAnswer": "nanometers" - }, { "category": "U.S. PLACE NAMES", "air_date": "2011-07-26", @@ -659114,7 +624234,7 @@ "air_date": "2004-01-05", "question": "Traditionally, before you dip the rim of your Margarita glass in the salt, rub it with this", "value": "$800", - "answer": "lime\\'lemon juice", + "answer": "lime'lemon juice", "round": "Jeopardy!", "show_number": "4451", "fullAnswer": "lime\\'lemon juice" @@ -659554,7 +624674,7 @@ "air_date": "2001-04-24", "question": "On August 1, 1911 Harriet Quimby became the first American woman to get one of these", "value": "$100", - "answer": "Pilot\\'s license", + "answer": "Pilot's license", "round": "Jeopardy!", "show_number": "3842", "fullAnswer": "Pilot\\'s license" @@ -660499,16 +625619,6 @@ "show_number": "4909", "fullAnswer": "\"White Rabbit\"" }, - { - "category": "LOUIS, LOUIS", - "air_date": "2006-01-05", - "question": "Kenya-born man seen here", - "value": "$800", - "answer": "Louis Leakey", - "round": "Double Jeopardy!", - "show_number": "4909", - "fullAnswer": "Louis Leakey" - }, { "category": "THE AIR UP THERE", "air_date": "2006-01-05", @@ -660549,16 +625659,6 @@ "show_number": "4909", "fullAnswer": "McKinley" }, - { - "category": "LITERARY ROCK & ROLL", - "air_date": "2006-01-05", - "question": "He's the actor & director heard here singing a song inspired by \"The Hobbit\"

\"In the middle of the earth, in the land of the shire /
Lives a brave little hobbit whom we all admire /
With his long wooden pipe, his fuzzy, woolly toes /
He lives in a hobbit-hole and everybody knows him...\"
", - "value": "$1200", - "answer": "Leonard Nimoy", - "round": "Double Jeopardy!", - "show_number": "4909", - "fullAnswer": "Leonard Nimoy" - }, { "category": "LOUIS, LOUIS", "air_date": "2006-01-05", @@ -660619,16 +625719,6 @@ "show_number": "4909", "fullAnswer": "The Stranger" }, - { - "category": "LOUIS, LOUIS", - "air_date": "2006-01-05", - "question": "This singer heard here has been called the direct link between R&B & Rock & Roll

\"You only live but once /
And when you're dead, you're done /
So let the good times roll\"
", - "value": "$1600", - "answer": "Louis Jordan", - "round": "Double Jeopardy!", - "show_number": "4909", - "fullAnswer": "Louis Jordan" - }, { "category": "THE AIR UP THERE", "air_date": "2006-01-05", @@ -660684,7 +625774,7 @@ "air_date": "2006-01-05", "question": "We just love this author of \"How the West Was Won\"", "value": "$2000", - "answer": "Louis L\\'Amour", + "answer": "Louis L'Amour", "round": "Double Jeopardy!", "show_number": "4909", "fullAnswer": "Louis L\\'Amour" @@ -661294,7 +626384,7 @@ "air_date": "2001-03-28", "question": "This regretful 5-word sentence is a Thomas Wolfe book title", "value": "$1000", - "answer": "You Can\\'t Go Home Again", + "answer": "You Can't Go Home Again", "round": "Double Jeopardy!", "show_number": "3823", "fullAnswer": "You Can\\'t Go Home Again" @@ -661449,26 +626539,6 @@ "show_number": "5840", "fullAnswer": "a ram" }, - { - "category": "POP QUIZ", - "air_date": "2010-01-22", - "question": "www.rootbeer.com is the website of this brand with initial success", - "value": "$400", - "answer": "&W", - "round": "Jeopardy!", - "show_number": "5840", - "fullAnswer": "A&W" - }, - { - "category": "WYATT EARP", - "air_date": "2010-01-22", - "question": "Wyatt Earp worked as a guard for this company that was founded to handle the banking business of the California gold rush", - "value": "$600", - "answer": "Wells Fargo", - "round": "Jeopardy!", - "show_number": "5840", - "fullAnswer": "Wells Fargo" - }, { "category": "CLASSIC SITCOM EPISODES", "air_date": "2010-01-22", @@ -661534,21 +626604,11 @@ "air_date": "2010-01-22", "question": "\"The Rise & Fall of Sergeant Schultz\"", "value": "$800", - "answer": "Hogan\\'s Heroes", + "answer": "Hogan's Heroes", "round": "Jeopardy!", "show_number": "5840", "fullAnswer": "Hogan\\'s Heroes" }, - { - "category": "\"RACE\" TO THE ANSWER", - "air_date": "2010-01-22", - "question": "Following a stormy trip aboard a ship at sea, Reverend John Newton wrote the words to this popular hymn", - "value": "$800", - "answer": "Amazing Grace", - "round": "Jeopardy!", - "show_number": "5840", - "fullAnswer": "\"Amazing Grace\"" - }, { "category": "BIOGRAPHIES", "air_date": "2010-01-22", @@ -661619,16 +626679,6 @@ "show_number": "5840", "fullAnswer": "Gregor Mendel" }, - { - "category": "SIGNS & SYMBOLS", - "air_date": "2010-01-22", - "question": "(Kelly of the Clue Crew reports from Santiago de Compostela in Spain.) Pilgrims can find Santiago de Compostela by these shells, the symbol of St. James; one theory is that the converging lines represent pilgrims coming from all over", - "value": "$1000", - "answer": "scallops", - "round": "Jeopardy!", - "show_number": "5840", - "fullAnswer": "scallops" - }, { "category": "POP QUIZ", "air_date": "2010-01-22", @@ -661679,16 +626729,6 @@ "show_number": "5840", "fullAnswer": "the Danube" }, - { - "category": "OVERLAPPING WORDS", - "air_date": "2010-01-22", - "question": "A large animal, as any of those \"one for all and all for one\" guys", - "value": "$400", - "answer": "hippopotamusketeer", - "round": "Double Jeopardy!", - "show_number": "5840", - "fullAnswer": "a hippopotamusketeer" - }, { "category": "POP QUIZ", "air_date": "2010-01-22", @@ -661799,16 +626839,6 @@ "show_number": "5840", "fullAnswer": "Panama" }, - { - "category": "OVERLAPPING WORDS", - "air_date": "2010-01-22", - "question": "A famous European American born with the Apache name Goyathlay", - "value": "$1200", - "answer": "Kissingeronimo", - "round": "Double Jeopardy!", - "show_number": "5840", - "fullAnswer": "Kissingeronimo" - }, { "category": "POP QUIZ", "air_date": "2010-01-22", @@ -661909,16 +626939,6 @@ "show_number": "5840", "fullAnswer": "San Marino" }, - { - "category": "POP QUIZ", - "air_date": "2010-01-22", - "question": "In June 2009, listeners went crazy for this singer seen here, putting 2 of her songs in the top 10 at the same time", - "value": "$2000", - "answer": "Lady Gaga", - "round": "Double Jeopardy!", - "show_number": "5840", - "fullAnswer": "Lady Gaga" - }, { "category": "THE CABINET", "air_date": "2010-01-22", @@ -662589,16 +627609,6 @@ "show_number": "4838", "fullAnswer": "Yahoo!" }, - { - "category": "SEND IN THE MARINES", - "air_date": "2005-09-28", - "question": "(Cheryl of the Clue Crew visits a training course at Parris Island, SC.) In 1976 with women in the Corps, the Marines phased out \"We're looking for a few good men\" & went to this recruiting slogan", - "value": "$400", - "answer": "The few, the proud", - "round": "Jeopardy!", - "show_number": "4838", - "fullAnswer": "\"The few, the proud\"" - }, { "category": "ARRESTING TELEVISION", "air_date": "2005-09-28", @@ -662694,7 +627704,7 @@ "air_date": "2005-09-28", "question": "On Broad Street in Columbus, Ohio, yell out \"Where's the beef?\" as you check out the first restaurant in this large chain", "value": "$600", - "answer": "Wendy\\'s", + "answer": "Wendy's", "round": "Jeopardy!", "show_number": "4838", "fullAnswer": "Wendy\\'s" @@ -662709,16 +627719,6 @@ "show_number": "4838", "fullAnswer": "yada yada yada" }, - { - "category": "SEND IN THE MARINES", - "air_date": "2005-09-28", - "question": "(Jimmy of the Clue Crew visits a training course at Parris Island, SC.) 10 weeks into training, recruits undergo this endurance test, hauling 54 lbs. of gear; it's named for a metal melting vessel", - "value": "$800", - "answer": "Crucible", - "round": "Jeopardy!", - "show_number": "4838", - "fullAnswer": "the Crucible" - }, { "category": "ARRESTING TELEVISION", "air_date": "2005-09-28", @@ -662929,16 +627929,6 @@ "show_number": "4838", "fullAnswer": "Niccolo Machiavelli" }, - { - "category": "WE LOVE FOOTBALL ON TV", - "air_date": "2005-09-28", - "question": "All right, we admit it, one reason we watch football on TV is to get a glimpse of this group seen here", - "value": "$800", - "answer": "Dallas Cowboy Cheerleaders", - "round": "Double Jeopardy!", - "show_number": "4838", - "fullAnswer": "the Dallas Cowboy Cheerleaders" - }, { "category": "AND TWINS!", "air_date": "2005-09-28", @@ -663249,26 +628239,6 @@ "show_number": "5205", "fullAnswer": "Catch-22" }, - { - "category": "I DO IMPRESSIONS", - "air_date": "2007-04-06", - "question": "Hello, my name this 2006 title movie film guy who say, \"This suit is not black!\"; very nice, high five", - "value": "$400", - "answer": "Borat", - "round": "Jeopardy!", - "show_number": "5205", - "fullAnswer": "Borat" - }, - { - "category": "HISTORIC QUOTATIONS", - "air_date": "2007-04-06", - "question": "(Jon of the Clue Crew reports.) I've put together a device similar to the one used by Samuel Morse on May 24, 1844, and I'll send this same historic message quoted from the Bible", - "value": "$600", - "answer": "What hath God wrought?", - "round": "Jeopardy!", - "show_number": "5205", - "fullAnswer": "\"What hath God wrought?\"" - }, { "category": "RELIGION", "air_date": "2007-04-06", @@ -663379,16 +628349,6 @@ "show_number": "5205", "fullAnswer": "Sean Connery" }, - { - "category": "HISTORIC QUOTATIONS", - "air_date": "2007-04-06", - "question": "(Hello, I'm Peggy Noonan. I'm a former presidential speech writer.) I worked on the speech in which Ronald Reagan said the Challenger crew had \"slipped the surly bonds of Earth to touch\" this", - "value": "$1000", - "answer": "face of God", - "round": "Jeopardy!", - "show_number": "5205", - "fullAnswer": "the face of God" - }, { "category": "RELIGION", "air_date": "2007-04-06", @@ -663399,16 +628359,6 @@ "show_number": "5205", "fullAnswer": "an encyclical" }, - { - "category": "THE W.C.", - "air_date": "2007-04-06", - "question": "This phase of the moon is known by a 2-word term: one word means \"growing\", and the other is from the Latin for \"to grow\"", - "value": "$1000", - "answer": "waxing crescent", - "round": "Jeopardy!", - "show_number": "5205", - "fullAnswer": "a waxing crescent" - }, { "category": "COUNTRIES' MEDALS & DECORATIONS", "air_date": "2007-04-06", @@ -663429,16 +628379,6 @@ "show_number": "5205", "fullAnswer": "The Naked and the Dead" }, - { - "category": "I DO IMPRESSIONS", - "air_date": "2007-04-06", - "question": "Watch me channel this 2'8\" \"Austin Powers\" character", - "value": "$1000", - "answer": "Mini-Me", - "round": "Jeopardy!", - "show_number": "5205", - "fullAnswer": "Mini-Me" - }, { "category": "MASSACHUSETTS", "air_date": "2007-04-06", @@ -663489,16 +628429,6 @@ "show_number": "5205", "fullAnswer": "onyx" }, - { - "category": "I DO IMPRESSIONISTS", - "air_date": "2007-04-06", - "question": "Time to attend the dancing class seen here painted by this 19th Century Frenchman", - "value": "$400", - "answer": "Degas", - "round": "Double Jeopardy!", - "show_number": "5205", - "fullAnswer": "Degas" - }, { "category": "MASSACHUSETTS", "air_date": "2007-04-06", @@ -663609,16 +628539,6 @@ "show_number": "5205", "fullAnswer": "Nyx" }, - { - "category": "I DO IMPRESSIONISTS", - "air_date": "2007-04-06", - "question": "His impression, Sunrise, is seen here", - "value": "$1200", - "answer": "Monet", - "round": "Double Jeopardy!", - "show_number": "5205", - "fullAnswer": "Monet" - }, { "category": "MASSACHUSETTS", "air_date": "2007-04-06", @@ -663729,16 +628649,6 @@ "show_number": "5205", "fullAnswer": "an oryx" }, - { - "category": "I DO IMPRESSIONISTS", - "air_date": "2007-04-06", - "question": "Seen here is this artist's 1870s work, \"Madame Charpentier and Her Children\"", - "value": "$2000", - "answer": "Pierre-Auguste Renoir", - "round": "Double Jeopardy!", - "show_number": "5205", - "fullAnswer": "Pierre-Auguste Renoir" - }, { "category": "20th CENTURY BUSINESSMEN", "air_date": "2007-04-06", @@ -664574,7 +629484,7 @@ "air_date": "2010-07-02", "question": "Hit a Grand Slam Slugger with hash browns at one of these restaurants & you've knocked in 85% of your RDV of fat", "value": "$800", - "answer": "Denny\\'s", + "answer": "Denny's", "round": "Jeopardy!", "show_number": "5955", "fullAnswer": "Denny\\'s" @@ -664599,16 +629509,6 @@ "show_number": "5955", "fullAnswer": "rip" }, - { - "category": "NEW TESTAMENT QUOTES", - "air_date": "2010-07-02", - "question": "(Jimmy of the Clue Crew reports from the Jesus Museum in Israel.) The Jesus Boat is very much like those in which he sailed, as in Mark chapter 4 when there arose a great storm, & He rebuked this", - "value": "$1000", - "answer": "wind", - "round": "Jeopardy!", - "show_number": "5955", - "fullAnswer": "the wind" - }, { "category": "WIMBLEDON", "air_date": "2010-07-02", @@ -664709,16 +629609,6 @@ "show_number": "5955", "fullAnswer": "Aristotle" }, - { - "category": "SEE \"P-K\"", - "air_date": "2010-07-02", - "question": "Uh oh! Someone had some trouble with this toy", - "value": "$400", - "answer": "pogo stick", - "round": "Double Jeopardy!", - "show_number": "5955", - "fullAnswer": "a pogo stick" - }, { "category": "PIZZA", "air_date": "2010-07-02", @@ -664769,16 +629659,6 @@ "show_number": "5955", "fullAnswer": "Christo" }, - { - "category": "SEE \"P-K\"", - "air_date": "2010-07-02", - "question": "Try this with lox ... or caviar ... or ...", - "value": "$800", - "answer": "pumpernickel", - "round": "Double Jeopardy!", - "show_number": "5955", - "fullAnswer": "pumpernickel" - }, { "category": "PIZZA", "air_date": "2010-07-02", @@ -664829,16 +629709,6 @@ "show_number": "5955", "fullAnswer": "Molière" }, - { - "category": "SEE \"P-K\"", - "air_date": "2010-07-02", - "question": "It's the type of pillow seen here", - "value": "$1200", - "answer": "patchwork", - "round": "Double Jeopardy!", - "show_number": "5955", - "fullAnswer": "patchwork" - }, { "category": "PIZZA", "air_date": "2010-07-02", @@ -664889,16 +629759,6 @@ "show_number": "5955", "fullAnswer": "Odetta" }, - { - "category": "SEE \"P-K\"", - "air_date": "2010-07-02", - "question": "It's a good idea to have plenty of this spice on hand", - "value": "$1600", - "answer": "paprika", - "round": "Double Jeopardy!", - "show_number": "5955", - "fullAnswer": "paprika" - }, { "category": "PIZZA", "air_date": "2010-07-02", @@ -664949,16 +629809,6 @@ "show_number": "5955", "fullAnswer": "Suharto" }, - { - "category": "SEE \"P-K\"", - "air_date": "2010-07-02", - "question": "Your friend who is wearing this type of necklace is probably just back from Hawaii", - "value": "$2000", - "answer": "puka shell", - "round": "Double Jeopardy!", - "show_number": "5955", - "fullAnswer": "puka shell" - }, { "category": "5-LETTER LITERARY TERMS", "air_date": "2010-07-02", @@ -665249,16 +630099,6 @@ "show_number": "5626", "fullAnswer": "Sisters" }, - { - "category": "SOUNDS LIKE ONE LETTER", - "air_date": "2009-02-09", - "question": "Female creature seen here", - "value": "$1000", - "answer": "ewe", - "round": "Jeopardy!", - "show_number": "5626", - "fullAnswer": "ewe" - }, { "category": "TRANSPORTATION", "air_date": "2009-02-09", @@ -665274,7 +630114,7 @@ "air_date": "2009-02-09", "question": "Jack's
(Jack Tripper's)
Bistro", "value": "$400", - "answer": "Three\\'s Company", + "answer": "Three's Company", "round": "Double Jeopardy!", "show_number": "5626", "fullAnswer": "Three\\'s Company" @@ -665284,7 +630124,7 @@ "air_date": "2009-02-09", "question": "The narrator of this Styron novel lives in Yetta Zimmerman's Brooklyn rooming house", "value": "$400", - "answer": "Sophie\\'s Choice", + "answer": "Sophie's Choice", "round": "Double Jeopardy!", "show_number": "5626", "fullAnswer": "Sophie\\'s Choice" @@ -665409,16 +630249,6 @@ "show_number": "5626", "fullAnswer": "heliotropism" }, - { - "category": "MAKE YOUR WAY TO NORWAY", - "air_date": "2009-02-09", - "question": "Karl Johans Gate, an Oslo shopping street, is seen in a recent photo & through the feverish eyes of this artist", - "value": "$1200", - "answer": "Munch", - "round": "Double Jeopardy!", - "show_number": "5626", - "fullAnswer": "(Edvard) Munch" - }, { "category": "RHYMES WITH DORA THE EXPLORER", "air_date": "2009-02-09", @@ -665464,7 +630294,7 @@ "air_date": "2009-02-09", "question": "\"M\":
Named for a 19th century French doctor, it's a disease of the inner ear causing vertigo", "value": "$1600", - "answer": "Ménière\\'s disease", + "answer": "Ménière's disease", "round": "Double Jeopardy!", "show_number": "5626", "fullAnswer": "Ménière\\'s disease" @@ -665539,16 +630369,6 @@ "show_number": "5626", "fullAnswer": "Telemark" }, - { - "category": "RHYMES WITH DORA THE EXPLORER", - "air_date": "2009-02-09", - "question": "If Dora is using the kitchen device seen here, this would be her new name", - "value": "$2000", - "answer": "Dora the (Apple) Corer", - "round": "Double Jeopardy!", - "show_number": "5626", - "fullAnswer": "Dora the (Apple) Corer" - }, { "category": "HOLIDAYS", "air_date": "2009-02-09", @@ -665774,7 +630594,7 @@ "air_date": "1998-06-19", "question": "A 7&7 mixes 7Up & this", "value": "$400", - "answer": "Seagram\\'s 7", + "answer": "Seagram's 7", "round": "Jeopardy!", "show_number": "3195", "fullAnswer": "Seagram\\'s 7" @@ -665819,16 +630639,6 @@ "show_number": "3195", "fullAnswer": "Ontario" }, - { - "category": "PEOPLE IN SONG", - "air_date": "1998-06-19", - "question": "She's the title person in the song heard here:

\"I like the way you walk...\"", - "value": "$500", - "answer": "Suzie Q", - "round": "Jeopardy!", - "show_number": "3195", - "fullAnswer": "Suzie Q" - }, { "category": "POTENT POTABLES", "air_date": "1998-06-19", @@ -665924,7 +630734,7 @@ "air_date": "1998-06-19", "question": "1964 film that brought us a day in the life of the Fab Four", "value": "$400", - "answer": "Hard Day\\'s Night", + "answer": "Hard Day's Night", "round": "Double Jeopardy!", "show_number": "3195", "fullAnswer": "A Hard Day\\'s Night" @@ -666299,16 +631109,6 @@ "show_number": "3021", "fullAnswer": "Philadelphia" }, - { - "category": "COFFEE BREAK", - "air_date": "1997-10-20", - "question": "In a cantata by this composer heard here, Lieschen sings of her need for coffee:", - "value": "$700", - "answer": "J.S. Bach", - "round": "Jeopardy!", - "show_number": "3021", - "fullAnswer": "J.S. Bach" - }, { "category": "FICTION", "air_date": "1997-10-20", @@ -666569,16 +631369,6 @@ "show_number": "3021", "fullAnswer": "minoxidil" }, - { - "category": "ROCK 'N' ROLL", - "air_date": "1997-10-20", - "question": "New Wave group heard here in a 1979 hit:", - "value": "$1,900", - "answer": "Blondie", - "round": "Double Jeopardy!", - "show_number": "3021", - "fullAnswer": "Blondie" - }, { "category": "BALLET", "air_date": "1997-10-20", @@ -666594,7 +631384,7 @@ "air_date": "1997-10-20", "question": "In this drama's last line, Martha finally answers the title question with, \"I am, George, I am.\"", "value": "$1,200", - "answer": "Who\\'s Afraid of Virginia Woolf?", + "answer": "Who's Afraid of Virginia Woolf?", "round": "Double Jeopardy!", "show_number": "3021", "fullAnswer": "Who\\'s Afraid of Virginia Woolf?" @@ -666614,7 +631404,7 @@ "air_date": "1997-10-20", "question": "Parents are advised not to give their children aspirin because of its link to this potentially fatal syndrome", "value": "$600", - "answer": "Reye\\'s Syndrome", + "answer": "Reye's Syndrome", "round": "Double Jeopardy!", "show_number": "3021", "fullAnswer": "Reye\\'s Syndrome" @@ -667059,16 +631849,6 @@ "show_number": "5716", "fullAnswer": "furl" }, - { - "category": "AROUND THE HOUSE WITH SIMPLE MACHINES", - "air_date": "2009-06-15", - "question": "(Sarah of the Clue Crew pulls up on a Venetian blind.) When I pull down on the cord, the blinds go up; at the top is a single fixed one of these simple machines, which reverses the direction of force", - "value": "$400", - "answer": "pulley", - "round": "Double Jeopardy!", - "show_number": "5716", - "fullAnswer": "a pulley" - }, { "category": "INTERNATIONAL NEWS", "air_date": "2009-06-15", @@ -667119,16 +631899,6 @@ "show_number": "5716", "fullAnswer": "millipedes" }, - { - "category": "AROUND THE HOUSE WITH SIMPLE MACHINES", - "air_date": "2009-06-15", - "question": "(Kelly of the Clue Crew rolls a bowling ball.) The work required to lift a 16-pound bowling ball 12 inches is 16 foot-pounds; the force required is only 5.3 pounds using this simple machine to raise it to the same height", - "value": "$800", - "answer": "ramp ", - "round": "Double Jeopardy!", - "show_number": "5716", - "fullAnswer": "a ramp (inclined plane)" - }, { "category": "INTERNATIONAL NEWS", "air_date": "2009-06-15", @@ -667179,16 +631949,6 @@ "show_number": "5716", "fullAnswer": "General Mills" }, - { - "category": "AROUND THE HOUSE WITH SIMPLE MACHINES", - "air_date": "2009-06-15", - "question": "(Sarah of the Clue Crew presses garlic.) A garlic press consists of two second-class levers, in which the handles provide the effort, the garlic is the load & the pivot point serves as this", - "value": "$1200", - "answer": "fulcrum", - "round": "Double Jeopardy!", - "show_number": "5716", - "fullAnswer": "a fulcrum" - }, { "category": "INTERNATIONAL NEWS", "air_date": "2009-06-15", @@ -667239,16 +631999,6 @@ "show_number": "5716", "fullAnswer": "Agnes de Mille" }, - { - "category": "AROUND THE HOUSE WITH SIMPLE MACHINES", - "air_date": "2009-06-15", - "question": "(Kelly of the Clue Crew chops carrots.) A knife, which is two sloping surfaces tapering to a point to split things open, is an example of this simple machine", - "value": "$1,000", - "answer": "wedge", - "round": "Double Jeopardy!", - "show_number": "5716", - "fullAnswer": "a wedge" - }, { "category": "INTERNATIONAL NEWS", "air_date": "2009-06-15", @@ -667329,16 +632079,6 @@ "show_number": "5716", "fullAnswer": "Mary, Queen of Scots" }, - { - "category": "ALAN", - "air_date": "2009-06-15", - "question": "This economist seen here was influenced by Ayn Rand", - "value": "$2000", - "answer": "Greenspan", - "round": "Double Jeopardy!", - "show_number": "5716", - "fullAnswer": "(Alan) Greenspan" - }, { "category": "\"MILL\"S", "air_date": "2009-06-15", @@ -667389,16 +632129,6 @@ "show_number": "4883", "fullAnswer": "geology" }, - { - "category": "MATTERS OF THE ART", - "air_date": "2005-11-30", - "question": "He created the 1931 oil-on-canvas piece seen here", - "value": "$200", - "answer": "Dalí", - "round": "Jeopardy!", - "show_number": "4883", - "fullAnswer": "(Salvador) Dalí" - }, { "category": "SECRETS OF THE CIA", "air_date": "2005-11-30", @@ -667499,26 +632229,6 @@ "show_number": "4883", "fullAnswer": "Mandy" }, - { - "category": "-OLOGY WHIZ", - "air_date": "2005-11-30", - "question": "(Cheryl of the Clue Crew shows off her handwriting at the blackboard.) Tall letters, like the \"L\"s here, are a sign of pride according to this -ology, a term coined in 1875", - "value": "$600", - "answer": "graphology", - "round": "Jeopardy!", - "show_number": "4883", - "fullAnswer": "graphology" - }, - { - "category": "MATTERS OF THE ART", - "air_date": "2005-11-30", - "question": "He's the French artist whose work is seen here, if you get our Pointillism", - "value": "$600", - "answer": "Seurat", - "round": "Jeopardy!", - "show_number": "4883", - "fullAnswer": "(Georges) Seurat" - }, { "category": "SECRETS OF THE CIA", "air_date": "2005-11-30", @@ -667569,16 +632279,6 @@ "show_number": "4883", "fullAnswer": "biotech(nology)" }, - { - "category": "MATTERS OF THE ART", - "air_date": "2005-11-30", - "question": "His 1812 painting of a notable historical figure is seen here", - "value": "$800", - "answer": "David", - "round": "Jeopardy!", - "show_number": "4883", - "fullAnswer": "(Jacques-Louis) David" - }, { "category": "SECRETS OF THE CIA", "air_date": "2005-11-30", @@ -667729,16 +632429,6 @@ "show_number": "4883", "fullAnswer": "Cologne" }, - { - "category": "WHAT A (TV) CHARACTER!", - "air_date": "2005-11-30", - "question": "(Jimmy of the Clue Crew reports from the Kennedy Space Center.) This TV astronaut worked at NASA's Kennedy Space Center and lived in Cocoa Beach, where he dreamed of Jeannie", - "value": "$800", - "answer": "Captain Nelson", - "round": "Double Jeopardy!", - "show_number": "4883", - "fullAnswer": "Captain Nelson" - }, { "category": "GOVERNMENT & POLITICS", "air_date": "2005-11-30", @@ -667749,16 +632439,6 @@ "show_number": "4883", "fullAnswer": "(Daniel) Webster" }, - { - "category": "MUSICAL COMPOSITIONS", - "air_date": "2005-11-30", - "question": "Mozart's \"Hunt\", heard here, is this type of chamber piece", - "value": "$800", - "answer": "(string) quartet", - "round": "Double Jeopardy!", - "show_number": "4883", - "fullAnswer": "a (string) quartet" - }, { "category": "STAR LIGHT, STAR BRIGHT", "air_date": "2005-11-30", @@ -667929,16 +632609,6 @@ "show_number": "4883", "fullAnswer": "Roger Brooke Taney" }, - { - "category": "MUSICAL COMPOSITIONS", - "air_date": "2005-11-30", - "question": "He composed the cantata heard here", - "value": "$2000", - "answer": "Johann Sebastian Bach", - "round": "Double Jeopardy!", - "show_number": "4883", - "fullAnswer": "Johann Sebastian Bach" - }, { "category": "STAR LIGHT, STAR BRIGHT", "air_date": "2005-11-30", @@ -668009,26 +632679,6 @@ "show_number": "5575", "fullAnswer": "a hook (or hooked)" }, - { - "category": "SOUNDS OF MADISON AVE.", - "air_date": "2008-11-28", - "question": "As of 2007, this company represented by the sound heard here had 20 consecutive years of profitability", - "value": "$200", - "answer": "Intel", - "round": "Jeopardy!", - "show_number": "5575", - "fullAnswer": "Intel" - }, - { - "category": "ARLINGTON NATIONAL CEMETERY", - "air_date": "2008-11-28", - "question": "(Sarah of the Clue Crew reports from the Arlington National Cemetery in Virginia.) This person's inspiration for the eternal flame on John F. Kennedy's grave was the one on Paris's Tomb of the Unknown Soldier", - "value": "$200", - "answer": "Jacqueline Kennedy", - "round": "Jeopardy!", - "show_number": "5575", - "fullAnswer": "Jacqueline Kennedy" - }, { "category": "WORLD TRAVEL", "air_date": "2008-11-28", @@ -668044,7 +632694,7 @@ "air_date": "2008-11-28", "question": "First Lady Nancy Reagan took her \"Just say no\" campaign to this Gary Coleman sitcom", "value": "$400", - "answer": "Diff\\'rent Strokes", + "answer": "Diff'rent Strokes", "round": "Jeopardy!", "show_number": "5575", "fullAnswer": "Diff\\'rent Strokes" @@ -668079,16 +632729,6 @@ "show_number": "5575", "fullAnswer": "Staples" }, - { - "category": "ARLINGTON NATIONAL CEMETERY", - "air_date": "2008-11-28", - "question": "(Jimmy of the Clue Crew reports from the Arlington National Cemetery in Virginia.) The Tomb of the Unknowns holds and honors unidentified soldiers from these three 20th-century conflicts", - "value": "$400", - "answer": "World War I, World War II, and the Korean War", - "round": "Jeopardy!", - "show_number": "5575", - "fullAnswer": "World War I, World War II, and the Korean War" - }, { "category": "WORLD TRAVEL", "air_date": "2008-11-28", @@ -668129,26 +632769,6 @@ "show_number": "5575", "fullAnswer": "dependent" }, - { - "category": "SOUNDS OF MADISON AVE.", - "air_date": "2008-11-28", - "question": "Baby, you can drive this make of car

\"Zoom-zoom\"", - "value": "$600", - "answer": "Mazda", - "round": "Jeopardy!", - "show_number": "5575", - "fullAnswer": "Mazda" - }, - { - "category": "ARLINGTON NATIONAL CEMETERY", - "air_date": "2008-11-28", - "question": "(Jimmy of the Clue Crew reports from the Arlington National Cemetery in Virginia.) This 5-sided granite marker here at Arlington honors victims from the 2001 attack on this nearby location", - "value": "$600", - "answer": "Pentagon", - "round": "Jeopardy!", - "show_number": "5575", - "fullAnswer": "the Pentagon" - }, { "category": "WORLD TRAVEL", "air_date": "2008-11-28", @@ -668194,21 +632814,11 @@ "air_date": "2008-11-28", "question": "This 4-word question is Capital One's catchphrase", "value": "$800", - "answer": "What\\'s in your wallet?", + "answer": "What's in your wallet?", "round": "Jeopardy!", "show_number": "5575", "fullAnswer": "\"What\\'s in your wallet?\"" }, - { - "category": "ARLINGTON NATIONAL CEMETERY", - "air_date": "2008-11-28", - "question": "(Sarah of the Clue Crew reports from the Arlington National Cemetery in Virginia.) This memorial is dedicated to the crew of this craft, who, as Reagan said, \"slipped the surly bonds of Earth and touched the face of God\"", - "value": "$800", - "answer": "Challenger", - "round": "Jeopardy!", - "show_number": "5575", - "fullAnswer": "the Challenger" - }, { "category": "WORLD TRAVEL", "air_date": "2008-11-28", @@ -668249,26 +632859,6 @@ "show_number": "5575", "fullAnswer": "rehabilitation" }, - { - "category": "SOUNDS OF MADISON AVE.", - "air_date": "2008-11-28", - "question": "This auto insurer touts the simplicity of using its website

\"It's so easy, a caveman could do it.\"", - "value": "$1000", - "answer": "GEICO", - "round": "Jeopardy!", - "show_number": "5575", - "fullAnswer": "GEICO" - }, - { - "category": "ARLINGTON NATIONAL CEMETERY", - "air_date": "2008-11-28", - "question": "(Jimmy of the Clue Crew reports from the Arlington National Cemetery in Virginia.) A Scottish cairn, or stone monument, marks the memorial to the 270 killed in the 1988 terrorist attack in the skies above this village", - "value": "$1000", - "answer": "Lockerbie", - "round": "Jeopardy!", - "show_number": "5575", - "fullAnswer": "Lockerbie" - }, { "category": "STEELY DAN", "air_date": "2008-11-28", @@ -669409,16 +633999,6 @@ "show_number": "4893", "fullAnswer": "Townshend" }, - { - "category": "THE RUSSIANS IN SPACE", - "air_date": "2005-12-14", - "question": "(Cheryl of the Clue Crew reports from Star City, Russia.) This Russian capsule can ferry up to three crew members to and from the International Space Station", - "value": "$400", - "answer": "Soyuz", - "round": "Double Jeopardy!", - "show_number": "4893", - "fullAnswer": "Soyuz" - }, { "category": "SPORTING EVENTS", "air_date": "2005-12-14", @@ -669469,16 +634049,6 @@ "show_number": "4893", "fullAnswer": "a diary" }, - { - "category": "THE RUSSIANS IN SPACE", - "air_date": "2005-12-14", - "question": "(Sarah of the Clue Crew reports from Star City, Russia.) Behind me is a simulator of this craft that was inhabited by 104 people during its 15 years in space", - "value": "$800", - "answer": "Mir", - "round": "Double Jeopardy!", - "show_number": "4893", - "fullAnswer": "Mir" - }, { "category": "SPORTING EVENTS", "air_date": "2005-12-14", @@ -669529,22 +634099,12 @@ "show_number": "4893", "fullAnswer": "tardy" }, - { - "category": "THE RUSSIANS IN SPACE", - "air_date": "2005-12-14", - "question": "(Sarah of the Clue Crew reports from Star City, Russia.) One of the cosmonauts honored at Star City is this amateur parachutist, who in 1963 became the first woman in space", - "value": "$1200", - "answer": "Valentina Tereshkova", - "round": "Double Jeopardy!", - "show_number": "4893", - "fullAnswer": "Valentina Tereshkova" - }, { "category": "SPORTING EVENTS", "air_date": "2005-12-14", "question": "Among those who took part in this event's 150th Jubilee in 2001 were Juan Carlos, Prince Philip & Dennis Conner", "value": "$1200", - "answer": "America\\'s Cup", + "answer": "America's Cup", "round": "Double Jeopardy!", "show_number": "4893", "fullAnswer": "the America\\'s Cup" @@ -669589,16 +634149,6 @@ "show_number": "4893", "fullAnswer": "a carton" }, - { - "category": "THE RUSSIANS IN SPACE", - "air_date": "2005-12-14", - "question": "(Cheryl of the Clue Crew reports from Star City, Russia.) In 1961, Yuri Gagarin became the first man in space & flew three times faster than anyone else had in a capsule called this, or East", - "value": "$1600", - "answer": "Vostok", - "round": "Double Jeopardy!", - "show_number": "4893", - "fullAnswer": "Vostok" - }, { "category": "SPORTING EVENTS", "air_date": "2005-12-14", @@ -669649,22 +634199,12 @@ "show_number": "4893", "fullAnswer": "citron" }, - { - "category": "THE RUSSIANS IN SPACE", - "air_date": "2005-12-14", - "question": "Seen here is Buran, the U.S.S.R.'s answer to this U.S. program that got off the ground in 1981", - "value": "$2000", - "answer": "shuttle", - "round": "Double Jeopardy!", - "show_number": "4893", - "fullAnswer": "the shuttle" - }, { "category": "SPORTING EVENTS", "air_date": "2005-12-14", "question": "The \"All Star Game of Thoroughbred Racing\", & racing's richest event, it's held each fall at a different track", "value": "$2000", - "answer": "Breeder\\'s Cup", + "answer": "Breeder's Cup", "round": "Double Jeopardy!", "show_number": "4893", "fullAnswer": "the Breeder\\'s Cup" @@ -669769,16 +634309,6 @@ "show_number": "5775", "fullAnswer": "fig leaves" }, - { - "category": "THE BODY HUMAN", - "air_date": "2009-10-23", - "question": "(Sarah of the Clue Crew holds a spinal column model at Sawbones.) The model of the spine can demonstrate to patients conditions like scoliosis & kyphosis, the forward curvature known to laymen as this", - "value": "$200", - "answer": "hunchback", - "round": "Jeopardy!", - "show_number": "5775", - "fullAnswer": "hunchback" - }, { "category": "INAUGURAL ADDRESSES", "air_date": "2009-10-23", @@ -669829,16 +634359,6 @@ "show_number": "5775", "fullAnswer": "Fantasia" }, - { - "category": "THE BODY HUMAN", - "air_date": "2009-10-23", - "question": "(Kelly of the Clue Crew holds a skeletal arm model at Sawbones.) This model presents with a fracture of the radius bone in the forearm, which studies find is most common in this season, as people try to break their falls", - "value": "$400", - "answer": "winter", - "round": "Jeopardy!", - "show_number": "5775", - "fullAnswer": "winter" - }, { "category": "INAUGURAL ADDRESSES", "air_date": "2009-10-23", @@ -669859,16 +634379,6 @@ "show_number": "5775", "fullAnswer": "Pete Rose" }, - { - "category": "CLOTHES MAKE THE MAN", - "air_date": "2009-10-23", - "question": "This style of shoe seen here is named for the overlay perforations", - "value": "$600", - "answer": "wingtip", - "round": "Jeopardy!", - "show_number": "5775", - "fullAnswer": "a wingtip" - }, { "category": "THE (LEGAL) CHILDREN OF HENRY VIII", "air_date": "2009-10-23", @@ -669889,16 +634399,6 @@ "show_number": "5775", "fullAnswer": "fluent" }, - { - "category": "THE BODY HUMAN", - "air_date": "2009-10-23", - "question": "(Sarah of the Clue Crew holds a skeletal armbone model at Sawbones.) For medical education, Sawbones makes bone models pre-fractured in common patterns; this fracture, where two cracks form a triangle, results from bending & is named for this insect", - "value": "$600", - "answer": "butterfly", - "round": "Jeopardy!", - "show_number": "5775", - "fullAnswer": "butterfly" - }, { "category": "INAUGURAL ADDRESSES", "air_date": "2009-10-23", @@ -669944,21 +634444,11 @@ "air_date": "2009-10-23", "question": "In the U.S. this holiday is celebrated the third Sunday in June", "value": "$800", - "answer": "Father\\'s Day", + "answer": "Father's Day", "round": "Jeopardy!", "show_number": "5775", "fullAnswer": "Father\\'s Day" }, - { - "category": "THE BODY HUMAN", - "air_date": "2009-10-23", - "question": "(Kelly of the Clue Crew shows some models of the knee joint at Sawbones.) The model of the knee is used for arthroscopic procedures, such as the common tearing of the cruciate these that can result from hyperextension", - "value": "$800", - "answer": "ligaments", - "round": "Jeopardy!", - "show_number": "5775", - "fullAnswer": "ligaments" - }, { "category": "INAUGURAL ADDRESSES", "air_date": "2009-10-23", @@ -670009,16 +634499,6 @@ "show_number": "5775", "fullAnswer": "a filament" }, - { - "category": "THE BODY HUMAN", - "air_date": "2009-10-23", - "question": "(Sarah of the Clue Crew shows a skinned model of the head and neck at Sawbones.) The head and neck model is used to train for procedures like this one, the opening of the windpipe that's sometimes done in emergency situations", - "value": "$1000", - "answer": "tracheotomy", - "round": "Jeopardy!", - "show_number": "5775", - "fullAnswer": "a tracheotomy" - }, { "category": "TOTAL DRAMA!", "air_date": "2009-10-23", @@ -670724,7 +635204,7 @@ "air_date": "1990-03-22", "question": "English title of Paul Dukas' symphonic piece \"L' Apprenti Sorcier\"", "value": "$400", - "answer": "The Sorcerer\\'s Apprentice", + "answer": "The Sorcerer's Apprentice", "round": "Double Jeopardy!", "show_number": "1289", "fullAnswer": "\"The Sorcerer\\'s Apprentice\"" @@ -670774,7 +635254,7 @@ "air_date": "1990-03-22", "question": "(AUDIO DAILY DOUBLE):
Most people know its first 4 notes; these are its last notes:", "value": "$600", - "answer": "Beethoven\\'s Fifth Symphony", + "answer": "Beethoven's Fifth Symphony", "round": "Double Jeopardy!", "show_number": "1289", "fullAnswer": "Beethoven\\'s \"Fifth Symphony\"" @@ -670969,16 +635449,6 @@ "show_number": "4998", "fullAnswer": "jurors" }, - { - "category": "IT'S ON THE MAP", - "air_date": "2006-05-10", - "question": "It's the powerful democracy of more than 1,000 islands seen here", - "value": "$200", - "answer": "Japan", - "round": "Jeopardy!", - "show_number": "4998", - "fullAnswer": "Japan" - }, { "category": "LETTER PERFECT", "air_date": "2006-05-10", @@ -671029,16 +635499,6 @@ "show_number": "4998", "fullAnswer": "a character witness" }, - { - "category": "IT'S ON THE MAP", - "air_date": "2006-05-10", - "question": "The Spanish vanquished a native empire in this country in 1532", - "value": "$400", - "answer": "Peru", - "round": "Jeopardy!", - "show_number": "4998", - "fullAnswer": "Peru" - }, { "category": "LETTER PERFECT", "air_date": "2006-05-10", @@ -671089,16 +635549,6 @@ "show_number": "4998", "fullAnswer": "Special Counsel" }, - { - "category": "IT'S ON THE MAP", - "air_date": "2006-05-10", - "question": "In thousands of years of history, this island seen here has been conquered & ruled by numerous empires & kings", - "value": "$600", - "answer": "Cyprus", - "round": "Jeopardy!", - "show_number": "4998", - "fullAnswer": "Cyprus" - }, { "category": "LETTER PERFECT", "air_date": "2006-05-10", @@ -671149,16 +635599,6 @@ "show_number": "4998", "fullAnswer": "a clerk" }, - { - "category": "IT'S ON THE MAP", - "air_date": "2006-05-10", - "question": "\"Y\" not give us the name of this republic?", - "value": "$800", - "answer": "Yemen", - "round": "Jeopardy!", - "show_number": "4998", - "fullAnswer": "Yemen" - }, { "category": "LETTER PERFECT", "air_date": "2006-05-10", @@ -671174,7 +635614,7 @@ "air_date": "2006-05-10", "question": "London's Royal Opera House traces its history back to a 1728 performance of this John Gay \"Opera\"", "value": "$1,000", - "answer": "Beggar\\'s Opera", + "answer": "Beggar's Opera", "round": "Jeopardy!", "show_number": "4998", "fullAnswer": "The Beggar\\'s Opera" @@ -671209,16 +635649,6 @@ "show_number": "4998", "fullAnswer": "a magistrate" }, - { - "category": "IT'S ON THE MAP", - "air_date": "2006-05-10", - "question": "Twenty-million-strong border country of South Africa seen here", - "value": "$1000", - "answer": "Mozambique", - "round": "Jeopardy!", - "show_number": "4998", - "fullAnswer": "Mozambique" - }, { "category": "LETTER PERFECT", "air_date": "2006-05-10", @@ -671354,7 +635784,7 @@ "air_date": "2006-05-10", "question": "The Times said a 2005 production of this Shaw play about a career woman was \"intriguingly nuanced drama\"", "value": "$1200", - "answer": "Mrs. Warren\\'s Profession", + "answer": "Mrs. Warren's Profession", "round": "Double Jeopardy!", "show_number": "4998", "fullAnswer": "Mrs. Warren\\'s Profession" @@ -671489,16 +635919,6 @@ "show_number": "4998", "fullAnswer": "Adam-12" }, - { - "category": "ALTERNATIVE ENERGY", - "air_date": "2006-05-10", - "question": "(Jimmy of the Clue Crew opens a vat in from Napa Valley, CA.) This alcohol produced by grape fermentation is also used to make solvents & gasoline", - "value": "$2000", - "answer": "ethanol", - "round": "Double Jeopardy!", - "show_number": "4998", - "fullAnswer": "ethanol" - }, { "category": "POLITICIANS", "air_date": "2006-05-10", @@ -671634,7 +636054,7 @@ "air_date": "2005-01-17", "question": "On August 18, 1977, this sad event took place in the living room at Graceland", "value": "$400", - "answer": "Elvis Presley\\'s funeral service", + "answer": "Elvis Presley's funeral service", "round": "Jeopardy!", "show_number": "4691", "fullAnswer": "Elvis Presley\\'s funeral service" @@ -671799,16 +636219,6 @@ "show_number": "4691", "fullAnswer": "Voyage to the Bottom of the Sea" }, - { - "category": "IT HAPPENED IN THE '70s", - "air_date": "2005-01-17", - "question": "(Hi. I'm LeVar Burton.) I starred in this 1977 landmark miniseries that inspired millions of people to research their own family trees", - "value": "$1000", - "answer": "Roots", - "round": "Jeopardy!", - "show_number": "4691", - "fullAnswer": "Roots" - }, { "category": "A CATEGORY FOR THE BIRDS", "air_date": "2005-01-17", @@ -672574,7 +636984,7 @@ "air_date": "1997-05-02", "question": "Publications named for people include Forbes, Harper's & this woman's magazine founded by a man named James", "value": "$1000", - "answer": "McCall\\'s", + "answer": "McCall's", "round": "Double Jeopardy!", "show_number": "2930", "fullAnswer": "McCall\\'s" @@ -672824,7 +637234,7 @@ "air_date": "1985-11-11", "question": "Honest, Wyatt, his name was originally Hugh Krampe", "value": "$400", - "answer": "Hugh O\\'Brian", + "answer": "Hugh O'Brian", "round": "Jeopardy!", "show_number": "306", "fullAnswer": "Hugh O\\'Brian" @@ -672954,7 +637364,7 @@ "air_date": "1985-11-11", "question": "The “official” title of “Alice In Wonderland”", "value": "$400", - "answer": "Alice\\'s Adventures In Wonderland", + "answer": "Alice's Adventures In Wonderland", "round": "Double Jeopardy!", "show_number": "306", "fullAnswer": "Alice\\'s Adventures In Wonderland" @@ -673759,16 +638169,6 @@ "show_number": "3554", "fullAnswer": "Stock car racing" }, - { - "category": "NEW TESTAMENT PLACES", - "air_date": "2010-02-05", - "question": "(Jimmy of the Clue Crew stands in flowing water in Israel.) The book of Mark recounts how believers, including Jesus, were baptized in the Jordan River by this man", - "value": "$200", - "answer": "John the Baptist", - "round": "Jeopardy!", - "show_number": "5850", - "fullAnswer": "John the Baptist" - }, { "category": "FILL IN THE SONG TITLE", "air_date": "2010-02-05", @@ -673819,16 +638219,6 @@ "show_number": "5850", "fullAnswer": "Saturn" }, - { - "category": "NEW TESTAMENT PLACES", - "air_date": "2010-02-05", - "question": "(Sarah of the Clue Crew reports from Israel.) This boat from the early Christian era is the type that Peter & Andrew may have been in when Jesus said, \"Follow me and I will make you\" these", - "value": "$400", - "answer": "fishers of men", - "round": "Jeopardy!", - "show_number": "5850", - "fullAnswer": "fishers of men" - }, { "category": "FILL IN THE SONG TITLE", "air_date": "2010-02-05", @@ -673879,16 +638269,6 @@ "show_number": "5850", "fullAnswer": "satellite" }, - { - "category": "NEW TESTAMENT PLACES", - "air_date": "2010-02-05", - "question": "(Jimmy of the Clue Crew reports from Israel.) The Church of the Beatitudes is on the hilltop long considered the site where Jesus delivered this, which contained the Beatitudes", - "value": "$600", - "answer": "Sermon on the Mount", - "round": "Jeopardy!", - "show_number": "5850", - "fullAnswer": "the Sermon on the Mount" - }, { "category": "FILL IN THE SONG TITLE", "air_date": "2010-02-05", @@ -673939,16 +638319,6 @@ "show_number": "5850", "fullAnswer": "satire" }, - { - "category": "NEW TESTAMENT PLACES", - "air_date": "2010-02-05", - "question": "(Jimmy of the Clue Crew reports from Israel.) Here in the garden of Gethsemane, this disciple, accompanied by a group of armed men, approached Jesus and said, \"Hail, master\", then kissed him", - "value": "$800", - "answer": "Judas", - "round": "Jeopardy!", - "show_number": "5850", - "fullAnswer": "Judas" - }, { "category": "FILL IN THE SONG TITLE", "air_date": "2010-02-05", @@ -673999,16 +638369,6 @@ "show_number": "5850", "fullAnswer": "satay" }, - { - "category": "NEW TESTAMENT PLACES", - "air_date": "2010-02-05", - "question": "(Jimmy of the Clue Crew reports from Israel.) The Church of the Holy Sepulchre is believed to be built over this hill, site of the crucifixion", - "value": "$1000", - "answer": "Golgotha", - "round": "Jeopardy!", - "show_number": "5850", - "fullAnswer": "Golgotha" - }, { "category": "FILL IN THE SONG TITLE", "air_date": "2010-02-05", @@ -674124,7 +638484,7 @@ "air_date": "2010-02-05", "question": "In February 1960 4 young black men staged a sit-in at a segregated lunch counter at a N.C. branch of this 5 & dime", "value": "$800", - "answer": "Woolworth\\'s", + "answer": "Woolworth's", "round": "Double Jeopardy!", "show_number": "5850", "fullAnswer": "Woolworth\\'s" @@ -674544,7 +638904,7 @@ "air_date": "1999-12-13", "question": "Song that tells us, \"When I get home to you, I find the things that you do will make me feel alright\"", "value": "$300", - "answer": "A Hard Day\\'s Night", + "answer": "A Hard Day's Night", "round": "Jeopardy!", "show_number": "3516", "fullAnswer": "\"A Hard Day\\'s Night\"" @@ -674904,7 +639264,7 @@ "air_date": "1999-12-13", "question": "Located in Red Square, it was begun in the 1550s to commemorate the military conquests of Ivan the Terrible", "value": "$1000", - "answer": "St. Basil\\'s", + "answer": "St. Basil's", "round": "Double Jeopardy!", "show_number": "3516", "fullAnswer": "St. Basil\\'s" @@ -674954,7 +639314,7 @@ "air_date": "1999-12-13", "question": "Utah changed one letter in \"Greatest Show on Earth\" to produce this phrase on its license plates", "value": null, - "answer": "\\Greatest Snow on Earth\\ ", + "answer": "Greatest Snow on Earth ", "round": "Final Jeopardy!", "show_number": "3516", "fullAnswer": "\\\"Greatest Snow on Earth\\\" (skiing)" @@ -675394,7 +639754,7 @@ "air_date": "1998-11-12", "question": "This movement promoted by Susan B. Anthony is central to the novel's plot", "value": "$600", - "answer": "Women\\'s suffrage movement", + "answer": "Women's suffrage movement", "round": "Double Jeopardy!", "show_number": "3264", "fullAnswer": "Women\\'s suffrage movement" @@ -675689,16 +640049,6 @@ "show_number": "2980", "fullAnswer": "Tulsa" }, - { - "category": "CURRENT EXPRESSIONS", - "air_date": "1997-07-11", - "question": "Name for the computer-aided process seen here:", - "value": "$600", - "answer": "morphing", - "round": "Jeopardy!", - "show_number": "2980", - "fullAnswer": "morphing" - }, { "category": "THE 1800S", "air_date": "1997-07-11", @@ -676314,7 +640664,7 @@ "air_date": "2004-05-12", "question": "His top-rated \"Factor\" has a \"No Spin Zone\"", "value": "$800", - "answer": "Bill O\\'Reilly", + "answer": "Bill O'Reilly", "round": "Jeopardy!", "show_number": "4543", "fullAnswer": "Bill O\\'Reilly" @@ -676414,7 +640764,7 @@ "air_date": "2004-05-12", "question": "The best way to prevent this fungal disease, tinea pedis, is to keep your feet dry & cool", "value": "$400", - "answer": "athlete\\'s foot", + "answer": "athlete's foot", "round": "Double Jeopardy!", "show_number": "4543", "fullAnswer": "athlete\\'s foot" @@ -676439,16 +640789,6 @@ "show_number": "4543", "fullAnswer": "Edinburgh" }, - { - "category": "SPORTS TALK", - "air_date": "2004-05-12", - "question": "(Sofia of the Clue Crew knocks 'em over at the Nat'l Bowling Stadium in Reno, NV.) Sort of like in billiards, it's where you want your ball to go so you're more likely to get a strike", - "value": "$800", - "answer": "pocket", - "round": "Double Jeopardy!", - "show_number": "4543", - "fullAnswer": "the pocket" - }, { "category": "IN THE BOOKSTORE", "air_date": "2004-05-12", @@ -676529,16 +640869,6 @@ "show_number": "4543", "fullAnswer": "a meal" }, - { - "category": "A EUROPEAN TOUR", - "air_date": "2004-05-12", - "question": "(Sarah of the Clue Crew reports from Munich, Germany.) This automaker's Munich office building consists of four 22-story towers representing a four-cylinder engine", - "value": "$1600", - "answer": "BMW", - "round": "Double Jeopardy!", - "show_number": "4543", - "fullAnswer": "BMW" - }, { "category": "SPORTS TALK", "air_date": "2004-05-12", @@ -676729,16 +641059,6 @@ "show_number": "4608", "fullAnswer": "Angus" }, - { - "category": "THEY'RE ALL WINNERS!", - "air_date": "2004-09-22", - "question": "(Hi. I'm LeVar Burton, and) In 1999 I won a Grammy for narrating \"The Autobiography of\" this winner of the Nobel Peace Prize", - "value": "$400", - "answer": "Martin Luther King, Jr.", - "round": "Jeopardy!", - "show_number": "4608", - "fullAnswer": "Martin Luther King, Jr." - }, { "category": "GAME OVER", "air_date": "2004-09-22", @@ -676799,16 +641119,6 @@ "show_number": "4608", "fullAnswer": "Mario Andretti" }, - { - "category": "GAME OVER", - "air_date": "2004-09-22", - "question": "Created in 1981, this video game character's life ends when you hear the following sound", - "value": "$600", - "answer": "Pac-Man", - "round": "Jeopardy!", - "show_number": "4608", - "fullAnswer": "Pac-Man" - }, { "category": "AROUND THE CELL", "air_date": "2004-09-22", @@ -676849,16 +641159,6 @@ "show_number": "4608", "fullAnswer": "Nemesis" }, - { - "category": "THEY'RE ALL WINNERS!", - "air_date": "2004-09-22", - "question": "(Hi, I'm Gretchen Carlson of the CBS Saturday Early Show.) You could say it was my \"crowning\" moment when I became the 1st classical violinist to win this national title", - "value": "$800", - "answer": "Miss America", - "round": "Jeopardy!", - "show_number": "4608", - "fullAnswer": "Miss America" - }, { "category": "GAME OVER", "air_date": "2004-09-22", @@ -676914,7 +641214,7 @@ "air_date": "2004-09-22", "question": "The epic in Stephen Vincent Benet's body of work that won him a 1929 Pulitzer", "value": "$1000", - "answer": "John Brown\\'s Body", + "answer": "John Brown's Body", "round": "Jeopardy!", "show_number": "4608", "fullAnswer": "John Brown\\'s Body" @@ -676964,7 +641264,7 @@ "air_date": "2004-09-22", "question": "In 1928 Hoover won 444-87 in the Electoral College over Al Smith & his \"Strange Interlude\" opened in New York", "value": "$400", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "4608", "fullAnswer": "Eugene O\\'Neill" @@ -677049,22 +641349,12 @@ "show_number": "4608", "fullAnswer": "brouhaha" }, - { - "category": "AROUND THE CELL", - "air_date": "2004-09-22", - "question": "(Jimmy of the Clue Crew motions to a diagram on a chalkboard.) During cell division, structures called spindles attach these to one end of the cell", - "value": "$2,000", - "answer": "chromosomes", - "round": "Double Jeopardy!", - "show_number": "4608", - "fullAnswer": "chromosomes" - }, { "category": "MOVIE MUSICALS", "air_date": "2004-09-22", "question": "Donald O'Connor \"made 'em laugh\" in one of this 1952 movie's most famous numbers", "value": "$1200", - "answer": "Singin\\' in the Rain", + "answer": "Singin' in the Rain", "round": "Double Jeopardy!", "show_number": "4608", "fullAnswer": "Singin\\' in the Rain" @@ -677169,16 +641459,6 @@ "show_number": "4608", "fullAnswer": "flibbertigibbet" }, - { - "category": "AROUND THE CELL", - "air_date": "2004-09-22", - "question": "(Sarah of the Clue Crew demonstrates at a chalkboard.) Though its name is from the latin for \"empty,\" this cavity in a plant cell holds a solution that's important for life", - "value": "$2000", - "answer": "vacuole", - "round": "Double Jeopardy!", - "show_number": "4608", - "fullAnswer": "a vacuole" - }, { "category": "MOVIE MUSICALS", "air_date": "2004-09-22", @@ -677269,16 +641549,6 @@ "show_number": "5101", "fullAnswer": "motorcycle" }, - { - "category": "PLAYBILL", - "air_date": "2006-11-13", - "question": "It's been reigning over Broadway since 1997--long may it roar", - "value": "$200", - "answer": "Lion King", - "round": "Jeopardy!", - "show_number": "5101", - "fullAnswer": "The Lion King" - }, { "category": "SNAKES ON A GAME", "air_date": "2006-11-13", @@ -677329,26 +641599,6 @@ "show_number": "5101", "fullAnswer": "Detroit" }, - { - "category": "PLAYBILL", - "air_date": "2006-11-13", - "question": "Calling all swingers, you'll go ape over this musical", - "value": "$400", - "answer": "Tarzan", - "round": "Jeopardy!", - "show_number": "5101", - "fullAnswer": "Tarzan" - }, - { - "category": "SNAKES ON A GAME", - "air_date": "2006-11-13", - "question": "The distinctive type of movement of the snake seen here gives it this name", - "value": "$400", - "answer": "sidewinder", - "round": "Jeopardy!", - "show_number": "5101", - "fullAnswer": "a sidewinder" - }, { "category": "3-LETTER WORDS", "air_date": "2006-11-13", @@ -677379,16 +641629,6 @@ "show_number": "5101", "fullAnswer": "Liza Minnelli & David Gest" }, - { - "category": "PLAYBILL", - "air_date": "2006-11-13", - "question": "It's been a real tease since 2002", - "value": "$600", - "answer": "Hairspray", - "round": "Jeopardy!", - "show_number": "5101", - "fullAnswer": "Hairspray" - }, { "category": "SNAKES ON A GAME", "air_date": "2006-11-13", @@ -677419,16 +641659,6 @@ "show_number": "5101", "fullAnswer": "Felicity Huffman & William H. Macy" }, - { - "category": "PLAYBILL", - "air_date": "2006-11-13", - "question": "\"A Chorus Line\" is \"one singular sensation\" again on Broadway with the music of this Tony-winning composer", - "value": "$800", - "answer": "Marvin Hamlisch", - "round": "Jeopardy!", - "show_number": "5101", - "fullAnswer": "Marvin Hamlisch" - }, { "category": "SNAKES ON A GAME", "air_date": "2006-11-13", @@ -677459,16 +641689,6 @@ "show_number": "5101", "fullAnswer": "Charles & Camilla Parker Bowles" }, - { - "category": "PLAYBILL", - "air_date": "2006-11-13", - "question": "It's the last name of the great Dame seen here, who, in 2004, was \"Back With a Vengeance\"", - "value": "$1000", - "answer": "Everage", - "round": "Jeopardy!", - "show_number": "5101", - "fullAnswer": "Everage" - }, { "category": "3-LETTER WORDS", "air_date": "2006-11-13", @@ -677529,16 +641749,6 @@ "show_number": "5101", "fullAnswer": "Mad" }, - { - "category": "LILITH FAIR", - "air_date": "2006-11-13", - "question": "Discouraged by women's place in rock & roll, this Nova Scotian seen here started Lilith Fair in 1997", - "value": "$400", - "answer": "Sarah McLachlan", - "round": "Double Jeopardy!", - "show_number": "5101", - "fullAnswer": "Sarah McLachlan" - }, { "category": "NOTABLE NAMES", "air_date": "2006-11-13", @@ -677729,16 +641939,6 @@ "show_number": "5101", "fullAnswer": "National Geographic" }, - { - "category": "LILITH FAIR", - "air_date": "2006-11-13", - "question": "This alliterative femme was the first unsigned artist to have a No. 1 hit in the United States", - "value": "$2000", - "answer": "Lisa Loeb", - "round": "Double Jeopardy!", - "show_number": "5101", - "fullAnswer": "Lisa Loeb" - }, { "category": "THE ENCYCLOPEDIA BRITANNICA", "air_date": "2006-11-13", @@ -677809,16 +642009,6 @@ "show_number": "3874", "fullAnswer": "card games" }, - { - "category": "THE FIRST PERSON", - "air_date": "2001-06-07", - "question": "The beautiful female seen here refers to herself with this French pronoun", - "value": "$200", - "answer": "moi", - "round": "Jeopardy!", - "show_number": "3874", - "fullAnswer": "moi" - }, { "category": "DECODE THE POSTAL CODES", "air_date": "2001-06-07", @@ -677929,16 +642119,6 @@ "show_number": "3874", "fullAnswer": "Casablanca" }, - { - "category": "THE FIRST PERSON", - "air_date": "2001-06-07", - "question": "Apple Computer's Steve Wozniak organized this festival, seen here", - "value": "$400", - "answer": "Us Festival", - "round": "Jeopardy!", - "show_number": "3874", - "fullAnswer": "The \"Us\" Festival" - }, { "category": "DECODE THE POSTAL CODES", "air_date": "2001-06-07", @@ -678239,16 +642419,6 @@ "show_number": "3874", "fullAnswer": "The Exorcist" }, - { - "category": "BIRDS", - "air_date": "2001-06-07", - "question": "Heard here, this bird is named for its sad call", - "value": "$800", - "answer": "mourning dove", - "round": "Double Jeopardy!", - "show_number": "3874", - "fullAnswer": "a mourning dove" - }, { "category": "IT'S ALL POLITICS", "air_date": "2001-06-07", @@ -678259,16 +642429,6 @@ "show_number": "3874", "fullAnswer": "payola" }, - { - "category": "STARTS WITH \"S\"", - "air_date": "2001-06-07", - "question": "The Gordon breed of this dog, seen here, is named for a 19th century duke", - "value": "$800", - "answer": "setter", - "round": "Double Jeopardy!", - "show_number": "3874", - "fullAnswer": "a setter" - }, { "category": "THE FIRST PERSON", "air_date": "2001-06-07", @@ -678399,16 +642559,6 @@ "show_number": "5501", "fullAnswer": "a potion" }, - { - "category": "WAR", - "air_date": "2008-07-07", - "question": "(Sarah of the Clue Crew delivers the clue from Nellis Air Force Base in Las Vegas, NV.) In 1972, responding to poor combat performance in this war, the United States Air Force began the Aggressor program to provide adversaries during training", - "value": "$400", - "answer": "Vietnam War", - "round": "Jeopardy!", - "show_number": "5501", - "fullAnswer": "the Vietnam War" - }, { "category": "POP MUSIC", "air_date": "2008-07-07", @@ -678429,16 +642579,6 @@ "show_number": "5501", "fullAnswer": "Texas" }, - { - "category": "BRIDGES", - "air_date": "2008-07-07", - "question": "Seen here on a stamp, the USA's longest covered bridge takes you from Vermont to this New England neighbor", - "value": "$400", - "answer": "New Hampshire", - "round": "Jeopardy!", - "show_number": "5501", - "fullAnswer": "New Hampshire" - }, { "category": "BY THE NUMBERS", "air_date": "2008-07-07", @@ -678464,7 +642604,7 @@ "air_date": "2008-07-07", "question": "It ran from 1618 to 1648", "value": "$600", - "answer": "Thirty Years\\' War", + "answer": "Thirty Years' War", "round": "Jeopardy!", "show_number": "5501", "fullAnswer": "the Thirty Years\\' War" @@ -678549,16 +642689,6 @@ "show_number": "5501", "fullAnswer": "the Dormouse" }, - { - "category": "BRIDGES", - "air_date": "2008-07-07", - "question": "Completed in 2004, the Centennial Bridge, seen here, spans this man-made body of water", - "value": "$800", - "answer": "Panama Canal", - "round": "Jeopardy!", - "show_number": "5501", - "fullAnswer": "the Panama Canal" - }, { "category": "BY THE NUMBERS", "air_date": "2008-07-07", @@ -678569,16 +642699,6 @@ "show_number": "5501", "fullAnswer": "six" }, - { - "category": "P____TION", - "air_date": "2008-07-07", - "question": "(Kelly of the Clue Crew kneels at the riverbank in Kyoto, Japan, and releases a basket with two small dolls into the current.) In Shinto, dolls called katashiro take on transgressions of a person & are set adrift in this type of spiritual cleansing rite", - "value": "$800", - "answer": "purification", - "round": "Jeopardy!", - "show_number": "5501", - "fullAnswer": "purification" - }, { "category": "WAR", "air_date": "2008-07-07", @@ -678959,16 +643079,6 @@ "show_number": "4719", "fullAnswer": "Oprah Winfrey" }, - { - "category": "WOODY ALLEN'S MANHATTAN", - "air_date": "2005-02-24", - "question": "(Cheryl of the Clue Crew strolls through Washington Square Park in New York.) Alvy Singer and the title shiksa stroll past Washington Square in this Oscar-winning picture", - "value": "$200", - "answer": "Annie Hall", - "round": "Jeopardy!", - "show_number": "4719", - "fullAnswer": "Annie Hall" - }, { "category": "ISLAND HOPPING", "air_date": "2005-02-24", @@ -679144,7 +643254,7 @@ "air_date": "2005-02-24", "question": "Early in \"Manhattan\", Woody, Mariel & friends dine at this eatery run by & named for Ms. Kaufman", "value": "$800", - "answer": "Elaine\\'s", + "answer": "Elaine's", "round": "Jeopardy!", "show_number": "4719", "fullAnswer": "Elaine\\'s" @@ -679199,16 +643309,6 @@ "show_number": "4719", "fullAnswer": "Paul Robeson" }, - { - "category": "WOODY ALLEN'S MANHATTAN", - "air_date": "2005-02-24", - "question": "(Jimmy of the Clue Crew stands in Times Square, New York.) A group of celebrities gaze out on Times Square at the end of this Valentine to '40s broadcasting", - "value": "$1000", - "answer": "Radio Days", - "round": "Jeopardy!", - "show_number": "4719", - "fullAnswer": "Radio Days" - }, { "category": "ISLAND HOPPING", "air_date": "2005-02-24", @@ -679429,16 +643529,6 @@ "show_number": "4719", "fullAnswer": "Bill Cosby" }, - { - "category": "DESPERATE HOUSEWIVES", - "air_date": "2005-02-24", - "question": "The online home for this magazine designed to help housewives solve their problems is lhj.com", - "value": "$1600", - "answer": "Ladies\\' Home Journal", - "round": "Double Jeopardy!", - "show_number": "4719", - "fullAnswer": "Ladies\\' Home Journal" - }, { "category": "WITHOUT A TRACE", "air_date": "2005-02-24", @@ -679489,22 +643579,12 @@ "show_number": "4719", "fullAnswer": "Dallas" }, - { - "category": "DESPERATE HOUSEWIVES", - "air_date": "2005-02-24", - "question": "Her popular newspaper columns & books celebrated the trials & tribulations of housewives", - "value": "$2000", - "answer": "Erma Bombeck", - "round": "Double Jeopardy!", - "show_number": "4719", - "fullAnswer": "Erma Bombeck" - }, { "category": "WITHOUT A TRACE", "air_date": "2005-02-24", "question": "On Aug. 28, 1995 a note on this famous atheist's door said she'd be right back; she was found buried 6 years later", "value": "$2000", - "answer": "O\\'Hair", + "answer": "O'Hair", "round": "Double Jeopardy!", "show_number": "4719", "fullAnswer": "(Madalyn Murray) O\\'Hair" @@ -680269,16 +644349,6 @@ "show_number": "3141", "fullAnswer": "Hannibal" }, - { - "category": "THE DEVIL'S MUSIC", - "air_date": "1998-04-06", - "question": "This man's band had a hit with the song heard here:", - "value": "$200", - "answer": "Charlie Daniels", - "round": "Jeopardy!", - "show_number": "3141", - "fullAnswer": "Charlie Daniels" - }, { "category": "BEFORE & AFTER", "air_date": "1998-04-06", @@ -680389,16 +644459,6 @@ "show_number": "3141", "fullAnswer": "Ramses II (or Ramses the Great)" }, - { - "category": "THE DEVIL'S MUSIC", - "air_date": "1998-04-06", - "question": "Title that completes the lyrics heard here:

\"You look like an angel (look like an angel) /
Walk like an angel (walk like an angel) /
Talk like an angel /
But I got wise...\"
", - "value": "$500", - "answer": "(You\\'re The) Devil In Disguise", - "round": "Jeopardy!", - "show_number": "3141", - "fullAnswer": "\"(You\\'re The) Devil In Disguise\"" - }, { "category": "BEFORE & AFTER", "air_date": "1998-04-06", @@ -680529,16 +644589,6 @@ "show_number": "3141", "fullAnswer": "Jolly" }, - { - "category": "MEET AL GORE", - "air_date": "1998-04-06", - "question": "This film star was Al's roommate at Harvard around the time Will Smith was born:

\"I'm talkin' to you! You know how many of your kind I've swatted with a newspaper? You're nothing but a smear on the sports page to me, you slimy, gut-sucking, intestinal parasite!\"", - "value": "$400", - "answer": "Tommy Lee Jones", - "round": "Double Jeopardy!", - "show_number": "3141", - "fullAnswer": "Tommy Lee Jones" - }, { "category": "PUNCHY WRITERS", "air_date": "1998-04-06", @@ -680719,16 +644769,6 @@ "show_number": "3141", "fullAnswer": "George Bush" }, - { - "category": "PUNCHY WRITERS", - "air_date": "1998-04-06", - "question": "Based on a play by Clifford Odets, it's the 1939 boxing film seen here:

\"Well, I've made up my mind to win the middleweight crown.\"
\"But your heart's in music!\"
", - "value": "$1000", - "answer": "Golden Boy", - "round": "Double Jeopardy!", - "show_number": "3141", - "fullAnswer": "Golden Boy" - }, { "category": "BROOKLYN NEIGHBORHOODS", "air_date": "1998-04-06", @@ -680779,16 +644819,6 @@ "show_number": "3141", "fullAnswer": "the Solomon Islands" }, - { - "category": "PANAMANIA", - "air_date": "2005-04-07", - "question": "(I'm Jeff Probst in Panama.) He was the U.S. president when the Panama Canal officially opened in 1914", - "value": "$200", - "answer": "Woodrow Wilson", - "round": "Jeopardy!", - "show_number": "4749", - "fullAnswer": "Woodrow Wilson" - }, { "category": "IN THE MOVIES", "air_date": "2005-04-07", @@ -680879,16 +644909,6 @@ "show_number": "4749", "fullAnswer": "Goodbye, Mr. Chips" }, - { - "category": "WHATCHA GOT COOKIN'?", - "air_date": "2005-04-07", - "question": "According to the instructions, it takes 90 seconds to prepare this man's ready product", - "value": "$400", - "answer": "Uncle Ben", - "round": "Jeopardy!", - "show_number": "4749", - "fullAnswer": "Uncle Ben" - }, { "category": "DICTATOR TOTS", "air_date": "2005-04-07", @@ -680899,16 +644919,6 @@ "show_number": "4749", "fullAnswer": "Idi Amin" }, - { - "category": "PANAMANIA", - "air_date": "2005-04-07", - "question": "(Jeff Probst delivers the clue from Panama.) In December 1989, U.S. troops launched Operation Just Cause to capture this strongman", - "value": "$600", - "answer": "Noriega", - "round": "Jeopardy!", - "show_number": "4749", - "fullAnswer": "(Manuel) Noriega" - }, { "category": "IN THE MOVIES", "air_date": "2005-04-07", @@ -681169,16 +645179,6 @@ "show_number": "4749", "fullAnswer": "Scotland" }, - { - "category": "LIFE AFTER DEATH", - "air_date": "2005-04-07", - "question": "(Jimmy of the Clue Crew reports from CIA headquarters in Langley, VA.) This statue, a replica of the original at Yale, is of this man, the first American executed for spying for the U.S.", - "value": "$800", - "answer": "Nathan Hale", - "round": "Double Jeopardy!", - "show_number": "4749", - "fullAnswer": "Nathan Hale" - }, { "category": "REPTILES", "air_date": "2005-04-07", @@ -681189,16 +645189,6 @@ "show_number": "4749", "fullAnswer": "a chameleon" }, - { - "category": "\"A.M\"/\"P.M.\"", - "air_date": "2005-04-07", - "question": "(Jimmy of the Clue Crew reports from the Int'l Spy Museum in Washington, D.C.) Complete with tire shredder, this make of car was used by James Bond in \"Goldfinger\"", - "value": "$800", - "answer": "Aston Martin", - "round": "Double Jeopardy!", - "show_number": "4749", - "fullAnswer": "an Aston Martin" - }, { "category": "BOOKS & AUTHORS", "air_date": "2005-04-07", @@ -681359,16 +645349,6 @@ "show_number": "4749", "fullAnswer": "(Franz) Kafka" }, - { - "category": "REPTILES", - "air_date": "2005-04-07", - "question": "This South American creature seen here is of the family Alligatoridae in the order Crocodylia", - "value": "$2000", - "answer": "caiman", - "round": "Double Jeopardy!", - "show_number": "4749", - "fullAnswer": "a caiman" - }, { "category": "\"A.M\"/\"P.M.\"", "air_date": "2005-04-07", @@ -681444,7 +645424,7 @@ "air_date": "2001-06-18", "question": "A 1997 report indicates that Daniel \"Peg Leg\" Sullivan framed this woman & her cow for the 1871 Chicago Fire", "value": "$100", - "answer": "Mrs. O\\'Leary", + "answer": "Mrs. O'Leary", "round": "Jeopardy!", "show_number": "3881", "fullAnswer": "Mrs. O\\'Leary" @@ -681474,7 +645454,7 @@ "air_date": "2001-06-18", "question": "Hopefully you didn't get this music while on hold with the National Weather Service", "value": "$200", - "answer": "Raindrops Keep Fallin\\' On My Head", + "answer": "Raindrops Keep Fallin' On My Head", "round": "Jeopardy!", "show_number": "3881", "fullAnswer": "\"Raindrops Keep Fallin\\' On My Head\"" @@ -681534,7 +645514,7 @@ "air_date": "2001-06-18", "question": "You might get this hold music when calling the auto club for directions", "value": "$300", - "answer": "Do You Know, Do You Know Where You\\'re Going To?", + "answer": "Do You Know, Do You Know Where You're Going To?", "round": "Jeopardy!", "show_number": "3881", "fullAnswer": "\"Do You Know, Do You Know Where You\\'re Going To?\"" @@ -681744,7 +645724,7 @@ "air_date": "2001-06-18", "question": "Ship-launching Greek beauty's cantaloupes", "value": "$200", - "answer": "Helen\\'s melons", + "answer": "Helen's melons", "round": "Double Jeopardy!", "show_number": "3881", "fullAnswer": "Helen\\'s melons" @@ -681759,16 +645739,6 @@ "show_number": "3881", "fullAnswer": "F.J. Haydn" }, - { - "category": "AT THE MOVIES", - "air_date": "2001-06-18", - "question": "(Hi, I'm Nathan Lane, hold it down!) I was the voice of Snowball the Cat in this 1999 film based on an E.B. White book", - "value": "$400", - "answer": "Stuart Little", - "round": "Double Jeopardy!", - "show_number": "3881", - "fullAnswer": "Stuart Little" - }, { "category": "\"C\" FOOD", "air_date": "2001-06-18", @@ -681809,16 +645779,6 @@ "show_number": "3881", "fullAnswer": "Vienna" }, - { - "category": "AT THE MOVIES", - "air_date": "2001-06-18", - "question": "The composition heard here was appropriately played in this 1994 Hugh Grant film:", - "value": "$600", - "answer": "Four Weddings and a Funeral ", - "round": "Double Jeopardy!", - "show_number": "3881", - "fullAnswer": "Four Weddings and a Funeral (\"The Wedding March\")" - }, { "category": "MAD ABOUT MADAGASCAR", "air_date": "2001-06-18", @@ -681854,7 +645814,7 @@ "air_date": "2001-06-18", "question": "Norse underworld goddess' hollow metal ringers", "value": "$600", - "answer": "Hel\\'s bells", + "answer": "Hel's bells", "round": "Double Jeopardy!", "show_number": "3881", "fullAnswer": "Hel\\'s bells" @@ -681914,7 +645874,7 @@ "air_date": "2001-06-18", "question": "Roman agriculture god's sewing aids", "value": "$800", - "answer": "Saturn\\'s patterns", + "answer": "Saturn's patterns", "round": "Double Jeopardy!", "show_number": "3881", "fullAnswer": "Saturn\\'s patterns" @@ -681939,16 +645899,6 @@ "show_number": "3881", "fullAnswer": "Dante Gabriel Rossetti" }, - { - "category": "\"C\" FOOD", - "air_date": "2001-06-18", - "question": "Anatomical name of the squash seen here:", - "value": "$1000", - "answer": "crookneck", - "round": "Double Jeopardy!", - "show_number": "3881", - "fullAnswer": "crookneck" - }, { "category": "REAL BOHEMIANS", "air_date": "2001-06-18", @@ -681964,7 +645914,7 @@ "air_date": "2001-06-18", "question": "Falcon-headed Egyptian god's repeated song verses", "value": "$1000", - "answer": "Horus\\' choruses", + "answer": "Horus' choruses", "round": "Double Jeopardy!", "show_number": "3881", "fullAnswer": "Horus\\' choruses" @@ -682019,16 +645969,6 @@ "show_number": "5779", "fullAnswer": "an abacus" }, - { - "category": "I FEEL LIKE SUCH AN IDIOM", - "air_date": "2009-10-29", - "question": "It means to be daring or risky", - "value": "$200", - "answer": "throw caution to the wind", - "round": "Jeopardy!", - "show_number": "5779", - "fullAnswer": "throw caution to the wind" - }, { "category": "THE E.U.", "air_date": "2009-10-29", @@ -682079,16 +646019,6 @@ "show_number": "5779", "fullAnswer": "a yo-yo" }, - { - "category": "I FEEL LIKE SUCH AN IDIOM", - "air_date": "2009-10-29", - "question": "To find a reasonable compromise", - "value": "$400", - "answer": "strike a happy medium", - "round": "Jeopardy!", - "show_number": "5779", - "fullAnswer": "strike a happy medium" - }, { "category": "THE E.U.", "air_date": "2009-10-29", @@ -682139,16 +646069,6 @@ "show_number": "5779", "fullAnswer": "a phonograph" }, - { - "category": "I FEEL LIKE SUCH AN IDIOM", - "air_date": "2009-10-29", - "question": "This idiom, meaning to show extreme modesty, has its origin in the Bible's book of Matthew", - "value": "$600", - "answer": "hiding your light under a bushel ", - "round": "Jeopardy!", - "show_number": "5779", - "fullAnswer": "hiding your light under a bushel (keeping your light underneath a bushel accepted)" - }, { "category": "THE E.U.", "air_date": "2009-10-29", @@ -682199,16 +646119,6 @@ "show_number": "5779", "fullAnswer": "a safety pin" }, - { - "category": "I FEEL LIKE SUCH AN IDIOM", - "air_date": "2009-10-29", - "question": "To not spend more than absolutely necessary", - "value": "$800", - "answer": "to pinch pennies", - "round": "Jeopardy!", - "show_number": "5779", - "fullAnswer": "to pinch pennies" - }, { "category": "THE E.U.", "air_date": "2009-10-29", @@ -682239,16 +646149,6 @@ "show_number": "5779", "fullAnswer": "Wiseguy" }, - { - "category": "TEA 'N T", - "air_date": "2009-10-29", - "question": "Seen here, this instrument is used in mechanical drawing", - "value": "$1000", - "answer": "T square", - "round": "Jeopardy!", - "show_number": "5779", - "fullAnswer": "a T square" - }, { "category": "WHICH CAME FIRST?", "air_date": "2009-10-29", @@ -682259,16 +646159,6 @@ "show_number": "5779", "fullAnswer": "the typewriter" }, - { - "category": "I FEEL LIKE SUCH AN IDIOM", - "air_date": "2009-10-29", - "question": "It means to be physically overdeveloped to the point of hindrance", - "value": "$1000", - "answer": "to be muscle-bound", - "round": "Jeopardy!", - "show_number": "5779", - "fullAnswer": "to be muscle-bound" - }, { "category": "THE E.U.", "air_date": "2009-10-29", @@ -682349,16 +646239,6 @@ "show_number": "5779", "fullAnswer": "the London Symphony Orchestra" }, - { - "category": "MOVIES BY THE NUMBERS", - "air_date": "2009-10-29", - "question": "In this 1955 film Marilyn Monroe says, \"When it's hot like this, you know what I do? I keep my undies in the icebox!\"", - "value": "$800", - "answer": "Seven Year Itch", - "round": "Double Jeopardy!", - "show_number": "5779", - "fullAnswer": "The Seven Year Itch" - }, { "category": "MOST POPULOUS CITY IN THE STATE", "air_date": "2009-10-29", @@ -682499,16 +646379,6 @@ "show_number": "5779", "fullAnswer": "mini-golf (or putt-putt)" }, - { - "category": "SEMITIC LANGUAGES", - "air_date": "2009-10-29", - "question": "The Arabic hamza, seen here, represents this type of stop in which you close up a gap between your vocal cords", - "value": "$1600", - "answer": "glottal stop", - "round": "Double Jeopardy!", - "show_number": "5779", - "fullAnswer": "a glottal stop" - }, { "category": "CLASSICAL MUSIC", "air_date": "2009-10-29", @@ -682634,7 +646504,7 @@ "air_date": "2004-07-09", "question": "In the movie \"10\" Bo Derek seduces Dudley Moore to the strains of this Spanish-influenced classical piece", "value": "$400", - "answer": "Ravel\\'s Bolero", + "answer": "Ravel's Bolero", "round": "Jeopardy!", "show_number": "4585", "fullAnswer": "Ravel\\'s \"Bolero\"" @@ -682749,16 +646619,6 @@ "show_number": "4585", "fullAnswer": "Vienna" }, - { - "category": "MOVIE MUSIC", - "air_date": "2004-07-09", - "question": "(Cheryl of the Clue Crew deliver the clue from the broad steps of an art museum in a certain city.) \"I walked the avenues till my legs felt like stone\" is a line from this 1993 Oscar-winning song", - "value": "$800", - "answer": "Streets of Philadelphia", - "round": "Jeopardy!", - "show_number": "4585", - "fullAnswer": "\"Streets of Philadelphia\"" - }, { "category": "MY LIFE AS A DOG", "air_date": "2004-07-09", @@ -682979,16 +646839,6 @@ "show_number": "4585", "fullAnswer": "Mine" }, - { - "category": "GREAT SPORTS", - "air_date": "2004-07-09", - "question": "This woman has risen to the top of her chosen profession", - "value": "$1200", - "answer": "Serena Williams", - "round": "Double Jeopardy!", - "show_number": "4585", - "fullAnswer": "Serena Williams" - }, { "category": "STATES' HIGH POINTS", "air_date": "2004-07-09", @@ -682999,16 +646849,6 @@ "show_number": "4585", "fullAnswer": "Oregon" }, - { - "category": "FOOD & DRINK", - "air_date": "2004-07-09", - "question": "Eat them alone or dunk these Italian treats seen here in your favorite beverage", - "value": "$1200", - "answer": "biscotti", - "round": "Double Jeopardy!", - "show_number": "4585", - "fullAnswer": "biscotti" - }, { "category": "KENNEDY FAMILY MEMBERS", "air_date": "2004-07-09", @@ -683099,16 +646939,6 @@ "show_number": "4585", "fullAnswer": "It" }, - { - "category": "GREAT SPORTS", - "air_date": "2004-07-09", - "question": "(Hi, I'm Eddie George of the NFL.) For consecutive starts among running backs, I rank second only to this late, great Chicago Bear", - "value": "$2000", - "answer": "Walter Payton", - "round": "Double Jeopardy!", - "show_number": "4585", - "fullAnswer": "Walter Payton" - }, { "category": "STATES' HIGH POINTS", "air_date": "2004-07-09", @@ -683179,16 +647009,6 @@ "show_number": "3785", "fullAnswer": "feathers" }, - { - "category": "HIRSCHFELD", - "air_date": "2001-02-02", - "question": "\"Dead\" guitarist seen here:", - "value": "$100", - "answer": "Jerry Garcia", - "round": "Jeopardy!", - "show_number": "3785", - "fullAnswer": "Jerry Garcia" - }, { "category": "SLOGANS", "air_date": "2001-02-02", @@ -683239,16 +647059,6 @@ "show_number": "3785", "fullAnswer": "russophobia" }, - { - "category": "HIRSCHFELD", - "air_date": "2001-02-02", - "question": "Hirschfeld compared this billionaire to a \"loving cup\"", - "value": "$200", - "answer": "Ross Perot", - "round": "Jeopardy!", - "show_number": "3785", - "fullAnswer": "Ross Perot" - }, { "category": "SLOGANS", "air_date": "2001-02-02", @@ -683299,16 +647109,6 @@ "show_number": "3785", "fullAnswer": "poison" }, - { - "category": "HIRSCHFELD", - "air_date": "2001-02-02", - "question": "Hard to \"Believe\" that this singer is in her 50s", - "value": "$300", - "answer": "Cher", - "round": "Jeopardy!", - "show_number": "3785", - "fullAnswer": "Cher" - }, { "category": "SLOGANS", "air_date": "2001-02-02", @@ -683359,16 +647159,6 @@ "show_number": "3785", "fullAnswer": "flowers" }, - { - "category": "HIRSCHFELD", - "air_date": "2001-02-02", - "question": "Musician seen here who gave us all that jazz", - "value": "$400", - "answer": "Louis Armstrong", - "round": "Jeopardy!", - "show_number": "3785", - "fullAnswer": "Louis Armstrong" - }, { "category": "SLOGANS", "air_date": "2001-02-02", @@ -683419,16 +647209,6 @@ "show_number": "3785", "fullAnswer": "speed" }, - { - "category": "HIRSCHFELD", - "air_date": "2001-02-02", - "question": "1977 movie represented here:", - "value": "$500", - "answer": "Annie Hall", - "round": "Jeopardy!", - "show_number": "3785", - "fullAnswer": "Annie Hall" - }, { "category": "SLOGANS", "air_date": "2001-02-02", @@ -683504,7 +647284,7 @@ "air_date": "2001-02-02", "question": "The Duke & his buddy Garth are featured on this local public access show", "value": "$200", - "answer": "John Wayne\\'s World", + "answer": "John Wayne's World", "round": "Double Jeopardy!", "show_number": "3785", "fullAnswer": "John Wayne\\'s World" @@ -684044,7 +647824,7 @@ "air_date": "2000-05-15", "question": "This Southern plural of \"you\" is a homophone of a word meaning \"a two-masted sailing vessel\"", "value": "$500", - "answer": "Y\\'all", + "answer": "Y'all", "round": "Jeopardy!", "show_number": "3626", "fullAnswer": "Y\\'all" @@ -684084,7 +647864,7 @@ "air_date": "2000-05-15", "question": "Woody Harrelson hustled basketball games while Rosie Perez won big on \"Jeopardy!\" in this comedy", "value": "$200", - "answer": "White Men Can\\'t Jump", + "answer": "White Men Can't Jump", "round": "Double Jeopardy!", "show_number": "3626", "fullAnswer": "White Men Can\\'t Jump" @@ -684419,16 +648199,6 @@ "show_number": "5794", "fullAnswer": "Honolulu" }, - { - "category": "ANIMAL TALK", - "air_date": "2009-11-19", - "question": "Groucho quipped, \"One morning I shot\" this \"in my pajamas; how he got into my pajamas I'll never know\"", - "value": "$200", - "answer": "elephant", - "round": "Jeopardy!", - "show_number": "5794", - "fullAnswer": "an elephant" - }, { "category": "YOU'VE GOT ME IN HISTORICS!", "air_date": "2009-11-19", @@ -684589,16 +648359,6 @@ "show_number": "5794", "fullAnswer": "A.A. Milne" }, - { - "category": "YOU'VE GOT ME IN HISTORICS!", - "air_date": "2009-11-19", - "question": "As depicted here, this English king & Shakespeare hero did some hands-on fighting at the Battle of Agincourt", - "value": "$1000", - "answer": "Henry V", - "round": "Jeopardy!", - "show_number": "5794", - "fullAnswer": "Henry V" - }, { "category": "AGENTS & MANAGERS", "air_date": "2009-11-19", @@ -684879,16 +648639,6 @@ "show_number": "5794", "fullAnswer": "Julie Christie" }, - { - "category": "LET'S MAKE A WISH", - "air_date": "2009-11-19", - "question": "The original tradition of this Rome fountain was to drink the water then make a wish; today, just toss some coins", - "value": "$2000", - "answer": "Trevi Fountain", - "round": "Double Jeopardy!", - "show_number": "5794", - "fullAnswer": "the Trevi Fountain" - }, { "category": "UN-OUTSOURCEABLE", "air_date": "2009-11-19", @@ -685194,7 +648944,7 @@ "air_date": "2003-06-17", "question": "Following this \"long\" conflict that ended in 1453, England had lost all its territory on the continent except Calais", "value": "$1000", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Jeopardy!", "show_number": "4342", "fullAnswer": "Hundred Years\\' War" @@ -685529,16 +649279,6 @@ "show_number": "4342", "fullAnswer": "Swiss Family Robinson" }, - { - "category": "THEY CAME TO EGYPT", - "air_date": "2005-03-18", - "question": "(Sarah of the Clue Crew reports from Giza, Egypt.) After seeing the Sphinx he wrote in \"Innocents Abroad\", \"The great face was so sad, so earnest, so longing\"", - "value": "$200", - "answer": "Mark Twain", - "round": "Jeopardy!", - "show_number": "4735", - "fullAnswer": "Mark Twain" - }, { "category": "THIS SHOULD SOUND FAMILIAR", "air_date": "2005-03-18", @@ -685589,16 +649329,6 @@ "show_number": "4735", "fullAnswer": "a handlebar" }, - { - "category": "THEY CAME TO EGYPT", - "air_date": "2005-03-18", - "question": "(Jimmy of the Clue Crew reports from Luxor, Egypt.) Lady Herbert, daughter of this lord, was at the opening of Tut's tomb & lived to age 79--so much for the curse!", - "value": "$400", - "answer": "Lord Carnarvon", - "round": "Jeopardy!", - "show_number": "4735", - "fullAnswer": "Lord Carnarvon" - }, { "category": "THIS SHOULD SOUND FAMILIAR", "air_date": "2005-03-18", @@ -685649,16 +649379,6 @@ "show_number": "4735", "fullAnswer": "a hamlet" }, - { - "category": "THEY CAME TO EGYPT", - "air_date": "2005-03-18", - "question": "(Jimmy of the Clue Crew reports from Luxor, Egypt.) When he invaded Egypt in 1798 he said, \"Soldiers, from atop of these pyramids, 40 centuries are looking at us\"", - "value": "$600", - "answer": "Napoleon", - "round": "Jeopardy!", - "show_number": "4735", - "fullAnswer": "Napoleon" - }, { "category": "THIS SHOULD SOUND FAMILIAR", "air_date": "2005-03-18", @@ -685709,16 +649429,6 @@ "show_number": "4735", "fullAnswer": "the hammer & sickle" }, - { - "category": "THEY CAME TO EGYPT", - "air_date": "2005-03-18", - "question": "(Sarah of the Clue Crew reports from Giza, Egypt.) In a letter, this 19th century limerick poet wrote about riding a camel, \"Away you go, just as if on a rocking chair\"", - "value": "$800", - "answer": "Edward Lear", - "round": "Jeopardy!", - "show_number": "4735", - "fullAnswer": "Edward Lear" - }, { "category": "THIS SHOULD SOUND FAMILIAR", "air_date": "2005-03-18", @@ -685769,16 +649479,6 @@ "show_number": "4735", "fullAnswer": "the halibut" }, - { - "category": "THEY CAME TO EGYPT", - "air_date": "2005-03-18", - "question": "(Jimmy of the Clue Crew reports from Luxor, Egypt.) One of the people behind moving the other obelisk to Paris was this decipherer of the Rosetta Stone", - "value": "$1000", - "answer": "Champollion", - "round": "Jeopardy!", - "show_number": "4735", - "fullAnswer": "Champollion" - }, { "category": "THIS SHOULD SOUND FAMILIAR", "air_date": "2005-03-18", @@ -685899,16 +649599,6 @@ "show_number": "4735", "fullAnswer": "Judy Chicago" }, - { - "category": "AL PACINO FILM ROLES", - "air_date": "2005-03-18", - "question": "Say hello to my Cuban drug lord Tony Montana", - "value": "$800", - "answer": "Scarface", - "round": "Double Jeopardy!", - "show_number": "4735", - "fullAnswer": "Scarface" - }, { "category": "THAT'S ILLINOIS-ING", "air_date": "2005-03-18", @@ -685924,7 +649614,7 @@ "air_date": "2005-03-18", "question": "Used for flogging, it takes its name from the feline scratch-like marks it left on its victims", "value": "$800", - "answer": "cat-o\\'-nine-tails", + "answer": "cat-o'-nine-tails", "round": "Double Jeopardy!", "show_number": "4735", "fullAnswer": "a cat-o\\'-nine-tails" @@ -685989,16 +649679,6 @@ "show_number": "4735", "fullAnswer": "the cue ball" }, - { - "category": "REMEMBERING ARTHUR MILLER", - "air_date": "2005-03-18", - "question": "Brian Dennehy, seen here playing \"Jeopardy!\" in 1999, played this Miller character on Broadway that same year", - "value": "$1200", - "answer": "Willy Loman", - "round": "Double Jeopardy!", - "show_number": "4735", - "fullAnswer": "Willy Loman" - }, { "category": "WOULD YOU TAKE AN \"IOU\"?", "air_date": "2005-03-18", @@ -686069,16 +649749,6 @@ "show_number": "4735", "fullAnswer": "pious" }, - { - "category": "CONTEMPORARY ART", - "air_date": "2005-03-18", - "question": "This artist who died in 1990 created \"Radiant Baby\", which is sold at his art store in New York City", - "value": "$2000", - "answer": "Keith Haring", - "round": "Double Jeopardy!", - "show_number": "4735", - "fullAnswer": "Keith Haring" - }, { "category": "AL PACINO FILM ROLES", "air_date": "2005-03-18", @@ -686109,16 +649779,6 @@ "show_number": "4735", "fullAnswer": "the devil (Satan)" }, - { - "category": "REMEMBERING ARTHUR MILLER", - "air_date": "2005-03-18", - "question": "Miller is seen here receiving this highest honor the United States gives for a life of creativity", - "value": "$2000", - "answer": "National Medal of Arts", - "round": "Double Jeopardy!", - "show_number": "4735", - "fullAnswer": "the National Medal of Arts" - }, { "category": "WOULD YOU TAKE AN \"IOU\"?", "air_date": "2005-03-18", @@ -686269,16 +649929,6 @@ "show_number": "4653", "fullAnswer": "parchment" }, - { - "category": "HIT TV THEME SONGS", - "air_date": "2004-11-24", - "question": "Heard here, the theme to this TV show hit the charts 3 different times", - "value": "$600", - "answer": "Peter Gunn", - "round": "Jeopardy!", - "show_number": "4653", - "fullAnswer": "Peter Gunn" - }, { "category": "RHYMES WITH FOUR", "air_date": "2004-11-24", @@ -686694,7 +650344,7 @@ "air_date": "2004-11-24", "question": "In a John Ford movie filmed on Kauai, John Wayne played \"Guns\" Donovan, the owner of this title bar", "value": "$2000", - "answer": "Donovan\\'s Reef", + "answer": "Donovan's Reef", "round": "Double Jeopardy!", "show_number": "4653", "fullAnswer": "Donovan\\'s Reef" @@ -686779,16 +650429,6 @@ "show_number": "3433", "fullAnswer": "Crepes" }, - { - "category": "2-WORD PSYCH TERMS", - "air_date": "1999-07-07", - "question": "Persecutory delusions & hallucinations are characteristics of this psychotic disorder abbreviated p.sz", - "value": "$100", - "answer": "Paranoid schizophrenia", - "round": "Jeopardy!", - "show_number": "3433", - "fullAnswer": "Paranoid schizophrenia" - }, { "category": "VINTAGE CARS", "air_date": "1999-07-07", @@ -687214,7 +650854,7 @@ "air_date": "1999-07-07", "question": "A 1958 Three Stooges short changed \"All\" to \"Oil\" in this Shakespeare title", "value": "$600", - "answer": "All\\'s Well That Ends Well", + "answer": "All's Well That Ends Well", "round": "Double Jeopardy!", "show_number": "3433", "fullAnswer": "All\\'s Well That Ends Well" @@ -687389,16 +651029,6 @@ "show_number": "5931", "fullAnswer": "a poncho" }, - { - "category": "STATE THE STATE", - "air_date": "2010-05-31", - "question": "This state seen here is shaped like the letter it starts with", - "value": "$200", - "answer": "Louisiana", - "round": "Jeopardy!", - "show_number": "5931", - "fullAnswer": "Louisiana" - }, { "category": "COOKING WEIGHTS & MEASURES", "air_date": "2010-05-31", @@ -687449,16 +651079,6 @@ "show_number": "5931", "fullAnswer": "a purse" }, - { - "category": "STATE THE STATE", - "air_date": "2010-05-31", - "question": "It's bigger than it looks", - "value": "$400", - "answer": "Montana", - "round": "Jeopardy!", - "show_number": "5931", - "fullAnswer": "Montana" - }, { "category": "COOKING WEIGHTS & MEASURES", "air_date": "2010-05-31", @@ -687509,16 +651129,6 @@ "show_number": "5931", "fullAnswer": "polka dot" }, - { - "category": "STATE THE STATE", - "air_date": "2010-05-31", - "question": "Let's have the three seen here in order from north to south, please", - "value": "$1,000", - "answer": "South Dakota, Nebraska, Kansas", - "round": "Jeopardy!", - "show_number": "5931", - "fullAnswer": "South Dakota, Nebraska, Kansas" - }, { "category": "COOKING WEIGHTS & MEASURES", "air_date": "2010-05-31", @@ -687569,16 +651179,6 @@ "show_number": "5931", "fullAnswer": "rep" }, - { - "category": "STATE THE STATE", - "air_date": "2010-05-31", - "question": "The Old Man used to be in the upper left there somewhere", - "value": "$800", - "answer": "New Hampshire", - "round": "Jeopardy!", - "show_number": "5931", - "fullAnswer": "New Hampshire" - }, { "category": "COOKING WEIGHTS & MEASURES", "air_date": "2010-05-31", @@ -687629,16 +651229,6 @@ "show_number": "5931", "fullAnswer": "Mary Quant" }, - { - "category": "STATE THE STATE", - "air_date": "2010-05-31", - "question": "Put the three seen here in alphabetical order, please", - "value": "$1000", - "answer": "Alabama, Iowa, Pennsylvania", - "round": "Jeopardy!", - "show_number": "5931", - "fullAnswer": "Alabama, Iowa, Pennsylvania" - }, { "category": "COOKING WEIGHTS & MEASURES", "air_date": "2010-05-31", @@ -687734,7 +651324,7 @@ "air_date": "2010-05-31", "question": "Fans popularly refer to them as GN'R", "value": "$800", - "answer": "Guns N\\' Roses", + "answer": "Guns N' Roses", "round": "Double Jeopardy!", "show_number": "5931", "fullAnswer": "Guns N\\' Roses" @@ -687809,16 +651399,6 @@ "show_number": "5931", "fullAnswer": "a scorpion" }, - { - "category": "WE'RE GOING BACKWARDS", - "air_date": "2010-05-31", - "question": "Chronometrically speaking, in contrast to most twining vines, morning glory climbs this way", - "value": "$1200", - "answer": "counterclockwise", - "round": "Double Jeopardy!", - "show_number": "5931", - "fullAnswer": "counterclockwise" - }, { "category": "ARE YOU AN -INI?", "air_date": "2010-05-31", @@ -687859,16 +651439,6 @@ "show_number": "5931", "fullAnswer": "Dave Matthews Band" }, - { - "category": "RED FISH, BLUE FISH", - "air_date": "2010-05-31", - "question": "Seen here are red & blue specimens of this combative fish, native to Thailand, maybe getting ready to rumble!", - "value": "$1600", - "answer": "Siamese fighting fish", - "round": "Double Jeopardy!", - "show_number": "5931", - "fullAnswer": "Siamese fighting fish" - }, { "category": "WE'RE GOING BACKWARDS", "air_date": "2010-05-31", @@ -687909,16 +651479,6 @@ "show_number": "5931", "fullAnswer": "Troilus and Cressida" }, - { - "category": "ROCK BAND INITIALS", - "air_date": "2010-05-31", - "question": "nin.com is the official website of this dark outfit", - "value": "$2000", - "answer": "Nine Inch Nails", - "round": "Double Jeopardy!", - "show_number": "5931", - "fullAnswer": "Nine Inch Nails" - }, { "category": "RED FISH, BLUE FISH", "air_date": "2010-05-31", @@ -687929,16 +651489,6 @@ "show_number": "5931", "fullAnswer": "red snapper" }, - { - "category": "WE'RE GOING BACKWARDS", - "air_date": "2010-05-31", - "question": "(Sarah of the Clue Crew shows an astronomical animation on the monitor.) From Earth's point of view, shown here by the red line, planets sometimes appear to reverse direction because the Earth overtakes them in their orbits; the backward motion is called this--from the Latin for \"walking backward\"", - "value": "$2000", - "answer": "retrograde", - "round": "Double Jeopardy!", - "show_number": "5931", - "fullAnswer": "retrograde" - }, { "category": "ARE YOU AN -INI?", "air_date": "2010-05-31", @@ -688184,7 +651734,7 @@ "air_date": "2000-01-20", "question": "Starting June 1, 2000 the largest ever of these global showcases will be held in Hanover, Germany", "value": "$400", - "answer": "World\\'s Fair", + "answer": "World's Fair", "round": "Jeopardy!", "show_number": "3544", "fullAnswer": "World\\'s Fair" @@ -688944,7 +652494,7 @@ "air_date": "1999-09-13", "question": "Then the largest church in the Christian world, this basilica was dedicated in 1626", "value": "$400", - "answer": "St. Peter\\'s Basilica", + "answer": "St. Peter's Basilica", "round": "Double Jeopardy!", "show_number": "3451", "fullAnswer": "St. Peter\\'s Basilica" @@ -689014,7 +652564,7 @@ "air_date": "1999-09-13", "question": "It's what the artwork seen here is warning you against doing with eggs:", "value": "$600", - "answer": "Don\\'t put all your eggs in one basket", + "answer": "Don't put all your eggs in one basket", "round": "Double Jeopardy!", "show_number": "3451", "fullAnswer": "Don\\'t put all your eggs in one basket" @@ -689499,16 +653049,6 @@ "show_number": "4943", "fullAnswer": "seasickness" }, - { - "category": "THE ELEMENTS", - "air_date": "2006-02-22", - "question": "(Jon of the Clue Crew delivers the clue from a kitchen.) The ancients & the alchemists knew about the flammability of this element; today, it's the main fuel that makes matches strike", - "value": "$800", - "answer": "sulfur", - "round": "Double Jeopardy!", - "show_number": "4943", - "fullAnswer": "sulfur" - }, { "category": "THE OLYMPIC GAMES", "air_date": "2006-02-22", @@ -689519,16 +653059,6 @@ "show_number": "4943", "fullAnswer": "the javelin" }, - { - "category": "ART & ARTISTS", - "air_date": "2006-02-22", - "question": "The pop art stylings of this artist are exemplified by his \"Nurse\", seen here", - "value": "$800", - "answer": "Lichtenstein", - "round": "Double Jeopardy!", - "show_number": "4943", - "fullAnswer": "Lichtenstein" - }, { "category": "GIVE US THE TIME OF DAY", "air_date": "2006-02-22", @@ -689699,16 +653229,6 @@ "show_number": "4943", "fullAnswer": "curling" }, - { - "category": "ART & ARTISTS", - "air_date": "2006-02-22", - "question": "(Jimmy of the Clue Crew delivers the clue in front of a projection screen.) Correggio got an almost religious ecstasy into his mythological paintings, such as this Roman god & Io", - "value": "$2000", - "answer": "Jupiter", - "round": "Double Jeopardy!", - "show_number": "4943", - "fullAnswer": "Jupiter" - }, { "category": "GIVE US THE TIME OF DAY", "air_date": "2006-02-22", @@ -689764,7 +653284,7 @@ "air_date": "2004-03-23", "question": "Woolf was active in this cause which she wrote \"roused in man an extraordinary desire for self-assertion\"", "value": "$200", - "answer": "women\\'s suffrage", + "answer": "women's suffrage", "round": "Jeopardy!", "show_number": "4507", "fullAnswer": "women\\'s suffrage" @@ -690064,7 +653584,7 @@ "air_date": "2004-03-23", "question": "(Cheryl of the Clue Crew at Gleason's Gym in Brooklyn, N.Y.) Among Gleason's trainees, Marvin Hagler was \"Marvelous\" & Joe Frazier had this \"hot\" nickname", "value": "$400", - "answer": "Smokin\\' Joe", + "answer": "Smokin' Joe", "round": "Double Jeopardy!", "show_number": "4507", "fullAnswer": "\"Smokin\\' Joe\"" @@ -690714,7 +654234,7 @@ "air_date": "1993-04-01", "question": "The expression \"to grow like topsy\" comes from this 1852 novel", "value": "$200", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Double Jeopardy!", "show_number": "1984", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -691224,7 +654744,7 @@ "air_date": "2001-10-18", "question": "\"Caveat emptor. Let the buyer beware\"", "value": "$500", - "answer": "Let\\'s Make a Deal", + "answer": "Let's Make a Deal", "round": "Jeopardy!", "show_number": "3939", "fullAnswer": "Let\\'s Make a Deal" @@ -692314,7 +655834,7 @@ "air_date": "1997-11-18", "question": "Prior to making Astros out of themselves, the Houston team thought they were \"big shots\" with this name", "value": "$300", - "answer": "Colt .45\\'s", + "answer": "Colt .45's", "round": "Jeopardy!", "show_number": "3042", "fullAnswer": "Colt .45\\'s" @@ -692584,7 +656104,7 @@ "air_date": "1997-11-18", "question": "Christie's must have laughed in 1997 as 2 workers at this auction house were suspended for smuggling", "value": "$600", - "answer": "Sotheby\\'s", + "answer": "Sotheby's", "round": "Double Jeopardy!", "show_number": "3042", "fullAnswer": "Sotheby\\'s" @@ -692624,7 +656144,7 @@ "air_date": "1997-11-18", "question": "A \"Swift\" read at about 300 pages, this 1726 novel sets sail to Laputa & Lilliput", "value": "$600", - "answer": "Gulliver\\'s Travels", + "answer": "Gulliver's Travels", "round": "Double Jeopardy!", "show_number": "3042", "fullAnswer": "\"Gulliver\\'s Travels\"" @@ -693369,16 +656889,6 @@ "show_number": "3162", "fullAnswer": "Denmark" }, - { - "category": "JEOPARDY.COM", - "air_date": "1998-05-05", - "question": "Our internet address, also known as this type of name, is Jeopardy.com", - "value": "$100", - "answer": "URL ", - "round": "Jeopardy!", - "show_number": "3162", - "fullAnswer": "URL (Uniform Resource Locator)" - }, { "category": "LARRYS, MOES & CURLYS", "air_date": "1998-05-05", @@ -693429,16 +656939,6 @@ "show_number": "3162", "fullAnswer": "Peru" }, - { - "category": "JEOPARDY.COM", - "air_date": "1998-05-05", - "question": "Baseball term used for a visit to a web page; Jeopardy.com gets 14.7 million per week", - "value": "$200", - "answer": "Hit", - "round": "Jeopardy!", - "show_number": "3162", - "fullAnswer": "Hit" - }, { "category": "LARRYS, MOES & CURLYS", "air_date": "1998-05-05", @@ -693489,16 +656989,6 @@ "show_number": "3162", "fullAnswer": "Jamaica" }, - { - "category": "JEOPARDY.COM", - "air_date": "1998-05-05", - "question": "Jeopardy.com has this hypertext connection to a page where you can play \"Jeopardy!\" online", - "value": "$300", - "answer": "Link", - "round": "Jeopardy!", - "show_number": "3162", - "fullAnswer": "Link" - }, { "category": "LARRYS, MOES & CURLYS", "air_date": "1998-05-05", @@ -693549,16 +657039,6 @@ "show_number": "3162", "fullAnswer": "Ivory Coast" }, - { - "category": "JEOPARDY.COM", - "air_date": "1998-05-05", - "question": "Netscape makes this type of client software used to access & navigate web pages like Jeopardy.com", - "value": "$400", - "answer": "Browser", - "round": "Jeopardy!", - "show_number": "3162", - "fullAnswer": "Browser" - }, { "category": "LARRYS, MOES & CURLYS", "air_date": "1998-05-05", @@ -693624,7 +657104,7 @@ "air_date": "1998-05-05", "question": "Bart Simpson might phone this establishment & page \"Ringing, first name Isabelle\"", "value": "$500", - "answer": "Moe\\'s", + "answer": "Moe's", "round": "Jeopardy!", "show_number": "3162", "fullAnswer": "Moe\\'s" @@ -693684,7 +657164,7 @@ "air_date": "1998-05-05", "question": "Sarah Tueting & Cammi Granato were 2 of the heroines of this triumphant U.S. team", "value": "$200", - "answer": "Women\\'s Hockey Team", + "answer": "Women's Hockey Team", "round": "Double Jeopardy!", "show_number": "3162", "fullAnswer": "Women\\'s Hockey Team" @@ -693984,7 +657464,7 @@ "air_date": "2007-10-29", "question": "Drs. Cristina Yang & Miranda Bailey practice on this McDreamy series", "value": "$200", - "answer": "Grey\\'s Anatomy", + "answer": "Grey's Anatomy", "round": "Jeopardy!", "show_number": "5321", "fullAnswer": "Grey\\'s Anatomy" @@ -694014,7 +657494,7 @@ "air_date": "2007-10-29", "question": "Jack Tripper, Chrissy Snow & Janet Wood were the original housemates on this TV show", "value": "$200", - "answer": "Three\\'s Company", + "answer": "Three's Company", "round": "Jeopardy!", "show_number": "5321", "fullAnswer": "Three\\'s Company" @@ -694079,16 +657559,6 @@ "show_number": "5321", "fullAnswer": "The Three Musketeers" }, - { - "category": "\"OK\"", - "air_date": "2007-10-29", - "question": "Tasty treat seen here. Pass the butter", - "value": "$400", - "answer": "artichoke", - "round": "Jeopardy!", - "show_number": "5321", - "fullAnswer": "an artichoke" - }, { "category": "JEPOETRY", "air_date": "2007-10-29", @@ -694389,16 +657859,6 @@ "show_number": "5321", "fullAnswer": "a queue" }, - { - "category": "SCIENCE ADJECTIVES", - "air_date": "2007-10-29", - "question": "(Cheryl makes some stone soup) Pumice, which floats on water because of little air pockets is described as this, meaning \"full of holes\" and derives from the Greek for \"passage\"", - "value": "$1200", - "answer": "porous", - "round": "Double Jeopardy!", - "show_number": "5321", - "fullAnswer": "porous" - }, { "category": "COUNTRY MUSIC", "air_date": "2007-10-29", @@ -694409,16 +657869,6 @@ "show_number": "5321", "fullAnswer": "Willie Nelson" }, - { - "category": "THE 1920s", - "air_date": "2007-10-29", - "question": "In the 1923 photo seen here, a woman lights her stove with cash due to rampaging inflation in this country", - "value": "$1200", - "answer": "Germany", - "round": "Double Jeopardy!", - "show_number": "5321", - "fullAnswer": "Germany" - }, { "category": "ALONG E-90", "air_date": "2007-10-29", @@ -694499,16 +657949,6 @@ "show_number": "5321", "fullAnswer": "potbelly" }, - { - "category": "5-LETTER WORDS", - "air_date": "2007-10-29", - "question": "(Kelly is at the blue board with a Spanish lesson) In Spanish spelling, this mark above the \"N\" means that rather than \"oona\", the word should be pronounced \"oon-ya\"", - "value": "$1600", - "answer": "tilde", - "round": "Double Jeopardy!", - "show_number": "5321", - "fullAnswer": "a tilde" - }, { "category": "SCIENCE ADJECTIVES", "air_date": "2007-10-29", @@ -694524,7 +657964,7 @@ "air_date": "2007-10-29", "question": "It's never too early for happy hour in this \"timely\" tune by Alan Jackson & Jimmy Buffett", "value": "$2000", - "answer": "It\\'s Five O\\'Clock Somewhere", + "answer": "It's Five O'Clock Somewhere", "round": "Double Jeopardy!", "show_number": "5321", "fullAnswer": "\"It\\'s Five O\\'Clock Somewhere\"" @@ -694779,16 +658219,6 @@ "show_number": "5237", "fullAnswer": "Bowling for Columbine" }, - { - "category": "SOUNDS LIKE WEATHER", - "air_date": "2007-05-22", - "question": "It's the architectural term for what the guy here is looking at", - "value": "$2,500", - "answer": "frieze", - "round": "Jeopardy!", - "show_number": "5237", - "fullAnswer": "a frieze" - }, { "category": "ALL ABOUT ANIMALS", "air_date": "2007-05-22", @@ -694899,26 +658329,6 @@ "show_number": "5237", "fullAnswer": "Jersey Boys" }, - { - "category": "\"F\"INE ART", - "air_date": "2007-05-22", - "question": "The Titian work seen here is titled \"Georgio Cornaro with\" this", - "value": "$400", - "answer": "falcon", - "round": "Double Jeopardy!", - "show_number": "5237", - "fullAnswer": "a falcon" - }, - { - "category": "SIGNS & SYMBOLS", - "air_date": "2007-05-22", - "question": "Chalked on a fence, the symbol seen here warned fellow hobos of the presence of one of these", - "value": "$400", - "answer": "mean dog ", - "round": "Double Jeopardy!", - "show_number": "5237", - "fullAnswer": "a mean dog (or junkyard dog)" - }, { "category": "BESTSELLERS", "air_date": "2007-05-22", @@ -694949,16 +658359,6 @@ "show_number": "5237", "fullAnswer": "Laos" }, - { - "category": "TONY AWARD WINNERS", - "air_date": "2007-05-22", - "question": "(Hi, I'm Martin Short.) I won a 1999 Tony for Cy Coleman & this playwright's \"Little Me\"; I also received a Tony nomination for his \"The Goodbye Girl\"", - "value": "$800", - "answer": "Neil Simon", - "round": "Double Jeopardy!", - "show_number": "5237", - "fullAnswer": "Neil Simon" - }, { "category": "\"F\"INE ART", "air_date": "2007-05-22", @@ -695009,36 +658409,6 @@ "show_number": "5237", "fullAnswer": "Andorra" }, - { - "category": "TONY AWARD WINNERS", - "air_date": "2007-05-22", - "question": "How about a Wolverine whistle for this actor who won a Tony for starring in \"The Boy From Oz\"", - "value": "$1200", - "answer": "Jackman", - "round": "Double Jeopardy!", - "show_number": "5237", - "fullAnswer": "(Hugh) Jackman" - }, - { - "category": "\"F\"INE ART", - "air_date": "2007-05-22", - "question": "Caravaggio has done this to the hands in the paniting seen here to give a three-dimensional appearance", - "value": "$1200", - "answer": "foreshorten", - "round": "Double Jeopardy!", - "show_number": "5237", - "fullAnswer": "foreshorten" - }, - { - "category": "SIGNS & SYMBOLS", - "air_date": "2007-05-22", - "question": "(Cheryl of the Clue Crew gives the clue.) A symbol that is familiar from its use in biology is also used in astronomy to represent this planet", - "value": "$1200", - "answer": "Venus", - "round": "Double Jeopardy!", - "show_number": "5237", - "fullAnswer": "Venus" - }, { "category": "BESTSELLERS", "air_date": "2007-05-22", @@ -695069,16 +658439,6 @@ "show_number": "5237", "fullAnswer": "Bhutan & Nepal" }, - { - "category": "TONY AWARD WINNERS", - "air_date": "2007-05-22", - "question": "(Hi, I'm Brian Stokes Mitchell.) I won a Tony for my portrayal of an actor playing Petruchio in the 1999 revival of this classic Cole Porter musical", - "value": "$1600", - "answer": "Kiss Me, Kate", - "round": "Double Jeopardy!", - "show_number": "5237", - "fullAnswer": "Kiss Me, Kate" - }, { "category": "\"F\"INE ART", "air_date": "2007-05-22", @@ -695139,26 +658499,6 @@ "show_number": "5237", "fullAnswer": "Cynthia Nixon" }, - { - "category": "\"F\"INE ART", - "air_date": "2007-05-22", - "question": "Feel free to psychoanalyze the work by this current German-born British painter", - "value": "$2000", - "answer": "Lucian Freud", - "round": "Double Jeopardy!", - "show_number": "5237", - "fullAnswer": "Lucian Freud" - }, - { - "category": "SIGNS & SYMBOLS", - "air_date": "2007-05-22", - "question": "It's the type of cross seen here; you'd think it would be on the flag of an island country", - "value": "$1,700", - "answer": "maltese cross", - "round": "Double Jeopardy!", - "show_number": "5237", - "fullAnswer": "a maltese cross" - }, { "category": "BESTSELLERS", "air_date": "2007-05-22", @@ -695189,16 +658529,6 @@ "show_number": "5237", "fullAnswer": "Magic Johnson" }, - { - "category": "COMPOUNDS IN ACTION", - "air_date": "2006-10-23", - "question": "(Cheryl of the Clue Crew reports from inside a science lab.) When hydrogen sulfide in the air reacts with silver, it creates a coating called silver sulfide, better known by this one word", - "value": "$200", - "answer": "tarnish", - "round": "Jeopardy!", - "show_number": "5086", - "fullAnswer": "tarnish" - }, { "category": "ROCK 'N' ROLL HISTORY", "air_date": "2006-10-23", @@ -695309,16 +658639,6 @@ "show_number": "5086", "fullAnswer": "Tiffany" }, - { - "category": "COMPOUNDS IN ACTION", - "air_date": "2006-10-23", - "question": "(Sarah of the Clue Crew reports from inside a science lab.) To make cake batter rise, you need to create a chemical reaction by combining an acid like buttermilk with this alkaline compound--NaHCO3", - "value": "$600", - "answer": "baking soda", - "round": "Jeopardy!", - "show_number": "5086", - "fullAnswer": "baking soda" - }, { "category": "ROCK 'N' ROLL HISTORY", "air_date": "2006-10-23", @@ -695429,16 +658749,6 @@ "show_number": "5086", "fullAnswer": "Calamity Jane" }, - { - "category": "COMPOUNDS IN ACTION", - "air_date": "2006-10-23", - "question": "(Jon of the Clue Crew reports from inside a lab.) Because the enzyme catalase turns it into water & oxygen gas, this compound, H2O2, foams when used as an antiseptic on human skin or on a potato", - "value": "$1000", - "answer": "hydrogen peroxide", - "round": "Jeopardy!", - "show_number": "5086", - "fullAnswer": "hydrogen peroxide" - }, { "category": "ROCK 'N' ROLL HISTORY", "air_date": "2006-10-23", @@ -695839,16 +659149,6 @@ "show_number": "5074", "fullAnswer": "butterfly" }, - { - "category": "FICTIONAL CHARACTERS", - "air_date": "2006-10-05", - "question": "Please look after this bear from Darkest Peru, thank you", - "value": "$400", - "answer": "Paddington Bear", - "round": "Jeopardy!", - "show_number": "5074", - "fullAnswer": "Paddington Bear" - }, { "category": "KID'S TOUGH", "air_date": "2006-10-05", @@ -695929,16 +659229,6 @@ "show_number": "5074", "fullAnswer": "the U.S." }, - { - "category": "PHYS ED", - "air_date": "2006-10-05", - "question": "(Sarah of the Clue Crew uses a wooden cup & ball toy.) The ancient pastime I'm practicing was said to improve coordination between these two body parts", - "value": "$600", - "answer": "hand & eye", - "round": "Jeopardy!", - "show_number": "5074", - "fullAnswer": "hand & eye" - }, { "category": "WHAT PLANET ARE YOU FROM?", "air_date": "2006-10-05", @@ -696049,16 +659339,6 @@ "show_number": "5074", "fullAnswer": "Mexico" }, - { - "category": "PHYS ED", - "air_date": "2006-10-05", - "question": "(Kelly of the Clue Crew demonstrates with a tennis racket.) In tennis, like in life, coaches teach the importance of this last part of the swing--it keeps the racket accelerating at contact", - "value": "$1000", - "answer": "follow-through", - "round": "Jeopardy!", - "show_number": "5074", - "fullAnswer": "the follow-through" - }, { "category": "WHAT PLANET ARE YOU FROM?", "air_date": "2006-10-05", @@ -696109,16 +659389,6 @@ "show_number": "5074", "fullAnswer": "Athens" }, - { - "category": "PRESIDENTIAL FAMILIES", - "air_date": "2006-10-05", - "question": "Youngest sons Archibald & Quentin are seen here with their proud papa, this president", - "value": "$400", - "answer": "Theodore Roosevelt", - "round": "Double Jeopardy!", - "show_number": "5074", - "fullAnswer": "Theodore Roosevelt" - }, { "category": "I WANNA BE...", "air_date": "2006-10-05", @@ -696139,16 +659409,6 @@ "show_number": "5074", "fullAnswer": "twinkle" }, - { - "category": "RELIGION", - "air_date": "2006-10-05", - "question": "(Sarah of the Clue Crew reports from Prague, Czech Republic.) I'm in Prague at one of these Jewish houses of worship; completed in the 1200s, it's the oldest working one in Europe", - "value": "$800", - "answer": "synagogue", - "round": "Double Jeopardy!", - "show_number": "5074", - "fullAnswer": "a synagogue" - }, { "category": "LIGHTS, CAMERA, KIDS", "air_date": "2006-10-05", @@ -696289,16 +659549,6 @@ "show_number": "5074", "fullAnswer": "Afghanistan" }, - { - "category": "PRESIDENTIAL FAMILIES", - "air_date": "2006-10-05", - "question": "This future president is seen here with his mom", - "value": "$1600", - "answer": "Bill Clinton", - "round": "Double Jeopardy!", - "show_number": "5074", - "fullAnswer": "Bill Clinton" - }, { "category": "I WANNA BE...", "air_date": "2006-10-05", @@ -696334,7 +659584,7 @@ "air_date": "2006-10-05", "question": "This lil' rapper made it big time in the movie \"Honey\" with Jessica Alba & on his own Nick show", "value": "$2000", - "answer": "Lil\\' Romeo", + "answer": "Lil' Romeo", "round": "Double Jeopardy!", "show_number": "5074", "fullAnswer": "Lil\\' Romeo" @@ -696459,16 +659709,6 @@ "show_number": "5193", "fullAnswer": "San Salvador" }, - { - "category": "MAJOR LEES", - "air_date": "2007-03-21", - "question": "19th century man seen here; we know you were waiting for this one", - "value": "$400", - "answer": "Robert E. Lee", - "round": "Jeopardy!", - "show_number": "5193", - "fullAnswer": "Robert E. Lee" - }, { "category": "SPORTS TERMS", "air_date": "2007-03-21", @@ -696489,16 +659729,6 @@ "show_number": "5193", "fullAnswer": "America West" }, - { - "category": "JEWISH HISTORY", - "air_date": "2007-03-21", - "question": "(Jimmy of the Clue Crew gives the clue from Prague, Czech Republic.) Josefov, named for an emperor, is Prague's version of this area, to which Jews were restricted", - "value": "$400", - "answer": "ghetto", - "round": "Jeopardy!", - "show_number": "5193", - "fullAnswer": "the ghetto" - }, { "category": "\"OY\"!", "air_date": "2007-03-21", @@ -696529,26 +659759,6 @@ "show_number": "5193", "fullAnswer": "Lee Harvey Oswald" }, - { - "category": "SPORTS TERMS", - "air_date": "2007-03-21", - "question": "(Kelly of the Clue Crew gives the clue from the University of Iowa.) It's the structural term for the arched position a wrestler uses to avoid his back touching the mat", - "value": "$600", - "answer": "bridge", - "round": "Jeopardy!", - "show_number": "5193", - "fullAnswer": "a bridge" - }, - { - "category": "AIRLINES", - "air_date": "2007-03-21", - "question": "It's the airline whose familiar logo is seen here", - "value": "$600", - "answer": "Alaska Airlines", - "round": "Jeopardy!", - "show_number": "5193", - "fullAnswer": "Alaska Airlines" - }, { "category": "JEWISH HISTORY", "air_date": "2007-03-21", @@ -696739,16 +659949,6 @@ "show_number": "5193", "fullAnswer": "pop art" }, - { - "category": "RARE BOGGLE WORDS", - "air_date": "2007-03-21", - "question": "I see this plant-eating aquatic mammal from Florida", - "value": "$400", - "answer": "manatee", - "round": "Double Jeopardy!", - "show_number": "5193", - "fullAnswer": "a manatee" - }, { "category": "MEDICINE", "air_date": "2007-03-21", @@ -696779,16 +659979,6 @@ "show_number": "5193", "fullAnswer": "Wendy Darling" }, - { - "category": "WORLD OF WATER", - "air_date": "2007-03-21", - "question": "Power plant runoff is responsible for the water in Iceland's \"Blue\" one of these, seen here", - "value": "$800", - "answer": "Blue Lagoon", - "round": "Double Jeopardy!", - "show_number": "5193", - "fullAnswer": "Blue Lagoon" - }, { "category": "\"P\"AINTERS & \"P\"AINTING", "air_date": "2007-03-21", @@ -696799,16 +659989,6 @@ "show_number": "5193", "fullAnswer": "Picasso" }, - { - "category": "RARE BOGGLE WORDS", - "air_date": "2007-03-21", - "question": "It's this light fabric, originally used to wrap a certain food", - "value": "$800", - "answer": "cheesecloth", - "round": "Double Jeopardy!", - "show_number": "5193", - "fullAnswer": "cheesecloth" - }, { "category": "MEDICINE", "air_date": "2007-03-21", @@ -696859,16 +660039,6 @@ "show_number": "5193", "fullAnswer": "Pollock" }, - { - "category": "RARE BOGGLE WORDS", - "air_date": "2007-03-21", - "question": "That's right, you heard me! I found this item that addresses a lot of people", - "value": "$1200", - "answer": "speaker", - "round": "Double Jeopardy!", - "show_number": "5193", - "fullAnswer": "a speaker" - }, { "category": "MEDICINE", "air_date": "2007-03-21", @@ -696919,16 +660089,6 @@ "show_number": "5193", "fullAnswer": "pointillism" }, - { - "category": "RARE BOGGLE WORDS", - "air_date": "2007-03-21", - "question": "This type of gluttonous eater is going to rack me up the maximum 11 points", - "value": "$1600", - "answer": "gourmand", - "round": "Double Jeopardy!", - "show_number": "5193", - "fullAnswer": "a gourmand" - }, { "category": "MEDICINE", "air_date": "2007-03-21", @@ -696979,16 +660139,6 @@ "show_number": "5193", "fullAnswer": "Pissarro" }, - { - "category": "RARE BOGGLE WORDS", - "air_date": "2007-03-21", - "question": "It must be Christmas; there's this colorful plant", - "value": "$2000", - "answer": "poinsettia", - "round": "Double Jeopardy!", - "show_number": "5193", - "fullAnswer": "a poinsettia" - }, { "category": "MUSIC HISTORY", "air_date": "2007-03-21", @@ -697334,7 +660484,7 @@ "air_date": "1993-12-03", "question": "Her first husband is Charles Hamilton, Melanie's brother; Rhett Butler is her third", "value": "$200", - "answer": "Scarlett O\\'Hara", + "answer": "Scarlett O'Hara", "round": "Double Jeopardy!", "show_number": "2130", "fullAnswer": "Scarlett O\\'Hara" @@ -697719,22 +660869,12 @@ "show_number": "5820", "fullAnswer": "the Gateway Arch" }, - { - "category": "\"SWEET\" CHARITY", - "air_date": "2009-12-25", - "question": "I always listen to this rock anthem after \"Free Bird\"", - "value": "$400", - "answer": "Sweet Home Alabama", - "round": "Jeopardy!", - "show_number": "5820", - "fullAnswer": "\"Sweet Home Alabama\"" - }, { "category": "SHIRLEY MacLAINE", "air_date": "2009-12-25", "question": "Shirley was great friends with the fabled Rat Pack & starred with them in this 1960 caper film", "value": "$600", - "answer": "Ocean\\'s Eleven", + "answer": "Ocean's Eleven", "round": "Jeopardy!", "show_number": "5820", "fullAnswer": "Ocean\\'s Eleven" @@ -698049,16 +661189,6 @@ "show_number": "5820", "fullAnswer": "Ghost Whisperer" }, - { - "category": "XMAS NEWS & NOTES", - "air_date": "2009-12-25", - "question": "(Sarah of the Clue Crew reports from outside a display window in New York.) In 1998, Macy's introduced holiday window displays honoring this classic film; now you'll see them appropriately in the windows facing 34th Street", - "value": "$1200", - "answer": "Miracle On 34th Street", - "round": "Double Jeopardy!", - "show_number": "5820", - "fullAnswer": "Miracle On 34th Street" - }, { "category": "LITERARY SEVENS", "air_date": "2009-12-25", @@ -698214,7 +661344,7 @@ "air_date": "2009-12-25", "question": "A chorus in this 1741 work says, \"King of kings and Lord of lords and He shall reign forever and ever\"", "value": null, - "answer": "Handel\\'s Messiah", + "answer": "Handel's Messiah", "round": "Final Jeopardy!", "show_number": "5820", "fullAnswer": "Handel\\'s Messiah" @@ -698259,16 +661389,6 @@ "show_number": "4309", "fullAnswer": "football" }, - { - "category": "WISH YOU WERE HERE", - "air_date": "2003-05-01", - "question": "The Köln-Düsseldorfer line seen here takes you up & down the Rhine in this country", - "value": "$200", - "answer": "Germany", - "round": "Jeopardy!", - "show_number": "4309", - "fullAnswer": "Germany" - }, { "category": "THAT'S SO CLICHE!", "air_date": "2003-05-01", @@ -698289,16 +661409,6 @@ "show_number": "4309", "fullAnswer": "Cheers" }, - { - "category": "COOKIES", - "air_date": "2003-05-01", - "question": "He's the cookie maker seen here", - "value": "$400", - "answer": "Keebler Elf", - "round": "Jeopardy!", - "show_number": "4309", - "fullAnswer": "the Keebler Elf" - }, { "category": "GOVERNMENT & POLITICS", "air_date": "2003-05-01", @@ -698319,16 +661429,6 @@ "show_number": "4309", "fullAnswer": "the cue ball" }, - { - "category": "WISH YOU WERE HERE", - "air_date": "2003-05-01", - "question": "The votive candles seen here are in this Gothic church located on the Île de la Cité", - "value": "$400", - "answer": "Notre Dame", - "round": "Jeopardy!", - "show_number": "4309", - "fullAnswer": "Notre Dame" - }, { "category": "THAT'S SO CLICHE!", "air_date": "2003-05-01", @@ -698379,16 +661479,6 @@ "show_number": "4309", "fullAnswer": "the moon" }, - { - "category": "WISH YOU WERE HERE", - "air_date": "2003-05-01", - "question": "Children's tales like \"Pippi Longstocking\" come to life at Junibacken in this capital of Sweden", - "value": "$600", - "answer": "Stockholm", - "round": "Jeopardy!", - "show_number": "4309", - "fullAnswer": "Stockholm" - }, { "category": "THAT'S SO CLICHE!", "air_date": "2003-05-01", @@ -698454,7 +661544,7 @@ "air_date": "2003-05-01", "question": "Restaurant where Alice, Vera & \"Kiss My Grits\" Flo waited tables", "value": "$1000", - "answer": "Mel\\'s Diner", + "answer": "Mel's Diner", "round": "Jeopardy!", "show_number": "4309", "fullAnswer": "Mel\\'s Diner" @@ -698489,16 +661579,6 @@ "show_number": "4309", "fullAnswer": "the spirit" }, - { - "category": "HISTORIC MOMENTS", - "air_date": "2003-05-01", - "question": "In a painting by his friend John Trumbull, he's seen here resigning his commission in 1783", - "value": "$400", - "answer": "George Washington", - "round": "Double Jeopardy!", - "show_number": "4309", - "fullAnswer": "George Washington" - }, { "category": "ER TALK", "air_date": "2003-05-01", @@ -698514,7 +661594,7 @@ "air_date": "2003-05-01", "question": "This L.A. landmark opened in 1934 on land owned by the Gilmore family with 18 vendors selling fresh produce", "value": "$400", - "answer": "Farmer\\'s Market", + "answer": "Farmer's Market", "round": "Double Jeopardy!", "show_number": "4309", "fullAnswer": "the Farmer\\'s Market" @@ -698534,7 +661614,7 @@ "air_date": "2003-05-01", "question": "This symbol of Halloween may have originated in Medieval Scotland & was originally carved from a large turnip", "value": "$400", - "answer": "jack-o\\'-lantern", + "answer": "jack-o'-lantern", "round": "Double Jeopardy!", "show_number": "4309", "fullAnswer": "a jack-o\\'-lantern" @@ -698609,16 +661689,6 @@ "show_number": "4309", "fullAnswer": "vegetable" }, - { - "category": "HISTORIC MOMENTS", - "air_date": "2003-05-01", - "question": "He's seen here standing up for democracy in August 1991", - "value": "$1200", - "answer": "Boris Yeltsin", - "round": "Double Jeopardy!", - "show_number": "4309", - "fullAnswer": "Boris Yeltsin" - }, { "category": "ER TALK", "air_date": "2003-05-01", @@ -698654,7 +661724,7 @@ "air_date": "2003-05-01", "question": "National Humor Month begins on this date, often with a joke-telling contest", "value": "$1,000", - "answer": "April Fool\\'s Day", + "answer": "April Fool's Day", "round": "Double Jeopardy!", "show_number": "4309", "fullAnswer": "April Fool\\'s Day" @@ -698729,16 +661799,6 @@ "show_number": "4309", "fullAnswer": "animal" }, - { - "category": "HISTORIC MOMENTS", - "air_date": "2003-05-01", - "question": "(Jimmy of the Clue Crew strolls the shores of Waimea Bay, Kauai.) When this man arrived here on Kauai in the late 1770s, he was welcomed as the harvest god Lono", - "value": "$2000", - "answer": "Captain Cook", - "round": "Double Jeopardy!", - "show_number": "4309", - "fullAnswer": "Captain Cook" - }, { "category": "ER TALK", "air_date": "2003-05-01", @@ -698749,16 +661809,6 @@ "show_number": "4309", "fullAnswer": "airway" }, - { - "category": "GILMORE GIRLS & BOYS", - "air_date": "2003-05-01", - "question": "Patrick Gilmore organized an 1869 concert that had 100 firemen on this \"instrument\" that's in the title of the following", - "value": "$2000", - "answer": "anvil", - "round": "Double Jeopardy!", - "show_number": "4309", - "fullAnswer": "the anvil" - }, { "category": "YOU SHOULD BE IN AN OPERA!", "air_date": "2003-05-01", @@ -699044,7 +662094,7 @@ "air_date": "2006-01-31", "question": "Will's only play with \"love\" in the title", "value": "$1000", - "answer": "Love\\'s Labour\\'s Lost", + "answer": "Love's Labour's Lost", "round": "Jeopardy!", "show_number": "4927", "fullAnswer": "Love\\'s Labour\\'s Lost" @@ -699119,16 +662169,6 @@ "show_number": "4927", "fullAnswer": "Matt Damon" }, - { - "category": "ISLANDS", - "air_date": "2006-01-31", - "question": "(Cheryl of the Clue Crew reports from Tinos in Greece.) In 1715, Tinos became the last island to fall to these conquerors from across the Aegean", - "value": "$400", - "answer": "Turks", - "round": "Double Jeopardy!", - "show_number": "4927", - "fullAnswer": "the Turks" - }, { "category": "BEER-VERTISING", "air_date": "2006-01-31", @@ -699219,26 +662259,6 @@ "show_number": "4927", "fullAnswer": "(Johannes) Brahms" }, - { - "category": "I NEED AN M.D.!", - "air_date": "2006-01-31", - "question": "(I'm Andrew Lloyd Webber.) My \"circle of friends\" now includes this actress, who plays a diva named Carlotta in the film \"The Phantom of the Opera\"", - "value": "$1200", - "answer": "Minnie Driver", - "round": "Double Jeopardy!", - "show_number": "4927", - "fullAnswer": "Minnie Driver" - }, - { - "category": "ISLANDS", - "air_date": "2006-01-31", - "question": "(Kelly of the Clue Crew reports from Sweden.) This Swedish island, the largest in the Baltic Sea, is said to be the original home of the Goths; makes sense", - "value": "$6,000", - "answer": "Gotland", - "round": "Double Jeopardy!", - "show_number": "4927", - "fullAnswer": "Gotland" - }, { "category": "BEER-VERTISING", "air_date": "2006-01-31", @@ -699319,16 +662339,6 @@ "show_number": "4927", "fullAnswer": "T (for meditate)" }, - { - "category": "COMPOSERS", - "air_date": "2006-01-31", - "question": "He's the German composer of the famous piece heard here, an invocation to the dawn, not a waltz", - "value": "$2000", - "answer": "Richard Strauss", - "round": "Double Jeopardy!", - "show_number": "4927", - "fullAnswer": "Richard Strauss" - }, { "category": "I NEED AN M.D.!", "air_date": "2006-01-31", @@ -699339,16 +662349,6 @@ "show_number": "4927", "fullAnswer": "Molly Dodd" }, - { - "category": "ISLANDS", - "air_date": "2006-01-31", - "question": "(Sarah of the Clue Crew reports from Aswan, Egypt.) This island here in the Nile bears the name of this British field marshal, who conquered Khartoum in 1898", - "value": "$2000", - "answer": "Lord Kitchener", - "round": "Double Jeopardy!", - "show_number": "4927", - "fullAnswer": "Lord Kitchener" - }, { "category": "BEER-VERTISING", "air_date": "2006-01-31", @@ -699524,7 +662524,7 @@ "air_date": "2008-02-06", "question": "Nancy Sinatra:
\"You keep sayin' you've got something for me...\"", "value": "$600", - "answer": "These Boots Are Made For Walkin\\'", + "answer": "These Boots Are Made For Walkin'", "round": "Jeopardy!", "show_number": "5393", "fullAnswer": "\"These Boots Are Made For Walkin\\'\"" @@ -699599,16 +662599,6 @@ "show_number": "5393", "fullAnswer": "Strom Thurmond" }, - { - "category": "HAM LIT", - "air_date": "2008-02-06", - "question": "Seen here as a U.S. Postal Service stamp honoring this character created by E.B. White in 1952", - "value": "$800", - "answer": "Wilbur", - "round": "Jeopardy!", - "show_number": "5393", - "fullAnswer": "Wilbur" - }, { "category": "PRINCE", "air_date": "2008-02-06", @@ -699919,16 +662909,6 @@ "show_number": "5393", "fullAnswer": "Charles" }, - { - "category": "FROM THE FRENCH", - "air_date": "2008-02-06", - "question": "(Kelly of the Clue Crew inspects a jewel.) Once a French term for an imperfect gem, it's now the name of the magnifying glass jewelers use to find flaws in gems", - "value": "$1600", - "answer": "loupe", - "round": "Double Jeopardy!", - "show_number": "5393", - "fullAnswer": "a loupe" - }, { "category": "WORLD WAR II IN EUROPE", "air_date": "2008-02-06", @@ -700354,7 +663334,7 @@ "air_date": "2004-03-03", "question": "This syrup brand comes in a distinctive grandmother-shaped bottle", "value": "$400", - "answer": "Mrs. Butterworth\\'s", + "answer": "Mrs. Butterworth's", "round": "Double Jeopardy!", "show_number": "4493", "fullAnswer": "Mrs. Butterworth\\'s" @@ -700364,7 +663344,7 @@ "air_date": "2004-03-03", "question": "Born in Ireland in 1911, she played Jane to Tarzan & wife to John Farrow", "value": "$800", - "answer": "Maureen O\\'Sullivan", + "answer": "Maureen O'Sullivan", "round": "Double Jeopardy!", "show_number": "4493", "fullAnswer": "Maureen O\\'Sullivan" @@ -700424,7 +663404,7 @@ "air_date": "2004-03-03", "question": "Born in Ireland in 1920, she appeared in several John Ford films, starting with \"How Green Was My Valley\"", "value": "$1200", - "answer": "Maureen O\\'Hara", + "answer": "Maureen O'Hara", "round": "Double Jeopardy!", "show_number": "4493", "fullAnswer": "Maureen O\\'Hara" @@ -700649,16 +663629,6 @@ "show_number": "5366", "fullAnswer": "the Amazon" }, - { - "category": "MY DREAM HOUSE", - "air_date": "2007-12-31", - "question": "In this style of pre-Revolutionary Americans, I like the Southern version with brick exterior & side chimneys", - "value": "$200", - "answer": "Colonial", - "round": "Jeopardy!", - "show_number": "5366", - "fullAnswer": "Colonial" - }, { "category": "5-LETTER WORDS", "air_date": "2007-12-31", @@ -700769,16 +663739,6 @@ "show_number": "5366", "fullAnswer": "a skunk" }, - { - "category": "MY DREAM HOUSE", - "air_date": "2007-12-31", - "question": "This is it: the classic L shape & low-pitched gable roof of this house named for a Western dwelling", - "value": "$600", - "answer": "ranch house", - "round": "Jeopardy!", - "show_number": "5366", - "fullAnswer": "a ranch house" - }, { "category": "5-LETTER WORDS", "air_date": "2007-12-31", @@ -700889,16 +663849,6 @@ "show_number": "5366", "fullAnswer": "the badger" }, - { - "category": "MY DREAM HOUSE", - "air_date": "2007-12-31", - "question": "I'm going to use this smallish lot economically, putting up this kind of house with tiers only one half-story apart", - "value": "$1000", - "answer": "split-level", - "round": "Jeopardy!", - "show_number": "5366", - "fullAnswer": "a split-level" - }, { "category": "5-LETTER WORDS", "air_date": "2007-12-31", @@ -701034,7 +663984,7 @@ "air_date": "2007-12-31", "question": "In 1603 Shakespeare's company, the Lord Chamberlain's Men, switched to royal patronage & to this name", "value": "$500", - "answer": "King\\'s Men", + "answer": "King's Men", "round": "Double Jeopardy!", "show_number": "5366", "fullAnswer": "the King\\'s Men" @@ -701059,16 +664009,6 @@ "show_number": "5366", "fullAnswer": "Aleksandr Solzhenitsyn" }, - { - "category": "APPROXIMATE WEIGHTS & MEASURES", - "air_date": "2007-12-31", - "question": "(Sarah of the Clue Crew begins a dare cocktail.) Two of the smallest bartender measures are these 2 that rhyme--one for a pure flavoring like Tobasco & one for liquid like soda", - "value": "$1200", - "answer": "dash & splash", - "round": "Double Jeopardy!", - "show_number": "5366", - "fullAnswer": "dash & splash" - }, { "category": "ASSASSIN & VICTIM", "air_date": "2007-12-31", @@ -701099,16 +664039,6 @@ "show_number": "5366", "fullAnswer": "Benetton" }, - { - "category": "THE BLUES", - "air_date": "2007-12-31", - "question": "To join this troupe seen here, you have to have percussion & acting skills--& be able to let your ego go!", - "value": "$1600", - "answer": "Blue Man Group", - "round": "Double Jeopardy!", - "show_number": "5366", - "fullAnswer": "the Blue Man Group" - }, { "category": "GREAT ALEXANDERS", "air_date": "2007-12-31", @@ -701149,16 +664079,6 @@ "show_number": "5366", "fullAnswer": "the cruising altitude" }, - { - "category": "PATRONS OF THE ARTS", - "air_date": "2007-12-31", - "question": "As well as the Sistine Chapel, named for Sixtus, Pope Paul III got Michelangelo to fresco this chapel, named for himself", - "value": "$2000", - "answer": "Pauline Chapel", - "round": "Double Jeopardy!", - "show_number": "5366", - "fullAnswer": "the Pauline Chapel" - }, { "category": "THE BLUES", "air_date": "2007-12-31", @@ -701639,16 +664559,6 @@ "show_number": "5720", "fullAnswer": "oxen" }, - { - "category": "HISTORICAL PAINTINGS", - "air_date": "2009-06-19", - "question": "(Jimmy of the Clue Crew points out a famous painting on the monitor.) In Emanuel Leutze's painting of Washington crossing the Delaware, the man holding the anachronistic flag is said to be this future fifth president", - "value": "$1200", - "answer": "Monroe", - "round": "Double Jeopardy!", - "show_number": "5720", - "fullAnswer": "Monroe" - }, { "category": "ROCK STARS SAY THE DARNDEST THINGS", "air_date": "2009-06-19", @@ -701759,16 +664669,6 @@ "show_number": "5720", "fullAnswer": "prairie schooners" }, - { - "category": "HISTORICAL PAINTINGS", - "air_date": "2009-06-19", - "question": "Seen here, the portrait of Napoleon in his study was done by this favorite painter of his in 1812", - "value": "$2000", - "answer": "Jacques-Louis David", - "round": "Double Jeopardy!", - "show_number": "5720", - "fullAnswer": "Jacques-Louis David" - }, { "category": "ROCK STARS SAY THE DARNDEST THINGS", "air_date": "2009-06-19", @@ -702029,16 +664929,6 @@ "show_number": "2994", "fullAnswer": "the Demilitarized Zone" }, - { - "category": "FAMOUS FREDS", - "air_date": "1997-09-11", - "question": "Group that had the following hit:

\"I'm too sexy for my shirt, too sexy for my shirt, so sexy it hurts /
I'm too sexy...\"
", - "value": "$400", - "answer": "Right Said Fred", - "round": "Jeopardy!", - "show_number": "2994", - "fullAnswer": "Right Said Fred" - }, { "category": "KNOW YOUR EARTH", "air_date": "1997-09-11", @@ -702184,7 +665074,7 @@ "air_date": "1997-09-11", "question": "The title of this first Beatles film may have come from a line in John Lennon's book \"In His Own Write\"", "value": "$200", - "answer": "A Hard Day\\'s Night", + "answer": "A Hard Day's Night", "round": "Double Jeopardy!", "show_number": "2994", "fullAnswer": "\"A Hard Day\\'s Night\"" @@ -702399,16 +665289,6 @@ "show_number": "2994", "fullAnswer": "\"Calico Jack\"" }, - { - "category": "MUSIC HONORS", - "air_date": "1997-09-11", - "question": "Singer seen here, she was the CMA's Female Vocalist of the Year in 1989 & 1990:", - "value": "$1,000", - "answer": "Kathy Mattea", - "round": "Double Jeopardy!", - "show_number": "2994", - "fullAnswer": "Kathy Mattea" - }, { "category": "BACK TO SCHOOL", "air_date": "1997-09-11", @@ -702609,16 +665489,6 @@ "show_number": "4031", "fullAnswer": "a cash register" }, - { - "category": "AMERICAN HISTORY", - "air_date": "2002-02-25", - "question": "(Cheryl of the Clue Crew reports from Gettysburg Cemetery.) In 1863, Lincoln dedicated this cemetery by saying that \"we cannot consecrate--we cannot\" do this to \"this ground\"", - "value": "$800", - "answer": "hallow", - "round": "Jeopardy!", - "show_number": "4031", - "fullAnswer": "hallow" - }, { "category": "FIREFIGHTING", "air_date": "2002-02-25", @@ -702679,16 +665549,6 @@ "show_number": "4031", "fullAnswer": "El Paso" }, - { - "category": "FIREFIGHTING", - "air_date": "2002-02-25", - "question": "(Sarah of the Clue Crew holds a heavy piece of equipment.) Used by firemen following auto accidents, it's the 3-word term for this important hydraulic rescue tool", - "value": "$1000", - "answer": "jaws of life", - "round": "Jeopardy!", - "show_number": "4031", - "fullAnswer": "the jaws of life" - }, { "category": "GEOGRAPH\"E\"", "air_date": "2002-02-25", @@ -702779,16 +665639,6 @@ "show_number": "4031", "fullAnswer": "a bow tie" }, - { - "category": "BEHIND THE MUSIC", - "air_date": "2002-02-25", - "question": "One \"Behind the Music\" covered this year in which the U.S. re-elected Nixon & tried to deport John Lennon", - "value": "$400", - "answer": "1972", - "round": "Double Jeopardy!", - "show_number": "4031", - "fullAnswer": "1972" - }, { "category": "\"FLYING\"", "air_date": "2002-02-25", @@ -702819,26 +665669,6 @@ "show_number": "4031", "fullAnswer": "potassium" }, - { - "category": "PUT ON A TIE", - "air_date": "2002-02-25", - "question": "(Jimmy of the Clue Crew purties up.) Howdy, partner! It's the 4-letter name for the Western favorite I'm wearing", - "value": "$800", - "answer": "bolo", - "round": "Double Jeopardy!", - "show_number": "4031", - "fullAnswer": "a bolo" - }, - { - "category": "BEHIND THE MUSIC", - "air_date": "2002-02-25", - "question": "This '50s high school love story that's thrilled people since the '70s got its own episode", - "value": "$800", - "answer": "Grease", - "round": "Double Jeopardy!", - "show_number": "4031", - "fullAnswer": "Grease" - }, { "category": "\"FLYING\"", "air_date": "2002-02-25", @@ -702889,16 +665719,6 @@ "show_number": "4031", "fullAnswer": "a tie tack (or tiepin)" }, - { - "category": "BEHIND THE MUSIC", - "air_date": "2002-02-25", - "question": "This show that empowered women in the summer of '97 always closed with Joni Mitchell's \"Big Yellow Taxi\"", - "value": "$3,000", - "answer": "Lilith Fair", - "round": "Double Jeopardy!", - "show_number": "4031", - "fullAnswer": "Lilith Fair" - }, { "category": "\"FLYING\"", "air_date": "2002-02-25", @@ -702939,16 +665759,6 @@ "show_number": "4031", "fullAnswer": "a four-in-hand" }, - { - "category": "BEHIND THE MUSIC", - "air_date": "2002-02-25", - "question": "\"Behind the Music\" noted the tragic irony when this activist \"Cat's In The Cradle\" singer died en route to a benefit concert", - "value": "$1600", - "answer": "Harry Chapin", - "round": "Double Jeopardy!", - "show_number": "4031", - "fullAnswer": "Harry Chapin" - }, { "category": "\"FLYING\"", "air_date": "2002-02-25", @@ -702969,16 +665779,6 @@ "show_number": "4031", "fullAnswer": "Walter Gropius" }, - { - "category": "YOUR BETTER ELEMENTS", - "air_date": "2002-02-25", - "question": "Seen here in a mound, you've got less than a pound of it in your body", - "value": "$2000", - "answer": "sulfur", - "round": "Double Jeopardy!", - "show_number": "4031", - "fullAnswer": "sulfur" - }, { "category": "PUT ON A TIE", "air_date": "2002-02-25", @@ -702989,16 +665789,6 @@ "show_number": "4031", "fullAnswer": "a regimental tie" }, - { - "category": "BEHIND THE MUSIC", - "air_date": "2002-02-25", - "question": "One of the most poignant BTM episodes reunited this teen idol with his paralyzed friend Roland Winkler", - "value": "$2000", - "answer": "Leif Garrett", - "round": "Double Jeopardy!", - "show_number": "4031", - "fullAnswer": "Leif Garrett" - }, { "category": "CLASSICAL MUSIC", "air_date": "2002-02-25", @@ -703054,7 +665844,7 @@ "air_date": "2000-12-08", "question": "These “Hermits” got their name because their lead singer resembled a character on TV's “Rocky & His Friends”", "value": "$100", - "answer": "Herman\\'s Hermits", + "answer": "Herman's Hermits", "round": "Jeopardy!", "show_number": "3745", "fullAnswer": "Herman\\'s Hermits" @@ -703304,7 +666094,7 @@ "air_date": "2000-12-08", "question": "You'll find its main campus in Flushing, New York", "value": "$500", - "answer": "Queen\\'s College", + "answer": "Queen's College", "round": "Jeopardy!", "show_number": "3745", "fullAnswer": "Queen\\'s College" @@ -703669,16 +666459,6 @@ "show_number": "6026", "fullAnswer": "Nestea" }, - { - "category": "WORD PUZZLES", - "air_date": "2010-11-22", - "question": "When I needed money, I did this--bought, then quickly resold", - "value": "$200", - "answer": "flipped the house", - "round": "Jeopardy!", - "show_number": "6026", - "fullAnswer": "flipped the house" - }, { "category": "WORLD HERSTORY", "air_date": "2010-11-22", @@ -703729,16 +666509,6 @@ "show_number": "6026", "fullAnswer": "root beer" }, - { - "category": "WORD PUZZLES", - "air_date": "2010-11-22", - "question": "It's an arm of the Mediterranean", - "value": "$400", - "answer": "Aegean Sea", - "round": "Jeopardy!", - "show_number": "6026", - "fullAnswer": "the Aegean Sea" - }, { "category": "WORLD HERSTORY", "air_date": "2010-11-22", @@ -703789,16 +666559,6 @@ "show_number": "6026", "fullAnswer": "Kool-Aid" }, - { - "category": "WORD PUZZLES", - "air_date": "2010-11-22", - "question": "Quickly, quickly, quickly--this way", - "value": "$600", - "answer": "lickety split", - "round": "Jeopardy!", - "show_number": "6026", - "fullAnswer": "lickety split" - }, { "category": "WORLD HERSTORY", "air_date": "2010-11-22", @@ -703849,16 +666609,6 @@ "show_number": "6026", "fullAnswer": "Gatorade" }, - { - "category": "WORD PUZZLES", - "air_date": "2010-11-22", - "question": "Condition of commotion & noisy confusion", - "value": "$800", - "answer": "uproar", - "round": "Jeopardy!", - "show_number": "6026", - "fullAnswer": "uproar" - }, { "category": "WORLD HERSTORY", "air_date": "2010-11-22", @@ -703909,16 +666659,6 @@ "show_number": "6026", "fullAnswer": "Smartwater" }, - { - "category": "WORD PUZZLES", - "air_date": "2010-11-22", - "question": "Formidable feudal firearm", - "value": "$1000", - "answer": "crossbow", - "round": "Jeopardy!", - "show_number": "6026", - "fullAnswer": "crossbow" - }, { "category": "CUBA, SI!", "air_date": "2010-11-22", @@ -703969,16 +666709,6 @@ "show_number": "6026", "fullAnswer": "Alpine" }, - { - "category": "I LEARNED IT IN BALLET CLASS", - "air_date": "2010-11-22", - "question": "(Kelly of the Clue Crew reads from the Dance Theatre of Harlem.) A series of quick, jumping steps is called this, also the Italian term for the tempo at which the music is playing", - "value": "$400", - "answer": "allegro", - "round": "Double Jeopardy!", - "show_number": "6026", - "fullAnswer": "allegro" - }, { "category": "CUBA, SI!", "air_date": "2010-11-22", @@ -704029,16 +666759,6 @@ "show_number": "6026", "fullAnswer": "a verb" }, - { - "category": "I LEARNED IT IN BALLET CLASS", - "air_date": "2010-11-22", - "question": "(Kelly of the Clue Crew reads from the Dance Theatre of Harlem.) A fouetté is a pirouette that lets the dancer regain momentum after each spin; the Black Swan does 32 in a row in a ballet by this composer", - "value": "$800", - "answer": "Tchaikovsky", - "round": "Double Jeopardy!", - "show_number": "6026", - "fullAnswer": "Tchaikovsky" - }, { "category": "CUBA, SI!", "air_date": "2010-11-22", @@ -704089,16 +666809,6 @@ "show_number": "6026", "fullAnswer": "Shiva" }, - { - "category": "I LEARNED IT IN BALLET CLASS", - "air_date": "2010-11-22", - "question": "(Jimmy of the Clue Crew reads from the Dance Theatre of Harlem.) Legend says the Royale was created in an attempt to do the harder entrechat quatre by this 17th-century French king, under whom ballet became a strict art form", - "value": "$1200", - "answer": "Louis XIV", - "round": "Double Jeopardy!", - "show_number": "6026", - "fullAnswer": "Louis XIV" - }, { "category": "CUBA, SI!", "air_date": "2010-11-22", @@ -704149,16 +666859,6 @@ "show_number": "6026", "fullAnswer": "Bactrian" }, - { - "category": "I LEARNED IT IN BALLET CLASS", - "air_date": "2010-11-22", - "question": "(Jimmy of the Clue Crew reads from the Dance Theatre of Harlem.) The step battement tendu was highly valued by this legendary choreographer. He told his wife, Maria Tallchief, that if she'd do it properly she wouldn't have to learn anything else", - "value": "$1600", - "answer": "Balanchine", - "round": "Double Jeopardy!", - "show_number": "6026", - "fullAnswer": "Balanchine" - }, { "category": "CUBA, SI!", "air_date": "2010-11-22", @@ -704209,16 +666909,6 @@ "show_number": "6026", "fullAnswer": "endocrine & exocrine" }, - { - "category": "I LEARNED IT IN BALLET CLASS", - "air_date": "2010-11-22", - "question": "(Kelly of the Clue Crew reads from the Dance Theatre of Harlem.) The final pas de deux is one of the famous dances from this ballet; maybe it's fitting that its choreographer Lev Ivanov died on Christmas Eve when it's set", - "value": "$2000", - "answer": "Nutcracker", - "round": "Double Jeopardy!", - "show_number": "6026", - "fullAnswer": "The Nutcracker" - }, { "category": "COMMUNICATION", "air_date": "2010-11-22", @@ -704379,16 +667069,6 @@ "show_number": "4", "fullAnswer": "Monopoly" }, - { - "category": "TRANSPORTATION", - "air_date": "1984-09-13", - "question": "Vehicle Butch Cassidy rode during this song:", - "value": "$500", - "answer": "bicycle", - "round": "Jeopardy!", - "show_number": "4", - "fullAnswer": "a bicycle" - }, { "category": "TRIVIA", "air_date": "1984-09-13", @@ -704754,7 +667434,7 @@ "air_date": "1984-09-13", "question": "Since 1970, the only cabinet department not headed by a secretary", "value": null, - "answer": "Attorney General\\'s Department", + "answer": "Attorney General's Department", "round": "Final Jeopardy!", "show_number": "4", "fullAnswer": "the Attorney General\\'s Department" @@ -705529,16 +668209,6 @@ "show_number": "5680", "fullAnswer": "paddlewheel" }, - { - "category": "FASTER", - "air_date": "2009-04-24", - "question": "Clocked at 36 mph, one of the world's fastest insects is the Australian this seen here", - "value": "$600", - "answer": "dragonfly", - "round": "Jeopardy!", - "show_number": "5680", - "fullAnswer": "a dragonfly" - }, { "category": "I HEAR BANJOS", "air_date": "2009-04-24", @@ -705719,16 +668389,6 @@ "show_number": "5680", "fullAnswer": "squirrel" }, - { - "category": "WAKING THE BABY MAMMOTH", - "air_date": "2009-04-24", - "question": "(Paleontologist Dan Fisher delivers the clue)
Baby mammoth did not eat much solid food until roughly a year old. Lyuba's last meal was probably this, residue of which might actually be found in her intestines", - "value": "$400", - "answer": "milk", - "round": "Double Jeopardy!", - "show_number": "5680", - "fullAnswer": "(mother\\'s) milk" - }, { "category": "LANDS DOWN UNDER", "air_date": "2009-04-24", @@ -705779,16 +668439,6 @@ "show_number": "5680", "fullAnswer": "nautical" }, - { - "category": "WAKING THE BABY MAMMOTH", - "air_date": "2009-04-24", - "question": "(Paleontologist Dan Fisher delivers the clue)
Mammoths often had a hump on their shoulders, which consisted of this type of tissue, and served as a calorie reserve during harsh winters", - "value": "$800", - "answer": "fat", - "round": "Double Jeopardy!", - "show_number": "5680", - "fullAnswer": "fat" - }, { "category": "LANDS DOWN UNDER", "air_date": "2009-04-24", @@ -705829,26 +668479,6 @@ "show_number": "5680", "fullAnswer": "Russia" }, - { - "category": "8-LETTER WORDS", - "air_date": "2009-04-24", - "question": "(Sarah of the Clue Crew delivers the clue from the USS John C. Stennis)
Carrier pilots like to have this to get airborne, by increasing lift if it's 10% of takeoff air speed, it reduces takeoff distance by about 20%", - "value": "$1200", - "answer": "headwind", - "round": "Double Jeopardy!", - "show_number": "5680", - "fullAnswer": "a headwind" - }, - { - "category": "WAKING THE BABY MAMMOTH", - "air_date": "2009-04-24", - "question": "(Paleontologist Dan Fisher delivers the clue)
It's fortunate that Lyuba's body retained at least some of her hair; recent research shows that woolly mammoth's wool can be a better source than bones for sequencing this", - "value": "$1200", - "answer": "DNA", - "round": "Double Jeopardy!", - "show_number": "5680", - "fullAnswer": "DNA" - }, { "category": "LANDS DOWN UNDER", "air_date": "2009-04-24", @@ -705899,16 +668529,6 @@ "show_number": "5680", "fullAnswer": "ricochet" }, - { - "category": "WAKING THE BABY MAMMOTH", - "air_date": "2009-04-24", - "question": "(Paleontologist Dan Fisher delivers the clue)
Lyuba's well preserved body was revealed when this permanently frozen subsoll melted, exposing her small form near the Yuribey River", - "value": "$1600", - "answer": "permafrost", - "round": "Double Jeopardy!", - "show_number": "5680", - "fullAnswer": "permafrost" - }, { "category": "LANDS DOWN UNDER", "air_date": "2009-04-24", @@ -705949,16 +668569,6 @@ "show_number": "5680", "fullAnswer": "Japan" }, - { - "category": "8-LETTER WORDS", - "air_date": "2009-04-24", - "question": "(Jon of the Clue Crew delivers the clue.) Mica minerals are known for their excellence in this property; see how this one breaks cleanly along planes", - "value": "$2000", - "answer": "cleavage", - "round": "Double Jeopardy!", - "show_number": "5680", - "fullAnswer": "cleavage" - }, { "category": "WAKING THE BABY MAMMOTH", "air_date": "2009-04-24", @@ -706019,16 +668629,6 @@ "show_number": "5169", "fullAnswer": "Russia" }, - { - "category": "PICTURE ME!", - "air_date": "2007-02-15", - "question": "Sadly, her fairy tale ended in worldwide grief in 1997", - "value": "$200", - "answer": "Princess Diana", - "round": "Jeopardy!", - "show_number": "5169", - "fullAnswer": "Princess Diana" - }, { "category": "WELCOME TO \"HIGH\" SCHOOL", "air_date": "2007-02-15", @@ -706069,26 +668669,6 @@ "show_number": "5169", "fullAnswer": "icing (or frosting)" }, - { - "category": "AROUND THE WORLD", - "air_date": "2007-02-15", - "question": "The famous landmark seen here is in this city", - "value": "$400", - "answer": "Pisa", - "round": "Jeopardy!", - "show_number": "5169", - "fullAnswer": "Pisa" - }, - { - "category": "PICTURE ME!", - "air_date": "2007-02-15", - "question": "Sit by the fireside and name this popular president", - "value": "$400", - "answer": "Franklin Delano Roosevelt", - "round": "Jeopardy!", - "show_number": "5169", - "fullAnswer": "Franklin Delano Roosevelt" - }, { "category": "WELCOME TO \"HIGH\" SCHOOL", "air_date": "2007-02-15", @@ -706119,16 +668699,6 @@ "show_number": "5169", "fullAnswer": "Madonna" }, - { - "category": "FOOD", - "air_date": "2007-02-15", - "question": "The topping here is this delicacy, that can come from several different creatures", - "value": "$600", - "answer": "caviar", - "round": "Jeopardy!", - "show_number": "5169", - "fullAnswer": "caviar" - }, { "category": "AROUND THE WORLD", "air_date": "2007-02-15", @@ -706139,16 +668709,6 @@ "show_number": "5169", "fullAnswer": "Alexandria" }, - { - "category": "PICTURE ME!", - "air_date": "2007-02-15", - "question": "This saintly Nobel prize winner has rightfully inspired tremendous devotion", - "value": "$600", - "answer": "Mother Teresa", - "round": "Jeopardy!", - "show_number": "5169", - "fullAnswer": "Mother Teresa" - }, { "category": "WELCOME TO \"HIGH\" SCHOOL", "air_date": "2007-02-15", @@ -706199,16 +668759,6 @@ "show_number": "5169", "fullAnswer": "Bombay" }, - { - "category": "PICTURE ME!", - "air_date": "2007-02-15", - "question": "They're the innovative high-flying Ohioans seen here", - "value": "$800", - "answer": "Orville & Wilbur Wright", - "round": "Jeopardy!", - "show_number": "5169", - "fullAnswer": "Orville & Wilbur Wright" - }, { "category": "WELCOME TO \"HIGH\" SCHOOL", "air_date": "2007-02-15", @@ -706239,16 +668789,6 @@ "show_number": "5169", "fullAnswer": "My Chemical Romance" }, - { - "category": "FOOD", - "air_date": "2007-02-15", - "question": "The name of this type of beef, seen here, means it's been preserved by salting", - "value": "$1000", - "answer": "corned beef ", - "round": "Jeopardy!", - "show_number": "5169", - "fullAnswer": "corned beef (or pickled beef)" - }, { "category": "AROUND THE WORLD", "air_date": "2007-02-15", @@ -706259,16 +668799,6 @@ "show_number": "5169", "fullAnswer": "Lombard Street" }, - { - "category": "PICTURE ME!", - "air_date": "2007-02-15", - "question": "Revolutionary world leader and party animal seen here", - "value": "$1000", - "answer": "Mao Tse-tung", - "round": "Jeopardy!", - "show_number": "5169", - "fullAnswer": "Mao Tse-tung" - }, { "category": "WELCOME TO \"HIGH\" SCHOOL", "air_date": "2007-02-15", @@ -706429,16 +668959,6 @@ "show_number": "5169", "fullAnswer": "Yale University" }, - { - "category": "THE BIRDS & THE BEES", - "air_date": "2007-02-15", - "question": "The white type of this forage plant is a prime source of the nectar that bees use to make honey", - "value": "$1200", - "answer": "clover", - "round": "Double Jeopardy!", - "show_number": "5169", - "fullAnswer": "clover" - }, { "category": "THREE OF A KIND", "air_date": "2007-02-15", @@ -706529,16 +669049,6 @@ "show_number": "5169", "fullAnswer": "Department of Education" }, - { - "category": "BROADWAY", - "air_date": "2007-02-15", - "question": "It's the most bewitching musical on Broadway, and its Playbill cover is seen here", - "value": "$2000", - "answer": "Wicked", - "round": "Double Jeopardy!", - "show_number": "5169", - "fullAnswer": "Wicked" - }, { "category": "LET'S CHECK OUT SOME COLLEGES", "air_date": "2007-02-15", @@ -706594,7 +669104,7 @@ "air_date": "2000-12-26", "question": "[video clue - audio portion also missing]", "value": "$100", - "answer": "St. Patrick\\'s Day & Christmas Day", + "answer": "St. Patrick's Day & Christmas Day", "round": "Jeopardy!", "show_number": "3757", "fullAnswer": "St. Patrick\\'s Day & Christmas Day" @@ -707224,7 +669734,7 @@ "air_date": "2005-09-27", "question": "\"Well, I got me a fine wife,
I got me old fiddle\"", "value": "$400", - "answer": "Thank God I\\'m A Country Boy", + "answer": "Thank God I'm A Country Boy", "round": "Jeopardy!", "show_number": "4837", "fullAnswer": "\"Thank God I\\'m A Country Boy\"" @@ -707404,7 +669914,7 @@ "air_date": "2005-09-27", "question": "\"You fill up my senses like a night in a forest...\"", "value": "$1000", - "answer": "Annie\\'s Song", + "answer": "Annie's Song", "round": "Jeopardy!", "show_number": "4837", "fullAnswer": "\"Annie\\'s Song\"" @@ -707529,16 +670039,6 @@ "show_number": "4837", "fullAnswer": "East of Eden" }, - { - "category": "GONE WITH THE WIND", - "air_date": "2005-09-27", - "question": "In 1968, this sewing machine company's New York City tower--once the world's tallest building--became the tallest ever demolished", - "value": "$800", - "answer": "Singer", - "round": "Double Jeopardy!", - "show_number": "4837", - "fullAnswer": "Singer" - }, { "category": "IT HAPPENED ONE KNIGHT", "air_date": "2005-09-27", @@ -707629,16 +670129,6 @@ "show_number": "4837", "fullAnswer": "\"Stars and Bars\"" }, - { - "category": "SOUTH OF THE EQUATOR", - "air_date": "2005-09-27", - "question": "(Jeff Probst reads the clue.) In 1774, Captain James Cook charted the islands that now compose Vanuatu & named them this for an island group off Scotland", - "value": "$1600", - "answer": "New Hebrides", - "round": "Double Jeopardy!", - "show_number": "4837", - "fullAnswer": "the New Hebrides" - }, { "category": "LITERARY ____ OF ____", "air_date": "2005-09-27", @@ -708399,16 +670889,6 @@ "show_number": "5474", "fullAnswer": "the pen" }, - { - "category": "THE 20th CENTURY", - "air_date": "2008-05-29", - "question": "In 1967, this Cuban revolutionary leader was captured in Bolivia and executed", - "value": "$400", - "answer": "Che Guevara", - "round": "Jeopardy!", - "show_number": "5474", - "fullAnswer": "\"Che\" Guevara" - }, { "category": "I DO", "air_date": "2008-05-29", @@ -708429,16 +670909,6 @@ "show_number": "5474", "fullAnswer": "chiffon" }, - { - "category": "LITERARY LOCALES", - "air_date": "2008-05-29", - "question": "(Jon of the Clue Crew reports from the American Museum of Natural History in New York.) This J.D. Salinger hero reminisces about seeing the Haida canoe on childhood field trips to the American Museum of Natural History", - "value": "$400", - "answer": "Holden Caulfield", - "round": "Jeopardy!", - "show_number": "5474", - "fullAnswer": "Holden Caulfield" - }, { "category": "NUMBERS", "air_date": "2008-05-29", @@ -708689,16 +671159,6 @@ "show_number": "5474", "fullAnswer": "a hoof" }, - { - "category": "\"IS\" THAT SO?", - "air_date": "2008-05-29", - "question": "This Egyptian goddess learned the secret name of Ra & thus acquired his power", - "value": "$400", - "answer": "Isis", - "round": "Double Jeopardy!", - "show_number": "5474", - "fullAnswer": "Isis" - }, { "category": "WHAT \"A\" COUNTRY!", "air_date": "2008-05-29", @@ -708834,7 +671294,7 @@ "air_date": "2008-05-29", "question": "\"How are things in Glocca Morra?\"
Well, Og the leprechaun wants his gold & some \"multi-colored\" fish for a start", "value": "$1600", - "answer": "Finian\\'s Rainbow trout", + "answer": "Finian's Rainbow trout", "round": "Double Jeopardy!", "show_number": "5474", "fullAnswer": "Finian\\'s Rainbow trout" @@ -709139,16 +671599,6 @@ "show_number": "4850", "fullAnswer": "spinach" }, - { - "category": "WHAT'S ON TV, KIDS?", - "air_date": "2005-10-14", - "question": "Seen here on a U.S. stamp, most of us see her on the eternally popular reruns of shows she starred in from the 1950s", - "value": "$800", - "answer": "Lucille Ball", - "round": "Jeopardy!", - "show_number": "4850", - "fullAnswer": "Lucille Ball" - }, { "category": "GEOGRAPHY", "air_date": "2005-10-14", @@ -709369,16 +671819,6 @@ "show_number": "4850", "fullAnswer": "mohair" }, - { - "category": "REPTILES", - "air_date": "2005-10-14", - "question": "(Kelly of the Clue Crew introduces us to a green lizard.) The name of this animal, found in Africa, is from the Greek for \"ground lion\"", - "value": "$800", - "answer": "chameleon", - "round": "Double Jeopardy!", - "show_number": "4850", - "fullAnswer": "a chameleon" - }, { "category": "SPORTS STARS", "air_date": "2005-10-14", @@ -709794,7 +672234,7 @@ "air_date": "2010-03-17", "question": "Risque D.H. Lawrence novel", "value": "$400", - "answer": "Lady Chatterley\\'s Lover", + "answer": "Lady Chatterley's Lover", "round": "Double Jeopardy!", "show_number": "5878", "fullAnswer": "Lady Chatterley\\'s Lover" @@ -709879,26 +672319,6 @@ "show_number": "5878", "fullAnswer": "(Sigmund) Freud" }, - { - "category": "SPORTS STARS", - "air_date": "2010-03-17", - "question": "Smokin' aces, she's the athlete seen here", - "value": "$1200", - "answer": "Sharapova", - "round": "Double Jeopardy!", - "show_number": "5878", - "fullAnswer": "(Maria) Sharapova" - }, - { - "category": "INTERNATIONAL SEAFOOD", - "air_date": "2010-03-17", - "question": "(Sarah of the Clue Crew sits down at a restaurant in Lisbon, Portugal.) Bacalhau, Portugal's national dish & an acquired taste, is this fish salted; the nickname Bobby \"Bacala\" on \"The Sopranos\" means the same thing", - "value": "$1200", - "answer": "cod", - "round": "Double Jeopardy!", - "show_number": "5878", - "fullAnswer": "cod" - }, { "category": "COMPLETES THE QUOTATION", "air_date": "2010-03-17", @@ -709999,16 +672419,6 @@ "show_number": "5878", "fullAnswer": "Max Planck" }, - { - "category": "SPORTS STARS", - "air_date": "2010-03-17", - "question": "He won the British Open in 2007--the first Irishman to do so in 60 years", - "value": "$2000", - "answer": "Padraig Harrington", - "round": "Double Jeopardy!", - "show_number": "5878", - "fullAnswer": "Padraig Harrington" - }, { "category": "INTERNATIONAL SEAFOOD", "air_date": "2010-03-17", @@ -710169,16 +672579,6 @@ "show_number": "5921", "fullAnswer": "Bob" }, - { - "category": "CUT!", - "air_date": "2010-05-17", - "question": "(Kelly of the Clue Crew shows an animation on the monitor.) When clipping a dog's nails, be careful not to clip this part of the nail--blood vessels & nerves there will create pain for your pooch", - "value": "$400", - "answer": "quick", - "round": "Jeopardy!", - "show_number": "5921", - "fullAnswer": "the quick" - }, { "category": "HARK, IT'S ARKANSAS!", "air_date": "2010-05-17", @@ -710409,16 +672809,6 @@ "show_number": "5921", "fullAnswer": "test" }, - { - "category": "MASADA", - "air_date": "2010-05-17", - "question": "(Alex reports from Masada, Israel.) The Romans would come out of their encampment down below & harry the defenders of Masada by hurling stones such as this one over the walls using this ancient artillery weapon", - "value": "$400", - "answer": "catapult", - "round": "Double Jeopardy!", - "show_number": "5921", - "fullAnswer": "catapult" - }, { "category": "LESSER-KNOWN ART & ARTISTS", "air_date": "2010-05-17", @@ -710529,16 +672919,6 @@ "show_number": "5921", "fullAnswer": "throw" }, - { - "category": "MASADA", - "air_date": "2010-05-17", - "question": "(Alex reports from Masada, Israel.) The thousand defenders were able to survive for two years because they had more than a dozen of these defensive assets--collectors of water from the Latin for \"box\"", - "value": "$1200", - "answer": "cisterns", - "round": "Double Jeopardy!", - "show_number": "5921", - "fullAnswer": "cisterns" - }, { "category": "LESSER-KNOWN ART & ARTISTS", "air_date": "2010-05-17", @@ -710569,16 +672949,6 @@ "show_number": "5921", "fullAnswer": "fermentation" }, - { - "category": "BEST PICTURE LETTER DROP", - "air_date": "2010-05-17", - "question": "A quiet 1991 film, minus a letter, becomes this, as seen here", - "value": "$1600", - "answer": "Silence of the Labs", - "round": "Double Jeopardy!", - "show_number": "5921", - "fullAnswer": "The Silence of the Labs" - }, { "category": "MISSING LINKS", "air_date": "2010-05-17", @@ -710649,16 +673019,6 @@ "show_number": "5921", "fullAnswer": "Creek" }, - { - "category": "MASADA", - "air_date": "2010-05-17", - "question": "(Alex reports from Masada, Israel.) The defenders chose death over surrender, & then they drew lots to determine who would get to kill the others; we get the story from this Roman historian who had been in a lot-drawing situation himself as a Jewish fighter", - "value": "$2000", - "answer": "Josephus", - "round": "Double Jeopardy!", - "show_number": "5921", - "fullAnswer": "(Flavius) Josephus" - }, { "category": "20th CENTURY THINKERS", "air_date": "2010-05-17", @@ -710749,16 +673109,6 @@ "show_number": "6005", "fullAnswer": "Damages" }, - { - "category": "REAL SIMPLE new uses for old things", - "air_date": "2010-10-22", - "question": "Put a sheet of this between your TV & DVD player to keep comingling electromagnetic fields from distorting the picture", - "value": "$400", - "answer": "aluminum foil", - "round": "Jeopardy!", - "show_number": "6005", - "fullAnswer": "aluminum foil" - }, { "category": "\"G\" MEN", "air_date": "2010-10-22", @@ -710864,21 +673214,11 @@ "air_date": "2010-10-22", "question": "\"Alice\" & her fellow waitresses worked at this eatery", "value": "$800", - "answer": "Mel\\'s Diner", + "answer": "Mel's Diner", "round": "Jeopardy!", "show_number": "6005", "fullAnswer": "Mel\\'s Diner" }, - { - "category": "REAL SIMPLE new uses for old things", - "air_date": "2010-10-22", - "question": "Instead of using this device for arranging flowers, you can put pictures between its teeth", - "value": "$800", - "answer": "flower frog", - "round": "Jeopardy!", - "show_number": "6005", - "fullAnswer": "a flower frog" - }, { "category": "\"G\" MEN", "air_date": "2010-10-22", @@ -710964,7 +673304,7 @@ "air_date": "2010-10-22", "question": "Referring to something dear, this phrase originated in Deuteronomy 32:10 & refers to the pupil", "value": "$1000", - "answer": "apple of one\\'s eye", + "answer": "apple of one's eye", "round": "Jeopardy!", "show_number": "6005", "fullAnswer": "the apple of one\\'s eye" @@ -711354,7 +673694,7 @@ "air_date": "2003-01-29", "question": "Armstrong's furtive looks", "value": "$400", - "answer": "Lance\\'s glances", + "answer": "Lance's glances", "round": "Jeopardy!", "show_number": "4243", "fullAnswer": "Lance\\'s glances" @@ -711414,7 +673754,7 @@ "air_date": "2003-01-29", "question": "Piazza's fondnesses", "value": "$600", - "answer": "Mike\\'s likes", + "answer": "Mike's likes", "round": "Jeopardy!", "show_number": "4243", "fullAnswer": "Mike\\'s likes" @@ -711474,7 +673814,7 @@ "air_date": "2003-01-29", "question": "Former Raider Lamonica's casks", "value": "$800", - "answer": "Daryle\\'s barrels", + "answer": "Daryle's barrels", "round": "Jeopardy!", "show_number": "4243", "fullAnswer": "Daryle\\'s barrels" @@ -711534,7 +673874,7 @@ "air_date": "2003-01-29", "question": "Gannon's wall recesses", "value": "$1000", - "answer": "Rich\\'s niches", + "answer": "Rich's niches", "round": "Jeopardy!", "show_number": "4243", "fullAnswer": "Rich\\'s niches" @@ -711979,16 +674319,6 @@ "show_number": "5920", "fullAnswer": "Candide" }, - { - "category": "GODS AMONG US", - "air_date": "2010-05-14", - "question": "(Sarah of the Clue Crew watches an emblem being applied to a California Highway Patrol car.) The symbol of the highway patrol features the Great Seal of California & this Roman war goddess, whose Greek counterpart was Athena", - "value": "$600", - "answer": "Minerva", - "round": "Jeopardy!", - "show_number": "5920", - "fullAnswer": "Minerva" - }, { "category": "BOXING TERMS SANS BOXING", "air_date": "2010-05-14", @@ -712119,16 +674449,6 @@ "show_number": "5920", "fullAnswer": "a knockout" }, - { - "category": "LIVING HEALTHY WITH DR. OZ", - "air_date": "2010-05-14", - "question": "(Dr. Oz shows a plate of bananas, dates, strawberries, and other fruits.) One way to control high blood pressure is to counteract high levels of sodium in the average diet by eating foods rich in magnesium & this element--symbol K", - "value": "$400", - "answer": "potassium", - "round": "Double Jeopardy!", - "show_number": "5920", - "fullAnswer": "potassium" - }, { "category": "TOUGH CAPITAL CITIES", "air_date": "2010-05-14", @@ -712149,16 +674469,6 @@ "show_number": "5920", "fullAnswer": "(Jason) Bourne" }, - { - "category": "TAKE A WELK ON THE WILD SIDE", - "air_date": "2010-05-14", - "question": "This a-guy, he got me on my a-knees with his singin' on \"Layla\" & \"Wunnerful Tonight\"", - "value": "$400", - "answer": "Eric Clapton", - "round": "Double Jeopardy!", - "show_number": "5920", - "fullAnswer": "Eric Clapton" - }, { "category": "FRIEND", "air_date": "2010-05-14", @@ -712179,16 +674489,6 @@ "show_number": "5920", "fullAnswer": "forge" }, - { - "category": "LIVING HEALTHY WITH DR. OZ", - "air_date": "2010-05-14", - "question": "(Dr. Oz shows an anatomical animation on the monitor.) Though often blamed on stress, these interior wounds to the stomach or duodenum are typically the result of a bacterial infection", - "value": "$800", - "answer": "ulcer", - "round": "Double Jeopardy!", - "show_number": "5920", - "fullAnswer": "an ulcer" - }, { "category": "TOUGH CAPITAL CITIES", "air_date": "2010-05-14", @@ -712209,16 +674509,6 @@ "show_number": "5920", "fullAnswer": "James Fenimore Cooper" }, - { - "category": "TAKE A WELK ON THE WILD SIDE", - "air_date": "2010-05-14", - "question": "On \"The Wunner Years\", this kid played Kevin; he also a-directed \"Daddy Day Camp\"", - "value": "$800", - "answer": "Savage", - "round": "Double Jeopardy!", - "show_number": "5920", - "fullAnswer": "(Fred) Savage" - }, { "category": "FRIEND", "air_date": "2010-05-14", @@ -712239,16 +674529,6 @@ "show_number": "5920", "fullAnswer": "\"The Sham\"" }, - { - "category": "LIVING HEALTHY WITH DR. OZ", - "air_date": "2010-05-14", - "question": "(Dr. Oz holds a snack bowl.) Eat a snack a half an hour before mealtime, so you're already feeling full & will eat less; you're reducing levels of the hunger-causing chemical ghrelin--one of these, like estrogen & insulin", - "value": "$1200", - "answer": "hormone", - "round": "Double Jeopardy!", - "show_number": "5920", - "fullAnswer": "a hormone" - }, { "category": "TOUGH CAPITAL CITIES", "air_date": "2010-05-14", @@ -712269,16 +674549,6 @@ "show_number": "5920", "fullAnswer": "Blofeld" }, - { - "category": "TAKE A WELK ON THE WILD SIDE", - "air_date": "2010-05-14", - "question": "Cathy Lee Crosby was \"Wunner Woman\" in 1974; this wunnerful woman a-took over the role in 1975", - "value": "$1200", - "answer": "Lynda Carter", - "round": "Double Jeopardy!", - "show_number": "5920", - "fullAnswer": "Lynda Carter" - }, { "category": "FRIEND", "air_date": "2010-05-14", @@ -712299,16 +674569,6 @@ "show_number": "5920", "fullAnswer": "counterfeit" }, - { - "category": "LIVING HEALTHY WITH DR. OZ", - "air_date": "2010-05-14", - "question": "(Dr. Oz stands and bends one leg up at the knee to stretch it.) Stretching & strengthening the tendons & muscles in front of your leg can help you avoid this 2-word condition we docs call medial tibial stress syndrome", - "value": "$1600", - "answer": "shin splints", - "round": "Double Jeopardy!", - "show_number": "5920", - "fullAnswer": "shin splints" - }, { "category": "TOUGH CAPITAL CITIES", "air_date": "2010-05-14", @@ -712329,16 +674589,6 @@ "show_number": "5920", "fullAnswer": "The Spy Who Came in from the Cold" }, - { - "category": "TAKE A WELK ON THE WILD SIDE", - "air_date": "2010-05-14", - "question": "I a-dig that Stevie Wunner, who sang \"Superstition\" & a-phoned in this 1984 No. 1 hit", - "value": "$1600", - "answer": "I Just Called To Say I Love You", - "round": "Double Jeopardy!", - "show_number": "5920", - "fullAnswer": "\"I Just Called To Say I Love You\"" - }, { "category": "FRIEND", "air_date": "2010-05-14", @@ -712359,16 +674609,6 @@ "show_number": "5920", "fullAnswer": "feign" }, - { - "category": "LIVING HEALTHY WITH DR. OZ", - "air_date": "2010-05-14", - "question": "(Dr. Oz shows an anatomical model on the monitor.) From the Latin for \"under chamber\", this gland's health is vital as it influences your appetite, your sex drive & also maintains normal body temperature", - "value": "$2,000", - "answer": "hypothalamus", - "round": "Double Jeopardy!", - "show_number": "5920", - "fullAnswer": "the hypothalamus" - }, { "category": "TOUGH CAPITAL CITIES", "air_date": "2010-05-14", @@ -712489,16 +674729,6 @@ "show_number": "4366", "fullAnswer": "Quaker (Oats)" }, - { - "category": "PHOTOGRAPHERS", - "air_date": "2003-09-08", - "question": "Working for this Luce magazine in the '50s, Gordon Parks mastered dramatic black & white shots like the one seen here", - "value": "$400", - "answer": "Life ", - "round": "Jeopardy!", - "show_number": "4366", - "fullAnswer": "Life (magazine)" - }, { "category": "TV ON TV", "air_date": "2003-09-08", @@ -712559,16 +674789,6 @@ "show_number": "4366", "fullAnswer": "Richard Avedon" }, - { - "category": "TV ON TV", - "air_date": "2003-09-08", - "question": "(Hi, I'm Joshua Malina.) Pre–\"West Wing\", I was Jeremy, the geeky TV associate producer on this series also created by Aaron Sorkin", - "value": "$600", - "answer": "Sports Night", - "round": "Jeopardy!", - "show_number": "4366", - "fullAnswer": "Sports Night" - }, { "category": "STAND BY YOUR BRAND", "air_date": "2003-09-08", @@ -712609,16 +674829,6 @@ "show_number": "4366", "fullAnswer": "quarterly" }, - { - "category": "PHOTOGRAPHERS", - "air_date": "2003-09-08", - "question": "Julia Margaret Cameron's photos illustrated this poet's \"Idylls of the King\", & his photo is seen here", - "value": "$800", - "answer": "Alfred Lord Tennyson", - "round": "Jeopardy!", - "show_number": "4366", - "fullAnswer": "Alfred Lord Tennyson" - }, { "category": "TV ON TV", "air_date": "2003-09-08", @@ -712749,16 +674959,6 @@ "show_number": "4366", "fullAnswer": "the 1950s" }, - { - "category": "HUNGARIAN 101", - "air_date": "2003-09-08", - "question": "(Sofia of the Clue Crew delivers the clue) Hungarian words put the stress on the first szótag, this", - "value": "$400", - "answer": "syllable", - "round": "Double Jeopardy!", - "show_number": "4366", - "fullAnswer": "a syllable" - }, { "category": "A FISH CALLED…", "air_date": "2003-09-08", @@ -712789,16 +674989,6 @@ "show_number": "4366", "fullAnswer": "Lizzie Borden" }, - { - "category": "SINGERS", - "air_date": "2003-09-08", - "question": "He's the lead singer heard on the following", - "value": "$800", - "answer": "Peter Wolf", - "round": "Double Jeopardy!", - "show_number": "4366", - "fullAnswer": "Peter Wolf" - }, { "category": "NAME THE DECADE", "air_date": "2003-09-08", @@ -712849,46 +675039,6 @@ "show_number": "4366", "fullAnswer": "Jerome Robbins" }, - { - "category": "SINGERS", - "air_date": "2003-09-08", - "question": "When I see you, I can tell you're this distinctive singer", - "value": "$1200", - "answer": "Macy Gray", - "round": "Double Jeopardy!", - "show_number": "4366", - "fullAnswer": "Macy Gray" - }, - { - "category": "NAME THE DECADE", - "air_date": "2003-09-08", - "question": "The man seen here gets a hero's welcome, including several parades", - "value": "$1200", - "answer": "1960s", - "round": "Double Jeopardy!", - "show_number": "4366", - "fullAnswer": "the 1960s" - }, - { - "category": "HUNGARIAN 101", - "air_date": "2003-09-08", - "question": "(Cheryl of the Clue Crew delivers the clue) In Hungarian, it's a chili or bell pepper; in English, it's a ground spice", - "value": "$1200", - "answer": "paprika", - "round": "Double Jeopardy!", - "show_number": "4366", - "fullAnswer": "paprika" - }, - { - "category": "A FISH CALLED…", - "air_date": "2003-09-08", - "question": "Popular fly fisherman quarry seen here", - "value": "$1200", - "answer": "rainbow trout", - "round": "Double Jeopardy!", - "show_number": "4366", - "fullAnswer": "a rainbow trout" - }, { "category": "RWANDA", "air_date": "2003-09-08", @@ -712929,16 +675079,6 @@ "show_number": "4366", "fullAnswer": "Transylvania" }, - { - "category": "A FISH CALLED…", - "air_date": "2003-09-08", - "question": "(Jimmy of the Clue Crew delivers the clue) Like Santiago, you'd have quite a story to tell if you caught the 1,056-pound black type of this", - "value": "$1600", - "answer": "marlin", - "round": "Double Jeopardy!", - "show_number": "4366", - "fullAnswer": "a marlin" - }, { "category": "RWANDA", "air_date": "2003-09-08", @@ -712969,26 +675109,6 @@ "show_number": "4366", "fullAnswer": "the 1910s" }, - { - "category": "HUNGARIAN 101", - "air_date": "2003-09-08", - "question": "(Let's hear from Sarah.) The four Hungarian o's are divided into these two opposite qualities, and which one you use can change a word's meaning", - "value": "$2000", - "answer": "long and short", - "round": "Double Jeopardy!", - "show_number": "4366", - "fullAnswer": "long and short" - }, - { - "category": "A FISH CALLED…", - "air_date": "2003-09-08", - "question": "This filet favorite is the one and only", - "value": "$2000", - "answer": "sole", - "round": "Double Jeopardy!", - "show_number": "4366", - "fullAnswer": "sole" - }, { "category": "RWANDA", "air_date": "2003-09-08", @@ -713249,16 +675369,6 @@ "show_number": "6106", "fullAnswer": "Henry VIII" }, - { - "category": "LET'S GO ONLINE", - "air_date": "2011-03-14", - "question": "A sign reading \"children left unattended will be towed away at owner's expense\" is seen at thisblog.org", - "value": "$1000", - "answer": "FAILBlog.org", - "round": "Jeopardy!", - "show_number": "6106", - "fullAnswer": "FAILBlog.org" - }, { "category": "OLYMPIC TRACK & FIELD RECORDS", "air_date": "2011-03-14", @@ -713289,16 +675399,6 @@ "show_number": "6106", "fullAnswer": "a La-Z-Boy" }, - { - "category": "WE ARE THE WOLVES", - "air_date": "2011-03-14", - "question": "The Abyssinian wolf, native to the highlands of this country, is also called the simian jackal", - "value": "$1000", - "answer": "Ethiopia", - "round": "Jeopardy!", - "show_number": "6106", - "fullAnswer": "Ethiopia" - }, { "category": "FROM HERE TO THERE", "air_date": "2011-03-14", @@ -713404,7 +675504,7 @@ "air_date": "2011-03-14", "question": "In the cabinet department known as the VA for short", "value": "$800", - "answer": "veteran\\'s", + "answer": "veteran's", "round": "Double Jeopardy!", "show_number": "6106", "fullAnswer": "veteran\\'s" @@ -713529,16 +675629,6 @@ "show_number": "6106", "fullAnswer": "volunteers" }, - { - "category": "FROM HERE TO THERE", - "air_date": "2011-03-14", - "question": "(Kelly of the Clue Crew shows a map of Great Britain on the monitor.) Proverbially, to walk Great Britain end to end, go from John o' Groats in Scotland to Land's End in this county", - "value": "$2000", - "answer": "Cornwall", - "round": "Double Jeopardy!", - "show_number": "6106", - "fullAnswer": "Cornwall" - }, { "category": "BRITCOMS", "air_date": "2011-03-14", @@ -713959,26 +676049,6 @@ "show_number": "5317", "fullAnswer": "Uruguay" }, - { - "category": "U.S. MUSEUMS", - "air_date": "2007-10-23", - "question": "(Sarah of the Clue Crew maps out the narrow hallway of a museum.) As this society has a long history of publishing maps & sponsoring exploration, it makes sense that maps were the theme of a major 2007 exhibit at its museum, Explorer's Hall", - "value": "$800", - "answer": "National Geographic", - "round": "Double Jeopardy!", - "show_number": "5317", - "fullAnswer": "National Geographic" - }, - { - "category": "BROADWAY DEBUTS", - "air_date": "2007-10-23", - "question": "(Hi, I'm Joely Fisher.) In 1995 I made my Broadway debut as Rizzo in this musical; it's the word", - "value": "$800", - "answer": "Grease", - "round": "Double Jeopardy!", - "show_number": "5317", - "fullAnswer": "Grease" - }, { "category": "AUTHORS ON AUTHORS", "air_date": "2007-10-23", @@ -713989,16 +676059,6 @@ "show_number": "5317", "fullAnswer": "Mark Twain" }, - { - "category": "LADIES' DAY", - "air_date": "2007-10-23", - "question": "She's the world-famous dame seen here", - "value": "$800", - "answer": "Jane Goodall", - "round": "Double Jeopardy!", - "show_number": "5317", - "fullAnswer": "Jane Goodall" - }, { "category": "DID YOU PLANET THAT WAY?", "air_date": "2007-10-23", @@ -714089,16 +676149,6 @@ "show_number": "5317", "fullAnswer": "the Museum of Tolerance" }, - { - "category": "BROADWAY DEBUTS", - "air_date": "2007-10-23", - "question": "(I'm Susan Lucci.) In 1999 I took aim at Broadway, I made my debut as the title sharpshooter in this musical", - "value": "$1600", - "answer": "Annie Get Your Gun", - "round": "Double Jeopardy!", - "show_number": "5317", - "fullAnswer": "Annie Get Your Gun" - }, { "category": "AUTHORS ON AUTHORS", "air_date": "2007-10-23", @@ -714259,16 +676309,6 @@ "show_number": "5235", "fullAnswer": "1" }, - { - "category": "ON THE HEAD", - "air_date": "2007-05-18", - "question": "(Cheryl of the Clue Crew reports.) Skull bones are joined together by seams of connective tissue called these, also an operating room term", - "value": "$200", - "answer": "suture", - "round": "Jeopardy!", - "show_number": "5235", - "fullAnswer": "a suture" - }, { "category": "WORLD TRAVEL", "air_date": "2007-05-18", @@ -714284,7 +676324,7 @@ "air_date": "2007-05-18", "question": "Grades that should guarantee you 4.0", "value": "$400", - "answer": "A\\'s", + "answer": "A's", "round": "Jeopardy!", "show_number": "5235", "fullAnswer": "the A\\'s" @@ -714319,26 +676359,6 @@ "show_number": "5235", "fullAnswer": "hermaphrodites" }, - { - "category": "ON THE HEAD", - "air_date": "2007-05-18", - "question": "(Sarah of the Clue Crew reports.) Also found between your vertebrae, this flexible tissue is what shapes your nose and ears", - "value": "$400", - "answer": "cartilage", - "round": "Jeopardy!", - "show_number": "5235", - "fullAnswer": "cartilage" - }, - { - "category": "WORLD TRAVEL", - "air_date": "2007-05-18", - "question": "The Mayan ruins of Tulum loom over the Caribbean in this country", - "value": "$600", - "answer": "Mexico", - "round": "Jeopardy!", - "show_number": "5235", - "fullAnswer": "Mexico" - }, { "category": "ALSO A MAJOR LEAGUE BASEBALL TEAM", "air_date": "2007-05-18", @@ -714379,16 +676399,6 @@ "show_number": "5235", "fullAnswer": "its eyes" }, - { - "category": "ON THE HEAD", - "air_date": "2007-05-18", - "question": "(Jimmy of the Clue Crew reports.) 8 of the numerous bones in the skull fuse as you age to form this enclosure of the brain", - "value": "$600", - "answer": "cranium", - "round": "Jeopardy!", - "show_number": "5235", - "fullAnswer": "the cranium" - }, { "category": "WORLD TRAVEL", "air_date": "2007-05-18", @@ -714439,16 +676449,6 @@ "show_number": "5235", "fullAnswer": "the conch" }, - { - "category": "ON THE HEAD", - "air_date": "2007-05-18", - "question": "(Jon of the Clue Crew reports.) Each hemisphere of the brain is divided into 4 of these: the temporal, occipital, parietal, and frontal", - "value": "$800", - "answer": "lobes", - "round": "Jeopardy!", - "show_number": "5235", - "fullAnswer": "lobes" - }, { "category": "WORLD TRAVEL", "air_date": "2007-05-18", @@ -714499,16 +676499,6 @@ "show_number": "5235", "fullAnswer": "mollusks" }, - { - "category": "ON THE HEAD", - "air_date": "2007-05-18", - "question": "(Kelly of the Clue Crew reports.) From the Latin for \"track\", it's the somewhat spacey term used by doctors for these cavities in your skull", - "value": "$1000", - "answer": "orbits", - "round": "Jeopardy!", - "show_number": "5235", - "fullAnswer": "orbits" - }, { "category": "WORLD HISTORY", "air_date": "2007-05-18", @@ -714594,21 +676584,11 @@ "air_date": "2007-05-18", "question": "First word of Lewis Carroll's \"Jabberwocky\"", "value": "$800", - "answer": "\\'Twas", + "answer": "'Twas", "round": "Double Jeopardy!", "show_number": "5235", "fullAnswer": "\\'Twas" }, - { - "category": "BURIED AT ARLINGTON NATIONAL CEMETERY", - "air_date": "2007-05-18", - "question": "Pictured here, this actor and marine was a relative of Arlington's original landowner, Robert E. Lee", - "value": "$800", - "answer": "Lee Marvin", - "round": "Double Jeopardy!", - "show_number": "5235", - "fullAnswer": "Lee Marvin" - }, { "category": "EUROPEAN ARTISTS", "air_date": "2007-05-18", @@ -715049,16 +677029,6 @@ "show_number": "5521", "fullAnswer": "an alien" }, - { - "category": "MISCELLANY", - "air_date": "2008-09-15", - "question": "(Jimmy of the Clue Crew reports from Lima Cathedral in Lima, Peru.) Here in Lima Cathedral, this ornate panel depicting the nativity scene is carved in this manner, where the sculpture projects from the background but doesn't stand freely", - "value": "$800", - "answer": "relief", - "round": "Jeopardy!", - "show_number": "5521", - "fullAnswer": "relief" - }, { "category": "REUNIONS", "air_date": "2008-09-15", @@ -715329,16 +677299,6 @@ "show_number": "5521", "fullAnswer": "James Buchanan" }, - { - "category": "GENEALOGY", - "air_date": "2008-09-15", - "question": "(Jon of the Clue Crew explains two types of charts.) On both a sprawling pedigree chart & a space-saving Ahnentafel, meaning \"ancestor table\", you can identify ancestors by number; this relative is number 7", - "value": "$1600", - "answer": "your maternal grandmother", - "round": "Double Jeopardy!", - "show_number": "5521", - "fullAnswer": "your maternal grandmother" - }, { "category": "13-LETTER WORDS", "air_date": "2008-09-15", @@ -715349,16 +677309,6 @@ "show_number": "5521", "fullAnswer": "schizophrenia" }, - { - "category": "MYTH-ELLANY", - "air_date": "2008-09-15", - "question": "Maria Shriver created an award for women named for this Roman goddess of wisdom, seen on California's state seal", - "value": "$1600", - "answer": "Minerva", - "round": "Double Jeopardy!", - "show_number": "5521", - "fullAnswer": "Minerva" - }, { "category": "AMERICAN LIT", "air_date": "2008-09-15", @@ -715399,16 +677349,6 @@ "show_number": "5521", "fullAnswer": "(grave) rubbing" }, - { - "category": "13-LETTER WORDS", - "air_date": "2008-09-15", - "question": "(Kelly of the Clue Crew zaps instantly across the room.) I'm simulating this futuristic method of conveying a person from place to place", - "value": "$2000", - "answer": "teleportation", - "round": "Double Jeopardy!", - "show_number": "5521", - "fullAnswer": "teleportation" - }, { "category": "MYTH-ELLANY", "air_date": "2008-09-15", @@ -715639,16 +677579,6 @@ "show_number": "3506", "fullAnswer": "Ted Koppel" }, - { - "category": "JOHNNY GILBERT ROCKS!", - "air_date": "1999-11-29", - "question": "People were crazy about this 1999 song:

\"Her lips are devil-red and her skin's the color of mocha...\"", - "value": "$400", - "answer": "Livin\\' La Vida Loca", - "round": "Jeopardy!", - "show_number": "3506", - "fullAnswer": "\"Livin\\' La Vida Loca\"" - }, { "category": "BIBLICAL VOICES", "air_date": "1999-11-29", @@ -715734,7 +677664,7 @@ "air_date": "1999-11-29", "question": "The \"Tip\" of Congress", "value": "$200", - "answer": "Thomas P. Tip O\\'Neill", + "answer": "Thomas P. Tip O'Neill", "round": "Double Jeopardy!", "show_number": "3506", "fullAnswer": "Thomas P. \"Tip\" O\\'Neill" @@ -715954,7 +677884,7 @@ "air_date": "1999-11-29", "question": "New York's former \"Senator Pothole\"", "value": "$1000", - "answer": "Alfonse D\\'Amato", + "answer": "Alfonse D'Amato", "round": "Double Jeopardy!", "show_number": "3506", "fullAnswer": "Alfonse D\\'Amato" @@ -716344,7 +678274,7 @@ "air_date": "1996-12-24", "question": "In this play Titania, queen of the fairies, becomes enamored of Bottom, the weaver", "value": "$400", - "answer": "A Midsummer Night\\'s Dream", + "answer": "A Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "2837", "fullAnswer": "\"A Midsummer Night\\'s Dream\"" @@ -716394,7 +678324,7 @@ "air_date": "1996-12-24", "question": "In its own tongue it's called Zhongzua Renmin Gongheguo", "value": "$600", - "answer": "People\\'s Republic of China", + "answer": "People's Republic of China", "round": "Double Jeopardy!", "show_number": "2837", "fullAnswer": "People\\'s Republic of China" @@ -716734,7 +678664,7 @@ "air_date": "2001-06-06", "question": "Piece of clothing worn by the Pillsbury Doughboy that has the Pillsbury logo on it", "value": "$300", - "answer": "Chef\\'s hat", + "answer": "Chef's hat", "round": "Jeopardy!", "show_number": "3873", "fullAnswer": "Chef\\'s hat" @@ -717009,16 +678939,6 @@ "show_number": "3873", "fullAnswer": "Anne Rice" }, - { - "category": "BILLY WILDER FILMS", - "air_date": "2001-06-06", - "question": "Wilder was Oscar-nominated for this noir classic seen here:", - "value": "$600", - "answer": "Double Indemnity", - "round": "Double Jeopardy!", - "show_number": "3873", - "fullAnswer": "Double Indemnity" - }, { "category": "MAMMALS", "air_date": "2001-06-06", @@ -717139,16 +679059,6 @@ "show_number": "3873", "fullAnswer": "Stalag 17" }, - { - "category": "MAMMALS", - "air_date": "2001-06-06", - "question": "Scientists say this creature seen here is a close relative of the elephant (must be one of their little jokes!):", - "value": "$1000", - "answer": "hyrax", - "round": "Double Jeopardy!", - "show_number": "3873", - "fullAnswer": "the hyrax" - }, { "category": "STOCK INDICES", "air_date": "2001-06-06", @@ -717194,7 +679104,7 @@ "air_date": "2003-11-18", "question": "Under Kansas law, this document shall be conspicuously posted in your primary work station", "value": "$200", - "answer": "your barber\\'s license", + "answer": "your barber's license", "round": "Jeopardy!", "show_number": "4417", "fullAnswer": "your barber\\'s license" @@ -717204,7 +679114,7 @@ "air_date": "2003-11-18", "question": "There are \"Two Scoops of Raisins\" in this company's Raisin Bran", "value": "$200", - "answer": "Kellogg\\'s", + "answer": "Kellogg's", "round": "Jeopardy!", "show_number": "4417", "fullAnswer": "Kellogg\\'s" @@ -717594,7 +679504,7 @@ "air_date": "2003-11-18", "question": "Hardy novel in which the title heroine makes a series of unfortunate decisions...then she's hanged", "value": "$800", - "answer": "Tess of the d\\'Urbervilles", + "answer": "Tess of the d'Urbervilles", "round": "Double Jeopardy!", "show_number": "4417", "fullAnswer": "Tess of the d\\'Urbervilles" @@ -717969,16 +679879,6 @@ "show_number": "5270", "fullAnswer": "Secretary of Defense" }, - { - "category": "THERE'S A WEIGHT", - "air_date": "2007-07-06", - "question": "(Jon of the Clue Crew delivers the clue as he weighs some metal on a scale) A French city lends its name to this system of weight used with precious metals, in which 12 ounces equals a pound", - "value": "$600", - "answer": "Troy weight", - "round": "Jeopardy!", - "show_number": "5270", - "fullAnswer": "Troy weight" - }, { "category": "\"N\" THE ATLAS", "air_date": "2007-07-06", @@ -718134,7 +680034,7 @@ "air_date": "2007-07-06", "question": "England & France fought the Battle of the Herrings in 1429, as this long, long conflict lurching was to a close", "value": "$400", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Double Jeopardy!", "show_number": "5270", "fullAnswer": "The Hundred Years\\' War" @@ -718159,16 +680059,6 @@ "show_number": "5270", "fullAnswer": "Xerox" }, - { - "category": "LITERARY THEATRE", - "air_date": "2007-07-06", - "question": "(Hi, I'm Kathryn Erbe of Law & Order Criminal Intent.) In 1990 I appeared on Broadway in a Tony-winning play based on this Pulitzer-prize winning novel by John Steinbeck", - "value": "$800", - "answer": "Grapes of Wrath", - "round": "Double Jeopardy!", - "show_number": "5270", - "fullAnswer": "The Grapes of Wrath" - }, { "category": "CELEB BEFORE & AFTER", "air_date": "2007-07-06", @@ -718279,16 +680169,6 @@ "show_number": "5270", "fullAnswer": "X-Y" }, - { - "category": "LITERARY THEATRE", - "air_date": "2007-07-06", - "question": "(Hi, I'm Brian Stokes Mitchell.) I played the troubled piano player Coalhouse Walker, Jr. in this Broadway musical based on a novel by E.L. Doctorow", - "value": "$1600", - "answer": "Ragtime", - "round": "Double Jeopardy!", - "show_number": "5270", - "fullAnswer": "Ragtime" - }, { "category": "CELEB BEFORE & AFTER", "air_date": "2007-07-06", @@ -718544,7 +680424,7 @@ "air_date": "1997-04-21", "question": "This 1993 hit by UB40 remained in the Top 40 for 23 weeks, almost twice as long as Elvis Presley's 1961 version", "value": "$300", - "answer": "Can\\'t Help Falling in Love", + "answer": "Can't Help Falling in Love", "round": "Jeopardy!", "show_number": "2921", "fullAnswer": "Can\\'t Help Falling in Love" @@ -719019,16 +680899,6 @@ "show_number": "2921", "fullAnswer": "Georgia" }, - { - "category": "CELEBRATING THE NOBEL PRIZE", - "air_date": "2005-12-09", - "question": "(Kelly of the Clue Crew reports from Stockholm, Sweden.) At the Nobel Prize banquet, these two people receive the guests of honor here in the Prince's Gallery", - "value": "$200", - "answer": "king & queen of Sweden", - "round": "Jeopardy!", - "show_number": "4890", - "fullAnswer": "the king & queen of Sweden" - }, { "category": "BIZARRE MLB INJURIES", "air_date": "2005-12-09", @@ -719069,16 +680939,6 @@ "show_number": "4890", "fullAnswer": "Julius Caesar" }, - { - "category": "ABBREV.", - "air_date": "2005-12-09", - "question": "In radio terms, extending from 300 to 3000 MHz: This is UHF", - "value": "$200", - "answer": "ultra high frequency", - "round": "Jeopardy!", - "show_number": "4890", - "fullAnswer": "ultra high frequency" - }, { "category": "CELEBRATING THE NOBEL PRIZE", "air_date": "2005-12-09", @@ -719129,26 +680989,6 @@ "show_number": "4890", "fullAnswer": "Macbeth" }, - { - "category": "ABBREV.", - "air_date": "2005-12-09", - "question": "Joe Paterno has over 330 coaching wins coaching here: This is PSU", - "value": "$400", - "answer": "Penn State University", - "round": "Jeopardy!", - "show_number": "4890", - "fullAnswer": "Penn State University" - }, - { - "category": "CELEBRATING THE NOBEL PRIZE", - "air_date": "2005-12-09", - "question": "(Jimmy of the Clue Crew reports from Stockholm, Sweden.) This hall, home to the Nobel Prize banquet, was supposed to be its namesake color, but the architect didn't want to cover the red brick", - "value": "$600", - "answer": "Blue Hall", - "round": "Jeopardy!", - "show_number": "4890", - "fullAnswer": "the Blue Hall" - }, { "category": "BIZARRE MLB INJURIES", "air_date": "2005-12-09", @@ -719189,16 +681029,6 @@ "show_number": "4890", "fullAnswer": "Hamlet" }, - { - "category": "ABBREV.", - "air_date": "2005-12-09", - "question": "Open wide for a medical degree of some difficulty: This is DDS", - "value": "$600", - "answer": "doctor of dental science ", - "round": "Jeopardy!", - "show_number": "4890", - "fullAnswer": "doctor of dental science (or doctor of dental surgery)" - }, { "category": "CELEBRATING THE NOBEL PRIZE", "air_date": "2005-12-09", @@ -719249,26 +681079,6 @@ "show_number": "4890", "fullAnswer": "The Tempest" }, - { - "category": "ABBREV.", - "air_date": "2005-12-09", - "question": "Specifying the Internet address of files: This is URL", - "value": "$800", - "answer": "universal resource locator ", - "round": "Jeopardy!", - "show_number": "4890", - "fullAnswer": "universal resource locator (or uniform resource locator)" - }, - { - "category": "CELEBRATING THE NOBEL PRIZE", - "air_date": "2005-12-09", - "question": "(Jimmy of the Clue Crew reports from Stockholm, Sweden.) At the 1976 Nobel banquet here in Stockholm, this novelist humbly said, \"I loved books, and I wrote some\"", - "value": "$1000", - "answer": "Saul Bellow", - "round": "Jeopardy!", - "show_number": "4890", - "fullAnswer": "Saul Bellow" - }, { "category": "BIZARRE MLB INJURIES", "air_date": "2005-12-09", @@ -719714,7 +681524,7 @@ "air_date": "2007-11-26", "question": "If you're circumscribing a triangle, you're doing this to it", "value": "$400", - "answer": "you\\'re drawing a circle right around it", + "answer": "you're drawing a circle right around it", "round": "Jeopardy!", "show_number": "5341", "fullAnswer": "you\\'re drawing a circle right around it" @@ -719829,16 +681639,6 @@ "show_number": "5341", "fullAnswer": "Jack London" }, - { - "category": "WHAT ARE YOU DOING?", - "air_date": "2007-11-26", - "question": "(Sarah of the Clue Crew gives the clue.) I'm at Explorer's Hall at the Museum of the National Geographic Society with a rope and icepick used by James Whittaker, who was sponsored by National Geographic in 1963 when he became the first American to do this", - "value": "$800", - "answer": "climb Mount Everest", - "round": "Jeopardy!", - "show_number": "5341", - "fullAnswer": "climb Mount Everest" - }, { "category": "WORDS IN NOVEMBER", "air_date": "2007-11-26", @@ -719864,7 +681664,7 @@ "air_date": "2007-11-26", "question": "Johnny Depp's mom is a morbidly obese shut-in who hasn't left the house in 7 years in this 1993 film", "value": "$1000", - "answer": "What\\'s Eating Gilbert Grape", + "answer": "What's Eating Gilbert Grape", "round": "Jeopardy!", "show_number": "5341", "fullAnswer": "What\\'s Eating Gilbert Grape" @@ -720774,7 +682574,7 @@ "air_date": "2000-05-17", "question": "One of Francis Ford Coppola's early films was this musical about a leprechaun & a stolen pot of gold", "value": "$1000", - "answer": "Finian\\'s Rainbow", + "answer": "Finian's Rainbow", "round": "Double Jeopardy!", "show_number": "3628", "fullAnswer": "Finian\\'s Rainbow" @@ -720869,16 +682669,6 @@ "show_number": "5284", "fullAnswer": "Harry Potter and the Goblet of Fire" }, - { - "category": "MUSIC CLASS", - "air_date": "2007-07-26", - "question": "On sheet music, this sign identifies the second line of the staff as the G above middle C", - "value": "$200", - "answer": "treble clef", - "round": "Jeopardy!", - "show_number": "5284", - "fullAnswer": "a treble clef" - }, { "category": "\"OUND\" ABOUT", "air_date": "2007-07-26", @@ -720989,16 +682779,6 @@ "show_number": "5284", "fullAnswer": "The Outsiders" }, - { - "category": "MUSIC CLASS", - "air_date": "2007-07-26", - "question": "In 1890 this composer wrote a rousing number called \"The High School Cadets\", heard here", - "value": "$600", - "answer": "Sousa", - "round": "Jeopardy!", - "show_number": "5284", - "fullAnswer": "(John Philip) Sousa" - }, { "category": "\"OUND\" ABOUT", "air_date": "2007-07-26", @@ -721249,16 +683029,6 @@ "show_number": "5284", "fullAnswer": "your day job" }, - { - "category": "SIGNS & SYMBOLS", - "air_date": "2007-07-26", - "question": "(Kelly of the Clue Crew shows a shape on the monitor.) The traditional symbol for this sign of the zodiac resembles a \"mane\"", - "value": "$1200", - "answer": "Leo", - "round": "Double Jeopardy!", - "show_number": "5284", - "fullAnswer": "Leo" - }, { "category": "WORLD HERITAGE SITES", "air_date": "2007-07-26", @@ -721369,16 +683139,6 @@ "show_number": "5284", "fullAnswer": "chair and keyboard" }, - { - "category": "SIGNS & SYMBOLS", - "air_date": "2007-07-26", - "question": "From the Latin for \"triple leaf\", it's the name of the official Girl Scout emblem depicted here", - "value": "$2000", - "answer": "trefoil", - "round": "Double Jeopardy!", - "show_number": "5284", - "fullAnswer": "trefoil" - }, { "category": "WORLD HERITAGE SITES", "air_date": "2007-07-26", @@ -721389,16 +683149,6 @@ "show_number": "5284", "fullAnswer": "Indonesia" }, - { - "category": "THE SUMMER OLYMPICS", - "air_date": "2007-07-26", - "question": "She won all-around gold for the U.S. in 2004; Maybe you can see her better now", - "value": "$2000", - "answer": "Carly Patterson", - "round": "Double Jeopardy!", - "show_number": "5284", - "fullAnswer": "Carly Patterson" - }, { "category": "EXPLORERS & EXPLORATION", "air_date": "2007-07-26", @@ -721464,7 +683214,7 @@ "air_date": "2006-11-10", "question": "\"Shout! The Mod Musical\" takes us through this decade with songs like \"Downtown\" & \"Goldfinger\"", "value": "$200", - "answer": "\\'60s", + "answer": "'60s", "round": "Jeopardy!", "show_number": "5100", "fullAnswer": "the \\'60s" @@ -721519,16 +683269,6 @@ "show_number": "5100", "fullAnswer": "87" }, - { - "category": "POP GOES THE MUSICAL", - "air_date": "2006-11-10", - "question": "(Before the clue is given, Toni Award-nominated actress Carolee Carmello from the Broadway play Mamma Mia! helps with the clue.)

\"Ooh-ooh-ooh-ooh /
You can dance /
You can jive /
Having the time of your life /
Ooh-ooh-ooh, see that girl /
Watch that scene /
Dig in the dancing queen /
\"

\"Dancing Queen\" is one of many hit songs in \"Mamma Mia!\" that were originally made famous by this Swedish group", - "value": "$1,000", - "answer": "ABBA", - "round": "Jeopardy!", - "show_number": "5100", - "fullAnswer": "ABBA" - }, { "category": "LAWN ORDER", "air_date": "2006-11-10", @@ -721964,7 +683704,7 @@ "air_date": "1998-01-20", "question": "The book \"Whistlin' Dixie\" calls this plural of \"you\" \"The ne plus ultra of Southern dialect\"", "value": "$200", - "answer": "Ya\\'ll", + "answer": "Ya'll", "round": "Jeopardy!", "show_number": "3087", "fullAnswer": "Ya\\'ll" @@ -722144,7 +683884,7 @@ "air_date": "1998-01-20", "question": "Feeling fair to a little better is feeling \"fair to\" this", "value": "$500", - "answer": "Middlin\\'", + "answer": "Middlin'", "round": "Jeopardy!", "show_number": "3087", "fullAnswer": "Middlin\\'" @@ -722819,16 +684559,6 @@ "show_number": "1162", "fullAnswer": "1/6" }, - { - "category": "BLACK AMERICA", - "air_date": "1989-09-26", - "question": "(AUDIO DAILY DOUBLE):
He won a 1962 Grammy for the following:

\"I can't stop loving you, I've made up my mind...\"", - "value": "$1,000", - "answer": "Ray Charles", - "round": "Double Jeopardy!", - "show_number": "1162", - "fullAnswer": "Ray Charles" - }, { "category": "MYTHOLOGICAL ROMANCES", "air_date": "1989-09-26", @@ -723344,7 +685074,7 @@ "air_date": "2004-03-31", "question": "Known for her fish sticks, in 2001 her name went on new shrimp bowls", "value": "$1000", - "answer": "Mrs. Paul\\'s", + "answer": "Mrs. Paul's", "round": "Jeopardy!", "show_number": "4513", "fullAnswer": "Mrs. Paul\\'s" @@ -723354,7 +685084,7 @@ "air_date": "2004-03-31", "question": "A song with controversial subject matter:
\"But I made up my mind, I'm keeping my baby\"", "value": "$1000", - "answer": "Papa Don\\'t Preach", + "answer": "Papa Don't Preach", "round": "Jeopardy!", "show_number": "4513", "fullAnswer": "Papa Don\\'t Preach" @@ -723484,7 +685214,7 @@ "air_date": "2004-03-31", "question": "Gemmy Industries' Abbott & Costello figures actually perform this routine", "value": "$800", - "answer": "Who\\'s on First?", + "answer": "Who's on First?", "round": "Double Jeopardy!", "show_number": "4513", "fullAnswer": "\"Who\\'s on First?\"" @@ -723764,7 +685494,7 @@ "air_date": "2007-09-21", "question": "The \"'s\" comes after the 3rd word, not the 2nd, in the title of this Shakespeare play featuring Hermia", "value": "$400", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Jeopardy!", "show_number": "5295", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -723849,16 +685579,6 @@ "show_number": "5295", "fullAnswer": "a new broom" }, - { - "category": "FOR WHAT IT'S \"WORTH\"", - "air_date": "2007-09-21", - "question": "She's the--sigh--goddess of love seen here", - "value": "$600", - "answer": "Rita Hayworth", - "round": "Jeopardy!", - "show_number": "5295", - "fullAnswer": "Rita Hayworth" - }, { "category": "THE NATIONAL PARK SYSTEM", "air_date": "2007-09-21", @@ -723989,16 +685709,6 @@ "show_number": "5295", "fullAnswer": "the U.K." }, - { - "category": "STAR WARS", - "air_date": "2007-09-21", - "question": "(Sarah of the Clue Crew delivers the clue from Skywalker Ranch in Marin County, CA.) This early Millennium Falcon model was nixed because it looked like a Space 1999 craft; in the end, it became the first ship seen in \"Star Wars\" carrying this female character", - "value": "$400", - "answer": "Princess Leia", - "round": "Double Jeopardy!", - "show_number": "5295", - "fullAnswer": "Princess Leia" - }, { "category": "WHICH PRESIDENT'S CABINET", "air_date": "2007-09-21", @@ -724049,16 +685759,6 @@ "show_number": "5295", "fullAnswer": "the Nobel Prize" }, - { - "category": "STAR WARS", - "air_date": "2007-09-21", - "question": "(Sarah of the Clue Crew delivers the clue from Skywalker Ranch in Marin County, CA.) Luke's X-Wing from Star Wars gets its name from the arrangement of its double-layered wings, & in the back is an astromech socket for this character", - "value": "$800", - "answer": "R2-D2", - "round": "Double Jeopardy!", - "show_number": "5295", - "fullAnswer": "R2-D2" - }, { "category": "WHICH PRESIDENT'S CABINET", "air_date": "2007-09-21", @@ -724109,16 +685809,6 @@ "show_number": "5295", "fullAnswer": "Biafra" }, - { - "category": "STAR WARS", - "air_date": "2007-09-21", - "question": "(Sarah of the Clue Crew delivers the clue from Skywalker Ranch in Marin County, CA.) \"Star Wars\" costumes include the wedding dress made from an Italian bedspread worn by this actress in \"Episode II\"", - "value": "$1200", - "answer": "Natalie Portman", - "round": "Double Jeopardy!", - "show_number": "5295", - "fullAnswer": "Natalie Portman" - }, { "category": "WHICH PRESIDENT'S CABINET", "air_date": "2007-09-21", @@ -724129,16 +685819,6 @@ "show_number": "5295", "fullAnswer": "Reagan" }, - { - "category": "CRUNCHING NUMBERS ROMAN STYLE", - "air_date": "2007-09-21", - "question": "The last name of Tom, the cowboy seen here, has this value", - "value": "$1200", - "answer": "1009", - "round": "Double Jeopardy!", - "show_number": "5295", - "fullAnswer": "1009" - }, { "category": "YO, HOLMES!", "air_date": "2007-09-21", @@ -724169,16 +685849,6 @@ "show_number": "5295", "fullAnswer": "sharia" }, - { - "category": "STAR WARS", - "air_date": "2007-09-21", - "question": "(Sarah of the Clue Crew delivers the clue from Skywalker Ranch in Marin County, CA.) Jabba the Hutt has gone through many stages in the creation process. In one, he wore a fez, as he was modeled after this actor from Casablanca", - "value": "$1600", - "answer": "Sydney Greenstreet", - "round": "Double Jeopardy!", - "show_number": "5295", - "fullAnswer": "Sydney Greenstreet" - }, { "category": "CRUNCHING NUMBERS ROMAN STYLE", "air_date": "2007-09-21", @@ -724219,16 +685889,6 @@ "show_number": "5295", "fullAnswer": "Abuja" }, - { - "category": "STAR WARS", - "air_date": "2007-09-21", - "question": "(Jimmy of the Clue Crew delivers the clue from Skywalker Ranch in Marin County, CA.) In the real world, this compound is an explosive. In the \"Star Wars\" world, it was what Han Solo was frozen in", - "value": "$2000", - "answer": "carbonite", - "round": "Double Jeopardy!", - "show_number": "5295", - "fullAnswer": "carbonite" - }, { "category": "WHICH PRESIDENT'S CABINET", "air_date": "2007-09-21", @@ -724239,16 +685899,6 @@ "show_number": "5295", "fullAnswer": "Teddy Roosevelt" }, - { - "category": "CRUNCHING NUMBERS ROMAN STYLE", - "air_date": "2007-09-21", - "question": "The postal abbreviation of the state seen here equals this quantity in Roman numerals", - "value": "$1,000", - "answer": "1500", - "round": "Double Jeopardy!", - "show_number": "5295", - "fullAnswer": "1500" - }, { "category": "WORDS IN HISTORY", "air_date": "2007-09-21", @@ -724359,16 +686009,6 @@ "show_number": "4851", "fullAnswer": "cloud seeding" }, - { - "category": "CONSTANTINE", - "air_date": "2005-10-17", - "question": "Sufferin' succotash! This pope reportedly cured Constantine of leprosy & converted him to Christianity", - "value": "$400", - "answer": "Sylvester", - "round": "Jeopardy!", - "show_number": "4851", - "fullAnswer": "Sylvester" - }, { "category": "THE MATE Rx", "air_date": "2005-10-17", @@ -724709,16 +686349,6 @@ "show_number": "4851", "fullAnswer": "the Tampa Bay Buccaneers" }, - { - "category": "WRITER'S HOMES", - "air_date": "2005-10-17", - "question": "(Jimmy of the Clue Crew strolls in Washington Square, New York.) As a boy he lived right here in the area & later wrote \"Washington Square\", whose heroine prefers it to any other habitation", - "value": "$1200", - "answer": "Henry James", - "round": "Double Jeopardy!", - "show_number": "4851", - "fullAnswer": "Henry James" - }, { "category": "SOUTH OF THE BORDER", "air_date": "2005-10-17", @@ -724789,16 +686419,6 @@ "show_number": "4851", "fullAnswer": "Cantinflas" }, - { - "category": "A COLONEL OF KNOWLEDGE", - "air_date": "2005-10-17", - "question": "He's the musical man in the title of the following", - "value": "$1600", - "answer": "Colonel Bogey", - "round": "Double Jeopardy!", - "show_number": "4851", - "fullAnswer": "Colonel Bogey" - }, { "category": "WHAT THE \"ELL\"?", "air_date": "2005-10-17", @@ -724839,16 +686459,6 @@ "show_number": "4851", "fullAnswer": "Ibsen" }, - { - "category": "SOUTH OF THE BORDER", - "air_date": "2005-10-17", - "question": "Seen here, in 1988 he was President of Mexico; 10 years later he was living in exile in Ireland", - "value": "$2000", - "answer": "Carlos Salinas de Gortari", - "round": "Double Jeopardy!", - "show_number": "4851", - "fullAnswer": "Carlos Salinas de Gortari" - }, { "category": "A COLONEL OF KNOWLEDGE", "air_date": "2005-10-17", @@ -724879,16 +686489,6 @@ "show_number": "4851", "fullAnswer": "Poland" }, - { - "category": "TIME TO GET A HEAD", - "air_date": "2005-03-11", - "question": "Guillotine victim, 1793", - "value": "$200", - "answer": "Marie Antoinette", - "round": "Jeopardy!", - "show_number": "4730", - "fullAnswer": "Marie Antoinette" - }, { "category": "7-LETTER WORDS", "air_date": "2005-03-11", @@ -724939,16 +686539,6 @@ "show_number": "4730", "fullAnswer": "Bilbo Baggins" }, - { - "category": "TIME TO GET A HEAD", - "air_date": "2005-03-11", - "question": "A president, 1861-1865", - "value": "$400", - "answer": "Jefferson Davis", - "round": "Jeopardy!", - "show_number": "4730", - "fullAnswer": "Jefferson Davis" - }, { "category": "7-LETTER WORDS", "air_date": "2005-03-11", @@ -724999,16 +686589,6 @@ "show_number": "4730", "fullAnswer": "Kill Bill" }, - { - "category": "TIME TO GET A HEAD", - "air_date": "2005-03-11", - "question": "A Victorian novelist", - "value": "$600", - "answer": "Dickens", - "round": "Jeopardy!", - "show_number": "4730", - "fullAnswer": "Dickens" - }, { "category": "7-LETTER WORDS", "air_date": "2005-03-11", @@ -725059,16 +686639,6 @@ "show_number": "4730", "fullAnswer": "The Princess Bride" }, - { - "category": "TIME TO GET A HEAD", - "air_date": "2005-03-11", - "question": "Long-serving French solar monarch", - "value": "$800", - "answer": "Louis XIV", - "round": "Jeopardy!", - "show_number": "4730", - "fullAnswer": "Louis XIV" - }, { "category": "7-LETTER WORDS", "air_date": "2005-03-11", @@ -725119,16 +686689,6 @@ "show_number": "4730", "fullAnswer": "Braveheart" }, - { - "category": "TIME TO GET A HEAD", - "air_date": "2005-03-11", - "question": "Colorful 19th-century member of nobili-\"tea\"", - "value": "$1000", - "answer": "Earl Grey", - "round": "Jeopardy!", - "show_number": "4730", - "fullAnswer": "Earl Grey" - }, { "category": "7-LETTER WORDS", "air_date": "2005-03-11", @@ -725179,16 +686739,6 @@ "show_number": "4730", "fullAnswer": "Blade" }, - { - "category": "ANCIENT GREEK THEATRE", - "air_date": "2005-03-11", - "question": "(Sarah of the Clue Crew reports from the Theater of Dionysus in Athens, Greece.) More than 2,000 years after this Aristophanes comedy debuted here in Athens, A musical version hopped onto Broadway", - "value": "$400", - "answer": "Frogs", - "round": "Double Jeopardy!", - "show_number": "4730", - "fullAnswer": "The Frogs" - }, { "category": "THAT'S MY ALBUM", "air_date": "2005-03-11", @@ -725299,16 +686849,6 @@ "show_number": "4730", "fullAnswer": "giant" }, - { - "category": "ANCIENT GREEK THEATRE", - "air_date": "2005-03-11", - "question": "(Cheryl of the Clue Crew reports from the Theater of Dionysus in Athens, Greece.) When this man introduced his play \"Medea\" in a contest held here at the Theater of Dionysus in 431 B.C., he came in last", - "value": "$1200", - "answer": "Euripides", - "round": "Double Jeopardy!", - "show_number": "4730", - "fullAnswer": "Euripides" - }, { "category": "THAT'S MY ALBUM", "air_date": "2005-03-11", @@ -725329,16 +686869,6 @@ "show_number": "4730", "fullAnswer": "Mount St. Helens" }, - { - "category": "PLANES, TRAINS & AUTOMOBILES", - "air_date": "2005-03-11", - "question": "This car exec seen here put his name on an innovative automobile", - "value": "$1200", - "answer": "DeLorean", - "round": "Double Jeopardy!", - "show_number": "4730", - "fullAnswer": "DeLorean" - }, { "category": "ANATOMICAL ADVERTISING", "air_date": "2005-03-11", @@ -725419,16 +686949,6 @@ "show_number": "4730", "fullAnswer": "a gobbler" }, - { - "category": "ANCIENT GREEK THEATRE", - "air_date": "2005-03-11", - "question": "(Sarah of the Clue Crew reports from the Theater of Dionysus in Athens, Greece.) Legend tells us that here on stage at the Theater of Dionysus, this man became known as the world's first actor", - "value": "$2,000", - "answer": "Thespis", - "round": "Double Jeopardy!", - "show_number": "4730", - "fullAnswer": "Thespis" - }, { "category": "THAT'S MY ALBUM", "air_date": "2005-03-11", @@ -726134,7 +687654,7 @@ "air_date": "2001-03-02", "question": "At Bunker Hill, the colonists can't obey this command because the British have sunglasses on", "value": "$200", - "answer": "Don\\'t fire until you see the whites of their eyes!", + "answer": "Don't fire until you see the whites of their eyes!", "round": "Jeopardy!", "show_number": "3805", "fullAnswer": "\"Don\\'t fire until you see the whites of their eyes!\"" @@ -726394,7 +687914,7 @@ "air_date": "2001-03-02", "question": "In September 1981 she became the 102nd justice of the Supreme Court", "value": "$200", - "answer": "Sandra Day O\\'Connor", + "answer": "Sandra Day O'Connor", "round": "Double Jeopardy!", "show_number": "3805", "fullAnswer": "Sandra Day O\\'Connor" @@ -726604,7 +688124,7 @@ "air_date": "2001-03-02", "question": "This 2-word term meaning the best or largest portion of something comes from one of Aesop's Fables", "value": "$800", - "answer": "Lion\\'s share", + "answer": "Lion's share", "round": "Double Jeopardy!", "show_number": "3805", "fullAnswer": "Lion\\'s share" @@ -727454,7 +688974,7 @@ "air_date": "2003-06-13", "question": "Their magazine is called \"The Watchtower\" & their churches are called Kingdom Halls", "value": "$600", - "answer": "Jehovah\\'s Witnesses", + "answer": "Jehovah's Witnesses", "round": "Jeopardy!", "show_number": "4340", "fullAnswer": "Jehovah\\'s Witnesses" @@ -727694,7 +689214,7 @@ "air_date": "2003-06-13", "question": "Downey, California boasts the oldest existing restaurant in this chain, opened in 1953", "value": "$800", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Double Jeopardy!", "show_number": "4340", "fullAnswer": "McDonald\\'s" @@ -728569,16 +690089,6 @@ "show_number": "3798", "fullAnswer": "American Expeditionary Force" }, - { - "category": "COMPOSERS & THEIR WORKS", - "air_date": "2001-02-21", - "question": "(Hi, I'm Michael Feinstein, here at the Hollywood Bowl.) I'm passionately involved in maintaining the legacy of this great cmposer of whose many great songs, one goes like this", - "value": "$200", - "answer": "George Gershwin", - "round": "Jeopardy!", - "show_number": "3798", - "fullAnswer": "George Gershwin" - }, { "category": "MEN ON FILM", "air_date": "2001-02-21", @@ -729149,16 +690659,6 @@ "show_number": "3148", "fullAnswer": "Gatorade" }, - { - "category": "NAME THAT ARTIST", - "air_date": "1998-04-15", - "question": "The following is a detail of perhaps his greatest painting:", - "value": "$100", - "answer": "Michelangelo", - "round": "Jeopardy!", - "show_number": "3148", - "fullAnswer": "Michelangelo" - }, { "category": "TV SHOWS ON TV SHOWS", "air_date": "1998-04-15", @@ -729209,16 +690709,6 @@ "show_number": "3148", "fullAnswer": "cream soda" }, - { - "category": "NAME THAT ARTIST", - "air_date": "1998-04-15", - "question": "One of his last works is seen here:", - "value": "$200", - "answer": "Van Gogh", - "round": "Jeopardy!", - "show_number": "3148", - "fullAnswer": "Van Gogh" - }, { "category": "TV SHOWS ON TV SHOWS", "air_date": "1998-04-15", @@ -729269,26 +690759,6 @@ "show_number": "3148", "fullAnswer": "chocolate" }, - { - "category": "NAME THAT ARTIST", - "air_date": "1998-04-15", - "question": "Renaissance master who painted the goddess seen here:", - "value": "$300", - "answer": "Botticelli", - "round": "Jeopardy!", - "show_number": "3148", - "fullAnswer": "Botticelli" - }, - { - "category": "TV SHOWS ON TV SHOWS", - "air_date": "1998-04-15", - "question": "(Hi. I'm Debbe Dunning.) It's the name of the home improvement show that's featured on \"Home Improvement\"", - "value": "$500", - "answer": "Tool Time", - "round": "Jeopardy!", - "show_number": "3148", - "fullAnswer": "Tool Time" - }, { "category": "CROSSWORD CLUES \"G\"", "air_date": "1998-04-15", @@ -729329,16 +690799,6 @@ "show_number": "3148", "fullAnswer": "Seattle" }, - { - "category": "NAME THAT ARTIST", - "air_date": "1998-04-15", - "question": "The work seen here is by this Neoclassical painter:", - "value": "$400", - "answer": "David", - "round": "Jeopardy!", - "show_number": "3148", - "fullAnswer": "David" - }, { "category": "TV SHOWS ON TV SHOWS", "air_date": "1998-04-15", @@ -729389,16 +690849,6 @@ "show_number": "3148", "fullAnswer": "seltzer" }, - { - "category": "NAME THAT ARTIST", - "air_date": "1998-04-15", - "question": "A detail of a triptych by this 15th century Dutchman is seen here:", - "value": "$500", - "answer": "Bosch", - "round": "Jeopardy!", - "show_number": "3148", - "fullAnswer": "(Hieronymus) Bosch" - }, { "category": "TV SHOWS ON TV SHOWS", "air_date": "1998-04-15", @@ -729639,16 +691089,6 @@ "show_number": "3148", "fullAnswer": "things you shake" }, - { - "category": "FUN & GAMES", - "air_date": "1998-04-15", - "question": "This game, seen here, was the first successful video game", - "value": "$1,000", - "answer": "Pong", - "round": "Double Jeopardy!", - "show_number": "3148", - "fullAnswer": "Pong" - }, { "category": "HOW DULL!", "air_date": "1998-04-15", @@ -729924,7 +691364,7 @@ "air_date": "2003-03-28", "question": "The tresses of \"Dark Angel\" Jessica Alba are featured in ads for this company's Feria", "value": "$800", - "answer": "L\\'Oreal", + "answer": "L'Oreal", "round": "Jeopardy!", "show_number": "4285", "fullAnswer": "L\\'Oreal" @@ -730499,16 +691939,6 @@ "show_number": "5420", "fullAnswer": "Brave New World" }, - { - "category": "THE TOOL SHED", - "air_date": "2008-03-14", - "question": "Seen here is the tool called a cutter for this fastener", - "value": "$600", - "answer": "bolt", - "round": "Jeopardy!", - "show_number": "5420", - "fullAnswer": "a bolt" - }, { "category": "\"ARG\"!", "air_date": "2008-03-14", @@ -730619,16 +692049,6 @@ "show_number": "5420", "fullAnswer": "Stranger In A Strange Land" }, - { - "category": "THE TOOL SHED", - "air_date": "2008-03-14", - "question": "(Jimmy of the Clue Crew demonstrates his tool.) I'm determining a horizontal line using this type of level whose name comes from an old word for the alcoholic liquid inside", - "value": "$1000", - "answer": "spirit level", - "round": "Jeopardy!", - "show_number": "5420", - "fullAnswer": "a spirit level" - }, { "category": "\"ARG\"!", "air_date": "2008-03-14", @@ -730644,7 +692064,7 @@ "air_date": "2008-03-14", "question": "In 1985 the Ivory Coast declared that its official name in all languages would be this French Version", "value": "$400", - "answer": "Cote D\\'Ivoire", + "answer": "Cote D'Ivoire", "round": "Double Jeopardy!", "show_number": "5420", "fullAnswer": "Cote D\\'Ivoire" @@ -730699,16 +692119,6 @@ "show_number": "5420", "fullAnswer": "jockeys" }, - { - "category": "AFRICA", - "air_date": "2008-03-14", - "question": "(Cheryl of the Clue Crew shows a map on a screen) Cabinda Province is an exclave belonging neither to the Congo nor the Democratic Republic of the Congo which surround it, but to this large country just to the south", - "value": "$800", - "answer": "Angola", - "round": "Double Jeopardy!", - "show_number": "5420", - "fullAnswer": "Angola" - }, { "category": "MUSICAL INSTRUMENT MOVIES", "air_date": "2008-03-14", @@ -730729,16 +692139,6 @@ "show_number": "5420", "fullAnswer": "Alabama" }, - { - "category": "GEEK SPEAK", - "air_date": "2008-03-14", - "question": "(Alex delivers the clue from the Sony Headquarters in Tokyo, Japan) Sony has screens that range in size from the 70-inch Bravia to the 2-inch on this DMP, which stands for digital this", - "value": "$800", - "answer": "media player", - "round": "Double Jeopardy!", - "show_number": "5420", - "fullAnswer": "media player" - }, { "category": "LOCKE", "air_date": "2008-03-14", @@ -730869,16 +692269,6 @@ "show_number": "5420", "fullAnswer": "Reason (or Enlightenment)" }, - { - "category": "\"KEY\"", - "air_date": "2008-03-14", - "question": "This scientist is seen here with one of his important discoveries", - "value": "$1600", - "answer": "Leakey", - "round": "Double Jeopardy!", - "show_number": "5420", - "fullAnswer": "(Louis) Leakey" - }, { "category": "AFRICA", "air_date": "2008-03-14", @@ -730949,16 +692339,6 @@ "show_number": "5420", "fullAnswer": "a margarita" }, - { - "category": "AROUND FORT BRAGG", - "air_date": "2006-03-14", - "question": "(Kelly of the Clue Crew reads atop a military vehicle in Fort Bragg, NC.) Don't bug out when I tell you the rough terrain container handler was made for the Army by this Peoria, Illinois equipment company", - "value": "$200", - "answer": "Caterpillar", - "round": "Jeopardy!", - "show_number": "4957", - "fullAnswer": "Caterpillar" - }, { "category": "COLLEGE SPORTS RIVALRIES", "air_date": "2006-03-14", @@ -731069,26 +692449,6 @@ "show_number": "4957", "fullAnswer": "Pittsburgh" }, - { - "category": "AROUND FORT BRAGG", - "air_date": "2006-03-14", - "question": "(Jimmy of the Clue Crew reads beside a statue at Fort Bragg, NC.) Fort Bragg boasts the statue of a soldier in these elite forces; the Army's first such unit was activated here in 1952", - "value": "$600", - "answer": "Green Berets ", - "round": "Jeopardy!", - "show_number": "4957", - "fullAnswer": "the Green Berets (or Special Forces)" - }, - { - "category": "COLLEGE SPORTS RIVALRIES", - "air_date": "2006-03-14", - "question": "In 2000 these 2 Big 10 schools were named ESPN.com's all-time top rivalry", - "value": "$600", - "answer": "Michigan & Ohio State", - "round": "Jeopardy!", - "show_number": "4957", - "fullAnswer": "Michigan & Ohio State" - }, { "category": "CAPITAL CITY BIRTHPLACES", "air_date": "2006-03-14", @@ -731099,16 +692459,6 @@ "show_number": "4957", "fullAnswer": "Stockholm" }, - { - "category": "FUN WITH DICK & JANE", - "air_date": "2006-03-14", - "question": "See Dick. See Dick fight for civil rights. Right on, Dick. Right on", - "value": "$600", - "answer": "Dick Gregory", - "round": "Jeopardy!", - "show_number": "4957", - "fullAnswer": "Dick Gregory" - }, { "category": "POPE-EYE", "air_date": "2006-03-14", @@ -731189,16 +692539,6 @@ "show_number": "4957", "fullAnswer": "personification" }, - { - "category": "AROUND FORT BRAGG", - "air_date": "2006-03-14", - "question": "(Kelly reads near a water tower in Fort Bragg, NC.) The skies above Fort Bragg are busy; it's home to the Golden Knights parachute team & to this division that became airborne August 15, 1942", - "value": "$1000", - "answer": "82nd Airborne", - "round": "Jeopardy!", - "show_number": "4957", - "fullAnswer": "the 82nd Airborne" - }, { "category": "COLLEGE SPORTS RIVALRIES", "air_date": "2006-03-14", @@ -731234,7 +692574,7 @@ "air_date": "2006-03-14", "question": "In 1389 Pope Urban VI declared the Holy Year would be every 33 years--the 33 signifying this", "value": "$1000", - "answer": "years of Jesus\\'s life ", + "answer": "years of Jesus's life ", "round": "Jeopardy!", "show_number": "4957", "fullAnswer": "the years of Jesus\\'s life (the age of Jesus accepted)" @@ -731254,7 +692594,7 @@ "air_date": "2006-03-14", "question": "On Oct. 1, 1949 the Chinese communists proclaimed themselves this type of republic", "value": "$400", - "answer": "People\\'s Republic", + "answer": "People's Republic", "round": "Double Jeopardy!", "show_number": "4957", "fullAnswer": "the People\\'s Republic" @@ -731674,7 +693014,7 @@ "air_date": "1989-12-26", "question": "In a 1965 hit by Herman's Hermits, it's the line that follows \"Every time I see you lookin' my way\"", "value": "$200", - "answer": "Ooh, baby, baby can\\'t you hear my heart beat", + "answer": "Ooh, baby, baby can't you hear my heart beat", "round": "Jeopardy!", "show_number": "1227", "fullAnswer": "\"Ooh, baby, baby can\\'t you hear my heart beat\"" @@ -731754,7 +693094,7 @@ "air_date": "1989-12-26", "question": "It was an R. Crumb cartoon character who used the slogan \"Keep On\" doing this", "value": "$400", - "answer": "Truckin\\'", + "answer": "Truckin'", "round": "Jeopardy!", "show_number": "1227", "fullAnswer": "Truckin\\'" @@ -731964,7 +693304,7 @@ "air_date": "1989-12-26", "question": "Poem that includes the line, \"Instead of the cross, the albatross about my neck was hung\"", "value": "$400", - "answer": "\\'The Rime of the Ancient Mariner", + "answer": "'The Rime of the Ancient Mariner", "round": "Double Jeopardy!", "show_number": "1227", "fullAnswer": "\\'\"The Rime of the Ancient Mariner\"" @@ -733369,16 +694709,6 @@ "show_number": "6068", "fullAnswer": "Russia" }, - { - "category": "EVERYDAY HEROES", - "air_date": "2011-01-19", - "question": "Denise Thornton founded Beacon of Hope to help restore N.O. after this 2005 event; see lakewoodbeacon.org if you want to help", - "value": "$200", - "answer": "Hurricane Katrina", - "round": "Jeopardy!", - "show_number": "6068", - "fullAnswer": "Hurricane Katrina" - }, { "category": "BOTH MY X's", "air_date": "2011-01-19", @@ -733399,16 +694729,6 @@ "show_number": "6068", "fullAnswer": "Houston" }, - { - "category": "BASIC SCIENCE", - "air_date": "2011-01-19", - "question": "(Kelly of the Clue Crew shows some high-tech devices.) Both LCD TVs & mood rings use liquid crystals, however, the crystals in LCDs reflect color by using electricity & mood rings use this type of energy", - "value": "$400", - "answer": "heat", - "round": "Jeopardy!", - "show_number": "6068", - "fullAnswer": "heat" - }, { "category": "CELEBRITIES' MIDDLE NAMES", "air_date": "2011-01-19", @@ -733579,16 +694899,6 @@ "show_number": "6068", "fullAnswer": "San Antonio" }, - { - "category": "BASIC SCIENCE", - "air_date": "2011-01-19", - "question": "(Kelly of the Clue Crew rolls two ping-pong balls on the table.) The tack in a ping-pong ball shifts this 3-word directional term from the middle to the side, affecting its roll", - "value": "$1000", - "answer": "center of gravity", - "round": "Jeopardy!", - "show_number": "6068", - "fullAnswer": "the center of gravity" - }, { "category": "CELEBRITIES' MIDDLE NAMES", "air_date": "2011-01-19", @@ -733834,7 +695144,7 @@ "air_date": "2011-01-19", "question": "A young Laura Dern appeared in this 1974 film in which her mom played Flo the waitress", "value": "$1600", - "answer": "Alice Doesn\\'t Live Here Anymore", + "answer": "Alice Doesn't Live Here Anymore", "round": "Double Jeopardy!", "show_number": "6068", "fullAnswer": "Alice Doesn\\'t Live Here Anymore" @@ -733969,16 +695279,6 @@ "show_number": "6291", "fullAnswer": "slow pitch" }, - { - "category": "GOLD", - "air_date": "2012-01-16", - "question": "Gold in the form seen here, it can also mean priceless pieces of wisdom", - "value": "$200", - "answer": "nuggets", - "round": "Jeopardy!", - "show_number": "6291", - "fullAnswer": "nuggets" - }, { "category": "AT WIDE RECEIVER FOR THIS TEAM...", "air_date": "2012-01-16", @@ -734539,16 +695839,6 @@ "show_number": "3101", "fullAnswer": "50" }, - { - "category": "TV FROM THE NEXT ROOM", - "air_date": "1998-02-09", - "question": "\"The plane... the plane!\"", - "value": "$100", - "answer": "Fantasy Island", - "round": "Jeopardy!", - "show_number": "3101", - "fullAnswer": "Fantasy Island" - }, { "category": "STUPID ANSWERS", "air_date": "1998-02-09", @@ -734594,21 +695884,11 @@ "air_date": "1998-02-09", "question": "If you plan to rent a movie, we suggest this 1952 Gene Kelly musical", "value": "$200", - "answer": "Singin\\' in the Rain", + "answer": "Singin' in the Rain", "round": "Jeopardy!", "show_number": "3101", "fullAnswer": "Singin\\' in the Rain" }, - { - "category": "TV FROM THE NEXT ROOM", - "air_date": "1998-02-09", - "question": "\"Michael, all right, then promise me something: for today, for this 22nd anniversary, no fighting with Daddy, please!\"", - "value": "$200", - "answer": "All in the Family", - "round": "Jeopardy!", - "show_number": "3101", - "fullAnswer": "All in the Family" - }, { "category": "STUPID ANSWERS", "air_date": "1998-02-09", @@ -734659,26 +695939,6 @@ "show_number": "3101", "fullAnswer": "a bottle" }, - { - "category": "TV FROM THE NEXT ROOM", - "air_date": "1998-02-09", - "question": "\"Sweetie, can I say something: I grew up in this city, let me tell ya, here's what you do: from the time you're eight, you run, you just run... any way you look, there's someone who wants to hurt you...\"", - "value": "$300", - "answer": "Mad About You", - "round": "Jeopardy!", - "show_number": "3101", - "fullAnswer": "Mad About You" - }, - { - "category": "STUPID ANSWERS", - "air_date": "1998-02-09", - "question": "Look at the monitor and identify this ship seen here", - "value": "$300", - "answer": "Monitor", - "round": "Jeopardy!", - "show_number": "3101", - "fullAnswer": "the Monitor" - }, { "category": "FLYBOYS", "air_date": "1998-02-09", @@ -734709,26 +695969,6 @@ "show_number": "3101", "fullAnswer": "Beatle Boots" }, - { - "category": "RAINY DAY FUN", - "air_date": "1998-02-09", - "question": "(Hi, I'm Chuck Woolery.) In this board game, the player who draws the tile nearest the beginning of the alphabet plays first", - "value": "$1,200", - "answer": "Scrabble", - "round": "Jeopardy!", - "show_number": "3101", - "fullAnswer": "Scrabble" - }, - { - "category": "TV FROM THE NEXT ROOM", - "air_date": "1998-02-09", - "question": "[Sci-fi \"stalking\" music]", - "value": "$400", - "answer": "Star Trek", - "round": "Jeopardy!", - "show_number": "3101", - "fullAnswer": "Star Trek" - }, { "category": "STUPID ANSWERS", "air_date": "1998-02-09", @@ -734779,16 +696019,6 @@ "show_number": "3101", "fullAnswer": "playing cards" }, - { - "category": "TV FROM THE NEXT ROOM", - "air_date": "1998-02-09", - "question": "\"Letters... we get letters... we get stacks and stacks of letters... LETTERS!\"", - "value": "$500", - "answer": "Late Show with David Letterman", - "round": "Jeopardy!", - "show_number": "3101", - "fullAnswer": "The Late Show with David Letterman" - }, { "category": "STUPID ANSWERS", "air_date": "1998-02-09", @@ -734899,16 +696129,6 @@ "show_number": "3101", "fullAnswer": "Tokyo Bay" }, - { - "category": "BILL & BILLY IN SONG", - "air_date": "1998-02-09", - "question": "The group heard here:

\"Oh come on, Bill.
Oh come on, Bill,
Come on and marry me, Bill\"
", - "value": "$800", - "answer": "5th Dimension", - "round": "Double Jeopardy!", - "show_number": "3101", - "fullAnswer": "The 5th Dimension" - }, { "category": "INTERNATIONAL \"K\"S", "air_date": "1998-02-09", @@ -734964,7 +696184,7 @@ "air_date": "1998-02-09", "question": "\"And as Billy started to go she said 'Keep your pretty head low' Billy don't\" do this, \"come back to me\"", "value": "$600", - "answer": "Billy, Don\\'t Be A Hero", + "answer": "Billy, Don't Be A Hero", "round": "Double Jeopardy!", "show_number": "3101", "fullAnswer": "\"Billy, Don\\'t Be A Hero\"" @@ -735089,16 +696309,6 @@ "show_number": "3101", "fullAnswer": "\"One Tin Soldier\"" }, - { - "category": "INTERNATIONAL \"K\"S", - "air_date": "1998-02-09", - "question": "Japanese sport that uses the weapon seen here:", - "value": "$1000", - "answer": "kendo", - "round": "Double Jeopardy!", - "show_number": "3101", - "fullAnswer": "kendo" - }, { "category": "THE SMITHSONIAN", "air_date": "1998-02-09", @@ -735219,16 +696429,6 @@ "show_number": "6233", "fullAnswer": "Fergie" }, - { - "category": "STEAMBOATS", - "air_date": "2011-10-26", - "question": "Appropriately, a steamboat is in the background of the portrait of this American inventor", - "value": "$400", - "answer": "Fulton", - "round": "Jeopardy!", - "show_number": "6233", - "fullAnswer": "(Robert) Fulton" - }, { "category": "I SAW IT ON TV", "air_date": "2011-10-26", @@ -735509,16 +696709,6 @@ "show_number": "6233", "fullAnswer": "North Dakota" }, - { - "category": "AMERICAN ART & ARTISTS", - "air_date": "2011-10-26", - "question": "A 1948 action painting by this American artist is seen here", - "value": "$800", - "answer": "Jackson Pollock", - "round": "Double Jeopardy!", - "show_number": "6233", - "fullAnswer": "Jackson Pollock" - }, { "category": "DREAMBOATS", "air_date": "2011-10-26", @@ -736109,16 +697299,6 @@ "show_number": "6008", "fullAnswer": "circumference" }, - { - "category": "MYTHICAL TOOLS & ACCESSORIES", - "air_date": "2010-10-27", - "question": "The weapon of choice of this Norse god, which created lightning, is seen here", - "value": "$800", - "answer": "Thor", - "round": "Double Jeopardy!", - "show_number": "6008", - "fullAnswer": "Thor" - }, { "category": "ECO-FRIENDLY VAMPIRES", "air_date": "2010-10-27", @@ -736259,16 +697439,6 @@ "show_number": "6008", "fullAnswer": "(Francisco) Pizarro" }, - { - "category": "AMERICAN HISTORY", - "air_date": "2010-10-27", - "question": "(Jimmy of the Clue Crew presents the clue on a map.) The Oregon Trail started at Independence, Missouri and crossed the Great Plains by following this river", - "value": "$2000", - "answer": "North Platte River", - "round": "Double Jeopardy!", - "show_number": "6008", - "fullAnswer": "the North Platte River" - }, { "category": "FILMOGRAPHIES", "air_date": "2010-10-27", @@ -736804,7 +697974,7 @@ "air_date": "1998-01-28", "question": "Prussia defeated Austria in the 7 Weeks' War of 1866, 103 years after fighting this longer war", "value": "$800", - "answer": "7 Years\\' War", + "answer": "7 Years' War", "round": "Double Jeopardy!", "show_number": "3093", "fullAnswer": "7 Years\\' War" @@ -737234,7 +698404,7 @@ "air_date": "2004-03-16", "question": "In 1970 San Diego State established the first of many departments called this", "value": "$400", - "answer": "women\\'s studies", + "answer": "women's studies", "round": "Double Jeopardy!", "show_number": "4502", "fullAnswer": "women\\'s studies" @@ -737519,16 +698689,6 @@ "show_number": "5975", "fullAnswer": "God" }, - { - "category": "SHOW ME THE MONKEY", - "air_date": "2010-07-30", - "question": "Eagles & leopards are known to hunt DeBrazza's monkeys but intrusion by these primates is their biggest threat", - "value": "$200", - "answer": "humans", - "round": "Jeopardy!", - "show_number": "5975", - "fullAnswer": "humans" - }, { "category": "SAY CHEESE", "air_date": "2010-07-30", @@ -737579,16 +698739,6 @@ "show_number": "5975", "fullAnswer": "Eureka" }, - { - "category": "SHOW ME THE MONKEY", - "air_date": "2010-07-30", - "question": "Old-world monkeys, like our friend the patas, don't have prehensile these, many new-world monkeys do", - "value": "$400", - "answer": "tails", - "round": "Jeopardy!", - "show_number": "5975", - "fullAnswer": "tails" - }, { "category": "SAY CHEESE", "air_date": "2010-07-30", @@ -737614,7 +698764,7 @@ "air_date": "2010-07-30", "question": "As a 10-year-old, Louis' rule was strengthened in 1648 with the end of this numeric religious war", "value": "$600", - "answer": "Thirty Years\\' War", + "answer": "Thirty Years' War", "round": "Jeopardy!", "show_number": "5975", "fullAnswer": "the Thirty Years\\' War" @@ -737639,16 +698789,6 @@ "show_number": "5975", "fullAnswer": "conquers all" }, - { - "category": "SHOW ME THE MONKEY", - "air_date": "2010-07-30", - "question": "The hanuman langur is named for a monkey god of this religion", - "value": "$600", - "answer": "Hinduism", - "round": "Jeopardy!", - "show_number": "5975", - "fullAnswer": "Hinduism" - }, { "category": "SAY CHEESE", "air_date": "2010-07-30", @@ -737734,7 +698874,7 @@ "air_date": "2010-07-30", "question": "This French phrase attributed to Louis XIV translates to \"I am the state\"", "value": "$1000", - "answer": "L\\'etat c\\'est moi", + "answer": "L'etat c'est moi", "round": "Jeopardy!", "show_number": "5975", "fullAnswer": "L\\'etat c\\'est moi" @@ -737759,16 +698899,6 @@ "show_number": "5975", "fullAnswer": "\"North To The Future\"" }, - { - "category": "SHOW ME THE MONKEY", - "air_date": "2010-07-30", - "question": "It's the 5-letter name of the monkey seen here. What a tool!", - "value": "$1000", - "answer": "drill", - "round": "Jeopardy!", - "show_number": "5975", - "fullAnswer": "a drill" - }, { "category": "SAY CHEESE", "air_date": "2010-07-30", @@ -737839,16 +698969,6 @@ "show_number": "5975", "fullAnswer": "Princess Anne" }, - { - "category": "THE CLEVELAND CLINIC", - "air_date": "2010-07-30", - "question": "(Sarah of the Clue Crew delivers the clue from the Cleveland Clinic.) Accessing these images on a computer so they're instant and expandable is a big innovation for the Cleveland Clinic. In 1929, when they were nitrocellulose, films stored here combusted, killing 123 people.", - "value": "$400", - "answer": "X-rays", - "round": "Double Jeopardy!", - "show_number": "5975", - "fullAnswer": "X-rays" - }, { "category": "\"NIGHT\" & \"DAY\"", "air_date": "2010-07-30", @@ -737899,26 +699019,6 @@ "show_number": "5975", "fullAnswer": "Hideo Nomo" }, - { - "category": "THE CLEVELAND CLINIC", - "air_date": "2010-07-30", - "question": "(Sarah of the Clue Crew delivers the clue from the Cleveland Clinic.) In 2008, on the victim of a shotgun blast, clinic doctors performed the USA's first of these operations; dental, psychological & bioethical teams, as well as plastic surgeons, were involved", - "value": "$800", - "answer": "face transplant", - "round": "Double Jeopardy!", - "show_number": "5975", - "fullAnswer": "a face transplant" - }, - { - "category": "\"NIGHT\" & \"DAY\"", - "air_date": "2010-07-30", - "question": "Groovy term for the dazzling yellow hosiery seen here", - "value": "$1200", - "answer": "DayGlo", - "round": "Double Jeopardy!", - "show_number": "5975", - "fullAnswer": "DayGlo" - }, { "category": "YOU ARE THE JUAN", "air_date": "2010-07-30", @@ -738524,7 +699624,7 @@ "air_date": "2000-02-10", "question": "This 1889 novel contrasts American homespun ingenuity with the Dark Ages' superstition & ineptitude", "value": "$800", - "answer": "A Connecticut Yankee in King Arthur\\'s Court", + "answer": "A Connecticut Yankee in King Arthur's Court", "round": "Double Jeopardy!", "show_number": "3559", "fullAnswer": "\"A Connecticut Yankee in King Arthur\\'s Court\"" @@ -738759,16 +699859,6 @@ "show_number": "5503", "fullAnswer": "Today" }, - { - "category": "ART FOR ART'S SAKE", - "air_date": "2008-07-09", - "question": "A Sarasota, Florida company specializes in giant sculptures in this medium; it's not just for castles anymore", - "value": "$400", - "answer": "sand", - "round": "Jeopardy!", - "show_number": "5503", - "fullAnswer": "sand" - }, { "category": "____OFF!", "air_date": "2008-07-09", @@ -738879,16 +699969,6 @@ "show_number": "5503", "fullAnswer": "Lonely Planet" }, - { - "category": "ART FOR ART'S SAKE", - "air_date": "2008-07-09", - "question": "Lana Shuttleworth transforms these roadwork markers into art, as in the 7 foot by 10 foot landscape seen here", - "value": "$800", - "answer": "pylons or traffic cones", - "round": "Jeopardy!", - "show_number": "5503", - "fullAnswer": "pylons or traffic cones" - }, { "category": "____OFF!", "air_date": "2008-07-09", @@ -739219,16 +700299,6 @@ "show_number": "5503", "fullAnswer": "Rooster Cogburn" }, - { - "category": "TV WOMEN", - "air_date": "2008-07-09", - "question": "Take your Coricidin & name this long-time \"Law & Order\" actress", - "value": "$2000", - "answer": "S. Epatha Merkerson", - "round": "Double Jeopardy!", - "show_number": "5503", - "fullAnswer": "S. Epatha Merkerson" - }, { "category": "ASIA", "air_date": "2008-07-09", @@ -739294,7 +700364,7 @@ "air_date": "1999-09-16", "question": "Seat seen here, possibly preferred by Spielberg or Welles:", "value": "$100", - "answer": "Director\\'s chair", + "answer": "Director's chair", "round": "Jeopardy!", "show_number": "3454", "fullAnswer": "Director\\'s chair" @@ -740239,16 +701309,6 @@ "show_number": "5847", "fullAnswer": "The Planets" }, - { - "category": "NON-EDIBLE FRUIT TERMS", - "air_date": "2010-02-02", - "question": "This", - "value": "$800", - "answer": "raspberry", - "round": "Double Jeopardy!", - "show_number": "5847", - "fullAnswer": "raspberry" - }, { "category": "COMMENCEMENT SPEECHES", "air_date": "2010-02-02", @@ -740309,16 +701369,6 @@ "show_number": "5847", "fullAnswer": "BlackBerry" }, - { - "category": "COMMENCEMENT SPEECHES", - "air_date": "2010-02-02", - "question": "(Secretary of State Hillary Clinton delivers the clue.) In 2009, I gave the commencement address at Barnard College; in 1969 I gave the first ever student commencement at this other women's college", - "value": "$1200", - "answer": "Wellesley", - "round": "Double Jeopardy!", - "show_number": "5847", - "fullAnswer": "Wellesley" - }, { "category": "BEFORE & AFTER", "air_date": "2010-02-02", @@ -740329,16 +701379,6 @@ "show_number": "5847", "fullAnswer": "MinuteMaid of Orleans" }, - { - "category": "EUROPEAN BODIES OF WATER", - "air_date": "2010-02-02", - "question": "(Kelly of the Clue Crew shows a map on the monitor.) Connecting the western Mediterranean Sea with the Atlantic Ocean is this narrow passage of water", - "value": "$1600", - "answer": "Straits of Gibraltar", - "round": "Double Jeopardy!", - "show_number": "5847", - "fullAnswer": "the Straits of Gibraltar" - }, { "category": "RETIRED NUMBERS BY TEAM", "air_date": "2010-02-02", @@ -740979,16 +702019,6 @@ "show_number": "5509", "fullAnswer": "St. Louis" }, - { - "category": "\"M.L.\"", - "air_date": "2008-07-17", - "question": "(Sarah of the Clue Crew relaxes with a drink at Tavern on the Green in New York.) I'm having a cocktail called Cherry Oz at Tavern on the Green; the restaurant is run by Jennifer LeRoy, granddaughter of this producer of \"The Wizard of Oz\"", - "value": "$1600", - "answer": "Mervyn LeRoy", - "round": "Double Jeopardy!", - "show_number": "5509", - "fullAnswer": "Mervyn LeRoy" - }, { "category": "CAR", "air_date": "2008-07-17", @@ -741029,16 +702059,6 @@ "show_number": "5509", "fullAnswer": "Phoenix" }, - { - "category": "BELOVED BOSTON CELTICS", - "air_date": "2008-07-17", - "question": "He's the Hall of Fame Celtic seen here without his navy", - "value": "$2000", - "answer": "McHale", - "round": "Double Jeopardy!", - "show_number": "5509", - "fullAnswer": "(Kevin) McHale" - }, { "category": "\"M.L.\"", "air_date": "2008-07-17", @@ -741064,7 +702084,7 @@ "air_date": "2008-07-17", "question": "In 1970 2 performers reached the Top 20 with this hit whose 6-word title was inspired by Boys Town", "value": null, - "answer": "\\He Ain\\'t Heavy, He\\'s My Brother\\", + "answer": "He Ain't Heavy, He's My Brother", "round": "Final Jeopardy!", "show_number": "5509", "fullAnswer": "\\\"He Ain\\'t Heavy, He\\'s My Brother\\\"" @@ -741124,7 +702144,7 @@ "air_date": "1996-12-05", "question": "In the nursery rhyme, this line precedes \"Bake me a cake as fast as you can\"", "value": "$100", - "answer": "Patty Cake, Patty Cake, Baker\\'s Man", + "answer": "Patty Cake, Patty Cake, Baker's Man", "round": "Jeopardy!", "show_number": "2824", "fullAnswer": "\"Patty Cake, Patty Cake, Baker\\'s Man\"" @@ -741524,7 +702544,7 @@ "air_date": "1996-12-05", "question": "After Randle P. McMurphy attacks Nurse Ratched in this play, she has him lobotomized", "value": "$600", - "answer": "One Flew Over The Cuckoo\\'s Nest", + "answer": "One Flew Over The Cuckoo's Nest", "round": "Double Jeopardy!", "show_number": "2824", "fullAnswer": "\"One Flew Over The Cuckoo\\'s Nest\"" @@ -741964,7 +702984,7 @@ "air_date": "2008-04-17", "question": "\"But you'll never see the end of the road while you're traveling with me, hey now, hey now, don't\" do this", "value": "$1000", - "answer": "dream it\\'s over", + "answer": "dream it's over", "round": "Jeopardy!", "show_number": "5444", "fullAnswer": "dream it\\'s over" @@ -742214,7 +703234,7 @@ "air_date": "2008-04-17", "question": "The first ballet, \"Ballet Comique de la Reine\", was commissioned by this French queen for her sister's wedding in 1581", "value": "$2000", - "answer": "Catherine de\\' Medici", + "answer": "Catherine de' Medici", "round": "Double Jeopardy!", "show_number": "5444", "fullAnswer": "Catherine de\\' Medici" @@ -742259,16 +703279,6 @@ "show_number": "5444", "fullAnswer": "Pierre Trudeau" }, - { - "category": "\"I\" OPENERS", - "air_date": "2008-04-17", - "question": "(Jimmy of the Clue Crew indicates the right-hand column of the periodic table.) On the periodic table, the six gases in this column, beginning with helium & ending with radon, are described as this, because they don't readily react with other elements", - "value": "$2000", - "answer": "inert", - "round": "Double Jeopardy!", - "show_number": "5444", - "fullAnswer": "inert" - }, { "category": "WWII", "air_date": "2008-04-17", @@ -743189,16 +704199,6 @@ "show_number": "3167", "fullAnswer": "Stratford, Ontario" }, - { - "category": "CNN 25: POTPOURRI", - "air_date": "2005-05-10", - "question": "(Hi, I'm Christiane Amanpour of CNN.) Millions of people have come here to Vatican City to this basilica to present their final respects to Pope John Paul II", - "value": "$200", - "answer": "St. Peter\\'s", - "round": "Jeopardy!", - "show_number": "4772", - "fullAnswer": "St. Peter\\'s" - }, { "category": "ANAGRAMMED BRITISH CITIES", "air_date": "2005-05-10", @@ -743249,16 +704249,6 @@ "show_number": "4772", "fullAnswer": "Lady & the Tramp" }, - { - "category": "CNN 25: POTPOURRI", - "air_date": "2005-05-10", - "question": "The man seen here was largely responsible for this hotly anticipated film, the top box office hit of 1999", - "value": "$400", - "answer": "Star Wars: Episode I", - "round": "Jeopardy!", - "show_number": "4772", - "fullAnswer": "Star Wars: Episode I" - }, { "category": "ANAGRAMMED BRITISH CITIES", "air_date": "2005-05-10", @@ -743274,7 +704264,7 @@ "air_date": "2005-05-10", "question": "Yum! The peanut version of these letter-perfect candies debuted in 1954", "value": "$400", - "answer": "M&M\\'s", + "answer": "M&M's", "round": "Jeopardy!", "show_number": "4772", "fullAnswer": "M&M\\'s" @@ -743309,16 +704299,6 @@ "show_number": "4772", "fullAnswer": "Adam & Eve" }, - { - "category": "CNN 25: POTPOURRI", - "air_date": "2005-05-10", - "question": "The activist seen here testified before the Senate in favor of research using the embryonic type of these", - "value": "$600", - "answer": "stem cells", - "round": "Jeopardy!", - "show_number": "4772", - "fullAnswer": "stem cells" - }, { "category": "ANAGRAMMED BRITISH CITIES", "air_date": "2005-05-10", @@ -743339,16 +704319,6 @@ "show_number": "4772", "fullAnswer": "the Edsel" }, - { - "category": "A \"C\" IN ANATOMY", - "air_date": "2005-05-10", - "question": "This part, seen here, is often transplanted", - "value": "$600", - "answer": "cornea", - "round": "Jeopardy!", - "show_number": "4772", - "fullAnswer": "the cornea" - }, { "category": "GIFTS FOR EVERYONE", "air_date": "2005-05-10", @@ -743369,16 +704339,6 @@ "show_number": "4772", "fullAnswer": "Burns & Allen" }, - { - "category": "CNN 25: POTPOURRI", - "air_date": "2005-05-10", - "question": "She made news in 1988 when she became the first woman to head a modern Muslim nation", - "value": "$800", - "answer": "Benazir Bhutto", - "round": "Jeopardy!", - "show_number": "4772", - "fullAnswer": "Benazir Bhutto" - }, { "category": "ANAGRAMMED BRITISH CITIES", "air_date": "2005-05-10", @@ -743409,16 +704369,6 @@ "show_number": "4772", "fullAnswer": "cervix" }, - { - "category": "GIFTS FOR EVERYONE", - "air_date": "2005-05-10", - "question": "(Jimmy of the Clue Crew points to a globe almost as big as he is in the FDR Presidential Library, Hyde Park, NY.) George Marshall gave FDR this globe to trace troop movements; he also gave an identical one to this man", - "value": "$800", - "answer": "Churchill", - "round": "Jeopardy!", - "show_number": "4772", - "fullAnswer": "Churchill" - }, { "category": "QUASI-RELATED PAIRS", "air_date": "2005-05-10", @@ -743429,16 +704379,6 @@ "show_number": "4772", "fullAnswer": "tool & die" }, - { - "category": "CNN 25: POTPOURRI", - "air_date": "2005-05-10", - "question": "The measure at issue here was ratified by 35 states, this many short of the number it needed", - "value": "$1000", - "answer": "3", - "round": "Jeopardy!", - "show_number": "4772", - "fullAnswer": "3" - }, { "category": "ANAGRAMMED BRITISH CITIES", "air_date": "2005-05-10", @@ -743499,16 +704439,6 @@ "show_number": "4772", "fullAnswer": "the executive branch" }, - { - "category": "STAMPS FROM AROUND THE WORLD", - "air_date": "2005-05-10", - "question": "The subject of the stamp seen here is a major artist of this nation", - "value": "$400", - "answer": "Netherlands", - "round": "Double Jeopardy!", - "show_number": "4772", - "fullAnswer": "the Netherlands" - }, { "category": "MOTHERS & SONS", "air_date": "2005-05-10", @@ -743559,16 +704489,6 @@ "show_number": "4772", "fullAnswer": "Personnel Management" }, - { - "category": "STAMPS FROM AROUND THE WORLD", - "air_date": "2005-05-10", - "question": "It's the ancient religious complex depicted on the stamp seen here", - "value": "$800", - "answer": "Angkor Wat", - "round": "Double Jeopardy!", - "show_number": "4772", - "fullAnswer": "Angkor Wat" - }, { "category": "MOTHERS & SONS", "air_date": "2005-05-10", @@ -743589,16 +704509,6 @@ "show_number": "4772", "fullAnswer": "non-alcoholic" }, - { - "category": "\"BAR\" TRIVIA", - "air_date": "2005-05-10", - "question": "Popular pie plant pictured here", - "value": "$800", - "answer": "rhubarb", - "round": "Double Jeopardy!", - "show_number": "4772", - "fullAnswer": "rhubarb" - }, { "category": "CELIBACY", "air_date": "2005-05-10", @@ -743619,16 +704529,6 @@ "show_number": "4772", "fullAnswer": "the spoils system" }, - { - "category": "STAMPS FROM AROUND THE WORLD", - "air_date": "2005-05-10", - "question": "It's the year the commemorative stamp seen here was issued", - "value": "$1200", - "answer": "1981", - "round": "Double Jeopardy!", - "show_number": "4772", - "fullAnswer": "1981" - }, { "category": "MOTHERS & SONS", "air_date": "2005-05-10", @@ -743679,16 +704579,6 @@ "show_number": "4772", "fullAnswer": "the British East India Company" }, - { - "category": "STAMPS FROM AROUND THE WORLD", - "air_date": "2005-05-10", - "question": "Mais oui, the work of this painter is featured on the stamp seen here", - "value": "$1600", - "answer": "Henri de Toulouse-Lautrec", - "round": "Double Jeopardy!", - "show_number": "4772", - "fullAnswer": "Henri de Toulouse-Lautrec" - }, { "category": "MOTHERS & SONS", "air_date": "2005-05-10", @@ -743709,16 +704599,6 @@ "show_number": "4772", "fullAnswer": "Rheingold" }, - { - "category": "\"BAR\" TRIVIA", - "air_date": "2005-05-10", - "question": "It's the island indicated here", - "value": "$1600", - "answer": "Zanzibar", - "round": "Double Jeopardy!", - "show_number": "4772", - "fullAnswer": "Zanzibar" - }, { "category": "CELIBACY", "air_date": "2005-05-10", @@ -743739,16 +704619,6 @@ "show_number": "4772", "fullAnswer": "(Charles) Guiteau" }, - { - "category": "STAMPS FROM AROUND THE WORLD", - "air_date": "2005-05-10", - "question": "He's the nationalist statesman seen here", - "value": "$2000", - "answer": "Sun Yat-sen", - "round": "Double Jeopardy!", - "show_number": "4772", - "fullAnswer": "Sun Yat-sen" - }, { "category": "MOTHERS & SONS", "air_date": "2005-05-10", @@ -744044,7 +704914,7 @@ "air_date": "2009-06-25", "question": "\"I am that merry wanderer of the night, I jest to Oberon, and make him smile\"", "value": "$1000", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Jeopardy!", "show_number": "5724", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -744389,16 +705259,6 @@ "show_number": "5724", "fullAnswer": "North Dakota" }, - { - "category": "SECOND LETTER \"X\"", - "air_date": "2009-06-25", - "question": "(Jimmy of the Clue Crew shows a diagram of a winding river on the monitor.) Due to erosion, large river bends called meanders loop together & are eventually cut off from the rest of the river, becoming this type of U-shaped lake", - "value": "$2000", - "answer": "oxbow", - "round": "Double Jeopardy!", - "show_number": "5724", - "fullAnswer": "an oxbow" - }, { "category": "SLANG TERM ORIGINS", "air_date": "2009-06-25", @@ -744539,16 +705399,6 @@ "show_number": "4626", "fullAnswer": "a horse" }, - { - "category": "ALL I WANT FOR CHRISTMAS IS...", - "air_date": "2004-10-18", - "question": "(Jimmy of the Clue Crew demonstrates from Times Square.) If I were a kid, I'd want a pair of these goggles for Christmas, so I can pretend I'm this hero", - "value": "$600", - "answer": "Spider-Man", - "round": "Jeopardy!", - "show_number": "4626", - "fullAnswer": "Spider-Man" - }, { "category": "GET A JOB!", "air_date": "2004-10-18", @@ -744589,16 +705439,6 @@ "show_number": "4626", "fullAnswer": "an Amazon" }, - { - "category": "ANIMALS", - "air_date": "2004-10-18", - "question": "The rabbit seen here has this name after one of its features", - "value": "$800", - "answer": "cottontail", - "round": "Jeopardy!", - "show_number": "4626", - "fullAnswer": "cottontail" - }, { "category": "ALL I WANT FOR CHRISTMAS IS...", "air_date": "2004-10-18", @@ -744649,16 +705489,6 @@ "show_number": "4626", "fullAnswer": "lay eggs" }, - { - "category": "ALL I WANT FOR CHRISTMAS IS...", - "air_date": "2004-10-18", - "question": "...one of these dolls, with a passion for fashion, like Jade and Chloe seen here", - "value": "$1000", - "answer": "Bratz doll", - "round": "Jeopardy!", - "show_number": "4626", - "fullAnswer": "a Bratz doll" - }, { "category": "GET A JOB!", "air_date": "2004-10-18", @@ -744699,16 +705529,6 @@ "show_number": "4626", "fullAnswer": "Benjamin Franklin" }, - { - "category": "THE LION KING ON BROADWAY", - "air_date": "2004-10-18", - "question": "(Cheryl of the Clue Crew announces, \"I'm here on the Broadway set of The Lion King.\") It's a memorable moment in \"The Lion King\" when this baby lion cub is presented to the world atop Pride Rock", - "value": "$400", - "answer": "Simba", - "round": "Double Jeopardy!", - "show_number": "4626", - "fullAnswer": "Simba" - }, { "category": "OUTDOORS", "air_date": "2004-10-18", @@ -744759,16 +705579,6 @@ "show_number": "4626", "fullAnswer": "Georgia" }, - { - "category": "THE LION KING ON BROADWAY", - "air_date": "2004-10-18", - "question": "(Jimmy of the Clue Crew delivers the clue from the set of The Lion King.) Many of the costumes and sets in \"The Lion King\" were inspired by the art of this continent, where the show is set", - "value": "$800", - "answer": "Africa", - "round": "Double Jeopardy!", - "show_number": "4626", - "fullAnswer": "Africa" - }, { "category": "OUTDOORS", "air_date": "2004-10-18", @@ -744809,16 +705619,6 @@ "show_number": "4626", "fullAnswer": "Encyclopaedia Britannica" }, - { - "category": "THE LION KING ON BROADWAY", - "air_date": "2004-10-18", - "question": "(Cheryl of the Clue Crew delivers the clue from the set of The Lion King.) The title of this famous song from \"The Lion King\" means \"no worries\" and it's Timon and Pumbaa's motto", - "value": "$1200", - "answer": "Hakuna Matata", - "round": "Double Jeopardy!", - "show_number": "4626", - "fullAnswer": "\"Hakuna Matata\"" - }, { "category": "OUTDOORS", "air_date": "2004-10-18", @@ -744859,16 +705659,6 @@ "show_number": "4626", "fullAnswer": "the Stamp Act" }, - { - "category": "THE LION KING ON BROADWAY", - "air_date": "2004-10-18", - "question": "(Jimmy of the Clue Crew converses with a puppet on the set of The Lion King.) In the stage version of \"The Lion King\", Zazu is no birdbrain--he's the aide-de-camp to this lion, Simba's father (Zazu squawks \"Aide-de-camp!\")", - "value": "$1600", - "answer": "Mufasa", - "round": "Double Jeopardy!", - "show_number": "4626", - "fullAnswer": "Mufasa" - }, { "category": "OUTDOORS", "air_date": "2004-10-18", @@ -744909,16 +705699,6 @@ "show_number": "4626", "fullAnswer": "Patrick Henry" }, - { - "category": "THE LION KING ON BROADWAY", - "air_date": "2004-10-18", - "question": "(Cheryl of the Clue Crew delivers the clue from the set of The Lion King.) This \"Lion King\" song tells us \"the sun rolling high through the sapphire sky keeps great and small on the endless round\"", - "value": "$2000", - "answer": "The Circle Of Life", - "round": "Double Jeopardy!", - "show_number": "4626", - "fullAnswer": "\"The Circle Of Life\"" - }, { "category": "OUTDOORS", "air_date": "2004-10-18", @@ -744994,7 +705774,7 @@ "air_date": "2004-09-21", "question": "Benjamin Eisenstadt introduced this pink-packeted product in 1957", "value": "$200", - "answer": "Sweet\\'N Low", + "answer": "Sweet'N Low", "round": "Jeopardy!", "show_number": "4607", "fullAnswer": "Sweet\\'N Low" @@ -745039,16 +705819,6 @@ "show_number": "4607", "fullAnswer": "Nomo" }, - { - "category": "WAXING PHILOSOPHICAL", - "air_date": "2004-09-21", - "question": "Seen here, the death of this Athenian philosopher was immortalized by Jacques-Louis David in 1787", - "value": "$400", - "answer": "Socrates", - "round": "Jeopardy!", - "show_number": "4607", - "fullAnswer": "Socrates" - }, { "category": "SWEET", "air_date": "2004-09-21", @@ -745109,16 +705879,6 @@ "show_number": "4607", "fullAnswer": "Bertrand Russell" }, - { - "category": "SWEET", - "air_date": "2004-09-21", - "question": "They're the climbers seen here", - "value": "$600", - "answer": "sweet peas", - "round": "Jeopardy!", - "show_number": "4607", - "fullAnswer": "sweet peas" - }, { "category": "BALLROOM BLITZ", "air_date": "2004-09-21", @@ -745204,7 +705964,7 @@ "air_date": "2004-09-21", "question": "In a series set in Africa, a woman named Precious Ramotswe runs this crime-solving outfit", "value": "$1000", - "answer": "No. 1 Ladies\\' Detective Agency", + "answer": "No. 1 Ladies' Detective Agency", "round": "Jeopardy!", "show_number": "4607", "fullAnswer": "The No. 1 Ladies\\' Detective Agency" @@ -745219,16 +705979,6 @@ "show_number": "4607", "fullAnswer": "Darryl Strawberry" }, - { - "category": "WAXING PHILOSOPHICAL", - "air_date": "2004-09-21", - "question": "This intellectual known for his concept of the absurd classifies rebels into world deniers and world affirmers", - "value": "$1000", - "answer": "Albert Camus", - "round": "Jeopardy!", - "show_number": "4607", - "fullAnswer": "Albert Camus" - }, { "category": "SWEET", "air_date": "2004-09-21", @@ -745464,7 +706214,7 @@ "air_date": "2004-09-21", "question": "In this comedy featuring a \"fantastical Spaniard\", 4 guys take a 3-year vow of celibacy & wackiness ensues", "value": "$1600", - "answer": "Love\\'s Labour\\'s Lost", + "answer": "Love's Labour's Lost", "round": "Double Jeopardy!", "show_number": "4607", "fullAnswer": "Love\\'s Labour\\'s Lost" @@ -745539,16 +706289,6 @@ "show_number": "4607", "fullAnswer": "the bubble chamber" }, - { - "category": "A WORLD OF POTPOURRI", - "air_date": "2004-09-21", - "question": "(Sofia of the Clue Crew stands with a mariachi band in the Yucatan Peninsula, Mexico.) Add 3 letters to \"guitar\" to get the name of this bass guitar used in Mexican music", - "value": "$2000", - "answer": "guitarron", - "round": "Double Jeopardy!", - "show_number": "4607", - "fullAnswer": "guitarron" - }, { "category": "LINGUA TECHNA", "air_date": "2004-09-21", @@ -745764,7 +706504,7 @@ "air_date": "1998-04-22", "question": "In 1989 this company introduced its Symphony bar", "value": "$400", - "answer": "Hershey\\'s", + "answer": "Hershey's", "round": "Jeopardy!", "show_number": "3153", "fullAnswer": "Hershey\\'s" @@ -745944,7 +706684,7 @@ "air_date": "1998-04-22", "question": "It's not AU, it's FeS", "value": "$400", - "answer": "Fool\\'s gold ", + "answer": "Fool's gold ", "round": "Double Jeopardy!", "show_number": "3153", "fullAnswer": "Fool\\'s gold (iron pyrite)" @@ -746634,7 +707374,7 @@ "air_date": "2001-10-15", "question": "Mel Gibson makes a punked-out cameo in this 1997 Robin Williams-Billy Crystal comedy", "value": "$800", - "answer": "Fathers\\' Day", + "answer": "Fathers' Day", "round": "Double Jeopardy!", "show_number": "3936", "fullAnswer": "Fathers\\' Day" @@ -746799,16 +707539,6 @@ "show_number": "5033", "fullAnswer": "Jimmy Page" }, - { - "category": "FAMILIAR PHRASES", - "air_date": "2006-06-28", - "question": "(Sarah of the Clue Crew reports from a one-room schoolhouse in Old World Wisconsin.) If you want to make a fresh start of things, you need this 2-word expression, like students not too long ago", - "value": "$400", - "answer": "clean slate", - "round": "Jeopardy!", - "show_number": "5033", - "fullAnswer": "a clean slate" - }, { "category": "WHO WANTS TO BE A LEGIONNAIRE?", "air_date": "2006-06-28", @@ -746824,7 +707554,7 @@ "air_date": "2006-06-28", "question": "In Genesis 6, it's described as being 50 cubits wide", "value": "$400", - "answer": "Noah\\'s Ark", + "answer": "Noah's Ark", "round": "Jeopardy!", "show_number": "5033", "fullAnswer": "Noah\\'s Ark" @@ -747099,36 +707829,6 @@ "show_number": "5033", "fullAnswer": "a meerkat" }, - { - "category": "FLOWERS", - "air_date": "2006-06-28", - "question": "The showy torch lily seen here is also called the red-hot this fireplace instrument", - "value": "$800", - "answer": "poker", - "round": "Double Jeopardy!", - "show_number": "5033", - "fullAnswer": "the poker" - }, - { - "category": "PULLING RANK", - "air_date": "2006-06-28", - "question": "In 1893 the U.S. got a new diplomatic rank: Thomas Bayard, our first official one of these, was off to Great Britain", - "value": "$800", - "answer": "ambassador ", - "round": "Double Jeopardy!", - "show_number": "5033", - "fullAnswer": "ambassador (to the Court of St. James)" - }, - { - "category": "FAMOUS AMERICANS' HOMES", - "air_date": "2006-06-28", - "question": "This frontiersman died in 1820 at his family's limestone mansion near Defiance, Missouri", - "value": "$800", - "answer": "Daniel Boone", - "round": "Double Jeopardy!", - "show_number": "5033", - "fullAnswer": "Daniel Boone" - }, { "category": "GIVE ME AN \"E\"", "air_date": "2006-06-28", @@ -747229,26 +707929,6 @@ "show_number": "5033", "fullAnswer": "silverrods" }, - { - "category": "PULLING RANK", - "air_date": "2006-06-28", - "question": "It's the rank of the character singing here

\"I know the kings of England and I quote the fights historical /
From Marathon to Waterloo, in order categorical\"
", - "value": "$1,500", - "answer": "major general", - "round": "Double Jeopardy!", - "show_number": "5033", - "fullAnswer": "major general" - }, - { - "category": "FAMOUS AMERICANS' HOMES", - "air_date": "2006-06-28", - "question": "New England's Inn on Covered Bridge Green was once this artist's home, & it would fit into his work", - "value": "$1600", - "answer": "Norman Rockwell", - "round": "Double Jeopardy!", - "show_number": "5033", - "fullAnswer": "Norman Rockwell" - }, { "category": "GIVE ME AN \"E\"", "air_date": "2006-06-28", @@ -747279,16 +707959,6 @@ "show_number": "5033", "fullAnswer": "owls" }, - { - "category": "FLOWERS", - "air_date": "2006-06-28", - "question": "Seen here, this flower known by its genus name is popular as a climbing plant", - "value": "$2000", - "answer": "Clematis", - "round": "Double Jeopardy!", - "show_number": "5033", - "fullAnswer": "a Clematis" - }, { "category": "PULLING RANK", "air_date": "2006-06-28", @@ -747554,7 +708224,7 @@ "air_date": "1996-04-09", "question": "In this game a person whose eyes are covered must determine a person's identity by feeling the face", "value": "$400", - "answer": "Blind Man\\'s Bluff", + "answer": "Blind Man's Bluff", "round": "Jeopardy!", "show_number": "2682", "fullAnswer": "Blind Man\\'s Bluff" @@ -748039,16 +708709,6 @@ "show_number": "5894", "fullAnswer": "The Scarlet Letter" }, - { - "category": "SOUNDS", - "air_date": "2010-04-08", - "question": "Heard in battle in the 1860s, it has been variously transcribed as seen here", - "value": "$400", - "answer": "rebel yell", - "round": "Jeopardy!", - "show_number": "5894", - "fullAnswer": "a rebel yell" - }, { "category": "HETERONYMS", "air_date": "2010-04-08", @@ -748059,16 +708719,6 @@ "show_number": "5894", "fullAnswer": "lead" }, - { - "category": "PRESIDENTIAL PASTIMES", - "air_date": "2010-04-08", - "question": "(Kelly of the Clue Crew strolls through the gardens at Monticello, Virginia.) For Thomas Jefferson, gardening was a welcome retreat from political life, and never more so than in 1807 when he suffered from migraines & stress due to this former vice president's treason trial", - "value": "$1,000", - "answer": "Aaron Burr", - "round": "Jeopardy!", - "show_number": "5894", - "fullAnswer": "Aaron Burr" - }, { "category": "REALITY TV", "air_date": "2010-04-08", @@ -748269,16 +708919,6 @@ "show_number": "5894", "fullAnswer": "Pompeii" }, - { - "category": "THE TUDORS", - "air_date": "2010-04-08", - "question": "This Irish-born actor returns for a fourth season as top Tudor Henry VIII", - "value": "$400", - "answer": "Jonathan Rhys Meyers", - "round": "Double Jeopardy!", - "show_number": "5894", - "fullAnswer": "Jonathan Rhys Meyers" - }, { "category": "GREAT MEN OF MEDICINE", "air_date": "2010-04-08", @@ -748389,16 +709029,6 @@ "show_number": "5894", "fullAnswer": "Halifax" }, - { - "category": "THE TUDORS", - "air_date": "2010-04-08", - "question": "The king is quite smitten with this fifth Mrs. Henry VIII, but dark times are in store", - "value": "$1200", - "answer": "Howard", - "round": "Double Jeopardy!", - "show_number": "5894", - "fullAnswer": "(Catherine) Howard" - }, { "category": "GREAT MEN OF MEDICINE", "air_date": "2010-04-08", @@ -748509,16 +709139,6 @@ "show_number": "5894", "fullAnswer": "Carthage" }, - { - "category": "THE TUDORS", - "air_date": "2010-04-08", - "question": "That's the earl of this putting the moves on a fine lady; note his collar with the fringe on top", - "value": "$2000", - "answer": "Surrey", - "round": "Double Jeopardy!", - "show_number": "5894", - "fullAnswer": "Surrey" - }, { "category": "GREAT MEN OF MEDICINE", "air_date": "2010-04-08", @@ -748539,16 +709159,6 @@ "show_number": "5894", "fullAnswer": "a beaker" }, - { - "category": "PORTRAIT SUBJECTS", - "air_date": "2010-04-08", - "question": "One of Goya's few portraits of a foreigner was of this Englishman painted in 1812", - "value": null, - "answer": "Duke of Wellington", - "round": "Final Jeopardy!", - "show_number": "5894", - "fullAnswer": "the Duke of Wellington" - }, { "category": "SCIENCE OF THE TIMES", "air_date": "2003-05-30", @@ -750069,16 +710679,6 @@ "show_number": "759", "fullAnswer": "Salk & Sabin" }, - { - "category": "PENNSYLVANIA PEOPLE", - "air_date": "1987-12-10", - "question": "Philadelphian who had his last Top 10 hit with the following:

\"Every limbo boy and girl /
All around the limbo world /
Gonna do the limbo rock /
All around the limbo block /
Jack be nimble, Jack be quick...\"
", - "value": "$1,000", - "answer": "Chubby Checker", - "round": "Double Jeopardy!", - "show_number": "759", - "fullAnswer": "Chubby Checker" - }, { "category": "CLASSIC CINEMA", "air_date": "1987-12-10", @@ -750609,16 +711209,6 @@ "show_number": "4803", "fullAnswer": "the Boston Massacre" }, - { - "category": "WHAT A BROADWAY CHARACTER!", - "air_date": "2005-06-22", - "question": "(Jimmy of the Clue Crew reports from the set of the Majestic Theatre, New York.) The Phantom of the Opera calls Christine a little viper when she does this to him here in his underground lair", - "value": "$800", - "answer": "unmasks him", - "round": "Double Jeopardy!", - "show_number": "4803", - "fullAnswer": "unmasks him" - }, { "category": "ALSO A BODY PART", "air_date": "2005-06-22", @@ -750699,16 +711289,6 @@ "show_number": "4803", "fullAnswer": "London" }, - { - "category": "CRIME", - "air_date": "2005-06-22", - "question": "Two-word name for the crime seen here in a Goya painting, or an informal term for overcharging", - "value": "$3,000", - "answer": "highway robbery", - "round": "Double Jeopardy!", - "show_number": "4803", - "fullAnswer": "highway robbery" - }, { "category": "THE THINGS YOU SAY!", "air_date": "2005-06-22", @@ -750789,16 +711369,6 @@ "show_number": "4803", "fullAnswer": "Svetlana Stalin" }, - { - "category": "WHAT A BROADWAY CHARACTER!", - "air_date": "2005-06-22", - "question": "(Sarah of the Clue Crew reports from the set of the Gerswhin Theatre, New York.) The name \"Elphaba\", the leading character in \"Wicked\", is derived from the initials of this famous author", - "value": "$2000", - "answer": "L. Frank Baum", - "round": "Double Jeopardy!", - "show_number": "4803", - "fullAnswer": "L. Frank Baum" - }, { "category": "ALSO A BODY PART", "air_date": "2005-06-22", @@ -751024,7 +711594,7 @@ "air_date": "1998-10-20", "question": "In 1967 the Rascals were doing this \"Down a crowded avenue, doin' anything we'd like to do\"", "value": "$300", - "answer": "Groovin\\'", + "answer": "Groovin'", "round": "Jeopardy!", "show_number": "3247", "fullAnswer": "\"Groovin\\'\"" @@ -751719,16 +712289,6 @@ "show_number": "6219", "fullAnswer": "Narnia" }, - { - "category": "THE MOTION OF THE OCEAN", - "air_date": "2011-10-06", - "question": "(Kelly of the Clue Crew shows a map on the monitor.) During the winter, the Somali current flows south & west; in the summer, it changes course & flows in the opposite direction due to the winds of this Indian Ocean storm season", - "value": "$400", - "answer": "monsoon season", - "round": "Double Jeopardy!", - "show_number": "6219", - "fullAnswer": "the monsoon season" - }, { "category": "BROADWAY MUSICALS BY CHARACTERS", "air_date": "2011-10-06", @@ -751799,16 +712359,6 @@ "show_number": "6219", "fullAnswer": "Fiddler on the Roof" }, - { - "category": "AWARDS & HONORS", - "air_date": "2011-10-06", - "question": "(I'm Chevy Chase.) In 1993 I was honored as Man of the Year by this Harvard theatrical society", - "value": "$800", - "answer": "Hasty Pudding", - "round": "Double Jeopardy!", - "show_number": "6219", - "fullAnswer": "the Hasty Pudding" - }, { "category": "WHAT'S THE BIG IDEA?", "air_date": "2011-10-06", @@ -751839,16 +712389,6 @@ "show_number": "6219", "fullAnswer": "Switzerland" }, - { - "category": "THE MOTION OF THE OCEAN", - "air_date": "2011-10-06", - "question": "(Sarah of the Clue Crew shows a map on the monitor.) Warm water currents cool & sink in the North Atlantic, then are carried into the Indian & Pacific oceans along the system known as the global this 2-word term, like something you might find on an assembly line", - "value": "$1200", - "answer": "conveyor belt", - "round": "Double Jeopardy!", - "show_number": "6219", - "fullAnswer": "a conveyor belt" - }, { "category": "BROADWAY MUSICALS BY CHARACTERS", "air_date": "2011-10-06", @@ -751959,16 +712499,6 @@ "show_number": "6219", "fullAnswer": "Ireland" }, - { - "category": "THE MOTION OF THE OCEAN", - "air_date": "2011-10-06", - "question": "(Jimmy of the Clue Crew shows an animation on the monitor.) When waves hit a beach at an angle, part of their energy is directed parallel to the land, generating a current called this; the \"men\" of the same name are dockworkers", - "value": "$2000", - "answer": "longshore currents", - "round": "Double Jeopardy!", - "show_number": "6219", - "fullAnswer": "longshore currents" - }, { "category": "BROADWAY MUSICALS BY CHARACTERS", "air_date": "2011-10-06", @@ -752909,16 +713439,6 @@ "show_number": "738", "fullAnswer": "Nikita Khrushchev" }, - { - "category": "THEATRE", - "air_date": "1987-11-18", - "question": "1928 play by Bertolt Brecht which featured the following", - "value": "$3,700", - "answer": "Three-Penny Opera", - "round": "Double Jeopardy!", - "show_number": "738", - "fullAnswer": "Three-Penny Opera" - }, { "category": "JOURNALISM", "air_date": "1987-11-18", @@ -753144,7 +713664,7 @@ "air_date": "1987-11-18", "question": "Among the last plays he wrote were \"A Touch of the Poet\" and \"Huey\"", "value": "$1000", - "answer": "Eugene O\\' Neill", + "answer": "Eugene O' Neill", "round": "Double Jeopardy!", "show_number": "738", "fullAnswer": "Eugene O\\' Neill" @@ -753349,16 +713869,6 @@ "show_number": "2986", "fullAnswer": "Ray Bradbury" }, - { - "category": "FILMS OF THE '90s", - "air_date": "1997-09-01", - "question": "Letter perfect names of the 2 characters seen here:

\"I don't suppose you know what kind of alien life form leaves a green spectral trail and craves sugar water, do you?\"
\"Oh, wait. That was on Final Jeopardy! last night!\"
", - "value": "$700", - "answer": "J & K", - "round": "Jeopardy!", - "show_number": "2986", - "fullAnswer": "J & K" - }, { "category": "UNINTELLIGIBLE", "air_date": "1997-09-01", @@ -753514,7 +714024,7 @@ "air_date": "1997-09-01", "question": "In Shakespeare, the 5 words that precede \"And all the men and women merely players\"", "value": "$200", - "answer": "All the world\\'s a stage", + "answer": "All the world's a stage", "round": "Double Jeopardy!", "show_number": "2986", "fullAnswer": "\"All the world\\'s a stage\"" @@ -753739,16 +714249,6 @@ "show_number": "2986", "fullAnswer": "Jacques-Yves Cousteau" }, - { - "category": "REPORTING FROM THE WHITE HOUSE", - "air_date": "2004-11-10", - "question": "(Cheryl of the Clue Crew reports from the White House.) One year ago he represented Michigan's 5th District. Today, August 9th 1974, he enters the Oval Office as President", - "value": "$200", - "answer": "Gerald Ford", - "round": "Jeopardy!", - "show_number": "4643", - "fullAnswer": "Gerald Ford" - }, { "category": "VIDEO GAMES", "air_date": "2004-11-10", @@ -753869,16 +714369,6 @@ "show_number": "4643", "fullAnswer": "Robert Kennedy" }, - { - "category": "VIDEO GAMES", - "air_date": "2004-11-10", - "question": "Attain the crown of Grand Champion after completing over 30 levels of this epic first person bot shooter", - "value": "$600", - "answer": "Unreal Tournament", - "round": "Jeopardy!", - "show_number": "4643", - "fullAnswer": "Unreal Tournament" - }, { "category": "IT’S A MONARCHY", "air_date": "2004-11-10", @@ -753919,16 +714409,6 @@ "show_number": "4643", "fullAnswer": "the Yellow Pages" }, - { - "category": "REPORTING FROM THE WHITE HOUSE", - "air_date": "2004-11-10", - "question": "(Cheryl of the Clue Crew reports from the White House.) June 13, 1967 is a historic day as President Johnson appointed this great-grandson of a slave to the Supreme Court", - "value": "$800", - "answer": "Thurgood Marshall", - "round": "Jeopardy!", - "show_number": "4643", - "fullAnswer": "Thurgood Marshall" - }, { "category": "VIDEO GAMES", "air_date": "2004-11-10", @@ -753989,16 +714469,6 @@ "show_number": "4643", "fullAnswer": "the Camp David Accords" }, - { - "category": "VIDEO GAMES", - "air_date": "2004-11-10", - "question": "Spell-casters and adventures do battle in the land of Norrath in this online role playing game", - "value": "$1000", - "answer": "Everquest", - "round": "Jeopardy!", - "show_number": "4643", - "fullAnswer": "Everquest" - }, { "category": "IT’S A MONARCHY", "air_date": "2004-11-10", @@ -754119,16 +714589,6 @@ "show_number": "4643", "fullAnswer": "Cold Mountain" }, - { - "category": "DA OLOGY SHOW", - "air_date": "2004-11-10", - "question": "The regional study of objects like the one shown here", - "value": "$800", - "answer": "egyptology", - "round": "Double Jeopardy!", - "show_number": "4643", - "fullAnswer": "egyptology" - }, { "category": "TRASH TALKIN'", "air_date": "2004-11-10", @@ -754239,16 +714699,6 @@ "show_number": "4643", "fullAnswer": "Moulin Rouge!" }, - { - "category": "DA OLOGY SHOW", - "air_date": "2004-11-10", - "question": "Subjects of this branch of zoology are seen here", - "value": "$1600", - "answer": "herpetology", - "round": "Double Jeopardy!", - "show_number": "4643", - "fullAnswer": "herpetology" - }, { "category": "TRASH TALKIN'", "air_date": "2004-11-10", @@ -754319,22 +714769,12 @@ "show_number": "4643", "fullAnswer": "refuse" }, - { - "category": "TRAVEL", - "air_date": "2004-11-10", - "question": "(Sofia of the Clue Crew in Venice, Italy.) I'm here in Venice on this beautiful square which Napoleon called \"The Drawing Room of Europe\"", - "value": "$2000", - "answer": "St. Mark\\'s Square", - "round": "Double Jeopardy!", - "show_number": "4643", - "fullAnswer": "St. Mark\\'s Square" - }, { "category": "BY TWAIN", "air_date": "2004-11-10", "question": "It's the humorous nickname of the lawyer who solves the murder of York Driscoll, Dawson Landing's chief citizen", "value": "$2000", - "answer": "Pudd\\'n\\'head Wilson", + "answer": "Pudd'n'head Wilson", "round": "Double Jeopardy!", "show_number": "4643", "fullAnswer": "Pudd\\'n\\'head Wilson" @@ -754824,7 +715264,7 @@ "air_date": "1999-02-03", "question": "(VIDEO DAILY DOUBLE):
Alex: \"(I'm here at the Titanic Artifacts Exhibit at the World Trade Center, Boston) The Titanic's navigation beacon seen here was located on the front mast just above this lookout position\"", "value": "$2,000", - "answer": "Crow\\'s Nest", + "answer": "Crow's Nest", "round": "Double Jeopardy!", "show_number": "3323", "fullAnswer": "The Crow\\'s Nest" @@ -755219,16 +715659,6 @@ "show_number": "5310", "fullAnswer": "Simba" }, - { - "category": "WHEN YOU GROW UP", - "air_date": "2007-10-12", - "question": "You could toil in an office and work in one of these of your own--it sounds like a small geometric shape", - "value": "$1000", - "answer": "cubicle", - "round": "Jeopardy!", - "show_number": "5310", - "fullAnswer": "a cubicle" - }, { "category": "GUINNESS RECORDS", "air_date": "2007-10-12", @@ -755334,7 +715764,7 @@ "air_date": "2007-10-12", "question": "Now with Miami, at age 24, this 7'1\", 325-lb. guy was the youngest man on the NBA's \"50 Greatest Players\" list", "value": "$800", - "answer": "Shaquille O\\'Neal", + "answer": "Shaquille O'Neal", "round": "Double Jeopardy!", "show_number": "5310", "fullAnswer": "Shaquille O\\'Neal" @@ -755379,16 +715809,6 @@ "show_number": "5310", "fullAnswer": "the bell" }, - { - "category": "THOMAS JEFFERSON", - "air_date": "2007-10-12", - "question": "It's what Thomas was designing here", - "value": "$1200", - "answer": "his own tombstone ", - "round": "Double Jeopardy!", - "show_number": "5310", - "fullAnswer": "his own tombstone (or his own grave marker)" - }, { "category": "GOOD SPORTS", "air_date": "2007-10-12", @@ -755459,16 +715879,6 @@ "show_number": "5310", "fullAnswer": "Yao Ming" }, - { - "category": "AROUND THE WORLD", - "air_date": "2007-10-12", - "question": "(Cheryl of the Clue Crew takes a stroll outside in Kyoto, Japan.) The tourist areas of Japan are especially crowded in the spring season of hanami, the time for viewing these blossoms", - "value": "$1600", - "answer": "cherry blossoms", - "round": "Double Jeopardy!", - "show_number": "5310", - "fullAnswer": "the cherry blossoms" - }, { "category": "BODY BASICS", "air_date": "2007-10-12", @@ -755814,7 +716224,7 @@ "air_date": "1993-11-18", "question": "The Lila Acheson Wallace wing of the Metropolitan Museum of Art is named for the co-founder of this magazine", "value": "$500", - "answer": "Reader\\'s Digest", + "answer": "Reader's Digest", "round": "Jeopardy!", "show_number": "2119", "fullAnswer": "Reader\\'s Digest" @@ -756179,16 +716589,6 @@ "show_number": "6141", "fullAnswer": "Kindergarten Cop" }, - { - "category": "THE POINT IS...", - "air_date": "2011-05-02", - "question": "this character, who's as well-traveled as anyone I know", - "value": "$200", - "answer": "Waldo", - "round": "Jeopardy!", - "show_number": "6141", - "fullAnswer": "Waldo" - }, { "category": "LIT STUDENTS", "air_date": "2011-05-02", @@ -756239,16 +716639,6 @@ "show_number": "6141", "fullAnswer": "Dangerous Minds" }, - { - "category": "THE POINT IS...", - "air_date": "2011-05-02", - "question": "this ex-world leader", - "value": "$400", - "answer": "Tony Blair", - "round": "Jeopardy!", - "show_number": "6141", - "fullAnswer": "Tony Blair" - }, { "category": "LIT STUDENTS", "air_date": "2011-05-02", @@ -756299,16 +716689,6 @@ "show_number": "6141", "fullAnswer": "Fame" }, - { - "category": "THE POINT IS...", - "air_date": "2011-05-02", - "question": "this country", - "value": "$600", - "answer": "Haiti", - "round": "Jeopardy!", - "show_number": "6141", - "fullAnswer": "Haiti" - }, { "category": "LIT STUDENTS", "air_date": "2011-05-02", @@ -756359,16 +716739,6 @@ "show_number": "6141", "fullAnswer": "Children of a Lesser God" }, - { - "category": "THE POINT IS...", - "air_date": "2011-05-02", - "question": "him", - "value": "$800", - "answer": "St. Joseph", - "round": "Jeopardy!", - "show_number": "6141", - "fullAnswer": "St. Joseph" - }, { "category": "LIT STUDENTS", "air_date": "2011-05-02", @@ -756419,16 +716789,6 @@ "show_number": "6141", "fullAnswer": "Lean on Me" }, - { - "category": "THE POINT IS...", - "air_date": "2011-05-02", - "question": "this Beantown building", - "value": "$1000", - "answer": "John Hancock Building ", - "round": "Jeopardy!", - "show_number": "6141", - "fullAnswer": "the John Hancock Building (Tower)" - }, { "category": "LIT STUDENTS", "air_date": "2011-05-02", @@ -756539,16 +716899,6 @@ "show_number": "6141", "fullAnswer": "Penn & Teller" }, - { - "category": "CORNERSTONES", - "air_date": "2011-05-02", - "question": "(Sarah of the Clue Crew reports from the Red Cross headquarters in Washington, D.C.)
In 1915, this president made a short trip from the White House to lay the cornerstone for the American Red Cross headquarters", - "value": "$800", - "answer": "Wilson", - "round": "Double Jeopardy!", - "show_number": "6141", - "fullAnswer": "Wilson" - }, { "category": "DEAD LINES", "air_date": "2011-05-02", @@ -756619,16 +716969,6 @@ "show_number": "6141", "fullAnswer": "for whom the bell tolls" }, - { - "category": "POTPOURRI", - "air_date": "2011-05-02", - "question": "The Crooked House seen here was completed in 2003 in Sopot in this country; the language over the door is a big clue", - "value": "$1200", - "answer": "Poland", - "round": "Double Jeopardy!", - "show_number": "6141", - "fullAnswer": "Poland" - }, { "category": "CROSSWORD CLUES \"B\"", "air_date": "2011-05-02", @@ -757389,16 +717729,6 @@ "show_number": "6077", "fullAnswer": "(DeWitt) Clinton" }, - { - "category": "CELEBRITIES & RACING", - "air_date": "2011-02-01", - "question": "(Alex reads from the cockpit of a race car at the Toyota Pro/Celebrity Race in Long Beach, CA.) I'm not praying--I'm just psyching myself up for this Toyota Pro/Celebrity Race because I'm gonna face a field that includes this movie star who played the lead... the lead in \"Speed\"", - "value": "$200", - "answer": "Keanu Reeves", - "round": "Jeopardy!", - "show_number": "6077", - "fullAnswer": "Keanu Reeves" - }, { "category": "NEWSMAKERS OF 2010", "air_date": "2011-02-01", @@ -757509,16 +717839,6 @@ "show_number": "6077", "fullAnswer": "Buffalo" }, - { - "category": "CELEBRITIES & RACING", - "air_date": "2011-02-01", - "question": "A racer & actor, he did some of his own stunts in \"The Great Escape\" & is seen here on the cover of Sports Illustrated", - "value": "$600", - "answer": "McQueen", - "round": "Jeopardy!", - "show_number": "6077", - "fullAnswer": "(Steve) McQueen" - }, { "category": "NEWSMAKERS OF 2010", "air_date": "2011-02-01", @@ -757719,16 +718039,6 @@ "show_number": "6077", "fullAnswer": "a love apple" }, - { - "category": "SCIENCE", - "air_date": "2011-02-01", - "question": "(Sarah of the Clue Crew demonstrates.) The flame appears to be underwater, but actually the water is cooling the candle's outer layer, preventing the wax from burning, because it can't do this, from the Latin for \"to disperse to vapor\"", - "value": "$800", - "answer": "evaporate", - "round": "Double Jeopardy!", - "show_number": "6077", - "fullAnswer": "evaporate" - }, { "category": "MOVIE REMAKES", "air_date": "2011-02-01", @@ -757839,16 +718149,6 @@ "show_number": "6077", "fullAnswer": "love handles" }, - { - "category": "SCIENCE", - "air_date": "2011-02-01", - "question": "(Kelly of the Clue Crew demonstrates.) The keys weigh much more than the paper clips and fall to the ground, but a pencil acts as this support, pulling the clips sideways, where gravity & friction stop the keys' descent", - "value": "$2,000", - "answer": "fulcrum", - "round": "Double Jeopardy!", - "show_number": "6077", - "fullAnswer": "a fulcrum" - }, { "category": "MOVIE REMAKES", "air_date": "2011-02-01", @@ -757939,16 +718239,6 @@ "show_number": "6077", "fullAnswer": "focaccia" }, - { - "category": "PRAY", - "air_date": "2011-02-01", - "question": "Legend says this German artist's 1508 drawing of praying hands was inspired by his own brother", - "value": "$2000", - "answer": "Albrecht Durer", - "round": "Double Jeopardy!", - "show_number": "6077", - "fullAnswer": "Albrecht Durer" - }, { "category": "\"LOVE\"", "air_date": "2011-02-01", @@ -758224,7 +718514,7 @@ "air_date": "1997-07-15", "question": "Victor Cousin wrote, \"We need religion for religion's sake, morality for morality's sake\" & this", "value": "$500", - "answer": "Art for art\\'s sake", + "answer": "Art for art's sake", "round": "Jeopardy!", "show_number": "2982", "fullAnswer": "Art for art\\'s sake" @@ -758414,7 +718704,7 @@ "air_date": "1997-07-15", "question": "This western author stopped using pen names soon after the publication of \"Hondo \" in 1953", "value": "$600", - "answer": "Louis L\\'Amour", + "answer": "Louis L'Amour", "round": "Double Jeopardy!", "show_number": "2982", "fullAnswer": "Louis L\\'Amour" @@ -758659,16 +718949,6 @@ "show_number": "3587", "fullAnswer": "Mississippi" }, - { - "category": "SONG & DANCE MEN", - "air_date": "2000-03-21", - "question": "Seen here, he began working in Hollywood in the '20s:", - "value": "$200", - "answer": "Mickey Rooney", - "round": "Jeopardy!", - "show_number": "3587", - "fullAnswer": "Mickey Rooney" - }, { "category": "WITH OR WITHOUT U", "air_date": "2000-03-21", @@ -759349,16 +719629,6 @@ "show_number": "5617", "fullAnswer": "Lady Macbeth" }, - { - "category": "NATIVE AMERICANA", - "air_date": "2009-01-27", - "question": "(Jimmy of the Clue Crew reads from the Gathering of Nations in Albuquerque, NM.) This adorned clay jar is designed to hold this vision-inducing substance that's derived from a spineless cactus", - "value": "$800", - "answer": "peyote", - "round": "Jeopardy!", - "show_number": "5617", - "fullAnswer": "peyote" - }, { "category": "QUASI-RELATED PAIRS", "air_date": "2009-01-27", @@ -759404,7 +719674,7 @@ "air_date": "2009-01-27", "question": "Wearing just a few small leaves, Judi Dench leaves nothing to the imagination as Titania in this 1968 film", "value": "$1000", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Jeopardy!", "show_number": "5617", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -760079,16 +720349,6 @@ "show_number": "5418", "fullAnswer": "the Amazon" }, - { - "category": "THROWDOWN WITH BOBBY FLAY", - "air_date": "2008-03-12", - "question": "(The Food Network's Bobby Flay gives his recipe for shrimp cocktail.) I give a seafood cocktail its zing with Worcestershire sauce & this sauce born on a U.S. island", - "value": "$400", - "answer": "Tabasco", - "round": "Double Jeopardy!", - "show_number": "5418", - "fullAnswer": "Tabasco" - }, { "category": "RUSSIAN AROUND", "air_date": "2008-03-12", @@ -760139,16 +720399,6 @@ "show_number": "5418", "fullAnswer": "Luther" }, - { - "category": "THROWDOWN WITH BOBBY FLAY", - "air_date": "2008-03-12", - "question": "(Bobby stirs up a dish of chiles.) I wouldn't add chocolate to my salsa, but I will add a purée of this chile with a smoky flavor that's often paired with chocolate", - "value": "$800", - "answer": "chipotle", - "round": "Double Jeopardy!", - "show_number": "5418", - "fullAnswer": "chipotle" - }, { "category": "RUSSIAN AROUND", "air_date": "2008-03-12", @@ -760199,16 +720449,6 @@ "show_number": "5418", "fullAnswer": "Da Vinci" }, - { - "category": "THROWDOWN WITH BOBBY FLAY", - "air_date": "2008-03-12", - "question": "(Bobby gives a recipe for Mexican.) For chiles rellenos I use a dark one of these peppers for the richest flavor; its popularity is reflected in its name from Pueblo", - "value": "$1,200", - "answer": "poblano", - "round": "Double Jeopardy!", - "show_number": "5418", - "fullAnswer": "a poblano" - }, { "category": "RUSSIAN AROUND", "air_date": "2008-03-12", @@ -760259,16 +720499,6 @@ "show_number": "5418", "fullAnswer": "a doge" }, - { - "category": "THROWDOWN WITH BOBBY FLAY", - "air_date": "2008-03-12", - "question": "(Bobby talks about his chili.) Among the dying words of this frontiersman & trapper were the request for one last bowl of chili, and he never even had my red beef version with about a half a dozen types of pepper", - "value": "$1600", - "answer": "Kit Carson", - "round": "Double Jeopardy!", - "show_number": "5418", - "fullAnswer": "Kit Carson" - }, { "category": "RUSSIAN AROUND", "air_date": "2008-03-12", @@ -760289,16 +720519,6 @@ "show_number": "5418", "fullAnswer": "the Hessians" }, - { - "category": "BOTANY", - "air_date": "2008-03-12", - "question": "(Cheryl of the Clue Crew gives the clue.) You can collect water from a plant's leaves because they lose water vapor through pores called these", - "value": "$2000", - "answer": "stomata", - "round": "Double Jeopardy!", - "show_number": "5418", - "fullAnswer": "stomata" - }, { "category": "SPORTS BY POSITION", "air_date": "2008-03-12", @@ -760319,16 +720539,6 @@ "show_number": "5418", "fullAnswer": "Ponce de Leon" }, - { - "category": "THROWDOWN WITH BOBBY FLAY", - "air_date": "2008-03-12", - "question": "(Booby Flay sautés some onions.) Right now, the onions are what we call sweated. I'll keep going until they turn brown, meaning they're this", - "value": "$2000", - "answer": "caramelized", - "round": "Double Jeopardy!", - "show_number": "5418", - "fullAnswer": "caramelized" - }, { "category": "RUSSIAN AROUND", "air_date": "2008-03-12", @@ -760504,7 +720714,7 @@ "air_date": "2011-07-01", "question": "\"Because you're worth it\"", "value": "$600", - "answer": "L\\'Oreal", + "answer": "L'Oreal", "round": "Jeopardy!", "show_number": "6185", "fullAnswer": "L\\'Oreal" @@ -760649,16 +720859,6 @@ "show_number": "6185", "fullAnswer": "lilacs" }, - { - "category": "\"GR\"!", - "air_date": "2011-07-01", - "question": "The name of this Italian treat seen here refers to its grainy texture", - "value": "$1000", - "answer": "granita", - "round": "Jeopardy!", - "show_number": "6185", - "fullAnswer": "granita" - }, { "category": "IT'S OUR TERRITORY", "air_date": "2011-07-01", @@ -760859,16 +721059,6 @@ "show_number": "6185", "fullAnswer": "K.A.O.S." }, - { - "category": "KEEP 'EM SEPARATED", - "air_date": "2011-07-01", - "question": "(Jimmy of the Clue Crew shows a map on a monitor.) Forming a spine that runs through Russia from Kazakstan to the Kara Sea, this mountain range is traditionally considered the border that separates Europe from Asia", - "value": "$1600", - "answer": "Urals", - "round": "Double Jeopardy!", - "show_number": "6185", - "fullAnswer": "the Urals" - }, { "category": "BIRTHSTONES", "air_date": "2011-07-01", @@ -762094,7 +722284,7 @@ "air_date": "2000-11-22", "question": "He's known for his \"Holidays in Hell\" stories in Rolling Stone", "value": "$800", - "answer": "P.J. O\\'Rourke", + "answer": "P.J. O'Rourke", "round": "Double Jeopardy!", "show_number": "3733", "fullAnswer": "P.J. O\\'Rourke" @@ -762774,7 +722964,7 @@ "air_date": "1987-06-23", "question": "Elvis Presley record which held Billboard #1 singles position for 11 weeks, longest in rock era", "value": null, - "answer": "\\Hound Dog\\/\\Don\\'t Be Cruel\\", + "answer": "Hound Dog/Don't Be Cruel", "round": "Final Jeopardy!", "show_number": "662", "fullAnswer": "\\\"Hound Dog\\\"/\\\"Don\\'t Be Cruel\\\"" @@ -762924,7 +723114,7 @@ "air_date": "2004-11-01", "question": "The rain in Gene Kelly's title number from this film was made of water & milk so that it'd show better on film", "value": "$600", - "answer": "Singin\\' in the Rain", + "answer": "Singin' in the Rain", "round": "Jeopardy!", "show_number": "4636", "fullAnswer": "Singin\\' in the Rain" @@ -763019,16 +723209,6 @@ "show_number": "4636", "fullAnswer": "a \"hop\"" }, - { - "category": "AMERICAN HISTORY", - "air_date": "2004-11-01", - "question": "Seen here at a Senate hearing, he was the first U.S. Attorney General to be convicted of a felony", - "value": "$1000", - "answer": "John Mitchell", - "round": "Jeopardy!", - "show_number": "4636", - "fullAnswer": "John Mitchell" - }, { "category": "POP CULTURE", "air_date": "2004-11-01", @@ -763099,16 +723279,6 @@ "show_number": "4636", "fullAnswer": "Raging Bull" }, - { - "category": "THE NEW YORK STOCK EXCHANGE", - "air_date": "2004-11-01", - "question": "(Hi, I'm Maria Bartiromo.) Heard every day to end trading, it's also the title of an afternoon show I host on CNBC", - "value": "$400", - "answer": "closing bell", - "round": "Double Jeopardy!", - "show_number": "4636", - "fullAnswer": "closing bell" - }, { "category": "TITLE WAVE", "air_date": "2004-11-01", @@ -763219,16 +723389,6 @@ "show_number": "4636", "fullAnswer": "Slap Shot" }, - { - "category": "THE NEW YORK STOCK EXCHANGE", - "air_date": "2004-11-01", - "question": "(Maria Bartiromo reads the clue.) The first specific security the NYSE recommended buying was these, a symbol of \"freedom\", during World War I", - "value": "$1200", - "answer": "war bonds", - "round": "Double Jeopardy!", - "show_number": "4636", - "fullAnswer": "(Liberty) war bonds" - }, { "category": "TITLE WAVE", "air_date": "2004-11-01", @@ -763339,16 +723499,6 @@ "show_number": "4636", "fullAnswer": "Caddyshack" }, - { - "category": "THE NEW YORK STOCK EXCHANGE", - "air_date": "2004-11-01", - "question": "(Maria Bartiromo reads the clue.) One standard for NYSE listing includes this, market cap to us pros, of a least half a billion dollars", - "value": "$2000", - "answer": "market capitalization", - "round": "Double Jeopardy!", - "show_number": "4636", - "fullAnswer": "market capitalization" - }, { "category": "TITLE WAVE", "air_date": "2004-11-01", @@ -763359,16 +723509,6 @@ "show_number": "4636", "fullAnswer": "The House of Mirth" }, - { - "category": "U.S. CITIES", - "air_date": "2004-11-01", - "question": "The structure seen here is in this city, on the bluffs of the Mississippi", - "value": "$2000", - "answer": "Memphis", - "round": "Double Jeopardy!", - "show_number": "4636", - "fullAnswer": "Memphis" - }, { "category": "SPECIAL \"K\"", "air_date": "2004-11-01", @@ -763399,16 +723539,6 @@ "show_number": "6211", "fullAnswer": "Copernicus" }, - { - "category": "50 YEARS AGO--1961", - "air_date": "2011-09-26", - "question": "That's a Cuban soldier standing on a U.S. B-26 in the aftermath of this failed April 1961 operation", - "value": "$200", - "answer": "Bay of Pigs", - "round": "Jeopardy!", - "show_number": "6211", - "fullAnswer": "the Bay of Pigs" - }, { "category": "ALL IN THE FAMILY", "air_date": "2011-09-26", @@ -763719,16 +723849,6 @@ "show_number": "6211", "fullAnswer": "San Diego" }, - { - "category": "A VISIT TO THE MET", - "air_date": "2011-09-26", - "question": "(Alex reports from the Metropolitan Opera at Lincoln Center.) The 2011-2012 Metropolitan Opera season opens with world-famous soprano Anna Netrebko as this ill-fated wife of Henry VIII", - "value": "$400", - "answer": "Anne Boleyn", - "round": "Double Jeopardy!", - "show_number": "6211", - "fullAnswer": "Anne Boleyn" - }, { "category": "NOTIONS", "air_date": "2011-09-26", @@ -763779,16 +723899,6 @@ "show_number": "6211", "fullAnswer": "(Fort) McHenry" }, - { - "category": "A VISIT TO THE MET", - "air_date": "2011-09-26", - "question": "(Alex reports from the Metropolitan Opera at Lincoln Center.) Since 1971 James Levine has conducted at the Met for nearly 2500 operatic performances, earning him this Italian title bestowed on conductors", - "value": "$800", - "answer": "maestro", - "round": "Double Jeopardy!", - "show_number": "6211", - "fullAnswer": "maestro" - }, { "category": "NOTIONS", "air_date": "2011-09-26", @@ -763839,16 +723949,6 @@ "show_number": "6211", "fullAnswer": "Dayton" }, - { - "category": "A VISIT TO THE MET", - "air_date": "2011-09-26", - "question": "(Alex reports from the Metropolitan Opera at Lincoln Center.) In the 2011-2012 season, the Met is using new modernized staging to present all four operas in this composer's \"Ring\" cycle", - "value": "$1200", - "answer": "Wagner", - "round": "Double Jeopardy!", - "show_number": "6211", - "fullAnswer": "Wagner" - }, { "category": "NOTIONS", "air_date": "2011-09-26", @@ -763879,16 +723979,6 @@ "show_number": "6211", "fullAnswer": "osteoporosis" }, - { - "category": "\"PSYCH\"!", - "air_date": "2011-09-26", - "question": "(Jimmy of the Clue Crew moves a tin can across the table with his mind.) It's the rare ability that special effects will help me exhibit here", - "value": "$1600", - "answer": "psychokinesis", - "round": "Double Jeopardy!", - "show_number": "6211", - "fullAnswer": "psychokinesis" - }, { "category": "U.S. BIRTHPLACES", "air_date": "2011-09-26", @@ -763899,16 +723989,6 @@ "show_number": "6211", "fullAnswer": "Rhode Island" }, - { - "category": "A VISIT TO THE MET", - "air_date": "2011-09-26", - "question": "(Alex reports from the Metropolitan Opera at Lincoln Center.) Renee Fleming is rehearsing \"Armida\", a lesser-known Rossini work, which for a great soprano can be considered this, a French expression meaning \"turn of strength\"", - "value": "$1600", - "answer": "tour de force", - "round": "Double Jeopardy!", - "show_number": "6211", - "fullAnswer": "tour de force" - }, { "category": "NOTIONS", "air_date": "2011-09-26", @@ -763959,16 +724039,6 @@ "show_number": "6211", "fullAnswer": "Springfield" }, - { - "category": "A VISIT TO THE MET", - "air_date": "2011-09-26", - "question": "(Placido Domingo presents the clue from the stage at the Met.) I've sung the role of Pinkerton many times & in 2011 at the Met I will conduct this opera in which Pinkerton sings the following:", - "value": "$2000", - "answer": "Madame Butterfly", - "round": "Double Jeopardy!", - "show_number": "6211", - "fullAnswer": "Madame Butterfly" - }, { "category": "FAMILIAR PHRASE ORIGINS", "air_date": "2011-09-26", @@ -764219,16 +724289,6 @@ "show_number": "4775", "fullAnswer": "dan" }, - { - "category": "GEOMETRY", - "air_date": "2005-05-13", - "question": "(Sarah of the Clue Crew kneels in an ice rink in Park City, UT.) The house, the big circle in curling, is 37.699 feet in circumference, so exactly this many in diameter", - "value": "$1000", - "answer": "12 feet", - "round": "Jeopardy!", - "show_number": "4775", - "fullAnswer": "12 feet" - }, { "category": "NFL HOME STADIUMS", "air_date": "2005-05-13", @@ -764244,7 +724304,7 @@ "air_date": "2005-05-13", "question": "This California wine-growing area is named for a spot where an animal once made a splendid jump to escape pursuers", "value": "$1000", - "answer": "Stag\\'s Leap", + "answer": "Stag's Leap", "round": "Jeopardy!", "show_number": "4775", "fullAnswer": "Stag\\'s Leap" @@ -764279,16 +724339,6 @@ "show_number": "4775", "fullAnswer": "sur" }, - { - "category": "CNN 25: PEOPLE", - "air_date": "2005-05-13", - "question": "In 2000, CNN reported on the historic summit between South Korea's Kim Dae-jung and this North Korean leader", - "value": "$400", - "answer": "Kim Jong-il", - "round": "Double Jeopardy!", - "show_number": "4775", - "fullAnswer": "Kim Jong-il" - }, { "category": "SEAN PENN, THIS IS YOUR MOVIE", "air_date": "2005-05-13", @@ -764339,16 +724389,6 @@ "show_number": "4775", "fullAnswer": "Katharine Hepburn" }, - { - "category": "CNN 25: PEOPLE", - "air_date": "2005-05-13", - "question": "This astronaut, seen here on the Challenger, later served on the presidential commission that investigated its explosion", - "value": "$800", - "answer": "Sally Ride", - "round": "Double Jeopardy!", - "show_number": "4775", - "fullAnswer": "Sally Ride" - }, { "category": "SEAN PENN, THIS IS YOUR MOVIE", "air_date": "2005-05-13", @@ -764399,16 +724439,6 @@ "show_number": "4775", "fullAnswer": "hepatitis" }, - { - "category": "CNN 25: PEOPLE", - "air_date": "2005-05-13", - "question": "(Hi, I'm Paula Zahn.) On my first day working for CNN, I reported live on the 9/11 attacks & interviewed this Jordanian king", - "value": "$1200", - "answer": "King Abdullah", - "round": "Double Jeopardy!", - "show_number": "4775", - "fullAnswer": "King Abdullah" - }, { "category": "SEAN PENN, THIS IS YOUR MOVIE", "air_date": "2005-05-13", @@ -764459,16 +724489,6 @@ "show_number": "4775", "fullAnswer": "the heptathlon" }, - { - "category": "CNN 25: PEOPLE", - "air_date": "2005-05-13", - "question": "She's the newsworthy woman heard here

\"I am very confident that I will be able to meet every standard that the Citadel has.\"", - "value": "$1600", - "answer": "Shannon Faulkner", - "round": "Double Jeopardy!", - "show_number": "4775", - "fullAnswer": "Shannon Faulkner" - }, { "category": "SEAN PENN, THIS IS YOUR MOVIE", "air_date": "2005-05-13", @@ -764519,22 +724539,12 @@ "show_number": "4775", "fullAnswer": "Hephaestus" }, - { - "category": "CNN 25: PEOPLE", - "air_date": "2005-05-13", - "question": "In 1997 it was a boy, boy, boy, boy, girl, girl, girl for this Iowa woman, as she delivered septuplets", - "value": "$2000", - "answer": "McCaughey", - "round": "Double Jeopardy!", - "show_number": "4775", - "fullAnswer": "(Bobbi) McCaughey" - }, { "category": "SEAN PENN, THIS IS YOUR MOVIE", "air_date": "2005-05-13", "question": "The case was closed following your stellar work as mob lawyer David Kleinfeld in this movie", "value": "$2000", - "answer": "Carlito\\'s Way", + "answer": "Carlito's Way", "round": "Double Jeopardy!", "show_number": "4775", "fullAnswer": "Carlito\\'s Way" @@ -764674,7 +724684,7 @@ "air_date": "2008-10-14", "question": "\"Ende Gut, Alles Gut\" is the German title of this Shakespeare play", "value": "$400", - "answer": "All\\'s Well That Ends Well", + "answer": "All's Well That Ends Well", "round": "Jeopardy!", "show_number": "5542", "fullAnswer": "All\\'s Well That Ends Well" @@ -764849,16 +724859,6 @@ "show_number": "5542", "fullAnswer": "the Abominable Snowman" }, - { - "category": "FOUND IN TRANSLATION", - "air_date": "2008-10-14", - "question": "Amazon.fr lists works by this U.S. author (with a French name), such as his \"Hondo, L'Homme du Desert\"", - "value": "$1000", - "answer": "Louis L\\'Amour", - "round": "Jeopardy!", - "show_number": "5542", - "fullAnswer": "Louis L\\'Amour" - }, { "category": "THE BELLS ARE RINGING", "air_date": "2008-10-14", @@ -764889,16 +724889,6 @@ "show_number": "5542", "fullAnswer": "a dwarf galaxy" }, - { - "category": "EXPLOSIVES", - "air_date": "2008-10-14", - "question": "(Jimmy of the Clue Crew holds an explosive brick at the New Mexico Institute of Mining & Technology.) This 3-lettered nitrogen compound popular in demolition can be cast in liquid form, because it melts at 178 degrees, but won't explode below 464", - "value": "$400", - "answer": "TNT", - "round": "Double Jeopardy!", - "show_number": "5542", - "fullAnswer": "TNT" - }, { "category": "NOMINATIVE DETERMINISM", "air_date": "2008-10-14", @@ -764949,16 +724939,6 @@ "show_number": "5542", "fullAnswer": "(Sir Isaac) Newton" }, - { - "category": "EXPLOSIVES", - "air_date": "2008-10-14", - "question": "(Jimmy of the Clue Crew reports from an explosive test site at the New Mexico Institute of Mining & Technology.) Explosives deal effectively with rock; that's why this industry is the no. 1 U.S. civilian user of them, with West Virginia among the top consuming states", - "value": "$800", - "answer": "coal mining", - "round": "Double Jeopardy!", - "show_number": "5542", - "fullAnswer": "coal mining" - }, { "category": "NOMINATIVE DETERMINISM", "air_date": "2008-10-14", @@ -765009,16 +724989,6 @@ "show_number": "5542", "fullAnswer": "poultry" }, - { - "category": "EXPLOSIVES", - "air_date": "2008-10-14", - "question": "(Jimmy of the Clue Crew molds an explosive in his hands at the New Mexico Institute of Mining & Technology.) This basic type of explosive, like C-4, uses a binder that permits the explosive to be shaped into a desired form", - "value": "$1200", - "answer": "plastic explosive", - "round": "Double Jeopardy!", - "show_number": "5542", - "fullAnswer": "a plastic explosive" - }, { "category": "NOMINATIVE DETERMINISM", "air_date": "2008-10-14", @@ -765069,16 +725039,6 @@ "show_number": "5542", "fullAnswer": "a taxi" }, - { - "category": "EXPLOSIVES", - "air_date": "2008-10-14", - "question": "(An explosive blast takes place in the pit behind Sarah of the Clue Crew at the New Mexico Institute of Mining & Technology.) It's the common 4-letter adjective for explosives that when detonated, combust nearly instantly at great pressure", - "value": "$1600", - "answer": "high", - "round": "Double Jeopardy!", - "show_number": "5542", - "fullAnswer": "high" - }, { "category": "NOMINATIVE DETERMINISM", "air_date": "2008-10-14", @@ -765129,16 +725089,6 @@ "show_number": "5542", "fullAnswer": "library" }, - { - "category": "EXPLOSIVES", - "air_date": "2008-10-14", - "question": "(Sarah of the Clue Crew handles a granular substance and reads from a bag upon which some of the words have been redacted with tape at the New Mexico Institute of Mining & Technology.) In the United States, dynamite has largely been replaced by the more efficient ANFO, short for \"ammonium nitrate\" this", - "value": "$2000", - "answer": "fuel oil", - "round": "Double Jeopardy!", - "show_number": "5542", - "fullAnswer": "fuel oil" - }, { "category": "NOMINATIVE DETERMINISM", "air_date": "2008-10-14", @@ -765209,16 +725159,6 @@ "show_number": "4565", "fullAnswer": "Barbra Streisand" }, - { - "category": "COLLEGE BASKETBALL", - "air_date": "2004-06-11", - "question": "(Hi, I'm James Worthy.) In 1982 I led this school, the Tar Heels, to the NCAA title & was named MVP of the Final Four", - "value": "$200", - "answer": "University of North Carolina", - "round": "Jeopardy!", - "show_number": "4565", - "fullAnswer": "the University of North Carolina" - }, { "category": "FOR THE KID IN YOU", "air_date": "2004-06-11", @@ -765329,16 +725269,6 @@ "show_number": "4565", "fullAnswer": "Salvador Dalí" }, - { - "category": "COLLEGE BASKETBALL", - "air_date": "2004-06-11", - "question": "(Hi, I'm Sue Bird.) Before joining the WNBA, I led this university's Huskies to the NCAA championships in 2000 & 2002", - "value": "$600", - "answer": "University of Connecticut", - "round": "Jeopardy!", - "show_number": "4565", - "fullAnswer": "the University of Connecticut" - }, { "category": "FOR THE KID IN YOU", "air_date": "2004-06-11", @@ -765379,16 +725309,6 @@ "show_number": "4565", "fullAnswer": "the Midas touch" }, - { - "category": "'60s POTPOURRI", - "air_date": "2004-06-11", - "question": "(Cheryl of the Clue Crew walks through a TV room times three at Graceland in Memphis, TN.) Elvis probably got the idea to put 3 TVs in a row from this president, who was famous for watching 3 news shows at once", - "value": "$800", - "answer": "Lyndon Johnson", - "round": "Jeopardy!", - "show_number": "4565", - "fullAnswer": "Lyndon Johnson" - }, { "category": "COLLEGE BASKETBALL", "air_date": "2004-06-11", @@ -765404,7 +725324,7 @@ "air_date": "2004-06-11", "question": "A party here, \"Where a kid can be a kid\", goes:
playtime--pizza--performance--cake--open gifts--90 minutes are up", "value": "$800", - "answer": "Chuck E. Cheese\\'s", + "answer": "Chuck E. Cheese's", "round": "Jeopardy!", "show_number": "4565", "fullAnswer": "Chuck E. Cheese\\'s" @@ -765449,16 +725369,6 @@ "show_number": "4565", "fullAnswer": "The Promised Land" }, - { - "category": "COLLEGE BASKETBALL", - "air_date": "2004-06-11", - "question": "(I'm Jalen Rose of the NBA.) I was part of this school's \"Fab Five\" that played in 2 NCAA finals in the '90s", - "value": "$1000", - "answer": "University of Michigan", - "round": "Jeopardy!", - "show_number": "4565", - "fullAnswer": "the University of Michigan" - }, { "category": "FOR THE KID IN YOU", "air_date": "2004-06-11", @@ -765509,16 +725419,6 @@ "show_number": "4565", "fullAnswer": "Los Angeles" }, - { - "category": "LEADING MEN", - "air_date": "2004-06-11", - "question": "The A&E \"Biography\" show on the man seen here includes his stint as mayor of this city", - "value": "$400", - "answer": "Carmel-by-the-Sea, California", - "round": "Double Jeopardy!", - "show_number": "4565", - "fullAnswer": "Carmel-by-the-Sea, California" - }, { "category": "SEATTLE'S SISTER CITIES", "air_date": "2004-06-11", @@ -765599,16 +725499,6 @@ "show_number": "4565", "fullAnswer": "oil" }, - { - "category": "ART \"C\"", - "air_date": "2004-06-11", - "question": "Some consider the painting seen here to be the first in this modern style", - "value": "$800", - "answer": "Cubism", - "round": "Double Jeopardy!", - "show_number": "4565", - "fullAnswer": "Cubism" - }, { "category": "FIX THE SIMILE", "air_date": "2004-06-11", @@ -765629,16 +725519,6 @@ "show_number": "4565", "fullAnswer": "A Raisin in the Sun" }, - { - "category": "LEADING MEN", - "air_date": "2004-06-11", - "question": "The first syllable of his last name rhymes with \"mood\", not \"mud\"", - "value": "$1200", - "answer": "Billy Crudup", - "round": "Double Jeopardy!", - "show_number": "4565", - "fullAnswer": "Billy Crudup" - }, { "category": "SEATTLE'S SISTER CITIES", "air_date": "2004-06-11", @@ -765749,16 +725629,6 @@ "show_number": "4565", "fullAnswer": "August Wilson" }, - { - "category": "LEADING MEN", - "air_date": "2004-06-11", - "question": "Seen here near the end of his career, his last name is a synonym for \"strength\"

\"I want only the strong, who can row 1500 miles to Africa and walk ashore alive!\"", - "value": "$3,000", - "answer": "Tyrone Power", - "round": "Double Jeopardy!", - "show_number": "4565", - "fullAnswer": "Tyrone Power" - }, { "category": "SEATTLE'S SISTER CITIES", "air_date": "2004-06-11", @@ -766079,16 +725949,6 @@ "show_number": "5059", "fullAnswer": "Dominican Republic and Haiti" }, - { - "category": "YOU CAN TELL BY THE WAY I USE MY \"WALK\"", - "air_date": "2006-09-14", - "question": "Three-word name for the stately animal seen here", - "value": "$1000", - "answer": "Tennessee walking horse", - "round": "Jeopardy!", - "show_number": "5059", - "fullAnswer": "Tennessee walking horse" - }, { "category": "I'M A WOMAN'S MAN", "air_date": "2006-09-14", @@ -766109,26 +725969,6 @@ "show_number": "5059", "fullAnswer": "Robert Louis Stevenson" }, - { - "category": "SOUTHWESTERN INDIAN LIFE", - "air_date": "2006-09-14", - "question": "(Jimmy of the Clue Crew holds two bowls in the Besh-Ba-Gowah Museum in Arizona.) Though beans & corn are each incomplete these, Native Americans combine them to get a complementary one & stay healthy", - "value": "$400", - "answer": "proteins", - "round": "Double Jeopardy!", - "show_number": "5059", - "fullAnswer": "proteins" - }, - { - "category": "TV THEMES THAT HIT THE CHARTS", - "air_date": "2006-09-14", - "question": "Everybody knew this show in the 1980s", - "value": "$400", - "answer": "Cheers", - "round": "Double Jeopardy!", - "show_number": "5059", - "fullAnswer": "Cheers" - }, { "category": "BEASTLY LINES", "air_date": "2006-09-14", @@ -766179,16 +726019,6 @@ "show_number": "5059", "fullAnswer": "pueblos" }, - { - "category": "TV THEMES THAT HIT THE CHARTS", - "air_date": "2006-09-14", - "question": "This sitcom made our dreams come true", - "value": "$800", - "answer": "Laverne & Shirley", - "round": "Double Jeopardy!", - "show_number": "5059", - "fullAnswer": "Laverne & Shirley" - }, { "category": "BEASTLY LINES", "air_date": "2006-09-14", @@ -766229,26 +726059,6 @@ "show_number": "5059", "fullAnswer": "a skit" }, - { - "category": "SOUTHWESTERN INDIAN LIFE", - "air_date": "2006-09-14", - "question": "(Jimmy of the Clue Crew holds two plump dried squash-like fruits outside the Besh-Ba-Gowah Museum in Arizona.) Eating the pulp & using the rind as a container, the Native American Salado people of Arizona made full use of \"cucurbits\", a word from the Latin for this vessel", - "value": "$1200", - "answer": "gourd", - "round": "Double Jeopardy!", - "show_number": "5059", - "fullAnswer": "a gourd" - }, - { - "category": "TV THEMES THAT HIT THE CHARTS", - "air_date": "2006-09-14", - "question": "This sitcom gave us rock & roll \"fever\"", - "value": "$1200", - "answer": "WKRP in Cincinnati", - "round": "Double Jeopardy!", - "show_number": "5059", - "fullAnswer": "WKRP in Cincinnati" - }, { "category": "BEASTLY LINES", "air_date": "2006-09-14", @@ -766339,26 +726149,6 @@ "show_number": "5059", "fullAnswer": "the skid" }, - { - "category": "SOUTHWESTERN INDIAN LIFE", - "air_date": "2006-09-14", - "question": "(Jimmy of the Clue Crew holds two artwork specimens in the Besh-Ba-Gowah Museum in Arizona.) The Salado people were expert potters who made painted wares in red, white & black called this, from the Greek for \"many-colored\"", - "value": "$2000", - "answer": "polychrome", - "round": "Double Jeopardy!", - "show_number": "5059", - "fullAnswer": "polychrome" - }, - { - "category": "TV THEMES THAT HIT THE CHARTS", - "air_date": "2006-09-14", - "question": "This sitcom taught us to laugh at high school adversity", - "value": "$2000", - "answer": "Welcome Back, Kotter", - "round": "Double Jeopardy!", - "show_number": "5059", - "fullAnswer": "Welcome Back, Kotter" - }, { "category": "BEASTLY LINES", "air_date": "2006-09-14", @@ -766394,7 +726184,7 @@ "air_date": "2006-09-14", "question": "\"Whole intellects... who demanded sanity trials... & were left with their insanity & their hands & a hung jury\"", "value": null, - "answer": "\\Howl\\ ", + "answer": "Howl ", "round": "Final Jeopardy!", "show_number": "5059", "fullAnswer": "\\\"Howl\\\" (by Allen Ginsberg)" @@ -766674,7 +726464,7 @@ "air_date": "1998-12-28", "question": "Remants of this historic British fortification are seen here:", "value": "$500", - "answer": "Hadrian\\'s Wall", + "answer": "Hadrian's Wall", "round": "Jeopardy!", "show_number": "3296", "fullAnswer": "Hadrian\\'s Wall" @@ -766694,7 +726484,7 @@ "air_date": "1998-12-28", "question": "Gifts are given on the last day of Kwanzaa, which falls on this public holiday", "value": "$500", - "answer": "New Year\\'s Day", + "answer": "New Year's Day", "round": "Jeopardy!", "show_number": "3296", "fullAnswer": "New Year\\'s Day" @@ -766729,16 +726519,6 @@ "show_number": "3296", "fullAnswer": "Rasputin" }, - { - "category": "THE BIRDS", - "air_date": "1998-12-28", - "question": "It's the bird seen here stretching its legs:", - "value": "$200", - "answer": "flamingo", - "round": "Double Jeopardy!", - "show_number": "3296", - "fullAnswer": "flamingo" - }, { "category": "SPELLBOUND", "air_date": "1998-12-28", @@ -766939,16 +726719,6 @@ "show_number": "3296", "fullAnswer": "Anastasio Somoza" }, - { - "category": "THE BIRDS", - "air_date": "1998-12-28", - "question": "It's the traveling bird seen here:", - "value": "$1000", - "answer": "albatross", - "round": "Double Jeopardy!", - "show_number": "3296", - "fullAnswer": "albatross" - }, { "category": "SPELLBOUND", "air_date": "1998-12-28", @@ -767309,16 +727079,6 @@ "show_number": "3233", "fullAnswer": "Ursula" }, - { - "category": "DON'T BE AN \"ASS\"", - "air_date": "1998-09-30", - "question": "The method of production seen here; it revolutionized business in the 20th century", - "value": "$200", - "answer": "assembly line", - "round": "Double Jeopardy!", - "show_number": "3233", - "fullAnswer": "the assembly line" - }, { "category": "CHILLING TALES", "air_date": "1998-09-30", @@ -767349,16 +727109,6 @@ "show_number": "3233", "fullAnswer": "Bette Midler" }, - { - "category": "DON'T BE AN \"ASS\"", - "air_date": "1998-09-30", - "question": "Notorious distinction of the man seen here", - "value": "$400", - "answer": "assassin ", - "round": "Double Jeopardy!", - "show_number": "3233", - "fullAnswer": "assassin (John Wilkes Booth)" - }, { "category": "U.S. STAMPS", "air_date": "1998-09-30", @@ -767389,16 +727139,6 @@ "show_number": "3233", "fullAnswer": "Albert Gore, Sr." }, - { - "category": "BEWITCHING CINEMA", - "air_date": "1998-09-30", - "question": "It's the bewitching 1958 film seen here:

\"I've been either too busy or too careful to get married, well now, all of a sudden, I just can't wait... just can't wait...\"", - "value": "$600", - "answer": "Bell, Book & Candle", - "round": "Double Jeopardy!", - "show_number": "3233", - "fullAnswer": "Bell, Book & Candle" - }, { "category": "DON'T BE AN \"ASS\"", "air_date": "1998-09-30", @@ -767429,16 +727169,6 @@ "show_number": "3233", "fullAnswer": "Soyuz" }, - { - "category": "CHILLING TALES", - "air_date": "1998-09-30", - "question": "(Hi, I'm Dan Cortese.) I discovered the truth about my late mother in a TV movie version of this Shirley Jackson story", - "value": "$2,000", - "answer": "The Lottery", - "round": "Double Jeopardy!", - "show_number": "3233", - "fullAnswer": "\"The Lottery\"" - }, { "category": "PLAYING POLITICS", "air_date": "1998-09-30", @@ -767914,7 +727644,7 @@ "air_date": "1999-04-27", "question": "In 1845 it was Punch's unromantic one-word \"advice to persons about to marry\"", "value": "$400", - "answer": "Don\\'t", + "answer": "Don't", "round": "Double Jeopardy!", "show_number": "3382", "fullAnswer": "\"Don\\'t\"" @@ -769064,7 +728794,7 @@ "air_date": "1991-10-10", "question": "This novel opens at the wedding of Prizzi's granddaughter", "value": "$200", - "answer": "Prizzi\\'s Honor", + "answer": "Prizzi's Honor", "round": "Double Jeopardy!", "show_number": "1634", "fullAnswer": "Prizzi\\'s Honor" @@ -769149,16 +728879,6 @@ "show_number": "1634", "fullAnswer": "Simon Bolivar" }, - { - "category": "DANCE", - "air_date": "1991-10-10", - "question": "1975 Broadway musical in which dancers sang the following:

\"Everyone is beautiful at the ballet /
Every prince has got to have his swan /
Yes, everyone...\"
", - "value": "$3,000", - "answer": "Chorus Line", - "round": "Double Jeopardy!", - "show_number": "1634", - "fullAnswer": "A Chorus Line" - }, { "category": "BEFORE HE WAS PRESIDENT", "air_date": "1991-10-10", @@ -769584,7 +729304,7 @@ "air_date": "2001-12-06", "question": "Also known as shaking palsy, it was first described in 1817", "value": "$800", - "answer": "Parkinson\\'s disease", + "answer": "Parkinson's disease", "round": "Jeopardy!", "show_number": "3974", "fullAnswer": "Parkinson\\'s disease" @@ -769969,16 +729689,6 @@ "show_number": "3490", "fullAnswer": "Warren Beatty" }, - { - "category": "STAR TREK: VOYAGER", - "air_date": "1999-11-05", - "question": "(Hi, I'm Tim Russ.) On Voyager I play Tuvok, the first \"Star Trek\" series regular from this race since Spock", - "value": "$100", - "answer": "Vulcan", - "round": "Jeopardy!", - "show_number": "3490", - "fullAnswer": "Vulcan" - }, { "category": "SCHOOL PLAYS", "air_date": "1999-11-05", @@ -770049,16 +729759,6 @@ "show_number": "3490", "fullAnswer": "Lillian Hellman" }, - { - "category": "ECO TRIP", - "air_date": "1999-11-05", - "question": "It's what the sign seen here is asking you to do (don't throw away those soda cans)", - "value": "$500", - "answer": "recycle", - "round": "Jeopardy!", - "show_number": "3490", - "fullAnswer": "recycle" - }, { "category": "IT'S EASY", "air_date": "1999-11-05", @@ -770089,16 +729789,6 @@ "show_number": "3490", "fullAnswer": "Rupert Murdoch" }, - { - "category": "STAR TREK: VOYAGER", - "air_date": "1999-11-05", - "question": "(Hi, I'm Ethan Phillips.) Neelix was given this job so that we could save the power the food replicators required", - "value": "$300", - "answer": "chef", - "round": "Jeopardy!", - "show_number": "3490", - "fullAnswer": "chef" - }, { "category": "SCHOOL PLAYS", "air_date": "1999-11-05", @@ -770209,16 +729899,6 @@ "show_number": "3490", "fullAnswer": "Quebec" }, - { - "category": "STAR TREK: VOYAGER", - "air_date": "1999-11-05", - "question": "(Hello, I'm Robert Picardo.) With my mobile emitter, I can now go anywhere, but initially I was limited to this area on Voyager", - "value": "$500", - "answer": "sick bay", - "round": "Jeopardy!", - "show_number": "3490", - "fullAnswer": "sick bay" - }, { "category": "SCHOOL PLAYS", "air_date": "1999-11-05", @@ -770264,7 +729944,7 @@ "air_date": "1999-11-05", "question": "Dasher, Dancer, Prancer & 5 other tiny pullers", "value": "$200", - "answer": "Santa\\'s reindeer", + "answer": "Santa's reindeer", "round": "Double Jeopardy!", "show_number": "3490", "fullAnswer": "Santa\\'s reindeer" @@ -770504,7 +730184,7 @@ "air_date": "1999-11-05", "question": "Sabrina Duncan, Jill Munroe & Kelly Garrett", "value": "$1000", - "answer": "original Charlie\\'s Angels", + "answer": "original Charlie's Angels", "round": "Double Jeopardy!", "show_number": "3490", "fullAnswer": "the original Charlie\\'s Angels" @@ -770534,7 +730214,7 @@ "air_date": "1999-11-05", "question": "After receiving footwear, this clever kitty helps its owner get rich", "value": "$1000", - "answer": "Puss \\'n Boots", + "answer": "Puss 'n Boots", "round": "Double Jeopardy!", "show_number": "3490", "fullAnswer": "Puss \\'n Boots" @@ -770594,7 +730274,7 @@ "air_date": "2004-01-14", "question": "This company's \"No More Tears\" baby shampoo comes in bottles ranging in size from 1.5 to 40 fl. oz.", "value": "$200", - "answer": "Johnson\\'s", + "answer": "Johnson's", "round": "Jeopardy!", "show_number": "4458", "fullAnswer": "Johnson\\'s" @@ -770874,7 +730554,7 @@ "air_date": "2004-01-14", "question": "The 20th century's top song in U.S. airplay, this one by the Righteous Brothers has been heard over 8 million times", "value": "$400", - "answer": "You\\'ve Lost That Lovin\\' Feelin\\'", + "answer": "You've Lost That Lovin' Feelin'", "round": "Double Jeopardy!", "show_number": "4458", "fullAnswer": "\"You\\'ve Lost That Lovin\\' Feelin\\'\"" @@ -771229,16 +730909,6 @@ "show_number": "839", "fullAnswer": "Fred Astaire" }, - { - "category": "VIENNA", - "air_date": "1988-04-07", - "question": "It's the group heard here:", - "value": "$1,000", - "answer": "Vienna Boys\\' Choir", - "round": "Jeopardy!", - "show_number": "839", - "fullAnswer": "the Vienna Boys\\' Choir" - }, { "category": "TURTLES", "air_date": "1988-04-07", @@ -771744,7 +731414,7 @@ "air_date": "1988-04-07", "question": "The song \"Shrimp Boats\" asks this question", "value": "$1000", - "answer": "Why don\\'t you hurry, hurry, hurry home?", + "answer": "Why don't you hurry, hurry, hurry home?", "round": "Double Jeopardy!", "show_number": "839", "fullAnswer": "Why don\\'t you hurry, hurry, hurry home?" @@ -772169,16 +731839,6 @@ "show_number": "5702", "fullAnswer": "Napoléon" }, - { - "category": "U.S. STAMPS", - "air_date": "2009-05-26", - "question": "In 2008, a new stamp honored this Hollywood legend who would have turned 100", - "value": "$400", - "answer": "Bette Davis", - "round": "Jeopardy!", - "show_number": "5702", - "fullAnswer": "Bette Davis" - }, { "category": "ALSO A DOG COMMAND", "air_date": "2009-05-26", @@ -772389,16 +732049,6 @@ "show_number": "5702", "fullAnswer": "fresco" }, - { - "category": "RUSSIAN TO THE BORDER", - "air_date": "2009-05-26", - "question": "(Kelly of the Clue Crew shows a map on the monitor.) For more than 100 years, this northern neighbor was a grand duchy ruled by Russia", - "value": "$400", - "answer": "Finland", - "round": "Double Jeopardy!", - "show_number": "5702", - "fullAnswer": "Finland" - }, { "category": "LET'S GET I.T. ON", "air_date": "2009-05-26", @@ -772509,16 +732159,6 @@ "show_number": "5702", "fullAnswer": "Goya" }, - { - "category": "RUSSIAN TO THE BORDER", - "air_date": "2009-05-26", - "question": "(Jimmy of the Clue Crew shows a map on the monitor.) This country contains a strategic peninsula whose ownership is disputed between it & Russia", - "value": "$1200", - "answer": "Ukraine", - "round": "Double Jeopardy!", - "show_number": "5702", - "fullAnswer": "Ukraine" - }, { "category": "LET'S GET I.T. ON", "air_date": "2009-05-26", @@ -772629,16 +732269,6 @@ "show_number": "5702", "fullAnswer": "Canaletto" }, - { - "category": "RUSSIAN TO THE BORDER", - "air_date": "2009-05-26", - "question": "(Sarah of the Clue Crew shows a map on the monitor.) The small Russian enclave of Kaliningrad, home to one of Russia's ice-free European ports, borders this Baltic state to the east", - "value": "$2000", - "answer": "Lithuania", - "round": "Double Jeopardy!", - "show_number": "5702", - "fullAnswer": "Lithuania" - }, { "category": "2008 OBITS", "air_date": "2009-05-26", @@ -772769,16 +732399,6 @@ "show_number": "6000", "fullAnswer": "the Philippines" }, - { - "category": "4-LETTER WORDS", - "air_date": "2010-10-15", - "question": "It's the comfortable-sounding name for the fuzzy item seen here on the teapot", - "value": "$400", - "answer": "cozy", - "round": "Jeopardy!", - "show_number": "6000", - "fullAnswer": "a cozy" - }, { "category": "6,000", "air_date": "2010-10-15", @@ -772809,16 +732429,6 @@ "show_number": "6000", "fullAnswer": "Nickelodeon" }, - { - "category": "HOW DO YOU LIKE MY DUDS?", - "air_date": "2010-10-15", - "question": "In 1997, he launched his Tommy Jeans line for men", - "value": "$600", - "answer": "Tommy Hilfiger", - "round": "Jeopardy!", - "show_number": "6000", - "fullAnswer": "Tommy Hilfiger" - }, { "category": "PROVINCES", "air_date": "2010-10-15", @@ -773184,7 +732794,7 @@ "air_date": "2010-10-15", "question": "Anapestic meter, using a weak-weak-strong pattern, is heard in these opening words of a Clement Clarke Moore poem", "value": "$1600", - "answer": "\\'Twas The Night Before Christmas", + "answer": "'Twas The Night Before Christmas", "round": "Double Jeopardy!", "show_number": "6000", "fullAnswer": "\\'Twas The Night Before Christmas" @@ -773319,16 +732929,6 @@ "show_number": "5277", "fullAnswer": "the bar exam" }, - { - "category": "PROMENADE DATES", - "air_date": "2007-07-17", - "question": "It's the city where this civil rights march took place in August of 1963", - "value": "$200", - "answer": "Washington, D.C.", - "round": "Jeopardy!", - "show_number": "5277", - "fullAnswer": "Washington, D.C." - }, { "category": "\"ALT\"ERNATIVE", "air_date": "2007-07-17", @@ -773379,16 +732979,6 @@ "show_number": "5277", "fullAnswer": "mathematics" }, - { - "category": "PROMENADE DATES", - "air_date": "2007-07-17", - "question": "The promenade seen here was appropriate for the January 1st, 2007 Rose Parade with this director as Grand Marshall", - "value": "$400", - "answer": "George Lucas", - "round": "Jeopardy!", - "show_number": "5277", - "fullAnswer": "George Lucas" - }, { "category": "\"ALT\"ERNATIVE", "air_date": "2007-07-17", @@ -773439,16 +733029,6 @@ "show_number": "5277", "fullAnswer": "Mensa" }, - { - "category": "PROMENADE DATES", - "air_date": "2007-07-17", - "question": "On June 17th the men seen here promenaded for this gal who turned 80 in 2006", - "value": "$600", - "answer": "Queen Elizabeth II", - "round": "Jeopardy!", - "show_number": "5277", - "fullAnswer": "Queen Elizabeth II" - }, { "category": "\"ALT\"ERNATIVE", "air_date": "2007-07-17", @@ -773489,26 +733069,6 @@ "show_number": "5277", "fullAnswer": "the 20th century" }, - { - "category": "GETTING TESTY", - "air_date": "2007-07-17", - "question": "The psychological test named for this Swiss man involves looking at pictures similar to the one seen here", - "value": "$800", - "answer": "Rorschach test", - "round": "Jeopardy!", - "show_number": "5277", - "fullAnswer": "a Rorschach test" - }, - { - "category": "PROMENADE DATES", - "air_date": "2007-07-17", - "question": "Cavalry promenade through this Eastern European capital in the photo from 1941 seen here", - "value": "$800", - "answer": "Moscow", - "round": "Jeopardy!", - "show_number": "5277", - "fullAnswer": "Moscow" - }, { "category": "\"ALT\"ERNATIVE", "air_date": "2007-07-17", @@ -773524,7 +733084,7 @@ "air_date": "2007-07-17", "question": "\"The Black Pearl\" & \"The Island of the Blue Dolphins\" are 2 classics by him", "value": "$1000", - "answer": "Scott O\\'Dell", + "answer": "Scott O'Dell", "round": "Jeopardy!", "show_number": "5277", "fullAnswer": "Scott O\\'Dell" @@ -773559,16 +733119,6 @@ "show_number": "5277", "fullAnswer": "1787" }, - { - "category": "PROMENADE DATES", - "air_date": "2007-07-17", - "question": "Seen here are men in Times Square celebrating V.J. Day in August of this year", - "value": "$1000", - "answer": "1945", - "round": "Jeopardy!", - "show_number": "5277", - "fullAnswer": "1945" - }, { "category": "\"ALT\"ERNATIVE", "air_date": "2007-07-17", @@ -773579,16 +733129,6 @@ "show_number": "5277", "fullAnswer": "altruism" }, - { - "category": "HISTORIC LONDON", - "air_date": "2007-07-17", - "question": "(Cheryl of the Clue Crew reports from Regent's Park.) Regent's Park was a hunting ground for this 16th century king, who it was said never hunted without tiring 8 or 10 horses", - "value": "$400", - "answer": "Henry VIII", - "round": "Double Jeopardy!", - "show_number": "5277", - "fullAnswer": "Henry VIII" - }, { "category": "SPORTS TEENS", "air_date": "2007-07-17", @@ -773699,16 +733239,6 @@ "show_number": "5277", "fullAnswer": "fluent" }, - { - "category": "HISTORIC LONDON", - "air_date": "2007-07-17", - "question": "(Cheryl of the Clue Crew reports from Hyde Park.) Famous men who orated here at Hyde Park's Speaker's Corner include Friedrich Engels & this 1848 Engels co-author", - "value": "$1200", - "answer": "Karl Marx", - "round": "Double Jeopardy!", - "show_number": "5277", - "fullAnswer": "Karl Marx" - }, { "category": "SPORTS TEENS", "air_date": "2007-07-17", @@ -773819,26 +733349,6 @@ "show_number": "5277", "fullAnswer": "deciduous" }, - { - "category": "HISTORIC LONDON", - "air_date": "2007-07-17", - "question": "(Cheryl of the Clue Crew reports from Temple Gardens.) According to Shakespeare, these conflicts began with the plucking of 2 flowers here in the Temple Gardens", - "value": "$3,000", - "answer": "Wars of the Roses", - "round": "Double Jeopardy!", - "show_number": "5277", - "fullAnswer": "the Wars of the Roses" - }, - { - "category": "SPORTS TEENS", - "air_date": "2007-07-17", - "question": "He's the teen sensation Major League Soccer star seen here; we bid you...", - "value": "$2000", - "answer": "Freddy Adu", - "round": "Double Jeopardy!", - "show_number": "5277", - "fullAnswer": "Freddy Adu" - }, { "category": "FLORA", "air_date": "2007-07-17", @@ -774054,7 +733564,7 @@ "air_date": "2007-10-24", "question": "Shirley Temple appears multiple times on the cover of this Beatles album", "value": "$600", - "answer": "Sgt. Pepper\\'s Lonely Hearts Club Band", + "answer": "Sgt. Pepper's Lonely Hearts Club Band", "round": "Jeopardy!", "show_number": "5318", "fullAnswer": "Sgt. Pepper\\'s Lonely Hearts Club Band" @@ -774189,16 +733699,6 @@ "show_number": "5318", "fullAnswer": "perquisite" }, - { - "category": "WELCOME TO JAPAN", - "air_date": "2007-10-24", - "question": "(Jimmy of the Clue Crew stands outside a shrine.) Gates called torii represent the boundary between sacred & ordinary space at the thousands of shrines of this religion all over Japan", - "value": "$400", - "answer": "Shinto", - "round": "Double Jeopardy!", - "show_number": "5318", - "fullAnswer": "Shinto" - }, { "category": "MOVIE CROSSWORD CLUES \"G\"", "air_date": "2007-10-24", @@ -774249,16 +733749,6 @@ "show_number": "5318", "fullAnswer": "champagne" }, - { - "category": "WELCOME TO JAPAN", - "air_date": "2007-10-24", - "question": "(Kelly of the Clue Crew stands between two women.) Unique to Kyoto is the culture of maiko, who replace the embroidered collar with a white one upon becoming one of these", - "value": "$800", - "answer": "geisha", - "round": "Double Jeopardy!", - "show_number": "5318", - "fullAnswer": "a geisha" - }, { "category": "MOVIE CROSSWORD CLUES \"G\"", "air_date": "2007-10-24", @@ -774269,16 +733759,6 @@ "show_number": "5318", "fullAnswer": "Glory" }, - { - "category": "KIDDY LIT", - "air_date": "2007-10-24", - "question": "Garth Williams illustrated this title character seen here", - "value": "$800", - "answer": "Stuart Little", - "round": "Double Jeopardy!", - "show_number": "5318", - "fullAnswer": "Stuart Little" - }, { "category": "HEY, MR.!", "air_date": "2007-10-24", @@ -774309,16 +733789,6 @@ "show_number": "5318", "fullAnswer": "roundabout" }, - { - "category": "WELCOME TO JAPAN", - "air_date": "2007-10-24", - "question": "(Kelly stands between two actors.) The kumadori makeup used in this form of Asian theater features red lines on the hero's face and blue on the villain's", - "value": "$1200", - "answer": "kabuki", - "round": "Double Jeopardy!", - "show_number": "5318", - "fullAnswer": "kabuki" - }, { "category": "MOVIE CROSSWORD CLUES \"G\"", "air_date": "2007-10-24", @@ -774369,16 +733839,6 @@ "show_number": "5318", "fullAnswer": "old boys" }, - { - "category": "WELCOME TO JAPAN", - "air_date": "2007-10-24", - "question": "(Kelly stands near an amateur florist.) Traditionally in Japan in preparation for marriage, women were trained in the tea ceremony, calligraphy & this art of flower arranging", - "value": "$1600", - "answer": "ikebana", - "round": "Double Jeopardy!", - "show_number": "5318", - "fullAnswer": "ikebana" - }, { "category": "MOVIE CROSSWORD CLUES \"G\"", "air_date": "2007-10-24", @@ -774429,16 +733889,6 @@ "show_number": "5318", "fullAnswer": "ruddy" }, - { - "category": "WELCOME TO JAPAN", - "air_date": "2007-10-24", - "question": "(Kelly stands outside a shrine.) We'll end our category with this Japanese word whose literal meaning is \"If it must be so\"", - "value": "$2000", - "answer": "sayonara", - "round": "Double Jeopardy!", - "show_number": "5318", - "fullAnswer": "sayonara" - }, { "category": "MOVIE CROSSWORD CLUES \"G\"", "air_date": "2007-10-24", @@ -774479,16 +733929,6 @@ "show_number": "5318", "fullAnswer": "opera buffa" }, - { - "category": "BRITSPEAK", - "air_date": "2007-10-24", - "question": "Perspex is a British name for this trademarked acrylic plastic used to make the container seen here", - "value": "$2000", - "answer": "Lucite", - "round": "Double Jeopardy!", - "show_number": "5318", - "fullAnswer": "Lucite" - }, { "category": "DOCUMENTARY SUBJECTS", "air_date": "2007-10-24", @@ -774519,16 +733959,6 @@ "show_number": "5448", "fullAnswer": "The Fresh Prince of Bel-Air" }, - { - "category": "LOOK OUT BELOW", - "air_date": "2008-04-23", - "question": "Seen here in a satellite photo, an iceberg almost twice the size of Delaware broke off this continent in 2000", - "value": "$200", - "answer": "Antarctica", - "round": "Jeopardy!", - "show_number": "5448", - "fullAnswer": "Antarctica" - }, { "category": "GARDENING", "air_date": "2008-04-23", @@ -774579,16 +734009,6 @@ "show_number": "5448", "fullAnswer": "Ventura Boulevard" }, - { - "category": "LOOK OUT BELOW", - "air_date": "2008-04-23", - "question": "Here are before & after images of this U.S. city in 2000 & 2005", - "value": "$400", - "answer": "New Orleans", - "round": "Jeopardy!", - "show_number": "5448", - "fullAnswer": "New Orleans" - }, { "category": "GARDENING", "air_date": "2008-04-23", @@ -774639,16 +734059,6 @@ "show_number": "5448", "fullAnswer": "Hollywood" }, - { - "category": "LOOK OUT BELOW", - "air_date": "2008-04-23", - "question": "You can see a lava dome forming in this volcano that blew its top in 1980", - "value": "$600", - "answer": "Mount St. Helens", - "round": "Jeopardy!", - "show_number": "5448", - "fullAnswer": "Mount St. Helens" - }, { "category": "GARDENING", "air_date": "2008-04-23", @@ -774689,16 +734099,6 @@ "show_number": "5448", "fullAnswer": "Mondale & Ferraro" }, - { - "category": "LOOK OUT BELOW", - "air_date": "2008-04-23", - "question": "Black smoke rises from oil fires in this country in a photo taken from space in 1991", - "value": "$800", - "answer": "Kuwait", - "round": "Jeopardy!", - "show_number": "5448", - "fullAnswer": "Kuwait" - }, { "category": "GARDENING", "air_date": "2008-04-23", @@ -774739,26 +734139,6 @@ "show_number": "5448", "fullAnswer": "Indira Gandhi" }, - { - "category": "L.A. GEOGRAPHY IN POP CULTURE", - "air_date": "2008-04-23", - "question": "Ivy League Ph.D.er Stu Bailey & the law-degreed Jeff Spencer, both judo experts, had an office at \"77\" this title place", - "value": "$1000", - "answer": "Sunset Strip", - "round": "Jeopardy!", - "show_number": "5448", - "fullAnswer": "Sunset Strip" - }, - { - "category": "LOOK OUT BELOW", - "air_date": "2008-04-23", - "question": "You can see the tsunami pulling back out to sea after it struck at Kalutara, south of Colombo on this island", - "value": "$1000", - "answer": "Sri Lanka", - "round": "Jeopardy!", - "show_number": "5448", - "fullAnswer": "Sri Lanka" - }, { "category": "GARDENING", "air_date": "2008-04-23", @@ -774779,16 +734159,6 @@ "show_number": "5448", "fullAnswer": "Manolo Blahnik" }, - { - "category": "GIVE \"P\"s A CHANCE", - "air_date": "2008-04-23", - "question": "(Kelly of the Clue Crew gives the clue from Carlsbad Caverns National Park, New Mexico.) The fossils in Carlsbad Caverns include sponges, snails & trilobites, all from the Permian period, the tail end of this era whose name means \"ancient life\"", - "value": "$1000", - "answer": "Paleozoic", - "round": "Jeopardy!", - "show_number": "5448", - "fullAnswer": "Paleozoic" - }, { "category": "1984", "air_date": "2008-04-23", @@ -775059,16 +734429,6 @@ "show_number": "5448", "fullAnswer": "pineapple" }, - { - "category": "MATHEMATICS", - "air_date": "2008-04-23", - "question": "(Sarah of the Clue Crew indicates a monitor.) Unlike an equilateral triangle with 3 equal sides, this type of triangle has 3 sides of different lengths", - "value": "$2000", - "answer": "scalene triangle", - "round": "Double Jeopardy!", - "show_number": "5448", - "fullAnswer": "a scalene triangle" - }, { "category": "I AM SAM, SAM I AM", "air_date": "2008-04-23", @@ -775139,16 +734499,6 @@ "show_number": "4092", "fullAnswer": "Chicago" }, - { - "category": "\"JU\"NE", - "air_date": "2002-05-21", - "question": "(Sofia of the Clue Crew delivers the clue) You wanna go in for the kill? Go in for this type of street performer", - "value": "$200", - "answer": "juggling", - "round": "Jeopardy!", - "show_number": "4092", - "fullAnswer": "juggling" - }, { "category": "THE SEVENTH MONTH", "air_date": "2002-05-21", @@ -775299,16 +734649,6 @@ "show_number": "4092", "fullAnswer": "(Joe) Mannix" }, - { - "category": "THE MARCH KING", - "air_date": "2002-05-21", - "question": "In September 2001 soprano Renee Sousa appeared at this L.A. landmark in \"The Magic of Sousa\"", - "value": "$800", - "answer": "Hollywood Bowl", - "round": "Jeopardy!", - "show_number": "4092", - "fullAnswer": "the Hollywood Bowl" - }, { "category": "APRIL MAY...", "air_date": "2002-05-21", @@ -775359,16 +734699,6 @@ "show_number": "4092", "fullAnswer": "Judy Garland" }, - { - "category": "THE MARCH KING", - "air_date": "2002-05-21", - "question": "A Colosseum occupation, it's also the title of the Sousa march heard here", - "value": "$1000", - "answer": "The Gladiator March", - "round": "Jeopardy!", - "show_number": "4092", - "fullAnswer": "\"The Gladiator March\"" - }, { "category": "APRIL MAY...", "air_date": "2002-05-21", @@ -775459,16 +734789,6 @@ "show_number": "4092", "fullAnswer": "brown" }, - { - "category": "IT'S GREEK MYTH TO ME", - "air_date": "2002-05-21", - "question": "(Sarah of the Clue Crew delivers the clue.) The blue morpho's name comes from \"morpho\", meaning \"shapely\", one of the epithets of this Greek goddess of love", - "value": "$800", - "answer": "Aphrodite", - "round": "Double Jeopardy!", - "show_number": "4092", - "fullAnswer": "Aphrodite" - }, { "category": "CELEBRITY MARRIAGES", "air_date": "2002-05-21", @@ -775659,16 +734979,6 @@ "show_number": "4092", "fullAnswer": "Miles Davis" }, - { - "category": "ARE THE STARS OUT TONIGHT?", - "air_date": "2002-05-21", - "question": "This L.A. landmark will be closed for renovation from 2002 to late 2004, leaving stargazers out in the cold", - "value": "$2000", - "answer": "Griffith Obervatory", - "round": "Double Jeopardy!", - "show_number": "4092", - "fullAnswer": "the Griffith Obervatory" - }, { "category": "NOW, YOU TELL ME", "air_date": "2002-05-21", @@ -775914,7 +735224,7 @@ "air_date": "1997-09-12", "question": "It's the Pillsbury Doughboy's given name", "value": "$400", - "answer": "Poppin\\' Fresh", + "answer": "Poppin' Fresh", "round": "Jeopardy!", "show_number": "2995", "fullAnswer": "\"Poppin\\' Fresh\"" @@ -776004,7 +735314,7 @@ "air_date": "1997-09-12", "question": "We heard it through the grapevine that it's the largest island in Massachusetts", "value": "$200", - "answer": "Martha\\'s Vineyard", + "answer": "Martha's Vineyard", "round": "Double Jeopardy!", "show_number": "2995", "fullAnswer": "Martha\\'s Vineyard" @@ -776794,7 +736104,7 @@ "air_date": "2003-05-15", "question": "George & Barbara Bush were both diagnosed with this thyroid disorder", "value": "$1600", - "answer": "Graves\\' disease", + "answer": "Graves' disease", "round": "Double Jeopardy!", "show_number": "4319", "fullAnswer": "Graves\\' disease" @@ -776854,7 +736164,7 @@ "air_date": "2003-05-15", "question": "JFK suffered from this disease caused by the insufficient production of hormones by the adrenal glands", "value": "$2000", - "answer": "Addison\\'s disease", + "answer": "Addison's disease", "round": "Double Jeopardy!", "show_number": "4319", "fullAnswer": "Addison\\'s disease" @@ -776949,16 +736259,6 @@ "show_number": "5045", "fullAnswer": "World War I" }, - { - "category": "HOMETOWN ATHLETES", - "air_date": "2006-07-14", - "question": "(Jimmy of the Clue Crew reports from Pittsburgh, PA.) Growing up within 5 blocks from the campus, this quarterback naturally played at Pitt, starting in 1979", - "value": "$400", - "answer": "Dan Marino", - "round": "Jeopardy!", - "show_number": "5045", - "fullAnswer": "Dan Marino" - }, { "category": "PRESIDENTIAL WIVES", "air_date": "2006-07-14", @@ -777154,7 +736454,7 @@ "air_date": "2006-07-14", "question": "Bologna Stone, found in 1603, was thought to be this alchemical \"stone\" to change cheaper metals into gold", "value": "$1000", - "answer": "philosopher\\'s stone", + "answer": "philosopher's stone", "round": "Jeopardy!", "show_number": "5045", "fullAnswer": "the philosopher\\'s stone" @@ -777354,7 +736654,7 @@ "air_date": "2006-07-14", "question": "I was downright punchy as Loretta Lynn's husband in this 1980 film", "value": "$1600", - "answer": "Coal Miner\\'s Daughter", + "answer": "Coal Miner's Daughter", "round": "Double Jeopardy!", "show_number": "5045", "fullAnswer": "Coal Miner\\'s Daughter" @@ -777409,16 +736709,6 @@ "show_number": "5045", "fullAnswer": "Cobb" }, - { - "category": "ART-FULL", - "air_date": "2006-07-14", - "question": "Last name of Gustave, whose work seen here shocked people by showing a common burial on a large canvas", - "value": "$2000", - "answer": "Gustave Courbet", - "round": "Double Jeopardy!", - "show_number": "5045", - "fullAnswer": "Gustave Courbet" - }, { "category": "BESTSELLERS", "air_date": "2006-07-14", @@ -777614,7 +736904,7 @@ "air_date": "1987-04-21", "question": "1982 Woody Allen movie whose title suggests he had a little help from Shakespeare", "value": "$400", - "answer": "Midsummer Night\\'s Sex Comedy", + "answer": "Midsummer Night's Sex Comedy", "round": "Jeopardy!", "show_number": "617", "fullAnswer": "A Midsummer Night\\'s Sex Comedy" @@ -777974,7 +737264,7 @@ "air_date": "1987-04-21", "question": "The slogan for this \"simple\" shampoo-in hair color was \"The closer he gets, the better you look\"", "value": "$1000", - "answer": "Nice \\'n Easy", + "answer": "Nice 'n Easy", "round": "Double Jeopardy!", "show_number": "617", "fullAnswer": "Nice \\'n Easy" @@ -778104,21 +737394,11 @@ "air_date": "2009-04-06", "question": "He got his controversial talk show on Fox News in 1996", "value": "$400", - "answer": "O\\'Reilly", + "answer": "O'Reilly", "round": "Jeopardy!", "show_number": "5666", "fullAnswer": "(Bill) O\\'Reilly" }, - { - "category": "CENTRAL PARK STATUES", - "air_date": "2009-04-06", - "question": "His monument, seen here, was sponsored by the Danish-American Women's Association", - "value": "$400", - "answer": "Hans Christian Andersen", - "round": "Jeopardy!", - "show_number": "5666", - "fullAnswer": "Hans Christian Andersen" - }, { "category": "THE LAST", "air_date": "2009-04-06", @@ -778224,7 +737504,7 @@ "air_date": "2009-04-06", "question": "Future playwright John Casey changed his name to this when he was won over to Irish nationalism", "value": "$800", - "answer": "Sean O\\'Casey", + "answer": "Sean O'Casey", "round": "Jeopardy!", "show_number": "5666", "fullAnswer": "Sean O\\'Casey" @@ -778329,16 +737609,6 @@ "show_number": "5666", "fullAnswer": "Brothers & Sisters" }, - { - "category": "LAKES", - "air_date": "2009-04-06", - "question": "(Kelly of the Clue Crew reports from Niagara Falls.)
Niagara Falls gets is enormous power because the Niagara River's water is rushing between these 2 Great Lakes, which are only 36 miles apart but have a 300-foot difference in elevation", - "value": "$400", - "answer": "Lakes Erie and Ontario", - "round": "Double Jeopardy!", - "show_number": "5666", - "fullAnswer": "Lakes Erie and Ontario" - }, { "category": "VWLLSS VGTBLS", "air_date": "2009-04-06", @@ -778379,16 +737649,6 @@ "show_number": "5666", "fullAnswer": "a cell phone" }, - { - "category": "A SALUTE TO SALLY FIELD", - "air_date": "2009-04-06", - "question": "America first fell in love with Sally when she played this role shortly out of high school", - "value": "$800", - "answer": "Gidget", - "round": "Double Jeopardy!", - "show_number": "5666", - "fullAnswer": "Gidget" - }, { "category": "LAKES", "air_date": "2009-04-06", @@ -778449,16 +737709,6 @@ "show_number": "5666", "fullAnswer": "Sybil" }, - { - "category": "LAKES", - "air_date": "2009-04-06", - "question": "Minnesota, Wisconsin & New York have lakes called this--the sound that follows is a hint", - "value": "$1200", - "answer": "Loon Lake", - "round": "Double Jeopardy!", - "show_number": "5666", - "fullAnswer": "Loon Lake" - }, { "category": "VWLLSS VGTBLS", "air_date": "2009-04-06", @@ -778559,16 +737809,6 @@ "show_number": "5666", "fullAnswer": "(Edward) Albee" }, - { - "category": "LAKES", - "air_date": "2009-04-06", - "question": "Bacalar in Mexico is called Laguna de los Siete Colores, or lake of these; you can see a couple of them here", - "value": "$2000", - "answer": "seven colors", - "round": "Double Jeopardy!", - "show_number": "5666", - "fullAnswer": "seven colors" - }, { "category": "VWLLSS VGTBLS", "air_date": "2009-04-06", @@ -779229,16 +738469,6 @@ "show_number": "5798", "fullAnswer": "pigskin" }, - { - "category": "CURLS GONE WILD", - "air_date": "2009-11-25", - "question": "Aww, a baby one of these primates is clearly having a bad hair day", - "value": "$200", - "answer": "orangutan", - "round": "Jeopardy!", - "show_number": "5798", - "fullAnswer": "an orangutan" - }, { "category": "MAJOR RELIGION BY COUNTRY", "air_date": "2009-11-25", @@ -779339,26 +738569,6 @@ "show_number": "5798", "fullAnswer": "Jeb Bush" }, - { - "category": "FOOTBALL 101", - "air_date": "2009-11-25", - "question": "Offensive linemen hang their heads when a long pass is called back due to this no-no", - "value": "$600", - "answer": "holding", - "round": "Jeopardy!", - "show_number": "5798", - "fullAnswer": "holding" - }, - { - "category": "CURLS GONE WILD", - "air_date": "2009-11-25", - "question": "In 1926, women like Mrs. Margaret Wagoner Mitchell, seen here, got this type of wave by hooking up to a machine", - "value": "$600", - "answer": "permanent wave", - "round": "Jeopardy!", - "show_number": "5798", - "fullAnswer": "a permanent wave" - }, { "category": "MAJOR RELIGION BY COUNTRY", "air_date": "2009-11-25", @@ -779459,26 +738669,6 @@ "show_number": "5798", "fullAnswer": "Grover Cleveland" }, - { - "category": "FOOTBALL 101", - "air_date": "2009-11-25", - "question": "(Jimmy of the Clue Crew presents the clue.) If the referee indicates this violation, look for a 15-yard penalty", - "value": "$1000", - "answer": "personal foul", - "round": "Jeopardy!", - "show_number": "5798", - "fullAnswer": "a personal foul" - }, - { - "category": "CURLS GONE WILD", - "air_date": "2009-11-25", - "question": "It's almost surreal seeing this Spanish-born painter's coiffure", - "value": "$1000", - "answer": "Salvador Dali", - "round": "Jeopardy!", - "show_number": "5798", - "fullAnswer": "Salvador Dali" - }, { "category": "MAJOR RELIGION BY COUNTRY", "air_date": "2009-11-25", @@ -779544,21 +738734,11 @@ "air_date": "2009-11-25", "question": "Bottom arrives, prepared to lead Quince, Flute & Snout on stage", "value": "$400", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "5798", "fullAnswer": "A Midsummer Night\\'s Dream" }, - { - "category": "FOR THE BIRDS", - "air_date": "2009-11-25", - "question": "St. Hugh of Lincoln was famous for having one of these graceful birds as a pet", - "value": "$400", - "answer": "swan", - "round": "Double Jeopardy!", - "show_number": "5798", - "fullAnswer": "a swan" - }, { "category": "TIME TO \"FLY\"", "air_date": "2009-11-25", @@ -779609,16 +738789,6 @@ "show_number": "5798", "fullAnswer": "The Tempest" }, - { - "category": "FOR THE BIRDS", - "air_date": "2009-11-25", - "question": "It's the songbird & finch family member seen here", - "value": "$800", - "answer": "cardinal", - "round": "Double Jeopardy!", - "show_number": "5798", - "fullAnswer": "a cardinal" - }, { "category": "TIME TO \"FLY\"", "air_date": "2009-11-25", @@ -779669,16 +738839,6 @@ "show_number": "5798", "fullAnswer": "The Merchant of Venice" }, - { - "category": "FOR THE BIRDS", - "air_date": "2009-11-25", - "question": "Seen here is one of these birds that, for a time, had a TV \"Family\"", - "value": "$1200", - "answer": "partridge", - "round": "Double Jeopardy!", - "show_number": "5798", - "fullAnswer": "the partridge" - }, { "category": "TIME TO \"FLY\"", "air_date": "2009-11-25", @@ -779729,16 +738889,6 @@ "show_number": "5798", "fullAnswer": "Twelfth Night" }, - { - "category": "FOR THE BIRDS", - "air_date": "2009-11-25", - "question": "The common fowl seen here is this state bird", - "value": "$1600", - "answer": "Rhode Island Red", - "round": "Double Jeopardy!", - "show_number": "5798", - "fullAnswer": "a Rhode Island Red" - }, { "category": "TIME TO \"FLY\"", "air_date": "2009-11-25", @@ -779789,16 +738939,6 @@ "show_number": "5798", "fullAnswer": "Richard II" }, - { - "category": "FOR THE BIRDS", - "air_date": "2009-11-25", - "question": "100 of these European birds were released in Central Park in 1890; today, there are 200 million in North America", - "value": "$2000", - "answer": "starlings", - "round": "Double Jeopardy!", - "show_number": "5798", - "fullAnswer": "starlings" - }, { "category": "TIME TO \"FLY\"", "air_date": "2009-11-25", @@ -780934,7 +740074,7 @@ "air_date": "1998-10-01", "question": "John Donne's monument in this cathedral survived the Great Fire; he posed for it wearing a shroud", "value": "$1000", - "answer": "St. Paul\\'s Cathedral", + "answer": "St. Paul's Cathedral", "round": "Double Jeopardy!", "show_number": "3234", "fullAnswer": "St. Paul\\'s Cathedral" @@ -781049,16 +740189,6 @@ "show_number": "5272", "fullAnswer": "dinosaurs" }, - { - "category": "THE WHALING WALLS", - "air_date": "2007-07-10", - "question": "The whales seen here arrived in time for the 1996 Olympics in this city", - "value": "$400", - "answer": "Atlanta", - "round": "Jeopardy!", - "show_number": "5272", - "fullAnswer": "Atlanta" - }, { "category": "COLORFUL FILMS", "air_date": "2007-07-10", @@ -781139,16 +740269,6 @@ "show_number": "5272", "fullAnswer": "Tiananmen Square" }, - { - "category": "\"C\" ME", - "air_date": "2007-07-10", - "question": "(Cheryl of the Clue Crew reports from a lab at the University of Mississippi.) Sound waves are used to heat and seal blood vessels in a 21st century version of this process from the Latin for \"branding iron\"", - "value": "$600", - "answer": "cauterizing", - "round": "Jeopardy!", - "show_number": "5272", - "fullAnswer": "cauterizing" - }, { "category": "APPLES", "air_date": "2007-07-10", @@ -781489,16 +740609,6 @@ "show_number": "5272", "fullAnswer": "Sweet" }, - { - "category": "CONTINENTAL DRIFTING", - "air_date": "2007-07-10", - "question": "(Jon of the Clue Crew stands in front of an ancient globe) Meaning \"all earth\", it's the term Alfred Wegener gave to an historic, theoretical supercontinent", - "value": "$1600", - "answer": "Pangaea", - "round": "Double Jeopardy!", - "show_number": "5272", - "fullAnswer": "Pangaea" - }, { "category": "GEMS & JEWELS", "air_date": "2007-07-10", @@ -781764,7 +740874,7 @@ "air_date": "1999-10-21", "question": "This reptilian-flavored farewell hails from the '30s", "value": "$300", - "answer": "See Ya\\' Later, Alligator!", + "answer": "See Ya' Later, Alligator!", "round": "Jeopardy!", "show_number": "3479", "fullAnswer": "\"See Ya\\' Later, Alligator!\"" @@ -782269,16 +741379,6 @@ "show_number": "5976", "fullAnswer": "snowfall" }, - { - "category": "AN OCEAN OF KNOWLEDGE", - "air_date": "2010-09-13", - "question": "(Sarah of the Clue Crew shows a model of an ocean.) On the ocean floor, earthquakes squeeze together a large amount of water and push it to the surface, causing this, from the Japanese for \"harbor wave\"", - "value": "$400", - "answer": "tsunami", - "round": "Jeopardy!", - "show_number": "5976", - "fullAnswer": "tsunami" - }, { "category": "THE WORLD SERIES MVP's TEAM", "air_date": "2010-09-13", @@ -782379,16 +741479,6 @@ "show_number": "5976", "fullAnswer": "pratfall" }, - { - "category": "AN OCEAN OF KNOWLEDGE", - "air_date": "2010-09-13", - "question": "(Lindblad/National Geographic Underwater Specialist Lisa Trotter delivers the clue.) To survive the frigid waters, Antarctic fish have proteins that act as this type of compound, like the one used in car engines, inhibiting ice crystal growth in their bodies", - "value": "$800", - "answer": "antifreeze", - "round": "Jeopardy!", - "show_number": "5976", - "fullAnswer": "antifreeze" - }, { "category": "THE WORLD SERIES MVP's TEAM", "air_date": "2010-09-13", @@ -782479,16 +741569,6 @@ "show_number": "5976", "fullAnswer": "The Fall of the House of Usher" }, - { - "category": "BILL CLINTON & THE CLINTON FOUNDATION", - "air_date": "2010-09-13", - "question": "(Ex-President Clinton gives the clue) My foundation & pharmaceutical companies negotiated price reductions in antiretroviral drugs as part of an initiative to combat this pandemic", - "value": "$400", - "answer": "HIV or AIDS", - "round": "Double Jeopardy!", - "show_number": "5976", - "fullAnswer": "HIV or AIDS" - }, { "category": "MOVIE DIRECTORS", "air_date": "2010-09-13", @@ -782539,16 +741619,6 @@ "show_number": "5976", "fullAnswer": "KLM" }, - { - "category": "BILL CLINTON & THE CLINTON FOUNDATION", - "air_date": "2010-09-13", - "question": "(Alex: Mr President?) My climate initiative brings together partners to make energy-saving retrofits to existing buildings, including this iconic skyscraper at 34th & 5th Avenue", - "value": "$800", - "answer": "Empire State Building", - "round": "Double Jeopardy!", - "show_number": "5976", - "fullAnswer": "the Empire State Building" - }, { "category": "MOVIE DIRECTORS", "air_date": "2010-09-13", @@ -782599,16 +741669,6 @@ "show_number": "5976", "fullAnswer": "Pegasus" }, - { - "category": "BILL CLINTON & THE CLINTON FOUNDATION", - "air_date": "2010-09-13", - "question": "(Ex-President Clinton gives the clue) Working with the American Heart Association, my foundation created an alliance to combat childhood obesity, which can lead to health problems like Type 2 this", - "value": "$1200", - "answer": "diabetes", - "round": "Double Jeopardy!", - "show_number": "5976", - "fullAnswer": "diabetes" - }, { "category": "MOVIE DIRECTORS", "air_date": "2010-09-13", @@ -782659,16 +741719,6 @@ "show_number": "5976", "fullAnswer": "vertical" }, - { - "category": "BILL CLINTON & THE CLINTON FOUNDATION", - "air_date": "2010-09-13", - "question": "(Ex-President Clinton gives the clue) The Clinton Global Initiative annual meeting convenes leaders from all sectors to devise and implement innovative solutions...one event at this meeting is the Clinton Global Citizen Awards, for leadership in various fields, including this one of charitable giving", - "value": "$1600", - "answer": "philanthropy", - "round": "Double Jeopardy!", - "show_number": "5976", - "fullAnswer": "philanthropy" - }, { "category": "MOVIE DIRECTORS", "air_date": "2010-09-13", @@ -782924,7 +741974,7 @@ "air_date": "1990-02-01", "question": "In 1963 the NBA's Syracuse Nationals moved to Philadelphia & changed their name to this", "value": "$300", - "answer": "Philadelphia 76\\'ers", + "answer": "Philadelphia 76'ers", "round": "Jeopardy!", "show_number": "1254", "fullAnswer": "Philadelphia 76\\'ers" @@ -783739,22 +742789,12 @@ "show_number": "5728", "fullAnswer": "Virginia" }, - { - "category": "INTERNATIONAL SPORTS STUFF", - "air_date": "2009-07-01", - "question": "(Jimmy of the Clue Crew reports from a sumo training stable in Tokyo, Japan.) Sumo wrestlers scatter this compound to purify the ring prior to each match", - "value": "$800", - "answer": "salt", - "round": "Double Jeopardy!", - "show_number": "5728", - "fullAnswer": "salt" - }, { "category": "STOCK SYMBOL-IC", "air_date": "2009-07-01", "question": "BID is the winning symbol for this auction house that held its first one in 1744", "value": "$800", - "answer": "Sotheby\\'s", + "answer": "Sotheby's", "round": "Double Jeopardy!", "show_number": "5728", "fullAnswer": "Sotheby\\'s" @@ -783844,7 +742884,7 @@ "air_date": "2009-07-01", "question": "Dukes of the Montfort family struggled to keep Brittany neutral during this lengthy English-French war", "value": "$1200", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Double Jeopardy!", "show_number": "5728", "fullAnswer": "the Hundred Years\\' War" @@ -783874,7 +742914,7 @@ "air_date": "2009-07-01", "question": "PZZA is the symbol that made a lot of dough for John Schnatter & this company", "value": "$1600", - "answer": "Papa John\\'s Pizza", + "answer": "Papa John's Pizza", "round": "Double Jeopardy!", "show_number": "5728", "fullAnswer": "Papa John\\'s Pizza" @@ -783949,16 +742989,6 @@ "show_number": "5728", "fullAnswer": "Flowers for Algernon" }, - { - "category": "STARTS WITH 2 VOWELS", - "air_date": "2009-07-01", - "question": "Closely related to the tuba, this instrument seen here was invented in Germany in 1843", - "value": "$2000", - "answer": "euphonium", - "round": "Double Jeopardy!", - "show_number": "5728", - "fullAnswer": "a euphonium" - }, { "category": "LEAVE BRITTANY ALONE!", "air_date": "2009-07-01", @@ -784249,16 +743279,6 @@ "show_number": "4779", "fullAnswer": "Oregon" }, - { - "category": "ANIMAL SHELTERS", - "air_date": "2005-05-19", - "question": "(Cheryl of the Clue Crew reports from Tinos, Greece.) The Greek Island of Tinos is noted for these elaborate structres built to house a certain bird", - "value": "$1000", - "answer": "dovecotes", - "round": "Jeopardy!", - "show_number": "4779", - "fullAnswer": "dovecotes" - }, { "category": "\"W\"HO CAN IT BE NOW?", "air_date": "2005-05-19", @@ -784384,7 +743404,7 @@ "air_date": "2005-05-19", "question": "This queen may be best known for a song she wrote, \"Aloha Oe\"", "value": "$800", - "answer": "Lili\\'uokalani", + "answer": "Lili'uokalani", "round": "Double Jeopardy!", "show_number": "4779", "fullAnswer": "Lili\\'uokalani" @@ -784489,16 +743509,6 @@ "show_number": "4779", "fullAnswer": "press gangs" }, - { - "category": "SYMPHONIES", - "air_date": "2005-05-19", - "question": "The Mozart work heard here was composed for a wedding in this family, hence its nickname", - "value": "$1600", - "answer": "Haffner family", - "round": "Double Jeopardy!", - "show_number": "4779", - "fullAnswer": "the Haffner family" - }, { "category": "WE RULE", "air_date": "2005-05-19", @@ -784519,16 +743529,6 @@ "show_number": "4779", "fullAnswer": "malaise" }, - { - "category": "EUROPEAN ARCHITECTS", - "air_date": "2005-05-19", - "question": "(Jimmy of the Clue Crew reports from the stage of the Majestic Theatre in New York.) This set for \"The Phantom of the Opera\" was inspired by the real Paris opera house, designed by this 19th century Frenchman", - "value": "$2000", - "answer": "Charles Garnier", - "round": "Double Jeopardy!", - "show_number": "4779", - "fullAnswer": "Charles Garnier" - }, { "category": "CREATURE FEATURE", "air_date": "2005-05-19", @@ -784634,7 +743634,7 @@ "air_date": "1998-05-14", "question": "In 1723, 120 years before Christmas cards, decorated writing paper was sold for lovers to use on this holiday", "value": "$100", - "answer": "Valentine\\'s Day", + "answer": "Valentine's Day", "round": "Jeopardy!", "show_number": "3169", "fullAnswer": "Valentine\\'s Day" @@ -784854,7 +743854,7 @@ "air_date": "1998-05-14", "question": "Jim Bakker's ex-wife Tammy Faye showed up on \"The Drew Carey Show\" as this character's mother", "value": "$500", - "answer": "Mimi\\'s mother", + "answer": "Mimi's mother", "round": "Jeopardy!", "show_number": "3169", "fullAnswer": "Mimi\\'s mother" @@ -785484,7 +744484,7 @@ "air_date": "1998-03-18", "question": "I'm named for the Roman Emperor who visited Britain around 121 but didn't stick around to see me built", "value": "$500", - "answer": "Hadrian\\'s Wall", + "answer": "Hadrian's Wall", "round": "Jeopardy!", "show_number": "3128", "fullAnswer": "Hadrian\\'s Wall" @@ -785544,7 +744544,7 @@ "air_date": "1998-03-18", "question": "In a \"SNL\" spoof of this kids' show Eddie Murphy said, \"Ooo, look, boys & girls, an eviction notice\"", "value": "$200", - "answer": "Mr. Rogers\\' Neighborhood", + "answer": "Mr. Rogers' Neighborhood", "round": "Double Jeopardy!", "show_number": "3128", "fullAnswer": "Mr. Rogers\\' Neighborhood" @@ -785719,22 +744719,12 @@ "show_number": "3128", "fullAnswer": "\"to thine own self be true\"" }, - { - "category": "\"M\" TV", - "air_date": "1998-03-18", - "question": "Debuting in 1947, and now hosted by the man seen here, it's network televsion's oldest program", - "value": "$800", - "answer": "Meet the Press", - "round": "Double Jeopardy!", - "show_number": "3128", - "fullAnswer": "Meet the Press" - }, { "category": "BEFORE & AFTER", "air_date": "1998-03-18", "question": "Famous lingerie store's hidden nuclear warhead", "value": "$800", - "answer": "Victoria\\'s Secret Weapon", + "answer": "Victoria's Secret Weapon", "round": "Double Jeopardy!", "show_number": "3128", "fullAnswer": "Victoria\\'s Secret Weapon" @@ -786004,7 +744994,7 @@ "air_date": "2003-10-14", "question": "Sly & the Family Stone:
\"It's a Family of Bears\"", "value": "$800", - "answer": "It\\'s a Family Affair", + "answer": "It's a Family Affair", "round": "Jeopardy!", "show_number": "4392", "fullAnswer": "\"It\\'s a Family Affair\"" @@ -786184,7 +745174,7 @@ "air_date": "2003-10-14", "question": "Sir William Walton's \"Orb and Sceptre\", a march for this event, premiered in Westminster Abbey June 2, 1953", "value": "$800", - "answer": "Queen Elizabeth II\\'s coronation", + "answer": "Queen Elizabeth II's coronation", "round": "Double Jeopardy!", "show_number": "4392", "fullAnswer": "Queen Elizabeth II\\'s coronation" @@ -786474,7 +745464,7 @@ "air_date": "1997-12-29", "question": "Ringo's Renaults & Rolls-Royces", "value": "$100", - "answer": "Starr\\'s cars", + "answer": "Starr's cars", "round": "Jeopardy!", "show_number": "3071", "fullAnswer": "Starr\\'s cars" @@ -786534,7 +745524,7 @@ "air_date": "1997-12-29", "question": "Hirsch's beers", "value": "$200", - "answer": "Judd\\'s suds/Buds", + "answer": "Judd's suds/Buds", "round": "Jeopardy!", "show_number": "3071", "fullAnswer": "Judd\\'s suds/Buds" @@ -786594,7 +745584,7 @@ "air_date": "1997-12-29", "question": "Sharon's sultry sighs", "value": "$300", - "answer": "Stone\\'s groans/moans", + "answer": "Stone's groans/moans", "round": "Jeopardy!", "show_number": "3071", "fullAnswer": "Stone\\'s groans/moans" @@ -786654,7 +745644,7 @@ "air_date": "1997-12-29", "question": "O'Donnell's teapot covers", "value": "$400", - "answer": "Rosie\\'s cozies", + "answer": "Rosie's cozies", "round": "Jeopardy!", "show_number": "3071", "fullAnswer": "Rosie\\'s cozies" @@ -786714,7 +745704,7 @@ "air_date": "1997-12-29", "question": "Tom's contusions", "value": "$500", - "answer": "Cruise\\'s bruises", + "answer": "Cruise's bruises", "round": "Jeopardy!", "show_number": "3071", "fullAnswer": "Cruise\\'s bruises" @@ -786929,16 +745919,6 @@ "show_number": "3071", "fullAnswer": "the Continental Congress" }, - { - "category": "FUN WITH DICK & JANE", - "air_date": "1997-12-29", - "question": "The 2 actors seen here, they both played the same role on TV:

[Darrin Stephens]", - "value": "$3,000", - "answer": "Dick Sargent & Dick York", - "round": "Double Jeopardy!", - "show_number": "3071", - "fullAnswer": "Dick Sargent & Dick York" - }, { "category": "COMPOSERS", "air_date": "1997-12-29", @@ -787359,16 +746339,6 @@ "show_number": "5926", "fullAnswer": "a zebra" }, - { - "category": "THIS IS A BUST!", - "air_date": "2010-05-24", - "question": "Seen here are busts of the founders of this British luxury car company", - "value": "$400", - "answer": "Rolls-Royce", - "round": "Double Jeopardy!", - "show_number": "5926", - "fullAnswer": "Rolls-Royce" - }, { "category": "TOOL WORDS & PHRASES", "air_date": "2010-05-24", @@ -787459,16 +746429,6 @@ "show_number": "5926", "fullAnswer": "A Beautiful Mind" }, - { - "category": "THIS IS A BUST!", - "air_date": "2010-05-24", - "question": "He's the Caesarest of Caesars seen here", - "value": "$1200", - "answer": "Augustus", - "round": "Double Jeopardy!", - "show_number": "5926", - "fullAnswer": "Augustus" - }, { "category": "TOOL WORDS & PHRASES", "air_date": "2010-05-24", @@ -787559,26 +746519,6 @@ "show_number": "5926", "fullAnswer": "My Brilliant Career" }, - { - "category": "THIS IS A BUST!", - "air_date": "2010-05-24", - "question": "The sun shines on the Quebec City bust of this French king", - "value": "$2000", - "answer": "Louis XIV", - "round": "Double Jeopardy!", - "show_number": "5926", - "fullAnswer": "Louis XIV" - }, - { - "category": "TOOL WORDS & PHRASES", - "air_date": "2010-05-24", - "question": "(Kelly of the Clue Crew reports from Pacific Research Labs, aka orthopedic model maker Sawbones.) This foot shows normal anatomy; if tight shoes bend the little piggies, the result can be this condition, whose symptoms include corns, calluses & pain", - "value": "$2000", - "answer": "hammertoe", - "round": "Double Jeopardy!", - "show_number": "5926", - "fullAnswer": "hammertoe" - }, { "category": "AMERICAN CITIES", "air_date": "2010-05-24", @@ -787719,16 +746659,6 @@ "show_number": "5567", "fullAnswer": "Wisconsin" }, - { - "category": "IN TOON", - "air_date": "2008-11-18", - "question": "Seen here is this movie about penguins who don't sing or dance", - "value": "$600", - "answer": "Surf\\'s Up", - "round": "Jeopardy!", - "show_number": "5567", - "fullAnswer": "Surf\\'s Up" - }, { "category": "THE MAGNA CARTA", "air_date": "2008-11-18", @@ -787749,16 +746679,6 @@ "show_number": "5567", "fullAnswer": "Roar" }, - { - "category": "VIDEO GAMING", - "air_date": "2008-11-18", - "question": "Use a device that creates doors in the unlikeliest of places in this futuristic game from Valve", - "value": "$600", - "answer": "Portal", - "round": "Jeopardy!", - "show_number": "5567", - "fullAnswer": "Portal" - }, { "category": "COMMON BONDS", "air_date": "2008-11-18", @@ -788009,16 +746929,6 @@ "show_number": "5567", "fullAnswer": "a kumquat" }, - { - "category": "YOU'RE HISTORY!", - "air_date": "2008-11-18", - "question": "(Jimmy of the Clue Crew delivers the clue from Mount Vernon.) This is where Washington planned for this 1781 battle, one of the most skillful military operations in history", - "value": "$1200", - "answer": "Yorktown", - "round": "Double Jeopardy!", - "show_number": "5567", - "fullAnswer": "Yorktown" - }, { "category": "THE WORLD OF SPORTS", "air_date": "2008-11-18", @@ -788089,22 +746999,12 @@ "show_number": "5567", "fullAnswer": "polo" }, - { - "category": "INFESTED WITH INSECTS", - "air_date": "2008-11-18", - "question": "One of Japan's most complex kites is the mukade-dako, formed of jointed sections to look like this insect", - "value": "$1600", - "answer": "centipede", - "round": "Double Jeopardy!", - "show_number": "5567", - "fullAnswer": "a centipede" - }, { "category": "IT HAPPENS ONCE A YEAR", "air_date": "2008-11-18", "question": "Look for the Ancient Order of Hibernians in this parade that has marched up 5th Ave. every year since 1762", "value": "$1600", - "answer": "St. Patrick\\'s Day Parade", + "answer": "St. Patrick's Day Parade", "round": "Double Jeopardy!", "show_number": "5567", "fullAnswer": "the St. Patrick\\'s Day Parade" @@ -788149,16 +747049,6 @@ "show_number": "5567", "fullAnswer": "skiing" }, - { - "category": "INFESTED WITH INSECTS", - "air_date": "2008-11-18", - "question": "Seen here on cotton, it can be a threat to crops in the southern United States", - "value": "$2000", - "answer": "boll weevil", - "round": "Double Jeopardy!", - "show_number": "5567", - "fullAnswer": "the boll weevil" - }, { "category": "IT HAPPENS ONCE A YEAR", "air_date": "2008-11-18", @@ -788259,16 +747149,6 @@ "show_number": "6271", "fullAnswer": "light years" }, - { - "category": "DOCTOR, LAWYER, NATIVE AMERICAN LEADER", - "air_date": "2011-12-19", - "question": "Seen here, the monument of this Lakota Indian is in the Black Hills of South Dakota", - "value": "$400", - "answer": "Crazy Horse", - "round": "Jeopardy!", - "show_number": "6271", - "fullAnswer": "Crazy Horse" - }, { "category": "I BELIEVE WEBSTER'S DEFINES IT AS...", "air_date": "2011-12-19", @@ -788509,16 +747389,6 @@ "show_number": "6271", "fullAnswer": "Lift" }, - { - "category": "ACTRESSES", - "air_date": "2011-12-19", - "question": "(Glenn Close delivers the clue.) Michael Douglas tried to strangle & drown me but it still took a bullet to take me out in this 1987 thriller; Rasputin's got nothing on me", - "value": "$400", - "answer": "Fatal Attraction", - "round": "Double Jeopardy!", - "show_number": "6271", - "fullAnswer": "Fatal Attraction" - }, { "category": "GOING \"GREEN\"", "air_date": "2011-12-19", @@ -788549,16 +747419,6 @@ "show_number": "6271", "fullAnswer": "the core" }, - { - "category": "CHRISTMASTIME IN NEW YORK", - "air_date": "2011-12-19", - "question": "(Jimmy of the Clue Crew presents the clue from New York City.) It may not be crowded right now, but come New Year's Eve, there'll be more revelers gathered in this festive New York City location where the ball has dropped for more than 100 years", - "value": "$400", - "answer": "Times Square", - "round": "Double Jeopardy!", - "show_number": "6271", - "fullAnswer": "Times Square" - }, { "category": "FACE BOOKS", "air_date": "2011-12-19", @@ -788609,16 +747469,6 @@ "show_number": "6271", "fullAnswer": "an elliptical" }, - { - "category": "CHRISTMASTIME IN NEW YORK", - "air_date": "2011-12-19", - "question": "(Jimmy of the Clue Crew presents the clue from New York City.) Take someone special to Radio City Music Hall's Christmas spectacular to see a lineup of 36 of these performers", - "value": "$800", - "answer": "Rockettes", - "round": "Double Jeopardy!", - "show_number": "6271", - "fullAnswer": "the Rockettes" - }, { "category": "FACE BOOKS", "air_date": "2011-12-19", @@ -788669,16 +747519,6 @@ "show_number": "6271", "fullAnswer": "curves" }, - { - "category": "CHRISTMASTIME IN NEW YORK", - "air_date": "2011-12-19", - "question": "(Sarah of the Clue Crew presents the clue from New York City.) Fight the crowds on this famous avenue for quality gifts from the likes of Tiffany, Bergdorf Goodman, & Louis Vuitton", - "value": "$1200", - "answer": "5th Avenue", - "round": "Double Jeopardy!", - "show_number": "6271", - "fullAnswer": "5th Avenue" - }, { "category": "FACE BOOKS", "air_date": "2011-12-19", @@ -788719,26 +747559,6 @@ "show_number": "6271", "fullAnswer": "Greece" }, - { - "category": "EXERCISE & FITNESS", - "air_date": "2011-12-19", - "question": "You have to be careful swinging around this hefty piece of equipment that's gained popularity recently", - "value": "$1600", - "answer": "kettlebell", - "round": "Double Jeopardy!", - "show_number": "6271", - "fullAnswer": "a kettlebell" - }, - { - "category": "CHRISTMASTIME IN NEW YORK", - "air_date": "2011-12-19", - "question": "(Sarah of the Clue Crew presents the clue from New York City.) Here's a Christmas cocktail that's sure to warm your heart: made with melon-flavored Midori liqueur, it's named for this Dr. Seuss character", - "value": "$1600", - "answer": "Grinch", - "round": "Double Jeopardy!", - "show_number": "6271", - "fullAnswer": "the Grinch" - }, { "category": "FACE BOOKS", "air_date": "2011-12-19", @@ -788749,16 +747569,6 @@ "show_number": "6271", "fullAnswer": "Anatolia" }, - { - "category": "ACTRESSES", - "air_date": "2011-12-19", - "question": "A star for decades, she's seen here in the 1939 film \"Golden Boy\"", - "value": "$2000", - "answer": "Barbara Stanwyck", - "round": "Double Jeopardy!", - "show_number": "6271", - "fullAnswer": "Barbara Stanwyck" - }, { "category": "GOING \"GREEN\"", "air_date": "2011-12-19", @@ -788789,16 +747599,6 @@ "show_number": "6271", "fullAnswer": "Zumba" }, - { - "category": "CHRISTMASTIME IN NEW YORK", - "air_date": "2011-12-19", - "question": "(Jimmy of the Clue Crew presents the clue from New York City.) Gingerbread men & handmade ornaments are but a few of the items offered at the holiday market at this famous circle named for an Italian explorer", - "value": "$5,000", - "answer": "Columbus Circle", - "round": "Double Jeopardy!", - "show_number": "6271", - "fullAnswer": "Columbus Circle" - }, { "category": "FAMOUS BUILDINGS", "air_date": "2011-12-19", @@ -788844,21 +747644,11 @@ "air_date": "1997-11-04", "question": "Teens love this company's famous peanut butter cups to \"pieces\"", "value": "$100", - "answer": "Reese\\'s", + "answer": "Reese's", "round": "Jeopardy!", "show_number": "3032", "fullAnswer": "Reese\\'s" }, - { - "category": "CYBER LIFE", - "air_date": "1997-11-04", - "question": "(\"Cyber Lucy\" reads the clue.) It's a little picture on your screen to click, or an idol to millions, like me", - "value": "$100", - "answer": "icon", - "round": "Jeopardy!", - "show_number": "3032", - "fullAnswer": "an icon" - }, { "category": "DIRTY 4-LETTER WORDS", "air_date": "1997-11-04", @@ -789069,16 +747859,6 @@ "show_number": "3032", "fullAnswer": "photojournalist" }, - { - "category": "SCIENCE CLASS", - "air_date": "1997-11-04", - "question": "2-word phrase for the property that allows the effect seen here:", - "value": "$1,100", - "answer": "surface tension", - "round": "Jeopardy!", - "show_number": "3032", - "fullAnswer": "surface tension" - }, { "category": "TEEN CUISINE", "air_date": "1997-11-04", @@ -789259,16 +748039,6 @@ "show_number": "3032", "fullAnswer": "E" }, - { - "category": "SCHWARZENEGGER FILMS", - "air_date": "1997-11-04", - "question": "In 1993 Arnold was Jack Slater, the title idol of the boy seen in this film:", - "value": "$1,000", - "answer": "Last Action Hero", - "round": "Double Jeopardy!", - "show_number": "3032", - "fullAnswer": "Last Action Hero" - }, { "category": "THE CHESS CLUB", "air_date": "1997-11-04", @@ -790029,16 +748799,6 @@ "show_number": "5314", "fullAnswer": "Cleopatra" }, - { - "category": "LEONARD MALTIN'S FAVORITE FILMS", - "air_date": "2007-10-18", - "question": "(Leonard Maltin reads the clue.) This WWII classic set in war-torn Morocco is my candidate for the best Hollywood movie of all time", - "value": "$200", - "answer": "Casablanca", - "round": "Jeopardy!", - "show_number": "5314", - "fullAnswer": "Casablanca" - }, { "category": "FAMILY MATTERS", "air_date": "2007-10-18", @@ -790049,16 +748809,6 @@ "show_number": "5314", "fullAnswer": "brother-in-law" }, - { - "category": "POLITICOS BY STATE", - "air_date": "2007-10-18", - "question": "Dick Durbin and the guy seen here are this state's senators", - "value": "$200", - "answer": "Illinois", - "round": "Jeopardy!", - "show_number": "5314", - "fullAnswer": "Illinois" - }, { "category": "AM I YOUR TYPE?", "air_date": "2007-10-18", @@ -790089,16 +748839,6 @@ "show_number": "5314", "fullAnswer": "Shylock" }, - { - "category": "LEONARD MALTIN'S FAVORITE FILMS", - "air_date": "2007-10-18", - "question": "(Leonard Maltin reads the clue.) This Scorsese film is a compelling look at a boxer whose leading opponent outside the ring was always himself", - "value": "$400", - "answer": "Raging Bull", - "round": "Jeopardy!", - "show_number": "5314", - "fullAnswer": "Raging Bull" - }, { "category": "FAMILY MATTERS", "air_date": "2007-10-18", @@ -790109,16 +748849,6 @@ "show_number": "5314", "fullAnswer": "removed" }, - { - "category": "POLITICOS BY STATE", - "air_date": "2007-10-18", - "question": "Seen here, the former governor of this state comes from a family of politicos", - "value": "$400", - "answer": "Florida", - "round": "Jeopardy!", - "show_number": "5314", - "fullAnswer": "Florida" - }, { "category": "AM I YOUR TYPE?", "air_date": "2007-10-18", @@ -790149,16 +748879,6 @@ "show_number": "5314", "fullAnswer": "Macbeth" }, - { - "category": "LEONARD MALTIN'S FAVORITE FILMS", - "air_date": "2007-10-18", - "question": "(Leonard Maltin reads the clue.) A story that was originally written as a Christmas card became the basis for this beloved James Stewart classic", - "value": "$600", - "answer": "It\\'s A Wonderful Life", - "round": "Jeopardy!", - "show_number": "5314", - "fullAnswer": "It\\'s A Wonderful Life" - }, { "category": "FAMILY MATTERS", "air_date": "2007-10-18", @@ -790169,16 +748889,6 @@ "show_number": "5314", "fullAnswer": "great-uncle" }, - { - "category": "POLITICOS BY STATE", - "air_date": "2007-10-18", - "question": "Born in Baltimore, the gal seen here serves this state as Speaker of the House of Representatives", - "value": "$600", - "answer": "California", - "round": "Jeopardy!", - "show_number": "5314", - "fullAnswer": "California" - }, { "category": "AM I YOUR TYPE?", "air_date": "2007-10-18", @@ -790209,16 +748919,6 @@ "show_number": "5314", "fullAnswer": "Henry VIII" }, - { - "category": "LEONARD MALTIN'S FAVORITE FILMS", - "air_date": "2007-10-18", - "question": "(Leonard Maltin reads the clue.) David Lean's 1946 British film of this Dickens tale is a real \"Pip\", & the opening graveyard sequence is a gem", - "value": "$800", - "answer": "Great Expectations", - "round": "Jeopardy!", - "show_number": "5314", - "fullAnswer": "Great Expectations" - }, { "category": "FAMILY MATTERS", "air_date": "2007-10-18", @@ -790229,16 +748929,6 @@ "show_number": "5314", "fullAnswer": "nephew" }, - { - "category": "POLITICOS BY STATE", - "air_date": "2007-10-18", - "question": "The gubernatorial victory by the woman seen here was the first for a woman in this state since Ma Ferguson in 1924", - "value": "$800", - "answer": "Texas", - "round": "Jeopardy!", - "show_number": "5314", - "fullAnswer": "Texas" - }, { "category": "AM I YOUR TYPE?", "air_date": "2007-10-18", @@ -790269,16 +748959,6 @@ "show_number": "5314", "fullAnswer": "As You Like It" }, - { - "category": "LEONARD MALTIN'S FAVORITE FILMS", - "air_date": "2007-10-18", - "question": "(Leonard Maltin reads the clue.) Debbie Reynolds was a teenager when she tapped up a storm in this 1952 film, perhaps the best movie musical ever made", - "value": "$1000", - "answer": "Singin\\' In The Rain", - "round": "Jeopardy!", - "show_number": "5314", - "fullAnswer": "Singin\\' In The Rain" - }, { "category": "FAMILY MATTERS", "air_date": "2007-10-18", @@ -790289,16 +748969,6 @@ "show_number": "5314", "fullAnswer": "ten" }, - { - "category": "POLITICOS BY STATE", - "air_date": "2007-10-18", - "question": "The senator seen here serves this state and is part of the Finance & Judiciary Committees", - "value": "$1000", - "answer": "Utah", - "round": "Jeopardy!", - "show_number": "5314", - "fullAnswer": "Utah" - }, { "category": "AM I YOUR TYPE?", "air_date": "2007-10-18", @@ -790379,16 +749049,6 @@ "show_number": "5314", "fullAnswer": "25 years" }, - { - "category": "QUAY TO THE CITY", - "air_date": "2007-10-18", - "question": "Circular Quay is a hub of transportation & tourism in this city", - "value": "$800", - "answer": "Sydney", - "round": "Double Jeopardy!", - "show_number": "5314", - "fullAnswer": "Sydney" - }, { "category": "THINK FAST", "air_date": "2007-10-18", @@ -790684,7 +749344,7 @@ "air_date": "1998-06-30", "question": "Because of his scandalous life, Byron was refused burial here, among other literary lions", "value": "$200", - "answer": "Poets\\' Corner at Westminster Abbey", + "answer": "Poets' Corner at Westminster Abbey", "round": "Jeopardy!", "show_number": "3202", "fullAnswer": "Poets\\' Corner at Westminster Abbey" @@ -790874,7 +749534,7 @@ "air_date": "1998-06-30", "question": "This No. 1 pop hit by the 4 Seasons also spent 3 weeks at the top of the R&B charts -- \"Silly girl\"", "value": "$500", - "answer": "Big Girls Don\\'t Cry", + "answer": "Big Girls Don't Cry", "round": "Jeopardy!", "show_number": "3202", "fullAnswer": "\"Big Girls Don\\'t Cry\"" @@ -791439,16 +750099,6 @@ "show_number": "5225", "fullAnswer": "Dune" }, - { - "category": "REEF MADNESS", - "air_date": "2007-05-04", - "question": "There's a fungus among us with this type of coral seen here", - "value": "$1000", - "answer": "mushroom coral", - "round": "Jeopardy!", - "show_number": "5225", - "fullAnswer": "mushroom coral" - }, { "category": "WHIRLED CAPITALS", "air_date": "2007-05-04", @@ -791609,16 +750259,6 @@ "show_number": "5225", "fullAnswer": "Hector" }, - { - "category": "PHYSICS", - "air_date": "2007-05-04", - "question": "(Sarah of the Clue Crew performs an experiment.) I'll put a coin in the bowl, but you won't be able to see it until I pour in water, which causes this, from the Latin for \"to break\"", - "value": "$2,500", - "answer": "refraction", - "round": "Double Jeopardy!", - "show_number": "5225", - "fullAnswer": "refraction" - }, { "category": "FIRST NAMES", "air_date": "2007-05-04", @@ -791649,26 +750289,6 @@ "show_number": "5225", "fullAnswer": "bride & brie" }, - { - "category": "BIG MEN ON CAMPUS", - "air_date": "2007-05-04", - "question": "(Jon of the Clue Crew reports from a college campus.) Luckily, spelling the name of this school's Coach Krzyzewski isn't a requirement for admission", - "value": "$1200", - "answer": "Duke", - "round": "Double Jeopardy!", - "show_number": "5225", - "fullAnswer": "Duke" - }, - { - "category": "FAMOUS TROJANS", - "air_date": "2007-05-04", - "question": "Seen here is Achilles slaying Penthesilea, queen of these warriors who fought for the Trojans", - "value": "$1200", - "answer": "Amazons", - "round": "Double Jeopardy!", - "show_number": "5225", - "fullAnswer": "the Amazons" - }, { "category": "PHYSICS", "air_date": "2007-05-04", @@ -791779,16 +750399,6 @@ "show_number": "5225", "fullAnswer": "Pierre Elliott Trudeau" }, - { - "category": "FAMOUS TROJANS", - "air_date": "2007-05-04", - "question": "The rose seen here shares its name with this Trojan woman, who deserted her lover for Diomedes", - "value": "$2000", - "answer": "Cressida", - "round": "Double Jeopardy!", - "show_number": "5225", - "fullAnswer": "Cressida" - }, { "category": "FRENCH ARTISTS", "air_date": "2007-05-04", @@ -791849,36 +750459,6 @@ "show_number": "3885", "fullAnswer": "all roads lead to Rome" }, - { - "category": "JEOPARDY! PLACE", - "air_date": "2001-06-22", - "question": "(Johnny Gilbert reads.) Teri was seen at the airport by Misou, who was on her way to a shoot in this capital of Iran", - "value": "$100", - "answer": "Tehran", - "round": "Jeopardy!", - "show_number": "3885", - "fullAnswer": "Tehran" - }, - { - "category": "EUROPEAN GEOGRAPHY", - "air_date": "2001-06-22", - "question": "This high point seen here has long peaked the interest of climbers", - "value": "$200", - "answer": "Matterhorn", - "round": "Jeopardy!", - "show_number": "3885", - "fullAnswer": "the Matterhorn" - }, - { - "category": "ANIMALS OF BASEBALL", - "air_date": "2001-06-22", - "question": "Bulldog of the mound seen here", - "value": "$200", - "answer": "Orel Hershiser", - "round": "Jeopardy!", - "show_number": "3885", - "fullAnswer": "Orel Hershiser" - }, { "category": "HAPPY, SLAPPY OR PAPPY", "air_date": "2001-06-22", @@ -791904,21 +750484,11 @@ "air_date": "2001-06-22", "question": "It's impossible to instruct elderly canines in modern skills", "value": "$200", - "answer": "you can\\'t teach an old dog a new trick", + "answer": "you can't teach an old dog a new trick", "round": "Jeopardy!", "show_number": "3885", "fullAnswer": "you can\\'t teach an old dog a new trick" }, - { - "category": "JEOPARDY! PLACE", - "air_date": "2001-06-22", - "question": "(Johnny Gilbert reads.) Drake revealing Emily didn't kill Carson, got her out of jail in time to see this team win the 2000 World Series", - "value": "$200", - "answer": "New York Yankees", - "round": "Jeopardy!", - "show_number": "3885", - "fullAnswer": "the New York Yankees" - }, { "category": "EUROPEAN GEOGRAPHY", "air_date": "2001-06-22", @@ -792069,16 +750639,6 @@ "show_number": "3885", "fullAnswer": "old soldiers never die, they just fade away" }, - { - "category": "JEOPARDY! PLACE", - "air_date": "2001-06-22", - "question": "(Johnny Gilbert reads.) While Benny's out, Carson cuts his bindings with one of these knives that attach to the front of a rifle", - "value": "$500", - "answer": "bayonet", - "round": "Jeopardy!", - "show_number": "3885", - "fullAnswer": "a bayonet" - }, { "category": "CONSTELLATIONS", "air_date": "2001-06-22", @@ -792109,16 +750669,6 @@ "show_number": "3885", "fullAnswer": "Socks" }, - { - "category": "NOTORIOUS", - "air_date": "2001-06-22", - "question": "In the late '60s this man's “family” lived for a time on the Spahn Movie Ranch near Los Angeles", - "value": "$200", - "answer": "Charles Manson", - "round": "Double Jeopardy!", - "show_number": "3885", - "fullAnswer": "Charles Manson" - }, { "category": "SECRETARIES OF DEFENSE", "air_date": "2001-06-22", @@ -792169,16 +750719,6 @@ "show_number": "3885", "fullAnswer": "The Cat in the Hat Comes Back" }, - { - "category": "NOTORIOUS", - "air_date": "2001-06-22", - "question": "Despite numerous coup attempts & the actions of several presidents, he's been in power since 1979", - "value": "$400", - "answer": "Saddam Hussein", - "round": "Double Jeopardy!", - "show_number": "3885", - "fullAnswer": "Saddam Hussein" - }, { "category": "“WH”AT IS IT?", "air_date": "2001-06-22", @@ -792219,16 +750759,6 @@ "show_number": "3885", "fullAnswer": "The Incredible Journey" }, - { - "category": "NOTORIOUS", - "air_date": "2001-06-22", - "question": "These brothers were convicted of killing their Beverly Hills parents in 1996", - "value": "$600", - "answer": "Lyle & Eric Menendez", - "round": "Double Jeopardy!", - "show_number": "3885", - "fullAnswer": "Lyle & Eric Menendez" - }, { "category": "SECRETARIES OF DEFENSE", "air_date": "2001-06-22", @@ -792279,16 +750809,6 @@ "show_number": "3885", "fullAnswer": "(James) Herriot" }, - { - "category": "NOTORIOUS", - "air_date": "2001-06-22", - "question": "This millionaire & alleged terrorist leader seen here is on the FBI's 10 Most Wanted List", - "value": "$800", - "answer": "Osama Bin Laden", - "round": "Double Jeopardy!", - "show_number": "3885", - "fullAnswer": "Osama Bin Laden" - }, { "category": "SECRETARIES OF DEFENSE", "air_date": "2001-06-22", @@ -792339,16 +750859,6 @@ "show_number": "3885", "fullAnswer": "Macavity" }, - { - "category": "NOTORIOUS", - "air_date": "2001-06-22", - "question": "German-born carpenter & convicted kidnapper seen here", - "value": "$1000", - "answer": "Bruno Richard Hauptmann", - "round": "Double Jeopardy!", - "show_number": "3885", - "fullAnswer": "Bruno Richard Hauptmann" - }, { "category": "“WH”AT IS IT?", "air_date": "2001-06-22", @@ -792364,7 +750874,7 @@ "air_date": "2001-06-22", "question": "The president of this social club founded by New York City entertainers in 1904 is called the Abbot", "value": null, - "answer": "Friars\\' Club", + "answer": "Friars' Club", "round": "Final Jeopardy!", "show_number": "3885", "fullAnswer": "Friars\\' Club" @@ -792514,7 +751024,7 @@ "air_date": "2007-04-20", "question": "This phrase arose from a man who rented horses & gave customers one \"pick\", the horse nearest the stable door", "value": "$600", - "answer": "Hobson\\'s choice", + "answer": "Hobson's choice", "round": "Jeopardy!", "show_number": "5215", "fullAnswer": "Hobson\\'s choice" @@ -792559,16 +751069,6 @@ "show_number": "5215", "fullAnswer": "Lamentations" }, - { - "category": "THE SPORTING LIFE", - "air_date": "2007-04-20", - "question": "(Hi, I'm Keith Olbermann.) This heavyweight boxing champ was adopted by Cus D'Amato, & since my uncle wed Cus' niece, that makes him my cousin", - "value": "$800", - "answer": "Mike Tyson", - "round": "Jeopardy!", - "show_number": "5215", - "fullAnswer": "Mike Tyson" - }, { "category": "WORD & PHRASE ORIGINS", "air_date": "2007-04-20", @@ -792649,16 +751149,6 @@ "show_number": "5215", "fullAnswer": "Indiana" }, - { - "category": "JAVA, THE HUT", - "air_date": "2007-04-20", - "question": "After World War II, Paris's Cafe de Flore became awash with tourists hoping to find this man pondering the purpose of being", - "value": "$1000", - "answer": "Sartre", - "round": "Jeopardy!", - "show_number": "5215", - "fullAnswer": "(Jean-Paul) Sartre" - }, { "category": "EXECUTIVE PERKS", "air_date": "2007-04-20", @@ -792789,16 +751279,6 @@ "show_number": "5215", "fullAnswer": "baccarat" }, - { - "category": "WILLIAM FAULKNER", - "air_date": "2007-04-20", - "question": "(Jon of the Clue Crew delivers the clue from Rowan Oak in Oxford, Mississippi.) Speaking at the rededication of Faulkner's home, John Grisham said this 1929 book at first baffled him; guess he thought it was signifying nothing", - "value": "$1200", - "answer": "Sound and the Fury", - "round": "Double Jeopardy!", - "show_number": "5215", - "fullAnswer": "The Sound and the Fury" - }, { "category": "HARD STUPID ANSWERS", "air_date": "2007-04-20", @@ -792849,16 +751329,6 @@ "show_number": "5215", "fullAnswer": "a caveat" }, - { - "category": "WILLIAM FAULKNER", - "air_date": "2007-04-20", - "question": "(Jon of the Clue Crew delivers the clue from Rowan Oak in Oxford, Mississippi.) \"The Town\" and \"The Mansion\" were written here in Rowan Oak, and were the final two pieces of this family's trilogy", - "value": "$1600", - "answer": "Snopes family", - "round": "Double Jeopardy!", - "show_number": "5215", - "fullAnswer": "the Snopes family" - }, { "category": "HARD STUPID ANSWERS", "air_date": "2007-04-20", @@ -792909,16 +751379,6 @@ "show_number": "5215", "fullAnswer": "a ziggurat" }, - { - "category": "WILLIAM FAULKNER", - "air_date": "2007-04-20", - "question": "(Cheryl of the Clue Crew delivers the clue from Rowan Oak in Oxford, Mississippi.)On the wall is Faulkner's handwritten plot outline for this 1954 novel set during World War I. Its title is a type of story", - "value": "$2000", - "answer": "Fable", - "round": "Double Jeopardy!", - "show_number": "5215", - "fullAnswer": "Fable" - }, { "category": "HARD STUPID ANSWERS", "air_date": "2007-04-20", @@ -792969,16 +751429,6 @@ "show_number": "5215", "fullAnswer": "Muscat" }, - { - "category": "O CANADA", - "air_date": "2007-04-20", - "question": "The unusual flag of this Canadian province is seen here", - "value": null, - "answer": "Prince Edward Island", - "round": "Final Jeopardy!", - "show_number": "5215", - "fullAnswer": "Prince Edward Island" - }, { "category": "COLONIAL AMERICA", "air_date": "1990-02-14", @@ -793044,7 +751494,7 @@ "air_date": "1990-02-14", "question": "1732 saw the birth of Washington & this almanack's first issue", "value": "$200", - "answer": "Poor Richard\\'s Almanack", + "answer": "Poor Richard's Almanack", "round": "Jeopardy!", "show_number": "1263", "fullAnswer": "Poor Richard\\'s Almanack" @@ -793069,16 +751519,6 @@ "show_number": "1263", "fullAnswer": "worms" }, - { - "category": "CLASSICAL MUSIC", - "air_date": "1990-02-14", - "question": "Composer of the 18th c. work that includes the following:", - "value": "$500", - "answer": "George Frideric Handel ", - "round": "Jeopardy!", - "show_number": "1263", - "fullAnswer": "George Frideric Handel (\"Hallelujah Chorus\" from The Messiah)" - }, { "category": "COLLEGE TRIVIA", "air_date": "1990-02-14", @@ -793554,7 +751994,7 @@ "air_date": "1990-02-14", "question": "In 1910 it could be seen with the naked eye; in 1911 a telescope was necessary; by 1912 it was gone", "value": null, - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Final Jeopardy!", "show_number": "1263", "fullAnswer": "Halley\\'s Comet" @@ -793679,16 +752119,6 @@ "show_number": "6199", "fullAnswer": "a foil" }, - { - "category": "THE HUMAN BODY", - "air_date": "2011-07-21", - "question": "(Kelly of the Clue Crew demonstrates with a knife.) The paper clip moves because no matter how hard you try, you can't hold completely still because the cells of this type of tissue are always in alternating states of contraction & relaxation", - "value": "$600", - "answer": "muscle tissue", - "round": "Jeopardy!", - "show_number": "6199", - "fullAnswer": "muscle tissue" - }, { "category": "ACTRESSES' TRESSES", "air_date": "2011-07-21", @@ -793774,7 +752204,7 @@ "air_date": "2011-07-21", "question": "1959's Mary Ann Mobley played Maggie Drummond on this Gary Coleman sitcom", "value": "$800", - "answer": "Diff\\'rent Strokes", + "answer": "Diff'rent Strokes", "round": "Jeopardy!", "show_number": "6199", "fullAnswer": "Diff\\'rent Strokes" @@ -793999,16 +752429,6 @@ "show_number": "6199", "fullAnswer": "the (Philadelphia) 76ers" }, - { - "category": "BOURBON PLANNING", - "air_date": "2011-07-21", - "question": "Legend has it that this brand's founder took its name from a southern belle's corsage", - "value": "$1200", - "answer": "Four Roses", - "round": "Double Jeopardy!", - "show_number": "6199", - "fullAnswer": "Four Roses" - }, { "category": "NOVEL QUOTES", "air_date": "2011-07-21", @@ -794019,16 +752439,6 @@ "show_number": "6199", "fullAnswer": "Of Mice and Men" }, - { - "category": "MOUNTAINS", - "air_date": "2011-07-21", - "question": "Worn down by wind and rain, the mountains of this range that includes the Vesuvius are among the lowest in Europe", - "value": "$1200", - "answer": "Apennines", - "round": "Double Jeopardy!", - "show_number": "6199", - "fullAnswer": "the Apennines" - }, { "category": "SCOOBY'S RELATIVES?", "air_date": "2011-07-21", @@ -794249,16 +752659,6 @@ "show_number": "4230", "fullAnswer": "Uno" }, - { - "category": "I'M SUPERSTITIOUS!", - "air_date": "2003-01-10", - "question": "It's the lucky, mutant plant, seen here", - "value": "$400", - "answer": "four-leaf clover", - "round": "Jeopardy!", - "show_number": "4230", - "fullAnswer": "a four-leaf clover" - }, { "category": "AESOP A.S.A.P.", "air_date": "2003-01-10", @@ -794299,16 +752699,6 @@ "show_number": "4230", "fullAnswer": "the Himalayas" }, - { - "category": "TOYS & GAMES", - "air_date": "2003-01-10", - "question": "Harry, seen here, is one of these collectibles", - "value": "$600", - "answer": "Beanie Baby", - "round": "Jeopardy!", - "show_number": "4230", - "fullAnswer": "a Beanie Baby" - }, { "category": "I'M SUPERSTITIOUS!", "air_date": "2003-01-10", @@ -795114,7 +753504,7 @@ "air_date": "2004-05-20", "question": "You can forget breakfast, but you will find some exquisite jewelry at this NYC store at Fifth Avenue & 57th St.", "value": "$400", - "answer": "Tiffany\\'s", + "answer": "Tiffany's", "round": "Double Jeopardy!", "show_number": "4549", "fullAnswer": "Tiffany\\'s" @@ -795219,16 +753609,6 @@ "show_number": "4549", "fullAnswer": "Tommy Dorsey" }, - { - "category": "THE \"7\"-YEAR ITCH", - "air_date": "2004-05-20", - "question": "The newlyweds seen here were photographed in this year", - "value": "$1,500", - "answer": "1947", - "round": "Double Jeopardy!", - "show_number": "4549", - "fullAnswer": "1947" - }, { "category": "PLACES TO GO", "air_date": "2004-05-20", @@ -795289,16 +753669,6 @@ "show_number": "4549", "fullAnswer": "1927" }, - { - "category": "PLACES TO GO", - "air_date": "2004-05-20", - "question": "Not far from Burlington you can tour this company's factory that fashions products like the ones seen here", - "value": "$1600", - "answer": "Vermont Teddy Bear Company", - "round": "Double Jeopardy!", - "show_number": "4549", - "fullAnswer": "The Vermont Teddy Bear Company" - }, { "category": "THE CONSTELLATIONS", "air_date": "2004-05-20", @@ -795559,16 +753929,6 @@ "show_number": "5913", "fullAnswer": "kimchi" }, - { - "category": "\"V\" LIKE 7-LETTER WORDS", - "air_date": "2010-05-05", - "question": "You're like this scavenging bird seen here", - "value": "$600", - "answer": "vulture", - "round": "Jeopardy!", - "show_number": "5913", - "fullAnswer": "vulture" - }, { "category": "STATE THE STATE", "air_date": "2010-05-05", @@ -795719,16 +754079,6 @@ "show_number": "5913", "fullAnswer": "the giraffe" }, - { - "category": "WHAT ARE YOU, YELLOW?", - "air_date": "2010-05-05", - "question": "It wouldn't be Easter without these marshmallow treats", - "value": "$400", - "answer": "Peeps", - "round": "Double Jeopardy!", - "show_number": "5913", - "fullAnswer": "Peeps" - }, { "category": "MAYORS", "air_date": "2010-05-05", @@ -795779,16 +754129,6 @@ "show_number": "5913", "fullAnswer": "a lizard" }, - { - "category": "WHAT ARE YOU, YELLOW?", - "air_date": "2010-05-05", - "question": "The name of this flower seen here reflects its color & its shape", - "value": "$800", - "answer": "buttercup", - "round": "Double Jeopardy!", - "show_number": "5913", - "fullAnswer": "a buttercup" - }, { "category": "MAYORS", "air_date": "2010-05-05", @@ -795839,16 +754179,6 @@ "show_number": "5913", "fullAnswer": "aviary" }, - { - "category": "WHAT ARE YOU, YELLOW?", - "air_date": "2010-05-05", - "question": "In identifying the butterfly seen here, the name of this fierce animal comes before \"swallowtail\"", - "value": "$1200", - "answer": "tiger", - "round": "Double Jeopardy!", - "show_number": "5913", - "fullAnswer": "tiger" - }, { "category": "MAYORS", "air_date": "2010-05-05", @@ -795899,16 +754229,6 @@ "show_number": "5913", "fullAnswer": "monkey" }, - { - "category": "WHAT ARE YOU, YELLOW?", - "air_date": "2010-05-05", - "question": "Archaeologist & physician Harry Mera designed this state's flag", - "value": "$1600", - "answer": "New Mexico", - "round": "Double Jeopardy!", - "show_number": "5913", - "fullAnswer": "New Mexico" - }, { "category": "MAYORS", "air_date": "2010-05-05", @@ -795959,16 +754279,6 @@ "show_number": "5913", "fullAnswer": "bears" }, - { - "category": "WHAT ARE YOU, YELLOW?", - "air_date": "2010-05-05", - "question": "Seen here is the yellowtail type of this fish, not the familiar red type", - "value": "$2000", - "answer": "snapper", - "round": "Double Jeopardy!", - "show_number": "5913", - "fullAnswer": "the snapper" - }, { "category": "MAYORS", "air_date": "2010-05-05", @@ -796864,7 +755174,7 @@ "air_date": "2002-11-01", "question": "In 1991 Elton John re-recorded this song live with George Michael", "value": "$1000", - "answer": "Don\\'t Let the Sun Go Down on Me", + "answer": "Don't Let the Sun Go Down on Me", "round": "Jeopardy!", "show_number": "4180", "fullAnswer": "\"Don\\'t Let the Sun Go Down on Me\"" @@ -797104,7 +755414,7 @@ "air_date": "2002-11-01", "question": "\"Pelvis With Moon\"
(1943)", "value": "$1,600", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Double Jeopardy!", "show_number": "4180", "fullAnswer": "Georgia O\\'Keeffe" @@ -797249,16 +755559,6 @@ "show_number": "5252", "fullAnswer": "Susan" }, - { - "category": "LET'S CONSULT THE MAP", - "air_date": "2007-06-12", - "question": "(Cheryl of the Clue Crew displays a map on the monitor.) On this map, a star inside a circle represents these", - "value": "$200", - "answer": "capitals", - "round": "Jeopardy!", - "show_number": "5252", - "fullAnswer": "(national) capitals" - }, { "category": "TO BUILD A FLOWER", "air_date": "2007-06-12", @@ -797284,7 +755584,7 @@ "air_date": "2007-06-12", "question": "In this 1987 Bon Jovi song, \"Tommy used to work on the docks\" & \"Gina dreams of running away\"--now they're", "value": "$400", - "answer": "Livin\\' On A Prayer", + "answer": "Livin' On A Prayer", "round": "Jeopardy!", "show_number": "5252", "fullAnswer": "\"Livin\\' On A Prayer\"" @@ -797369,16 +755669,6 @@ "show_number": "5252", "fullAnswer": "Bertha" }, - { - "category": "LET'S CONSULT THE MAP", - "air_date": "2007-06-12", - "question": "(Sarah of the Clue Crew points out a map on the monitor.) On this map of Northwest Wyoming, dashed-line enclosures are used to designate national parks and these set-aside lands", - "value": "$600", - "answer": "Indian reservations", - "round": "Jeopardy!", - "show_number": "5252", - "fullAnswer": "Indian reservations" - }, { "category": "TO BUILD A FLOWER", "air_date": "2007-06-12", @@ -797489,16 +755779,6 @@ "show_number": "5252", "fullAnswer": "Betty" }, - { - "category": "LET'S CONSULT THE MAP", - "air_date": "2007-06-12", - "question": "(Cheryl of the Clue Crew shows a rectangular world map on the monitor.) Because areas far from the equator are enlarged, Greenland is bigger than South America in the 16th century system of projection named for this man", - "value": "$1000", - "answer": "Mercator", - "round": "Jeopardy!", - "show_number": "5252", - "fullAnswer": "Mercator" - }, { "category": "TO BUILD A FLOWER", "air_date": "2007-06-12", @@ -797759,16 +756039,6 @@ "show_number": "5252", "fullAnswer": "Herodotus" }, - { - "category": "AT THE BEGIN\"ING\"", - "air_date": "2007-06-12", - "question": "He's the Frenchman whose work is seen here", - "value": "$2000", - "answer": "Ingres", - "round": "Double Jeopardy!", - "show_number": "5252", - "fullAnswer": "(Jean Auguste Dominique) Ingres" - }, { "category": "GERMAN HISTORY", "air_date": "2007-06-12", @@ -798009,16 +756279,6 @@ "show_number": "5735", "fullAnswer": "Petit" }, - { - "category": "THE NIFTY 1930s", - "air_date": "2009-07-10", - "question": "(Jon of the Clue Crew reports from Tavern on the Green.) Tavern on the Green opened as a restaurant in 1934; this New York City mayor opened the door with a brass key & sampled the cuisine", - "value": "$800", - "answer": "LaGuardia", - "round": "Jeopardy!", - "show_number": "5735", - "fullAnswer": "LaGuardia" - }, { "category": "YOU NEED A DRINK", "air_date": "2009-07-10", @@ -798169,16 +756429,6 @@ "show_number": "5735", "fullAnswer": "a spin-off" }, - { - "category": "AROUND THE MEDITERRANEAN", - "air_date": "2009-07-10", - "question": "This large Italian island was once ruled by the House of Savoy", - "value": "$400", - "answer": "Sardinia", - "round": "Double Jeopardy!", - "show_number": "5735", - "fullAnswer": "Sardinia" - }, { "category": "NOVEL-TIES", "air_date": "2009-07-10", @@ -798229,16 +756479,6 @@ "show_number": "5735", "fullAnswer": "spin the bottle" }, - { - "category": "AROUND THE MEDITERRANEAN", - "air_date": "2009-07-10", - "question": "After World War I, France was given a League of Nations mandate over this country", - "value": "$800", - "answer": "Lebanon", - "round": "Double Jeopardy!", - "show_number": "5735", - "fullAnswer": "Lebanon" - }, { "category": "NOVEL-TIES", "air_date": "2009-07-10", @@ -798289,16 +756529,6 @@ "show_number": "5735", "fullAnswer": "a spinster" }, - { - "category": "AROUND THE MEDITERRANEAN", - "air_date": "2009-07-10", - "question": "In 1993, limited autonomy was granted to this coastal area that's home to 1.5 million people", - "value": "$1200", - "answer": "Gaza Strip", - "round": "Double Jeopardy!", - "show_number": "5735", - "fullAnswer": "the Gaza Strip" - }, { "category": "NOVEL-TIES", "air_date": "2009-07-10", @@ -798349,16 +756579,6 @@ "show_number": "5735", "fullAnswer": "a spinout" }, - { - "category": "AROUND THE MEDITERRANEAN", - "air_date": "2009-07-10", - "question": "Once part of the Roman Empire, this nation was part of the Ottoman Empire for 400 years", - "value": "$1,000", - "answer": "Albania", - "round": "Double Jeopardy!", - "show_number": "5735", - "fullAnswer": "Albania" - }, { "category": "NOVEL-TIES", "air_date": "2009-07-10", @@ -798409,16 +756629,6 @@ "show_number": "5735", "fullAnswer": "a spinnaker" }, - { - "category": "AROUND THE MEDITERRANEAN", - "air_date": "2009-07-10", - "question": "It's made up of three main islands & has a combined land area smaller than Philadelphia", - "value": "$2000", - "answer": "Malta", - "round": "Double Jeopardy!", - "show_number": "5735", - "fullAnswer": "Malta" - }, { "category": "THE CALENDAR", "air_date": "2009-07-10", @@ -798519,16 +756729,6 @@ "show_number": "4923", "fullAnswer": "Staten Island" }, - { - "category": "ALSO A BODY PART", - "air_date": "2006-01-25", - "question": "(Kelly of the Clue Crew takes apart a microphone.) A basic part of any microphone is this thin metal disk that vibrates in response to sound; it's also a body part", - "value": "$400", - "answer": "diaphragm", - "round": "Jeopardy!", - "show_number": "4923", - "fullAnswer": "diaphragm" - }, { "category": "BOOZE", "air_date": "2006-01-25", @@ -798544,7 +756744,7 @@ "air_date": "2006-01-25", "question": "Iron pyrite", "value": "$400", - "answer": "fool\\'s gold", + "answer": "fool's gold", "round": "Jeopardy!", "show_number": "4923", "fullAnswer": "fool\\'s gold" @@ -798699,16 +756899,6 @@ "show_number": "4923", "fullAnswer": "Manhattan" }, - { - "category": "ALSO A BODY PART", - "air_date": "2006-01-25", - "question": "(Cheryl of the Clue Crew holds a jacketless copy of Jane Austen's Persuasion.) To some, books are like people--maybe that's why some of their parts have names like head, spine & this part that connects the spine & cover", - "value": "$1000", - "answer": "joint", - "round": "Jeopardy!", - "show_number": "4923", - "fullAnswer": "the joint" - }, { "category": "BOOZE", "air_date": "2006-01-25", @@ -799444,7 +757634,7 @@ "air_date": "2004-03-09", "question": "(I'm Derek Fisher) One highlight of the Lakers' first game at Staples Center was my alley-oop pass to this big guy who scored 28 points", "value": "$800", - "answer": "Shaquille O\\'Neal", + "answer": "Shaquille O'Neal", "round": "Double Jeopardy!", "show_number": "4497", "fullAnswer": "Shaquille O\\'Neal" @@ -800224,7 +758414,7 @@ "air_date": "1996-12-11", "question": "AT&T says more collect calls are made on this holiday than on any other day of the year", "value": null, - "answer": "Father\\'s Day", + "answer": "Father's Day", "round": "Final Jeopardy!", "show_number": "2828", "fullAnswer": "Father\\'s Day" @@ -800379,26 +758569,6 @@ "show_number": "5723", "fullAnswer": "keys (on your computer keyboard)" }, - { - "category": "LOOK! UP IN THE SKY!", - "air_date": "2009-06-24", - "question": "It's seen here in a photo but is not meant to be seen on radar--that would defeat the purpose", - "value": "$600", - "answer": "B-2", - "round": "Jeopardy!", - "show_number": "5723", - "fullAnswer": "a B-2" - }, - { - "category": "SO YOU THINK YOU CAN FRANCE", - "air_date": "2009-06-24", - "question": "(Kelly of the Clue Crew reports from Mont St. Michel in France.) In 1811, this French emperor turned Mont Saint Michel's monastery into a prison; you can see why it'd be tough to escape", - "value": "$600", - "answer": "Napoléon", - "round": "Jeopardy!", - "show_number": "5723", - "fullAnswer": "Napoléon" - }, { "category": "\"BOT\" OF COURSE", "air_date": "2009-06-24", @@ -800974,7 +759144,7 @@ "air_date": "2010-01-05", "question": "This spinoff set in a bar was a continuation of \"All in the Family\" with the same main character", "value": "$600", - "answer": "Archie Bunker\\'s Place", + "answer": "Archie Bunker's Place", "round": "Jeopardy!", "show_number": "5827", "fullAnswer": "Archie Bunker\\'s Place" @@ -801229,16 +759399,6 @@ "show_number": "5827", "fullAnswer": "cheesecake" }, - { - "category": "HE'S \"R\" MAN", - "air_date": "2010-01-05", - "question": "This guy is seen here with his most famous invention", - "value": "$800", - "answer": "Rubik", - "round": "Double Jeopardy!", - "show_number": "5827", - "fullAnswer": "(Erno) Rubik" - }, { "category": "ON ____", "air_date": "2010-01-05", @@ -801289,16 +759449,6 @@ "show_number": "5827", "fullAnswer": "key lime" }, - { - "category": "HE'S \"R\" MAN", - "air_date": "2010-01-05", - "question": "(Kelly of the Clue Crew shows a cartouche on the monitor.) In the cartouche seen here, the circle stands for the sun god Ra, the pillar the city of Heliopolis, the three fox skins represent the letters \"M\" & \"S\" & the staff means ruler; together, they denote this pharaoh, ruler of Heliopolis", - "value": "$1200", - "answer": "Ramses", - "round": "Double Jeopardy!", - "show_number": "5827", - "fullAnswer": "Ramses" - }, { "category": "ON ____", "air_date": "2010-01-05", @@ -801439,16 +759589,6 @@ "show_number": "5827", "fullAnswer": "it was all white" }, - { - "category": "19th CENTURY FACES", - "air_date": "2006-12-28", - "question": "The life of this man has not been greatly exaggerated", - "value": "$200", - "answer": "Mark Twain ", - "round": "Jeopardy!", - "show_number": "5134", - "fullAnswer": "Mark Twain (Samuel Clemens)" - }, { "category": "ACTUAL MLB BROADCAST QUOTES", "air_date": "2006-12-28", @@ -801474,7 +759614,7 @@ "air_date": "2006-12-28", "question": "Long-suffering man's dressing gowns", "value": "$200", - "answer": "Job\\'s robes", + "answer": "Job's robes", "round": "Jeopardy!", "show_number": "5134", "fullAnswer": "Job\\'s robes" @@ -801499,16 +759639,6 @@ "show_number": "5134", "fullAnswer": "mannequin" }, - { - "category": "19th CENTURY FACES", - "air_date": "2006-12-28", - "question": "People went ape after his groundbreaking 1859 publication", - "value": "$400", - "answer": "Charles Darwin", - "round": "Jeopardy!", - "show_number": "5134", - "fullAnswer": "Charles Darwin" - }, { "category": "ACTUAL MLB BROADCAST QUOTES", "air_date": "2006-12-28", @@ -801534,7 +759664,7 @@ "air_date": "2006-12-28", "question": "First woman's minor annoyances", "value": "$400", - "answer": "Eve\\'s peeves", + "answer": "Eve's peeves", "round": "Jeopardy!", "show_number": "5134", "fullAnswer": "Eve\\'s peeves" @@ -801549,26 +759679,6 @@ "show_number": "5134", "fullAnswer": "Latvia" }, - { - "category": "WORD ORIGINS", - "air_date": "2006-12-28", - "question": "(Sarah of the Clue Crew helps with an image on a monitor.) The pair of Greek letters seen here inspired this eight-letter English word that's a cornerstone of the English language", - "value": "$2,000", - "answer": "alphabet", - "round": "Jeopardy!", - "show_number": "5134", - "fullAnswer": "alphabet" - }, - { - "category": "19th CENTURY FACES", - "air_date": "2006-12-28", - "question": "This American seen here might have left the light on for you", - "value": "$600", - "answer": "Thomas Edison", - "round": "Jeopardy!", - "show_number": "5134", - "fullAnswer": "Thomas Edison" - }, { "category": "ACTUAL MLB BROADCAST QUOTES", "air_date": "2006-12-28", @@ -801594,7 +759704,7 @@ "air_date": "2006-12-28", "question": "Naomi's daughter-in-law's tanning rooms", "value": "$600", - "answer": "Ruth\\'s booths", + "answer": "Ruth's booths", "round": "Jeopardy!", "show_number": "5134", "fullAnswer": "Ruth\\'s booths" @@ -801619,16 +759729,6 @@ "show_number": "5134", "fullAnswer": "hurdy-gurdy" }, - { - "category": "19th CENTURY FACES", - "air_date": "2006-12-28", - "question": "19th century man of steel, seen here", - "value": "$800", - "answer": "Andrew Carnegie", - "round": "Jeopardy!", - "show_number": "5134", - "fullAnswer": "Andrew Carnegie" - }, { "category": "ACTUAL MLB BROADCAST QUOTES", "air_date": "2006-12-28", @@ -801654,7 +759754,7 @@ "air_date": "2006-12-28", "question": "Precious stones belonging to Noah's oldest son", "value": "$800", - "answer": "Shem\\'s gems", + "answer": "Shem's gems", "round": "Jeopardy!", "show_number": "5134", "fullAnswer": "Shem\\'s gems" @@ -801679,16 +759779,6 @@ "show_number": "5134", "fullAnswer": "pagoda" }, - { - "category": "19th CENTURY FACES", - "air_date": "2006-12-28", - "question": "They're the famous
Librettist and composer duo, seen here", - "value": "$1000", - "answer": "W.S. Gilbert & Arthur Sullivan", - "round": "Jeopardy!", - "show_number": "5134", - "fullAnswer": "W.S. Gilbert & Arthur Sullivan" - }, { "category": "ACTUAL MLB BROADCAST QUOTES", "air_date": "2006-12-28", @@ -801699,22 +759789,12 @@ "show_number": "5134", "fullAnswer": "Pete Rose" }, - { - "category": "NUMERAL-OLOGY", - "air_date": "2006-12-28", - "question": "(Kelly of the Clue Crew presents.)
When I hold up all the fingers on one hand, the v-shape here is thought to be the origin of a V representing this.", - "value": "$1000", - "answer": "five", - "round": "Jeopardy!", - "show_number": "5134", - "fullAnswer": "(Roman numeral) five" - }, { "category": "BIBLICAL RHYME TIME", "air_date": "2006-12-28", "question": "Gospel writer's quirks of fate", "value": "$1000", - "answer": "Luke\\'s flukes", + "answer": "Luke's flukes", "round": "Jeopardy!", "show_number": "5134", "fullAnswer": "Luke\\'s flukes" @@ -802169,16 +760249,6 @@ "show_number": "5283", "fullAnswer": "a mare" }, - { - "category": "U.S. HISTORY", - "air_date": "2007-07-25", - "question": "Seen here, he was the earliest president ever to be photographed, & the first to have a middle name", - "value": "$1,500", - "answer": "John Quincy Adams", - "round": "Jeopardy!", - "show_number": "5283", - "fullAnswer": "John Quincy Adams" - }, { "category": "TV GETS REAL", "air_date": "2007-07-25", @@ -802279,16 +760349,6 @@ "show_number": "5283", "fullAnswer": "a dummy" }, - { - "category": "4-LETTER WORDS", - "air_date": "2007-07-25", - "question": "Peaceful percher pictured here", - "value": "$800", - "answer": "dove", - "round": "Jeopardy!", - "show_number": "5283", - "fullAnswer": "a dove" - }, { "category": "U.S. HISTORY", "air_date": "2007-07-25", @@ -802339,26 +760399,6 @@ "show_number": "5283", "fullAnswer": "Miss Universe" }, - { - "category": "4-LETTER WORDS", - "air_date": "2007-07-25", - "question": "Fashion accessory in red seen here", - "value": "$1000", - "answer": "sash", - "round": "Jeopardy!", - "show_number": "5283", - "fullAnswer": "a sash" - }, - { - "category": "MATH", - "air_date": "2007-07-25", - "question": "(Cheryl of the Clue Crew shows the equation 5x/6 = 10/1 on the monitor.) To find the value of a variable in equivalent fractions, you perform this operation first", - "value": "$400", - "answer": "cross-multiplication", - "round": "Double Jeopardy!", - "show_number": "5283", - "fullAnswer": "cross-multiplication" - }, { "category": "NHL, NBA, NFL OR ALL 3", "air_date": "2007-07-25", @@ -802469,16 +760509,6 @@ "show_number": "5283", "fullAnswer": "a termite" }, - { - "category": "MATH", - "air_date": "2007-07-25", - "question": "(Cheryl of the Clue Crew shows the mathematical equation (1+2) + 3 = 1 + (2+3) on a monitor.) The grouping of terms is irrelevant according to this property of addition as well as multiplucation", - "value": "$1200", - "answer": "associative", - "round": "Double Jeopardy!", - "show_number": "5283", - "fullAnswer": "associative" - }, { "category": "NHL, NBA, NFL OR ALL 3", "air_date": "2007-07-25", @@ -802589,16 +760619,6 @@ "show_number": "5283", "fullAnswer": "continent" }, - { - "category": "MATH", - "air_date": "2007-07-25", - "question": "(Jimmy of the Clue Crew shows another mathematical equation on the monitor.) It's the quantity x represents in the logarithmic equation
log10x = 2", - "value": "$2000", - "answer": "100", - "round": "Double Jeopardy!", - "show_number": "5283", - "fullAnswer": "100" - }, { "category": "NHL, NBA, NFL OR ALL 3", "air_date": "2007-07-25", @@ -802974,7 +760994,7 @@ "air_date": "1996-11-26", "question": "Ben Franklin sold this publication in 1757, but it continued until 1796", "value": "$200", - "answer": "Poor Richard\\'s Almanack", + "answer": "Poor Richard's Almanack", "round": "Double Jeopardy!", "show_number": "2817", "fullAnswer": "\"Poor Richard\\'s Almanack\"" @@ -803074,7 +761094,7 @@ "air_date": "1996-11-26", "question": "Bette Davis wanted to play Martha in this 1966 film, but Elizabeth Taylor got the part and an Oscar", "value": "$400", - "answer": "Who\\'s Afraid of Virginia Woolf?", + "answer": "Who's Afraid of Virginia Woolf?", "round": "Double Jeopardy!", "show_number": "2817", "fullAnswer": "\"Who\\'s Afraid of Virginia Woolf?\"" @@ -803254,7 +761274,7 @@ "air_date": "1996-11-26", "question": "Set on Christmas Eve, it begins \"One dollar and 87 cents. That was all. And 60 cents of it was in pennies.\"", "value": null, - "answer": "\\The Gift of the Magi\\", + "answer": "The Gift of the Magi", "round": "Final Jeopardy!", "show_number": "2817", "fullAnswer": "\\\"The Gift of the Magi\\\"" @@ -803794,7 +761814,7 @@ "air_date": "1989-11-07", "question": "This new magazine for women advertises it's \"For the woman who wasn't born yesterday\"", "value": "$1000", - "answer": "Lear\\'s", + "answer": "Lear's", "round": "Double Jeopardy!", "show_number": "1192", "fullAnswer": "Lear\\'s" @@ -803919,16 +761939,6 @@ "show_number": "4846", "fullAnswer": "Marco Polo" }, - { - "category": "WHERE WE WENT ON SUMMER VACATION", - "air_date": "2005-10-10", - "question": "…to Paris, France where we saw this famous landmark that's pictured here", - "value": "$400", - "answer": "Eiffel Tower", - "round": "Jeopardy!", - "show_number": "4846", - "fullAnswer": "the Eiffel Tower" - }, { "category": "IN THE BOOKSTORE", "air_date": "2005-10-10", @@ -804009,16 +762019,6 @@ "show_number": "4846", "fullAnswer": "gorilla" }, - { - "category": "HOW TO INVEST YOUR ALLOWANCE", - "air_date": "2005-10-10", - "question": "You donate money to the charity that fights this disease, & buy a wristband like the one seen here", - "value": "$600", - "answer": "cancer", - "round": "Jeopardy!", - "show_number": "4846", - "fullAnswer": "cancer" - }, { "category": "LET'S GO TO THE MOVIES", "air_date": "2005-10-10", @@ -804079,16 +762079,6 @@ "show_number": "4846", "fullAnswer": "stock" }, - { - "category": "LET'S GO TO THE MOVIES", - "air_date": "2005-10-10", - "question": "The people at www.captiveaudience.org want to eliminate these before movies; coming attractions, they're OK with", - "value": "$800", - "answer": "commercials", - "round": "Jeopardy!", - "show_number": "4846", - "fullAnswer": "commercials" - }, { "category": "KIDS IN HISTORY", "air_date": "2005-10-10", @@ -804099,16 +762089,6 @@ "show_number": "4846", "fullAnswer": "(Fredric) Chopin" }, - { - "category": "WHERE WE WENT ON SUMMER VACATION", - "air_date": "2005-10-10", - "question": "…to New York City where we visited the Museum of Modern Art & saw this man's famous painting, \"Starry Night\"", - "value": "$1000", - "answer": "Vincent Van Gogh", - "round": "Jeopardy!", - "show_number": "4846", - "fullAnswer": "Vincent Van Gogh" - }, { "category": "IN THE BOOKSTORE", "air_date": "2005-10-10", @@ -804179,16 +762159,6 @@ "show_number": "4846", "fullAnswer": "Schwarzenegger" }, - { - "category": "THE AUDIOVISUAL HOUR", - "air_date": "2005-10-10", - "question": "(Jon of the Clue Crew plays with his food.) A traditional sound effect is crushing cornflakes to get the sound of footsteps on these in autumn", - "value": "$400", - "answer": "leaves", - "round": "Double Jeopardy!", - "show_number": "4846", - "fullAnswer": "leaves" - }, { "category": "I SEE LONDON, I SEE FRANCE", "air_date": "2005-10-10", @@ -804239,16 +762209,6 @@ "show_number": "4846", "fullAnswer": "John F. Kennedy" }, - { - "category": "THE AUDIOVISUAL HOUR", - "air_date": "2005-10-10", - "question": "This instrument heard here is popular in both jazz & classical ensembles", - "value": "$800", - "answer": "clarinet", - "round": "Double Jeopardy!", - "show_number": "4846", - "fullAnswer": "a clarinet" - }, { "category": "I SEE LONDON, I SEE FRANCE", "air_date": "2005-10-10", @@ -804299,16 +762259,6 @@ "show_number": "4846", "fullAnswer": "Moses" }, - { - "category": "THE AUDIOVISUAL HOUR", - "air_date": "2005-10-10", - "question": "The straight dope is it's the strait indicated here", - "value": "$1200", - "answer": "Strait of Gibraltar", - "round": "Double Jeopardy!", - "show_number": "4846", - "fullAnswer": "the Strait of Gibraltar" - }, { "category": "I SEE LONDON, I SEE FRANCE", "air_date": "2005-10-10", @@ -804359,16 +762309,6 @@ "show_number": "4846", "fullAnswer": "fifteen" }, - { - "category": "THE AUDIOVISUAL HOUR", - "air_date": "2005-10-10", - "question": "(Kelly of the Clue Crew reports from the chemistry lab.) The soft mineral that I'm able to scratch easily gives its name to this popular powder for skin", - "value": "$1600", - "answer": "talc ", - "round": "Double Jeopardy!", - "show_number": "4846", - "fullAnswer": "talc (or talcum powder)" - }, { "category": "I SEE LONDON, I SEE FRANCE", "air_date": "2005-10-10", @@ -804404,7 +762344,7 @@ "air_date": "2005-10-10", "question": "You don't have to be psychic to know the Chill Grill is the home away from home on this Disney Channel show", "value": "$2000", - "answer": "That\\'s So Raven", + "answer": "That's So Raven", "round": "Double Jeopardy!", "show_number": "4846", "fullAnswer": "That\\'s So Raven" @@ -804424,7 +762364,7 @@ "air_date": "2005-10-10", "question": "After his capture during this long war with France, Chaucer's ransom was paid by King Edward III & he was released", "value": "$2000", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Double Jeopardy!", "show_number": "4846", "fullAnswer": "the Hundred Years\\' War" @@ -804674,7 +762614,7 @@ "air_date": "2004-05-04", "question": "At this June 17, 1775 battle, the patriots were ordered not to \"fire until you see the whites of their eyes\"", "value": "$1000", - "answer": "Bunker (or Breed\\'s) Hill", + "answer": "Bunker (or Breed's) Hill", "round": "Jeopardy!", "show_number": "4537", "fullAnswer": "Bunker (or Breed\\'s) Hill" @@ -805034,7 +762974,7 @@ "air_date": "2000-01-26", "question": "Their only No. 1 Top 40 hit was 1988's \"Sweet Child O' Mine\"", "value": "$100", - "answer": "Guns N\\' Roses", + "answer": "Guns N' Roses", "round": "Jeopardy!", "show_number": "3548", "fullAnswer": "Guns N\\' Roses" @@ -805779,16 +763719,6 @@ "show_number": "3948", "fullAnswer": "all the best parking places argon" }, - { - "category": "PREFIXES", - "air_date": "2001-10-31", - "question": "The name of this fish seen here is the prefix meaning \"four\" in its old genus name", - "value": "$300", - "answer": "tetra-", - "round": "Jeopardy!", - "show_number": "3948", - "fullAnswer": "tetra-" - }, { "category": "GOVERNMENT & POLITICS", "air_date": "2001-10-31", @@ -805909,16 +763839,6 @@ "show_number": "3948", "fullAnswer": "endo-" }, - { - "category": "HISTORICAL TRICK OR TREAT", - "air_date": "2001-10-31", - "question": "(Ding dong! But the trick's on Rootin' Tootin' Sofia of the Clue Crew.) I'm dressed up as this performer in Buffalo Bill's Wild West Show, but, uh, Mom wouldn't buy me a rifle!", - "value": "$200", - "answer": "Annie Oakley", - "round": "Double Jeopardy!", - "show_number": "3948", - "fullAnswer": "Annie Oakley" - }, { "category": "KINGS OF ENGLAND", "air_date": "2001-10-31", @@ -805959,26 +763879,6 @@ "show_number": "3948", "fullAnswer": "The Terminator" }, - { - "category": "HISTORICAL TRICK OR TREAT", - "air_date": "2001-10-31", - "question": "(Ding dong! Sir Jimmy of the Clue Crew is at the door.) I'm sworn to uphold this code whose name is an alteration of a word meaning \"horseman\"", - "value": "$400", - "answer": "chivalry", - "round": "Double Jeopardy!", - "show_number": "3948", - "fullAnswer": "chivalry" - }, - { - "category": "KINGS OF ENGLAND", - "air_date": "2001-10-31", - "question": "King who's railing here in the Thomas More biopic \"A Man for All Seasons\"

\"Catherine's not my wife! No priest can make her so!\"", - "value": "$400", - "answer": "Henry VIII", - "round": "Double Jeopardy!", - "show_number": "3948", - "fullAnswer": "Henry VIII" - }, { "category": "SPELL THE LAST NAME", "air_date": "2001-10-31", @@ -806019,16 +763919,6 @@ "show_number": "3948", "fullAnswer": "R2-D2" }, - { - "category": "HISTORICAL TRICK OR TREAT", - "air_date": "2001-10-31", - "question": "(Ding dong! Cheryl of the Clue Crew prompts you to asp the question.) I'm Cleopatra, & Shakespeare said, \"Age cannot wither me, nor custom fail my infinite\" this", - "value": "$600", - "answer": "variety", - "round": "Double Jeopardy!", - "show_number": "3948", - "fullAnswer": "variety" - }, { "category": "KINGS OF ENGLAND", "air_date": "2001-10-31", @@ -806069,26 +763959,6 @@ "show_number": "3948", "fullAnswer": "Agatha Christie" }, - { - "category": "ROBOT MANIA", - "air_date": "2001-10-31", - "question": "(Sarah of the Clue Crew gets down with a robot dog.) A marvel of modern engineering, this Sony product is very interactive--let's dance!", - "value": "$600", - "answer": "AIBO", - "round": "Double Jeopardy!", - "show_number": "3948", - "fullAnswer": "AIBO" - }, - { - "category": "HISTORICAL TRICK OR TREAT", - "air_date": "2001-10-31", - "question": "(Ding dong! Jimmy of the Clue Crew is back for more! Does he want candy or bread and circuses?) Hail, Caesar! I'm a commander in the Roman army where a hundred men form a century and 60 centuries form this group", - "value": "$800", - "answer": "legion", - "round": "Double Jeopardy!", - "show_number": "3948", - "fullAnswer": "a legion" - }, { "category": "KINGS OF ENGLAND", "air_date": "2001-10-31", @@ -806139,26 +764009,6 @@ "show_number": "3948", "fullAnswer": "The Stepford Wives" }, - { - "category": "HISTORICAL TRICK OR TREAT", - "air_date": "2001-10-31", - "question": "(Ding dong! Don't wig out, it's just Sarah of the Clue Crew.) I'm Marie Antoinette, but at my Revolutionary trial, I was simply known as \"the Widow\" this", - "value": "$1000", - "answer": "Capet", - "round": "Double Jeopardy!", - "show_number": "3948", - "fullAnswer": "Capet" - }, - { - "category": "KINGS OF ENGLAND", - "air_date": "2001-10-31", - "question": "He's the 11th century king being imitated here

\"Stop! Stop! I command you as your king!\"", - "value": "$1000", - "answer": "Canute", - "round": "Double Jeopardy!", - "show_number": "3948", - "fullAnswer": "Canute" - }, { "category": "SPELL THE LAST NAME", "air_date": "2001-10-31", @@ -806269,16 +764119,6 @@ "show_number": "4707", "fullAnswer": "ticket & thicket" }, - { - "category": "ACADEMIC PENTATHLON", - "air_date": "2005-02-08", - "question": "(Cheryl of the Clue Crew points to a pair of polynomial expressions on a chalkboard.) Math:
It's what the lower expression is to the expression on the top", - "value": "$400", - "answer": "its square", - "round": "Jeopardy!", - "show_number": "4707", - "fullAnswer": "its square" - }, { "category": "MAKEUP TEST", "air_date": "2005-02-08", @@ -806289,26 +764129,6 @@ "show_number": "4707", "fullAnswer": "Pinkie Swear" }, - { - "category": "TEEN PEOPLE", - "air_date": "2005-02-08", - "question": "Extreme weather in a 2004 blockbuster film didn't damage his looks", - "value": "$400", - "answer": "Jake Gyllenhaal", - "round": "Jeopardy!", - "show_number": "4707", - "fullAnswer": "Jake Gyllenhaal" - }, - { - "category": "NATURE", - "air_date": "2005-02-08", - "question": "This animal seen here spends most of its time underground digging for earthworms", - "value": "$400", - "answer": "mole", - "round": "Jeopardy!", - "show_number": "4707", - "fullAnswer": "a mole" - }, { "category": "HOOSIER DADDY", "air_date": "2005-02-08", @@ -806389,16 +764209,6 @@ "show_number": "4707", "fullAnswer": "raft & draft" }, - { - "category": "ACADEMIC PENTATHLON", - "air_date": "2005-02-08", - "question": "(Jimmy of the Clue Crew points out a chemical equation on a chalkboard.) Science:
A neutralization reaction which forms water & this compound", - "value": "$800", - "answer": "salt", - "round": "Jeopardy!", - "show_number": "4707", - "fullAnswer": "salt" - }, { "category": "MAKEUP TEST", "air_date": "2005-02-08", @@ -806479,16 +764289,6 @@ "show_number": "4707", "fullAnswer": "St. Louis" }, - { - "category": "NATURE", - "air_date": "2005-02-08", - "question": "When young, this sponge gourd, seen here, can be eaten like squash; when old & dry it can scrub your body", - "value": "$1000", - "answer": "loofah", - "round": "Jeopardy!", - "show_number": "4707", - "fullAnswer": "a loofah" - }, { "category": "HOOSIER DADDY", "air_date": "2005-02-08", @@ -806579,16 +764379,6 @@ "show_number": "4707", "fullAnswer": "Alaska" }, - { - "category": "INTERNATIONAL SPORTS STARS", - "air_date": "2005-02-08", - "question": "Seen here, this young Russian-born tennis star has been turning heads and winning tournaments", - "value": "$800", - "answer": "Maria Sharapova", - "round": "Double Jeopardy!", - "show_number": "4707", - "fullAnswer": "Maria Sharapova" - }, { "category": "UNIVERSAL TRUTH", "air_date": "2005-02-08", @@ -806809,16 +764599,6 @@ "show_number": "4707", "fullAnswer": "ditch" }, - { - "category": "U.S. GOVERNMENT", - "air_date": "2005-02-08", - "question": "(Hi, I'm John McCain.) In presidential succession, the senator holding this position follows the VP & the Speaker of the House", - "value": null, - "answer": "president pro tempore", - "round": "Final Jeopardy!", - "show_number": "4707", - "fullAnswer": "president pro tempore" - }, { "category": "WEATHER", "air_date": "1998-11-03", @@ -807149,16 +764929,6 @@ "show_number": "3257", "fullAnswer": "\"Bo\"" }, - { - "category": "JUST SHOOT ME", - "air_date": "1998-11-03", - "question": "Gum-chewers might know this is the weapon seen here", - "value": "$200", - "answer": "bazooka", - "round": "Double Jeopardy!", - "show_number": "3257", - "fullAnswer": "a bazooka" - }, { "category": "\"GOOD\" TIMES", "air_date": "1998-11-03", @@ -807209,16 +764979,6 @@ "show_number": "3257", "fullAnswer": "the University of Tennessee" }, - { - "category": "JUST SHOOT ME", - "air_date": "1998-11-03", - "question": "Used by John Wilkes Booth at Ford's Theater, it's the make of pistol seen here", - "value": "$400", - "answer": "Derringer", - "round": "Double Jeopardy!", - "show_number": "3257", - "fullAnswer": "Derringer" - }, { "category": "\"GOOD\" TIMES", "air_date": "1998-11-03", @@ -807269,16 +765029,6 @@ "show_number": "3257", "fullAnswer": "the Dallas Cowboys" }, - { - "category": "JUST SHOOT ME", - "air_date": "1998-11-03", - "question": "Seen here, this weapon \"heats up\" the action in caves & pillboxes", - "value": "$600", - "answer": "flamethrower", - "round": "Double Jeopardy!", - "show_number": "3257", - "fullAnswer": "a flamethrower" - }, { "category": "\"GOOD\" TIMES", "air_date": "1998-11-03", @@ -807329,16 +765079,6 @@ "show_number": "3257", "fullAnswer": "Phil Jackson" }, - { - "category": "JUST SHOOT ME", - "air_date": "1998-11-03", - "question": "The firing mechanism of this classic gun seen here gives it its name", - "value": "$800", - "answer": "flintlock", - "round": "Double Jeopardy!", - "show_number": "3257", - "fullAnswer": "a flintlock" - }, { "category": "\"GOOD\" TIMES", "air_date": "1998-11-03", @@ -807349,16 +765089,6 @@ "show_number": "3257", "fullAnswer": "Cape of Good Hope" }, - { - "category": "MURDER, SHE WROTE", - "air_date": "1998-11-03", - "question": "This author seen here is famous for creating a \"monstrous\" killer", - "value": "$1,000", - "answer": "Mary Shelley ", - "round": "Double Jeopardy!", - "show_number": "3257", - "fullAnswer": "Mary Shelley (created \"Frankenstein\")" - }, { "category": "THE JEFFERSONS", "air_date": "1998-11-03", @@ -807389,16 +765119,6 @@ "show_number": "3257", "fullAnswer": "Boris Becker" }, - { - "category": "JUST SHOOT ME", - "air_date": "1998-11-03", - "question": "The name of this 105mm artillery piece seen here comes from the Czech word for catapult", - "value": "$1000", - "answer": "howitzer", - "round": "Double Jeopardy!", - "show_number": "3257", - "fullAnswer": "a howitzer" - }, { "category": "\"GOOD\" TIMES", "air_date": "1998-11-03", @@ -807999,16 +765719,6 @@ "show_number": "4267", "fullAnswer": "Italy" }, - { - "category": "WELCOME TO LISBON", - "air_date": "2009-06-10", - "question": "(Kelly of the Clue Crew reports from the Castelo de Sao Jorge in Lisbon, Portugal.) The Castelo de Sao Jorge was captured from the Moors in 1147 by a group of these people who were headed for the Middle East but detoured to Lisbon for money", - "value": "$200", - "answer": "Crusaders", - "round": "Jeopardy!", - "show_number": "5713", - "fullAnswer": "the Crusaders" - }, { "category": "TV CASTS", "air_date": "2009-06-10", @@ -808059,16 +765769,6 @@ "show_number": "5713", "fullAnswer": "a monocle" }, - { - "category": "WELCOME TO LISBON", - "air_date": "2009-06-10", - "question": "(Jon of the Clue Crew reports from Alfama in Lisbon, Portugal.) Built on bedrock, the Alfama area survived the 1755 earthquake that killed 60,000 people & inspired this author's critique of optimistic thinking in \"Candide\"", - "value": "$400", - "answer": "Voltaire", - "round": "Jeopardy!", - "show_number": "5713", - "fullAnswer": "Voltaire" - }, { "category": "TV CASTS", "air_date": "2009-06-10", @@ -808089,16 +765789,6 @@ "show_number": "5713", "fullAnswer": "Southwest" }, - { - "category": "TAILGATE CUISINE", - "air_date": "2009-06-10", - "question": "Slice into pieces & grill in butter to prepare grilled stickies, a pastry delight for this school's Nittany Lions", - "value": "$400", - "answer": "Penn State", - "round": "Jeopardy!", - "show_number": "5713", - "fullAnswer": "Penn State" - }, { "category": "IS THERE A DOCTOR IN THE HOUSE?", "air_date": "2009-06-10", @@ -808119,16 +765809,6 @@ "show_number": "5713", "fullAnswer": "havoc" }, - { - "category": "WELCOME TO LISBON", - "air_date": "2009-06-10", - "question": "(Jon of the Clue Crew reports from the Monument to the Discoveries in Lisbon, Portugal.) Lisbon's Monument to the Discoveries features many of Portugal's great seafarers, but the man in front is this royal patron who didn't personally discover anything", - "value": "$600", - "answer": "Henry the Navigator", - "round": "Jeopardy!", - "show_number": "5713", - "fullAnswer": "Henry the Navigator" - }, { "category": "TV CASTS", "air_date": "2009-06-10", @@ -808169,26 +765849,6 @@ "show_number": "5713", "fullAnswer": "a dermatologist" }, - { - "category": "THE \"OC\"", - "air_date": "2009-06-10", - "question": "They're footwear for every season; in winter, slip into the fleece-lined ones seen here", - "value": "$600", - "answer": "Crocs", - "round": "Jeopardy!", - "show_number": "5713", - "fullAnswer": "Crocs" - }, - { - "category": "WELCOME TO LISBON", - "air_date": "2009-06-10", - "question": "(Kelly of the Clue Crew reports from a city square in Lisbon, Portugal.) Portugal's great writers include José Saramago, who grew up in Lisbon & who wrote this novel adapted into a 2008 movie with Julianne Moore", - "value": "$800", - "answer": "Blindness", - "round": "Jeopardy!", - "show_number": "5713", - "fullAnswer": "Blindness" - }, { "category": "TV CASTS", "air_date": "2009-06-10", @@ -808199,16 +765859,6 @@ "show_number": "5713", "fullAnswer": "Heroes" }, - { - "category": "COME FLY WITH ME", - "air_date": "2009-06-10", - "question": "The new symbol for this airline is seen here", - "value": "$800", - "answer": "Qantas", - "round": "Jeopardy!", - "show_number": "5713", - "fullAnswer": "Qantas" - }, { "category": "TAILGATE CUISINE", "air_date": "2009-06-10", @@ -808239,16 +765889,6 @@ "show_number": "5713", "fullAnswer": "lock & stock" }, - { - "category": "WELCOME TO LISBON", - "air_date": "2009-06-10", - "question": "(Jon of the Clue Crew reports from the 25th of April Bridge in Lisbon, Portugal.) Resembling the Golden Gate Bridge, Lisbon's 25th of April Bridge was originally named for this dictator, but is now named for the date of 1974's revolution against his regime", - "value": "$1000", - "answer": "Antonio de Salazar", - "round": "Jeopardy!", - "show_number": "5713", - "fullAnswer": "Antonio de Salazar" - }, { "category": "TV CASTS", "air_date": "2009-06-10", @@ -808269,16 +765909,6 @@ "show_number": "5713", "fullAnswer": "Aer Lingus" }, - { - "category": "TAILGATE CUISINE", - "air_date": "2009-06-10", - "question": "Seen here, they're a traditional treat for tailgating at Ravens or Terrapins games", - "value": "$1000", - "answer": "crab cakes", - "round": "Jeopardy!", - "show_number": "5713", - "fullAnswer": "crab cakes" - }, { "category": "IS THERE A DOCTOR IN THE HOUSE?", "air_date": "2009-06-10", @@ -809224,21 +766854,11 @@ "air_date": "2010-07-05", "question": "In the U.S., when May Day falls on Sunday, the very next Sunday is this observance (& don't you forget it!)", "value": "$200", - "answer": "Mother\\'s Day", + "answer": "Mother's Day", "round": "Jeopardy!", "show_number": "5956", "fullAnswer": "Mother\\'s Day" }, - { - "category": "BIG APPLE CIRCUS", - "air_date": "2010-07-05", - "question": "All the circus' dogs are pound and shelter rescues; Ben & Jerry here are this breed, from the German for \"to splash\"", - "value": "$200", - "answer": "poodle", - "round": "Jeopardy!", - "show_number": "5956", - "fullAnswer": "a poodle" - }, { "category": "THE ORCHESTRA", "air_date": "2010-07-05", @@ -809289,16 +766909,6 @@ "show_number": "5956", "fullAnswer": "Halloween" }, - { - "category": "BIG APPLE CIRCUS", - "air_date": "2010-07-05", - "question": "The equestrian, Sultan, is seen here riding in this style that also describes the city of emperor Nero", - "value": "$400", - "answer": "Roman", - "round": "Jeopardy!", - "show_number": "5956", - "fullAnswer": "Roman" - }, { "category": "THE ORCHESTRA", "air_date": "2010-07-05", @@ -809629,22 +767239,12 @@ "show_number": "5956", "fullAnswer": "(Milton) Hershey" }, - { - "category": "TAKE YOUR MEDICINE", - "air_date": "2010-07-05", - "question": "Some inhalers come with chambers that slow down delivery of the medication so you take more of it into these organs", - "value": "$1200", - "answer": "your lungs", - "round": "Double Jeopardy!", - "show_number": "5956", - "fullAnswer": "your lungs" - }, { "category": "MOUNTAINS", "air_date": "2010-07-05", "question": "The world's highest cog railway takes you to the summit of this 14,110-foot Colorado mountain", "value": "$1200", - "answer": "Pike\\'s Peak", + "answer": "Pike's Peak", "round": "Double Jeopardy!", "show_number": "5956", "fullAnswer": "Pike\\'s Peak" @@ -809669,16 +767269,6 @@ "show_number": "5956", "fullAnswer": "a surveyor" }, - { - "category": "TELL US OF TELEVISION", - "air_date": "2010-07-05", - "question": "nick.com says \"They wear underwear on the outside of their costumes! They're... Fanboy &\" this kid", - "value": "$1600", - "answer": "Chum Chum", - "round": "Double Jeopardy!", - "show_number": "5956", - "fullAnswer": "Chum Chum" - }, { "category": "PEOPLE FROM PENNSYLVANIA", "air_date": "2010-07-05", @@ -809769,16 +767359,6 @@ "show_number": "5956", "fullAnswer": "Mt. Sinai" }, - { - "category": "7-LETTER WORDS", - "air_date": "2010-07-05", - "question": "It's not what took you to school; it's this equilateral parallelogram seen here", - "value": "$2000", - "answer": "rhombus", - "round": "Double Jeopardy!", - "show_number": "5956", - "fullAnswer": "a rhombus" - }, { "category": "THE ANIMAL WORLD", "air_date": "2010-07-05", @@ -810059,16 +767639,6 @@ "show_number": "4682", "fullAnswer": "Nicole" }, - { - "category": "GOVERNMENT & POLITICS", - "air_date": "2005-01-04", - "question": "(Hi. I'm John McCain.) The bipartisan campaign reform act is named for me & this Wisconsin Senator", - "value": "$1000", - "answer": "Russ Feingold", - "round": "Jeopardy!", - "show_number": "4682", - "fullAnswer": "Russ Feingold" - }, { "category": "THE KING", "air_date": "2005-01-04", @@ -810269,16 +767839,6 @@ "show_number": "4682", "fullAnswer": "Triassic" }, - { - "category": "FIRST LADIES", - "air_date": "2005-01-04", - "question": "Pink, a favorite color of hers, became popular nationwide when she lived in the White House", - "value": "$1600", - "answer": "Mamie Eisenhower", - "round": "Double Jeopardy!", - "show_number": "4682", - "fullAnswer": "Mamie Eisenhower" - }, { "category": "ROBERT DE NIRO MOVIES", "air_date": "2005-01-04", @@ -810409,16 +767969,6 @@ "show_number": "5117", "fullAnswer": "the Constitution" }, - { - "category": "THE GREEN BAY PACKERS", - "air_date": "2006-12-05", - "question": "(Kelly of the Clue Crew reports from Green Bay, Wisconsin.)
I'm in a re-creation of the office of this legendary Packers coach known for his commitment to victory", - "value": "$200", - "answer": "Vince Lombardi", - "round": "Jeopardy!", - "show_number": "5117", - "fullAnswer": "Vince Lombardi" - }, { "category": "SHELLFISH", "air_date": "2006-12-05", @@ -810529,16 +768079,6 @@ "show_number": "5117", "fullAnswer": "the Capitol" }, - { - "category": "THE GREEN BAY PACKERS", - "air_date": "2006-12-05", - "question": "(Jimmy of the Clue Crew walks through the stands in Green Bay.)
On December 26, 1993, defensive back LeRoy Butler scored a touchdown off a Raiders fumble and originated this alliterative celebration", - "value": "$600", - "answer": "Lambeau leap", - "round": "Jeopardy!", - "show_number": "5117", - "fullAnswer": "the Lambeau leap" - }, { "category": "SHELLFISH", "air_date": "2006-12-05", @@ -810649,16 +768189,6 @@ "show_number": "5117", "fullAnswer": "John Bull" }, - { - "category": "THE GREEN BAY PACKERS", - "air_date": "2006-12-05", - "question": "(Jimmy of the Clue Crew holds a football in the end zone at Lambeau Field.) On this spot, Bart Starr snuck in the winning touchdown at the 1967 NFL Championship Game given this 2-word name due to the -46 degree windchill", - "value": "$1000", - "answer": "Ice Bowl", - "round": "Jeopardy!", - "show_number": "5117", - "fullAnswer": "the Ice Bowl" - }, { "category": "SHELLFISH", "air_date": "2006-12-05", @@ -810679,16 +768209,6 @@ "show_number": "5117", "fullAnswer": "the Red Sea" }, - { - "category": "WORLD LEADERS", - "air_date": "2006-12-05", - "question": "The U.S. wishes this trained ophthalmologist could see his way to support our Mideast policy", - "value": "$1000", - "answer": "Bashar al-Assad", - "round": "Jeopardy!", - "show_number": "5117", - "fullAnswer": "Bashar al-Assad" - }, { "category": "STATES BY COUNTIES", "air_date": "2006-12-05", @@ -810709,16 +768229,6 @@ "show_number": "5117", "fullAnswer": "the Incas" }, - { - "category": "CAPRA CLASSICS", - "air_date": "2006-12-05", - "question": "Capra went to the Lincoln Memorial for inspiration before shooting this film", - "value": "$400", - "answer": "Mr. Smith Goes to Washington", - "round": "Double Jeopardy!", - "show_number": "5117", - "fullAnswer": "Mr. Smith Goes to Washington" - }, { "category": "10-LETTER WORDS", "air_date": "2006-12-05", @@ -810759,16 +768269,6 @@ "show_number": "5117", "fullAnswer": "Ice Sheet" }, - { - "category": "CAPRA CLASSICS", - "air_date": "2006-12-05", - "question": "Capra shot this film in 4 weeks so his female lead could get to Sun Valley for Christmas; it still won him an Oscar", - "value": "$800", - "answer": "It Happened One Night", - "round": "Double Jeopardy!", - "show_number": "5117", - "fullAnswer": "It Happened One Night" - }, { "category": "10-LETTER WORDS", "air_date": "2006-12-05", @@ -810799,16 +768299,6 @@ "show_number": "5117", "fullAnswer": "Free State" }, - { - "category": "CAPRA CLASSICS", - "air_date": "2006-12-05", - "question": "Seen here in \"Mr. Deeds Goes to Town\", she was Capra's favorite actress", - "value": "$1200", - "answer": "Jean Arthur", - "round": "Double Jeopardy!", - "show_number": "5117", - "fullAnswer": "Jean Arthur" - }, { "category": "PUBLISHING", "air_date": "2006-12-05", @@ -810829,16 +768319,6 @@ "show_number": "5117", "fullAnswer": "incinerate" }, - { - "category": "OLD \"HAT\"", - "air_date": "2006-12-05", - "question": "North Carolina area seen here during some of the weather it's known for", - "value": "$1200", - "answer": "Cape Hatteras", - "round": "Double Jeopardy!", - "show_number": "5117", - "fullAnswer": "Cape Hatteras" - }, { "category": "A NEW HAT", "air_date": "2006-12-05", @@ -810859,16 +768339,6 @@ "show_number": "5117", "fullAnswer": "Papua New Guinea" }, - { - "category": "CAPRA CLASSICS", - "air_date": "2006-12-05", - "question": "Before he played a meanie in \"It's a Wonderful Life\", he was one of the good people in \"You Can't Take It With You\"", - "value": "$1600", - "answer": "Lionel Barrymore", - "round": "Double Jeopardy!", - "show_number": "5117", - "fullAnswer": "Lionel Barrymore" - }, { "category": "10-LETTER WORDS", "air_date": "2006-12-05", @@ -810909,16 +768379,6 @@ "show_number": "5117", "fullAnswer": "Zambia" }, - { - "category": "CAPRA CLASSICS", - "air_date": "2006-12-05", - "question": "Capra said this type of event in 1932's \"American Madness\" was so real, many viewers went to withdraw their own money", - "value": "$2000", - "answer": "run of the bank", - "round": "Double Jeopardy!", - "show_number": "5117", - "fullAnswer": "a run of the bank" - }, { "category": "10-LETTER WORDS", "air_date": "2006-12-05", @@ -810929,16 +768389,6 @@ "show_number": "5117", "fullAnswer": "meerschaum" }, - { - "category": "OLD \"HAT\"", - "air_date": "2006-12-05", - "question": "(Sarah of the Clue Crew reports from Luxor, Egypt.) This 15th century B.C. woman began as a regent but made herself queen and started warring, trading, and obelisk building", - "value": "$2000", - "answer": "Hatshepsut", - "round": "Double Jeopardy!", - "show_number": "5117", - "fullAnswer": "Hatshepsut" - }, { "category": "A NEW HAT", "air_date": "2006-12-05", @@ -811069,22 +768519,12 @@ "show_number": "464", "fullAnswer": "The Monkees" }, - { - "category": "GREAT DAMES", - "air_date": "1986-09-18", - "question": "You'd be in \"Seine\" if you fell in the river next to this:", - "value": "$500", - "answer": "Cathedral of Notre Dame", - "round": "Jeopardy!", - "show_number": "464", - "fullAnswer": "Cathedral of Notre Dame" - }, { "category": "BEST SELLERS", "air_date": "1986-09-18", "question": "First the Bible, then this John Bunyan book, became earliest best sellers in America", "value": "$300", - "answer": "Pilgrim\\'s Progress", + "answer": "Pilgrim's Progress", "round": "Jeopardy!", "show_number": "464", "fullAnswer": "Pilgrim\\'s Progress" @@ -811324,7 +768764,7 @@ "air_date": "1986-09-18", "question": "Bid adieu to one's feelings of touch, taste, sight, sound & smell", "value": "$400", - "answer": "to take leave of one\\'s senses", + "answer": "to take leave of one's senses", "round": "Double Jeopardy!", "show_number": "464", "fullAnswer": "\"to take leave of one\\'s senses\"" @@ -811549,16 +768989,6 @@ "show_number": "6279", "fullAnswer": "Austin Powers" }, - { - "category": "I THINK I LOVE SHOE", - "air_date": "2011-12-29", - "question": "Have a unique fashion sense? Into rubber sole?
Then the shoe seen here, used in this sport, is for you", - "value": "$400", - "answer": "bowling", - "round": "Jeopardy!", - "show_number": "6279", - "fullAnswer": "bowling" - }, { "category": "KENTUCKY KERNELS", "air_date": "2011-12-29", @@ -811849,16 +769279,6 @@ "show_number": "6279", "fullAnswer": "Aida" }, - { - "category": "SCIENTISTS", - "air_date": "2011-12-29", - "question": "(Sarah of the Clue Crew hovers over Rio de Janeiro, Brazil in a helicopter.) To switch on floodlights for Christ the Redeemer's dedication in 1931, this radio pioneer sent shortwave signals from Naples", - "value": "$800", - "answer": "Marconi", - "round": "Double Jeopardy!", - "show_number": "6279", - "fullAnswer": "Marconi" - }, { "category": "\"D-O\"", "air_date": "2011-12-29", @@ -811919,16 +769339,6 @@ "show_number": "6279", "fullAnswer": "a dossier" }, - { - "category": "DAYLIGHT COME", - "air_date": "2011-12-29", - "question": "Daylight comes, & it's time for this mix of martial arts & exercise, whose name means \"supreme ultimate fist\"", - "value": "$1200", - "answer": "tai chi", - "round": "Double Jeopardy!", - "show_number": "6279", - "fullAnswer": "tai chi" - }, { "category": "ME WANNA GO HOME", "air_date": "2011-12-29", @@ -811999,16 +769409,6 @@ "show_number": "6279", "fullAnswer": "Veracruz" }, - { - "category": "OPERA", - "air_date": "2011-12-29", - "question": "(Alex gives the clue from the Metropolitan Opera in New York.) The Met's production \"Enchanted Island\" is a version of \"The Tempest\", & the costume I'm wearing belongs to this magician, who rules the island", - "value": "$2000", - "answer": "Prospero", - "round": "Double Jeopardy!", - "show_number": "6279", - "fullAnswer": "Prospero" - }, { "category": "SCIENTISTS", "air_date": "2011-12-29", @@ -812124,7 +769524,7 @@ "air_date": "2007-02-12", "question": "At the end of a card or letter, they mean hugs", "value": "$200", - "answer": "O\\'s", + "answer": "O's", "round": "Jeopardy!", "show_number": "5166", "fullAnswer": "O\\'s" @@ -812179,16 +769579,6 @@ "show_number": "5166", "fullAnswer": "Bugs Bunny" }, - { - "category": "LETTER PERFECT", - "air_date": "2007-02-12", - "question": "It's the silent consonant in the object seen here", - "value": "$400", - "answer": "K", - "round": "Jeopardy!", - "show_number": "5166", - "fullAnswer": "K" - }, { "category": "BODIES OF WATER", "air_date": "2007-02-12", @@ -812234,7 +769624,7 @@ "air_date": "2007-02-12", "question": "Appropriately, the 2007 Love Stamp features this Hershey's candy, celebrating its 100th anniversary", "value": "$1,000", - "answer": "Hershey\\'s Kiss", + "answer": "Hershey's Kiss", "round": "Jeopardy!", "show_number": "5166", "fullAnswer": "a Hershey\\'s Kiss" @@ -812259,26 +769649,6 @@ "show_number": "5166", "fullAnswer": "Hudson Bay" }, - { - "category": "SCREEN TEENS", - "air_date": "2007-02-12", - "question": "Seen here, she had roles on \"CSI\" & \"Profiler\" before breaking out on the silver screen", - "value": "$800", - "answer": "Evan Rachel Wood", - "round": "Jeopardy!", - "show_number": "5166", - "fullAnswer": "Evan Rachel Wood" - }, - { - "category": "SHAPE UP", - "air_date": "2007-02-12", - "question": "Get a fun workout with this sport created in 1971 by Tom Morey, whose first pieces of equipment are seen here", - "value": "$800", - "answer": "bodyboarding", - "round": "Jeopardy!", - "show_number": "5166", - "fullAnswer": "bodyboarding" - }, { "category": "NAME THAT POET", "air_date": "2007-02-12", @@ -812299,16 +769669,6 @@ "show_number": "5166", "fullAnswer": "Aquaman" }, - { - "category": "LETTER PERFECT", - "air_date": "2007-02-12", - "question": "(Kelly of the Clue Crew puts a fist in the air.) You'll get this letter for effort by naming the letter I'm signing in American sign language", - "value": "$800", - "answer": "", - "round": "Jeopardy!", - "show_number": "5166", - "fullAnswer": "A" - }, { "category": "BODIES OF WATER", "air_date": "2007-02-12", @@ -812539,16 +769899,6 @@ "show_number": "5166", "fullAnswer": "chlorine" }, - { - "category": "NOT THE DREADED SPELLING CATEGORY", - "air_date": "2007-02-12", - "question": "Take a look:
@", - "value": "$1200", - "answer": "A-T", - "round": "Double Jeopardy!", - "show_number": "5166", - "fullAnswer": "A-T" - }, { "category": "BODIES OF BRONZE & MARBLE", "air_date": "2007-02-12", @@ -812769,16 +770119,6 @@ "show_number": "4559", "fullAnswer": "Chicago" }, - { - "category": "GOING TO THE DOGS", - "air_date": "2004-06-03", - "question": "It's the breed of dog in the famous logo seen here", - "value": "$400", - "answer": "basset hound", - "round": "Jeopardy!", - "show_number": "4559", - "fullAnswer": "a basset hound" - }, { "category": "A GREEN THUMB", "air_date": "2004-06-03", @@ -812799,16 +770139,6 @@ "show_number": "4559", "fullAnswer": "the power play" }, - { - "category": "EDUCATION", - "air_date": "2004-06-03", - "question": "(Hi, I'm Chris Matthews.) This religious order runs 20 colleges in the U.S. including Georgetown, Loyola & my alma mater Holy Cross", - "value": "$600", - "answer": "Jesuits", - "round": "Jeopardy!", - "show_number": "4559", - "fullAnswer": "the Jesuits" - }, { "category": "THE FIRST WIVES CLUB", "air_date": "2004-06-03", @@ -812859,16 +770189,6 @@ "show_number": "4559", "fullAnswer": "the Power Rangers" }, - { - "category": "EDUCATION", - "air_date": "2004-06-03", - "question": "Restored to its original look, the USA's first public one of these opened in St. Louis in 1873", - "value": "$800", - "answer": "kindergarten", - "round": "Jeopardy!", - "show_number": "4559", - "fullAnswer": "a kindergarten" - }, { "category": "THE FIRST WIVES CLUB", "air_date": "2004-06-03", @@ -812949,16 +770269,6 @@ "show_number": "4559", "fullAnswer": "Portland" }, - { - "category": "GOING TO THE DOGS", - "air_date": "2004-06-03", - "question": "This hunting dog seen here is considered one of Japan's national monuments", - "value": "$1000", - "answer": "akita", - "round": "Jeopardy!", - "show_number": "4559", - "fullAnswer": "an akita" - }, { "category": "A GREEN THUMB", "air_date": "2004-06-03", @@ -813199,26 +770509,6 @@ "show_number": "4559", "fullAnswer": "Bat Masterson" }, - { - "category": "COMMUNICATIONS", - "air_date": "2004-06-03", - "question": "(Jimmy of the Clue Crew chalks up some Chinese characters.) Chinese writing began as pictographs; today, the symbol on the left is mu, or \"tree\"; on the right, lin, this word", - "value": "$1600", - "answer": "forest", - "round": "Double Jeopardy!", - "show_number": "4559", - "fullAnswer": "forest" - }, - { - "category": "CAR TALK?", - "air_date": "2004-06-03", - "question": "The inedible, fuzzy inner part of the item seen here", - "value": "$1600", - "answer": "choke", - "round": "Double Jeopardy!", - "show_number": "4559", - "fullAnswer": "the choke" - }, { "category": "POETS & POETRY", "air_date": "2004-06-03", @@ -813964,7 +771254,7 @@ "air_date": "2011-03-17", "question": "In this work mom is seated, facing left--or is it right? Anyway, she's clad in black with a white lace cap", "value": "$400", - "answer": "Whistler\\'s Mother", + "answer": "Whistler's Mother", "round": "Jeopardy!", "show_number": "6109", "fullAnswer": "Whistler\\'s Mother" @@ -814159,16 +771449,6 @@ "show_number": "6109", "fullAnswer": "Imelda Marcos" }, - { - "category": "AVIATION", - "air_date": "2011-03-17", - "question": "Sharing its name with a Native American people, this type of helicopter seen here fired the first shots in Operation Desert Storm", - "value": "$1000", - "answer": "Apache", - "round": "Jeopardy!", - "show_number": "6109", - "fullAnswer": "an Apache" - }, { "category": "FACTS FROM THE WORLD ALMANAC", "air_date": "2011-03-17", @@ -814209,16 +771489,6 @@ "show_number": "6109", "fullAnswer": "Steve Martin" }, - { - "category": "GET A LOAD OF THIS CLOWN", - "air_date": "2011-03-17", - "question": "Tough guy, huh? What are you so scared of, hiding behind that? What is it, a barrel? Oh, you're this type of clown", - "value": "$400", - "answer": "rodeo clown", - "round": "Double Jeopardy!", - "show_number": "6109", - "fullAnswer": "a rodeo clown" - }, { "category": "\"F\"IVE-LETTER WORDS", "air_date": "2011-03-17", @@ -814269,16 +771539,6 @@ "show_number": "6109", "fullAnswer": "Arthur" }, - { - "category": "\"F\"IVE-LETTER WORDS", - "air_date": "2011-03-17", - "question": "Assume this position seen here", - "value": "$800", - "answer": "fetal", - "round": "Double Jeopardy!", - "show_number": "6109", - "fullAnswer": "fetal" - }, { "category": "YAHWEH", "air_date": "2011-03-17", @@ -814369,16 +771629,6 @@ "show_number": "6109", "fullAnswer": "sex, lies, and videotape" }, - { - "category": "GET A LOAD OF THIS CLOWN", - "air_date": "2011-03-17", - "question": "Don't let your guard down on this type of Great Dane that's named for a clown; I think I see a bottle of seltzer", - "value": "$1600", - "answer": "harlequin", - "round": "Double Jeopardy!", - "show_number": "6109", - "fullAnswer": "a harlequin" - }, { "category": "\"F\"IVE-LETTER WORDS", "air_date": "2011-03-17", @@ -814424,21 +771674,11 @@ "air_date": "2011-03-17", "question": "Steven Zaillian said hello to both Oscar & Oskar in penning this 1993 film set in WWII Poland", "value": "$2000", - "answer": "Schindler\\'s List", + "answer": "Schindler's List", "round": "Double Jeopardy!", "show_number": "6109", "fullAnswer": "Schindler\\'s List" }, - { - "category": "GET A LOAD OF THIS CLOWN", - "air_date": "2011-03-17", - "question": "The followers of the musical duo known by this crazy band name are called Juggalos", - "value": "$2000", - "answer": "Insane Clown Posse", - "round": "Double Jeopardy!", - "show_number": "6109", - "fullAnswer": "Insane Clown Posse" - }, { "category": "\"F\"IVE-LETTER WORDS", "air_date": "2011-03-17", @@ -815189,16 +772429,6 @@ "show_number": "5778", "fullAnswer": "Bacchus" }, - { - "category": "WHAT DO YOU STAND FOR?", - "air_date": "2009-10-28", - "question": "(Jimmy of the Clue Crew reports from Industrial Light & Magic in San Francisco, CA.) Skylights to capture sun help give San Francisco's Digital Arts Center a gold LEED rating--that's short for Leadership in this and Environmental Design", - "value": "$400", - "answer": "Energy", - "round": "Jeopardy!", - "show_number": "5778", - "fullAnswer": "Energy" - }, { "category": "11-LETTER WORDS", "air_date": "2009-10-28", @@ -815309,16 +772539,6 @@ "show_number": "5778", "fullAnswer": "Mercury" }, - { - "category": "WHAT DO YOU STAND FOR?", - "air_date": "2009-10-28", - "question": "(Jimmy of the Clue Crew speaks into a laptop running English-Arabic translation software at SRI International in Menlo Park, CA.) SRI International has developed IraqComm, a portable translation system--

\"Please answer with a question.\"

--it begins with technology called ASR, for automatic this", - "value": "$800", - "answer": "speech recognition", - "round": "Jeopardy!", - "show_number": "5778", - "fullAnswer": "speech recognition" - }, { "category": "11-LETTER WORDS", "air_date": "2009-10-28", @@ -815349,16 +772569,6 @@ "show_number": "5778", "fullAnswer": "Johnny" }, - { - "category": "\"G.E.\"", - "air_date": "2009-10-28", - "question": "She suffered permanent hearing loss after becoming the first woman to swim the English Channel", - "value": "$1000", - "answer": "Gertrude Ederle", - "round": "Jeopardy!", - "show_number": "5778", - "fullAnswer": "Gertrude Ederle" - }, { "category": "THE ROMAN GOD OR GODDESS OF...", "air_date": "2009-10-28", @@ -815634,7 +772844,7 @@ "air_date": "2009-10-28", "question": "Danny DeVito,
Rob McElhenney,
Kaitlin Olson", "value": "$2000", - "answer": "It\\'s Always Sunny in Philadelphia", + "answer": "It's Always Sunny in Philadelphia", "round": "Double Jeopardy!", "show_number": "5778", "fullAnswer": "It\\'s Always Sunny in Philadelphia" @@ -815699,16 +772909,6 @@ "show_number": "4697", "fullAnswer": "Patsy Cline" }, - { - "category": "WINEMAKING", - "air_date": "2005-01-25", - "question": "(Sarah of the Clue Crew dips a measurement device into a beaker of grape juice in Napa Valley, CA.) The refractometer tests the level of this carbohydrate which converts to alcohol during fermentation", - "value": "$200", - "answer": "sugar", - "round": "Jeopardy!", - "show_number": "4697", - "fullAnswer": "sugar" - }, { "category": "AROUND THE COLOSSEUM WITH COWARDUS", "air_date": "2005-01-25", @@ -815759,16 +772959,6 @@ "show_number": "4697", "fullAnswer": "Aerosmith" }, - { - "category": "WINEMAKING", - "air_date": "2005-01-25", - "question": "(Jimmy of the Clue Crew strolls through a cellar lined with barrels in Napa Valley, CA.) This type of wood is traditionally used for aging primarily because of the flavor it imparts to wine", - "value": "$400", - "answer": "oak", - "round": "Jeopardy!", - "show_number": "4697", - "fullAnswer": "oak" - }, { "category": "AROUND THE COLOSSEUM WITH COWARDUS", "air_date": "2005-01-25", @@ -815819,16 +773009,6 @@ "show_number": "4697", "fullAnswer": "Heart" }, - { - "category": "WINEMAKING", - "air_date": "2005-01-25", - "question": "(Sarah of the Clue Crew points out a grape vine in the vineyard in Napa Valley, CA.) Because American root stock and Europe vines resist different pests, growers combine them using this technique", - "value": "$600", - "answer": "grafting", - "round": "Jeopardy!", - "show_number": "4697", - "fullAnswer": "grafting" - }, { "category": "AROUND THE COLOSSEUM WITH COWARDUS", "air_date": "2005-01-25", @@ -815849,16 +773029,6 @@ "show_number": "4697", "fullAnswer": "gloves" }, - { - "category": "THE \"L\" I AM", - "air_date": "2005-01-25", - "question": "I am learning to play this instrument seen here", - "value": "$600", - "answer": "lute", - "round": "Jeopardy!", - "show_number": "4697", - "fullAnswer": "lute" - }, { "category": "THE SMALLEST IN AREA", "air_date": "2005-01-25", @@ -815879,16 +773049,6 @@ "show_number": "4697", "fullAnswer": "\"Crazy Little Thing Called Love\"" }, - { - "category": "WINEMAKING", - "air_date": "2005-01-25", - "question": "(Sarah of the Clue Crew reads the clue from a vineyard in Napa Valley, CA.) Modern vineyards entwine the vines in this lattice structure to allow light and air to get to the plants", - "value": "$800", - "answer": "trellus", - "round": "Jeopardy!", - "show_number": "4697", - "fullAnswer": "a trellus" - }, { "category": "AROUND THE COLOSSEUM WITH COWARDUS", "air_date": "2005-01-25", @@ -815939,16 +773099,6 @@ "show_number": "4697", "fullAnswer": "Seal" }, - { - "category": "WINEMAKING", - "air_date": "2005-01-25", - "question": "(Sarah of the Clue Crew tests a beaker of wine in an aging cellar in Napa Valley, CA.) If this level in wine drops below about 3.0, the wine will be probably be a trifle sharp", - "value": "$1000", - "answer": "pH", - "round": "Jeopardy!", - "show_number": "4697", - "fullAnswer": "pH" - }, { "category": "AROUND THE COLOSSEUM WITH COWARDUS", "air_date": "2005-01-25", @@ -816284,7 +773434,7 @@ "air_date": "2005-01-25", "question": "18th c. poem that says, \"Forever cursed be this detested day, Which snatched my best, my favorite curl away!\"", "value": null, - "answer": "\\The Rape of the Lock\\", + "answer": "The Rape of the Lock", "round": "Final Jeopardy!", "show_number": "4697", "fullAnswer": "\\\"The Rape of the Lock\\\"" @@ -816524,7 +773674,7 @@ "air_date": "2004-07-13", "question": "In 1997 this company introduced its Angels line of lingerie", "value": "$800", - "answer": "Victoria\\'s Secret", + "answer": "Victoria's Secret", "round": "Jeopardy!", "show_number": "4587", "fullAnswer": "Victoria\\'s Secret" @@ -816659,16 +773809,6 @@ "show_number": "4587", "fullAnswer": "Students" }, - { - "category": "A LITTLE BIT OF COUNTRY", - "air_date": "2004-07-13", - "question": "(Hi, I'm Mark Wills.) In my hit, \"Nineteen Something\", I sang, \"My first love was\" this 'Dukes of Hazzard' character \"in them cut off jeans\"", - "value": "$800", - "answer": "Daisy Duke", - "round": "Double Jeopardy!", - "show_number": "4587", - "fullAnswer": "Daisy Duke" - }, { "category": "WORLD CAPITAL BURIAL PLACES", "air_date": "2004-07-13", @@ -816709,16 +773849,6 @@ "show_number": "4587", "fullAnswer": "VA (Veterans Affairs)" }, - { - "category": "HISTORIC GROUPS", - "air_date": "2004-07-13", - "question": "(Sarah of the Clue Crew displays some artifacts at the Nat'l Constitution Center in Philadelphia, PA.) Now National Archives properties, the Watergate tools were used by members of this committee, known as CREEP", - "value": "$5,200", - "answer": "Committee to Re-Elect the President", - "round": "Double Jeopardy!", - "show_number": "4587", - "fullAnswer": "the Committee to Re-Elect the President" - }, { "category": "A LITTLE BIT OF COUNTRY", "air_date": "2004-07-13", @@ -816779,16 +773909,6 @@ "show_number": "4587", "fullAnswer": "the Stuarts" }, - { - "category": "A LITTLE BIT OF COUNTRY", - "air_date": "2004-07-13", - "question": "(Hi. I'm Lorrie Morgan.) In a 1993 hit I asked, \"What part of\" this \"don't you understand, to put it plain and simple I'm not into one night stands\"", - "value": "$1600", - "answer": "No", - "round": "Double Jeopardy!", - "show_number": "4587", - "fullAnswer": "No" - }, { "category": "WORLD CAPITAL BURIAL PLACES", "air_date": "2004-07-13", @@ -816799,16 +773919,6 @@ "show_number": "4587", "fullAnswer": "Paris" }, - { - "category": "HOBBY TIME", - "air_date": "2004-07-13", - "question": "(Sofia of the Clue Crew sticks a flower step in a shallow pot.) Moribana is a natural style of this timeless Japanese art of flower arranging", - "value": "$1600", - "answer": "ikebana", - "round": "Double Jeopardy!", - "show_number": "4587", - "fullAnswer": "ikebana" - }, { "category": "EDUCATION", "air_date": "2004-07-13", @@ -817394,7 +774504,7 @@ "air_date": "2001-04-16", "question": "In 1958 Alec Guinness played painter Gulley Jimson; we got it straight from this, the title of the film", "value": "$800", - "answer": "Horse\\'s Mouth", + "answer": "Horse's Mouth", "round": "Double Jeopardy!", "show_number": "3836", "fullAnswer": "The Horse\\'s Mouth" @@ -817519,16 +774629,6 @@ "show_number": "4295", "fullAnswer": "the Wright Brothers" }, - { - "category": "COLLEGE TEAM NICKNAMES", - "air_date": "2003-04-11", - "question": "(I'm Kurt Warner.) The team at my alma mater, Northern Iowa, is these big, fierce black cats", - "value": "$200", - "answer": "Panthers", - "round": "Jeopardy!", - "show_number": "4295", - "fullAnswer": "Panthers" - }, { "category": "BEAGLEMANIA", "air_date": "2003-04-11", @@ -817544,7 +774644,7 @@ "air_date": "2003-04-11", "question": "The Hong Kong branch of this world-famous wax museum features figures of Asian singing idols Andy Lau & Teresa Teng", "value": "$200", - "answer": "Madame Tussaud\\'s", + "answer": "Madame Tussaud's", "round": "Jeopardy!", "show_number": "4295", "fullAnswer": "Madame Tussaud\\'s" @@ -817579,16 +774679,6 @@ "show_number": "4295", "fullAnswer": "Ben & Jerry" }, - { - "category": "COLLEGE TEAM NICKNAMES", - "air_date": "2003-04-11", - "question": "(I'm Jeff Garcia.) For San Jose State, I was one of these warriors who battled the Athenians", - "value": "$400", - "answer": "Spartans", - "round": "Jeopardy!", - "show_number": "4295", - "fullAnswer": "Spartans" - }, { "category": "BEAGLEMANIA", "air_date": "2003-04-11", @@ -817629,36 +774719,6 @@ "show_number": "4295", "fullAnswer": "shortstop" }, - { - "category": "FAMOUS PAIRS", - "air_date": "2003-04-11", - "question": "They're the pair heard here", - "value": "$600", - "answer": "Roy Rogers & Dale Evans", - "round": "Jeopardy!", - "show_number": "4295", - "fullAnswer": "Roy Rogers & Dale Evans" - }, - { - "category": "COLLEGE TEAM NICKNAMES", - "air_date": "2003-04-11", - "question": "(I'm Drew Brees.) At Purdue I was one of these, originally an insult by some jerks from Wabash College in 1889", - "value": "$600", - "answer": "Boilermakers", - "round": "Jeopardy!", - "show_number": "4295", - "fullAnswer": "Boilermakers" - }, - { - "category": "BEAGLEMANIA", - "air_date": "2003-04-11", - "question": "(Sofia of the Clue Crew reports from Rockefeller Center in New York.) In \"A Boy Named Charlie Brown\", this character skates here, at the Rockefeller Center rink", - "value": "$600", - "answer": "Snoopy", - "round": "Jeopardy!", - "show_number": "4295", - "fullAnswer": "Snoopy" - }, { "category": "WAXING NOSTAGIC", "air_date": "2003-04-11", @@ -817699,16 +774759,6 @@ "show_number": "4295", "fullAnswer": "Punch & Judy" }, - { - "category": "COLLEGE TEAM NICKNAMES", - "air_date": "2003-04-11", - "question": "(I'm Troy Vincent.) I played for Wisconsin as one of these diggers", - "value": "$800", - "answer": "Badgers", - "round": "Jeopardy!", - "show_number": "4295", - "fullAnswer": "Badgers" - }, { "category": "BEAGLEMANIA", "air_date": "2003-04-11", @@ -817759,16 +774809,6 @@ "show_number": "4295", "fullAnswer": "Gilbert & Sullivan" }, - { - "category": "COLLEGE TEAM NICKNAMES", - "air_date": "2003-04-11", - "question": "(I'm Shaun Alexander.) I'm the all-time leading rusher of this college team whose nickname used to be \"The Thin Red Line\"", - "value": "$1000", - "answer": "Alabama Crimson Tide", - "round": "Jeopardy!", - "show_number": "4295", - "fullAnswer": "the Alabama Crimson Tide" - }, { "category": "BEAGLEMANIA", "air_date": "2003-04-11", @@ -817969,16 +775009,6 @@ "show_number": "4295", "fullAnswer": "the Legion of Honor" }, - { - "category": "'60s LYRICS", - "air_date": "2003-04-11", - "question": "(Sofia of the Clue Crew in Albuquerque.) This 60's pop tune asks \"Would you like to ride in my beautiful balloon?\"", - "value": "$1200", - "answer": "Up-Up And Away", - "round": "Double Jeopardy!", - "show_number": "4295", - "fullAnswer": "\"Up-Up And Away\"" - }, { "category": "ANAGRAMS", "air_date": "2003-04-11", @@ -818824,7 +775854,7 @@ "air_date": "2010-05-13", "question": "This brand of English muffins makes much ado about its \"nooks & crannies\"", "value": "$400", - "answer": "Thomas\\'", + "answer": "Thomas'", "round": "Jeopardy!", "show_number": "5919", "fullAnswer": "Thomas\\'" @@ -818849,16 +775879,6 @@ "show_number": "5919", "fullAnswer": "(Henry) Hudson" }, - { - "category": "PUBLISHERS", - "air_date": "2010-05-13", - "question": "Its homey logo is seen here", - "value": "$600", - "answer": "Random House", - "round": "Jeopardy!", - "show_number": "5919", - "fullAnswer": "Random House" - }, { "category": "FRANÇAIS TO ANGLAIS", "air_date": "2010-05-13", @@ -819019,16 +776039,6 @@ "show_number": "5919", "fullAnswer": "Payne Stewart" }, - { - "category": "THE NEW YORK TIMES SCIENCE TIMES", - "air_date": "2010-05-13", - "question": "nytimes.com calls these insects \"the angels of agriculture\"", - "value": "$400", - "answer": "bees", - "round": "Double Jeopardy!", - "show_number": "5919", - "fullAnswer": "bees" - }, { "category": "CABLE DRAMAS", "air_date": "2010-05-13", @@ -819039,16 +776049,6 @@ "show_number": "5919", "fullAnswer": "Rescue Me" }, - { - "category": "SYMBOLISM", - "air_date": "2010-05-13", - "question": "(Kelly of the Clue Crew shows an animation of Greek letters on the monitor.) Five Greek letters form a wheel--an early Christian symbol; they also spell \"ichthus\", meaning this--a symbol of Christ", - "value": "$400", - "answer": "fish", - "round": "Double Jeopardy!", - "show_number": "5919", - "fullAnswer": "a fish" - }, { "category": "THE HECUBA, YOU SAY", "air_date": "2010-05-13", @@ -819159,16 +776159,6 @@ "show_number": "5919", "fullAnswer": "The L Word" }, - { - "category": "SYMBOLISM", - "air_date": "2010-05-13", - "question": "This musical sign tells you to play \"F\", not F-sharp", - "value": "$1200", - "answer": "F-natural", - "round": "Double Jeopardy!", - "show_number": "5919", - "fullAnswer": "F-natural" - }, { "category": "THE HECUBA, YOU SAY", "air_date": "2010-05-13", @@ -819219,16 +776209,6 @@ "show_number": "5919", "fullAnswer": "Sharon Gless" }, - { - "category": "SYMBOLISM", - "air_date": "2010-05-13", - "question": "On an electrical diagram, the symbol here denotes this device that steps current up or down", - "value": "$1600", - "answer": "transformer", - "round": "Double Jeopardy!", - "show_number": "5919", - "fullAnswer": "a transformer" - }, { "category": "THE HECUBA, YOU SAY", "air_date": "2010-05-13", @@ -819259,16 +776239,6 @@ "show_number": "5919", "fullAnswer": "therefore" }, - { - "category": "THE NEW YORK TIMES SCIENCE TIMES", - "air_date": "2010-05-13", - "question": "nytimes.com/health has a handy primer on the PSA blood test done on older gents, PSA standing for this", - "value": "$2000", - "answer": "prostate-specific antigen", - "round": "Double Jeopardy!", - "show_number": "5919", - "fullAnswer": "prostate-specific antigen" - }, { "category": "CABLE DRAMAS", "air_date": "2010-05-13", @@ -819279,16 +776249,6 @@ "show_number": "5919", "fullAnswer": "Leverage" }, - { - "category": "SYMBOLISM", - "air_date": "2010-05-13", - "question": "The symbol here could stand for the U.S. as alchemists used it to mean a crucible, also called this 2-word term", - "value": "$2000", - "answer": "melting pot", - "round": "Double Jeopardy!", - "show_number": "5919", - "fullAnswer": "melting pot" - }, { "category": "THE HECUBA, YOU SAY", "air_date": "2010-05-13", @@ -819354,7 +776314,7 @@ "air_date": "2011-04-27", "question": "Its original Irish cream is a blend of Irish whiskey with hints of vanilla & chocolate", "value": "$200", - "answer": "Bailey\\'s", + "answer": "Bailey's", "round": "Jeopardy!", "show_number": "6138", "fullAnswer": "Bailey\\'s" @@ -819379,16 +776339,6 @@ "show_number": "6138", "fullAnswer": "beginning" }, - { - "category": "THE DOG WHISPERER", - "air_date": "2011-04-27", - "question": "(Cesar Millan walks several large dogs) Notice that I walk ahead of the dogs; I am communicating that I'm the pack leader, the equivalent of this leader of a wild pack", - "value": "$200", - "answer": "alpha", - "round": "Jeopardy!", - "show_number": "6138", - "fullAnswer": "the alpha" - }, { "category": "MISSING LYRICS", "air_date": "2011-04-27", @@ -819399,16 +776349,6 @@ "show_number": "6138", "fullAnswer": "bites the dust" }, - { - "category": "BIZ \"B\"s", - "air_date": "2011-04-27", - "question": "This brand of frozen veggies uses the logo seen here", - "value": "$400", - "answer": "Birds Eye", - "round": "Jeopardy!", - "show_number": "6138", - "fullAnswer": "Birds Eye" - }, { "category": "19th CENTURY AMERICA", "air_date": "2011-04-27", @@ -819429,16 +776369,6 @@ "show_number": "6138", "fullAnswer": "carpenter" }, - { - "category": "THE DOG WHISPERER", - "air_date": "2011-04-27", - "question": "(Cesar Millan is holding a dog) One of the most powerful tools in working with dogs is giving rewards, what psychologists call this type of reinforcement", - "value": "$400", - "answer": "positive", - "round": "Jeopardy!", - "show_number": "6138", - "fullAnswer": "positive" - }, { "category": "MISSING LYRICS", "air_date": "2011-04-27", @@ -819479,22 +776409,12 @@ "show_number": "6138", "fullAnswer": "arsenic" }, - { - "category": "THE DOG WHISPERER", - "air_date": "2011-04-27", - "question": "(Cesar Millan stands next to a seated dog) Dogs look to us for reassurance & notice fear immediately; in an entire city, a dog could find 1 gram of butyric acid, a component of this human secretion", - "value": "$600", - "answer": "sweat ", - "round": "Jeopardy!", - "show_number": "6138", - "fullAnswer": "sweat (or perspiration)" - }, { "category": "MISSING LYRICS", "air_date": "2011-04-27", "question": "\"And then while I'm away I'll write home ev'ry day and I'll send ___ ___ ___ ___ ___\"", "value": "$800", - "answer": "all my lovin\\' to you", + "answer": "all my lovin' to you", "round": "Jeopardy!", "show_number": "6138", "fullAnswer": "all my lovin\\' to you" @@ -819529,16 +776449,6 @@ "show_number": "6138", "fullAnswer": "politics" }, - { - "category": "THE DOG WHISPERER", - "air_date": "2011-04-27", - "question": "(Cesar Millan stands by a small group of dogs) With a little bit of help from me, the pack rehabilitates unstable dogs by showing them by example how to be calm & this, the opposite of dominant or assertive in behavioral science", - "value": "$800", - "answer": "submissive", - "round": "Jeopardy!", - "show_number": "6138", - "fullAnswer": "submissive" - }, { "category": "MISSING LYRICS", "air_date": "2011-04-27", @@ -819579,16 +776489,6 @@ "show_number": "6138", "fullAnswer": "rhetoric" }, - { - "category": "THE DOG WHISPERER", - "air_date": "2011-04-27", - "question": "(Cesar Millan snaps his fingers and makes a short vocal sound to a dog before giving the clue) Operant conditioning is a fancy way of saying learning from consequences, like the simple act of correction; it is part of this school of psychology that deals with actions, not inner states, so it works well with dogs", - "value": "$1000", - "answer": "behavioralist/behaviorism", - "round": "Jeopardy!", - "show_number": "6138", - "fullAnswer": "behavioralist/behaviorism" - }, { "category": "THE NEW YORK TIMES IN THE 21st CENTURY", "air_date": "2011-04-27", @@ -819629,16 +776529,6 @@ "show_number": "6138", "fullAnswer": "(Allen) Ginsberg" }, - { - "category": "PROFILES", - "air_date": "2011-04-27", - "question": "In happier times the royal Grimaldi family of this country kicked up its heels", - "value": "$400", - "answer": "Monaco", - "round": "Double Jeopardy!", - "show_number": "6138", - "fullAnswer": "Monaco" - }, { "category": "IN COURAGE", "air_date": "2011-04-27", @@ -819689,16 +776579,6 @@ "show_number": "6138", "fullAnswer": "Franzen" }, - { - "category": "PROFILES", - "air_date": "2011-04-27", - "question": "This spy novelist is seen here with a drink in hand, though it looks more like wine than a vodka martini", - "value": "$2,400", - "answer": "Ian Fleming", - "round": "Double Jeopardy!", - "show_number": "6138", - "fullAnswer": "Ian Fleming" - }, { "category": "IN COURAGE", "air_date": "2011-04-27", @@ -819749,16 +776629,6 @@ "show_number": "6138", "fullAnswer": "Rachel Carson" }, - { - "category": "PROFILES", - "air_date": "2011-04-27", - "question": "Let the name of this French scientist ferment in your brain", - "value": "$1200", - "answer": "Pasteur", - "round": "Double Jeopardy!", - "show_number": "6138", - "fullAnswer": "Pasteur" - }, { "category": "IN COURAGE", "air_date": "2011-04-27", @@ -819769,16 +776639,6 @@ "show_number": "6138", "fullAnswer": "urge" }, - { - "category": "THE NEW YORK TIMES IN THE 21st CENTURY", - "air_date": "2011-04-27", - "question": "Around this event in the fall of 2010, nytimes.com ran a \"word train\" to gauge readers' moods--no. 1 was \"disgusted\"", - "value": "$1600", - "answer": "mid-term election", - "round": "Double Jeopardy!", - "show_number": "6138", - "fullAnswer": "the mid-term election" - }, { "category": "PHYSICAL SCIENCE", "air_date": "2011-04-27", @@ -819809,16 +776669,6 @@ "show_number": "6138", "fullAnswer": "Philip Roth" }, - { - "category": "PROFILES", - "air_date": "2011-04-27", - "question": "This Massachusetts man was still a student at Yale when he spoke with Vice President Hubert Humphrey", - "value": "$1600", - "answer": "John Kerry", - "round": "Double Jeopardy!", - "show_number": "6138", - "fullAnswer": "John Kerry" - }, { "category": "IN COURAGE", "air_date": "2011-04-27", @@ -819839,16 +776689,6 @@ "show_number": "6138", "fullAnswer": "Goldman Sachs" }, - { - "category": "PHYSICAL SCIENCE", - "air_date": "2011-04-27", - "question": "(Kelly of the Clue Crew stands by a display of the sun.) Nuclear fusion in the sun's core produces energy that eventually flows to the photosphere - first, by radiation and then by heat currents using this process, also used in a type of oven", - "value": "$2000", - "answer": "convection", - "round": "Double Jeopardy!", - "show_number": "6138", - "fullAnswer": "convection" - }, { "category": "FAMOUS LAST WORD", "air_date": "2011-04-27", @@ -819869,16 +776709,6 @@ "show_number": "6138", "fullAnswer": "Thomas Pynchon" }, - { - "category": "PROFILES", - "air_date": "2011-04-27", - "question": "This soprano is seen in profile; the gentleman blindfolded next to her is Aristotle Onassis", - "value": "$2000", - "answer": "Maria Callas", - "round": "Double Jeopardy!", - "show_number": "6138", - "fullAnswer": "Maria Callas" - }, { "category": "IN COURAGE", "air_date": "2011-04-27", @@ -819909,16 +776739,6 @@ "show_number": "5324", "fullAnswer": "eel" }, - { - "category": "JOHNNY GILBERT, ROCK GOD", - "air_date": "2007-11-01", - "question": "\"Feel the city breakin' & everybody shakin' & we're stayin' alive, stayin' alive ah ha ha ha, stayin' alive\"", - "value": "$200", - "answer": "Bee Gees", - "round": "Jeopardy!", - "show_number": "5324", - "fullAnswer": "the Bee Gees" - }, { "category": "\"L\" ON EARTH", "air_date": "2007-11-01", @@ -819959,26 +776779,6 @@ "show_number": "5324", "fullAnswer": "ticks" }, - { - "category": "FISH & SHIPS", - "air_date": "2007-11-01", - "question": "The ability of the creature seen here to get airborne gives it this two-word name", - "value": "$400", - "answer": "flying fish", - "round": "Jeopardy!", - "show_number": "5324", - "fullAnswer": "flying fish" - }, - { - "category": "JOHNNY GILBERT, ROCK GOD", - "air_date": "2007-11-01", - "question": "\"I see a little silhouetto of a man, Scaramouche, Scaramouche, will you do the fandango?\"", - "value": "$400", - "answer": "Queen", - "round": "Jeopardy!", - "show_number": "5324", - "fullAnswer": "Queen" - }, { "category": "\"L\" ON EARTH", "air_date": "2007-11-01", @@ -820029,16 +776829,6 @@ "show_number": "5324", "fullAnswer": "Nina & Pinta" }, - { - "category": "JOHNNY GILBERT, ROCK GOD", - "air_date": "2007-11-01", - "question": "\"Got it bad, got it bad, got it bad, I'm hot for teacher... I got it bad, so bad, I'm hot for teacher\"", - "value": "$600", - "answer": "Van Halen", - "round": "Jeopardy!", - "show_number": "5324", - "fullAnswer": "Van Halen" - }, { "category": "\"L\" ON EARTH", "air_date": "2007-11-01", @@ -820079,26 +776869,6 @@ "show_number": "5324", "fullAnswer": "arteries" }, - { - "category": "FISH & SHIPS", - "air_date": "2007-11-01", - "question": "Queen variety of this heavenly sponge eater and reef dweller is seen here", - "value": "$800", - "answer": "angel fish", - "round": "Jeopardy!", - "show_number": "5324", - "fullAnswer": "angel fish" - }, - { - "category": "JOHNNY GILBERT, ROCK GOD", - "air_date": "2007-11-01", - "question": "\"Oh oh oh, I wanna be free, to feel the way I feel, man! I feel like a woman!\"", - "value": "$800", - "answer": "Shania Twain", - "round": "Jeopardy!", - "show_number": "5324", - "fullAnswer": "Shania Twain" - }, { "category": "\"L\" ON EARTH", "air_date": "2007-11-01", @@ -820144,21 +776914,11 @@ "air_date": "2007-11-01", "question": "Built in 1816, the first private yacht to cross the Atlantic shared its name with this ancient craft that cruised the Nile", "value": "$1000", - "answer": "Cleopatra\\'s barge", + "answer": "Cleopatra's barge", "round": "Jeopardy!", "show_number": "5324", "fullAnswer": "Cleopatra\\'s barge" }, - { - "category": "JOHNNY GILBERT, ROCK GOD", - "air_date": "2007-11-01", - "question": "\"In the jungle, welcome to the jungle, watch it bring you to your sha na na na na na na na knees, knees\"", - "value": "$1000", - "answer": "Guns N\\' Roses", - "round": "Jeopardy!", - "show_number": "5324", - "fullAnswer": "Guns N\\' Roses" - }, { "category": "\"L\" ON EARTH", "air_date": "2007-11-01", @@ -820209,16 +776969,6 @@ "show_number": "5324", "fullAnswer": "a triangle" }, - { - "category": "THE HOUSE OF BURGESS MEREDITH", - "air_date": "2007-11-01", - "question": "Wah wah wah! Burgess waddled into this TV villain part in 1966", - "value": "$400", - "answer": "Penguin", - "round": "Double Jeopardy!", - "show_number": "5324", - "fullAnswer": "the Penguin" - }, { "category": "WORDS AGAINST WAR", "air_date": "2007-11-01", @@ -820319,16 +777069,6 @@ "show_number": "5324", "fullAnswer": "quip" }, - { - "category": "MATH", - "air_date": "2007-11-01", - "question": "(Jimmy of the Clue Crew presents the clue on the monitor.) A pair of angles that add together to make a straight line are called this type of angle", - "value": "$1200", - "answer": "supplementary", - "round": "Double Jeopardy!", - "show_number": "5324", - "fullAnswer": "supplementary" - }, { "category": "THE HOUSE OF BURGESS MEREDITH", "air_date": "2007-11-01", @@ -820414,7 +777154,7 @@ "air_date": "2007-11-01", "question": "A museum in New Mexico is devoted to this artist famous for bleak landscapes & cow skulls", "value": "$1600", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Double Jeopardy!", "show_number": "5324", "fullAnswer": "Georgia O\\'Keeffe" @@ -820439,16 +777179,6 @@ "show_number": "5324", "fullAnswer": "pique" }, - { - "category": "MATH", - "air_date": "2007-11-01", - "question": "(Cheryl of the Clue Crew presents the clue on the monitor.) It's the property that expresses why the third equation follows from the first two", - "value": "$2000", - "answer": "transitive", - "round": "Double Jeopardy!", - "show_number": "5324", - "fullAnswer": "transitive" - }, { "category": "THE HOUSE OF BURGESS MEREDITH", "air_date": "2007-11-01", @@ -820529,16 +777259,6 @@ "show_number": "5829", "fullAnswer": "Sacha Baron Cohen" }, - { - "category": "AROUND THE COURTROOM", - "air_date": "2010-01-07", - "question": "(Jimmy of the Clue Crew reports from a courtroom.) The judge might not literally sit on one, but his predecessors did, as in the Shakespeare line, \"To pluck down justice from your awful\" this", - "value": "$200", - "answer": "bench", - "round": "Jeopardy!", - "show_number": "5829", - "fullAnswer": "the bench" - }, { "category": "I'M GETTING THE SHAKES(PEARE)", "air_date": "2010-01-07", @@ -820589,16 +777309,6 @@ "show_number": "5829", "fullAnswer": "Jack Black" }, - { - "category": "AROUND THE COURTROOM", - "air_date": "2010-01-07", - "question": "(Jimmy of the Clue Crew reports from a courtroom.) To plead a case before the court, attorneys must literally do this 3-word phrase; many just out of law school struggle to do it", - "value": "$400", - "answer": "pass the bar", - "round": "Jeopardy!", - "show_number": "5829", - "fullAnswer": "pass the bar" - }, { "category": "I'M GETTING THE SHAKES(PEARE)", "air_date": "2010-01-07", @@ -820649,16 +777359,6 @@ "show_number": "5829", "fullAnswer": "Christian Bale" }, - { - "category": "AROUND THE COURTROOM", - "air_date": "2010-01-07", - "question": "(Jimmy of the Clue Crew reports from a courtroom.) Rather than have the jurors choose this person, some states automatically appoint the juror who's in the seat I'm in", - "value": "$600", - "answer": "foreman", - "round": "Jeopardy!", - "show_number": "5829", - "fullAnswer": "the foreman" - }, { "category": "I'M GETTING THE SHAKES(PEARE)", "air_date": "2010-01-07", @@ -820669,16 +777369,6 @@ "show_number": "5829", "fullAnswer": "The Taming of the Shrew" }, - { - "category": "HAND ME A BOTTLE", - "air_date": "2010-01-07", - "question": "Perhaps from the Arabic for \"drinking cup\", it's used for serving wine in a restaurant", - "value": "$600", - "answer": "carafe", - "round": "Jeopardy!", - "show_number": "5829", - "fullAnswer": "a carafe" - }, { "category": "YOU'LL NEED \"ONE\"", "air_date": "2010-01-07", @@ -820709,16 +777399,6 @@ "show_number": "5829", "fullAnswer": "Johnny Depp" }, - { - "category": "AROUND THE COURTROOM", - "air_date": "2010-01-07", - "question": "(Jimmy of the Clue Crew reports from a courtroom.) The officer of the court is responsible for maintaining security, guarding juries &, in most courts, giving this 2-word order when the judge enters", - "value": "$800", - "answer": "all rise", - "round": "Jeopardy!", - "show_number": "5829", - "fullAnswer": "all rise" - }, { "category": "I'M GETTING THE SHAKES(PEARE)", "air_date": "2010-01-07", @@ -820749,16 +777429,6 @@ "show_number": "5829", "fullAnswer": "a one-armed bandit" }, - { - "category": "THE STATE OF THE STATE", - "air_date": "2010-01-07", - "question": "Extremely windy, seen here is the April 11, 1965 double tornado in Elkhart in this state", - "value": "$1000", - "answer": "Indiana", - "round": "Jeopardy!", - "show_number": "5829", - "fullAnswer": "Indiana" - }, { "category": "MOVIE ROLES", "air_date": "2010-01-07", @@ -820769,16 +777439,6 @@ "show_number": "5829", "fullAnswer": "Scarlett Johansson" }, - { - "category": "AROUND THE COURTROOM", - "air_date": "2010-01-07", - "question": "(Jimmy of the Clue Crew reports from a courtroom.) The court reporter who sits here must record up to 250 words per minute for CVR certification, the \"V\" standing for this exact adjective", - "value": "$1000", - "answer": "verbatim", - "round": "Jeopardy!", - "show_number": "5829", - "fullAnswer": "verbatim" - }, { "category": "I'M GETTING THE SHAKES(PEARE)", "air_date": "2010-01-07", @@ -820839,16 +777499,6 @@ "show_number": "5829", "fullAnswer": "The Rocky Mountain News" }, - { - "category": "THEY RULED!", - "air_date": "2010-01-07", - "question": "At one time, he was first secretary of the Sverdlovsk Party Committee", - "value": "$400", - "answer": "Yeltsin", - "round": "Double Jeopardy!", - "show_number": "5829", - "fullAnswer": "Yeltsin" - }, { "category": "\"RED\" SCIENCE", "air_date": "2010-01-07", @@ -820899,16 +777549,6 @@ "show_number": "5829", "fullAnswer": "Albuquerque" }, - { - "category": "THEY RULED!", - "air_date": "2010-01-07", - "question": "In 1979, this leader had to flee his own country", - "value": "$800", - "answer": "Shah", - "round": "Double Jeopardy!", - "show_number": "5829", - "fullAnswer": "the Shah" - }, { "category": "\"RED\" SCIENCE", "air_date": "2010-01-07", @@ -820959,16 +777599,6 @@ "show_number": "5829", "fullAnswer": "the Post-Intelligencer" }, - { - "category": "THEY RULED!", - "air_date": "2010-01-07", - "question": "He was the longest serving prime minister of his country & is seen here in his trademark outfit", - "value": "$8,000", - "answer": "Nehru", - "round": "Double Jeopardy!", - "show_number": "5829", - "fullAnswer": "(Jawaharlal) Nehru" - }, { "category": "\"RED\" SCIENCE", "air_date": "2010-01-07", @@ -821019,16 +777649,6 @@ "show_number": "5829", "fullAnswer": "The Sun" }, - { - "category": "THEY RULED!", - "air_date": "2010-01-07", - "question": "This king of Saudi Arabia was assassinated by his nephew in 1975", - "value": "$1600", - "answer": "King Faisal", - "round": "Double Jeopardy!", - "show_number": "5829", - "fullAnswer": "King Faisal" - }, { "category": "\"RED\" SCIENCE", "air_date": "2010-01-07", @@ -821079,16 +777699,6 @@ "show_number": "5829", "fullAnswer": "Gourmet" }, - { - "category": "THEY RULED!", - "air_date": "2010-01-07", - "question": "This former law professor was prime minister of his country for parts of three decades", - "value": "$2000", - "answer": "Pierre Elliott Trudeau", - "round": "Double Jeopardy!", - "show_number": "5829", - "fullAnswer": "Pierre Elliott Trudeau" - }, { "category": "\"RED\" SCIENCE", "air_date": "2010-01-07", @@ -821634,7 +778244,7 @@ "air_date": "2001-10-29", "question": "Read up on this longtime speaker of the House in his 1987 memoir \"Man of the House\"", "value": "$800", - "answer": "Tip O\\'Neill", + "answer": "Tip O'Neill", "round": "Double Jeopardy!", "show_number": "3946", "fullAnswer": "Tip O\\'Neill" @@ -821644,7 +778254,7 @@ "air_date": "2001-10-29", "question": "The English won most of the battles in this 1337-1453 war but in the end France drove them out", "value": "$800", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Double Jeopardy!", "show_number": "3946", "fullAnswer": "Hundred Years\\' War" @@ -822034,7 +778644,7 @@ "air_date": "1987-11-16", "question": "First successful 5 & 10; from August '82 to August of '87, it outperformed all other stocks on the Dow Jones Industrial Average", "value": "$200", - "answer": "Woolworth\\'s", + "answer": "Woolworth's", "round": "Double Jeopardy!", "show_number": "736", "fullAnswer": "Woolworth\\'s" @@ -822219,16 +778829,6 @@ "show_number": "736", "fullAnswer": "Richard Gephardt" }, - { - "category": "HISTORICAL DRAMAS", - "air_date": "1987-11-16", - "question": "193 years after the events it portrayed, this 1969 musical featured the following:

\"For I am yet happy, the first family, in the southern colony of Virginia...\"", - "value": "$1,183", - "answer": "1776", - "round": "Double Jeopardy!", - "show_number": "736", - "fullAnswer": "1776" - }, { "category": "ISLANDS", "air_date": "1987-11-16", @@ -822489,16 +779089,6 @@ "show_number": "6238", "fullAnswer": "Nomes" }, - { - "category": "AIRPORT CODES", - "air_date": "2011-11-02", - "question": "(Kelly of the Clue Crew sits in a Qantas flight simulator in Australia.) The Qantas A380 flight simulator has a training visual database of over 130 airports, naturally including Australia's busiest one, which goes by this 3-letter code", - "value": "$600", - "answer": "SYD", - "round": "Jeopardy!", - "show_number": "6238", - "fullAnswer": "SYD" - }, { "category": "YOU'RE A \"CHAMP\"!", "air_date": "2011-11-02", @@ -823134,7 +779724,7 @@ "air_date": "2011-05-31", "question": "\"You know I feel all right\"", "value": "$800", - "answer": "Hard Day\\'s Night", + "answer": "Hard Day's Night", "round": "Jeopardy!", "show_number": "6162", "fullAnswer": "Hard Day\\'s Night" @@ -823179,16 +779769,6 @@ "show_number": "6162", "fullAnswer": "ocelots" }, - { - "category": "THE HUMAN BODY", - "air_date": "2011-05-31", - "question": "From the Latin for \"thigh\", these main arteries of the thigh supply blood to the lower extremities", - "value": "$1000", - "answer": "femoral arteries", - "round": "Jeopardy!", - "show_number": "6162", - "fullAnswer": "the femoral arteries" - }, { "category": "BEATLES LAST LINES", "air_date": "2011-05-31", @@ -823239,16 +779819,6 @@ "show_number": "6162", "fullAnswer": "the manatee" }, - { - "category": "THE INCAS", - "air_date": "2011-05-31", - "question": "(Jimmy of the Clue Crew reports from Machu Picchu, Peru.) A kallanka was an Inca great hall; drinking vessels found here show that festivities included drinking chicha de jora, beer made from this grain", - "value": "$400", - "answer": "corn", - "round": "Double Jeopardy!", - "show_number": "6162", - "fullAnswer": "corn" - }, { "category": "MICHAEL DOUGLAS MOVIE ROLES", "air_date": "2011-05-31", @@ -823334,7 +779904,7 @@ "air_date": "2011-05-31", "question": "Martha & her husband George host Nick & his wife Honey in this play by Edward Albee", "value": "$800", - "answer": "Who\\'s Afraid of Virginia Woolf?", + "answer": "Who's Afraid of Virginia Woolf?", "round": "Double Jeopardy!", "show_number": "6162", "fullAnswer": "Who\\'s Afraid of Virginia Woolf?" @@ -823354,21 +779924,11 @@ "air_date": "2011-05-31", "question": "Hit the double this in the pub & you'll score 50 points", "value": "$800", - "answer": "bull\\'s eye", + "answer": "bull's eye", "round": "Double Jeopardy!", "show_number": "6162", "fullAnswer": "bull\\'s eye" }, - { - "category": "THE INCAS", - "air_date": "2011-05-31", - "question": "(Sarah of the Clue Crew reports from Machu Picchu, Peru.) If one Inca met another here at the Three Windows, \"napaykullayki\" was the standard greeting in this language", - "value": "$1200", - "answer": "Quechuan", - "round": "Double Jeopardy!", - "show_number": "6162", - "fullAnswer": "Quechuan" - }, { "category": "MICHAEL DOUGLAS MOVIE ROLES", "air_date": "2011-05-31", @@ -823409,26 +779969,6 @@ "show_number": "6162", "fullAnswer": "William Howard Taft" }, - { - "category": "\"BULL\"-Y!", - "air_date": "2011-05-31", - "question": "Developed in 19th century England, it's the breed of guard dog seen here", - "value": "$1200", - "answer": "bullmastiff", - "round": "Double Jeopardy!", - "show_number": "6162", - "fullAnswer": "a bullmastiff" - }, - { - "category": "THE INCAS", - "air_date": "2011-05-31", - "question": "On an Inca cross, the three steps stood for three tiers of being--condor aloft, puma on earth, and this reptile in the underworld", - "value": "$1600", - "answer": "snake", - "round": "Double Jeopardy!", - "show_number": "6162", - "fullAnswer": "a snake" - }, { "category": "MICHAEL DOUGLAS MOVIE ROLES", "air_date": "2011-05-31", @@ -823479,16 +780019,6 @@ "show_number": "6162", "fullAnswer": "bulletproof" }, - { - "category": "THE INCAS", - "air_date": "2011-05-31", - "question": "(Jimmy of the Clue Crew reports from Machu Picchu, Peru.) In 1500, it took over a week to cover the 50 miles on the Inca Trail, from here, the capital of the Incas, to the retreat of Machu Picchu", - "value": "$2000", - "answer": "Cuzco", - "round": "Double Jeopardy!", - "show_number": "6162", - "fullAnswer": "Cuzco" - }, { "category": "MICHAEL DOUGLAS MOVIE ROLES", "air_date": "2011-05-31", @@ -823529,16 +780059,6 @@ "show_number": "6162", "fullAnswer": "his wife and his mother" }, - { - "category": "\"BULL\"-Y!", - "air_date": "2011-05-31", - "question": "It's not a compiler of mythic tales, it's the creature seen here", - "value": "$2000", - "answer": "bullfinch", - "round": "Double Jeopardy!", - "show_number": "6162", - "fullAnswer": "a bullfinch" - }, { "category": "ANCIENT WRITINGS", "air_date": "2011-05-31", @@ -823619,16 +780139,6 @@ "show_number": "4755", "fullAnswer": "Reykjavik" }, - { - "category": "POP/ROCK WOMEN", - "air_date": "2005-04-15", - "question": "She's the angelic-voiced singer from Canada heard here

\"In the arms of the angels...\"", - "value": "$400", - "answer": "McLachlan", - "round": "Jeopardy!", - "show_number": "4755", - "fullAnswer": "(Sarah) McLachlan" - }, { "category": "ALPHABETICALLY FIRST", "air_date": "2005-04-15", @@ -823849,16 +780359,6 @@ "show_number": "4755", "fullAnswer": "celluloid" }, - { - "category": "THE ISLANDS OF VANUATU", - "air_date": "2005-04-15", - "question": "(Jeff Probst reports from Vanuatu.) The largest of Vanuatu's more than 80 islands, Espiritu Santo is Spanish for this member of the Trinity", - "value": "$400", - "answer": "Holy Spirit", - "round": "Double Jeopardy!", - "show_number": "4755", - "fullAnswer": "the Holy Spirit" - }, { "category": "A TIM ROBBINS FILM FESTIVAL", "air_date": "2005-04-15", @@ -824089,16 +780589,6 @@ "show_number": "4755", "fullAnswer": "Barbados" }, - { - "category": "THE ISLANDS OF VANUATU", - "air_date": "2005-04-15", - "question": "(Jeff Probst reports from Vanuatu.) In colonial times, Britain & France ruled Vanuatu in a joint arrangement known as this; locals just called it pandemonium", - "value": "$2000", - "answer": "condominium", - "round": "Double Jeopardy!", - "show_number": "4755", - "fullAnswer": "condominium" - }, { "category": "A TIM ROBBINS FILM FESTIVAL", "air_date": "2005-04-15", @@ -824764,7 +781254,7 @@ "air_date": "2001-03-29", "question": "She was on the April 22, 1974 cover of People magazine, holding an Oscar", "value": null, - "answer": "Tatum O\\'Neal ", + "answer": "Tatum O'Neal ", "round": "Final Jeopardy!", "show_number": "3824", "fullAnswer": "Tatum O\\'Neal (for Paper Moon)" @@ -824874,7 +781364,7 @@ "air_date": "1994-05-23", "question": "This sterling silver yachting trophy was designed by London's Robert Garrard Crown jewelers in 1848", "value": "$200", - "answer": "America\\'s Cup", + "answer": "America's Cup", "round": "Jeopardy!", "show_number": "2251", "fullAnswer": "the America\\'s Cup" @@ -824884,7 +781374,7 @@ "air_date": "1994-05-23", "question": "\"The Great American Chocolate Bar\"", "value": "$200", - "answer": "Hershey\\'s", + "answer": "Hershey's", "round": "Jeopardy!", "show_number": "2251", "fullAnswer": "Hershey\\'s" @@ -824944,7 +781434,7 @@ "air_date": "1994-05-23", "question": "\"You deserve a break today\"", "value": "$300", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "2251", "fullAnswer": "McDonald\\'s" @@ -825274,7 +781764,7 @@ "air_date": "1994-05-23", "question": "During World War II Oveta Culp Hobby was director of this new force", "value": "$800", - "answer": "Women\\'s Army Corps", + "answer": "Women's Army Corps", "round": "Double Jeopardy!", "show_number": "2251", "fullAnswer": "the Women\\'s Army Corps" @@ -825379,16 +781869,6 @@ "show_number": "2251", "fullAnswer": "Bonfire of the Vanities" }, - { - "category": "AROUND NEW YORK", - "air_date": "2005-07-13", - "question": "(Sarah of the Clue Crew reports from Herald Square, New York.) The title of a classic Christmas film, refers to Macy's location on Herald Square at the intersection of Broadway and this street", - "value": "$200", - "answer": "34th", - "round": "Jeopardy!", - "show_number": "4818", - "fullAnswer": "34th" - }, { "category": "ROYALTEASE", "air_date": "2005-07-13", @@ -825499,16 +781979,6 @@ "show_number": "4818", "fullAnswer": "Google" }, - { - "category": "AROUND NEW YORK", - "air_date": "2005-07-13", - "question": "(Cheryl of the Clue Crew reports from Times Square, New York.) The Times Square subway station is between Broadway and 7th Avenue on this road, also the name of a hit Broadway Musical", - "value": "$600", - "answer": "42nd Street", - "round": "Jeopardy!", - "show_number": "4818", - "fullAnswer": "42nd Street" - }, { "category": "ROYALTEASE", "air_date": "2005-07-13", @@ -825519,16 +781989,6 @@ "show_number": "4818", "fullAnswer": "Catherine & Peter" }, - { - "category": "BRAND NAMES", - "air_date": "2005-07-13", - "question": "The striding man seen here is featured on labels of this brand", - "value": "$600", - "answer": "Johnny Walker", - "round": "Jeopardy!", - "show_number": "4818", - "fullAnswer": "Johnny Walker" - }, { "category": "OPERA CROSSWORD CLUES \"C\"", "air_date": "2005-07-13", @@ -825619,16 +782079,6 @@ "show_number": "4818", "fullAnswer": "birth" }, - { - "category": "AROUND NEW YORK", - "air_date": "2005-07-13", - "question": "(Sarah of the Clue Crew reports from Tribeca, New York.) The name Tribeca was adopted in the mid-1970s; it stands for \"Triangle below\" this street", - "value": "$1000", - "answer": "Canal Street", - "round": "Jeopardy!", - "show_number": "4818", - "fullAnswer": "Canal Street" - }, { "category": "ROYALTEASE", "air_date": "2005-07-13", @@ -825699,16 +782149,6 @@ "show_number": "4818", "fullAnswer": "the Oakland Athletics" }, - { - "category": "ROADSIDE ATTRACTIONS", - "air_date": "2005-07-13", - "question": "The 40-foot tall Boston landmark seen here is a bottle for this; it would hold 50,000 gallons if it were real", - "value": "$400", - "answer": "milk", - "round": "Double Jeopardy!", - "show_number": "4818", - "fullAnswer": "milk" - }, { "category": "IF I'M ELECTED...", "air_date": "2005-07-13", @@ -825779,16 +782219,6 @@ "show_number": "4818", "fullAnswer": "the Senate" }, - { - "category": "YOU GET MY \"VOLT\"", - "air_date": "2005-07-13", - "question": "It's the 9-letter term for the instrument seen here", - "value": "$800", - "answer": "voltmeter", - "round": "Double Jeopardy!", - "show_number": "4818", - "fullAnswer": "voltmeter" - }, { "category": "BOTANY", "air_date": "2005-07-13", @@ -825809,26 +782239,6 @@ "show_number": "4818", "fullAnswer": "The Fine Young Cannibals" }, - { - "category": "IN THE BOOKSTORE", - "air_date": "2005-07-13", - "question": "(Hi, I'm Tavis Smiley.) I had this title for my book of stories from Black America long before that Edward Norton-Ben Stiller movie", - "value": "$1200", - "answer": "Keeping the Faith", - "round": "Double Jeopardy!", - "show_number": "4818", - "fullAnswer": "Keeping the Faith" - }, - { - "category": "ROADSIDE ATTRACTIONS", - "air_date": "2005-07-13", - "question": "Seen here, the sculpture of this largest member of the pike family houses Hayward, Wisconsin's shrine to anglers", - "value": "$1200", - "answer": "muskellunge", - "round": "Double Jeopardy!", - "show_number": "4818", - "fullAnswer": "muskellunge" - }, { "category": "IF I'M ELECTED...", "air_date": "2005-07-13", @@ -825859,16 +782269,6 @@ "show_number": "4818", "fullAnswer": "rubber plant" }, - { - "category": "KILLER BANDS", - "air_date": "2005-07-13", - "question": "(Hi, I'm Scott Ian.) Some historians say this cattle-killing disease (as well as the name of my band) was the 5th plague of Egypt", - "value": "$1600", - "answer": "anthrax", - "round": "Double Jeopardy!", - "show_number": "4818", - "fullAnswer": "anthrax" - }, { "category": "IN THE BOOKSTORE", "air_date": "2005-07-13", @@ -825939,16 +782339,6 @@ "show_number": "4818", "fullAnswer": "Nora Roberts" }, - { - "category": "ROADSIDE ATTRACTIONS", - "air_date": "2005-07-13", - "question": "This mystical alignment of autos seen here is just north of Alliance, Nebraska", - "value": "$2000", - "answer": "Carhenge", - "round": "Double Jeopardy!", - "show_number": "4818", - "fullAnswer": "Carhenge" - }, { "category": "IF I'M ELECTED...", "air_date": "2005-07-13", @@ -825974,7 +782364,7 @@ "air_date": "2005-07-13", "question": "In 1986 the Texas Department of Transportation began using this 4-word slogan as part of a campaign to prevent litter", "value": null, - "answer": "\\Don\\'t mess with Texas\\", + "answer": "Don't mess with Texas", "round": "Final Jeopardy!", "show_number": "4818", "fullAnswer": "\\\"Don\\'t mess with Texas\\\"" @@ -826104,7 +782494,7 @@ "air_date": "2011-04-04", "question": "Many believe that this hamlet in the play \"Our Town\" represented Peterborough, New Hampshire", "value": "$600", - "answer": "Grover\\'s Corners", + "answer": "Grover's Corners", "round": "Jeopardy!", "show_number": "6121", "fullAnswer": "Grover\\'s Corners" @@ -826119,16 +782509,6 @@ "show_number": "6121", "fullAnswer": "about-face" }, - { - "category": "HANDHELD", - "air_date": "2011-04-04", - "question": "They're the handheld percussion instruments heard here", - "value": "$600", - "answer": "castanets", - "round": "Jeopardy!", - "show_number": "6121", - "fullAnswer": "castanets" - }, { "category": "AYE, \"PAD\"", "air_date": "2011-04-04", @@ -826319,16 +782699,6 @@ "show_number": "6121", "fullAnswer": "Woolf Blitzer" }, - { - "category": "FOUNTAINS", - "air_date": "2011-04-04", - "question": "The fountains in this French palace express the power of the king over nature", - "value": "$400", - "answer": "Versailles", - "round": "Double Jeopardy!", - "show_number": "6121", - "fullAnswer": "Versailles" - }, { "category": "IN THE DICTIONARY", "air_date": "2011-04-04", @@ -826379,16 +782749,6 @@ "show_number": "6121", "fullAnswer": "civil service" }, - { - "category": "FOUNTAINS", - "air_date": "2011-04-04", - "question": "This European capitol is famous for its fountains, like the one seen here depicting Triton", - "value": "$800", - "answer": "Rome", - "round": "Double Jeopardy!", - "show_number": "6121", - "fullAnswer": "Rome" - }, { "category": "IN THE DICTIONARY", "air_date": "2011-04-04", @@ -826409,16 +782769,6 @@ "show_number": "6121", "fullAnswer": "(Walter) Gropius" }, - { - "category": "THE MOGULS & THE MOVIES", - "air_date": "2011-04-04", - "question": "The moguls proved their patriotism with movies like this one, in which Bogey battles Germans in the title desert", - "value": "$1200", - "answer": "Sahara", - "round": "Double Jeopardy!", - "show_number": "6121", - "fullAnswer": "Sahara" - }, { "category": "POETIC QUESTIONS", "air_date": "2011-04-04", @@ -826439,16 +782789,6 @@ "show_number": "6121", "fullAnswer": "blue belle" }, - { - "category": "FOUNTAINS", - "air_date": "2011-04-04", - "question": "Take in a night show every 15 minutes in front of this Las Vegas hotel", - "value": "$1200", - "answer": "Bellagio", - "round": "Double Jeopardy!", - "show_number": "6121", - "fullAnswer": "the Bellagio" - }, { "category": "IN THE DICTIONARY", "air_date": "2011-04-04", @@ -826499,16 +782839,6 @@ "show_number": "6121", "fullAnswer": "razing cane" }, - { - "category": "FOUNTAINS", - "air_date": "2011-04-04", - "question": "This Chicago fountain seen here has the same name as a palace", - "value": "$1600", - "answer": "Buckingham Fountain", - "round": "Double Jeopardy!", - "show_number": "6121", - "fullAnswer": "the Buckingham Fountain" - }, { "category": "IN THE DICTIONARY", "air_date": "2011-04-04", @@ -826519,26 +782849,6 @@ "show_number": "6121", "fullAnswer": "an A" }, - { - "category": "ARCHITECTURE", - "air_date": "2011-04-04", - "question": "( Sarah of the Clue Crew presents the clue on a monitor.) A cupola is the top structure of a dome; when the windows or walls are opened to illuminate the dome interior, it's this type of cupola, sharing its name with a certain portable light", - "value": "$2000", - "answer": "lantern", - "round": "Double Jeopardy!", - "show_number": "6121", - "fullAnswer": "a lantern" - }, - { - "category": "THE MOGULS & THE MOVIES", - "air_date": "2011-04-04", - "question": "William Randolph Hearst was said to have spent
$7 million promoting the career of this actress, his companion", - "value": "$2000", - "answer": "Marion Davies", - "round": "Double Jeopardy!", - "show_number": "6121", - "fullAnswer": "Marion Davies" - }, { "category": "POETIC QUESTIONS", "air_date": "2011-04-04", @@ -826559,16 +782869,6 @@ "show_number": "6121", "fullAnswer": "Harte beat" }, - { - "category": "FOUNTAINS", - "air_date": "2011-04-04", - "question": "The fountain seen here is a symbol of this Swiss city; note that it's in a lake", - "value": "$2000", - "answer": "Geneva", - "round": "Double Jeopardy!", - "show_number": "6121", - "fullAnswer": "Geneva" - }, { "category": "IN THE DICTIONARY", "air_date": "2011-04-04", @@ -826599,26 +782899,6 @@ "show_number": "4914", "fullAnswer": "Hawaii" }, - { - "category": "EASILY IMITATED", - "air_date": "2006-01-12", - "question": "\"You're despicable!\"", - "value": "$200", - "answer": "Daffy Duck", - "round": "Jeopardy!", - "show_number": "4914", - "fullAnswer": "Daffy Duck" - }, - { - "category": "PARACHUTING WITH THE GOLDEN KNIGHTS", - "air_date": "2006-01-12", - "question": "(Jimmy of the Clue Crew reports from Fort Bragg, NC, holding a parachute.) Packing of all reserve chutes in the United States, even those used by the Army's Golden Knights, is overseen by this federal organization", - "value": "$200", - "answer": "FAA", - "round": "Jeopardy!", - "show_number": "4914", - "fullAnswer": "the FAA" - }, { "category": "THE U.S. CONGRESS", "air_date": "2006-01-12", @@ -826629,16 +782909,6 @@ "show_number": "4914", "fullAnswer": "a congressional district" }, - { - "category": "FAMOUS FOLKS", - "air_date": "2006-01-12", - "question": "She was still a teenager when Howard Hughes discovered her in 1940", - "value": "$200", - "answer": "Jane Russell", - "round": "Jeopardy!", - "show_number": "4914", - "fullAnswer": "Jane Russell" - }, { "category": "HIDDEN COUNTRIES", "air_date": "2006-01-12", @@ -826659,26 +782929,6 @@ "show_number": "4914", "fullAnswer": "fog" }, - { - "category": "EASILY IMITATED", - "air_date": "2006-01-12", - "question": "\"Outside of a dog, a book is man's best friend. Inside of a dog, it's too dark to read\"", - "value": "$400", - "answer": "Groucho Marx", - "round": "Jeopardy!", - "show_number": "4914", - "fullAnswer": "Groucho Marx" - }, - { - "category": "PARACHUTING WITH THE GOLDEN KNIGHTS", - "air_date": "2006-01-12", - "question": "(Kelly of the Clue Crew holds open a parachute at Fort Bragg, NC.) Though they may still say \"hit the silk\", the Golden Knights use a ripstop version of this synthetic fabric, created by Dupont in the '30s", - "value": "$400", - "answer": "nylon", - "round": "Jeopardy!", - "show_number": "4914", - "fullAnswer": "nylon" - }, { "category": "THE U.S. CONGRESS", "air_date": "2006-01-12", @@ -826689,16 +782939,6 @@ "show_number": "4914", "fullAnswer": "Elizabeth II" }, - { - "category": "FAMOUS FOLKS", - "air_date": "2006-01-12", - "question": "In 1976, this high-flying woman was simply gym-dandy", - "value": "$400", - "answer": "Nadia Comaneci", - "round": "Jeopardy!", - "show_number": "4914", - "fullAnswer": "Nadia Comaneci" - }, { "category": "HIDDEN COUNTRIES", "air_date": "2006-01-12", @@ -826719,26 +782959,6 @@ "show_number": "4914", "fullAnswer": "a tornado" }, - { - "category": "EASILY IMITATED", - "air_date": "2006-01-12", - "question": "\"Louis, I think this is the beginning of a beautiful friendship\"", - "value": "$600", - "answer": "Humphrey Bogart", - "round": "Jeopardy!", - "show_number": "4914", - "fullAnswer": "Humphrey Bogart" - }, - { - "category": "PARACHUTING WITH THE GOLDEN KNIGHTS", - "air_date": "2006-01-12", - "question": "(Jimmy of the Clue Crew demonstrates with a parachute at Fort Bragg, NC.) Also found on cars, when these steering lines are used dually, they slow the parachute; singly, they allow turning", - "value": "$600", - "answer": "brakes", - "round": "Jeopardy!", - "show_number": "4914", - "fullAnswer": "brakes" - }, { "category": "THE U.S. CONGRESS", "air_date": "2006-01-12", @@ -826749,16 +782969,6 @@ "show_number": "4914", "fullAnswer": "oaths of office" }, - { - "category": "FAMOUS FOLKS", - "air_date": "2006-01-12", - "question": "He's the famous Russian seen here in 1961", - "value": "$600", - "answer": "Yuri Gagarin", - "round": "Jeopardy!", - "show_number": "4914", - "fullAnswer": "Yuri Gagarin" - }, { "category": "HIDDEN COUNTRIES", "air_date": "2006-01-12", @@ -826779,26 +782989,6 @@ "show_number": "4914", "fullAnswer": "storm surge" }, - { - "category": "EASILY IMITATED", - "air_date": "2006-01-12", - "question": "\"I'm lookin' at a tin star with a drunk pinned on it\"", - "value": "$800", - "answer": "John Wayne", - "round": "Jeopardy!", - "show_number": "4914", - "fullAnswer": "John Wayne" - }, - { - "category": "PARACHUTING WITH THE GOLDEN KNIGHTS", - "air_date": "2006-01-12", - "question": "(Kelly of the Clue Crew reports from a runway at Fort Bragg, NC.) The Army employs two jumping methods: a static line in which the jumper is tethered to the plane, & this style, reminiscent of a Tom Petty tune", - "value": "$800", - "answer": "freefalling", - "round": "Jeopardy!", - "show_number": "4914", - "fullAnswer": "freefalling" - }, { "category": "THE U.S. CONGRESS", "air_date": "2006-01-12", @@ -826809,16 +782999,6 @@ "show_number": "4914", "fullAnswer": "Jeffords" }, - { - "category": "FAMOUS FOLKS", - "air_date": "2006-01-12", - "question": "Before her time as a First Lady, this woman was a radio & film actress", - "value": "$1,000", - "answer": "Eva Peron", - "round": "Jeopardy!", - "show_number": "4914", - "fullAnswer": "Eva Peron" - }, { "category": "HIDDEN COUNTRIES", "air_date": "2006-01-12", @@ -826839,26 +783019,6 @@ "show_number": "4914", "fullAnswer": "Doppler" }, - { - "category": "EASILY IMITATED", - "air_date": "2006-01-12", - "question": "\"You're the man now, dog!\"", - "value": "$1000", - "answer": "Sean Connery", - "round": "Jeopardy!", - "show_number": "4914", - "fullAnswer": "Sean Connery" - }, - { - "category": "PARACHUTING WITH THE GOLDEN KNIGHTS", - "air_date": "2006-01-12", - "question": "(Sarah of the Clue Crew prepares to jump from an aircraft at Fort Bragg, NC.) Beginning parachuters usually jump with a partner, referred to as this term from the Latin for \"at length\"", - "value": "$1000", - "answer": "tandem", - "round": "Jeopardy!", - "show_number": "4914", - "fullAnswer": "tandem" - }, { "category": "THE U.S. CONGRESS", "air_date": "2006-01-12", @@ -826869,16 +783029,6 @@ "show_number": "4914", "fullAnswer": "lobbying" }, - { - "category": "FAMOUS FOLKS", - "air_date": "2006-01-12", - "question": "He's the World War I military leader & member of royalty seen here", - "value": "$1000", - "answer": "Kaiser Wilhelm II", - "round": "Jeopardy!", - "show_number": "4914", - "fullAnswer": "Kaiser Wilhelm II" - }, { "category": "HIDDEN COUNTRIES", "air_date": "2006-01-12", @@ -827179,16 +783329,6 @@ "show_number": "4914", "fullAnswer": "the Battle of Trafalgar" }, - { - "category": "NEXT OF \"KIN\"", - "air_date": "2006-01-12", - "question": "Honey of critter seen here", - "value": "$3,400", - "answer": "kinkajou", - "round": "Double Jeopardy!", - "show_number": "4914", - "fullAnswer": "a kinkajou" - }, { "category": "CLASSIC MOVIE CHARACTERS", "air_date": "2006-01-12", @@ -827929,16 +784069,6 @@ "show_number": "5475", "fullAnswer": "the Blarney Stone" }, - { - "category": "3-LETTER ABBREV.", - "air_date": "2008-05-30", - "question": "(Jon of he Clue Crew delivers the clue from White Sands NASA Test Facility in New Mexico.) Used to test propellants & explosives, NASA's White Sands High Energy Blast Facility can withstand blasts of 500 pounds of trinitrotoluene, also known by this 3-letter term", - "value": "$600", - "answer": "TNT", - "round": "Jeopardy!", - "show_number": "5475", - "fullAnswer": "TNT" - }, { "category": "ROCK", "air_date": "2008-05-30", @@ -828019,16 +784149,6 @@ "show_number": "5475", "fullAnswer": "South Carolina" }, - { - "category": "SOUSA'S", - "air_date": "2008-05-30", - "question": "Sousa's great-grandniece,
soprano Renee,
appeared at this
L.A. landmark
in \"The Magic Of Sousa\"", - "value": "$800", - "answer": "Hollywood Bowl", - "round": "Jeopardy!", - "show_number": "5475", - "fullAnswer": "the Hollywood Bowl" - }, { "category": "HISTORIC NICKNAMES", "air_date": "2008-05-30", @@ -828109,16 +784229,6 @@ "show_number": "5475", "fullAnswer": "Dustin Hoffman" }, - { - "category": "CHEMISTRY", - "air_date": "2008-05-30", - "question": "(Sarah of the Clue Crew reports from the Jeopardy! lab.) The juice from blackberries can make ordinary construction paper into this \"testing\" type of scientific paper", - "value": "$400", - "answer": "litmus paper", - "round": "Double Jeopardy!", - "show_number": "5475", - "fullAnswer": "litmus paper" - }, { "category": "CAPTURE THE FLAG", "air_date": "2008-05-30", @@ -828289,16 +784399,6 @@ "show_number": "5475", "fullAnswer": "Bill Murray" }, - { - "category": "CHEMISTRY", - "air_date": "2008-05-30", - "question": "(Jimmy of the Clue Crew reports from the Jeopardy! lab.) Putting dry ice in water shows a solid transforming directly into a gas, a process called this", - "value": "$1600", - "answer": "sublimation", - "round": "Double Jeopardy!", - "show_number": "5475", - "fullAnswer": "sublimation" - }, { "category": "CAPTURE THE FLAG", "air_date": "2008-05-30", @@ -828454,7 +784554,7 @@ "air_date": "1992-11-18", "question": "\"Beware of false prophets which come to you in\" this garment", "value": "$100", - "answer": "Sheep\\'s Clothing", + "answer": "Sheep's Clothing", "round": "Jeopardy!", "show_number": "1888", "fullAnswer": "Sheep\\'s Clothing" @@ -829524,7 +785624,7 @@ "air_date": "1996-12-25", "question": "Bartholomew Gosnold named this Mass. island in honor of his daughter & its abundant grapes", "value": "$800", - "answer": "Martha\\'s Vineyard", + "answer": "Martha's Vineyard", "round": "Double Jeopardy!", "show_number": "2838", "fullAnswer": "Martha\\'s Vineyard" @@ -829574,7 +785674,7 @@ "air_date": "1996-12-25", "question": "This Wisconsin-based mail order clothing company has a mailing list of 20 million names", "value": "$1000", - "answer": "Land\\'s End", + "answer": "Land's End", "round": "Double Jeopardy!", "show_number": "2838", "fullAnswer": "Land\\'s End" @@ -830234,7 +786334,7 @@ "air_date": "2008-02-18", "question": "Walter Knott turned a California fruit ranch into this theme park", "value": "$200", - "answer": "Knott\\'s Berry Farm", + "answer": "Knott's Berry Farm", "round": "Jeopardy!", "show_number": "5401", "fullAnswer": "Knott\\'s Berry Farm" @@ -830329,16 +786429,6 @@ "show_number": "5401", "fullAnswer": "tennis" }, - { - "category": "THAT'S SO CLICHE!", - "air_date": "2008-02-18", - "question": "(Jimmy of the Clue Crew opens a mirrored door in a bedroom.) Psst! Are you keeping a secret about the past? Is it as bad as this?", - "value": "$400", - "answer": "skeleton in the closet", - "round": "Jeopardy!", - "show_number": "5401", - "fullAnswer": "a skeleton in the closet" - }, { "category": "AMERICAN LITERATURE", "air_date": "2008-02-18", @@ -830449,26 +786539,6 @@ "show_number": "5401", "fullAnswer": "volleyball" }, - { - "category": "THAT'S SO CLICHE!", - "air_date": "2008-02-18", - "question": "(Kelly of the Clue Crew puts the finishing touches on a phrase.) To pay close attention to detail, or to put the finishing touches on something, is to do this", - "value": "$800", - "answer": "to cross your T\\'s & dot your I\\'s", - "round": "Jeopardy!", - "show_number": "5401", - "fullAnswer": "to cross your T\\'s & dot your I\\'s" - }, - { - "category": "AMERICAN LITERATURE", - "air_date": "2008-02-18", - "question": "This poet published her novel \"The Bell Jar\" using the pseudonym Victoria Lucas", - "value": "$1000", - "answer": "Plath", - "round": "Jeopardy!", - "show_number": "5401", - "fullAnswer": "(Sylvia) Plath" - }, { "category": "THEME PARK FUN", "air_date": "2008-02-18", @@ -830529,16 +786599,6 @@ "show_number": "5401", "fullAnswer": "Patrick Henry" }, - { - "category": "DESIGN SQUAD", - "air_date": "2008-02-18", - "question": "For a dragster, one team made a continuously variable type of this; in cars they come in automatic & manual", - "value": "$400", - "answer": "transmission", - "round": "Double Jeopardy!", - "show_number": "5401", - "fullAnswer": "transmission" - }, { "category": "FUN WITH BALLET", "air_date": "2008-02-18", @@ -830579,26 +786639,6 @@ "show_number": "5401", "fullAnswer": "Teen Titans" }, - { - "category": "NAME THAT AMERICAN REVOLUTIONARY", - "air_date": "2008-02-18", - "question": "In 1788 this hero of the American Revolution accepted an offer to serve as a rear admiral in the Russian navy", - "value": "$800", - "answer": "John Paul Jones", - "round": "Double Jeopardy!", - "show_number": "5401", - "fullAnswer": "John Paul Jones" - }, - { - "category": "DESIGN SQUAD", - "air_date": "2008-02-18", - "question": "The Design Squad used only preindustrial materials to make one of these bridges hung from vertical ropes", - "value": "$800", - "answer": "suspension brdige", - "round": "Double Jeopardy!", - "show_number": "5401", - "fullAnswer": "a suspension brdige" - }, { "category": "FUN WITH BALLET", "air_date": "2008-02-18", @@ -830649,16 +786689,6 @@ "show_number": "5401", "fullAnswer": "Thomas Paine" }, - { - "category": "DESIGN SQUAD", - "air_date": "2008-02-18", - "question": "To create a new bike, the Design Squad used TIG welding, the \"T\" standing for this metal", - "value": "$1200", - "answer": "tungsten", - "round": "Double Jeopardy!", - "show_number": "5401", - "fullAnswer": "tungsten" - }, { "category": "FUN WITH BALLET", "air_date": "2008-02-18", @@ -830699,26 +786729,6 @@ "show_number": "5401", "fullAnswer": "Confessions of a Teenage Drama Queen" }, - { - "category": "NAME THAT AMERICAN REVOLUTIONARY", - "air_date": "2008-02-18", - "question": "Benedict Arnold & this Green Mountain Boy captured Fort Ticonderoga on May 10, 1775", - "value": "$1600", - "answer": "Ethan Allen", - "round": "Double Jeopardy!", - "show_number": "5401", - "fullAnswer": "Ethan Allen" - }, - { - "category": "DESIGN SQUAD", - "air_date": "2008-02-18", - "question": "By shortening an instrument's strings, the Design Squad raised this 5-letter word indicated in hertz", - "value": "$1600", - "answer": "pitch", - "round": "Double Jeopardy!", - "show_number": "5401", - "fullAnswer": "pitch" - }, { "category": "FUN WITH BALLET", "air_date": "2008-02-18", @@ -830769,16 +786779,6 @@ "show_number": "5401", "fullAnswer": "Madison" }, - { - "category": "DESIGN SQUAD", - "air_date": "2008-02-18", - "question": "Pancake machine? Easy, once they figured out how to generate this 6-letter force that's needed to rotate the belt", - "value": "$2000", - "answer": "torque", - "round": "Double Jeopardy!", - "show_number": "5401", - "fullAnswer": "torque" - }, { "category": "FUN WITH BALLET", "air_date": "2008-02-18", @@ -831274,7 +787274,7 @@ "air_date": "1999-07-13", "question": "Babylon, where Iraq is now, was home to this famous feline-filled incarceration site", "value": "$600", - "answer": "Lions\\' Den", + "answer": "Lions' Den", "round": "Double Jeopardy!", "show_number": "3437", "fullAnswer": "Lions\\' Den" @@ -831539,16 +787539,6 @@ "show_number": "5170", "fullAnswer": "decks" }, - { - "category": "DOUBLE \"T\"s", - "air_date": "2007-02-16", - "question": "Pucker up with the Sour ones of these, seen here", - "value": "$400", - "answer": "Skittles", - "round": "Jeopardy!", - "show_number": "5170", - "fullAnswer": "Skittles" - }, { "category": "U.S.A.", "air_date": "2007-02-16", @@ -831579,16 +787569,6 @@ "show_number": "5170", "fullAnswer": "72" }, - { - "category": "PAINTERS", - "air_date": "2007-02-16", - "question": "In 1889, he painted the self-portrait seen here; notice the bandaged ear", - "value": "$600", - "answer": "Vincent van Gogh", - "round": "Jeopardy!", - "show_number": "5170", - "fullAnswer": "Vincent van Gogh" - }, { "category": "CLEAN THIS PLACE UP!", "air_date": "2007-02-16", @@ -831684,7 +787664,7 @@ "air_date": "2007-02-16", "question": "Dr. Cristina Yang,
Dr. George O'Malley,
Dr. Miranda Bailey", "value": "$1000", - "answer": "Grey\\'s Anatomy", + "answer": "Grey's Anatomy", "round": "Jeopardy!", "show_number": "5170", "fullAnswer": "Grey\\'s Anatomy" @@ -831699,16 +787679,6 @@ "show_number": "5170", "fullAnswer": "the meter" }, - { - "category": "PAINTERS", - "air_date": "2007-02-16", - "question": "Seen here is a detail from one of the most famous religious paintings by this man", - "value": "$1000", - "answer": "Michelangelo ", - "round": "Jeopardy!", - "show_number": "5170", - "fullAnswer": "Michelangelo (Buonarroti)" - }, { "category": "CLEAN THIS PLACE UP!", "air_date": "2007-02-16", @@ -831734,7 +787704,7 @@ "air_date": "2007-02-16", "question": "E.B. White spun this tale about a spider & a pig", "value": "$400", - "answer": "Charlotte\\'s Web", + "answer": "Charlotte's Web", "round": "Double Jeopardy!", "show_number": "5170", "fullAnswer": "Charlotte\\'s Web" @@ -831829,16 +787799,6 @@ "show_number": "5170", "fullAnswer": "Ford" }, - { - "category": "SCIENCE STUFF", - "air_date": "2007-02-16", - "question": "(Jon of the Clue Crew delivers the clue from the Macy's Parade Warehouse in Hoboken, New Jersey.) The Macy's Parade balloons are inflated with a mix of air & this gas; they used to be released after the parade but that was stopped for safety reasons", - "value": "$800", - "answer": "helium", - "round": "Double Jeopardy!", - "show_number": "5170", - "fullAnswer": "helium" - }, { "category": "_____ & _____", "air_date": "2007-02-16", @@ -832009,16 +787969,6 @@ "show_number": "5170", "fullAnswer": "Nissan" }, - { - "category": "SCIENCE STUFF", - "air_date": "2007-02-16", - "question": "(Cheryl of the Clue Crew explains a diagram shown on a screen.) Many people are concerned about the long-term consequences of this effect that traps energy from the sun", - "value": "$2000", - "answer": "greenhouse effect", - "round": "Double Jeopardy!", - "show_number": "5170", - "fullAnswer": "the greenhouse effect" - }, { "category": "_____ & _____", "air_date": "2007-02-16", @@ -832944,7 +788894,7 @@ "air_date": "2000-03-31", "question": "After it was smitten a third time the Lord opened its mouth & it spoke", "value": "$500", - "answer": "Balaam\\'s ass", + "answer": "Balaam's ass", "round": "Jeopardy!", "show_number": "3595", "fullAnswer": "Balaam\\'s ass" @@ -833309,16 +789259,6 @@ "show_number": "6120", "fullAnswer": "an armadillo" }, - { - "category": "MOLECULAR GASTRONOMY", - "air_date": "2011-04-01", - "question": "(Sarah gives the clue from the Moto Restaurant in Chicago, IL.) Molecular gastronomy uses science to be creative, efficient, & delicious, as in ice cream made instantly using the liquid form of this element; faster freezing means more smaller ice crystals & smoother ice cream", - "value": "$200", - "answer": "nitrogen", - "round": "Jeopardy!", - "show_number": "6120", - "fullAnswer": "nitrogen" - }, { "category": "MUSEUMS BY CITY", "air_date": "2011-04-01", @@ -833369,16 +789309,6 @@ "show_number": "6120", "fullAnswer": "an anteater" }, - { - "category": "MOLECULAR GASTRONOMY", - "air_date": "2011-04-01", - "question": "(Sarah gives the clue from the Moto Restaurant in Chicago, IL.) All kinds of food become faux caviar using the reaction between drops of sodium alginate & the medium of calcium chloride; they take a bead shape when they combine in this type of semisolid form", - "value": "$400", - "answer": "gel ", - "round": "Jeopardy!", - "show_number": "6120", - "fullAnswer": "a gel (gelatinous accepted)" - }, { "category": "MUSEUMS BY CITY", "air_date": "2011-04-01", @@ -833429,16 +789359,6 @@ "show_number": "6120", "fullAnswer": "a cheetah" }, - { - "category": "MOLECULAR GASTRONOMY", - "air_date": "2011-04-01", - "question": "(Sarah gives the clue from the Moto Restaurant in Chicago, IL.) Food is cooked to precise temperatures & uniform doneness in a water bath without the water coming into direct contact with it; the food is sealed without air so the technique is called \"sous vide\", \"vide\" meaning this", - "value": "$600", - "answer": "vacuum", - "round": "Jeopardy!", - "show_number": "6120", - "fullAnswer": "vacuum" - }, { "category": "MUSEUMS BY CITY", "air_date": "2011-04-01", @@ -833489,16 +789409,6 @@ "show_number": "6120", "fullAnswer": "a bandicoot" }, - { - "category": "MOLECULAR GASTRONOMY", - "air_date": "2011-04-01", - "question": "(Jimmy gives the clue from Moto Restaurant in Chicago, IL.) Some creations at Moto involve the use of a laser; here, pastry chef Ben Roche uses one for this process; it heats sugar to the necessary 338 degrees quite efficiently", - "value": "$500", - "answer": "carmelization", - "round": "Jeopardy!", - "show_number": "6120", - "fullAnswer": "carmelization" - }, { "category": "MUSEUMS BY CITY", "air_date": "2011-04-01", @@ -833509,16 +789419,6 @@ "show_number": "6120", "fullAnswer": "Pittsburgh" }, - { - "category": "SPORTS NICKNAMES", - "air_date": "2011-04-01", - "question": "5'3\" \"Muggsy\" of 14 seasons in the NBA", - "value": "$1000", - "answer": "Bogues", - "round": "Jeopardy!", - "show_number": "6120", - "fullAnswer": "(Tyrone) Bogues" - }, { "category": "ACTUAL FBI FILES", "air_date": "2011-04-01", @@ -833549,16 +789449,6 @@ "show_number": "6120", "fullAnswer": "an antelope" }, - { - "category": "MOLECULAR GASTRONOMY", - "air_date": "2011-04-01", - "question": "(Jimmy gives the clue from the Moto Restaurant in Chicago, IL.) Miracle berries expand the uses of foods like lemon by blocking the sour types of these specialized cells, which scientists now say are found all over and not in separate parts of the tongue", - "value": "$1000", - "answer": "receptors", - "round": "Jeopardy!", - "show_number": "6120", - "fullAnswer": "receptors" - }, { "category": "BIBLICAL WHO SAID IT?", "air_date": "2011-04-01", @@ -833754,7 +789644,7 @@ "air_date": "2011-04-01", "question": "\"Private Practice\" from...", "value": "$1600", - "answer": "Grey\\'s Anatomy", + "answer": "Grey's Anatomy", "round": "Double Jeopardy!", "show_number": "6120", "fullAnswer": "Grey\\'s Anatomy" @@ -833889,16 +789779,6 @@ "show_number": "3929", "fullAnswer": "Alka-Seltzer" }, - { - "category": "DIALECTS", - "air_date": "2001-10-04", - "question": "(Sofia of the Clue Crew gives the clue in a foreign language.) The standard written form of the language I'm speaking is closely related to the dialects of Uppsala & other nearby towns", - "value": "$100", - "answer": "Swedish", - "round": "Jeopardy!", - "show_number": "3929", - "fullAnswer": "Swedish" - }, { "category": "FIRST LADY FIRSTS", "air_date": "2001-10-04", @@ -833909,26 +789789,6 @@ "show_number": "3929", "fullAnswer": "Eleanor Roosevelt" }, - { - "category": "WHEEL OF JEOPARDY!", - "air_date": "2001-10-04", - "question": "A group of outdoor bargain stalls

-LE-
--R-ET
", - "value": "$100", - "answer": "flea market", - "round": "Jeopardy!", - "show_number": "3929", - "fullAnswer": "flea market" - }, - { - "category": "HEAVY METAL", - "air_date": "2001-10-04", - "question": "This band, a member of which is seen here, attracted an \"Army\" of fans", - "value": "$200", - "answer": "Kiss", - "round": "Jeopardy!", - "show_number": "3929", - "fullAnswer": "Kiss" - }, { "category": "NEW YORK POST HEADLINES", "air_date": "2001-10-04", @@ -833944,7 +789804,7 @@ "air_date": "2001-10-04", "question": "\"The best part of waking up is\" this \"in your cup\"", "value": "$200", - "answer": "Folger\\'s", + "answer": "Folger's", "round": "Jeopardy!", "show_number": "3929", "fullAnswer": "Folger\\'s" @@ -833969,26 +789829,6 @@ "show_number": "3929", "fullAnswer": "Abigail Adams" }, - { - "category": "WHEEL OF JEOPARDY!", - "air_date": "2001-10-04", - "question": "Nasty, low & vicious

D--N
-N-
D---Y
", - "value": "$200", - "answer": "down and dirty", - "round": "Jeopardy!", - "show_number": "3929", - "fullAnswer": "down and dirty" - }, - { - "category": "HEAVY METAL", - "air_date": "2001-10-04", - "question": "(Hi, I'm Geoff Tate of Queensryche.) A good heavy metal band spells its name with this mark over a vowel--my band has one over the \"Y\"", - "value": "$300", - "answer": "umlaut", - "round": "Jeopardy!", - "show_number": "3929", - "fullAnswer": "an umlaut" - }, { "category": "NEW YORK POST HEADLINES", "air_date": "2001-10-04", @@ -834029,16 +789869,6 @@ "show_number": "3929", "fullAnswer": "Dolley Madison" }, - { - "category": "WHEEL OF JEOPARDY!", - "air_date": "2001-10-04", - "question": "A final irritation

T-E
--ST
ST--W
", - "value": "$300", - "answer": "last straw", - "round": "Jeopardy!", - "show_number": "3929", - "fullAnswer": "the last straw" - }, { "category": "HEAVY METAL", "air_date": "2001-10-04", @@ -834079,26 +789909,6 @@ "show_number": "3929", "fullAnswer": "Florence Harding" }, - { - "category": "WHEEL OF JEOPARDY!", - "air_date": "2001-10-04", - "question": "To perform a superfluous action

--L-
T-E
L-LY
", - "value": "$400", - "answer": "gild the lily", - "round": "Jeopardy!", - "show_number": "3929", - "fullAnswer": "gild the lily" - }, - { - "category": "HEAVY METAL", - "air_date": "2001-10-04", - "question": "(Hi, I'm C.C. DeVille.) My band Samantha 7 debuted on the \"Behind the Music\" episode of this old band of mine", - "value": "$500", - "answer": "Poison", - "round": "Jeopardy!", - "show_number": "3929", - "fullAnswer": "Poison" - }, { "category": "CLASSIC ADS & JINGLES", "air_date": "2001-10-04", @@ -834129,16 +789939,6 @@ "show_number": "3929", "fullAnswer": "Bess Truman" }, - { - "category": "WHEEL OF JEOPARDY!", - "air_date": "2001-10-04", - "question": "Backup players to relieve the starters

S--ON-
S---N-
", - "value": "$500", - "answer": "second string", - "round": "Jeopardy!", - "show_number": "3929", - "fullAnswer": "second string" - }, { "category": "HEAVY METALLURGY", "air_date": "2001-10-04", @@ -834159,16 +789959,6 @@ "show_number": "3929", "fullAnswer": "The Silence of the Lambs" }, - { - "category": "THE LAND OF OZ", - "air_date": "2001-10-04", - "question": "(Hi, I'm Elisabeth Filarski from Survivor.) If you watched \"Survivor\", you know that this sparsely settled interior is known by this 7-letter word", - "value": "$200", - "answer": "Outback", - "round": "Double Jeopardy!", - "show_number": "3929", - "fullAnswer": "the Outback" - }, { "category": "MORE OF \"DE\" BEST PEOPLE", "air_date": "2001-10-04", @@ -834379,16 +790169,6 @@ "show_number": "3929", "fullAnswer": "Hart & Seoul" }, - { - "category": "HEAVY METALLURGY", - "air_date": "2001-10-04", - "question": "A heap of this metallurgical waste is seen here", - "value": "$1000", - "answer": "slag", - "round": "Double Jeopardy!", - "show_number": "3929", - "fullAnswer": "slag" - }, { "category": "MOVIE SEQUELS", "air_date": "2001-10-04", @@ -834399,16 +790179,6 @@ "show_number": "3929", "fullAnswer": "Romancing the Stone" }, - { - "category": "THE LAND OF OZ", - "air_date": "2001-10-04", - "question": "(Hi, I'm Colby Donaldson from Survivor 2.) It's a 1971 movie, or a return to Australian Aboriginal life, including survival in the bush", - "value": "$1000", - "answer": "Walkabout", - "round": "Double Jeopardy!", - "show_number": "3929", - "fullAnswer": "Walkabout" - }, { "category": "MORE OF \"DE\" BEST PEOPLE", "air_date": "2001-10-04", @@ -834419,16 +790189,6 @@ "show_number": "3929", "fullAnswer": "Dino De Laurentiis" }, - { - "category": "LITERATURE", - "air_date": "2001-10-04", - "question": "(Jimmy of the Clue Crew reports from a water theme park.) Hey, we can be this title duo from a Lewis Carroll poem", - "value": "$1000", - "answer": "Walrus and the Carpenter", - "round": "Double Jeopardy!", - "show_number": "3929", - "fullAnswer": "the Walrus and the Carpenter" - }, { "category": "QUASI-RELATED PAIRS", "air_date": "2001-10-04", @@ -834449,16 +790209,6 @@ "show_number": "3929", "fullAnswer": "John Glenn" }, - { - "category": "PICTURE AMERICA", - "air_date": "2007-05-11", - "question": "He's the member of LBJ's cabinet seen here in 1964", - "value": "$200", - "answer": "Robert Kennedy", - "round": "Jeopardy!", - "show_number": "5230", - "fullAnswer": "Robert Kennedy" - }, { "category": "COLLEGE EDUCATION", "air_date": "2007-05-11", @@ -834509,16 +790259,6 @@ "show_number": "5230", "fullAnswer": "vertebrae" }, - { - "category": "PICTURE AMERICA", - "air_date": "2007-05-11", - "question": "The Capital Dome seen here covers the room called this", - "value": "$400", - "answer": "Rotunda", - "round": "Jeopardy!", - "show_number": "5230", - "fullAnswer": "the Rotunda" - }, { "category": "COLLEGE EDUCATION", "air_date": "2007-05-11", @@ -834569,16 +790309,6 @@ "show_number": "5230", "fullAnswer": "an opinion" }, - { - "category": "PICTURE AMERICA", - "air_date": "2007-05-11", - "question": "Collective name for the group seen here in 1868", - "value": "$600", - "answer": "Supreme Court", - "round": "Jeopardy!", - "show_number": "5230", - "fullAnswer": "the Supreme Court" - }, { "category": "COLLEGE EDUCATION", "air_date": "2007-05-11", @@ -834629,16 +790359,6 @@ "show_number": "5230", "fullAnswer": "the reptile" }, - { - "category": "PICTURE AMERICA", - "air_date": "2007-05-11", - "question": "It's the decade the Rosie American woman seen here came on the poster scene", - "value": "$800", - "answer": "1940s", - "round": "Jeopardy!", - "show_number": "5230", - "fullAnswer": "the 1940s" - }, { "category": "COLLEGE EDUCATION", "air_date": "2007-05-11", @@ -834689,16 +790409,6 @@ "show_number": "5230", "fullAnswer": "the poodle" }, - { - "category": "PICTURE AMERICA", - "air_date": "2007-05-11", - "question": "Former senator, veep, and 1968 presidential candidate seen here", - "value": "$1000", - "answer": "Humphrey", - "round": "Jeopardy!", - "show_number": "5230", - "fullAnswer": "(Hubert) Humphrey" - }, { "category": "COLLEGE EDUCATION", "air_date": "2007-05-11", @@ -834749,16 +790459,6 @@ "show_number": "5230", "fullAnswer": "eponymous" }, - { - "category": "THEY'RE FROM USC", - "air_date": "2007-05-11", - "question": "(Hi, I'm Leonard Maltin.) I teach film at USC, but I'm also the resident film buff on this syndicated TV show about show biz--a job I've held since 1982", - "value": "$400", - "answer": "Entertainment Tonight", - "round": "Double Jeopardy!", - "show_number": "5230", - "fullAnswer": "Entertainment Tonight" - }, { "category": "\"D\" IN SCIENCE", "air_date": "2007-05-11", @@ -834809,16 +790509,6 @@ "show_number": "5230", "fullAnswer": "abbreviated" }, - { - "category": "THEY'RE FROM USC", - "air_date": "2007-05-11", - "question": "(I'm Julie Chen.) I host the CBS reality show \"Big Brother\", whose title was inspired by this British author", - "value": "$800", - "answer": "Orwell", - "round": "Double Jeopardy!", - "show_number": "5230", - "fullAnswer": "(George) Orwell" - }, { "category": "\"D\" IN SCIENCE", "air_date": "2007-05-11", @@ -834869,26 +790559,6 @@ "show_number": "5230", "fullAnswer": "malpractice" }, - { - "category": "THEY'RE FROM USC", - "air_date": "2007-05-11", - "question": "(Hey, I'm Mark McGrath.) I earned a degree in communications from USC before I joined this rock band that was formerly known as The Shrinky Dinx", - "value": "$1200", - "answer": "Sugar Ray", - "round": "Double Jeopardy!", - "show_number": "5230", - "fullAnswer": "Sugar Ray" - }, - { - "category": "\"D\" IN SCIENCE", - "air_date": "2007-05-11", - "question": "(Jimmy of the Clue Crew delivers the clue from a science lab.) The melting of ice doesn't raise the level of water because ice does this to a volume of water equivalent to its own volume when it melts", - "value": "$1200", - "answer": "to displace", - "round": "Double Jeopardy!", - "show_number": "5230", - "fullAnswer": "to displace" - }, { "category": "LIBRARIES", "air_date": "2007-05-11", @@ -834929,16 +790599,6 @@ "show_number": "5230", "fullAnswer": "legislation" }, - { - "category": "THEY'RE FROM USC", - "air_date": "2007-05-11", - "question": "This star of \"Eight Simple Rules\" was a drama major at USC & a student award for comic acting is given in his honor", - "value": "$1600", - "answer": "Ritter", - "round": "Double Jeopardy!", - "show_number": "5230", - "fullAnswer": "(John) Ritter" - }, { "category": "\"D\" IN SCIENCE", "air_date": "2007-05-11", @@ -834979,16 +790639,6 @@ "show_number": "5230", "fullAnswer": "the wingspan" }, - { - "category": "11-LETTER WORDS", - "air_date": "2007-05-11", - "question": "(Jon of the Clue Crew holds a small pyramid.) From the Greek for \"four faces\", it's a solid like the one seen here", - "value": "$1600", - "answer": "tetrahedron", - "round": "Double Jeopardy!", - "show_number": "5230", - "fullAnswer": "a tetrahedron" - }, { "category": "THEY'RE FROM USC", "air_date": "2007-05-11", @@ -834999,16 +790649,6 @@ "show_number": "5230", "fullAnswer": "Roots" }, - { - "category": "\"D\" IN SCIENCE", - "air_date": "2007-05-11", - "question": "(Sarah of the Clue Crew shows a micrograph of an organism with radial symmetry on the monitor.) A grungy type of earth used as industrial filler is named for these beautiful symmetrical algae from which it's made", - "value": "$2000", - "answer": "diatoms", - "round": "Double Jeopardy!", - "show_number": "5230", - "fullAnswer": "diatoms" - }, { "category": "LIBRARIES", "air_date": "2007-05-11", @@ -836014,7 +791654,7 @@ "air_date": "1997-11-21", "question": "Frank McCourt put his mother's name in the title of this bestselling memoir", "value": "$600", - "answer": "Angela\\'s Ashes", + "answer": "Angela's Ashes", "round": "Double Jeopardy!", "show_number": "3045", "fullAnswer": "\"Angela\\'s Ashes\"" @@ -836489,16 +792129,6 @@ "show_number": "3069", "fullAnswer": "calcium" }, - { - "category": "FIVE GOLDEN \"RING\"s", - "air_date": "1997-12-25", - "question": "Symbol of success & achievement associated with the object seen here:

[a carousel]", - "value": "$1,500", - "answer": "brass ring", - "round": "Double Jeopardy!", - "show_number": "3069", - "fullAnswer": "a brass ring" - }, { "category": "THE PARTRIDGE FAMILY", "air_date": "1997-12-25", @@ -836694,7 +792324,7 @@ "air_date": "1997-12-25", "question": "In an 1897 editorial that stated, \"Thank God! He lives, and he lives forever\" this question was answered", "value": null, - "answer": "\\Is there a Santa Claus?\\ ", + "answer": "Is there a Santa Claus? ", "round": "Final Jeopardy!", "show_number": "3069", "fullAnswer": "\\\"Is there a Santa Claus?\\\" (\\\"Yes, Virginia...\\\")" @@ -836709,16 +792339,6 @@ "show_number": "3270", "fullAnswer": "Vikings" }, - { - "category": "MUMMY DEAREST", - "air_date": "1998-11-20", - "question": "It was his portrayal of the mummy that was used on the U.S. stamp seen here", - "value": "$100", - "answer": "Boris Karloff", - "round": "Jeopardy!", - "show_number": "3270", - "fullAnswer": "Boris Karloff" - }, { "category": "twentysomething", "air_date": "1998-11-20", @@ -836979,16 +792599,6 @@ "show_number": "3270", "fullAnswer": "center" }, - { - "category": "BEARS", - "air_date": "1998-11-20", - "question": "This species is named for its distinctive markings", - "value": "$500", - "answer": "spectacled bear", - "round": "Jeopardy!", - "show_number": "3270", - "fullAnswer": "spectacled bear" - }, { "category": "THE STOCK MARKET", "air_date": "1998-11-20", @@ -837089,16 +792699,6 @@ "show_number": "3270", "fullAnswer": "a panda" }, - { - "category": "REUNIONS", - "air_date": "1998-11-20", - "question": "(Hey, what's happening? I'm Mark McGrath of Sugar Ray. The answer is…) While touring in 1996, we played with Johnny Rotten & this group who had reunited", - "value": "$3,100", - "answer": "Sex Pistols", - "round": "Double Jeopardy!", - "show_number": "3270", - "fullAnswer": "the Sex Pistols" - }, { "category": "THE MID-ATLANTIC STATES", "air_date": "1998-11-20", @@ -837289,16 +792889,6 @@ "show_number": "5800", "fullAnswer": "Hawaii" }, - { - "category": "HOLLYWOOD SQUARES", - "air_date": "2009-11-27", - "question": "Hey, lady! In 1963, as Julius Kelp in \"The Nutty Professor\", he played a square", - "value": "$200", - "answer": "Jerry Lewis", - "round": "Jeopardy!", - "show_number": "5800", - "fullAnswer": "Jerry Lewis" - }, { "category": "COMPUTER ABBREV.", "air_date": "2009-11-27", @@ -837409,16 +792999,6 @@ "show_number": "5800", "fullAnswer": "the Cascades" }, - { - "category": "HOLLYWOOD SQUARES", - "air_date": "2009-11-27", - "question": "This ubernerd became the breakout character of \"Family Matters\"", - "value": "$600", - "answer": "Urkel", - "round": "Jeopardy!", - "show_number": "5800", - "fullAnswer": "Urkel" - }, { "category": "COMPUTER ABBREV.", "air_date": "2009-11-27", @@ -837579,16 +793159,6 @@ "show_number": "5800", "fullAnswer": "fiat" }, - { - "category": "RENAISSANCE FAIR LADY", - "air_date": "2009-11-27", - "question": "Hans Holbein decided to paint Cupid with this love goddess in 1524; maybe Aphrodite was too hard to spell", - "value": "$400", - "answer": "Venus", - "round": "Double Jeopardy!", - "show_number": "5800", - "fullAnswer": "Venus" - }, { "category": "CYCLE BABBLE", "air_date": "2009-11-27", @@ -837639,16 +793209,6 @@ "show_number": "5800", "fullAnswer": "taboo" }, - { - "category": "RENAISSANCE FAIR LADY", - "air_date": "2009-11-27", - "question": "The beautiful lass here was drawn by this Florentine great; \"La Gioconda\" was less upsetting", - "value": "$800", - "answer": "da Vinci", - "round": "Double Jeopardy!", - "show_number": "5800", - "fullAnswer": "da Vinci" - }, { "category": "CYCLE BABBLE", "air_date": "2009-11-27", @@ -837699,26 +793259,6 @@ "show_number": "5800", "fullAnswer": "a booby trap" }, - { - "category": "RENAISSANCE FAIR LADY", - "air_date": "2009-11-27", - "question": "It's not \"Dr. Quinn, Medicine Woman\", it's this wife of Henry VIII in a Renaissance portrait by Hans Holbein", - "value": "$1200", - "answer": "Jane Seymour", - "round": "Double Jeopardy!", - "show_number": "5800", - "fullAnswer": "Jane Seymour" - }, - { - "category": "CYCLE BABBLE", - "air_date": "2009-11-27", - "question": "(Sarah of the Clue Crew reports from Trek Bicycle Corporation in Wisconsin.) I'm at Trek Bikes with the most popular frame design the diamond, or double this shape; it hasn't changed much since the 1880s & gives the bike its strength", - "value": "$1200", - "answer": "triangle", - "round": "Double Jeopardy!", - "show_number": "5800", - "fullAnswer": "triangle" - }, { "category": "POETRY FILL IN THE BLANK", "air_date": "2009-11-27", @@ -837759,16 +793299,6 @@ "show_number": "5800", "fullAnswer": "a caboose" }, - { - "category": "RENAISSANCE FAIR LADY", - "air_date": "2009-11-27", - "question": "Raphael painted this beautiful title woman \"of the Goldfinch\" in 1505", - "value": "$1600", - "answer": "Madonna of the Goldfinch", - "round": "Double Jeopardy!", - "show_number": "5800", - "fullAnswer": "the Madonna of the Goldfinch" - }, { "category": "CYCLE BABBLE", "air_date": "2009-11-27", @@ -837819,26 +793349,6 @@ "show_number": "5800", "fullAnswer": "a booster" }, - { - "category": "RENAISSANCE FAIR LADY", - "air_date": "2009-11-27", - "question": "Michelangelo didn't mention multiple personalities when he painted this Delphic prophetess", - "value": "$3,000", - "answer": "Sibyl", - "round": "Double Jeopardy!", - "show_number": "5800", - "fullAnswer": "Sibyl" - }, - { - "category": "CYCLE BABBLE", - "air_date": "2009-11-27", - "question": "(Kelly of the Clue Crew shows an animation on the monitor.) In order to cut wind resistance, a cyclist may use this air pocket to draft on another rider, saving about 30% of his energy", - "value": "$2000", - "answer": "slipstream", - "round": "Double Jeopardy!", - "show_number": "5800", - "fullAnswer": "the slipstream" - }, { "category": "POETRY FILL IN THE BLANK", "air_date": "2009-11-27", @@ -837859,16 +793369,6 @@ "show_number": "5800", "fullAnswer": "Leland Stanford" }, - { - "category": "ALL ABOUT THE BENJAMINS", - "air_date": "2009-11-27", - "question": "Don't get Fed up--just name this man, seen here", - "value": "$2000", - "answer": "Bernanke", - "round": "Double Jeopardy!", - "show_number": "5800", - "fullAnswer": "Bernanke" - }, { "category": "A CHORUS OF \"BOO\"S", "air_date": "2009-11-27", @@ -838024,7 +793524,7 @@ "air_date": "2002-12-20", "question": "Sissy Spacek did her own singing in this 1980 film bio", "value": "$600", - "answer": "Coal Miner\\'s Daughter", + "answer": "Coal Miner's Daughter", "round": "Jeopardy!", "show_number": "4215", "fullAnswer": "Coal Miner\\'s Daughter" @@ -838184,7 +793684,7 @@ "air_date": "2002-12-20", "question": "Modern Library's pick as one of this century's top English-language novels is this 1969 Philip Roth book", "value": "$400", - "answer": "Portnoy\\'s Complaint", + "answer": "Portnoy's Complaint", "round": "Double Jeopardy!", "show_number": "4215", "fullAnswer": "\"Portnoy\\'s Complaint\"" @@ -838459,26 +793959,6 @@ "show_number": "5041", "fullAnswer": "admiral" }, - { - "category": "BOBBLEHEAD REVISITED", - "air_date": "2006-07-10", - "question": "Current job of the actor who played the character seen here in three films", - "value": "$200", - "answer": "governor of California", - "round": "Jeopardy!", - "show_number": "5041", - "fullAnswer": "governor of California" - }, - { - "category": "SAMES NAMES AS THE JACKSON 5", - "air_date": "2006-07-10", - "question": "First name of the actor who in 1972 said, \"I'll make him an offer he can't refuse\"", - "value": "$200", - "answer": "Marlon", - "round": "Jeopardy!", - "show_number": "5041", - "fullAnswer": "Marlon" - }, { "category": "STUPID ANSWERS", "air_date": "2006-07-10", @@ -838519,16 +793999,6 @@ "show_number": "5041", "fullAnswer": "the Royal Air Force (the RAF)" }, - { - "category": "BOBBLEHEAD REVISITED", - "air_date": "2006-07-10", - "question": "The smiling guy seen here is the mascot of this popular magazine", - "value": "$400", - "answer": "MAD", - "round": "Jeopardy!", - "show_number": "5041", - "fullAnswer": "MAD" - }, { "category": "SAMES NAMES AS THE JACKSON 5", "air_date": "2006-07-10", @@ -838539,16 +794009,6 @@ "show_number": "5041", "fullAnswer": "Michael" }, - { - "category": "STUPID ANSWERS", - "air_date": "2006-07-10", - "question": "(Jon of the Clue Crew reports from a waterfront.) This New England city got its name in the 1650s because its citizens said, \"We're at the river's mouth, and our port is as good as any\"", - "value": "$400", - "answer": "Portsmouth", - "round": "Jeopardy!", - "show_number": "5041", - "fullAnswer": "Portsmouth" - }, { "category": "PHOTOGRAPHY", "air_date": "2006-07-10", @@ -838579,16 +794039,6 @@ "show_number": "5041", "fullAnswer": "MI6" }, - { - "category": "BOBBLEHEAD REVISITED", - "air_date": "2006-07-10", - "question": "Whether bobbling or not, this title movie character gave us a frighteningly close encounter", - "value": "$600", - "answer": "Alien", - "round": "Jeopardy!", - "show_number": "5041", - "fullAnswer": "Alien" - }, { "category": "SAMES NAMES AS THE JACKSON 5", "air_date": "2006-07-10", @@ -838639,16 +794089,6 @@ "show_number": "5041", "fullAnswer": "Northern Ireland" }, - { - "category": "BOBBLEHEAD REVISITED", - "air_date": "2006-07-10", - "question": "This fictional mountaineer headed for the Hills way back in 1962", - "value": "$800", - "answer": "Jed Clampett", - "round": "Jeopardy!", - "show_number": "5041", - "fullAnswer": "Jed Clampett" - }, { "category": "SAMES NAMES AS THE JACKSON 5", "air_date": "2006-07-10", @@ -838659,16 +794099,6 @@ "show_number": "5041", "fullAnswer": "Tito" }, - { - "category": "STUPID ANSWERS", - "air_date": "2006-07-10", - "question": "(Jimmy of the Clue Crew reports from on horseback.) The most famous stud farm for this breed of horse is in the region of Najd, Saudi Arabia", - "value": "$800", - "answer": "Arabian", - "round": "Jeopardy!", - "show_number": "5041", - "fullAnswer": "an Arabian" - }, { "category": "PHOTOGRAPHY", "air_date": "2006-07-10", @@ -838699,16 +794129,6 @@ "show_number": "5041", "fullAnswer": "the Royal Marines" }, - { - "category": "BOBBLEHEAD REVISITED", - "air_date": "2006-07-10", - "question": "In 2002, the bobblehead guy seen here was inducted into the Hall of Fame for this sport", - "value": "$1000", - "answer": "professional wrestling", - "round": "Jeopardy!", - "show_number": "5041", - "fullAnswer": "professional wrestling" - }, { "category": "SAMES NAMES AS THE JACKSON 5", "air_date": "2006-07-10", @@ -838989,16 +794409,6 @@ "show_number": "5041", "fullAnswer": "tablature" }, - { - "category": "LIFE SCIENCE", - "air_date": "2006-07-10", - "question": "(Jon of the Clue Crew cuts a dashing figure in his lab coat.) The reaction that makes human skin tan & the reaction that turns a cut fruit brown are catalyzed by the same one of these, called tyrosinase", - "value": "$2000", - "answer": "enzyme", - "round": "Double Jeopardy!", - "show_number": "5041", - "fullAnswer": "an enzyme" - }, { "category": "HOME RUN SLUGGERS", "air_date": "2006-07-10", @@ -839254,21 +794664,11 @@ "air_date": "1998-02-26", "question": "It's a Southern tradition to eat black-eyed peas for good luck on this day of the year", "value": "$400", - "answer": "New Year\\'s Day", + "answer": "New Year's Day", "round": "Jeopardy!", "show_number": "3114", "fullAnswer": "New Year\\'s Day" }, - { - "category": "LET'S GET MARRIED!", - "air_date": "1998-02-26", - "question": "There wasn't a traditional song for this pair to dance to at the reception until the following was written:

\"You filled my life /
With so much joy /
As I watched you grow /
From that little boy\"
", - "value": "$300", - "answer": "groom and his mom", - "round": "Jeopardy!", - "show_number": "3114", - "fullAnswer": "the groom and his mom" - }, { "category": "I WANT A DIVORCE", "air_date": "1998-02-26", @@ -839619,16 +795019,6 @@ "show_number": "3114", "fullAnswer": "Anguilla" }, - { - "category": "THE HIGHLAND GAMES", - "air_date": "1998-02-26", - "question": "Item being tossed in the event seen here:", - "value": "$1000", - "answer": "cabre", - "round": "Double Jeopardy!", - "show_number": "3114", - "fullAnswer": "the cabre" - }, { "category": "ALEXANDRE DUMAS", "air_date": "1998-02-26", @@ -839734,7 +795124,7 @@ "air_date": "2011-09-27", "question": "Back in 1987 Aspen College began offering an MBA degree online, MBA standing for this", "value": "$400", - "answer": "master\\'s of business administration", + "answer": "master's of business administration", "round": "Jeopardy!", "show_number": "6212", "fullAnswer": "master\\'s of business administration" @@ -839759,16 +795149,6 @@ "show_number": "6212", "fullAnswer": "Taco Bell" }, - { - "category": "NATURE STUDY", - "air_date": "2011-09-27", - "question": "(Kelly of the Clue Crew cracks a nut in Molokia, HI.) The outer covering of a macadamia nut is called this; perhaps from Middle English for \"house\", it covers the shell, which you crack with a hammer, then enjoy", - "value": "$1,500", - "answer": "husk", - "round": "Jeopardy!", - "show_number": "6212", - "fullAnswer": "the husk" - }, { "category": "DISASTERS", "air_date": "2011-09-27", @@ -839849,16 +795229,6 @@ "show_number": "6212", "fullAnswer": "home front" }, - { - "category": "EDUCATION", - "air_date": "2011-09-27", - "question": "(I'm Harlem Children's Zone President Geoffrey Canada.) We will do whatever it takes to make sure that your child enters & succeeds in college. That's the promise I make to each family of our students attending the HCZ Promise Academy, which is this type of school named for the contract under which it operates", - "value": "$800", - "answer": "charter school", - "round": "Jeopardy!", - "show_number": "6212", - "fullAnswer": "a charter school" - }, { "category": "MAJOR LEAGUE BASEBALL LOGOS", "air_date": "2011-09-27", @@ -839874,7 +795244,7 @@ "air_date": "2011-09-27", "question": "The All-American Roastburger &
Sidekickers like the Loaded Potato Bites", "value": "$800", - "answer": "Arby\\'s", + "answer": "Arby's", "round": "Jeopardy!", "show_number": "6212", "fullAnswer": "Arby\\'s" @@ -839979,16 +795349,6 @@ "show_number": "6212", "fullAnswer": "the English Channel" }, - { - "category": "CELEBRITIES' FAVORITE MOVIES", - "air_date": "2011-09-27", - "question": "(I'm Michael McKean.) A favorite film of mine is this Hitchcock classic in which a man tells Cary Grant, \"That plane's dustin' crops where there ain't no crops\"", - "value": "$400", - "answer": "North by Northwest", - "round": "Double Jeopardy!", - "show_number": "6212", - "fullAnswer": "North by Northwest" - }, { "category": "SHORT STORIES", "air_date": "2011-09-27", @@ -840029,26 +795389,6 @@ "show_number": "6212", "fullAnswer": "Norway (& Sweden)" }, - { - "category": "CELEBRITIES' FAVORITE MOVIES", - "air_date": "2011-09-27", - "question": "(Hi. I'm Aisha Tyler.) Given the choice between the red pill or blue pill in this 1999 movie, like Neo, I'm taking the red one because I've got to know", - "value": "$800", - "answer": "Matrix", - "round": "Double Jeopardy!", - "show_number": "6212", - "fullAnswer": "The Matrix" - }, - { - "category": "AMERICAN WOMEN", - "air_date": "2011-09-27", - "question": "This beauty seen here has been called the world's first supermodel", - "value": "$800", - "answer": "Cheryl Tiegs", - "round": "Double Jeopardy!", - "show_number": "6212", - "fullAnswer": "Cheryl Tiegs" - }, { "category": "SHORT STORIES", "air_date": "2011-09-27", @@ -840089,16 +795429,6 @@ "show_number": "6212", "fullAnswer": "Madagascar" }, - { - "category": "CELEBRITIES' FAVORITE MOVIES", - "air_date": "2011-09-27", - "question": "(Hi. I'm Anderson Cooper.) I appreciate the maxim \"Never get out of the boat\", a cardinal rule of this 1979 Francis Ford Coppola film", - "value": "$1200", - "answer": "Apocalypse Now", - "round": "Double Jeopardy!", - "show_number": "6212", - "fullAnswer": "Apocalypse Now" - }, { "category": "AMERICAN WOMEN", "air_date": "2011-09-27", @@ -840149,26 +795479,6 @@ "show_number": "6212", "fullAnswer": "the Yucatán" }, - { - "category": "CELEBRITIES' FAVORITE MOVIES", - "air_date": "2011-09-27", - "question": "(Hi. I'm David Duchovny.) I advise you to take a chance on this Peter Sellers movie about a simple gardener who knows a lot about TV & maybe about life", - "value": "$1600", - "answer": "Being There", - "round": "Double Jeopardy!", - "show_number": "6212", - "fullAnswer": "Being There" - }, - { - "category": "AMERICAN WOMEN", - "air_date": "2011-09-27", - "question": "She's the woman seen here with some of her artifacts", - "value": "$1600", - "answer": "Margaret Mead", - "round": "Double Jeopardy!", - "show_number": "6212", - "fullAnswer": "Margaret Mead" - }, { "category": "SHORT STORIES", "air_date": "2011-09-27", @@ -840209,16 +795519,6 @@ "show_number": "6212", "fullAnswer": "the Beagle" }, - { - "category": "CELEBRITIES' FAVORITE MOVIES", - "air_date": "2011-09-27", - "question": "(Hi. I'm CCH Pounder.) A favorite film of mine is this 1958 musical that featured the song \"Bali Ha'i\"; it was also the 1st film I ever saw in color", - "value": "$2000", - "answer": "South Pacific", - "round": "Double Jeopardy!", - "show_number": "6212", - "fullAnswer": "South Pacific" - }, { "category": "AMERICAN WOMEN", "air_date": "2011-09-27", @@ -841279,16 +796579,6 @@ "show_number": "5722", "fullAnswer": "Helsinki" }, - { - "category": "VOCABULARY", - "air_date": "2009-06-23", - "question": "Grotesque guy seen here", - "value": "$800", - "answer": "gargoyle", - "round": "Double Jeopardy!", - "show_number": "5722", - "fullAnswer": "gargoyle" - }, { "category": "EVERYTHING'S COMING UP MOSES", "air_date": "2009-06-23", @@ -841574,7 +796864,7 @@ "air_date": "1989-10-18", "question": "Walter Cronkite usually closed his \"CBS Evening News\" telecasts with this phrase", "value": "$300", - "answer": "That\\'s the way it is", + "answer": "That's the way it is", "round": "Jeopardy!", "show_number": "1178", "fullAnswer": "\"That\\'s the way it is\"" @@ -841679,16 +796969,6 @@ "show_number": "4625", "fullAnswer": "Catholicism" }, - { - "category": "ACTRESSES", - "air_date": "2004-10-15", - "question": "This Spanish beauty seen here has starred in \"All the Pretty Horses\" & \"Blow\"", - "value": "$400", - "answer": "Penelope Cruz", - "round": "Jeopardy!", - "show_number": "4625", - "fullAnswer": "Penelope Cruz" - }, { "category": "LICENSE PLATE SLOGANS", "air_date": "2004-10-15", @@ -841739,16 +797019,6 @@ "show_number": "4625", "fullAnswer": "Islam" }, - { - "category": "ACTRESSES", - "air_date": "2004-10-15", - "question": "She vampired it up in \"Underworld\" & \"Van Helsing\"", - "value": "$600", - "answer": "Kate Beckinsale", - "round": "Jeopardy!", - "show_number": "4625", - "fullAnswer": "Kate Beckinsale" - }, { "category": "LICENSE PLATE SLOGANS", "air_date": "2004-10-15", @@ -841799,16 +797069,6 @@ "show_number": "4625", "fullAnswer": "Buddhism" }, - { - "category": "ACTRESSES", - "air_date": "2004-10-15", - "question": "Late actress seen here in the same year she worked with her biggest co-star

\"Mm! Very tasty, my good man, very tasty.\"", - "value": "$800", - "answer": "Fay Wray", - "round": "Jeopardy!", - "show_number": "4625", - "fullAnswer": "Fay Wray" - }, { "category": "LICENSE PLATE SLOGANS", "air_date": "2004-10-15", @@ -841964,7 +797224,7 @@ "air_date": "2004-10-15", "question": "Mondale's tables of worship", "value": "$400", - "answer": "Walter\\'s altars", + "answer": "Walter's altars", "round": "Double Jeopardy!", "show_number": "4625", "fullAnswer": "Walter\\'s altars" @@ -842024,7 +797284,7 @@ "air_date": "2004-10-15", "question": "Al's portals", "value": "$800", - "answer": "Gore\\'s doors", + "answer": "Gore's doors", "round": "Double Jeopardy!", "show_number": "4625", "fullAnswer": "Gore\\'s doors" @@ -842084,7 +797344,7 @@ "air_date": "2004-10-15", "question": "Aaron's mongrel dogs", "value": "$1200", - "answer": "Burr\\'s curs", + "answer": "Burr's curs", "round": "Double Jeopardy!", "show_number": "4625", "fullAnswer": "Burr\\'s curs" @@ -842099,16 +797359,6 @@ "show_number": "4625", "fullAnswer": "the silk trade" }, - { - "category": "MUSIC IN \"C\"", - "air_date": "2004-10-15", - "question": "Oh baby, it's the 1990 hit heard here

\"It burned like a ball of fire /
When the rebel took a little child bride /
To tease yeah /
So go easy yeah\"", - "value": "$1600", - "answer": "Cradle Of Love", - "round": "Double Jeopardy!", - "show_number": "4625", - "fullAnswer": "\"Cradle Of Love\"" - }, { "category": "LITERARY ANALYSIS", "air_date": "2004-10-15", @@ -842144,7 +797394,7 @@ "air_date": "2004-10-15", "question": "Dan's humpbacks", "value": "$1600", - "answer": "Quayle\\'s whales", + "answer": "Quayle's whales", "round": "Double Jeopardy!", "show_number": "4625", "fullAnswer": "Quayle\\'s whales" @@ -842179,16 +797429,6 @@ "show_number": "4625", "fullAnswer": "Alexander Portnoy" }, - { - "category": "SWEET SIXTEEN", - "air_date": "2004-10-15", - "question": "This type of bassoon would be 16 feet long if you unfolded it all the way", - "value": "$2000", - "answer": "double bassoon ", - "round": "Double Jeopardy!", - "show_number": "4625", - "fullAnswer": "double bassoon (or contrabassoon)" - }, { "category": "STOP IT, YOU'RE KILLING ME!", "air_date": "2004-10-15", @@ -842204,7 +797444,7 @@ "air_date": "2004-10-15", "question": "Colfax' accounting clerks", "value": "$2000", - "answer": "Schyuler\\'s filers", + "answer": "Schyuler's filers", "round": "Double Jeopardy!", "show_number": "4625", "fullAnswer": "Schyuler\\'s filers" @@ -842659,16 +797899,6 @@ "show_number": "6191", "fullAnswer": "Charlotte & Emily Bronte" }, - { - "category": "LIKE SOME COFFEE?", - "air_date": "2011-07-11", - "question": "(Sarah of the Clue Crew delivers the clue from) The coffee berries are now in their green phase; when a phytohormone called ethylene increases, they'll turn red & fittingly be known as these, like a fruit", - "value": "$1200", - "answer": "cherries", - "round": "Double Jeopardy!", - "show_number": "6191", - "fullAnswer": "cherries" - }, { "category": "CHAIRS", "air_date": "2011-07-11", @@ -843384,7 +798614,7 @@ "air_date": "1997-12-16", "question": "Woody Allen film with \"sex\" in the title", "value": "$1000", - "answer": "Midsummer Night\\'s Sex Comedy & Everything You Always Wanted to Know About Sex ", + "answer": "Midsummer Night's Sex Comedy & Everything You Always Wanted to Know About Sex ", "round": "Double Jeopardy!", "show_number": "3062", "fullAnswer": "A Midsummer Night\\'s Sex Comedy & Everything You Always Wanted to Know About Sex (But Were Afraid to Ask)" @@ -843399,16 +798629,6 @@ "show_number": "3062", "fullAnswer": "William Brennan" }, - { - "category": "THE BROOKLYN BRIDGE", - "air_date": "2004-06-10", - "question": "(Cheryl of the Clue Crew reports from the Brooklyn Bridge in New York.) When completed over this river in 1883, the Brooklyn Bridge was the largest suspension bridge in the world", - "value": "$200", - "answer": "East River", - "round": "Jeopardy!", - "show_number": "4564", - "fullAnswer": "the East River" - }, { "category": "CLIFF NOTES", "air_date": "2004-06-10", @@ -843519,16 +798739,6 @@ "show_number": "4564", "fullAnswer": "Yoo-Hoo" }, - { - "category": "THE BROOKLYN BRIDGE", - "air_date": "2004-06-10", - "question": "(Cheryl of the Clue Crew strolls the deck of the Brooklyn Bridge in New York.) In 1884, to show the safety of the Brooklyn Bridge, this showman paraded 21 elephants across it", - "value": "$600", - "answer": "P.T. Barnum", - "round": "Jeopardy!", - "show_number": "4564", - "fullAnswer": "P.T. Barnum" - }, { "category": "CLIFF NOTES", "air_date": "2004-06-10", @@ -843639,16 +798849,6 @@ "show_number": "4564", "fullAnswer": "malted milk" }, - { - "category": "THE BROOKLYN BRIDGE", - "air_date": "2004-06-10", - "question": "(Cheryl of the Clue Crew looks down from the Brooklyn Bridge in New York.) In this romantic comedy, Meg Ryan & Hugh Jackman travel between the past & present by jumping from the Brooklyn Bridge", - "value": "$1000", - "answer": "Kate & Leopold", - "round": "Jeopardy!", - "show_number": "4564", - "fullAnswer": "Kate & Leopold" - }, { "category": "CLIFF NOTES", "air_date": "2004-06-10", @@ -843769,16 +798969,6 @@ "show_number": "4564", "fullAnswer": "alcohol" }, - { - "category": "THEY ALL PLAYED COUNTRY SINGERS", - "air_date": "2004-06-10", - "question": "Annette O'Toole, seen here in the audience at \"Jeopardy!\", played this singer in the TV movie \"Stand by Your Man\"", - "value": "$800", - "answer": "Tammy Wynette", - "round": "Double Jeopardy!", - "show_number": "4564", - "fullAnswer": "Tammy Wynette" - }, { "category": "JUNE BUGGED", "air_date": "2004-06-10", @@ -843829,16 +799019,6 @@ "show_number": "4564", "fullAnswer": "lobe" }, - { - "category": "THEY ALL PLAYED COUNTRY SINGERS", - "air_date": "2004-06-10", - "question": "Before \"The Larry Sanders Show\", this actor seen here played a ruthless country singer in the 1972 film \"Payday\"", - "value": "$1200", - "answer": "Rip Torn", - "round": "Double Jeopardy!", - "show_number": "4564", - "fullAnswer": "Rip Torn" - }, { "category": "JUNE BUGGED", "air_date": "2004-06-10", @@ -843879,16 +799059,6 @@ "show_number": "4564", "fullAnswer": "tabbouleh" }, - { - "category": "THE MIND", - "air_date": "2004-06-10", - "question": "(Cheryl of the Clue Crew explains a graph on the chalkboard.) Contrary to common use, a steep one of these indicates rapid mastering of a skill", - "value": "$1600", - "answer": "learning curve", - "round": "Double Jeopardy!", - "show_number": "4564", - "fullAnswer": "a learning curve" - }, { "category": "THEY ALL PLAYED COUNTRY SINGERS", "air_date": "2004-06-10", @@ -843949,16 +799119,6 @@ "show_number": "4564", "fullAnswer": "photographic memory" }, - { - "category": "THEY ALL PLAYED COUNTRY SINGERS", - "air_date": "2004-06-10", - "question": "Best known as \"Marcia, Marcia, Marcia\" on \"The Brady Bunch\", she starred in the 1997 TV movie bio of Barbara Mandrell", - "value": "$2000", - "answer": "Maureen McCormick", - "round": "Double Jeopardy!", - "show_number": "4564", - "fullAnswer": "Maureen McCormick" - }, { "category": "JUNE BUGGED", "air_date": "2004-06-10", @@ -844519,16 +799679,6 @@ "show_number": "5422", "fullAnswer": "the cotton gin" }, - { - "category": "THE LOVELY BONES", - "air_date": "2008-03-18", - "question": "(Jon of the Clue Crew points to a model of a human skeleton.) The spinal column ends with this bone, named because it's said to resemble a certain bird's beak", - "value": "$1600", - "answer": "coccyx", - "round": "Double Jeopardy!", - "show_number": "5422", - "fullAnswer": "the coccyx" - }, { "category": "THERE'S \"AU\"", "air_date": "2008-03-18", @@ -844569,16 +799719,6 @@ "show_number": "5422", "fullAnswer": "Leontyne Price" }, - { - "category": "THE RISE OF THE MACHINES", - "air_date": "2008-03-18", - "question": "(Kelly of the Clue Crew reports from atop a large, moving piece of equipment at Texas A&M University's Coastal Engineering Lab.) Texas A&M's Coastal Engineering Lab has a sediment pit, testing this type of equipment that removes earth from the sea floor", - "value": "$2000", - "answer": "dredger ", - "round": "Double Jeopardy!", - "show_number": "5422", - "fullAnswer": "a dredger (or dredging equipment)" - }, { "category": "THE LOVELY BONES", "air_date": "2008-03-18", @@ -844769,16 +799909,6 @@ "show_number": "5291", "fullAnswer": "to stump" }, - { - "category": "WORLD FLAGS", - "air_date": "2007-09-17", - "question": "(Cheryl of the Clue Crew reads the clue.)
Behind the coat of arms on Portugal's flag is a navagational tool. In 1816, it was also on the flag of this other land", - "value": "$1,000", - "answer": "Brazil", - "round": "Jeopardy!", - "show_number": "5291", - "fullAnswer": "Brazil" - }, { "category": "HISTORY", "air_date": "2007-09-17", @@ -845064,7 +800194,7 @@ "air_date": "2007-09-17", "question": "A-Rod is truly in trouble in this time-traveling Twain text from 1889", "value": "$5,000", - "answer": "Connecticut Yankee in King Arthur\\'s Court", + "answer": "Connecticut Yankee in King Arthur's Court", "round": "Double Jeopardy!", "show_number": "5291", "fullAnswer": "A Connecticut Yankee in King Arthur\\'s Court" @@ -845154,7 +800284,7 @@ "air_date": "2007-09-17", "question": "To use this \"razor\" named for a 14th century English philosopher means to use economy in explanation", "value": "$1600", - "answer": "Occam\\'s razor", + "answer": "Occam's razor", "round": "Double Jeopardy!", "show_number": "5291", "fullAnswer": "Occam\\'s razor" @@ -845209,16 +800339,6 @@ "show_number": "5291", "fullAnswer": "carbon" }, - { - "category": "\"O\" YES!", - "air_date": "2007-09-17", - "question": "(Cheryl of the Clue Crew stands in sunlight and shadow) A total solar eclipse where the moon hides the sun is an example of this for the Latin for \"conceal\" -- as in the mysteries of the supernatural", - "value": "$2000", - "answer": "occult", - "round": "Double Jeopardy!", - "show_number": "5291", - "fullAnswer": "the occult" - }, { "category": "AMERICAN PUBLISHING", "air_date": "2007-09-17", @@ -845329,16 +800449,6 @@ "show_number": "1", "fullAnswer": "Dan Aykroyd & Eddie Murphy" }, - { - "category": "LAKES & RIVERS", - "air_date": "1984-09-10", - "question": "River in this famous song:", - "value": "$800", - "answer": "Volga River", - "round": "Jeopardy!", - "show_number": "1", - "fullAnswer": "the Volga River" - }, { "category": "INVENTIONS", "air_date": "1984-09-10", @@ -847069,16 +802179,6 @@ "show_number": "5143", "fullAnswer": "Wilt Chamberlain" }, - { - "category": "THE STAMP ACT", - "air_date": "2007-01-10", - "question": "Rhyming name of the Dr. Seuss creation featured in favorite children's book animals", - "value": "$600", - "answer": "Fox in Socks", - "round": "Jeopardy!", - "show_number": "5143", - "fullAnswer": "Fox in Socks" - }, { "category": "AUTHORS' WORKS", "air_date": "2007-01-10", @@ -847179,26 +802279,6 @@ "show_number": "5143", "fullAnswer": "Woods Hole" }, - { - "category": "SPORTS BARRIERS", - "air_date": "2007-01-10", - "question": "On October 3, 1993 Jim Epler became the first to surpass 300 miles per hour in this type of drag racing car seen here", - "value": "$1000", - "answer": "funny car", - "round": "Jeopardy!", - "show_number": "5143", - "fullAnswer": "a funny car" - }, - { - "category": "THE STAMP ACT", - "air_date": "2007-01-10", - "question": "This pioneering Oscar winner was the 2006 inductee in the Black Heritage series", - "value": "$1000", - "answer": "Hattie McDaniel", - "round": "Jeopardy!", - "show_number": "5143", - "fullAnswer": "Hattie McDaniel" - }, { "category": "AUTHORS' WORKS", "air_date": "2007-01-10", @@ -847229,16 +802309,6 @@ "show_number": "5143", "fullAnswer": "the birth of Venus Williams" }, - { - "category": "GRAND TETON NATIONAL PARK", - "air_date": "2007-01-10", - "question": "(Kelly of the Clue Crew reports from Grand Teton National Park.) On February 26, 1929 the Teton range & its six glacial lakes at the base of the peak were made a national park by this president", - "value": "$400", - "answer": "Coolidge", - "round": "Double Jeopardy!", - "show_number": "5143", - "fullAnswer": "Coolidge" - }, { "category": "TV RIDES", "air_date": "2007-01-10", @@ -847349,16 +802419,6 @@ "show_number": "5143", "fullAnswer": "a shamrock (or clover)" }, - { - "category": "GRAND TETON NATIONAL PARK", - "air_date": "2007-01-10", - "question": "(Jon of the Clue Crew reads from Grand Teton National Park.) In the 1890s, the toll was 50 cents per wagon & 25 cents for a horse & rider to cross this twisty river of the Grand Tetons", - "value": "$1,000", - "answer": "Snake River", - "round": "Double Jeopardy!", - "show_number": "5143", - "fullAnswer": "the Snake River" - }, { "category": "TV RIDES", "air_date": "2007-01-10", @@ -847464,27 +802524,17 @@ "air_date": "2007-01-10", "question": "The luckiest of these charms is supposed to be the left hind limb", "value": "$1600", - "answer": "rabbit\\'s foot", + "answer": "rabbit's foot", "round": "Double Jeopardy!", "show_number": "5143", "fullAnswer": "a rabbit\\'s foot" }, - { - "category": "GRAND TETON NATIONAL PARK", - "air_date": "2007-01-10", - "question": "(Kelly of the Clue Crew gives the clue in front of a chapel at Grand Teton National Park.) Framed by the Grand Tetons is one of the USA's most visited chapels named for this, Jesus' Emanation of Radiance on Mount Tabor", - "value": "$2000", - "answer": "Transfiguration", - "round": "Double Jeopardy!", - "show_number": "5143", - "fullAnswer": "the Transfiguration" - }, { "category": "TV RIDES", "air_date": "2007-01-10", "question": "PT-73", "value": "$2000", - "answer": "McHale\\'s Navy", + "answer": "McHale's Navy", "round": "Double Jeopardy!", "show_number": "5143", "fullAnswer": "McHale\\'s Navy" @@ -847499,16 +802549,6 @@ "show_number": "5143", "fullAnswer": "Grand Inquisitor" }, - { - "category": "EDWARD R. MURROW", - "air_date": "2007-01-10", - "question": "Seen here, this award-winning CBS commentator who died in 1992 said that Murrow invented him", - "value": "$2000", - "answer": "Eric Sevareid", - "round": "Double Jeopardy!", - "show_number": "5143", - "fullAnswer": "Eric Sevareid" - }, { "category": "GOOD KNIGHT", "air_date": "2007-01-10", @@ -848189,16 +803229,6 @@ "show_number": "3138", "fullAnswer": "The Three Stooges" }, - { - "category": "APRIL", - "air_date": "1998-04-01", - "question": "This song, heard here, was one of 6 No. 1 hits for its performer:", - "value": "$200", - "answer": "April Love", - "round": "Jeopardy!", - "show_number": "3138", - "fullAnswer": "\"April Love\"" - }, { "category": "FOOLS", "air_date": "1998-04-01", @@ -848329,16 +803359,6 @@ "show_number": "3138", "fullAnswer": "wine" }, - { - "category": "DAY", - "air_date": "1998-04-01", - "question": "Doris earned an Oscar nomination for her chatty role in this 1959 film, seen here:

\"Who is that woman?\"
\"Some little eavesdropper on my party line--she's always listening in. It's how she brightens up her drab, empty life.\"
\"If I could get a call through once in a while, my life wouldn't be so drab!\"
", - "value": "$900", - "answer": "Pillow Talk", - "round": "Jeopardy!", - "show_number": "3138", - "fullAnswer": "Pillow Talk" - }, { "category": "THE MALE OF THE SPECIES", "air_date": "1998-04-01", @@ -848479,16 +803499,6 @@ "show_number": "3138", "fullAnswer": "The Three Musketeers" }, - { - "category": "SHOE BIZ", - "air_date": "1998-04-01", - "question": "Once touted as \"the world's most comfortable shoes\", their logo is seen here:", - "value": "$400", - "answer": "Hush Puppies", - "round": "Double Jeopardy!", - "show_number": "3138", - "fullAnswer": "Hush Puppies" - }, { "category": "BRIT BITS & PIECES", "air_date": "1998-04-01", @@ -848839,16 +803849,6 @@ "show_number": "5559", "fullAnswer": "Missouri" }, - { - "category": "COLOR-FULL WORDS", - "air_date": "2008-11-06", - "question": "(Sarah of the Clue Crew points her remote, first at you, and then at her digital camera.) You don't see anything happening when you press your remote, but hold it up to a camera & you can see it's communicating to the TV using this spectrum of light", - "value": "$600", - "answer": "infrared", - "round": "Jeopardy!", - "show_number": "5559", - "fullAnswer": "infrared" - }, { "category": "PETER, PETER", "air_date": "2008-11-06", @@ -848869,16 +803869,6 @@ "show_number": "5559", "fullAnswer": "pumpkin seeds" }, - { - "category": "HAD A WIFE & COULDN'T KEEP HER", - "air_date": "2008-11-06", - "question": "Her second husband divorced her, also known as \"Old Hatchet Face\", soon after she started smashing saloons", - "value": "$600", - "answer": "Carrie Nation", - "round": "Jeopardy!", - "show_number": "5559", - "fullAnswer": "Carrie Nation" - }, { "category": "C'EST LA \"V\"", "air_date": "2008-11-06", @@ -849009,16 +803999,6 @@ "show_number": "5559", "fullAnswer": "vrai" }, - { - "category": "THE CIVIL WAR: A FILM BY KEN BURNS", - "air_date": "2008-11-06", - "question": "(Ken Burns reads.) In 1862 this military man garnered the nickname \"Unconditional Surrender\"", - "value": "$400", - "answer": "U.S. Grant", - "round": "Double Jeopardy!", - "show_number": "5559", - "fullAnswer": "U.S. Grant" - }, { "category": "FROM PAGE TO SCREEN", "air_date": "2008-11-06", @@ -849069,16 +804049,6 @@ "show_number": "5559", "fullAnswer": "pike (in spike)" }, - { - "category": "THE CIVIL WAR: A FILM BY KEN BURNS", - "air_date": "2008-11-06", - "question": "(Ken Burns reads.) This president said, \"If the Confederacy fails, there should be written on its tombstone, 'Died of a theory'\"", - "value": "$800", - "answer": "Jefferson Davis", - "round": "Double Jeopardy!", - "show_number": "5559", - "fullAnswer": "Jefferson Davis" - }, { "category": "FROM PAGE TO SCREEN", "air_date": "2008-11-06", @@ -849129,16 +804099,6 @@ "show_number": "5559", "fullAnswer": "smelt (in glaciers melt)" }, - { - "category": "THE CIVIL WAR: A FILM BY KEN BURNS", - "air_date": "2008-11-06", - "question": "(Ken Burns reads.) In 1859 Robert E. Lee was called upon to lead a force of Marines to end John Brown's raid on the arsenal at this site", - "value": "$1200", - "answer": "Harpers Ferry", - "round": "Double Jeopardy!", - "show_number": "5559", - "fullAnswer": "Harpers Ferry" - }, { "category": "FROM PAGE TO SCREEN", "air_date": "2008-11-06", @@ -849189,16 +804149,6 @@ "show_number": "5559", "fullAnswer": "ahi (in Tahini)" }, - { - "category": "THE CIVIL WAR: A FILM BY KEN BURNS", - "air_date": "2008-11-06", - "question": "(Ken Burns reads.) The surrender took place at Wilmer McLean's home; years earlier & 130 miles away, his back yard had been part of this first Civil War battle", - "value": "$1600", - "answer": "Manassas ", - "round": "Double Jeopardy!", - "show_number": "5559", - "fullAnswer": "Manassas (or Bull Run)" - }, { "category": "FROM PAGE TO SCREEN", "air_date": "2008-11-06", @@ -849249,16 +804199,6 @@ "show_number": "5559", "fullAnswer": "gar (in Garter)" }, - { - "category": "THE CIVIL WAR: A FILM BY KEN BURNS", - "air_date": "2008-11-06", - "question": "(Ken Burns reads.) There were more than 20,000 Confederate & Union casualties at this Tennessee battle whose name means \"place of peace\" in Hebrew", - "value": "$2,000", - "answer": "Shiloh", - "round": "Double Jeopardy!", - "show_number": "5559", - "fullAnswer": "Shiloh" - }, { "category": "FROM PAGE TO SCREEN", "air_date": "2008-11-06", @@ -850084,7 +805024,7 @@ "air_date": "1990-01-22", "question": "Line you'd sing in a Frank Loesser duet if your partner started with \"I really can't stay\"", "value": "$300", - "answer": "But Baby It\\'s Cold Outside", + "answer": "But Baby It's Cold Outside", "round": "Jeopardy!", "show_number": "1246", "fullAnswer": "\"But Baby It\\'s Cold Outside\"" @@ -850144,7 +805084,7 @@ "air_date": "1990-01-22", "question": "\"South Pacific\" song that begins \"We got sunlight on the sand, we got moonlight on the sea\"", "value": "$400", - "answer": "There\\'s Nothing Like A Dame", + "answer": "There's Nothing Like A Dame", "round": "Jeopardy!", "show_number": "1246", "fullAnswer": "\"There\\'s Nothing Like A Dame\"" @@ -851414,7 +806354,7 @@ "air_date": "1999-07-21", "question": "This classic continues, \"Come on with the rain, I've a smile on my face\"", "value": "$200", - "answer": "Singin\\' in the Rain", + "answer": "Singin' in the Rain", "round": "Double Jeopardy!", "show_number": "3443", "fullAnswer": "\"Singin\\' in the Rain\"" @@ -851424,7 +806364,7 @@ "air_date": "1999-07-21", "question": "Columns of salt in the area of the Dead Sea are said to be this unlucky spouse of Abraham's nephew", "value": "$200", - "answer": "Lot\\'s wife", + "answer": "Lot's wife", "round": "Double Jeopardy!", "show_number": "3443", "fullAnswer": "Lot\\'s wife" @@ -851434,7 +806374,7 @@ "air_date": "1999-07-21", "question": "All's swell that bends Nell", "value": "$200", - "answer": "All\\'s well that ends well", + "answer": "All's well that ends well", "round": "Double Jeopardy!", "show_number": "3443", "fullAnswer": "All\\'s well that ends well" @@ -851484,7 +806424,7 @@ "air_date": "1999-07-21", "question": "This observance celebrates the \"Apostle of Ireland\"", "value": "$400", - "answer": "St. Patrick\\'s Day", + "answer": "St. Patrick's Day", "round": "Double Jeopardy!", "show_number": "3443", "fullAnswer": "St. Patrick\\'s Day" @@ -851544,7 +806484,7 @@ "air_date": "1999-07-21", "question": "This widely-used manual of parliamentary procedure dates back to 1876", "value": "$600", - "answer": "Robert\\'s Rules of Order", + "answer": "Robert's Rules of Order", "round": "Double Jeopardy!", "show_number": "3443", "fullAnswer": "Robert\\'s Rules of Order" @@ -851604,7 +806544,7 @@ "air_date": "1999-07-21", "question": "The Indian policies of Governor Sir William Berkeley fueled this 1676 uprising of Virginia colonists", "value": "$800", - "answer": "Bacon\\'s Rebellion", + "answer": "Bacon's Rebellion", "round": "Double Jeopardy!", "show_number": "3443", "fullAnswer": "Bacon\\'s Rebellion" @@ -851614,7 +806554,7 @@ "air_date": "1999-07-21", "question": "A shepherd can't change his cots", "value": "$800", - "answer": "leopard can\\'t change its spots", + "answer": "leopard can't change its spots", "round": "Double Jeopardy!", "show_number": "3443", "fullAnswer": "A leopard can\\'t change its spots" @@ -851654,7 +806594,7 @@ "air_date": "1999-07-21", "question": "Ironically, Fred & Ginger sang this song in the 1935 movie \"Roberta\"", "value": "$1000", - "answer": "I Won\\'t Dance", + "answer": "I Won't Dance", "round": "Double Jeopardy!", "show_number": "3443", "fullAnswer": "\"I Won\\'t Dance\"" @@ -851854,7 +806794,7 @@ "air_date": "1988-01-13", "question": "Arthur D. Little proved you can make a silk purse out of this: his is in the Smithsonian", "value": "$300", - "answer": "sow\\'s ear", + "answer": "sow's ear", "round": "Jeopardy!", "show_number": "778", "fullAnswer": "a sow\\'s ear" @@ -852959,16 +807899,6 @@ "show_number": "6265", "fullAnswer": "Islam" }, - { - "category": "FIRST LADIES", - "air_date": "2011-12-09", - "question": "(Kelly of the Clue Crew reports from a presidential library.) In letters from 1840, she wrote both ways on the page to save paper & money; ironically, she was pilloried by the press for spending too much as First Lady", - "value": "$400", - "answer": "Mary Todd Lincoln", - "round": "Jeopardy!", - "show_number": "6265", - "fullAnswer": "Mary Todd Lincoln" - }, { "category": "CANCELED!", "air_date": "2011-12-09", @@ -853014,7 +807944,7 @@ "air_date": "2011-12-09", "question": "When God asked Cain where Abel was, Cain replied with this 5-word question", "value": "$600", - "answer": "Am I my brother\\'s keeper?", + "answer": "Am I my brother's keeper?", "round": "Jeopardy!", "show_number": "6265", "fullAnswer": "\"Am I my brother\\'s keeper?\"" @@ -853139,16 +808069,6 @@ "show_number": "6265", "fullAnswer": "Seth" }, - { - "category": "FIRST LADIES", - "air_date": "2011-12-09", - "question": "Appropriately, this First Lady was \"full of grace\"", - "value": "$1000", - "answer": "Grace Coolidge", - "round": "Jeopardy!", - "show_number": "6265", - "fullAnswer": "Grace Coolidge" - }, { "category": "CANCELED!", "air_date": "2011-12-09", @@ -853319,16 +808239,6 @@ "show_number": "6265", "fullAnswer": "Emma" }, - { - "category": "CLASSICAL GAS", - "air_date": "2011-12-09", - "question": "Mozart wrote this evening serenade in 1787 while working on \"Don Giovanni\"", - "value": "$1200", - "answer": "Eine kleine Nachtmusik", - "round": "Double Jeopardy!", - "show_number": "6265", - "fullAnswer": "Eine kleine Nachtmusik" - }, { "category": "BIOPIC SUBJECTS", "air_date": "2011-12-09", @@ -853614,7 +808524,7 @@ "air_date": "1990-05-08", "question": "It's not clear who said \"Don't...fire until you see the whites of their eyes\" at this 1775 battle", "value": "$300", - "answer": "Bunker Hill/Breed\\'s Hill", + "answer": "Bunker Hill/Breed's Hill", "round": "Jeopardy!", "show_number": "1322", "fullAnswer": "Bunker Hill/Breed\\'s Hill" @@ -854194,7 +809104,7 @@ "air_date": "1997-11-14", "question": "Completes the tongue twister \"Fuzzy Wuzzy was a bear; Fuzzy Wuzzy had no hair; Fuzzy Wuzzy...\"", "value": "$200", - "answer": "Wasn\\'t fuzzy, was he?", + "answer": "Wasn't fuzzy, was he?", "round": "Jeopardy!", "show_number": "3040", "fullAnswer": "Wasn\\'t fuzzy, was he?" @@ -854424,7 +809334,7 @@ "air_date": "1997-11-14", "question": "In this comedy named for a holiday, Charlie Hofheimer is the son of Robin Williams... or Billy Crystal", "value": "$200", - "answer": "Father\\'s Day", + "answer": "Father's Day", "round": "Double Jeopardy!", "show_number": "3040", "fullAnswer": "Father\\'s Day" @@ -854529,26 +809439,6 @@ "show_number": "3040", "fullAnswer": "the wrong side of the bed" }, - { - "category": "HISTORIC HEARTTHROBS", - "air_date": "1997-11-14", - "question": "Musical instrument in common to the heartthrobs seen here:

[Harry Connick, Jr. & Franz Liszt]", - "value": "$1,700", - "answer": "piano", - "round": "Double Jeopardy!", - "show_number": "3040", - "fullAnswer": "piano" - }, - { - "category": "TEENS ON FILM", - "air_date": "1997-11-14", - "question": "Title of a 1996 film about unusual teenage girls, seen here:", - "value": "$2,000", - "answer": "Craft", - "round": "Double Jeopardy!", - "show_number": "3040", - "fullAnswer": "The Craft" - }, { "category": "THE BODY HUMAN", "air_date": "1997-11-14", @@ -854604,7 +809494,7 @@ "air_date": "1997-11-14", "question": "Matthew Broderick eludes principal Jeffrey Jones to play hooky in this 1986 opus", "value": "$800", - "answer": "Ferris Bueller\\'s Day Off", + "answer": "Ferris Bueller's Day Off", "round": "Double Jeopardy!", "show_number": "3040", "fullAnswer": "Ferris Bueller\\'s Day Off" @@ -854969,16 +809859,6 @@ "show_number": "5139", "fullAnswer": "Jacob" }, - { - "category": "\"L.L.\"", - "air_date": "2007-01-04", - "question": "Name in Spanish for the popular sport that might feature a mask seen here", - "value": "$1000", - "answer": "lucha libre", - "round": "Jeopardy!", - "show_number": "5139", - "fullAnswer": "lucha libre" - }, { "category": "BEAN", "air_date": "2007-01-04", @@ -855104,7 +809984,7 @@ "air_date": "2007-01-04", "question": "\"L.L.L.\"", "value": "$800", - "answer": "Love\\'s Labour\\'s Lost", + "answer": "Love's Labour's Lost", "round": "Double Jeopardy!", "show_number": "5139", "fullAnswer": "Love\\'s Labour\\'s Lost" @@ -855494,7 +810374,7 @@ "air_date": "2003-01-21", "question": "On March 15, 1875 archbishop John McCloskey became America's first cardinal; he was invested at this NYC church", "value": "$800", - "answer": "St. Patrick\\'s Cathedral", + "answer": "St. Patrick's Cathedral", "round": "Jeopardy!", "show_number": "4237", "fullAnswer": "St. Patrick\\'s Cathedral" @@ -855904,7 +810784,7 @@ "air_date": "2003-01-21", "question": "Sixth grader Karen Newman deals with her parents' divorce in this novel by Judy Blume", "value": "$2000", - "answer": "It\\'s Not the End of the World", + "answer": "It's Not the End of the World", "round": "Double Jeopardy!", "show_number": "4237", "fullAnswer": "\"It\\'s Not the End of the World\"" @@ -855959,16 +810839,6 @@ "show_number": "4816", "fullAnswer": "a soap opera" }, - { - "category": "THE ARTFUL", - "air_date": "2005-07-11", - "question": "It's this man's 1632 anatomical work seen here", - "value": "$200", - "answer": "Rembrandt", - "round": "Jeopardy!", - "show_number": "4816", - "fullAnswer": "Rembrandt" - }, { "category": "DODGER", "air_date": "2005-07-11", @@ -856009,16 +810879,6 @@ "show_number": "4816", "fullAnswer": "Sarah Bernhardt" }, - { - "category": "\"S\"ENTIAL KNOWLEDGE", - "air_date": "2005-07-11", - "question": "(Sarah of the Clue Crew rides a camel in Giza, Egypt.) This camel nickname may come from its gait--lifting both feet on the same side, producing a swaying motion", - "value": "$400", - "answer": "ship of the desert", - "round": "Jeopardy!", - "show_number": "4816", - "fullAnswer": "ship of the desert" - }, { "category": "THE ARTFUL", "air_date": "2005-07-11", @@ -856079,16 +810939,6 @@ "show_number": "4816", "fullAnswer": "synagogues" }, - { - "category": "THE ARTFUL", - "air_date": "2005-07-11", - "question": "The leisurely life of this island is depicted in the masterwork seen here from about 1894", - "value": "$600", - "answer": "Tahiti", - "round": "Jeopardy!", - "show_number": "4816", - "fullAnswer": "Tahiti" - }, { "category": "DODGER", "air_date": "2005-07-11", @@ -856129,16 +810979,6 @@ "show_number": "4816", "fullAnswer": "(Edith) Piaf" }, - { - "category": "\"S\"ENTIAL KNOWLEDGE", - "air_date": "2005-07-11", - "question": "(Jimmy of the Clue Crew displays some hand-sized robots at Carnegie Mellon University in Pittsburgh, PA.) These millibots have three basic sections--wheel base, processor and this board that receives signals and stimuli", - "value": "$800", - "answer": "sensor", - "round": "Jeopardy!", - "show_number": "4816", - "fullAnswer": "the sensor" - }, { "category": "THE ARTFUL", "air_date": "2005-07-11", @@ -856229,16 +811069,6 @@ "show_number": "4816", "fullAnswer": "Othello" }, - { - "category": "JOEL SCHUMACHER", - "air_date": "2005-07-11", - "question": "(Hi, I'm Joel Schumacher.) People noticed in the '90s when I directed this title hero in a tight rubber suit (on him, not me)", - "value": "$400", - "answer": "Batman", - "round": "Double Jeopardy!", - "show_number": "4816", - "fullAnswer": "Batman" - }, { "category": "THE WESTERNMOST NATION", "air_date": "2005-07-11", @@ -856289,16 +811119,6 @@ "show_number": "4816", "fullAnswer": "(Sir John) Falstaff" }, - { - "category": "JOEL SCHUMACHER", - "air_date": "2005-07-11", - "question": "(Schumacher reads his clue.) This 1925 Lon Chaney movie was slient; the 2004 movie I directed wth the same title is definitely not", - "value": "$800", - "answer": "Phantom of the Opera", - "round": "Double Jeopardy!", - "show_number": "4816", - "fullAnswer": "The Phantom of the Opera" - }, { "category": "THE WESTERNMOST NATION", "air_date": "2005-07-11", @@ -856349,16 +811169,6 @@ "show_number": "4816", "fullAnswer": "The Tempest" }, - { - "category": "JOEL SCHUMACHER", - "air_date": "2005-07-11", - "question": "(Schumacher reads his clue.) I took just 12 days to shoot the movie with Colin Farrell trapped in one of these--hey, it was basically one location", - "value": "$1200", - "answer": "Phone Booth", - "round": "Double Jeopardy!", - "show_number": "4816", - "fullAnswer": "Phone Booth" - }, { "category": "THE WESTERNMOST NATION", "air_date": "2005-07-11", @@ -856409,16 +811219,6 @@ "show_number": "4816", "fullAnswer": "Twelfth Night" }, - { - "category": "JOEL SCHUMACHER", - "air_date": "2005-07-11", - "question": "(Schumacher reads his clue.) In my life I've done a few things in excess, & one of them was directing the INXS video for this \"satanic\" song", - "value": "$1600", - "answer": "The Devil Inside", - "round": "Double Jeopardy!", - "show_number": "4816", - "fullAnswer": "\"The Devil Inside\"" - }, { "category": "THE WESTERNMOST NATION", "air_date": "2005-07-11", @@ -856469,16 +811269,6 @@ "show_number": "4816", "fullAnswer": "As You Like It" }, - { - "category": "JOEL SCHUMACHER", - "air_date": "2005-07-11", - "question": "(Schumacher reads his clue.) The tagline of this movie I directed was \"Sleep all day. Party all night. Never grow old. Never die. It's fun to be a vampire.\"", - "value": "$2000", - "answer": "Lost Boys", - "round": "Double Jeopardy!", - "show_number": "4816", - "fullAnswer": "The Lost Boys" - }, { "category": "THE WESTERNMOST NATION", "air_date": "2005-07-11", @@ -856529,16 +811319,6 @@ "show_number": "4816", "fullAnswer": "Nuremberg" }, - { - "category": "WORLD WAR II IN PICTURES", - "air_date": "2001-09-13", - "question": "It's the Japanese city seen here in September 1945", - "value": "$100", - "answer": "Hiroshima", - "round": "Jeopardy!", - "show_number": "3914", - "fullAnswer": "Hiroshima" - }, { "category": "COMIC STRIP SETTINGS", "air_date": "2001-09-13", @@ -856589,22 +811369,12 @@ "show_number": "3914", "fullAnswer": "fleas" }, - { - "category": "WORLD WAR II IN PICTURES", - "air_date": "2001-09-13", - "question": "This London landmark, seen here, was repeatedly subjected to Nazi bombing during the war", - "value": "$200", - "answer": "St. Paul\\'s", - "round": "Jeopardy!", - "show_number": "3914", - "fullAnswer": "St. Paul\\'s" - }, { "category": "COMIC STRIP SETTINGS", "air_date": "2001-09-13", "question": "Dogpatch", "value": "$200", - "answer": "Li\\'l Abner", + "answer": "Li'l Abner", "round": "Jeopardy!", "show_number": "3914", "fullAnswer": "Li\\'l Abner" @@ -856649,16 +811419,6 @@ "show_number": "3914", "fullAnswer": "bark" }, - { - "category": "WORLD WAR II IN PICTURES", - "air_date": "2001-09-13", - "question": "Infamous WWII radio broadcaster seen here", - "value": "$300", - "answer": "Tokyo Rose", - "round": "Jeopardy!", - "show_number": "3914", - "fullAnswer": "Tokyo Rose" - }, { "category": "COMIC STRIP SETTINGS", "air_date": "2001-09-13", @@ -856709,16 +811469,6 @@ "show_number": "3914", "fullAnswer": "cold" }, - { - "category": "WORLD WAR II IN PICTURES", - "air_date": "2001-09-13", - "question": "This band leader's plane disappeared on a trip to Paris in December 1944", - "value": "$400", - "answer": "Glenn Miller", - "round": "Jeopardy!", - "show_number": "3914", - "fullAnswer": "Glenn Miller" - }, { "category": "COMIC STRIP SETTINGS", "air_date": "2001-09-13", @@ -856769,16 +811519,6 @@ "show_number": "3914", "fullAnswer": "Every dog has its day" }, - { - "category": "WORLD WAR II IN PICTURES", - "air_date": "2001-09-13", - "question": "The gathering seen here took place in this city", - "value": "$500", - "answer": "Nuremberg", - "round": "Jeopardy!", - "show_number": "3914", - "fullAnswer": "Nuremberg" - }, { "category": "COMIC STRIP SETTINGS", "air_date": "2001-09-13", @@ -856929,16 +811669,6 @@ "show_number": "3914", "fullAnswer": "Prometheus" }, - { - "category": "HOW \"U\" DOING?", - "air_date": "2001-09-13", - "question": "It's the weird throat flap seen here", - "value": "$400", - "answer": "uvula", - "round": "Double Jeopardy!", - "show_number": "3914", - "fullAnswer": "uvula" - }, { "category": "FELINE FINE", "air_date": "2001-09-13", @@ -856999,16 +811729,6 @@ "show_number": "3914", "fullAnswer": "the upshot" }, - { - "category": "FELINE FINE", - "air_date": "2001-09-13", - "question": "First known to the West in the 1870s, it's the popular cat variety seen here", - "value": "$600", - "answer": "Siamese", - "round": "Double Jeopardy!", - "show_number": "3914", - "fullAnswer": "Siamese" - }, { "category": "COLORFUL GEOGRAPHY", "air_date": "2001-09-13", @@ -857709,16 +812429,6 @@ "show_number": "5353", "fullAnswer": "General Motors" }, - { - "category": "WHEEL OF WOMEN", - "air_date": "2007-12-12", - "question": "Famous intern

_ _ _ I C _
_ E W I _ _ K Y
", - "value": "$200", - "answer": "Monica Lewinsky", - "round": "Jeopardy!", - "show_number": "5353", - "fullAnswer": "Monica Lewinsky" - }, { "category": "THE IS YOUR LIFE, ABE LINCOLN!", "air_date": "2007-12-12", @@ -857744,21 +812454,11 @@ "air_date": "2007-12-12", "question": "Tony the Tiger is the gr-r-reat spokescat for this company's Frosted Flakes", "value": "$200", - "answer": "Kellogg\\'s", + "answer": "Kellogg's", "round": "Jeopardy!", "show_number": "5353", "fullAnswer": "Kellogg\\'s" }, - { - "category": "THEY'RE \"GR\"EAT!", - "air_date": "2007-12-12", - "question": "2-word title of this guy, who we hope doesn't make a house call for a very long time", - "value": "$200", - "answer": "Grim Reaper", - "round": "Jeopardy!", - "show_number": "5353", - "fullAnswer": "the Grim Reaper" - }, { "category": "KANSAS CITY, KANSAS HERE WE COME", "air_date": "2007-12-12", @@ -857769,16 +812469,6 @@ "show_number": "5353", "fullAnswer": "NASCAR" }, - { - "category": "WHEEL OF WOMEN", - "air_date": "2007-12-12", - "question": "Medical reformer

_ L O _ _ _ _ E
_ I G _ _ I N G _ _ E
", - "value": "$400", - "answer": "Florence Nightingale", - "round": "Jeopardy!", - "show_number": "5353", - "fullAnswer": "Florence Nightingale" - }, { "category": "THE IS YOUR LIFE, ABE LINCOLN!", "air_date": "2007-12-12", @@ -857829,16 +812519,6 @@ "show_number": "5353", "fullAnswer": "Mexico" }, - { - "category": "WHEEL OF WOMEN", - "air_date": "2007-12-12", - "question": "Barely an equestrian

_ A D _
G O _ _ _ _
", - "value": "$600", - "answer": "Lady Godiva", - "round": "Jeopardy!", - "show_number": "5353", - "fullAnswer": "Lady Godiva" - }, { "category": "THE IS YOUR LIFE, ABE LINCOLN!", "air_date": "2007-12-12", @@ -857869,16 +812549,6 @@ "show_number": "5353", "fullAnswer": "the Cub Scounts" }, - { - "category": "THEY'RE \"GR\"EAT!", - "air_date": "2007-12-12", - "question": "It's the mythological creature of earth and sky seen here", - "value": "$600", - "answer": "griffin", - "round": "Jeopardy!", - "show_number": "5353", - "fullAnswer": "the griffin" - }, { "category": "KANSAS CITY, KANSAS HERE WE COME", "air_date": "2007-12-12", @@ -857889,16 +812559,6 @@ "show_number": "5353", "fullAnswer": "a renaissance" }, - { - "category": "WHEEL OF WOMEN", - "air_date": "2007-12-12", - "question": "Had an axe to grind

_ _ Z Z _ _
B _ _ _ _ N
", - "value": "$800", - "answer": "Lizzie Borden", - "round": "Jeopardy!", - "show_number": "5353", - "fullAnswer": "Lizzie Borden" - }, { "category": "THE IS YOUR LIFE, ABE LINCOLN!", "air_date": "2007-12-12", @@ -857949,16 +812609,6 @@ "show_number": "5353", "fullAnswer": "Wyandotte" }, - { - "category": "WHEEL OF WOMEN", - "air_date": "2007-12-12", - "question": "Philanthropist, art patron & collector

_ _ G G _
G _ G G _ _ _ _ _ _
", - "value": "$1000", - "answer": "Peggy Guggenheim", - "round": "Jeopardy!", - "show_number": "5353", - "fullAnswer": "Peggy Guggenheim" - }, { "category": "THE IS YOUR LIFE, ABE LINCOLN!", "air_date": "2007-12-12", @@ -857989,16 +812639,6 @@ "show_number": "5353", "fullAnswer": "the Siberian Tiger" }, - { - "category": "THEY'RE \"GR\"EAT!", - "air_date": "2007-12-12", - "question": "Famous work designed by this German is seen here", - "value": "$1000", - "answer": "Gropius", - "round": "Jeopardy!", - "show_number": "5353", - "fullAnswer": "(Walter) Gropius" - }, { "category": "BIOLOGY", "air_date": "2007-12-12", @@ -858049,16 +812689,6 @@ "show_number": "5353", "fullAnswer": "feather" }, - { - "category": "HELPING HANDS MONKEYS", - "air_date": "2007-12-12", - "question": "(Sarah of the Clue Crew reads as a monkey assists its master at Helping Hands in Boston, MA.) Monkeys are suited to work because they are smart & nimble, & their hands have this feature that lets them pick up objects easily", - "value": "$400", - "answer": "opposing thumb", - "round": "Double Jeopardy!", - "show_number": "5353", - "fullAnswer": "an opposing thumb" - }, { "category": "BIOLOGY", "air_date": "2007-12-12", @@ -858129,16 +812759,6 @@ "show_number": "5353", "fullAnswer": "cones" }, - { - "category": "FILMS OF THE '90s", - "air_date": "2007-12-12", - "question": "(Hi, I'm Rob Morrow.) I played the real-life character Dick Goodwin, who exposes hanky-panky on the TV program \"Twenty-one\" in this film", - "value": "$1200", - "answer": "Quiz Show", - "round": "Double Jeopardy!", - "show_number": "5353", - "fullAnswer": "Quiz Show" - }, { "category": "OPERA", "air_date": "2007-12-12", @@ -858169,16 +812789,6 @@ "show_number": "5353", "fullAnswer": "fauna" }, - { - "category": "HELPING HANDS MONKEYS", - "air_date": "2007-12-12", - "question": "(Jimmy of the Clue Crew reads from Helping Hands in Boston, MA as a monkey gets some water from a fridge.) The wide variety of tasks the monkeys learn makes life much easier for those with mobility impairments, such as this condition of paralysis of all four limbs", - "value": "$1200", - "answer": "quadraplegia", - "round": "Double Jeopardy!", - "show_number": "5353", - "fullAnswer": "quadraplegia" - }, { "category": "BIOLOGY", "air_date": "2007-12-12", @@ -858289,16 +812899,6 @@ "show_number": "5353", "fullAnswer": "Fermium" }, - { - "category": "HELPING HANDS MONKEYS", - "air_date": "2007-12-12", - "question": "(Jimmy of the Clue Crew helps with monkey training at Helping Hands in Boston, MA.) The monkeys learn via positive reinforcement, part of \"operant conditioning\", a term coined by this American behaviorist", - "value": "$2000", - "answer": "Skinner", - "round": "Double Jeopardy!", - "show_number": "5353", - "fullAnswer": "(B.F.) Skinner" - }, { "category": "20th CENTURY PERSONALITIES", "air_date": "2007-12-12", @@ -858494,7 +813094,7 @@ "air_date": "1999-10-05", "question": "A Canaletto view of this square shows the Doge's palace & the Loggia of Sansovino", "value": "$400", - "answer": "Saint Mark\\'s Square", + "answer": "Saint Mark's Square", "round": "Jeopardy!", "show_number": "3467", "fullAnswer": "Saint Mark\\'s Square" @@ -858754,7 +813354,7 @@ "air_date": "1999-10-05", "question": "The Communion opens with this prayer from the Sermon on the Mount", "value": "$600", - "answer": "The Lord\\'s Prayer", + "answer": "The Lord's Prayer", "round": "Double Jeopardy!", "show_number": "3467", "fullAnswer": "\"The Lord\\'s Prayer\"" @@ -858934,7 +813534,7 @@ "air_date": "2001-04-26", "question": "It sets sail in Genesis 7", "value": "$100", - "answer": "Noah\\'s Ark", + "answer": "Noah's Ark", "round": "Jeopardy!", "show_number": "3844", "fullAnswer": "Noah\\'s Ark" @@ -859294,7 +813894,7 @@ "air_date": "2001-04-26", "question": "Bill Murray may have played Bosley but we think fans in Taiwan showed up to see these title \"Hot Babes\"", "value": "$400", - "answer": "Charlie\\'s Angels", + "answer": "Charlie's Angels", "round": "Double Jeopardy!", "show_number": "3844", "fullAnswer": "Charlie\\'s Angels" @@ -859739,16 +814339,6 @@ "show_number": "4878", "fullAnswer": "the Manhattan Indians" }, - { - "category": "A BROADWAY MUSICAL QUIZ", - "air_date": "2005-11-23", - "question": "(Hi. I'm Andrew Lloyd Webber.) My new musical is called \"The Woman in White\" and it's based on a 19th century novel by this author of \"The Moonstone\"", - "value": "$1000", - "answer": "Collins", - "round": "Jeopardy!", - "show_number": "4878", - "fullAnswer": "(Wilkie) Collins" - }, { "category": "SOLD!", "air_date": "2005-11-23", @@ -859899,26 +814489,6 @@ "show_number": "4878", "fullAnswer": "scorpion" }, - { - "category": "IT'S A \"CIN\"", - "air_date": "2005-11-23", - "question": "(Cheryl of the Clue Crew tightens a horse saddle in a stable.) The strap I'm tightening is called latigo, Spanish for \"gird\", or this word that means it's easily done", - "value": "$800", - "answer": "cinch", - "round": "Double Jeopardy!", - "show_number": "4878", - "fullAnswer": "a cinch" - }, - { - "category": "1945", - "air_date": "2005-11-23", - "question": "Les Brown earned some renown for this tune popularized in 1945", - "value": "$1200", - "answer": "Sentimental Journey", - "round": "Double Jeopardy!", - "show_number": "4878", - "fullAnswer": "\"Sentimental Journey\"" - }, { "category": "BEST FOREIGN LANGUAGE FILM", "air_date": "2005-11-23", @@ -859939,16 +814509,6 @@ "show_number": "4878", "fullAnswer": "Animal Farm" }, - { - "category": "CONTEMPORARY ART MUSEUMS", - "air_date": "2005-11-23", - "question": "This museum's ducts are color coded, blue for air, green for fluids, yellow for electrical, & red for movement", - "value": "$1200", - "answer": "Le Centre Pompidou", - "round": "Double Jeopardy!", - "show_number": "4878", - "fullAnswer": "Le Centre Pompidou" - }, { "category": "VENOMOUS ARTHROPODS", "air_date": "2005-11-23", @@ -860114,7 +814674,7 @@ "air_date": "2003-02-26", "question": "In June 1967 the Beatles released this album about an \"act you've known for all these years\"", "value": "$200", - "answer": "Sgt. Pepper\\'s Lonely Hearts Club Band", + "answer": "Sgt. Pepper's Lonely Hearts Club Band", "round": "Jeopardy!", "show_number": "4263", "fullAnswer": "\"Sgt. Pepper\\'s Lonely Hearts Club Band\"" @@ -861504,7 +816064,7 @@ "air_date": "2002-09-05", "question": "1968:
\"Leapin' Knave Lightburst\"", "value": "$800", - "answer": "Jumpin\\' Jack Flash", + "answer": "Jumpin' Jack Flash", "round": "Jeopardy!", "show_number": "4139", "fullAnswer": "\"Jumpin\\' Jack Flash\"" @@ -861669,16 +816229,6 @@ "show_number": "4139", "fullAnswer": "Mexico" }, - { - "category": "STARTS WITH \"R\"", - "air_date": "2002-09-05", - "question": "(Cheryl of the Clue Crew reports from FBI Headquarters in Washington.) Known as this, the grooves cut into the barrel help investigators match a bullet to a gun", - "value": "$800", - "answer": "rifling", - "round": "Double Jeopardy!", - "show_number": "4139", - "fullAnswer": "the rifling" - }, { "category": "THE AMERICAN REVOLUTION", "air_date": "2002-09-05", @@ -861739,16 +816289,6 @@ "show_number": "4139", "fullAnswer": "the Ross Sea" }, - { - "category": "THE AMERICAN REVOLUTION", - "air_date": "2002-09-05", - "question": "(Jimmy of the Clue Crew holds some lamps.) On the night of April 18, 1775, in Boston's Old North Church, it's what Robert Newman signalled like this", - "value": "$1200", - "answer": "British were coming", - "round": "Double Jeopardy!", - "show_number": "4139", - "fullAnswer": "the British were coming" - }, { "category": "WOULD YOU BELIEVE?", "air_date": "2002-09-05", @@ -862629,16 +817169,6 @@ "show_number": "6240", "fullAnswer": "husband" }, - { - "category": "WEBSITES", - "air_date": "2011-11-04", - "question": "bullshido.net exposes frauds in these arts, such as ninjutsu & aikido", - "value": "$400", - "answer": "martial arts", - "round": "Jeopardy!", - "show_number": "6240", - "fullAnswer": "martial arts" - }, { "category": "RHYME-BOT", "air_date": "2011-11-04", @@ -862819,16 +817349,6 @@ "show_number": "6240", "fullAnswer": "MD" }, - { - "category": "RHYME-BOT", - "air_date": "2011-11-04", - "question": "The yellow-bellied type of this critter is sunbathing here", - "value": "$1000", - "answer": "marmot", - "round": "Jeopardy!", - "show_number": "6240", - "fullAnswer": "a marmot" - }, { "category": "MAPMAKER, MAPMAKER", "air_date": "2011-11-04", @@ -863119,16 +817639,6 @@ "show_number": "6240", "fullAnswer": "(John A.) MacDonald" }, - { - "category": "GIMME AN \"H\"", - "air_date": "2011-11-04", - "question": "Anglers & crafters, not just surgeons, use this instrument, whose name means \"blood stop\"", - "value": "$4,000", - "answer": "hemostat", - "round": "Double Jeopardy!", - "show_number": "6240", - "fullAnswer": "a hemostat" - }, { "category": "NOTABLE GROUPS", "air_date": "2011-11-04", @@ -863284,7 +817794,7 @@ "air_date": "1992-12-14", "question": "This 1852 work was subtitled \"Life Among the Lowly\"", "value": "$300", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Jeopardy!", "show_number": "1906", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -864359,16 +818869,6 @@ "show_number": "5678", "fullAnswer": "André Ampere" }, - { - "category": "THE NEW YORK TIMES TIMES MACHINE", - "air_date": "2009-04-22", - "question": "Try to remember a day in September of this year", - "value": "$200", - "answer": "1964", - "round": "Jeopardy!", - "show_number": "5678", - "fullAnswer": "1964" - }, { "category": "QUASI-STUPID ANSWERS", "air_date": "2009-04-22", @@ -864419,16 +818919,6 @@ "show_number": "5678", "fullAnswer": "(Alexander Graham) Bell" }, - { - "category": "THE NEW YORK TIMES TIMES MACHINE", - "air_date": "2009-04-22", - "question": "It's the year of the futile effort headlined here", - "value": "$400", - "answer": "1938", - "round": "Jeopardy!", - "show_number": "5678", - "fullAnswer": "1938" - }, { "category": "QUASI-STUPID ANSWERS", "air_date": "2009-04-22", @@ -864469,26 +818959,6 @@ "show_number": "5678", "fullAnswer": "Gwyneth Paltrow" }, - { - "category": "FUN WITH EPONYMS", - "air_date": "2009-04-22", - "question": "She may have said, \"Why don't you come up and see my life jacket sometime?\" when she wore the one named for her", - "value": "$600", - "answer": "Mae West", - "round": "Jeopardy!", - "show_number": "5678", - "fullAnswer": "Mae West" - }, - { - "category": "THE NEW YORK TIMES TIMES MACHINE", - "air_date": "2009-04-22", - "question": "The high hopes of this year are indicated here", - "value": "$2,000", - "answer": "1919", - "round": "Jeopardy!", - "show_number": "5678", - "fullAnswer": "1919" - }, { "category": "QUASI-STUPID ANSWERS", "air_date": "2009-04-22", @@ -864564,7 +819034,7 @@ "air_date": "2009-04-22", "question": "This religion founded in 1863 in Iran teaches the worth of all religions & the equality of the sexes", "value": "$1000", - "answer": "Baha\\'i", + "answer": "Baha'i", "round": "Jeopardy!", "show_number": "5678", "fullAnswer": "Baha\\'i" @@ -864659,16 +819129,6 @@ "show_number": "5678", "fullAnswer": "antiques" }, - { - "category": "IN BRUGES", - "air_date": "2009-04-22", - "question": "(Sarah of the Clue Crew reads from Bruges.) The sounds may give you a clue to this 1-word name of the central tower in Bruges' Market Square; it's 366 steps to the top, so I'll listen from down here", - "value": "$400", - "answer": "belfry", - "round": "Double Jeopardy!", - "show_number": "5678", - "fullAnswer": "the belfry" - }, { "category": "I WROTE THAT!", "air_date": "2009-04-22", @@ -864779,16 +819239,6 @@ "show_number": "5678", "fullAnswer": "mystique" }, - { - "category": "IN BRUGES", - "air_date": "2009-04-22", - "question": "(Sarah of the Clue Crew reads from Bruges, Belgium.) Come to Belgium for the work of the painters known as the Primitives of this culture & language; Van Eyck is among those represented in Bruges' museums", - "value": "$1200", - "answer": "Flemish", - "round": "Double Jeopardy!", - "show_number": "5678", - "fullAnswer": "Flemish" - }, { "category": "I WROTE THAT!", "air_date": "2009-04-22", @@ -864864,7 +819314,7 @@ "air_date": "2009-04-22", "question": "Jonas Grumby,
Roy Hinkley,
Ginger Grant", "value": "$2000", - "answer": "Gilligan\\'s Island", + "answer": "Gilligan's Island", "round": "Double Jeopardy!", "show_number": "5678", "fullAnswer": "Gilligan\\'s Island" @@ -864899,16 +819349,6 @@ "show_number": "5678", "fullAnswer": "Mozambique" }, - { - "category": "IN BRUGES", - "air_date": "2009-04-22", - "question": "(Jimmy of the Clue Crew reads from Bruges.) The heroes in this statue were a butcher & a weaver who led a struggle against the wealthy merchants who dominated these Medieval trade associations", - "value": "$5,000", - "answer": "guilds", - "round": "Double Jeopardy!", - "show_number": "5678", - "fullAnswer": "guilds" - }, { "category": "U.S. PRESIDENTS", "air_date": "2009-04-22", @@ -864969,16 +819409,6 @@ "show_number": "4630", "fullAnswer": "green" }, - { - "category": "WHEEL OF JEOPARDY!", - "air_date": "2004-10-22", - "question": "It's Apple's killer music combination", - "value": "$200", - "answer": "iPod and iTunes", - "round": "Jeopardy!", - "show_number": "4630", - "fullAnswer": "iPod and iTunes" - }, { "category": "STATE CAPITALS", "air_date": "2004-10-22", @@ -864999,26 +819429,6 @@ "show_number": "4630", "fullAnswer": "Agent Cody Banks" }, - { - "category": "MOVIE MUNCHABLES", - "air_date": "2004-10-22", - "question": "It's the rhyming name of the movie treats seen here", - "value": "$400", - "answer": "Reese\\'s Pieces", - "round": "Jeopardy!", - "show_number": "4630", - "fullAnswer": "Reese\\'s Pieces" - }, - { - "category": "BUNNIES IN BOOKS", - "air_date": "2004-10-22", - "question": "(LeVar Burton of Reading Rainbow delivers the clue.) In \"The Bionic Bunny Show\", the Bionic Bunny twitches his nose and wiggles these to summon his bionic strength", - "value": "$400", - "answer": "his ears", - "round": "Jeopardy!", - "show_number": "4630", - "fullAnswer": "his ears" - }, { "category": "CRAYOLA COLORS", "air_date": "2004-10-22", @@ -865029,16 +819439,6 @@ "show_number": "4630", "fullAnswer": "Flamingo" }, - { - "category": "WHEEL OF JEOPARDY!", - "air_date": "2004-10-22", - "question": "For Brittany Snow they include liberty & equality", - "value": "$400", - "answer": "American Dreams", - "round": "Jeopardy!", - "show_number": "4630", - "fullAnswer": "American Dreams" - }, { "category": "STATE CAPITALS", "air_date": "2004-10-22", @@ -865079,16 +819479,6 @@ "show_number": "4630", "fullAnswer": "Almond" }, - { - "category": "WHEEL OF JEOPARDY!", - "air_date": "2004-10-22", - "question": "Tale about someone who rises from neglect to success", - "value": "$600", - "answer": "Cinderella story", - "round": "Jeopardy!", - "show_number": "4630", - "fullAnswer": "a Cinderella story" - }, { "category": "STATE CAPITALS", "air_date": "2004-10-22", @@ -865129,16 +819519,6 @@ "show_number": "4630", "fullAnswer": "Tango" }, - { - "category": "WHEEL OF JEOPARDY!", - "air_date": "2004-10-22", - "question": "Before dueling in this game, you must greet your opponent with a friendly handshake", - "value": "$800", - "answer": "Yu-Gi-Oh", - "round": "Jeopardy!", - "show_number": "4630", - "fullAnswer": "Yu-Gi-Oh" - }, { "category": "STATE CAPITALS", "air_date": "2004-10-22", @@ -865169,16 +819549,6 @@ "show_number": "4630", "fullAnswer": "Whoppers" }, - { - "category": "WHEEL OF JEOPARDY!", - "air_date": "2004-10-22", - "question": "It's when a group wants you to conform so you'll be accepted", - "value": "$1000", - "answer": "peer pressure", - "round": "Jeopardy!", - "show_number": "4630", - "fullAnswer": "peer pressure" - }, { "category": "GENERAL SCIENCE", "air_date": "2004-10-22", @@ -865279,16 +819649,6 @@ "show_number": "4630", "fullAnswer": "Dolley Madison" }, - { - "category": "THE HISTORY OF DISNEYLAND", - "air_date": "2004-10-22", - "question": "This man, who co-hosted the grand opening of Disneyland, later became the President of the United States", - "value": "$800", - "answer": "Ronald Reagan", - "round": "Double Jeopardy!", - "show_number": "4630", - "fullAnswer": "Ronald Reagan" - }, { "category": "THE WORLD OF WORDS", "air_date": "2004-10-22", @@ -865319,16 +819679,6 @@ "show_number": "4630", "fullAnswer": "Ashanti" }, - { - "category": "HOW DO YOU...", - "air_date": "2004-10-22", - "question": "(Jimmy of the Clue Crew snaps some rubber bands around a familiar piece of sports gear.) Lather it with lanolin, put a ball in the pocket, and wrap it with rubber bands for 48 hours", - "value": "$1200", - "answer": "wear in ", - "round": "Double Jeopardy!", - "show_number": "4630", - "fullAnswer": "wear in (or break in) a (baseball) glove (or mitt)" - }, { "category": "AMERICAN HEROES", "air_date": "2004-10-22", @@ -865389,36 +819739,16 @@ "show_number": "4630", "fullAnswer": "John Hancock" }, - { - "category": "THE HISTORY OF DISNEYLAND", - "air_date": "2004-10-22", - "question": "Neuschwanstein Castle inspired the design of this heroine's castle in a 1959 film and at Disneyland", - "value": "$1600", - "answer": "Sleeping Beauty", - "round": "Double Jeopardy!", - "show_number": "4630", - "fullAnswer": "Sleeping Beauty" - }, { "category": "SINGERS", "air_date": "2004-10-22", "question": "Shad Gregory Moss is the real name of this teen rapper who's been \"Unleashed\"", "value": "$2000", - "answer": "Lil\\' Bow Wow", + "answer": "Lil' Bow Wow", "round": "Double Jeopardy!", "show_number": "4630", "fullAnswer": "Lil\\' Bow Wow" }, - { - "category": "HOW DO YOU...", - "air_date": "2004-10-22", - "question": "(Cheryl of the Clue Crew reads and demonstrates on Jimmy.) To perform this 2-word procedure to relieve choking, place your thumb on the person's upper abdomen and thrust inward", - "value": "$2000", - "answer": "Heimlich maneuver", - "round": "Double Jeopardy!", - "show_number": "4630", - "fullAnswer": "the Heimlich maneuver" - }, { "category": "AMERICAN HEROES", "air_date": "2004-10-22", @@ -866094,7 +820424,7 @@ "air_date": "2010-01-12", "question": "Bedford Falls is the setting of this classic 1946 Christmas film", "value": "$200", - "answer": "It\\'s a Wonderful Life", + "answer": "It's a Wonderful Life", "round": "Jeopardy!", "show_number": "5832", "fullAnswer": "It\\'s a Wonderful Life" @@ -866184,7 +820514,7 @@ "air_date": "2010-01-12", "question": "January 17 doesn't come soon enough, as it's the designated day to ditch these annual promises made 2 1/2 weeks before", "value": "$600", - "answer": "New Year\\'s resolutions", + "answer": "New Year's resolutions", "round": "Jeopardy!", "show_number": "5832", "fullAnswer": "New Year\\'s resolutions" @@ -866359,16 +820689,6 @@ "show_number": "5832", "fullAnswer": "Amos & Andrew" }, - { - "category": "THE NATIONAL GALLERY OF ART", - "air_date": "2010-01-12", - "question": "Use your common sense & name this patriot in a portrait owned by the National Gallery", - "value": "$400", - "answer": "Thomas Paine", - "round": "Double Jeopardy!", - "show_number": "5832", - "fullAnswer": "Thomas Paine" - }, { "category": "COLORS ON THE MAP", "air_date": "2010-01-12", @@ -866479,16 +820799,6 @@ "show_number": "5832", "fullAnswer": "John Amos" }, - { - "category": "THE NATIONAL GALLERY OF ART", - "air_date": "2010-01-12", - "question": "As seen here, the father of our country was painted by this father of American portraiture", - "value": "$1200", - "answer": "Stuart", - "round": "Double Jeopardy!", - "show_number": "5832", - "fullAnswer": "(Gilbert) Stuart" - }, { "category": "COLORS ON THE MAP", "air_date": "2010-01-12", @@ -866519,16 +820829,6 @@ "show_number": "5832", "fullAnswer": "Arlington National Cemetery" }, - { - "category": "SUPERLATIVES", - "air_date": "2010-01-12", - "question": "(Kelly of the Clue Crew rubs her thumb and forefinger together.) You want me to feel sorry for you? Instead, I'm doing this", - "value": "$1200", - "answer": "playing the world\\'s smallest violin", - "round": "Double Jeopardy!", - "show_number": "5832", - "fullAnswer": "playing the world\\'s smallest violin" - }, { "category": "FAMOUS AMOS", "air_date": "2010-01-12", @@ -866599,16 +820899,6 @@ "show_number": "5832", "fullAnswer": "Wally Amos" }, - { - "category": "THE NATIONAL GALLERY OF ART", - "air_date": "2010-01-12", - "question": "This British landscape painter financed his wedding with the painting seen here--note all the clouds", - "value": "$2000", - "answer": "John Constable", - "round": "Double Jeopardy!", - "show_number": "5832", - "fullAnswer": "John Constable" - }, { "category": "COLORS ON THE MAP", "air_date": "2010-01-12", @@ -866704,7 +820994,7 @@ "air_date": "2006-01-06", "question": "Brands owned by this soup company include Prego sauces & V8 beverages", "value": "$200", - "answer": "Campbell\\'s", + "answer": "Campbell's", "round": "Jeopardy!", "show_number": "4910", "fullAnswer": "Campbell\\'s" @@ -866914,7 +821204,7 @@ "air_date": "2006-01-06", "question": "\"Every heart beats true, under red, white and blue, where there's never a boast or a brag\"", "value": "$1000", - "answer": "You\\'re A Grand Old Flag", + "answer": "You're A Grand Old Flag", "round": "Jeopardy!", "show_number": "4910", "fullAnswer": "\"You\\'re A Grand Old Flag\"" @@ -866944,7 +821234,7 @@ "air_date": "2006-01-06", "question": "This insurance company used an umbrella in its ads as early as 1870 & for more than 125 years after", "value": "$1000", - "answer": "Traveler\\'s", + "answer": "Traveler's", "round": "Jeopardy!", "show_number": "4910", "fullAnswer": "Traveler\\'s" @@ -866979,16 +821269,6 @@ "show_number": "4910", "fullAnswer": "Sesame Street" }, - { - "category": "A WHITE WATER GLOSSARY", - "air_date": "2006-01-06", - "question": "(Jimmy of the Clue Crew paddles his raft down the Snake River in Wyoming.) A Class 3 river like this part of the Snake is for intermediate rafters; the scale goes up to this number, but those I'll skip", - "value": "$400", - "answer": "6", - "round": "Double Jeopardy!", - "show_number": "4910", - "fullAnswer": "6" - }, { "category": "ANIMALISTIC FICTIONAL CHARACTERS", "air_date": "2006-01-06", @@ -866999,16 +821279,6 @@ "show_number": "4910", "fullAnswer": "the Jackal" }, - { - "category": "EVENING NEWS 1893", - "air_date": "2006-01-06", - "question": "A motion picture of these men has been produced but the shoeing scene may be too intense for youngsters", - "value": "$400", - "answer": "blacksmiths", - "round": "Double Jeopardy!", - "show_number": "4910", - "fullAnswer": "blacksmiths" - }, { "category": "NOT ADVERBS", "air_date": "2006-01-06", @@ -867039,16 +821309,6 @@ "show_number": "4910", "fullAnswer": "Hill Street Blues" }, - { - "category": "A WHITE WATER GLOSSARY", - "air_date": "2006-01-06", - "question": "(Kelly of the Clue Crew paddles a raft of her own.) It's the simple 3-letter noun for a stretch of river that can be boated or a verb for trying it--here goes", - "value": "$800", - "answer": "run", - "round": "Double Jeopardy!", - "show_number": "4910", - "fullAnswer": "run" - }, { "category": "ANIMALISTIC FICTIONAL CHARACTERS", "air_date": "2006-01-06", @@ -867059,16 +821319,6 @@ "show_number": "4910", "fullAnswer": "Piggy" }, - { - "category": "EVENING NEWS 1893", - "air_date": "2006-01-06", - "question": "The nation listened as this man took on the topic of civil service reform in his second inaugural address", - "value": "$800", - "answer": "Grover Cleveland", - "round": "Double Jeopardy!", - "show_number": "4910", - "fullAnswer": "Grover Cleveland" - }, { "category": "NOT ADVERBS", "air_date": "2006-01-06", @@ -867099,16 +821349,6 @@ "show_number": "4910", "fullAnswer": "21 Jump Street" }, - { - "category": "A WHITE WATER GLOSSARY", - "air_date": "2006-01-06", - "question": "(Jon of the Clue Crew is in the raft this time.) A river's flow is measured in CFS, short for this; on the Snake, dangerous high water begins around 30,000", - "value": "$1200", - "answer": "cubic feet per second", - "round": "Double Jeopardy!", - "show_number": "4910", - "fullAnswer": "cubic feet per second" - }, { "category": "ANIMALISTIC FICTIONAL CHARACTERS", "air_date": "2006-01-06", @@ -867119,16 +821359,6 @@ "show_number": "4910", "fullAnswer": "Alexander Portnoy" }, - { - "category": "EVENING NEWS 1893", - "air_date": "2006-01-06", - "question": "For those vacationing out West, the Great Northern Railway has reached the Pacific in this state", - "value": "$1200", - "answer": "Washington", - "round": "Double Jeopardy!", - "show_number": "4910", - "fullAnswer": "Washington" - }, { "category": "NOT ADVERBS", "air_date": "2006-01-06", @@ -867159,16 +821389,6 @@ "show_number": "4910", "fullAnswer": "Fleet Street" }, - { - "category": "A WHITE WATER GLOSSARY", - "air_date": "2006-01-06", - "question": "(Jimmy of the Clue Crew walks along the Snake River.) Also found on a shoe, it's the V-shaped point of entry to the rapids where the fast current of the deep waters has cleared rocks away", - "value": "$1600", - "answer": "tongue", - "round": "Double Jeopardy!", - "show_number": "4910", - "fullAnswer": "the tongue" - }, { "category": "ANIMALISTIC FICTIONAL CHARACTERS", "air_date": "2006-01-06", @@ -867179,16 +821399,6 @@ "show_number": "4910", "fullAnswer": "Mouse" }, - { - "category": "EVENING NEWS 1893", - "air_date": "2006-01-06", - "question": "The tragic death of Peter Tchaikovsky should remind us all to boil our water to avoid this disease", - "value": "$1600", - "answer": "cholera", - "round": "Double Jeopardy!", - "show_number": "4910", - "fullAnswer": "cholera" - }, { "category": "NOT ADVERBS", "air_date": "2006-01-06", @@ -867219,16 +821429,6 @@ "show_number": "4910", "fullAnswer": "Wall Street Week" }, - { - "category": "A WHITE WATER GLOSSARY", - "air_date": "2006-01-06", - "question": "(Kelly of the Clue Crew stands by the Snake River.) Just like it sounds, it can be a prison guard, or a meeting of currents that may trap your craft", - "value": "$2000", - "answer": "keeper", - "round": "Double Jeopardy!", - "show_number": "4910", - "fullAnswer": "a keeper" - }, { "category": "ANIMALISTIC FICTIONAL CHARACTERS", "air_date": "2006-01-06", @@ -867239,16 +821439,6 @@ "show_number": "4910", "fullAnswer": "Goat-boy" }, - { - "category": "EVENING NEWS 1893", - "air_date": "2006-01-06", - "question": "We can breathe easier now that Emma Goldman, an advocate of this system against all government, is behind bars", - "value": "$2000", - "answer": "anarchism", - "round": "Double Jeopardy!", - "show_number": "4910", - "fullAnswer": "anarchism" - }, { "category": "NOT ADVERBS", "air_date": "2006-01-06", @@ -867494,7 +821684,7 @@ "air_date": "1997-12-19", "question": "The Watch Tower Bible & Tract Society is a legal agency of this religious group", "value": "$400", - "answer": "Jehovah\\'s Witnesses", + "answer": "Jehovah's Witnesses", "round": "Jeopardy!", "show_number": "3065", "fullAnswer": "Jehovah\\'s Witnesses" @@ -867864,7 +822054,7 @@ "air_date": "1997-12-19", "question": "A state of high emotion, or Dolly's position in the photo seen here:", "value": "$500", - "answer": "beside yourself/one\\'s self", + "answer": "beside yourself/one's self", "round": "Double Jeopardy!", "show_number": "3065", "fullAnswer": "beside yourself/one\\'s self" @@ -867874,7 +822064,7 @@ "air_date": "1997-12-19", "question": "It was the first, first, first, first film to use Cinerama's single-projector system", "value": null, - "answer": "It\\'s A Mad, Mad, Mad, Mad World", + "answer": "It's A Mad, Mad, Mad, Mad World", "round": "Final Jeopardy!", "show_number": "3065", "fullAnswer": "It\\'s A Mad, Mad, Mad, Mad World" @@ -868414,7 +822604,7 @@ "air_date": "1999-04-20", "question": "This cathedral in Venice was originally a private chapel of the doges", "value": "$1000", - "answer": "Saint Mark\\'s Cathedral", + "answer": "Saint Mark's Cathedral", "round": "Double Jeopardy!", "show_number": "3377", "fullAnswer": "Saint Mark\\'s Cathedral" @@ -868669,16 +822859,6 @@ "show_number": "4594", "fullAnswer": "alter (altar)" }, - { - "category": "SEDIMENTARY ROCK", - "air_date": "2004-07-22", - "question": "(Cheryl of the Clue Crew dissolves a piece of rock in a chemistry experiment.) With diluted hydrochloric acid, you can test for this rock; the acid reacts with the calcite to form CO2", - "value": "$1000", - "answer": "limestone", - "round": "Jeopardy!", - "show_number": "4594", - "fullAnswer": "limestone" - }, { "category": "DRUGS IN THE MOVIES", "air_date": "2004-07-22", @@ -868844,7 +823024,7 @@ "air_date": "2004-07-22", "question": "In other words \"regarding one ancient canine; no modern skill training potential\"", "value": "$800", - "answer": "you can\\'t teach an old dog new tricks", + "answer": "you can't teach an old dog new tricks", "round": "Double Jeopardy!", "show_number": "4594", "fullAnswer": "\"you can\\'t teach an old dog new tricks\"" @@ -868854,7 +823034,7 @@ "air_date": "2004-07-22", "question": "1 of the 2 No. 1 hits REO Speedwagon had in the '80s", "value": "$1200", - "answer": "Keep On Loving You or Can\\'t Fight This Feeling", + "answer": "Keep On Loving You or Can't Fight This Feeling", "round": "Double Jeopardy!", "show_number": "4594", "fullAnswer": "\"Keep On Loving You\" or \"Can\\'t Fight This Feeling\"" @@ -868964,21 +823144,11 @@ "air_date": "2004-07-22", "question": "Thomas Wolfe's sequel to \"The Web And The Rock\"", "value": "$6,000", - "answer": "You Can\\'t Go Home Again", + "answer": "You Can't Go Home Again", "round": "Double Jeopardy!", "show_number": "4594", "fullAnswer": "You Can\\'t Go Home Again" }, - { - "category": "FICTIONAL CHARACTERS", - "air_date": "2004-07-22", - "question": "(Jimmy of the Clue Crew manipulates some ball bearings in the palm of one hand.) He's the 1951 novel character whose constant habit I'm imitating", - "value": "$2000", - "answer": "Captain Queeg", - "round": "Double Jeopardy!", - "show_number": "4594", - "fullAnswer": "Captain Queeg" - }, { "category": "PHOTOGRAPHY", "air_date": "2004-07-22", @@ -869014,7 +823184,7 @@ "air_date": "2004-07-22", "question": "This play won Moss Hart & George S. Kaufman a Pulitzer Prize in 1937", "value": "$2000", - "answer": "You Can\\'t Take It With You", + "answer": "You Can't Take It With You", "round": "Double Jeopardy!", "show_number": "4594", "fullAnswer": "You Can\\'t Take It With You" @@ -869074,7 +823244,7 @@ "air_date": "2001-01-02", "question": "Found in northwest Rome, it's Europe's largest Christian church", "value": "$100", - "answer": "St. Peter\\'s Basilica", + "answer": "St. Peter's Basilica", "round": "Jeopardy!", "show_number": "3762", "fullAnswer": "St. Peter\\'s Basilica" @@ -870199,16 +824369,6 @@ "show_number": "1295", "fullAnswer": "Gen. Francisco Franco" }, - { - "category": "YOU CAN QUOTE ME", - "air_date": "2007-07-03", - "question": "\"It was a little Cocker Spaniel dog...and our little girl, Tricia, the 6-year-old, named it Checkers\"", - "value": "$200", - "answer": "Richard Nixon", - "round": "Jeopardy!", - "show_number": "5267", - "fullAnswer": "Richard Nixon" - }, { "category": "STUPID SHOW BIZ ANSWERS", "air_date": "2007-07-03", @@ -870259,16 +824419,6 @@ "show_number": "5267", "fullAnswer": "almond" }, - { - "category": "YOU CAN QUOTE ME", - "air_date": "2007-07-03", - "question": "\"I consider myself the luckiest man on the face of the earth...I've got an awful lot to live for\"", - "value": "$400", - "answer": "Lou Gehrig", - "round": "Jeopardy!", - "show_number": "5267", - "fullAnswer": "Lou Gehrig" - }, { "category": "STUPID SHOW BIZ ANSWERS", "air_date": "2007-07-03", @@ -870319,16 +824469,6 @@ "show_number": "5267", "fullAnswer": "pistachio" }, - { - "category": "YOU CAN QUOTE ME", - "air_date": "2007-07-03", - "question": "\"I see one third of a nation ill-housed, ill-clad, ill-nourished\"", - "value": "$600", - "answer": "F.D.R.", - "round": "Jeopardy!", - "show_number": "5267", - "fullAnswer": "F.D.R." - }, { "category": "STUPID SHOW BIZ ANSWERS", "air_date": "2007-07-03", @@ -870359,16 +824499,6 @@ "show_number": "5267", "fullAnswer": "Death of a Salesman" }, - { - "category": "FUN ACROSS AMERICA", - "air_date": "2007-07-03", - "question": "(Sarah of the Clue Crew is on the set of \"Spamalot\".) The knights of the round table traveled from England to here on Broadway and now to this Las Vegas casino, named for its owner, Steve", - "value": "$600", - "answer": "Wynn", - "round": "Jeopardy!", - "show_number": "5267", - "fullAnswer": "the Wynn" - }, { "category": "MIXED NUTS", "air_date": "2007-07-03", @@ -870379,16 +824509,6 @@ "show_number": "5267", "fullAnswer": "macadamia" }, - { - "category": "YOU CAN QUOTE ME", - "air_date": "2007-07-03", - "question": "\"And like the old soldier of that ballad, I now close my military career and just fade away\"", - "value": "$800", - "answer": "MacArthur", - "round": "Jeopardy!", - "show_number": "5267", - "fullAnswer": "(Douglas) MacArthur" - }, { "category": "STUPID SHOW BIZ ANSWERS", "air_date": "2007-07-03", @@ -870439,16 +824559,6 @@ "show_number": "5267", "fullAnswer": "Brazil nut" }, - { - "category": "YOU CAN QUOTE ME", - "air_date": "2007-07-03", - "question": "\"Our flag is red, white and blue, but our nation is a rainbow...we're all precious in God's sight\"", - "value": "$1000", - "answer": "Jesse Jackson", - "round": "Jeopardy!", - "show_number": "5267", - "fullAnswer": "Jesse Jackson" - }, { "category": "STUPID SHOW BIZ ANSWERS", "air_date": "2007-07-03", @@ -870559,16 +824669,6 @@ "show_number": "5267", "fullAnswer": "Alaska" }, - { - "category": "HOW INSTRUMENTAL", - "air_date": "2007-07-03", - "question": "Andre Rieu, who loves to play the music of Strauss on his violin, is the modern king of this dance music", - "value": "$800", - "answer": "waltz", - "round": "Double Jeopardy!", - "show_number": "5267", - "fullAnswer": "waltz" - }, { "category": "FOOD FACTS", "air_date": "2007-07-03", @@ -870799,26 +824899,6 @@ "show_number": "5863", "fullAnswer": "Scooby-Doo" }, - { - "category": "MEET YOUR NEW GODFATHER!", - "air_date": "2010-02-24", - "question": "I'll make you an offer you can't refuse: name one of the 2 U.S. senators from Connecticut & I'll give you $200", - "value": "$200", - "answer": "", - "round": "Jeopardy!", - "show_number": "5863", - "fullAnswer": "(Christopher) Dodd (or Joseph Lieberman)" - }, - { - "category": "CELEBRITIES' FAVORITE BOOKS", - "air_date": "2010-02-24", - "question": "(I'm Jack Ford.) I couldn't choose just one; my favorite books are \"Trinity\", Leon Uris' novel of Ireland, & this Margaret Mitchell novel with an Irish-American heroine", - "value": "$200", - "answer": "Gone with the Wind", - "round": "Jeopardy!", - "show_number": "5863", - "fullAnswer": "Gone with the Wind" - }, { "category": "STATE CAPITALS", "air_date": "2010-02-24", @@ -870859,26 +824939,6 @@ "show_number": "5863", "fullAnswer": "Donald Duck" }, - { - "category": "MEET YOUR NEW GODFATHER!", - "air_date": "2010-02-24", - "question": "Don't ask me about my business; it's this \"Australian for beer\" brand, but don't ask me about it", - "value": "$400", - "answer": "Foster\\'s", - "round": "Jeopardy!", - "show_number": "5863", - "fullAnswer": "Foster\\'s" - }, - { - "category": "CELEBRITIES' FAVORITE BOOKS", - "air_date": "2010-02-24", - "question": "(I'm Kareem Abdul-Jabbar.) Alexandre Dumas' 1844 novel about this swashbuckling title trio is for adventure lovers of all ages", - "value": "$400", - "answer": "Three Musketeers", - "round": "Jeopardy!", - "show_number": "5863", - "fullAnswer": "The Three Musketeers" - }, { "category": "STATE CAPITALS", "air_date": "2010-02-24", @@ -870919,26 +824979,6 @@ "show_number": "5863", "fullAnswer": "Yogi (Bear)" }, - { - "category": "MEET YOUR NEW GODFATHER!", - "air_date": "2010-02-24", - "question": "I'm a Lakers fan. You like this Mark Cuban-owned NBA team. OK, but don't ever take sides against the family again. Ever", - "value": "$600", - "answer": "Mavericks", - "round": "Jeopardy!", - "show_number": "5863", - "fullAnswer": "the Mavericks" - }, - { - "category": "CELEBRITIES' FAVORITE BOOKS", - "air_date": "2010-02-24", - "question": "(Hi, I'm Doug Savant.) John Irving moved me with his look at good & evil in the novel \"A Prayer for\" this Christ-like character", - "value": "$600", - "answer": "Owen Meany", - "round": "Jeopardy!", - "show_number": "5863", - "fullAnswer": "Owen Meany" - }, { "category": "STATE CAPITALS", "air_date": "2010-02-24", @@ -870979,26 +825019,6 @@ "show_number": "5863", "fullAnswer": "Betty Boop" }, - { - "category": "MEET YOUR NEW GODFATHER!", - "air_date": "2010-02-24", - "question": "I gift you a 528i sedan from this company; someday--& that day may never come--I'll call upon you to do a service for me
", - "value": "$800", - "answer": "BMW", - "round": "Jeopardy!", - "show_number": "5863", - "fullAnswer": "BMW" - }, - { - "category": "CELEBRITIES' FAVORITE BOOKS", - "air_date": "2010-02-24", - "question": "(Bill Clinton delivers the clue.) My favorite novel is this book by Gabriel Garcia Marquez in which one sees the history of Latin America reflected in the town of Macondo", - "value": "$800", - "answer": "One Hundred Years of Solitude", - "round": "Jeopardy!", - "show_number": "5863", - "fullAnswer": "One Hundred Years of Solitude" - }, { "category": "STATE CAPITALS", "air_date": "2010-02-24", @@ -871039,26 +825059,6 @@ "show_number": "5863", "fullAnswer": "Bugs Bunny" }, - { - "category": "MEET YOUR NEW GODFATHER!", - "air_date": "2010-02-24", - "question": "You balk at a trip to Mogadishu, this country's capital? What have I ever done to make you treat me so disrespectfully?", - "value": "$1000", - "answer": "Somalia", - "round": "Jeopardy!", - "show_number": "5863", - "fullAnswer": "Somalia" - }, - { - "category": "CELEBRITIES' FAVORITE BOOKS", - "air_date": "2010-02-24", - "question": "(Hi, I'm Christopher Meloni.) The promiscuous Mara is one of many fascinating women in \"Sexus\", by this author who wrote 2 famous books about the tropics", - "value": "$1000", - "answer": "Miller", - "round": "Jeopardy!", - "show_number": "5863", - "fullAnswer": "(Henry) Miller" - }, { "category": "STATE CAPITALS", "air_date": "2010-02-24", @@ -871094,7 +825094,7 @@ "air_date": "2010-02-24", "question": "\"John Brown's Republic\"", "value": "$400", - "answer": "The Battle Hymn Of The Republic & John Brown\\'s Body", + "answer": "The Battle Hymn Of The Republic & John Brown's Body", "round": "Double Jeopardy!", "show_number": "5863", "fullAnswer": "\"The Battle Hymn Of The Republic\" & \"John Brown\\'s Body\"" @@ -871144,7 +825144,7 @@ "air_date": "2010-02-24", "question": "\"My Country 'Tis Of Queen\"", "value": "$800", - "answer": "My Country, \\'Tis Of Thee & God Save The Queen", + "answer": "My Country, 'Tis Of Thee & God Save The Queen", "round": "Double Jeopardy!", "show_number": "5863", "fullAnswer": "\"My Country, \\'Tis Of Thee\" & \"God Save The Queen\"" @@ -871169,16 +825169,6 @@ "show_number": "5863", "fullAnswer": "Rodin" }, - { - "category": "FLOAT LIKE A BUTTERFLY...", - "air_date": "2010-02-24", - "question": "Seen here are scores of these butterflies at their winter camp in Michoacan, Mexico", - "value": "$800", - "answer": "monarchs", - "round": "Double Jeopardy!", - "show_number": "5863", - "fullAnswer": "monarchs" - }, { "category": "STING LIKE A \"BE\"", "air_date": "2010-02-24", @@ -871244,7 +825234,7 @@ "air_date": "2010-02-24", "question": "\"It's Now or Mio\"", "value": "$1600", - "answer": "It\\'s Now Or Never & O Sole Mio", + "answer": "It's Now Or Never & O Sole Mio", "round": "Double Jeopardy!", "show_number": "5863", "fullAnswer": "\"It\\'s Now Or Never\" & \"O Sole Mio\"" @@ -871269,16 +825259,6 @@ "show_number": "5863", "fullAnswer": "Eisenstaedt" }, - { - "category": "FLOAT LIKE A BUTTERFLY...", - "air_date": "2010-02-24", - "question": "Seen here is this stage of a butterfly's life, also the name of a record company bought by EMI", - "value": "$1600", - "answer": "chrysalis", - "round": "Double Jeopardy!", - "show_number": "5863", - "fullAnswer": "the chrysalis" - }, { "category": "STING LIKE A \"BE\"", "air_date": "2010-02-24", @@ -871294,7 +825274,7 @@ "air_date": "2010-02-24", "question": "\"For He's Gone Over the Mountain\"", "value": "$2000", - "answer": "For He\\'s A Jolly Good Fellow & The Bear Went Over The Mountain", + "answer": "For He's A Jolly Good Fellow & The Bear Went Over The Mountain", "round": "Double Jeopardy!", "show_number": "5863", "fullAnswer": "\"For He\\'s A Jolly Good Fellow\" & \"The Bear Went Over The Mountain\"" @@ -871309,16 +825289,6 @@ "show_number": "5863", "fullAnswer": "(John) Profumo" }, - { - "category": "THE KISSING BOOTH", - "air_date": "2010-02-24", - "question": "They're the aptly named Asiatic fish seen here", - "value": "$2000", - "answer": "kissing gourami", - "round": "Double Jeopardy!", - "show_number": "5863", - "fullAnswer": "kissing gourami" - }, { "category": "FLOAT LIKE A BUTTERFLY...", "air_date": "2010-02-24", @@ -871784,7 +825754,7 @@ "air_date": "1999-09-09", "question": "In a series of books by Ann M. Martin, it's the title group organized by Kristy", "value": "$2,000", - "answer": "The Baby-sitter\\'s Club", + "answer": "The Baby-sitter's Club", "round": "Double Jeopardy!", "show_number": "3449", "fullAnswer": "\"The Baby-sitter\\'s Club\"" @@ -872019,16 +825989,6 @@ "show_number": "5944", "fullAnswer": "pizza" }, - { - "category": "BABE", - "air_date": "2010-06-17", - "question": "She's the World War I spy
seen here", - "value": "$400", - "answer": "Mata Hari", - "round": "Jeopardy!", - "show_number": "5944", - "fullAnswer": "Mata Hari" - }, { "category": "THE IRON HORSE", "air_date": "2010-06-17", @@ -872139,16 +826099,6 @@ "show_number": "5944", "fullAnswer": "a jackhammer" }, - { - "category": "BABE", - "air_date": "2010-06-17", - "question": "Both Hollywood
and real royalty,
she's the woman seen here", - "value": "$800", - "answer": "Princess Grace", - "round": "Jeopardy!", - "show_number": "5944", - "fullAnswer": "Princess Grace" - }, { "category": "THE IRON HORSE", "air_date": "2010-06-17", @@ -872164,7 +826114,7 @@ "air_date": "2010-06-17", "question": "1951 Hank Williams classic with a culinary query in the chorus", "value": "$800", - "answer": "Hey Good Lookin\\'", + "answer": "Hey Good Lookin'", "round": "Jeopardy!", "show_number": "5944", "fullAnswer": "\"Hey Good Lookin\\'\"" @@ -872289,16 +826239,6 @@ "show_number": "5944", "fullAnswer": "Stills" }, - { - "category": "ISLANDS", - "air_date": "2010-06-17", - "question": "(Jimmy of the Clue Crew shows a map on the monitor.) Planes and ships have mysteriously disappeared in the Bermuda triangle, an area roughly from Miami to Bermuda to this island commonwealth", - "value": "$800", - "answer": "Puerto Rico", - "round": "Double Jeopardy!", - "show_number": "5944", - "fullAnswer": "Puerto Rico" - }, { "category": "COMPLETE THE MOVIE QUOTE", "air_date": "2010-06-17", @@ -872329,16 +826269,6 @@ "show_number": "5944", "fullAnswer": "Appomattox Court House" }, - { - "category": "MEASURE MEN", - "air_date": "2010-06-17", - "question": "For a German physicist,
this unit of electric resistance, whose symbol is seen here", - "value": "$4,000", - "answer": "ohm", - "round": "Double Jeopardy!", - "show_number": "5944", - "fullAnswer": "ohm" - }, { "category": "NEW TONGUE TWISTERS", "air_date": "2010-06-17", @@ -872569,16 +826499,6 @@ "show_number": "5546", "fullAnswer": "venison" }, - { - "category": "EYE, CAPTAIN", - "air_date": "2008-10-20", - "question": "(Jon of the Clue Crew shows an anatomical diagram on the monitor.) When Lasik eye surgery is performed, a flap is made in the eye, folded back, & then the stroma, or middle section, of this eye part is reshaped using lasers", - "value": "$200", - "answer": "cornea", - "round": "Jeopardy!", - "show_number": "5546", - "fullAnswer": "the cornea" - }, { "category": "COUNTRIES BY NEWSPAPERS", "air_date": "2008-10-20", @@ -872689,16 +826609,6 @@ "show_number": "5546", "fullAnswer": "mutton" }, - { - "category": "EYE, CAPTAIN", - "air_date": "2008-10-20", - "question": "(Jimmy of the Clue Crew shows an anatomical diagram on the monitor.) This term for a clouding of the lens of the eye is also used for a rush of water over a cliff", - "value": "$600", - "answer": "cataract", - "round": "Jeopardy!", - "show_number": "5546", - "fullAnswer": "a cataract" - }, { "category": "COUNTRIES BY NEWSPAPERS", "air_date": "2008-10-20", @@ -872719,16 +826629,6 @@ "show_number": "5546", "fullAnswer": "the 7 Wonders of the World" }, - { - "category": "OLD HOLLYWOOD", - "air_date": "2008-10-20", - "question": "In movies since 1943, he endured to be part of the \"Spider-Man\" series", - "value": "$800", - "answer": "Cliff Robertson", - "round": "Jeopardy!", - "show_number": "5546", - "fullAnswer": "Cliff Robertson" - }, { "category": "THE GOOD BOOK", "air_date": "2008-10-20", @@ -872809,16 +826709,6 @@ "show_number": "5546", "fullAnswer": "veal" }, - { - "category": "EYE, CAPTAIN", - "air_date": "2008-10-20", - "question": "(Kelly of the Clue Crew shows an anatomical diagram on the monitor.) This irregularity in the eye's surface bends the ray of light so that it can't be brought to a single focus, resulting in blurring", - "value": "$1000", - "answer": "astigmatism", - "round": "Jeopardy!", - "show_number": "5546", - "fullAnswer": "astigmatism" - }, { "category": "COUNTRIES BY NEWSPAPERS", "air_date": "2008-10-20", @@ -873404,7 +827294,7 @@ "air_date": "2011-04-15", "question": "A 1968 scarefest:
The title character made it a family of 3 for the Woodhouses", "value": "$1000", - "answer": "Rosemary\\'s Baby", + "answer": "Rosemary's Baby", "round": "Jeopardy!", "show_number": "6130", "fullAnswer": "Rosemary\\'s Baby" @@ -873689,16 +827579,6 @@ "show_number": "6130", "fullAnswer": "(Henri) Matisse" }, - { - "category": "NATION STATION", - "air_date": "2011-04-15", - "question": "(Jimmy of the Clue Crew shows a pictre and a map on the monitor.) Helping to overthrow Ethiopian dictator Mengistu in 1991 sparked a drive for independence here, & in 1993 it became Africa's newest independent republic", - "value": "$2000", - "answer": "Eritrea", - "round": "Double Jeopardy!", - "show_number": "6130", - "fullAnswer": "Eritrea" - }, { "category": "THE \"L\" YOU SAY", "air_date": "2011-04-15", @@ -873739,16 +827619,6 @@ "show_number": "6130", "fullAnswer": "the Mercury News" }, - { - "category": "SCISSORS", - "air_date": "2011-04-15", - "question": "The scissors or \"X\" chair is sometimes named for this Renaissance monk who once ruled Florence", - "value": "$2000", - "answer": "Savonarola", - "round": "Double Jeopardy!", - "show_number": "6130", - "fullAnswer": "Savonarola" - }, { "category": "ANCIENT ARTIFACTS", "air_date": "2011-04-15", @@ -873759,16 +827629,6 @@ "show_number": "6130", "fullAnswer": "the Rosetta Stone" }, - { - "category": "COMING SOON... HISTORY!", - "air_date": "2005-02-11", - "question": "1 man, 1 scientific mission... to tame the heavens... In 1752 he would invent the lightning rod... & electrify the world", - "value": "$200", - "answer": "Benjamin Franklin", - "round": "Jeopardy!", - "show_number": "4710", - "fullAnswer": "Benjamin Franklin" - }, { "category": "2004 OSCAR NOMINATIONS", "air_date": "2005-02-11", @@ -873819,16 +827679,6 @@ "show_number": "4710", "fullAnswer": "golf" }, - { - "category": "COMING SOON... HISTORY!", - "air_date": "2005-02-11", - "question": "If you see only 1 19th c. author's final resting place this Xmas, make it this \"Jungle Book\" man's at Westminster Abbey", - "value": "$400", - "answer": "Kipling", - "round": "Jeopardy!", - "show_number": "4710", - "fullAnswer": "Kipling" - }, { "category": "2004 OSCAR NOMINATIONS", "air_date": "2005-02-11", @@ -873879,16 +827729,6 @@ "show_number": "4710", "fullAnswer": "the press" }, - { - "category": "COMING SOON... HISTORY!", - "air_date": "2005-02-11", - "question": "In 1860s England, he would change the rules of pugilism forever... by making them! This summer, Vin Diesel is...", - "value": "$600", - "answer": "Marquess of Queensbury", - "round": "Jeopardy!", - "show_number": "4710", - "fullAnswer": "the Marquess of Queensbury" - }, { "category": "2004 OSCAR NOMINATIONS", "air_date": "2005-02-11", @@ -873939,16 +827779,6 @@ "show_number": "4710", "fullAnswer": "Mao" }, - { - "category": "COMING SOON... HISTORY!", - "air_date": "2005-02-11", - "question": "Nowhere to run, nowhere to hide... Yorktown, Oct. 19, 1781... this gen.'s surrender would end a war... & birth a nation", - "value": "$800", - "answer": "Cornwallis", - "round": "Jeopardy!", - "show_number": "4710", - "fullAnswer": "Cornwallis" - }, { "category": "2004 OSCAR NOMINATIONS", "air_date": "2005-02-11", @@ -873999,16 +827829,6 @@ "show_number": "4710", "fullAnswer": "on television" }, - { - "category": "COMING SOON... HISTORY!", - "air_date": "2005-02-11", - "question": "In a world that cried out for a... map projection... only this Flemish cartographer would heed the call", - "value": "$1000", - "answer": "Mercator", - "round": "Jeopardy!", - "show_number": "4710", - "fullAnswer": "Mercator" - }, { "category": "2004 OSCAR NOMINATIONS", "air_date": "2005-02-11", @@ -874069,16 +827889,6 @@ "show_number": "4710", "fullAnswer": "(James) Watson" }, - { - "category": "DEEP VOICES", - "air_date": "2005-02-11", - "question": "This artist's career took off after he recorded demos of songs he wrote for someone else to sing

\"I'm gonna love you, love you, love you...\"", - "value": "$400", - "answer": "Barry White", - "round": "Double Jeopardy!", - "show_number": "4710", - "fullAnswer": "Barry White" - }, { "category": "NONFICTION", "air_date": "2005-02-11", @@ -874144,7 +827954,7 @@ "air_date": "2005-02-11", "question": "\"The Apprentice\" winner Bill Rancic changed 1 letter in a Trump phrase to get this title for his book on success", "value": "$800", - "answer": "You\\'re Hired", + "answer": "You're Hired", "round": "Double Jeopardy!", "show_number": "4710", "fullAnswer": "You\\'re Hired" @@ -874179,26 +827989,6 @@ "show_number": "4710", "fullAnswer": "men-of-war" }, - { - "category": "UNIVERSITY OF CHICAGO ALUMNI", - "air_date": "2005-02-11", - "question": "Chicago South Sider and U. of C. alumna seen here", - "value": "$1200", - "answer": "Carol Mosley Braun", - "round": "Double Jeopardy!", - "show_number": "4710", - "fullAnswer": "Carol Mosley Braun" - }, - { - "category": "DEEP VOICES", - "air_date": "2005-02-11", - "question": "This artist heard here got Grammy nominations in pop, jazz & R&B as well as a children's category

\"You'll never find /
Another love like mine...\"
", - "value": "$1200", - "answer": "Lou Rawls", - "round": "Double Jeopardy!", - "show_number": "4710", - "fullAnswer": "Lou Rawls" - }, { "category": "NONFICTION", "air_date": "2005-02-11", @@ -874209,16 +827999,6 @@ "show_number": "4710", "fullAnswer": "the Big Book" }, - { - "category": "\"M\"MMM GOOD", - "air_date": "2005-02-11", - "question": "(Jimmy of the Clue Crew stands in a vinyard holding a cluster of grapes.) This grape, an early-ripening alternative to cabernet, has become popular with California vinters and drinkers", - "value": "$2,800", - "answer": "merlot", - "round": "Double Jeopardy!", - "show_number": "4710", - "fullAnswer": "merlot" - }, { "category": "WORLD CAPITALS", "air_date": "2005-02-11", @@ -874299,16 +828079,6 @@ "show_number": "4710", "fullAnswer": "vertices" }, - { - "category": "UNIVERSITY OF CHICAGO ALUMNI", - "air_date": "2005-02-11", - "question": "(The camera pans down from organ pipes to reveal Sarah of the Clue Crew sitting at the organ console.) Severn Darden, a student who used to sneak into the Rockefeller Chapel by night to play the organ, became a star of this theater company", - "value": "$2000", - "answer": "Second City", - "round": "Double Jeopardy!", - "show_number": "4710", - "fullAnswer": "Second City" - }, { "category": "DEEP VOICES", "air_date": "2005-02-11", @@ -874324,7 +828094,7 @@ "air_date": "2005-02-11", "question": "In 1980 lefty scholar Howard Zinn published this type of \"History of the United States\"", "value": "$2000", - "answer": "People\\'s History", + "answer": "People's History", "round": "Double Jeopardy!", "show_number": "4710", "fullAnswer": "A People\\'s History" @@ -874374,7 +828144,7 @@ "air_date": "2010-06-18", "question": "Try a little \"Tenderness\", the original title of this scandalous D.H. Lawrence work", "value": "$200", - "answer": "Lady Chatterley\\'s Lover", + "answer": "Lady Chatterley's Lover", "round": "Jeopardy!", "show_number": "5945", "fullAnswer": "Lady Chatterley\\'s Lover" @@ -874514,7 +828284,7 @@ "air_date": "2010-06-18", "question": "He was the oddly named third baseman in Abbott & Costello's \"Who's on First?\" routine", "value": "$600", - "answer": "I Don\\'t Know", + "answer": "I Don't Know", "round": "Jeopardy!", "show_number": "5945", "fullAnswer": "I Don\\'t Know" @@ -874639,16 +828409,6 @@ "show_number": "5945", "fullAnswer": "stumped" }, - { - "category": "LIVING THINGS", - "air_date": "2010-06-18", - "question": "This endangered small cat of the Americas is making a comeback", - "value": "$1000", - "answer": "ocelot", - "round": "Jeopardy!", - "show_number": "5945", - "fullAnswer": "the ocelot" - }, { "category": "THE SHORT LIST", "air_date": "2010-06-18", @@ -874729,16 +828489,6 @@ "show_number": "5945", "fullAnswer": "San Francisco" }, - { - "category": "LAKES & RIVERS", - "air_date": "2010-06-18", - "question": "(Kelly of the Clue Crew shows a map on the monitor.) Of the five Great Lakes, Superior is the farthest north; this one is the farthest south", - "value": "$2,000", - "answer": "Lake Erie", - "round": "Double Jeopardy!", - "show_number": "5945", - "fullAnswer": "Lake Erie" - }, { "category": "TV MILLIONAIRES--WHO PLAYED 'EM?", "air_date": "2010-06-18", @@ -874839,16 +828589,6 @@ "show_number": "5945", "fullAnswer": "San Diego" }, - { - "category": "LAKES & RIVERS", - "air_date": "2010-06-18", - "question": "Seen here, Fannette Island, formerly known as Emerald Isle, is the only island in this California/Nevada lake", - "value": "$1600", - "answer": "Tahoe", - "round": "Double Jeopardy!", - "show_number": "5945", - "fullAnswer": "Tahoe" - }, { "category": "TV MILLIONAIRES--WHO PLAYED 'EM?", "air_date": "2010-06-18", @@ -875074,7 +828814,7 @@ "air_date": "2002-09-11", "question": "To lure E.T. into his house, Elliott, played by Henry Thomas, leaves a trail of these candies", "value": "$400", - "answer": "Reese\\'s Pieces", + "answer": "Reese's Pieces", "round": "Jeopardy!", "show_number": "4143", "fullAnswer": "Reese\\'s Pieces" @@ -875654,7 +829394,7 @@ "air_date": "2000-11-21", "question": "In the 14th & 15th centuries this Anglo-French conflict actually lasted 116 years", "value": "$200", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Jeopardy!", "show_number": "3732", "fullAnswer": "Hundred Years\\' War" @@ -875784,7 +829524,7 @@ "air_date": "2000-11-21", "question": "A 2000 book subtitled \"The Edge of Reason\" is Helen Fielding's follow-up to this singleton's \"Diary\"", "value": "$400", - "answer": "Bridget Jones\\'s Diary", + "answer": "Bridget Jones's Diary", "round": "Jeopardy!", "show_number": "3732", "fullAnswer": "\"Bridget Jones\\'s Diary\"" @@ -876364,7 +830104,7 @@ "air_date": "2009-04-20", "question": "This book sells about 300,000 copies each year because so many people give it to college & high school graduates", "value": "$1,500", - "answer": "Oh, the Places You\\'ll Go!", + "answer": "Oh, the Places You'll Go!", "round": "Jeopardy!", "show_number": "5676", "fullAnswer": "Oh, the Places You\\'ll Go!" @@ -876494,7 +830234,7 @@ "air_date": "2009-04-20", "question": "Madonna as Evita:
\"D.C.F.M.A.\"", "value": "$400", - "answer": "Don\\'t Cry For Me Argentina", + "answer": "Don't Cry For Me Argentina", "round": "Double Jeopardy!", "show_number": "5676", "fullAnswer": "\"Don\\'t Cry For Me Argentina\"" @@ -876504,7 +830244,7 @@ "air_date": "2009-04-20", "question": "The most prominent of the Apostles' warming devices", "value": "$400", - "answer": "Peter\\'s heaters", + "answer": "Peter's heaters", "round": "Double Jeopardy!", "show_number": "5676", "fullAnswer": "Peter\\'s heaters" @@ -876564,7 +830304,7 @@ "air_date": "2009-04-20", "question": "A son of Isaac's teetertotters", "value": "$800", - "answer": "Esau\\'s see-saws", + "answer": "Esau's see-saws", "round": "Double Jeopardy!", "show_number": "5676", "fullAnswer": "Esau\\'s see-saws" @@ -876599,16 +830339,6 @@ "show_number": "5676", "fullAnswer": "transcendental meditation" }, - { - "category": "THE OZONE LAYER", - "air_date": "2009-04-20", - "question": "(Sarah of the Clue Crew indicates a monitor.) Two atoms of this element create a stable bond; when three of them bond, they form the unstable ozone molecule", - "value": "$1200", - "answer": "oxygen", - "round": "Double Jeopardy!", - "show_number": "5676", - "fullAnswer": "oxygen" - }, { "category": "FILL IN THE SONG TITLE", "air_date": "2009-04-20", @@ -876624,7 +830354,7 @@ "air_date": "2009-04-20", "question": "\"Perfect & upright\" man's spherical models of the earth", "value": "$1200", - "answer": "Job\\'s globes", + "answer": "Job's globes", "round": "Double Jeopardy!", "show_number": "5676", "fullAnswer": "Job\\'s globes" @@ -876684,7 +830414,7 @@ "air_date": "2009-04-20", "question": "Abraham's nephew's square, granny & clove hitches", "value": "$1600", - "answer": "Lot\\'s knots", + "answer": "Lot's knots", "round": "Double Jeopardy!", "show_number": "5676", "fullAnswer": "Lot\\'s knots" @@ -876714,21 +830444,11 @@ "air_date": "2009-04-20", "question": "A personal valet is popularly referred to by this 2-word term", "value": "$1600", - "answer": "gentleman\\'s gentleman", + "answer": "gentleman's gentleman", "round": "Double Jeopardy!", "show_number": "5676", "fullAnswer": "gentleman\\'s gentleman" }, - { - "category": "THE OZONE LAYER", - "air_date": "2009-04-20", - "question": "(Kelly of the Clue Crew indicates a cross-section of the atmosphere on the monitor.) Making life on Earth possible, 90% of the world's ozone is found in this layer of the atmosphere", - "value": "$2,500", - "answer": "stratosphere", - "round": "Double Jeopardy!", - "show_number": "5676", - "fullAnswer": "the stratosphere" - }, { "category": "FILL IN THE SONG TITLE", "air_date": "2009-04-20", @@ -876744,7 +830464,7 @@ "air_date": "2009-04-20", "question": "Verified facts of Naomi's daughter-in-law", "value": "$2000", - "answer": "Ruth\\'s truths", + "answer": "Ruth's truths", "round": "Double Jeopardy!", "show_number": "5676", "fullAnswer": "Ruth\\'s truths" @@ -876984,7 +830704,7 @@ "air_date": "1998-07-14", "question": "A nasty bend at Sunset & Carolwood is often identified with this 1964 Jan & Dean hit", "value": "$400", - "answer": "Dead Man\\'s Curve", + "answer": "Dead Man's Curve", "round": "Jeopardy!", "show_number": "3212", "fullAnswer": "\"Dead Man\\'s Curve\"" @@ -877044,7 +830764,7 @@ "air_date": "1998-07-14", "question": "A mall stands on the site of this fabled drugstore & meeting place seen in the movie \"Sunset Boulevard\"", "value": "$500", - "answer": "Schwab\\'s", + "answer": "Schwab's", "round": "Jeopardy!", "show_number": "3212", "fullAnswer": "Schwab\\'s" @@ -877344,7 +831064,7 @@ "air_date": "1998-07-14", "question": "A landmark in cubism, this painting seen here was influenced by black African sculpture:", "value": "$1000", - "answer": "Les Demoiselles d\\'Avignon", + "answer": "Les Demoiselles d'Avignon", "round": "Double Jeopardy!", "show_number": "3212", "fullAnswer": "\"Les Demoiselles d\\'Avignon\"" @@ -878109,16 +831829,6 @@ "show_number": "6227", "fullAnswer": "Managua" }, - { - "category": "REMEMBER 2008?", - "air_date": "2011-10-18", - "question": "In December this Illinois governor was national news for his sketchy behavior", - "value": "$600", - "answer": "Blagojevich", - "round": "Jeopardy!", - "show_number": "6227", - "fullAnswer": "Blagojevich" - }, { "category": "SPORTS BY CHAMPIONS", "air_date": "2011-10-18", @@ -878349,16 +832059,6 @@ "show_number": "6227", "fullAnswer": "Surgeon General" }, - { - "category": "WORLD GEOGRAPHY", - "air_date": "2011-10-18", - "question": "(Kelly of the Clue Crew shows a map of Africa on the monitor.) Extending farther north than any other country in Africa, Tunisia is only about a hundred miles from this European island", - "value": "$800", - "answer": "Sicily", - "round": "Double Jeopardy!", - "show_number": "6227", - "fullAnswer": "Sicily" - }, { "category": "\"OKI\" DOKEY", "air_date": "2011-10-18", @@ -878464,7 +832164,7 @@ "air_date": "2011-10-18", "question": "Aye aye! I got this style of chair for $99 at Walmart", "value": "$1200", - "answer": "captain\\'s chair", + "answer": "captain's chair", "round": "Double Jeopardy!", "show_number": "6227", "fullAnswer": "a captain\\'s chair" @@ -878539,16 +832239,6 @@ "show_number": "6227", "fullAnswer": "Kashmir" }, - { - "category": "\"OKI\" DOKEY", - "air_date": "2011-10-18", - "question": "Seen here is this Japanese mushroom", - "value": "$2000", - "answer": "enoki", - "round": "Double Jeopardy!", - "show_number": "6227", - "fullAnswer": "enoki" - }, { "category": "FICTION", "air_date": "2011-10-18", @@ -878609,16 +832299,6 @@ "show_number": "5306", "fullAnswer": "the First Amendment" }, - { - "category": "KID ROCK", - "air_date": "2007-10-08", - "question": "Work up a sweat naming this toiling tune", - "value": "$200", - "answer": "Row, Row, Row Your Boat", - "round": "Jeopardy!", - "show_number": "5306", - "fullAnswer": "\"Row, Row, Row Your Boat\"" - }, { "category": "THIS MEANS WAR!", "air_date": "2007-10-08", @@ -878659,26 +832339,6 @@ "show_number": "5306", "fullAnswer": "Alaska" }, - { - "category": "THE SUPREME COURT", - "air_date": "2007-10-08", - "question": "Here, this is being done to new Chief Justice John Roberts who may get to do it to a president someday", - "value": "$400", - "answer": "swearing in", - "round": "Jeopardy!", - "show_number": "5306", - "fullAnswer": "swearing in" - }, - { - "category": "KID ROCK", - "air_date": "2007-10-08", - "question": "Beastly ballad blasted at you here", - "value": "$400", - "answer": "Mary Had A Little Lamb", - "round": "Jeopardy!", - "show_number": "5306", - "fullAnswer": "\"Mary Had A Little Lamb\"" - }, { "category": "THIS MEANS WAR!", "air_date": "2007-10-08", @@ -878719,16 +832379,6 @@ "show_number": "5306", "fullAnswer": "an anchor" }, - { - "category": "KID ROCK", - "air_date": "2007-10-08", - "question": "Familiar French title of the song heard here", - "value": "$600", - "answer": "Frère Jacques", - "round": "Jeopardy!", - "show_number": "5306", - "fullAnswer": "\"Frère Jacques\"" - }, { "category": "THIS MEANS WAR!", "air_date": "2007-10-08", @@ -878769,16 +832419,6 @@ "show_number": "5306", "fullAnswer": "an alligator" }, - { - "category": "KID ROCK", - "air_date": "2007-10-08", - "question": "Name this title ancient player in the song heard here", - "value": "$800", - "answer": "this old man", - "round": "Jeopardy!", - "show_number": "5306", - "fullAnswer": "this old man" - }, { "category": "THIS MEANS WAR!", "air_date": "2007-10-08", @@ -878819,16 +832459,6 @@ "show_number": "5306", "fullAnswer": "an amp (or amplifier)" }, - { - "category": "KID ROCK", - "air_date": "2007-10-08", - "question": "Tiny near-drowning victim in the kid rocker heard here", - "value": "$1000", - "answer": "spider", - "round": "Jeopardy!", - "show_number": "5306", - "fullAnswer": "the spider" - }, { "category": "THIS MEANS WAR!", "air_date": "2007-10-08", @@ -878964,7 +832594,7 @@ "air_date": "2007-10-08", "question": "A food company:
A bunch of different soups (& SpaghettiOs too)", "value": "$800", - "answer": "Campbell\\'s", + "answer": "Campbell's", "round": "Double Jeopardy!", "show_number": "5306", "fullAnswer": "Campbell\\'s" @@ -878989,16 +832619,6 @@ "show_number": "5306", "fullAnswer": "robot" }, - { - "category": "SCIENCE", - "air_date": "2007-10-08", - "question": "(Jon of the Clue Crew puts a lid on it--literally.) The candle in the small jar will burn out first because it has the least amount of this to burn", - "value": "$1200", - "answer": "oxygen", - "round": "Double Jeopardy!", - "show_number": "5306", - "fullAnswer": "oxygen" - }, { "category": "PBS", "air_date": "2007-10-08", @@ -879074,7 +832694,7 @@ "air_date": "2007-10-08", "question": "A breakfast giant:
Froot Loops, Pop-Tarts", "value": "$1600", - "answer": "Kellogg\\'s", + "answer": "Kellogg's", "round": "Double Jeopardy!", "show_number": "5306", "fullAnswer": "Kellogg\\'s" @@ -879099,16 +832719,6 @@ "show_number": "5306", "fullAnswer": "a simile" }, - { - "category": "SCIENCE", - "air_date": "2007-10-08", - "question": "(Jon of the Clue Crew reports from Texas A&M.) To test deep water structures the wave tank generates waves, wind, and this water flow,from the Latin for running", - "value": "$2000", - "answer": "currents", - "round": "Double Jeopardy!", - "show_number": "5306", - "fullAnswer": "currents" - }, { "category": "PBS", "air_date": "2007-10-08", @@ -879319,16 +832929,6 @@ "show_number": "3640", "fullAnswer": "Fatal exception" }, - { - "category": "HITS OF 1964", - "air_date": "2000-06-02", - "question": "This hit whose intro is heard here topped the charts in both England & the U.S. in the fall of 1964:", - "value": "$300", - "answer": "Oh, Pretty Woman", - "round": "Jeopardy!", - "show_number": "3640", - "fullAnswer": "\"Oh, Pretty Woman\"" - }, { "category": "POT LUCK", "air_date": "2000-06-02", @@ -880174,7 +833774,7 @@ "air_date": "2001-06-28", "question": "\"The Future of Poison Gas\" was among the condensed articles in this magazine's 1922 premiere issue", "value": "$400", - "answer": "Reader\\'s Digest", + "answer": "Reader's Digest", "round": "Double Jeopardy!", "show_number": "3889", "fullAnswer": "Reader\\'s Digest" @@ -881059,16 +834659,6 @@ "show_number": "3827", "fullAnswer": "a flamingo" }, - { - "category": "\"L\" ON WHEELS", - "air_date": "2001-04-03", - "question": "2-word phrase for the apparatus seen here", - "value": "$200", - "answer": "landing gear", - "round": "Jeopardy!", - "show_number": "3827", - "fullAnswer": "landing gear" - }, { "category": "STATES' LOWEST POINTS", "air_date": "2001-04-03", @@ -881179,16 +834769,6 @@ "show_number": "3827", "fullAnswer": "Night on Bare Mountain (or Night on Bald Mountain)" }, - { - "category": "\"L\" ON WHEELS", - "air_date": "2001-04-03", - "question": "Altered type of vehicle seen here", - "value": "$400", - "answer": "lowrider", - "round": "Jeopardy!", - "show_number": "3827", - "fullAnswer": "a lowrider" - }, { "category": "STATES' LOWEST POINTS", "air_date": "2001-04-03", @@ -881799,16 +835379,6 @@ "show_number": "3921", "fullAnswer": "a football" }, - { - "category": "THE AGE OF AQUARIUMS", - "air_date": "2001-09-24", - "question": "Seen here, the beluga type of this mammal is one of the main attractions at Chicago's Shedd Aquarium", - "value": "$400", - "answer": "whale", - "round": "Jeopardy!", - "show_number": "3921", - "fullAnswer": "a whale" - }, { "category": "STORY PROBLEMS", "air_date": "2001-09-24", @@ -881899,26 +835469,6 @@ "show_number": "3921", "fullAnswer": "Pinocchio" }, - { - "category": "CALIFORNIA SCIENCE CENTER", - "air_date": "2001-09-24", - "question": "(Jimmy of the Clue Crew does his darndest to topple at an exhibit at the California Science Center.) On the high-wire bike, a weight lowers the rider's center of this, so it's almost impossible to fall! ...Whoa!", - "value": "$200", - "answer": "gravity", - "round": "Double Jeopardy!", - "show_number": "3921", - "fullAnswer": "gravity" - }, - { - "category": "FAST FOOD", - "air_date": "2001-09-24", - "question": "The icon seen here is also the founder, spokesman & namesake of this fast-food chain", - "value": "$200", - "answer": "Jack in the Box", - "round": "Double Jeopardy!", - "show_number": "3921", - "fullAnswer": "Jack in the Box" - }, { "category": "U.S. POSTAL ABBREVIATIONS", "air_date": "2001-09-24", @@ -881959,22 +835509,12 @@ "show_number": "3921", "fullAnswer": "Al Gore" }, - { - "category": "CALIFORNIA SCIENCE CENTER", - "air_date": "2001-09-24", - "question": "(Sarah of the Clue Crew visits Tess, the 50-foot-tall woman at the California Science Center.) As Tess' heart pumps to supply extra oxygen, the lights represent this system that distributes blood", - "value": "$400", - "answer": "circulatory system", - "round": "Double Jeopardy!", - "show_number": "3921", - "fullAnswer": "the circulatory system" - }, { "category": "FAST FOOD", "air_date": "2001-09-24", "question": "Head chef since 1993, Andrew Selvaggio has served billions & billions for this restaurant", "value": "$400", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Double Jeopardy!", "show_number": "3921", "fullAnswer": "McDonald\\'s" @@ -882019,26 +835559,6 @@ "show_number": "3921", "fullAnswer": "Genesis" }, - { - "category": "CALIFORNIA SCIENCE CENTER", - "air_date": "2001-09-24", - "question": "(Sarah of the Clue Crew picks up some chicks at the California Science Center.) Directional term for the short, fluffy feathers seen on this newly hatched chick", - "value": "$600", - "answer": "down", - "round": "Double Jeopardy!", - "show_number": "3921", - "fullAnswer": "down" - }, - { - "category": "FAST FOOD", - "air_date": "2001-09-24", - "question": "The girl seen here is the logo of this burger chain", - "value": "$600", - "answer": "Wendy\\'s", - "round": "Double Jeopardy!", - "show_number": "3921", - "fullAnswer": "Wendy\\'s" - }, { "category": "U.S. POSTAL ABBREVIATIONS", "air_date": "2001-09-24", @@ -882049,16 +835569,6 @@ "show_number": "3921", "fullAnswer": "Maine" }, - { - "category": "MAGAZINES", - "air_date": "2001-09-24", - "question": "These twins seen here launched their own magazine in 2001", - "value": "$600", - "answer": "Mary-Kate & Ashley Olsen", - "round": "Double Jeopardy!", - "show_number": "3921", - "fullAnswer": "Mary-Kate & Ashley Olsen" - }, { "category": "ON THE STAGE", "air_date": "2001-09-24", @@ -882079,16 +835589,6 @@ "show_number": "3921", "fullAnswer": "Grimm" }, - { - "category": "CALIFORNIA SCIENCE CENTER", - "air_date": "2001-09-24", - "question": "(Sofia of the Clue Crew climbs the rock climbing wall at the California Science Center.) A climber who shouts \"Give!\" to his belayer is asking for more of this--give!", - "value": "$800", - "answer": "line", - "round": "Double Jeopardy!", - "show_number": "3921", - "fullAnswer": "line" - }, { "category": "FAST FOOD", "air_date": "2001-09-24", @@ -882139,22 +835639,12 @@ "show_number": "3921", "fullAnswer": "Gatorade" }, - { - "category": "CALIFORNIA SCIENCE CENTER", - "air_date": "2001-09-24", - "question": "(Cheryl of the Clue Crew shakes things up at the California Science Center.) I'm learning how earthquakes happen, when these continental sections are pushed together or pulled apart", - "value": "$1000", - "answer": "tectonic plates", - "round": "Double Jeopardy!", - "show_number": "3921", - "fullAnswer": "tectonic plates" - }, { "category": "FAST FOOD", "air_date": "2001-09-24", "question": "The Big Montana is one of the signature roast beef sandwiches from this restaurant", "value": "$1000", - "answer": "Arby\\'s", + "answer": "Arby's", "round": "Double Jeopardy!", "show_number": "3921", "fullAnswer": "Arby\\'s" @@ -882169,16 +835659,6 @@ "show_number": "3921", "fullAnswer": "Michigan" }, - { - "category": "MAGAZINES", - "air_date": "2001-09-24", - "question": "The supplement seen here came with a 2000 issue of this magazine", - "value": "$1000", - "answer": "National Geographic", - "round": "Double Jeopardy!", - "show_number": "3921", - "fullAnswer": "National Geographic" - }, { "category": "ON THE STAGE", "air_date": "2001-09-24", @@ -882259,16 +835739,6 @@ "show_number": "5828", "fullAnswer": "grace" }, - { - "category": "THE NATIONAL ARCHIVES", - "air_date": "2010-01-06", - "question": "(Alex reports from the National Archives.) In 1940 in a letter to the President, this then 14-year-old future world leader asked FDR for a $10 bill, yet he doesn't cash the checks we send him for Guantanamo", - "value": "$200", - "answer": "Fidel Castro", - "round": "Jeopardy!", - "show_number": "5828", - "fullAnswer": "Fidel Castro" - }, { "category": "BAD TIME CHARLIE", "air_date": "2010-01-06", @@ -882294,7 +835764,7 @@ "air_date": "2010-01-06", "question": "The big chief looms large, sanity is a relative term, a small-time crook is treated ratched-ly", "value": "$400", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Jeopardy!", "show_number": "5828", "fullAnswer": "One Flew Over the Cuckoo\\'s Nest" @@ -882314,21 +835784,11 @@ "air_date": "2010-01-06", "question": "Its Catholic version forgives trespasses & trespassers; in some Protestant versions, debts & debtors", "value": "$400", - "answer": "Lord\\'s Prayer", + "answer": "Lord's Prayer", "round": "Jeopardy!", "show_number": "5828", "fullAnswer": "the Lord\\'s Prayer" }, - { - "category": "THE NATIONAL ARCHIVES", - "air_date": "2010-01-06", - "question": "(Alex reports from the National Archives.) American history might have been very different if this future country had agreed to the offer of statehood contained in Article 11 of the Articles of Confederation", - "value": "$400", - "answer": "Canada", - "round": "Jeopardy!", - "show_number": "5828", - "fullAnswer": "Canada" - }, { "category": "BAD TIME CHARLIE", "air_date": "2010-01-06", @@ -882379,16 +835839,6 @@ "show_number": "5828", "fullAnswer": "Yom Kippur" }, - { - "category": "THE NATIONAL ARCHIVES", - "air_date": "2010-01-06", - "question": "(Alex reports from the National Archives.) Well, we're not going for mood lighting on this one, but there has to be dim lighting in order to protect & preserve the important documents. Here's the clue.) No one knows how it got there, but there is a handprint in the lower left-hand corner of this important national document, just beneath the concluding words, \"and our sacred honor\"", - "value": "$600", - "answer": "Declaration of Independence", - "round": "Jeopardy!", - "show_number": "5828", - "fullAnswer": "the Declaration of Independence" - }, { "category": "BAD TIME CHARLIE", "air_date": "2010-01-06", @@ -882439,16 +835889,6 @@ "show_number": "5828", "fullAnswer": "Hindu" }, - { - "category": "THE NATIONAL ARCHIVES", - "air_date": "2010-01-06", - "question": "(Alex reports from the National Archives.) One of the Archives' treasures is a 1912 wax cylinder recording, like this one, of this American president talking about his Progressive Party's movement for social & industrial justice

\"Are the American people fit to govern themselves, to rule themselves, to control themselves?\"", - "value": "$800", - "answer": "Theodore Roosevelt", - "round": "Jeopardy!", - "show_number": "5828", - "fullAnswer": "Theodore Roosevelt" - }, { "category": "BAD TIME CHARLIE", "air_date": "2010-01-06", @@ -882499,16 +835939,6 @@ "show_number": "5828", "fullAnswer": "St. Francis of Assisi" }, - { - "category": "THE NATIONAL ARCHIVES", - "air_date": "2010-01-06", - "question": "(Alex reports from the National Archives.) The Constitution was signed by representatives of each of the 13 colonies, except for this one which opposed increasing federal power; because it was the last to ratify, it is now our 13th state", - "value": "$1000", - "answer": "Rhode Island", - "round": "Jeopardy!", - "show_number": "5828", - "fullAnswer": "Rhode Island" - }, { "category": "WILLIAM LLOYD GARRISON", "air_date": "2010-01-06", @@ -882624,7 +836054,7 @@ "air_date": "2010-01-06", "question": "Protos means \"first\"; this holiday is proti ianouariou or protohronia", "value": "$800", - "answer": "New Year\\'s", + "answer": "New Year's", "round": "Double Jeopardy!", "show_number": "5828", "fullAnswer": "New Year\\'s" @@ -882769,16 +836199,6 @@ "show_number": "5828", "fullAnswer": "Florida" }, - { - "category": "VEGETABLES", - "air_date": "2010-01-06", - "question": "You can pronounce these leaves a la European to rhyme with long sleeve or the regular American way", - "value": "$2000", - "answer": "endive", - "round": "Double Jeopardy!", - "show_number": "5828", - "fullAnswer": "endive" - }, { "category": "REMEMBER 2009?", "air_date": "2010-01-06", @@ -882899,16 +836319,6 @@ "show_number": "5128", "fullAnswer": "Perrier" }, - { - "category": "FLIGHTLESS BIRDS", - "air_date": "2006-12-20", - "question": "This flightless bird of Australia can grow to 100 pounds and 5 feet tall", - "value": "$400", - "answer": "emu", - "round": "Jeopardy!", - "show_number": "5128", - "fullAnswer": "the emu" - }, { "category": "GOLD", "air_date": "2006-12-20", @@ -883009,16 +836419,6 @@ "show_number": "5128", "fullAnswer": "a conch" }, - { - "category": "BEVERAGES", - "air_date": "2006-12-20", - "question": "(Jimmy of the Clue Crew reports from the Hotel Sacher in Vienna, Austria.) Legend says the Viennese began their love affair with coffee after fending off these invaders, who in 1683 left behind sacks of coffee beans", - "value": "$800", - "answer": "Turks", - "round": "Jeopardy!", - "show_number": "5128", - "fullAnswer": "the Turks" - }, { "category": "FLIGHTLESS BIRDS", "air_date": "2006-12-20", @@ -883089,16 +836489,6 @@ "show_number": "5128", "fullAnswer": "the cassowary" }, - { - "category": "GOLD", - "air_date": "2006-12-20", - "question": "(Sarah of the Clue Crew reports from the Golden Lane in Prague, Czech Republic.)
Prague's Golden Lane gets it name from the goldsmiths who worked here, but it was also famous for these people who were trying to concoct gold", - "value": "$1000", - "answer": "alchemists", - "round": "Jeopardy!", - "show_number": "5128", - "fullAnswer": "alchemists" - }, { "category": "MC J-GIL IN DA HIZZ-OUSE (FEAT. DJ T-BEK)", "air_date": "2006-12-20", @@ -883309,22 +836699,12 @@ "show_number": "5128", "fullAnswer": "Alanis Morissette" }, - { - "category": "RENAISSANCE MEN", - "air_date": "2006-12-20", - "question": "Ingres' \"Francis I Receives the Last Breath\" of this genius represents artistic supremacy passing from Italy to France", - "value": "$1600", - "answer": "Leonardo da Vinci", - "round": "Double Jeopardy!", - "show_number": "5128", - "fullAnswer": "Leonardo da Vinci" - }, { "category": "BOOKS & AUTHORS", "air_date": "2006-12-20", "question": "He introduced the Sackett family in his 1960 Western novel \"The Daybreakers\"", "value": "$1600", - "answer": "Louis L\\'Amour", + "answer": "Louis L'Amour", "round": "Double Jeopardy!", "show_number": "5128", "fullAnswer": "Louis L\\'Amour" @@ -883384,7 +836764,7 @@ "air_date": "2006-12-20", "question": "\"Mother died today\" is the first line of this Camus novel", "value": "$2000", - "answer": "L\\'Etranger or The Stranger", + "answer": "L'Etranger or The Stranger", "round": "Double Jeopardy!", "show_number": "5128", "fullAnswer": "L\\'Etranger or The Stranger" @@ -884224,21 +837604,11 @@ "air_date": "2005-06-02", "question": "Though this 1969 No. 1 hit may occur, \"that doesn't mean my eyes will soon be turnin' red\"", "value": "$800", - "answer": "Raindrops Keep Fallin\\' On My Head", + "answer": "Raindrops Keep Fallin' On My Head", "round": "Jeopardy!", "show_number": "4789", "fullAnswer": "\"Raindrops Keep Fallin\\' On My Head\"" }, - { - "category": "ANNUAL EVENTS", - "air_date": "2005-06-02", - "question": "(Hi, I'm Maria Bartiromo.) As a proud Italian-American, I've anchored this parade live for several years on New York City TV", - "value": "$1,000", - "answer": "Columbus Day Parade", - "round": "Jeopardy!", - "show_number": "4789", - "fullAnswer": "the Columbus Day Parade" - }, { "category": "FOOD BRANDS", "air_date": "2005-06-02", @@ -884309,16 +837679,6 @@ "show_number": "4789", "fullAnswer": "Old El Paso" }, - { - "category": "ARCHITECTS", - "air_date": "2005-06-02", - "question": "(Sarah of the Clue Crew delivers the clue from Pittsburgh, Pennsylvania.) This American architect, born in 1906 and known for his work in glass, designed PPG Place, made with 20,000 pieces of glass", - "value": "$1000", - "answer": "Philip Johnson", - "round": "Jeopardy!", - "show_number": "4789", - "fullAnswer": "Philip Johnson" - }, { "category": "NON-P.C. WORDS FOR GALS", "air_date": "2005-06-02", @@ -884514,7 +837874,7 @@ "air_date": "2005-06-02", "question": "Sargent could have heard, \"Whatchu talkin' 'bout, Mr. Stone?\" in a 1984 episode of this sitcom", "value": "$1600", - "answer": "Diff\\'rent Strokes", + "answer": "Diff'rent Strokes", "round": "Double Jeopardy!", "show_number": "4789", "fullAnswer": "Diff\\'rent Strokes" @@ -884584,7 +837944,7 @@ "air_date": "2005-06-02", "question": "Completes the line from \"Pippa Passes\", \"God's in His heaven--\"", "value": "$2000", - "answer": "all\\'s right with the world", + "answer": "all's right with the world", "round": "Double Jeopardy!", "show_number": "4789", "fullAnswer": "all\\'s right with the world" @@ -884619,16 +837979,6 @@ "show_number": "4789", "fullAnswer": "Marie Louise" }, - { - "category": "THE \"F.D.\" FILES", - "air_date": "2005-06-02", - "question": "(Jimmy of the Clue Crew reports from San Diego, CA, aboard the U.S.S. Tarawa.) It's the two-word term for this platform area of the Tarawa, where helicopters and Harrier jets are launched", - "value": "$2000", - "answer": "flight deck", - "round": "Double Jeopardy!", - "show_number": "4789", - "fullAnswer": "the flight deck" - }, { "category": "NEW YORK CITY", "air_date": "2005-06-02", @@ -885229,16 +838579,6 @@ "show_number": "4272", "fullAnswer": "Lillie Langtry" }, - { - "category": "WHERE AM I?", - "air_date": "2008-12-29", - "question": "(Sarah of the Clue Crew reports from next to a fighter jet.)
I'm at Nellis Air Force Base, just 8 miles from this city's downtown; in the 1940s, the site was chosen for the vast desert wasteland in the area", - "value": "$200", - "answer": "Las Vegas", - "round": "Jeopardy!", - "show_number": "5596", - "fullAnswer": "Las Vegas" - }, { "category": "YOUR 5-CLUE NEWSCAST", "air_date": "2008-12-29", @@ -885289,16 +838629,6 @@ "show_number": "5596", "fullAnswer": "Married...With Children" }, - { - "category": "WHERE AM I?", - "air_date": "2008-12-29", - "question": "(Jimmy of the Clue Crew reports from Michigan.)
I'm not at Gerald R. Ford's presidential library in Ann Arbor, but at his museum in this city, Michigan's second largest", - "value": "$400", - "answer": "Grand Rapids", - "round": "Jeopardy!", - "show_number": "5596", - "fullAnswer": "Grand Rapids" - }, { "category": "YOUR 5-CLUE NEWSCAST", "air_date": "2008-12-29", @@ -885349,16 +838679,6 @@ "show_number": "5596", "fullAnswer": "Back to the Future" }, - { - "category": "WHERE AM I?", - "air_date": "2008-12-29", - "question": "(Sarah of the Clue Crew reports from Washington, D.C.)
I'm at the National Sustainability Design Expo on this great space, known as America's Common", - "value": "$600", - "answer": "Mall in Washington, D.C.", - "round": "Jeopardy!", - "show_number": "5596", - "fullAnswer": "the Mall in Washington, D.C." - }, { "category": "YOUR 5-CLUE NEWSCAST", "air_date": "2008-12-29", @@ -885409,16 +838729,6 @@ "show_number": "5596", "fullAnswer": "Dan Quayle" }, - { - "category": "WHERE AM I?", - "air_date": "2008-12-29", - "question": "(Kelly of the Clue Crew reports from a New Mexico amphitheater.) I'm at this New Mexico national park, where every night from April to October 300,000 to 400,000 hungry flying mammals delight the crowds with an amazing bat flight", - "value": "$800", - "answer": "Carlsbad Caverns", - "round": "Jeopardy!", - "show_number": "5596", - "fullAnswer": "Carlsbad Caverns" - }, { "category": "YOUR 5-CLUE NEWSCAST", "air_date": "2008-12-29", @@ -885469,16 +838779,6 @@ "show_number": "5596", "fullAnswer": "VD Day" }, - { - "category": "WHERE AM I?", - "air_date": "2008-12-29", - "question": "(Jon of the Clue Crew reports from Mississippi.)
I'm at Rowan Oak, William Faulkner's home of 32 years in this town in Mississippi", - "value": "$1000", - "answer": "Oxford", - "round": "Jeopardy!", - "show_number": "5596", - "fullAnswer": "Oxford" - }, { "category": "YOUR 5-CLUE NEWSCAST", "air_date": "2008-12-29", @@ -885584,7 +838884,7 @@ "air_date": "2008-12-29", "question": "In 1986, '87 & '88, Jose Canseco, Mark McGwire & Walt Weiss won Rookie of the Year playing for this team", "value": "$400", - "answer": "Oakland A\\'s", + "answer": "Oakland A's", "round": "Double Jeopardy!", "show_number": "5596", "fullAnswer": "the Oakland A\\'s" @@ -886099,16 +839399,6 @@ "show_number": "5950", "fullAnswer": "Candace Bushnell" }, - { - "category": "WE PREDICT YOU'LL DEAL WITH THE ZODIAC", - "air_date": "2010-06-25", - "question": "(Sarah of the Clue Crew shows two zodiological signs on the monitor.) The symbol for Virgo & this sign are sometimes confused, but the difference is the tail pointing outward", - "value": "$1000", - "answer": "Scorpio", - "round": "Jeopardy!", - "show_number": "5950", - "fullAnswer": "Scorpio" - }, { "category": "BODY LANGUAGE", "air_date": "2010-06-25", @@ -887119,16 +840409,6 @@ "show_number": "6171", "fullAnswer": "a silo" }, - { - "category": "FOOD \"E\"", - "air_date": "2011-06-13", - "question": "All we need is some wine & crackers to go with this cheesy import", - "value": "$400", - "answer": "Edam", - "round": "Jeopardy!", - "show_number": "6171", - "fullAnswer": "Edam" - }, { "category": "NATIONAL PARKS A-Z", "air_date": "2011-06-13", @@ -887139,16 +840419,6 @@ "show_number": "6171", "fullAnswer": "Badlands" }, - { - "category": "STAR TRACK", - "air_date": "2011-06-13", - "question": "Before doing comedy & hosting a game show, this fellow seen here was in the Marine Corps Reserves", - "value": "$400", - "answer": "Drew Carey", - "round": "Jeopardy!", - "show_number": "6171", - "fullAnswer": "Drew Carey" - }, { "category": "ENTERPRISE", "air_date": "2011-06-13", @@ -887214,7 +840484,7 @@ "air_date": "2011-06-13", "question": "In 1998 this subsidiary of Walmart opened its first pharmacy in its Tulsa, Oklahoma store", "value": "$600", - "answer": "Sam\\'s Club", + "answer": "Sam's Club", "round": "Jeopardy!", "show_number": "6171", "fullAnswer": "Sam\\'s Club" @@ -887334,7 +840604,7 @@ "air_date": "2011-06-13", "question": "In 2000 this firm introduced its Uncrustables, a peanut butter & jelly sandwich with no crust that just \"has to be good\"", "value": "$1000", - "answer": "Smucker\\'s", + "answer": "Smucker's", "round": "Jeopardy!", "show_number": "6171", "fullAnswer": "Smucker\\'s" @@ -887449,16 +840719,6 @@ "show_number": "6171", "fullAnswer": "Amsterdam" }, - { - "category": "THAT'S LIFE SCIENCE", - "air_date": "2011-06-13", - "question": "One of the parasitic types of this one-celled creature is seen here", - "value": "$800", - "answer": "amoeba", - "round": "Double Jeopardy!", - "show_number": "6171", - "fullAnswer": "an amoeba" - }, { "category": "ITALIAN LITERATURE", "air_date": "2011-06-13", @@ -887629,16 +840889,6 @@ "show_number": "6171", "fullAnswer": "(William of) Ockham" }, - { - "category": "THAT'S LIFE SCIENCE", - "air_date": "2011-06-13", - "question": "(Jimmy of the Clue Crew shows a bird on the monitor.) A bird's wing is composed of bones similar to our arm; & like us, birds have two bones between their elbow & wrist with these names", - "value": "$5,000", - "answer": "ulna & the radius", - "round": "Double Jeopardy!", - "show_number": "6171", - "fullAnswer": "the ulna & the radius" - }, { "category": "SHOW BUSINESS FAMILIES", "air_date": "2011-06-13", @@ -887999,16 +841249,6 @@ "show_number": "5039", "fullAnswer": "Hank Williams, Sr." }, - { - "category": "THE BIG BOARD", - "air_date": "2006-07-06", - "question": "(Sarah of the Clue Crew reports from the NY Stock Exchange floor.) The person who buys & sells stocks on the floor is known as this, from an old word for \"middle-man\"", - "value": "$400", - "answer": "broker", - "round": "Double Jeopardy!", - "show_number": "5039", - "fullAnswer": "a broker" - }, { "category": "BE IT EVER SO \"UMBLE\"", "air_date": "2006-07-06", @@ -888059,16 +841299,6 @@ "show_number": "5039", "fullAnswer": "Elvis Presley" }, - { - "category": "THE BIG BOARD", - "air_date": "2006-07-06", - "question": "(Sarah reports from the NY Stock Exchange floor.) The floor location where buying & selling occurs is called this, like the early American sites where furs were sold", - "value": "$800", - "answer": "trading post", - "round": "Double Jeopardy!", - "show_number": "5039", - "fullAnswer": "a trading post" - }, { "category": "BE IT EVER SO \"UMBLE\"", "air_date": "2006-07-06", @@ -888119,16 +841349,6 @@ "show_number": "5039", "fullAnswer": "the Carter family" }, - { - "category": "THE BIG BOARD", - "air_date": "2006-07-06", - "question": "(Jimmy of the Clue Crew reports from the NY Stock Exchange floor.) In 1996 when Wall Street loved high tech, Lucent Technologies set a New York Stock Exchange $3 billion record for one of these", - "value": "$1200", - "answer": "IPO", - "round": "Double Jeopardy!", - "show_number": "5039", - "fullAnswer": "an IPO" - }, { "category": "BE IT EVER SO \"UMBLE\"", "air_date": "2006-07-06", @@ -888169,16 +841389,6 @@ "show_number": "5039", "fullAnswer": "the Ryman Auditorium" }, - { - "category": "THE BIG BOARD", - "air_date": "2006-07-06", - "question": "(Jimmy on the NY Stock Exchange floor.) The floor is tidier since the price reporting system went electronic, however the readout is still known by this old name", - "value": "$1600", - "answer": "ticker", - "round": "Double Jeopardy!", - "show_number": "5039", - "fullAnswer": "the ticker" - }, { "category": "BE IT EVER SO \"UMBLE\"", "air_date": "2006-07-06", @@ -888209,26 +841419,6 @@ "show_number": "5039", "fullAnswer": "Ohio" }, - { - "category": "THE GRAND OLE OPRY", - "air_date": "2006-07-06", - "question": "In 2001, this future Celeb \"Jeopardy!\" contestant got the first Opry member award, a replica of the famous mic stand", - "value": "$2000", - "answer": "Brad Paisley", - "round": "Double Jeopardy!", - "show_number": "5039", - "fullAnswer": "Brad Paisley" - }, - { - "category": "THE BIG BOARD", - "air_date": "2006-07-06", - "question": "(Jimmy reports above the market floor of the NY Stock Exchange.) These two terms for the market condition may come from the ways the creatures attacked their opponents", - "value": "$2000", - "answer": "bear & the bull", - "round": "Double Jeopardy!", - "show_number": "5039", - "fullAnswer": "the bear & the bull" - }, { "category": "CHILDREN'S LIT TITLE CHARACTERS", "air_date": "2006-07-06", @@ -888879,16 +842069,6 @@ "show_number": "6221", "fullAnswer": "Alcatraz" }, - { - "category": "ADJECTIVES OF THE YOUNG AND THE RESTLESS", - "air_date": "2011-10-10", - "question": "\"Abby, I hear The Naked Heiress is gonna be on Jeopardy! that's huge!\"
\"Mom, please. I am rich and famous.\" [Sighs]
\"Honey, don't you think you're being...\"

...this adjective that means \"world-weary\" & \"cynical\"--it doesn't mean \"covered in green gemstones\"", - "value": "$200", - "answer": "jaded", - "round": "Jeopardy!", - "show_number": "6221", - "fullAnswer": "jaded" - }, { "category": "CELEBRITY MEMOIRS", "air_date": "2011-10-10", @@ -888939,16 +842119,6 @@ "show_number": "6221", "fullAnswer": "Ethan Allen" }, - { - "category": "ADJECTIVES OF THE YOUNG AND THE RESTLESS", - "air_date": "2011-10-10", - "question": "\"We can never do this again. Nobody, and I mean nobody, can know about it.\"
\"
Tres romantic, Nick. What are you implying, that I'm not...\"

...this 11-letter adjective meaning reliable & responsible like a Boy Scout", - "value": "$400", - "answer": "trustworthy", - "round": "Jeopardy!", - "show_number": "6221", - "fullAnswer": "trustworthy" - }, { "category": "CELEBRITY MEMOIRS", "air_date": "2011-10-10", @@ -888969,16 +842139,6 @@ "show_number": "6221", "fullAnswer": "Stella Artois" }, - { - "category": "MONEY, MONEY, MONEY", - "air_date": "2011-10-10", - "question": "Seen here is one of these currency units from a country that's in the zone", - "value": "$600", - "answer": "euro", - "round": "Jeopardy!", - "show_number": "6221", - "fullAnswer": "the euro" - }, { "category": "THE RIVER'S TRIBUTARIES", "air_date": "2011-10-10", @@ -888994,21 +842154,11 @@ "air_date": "2011-10-10", "question": "2011:
This company founded by a 1941 merger downgrades the USA's long-term credit rating to AA+", "value": "$600", - "answer": "Standard & Poor\\'s", + "answer": "Standard & Poor's", "round": "Jeopardy!", "show_number": "6221", "fullAnswer": "Standard & Poor\\'s" }, - { - "category": "ADJECTIVES OF THE YOUNG AND THE RESTLESS", - "air_date": "2011-10-10", - "question": "\"Please, Lily, understand, everything I did was to keep you and the twins safe.\"
\"Cane, you pretended that you were dead and made me think that I was sleeping with a ghost. I ended up in an insane asylum. You're...\"

...this 10-letter adjective from the Latin for \"look down on\" (& favored by Daffy Duck on occasion)", - "value": "$600", - "answer": "despicable", - "round": "Jeopardy!", - "show_number": "6221", - "fullAnswer": "despicable" - }, { "category": "CELEBRITY MEMOIRS", "air_date": "2011-10-10", @@ -889059,16 +842209,6 @@ "show_number": "6221", "fullAnswer": "the Bastille" }, - { - "category": "ADJECTIVES OF THE YOUNG AND THE RESTLESS", - "air_date": "2011-10-10", - "question": "\"Oh, Jack, it feels just like yesterday that you and Diane and I were celebrating the IPO.\"
\"I've had my eye on you since before Diane died, and now I have even more reason to be...\"

...this doubtful word that's in the title of Elvis' last No. 1 pop hit", - "value": "$800", - "answer": "suspicious", - "round": "Jeopardy!", - "show_number": "6221", - "fullAnswer": "suspicious" - }, { "category": "CELEBRITY MEMOIRS", "air_date": "2011-10-10", @@ -889089,16 +842229,6 @@ "show_number": "6221", "fullAnswer": "Rolling Rock" }, - { - "category": "MONEY, MONEY, MONEY", - "air_date": "2011-10-10", - "question": "The 50,000-rial note of this Middle East country is seen here", - "value": "$1000", - "answer": "Iran", - "round": "Jeopardy!", - "show_number": "6221", - "fullAnswer": "Iran" - }, { "category": "THE RIVER'S TRIBUTARIES", "air_date": "2011-10-10", @@ -889119,16 +842249,6 @@ "show_number": "6221", "fullAnswer": "The Compleat Angler" }, - { - "category": "ADJECTIVES OF THE YOUNG AND THE RESTLESS", - "air_date": "2011-10-10", - "question": "\"Dear God. You manipulate everyone around you, just like a marionette. You are downright...\"
...this adjective, also the title of a hit Broadway musical that features Munchkins & flying monkeys", - "value": "$1000", - "answer": "wicked", - "round": "Jeopardy!", - "show_number": "6221", - "fullAnswer": "wicked" - }, { "category": "\"A\" IN MATH", "air_date": "2011-10-10", @@ -889239,26 +842359,6 @@ "show_number": "6221", "fullAnswer": "religion" }, - { - "category": "CANINE WORDS & PHRASES", - "air_date": "2011-10-10", - "question": "They're seen here", - "value": "$800", - "answer": "dog tags", - "round": "Double Jeopardy!", - "show_number": "6221", - "fullAnswer": "dog tags" - }, - { - "category": "\"A\" IN MATH", - "air_date": "2011-10-10", - "question": "(Jimmy of the Clue Crew reports from the trading floor of the New York Stock Exchange.) The Exchange now allows brokers on the floor to execute trades from handheld devices using programs called \"algos\", short for this type of step-by-step mathematical process", - "value": "$1200", - "answer": "algorithm", - "round": "Double Jeopardy!", - "show_number": "6221", - "fullAnswer": "an algorithm" - }, { "category": "NAMES IN SONG TITLES", "air_date": "2011-10-10", @@ -889419,16 +842519,6 @@ "show_number": "6221", "fullAnswer": "a poll tax" }, - { - "category": "CANINE WORDS & PHRASES", - "air_date": "2011-10-10", - "question": "In 2011, Orrin Hatch used a picture to indicate he felt a Senate hearing had become this", - "value": "$2000", - "answer": "dog and pony show", - "round": "Double Jeopardy!", - "show_number": "6221", - "fullAnswer": "a dog and pony show" - }, { "category": "THE REVOLUTIONARY WAR", "air_date": "2011-10-10", @@ -889839,16 +842929,6 @@ "show_number": "3029", "fullAnswer": "cakewalk" }, - { - "category": "THE OSCARS", - "air_date": "1997-10-30", - "question": "Film seen here, its director was nominated, but it didn't make it into the Best Picture category:", - "value": "$1,000", - "answer": "Close Encounters of the Third Kind", - "round": "Double Jeopardy!", - "show_number": "3029", - "fullAnswer": "Close Encounters of the Third Kind" - }, { "category": "POLITICAL POSTS", "air_date": "1997-10-30", @@ -890029,16 +843109,6 @@ "show_number": "5875", "fullAnswer": "Switzerland" }, - { - "category": "FOUND IN THE JEOPARDY! ATTIC", - "air_date": "2010-03-12", - "question": "On his last trip to Greece, Johnny picked up this wind instrument; someday, I'll take lessons", - "value": "$200", - "answer": "pan flute", - "round": "Jeopardy!", - "show_number": "5875", - "fullAnswer": "a pan flute" - }, { "category": "5-SYLLABLE WORDS", "air_date": "2010-03-12", @@ -890089,16 +843159,6 @@ "show_number": "5875", "fullAnswer": "Mississippi" }, - { - "category": "FOUND IN THE JEOPARDY! ATTIC", - "air_date": "2010-03-12", - "question": "If the heat goes out, we could always burn our piece of this hard, high-carbon type of coal", - "value": "$400", - "answer": "anthracite", - "round": "Jeopardy!", - "show_number": "5875", - "fullAnswer": "anthracite" - }, { "category": "5-SYLLABLE WORDS", "air_date": "2010-03-12", @@ -890149,16 +843209,6 @@ "show_number": "5875", "fullAnswer": "Chile" }, - { - "category": "FOUND IN THE JEOPARDY! ATTIC", - "air_date": "2010-03-12", - "question": "Home run--the bobblehead seen here of this former national league manager will get something on eBay, right?", - "value": "$600", - "answer": "Lasorda", - "round": "Jeopardy!", - "show_number": "5875", - "fullAnswer": "(Tommy) Lasorda" - }, { "category": "5-SYLLABLE WORDS", "air_date": "2010-03-12", @@ -890209,16 +843259,6 @@ "show_number": "5875", "fullAnswer": "Lebanon" }, - { - "category": "FOUND IN THE JEOPARDY! ATTIC", - "air_date": "2010-03-12", - "question": "Mmm. A pecan log roll from this chain of restaurants with over 200 interstate locations--anyone hungry?", - "value": "$800", - "answer": "Stuckey\\'s", - "round": "Jeopardy!", - "show_number": "5875", - "fullAnswer": "Stuckey\\'s" - }, { "category": "5-SYLLABLE WORDS", "air_date": "2010-03-12", @@ -890269,16 +843309,6 @@ "show_number": "5875", "fullAnswer": "Laos" }, - { - "category": "FOUND IN THE JEOPARDY! ATTIC", - "air_date": "2010-03-12", - "question": "Some diehard \"Jeopardy!\" Democrat still has the pin seen here from this election year", - "value": "$1000", - "answer": "1988", - "round": "Jeopardy!", - "show_number": "5875", - "fullAnswer": "1988" - }, { "category": "5-SYLLABLE WORDS", "air_date": "2010-03-12", @@ -890299,16 +843329,6 @@ "show_number": "5875", "fullAnswer": "the FCC" }, - { - "category": "POP CULTURE", - "air_date": "2010-03-12", - "question": "Olivia Cole was one of the 9 Emmy winners for this '70s broadcasting phenomenon", - "value": "$400", - "answer": "Roots", - "round": "Double Jeopardy!", - "show_number": "5875", - "fullAnswer": "Roots" - }, { "category": "LUTHER", "air_date": "2010-03-12", @@ -890409,16 +843429,6 @@ "show_number": "5875", "fullAnswer": "zero" }, - { - "category": "GOVERNMENT AGENCIES", - "air_date": "2010-03-12", - "question": "(Kelly of the Clue Crew reports from the Brookhaven National Laboratory.) Department of Energy scientists at Brookhaven are prepping cell samples for a lab that simulates the environment of space in partnership with this government agency", - "value": "$1200", - "answer": "NASA", - "round": "Double Jeopardy!", - "show_number": "5875", - "fullAnswer": "NASA" - }, { "category": "POP CULTURE", "air_date": "2010-03-12", @@ -890619,16 +843629,6 @@ "show_number": "5326", "fullAnswer": "Super Size Me" }, - { - "category": "SHAKESPEAREAN I.M.s", - "air_date": "2007-11-05", - "question": "Told Antonio usury wuz kewl w/ examples from Bible... GTG. Check my site @ italianmoneyguy.com", - "value": "$200", - "answer": "Shylock", - "round": "Jeopardy!", - "show_number": "5326", - "fullAnswer": "Shylock" - }, { "category": "LET'S SPEAK ESKIMO", "air_date": "2007-11-05", @@ -890739,16 +843739,6 @@ "show_number": "5326", "fullAnswer": "Spanglish" }, - { - "category": "SHAKESPEAREAN I.M.s", - "air_date": "2007-11-05", - "question": "EM me @ thaneoffife @ I'mtheregicider.com", - "value": "$600", - "answer": "Macduff", - "round": "Jeopardy!", - "show_number": "5326", - "fullAnswer": "Macduff" - }, { "category": "LET'S SPEAK ESKIMO", "air_date": "2007-11-05", @@ -891014,21 +844004,11 @@ "air_date": "2007-11-05", "question": "Title question in a 1979 No. 1 hit by Rod Stewart, & the answer ahead of time is \"Yes\"", "value": "$800", - "answer": "Da Ya Think I\\'m Sexy?", + "answer": "Da Ya Think I'm Sexy?", "round": "Double Jeopardy!", "show_number": "5326", "fullAnswer": "\"Da Ya Think I\\'m Sexy?\"" }, - { - "category": "ANATOMY", - "air_date": "2007-11-05", - "question": "(Cheryl of the Clue Crew plays with a skeleton.) The bones of the shoulder--the clavicle, the scapula & the humerus--form this type of joint, which is more susceptible to injury because it moves in multiple directions", - "value": "$1200", - "answer": "ball and socket", - "round": "Double Jeopardy!", - "show_number": "5326", - "fullAnswer": "a ball and socket" - }, { "category": "MUST FLEE TV", "air_date": "2007-11-05", @@ -891109,16 +844089,6 @@ "show_number": "5326", "fullAnswer": "Sirhan Sirhan" }, - { - "category": "THE NEW YORK TIMES OP-ED", - "air_date": "2007-11-05", - "question": "This Russian eulogized Reagan as \"a president who listened\" though \"we had to overcome mistrust\"", - "value": "$1600", - "answer": "Gorbachev", - "round": "Double Jeopardy!", - "show_number": "5326", - "fullAnswer": "Gorbachev" - }, { "category": "FORMER PLACE NAMES", "air_date": "2007-11-05", @@ -891444,7 +844414,7 @@ "air_date": "1998-07-01", "question": "In her first pop hit, Crystal Gayle asked this colorful title question", "value": "$400", - "answer": "Don\\'t It Make My Brown Eyes Blue", + "answer": "Don't It Make My Brown Eyes Blue", "round": "Jeopardy!", "show_number": "3203", "fullAnswer": "Don\\'t It Make My Brown Eyes Blue" @@ -891914,7 +844884,7 @@ "air_date": "1991-02-04", "question": "These 2 \"Becket\" stars have each been nominated 7 times without winning", "value": "$1,000", - "answer": "Peter O\\' Toole & Richard Burton", + "answer": "Peter O' Toole & Richard Burton", "round": "Jeopardy!", "show_number": "1486", "fullAnswer": "Peter O\\' Toole & Richard Burton" @@ -892424,7 +845394,7 @@ "air_date": "2010-04-16", "question": "This film character's curtain dress, made to match Vivien Leigh's eyes, is stored at the University of Texas", "value": "$200", - "answer": "Scarlett O\\'Hara", + "answer": "Scarlett O'Hara", "round": "Jeopardy!", "show_number": "5900", "fullAnswer": "Scarlett O\\'Hara" @@ -892519,16 +845489,6 @@ "show_number": "5900", "fullAnswer": "Louisiana" }, - { - "category": "CURTAINS", - "air_date": "2010-04-16", - "question": "A curtain with its rod half-way up the window, seen here, is named for this four-letter type of establishment, seen here", - "value": "$600", - "answer": "café", - "round": "Jeopardy!", - "show_number": "5900", - "fullAnswer": "a café" - }, { "category": "SAME FIRST & LAST LETTER", "air_date": "2010-04-16", @@ -892539,16 +845499,6 @@ "show_number": "5900", "fullAnswer": "lateral" }, - { - "category": "THE SHIELD", - "air_date": "2010-04-16", - "question": "When threatened, Roman legions joined shields to form a box called a testudo, the Latin term for this reptile", - "value": "$800", - "answer": "turtle", - "round": "Jeopardy!", - "show_number": "5900", - "fullAnswer": "a turtle" - }, { "category": "THE 82nd ACADEMY AWARDS", "air_date": "2010-04-16", @@ -892944,7 +845894,7 @@ "air_date": "2011-03-23", "question": "Rice Krispies comes from this company's kitchen", "value": "$200", - "answer": "Kellogg\\'s", + "answer": "Kellogg's", "round": "Jeopardy!", "show_number": "6113", "fullAnswer": "Kellogg\\'s" @@ -893004,7 +845954,7 @@ "air_date": "2011-03-23", "question": "Kit Kat is part of this European chocolate company", "value": "$400", - "answer": "Nestlé\\'s", + "answer": "Nestlé's", "round": "Jeopardy!", "show_number": "6113", "fullAnswer": "Nestlé\\'s" @@ -893014,7 +845964,7 @@ "air_date": "2011-03-23", "question": "What was once referred to as mongolism is now called this", "value": "$400", - "answer": "Down\\'s Syndrome", + "answer": "Down's Syndrome", "round": "Jeopardy!", "show_number": "6113", "fullAnswer": "Down\\'s Syndrome" @@ -893044,7 +845994,7 @@ "air_date": "2011-03-23", "question": "In a song from \"Gentlemen Prefer Blondes\", diamonds are said to be this", "value": "$400", - "answer": "girl\\'s best friend", + "answer": "girl's best friend", "round": "Jeopardy!", "show_number": "6113", "fullAnswer": "a girl\\'s best friend" @@ -893139,16 +846089,6 @@ "show_number": "6113", "fullAnswer": "the grippe" }, - { - "category": "FAMOUS PAIRS", - "air_date": "2011-03-23", - "question": "Seen here Bringing Home the Logs, Winter Landscape is a 19th century lithograph from this pair", - "value": "$800", - "answer": "Currier and Ives", - "round": "Jeopardy!", - "show_number": "6113", - "fullAnswer": "Currier and Ives" - }, { "category": "SONGS IN MUSICALS", "air_date": "2011-03-23", @@ -893194,7 +846134,7 @@ "air_date": "2011-03-23", "question": "Pens down, scrivener's palsy is an old term for this, also known as graphospasm", "value": "$1000", - "answer": "writer\\'s cramp", + "answer": "writer's cramp", "round": "Jeopardy!", "show_number": "6113", "fullAnswer": "writer\\'s cramp" @@ -893289,16 +846229,6 @@ "show_number": "6113", "fullAnswer": "Clara Barton" }, - { - "category": "ISLANDS OF THE ATLANTIC", - "air_date": "2011-03-23", - "question": "(Tom Ritchie of Lindblad Expeditions stands in front of a war monument in the Falkland Islands) Stanley is the only city on the Falkland Islands, and underwent bombing during the 1982 conflict between Britain and this country", - "value": "$800", - "answer": "Argentina", - "round": "Double Jeopardy!", - "show_number": "6113", - "fullAnswer": "Argentina" - }, { "category": "MAD TV", "air_date": "2011-03-23", @@ -893339,16 +846269,6 @@ "show_number": "6113", "fullAnswer": "the second atomic bomb" }, - { - "category": "AMERICAN RED CROSS HISTORY", - "air_date": "2011-03-23", - "question": "(Sarah of the Clue Crew describes a gray suit on a mannequin) The suit here is typical of those worn by Red Cross murses in the 1950s, who assisted in the conflict here, where Red Cross staff have been continuously since 1953", - "value": "$800", - "answer": "Korea", - "round": "Double Jeopardy!", - "show_number": "6113", - "fullAnswer": "Korea" - }, { "category": "ISLANDS OF THE ATLANTIC", "air_date": "2011-03-23", @@ -893459,16 +846379,6 @@ "show_number": "6113", "fullAnswer": "(Alexander) Calder" }, - { - "category": "AMERICAN RED CROSS HISTORY", - "air_date": "2011-03-23", - "question": "(Jimmy of the Clue Crew stands with a grey uniform on a mannequin at the American Red Cross) Named for their dresses, gray lady volunteers provided hospitality services, especially to sick and wounded soldiers beginning in 1918 at this Washington, D.C. hospital", - "value": "$1600", - "answer": "Walter Reed", - "round": "Double Jeopardy!", - "show_number": "6113", - "fullAnswer": "Walter Reed" - }, { "category": "ISLANDS OF THE ATLANTIC", "air_date": "2011-03-23", @@ -893519,16 +846429,6 @@ "show_number": "6113", "fullAnswer": "necropolis" }, - { - "category": "AMERICAN RED CROSS HISTORY", - "air_date": "2011-03-23", - "question": "(Sarah of the Clue Crew walks through the American Red Cross headquarters Depicting the theme of ministry to the sick and wounded through sacrifice, the windows at the Red Cross headquarters were commissioned in 1917 and created by this man's studio", - "value": "$2000", - "answer": "Tiffany", - "round": "Double Jeopardy!", - "show_number": "6113", - "fullAnswer": "Tiffany" - }, { "category": "BRITISH NOVELISTS", "air_date": "2011-03-23", @@ -893554,7 +846454,7 @@ "air_date": "2004-06-29", "question": "\"Chaplin's Cherubim\"", "value": "$200", - "answer": "Charlie\\'s Angels", + "answer": "Charlie's Angels", "round": "Jeopardy!", "show_number": "4577", "fullAnswer": "Charlie\\'s Angels" @@ -893699,16 +846599,6 @@ "show_number": "4577", "fullAnswer": "Don Rickles" }, - { - "category": "COUNTRY CLUBS", - "air_date": "2004-06-29", - "question": "(Jimmy of the Clue Crew speaks softly and carries a big stick.) An Irish saying says you can accomplish more with a kind word & one of these than just with a kind word", - "value": "$600", - "answer": "shillelagh", - "round": "Jeopardy!", - "show_number": "4577", - "fullAnswer": "a shillelagh" - }, { "category": "I NEED MY \"SPACE\"", "air_date": "2004-06-29", @@ -893794,7 +846684,7 @@ "air_date": "2004-06-29", "question": "\"Which One's in Charge?\"", "value": "$1000", - "answer": "Who\\'s the Boss?", + "answer": "Who's the Boss?", "round": "Jeopardy!", "show_number": "4577", "fullAnswer": "Who\\'s the Boss?" @@ -893809,16 +846699,6 @@ "show_number": "4577", "fullAnswer": "Peoria" }, - { - "category": "MR. POTATO HEAD", - "air_date": "2004-06-29", - "question": "(Cheryl of the Clue Crew stands with a big, shiny statue of Mr. Potato Head in Providence, RI.) Mr. Potato Head was introduced back in 1952 by this toy company that's based here in Rhode Island", - "value": "$1000", - "answer": "Hasbro", - "round": "Jeopardy!", - "show_number": "4577", - "fullAnswer": "Hasbro" - }, { "category": "COUNTRY CLUBS", "air_date": "2004-06-29", @@ -893964,7 +846844,7 @@ "air_date": "2004-06-29", "question": "Girlfriend Louise Rolfe provided a romantic alibi for Machine Gun Jack McGurn, who planned this event for Capone", "value": "$4,000", - "answer": "Saint Valentine\\'s Day Massacre", + "answer": "Saint Valentine's Day Massacre", "round": "Double Jeopardy!", "show_number": "4577", "fullAnswer": "the Saint Valentine\\'s Day Massacre" @@ -894089,16 +846969,6 @@ "show_number": "4577", "fullAnswer": "Sinclair Lewis" }, - { - "category": "WOMEN IN SPORTS", - "air_date": "2004-06-29", - "question": "(Hi, I'm Sue Bird of the WNBA.) In 2000, 2001 & 2002 I won the Point Guard of the Year award named after this female basketball great; she's now a broadcaster", - "value": "$2000", - "answer": "Nancy Lieberman", - "round": "Double Jeopardy!", - "show_number": "4577", - "fullAnswer": "Nancy Lieberman" - }, { "category": "ACCOUNTING", "air_date": "2004-06-29", @@ -894449,16 +847319,6 @@ "show_number": "4856", "fullAnswer": "a blood orange" }, - { - "category": "SAINT PETERSBURG", - "air_date": "2005-10-24", - "question": "(Cheryl of the Clue Crew reads from the beautiful Hermitage Museum in St. Petersburg, Russia.) The Peacock Clock at the Hermitage was given to Catherine the Great by this prince for whom a Russian battleship was named", - "value": "$400", - "answer": "Potemkin", - "round": "Double Jeopardy!", - "show_number": "4856", - "fullAnswer": "Potemkin" - }, { "category": "HE SHOOTS, HE SCORES!", "air_date": "2005-10-24", @@ -894509,16 +847369,6 @@ "show_number": "4856", "fullAnswer": "Idaho" }, - { - "category": "SAINT PETERSBURG", - "air_date": "2005-10-24", - "question": "(Cheryl of the Clue Crew reads from outdoors in St. Petersburg, Russia.) From a grateful Russia, the Alexander Column here in Palace Square is dedicated to the czar who helped defeat this man", - "value": "$800", - "answer": "Napoleon", - "round": "Double Jeopardy!", - "show_number": "4856", - "fullAnswer": "Napoleon" - }, { "category": "HE SHOOTS, HE SCORES!", "air_date": "2005-10-24", @@ -894569,16 +847419,6 @@ "show_number": "4856", "fullAnswer": "IMAX" }, - { - "category": "SAINT PETERSBURG", - "air_date": "2005-10-24", - "question": "(Cheryl of the Clue Crew reports again from the Hermitage Museum in St. Petersburg, Russia.) A tradition was born in the 1880s when Alexander III gave his czarina a jeweled Easter egg made by this design firm", - "value": "$1200", - "answer": "Fabergé", - "round": "Double Jeopardy!", - "show_number": "4856", - "fullAnswer": "Fabergé" - }, { "category": "HE SHOOTS, HE SCORES!", "air_date": "2005-10-24", @@ -894629,16 +847469,6 @@ "show_number": "4856", "fullAnswer": "ich" }, - { - "category": "SAINT PETERSBURG", - "air_date": "2005-10-24", - "question": "(Cheryl of the Clue Crew reports again from St. Petersburg, Russia.) As prime minister of Russia's provisional government in 1917, this man moved into the Winter Palace & used the czar's private library as his office", - "value": "$1600", - "answer": "Kerensky", - "round": "Double Jeopardy!", - "show_number": "4856", - "fullAnswer": "Kerensky" - }, { "category": "HE SHOOTS, HE SCORES!", "air_date": "2005-10-24", @@ -894689,16 +847519,6 @@ "show_number": "4856", "fullAnswer": "Innsbruck" }, - { - "category": "SAINT PETERSBURG", - "air_date": "2005-10-24", - "question": "(Cheryl of the Clue Crew reads a final time from St. Petersburg, Russia.) Here in Palace Square on June 28, 1762, this czar was overthrown & his wife Catherine the Great was hailed as empress", - "value": "$2000", - "answer": "Peter III", - "round": "Double Jeopardy!", - "show_number": "4856", - "fullAnswer": "Peter III" - }, { "category": "HE SHOOTS, HE SCORES!", "air_date": "2005-10-24", @@ -894799,16 +847619,6 @@ "show_number": "5537", "fullAnswer": "archery" }, - { - "category": "A MOTHER GOOSE PICTORIAL", - "air_date": "2008-10-07", - "question": "The diet of this title gal is seen here; mmm mmm!", - "value": "$200", - "answer": "Little Miss Muffet", - "round": "Jeopardy!", - "show_number": "5537", - "fullAnswer": "Little Miss Muffet" - }, { "category": "NOW THAT'S SAUCY!", "air_date": "2008-10-07", @@ -894859,16 +847669,6 @@ "show_number": "5537", "fullAnswer": "ducks" }, - { - "category": "A MOTHER GOOSE PICTORIAL", - "air_date": "2008-10-07", - "question": "Gaze upon a representation of the tragic end of this character", - "value": "$400", - "answer": "Humpty Dumpty", - "round": "Jeopardy!", - "show_number": "5537", - "fullAnswer": "Humpty Dumpty" - }, { "category": "NOW THAT'S SAUCY!", "air_date": "2008-10-07", @@ -894919,16 +847719,6 @@ "show_number": "5537", "fullAnswer": "Jimmy Buffett" }, - { - "category": "A MOTHER GOOSE PICTORIAL", - "air_date": "2008-10-07", - "question": "Title guy with high self esteem whose famous act is shown here", - "value": "$600", - "answer": "Little Jack Horner", - "round": "Jeopardy!", - "show_number": "5537", - "fullAnswer": "Little Jack Horner" - }, { "category": "NOW THAT'S SAUCY!", "air_date": "2008-10-07", @@ -894969,26 +847759,6 @@ "show_number": "5537", "fullAnswer": "censorship" }, - { - "category": "JOIN THE CLUB", - "air_date": "2008-10-07", - "question": "(Sarah of the Clue Crew reports from a California dog show.) Babu, an eager dog show entrant, is a chow chow breed registered with this organization founded on September 17, 1884 & abbreviated AKC", - "value": "$800", - "answer": "American Kennel Club", - "round": "Jeopardy!", - "show_number": "5537", - "fullAnswer": "the American Kennel Club" - }, - { - "category": "A MOTHER GOOSE PICTORIAL", - "air_date": "2008-10-07", - "question": "Title duo whose end results we've illustrated", - "value": "$800", - "answer": "Jack & Jill", - "round": "Jeopardy!", - "show_number": "5537", - "fullAnswer": "Jack & Jill" - }, { "category": "NOW THAT'S SAUCY!", "air_date": "2008-10-07", @@ -895039,16 +847809,6 @@ "show_number": "5537", "fullAnswer": "the Kiwanis Club" }, - { - "category": "A MOTHER GOOSE PICTORIAL", - "air_date": "2008-10-07", - "question": "This title guy requested the items shown here", - "value": "$1000", - "answer": "Old King Cole", - "round": "Jeopardy!", - "show_number": "5537", - "fullAnswer": "Old King Cole" - }, { "category": "NOW THAT'S SAUCY!", "air_date": "2008-10-07", @@ -895069,16 +847829,6 @@ "show_number": "5537", "fullAnswer": "evaporation" }, - { - "category": "JOHNNY GILBERT RAPS & ROCKS ON", - "air_date": "2008-10-07", - "question": "\"Hey! Hey! Hey hey hey! Macho, macho man, I've got to be, a macho man\"", - "value": "$400", - "answer": "Village People", - "round": "Double Jeopardy!", - "show_number": "5537", - "fullAnswer": "The Village People" - }, { "category": "NAME THE VEEP", "air_date": "2008-10-07", @@ -895129,16 +847879,6 @@ "show_number": "5537", "fullAnswer": "precipitation" }, - { - "category": "JOHNNY GILBERT RAPS & ROCKS ON", - "air_date": "2008-10-07", - "question": "\"A few times I've been around that track, so it's not just gonna happen like that, because I ain't no hollaback girl\"", - "value": "$800", - "answer": "Gwen Stefani", - "round": "Double Jeopardy!", - "show_number": "5537", - "fullAnswer": "Gwen Stefani" - }, { "category": "NAME THE VEEP", "air_date": "2008-10-07", @@ -895179,26 +847919,6 @@ "show_number": "5537", "fullAnswer": "an egret (in keg returns)" }, - { - "category": "HYDRO LOGICAL", - "air_date": "2008-10-07", - "question": "(Jimmy of the Clue Crew displays a geological diagram on the monitor.) It's the 2-word furniture term for the boundary between saturated & unsaturated zones of soil", - "value": "$1200", - "answer": "water table", - "round": "Double Jeopardy!", - "show_number": "5537", - "fullAnswer": "the water table" - }, - { - "category": "JOHNNY GILBERT RAPS & ROCKS ON", - "air_date": "2008-10-07", - "question": "\"To the extreme I rock a mic like a vandal, light up a stage & wax a chump like a candle... ice ice baby\"", - "value": "$1200", - "answer": "Vanilla Ice", - "round": "Double Jeopardy!", - "show_number": "5537", - "fullAnswer": "Vanilla Ice" - }, { "category": "NAME THE VEEP", "air_date": "2008-10-07", @@ -895249,16 +847969,6 @@ "show_number": "5537", "fullAnswer": "a coolant" }, - { - "category": "JOHNNY GILBERT RAPS & ROCKS ON", - "air_date": "2008-10-07", - "question": "\"C'mon, take a bottle, shake it up, break the bubble, break it up, pour some sugar on me, in the name of love\"", - "value": "$1600", - "answer": "Def Leppard", - "round": "Double Jeopardy!", - "show_number": "5537", - "fullAnswer": "Def Leppard" - }, { "category": "NAME THE VEEP", "air_date": "2008-10-07", @@ -895309,16 +848019,6 @@ "show_number": "5537", "fullAnswer": "salinity" }, - { - "category": "JOHNNY GILBERT RAPS & ROCKS ON", - "air_date": "2008-10-07", - "question": "\"I'm too sexy for my shirt, too sexy for my shirt, so sexy it hurts\"", - "value": "$2000", - "answer": "Right Said Fred", - "round": "Double Jeopardy!", - "show_number": "5537", - "fullAnswer": "Right Said Fred" - }, { "category": "NAME THE VEEP", "air_date": "2008-10-07", @@ -895754,7 +848454,7 @@ "air_date": "1998-01-21", "question": "James Renwick designed this Fifth Avenue cathedral in the Gothic Revival style", "value": "$400", - "answer": "St. Patrick\\'s Cathedral", + "answer": "St. Patrick's Cathedral", "round": "Double Jeopardy!", "show_number": "3088", "fullAnswer": "St. Patrick\\'s Cathedral" @@ -896319,16 +849019,6 @@ "show_number": "5229", "fullAnswer": "East Berlin" }, - { - "category": "GENUS NAMES", - "air_date": "2007-05-10", - "question": "(Jimmy of the Clue Crew presents from UC Santa Cruz.) The network it uses to capture food gives this marine creature, with genus name Gorgonocephalus, after mythical creatures with these for hair", - "value": "$800", - "answer": "snakes", - "round": "Double Jeopardy!", - "show_number": "5229", - "fullAnswer": "snakes" - }, { "category": "COUNTRIES BY COLLEGE", "air_date": "2007-05-10", @@ -896549,16 +849239,6 @@ "show_number": "5229", "fullAnswer": "dangling" }, - { - "category": "HISTORY THROUGH FOOTBALL", - "air_date": "2007-05-10", - "question": "(Alex: Here's somebody familiar to all of us, Pete Carroll.)
At Gettysburg in 1863 Union forces made a famous \"goal line stand\" at Cemetery Hill against the charge named for this man", - "value": "$2000", - "answer": "George Pickett", - "round": "Double Jeopardy!", - "show_number": "5229", - "fullAnswer": "George Pickett" - }, { "category": "THE COMPUTER AGE", "air_date": "2007-05-10", @@ -896689,16 +849369,6 @@ "show_number": "5390", "fullAnswer": "the Mediterranean Sea" }, - { - "category": "AWARDS & HONORS", - "air_date": "2008-02-01", - "question": "Surrey Spice Girl, this miniature breed, won Best in Show at the 2002 Westminster Kennel Club Show", - "value": "$600", - "answer": "poodle", - "round": "Jeopardy!", - "show_number": "5390", - "fullAnswer": "a poodle" - }, { "category": "MONTY PYTHON FOREVER", "air_date": "2008-02-01", @@ -896794,7 +849464,7 @@ "air_date": "2008-02-01", "question": "Ambrose Bierce penned this sardonic reference work in 1906", "value": "$800", - "answer": "Devil\\'s Dictionary", + "answer": "Devil's Dictionary", "round": "Jeopardy!", "show_number": "5390", "fullAnswer": "The Devil\\'s Dictionary" @@ -896814,7 +849484,7 @@ "air_date": "2008-02-01", "question": "In 1980 this Norman Mailer book won a Pulitzer, not a pardon", "value": "$1,600", - "answer": "Executioner\\'s Song", + "answer": "Executioner's Song", "round": "Jeopardy!", "show_number": "5390", "fullAnswer": "The Executioner\\'s Song" @@ -897079,16 +849749,6 @@ "show_number": "5390", "fullAnswer": "Sir Walter Raleigh" }, - { - "category": "MEDICAL SCHOOL", - "air_date": "2008-02-01", - "question": "Washington University School of Medicine is the birthplace of this scanner similar to a CAT scanner. It was first to reveal brain function", - "value": "$1600", - "answer": "PET", - "round": "Double Jeopardy!", - "show_number": "5390", - "fullAnswer": "PET" - }, { "category": "OFFICIAL STATE STUFF", "air_date": "2008-02-01", @@ -897234,7 +849894,7 @@ "air_date": "1997-10-22", "question": "George Bernard's rules", "value": "$100", - "answer": "Shaw\\'s laws", + "answer": "Shaw's laws", "round": "Jeopardy!", "show_number": "3023", "fullAnswer": "Shaw\\'s laws" @@ -897294,7 +849954,7 @@ "air_date": "1997-10-22", "question": "Austen's walking sticks", "value": "$200", - "answer": "Jane\\'s canes", + "answer": "Jane's canes", "round": "Jeopardy!", "show_number": "3023", "fullAnswer": "Jane\\'s canes" @@ -897354,7 +850014,7 @@ "air_date": "1997-10-22", "question": "Shakespeare's pens", "value": "$300", - "answer": "Will\\'s quills", + "answer": "Will's quills", "round": "Jeopardy!", "show_number": "3023", "fullAnswer": "Will\\'s quills" @@ -897394,7 +850054,7 @@ "air_date": "1997-10-22", "question": "Phrase from a commercial most associated with Clara Peller", "value": "$400", - "answer": "Where\\'s The Beef?", + "answer": "Where's The Beef?", "round": "Jeopardy!", "show_number": "3023", "fullAnswer": "\"Where\\'s The Beef?\"" @@ -897414,7 +850074,7 @@ "air_date": "1997-10-22", "question": "Pearl's mallards", "value": "$400", - "answer": "Buck\\'s ducks", + "answer": "Buck's ducks", "round": "Jeopardy!", "show_number": "3023", "fullAnswer": "Buck\\'s ducks" @@ -897474,7 +850134,7 @@ "air_date": "1997-10-22", "question": "Ian's Scandinavian rodents", "value": "$500", - "answer": "Fleming\\'s lemmings", + "answer": "Fleming's lemmings", "round": "Jeopardy!", "show_number": "3023", "fullAnswer": "Fleming\\'s lemmings" @@ -897634,7 +850294,7 @@ "air_date": "1997-10-22", "question": "Steve McGarrett's command to Danny Williams at the end of a \"Hawaii Five-O\" episode", "value": "$600", - "answer": "Book \\'em, Dano!", + "answer": "Book 'em, Dano!", "round": "Double Jeopardy!", "show_number": "3023", "fullAnswer": "\"Book \\'em, Dano!\"" @@ -898489,16 +851149,6 @@ "show_number": "5959", "fullAnswer": "the fig" }, - { - "category": "WALK WITH ME", - "air_date": "2010-07-08", - "question": "On second thought, walk by yourself if pirates are making you do this, as seen here", - "value": "$600", - "answer": "walk the plank", - "round": "Jeopardy!", - "show_number": "5959", - "fullAnswer": "walk the plank" - }, { "category": "ANIMAL RECORDS", "air_date": "2010-07-08", @@ -898539,16 +851189,6 @@ "show_number": "5959", "fullAnswer": "Wolverine and the X-Men" }, - { - "category": "FOODS THAT ARE GOOD FOR YOU", - "air_date": "2010-07-08", - "question": "While not a favorite of kids, these veggies seen here & named for a world capital are full of vitamins & protein", - "value": "$800", - "answer": "Brussels sprouts", - "round": "Jeopardy!", - "show_number": "5959", - "fullAnswer": "Brussels sprouts" - }, { "category": "WALK WITH ME", "air_date": "2010-07-08", @@ -898669,16 +851309,6 @@ "show_number": "5959", "fullAnswer": "the (big bad) wolf" }, - { - "category": "ALL ABOUT ART", - "air_date": "2010-07-08", - "question": "The name of this item seen here can also refer to the entire range of colors used by an artist", - "value": "$400", - "answer": "palette", - "round": "Double Jeopardy!", - "show_number": "5959", - "fullAnswer": "a palette" - }, { "category": "10-12 YEARS", "air_date": "2010-07-08", @@ -898789,16 +851419,6 @@ "show_number": "5959", "fullAnswer": "Mr. Hyde" }, - { - "category": "ALL ABOUT ART", - "air_date": "2010-07-08", - "question": "(Kelly of the Clue Crew shows a color wheel diagram on the monitor.) On the color wheel, complementary colors are opposite each other: red & green, yellow & purple, blue & this missing color", - "value": "$1200", - "answer": "orange", - "round": "Double Jeopardy!", - "show_number": "5959", - "fullAnswer": "orange" - }, { "category": "10-12 YEARS", "air_date": "2010-07-08", @@ -898899,16 +851519,6 @@ "show_number": "5959", "fullAnswer": "Mrs. Coulter" }, - { - "category": "ALL ABOUT ART", - "air_date": "2010-07-08", - "question": "In 1889, Van Gogh painted these title flowers", - "value": "$2000", - "answer": "irises", - "round": "Double Jeopardy!", - "show_number": "5959", - "fullAnswer": "irises" - }, { "category": "10-12 YEARS", "air_date": "2010-07-08", @@ -899029,16 +851639,6 @@ "show_number": "3135", "fullAnswer": "its tail" }, - { - "category": "RYDELL HIGH ALUMNI", - "air_date": "1998-03-27", - "question": "Pop singer heard here performing a number that was only in the film version:

\"...mine is not the first heart broken /
My eyes are not the first to cry...\"
", - "value": "$200", - "answer": "Olivia Newton-John", - "round": "Jeopardy!", - "show_number": "3135", - "fullAnswer": "Olivia Newton-John" - }, { "category": "UNSOLVED MYSTERIES", "air_date": "1998-03-27", @@ -899109,16 +851709,6 @@ "show_number": "3135", "fullAnswer": "the Loch Ness Monster" }, - { - "category": "\"C.C.\" SENOR", - "air_date": "1998-03-27", - "question": "Research facilitator that includes the following:", - "value": "$300", - "answer": "card catalogue", - "round": "Jeopardy!", - "show_number": "3135", - "fullAnswer": "a card catalogue" - }, { "category": "PEOPLE & PLACES", "air_date": "1998-03-27", @@ -899149,16 +851739,6 @@ "show_number": "3135", "fullAnswer": "rattlesnakes" }, - { - "category": "RYDELL HIGH ALUMNI", - "air_date": "1998-03-27", - "question": "Seen here, she \"took on\" \"Grease\" in London's West End", - "value": "$800", - "answer": "Tracey Ullman", - "round": "Jeopardy!", - "show_number": "3135", - "fullAnswer": "Tracey Ullman" - }, { "category": "UNSOLVED MYSTERIES", "air_date": "1998-03-27", @@ -899264,7 +851844,7 @@ "air_date": "1998-03-27", "question": "This 1726 novel reported that the emperor's largest horses were \"each about four inches and a half high\"", "value": "$200", - "answer": "Gulliver\\'s Travels", + "answer": "Gulliver's Travels", "round": "Double Jeopardy!", "show_number": "3135", "fullAnswer": "Gulliver\\'s Travels" @@ -899459,16 +852039,6 @@ "show_number": "3135", "fullAnswer": "(Edvard) Munch" }, - { - "category": "WINNIE", - "air_date": "1998-03-27", - "question": "The 5 words that follow the lines spoken here in a June 18, 1940 speech:

\"If the British Empire and its Commonwealth last for a thousand years, men will still say...\"", - "value": "$2,200", - "answer": "this was their finest hour", - "round": "Double Jeopardy!", - "show_number": "3135", - "fullAnswer": "\"this was their finest hour\"" - }, { "category": "LAZYBONES", "air_date": "1998-03-27", @@ -900134,7 +852704,7 @@ "air_date": "1998-03-10", "question": "They're the 3 words found at the top of Mel Blanc's gravestone", "value": null, - "answer": "\\That\\'s All Folks\\", + "answer": "That's All Folks", "round": "Final Jeopardy!", "show_number": "3122", "fullAnswer": "\\\"That\\'s All Folks\\\"" @@ -900914,7 +853484,7 @@ "air_date": "2005-11-14", "question": "At N.Y.'s Vassar global feminism & postmodern feminism are 2 of the courses offered in this program", "value": "$600", - "answer": "women\\'s studies", + "answer": "women's studies", "round": "Jeopardy!", "show_number": "4871", "fullAnswer": "women\\'s studies" @@ -900989,16 +853559,6 @@ "show_number": "4871", "fullAnswer": "the Fourth Estate" }, - { - "category": "IN THE NEWS 2005", - "air_date": "2005-11-14", - "question": "(Hi, I'm Nancy Grace with CNN Headline News.) On a busy March 16, 2005, I reported on Scott Peterson's death sentence & this actor's murder acquittal", - "value": "$1000", - "answer": "Robert Blake", - "round": "Jeopardy!", - "show_number": "4871", - "fullAnswer": "Robert Blake" - }, { "category": "SCARY MOVIES", "air_date": "2005-11-14", @@ -901089,16 +853649,6 @@ "show_number": "4871", "fullAnswer": "a bull" }, - { - "category": "A CLOSE LOOK AT ART", - "air_date": "2005-11-14", - "question": "(Kelly of the Clue Crew points to paints & pigments.) \"The clash of colors, like the different greens, express the terrible passions of humanity\", wrote this artist", - "value": "$400", - "answer": "Van Gogh", - "round": "Double Jeopardy!", - "show_number": "4871", - "fullAnswer": "Van Gogh" - }, { "category": "\"UMP\" IT UP", "air_date": "2005-11-14", @@ -901209,16 +853759,6 @@ "show_number": "4871", "fullAnswer": "the sirens" }, - { - "category": "A CLOSE LOOK AT ART", - "air_date": "2005-11-14", - "question": "(Kelly of the Clue Crew poses with a Pontormo painting.) As painters often do, Pontormo inserted one of these into his work called \"Deposition\"", - "value": "$1200", - "answer": "self-portait", - "round": "Double Jeopardy!", - "show_number": "4871", - "fullAnswer": "a self-portait" - }, { "category": "\"UMP\" IT UP", "air_date": "2005-11-14", @@ -901329,16 +853869,6 @@ "show_number": "4871", "fullAnswer": "Cape Horn" }, - { - "category": "A CLOSE LOOK AT ART", - "air_date": "2005-11-14", - "question": "(Jon of the Clue Crew poses with a seascape.) W.H. Auden wrote, \"Everything turns away quite leisurely from a disaster\" in Bruegel's \"Landscape with the Fall of\" this mythical flier", - "value": "$2000", - "answer": "Icarus", - "round": "Double Jeopardy!", - "show_number": "4871", - "fullAnswer": "Icarus" - }, { "category": "\"UMP\" IT UP", "air_date": "2005-11-14", @@ -901789,16 +854319,6 @@ "show_number": "5115", "fullAnswer": "Orange" }, - { - "category": "THE DONALD", - "air_date": "2006-12-01", - "question": "This Donald Lipski sculpture shares its name with a Marjorie Kinnan Rawlings work", - "value": "$1200", - "answer": "Yearling", - "round": "Double Jeopardy!", - "show_number": "5115", - "fullAnswer": "The Yearling" - }, { "category": "'90s POP CULTURE", "air_date": "2006-12-01", @@ -902029,16 +854549,6 @@ "show_number": "4666", "fullAnswer": "teepee" }, - { - "category": "JOURNALISM", - "air_date": "2004-12-13", - "question": "(I'm Aaron Brown of CNN.) This 5-letter word is slang for an exclusive news story acquired before one's competitors", - "value": "$400", - "answer": "scoop", - "round": "Jeopardy!", - "show_number": "4666", - "fullAnswer": "a scoop" - }, { "category": "PEOPLE ON THE MAP", "air_date": "2004-12-13", @@ -902079,16 +854589,6 @@ "show_number": "4666", "fullAnswer": "Ulysses S. Grant" }, - { - "category": "RHYME TIME", - "air_date": "2004-12-13", - "question": "The title of this Dr. Seuss book is evident from the illustration seen here", - "value": "$400", - "answer": "Hop on Pop", - "round": "Jeopardy!", - "show_number": "4666", - "fullAnswer": "Hop on Pop" - }, { "category": "JOURNALISM", "air_date": "2004-12-13", @@ -902144,21 +854644,11 @@ "air_date": "2004-12-13", "question": "Varieties of this brand of seasoned coating mix from Kraft include Tangy Honey Glaze & Original Pork", "value": "$600", - "answer": "Shake \\'n Bake", + "answer": "Shake 'n Bake", "round": "Jeopardy!", "show_number": "4666", "fullAnswer": "Shake \\'n Bake" }, - { - "category": "JOURNALISM", - "air_date": "2004-12-13", - "question": "(Hi, I'm Bob Woodward.) A popular expression says that \"a good reporter never reveals\" this, & I'll be the first to agree", - "value": "$800", - "answer": "sources", - "round": "Jeopardy!", - "show_number": "4666", - "fullAnswer": "the sources" - }, { "category": "PEOPLE ON THE MAP", "air_date": "2004-12-13", @@ -902239,16 +854729,6 @@ "show_number": "4666", "fullAnswer": "Chicago" }, - { - "category": "DON WE NOW OUR GUY APPAREL", - "air_date": "2004-12-13", - "question": "(Hi, I'm Tucker Carlsen of CNN's Crossfire.) Among the many influential men to wear bow ties is this great Spanish poet & author of \"The House of Bernarda Alba\" ", - "value": "$1000", - "answer": "Lorca", - "round": "Jeopardy!", - "show_number": "4666", - "fullAnswer": "(Frederic Garcia) Lorca" - }, { "category": "PRESIDENTIAL MIDDLE NAMES", "air_date": "2004-12-13", @@ -902339,16 +854819,6 @@ "show_number": "4666", "fullAnswer": "Ordinary People" }, - { - "category": "MAYBE YOU HAVE TO BE A NUCLEAR PHYSICIST", - "air_date": "2004-12-13", - "question": "(Cheryl of the Clue Crew stands at a blackboard.) In the familiar atomic symbol, the dots represent these little guys", - "value": "$800", - "answer": "electrons", - "round": "Double Jeopardy!", - "show_number": "4666", - "fullAnswer": "electrons" - }, { "category": "THE VEGETABLE GARDEN", "air_date": "2004-12-13", @@ -902419,16 +854889,6 @@ "show_number": "4666", "fullAnswer": "the bulb" }, - { - "category": "I CAN SEE YOUR HOUSE FROM HERE!", - "air_date": "2004-12-13", - "question": "\"Vulcan\", the U.S.A.'s largest cast-iron statue, is seen here, looking down on this Southern city", - "value": "$3,000", - "answer": "Birmingham, Alabama", - "round": "Double Jeopardy!", - "show_number": "4666", - "fullAnswer": "Birmingham, Alabama" - }, { "category": "18th CENTURY QUOTES", "air_date": "2004-12-13", @@ -902539,16 +854999,6 @@ "show_number": "4666", "fullAnswer": "a tomato" }, - { - "category": "I CAN SEE YOUR HOUSE FROM HERE!", - "air_date": "2004-12-13", - "question": "The view of Rio seen here is from this mountain", - "value": "$2000", - "answer": "Corcovado", - "round": "Double Jeopardy!", - "show_number": "4666", - "fullAnswer": "Corcovado" - }, { "category": "18th CENTURY QUOTES", "air_date": "2004-12-13", @@ -902789,16 +855239,6 @@ "show_number": "1214", "fullAnswer": "hair" }, - { - "category": "TV TRIVIA", - "air_date": "1989-12-07", - "question": "Joe Piscopo called this TV show's theme, heard here, \"the most annoying theme song in the world\":", - "value": "$500", - "answer": "Entertainment Tonight", - "round": "Jeopardy!", - "show_number": "1214", - "fullAnswer": "Entertainment Tonight" - }, { "category": "CHILDREN'S LITERATURE", "air_date": "1989-12-07", @@ -903309,16 +855749,6 @@ "show_number": "6053", "fullAnswer": "the baby blues" }, - { - "category": "JOHANNES BRAHMS", - "air_date": "2010-12-29", - "question": "It's the name of the familiar Brahms composition heard here", - "value": "$600", - "answer": "Lullaby", - "round": "Jeopardy!", - "show_number": "6053", - "fullAnswer": "Lullaby" - }, { "category": "A DAY AT THE HORSE RACES", "air_date": "2010-12-29", @@ -903479,16 +855909,6 @@ "show_number": "6053", "fullAnswer": "putty" }, - { - "category": "\"BABY\" TALK", - "air_date": "2010-12-29", - "question": "We only have eyes for this primate seen here", - "value": "$1000", - "answer": "bush baby", - "round": "Jeopardy!", - "show_number": "6053", - "fullAnswer": "a bush baby" - }, { "category": "ISLAND NATIONS", "air_date": "2010-12-29", @@ -903529,16 +855949,6 @@ "show_number": "6053", "fullAnswer": "ear, nose and throat" }, - { - "category": "20th CENTURY FACES", - "air_date": "2010-12-29", - "question": "In 1927 the wealth of this notorious person seen here was estimated at around $100 million dollars", - "value": "$400", - "answer": "Al Capone", - "round": "Double Jeopardy!", - "show_number": "6053", - "fullAnswer": "Al Capone" - }, { "category": "BABY TALK", "air_date": "2010-12-29", @@ -903589,16 +855999,6 @@ "show_number": "6053", "fullAnswer": "pulmonary" }, - { - "category": "20th CENTURY FACES", - "air_date": "2010-12-29", - "question": "In WWI, this future first lady worked for the Navy Marine Corps Relief Society", - "value": "$800", - "answer": "Eleanor Roosevelt", - "round": "Double Jeopardy!", - "show_number": "6053", - "fullAnswer": "Eleanor Roosevelt" - }, { "category": "BABY TALK", "air_date": "2010-12-29", @@ -903609,16 +856009,6 @@ "show_number": "6053", "fullAnswer": "a cradle" }, - { - "category": "ISLAND NATIONS", - "air_date": "2010-12-29", - "question": "2 main islands, a large one that's home to about 95% of the population and a smaller one make up this country", - "value": "$1200", - "answer": "Trinidad and Tobago", - "round": "Double Jeopardy!", - "show_number": "6053", - "fullAnswer": "Trinidad and Tobago" - }, { "category": "TV CHARACTERS", "air_date": "2010-12-29", @@ -903649,16 +856039,6 @@ "show_number": "6053", "fullAnswer": "blood sugar" }, - { - "category": "20th CENTURY FACES", - "air_date": "2010-12-29", - "question": "In 1951 this reclusive and not so prolific author rocketed to a fame that he didn't particularly want", - "value": "$1200", - "answer": "J.D. Salinger", - "round": "Double Jeopardy!", - "show_number": "6053", - "fullAnswer": "J.D. Salinger" - }, { "category": "BABY TALK", "air_date": "2010-12-29", @@ -903709,16 +856089,6 @@ "show_number": "6053", "fullAnswer": "non-steroid anti-inflammatory drugs" }, - { - "category": "20th CENTURY FACES", - "air_date": "2010-12-29", - "question": "He had a bitter clash of Stalin over the defense of the city of Tsaritsin; Stalin would have the last word", - "value": "$1600", - "answer": "Leon Trotsky", - "round": "Double Jeopardy!", - "show_number": "6053", - "fullAnswer": "Leon Trotsky" - }, { "category": "BABY TALK", "air_date": "2010-12-29", @@ -903749,36 +856119,6 @@ "show_number": "6053", "fullAnswer": "Ralph Kramden" }, - { - "category": "FLY ME WITH BALLOONS", - "air_date": "2010-12-29", - "question": "The oddly shaped balloon seen here was part of a collection belonging to this publisher who died in 1990", - "value": "$2000", - "answer": "Malcolm Forbes", - "round": "Double Jeopardy!", - "show_number": "6053", - "fullAnswer": "Malcolm Forbes" - }, - { - "category": "MED. ABBREV.", - "air_date": "2010-12-29", - "question": "(Dr. Oz gives the clue) Doctor slang can be confusing to patients, like \"cabbage\" for CABG, this operation done is case of atherosclerosis", - "value": "$2000", - "answer": "coronary artery bypass graft", - "round": "Double Jeopardy!", - "show_number": "6053", - "fullAnswer": "coronary artery bypass graft" - }, - { - "category": "20th CENTURY FACES", - "air_date": "2010-12-29", - "question": "Please appease me and name this world leader seen here", - "value": "$2000", - "answer": "Chamberlain", - "round": "Double Jeopardy!", - "show_number": "6053", - "fullAnswer": "(Neville) Chamberlain" - }, { "category": "BABY TALK", "air_date": "2010-12-29", @@ -904099,16 +856439,6 @@ "show_number": "5179", "fullAnswer": "contiguous" }, - { - "category": "PLASMA PHYSICS", - "air_date": "2007-03-01", - "question": "(Cheryl of the Clue Crew presents from the Plasma Physics Lab at Princeton.) To produce energy, scientists are experimenting with plasma, a charged medium, sometimes called the fourth one of these after solid, liquid & gas", - "value": "$400", - "answer": "phase of matter ", - "round": "Double Jeopardy!", - "show_number": "5179", - "fullAnswer": "phase of matter (or state of matter)" - }, { "category": "MOVIE MANIA", "air_date": "2007-03-01", @@ -904159,16 +856489,6 @@ "show_number": "5179", "fullAnswer": "the Red Sea" }, - { - "category": "PLASMA PHYSICS", - "air_date": "2007-03-01", - "question": "(Cheryl of the Clue Crew presents from the Plasma Physics Lab at Princeton.) As fuel, fusion reactors use deuterium & tritium, isotopes of this element that contains one proton & one electron", - "value": "$800", - "answer": "hydrogen", - "round": "Double Jeopardy!", - "show_number": "5179", - "fullAnswer": "hydrogen" - }, { "category": "MOVIE MANIA", "air_date": "2007-03-01", @@ -904219,16 +856539,6 @@ "show_number": "5179", "fullAnswer": "Nazareth" }, - { - "category": "PLASMA PHYSICS", - "air_date": "2007-03-01", - "question": "(Sarah of the Clue Crew presents from the Plasma Physics Lab at Princeton.) Scientists are experimenting with plasma as a means to sterilize food containers & destroy spores of these microorganisms of the kingdom Monera", - "value": "$1200", - "answer": "bacteria", - "round": "Double Jeopardy!", - "show_number": "5179", - "fullAnswer": "bacteria" - }, { "category": "MOVIE MANIA", "air_date": "2007-03-01", @@ -904259,16 +856569,6 @@ "show_number": "5179", "fullAnswer": "Osaka" }, - { - "category": "BROTHER", - "air_date": "2007-03-01", - "question": "The 19th century portrait of these two literary German brothers seen here is no folk tale", - "value": "$1200", - "answer": "Brothers Grimm", - "round": "Double Jeopardy!", - "show_number": "5179", - "fullAnswer": "the Brothers Grimm" - }, { "category": "WHERE ART THOU?", "air_date": "2007-03-01", @@ -904279,16 +856579,6 @@ "show_number": "5179", "fullAnswer": "the Sea of Galilee" }, - { - "category": "PLASMA PHYSICS", - "air_date": "2007-03-01", - "question": "(Sarah of the Clue Crew presents from the Plasma Physics Lab at Princeton.) In generating fusion energy, scientists are experimenting with this lightest metal, also used in cell phone batteries", - "value": "$2,000", - "answer": "lithium", - "round": "Double Jeopardy!", - "show_number": "5179", - "fullAnswer": "lithium" - }, { "category": "MOVIE MANIA", "air_date": "2007-03-01", @@ -904339,16 +856629,6 @@ "show_number": "5179", "fullAnswer": "Ur" }, - { - "category": "PLASMA PHYSICS", - "air_date": "2007-03-01", - "question": "(Sarah of the Clue Crew presents from the Plasma Physics Lab at Princeton.) The plasma in the reactor is heated to about one hundred million degrees Celsius, more than six times hotter than the sun, & has to be confined using this type of field", - "value": "$2000", - "answer": "magnetic", - "round": "Double Jeopardy!", - "show_number": "5179", - "fullAnswer": "magnetic" - }, { "category": "MOVIE MANIA", "air_date": "2007-03-01", @@ -904539,26 +856819,6 @@ "show_number": "4959", "fullAnswer": "Hamlet" }, - { - "category": "COMEDY OF ERRORS", - "air_date": "2006-03-16", - "question": "Appropriately, it's this comedy in which Groucho as Prof. Wagstaff says, \"I'd horsewhip you--if I had a horse\"", - "value": "$600", - "answer": "Horse Feathers", - "round": "Jeopardy!", - "show_number": "4959", - "fullAnswer": "Horse Feathers" - }, - { - "category": "TWELFTH NIGHT", - "air_date": "2006-03-16", - "question": "Seen here, she represented New York's 12th District in the House of Representatives from 1969-1983", - "value": "$600", - "answer": "Shirley Chisholm", - "round": "Jeopardy!", - "show_number": "4959", - "fullAnswer": "Shirley Chisholm" - }, { "category": "KING JOHN", "air_date": "2006-03-16", @@ -904749,16 +857009,6 @@ "show_number": "4959", "fullAnswer": "American Airlines" }, - { - "category": "SURVIVOR GEOGRAPHY", - "air_date": "2006-03-16", - "question": "(Jeff Probst gives the clue from a rocky exotic locale.) \"Survivor: Vanuatu\" & \"Survivor: Palau\" both took place in this ocean", - "value": "$400", - "answer": "Pacific Ocean", - "round": "Double Jeopardy!", - "show_number": "4959", - "fullAnswer": "the Pacific Ocean" - }, { "category": "SILENT \"G\"", "air_date": "2006-03-16", @@ -904809,16 +857059,6 @@ "show_number": "4959", "fullAnswer": "Alitalia" }, - { - "category": "SURVIVOR GEOGRAPHY", - "air_date": "2006-03-16", - "question": "(Jeff Probst delivers from near a small grove of trees.) The sixth \"Survivor\" was along this river that has more than 10 times the volume of flow of the Mississippi", - "value": "$800", - "answer": "Amazon", - "round": "Double Jeopardy!", - "show_number": "4959", - "fullAnswer": "the Amazon" - }, { "category": "SILENT \"G\"", "air_date": "2006-03-16", @@ -904829,16 +857069,6 @@ "show_number": "4959", "fullAnswer": "resigning" }, - { - "category": "WORLD LEADERS", - "air_date": "2006-03-16", - "question": "(Jimmy of the Clue Crew strolls through a shipyard in Gdansk, Poland.) I'm in what's in now simply called the Gdansk Shipyard; during Polish Communist rule, it was named for this man", - "value": "$1200", - "answer": "Lenin", - "round": "Double Jeopardy!", - "show_number": "4959", - "fullAnswer": "Lenin" - }, { "category": "1960s ROCK LYRICS", "air_date": "2006-03-16", @@ -904854,7 +857084,7 @@ "air_date": "2006-03-16", "question": "After quitting a 1950s series, he quipped, \"When you've made 6 pictures and the mule still gets more fan mail...\"", "value": "$1200", - "answer": "Donald O\\'Connor", + "answer": "Donald O'Connor", "round": "Double Jeopardy!", "show_number": "4959", "fullAnswer": "Donald O\\'Connor" @@ -904869,16 +857099,6 @@ "show_number": "4959", "fullAnswer": "Delta" }, - { - "category": "SURVIVOR GEOGRAPHY", - "air_date": "2006-03-16", - "question": "(Jeff Probst reads from near the thicket of trees again.) In 2005 \"Survivor\" went to the Maya Empire in this most populous Central American country", - "value": "$1200", - "answer": "Guatemala", - "round": "Double Jeopardy!", - "show_number": "4959", - "fullAnswer": "Guatemala" - }, { "category": "SILENT \"G\"", "air_date": "2006-03-16", @@ -904929,16 +857149,6 @@ "show_number": "4959", "fullAnswer": "Eastern" }, - { - "category": "SURVIVOR GEOGRAPHY", - "air_date": "2006-03-16", - "question": "(Jeff Probst reads from near some foliage.) In the 2nd season, castaways made camp in the Outback of this \"royal\" Australian state", - "value": "$1600", - "answer": "Queensland", - "round": "Double Jeopardy!", - "show_number": "4959", - "fullAnswer": "Queensland" - }, { "category": "SILENT \"G\"", "air_date": "2006-03-16", @@ -904949,16 +857159,6 @@ "show_number": "4959", "fullAnswer": "benign" }, - { - "category": "WORLD LEADERS", - "air_date": "2006-03-16", - "question": "(Jimmy reads from the streets of Lubeck, Germany.) This Lubeck-born West German chancellor said, \"I always carried a piece of Lubeck with me wherever I had to go\"", - "value": "$2000", - "answer": "Willy Brandt", - "round": "Double Jeopardy!", - "show_number": "4959", - "fullAnswer": "Willy Brandt" - }, { "category": "1960s ROCK LYRICS", "air_date": "2006-03-16", @@ -904989,26 +857189,6 @@ "show_number": "4959", "fullAnswer": "British Airways" }, - { - "category": "SURVIVOR GEOGRAPHY", - "air_date": "2006-03-16", - "question": "(Jeff Probst for a final time.) In the 1st \"Survivor\", when you were voted off the island, it was Pulau Tiga, off Borneo, in this sea", - "value": "$2000", - "answer": "South China Sea", - "round": "Double Jeopardy!", - "show_number": "4959", - "fullAnswer": "the South China Sea" - }, - { - "category": "SILENT \"G\"", - "air_date": "2006-03-16", - "question": "Ring the bells & tell us the style of bed seen here", - "value": "$2000", - "answer": "sleigh", - "round": "Double Jeopardy!", - "show_number": "4959", - "fullAnswer": "sleigh" - }, { "category": "FOOD LORE", "air_date": "2006-03-16", @@ -905154,7 +857334,7 @@ "air_date": "2006-01-18", "question": "Billy Bush, a first cousin to W., hosted a 2003 revival of this classic Monty Hall game show", "value": "$600", - "answer": "Let\\'s Make a Deal", + "answer": "Let's Make a Deal", "round": "Jeopardy!", "show_number": "4918", "fullAnswer": "Let\\'s Make a Deal" @@ -905289,16 +857469,6 @@ "show_number": "4918", "fullAnswer": "Gloria Macapagal-Arroyo" }, - { - "category": "REBUILDING", - "air_date": "2006-01-18", - "question": "(Cheryl of the Clue Crew delivers the clue from the Pentagon.) The post-9/11 rebuilding of the Pentagon \"where rebirth will arise from destruction\" was nicknamed this project by workers", - "value": "$1,000", - "answer": "Project Phoenix", - "round": "Jeopardy!", - "show_number": "4918", - "fullAnswer": "\"Project Phoenix\"" - }, { "category": "DOUBLE \"L\"", "air_date": "2006-01-18", @@ -905499,26 +857669,6 @@ "show_number": "4918", "fullAnswer": "China" }, - { - "category": "BIOLOGY", - "air_date": "2006-01-18", - "question": "(Jon of the Clue Crew delivers the clue from the Primate Center at Duke University.) Researchers here at Duke believe that when one lemur of this species meets another, it looks first at the distinctive feature it's named for", - "value": "$1600", - "answer": "ring-tail", - "round": "Double Jeopardy!", - "show_number": "4918", - "fullAnswer": "the ring-tail" - }, - { - "category": "PRIMETIME TV", - "air_date": "2006-01-18", - "question": "(Hi. I'm Julie Bowen, and) I appeared on 9 episodes of \"ER\" as Noah Wyle's girlfriend, a series that was created by this \"Jurassic Park\" author", - "value": "$1600", - "answer": "Michael Crichton", - "round": "Double Jeopardy!", - "show_number": "4918", - "fullAnswer": "Michael Crichton" - }, { "category": "LITERARY CROSSWORD CLUES \"G\"", "air_date": "2006-01-18", @@ -905924,7 +858074,7 @@ "air_date": "1998-09-28", "question": "Willie Sutton's oft-quoted answer when asked why he robbed banks", "value": "$500", - "answer": "Because that\\'s where the money is!", + "answer": "Because that's where the money is!", "round": "Jeopardy!", "show_number": "3231", "fullAnswer": "\"Because that\\'s where the money is!\"" @@ -906554,7 +858704,7 @@ "air_date": "1993-12-01", "question": "This group's corporate bodies are the Watchtower Bible & Tract Societies of PA & NY", "value": "$200", - "answer": "Jehovah\\'s Witnesses", + "answer": "Jehovah's Witnesses", "round": "Double Jeopardy!", "show_number": "2128", "fullAnswer": "Jehovah\\'s Witnesses" @@ -907554,7 +859704,7 @@ "air_date": "2002-12-05", "question": "The kids will feel right at home in one of the Golden Arch Hotels opened by this company in 2000", "value": "$400", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "4204", "fullAnswer": "McDonald\\'s" @@ -907714,7 +859864,7 @@ "air_date": "2002-12-05", "question": "All Saints' Day, November 1, is followed by All this Day on November 2", "value": "$1000", - "answer": "All Souls\\' Day", + "answer": "All Souls' Day", "round": "Jeopardy!", "show_number": "4204", "fullAnswer": "All Souls\\' Day" @@ -908799,16 +860949,6 @@ "show_number": "5766", "fullAnswer": "June" }, - { - "category": "NATIONAL INQUIRER", - "air_date": "2009-10-12", - "question": "Seen here is a young boy in 1930 wearing the national costume of this European nation of 10.7 million", - "value": "$600", - "answer": "Greece", - "round": "Jeopardy!", - "show_number": "5766", - "fullAnswer": "Greece" - }, { "category": "ANAGRAMS INC.", "air_date": "2009-10-12", @@ -908959,16 +861099,6 @@ "show_number": "5766", "fullAnswer": "the Mormon Tabernacle" }, - { - "category": "WAR FILMS", - "air_date": "2009-10-12", - "question": "One of the last lines of this Vietnam war-set film is \"The horror... the horror\"", - "value": "$400", - "answer": "Apocalypse Now", - "round": "Double Jeopardy!", - "show_number": "5766", - "fullAnswer": "Apocalypse Now" - }, { "category": "ALLITERATIVE NOVEL PERSONAGES", "air_date": "2009-10-12", @@ -909019,16 +861149,6 @@ "show_number": "5766", "fullAnswer": "West Point (the U.S. Military Academy)" }, - { - "category": "WAR FILMS", - "air_date": "2009-10-12", - "question": "(Sarah of the Clue Crew reports from the Normandy American Cemetery in France.) Of the band of brothers here at the Normandy American Cemetery, 33 are side-by-side with their actual brothers, including Preston & Robert Niland, who inspired this Tom Hanks film", - "value": "$800", - "answer": "Saving Private Ryan", - "round": "Double Jeopardy!", - "show_number": "5766", - "fullAnswer": "Saving Private Ryan" - }, { "category": "ALLITERATIVE NOVEL PERSONAGES", "air_date": "2009-10-12", @@ -909229,16 +861349,6 @@ "show_number": "5766", "fullAnswer": "PlayStation Portable" }, - { - "category": "PRESIDENTIAL PETS", - "air_date": "2009-10-12", - "question": "Here's this president's wife Grace with their pet raccoon Rebecca", - "value": "$2000", - "answer": "Calvin Coolidge", - "round": "Double Jeopardy!", - "show_number": "5766", - "fullAnswer": "Calvin Coolidge" - }, { "category": "GOTTA HAVE \"PUL\"", "air_date": "2009-10-12", @@ -909579,16 +861689,6 @@ "show_number": "5611", "fullAnswer": "Chris Rock" }, - { - "category": "BASKETMAKING", - "air_date": "2009-01-19", - "question": "(Kelly of the Clue Crew reads from outside a building shaped like a picnic basket.) It's the last name of Dave, the company founder who had the idea for this building; people thought he was joking, but as you can see...", - "value": "$400", - "answer": "Longaberger", - "round": "Double Jeopardy!", - "show_number": "5611", - "fullAnswer": "Longaberger" - }, { "category": "YOU GOTTA HAVE ART", "air_date": "2009-01-19", @@ -909679,16 +861779,6 @@ "show_number": "5611", "fullAnswer": "a cyst" }, - { - "category": "SCIENCE FACT", - "air_date": "2009-01-19", - "question": "The toy seen here is demonstrating the conservation of momentum & of this, formulated by Helmholtz in 1847", - "value": "$1200", - "answer": "energy", - "round": "Double Jeopardy!", - "show_number": "5611", - "fullAnswer": "energy" - }, { "category": "TV SERIES NARRATORS", "air_date": "2009-01-19", @@ -909699,16 +861789,6 @@ "show_number": "5611", "fullAnswer": "Zach Braff" }, - { - "category": "BASKETMAKING", - "air_date": "2009-01-19", - "question": "(Kelly of the Clue Crew reports.) This hardwood is noted for its pliable & durable strips--two reasons it's used for basketball courts, bowling alleys & all baskets here at Longaberger", - "value": "$1200", - "answer": "maple", - "round": "Double Jeopardy!", - "show_number": "5611", - "fullAnswer": "maple" - }, { "category": "YOU GOTTA HAVE ART", "air_date": "2009-01-19", @@ -909819,16 +861899,6 @@ "show_number": "5611", "fullAnswer": "Michael C. Hall" }, - { - "category": "BASKETMAKING", - "air_date": "2009-01-19", - "question": "(Jon of the Clue Crew reads.) The strips used by the basket weavers here at Longaberger are cut from thin sheets of wood called this, also something used as an outer layer", - "value": "$2000", - "answer": "veneers", - "round": "Double Jeopardy!", - "show_number": "5611", - "fullAnswer": "veneers" - }, { "category": "YOU GOTTA HAVE ART", "air_date": "2009-01-19", @@ -910314,7 +862384,7 @@ "air_date": "1999-03-11", "question": "In 1992 Gregory Hines starred on Broadway in this musical about the life of Jelly Roll Morton", "value": "$600", - "answer": "Jelly\\'s Last Jam", + "answer": "Jelly's Last Jam", "round": "Double Jeopardy!", "show_number": "3349", "fullAnswer": "\"Jelly\\'s Last Jam\"" @@ -910599,16 +862669,6 @@ "show_number": "1175", "fullAnswer": "Arlington National Cemetery" }, - { - "category": "SINGERS", - "air_date": "1989-10-13", - "question": "He had a No. 1 hit with the following from the film \"White Nights\":

\"Say you, say me, say it for always...\"", - "value": "$600", - "answer": "Lionel Richie", - "round": "Jeopardy!", - "show_number": "1175", - "fullAnswer": "Lionel Richie" - }, { "category": "JEWELRY", "air_date": "1989-10-13", @@ -910864,7 +862924,7 @@ "air_date": "1989-10-13", "question": "In 1981 James G. Nourse hit the best seller list with \"The Simple Solution To\" this puzzle", "value": "$400", - "answer": "Rubik\\'s Cube", + "answer": "Rubik's Cube", "round": "Double Jeopardy!", "show_number": "1175", "fullAnswer": "Rubik\\'s Cube" @@ -911084,7 +863144,7 @@ "air_date": "1999-02-11", "question": "This \"good\" soup became \"M'm! M'm! Better!\"", "value": "$100", - "answer": "Campbell\\'s soup", + "answer": "Campbell's soup", "round": "Jeopardy!", "show_number": "3329", "fullAnswer": "Campbell\\'s soup" @@ -911949,16 +864009,6 @@ "show_number": "3031", "fullAnswer": "Fickle" }, - { - "category": "WHAT'S YOUR SYMBOL?", - "air_date": "1997-11-03", - "question": "[video clue]", - "value": "$200", - "answer": "no dogs allowed", - "round": "Double Jeopardy!", - "show_number": "3031", - "fullAnswer": "no dogs allowed" - }, { "category": "U.S. CITIES", "air_date": "1997-11-03", @@ -912009,16 +864059,6 @@ "show_number": "3031", "fullAnswer": "crossbones" }, - { - "category": "WHAT'S YOUR SYMBOL?", - "air_date": "1997-11-03", - "question": "[video clue]", - "value": "$400", - "answer": "Justice Department", - "round": "Double Jeopardy!", - "show_number": "3031", - "fullAnswer": "the Justice Department" - }, { "category": "U.S. CITIES", "air_date": "1997-11-03", @@ -912054,7 +864094,7 @@ "air_date": "1997-11-03", "question": "In 1996 France's synchronized swim team planned a Holocaust-based Olympic routine to this Spielberg film's music", "value": "$400", - "answer": "Schindler\\'s List", + "answer": "Schindler's List", "round": "Double Jeopardy!", "show_number": "3031", "fullAnswer": "Schindler\\'s List" @@ -912069,16 +864109,6 @@ "show_number": "3031", "fullAnswer": "cross country" }, - { - "category": "WHAT'S YOUR SYMBOL?", - "air_date": "1997-11-03", - "question": "[video clue]", - "value": "$600", - "answer": "radioactive", - "round": "Double Jeopardy!", - "show_number": "3031", - "fullAnswer": "radioactive" - }, { "category": "U.S. CITIES", "air_date": "1997-11-03", @@ -912129,16 +864159,6 @@ "show_number": "3031", "fullAnswer": "Crossfire" }, - { - "category": "WHAT'S YOUR SYMBOL?", - "air_date": "1997-11-03", - "question": "The 3 methods seen here for showing the letter \"A\":", - "value": "$1,200", - "answer": "sign language, semaphore & braille", - "round": "Double Jeopardy!", - "show_number": "3031", - "fullAnswer": "sign language, semaphore & braille" - }, { "category": "U.S. CITIES", "air_date": "1997-11-03", @@ -912169,16 +864189,6 @@ "show_number": "3031", "fullAnswer": "the 7 deadly sins" }, - { - "category": "FILMS OF THE '90s", - "air_date": "1997-11-03", - "question": "1996 film that features the love theme heard here:", - "value": "$1,300", - "answer": "Jerry Maguire", - "round": "Double Jeopardy!", - "show_number": "3031", - "fullAnswer": "Jerry Maguire" - }, { "category": "\"CROSS\"TALK", "air_date": "1997-11-03", @@ -912189,16 +864199,6 @@ "show_number": "3031", "fullAnswer": "Holy Cross" }, - { - "category": "WHAT'S YOUR SYMBOL?", - "air_date": "1997-11-03", - "question": "[video clue]", - "value": "$1000", - "answer": "drug store ", - "round": "Double Jeopardy!", - "show_number": "3031", - "fullAnswer": "drug store (or pharmacy)" - }, { "category": "U.S. CITIES", "air_date": "1997-11-03", @@ -912554,7 +864554,7 @@ "air_date": "2003-06-12", "question": "Yes Sir, it's the AFROTC", "value": "$1000", - "answer": "Air Force Reserve Officers\\' Training Corps", + "answer": "Air Force Reserve Officers' Training Corps", "round": "Jeopardy!", "show_number": "4339", "fullAnswer": "Air Force Reserve Officers\\' Training Corps" @@ -913664,7 +865664,7 @@ "air_date": "1999-03-22", "question": "Your father's protective football gear", "value": "$400", - "answer": "dad\\'s pads", + "answer": "dad's pads", "round": "Jeopardy!", "show_number": "3356", "fullAnswer": "dad\\'s pads" @@ -914469,16 +866469,6 @@ "show_number": "523", "fullAnswer": "the most" }, - { - "category": "SPINELESS JELLYFISH", - "air_date": "1986-12-10", - "question": "Title of the following:

\"Promise me, Son, not to do the things I've done / Walk away from trouble if you can / Now, it won't mean you're weak if you turn the other cheek / I hope you're old enough to understand...\"", - "value": "$300", - "answer": "Coward Of The County", - "round": "Double Jeopardy!", - "show_number": "523", - "fullAnswer": "\"Coward Of The County\"" - }, { "category": "LANGUAGES", "air_date": "1986-12-10", @@ -914609,16 +866599,6 @@ "show_number": "3826", "fullAnswer": "Old Faithful" }, - { - "category": "LANCES", - "air_date": "2001-04-02", - "question": "Lance Bass is one of the members of this band seen here:", - "value": "$100", - "answer": "\\'N Sync ", - "round": "Jeopardy!", - "show_number": "3826", - "fullAnswer": "\\'N Sync (\"Bye Bye Bye\")" - }, { "category": "-OLOGIES", "air_date": "2001-04-02", @@ -915089,16 +867069,6 @@ "show_number": "3826", "fullAnswer": "Duke of York (hence, New York)" }, - { - "category": "POP CULTURE", - "air_date": "2001-04-02", - "question": "He's the \"youthful\" spirited rapper seen here:", - "value": "$800", - "answer": "Kid Rock", - "round": "Double Jeopardy!", - "show_number": "3826", - "fullAnswer": "Kid Rock" - }, { "category": "WOMEN OF THE WORLD", "air_date": "2001-04-02", @@ -915194,7 +867164,7 @@ "air_date": "2001-04-02", "question": "The meat in Eggs Benedict leads a revolt against Virginia's colonial government", "value": "$1000", - "answer": "Canadian Bacon\\'s Rebellion", + "answer": "Canadian Bacon's Rebellion", "round": "Double Jeopardy!", "show_number": "3826", "fullAnswer": "Canadian Bacon\\'s Rebellion" @@ -915544,7 +867514,7 @@ "air_date": "2000-02-24", "question": "As the first line of \"Hamlet\", it's not preceded by \"Knock, knock\"", "value": "$200", - "answer": "Who\\'s there?", + "answer": "Who's there?", "round": "Double Jeopardy!", "show_number": "3569", "fullAnswer": "Who\\'s there?" @@ -915859,16 +867829,6 @@ "show_number": "5806", "fullAnswer": "John Belushi" }, - { - "category": "EUROPEAN CITIES", - "air_date": "2009-12-07", - "question": "(Jimmy of the Clue Crew reports from Bruges, Belgium.) Bruges is crisscrossed by an elegant network of canals, giving rise to one of the city's popular nicknames: it's often called this \"of the North\"", - "value": "$400", - "answer": "Venice", - "round": "Jeopardy!", - "show_number": "5806", - "fullAnswer": "Venice" - }, { "category": "BUSINESS & INDUSTRY", "air_date": "2009-12-07", @@ -916169,16 +868129,6 @@ "show_number": "5806", "fullAnswer": "(Robert Louis) Stevenson" }, - { - "category": "THAT SPORTS VENUE HAS GOT TO GO!", - "air_date": "2009-12-07", - "question": "Seen here is the razing of the roof of this city's arena, once home to its Heat hoops team", - "value": "$800", - "answer": "Miami", - "round": "Double Jeopardy!", - "show_number": "5806", - "fullAnswer": "Miami" - }, { "category": "NOTABLE NAMES", "air_date": "2009-12-07", @@ -916289,16 +868239,6 @@ "show_number": "5806", "fullAnswer": "(Kurt) Vonnegut" }, - { - "category": "THAT SPORTS VENUE HAS GOT TO GO!", - "air_date": "2009-12-07", - "question": "On December 20, 2008 this city's RCA Dome was no longer dome, sweet dome", - "value": "$1600", - "answer": "Indianapolis", - "round": "Double Jeopardy!", - "show_number": "5806", - "fullAnswer": "Indianapolis" - }, { "category": "NOTABLE NAMES", "air_date": "2009-12-07", @@ -916504,7 +868444,7 @@ "air_date": "1991-11-14", "question": "Yacthing is the official magazine of this yachting trophy", "value": "$200", - "answer": "America\\'s Cup", + "answer": "America's Cup", "round": "Jeopardy!", "show_number": "1659", "fullAnswer": "America\\'s Cup" @@ -917644,7 +869584,7 @@ "air_date": "1989-11-03", "question": "In 1986 Giotto, a craft launched by the European Space Agency, got within 335 miles of this comet's nucleus", "value": "$100", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Jeopardy!", "show_number": "1190", "fullAnswer": "Halley\\'s Comet" @@ -917844,7 +869784,7 @@ "air_date": "1989-11-03", "question": "He used to be Hugh Krampe, but he shot to fame as Wyatt Earp under this name", "value": "$400", - "answer": "Hugh O\\' Brien", + "answer": "Hugh O' Brien", "round": "Jeopardy!", "show_number": "1190", "fullAnswer": "Hugh O\\' Brien" @@ -918314,7 +870254,7 @@ "air_date": "1996-01-25", "question": "This '60s TV comedy about the crew of the PT-73 sailed twice onto the big screen", "value": "$200", - "answer": "McHale\\'s Navy", + "answer": "McHale's Navy", "round": "Jeopardy!", "show_number": "2629", "fullAnswer": "\"McHale\\'s Navy\"" @@ -918939,16 +870879,6 @@ "show_number": "4544", "fullAnswer": "grody" }, - { - "category": "PRIMARY COLORS", - "air_date": "2004-05-13", - "question": "It's the color mentioned in the title of the following", - "value": "$800", - "answer": "yellow", - "round": "Jeopardy!", - "show_number": "4544", - "fullAnswer": "yellow" - }, { "category": "SNL PRESIDENTIAL PLAYERS", "air_date": "2004-05-13", @@ -919029,16 +870959,6 @@ "show_number": "4544", "fullAnswer": "9" }, - { - "category": "THE STAR CHAMBER", - "air_date": "2004-05-13", - "question": "This constellation features the twins Pollux & Castor", - "value": "$400", - "answer": "Gemini", - "round": "Double Jeopardy!", - "show_number": "4544", - "fullAnswer": "Gemini" - }, { "category": "W M Ds", "air_date": "2004-05-13", @@ -919089,16 +871009,6 @@ "show_number": "4544", "fullAnswer": "the snowshoe" }, - { - "category": "THE STAR CHAMBER", - "air_date": "2004-05-13", - "question": "Sirius, the brightest point of Canis Major, that's Canis, people, is also called this star", - "value": "$800", - "answer": "dog star", - "round": "Double Jeopardy!", - "show_number": "4544", - "fullAnswer": "the dog star" - }, { "category": "W M Ds", "air_date": "2004-05-13", @@ -919164,7 +871074,7 @@ "air_date": "2004-05-13", "question": "\"Brooklyn Bridge\" was one of the last of her NYC paintings before she moved permanently to New Mexico", "value": "$200", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Double Jeopardy!", "show_number": "4544", "fullAnswer": "Georgia O\\'Keeffe" @@ -919349,26 +871259,6 @@ "show_number": "4041", "fullAnswer": "Vijay Singh" }, - { - "category": "ELLA FITZGERALD", - "air_date": "2002-03-11", - "question": "Ella co-wrote this song heard here, her first hit

\"A brown and yellow basket /
I send a letter to my mommy /
On the way I dropped it...\"
", - "value": "$600", - "answer": "A-Tisket, A-Tasket", - "round": "Jeopardy!", - "show_number": "4041", - "fullAnswer": "\"A-Tisket, A-Tasket\"" - }, - { - "category": "FUN WITH FLOWERS", - "air_date": "2002-03-11", - "question": "(Sofia of the Clue Crew sits in a yoga position at a gym.) The yoga position I'm in shares its name with this water lily that was sacred to the ancient Egyptians", - "value": "$600", - "answer": "lotus", - "round": "Jeopardy!", - "show_number": "4041", - "fullAnswer": "a lotus" - }, { "category": "THE FICTION FILE", "air_date": "2002-03-11", @@ -919434,7 +871324,7 @@ "air_date": "2002-03-11", "question": "This 1979 \"Guide\" by the late Douglas Adams was a novelization of a radio series", "value": "$800", - "answer": "Hitchhiker\\'s Guide to the Galaxy", + "answer": "Hitchhiker's Guide to the Galaxy", "round": "Jeopardy!", "show_number": "4041", "fullAnswer": "The Hitchhiker\\'s Guide to the Galaxy" @@ -919499,16 +871389,6 @@ "show_number": "4041", "fullAnswer": "(Story of) O" }, - { - "category": "YOU'RE MAKING ME HUNGRY!", - "air_date": "2002-03-11", - "question": "(Jimmy and Sarah of the Clue Crew enjoy a taste of New Orleans.) The name of these deep-fried fritters that the Café du Monde is famous for comes from the Middle French word for \"bump\"", - "value": "$1000", - "answer": "beignet", - "round": "Jeopardy!", - "show_number": "4041", - "fullAnswer": "a beignet" - }, { "category": "LOST \"COS\"", "air_date": "2002-03-11", @@ -919519,16 +871399,6 @@ "show_number": "4041", "fullAnswer": "Kevin Costner" }, - { - "category": "OBJETS D'ART", - "air_date": "2002-03-11", - "question": "4-letter term for the type of work seen here--whether successful or not", - "value": "$400", - "answer": "bust", - "round": "Double Jeopardy!", - "show_number": "4041", - "fullAnswer": "a bust" - }, { "category": "INITIAL REACTIONS", "air_date": "2002-03-11", @@ -919599,16 +871469,6 @@ "show_number": "4041", "fullAnswer": "free throw" }, - { - "category": "THE DUSTIN HOFFMAN FILM FESTIVAL", - "air_date": "2002-03-11", - "question": "1969:
\"I'm walking here! I'm walking here!\"", - "value": "$800", - "answer": "Midnight Cowboy", - "round": "Double Jeopardy!", - "show_number": "4041", - "fullAnswer": "Midnight Cowboy" - }, { "category": "WHERE IN THE WORLD IS...?", "air_date": "2002-03-11", @@ -919759,16 +871619,6 @@ "show_number": "4041", "fullAnswer": "the Colorado (River)" }, - { - "category": "OBJETS D'ART", - "air_date": "2002-03-11", - "question": "The late Matisse work seen here shows the technique he called \"drawing with\" these tools", - "value": "$2000", - "answer": "scissors", - "round": "Double Jeopardy!", - "show_number": "4041", - "fullAnswer": "scissors" - }, { "category": "INITIAL REACTIONS", "air_date": "2002-03-11", @@ -919999,16 +871849,6 @@ "show_number": "1630", "fullAnswer": "Salome" }, - { - "category": "MAXIMS & MOTTOS", - "air_date": "1991-10-04", - "question": "Proverb in the title of the following:

\"When I was just a little girl, I asked my mother 'What will I be? Will I be pretty, will I be rich?'...\"", - "value": "$500", - "answer": "que sera sera", - "round": "Jeopardy!", - "show_number": "1630", - "fullAnswer": "\"que sera sera\"" - }, { "category": "U.S. CITIES", "air_date": "1991-10-04", @@ -921104,7 +872944,7 @@ "air_date": "1997-12-04", "question": "It's the contraction for \"am not\" & it is in the dictionary", "value": "$100", - "answer": "Ain\\'t", + "answer": "Ain't", "round": "Jeopardy!", "show_number": "3054", "fullAnswer": "Ain\\'t" @@ -923104,7 +874944,7 @@ "air_date": "1997-12-10", "question": "Hoodman blind is another name for this game", "value": "$500", - "answer": "Blind Man\\'s Bluff", + "answer": "Blind Man's Bluff", "round": "Jeopardy!", "show_number": "3058", "fullAnswer": "Blind Man\\'s Bluff" @@ -923499,16 +875339,6 @@ "show_number": "6090", "fullAnswer": "neither (they weigh the same)" }, - { - "category": "CATS & DOGS", - "air_date": "2011-02-18", - "question": "Despite its name, this dog breed began in Germany", - "value": "$200", - "answer": "Great Dane", - "round": "Jeopardy!", - "show_number": "6090", - "fullAnswer": "the Great Dane" - }, { "category": "LAND \"HA\"!", "air_date": "2011-02-18", @@ -923619,16 +875449,6 @@ "show_number": "6090", "fullAnswer": "helicopter" }, - { - "category": "CATS & DOGS", - "air_date": "2011-02-18", - "question": "Descended from the water spaniel, this \"precious\" breed can be quite fetching", - "value": "$600", - "answer": "golden retriever", - "round": "Jeopardy!", - "show_number": "6090", - "fullAnswer": "golden retriever" - }, { "category": "LAND \"HA\"!", "air_date": "2011-02-18", @@ -923739,16 +875559,6 @@ "show_number": "6090", "fullAnswer": "the Hubble Telescope" }, - { - "category": "CATS & DOGS", - "air_date": "2011-02-18", - "question": "This cat breed of Asian origin has a distinct vocal tone that can be endearing or annoying", - "value": "$1000", - "answer": "Siamese", - "round": "Jeopardy!", - "show_number": "6090", - "fullAnswer": "Siamese" - }, { "category": "LAND \"HA\"!", "air_date": "2011-02-18", @@ -923949,16 +875759,6 @@ "show_number": "6090", "fullAnswer": "216" }, - { - "category": "4-LETTER COUNTRIES", - "air_date": "2011-02-18", - "question": "(Jimmy of the Clue Crew shows a map on the monitor.) Landlocked & mostly made up of arid desert land, it's no wonder this country has been referred to as the Dead Heart of Africa", - "value": "$1600", - "answer": "Chad", - "round": "Double Jeopardy!", - "show_number": "6090", - "fullAnswer": "Chad" - }, { "category": "SINGLE-NAMED SINGERS", "air_date": "2011-02-18", @@ -924374,7 +876174,7 @@ "air_date": "2000-02-18", "question": "A Watchtower distributor's relocation service provided by U.S. marshals", "value": "$500", - "answer": "Jehovah\\'s Witness Protection Program", + "answer": "Jehovah's Witness Protection Program", "round": "Jeopardy!", "show_number": "3565", "fullAnswer": "Jehovah\\'s Witness Protection Program" @@ -925614,7 +877414,7 @@ "air_date": "1999-07-09", "question": "Term for the decade just before the turn of the 19th to the 20th century", "value": "$200", - "answer": "The Gay \\'90s", + "answer": "The Gay '90s", "round": "Double Jeopardy!", "show_number": "3435", "fullAnswer": "\"The Gay \\'90s\"" @@ -926139,16 +877939,6 @@ "show_number": "5246", "fullAnswer": "Zanzibar" }, - { - "category": "OF WING", - "air_date": "2007-06-04", - "question": "With a wingspan of up to 12 feet, this critter can wander quite a distance without landing", - "value": "$800", - "answer": "albatross", - "round": "Jeopardy!", - "show_number": "5246", - "fullAnswer": "an albatross" - }, { "category": "DIRE STRAITS", "air_date": "2007-06-04", @@ -926269,16 +878059,6 @@ "show_number": "5246", "fullAnswer": "Rome (Nero met)" }, - { - "category": "MUSIC", - "air_date": "2007-06-04", - "question": "(Cheryl of the Clue Crew shows us a treble clef.) The F Major key signature tells me to flatten this fourth note in the scale", - "value": "$800", - "answer": "B", - "round": "Double Jeopardy!", - "show_number": "5246", - "fullAnswer": "B" - }, { "category": "BASEBALL: THE 1960s", "air_date": "2007-06-04", @@ -926389,16 +878169,6 @@ "show_number": "5246", "fullAnswer": "El Paso (Help a soldier)" }, - { - "category": "MUSIC", - "air_date": "2007-06-04", - "question": "(Jon of the Clue Crew is ) From the French for \"to slide,\" it's the term for sliding across the notes on a piano or keyboard like this", - "value": "$1600", - "answer": "glissando", - "round": "Double Jeopardy!", - "show_number": "5246", - "fullAnswer": "glissando" - }, { "category": "BASEBALL: THE 1960s", "air_date": "2007-06-04", @@ -926779,16 +878549,6 @@ "show_number": "5085", "fullAnswer": "whitewater" }, - { - "category": "THE '70s", - "air_date": "2006-10-20", - "question": "(Sarah of the Clue Crew reports from the Kennedy Space Center in Florida.) This capsule was the U.S. half of this project; President Ford said it opened a new era in international cooperation", - "value": "$1000", - "answer": "Apollo-Soyuz Project", - "round": "Jeopardy!", - "show_number": "5085", - "fullAnswer": "the Apollo-Soyuz Project" - }, { "category": "ALPHABETICALLY LAST", "air_date": "2006-10-20", @@ -926939,16 +878699,6 @@ "show_number": "5085", "fullAnswer": "Joy" }, - { - "category": "HAIL TO THE CHIEF", - "air_date": "2006-10-20", - "question": "(Jon of the Clue Crew reports from Duke University in Durham, NC.) Before he became president of the United States, he was president of Duke University's bar association & graduated 3rd in his class from Duke Law School", - "value": "$1200", - "answer": "Nixon", - "round": "Double Jeopardy!", - "show_number": "5085", - "fullAnswer": "Nixon" - }, { "category": "\"B\" ACTORS", "air_date": "2006-10-20", @@ -927289,16 +879039,6 @@ "show_number": "6201", "fullAnswer": "The Caine Mutiny" }, - { - "category": "TIME PIECES", - "air_date": "2011-07-25", - "question": "(Sarah of the Clue Crew presents the clue from the Mayer Museum in Jerusalem.) Featuring a calendar and barometer and valued at over $10 million, a watch ordered in 1783 for this queen took until 1827 to finish.
Sadly, she wasn't around to receive it", - "value": "$600", - "answer": "Marie Antionette", - "round": "Jeopardy!", - "show_number": "6201", - "fullAnswer": "Marie Antionette" - }, { "category": "EASY AS B_C_D", "air_date": "2011-07-25", @@ -927404,21 +879144,11 @@ "air_date": "2011-07-25", "question": "In this novel a southern politician's life is described in stark detail, with exquisite Penn-manship", "value": "$1000", - "answer": "All the King\\'s Men", + "answer": "All the King's Men", "round": "Jeopardy!", "show_number": "6201", "fullAnswer": "All the King\\'s Men" }, - { - "category": "TIME PIECES", - "air_date": "2011-07-25", - "question": "(Sarah of the Clue Crew presents the clue from the Mayer Museum in Jerusalem.) This pistol, which marked the hours
with the sound of a shot, was made in the early 1800s
in this country,
fulfilling its reputation for clock-making, but not so much for peaceability", - "value": "$1000", - "answer": "Switzerland", - "round": "Jeopardy!", - "show_number": "6201", - "fullAnswer": "Switzerland" - }, { "category": "EASY AS B_C_D", "air_date": "2011-07-25", @@ -927459,16 +879189,6 @@ "show_number": "6201", "fullAnswer": "AB" }, - { - "category": "\"W\"HAT?", - "air_date": "2011-07-25", - "question": "Aquatic aid on display here", - "value": "$400", - "answer": "wetsuit", - "round": "Double Jeopardy!", - "show_number": "6201", - "fullAnswer": "a wetsuit" - }, { "category": "IN GOD'S NAME", "air_date": "2011-07-25", @@ -927699,16 +879419,6 @@ "show_number": "6201", "fullAnswer": "A" }, - { - "category": "\"W\"HAT?", - "air_date": "2011-07-25", - "question": "This African creature is
an affectionate
and devoted parent", - "value": "$2000", - "answer": "warthog", - "round": "Double Jeopardy!", - "show_number": "6201", - "fullAnswer": "a warthog" - }, { "category": "IN GOD'S NAME", "air_date": "2011-07-25", @@ -927719,16 +879429,6 @@ "show_number": "6201", "fullAnswer": "a Mars Bar" }, - { - "category": "ARE YOU EATING?", - "air_date": "2011-07-25", - "question": "Okay, Lawrence, we've turned off
the bubble machines. Now finish eating your meal, this gastropod", - "value": "$2000", - "answer": "whelk", - "round": "Double Jeopardy!", - "show_number": "6201", - "fullAnswer": "a whelk" - }, { "category": "BOOKS ABOUT BOOKS", "air_date": "2011-07-25", @@ -928459,16 +880159,6 @@ "show_number": "5709", "fullAnswer": "a kilt" }, - { - "category": "IT'S A \"SNAP\"", - "air_date": "2009-06-04", - "question": "It's the colorful culinary favorite seen here", - "value": "$400", - "answer": "red snapper", - "round": "Jeopardy!", - "show_number": "5709", - "fullAnswer": "red snapper" - }, { "category": "NOT HARD AT ALL", "air_date": "2009-06-04", @@ -928529,16 +880219,6 @@ "show_number": "5709", "fullAnswer": "Snapple" }, - { - "category": "NOT HARD AT ALL", - "air_date": "2009-06-04", - "question": "Western red this is a soft wood, popular for decks, as seen here", - "value": "$800", - "answer": "cedar", - "round": "Jeopardy!", - "show_number": "5709", - "fullAnswer": "cedar" - }, { "category": "EASY STREET", "air_date": "2009-06-04", @@ -928699,26 +880379,6 @@ "show_number": "5709", "fullAnswer": "parrot" }, - { - "category": "THE ROYAL ONTARIO MUSEUM", - "air_date": "2009-06-04", - "question": "(Alex reads from the Royal Ontario Museum in Canada.) This bust, once identified as just an early Ptolemaic queen, has now been shown to be this woman--famous through the ages", - "value": "$400", - "answer": "Cleopatra", - "round": "Double Jeopardy!", - "show_number": "5709", - "fullAnswer": "Cleopatra" - }, - { - "category": "THE CIVIL WAR", - "air_date": "2009-06-04", - "question": "(Jimmy of the Clue Crew shows a flag on the monitor.) Replaced in 1863 because it was often confused with the U.S. flag in battle, the Confederacy's first flag, for obvious reasons, was known by this descriptive name", - "value": "$800", - "answer": "Stars and Bars", - "round": "Double Jeopardy!", - "show_number": "5709", - "fullAnswer": "the Stars and Bars" - }, { "category": "DON'T FORGET THE LYRICS!", "air_date": "2009-06-04", @@ -928759,16 +880419,6 @@ "show_number": "5709", "fullAnswer": "crane" }, - { - "category": "THE ROYAL ONTARIO MUSEUM", - "air_date": "2009-06-04", - "question": "(Alex reads from the Royal Ontario Museum in Canada.) The ROM has a cast of a large pterosaur, which ruled the skies while T. rex roamed the Earth below during the Jurassic & this next period", - "value": "$800", - "answer": "Cretaceous", - "round": "Double Jeopardy!", - "show_number": "5709", - "fullAnswer": "the Cretaceous" - }, { "category": "THE CIVIL WAR", "air_date": "2009-06-04", @@ -928819,26 +880469,6 @@ "show_number": "5709", "fullAnswer": "Wren" }, - { - "category": "THE ROYAL ONTARIO MUSEUM", - "air_date": "2009-06-04", - "question": "(Alex reads from the Royal Ontario Museum in Canada.) You could really get the measure of a man when you check out his tailor-made armor; this one belonged to the Earl of Pembroke, who fought for this son of & successor to Henry VIII", - "value": "$1200", - "answer": "Edward VI", - "round": "Double Jeopardy!", - "show_number": "5709", - "fullAnswer": "Edward VI" - }, - { - "category": "THE CIVIL WAR", - "air_date": "2009-06-04", - "question": "(Jon of the Clue Crew shows a map on the monitor.) After capturing & burning Atlanta, General Sherman led his devastating march to the sea, ending at this port city; he offered it to President Lincoln as a Christmas gift in 1864", - "value": "$1600", - "answer": "Savannah", - "round": "Double Jeopardy!", - "show_number": "5709", - "fullAnswer": "Savannah" - }, { "category": "DON'T FORGET THE LYRICS!", "air_date": "2009-06-04", @@ -928879,16 +880509,6 @@ "show_number": "5709", "fullAnswer": "hawk" }, - { - "category": "THE ROYAL ONTARIO MUSEUM", - "air_date": "2009-06-04", - "question": "(Alex reads from the Royal Ontario Museum in Canada.) The museum has the war shirt & war bonnet of this Sioux chief who led his followers to Canada after the Little Bighorn, but who finally surrendered to U.S. authorities", - "value": "$1600", - "answer": "Sitting Bull", - "round": "Double Jeopardy!", - "show_number": "5709", - "fullAnswer": "Sitting Bull" - }, { "category": "THE CIVIL WAR", "air_date": "2009-06-04", @@ -928939,16 +880559,6 @@ "show_number": "5709", "fullAnswer": "lark" }, - { - "category": "THE ROYAL ONTARIO MUSEUM", - "air_date": "2009-06-04", - "question": "(Alex reads from the Royal Ontario Museum in Canada.) One of the first history paintings of recent events was Benjamin West's \"The Death of\" this general at Quebec shortly after his 1759 victory sealed Britain's control over Canada", - "value": "$2000", - "answer": "General Wolfe", - "round": "Double Jeopardy!", - "show_number": "5709", - "fullAnswer": "General Wolfe" - }, { "category": "EUROPEAN LANDMARKS", "air_date": "2009-06-04", @@ -929104,7 +880714,7 @@ "air_date": "2002-09-26", "question": "\"Won't You Be My Neighbor?\" is the theme to this series that began on PBS in 1970", "value": "$600", - "answer": "Mister Rogers\\' Neighborhood", + "answer": "Mister Rogers' Neighborhood", "round": "Jeopardy!", "show_number": "4154", "fullAnswer": "Mister Rogers\\' Neighborhood" @@ -929164,7 +880774,7 @@ "air_date": "2002-09-26", "question": "This 1960s TV sitcom's theme song reminded us that it took place in a \"tropic island nest\"", "value": "$800", - "answer": "Gilligan\\'s Island", + "answer": "Gilligan's Island", "round": "Jeopardy!", "show_number": "4154", "fullAnswer": "Gilligan\\'s Island" @@ -929879,16 +881489,6 @@ "show_number": "5108", "fullAnswer": "Antarctica" }, - { - "category": "AROUND THE DRUM KIT", - "air_date": "2006-11-22", - "question": "(Jon of the Clue Crew sits at a drum set.) Though it's more associated with violin and piano, this process is also done with drums; you tighten the head to raise the pitch", - "value": "$400", - "answer": "tuning", - "round": "Double Jeopardy!", - "show_number": "5108", - "fullAnswer": "tuning" - }, { "category": "\"RIGHT\" NOW", "air_date": "2006-11-22", @@ -929929,16 +881529,6 @@ "show_number": "5108", "fullAnswer": "autumn" }, - { - "category": "AROUND THE DRUM KIT", - "air_date": "2006-11-22", - "question": "(Kelly of the Clue Crew plays taps a drum.) These wires, stretched across the drum to vibrate against it, give the drum its name", - "value": "$800", - "answer": "snare", - "round": "Double Jeopardy!", - "show_number": "5108", - "fullAnswer": "a snare" - }, { "category": "CAN I GET YOUR LITERARY NUMBER?", "air_date": "2006-11-22", @@ -929989,16 +881579,6 @@ "show_number": "5108", "fullAnswer": "millibars" }, - { - "category": "AROUND THE DRUM KIT", - "air_date": "2006-11-22", - "question": "(Sarah of the Clue Crew plays with cymbals.) The snowshoe, a cymbal set on the floor, moved up a bit and became the low boy, which moved up some more and became this", - "value": "$1200", - "answer": "high hat", - "round": "Double Jeopardy!", - "show_number": "5108", - "fullAnswer": "a high hat" - }, { "category": "CAN I GET YOUR LITERARY NUMBER?", "air_date": "2006-11-22", @@ -930064,7 +881644,7 @@ "air_date": "2006-11-22", "question": "It's a claim on property by a person who openly possesses & occupies it without legal authority", "value": "$1600", - "answer": "squatter\\'s rights", + "answer": "squatter's rights", "round": "Double Jeopardy!", "show_number": "5108", "fullAnswer": "squatter\\'s rights" @@ -930429,16 +882009,6 @@ "show_number": "5818", "fullAnswer": "Brighton (England)" }, - { - "category": "CHRISTMAS IN NEW YORK", - "air_date": "2009-12-23", - "question": "(Sarah of the Clue Crew reports from New York with a bell ringer.) A familiar sight on New York City streets is the holiday appeal of this organization that each year provides 3 million meals and 900,000 nights of lodging to those in need", - "value": "$400", - "answer": "Salvation Army", - "round": "Double Jeopardy!", - "show_number": "5818", - "fullAnswer": "the Salvation Army" - }, { "category": "TOP O' THE CHARTS", "air_date": "2009-12-23", @@ -930489,22 +882059,12 @@ "show_number": "5818", "fullAnswer": "Baby Ruth Ginsburg" }, - { - "category": "CHRISTMAS IN NEW YORK", - "air_date": "2009-12-23", - "question": "(Kelly of the Clue Crew reports from a festive shopping display in New York.) During the holiday season, more than a quarter of a million people visit Santaland at this famous store on Herald Square", - "value": "$800", - "answer": "Macy\\'s", - "round": "Double Jeopardy!", - "show_number": "5818", - "fullAnswer": "Macy\\'s" - }, { "category": "TOP O' THE CHARTS", "air_date": "2009-12-23", "question": "This subtitle of a 1993 Meat Loaf chart-topper follows \"I'd Do Anything For Love...\"", "value": "$800", - "answer": "(But I Won\\'t Do That)", + "answer": "(But I Won't Do That)", "round": "Double Jeopardy!", "show_number": "5818", "fullAnswer": "\"(But I Won\\'t Do That)\"" @@ -930569,16 +882129,6 @@ "show_number": "5818", "fullAnswer": "Kanye West" }, - { - "category": "BEVERAGES", - "air_date": "2009-12-23", - "question": "The portrait by Sir Henry Raeburn seen here was bought by a distiller of this & put on bottles of it", - "value": "$1200", - "answer": "scotch", - "round": "Double Jeopardy!", - "show_number": "5818", - "fullAnswer": "scotch" - }, { "category": "HEADLESS & SHOULDERS", "air_date": "2009-12-23", @@ -930609,16 +882159,6 @@ "show_number": "5818", "fullAnswer": "Herbert Hoover Vacuum Cleaner" }, - { - "category": "CHRISTMAS IN NEW YORK", - "air_date": "2009-12-23", - "question": "(Sarah of the Clue Crew rides up an escalator at a toy store in New York.) Part of many New York City holiday memories, this store opened in Manhattan in 1870, calling itself a toy bazaar & has been a wonderland for kids at Christmastime ever since", - "value": "$1600", - "answer": "F.A.O. Schwarz", - "round": "Double Jeopardy!", - "show_number": "5818", - "fullAnswer": "F.A.O. Schwarz" - }, { "category": "TOP O' THE CHARTS", "air_date": "2009-12-23", @@ -930649,16 +882189,6 @@ "show_number": "5818", "fullAnswer": "Lady Jane Grey" }, - { - "category": "LEGAL MATTERS", - "air_date": "2009-12-23", - "question": "(I'm legal analyst Nancy Grace.) From the Latin for \"twisted\", it's the branch of civil law dealing with injuries to one's body, property, business, reputation or privacy", - "value": "$1,400", - "answer": "tort", - "round": "Double Jeopardy!", - "show_number": "5818", - "fullAnswer": "tort" - }, { "category": "BEFORE & AFTER", "air_date": "2009-12-23", @@ -930669,16 +882199,6 @@ "show_number": "5818", "fullAnswer": "\"Death Be Not Proud Mary\"" }, - { - "category": "CHRISTMAS IN NEW YORK", - "air_date": "2009-12-23", - "question": "(Sarah of the Clue Crew gets a whiff of a holiday treat sold at a hot dog vendor's sidewalk stand in New York.) The aroma reminds me of one of the most popular holiday songs; written in 1946, it's simply called \"The Christmas Song\", but is better known by this first line", - "value": "$2000", - "answer": "Chestnuts roasting on an open fire", - "round": "Double Jeopardy!", - "show_number": "5818", - "fullAnswer": "\"Chestnuts roasting on an open fire\"" - }, { "category": "TOP O' THE CHARTS", "air_date": "2009-12-23", @@ -930824,7 +882344,7 @@ "air_date": "2006-07-21", "question": "The American Academy of Dermatology told you to wear flip-flops to prevent this; Tinactin, stat!", "value": "$400", - "answer": "athlete\\'s foot", + "answer": "athlete's foot", "round": "Jeopardy!", "show_number": "5050", "fullAnswer": "athlete\\'s foot" @@ -930899,16 +882419,6 @@ "show_number": "5050", "fullAnswer": "Taoism" }, - { - "category": "PRODUCE PETE", - "air_date": "2006-07-21", - "question": "When pickled, Pete especially likes the Tuscan pepper seen here, which is called this in Italy", - "value": "$600", - "answer": "pepperoncini", - "round": "Jeopardy!", - "show_number": "5050", - "fullAnswer": "pepperoncini" - }, { "category": "BACK IN \"BLACK\"", "air_date": "2006-07-21", @@ -931129,16 +882639,6 @@ "show_number": "5050", "fullAnswer": "Louis XVI" }, - { - "category": "ALL ABOUT THE BOOK", - "air_date": "2006-07-21", - "question": "(Cheryl of the Clue Crew presents an image of a page of a book.) A \"gloss\" is a marginal translation or explanation of a difficult term; the same root gives us this word for a list of such terms", - "value": "$800", - "answer": "glossary", - "round": "Double Jeopardy!", - "show_number": "5050", - "fullAnswer": "a glossary" - }, { "category": "U.S. CITIES", "air_date": "2006-07-21", @@ -931409,16 +882909,6 @@ "show_number": "5669", "fullAnswer": "over" }, - { - "category": "FORTUNE-TELLING", - "air_date": "2009-04-09", - "question": "(Sarah of the Clue Crew tries her hand at fortune-telling.) The middle part of the cup stands for the near future in tasseography, the art of doing this", - "value": "$400", - "answer": "reading tea leaves", - "round": "Jeopardy!", - "show_number": "5669", - "fullAnswer": "reading tea leaves" - }, { "category": "THIS, THAT", "air_date": "2009-04-09", @@ -931529,16 +883019,6 @@ "show_number": "5669", "fullAnswer": "under" }, - { - "category": "FORTUNE-TELLING", - "air_date": "2009-04-09", - "question": "(Jon of the Clue Crew reads your future.) In palmistry, the fleshy pads on the hands are called mounts; a well-developed mount of this signifies a satisfying love life", - "value": "$2,200", - "answer": "mount of Venus", - "round": "Jeopardy!", - "show_number": "5669", - "fullAnswer": "a mount of Venus" - }, { "category": "THIS, THAT", "air_date": "2009-04-09", @@ -932249,16 +883729,6 @@ "show_number": "5654", "fullAnswer": "Woody Allen" }, - { - "category": "PAINTINGS", - "air_date": "2009-03-19", - "question": "Raphael must have used up a lot of red paint for his portrait of Pope Leo X with 2 of these men", - "value": "$400", - "answer": "cardinals", - "round": "Double Jeopardy!", - "show_number": "5654", - "fullAnswer": "cardinals" - }, { "category": "THE CRUSADES", "air_date": "2009-03-19", @@ -932369,16 +883839,6 @@ "show_number": "5654", "fullAnswer": "(Stephen) Colbert" }, - { - "category": "PAINTINGS", - "air_date": "2009-03-19", - "question": "The elongated heads of this Toledo master are on display in his painting of two saints", - "value": "$1200", - "answer": "El Greco", - "round": "Double Jeopardy!", - "show_number": "5654", - "fullAnswer": "El Greco" - }, { "category": "THE CRUSADES", "air_date": "2009-03-19", @@ -932449,16 +883909,6 @@ "show_number": "5654", "fullAnswer": "the Knights Hospitallers" }, - { - "category": "HARD STUFF", - "air_date": "2009-03-19", - "question": "(Sarah of the Clue Crew reports from the bridge of the USS John C. Stennis in San Diego, CA.) USS John C. Stennis is one of this class of carrier named for an admiral under whose command carriers like Yorktown & Enterprise fought in WWII", - "value": "$1600", - "answer": "Nimitz", - "round": "Double Jeopardy!", - "show_number": "5654", - "fullAnswer": "Nimitz" - }, { "category": "ADD AN ELEMENTAL SYMBOL", "air_date": "2009-03-19", @@ -932489,16 +883939,6 @@ "show_number": "5654", "fullAnswer": "Steven Wright" }, - { - "category": "PAINTINGS", - "air_date": "2009-03-19", - "question": "In the work seen here from the early 1600s, Saint Peter is asking this question--in Latin, if you please", - "value": "$2000", - "answer": "Quo vadis?", - "round": "Double Jeopardy!", - "show_number": "5654", - "fullAnswer": "Quo vadis?" - }, { "category": "THE CRUSADES", "air_date": "2009-03-19", @@ -932644,7 +884084,7 @@ "air_date": "1986-02-10", "question": "When \"all you see are silhouettes & all you hear are castanets & no one cares how late it gets\", you're there", "value": "$200", - "answer": "Hernando\\'s Hideaway", + "answer": "Hernando's Hideaway", "round": "Jeopardy!", "show_number": "371", "fullAnswer": "\"Hernando\\'s Hideaway\"" @@ -932694,7 +884134,7 @@ "air_date": "1986-02-10", "question": "Not in world atlases but in this comic strip could \"Lower Slobovia\" be found", "value": "$300", - "answer": "Li\\'l Abner", + "answer": "Li'l Abner", "round": "Jeopardy!", "show_number": "371", "fullAnswer": "Li\\'l Abner" @@ -933084,21 +884524,11 @@ "air_date": "1986-02-10", "question": "Mother of Bonnie Blue, she ran a sawmill after the Civil War", "value": null, - "answer": "Scarlett O\\'Hara", + "answer": "Scarlett O'Hara", "round": "Final Jeopardy!", "show_number": "371", "fullAnswer": "Scarlett O\\'Hara" }, - { - "category": "THE NAVY SEALS", - "air_date": "2008-07-21", - "question": "(Sarah of the Clue Crew rides in a boat with some SEALs at the Navy Amphibious Bas in Coronado, CA.) Navy SEALs are charged with fighting terrorism around the globe; the first Medal of Honor given for service in this country was to a SEAL for pursuit of a Taliban ally", - "value": "$200", - "answer": "Afghanistan", - "round": "Jeopardy!", - "show_number": "5511", - "fullAnswer": "Afghanistan" - }, { "category": "1980s ROCK", "air_date": "2008-07-21", @@ -933149,16 +884579,6 @@ "show_number": "5511", "fullAnswer": "a quart" }, - { - "category": "THE NAVY SEALS", - "air_date": "2008-07-21", - "question": "(Sarah of the Clue Crew stands on shore as 2 attack boats approach at the Navy Amphibious Base in Coronado, CA.) The Navy SEALs were created by this U.S. president who had been a small-unit naval commander & who knew what a small, tough force could do", - "value": "$400", - "answer": "JFK", - "round": "Jeopardy!", - "show_number": "5511", - "fullAnswer": "JFK" - }, { "category": "1980s ROCK", "air_date": "2008-07-21", @@ -933169,16 +884589,6 @@ "show_number": "5511", "fullAnswer": "Jefferson Airplane" }, - { - "category": "THE NEW YORK TIMES HEALTH", - "air_date": "2008-07-21", - "question": "The Well blog on nytimes.com noted \"even pop stars have a right to medical privacy\" after docs peeked at her UCLA files", - "value": "$400", - "answer": "Britney Spears", - "round": "Jeopardy!", - "show_number": "5511", - "fullAnswer": "Britney Spears" - }, { "category": "NEW INTERNATIONAL SPORTS TEAMS?", "air_date": "2008-07-21", @@ -933209,16 +884619,6 @@ "show_number": "5511", "fullAnswer": "a quail" }, - { - "category": "THE NAVY SEALS", - "air_date": "2008-07-21", - "question": "(Jimmy of the Clue Crew indicates the SEAL emblem at the Navy Amphibious Base in Coronado, CA.) On the Navy SEAL emblem, the anchor, eagle & pistol stand for sea, air & land, & this weapon represents all 3, & is also the name fo the emblem itself", - "value": "$5,000", - "answer": "trident", - "round": "Jeopardy!", - "show_number": "5511", - "fullAnswer": "a trident" - }, { "category": "1980s ROCK", "air_date": "2008-07-21", @@ -933269,16 +884669,6 @@ "show_number": "5511", "fullAnswer": "a quagmire" }, - { - "category": "THE NAVY SEALS", - "air_date": "2008-07-21", - "question": "(Jimmy of the Clue Crew stands on shore as attack boats approach at the Navy Amphibious Base in Coronado, CA.) High-speed boats help with what the legendary SEAL Richard \"Shark Man\" Marcinko calls \"the 2 critical mission points\": insertion & this opposite, from the Latin for \"draw out\"", - "value": "$800", - "answer": "extraction", - "round": "Jeopardy!", - "show_number": "5511", - "fullAnswer": "extraction" - }, { "category": "1980s ROCK", "air_date": "2008-07-21", @@ -933329,16 +884719,6 @@ "show_number": "5511", "fullAnswer": "quaint" }, - { - "category": "THE NAVY SEALS", - "air_date": "2008-07-21", - "question": "(Jimmy of the Clue Crew rides in the boat at the Navy Amphibious Base in Coronado, CA.) Special Boat Teams support Navy SEALs in special warfare missions such as \"SR\", or \"special\" this, where they scope out hostile environments", - "value": "$1000", - "answer": "reconnaissance", - "round": "Jeopardy!", - "show_number": "5511", - "fullAnswer": "reconnaissance" - }, { "category": "1980s ROCK", "air_date": "2008-07-21", @@ -933484,7 +884864,7 @@ "air_date": "2008-07-21", "question": "Bugs Moran's North Side Mob was decimated on this holiday in 1929", "value": "$800", - "answer": "Valentine\\'s Day", + "answer": "Valentine's Day", "round": "Double Jeopardy!", "show_number": "5511", "fullAnswer": "Valentine\\'s Day" @@ -933539,16 +884919,6 @@ "show_number": "5511", "fullAnswer": "Hydra" }, - { - "category": "AMERICAN GANGSTER", - "air_date": "2008-07-21", - "question": "He's the youthful-looking 1930s gangster seen here", - "value": "$1200", - "answer": "Baby Face Nelson", - "round": "Double Jeopardy!", - "show_number": "5511", - "fullAnswer": "\"Baby Face\" Nelson" - }, { "category": "JUNEAU", "air_date": "2008-07-21", @@ -933829,16 +885199,6 @@ "show_number": "4865", "fullAnswer": "Georgia & Alabama" }, - { - "category": "THERE'S SOMETHING ABOUT MARY", - "air_date": "2005-11-04", - "question": "Heard here, she was Motown's first big singing star

\"Nothing you could say /
Can tear me away /
From my guy...\"
", - "value": "$600", - "answer": "Mary Wells", - "round": "Jeopardy!", - "show_number": "4865", - "fullAnswer": "Mary Wells" - }, { "category": "GOVERNMENT WORK", "air_date": "2005-11-04", @@ -933929,16 +885289,6 @@ "show_number": "4865", "fullAnswer": "a boa (constrictor)" }, - { - "category": "\"OOP\" THERE IT IS!", - "air_date": "2005-11-04", - "question": "Endangered tall critter seen here", - "value": "$800", - "answer": "whooping crane", - "round": "Jeopardy!", - "show_number": "4865", - "fullAnswer": "a whooping crane" - }, { "category": "HEAD NORTH", "air_date": "2005-11-04", @@ -933949,16 +885299,6 @@ "show_number": "4865", "fullAnswer": "Kentucky" }, - { - "category": "THERE'S SOMETHING ABOUT MARY", - "air_date": "2005-11-04", - "question": "Her designs, like the one seen here, can be found on everything from teapots & greeting cards to needlework", - "value": "$1000", - "answer": "Mary Engelbreit", - "round": "Jeopardy!", - "show_number": "4865", - "fullAnswer": "Mary Engelbreit" - }, { "category": "GOVERNMENT WORK", "air_date": "2005-11-04", @@ -934119,16 +885459,6 @@ "show_number": "4865", "fullAnswer": "The Partridge Family" }, - { - "category": "ANCIENT TIMES", - "air_date": "2005-11-04", - "question": "(Sarah of the Clue Crew reports from Karnak, Egypt.) Some columns at the temple to this god, whose name later includes the sun god Re or Ra are nearly 80 feet high", - "value": "$1200", - "answer": "Amon", - "round": "Double Jeopardy!", - "show_number": "4865", - "fullAnswer": "Amon" - }, { "category": "WORLD WAR II MOVIES", "air_date": "2005-11-04", @@ -934179,16 +885509,6 @@ "show_number": "4865", "fullAnswer": "the henpecked" }, - { - "category": "ANCIENT TIMES", - "air_date": "2005-11-04", - "question": "(Jeff Probst reports from Guatemala.) With a name meaning \"rubber people\", this first great Mexican tribe used stone in architecture & influenced the Mayans greatly", - "value": "$1600", - "answer": "Olmecs", - "round": "Double Jeopardy!", - "show_number": "4865", - "fullAnswer": "the Olmecs" - }, { "category": "WORLD WAR II MOVIES", "air_date": "2005-11-04", @@ -934204,7 +885524,7 @@ "air_date": "2005-11-04", "question": "A 4-room apartment at the Bramford becomes available at the beginning of this Ira Levin novel", "value": "$1600", - "answer": "Rosemary\\'s Baby", + "answer": "Rosemary's Baby", "round": "Double Jeopardy!", "show_number": "4865", "fullAnswer": "Rosemary\\'s Baby" @@ -934239,16 +885559,6 @@ "show_number": "4865", "fullAnswer": "the turkey trot" }, - { - "category": "ANCIENT TIMES", - "air_date": "2005-11-04", - "question": "(Sarah of the Clue Crew reports from Athens.) The agora was partially enclosed by long buildings called this, the Greek word for \"portico\"", - "value": "$2000", - "answer": "stoa", - "round": "Double Jeopardy!", - "show_number": "4865", - "fullAnswer": "a stoa" - }, { "category": "WORLD WAR II MOVIES", "air_date": "2005-11-04", @@ -934269,16 +885579,6 @@ "show_number": "4865", "fullAnswer": "Tar Baby" }, - { - "category": "THE BOUNTY OF THE PIG", - "air_date": "2005-11-04", - "question": "It's the alliterative term for the shredded sandwich filling seen here, a Southern favorite", - "value": "$2000", - "answer": "pulled pork", - "round": "Double Jeopardy!", - "show_number": "4865", - "fullAnswer": "pulled pork" - }, { "category": "\"T\" ZONES", "air_date": "2005-11-04", @@ -934359,16 +885659,6 @@ "show_number": "5638", "fullAnswer": "a diamond" }, - { - "category": "THE AFRICAN AMERICAN EXPERIENCE", - "air_date": "2009-02-25", - "question": "(Dr. Henry Louis Gates, Jr. gives the clue.) In a recent essay, I cited the election of Barack Obama as one of the 4 \"transformative moments\" in African-American history; this 1863 event was the first", - "value": "$200", - "answer": "Emancipation Proclamation", - "round": "Jeopardy!", - "show_number": "5638", - "fullAnswer": "the Emancipation Proclamation" - }, { "category": "U.S. CAPITALS OF THE WORLD", "air_date": "2009-02-25", @@ -934419,16 +885709,6 @@ "show_number": "5638", "fullAnswer": "champagne" }, - { - "category": "THE AFRICAN AMERICAN EXPERIENCE", - "air_date": "2009-02-25", - "question": "(Dr. Gates gives the clue.) In the \"African American National Biography\" series, which I co-edited with Evelyn Brooks Higginbotham, the second entry is a profile of this baseball great", - "value": "$400", - "answer": "Hank Aaron", - "round": "Jeopardy!", - "show_number": "5638", - "fullAnswer": "Hank Aaron" - }, { "category": "U.S. CAPITALS OF THE WORLD", "air_date": "2009-02-25", @@ -934479,16 +885759,6 @@ "show_number": "5638", "fullAnswer": "The Bahamas" }, - { - "category": "THE AFRICAN AMERICAN EXPERIENCE", - "air_date": "2009-02-25", - "question": "(Dr. Gates gives the clue.) My ancestor, Revolutionary War soldier John Redman, was one of an estimated 5,000 black soldiers in this army, the first regular U.S. fighting force", - "value": "$600", - "answer": "Continental Army", - "round": "Jeopardy!", - "show_number": "5638", - "fullAnswer": "the Continental Army" - }, { "category": "U.S. CAPITALS OF THE WORLD", "air_date": "2009-02-25", @@ -934539,16 +885809,6 @@ "show_number": "5638", "fullAnswer": "Chanel No. 5" }, - { - "category": "THE AFRICAN AMERICAN EXPERIENCE", - "air_date": "2009-02-25", - "question": "(Dr. Gates gives the clue.) I direct a research institute at Harvard University named for this author of \"The Souls of Black Folk\", black America's leading public intellectual through most of his long life, 1868-1963", - "value": "$1,600", - "answer": "W.E.B. Du Bois", - "round": "Jeopardy!", - "show_number": "5638", - "fullAnswer": "W.E.B. Du Bois" - }, { "category": "U.S. CAPITALS OF THE WORLD", "air_date": "2009-02-25", @@ -934599,26 +885859,6 @@ "show_number": "5638", "fullAnswer": "Rolls Royce" }, - { - "category": "THE AFRICAN AMERICAN EXPERIENCE", - "air_date": "2009-02-25", - "question": "(Dr. Gates gives the clue.) In 2003, I published \"The Trials of\" this woman, a book about America's first black poet & her encounters with the Founding Fathers", - "value": "$1000", - "answer": "Phillis Wheatley", - "round": "Jeopardy!", - "show_number": "5638", - "fullAnswer": "Phillis Wheatley" - }, - { - "category": "SCIENCE", - "air_date": "2009-02-25", - "question": "(Jimmy of the Clue Crew discusses earthquakes.) The hypocenter is where an earthquake originates. The point on the surface, vertically above the hypocenter, is known as this", - "value": "$400", - "answer": "epicenter", - "round": "Double Jeopardy!", - "show_number": "5638", - "fullAnswer": "the epicenter" - }, { "category": "ON THE STAGE", "air_date": "2009-02-25", @@ -934729,16 +885969,6 @@ "show_number": "5638", "fullAnswer": "a shofar" }, - { - "category": "SCIENCE", - "air_date": "2009-02-25", - "question": "(Kelly of the Clue Crew presents the clue.) Because of the intense magnetic fields that block heat from the core, these solar phenomena can be thousands of degrees cooler than the surrounding surface", - "value": "$1200", - "answer": "sunspots", - "round": "Double Jeopardy!", - "show_number": "5638", - "fullAnswer": "sunspots" - }, { "category": "SAMUEL JOHNSON", "air_date": "2009-02-25", @@ -934769,16 +885999,6 @@ "show_number": "5638", "fullAnswer": "Carlyle" }, - { - "category": "THE USED \"-AR\" SALESMAN", - "air_date": "2009-02-25", - "question": "Got one of these, patented in 1858 and used for canning? Isn't she a beauty?", - "value": "$1200", - "answer": "Mason jar", - "round": "Double Jeopardy!", - "show_number": "5638", - "fullAnswer": "a Mason jar" - }, { "category": "SCIENCE", "air_date": "2009-02-25", @@ -934829,16 +886049,6 @@ "show_number": "5638", "fullAnswer": "rebar" }, - { - "category": "SCIENCE", - "air_date": "2009-02-25", - "question": "(Jimmy of the Clue Crew presents the clue.) Carbon, one of the most common elements, has been discovered in 60-atom configurations called these, named for an architect", - "value": "$2000", - "answer": "buckyballs ", - "round": "Double Jeopardy!", - "show_number": "5638", - "fullAnswer": "buckyballs (fullerenes)" - }, { "category": "NOT TO BE CONFUSED", "air_date": "2009-02-25", @@ -934859,16 +886069,6 @@ "show_number": "5638", "fullAnswer": "Parmenides" }, - { - "category": "THE USED \"-AR\" SALESMAN", - "air_date": "2009-02-25", - "question": "This Aussie bird with a 10-letter name is the most popular caged parakeet, so it doesn't have a lot of miles on it", - "value": "$2000", - "answer": "budgerigar", - "round": "Double Jeopardy!", - "show_number": "5638", - "fullAnswer": "a budgerigar" - }, { "category": "SPORTS TEAM NAMES", "air_date": "2009-02-25", @@ -935034,7 +886234,7 @@ "air_date": "1996-12-10", "question": "Nike named its Air Swoopes for Sheryl Swoopes of this gold medal-winning U.S. team", "value": "$300", - "answer": "Women\\'s Basketball", + "answer": "Women's Basketball", "round": "Jeopardy!", "show_number": "2827", "fullAnswer": "Women\\'s Basketball" @@ -935094,7 +886294,7 @@ "air_date": "1996-12-10", "question": "He's the first American athlete to win the decathlon since Bruce Jenner in 1976", "value": "$400", - "answer": "Dan O\\'Brien", + "answer": "Dan O'Brien", "round": "Jeopardy!", "show_number": "2827", "fullAnswer": "Dan O\\'Brien" @@ -935314,7 +886514,7 @@ "air_date": "1996-12-10", "question": "Langues-De-Chat are long, thin cookies that resemble one of these, hence the name", "value": "$600", - "answer": "Cat\\'s tongues", + "answer": "Cat's tongues", "round": "Double Jeopardy!", "show_number": "2827", "fullAnswer": "Cat\\'s tongues" @@ -936579,16 +887779,6 @@ "show_number": "5536", "fullAnswer": "the Hanseatic League" }, - { - "category": "IT'S A BIT CHILE TODAY", - "air_date": "2008-10-06", - "question": "(Jon of the Clue Crew points out Chile on a map.) Outside of its main land area, Chile also owns several islands, including this one way out in the South Pacific about 2300 miles away", - "value": "$1600", - "answer": "Easter Island", - "round": "Double Jeopardy!", - "show_number": "5536", - "fullAnswer": "Easter Island" - }, { "category": "CHANGE ONE LETTER", "air_date": "2008-10-06", @@ -936609,16 +887799,6 @@ "show_number": "5536", "fullAnswer": "the jet stream" }, - { - "category": "COLLEGES & UNIVERSITIES", - "air_date": "2008-10-06", - "question": "(Jimmy of the Clue Crew holds the first computer mouse at SRI International.) The first computer mouse was developed & demonstrated here at SRI back when SRI was affiliated with this university as its research institute", - "value": "$1600", - "answer": "Stanford", - "round": "Double Jeopardy!", - "show_number": "5536", - "fullAnswer": "Stanford" - }, { "category": "NOT BORED OF DIRECTORS", "air_date": "2008-10-06", @@ -937104,7 +888284,7 @@ "air_date": "2000-10-30", "question": "Theseus: \"Now, fair Hippolyta, our nuptial hour draws on apace\"", "value": "$600", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "3716", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -937524,7 +888704,7 @@ "air_date": "2001-10-10", "question": "Archibald Willard first planned to call his painting of 2 Revolutionary War drummers & a fife player \"Yankee Doodle\"", "value": "$500", - "answer": "The Spirit of \\'76", + "answer": "The Spirit of '76", "round": "Jeopardy!", "show_number": "3933", "fullAnswer": "\"The Spirit of \\'76\"" @@ -937824,7 +889004,7 @@ "air_date": "2001-10-10", "question": "Robert Browning:
\"Ah, but a man's reach should exceed his grasp, or...\"", "value": "$1000", - "answer": "what\\'s a heaven for", + "answer": "what's a heaven for", "round": "Double Jeopardy!", "show_number": "3933", "fullAnswer": "what\\'s a heaven for" @@ -938064,7 +889244,7 @@ "air_date": "2007-06-18", "question": "\"Paper Moon\":
Madeline Kahn,
Ryan O'Neal,
Tatum O'Neal", "value": "$800", - "answer": "Tatum O\\'Neal", + "answer": "Tatum O'Neal", "round": "Jeopardy!", "show_number": "5256", "fullAnswer": "Tatum O\\'Neal" @@ -938149,16 +889329,6 @@ "show_number": "5256", "fullAnswer": "Aaron Burr" }, - { - "category": "WINE", - "air_date": "2007-06-18", - "question": "(Sarah of the Clue Crew stands next to a wine wheel.) To make this aspect of wine easier to define and discuss during tastings, the wheel for it goes from general terms, like Earthy, to specific terms, like Dusty Mushroom", - "value": "$1000", - "answer": "nose ", - "round": "Jeopardy!", - "show_number": "5256", - "fullAnswer": "the nose (or the aroma)" - }, { "category": "\"MOTHER\", \"FATHER\", \"SISTER\", \"BROTHER\"", "air_date": "2007-06-18", @@ -938254,7 +889424,7 @@ "air_date": "2007-06-18", "question": "Kevin Spacey starred in a 2006 British revival of this playwright's \"A Moon for the Misbegotten\"", "value": "$800", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "5256", "fullAnswer": "Eugene O\\'Neill" @@ -938369,16 +889539,6 @@ "show_number": "5256", "fullAnswer": "Kenny G" }, - { - "category": "AMERICAN PLAYS", - "air_date": "2007-06-18", - "question": "(Hi, I'm Sam Waterston.) I received my 1st Emmy nomination for the television version of this play; I played Tom & Katharine Hepburn played my mother, Amanda Wingfield", - "value": "$1600", - "answer": "Glass Menagerie", - "round": "Double Jeopardy!", - "show_number": "5256", - "fullAnswer": "The Glass Menagerie" - }, { "category": "BORN IN TRANSYLVANIA", "air_date": "2007-06-18", @@ -938504,7 +889664,7 @@ "air_date": "1999-06-23", "question": "In this 1946 Christmas weepie, George Bailey knew he existed when he found Zuzu's petals in his pocket", "value": "$100", - "answer": "It\\'s A Wonderful Life", + "answer": "It's A Wonderful Life", "round": "Jeopardy!", "show_number": "3423", "fullAnswer": "It\\'s A Wonderful Life" @@ -938564,7 +889724,7 @@ "air_date": "1999-06-23", "question": "(Hi, I'm Tara Lipinski) In \"Gone with the Wind\", Tara is the name of the plantation owned by this family", "value": "$200", - "answer": "O\\'Hara", + "answer": "O'Hara", "round": "Jeopardy!", "show_number": "3423", "fullAnswer": "O\\'Hara" @@ -938924,7 +890084,7 @@ "air_date": "1999-06-23", "question": "Robert Clary, who played Corporal LeBeau in this series, was interned in Nazi concentration camps in WWII", "value": "$1,000", - "answer": "Hogan\\'s Heroes", + "answer": "Hogan's Heroes", "round": "Double Jeopardy!", "show_number": "3423", "fullAnswer": "Hogan\\'s Heroes" @@ -939184,7 +890344,7 @@ "air_date": "1996-04-15", "question": "Joy of Cooking suggests jellying these pig extremities & serving them cold with remoulade sauce", "value": "$200", - "answer": "Pigs\\' Feet/Knuckles", + "answer": "Pigs' Feet/Knuckles", "round": "Jeopardy!", "show_number": "2686", "fullAnswer": "Pigs\\' Feet/Knuckles" @@ -939324,7 +890484,7 @@ "air_date": "1996-04-15", "question": "The fundamental cause of this 1337-1453 conflict was England's possession of the Fief of Guienne", "value": "$400", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Jeopardy!", "show_number": "2686", "fullAnswer": "Hundred Years\\' War" @@ -939574,7 +890734,7 @@ "air_date": "1996-04-15", "question": "In 1916 she met her future husband, Alfred Stieglitz", "value": "$800", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Double Jeopardy!", "show_number": "2686", "fullAnswer": "Georgia O\\'Keeffe" @@ -939859,16 +891019,6 @@ "show_number": "5997", "fullAnswer": "Cape Verde" }, - { - "category": "HOME SWEET HOME", - "air_date": "2010-10-12", - "question": "Seen here is a partial view of her childhood home in Alabama in the 1950s; notice the water pump", - "value": "$600", - "answer": "Helen Keller", - "round": "Jeopardy!", - "show_number": "5997", - "fullAnswer": "Helen Keller" - }, { "category": "ALSO A BODY PART", "air_date": "2010-10-12", @@ -940119,16 +891269,6 @@ "show_number": "5997", "fullAnswer": "Lindbergh" }, - { - "category": "FLAGS & ANTHEMS", - "air_date": "2010-10-12", - "question": "(Kelly of the Clue Crew stands in front of a map of the Middle East.) Perhaps to distinguish it from neighboring Bahrain's flag, this country chose mauve for its dual-tone flag", - "value": "$1200", - "answer": "Qatar", - "round": "Double Jeopardy!", - "show_number": "5997", - "fullAnswer": "Qatar" - }, { "category": "BEFORE & AFTER AT THE MOVIES", "air_date": "2010-10-12", @@ -940574,7 +891714,7 @@ "air_date": "1999-02-04", "question": "If you lie down with frogs, you'll wake up with brie", "value": "$500", - "answer": "If you lie down with dogs, you\\'ll wake up with fleas", + "answer": "If you lie down with dogs, you'll wake up with fleas", "round": "Jeopardy!", "show_number": "3324", "fullAnswer": "If you lie down with dogs, you\\'ll wake up with fleas" @@ -940889,16 +892029,6 @@ "show_number": "5540", "fullAnswer": "10" }, - { - "category": "PUZZLING ANIMATION", - "air_date": "2008-10-10", - "question": "This is a way to play", - "value": "$200", - "answer": "horsing around", - "round": "Jeopardy!", - "show_number": "5540", - "fullAnswer": "horsing around" - }, { "category": "JUST DESSERTS", "air_date": "2008-10-10", @@ -940949,16 +892079,6 @@ "show_number": "5540", "fullAnswer": "27" }, - { - "category": "PUZZLING ANIMATION", - "air_date": "2008-10-10", - "question": "Robert Browning told us to do this \"along with me. The best is yet to be\"", - "value": "$400", - "answer": "grow old", - "round": "Jeopardy!", - "show_number": "5540", - "fullAnswer": "grow old" - }, { "category": "JUST DESSERTS", "air_date": "2008-10-10", @@ -940984,7 +892104,7 @@ "air_date": "2008-10-10", "question": "The first part of this novel is called \"The Maiden\"", "value": "$400", - "answer": "Tess of the d\\'Urbervilles", + "answer": "Tess of the d'Urbervilles", "round": "Jeopardy!", "show_number": "5540", "fullAnswer": "Tess of the d\\'Urbervilles" @@ -941009,16 +892129,6 @@ "show_number": "5540", "fullAnswer": "8" }, - { - "category": "PUZZLING ANIMATION", - "air_date": "2008-10-10", - "question": "It's an upscale department store", - "value": "$600", - "answer": "Bloomingdale\\'s", - "round": "Jeopardy!", - "show_number": "5540", - "fullAnswer": "Bloomingdale\\'s" - }, { "category": "JUST DESSERTS", "air_date": "2008-10-10", @@ -941069,16 +892179,6 @@ "show_number": "5540", "fullAnswer": "13 & 30" }, - { - "category": "PUZZLING ANIMATION", - "air_date": "2008-10-10", - "question": "You might get a call from a collection agency if you have this", - "value": "$800", - "answer": "account past due", - "round": "Jeopardy!", - "show_number": "5540", - "fullAnswer": "an account past due" - }, { "category": "JUST DESSERTS", "air_date": "2008-10-10", @@ -941129,16 +892229,6 @@ "show_number": "5540", "fullAnswer": "3000" }, - { - "category": "PUZZLING ANIMATION", - "air_date": "2008-10-10", - "question": "Tom Petty had a Top 40 hit with this \"Long After Dark\"", - "value": "$1000", - "answer": "Change Of Heart", - "round": "Jeopardy!", - "show_number": "5540", - "fullAnswer": "\"Change Of Heart\"" - }, { "category": "JUST DESSERTS", "air_date": "2008-10-10", @@ -941409,16 +892499,6 @@ "show_number": "5540", "fullAnswer": "Neapolitan" }, - { - "category": "\"GEN\"ERAL SCIENCE", - "air_date": "2008-10-10", - "question": "(Cheryl of the Clue Crew hangs with a robotic dinosaur from Walking with Dinosaurs.) The stegosaurus had a walnut-sized brain, so the enlarged area in the spinal cord was thought to be a second brain; it probably stored this polysaccharide, an energy reserve", - "value": "$2000", - "answer": "glycogen", - "round": "Double Jeopardy!", - "show_number": "5540", - "fullAnswer": "glycogen" - }, { "category": "LAST TOP 10 POP HIT", "air_date": "2008-10-10", @@ -941539,16 +892619,6 @@ "show_number": "4632", "fullAnswer": "spring" }, - { - "category": "NONFICTION", - "air_date": "2004-10-26", - "question": "(Hi. I'm Bob Woodward.) In 1976 Carl Bernstein & I published \"The Final Days\" about his last days in office", - "value": "$400", - "answer": "Nixon", - "round": "Jeopardy!", - "show_number": "4632", - "fullAnswer": "Nixon" - }, { "category": "WOMEN IN SPORTS", "air_date": "2004-10-26", @@ -941634,21 +892704,11 @@ "air_date": "2004-10-26", "question": "Valerie Harper is one of the chorus girls in this 1959 movie musical set in Dogpatch", "value": "$600", - "answer": "Li\\'l Abner", + "answer": "Li'l Abner", "round": "Jeopardy!", "show_number": "4632", "fullAnswer": "Li\\'l Abner" }, - { - "category": "ARTS & CRAFTS", - "air_date": "2004-10-26", - "question": "This type of picture takes its name from a medieval term for decorations of shrines to the muses", - "value": "$600", - "answer": "mosaic", - "round": "Jeopardy!", - "show_number": "4632", - "fullAnswer": "a mosaic" - }, { "category": "PROVERBIALLY SPEAKING", "air_date": "2004-10-26", @@ -941679,16 +892739,6 @@ "show_number": "4632", "fullAnswer": "golf" }, - { - "category": "\"B\"EOPLE", - "air_date": "2004-10-26", - "question": "Seen here, he's a Democrat and the ranking member of the Senate Foreign Relations Committee", - "value": "$800", - "answer": "Joe Biden", - "round": "Jeopardy!", - "show_number": "4632", - "fullAnswer": "Joe Biden" - }, { "category": "1959", "air_date": "2004-10-26", @@ -941779,16 +892829,6 @@ "show_number": "4632", "fullAnswer": "hope" }, - { - "category": "ISLANDS", - "air_date": "2004-10-26", - "question": "(Jeff Probst delivers the clue from Vanuatu, location of Survivor 9.) Using vines tied around their ankles, the land divers of Pentecost Island may have inspired this sport", - "value": "$400", - "answer": "bungee jumping", - "round": "Double Jeopardy!", - "show_number": "4632", - "fullAnswer": "bungee jumping" - }, { "category": "A HIT TWICE", "air_date": "2004-10-26", @@ -941974,7 +893014,7 @@ "air_date": "2004-10-26", "question": "Both Bobby Day & Michael Jackson peaked at No. 2 with this \"Rockin'\" single", "value": "$1600", - "answer": "Rockin\\' Robin", + "answer": "Rockin' Robin", "round": "Double Jeopardy!", "show_number": "4632", "fullAnswer": "\"Rockin\\' Robin\"" @@ -942049,16 +893089,6 @@ "show_number": "4632", "fullAnswer": "Zachary Taylor" }, - { - "category": "BEER BRANDS", - "air_date": "2004-10-26", - "question": "The label of this brand is seen here", - "value": "$2000", - "answer": "St. Pauli Girl", - "round": "Double Jeopardy!", - "show_number": "4632", - "fullAnswer": "St. Pauli Girl" - }, { "category": "AROUND THE BODY", "air_date": "2004-10-26", @@ -942079,16 +893109,6 @@ "show_number": "4632", "fullAnswer": "grovel for gravel" }, - { - "category": "AUTHORS", - "air_date": "2004-10-26", - "question": "After several decades off it, works by this man seen here returned to the New York Times Bestseller List in 2003", - "value": null, - "answer": "J.R.R. Tolkien", - "round": "Final Jeopardy!", - "show_number": "4632", - "fullAnswer": "J.R.R. Tolkien" - }, { "category": "SHAKESPEARE TITLES IN OTHER WORDS", "air_date": "2006-02-23", @@ -942309,16 +893329,6 @@ "show_number": "4944", "fullAnswer": "Lindbergh" }, - { - "category": "GUNS", - "air_date": "2006-02-23", - "question": "Seen here, it's the classic 94 model from this company whose repeating rifles tamed the frontier", - "value": "$800", - "answer": "Winchester", - "round": "Jeopardy!", - "show_number": "4944", - "fullAnswer": "Winchester" - }, { "category": "\"TRANS\" MISSION", "air_date": "2006-02-23", @@ -942444,7 +893454,7 @@ "air_date": "2006-02-23", "question": "Advice guru Ms. Van Buren's striped cats", "value": "$400", - "answer": "Abby\\'s tabbies", + "answer": "Abby's tabbies", "round": "Double Jeopardy!", "show_number": "4944", "fullAnswer": "Abby\\'s tabbies" @@ -942504,7 +893514,7 @@ "air_date": "2006-02-23", "question": "Uniquely coiffed NYC real estate mogul's \"derriere\" steaks", "value": "$800", - "answer": "Trump\\'s rumps", + "answer": "Trump's rumps", "round": "Double Jeopardy!", "show_number": "4944", "fullAnswer": "Trump\\'s rumps" @@ -942564,7 +893574,7 @@ "air_date": "2006-02-23", "question": "President & later Chief Justice's cold currents of air", "value": "$1200", - "answer": "Taft\\'s drafts", + "answer": "Taft's drafts", "round": "Double Jeopardy!", "show_number": "4944", "fullAnswer": "Taft\\'s drafts" @@ -942624,7 +893634,7 @@ "air_date": "2006-02-23", "question": "Rhode Island founder Williams' major league baseball team", "value": "$1600", - "answer": "Roger\\'s Dodgers", + "answer": "Roger's Dodgers", "round": "Double Jeopardy!", "show_number": "4944", "fullAnswer": "Roger\\'s Dodgers" @@ -942999,16 +894009,6 @@ "show_number": "4948", "fullAnswer": "Hugh Downs" }, - { - "category": "THE KENNEDY YEARS", - "air_date": "2006-03-01", - "question": "In October 1962 JFK was photographed in the Oval Office with Soviet leader who were unaware he already knew about this crisis", - "value": "$400", - "answer": "Cuban Missile Crisis", - "round": "Double Jeopardy!", - "show_number": "4948", - "fullAnswer": "the Cuban Missile Crisis" - }, { "category": "SPORTS FRANCHISES ON FILM", "air_date": "2006-03-01", @@ -943119,16 +894119,6 @@ "show_number": "4948", "fullAnswer": "the intelligentsia" }, - { - "category": "THE KENNEDY YEARS", - "air_date": "2006-03-01", - "question": "(Sarah of the Clue Crew reads from the JFK Library & Museum in Boston, MA.) One exhibit at the Kennedy Library recreates the Justice Department office of this man, John F. Kennedy's most trusted advisor", - "value": "$1200", - "answer": "Robert Kennedy", - "round": "Double Jeopardy!", - "show_number": "4948", - "fullAnswer": "Robert Kennedy" - }, { "category": "SPORTS FRANCHISES ON FILM", "air_date": "2006-03-01", @@ -943239,16 +894229,6 @@ "show_number": "4948", "fullAnswer": "an ironclad" }, - { - "category": "THE KENNEDY YEARS", - "air_date": "2006-03-01", - "question": "(Sarah of the Clue Crew reads next to a rocking chair in the JFK Library & Museum in Boston, MA.) Because of his bad back, President Kennedy often sat in one of his famous rocking chairs, even when meeting with this future prime minister in 1962", - "value": "$2000", - "answer": "Indira Gandhi", - "round": "Double Jeopardy!", - "show_number": "4948", - "fullAnswer": "Indira Gandhi" - }, { "category": "SPORTS FRANCHISES ON FILM", "air_date": "2006-03-01", @@ -943349,16 +894329,6 @@ "show_number": "4353", "fullAnswer": "Mayflower" }, - { - "category": "HELLO, SPORTS FANS", - "air_date": "2003-07-02", - "question": "(Yankees manager Joe Torre reads the clue.) In 1971 I led the league in average & RBIs, so I was just the home run title short of winning this", - "value": "$200", - "answer": "Triple Crown", - "round": "Jeopardy!", - "show_number": "4353", - "fullAnswer": "Triple Crown" - }, { "category": "HAVE A BEER!", "air_date": "2003-07-02", @@ -943469,16 +894439,6 @@ "show_number": "4353", "fullAnswer": "\"Moon River\"" }, - { - "category": "HELLO, SPORTS FANS", - "air_date": "2003-07-02", - "question": "(I'm Ed McCaffrey.) It was the name of my team at Stanford, & also one of the team colors", - "value": "$600", - "answer": "Cardinal", - "round": "Jeopardy!", - "show_number": "4353", - "fullAnswer": "Cardinal" - }, { "category": "HAVE A BEER!", "air_date": "2003-07-02", @@ -943529,16 +894489,6 @@ "show_number": "4353", "fullAnswer": "mustard seed" }, - { - "category": "HELLO, SPORTS FANS", - "air_date": "2003-07-02", - "question": "(Pro golfer Peter Jacobsen.) To land the ball on the green with this, also called juice, hit the ball below its equator with a lofted club", - "value": "$800", - "answer": "backspin", - "round": "Jeopardy!", - "show_number": "4353", - "fullAnswer": "backspin" - }, { "category": "HAVE A BEER!", "air_date": "2003-07-02", @@ -943589,16 +894539,6 @@ "show_number": "4353", "fullAnswer": "Tom Mix" }, - { - "category": "HELLO, SPORTS FANS", - "air_date": "2003-07-02", - "question": "(I'm NFL quarterback Jeff Garcia.) In 2000 I became the fourth 49er to throw for 30 TDs in a season, after John Brodie & these 2 other fairly decent passers", - "value": "$1000", - "answer": "Joe Montana & Steve Young", - "round": "Jeopardy!", - "show_number": "4353", - "fullAnswer": "Joe Montana & Steve Young" - }, { "category": "HAVE A BEER!", "air_date": "2003-07-02", @@ -944084,7 +895024,7 @@ "air_date": "2001-05-30", "question": "\"All the little birds on Jaybird Street love to hear\" this bird \"go tweet, tweet, tweet\"", "value": "$300", - "answer": "Rockin\\' Robin", + "answer": "Rockin' Robin", "round": "Jeopardy!", "show_number": "3868", "fullAnswer": "\"Rockin\\' Robin\"" @@ -944194,7 +895134,7 @@ "air_date": "2001-05-30", "question": "In this 1967 film Spencer Tracy asks, \"Well, Tillie, when the hell are we going to get some dinner?\"", "value": "$500", - "answer": "Guess Who\\'s Coming to Dinner", + "answer": "Guess Who's Coming to Dinner", "round": "Jeopardy!", "show_number": "3868", "fullAnswer": "Guess Who\\'s Coming to Dinner" @@ -944214,7 +895154,7 @@ "air_date": "2001-05-30", "question": "Dental appliances for a pair of bullets", "value": "$500", - "answer": "Aces\\' braces", + "answer": "Aces' braces", "round": "Jeopardy!", "show_number": "3868", "fullAnswer": "Aces\\' braces" @@ -944559,16 +895499,6 @@ "show_number": "5344", "fullAnswer": "Cuba" }, - { - "category": "PULP NURSERY RHYME", - "air_date": "2007-11-29", - "question": "This title dame was eatin' curds & whey when the spider came in; she ran into my arms, but I knew she was trouble", - "value": "$200", - "answer": "Little Miss Muffet", - "round": "Jeopardy!", - "show_number": "5344", - "fullAnswer": "Little Miss Muffet" - }, { "category": "\"CON\" GAME", "air_date": "2007-11-29", @@ -944619,16 +895549,6 @@ "show_number": "5344", "fullAnswer": "18" }, - { - "category": "PULP NURSERY RHYME", - "air_date": "2007-11-29", - "question": "Some of it was hot; some, cold. I guessed this food had been in the pot for 9 days, like the coffee in my office", - "value": "$400", - "answer": "porridge", - "round": "Jeopardy!", - "show_number": "5344", - "fullAnswer": "porridge" - }, { "category": "\"CON\" GAME", "air_date": "2007-11-29", @@ -944679,16 +895599,6 @@ "show_number": "5344", "fullAnswer": "1950s" }, - { - "category": "PULP NURSERY RHYME", - "air_date": "2007-11-29", - "question": "He'd \"called for his pipe\" & bowl. I knew his 3 fiddlers'd bolt at the sight of my .44. It was time to make my move", - "value": "$600", - "answer": "Old King Cole", - "round": "Jeopardy!", - "show_number": "5344", - "fullAnswer": "Old King Cole" - }, { "category": "\"CON\" GAME", "air_date": "2007-11-29", @@ -944739,16 +895649,6 @@ "show_number": "5344", "fullAnswer": "American Airlines" }, - { - "category": "PULP NURSERY RHYME", - "air_date": "2007-11-29", - "question": "She was desperate. I said for $50 a day, plus expenses, I'd track down her sheep, even if she didn't know where to find 'em", - "value": "$800", - "answer": "Little Bo Peep", - "round": "Jeopardy!", - "show_number": "5344", - "fullAnswer": "Little Bo Peep" - }, { "category": "\"CON\" GAME", "air_date": "2007-11-29", @@ -944799,16 +895699,6 @@ "show_number": "5344", "fullAnswer": "Marseilles" }, - { - "category": "PULP NURSERY RHYME", - "air_date": "2007-11-29", - "question": "Not in the meadow or the corn; word on the street had him \"under the haystack fast asleep\". I always hated musicians", - "value": "$1000", - "answer": "Little Boy Blue", - "round": "Jeopardy!", - "show_number": "5344", - "fullAnswer": "Little Boy Blue" - }, { "category": "\"CON\" GAME", "air_date": "2007-11-29", @@ -944829,16 +895719,6 @@ "show_number": "5344", "fullAnswer": "The Firm" }, - { - "category": "WHERE AM I?", - "air_date": "2007-11-29", - "question": "(Jon of the Clue Crew stands next to an ornate clock in a glass case.) I'm here in the only surviving apartment that Mozart lived in, in this world capital; it's now a museum devoted to him", - "value": "$400", - "answer": "Vienna", - "round": "Double Jeopardy!", - "show_number": "5344", - "fullAnswer": "Vienna" - }, { "category": "FROM PAGE TO SCREEN", "air_date": "2007-11-29", @@ -944864,7 +895744,7 @@ "air_date": "2007-11-29", "question": "Threshers' & hammerheads' recreation areas", "value": "$400", - "answer": "sharks\\' parks", + "answer": "sharks' parks", "round": "Double Jeopardy!", "show_number": "5344", "fullAnswer": "sharks\\' parks" @@ -944889,26 +895769,6 @@ "show_number": "5344", "fullAnswer": "tornado" }, - { - "category": "WHERE AM I?", - "air_date": "2007-11-29", - "question": "(Jon of the Clue Crew reads from a European riverbank.) Since 1209, a church has stood on this same spot; today, St. Peter's is a landmark in this middle of the three Baltic states", - "value": "$800", - "answer": "Latvia", - "round": "Double Jeopardy!", - "show_number": "5344", - "fullAnswer": "Latvia" - }, - { - "category": "FROM PAGE TO SCREEN", - "air_date": "2007-11-29", - "question": "(Hi, I'm Sean Hayes.) I got one of my first big breaks when I was cast in the film \"A & P\", based on a story by this \"Rabbit, Run\" author", - "value": "$800", - "answer": "John Updike", - "round": "Double Jeopardy!", - "show_number": "5344", - "fullAnswer": "John Updike" - }, { "category": "SCIENCE FACTION", "air_date": "2007-11-29", @@ -944949,16 +895809,6 @@ "show_number": "5344", "fullAnswer": "restaurants" }, - { - "category": "WHERE AM I?", - "air_date": "2007-11-29", - "question": "(Jimmy of the Clue Crew also reads from a European riverbank.) Prazsky Hrad, a castle that shares its name with the city it's in, is the seat of the president of this country", - "value": "$1200", - "answer": "Czech Republic", - "round": "Double Jeopardy!", - "show_number": "5344", - "fullAnswer": "the Czech Republic" - }, { "category": "FROM PAGE TO SCREEN", "air_date": "2007-11-29", @@ -944999,16 +895849,6 @@ "show_number": "5344", "fullAnswer": "The Miami Herald" }, - { - "category": "WHERE AM I?", - "air_date": "2007-11-29", - "question": "(Jon of the Clue Crew stands on yet another European riverbank.) I'm at the Crane over the Motlawa River, once used to load cargo and put up masts in this Polish ship-building city", - "value": "$1600", - "answer": "Gdansk", - "round": "Double Jeopardy!", - "show_number": "5344", - "fullAnswer": "Gdansk" - }, { "category": "FROM PAGE TO SCREEN", "air_date": "2007-11-29", @@ -945049,16 +895889,6 @@ "show_number": "5344", "fullAnswer": "editorials" }, - { - "category": "WHERE AM I?", - "air_date": "2007-11-29", - "question": "(Kelly of the Clue Crew stands next to a military helicopter.) I'm at Kadena Air Base on this island, the largest in the Ryukyu Islands", - "value": "$2000", - "answer": "Okinawa", - "round": "Double Jeopardy!", - "show_number": "5344", - "fullAnswer": "Okinawa" - }, { "category": "FROM PAGE TO SCREEN", "air_date": "2007-11-29", @@ -945619,16 +896449,6 @@ "show_number": "2955", "fullAnswer": "Amos" }, - { - "category": "MARLON BRANDO FILMS", - "air_date": "1997-06-06", - "question": "Movie in which you'd hear the following:

\"Luck be a lady tonight, luck be a lady tonight, luck if you've ever been lady to begin with, luck be a lady tonight!\"", - "value": "$3,000", - "answer": "Guys and Dolls", - "round": "Double Jeopardy!", - "show_number": "2955", - "fullAnswer": "Guys and Dolls" - }, { "category": "WORLD CAPITALS", "air_date": "1997-06-06", @@ -945719,16 +896539,6 @@ "show_number": "2955", "fullAnswer": "JACK (for Jack Nicklaus)" }, - { - "category": "THE DAIRY CATTLE CENTER", - "air_date": "2008-05-12", - "question": "(Jimmy and Cheryl of the Clue Crew report from the Babcock Hall Dairy in Wisconsin. Jimmy reads the clue.)
Cows store massive food in the first of four chambers of the stomach as a part of this process that also means \"thinking over slowly\"", - "value": "$200", - "answer": "ruminate ", - "round": "Jeopardy!", - "show_number": "5461", - "fullAnswer": "ruminate (or rumination)" - }, { "category": "THE NEW YORK TIMES ENTERTAINMENT", "air_date": "2008-05-12", @@ -945779,26 +896589,6 @@ "show_number": "5461", "fullAnswer": "New Mexico" }, - { - "category": "THE DAIRY CATTLE CENTER", - "air_date": "2008-05-12", - "question": "(Cheryl reads the clue at the Babcock Hall Dairy in Wisconsin.)
To simulate the sucking of a calf and prevent damage to the udder, the milk vacuum uses this type of regular rhythm from the Latin for \"beat\"", - "value": "$400", - "answer": "pulse", - "round": "Jeopardy!", - "show_number": "5461", - "fullAnswer": "pulse" - }, - { - "category": "THE NEW YORK TIMES ENTERTAINMENT", - "air_date": "2008-05-12", - "question": "Nytimes.com lauded Hamish Linklater, who plays Julia Louis-Dreyfus' brother Matthew on this sitcom", - "value": "$400", - "answer": "New Adventures of Old Christine", - "round": "Jeopardy!", - "show_number": "5461", - "fullAnswer": "The New Adventures of Old Christine" - }, { "category": "COLLEGE COURSES", "air_date": "2008-05-12", @@ -945839,16 +896629,6 @@ "show_number": "5461", "fullAnswer": "Paul Newman" }, - { - "category": "THE DAIRY CATTLE CENTER", - "air_date": "2008-05-12", - "question": "(Jimmy and Cheryl report from the Babcock Hall Dairy. Cheryl gives the clue.)
DMI or Dry Matter Intake correlates with good milk production; cows especially need this component of plant cell walls sometimes called bulk or roughage", - "value": "$600", - "answer": "fiber ", - "round": "Jeopardy!", - "show_number": "5461", - "fullAnswer": "fiber (or cellulose)" - }, { "category": "THE NEW YORK TIMES ENTERTAINMENT", "air_date": "2008-05-12", @@ -945899,26 +896679,6 @@ "show_number": "5461", "fullAnswer": "Newport News" }, - { - "category": "THE DAIRY CATTLE CENTER", - "air_date": "2008-05-12", - "question": "(Jimmy reads the clue at the Babcock Hall Dairy.)
For maximum milk yield, you want to keep your cows calm so they don't become excited and release this hormone also called epinephrine", - "value": "$800", - "answer": "adrenaline", - "round": "Jeopardy!", - "show_number": "5461", - "fullAnswer": "adrenaline" - }, - { - "category": "THE NEW YORK TIMES ENTERTAINMENT", - "air_date": "2008-05-12", - "question": "Nytimes.com blogged on the New York Philharmonic's Asian tour, which included a stop in this North Korean capital", - "value": "$800", - "answer": "Pyongyang", - "round": "Jeopardy!", - "show_number": "5461", - "fullAnswer": "Pyongyang" - }, { "category": "COLLEGE COURSES", "air_date": "2008-05-12", @@ -945959,16 +896719,6 @@ "show_number": "5461", "fullAnswer": "a newt" }, - { - "category": "THE DAIRY CATTLE CENTER", - "air_date": "2008-05-12", - "question": "(Jimmy gives the clue at the Babcock Hall Dairy.)
Centuries ago, a black breed and a white breed mingled to produce this type of cow named for a German region; today, it produces 90% of U.S. milk", - "value": "$1000", - "answer": "Holstein", - "round": "Jeopardy!", - "show_number": "5461", - "fullAnswer": "Holstein" - }, { "category": "THE NEW YORK TIMES ENTERTAINMENT", "air_date": "2008-05-12", @@ -946059,16 +896809,6 @@ "show_number": "5461", "fullAnswer": "Cambridge" }, - { - "category": "MAKE SOME NOISE!", - "air_date": "2008-05-12", - "question": "Punish your roommates by rising early each day & learning how to play this instrument", - "value": "$400", - "answer": "bagpipes", - "round": "Double Jeopardy!", - "show_number": "5461", - "fullAnswer": "the bagpipes" - }, { "category": "NEW MEDIA", "air_date": "2008-05-12", @@ -946099,16 +896839,6 @@ "show_number": "5461", "fullAnswer": "a python" }, - { - "category": "CHEMISTRY", - "air_date": "2008-05-12", - "question": "(Jimmy of the Clue Crew squeezes lemon juice into a beaker of tea.) This type of acid in the lemon acts as a bleaching agent with the dye in the tea, causing the tea's color to fade", - "value": "$800", - "answer": "citric acid", - "round": "Double Jeopardy!", - "show_number": "5461", - "fullAnswer": "citric acid" - }, { "category": "FOREIGN COLLEGE TOWNS", "air_date": "2008-05-12", @@ -946119,16 +896849,6 @@ "show_number": "5461", "fullAnswer": "the Ganges" }, - { - "category": "MAKE SOME NOISE!", - "air_date": "2008-05-12", - "question": "It's the pavement-destroying tool heard here", - "value": "$800", - "answer": "jackhammer", - "round": "Double Jeopardy!", - "show_number": "5461", - "fullAnswer": "a jackhammer" - }, { "category": "NEW MEDIA", "air_date": "2008-05-12", @@ -946179,16 +896899,6 @@ "show_number": "5461", "fullAnswer": "The Hague" }, - { - "category": "MAKE SOME NOISE!", - "air_date": "2008-05-12", - "question": "This country's national anthem is heard here", - "value": "$1200", - "answer": "France", - "round": "Double Jeopardy!", - "show_number": "5461", - "fullAnswer": "France" - }, { "category": "NEW MEDIA", "air_date": "2008-05-12", @@ -946239,16 +896949,6 @@ "show_number": "5461", "fullAnswer": "Bologna" }, - { - "category": "MAKE SOME NOISE!", - "air_date": "2008-05-12", - "question": "The Canada variety of these are heard here", - "value": "$1600", - "answer": "geese", - "round": "Double Jeopardy!", - "show_number": "5461", - "fullAnswer": "geese" - }, { "category": "NEW MEDIA", "air_date": "2008-05-12", @@ -946299,26 +896999,6 @@ "show_number": "5461", "fullAnswer": "Tanzania" }, - { - "category": "MAKE SOME NOISE!", - "air_date": "2008-05-12", - "question": "Year of the inspiring speech heard here:
\"Ask not what your country can do for you--
ask what you can do for your country\"
", - "value": "$2000", - "answer": "1961", - "round": "Double Jeopardy!", - "show_number": "5461", - "fullAnswer": "1961" - }, - { - "category": "NEW MEDIA", - "air_date": "2008-05-12", - "question": "On the CBS.com reality show \"InTurn\", hot hopefuls vie for a role on this TV soap opera", - "value": "$2000", - "answer": "As the World Turns", - "round": "Double Jeopardy!", - "show_number": "5461", - "fullAnswer": "As the World Turns" - }, { "category": "INVENTORS", "air_date": "2008-05-12", @@ -946369,16 +897049,6 @@ "show_number": "5221", "fullAnswer": "pediatrics" }, - { - "category": "OR \"LAW\" SCHOOL?", - "air_date": "2007-04-30", - "question": "Specific type of nail-knocker seen here", - "value": "$200", - "answer": "claw hammer", - "round": "Jeopardy!", - "show_number": "5221", - "fullAnswer": "a claw hammer" - }, { "category": "I'M GOING TO DISNEYLAND", "air_date": "2007-04-30", @@ -946399,26 +897069,6 @@ "show_number": "5221", "fullAnswer": "trains (or locomotives)" }, - { - "category": "TRAVELING ABROAD", - "air_date": "2007-04-30", - "question": "Life is a carnival when you travel to this country", - "value": "$400", - "answer": "Brazil", - "round": "Jeopardy!", - "show_number": "5221", - "fullAnswer": "Brazil" - }, - { - "category": "FLIPPIN' BURGERS", - "air_date": "2007-04-30", - "question": "Rodin's classic group \"The Burghers of\" this city is seen here", - "value": "$400", - "answer": "Calais", - "round": "Jeopardy!", - "show_number": "5221", - "fullAnswer": "Calais" - }, { "category": "HOW ABOUT MED SCHOOL?", "air_date": "2007-04-30", @@ -946504,7 +897154,7 @@ "air_date": "2007-04-30", "question": "I love the theme of global unity on the ride in which international dolls sing this interminable tune", "value": "$600", - "answer": "It\\'s A Small World", + "answer": "It's A Small World", "round": "Jeopardy!", "show_number": "5221", "fullAnswer": "\"It\\'s A Small World\"" @@ -946519,16 +897169,6 @@ "show_number": "5221", "fullAnswer": "(William Randolph) Hearst" }, - { - "category": "TRAVELING ABROAD", - "air_date": "2007-04-30", - "question": "You can go visit this \"glorious\" nation seen here", - "value": "$800", - "answer": "Kazakhstan", - "round": "Jeopardy!", - "show_number": "5221", - "fullAnswer": "Kazakhstan" - }, { "category": "FLIPPIN' BURGERS", "air_date": "2007-04-30", @@ -946599,16 +897239,6 @@ "show_number": "5221", "fullAnswer": "Hair" }, - { - "category": "HOW ABOUT MED SCHOOL?", - "air_date": "2007-04-30", - "question": "(Jon of the Clue Crew shows a diagram on a monitor.) In the spinal cord & the brain, these specialized cells consist of an axon, one or more dendrites & a nucleus", - "value": "$1000", - "answer": "neuron", - "round": "Jeopardy!", - "show_number": "5221", - "fullAnswer": "a neuron" - }, { "category": "OR \"LAW\" SCHOOL?", "air_date": "2007-04-30", @@ -946679,26 +897309,6 @@ "show_number": "5221", "fullAnswer": "extracurricular activities" }, - { - "category": "INTRA-MURALS", - "air_date": "2007-04-30", - "question": "The three guys seen here are part of a mural painted by this man", - "value": "$400", - "answer": "Da Vinci", - "round": "Double Jeopardy!", - "show_number": "5221", - "fullAnswer": "Da Vinci" - }, - { - "category": "HISTORICAL FICTION", - "air_date": "2007-04-30", - "question": "(Jimmy of the Clew Crew reports from Bloomsbury Square, London.) His \"Barnaby Rudge\", a novel of the 1780 anti-Catholic riots, describes the rioters' actions, & later their hanging, here--in Bloomsbury Square", - "value": "$800", - "answer": "Dickens", - "round": "Double Jeopardy!", - "show_number": "5221", - "fullAnswer": "Dickens" - }, { "category": "THE ROLES OF A LIFETIME", "air_date": "2007-04-30", @@ -946739,16 +897349,6 @@ "show_number": "5221", "fullAnswer": "an essay" }, - { - "category": "INTRA-MURALS", - "air_date": "2007-04-30", - "question": "The fresco seen here shows monks practicing martial arts in this country", - "value": "$800", - "answer": "China", - "round": "Double Jeopardy!", - "show_number": "5221", - "fullAnswer": "China" - }, { "category": "HISTORICAL FICTION", "air_date": "2007-04-30", @@ -946799,16 +897399,6 @@ "show_number": "5221", "fullAnswer": "engineering" }, - { - "category": "INTRA-MURALS", - "air_date": "2007-04-30", - "question": "The two men seen here have similar last names & share this grand title", - "value": "$1200", - "answer": "Ayatollah", - "round": "Double Jeopardy!", - "show_number": "5221", - "fullAnswer": "Ayatollah" - }, { "category": "HISTORICAL FICTION", "air_date": "2007-04-30", @@ -946859,16 +897449,6 @@ "show_number": "5221", "fullAnswer": "an entrance exam" }, - { - "category": "INTRA-MURALS", - "air_date": "2007-04-30", - "question": "Sari! The two gals seen here don't clash with the image of this edifice behind them", - "value": "$1600", - "answer": "Taj Mahal", - "round": "Double Jeopardy!", - "show_number": "5221", - "fullAnswer": "the Taj Mahal" - }, { "category": "HISTORICAL FICTION", "air_date": "2007-04-30", @@ -946919,16 +897499,6 @@ "show_number": "5221", "fullAnswer": "an endowment" }, - { - "category": "INTRA-MURALS", - "air_date": "2007-04-30", - "question": "The bug seen here above Anubis' head is one of these beetles", - "value": "$2000", - "answer": "scarab", - "round": "Double Jeopardy!", - "show_number": "5221", - "fullAnswer": "a scarab" - }, { "category": "STATES OF MEXICO", "air_date": "2007-04-30", @@ -946984,7 +897554,7 @@ "air_date": "2001-10-11", "question": "Gore's buddies", "value": "$100", - "answer": "Al\\'s pals", + "answer": "Al's pals", "round": "Jeopardy!", "show_number": "3934", "fullAnswer": "Al\\'s pals" @@ -947044,7 +897614,7 @@ "air_date": "2001-10-11", "question": "Cheney's bloodsucking arachnids", "value": "$200", - "answer": "Dick\\'s ticks", + "answer": "Dick's ticks", "round": "Jeopardy!", "show_number": "3934", "fullAnswer": "Dick\\'s ticks" @@ -947104,7 +897674,7 @@ "air_date": "2001-10-11", "question": "Mondale's midriff-baring tops", "value": "$300", - "answer": "Walter\\'s halters", + "answer": "Walter's halters", "round": "Jeopardy!", "show_number": "3934", "fullAnswer": "Walter\\'s halters" @@ -947164,7 +897734,7 @@ "air_date": "2001-10-11", "question": "Van Buren's merchandise boxes", "value": "$400", - "answer": "Martin\\'s cartons", + "answer": "Martin's cartons", "round": "Jeopardy!", "show_number": "3934", "fullAnswer": "Martin\\'s cartons" @@ -947224,7 +897794,7 @@ "air_date": "2001-10-11", "question": "Arthur's fools", "value": "$500", - "answer": "Chester\\'s jesters", + "answer": "Chester's jesters", "round": "Jeopardy!", "show_number": "3934", "fullAnswer": "Chester\\'s jesters" @@ -948204,7 +898774,7 @@ "air_date": "2003-06-23", "question": "This business chain, begun in Memphis in 1974, was named for a Mr. Ross who gave great haircuts", "value": "$400", - "answer": "Fantastic Sam\\'s", + "answer": "Fantastic Sam's", "round": "Jeopardy!", "show_number": "4346", "fullAnswer": "Fantastic Sam\\'s" @@ -948669,16 +899239,6 @@ "show_number": "4605", "fullAnswer": "Tokyo" }, - { - "category": "WE LOVE BROADWAY", - "air_date": "2004-09-17", - "question": "Introduced in a 1933 film, this song heard here has become a toe-tapping favorite on Broadway", - "value": "$200", - "answer": "42nd Street", - "round": "Jeopardy!", - "show_number": "4605", - "fullAnswer": "\"42nd Street\"" - }, { "category": "THAT'S YOUNG!", "air_date": "2004-09-17", @@ -948699,16 +899259,6 @@ "show_number": "4605", "fullAnswer": "New Guinea" }, - { - "category": "CLASSIC GAMES", - "air_date": "2004-09-17", - "question": "(Jimmy of the Clue Crew plays a game with Sofia.) Eight years of studying medicine have prepared me to perform delicate surgery on Cavity Sam in this game--scalpel!

Bzzzt!", - "value": "$200", - "answer": "Operation", - "round": "Jeopardy!", - "show_number": "4605", - "fullAnswer": "Operation" - }, { "category": "QUASI-RELATED PAIRS", "air_date": "2004-09-17", @@ -948799,16 +899349,6 @@ "show_number": "4605", "fullAnswer": "Sicily" }, - { - "category": "CLASSIC GAMES", - "air_date": "2004-09-17", - "question": "(Sofia of the Clue Crew plays a game with Jimmy.) Trying to catch a rodent isn't as easy as it seems in this classic board game", - "value": "$600", - "answer": "Mouse Trap", - "round": "Jeopardy!", - "show_number": "4605", - "fullAnswer": "Mouse Trap" - }, { "category": "QUASI-RELATED PAIRS", "air_date": "2004-09-17", @@ -948879,16 +899419,6 @@ "show_number": "4605", "fullAnswer": "Wellington" }, - { - "category": "WE LOVE BROADWAY", - "air_date": "2004-09-17", - "question": "Jason Patrick & Ashley Judd are seen here in the acclaimed revival of this Tennessee Williams classic", - "value": "$1000", - "answer": "Cat on a Hot Tin Roof", - "round": "Jeopardy!", - "show_number": "4605", - "fullAnswer": "Cat on a Hot Tin Roof" - }, { "category": "ISLANDS", "air_date": "2004-09-17", @@ -948899,16 +899429,6 @@ "show_number": "4605", "fullAnswer": "the Azores" }, - { - "category": "CLASSIC GAMES", - "air_date": "2004-09-17", - "question": "(Sofia of the Clue Crew plays a game with Jimmy.) Jimmy's playing older brother & helping me choose who's taking me out in the updated version of this game

Guy on telephone says, \"What's up?\" and Jimmy shakes his head.", - "value": "$1000", - "answer": "Mystery Date", - "round": "Jeopardy!", - "show_number": "4605", - "fullAnswer": "Mystery Date" - }, { "category": "QUASI-RELATED PAIRS", "air_date": "2004-09-17", @@ -948979,16 +899499,6 @@ "show_number": "4605", "fullAnswer": "Nicaragua" }, - { - "category": "MONTY PYTHON", - "air_date": "2004-09-17", - "question": "In 1988 this Pythoner made it around the world in 80 days for the BBC with 17 hours to spare", - "value": "$800", - "answer": "Michael Palin", - "round": "Double Jeopardy!", - "show_number": "4605", - "fullAnswer": "Michael Palin" - }, { "category": "BRING OUT YOUR DEAD", "air_date": "2004-09-17", @@ -949039,16 +899549,6 @@ "show_number": "4605", "fullAnswer": "nicknames" }, - { - "category": "MONTY PYTHON", - "air_date": "2004-09-17", - "question": "Beating out \"A Clockwork Orange\", this Python film won best British film of all time in an Amazon.com poll", - "value": "$1200", - "answer": "Monty Python and the Holy Grail", - "round": "Double Jeopardy!", - "show_number": "4605", - "fullAnswer": "Monty Python and the Holy Grail" - }, { "category": "BRING OUT YOUR DEAD", "air_date": "2004-09-17", @@ -949219,16 +899719,6 @@ "show_number": "4605", "fullAnswer": "Niagara" }, - { - "category": "A CLOSER LOOK AT ART", - "air_date": "2008-12-03", - "question": "(Jimmy of the Clue Crew shows a famous painting on the monitor.) At first glance, you may not know that the 19th-century painting seen here was done by this artist until you notice the slippers next to the horse", - "value": "$200", - "answer": "Degas", - "round": "Jeopardy!", - "show_number": "5578", - "fullAnswer": "(Edgar) Degas" - }, { "category": "THEIR FIRST TOP 40 POP HIT", "air_date": "2008-12-03", @@ -949279,22 +899769,12 @@ "show_number": "5578", "fullAnswer": "tea" }, - { - "category": "A CLOSER LOOK AT ART", - "air_date": "2008-12-03", - "question": "(Jon of the Clue Crew shows a famous painting on the monitor.) Look past the first few people in the famous painting \"At the Moulin Rouge\" & you'll see this man, the artist, walking with his much taller cousin", - "value": "$400", - "answer": "Toulouse-Lautrec", - "round": "Jeopardy!", - "show_number": "5578", - "fullAnswer": "Toulouse-Lautrec" - }, { "category": "THEIR FIRST TOP 40 POP HIT", "air_date": "2008-12-03", "question": "\"Our Lips Are Sealed\"
(1981)", "value": "$400", - "answer": "Go-Go\\'s", + "answer": "Go-Go's", "round": "Jeopardy!", "show_number": "5578", "fullAnswer": "The Go-Go\\'s" @@ -949339,16 +899819,6 @@ "show_number": "5578", "fullAnswer": "glove" }, - { - "category": "A CLOSER LOOK AT ART", - "air_date": "2008-12-03", - "question": "(Jimmy of the Clue Crew shows a famous painting on the monitor.) In \"The Night Watch\" by this artist, the woman with the golden glow may be his wife Saskia who died the year it was completed", - "value": "$600", - "answer": "Rembrandt", - "round": "Jeopardy!", - "show_number": "5578", - "fullAnswer": "Rembrandt" - }, { "category": "THEIR FIRST TOP 40 POP HIT", "air_date": "2008-12-03", @@ -949399,16 +899869,6 @@ "show_number": "5578", "fullAnswer": "came home to roost" }, - { - "category": "A CLOSER LOOK AT ART", - "air_date": "2008-12-03", - "question": "(Jon of the Clue Crew shows a famous painting on the monitor.) Notice the washbasin & the simple clothes hanging on the wall--this artist's painting is so intimate, it's been called a self-portrait; it's his bedroom in Arles", - "value": "$800", - "answer": "Van Gogh", - "round": "Jeopardy!", - "show_number": "5578", - "fullAnswer": "Van Gogh" - }, { "category": "THEIR FIRST TOP 40 POP HIT", "air_date": "2008-12-03", @@ -949459,16 +899919,6 @@ "show_number": "5578", "fullAnswer": "his coattails" }, - { - "category": "A CLOSER LOOK AT ART", - "air_date": "2008-12-03", - "question": "(Jimmy of the Clue Crew shows a famous painting on the monitor.) The Gauguin work seen here is a tribute to this Postimpressionist; in fact, the background is one of his famous still lifes that Gauguin himself owned", - "value": "$2,200", - "answer": "Cezanne", - "round": "Jeopardy!", - "show_number": "5578", - "fullAnswer": "(Paul) Cezanne" - }, { "category": "THEIR FIRST TOP 40 POP HIT", "air_date": "2008-12-03", @@ -950034,7 +900484,7 @@ "air_date": "2000-07-04", "question": "This old Elvis tune resurrected by UB40 in 1993 begins, \"Wise men say, only fools rush in\"", "value": "$400", - "answer": "I Can\\'t Help Falling In Love With You", + "answer": "I Can't Help Falling In Love With You", "round": "Jeopardy!", "show_number": "3662", "fullAnswer": "I Can\\'t Help Falling In Love With You" @@ -950489,16 +900939,6 @@ "show_number": "5857", "fullAnswer": "Anchorage" }, - { - "category": "ASSEMBLY LINE", - "air_date": "2010-02-16", - "question": "(Alex looks over the assembly line at the Ford Motor Company in Dearborn, MI.) I know it looks like a scene from a sci-fi film, but these robots are doing this important but hazardous job that helps keep some of the metal parts together", - "value": "$200", - "answer": "welding", - "round": "Jeopardy!", - "show_number": "5857", - "fullAnswer": "welding" - }, { "category": "COUNTRY OF ORIGIN", "air_date": "2010-02-16", @@ -950519,16 +900959,6 @@ "show_number": "5857", "fullAnswer": "Little League (Baseball)" }, - { - "category": "THE \"S\" FILES", - "air_date": "2010-02-16", - "question": "Augustin Edouard was a prolific French artist specializing in this type of picture seen here", - "value": "$400", - "answer": "silhouette", - "round": "Jeopardy!", - "show_number": "5857", - "fullAnswer": "a silhouette" - }, { "category": "SEWARD'S FOLLIES", "air_date": "2010-02-16", @@ -950549,16 +900979,6 @@ "show_number": "5857", "fullAnswer": "British Columbia & the Yukon Territory" }, - { - "category": "ASSEMBLY LINE", - "air_date": "2010-02-16", - "question": "(Alex walks the assembly line at the Ford Motor Company in Dearborn, MI.) This Ford plant turns out one vehicle every minute; Henry Ford's original streamlined plant in the early 1900s turned out one of this famous model every 90 minutes", - "value": "$400", - "answer": "Model T", - "round": "Jeopardy!", - "show_number": "5857", - "fullAnswer": "the Model T" - }, { "category": "COUNTRY OF ORIGIN", "air_date": "2010-02-16", @@ -950609,16 +901029,6 @@ "show_number": "5857", "fullAnswer": "the Aleutians" }, - { - "category": "ASSEMBLY LINE", - "air_date": "2010-02-16", - "question": "(Jimmy of the Clue Crew reports from the assembly line at the Ford Motor Company in Dearborn, MI.) In 2009, Ford's Dearborn truck assembly line added an extra shift of workers to restock inventories depleted by the success of this federal program", - "value": "$600", - "answer": "Cash for Clunkers", - "round": "Jeopardy!", - "show_number": "5857", - "fullAnswer": "Cash for Clunkers" - }, { "category": "COUNTRY OF ORIGIN", "air_date": "2010-02-16", @@ -950669,16 +901079,6 @@ "show_number": "5857", "fullAnswer": "the Bering Sea" }, - { - "category": "ASSEMBLY LINE", - "air_date": "2010-02-16", - "question": "(Alex leans against a partly completed car at the Ford Motor Company in Dearborn, MI.) Here's something you definitely want to have in your home workshop--it's a power assist arm to do the heavy lifting; today it's being used to install over 100 pound instrument clusters; it also helps prevent job-related injuries like RSS, which is this kind of stress syndrome", - "value": "$800", - "answer": "repetitive", - "round": "Jeopardy!", - "show_number": "5857", - "fullAnswer": "repetitive" - }, { "category": "COUNTRY OF ORIGIN", "air_date": "2010-02-16", @@ -950699,16 +901099,6 @@ "show_number": "5857", "fullAnswer": "(Babe Didrikson) Zaharias" }, - { - "category": "THE \"S\" FILES", - "air_date": "2010-02-16", - "question": "(Jimmy of the Clue Crew shows an illustration of a prism.) When light passes through a prism & is bent by refraction, it splits into its various colors, the visible one of these", - "value": "$1000", - "answer": "spectrum", - "round": "Jeopardy!", - "show_number": "5857", - "fullAnswer": "the spectrum" - }, { "category": "SEWARD'S FOLLIES", "air_date": "2010-02-16", @@ -950729,16 +901119,6 @@ "show_number": "5857", "fullAnswer": "the National Wildlife Refuge" }, - { - "category": "ASSEMBLY LINE", - "air_date": "2010-02-16", - "question": "(Alex reports from the line at the Ford Motor Company in Dearborn, MI.) To increase manufacturing efficiency, the engine will fit not only the truck here, but a whole variety of others, which makes it this kind of interchangeable part, from the Latin for \"unit of measurement\"", - "value": "$1000", - "answer": "modular", - "round": "Jeopardy!", - "show_number": "5857", - "fullAnswer": "modular" - }, { "category": "THE UNITED NATIONS", "air_date": "2010-02-16", @@ -951089,16 +901469,6 @@ "show_number": "5939", "fullAnswer": "Lee Harvey Oswald" }, - { - "category": "CLASSIC GAME COMING ATTRACTIONS", - "air_date": "2010-06-10", - "question": "In a world where greed knows no bounds, $50 can get you out of jail or pay your insurance premium", - "value": "$200", - "answer": "Monopoly", - "round": "Jeopardy!", - "show_number": "5939", - "fullAnswer": "Monopoly" - }, { "category": "LOUD RHYMES", "air_date": "2010-06-10", @@ -951149,16 +901519,6 @@ "show_number": "5939", "fullAnswer": "Eva Perón" }, - { - "category": "CLASSIC GAME COMING ATTRACTIONS", - "air_date": "2010-06-10", - "question": "Meet Cavity Sam, a man with... problems, but with a little love & your steady hand, he just might make it home alive", - "value": "$400", - "answer": "Operation", - "round": "Jeopardy!", - "show_number": "5939", - "fullAnswer": "Operation" - }, { "category": "LOUD RHYMES", "air_date": "2010-06-10", @@ -951209,16 +901569,6 @@ "show_number": "5939", "fullAnswer": "John Paul Jones" }, - { - "category": "CLASSIC GAME COMING ATTRACTIONS", - "air_date": "2010-06-10", - "question": "They came to explore a new land--one of lollipop woods & gingerbread men. This fall they'll curse their visit to...", - "value": "$600", - "answer": "Candyland", - "round": "Jeopardy!", - "show_number": "5939", - "fullAnswer": "Candyland" - }, { "category": "LOUD RHYMES", "air_date": "2010-06-10", @@ -951269,16 +901619,6 @@ "show_number": "5939", "fullAnswer": "Jesse James" }, - { - "category": "CLASSIC GAME COMING ATTRACTIONS", - "air_date": "2010-06-10", - "question": "His genius--undeniable. His evil--unspeakable. This winter see the \"man\" everyone is drawing gallows for", - "value": "$800", - "answer": "hangman", - "round": "Jeopardy!", - "show_number": "5939", - "fullAnswer": "hangman" - }, { "category": "LOUD RHYMES", "air_date": "2010-06-10", @@ -951329,16 +901669,6 @@ "show_number": "5939", "fullAnswer": "(Josef) Mengele" }, - { - "category": "CLASSIC GAME COMING ATTRACTIONS", - "air_date": "2010-06-10", - "question": "They remembered the cheese wheel & to turn the crank; the one variable they forgot--love", - "value": "$1000", - "answer": "Mouse Trap", - "round": "Jeopardy!", - "show_number": "5939", - "fullAnswer": "Mouse Trap" - }, { "category": "LOUD RHYMES", "air_date": "2010-06-10", @@ -951399,16 +901729,6 @@ "show_number": "5939", "fullAnswer": "the Labrador retriever" }, - { - "category": "KIBBUTZ LIFE", - "air_date": "2010-06-10", - "question": "(Jimmy of the Clue Crew reports from Kibbutz Amiad in Israel.) The kibbutz scene began as utopian communities, combining socialism with this movement to reestablish a Jewish homeland", - "value": "$400", - "answer": "Zionism", - "round": "Double Jeopardy!", - "show_number": "5939", - "fullAnswer": "Zionism" - }, { "category": "GET YOUR INFO STRAIGHT", "air_date": "2010-06-10", @@ -951429,16 +901749,6 @@ "show_number": "5939", "fullAnswer": "Jennifer Jason Leigh" }, - { - "category": "JEOPA-CONGLOMAREX, INC.", - "air_date": "2010-06-10", - "question": "As CEO of J-CX, I'm thinking of doing my hair like this owner of 610 Park Avenue. How do I look? Huh?", - "value": "$800", - "answer": "Donald Trump", - "round": "Double Jeopardy!", - "show_number": "5939", - "fullAnswer": "Donald Trump" - }, { "category": "IT'S RAINING", "air_date": "2010-06-10", @@ -951519,16 +901829,6 @@ "show_number": "5939", "fullAnswer": "a whippet" }, - { - "category": "KIBBUTZ LIFE", - "air_date": "2010-06-10", - "question": "(Sarah of the clue reports from Kibbutz Amiad in Israel.) Amiad develops techniques to aid the growth of crops via existing watering systems; it's called \"fertigation\", the combination of these two words", - "value": "$1200", - "answer": "fertilization & irrigation", - "round": "Double Jeopardy!", - "show_number": "5939", - "fullAnswer": "fertilization & irrigation" - }, { "category": "GET YOUR INFO STRAIGHT", "air_date": "2010-06-10", @@ -951674,7 +901974,7 @@ "air_date": "2003-10-17", "question": "\"You Deserve a Break Today\" at this chain", "value": "$200", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "4395", "fullAnswer": "McDonald\\'s" @@ -951734,7 +902034,7 @@ "air_date": "2003-10-17", "question": "It's slogan \"The Milk Chocolate Melts in Your Mouth, Not in Your Hand\" was introduced in 1954", "value": "$400", - "answer": "M&M\\'s", + "answer": "M&M's", "round": "Jeopardy!", "show_number": "4395", "fullAnswer": "M&M\\'s" @@ -951854,7 +902154,7 @@ "air_date": "2003-10-17", "question": "It's \"M'm! M'm! Good!\"", "value": "$800", - "answer": "Campbell\\'s soup", + "answer": "Campbell's soup", "round": "Jeopardy!", "show_number": "4395", "fullAnswer": "Campbell\\'s soup" @@ -952094,7 +902394,7 @@ "air_date": "2003-10-17", "question": "This \"timely\" song, Count Basie's theme, was written & originally recorded by Basie in 1937", "value": "$1200", - "answer": "One O\\'Clock Jump", + "answer": "One O'Clock Jump", "round": "Double Jeopardy!", "show_number": "4395", "fullAnswer": "\"One O\\'Clock Jump\"" @@ -952269,16 +902569,6 @@ "show_number": "5834", "fullAnswer": "Vicks" }, - { - "category": "THE LEGO ARTISTRY OF NATHAN SAWAYA", - "air_date": "2010-01-14", - "question": "In September 2007, Nathan built the Lego version of this Apple gadget; he says, \"Service may be spotty\"", - "value": "$200", - "answer": "iPhone", - "round": "Jeopardy!", - "show_number": "5834", - "fullAnswer": "the iPhone" - }, { "category": "THE 7 DEADLY SINS", "air_date": "2010-01-14", @@ -952329,16 +902619,6 @@ "show_number": "5834", "fullAnswer": "Alka-Seltzer" }, - { - "category": "THE LEGO ARTISTRY OF NATHAN SAWAYA", - "air_date": "2010-01-14", - "question": "In December 2004 Nathan made the 83-inch by 9-inch by 17-inch model of this New York landmark", - "value": "$400", - "answer": "Brooklyn bridge", - "round": "Jeopardy!", - "show_number": "5834", - "fullAnswer": "the Brooklyn bridge" - }, { "category": "THE 7 DEADLY SINS", "air_date": "2010-01-14", @@ -952389,16 +902669,6 @@ "show_number": "5834", "fullAnswer": "Robitussin" }, - { - "category": "THE LEGO ARTISTRY OF NATHAN SAWAYA", - "air_date": "2010-01-14", - "question": "It's the Lego city skyline seen here; Nathan was going to visit & decided to make his own version", - "value": "$600", - "answer": "Seattle", - "round": "Jeopardy!", - "show_number": "5834", - "fullAnswer": "Seattle" - }, { "category": "THE 7 DEADLY SINS", "air_date": "2010-01-14", @@ -952449,16 +902719,6 @@ "show_number": "5834", "fullAnswer": "echinacea" }, - { - "category": "THE LEGO ARTISTRY OF NATHAN SAWAYA", - "air_date": "2010-01-14", - "question": "In August 2005, Nathan made a van Gogh of things with his Lego reproduction of this painting", - "value": "$800", - "answer": "Starry Night", - "round": "Jeopardy!", - "show_number": "5834", - "fullAnswer": "Starry Night" - }, { "category": "THE 7 DEADLY SINS", "air_date": "2010-01-14", @@ -952509,16 +902769,6 @@ "show_number": "5834", "fullAnswer": "Vitamin C" }, - { - "category": "THE LEGO ARTISTRY OF NATHAN SAWAYA", - "air_date": "2010-01-14", - "question": "In 2006, Nathan used more than 120,000 Lego elements for the rebirth of this Southern city", - "value": "$1000", - "answer": "New Orleans", - "round": "Jeopardy!", - "show_number": "5834", - "fullAnswer": "New Orleans" - }, { "category": "THE 7 DEADLY SINS", "air_date": "2010-01-14", @@ -952619,16 +902869,6 @@ "show_number": "5834", "fullAnswer": "(Gustave) Flaubert" }, - { - "category": "BOXING MOVIES", - "air_date": "2010-01-14", - "question": "Ex-heavyweight champ Max Baer appeared in 1956's \"The Harder They Fall\", the last film of this actor, sweetheart", - "value": "$800", - "answer": "Humphrey Bogart", - "round": "Double Jeopardy!", - "show_number": "5834", - "fullAnswer": "Humphrey Bogart" - }, { "category": "FOOD CONFUSION", "air_date": "2010-01-14", @@ -952689,16 +902929,6 @@ "show_number": "5834", "fullAnswer": "Golden Boy" }, - { - "category": "FOOD CONFUSION", - "air_date": "2010-01-14", - "question": "Though related to a turnip, whose interior flesh is white, this vegetable is larger & has yellow flesh", - "value": "$1200", - "answer": "rutabaga", - "round": "Double Jeopardy!", - "show_number": "5834", - "fullAnswer": "a rutabaga" - }, { "category": "SCIENCE GUYS", "air_date": "2010-01-14", @@ -952799,16 +903029,6 @@ "show_number": "5834", "fullAnswer": "Body and Soul" }, - { - "category": "FOOD CONFUSION", - "air_date": "2010-01-14", - "question": "Found in the ocean, this is actually an animal, though its name implies it's the fruit from a gourd family plant", - "value": "$2000", - "answer": "sea cucumber", - "round": "Double Jeopardy!", - "show_number": "5834", - "fullAnswer": "a sea cucumber" - }, { "category": "SCIENCE GUYS", "air_date": "2010-01-14", @@ -952989,16 +903209,6 @@ "show_number": "6137", "fullAnswer": "6" }, - { - "category": "BEAR WITH THESE BOOKS", - "air_date": "2011-04-26", - "question": "It's the last name of the bear family seen here as well as their creators, Stan & Jan", - "value": "$600", - "answer": "Berenstain", - "round": "Jeopardy!", - "show_number": "6137", - "fullAnswer": "Berenstain" - }, { "category": "A SCOUT IS...", "air_date": "2011-04-26", @@ -953009,16 +903219,6 @@ "show_number": "6137", "fullAnswer": "loyal" }, - { - "category": "FATHER FIGURES OF SPEECH", - "air_date": "2011-04-26", - "question": "It's the personification seen here", - "value": "$600", - "answer": "Father Time", - "round": "Jeopardy!", - "show_number": "6137", - "fullAnswer": "Father Time" - }, { "category": "COUNTRIES ALPHABETICALLY", "air_date": "2011-04-26", @@ -953154,7 +903354,7 @@ "air_date": "2011-04-26", "question": "\"The Ropers\", who were spun off from this show, lost their lease after 1 season", "value": "$400", - "answer": "Three\\'s Company", + "answer": "Three's Company", "round": "Double Jeopardy!", "show_number": "6137", "fullAnswer": "Three\\'s Company" @@ -953244,7 +903444,7 @@ "air_date": "2011-04-26", "question": "\"Lazy B: Growing Up on a Cattle Ranch in the American Southwest\" is by this ex-Supreme Courter & her brother Alan", "value": "$800", - "answer": "O\\'Connor", + "answer": "O'Connor", "round": "Double Jeopardy!", "show_number": "6137", "fullAnswer": "(Sandra Day) O\\'Connor" @@ -953259,16 +903459,6 @@ "show_number": "6137", "fullAnswer": "MoMA (Museum of Modern Art)" }, - { - "category": "BATTLE STARS", - "air_date": "2011-04-26", - "question": "(Sarah of the Clue Crew shows an animated diagram on the monitor.) At the 216 B.C. Battle of Cannae the Romans charged the center as this Carthaginian general executed a double envelopment maneuver, surrounding and destroying the Romans", - "value": "$1200", - "answer": "Hannibal", - "round": "Double Jeopardy!", - "show_number": "6137", - "fullAnswer": "Hannibal" - }, { "category": "TV SHOWS YOU MIGHT HAVE MISSED", "air_date": "2011-04-26", @@ -954174,7 +904364,7 @@ "air_date": "1989-10-27", "question": "Justin Kaplan is editing a 16th edition of this book of familiar quotations which is due out in 1992", "value": "$300", - "answer": "Bartlett\\'s Familiar Quotations", + "answer": "Bartlett's Familiar Quotations", "round": "Jeopardy!", "show_number": "1185", "fullAnswer": "Bartlett\\'s Familiar Quotations" @@ -954199,16 +904389,6 @@ "show_number": "1185", "fullAnswer": "\"The Keystone State\"" }, - { - "category": "19th CENTURY AMERICA", - "air_date": "1989-10-27", - "question": "(AUDIO DAILY DOUBLE):
Fancy footwear in the title of the following hit from 1879:", - "value": "$400", - "answer": "(O\\' Dem\\') Golden Slippers", - "round": "Jeopardy!", - "show_number": "1185", - "fullAnswer": "\"(O\\' Dem\\') Golden Slippers\"" - }, { "category": "BIOLOGY", "air_date": "1989-10-27", @@ -954434,7 +904614,7 @@ "air_date": "1989-10-27", "question": "When a sailor drowns, he's said to go to this place", "value": "$400", - "answer": "Davy Jones\\' Locker", + "answer": "Davy Jones' Locker", "round": "Double Jeopardy!", "show_number": "1185", "fullAnswer": "Davy Jones\\' Locker" @@ -954664,7 +904844,7 @@ "air_date": "2008-03-19", "question": "In 1962 Andy Warhol gained fame by painting cans of this food brand", "value": "$200", - "answer": "Campbell\\'s Soup", + "answer": "Campbell's Soup", "round": "Jeopardy!", "show_number": "5423", "fullAnswer": "Campbell\\'s Soup" @@ -954869,16 +905049,6 @@ "show_number": "5423", "fullAnswer": "Rings Twice" }, - { - "category": "THE NOBEL PEACE PRIZE", - "air_date": "2008-03-19", - "question": "(Cheryl of the Clue Crew gives the clue from inside the Jimmy Carter Library in Atlanta, Georgia.)
Jimmy Carter's library has his 2002 Nobel Peace Prize; he can also share the credit for the Peace Prize won in 1978 by these two men", - "value": "$1000", - "answer": "Menachem Begin & Anwar Sadat", - "round": "Jeopardy!", - "show_number": "5423", - "fullAnswer": "Menachem Begin & Anwar Sadat" - }, { "category": "HORROR MOVIE SERIES BY CHARACTER", "air_date": "2008-03-19", @@ -955069,16 +905239,6 @@ "show_number": "5423", "fullAnswer": "Little Red Riding Hood" }, - { - "category": "THE \"L\" WORLD", - "air_date": "2008-03-19", - "question": "(Kelly of the Clue Crew indicates a shaded region of Canada on the monitor.) This large peninsula that covers about 600,000 square miles extends farther east than any other point on the North American mainland", - "value": "$1,600", - "answer": "Labrador", - "round": "Double Jeopardy!", - "show_number": "5423", - "fullAnswer": "Labrador" - }, { "category": "VOCABULARY", "air_date": "2008-03-19", @@ -955189,16 +905349,6 @@ "show_number": "5423", "fullAnswer": "DNA" }, - { - "category": "THE \"L\" WORLD", - "air_date": "2008-03-19", - "question": "The cookies seen here derive their name from this Austrian city", - "value": "$2000", - "answer": "Linz", - "round": "Double Jeopardy!", - "show_number": "5423", - "fullAnswer": "Linz" - }, { "category": "VOCABULARY", "air_date": "2008-03-19", @@ -955214,7 +905364,7 @@ "air_date": "2008-03-19", "question": "It's the Beatles' only U.S. No. 1 hit single whose title is the name of an actual place", "value": null, - "answer": "\\Penny Lane\\", + "answer": "Penny Lane", "round": "Final Jeopardy!", "show_number": "5423", "fullAnswer": "\\\"Penny Lane\\\"" @@ -955459,16 +905609,6 @@ "show_number": "6213", "fullAnswer": "B.O." }, - { - "category": "INVENTORS & INVENTIONS", - "air_date": "2011-09-28", - "question": "Juan de la Cierva invented this rotary-wing aircraft that taxied for takeoff & was replaced by the helicopter", - "value": "$1000", - "answer": "autogiro", - "round": "Jeopardy!", - "show_number": "6213", - "fullAnswer": "the autogiro" - }, { "category": "IF THEY MARRIED", "air_date": "2011-09-28", @@ -955589,16 +905729,6 @@ "show_number": "6213", "fullAnswer": "Thomas Nast" }, - { - "category": "HELLO, DOLLY!", - "air_date": "2011-09-28", - "question": "Not surprisingly, this woman's line of collectible dolls includes Baby Donny Little Bit Rock-n-Roll seen here", - "value": "$800", - "answer": "Marie Osmond", - "round": "Double Jeopardy!", - "show_number": "6213", - "fullAnswer": "Marie Osmond" - }, { "category": "KISS ME, KATE", "air_date": "2011-09-28", @@ -955799,16 +905929,6 @@ "show_number": "6213", "fullAnswer": "Johannesburg" }, - { - "category": "KISMET", - "air_date": "2011-09-28", - "question": "John Gast's 1872 \"American Progress\" is an allegorical depiction of \"manifest\" this", - "value": "$2000", - "answer": "destiny", - "round": "Double Jeopardy!", - "show_number": "6213", - "fullAnswer": "destiny" - }, { "category": "BROADWAY MUSICALS", "air_date": "2011-09-28", @@ -955819,16 +905939,6 @@ "show_number": "6213", "fullAnswer": "Book of Mormon" }, - { - "category": "THE CHANGING U.S.A.", - "air_date": "2011-09-28", - "question": "(Kelly of the Clue Crew shows a map on the monitor.) According to the Census, this point has progressed westward since the U.S. was founded & has moved southwest since the 1960s", - "value": null, - "answer": "mean center of population", - "round": "Final Jeopardy!", - "show_number": "6213", - "fullAnswer": "the mean center of population" - }, { "category": "THE HISTORY CHANNEL", "air_date": "2001-02-01", @@ -955889,16 +905999,6 @@ "show_number": "3784", "fullAnswer": "Kleenex" }, - { - "category": "THE HISTORY CHANNEL", - "air_date": "2001-02-01", - "question": "From the \"Founding Fathers\" series, the following is a look at the composition of this document:

\"He's got a copy of the draft of the Virginia constitution and old writings for the Continental Congress and puts them together\"", - "value": "$200", - "answer": "Declaration of Independence", - "round": "Jeopardy!", - "show_number": "3784", - "fullAnswer": "the Declaration of Independence" - }, { "category": "DIANA ROSS", "air_date": "2001-02-01", @@ -955964,7 +906064,7 @@ "air_date": "2001-02-01", "question": "This No. 1 hit that Diana sang with the Supremes was later recorded by Phil Collins in a 1982 hit", "value": "$300", - "answer": "You Can\\'t Hurry Love", + "answer": "You Can't Hurry Love", "round": "Jeopardy!", "show_number": "3784", "fullAnswer": "\"You Can\\'t Hurry Love\"" @@ -956079,16 +906179,6 @@ "show_number": "3784", "fullAnswer": "Khe San" }, - { - "category": "DIANA ROSS", - "air_date": "2001-02-01", - "question": "The 1975 hit heard here was a tribute to this singer:

\"Oooh, ooh, I'm missing you, tell me where the road turns...\"", - "value": "$500", - "answer": "Marvin Gaye", - "round": "Jeopardy!", - "show_number": "3784", - "fullAnswer": "Marvin Gaye" - }, { "category": "THE COMPUTER AGE", "air_date": "2001-02-01", @@ -956329,16 +906419,6 @@ "show_number": "3784", "fullAnswer": "Kipling (Tippling)" }, - { - "category": "DISNEY FILM VOICES", - "air_date": "2001-02-01", - "question": "(Hi, I'm Donny Osmond.) I provided the singing voice of Captain Shang for this 1998 animated Disney film", - "value": "$800", - "answer": "Mulan", - "round": "Double Jeopardy!", - "show_number": "3784", - "fullAnswer": "Mulan" - }, { "category": "QUOTATIONS", "air_date": "2001-02-01", @@ -956399,16 +906479,6 @@ "show_number": "3784", "fullAnswer": "Joseph Campbell" }, - { - "category": "\"CAN\" IT!", - "air_date": "2001-02-01", - "question": "He painted the view of Venice seen here:", - "value": "$1000", - "answer": "Cannoletto ", - "round": "Double Jeopardy!", - "show_number": "3784", - "fullAnswer": "Cannoletto (The Grand Canal)" - }, { "category": "WORLD GEOGRAPHY", "air_date": "2001-02-01", @@ -957759,16 +907829,6 @@ "show_number": "5076", "fullAnswer": "James Cameron" }, - { - "category": "BREAST CANCER SURVIVORS", - "air_date": "2006-10-09", - "question": "This singer is donating the proceeds from the song heard here to breast cancer charities

\"I run for you mother, your sister, your wife...\"", - "value": "$600", - "answer": "Melissa Etheridge", - "round": "Jeopardy!", - "show_number": "5076", - "fullAnswer": "Melissa Etheridge" - }, { "category": "COUNTRIES' HIGHEST POINTS", "air_date": "2006-10-09", @@ -957784,7 +907844,7 @@ "air_date": "2006-10-09", "question": "This is a day to honor all saints", "value": "$600", - "answer": "All Saints\\' Day", + "answer": "All Saints' Day", "round": "Jeopardy!", "show_number": "5076", "fullAnswer": "All Saints\\' Day" @@ -957804,7 +907864,7 @@ "air_date": "2006-10-09", "question": "In 1986 5 spacecraft rendezvoused with this object, Giotto came within 400 miles of its nucleus", "value": "$1,400", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Jeopardy!", "show_number": "5076", "fullAnswer": "Halley\\'s Comet" @@ -958029,16 +908089,6 @@ "show_number": "5076", "fullAnswer": "mogul" }, - { - "category": "SYMBOLS IN ART", - "air_date": "2006-10-09", - "question": "(Cheryl of the Clue Crew reports from a Flemish oil painting.) In \"Adoration of the Shepherds\" by Rubens, the baby Jesus lies on wheat stalks, which are a reference to this sacrament", - "value": "$1200", - "answer": "eucharist", - "round": "Double Jeopardy!", - "show_number": "5076", - "fullAnswer": "the eucharist" - }, { "category": "POP CULTURE QUOTES", "air_date": "2006-10-09", @@ -958159,16 +908209,6 @@ "show_number": "5076", "fullAnswer": "St. Catherine of Alexandria" }, - { - "category": "POP CULTURE QUOTES", - "air_date": "2006-10-09", - "question": "On his TV \"Report\": \"Anyone can read the news to you. I promise to feel the news at you\"", - "value": "$2000", - "answer": "Stephen Colbert", - "round": "Double Jeopardy!", - "show_number": "5076", - "fullAnswer": "Stephen Colbert" - }, { "category": "FASHION HISTORY", "air_date": "2006-10-09", @@ -958374,7 +908414,7 @@ "air_date": "1999-09-10", "question": "The members of this \"(God Must Havs Spent) A Little More Time on You\" group range in age from 18 to 27", "value": "$300", - "answer": "\\'N Sync", + "answer": "'N Sync", "round": "Jeopardy!", "show_number": "3450", "fullAnswer": "\\'N Sync" @@ -958844,7 +908884,7 @@ "air_date": "2007-02-05", "question": "Frankie Muniz was one of the first celebrities to have a prank played on him by Ashton Kutcher on this series", "value": "$200", - "answer": "Punk\\'d", + "answer": "Punk'd", "round": "Jeopardy!", "show_number": "5161", "fullAnswer": "Punk\\'d" @@ -958929,16 +908969,6 @@ "show_number": "5161", "fullAnswer": "an icon" }, - { - "category": "CHEM CLASS", - "air_date": "2007-02-05", - "question": "(Cheryl of the Clue Crew gives the clue in front of a flask and beaker.) Milk has its solids distributed throughout the liquid; to clump the solids into curd, I've added vinegar, a weak one of these", - "value": "$400", - "answer": "acid", - "round": "Jeopardy!", - "show_number": "5161", - "fullAnswer": "an acid" - }, { "category": "YOU GET AN \"A\"", "air_date": "2007-02-05", @@ -959049,16 +909079,6 @@ "show_number": "5161", "fullAnswer": "an Internet service provider" }, - { - "category": "CHEM CLASS", - "air_date": "2007-02-05", - "question": "(Jon of the Clue Crew gives the clue from behind a lab table.) When put on paper, graphite's lubricant properties reduce this force that resists relative motion", - "value": "$800", - "answer": "friction", - "round": "Jeopardy!", - "show_number": "5161", - "fullAnswer": "friction" - }, { "category": "YOU GET AN \"A\"", "air_date": "2007-02-05", @@ -959709,16 +909729,6 @@ "show_number": "5298", "fullAnswer": "Israel" }, - { - "category": "FROM THE LATIN", - "air_date": "2007-09-26", - "question": "(Jon of the Clue Crew reports from Texas A&M University.) Texas A&M's Coastal Engineering Lab studies the coastal type of this, from Latin for \"to gnaw\"", - "value": "$1000", - "answer": "erosion", - "round": "Jeopardy!", - "show_number": "5298", - "fullAnswer": "erosion" - }, { "category": "QUOTH THE RAVIN'", "air_date": "2007-09-26", @@ -959759,16 +909769,6 @@ "show_number": "5298", "fullAnswer": "the Redskins" }, - { - "category": "TAKE ME OUT TO THE HISTORY GAME", - "air_date": "2007-09-26", - "question": "It's 1922 & the Black Shirts force King Victor Emmanuel III to appoint this far-right fielder as Prime Minister", - "value": "$400", - "answer": "Benito Mussolini", - "round": "Double Jeopardy!", - "show_number": "5298", - "fullAnswer": "Benito Mussolini" - }, { "category": "THEY NAMED A FOOD FOR ME", "air_date": "2007-09-26", @@ -959819,16 +909819,6 @@ "show_number": "5298", "fullAnswer": "Michael Irvin" }, - { - "category": "TAKE ME OUT TO THE HISTORY GAME", - "air_date": "2007-09-26", - "question": "It's going back, back...& it's over this 73-mile-long wall built in the 120s A.D.; \"the Emperor\" has done it again!", - "value": "$800", - "answer": "Hadrian\\'s Wall", - "round": "Double Jeopardy!", - "show_number": "5298", - "fullAnswer": "Hadrian\\'s Wall" - }, { "category": "THEY NAMED A FOOD FOR ME", "air_date": "2007-09-26", @@ -959849,16 +909839,6 @@ "show_number": "5298", "fullAnswer": "Pennsylvania" }, - { - "category": "WHAT THE \"H\"?", - "air_date": "2007-09-26", - "question": "It's the island republic of almost 9 million highlighted here in red", - "value": "$800", - "answer": "Haiti", - "round": "Double Jeopardy!", - "show_number": "5298", - "fullAnswer": "Haiti" - }, { "category": "ART & ARTISTS", "air_date": "2007-09-26", @@ -959869,26 +909849,6 @@ "show_number": "5298", "fullAnswer": "Gauguin" }, - { - "category": "FOOTBALL", - "air_date": "2007-09-26", - "question": "(Sarah of the Clue Crew reports from Green Bay, Wisconsin.) He coached the Packers from 1919 to 1949, and his statue is here at the stadium named for him", - "value": "$1200", - "answer": "Lambeau", - "round": "Double Jeopardy!", - "show_number": "5298", - "fullAnswer": "(Curly) Lambeau" - }, - { - "category": "TAKE ME OUT TO THE HISTORY GAME", - "air_date": "2007-09-26", - "question": "It's 1902 & Teddy Roosevelt is putting this \"Jr.\" on the bench...the Supreme Court bench, & he'll be there for 29 years", - "value": "$1200", - "answer": "Oliver Wendell Holmes, Jr.", - "round": "Double Jeopardy!", - "show_number": "5298", - "fullAnswer": "Oliver Wendell Holmes, Jr." - }, { "category": "THEY NAMED A FOOD FOR ME", "air_date": "2007-09-26", @@ -959939,16 +909899,6 @@ "show_number": "5298", "fullAnswer": "the Grey Cup" }, - { - "category": "TAKE ME OUT TO THE HISTORY GAME", - "air_date": "2007-09-26", - "question": "It's 1649 & this king is lookin' kind of tired out...yep, here comes Oliver Cromwell to give him the hook", - "value": "$1600", - "answer": "Charles I", - "round": "Double Jeopardy!", - "show_number": "5298", - "fullAnswer": "Charles I" - }, { "category": "THEY NAMED A FOOD FOR ME", "air_date": "2007-09-26", @@ -959989,26 +909939,6 @@ "show_number": "5298", "fullAnswer": "Samuel Morse" }, - { - "category": "FOOTBALL", - "air_date": "2007-09-26", - "question": "Seen here, he's carrying on the tradition of great Chicago Bears linebackers", - "value": "$2000", - "answer": "Urlacher", - "round": "Double Jeopardy!", - "show_number": "5298", - "fullAnswer": "Urlacher" - }, - { - "category": "TAKE ME OUT TO THE HISTORY GAME", - "air_date": "2007-09-26", - "question": "It's July 10, 1553 & this lady will pinch hit for Edward VI, who's been taken out of the game; Cousin Mary is on deck", - "value": "$2000", - "answer": "Lady Jane Grey", - "round": "Double Jeopardy!", - "show_number": "5298", - "fullAnswer": "Lady Jane Grey" - }, { "category": "THEY NAMED A FOOD FOR ME", "air_date": "2007-09-26", @@ -960119,16 +910049,6 @@ "show_number": "3917", "fullAnswer": "bass" }, - { - "category": "EMOTIONS", - "air_date": "2001-09-18", - "question": "(Dr. Joyce Brothers delivers the clue.) Just because your man flirts with an attractive blonde at a party, don't give in to this emotion--he's probably just circulating", - "value": "$200", - "answer": "jealousy", - "round": "Jeopardy!", - "show_number": "3917", - "fullAnswer": "jealousy" - }, { "category": "THEY WROTE FOR BRITTANICA", "air_date": "2001-09-18", @@ -960169,16 +910089,6 @@ "show_number": "3917", "fullAnswer": "wool" }, - { - "category": "ALL IN THE FAMILY", - "air_date": "2001-09-18", - "question": "It's the nondeadly member of the nightshade family seen here", - "value": "$300", - "answer": "eggplant", - "round": "Jeopardy!", - "show_number": "3917", - "fullAnswer": "an eggplant" - }, { "category": "EMOTIONS", "air_date": "2001-09-18", @@ -960214,7 +910124,7 @@ "air_date": "2001-09-18", "question": "This old British court of Common Law was abbreviated Q.B. or K.B., depending", "value": "$300", - "answer": "Queen\\'s Bench ", + "answer": "Queen's Bench ", "round": "Jeopardy!", "show_number": "3917", "fullAnswer": "Queen\\'s Bench (or King\\'s Bench)" @@ -960509,16 +910419,6 @@ "show_number": "3917", "fullAnswer": "Iceland" }, - { - "category": "\"E.T.\"", - "air_date": "2001-09-18", - "question": "In 1945 this Hungarian-born physicist helped construct the first atomic bomb", - "value": "$600", - "answer": "Edward Teller", - "round": "Double Jeopardy!", - "show_number": "3917", - "fullAnswer": "Edward Teller" - }, { "category": "PHONE HOME!", "air_date": "2001-09-18", @@ -960639,16 +910539,6 @@ "show_number": "3917", "fullAnswer": "East Timor" }, - { - "category": "PHONE HOME!", - "air_date": "2001-09-18", - "question": "Hey, you in the picture! Phone home to this plantation where you lived the last 8 years of your life", - "value": "$1000", - "answer": "Hermitage", - "round": "Double Jeopardy!", - "show_number": "3917", - "fullAnswer": "the Hermitage" - }, { "category": "THE STOCK EXCHANGE", "air_date": "2001-09-18", @@ -961044,7 +910934,7 @@ "air_date": "1999-09-20", "question": "A feisty prisoner enters an insane asylum, stirs up the other inmates & gets lobotomized in this 1975 film", "value": "$400", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Double Jeopardy!", "show_number": "3456", "fullAnswer": "One Flew Over the Cuckoo\\'s Nest" @@ -962204,7 +912094,7 @@ "air_date": "1998-07-06", "question": "Aikman's playthings", "value": "$200", - "answer": "Troy\\'s toys", + "answer": "Troy's toys", "round": "Double Jeopardy!", "show_number": "3206", "fullAnswer": "Troy\\'s toys" @@ -962264,7 +912154,7 @@ "air_date": "1998-07-06", "question": "Redgrave's transgressions", "value": "$400", - "answer": "Lynn\\'s sins", + "answer": "Lynn's sins", "round": "Double Jeopardy!", "show_number": "3206", "fullAnswer": "Lynn\\'s sins" @@ -962324,7 +912214,7 @@ "air_date": "1998-07-06", "question": "Patinkin's peppermints", "value": "$600", - "answer": "Mandy\\'s candies", + "answer": "Mandy's candies", "round": "Double Jeopardy!", "show_number": "3206", "fullAnswer": "Mandy\\'s candies" @@ -962384,7 +912274,7 @@ "air_date": "1998-07-06", "question": "Torn's midnight swims", "value": "$800", - "answer": "Rip\\'s dips", + "answer": "Rip's dips", "round": "Double Jeopardy!", "show_number": "3206", "fullAnswer": "Rip\\'s dips" @@ -962444,7 +912334,7 @@ "air_date": "1998-07-06", "question": "Jessica's forehead fringe", "value": "$1000", - "answer": "Lange\\'s bangs", + "answer": "Lange's bangs", "round": "Double Jeopardy!", "show_number": "3206", "fullAnswer": "Lange\\'s bangs" @@ -962489,16 +912379,6 @@ "show_number": "5319", "fullAnswer": "fettuccine" }, - { - "category": "RECENTLY DISCOVERED PRESIDENTIAL ADS", - "air_date": "2007-10-25", - "question": "He said a nation half-slave & half-free can't exist. I say he's wrong. I'm Stephen Douglas & I approved this message", - "value": "$200", - "answer": "Lincoln", - "round": "Jeopardy!", - "show_number": "5319", - "fullAnswer": "Lincoln" - }, { "category": "ODDS & ENDS", "air_date": "2007-10-25", @@ -962549,16 +912429,6 @@ "show_number": "5319", "fullAnswer": "cod" }, - { - "category": "RECENTLY DISCOVERED PRESIDENTIAL ADS", - "air_date": "2007-10-25", - "question": "Alex Hamilton wants him to be pres.; them's fighting words. I'm Aaron Burr & I approved this message", - "value": "$400", - "answer": "Thomas Jefferson", - "round": "Jeopardy!", - "show_number": "5319", - "fullAnswer": "Thomas Jefferson" - }, { "category": "ODDS & ENDS", "air_date": "2007-10-25", @@ -962609,26 +912479,6 @@ "show_number": "5319", "fullAnswer": "food combining" }, - { - "category": "RECENTLY DISCOVERED PRESIDENTIAL ADS", - "air_date": "2007-10-25", - "question": "You elect him, I say in 7 months, the economy'll be in shambles. I'm Al Smith & I approved this message", - "value": "$600", - "answer": "Herbert Hoover", - "round": "Jeopardy!", - "show_number": "5319", - "fullAnswer": "Herbert Hoover" - }, - { - "category": "ODDS & ENDS", - "air_date": "2007-10-25", - "question": "(Cheryl of the Clue Crew reports from the Princeton Plasma Physics Lab.) Princeton studies the physics of magnetic reconnection, which ionizes the upper atmosphere & produces this spectacular natural phenomenon", - "value": "$600", - "answer": "northern lights", - "round": "Jeopardy!", - "show_number": "5319", - "fullAnswer": "the northern lights" - }, { "category": "\"J\" PEG", "air_date": "2007-10-25", @@ -962669,16 +912519,6 @@ "show_number": "5319", "fullAnswer": "a gizzard" }, - { - "category": "RECENTLY DISCOVERED PRESIDENTIAL ADS", - "air_date": "2007-10-25", - "question": "In 1814 this gen. had a pirate, Jean Laffite, help him in N.O.; what's next? I'm John Q. Adams & I approved this message", - "value": "$400", - "answer": "Andrew Jackson", - "round": "Jeopardy!", - "show_number": "5319", - "fullAnswer": "Andrew Jackson" - }, { "category": "ODDS & ENDS", "air_date": "2007-10-25", @@ -962729,16 +912569,6 @@ "show_number": "5319", "fullAnswer": "The Jungle" }, - { - "category": "RECENTLY DISCOVERED PRESIDENTIAL ADS", - "air_date": "2007-10-25", - "question": "So what if he's the 1st West Point grad pres.; some say he drinks. You decide. I'm Horace Greeley & I approved this message", - "value": "$1000", - "answer": "Grant", - "round": "Jeopardy!", - "show_number": "5319", - "fullAnswer": "(Ulysses) Grant" - }, { "category": "ODDS & ENDS", "air_date": "2007-10-25", @@ -962849,16 +912679,6 @@ "show_number": "5319", "fullAnswer": "a koala bear" }, - { - "category": "A GAME OF NUMBERS", - "air_date": "2007-10-25", - "question": "(Kelly of the Clue Crew shows a globe with lattitude & longitude lines on the monitor.) The Earth can be divided into this many units, each measuring 15 degrees longitude & roughly equal to a time zone", - "value": "$800", - "answer": "24", - "round": "Double Jeopardy!", - "show_number": "5319", - "fullAnswer": "24" - }, { "category": "ALLITERATIVE AUTHORS", "air_date": "2007-10-25", @@ -962919,16 +912739,6 @@ "show_number": "5319", "fullAnswer": "3" }, - { - "category": "ALLITERATIVE AUTHORS", - "air_date": "2007-10-25", - "question": "Seen here is a portrait of this author as a middle-aged man", - "value": "$4,000", - "answer": "James Joyce", - "round": "Double Jeopardy!", - "show_number": "5319", - "fullAnswer": "James Joyce" - }, { "category": "SEEING \"RED\"", "air_date": "2007-10-25", @@ -962939,16 +912749,6 @@ "show_number": "5319", "fullAnswer": "Red Adair" }, - { - "category": "1997", - "air_date": "2007-10-25", - "question": "(Hi, I'm Wolf Blitzer.) As CNN White House correspondent, in February 1997, I reported that President Clinton had intervened to stop a strike at this airline", - "value": "$1600", - "answer": "American Airlines", - "round": "Double Jeopardy!", - "show_number": "5319", - "fullAnswer": "American Airlines" - }, { "category": "ROYALTY ON FILM", "air_date": "2007-10-25", @@ -963079,16 +912879,6 @@ "show_number": "5187", "fullAnswer": "T. S. Eliot" }, - { - "category": "CARTOON FEMALES", - "air_date": "2007-03-13", - "question": "This cartoon female seen here made her debut in 1930--she's lookin' good", - "value": "$200", - "answer": "Betty Boop", - "round": "Jeopardy!", - "show_number": "5187", - "fullAnswer": "Betty Boop" - }, { "category": "COUPONS FOLKS MIGHT WANT", "air_date": "2007-03-13", @@ -963139,16 +912929,6 @@ "show_number": "5187", "fullAnswer": "(Jonas) Salk" }, - { - "category": "CARTOON FEMALES", - "air_date": "2007-03-13", - "question": "The cartoon female seen here was often fought over by these two guys", - "value": "$400", - "answer": "Popeye and Bluto", - "round": "Jeopardy!", - "show_number": "5187", - "fullAnswer": "Popeye and Bluto" - }, { "category": "COUPONS FOLKS MIGHT WANT", "air_date": "2007-03-13", @@ -963159,16 +912939,6 @@ "show_number": "5187", "fullAnswer": "Shell Oil" }, - { - "category": "\"P\"LACES ON THE MAP", - "air_date": "2007-03-13", - "question": "(Sarah of the Clue Crew overlooks a well-known cityscape.) In 1843 William Overton had to borrow 25 cents to file a land claim for what would become this largest Oregon city", - "value": "$400", - "answer": "Portland", - "round": "Jeopardy!", - "show_number": "5187", - "fullAnswer": "Portland" - }, { "category": "WOMEN'S FIRSTS", "air_date": "2007-03-13", @@ -963199,16 +912969,6 @@ "show_number": "5187", "fullAnswer": "Gutenberg" }, - { - "category": "CARTOON FEMALES", - "air_date": "2007-03-13", - "question": "The sexy cartoon female seen here starred in this innovative 1988 film", - "value": "$600", - "answer": "Who Framed Roger Rabbit", - "round": "Jeopardy!", - "show_number": "5187", - "fullAnswer": "Who Framed Roger Rabbit" - }, { "category": "COUPONS FOLKS MIGHT WANT", "air_date": "2007-03-13", @@ -963259,16 +913019,6 @@ "show_number": "5187", "fullAnswer": "Pierre Curie" }, - { - "category": "CARTOON FEMALES", - "air_date": "2007-03-13", - "question": "During their heyday, this rocking trio had many mysterious adventures", - "value": "$800", - "answer": "Josie & the Pussycats", - "round": "Jeopardy!", - "show_number": "5187", - "fullAnswer": "Josie & the Pussycats" - }, { "category": "COUPONS FOLKS MIGHT WANT", "air_date": "2007-03-13", @@ -963299,16 +913049,6 @@ "show_number": "5187", "fullAnswer": "Bette Davis" }, - { - "category": "_____ OF _____", - "air_date": "2007-03-13", - "question": "(Cheryl of the Clue Crew shows a map of the Pacific on the monitor.) 80% of energy released in earthquakes comes from the belt circling the Pacific called this for its volcanic activity", - "value": "$800", - "answer": "Ring of Fire", - "round": "Jeopardy!", - "show_number": "5187", - "fullAnswer": "the Ring of Fire" - }, { "category": "REAL MEN OF GENIUS", "air_date": "2007-03-13", @@ -963319,16 +913059,6 @@ "show_number": "5187", "fullAnswer": "Diego Velázquez" }, - { - "category": "CARTOON FEMALES", - "air_date": "2007-03-13", - "question": "Many men wouldn't have minded at all if this 1970s cartoon female took a bite out of them", - "value": "$1000", - "answer": "Vampirella", - "round": "Jeopardy!", - "show_number": "5187", - "fullAnswer": "Vampirella" - }, { "category": "COUPONS FOLKS MIGHT WANT", "air_date": "2007-03-13", @@ -963814,7 +913544,7 @@ "air_date": "2001-05-15", "question": "Sales for these candies rocketed after being featured in \"E.T.\"", "value": "$300", - "answer": "Reese\\'s Pieces", + "answer": "Reese's Pieces", "round": "Jeopardy!", "show_number": "3857", "fullAnswer": "Reese\\'s Pieces" @@ -963834,7 +913564,7 @@ "air_date": "2001-05-15", "question": "Grand Slam, Denver Slam/
French Slam, Slim Slam, Shamrock Slam/
Dagwood Breakfast Slam", "value": "$300", - "answer": "Denny\\'s", + "answer": "Denny's", "round": "Jeopardy!", "show_number": "3857", "fullAnswer": "Denny\\'s" @@ -963954,7 +913684,7 @@ "air_date": "2001-05-15", "question": "Ultimate deep dish/
hand tossed & crunchy thin crust/
Heatwave carriers", "value": "$500", - "answer": "Domino\\'s", + "answer": "Domino's", "round": "Jeopardy!", "show_number": "3857", "fullAnswer": "Domino\\'s" @@ -964559,16 +914289,6 @@ "show_number": "5934", "fullAnswer": "grapefruit" }, - { - "category": "LET'S BE LOGICAL", - "air_date": "2010-06-03", - "question": "In a magic square, each row, column & main diagonal adds to the same total; the one here is missing this number", - "value": "$1000", - "answer": "5", - "round": "Jeopardy!", - "show_number": "5934", - "fullAnswer": "5" - }, { "category": "ATOM", "air_date": "2010-06-03", @@ -964759,16 +914479,6 @@ "show_number": "5934", "fullAnswer": "Angola" }, - { - "category": "\"S\"EVEN-LETTER WORDS", - "air_date": "2010-06-03", - "question": "This '50s style of music heard here influenced the Beatles", - "value": "$1600", - "answer": "skiffle", - "round": "Double Jeopardy!", - "show_number": "5934", - "fullAnswer": "skiffle" - }, { "category": "ENGLISH LITERATURE", "air_date": "2010-06-03", @@ -964819,16 +914529,6 @@ "show_number": "5934", "fullAnswer": "Mozambique" }, - { - "category": "\"S\"EVEN-LETTER WORDS", - "air_date": "2010-06-03", - "question": "(Sarah of the Clue Crew puts a block of explosive into a bag.) Several blocks of explosive clumped together for extra power, as in demolition, are called this type of charge; they're often carried in briefcase-like bags", - "value": "$2000", - "answer": "satchel charges", - "round": "Double Jeopardy!", - "show_number": "5934", - "fullAnswer": "satchel charges" - }, { "category": "FILM HISTORY", "air_date": "2010-06-03", @@ -965014,7 +914714,7 @@ "air_date": "2004-03-25", "question": "Germans call this holiday Neujahrstag", "value": "$600", - "answer": "New Year\\'s Day", + "answer": "New Year's Day", "round": "Jeopardy!", "show_number": "4509", "fullAnswer": "New Year\\'s Day" @@ -966014,7 +915714,7 @@ "air_date": "2000-02-11", "question": "Presented in 1692, \"The Fairy Queen\" by Purcell was the first opera based on this Shakespeare play", "value": "$1,600", - "answer": "A Midsummer Night\\'s Dream", + "answer": "A Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "3560", "fullAnswer": "\"A Midsummer Night\\'s Dream\"" @@ -967534,7 +917234,7 @@ "air_date": "2001-06-01", "question": "\"Make 'Em Pay\",
\"Make Me Laugh\",
\"Make The Grade\"", "value": "$500", - "answer": "Make \\'Em Pay", + "answer": "Make 'Em Pay", "round": "Jeopardy!", "show_number": "3870", "fullAnswer": "Make \\'Em Pay" @@ -967644,7 +917344,7 @@ "air_date": "2001-06-01", "question": "One of the most powerful Queen Mothers ever, this Medici was the mother of the last 3 Valois kings of France", "value": "$400", - "answer": "Catherine de\\' Medici", + "answer": "Catherine de' Medici", "round": "Double Jeopardy!", "show_number": "3870", "fullAnswer": "Catherine de\\' Medici" @@ -967884,7 +917584,7 @@ "air_date": "1999-04-29", "question": "\"People who live in glass houses...\"", "value": "$100", - "answer": "Shouldn\\'t throw stones", + "answer": "Shouldn't throw stones", "round": "Jeopardy!", "show_number": "3384", "fullAnswer": "\"Shouldn\\'t throw stones\"" @@ -968214,7 +917914,7 @@ "air_date": "1999-04-29", "question": "Chicago: A WWII naval air ace", "value": "$400", - "answer": "O\\'Hare", + "answer": "O'Hare", "round": "Double Jeopardy!", "show_number": "3384", "fullAnswer": "(Edward Butch) O\\'Hare" @@ -968404,7 +918104,7 @@ "air_date": "1999-04-29", "question": "The author of \"Hondo\" & other westerns, he was born in Jamestown, North Dakota", "value": "$1000", - "answer": "Louis L\\' Amour", + "answer": "Louis L' Amour", "round": "Double Jeopardy!", "show_number": "3384", "fullAnswer": "Louis L\\' Amour" @@ -969344,7 +919044,7 @@ "air_date": "1999-03-15", "question": "This magnet for shopaholics known as Bloomie's stands on 59th between Lexington & 3rd", "value": "$200", - "answer": "Bloomingdale\\'s", + "answer": "Bloomingdale's", "round": "Double Jeopardy!", "show_number": "3351", "fullAnswer": "Bloomingdale\\'s" @@ -969564,7 +919264,7 @@ "air_date": "1999-03-15", "question": "Woody Allen is a regular at this Manhattan restaurant owned by a woman whose last name is Kaufman", "value": "$1000", - "answer": "Elaine\\'s", + "answer": "Elaine's", "round": "Double Jeopardy!", "show_number": "3351", "fullAnswer": "Elaine\\'s" @@ -969944,7 +919644,7 @@ "air_date": "2003-06-18", "question": "The Flying Fickle Finger of Fate determined that at the end of the '60s, this variety series was TV's No. 1 show", "value": "$400", - "answer": "Rowan & Martin\\'s Laugh-In", + "answer": "Rowan & Martin's Laugh-In", "round": "Double Jeopardy!", "show_number": "4343", "fullAnswer": "Rowan & Martin\\'s Laugh-In" @@ -970184,7 +919884,7 @@ "air_date": "2003-06-18", "question": "Its regular panelists in the 1960s were Bill Cullen, Henry Morgan, Betsy Palmer & Bess Myerson", "value": "$2000", - "answer": "I\\'ve Got a Secret", + "answer": "I've Got a Secret", "round": "Double Jeopardy!", "show_number": "4343", "fullAnswer": "I\\'ve Got a Secret" @@ -971679,16 +921379,6 @@ "show_number": "4859", "fullAnswer": "Kettle Hill" }, - { - "category": "MOB HITS", - "air_date": "2005-10-27", - "question": "\"But I'm funny how? Funny like a clown? I amuse you? I make you laugh?\" says Tommy de Vito in this 1990 film", - "value": "$1000", - "answer": "Goodfellas", - "round": "Jeopardy!", - "show_number": "4859", - "fullAnswer": "Goodfellas" - }, { "category": "GETTING MALL-ED", "air_date": "2005-10-27", @@ -971749,16 +921439,6 @@ "show_number": "4859", "fullAnswer": "Underdog" }, - { - "category": "MAA (military acronyms & abbreviations)", - "air_date": "2005-10-27", - "question": "(Cheryl of the Clue Crew gives the clue while walking down a Pentagon corridor.) The 20,000+ people who work here at the Pentagon include the CJCS, short for this senior-ranking armed forces member", - "value": "$400", - "answer": "Chairman of the Joint Chiefs of Staff", - "round": "Double Jeopardy!", - "show_number": "4859", - "fullAnswer": "Chairman of the Joint Chiefs of Staff" - }, { "category": "STAMPS", "air_date": "2005-10-27", @@ -971869,16 +921549,6 @@ "show_number": "4859", "fullAnswer": "Huckleberry Hound" }, - { - "category": "MAA (military acronyms & abbreviations)", - "air_date": "2005-10-27", - "question": "(Cheryl of the Clue Crew gives the clue while standing in the ANZUS corridor of the Pentagon.) I'm in the Pentagon corridor that honors the Pacific security treaty known as ANZUS, an acronym for these three nations", - "value": "$1200", - "answer": "Australia, New Zealand, & the United States", - "round": "Double Jeopardy!", - "show_number": "4859", - "fullAnswer": "Australia, New Zealand, & the United States" - }, { "category": "STAMPS", "air_date": "2005-10-27", @@ -971989,16 +921659,6 @@ "show_number": "4859", "fullAnswer": "Chilly Willy" }, - { - "category": "MAA (military acronyms & abbreviations)", - "air_date": "2005-10-27", - "question": "(Jimmy of the Clue Crew gives the clue from a Pentagon hallway.) Abbreviated NMCC, it's located in the Pentagon & sends EAMs, emergency action messages, to battlefields & nuclear subs", - "value": "$2000", - "answer": "National Military Command Center", - "round": "Double Jeopardy!", - "show_number": "4859", - "fullAnswer": "National Military Command Center" - }, { "category": "STAMPS", "air_date": "2005-10-27", @@ -972124,7 +921784,7 @@ "air_date": "1999-11-19", "question": "After only 6 months on the air \"Match Game '73\" changed its name to this", "value": "$200", - "answer": "Match Game \\'74", + "answer": "Match Game '74", "round": "Jeopardy!", "show_number": "3500", "fullAnswer": "Match Game \\'74" @@ -972294,7 +921954,7 @@ "air_date": "1999-11-19", "question": "Its chorus says, \"All through my wild days, my mad existence, I kept my promise, don't keep your distance\"", "value": "$600", - "answer": "Don\\'t Cry For Me Argentina", + "answer": "Don't Cry For Me Argentina", "round": "Double Jeopardy!", "show_number": "3500", "fullAnswer": "\"Don\\'t Cry For Me Argentina\"" @@ -973004,7 +922664,7 @@ "air_date": "1998-12-24", "question": "ALL world
----------------------------------
Once this song's in your head, it's tough to get out!", "value": "$1000", - "answer": "It\\'s A Small World After All", + "answer": "It's A Small World After All", "round": "Double Jeopardy!", "show_number": "3294", "fullAnswer": "\"It\\'s A Small World After All\"" @@ -973014,7 +922674,7 @@ "air_date": "1998-12-24", "question": "Bert & Ernie of \"Sesame Street\" are named after characters in this classic Christmas film", "value": null, - "answer": "It\\'s A Wonderful Life", + "answer": "It's A Wonderful Life", "round": "Final Jeopardy!", "show_number": "3294", "fullAnswer": "It\\'s A Wonderful Life" @@ -973054,7 +922714,7 @@ "air_date": "1989-05-25", "question": "Vivien Leigh said of this role, \"I knew it was a marvelous part, but I never cared for her\"", "value": "$100", - "answer": "Scarlett O\\'Hara", + "answer": "Scarlett O'Hara", "round": "Jeopardy!", "show_number": "1104", "fullAnswer": "Scarlett O\\'Hara" @@ -973219,16 +922879,6 @@ "show_number": "1104", "fullAnswer": "the corps de ballet" }, - { - "category": "1981", - "air_date": "1989-05-25", - "question": "Movie remake that gave us the following song, a Top 10 hit in 1981:

\"On the boats and on the planes /
They're coming to America...\"
", - "value": "$400", - "answer": "Jazz Singer", - "round": "Jeopardy!", - "show_number": "1104", - "fullAnswer": "The Jazz Singer" - }, { "category": "HOLLYWOOD QUOTES", "air_date": "1989-05-25", @@ -974279,16 +923929,6 @@ "show_number": "5632", "fullAnswer": "a raven" }, - { - "category": "NIGHTLY NEWS WORDS", - "air_date": "2009-02-17", - "question": "Yes, I was picturing the scene here before I found this term meant an ex-CEO's sweet benefits", - "value": "$400", - "answer": "golden parachute", - "round": "Jeopardy!", - "show_number": "5632", - "fullAnswer": "a golden parachute" - }, { "category": "LITERARY CROSSWORD CLUES \"L\"", "air_date": "2009-02-17", @@ -974549,16 +924189,6 @@ "show_number": "5632", "fullAnswer": "Gettysburg" }, - { - "category": "COMPOSERS", - "air_date": "2009-02-17", - "question": "He composed the familiar piece of music heard here", - "value": "$800", - "answer": "Debussy", - "round": "Double Jeopardy!", - "show_number": "5632", - "fullAnswer": "Debussy" - }, { "category": "BODY OF MUSIC", "air_date": "2009-02-17", @@ -974579,16 +924209,6 @@ "show_number": "5632", "fullAnswer": "Marie Antoinette" }, - { - "category": "IT HAPPENED IN VIRGINIA", - "air_date": "2009-02-17", - "question": "(Jon of the Clue Crew reports from Williamsburg.) In 1946 these 2 leaders who had been instrumental in ending WWII relaxed over drinks here at the Williamsburg Inn", - "value": "$800", - "answer": "Eisenhower & Churchill", - "round": "Double Jeopardy!", - "show_number": "5632", - "fullAnswer": "Eisenhower & Churchill" - }, { "category": "RATED \"R\"", "air_date": "2009-02-17", @@ -974729,16 +924349,6 @@ "show_number": "5632", "fullAnswer": "Dien Bien Phu" }, - { - "category": "COMPOSERS", - "air_date": "2009-02-17", - "question": "After visiting a gypsy encampment, he composed a series of rhapsodies including the one heard here", - "value": "$2000", - "answer": "Franz Liszt", - "round": "Double Jeopardy!", - "show_number": "5632", - "fullAnswer": "Franz Liszt" - }, { "category": "BODY OF MUSIC", "air_date": "2009-02-17", @@ -975094,7 +924704,7 @@ "air_date": "2000-06-15", "question": "Chapter 3 of this Mark Twain novel introduces us to the \"Knights of the Table Round\"", "value": "$200", - "answer": "A Connecticut Yankee in King Arthur\\'s Court", + "answer": "A Connecticut Yankee in King Arthur's Court", "round": "Double Jeopardy!", "show_number": "3649", "fullAnswer": "\"A Connecticut Yankee in King Arthur\\'s Court\"" @@ -975344,7 +924954,7 @@ "air_date": "2000-06-15", "question": "1976:
\"Follow the money\"", "value": "$1000", - "answer": "All the President\\'s Men", + "answer": "All the President's Men", "round": "Double Jeopardy!", "show_number": "3649", "fullAnswer": "All the President\\'s Men" @@ -975384,7 +924994,7 @@ "air_date": "2000-06-15", "question": "These 2 justices who graduated at the top of their classes were both first offered jobs as typists by the top law firms", "value": null, - "answer": "Ruth Bader Ginsburg & Sandra Day O\\'Connor", + "answer": "Ruth Bader Ginsburg & Sandra Day O'Connor", "round": "Final Jeopardy!", "show_number": "3649", "fullAnswer": "Ruth Bader Ginsburg & Sandra Day O\\'Connor" @@ -976369,16 +925979,6 @@ "show_number": "57", "fullAnswer": "Henrik Ibsen" }, - { - "category": "LEGENDS", - "air_date": "1984-11-27", - "question": "Mythical creature Noah left behind in this Irish Rovers' song", - "value": "$1,000", - "answer": "unicorn", - "round": "Double Jeopardy!", - "show_number": "57", - "fullAnswer": "a unicorn" - }, { "category": "HOT SPOTS", "air_date": "1984-11-27", @@ -976424,7 +926024,7 @@ "air_date": "1984-11-27", "question": "Only hope remained after this ancient Greek's box was opened", "value": "$800", - "answer": "Pandora\\'s box", + "answer": "Pandora's box", "round": "Double Jeopardy!", "show_number": "57", "fullAnswer": "Pandora\\'s box" @@ -976464,7 +926064,7 @@ "air_date": "1984-11-27", "question": "As he wished, the last play of Eugene O'Neill was produced after his death", "value": "$1000", - "answer": "Long Day\\'s Journey Into Night", + "answer": "Long Day's Journey Into Night", "round": "Double Jeopardy!", "show_number": "57", "fullAnswer": "Long Day\\'s Journey Into Night" @@ -976704,7 +926304,7 @@ "air_date": "2001-09-14", "question": "These holidays were first celebrated in the U.S. May 10, 1908 & June 19, 1910", "value": "$400", - "answer": "Mother\\'s Day & Father\\'s Day", + "answer": "Mother's Day & Father's Day", "round": "Jeopardy!", "show_number": "3915", "fullAnswer": "Mother\\'s Day & Father\\'s Day" @@ -976754,7 +926354,7 @@ "air_date": "2001-09-14", "question": "In 1993, this kids' book line came under fire when one of the people you could find in it was a topless woman on a beach", "value": "$500", - "answer": "Where\\'s Waldo?", + "answer": "Where's Waldo?", "round": "Jeopardy!", "show_number": "3915", "fullAnswer": "Where\\'s Waldo?" @@ -976874,7 +926474,7 @@ "air_date": "2001-09-14", "question": "Leonard Maltin complained that this 1980 Western, a debacle for Michael Cimino, was missing just one thing: a story", "value": "$400", - "answer": "Heaven\\'s Gate", + "answer": "Heaven's Gate", "round": "Double Jeopardy!", "show_number": "3915", "fullAnswer": "Heaven\\'s Gate" @@ -976899,16 +926499,6 @@ "show_number": "3915", "fullAnswer": "Duke" }, - { - "category": "WHERE THE \"BOY\"s ARE?", - "air_date": "2001-09-14", - "question": "It's the title of the 1941 hit song heard here

\"He was a top man at his craft /
But then his number came up /
And he was gone with the draft /
He's in the Army now /
A-blowin’ reveille...\"
", - "value": "$600", - "answer": "The Boogie Woogie Bugle Boy (of Company B)", - "round": "Double Jeopardy!", - "show_number": "3915", - "fullAnswer": "\"The Boogie Woogie Bugle Boy (of Company B)\"" - }, { "category": "WHEN WAS THAT, BORIS?", "air_date": "2001-09-14", @@ -976999,16 +926589,6 @@ "show_number": "3915", "fullAnswer": "the dogs of war" }, - { - "category": "WHERE THE \"BOY\"s ARE?", - "air_date": "2001-09-14", - "question": "It's the prickly bramble seen here", - "value": "$1000", - "answer": "boysenberry", - "round": "Double Jeopardy!", - "show_number": "3915", - "fullAnswer": "a boysenberry" - }, { "category": "WHEN WAS THAT, BORIS?", "air_date": "2001-09-14", @@ -977329,16 +926909,6 @@ "show_number": "5407", "fullAnswer": "Grendel" }, - { - "category": "MADE TO MEASURE", - "air_date": "2008-02-26", - "question": "(Cheryl of the Clue Crew reports from Nellis Air Force Base in Las Vegas, NV.) Nellis Air Force Base has the U.S.A.'s largest solar power system: 70,000 panels produce 15 of these units, supplying the base with 25% of its power in the summer", - "value": "$1000", - "answer": "megawatt", - "round": "Jeopardy!", - "show_number": "5407", - "fullAnswer": "a megawatt" - }, { "category": "MERRIAM-WEBSTER'S NEW WORDS FOR 2007", "air_date": "2008-02-26", @@ -977469,16 +927039,6 @@ "show_number": "5407", "fullAnswer": "\"The Snows of Kilimanjaro\"" }, - { - "category": "ANIMAL FARM", - "air_date": "2008-02-26", - "question": "The scaly armor that surrounds the armadillo is composed of plates made of this; it's formed by ossification", - "value": "$1200", - "answer": "bone", - "round": "Double Jeopardy!", - "show_number": "5407", - "fullAnswer": "bone" - }, { "category": "BOXER", "air_date": "2008-02-26", @@ -977589,16 +927149,6 @@ "show_number": "5407", "fullAnswer": "a snowplow" }, - { - "category": "ANIMAL FARM", - "air_date": "2008-02-26", - "question": "Thought to be bad luck by natives, the aye-aye is a lemur, so it's no surprise it's only found here", - "value": "$2000", - "answer": "Madagascar", - "round": "Double Jeopardy!", - "show_number": "5407", - "fullAnswer": "Madagascar" - }, { "category": "BOXER", "air_date": "2008-02-26", @@ -977744,7 +927294,7 @@ "air_date": "2003-01-14", "question": "This talk show host's candid memoir \"Find Me\" came out in April 2002", "value": "$400", - "answer": "Rosie O\\'Donnell", + "answer": "Rosie O'Donnell", "round": "Jeopardy!", "show_number": "4232", "fullAnswer": "Rosie O\\'Donnell" @@ -978959,16 +928509,6 @@ "show_number": "6089", "fullAnswer": "Sprite" }, - { - "category": "STRIVING FOR AN \"F\"", - "air_date": "2011-02-17", - "question": "Can I crash on this piece of furniture?", - "value": "$400", - "answer": "futon", - "round": "Jeopardy!", - "show_number": "6089", - "fullAnswer": "futon" - }, { "category": "THE 50 STATES", "air_date": "2011-02-17", @@ -979079,16 +928619,6 @@ "show_number": "6089", "fullAnswer": "7 Up" }, - { - "category": "STRIVING FOR AN \"F\"", - "air_date": "2011-02-17", - "question": "Two types of this are seen here", - "value": "$800", - "answer": "fuel", - "round": "Jeopardy!", - "show_number": "6089", - "fullAnswer": "fuel" - }, { "category": "THE 50 STATES", "air_date": "2011-02-17", @@ -979149,22 +928679,12 @@ "show_number": "6089", "fullAnswer": "flagship" }, - { - "category": "HISTORY", - "air_date": "2011-02-17", - "question": "(Sarah of the clue crew gives the clue from Newseum in Washington, DC.) Now sitting harmlessly in the Newseum, this guard tower was once used to shoot down those trying to cross this barrier between communism & freedom", - "value": "$400", - "answer": "Berlin Wall", - "round": "Double Jeopardy!", - "show_number": "6089", - "fullAnswer": "the Berlin Wall" - }, { "category": "GLEE SONGS", "air_date": "2011-02-17", "question": "The first episode featured the ensemble singing this Journey song that begins, \"Just a small town girl\"", "value": "$400", - "answer": "Don\\'t Stop Believin\\'", + "answer": "Don't Stop Believin'", "round": "Double Jeopardy!", "show_number": "6089", "fullAnswer": "\"Don\\'t Stop Believin\\'\"" @@ -979439,16 +928959,6 @@ "show_number": "6089", "fullAnswer": "airplanes" }, - { - "category": "WORDS & PHRASES", - "air_date": "2011-02-17", - "question": "Heard here, this musical style that combines Caribbean & Creole influences may take its name from the French word for \"beans\"", - "value": "$2000", - "answer": "zydeco", - "round": "Double Jeopardy!", - "show_number": "6089", - "fullAnswer": "zydeco" - }, { "category": "EVENTS OF 2010", "air_date": "2011-02-17", @@ -980094,7 +929604,7 @@ "air_date": "1998-04-10", "question": "This potato chip brand changed its slogan from \"Betcha Can't Eat Just One\" to \"Too Good to Eat Just One\"", "value": "$100", - "answer": "Lay\\'s", + "answer": "Lay's", "round": "Jeopardy!", "show_number": "3145", "fullAnswer": "Lay\\'s" @@ -980214,7 +929724,7 @@ "air_date": "1998-04-10", "question": "Cherry Garcia & Phish Food are 2 of this ice cream duo's most popular flavors", "value": "$300", - "answer": "Ben & Jerry\\'s", + "answer": "Ben & Jerry's", "round": "Jeopardy!", "show_number": "3145", "fullAnswer": "Ben & Jerry\\'s" @@ -981989,16 +931499,6 @@ "show_number": "5852", "fullAnswer": "We Are Marshall" }, - { - "category": "21st CENTURY WOMEN", - "air_date": "2010-02-09", - "question": "Her website is speaker.gov", - "value": "$600", - "answer": "Pelosi", - "round": "Jeopardy!", - "show_number": "5852", - "fullAnswer": "Pelosi" - }, { "category": "OLD NAVY", "air_date": "2010-02-09", @@ -982149,16 +931649,6 @@ "show_number": "5852", "fullAnswer": "Jackie Robinson" }, - { - "category": "THE NEW YORK TIMES ENERGY & ENVIRONMENT", - "air_date": "2010-02-09", - "question": "The topics pages of nytimes.com say Texas leads the U.S. in producing power from this, especially out on the high plains", - "value": "$400", - "answer": "wind", - "round": "Double Jeopardy!", - "show_number": "5852", - "fullAnswer": "wind" - }, { "category": "SOUTH OF THE EQUATOR", "air_date": "2010-02-09", @@ -982329,16 +931819,6 @@ "show_number": "5852", "fullAnswer": "Argentina" }, - { - "category": "\"BOR\"-ING!", - "air_date": "2010-02-09", - "question": "It's the type of pooch pictured here", - "value": "$1600", - "answer": "border collie", - "round": "Double Jeopardy!", - "show_number": "5852", - "fullAnswer": "a border collie" - }, { "category": "THE NON-BEATLES ROCK BAND", "air_date": "2010-02-09", @@ -982614,7 +932094,7 @@ "air_date": "1989-10-06", "question": "This brand of syrup comes in a bottle shaped like a lady, & the syrup pours from the top of her head", "value": "$400", - "answer": "Mrs. Butterworth\\'s", + "answer": "Mrs. Butterworth's", "round": "Jeopardy!", "show_number": "1170", "fullAnswer": "Mrs. Butterworth\\'s" @@ -983059,16 +932539,6 @@ "show_number": "4799", "fullAnswer": "Bridezilla" }, - { - "category": "ONE-WORD IMPERATIVES", - "air_date": "2005-06-16", - "question": "The men seen here are waiting for this traditional final word in a 3-part command", - "value": "$200", - "answer": "Fire!", - "round": "Jeopardy!", - "show_number": "4799", - "fullAnswer": "Fire!" - }, { "category": "WHERE HISTORY HAPPENED", "air_date": "2005-06-16", @@ -983169,16 +932639,6 @@ "show_number": "4799", "fullAnswer": "Great Falls" }, - { - "category": "SOCIAL TYPES", - "air_date": "2005-06-16", - "question": "The \"Simpsons\" character seen here has no name; he's simply called this", - "value": "$600", - "answer": "Comic Book Guy", - "round": "Jeopardy!", - "show_number": "4799", - "fullAnswer": "Comic Book Guy" - }, { "category": "ONE-WORD IMPERATIVES", "air_date": "2005-06-16", @@ -983309,16 +932769,6 @@ "show_number": "4799", "fullAnswer": "Go!" }, - { - "category": "ART LECTURE", - "air_date": "2005-06-16", - "question": "(Jimmy of the Clue Crew delivers the clue in front of a projected slide of a painting.) The classical ruins in Montagna's St. Sebastian typify this movement's discovery of ancient culture", - "value": "$400", - "answer": "Renaissance", - "round": "Double Jeopardy!", - "show_number": "4799", - "fullAnswer": "the Renaissance" - }, { "category": "THE FIRST MODERN OLYMPICS", "air_date": "2005-06-16", @@ -983369,16 +932819,6 @@ "show_number": "4799", "fullAnswer": "a quarry" }, - { - "category": "ART LECTURE", - "air_date": "2005-06-16", - "question": "(Jimmy of the Clue Crew delivers the clue in front of a projected slide of a painting.) The triangle formed by the figures in the Raphael work seen here is a symbol of this key Christian concept", - "value": "$800", - "answer": "Trinity", - "round": "Double Jeopardy!", - "show_number": "4799", - "fullAnswer": "the Trinity" - }, { "category": "THE FIRST MODERN OLYMPICS", "air_date": "2005-06-16", @@ -983429,16 +932869,6 @@ "show_number": "4799", "fullAnswer": "coal" }, - { - "category": "ART LECTURE", - "air_date": "2005-06-16", - "question": "(Jimmy of the Clue Crew delivers the clue in front of a projected slide of a painting.) The traveling basket tells us the subject is \"Rest on the Flight into\" this country", - "value": "$1200", - "answer": "Egypt", - "round": "Double Jeopardy!", - "show_number": "4799", - "fullAnswer": "Egypt" - }, { "category": "THE FIRST MODERN OLYMPICS", "air_date": "2005-06-16", @@ -983489,16 +932919,6 @@ "show_number": "4799", "fullAnswer": "Tin" }, - { - "category": "ART LECTURE", - "air_date": "2005-06-16", - "question": "(Jimmy of the Clue Crew delivers the clue in front of a projected slide of a painting.) Here, this great American artist contrasts the warm colors of nature with the harsh light of civilization", - "value": "$1600", - "answer": "Hopper", - "round": "Double Jeopardy!", - "show_number": "4799", - "fullAnswer": "(Edward) Hopper" - }, { "category": "THE FIRST MODERN OLYMPICS", "air_date": "2005-06-16", @@ -983549,16 +932969,6 @@ "show_number": "4799", "fullAnswer": "star sapphires" }, - { - "category": "ART LECTURE", - "air_date": "2005-06-16", - "question": "(Jimmy of the Clue Crew delivers the clue in front of a projected slide of a painting.) Dutch still lifes often remind us of this Latin word for pride and mortality--the skull is a rather stern reminder", - "value": "$2000", - "answer": "vanitas", - "round": "Double Jeopardy!", - "show_number": "4799", - "fullAnswer": "vanitas" - }, { "category": "THE FIRST MODERN OLYMPICS", "air_date": "2005-06-16", @@ -983589,16 +932999,6 @@ "show_number": "4799", "fullAnswer": "mudpuppy" }, - { - "category": "I'LL GO MINE", - "air_date": "2005-06-16", - "question": "To save money on a ring, I'll go mine this form of carbon seen here and make a synthetic diamond", - "value": "$2000", - "answer": "graphite", - "round": "Double Jeopardy!", - "show_number": "4799", - "fullAnswer": "graphite" - }, { "category": "HISTORIC BUSINESSMAN", "air_date": "2005-06-16", @@ -983854,7 +933254,7 @@ "air_date": "2009-05-15", "question": "1415:
The Battle of Agincourt", "value": "$1,400", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Jeopardy!", "show_number": "5695", "fullAnswer": "the Hundred Years\\' War" @@ -983929,16 +933329,6 @@ "show_number": "5695", "fullAnswer": "American football" }, - { - "category": "YOU: STAYING YOUNG", - "air_date": "2009-05-15", - "question": "(Here's Dr. Oz.) Holding a cork in your teeth can relax your jaws, & ease the everyday struggle with this, defined in physics as a force that strains or deforms a body", - "value": "$400", - "answer": "stress", - "round": "Double Jeopardy!", - "show_number": "5695", - "fullAnswer": "stress" - }, { "category": "LITERARY CHARACTERS ON TWITTER", "air_date": "2009-05-15", @@ -983989,16 +933379,6 @@ "show_number": "5695", "fullAnswer": "baseball" }, - { - "category": "YOU: STAYING YOUNG", - "air_date": "2009-05-15", - "question": "(Dr. Oz...) Take a daily dose of the seeds from this plant that have anti-oxident properties and can lower blood pressure; and don't worry--you won't sprout green hair", - "value": "$800", - "answer": "chia", - "round": "Double Jeopardy!", - "show_number": "5695", - "fullAnswer": "chia" - }, { "category": "LITERARY CHARACTERS ON TWITTER", "air_date": "2009-05-15", @@ -984039,26 +933419,6 @@ "show_number": "5695", "fullAnswer": "the sun" }, - { - "category": "BE A SPORT", - "air_date": "2009-05-15", - "question": "(Jimmy of the Clue Crew demonstrates some hockey strategies on a monitor) In ice hockey, player A's shot is legal; player B's shot crosses two red lines, which is this infraction", - "value": "$1200", - "answer": "icing", - "round": "Double Jeopardy!", - "show_number": "5695", - "fullAnswer": "icing" - }, - { - "category": "YOU: STAYING YOUNG", - "air_date": "2009-05-15", - "question": "(Dr. Oz gives the clue.) Prostate growth has been shown to slow down due to eating the green fruit of this tree, but there are recipes healthier than guacamole", - "value": "$1200", - "answer": "avocado", - "round": "Double Jeopardy!", - "show_number": "5695", - "fullAnswer": "avocado" - }, { "category": "LITERARY CHARACTERS ON TWITTER", "air_date": "2009-05-15", @@ -984079,16 +933439,6 @@ "show_number": "5695", "fullAnswer": "Grant" }, - { - "category": "\"Y\"S UP!", - "air_date": "2009-05-15", - "question": "Beware these snazzy dressers seen here--they can sting repeatedly", - "value": "$1200", - "answer": "yellowjackets", - "round": "Double Jeopardy!", - "show_number": "5695", - "fullAnswer": "yellowjackets" - }, { "category": "TAKE ME TO THE BALLET!", "air_date": "2009-05-15", @@ -984109,16 +933459,6 @@ "show_number": "5695", "fullAnswer": "(James) Naismith" }, - { - "category": "YOU: STAYING YOUNG", - "air_date": "2009-05-15", - "question": "(Doctor...) In the exercise I call \"I Dream Of Genie,\" you can strengthen your abs, quads, and shoulder muscles. Be sure to squeeze the fleshy muscles of the buttocks, known by this one-syllable name", - "value": "$1600", - "answer": "glutes", - "round": "Double Jeopardy!", - "show_number": "5695", - "fullAnswer": "the glutes" - }, { "category": "LITERARY CHARACTERS ON TWITTER", "air_date": "2009-05-15", @@ -984159,26 +933499,6 @@ "show_number": "5695", "fullAnswer": "Nikolai Rimsky-Korsakov" }, - { - "category": "BE A SPORT", - "air_date": "2009-05-15", - "question": "(Jon of the Clue Crew shows part of a bike in Trek Bicycle Corporation in Waterloo, Wisconsin) An early advocate of cycling, Paul de Vivie experimented with geared bikes, leading to the perfection of this Frenched-named gearshifting device", - "value": "$2000", - "answer": "DeRailleur", - "round": "Double Jeopardy!", - "show_number": "5695", - "fullAnswer": "the DeRailleur" - }, - { - "category": "YOU: STAYING YOUNG", - "air_date": "2009-05-15", - "question": "(Dr. Oz, please...) Dangerous fats, like trans fats, are solid at room temperature; good fats? They're liquid--like this Greek-letter one from salmon & walnuts", - "value": "$2000", - "answer": "omega-3 fatty acids", - "round": "Double Jeopardy!", - "show_number": "5695", - "fullAnswer": "omega-3 fatty acids" - }, { "category": "LITERARY CHARACTERS ON TWITTER", "air_date": "2009-05-15", @@ -984254,7 +933574,7 @@ "air_date": "2007-03-16", "question": "This Bremen beer's motto appropriately reads \"Life beckons\"", "value": "$200", - "answer": "Beck\\'s", + "answer": "Beck's", "round": "Jeopardy!", "show_number": "5190", "fullAnswer": "Beck\\'s" @@ -984274,7 +933594,7 @@ "air_date": "2007-03-16", "question": "Matthew Broderick sings \"Twist And Shout\" from atop a float during Chicago's Von Steuben Day Parade in this film", "value": "$200", - "answer": "Ferris Bueller\\'s Day Off", + "answer": "Ferris Bueller's Day Off", "round": "Jeopardy!", "show_number": "5190", "fullAnswer": "Ferris Bueller\\'s Day Off" @@ -984314,7 +933634,7 @@ "air_date": "2007-03-16", "question": "Brittany Evans is the new icon for this beer that's named in honor of an old German monastery", "value": "$400", - "answer": "St. Pauli\\'s", + "answer": "St. Pauli's", "round": "Jeopardy!", "show_number": "5190", "fullAnswer": "St. Pauli\\'s" @@ -984399,16 +933719,6 @@ "show_number": "5190", "fullAnswer": "Easter Parade" }, - { - "category": "IRELAND", - "air_date": "2007-03-16", - "question": "(Cheryl of the Clue Crew reports from Dublin, Ireland.) \"Ulysses\" captures the sight, sound & even products of Dublin; this man, who represents Ulysses, wonders, \"What is home without Plumtree's Potted Meat?\"", - "value": "$800", - "answer": "Bloom", - "round": "Jeopardy!", - "show_number": "5190", - "fullAnswer": "(Leopold) Bloom" - }, { "category": "\"LEP\"RECHAUN", "air_date": "2007-03-16", @@ -984519,16 +933829,6 @@ "show_number": "5190", "fullAnswer": "The Wild Bunch" }, - { - "category": "AT THE MARK TWAIN HOUSE", - "air_date": "2007-03-16", - "question": "(Alex Trebek delivers the clue from the Mark Twain House in Hartford, CT.) Twain owned one of the first telephones installed in a private home, but he once wished that all of us may eventually be gathered together in heaven, except for this man", - "value": "$400", - "answer": "Bell", - "round": "Double Jeopardy!", - "show_number": "5190", - "fullAnswer": "(Alexander Graham) Bell" - }, { "category": "JEOPARDY! IN POP CULTURE", "air_date": "2007-03-16", @@ -984639,16 +933939,6 @@ "show_number": "5190", "fullAnswer": "nom de guerre" }, - { - "category": "AT THE MARK TWAIN HOUSE", - "air_date": "2007-03-16", - "question": "(Alex Trebek delivers the clue from the Mark Twain House in Hartford, CT.) Appropriately, Mark Twain resided here in Hartford while he worked on this 1889 novel about a Hartford man who travels back in time to medieval England", - "value": "$1200", - "answer": "Connecticut Yankee in King Arthur\\'s Court", - "round": "Double Jeopardy!", - "show_number": "5190", - "fullAnswer": "A Connecticut Yankee in King Arthur\\'s Court" - }, { "category": "JEOPARDY! IN POP CULTURE", "air_date": "2007-03-16", @@ -984679,16 +933969,6 @@ "show_number": "5190", "fullAnswer": "Zachary Taylor" }, - { - "category": "THE ANCIENTS", - "air_date": "2007-03-16", - "question": "He's the Greek shown here practicing his craft in a work by Raphael", - "value": "$2,000", - "answer": "Euclid", - "round": "Double Jeopardy!", - "show_number": "5190", - "fullAnswer": "Euclid" - }, { "category": "FIGHTIN' WORDS", "air_date": "2007-03-16", @@ -984759,16 +934039,6 @@ "show_number": "5190", "fullAnswer": "bellicose" }, - { - "category": "AT THE MARK TWAIN HOUSE", - "air_date": "2007-03-16", - "question": "(Alex Trebek delivers the clue from the Mark Twain House in Hartford, CT.) The style of Mark Twain's home here in Hartford exemplifies this ornate age, also the title of a book Twain wrote with his neighbor Charles Dudley Warner", - "value": "$2000", - "answer": "Gilded Age", - "round": "Double Jeopardy!", - "show_number": "5190", - "fullAnswer": "the Gilded Age" - }, { "category": "JEOPARDY! IN POP CULTURE", "air_date": "2007-03-16", @@ -985124,7 +934394,7 @@ "air_date": "2001-04-17", "question": "Car buyers know it's what MSRP stands for", "value": "$500", - "answer": "Manufacturer\\'s Suggested Retail Price", + "answer": "Manufacturer's Suggested Retail Price", "round": "Jeopardy!", "show_number": "3837", "fullAnswer": "Manufacturer\\'s Suggested Retail Price" @@ -985194,7 +934464,7 @@ "air_date": "2001-04-17", "question": "This Newfoundland capital is the closest North American port to Europe", "value": "$400", - "answer": "Saint John\\'s", + "answer": "Saint John's", "round": "Double Jeopardy!", "show_number": "3837", "fullAnswer": "Saint John\\'s" @@ -985414,7 +934684,7 @@ "air_date": "2001-04-17", "question": "Founded in 1874 & still fighting for prohibition, the \"Woman's\" this is based in Illinois", "value": "$1000", - "answer": "Woman\\'s Christian Temperance Union", + "answer": "Woman's Christian Temperance Union", "round": "Double Jeopardy!", "show_number": "3837", "fullAnswer": "Woman\\'s Christian Temperance Union" @@ -985509,16 +934779,6 @@ "show_number": "5154", "fullAnswer": "heart transplant" }, - { - "category": "FOOTBALL", - "air_date": "2007-01-25", - "question": "( Jimmy of the Clue Crew holds up a white board. ) The two basic types of pass coverage are man-to-man and this; in which defensive players are assigned an area to cover", - "value": "$400", - "answer": "zone", - "round": "Jeopardy!", - "show_number": "5154", - "fullAnswer": "zone" - }, { "category": "MATT-ICULOUS", "air_date": "2007-01-25", @@ -985589,16 +934849,6 @@ "show_number": "5154", "fullAnswer": "(Gen. Douglas) MacArthur" }, - { - "category": "\"C\" IN BIOLOGY", - "air_date": "2007-01-25", - "question": "( Sarah of the Clue Crew holds up a honeycomb. ) Honey, pollen & fertilized eggs are some of the things that may be stored in a honeycomb's compartments which are called these", - "value": "$600", - "answer": "cells", - "round": "Jeopardy!", - "show_number": "5154", - "fullAnswer": "cells" - }, { "category": "OFFICIAL STATE SEALS", "air_date": "2007-01-25", @@ -985629,16 +934879,6 @@ "show_number": "5154", "fullAnswer": "Greece" }, - { - "category": "FOOTBALL", - "air_date": "2007-01-25", - "question": "phinfever.com is a website for fans of this pro football team", - "value": "$800", - "answer": "Miami Dolphins", - "round": "Jeopardy!", - "show_number": "5154", - "fullAnswer": "Miami Dolphins" - }, { "category": "MATT-ICULOUS", "air_date": "2007-01-25", @@ -985754,7 +934994,7 @@ "air_date": "2007-01-25", "question": "This soup may be hard to swallow, especially if the feathers & twigs aren't removed", "value": "$400", - "answer": "bird\\'s nest", + "answer": "bird's nest", "round": "Double Jeopardy!", "show_number": "5154", "fullAnswer": "bird\\'s nest" @@ -985794,7 +935034,7 @@ "air_date": "2007-01-25", "question": "Many Russians watch the film \"Ironiya Sudby\", about a group of old friends, every year on this evening", "value": "$800", - "answer": "New Year\\'s Eve", + "answer": "New Year's Eve", "round": "Double Jeopardy!", "show_number": "5154", "fullAnswer": "New Year\\'s Eve" @@ -986104,7 +935344,7 @@ "air_date": "2001-02-06", "question": "Homes list for well over $1 million on this valuable \"Vineyard\" island of Massachusetts", "value": "$200", - "answer": "Martha\\'s Vineyard", + "answer": "Martha's Vineyard", "round": "Jeopardy!", "show_number": "3787", "fullAnswer": "Martha\\'s Vineyard" @@ -986174,7 +935414,7 @@ "air_date": "2001-02-06", "question": "This girl group gave us the '80s albums \"Beauty and the Beat\" & \"Vacation\"", "value": "$300", - "answer": "Go-Go\\'s", + "answer": "Go-Go's", "round": "Jeopardy!", "show_number": "3787", "fullAnswer": "the Go-Go\\'s" @@ -986354,7 +935594,7 @@ "air_date": "2001-02-06", "question": "In a 1953 film Dean Martin sang this song heard here", "value": "$600", - "answer": "That\\'s Amore", + "answer": "That's Amore", "round": "Double Jeopardy!", "show_number": "3787", "fullAnswer": "\"That\\'s Amore\"" @@ -986699,16 +935939,6 @@ "show_number": "5029", "fullAnswer": "Philip" }, - { - "category": "DEAD SCIENTISTS' SOCIETY", - "air_date": "2006-06-22", - "question": "(Kelly of the Clue Crew indicates a diagram of the solar system on the monitor.) The sun revolves around the Earth in the model of the universe by this Alexandrian; it held up about 1,500 years until Copernicus", - "value": "$800", - "answer": "Ptolemy", - "round": "Jeopardy!", - "show_number": "5029", - "fullAnswer": "Ptolemy" - }, { "category": "McPEOPLE", "air_date": "2006-06-22", @@ -986959,16 +936189,6 @@ "show_number": "5029", "fullAnswer": "Tonga" }, - { - "category": "FROM THE LATIN", - "air_date": "2006-06-22", - "question": "(Kelly of the Clue Crew points out two words on the monitor.) Genu, Latin for \"knee\", also gives us this word, meaning \"to bend the knee\"", - "value": "$1200", - "answer": "genuflect", - "round": "Double Jeopardy!", - "show_number": "5029", - "fullAnswer": "genuflect" - }, { "category": "HEROES OF LITERATURE", "air_date": "2006-06-22", @@ -987079,16 +936299,6 @@ "show_number": "5029", "fullAnswer": "Cabo San Lucas" }, - { - "category": "FROM THE LATIN", - "air_date": "2006-06-22", - "question": "The name of this flower seen here may come from the Latin for \"twisted nose\", a reference to its acrid smell", - "value": "$2000", - "answer": "Nasturtium", - "round": "Double Jeopardy!", - "show_number": "5029", - "fullAnswer": "Nasturtium" - }, { "category": "WASHINGTON, D.C.", "air_date": "2006-06-22", @@ -988649,16 +937859,6 @@ "show_number": "5539", "fullAnswer": "Holden Caulfield" }, - { - "category": "MAKING MONEY", - "air_date": "2008-10-09", - "question": "(Jimmy of the Clue Crew reads as he and Sarah hold an oversized bill at the Bureau of Engraving and Printing in Washington, D.C.) One of the last things printed is the seal of this department as it was first used under the Articles of Confederation--the seal is older than the federal government", - "value": "$400", - "answer": "Treasury Department", - "round": "Double Jeopardy!", - "show_number": "5539", - "fullAnswer": "the Treasury Department" - }, { "category": "HALLS OF FAME", "air_date": "2008-10-09", @@ -988709,16 +937909,6 @@ "show_number": "5539", "fullAnswer": "Truman Capote" }, - { - "category": "MAKING MONEY", - "air_date": "2008-10-09", - "question": "(Sarah of the Clue Crew reads from a printing press at the Bureau of Engraving and Printing in Washington, D.C.) The color of the first ink used in printing $1 bills & the part of the sheet it goes on gives us this word that dates from 1862", - "value": "$800", - "answer": "greenback", - "round": "Double Jeopardy!", - "show_number": "5539", - "fullAnswer": "greenback" - }, { "category": "HALLS OF FAME", "air_date": "2008-10-09", @@ -988734,7 +937924,7 @@ "air_date": "2008-10-09", "question": "As Jerry Maguire, Tom tells Renee, \"You complete me\"; she says: \"Shut up, just shut up\", then this 5-word line", "value": "$1200", - "answer": "You had me at \\'hello\\'", + "answer": "You had me at 'hello'", "round": "Double Jeopardy!", "show_number": "5539", "fullAnswer": "\"You had me at \\'hello\\'\"" @@ -988769,26 +937959,6 @@ "show_number": "5539", "fullAnswer": "Casino Royale" }, - { - "category": "MAKING MONEY", - "air_date": "2008-10-09", - "question": "(Sarah of the Clue Crew reads from the Bureau of Engraving and Printing in Washington, D.C.) To foil counterfeiters, these security features are visible in the light and on either side of bills, because they're part of the paper rather than printed", - "value": "$1,200", - "answer": "watermarks", - "round": "Double Jeopardy!", - "show_number": "5539", - "fullAnswer": "watermarks" - }, - { - "category": "HALLS OF FAME", - "air_date": "2008-10-09", - "question": "Wordsmith.org's hall of fame for these includes \"listen=silent\" & \"Madam Curie= radium came\"", - "value": "$1600", - "answer": "anagrams", - "round": "Double Jeopardy!", - "show_number": "5539", - "fullAnswer": "anagrams" - }, { "category": "CRUISE LINES", "air_date": "2008-10-09", @@ -988829,16 +937999,6 @@ "show_number": "5539", "fullAnswer": "the Doones" }, - { - "category": "MAKING MONEY", - "air_date": "2008-10-09", - "question": "(Sarah of the Clue Crew shows a press at the Bureau of Engraving and Printing in Washington, D.C.) The Bureau of Engraving and Printing uses this indirect printing technique, but not like the corner print shop: its 72-ton presses run 10,000 sheets per hour", - "value": "$1600", - "answer": "offset", - "round": "Double Jeopardy!", - "show_number": "5539", - "fullAnswer": "offset" - }, { "category": "HALLS OF FAME", "air_date": "2008-10-09", @@ -988889,22 +938049,12 @@ "show_number": "5539", "fullAnswer": "the Black Stallion" }, - { - "category": "MAKING MONEY", - "air_date": "2008-10-09", - "question": "(Jimmy of the Clue Crew reports from the Bureau of Engraving and Printing in Washington, D.C.) Sheets are forced at high pressure into the grooves of printing plates so bills are actually three-dimensional with slight rises & indentations; the process has this Italian name", - "value": "$2000", - "answer": "intaglio", - "round": "Double Jeopardy!", - "show_number": "5539", - "fullAnswer": "intaglio" - }, { "category": "1960s HIT SONGS", "air_date": "2008-10-09", "question": "The singer/songwriter of this 1960s mega-hit has revealed that it was inspired by a president's daughter", "value": null, - "answer": "\\Sweet Caroline\\", + "answer": "Sweet Caroline", "round": "Final Jeopardy!", "show_number": "5539", "fullAnswer": "\\\"Sweet Caroline\\\"" @@ -988924,7 +938074,7 @@ "air_date": "2001-03-15", "question": "This large barge of the Bible carried passengers in pairs", "value": "$100", - "answer": "Noah\\'s Ark", + "answer": "Noah's Ark", "round": "Jeopardy!", "show_number": "3814", "fullAnswer": "Noah\\'s Ark" @@ -988969,16 +938119,6 @@ "show_number": "3814", "fullAnswer": "one good turn" }, - { - "category": "AWARDS", - "air_date": "2001-03-15", - "question": "Hollywood.com gives Golden Hitches to these previews of coming attractions", - "value": "$200", - "answer": "trailers", - "round": "Jeopardy!", - "show_number": "3814", - "fullAnswer": "trailers" - }, { "category": "DON'T ROCK THE...", "air_date": "2001-03-15", @@ -989119,16 +938259,6 @@ "show_number": "3814", "fullAnswer": "Pennsylvania" }, - { - "category": "TONY ORLANDO!", - "air_date": "2001-03-15", - "question": "Tony wondered about the whereabouts of this title woman in the following:", - "value": "$400", - "answer": "Sweet Gypsy Rose", - "round": "Jeopardy!", - "show_number": "3814", - "fullAnswer": "\"Sweet Gypsy Rose\"" - }, { "category": "IT'S COLUMBO", "air_date": "2001-03-15", @@ -989439,16 +938569,6 @@ "show_number": "3814", "fullAnswer": "Thornton Wilder (Our Town)" }, - { - "category": "\"LES\" IS MORE", - "air_date": "2001-03-15", - "question": "She's the towering Olympic & WNBA standout seen here:", - "value": "$800", - "answer": "Lisa Leslie", - "round": "Double Jeopardy!", - "show_number": "3814", - "fullAnswer": "Lisa Leslie" - }, { "category": "THE 1920s", "air_date": "2001-03-15", @@ -989494,7 +938614,7 @@ "air_date": "2001-03-15", "question": "\"Gimme a whiskey--ginger ale on the side. And don't be stingy, baby\"", "value": "$1000", - "answer": "Eugene O\\'Neill ", + "answer": "Eugene O'Neill ", "round": "Double Jeopardy!", "show_number": "3814", "fullAnswer": "Eugene O\\'Neill (Anna Christie)" @@ -989724,7 +938844,7 @@ "air_date": "1995-11-17", "question": "William Wordsworth's poem about this Haitian begins \"Toussaint, the most unhappy Man of Men!\"", "value": "$400", - "answer": "Toussaint L\\'Ouverture", + "answer": "Toussaint L'Ouverture", "round": "Jeopardy!", "show_number": "2580", "fullAnswer": "Toussaint L\\'Ouverture" @@ -989754,7 +938874,7 @@ "air_date": "1995-11-17", "question": "The Treaty of Bretigny in 1360 brought a brief period of peace during this war", "value": "$400", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Jeopardy!", "show_number": "2580", "fullAnswer": "Hundred Years\\' War" @@ -990074,7 +939194,7 @@ "air_date": "1995-11-17", "question": "In April of 1995 this beverage company agreed to buy 80% of MCA, Inc. from Matsushita", "value": "$1000", - "answer": "Seagram\\'s", + "answer": "Seagram's", "round": "Double Jeopardy!", "show_number": "2580", "fullAnswer": "Seagram\\'s" @@ -990279,16 +939399,6 @@ "show_number": "6096", "fullAnswer": "The Old Man and the Sea" }, - { - "category": "THE ENVIRONMENT", - "air_date": "2011-02-28", - "question": "In 2009, Band-e-Amir became war-weary Afghanistan's first national this", - "value": "$600", - "answer": "park", - "round": "Jeopardy!", - "show_number": "6096", - "fullAnswer": "a park" - }, { "category": "PLEDGES & OATHS", "air_date": "2011-02-28", @@ -990324,7 +939434,7 @@ "air_date": "2011-02-28", "question": "Abby Wambach is the offensive powerhouse on the USA's national team in this sport", "value": "$800", - "answer": "Women\\'s soccer", + "answer": "Women's soccer", "round": "Jeopardy!", "show_number": "6096", "fullAnswer": "Women\\'s soccer" @@ -990369,16 +939479,6 @@ "show_number": "6096", "fullAnswer": "E-R-E" }, - { - "category": "OUT WEST", - "air_date": "2011-02-28", - "question": "In 1659, 2 French traders made the first white contact with Sioux Indians when they ventured west of this Great Lake", - "value": "$1000", - "answer": "Lake Superior", - "round": "Jeopardy!", - "show_number": "6096", - "fullAnswer": "Lake Superior" - }, { "category": "ATHLETES", "air_date": "2011-02-28", @@ -990689,16 +939789,6 @@ "show_number": "6096", "fullAnswer": "One Tree Hill" }, - { - "category": "BODY BASICS", - "air_date": "2011-02-28", - "question": "(Kelly of the Clue Crew shows an anatomical animation on the monitor.) When swallowing, the soft palate is raised to keep food from entering the nasal cavity, & this flap of cartilage moves to prevent food from entering the trachea", - "value": "$2000", - "answer": "epiglottis", - "round": "Double Jeopardy!", - "show_number": "6096", - "fullAnswer": "the epiglottis" - }, { "category": "YOUNG NOBEL PRIZE WINNERS", "air_date": "2011-02-28", @@ -990719,16 +939809,6 @@ "show_number": "6096", "fullAnswer": "Taiwan" }, - { - "category": "LIKE A \"G\"6", - "air_date": "2011-02-28", - "question": "This root is seen here", - "value": "$2000", - "answer": "ginger", - "round": "Double Jeopardy!", - "show_number": "6096", - "fullAnswer": "ginger" - }, { "category": "BRANDS", "air_date": "2011-02-28", @@ -990759,16 +939839,6 @@ "show_number": "5027", "fullAnswer": "Nolan Ryan" }, - { - "category": "ANIMALS ON THE CHINESE CALENDAR", - "air_date": "2006-06-20", - "question": "1975:
I'm wefuhwing to this cwazy cwitter, heheheh", - "value": "$200", - "answer": "rabbit ", - "round": "Jeopardy!", - "show_number": "5027", - "fullAnswer": "a rabbit (or a wabbit)" - }, { "category": "AMERICAN GEOGRAPHY", "air_date": "2006-06-20", @@ -990779,16 +939849,6 @@ "show_number": "5027", "fullAnswer": "Ontario" }, - { - "category": "CARS IN THE DICTIONARY", - "air_date": "2006-06-20", - "question": "This Chevy car is perfectly ship-shape", - "value": "$200", - "answer": "Corvette", - "round": "Jeopardy!", - "show_number": "5027", - "fullAnswer": "a Corvette" - }, { "category": "\"D\" BRIEFING", "air_date": "2006-06-20", @@ -990829,32 +939889,12 @@ "show_number": "5027", "fullAnswer": "a rat" }, - { - "category": "AMERICAN GEOGRAPHY", - "air_date": "2006-06-20", - "question": "(Kelly of the Clue Crew points to a map of Southern California on the monitor that zooms in on a central region.) This world-famous area within Los Angeles is also an adjective meaning flashy or glamorous", - "value": "$400", - "answer": "Hollywood", - "round": "Jeopardy!", - "show_number": "5027", - "fullAnswer": "Hollywood" - }, - { - "category": "CARS IN THE DICTIONARY", - "air_date": "2006-06-20", - "question": "I think we can all agree on this Honda", - "value": "$400", - "answer": "Accord", - "round": "Jeopardy!", - "show_number": "5027", - "fullAnswer": "an Accord" - }, { "category": "\"D\" BRIEFING", "air_date": "2006-06-20", "question": "Oh, waiter! Contact Hades & have them ship in a serving of this rich, dark chocolate cake", "value": "$400", - "answer": "devil\\'s food", + "answer": "devil's food", "round": "Jeopardy!", "show_number": "5027", "fullAnswer": "devil\\'s food" @@ -990899,36 +939939,6 @@ "show_number": "5027", "fullAnswer": "Massachusetts" }, - { - "category": "CARS IN THE DICTIONARY", - "air_date": "2006-06-20", - "question": "This Ford model created quite a storm in North America", - "value": "$600", - "answer": "Thunderbird", - "round": "Jeopardy!", - "show_number": "5027", - "fullAnswer": "a Thunderbird" - }, - { - "category": "\"D\" BRIEFING", - "air_date": "2006-06-20", - "question": "The international road vehicle sticker of this nation is seen here", - "value": "$600", - "answer": "Denmark", - "round": "Jeopardy!", - "show_number": "5027", - "fullAnswer": "Denmark" - }, - { - "category": "ANCIENT TIMES", - "air_date": "2006-06-20", - "question": "(Sarah of the Clue Crew reads from the Nile in Egypt.) The mud deposited by the Nile made ancient Egypt \"kemet\", black land; the desert was \"deshret\", meaning this", - "value": "$800", - "answer": "red land", - "round": "Jeopardy!", - "show_number": "5027", - "fullAnswer": "red land" - }, { "category": "BASEBALL RECORD BREAKERS", "air_date": "2006-06-20", @@ -990959,16 +939969,6 @@ "show_number": "5027", "fullAnswer": "Detroit & Des Moines" }, - { - "category": "CARS IN THE DICTIONARY", - "air_date": "2006-06-20", - "question": "It would take many of this Nissan model to reach its limit", - "value": "$800", - "answer": "Maxima", - "round": "Jeopardy!", - "show_number": "5027", - "fullAnswer": "a Maxima" - }, { "category": "\"D\" BRIEFING", "air_date": "2006-06-20", @@ -991019,16 +940019,6 @@ "show_number": "5027", "fullAnswer": "Independence" }, - { - "category": "CARS IN THE DICTIONARY", - "air_date": "2006-06-20", - "question": "This Volkswagen model is a real sport", - "value": "$1000", - "answer": "Golf", - "round": "Jeopardy!", - "show_number": "5027", - "fullAnswer": "a Golf" - }, { "category": "\"D\" BRIEFING", "air_date": "2006-06-20", @@ -991049,16 +940039,6 @@ "show_number": "5027", "fullAnswer": "nylon" }, - { - "category": "SEASONAL ACTING", - "air_date": "2006-06-20", - "question": "This heartthrob has starred as Lt. Zac on \"Battlestar Galactica\" & Dr. Noah Drake on \"General Hospital\"", - "value": "$400", - "answer": "Rick Springfield", - "round": "Double Jeopardy!", - "show_number": "5027", - "fullAnswer": "Rick Springfield" - }, { "category": "DURING THE FILLMORE PRESIDENCY", "air_date": "2006-06-20", @@ -991169,16 +940149,6 @@ "show_number": "5027", "fullAnswer": "shells" }, - { - "category": "SEASONAL ACTING", - "air_date": "2006-06-20", - "question": "This German actress & model starred opposite Inspector Clouseau in \"A Shot in the Dark\"", - "value": "$1200", - "answer": "Elke Sommer", - "round": "Double Jeopardy!", - "show_number": "5027", - "fullAnswer": "Elke Sommer" - }, { "category": "DURING THE FILLMORE PRESIDENCY", "air_date": "2006-06-20", @@ -991494,7 +940464,7 @@ "air_date": "2004-06-18", "question": "3 basic sugar types are granulated, brown & this one named for a profession", "value": "$600", - "answer": "confectioner\\'s", + "answer": "confectioner's", "round": "Jeopardy!", "show_number": "4570", "fullAnswer": "confectioner\\'s" @@ -991569,16 +940539,6 @@ "show_number": "4570", "fullAnswer": "Jake Delhomme" }, - { - "category": "JULIA", - "air_date": "2004-06-18", - "question": "To this writer seen here, we say, \"Glory! Glory! Hallelujah\"", - "value": "$800", - "answer": "Julia Ward Howe", - "round": "Jeopardy!", - "show_number": "4570", - "fullAnswer": "Julia Ward Howe" - }, { "category": "THROW THE \"BOOK\" AT 'EM!", "air_date": "2004-06-18", @@ -991694,7 +940654,7 @@ "air_date": "2004-06-18", "question": "Ahoy! This symbol of a cereal is the commander of the S.S. Guppy", "value": "$400", - "answer": "Cap\\'n Crunch", + "answer": "Cap'n Crunch", "round": "Double Jeopardy!", "show_number": "4570", "fullAnswer": "Cap\\'n Crunch" @@ -991869,16 +940829,6 @@ "show_number": "4570", "fullAnswer": "David Halberstam" }, - { - "category": "POTPOURRI", - "air_date": "2004-06-18", - "question": "(Sarah of the Clue Crew walks a dog at Yale University)
Handsome Dan is number 15 in the line of Yale mascots, including one who was cared for by this man, later Jimmy Carter's Secretary of State", - "value": "$1600", - "answer": "Cyrus Vance", - "round": "Double Jeopardy!", - "show_number": "4570", - "fullAnswer": "Cyrus Vance" - }, { "category": "SOFT \"C\"", "air_date": "2004-06-18", @@ -991909,16 +940859,6 @@ "show_number": "4570", "fullAnswer": "Bounce" }, - { - "category": "YOU AUTO KNOW THIS", - "air_date": "2004-06-18", - "question": "Said to be Elvis' favorite of all his cars, a 1973 Blackhawk made by this company is on display at Graceland", - "value": "$2000", - "answer": "Stutz", - "round": "Double Jeopardy!", - "show_number": "4570", - "fullAnswer": "Stutz" - }, { "category": "THE VIETNAM ERA", "air_date": "2004-06-18", @@ -992014,7 +940954,7 @@ "air_date": "1997-01-17", "question": "Parton's streetcars", "value": "$100", - "answer": "Dolly\\'s trolleys", + "answer": "Dolly's trolleys", "round": "Jeopardy!", "show_number": "2855", "fullAnswer": "Dolly\\'s trolleys" @@ -992074,7 +941014,7 @@ "air_date": "1997-01-17", "question": "Seinfeld's fruits", "value": "$200", - "answer": "Jerry\\'s cherries/berries", + "answer": "Jerry's cherries/berries", "round": "Jeopardy!", "show_number": "2855", "fullAnswer": "Jerry\\'s cherries/berries" @@ -992134,7 +941074,7 @@ "air_date": "1997-01-17", "question": "Jay's secretaries", "value": "$300", - "answer": "Leno\\'s stenos", + "answer": "Leno's stenos", "round": "Jeopardy!", "show_number": "2855", "fullAnswer": "Leno\\'s stenos" @@ -992194,7 +941134,7 @@ "air_date": "1997-01-17", "question": "Diane's attorneys", "value": "$400", - "answer": "Sawyer\\'s lawyers", + "answer": "Sawyer's lawyers", "round": "Jeopardy!", "show_number": "2855", "fullAnswer": "Sawyer\\'s lawyers" @@ -992254,7 +941194,7 @@ "air_date": "1997-01-17", "question": "Sajak's Siameses", "value": "$500", - "answer": "Pat\\'s cats", + "answer": "Pat's cats", "round": "Jeopardy!", "show_number": "2855", "fullAnswer": "Pat\\'s cats" @@ -992544,7 +941484,7 @@ "air_date": "1997-01-17", "question": "Nicknamed for the sport their children play, they were part of the swing vote in 1996", "value": null, - "answer": "\\Soccer Moms\\", + "answer": "Soccer Moms", "round": "Final Jeopardy!", "show_number": "2855", "fullAnswer": "\\\"Soccer Moms\\\"" @@ -992634,7 +941574,7 @@ "air_date": "2009-02-12", "question": "Hershey's boasts that these cups are the No. 1 selling candy in America", "value": "$400", - "answer": "Reese\\'s Peanut Butter Cups", + "answer": "Reese's Peanut Butter Cups", "round": "Jeopardy!", "show_number": "5629", "fullAnswer": "Reese\\'s Peanut Butter Cups" @@ -992919,16 +941859,6 @@ "show_number": "5629", "fullAnswer": "The Lord of the Rings" }, - { - "category": "GENOME-ENCLATURE", - "air_date": "2009-02-12", - "question": "(Kelly of the Clue Crew shows a graphic on the monitor.) An exact copy of biological material, it can be of a DNA segment, a cell or a complete organism", - "value": "$800", - "answer": "clone", - "round": "Double Jeopardy!", - "show_number": "5629", - "fullAnswer": "a clone" - }, { "category": "CHAMBER MUSIC", "air_date": "2009-02-12", @@ -992979,16 +941909,6 @@ "show_number": "5629", "fullAnswer": "the gene pool" }, - { - "category": "CHAMBER MUSIC", - "air_date": "2009-02-12", - "question": "Happily, he found the time to finish the \"trout\" quintet, heard here", - "value": "$1200", - "answer": "Schubert", - "round": "Double Jeopardy!", - "show_number": "5629", - "fullAnswer": "Schubert" - }, { "category": "BUILT IN THE U.S.A.", "air_date": "2009-02-12", @@ -993029,16 +941949,6 @@ "show_number": "5629", "fullAnswer": "Mary Poppins" }, - { - "category": "GENOME-ENCLATURE", - "air_date": "2009-02-12", - "question": "(Sarah of the Clue Crew shows a graphic on the monitor.) To determine a unique identifier, scientists look at patterns formed by multiple alleles in a person's DNA the process is called this, like taking inked impressions of a crime suspect", - "value": "$1600", - "answer": "genetic fingerprinting", - "round": "Double Jeopardy!", - "show_number": "5629", - "fullAnswer": "genetic fingerprinting" - }, { "category": "CHAMBER MUSIC", "air_date": "2009-02-12", @@ -993684,7 +942594,7 @@ "air_date": "2003-06-03", "question": "(Sofia of the Clue Crew at Buddy Guy's Legends Blues Club in Chicago) I'm at Buddy Guy's Legends, & if you ask, I'll say this, the 6-word title of Buddy's 1991 Grammy-winning album", "value": "$2000", - "answer": "Damn Right, I\\'ve Got the Blues", + "answer": "Damn Right, I've Got the Blues", "round": "Double Jeopardy!", "show_number": "4332", "fullAnswer": "\"Damn Right, I\\'ve Got the Blues\"" @@ -993829,16 +942739,6 @@ "show_number": "3094", "fullAnswer": "kissing" }, - { - "category": "NEW JERSEYITES", - "air_date": "1998-01-29", - "question": "Pair seen here--they were both born in New Jersey

\"All right, you take Joan and I'll take Sandra.\"
\"Oh, Sandra sends me.\"
\"Well then I'll take Joan!\"
\"Joan sends me too.\"
\"Now listen, you... I'm going to send you!\"
\"Sorry, you don't even appeal to me.\"
", - "value": "$1,200", - "answer": "Abbott & Costello", - "round": "Jeopardy!", - "show_number": "3094", - "fullAnswer": "Abbott & Costello" - }, { "category": "METAPHORICAL INSULTS", "air_date": "1998-01-29", @@ -993859,16 +942759,6 @@ "show_number": "3094", "fullAnswer": "Jodie Foster" }, - { - "category": "JIMMY LOVES THAT COMPUTER", - "air_date": "1998-01-29", - "question": "Jimmy learned HTML, hypertext markup language, to create this, addressable at jimmyland.com", - "value": "$300", - "answer": "his web site", - "round": "Jeopardy!", - "show_number": "3094", - "fullAnswer": "his web site" - }, { "category": "AMERICAN AUTHORS", "air_date": "1998-01-29", @@ -993964,7 +942854,7 @@ "air_date": "1998-01-29", "question": "The lights are on, but this is Skippy's problem", "value": "$400", - "answer": "no one\\'s home", + "answer": "no one's home", "round": "Jeopardy!", "show_number": "3094", "fullAnswer": "no one\\'s home" @@ -994389,16 +943279,6 @@ "show_number": "5633", "fullAnswer": "Minnesota" }, - { - "category": "THIS IS ONE SLIMY CATEGORY", - "air_date": "2009-02-18", - "question": "Rains made a mess of this 1969 concert, but didn't dampen the spirits at Max Yasgur's place", - "value": "$200", - "answer": "Woodstock", - "round": "Jeopardy!", - "show_number": "5633", - "fullAnswer": "Woodstock" - }, { "category": "CAN'T GET ENOUGH OPERA", "air_date": "2009-02-18", @@ -994449,16 +943329,6 @@ "show_number": "5633", "fullAnswer": "the Dominican Republic" }, - { - "category": "THIS IS ONE SLIMY CATEGORY", - "air_date": "2009-02-18", - "question": "The picture seen here represents this idiom, meaning a source of unpredictable problem", - "value": "$400", - "answer": "opening a can of worms", - "round": "Jeopardy!", - "show_number": "5633", - "fullAnswer": "opening a can of worms" - }, { "category": "CAN'T GET ENOUGH OPERA", "air_date": "2009-02-18", @@ -994509,16 +943379,6 @@ "show_number": "5633", "fullAnswer": "Libya" }, - { - "category": "THIS IS ONE SLIMY CATEGORY", - "air_date": "2009-02-18", - "question": "(Jimmy of the Clue Crew is at ILM.) Referred to in Ghostbusters as a Class-5 full-roaming vapor, Slimer, now here at Industrial Light & Magic was an homage to this late SNL actor", - "value": "$600", - "answer": "John Belushi", - "round": "Jeopardy!", - "show_number": "5633", - "fullAnswer": "John Belushi" - }, { "category": "CAN'T GET ENOUGH OPERA", "air_date": "2009-02-18", @@ -994569,16 +943429,6 @@ "show_number": "5633", "fullAnswer": "British Columbia" }, - { - "category": "THIS IS ONE SLIMY CATEGORY", - "air_date": "2009-02-18", - "question": "The sliminess of this vegetable seen here in cross-section is what helps it to thicken soups & stews", - "value": "$800", - "answer": "okra", - "round": "Jeopardy!", - "show_number": "5633", - "fullAnswer": "okra" - }, { "category": "CAN'T GET ENOUGH OPERA", "air_date": "2009-02-18", @@ -994629,16 +943479,6 @@ "show_number": "5633", "fullAnswer": "Western Australia" }, - { - "category": "THIS IS ONE SLIMY CATEGORY", - "air_date": "2009-02-18", - "question": "Seen here are the fruiting bodies of the slime type of this", - "value": "$1000", - "answer": "mold", - "round": "Jeopardy!", - "show_number": "5633", - "fullAnswer": "mold" - }, { "category": "LITERARY QUOTES", "air_date": "2009-02-18", @@ -994899,16 +943739,6 @@ "show_number": "5633", "fullAnswer": "Frank Sinatra" }, - { - "category": "NATURE CALLS", - "air_date": "2009-02-18", - "question": "Typically used for mating combat, the horns of the desert species of this animal can weigh 30 pounds", - "value": "$2000", - "answer": "bighorn sheep", - "round": "Double Jeopardy!", - "show_number": "5633", - "fullAnswer": "the bighorn sheep" - }, { "category": "BRITISH ROYAL HOUSES", "air_date": "2009-02-18", @@ -994974,7 +943804,7 @@ "air_date": "2005-12-22", "question": "The standard way to determine the first turn in darts is by whose throw is closest to this", "value": "$200", - "answer": "bull\\'s-eye", + "answer": "bull's-eye", "round": "Jeopardy!", "show_number": "4899", "fullAnswer": "the bull\\'s-eye" @@ -995019,16 +943849,6 @@ "show_number": "4899", "fullAnswer": "the crest" }, - { - "category": "MOVIE NEWCOMERS", - "air_date": "2005-12-22", - "question": "\"Pushover\" features this woman seen here in her first lead

\"Afraid I don't read the paper. And I don't know anyone named Harry.\"", - "value": "$400", - "answer": "Kim Novak", - "round": "Jeopardy!", - "show_number": "4899", - "fullAnswer": "Kim Novak" - }, { "category": "DIVERSIONS", "air_date": "2005-12-22", @@ -995049,16 +943869,6 @@ "show_number": "4899", "fullAnswer": "Antarctica" }, - { - "category": "AD HOCK", - "air_date": "2005-12-22", - "question": "quickerpickerupper.com is this product's website", - "value": "$400", - "answer": "Bounty", - "round": "Jeopardy!", - "show_number": "4899", - "fullAnswer": "Bounty" - }, { "category": "NATIONAL SPELLING BEE WINNING WORDS", "air_date": "2005-12-22", @@ -995209,16 +944019,6 @@ "show_number": "4899", "fullAnswer": "Danny Glover" }, - { - "category": "DIVERSIONS", - "air_date": "2005-12-22", - "question": "(Cheryl of the Clue Crew displays a grid of numbers and empty squares on a monitor.) I both divert & torment myself doing these puzzles with a Japanese name that's become a worldwide fad", - "value": "$1000", - "answer": "Sudoku", - "round": "Jeopardy!", - "show_number": "4899", - "fullAnswer": "Sudoku" - }, { "category": "PEAKS & VALLEYS", "air_date": "2005-12-22", @@ -995334,7 +944134,7 @@ "air_date": "2005-12-22", "question": "In Dumas' \"The Three Musketeers\", this character commits himself to 3 consecutive duels with Athos, Porthos & Aramis", "value": "$800", - "answer": "d\\'Artagnan", + "answer": "d'Artagnan", "round": "Double Jeopardy!", "show_number": "4899", "fullAnswer": "d\\'Artagnan" @@ -995409,16 +944209,6 @@ "show_number": "4899", "fullAnswer": "St. Petersburg" }, - { - "category": "BELLY UP TO THE BAROQUE", - "air_date": "2005-12-22", - "question": "This 17th century Antwerp painter's portrait of Charles I hunting is seen here", - "value": "$1200", - "answer": "Anthony van Dyck", - "round": "Double Jeopardy!", - "show_number": "4899", - "fullAnswer": "Anthony van Dyck" - }, { "category": "REGIONALISMS", "air_date": "2005-12-22", @@ -995529,22 +944319,12 @@ "show_number": "4899", "fullAnswer": "Orangeburg" }, - { - "category": "BELLY UP TO THE BAROQUE", - "air_date": "2005-12-22", - "question": "Seen here, the \"Supper at Emmaus\" is a work by this painter who killed a man and fled Rome in 1606", - "value": "$2000", - "answer": "Caravaggio", - "round": "Double Jeopardy!", - "show_number": "4899", - "fullAnswer": "Caravaggio" - }, { "category": "REGIONALISMS", "air_date": "2005-12-22", "question": "It can mean \"repairing\"; when Southerners use it before \"to\", they mean \"on the verge of\"", "value": "$2000", - "answer": "fixin\\'", + "answer": "fixin'", "round": "Double Jeopardy!", "show_number": "4899", "fullAnswer": "fixin\\'" @@ -996169,16 +944949,6 @@ "show_number": "3171", "fullAnswer": "Surgeon General" }, - { - "category": "THE 21st CENTURY WITH CNN", - "air_date": "2009-05-11", - "question": "(I'm Suzanne Malveaux.) Pope Benedict's visit to the U.S. was extra festive: during his White House visit, he was serenaded with this 1893 song", - "value": "$200", - "answer": "Happy Birthday To You", - "round": "Jeopardy!", - "show_number": "5691", - "fullAnswer": "\"Happy Birthday To You\"" - }, { "category": "NAME THAT GAME SHOW", "air_date": "2009-05-11", @@ -996229,16 +944999,6 @@ "show_number": "5691", "fullAnswer": "shotgun" }, - { - "category": "THE 21st CENTURY WITH CNN", - "air_date": "2009-05-11", - "question": "Done to prevent repeat voting, the purple fingers were a symbol of the return of democracy to this country", - "value": "$400", - "answer": "Iraq", - "round": "Jeopardy!", - "show_number": "5691", - "fullAnswer": "Iraq" - }, { "category": "NAME THAT GAME SHOW", "air_date": "2009-05-11", @@ -996249,16 +945009,6 @@ "show_number": "5691", "fullAnswer": "1 vs. 100" }, - { - "category": "HODGEPODGE", - "air_date": "2009-05-11", - "question": "(Jon of the Clue Crew shows a geometric diagram on the monitor.) If side a equals 3 & side B equals 4, it's the length of side C", - "value": "$400", - "answer": "5", - "round": "Jeopardy!", - "show_number": "5691", - "fullAnswer": "5" - }, { "category": "CLIFF NOTES", "air_date": "2009-05-11", @@ -996289,16 +945039,6 @@ "show_number": "5691", "fullAnswer": "a slingshot" }, - { - "category": "THE 21st CENTURY WITH CNN", - "air_date": "2009-05-11", - "question": "(I'm Anderson Cooper, anchor of A.C. 360.) In 2005, this craft put the Space Shuttle program back in flight after Columbia's tragedy 2 years earlier", - "value": "$600", - "answer": "Discovery", - "round": "Jeopardy!", - "show_number": "5691", - "fullAnswer": "Discovery" - }, { "category": "NAME THAT GAME SHOW", "air_date": "2009-05-11", @@ -996349,16 +945089,6 @@ "show_number": "5691", "fullAnswer": "a longshot" }, - { - "category": "THE 21st CENTURY WITH CNN", - "air_date": "2009-05-11", - "question": "The Doomsday Vault in Arctic Norway preserves these in case of a disaster affecting the world's food supply", - "value": "$1,000", - "answer": "seeds", - "round": "Jeopardy!", - "show_number": "5691", - "fullAnswer": "seeds" - }, { "category": "NAME THAT GAME SHOW", "air_date": "2009-05-11", @@ -996409,16 +945139,6 @@ "show_number": "5691", "fullAnswer": "the shotput" }, - { - "category": "THE 21st CENTURY WITH CNN", - "air_date": "2009-05-11", - "question": "(I'm Campbell Brown.) The Democrats have adopted a 50-state strategy at the instigation of this DNC chairman & former presidential contender", - "value": "$1000", - "answer": "Howard Dean", - "round": "Jeopardy!", - "show_number": "5691", - "fullAnswer": "Howard Dean" - }, { "category": "NAME THAT GAME SHOW", "air_date": "2009-05-11", @@ -996984,7 +945704,7 @@ "air_date": "2010-11-03", "question": "Many circus historians credit Isaac van Amburgh with being the first to put his head in this dangerous place", "value": "$800", - "answer": "lion\\'s mouth", + "answer": "lion's mouth", "round": "Jeopardy!", "show_number": "6013", "fullAnswer": "the lion\\'s mouth" @@ -997129,16 +945849,6 @@ "show_number": "6013", "fullAnswer": "\"time after time\"" }, - { - "category": "THE HALL OF HUMAN ORIGIN", - "air_date": "2010-11-03", - "question": "(Kelly of the Clue Crew is holding a bone.) Early humans lived
a perilous existence. This 1.8-million-year-old
ankle joint found in Tanzania bears teeth marks,
probably made by one of these dangerous reptiles
that still haunt African waters", - "value": "$400", - "answer": "crocodiles", - "round": "Double Jeopardy!", - "show_number": "6013", - "fullAnswer": "crocodiles" - }, { "category": "HOME COUNTRY OF THE U.N. SECRETARY-GENERAL", "air_date": "2010-11-03", @@ -997179,16 +945889,6 @@ "show_number": "6013", "fullAnswer": "play-by-play man" }, - { - "category": "THE HALL OF HUMAN ORIGIN", - "air_date": "2010-11-03", - "question": "(Kelly of the Clue Crew demonstrates the morphing station.) The hall's morphing station allows visitors to see what they'd look like, had they been born into a different human species; here, I'm morphing from a Homo sapiens into one of these long-extinct cousins", - "value": "$800", - "answer": "Neanderthal", - "round": "Double Jeopardy!", - "show_number": "6013", - "fullAnswer": "a Neanderthal" - }, { "category": "HOME COUNTRY OF THE U.N. SECRETARY-GENERAL", "air_date": "2010-11-03", @@ -997234,21 +945934,11 @@ "air_date": "2010-11-03", "question": "Completes Yogi Berra's declaration \"it ain't over till...\"", "value": "$1200", - "answer": "it\\'s over", + "answer": "it's over", "round": "Double Jeopardy!", "show_number": "6013", "fullAnswer": "\"it\\'s over\"" }, - { - "category": "THE HALL OF HUMAN ORIGIN", - "air_date": "2010-11-03", - "question": "(Sarah of the Clue Crew is is in front of a skeleton.) A diet heavy in plants requires
a long digestive tract, so a broad torso and ample gut are visible in the reconstruction
of the famous
3.2-million-year-old
human fossil discovered in Ethiopia in 1974
and known by this female name", - "value": "$1200", - "answer": "Lucy", - "round": "Double Jeopardy!", - "show_number": "6013", - "fullAnswer": "Lucy" - }, { "category": "HOME COUNTRY OF THE U.N. SECRETARY-GENERAL", "air_date": "2010-11-03", @@ -997299,16 +945989,6 @@ "show_number": "6013", "fullAnswer": "door-to-door" }, - { - "category": "THE HALL OF HUMAN ORIGIN", - "air_date": "2010-11-03", - "question": "(Sarah of the Clue Crew is standing near a trail of footprints.) 3.6 million years ago,
in Africa, an early human left a trail of fossil footprints
with a stride much shorter than ours.
Mary Leakey found the prints, which were likely made by this type of human, whose name means
\"southern ape\"", - "value": "$1600", - "answer": "australopithecus", - "round": "Double Jeopardy!", - "show_number": "6013", - "fullAnswer": "australopithecus" - }, { "category": "HOME COUNTRY OF THE U.N. SECRETARY-GENERAL", "air_date": "2010-11-03", @@ -997359,16 +946039,6 @@ "show_number": "6013", "fullAnswer": "an eye for an eye" }, - { - "category": "THE HALL OF HUMAN ORIGIN", - "air_date": "2010-11-03", - "question": "(Kelly of the Clue Crew is holding a skull.) Fossil skulls from different human species show changes in facial
and cranial features. The skull with the large brain case and prominent brow ridge belong to a species named for this city in southwest Germany, where
the first specimen was found", - "value": "$2000", - "answer": "Heidelberg", - "round": "Double Jeopardy!", - "show_number": "6013", - "fullAnswer": "Heidelberg" - }, { "category": "BILLBOARD NO. 1 HITMAKERS", "air_date": "2010-11-03", @@ -997494,7 +946164,7 @@ "air_date": "2002-11-14", "question": "One Panthera pardus will never be able to modify the markings he has", "value": "$400", - "answer": "leopard can\\'t change his spots", + "answer": "leopard can't change his spots", "round": "Jeopardy!", "show_number": "4189", "fullAnswer": "a leopard can\\'t change his spots" @@ -997554,7 +946224,7 @@ "air_date": "2002-11-14", "question": "To flip within one's crypt", "value": "$600", - "answer": "to turn over in one\\'s grave", + "answer": "to turn over in one's grave", "round": "Jeopardy!", "show_number": "4189", "fullAnswer": "to turn over in one\\'s grave" @@ -997654,7 +946324,7 @@ "air_date": "2002-11-14", "question": "In 2001 Alicia Keys won an MTV Award for Best New Artist in a Video with this song", "value": "$1000", - "answer": "Fallin\\'", + "answer": "Fallin'", "round": "Jeopardy!", "show_number": "4189", "fullAnswer": "\"Fallin\\'\"" @@ -997674,7 +946344,7 @@ "air_date": "2002-11-14", "question": "Refrain from enumerating poultry until each is postnatal", "value": "$1000", - "answer": "don\\'t count your chickens before they\\'re hatched", + "answer": "don't count your chickens before they're hatched", "round": "Jeopardy!", "show_number": "4189", "fullAnswer": "don\\'t count your chickens before they\\'re hatched" @@ -997984,7 +946654,7 @@ "air_date": "2002-11-14", "question": "In 2002, at age 104, Gregorio Fuentes, an inspiration for this tale, died in the Cuban fishing village of Cojimar", "value": null, - "answer": "\\The Old Man and the Sea\\", + "answer": "The Old Man and the Sea", "round": "Final Jeopardy!", "show_number": "4189", "fullAnswer": "\\\"The Old Man and the Sea\\\"" @@ -998039,16 +946709,6 @@ "show_number": "4315", "fullAnswer": "bourbon" }, - { - "category": "PYRAMID OF JEOPARDY!", - "air_date": "2003-05-09", - "question": "(Sofia of the Clue Crew gives all the clues in this category.)
I.M. Pei,
Maya Lin,
Le Corbusier", - "value": "$200", - "answer": "famous architects", - "round": "Jeopardy!", - "show_number": "4315", - "fullAnswer": "famous architects" - }, { "category": "MOTHER'S DAY", "air_date": "2003-05-09", @@ -998509,16 +947169,6 @@ "show_number": "4315", "fullAnswer": "her birth mother" }, - { - "category": "ON THE \"MA\"P", - "air_date": "2003-05-09", - "question": "(Hi. I'm Jeff Probst.) Off Thailand's southwest coast Tarutao National Park is in this strait, leading out to the Indian Ocean", - "value": "$1600", - "answer": "Malacca Strait", - "round": "Double Jeopardy!", - "show_number": "4315", - "fullAnswer": "the Malacca Strait" - }, { "category": "LOCUTION, LOCUTION, LOCUTION", "air_date": "2003-05-09", @@ -998554,7 +947204,7 @@ "air_date": "2003-05-09", "question": "This bureau, among others, built over 4,000 schools for African-Americans, including Howard University", "value": "$2000", - "answer": "Freedman\\'s Bureau", + "answer": "Freedman's Bureau", "round": "Double Jeopardy!", "show_number": "4315", "fullAnswer": "the Freedman\\'s Bureau" @@ -998569,16 +947219,6 @@ "show_number": "4315", "fullAnswer": "first cousin once removed" }, - { - "category": "ON THE \"MA\"P", - "air_date": "2003-05-09", - "question": "(Alex gives the clue from Africa.) An early morning balloon ride for all of us here in Kenya has taken us along this very important river", - "value": "$2000", - "answer": "Mara", - "round": "Double Jeopardy!", - "show_number": "4315", - "fullAnswer": "Mara" - }, { "category": "LOCUTION, LOCUTION, LOCUTION", "air_date": "2003-05-09", @@ -998704,7 +947344,7 @@ "air_date": "2008-10-03", "question": "Try this opening line on a girl in China & she may say \"ox\" or \"rat\"; in the U.S. she may say \"Libra\" or \"Taurus\"", "value": "$400", - "answer": "What\\'s your sign?", + "answer": "What's your sign?", "round": "Jeopardy!", "show_number": "5535", "fullAnswer": "What\\'s your sign?" @@ -998749,22 +947389,12 @@ "show_number": "5535", "fullAnswer": "pickle" }, - { - "category": "FORMER NAMES ON THE MAP", - "air_date": "2008-10-03", - "question": "(Kelly of the Clue Crew shows a map on the monitor.) Most of the territory of the republic of New Granada became this modern-day country from which an isthmus became independent in 1903", - "value": "$600", - "answer": "Colombia", - "round": "Jeopardy!", - "show_number": "5535", - "fullAnswer": "Colombia" - }, { "category": "FAMOUS QUESTIONS", "air_date": "2008-10-03", "question": "Clara Peller's classic query in a Wendy's ad", "value": "$600", - "answer": "Where\\'s the beef?", + "answer": "Where's the beef?", "round": "Jeopardy!", "show_number": "5535", "fullAnswer": "Where\\'s the beef?" @@ -998869,22 +947499,12 @@ "show_number": "5535", "fullAnswer": "chemistry" }, - { - "category": "FORMER NAMES ON THE MAP", - "air_date": "2008-10-03", - "question": "(Jon of the Clue Crew shows a map on the monitor.) What were formerly Northern & Southern Rhodesia are today these two countries", - "value": "$1000", - "answer": "Zimbabwe & Zambia", - "round": "Jeopardy!", - "show_number": "5535", - "fullAnswer": "Zimbabwe & Zambia" - }, { "category": "FAMOUS QUESTIONS", "air_date": "2008-10-03", "question": "George & Martha are the boozy twosome in this Albee play", "value": "$1000", - "answer": "Who\\'s Afraid of Virginia Woolf?", + "answer": "Who's Afraid of Virginia Woolf?", "round": "Jeopardy!", "show_number": "5535", "fullAnswer": "Who\\'s Afraid of Virginia Woolf?" @@ -999089,16 +947709,6 @@ "show_number": "5535", "fullAnswer": "carbon-14 dating" }, - { - "category": "THAR HE BLOWS!", - "air_date": "2008-10-03", - "question": "This trumpeter seen here sure could get cheeky", - "value": "$1600", - "answer": "Dizzy Gillespie", - "round": "Double Jeopardy!", - "show_number": "5535", - "fullAnswer": "Dizzy Gillespie" - }, { "category": "BIRTH OF A PRESIDENT", "air_date": "2008-10-03", @@ -999984,7 +948594,7 @@ "air_date": "2003-10-09", "question": "Very sage, or a pair of the letter after X", "value": "$600", - "answer": "wise/Y\\'s", + "answer": "wise/Y's", "round": "Jeopardy!", "show_number": "4389", "fullAnswer": "wise/Y\\'s" @@ -1001049,16 +949659,6 @@ "show_number": "6063", "fullAnswer": "an upper lip" }, - { - "category": "WE WHISTLE WHILE YOU WORK", - "air_date": "2011-01-12", - "question": "All rise & name this national anthem heard here", - "value": "$200", - "answer": "O Canada", - "round": "Jeopardy!", - "show_number": "6063", - "fullAnswer": "O Canada" - }, { "category": "HALL-ELUJAH!", "air_date": "2011-01-12", @@ -1001109,16 +949709,6 @@ "show_number": "6063", "fullAnswer": "a heart to heart" }, - { - "category": "WE WHISTLE WHILE YOU WORK", - "air_date": "2011-01-12", - "question": "Christmas comes early when this tune comes whistling in", - "value": "$400", - "answer": "Greensleeves", - "round": "Jeopardy!", - "show_number": "6063", - "fullAnswer": "Greensleeves" - }, { "category": "HALL-ELUJAH!", "air_date": "2011-01-12", @@ -1001139,16 +949729,6 @@ "show_number": "6063", "fullAnswer": "Juan Carlos" }, - { - "category": "A HOST OF TV HOSTS", - "air_date": "2011-01-12", - "question": "(Hi, I'm Tom Bergeron) Bob Saget was the original host & I'm the current host of this comedy TV show that made its debut in 1989", - "value": "$600", - "answer": "America\\'s Funniest Home Videos", - "round": "Jeopardy!", - "show_number": "6063", - "fullAnswer": "America\\'s Funniest Home Videos" - }, { "category": "BODY LANGUAGE", "air_date": "2011-01-12", @@ -1001159,16 +949739,6 @@ "show_number": "6063", "fullAnswer": "still wet behind the ears" }, - { - "category": "WE WHISTLE WHILE YOU WORK", - "air_date": "2011-01-12", - "question": "The show's not over, but here's this tune anyway", - "value": "$600", - "answer": "Taps", - "round": "Jeopardy!", - "show_number": "6063", - "fullAnswer": "Taps" - }, { "category": "HALL-ELUJAH!", "air_date": "2011-01-12", @@ -1001219,16 +949789,6 @@ "show_number": "6063", "fullAnswer": "twiddle your thumbs" }, - { - "category": "WE WHISTLE WHILE YOU WORK", - "air_date": "2011-01-12", - "question": "\"Colonel Bogey March\", heard here, was popularized by this 1957 war movie", - "value": "$800", - "answer": "Bridge on the River Kwai", - "round": "Jeopardy!", - "show_number": "6063", - "fullAnswer": "Bridge on the River Kwai" - }, { "category": "HALL-ELUJAH!", "air_date": "2011-01-12", @@ -1001259,26 +949819,6 @@ "show_number": "6063", "fullAnswer": "(Jeff) Foxworthy" }, - { - "category": "BODY LANGUAGE", - "air_date": "2011-01-12", - "question": "(Jimmy of the Clue Crew stands in front of a diagram of a human skeleton) To attack where someone is most vulnerable is to go for one of these large veins here or here", - "value": "$1000", - "answer": "go for the jugular", - "round": "Jeopardy!", - "show_number": "6063", - "fullAnswer": "go for the jugular" - }, - { - "category": "WE WHISTLE WHILE YOU WORK", - "air_date": "2011-01-12", - "question": "We provide you the best in classical whistling with this piece heard here", - "value": "$1000", - "answer": "The Four Seasons", - "round": "Jeopardy!", - "show_number": "6063", - "fullAnswer": "(Vivaldi\\'s) The Four Seasons" - }, { "category": "HALL-ELUJAH!", "air_date": "2011-01-12", @@ -1001464,7 +950004,7 @@ "air_date": "2011-01-12", "question": "\"S.C.\"
by William Styron", "value": "$1200", - "answer": "Sophie\\'s Choice", + "answer": "Sophie's Choice", "round": "Double Jeopardy!", "show_number": "6063", "fullAnswer": "Sophie\\'s Choice" @@ -1001479,16 +950019,6 @@ "show_number": "6063", "fullAnswer": "a volley" }, - { - "category": "HISTORIC SHIPS", - "air_date": "2011-01-12", - "question": "Captured here in National Geographic footage is this sunken German battleship, located in 1989", - "value": "$1600", - "answer": "Bismarck", - "round": "Double Jeopardy!", - "show_number": "6063", - "fullAnswer": "the Bismarck" - }, { "category": "CANDIED CAMERA", "air_date": "2011-01-12", @@ -1002319,16 +950849,6 @@ "show_number": "4898", "fullAnswer": "Tim Robbins" }, - { - "category": "FOOTBALL", - "air_date": "2005-12-21", - "question": "(I'm Kurt Warner of the NFL.) From 1995 to 1997 I played for the Iowa Barnstormers in this league that plays its games indoors", - "value": "$400", - "answer": "Arena Football League", - "round": "Jeopardy!", - "show_number": "4898", - "fullAnswer": "the Arena Football League" - }, { "category": "REJECTED SUPER BOWL HALFTIME SHOWS", "air_date": "2005-12-21", @@ -1002339,16 +950859,6 @@ "show_number": "4898", "fullAnswer": "duck-duck-goose" }, - { - "category": "PUBLIC HEALTH", - "air_date": "2005-12-21", - "question": "(Hi! I'm CNN senior medical correspondent Dr. Sanjay Gupta.) I joined CNN in 2001 & reported on the biological attacks of this bacillus in the news that October", - "value": "$600", - "answer": "anthrax", - "round": "Jeopardy!", - "show_number": "4898", - "fullAnswer": "anthrax" - }, { "category": "BY THE NUMBERS", "air_date": "2005-12-21", @@ -1002559,16 +951069,6 @@ "show_number": "4898", "fullAnswer": "Washington Irving" }, - { - "category": "WORLD WAR II IN EUROPE", - "air_date": "2005-12-21", - "question": "(Jon of the Clue Crew reads from the WW II Memorial in Westerplatte, Germany.) I'm in Westerplatte, where early on September 1, 1939, a German battleship opened fire on this country's forces & began World War II", - "value": "$400", - "answer": "Poland", - "round": "Double Jeopardy!", - "show_number": "4898", - "fullAnswer": "Poland" - }, { "category": "THE \"BYRD\"s & THE \"BEA\"s", "air_date": "2005-12-21", @@ -1002629,16 +951129,6 @@ "show_number": "4898", "fullAnswer": "Richard Byrd" }, - { - "category": "CLASSICAL COMPOSERS", - "air_date": "2005-12-21", - "question": "(Jon of the Clue Crew walks up the nave of the Marienkirche in Lubeck, Germany.) In 1705 this 20-year-old composer walked 200 miles to hear Dietrich Buxtehude play organ at Lubeck's Marienkirche", - "value": "$1200", - "answer": "J(ohann) S(ebastian) Bach", - "round": "Double Jeopardy!", - "show_number": "4898", - "fullAnswer": "J(ohann) S(ebastian) Bach" - }, { "category": "TIME FOR A MOVIE REVIEW", "air_date": "2005-12-21", @@ -1002659,16 +951149,6 @@ "show_number": "4898", "fullAnswer": "Germany" }, - { - "category": "WORLD WAR II IN EUROPE", - "air_date": "2005-12-21", - "question": "(Sarah of the Clue Crew reports from Helsinki, Finland.) On November 30, 1939, the U.S.S.R. attacked Finland in what became known as this alliterative conflict--& got quite a fight", - "value": "$1200", - "answer": "Winter War", - "round": "Double Jeopardy!", - "show_number": "4898", - "fullAnswer": "the Winter War" - }, { "category": "THE \"BYRD\"s & THE \"BEA\"s", "air_date": "2005-12-21", @@ -1002759,16 +951239,6 @@ "show_number": "4898", "fullAnswer": "(Thomas) Nast" }, - { - "category": "WORLD WAR II IN EUROPE", - "air_date": "2005-12-21", - "question": "(Jimmy of the Clue Crew reports from Riga, Latvia.) In 2005 here in Riga, President Bush honored the end of World War II, but also regretted this February 1945 pact that lead to the Iron Curtain", - "value": "$2000", - "answer": "Yalta Pact", - "round": "Double Jeopardy!", - "show_number": "4898", - "fullAnswer": "the Yalta Pact" - }, { "category": "THE \"BYRD\"s & THE \"BEA\"s", "air_date": "2005-12-21", @@ -1002984,7 +951454,7 @@ "air_date": "2009-04-28", "question": "This British TV show once featured candy selections known as crunchy frog & anthrax ripple", "value": "$800", - "answer": "Monty Python\\'s Flying Circus", + "answer": "Monty Python's Flying Circus", "round": "Jeopardy!", "show_number": "5682", "fullAnswer": "Monty Python\\'s Flying Circus" @@ -1003289,16 +951759,6 @@ "show_number": "5682", "fullAnswer": "Anne Hathaway" }, - { - "category": "LIFE SCIENCES", - "air_date": "2009-04-28", - "question": "(Jimmy of the Clue Crew gets in his workout.) Physical activity increases both body temperature & this process in which food is converted to protein, carbs & fat & then used for energy", - "value": "$1600", - "answer": "metabolism", - "round": "Double Jeopardy!", - "show_number": "5682", - "fullAnswer": "metabolism" - }, { "category": "EAT IT, BEAT IT OR TREAT IT", "air_date": "2009-04-28", @@ -1004214,7 +952674,7 @@ "air_date": "1985-11-18", "question": "In the Superman TV series, editor Perry White frequently invoked this spirit", "value": "$400", - "answer": "great Caesar\\'s ghost", + "answer": "great Caesar's ghost", "round": "Jeopardy!", "show_number": "311", "fullAnswer": "great Caesar\\'s ghost" @@ -1004699,16 +953159,6 @@ "show_number": "5231", "fullAnswer": "Marla Maples" }, - { - "category": "LETTER PERFECT", - "air_date": "2007-05-14", - "question": "(Jon of the Clue Crew holds a guitar.) As a letter before \"string\" it's kind of racy; as this guitar chord [strums], it's just beautiful", - "value": "$400", - "answer": "G", - "round": "Jeopardy!", - "show_number": "5231", - "fullAnswer": "G" - }, { "category": "IN YOUR CABINET", "air_date": "2007-05-14", @@ -1004899,16 +953349,6 @@ "show_number": "5231", "fullAnswer": "Defense" }, - { - "category": "A DREW BARRYMORE FILM FESTIVAL", - "air_date": "2007-05-14", - "question": "(Drew delivers the clue.) In my new movie \"Music and Lyrics\", Hugh Grant plays my love interest; in \"50 First Dates\" & \"The Wedding Singer\", I was paired up with this funny actor", - "value": "$400", - "answer": "Adam Sandler", - "round": "Double Jeopardy!", - "show_number": "5231", - "fullAnswer": "Adam Sandler" - }, { "category": "THE 1700s", "air_date": "2007-05-14", @@ -1005019,16 +953459,6 @@ "show_number": "5231", "fullAnswer": "Education" }, - { - "category": "A DREW BARRYMORE FILM FESTIVAL", - "air_date": "2007-05-14", - "question": "(Another Drew Clue.) Once upon a time, I starred in this fairy tale flick, met a prince, fell in love & we lived happily...well, you know", - "value": "$1200", - "answer": "Ever After", - "round": "Double Jeopardy!", - "show_number": "5231", - "fullAnswer": "Ever After" - }, { "category": "THE 1700s", "air_date": "2007-05-14", @@ -1005039,16 +953469,6 @@ "show_number": "5231", "fullAnswer": "weaving" }, - { - "category": "EINSTEIN & FRIENDS", - "air_date": "2007-05-14", - "question": "Here Einstein is welcomed to Los Angeles by Robert Millikan, a top scientist at this school from 1921 to 1945", - "value": "$1200", - "answer": "Caltech", - "round": "Double Jeopardy!", - "show_number": "5231", - "fullAnswer": "Caltech" - }, { "category": "TIME'S PERSON OF THE YEAR", "air_date": "2007-05-14", @@ -1005089,16 +953509,6 @@ "show_number": "5231", "fullAnswer": "Never Been Kissed" }, - { - "category": "THE 1700s", - "air_date": "2007-05-14", - "question": "The painting seen here depicts this newsworthy fatality of 1779", - "value": "$1600", - "answer": "Captain Cook", - "round": "Double Jeopardy!", - "show_number": "5231", - "fullAnswer": "Captain Cook" - }, { "category": "EINSTEIN & FRIENDS", "air_date": "2007-05-14", @@ -1005139,16 +953549,6 @@ "show_number": "5231", "fullAnswer": "Interior" }, - { - "category": "A DREW BARRYMORE FILM FESTIVAL", - "air_date": "2007-05-14", - "question": "(Again we draw on Drew for the final clue.) This movie in which I portrayed Beverly Donofrio was based on her memoir subtitled \"Confessions of a Bad Girl Who Makes Good\"", - "value": "$2000", - "answer": "Riding in Cars with Boys", - "round": "Double Jeopardy!", - "show_number": "5231", - "fullAnswer": "Riding in Cars with Boys" - }, { "category": "THE 1700s", "air_date": "2007-05-14", @@ -1005159,16 +953559,6 @@ "show_number": "5231", "fullAnswer": "the Spanish Succession" }, - { - "category": "EINSTEIN & FRIENDS", - "air_date": "2007-05-14", - "question": "The first major physicist to support Albert's ideas, this quantum theory originator was a constant support", - "value": "$2000", - "answer": "Max Planck", - "round": "Double Jeopardy!", - "show_number": "5231", - "fullAnswer": "Max Planck" - }, { "category": "TIME'S PERSON OF THE YEAR", "air_date": "2007-05-14", @@ -1005269,16 +953659,6 @@ "show_number": "5414", "fullAnswer": "Jonah" }, - { - "category": "AWARDS & HONORS", - "air_date": "2008-03-06", - "question": "(Hi, I'm Sean Hayes.) I'm a proud member of this union that gave me awards for Outstanding Performance in a Comedy Series in 2002, 2003 & 2006", - "value": "$400", - "answer": "Screen Actors Guild ", - "round": "Jeopardy!", - "show_number": "5414", - "fullAnswer": "the Screen Actors Guild (or SAG)" - }, { "category": "THE HOBOKEN FIVE", "air_date": "2008-03-06", @@ -1005629,16 +954009,6 @@ "show_number": "5414", "fullAnswer": "The Aviator" }, - { - "category": "ON THE U.S. MAP", - "air_date": "2008-03-06", - "question": "(Kelly of the Clue Crew delivers the clue.) These two states on either side of the 36'30 line of latitude look a bit like mirror images of each other", - "value": "$2,000", - "answer": "Virginia & North Carolina", - "round": "Double Jeopardy!", - "show_number": "5414", - "fullAnswer": "Virginia & North Carolina" - }, { "category": "CURSES", "air_date": "2008-03-06", @@ -1005719,16 +954089,6 @@ "show_number": "5414", "fullAnswer": "panatela" }, - { - "category": "OPTICS", - "air_date": "2008-03-06", - "question": "(Kelly of the Clue Crew shows two lens diagrams on a monitor.) The two main kinds of lens are diverging & this more familiar type that bends the rays of light inward so they meet at the focal point", - "value": "$2000", - "answer": "converging ", - "round": "Double Jeopardy!", - "show_number": "5414", - "fullAnswer": "converging (or convex)" - }, { "category": "MOVIES BY CHARACTERS", "air_date": "2008-03-06", @@ -1005774,7 +954134,7 @@ "air_date": "2008-03-06", "question": "The tagline to this movie with a 7-word title was \"Everybody who's ever been funny is in it!\"", "value": null, - "answer": "It\\'s a Mad, Mad, Mad, Mad World", + "answer": "It's a Mad, Mad, Mad, Mad World", "round": "Final Jeopardy!", "show_number": "5414", "fullAnswer": "It\\'s a Mad, Mad, Mad, Mad World" @@ -1005809,16 +954169,6 @@ "show_number": "5106", "fullAnswer": "Japan" }, - { - "category": "I'M READY FOR MY CLOSE-UP", - "air_date": "2006-11-20", - "question": "Bully for you if you can name the Mount Rushmore prez seen here", - "value": "$200", - "answer": "Theodore Roosevelt", - "round": "Jeopardy!", - "show_number": "5106", - "fullAnswer": "Theodore Roosevelt" - }, { "category": "ALL MY CHILDREN", "air_date": "2006-11-20", @@ -1005829,16 +954179,6 @@ "show_number": "5106", "fullAnswer": "Bewitched" }, - { - "category": "LITERATURE", - "air_date": "2006-11-20", - "question": "(Jon of the Clue Crew stands next to a statue in the harbor of Copenhagen, Denmark.) This author once said that \"The Little Mermaid\" was the only one of his stories he felt moved by when he wrote it", - "value": "$400", - "answer": "Hans Christian Andersen", - "round": "Jeopardy!", - "show_number": "5106", - "fullAnswer": "Hans Christian Andersen" - }, { "category": "NUMB WITH NUMBERS", "air_date": "2006-11-20", @@ -1005849,16 +954189,6 @@ "show_number": "5106", "fullAnswer": "20,000" }, - { - "category": "I'M READY FOR MY CLOSE-UP", - "air_date": "2006-11-20", - "question": "Of the two mammals with \"panda\" in their names, it's the bear-like one seen here--though you're only seeing a small part of it", - "value": "$400", - "answer": "giant panda", - "round": "Jeopardy!", - "show_number": "5106", - "fullAnswer": "giant panda" - }, { "category": "ALL MY CHILDREN", "air_date": "2006-11-20", @@ -1005889,16 +954219,6 @@ "show_number": "5106", "fullAnswer": "6" }, - { - "category": "I'M READY FOR MY CLOSE-UP", - "air_date": "2006-11-20", - "question": "Take a shot & guess this D.C. power broker's identity", - "value": "$600", - "answer": "Vice President Richard Cheney", - "round": "Jeopardy!", - "show_number": "5106", - "fullAnswer": "Vice President Richard Cheney" - }, { "category": "ALL MY CHILDREN", "air_date": "2006-11-20", @@ -1005964,7 +954284,7 @@ "air_date": "2006-11-20", "question": "This playwright's daughter Oona married Charlie Chaplin when he was 54 & she was only 18!", "value": "$1000", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Jeopardy!", "show_number": "5106", "fullAnswer": "Eugene O\\'Neill" @@ -1006034,21 +954354,11 @@ "air_date": "2006-11-20", "question": "The main event of the World Series of Poker is the game called \"Texas\" this", "value": "$800", - "answer": "Texas Hold \\'Em", + "answer": "Texas Hold 'Em", "round": "Double Jeopardy!", "show_number": "5106", "fullAnswer": "Texas Hold \\'Em" }, - { - "category": "MUSIC", - "air_date": "2006-11-20", - "question": "(Before the clue is given, Mary Faber and her friend Kate Monster perform \"There's A Fine, Fine Line\" from the Tony-award winning smash hit Avenue Q.)

\"There's a fine, fine line between a lover and a friend /
There's a fine, fine line between reality and pretend /
And you never know 'til you reach the top if it was worth the uphill climb /
There's a fine, fine line between love /
And a waste of time\"


In one scene in \"Avenue Q\", Kate Monster sings atop this skyscraper on 5th Ave. at 34th St.", - "value": "$1,000", - "answer": "Empire State Building", - "round": "Double Jeopardy!", - "show_number": "5106", - "fullAnswer": "the Empire State Building" - }, { "category": "THE 1980s", "air_date": "2006-11-20", @@ -1006094,7 +954404,7 @@ "air_date": "2006-11-20", "question": "In 1981 she was taken to court--the Supreme Court--as its first woman justice", "value": "$1200", - "answer": "Sandra Day O\\'Connor", + "answer": "Sandra Day O'Connor", "round": "Double Jeopardy!", "show_number": "5106", "fullAnswer": "Sandra Day O\\'Connor" @@ -1006229,16 +954539,6 @@ "show_number": "5637", "fullAnswer": "amber" }, - { - "category": "DEATH OF A PRESIDENT", - "air_date": "2009-02-24", - "question": "(Jon of the Clue Crew reports from Monticello.) Thomas Jefferson, whose grave marker makes no mention of him being president, died July 4, 1826, just hours before this former president & close friend", - "value": "$400", - "answer": "John Adams", - "round": "Jeopardy!", - "show_number": "5637", - "fullAnswer": "John Adams" - }, { "category": "AS LISTED IN THE S.I. ALMANAC", "air_date": "2009-02-24", @@ -1006454,7 +954754,7 @@ "air_date": "2009-02-24", "question": "This company began selling apple butter in 1900; it had to be good--a full line of jams & jellies followed", "value": "$1000", - "answer": "Smucker\\'s", + "answer": "Smucker's", "round": "Jeopardy!", "show_number": "5637", "fullAnswer": "Smucker\\'s" @@ -1006469,16 +954769,6 @@ "show_number": "5637", "fullAnswer": "green" }, - { - "category": "HAVE A HEART WITH DR. OZ", - "air_date": "2009-02-24", - "question": "(Dr. Oz delivers the clue holding a real heart.) This valve, whose name is from the Latin for \"three points\", prevents the backflow of blood from the right ventricle into the right atrium", - "value": "$400", - "answer": "tricuspid", - "round": "Double Jeopardy!", - "show_number": "5637", - "fullAnswer": "the tricuspid" - }, { "category": "ANIMATED VOICES", "air_date": "2009-02-24", @@ -1006529,16 +954819,6 @@ "show_number": "5637", "fullAnswer": "colleges" }, - { - "category": "HAVE A HEART WITH DR. OZ", - "air_date": "2009-02-24", - "question": "(Dr. Oz delivers the clue, again holding a squishy human heart.) The sinoatrial node on the back wall of the right atrium, here, sends out electrical signals to regulate the heartbeat & is also known as this, like a mechanical device implanted to do the same thing", - "value": "$800", - "answer": "pacemaker", - "round": "Double Jeopardy!", - "show_number": "5637", - "fullAnswer": "a pacemaker" - }, { "category": "ANIMATED VOICES", "air_date": "2009-02-24", @@ -1006589,16 +954869,6 @@ "show_number": "5637", "fullAnswer": "Cadillac" }, - { - "category": "HAVE A HEART WITH DR. OZ", - "air_date": "2009-02-24", - "question": "(Dr. Oz holds two fingers to his neck.) When you check your pulse by placing two fingers on the side of your neck, you're feeling these arteries that supply the brain & face", - "value": "$1,500", - "answer": "carotid arteries", - "round": "Double Jeopardy!", - "show_number": "5637", - "fullAnswer": "the carotid arteries" - }, { "category": "ANIMATED VOICES", "air_date": "2009-02-24", @@ -1006639,26 +954909,6 @@ "show_number": "5637", "fullAnswer": "Pearl Harbor" }, - { - "category": "\"C\" DUTY", - "air_date": "2009-02-24", - "question": "(Sarah of the Clue Crew shows a diagram on the monitor.) An inflammation of the membrane that lines the eye is this medical condition, commonly known as pink eye", - "value": "$1200", - "answer": "conjunctivitis", - "round": "Double Jeopardy!", - "show_number": "5637", - "fullAnswer": "conjunctivitis" - }, - { - "category": "HAVE A HEART WITH DR. OZ", - "air_date": "2009-02-24", - "question": "(Dr. Oz delivers the clue from his office, with some product placement on his desk.) This severe constricting pain in the chest is a symptom of coronary artery disease, but 50% of heart attack patients never experience it", - "value": "$1600", - "answer": "angina", - "round": "Double Jeopardy!", - "show_number": "5637", - "fullAnswer": "an angina" - }, { "category": "ANIMATED VOICES", "air_date": "2009-02-24", @@ -1006709,16 +954959,6 @@ "show_number": "5637", "fullAnswer": "the Centaur" }, - { - "category": "HAVE A HEART WITH DR. OZ", - "air_date": "2009-02-24", - "question": "(Dr. Oz holds a small wire mesh tube.) These wire mesh tubes are used to prop open an artery during balloon angioplasty & expand & lock into place as the balloon is inflated", - "value": "$2000", - "answer": "stent", - "round": "Double Jeopardy!", - "show_number": "5637", - "fullAnswer": "a stent" - }, { "category": "ANIMATED VOICES", "air_date": "2009-02-24", @@ -1006759,16 +954999,6 @@ "show_number": "5637", "fullAnswer": "demolition" }, - { - "category": "\"C\" DUTY", - "air_date": "2009-02-24", - "question": "It's his late-16th-century handiwork, seen here", - "value": "$2000", - "answer": "Caravaggio", - "round": "Double Jeopardy!", - "show_number": "5637", - "fullAnswer": "Caravaggio" - }, { "category": "AMERICAN NOVELISTS", "air_date": "2009-02-24", @@ -1006864,7 +955094,7 @@ "air_date": "2002-05-01", "question": "Mingle with RuPaul & Fergie (their wax figures, that is) at the 42nd Street spin-off of this British museum", "value": "$400", - "answer": "Madame Tussaud\\'s", + "answer": "Madame Tussaud's", "round": "Jeopardy!", "show_number": "4078", "fullAnswer": "Madame Tussaud\\'s" @@ -1006939,16 +955169,6 @@ "show_number": "4078", "fullAnswer": "the adrenals" }, - { - "category": "LET THEM EAT CAKE", - "air_date": "2002-05-01", - "question": "(Sarah of the Clue Crew puts in an evening as a dessert chef.) This dessert is a layer of cake & ice cream that's topped with meringue & then browned in the oven", - "value": "$600", - "answer": "Baked Alaska", - "round": "Jeopardy!", - "show_number": "4078", - "fullAnswer": "Baked Alaska" - }, { "category": "SO YOU'RE THE \"SMART\" ONE, EH?", "air_date": "2002-05-01", @@ -1006969,16 +955189,6 @@ "show_number": "4078", "fullAnswer": "Paraguay" }, - { - "category": "WATER TRANSPORTS", - "air_date": "2002-05-01", - "question": "These \"fish\" boats, seen here, became the most popular sailboats ever produced", - "value": "$800", - "answer": "sunfish", - "round": "Jeopardy!", - "show_number": "4078", - "fullAnswer": "sunfish" - }, { "category": "WAX MUSEUMS", "air_date": "2002-05-01", @@ -1006994,7 +955204,7 @@ "air_date": "2002-05-01", "question": "AKA regional enteritis, this disease, a chronic inflammation of hte intestines, bears the name of a U.S. doctor", "value": "$800", - "answer": "Crohn\\'s disease", + "answer": "Crohn's disease", "round": "Jeopardy!", "show_number": "4078", "fullAnswer": "Crohn\\'s disease" @@ -1007029,16 +955239,6 @@ "show_number": "4078", "fullAnswer": "Tenochtitlán" }, - { - "category": "WATER TRANSPORTS", - "air_date": "2002-05-01", - "question": "Seen here, it shares its name with a French region, and broke the transatlantic speed record in 1935", - "value": "$1000", - "answer": "Normandy", - "round": "Jeopardy!", - "show_number": "4078", - "fullAnswer": "the Normandy" - }, { "category": "WAX MUSEUMS", "air_date": "2002-05-01", @@ -1007954,7 +956154,7 @@ "air_date": "2000-07-14", "question": "In 1998 the author of this controversial 1970 book was finally invited to play in a Yankees old-timers' game", "value": null, - "answer": "\\Ball Four\\ ", + "answer": "Ball Four ", "round": "Final Jeopardy!", "show_number": "3670", "fullAnswer": "\\\"Ball Four\\\" (by Jim Bouton)" @@ -1008154,7 +956354,7 @@ "air_date": "2001-02-27", "question": "Could it be Satan who fathered Mia Farrow's child in this 1968 flick?", "value": "$400", - "answer": "Rosemary\\'s Baby", + "answer": "Rosemary's Baby", "round": "Jeopardy!", "show_number": "3802", "fullAnswer": "Rosemary\\'s Baby" @@ -1008214,7 +956414,7 @@ "air_date": "2001-02-27", "question": "Keanu Reeves works for Al Pacino, one hell of a lawyer, in this 1997 film", "value": "$500", - "answer": "Devil\\'s Advocate", + "answer": "Devil's Advocate", "round": "Jeopardy!", "show_number": "3802", "fullAnswer": "The Devil\\'s Advocate" @@ -1008649,16 +956849,6 @@ "show_number": "5402", "fullAnswer": "the Romans" }, - { - "category": "WORLD FLAGS", - "air_date": "2008-02-19", - "question": "(Jimmy of the Clue Crew watches three flags merge on the monitor.) In 1801, the 3 historic flags seen here were combined to form the flag of this nation", - "value": "$400", - "answer": "United Kingdom", - "round": "Jeopardy!", - "show_number": "5402", - "fullAnswer": "the United Kingdom" - }, { "category": "FICTION", "air_date": "2008-02-19", @@ -1008689,16 +956879,6 @@ "show_number": "5402", "fullAnswer": "by plane" }, - { - "category": "WINTER SPORTS & GAMES", - "air_date": "2008-02-19", - "question": "The markers in World Cup slalom skiing are called these, and missing one means disqualification", - "value": "$600", - "answer": "gates", - "round": "Jeopardy!", - "show_number": "5402", - "fullAnswer": "gates" - }, { "category": "THEY'RE OUR GODS", "air_date": "2008-02-19", @@ -1008829,16 +957009,6 @@ "show_number": "5402", "fullAnswer": "the Mayans" }, - { - "category": "WORLD FLAGS", - "air_date": "2008-02-19", - "question": "Cuba's flag is called \"La Estrella Solitaria\", meaning this, like Texas's nickname", - "value": "$2,000", - "answer": "Lone Star", - "round": "Jeopardy!", - "show_number": "5402", - "fullAnswer": "the Lone Star" - }, { "category": "FICTION", "air_date": "2008-02-19", @@ -1008869,16 +957039,6 @@ "show_number": "5402", "fullAnswer": "Wi-Fi" }, - { - "category": "CLASSICAL MUSIC", - "air_date": "2008-02-19", - "question": "Chopin's funeral march is in B flat this, a group of keys used to depict sadness", - "value": "$400", - "answer": "minor", - "round": "Double Jeopardy!", - "show_number": "5402", - "fullAnswer": "minor" - }, { "category": "THE LARGEST IN AREA", "air_date": "2008-02-19", @@ -1008894,7 +957054,7 @@ "air_date": "2008-02-19", "question": "It's celebrated the evening before All Saints' Day", "value": "$400", - "answer": "All Hallow\\'s Eve ", + "answer": "All Hallow's Eve ", "round": "Double Jeopardy!", "show_number": "5402", "fullAnswer": "All Hallow\\'s Eve (Halloween)" @@ -1008979,16 +957139,6 @@ "show_number": "5402", "fullAnswer": "a footnote" }, - { - "category": "I'M GIDDY FOR GADGETS", - "air_date": "2008-02-19", - "question": "(Kelly of the Clue Crew reports from Sony headquarters in Tokyo, Japan.) To make it easier to read text, the Sony Reader uses a screen that displays tones between white & black, known as this scale", - "value": "$1200", - "answer": "gray scale", - "round": "Double Jeopardy!", - "show_number": "5402", - "fullAnswer": "gray scale" - }, { "category": "CLASSICAL MUSIC", "air_date": "2008-02-19", @@ -1009014,7 +957164,7 @@ "air_date": "2008-02-19", "question": "If May Day falls on a Sunday, this holiday is the very next Sunday", "value": "$2,000", - "answer": "Mother\\'s Day", + "answer": "Mother's Day", "round": "Double Jeopardy!", "show_number": "5402", "fullAnswer": "Mother\\'s Day" @@ -1009099,16 +957249,6 @@ "show_number": "5402", "fullAnswer": "proportion" }, - { - "category": "I'M GIDDY FOR GADGETS", - "air_date": "2008-02-19", - "question": "(Alex reports from Sony headquarters in Tokyo, Japan.) Here's a sneak preview of Sony's newest Walkman that can turn on, flip between menus & play instantly because it uses this type of memory that's basically a mini hard drive", - "value": "$2000", - "answer": "flash memory", - "round": "Double Jeopardy!", - "show_number": "5402", - "fullAnswer": "flash memory" - }, { "category": "CLASSICAL MUSIC", "air_date": "2008-02-19", @@ -1009484,7 +957624,7 @@ "air_date": "1999-01-15", "question": "Members of this Christian sect founded by Charles Taze Russell often go door to door to preach the faith", "value": "$200", - "answer": "Jehovah\\'s Witnesses", + "answer": "Jehovah's Witnesses", "round": "Double Jeopardy!", "show_number": "3310", "fullAnswer": "Jehovah\\'s Witnesses" @@ -1010044,7 +958184,7 @@ "air_date": "1998-09-10", "question": "Norman's portable living quarters", "value": "$200", - "answer": "Mailer\\'s trailers", + "answer": "Mailer's trailers", "round": "Double Jeopardy!", "show_number": "3219", "fullAnswer": "Mailer\\'s trailers" @@ -1010104,7 +958244,7 @@ "air_date": "1998-09-10", "question": "Pearl's hockey disks", "value": "$400", - "answer": "Buck\\'s pucks", + "answer": "Buck's pucks", "round": "Double Jeopardy!", "show_number": "3219", "fullAnswer": "Buck\\'s pucks" @@ -1010164,7 +958304,7 @@ "air_date": "1998-09-10", "question": "Roald's shopping centers", "value": "$600", - "answer": "Dahl\\'s malls", + "answer": "Dahl's malls", "round": "Double Jeopardy!", "show_number": "3219", "fullAnswer": "Dahl\\'s malls" @@ -1010224,7 +958364,7 @@ "air_date": "1998-09-10", "question": "Bret's little pies", "value": "$800", - "answer": "Harte\\'s tarts", + "answer": "Harte's tarts", "round": "Double Jeopardy!", "show_number": "3219", "fullAnswer": "Harte\\'s tarts" @@ -1010284,7 +958424,7 @@ "air_date": "1998-09-10", "question": "Eliot's postscripts", "value": "$1000", - "answer": "T.S.\\'s P.S.es", + "answer": "T.S.'s P.S.es", "round": "Double Jeopardy!", "show_number": "3219", "fullAnswer": "T.S.\\'s P.S.es" @@ -1010304,7 +958444,7 @@ "air_date": "1998-09-10", "question": "In a popular 1928 gubernatorial campaign slogan, it preceded \"But No Man Wears A Crown\"", "value": null, - "answer": "\\Every Man A King\\", + "answer": "Every Man A King", "round": "Final Jeopardy!", "show_number": "3219", "fullAnswer": "\\\"Every Man A King\\\"" @@ -1010384,7 +958524,7 @@ "air_date": "2003-10-23", "question": "Tom Jones' biggest hit of the '60s was this title song from a Peter Sellers-Woody Allen film", "value": "$400", - "answer": "What\\'s New Pussycat?", + "answer": "What's New Pussycat?", "round": "Jeopardy!", "show_number": "4399", "fullAnswer": "\"What\\'s New Pussycat?\"" @@ -1010554,7 +958694,7 @@ "air_date": "2003-10-23", "question": "(Hi, I'm Brenda Lee) It's the 2-word title that follows \"You tell me mistakes are part of being young but that don't right the wrong that's been done\"", "value": "$1000", - "answer": "I\\'m Sorry", + "answer": "I'm Sorry", "round": "Jeopardy!", "show_number": "4399", "fullAnswer": "\"I\\'m Sorry\"" @@ -1010654,7 +958794,7 @@ "air_date": "2003-10-23", "question": "In mythology, when this was opened, all the world's evils were let out", "value": "$400", - "answer": "Pandora\\'s box", + "answer": "Pandora's box", "round": "Double Jeopardy!", "show_number": "4399", "fullAnswer": "Pandora\\'s box" @@ -1010684,7 +958824,7 @@ "air_date": "2003-10-23", "question": "A new book says the model for this title character in this D.H. Lawrence book was a Sicilian mule driver", "value": "$800", - "answer": "Lady Chatterley\\'s Lover", + "answer": "Lady Chatterley's Lover", "round": "Double Jeopardy!", "show_number": "4399", "fullAnswer": "Lady Chatterley\\'s Lover" @@ -1011184,7 +959324,7 @@ "air_date": "2003-02-10", "question": "In use from 1852 to 1946, this notorious French prison settlement was located off French Guiana", "value": "$1000", - "answer": "Devil\\'s Island", + "answer": "Devil's Island", "round": "Jeopardy!", "show_number": "4251", "fullAnswer": "Devil\\'s Island" @@ -1011619,16 +959759,6 @@ "show_number": "5203", "fullAnswer": "steel" }, - { - "category": "AROUND THE USA", - "air_date": "2007-04-04", - "question": "(Sarah of the clue crew reading off the clue in front of a sports stadium.)
This city has the NFL's only publicly owned team, and no one may own more than 200,000 shares to avoid individual control", - "value": "$600", - "answer": "Green Bay", - "round": "Jeopardy!", - "show_number": "5203", - "fullAnswer": "Green Bay" - }, { "category": "SPORTS ILLUSTRATED ALMANAC LISTINGS", "air_date": "2007-04-04", @@ -1011699,16 +959829,6 @@ "show_number": "5203", "fullAnswer": "Arthur Ashe" }, - { - "category": "POLITICAL LINGO", - "air_date": "2007-04-04", - "question": "(Cheryl of the clue crew giving the clue from inside the State Capitol building in Lincoln, NE.)
I'm in the nation's only 1-house state legislature known by this 1-word term. Nebraskans chose it by popular vote in the 1930s", - "value": "$800", - "answer": "unicameral", - "round": "Jeopardy!", - "show_number": "5203", - "fullAnswer": "unicameral" - }, { "category": "PAGE BURNERS", "air_date": "2007-04-04", @@ -1011899,16 +960019,6 @@ "show_number": "5203", "fullAnswer": "Will Ferrell" }, - { - "category": "ANDORRA", - "air_date": "2007-04-04", - "question": "lonelyplanet.com says Andorra has the finest inexpensive skiing & snowboarding in this mountain range", - "value": "$800", - "answer": "Pyrenees", - "round": "Double Jeopardy!", - "show_number": "5203", - "fullAnswer": "the Pyrenees" - }, { "category": "DARWIN", "air_date": "2007-04-04", @@ -1012409,16 +960519,6 @@ "show_number": "5974", "fullAnswer": "Lexington" }, - { - "category": "COMMANDERS AT WAR", - "air_date": "2010-07-29", - "question": "(Jimmy of the Clue Crew shows an animated diagram on the monitor.) At the Battle of Issus in 333 B.C., the Macedonian cavalry attacked the Persian left flank, then wheeled around to complete a smashing triumph for this great general", - "value": "$400", - "answer": "Alexander the Great", - "round": "Double Jeopardy!", - "show_number": "5974", - "fullAnswer": "Alexander the Great" - }, { "category": "TWICE-TOLD TALES", "air_date": "2010-07-29", @@ -1012469,16 +960569,6 @@ "show_number": "5974", "fullAnswer": "a Sacramento memento" }, - { - "category": "COMMANDERS AT WAR", - "air_date": "2010-07-29", - "question": "(Jimmy of the Clue Crew shows an animated diagram on the monitor.) At the 1805 Battle of Austerlitz, enticing the Allies to attack his right flank, this commander's army stormed the center high ground & smashed the Allies", - "value": "$800", - "answer": "Napoléon Bonaparte", - "round": "Double Jeopardy!", - "show_number": "5974", - "fullAnswer": "Napoléon Bonaparte" - }, { "category": "TWICE-TOLD TALES", "air_date": "2010-07-29", @@ -1012529,16 +960619,6 @@ "show_number": "5974", "fullAnswer": "Eugene cuisine" }, - { - "category": "COMMANDERS AT WAR", - "air_date": "2010-07-29", - "question": "(Sarah of the Clue Crew shows an animated diagram on the monitor.) Pilots still use the World War II weaving tactic by which a pilot lures a pursuing enemy plane into another plane's gun sights; it was invented to combat this highly maneuverable Japanese fighter", - "value": "$2,400", - "answer": "Mitsubishi Zero", - "round": "Double Jeopardy!", - "show_number": "5974", - "fullAnswer": "the Mitsubishi Zero" - }, { "category": "TWICE-TOLD TALES", "air_date": "2010-07-29", @@ -1012589,16 +960669,6 @@ "show_number": "5974", "fullAnswer": "a San Diego Winnebago" }, - { - "category": "COMMANDERS AT WAR", - "air_date": "2010-07-29", - "question": "(Sarah of the Clue Crew shows an animated diagram on the monitor.) In June 1950, North Korea launched a surprise attack deep into South Korea; the tables turned in September, when MacArthur's UN forces made a surprise landing at this port city", - "value": "$1600", - "answer": "Inchon", - "round": "Double Jeopardy!", - "show_number": "5974", - "fullAnswer": "Inchon" - }, { "category": "TWICE-TOLD TALES", "air_date": "2010-07-29", @@ -1012734,7 +960804,7 @@ "air_date": "2007-12-25", "question": "For 2008 the green dyeing of the Chicago River is scheduled for 10:45 A.M. on this holiday", "value": "$200", - "answer": "St. Patrick\\'s Day", + "answer": "St. Patrick's Day", "round": "Jeopardy!", "show_number": "5362", "fullAnswer": "St. Patrick\\'s Day" @@ -1012854,7 +960924,7 @@ "air_date": "2007-12-25", "question": "The federal holiday listed in the U.S. code as Washington's birthday is generally known by this name", "value": "$600", - "answer": "President\\'s Day", + "answer": "President's Day", "round": "Jeopardy!", "show_number": "5362", "fullAnswer": "President\\'s Day" @@ -1013109,16 +961179,6 @@ "show_number": "5362", "fullAnswer": "the Left Bank" }, - { - "category": "GREEK & ROMAN POTPOURRI", - "air_date": "2007-12-25", - "question": "(Jimmy of the Clue Crew stands in front of a picture of the Greek alphabet.) When the 14th letter of the Greek alphabet is spelled in English it's 2 letters long & this quantity in Roman numerals", - "value": "$1200", - "answer": "eleven", - "round": "Double Jeopardy!", - "show_number": "5362", - "fullAnswer": "eleven" - }, { "category": "KEVIN-SENT", "air_date": "2007-12-25", @@ -1013874,7 +961934,7 @@ "air_date": "2003-02-25", "question": "Chapter III of this 1826 novel is prefaced by a quote from the poem \"An Indian at the Burial-Place of His Fathers\"", "value": null, - "answer": "\\The Last of the Mohicans\\", + "answer": "The Last of the Mohicans", "round": "Final Jeopardy!", "show_number": "4262", "fullAnswer": "\\\"The Last of the Mohicans\\\"" @@ -1014454,7 +962514,7 @@ "air_date": "1997-07-18", "question": "His expressionistic 1922 play \"The Hairy Ape\" opens in the firemen's forecastle of an ocean liner", "value": "$1000", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "2985", "fullAnswer": "Eugene O\\'Neill" @@ -1014484,7 +962544,7 @@ "air_date": "1997-07-18", "question": "The Murders in the Rue Morgue and The Mystery of Marie Roget are mentioned in the 1st paragraph of this 1845 story", "value": null, - "answer": "\\The Purloined Letter\\", + "answer": "The Purloined Letter", "round": "Final Jeopardy!", "show_number": "2985", "fullAnswer": "\\\"The Purloined Letter\\\"" @@ -1014519,16 +962579,6 @@ "show_number": "5858", "fullAnswer": "Miss Piggy" }, - { - "category": "PICTURE THE PREZ", - "air_date": "2010-02-17", - "question": "He was a student at Oxford when the photo seen here was taken", - "value": "$200", - "answer": "Bill Clinton", - "round": "Jeopardy!", - "show_number": "5858", - "fullAnswer": "Bill Clinton" - }, { "category": "STUPID ANSWERS", "air_date": "2010-02-17", @@ -1014579,16 +962629,6 @@ "show_number": "5858", "fullAnswer": "Wilbur" }, - { - "category": "PICTURE THE PREZ", - "air_date": "2010-02-17", - "question": "You're on the money if you know he's the president in this photo", - "value": "$400", - "answer": "Andrew Jackson", - "round": "Jeopardy!", - "show_number": "5858", - "fullAnswer": "Andrew Jackson" - }, { "category": "STUPID ANSWERS", "air_date": "2010-02-17", @@ -1014639,16 +962679,6 @@ "show_number": "5858", "fullAnswer": "Babe" }, - { - "category": "PICTURE THE PREZ", - "air_date": "2010-02-17", - "question": "He's the young Naval officer pictured here", - "value": "$600", - "answer": "Carter", - "round": "Jeopardy!", - "show_number": "5858", - "fullAnswer": "(Jimmy) Carter" - }, { "category": "STUPID ANSWERS", "air_date": "2010-02-17", @@ -1014699,16 +962729,6 @@ "show_number": "5858", "fullAnswer": "Piglet" }, - { - "category": "PICTURE THE PREZ", - "air_date": "2010-02-17", - "question": "He sat down & took a load off in the photo seen here", - "value": "$800", - "answer": "Taft", - "round": "Jeopardy!", - "show_number": "5858", - "fullAnswer": "(William Howard) Taft" - }, { "category": "STUPID ANSWERS", "air_date": "2010-02-17", @@ -1014759,16 +962779,6 @@ "show_number": "5858", "fullAnswer": "Snowball" }, - { - "category": "PICTURE THE PREZ", - "air_date": "2010-02-17", - "question": "He was the first president to be born an American citizen", - "value": "$2,000", - "answer": "Martin Van Buren", - "round": "Jeopardy!", - "show_number": "5858", - "fullAnswer": "Martin Van Buren" - }, { "category": "STUPID ANSWERS", "air_date": "2010-02-17", @@ -1014899,16 +962909,6 @@ "show_number": "5858", "fullAnswer": "Clyde Barrow" }, - { - "category": "\"HIP\" \"HOP\"", - "air_date": "2010-02-17", - "question": "It's the childhood activity seen here", - "value": "$800", - "answer": "hopscotch", - "round": "Double Jeopardy!", - "show_number": "5858", - "fullAnswer": "hopscotch" - }, { "category": "ON THE RADIO", "air_date": "2010-02-17", @@ -1015019,16 +963019,6 @@ "show_number": "5858", "fullAnswer": "(John) Dillinger" }, - { - "category": "\"HIP\" \"HOP\"", - "air_date": "2010-02-17", - "question": "Everyone on the dance floor for this party favorite heard here", - "value": "$1600", - "answer": "The Bunny Hop", - "round": "Double Jeopardy!", - "show_number": "5858", - "fullAnswer": "\"The Bunny Hop\"" - }, { "category": "ON THE RADIO", "air_date": "2010-02-17", @@ -1015849,16 +963839,6 @@ "show_number": "5454", "fullAnswer": "combust" }, - { - "category": "WALKING WITH DINOSAURS", - "air_date": "2008-05-01", - "question": "(Cheryl of the Clue Crew walks with a robotic Stegosaurus.) You might encounter a real Stegosaurus if you can go back to the late part of this geological period, a good one for dinosaurs", - "value": "$400", - "answer": "Jurassic", - "round": "Double Jeopardy!", - "show_number": "5454", - "fullAnswer": "Jurassic" - }, { "category": "TV & FILM FOOD", "air_date": "2008-05-01", @@ -1015909,16 +963889,6 @@ "show_number": "5454", "fullAnswer": "figurehead" }, - { - "category": "WALKING WITH DINOSAURS", - "air_date": "2008-05-01", - "question": "(Jimmy of the Clue Crew is stalked by a giant robot T. rex.) Until the recent discovery of the Gigantotasaurus fossil, 3 tons bigger, T. rex was thought to be the largest dinosaur of this dietary class... aaaagh!", - "value": "$800", - "answer": "carnivore", - "round": "Double Jeopardy!", - "show_number": "5454", - "fullAnswer": "carnivore" - }, { "category": "TV & FILM FOOD", "air_date": "2008-05-01", @@ -1015969,16 +963939,6 @@ "show_number": "5454", "fullAnswer": "gargantuan" }, - { - "category": "WALKING WITH DINOSAURS", - "air_date": "2008-05-01", - "question": "(Jimmy of the Clue Crew stands next to a robot Stegosaurus.) The Stegosaurus' plates could have been used in mating, may have been for defensive purposes, or may have served as living solar panels and helped the dinosaur regulate this", - "value": "$1200", - "answer": "body heat ", - "round": "Double Jeopardy!", - "show_number": "5454", - "fullAnswer": "body heat (or body temperature)" - }, { "category": "TV & FILM FOOD", "air_date": "2008-05-01", @@ -1016029,16 +963989,6 @@ "show_number": "5454", "fullAnswer": "kookaburra" }, - { - "category": "WALKING WITH DINOSAURS", - "air_date": "2008-05-01", - "question": "(Cheryl of the Clue Crew delivers the clue.) Named for its cattle-like horns, this 9-tonner whose name means \"bull lizard\" had the largest head of any known land animal", - "value": "$4,000", - "answer": "Torosaurus ", - "round": "Double Jeopardy!", - "show_number": "5454", - "fullAnswer": "Torosaurus (Torosaur accepted)" - }, { "category": "TV & FILM FOOD", "air_date": "2008-05-01", @@ -1016089,16 +964039,6 @@ "show_number": "5454", "fullAnswer": "decelerate" }, - { - "category": "WALKING WITH DINOSAURS", - "air_date": "2008-05-01", - "question": "(Cheryl of the Clue Crew delivers the clue.) If a bite that could puncture a car roof wasn't enough, T. rex's teeth have recesses where these live; if the bite didn't kill you, the infection would", - "value": "$2000", - "answer": "bacteria", - "round": "Double Jeopardy!", - "show_number": "5454", - "fullAnswer": "bacteria" - }, { "category": "TV & FILM FOOD", "air_date": "2008-05-01", @@ -1016284,7 +964224,7 @@ "air_date": "2007-09-12", "question": "You might desire the rings & garters worn by this \"Desire Under the Elms\" author; they're in the Yale library", "value": "$600", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Jeopardy!", "show_number": "5288", "fullAnswer": "Eugene O\\'Neill" @@ -1016294,7 +964234,7 @@ "air_date": "2007-09-12", "question": "\"If you can't come around, at least please telephone\"", "value": "$600", - "answer": "Don\\'t Be Cruel", + "answer": "Don't Be Cruel", "round": "Jeopardy!", "show_number": "5288", "fullAnswer": "\"Don\\'t Be Cruel\"" @@ -1016339,16 +964279,6 @@ "show_number": "5288", "fullAnswer": "a fever" }, - { - "category": "AMERICAN PLAYWRIGHTS", - "air_date": "2007-09-12", - "question": "(Famous playwright Edward Albee delivers the clue.) My play \"Fam and Yam\" was inspired by a meeting I once had with this playwright for whom life was no \"Picnic\"", - "value": "$800", - "answer": "Inge", - "round": "Jeopardy!", - "show_number": "5288", - "fullAnswer": "(William) Inge" - }, { "category": "ELVIS LYRICS", "air_date": "2007-09-12", @@ -1016489,16 +964419,6 @@ "show_number": "5288", "fullAnswer": "a suffix" }, - { - "category": "WHERE AM I?", - "air_date": "2007-09-12", - "question": "(Cheryl of the Clue Crew will stands in front of a building that extends partway over a river.) I'm at the library of this president who says it symbolizes his efforts to build bridges from yesterday to tomorrow", - "value": "$400", - "answer": "Clinton", - "round": "Double Jeopardy!", - "show_number": "5288", - "fullAnswer": "Clinton" - }, { "category": "WHAT SHOULD I \"DU\"?", "air_date": "2007-09-12", @@ -1016549,16 +964469,6 @@ "show_number": "5288", "fullAnswer": "a supplement" }, - { - "category": "WHERE AM I?", - "air_date": "2007-09-12", - "question": "(Jon of the Clue Crew stands before a giant enclosed water tank.) I'm in the 434-acre research park of this Texas school that's as proud of being a sea, space & land-grant university as it is of its Aggies teams", - "value": "$800", - "answer": "Texas A&M", - "round": "Double Jeopardy!", - "show_number": "5288", - "fullAnswer": "Texas A&M" - }, { "category": "WHAT SHOULD I \"DU\"?", "air_date": "2007-09-12", @@ -1016609,16 +964519,6 @@ "show_number": "5288", "fullAnswer": "annex" }, - { - "category": "WHERE AM I?", - "air_date": "2007-09-12", - "question": "(Kelly of the Clue Crew tours a warehouse.) Watching the Macy's parade, you may not know the floats are built here in a warehouse in this New Jersey city, also known as Sinatra's hometown", - "value": "$1200", - "answer": "Hoboken", - "round": "Double Jeopardy!", - "show_number": "5288", - "fullAnswer": "Hoboken" - }, { "category": "WHAT SHOULD I \"DU\"?", "air_date": "2007-09-12", @@ -1016669,16 +964569,6 @@ "show_number": "5288", "fullAnswer": "Auxiliary" }, - { - "category": "WHERE AM I?", - "air_date": "2007-09-12", - "question": "(Sarah of the Clue Crew stands before an outdoor display of a whale skeleton.) Holy Cross is a college in Massachusetts; across the country, the name of this University of California campus means \"holy cross\"", - "value": "$1600", - "answer": "UC Santa Cruz", - "round": "Double Jeopardy!", - "show_number": "5288", - "fullAnswer": "UC Santa Cruz" - }, { "category": "WHAT SHOULD I \"DU\"?", "air_date": "2007-09-12", @@ -1016714,7 +964604,7 @@ "air_date": "2007-09-12", "question": "Gregory Peck gets the scoop on anti-semitism in this film adapted by Moss Hart", "value": "$2000", - "answer": "Gentlemen\\'s Agreement", + "answer": "Gentlemen's Agreement", "round": "Double Jeopardy!", "show_number": "5288", "fullAnswer": "Gentlemen\\'s Agreement" @@ -1016729,16 +964619,6 @@ "show_number": "5288", "fullAnswer": "a premium" }, - { - "category": "WHERE AM I?", - "air_date": "2007-09-12", - "question": "(Jon of the Clue Crew reports from among the cacti.) I'm in Arizona at a museum of the life of this desert whose name is allied to that of the nearest Mexican state", - "value": "$2000", - "answer": "Sonoran Desert", - "round": "Double Jeopardy!", - "show_number": "5288", - "fullAnswer": "the Sonoran Desert" - }, { "category": "WHAT SHOULD I \"DU\"?", "air_date": "2007-09-12", @@ -1016749,16 +964629,6 @@ "show_number": "5288", "fullAnswer": "dualism" }, - { - "category": "LEAVE 'EM LAUGHING", - "air_date": "2007-09-12", - "question": "\"Jolly\" name of the 1624 work seen here", - "value": "$2000", - "answer": "Laughing Cavalier", - "round": "Double Jeopardy!", - "show_number": "5288", - "fullAnswer": "The Laughing Cavalier" - }, { "category": "MILITARY MEN", "air_date": "2007-09-12", @@ -1017349,16 +965219,6 @@ "show_number": "5047", "fullAnswer": "Hippocrates" }, - { - "category": "BROADWAY GEOGRAPHY", - "air_date": "2006-07-18", - "question": "(Jon of the Clue Crew reads from a castle rampart in the Shubert Theatre, New York.) In \"Spamalot\" the year is 932 A.D., & most of the action takes place in this Merrie Olde country", - "value": "$200", - "answer": "England", - "round": "Jeopardy!", - "show_number": "5047", - "fullAnswer": "England" - }, { "category": "FOOD FACTS", "air_date": "2006-07-18", @@ -1017389,16 +965249,6 @@ "show_number": "5047", "fullAnswer": "watches" }, - { - "category": "\"K\" MART", - "air_date": "2006-07-18", - "question": "Dangerous Indonesian seen here", - "value": "$200", - "answer": "komodo dragon", - "round": "Jeopardy!", - "show_number": "5047", - "fullAnswer": "a komodo dragon" - }, { "category": "THE HISTORY OF MEDICINE", "air_date": "2006-07-18", @@ -1017469,16 +965319,6 @@ "show_number": "5047", "fullAnswer": "dramamine" }, - { - "category": "BROADWAY GEOGRAPHY", - "air_date": "2006-07-18", - "question": "(Cheryl of the Clue Crew reads from the Lunt-Fontanne Theatre in New York.) \"Beauty and the Beast\" takes place in & around a quiet provincial village in this country", - "value": "$600", - "answer": "France", - "round": "Jeopardy!", - "show_number": "5047", - "fullAnswer": "France" - }, { "category": "FOOD FACTS", "air_date": "2006-07-18", @@ -1017629,16 +965469,6 @@ "show_number": "5047", "fullAnswer": "hairdresser" }, - { - "category": "\"K\" MART", - "air_date": "2006-07-18", - "question": "Silk-stringed instrument heard here", - "value": "$1000", - "answer": "koto", - "round": "Jeopardy!", - "show_number": "5047", - "fullAnswer": "a koto" - }, { "category": "EARTHQUAKES", "air_date": "2006-07-18", @@ -1017649,16 +965479,6 @@ "show_number": "5047", "fullAnswer": "the San Andreas Fault" }, - { - "category": "MOVIES' LAST LINES", - "air_date": "2006-07-18", - "question": "1942--
\"Louis, I think this is the beginning of a beautiful friendship\"", - "value": "$400", - "answer": "Casablanca", - "round": "Double Jeopardy!", - "show_number": "5047", - "fullAnswer": "Casablanca" - }, { "category": "JEOPORTMANTEAU!", "air_date": "2006-07-18", @@ -1017709,16 +965529,6 @@ "show_number": "5047", "fullAnswer": "Chile" }, - { - "category": "MOVIES' LAST LINES", - "air_date": "2006-07-18", - "question": "1964--
\"Mein fuhrer! I can walk!\"", - "value": "$800", - "answer": "Dr. Strangelove", - "round": "Double Jeopardy!", - "show_number": "5047", - "fullAnswer": "Dr. Strangelove" - }, { "category": "JEOPORTMANTEAU!", "air_date": "2006-07-18", @@ -1017769,16 +965579,6 @@ "show_number": "5047", "fullAnswer": "P waves (primary)" }, - { - "category": "MOVIES' LAST LINES", - "air_date": "2006-07-18", - "question": "1940--
\"We'll go on forever, Pa, 'cause we're the people\"", - "value": "$1200", - "answer": "Grapes of Wrath", - "round": "Double Jeopardy!", - "show_number": "5047", - "fullAnswer": "The Grapes of Wrath" - }, { "category": "JEOPORTMANTEAU!", "air_date": "2006-07-18", @@ -1017829,16 +965629,6 @@ "show_number": "5047", "fullAnswer": "Good Friday" }, - { - "category": "MOVIES' LAST LINES", - "air_date": "2006-07-18", - "question": "1931--
\"Mother of mercy, is this the end of Rico?\"", - "value": "$1600", - "answer": "Little Caesar", - "round": "Double Jeopardy!", - "show_number": "5047", - "fullAnswer": "Little Caesar" - }, { "category": "JEOPORTMANTEAU!", "air_date": "2006-07-18", @@ -1018004,7 +965794,7 @@ "air_date": "2001-11-23", "question": "This brand was named for a rice grower who was known for the quality of his rice", "value": "$200", - "answer": "Uncle Ben\\'s", + "answer": "Uncle Ben's", "round": "Jeopardy!", "show_number": "3965", "fullAnswer": "Uncle Ben\\'s" @@ -1018019,16 +965809,6 @@ "show_number": "3965", "fullAnswer": "Humphrey Bogart" }, - { - "category": "FILMS OF THE '70s", - "air_date": "2001-11-23", - "question": "(Sofia of the Clue Crew rides on the carousel.) I'm riding the Santa Monica Pier carousel, which you may recognize from this 1973 Newman & Redford ragtime film", - "value": "$200", - "answer": "Sting", - "round": "Jeopardy!", - "show_number": "3965", - "fullAnswer": "The Sting" - }, { "category": "MILITARY MATTERS", "air_date": "2001-11-23", @@ -1018064,7 +965844,7 @@ "air_date": "2001-11-23", "question": "A certain sea commander is the namesake of this breakfast cereal", "value": "$300", - "answer": "Cap\\'n Crunch", + "answer": "Cap'n Crunch", "round": "Jeopardy!", "show_number": "3965", "fullAnswer": "Cap\\'n Crunch" @@ -1018319,16 +966099,6 @@ "show_number": "3965", "fullAnswer": "\"The Little Engine That Could\"" }, - { - "category": "SPORTS TALK", - "air_date": "2001-11-23", - "question": "(Cheryl of the Clue Crew reads from the golf course.) This name for my present location sounds like a place to seek shelter from an air raid", - "value": "$400", - "answer": "bunker", - "round": "Double Jeopardy!", - "show_number": "3965", - "fullAnswer": "bunker" - }, { "category": "ROBERT SCHUMANN", "air_date": "2001-11-23", @@ -1018489,16 +966259,6 @@ "show_number": "3965", "fullAnswer": "Isaac Bedloe" }, - { - "category": "ALL LIT UP", - "air_date": "2001-11-23", - "question": "(Hi, I'm Leif Garrett.) In 1983 I appeared with Matt Dillon & C. Thomas Howell in this film adaptation of a bestselling S.E. Hinton novel", - "value": "$1000", - "answer": "Outsiders", - "round": "Double Jeopardy!", - "show_number": "3965", - "fullAnswer": "The Outsiders" - }, { "category": "SPORTS TALK", "air_date": "2001-11-23", @@ -1019249,16 +967009,6 @@ "show_number": "5639", "fullAnswer": "cream of mushroom" }, - { - "category": "ANCIENT BOOKS", - "air_date": "2009-02-26", - "question": "(Sarah of the Clue Crew shows a geometric diagram on the monitor.) The complex bridge of fools proof showing that the angles at the base of an isosceles triangle are equal is the point beyond which only very clever students are said to go in this book by Euclid", - "value": "$600", - "answer": "Elements", - "round": "Jeopardy!", - "show_number": "5639", - "fullAnswer": "The Elements" - }, { "category": "NFL TEAM NICKNAMES", "air_date": "2009-02-26", @@ -1019434,7 +967184,7 @@ "air_date": "2009-02-26", "question": "In 1506 Pope Julius II chose architect Donato Bramante to design the new Basilica of this church in Rome", "value": "$400", - "answer": "St. Peter\\'s", + "answer": "St. Peter's", "round": "Double Jeopardy!", "show_number": "5639", "fullAnswer": "St. Peter\\'s" @@ -1019479,16 +967229,6 @@ "show_number": "5639", "fullAnswer": "(Charles) Dickens" }, - { - "category": "BACK AT THE CBC", - "air_date": "2009-02-26", - "question": "(Alex delivers the clue from back at the CBC.) From the Latin for \"hearing\", it's a short performance usually given when applying for a job; here's a clip of one of mine from the early 1960s

\"And we've got John Livingston sitting somewhere in the Penetanguishene River up to his little rubber dinghy in scum as he watches the fish float down the river.\"", - "value": "$400", - "answer": "audition", - "round": "Double Jeopardy!", - "show_number": "5639", - "fullAnswer": "an audition" - }, { "category": "THE ITALIAN RENAISSANCE", "air_date": "2009-02-26", @@ -1019539,16 +967279,6 @@ "show_number": "5639", "fullAnswer": "Ken Kesey" }, - { - "category": "BACK AT THE CBC", - "air_date": "2009-02-26", - "question": "(Alex delivers the clue from back at the CBC.) Many stars got their early breaks here at the CBC, & some of them came back for a special 1979 film on Louis Riel--Christopher Plummer, Leslie Nielsen and this \"Boston Legal\" star", - "value": "$800", - "answer": "William Shatner", - "round": "Double Jeopardy!", - "show_number": "5639", - "fullAnswer": "William Shatner" - }, { "category": "THE ITALIAN RENAISSANCE", "air_date": "2009-02-26", @@ -1019649,16 +967379,6 @@ "show_number": "5639", "fullAnswer": "Thomas Mann" }, - { - "category": "BACK AT THE CBC", - "air_date": "2009-02-26", - "question": "(Alex delivers the clue from back at the CBC.) In 1967, the CBC international broadcast center was used by crews from all around the world who were here to report on this World's Fair", - "value": "$1600", - "answer": "Expo \\'67", - "round": "Double Jeopardy!", - "show_number": "5639", - "fullAnswer": "Expo \\'67" - }, { "category": "THE ITALIAN RENAISSANCE", "air_date": "2009-02-26", @@ -1019669,16 +967389,6 @@ "show_number": "5639", "fullAnswer": "Petrarch" }, - { - "category": "DOUBLE TALK", - "air_date": "2009-02-26", - "question": "(Sarah of the Clue Crew shows a picture on the monitor.) Mentioned by Jane Austen, a sunken fence designed to keep out animals but not ruin the view is called this, from the chuckle of surprise on noticing it", - "value": "$2000", - "answer": "ha-ha", - "round": "Double Jeopardy!", - "show_number": "5639", - "fullAnswer": "a ha-ha" - }, { "category": "HEADED FOR THE FINNISH LINE", "air_date": "2009-02-26", @@ -1019709,16 +967419,6 @@ "show_number": "5639", "fullAnswer": "Toni Morrison" }, - { - "category": "BACK AT THE CBC", - "air_date": "2009-02-26", - "question": "(Alex delivers the clue from back at the CBC.) Starting in 1978 on this Canadian comedy TV series, Eugene Levy began spoofing me as a wacky game show host called Alex Trebell

\"Good evening, everybody. Welcome to \"Half Wits\", the game show that's fun and at times extremely trying.\"", - "value": "$2000", - "answer": "SCTV", - "round": "Double Jeopardy!", - "show_number": "5639", - "fullAnswer": "SCTV" - }, { "category": "18th CENTURY SCIENTISTS", "air_date": "2009-02-26", @@ -1020334,7 +968034,7 @@ "air_date": "2000-12-05", "question": "The entire action of this Eugene O'Neill play takes place in 1850 at a New England farmhouse flanked by massive trees", "value": null, - "answer": "\\Desire Under The Elms\\", + "answer": "Desire Under The Elms", "round": "Final Jeopardy!", "show_number": "3742", "fullAnswer": "\\\"Desire Under The Elms\\\"" @@ -1020439,16 +968139,6 @@ "show_number": "5357", "fullAnswer": "Silver" }, - { - "category": "IS THIS HEAVEN?", - "air_date": "2007-12-18", - "question": "Short answer--yes; seen here is Hanauma Bay in this state", - "value": "$400", - "answer": "Hawaii", - "round": "Jeopardy!", - "show_number": "5357", - "fullAnswer": "Hawaii" - }, { "category": "NO, IT'S IOWA", "air_date": "2007-12-18", @@ -1020579,16 +968269,6 @@ "show_number": "5357", "fullAnswer": "the Hawkeyes" }, - { - "category": "WE HAVE THE TECHNOLOGY", - "air_date": "2007-12-18", - "question": "Named after its inventor, a large one of these coils can wirelessly power lights 50 feet away", - "value": "$1000", - "answer": "Tesla coil", - "round": "Jeopardy!", - "show_number": "5357", - "fullAnswer": "a Tesla coil" - }, { "category": "TOP 40 HITMAKERS", "air_date": "2007-12-18", @@ -1020619,16 +968299,6 @@ "show_number": "5357", "fullAnswer": "flash" }, - { - "category": "IS THIS HEAVEN?", - "air_date": "2007-12-18", - "question": "In 1935 Frank Lloyd Wright designed this house seen here", - "value": "$1000", - "answer": "Fallingwater", - "round": "Jeopardy!", - "show_number": "5357", - "fullAnswer": "Fallingwater" - }, { "category": "NO, IT'S IOWA", "air_date": "2007-12-18", @@ -1020809,16 +968479,6 @@ "show_number": "5357", "fullAnswer": "a clique" }, - { - "category": "ACTORS & THEIR ROLES", - "air_date": "2007-12-18", - "question": "(Sarah of the Clue Crew reports from a gym in Girls and Boys Town in Omaha, NE.) I'm at the spot where in a 1938 movie this actor, as Whitey Marsh, is elected mayor of Boys Town", - "value": "$1600", - "answer": "Mickey Rooney", - "round": "Double Jeopardy!", - "show_number": "5357", - "fullAnswer": "Mickey Rooney" - }, { "category": "SOVIET BLOC HEADS", "air_date": "2007-12-18", @@ -1021029,16 +968689,6 @@ "show_number": "5387", "fullAnswer": "a supermarket" }, - { - "category": "LET'S BUILD AN \"ARK\"", - "air_date": "2008-01-29", - "question": "It's the automotive item seen here", - "value": "$400", - "answer": "spark plug", - "round": "Jeopardy!", - "show_number": "5387", - "fullAnswer": "a spark plug" - }, { "category": "POETS & POETRY", "air_date": "2008-01-29", @@ -1021159,16 +968809,6 @@ "show_number": "5387", "fullAnswer": "Meadowlark" }, - { - "category": "POETS & POETRY", - "air_date": "2008-01-29", - "question": "Beloved poet seen here", - "value": "$1000", - "answer": "Edna St. Vincent Millay", - "round": "Jeopardy!", - "show_number": "5387", - "fullAnswer": "Edna St. Vincent Millay" - }, { "category": "TARZAN MOVIE REVIEW", "air_date": "2008-01-29", @@ -1021229,16 +968869,6 @@ "show_number": "5387", "fullAnswer": "Cincinnati" }, - { - "category": "LITTLE LEAGUE", - "air_date": "2008-01-29", - "question": "(Jimmy of the Clue Crew reports from the LIttle League Museum in Williamsport, PA) The winners were the Maynard Midgets from right here in Williamsport, & this trophy was used at the very first of these events.", - "value": "$400", - "answer": "Little League World Series", - "round": "Double Jeopardy!", - "show_number": "5387", - "fullAnswer": "the Little League World Series" - }, { "category": "ART-IFICIAL", "air_date": "2008-01-29", @@ -1021304,7 +968934,7 @@ "air_date": "2008-01-29", "question": "To try to stimulate trade, the Khedive of Egypt donated this obelisk to Central Park in the 1800s", "value": "$800", - "answer": "Cleopatra\\'s Needle", + "answer": "Cleopatra's Needle", "round": "Double Jeopardy!", "show_number": "5387", "fullAnswer": "Cleopatra\\'s Needle" @@ -1021349,16 +968979,6 @@ "show_number": "5387", "fullAnswer": "Cape Canaveral" }, - { - "category": "LITTLE LEAGUE", - "air_date": "2008-01-29", - "question": "(Jimmy of the Clue Crew reports from the LIttle League Museum in Williamsport, PA) The original Little League logo had an eagle. The current one features a baseball diamond inside this architectural shape that represents Pennsylvania, where Little League was founded", - "value": "$1200", - "answer": "keystone", - "round": "Double Jeopardy!", - "show_number": "5387", - "fullAnswer": "keystone" - }, { "category": "ART-IFICIAL", "air_date": "2008-01-29", @@ -1021469,16 +969089,6 @@ "show_number": "5387", "fullAnswer": "Corpus Christi" }, - { - "category": "LITTLE LEAGUE", - "air_date": "2008-01-29", - "question": "(Jon of the Clue Crew reports from the LIttle League Museum in Williamsport, PA.) In 1948 this rubber-cleated shoe from this sneaker's brand known for its \"They feel good\" slogan became the first product officially developed for Little League", - "value": "$2000", - "answer": "Keds", - "round": "Double Jeopardy!", - "show_number": "5387", - "fullAnswer": "Keds" - }, { "category": "ART-IFICIAL", "air_date": "2008-01-29", @@ -1021714,7 +969324,7 @@ "air_date": "2004-04-16", "question": "Norman Bel Geddes, father of actress Barbara, created the Futurama exhibit for this event that began in 1939", "value": "$800", - "answer": "New York World\\'s Fair", + "answer": "New York World's Fair", "round": "Jeopardy!", "show_number": "4525", "fullAnswer": "the New York World\\'s Fair" @@ -1022439,16 +970049,6 @@ "show_number": "4713", "fullAnswer": "lurch" }, - { - "category": "PITTSBURGH", - "air_date": "2005-02-16", - "question": "(Sarah of the Clue Crew reports from a lab.) I'm at a University of Pittsburgh campus building named for this doctor--it's where he did the research that led to the polio vaccine", - "value": "$400", - "answer": "Jonas Salk", - "round": "Double Jeopardy!", - "show_number": "4713", - "fullAnswer": "Jonas Salk" - }, { "category": "DIRECTORS' FIRST FEATURES", "air_date": "2005-02-16", @@ -1022499,16 +970099,6 @@ "show_number": "4713", "fullAnswer": "earned run average (earned runs average accepted)" }, - { - "category": "PITTSBURGH", - "air_date": "2005-02-16", - "question": "(Jimmy of the Clue Crew reports from an overlook.) I'm on Mt. Washington, looking down at the start of this river, which the French & English fought to control in the 1750s", - "value": "$800", - "answer": "Ohio", - "round": "Double Jeopardy!", - "show_number": "4713", - "fullAnswer": "the Ohio" - }, { "category": "DIRECTORS' FIRST FEATURES", "air_date": "2005-02-16", @@ -1022559,16 +970149,6 @@ "show_number": "4713", "fullAnswer": "yearning to breathe free" }, - { - "category": "PITTSBURGH", - "air_date": "2005-02-16", - "question": "(Jimmy of the Clue Crew reports from outside a brick ivy-covered wall.) Pittsburgh has preserved the outfield wall from this historic ballpark, where Honus Wagner & Willie Stargell roamed", - "value": "$1200", - "answer": "Forbes Field", - "round": "Double Jeopardy!", - "show_number": "4713", - "fullAnswer": "Forbes Field" - }, { "category": "DIRECTORS' FIRST FEATURES", "air_date": "2005-02-16", @@ -1022679,16 +970259,6 @@ "show_number": "4713", "fullAnswer": "The Importance of Being Earnest" }, - { - "category": "PITTSBURGH", - "air_date": "2005-02-16", - "question": "Henry Hobson Richardson designed the structure called this county's Courthouse & Jail", - "value": "$2000", - "answer": "Allegheny", - "round": "Double Jeopardy!", - "show_number": "4713", - "fullAnswer": "Allegheny" - }, { "category": "DIRECTORS' FIRST FEATURES", "air_date": "2005-02-16", @@ -1022744,7 +970314,7 @@ "air_date": "2005-02-16", "question": "This man who often criticized the government was named for the president elected in 1912, his birth year", "value": null, - "answer": "Woodrow Wilson \\Woody\\ Guthrie", + "answer": "Woodrow Wilson Woody Guthrie", "round": "Final Jeopardy!", "show_number": "4713", "fullAnswer": "Woodrow Wilson \\\"Woody\\\" Guthrie" @@ -1023529,16 +971099,6 @@ "show_number": "4912", "fullAnswer": "Thomas Paine" }, - { - "category": "\"GOOD\" & \"BAD\" SONGS", - "air_date": "2006-01-10", - "question": "1982 hit heard here

\"You don't drink, don't smoke/
What do you do?/
You don't drink, don't smoke/
What do you do?/
Subtle innuendos follow/
There must be something inside\"
", - "value": "$800", - "answer": "Goody Two Shoes", - "round": "Jeopardy!", - "show_number": "4912", - "fullAnswer": "\"Goody Two Shoes\"" - }, { "category": "NAME THAT MAJOR NEWSPAPER", "air_date": "2006-01-10", @@ -1023639,26 +971199,6 @@ "show_number": "4912", "fullAnswer": "a skirmish" }, - { - "category": "SOVIET MAN", - "air_date": "2006-01-10", - "question": "(Jimmy of the Clue Crew reports from Riga, Latvia.) Perhaps the U.S.S.R.'s greatest filmmaker, born in Riga in 1898, I'm in front of a building his father designed", - "value": "$400", - "answer": "Sergei Eisenstein", - "round": "Double Jeopardy!", - "show_number": "4912", - "fullAnswer": "Sergei Eisenstein" - }, - { - "category": "PIC-POURRI", - "air_date": "2006-01-10", - "question": "Place name that's on the brand we're showing", - "value": "$400", - "answer": "York", - "round": "Double Jeopardy!", - "show_number": "4912", - "fullAnswer": "York" - }, { "category": "WOMEN POETS", "air_date": "2006-01-10", @@ -1023709,16 +971249,6 @@ "show_number": "4912", "fullAnswer": "Berlin" }, - { - "category": "PIC-POURRI", - "air_date": "2006-01-10", - "question": "If you see these stones rolling around Colombia, pick them up; they're valuable", - "value": "$800", - "answer": "emeralds", - "round": "Double Jeopardy!", - "show_number": "4912", - "fullAnswer": "emeralds" - }, { "category": "WOMEN POETS", "air_date": "2006-01-10", @@ -1023759,26 +971289,6 @@ "show_number": "4912", "fullAnswer": "grandmother" }, - { - "category": "SOVIET MAN", - "air_date": "2006-01-10", - "question": "(Cheryl of the Clue Crew reports from the Red Square in Moscow, Russia while a memorable melody plays.) This composer of film and ballet scores was overshadowed when he died the same day as Stalin, March 5, 1953", - "value": "$1200", - "answer": "Prokofiev", - "round": "Double Jeopardy!", - "show_number": "4912", - "fullAnswer": "Prokofiev" - }, - { - "category": "PIC-POURRI", - "air_date": "2006-01-10", - "question": "Note there are no birds in the picture of this famous bird illustrator", - "value": "$1200", - "answer": "Audubon", - "round": "Double Jeopardy!", - "show_number": "4912", - "fullAnswer": "Audubon" - }, { "category": "WOMEN POETS", "air_date": "2006-01-10", @@ -1023829,16 +971339,6 @@ "show_number": "4912", "fullAnswer": "genetics" }, - { - "category": "PIC-POURRI", - "air_date": "2006-01-10", - "question": "In a popular kids' game, they're what's eaten by the hungry animal seen here", - "value": "$1600", - "answer": "marbles", - "round": "Double Jeopardy!", - "show_number": "4912", - "fullAnswer": "marbles" - }, { "category": "WOMEN POETS", "air_date": "2006-01-10", @@ -1023869,16 +971369,6 @@ "show_number": "4912", "fullAnswer": "calcium carbonate" }, - { - "category": "\"GRAND\" PRIX", - "air_date": "2006-01-10", - "question": "The J.M.W. Turner work seen here depicts this well-known location", - "value": "$1600", - "answer": "Grand Canal ", - "round": "Double Jeopardy!", - "show_number": "4912", - "fullAnswer": "the Grand Canal (in Venice)" - }, { "category": "SOVIET MAN", "air_date": "2006-01-10", @@ -1023889,16 +971379,6 @@ "show_number": "4912", "fullAnswer": "Lavrentiy Beria" }, - { - "category": "PIC-POURRI", - "air_date": "2006-01-10", - "question": "Trig books use this Greek letter to denote angle", - "value": "$2000", - "answer": "theta", - "round": "Double Jeopardy!", - "show_number": "4912", - "fullAnswer": "theta" - }, { "category": "WOMEN POETS", "air_date": "2006-01-10", @@ -1023919,16 +971399,6 @@ "show_number": "4912", "fullAnswer": "Joe Gibbs" }, - { - "category": "FORMULA 1", - "air_date": "2006-01-10", - "question": "The structure of methane is seen here; this is its familiar chemical formula", - "value": "$1,400", - "answer": "CH4", - "round": "Double Jeopardy!", - "show_number": "4912", - "fullAnswer": "CH4" - }, { "category": "\"GRAND\" PRIX", "air_date": "2006-01-10", @@ -1024054,7 +971524,7 @@ "air_date": "2006-05-01", "question": "The first Blockbuster Video store opened during this decade in Dallas, Texas", "value": "$400", - "answer": "\\'80s", + "answer": "'80s", "round": "Jeopardy!", "show_number": "4991", "fullAnswer": "the \\'80s" @@ -1024129,16 +971599,6 @@ "show_number": "4991", "fullAnswer": "oats" }, - { - "category": "ON, WISCONSIN!", - "air_date": "2006-05-01", - "question": "Proceeds from this woman's calendars went to the University of Wisconsin Medical Center to fight cancer", - "value": "$800", - "answer": "Crawford", - "round": "Jeopardy!", - "show_number": "4991", - "fullAnswer": "(Cindy) Crawford" - }, { "category": "TV PERFORMERS BY ROLE", "air_date": "2006-05-01", @@ -1024249,16 +971709,6 @@ "show_number": "4991", "fullAnswer": "URL" }, - { - "category": "EARLY AMERICA", - "air_date": "2006-05-01", - "question": "(Jon of the Clue Crew reads from Strawberry Banke in Portsmouth, NH.) In 1766, citizens of Portsmouth demonstrated in these streets against this much-despised British act that even taxed playing cards", - "value": "$400", - "answer": "Stamp Act", - "round": "Double Jeopardy!", - "show_number": "4991", - "fullAnswer": "the Stamp Act" - }, { "category": "CHAMPS OF THE SQUARE CIRCLE", "air_date": "2006-05-01", @@ -1024369,16 +971819,6 @@ "show_number": "4991", "fullAnswer": "corporeal" }, - { - "category": "EARLY AMERICA", - "air_date": "2006-05-01", - "question": "(Jon of the Clue Crew reads from Strawberry Banke in Portsmouth, NH.) The shipping of goods such as flour & wine, vital to cities like Portsmouth, depended on the skill of the men with this job of making barrels", - "value": "$1200", - "answer": "cooper", - "round": "Double Jeopardy!", - "show_number": "4991", - "fullAnswer": "a cooper" - }, { "category": "CHAMPS OF THE SQUARE CIRCLE", "air_date": "2006-05-01", @@ -1024489,16 +971929,6 @@ "show_number": "4991", "fullAnswer": "malice aforethought" }, - { - "category": "EARLY AMERICA", - "air_date": "2006-05-01", - "question": "(Cheryl of the Clue Crew reads from Strawberry Banke in Portsmouth, NH.) This tavern, opened in Portsmouth in 1766, was named for this British prime minister, a defender of the colonists in Parliament", - "value": "$2000", - "answer": "Pitt ", - "round": "Double Jeopardy!", - "show_number": "4991", - "fullAnswer": "Pitt (the Elder)" - }, { "category": "CHAMPS OF THE SQUARE CIRCLE", "air_date": "2006-05-01", @@ -1024609,16 +972039,6 @@ "show_number": "3918", "fullAnswer": "Western Union" }, - { - "category": "THE NEW YORK TIMES CROSSWORD CLUES \"O\"", - "air_date": "2001-09-19", - "question": "56 DOWN:
Woodwind
(4)
", - "value": "$100", - "answer": "oboe", - "round": "Jeopardy!", - "show_number": "3918", - "fullAnswer": "oboe" - }, { "category": "THE 13 COLONIES", "air_date": "2001-09-19", @@ -1024669,16 +972089,6 @@ "show_number": "3918", "fullAnswer": "pulse" }, - { - "category": "THE NEW YORK TIMES CROSSWORD CLUES \"O\"", - "air_date": "2001-09-19", - "question": "58 DOWN:
Spoken
(4)
", - "value": "$200", - "answer": "oral", - "round": "Jeopardy!", - "show_number": "3918", - "fullAnswer": "oral" - }, { "category": "THE 13 COLONIES", "air_date": "2001-09-19", @@ -1024729,16 +972139,6 @@ "show_number": "3918", "fullAnswer": "the FCC" }, - { - "category": "THE NEW YORK TIMES CROSSWORD CLUES \"O\"", - "air_date": "2001-09-19", - "question": "45 ACROSS:
___ Navy (store)
(3)
", - "value": "$300", - "answer": "Old", - "round": "Jeopardy!", - "show_number": "3918", - "fullAnswer": "Old" - }, { "category": "THE 13 COLONIES", "air_date": "2001-09-19", @@ -1024779,16 +972179,6 @@ "show_number": "3918", "fullAnswer": "Edison" }, - { - "category": "THE NEW YORK TIMES CROSSWORD CLUES \"O\"", - "air_date": "2001-09-19", - "question": "10 DOWN:
A must-do
(10)
", - "value": "$400", - "answer": "obligation", - "round": "Jeopardy!", - "show_number": "3918", - "fullAnswer": "obligation" - }, { "category": "THE 13 COLONIES", "air_date": "2001-09-19", @@ -1024829,16 +972219,6 @@ "show_number": "3918", "fullAnswer": "(Thomas) Watson" }, - { - "category": "THE NEW YORK TIMES CROSSWORD CLUES \"O\"", - "air_date": "2001-09-19", - "question": "33 ACROSS:
Electrician's mantra
(3)
", - "value": "$500", - "answer": "ohm", - "round": "Jeopardy!", - "show_number": "3918", - "fullAnswer": "ohm" - }, { "category": "STATE CAPITALS", "air_date": "2001-09-19", @@ -1025019,16 +972399,6 @@ "show_number": "3918", "fullAnswer": "Montgomery, Alabama" }, - { - "category": "LITTLE ROCK", - "air_date": "2001-09-19", - "question": "Archeological term for a piece of stone like this one removed from a larger core, the basis of ancient stone toolmaking", - "value": "$800", - "answer": "flake", - "round": "Double Jeopardy!", - "show_number": "3918", - "fullAnswer": "a flake" - }, { "category": "BISMARCK", "air_date": "2001-09-19", @@ -1025089,26 +972459,6 @@ "show_number": "3918", "fullAnswer": "the gizzard" }, - { - "category": "BISMARCK", - "air_date": "2001-09-19", - "question": "The 1890 cartoon seen here shows Bismarck & this man who dismissed him", - "value": "$1000", - "answer": "Kaiser William II", - "round": "Double Jeopardy!", - "show_number": "3918", - "fullAnswer": "Kaiser William II" - }, - { - "category": "NASHVILLE", - "air_date": "2001-09-19", - "question": "As you might gather from their name, the members of this group heard here hail from Texas

\"I don't know why you do what you do /
I'm so in love with you...\"
", - "value": "$1000", - "answer": "Lonestar", - "round": "Double Jeopardy!", - "show_number": "3918", - "fullAnswer": "Lonestar" - }, { "category": "COLUMBIA", "air_date": "2001-09-19", @@ -1025474,7 +972824,7 @@ "air_date": "1999-11-04", "question": "Pick up a burger at this chain that Dave Thomas named for his freckle-faced, red-haired daughter", "value": "$200", - "answer": "Wendy\\'s", + "answer": "Wendy's", "round": "Double Jeopardy!", "show_number": "3489", "fullAnswer": "Wendy\\'s" @@ -1025524,7 +972874,7 @@ "air_date": "1999-11-04", "question": "In this Mark Twain story, a mechanic is knocked unconscious in a fight & awakens in Camelot in 528 A.D.", "value": "$400", - "answer": "A Connecticut Yankee in King Arthur\\'s Court", + "answer": "A Connecticut Yankee in King Arthur's Court", "round": "Double Jeopardy!", "show_number": "3489", "fullAnswer": "\"A Connecticut Yankee in King Arthur\\'s Court\"" @@ -1025959,16 +973309,6 @@ "show_number": "5859", "fullAnswer": "Young & Restless (or Bold & Beautiful)" }, - { - "category": "CHEERY \"O\"s", - "air_date": "2010-02-18", - "question": "The cheerful sound of this simple wind instrument is heard here", - "value": "$800", - "answer": "ocarina", - "round": "Jeopardy!", - "show_number": "5859", - "fullAnswer": "an ocarina" - }, { "category": "CALI-FUN-ICATION", "air_date": "2010-02-18", @@ -1026104,7 +973444,7 @@ "air_date": "2010-02-18", "question": "The spokescharacter for this cereal is the skipper of the Guppy", "value": "$800", - "answer": "Cap\\'n Crunch", + "answer": "Cap'n Crunch", "round": "Double Jeopardy!", "show_number": "5859", "fullAnswer": "Cap\\'n Crunch" @@ -1026289,16 +973629,6 @@ "show_number": "5859", "fullAnswer": "Chef Boyardee" }, - { - "category": "HYPHENATES", - "air_date": "2010-02-18", - "question": "This American woman is seen here with the tools of her trade", - "value": "$2000", - "answer": "Margaret Bourke-White", - "round": "Double Jeopardy!", - "show_number": "5859", - "fullAnswer": "Margaret Bourke-White" - }, { "category": "SOUTH AMERICAN COUNTRIES", "air_date": "2010-02-18", @@ -1026484,7 +973814,7 @@ "air_date": "1998-02-02", "question": "(VIDEO Daily Double):
In 1997 this film \"married\" itself to the hit list (Take a look):
\"You're not up for anything conventional, or anything that's assumed to be a female priority, including marriage, romance...\"", "value": "$500", - "answer": "My Best Friend\\'s Wedding", + "answer": "My Best Friend's Wedding", "round": "Jeopardy!", "show_number": "3096", "fullAnswer": "\"My Best Friend\\'s Wedding\"" @@ -1026534,7 +973864,7 @@ "air_date": "1998-02-02", "question": "This self-help group's first meeting was held in L.A. on Sept. 13, 1957, but we can't tell you who was there", "value": "$400", - "answer": "Gamblers\\' Anonymous", + "answer": "Gamblers' Anonymous", "round": "Jeopardy!", "show_number": "3096", "fullAnswer": "Gamblers\\' Anonymous" @@ -1026574,7 +973904,7 @@ "air_date": "1998-02-02", "question": "Nelson Algren advised, \"Never play cards with a man called Doc. Never eat at a place called\" this", "value": "$500", - "answer": "Mom\\'s", + "answer": "Mom's", "round": "Jeopardy!", "show_number": "3096", "fullAnswer": "Mom\\'s" @@ -1026879,16 +974209,6 @@ "show_number": "3096", "fullAnswer": "Berlin" }, - { - "category": "GOODBYE TO 1997", - "air_date": "1998-02-02", - "question": "This MTV star got a journalism fellowship from Stanford to study \"The Transformation of Storytelling\"", - "value": "$1000", - "answer": "Tabitha Soren", - "round": "Double Jeopardy!", - "show_number": "3096", - "fullAnswer": "Tabitha Soren" - }, { "category": "AROUND THE WORLD", "air_date": "1998-02-02", @@ -1026949,16 +974269,6 @@ "show_number": "5901", "fullAnswer": "the U.S. Senate" }, - { - "category": "WEBSITE NAME ABBREVIATIONS", - "air_date": "2010-04-19", - "question": "Booksellers:
bn.com", - "value": "$200", - "answer": "Barnes & Noble", - "round": "Jeopardy!", - "show_number": "5901", - "fullAnswer": "Barnes & Noble" - }, { "category": "19th CENTURY BUSINESSMEN", "air_date": "2010-04-19", @@ -1027009,16 +974319,6 @@ "show_number": "5901", "fullAnswer": "the Space Shuttle" }, - { - "category": "WEBSITE NAME ABBREVIATIONS", - "air_date": "2010-04-19", - "question": "A provider of service for millions:
aol.com", - "value": "$400", - "answer": "America Online", - "round": "Jeopardy!", - "show_number": "5901", - "fullAnswer": "America Online" - }, { "category": "19th CENTURY BUSINESSMEN", "air_date": "2010-04-19", @@ -1027029,16 +974329,6 @@ "show_number": "5901", "fullAnswer": "(John D.) Rockefeller" }, - { - "category": "\"CL\"UE ME IN", - "air_date": "2010-04-19", - "question": "It's the name & shape of the highway interchange seen here", - "value": "$400", - "answer": "cloverleaf", - "round": "Jeopardy!", - "show_number": "5901", - "fullAnswer": "a cloverleaf" - }, { "category": "ART FOR ART'S SAKE!", "air_date": "2010-04-19", @@ -1027069,16 +974359,6 @@ "show_number": "5901", "fullAnswer": "Elvis Presley" }, - { - "category": "WEBSITE NAME ABBREVIATIONS", - "air_date": "2010-04-19", - "question": "Wolf & Coop give us the scoop:
cnn.com", - "value": "$600", - "answer": "Cable News Network", - "round": "Jeopardy!", - "show_number": "5901", - "fullAnswer": "Cable News Network" - }, { "category": "19th CENTURY BUSINESSMEN", "air_date": "2010-04-19", @@ -1027099,16 +974379,6 @@ "show_number": "5901", "fullAnswer": "cling (or clingstone)" }, - { - "category": "ART FOR ART'S SAKE!", - "air_date": "2010-04-19", - "question": "The crushing foot used in this TV show's opening is from Bronzino's 1545 painting, \"An Allegory with Venus and Cupid\"", - "value": "$600", - "answer": "Monty Python\\'s Flying Circus", - "round": "Jeopardy!", - "show_number": "5901", - "fullAnswer": "Monty Python\\'s Flying Circus" - }, { "category": "BOGEY MEN", "air_date": "2010-04-19", @@ -1027129,16 +974399,6 @@ "show_number": "5901", "fullAnswer": "Goldwater" }, - { - "category": "WEBSITE NAME ABBREVIATIONS", - "air_date": "2010-04-19", - "question": "For celluloid lovers:
imdb.com", - "value": "$800", - "answer": "Internet Movie Database", - "round": "Jeopardy!", - "show_number": "5901", - "fullAnswer": "the Internet Movie Database" - }, { "category": "19th CENTURY BUSINESSMEN", "air_date": "2010-04-19", @@ -1027189,16 +974449,6 @@ "show_number": "5901", "fullAnswer": "cotton" }, - { - "category": "WEBSITE NAME ABBREVIATIONS", - "air_date": "2010-04-19", - "question": "Take stock of your stocks:
wsj.com", - "value": "$1000", - "answer": "Wall Street Journal", - "round": "Jeopardy!", - "show_number": "5901", - "fullAnswer": "Wall Street Journal" - }, { "category": "19th CENTURY BUSINESSMEN", "air_date": "2010-04-19", @@ -1027209,16 +974459,6 @@ "show_number": "5901", "fullAnswer": "Carnegie" }, - { - "category": "\"CL\"UE ME IN", - "air_date": "2010-04-19", - "question": "(Kelly of the Clue Crew reports from Hostal dos Reis Catolicos, Spain.) Santiago de Compostela's Hostal dos Reis Catolicos is famous for its courtyards, known as these places of seclusion, from the Latin for \"to close\"", - "value": "$1000", - "answer": "cloisters", - "round": "Jeopardy!", - "show_number": "5901", - "fullAnswer": "cloisters" - }, { "category": "ART FOR ART'S SAKE!", "air_date": "2010-04-19", @@ -1027249,16 +974489,6 @@ "show_number": "5901", "fullAnswer": "Ginsberg" }, - { - "category": "BIRTH MONTH FLOWERS", - "air_date": "2010-04-19", - "question": "Every month has a birthstone as well as a birth flower; January has this one", - "value": "$400", - "answer": "carnation", - "round": "Double Jeopardy!", - "show_number": "5901", - "fullAnswer": "the carnation" - }, { "category": "CLASSICAL SOUND EFFECTS", "air_date": "2010-04-19", @@ -1027299,16 +974529,6 @@ "show_number": "5901", "fullAnswer": "Housman" }, - { - "category": "BIRTH MONTH FLOWERS", - "air_date": "2010-04-19", - "question": "March gives you the option of the jonquil or this flower, with which it is often confused", - "value": "$800", - "answer": "daffodil", - "round": "Double Jeopardy!", - "show_number": "5901", - "fullAnswer": "the daffodil" - }, { "category": "CLASSICAL SOUND EFFECTS", "air_date": "2010-04-19", @@ -1027349,26 +974569,6 @@ "show_number": "5901", "fullAnswer": "Oliver Wendell Holmes" }, - { - "category": "BIRTH MONTH FLOWERS", - "air_date": "2010-04-19", - "question": "Choices for August include this flower; don't fall asleep in a field of them", - "value": "$1200", - "answer": "poppies", - "round": "Double Jeopardy!", - "show_number": "5901", - "fullAnswer": "poppies" - }, - { - "category": "CLASSICAL SOUND EFFECTS", - "air_date": "2010-04-19", - "question": "The title of Richard Strauss' \"Ein Heldenleben\" means this person's \"life\"; we hear his enemies carp & snarl", - "value": "$1200", - "answer": "hero", - "round": "Double Jeopardy!", - "show_number": "5901", - "fullAnswer": "hero" - }, { "category": "3-LETTER WORDS", "air_date": "2010-04-19", @@ -1027399,16 +974599,6 @@ "show_number": "5901", "fullAnswer": "Petrarch" }, - { - "category": "BIRTH MONTH FLOWERS", - "air_date": "2010-04-19", - "question": "For February, you can choose this flower whose color matches the month's birthstone", - "value": "$1600", - "answer": "violet", - "round": "Double Jeopardy!", - "show_number": "5901", - "fullAnswer": "the violet" - }, { "category": "CLASSICAL SOUND EFFECTS", "air_date": "2010-04-19", @@ -1027449,26 +974639,6 @@ "show_number": "5901", "fullAnswer": "Edna St. Vincent Millay" }, - { - "category": "BIRTH MONTH FLOWERS", - "air_date": "2010-04-19", - "question": "As Popeye's adopted baby could tell you, April brings this flower", - "value": "$2000", - "answer": "sweet pea", - "round": "Double Jeopardy!", - "show_number": "5901", - "fullAnswer": "the sweet pea" - }, - { - "category": "CLASSICAL SOUND EFFECTS", - "air_date": "2010-04-19", - "question": "The atmospheric Strauss polka heard here; it's \"Unter Donner und Blitz\" in German", - "value": "$2000", - "answer": "Thunder and Lightning Polka", - "round": "Double Jeopardy!", - "show_number": "5901", - "fullAnswer": "the \"Thunder and Lightning\" Polka" - }, { "category": "3-LETTER WORDS", "air_date": "2010-04-19", @@ -1028184,7 +975354,7 @@ "air_date": "2009-07-22", "question": "Former astronaut James Irwin launched several expeditions in hopes of finding this on Mount Ararat", "value": "$400", - "answer": "Noah\\'s Ark", + "answer": "Noah's Ark", "round": "Jeopardy!", "show_number": "5743", "fullAnswer": "Noah\\'s Ark" @@ -1028269,16 +975439,6 @@ "show_number": "5743", "fullAnswer": "$75" }, - { - "category": "THE SCARLET LETTERS", - "air_date": "2009-07-22", - "question": "The name of this gem precedes \"throated hummingbird\", as seen here", - "value": "$600", - "answer": "ruby", - "round": "Jeopardy!", - "show_number": "5743", - "fullAnswer": "ruby" - }, { "category": "CLASSIC LIT", "air_date": "2009-07-22", @@ -1028429,16 +975589,6 @@ "show_number": "5743", "fullAnswer": "21" }, - { - "category": "ALPHABETICA", - "air_date": "2009-07-22", - "question": "This type of writing system evolved for the purpose of taking dictation", - "value": "$400", - "answer": "shorthand", - "round": "Double Jeopardy!", - "show_number": "5743", - "fullAnswer": "shorthand" - }, { "category": "NATURE STUDY", "air_date": "2009-07-22", @@ -1028489,16 +975639,6 @@ "show_number": "5743", "fullAnswer": "44" }, - { - "category": "ALPHABETICA", - "air_date": "2009-07-22", - "question": "Seen here, it's usually heard", - "value": "$800", - "answer": "Morse code", - "round": "Double Jeopardy!", - "show_number": "5743", - "fullAnswer": "Morse code" - }, { "category": "NATURE STUDY", "air_date": "2009-07-22", @@ -1028549,16 +975689,6 @@ "show_number": "5743", "fullAnswer": "70" }, - { - "category": "ALPHABETICA", - "air_date": "2009-07-22", - "question": "The word for \"alphabet\" is seen here in this alphabet, in use since the 5th century B.C.", - "value": "$1200", - "answer": "Hebrew", - "round": "Double Jeopardy!", - "show_number": "5743", - "fullAnswer": "Hebrew" - }, { "category": "NATURE STUDY", "air_date": "2009-07-22", @@ -1028609,16 +975739,6 @@ "show_number": "5743", "fullAnswer": "36" }, - { - "category": "ALPHABETICA", - "air_date": "2009-07-22", - "question": "The Hittites borrowed this wedgy alphabetic system from the Babylonians; hope they gave it back", - "value": "$1600", - "answer": "cuneiform", - "round": "Double Jeopardy!", - "show_number": "5743", - "fullAnswer": "cuneiform" - }, { "category": "NATURE STUDY", "air_date": "2009-07-22", @@ -1028669,16 +975789,6 @@ "show_number": "5743", "fullAnswer": "60" }, - { - "category": "ALPHABETICA", - "air_date": "2009-07-22", - "question": "Despite its name, it's also used in a wide region of Asia & Africa", - "value": "$2000", - "answer": "Arabic", - "round": "Double Jeopardy!", - "show_number": "5743", - "fullAnswer": "Arabic" - }, { "category": "NATURE STUDY", "air_date": "2009-07-22", @@ -1028689,16 +975799,6 @@ "show_number": "5743", "fullAnswer": "fer-de-lance" }, - { - "category": "GIMME AN \"H\"", - "air_date": "2009-07-22", - "question": "(Kelly of the Clue Crew delivers the clue from the Plaza de Quintana in Spain.) Here, at the Plaza de Quintana, one of the main portals into the cathedral of Santiago de Compostela is only opened during one of these years, also known as the jubilee", - "value": "$2000", - "answer": "Holy Year", - "round": "Double Jeopardy!", - "show_number": "5743", - "fullAnswer": "a Holy Year" - }, { "category": "19th CENTURY PRESIDENTS", "air_date": "2009-07-22", @@ -1029204,7 +976304,7 @@ "air_date": "1993-07-09", "question": "In its homeland this choral group is known as Wiener Sangerknaben", "value": "$2,500", - "answer": "Vienna Boys\\' Choir", + "answer": "Vienna Boys' Choir", "round": "Double Jeopardy!", "show_number": "2055", "fullAnswer": "the Vienna Boys\\' Choir" @@ -1030509,16 +977609,6 @@ "show_number": "3932", "fullAnswer": "Margaret Mitchell (\\\"Gone with the Wind\\\")" }, - { - "category": "STATE OF THE UNION", - "air_date": "2005-12-26", - "question": "It wasn't until around 1805 that white explorers first glimpsed this state", - "value": "$200", - "answer": "Idaho", - "round": "Jeopardy!", - "show_number": "4901", - "fullAnswer": "Idaho" - }, { "category": "DREAD MAN WALKING", "air_date": "2005-12-26", @@ -1030529,16 +977619,6 @@ "show_number": "4901", "fullAnswer": "Bob Marley" }, - { - "category": "FALL DOWN GO BOOM!", - "air_date": "2005-12-26", - "question": "This sandy Vegas hotel is seen here going bust in 1993", - "value": "$200", - "answer": "Dunes", - "round": "Jeopardy!", - "show_number": "4901", - "fullAnswer": "the Dunes" - }, { "category": "WHAT'S UP, PEDIATRICIAN?", "air_date": "2005-12-26", @@ -1030569,16 +977649,6 @@ "show_number": "4901", "fullAnswer": "pulp" }, - { - "category": "STATE OF THE UNION", - "air_date": "2005-12-26", - "question": "Its name comes from a Native American word meaning \"near the great hill\"", - "value": "$400", - "answer": "Massachusetts", - "round": "Jeopardy!", - "show_number": "4901", - "fullAnswer": "Massachusetts" - }, { "category": "DREAD MAN WALKING", "air_date": "2005-12-26", @@ -1030589,16 +977659,6 @@ "show_number": "4901", "fullAnswer": "Milli Vanilli" }, - { - "category": "FALL DOWN GO BOOM!", - "air_date": "2005-12-26", - "question": "Built in 1975 but never formally occupied, the Hilton in this capital of Lebanon is seen coming down in July 2002", - "value": "$400", - "answer": "Beirut", - "round": "Jeopardy!", - "show_number": "4901", - "fullAnswer": "Beirut" - }, { "category": "WHAT'S UP, PEDIATRICIAN?", "air_date": "2005-12-26", @@ -1030629,16 +977689,6 @@ "show_number": "4901", "fullAnswer": "pure" }, - { - "category": "STATE OF THE UNION", - "air_date": "2005-12-26", - "question": "Numerous Revolutionary War battles were fought in this state", - "value": "$600", - "answer": "New York", - "round": "Jeopardy!", - "show_number": "4901", - "fullAnswer": "New York" - }, { "category": "DREAD MAN WALKING", "air_date": "2005-12-26", @@ -1030649,16 +977699,6 @@ "show_number": "4901", "fullAnswer": "Sideshow Bob" }, - { - "category": "FALL DOWN GO BOOM!", - "air_date": "2005-12-26", - "question": "In 2004, Greg \"The Bull\" Luzinski set off the final bull blast at Veterans Stadium in this city", - "value": "$600", - "answer": "Philadelphia", - "round": "Jeopardy!", - "show_number": "4901", - "fullAnswer": "Philadelphia" - }, { "category": "WHAT'S UP, PEDIATRICIAN?", "air_date": "2005-12-26", @@ -1030689,16 +977729,6 @@ "show_number": "4901", "fullAnswer": "concentrated" }, - { - "category": "STATE OF THE UNION", - "air_date": "2005-12-26", - "question": "Famed for coal mining, it's home to very few stretches of flat land", - "value": "$800", - "answer": "West Virginia", - "round": "Jeopardy!", - "show_number": "4901", - "fullAnswer": "West Virginia" - }, { "category": "DREAD MAN WALKING", "air_date": "2005-12-26", @@ -1030709,16 +977739,6 @@ "show_number": "4901", "fullAnswer": "Lenny Kravitz" }, - { - "category": "FALL DOWN GO BOOM!", - "air_date": "2005-12-26", - "question": "The most buildings shot in a single-implosion sequence record, shown here, was set in this Puerto Rican city in 1998", - "value": "$800", - "answer": "San Juan", - "round": "Jeopardy!", - "show_number": "4901", - "fullAnswer": "San Juan" - }, { "category": "WHAT'S UP, PEDIATRICIAN?", "air_date": "2005-12-26", @@ -1030749,16 +977769,6 @@ "show_number": "4901", "fullAnswer": "essential" }, - { - "category": "STATE OF THE UNION", - "air_date": "2005-12-26", - "question": "One of the two states with similar, very unhip outlines seen here", - "value": "$1000", - "answer": "Wyoming ", - "round": "Jeopardy!", - "show_number": "4901", - "fullAnswer": "Wyoming (or Colorado)" - }, { "category": "DREAD MAN WALKING", "air_date": "2005-12-26", @@ -1030769,16 +977779,6 @@ "show_number": "4901", "fullAnswer": "Counting Crows" }, - { - "category": "FALL DOWN GO BOOM!", - "air_date": "2005-12-26", - "question": "In 1998, the 2.2-million-square-foot Hudson's Department Store was taken down in this Midwest U.S. city", - "value": "$1000", - "answer": "Detroit", - "round": "Jeopardy!", - "show_number": "4901", - "fullAnswer": "Detroit" - }, { "category": "WHAT'S UP, PEDIATRICIAN?", "air_date": "2005-12-26", @@ -1030804,7 +977804,7 @@ "air_date": "2005-12-26", "question": "This orange juice- & rum-based cocktail could be called a \"southern farmer's left jab\"", "value": "$1000", - "answer": "planter\\'s punch", + "answer": "planter's punch", "round": "Jeopardy!", "show_number": "4901", "fullAnswer": "planter\\'s punch" @@ -1030814,7 +977814,7 @@ "air_date": "2005-12-26", "question": "In 1895 this queen was imprisoned in Hawaii's Iolani Palace, where she once ruled", "value": "$400", - "answer": "Lili\\'uokalani", + "answer": "Lili'uokalani", "round": "Double Jeopardy!", "show_number": "4901", "fullAnswer": "Lili\\'uokalani" @@ -1031114,7 +978114,7 @@ "air_date": "2008-05-16", "question": "Ellen Pompeo plays one of the healers in training on this drama", "value": "$200", - "answer": "Grey\\'s Anatomy", + "answer": "Grey's Anatomy", "round": "Jeopardy!", "show_number": "5465", "fullAnswer": "Grey\\'s Anatomy" @@ -1031329,16 +978329,6 @@ "show_number": "5465", "fullAnswer": "the Philistines" }, - { - "category": "POTPOURRI", - "air_date": "2008-05-16", - "question": "(Kelly of the Clue Crew indicates a diagram on the monitor.) Instead of running around the curve, save strides & run this straight line that touches the curve, from the Latin for \"to touch\"", - "value": "$1000", - "answer": "tangent", - "round": "Jeopardy!", - "show_number": "5465", - "fullAnswer": "a tangent" - }, { "category": "WORD ORIGINS", "air_date": "2008-05-16", @@ -1031379,16 +978369,6 @@ "show_number": "5465", "fullAnswer": "FDR" }, - { - "category": "HAPPY MADISON", - "air_date": "2008-05-16", - "question": "(Adam Sandler delivers the clue.) The name of my production company, Happy Madison, comes from the titles of these 2 movies I starred in", - "value": "$400", - "answer": "Happy Gilmore & Billy Madison", - "round": "Double Jeopardy!", - "show_number": "5465", - "fullAnswer": "Happy Gilmore & Billy Madison" - }, { "category": "WHAT'S WRONG WITH ME?", "air_date": "2008-05-16", @@ -1031439,26 +978419,6 @@ "show_number": "5465", "fullAnswer": "(Jimmy) Carter" }, - { - "category": "HAPPY MADISON", - "air_date": "2008-05-16", - "question": "(Adam delivers the clue again.) Drew Barrymore has problems remembering the name of this 2004 movie we starred in that's set in Hawaii", - "value": "$800", - "answer": "50 First Dates", - "round": "Double Jeopardy!", - "show_number": "5465", - "fullAnswer": "50 First Dates" - }, - { - "category": "WHAT'S WRONG WITH ME?", - "air_date": "2008-05-16", - "question": "(Cheryl of the Clue Crew explains a diagram of the human eye.) In the normal eye, the focal point of light is on the retina; in hypermitropia, it's behind the retina; in this opposite condition, it's in front of the retina", - "value": "$800", - "answer": "myopia ", - "round": "Double Jeopardy!", - "show_number": "5465", - "fullAnswer": "myopia (or nearsightedness)" - }, { "category": "LET'S GO TO THE BALLET", "air_date": "2008-05-16", @@ -1031499,16 +978459,6 @@ "show_number": "5465", "fullAnswer": "George Herbert Walker Bush" }, - { - "category": "HAPPY MADISON", - "air_date": "2008-05-16", - "question": "(Adam Sandler delivers the clue.) In my new movie \"You Don't Mess With The Zohan\", I play an intelligence agent from this country founded in 1948 who fakes his death to be a hairdresser", - "value": "$1200", - "answer": "Israel", - "round": "Double Jeopardy!", - "show_number": "5465", - "fullAnswer": "Israel" - }, { "category": "WHAT'S WRONG WITH ME?", "air_date": "2008-05-16", @@ -1031559,16 +978509,6 @@ "show_number": "5465", "fullAnswer": "Woodrow Wilson" }, - { - "category": "HAPPY MADISON", - "air_date": "2008-05-16", - "question": "(Adam Sandler delivers the clue.) We produced this 2006 baseball bully revenge movie that starred my friends Rob Schneider, David Spade & Jon Heder", - "value": "$1600", - "answer": "Benchwarmers", - "round": "Double Jeopardy!", - "show_number": "5465", - "fullAnswer": "The Benchwarmers" - }, { "category": "WHAT'S WRONG WITH ME?", "air_date": "2008-05-16", @@ -1031619,16 +978559,6 @@ "show_number": "5465", "fullAnswer": "Ulysses Grant" }, - { - "category": "HAPPY MADISON", - "air_date": "2008-05-16", - "question": "(Adam Sandler delivers the clue.) Happy Madison's first feature film was this 1999 comedy that saw Rob Schneider go out on a date with a narcoleptic girl", - "value": "$2000", - "answer": "Deuce Bigalow: Male Gigolo", - "round": "Double Jeopardy!", - "show_number": "5465", - "fullAnswer": "Deuce Bigalow: Male Gigolo" - }, { "category": "WHAT'S WRONG WITH ME?", "air_date": "2008-05-16", @@ -1031649,22 +978579,12 @@ "show_number": "5465", "fullAnswer": "Rodeo" }, - { - "category": "FIGHT SONGS", - "air_date": "2008-05-16", - "question": "Fight! Fight! Fight! For the blue and white! We will resist the Russian bear! Fight on!", - "value": "$2000", - "answer": "Finland", - "round": "Double Jeopardy!", - "show_number": "5465", - "fullAnswer": "Finland" - }, { "category": "SLANGUAGE", "air_date": "2008-05-16", "question": "An \"empty chair interview\" occurred on NPR when this \"No Spin\" guy walked off before the end of the show", "value": "$2000", - "answer": "Bill O\\'Reilly", + "answer": "Bill O'Reilly", "round": "Double Jeopardy!", "show_number": "5465", "fullAnswer": "Bill O\\'Reilly" @@ -1031704,7 +978624,7 @@ "air_date": "1999-05-10", "question": "Matthew Broderick & 2 friends skip school & roam around Chicago in this 1986 comedy", "value": "$100", - "answer": "Ferris Bueller\\'s Day Off", + "answer": "Ferris Bueller's Day Off", "round": "Jeopardy!", "show_number": "3391", "fullAnswer": "Ferris Bueller\\'s Day Off" @@ -1032289,16 +979209,6 @@ "show_number": "3391", "fullAnswer": "Italy" }, - { - "category": "HANS CHRISTIAN ANDERSEN", - "air_date": "2005-10-25", - "question": "(Kelly of the Clue Crew reads from the statue of The Little Mermaid in Copenhagen, Denmark.) In the original story, the prince never knew how much the Little Mermaid loved him because the Sea Witch had taken this away", - "value": "$200", - "answer": "her voice", - "round": "Jeopardy!", - "show_number": "4857", - "fullAnswer": "her voice" - }, { "category": "ABBA-SOLUTELY FABULOUS", "air_date": "2005-10-25", @@ -1032379,16 +979289,6 @@ "show_number": "4857", "fullAnswer": "Debbie" }, - { - "category": "THE BRADY BRUNCH", - "air_date": "2005-10-25", - "question": "A hungry Peter keeps mentioning these & applesauce, sweetheart (like in one famous episode)", - "value": "$400", - "answer": "pork chops", - "round": "Jeopardy!", - "show_number": "4857", - "fullAnswer": "pork chops" - }, { "category": "SPEECH! SPEECH!", "air_date": "2005-10-25", @@ -1032409,16 +979309,6 @@ "show_number": "4857", "fullAnswer": "a silent auction" }, - { - "category": "HANS CHRISTIAN ANDERSEN", - "air_date": "2005-10-25", - "question": "(Jon of the Clue Crew reads from Nyhavn, Denmark.) Hans Christian Andersen lived at several addresses here in Nyhavn, a nautical neighborhood whose name means \"new\" this", - "value": "$600", - "answer": "harbor", - "round": "Jeopardy!", - "show_number": "4857", - "fullAnswer": "harbor" - }, { "category": "ABBA-SOLUTELY FABULOUS", "air_date": "2005-10-25", @@ -1032529,16 +979419,6 @@ "show_number": "4857", "fullAnswer": "Silent Movie" }, - { - "category": "HANS CHRISTIAN ANDERSEN", - "air_date": "2005-10-25", - "question": "(Jimmy of the Clue Crew reports from Tivoli, Copenhagen, Denmark.) A visit to Tivoli in its very first season in 1843 inspired Andersen to write this, which he called his \"Chinese fairy tale\"", - "value": "$1000", - "answer": "The Nightingale", - "round": "Jeopardy!", - "show_number": "4857", - "fullAnswer": "\"The Nightingale\"" - }, { "category": "ABBA-SOLUTELY FABULOUS", "air_date": "2005-10-25", @@ -1032624,7 +979504,7 @@ "air_date": "2005-10-25", "question": "\"Brooklyn Bridge\" was one of the last of her NYC paintings before she moved permanently to New Mexico", "value": "$400", - "answer": "O\\'Keeffe", + "answer": "O'Keeffe", "round": "Double Jeopardy!", "show_number": "4857", "fullAnswer": "(Georgia) O\\'Keeffe" @@ -1032739,16 +979619,6 @@ "show_number": "4857", "fullAnswer": "Ford" }, - { - "category": "AMERICAN WOMEN", - "air_date": "2005-10-25", - "question": "(Hi, I'm Bob Woodward,) One of the most influential women of the 20th century, she was publisher of the Washington Post from 1969 to 1979 & CEO until 1991", - "value": "$1200", - "answer": "Graham", - "round": "Double Jeopardy!", - "show_number": "4857", - "fullAnswer": "(Katherine) Graham" - }, { "category": "FURRED, FEATHERED, FINNED", "air_date": "2005-10-25", @@ -1032869,16 +979739,6 @@ "show_number": "4857", "fullAnswer": "Kay Bailey Hutchison" }, - { - "category": "FURRED, FEATHERED, FINNED", - "air_date": "2005-10-25", - "question": "The dorsal spines give this fish seen here its name", - "value": "$2000", - "answer": "stickleback", - "round": "Double Jeopardy!", - "show_number": "4857", - "fullAnswer": "a stickleback" - }, { "category": "THE \"O.C.\"", "air_date": "2005-10-25", @@ -1032939,16 +979799,6 @@ "show_number": "5717", "fullAnswer": "The Nutcracker" }, - { - "category": "ONE OF THESE THINGS IS NOT LIKE THE OTHERS", - "air_date": "2009-06-16", - "question": "The one that's a vegetable", - "value": "$200", - "answer": "broccoli", - "round": "Jeopardy!", - "show_number": "5717", - "fullAnswer": "broccoli" - }, { "category": "ANAGRAMS", "air_date": "2009-06-16", @@ -1032999,16 +979849,6 @@ "show_number": "5717", "fullAnswer": "Don Quixote" }, - { - "category": "ONE OF THESE THINGS IS NOT LIKE THE OTHERS", - "air_date": "2009-06-16", - "question": "The one that is a state east of the Mississippi river", - "value": "$400", - "answer": "Michigan", - "round": "Jeopardy!", - "show_number": "5717", - "fullAnswer": "Michigan" - }, { "category": "ANAGRAMS", "air_date": "2009-06-16", @@ -1033059,16 +979899,6 @@ "show_number": "5717", "fullAnswer": "Cinderella" }, - { - "category": "ONE OF THESE THINGS IS NOT LIKE THE OTHERS", - "air_date": "2009-06-16", - "question": "The one who is an American-born U.S. governor but has not appeared on \"The Dating Game\"", - "value": "$600", - "answer": "Sarah Palin", - "round": "Jeopardy!", - "show_number": "5717", - "fullAnswer": "Sarah Palin" - }, { "category": "ANAGRAMS", "air_date": "2009-06-16", @@ -1033119,16 +979949,6 @@ "show_number": "5717", "fullAnswer": "Romeo and Juliet" }, - { - "category": "ONE OF THESE THINGS IS NOT LIKE THE OTHERS", - "air_date": "2009-06-16", - "question": "The one that's not a letter in Einstein's famous relativity equation", - "value": "$800", - "answer": "X", - "round": "Jeopardy!", - "show_number": "5717", - "fullAnswer": "X" - }, { "category": "ANAGRAMS", "air_date": "2009-06-16", @@ -1033179,16 +979999,6 @@ "show_number": "5717", "fullAnswer": "Lizzie Borden" }, - { - "category": "ONE OF THESE THINGS IS NOT LIKE THE OTHERS", - "air_date": "2009-06-16", - "question": "The one whose headquarters are in the United States", - "value": "$1000", - "answer": "Dodge", - "round": "Jeopardy!", - "show_number": "5717", - "fullAnswer": "Dodge" - }, { "category": "ANAGRAMS", "air_date": "2009-06-16", @@ -1033209,16 +980019,6 @@ "show_number": "5717", "fullAnswer": "Joe DiMaggio" }, - { - "category": "CHARACTERS IN CASABLANCA", - "air_date": "2009-06-16", - "question": "Bogart's role; everybody comes to his place, sweetheart", - "value": "$400", - "answer": "Rick", - "round": "Double Jeopardy!", - "show_number": "5717", - "fullAnswer": "Rick" - }, { "category": "IAMBIC WORDS", "air_date": "2009-06-16", @@ -1033239,26 +980039,6 @@ "show_number": "5717", "fullAnswer": "Manitoba" }, - { - "category": "YOU'VE BEEN POSTERIZED!", - "air_date": "2009-06-16", - "question": "One of his signature works from 1965 is seen here", - "value": "$400", - "answer": "Warhol", - "round": "Double Jeopardy!", - "show_number": "5717", - "fullAnswer": "(Andy) Warhol" - }, - { - "category": "LACE", - "air_date": "2009-06-16", - "question": "(Sarah of the Clue Crew reports from the Bruges Lace Center in Belgium wearing a handmade collar.) Lace is often worn around the neck, & the word \"lace\" is derived from \"laqueus\", which means \"noose\" in this ancient language", - "value": "$400", - "answer": "Latin", - "round": "Double Jeopardy!", - "show_number": "5717", - "fullAnswer": "Latin" - }, { "category": "10 YEARS GONE", "air_date": "2009-06-16", @@ -1033299,16 +980079,6 @@ "show_number": "5717", "fullAnswer": "Malta" }, - { - "category": "YOU'VE BEEN POSTERIZED!", - "air_date": "2009-06-16", - "question": "This master's portrait of Dora Mar is seen here", - "value": "$800", - "answer": "Picasso", - "round": "Double Jeopardy!", - "show_number": "5717", - "fullAnswer": "Picasso" - }, { "category": "LACE", "air_date": "2009-06-16", @@ -1033359,26 +980129,6 @@ "show_number": "5717", "fullAnswer": "Mazatlán" }, - { - "category": "YOU'VE BEEN POSTERIZED!", - "air_date": "2009-06-16", - "question": "Katsushika Hokusai made numerous woodblock prints of this landmark", - "value": "$1200", - "answer": "Mt. Fuji", - "round": "Double Jeopardy!", - "show_number": "5717", - "fullAnswer": "Mt. Fuji" - }, - { - "category": "LACE", - "air_date": "2009-06-16", - "question": "(Sarah of the Clue Crew reports from the Bruges Lace Center in Belgium.) Handmade lace was dealt a near deathblow by these 2 revolutions--one a bloody revolt ending the fashion of lace for men, & one that led to machine-made lace", - "value": "$500", - "answer": "French Revolution & the Industrial Revolution", - "round": "Double Jeopardy!", - "show_number": "5717", - "fullAnswer": "the French Revolution & the Industrial Revolution" - }, { "category": "10 YEARS GONE", "air_date": "2009-06-16", @@ -1033389,16 +980139,6 @@ "show_number": "5717", "fullAnswer": "(Mario) Puzo" }, - { - "category": "CHARACTERS IN CASABLANCA", - "air_date": "2009-06-16", - "question": "First name of Claude Rains' Captain Renault; it sounds like the beginning of a beautiful friendship...", - "value": "$1600", - "answer": "Louis", - "round": "Double Jeopardy!", - "show_number": "5717", - "fullAnswer": "Louis" - }, { "category": "IAMBIC WORDS", "air_date": "2009-06-16", @@ -1033419,16 +980159,6 @@ "show_number": "5717", "fullAnswer": "Macau" }, - { - "category": "YOU'VE BEEN POSTERIZED!", - "air_date": "2009-06-16", - "question": "\"Yellow, Red, Blue\" is by this Russian, called the father of modern art", - "value": "$1600", - "answer": "Kandinsky", - "round": "Double Jeopardy!", - "show_number": "5717", - "fullAnswer": "Kandinsky" - }, { "category": "LACE", "air_date": "2009-06-16", @@ -1033479,32 +980209,12 @@ "show_number": "5717", "fullAnswer": "the Strait of Malacca" }, - { - "category": "YOU'VE BEEN POSTERIZED!", - "air_date": "2009-06-16", - "question": "One of this master's many self-portraits is seen here", - "value": "$2000", - "answer": "Rembrandt", - "round": "Double Jeopardy!", - "show_number": "5717", - "fullAnswer": "Rembrandt" - }, - { - "category": "LACE", - "air_date": "2009-06-16", - "question": "(Jimmy of the Clue Crew reports from the Bruges Lace Center in Belgium.) Also known as pillow lace, this popular type of lace made here in Bruges is named for the implement around which the thread is wound", - "value": "$2000", - "answer": "bobbin", - "round": "Double Jeopardy!", - "show_number": "5717", - "fullAnswer": "a bobbin" - }, { "category": "HISTORICAL POEMS", "air_date": "2009-06-16", "question": "Poem that tells us: \"Cossack and Russian reel'd from the sabre-stroke shatter'd and sunder'd\"", "value": null, - "answer": "\\The Charge of the Light Brigade\\", + "answer": "The Charge of the Light Brigade", "round": "Final Jeopardy!", "show_number": "5717", "fullAnswer": "\\\"The Charge of the Light Brigade\\\"" @@ -1034169,16 +980879,6 @@ "show_number": "6254", "fullAnswer": "stand-up" }, - { - "category": "HARVARD MUSEUM OF NATURAL HISTORY", - "air_date": "2011-11-24", - "question": "(Sarah of the Clue Crew delivers the clue from the Harvard Museum of Natural History in Cambridge, MA.) A relative of the plesiosaurs, this 42-foot reptile terrorized the seas of the early Cretaceous period; called Kronosaurus queenslandicus, it was discovered on a 1931 Harvard expedition to this continent", - "value": "$200", - "answer": "Australia", - "round": "Jeopardy!", - "show_number": "6254", - "fullAnswer": "Australia" - }, { "category": "NEW WORDS & PHRASES", "air_date": "2011-11-24", @@ -1034229,16 +980929,6 @@ "show_number": "6254", "fullAnswer": "straight man" }, - { - "category": "HARVARD MUSEUM OF NATURAL HISTORY", - "air_date": "2011-11-24", - "question": "(Sarah of the Clue Crew delivers the clue from the Harvard Museum of Natural History in Cambridge, MA.) The museum has 4,000 handcrafted glass flowers; created from 1887 to 1936, their accuracy allowed study in Boston of flowers from these regions, between 23 27' north & south", - "value": "$400", - "answer": "Tropics", - "round": "Jeopardy!", - "show_number": "6254", - "fullAnswer": "the Tropics" - }, { "category": "NEW WORDS & PHRASES", "air_date": "2011-11-24", @@ -1034289,16 +980979,6 @@ "show_number": "6254", "fullAnswer": "an impressionist" }, - { - "category": "HARVARD MUSEUM OF NATURAL HISTORY", - "air_date": "2011-11-24", - "question": "(Jimmy of the Clue Crew delivers the clue from the Harvard Museum of Natural History in Cambridge, MA.) The Harvard Museum has part of the famous Zagami meteorite, which fell to the Earth in Nigeria in 1962; gases trapped inside match those found by Viking spacecraft, confirming the rock's distant origin on this planet", - "value": "$600", - "answer": "Mars", - "round": "Jeopardy!", - "show_number": "6254", - "fullAnswer": "Mars" - }, { "category": "NEW WORDS & PHRASES", "air_date": "2011-11-24", @@ -1034349,16 +981029,6 @@ "show_number": "6254", "fullAnswer": "a busker" }, - { - "category": "HARVARD MUSEUM OF NATURAL HISTORY", - "air_date": "2011-11-24", - "question": "(Sarah of the Clue Crew delivers the clue from the Harvard Museum of Natural History in Cambridge, MA.) Suspended above the museum's dramatic Great Mammal Hall are the skeletons of three whale species--a finback whale, a right whale, & this, the largest of the toothed whales", - "value": "$800", - "answer": "sperm whale", - "round": "Jeopardy!", - "show_number": "6254", - "fullAnswer": "a sperm whale" - }, { "category": "NEW WORDS & PHRASES", "air_date": "2011-11-24", @@ -1034409,16 +981079,6 @@ "show_number": "6254", "fullAnswer": "a ventriloquist" }, - { - "category": "HARVARD MUSEUM OF NATURAL HISTORY", - "air_date": "2011-11-24", - "question": "(Sarah of the Clue Crew delivers the clue from the Harvard Museum of Natural History in Cambridge, MA.) Weighing in at more than 1,600 pounds, the giant chunk of amethyst here is one of these stones that form under pressure inside cavities, from the Latin for \"earth\"", - "value": "$1000", - "answer": "geode", - "round": "Jeopardy!", - "show_number": "6254", - "fullAnswer": "a geode" - }, { "category": "NUDE WORDS & PHRASES", "air_date": "2011-11-24", @@ -1034429,16 +981089,6 @@ "show_number": "6254", "fullAnswer": "the full monty" }, - { - "category": "MOVIE DIRECTORS", - "air_date": "2011-11-24", - "question": "Don't keep us in suspense; name this director whose profile is seen here", - "value": "$400", - "answer": "Alfred Hitchcock", - "round": "Double Jeopardy!", - "show_number": "6254", - "fullAnswer": "Alfred Hitchcock" - }, { "category": "HOW I MET YOUR MOTHER", "air_date": "2011-11-24", @@ -1034449,16 +981099,6 @@ "show_number": "6254", "fullAnswer": "Martin Luther King Jr." }, - { - "category": "CLASSICAL ROCK", - "air_date": "2011-11-24", - "question": "This Italian's \"Trial of Harmony and Invention, Opus 8\" is heard anew here", - "value": "$400", - "answer": "Vivaldi", - "round": "Double Jeopardy!", - "show_number": "6254", - "fullAnswer": "Vivaldi" - }, { "category": "CHEF IRON", "air_date": "2011-11-24", @@ -1034509,16 +981149,6 @@ "show_number": "6254", "fullAnswer": "Pierre Curie" }, - { - "category": "CLASSICAL ROCK", - "air_date": "2011-11-24", - "question": "This composer's symphony that glorified the ideal of human brotherhood is re-imagined here", - "value": "$800", - "answer": "Beethoven", - "round": "Double Jeopardy!", - "show_number": "6254", - "fullAnswer": "Beethoven" - }, { "category": "CHEF IRON", "air_date": "2011-11-24", @@ -1034559,16 +981189,6 @@ "show_number": "6254", "fullAnswer": "Robert Browning" }, - { - "category": "CLASSICAL ROCK", - "air_date": "2011-11-24", - "question": "It's Wagner's \"Ride of\" these, the way it was meant to be--heavy metal, & we don't mean the tuba", - "value": "$1200", - "answer": "Valkyrie", - "round": "Double Jeopardy!", - "show_number": "6254", - "fullAnswer": "the Valkyrie" - }, { "category": "NUDE WORDS & PHRASES", "air_date": "2011-11-24", @@ -1034599,16 +981219,6 @@ "show_number": "6254", "fullAnswer": "Mark Antony" }, - { - "category": "CLASSICAL ROCK", - "air_date": "2011-11-24", - "question": "When he composed his Symphony No. 40 in G Minor in 1788, he didn't have these sounds in mind", - "value": "$3,000", - "answer": "Mozart", - "round": "Double Jeopardy!", - "show_number": "6254", - "fullAnswer": "Mozart" - }, { "category": "NUDE WORDS & PHRASES", "air_date": "2011-11-24", @@ -1034639,16 +981249,6 @@ "show_number": "6254", "fullAnswer": "FDR" }, - { - "category": "CLASSICAL ROCK", - "air_date": "2011-11-24", - "question": "The buzz on this newly rocked-out piece says it's from Rimsky-Korsakov's opera \"Tsar Saltan\"", - "value": "$2000", - "answer": "Flight of the Bumblebee", - "round": "Double Jeopardy!", - "show_number": "6254", - "fullAnswer": "\"Flight of the Bumblebee\"" - }, { "category": "PSYCHOLOGY TERMS", "air_date": "2011-11-24", @@ -1035649,22 +982249,12 @@ "show_number": "6198", "fullAnswer": "Annie" }, - { - "category": "THE STYLE OF ELEMENTS", - "air_date": "2011-07-20", - "question": "(Sarah of the Clue Crew holds a wall clock with symblos of the elements instead of numbers.) The Chem Time Clock helps chemistry students learn the periodic table by using element's symbols in place of numbers. It's 1:35, or these two elements", - "value": "$800", - "answer": "hydrogen and nitrogen", - "round": "Double Jeopardy!", - "show_number": "6198", - "fullAnswer": "hydrogen and nitrogen" - }, { "category": "THAT'S \"RIGHT\"!", "air_date": "2011-07-20", "question": "Doctrine asserting that federal laws shouldn't trump those of Alabama or Idaho", "value": "$800", - "answer": "states\\' rights", + "answer": "states' rights", "round": "Double Jeopardy!", "show_number": "6198", "fullAnswer": "states\\' rights" @@ -1035829,16 +982419,6 @@ "show_number": "6198", "fullAnswer": "Spamalot" }, - { - "category": "THE STYLE OF ELEMENTS", - "air_date": "2011-07-20", - "question": "(Alex walks along the shore of the Dead Sea in Israel with mud all over his face.) For hundreds of years people have believed in the rejuvenating qualities of the Dead sea's black mud. Among its many components this element, symbol Mg, said to remove toxins from the skin. Makes you feel good.", - "value": "$2000", - "answer": "magnesium", - "round": "Double Jeopardy!", - "show_number": "6198", - "fullAnswer": "magnesium" - }, { "category": "THAT'S \"RIGHT\"!", "air_date": "2011-07-20", @@ -1036054,7 +982634,7 @@ "air_date": "1996-02-02", "question": "We assume this rich, dark chocolate dessert is the devil's favorite", "value": "$300", - "answer": "Devil\\'s Food Cake", + "answer": "Devil's Food Cake", "round": "Jeopardy!", "show_number": "2635", "fullAnswer": "Devil\\'s Food Cake" @@ -1036774,7 +983354,7 @@ "air_date": "1997-01-21", "question": "(AUDIO DAILY DOUBLE):
Title of the following:", "value": "$600", - "answer": "It Doesn\\'t Matter Anymore ", + "answer": "It Doesn't Matter Anymore ", "round": "Jeopardy!", "show_number": "2857", "fullAnswer": "\"It Doesn\\'t Matter Anymore\" (by Buddy Holly)" @@ -1037249,16 +983829,6 @@ "show_number": "4574", "fullAnswer": "best man" }, - { - "category": "KIDDY LIT", - "air_date": "2004-06-24", - "question": "(Sofia of the Clue Crew is out on the court.) In the \"Alice and Wonderland\" croquet match, the balls are hedgehogs & the mallets are these", - "value": "$600", - "answer": "flamingos", - "round": "Jeopardy!", - "show_number": "4574", - "fullAnswer": "flamingos" - }, { "category": "LUCKY SEVEN", "air_date": "2004-06-24", @@ -1037339,16 +983909,6 @@ "show_number": "4574", "fullAnswer": "a hatchback" }, - { - "category": "KINGS & THEIR CASTLES", - "air_date": "2004-06-24", - "question": "(Cheryl of the Clue Crew reads from outside Neuschwanstein Castle in Germany.) Sadly, this king of Bavaria, who built Neuschwanstein Castle, didn't live here long; he was declared insane and forced to leave", - "value": "$2,200", - "answer": "Ludwig II of Bavaria", - "round": "Jeopardy!", - "show_number": "4574", - "fullAnswer": "Ludwig II of Bavaria" - }, { "category": "THE EMMYS", "air_date": "2004-06-24", @@ -1037519,16 +984079,6 @@ "show_number": "4574", "fullAnswer": "eve" }, - { - "category": "NEW YORK GOVERNORS", - "air_date": "2004-06-24", - "question": "(Sarah of the Clue Crew hangs out on the Brooklyn Bridge.) The Brooklyn Bridge was dedicated in 1883 by President Arthur and this future president, then governor of New York", - "value": "$1200", - "answer": "Cleveland", - "round": "Double Jeopardy!", - "show_number": "4574", - "fullAnswer": "(Grover) Cleveland" - }, { "category": "THEATRE CROSSWORD CLUES \"M\"", "air_date": "2004-06-24", @@ -1037719,16 +984269,6 @@ "show_number": "5989", "fullAnswer": "the Declaration of Independence" }, - { - "category": "OPRAH'S AHA! MOMENTS", - "air_date": "2010-09-30", - "question": "(Oprah reads the clue from a chair.) I told my audience about the thing I wanted most in my life, the role of Sofia in this movie; the moment I surrendered to the possibility it wouldn't happen was when I got the call from Steven Spielberg", - "value": "$200", - "answer": "Color Purple", - "round": "Jeopardy!", - "show_number": "5989", - "fullAnswer": "The Color Purple" - }, { "category": "NEW ABBREV.", "air_date": "2010-09-30", @@ -1037779,16 +984319,6 @@ "show_number": "5989", "fullAnswer": "Jimmy Carter" }, - { - "category": "OPRAH'S AHA! MOMENTS", - "air_date": "2010-09-30", - "question": "(Oprah reads the clue from a chair.) We gave some moms a possibly life-saving aha! moment when we showed how easily kids can be lured by a stranger who asks them to find a lost one of these", - "value": "$400", - "answer": "puppy", - "round": "Jeopardy!", - "show_number": "5989", - "fullAnswer": "a puppy" - }, { "category": "NEW ABBREV.", "air_date": "2010-09-30", @@ -1037839,16 +984369,6 @@ "show_number": "5989", "fullAnswer": "Harry Truman" }, - { - "category": "OPRAH'S AHA! MOMENTS", - "air_date": "2010-09-30", - "question": "(Oprah reads the clue from a chair.) Several \"aha!\" moments on the show have come courtesy of this straight-talking Texan, like when he tells people who've been stepped on that \"you teach people how to treat you\"", - "value": "$600", - "answer": "Dr. Phil", - "round": "Jeopardy!", - "show_number": "5989", - "fullAnswer": "Dr. Phil" - }, { "category": "NEW ABBREV.", "air_date": "2010-09-30", @@ -1037899,16 +984419,6 @@ "show_number": "5989", "fullAnswer": "William McKinley" }, - { - "category": "OPRAH'S AHA! MOMENTS", - "air_date": "2010-09-30", - "question": "(Oprah reads the clue from a chair.) An aha! moment is grasping something for the first time--I could see it in this former \"Growing Pains\" actress when she realized her drunk driving arrest was a sign she needed to listen to her instincts", - "value": "$800", - "answer": "Tracey Gold", - "round": "Jeopardy!", - "show_number": "5989", - "fullAnswer": "Tracey Gold" - }, { "category": "NEW ABBREV.", "air_date": "2010-09-30", @@ -1037949,16 +984459,6 @@ "show_number": "5989", "fullAnswer": "The Federalist Papers" }, - { - "category": "OPRAH'S AHA! MOMENTS", - "air_date": "2010-09-30", - "question": "(Oprah reads the clue from a chair.) I'd always kept a journal, but often of complaints, not of gratitude; all of that changed for me with this book by Sarah Ban Breathnach", - "value": "$1000", - "answer": "Simple Abundance", - "round": "Jeopardy!", - "show_number": "5989", - "fullAnswer": "Simple Abundance" - }, { "category": "NEW ABBREV.", "air_date": "2010-09-30", @@ -1037979,16 +984479,6 @@ "show_number": "5989", "fullAnswer": "Watership Down" }, - { - "category": "BUSINESS BIGGIES", - "air_date": "2010-09-30", - "question": "A statue of the god Mercury inspired the logo of this tire company", - "value": "$1000", - "answer": "Goodyear", - "round": "Jeopardy!", - "show_number": "5989", - "fullAnswer": "Goodyear" - }, { "category": "THE LAW", "air_date": "2010-09-30", @@ -1038279,16 +984769,6 @@ "show_number": "5989", "fullAnswer": "(Dmitri) Mendeleev" }, - { - "category": "ADD A LETTER", - "air_date": "2010-09-30", - "question": "(Jimmy of the Clue Crew shows a map on the monitor.) Add a letter to a country in Asia & you get this former African capital", - "value": "$2000", - "answer": "Lagos", - "round": "Double Jeopardy!", - "show_number": "5989", - "fullAnswer": "Lagos" - }, { "category": "ALLITERATIVE ATHLETES", "air_date": "2010-09-30", @@ -1038384,7 +984864,7 @@ "air_date": "2001-01-12", "question": "Mammy Yokum,
Daisy Mae,
Sadie Hawkins", "value": "$200", - "answer": "Li\\'l Abner", + "answer": "Li'l Abner", "round": "Jeopardy!", "show_number": "3770", "fullAnswer": "Li\\'l Abner" @@ -1039024,7 +985504,7 @@ "air_date": "2000-01-21", "question": "The 1986 Giotto probe of this was named for the artist who may have painted its 1301 appearance", "value": "$800", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Jeopardy!", "show_number": "3545", "fullAnswer": "Halley\\'s Comet" @@ -1039289,16 +985769,6 @@ "show_number": "3545", "fullAnswer": "Richard Gephardt" }, - { - "category": "SPANS", - "air_date": "2000-01-21", - "question": "Unlike many London sites, this bridge seen here is only about a century old:", - "value": "$400", - "answer": "Tower Bridge", - "round": "Double Jeopardy!", - "show_number": "3545", - "fullAnswer": "Tower Bridge" - }, { "category": "BRITISH POETS LAUREATE", "air_date": "2000-01-21", @@ -1039374,7 +985844,7 @@ "air_date": "2000-01-21", "question": "In an old saying, this Roman person \"must be above suspicion\"", "value": "$800", - "answer": "Caesar\\'s wife", + "answer": "Caesar's wife", "round": "Double Jeopardy!", "show_number": "3545", "fullAnswer": "Caesar\\'s wife" @@ -1040119,16 +986589,6 @@ "show_number": "3767", "fullAnswer": "Baby Bear" }, - { - "category": "NOW HEAR THIS!", - "air_date": "2001-01-09", - "question": "It's the military instrument heard here", - "value": "$100", - "answer": "bugle", - "round": "Jeopardy!", - "show_number": "3767", - "fullAnswer": "a bugle" - }, { "category": "WHAT UP, \"G\"?", "air_date": "2001-01-09", @@ -1040179,16 +986639,6 @@ "show_number": "3767", "fullAnswer": "Gruff" }, - { - "category": "NOW HEAR THIS!", - "air_date": "2001-01-09", - "question": "Classic versions of this timekeeper heard here come from southern Germany", - "value": "$200", - "answer": "cuckoo clock", - "round": "Jeopardy!", - "show_number": "3767", - "fullAnswer": "a cuckoo clock" - }, { "category": "WHAT UP, \"G\"?", "air_date": "2001-01-09", @@ -1040239,16 +986689,6 @@ "show_number": "3767", "fullAnswer": "Harriet the Spy" }, - { - "category": "NOW HEAR THIS!", - "air_date": "2001-01-09", - "question": "Also known as a rail, this type of racing car heard here does its thing in under 5 seconds", - "value": "$300", - "answer": "drag racer", - "round": "Jeopardy!", - "show_number": "3767", - "fullAnswer": "a drag racer" - }, { "category": "WHAT UP, \"G\"?", "air_date": "2001-01-09", @@ -1040299,16 +986739,6 @@ "show_number": "3767", "fullAnswer": "\"Beauty and the Beast\"" }, - { - "category": "NOW HEAR THIS!", - "air_date": "2001-01-09", - "question": "Many military & commercial boats are now equipped with this device", - "value": "$400", - "answer": "sonar", - "round": "Jeopardy!", - "show_number": "3767", - "fullAnswer": "sonar" - }, { "category": "WHAT UP, \"G\"?", "air_date": "2001-01-09", @@ -1040359,16 +986789,6 @@ "show_number": "3767", "fullAnswer": "Files" }, - { - "category": "NOW HEAR THIS!", - "air_date": "2001-01-09", - "question": "It's the native wind instrument heard here, mate", - "value": "$500", - "answer": "didgeridoo", - "round": "Jeopardy!", - "show_number": "3767", - "fullAnswer": "a didgeridoo" - }, { "category": "WHAT UP, \"G\"?", "air_date": "2001-01-09", @@ -1040394,7 +986814,7 @@ "air_date": "2001-01-09", "question": "This song says, \"Potato, poh-tah-to, tomato, to-mah-to\"", "value": "$200", - "answer": "Let\\'s Call The Whole Thing Off", + "answer": "Let's Call The Whole Thing Off", "round": "Double Jeopardy!", "show_number": "3767", "fullAnswer": "\"Let\\'s Call The Whole Thing Off\"" @@ -1040449,16 +986869,6 @@ "show_number": "3767", "fullAnswer": "fish" }, - { - "category": "BUTTERFLIES", - "air_date": "2001-01-09", - "question": "This butterfly seen here is toxic to birds due to the milkweed plants eaten when it was a caterpillar:", - "value": "$600", - "answer": "Monarch butterfly", - "round": "Double Jeopardy!", - "show_number": "3767", - "fullAnswer": "a Monarch butterfly" - }, { "category": "AVIATION", "air_date": "2001-01-09", @@ -1040504,7 +986914,7 @@ "air_date": "2001-01-09", "question": "Ira Gershwin was baffled by singers who clearly phrased \"It's\" in this song; the point was to omit \"it\" & slur the \"s\"", "value": "$800", - "answer": "\\'S Wonderful", + "answer": "'S Wonderful", "round": "Double Jeopardy!", "show_number": "3767", "fullAnswer": "\"\\'S Wonderful\"" @@ -1040519,16 +986929,6 @@ "show_number": "3767", "fullAnswer": "pheromones" }, - { - "category": "AVIATION", - "air_date": "2001-01-09", - "question": "(Former College Championship contestant Margaret Bickers delivers the clue.) It's the 7-letter word for materials carried aboard a plane that generate revenue, like passengers & cargo", - "value": "$800", - "answer": "payload", - "round": "Double Jeopardy!", - "show_number": "3767", - "fullAnswer": "payload" - }, { "category": "IN MY CABINET", "air_date": "2001-01-09", @@ -1040839,16 +987239,6 @@ "show_number": "5592", "fullAnswer": "the Green Party" }, - { - "category": "FOOD & DRINK", - "air_date": "2008-12-23", - "question": "This item is popular in salads, but some object because harvesting it can destroy the tree", - "value": "$800", - "answer": "heart of palm", - "round": "Jeopardy!", - "show_number": "5592", - "fullAnswer": "heart of palm" - }, { "category": "\"P\"ICK THIS CATEGORY!", "air_date": "2008-12-23", @@ -1040919,16 +987309,6 @@ "show_number": "5592", "fullAnswer": "piebald" }, - { - "category": "BEDTIME STORIES", - "air_date": "2008-12-23", - "question": "(Adam Sandler, whose latest movie is the holiday release Bedtime Stories, reads the clue.) In an 1887 version of the bedtime story about the 3 these, it's an old woman who eats their porridge, & after she leaves the house she's arrested as a vagrant", - "value": "$400", - "answer": "bears", - "round": "Double Jeopardy!", - "show_number": "5592", - "fullAnswer": "bears" - }, { "category": "IN-FLIGHT MOVIES", "air_date": "2008-12-23", @@ -1041039,16 +987419,6 @@ "show_number": "5592", "fullAnswer": "beau" }, - { - "category": "BEDTIME STORIES", - "air_date": "2008-12-23", - "question": "(Adam Sandler delivers the clue again.) This classic about a bunny at bedtime begins, \"In the great green room, there was a telephone and a red balloon\"", - "value": "$1200", - "answer": "Goodnight Moon", - "round": "Double Jeopardy!", - "show_number": "5592", - "fullAnswer": "\"Goodnight Moon\"" - }, { "category": "IN-FLIGHT MOVIES", "air_date": "2008-12-23", @@ -1041139,16 +987509,6 @@ "show_number": "5592", "fullAnswer": "harpys" }, - { - "category": "THE LONDON STAGE", - "air_date": "2008-12-23", - "question": "(Jon of the Clue Crew shows a map of London on the monitor.) Getting its name from its position in relation to the older area called \"the City\", on a map this theatre district is actually in the middle of London", - "value": "$1600", - "answer": "West End", - "round": "Double Jeopardy!", - "show_number": "5592", - "fullAnswer": "the West End" - }, { "category": "ELEMENTARY SPELLING", "air_date": "2008-12-23", @@ -1041159,16 +987519,6 @@ "show_number": "5592", "fullAnswer": "brag" }, - { - "category": "BEDTIME STORIES", - "air_date": "2008-12-23", - "question": "(Adam Sandler shills for his Christmas release.) To show kids the world of Ancient Rome the way I do in my new movie \"Bedtime Stories\", try the children's version of this author's \"Parallel Lives\"", - "value": "$2000", - "answer": "Plutarch", - "round": "Double Jeopardy!", - "show_number": "5592", - "fullAnswer": "Plutarch" - }, { "category": "IN-FLIGHT MOVIES", "air_date": "2008-12-23", @@ -1041319,16 +987669,6 @@ "show_number": "5594", "fullAnswer": "spit" }, - { - "category": "HOME FOR THE HOLIDAYS", - "air_date": "2008-12-25", - "question": "The lights hanging off the roof here are meant to resemble these things that can form in cold weather", - "value": "$400", - "answer": "icicles", - "round": "Jeopardy!", - "show_number": "5594", - "fullAnswer": "icicles" - }, { "category": "GET YOUR FACTS STRAIGHT", "air_date": "2008-12-25", @@ -1041549,16 +987889,6 @@ "show_number": "5594", "fullAnswer": "Star Wars" }, - { - "category": "I LEARNED IT ONLINE", - "air_date": "2008-12-25", - "question": "wendys.com informed me that the \"3/4 lb. triple with\" this has 980 calories, but plenty of calcium", - "value": "$400", - "answer": "cheese", - "round": "Double Jeopardy!", - "show_number": "5594", - "fullAnswer": "cheese" - }, { "category": "\"C\" CREATURES", "air_date": "2008-12-25", @@ -1041609,16 +987939,6 @@ "show_number": "5594", "fullAnswer": "Space Mountain" }, - { - "category": "I LEARNED IT ONLINE", - "air_date": "2008-12-25", - "question": "americanheart.org tells us that a \"hands-only\" version of this procedure is fine --no need for rescue breaths", - "value": "$800", - "answer": "CPR", - "round": "Double Jeopardy!", - "show_number": "5594", - "fullAnswer": "CPR" - }, { "category": "\"C\" CREATURES", "air_date": "2008-12-25", @@ -1041659,36 +987979,6 @@ "show_number": "5594", "fullAnswer": "Remberance of Things Past" }, - { - "category": "GIVE ME SOME SPACE!", - "air_date": "2008-12-25", - "question": "Strap yourself in for the shuttle launch experience, a thrilling new attraction at this Florida complex", - "value": "$1200", - "answer": "Cape Canaveral ", - "round": "Double Jeopardy!", - "show_number": "5594", - "fullAnswer": "Cape Canaveral (Cape Kennedy)" - }, - { - "category": "I LEARNED IT ONLINE", - "air_date": "2008-12-25", - "question": "The \"This Day in History\" feature on history.com taught me Dec. 25 is the day in 1991 when he quit as Soviet leader", - "value": "$1200", - "answer": "Mikhail Gorbachev", - "round": "Double Jeopardy!", - "show_number": "5594", - "fullAnswer": "Mikhail Gorbachev" - }, - { - "category": "\"C\" CREATURES", - "air_date": "2008-12-25", - "question": "(Jimmy of the Clue Crew holds a big, dead fish.) Scripps Institution of Oceanography has one of the U.S.A.'s few specimens of this creature, once thought to be extinct for 60 million years", - "value": "$1200", - "answer": "coelacanth", - "round": "Double Jeopardy!", - "show_number": "5594", - "fullAnswer": "a coelacanth" - }, { "category": "OPERAS BY CONTINENT", "air_date": "2008-12-25", @@ -1041714,7 +988004,7 @@ "air_date": "2008-12-25", "question": "This central character of \"The Three Musketeers\" was a real person; much of the material is drawn from his memoirs", "value": "$1600", - "answer": "D\\'Artagnan", + "answer": "D'Artagnan", "round": "Double Jeopardy!", "show_number": "5594", "fullAnswer": "D\\'Artagnan" @@ -1041729,16 +988019,6 @@ "show_number": "5594", "fullAnswer": "Pigs" }, - { - "category": "I LEARNED IT ONLINE", - "air_date": "2008-12-25", - "question": "I postponed my visit to this country, aka Timor-Leste, after a perusal of travel.state.gov", - "value": "$1600", - "answer": "East Timor", - "round": "Double Jeopardy!", - "show_number": "5594", - "fullAnswer": "East Timor" - }, { "category": "\"C\" CREATURES", "air_date": "2008-12-25", @@ -1041979,16 +988259,6 @@ "show_number": "2868", "fullAnswer": "Tempe" }, - { - "category": "MARCHING BAND", - "air_date": "1997-02-05", - "question": "1963 hit song heard here:", - "value": "$400", - "answer": "Louie Louie", - "round": "Jeopardy!", - "show_number": "2868", - "fullAnswer": "\"Louie Louie\"" - }, { "category": "ABBREV.", "air_date": "1997-02-05", @@ -1042449,16 +988719,6 @@ "show_number": "2868", "fullAnswer": "Julius Caesar" }, - { - "category": "NATIONAL GEOGRAPHIC MAPS", - "air_date": "2007-11-02", - "question": "In 1969, National Geographic published a Moon map; here's this calm lunar feature", - "value": "$200", - "answer": "Sea of Tranquility", - "round": "Jeopardy!", - "show_number": "5325", - "fullAnswer": "the Sea of Tranquility" - }, { "category": "PRIME TIME SPIN-OFFS", "air_date": "2007-11-02", @@ -1042479,16 +988739,6 @@ "show_number": "5325", "fullAnswer": "the AARP" }, - { - "category": "QUOTABLE NOTABLES", - "air_date": "2007-11-02", - "question": "\"I shall not seek, and I will not accept, the nomination of my party for another term as your president\"", - "value": "$200", - "answer": "L", - "round": "Jeopardy!", - "show_number": "5325", - "fullAnswer": "L(yndon) B(aines) J(ohnson)" - }, { "category": "PETS", "air_date": "2007-11-02", @@ -1042509,16 +988759,6 @@ "show_number": "5325", "fullAnswer": "the forest" }, - { - "category": "NATIONAL GEOGRAPHIC MAPS", - "air_date": "2007-11-02", - "question": "A 1957 Europe map had an inset showing countries that were this and non-this", - "value": "$400", - "answer": "Communist", - "round": "Jeopardy!", - "show_number": "5325", - "fullAnswer": "Communist" - }, { "category": "PRIME TIME SPIN-OFFS", "air_date": "2007-11-02", @@ -1042539,16 +988779,6 @@ "show_number": "5325", "fullAnswer": "five cents" }, - { - "category": "QUOTABLE NOTABLES", - "air_date": "2007-11-02", - "question": "\"The world will note that the first atomic bomb was dropped on Hiroshima, a military base\"", - "value": "$400", - "answer": "Harry Truman", - "round": "Jeopardy!", - "show_number": "5325", - "fullAnswer": "Harry Truman" - }, { "category": "PETS", "air_date": "2007-11-02", @@ -1042559,26 +988789,6 @@ "show_number": "5325", "fullAnswer": "an Amazon parrot" }, - { - "category": "\"F\" STOP", - "air_date": "2007-11-02", - "question": "Don't worry, these raised bars on the neck of a guitar are here to help make the sounds of different notes", - "value": "$400", - "answer": "frets", - "round": "Jeopardy!", - "show_number": "5325", - "fullAnswer": "frets" - }, - { - "category": "NATIONAL GEOGRAPHIC MAPS", - "air_date": "2007-11-02", - "question": "The 1922 Africa map differed from today's: notice French West Africa, Anglo-Egyptian Sudan, and this Congo", - "value": "$600", - "answer": "Belgian Congo", - "round": "Jeopardy!", - "show_number": "5325", - "fullAnswer": "Belgian Congo" - }, { "category": "PRIME TIME SPIN-OFFS", "air_date": "2007-11-02", @@ -1042594,21 +988804,11 @@ "air_date": "2007-11-02", "question": "The opening article in this magazine's first issue in 1922 was a condensed version of \"How to Keep Young Mentally\"", "value": "$2,000", - "answer": "Reader\\'s Digest", + "answer": "Reader's Digest", "round": "Jeopardy!", "show_number": "5325", "fullAnswer": "Reader\\'s Digest" }, - { - "category": "QUOTABLE NOTABLES", - "air_date": "2007-11-02", - "question": "\"1976 will not be a year of politics as usual\"", - "value": "$600", - "answer": "Jimmy Carter", - "round": "Jeopardy!", - "show_number": "5325", - "fullAnswer": "Jimmy Carter" - }, { "category": "PETS", "air_date": "2007-11-02", @@ -1042629,16 +988829,6 @@ "show_number": "5325", "fullAnswer": "flamenco" }, - { - "category": "NATIONAL GEOGRAPHIC MAPS", - "air_date": "2007-11-02", - "question": "For the 200th anniversary of his birth, a 1932 issue had a map of his travels, including, of course, Virginia", - "value": "$800", - "answer": "George Washington", - "round": "Jeopardy!", - "show_number": "5325", - "fullAnswer": "George Washington" - }, { "category": "PRIME TIME SPIN-OFFS", "air_date": "2007-11-02", @@ -1042659,16 +988849,6 @@ "show_number": "5325", "fullAnswer": "Cosmopolitan" }, - { - "category": "QUOTABLE NOTABLES", - "air_date": "2007-11-02", - "question": "\"What we need in the United States is not hatred, what we need in the United States is not violence...\"", - "value": "$800", - "answer": "RFK", - "round": "Jeopardy!", - "show_number": "5325", - "fullAnswer": "RFK" - }, { "category": "PETS", "air_date": "2007-11-02", @@ -1042689,16 +988869,6 @@ "show_number": "5325", "fullAnswer": "a forward" }, - { - "category": "NATIONAL GEOGRAPHIC MAPS", - "air_date": "2007-11-02", - "question": "A map of the Pacific Ocean goes from the Bering Sea down to this one off Australia", - "value": "$1000", - "answer": "Tasman Sea", - "round": "Jeopardy!", - "show_number": "5325", - "fullAnswer": "the Tasman Sea" - }, { "category": "PRIME TIME SPIN-OFFS", "air_date": "2007-11-02", @@ -1042719,16 +988889,6 @@ "show_number": "5325", "fullAnswer": "The Ring" }, - { - "category": "QUOTABLE NOTABLES", - "air_date": "2007-11-02", - "question": "\"Traitors are not gentlemen, my good friends. They don't understand being treated like gentlemen\"", - "value": "$1000", - "answer": "McCarthy", - "round": "Jeopardy!", - "show_number": "5325", - "fullAnswer": "(Joseph) McCarthy" - }, { "category": "PETS", "air_date": "2007-11-02", @@ -1042789,16 +988949,6 @@ "show_number": "5325", "fullAnswer": "Arnold Schwarzenegger" }, - { - "category": "ROMAN ART", - "air_date": "2007-11-02", - "question": "Found at Rome's Palazzo Conservatori, these two Rome founders are seen here", - "value": "$400", - "answer": "Romulus & Remus", - "round": "Double Jeopardy!", - "show_number": "5325", - "fullAnswer": "Romulus & Remus" - }, { "category": "18TH CENTURY AMERICA", "air_date": "2007-11-02", @@ -1042889,16 +989039,6 @@ "show_number": "5325", "fullAnswer": "Gov. George Wallace" }, - { - "category": "ROMAN ART", - "air_date": "2007-11-02", - "question": "In Rome's Cherasi Chapel is Caravaggio's conversion of a painting of this saint", - "value": "$1200", - "answer": "Paul", - "round": "Double Jeopardy!", - "show_number": "5325", - "fullAnswer": "Paul" - }, { "category": "18TH CENTURY AMERICA", "air_date": "2007-11-02", @@ -1042929,16 +989069,6 @@ "show_number": "5325", "fullAnswer": "Mercator" }, - { - "category": "GOVERNORS", - "air_date": "2007-11-02", - "question": "As New Jersey governor, this woman seen here appointed the state's first African-American Supreme Court Justice", - "value": "$1600", - "answer": "Christie Todd Whitman", - "round": "Double Jeopardy!", - "show_number": "5325", - "fullAnswer": "Christie Todd Whitman" - }, { "category": "ROMAN ART", "air_date": "2007-11-02", @@ -1042969,16 +989099,6 @@ "show_number": "5325", "fullAnswer": "Detroit" }, - { - "category": "_____ AND _____ MOVIES", - "air_date": "2007-11-02", - "question": "(Hi, I'm Sean Hayes.) I was far from kittenish when I played the voice of Mr. Tinkles in this 2001 film that pitted felines against canines", - "value": "$2000", - "answer": "Cats & Dogs", - "round": "Double Jeopardy!", - "show_number": "5325", - "fullAnswer": "Cats & Dogs" - }, { "category": "CONSTELLATIONS", "air_date": "2007-11-02", @@ -1042999,16 +989119,6 @@ "show_number": "5325", "fullAnswer": "Indianna" }, - { - "category": "ROMAN ART", - "air_date": "2007-11-02", - "question": "Legend has it that Marc Antony's wife stabbed this orator's tongue after his death", - "value": "$2000", - "answer": "Cicero", - "round": "Double Jeopardy!", - "show_number": "5325", - "fullAnswer": "Cicero" - }, { "category": "ADD A LETTER", "air_date": "2007-11-02", @@ -1043034,7 +989144,7 @@ "air_date": "2004-04-14", "question": "In 1726 Jonathan Swift published this work as \"Travels into Several Remote Nations of the World\"", "value": "$200", - "answer": "Gulliver\\'s Travels", + "answer": "Gulliver's Travels", "round": "Jeopardy!", "show_number": "4523", "fullAnswer": "Gulliver\\'s Travels" @@ -1043164,7 +989274,7 @@ "air_date": "2004-04-14", "question": "In October 1989 280,000 in 4 nights saw this band with an appetite for destruction open for the Rolling Stones", "value": "$600", - "answer": "Guns N\\' Roses", + "answer": "Guns N' Roses", "round": "Jeopardy!", "show_number": "4523", "fullAnswer": "Guns N\\' Roses" @@ -1043684,7 +989794,7 @@ "air_date": "2008-04-09", "question": "Winston Churchill said it's good for the uneducated \"to read books of quotations.\" This one \"is an admirable work\"", "value": "$400", - "answer": "Bartlett\\'s", + "answer": "Bartlett's", "round": "Jeopardy!", "show_number": "5438", "fullAnswer": "Bartlett\\'s" @@ -1043739,16 +989849,6 @@ "show_number": "5438", "fullAnswer": "a trophy wife" }, - { - "category": "QUOTATIONS", - "air_date": "2008-04-09", - "question": "After losing the heavyweight title to Gene Tunney in 1926, he told his wife, \"Honey, I just forgot to duck\"", - "value": "$600", - "answer": "Dempsey", - "round": "Jeopardy!", - "show_number": "5438", - "fullAnswer": "(Jack) Dempsey" - }, { "category": "OSCAR-WINNING SONGS", "air_date": "2008-04-09", @@ -1043899,16 +989999,6 @@ "show_number": "5438", "fullAnswer": "Syria" }, - { - "category": "LEFT TO YOUR OWN DEVICES", - "air_date": "2008-04-09", - "question": "(Kelly of the Clue Crew gives the clue from a lab.) Stretch a balloon over a glass, secure with rubber bands, then place a straw on top & you have a simple version of this device that measures air pressure", - "value": "$1000", - "answer": "barometer", - "round": "Jeopardy!", - "show_number": "5438", - "fullAnswer": "a barometer" - }, { "category": "\"T.W.\"", "air_date": "2008-04-09", @@ -1043964,7 +990054,7 @@ "air_date": "2008-04-09", "question": "\"The Restaurant at the End of the Universe\" was one of Douglas Adams' sequels to this novel", "value": "$400", - "answer": "Hitchhiker\\'s Guide to the Galaxy", + "answer": "Hitchhiker's Guide to the Galaxy", "round": "Double Jeopardy!", "show_number": "5438", "fullAnswer": "The Hitchhiker\\'s Guide to the Galaxy" @@ -1044049,16 +990139,6 @@ "show_number": "5438", "fullAnswer": "light" }, - { - "category": "FILMS OF THE '40s", - "air_date": "2008-04-09", - "question": "(Film critic Leonard Maltin delivers the clue.) This 1941 detective drama, a Bogart classic, is in my top 5; after all these years, it's still a challenge to figure out", - "value": "$1200", - "answer": "Maltese Falcon", - "round": "Double Jeopardy!", - "show_number": "5438", - "fullAnswer": "The Maltese Falcon" - }, { "category": "ASIAN PERSUASION", "air_date": "2008-04-09", @@ -1044189,16 +990269,6 @@ "show_number": "5438", "fullAnswer": "a yak" }, - { - "category": "\"OO\" WHO?", - "air_date": "2008-04-09", - "question": "The woman seen here was one of many painted by this Dutch-born abstract expressionist", - "value": "$2000", - "answer": "de Kooning", - "round": "Double Jeopardy!", - "show_number": "5438", - "fullAnswer": "(Willem) de Kooning" - }, { "category": "LITERARY SEQUELS", "air_date": "2008-04-09", @@ -1044239,16 +990309,6 @@ "show_number": "6059", "fullAnswer": "the Bastille" }, - { - "category": "\"V\" SHALL SEE", - "air_date": "2011-01-06", - "question": "The hungry South Carolina native seen here", - "value": "$200", - "answer": "Venus Flytrap", - "round": "Jeopardy!", - "show_number": "6059", - "fullAnswer": "the Venus Flytrap" - }, { "category": "DO YOU KNOW THE WAY TO SAN JOSE?", "air_date": "2011-01-06", @@ -1044299,16 +990359,6 @@ "show_number": "6059", "fullAnswer": "the American Revolution" }, - { - "category": "\"V\" SHALL SEE", - "air_date": "2011-01-06", - "question": "You're all wet if you can't name this location", - "value": "$400", - "answer": "Victoria Falls", - "round": "Jeopardy!", - "show_number": "6059", - "fullAnswer": "the Victoria Falls" - }, { "category": "DO YOU KNOW THE WAY TO SAN JOSE?", "air_date": "2011-01-06", @@ -1044359,16 +990409,6 @@ "show_number": "6059", "fullAnswer": "calendar" }, - { - "category": "\"V\" SHALL SEE", - "air_date": "2011-01-06", - "question": "It's a point on a triangle indicated here", - "value": "$600", - "answer": "vertex", - "round": "Jeopardy!", - "show_number": "6059", - "fullAnswer": "a vertex" - }, { "category": "DO YOU KNOW THE WAY TO SAN JOSE?", "air_date": "2011-01-06", @@ -1044419,16 +990459,6 @@ "show_number": "6059", "fullAnswer": "the Reign of Terror" }, - { - "category": "\"V\" SHALL SEE", - "air_date": "2011-01-06", - "question": "Early 20th century revolutionary seen here", - "value": "$800", - "answer": "Pancho Villa", - "round": "Jeopardy!", - "show_number": "6059", - "fullAnswer": "Pancho Villa" - }, { "category": "DO YOU KNOW THE WAY TO SAN JOSE?", "air_date": "2011-01-06", @@ -1044479,16 +990509,6 @@ "show_number": "6059", "fullAnswer": "Napoleon Bonaparte" }, - { - "category": "\"V\" SHALL SEE", - "air_date": "2011-01-06", - "question": "Structure seen here perfected by the Romans", - "value": "$1000", - "answer": "viaduct", - "round": "Jeopardy!", - "show_number": "6059", - "fullAnswer": "a viaduct" - }, { "category": "DO YOU KNOW THE WAY TO SAN JOSE?", "air_date": "2011-01-06", @@ -1044734,7 +990754,7 @@ "air_date": "2011-01-06", "question": "Still life painter William Harnett was a practitioner of this type of illusionism, French for \"deceive the eye\"", "value": "$1600", - "answer": "trompe l\\'oeil", + "answer": "trompe l'oeil", "round": "Double Jeopardy!", "show_number": "6059", "fullAnswer": "trompe l\\'oeil" @@ -1045224,7 +991244,7 @@ "air_date": "1992-05-18", "question": "This thoroughbred who won 20 of his 21 races was nicknamed \"Big Red\"", "value": "$400", - "answer": "Man O\\' War ", + "answer": "Man O' War ", "round": "Double Jeopardy!", "show_number": "1791", "fullAnswer": "Man O\\' War (Man of War accepted)" @@ -1045264,7 +991284,7 @@ "air_date": "1992-05-18", "question": "The 3 major battles of this war were at Crecy, Poitiers & Agincourt", "value": "$700", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Double Jeopardy!", "show_number": "1791", "fullAnswer": "the Hundred Years\\' War" @@ -1045739,16 +991759,6 @@ "show_number": "5491", "fullAnswer": "Chevron" }, - { - "category": "RATS", - "air_date": "2008-06-23", - "question": "Exposed underground variety of rat seen here", - "value": "$1000", - "answer": "naked mole rat", - "round": "Jeopardy!", - "show_number": "5491", - "fullAnswer": "a naked mole rat" - }, { "category": "THE BODY HUMAN", "air_date": "2008-06-23", @@ -1045869,16 +991879,6 @@ "show_number": "5491", "fullAnswer": "Cuba" }, - { - "category": "THE BODY HUMAN", - "air_date": "2008-06-23", - "question": "(Cheryl of the Clue Crew presents the visual.) Red eye in photographs is the reflection of the flash off the blood vessels from this posterior part of the eye", - "value": "$5,000", - "answer": "retina", - "round": "Double Jeopardy!", - "show_number": "5491", - "fullAnswer": "the retina" - }, { "category": "SPORTS STUFF", "air_date": "2008-06-23", @@ -1045889,16 +991889,6 @@ "show_number": "5491", "fullAnswer": "(Joe) Theismann" }, - { - "category": "AROUND EUROPE", - "air_date": "2008-06-23", - "question": "Hop aboard the train and you can get a close-up peek at this peak", - "value": "$4,000", - "answer": "Matterhorn", - "round": "Double Jeopardy!", - "show_number": "5491", - "fullAnswer": "the Matterhorn" - }, { "category": "MINDBENDING MISCELLANY", "air_date": "2008-06-23", @@ -1045964,7 +991954,7 @@ "air_date": "2008-06-23", "question": "Referring to these 2 Disneyland rides, one designer said, \"I went from sweet little children to dirty old men\"", "value": "$1600", - "answer": "It\\'s A Small World & Pirates of the Caribbean", + "answer": "It's A Small World & Pirates of the Caribbean", "round": "Double Jeopardy!", "show_number": "5491", "fullAnswer": "It\\'s A Small World & Pirates of the Caribbean" @@ -1045989,26 +991979,6 @@ "show_number": "5491", "fullAnswer": "Tunisia" }, - { - "category": "THE BODY HUMAN", - "air_date": "2008-06-23", - "question": "(Jimmy of the Clue Crew gives a physical demonstation.) Muscles work in pairs, so you can strengthen one by increasing flexibilty in the other. The hamstring curl strengthens the hamstring and allows this muscle at the front of the thigh to elongate", - "value": "$2000", - "answer": "quadriceps", - "round": "Double Jeopardy!", - "show_number": "5491", - "fullAnswer": "the quadriceps" - }, - { - "category": "SPORTS STUFF", - "air_date": "2008-06-23", - "question": "(I'm USC athletic director Mike Garrett.) In 1965 at USC I led the nation in rushing; the year before, this running back played by James Caan in a TV movie achieved the feat", - "value": "$2000", - "answer": "Piccolo", - "round": "Double Jeopardy!", - "show_number": "5491", - "fullAnswer": "(Brian) Piccolo" - }, { "category": "AROUND EUROPE", "air_date": "2008-06-23", @@ -1046189,16 +992159,6 @@ "show_number": "5498", "fullAnswer": "popcorn" }, - { - "category": "PLAY IT, SAM", - "air_date": "2008-07-02", - "question": "One of the great stand-up comics of the 1980s, he was sadly killed in an auto accident in 1992", - "value": "$600", - "answer": "Sam Kinison", - "round": "Jeopardy!", - "show_number": "5498", - "fullAnswer": "Sam Kinison" - }, { "category": "WE'RE NOT IN KANSAS ANYMORE", "air_date": "2008-07-02", @@ -1046299,16 +992259,6 @@ "show_number": "5498", "fullAnswer": "a malted" }, - { - "category": "ROSEBUD", - "air_date": "2008-07-02", - "question": "Fabric name for roses like the Celsiana, which has petals that look like crumpled silk", - "value": "$2,600", - "answer": "Damask rose", - "round": "Jeopardy!", - "show_number": "5498", - "fullAnswer": "a Damask rose" - }, { "category": "PLAY IT, SAM", "air_date": "2008-07-02", @@ -1046339,16 +992289,6 @@ "show_number": "5498", "fullAnswer": "Fen-phen" }, - { - "category": "GO AHEAD, MAKE MY \"DAY\"", - "air_date": "2008-07-02", - "question": "Early in his career, this English chemist and physicist was an assistant to Sir Humphry Davy", - "value": "$1000", - "answer": "Michael Faraday", - "round": "Jeopardy!", - "show_number": "5498", - "fullAnswer": "Michael Faraday" - }, { "category": "I DRINK YOUR MILKSHAKE", "air_date": "2008-07-02", @@ -1046429,16 +992369,6 @@ "show_number": "5498", "fullAnswer": "the Civil War" }, - { - "category": "FAILURE TO COMMUNICATE", - "air_date": "2008-07-02", - "question": "(Sarah of the Clue Crew points to an anatomical animation on the monitor.) Making it hard to communicate, inflammation of the structure above the trachea is known as this", - "value": "$800", - "answer": "laryngitis", - "round": "Double Jeopardy!", - "show_number": "5498", - "fullAnswer": "laryngitis" - }, { "category": "I'M WALKIN' HERE!", "air_date": "2008-07-02", @@ -1046449,16 +992379,6 @@ "show_number": "5498", "fullAnswer": "Pisa" }, - { - "category": "FOLLOW THE MONEY", - "air_date": "2008-07-02", - "question": "(Kelly of the Clue Crew shows us the money from Kyoto, Japan.) The name of this Japanese currency means \"round\" because of the new round coins that replaced oval and other-shaped ones in the 1870s", - "value": "$800", - "answer": "yen", - "round": "Double Jeopardy!", - "show_number": "5498", - "fullAnswer": "the yen" - }, { "category": "SAY HELLO TO MY LITTLE FRIEND", "air_date": "2008-07-02", @@ -1046479,16 +992399,6 @@ "show_number": "5498", "fullAnswer": "adios" }, - { - "category": "MAY THE FORCE BE WITH YOU", - "air_date": "2008-07-02", - "question": "The Ironsides were an elite cavalry that fought for this non-royal at the Battle of Marston Moor", - "value": "$1200", - "answer": "Cromwell", - "round": "Double Jeopardy!", - "show_number": "5498", - "fullAnswer": "(Oliver) Cromwell" - }, { "category": "FAILURE TO COMMUNICATE", "air_date": "2008-07-02", @@ -1046629,16 +992539,6 @@ "show_number": "5498", "fullAnswer": "Tajikistan" }, - { - "category": "FOLLOW THE MONEY", - "air_date": "2008-07-02", - "question": "Guatemala's national currency is named after this colorful bird, seen here", - "value": "$2000", - "answer": "quetzal", - "round": "Double Jeopardy!", - "show_number": "5498", - "fullAnswer": "the quetzal" - }, { "category": "SAY HELLO TO MY LITTLE FRIEND", "air_date": "2008-07-02", @@ -1047004,7 +992904,7 @@ "air_date": "1996-01-11", "question": "This March observance has been called the \"most important national holiday in Ireland\"", "value": "$200", - "answer": "St. Patrick\\'s Day", + "answer": "St. Patrick's Day", "round": "Double Jeopardy!", "show_number": "2619", "fullAnswer": "St. Patrick\\'s Day" @@ -1047104,7 +993004,7 @@ "air_date": "1996-01-11", "question": "Found at a swap meet, the special Oscar stolen from this child star of \"Meet Me In St. Louis\" was returned in 1995", "value": "$600", - "answer": "Margaret O\\' Brien", + "answer": "Margaret O' Brien", "round": "Double Jeopardy!", "show_number": "2619", "fullAnswer": "Margaret O\\' Brien" @@ -1047404,7 +993304,7 @@ "air_date": "2002-06-06", "question": "If your doctor says your condition is idiopathic or cryptogenic, he's telling you this about its cause", "value": "$600", - "answer": "they don\\'t know the cause", + "answer": "they don't know the cause", "round": "Jeopardy!", "show_number": "4104", "fullAnswer": "they don\\'t know the cause" @@ -1047429,22 +993329,12 @@ "show_number": "4104", "fullAnswer": "Mark Twain" }, - { - "category": "NATIONALITIES", - "air_date": "2002-06-06", - "question": "Relax. Enjoy. It's the bath seen here", - "value": "$600", - "answer": "Turkish bath", - "round": "Jeopardy!", - "show_number": "4104", - "fullAnswer": "a Turkish bath" - }, { "category": "SEE 'EM & WEEP", "air_date": "2002-06-06", "question": "Who isn't moved to tears when the people of Bedford Falls come to George Bailey's rescue in this 1946 holiday classic?", "value": "$600", - "answer": "It\\'s a Wonderful Life", + "answer": "It's a Wonderful Life", "round": "Jeopardy!", "show_number": "4104", "fullAnswer": "It\\'s a Wonderful Life" @@ -1047509,16 +993399,6 @@ "show_number": "4104", "fullAnswer": "The Champ" }, - { - "category": "\"UP\" WORDS", - "air_date": "2002-06-06", - "question": "(Jimmy of the Clue Crew has his boxing gloves on.) It's the devastating blow I'm about to deliver", - "value": "$800", - "answer": "uppercut", - "round": "Jeopardy!", - "show_number": "4104", - "fullAnswer": "an uppercut" - }, { "category": "MEDICAL TALK", "air_date": "2002-06-06", @@ -1047529,16 +993409,6 @@ "show_number": "4104", "fullAnswer": "through the mouth" }, - { - "category": "HITTING THE LINKS", - "air_date": "2002-06-06", - "question": "Using simple links, the molecule whose structure is seen here is this substance, used as a bleach", - "value": "$1000", - "answer": "hydrogen peroxide", - "round": "Jeopardy!", - "show_number": "4104", - "fullAnswer": "hydrogen peroxide" - }, { "category": "FOREST", "air_date": "2002-06-06", @@ -1047659,16 +993529,6 @@ "show_number": "4104", "fullAnswer": "a knife" }, - { - "category": "ON THE \"M\"AP", - "air_date": "2002-06-06", - "question": "Community in the name of the doll seen here, introduced in 1971", - "value": "$2,000", - "answer": "Malibu", - "round": "Double Jeopardy!", - "show_number": "4104", - "fullAnswer": "Malibu" - }, { "category": "THE LANGUAGE OF LOVE", "air_date": "2002-06-06", @@ -1047759,16 +993619,6 @@ "show_number": "4104", "fullAnswer": "MD" }, - { - "category": "MILITARY MEN", - "air_date": "2002-06-06", - "question": "Known as \"The G.I.'s General\", he's the five-star hero seen here with only three during World War II", - "value": "$1600", - "answer": "Bradley", - "round": "Double Jeopardy!", - "show_number": "4104", - "fullAnswer": "(Omar) Bradley" - }, { "category": "THIS'LL KILL YA!", "air_date": "2002-06-06", @@ -1047779,16 +993629,6 @@ "show_number": "4104", "fullAnswer": "a lead pipe" }, - { - "category": "ON THE \"M\"AP", - "air_date": "2002-06-06", - "question": "(Jeff Probst, host of Survivor, delivers the clue.) Nuka Hiva is the largest island in this French group in the South Pacific", - "value": "$1600", - "answer": "Marquesas", - "round": "Double Jeopardy!", - "show_number": "4104", - "fullAnswer": "the Marquesas" - }, { "category": "THE LANGUAGE OF LOVE", "air_date": "2002-06-06", @@ -1048174,7 +994014,7 @@ "air_date": "1990-11-05", "question": "Under David Dubinsky's leadership, this union grew from 34,000 members in 1932 to 404,000 in 1966", "value": "$500", - "answer": "International Ladies\\' Garment Workers\\' Union", + "answer": "International Ladies' Garment Workers' Union", "round": "Jeopardy!", "show_number": "1421", "fullAnswer": "the International Ladies\\' Garment Workers\\' Union" @@ -1048664,7 +994504,7 @@ "air_date": "1998-07-07", "question": "(Toy that's a \"knockout\")", "value": "$300", - "answer": "Rock \\'Em Sock \\'Em Robots", + "answer": "Rock 'Em Sock 'Em Robots", "round": "Jeopardy!", "show_number": "3207", "fullAnswer": "Rock \\'Em Sock \\'Em Robots" @@ -1048774,7 +994614,7 @@ "air_date": "1998-07-07", "question": "(Tap your mallet carefully on the \"frozen water blocks\" and...)", "value": "$500", - "answer": "Don\\'t Break the Ice", + "answer": "Don't Break the Ice", "round": "Jeopardy!", "show_number": "3207", "fullAnswer": "Don\\'t Break the Ice" @@ -1049239,16 +995079,6 @@ "show_number": "5972", "fullAnswer": "a murmur" }, - { - "category": "SUPERMARKET SWEEP", - "air_date": "2010-07-27", - "question": "I just got off this paper towel brand's website, quickerpickerupper.com", - "value": "$600", - "answer": "Bounty", - "round": "Jeopardy!", - "show_number": "5972", - "fullAnswer": "Bounty" - }, { "category": "FERROUS, BUELLER", "air_date": "2010-07-27", @@ -1049509,16 +995339,6 @@ "show_number": "5972", "fullAnswer": "The Black Crowes" }, - { - "category": "WORLD WAR II", - "air_date": "2010-07-27", - "question": "(Sarah of the Clue Crew reports from the World War II Memorial in Washington, D.C.) A panel honors the contribution of paratroop units like the 507th, which helped beat back this German counteroffensive of December 1944", - "value": "$1200", - "answer": "Battle of the Bulge", - "round": "Double Jeopardy!", - "show_number": "5972", - "fullAnswer": "Battle of the Bulge" - }, { "category": "PLEAS & CARATS", "air_date": "2010-07-27", @@ -1050419,16 +996239,6 @@ "show_number": "4610", "fullAnswer": "Delaware" }, - { - "category": "FOREIGN WORDS & PHRASES", - "air_date": "2004-09-24", - "question": "(Cheryl of the Clue Crew eats a slice of pizza on Arthur Avenue in New York.) A motto on Arthur Avenue is \"mangia bene, vivi bene\", which translates to this", - "value": "$400", - "answer": "eat well, live well", - "round": "Jeopardy!", - "show_number": "4610", - "fullAnswer": "eat well, live well" - }, { "category": "U.S. LAKES", "air_date": "2004-09-24", @@ -1050449,16 +996259,6 @@ "show_number": "4610", "fullAnswer": "Vince Lombardi" }, - { - "category": "CHAIN OF COMMAND", - "air_date": "2004-09-24", - "question": "This chain-wearer seen here sailed from Lisbon in 1497 with the São Gabriel and other ships under his command", - "value": "$600", - "answer": "Vasco da Gama", - "round": "Jeopardy!", - "show_number": "4610", - "fullAnswer": "Vasco da Gama" - }, { "category": "IF THEY MARRIED...", "air_date": "2004-09-24", @@ -1050589,16 +996389,6 @@ "show_number": "4610", "fullAnswer": "Vikki Carr-Pinter" }, - { - "category": "PATRIOTS", - "air_date": "2004-09-24", - "question": "(I'm John DeStefano, Mayor of New Haven, but) This man, our first mayor, was the only man to sign the 4 great U.S. founding documents, including the Constitution", - "value": "$1000", - "answer": "Roger Sherman", - "round": "Jeopardy!", - "show_number": "4610", - "fullAnswer": "Roger Sherman" - }, { "category": "FOREIGN WORDS & PHRASES", "air_date": "2004-09-24", @@ -1050969,16 +996759,6 @@ "show_number": "6031", "fullAnswer": "the Fed" }, - { - "category": "A MURDER INVESTIGATION", - "air_date": "2010-11-29", - "question": "(Kyra Sedgwick delivers the clue.) Lividity, caused by blood pooling in certain areas, is one of the ways to determine this, abbreviated T.O.D., which Brenda often politely asks the forensics folks to tell her", - "value": "$200", - "answer": "time of death", - "round": "Jeopardy!", - "show_number": "6031", - "fullAnswer": "time of death" - }, { "category": "COUNTRY NICKNAMES", "air_date": "2010-11-29", @@ -1051019,16 +996799,6 @@ "show_number": "6031", "fullAnswer": "seven feet" }, - { - "category": "A MURDER INVESTIGATION", - "air_date": "2010-11-29", - "question": "(Kyra Sedgwick delivers the clue.) Some detectives ask witnesses to look at these arrays that usually include a suspect & 5 others standing in a row", - "value": "$400", - "answer": "lineup", - "round": "Jeopardy!", - "show_number": "6031", - "fullAnswer": "a lineup" - }, { "category": "COUNTRY NICKNAMES", "air_date": "2010-11-29", @@ -1051079,16 +996849,6 @@ "show_number": "6031", "fullAnswer": "the spread" }, - { - "category": "A MURDER INVESTIGATION", - "air_date": "2010-11-29", - "question": "(Kyra Sedgwick delivers the clue.) The classic 3 elements that point to guilt are means, opportunity & this one, which means a detective has to be a pretty good psychologist", - "value": "$600", - "answer": "motive", - "round": "Jeopardy!", - "show_number": "6031", - "fullAnswer": "motive" - }, { "category": "COUNTRY NICKNAMES", "air_date": "2010-11-29", @@ -1051109,16 +996869,6 @@ "show_number": "6031", "fullAnswer": "Ally Sheedy" }, - { - "category": "2010 20th ANNIVERSARIES", - "air_date": "2010-11-29", - "question": "Representative Jim Langevin presided over the House of Representatives in recognition of the anniversary of this 1990 act", - "value": "$800", - "answer": "Americans with Disabilities Act", - "round": "Jeopardy!", - "show_number": "6031", - "fullAnswer": "the Americans with Disabilities Act" - }, { "category": "THAT'S GREAT, PETER THE GREAT!", "air_date": "2010-11-29", @@ -1051139,16 +996889,6 @@ "show_number": "6031", "fullAnswer": "dread" }, - { - "category": "A MURDER INVESTIGATION", - "air_date": "2010-11-29", - "question": "(Kyra Sedgwick delivers the clue.) If 2 or more murders have a similar type of victim & weapon, you might be dealing with one of these, a term popularized by Robert Ressler of the FBI", - "value": "$800", - "answer": "serial killer", - "round": "Jeopardy!", - "show_number": "6031", - "fullAnswer": "a serial killer" - }, { "category": "COUNTRY NICKNAMES", "air_date": "2010-11-29", @@ -1051164,7 +996904,7 @@ "air_date": "2010-11-29", "question": "Rachael Leigh Cook, the \"ugly duckling\", is pursued by Freddie Prinze Jr. in this high school comedy", "value": "$1000", - "answer": "She\\'s All That", + "answer": "She's All That", "round": "Jeopardy!", "show_number": "6031", "fullAnswer": "She\\'s All That" @@ -1051199,16 +996939,6 @@ "show_number": "6031", "fullAnswer": "the thread" }, - { - "category": "A MURDER INVESTIGATION", - "air_date": "2010-11-29", - "question": "(Kyra Sedgwick delivers the clue.) Getting confessions, Brenda's specialty, will be easier now that the Supreme Court has ruled that any response to interrogation means you've waived your rights under this 1966 decision", - "value": "$1000", - "answer": "Miranda decision", - "round": "Jeopardy!", - "show_number": "6031", - "fullAnswer": "the Miranda decision" - }, { "category": "SHAKESPEAREAN PORTMANTEAU", "air_date": "2010-11-29", @@ -1051349,16 +997079,6 @@ "show_number": "6031", "fullAnswer": "Mike Tyson" }, - { - "category": "10-LETTER WORDS", - "air_date": "2010-11-29", - "question": "(Sarah of the Clue Crew reads from the science lab.) Pyrolytic graphite repels either pole of a magnet, so when you suspend a magnet between 2 plates of the graphite, the magnet does what a magician would call this 10-letter trick", - "value": "$1200", - "answer": "levitation", - "round": "Double Jeopardy!", - "show_number": "6031", - "fullAnswer": "levitation" - }, { "category": "GUILDING", "air_date": "2010-11-29", @@ -1051369,22 +997089,12 @@ "show_number": "6031", "fullAnswer": "the American Federation of Teachers" }, - { - "category": "THE LILY", - "air_date": "2010-11-29", - "question": "Sacred to the ancient Egyptians, Buddhists & Hindus, it's the variety of water lily seen here", - "value": "$1200", - "answer": "lotus", - "round": "Double Jeopardy!", - "show_number": "6031", - "fullAnswer": "the lotus" - }, { "category": "SHAKESPEAREAN PORTMANTEAU", "air_date": "2010-11-29", "question": "Shakespeare's comedy about a chef who tells a customer it's best to cook steaks until they're like shoe leather", "value": "$1600", - "answer": "All\\'s Well That Ends Well Done", + "answer": "All's Well That Ends Well Done", "round": "Double Jeopardy!", "show_number": "6031", "fullAnswer": "All\\'s Well That Ends Well Done" @@ -1051624,7 +997334,7 @@ "air_date": "2003-07-11", "question": "The Ventures had a Top 10 hit with this song in 1969", "value": "$600", - "answer": "Theme from \\'Hawaii Five-O\\'", + "answer": "Theme from 'Hawaii Five-O'", "round": "Jeopardy!", "show_number": "4360", "fullAnswer": "\"Theme from \\'Hawaii Five-O\\'\"" @@ -1052364,7 +998074,7 @@ "air_date": "1996-03-22", "question": "If their ice cream was known by their last names, they'd be scooping up Cohen & Greenfield's", "value": "$500", - "answer": "Ben & Jerry\\'s", + "answer": "Ben & Jerry's", "round": "Jeopardy!", "show_number": "2670", "fullAnswer": "Ben & Jerry\\'s" @@ -1052574,7 +998284,7 @@ "air_date": "1996-03-22", "question": "This 1992 comedy featuring a Campbell & an Algar won 8 Oscars -- Not!", "value": "$600", - "answer": "Wayne\\'s World", + "answer": "Wayne's World", "round": "Double Jeopardy!", "show_number": "2670", "fullAnswer": "\"Wayne\\'s World\"" @@ -1053324,7 +999034,7 @@ "air_date": "1999-01-13", "question": "Thousands receive care every year at this institution for homeless, neglected & abused children founded in 1917", "value": "$100", - "answer": "Father Flanagan\\'s Boys Town/Home", + "answer": "Father Flanagan's Boys Town/Home", "round": "Jeopardy!", "show_number": "3308", "fullAnswer": "Father Flanagan\\'s Boys Town/Home" @@ -1053504,7 +999214,7 @@ "air_date": "1999-01-13", "question": "This hat's name comes from a Robbie Burns poem", "value": "$400", - "answer": "Tam \\'O Shanter", + "answer": "Tam 'O Shanter", "round": "Jeopardy!", "show_number": "3308", "fullAnswer": "Tam \\'O Shanter" @@ -1053919,16 +999629,6 @@ "show_number": "5073", "fullAnswer": "Mount Everest" }, - { - "category": "POTPOURRI", - "air_date": "2006-10-04", - "question": "(Alex stands with Elmo on Sesame Street.) 2005 was the 100th anniversary of Gennaro Lombardi starting one of these restaurants

(Elmo: One of Elmo's favorite foods!)", - "value": "$200", - "answer": "pizzeria", - "round": "Jeopardy!", - "show_number": "5073", - "fullAnswer": "a pizzeria" - }, { "category": "MATH", "air_date": "2006-10-04", @@ -1054429,16 +1000129,6 @@ "show_number": "5073", "fullAnswer": "old dudes" }, - { - "category": "STARTS WITH \"J\"", - "air_date": "2006-10-04", - "question": "(Jimmy of the Clue Crew stands next to a brown cud-chewing cow in Old World, Wisconsin.) You could say this cow is far from home; its breed is named for this island--about 4,000 miles to the east", - "value": "$2000", - "answer": "Jersey", - "round": "Double Jeopardy!", - "show_number": "5073", - "fullAnswer": "Jersey" - }, { "category": "THE SPACE SHUTTLE", "air_date": "2006-10-04", @@ -1054469,16 +1000159,6 @@ "show_number": "5493", "fullAnswer": "Michael Clayton" }, - { - "category": "ON THE BEACH IN RIO", - "air_date": "2008-06-25", - "question": "(Sarah of the Clue Crew reports from Ipanema.) Having fun in Rio? \"Blame it on\" this style of music developed in & around Ipanema in the '50s; its name means \"new trend\"", - "value": "$200", - "answer": "bossa nova", - "round": "Jeopardy!", - "show_number": "5493", - "fullAnswer": "bossa nova" - }, { "category": "BRUSH UP YOUR SHAKESPEARE", "air_date": "2008-06-25", @@ -1054589,16 +1000269,6 @@ "show_number": "5493", "fullAnswer": "Jerry Maguire" }, - { - "category": "ON THE BEACH IN RIO", - "air_date": "2008-06-25", - "question": "(Jimmy reports from the beach.) Vanity Fair's September 2007 cover was \"Viva Brazil\", starring this model and the new girls & boys from Ipanema", - "value": "$600", - "answer": "Gisele Bündchen", - "round": "Jeopardy!", - "show_number": "5493", - "fullAnswer": "Gisele Bündchen" - }, { "category": "BRUSH UP YOUR SHAKESPEARE", "air_date": "2008-06-25", @@ -1054654,7 +1000324,7 @@ "air_date": "2008-06-25", "question": "Brazilians call this holiday eve \"Reveillon\"; that's when small boats are launched to honor the sea goddess Yemanja", "value": "$800", - "answer": "New Year\\'s Eve", + "answer": "New Year's Eve", "round": "Jeopardy!", "show_number": "5493", "fullAnswer": "New Year\\'s Eve" @@ -1054709,16 +1000379,6 @@ "show_number": "5493", "fullAnswer": "Charlie Bartlett" }, - { - "category": "ON THE BEACH IN RIO", - "air_date": "2008-06-25", - "question": "(Sarah reports from the beach one more time.) On July 7, 2007 400,000 people came here to Copacabana Beach, the South American site for this music event that spotlighted climate change", - "value": "$1,000", - "answer": "Live Earth", - "round": "Jeopardy!", - "show_number": "5493", - "fullAnswer": "Live Earth" - }, { "category": "BRUSH UP YOUR SHAKESPEARE", "air_date": "2008-06-25", @@ -1054784,7 +1000444,7 @@ "air_date": "2008-06-25", "question": "A Hungarian inventor is famous for this puzzling cube", "value": "$400", - "answer": "Rubik\\'s Cube", + "answer": "Rubik's Cube", "round": "Double Jeopardy!", "show_number": "5493", "fullAnswer": "the Rubik\\'s Cube" @@ -1055159,16 +1000819,6 @@ "show_number": "5699", "fullAnswer": "Yahoo!" }, - { - "category": "HOBO A GO GO", - "air_date": "2009-05-21", - "question": "Thank the Lordy! Seen here is the hobo sign meaning that this staple of life is available ahead", - "value": "$400", - "answer": "bread", - "round": "Jeopardy!", - "show_number": "5699", - "fullAnswer": "bread" - }, { "category": "RIDING THE \"RAIL\"S", "air_date": "2009-05-21", @@ -1055289,16 +1000939,6 @@ "show_number": "5699", "fullAnswer": "Jack London" }, - { - "category": "RIDING THE \"RAIL\"S", - "air_date": "2009-05-21", - "question": "(Jimmy of the Clue Crew shows a video of a jetliner on the monitor.) When water particles from jet exhaust mix with cold air in the atmosphere, it forms lingering visible streams called these", - "value": "$800", - "answer": "contrails", - "round": "Jeopardy!", - "show_number": "5699", - "fullAnswer": "contrails" - }, { "category": "THE WORLD AT WAR", "air_date": "2009-05-21", @@ -1055389,16 +1001029,6 @@ "show_number": "5699", "fullAnswer": "Mexico" }, - { - "category": "PHOTO-SYNTHESIS", - "air_date": "2009-05-21", - "question": "I'll bet these sprouts are little rascals", - "value": "$400", - "answer": "alfalfa sprouts", - "round": "Double Jeopardy!", - "show_number": "5699", - "fullAnswer": "alfalfa sprouts" - }, { "category": "ART HEISTS", "air_date": "2009-05-21", @@ -1055449,16 +1001079,6 @@ "show_number": "5699", "fullAnswer": "Seville" }, - { - "category": "PHOTO-SYNTHESIS", - "air_date": "2009-05-21", - "question": "Film critic Gene might give a favorable review to this type of onion", - "value": "$800", - "answer": "shallots", - "round": "Double Jeopardy!", - "show_number": "5699", - "fullAnswer": "shallots" - }, { "category": "ART HEISTS", "air_date": "2009-05-21", @@ -1055494,7 +1001114,7 @@ "air_date": "2009-05-21", "question": "Rolling Stones tune that became the title of a 1986 Whoopi Goldberg spy comedy", "value": "$1200", - "answer": "Jumpin\\' Jack Flash", + "answer": "Jumpin' Jack Flash", "round": "Double Jeopardy!", "show_number": "5699", "fullAnswer": "\"Jumpin\\' Jack Flash\"" @@ -1055509,16 +1001129,6 @@ "show_number": "5699", "fullAnswer": "a city-state" }, - { - "category": "PHOTO-SYNTHESIS", - "air_date": "2009-05-21", - "question": "These aren't the band of the same name", - "value": "$1200", - "answer": "black-eyed peas", - "round": "Double Jeopardy!", - "show_number": "5699", - "fullAnswer": "black-eyed peas" - }, { "category": "ART HEISTS", "air_date": "2009-05-21", @@ -1055554,7 +1001164,7 @@ "air_date": "2009-05-21", "question": "A 1979 song from The Cure; later, the title of Hilary Swank's first Oscar winner", "value": "$1600", - "answer": "Boys Don\\'t Cry", + "answer": "Boys Don't Cry", "round": "Double Jeopardy!", "show_number": "5699", "fullAnswer": "\"Boys Don\\'t Cry\"" @@ -1055569,16 +1001179,6 @@ "show_number": "5699", "fullAnswer": "Timbuktu" }, - { - "category": "PHOTO-SYNTHESIS", - "air_date": "2009-05-21", - "question": "This isn't celery with a sunburn, it's this", - "value": "$1600", - "answer": "rhubarb", - "round": "Double Jeopardy!", - "show_number": "5699", - "fullAnswer": "rhubarb" - }, { "category": "ART HEISTS", "air_date": "2009-05-21", @@ -1055629,26 +1001229,6 @@ "show_number": "5699", "fullAnswer": "Assyria" }, - { - "category": "PHOTO-SYNTHESIS", - "air_date": "2009-05-21", - "question": "Spanish name of the produce seen here", - "value": "$2000", - "answer": "tomatillos", - "round": "Double Jeopardy!", - "show_number": "5699", - "fullAnswer": "tomatillos" - }, - { - "category": "ART HEISTS", - "air_date": "2009-05-21", - "question": "Seen here, this Dutch painter's \"Lady Writing a Letter with Her Maid\" was stolen in 1974 & again in 1986", - "value": "$2000", - "answer": "Vermeer", - "round": "Double Jeopardy!", - "show_number": "5699", - "fullAnswer": "(Jan) Vermeer" - }, { "category": "\"J\" PEG", "air_date": "2009-05-21", @@ -1055739,16 +1001319,6 @@ "show_number": "5184", "fullAnswer": "the Philippines" }, - { - "category": "A SET OF CHINA", - "air_date": "2007-03-08", - "question": "Are you having coffee with dessert? Then please pass this item seen here", - "value": "$400", - "answer": "creamer", - "round": "Jeopardy!", - "show_number": "5184", - "fullAnswer": "a creamer" - }, { "category": "TALKING TURKEY", "air_date": "2007-03-08", @@ -1055869,16 +1001439,6 @@ "show_number": "5184", "fullAnswer": "a saucer" }, - { - "category": "TALKING TURKEY", - "air_date": "2007-03-08", - "question": "Seen here, the turkey symbolizes Freedom from Want in this illustrator's Four Freedoms series", - "value": "$800", - "answer": "Norman Rockwell", - "round": "Jeopardy!", - "show_number": "5184", - "fullAnswer": "Norman Rockwell" - }, { "category": "MICHAEL JORDAN", "air_date": "2007-03-08", @@ -1055919,16 +1001479,6 @@ "show_number": "5184", "fullAnswer": "the Bahamas" }, - { - "category": "A SET OF CHINA", - "air_date": "2007-03-08", - "question": "It's the item seen here; a game of the same name has been played since 1935", - "value": "$1000", - "answer": "sugar bowl", - "round": "Jeopardy!", - "show_number": "5184", - "fullAnswer": "sugar bowl" - }, { "category": "TALKING TURKEY", "air_date": "2007-03-08", @@ -1055969,22 +1001519,12 @@ "show_number": "5184", "fullAnswer": "a denizen" }, - { - "category": "OMAHA'S HENRY DOORLY ZOO", - "air_date": "2007-03-08", - "question": "(Kelly of the Clue Crew plays with a jaguar cub.) Whether black or not, jaguars are among the felines sometimes called by this general term, very similar to a genus name", - "value": "$400", - "answer": "panther", - "round": "Double Jeopardy!", - "show_number": "5184", - "fullAnswer": "panther" - }, { "category": "PLACES IN SONG", "air_date": "2007-03-08", "question": "This show tune says, \"All through my wild days, my mad existence, I kept my promise, don't keep your distance\"", "value": "$400", - "answer": "Don\\'t Cry For Me Argentina", + "answer": "Don't Cry For Me Argentina", "round": "Double Jeopardy!", "show_number": "5184", "fullAnswer": "\"Don\\'t Cry For Me Argentina\"" @@ -1056029,16 +1001569,6 @@ "show_number": "5184", "fullAnswer": "hospital" }, - { - "category": "OMAHA'S HENRY DOORLY ZOO", - "air_date": "2007-03-08", - "question": "(Cheryl of the Clue Crew presents from inside a zoo exhibit in Henry Doorly Zoo, Omaha, NE.) I'm in the world's largest indoor desert, which is under the world's largest glazed structure of this type", - "value": "$800", - "answer": "geodesic dome", - "round": "Double Jeopardy!", - "show_number": "5184", - "fullAnswer": "a geodesic dome" - }, { "category": "PLACES IN SONG", "air_date": "2007-03-08", @@ -1056089,16 +1001619,6 @@ "show_number": "5184", "fullAnswer": "a convent" }, - { - "category": "OMAHA'S HENRY DOORLY ZOO", - "air_date": "2007-03-08", - "question": "(Sarah of the Clue Crew presents from inside a jungle pavilion in Henry Doorly Zoo, Omaha, NE.) To create the Lied Jungle, one of the nation's largest indoor rainforests, a team travelled to this country between Nicaragua & Panama to study the real thing", - "value": "$1200", - "answer": "Costa Rica", - "round": "Double Jeopardy!", - "show_number": "5184", - "fullAnswer": "Costa Rica" - }, { "category": "PLACES IN SONG", "air_date": "2007-03-08", @@ -1056149,16 +1001669,6 @@ "show_number": "5184", "fullAnswer": "punctuation" }, - { - "category": "OMAHA'S HENRY DOORLY ZOO", - "air_date": "2007-03-08", - "question": "(Sarah of the Clue Crew sits with a baby orangutan in Henry Doorly Zoo, Omaha, NE.) With this little guy's own mom unable to care for him, it's hoped that another female orangutan will step in to act as this type of substitute mom", - "value": "$1600", - "answer": "surrogate", - "round": "Double Jeopardy!", - "show_number": "5184", - "fullAnswer": "surrogate" - }, { "category": "PLACES IN SONG", "air_date": "2007-03-08", @@ -1056199,32 +1001709,12 @@ "show_number": "5184", "fullAnswer": "hand" }, - { - "category": "FROM THE LATIN", - "air_date": "2007-03-08", - "question": "(I'm Carson Kressley from Queer Eye for the Straight Guy.) As a former member of the U.S. World Cup team in this sport, I know that its name comes from the Latin for \"horse\"", - "value": "$1600", - "answer": "equestrian", - "round": "Double Jeopardy!", - "show_number": "5184", - "fullAnswer": "equestrian" - }, - { - "category": "OMAHA'S HENRY DOORLY ZOO", - "air_date": "2007-03-08", - "question": "(Kelly of the Clue Crew presents from a penguin exhibit in Henry Doorly Zoo, Omaha, NE.) In the wild, penguins live south of the equator, with the northernmost ones being from this South American island group", - "value": "$2000", - "answer": "Galapagos Islands", - "round": "Double Jeopardy!", - "show_number": "5184", - "fullAnswer": "Galapagos Islands" - }, { "category": "PLACES IN SONG", "air_date": "2007-03-08", "question": "In \"South Pacific\" this mysterious & exotic island \"may call you, any night, any day\"", "value": "$2000", - "answer": "Bali Ha\\'i", + "answer": "Bali Ha'i", "round": "Double Jeopardy!", "show_number": "5184", "fullAnswer": "Bali Ha\\'i" @@ -1056349,16 +1001839,6 @@ "show_number": "5037", "fullAnswer": "Sylvia Plath" }, - { - "category": "NAMES IN SPORTS", - "air_date": "2006-07-04", - "question": "(Hi, I'm Tim Dwight.) At Iowa I was one of these, like the sneaky scout in \"The Last of the Mohicans\"", - "value": "$400", - "answer": "Hawkeye", - "round": "Jeopardy!", - "show_number": "5037", - "fullAnswer": "a Hawkeye" - }, { "category": "LET'S GRAB SOME SEAFOOD", "air_date": "2006-07-04", @@ -1056469,16 +1001949,6 @@ "show_number": "5037", "fullAnswer": "Shelley" }, - { - "category": "NAMES IN SPORTS", - "air_date": "2006-07-04", - "question": "(Hi, I'm James Worthy.) In the 1980s my L.A. Lakers got this \"entertaining\" nickname, also the name of a cable television network", - "value": "$800", - "answer": "Showtime", - "round": "Jeopardy!", - "show_number": "5037", - "fullAnswer": "\"Showtime\"" - }, { "category": "LET'S GRAB SOME SEAFOOD", "air_date": "2006-07-04", @@ -1056559,16 +1002029,6 @@ "show_number": "5037", "fullAnswer": "(Millard) Fillmore" }, - { - "category": "ODD JOBS", - "air_date": "2006-07-04", - "question": "(Cheryl of the Clue Crew reports from a barrel-making shop in Strawberry Banke Museum, Portsmouth, NH.) From planks of wood, a cooper makes these curved pieces that form the sides of a barrel", - "value": "$1000", - "answer": "staves", - "round": "Jeopardy!", - "show_number": "5037", - "fullAnswer": "staves" - }, { "category": "13-LETTER WORDS", "air_date": "2006-07-04", @@ -1056759,16 +1002219,6 @@ "show_number": "5037", "fullAnswer": "porcelain" }, - { - "category": "COMPOSERS", - "air_date": "2006-07-04", - "question": "He's the composer putting on airs in the following", - "value": "$1600", - "answer": "Bach", - "round": "Double Jeopardy!", - "show_number": "5037", - "fullAnswer": "Bach" - }, { "category": "QUOTES FROM THE GODFATHER MOVIES", "air_date": "2006-07-04", @@ -1056839,26 +1002289,6 @@ "show_number": "5037", "fullAnswer": "a businessman" }, - { - "category": "GEISHA GLOSSARY", - "air_date": "2006-07-04", - "question": "The plucky gal seen here strums her instrument with a bachi, this in English; it's from the Greek plessein", - "value": "$2000", - "answer": "plectrum", - "round": "Double Jeopardy!", - "show_number": "5037", - "fullAnswer": "a plectrum" - }, - { - "category": "PLANT LIFE", - "air_date": "2006-07-04", - "question": "(Kelly of the Clue Crew shows some leaf shapes on the monitor.) Leaf shapes include lanceolate, ovate & this one, also with the \"a-t-e\" ending, that's shaped like a cook's flipping & spreading tool", - "value": "$2000", - "answer": "spatulate", - "round": "Double Jeopardy!", - "show_number": "5037", - "fullAnswer": "spatulate" - }, { "category": "AMERICAN RIVERS", "air_date": "2006-07-04", @@ -1057374,7 +1002804,7 @@ "air_date": "2001-04-25", "question": "Used by truckers, these radios with 40 channels have an output limit of 4 watts", "value": "$800", - "answer": "CB (Citizen\\'s Band) Radios", + "answer": "CB (Citizen's Band) Radios", "round": "Double Jeopardy!", "show_number": "3843", "fullAnswer": "CB (Citizen\\'s Band) Radios" @@ -1057384,7 +1002814,7 @@ "air_date": "2001-04-25", "question": "Play in which James Tyrone's insensitivity drives his wife Mary mad", "value": "$800", - "answer": "Long Day\\'s Journey Into Night", + "answer": "Long Day's Journey Into Night", "round": "Double Jeopardy!", "show_number": "3843", "fullAnswer": "\"Long Day\\'s Journey Into Night\"" @@ -1057534,7 +1002964,7 @@ "air_date": "2008-06-03", "question": "2 friends are on a mission with their Illinois public access show in this film", "value": "$400", - "answer": "Wayne\\'s World", + "answer": "Wayne's World", "round": "Jeopardy!", "show_number": "5477", "fullAnswer": "Wayne\\'s World" @@ -1057619,16 +1003049,6 @@ "show_number": "5477", "fullAnswer": "critical" }, - { - "category": "MUSEUMS", - "air_date": "2008-06-03", - "question": "Honorees at the Astronaut Hall of Fame in Florida include this first American in space", - "value": "$600", - "answer": "Shepard", - "round": "Jeopardy!", - "show_number": "5477", - "fullAnswer": "(Alan) Shepard" - }, { "category": "\"OUT\" IS IN", "air_date": "2008-06-03", @@ -1057699,22 +1003119,12 @@ "show_number": "5477", "fullAnswer": "to wipe out" }, - { - "category": "HISTORIC WOMEN", - "air_date": "2008-06-03", - "question": "\"Democracy and Social Ethics\" is a 1902 book by this founder of Hull House", - "value": "$1000", - "answer": "Addams", - "round": "Jeopardy!", - "show_number": "5477", - "fullAnswer": "(Jane) Addams" - }, { "category": "SNL ON FILM", "air_date": "2008-06-03", "question": "Julia Sweeney is on a mission to have a relationship with Chris, a person of indeterminate sex in this film", "value": "$1000", - "answer": "It\\'s Pat", + "answer": "It's Pat", "round": "Jeopardy!", "show_number": "5477", "fullAnswer": "It\\'s Pat" @@ -1057739,16 +1003149,6 @@ "show_number": "5477", "fullAnswer": "an incubation chamber" }, - { - "category": "MUSEUMS", - "air_date": "2008-06-03", - "question": "In 1997 a museum devoted to this artist opened in Santa Fe, New Mexico", - "value": "$1000", - "answer": "O\\'Keeffe", - "round": "Jeopardy!", - "show_number": "5477", - "fullAnswer": "(Georgia) O\\'Keeffe" - }, { "category": "\"OUT\" IS IN", "air_date": "2008-06-03", @@ -1057774,7 +1003174,7 @@ "air_date": "2008-06-03", "question": "In 1994 she played Rizzo in a revival of \"Grease\"; in '07 it turned out she wasn't \"hopelessly devoted\" to \"The View\"", "value": "$400", - "answer": "Rosie O\\'Donnell", + "answer": "Rosie O'Donnell", "round": "Double Jeopardy!", "show_number": "5477", "fullAnswer": "Rosie O\\'Donnell" @@ -1057819,16 +1003219,6 @@ "show_number": "5477", "fullAnswer": "tea" }, - { - "category": "WORLD GEOGRAPHY", - "air_date": "2008-06-03", - "question": "(Jeff Probst delivers the clue from China.) Zhelin is sometimes called a lake, but it's really one of these French-sounding bodies of water", - "value": "$800", - "answer": "reservoir", - "round": "Double Jeopardy!", - "show_number": "5477", - "fullAnswer": "a reservoir" - }, { "category": "REVIVALS", "air_date": "2008-06-03", @@ -1057849,16 +1003239,6 @@ "show_number": "5477", "fullAnswer": "Gumshoe" }, - { - "category": "THE \"IZ\" HAVE IT", - "air_date": "2008-06-03", - "question": "(Sarah of the Clue Crew reports from the lab.) After doing this to a needle by rubbing it 50 times on both ends, when movement stops it should always point North & South", - "value": "$800", - "answer": "magnetize", - "round": "Double Jeopardy!", - "show_number": "5477", - "fullAnswer": "magnetize" - }, { "category": "MAGAZINES", "air_date": "2008-06-03", @@ -1057929,16 +1003309,6 @@ "show_number": "5477", "fullAnswer": "Vibe" }, - { - "category": "POTPOURRI", - "air_date": "2008-06-03", - "question": "(Jon of the Clue Crew gives the clue while playing the bass.) In music, it describes a tone lowered a half-step in pitch, like when I go from here to here", - "value": "$1200", - "answer": "flat", - "round": "Double Jeopardy!", - "show_number": "5477", - "fullAnswer": "flat" - }, { "category": "WORLD GEOGRAPHY", "air_date": "2008-06-03", @@ -1057999,26 +1003369,6 @@ "show_number": "5477", "fullAnswer": "a loafer" }, - { - "category": "WORLD GEOGRAPHY", - "air_date": "2008-06-03", - "question": "In 1879 the British improved the road through this, the most famous pass in the Safed Koh range", - "value": "$2000", - "answer": "Khyber Pass", - "round": "Double Jeopardy!", - "show_number": "5477", - "fullAnswer": "the Khyber Pass" - }, - { - "category": "REVIVALS", - "air_date": "2008-06-03", - "question": "Willem Dafoe is seen here as this simian title character in a 1997 revival of an O''Neill drama", - "value": "$2000", - "answer": "Hairy Ape", - "round": "Double Jeopardy!", - "show_number": "5477", - "fullAnswer": "The Hairy Ape" - }, { "category": "SUE GRAFTON'S ALPHABET MYSTERIES", "air_date": "2008-06-03", @@ -1058144,7 +1003494,7 @@ "air_date": "2006-04-24", "question": "In its Italian title this comedy had Mike Myers & Dana Carvey \"Fused in the Head\"", "value": "$400", - "answer": "Wayne\\'s World", + "answer": "Wayne's World", "round": "Jeopardy!", "show_number": "4986", "fullAnswer": "Wayne\\'s World" @@ -1058379,16 +1003729,6 @@ "show_number": "4986", "fullAnswer": "(Ralph) Ellison" }, - { - "category": "NATIONAL HOCKEY LEAGUE", - "air_date": "2006-04-24", - "question": "Completes the nickname of Olaf Kolzig seen here--\"Olie the ____\"", - "value": "$400", - "answer": "Goalie", - "round": "Double Jeopardy!", - "show_number": "4986", - "fullAnswer": "Goalie" - }, { "category": "SCI. ABBREV.", "air_date": "2006-04-24", @@ -1058429,26 +1003769,6 @@ "show_number": "4986", "fullAnswer": "a fingerprint" }, - { - "category": "AFRICAN-AMERICAN LITERATURE", - "air_date": "2006-04-24", - "question": "(Cheryl of the Clue Crew delivers the clue from outside of the 16th Street Baptist Church in Birmingham, AL.) A vision of little scraps of Sunday dresses in this author's \"Song of Solomon\" refers to the 1963 bombing of the 16th Street Baptist Church", - "value": "$800", - "answer": "Toni Morrison", - "round": "Double Jeopardy!", - "show_number": "4986", - "fullAnswer": "Toni Morrison" - }, - { - "category": "NATIONAL HOCKEY LEAGUE", - "air_date": "2006-04-24", - "question": "The logo seen here belongs to this storied franchise", - "value": "$800", - "answer": "Montreal Canadiens", - "round": "Double Jeopardy!", - "show_number": "4986", - "fullAnswer": "Montreal Canadiens" - }, { "category": "SCI. ABBREV.", "air_date": "2006-04-24", @@ -1058499,26 +1003819,6 @@ "show_number": "4986", "fullAnswer": "The Color Purple" }, - { - "category": "NATIONAL HOCKEY LEAGUE", - "air_date": "2006-04-24", - "question": "The Rangers are at home, so the game is at this arena", - "value": "$1200", - "answer": "Madison Square Garden", - "round": "Double Jeopardy!", - "show_number": "4986", - "fullAnswer": "Madison Square Garden" - }, - { - "category": "SCI. ABBREV.", - "air_date": "2006-04-24", - "question": "(Sarah of the Clue Crew reports from the Kennedy Space Center, Florida.) Used for lift-off and named for its fuel, this rocket--the SRB for short--is designed for reuse on at least 20 shuttle missions", - "value": "$1200", - "answer": "solid rocket booster", - "round": "Double Jeopardy!", - "show_number": "4986", - "fullAnswer": "solid rocket booster" - }, { "category": "THE QUOTABLE MAO", "air_date": "2006-04-24", @@ -1058559,16 +1003859,6 @@ "show_number": "4986", "fullAnswer": "Terry McMillan" }, - { - "category": "NATIONAL HOCKEY LEAGUE", - "air_date": "2006-04-24", - "question": "The trophy for the player with the most goals each season is named for Maurice Richard, famously nicknamed this", - "value": "$1600", - "answer": "The Rocket", - "round": "Double Jeopardy!", - "show_number": "4986", - "fullAnswer": "\"The Rocket\"" - }, { "category": "SCI. ABBREV.", "air_date": "2006-04-24", @@ -1058619,16 +1003909,6 @@ "show_number": "4986", "fullAnswer": "Joe Turner" }, - { - "category": "NATIONAL HOCKEY LEAGUE", - "air_date": "2006-04-24", - "question": "This legendary Boston defenseman is seen here scoring a championship-winning goal", - "value": "$2000", - "answer": "Bobby Orr", - "round": "Double Jeopardy!", - "show_number": "4986", - "fullAnswer": "Bobby Orr" - }, { "category": "SCI. ABBREV.", "air_date": "2006-04-24", @@ -1058774,21 +1004054,11 @@ "air_date": "2005-10-07", "question": "In 1997 this memoir by Frank McCourt burnt up the nonfiction charts", "value": "$400", - "answer": "Angela\\'s Ashes", + "answer": "Angela's Ashes", "round": "Jeopardy!", "show_number": "4845", "fullAnswer": "Angela\\'s Ashes" }, - { - "category": "KICKIN' BRASS", - "air_date": "2005-10-07", - "question": "It's the instrument with a \"national\" name heard here", - "value": "$400", - "answer": "French horn", - "round": "Jeopardy!", - "show_number": "4845", - "fullAnswer": "a French horn" - }, { "category": "3-LETTER WORDS", "air_date": "2005-10-07", @@ -1058849,16 +1004119,6 @@ "show_number": "4845", "fullAnswer": "brass knuckles" }, - { - "category": "3-LETTER WORDS", - "air_date": "2005-10-07", - "question": "It's the vestment in the picture seen here", - "value": "$600", - "answer": "alb", - "round": "Jeopardy!", - "show_number": "4845", - "fullAnswer": "an alb" - }, { "category": "17th CENTURY BRITISH HISTORY", "air_date": "2005-10-07", @@ -1058879,16 +1004139,6 @@ "show_number": "4845", "fullAnswer": "Give" }, - { - "category": "GEO-PARTY", - "air_date": "2005-10-07", - "question": "(Jimmy of the Clue Crew reports from a brewery in Copenhagen, Denmark.) Carlsberg lager, claimed as probably the best in the world, is often this type, named for a Czech city", - "value": "$800", - "answer": "pilsner", - "round": "Jeopardy!", - "show_number": "4845", - "fullAnswer": "a pilsner" - }, { "category": "BESTSELLERS", "air_date": "2005-10-07", @@ -1058934,7 +1004184,7 @@ "air_date": "2005-10-07", "question": "A Supremes classic:
\"You ___ Love\"", "value": "$1000", - "answer": "Can\\'t Hurry", + "answer": "Can't Hurry", "round": "Jeopardy!", "show_number": "4845", "fullAnswer": "Can\\'t Hurry" @@ -1058999,16 +1004249,6 @@ "show_number": "4845", "fullAnswer": "Shirley Temple" }, - { - "category": "AROUND THE U.S.A.", - "air_date": "2005-10-07", - "question": "(I'm John DeStefano, mayor of New Haven.) New Haven is known as \"The Smart City\", partly because it's home to this institution founded in 1701", - "value": "$400", - "answer": "Yale", - "round": "Double Jeopardy!", - "show_number": "4845", - "fullAnswer": "Yale" - }, { "category": "HOW DOES YOUR GARDEN GROW?", "air_date": "2005-10-07", @@ -1059489,16 +1004729,6 @@ "show_number": "6300", "fullAnswer": "toreador pants" }, - { - "category": "CHILD ACTORS", - "air_date": "2012-01-27", - "question": "This kid, with a familiar last name, is seen here in a 2010 film", - "value": "$800", - "answer": "Jaden Smith", - "round": "Jeopardy!", - "show_number": "6300", - "fullAnswer": "Jaden Smith" - }, { "category": "STUPID ANSWERS", "air_date": "2012-01-27", @@ -1059709,16 +1004939,6 @@ "show_number": "4641", "fullAnswer": "Danzig" }, - { - "category": "THE TRUMAN LIBRARY", - "air_date": "2004-11-08", - "question": "(Sarah of the Clue Crew reports from the Truman Library in Independence, MO.) Among the library's historic artifacts is the safety plug from the bomb dropped on this city on August 9, 1945", - "value": "$600", - "answer": "Nagasaki", - "round": "Jeopardy!", - "show_number": "4641", - "fullAnswer": "Nagasaki" - }, { "category": "DO \"TELL\"", "air_date": "2004-11-08", @@ -1059769,16 +1004989,6 @@ "show_number": "4641", "fullAnswer": "the Baltic" }, - { - "category": "THE TRUMAN LIBRARY", - "air_date": "2004-11-08", - "question": "(Sofia of the Clue Crew reports from the Truman Library in Independence, MO.) \"Family Squabble\", a painting by this illustrator, shows how many families argued about the 1948 presidential election", - "value": "$800", - "answer": "Rockwell", - "round": "Jeopardy!", - "show_number": "4641", - "fullAnswer": "(Norman) Rockwell" - }, { "category": "DO \"TELL\"", "air_date": "2004-11-08", @@ -1059814,7 +1005024,7 @@ "air_date": "2004-11-08", "question": "This No. 1 hit with a \"Spanglish\" title says, \"She never drinks the water, makes you order French champagne\"", "value": "$800", - "answer": "Livin\\' La Vida Loca", + "answer": "Livin' La Vida Loca", "round": "Jeopardy!", "show_number": "4641", "fullAnswer": "\"Livin\\' La Vida Loca\"" @@ -1059899,16 +1005109,6 @@ "show_number": "4641", "fullAnswer": "Ankara" }, - { - "category": "STAR WARS", - "air_date": "2004-11-08", - "question": "(Mark Hamill reads.) This villain was portrayed by three different actors: one did his voice, one did his physical acting, & one did his stunts", - "value": "$400", - "answer": "Darth Vader", - "round": "Double Jeopardy!", - "show_number": "4641", - "fullAnswer": "Darth Vader" - }, { "category": "GRAY'S ANATOMY", "air_date": "2004-11-08", @@ -1059949,16 +1005149,6 @@ "show_number": "4641", "fullAnswer": "Benedict Arnold Schwarzenegger" }, - { - "category": "STAR WARS", - "air_date": "2004-11-08", - "question": "(R2-D2 \"reads\".) In \"Star Wars\", the term used for robots like C-3PO & myself is this 5-letter shortening of another word", - "value": "$800", - "answer": "droid", - "round": "Double Jeopardy!", - "show_number": "4641", - "fullAnswer": "droid" - }, { "category": "GRAY'S ANATOMY", "air_date": "2004-11-08", @@ -1060009,16 +1005199,6 @@ "show_number": "4641", "fullAnswer": "the Iron Age" }, - { - "category": "STAR WARS", - "air_date": "2004-11-08", - "question": "(A stormtrooper reads.) Infiltrating the Death Star, these 2 characters dress up like storm troopers to rescue Princess Leia", - "value": "$1200", - "answer": "Han & Luke", - "round": "Double Jeopardy!", - "show_number": "4641", - "fullAnswer": "Han & Luke" - }, { "category": "GRAY'S ANATOMY", "air_date": "2004-11-08", @@ -1060069,16 +1005249,6 @@ "show_number": "4641", "fullAnswer": "Ramses the Great" }, - { - "category": "STAR WARS", - "air_date": "2004-11-08", - "question": "(Chewbacca \"reads\".) I am Chewbacca, this type of creature from the planet Kashyyyk", - "value": "$1600", - "answer": "Wookiee", - "round": "Double Jeopardy!", - "show_number": "4641", - "fullAnswer": "a Wookiee" - }, { "category": "GRAY'S ANATOMY", "air_date": "2004-11-08", @@ -1060119,16 +1005289,6 @@ "show_number": "4641", "fullAnswer": "Men are from Mars, Women are from Venus Williams" }, - { - "category": "STAR WARS", - "air_date": "2004-11-08", - "question": "(I'm Anthony Daniels.) I play C-3PO, a droid specializing in this political etiquette used at official ceremonies & occasions", - "value": "$2000", - "answer": "protocol", - "round": "Double Jeopardy!", - "show_number": "4641", - "fullAnswer": "protocol" - }, { "category": "GRAY'S ANATOMY", "air_date": "2004-11-08", @@ -1060319,22 +1005479,12 @@ "show_number": "5216", "fullAnswer": "Berlin" }, - { - "category": "IT'S A DOG'S LIFE", - "air_date": "2007-04-23", - "question": "(Cheryl of the Clue Crew stands next to a monitor.) In Westminster Kennel Club competitions, poodles show in three sizes--Standard, Miniature & this small one that can't be more than 10 inches high at the shoulder", - "value": "$600", - "answer": "Toy", - "round": "Jeopardy!", - "show_number": "5216", - "fullAnswer": "Toy" - }, { "category": "FUN STUFF", "air_date": "2007-04-23", "question": "Mattel game where a loser might say, \"Oh, he knocked my block off!\"", "value": "$600", - "answer": "Rock \\'Em Sock \\'Em Robots", + "answer": "Rock 'Em Sock 'Em Robots", "round": "Jeopardy!", "show_number": "5216", "fullAnswer": "Rock \\'Em Sock \\'Em Robots" @@ -1060549,16 +1005699,6 @@ "show_number": "5216", "fullAnswer": "Welcome Back, Kotter" }, - { - "category": "THE STARS", - "air_date": "2007-04-23", - "question": "(Cheryl of the Clue Crew shows some constellations on a monitor.) If you're hunting for Orion's constellation in the sky, look for this faithful dog of his who's always nearby", - "value": "$800", - "answer": "Sirius", - "round": "Double Jeopardy!", - "show_number": "5216", - "fullAnswer": "Sirius" - }, { "category": "COMPUTER NAMES", "air_date": "2007-04-23", @@ -1060569,16 +1005709,6 @@ "show_number": "5216", "fullAnswer": "Tandy" }, - { - "category": "4-SYLLABLE WORDS", - "air_date": "2007-04-23", - "question": "It's the ancient method in use here", - "value": "$800", - "answer": "acupuncture", - "round": "Double Jeopardy!", - "show_number": "5216", - "fullAnswer": "acupuncture" - }, { "category": "THE NEW YORK TIMES BOOK REVIEW", "air_date": "2007-04-23", @@ -1060659,16 +1005789,6 @@ "show_number": "5216", "fullAnswer": "The Jeffersons" }, - { - "category": "THE STARS", - "air_date": "2007-04-23", - "question": "(Kelly of the Clue Crew stands next to a monitor.) The Big Dipper's handle shows us the way to the 4th-brightest night star; remember, \"Arc to\" this", - "value": "$1600", - "answer": "Arcturus", - "round": "Double Jeopardy!", - "show_number": "5216", - "fullAnswer": "Arcturus" - }, { "category": "COMPUTER NAMES", "air_date": "2007-04-23", @@ -1060739,16 +1005859,6 @@ "show_number": "5216", "fullAnswer": "MANIAC" }, - { - "category": "LOUNGING AT THE OPERA", - "air_date": "2007-04-23", - "question": "You'll scream \"Great Scots\" after hearing this Donizetti opera", - "value": "$2000", - "answer": "Lucia di Lammermoor", - "round": "Double Jeopardy!", - "show_number": "5216", - "fullAnswer": "Lucia di Lammermoor" - }, { "category": "4-SYLLABLE WORDS", "air_date": "2007-04-23", @@ -1060954,7 +1006064,7 @@ "air_date": "2011-03-08", "question": "The action of this novel is seen through the eyes of the seemingly mute Chief Bromden", "value": "$800", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Jeopardy!", "show_number": "6102", "fullAnswer": "One Flew Over the Cuckoo\\'s Nest" @@ -1061019,16 +1006129,6 @@ "show_number": "6102", "fullAnswer": "Less Than Zero" }, - { - "category": "WHEN LIFE GIVES YOU LEMONS", - "air_date": "2011-03-08", - "question": "When life gives you lemons, get out a grater, as you can add intense flavor to a dish using this outer part of the peel or rind", - "value": "$1000", - "answer": "zest", - "round": "Jeopardy!", - "show_number": "6102", - "fullAnswer": "zest" - }, { "category": "NAME THAT PREZ", "air_date": "2011-03-08", @@ -1061149,22 +1006249,12 @@ "show_number": "6102", "fullAnswer": "Roseanne" }, - { - "category": "ABBREV.", - "air_date": "2011-03-08", - "question": "(Kelly of the Clue Crew shows an animated car chase on the monitor.) A police cruiser's right front bumper nudges a fleeing suspect's left rear to induce a stop using the PIT maneuver, PIT short for this intervention technique", - "value": "$800", - "answer": "pursuit", - "round": "Double Jeopardy!", - "show_number": "6102", - "fullAnswer": "pursuit" - }, { "category": "HODGEPODGE", "air_date": "2011-03-08", "question": "International Nurses Day is May 12; in 2013 it'll coincide with this other big day for caregivers", "value": "$800", - "answer": "Mother\\'s Day", + "answer": "Mother's Day", "round": "Double Jeopardy!", "show_number": "6102", "fullAnswer": "Mother\\'s Day" @@ -1061479,16 +1006569,6 @@ "show_number": "5898", "fullAnswer": "a synagogue" }, - { - "category": "GORGE", - "air_date": "2010-04-14", - "question": "Around 13 miles long, the Verdon Gorge in this country is ranked by some as Europe's most beautiful canyon", - "value": "$400", - "answer": "France", - "round": "Jeopardy!", - "show_number": "5898", - "fullAnswer": "France" - }, { "category": "\"INGO\"", "air_date": "2010-04-14", @@ -1061569,16 +1006649,6 @@ "show_number": "5898", "fullAnswer": "macroeconomics" }, - { - "category": "ISSUE NO. 1", - "air_date": "2010-04-14", - "question": "(Sarah of the Clue Crew reports from the Newseum in Washington, D.C.) The Newseum has issue 1 of \"The North Star\", named for what slaves followed to freedom; in one article, this man said he'd been \"shrouded in the midnight ignorance of that infernal system of slavery\"", - "value": "$800", - "answer": "Frederick Douglass", - "round": "Jeopardy!", - "show_number": "5898", - "fullAnswer": "Frederick Douglass" - }, { "category": "THE 4 BEATLES", "air_date": "2010-04-14", @@ -1061804,7 +1006874,7 @@ "air_date": "2010-04-14", "question": "\"Famous\" Coney Island hot dog stand", "value": "$1200", - "answer": "Nathan\\'s", + "answer": "Nathan's", "round": "Double Jeopardy!", "show_number": "5898", "fullAnswer": "Nathan\\'s" @@ -1062244,7 +1007314,7 @@ "air_date": "1997-11-27", "question": "The 1968 film in which Mia Farrow discovers she has a bun in the coven", "value": "$200", - "answer": "Rosemary\\'s Baby", + "answer": "Rosemary's Baby", "round": "Double Jeopardy!", "show_number": "3049", "fullAnswer": "Rosemary\\'s Baby" @@ -1062289,16 +1007359,6 @@ "show_number": "3049", "fullAnswer": "thunderstruck" }, - { - "category": "AUTHORS", - "air_date": "1997-11-27", - "question": "This author seen here was born Howard Allen O'Brien; her name was soon changed

[Woman with fairly short black hair shown]", - "value": "$3,000", - "answer": "Anne Rice", - "round": "Double Jeopardy!", - "show_number": "3049", - "fullAnswer": "Anne Rice" - }, { "category": "“R” MOVIES", "air_date": "1997-11-27", @@ -1063399,16 +1008459,6 @@ "show_number": "4869", "fullAnswer": "Blondes" }, - { - "category": "THE DA VINCI CODE", - "air_date": "2005-11-10", - "question": "Around 1485, Leonardo painted the young lady with this short-tailed weasel seen here", - "value": "$1000", - "answer": "ermine", - "round": "Jeopardy!", - "show_number": "4869", - "fullAnswer": "an ermine" - }, { "category": "THE ACC", "air_date": "2005-11-10", @@ -1063429,16 +1008479,6 @@ "show_number": "4869", "fullAnswer": "Iran" }, - { - "category": "CHARACTERS IN MUSICALS", - "air_date": "2005-11-10", - "question": "(Sarah of the Clue Crew gives the clue accompanied by a puppet at the Golden Theatre in New York: \"I'm on the Broadway set of Avenue Q.\") This troubled character in \"Avenue Q\" has the same name as an Ivy League university in New Jersey--you do look preppy

\"Why thank you!\"", - "value": "$400", - "answer": "Princeton", - "round": "Double Jeopardy!", - "show_number": "4869", - "fullAnswer": "Princeton" - }, { "category": "TOUGH STUFF", "air_date": "2005-11-10", @@ -1063549,16 +1008589,6 @@ "show_number": "4869", "fullAnswer": "Fiji" }, - { - "category": "CHARACTERS IN MUSICALS", - "air_date": "2005-11-10", - "question": "(Sarah of the Clue Crew gives the clue suspended in a bubble in front of a giant clock in the Gershwin Theatre in New York.) In the hit musical \"Wicked\", this beautiful resident of Oz floats in high above the set", - "value": "$1200", - "answer": "Glinda ", - "round": "Double Jeopardy!", - "show_number": "4869", - "fullAnswer": "Glinda (the Good Witch)" - }, { "category": "TOUGH STUFF", "air_date": "2005-11-10", @@ -1063619,16 +1008649,6 @@ "show_number": "4869", "fullAnswer": "Sir Lancelot" }, - { - "category": "TOUGH STUFF", - "air_date": "2005-11-10", - "question": "(Jeff Probst delivers the clue from Palau.) Palau celebrates its independence on October 1st because it signed a compact with this country on that date in 1994", - "value": "$1600", - "answer": "United States of America", - "round": "Double Jeopardy!", - "show_number": "4869", - "fullAnswer": "the United States of America" - }, { "category": "SUPREME COURT REJECTS", "air_date": "2005-11-10", @@ -1063644,7 +1008664,7 @@ "air_date": "2005-11-10", "question": "French title of Zola's 1898 letter to President Faure", "value": "$1,200", - "answer": "J\\'accuse", + "answer": "J'accuse", "round": "Double Jeopardy!", "show_number": "4869", "fullAnswer": "J\\'accuse" @@ -1063669,16 +1008689,6 @@ "show_number": "4869", "fullAnswer": "Pakistan" }, - { - "category": "CHARACTERS IN MUSICALS", - "air_date": "2005-11-10", - "question": "(Cheryl of the Clue Crew gives the clue from inside a giant tree in the New Amsterdam Theatre in New York.) I'm here in the tree of this character, who's a male baboon in the movie & played by a female here on Broadway", - "value": "$2000", - "answer": "Rafiki", - "round": "Double Jeopardy!", - "show_number": "4869", - "fullAnswer": "Rafiki" - }, { "category": "TOUGH STUFF", "air_date": "2005-11-10", @@ -1063804,7 +1008814,7 @@ "air_date": "1999-03-05", "question": "James Van Der Beek & Katie Holmes play residents of Capeside on this drama filled with teen angst", "value": "$200", - "answer": "Dawson\\'s Creek", + "answer": "Dawson's Creek", "round": "Jeopardy!", "show_number": "3345", "fullAnswer": "Dawson\\'s Creek" @@ -1064164,7 +1009174,7 @@ "air_date": "1999-03-05", "question": "In 1998 a San Antonio, Texas school was named in honor of this first woman on the Supreme Court", "value": "$600", - "answer": "Sandra Day O\\'Connor", + "answer": "Sandra Day O'Connor", "round": "Double Jeopardy!", "show_number": "3345", "fullAnswer": "Sandra Day O\\'Connor" @@ -1064759,16 +1009769,6 @@ "show_number": "5983", "fullAnswer": "a moan" }, - { - "category": "EXPLORERS OF THE NEW WORLD", - "air_date": "2010-09-22", - "question": "(Sarah of the Clue Crew shows a map on the monitor.) In 1792, when George Vancouver sailed up the west coast of North America & surveyed & named the Puget Sound for a shipmate, he named this mountain on the mainland for a rear admiral friend", - "value": "$1200", - "answer": "Mt. Rainier", - "round": "Double Jeopardy!", - "show_number": "5983", - "fullAnswer": "Mt. Rainier" - }, { "category": "SITCOM CITY SETTINGS", "air_date": "2010-09-22", @@ -1064954,7 +1009954,7 @@ "air_date": "2010-11-26", "question": "1987:
\"Appetite For Destruction\"", "value": "$200", - "answer": "Guns N\\' Roses", + "answer": "Guns N' Roses", "round": "Jeopardy!", "show_number": "6030", "fullAnswer": "Guns N\\' Roses" @@ -1065019,16 +1010019,6 @@ "show_number": "6030", "fullAnswer": "The Beach Boys" }, - { - "category": "TALL U.S. BUILDINGS", - "air_date": "2010-11-26", - "question": "In the center of the picture is the Transamerica Pyramid, a real high point of this West Coast city", - "value": "$400", - "answer": "San Francisco", - "round": "Jeopardy!", - "show_number": "6030", - "fullAnswer": "San Francisco" - }, { "category": "PALINDROMIC NAMES", "air_date": "2010-11-26", @@ -1065109,16 +1010099,6 @@ "show_number": "6030", "fullAnswer": "pollen" }, - { - "category": "\"ULA\" LA!", - "air_date": "2010-11-26", - "question": "At almost a foot in leg span, the largest variety of this arachnid is the Goliath bird-eater
of South America", - "value": "$600", - "answer": "tarantula", - "round": "Jeopardy!", - "show_number": "6030", - "fullAnswer": "a tarantula" - }, { "category": "CHAPTERS IN THE WIZARD OF OZ", "air_date": "2010-11-26", @@ -1065219,26 +1010199,6 @@ "show_number": "6030", "fullAnswer": "Otto" }, - { - "category": "SEX CELLS!", - "air_date": "2010-11-26", - "question": "(Jimmy of the Clue Crew shows a cell dividing on the monitor.) Human sex cells are created via this genetic process, in which one parent cell splits into four daughter cells", - "value": "$1000", - "answer": "meiosis", - "round": "Jeopardy!", - "show_number": "6030", - "fullAnswer": "meiosis" - }, - { - "category": "\"ULA\" LA!", - "air_date": "2010-11-26", - "question": "The Horsehead one of these is seen here", - "value": "$1000", - "answer": "nebula", - "round": "Jeopardy!", - "show_number": "6030", - "fullAnswer": "a nebula" - }, { "category": "LET'S PLAY TEXAS HOLD-EM", "air_date": "2010-11-26", @@ -1065329,16 +1010289,6 @@ "show_number": "6030", "fullAnswer": "Katherine Heigl" }, - { - "category": "THE TURN", - "air_date": "2010-11-26", - "question": "It's the numerical term for the car maneuver seen here", - "value": "$800", - "answer": "3-point turn", - "round": "Double Jeopardy!", - "show_number": "6030", - "fullAnswer": "the 3-point turn" - }, { "category": "THE RIVER", "air_date": "2010-11-26", @@ -1065349,16 +1010299,6 @@ "show_number": "6030", "fullAnswer": "Peru" }, - { - "category": "THAT'S IT, I'M \"OUT\"", - "air_date": "2010-11-26", - "question": "If I were to end the show now, I'd say to our director, hey Kevin, use this effect", - "value": "$800", - "answer": "fade-out", - "round": "Double Jeopardy!", - "show_number": "6030", - "fullAnswer": "a fade-out" - }, { "category": "LET'S PLAY TEXAS HOLD-EM", "air_date": "2010-11-26", @@ -1065469,16 +1010409,6 @@ "show_number": "6030", "fullAnswer": "the Red River" }, - { - "category": "THAT'S IT, I'M \"OUT\"", - "air_date": "2010-11-26", - "question": "It's the transport seen here", - "value": "$1600", - "answer": "outrigger canoe", - "round": "Double Jeopardy!", - "show_number": "6030", - "fullAnswer": "an outrigger canoe" - }, { "category": "LET'S PLAY TEXAS HOLD-EM", "air_date": "2010-11-26", @@ -1065504,7 +1010434,7 @@ "air_date": "2010-11-26", "question": "It cost $44 million to make this 1980 Michael Cimino pic, said to have earned around $5 million", "value": "$2000", - "answer": "Heaven\\'s Gate", + "answer": "Heaven's Gate", "round": "Double Jeopardy!", "show_number": "6030", "fullAnswer": "Heaven\\'s Gate" @@ -1065594,7 +1010524,7 @@ "air_date": "1998-03-02", "question": "Stars in front of this famous theater include Basil Rathbone's, William Shatner's & Billy Graham's", "value": "$100", - "answer": "Grauman\\'s/Mann\\'s Chinese Theater", + "answer": "Grauman's/Mann's Chinese Theater", "round": "Jeopardy!", "show_number": "3116", "fullAnswer": "Grauman\\'s/Mann\\'s Chinese Theater" @@ -1065644,7 +1010574,7 @@ "air_date": "1998-03-02", "question": "Marilyn Monroe's \"McStar\" shines in front of this Hollywood Boulevard eatery", "value": "$200", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "3116", "fullAnswer": "McDonald\\'s" @@ -1065834,7 +1010764,7 @@ "air_date": "1998-03-02", "question": "Recent commercials for this restaurant chain feature founder Dave Thomas answering his mail", "value": "$200", - "answer": "Wendy\\'s", + "answer": "Wendy's", "round": "Double Jeopardy!", "show_number": "3116", "fullAnswer": "Wendy\\'s" @@ -1066064,7 +1010994,7 @@ "air_date": "1998-03-02", "question": "This chain of seafood shoppes is headquartered in Lexington, Kentucky, a long way from \"Treasure Island\"", "value": "$1000", - "answer": "Long John Silver\\'s", + "answer": "Long John Silver's", "round": "Double Jeopardy!", "show_number": "3116", "fullAnswer": "Long John Silver\\'s" @@ -1066254,7 +1011184,7 @@ "air_date": "2007-01-08", "question": "The little pink packets of this sugar substitute are the product of Brooklyn-based Cumberland Packing Corp.", "value": "$600", - "answer": "Sweet\\'N Low", + "answer": "Sweet'N Low", "round": "Jeopardy!", "show_number": "5141", "fullAnswer": "Sweet\\'N Low" @@ -1066399,16 +1011329,6 @@ "show_number": "5141", "fullAnswer": "the janitor" }, - { - "category": "WRESTLING", - "air_date": "2007-01-08", - "question": "( Jimmy of the Clue Crew goes to the mat at the University of Iowa.) Single leg or double leg, this type of wrestling takedown shares its name with the act of bringing down a football player", - "value": "$400", - "answer": "tackle", - "round": "Double Jeopardy!", - "show_number": "5141", - "fullAnswer": "a tackle" - }, { "category": "A GEOGRAPHY LESSON", "air_date": "2007-01-08", @@ -1066459,16 +1011379,6 @@ "show_number": "5141", "fullAnswer": "Trajan" }, - { - "category": "WRESTLING", - "air_date": "2007-01-08", - "question": "(Kelly of the Clue Crew delivers the clue from the University of Iowa.) In one starting position the wrestler in the bottom is said to be in \"par terre\", French for on this", - "value": "$800", - "answer": "on the ground ", - "round": "Double Jeopardy!", - "show_number": "5141", - "fullAnswer": "on the ground (on the earth accepted)" - }, { "category": "A GEOGRAPHY LESSON", "air_date": "2007-01-08", @@ -1066519,16 +1011429,6 @@ "show_number": "5141", "fullAnswer": "Janet" }, - { - "category": "WRESTLING", - "air_date": "2007-01-08", - "question": "(Jimmy of the Clue Crew grapples with another clue from the University of Iowa.) To get one of these--& win the match--the shoulders have to be pinned to the mat for 1 second--2 seconds in high school", - "value": "$1200", - "answer": "fall", - "round": "Double Jeopardy!", - "show_number": "5141", - "fullAnswer": "a fall" - }, { "category": "A GEOGRAPHY LESSON", "air_date": "2007-01-08", @@ -1066579,16 +1011479,6 @@ "show_number": "5141", "fullAnswer": "Janus" }, - { - "category": "WRESTLING", - "air_date": "2007-01-08", - "question": "(Kelly of the Clue Crew is back in the gym at the University of Iowa.) Olympic wrestling consists of two styles: freestyle & this, in which the legs can't be used in attack or defense", - "value": "$3,000", - "answer": "Greco-Roman", - "round": "Double Jeopardy!", - "show_number": "5141", - "fullAnswer": "Greco-Roman" - }, { "category": "A GEOGRAPHY LESSON", "air_date": "2007-01-08", @@ -1066639,16 +1011529,6 @@ "show_number": "5141", "fullAnswer": "Azerbaijan" }, - { - "category": "WRESTLING", - "air_date": "2007-01-08", - "question": "(Jimmy of the Clue Crew delivers the final blow from the University of Iowa.) This takedown is named for the way an injured person might be taken out of a burning building", - "value": "$2000", - "answer": "fireman\\'s carry", - "round": "Double Jeopardy!", - "show_number": "5141", - "fullAnswer": "a fireman\\'s carry" - }, { "category": "A GEOGRAPHY LESSON", "air_date": "2007-01-08", @@ -1067039,16 +1011919,6 @@ "show_number": "5848", "fullAnswer": "(Ulysses) Grant" }, - { - "category": "PORTRAIT OF WHOM?", - "air_date": "2010-02-03", - "question": "A 17th-century holder of this holy office in a 20th-century portrait", - "value": "$400", - "answer": "Pope", - "round": "Double Jeopardy!", - "show_number": "5848", - "fullAnswer": "the Pope" - }, { "category": "I'M FEELIN' HAPPY!", "air_date": "2010-02-03", @@ -1067059,16 +1011929,6 @@ "show_number": "5848", "fullAnswer": "Glad" }, - { - "category": "GEOMETRY", - "air_date": "2010-02-03", - "question": "(Jimmy of the Clue Crew shows a diagram on the monitor.) Two or more circles that have the same center point are said to be this, from the Latin for \"together center\"", - "value": "$800", - "answer": "concentric", - "round": "Double Jeopardy!", - "show_number": "5848", - "fullAnswer": "concentric" - }, { "category": "GRAPHIC NOVELS", "air_date": "2010-02-03", @@ -1067159,16 +1012019,6 @@ "show_number": "5848", "fullAnswer": "Ford" }, - { - "category": "PORTRAIT OF WHOM?", - "air_date": "2010-02-03", - "question": "This person seen here by Rembrandt, not Whistler", - "value": "$1200", - "answer": "artist\\'s mother", - "round": "Double Jeopardy!", - "show_number": "5848", - "fullAnswer": "the artist\\'s mother" - }, { "category": "I'M FEELIN' HAPPY!", "air_date": "2010-02-03", @@ -1067179,16 +1012029,6 @@ "show_number": "5848", "fullAnswer": "Merry" }, - { - "category": "GEOMETRY", - "air_date": "2010-02-03", - "question": "(Sarah of the Clue Crew shows a diagram on the monitor.) Because the angle here is more than 90 degrees, both the angle & the triangle are classified as this", - "value": "$1600", - "answer": "obtuse", - "round": "Double Jeopardy!", - "show_number": "5848", - "fullAnswer": "obtuse" - }, { "category": "GRAPHIC NOVELS", "air_date": "2010-02-03", @@ -1067279,16 +1012119,6 @@ "show_number": "5848", "fullAnswer": "Nixon" }, - { - "category": "PORTRAIT OF WHOM?", - "air_date": "2010-02-03", - "question": "Seen here, Giovanni, a younger member of this Tuscan family", - "value": "$2000", - "answer": "de\\' Medicis", - "round": "Double Jeopardy!", - "show_number": "5848", - "fullAnswer": "the de\\' Medicis" - }, { "category": "I'M FEELIN' HAPPY!", "air_date": "2010-02-03", @@ -1067749,16 +1012579,6 @@ "show_number": "6235", "fullAnswer": "Nikolai Rimsky-Korsakov" }, - { - "category": "MEANINGFUL STAGE NAMES", - "air_date": "2011-10-28", - "question": "Louis Lindley is known as this to movie lovers because he was told he wouldn't make much money in the rodeo", - "value": "$1600", - "answer": "Slim Pickens", - "round": "Double Jeopardy!", - "show_number": "6235", - "fullAnswer": "Slim Pickens" - }, { "category": "WHERE'S THE PROBLEM?", "air_date": "2011-10-28", @@ -1068729,16 +1013549,6 @@ "show_number": "6041", "fullAnswer": "the Top" }, - { - "category": "DESIGNER NAMES", - "air_date": "2010-12-13", - "question": "Seen here, her logo includes her first initial:
____ Burch", - "value": "$1000", - "answer": "Tory", - "round": "Jeopardy!", - "show_number": "6041", - "fullAnswer": "Tory" - }, { "category": "HMM... PRONOUN TROUBLE", "air_date": "2010-12-13", @@ -1068914,7 +1013724,7 @@ "air_date": "2010-12-13", "question": "In 1978, for a Texas high school football team, Geral Fauss made the 1st big hands representing this 3-word phrase", "value": "$1200", - "answer": "We\\'re Number One", + "answer": "We're Number One", "round": "Double Jeopardy!", "show_number": "6041", "fullAnswer": "We\\'re Number One" @@ -1069039,16 +1013849,6 @@ "show_number": "6041", "fullAnswer": "Two Tone" }, - { - "category": "GO!", - "air_date": "2010-12-13", - "question": "(Kelly of the Clue Crew stands in front of a go board.) In go, a stone that's surrounded by the opponent's color is captured & removed; it's said to have lost its last this, also an unalienable right mentioned in the Declaration of Independence", - "value": "$2000", - "answer": "liberty", - "round": "Double Jeopardy!", - "show_number": "6041", - "fullAnswer": "liberty" - }, { "category": "COUNTRIES", "air_date": "2010-12-13", @@ -1069059,16 +1013859,6 @@ "show_number": "6041", "fullAnswer": "Niger/Nigeria" }, - { - "category": "FRANK LLOYD WRIGHT", - "air_date": "2004-12-20", - "question": "(Sarah of the Clue Crew stands by a table with architectural drawings on it in the Frank Lloyd Wright home in Oak Park.) A colleague said Wright maneuvered his T-square with beautiful dexterity in this activity for which this room is named", - "value": "$200", - "answer": "drafting", - "round": "Jeopardy!", - "show_number": "4671", - "fullAnswer": "drafting" - }, { "category": "WORLD ATHLETES", "air_date": "2004-12-20", @@ -1069179,16 +1013969,6 @@ "show_number": "4671", "fullAnswer": "the speed of light" }, - { - "category": "FRANK LLOYD WRIGHT", - "air_date": "2004-12-20", - "question": "(Cheryl of the Clue Crew stands in front of Wright's Robie House in Chicago, IL.) Wright's Robie House is from this school of architecture whose horizontal lines imitate Midwestern terrain", - "value": "$600", - "answer": "Prairie School", - "round": "Jeopardy!", - "show_number": "4671", - "fullAnswer": "the Prairie School" - }, { "category": "WORLD ATHLETES", "air_date": "2004-12-20", @@ -1069299,16 +1014079,6 @@ "show_number": "4671", "fullAnswer": "The Charge of the Light Brigade" }, - { - "category": "FRANK LLOYD WRIGHT", - "air_date": "2004-12-20", - "question": "(Cheryl of the Clue Crew stands outside the Robie House in Chicago, IL with a view featuring a broad roof overhang.) Steel beams let Wright build a daring example of this type of roof that extends beyond its supporting wall", - "value": "$1000", - "answer": "cantilever", - "round": "Jeopardy!", - "show_number": "4671", - "fullAnswer": "a cantilever" - }, { "category": "WORLD ATHLETES", "air_date": "2004-12-20", @@ -1069369,16 +1014139,6 @@ "show_number": "4671", "fullAnswer": "Paul" }, - { - "category": "YOURS FOR A SONG", - "air_date": "2004-12-20", - "question": "Bing Crosby (with the Andrews Sisters) & Bruce Springsteen have recorded popular versions of this favorite", - "value": "$400", - "answer": "Santa Claus Is Coming To Town", - "round": "Double Jeopardy!", - "show_number": "4671", - "fullAnswer": "\"Santa Claus Is Coming To Town\"" - }, { "category": "FICTIONAL CHARACTERS", "air_date": "2004-12-20", @@ -1069429,16 +1014189,6 @@ "show_number": "4671", "fullAnswer": "Sophocles" }, - { - "category": "YOURS FOR A SONG", - "air_date": "2004-12-20", - "question": "\"Suds\" lovers might know this song's original title was \"Unrequited Love\"", - "value": "$800", - "answer": "The Beer Barrel Polka ", - "round": "Double Jeopardy!", - "show_number": "4671", - "fullAnswer": "\"The Beer Barrel Polka\" (\"Roll Out The Barrel\" also accepted)" - }, { "category": "FICTIONAL CHARACTERS", "air_date": "2004-12-20", @@ -1069489,16 +1014239,6 @@ "show_number": "4671", "fullAnswer": "Troy" }, - { - "category": "YOURS FOR A SONG", - "air_date": "2004-12-20", - "question": "Classic song heard here that Sir Isaac Newton might have liked ", - "value": "$1200", - "answer": "Don\\'t Sit Under The Apple Tree", - "round": "Double Jeopardy!", - "show_number": "4671", - "fullAnswer": "\"Don\\'t Sit Under The Apple Tree\"" - }, { "category": "FICTIONAL CHARACTERS", "air_date": "2004-12-20", @@ -1069539,16 +1014279,6 @@ "show_number": "4671", "fullAnswer": "the Olmecs" }, - { - "category": "YOURS FOR A SONG", - "air_date": "2004-12-20", - "question": "It's the patriotic march heard here", - "value": "$1600", - "answer": "The Liberty Bell March", - "round": "Double Jeopardy!", - "show_number": "4671", - "fullAnswer": "\"The Liberty Bell March\"" - }, { "category": "FICTIONAL CHARACTERS", "air_date": "2004-12-20", @@ -1069589,16 +1014319,6 @@ "show_number": "4671", "fullAnswer": "Herodotus" }, - { - "category": "YOURS FOR A SONG", - "air_date": "2004-12-20", - "question": "The title of the following is an alternation of a French word meaning this", - "value": "$2000", - "answer": "wake up", - "round": "Double Jeopardy!", - "show_number": "4671", - "fullAnswer": "wake up" - }, { "category": "FICTIONAL CHARACTERS", "air_date": "2004-12-20", @@ -1069859,16 +1014579,6 @@ "show_number": "5294", "fullAnswer": "question mark" }, - { - "category": "CSI: SHAKESPEARE", - "air_date": "2007-09-20", - "question": "The Duke's been stabbed, then drowned in a barrel of wine; looks like ( Alex dons glasses... ) the drinks... are on him", - "value": "$1000", - "answer": "Richard III", - "round": "Jeopardy!", - "show_number": "5294", - "fullAnswer": "Richard III" - }, { "category": "FASHION SENSE", "air_date": "2007-09-20", @@ -1069879,16 +1014589,6 @@ "show_number": "5294", "fullAnswer": "polonaise" }, - { - "category": "CATCHING SOME \"Z\"s", - "air_date": "2007-09-20", - "question": "( Sarah of the Clue Crew reports in front of a video monitor. ) This is the point on the celestial sphere vertically above a given position", - "value": "$1000", - "answer": "zenith", - "round": "Jeopardy!", - "show_number": "5294", - "fullAnswer": "zenith" - }, { "category": "OFFICIAL STATE THINGS", "air_date": "2007-09-20", @@ -1070059,16 +1014759,6 @@ "show_number": "5294", "fullAnswer": "the appendix" }, - { - "category": "UP, UP & AWAY", - "air_date": "2007-09-20", - "question": "(Jon of the Clue Crew presents in a tunnel.) Wind tunnel experiments at Texas A&M are used to minimize the effects of this phenomenon that occur when airplanes pass Mach 1", - "value": "$1200", - "answer": "sonic boom", - "round": "Double Jeopardy!", - "show_number": "5294", - "fullAnswer": "sonic boom" - }, { "category": "ON THE \"M\"AP", "air_date": "2007-09-20", @@ -1070514,7 +1015204,7 @@ "air_date": "2003-01-13", "question": "Though minor keys often suggest sadness, this work in D minor contains an ode to joy", "value": "$400", - "answer": "Beethoven\\'s Ninth Symphony", + "answer": "Beethoven's Ninth Symphony", "round": "Double Jeopardy!", "show_number": "4231", "fullAnswer": "\"Beethoven\\'s Ninth Symphony\"" @@ -1071224,7 +1015914,7 @@ "air_date": "1997-07-07", "question": "Built in 1672, Vincent House in Edgartown is the oldest known house on this Massachusetts resort island", "value": "$600", - "answer": "Martha\\'s Vineyard", + "answer": "Martha's Vineyard", "round": "Double Jeopardy!", "show_number": "2976", "fullAnswer": "Martha\\'s Vineyard" @@ -1071314,7 +1016004,7 @@ "air_date": "1997-07-07", "question": "Nora Helmer is the heroine of this Ibsen play", "value": "$1,500", - "answer": "A Doll\\'s House", + "answer": "A Doll's House", "round": "Double Jeopardy!", "show_number": "2976", "fullAnswer": "\"A Doll\\'s House\"" @@ -1073124,7 +1017814,7 @@ "air_date": "1999-03-18", "question": "It's the nickname of legendary Texas bluesman Sam Hopkins", "value": "$800", - "answer": "Lightnin\\'", + "answer": "Lightnin'", "round": "Double Jeopardy!", "show_number": "3354", "fullAnswer": "\"Lightnin\\'\"" @@ -1073384,7 +1018074,7 @@ "air_date": "1999-10-06", "question": "Jean Froissart died in his 60s around 1400, so he only got to chronicle about half of this war", "value": "$500", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Jeopardy!", "show_number": "3468", "fullAnswer": "Hundred Years\\' War" @@ -1073474,7 +1018164,7 @@ "air_date": "1999-10-06", "question": "Eve is the first woman mentioned in the Bible; this unnamed woman is second in Genesis 4:17", "value": "$500", - "answer": "Cain\\'s wife", + "answer": "Cain's wife", "round": "Jeopardy!", "show_number": "3468", "fullAnswer": "Cain\\'s wife" @@ -1073844,7 +1018534,7 @@ "air_date": "2011-12-27", "question": "\"Grazie\" & \"prego\" translate to these 2 2-word companion phrases", "value": "$200", - "answer": "thank you & you\\'re welcome", + "answer": "thank you & you're welcome", "round": "Jeopardy!", "show_number": "6277", "fullAnswer": "thank you & you\\'re welcome" @@ -1073874,7 +1018564,7 @@ "air_date": "2011-12-27", "question": "John T. Dorrance, a chemist who studied cooking in Paris, developed the first canned soups for this brand", "value": "$200", - "answer": "Campbell\\'s", + "answer": "Campbell's", "round": "Jeopardy!", "show_number": "6277", "fullAnswer": "Campbell\\'s" @@ -1073919,16 +1018609,6 @@ "show_number": "6277", "fullAnswer": "the 1980s" }, - { - "category": "FOOD PREPARATION", - "air_date": "2011-12-27", - "question": "(Sarah of the Clue Crew holds a payapa in a forest in Molokai, HI.) An enzyme called papain in the leaves & green skin of raw papaya can be used as one of these food preparations as it breaks down the connective tissue of meats", - "value": "$400", - "answer": "tenderizer", - "round": "Jeopardy!", - "show_number": "6277", - "fullAnswer": "a tenderizer" - }, { "category": "LESSER-KNOWN AMERICANS", "air_date": "2011-12-27", @@ -1074169,16 +1018849,6 @@ "show_number": "6277", "fullAnswer": "a widower" }, - { - "category": "RED BOOK", - "air_date": "2011-12-27", - "question": "The title of this Dr. Seuss work is illustrated on its cover", - "value": "$400", - "answer": "One Fish Two Fish Red Fish Blue Fish", - "round": "Double Jeopardy!", - "show_number": "6277", - "fullAnswer": "One Fish Two Fish Red Fish Blue Fish" - }, { "category": "WAITING FOR THE HAIRDRESSER", "air_date": "2011-12-27", @@ -1074199,16 +1018869,6 @@ "show_number": "6277", "fullAnswer": "Khartoum" }, - { - "category": "A LURE", - "air_date": "2011-12-27", - "question": "The Million-Dollar Lure is made of 3 pounds of gold & platinum & 100 carats of diamonds & these red gems", - "value": "$800", - "answer": "rubies", - "round": "Double Jeopardy!", - "show_number": "6277", - "fullAnswer": "rubies" - }, { "category": "\"W\"", "air_date": "2011-12-27", @@ -1074279,16 +1018939,6 @@ "show_number": "6277", "fullAnswer": "The Red and the Black" }, - { - "category": "WAITING FOR THE HAIRDRESSER", - "air_date": "2011-12-27", - "question": "I hope things are okay here; I think I see this woman in the back filming for the Bravo show about her salon takeover", - "value": "$1200", - "answer": "Tabatha", - "round": "Double Jeopardy!", - "show_number": "6277", - "fullAnswer": "Tabatha" - }, { "category": "COSMOPOLITAN", "air_date": "2011-12-27", @@ -1074299,16 +1018949,6 @@ "show_number": "6277", "fullAnswer": "Liechtenstein" }, - { - "category": "A LURE", - "air_date": "2011-12-27", - "question": "(Sarah of the Clue Crew wraps a lure.) When you wrap a fish hook with feathers & thread, it's called tying one of these lightweight lures that mimic insects", - "value": "$1600", - "answer": "flies", - "round": "Double Jeopardy!", - "show_number": "6277", - "fullAnswer": "flies" - }, { "category": "\"W\"", "air_date": "2011-12-27", @@ -1074359,16 +1018999,6 @@ "show_number": "6277", "fullAnswer": "a muskie" }, - { - "category": "\"W\"", - "air_date": "2011-12-27", - "question": "High-quality wood is used in this type of paneling whose name is from the German for \"wagon\"", - "value": "$2000", - "answer": "wainscoting", - "round": "Double Jeopardy!", - "show_number": "6277", - "fullAnswer": "wainscoting" - }, { "category": "RED BOOK", "air_date": "2011-12-27", @@ -1074544,7 +1019174,7 @@ "air_date": "2002-09-17", "question": "The one thing that brings everything tumbling down is \"the straw that\" did this", "value": "$600", - "answer": "broke the camel\\'s back", + "answer": "broke the camel's back", "round": "Jeopardy!", "show_number": "4147", "fullAnswer": "broke the camel\\'s back" @@ -1075249,16 +1019879,6 @@ "show_number": "4086", "fullAnswer": "earthquakes" }, - { - "category": "BIG NAMES IN SPORTS", - "air_date": "2002-05-13", - "question": "(Sarah of the Clue Crew reports from Bank One Ballpark in Phoenix.) In 2001 the Diamondbacks were going for their first world championship; this team was going for its 27th", - "value": "$400", - "answer": "Yankees", - "round": "Double Jeopardy!", - "show_number": "4086", - "fullAnswer": "the Yankees" - }, { "category": "BALLET", "air_date": "2002-05-13", @@ -1075964,7 +1020584,7 @@ "air_date": "2000-12-15", "question": "This expression of \"relative\" simian astonishment dates back to the 1920s", "value": "$400", - "answer": "Well I\\'ll be a monkey\\'s uncle!", + "answer": "Well I'll be a monkey's uncle!", "round": "Double Jeopardy!", "show_number": "3750", "fullAnswer": "Well I\\'ll be a monkey\\'s uncle!" @@ -1076744,7 +1021364,7 @@ "air_date": "1994-11-30", "question": "1 of the top 10 companies that operated food services in 1964, in 1994 its lunch counters ranked No. 264", "value": null, - "answer": "Woolworth\\'s", + "answer": "Woolworth's", "round": "Final Jeopardy!", "show_number": "2358", "fullAnswer": "Woolworth\\'s" @@ -1077504,7 +1022124,7 @@ "air_date": "2011-11-25", "question": "A 7 & 7 cocktail gets its name from these 2 ingredients", "value": "$1000", - "answer": "Seagram\\'s 7 & 7 Up", + "answer": "Seagram's 7 & 7 Up", "round": "Jeopardy!", "show_number": "6255", "fullAnswer": "Seagram\\'s 7 & 7 Up" @@ -1077579,16 +1022199,6 @@ "show_number": "6255", "fullAnswer": "Buddhism" }, - { - "category": "RAILROADING 101", - "air_date": "2011-11-25", - "question": "(Alex delivers the clue sitting alongside some railroad tracks.) It can be narrow or standard, but in railroading, this term always refers to the distance between the rails of the track; standard is 56-1/2 inches", - "value": "$400", - "answer": "gauge", - "round": "Double Jeopardy!", - "show_number": "6255", - "fullAnswer": "gauge" - }, { "category": "THE LONELY ISLAND", "air_date": "2011-11-25", @@ -1077639,16 +1022249,6 @@ "show_number": "6255", "fullAnswer": "Francis Bacon" }, - { - "category": "RAILROADING 101", - "air_date": "2011-11-25", - "question": "(Alex delivers the clue from atop a water tank.) Because water is crucial to a steam locomotive, the train would have to stop about every 100 miles or so to take on water from a tank through this device, which has the same name as a bird", - "value": "$800", - "answer": "crane", - "round": "Double Jeopardy!", - "show_number": "6255", - "fullAnswer": "a crane" - }, { "category": "THE LONELY ISLAND", "air_date": "2011-11-25", @@ -1077699,16 +1022299,6 @@ "show_number": "6255", "fullAnswer": "(Friedrich) Nietzsche" }, - { - "category": "RAILROADING 101", - "air_date": "2011-11-25", - "question": "(Alex delivers the clue in front of a train engine.) If you don't have a rail loop line, the best way to get the engine to reverse direction is on one of these; fortunately, Frostburg has one", - "value": "$1200", - "answer": "turntable", - "round": "Double Jeopardy!", - "show_number": "6255", - "fullAnswer": "a turntable" - }, { "category": "THE LONELY ISLAND", "air_date": "2011-11-25", @@ -1077759,16 +1022349,6 @@ "show_number": "6255", "fullAnswer": "Thomas Aquinas" }, - { - "category": "RAILROADING 101", - "air_date": "2011-11-25", - "question": "(Alex delivers the clue riding a train on the Western Maryland Scenic Railroad.) Around 1900, locomotives got so big, no fireman could keep up with this job, so a mechanical feeder was used, but I prefer to do it the old-fashioned way", - "value": "$1600", - "answer": "stoking", - "round": "Double Jeopardy!", - "show_number": "6255", - "fullAnswer": "stoking" - }, { "category": "THE LONELY ISLAND", "air_date": "2011-11-25", @@ -1077819,16 +1022399,6 @@ "show_number": "6255", "fullAnswer": "Kierkegaard" }, - { - "category": "RAILROADING 101", - "air_date": "2011-11-25", - "question": "(Alex delivers the clue from aboard a train on the Western Maryland Scenic Railroad.) The engine is working a little harder now because we're going up a 2.8% one of these; you call it a slope or an incline; railroaders call it this", - "value": "$2000", - "answer": "grade", - "round": "Double Jeopardy!", - "show_number": "6255", - "fullAnswer": "a grade" - }, { "category": "MODERN AMERICAN NOVELS", "air_date": "2011-11-25", @@ -1077939,16 +1022509,6 @@ "show_number": "6095", "fullAnswer": "July" }, - { - "category": "CASTLES", - "air_date": "2011-02-25", - "question": "Neuschwanstein Castle, often described as a magical setting, is found in this country", - "value": "$400", - "answer": "Germany", - "round": "Jeopardy!", - "show_number": "6095", - "fullAnswer": "Germany" - }, { "category": "WORD \"PLAY\"", "air_date": "2011-02-25", @@ -1078179,16 +1022739,6 @@ "show_number": "6095", "fullAnswer": "fairy" }, - { - "category": "GEOMETRY", - "air_date": "2011-02-25", - "question": "(Sarah of the Clue Crew shows a geometric diagram on the monitor.) As the two angles here form a right angle, they're said to be complementary; since one angle measures 58 degrees, you know that the other angle equals this", - "value": "$400", - "answer": "32 degrees", - "round": "Double Jeopardy!", - "show_number": "6095", - "fullAnswer": "32 degrees" - }, { "category": "PALINDROMES", "air_date": "2011-02-25", @@ -1078299,16 +1022849,6 @@ "show_number": "6095", "fullAnswer": "an autobiography" }, - { - "category": "GEOMETRY", - "air_date": "2011-02-25", - "question": "(Sarah of the Clue Crew shows a geometric diagram on the monitor.) In a circle, the diameter is here, the radius here; a straight line joining two points on the circumference is this musical term", - "value": "$1200", - "answer": "chord", - "round": "Double Jeopardy!", - "show_number": "6095", - "fullAnswer": "a chord" - }, { "category": "PALINDROMES", "air_date": "2011-02-25", @@ -1078419,16 +1022959,6 @@ "show_number": "6095", "fullAnswer": "a sketch" }, - { - "category": "GEOMETRY", - "air_date": "2011-02-25", - "question": "(Jimmy of the Clue Crew shows a geometric diagram on the monitor.) On the cube here, these two lines aren't parallel, & they don't intersect, so they're said to be this type of line", - "value": "$2000", - "answer": "skew", - "round": "Double Jeopardy!", - "show_number": "6095", - "fullAnswer": "skew" - }, { "category": "PALINDROMES", "air_date": "2011-02-25", @@ -1078499,16 +1023029,6 @@ "show_number": "5320", "fullAnswer": "an aerosol" }, - { - "category": "IT'S BASEBALL", - "air_date": "2007-10-26", - "question": "(Hi, I'm Curt Schilling.) Randy Johnson & I were co-MVPs of the 2001 World Series, receiving this award named for a great Yankee slugger", - "value": "$200", - "answer": "Babe Ruth Award", - "round": "Jeopardy!", - "show_number": "5320", - "fullAnswer": "the Babe Ruth Award" - }, { "category": "THE INDIANS", "air_date": "2007-10-26", @@ -1078809,16 +1023329,6 @@ "show_number": "5320", "fullAnswer": "opportunity" }, - { - "category": "PHYSICAL SCIENCE", - "air_date": "2007-10-26", - "question": "(Kelly of the Clue Crew explains her science experiment.) Chemical reactions of the paper clip's iron & the copper wire in the acid of the lemon juice draw these elementary particles from one wire to the other", - "value": "$800", - "answer": "electrons", - "round": "Double Jeopardy!", - "show_number": "5320", - "fullAnswer": "electrons" - }, { "category": "OLD SONG LYRICS", "air_date": "2007-10-26", @@ -1078929,16 +1023439,6 @@ "show_number": "5320", "fullAnswer": "horseshoes" }, - { - "category": "PHYSICAL SCIENCE", - "air_date": "2007-10-26", - "question": "(Kelly of the Clue Crew spins an egg on a platter.) Stop an egg while it's spinning, & it will start again, because the liquid inside is still moving, exhibiting this property, a resistance to change in motion", - "value": "$4,600", - "answer": "inertia", - "round": "Double Jeopardy!", - "show_number": "5320", - "fullAnswer": "inertia" - }, { "category": "OLD SONG LYRICS", "air_date": "2007-10-26", @@ -1079414,7 +1023914,7 @@ "air_date": "2008-06-16", "question": "War-starting Greek beauty's cantaloupes", "value": "$400", - "answer": "Helen\\'s melons", + "answer": "Helen's melons", "round": "Double Jeopardy!", "show_number": "5486", "fullAnswer": "Helen\\'s melons" @@ -1079459,22 +1023959,12 @@ "show_number": "5486", "fullAnswer": "Minnesota" }, - { - "category": "\"G\"-RATED COUNTRIES", - "air_date": "2008-06-16", - "question": "European country now united under the flag seen here", - "value": "$800", - "answer": "Germany", - "round": "Double Jeopardy!", - "show_number": "5486", - "fullAnswer": "Germany" - }, { "category": "MYTHOLOGICAL RHYME TIME", "air_date": "2008-06-16", "question": "Jupiter's aromatic spices", "value": "$800", - "answer": "Jove\\'s cloves", + "answer": "Jove's cloves", "round": "Double Jeopardy!", "show_number": "5486", "fullAnswer": "Jove\\'s cloves" @@ -1079534,7 +1024024,7 @@ "air_date": "2008-06-16", "question": "Falcon-headed Egyptian God's repeated song refrains", "value": "$1200", - "answer": "Horus\\' choruses", + "answer": "Horus' choruses", "round": "Double Jeopardy!", "show_number": "5486", "fullAnswer": "Horus\\' choruses" @@ -1079594,7 +1024084,7 @@ "air_date": "2008-06-16", "question": "Rainbow goddess' disease-spreading particles", "value": "$1600", - "answer": "Iris\\' viruses", + "answer": "Iris' viruses", "round": "Double Jeopardy!", "show_number": "5486", "fullAnswer": "Iris\\' viruses" @@ -1079609,16 +1024099,6 @@ "show_number": "5486", "fullAnswer": "\"Lay on, Macduff\"" }, - { - "category": "REALITY TV", - "air_date": "2008-06-16", - "question": "(Hey, I'm Mark McGrath.) In 2007 I hosted the CW reality show that was searching for a new member for this all-girl pop group", - "value": "$2000", - "answer": "Pussycat Dolls", - "round": "Double Jeopardy!", - "show_number": "5486", - "fullAnswer": "the Pussycat Dolls" - }, { "category": "SYMPHONY SPACE", "air_date": "2008-06-16", @@ -1079654,7 +1024134,7 @@ "air_date": "2008-06-16", "question": "Norse underworld goddess' hollow metal ringers", "value": "$2000", - "answer": "Hel\\'s bells", + "answer": "Hel's bells", "round": "Double Jeopardy!", "show_number": "5486", "fullAnswer": "Hel\\'s bells" @@ -1080134,7 +1024614,7 @@ "air_date": "1998-06-10", "question": "\"Because I'm Worth It\" is a slogan of this line of cosmetics from Paris", "value": "$600", - "answer": "L\\'Oreal", + "answer": "L'Oreal", "round": "Double Jeopardy!", "show_number": "3188", "fullAnswer": "L\\'Oreal" @@ -1081114,7 +1025594,7 @@ "air_date": "2004-04-20", "question": "A restaurant:
\"I Want My Baby Back Baby Back Baby Back Ribs\"", "value": "$800", - "answer": "Chili\\'s", + "answer": "Chili's", "round": "Jeopardy!", "show_number": "4527", "fullAnswer": "Chili\\'s" @@ -1082424,7 +1026904,7 @@ "air_date": "1997-05-29", "question": "A Whittier poem inspired by this novel begins, \"Dry the tears for holy Eva, with the blessed angels leave her\"", "value": "$500", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Double Jeopardy!", "show_number": "2949", "fullAnswer": "\"Uncle Tom\\'s Cabin\"" @@ -1082934,7 +1027414,7 @@ "air_date": "2000-12-06", "question": "\"The Donkey Show\" turns this \"dream\"y Shakespeare play into \"The Ultimate '70s Disco Experience\"", "value": "$200", - "answer": "A Midsummer Night\\'s Dream", + "answer": "A Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "3743", "fullAnswer": "\"A Midsummer Night\\'s Dream\"" @@ -1083409,16 +1027889,6 @@ "show_number": "6083", "fullAnswer": "Commander in Chief" }, - { - "category": "SURFIN' USB", - "air_date": "2011-02-09", - "question": "Often connected via USB port, this device can be used for video chatting, or to keep an eye on things at home", - "value": "$800", - "answer": "webcam", - "round": "Jeopardy!", - "show_number": "6083", - "fullAnswer": "a webcam" - }, { "category": "NONCE WORDS", "air_date": "2011-02-09", @@ -1083609,16 +1028079,6 @@ "show_number": "6083", "fullAnswer": "Black Hawk Down" }, - { - "category": "FRENCH HISTORY", - "air_date": "2011-02-09", - "question": "(Kelly of the Clue Crew shows a map on the monitor.) At one point in the Hundred Years War, England & its allies possessed about half of France; by war's end in 1453, however, the French had pushed England off the mainland, except for this port", - "value": "$2,600", - "answer": "port of Calais", - "round": "Double Jeopardy!", - "show_number": "6083", - "fullAnswer": "the port of Calais" - }, { "category": "TV JUDGES", "air_date": "2011-02-09", @@ -1083824,7 +1028284,7 @@ "air_date": "2007-02-02", "question": "This brand of grape juice was created in 1869 & was billed as unfermented wine", "value": "$200", - "answer": "Welch\\'s", + "answer": "Welch's", "round": "Jeopardy!", "show_number": "5160", "fullAnswer": "Welch\\'s" @@ -1083884,7 +1028344,7 @@ "air_date": "2007-02-02", "question": "That's Dorothy Hope Smith's unfinished sketch of a neighbor's baby on the labels of this brand", "value": "$400", - "answer": "Gerber\\'s", + "answer": "Gerber's", "round": "Jeopardy!", "show_number": "5160", "fullAnswer": "Gerber\\'s" @@ -1084109,16 +1028569,6 @@ "show_number": "5160", "fullAnswer": "Stuart Little" }, - { - "category": "MUSIC & LYRICS", - "air_date": "2007-02-02", - "question": "(Drew Barrymore delivers the clue.) \"I Want To Hold Your Hand\" when I hear the song of that name written by this famous pair", - "value": "$400", - "answer": "John Lennon & Paul McCartney", - "round": "Double Jeopardy!", - "show_number": "5160", - "fullAnswer": "John Lennon & Paul McCartney" - }, { "category": "FORBES 100 MOST POWERFUL WOMEN", "air_date": "2007-02-02", @@ -1084169,16 +1028619,6 @@ "show_number": "5160", "fullAnswer": "Dorian Gray" }, - { - "category": "MUSIC & LYRICS", - "air_date": "2007-02-02", - "question": "(Drew Barrymore delivers the clue) \"The Sound Of Music\" just wouldn't be the same without the sound of this Broadway duo's music & lyrics", - "value": "$800", - "answer": "Rogers & Hammerstein", - "round": "Double Jeopardy!", - "show_number": "5160", - "fullAnswer": "Rogers & Hammerstein" - }, { "category": "FORBES 100 MOST POWERFUL WOMEN", "air_date": "2007-02-02", @@ -1084189,16 +1028629,6 @@ "show_number": "5160", "fullAnswer": "Melinda Gates" }, - { - "category": "SCIENCE", - "air_date": "2007-02-02", - "question": "(Jon of the Clue Crew enlightens us with his scientific knowledge) It's a term for a machine that converts mechanical energy into electrical energy. We've turned a motor into one by making it light up the bulb", - "value": "$2,000", - "answer": "generator", - "round": "Double Jeopardy!", - "show_number": "5160", - "fullAnswer": "a generator" - }, { "category": "IT HAPPENED ON GROUNDHOG DAY", "air_date": "2007-02-02", @@ -1084229,16 +1028659,6 @@ "show_number": "5160", "fullAnswer": "The Maltese Falcon" }, - { - "category": "MUSIC & LYRICS", - "air_date": "2007-02-02", - "question": "(Drew Barrymore delivers the clue) \"Do You Know The Way To San Jose?\" Then you'll know that Hal David wrote the lyrics, but this composer wrote the music", - "value": "$1200", - "answer": "Burt Bacharach", - "round": "Double Jeopardy!", - "show_number": "5160", - "fullAnswer": "Burt Bacharach" - }, { "category": "FORBES 100 MOST POWERFUL WOMEN", "air_date": "2007-02-02", @@ -1084289,16 +1028709,6 @@ "show_number": "5160", "fullAnswer": "Little Women" }, - { - "category": "MUSIC & LYRICS", - "air_date": "2007-02-02", - "question": "(Drew Barrymore delivers the clue) \"Jailhouse Rock\" & \"Love Potion No. 9\" are just 2 of the rock & roll classics by Jerry Leiber & this partner", - "value": "$1600", - "answer": "Stoller", - "round": "Double Jeopardy!", - "show_number": "5160", - "fullAnswer": "(Mike) Stoller" - }, { "category": "FORBES 100 MOST POWERFUL WOMEN", "air_date": "2007-02-02", @@ -1084309,16 +1028719,6 @@ "show_number": "5160", "fullAnswer": "Christiane Amanpour" }, - { - "category": "SCIENCE", - "air_date": "2007-02-02", - "question": "(Jimmy is in his Jeopardy! lab coat delivering the clue this time) You can take a simple nail, coil wire around it, connect it to a battery, and turn it into this attractive 13-letter item", - "value": "$1600", - "answer": "electromagnet", - "round": "Double Jeopardy!", - "show_number": "5160", - "fullAnswer": "an electromagnet" - }, { "category": "IT HAPPENED ON GROUNDHOG DAY", "air_date": "2007-02-02", @@ -1084349,16 +1028749,6 @@ "show_number": "5160", "fullAnswer": "On The Road" }, - { - "category": "MUSIC & LYRICS", - "air_date": "2007-02-02", - "question": "(Drew Barrymore delivers the clue.) \"For The Good Times\", hits by this legend from Brownsville, Texas \"Help Me Make It Through The Night\"", - "value": "$2000", - "answer": "Kris Kristofferson", - "round": "Double Jeopardy!", - "show_number": "5160", - "fullAnswer": "Kris Kristofferson" - }, { "category": "FORBES 100 MOST POWERFUL WOMEN", "air_date": "2007-02-02", @@ -1084649,16 +1029039,6 @@ "show_number": "6237", "fullAnswer": "vetoed" }, - { - "category": "BALLET IT ON THICK", - "air_date": "2011-11-01", - "question": "(Kelly of the Clue Crew is in a practice room at the Dance Theatre of Harlem in New York. A dancer is practicing in the background.) The Dance Theatre of Harlem has brought ballet around the world, including giving China's first performance of this 1910 Stravinsky work with an elusive title character", - "value": "$1000", - "answer": "Firebird", - "round": "Jeopardy!", - "show_number": "6237", - "fullAnswer": "The Firebird" - }, { "category": "HANDGUNS", "air_date": "2011-11-01", @@ -1084819,26 +1029199,6 @@ "show_number": "6237", "fullAnswer": "Romanov" }, - { - "category": "BACK TO '80s TV", - "air_date": "2011-11-01", - "question": "Once a regular on \"A Different World\" he had a 2010 comedy special subtitled \"Where U Been?\"", - "value": "$800", - "answer": "Sinbad", - "round": "Double Jeopardy!", - "show_number": "6237", - "fullAnswer": "Sinbad" - }, - { - "category": "DESIGNING WOMEN", - "air_date": "2011-11-01", - "question": "This designer seen here celebrates the exuberant, the embellished, and the over-the-top", - "value": "$1200", - "answer": "Betsey Johnson", - "round": "Double Jeopardy!", - "show_number": "6237", - "fullAnswer": "Betsey Johnson" - }, { "category": "THE FACTS OF LIFE", "air_date": "2011-11-01", @@ -1084854,7 +1029214,7 @@ "air_date": "2011-11-01", "question": "This capital of Newfoundland & Labrador is the eastern starting point of the Trans-Canada Highway", "value": "$1200", - "answer": "St. John\\'s", + "answer": "St. John's", "round": "Double Jeopardy!", "show_number": "6237", "fullAnswer": "St. John\\'s" @@ -1084949,16 +1029309,6 @@ "show_number": "6237", "fullAnswer": "Knight Rider" }, - { - "category": "DESIGNING WOMEN", - "air_date": "2011-11-01", - "question": "Kate Middleton's wedding dress was designed by Sarah Burton, of this late British designer's fashion house", - "value": "$2000", - "answer": "Alexander McQueen", - "round": "Double Jeopardy!", - "show_number": "6237", - "fullAnswer": "Alexander McQueen" - }, { "category": "THE FACTS OF LIFE", "air_date": "2011-11-01", @@ -1085269,16 +1029619,6 @@ "show_number": "6082", "fullAnswer": "open range" }, - { - "category": "DIAMONDS ARE FOREVER", - "air_date": "2011-02-08", - "question": "(Jimmy of the Clue Crew shows a diamond diagram on the monitor.) In a cut diamond, the band around the widest part is the girdle, the upper part is the crown, & the bottom area that reflects light is called this, like an exhibition building from the French for \"butterfly\"", - "value": "$1000", - "answer": "pavillion", - "round": "Jeopardy!", - "show_number": "6082", - "fullAnswer": "pavillion" - }, { "category": "...FAME IS NOT", "air_date": "2011-02-08", @@ -1085514,7 +1029854,7 @@ "air_date": "2011-02-08", "question": "Will Rogers is famous for this sentence of goodwill about all those he encountered", "value": "$1600", - "answer": "I never met a man I didn\\'t like", + "answer": "I never met a man I didn't like", "round": "Double Jeopardy!", "show_number": "6082", "fullAnswer": "I never met a man I didn\\'t like" @@ -1085544,7 +1029884,7 @@ "air_date": "2011-02-08", "question": "Clement VII, born into this powerful family, was raised by his uncle Lorenzo the Magnificent", "value": "$1,000", - "answer": "de\\' Medicis", + "answer": "de' Medicis", "round": "Double Jeopardy!", "show_number": "6082", "fullAnswer": "the de\\' Medicis" @@ -1086084,7 +1030424,7 @@ "air_date": "1996-11-18", "question": "17th C. Dutch painter Samuel Von Hoogstraten was profiecient in this \"fool the eye\" style", "value": "$800", - "answer": "tromp l\\'oile", + "answer": "tromp l'oile", "round": "Double Jeopardy!", "show_number": "2811", "fullAnswer": "tromp l\\'oile" @@ -1086289,16 +1030629,6 @@ "show_number": "5689", "fullAnswer": "genetics" }, - { - "category": "\"BACK\" TO SCHOOL", - "air_date": "2009-05-07", - "question": "(Jimmy of the Clue Crew holds a microphone to a loudspeaker.) An audio signal returned to its source as an input & retransmitted gives you this loud sound", - "value": "$400", - "answer": "feedback", - "round": "Jeopardy!", - "show_number": "5689", - "fullAnswer": "feedback" - }, { "category": "COLLEGE-PODGE", "air_date": "2009-05-07", @@ -1086409,16 +1030739,6 @@ "show_number": "5689", "fullAnswer": "free association" }, - { - "category": "\"BACK\" TO SCHOOL", - "air_date": "2009-05-07", - "question": "Denizen of the deep delightfully drifting here", - "value": "$800", - "answer": "humpback whale", - "round": "Jeopardy!", - "show_number": "5689", - "fullAnswer": "the humpback whale" - }, { "category": "COLLEGE-PODGE", "air_date": "2009-05-07", @@ -1086504,7 +1030824,7 @@ "air_date": "2009-05-07", "question": "In 1901 C.A. Yont & W.B. Felker became the first to drive a car to the top of this Colorado peak", "value": "$400", - "answer": "Pike\\'s Peak", + "answer": "Pike's Peak", "round": "Double Jeopardy!", "show_number": "5689", "fullAnswer": "Pike\\'s Peak" @@ -1087169,16 +1031489,6 @@ "show_number": "66", "fullAnswer": "Ontario" }, - { - "category": "LITERATURE", - "air_date": "1984-12-10", - "question": "Vowel missing from entire 50,000 word text of Ernest Wright's \"Gadsby\"", - "value": "$1,000", - "answer": "E", - "round": "Double Jeopardy!", - "show_number": "66", - "fullAnswer": "E" - }, { "category": "WORLD HISTORY", "air_date": "1984-12-10", @@ -1087799,16 +1032109,6 @@ "show_number": "5500", "fullAnswer": "nolo contendere" }, - { - "category": "SCIENCE", - "air_date": "2008-07-04", - "question": "(Jimmy of the Clue Crew explains a chemical reaction) A chemical reaction between food coloring and bleach, which contains this chemical, NaClO3, turns the color liquid into a colorless compound", - "value": "$2000", - "answer": "sodium chlorate", - "round": "Double Jeopardy!", - "show_number": "5500", - "fullAnswer": "sodium chlorate" - }, { "category": "COUNTRY MUSIC", "air_date": "2008-07-04", @@ -1087819,16 +1032119,6 @@ "show_number": "5500", "fullAnswer": "Brad Paisley" }, - { - "category": "AUTHORS' HOMES", - "air_date": "2008-07-04", - "question": "(Jon of the Clue Crew delivers the clue from Rowan Oak in Oxford, Mississippi) The woman who lived here in Rowan Oak prior to Faulkner was the basis for the title woman in \"A Rose For\" her", - "value": "$2000", - "answer": "Emily", - "round": "Double Jeopardy!", - "show_number": "5500", - "fullAnswer": "Emily" - }, { "category": "SUE ME!", "air_date": "2008-07-04", @@ -1088554,7 +1032844,7 @@ "air_date": "1998-04-24", "question": "It's the all-too-common lie about payment being on the way", "value": "$200", - "answer": "check\\'s in the mail", + "answer": "check's in the mail", "round": "Jeopardy!", "show_number": "3155", "fullAnswer": "The check\\'s in the mail" @@ -1088964,7 +1033254,7 @@ "air_date": "1998-04-24", "question": "In this essay Virginia Woolf said women need money & privacy to develop as writers", "value": "$1000", - "answer": "A Room of One\\'s Own", + "answer": "A Room of One's Own", "round": "Double Jeopardy!", "show_number": "3155", "fullAnswer": "\"A Room of One\\'s Own\"" @@ -1089019,16 +1033309,6 @@ "show_number": "3155", "fullAnswer": "(\\\"The Unsinkable\\\") Molly Brown" }, - { - "category": "A TOUR OF THE REAGAN LIBRARY", - "air_date": "2003-05-13", - "question": "(Jimmy of the clue Crew presents from the Ronald Reagan Library.) On June 12, 1987, in Berlin, Ronald Reagan demanded of this man, \"Tear down this wall.\"", - "value": "$200", - "answer": "Mikhail Gorbachev", - "round": "Jeopardy!", - "show_number": "4317", - "fullAnswer": "Mikhail Gorbachev" - }, { "category": "NOT SO SIMPLE SIMON", "air_date": "2003-05-13", @@ -1089139,16 +1033419,6 @@ "show_number": "4317", "fullAnswer": "an enemy" }, - { - "category": "A TOUR OF THE REAGAN LIBRARY", - "air_date": "2003-05-13", - "question": "(Jimmy gives the clue from the Reagan Library.) The Tomahawk missile benefitted from Reagan's defense buildups; it was used in this operation which began in January 1991", - "value": "$600", - "answer": "Desert Storm", - "round": "Jeopardy!", - "show_number": "4317", - "fullAnswer": "Desert Storm" - }, { "category": "NOT SO SIMPLE SIMON", "air_date": "2003-05-13", @@ -1089169,16 +1033439,6 @@ "show_number": "4317", "fullAnswer": "Promontory Point, Utah" }, - { - "category": "FASHION DESIGNERS", - "air_date": "2003-05-13", - "question": "This designer seen here was born in London in September of 1971", - "value": "$600", - "answer": "Stella McCartney", - "round": "Jeopardy!", - "show_number": "4317", - "fullAnswer": "Stella McCartney" - }, { "category": "AMUSEMENT & THEME PARKS", "air_date": "2003-05-13", @@ -1089259,16 +1033519,6 @@ "show_number": "4317", "fullAnswer": "an epicurean (epicure)" }, - { - "category": "A TOUR OF THE REAGAN LIBRARY", - "air_date": "2003-05-13", - "question": "(Jimmy of the Clue Crew gives the clue.) In 1989 the Notre Dame football team presented Reagan with this man's letter sweater", - "value": "$1000", - "answer": "George Gipp", - "round": "Jeopardy!", - "show_number": "4317", - "fullAnswer": "George Gipp" - }, { "category": "NOT SO SIMPLE SIMON", "air_date": "2003-05-13", @@ -1089364,7 +1033614,7 @@ "air_date": "2003-05-13", "question": "1980:
\"A Hangman's Ditty\"", "value": "$400", - "answer": "Executioner\\'s Song", + "answer": "Executioner's Song", "round": "Double Jeopardy!", "show_number": "4317", "fullAnswer": "Executioner\\'s Song" @@ -1089514,7 +1033764,7 @@ "air_date": "2003-05-13", "question": "This line precedes \"And it don't rain in Indianapolis in the summertime\"", "value": "$1600", - "answer": "God didn\\'t make little green apples", + "answer": "God didn't make little green apples", "round": "Double Jeopardy!", "show_number": "4317", "fullAnswer": "\"God didn\\'t make little green apples\"" @@ -1090034,7 +1034284,7 @@ "air_date": "2001-06-08", "question": "One of Dionne's most beloved songs, \"I Say A Little Prayer\", was repopularized by this Julia Roberts film", "value": "$400", - "answer": "My Best Friend\\'s Wedding", + "answer": "My Best Friend's Wedding", "round": "Double Jeopardy!", "show_number": "3875", "fullAnswer": "My Best Friend\\'s Wedding" @@ -1090339,16 +1034589,6 @@ "show_number": "4652", "fullAnswer": "quadrangle" }, - { - "category": "THE PLANETS", - "air_date": "2004-11-23", - "question": "Taken recently, the ultraviolet image seen here shows this planet's most famous feature", - "value": "$400", - "answer": "Saturn", - "round": "Jeopardy!", - "show_number": "4652", - "fullAnswer": "Saturn" - }, { "category": "CROSSWORD CLUES \"P\"", "air_date": "2004-11-23", @@ -1090384,7 +1034624,7 @@ "air_date": "2004-11-23", "question": "This D.H. Lawrence work was not published in full in England until Penguin books did it in 1960", "value": "$600", - "answer": "Lady Chatterley\\'s Lover", + "answer": "Lady Chatterley's Lover", "round": "Jeopardy!", "show_number": "4652", "fullAnswer": "Lady Chatterley\\'s Lover" @@ -1090499,16 +1034739,6 @@ "show_number": "4652", "fullAnswer": "Brave New World" }, - { - "category": "COLLEGE HODGEPODGE", - "air_date": "2004-11-23", - "question": "(Hi. I'm Keith Olberman.) I started when I was 16 and I graduated at 20 with a B.S. in communications at this Ivy League school in Ithaca", - "value": "$1000", - "answer": "Cornell", - "round": "Jeopardy!", - "show_number": "4652", - "fullAnswer": "Cornell" - }, { "category": "THE PLANETS", "air_date": "2004-11-23", @@ -1090549,26 +1034779,6 @@ "show_number": "4652", "fullAnswer": "copper" }, - { - "category": "GREECE", - "air_date": "2004-11-23", - "question": "(Sarah of the Clue Crew speaks from Santorini in Greece.) Volcanic cliffs on Santorini are the remnants of an eruption that may be the source of the legend of this island", - "value": "$400", - "answer": "Atlantis", - "round": "Double Jeopardy!", - "show_number": "4652", - "fullAnswer": "Atlantis" - }, - { - "category": "I LEARNED IT ONLINE", - "air_date": "2004-11-23", - "question": "freetranslation.com taught me \"Your eyes shine like oysters\" in this language--\"I suoi occhi brillano come le ostriche\"", - "value": "$400", - "answer": "Italian", - "round": "Double Jeopardy!", - "show_number": "4652", - "fullAnswer": "Italian" - }, { "category": "FRESHMAN COMPOSITION", "air_date": "2004-11-23", @@ -1090609,26 +1034819,6 @@ "show_number": "4652", "fullAnswer": "titanium" }, - { - "category": "GREECE", - "air_date": "2004-11-23", - "question": "(Cheryl of the Clue Crew reads from Delos in Greece.) Delos was sacred as the birthplace of this music-loving sun god whose temple this is", - "value": "$800", - "answer": "Apollo", - "round": "Double Jeopardy!", - "show_number": "4652", - "fullAnswer": "Apollo" - }, - { - "category": "I LEARNED IT ONLINE", - "air_date": "2004-11-23", - "question": "howstuffworks.com told me each Apache one of these can carry 16 Hellfire missiles--cool", - "value": "$800", - "answer": "helicopter", - "round": "Double Jeopardy!", - "show_number": "4652", - "fullAnswer": "a helicopter" - }, { "category": "FRESHMAN COMPOSITION", "air_date": "2004-11-23", @@ -1090669,26 +1034859,6 @@ "show_number": "4652", "fullAnswer": "lead" }, - { - "category": "GREECE", - "air_date": "2004-11-23", - "question": "(Cheryl of the Clue Crew delivers the clue from Athens, Greece.) In Greek cities, orient yourself using this, whose name comes from words meaning \"highest\" and \"city\"", - "value": "$1200", - "answer": "Acropolis", - "round": "Double Jeopardy!", - "show_number": "4652", - "fullAnswer": "the Acropolis" - }, - { - "category": "I LEARNED IT ONLINE", - "air_date": "2004-11-23", - "question": "I learned about the obligations of my moving company at dot.gov, the website of this Cabinet department", - "value": "$1200", - "answer": "Transportation", - "round": "Double Jeopardy!", - "show_number": "4652", - "fullAnswer": "Transportation" - }, { "category": "FRESHMAN COMPOSITION", "air_date": "2004-11-23", @@ -1090729,26 +1034899,6 @@ "show_number": "4652", "fullAnswer": "tin" }, - { - "category": "GREECE", - "air_date": "2004-11-23", - "question": "(Cheryl of the Clue Crew stands in the the Theatre of Dionysus in Athens, Greece.) In 401 B.C. here at the Theatre of Dionysus, this man won a posthumous first prize for his play \"Oedipus at Colonus\"", - "value": "$1600", - "answer": "Sophocles", - "round": "Double Jeopardy!", - "show_number": "4652", - "fullAnswer": "Sophocles" - }, - { - "category": "I LEARNED IT ONLINE", - "air_date": "2004-11-23", - "question": "At greenwichpast.com I learned that this famed skywatcher was Astronomer Royal from 1720 to his death in 1742", - "value": "$1600", - "answer": "Sir Edmond Halley", - "round": "Double Jeopardy!", - "show_number": "4652", - "fullAnswer": "Sir Edmond Halley" - }, { "category": "FRESHMAN COMPOSITION", "air_date": "2004-11-23", @@ -1090789,26 +1034939,6 @@ "show_number": "4652", "fullAnswer": "aluminum" }, - { - "category": "GREECE", - "air_date": "2004-11-23", - "question": "(Sarah of the Clue Crew stands in front of the Parthenon in Athens, Greece.) Built in the 400s B.C., the temple of Athena, known as the Parthenon, is the greatest example of this ancient architectural style", - "value": "$2000", - "answer": "doric", - "round": "Double Jeopardy!", - "show_number": "4652", - "fullAnswer": "doric" - }, - { - "category": "I LEARNED IT ONLINE", - "air_date": "2004-11-23", - "question": "webmd.com tells me this condition, which can cause no symptoms until a stroke, is the \"silent killer\"", - "value": "$2000", - "answer": "high blood pressure", - "round": "Double Jeopardy!", - "show_number": "4652", - "fullAnswer": "high blood pressure" - }, { "category": "FRESHMAN COMPOSITION", "air_date": "2004-11-23", @@ -1090924,7 +1035054,7 @@ "air_date": "2003-09-09", "question": "Defeating English challenger Shamrock, U.S. continues its dominance of this sailing race", "value": "$400", - "answer": "America\\'s Cup", + "answer": "America's Cup", "round": "Jeopardy!", "show_number": "4367", "fullAnswer": "the America\\'s Cup" @@ -1091799,16 +1035929,6 @@ "show_number": "1105", "fullAnswer": "an appraiser" }, - { - "category": "\"MAN\"LY MOVIES", - "air_date": "1989-05-26", - "question": "Film that inspired Burt Bacharach & Hal David to write this 1962 Top 10 hit:

\"Alone and afraid she prayed that he'd return that fateful night /
Aw, that night /
When nothing she said could keep her man from going out to fight...\"
", - "value": "$2,500", - "answer": "Man Who Shot Liberty Valance", - "round": "Double Jeopardy!", - "show_number": "1105", - "fullAnswer": "The Man Who Shot Liberty Valance" - }, { "category": "NEW YORKERS", "air_date": "1989-05-26", @@ -1092349,16 +1036469,6 @@ "show_number": "2943", "fullAnswer": "excited" }, - { - "category": "IT'S THE PITT'S", - "air_date": "1997-05-21", - "question": "Film seen here, it influenced People magazine to pick Brad as the \"Sexiest Man Alive\":", - "value": "$800", - "answer": "Legends of the Fall", - "round": "Double Jeopardy!", - "show_number": "2943", - "fullAnswer": "Legends of the Fall" - }, { "category": "HISTORIC NAMES", "air_date": "1997-05-21", @@ -1092784,7 +1036894,7 @@ "air_date": "2003-01-17", "question": "This Laker (then with Orlando) played a recruit in the 1994 college basketball film \"Blue Chips\"", "value": "$800", - "answer": "Shaquille O\\'Neal", + "answer": "Shaquille O'Neal", "round": "Jeopardy!", "show_number": "4235", "fullAnswer": "Shaquille O\\'Neal" @@ -1093424,7 +1037534,7 @@ "air_date": "2001-07-09", "question": "Of \"Andy's Theme\", \"My Mayberry Home\" or \"The Fishin' Hole\", the one that's the title of the theme song", "value": "$500", - "answer": "The Fishin\\' Hole", + "answer": "The Fishin' Hole", "round": "Jeopardy!", "show_number": "3896", "fullAnswer": "\"The Fishin\\' Hole\"" @@ -1094084,7 +1038194,7 @@ "air_date": "2009-09-15", "question": "Norman Mailer won in 1980 for this grisly worker's \"Song\"", "value": "$400", - "answer": "Executioner\\'s Song", + "answer": "Executioner's Song", "round": "Double Jeopardy!", "show_number": "5747", "fullAnswer": "The Executioner\\'s Song" @@ -1094119,16 +1038229,6 @@ "show_number": "5747", "fullAnswer": "Fame" }, - { - "category": "SOUNDS ROMANTIC", - "air_date": "2009-09-15", - "question": "(Jimmy of the Clue Crew shows several presidents' approval ratings graphs on the monitor.) A president's approval ratings are often highest early in his administration, a period called this", - "value": "$800", - "answer": "honeymoon", - "round": "Double Jeopardy!", - "show_number": "5747", - "fullAnswer": "a honeymoon" - }, { "category": "BUMMER OF '69", "air_date": "2009-09-15", @@ -1094209,16 +1038309,6 @@ "show_number": "5747", "fullAnswer": "The Shipping News" }, - { - "category": "ENDS WITH 2 VOWELS", - "air_date": "2009-09-15", - "question": "First appearing in magazine illustrations in 1909, this doll is celebrating its 100th anniversary", - "value": "$1200", - "answer": "Kewpie", - "round": "Double Jeopardy!", - "show_number": "5747", - "fullAnswer": "a Kewpie" - }, { "category": "THE FORBES 2009 BILLIONAIRES LIST", "air_date": "2009-09-15", @@ -1094239,16 +1038329,6 @@ "show_number": "5747", "fullAnswer": "Fat Albert" }, - { - "category": "SOUNDS ROMANTIC", - "air_date": "2009-09-15", - "question": "The 18th-century artwork seen here depicts this dramatic 9-letter event", - "value": "$1600", - "answer": "elopement", - "round": "Double Jeopardy!", - "show_number": "5747", - "fullAnswer": "an elopement" - }, { "category": "BUMMER OF '69", "air_date": "2009-09-15", @@ -1094329,16 +1038409,6 @@ "show_number": "5747", "fullAnswer": "The Mambo Kings" }, - { - "category": "ENDS WITH 2 VOWELS", - "air_date": "2009-09-15", - "question": "Seen here, this raccoon relative normally found in tropical forests has become a popular pet", - "value": "$2000", - "answer": "kinkajou", - "round": "Double Jeopardy!", - "show_number": "5747", - "fullAnswer": "a kinkajou" - }, { "category": "PRESIDENTIAL ANCESTORS", "air_date": "2009-09-15", @@ -1094729,16 +1038799,6 @@ "show_number": "5449", "fullAnswer": "Hall" }, - { - "category": "INNOVATION", - "air_date": "2008-04-24", - "question": "(Jimmy of the Clue Crew reports from Kadena Air Base in Japan.) The 30-foot rotating dome on top of the AWACS E-3 is a highly advanced version of this system first implemented in England in the 1930s", - "value": "$800", - "answer": "radar", - "round": "Double Jeopardy!", - "show_number": "5449", - "fullAnswer": "radar" - }, { "category": "\"B\"EOPLE", "air_date": "2008-04-24", @@ -1094909,16 +1038969,6 @@ "show_number": "5449", "fullAnswer": "Smith" }, - { - "category": "INNOVATION", - "air_date": "2008-04-24", - "question": "(Sarah & Jon of the Clue Crew report from the lab.) The oscillations of a plucked rubber band are normally too fast to see, but it appears slowed down in front of a monitor, which pulses & acts like this lighting instrument used for high-speed photography", - "value": "$2000", - "answer": "strobe light", - "round": "Double Jeopardy!", - "show_number": "5449", - "fullAnswer": "a strobe light" - }, { "category": "\"B\"EOPLE", "air_date": "2008-04-24", @@ -1094959,16 +1039009,6 @@ "show_number": "5449", "fullAnswer": "Pierre, South Dakota" }, - { - "category": "LANDSCAPE CRUSADER", - "air_date": "2006-04-19", - "question": "Shown here is her 1936 desert landscape entitled \"Summer Days\"", - "value": "$200", - "answer": "O\\'Keeffe", - "round": "Jeopardy!", - "show_number": "4983", - "fullAnswer": "(Georgia) O\\'Keeffe" - }, { "category": "2005 OBITS", "air_date": "2006-04-19", @@ -1095019,16 +1039059,6 @@ "show_number": "4983", "fullAnswer": "a tuxedo" }, - { - "category": "LANDSCAPE CRUSADER", - "air_date": "2006-04-19", - "question": "The distinctive stylings of this American folk artist are seen here in \"Winter Joyride\"", - "value": "$400", - "answer": "Grandma Moses", - "round": "Jeopardy!", - "show_number": "4983", - "fullAnswer": "Grandma Moses" - }, { "category": "2005 OBITS", "air_date": "2006-04-19", @@ -1095079,16 +1039109,6 @@ "show_number": "4983", "fullAnswer": "Boxer" }, - { - "category": "LANDSCAPE CRUSADER", - "air_date": "2006-04-19", - "question": "Seen here is a work by this man noted for his dramatic depictions of American landscapes", - "value": "$600", - "answer": "Ansel Adams", - "round": "Jeopardy!", - "show_number": "4983", - "fullAnswer": "Ansel Adams" - }, { "category": "2005 OBITS", "air_date": "2006-04-19", @@ -1095139,16 +1039159,6 @@ "show_number": "4983", "fullAnswer": "Luxembourg" }, - { - "category": "LANDSCAPE CRUSADER", - "air_date": "2006-04-19", - "question": "With works like 1828's \"Branch Hill Pond\", seen here, he was a leading British landscape artist of the early 19th century", - "value": "$800", - "answer": "Constable", - "round": "Jeopardy!", - "show_number": "4983", - "fullAnswer": "Constable" - }, { "category": "2005 OBITS", "air_date": "2006-04-19", @@ -1095199,26 +1039209,6 @@ "show_number": "4983", "fullAnswer": "pixel" }, - { - "category": "LANDSCAPE CRUSADER", - "air_date": "2006-04-19", - "question": "The school that produced 19th century landscapes, like the one seen here, bears the name of this geographic feature", - "value": "$1000", - "answer": "Hudson River", - "round": "Jeopardy!", - "show_number": "4983", - "fullAnswer": "the Hudson River" - }, - { - "category": "2005 OBITS", - "air_date": "2006-04-19", - "question": "Sadly, in 2005, the soulful voice of this singer heard here was silenced forever

\"Hold me closer /
And every minute /
Of every hour /
Feel the power of love...\"
", - "value": "$1000", - "answer": "Luther Vandross", - "round": "Jeopardy!", - "show_number": "4983", - "fullAnswer": "Luther Vandross" - }, { "category": "DOGS AT WORK", "air_date": "2006-04-19", @@ -1095439,16 +1039429,6 @@ "show_number": "4983", "fullAnswer": "C.S. Lewis Carroll" }, - { - "category": "HISTORIC DOCUMENTS", - "air_date": "2006-04-19", - "question": "(Kelly of the Clue Crew delivers the clue from the Birmingham Civil Rights Institute.) \"I am in Birmingham because injustice is here\" is a line from this document written from confinement in April 1963", - "value": "$1600", - "answer": "Letter from Birmingham Jail", - "round": "Double Jeopardy!", - "show_number": "4983", - "fullAnswer": "\"Letter from Birmingham Jail\"" - }, { "category": "THE OFFICIAL CELEBRITY HANDBOOK", "air_date": "2006-04-19", @@ -1095519,16 +1039499,6 @@ "show_number": "4983", "fullAnswer": "Gucci" }, - { - "category": "CONSTELLATIONS", - "air_date": "2006-04-19", - "question": "(Jimmy of the Clue Crew delivers the clue from Luxor, Egypt.) Constellations in the tomb of Seti I include this familiar one that was associated with the god Osiris", - "value": "$2000", - "answer": "Orion", - "round": "Double Jeopardy!", - "show_number": "4983", - "fullAnswer": "Orion" - }, { "category": "THE NICKNAME GAME", "air_date": "2006-04-19", @@ -1095649,16 +1039619,6 @@ "show_number": "4716", "fullAnswer": "When Harry Met Sally..." }, - { - "category": "AR\"T\"", - "air_date": "2005-02-21", - "question": "He loved the night life, as seen here", - "value": "$400", - "answer": "Toulouse-Lautrec", - "round": "Jeopardy!", - "show_number": "4716", - "fullAnswer": "Toulouse-Lautrec" - }, { "category": "IT'S A JOB", "air_date": "2005-02-21", @@ -1095679,16 +1039639,6 @@ "show_number": "4716", "fullAnswer": "ultraviolet rays" }, - { - "category": "WHY NOT?", - "air_date": "2005-02-21", - "question": "(Jimmy of the Clue Crew holds down a sheep on a farm.) Tiny scales on sheep's wool, unlike processed wool, are aligned in the same direction--that's why this doesn't happen when it rains", - "value": "$400", - "answer": "shrinkage", - "round": "Jeopardy!", - "show_number": "4716", - "fullAnswer": "shrinkage" - }, { "category": "LITERARY TITLE PAIRS", "air_date": "2005-02-21", @@ -1095769,16 +1039719,6 @@ "show_number": "4716", "fullAnswer": "Escape from New York" }, - { - "category": "AR\"T\"", - "air_date": "2005-02-21", - "question": "This Venetian painted the work seen here around 1530", - "value": "$800", - "answer": "Titian", - "round": "Jeopardy!", - "show_number": "4716", - "fullAnswer": "Titian" - }, { "category": "IT'S A JOB", "air_date": "2005-02-21", @@ -1095889,16 +1039829,6 @@ "show_number": "4716", "fullAnswer": "Stockard Channing" }, - { - "category": "THIS OLD HOUSE", - "air_date": "2005-02-21", - "question": "(I'm Kevin O'Connor, host of This Old House.) I got the host gig after writing \"Ask This Old House\" looking for help removing this pasted-on stuff", - "value": "$400", - "answer": "wallpaper", - "round": "Double Jeopardy!", - "show_number": "4716", - "fullAnswer": "wallpaper" - }, { "category": "BEFORE & AFTER", "air_date": "2005-02-21", @@ -1096009,16 +1039939,6 @@ "show_number": "4716", "fullAnswer": "Ginger Rogers" }, - { - "category": "THIS OLD HOUSE", - "air_date": "2005-02-21", - "question": "(I'm master carpenter Norm Abram.) The balloon type is one version of this structural skeleton that makes a house sound like a work of art", - "value": "$1200", - "answer": "frame", - "round": "Double Jeopardy!", - "show_number": "4716", - "fullAnswer": "a frame" - }, { "category": "BEFORE & AFTER", "air_date": "2005-02-21", @@ -1096129,16 +1040049,6 @@ "show_number": "4716", "fullAnswer": "Angie Dickinson" }, - { - "category": "THIS OLD HOUSE", - "air_date": "2005-02-21", - "question": "(Hi, I'm Roger Cook, landscape contractor.) It's an Italian word for an arbor with trelliswork to support climbing plants", - "value": "$2000", - "answer": "pergola", - "round": "Double Jeopardy!", - "show_number": "4716", - "fullAnswer": "pergola" - }, { "category": "BEFORE & AFTER", "air_date": "2005-02-21", @@ -1096434,7 +1040344,7 @@ "air_date": "2000-06-21", "question": "Whitney Houston played the spouse of a New York pastor in this 1996 film", "value": "$500", - "answer": "Preacher\\'s Wife", + "answer": "Preacher's Wife", "round": "Jeopardy!", "show_number": "3653", "fullAnswer": "The Preacher\\'s Wife" @@ -1097594,7 +1041504,7 @@ "air_date": "2000-11-24", "question": "It's slang for a western or crime film that features a lot of gunfire", "value": "$500", - "answer": "Shoot \\'em up", + "answer": "Shoot 'em up", "round": "Jeopardy!", "show_number": "3735", "fullAnswer": "Shoot \\'em up" @@ -1097614,7 +1041524,7 @@ "air_date": "2000-11-24", "question": "A man named Heinrich established a brewery in Bremen that produces this, Germany's No. 1 export beer", "value": "$500", - "answer": "Beck\\'s", + "answer": "Beck's", "round": "Jeopardy!", "show_number": "3735", "fullAnswer": "Beck\\'s" @@ -1098059,16 +1041969,6 @@ "show_number": "6165", "fullAnswer": "a corkscrew" }, - { - "category": "EXTRAORDINARY DENTITION", - "air_date": "2011-06-03", - "question": "(Jimmy of the Clue Crew shows a rodent skull on the monitor.) In rodents, these teeth wear out faster on the back than on the front side, creating the chisel shape that makes it easier to gnaw hard objects", - "value": "$400", - "answer": "incisors", - "round": "Jeopardy!", - "show_number": "6165", - "fullAnswer": "the incisors" - }, { "category": "AT THE DRUGSTORE", "air_date": "2011-06-03", @@ -1098179,22 +1042079,12 @@ "show_number": "6165", "fullAnswer": "a magnifying glass" }, - { - "category": "EXTRAORDINARY DENTITION", - "air_date": "2011-06-03", - "question": "(Kelly of the Clue Crew holds a skull at the Smithsonian's Hall of Human Origins.) When Mary Leakey discovered Paranthropus boisei in 1959, her husband Louis saw the heavy teeth & jaws & nicknamed the species this man, like the title character of a Tchaikovsky ballet", - "value": "$800", - "answer": "Nutcracker", - "round": "Jeopardy!", - "show_number": "6165", - "fullAnswer": "The Nutcracker" - }, { "category": "AT THE DRUGSTORE", "air_date": "2011-06-03", "question": "You should be gellin' like a felon with the massaging gel insoles from this brand named for a real M.D.", "value": "$800", - "answer": "Dr. Scholl\\'s", + "answer": "Dr. Scholl's", "round": "Jeopardy!", "show_number": "6165", "fullAnswer": "Dr. Scholl\\'s" @@ -1098314,7 +1042204,7 @@ "air_date": "2011-06-03", "question": "This tourist haven on the waterfront of the city is roughly bounded by Kearney & Bay Streets & Van Ness Ave.", "value": "$400", - "answer": "Fisherman\\'s Wharf", + "answer": "Fisherman's Wharf", "round": "Double Jeopardy!", "show_number": "6165", "fullAnswer": "Fisherman\\'s Wharf" @@ -1098369,16 +1042259,6 @@ "show_number": "6165", "fullAnswer": "Ivan the Terrible" }, - { - "category": "THE STREETS OF SAN FRANCISCO", - "air_date": "2011-06-03", - "question": "It's the winding tourist attraction seen here", - "value": "$800", - "answer": "Lombard Street", - "round": "Double Jeopardy!", - "show_number": "6165", - "fullAnswer": "Lombard Street" - }, { "category": "HAWAII 5-O", "air_date": "2011-06-03", @@ -1098614,7 +1042494,7 @@ "air_date": "2001-05-07", "question": "A hungry fan scarfed down Lucy Liu's \"Fighting Muffins\" from this film", "value": "$200", - "answer": "Charlie\\'s Angels", + "answer": "Charlie's Angels", "round": "Jeopardy!", "show_number": "3851", "fullAnswer": "Charlie\\'s Angels" @@ -1099229,16 +1043109,6 @@ "show_number": "4776", "fullAnswer": "Corsica" }, - { - "category": "OLIVE ME", - "air_date": "2005-05-16", - "question": "(Sarah of the Clue Crew wanders through an ancient olive pressery on Naxos, Greece.) Cold-pressed olive oil is naturally low in this, & is classified by its ascending level of it", - "value": "$400", - "answer": "acid", - "round": "Jeopardy!", - "show_number": "4776", - "fullAnswer": "acid" - }, { "category": "BARRIERS", "air_date": "2005-05-16", @@ -1099349,16 +1043219,6 @@ "show_number": "4776", "fullAnswer": "Tonga" }, - { - "category": "OLIVE ME", - "air_date": "2005-05-16", - "question": "(Sarah of the Clue Crew sits down to an al fresco meal in Greece.) I've ordered this type of black olive so prized that the Spartans annexed Messenia to get the supply", - "value": "$800", - "answer": "Kalamata olives", - "round": "Jeopardy!", - "show_number": "4776", - "fullAnswer": "Kalamata olives" - }, { "category": "BARRIERS", "air_date": "2005-05-16", @@ -1099654,7 +1043514,7 @@ "air_date": "2005-05-16", "question": "\"Rerun Gets Married\"", "value": "$1600", - "answer": "What\\'s Happening?", + "answer": "What's Happening?", "round": "Double Jeopardy!", "show_number": "4776", "fullAnswer": "What\\'s Happening?" @@ -1099824,7 +1043684,7 @@ "air_date": "2002-10-10", "question": "Gibson's infernos", "value": "$200", - "answer": "Mel\\'s hells", + "answer": "Mel's hells", "round": "Jeopardy!", "show_number": "4164", "fullAnswer": "Mel\\'s hells" @@ -1099884,7 +1043744,7 @@ "air_date": "2002-10-10", "question": "Wahlberg's electric discharges", "value": "$400", - "answer": "Mark\\'s sparks", + "answer": "Mark's sparks", "round": "Jeopardy!", "show_number": "4164", "fullAnswer": "Mark\\'s sparks" @@ -1099944,7 +1043804,7 @@ "air_date": "2002-10-10", "question": "Goldblum's NBA officials", "value": "$600", - "answer": "Jeff\\'s refs", + "answer": "Jeff's refs", "round": "Jeopardy!", "show_number": "4164", "fullAnswer": "Jeff\\'s refs" @@ -1100004,7 +1043864,7 @@ "air_date": "2002-10-10", "question": "Crowe's swindles", "value": "$800", - "answer": "Russell\\'s hustles", + "answer": "Russell's hustles", "round": "Jeopardy!", "show_number": "4164", "fullAnswer": "Russell\\'s hustles" @@ -1100064,7 +1043924,7 @@ "air_date": "2002-10-10", "question": "Willis' railroad cars", "value": "$1000", - "answer": "Bruce\\'s cabooses", + "answer": "Bruce's cabooses", "round": "Jeopardy!", "show_number": "4164", "fullAnswer": "Bruce\\'s cabooses" @@ -1100354,7 +1044214,7 @@ "air_date": "2002-10-10", "question": "It was Petula Clark's last U.S. Top 10 hit", "value": "$2000", - "answer": "Don\\'t Sleep in the Subway", + "answer": "Don't Sleep in the Subway", "round": "Double Jeopardy!", "show_number": "4164", "fullAnswer": "\"Don\\'t Sleep in the Subway\"" @@ -1100374,7 +1044234,7 @@ "air_date": "2002-10-10", "question": "In 2002 H&R Block used a version of this 1966 song in its TV commercials", "value": null, - "answer": "\\Taxman\\", + "answer": "Taxman", "round": "Final Jeopardy!", "show_number": "4164", "fullAnswer": "\\\"Taxman\\\"" @@ -1100409,16 +1044269,6 @@ "show_number": "4093", "fullAnswer": "the dodo" }, - { - "category": "IT'S TOO DARN HOT!", - "air_date": "2002-05-22", - "question": "(Jimmy of the Clue Crew delivers the clue) Protect yourself from the heat by wearing a kepi, like the ones worn by this military corps founded in 1831", - "value": "$200", - "answer": "French Foreign Legion", - "round": "Jeopardy!", - "show_number": "4093", - "fullAnswer": "the French Foreign Legion" - }, { "category": "MINNEAPOLIS", "air_date": "2002-05-22", @@ -1100529,16 +1044379,6 @@ "show_number": "4093", "fullAnswer": "Dum Dum" }, - { - "category": "IT'S TOO DARN HOT!", - "air_date": "2002-05-22", - "question": "(Sarah of the Clue Crew delivers the clue) It's believed the folding fan was created when the inventor noticed the way this mammal folds its wings", - "value": "$600", - "answer": "bat", - "round": "Jeopardy!", - "show_number": "4093", - "fullAnswer": "a bat" - }, { "category": "MINNEAPOLIS", "air_date": "2002-05-22", @@ -1100869,16 +1044709,6 @@ "show_number": "4093", "fullAnswer": "Andersonville" }, - { - "category": "LEISURE ACTIVITIES", - "air_date": "2002-05-22", - "question": "Sailors know this boat stabilizing device seen here is also known as a dagger board", - "value": "$1600", - "answer": "center board", - "round": "Double Jeopardy!", - "show_number": "4093", - "fullAnswer": "center board" - }, { "category": "THE OFFICE OF THE SURGEON GENERAL", "air_date": "2002-05-22", @@ -1101299,16 +1045129,6 @@ "show_number": "5093", "fullAnswer": "the Rhine" }, - { - "category": "NEXT LETTER AFTER...", - "air_date": "2006-11-01", - "question": "The next letter after the letter seen here in the American Manual Alphabet", - "value": "$400", - "answer": "M", - "round": "Double Jeopardy!", - "show_number": "5093", - "fullAnswer": "M" - }, { "category": "ARTY FACTS", "air_date": "2006-11-01", @@ -1101319,16 +1045139,6 @@ "show_number": "5093", "fullAnswer": "1497" }, - { - "category": "I WAS ON JEOPARDY!", - "air_date": "2006-11-01", - "question": "From 1992 to 1998 the \"Jeopardy!\" player seen here played for this sports team", - "value": "$400", - "answer": "Los Angeles Dodgers", - "round": "Double Jeopardy!", - "show_number": "5093", - "fullAnswer": "Los Angeles Dodgers" - }, { "category": "YOU MUST BE AN \"EGG\"HEAD", "air_date": "2006-11-01", @@ -1101339,16 +1045149,6 @@ "show_number": "5093", "fullAnswer": "eggplant" }, - { - "category": "A VISIT WITH SHERLOCK HOLMES", - "air_date": "2006-11-01", - "question": "(Kelly of the Clue Crew reads by candlelight at the Sherlock Holmes Museum in London.) I'm holding Dr. Watson's diary; in his notes on this famous case, he described the title character as having blazing eyes & dripping jaws", - "value": "$400", - "answer": "Hound Of The Baskervilles", - "round": "Double Jeopardy!", - "show_number": "5093", - "fullAnswer": "The Hound Of The Baskervilles" - }, { "category": "OPERA SETTINGS", "air_date": "2006-11-01", @@ -1101369,26 +1045169,6 @@ "show_number": "5093", "fullAnswer": "K" }, - { - "category": "ARTY FACTS", - "air_date": "2006-11-01", - "question": "Seen here, the Japanese footbridge was painted by this modern master around 1899", - "value": "$800", - "answer": "Monet", - "round": "Double Jeopardy!", - "show_number": "5093", - "fullAnswer": "Monet" - }, - { - "category": "I WAS ON JEOPARDY!", - "air_date": "2006-11-01", - "question": "The \"Jeopardy!\" whiz seen here played this TV sitcom role from 1976 to 1982", - "value": "$800", - "answer": "Lenny", - "round": "Double Jeopardy!", - "show_number": "5093", - "fullAnswer": "Lenny" - }, { "category": "YOU MUST BE AN \"EGG\"HEAD", "air_date": "2006-11-01", @@ -1101439,16 +1045219,6 @@ "show_number": "5093", "fullAnswer": "(John Paul) Getty" }, - { - "category": "I WAS ON JEOPARDY!", - "air_date": "2006-11-01", - "question": "The man seen here playing \"Jeopardy!\" survived four seasons as the host of this show on VH1", - "value": "$1200", - "answer": "Rock & Roll Jeopardy!", - "round": "Double Jeopardy!", - "show_number": "5093", - "fullAnswer": "Rock & Roll Jeopardy!" - }, { "category": "YOU MUST BE AN \"EGG\"HEAD", "air_date": "2006-11-01", @@ -1101459,16 +1045229,6 @@ "show_number": "5093", "fullAnswer": "Eggs Benedict" }, - { - "category": "A VISIT WITH SHERLOCK HOLMES", - "air_date": "2006-11-01", - "question": "(Kelly of the Clue Crew demonstrates the use of a magnifying glass at the Sherlock Holmes Museum in London.) Sherlock Holmes uses a magnifying glass in tales including \"The Red-Headed League\" & this 1887 one, whose title includes a shade of red", - "value": "$1200", - "answer": "Study in Scarlet", - "round": "Double Jeopardy!", - "show_number": "5093", - "fullAnswer": "A Study in Scarlet" - }, { "category": "OPERA SETTINGS", "air_date": "2006-11-01", @@ -1101489,16 +1045249,6 @@ "show_number": "5093", "fullAnswer": "R" }, - { - "category": "I WAS ON JEOPARDY!", - "air_date": "2006-11-01", - "question": "1 of the 2 smash Broadway hits for which the player seen here won the Best Actor Tony Award", - "value": "$1600", - "answer": "The Producers & A Funny Thing Happened On The Way To The Forum", - "round": "Double Jeopardy!", - "show_number": "5093", - "fullAnswer": "(1 of) The Producers & A Funny Thing Happened On The Way To The Forum" - }, { "category": "YOU MUST BE AN \"EGG\"HEAD", "air_date": "2006-11-01", @@ -1101539,16 +1045289,6 @@ "show_number": "5093", "fullAnswer": "T" }, - { - "category": "I WAS ON JEOPARDY!", - "air_date": "2006-11-01", - "question": "From 1993 to 1998 the \"Jeopardy!\" player seen here played this \"pioneering\" TV character", - "value": "$2000", - "answer": "Dr. Quinn, Medicine Woman", - "round": "Double Jeopardy!", - "show_number": "5093", - "fullAnswer": "Dr. Quinn, Medicine Woman" - }, { "category": "YOU MUST BE AN \"EGG\"HEAD", "air_date": "2006-11-01", @@ -1101559,16 +1045299,6 @@ "show_number": "5093", "fullAnswer": "Heidegger" }, - { - "category": "A VISIT WITH SHERLOCK HOLMES", - "air_date": "2006-11-01", - "question": "(Jimmy of the Clue Crew holds a framed photo at the Sherlock Holmes Museum in London.) One of the few times Holmes was outwitted was in \"Scandal in Bohemia\" by this woman, whose photograph he kept", - "value": "$2000", - "answer": "Irene Adler", - "round": "Double Jeopardy!", - "show_number": "5093", - "fullAnswer": "Irene Adler" - }, { "category": "PHRASES IN AMERICAN HISTORY", "air_date": "2006-11-01", @@ -1101639,16 +1045369,6 @@ "show_number": "6052", "fullAnswer": "a mango" }, - { - "category": "STATE CAPITALS", - "air_date": "2010-12-28", - "question": "The official website of this capital city can be found at talgov.com", - "value": "$400", - "answer": "Tallahassee", - "round": "Jeopardy!", - "show_number": "6052", - "fullAnswer": "Tallahassee" - }, { "category": "FROM PAGE TO SCREEN", "air_date": "2010-12-28", @@ -1101669,16 +1045389,6 @@ "show_number": "6052", "fullAnswer": "speed" }, - { - "category": "SUPER COOPER", - "air_date": "2010-12-28", - "question": "This actor, seen here was part of The A-Team", - "value": "$400", - "answer": "Bradley Cooper", - "round": "Jeopardy!", - "show_number": "6052", - "fullAnswer": "Bradley Cooper" - }, { "category": "WHERE'S THAT STATION?", "air_date": "2010-12-28", @@ -1101929,16 +1045639,6 @@ "show_number": "6052", "fullAnswer": "Elmer Fudd" }, - { - "category": "MERRY MELODIES", - "air_date": "2010-12-28", - "question": "The cheerful tune you're hearing is this composer's overture to \"H.M.S. Pinafore\"", - "value": "$400", - "answer": "Sullivan", - "round": "Double Jeopardy!", - "show_number": "6052", - "fullAnswer": "Sullivan" - }, { "category": "COMPLETE THE BOOK TITLE", "air_date": "2010-12-28", @@ -1102049,16 +1045749,6 @@ "show_number": "6052", "fullAnswer": "Acme" }, - { - "category": "MERRY MELODIES", - "air_date": "2010-12-28", - "question": "This composer also known for ballets composed a merry waltz for his opera \"Eugene Onegin\"", - "value": "$1200", - "answer": "Tchaikovsky", - "round": "Double Jeopardy!", - "show_number": "6052", - "fullAnswer": "Tchaikovsky" - }, { "category": "COMPLETE THE BOOK TITLE", "air_date": "2010-12-28", @@ -1102129,16 +1045819,6 @@ "show_number": "6052", "fullAnswer": "Cross" }, - { - "category": "THE PRODUCE AISLE", - "air_date": "2010-12-28", - "question": "Also called the Chioggia, the beet seen here has this sweet name because of its stripes", - "value": "$2000", - "answer": "candy cane", - "round": "Double Jeopardy!", - "show_number": "6052", - "fullAnswer": "candy cane" - }, { "category": "APOCRYPHA NOW", "air_date": "2010-12-28", @@ -1102189,16 +1045869,6 @@ "show_number": "6052", "fullAnswer": "Henry Kissinger" }, - { - "category": "AMERICAN PRESIDENT: THE SOAP OPERA", - "air_date": "2010-03-16", - "question": "It was all coming apart. The VP from Maryland had resigned. Congress was coming after him. Pray with me, Henry, he said", - "value": "$200", - "answer": "Nixon", - "round": "Jeopardy!", - "show_number": "5877", - "fullAnswer": "Nixon" - }, { "category": "FILM TITLES IN FOREIGN LANDS", "air_date": "2010-03-16", @@ -1102249,16 +1045919,6 @@ "show_number": "5877", "fullAnswer": "pitfall" }, - { - "category": "AMERICAN PRESIDENT: THE SOAP OPERA", - "air_date": "2010-03-16", - "question": "Things were good. Economy, strong. His country, at peace. But now Ken Starr was asking Reno for more power...", - "value": "$400", - "answer": "Clinton", - "round": "Jeopardy!", - "show_number": "5877", - "fullAnswer": "(Bill) Clinton" - }, { "category": "FILM TITLES IN FOREIGN LANDS", "air_date": "2010-03-16", @@ -1102309,16 +1045969,6 @@ "show_number": "5877", "fullAnswer": "dogcatcher" }, - { - "category": "AMERICAN PRESIDENT: THE SOAP OPERA", - "air_date": "2010-03-16", - "question": "7 of the 15 slave states had seceded, but he simply let them go. & would he ever find the right gal to marry? (Nope)", - "value": "$600", - "answer": "Buchanan", - "round": "Jeopardy!", - "show_number": "5877", - "fullAnswer": "Buchanan" - }, { "category": "FILM TITLES IN FOREIGN LANDS", "air_date": "2010-03-16", @@ -1102369,22 +1046019,12 @@ "show_number": "5877", "fullAnswer": "frostbite" }, - { - "category": "AMERICAN PRESIDENT: THE SOAP OPERA", - "air_date": "2010-03-16", - "question": "First Teapot Dome, & now Daugherty, his A.G., was on trial for shady dealings; he kept feeling that the end was near", - "value": "$800", - "answer": "Warren Harding", - "round": "Jeopardy!", - "show_number": "5877", - "fullAnswer": "Warren Harding" - }, { "category": "FILM TITLES IN FOREIGN LANDS", "air_date": "2010-03-16", "question": "Switzerland messed with this Adam Sandler title, calling it \"For Your Hair Only\"; Spain had a \"License to Comb\"", "value": "$800", - "answer": "You Don\\'t Mess with the Zohan", + "answer": "You Don't Mess with the Zohan", "round": "Jeopardy!", "show_number": "5877", "fullAnswer": "You Don\\'t Mess with the Zohan" @@ -1102429,16 +1046069,6 @@ "show_number": "5877", "fullAnswer": "foreshadow" }, - { - "category": "AMERICAN PRESIDENT: THE SOAP OPERA", - "air_date": "2010-03-16", - "question": "The President was dead. He was top dog now. & he had a Nobel Peace Prize to win, & a canal to build in Central America", - "value": "$1000", - "answer": "Teddy Roosevelt", - "round": "Jeopardy!", - "show_number": "5877", - "fullAnswer": "Teddy Roosevelt" - }, { "category": "FILM TITLES IN FOREIGN LANDS", "air_date": "2010-03-16", @@ -1102599,16 +1046229,6 @@ "show_number": "5877", "fullAnswer": "Magnum" }, - { - "category": "\"MON\"-OTONY", - "air_date": "2010-03-16", - "question": "(Jimmy, a member of the Clue Crew, holds a script and declaims)

In the name of all the gods and the power of all that is in me, I declare it's another name for a soliloquy", - "value": "$800", - "answer": "monologue", - "round": "Double Jeopardy!", - "show_number": "5877", - "fullAnswer": "a monologue" - }, { "category": "OUR GEOMETRIC WORLD", "air_date": "2010-03-16", @@ -1102669,16 +1046289,6 @@ "show_number": "5877", "fullAnswer": "a montage" }, - { - "category": "OUR GEOMETRIC WORLD", - "air_date": "2010-03-16", - "question": "(Kelley of the Clue Crew stands in front of a map)
In a 1986 confrontation, Libyan leader Khaddafi said no U.S. ships would be allowed past the mouth of the Gulf of Sidra, drawing what he called this 3-word phrase", - "value": "$1600", - "answer": "Line of Death", - "round": "Double Jeopardy!", - "show_number": "5877", - "fullAnswer": "The Line of Death" - }, { "category": "BARTENDING", "air_date": "2010-03-16", @@ -1102739,16 +1046349,6 @@ "show_number": "5877", "fullAnswer": "Leicester Square" }, - { - "category": "BARTENDING", - "air_date": "2010-03-16", - "question": "This type of beer glass is named for a style of beer", - "value": "$2000", - "answer": "pilsner", - "round": "Double Jeopardy!", - "show_number": "5877", - "fullAnswer": "pilsner" - }, { "category": "PICTURE BOOK TITLE ANIMALS", "air_date": "2010-03-16", @@ -1102819,16 +1046419,6 @@ "show_number": "5130", "fullAnswer": "Raging Bull" }, - { - "category": "YOU GOT STYLE, HOMES", - "air_date": "2006-12-22", - "question": "Imitating British architecture in the 1600s, this style became popular in the 1920s", - "value": "$200", - "answer": "Tudor", - "round": "Jeopardy!", - "show_number": "5130", - "fullAnswer": "Tudor" - }, { "category": "SANTA CLAUS", "air_date": "2006-12-22", @@ -1102879,16 +1046469,6 @@ "show_number": "5130", "fullAnswer": "Jennifer Aniston" }, - { - "category": "YOU GOT STYLE, HOMES", - "air_date": "2006-12-22", - "question": "Hey, cowboy! Corral this one-story home with a low-pitched roof that's also known as a rambler", - "value": "$400", - "answer": "ranch", - "round": "Jeopardy!", - "show_number": "5130", - "fullAnswer": "a ranch" - }, { "category": "SANTA CLAUS", "air_date": "2006-12-22", @@ -1102939,16 +1046519,6 @@ "show_number": "5130", "fullAnswer": "Don Rickles" }, - { - "category": "YOU GOT STYLE, HOMES", - "air_date": "2006-12-22", - "question": "This style designed to keep heavy snow from weighing down the roof could fit in a Letter Perfect category", - "value": "$600", - "answer": "A-frame", - "round": "Jeopardy!", - "show_number": "5130", - "fullAnswer": "A-frame" - }, { "category": "SANTA CLAUS", "air_date": "2006-12-22", @@ -1102999,16 +1046569,6 @@ "show_number": "5130", "fullAnswer": "Jurassic Park" }, - { - "category": "YOU GOT STYLE, HOMES", - "air_date": "2006-12-22", - "question": "This style home seen by anyone who plays Monopoly was named by a Yale president travelling through the area", - "value": "$800", - "answer": "Cape Cod house", - "round": "Jeopardy!", - "show_number": "5130", - "fullAnswer": "a Cape Cod house" - }, { "category": "SANTA CLAUS", "air_date": "2006-12-22", @@ -1103049,26 +1046609,6 @@ "show_number": "5130", "fullAnswer": "Thailand" }, - { - "category": "AT THE MOVIES", - "air_date": "2006-12-22", - "question": "Costume designer Charles LeMaire had no trouble dressing the title character of this 1956 film", - "value": "$1000", - "answer": "Man in the Grey Flannel Suit", - "round": "Jeopardy!", - "show_number": "5130", - "fullAnswer": "The Man in the Grey Flannel Suit" - }, - { - "category": "YOU GOT STYLE, HOMES", - "air_date": "2006-12-22", - "question": "Seen here is an example of this early American style, typically 3 storeys with a symmetrical facade", - "value": "$1000", - "answer": "Federal", - "round": "Jeopardy!", - "show_number": "5130", - "fullAnswer": "Federal" - }, { "category": "SANTA CLAUS", "air_date": "2006-12-22", @@ -1103229,16 +1046769,6 @@ "show_number": "5130", "fullAnswer": "The Brothers Karamazov" }, - { - "category": "BASEBALL HALL OF FAMERS", - "air_date": "2006-12-22", - "question": "(Jon of the Clue Crew stands with a baseball bat ready for a pitch.) For control, he used a split grip. I don't know how he hit anything, let alone recorded the higest lifetime batting average", - "value": "$1200", - "answer": "Ty Cobb", - "round": "Double Jeopardy!", - "show_number": "5130", - "fullAnswer": "Ty Cobb" - }, { "category": "JUST DESSERTS", "air_date": "2006-12-22", @@ -1103299,16 +1046829,6 @@ "show_number": "5130", "fullAnswer": "Roberto Clemente" }, - { - "category": "JUST DESSERTS", - "air_date": "2006-12-22", - "question": "(Sarah of the Clue Crew delivers this tasty clue from a restaurant in Vienna, Austria.) While the recipe for the original sacher torte is top-secret, I can tell you that it contains plenty of chocolate and this flavor jam", - "value": "$1600", - "answer": "apricot", - "round": "Double Jeopardy!", - "show_number": "5130", - "fullAnswer": "apricot" - }, { "category": "COTTON, THE ACT", "air_date": "2006-12-22", @@ -1103459,16 +1046979,6 @@ "show_number": "1152", "fullAnswer": "Custer" }, - { - "category": "MOVIE THEMES", - "air_date": "1989-09-12", - "question": "[audio]", - "value": "$100", - "answer": "Pink Panther", - "round": "Jeopardy!", - "show_number": "1152", - "fullAnswer": "The Pink Panther" - }, { "category": "PRESIDENTIAL INAUGURATIONS", "air_date": "1989-09-12", @@ -1103519,16 +1047029,6 @@ "show_number": "1152", "fullAnswer": "Patrick" }, - { - "category": "MOVIE THEMES", - "air_date": "1989-09-12", - "question": "[audio]", - "value": "$200", - "answer": "Love Story", - "round": "Jeopardy!", - "show_number": "1152", - "fullAnswer": "Love Story" - }, { "category": "PRESIDENTIAL INAUGURATIONS", "air_date": "1989-09-12", @@ -1103579,16 +1047079,6 @@ "show_number": "1152", "fullAnswer": "Chandler" }, - { - "category": "MOVIE THEMES", - "air_date": "1989-09-12", - "question": "[audio]

\"Love lift us up where we belong...\"", - "value": "$300", - "answer": "Officer and a Gentleman", - "round": "Jeopardy!", - "show_number": "1152", - "fullAnswer": "An Officer and a Gentleman" - }, { "category": "PRESIDENTIAL INAUGURATIONS", "air_date": "1989-09-12", @@ -1103639,16 +1047129,6 @@ "show_number": "1152", "fullAnswer": "Albert" }, - { - "category": "MOVIE THEMES", - "air_date": "1989-09-12", - "question": "[audio]", - "value": "$400", - "answer": "Great Escape", - "round": "Jeopardy!", - "show_number": "1152", - "fullAnswer": "The Great Escape" - }, { "category": "PRESIDENTIAL INAUGURATIONS", "air_date": "1989-09-12", @@ -1103699,16 +1047179,6 @@ "show_number": "1152", "fullAnswer": "Eva Marie Saint" }, - { - "category": "MOVIE THEMES", - "air_date": "1989-09-12", - "question": "[audio]", - "value": "$500", - "answer": "Valley of the Dolls", - "round": "Jeopardy!", - "show_number": "1152", - "fullAnswer": "Valley of the Dolls" - }, { "category": "MEDICINE", "air_date": "1989-09-12", @@ -1103854,7 +1047324,7 @@ "air_date": "1989-09-12", "question": "Helena & Hermia are characters in \"The Dream\", a ballet based on this Shakespearean play", "value": "$600", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "1152", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -1104274,7 +1047744,7 @@ "air_date": "1998-12-08", "question": "What the British call icing sugar, we usually call this kind of sugar", "value": "$500", - "answer": "Confectioner\\'s sugar", + "answer": "Confectioner's sugar", "round": "Jeopardy!", "show_number": "3282", "fullAnswer": "Confectioner\\'s sugar" @@ -1104709,16 +1048179,6 @@ "show_number": "4831", "fullAnswer": "Peter, Paul and Mary" }, - { - "category": "A ROSE IS A ROSE IS A ROSE", - "air_date": "2005-09-19", - "question": "Alliterative woman described in song here by Nat King Cole

\"Wild and wind-blown /
That's how you've grown\"
", - "value": "$400", - "answer": "Ramblin\\' Rose", - "round": "Jeopardy!", - "show_number": "4831", - "fullAnswer": "\"Ramblin\\' Rose\"" - }, { "category": "HI, FRENCHIE!", "air_date": "2005-09-19", @@ -1104819,16 +1048279,6 @@ "show_number": "4831", "fullAnswer": "Michael Crichton" }, - { - "category": "MEET THE FOLKERS", - "air_date": "2005-09-19", - "question": "In 1958 this group heard here reigned at No. 1

\"...well /
Hang down your head, Tom Dooley /
Hang down your head...\"
", - "value": "$800", - "answer": "Kingston Trio", - "round": "Jeopardy!", - "show_number": "4831", - "fullAnswer": "The Kingston Trio" - }, { "category": "A ROSE IS A ROSE IS A ROSE", "air_date": "2005-09-19", @@ -1104929,16 +1048379,6 @@ "show_number": "4831", "fullAnswer": "Hafez al-Assad" }, - { - "category": "ART TECHNIQUE", - "air_date": "2005-09-19", - "question": "In the 1700s Rosalba Carriera, whose work is seen here, was the first to popularize these pigment sticks", - "value": "$400", - "answer": "pastels", - "round": "Double Jeopardy!", - "show_number": "4831", - "fullAnswer": "pastels" - }, { "category": "\"Y\"s UP!", "air_date": "2005-09-19", @@ -1104979,16 +1048419,6 @@ "show_number": "4831", "fullAnswer": "Columbus" }, - { - "category": "ART TECHNIQUE", - "air_date": "2005-09-19", - "question": "(Kelly of the Clue Crew makes some cartoon trees grow.) By enlarging the nearest part of the image, this technique adds the illusion of depth", - "value": "$800", - "answer": "foreshortening", - "round": "Double Jeopardy!", - "show_number": "4831", - "fullAnswer": "foreshortening" - }, { "category": "MOVIE NUMBERS", "air_date": "2005-09-19", @@ -1104999,16 +1048429,6 @@ "show_number": "4831", "fullAnswer": "21" }, - { - "category": "\"Y\"s UP!", - "air_date": "2005-09-19", - "question": "They're the two complementary cosmic forces represented here", - "value": "$800", - "answer": "yin & yang", - "round": "Double Jeopardy!", - "show_number": "4831", - "fullAnswer": "yin & yang" - }, { "category": "TIME's TOP 100", "air_date": "2005-09-19", @@ -1105099,16 +1048519,6 @@ "show_number": "4831", "fullAnswer": "Africa" }, - { - "category": "ART TECHNIQUE", - "air_date": "2005-09-19", - "question": "(Kelly of the Clue Crew shows off a blank canvas.) This step in prepping a canvas doesn't mean measuring; it means adding a layer of glue so the paint doesn't sink in & lose its color", - "value": "$1600", - "answer": "to size your canvas", - "round": "Double Jeopardy!", - "show_number": "4831", - "fullAnswer": "to size your canvas" - }, { "category": "MOVIE NUMBERS", "air_date": "2005-09-19", @@ -1105159,16 +1048569,6 @@ "show_number": "4831", "fullAnswer": "Guinea-Bissau" }, - { - "category": "ART TECHNIQUE", - "air_date": "2005-09-19", - "question": "(Kelly of the Clue Crew fiddles with some classical whiskers.) This term for deliberately blurring an area, as Titian did here, sounds like a combination of \"scramble\" & \"jumble\"", - "value": "$2000", - "answer": "scumble", - "round": "Double Jeopardy!", - "show_number": "4831", - "fullAnswer": "scumble" - }, { "category": "MOVIE NUMBERS", "air_date": "2005-09-19", @@ -1105594,7 +1048994,7 @@ "air_date": "1999-04-15", "question": "A satellite in a retrograde orbit around the Earth heads in this direction", "value": "$400", - "answer": "West/or opposite to the Earth\\'s rotation", + "answer": "West/or opposite to the Earth's rotation", "round": "Double Jeopardy!", "show_number": "3374", "fullAnswer": "West/or opposite to the Earth\\'s rotation" @@ -1105834,7 +1049234,7 @@ "air_date": "1999-04-15", "question": "In 1997 Agnes Grossmann took over as the 1st woman artistic director of this group in its 500-year history", "value": null, - "answer": "Vienna Boys\\' Choir", + "answer": "Vienna Boys' Choir", "round": "Final Jeopardy!", "show_number": "3374", "fullAnswer": "The Vienna Boys\\' Choir" @@ -1106464,7 +1049864,7 @@ "air_date": "2001-11-22", "question": "We told you this film was called \"Hot Babes\" in Taiwan; in France, it was \"Charlie and the Funny Women\"", "value": "$100", - "answer": "Charlie\\'s Angels", + "answer": "Charlie's Angels", "round": "Jeopardy!", "show_number": "3964", "fullAnswer": "Charlie\\'s Angels" @@ -1106974,7 +1050374,7 @@ "air_date": "2001-11-22", "question": "Because she died at 39 in 1964, this Southerner only wrote \"Wise Blood\" & one other novel", "value": "$1000", - "answer": "Flannery O\\'Connor", + "answer": "Flannery O'Connor", "round": "Double Jeopardy!", "show_number": "3964", "fullAnswer": "Flannery O\\'Connor" @@ -1107179,16 +1050579,6 @@ "show_number": "5572", "fullAnswer": "Beethoven" }, - { - "category": "75 YEARS OF ESQUIRE", - "air_date": "2008-11-25", - "question": "For Esquire's 75th, the electronic cover was created; the hard part was finding a small enough one of these", - "value": "$600", - "answer": "battery", - "round": "Jeopardy!", - "show_number": "5572", - "fullAnswer": "battery" - }, { "category": "MAKE NO MYTHTAKE", "air_date": "2008-11-25", @@ -1107239,16 +1050629,6 @@ "show_number": "5572", "fullAnswer": "Vincent van Gogh" }, - { - "category": "75 YEARS OF ESQUIRE", - "air_date": "2008-11-25", - "question": "Why is Tricky Dick laughing? Perhaps it's because he was part of the first of these awards begun by Esquire in 1962", - "value": "$800", - "answer": "Dubious Achievement Awards", - "round": "Jeopardy!", - "show_number": "5572", - "fullAnswer": "Dubious Achievement Awards" - }, { "category": "MAKE NO MYTHTAKE", "air_date": "2008-11-25", @@ -1107299,16 +1050679,6 @@ "show_number": "5572", "fullAnswer": "Robert Stroud" }, - { - "category": "75 YEARS OF ESQUIRE", - "air_date": "2008-11-25", - "question": "Created by George Petty for Esquire in 1941, the beauty seen here was painted onto the fuselage of this famed World War II bomber", - "value": "$1000", - "answer": "Memphis Belle", - "round": "Jeopardy!", - "show_number": "5572", - "fullAnswer": "Memphis Belle" - }, { "category": "MAKE NO MYTHTAKE", "air_date": "2008-11-25", @@ -1107389,16 +1050759,6 @@ "show_number": "5572", "fullAnswer": "Parcheesi" }, - { - "category": "CAVES", - "air_date": "2008-11-25", - "question": "(Jon of the Clue Crew reports from Carlsbad Caverns National Park in New Mexico.) Carlsbad Caverns is rich in columns; a column forms when these two calcite structures grow together, one from the top & one from the bottom", - "value": "$800", - "answer": "stalagmites and stalactites", - "round": "Double Jeopardy!", - "show_number": "5572", - "fullAnswer": "stalagmites and stalactites" - }, { "category": "WHAT A DELICIOUS DISH", "air_date": "2008-11-25", @@ -1107439,16 +1050799,6 @@ "show_number": "5572", "fullAnswer": "Kurt Vonnegut, Jr." }, - { - "category": "\"HEE\" HAW", - "air_date": "2008-11-25", - "question": "National critter seen here", - "value": "$800", - "answer": "Old English sheepdog", - "round": "Double Jeopardy!", - "show_number": "5572", - "fullAnswer": "Old English sheepdog" - }, { "category": "CAVES", "air_date": "2008-11-25", @@ -1107569,16 +1050919,6 @@ "show_number": "5572", "fullAnswer": "a spreadsheet" }, - { - "category": "CAVES", - "air_date": "2008-11-25", - "question": "Africa's Sterkfontein Caves yielded Mrs. Plesianthropus of this extinct genus, whose name means \"southern ape\"", - "value": "$1,000", - "answer": "Australopithecus", - "round": "Double Jeopardy!", - "show_number": "5572", - "fullAnswer": "Australopithecus" - }, { "category": "WHAT A DELICIOUS DISH", "air_date": "2008-11-25", @@ -1107939,16 +1051279,6 @@ "show_number": "4823", "fullAnswer": "Erewhon (for nowhere)" }, - { - "category": "WASHINGTON, D.C.", - "air_date": "2005-07-20", - "question": "(Kweisi Mfume reads the clue.) When I was a congressman, I often strolled through this 96-foot-wide domed hall, the Capitol's hub", - "value": "$400", - "answer": "Rotunda", - "round": "Double Jeopardy!", - "show_number": "4823", - "fullAnswer": "the Rotunda" - }, { "category": "SOMEBODY WROTE THAT", "air_date": "2005-07-20", @@ -1108049,16 +1051379,6 @@ "show_number": "4823", "fullAnswer": "a ball-peen" }, - { - "category": "WASHINGTON, D.C.", - "air_date": "2005-07-20", - "question": "(Hi, I'm Ari Fliescher.) In the White House large events like dances & weddings are held in this room, designed as a \"public audience room\"", - "value": "$1200", - "answer": "East Room", - "round": "Double Jeopardy!", - "show_number": "4823", - "fullAnswer": "the East Room" - }, { "category": "SOMEBODY WROTE THAT", "air_date": "2005-07-20", @@ -1108099,16 +1051419,6 @@ "show_number": "4823", "fullAnswer": "Stonewall Jackson" }, - { - "category": "THE \"BALL\" GAME", - "air_date": "2005-07-20", - "question": "Fancy fungus in fine form here", - "value": "$1200", - "answer": "puffball", - "round": "Double Jeopardy!", - "show_number": "4823", - "fullAnswer": "a puffball" - }, { "category": "WASHINGTON, D.C.", "air_date": "2005-07-20", @@ -1108169,16 +1051479,6 @@ "show_number": "4823", "fullAnswer": "Ball State" }, - { - "category": "WASHINGTON, D.C.", - "air_date": "2005-07-20", - "question": "(Hi, I'm Christie Whitman.) The EPA is based in this Ariel Rios Building, part of this \"Triangle\" bounded by 15th, Pennsylvania & Constitution", - "value": "$2000", - "answer": "Federal Triangle", - "round": "Double Jeopardy!", - "show_number": "4823", - "fullAnswer": "Federal Triangle" - }, { "category": "SOMEBODY WROTE THAT", "air_date": "2005-07-20", @@ -1108224,7 +1051524,7 @@ "air_date": "2005-07-20", "question": "It's the roughly 70-minute work that includes the sung words \"Alle menschen werden bruder\"", "value": null, - "answer": "Beethoven\\'s 9th Symphony", + "answer": "Beethoven's 9th Symphony", "round": "Final Jeopardy!", "show_number": "4823", "fullAnswer": "Beethoven\\'s 9th Symphony" @@ -1108259,16 +1051559,6 @@ "show_number": "5740", "fullAnswer": "a raisin" }, - { - "category": "STORY TIME", - "air_date": "2009-07-17", - "question": "Name of the Mother Goose thief represented here--what a son of a piper", - "value": "$200", - "answer": "Tom", - "round": "Jeopardy!", - "show_number": "5740", - "fullAnswer": "Tom" - }, { "category": "PET PROJECTS", "air_date": "2009-07-17", @@ -1108569,16 +1051859,6 @@ "show_number": "5740", "fullAnswer": "Shakespeare" }, - { - "category": "TRICKS ARE FOR KIDS", - "air_date": "2009-07-17", - "question": "(Jimmy of the Clue Crew picks your brain.) Hold a toothpick near your fingertips--it won't break no matter how hard you try; but move it above your knuckles, & it's easy thanks to this principle that increases mechanical advantage", - "value": "$400", - "answer": "leverage", - "round": "Double Jeopardy!", - "show_number": "5740", - "fullAnswer": "leverage" - }, { "category": "2 VOWELS, ONE CONSONANT", "air_date": "2009-07-17", @@ -1108689,16 +1051969,6 @@ "show_number": "5740", "fullAnswer": "Thomas Edison" }, - { - "category": "TRICKS ARE FOR KIDS", - "air_date": "2009-07-17", - "question": "(Sarah of the Clue Crew tugs a string in a cup.) The paper cup seems to laugh because the wet string is transmitting vibrations that form these waves inside the cup", - "value": "$1200", - "answer": "sound waves", - "round": "Double Jeopardy!", - "show_number": "5740", - "fullAnswer": "sound waves" - }, { "category": "2 VOWELS, ONE CONSONANT", "air_date": "2009-07-17", @@ -1108809,26 +1052079,6 @@ "show_number": "5740", "fullAnswer": "Sacagawea" }, - { - "category": "TRICKS ARE FOR KIDS", - "air_date": "2009-07-17", - "question": "(Kelly of the Clue Crew plays a different kind of checkers.) I can knock the bottom checker out without knocking the stack over thanks to this property of matter that tends to keep things in place", - "value": "$2000", - "answer": "inertia", - "round": "Double Jeopardy!", - "show_number": "5740", - "fullAnswer": "inertia" - }, - { - "category": "2 VOWELS, ONE CONSONANT", - "air_date": "2009-07-17", - "question": "This guy seen here is the second largest bird on the planet", - "value": "$2000", - "answer": "emu", - "round": "Double Jeopardy!", - "show_number": "5740", - "fullAnswer": "an emu" - }, { "category": "U.S. PRESIDENTS", "air_date": "2009-07-17", @@ -1108839,16 +1052089,6 @@ "show_number": "5740", "fullAnswer": "Barack Obama" }, - { - "category": "REPTILES", - "air_date": "2008-12-19", - "question": "Careful--don't get bit by this venomous guy of the American Southwest", - "value": "$200", - "answer": "Gila monster", - "round": "Jeopardy!", - "show_number": "5590", - "fullAnswer": "a Gila monster" - }, { "category": "YOU NEED SOME BACKUP", "air_date": "2008-12-19", @@ -1108959,16 +1052199,6 @@ "show_number": "5590", "fullAnswer": "BUtterfield 8" }, - { - "category": "REPTILES", - "air_date": "2008-12-19", - "question": "These large lizards take their name from the Asian islands where they are found", - "value": "$600", - "answer": "Komodo dragon", - "round": "Jeopardy!", - "show_number": "5590", - "fullAnswer": "a Komodo dragon" - }, { "category": "YOU NEED SOME BACKUP", "air_date": "2008-12-19", @@ -1109064,7 +1052294,7 @@ "air_date": "2008-12-19", "question": "As early as 1867 this NYC store with a red star symbol was open until midnight Christmas Eve", "value": "$800", - "answer": "Macy\\'s", + "answer": "Macy's", "round": "Jeopardy!", "show_number": "5590", "fullAnswer": "Macy\\'s" @@ -1109079,16 +1052309,6 @@ "show_number": "5590", "fullAnswer": "buttresses" }, - { - "category": "REPTILES", - "air_date": "2008-12-19", - "question": "Seen here, this alligator relative is found in Central and South America", - "value": "$1000", - "answer": "caiman", - "round": "Jeopardy!", - "show_number": "5590", - "fullAnswer": "a caiman" - }, { "category": "YOU NEED SOME BACKUP", "air_date": "2008-12-19", @@ -1109109,16 +1052329,6 @@ "show_number": "5590", "fullAnswer": "Padua" }, - { - "category": "MEASURE FOR MEASURE", - "air_date": "2008-12-19", - "question": "(Jimmy of the Clue Crew shows a long photograph of a horse race.) This horse racing term is actually an approximation of the measure of a horse from nose to tail, around 8 feet; in the photo from 1973's Belmont Stakes, you can see Secretariat won by 31 of them", - "value": "$2,800", - "answer": "length", - "round": "Jeopardy!", - "show_number": "5590", - "fullAnswer": "a length" - }, { "category": "CHRISTMAS PUDDING", "air_date": "2008-12-19", @@ -1109534,21 +1052744,11 @@ "air_date": "2001-05-04", "question": "A Hungarian inventor is famous for this puzzling cube", "value": "$200", - "answer": "Rubik\\'s Cube", + "answer": "Rubik's Cube", "round": "Jeopardy!", "show_number": "3850", "fullAnswer": "Rubik\\'s Cube" }, - { - "category": "DATING 101", - "air_date": "2001-05-04", - "question": "datesafely.com recommends if you meet someone online, your first date should be this type -- with another couple", - "value": "$200", - "answer": "double-date", - "round": "Jeopardy!", - "show_number": "3850", - "fullAnswer": "double-date" - }, { "category": "SLOW DOWN!", "air_date": "2001-05-04", @@ -1109644,7 +1052844,7 @@ "air_date": "2001-05-04", "question": "Get over yourself & name this group formed on \"Popstars\"", "value": "$400", - "answer": "Eden\\'s Crush", + "answer": "Eden's Crush", "round": "Jeopardy!", "show_number": "3850", "fullAnswer": "Eden\\'s Crush" @@ -1110129,16 +1053329,6 @@ "show_number": "5261", "fullAnswer": "provinces" }, - { - "category": "MAJOR LEAGUE BASEBALL", - "air_date": "2007-06-25", - "question": "(Hi, I'm Curt Schilling.) On August 30, 2006, I got my 3,000th one of these, only the 14th pitcher in Major League history to reach that milestone", - "value": "$400", - "answer": "strikeout", - "round": "Jeopardy!", - "show_number": "5261", - "fullAnswer": "a strikeout" - }, { "category": "ANAGRAMMED FOOD & DRINK", "air_date": "2007-06-25", @@ -1110439,16 +1053629,6 @@ "show_number": "5261", "fullAnswer": "William Shatner" }, - { - "category": "MEN O' WAR", - "air_date": "2007-06-25", - "question": "(Alex refers to a monochrome depiction of a naval engagement.) You may see a resemblance to little brother Matthew in this 1813 naval hero pictured here", - "value": "$800", - "answer": "Oliver Hazard Perry", - "round": "Double Jeopardy!", - "show_number": "5261", - "fullAnswer": "Oliver Hazard Perry" - }, { "category": "ANGLOPHILIA", "air_date": "2007-06-25", @@ -1110509,16 +1053689,6 @@ "show_number": "5261", "fullAnswer": "William Henry Harrison" }, - { - "category": "ANGLOPHILIA", - "air_date": "2007-06-25", - "question": "(Jimmy of the Clue Crew stands before The Long Water in Hyde Park) In 1663 this diarist wore of fashionable Hyde Park, \"whither all the world is going\"; two years later people were going there to escape the plague", - "value": "$1200", - "answer": "Pepys", - "round": "Double Jeopardy!", - "show_number": "5261", - "fullAnswer": "(Samuel) Pepys" - }, { "category": "CLASSICAL MUSIC", "air_date": "2007-06-25", @@ -1110559,16 +1053729,6 @@ "show_number": "5261", "fullAnswer": "The Rugrats" }, - { - "category": "MEN O' WAR", - "air_date": "2007-06-25", - "question": "Last name of Arthur, seen here, Spanish American War general and father of a general", - "value": "$1600", - "answer": "MacArthur", - "round": "Double Jeopardy!", - "show_number": "5261", - "fullAnswer": "MacArthur" - }, { "category": "ANGLOPHILIA", "air_date": "2007-06-25", @@ -1110909,16 +1054069,6 @@ "show_number": "4718", "fullAnswer": "goose" }, - { - "category": "ASTRONOMY", - "air_date": "2005-02-23", - "question": "(Sarah of the Clue Crew reports from beside a replica rover at the Adler Planeterium in Chicago, IL.) This is a replica of both the Mars exploration rover Spirit and this companion, who came knocking in January 2004", - "value": "$1000", - "answer": "Opportunity", - "round": "Jeopardy!", - "show_number": "4718", - "fullAnswer": "Opportunity" - }, { "category": "SPOUSE IN COMMON", "air_date": "2005-02-23", @@ -1111084,7 +1054234,7 @@ "air_date": "2005-02-23", "question": "This 1858 work was a landmark in its use of medical illustrations of the human body", "value": "$800", - "answer": "Gray\\'s Anatomy", + "answer": "Gray's Anatomy", "round": "Double Jeopardy!", "show_number": "4718", "fullAnswer": "Gray\\'s Anatomy" @@ -1111109,16 +1054259,6 @@ "show_number": "4718", "fullAnswer": "Bob Hope" }, - { - "category": "J.R.", - "air_date": "2005-02-23", - "question": "He's seen here performing in one of his own works", - "value": "$1200", - "answer": "Jerome Robbins", - "round": "Double Jeopardy!", - "show_number": "4718", - "fullAnswer": "Jerome Robbins" - }, { "category": "FURNITURE", "air_date": "2005-02-23", @@ -1111229,16 +1054369,6 @@ "show_number": "4718", "fullAnswer": "David Niven" }, - { - "category": "J.R.", - "air_date": "2005-02-23", - "question": "(Jimmy of the Clue Crew reports from a street in the Lower East Side, New York.) This reformer & photographer described the conditions of the Lower East Side in 1890's \"How the Other Half Lives\"", - "value": "$2000", - "answer": "Jacob Riis", - "round": "Double Jeopardy!", - "show_number": "4718", - "fullAnswer": "Jacob Riis" - }, { "category": "FURNITURE", "air_date": "2005-02-23", @@ -1111699,16 +1054829,6 @@ "show_number": "6284", "fullAnswer": "Family" }, - { - "category": "BIBLICAL ART", - "air_date": "2012-01-05", - "question": "(Kelly of the Clue Crew shows a painting on the monitor.) In this 17th-century painting, you see Sarah turn her back, as Hagar the handmaid & her son Ishmael are rejected & sent away by this patriarch", - "value": "$1200", - "answer": "Abraham", - "round": "Double Jeopardy!", - "show_number": "6284", - "fullAnswer": "Abraham" - }, { "category": "NICKEL & DIMED", "air_date": "2012-01-05", @@ -1111734,7 +1054854,7 @@ "air_date": "2012-01-05", "question": "M. Costa-Mattioli found a protein that controls memory formation, a possible help for this disease named for a German", "value": "$1200", - "answer": "Alzheimer\\'s", + "answer": "Alzheimer's", "round": "Double Jeopardy!", "show_number": "6284", "fullAnswer": "Alzheimer\\'s" @@ -1111959,16 +1055079,6 @@ "show_number": "6281", "fullAnswer": "the Holy Grail" }, - { - "category": "PREFIXES", - "air_date": "2012-01-02", - "question": "(Kelly of the Clue Crew reports from See's Candy Factory.) The main feel-good ingredient of cocoa is a chemical called theobromine, in the same class as caffeine; the \"theo-\" prefix means it is the food of these beings", - "value": "$400", - "answer": "gods", - "round": "Jeopardy!", - "show_number": "6281", - "fullAnswer": "the gods" - }, { "category": "RECENT BOOKS", "air_date": "2012-01-02", @@ -1112439,16 +1055549,6 @@ "show_number": "6281", "fullAnswer": "Adlai Stevenson" }, - { - "category": "FASHION", - "air_date": "2012-01-02", - "question": "It's the amphibian name for the ornamental fastener seen here", - "value": "$2000", - "answer": "frog", - "round": "Double Jeopardy!", - "show_number": "6281", - "fullAnswer": "a frog" - }, { "category": "SPACE-Y MUSIC", "air_date": "2012-01-02", @@ -1112604,7 +1055704,7 @@ "air_date": "2008-11-24", "question": "This, Andrew Meyer's 3-word plea to security at a 2007 speech, was followed by \"bro!\"", "value": "$400", - "answer": "Don\\'t tase me", + "answer": "Don't tase me", "round": "Jeopardy!", "show_number": "5571", "fullAnswer": "\"Don\\'t tase me\"" @@ -1112864,7 +1055964,7 @@ "air_date": "2008-11-24", "question": "\"Not Wanted on the Voyage\" rewrites the story of this biblical vessel", "value": "$800", - "answer": "Noah\\'s Ark", + "answer": "Noah's Ark", "round": "Double Jeopardy!", "show_number": "5571", "fullAnswer": "Noah\\'s Ark" @@ -1112949,16 +1056049,6 @@ "show_number": "5571", "fullAnswer": "sugar" }, - { - "category": "ASTRONOMERS", - "air_date": "2008-11-24", - "question": "(Jon of the Clue Crew points to an astronomical diagram on the monitor.) In the 200s B.C. Eratosthenes calculated Earth's girth using the difference in the angle of the Sun's rays between Aswan & this Egyptian city", - "value": "$1200", - "answer": "Alexandria", - "round": "Double Jeopardy!", - "show_number": "5571", - "fullAnswer": "Alexandria" - }, { "category": "ALL MY \"EX\"ES", "air_date": "2008-11-24", @@ -1113299,16 +1056389,6 @@ "show_number": "3538", "fullAnswer": "Yitzhak Rabin" }, - { - "category": "ROCK & ROLL HALL OF FAME", - "air_date": "2000-01-12", - "question": "(Hi everybody, I'm Graham Nash.) He was inducted into the Rock & Roll Hall of Fame in 1988 as a group member & then in 1999 as a solo performer", - "value": "$400", - "answer": "Paul McCartney", - "round": "Jeopardy!", - "show_number": "3538", - "fullAnswer": "Paul McCartney" - }, { "category": "NAME THE AUTOMAKER", "air_date": "2000-01-12", @@ -1113959,16 +1057039,6 @@ "show_number": "505", "fullAnswer": "hades" }, - { - "category": "GIRLS IN SONG", - "air_date": "1986-11-14", - "question": "Having finished with Maybellene, Carol & beautiful Delilah, girl who C. Berry is after next here:", - "value": "$1,800", - "answer": "Nadine", - "round": "Jeopardy!", - "show_number": "505", - "fullAnswer": "Nadine" - }, { "category": "THOSE DARN ETRUSCANS", "air_date": "1986-11-14", @@ -1114154,7 +1057224,7 @@ "air_date": "1986-11-14", "question": "From 1954-1976, these 2 Walters concurrently owned & managed the Dodgers", "value": "$500", - "answer": "Walter Alston and Walter O\\'Malley", + "answer": "Walter Alston and Walter O'Malley", "round": "Double Jeopardy!", "show_number": "505", "fullAnswer": "Walter Alston and Walter O\\'Malley" @@ -1114184,7 +1057254,7 @@ "air_date": "1986-11-14", "question": "Besides hosting daytime's \"The Price Is Right\", Bill Cullen was a regular on this nighttime game show", "value": "$800", - "answer": "I\\'ve Got A Secret", + "answer": "I've Got A Secret", "round": "Double Jeopardy!", "show_number": "505", "fullAnswer": "I\\'ve Got A Secret" @@ -1115204,7 +1058274,7 @@ "air_date": "2002-12-11", "question": "1989:
starring Chevy Chase", "value": "$400", - "answer": "National Lampoon\\'s Christmas Vacation", + "answer": "National Lampoon's Christmas Vacation", "round": "Double Jeopardy!", "show_number": "4208", "fullAnswer": "National Lampoon\\'s Christmas Vacation" @@ -1115464,7 +1058534,7 @@ "air_date": "2002-12-11", "question": "(Jimmy of the Clue Crew reports from along the bank of the Seine in Paris) The Impressionists are a major draw at this train station-turned-museum that opened in 1986", "value": "$2000", - "answer": "Musee d\\'Orsay", + "answer": "Musee d'Orsay", "round": "Double Jeopardy!", "show_number": "4208", "fullAnswer": "Musee d\\'Orsay" @@ -1115644,7 +1058714,7 @@ "air_date": "1999-06-21", "question": "Joshua Jackson, a star of this Massachusetts-set WB series, is a Vancouver native", "value": "$300", - "answer": "Dawson\\'s Creek", + "answer": "Dawson's Creek", "round": "Jeopardy!", "show_number": "3421", "fullAnswer": "Dawson\\'s Creek" @@ -1116149,16 +1059219,6 @@ "show_number": "5933", "fullAnswer": "romance" }, - { - "category": "I JUST WANNA LOOK AT THE PICTURES", - "air_date": "2010-06-02", - "question": "
This statue bears the name of the beloved children's story it was based on", - "value": "$200", - "answer": "Little Mermaid", - "round": "Jeopardy!", - "show_number": "5933", - "fullAnswer": "The Little Mermaid" - }, { "category": "IN THIS EUROPEAN CAPITAL", "air_date": "2010-06-02", @@ -1116209,16 +1059269,6 @@ "show_number": "5933", "fullAnswer": "satire" }, - { - "category": "I JUST WANNA LOOK AT THE PICTURES", - "air_date": "2010-06-02", - "question": "Scoop, Muck & Lofty are all friends of this TV character", - "value": "$400", - "answer": "Bob the Builder", - "round": "Jeopardy!", - "show_number": "5933", - "fullAnswer": "Bob the Builder" - }, { "category": "IN THIS EUROPEAN CAPITAL", "air_date": "2010-06-02", @@ -1116269,16 +1059319,6 @@ "show_number": "5933", "fullAnswer": "a pastoral" }, - { - "category": "I JUST WANNA LOOK AT THE PICTURES", - "air_date": "2010-06-02", - "question": "It's a plant in the mint family; among the many uses of the leaves is making Chartreuse liqueur", - "value": "$600", - "answer": "basil", - "round": "Jeopardy!", - "show_number": "5933", - "fullAnswer": "basil" - }, { "category": "IN THIS EUROPEAN CAPITAL", "air_date": "2010-06-02", @@ -1116329,16 +1059369,6 @@ "show_number": "5933", "fullAnswer": "an ode" }, - { - "category": "I JUST WANNA LOOK AT THE PICTURES", - "air_date": "2010-06-02", - "question": "The Elgin Bridge is in this Lion City, also a country of Asia", - "value": "$800", - "answer": "Singapore", - "round": "Jeopardy!", - "show_number": "5933", - "fullAnswer": "Singapore" - }, { "category": "IN THIS EUROPEAN CAPITAL", "air_date": "2010-06-02", @@ -1116389,16 +1059419,6 @@ "show_number": "5933", "fullAnswer": "roman à clef" }, - { - "category": "I JUST WANNA LOOK AT THE PICTURES", - "air_date": "2010-06-02", - "question": "This human rights organization, whose logo is seen here, won the Nobel Peace Prize in 1977", - "value": "$1000", - "answer": "Amnesty International", - "round": "Jeopardy!", - "show_number": "5933", - "fullAnswer": "Amnesty International" - }, { "category": "WOODROW WILSON'S WAR", "air_date": "2010-06-02", @@ -1116704,7 +1059724,7 @@ "air_date": "2010-06-02", "question": "Before it meant a space between opposing armies, it referred to an execution site outside the walls of London", "value": null, - "answer": "no man\\'s land", + "answer": "no man's land", "round": "Final Jeopardy!", "show_number": "5933", "fullAnswer": "no man\\'s land" @@ -1116739,16 +1059759,6 @@ "show_number": "4928", "fullAnswer": "a bustier" }, - { - "category": "21st CENTURY POLITICAL QUOTES", - "air_date": "2006-02-01", - "question": "\"To those critics who are so pessimistic about our economy, I say, don't be economic girlie men!\"", - "value": "$200", - "answer": "Schwarzenegger", - "round": "Jeopardy!", - "show_number": "4928", - "fullAnswer": "Schwarzenegger" - }, { "category": "INVENTORS", "air_date": "2006-02-01", @@ -1116779,16 +1059789,6 @@ "show_number": "4928", "fullAnswer": "a hat" }, - { - "category": "ON BROADWAY", - "air_date": "2006-02-01", - "question": "(Cheryl of the Clue Crew reports from the Lunt-Fontanne Theatre in New York.) I'm here on the Broadway set on which you'll hear Mrs. Potts sing this title tune

\"Tale as old as time /
True as it can be...\"
", - "value": "$400", - "answer": "Beauty And The Beast", - "round": "Jeopardy!", - "show_number": "4928", - "fullAnswer": "\"Beauty And The Beast\"" - }, { "category": "\"B\" IN FASHION", "air_date": "2006-02-01", @@ -1116899,16 +1059899,6 @@ "show_number": "4928", "fullAnswer": "drizzle (mist accepted)" }, - { - "category": "ON BROADWAY", - "air_date": "2006-02-01", - "question": "(Jon of the Clue Crew reads from the Shubert Theatre in New York.) The creators of \"Spamalot\" proudly proclaim that it is \"lovingly ripped off\" from this be-knighted British film", - "value": "$800", - "answer": "Monty Python and the Holy Grail", - "round": "Jeopardy!", - "show_number": "4928", - "fullAnswer": "Monty Python and the Holy Grail" - }, { "category": "\"B\" IN FASHION", "air_date": "2006-02-01", @@ -1117029,26 +1060019,6 @@ "show_number": "4928", "fullAnswer": "Portugal" }, - { - "category": "ITALIAN CUISINE", - "air_date": "2006-02-01", - "question": "The name of this appetizer seen here means \"before the food\"", - "value": "$400", - "answer": "antipasto", - "round": "Double Jeopardy!", - "show_number": "4928", - "fullAnswer": "antipasto" - }, - { - "category": "FRENCH WHINES", - "air_date": "2006-02-01", - "question": "Alors! It is a complete & utter disgrace zat zees \"Nutty Professor\" has not been Oscar nominated", - "value": "$400", - "answer": "Jerry Lewis", - "round": "Double Jeopardy!", - "show_number": "4928", - "fullAnswer": "Jerry Lewis" - }, { "category": "JAPANESE GEOGRAPHY", "air_date": "2006-02-01", @@ -1117089,16 +1060059,6 @@ "show_number": "4928", "fullAnswer": "chicken" }, - { - "category": "FRENCH WHINES", - "air_date": "2006-02-01", - "question": "Mon Dieu! Zees man has been ze French chief of state for 10 full years!", - "value": "$800", - "answer": "Chirac", - "round": "Double Jeopardy!", - "show_number": "4928", - "fullAnswer": "(Jacques) Chirac" - }, { "category": "JAPANESE GEOGRAPHY", "air_date": "2006-02-01", @@ -1117129,26 +1060089,6 @@ "show_number": "4928", "fullAnswer": "Bantu" }, - { - "category": "ITALIAN CUISINE", - "air_date": "2006-02-01", - "question": "A nice addition to any Italian meal is this Tuscan wine seen here in its distinctive packaging", - "value": "$1200", - "answer": "Chianti", - "round": "Double Jeopardy!", - "show_number": "4928", - "fullAnswer": "Chianti" - }, - { - "category": "FRENCH WHINES", - "air_date": "2006-02-01", - "question": "Sacre bleu! Eet takes so long sailing from Dover to zees closest French port; next time, I take zee Chunnel", - "value": "$1200", - "answer": "Calais", - "round": "Double Jeopardy!", - "show_number": "4928", - "fullAnswer": "Calais" - }, { "category": "JAPANESE GEOGRAPHY", "air_date": "2006-02-01", @@ -1117189,16 +1060129,6 @@ "show_number": "4928", "fullAnswer": "veal" }, - { - "category": "FRENCH WHINES", - "air_date": "2006-02-01", - "question": "Surely you joke, no? Zees defensive pre-WWII \"line\" on ze German border was perfect until ze Belgians caved", - "value": "$1600", - "answer": "Maginot Line", - "round": "Double Jeopardy!", - "show_number": "4928", - "fullAnswer": "the Maginot Line" - }, { "category": "GLOBAL \"VILLAGE\"", "air_date": "2006-02-01", @@ -1117229,26 +1060159,6 @@ "show_number": "4928", "fullAnswer": "Namibia" }, - { - "category": "ITALIAN CUISINE", - "air_date": "2006-02-01", - "question": "When you're ready for dessert, leave the gun & take these favorites seen here", - "value": "$2000", - "answer": "cannolis", - "round": "Double Jeopardy!", - "show_number": "4928", - "fullAnswer": "cannolis" - }, - { - "category": "FRENCH WHINES", - "air_date": "2006-02-01", - "question": "Don’t blame us for shooting zo many of Gen. Braddock’s men during zis war; zay wore red coats in ze green forest!", - "value": "$2000", - "answer": "French and Indian War", - "round": "Double Jeopardy!", - "show_number": "4928", - "fullAnswer": "the French and Indian War" - }, { "category": "GLOBAL \"VILLAGE\"", "air_date": "2006-02-01", @@ -1117724,7 +1060634,7 @@ "air_date": "2001-06-26", "question": "It's a person who argues an unpopular cause for the sake of argument", "value": "$600", - "answer": "Devil\\'s advocate", + "answer": "Devil's advocate", "round": "Double Jeopardy!", "show_number": "3887", "fullAnswer": "Devil\\'s advocate" @@ -1117894,7 +1060804,7 @@ "air_date": "2004-03-19", "question": "Sajak's cauldrons", "value": "$200", - "answer": "Pat\\'s vats", + "answer": "Pat's vats", "round": "Jeopardy!", "show_number": "4505", "fullAnswer": "Pat\\'s vats" @@ -1117954,7 +1060864,7 @@ "air_date": "2004-03-19", "question": "Sheen's motorcycles", "value": "$400", - "answer": "Charlie\\'s Harleys", + "answer": "Charlie's Harleys", "round": "Jeopardy!", "show_number": "4505", "fullAnswer": "Charlie\\'s Harleys" @@ -1118014,7 +1060924,7 @@ "air_date": "2004-03-19", "question": "A Marx Brother's Argentinean cowboys", "value": "$600", - "answer": "Groucho\\'s gauchos", + "answer": "Groucho's gauchos", "round": "Jeopardy!", "show_number": "4505", "fullAnswer": "Groucho\\'s gauchos" @@ -1118074,7 +1060984,7 @@ "air_date": "2004-03-19", "question": "Letterman's all-night dance parties", "value": "$800", - "answer": "Dave\\'s raves", + "answer": "Dave's raves", "round": "Jeopardy!", "show_number": "4505", "fullAnswer": "Dave\\'s raves" @@ -1118134,7 +1061044,7 @@ "air_date": "2004-03-19", "question": "Shalhoub's fakes", "value": "$1000", - "answer": "Tony\\'s phonies", + "answer": "Tony's phonies", "round": "Jeopardy!", "show_number": "4505", "fullAnswer": "Tony\\'s phonies" @@ -1118159,16 +1061069,6 @@ "show_number": "4505", "fullAnswer": "\"The Unfinished Symphony\"" }, - { - "category": "FENCING", - "air_date": "2004-03-19", - "question": "(Sofia of the Clue Crew fences with Cheryl.) Unlike epee, attacking with this type of sword gives a fencer the right-of-way to keep attacking", - "value": "$400", - "answer": "foil", - "round": "Double Jeopardy!", - "show_number": "4505", - "fullAnswer": "foil" - }, { "category": "CORPORATE SYMBOLS", "air_date": "2004-03-19", @@ -1118219,16 +1061119,6 @@ "show_number": "4505", "fullAnswer": "Beethoven" }, - { - "category": "FENCING", - "air_date": "2004-03-19", - "question": "(Sofia of the Clue Crew fences with Cheryl.) It's the basic term for the block of an opponent's attack", - "value": "$800", - "answer": "parry", - "round": "Double Jeopardy!", - "show_number": "4505", - "fullAnswer": "parry" - }, { "category": "CORPORATE SYMBOLS", "air_date": "2004-03-19", @@ -1118279,22 +1061169,12 @@ "show_number": "4505", "fullAnswer": "\"The Jupiter Symphony\"" }, - { - "category": "FENCING", - "air_date": "2004-03-19", - "question": "(Sofia of the Clue Crew fences with Cheryl.) A touch with the sword point can also be called this; Hamlet gives Laertes a very palpable one", - "value": "$1200", - "answer": "hit", - "round": "Double Jeopardy!", - "show_number": "4505", - "fullAnswer": "a hit" - }, { "category": "CORPORATE SYMBOLS", "air_date": "2004-03-19", "question": "This hamburger chain's logo, a red-haired pigtailed girl, was based on the real-life daughter of its founder", "value": "$1200", - "answer": "Wendy\\'s", + "answer": "Wendy's", "round": "Double Jeopardy!", "show_number": "4505", "fullAnswer": "Wendy\\'s" @@ -1118694,7 +1061574,7 @@ "air_date": "2000-06-23", "question": "Adding almonds & marshmallows to chocolate ice cream, this \"grand\" ice cream company created Rocky Road", "value": "$500", - "answer": "Dreyer\\'s", + "answer": "Dreyer's", "round": "Jeopardy!", "show_number": "3655", "fullAnswer": "Dreyer\\'s" @@ -1119024,7 +1061904,7 @@ "air_date": "2000-06-23", "question": "\"Max et les Maximonstres\" is the French title of this children's classic", "value": null, - "answer": "\\Where the Wild Things Are\\", + "answer": "Where the Wild Things Are", "round": "Final Jeopardy!", "show_number": "3655", "fullAnswer": "\\\"Where the Wild Things Are\\\"" @@ -1119729,16 +1062609,6 @@ "show_number": "5836", "fullAnswer": "Armani" }, - { - "category": "THE KITCHEN ZINC", - "air_date": "2010-01-18", - "question": "Vegetarians have to be careful to get enough zinc; these items, big at Halloween time, help make sure they do", - "value": "$400", - "answer": "pumpkin seeds", - "round": "Jeopardy!", - "show_number": "5836", - "fullAnswer": "pumpkin seeds" - }, { "category": "SIDEKICKS", "air_date": "2010-01-18", @@ -1119849,26 +1062719,6 @@ "show_number": "5836", "fullAnswer": "Max" }, - { - "category": "THE KITCHEN ZINC", - "air_date": "2010-01-18", - "question": "This cheese in the dish seen here helps prevent night blindness. How, you ask? Why, by maintaining your zinc levels", - "value": "$800", - "answer": "mozzarella", - "round": "Jeopardy!", - "show_number": "5836", - "fullAnswer": "mozzarella" - }, - { - "category": "SIDEKICKS", - "air_date": "2010-01-18", - "question": "Introduced in a 1605 novel, he's the sidekick seen here with his eccentric boss", - "value": "$800", - "answer": "Sancho Panza", - "round": "Jeopardy!", - "show_number": "5836", - "fullAnswer": "Sancho Panza" - }, { "category": "IT'S ALL ABOUT \"U\"", "air_date": "2010-01-18", @@ -1120179,16 +1063029,6 @@ "show_number": "5836", "fullAnswer": "pristine" }, - { - "category": "\"G\"EOGRAPHY", - "air_date": "2010-01-18", - "question": "(Jimmy of the Clue Crew shows a map on the monitor.) Alex Haley traced his roots back to Kunta Kinte, an ancestor from this tiny African country here on the coast", - "value": "$2000", - "answer": "Gambia", - "round": "Double Jeopardy!", - "show_number": "5836", - "fullAnswer": "Gambia" - }, { "category": "SHADES OF PURPLE", "air_date": "2010-01-18", @@ -1120754,7 +1063594,7 @@ "air_date": "1999-09-14", "question": "This movie Robin debuted as Jessica Lange's son in \"Men Don't Leave\" & appeared with her again in \"Blue Sky\"", "value": "$800", - "answer": "Chris O\\'Donnell", + "answer": "Chris O'Donnell", "round": "Double Jeopardy!", "show_number": "3452", "fullAnswer": "Chris O\\'Donnell" @@ -1121259,26 +1064099,6 @@ "show_number": "4970", "fullAnswer": "double down" }, - { - "category": "APRIL FOOL'S DAY BABIES", - "air_date": "2006-03-31", - "question": "Born in 1873, this Russian was famous for works like the one heard here", - "value": "$1200", - "answer": "Rachmaninoff", - "round": "Double Jeopardy!", - "show_number": "4970", - "fullAnswer": "Rachmaninoff" - }, - { - "category": "BROADWAY SECRETS", - "air_date": "2006-03-31", - "question": "(Jon of the Clue Crew reports from the Majestic Theatre in New York.) Some of the revellers are real dummies in the \"Phantom of the Opera\" scene set at this 10-letter type of party", - "value": "$1200", - "answer": "masquerade", - "round": "Double Jeopardy!", - "show_number": "4970", - "fullAnswer": "a masquerade" - }, { "category": "ALTAR EGOS", "air_date": "2006-03-31", @@ -1121369,16 +1064189,6 @@ "show_number": "4970", "fullAnswer": "Toshiro Mifune" }, - { - "category": "BROADWAY SECRETS", - "air_date": "2006-03-31", - "question": "(Sarah of the Clue Crew reports from the Gershwin Theatre in New York.) Broadway buffs know that theaters always keep this spectral illumination burning", - "value": "$2000", - "answer": "ghost light ", - "round": "Double Jeopardy!", - "show_number": "4970", - "fullAnswer": "a ghost light (a ghost lamp accepted)" - }, { "category": "ALTAR EGOS", "air_date": "2006-03-31", @@ -1121709,16 +1064519,6 @@ "show_number": "5994", "fullAnswer": "E pluribus unum" }, - { - "category": "DOUBLE D's", - "air_date": "2010-10-07", - "question": "(Jimmy of the clue crew shows an animation) When a current doubles back on itself, a type of miniature vortex is created, a phenomenon known by this name", - "value": "$1000", - "answer": "eddy", - "round": "Jeopardy!", - "show_number": "5994", - "fullAnswer": "an eddy" - }, { "category": "ANCIENT GREEKS", "air_date": "2010-10-07", @@ -1121774,21 +1064574,11 @@ "air_date": "2010-10-07", "question": "As a teen, Paul composed this tune honoring his dad's music; his dad was the title age when the song came out in 1967", "value": "$400", - "answer": "When I\\'m Sixty Four", + "answer": "When I'm Sixty Four", "round": "Double Jeopardy!", "show_number": "5994", "fullAnswer": "\"When I\\'m Sixty Four\"" }, - { - "category": "ANCIENT GREEKS", - "air_date": "2010-10-07", - "question": "Born on Samos, he's the philosopher and mathematician in the illustration seen here", - "value": "$800", - "answer": "Pythagoras", - "round": "Double Jeopardy!", - "show_number": "5994", - "fullAnswer": "Pythagoras" - }, { "category": "FOOD WORDS", "air_date": "2010-10-07", @@ -1122019,16 +1064809,6 @@ "show_number": "4701", "fullAnswer": "Swedish" }, - { - "category": "CLASSIC SONGS", - "air_date": "2005-01-31", - "question": "Around 1831 Samuel Francis Smith wrote new lyrics to the following & called it this", - "value": "$200", - "answer": "My Country, \\'Tis Of Thee", - "round": "Jeopardy!", - "show_number": "4701", - "fullAnswer": "\"My Country, \\'Tis Of Thee\"" - }, { "category": "WORLD WAR I", "air_date": "2005-01-31", @@ -1122069,26 +1064849,6 @@ "show_number": "4701", "fullAnswer": "lip" }, - { - "category": "LANGUAGES", - "air_date": "2005-01-31", - "question": "(Jeff Probst, host of Survivor, gives the clue from Vanuatu.) The Ni-Vanuatu speak a pidgin language called Bislama. You might tell a local, \"Me no talk-talk Bislama\", which means this", - "value": "$400", - "answer": "I don\\'t speak Bislama", - "round": "Jeopardy!", - "show_number": "4701", - "fullAnswer": "I don\\'t speak Bislama" - }, - { - "category": "CLASSIC SONGS", - "air_date": "2005-01-31", - "question": "This song with a 3-word Scottish name may keep you up late one night a year", - "value": "$400", - "answer": "Auld Lang Syne", - "round": "Jeopardy!", - "show_number": "4701", - "fullAnswer": "\"Auld Lang Syne\"" - }, { "category": "WORLD WAR I", "air_date": "2005-01-31", @@ -1122114,7 +1064874,7 @@ "air_date": "2005-01-31", "question": "The Filet-O-Fish & Apple Dippers", "value": "$400", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "4701", "fullAnswer": "McDonald\\'s" @@ -1122139,26 +1064899,6 @@ "show_number": "4701", "fullAnswer": "Chinese" }, - { - "category": "CLASSIC SONGS", - "air_date": "2005-01-31", - "question": "A lack of swimming skills might lead you to sing this song", - "value": "$600", - "answer": "My Bonnie Lies Over The Ocean", - "round": "Jeopardy!", - "show_number": "4701", - "fullAnswer": "\"My Bonnie Lies Over The Ocean\"" - }, - { - "category": "WORLD WAR I", - "air_date": "2005-01-31", - "question": "This variety of coat, seen here, bears the name of front-line fortifications used in World War I", - "value": "$600", - "answer": "trench coat", - "round": "Jeopardy!", - "show_number": "4701", - "fullAnswer": "trench coat" - }, { "category": "HANDY TECHNOLOGY", "air_date": "2005-01-31", @@ -1122199,16 +1064939,6 @@ "show_number": "4701", "fullAnswer": "Arabic" }, - { - "category": "CLASSIC SONGS", - "air_date": "2005-01-31", - "question": "This Civil War song was penned by an American feminist & peace advocate", - "value": "$800", - "answer": "The Battle Hymn Of The Republic", - "round": "Jeopardy!", - "show_number": "4701", - "fullAnswer": "\"The Battle Hymn Of The Republic\"" - }, { "category": "WORLD WAR I", "air_date": "2005-01-31", @@ -1122234,7 +1064964,7 @@ "air_date": "2005-01-31", "question": "The Frosty Dairy Dessert & The Big Bacon Classic", "value": "$800", - "answer": "Wendy\\'s", + "answer": "Wendy's", "round": "Jeopardy!", "show_number": "4701", "fullAnswer": "Wendy\\'s" @@ -1122259,16 +1064989,6 @@ "show_number": "4701", "fullAnswer": "Brazil" }, - { - "category": "CLASSIC SONGS", - "air_date": "2005-01-31", - "question": "This famous song of Naples is heard here", - "value": "$1000", - "answer": "O Sole Mio", - "round": "Jeopardy!", - "show_number": "4701", - "fullAnswer": "\"O Sole Mio\"" - }, { "category": "WORLD WAR I", "air_date": "2005-01-31", @@ -1122514,7 +1065234,7 @@ "air_date": "2005-01-31", "question": "Since the prom was June 23, the queen picked this Shakespearean fairy tale as the theme", "value": "$1600", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "4701", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -1122649,16 +1065369,6 @@ "show_number": "4715", "fullAnswer": "three" }, - { - "category": "SEARCH DOG FOUNDATION", - "air_date": "2005-02-18", - "question": "(Sarah of the Clue Crew leads a black lab over a small obstacle-course bridge.) Now in a well-deserved retirement, the heroic black lab Murphy worked to save lives in this state capital in 1995, the event that led to the creation of the Search Dog Foundation", - "value": "$200", - "answer": "Oklahoma City", - "round": "Jeopardy!", - "show_number": "4715", - "fullAnswer": "Oklahoma City" - }, { "category": "U.S. PLACE NAMES", "air_date": "2005-02-18", @@ -1122709,16 +1065419,6 @@ "show_number": "4715", "fullAnswer": "things with strings" }, - { - "category": "SEARCH DOG FOUNDATION", - "air_date": "2005-02-18", - "question": "(Jimmy of the Clue Crew, in a yellow hard hat, squats with a search dog in a pile of rubble.) Part of a disaster search dog's training is to ignore every scent except this", - "value": "$400", - "answer": "human ", - "round": "Jeopardy!", - "show_number": "4715", - "fullAnswer": "human (scent)" - }, { "category": "U.S. PLACE NAMES", "air_date": "2005-02-18", @@ -1122769,16 +1065469,6 @@ "show_number": "4715", "fullAnswer": "monkeys" }, - { - "category": "SEARCH DOG FOUNDATION", - "air_date": "2005-02-18", - "question": "(Sarah of the Clue Crew leads a black lab over a moving obstacle-course bridge.) Trained on moving obstacles, over a quarter of the nation's certified search dog task forces are based in this state due to its frequent earthquakes", - "value": "$600", - "answer": "California", - "round": "Jeopardy!", - "show_number": "4715", - "fullAnswer": "California" - }, { "category": "U.S. PLACE NAMES", "air_date": "2005-02-18", @@ -1122829,16 +1065519,6 @@ "show_number": "4715", "fullAnswer": "Lords" }, - { - "category": "SEARCH DOG FOUNDATION", - "air_date": "2005-02-18", - "question": "(Sarah of the Clue Crew unleashes a black lab in the training course.) The bark alert is one of the tests a dog must pass to be on a search team certified by this Department of Homeland Security agency

\"Search!\"
\"Rrowr rrowr rrowr!\"
", - "value": "$800", - "answer": "FEMA", - "round": "Jeopardy!", - "show_number": "4715", - "fullAnswer": "FEMA" - }, { "category": "U.S. PLACE NAMES", "air_date": "2005-02-18", @@ -1122889,16 +1065569,6 @@ "show_number": "4715", "fullAnswer": "words with a silent \"P\"" }, - { - "category": "SEARCH DOG FOUNDATION", - "air_date": "2005-02-18", - "question": "(Jimmy of the Clue Crew poses near an overturned tanker truck with a search dog, who busies himself sniffing the ground.) People have about five million of these specialized cells to detect scent; canines like Dawson the search dog have over a hundred million", - "value": "$1000", - "answer": "olfactory receptor cells", - "round": "Jeopardy!", - "show_number": "4715", - "fullAnswer": "olfactory receptor cells" - }, { "category": "U.S. PLACE NAMES", "air_date": "2005-02-18", @@ -1122934,7 +1065604,7 @@ "air_date": "2005-02-18", "question": "Gregory Peck plays Green/Greenberg:
\"____ Agreement\"", "value": "$400", - "answer": "Gentleman\\'s", + "answer": "Gentleman's", "round": "Double Jeopardy!", "show_number": "4715", "fullAnswer": "Gentleman\\'s" @@ -1122994,7 +1065664,7 @@ "air_date": "2005-02-18", "question": "Pacino tries to go straight:
\"____ Way\"", "value": "$800", - "answer": "Carlito\\'s", + "answer": "Carlito's", "round": "Double Jeopardy!", "show_number": "4715", "fullAnswer": "Carlito\\'s" @@ -1123019,16 +1065689,6 @@ "show_number": "4715", "fullAnswer": "Go west, young man" }, - { - "category": "MAC", - "air_date": "2005-02-18", - "question": "This comic strip title character, seen here, strides on despite the death of creator Jeff MacNelly in 2000", - "value": "$800", - "answer": "Shoe", - "round": "Double Jeopardy!", - "show_number": "4715", - "fullAnswer": "Shoe" - }, { "category": "P.C.", "air_date": "2005-02-18", @@ -1123054,7 +1065714,7 @@ "air_date": "2005-02-18", "question": "A Frank Sinatra P.O.W. adventure:
\"____ Express\"", "value": "$1200", - "answer": "Von Ryan\\'s", + "answer": "Von Ryan's", "round": "Double Jeopardy!", "show_number": "4715", "fullAnswer": "Von Ryan\\'s" @@ -1123114,7 +1065774,7 @@ "air_date": "2005-02-18", "question": "A Clint Eastwood wartime caper:
\"____ Heroes\"", "value": "$1600", - "answer": "Kelly\\'s", + "answer": "Kelly's", "round": "Double Jeopardy!", "show_number": "4715", "fullAnswer": "Kelly\\'s" @@ -1123174,7 +1065834,7 @@ "air_date": "2005-02-18", "question": "An adrenoleukodystrophy drama:
\"____ Oil\"", "value": "$2000", - "answer": "Lorenzo\\'s", + "answer": "Lorenzo's", "round": "Double Jeopardy!", "show_number": "4715", "fullAnswer": "Lorenzo\\'s" @@ -1124249,16 +1066909,6 @@ "show_number": "4186", "fullAnswer": "ice fishing" }, - { - "category": "THERE'S A WHOLE WORLD OUT THERE", - "air_date": "2002-11-11", - "question": "www.unibo.it is the web address of Europe's oldest university, in this northern Italian city", - "value": "$1200", - "answer": "Bologna", - "round": "Double Jeopardy!", - "show_number": "4186", - "fullAnswer": "Bologna" - }, { "category": "COMMENCEMENT CLICHES", "air_date": "2002-11-11", @@ -1124534,7 +1067184,7 @@ "air_date": "2006-03-20", "question": "A man runs through the snowy streets of Bedford Falls shouting, \"Merry Christmas!\" in this 1946 classic", "value": "$600", - "answer": "It\\'s a Wonderful Life", + "answer": "It's a Wonderful Life", "round": "Jeopardy!", "show_number": "4961", "fullAnswer": "It\\'s a Wonderful Life" @@ -1124589,16 +1067239,6 @@ "show_number": "4961", "fullAnswer": "the Bahamas" }, - { - "category": "SNOW BUSINESS LIKE SHOW BUSINESS", - "air_date": "2006-03-20", - "question": "Oh dontcha know, Sheriff Marge Gunderson checks out a body in da snow in this 1996 film", - "value": "$800", - "answer": "Fargo", - "round": "Jeopardy!", - "show_number": "4961", - "fullAnswer": "Fargo" - }, { "category": "FROZEN FOOD", "air_date": "2006-03-20", @@ -1124609,16 +1067249,6 @@ "show_number": "4961", "fullAnswer": "DiGiorno" }, - { - "category": "HAIL OF BULLETS", - "air_date": "2006-03-20", - "question": "In 1911, these two men highlighted here reportedly died in a hail of bullets in Bolivia", - "value": "$800", - "answer": "Butch Cassidy & the Sundance Kid", - "round": "Jeopardy!", - "show_number": "4961", - "fullAnswer": "Butch Cassidy & the Sundance Kid" - }, { "category": "PARTLY CLOUDY, CHANCE OF RAIN", "air_date": "2006-03-20", @@ -1124889,26 +1067519,6 @@ "show_number": "4961", "fullAnswer": "the Lombards" }, - { - "category": "WOMEN ATHLETES", - "air_date": "2006-03-20", - "question": "She's the American Wimbeldon & U.S. Open champ seen here", - "value": "$1600", - "answer": "Davenport", - "round": "Double Jeopardy!", - "show_number": "4961", - "fullAnswer": "(Lindsay) Davenport" - }, - { - "category": "NURSERY RHYMES", - "air_date": "2006-03-20", - "question": "(Jimmy of the Clue Crew delivers the shoe clue from Old World Wisconsin.) A nursery rhyme says, this person, this person, \"mend my shoe; get it done by half past two\"", - "value": "$1600", - "answer": "cobbler", - "round": "Double Jeopardy!", - "show_number": "4961", - "fullAnswer": "cobbler" - }, { "category": "CITIES WITH HOSPITAL-ITY", "air_date": "2006-03-20", @@ -1125384,7 +1067994,7 @@ "air_date": "2004-02-05", "question": "Use this company's \"Turf Builder\" on your lawn & it'll stay green all summer long", "value": "$800", - "answer": "Scott\\'s", + "answer": "Scott's", "round": "Double Jeopardy!", "show_number": "4474", "fullAnswer": "Scott\\'s" @@ -1125934,7 +1068544,7 @@ "air_date": "1997-12-24", "question": "Like Belinda Carlisle, Jane Wiedlin of this band went on to a solo career", "value": "$200", - "answer": "Go-Go\\'s", + "answer": "Go-Go's", "round": "Double Jeopardy!", "show_number": "3068", "fullAnswer": "Go-Go\\'s" @@ -1125954,7 +1068564,7 @@ "air_date": "1997-12-24", "question": "A Jewish toast to life, or to the health of author Potok", "value": "$200", - "answer": "L\\'chaim", + "answer": "L'chaim", "round": "Double Jeopardy!", "show_number": "3068", "fullAnswer": "L\\'chaim" @@ -1126014,7 +1068624,7 @@ "air_date": "1997-12-24", "question": "Bogart makes this toast to Bergman in Paris before making it again, in \"Casablanca\"", "value": "$400", - "answer": "Here\\'s looking at you, kid", + "answer": "Here's looking at you, kid", "round": "Double Jeopardy!", "show_number": "3068", "fullAnswer": "\"Here\\'s looking at you, kid\"" @@ -1126184,7 +1068794,7 @@ "air_date": "1997-12-24", "question": "The book \"Toasts\" advises that this 2-word one is inappropriate at a boat race", "value": "$1000", - "answer": "Bottom\\'s Up!", + "answer": "Bottom's Up!", "round": "Double Jeopardy!", "show_number": "3068", "fullAnswer": "\"Bottom\\'s Up!\"" @@ -1126224,7 +1068834,7 @@ "air_date": "2009-03-31", "question": "Feline-sounding flogging whip", "value": "$200", - "answer": "cat-o\\'-nine-tails", + "answer": "cat-o'-nine-tails", "round": "Jeopardy!", "show_number": "5662", "fullAnswer": "a cat-o\\'-nine-tails" @@ -1126249,16 +1068859,6 @@ "show_number": "5662", "fullAnswer": "France" }, - { - "category": "THAT'S NOT CRICKET", - "air_date": "2009-03-31", - "question": "The unlucky guy seen here is the hawk variety of this insect", - "value": "$200", - "answer": "moth", - "round": "Jeopardy!", - "show_number": "5662", - "fullAnswer": "a moth" - }, { "category": "IN THE STATE CAPITAL", "air_date": "2009-03-31", @@ -1126284,7 +1068884,7 @@ "air_date": "2009-03-31", "question": "Hat named after the hero of a 1791 poem by Robert Burns", "value": "$400", - "answer": "tam-o\\'-shanter", + "answer": "tam-o'-shanter", "round": "Jeopardy!", "show_number": "5662", "fullAnswer": "tam-o\\'-shanter" @@ -1126299,26 +1068899,6 @@ "show_number": "5662", "fullAnswer": "an emerald" }, - { - "category": "MAYBE WE'LL INVADE BRITAIN!", - "air_date": "2009-03-31", - "question": "(Jon of the Clue Crew reports from the Spanish coast.) Francis Drake's attacks on the Spanish province of Galicia were the last straw for Spain's king in deciding to gather this naval force", - "value": "$400", - "answer": "Spanish Armada", - "round": "Jeopardy!", - "show_number": "5662", - "fullAnswer": "the Spanish Armada" - }, - { - "category": "THAT'S NOT CRICKET", - "air_date": "2009-03-31", - "question": "The aphid species of this stinging flier is seen magnified here; you don't want to know what it does to aphids", - "value": "$400", - "answer": "wasp", - "round": "Jeopardy!", - "show_number": "5662", - "fullAnswer": "a wasp" - }, { "category": "IN THE STATE CAPITAL", "air_date": "2009-03-31", @@ -1126344,7 +1068924,7 @@ "air_date": "2009-03-31", "question": "Cubed spuds fried with green peppers & onions", "value": "$600", - "answer": "Potatoes O\\'Brien", + "answer": "Potatoes O'Brien", "round": "Jeopardy!", "show_number": "5662", "fullAnswer": "Potatoes O\\'Brien" @@ -1126369,16 +1068949,6 @@ "show_number": "5662", "fullAnswer": "Julius Caesar" }, - { - "category": "THAT'S NOT CRICKET", - "air_date": "2009-03-31", - "question": "Yikes! It's the rhinoceros type of this common insect", - "value": "$600", - "answer": "beetle", - "round": "Jeopardy!", - "show_number": "5662", - "fullAnswer": "a beetle" - }, { "category": "TRICKY STUPID ANSWERS", "air_date": "2009-03-31", @@ -1126394,7 +1068964,7 @@ "air_date": "2009-03-31", "question": "Late afternoon stubble", "value": "$800", - "answer": "five o\\'clock shadow", + "answer": "five o'clock shadow", "round": "Jeopardy!", "show_number": "5662", "fullAnswer": "five o\\'clock shadow" @@ -1126419,22 +1068989,12 @@ "show_number": "5662", "fullAnswer": "the Luftwaffe" }, - { - "category": "THAT'S NOT CRICKET", - "air_date": "2009-03-31", - "question": "It's easy to see how this insect got its familiar name", - "value": "$800", - "answer": "walking stick insect ", - "round": "Jeopardy!", - "show_number": "5662", - "fullAnswer": "a walking stick insect (stick insect accepted)" - }, { "category": "AN \"O'\" CATEGORY", "air_date": "2009-03-31", "question": "A misleading hope, or phosphorescent light seen at night over a marsh", "value": "$1000", - "answer": "will-o\\'-the-wisp", + "answer": "will-o'-the-wisp", "round": "Jeopardy!", "show_number": "5662", "fullAnswer": "will-o\\'-the-wisp" @@ -1126459,16 +1069019,6 @@ "show_number": "5662", "fullAnswer": "Holland" }, - { - "category": "THAT'S NOT CRICKET", - "air_date": "2009-03-31", - "question": "Did she or didn't she? Only an entomologist knows for sure, but it's this type of grasshopper seen here", - "value": "$1000", - "answer": "katydid", - "round": "Jeopardy!", - "show_number": "5662", - "fullAnswer": "a katydid" - }, { "category": "HEALTH & MEDICINE", "air_date": "2009-03-31", @@ -1126589,16 +1069139,6 @@ "show_number": "5662", "fullAnswer": "11" }, - { - "category": "HEALTH & MEDICINE", - "air_date": "2009-03-31", - "question": "(Sarah of the Clue Crew indicates some spines.) Normally, the spine is pretty straight from the neck to the tailbone; in this condition the spine curves in an \"S\" or a \"C\" shape & may require surgery", - "value": "$1200", - "answer": "scoliosis", - "round": "Double Jeopardy!", - "show_number": "5662", - "fullAnswer": "scoliosis" - }, { "category": "FISHY SPORTSMEN", "air_date": "2009-03-31", @@ -1126674,7 +1069214,7 @@ "air_date": "2009-03-31", "question": "This Behrendt & Tuccillo book, now a movie, is subtitled \"The no-excuses truth to understanding guys\"", "value": "$1600", - "answer": "He\\'s Just Not That Into You", + "answer": "He's Just Not That Into You", "round": "Double Jeopardy!", "show_number": "5662", "fullAnswer": "He\\'s Just Not That Into You" @@ -1126844,7 +1069384,7 @@ "air_date": "2000-05-31", "question": "In the 1999 movie version of this Shakespeare play, Rupert Everett & Michelle Pfeiffer are the king & queen of fairies", "value": "$200", - "answer": "A Midsummer Night\\'s Dream", + "answer": "A Midsummer Night's Dream", "round": "Jeopardy!", "show_number": "3638", "fullAnswer": "\"A Midsummer Night\\'s Dream\"" @@ -1126874,7 +1069414,7 @@ "air_date": "2000-05-31", "question": "Resembling H2O dripping down from one mallard's dorsal region", "value": "$200", - "answer": "Like water off a duck\\'s back", + "answer": "Like water off a duck's back", "round": "Jeopardy!", "show_number": "3638", "fullAnswer": "Like water off a duck\\'s back" @@ -1127849,16 +1070389,6 @@ "show_number": "6153", "fullAnswer": "nacre" }, - { - "category": "BODIES OF WATER", - "air_date": "2011-05-18", - "question": "(Sarah of the Clue Crew shows a diagram comparing sea level & various depths on the monitor.) Starting at sea level, here is the Empire State Building & the world's tallest building, compared to the full depth of this oceanic trench", - "value": "$1600", - "answer": "Marianas Trench", - "round": "Double Jeopardy!", - "show_number": "6153", - "fullAnswer": "the Marianas Trench" - }, { "category": "MOVIE DEMISES", "air_date": "2011-05-18", @@ -1128214,7 +1070744,7 @@ "air_date": "2003-10-15", "question": "River horses' trademark cigarette lighters", "value": "$800", - "answer": "hippos\\' Zippos", + "answer": "hippos' Zippos", "round": "Jeopardy!", "show_number": "4393", "fullAnswer": "hippos\\' Zippos" @@ -1129344,7 +1071874,7 @@ "air_date": "1986-10-16", "question": "It's where a Civil War soldier would have worn his kepi", "value": "$300", - "answer": "on his head because it\\'s a hat", + "answer": "on his head because it's a hat", "round": "Jeopardy!", "show_number": "484", "fullAnswer": "on his head because it\\'s a hat" @@ -1129439,16 +1071969,6 @@ "show_number": "484", "fullAnswer": "the Alamo" }, - { - "category": "TRAVEL & TOURISM", - "air_date": "1986-10-16", - "question": "Country where 1000s of tourists flock each year to a desolate region to look at the following:", - "value": "$500", - "answer": "Australia", - "round": "Jeopardy!", - "show_number": "484", - "fullAnswer": "Australia" - }, { "category": "'60s SONGS", "air_date": "1986-10-16", @@ -1130179,16 +1072699,6 @@ "show_number": "5655", "fullAnswer": "Johann Sebastian Bach" }, - { - "category": "THE STRIP", - "air_date": "2009-03-20", - "question": "...named for the character seen here (don't forget his degree)", - "value": "$1200", - "answer": "Rex Morgan, M.D.", - "round": "Double Jeopardy!", - "show_number": "5655", - "fullAnswer": "Rex Morgan, M.D." - }, { "category": "LITERATURE", "air_date": "2009-03-20", @@ -1130209,16 +1072719,6 @@ "show_number": "5655", "fullAnswer": "New Zealand" }, - { - "category": "KINGS", - "air_date": "2009-03-20", - "question": "(Jimmy of the Clue Crew reports from the \"magical\" Rosenborg Castle in Copenhagen, Denmark.) Denmark's fourth king of this name was a notable builder who contributed to the plans of Rosenborg Castle, constructed in the early 1600s as his summer home", - "value": "$1200", - "answer": "Christian", - "round": "Double Jeopardy!", - "show_number": "5655", - "fullAnswer": "Christian" - }, { "category": "HOW'S YOUR LATIN?", "air_date": "2009-03-20", @@ -1130289,26 +1072789,6 @@ "show_number": "5655", "fullAnswer": "amicus curiae" }, - { - "category": "CLASSICAL MUSIC", - "air_date": "2009-03-20", - "question": "Richard Chamberlain played him in \"The Music Lovers\", which featured his piano concerto No. 1, heard here", - "value": "$2000", - "answer": "Tchaikovsky", - "round": "Double Jeopardy!", - "show_number": "5655", - "fullAnswer": "Tchaikovsky" - }, - { - "category": "THE STRIP", - "air_date": "2009-03-20", - "question": "...seen here & often called the greatest ever produced", - "value": "$2000", - "answer": "Krazy Kat", - "round": "Double Jeopardy!", - "show_number": "5655", - "fullAnswer": "Krazy Kat" - }, { "category": "LITERATURE", "air_date": "2009-03-20", @@ -1130379,16 +1072859,6 @@ "show_number": "5553", "fullAnswer": "The Rolling Stones" }, - { - "category": "FACE TIME", - "air_date": "2008-10-29", - "question": "This author's own age of innocence is seen here", - "value": "$200", - "answer": "Edith Wharton", - "round": "Jeopardy!", - "show_number": "5553", - "fullAnswer": "Edith Wharton" - }, { "category": "LETTERS & NUMBERS", "air_date": "2008-10-29", @@ -1130439,16 +1072909,6 @@ "show_number": "5553", "fullAnswer": "The Grateful Dead" }, - { - "category": "FACE TIME", - "air_date": "2008-10-29", - "question": "He's the reluctant Union general seen here--check out those sweet whiskers", - "value": "$400", - "answer": "Burnside", - "round": "Jeopardy!", - "show_number": "5553", - "fullAnswer": "Burnside" - }, { "category": "LETTERS & NUMBERS", "air_date": "2008-10-29", @@ -1130499,16 +1072959,6 @@ "show_number": "5553", "fullAnswer": "The Who" }, - { - "category": "FACE TIME", - "air_date": "2008-10-29", - "question": "\"Mine eyes have seen the glory\" of this woman, & now yours have, too", - "value": "$600", - "answer": "Howe", - "round": "Jeopardy!", - "show_number": "5553", - "fullAnswer": "(Julia Ward) Howe" - }, { "category": "LETTERS & NUMBERS", "air_date": "2008-10-29", @@ -1130559,16 +1073009,6 @@ "show_number": "5553", "fullAnswer": "U2" }, - { - "category": "FACE TIME", - "air_date": "2008-10-29", - "question": "Despite flimsy evidence against them, these two Italian immigrants were convicted of murder & executed in 1927", - "value": "$800", - "answer": "Sacco & Vanzetti", - "round": "Jeopardy!", - "show_number": "5553", - "fullAnswer": "Sacco & Vanzetti" - }, { "category": "LETTERS & NUMBERS", "air_date": "2008-10-29", @@ -1130614,21 +1073054,11 @@ "air_date": "2008-10-29", "question": "Izzy Stradlin,
Slash", "value": "$1000", - "answer": "Guns N\\' Roses", + "answer": "Guns N' Roses", "round": "Jeopardy!", "show_number": "5553", "fullAnswer": "Guns N\\' Roses" }, - { - "category": "FACE TIME", - "air_date": "2008-10-29", - "question": "Thus spake this German philosopher who was human, all too human", - "value": "$1000", - "answer": "Friedrich Nietzsche", - "round": "Jeopardy!", - "show_number": "5553", - "fullAnswer": "Friedrich Nietzsche" - }, { "category": "LETTERS & NUMBERS", "air_date": "2008-10-29", @@ -1130889,16 +1073319,6 @@ "show_number": "5553", "fullAnswer": "Yukon Gold" }, - { - "category": "3-LETTER WORDS", - "air_date": "2008-10-29", - "question": "(Kelly of the Clue crew stands with a geisha at a geisha house in Kyoto, Japan.) Maiko, or apprentice geisha, traditionally use darari, 1 of over 300 ways to tie the sash called this around a kimono", - "value": "$1600", - "answer": "obi", - "round": "Double Jeopardy!", - "show_number": "5553", - "fullAnswer": "an obi" - }, { "category": "NEWBERY MEDAL WINNERS", "air_date": "2008-10-29", @@ -1130914,7 +1073334,7 @@ "air_date": "2008-10-29", "question": "Michael Douglas won an Oscar for producing a film based on this play that his dad Kirk had starred in on Broadway", "value": "$2000", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Double Jeopardy!", "show_number": "5553", "fullAnswer": "One Flew Over the Cuckoo\\'s Nest" @@ -1131019,26 +1073439,6 @@ "show_number": "5700", "fullAnswer": "pregnant" }, - { - "category": "THE NEW YORK TIMES TECHNOLOGY", - "air_date": "2009-05-22", - "question": "(Mr. Pogue points a handheld projector at a screen.) Micro projectors are tiny, but at short range they give you a nearly cinematic experience; they use the same type of DLP technology that's replacing film in movie theaters; DLP stands for this type of light processing", - "value": "$200", - "answer": "digital", - "round": "Jeopardy!", - "show_number": "5700", - "fullAnswer": "digital" - }, - { - "category": "FAMOUS AMERICANS", - "air_date": "2009-05-22", - "question": "He's the future governor & labor union president seen here around 1940", - "value": "$400", - "answer": "Ronald Reagan", - "round": "Jeopardy!", - "show_number": "5700", - "fullAnswer": "Ronald Reagan" - }, { "category": "THEIR FIRST TOP 10 SOLO HIT", "air_date": "2009-05-22", @@ -1131079,16 +1073479,6 @@ "show_number": "5700", "fullAnswer": "Eternal" }, - { - "category": "THE NEW YORK TIMES TECHNOLOGY", - "air_date": "2009-05-22", - "question": "(David Pogue reads the clue.) You can track your car, your dog or even your teenager with a Zoombak, which pinpoints their location courtesy of this space-based system", - "value": "$400", - "answer": "GPS", - "round": "Jeopardy!", - "show_number": "5700", - "fullAnswer": "GPS" - }, { "category": "FAMOUS AMERICANS", "air_date": "2009-05-22", @@ -1131139,16 +1073529,6 @@ "show_number": "5700", "fullAnswer": "unique" }, - { - "category": "THE NEW YORK TIMES TECHNOLOGY", - "air_date": "2009-05-22", - "question": "(David Pogue reads the clue.) A truly green product, the prototype Sony Ericsson Greenheart phone is made of recycled plastic & bioplastic from this most commonly grown U.S. grain", - "value": "$600", - "answer": "corn", - "round": "Jeopardy!", - "show_number": "5700", - "fullAnswer": "corn" - }, { "category": "FAMOUS AMERICANS", "air_date": "2009-05-22", @@ -1131199,16 +1073579,6 @@ "show_number": "5700", "fullAnswer": "equal (equals accepted)" }, - { - "category": "THE NEW YORK TIMES TECHNOLOGY", - "air_date": "2009-05-22", - "question": "(David Pogue reads the clue.) I'm holding a Blu-ray DVD player that can also download movies & TV shows from this service that's now living up to its name; its CEO has said, \"There's a reason we didn't call the company DVD By Mail\"", - "value": "$800", - "answer": "Netflix", - "round": "Jeopardy!", - "show_number": "5700", - "fullAnswer": "Netflix" - }, { "category": "FAMOUS AMERICANS", "air_date": "2009-05-22", @@ -1131259,16 +1073629,6 @@ "show_number": "5700", "fullAnswer": "impossible" }, - { - "category": "THE NEW YORK TIMES TECHNOLOGY", - "air_date": "2009-05-22", - "question": "(David Pogue reads the clue.) OLED technology delivers such an incredible picture in such a thin screen because there's no backlight needed; each of these 518,400 units making up the image generates its own light", - "value": "$1000", - "answer": "pixel", - "round": "Jeopardy!", - "show_number": "5700", - "fullAnswer": "a pixel" - }, { "category": "THE SUPER BOWL", "air_date": "2009-05-22", @@ -1131399,26 +1073759,6 @@ "show_number": "5700", "fullAnswer": "Cleveland" }, - { - "category": "THE DOLPHINS", - "air_date": "2009-05-22", - "question": "Seen here, this variety of dolphin takes its name from a distinctive facial feature", - "value": "$1200", - "answer": "bottlenose", - "round": "Double Jeopardy!", - "show_number": "5700", - "fullAnswer": "the bottlenose" - }, - { - "category": "THE GIANTS", - "air_date": "2009-05-22", - "question": "(Sarah of the Clue Crew points to a map on the monitor.) Completely landlocked & fed by rivers like the Zhem, the Ural & the Volga, this large sea is actually a lake", - "value": "$1200", - "answer": "Caspian", - "round": "Double Jeopardy!", - "show_number": "5700", - "fullAnswer": "the Caspian" - }, { "category": "THE JETS", "air_date": "2009-05-22", @@ -1131559,16 +1073899,6 @@ "show_number": "5700", "fullAnswer": "Nebuchadnezzar" }, - { - "category": "SOMEDAY THE SAINTS", - "air_date": "2009-05-22", - "question": "(Jon of the Clue Crew reports from the Santiago de Compostela Cathedral in Spain.) The Cathedral of Santiago de Compostela houses the remains of this saint--\"Iago\" in Spanish--the traditional evangelizer of Spain", - "value": "$2000", - "answer": "St. James", - "round": "Double Jeopardy!", - "show_number": "5700", - "fullAnswer": "St. James" - }, { "category": "20th CENTURY POLITICS", "air_date": "2009-05-22", @@ -1131684,7 +1074014,7 @@ "air_date": "2002-12-30", "question": "In TV ads, unwitting coffee drinkers found their fresh brew had been replaced by this brand's crystals", "value": "$400", - "answer": "Folger\\'s", + "answer": "Folger's", "round": "Jeopardy!", "show_number": "4221", "fullAnswer": "Folger\\'s" @@ -1131804,7 +1074134,7 @@ "air_date": "2002-12-30", "question": "In TV commercials, 2 neighbors were brought together by their love for this brand of freeze-dried instant coffee", "value": "$800", - "answer": "Taster\\'s Choice", + "answer": "Taster's Choice", "round": "Jeopardy!", "show_number": "4221", "fullAnswer": "Taster\\'s Choice" @@ -1132319,22 +1074649,12 @@ "show_number": "3908", "fullAnswer": "\"Napoleon\"" }, - { - "category": "BY THE BAY", - "air_date": "2001-09-05", - "question": "2-word place name in the NHL logo seen here", - "value": "$300", - "answer": "Tampa Bay", - "round": "Jeopardy!", - "show_number": "3908", - "fullAnswer": "Tampa Bay" - }, { "category": "NEXT LINE, PLEASE", "air_date": "2001-09-05", "question": "\"Here comes Peter Cottontail...\"", "value": "$300", - "answer": "...hoppin\\' down the bunny trail", + "answer": "...hoppin' down the bunny trail", "round": "Jeopardy!", "show_number": "3908", "fullAnswer": "\"...hoppin\\' down the bunny trail\"" @@ -1132519,26 +1074839,6 @@ "show_number": "3908", "fullAnswer": "a log" }, - { - "category": "SEAN CONNERY", - "air_date": "2001-09-05", - "question": "2000 film in which you'd hear reclusive writer Connery shout, \"You're the man now, dog!\"", - "value": "$400", - "answer": "Finding Forrester", - "round": "Double Jeopardy!", - "show_number": "3908", - "fullAnswer": "Finding Forrester" - }, - { - "category": "SURPRISE ME, TREBEK!", - "air_date": "2001-09-05", - "question": "(Hi, I'm Steven Page from Barenaked Ladies.) One legend says the term \"Peeping Tom\" came from a tailor gazing at this
11th c. barenaked lady on horseback", - "value": "$400", - "answer": "Lady Godiva", - "round": "Double Jeopardy!", - "show_number": "3908", - "fullAnswer": "Lady Godiva" - }, { "category": "THERAPISTS", "air_date": "2001-09-05", @@ -1132599,16 +1074899,6 @@ "show_number": "3908", "fullAnswer": "Charles Kuralt" }, - { - "category": "THERAPISTS", - "air_date": "2001-09-05", - "question": "Dr. Gilda Karl, seen here, urges women not to bet on this fairy tale royal to make them happy", - "value": "$600", - "answer": "Prince Charming", - "round": "Double Jeopardy!", - "show_number": "3908", - "fullAnswer": "Prince Charming" - }, { "category": "THINGS YOU SHOULDN'T PUT IN YOUR MOUTH", "air_date": "2001-09-05", @@ -1132704,7 +1074994,7 @@ "air_date": "2001-09-05", "question": "In '59 Sean favored us with a song, \"Pretty Irish Girl\", in Disney's this man \"and the Little People\"", "value": "$1000", - "answer": "Darby O\\'Gill", + "answer": "Darby O'Gill", "round": "Double Jeopardy!", "show_number": "3908", "fullAnswer": "Darby O\\'Gill" @@ -1132984,7 +1075274,7 @@ "air_date": "1990-05-31", "question": "In his childhood, Franz Schubert sang with the Imperial Court Chapel Choir, which is now known as this", "value": "$400", - "answer": "Vienna Boys\\' Choir", + "answer": "Vienna Boys' Choir", "round": "Jeopardy!", "show_number": "1339", "fullAnswer": "The Vienna Boys\\' Choir" @@ -1133294,7 +1075584,7 @@ "air_date": "1990-05-31", "question": "The basement of this building at 511 10th St. NW houses a museum of Lincoln memorabilia", "value": "$2,000", - "answer": "Ford\\'s Theater", + "answer": "Ford's Theater", "round": "Double Jeopardy!", "show_number": "1339", "fullAnswer": "Ford\\'s Theater" @@ -1133564,7 +1075854,7 @@ "air_date": "2003-01-27", "question": "\"Jack Moves Out\"", "value": "$800", - "answer": "Three\\'s Company", + "answer": "Three's Company", "round": "Jeopardy!", "show_number": "4241", "fullAnswer": "Three\\'s Company" @@ -1133929,16 +1076219,6 @@ "show_number": "4241", "fullAnswer": "Gabriel" }, - { - "category": "THE TOWER OF LONDON", - "air_date": "2003-01-27", - "question": "Only prisoners of high rank were executed here on Tower Green, & this woman was the first queen beheaded here", - "value": null, - "answer": "Anne Boleyn", - "round": "Final Jeopardy!", - "show_number": "4241", - "fullAnswer": "Anne Boleyn" - }, { "category": "BODIES OF WATER", "air_date": "2000-02-25", @@ -1134464,7 +1076744,7 @@ "air_date": "2000-02-25", "question": "It's been the motto of the New York Times since 1896", "value": "$800", - "answer": "All The News That\\'s Fit To Print", + "answer": "All The News That's Fit To Print", "round": "Double Jeopardy!", "show_number": "3570", "fullAnswer": "\"All The News That\\'s Fit To Print\"" @@ -1135239,16 +1077519,6 @@ "show_number": "5519", "fullAnswer": "the glory" }, - { - "category": "IN THE GRASS", - "air_date": "2008-09-11", - "question": "This type of grass is named for the plains it covers (what do I hear?--the hoofbeats of a gaucho?)", - "value": "$400", - "answer": "pampas grass", - "round": "Jeopardy!", - "show_number": "5519", - "fullAnswer": "pampas grass" - }, { "category": "WARREN BEATTY", "air_date": "2008-09-11", @@ -1135359,16 +1077629,6 @@ "show_number": "5519", "fullAnswer": "radiance" }, - { - "category": "IN THE GRASS", - "air_date": "2008-09-11", - "question": "Among the most important grasses are cereal grains, like this one seen here that's sometimes made into meal", - "value": "$800", - "answer": "oats", - "round": "Jeopardy!", - "show_number": "5519", - "fullAnswer": "oats" - }, { "category": "WARREN BEATTY", "air_date": "2008-09-11", @@ -1135599,16 +1077859,6 @@ "show_number": "5519", "fullAnswer": "Arbor Day" }, - { - "category": "ANATOMY", - "air_date": "2008-09-11", - "question": "(Kelly of the Clue Crew hangs out with a skeleton.) Allowing the lower leg to move backward & forward in the same way that a door opens & closes, the knee is considered this type of joint", - "value": "$1200", - "answer": "hinge", - "round": "Double Jeopardy!", - "show_number": "5519", - "fullAnswer": "a hinge" - }, { "category": "\"FOR\" WORDS", "air_date": "2008-09-11", @@ -1135699,16 +1077949,6 @@ "show_number": "5519", "fullAnswer": "Roman Polanski" }, - { - "category": "INSTRUMENTAL", - "air_date": "2008-09-11", - "question": "(Jon of the Clue Crew strikes a tuning fork and then touches it to the table.) Touching the tuning fork to a larger surface makes the noise louder, the same way a piano or guitar uses this type of board for amplification", - "value": "$2000", - "answer": "sounding board", - "round": "Double Jeopardy!", - "show_number": "5519", - "fullAnswer": "a sounding board" - }, { "category": "ANNUAL EVENTS", "air_date": "2008-09-11", @@ -1135719,16 +1077959,6 @@ "show_number": "5519", "fullAnswer": "Veterans Day" }, - { - "category": "ANATOMY", - "air_date": "2008-09-11", - "question": "A large forehead doesn't indicate smartness; it indicates a large one of these bones that form the forehead", - "value": "$2000", - "answer": "frontal bone", - "round": "Double Jeopardy!", - "show_number": "5519", - "fullAnswer": "the frontal bone" - }, { "category": "\"FOR\" WORDS", "air_date": "2008-09-11", @@ -1137049,16 +1079279,6 @@ "show_number": "5469", "fullAnswer": "Scrabble" }, - { - "category": "CLOTHES-MINDED", - "air_date": "2008-05-22", - "question": "(Cheryl of the Clue Crew reports from Japan.) This sash that ties the kimono varies in style with seasons & occasions, and can cost much more than the kimono", - "value": "$400", - "answer": "obi", - "round": "Jeopardy!", - "show_number": "5469", - "fullAnswer": "an obi" - }, { "category": "HOLIDAYS & OBSERVANCES", "air_date": "2008-05-22", @@ -1137159,16 +1079379,6 @@ "show_number": "5469", "fullAnswer": "(Mario) Puzo" }, - { - "category": "GAMES", - "air_date": "2008-05-22", - "question": "(Cheryl of the Clue Crew reports from Las Vegas.) James Bond loves to play a high-stakes version of Baccarat known by this 3-word French name", - "value": "$800", - "answer": "Chemin de Fer", - "round": "Jeopardy!", - "show_number": "5469", - "fullAnswer": "Chemin de Fer" - }, { "category": "CLOTHES-MINDED", "air_date": "2008-05-22", @@ -1137249,16 +1079459,6 @@ "show_number": "5469", "fullAnswer": "Wyoming" }, - { - "category": "ALABAMA", - "air_date": "2008-05-22", - "question": "If you're visiting the White House--the first White House of the Confederacy, that is--you're in this city", - "value": "$1000", - "answer": "Montgomery", - "round": "Jeopardy!", - "show_number": "5469", - "fullAnswer": "Montgomery" - }, { "category": "THE \"HEART\" OF DIXIE", "air_date": "2008-05-22", @@ -1138154,7 +1080354,7 @@ "air_date": "2001-05-08", "question": "This peanut butter cup is one of Hershey's bestselling products", "value": "$100", - "answer": "Reese\\'s", + "answer": "Reese's", "round": "Jeopardy!", "show_number": "3852", "fullAnswer": "Reese\\'s" @@ -1138204,7 +1080404,7 @@ "air_date": "2001-05-08", "question": "Are they just friends? Britney's been linked romantically to Justin Timberlake of this band", "value": "$200", - "answer": "\\'N Sync", + "answer": "'N Sync", "round": "Jeopardy!", "show_number": "3852", "fullAnswer": "\\'N Sync" @@ -1138469,16 +1080669,6 @@ "show_number": "3852", "fullAnswer": "Wales" }, - { - "category": "PHONY.\"COM\"s", - "air_date": "2001-05-08", - "question": "I'mlost.com sells the magnetic & gyroscopic types of this device", - "value": "$200", - "answer": "compass", - "round": "Double Jeopardy!", - "show_number": "3852", - "fullAnswer": "compass" - }, { "category": "SCIENCE", "air_date": "2001-05-08", @@ -1138589,16 +1080779,6 @@ "show_number": "3852", "fullAnswer": "Henry VIII" }, - { - "category": "PHONY.\"COM\"s", - "air_date": "2001-05-08", - "question": "Let'sfarm.com reviews these harvesting machines that cut & thresh grain in the field", - "value": "$600", - "answer": "combines", - "round": "Double Jeopardy!", - "show_number": "3852", - "fullAnswer": "combines" - }, { "category": "SCIENCE", "air_date": "2001-05-08", @@ -1139034,7 +1081214,7 @@ "air_date": "1999-02-05", "question": "Francis Scott Key:
\"Oh! Say, can you see...\"", "value": "$200", - "answer": "By the dawn\\'s early light", + "answer": "By the dawn's early light", "round": "Double Jeopardy!", "show_number": "3325", "fullAnswer": "By the dawn\\'s early light" @@ -1139114,7 +1081294,7 @@ "air_date": "1999-02-05", "question": "It's really April 21, but this event is officially celebrated each year on the third Saturday in June", "value": "$400", - "answer": "Queen\\'s Birthday", + "answer": "Queen's Birthday", "round": "Double Jeopardy!", "show_number": "3325", "fullAnswer": "The Queen\\'s Birthday" @@ -1139154,7 +1081334,7 @@ "air_date": "1999-02-05", "question": "The Beatles:
\"I think I'm gonna be sad...\"", "value": "$600", - "answer": "I think it\\'s today", + "answer": "I think it's today", "round": "Double Jeopardy!", "show_number": "3325", "fullAnswer": "I think it\\'s today" @@ -1139264,7 +1081444,7 @@ "air_date": "1999-02-05", "question": "If you expose yourself to great danger, you're \"placing your head in\" this animal's \"mouth\"", "value": "$800", - "answer": "lion\\'s mouth", + "answer": "lion's mouth", "round": "Double Jeopardy!", "show_number": "3325", "fullAnswer": "The lion\\'s mouth" @@ -1139274,7 +1081454,7 @@ "air_date": "1999-02-05", "question": "Groucho:
\"I never forget a face, but in your case....\"", "value": "$1000", - "answer": "I\\'ll make an exception", + "answer": "I'll make an exception", "round": "Double Jeopardy!", "show_number": "3325", "fullAnswer": "I\\'ll make an exception" @@ -1139394,7 +1081574,7 @@ "air_date": "1991-11-07", "question": "This Hebrew drinking toast literally means \"To Life!\"", "value": "$100", - "answer": "L\\'chaim", + "answer": "L'chaim", "round": "Jeopardy!", "show_number": "1654", "fullAnswer": "L\\'chaim" @@ -1139494,7 +1081674,7 @@ "air_date": "1991-11-07", "question": "According to the title of a D.H. Lawrence novel, it's who Mellors is", "value": "$300", - "answer": "Lady Chatterley\\'s Lover", + "answer": "Lady Chatterley's Lover", "round": "Jeopardy!", "show_number": "1654", "fullAnswer": "\"Lady Chatterley\\'s Lover\"" @@ -1139954,7 +1082134,7 @@ "air_date": "2001-10-22", "question": "In 1871 Chicago, Al promises to retrieve this woman's lantern from a barn but he'll get to it in a minute; oops", "value": "$100", - "answer": "Mrs. O\\'Leary", + "answer": "Mrs. O'Leary", "round": "Jeopardy!", "show_number": "3941", "fullAnswer": "Mrs. O\\'Leary" @@ -1140054,7 +1082234,7 @@ "air_date": "2001-10-22", "question": "In the '50s the owner of Danny's Donuts expanded, added hamburgers & altered the name to this", "value": "$200", - "answer": "Denny\\'s", + "answer": "Denny's", "round": "Jeopardy!", "show_number": "3941", "fullAnswer": "Denny\\'s" @@ -1140224,7 +1082404,7 @@ "air_date": "2001-10-22", "question": "Charles Perrault popularized the tale of this well-shod feline known in French as \"Le Chat Botte\"", "value": "$500", - "answer": "Puss \\'n Boots", + "answer": "Puss 'n Boots", "round": "Jeopardy!", "show_number": "3941", "fullAnswer": "Puss \\'n Boots" @@ -1140464,7 +1082644,7 @@ "air_date": "2001-10-22", "question": "A review said this 1979 William Styron novel \"belongs on that small shelf reserved for American masterpieces\"", "value": "$800", - "answer": "Sophie\\'s Choice", + "answer": "Sophie's Choice", "round": "Double Jeopardy!", "show_number": "3941", "fullAnswer": "Sophie\\'s Choice" @@ -1140914,7 +1083094,7 @@ "air_date": "2000-01-18", "question": "Saul's stringed instruments", "value": "$200", - "answer": "Bellow\\'s cellos", + "answer": "Bellow's cellos", "round": "Double Jeopardy!", "show_number": "3542", "fullAnswer": "Bellow\\'s cellos" @@ -1140974,7 +1083154,7 @@ "air_date": "2000-01-18", "question": "Anais' flippers", "value": "$400", - "answer": "Nin\\'s fins", + "answer": "Nin's fins", "round": "Double Jeopardy!", "show_number": "3542", "fullAnswer": "Nin\\'s fins" @@ -1141024,7 +1083204,7 @@ "air_date": "2000-01-18", "question": "Bronte's streetwalkers", "value": "$600", - "answer": "Charlotte\\'s harlots", + "answer": "Charlotte's harlots", "round": "Double Jeopardy!", "show_number": "3542", "fullAnswer": "Charlotte\\'s harlots" @@ -1141074,7 +1083254,7 @@ "air_date": "2000-01-18", "question": "The Berliners visiting Mr. Melville", "value": "$800", - "answer": "Herman\\'s Germans", + "answer": "Herman's Germans", "round": "Double Jeopardy!", "show_number": "3542", "fullAnswer": "Herman\\'s Germans" @@ -1141114,7 +1083294,7 @@ "air_date": "2000-01-18", "question": "The frameworks over Ambler's oil wells", "value": "$1000", - "answer": "Eric\\'s derricks", + "answer": "Eric's derricks", "round": "Double Jeopardy!", "show_number": "3542", "fullAnswer": "Eric\\'s derricks" @@ -1141214,7 +1083394,7 @@ "air_date": "2000-04-14", "question": "(Hi, I'm Jane Wiedlin of the Go-Go's) I played Joan of Arc in this 1989 film about 2 clueless time travelers", "value": "$200", - "answer": "Bill & Ted\\'s Excellent Adventure", + "answer": "Bill & Ted's Excellent Adventure", "round": "Jeopardy!", "show_number": "3605", "fullAnswer": "Bill & Ted\\'s Excellent Adventure" @@ -1141444,7 +1083624,7 @@ "air_date": "2000-04-14", "question": "The wax figures on the \"Sgt. Pepper's\" cover were from this museum", "value": "$200", - "answer": "Madame Tussaud\\'s", + "answer": "Madame Tussaud's", "round": "Double Jeopardy!", "show_number": "3605", "fullAnswer": "Madame Tussaud\\'s" @@ -1142284,7 +1084464,7 @@ "air_date": "1990-04-06", "question": "In 1774 the 1st Continental Congress convened at this Philadelphia building, not Independence Hall", "value": "$1000", - "answer": "Carpenters\\' Hall", + "answer": "Carpenters' Hall", "round": "Double Jeopardy!", "show_number": "1300", "fullAnswer": "Carpenters\\' Hall" @@ -1142314,7 +1084494,7 @@ "air_date": "1990-04-06", "question": "Ludwig Mies Van Der Rohe & Philip Johnson designed this NYC skyscraper named for a liquor company", "value": "$1000", - "answer": "Seagram\\'s Building/Tower", + "answer": "Seagram's Building/Tower", "round": "Double Jeopardy!", "show_number": "1300", "fullAnswer": "Seagram\\'s Building/Tower" @@ -1142404,7 +1084584,7 @@ "air_date": "2011-07-22", "question": "Winston Churchill, Neville Chamberlain", "value": "$400", - "answer": "King\\'s Speech", + "answer": "King's Speech", "round": "Jeopardy!", "show_number": "6200", "fullAnswer": "The King\\'s Speech" @@ -1142629,16 +1084809,6 @@ "show_number": "6200", "fullAnswer": "art" }, - { - "category": "PAINTINGS IN THE PRADO", - "air_date": "2011-07-22", - "question": "(Sarah of the Clue Crew presents the clue on a monitor.) An angel stands pointing to show that you don't have to go to the underworld in Joachim Patinir's
painting of Charon
crossing this mythic river", - "value": "$400", - "answer": "Styx", - "round": "Double Jeopardy!", - "show_number": "6200", - "fullAnswer": "the Styx" - }, { "category": "AUTO TUNES", "air_date": "2011-07-22", @@ -1142749,16 +1084919,6 @@ "show_number": "6200", "fullAnswer": "E (for error)" }, - { - "category": "PAINTINGS IN THE PRADO", - "air_date": "2011-07-22", - "question": "Jose de Ribera's rendition
of this Old Testament
patriarch's dream
is in the collection", - "value": "$1200", - "answer": "Jacob", - "round": "Double Jeopardy!", - "show_number": "6200", - "fullAnswer": "Jacob" - }, { "category": "AUTO TUNES", "air_date": "2011-07-22", @@ -1142869,22 +1085029,12 @@ "show_number": "6200", "fullAnswer": "c" }, - { - "category": "PAINTINGS IN THE PRADO", - "air_date": "2011-07-22", - "question": "(Jimmy of the Clue Crew presents the clue on a monitor.) In a portrait by Anthony Mor,
England's Queen Mary holds a red rose--the symbol of this side in the Wars of the Roses
that triumphed under Mary's grandfather, Henry Tudor", - "value": "$2000", - "answer": "Lancaster", - "round": "Double Jeopardy!", - "show_number": "6200", - "fullAnswer": "Lancaster" - }, { "category": "AUTO TUNES", "air_date": "2011-07-22", "question": "Sammy Hagar protested the speed limit in this hit", "value": "$2000", - "answer": "I Can\\'t Drive 55", + "answer": "I Can't Drive 55", "round": "Double Jeopardy!", "show_number": "6200", "fullAnswer": "\"I Can\\'t Drive 55\"" @@ -1142964,7 +1085114,7 @@ "air_date": "1999-03-04", "question": "Filet-O-Fish or a Quarter Pounder with Cheese", "value": "$100", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "3344", "fullAnswer": "McDonald\\'s" @@ -1143014,7 +1085164,7 @@ "air_date": "1999-03-04", "question": "One of the 2 animated movies about insects from a major studio released in 1998", "value": "$200", - "answer": "Bug\\'s Life or Antz", + "answer": "Bug's Life or Antz", "round": "Jeopardy!", "show_number": "3344", "fullAnswer": "A Bug\\'s Life or Antz" @@ -1143144,7 +1085294,7 @@ "air_date": "1999-03-04", "question": "Biggie Fries or a Frosty", "value": "$400", - "answer": "Wendy\\'s", + "answer": "Wendy's", "round": "Jeopardy!", "show_number": "3344", "fullAnswer": "Wendy\\'s" @@ -1143204,7 +1085354,7 @@ "air_date": "1999-03-04", "question": "Beef 'N Cheddar or a Jamocha Shake", "value": "$500", - "answer": "Arby\\'s", + "answer": "Arby's", "round": "Jeopardy!", "show_number": "3344", "fullAnswer": "Arby\\'s" @@ -1143294,7 +1085444,7 @@ "air_date": "1999-03-04", "question": "Defoe's dogs", "value": "$200", - "answer": "Daniel\\'s spaniels", + "answer": "Daniel's spaniels", "round": "Double Jeopardy!", "show_number": "3344", "fullAnswer": "Daniel\\'s spaniels" @@ -1143354,7 +1085504,7 @@ "air_date": "1999-03-04", "question": "R.L.'s evergreens", "value": "$400", - "answer": "Stine\\'s pines", + "answer": "Stine's pines", "round": "Double Jeopardy!", "show_number": "3344", "fullAnswer": "Stine\\'s pines" @@ -1143414,7 +1085564,7 @@ "air_date": "1999-03-04", "question": "Orwell's ravines", "value": "$600", - "answer": "George\\'s gorges", + "answer": "George's gorges", "round": "Double Jeopardy!", "show_number": "3344", "fullAnswer": "George\\'s gorges" @@ -1143474,7 +1085624,7 @@ "air_date": "1999-03-04", "question": "Vidal's boutiques", "value": "$800", - "answer": "Gore\\'s stores", + "answer": "Gore's stores", "round": "Double Jeopardy!", "show_number": "3344", "fullAnswer": "Gore\\'s stores" @@ -1143534,7 +1085684,7 @@ "air_date": "1999-03-04", "question": "Dorothy's felt-tipped pens", "value": "$1000", - "answer": "Parker\\'s markers", + "answer": "Parker's markers", "round": "Double Jeopardy!", "show_number": "3344", "fullAnswer": "Parker\\'s markers" @@ -1143634,7 +1085784,7 @@ "air_date": "1989-05-23", "question": "Combining her love of flowers & the desert, she painted \"Mule's Skull with Pink Poinsettias\" in 1937", "value": "$200", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Jeopardy!", "show_number": "1102", "fullAnswer": "Georgia O\\'Keeffe" @@ -1143824,7 +1085974,7 @@ "air_date": "1989-05-23", "question": "Operas based on this comedy include \"Hermione\", \"Perdita\" & \"Ein Wintermaerchen\"", "value": "$200", - "answer": "Winter\\'s Tale", + "answer": "Winter's Tale", "round": "Double Jeopardy!", "show_number": "1102", "fullAnswer": "The Winter\\'s Tale" @@ -1144099,16 +1086249,6 @@ "show_number": "5659", "fullAnswer": "The Beatles" }, - { - "category": "PUTTING ON THE DOG", - "air_date": "2009-03-26", - "question": "(Sarah of the Clue Crew reports from the American Kennel Club.) Like something you'd find on a fishing hook, it's the object or treat that show handlers use to focus the dog's attention & keep it alert in the ring", - "value": "$200", - "answer": "bait", - "round": "Jeopardy!", - "show_number": "5659", - "fullAnswer": "bait" - }, { "category": "I LIKE...ME!", "air_date": "2009-03-26", @@ -1144134,7 +1086274,7 @@ "air_date": "2009-03-26", "question": "You can still visit this Hollywood drugstore seen in \"Sunset Blvd.\"--at Universal Studios Florida, that is", "value": "$200", - "answer": "Schwab\\'s", + "answer": "Schwab's", "round": "Jeopardy!", "show_number": "5659", "fullAnswer": "Schwab\\'s" @@ -1144219,16 +1086359,6 @@ "show_number": "5659", "fullAnswer": "The Four Seasons" }, - { - "category": "PUTTING ON THE DOG", - "air_date": "2009-03-26", - "question": "(Sarah of the Clue Crew is with a cocker spaniel.) In dog shows, some cocker spaniels are ASCOB,
which stands for any solid color other than this", - "value": "$600", - "answer": "black", - "round": "Jeopardy!", - "show_number": "5659", - "fullAnswer": "black" - }, { "category": "I LIKE...ME!", "air_date": "2009-03-26", @@ -1144339,16 +1086469,6 @@ "show_number": "5659", "fullAnswer": "Air Supply" }, - { - "category": "PUTTING ON THE DOG", - "air_date": "2009-03-26", - "question": "(Sarah of the Clue Crew is at the American Kennel Club.) American Kennel Club judges evaluate how close dogs come to this, an 8-letter term for a written description of the ideal specimen of the breed", - "value": "$1,000", - "answer": "standard", - "round": "Jeopardy!", - "show_number": "5659", - "fullAnswer": "the standard" - }, { "category": "WHAT SIGN ARE YOU?", "air_date": "2009-03-26", @@ -1144589,16 +1086709,6 @@ "show_number": "5659", "fullAnswer": "Bam!" }, - { - "category": "OCEAN O' LOTION", - "air_date": "2009-03-26", - "question": "(Kelly of the Clue Crew stands in front of a table.) The leaves of this plant are used in traditional remedies as a topical ointment; cutting open the leaves produces an easily applied clear gel", - "value": "$1600", - "answer": "Aloe vera", - "round": "Double Jeopardy!", - "show_number": "5659", - "fullAnswer": "Aloe vera" - }, { "category": "RHYME TIME", "air_date": "2009-03-26", @@ -1145004,7 +1087114,7 @@ "air_date": "2000-02-22", "question": "It was the biggest-selling American novel of the 1850s", "value": "$200", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Double Jeopardy!", "show_number": "3567", "fullAnswer": "\"Uncle Tom\\'s Cabin\"" @@ -1145014,7 +1087124,7 @@ "air_date": "2000-02-22", "question": "Cousteau's timepieces", "value": "$200", - "answer": "Jacques\\' clocks", + "answer": "Jacques' clocks", "round": "Double Jeopardy!", "show_number": "3567", "fullAnswer": "Jacques\\' clocks" @@ -1145064,7 +1087174,7 @@ "air_date": "2000-02-22", "question": "This 4-part satirical novel was published in 1726 as \"Travels Into Several Remote Nations of the World\"", "value": "$400", - "answer": "Gulliver\\'s Travels", + "answer": "Gulliver's Travels", "round": "Double Jeopardy!", "show_number": "3567", "fullAnswer": "\"Gulliver\\'s Travels\"" @@ -1145074,7 +1087184,7 @@ "air_date": "2000-02-22", "question": "Sinatra's financial institutions", "value": "$400", - "answer": "Frank\\'s banks", + "answer": "Frank's banks", "round": "Double Jeopardy!", "show_number": "3567", "fullAnswer": "Frank\\'s banks" @@ -1145124,7 +1087234,7 @@ "air_date": "2000-02-22", "question": "Roman Polanski brought this Ira Levin novel to the big screen in 1968", "value": "$600", - "answer": "Rosemary\\'s Baby", + "answer": "Rosemary's Baby", "round": "Double Jeopardy!", "show_number": "3567", "fullAnswer": "\"Rosemary\\'s Baby\"" @@ -1145134,7 +1087244,7 @@ "air_date": "2000-02-22", "question": "Explorer Ericson's undies", "value": "$600", - "answer": "Leif\\'s briefs", + "answer": "Leif's briefs", "round": "Double Jeopardy!", "show_number": "3567", "fullAnswer": "Leif\\'s briefs" @@ -1145184,7 +1087294,7 @@ "air_date": "2000-02-22", "question": "In the 1930s early excerpts of this experimental James Joyce work were published as \"Work in Progress\"", "value": "$1,500", - "answer": "Finnegan\\'s Wake", + "answer": "Finnegan's Wake", "round": "Double Jeopardy!", "show_number": "3567", "fullAnswer": "\"Finnegan\\'s Wake\"" @@ -1145194,7 +1087304,7 @@ "air_date": "2000-02-22", "question": "Disney's beers", "value": "$800", - "answer": "Walt\\'s malts", + "answer": "Walt's malts", "round": "Double Jeopardy!", "show_number": "3567", "fullAnswer": "Walt\\'s malts" @@ -1145244,7 +1087354,7 @@ "air_date": "2000-02-22", "question": "Thomas Hughes published this chronicle of life at an English boys' school in 1857", "value": "$1000", - "answer": "Tom Brown\\'s Schooldays", + "answer": "Tom Brown's Schooldays", "round": "Double Jeopardy!", "show_number": "3567", "fullAnswer": "\"Tom Brown\\'s Schooldays\"" @@ -1145254,7 +1087364,7 @@ "air_date": "2000-02-22", "question": "Chagall's canine sounds", "value": "$1000", - "answer": "Marc\\'s barks", + "answer": "Marc's barks", "round": "Double Jeopardy!", "show_number": "3567", "fullAnswer": "Marc\\'s barks" @@ -1145524,7 +1087634,7 @@ "air_date": "1986-12-24", "question": "In their biggest hit, the Poppy Family asked Billy this", "value": "$500", - "answer": "Which Way You Goin\\' Billy?", + "answer": "Which Way You Goin' Billy?", "round": "Jeopardy!", "show_number": "533", "fullAnswer": "\"Which Way You Goin\\' Billy?\"" @@ -1145659,16 +1087769,6 @@ "show_number": "533", "fullAnswer": "braces" }, - { - "category": "THE JUNGLE", - "air_date": "1986-12-24", - "question": "Like most of us would, it's what Jethro Tull was doing \"In The Jungle\" in 1974:

\"Walking through forests of palm-tree apartments /
Scoff at the monkeys who live in their dark tents /
Down by the waterhole--drunk every Friday /
Eating their nuts--saving their raisins...\"
", - "value": "$2,000", - "answer": "Bungle", - "round": "Double Jeopardy!", - "show_number": "533", - "fullAnswer": "Bungle" - }, { "category": "PLAYWRIGHTS", "air_date": "1986-12-24", @@ -1146179,16 +1088279,6 @@ "show_number": "6073", "fullAnswer": "Picasso" }, - { - "category": "\"C\" IT, SAY IT", - "air_date": "2011-01-26", - "question": "Attach this to your date on your way to the prom", - "value": "$400", - "answer": "corsage", - "round": "Double Jeopardy!", - "show_number": "6073", - "fullAnswer": "a corsage" - }, { "category": "CONSTELLATIONS", "air_date": "2011-01-26", @@ -1146239,16 +1088329,6 @@ "show_number": "6073", "fullAnswer": "Van Gogh" }, - { - "category": "\"C\" IT, SAY IT", - "air_date": "2011-01-26", - "question": "The name of this drinking vessel comes from the Latin for \"cup\"", - "value": "$800", - "answer": "chalice", - "round": "Double Jeopardy!", - "show_number": "6073", - "fullAnswer": "a chalice" - }, { "category": "CONSTELLATIONS", "air_date": "2011-01-26", @@ -1146299,16 +1088379,6 @@ "show_number": "6073", "fullAnswer": "Norman Rockwell" }, - { - "category": "\"C\" IT, SAY IT", - "air_date": "2011-01-26", - "question": "Some of these small engravings date as far back as the 3rd century B.C.", - "value": "$1200", - "answer": "cameos", - "round": "Double Jeopardy!", - "show_number": "6073", - "fullAnswer": "cameos" - }, { "category": "CONSTELLATIONS", "air_date": "2011-01-26", @@ -1146359,16 +1088429,6 @@ "show_number": "6073", "fullAnswer": "a portrait" }, - { - "category": "\"C\" IT, SAY IT", - "air_date": "2011-01-26", - "question": "(Kelly of the Clue Crew uses paper cups & sheets of paper to demonstrate.) There is little support on one horizontal surface; however, with the load distributed among several vertical surfaces, you get much stronger support when the paper is ridged this way, from the Latin for \"wrinkle\"", - "value": "$1600", - "answer": "corrugated", - "round": "Double Jeopardy!", - "show_number": "6073", - "fullAnswer": "corrugated" - }, { "category": "CONSTELLATIONS", "air_date": "2011-01-26", @@ -1146384,7 +1088444,7 @@ "air_date": "2011-01-26", "question": "1988:
\"Wishing Well\"; whatever happened to him? He lives in Milan & goes by Sananda Maitreya", "value": "$2000", - "answer": "Terence Trent D\\'Arby", + "answer": "Terence Trent D'Arby", "round": "Double Jeopardy!", "show_number": "6073", "fullAnswer": "Terence Trent D\\'Arby" @@ -1146419,16 +1088479,6 @@ "show_number": "6073", "fullAnswer": "Jasper Johns" }, - { - "category": "\"C\" IT, SAY IT", - "air_date": "2011-01-26", - "question": "This large flightless ratite is found on New Guinea & nearby islands", - "value": "$2000", - "answer": "cassowary", - "round": "Double Jeopardy!", - "show_number": "6073", - "fullAnswer": "the cassowary" - }, { "category": "AFRICA", "air_date": "2011-01-26", @@ -1146574,7 +1088624,7 @@ "air_date": "2000-05-30", "question": "Jonas Grumby,
Roy Hinkley,
Mary Ann Summers", "value": "$300", - "answer": "Gilligan\\'s Island", + "answer": "Gilligan's Island", "round": "Jeopardy!", "show_number": "3637", "fullAnswer": "Gilligan\\'s Island" @@ -1146839,16 +1088889,6 @@ "show_number": "3637", "fullAnswer": "Ukraine" }, - { - "category": "THE WRITS", - "air_date": "2000-05-30", - "question": "(Hi, I'm Greg Gerrmann and I play Richard Fish on Ally McBeal.) This name for a variety of legal writs comes from the Latin for \"you have the body\"", - "value": "$400", - "answer": "habeas corpus", - "round": "Double Jeopardy!", - "show_number": "3637", - "fullAnswer": "habeas corpus" - }, { "category": "MERRY YACHTS", "air_date": "2000-05-30", @@ -1146869,16 +1088909,6 @@ "show_number": "3637", "fullAnswer": "Hotel California" }, - { - "category": "THE PLAZA", - "air_date": "2000-05-30", - "question": "The American People's Encyclopedia Yearbook called this type of place \"A 1960 neoglism\":", - "value": "$600", - "answer": "toll plaza", - "round": "Double Jeopardy!", - "show_number": "3637", - "fullAnswer": "a toll plaza" - }, { "category": "THE FOUR SEASONS", "air_date": "2000-05-30", @@ -1146939,16 +1088969,6 @@ "show_number": "3637", "fullAnswer": "William T. Sherman" }, - { - "category": "THE FOUR SEASONS", - "air_date": "2000-05-30", - "question": "The excerpt heard here depicts this dental event caused by winter cold:", - "value": "$800", - "answer": "Teeth chattering", - "round": "Double Jeopardy!", - "show_number": "3637", - "fullAnswer": "Teeth chattering" - }, { "category": "HOLIDAY IN...?", "air_date": "2000-05-30", @@ -1146994,7 +1089014,7 @@ "air_date": "2000-05-30", "question": "In Barcelona, you can call it the Plaza del Rei, or you can translate it to this person's \"Square\"", "value": "$1000", - "answer": "King\\'s Square", + "answer": "King's Square", "round": "Double Jeopardy!", "show_number": "3637", "fullAnswer": "King\\'s Square" @@ -1147654,7 +1089674,7 @@ "air_date": "1999-02-08", "question": "He was the son of an Irish immigrant who was the Viceroy of Peru", "value": null, - "answer": "Bernardo O\\' Higgins", + "answer": "Bernardo O' Higgins", "round": "Final Jeopardy!", "show_number": "3326", "fullAnswer": "Bernardo O\\' Higgins" @@ -1147759,16 +1089779,6 @@ "show_number": "5739", "fullAnswer": "Houston" }, - { - "category": "MIXED BAG", - "air_date": "2009-07-16", - "question": "(Sarah of the Clue Crew holds a proverbial glass of, well, colored liquid of some sort.) As an optimist, it's how I see this glass", - "value": "$400", - "answer": "half full", - "round": "Jeopardy!", - "show_number": "5739", - "fullAnswer": "half full" - }, { "category": "LET'S \"CH\"AT", "air_date": "2009-07-16", @@ -1147859,16 +1089869,6 @@ "show_number": "5739", "fullAnswer": "Flushed Away" }, - { - "category": "SPIDERS, MAN!", - "air_date": "2009-07-16", - "question": "Stand back--it's the hairy variety of spider seen here", - "value": "$800", - "answer": "tarantula", - "round": "Jeopardy!", - "show_number": "5739", - "fullAnswer": "the tarantula" - }, { "category": "PORT OF CALL", "air_date": "2009-07-16", @@ -1147889,16 +1089889,6 @@ "show_number": "5739", "fullAnswer": "Tombstone" }, - { - "category": "LET'S \"CH\"AT", - "air_date": "2009-07-16", - "question": "The basic tools for carving stone are a hammer & this long-bladed implement seen here", - "value": "$800", - "answer": "chisel", - "round": "Jeopardy!", - "show_number": "5739", - "fullAnswer": "a chisel" - }, { "category": "KIDS RULE!", "air_date": "2009-07-16", @@ -1148039,16 +1090029,6 @@ "show_number": "5739", "fullAnswer": "Hawaii" }, - { - "category": "MEASURE IT", - "air_date": "2009-07-16", - "question": "The can seen here holds this many fluid ounces", - "value": "$800", - "answer": "12", - "round": "Double Jeopardy!", - "show_number": "5739", - "fullAnswer": "12" - }, { "category": "BIBLE BASICS", "air_date": "2009-07-16", @@ -1148124,7 +1090104,7 @@ "air_date": "2009-07-16", "question": "Hershey's \"affectionately\" introduced these in 1907; the name may be from the sound of machines that make them", "value": "$1200", - "answer": "Hershey\\'s Kisses", + "answer": "Hershey's Kisses", "round": "Double Jeopardy!", "show_number": "5739", "fullAnswer": "Hershey\\'s Kisses" @@ -1148339,16 +1090319,6 @@ "show_number": "3028", "fullAnswer": "Scott Adams" }, - { - "category": "SPORTS IN THE NEWS", - "air_date": "1997-10-29", - "question": "(Hi, I'm Greg Gumbel.) In '97 this Chicago Bulls player set an NBA record by leading the league in rebounds for the 6th straight year", - "value": "$500", - "answer": "Dennis Rodman", - "round": "Jeopardy!", - "show_number": "3028", - "fullAnswer": "Dennis Rodman" - }, { "category": "1970", "air_date": "1997-10-29", @@ -1148424,7 +1090394,7 @@ "air_date": "1997-10-29", "question": "In a Tennyson poem, the Lady of Shalott's mirror did this \"from side to side\" when Lancelot appeared", "value": "$300", - "answer": "crack\\'d", + "answer": "crack'd", "round": "Jeopardy!", "show_number": "3028", "fullAnswer": "crack\\'d" @@ -1148474,7 +1090444,7 @@ "air_date": "1997-10-29", "question": "This Osaka event lasted March 15-Sept. 13 & had as many as 835,000 visitors in one day", "value": "$400", - "answer": "World\\'s Fair", + "answer": "World's Fair", "round": "Jeopardy!", "show_number": "3028", "fullAnswer": "the World\\'s Fair" @@ -1148749,16 +1090719,6 @@ "show_number": "3028", "fullAnswer": "Hymen" }, - { - "category": "BROADWAY LYRICS", - "air_date": "1997-10-29", - "question": "\"Fiddler on the Roof\" song that begins with the lyrics heard here:

\"Is this the little girl I carried, is this the little boy at play...\"", - "value": "$1,000", - "answer": "Sunrise, Sunset", - "round": "Double Jeopardy!", - "show_number": "3028", - "fullAnswer": "\"Sunrise, Sunset\"" - }, { "category": "BODY PARTS", "air_date": "1997-10-29", @@ -1149434,7 +1091394,7 @@ "air_date": "1990-02-06", "question": "This monthly, started in 1922, now sells over 29 million copies a month worldwide", "value": "$1000", - "answer": "Reader\\'s Digest", + "answer": "Reader's Digest", "round": "Double Jeopardy!", "show_number": "1257", "fullAnswer": "Reader\\'s Digest" @@ -1150094,7 +1092054,7 @@ "air_date": "2004-02-06", "question": "This 3-word quote, originally in German, comes soon after \"We have killed him -- you and I, all of us are his murderers\"", "value": null, - "answer": "\\God is dead\\", + "answer": "God is dead", "round": "Final Jeopardy!", "show_number": "4475", "fullAnswer": "\\\"God is dead\\\"" @@ -1150139,16 +1092099,6 @@ "show_number": "5982", "fullAnswer": "urgent" }, - { - "category": "BUT WHAT AM EYE?", - "air_date": "2010-09-21", - "question": "It's the eye part highlighted here. Oh, look, all our camera operators are dying to buzz in!", - "value": "$200", - "answer": "lens", - "round": "Jeopardy!", - "show_number": "5982", - "fullAnswer": "the lens" - }, { "category": "WOMEN ON THE MAP", "air_date": "2010-09-21", @@ -1150299,16 +1092249,6 @@ "show_number": "5982", "fullAnswer": "Taser" }, - { - "category": "THE COMEDIC CALVIN COOLIDGE", - "air_date": "2010-09-21", - "question": "Coolidge told a valet to ask Justice Hughes, seen here if he was ready for this daily morning grooming act", - "value": "$800", - "answer": "shaving", - "round": "Jeopardy!", - "show_number": "5982", - "fullAnswer": "shaving" - }, { "category": "I KNOW \"UR\"", "air_date": "2010-09-21", @@ -1150379,16 +1092319,6 @@ "show_number": "5982", "fullAnswer": "urethane" }, - { - "category": "BUT WHAT AM EYE?", - "air_date": "2010-09-21", - "question": "(Kelly of the Clue Crew shows a diagram of the eye on the monitor.) Tears are constantly produced from glands above the eye, pass across the eyeball & flow out through these two ducts that open at the inner corner of each eye", - "value": "$1000", - "answer": "lacrimal ducts", - "round": "Jeopardy!", - "show_number": "5982", - "fullAnswer": "lacrimal ducts" - }, { "category": "DICKENS TITLE LETTER DROP", "air_date": "2010-09-21", @@ -1150599,26 +1092529,6 @@ "show_number": "5982", "fullAnswer": "lumbar" }, - { - "category": "WORDS WITH DIACRITICAL MARKS", - "air_date": "2010-09-21", - "question": "These chili peppers seen here are popular because they can be easily seeded", - "value": "$1600", - "answer": "jalapeño", - "round": "Double Jeopardy!", - "show_number": "5982", - "fullAnswer": "a jalapeño" - }, - { - "category": "I KNOW UR", - "air_date": "2010-09-21", - "question": "Ur is dominated by one of these stepped, pyramidal temple towers dating from the 3rd millennium B.C.", - "value": "$4,000", - "answer": "ziggurat", - "round": "Double Jeopardy!", - "show_number": "5982", - "fullAnswer": "a ziggurat" - }, { "category": "BUT WHAT AM I?", "air_date": "2010-09-21", @@ -1150754,7 +1092664,7 @@ "air_date": "2000-06-20", "question": "Gerald's sabers", "value": "$100", - "answer": "Ford\\'s swords", + "answer": "Ford's swords", "round": "Jeopardy!", "show_number": "3652", "fullAnswer": "Ford\\'s swords" @@ -1150814,7 +1092724,7 @@ "air_date": "2000-06-20", "question": "Ulysses' trousers", "value": "$200", - "answer": "Grant\\'s pants", + "answer": "Grant's pants", "round": "Jeopardy!", "show_number": "3652", "fullAnswer": "Grant\\'s pants" @@ -1150874,7 +1092784,7 @@ "air_date": "2000-06-20", "question": "Nixon's selections", "value": "$300", - "answer": "Dick\\'s picks", + "answer": "Dick's picks", "round": "Jeopardy!", "show_number": "3652", "fullAnswer": "Dick\\'s picks" @@ -1150934,7 +1092844,7 @@ "air_date": "2000-06-20", "question": "The guys who transport Herbert's furniture", "value": "$400", - "answer": "Hoover\\'s movers", + "answer": "Hoover's movers", "round": "Jeopardy!", "show_number": "3652", "fullAnswer": "Hoover\\'s movers" @@ -1150994,7 +1092904,7 @@ "air_date": "2000-06-20", "question": "Taylor's rum cocktails", "value": "$500", - "answer": "Zachary\\'s daiquiris", + "answer": "Zachary's daiquiris", "round": "Jeopardy!", "show_number": "3652", "fullAnswer": "Zachary\\'s daiquiris" @@ -1151659,16 +1093569,6 @@ "show_number": "5636", "fullAnswer": "Around the World in Eighty Days" }, - { - "category": "GREEN LIVING", - "air_date": "2009-02-23", - "question": "(Sarah of the Clue Crew holds a piece of rough fuzz.) Levi Strauss would be proud of the use of this recycled, chemical-free cotton material used in the insulation in the walls to reduce energy costs", - "value": "$400", - "answer": "denim", - "round": "Double Jeopardy!", - "show_number": "5636", - "fullAnswer": "denim" - }, { "category": "SCULPTURE", "air_date": "2009-02-23", @@ -1151719,16 +1093619,6 @@ "show_number": "5636", "fullAnswer": "To Kill A Mockingbird" }, - { - "category": "GREEN LIVING", - "air_date": "2009-02-23", - "question": "(Sarah of the Clue Crew stands outside on the porch and the camera pans up.) The photovoltaic system on the roof provides shade & produces 75% of the home's power all from waves toward the violet end of this", - "value": "$800", - "answer": "light spectrum", - "round": "Double Jeopardy!", - "show_number": "5636", - "fullAnswer": "the light spectrum" - }, { "category": "SCULPTURE", "air_date": "2009-02-23", @@ -1151779,16 +1093669,6 @@ "show_number": "5636", "fullAnswer": "Fahrenheit 451" }, - { - "category": "GREEN LIVING", - "air_date": "2009-02-23", - "question": "(Sarah of the Clue Crew is in the kitchen.) Garbage goes in, & out comes fertilizer for your garden with a device that holds this decaying organic matter not normally found in the kitchen", - "value": "$1200", - "answer": "composter", - "round": "Double Jeopardy!", - "show_number": "5636", - "fullAnswer": "a composter" - }, { "category": "SCULPTURE", "air_date": "2009-02-23", @@ -1151839,16 +1093719,6 @@ "show_number": "5636", "fullAnswer": "The Trial" }, - { - "category": "GREEN LIVING", - "air_date": "2009-02-23", - "question": "(Sara of the Clue Crew stands in a stairwell.) Providing almost twice the insulation of treated glass, the panes are glazed polycarbonate, this type of material", - "value": "$1600", - "answer": "plastic", - "round": "Double Jeopardy!", - "show_number": "5636", - "fullAnswer": "a plastic" - }, { "category": "SCULPTURE", "air_date": "2009-02-23", @@ -1151899,16 +1093769,6 @@ "show_number": "5636", "fullAnswer": "The Satanic Verses" }, - { - "category": "GREEN LIVING", - "air_date": "2009-02-23", - "question": "(Sarah of the Clue Crew looks up at the lights.) The bulbs above generate less heat, can last ten years & use 1/10 the power of incandescent bulbs; they're known as LEDs, short for this", - "value": "$2000", - "answer": "light-emitting diodes", - "round": "Double Jeopardy!", - "show_number": "5636", - "fullAnswer": "light-emitting diodes" - }, { "category": "WORLD RIVERS", "air_date": "2009-02-23", @@ -1152309,16 +1094169,6 @@ "show_number": "5404", "fullAnswer": "Dickens" }, - { - "category": "SHARK!", - "air_date": "2008-02-21", - "question": "It's the type of shark seen here named for obvious reasons", - "value": "$800", - "answer": "hammerhead shark", - "round": "Double Jeopardy!", - "show_number": "5404", - "fullAnswer": "a hammerhead shark" - }, { "category": "NETWORKING", "air_date": "2008-02-21", @@ -1152339,16 +1094189,6 @@ "show_number": "5404", "fullAnswer": "the bedroom" }, - { - "category": "CLASS TRIP TO WASHINGTON", - "air_date": "2008-02-21", - "question": "The pediment seen here, adorned by sculptures & the words \"Equal justice under law\", is found on this building", - "value": "$1200", - "answer": "Supreme Court", - "round": "Double Jeopardy!", - "show_number": "5404", - "fullAnswer": "the Supreme Court" - }, { "category": "YOU DO THE MATH", "air_date": "2008-02-21", @@ -1152429,16 +1094269,6 @@ "show_number": "5404", "fullAnswer": "Our Town" }, - { - "category": "SHARK!", - "air_date": "2008-02-21", - "question": "One specimen of this shark variety seen here was 21 feet long and 7,300 pounds--no wonder it gets all the press", - "value": "$1600", - "answer": "great white shark", - "round": "Double Jeopardy!", - "show_number": "5404", - "fullAnswer": "a great white shark" - }, { "category": "NETWORKING", "air_date": "2008-02-21", @@ -1152579,16 +1094409,6 @@ "show_number": "5514", "fullAnswer": "New Guinea" }, - { - "category": "SCRIPPS INSTITUTION OF OCEANOGRAPHY", - "air_date": "2008-07-24", - "question": "(Sarah of the Clue Crew reports from a beach UC San Diego's Scripps Institution of Oceanography.) In 1958, Scripps scientist Charles Keeling began using flasks to measure this gas in the atmosphere; the \"Keeling curve\" is a symbol of climate change", - "value": "$200", - "answer": "carbon dioxide", - "round": "Jeopardy!", - "show_number": "5514", - "fullAnswer": "carbon dioxide" - }, { "category": "THE HENRY WHO...", "air_date": "2008-07-24", @@ -1152639,16 +1094459,6 @@ "show_number": "5514", "fullAnswer": "Liberty Island" }, - { - "category": "SCRIPPS INSTITUTION OF OCEANOGRAPHY", - "air_date": "2008-07-24", - "question": "(Sarah of the Clue Crew reports from UC San Diego's Scripps Institution of Oceanography.) Scripps helps launch 2008 as the Year of the Reef; scientists visited Bonaire in this sea to find out why it has escaped damage done to coral elsewhere", - "value": "$400", - "answer": "Caribbean", - "round": "Jeopardy!", - "show_number": "5514", - "fullAnswer": "the Caribbean" - }, { "category": "THE HENRY WHO...", "air_date": "2008-07-24", @@ -1152699,16 +1094509,6 @@ "show_number": "5514", "fullAnswer": "The Band" }, - { - "category": "SCRIPPS INSTITUTION OF OCEANOGRAPHY", - "air_date": "2008-07-24", - "question": "(Jimmy of the Clue Crew hangs out outside a storied building--UC San Diego's Scripps Revelle Lab.) Scripps Revelle Lab is named for Roger Revelle, whose 1960 class at Harvard influenced this Nobel Prize winner to investigate global warming", - "value": "$600", - "answer": "Al Gore", - "round": "Jeopardy!", - "show_number": "5514", - "fullAnswer": "Al Gore" - }, { "category": "THE HENRY WHO...", "air_date": "2008-07-24", @@ -1152759,16 +1094559,6 @@ "show_number": "5514", "fullAnswer": "fry" }, - { - "category": "SCRIPPS INSTITUTION OF OCEANOGRAPHY", - "air_date": "2008-07-24", - "question": "(Sarah of the Clue Crew points out a red fish from UC San Diego's Scripps Institution of Oceanography.) At Birch Aquarium at Scripps you can see this, named for a red-shirted Italian leader; concern for its survival led California to make it the state marine fish", - "value": "$800", - "answer": "Garibaldi", - "round": "Jeopardy!", - "show_number": "5514", - "fullAnswer": "Garibaldi" - }, { "category": "THE HENRY WHO...", "air_date": "2008-07-24", @@ -1152819,16 +1094609,6 @@ "show_number": "5514", "fullAnswer": "Champion" }, - { - "category": "SCRIPPS INSTITUTION OF OCEANOGRAPHY", - "air_date": "2008-07-24", - "question": "(Sarah of the Clue Crew holds up a big popsicle from UC San Diego's Scripps Institution of Oceanography.) It's 10 below in a special locker where ancient air helps us understand climate change using ice cylinders from Antarctica called these", - "value": "$1000", - "answer": "core samples", - "round": "Jeopardy!", - "show_number": "5514", - "fullAnswer": "core samples" - }, { "category": "POETIC FORMS", "air_date": "2008-07-24", @@ -1153469,16 +1095249,6 @@ "show_number": "4855", "fullAnswer": "a mammogram" }, - { - "category": "OTHER STARS & STRIPES", - "air_date": "2005-10-21", - "question": "The stripes are for the 11 signers of its declaration of independence; the star means it's a Western-style African state", - "value": "$400", - "answer": "Liberia", - "round": "Double Jeopardy!", - "show_number": "4855", - "fullAnswer": "Liberia" - }, { "category": "\"POO\" POURRI", "air_date": "2005-10-21", @@ -1153519,26 +1095289,6 @@ "show_number": "4855", "fullAnswer": "a pro-am" }, - { - "category": "DISEASES", - "air_date": "2005-10-21", - "question": "(Cheryl of the Clue Crew, at the Smithsonian Institution, holds up a small needle.) By dispensing just enough vaccine, the bifurcated needle is the only medical instrument to eradicate a disease, this one eliminated in 1979", - "value": "$800", - "answer": "smallpox", - "round": "Double Jeopardy!", - "show_number": "4855", - "fullAnswer": "smallpox" - }, - { - "category": "OTHER STARS & STRIPES", - "air_date": "2005-10-21", - "question": "The stripes are the Union Jack; the stars form the Southern Cross", - "value": "$800", - "answer": "New Zealand", - "round": "Double Jeopardy!", - "show_number": "4855", - "fullAnswer": "New Zealand" - }, { "category": "\"POO\" POURRI", "air_date": "2005-10-21", @@ -1153564,21 +1095314,11 @@ "air_date": "2005-10-21", "question": "1918:
\"No. 2: Absolute freedom of navigation upon the seas, outside territorial waters\"", "value": "$3,200", - "answer": "Wilson\\'s 14 Points", + "answer": "Wilson's 14 Points", "round": "Double Jeopardy!", "show_number": "4855", "fullAnswer": "Wilson\\'s 14 Points" }, - { - "category": "SPORTS U.S.A.", - "air_date": "2005-10-21", - "question": "(Jon of the Clue Crew sports Boston ball club paraphernalia.) I'm a proud citizen of this, a phrase popularized and used in a book subtitle by sportswriter Dan Shaughnessy", - "value": "$1200", - "answer": "Red Sox Nation", - "round": "Double Jeopardy!", - "show_number": "4855", - "fullAnswer": "the Red Sox Nation" - }, { "category": "DISEASES", "air_date": "2005-10-21", @@ -1153589,16 +1095329,6 @@ "show_number": "4855", "fullAnswer": "SARS (Severe Acute Respiratory Syndrome)" }, - { - "category": "OTHER STARS & STRIPES", - "air_date": "2005-10-21", - "question": "The red stripes & star still symbolize its commitment to communism; the blue is peace; the white is purity", - "value": "$1200", - "answer": "North Korea", - "round": "Double Jeopardy!", - "show_number": "4855", - "fullAnswer": "North Korea" - }, { "category": "\"POO\" POURRI", "air_date": "2005-10-21", @@ -1153649,22 +1095379,12 @@ "show_number": "4855", "fullAnswer": "sickle-cell anemia" }, - { - "category": "OTHER STARS & STRIPES", - "air_date": "2005-10-21", - "question": "The star is a guide; the blue is sky; the red is the blood of patriots; the white is the Andean snow", - "value": "$1600", - "answer": "Chile", - "round": "Double Jeopardy!", - "show_number": "4855", - "fullAnswer": "Chile" - }, { "category": "\"POO\" POURRI", "air_date": "2005-10-21", "question": "It's the 1741 publication that contains the line \"Beauty, like supreme dominion, is but supported by opinion\"", "value": "$1600", - "answer": "Poor Richard\\'s Almanack", + "answer": "Poor Richard's Almanack", "round": "Double Jeopardy!", "show_number": "4855", "fullAnswer": "Poor Richard\\'s Almanack" @@ -1153699,16 +1095419,6 @@ "show_number": "4855", "fullAnswer": "shingles" }, - { - "category": "OTHER STARS & STRIPES", - "air_date": "2005-10-21", - "question": "The tricolor was adopted when it was part of Gran Colombia; the stars are its seven original provinces", - "value": "$2000", - "answer": "Venezuela", - "round": "Double Jeopardy!", - "show_number": "4855", - "fullAnswer": "Venezuela" - }, { "category": "\"POO\" POURRI", "air_date": "2005-10-21", @@ -1153854,7 +1095564,7 @@ "air_date": "2001-12-04", "question": "Clothing phrase for showing one's feelings plainly", "value": "$400", - "answer": "wearing one\\'s heart on one\\'s sleeve", + "answer": "wearing one's heart on one's sleeve", "round": "Jeopardy!", "show_number": "3972", "fullAnswer": "wearing one\\'s heart on one\\'s sleeve" @@ -1154654,7 +1096364,7 @@ "air_date": "2001-06-14", "question": "This Kellogg's cereal is represented by Cornelius Rooster", "value": "$200", - "answer": "Kellogg\\'s Corn Flakes", + "answer": "Kellogg's Corn Flakes", "round": "Double Jeopardy!", "show_number": "3879", "fullAnswer": "Kellogg\\'s Corn Flakes" @@ -1154834,7 +1096544,7 @@ "air_date": "2001-06-14", "question": "Film in which Matthew Broderick says, \"Life goes by so fast that if you don't stop and look around, you might miss it\"", "value": "$800", - "answer": "Ferris Bueller\\'s Day Off", + "answer": "Ferris Bueller's Day Off", "round": "Double Jeopardy!", "show_number": "3879", "fullAnswer": "Ferris Bueller\\'s Day Off" @@ -1155069,16 +1096779,6 @@ "show_number": "5711", "fullAnswer": "explosive (explosives accepted)" }, - { - "category": "\"UTTER\" YOUR RESPONSE", - "air_date": "2009-06-08", - "question": "Why, I never--that is the--the most--I won't even--you can't mean--(etc.)", - "value": "$600", - "answer": "stutter ", - "round": "Jeopardy!", - "show_number": "5711", - "fullAnswer": "stutter (or sputter)" - }, { "category": "BODIES OF WATER", "air_date": "2009-06-08", @@ -1155289,16 +1096989,6 @@ "show_number": "5711", "fullAnswer": "Richard III" }, - { - "category": "BUSINESS & INDUSTRY", - "air_date": "2009-06-08", - "question": "This Japanese car company is the only one that makes gas, Diesel & rotary internal combustion engines", - "value": "$800", - "answer": "Mazda", - "round": "Double Jeopardy!", - "show_number": "5711", - "fullAnswer": "Mazda" - }, { "category": "FLOWER NAMES", "air_date": "2009-06-08", @@ -1155359,16 +1097049,6 @@ "show_number": "5711", "fullAnswer": "T-Mobile" }, - { - "category": "FLOWER NAMES", - "air_date": "2009-06-08", - "question": "Referring to the shape of their leaves, the name of these flowers seen here means \"small sword\"", - "value": "$1200", - "answer": "gladiola", - "round": "Double Jeopardy!", - "show_number": "5711", - "fullAnswer": "gladiola" - }, { "category": "CROSSWORD CLUES \"O\"", "air_date": "2009-06-08", @@ -1155429,16 +1097109,6 @@ "show_number": "5711", "fullAnswer": "open" }, - { - "category": "BODIES IN WATER", - "air_date": "2009-06-08", - "question": "This Olympian is seen here getting ready to do his thing", - "value": "$1600", - "answer": "Greg Louganis", - "round": "Double Jeopardy!", - "show_number": "5711", - "fullAnswer": "Greg Louganis" - }, { "category": "HISTORY A LA JACK BAUER", "air_date": "2009-06-08", @@ -1156239,16 +1097909,6 @@ "show_number": "4296", "fullAnswer": "Venus" }, - { - "category": "ACTOR-PLAYWRIGHTS", - "air_date": "2003-04-14", - "question": "(Hi. I'm Paula Cale of Providence.) I originated the role of Suzanne in the play \"Picasso at the Lapin Agile\", written by this \"wild & crazy guy\"", - "value": "$600", - "answer": "Steve Martin", - "round": "Jeopardy!", - "show_number": "4296", - "fullAnswer": "Steve Martin" - }, { "category": "BUSINESS ABBREV.", "air_date": "2003-04-14", @@ -1156314,7 +1097974,7 @@ "air_date": "2003-04-14", "question": "Furnisher of financial data on Wall St.:
S&P", "value": "$800", - "answer": "Standard & Poor\\'s", + "answer": "Standard & Poor's", "round": "Jeopardy!", "show_number": "4296", "fullAnswer": "Standard & Poor\\'s" @@ -1156359,16 +1098019,6 @@ "show_number": "4296", "fullAnswer": "Mars" }, - { - "category": "ACTOR-PLAYWRIGHTS", - "air_date": "2003-04-14", - "question": "This British actress seen here based the heroine of her play \"The Mandrake Root\" on her mother, Rachel Kempson", - "value": "$1000", - "answer": "Lynn Redgrave", - "round": "Jeopardy!", - "show_number": "4296", - "fullAnswer": "Lynn Redgrave" - }, { "category": "BUSINESS ABBREV.", "air_date": "2003-04-14", @@ -1156409,16 +1098059,6 @@ "show_number": "4296", "fullAnswer": "Georgia Borgia" }, - { - "category": "WHERE AM I?", - "air_date": "2003-04-14", - "question": "(Sofia of the Clue Crew reports from on location.) I'm in this famous urban area that covers 843 acres and boasts a skating rink and a zoo", - "value": "$400", - "answer": "Central Park", - "round": "Double Jeopardy!", - "show_number": "4296", - "fullAnswer": "Central Park" - }, { "category": "THE ANTHONY QUINN FILM FESTIVAL", "air_date": "2003-04-14", @@ -1156469,16 +1098109,6 @@ "show_number": "4296", "fullAnswer": "Baghdad" }, - { - "category": "WHERE AM I?", - "air_date": "2003-04-14", - "question": "(Sarah of the Clue Crew reports from on location.) I'm in this city at the site where Fort Dearborn was established in 1803; it's changed a bit since then", - "value": "$800", - "answer": "Chicago", - "round": "Double Jeopardy!", - "show_number": "4296", - "fullAnswer": "Chicago" - }, { "category": "THE ANTHONY QUINN FILM FESTIVAL", "air_date": "2003-04-14", @@ -1156519,26 +1098149,6 @@ "show_number": "4296", "fullAnswer": "rose" }, - { - "category": "OF BABYLON", - "air_date": "2003-04-14", - "question": "The Salix babylonica seen here is commonly known by this \"unhappy\" name", - "value": "$800", - "answer": "weeping willow", - "round": "Double Jeopardy!", - "show_number": "4296", - "fullAnswer": "weeping willow" - }, - { - "category": "WHERE AM I?", - "air_date": "2003-04-14", - "question": "(Sarah of the Clue Crew reports from on location.) I'm on the slopes in the Arapaho National Forest in this state", - "value": "$1200", - "answer": "Colorado", - "round": "Double Jeopardy!", - "show_number": "4296", - "fullAnswer": "Colorado" - }, { "category": "THE ANTHONY QUINN FILM FESTIVAL", "air_date": "2003-04-14", @@ -1156569,16 +1098179,6 @@ "show_number": "4296", "fullAnswer": "the Aztecs" }, - { - "category": "GARDENS", - "air_date": "2003-04-14", - "question": "There are Siberian, Dutch, and bearded varieties of this garden favorite", - "value": "$1200", - "answer": "irises", - "round": "Double Jeopardy!", - "show_number": "4296", - "fullAnswer": "irises" - }, { "category": "OF BABYLON", "air_date": "2003-04-14", @@ -1156589,16 +1098189,6 @@ "show_number": "4296", "fullAnswer": "the Jews" }, - { - "category": "WHERE AM I?", - "air_date": "2003-04-14", - "question": "(Jimmy of the Clue Crew reports from on location.) I'm at a 1902 estate built by railroad mogul Henry Flagler in this state", - "value": "$1600", - "answer": "Florida", - "round": "Double Jeopardy!", - "show_number": "4296", - "fullAnswer": "Florida" - }, { "category": "THE ANTHONY QUINN FILM FESTIVAL", "air_date": "2003-04-14", @@ -1156609,16 +1098199,6 @@ "show_number": "4296", "fullAnswer": "Lust for Life" }, - { - "category": "10-LETTER \"W\"ORDS", - "air_date": "2003-04-14", - "question": "It's the breed of dog seen here in a photo by William Wegman", - "value": "$2,000", - "answer": "Weimaraner", - "round": "Double Jeopardy!", - "show_number": "4296", - "fullAnswer": "Weimaraner" - }, { "category": "HANGING", "air_date": "2003-04-14", @@ -1156649,16 +1098229,6 @@ "show_number": "4296", "fullAnswer": "the Persian Empire" }, - { - "category": "WHERE AM I?", - "air_date": "2003-04-14", - "question": "(Jimmy of the Clue Crew reports from on location.) I'm enjoying a cappuccino in this Roman piazza, known for its Baroque masterpieces", - "value": "$2000", - "answer": "Piazza Navona", - "round": "Double Jeopardy!", - "show_number": "4296", - "fullAnswer": "the Piazza Navona" - }, { "category": "THE ANTHONY QUINN FILM FESTIVAL", "air_date": "2003-04-14", @@ -1157204,7 +1098774,7 @@ "air_date": "1995-11-24", "question": "In 1930 she created a series of paintings of a jack-in-the-pulpit", "value": "$800", - "answer": "Georgia O\\' Keeffe", + "answer": "Georgia O' Keeffe", "round": "Double Jeopardy!", "show_number": "2585", "fullAnswer": "Georgia O\\' Keeffe" @@ -1158284,7 +1099854,7 @@ "air_date": "2007-05-15", "question": "Turow's parcels of land", "value": "$400", - "answer": "Scott\\'s plots", + "answer": "Scott's plots", "round": "Double Jeopardy!", "show_number": "5232", "fullAnswer": "Scott\\'s plots" @@ -1158309,26 +1099879,6 @@ "show_number": "5232", "fullAnswer": "(George) Pullman" }, - { - "category": "OSCAR NOMINEES", - "air_date": "2007-05-15", - "question": "(Hi, I'm Sam Waterston) I earned an Oscar nomination for playing NY Times reporter Sydney Schanberg in this film set in war-torn Cambodia", - "value": "$800", - "answer": "Killing Fields", - "round": "Double Jeopardy!", - "show_number": "5232", - "fullAnswer": "The Killing Fields" - }, - { - "category": "SEALS", - "air_date": "2007-05-15", - "question": "It's the musical name for the creature seen here", - "value": "$800", - "answer": "harp", - "round": "Double Jeopardy!", - "show_number": "5232", - "fullAnswer": "harp" - }, { "category": "CHINA PATTERNS", "air_date": "2007-05-15", @@ -1158344,7 +1099894,7 @@ "air_date": "2007-05-15", "question": "Cussler's honeybee homes", "value": "$800", - "answer": "Clive\\'s hives", + "answer": "Clive's hives", "round": "Double Jeopardy!", "show_number": "5232", "fullAnswer": "Clive\\'s hives" @@ -1158404,7 +1099954,7 @@ "air_date": "2007-05-15", "question": "Amy's handheld cooling devices", "value": "$1200", - "answer": "Tan\\'s fans", + "answer": "Tan's fans", "round": "Double Jeopardy!", "show_number": "5232", "fullAnswer": "Tan\\'s fans" @@ -1158464,7 +1100014,7 @@ "air_date": "2007-05-15", "question": "Bram's wild cards", "value": "$1600", - "answer": "Stoker\\'s jokers", + "answer": "Stoker's jokers", "round": "Double Jeopardy!", "show_number": "5232", "fullAnswer": "Stoker\\'s jokers" @@ -1158474,7 +1100024,7 @@ "air_date": "2007-05-15", "question": "Shakespeare comedy with Oberon & Titania becomes a 1979 Cheap Trick album", "value": "$1600", - "answer": "Midsummer Night\\'s Dream Police", + "answer": "Midsummer Night's Dream Police", "round": "Double Jeopardy!", "show_number": "5232", "fullAnswer": "A Midsummer Night\\'s Dream Police" @@ -1158524,7 +1100074,7 @@ "air_date": "2007-05-15", "question": "Erica's arias", "value": "$2000", - "answer": "Jong\\'s songs", + "answer": "Jong's songs", "round": "Double Jeopardy!", "show_number": "5232", "fullAnswer": "Jong\\'s songs" @@ -1158539,16 +1100089,6 @@ "show_number": "5232", "fullAnswer": "Animal House of Representatives" }, - { - "category": "TRAVEL EUROPE", - "air_date": "2007-05-15", - "question": "(Sarah of the Clue Crew gives the clue while aboard the Orient Express.) Today, the Orient Express' Paris-Istanbul run crosses 5 countries between France and Turkey; these are 3 of them", - "value": null, - "answer": "Switzerland, Austria, Hungary, Romania & Bulgaria", - "round": "Final Jeopardy!", - "show_number": "5232", - "fullAnswer": "(3 of) Switzerland, Austria, Hungary, Romania & Bulgaria" - }, { "category": "COUNTRY GROUPS", "air_date": "2012-01-23", @@ -1158599,16 +1100139,6 @@ "show_number": "6296", "fullAnswer": "om" }, - { - "category": "THE ARCTIC ENVIRONMENT", - "air_date": "2012-01-23", - "question": "(Sarah of the Clue Crew is on a ship's bridge.) Norway has continuous daylight from mid-may to July, giving it this 5-word nickname it shares with Alaska", - "value": "$200", - "answer": "Land of the Midnight Sun", - "round": "Jeopardy!", - "show_number": "6296", - "fullAnswer": "Land of the Midnight Sun" - }, { "category": "COUNTRY GROUPS", "air_date": "2012-01-23", @@ -1158659,16 +1100189,6 @@ "show_number": "6296", "fullAnswer": "re" }, - { - "category": "THE ARCTIC ENVIRONMENT", - "air_date": "2012-01-23", - "question": "(Sarah of the Clue Crew presents the clue.) Lappish language gives us the name of this treeless environment, some of which is so dry, it's called the Arctic desert", - "value": "$2,200", - "answer": "tundra", - "round": "Jeopardy!", - "show_number": "6296", - "fullAnswer": "tundra" - }, { "category": "COUNTRY GROUPS", "air_date": "2012-01-23", @@ -1158719,16 +1100239,6 @@ "show_number": "6296", "fullAnswer": "no" }, - { - "category": "THE ARCTIC ENVIRONMENT", - "air_date": "2012-01-23", - "question": "(Sarah of the Clue Crew presents the clue.) In svalbard as well as Norway, you'll find many of these spectacular inlets; the Norwegian term for them is derived from a word meaning \"to pass through\"", - "value": "$600", - "answer": "fjords", - "round": "Jeopardy!", - "show_number": "6296", - "fullAnswer": "fjords" - }, { "category": "COUNTRY GROUPS", "air_date": "2012-01-23", @@ -1158779,16 +1100289,6 @@ "show_number": "6296", "fullAnswer": "et" }, - { - "category": "THE ARCTIC ENVIRONMENT", - "air_date": "2012-01-23", - "question": "(Sarah of the Clue Crew presents the clue.) Some define the boundary of the Arctic as the southern limit of the icy region with this, perennially frozen subsoil", - "value": "$800", - "answer": "permafrost", - "round": "Jeopardy!", - "show_number": "6296", - "fullAnswer": "permafrost" - }, { "category": "COUNTRY GROUPS", "air_date": "2012-01-23", @@ -1158839,16 +1100339,6 @@ "show_number": "6296", "fullAnswer": "go" }, - { - "category": "THE ARCTIC ENVIRONMENT", - "air_date": "2012-01-23", - "question": "(Sarah of the Clue Crew presents the clue.) After Antarctica & Greenland, many consider Nordaustland in Svalbard to be covered with the third-largest in volume of this form of slow-moving glacier", - "value": "$1000", - "answer": "icecap", - "round": "Jeopardy!", - "show_number": "6296", - "fullAnswer": "an icecap" - }, { "category": "COUNTRY GROUPS", "air_date": "2012-01-23", @@ -1158859,16 +1100349,6 @@ "show_number": "6296", "fullAnswer": "NATO" }, - { - "category": "PICTURE THE \"S\"", - "air_date": "2012-01-23", - "question": "This type of image is used to observe fetal growth", - "value": "$400", - "answer": "sonogram", - "round": "Double Jeopardy!", - "show_number": "6296", - "fullAnswer": "a sonogram" - }, { "category": "CAN I HAVE A MOMENT?", "air_date": "2012-01-23", @@ -1158919,16 +1100399,6 @@ "show_number": "6296", "fullAnswer": "Portugal & SPain" }, - { - "category": "PICTURE THE \"S\"", - "air_date": "2012-01-23", - "question": "Mixologists know the name of this stick seen here", - "value": "$800", - "answer": "swizzle stick", - "round": "Double Jeopardy!", - "show_number": "6296", - "fullAnswer": "a swizzle stick" - }, { "category": "CAN I HAVE A MOMENT?", "air_date": "2012-01-23", @@ -1158979,16 +1100449,6 @@ "show_number": "6296", "fullAnswer": "the Arab League" }, - { - "category": "PICTURE THE \"S\"", - "air_date": "2012-01-23", - "question": "This giant species of arid regions lends its name to a national park", - "value": "$1200", - "answer": "saguaro cactus", - "round": "Double Jeopardy!", - "show_number": "6296", - "fullAnswer": "a saguaro cactus" - }, { "category": "CAN I HAVE A MOMENT?", "air_date": "2012-01-23", @@ -1159039,16 +1100499,6 @@ "show_number": "6296", "fullAnswer": "North Africa" }, - { - "category": "PICTURE THE \"S\"", - "air_date": "2012-01-23", - "question": "Members of this special military unit are seen here", - "value": "$1600", - "answer": "Swiss Guard", - "round": "Double Jeopardy!", - "show_number": "6296", - "fullAnswer": "the Swiss Guard" - }, { "category": "CAN I HAVE A MOMENT?", "air_date": "2012-01-23", @@ -1159069,16 +1100519,6 @@ "show_number": "6296", "fullAnswer": "(Ernest) Hemingway" }, - { - "category": "TALK ABOUT THE WEATHER", - "air_date": "2012-01-23", - "question": "It's the 5-word phrase associated with the logo seen here", - "value": "$5,600", - "answer": "When it rains, it pours", - "round": "Double Jeopardy!", - "show_number": "6296", - "fullAnswer": "\"When it rains, it pours\"" - }, { "category": "SCIENCE-FICTION TV", "air_date": "2012-01-23", @@ -1159099,16 +1100539,6 @@ "show_number": "6296", "fullAnswer": "Benelux" }, - { - "category": "PICTURE THE \"S\"", - "air_date": "2012-01-23", - "question": "The 19th century passage, \"an old\" this, in which my father had kept his private papers, refers to a desk like the one here", - "value": "$2000", - "answer": "secretary", - "round": "Double Jeopardy!", - "show_number": "6296", - "fullAnswer": "a secretary" - }, { "category": "CAN I HAVE A MOMENT?", "air_date": "2012-01-23", @@ -1159324,7 +1100754,7 @@ "air_date": "1997-03-19", "question": "Claudia Schiffer is featured in ads for this lingerie store & catalogue's new \"Underware\" line", "value": "$300", - "answer": "Victoria\\'s Secret", + "answer": "Victoria's Secret", "round": "Jeopardy!", "show_number": "2898", "fullAnswer": "Victoria\\'s Secret" @@ -1159759,16 +1101189,6 @@ "show_number": "5861", "fullAnswer": "North Dakota" }, - { - "category": "BEHIND THE SCENES", - "air_date": "2010-02-22", - "question": "Charlton Heston is on a moped, not a chariot, during a break in the filming of this epic", - "value": "$200", - "answer": "Ben-Hur", - "round": "Jeopardy!", - "show_number": "5861", - "fullAnswer": "Ben-Hur" - }, { "category": "U.S. COMMEMORATIVE COINS", "air_date": "2010-02-22", @@ -1159819,16 +1101239,6 @@ "show_number": "5861", "fullAnswer": "the Northeast Passage" }, - { - "category": "BEHIND THE SCENES", - "air_date": "2010-02-22", - "question": "He's the director seen here in 1975", - "value": "$400", - "answer": "Spielberg", - "round": "Jeopardy!", - "show_number": "5861", - "fullAnswer": "Spielberg" - }, { "category": "U.S. COMMEMORATIVE COINS", "air_date": "2010-02-22", @@ -1159859,16 +1101269,6 @@ "show_number": "5861", "fullAnswer": "London" }, - { - "category": "INSTRUMENTAL WORDS", - "air_date": "2010-02-22", - "question": "Instrumental name for the style of glasses Buddy Holly is wearing here", - "value": "$400", - "answer": "hornrims", - "round": "Jeopardy!", - "show_number": "5861", - "fullAnswer": "hornrims" - }, { "category": "\"NORTH\"ERN GEOGRAPHY", "air_date": "2010-02-22", @@ -1159879,16 +1101279,6 @@ "show_number": "5861", "fullAnswer": "Northern Ireland" }, - { - "category": "BEHIND THE SCENES", - "air_date": "2010-02-22", - "question": "On the set of \"Confidential Agent\", Charles Boyer & Humphrey Bogart play chess, as this actress looks on", - "value": "$600", - "answer": "Lauren Bacall", - "round": "Jeopardy!", - "show_number": "5861", - "fullAnswer": "Lauren Bacall" - }, { "category": "U.S. COMMEMORATIVE COINS", "air_date": "2010-02-22", @@ -1159939,16 +1101329,6 @@ "show_number": "5861", "fullAnswer": "the North Slope" }, - { - "category": "BEHIND THE SCENES", - "air_date": "2010-02-22", - "question": "Seen here in 1955 director Nicholas Ray instructs these two young stars in the finer points of rebellion", - "value": "$800", - "answer": "James Dean & Natalie Wood", - "round": "Jeopardy!", - "show_number": "5861", - "fullAnswer": "James Dean & Natalie Wood" - }, { "category": "U.S. COMMEMORATIVE COINS", "air_date": "2010-02-22", @@ -1159999,16 +1101379,6 @@ "show_number": "5861", "fullAnswer": "Northfield" }, - { - "category": "BEHIND THE SCENES", - "air_date": "2010-02-22", - "question": "James Coburn, James Garner & Steve McQueen are seen here during a break in the filming of this movie", - "value": "$1000", - "answer": "Great Escape", - "round": "Jeopardy!", - "show_number": "5861", - "fullAnswer": "The Great Escape" - }, { "category": "U.S. COMMEMORATIVE COINS", "air_date": "2010-02-22", @@ -1161009,16 +1102379,6 @@ "show_number": "3906", "fullAnswer": "balloons" }, - { - "category": "BALLS", - "air_date": "2001-09-03", - "question": "Mother & performer seen here in 1947", - "value": "$100", - "answer": "Lucille Ball", - "round": "Jeopardy!", - "show_number": "3906", - "fullAnswer": "Lucille Ball" - }, { "category": "RHYME TIME", "air_date": "2001-09-03", @@ -1161069,16 +1102429,6 @@ "show_number": "3906", "fullAnswer": "the limbo" }, - { - "category": "BALLS", - "air_date": "2001-09-03", - "question": "Perhaps, in the future, you'll see one of these divinatory aids", - "value": "$200", - "answer": "crystal ball", - "round": "Jeopardy!", - "show_number": "3906", - "fullAnswer": "a crystal ball" - }, { "category": "RHYME TIME", "air_date": "2001-09-03", @@ -1161129,16 +1102479,6 @@ "show_number": "3906", "fullAnswer": "the samba" }, - { - "category": "BALLS", - "air_date": "2001-09-03", - "question": "We bet you know the balls seen here are used in this game of chance", - "value": "$300", - "answer": "lottery", - "round": "Jeopardy!", - "show_number": "3906", - "fullAnswer": "the lottery" - }, { "category": "RHYME TIME", "air_date": "2001-09-03", @@ -1161189,16 +1102529,6 @@ "show_number": "3906", "fullAnswer": "fandango" }, - { - "category": "BALLS", - "air_date": "2001-09-03", - "question": "Seen here, it's also an offensive term for someone's spouse", - "value": "$400", - "answer": "ball & chain", - "round": "Jeopardy!", - "show_number": "3906", - "fullAnswer": "ball & chain" - }, { "category": "RHYME TIME", "air_date": "2001-09-03", @@ -1161249,16 +1102579,6 @@ "show_number": "3906", "fullAnswer": "allemagne" }, - { - "category": "BALLS", - "air_date": "2001-09-03", - "question": "Used in large group games, it's the worldly projectile seen here", - "value": "$500", - "answer": "Earth ball", - "round": "Jeopardy!", - "show_number": "3906", - "fullAnswer": "an Earth ball" - }, { "category": "RHYME TIME", "air_date": "2001-09-03", @@ -1161394,7 +1102714,7 @@ "air_date": "2001-09-03", "question": "This novella includes the line \"Holly Golightly had been a tenant in the old brownstone\"", "value": "$600", - "answer": "Breakfast at Tiffany\\'s", + "answer": "Breakfast at Tiffany's", "round": "Double Jeopardy!", "show_number": "3906", "fullAnswer": "Breakfast at Tiffany\\'s" @@ -1161419,16 +1102739,6 @@ "show_number": "3906", "fullAnswer": "Tokyo" }, - { - "category": "FLIGHT", - "air_date": "2001-09-03", - "question": "The map shown here illustrates the airline system of these central airports & spokes", - "value": "$600", - "answer": "hubs", - "round": "Double Jeopardy!", - "show_number": "3906", - "fullAnswer": "hubs" - }, { "category": "ARCHBISHOPS OF YORK", "air_date": "2001-09-03", @@ -1161499,16 +1102809,6 @@ "show_number": "3906", "fullAnswer": "Plantagenet" }, - { - "category": "ACCENTÉ", - "air_date": "2001-09-03", - "question": "It's the basic ballet maneuver seen here", - "value": "$800", - "answer": "plié", - "round": "Double Jeopardy!", - "show_number": "3906", - "fullAnswer": "plié" - }, { "category": "TRU STORY", "air_date": "2001-09-03", @@ -1162114,7 +1103414,7 @@ "air_date": "2003-06-04", "question": "They make a dandy pressed duck at this restaurant called \"La Tour\" for short", "value": "$2000", - "answer": "La Tour d\\'Argent", + "answer": "La Tour d'Argent", "round": "Double Jeopardy!", "show_number": "4333", "fullAnswer": "La Tour d\\'Argent" @@ -1162759,16 +1104059,6 @@ "show_number": "4226", "fullAnswer": "(1 of 2) Juneau, Alaska or Honolulu, Hawaii" }, - { - "category": "SUSHI CULTURE", - "air_date": "2008-01-16", - "question": "(Jimmy of the Clue Crew is greeted by a sushi chef.) The chef's greeting comes from a military tradition that dates back to when sushi was first served to this warrior class", - "value": "$200", - "answer": "samurai", - "round": "Jeopardy!", - "show_number": "5378", - "fullAnswer": "the samurai" - }, { "category": "ON AVERAGE", "air_date": "2008-01-16", @@ -1162819,16 +1104109,6 @@ "show_number": "5378", "fullAnswer": "David Beckham" }, - { - "category": "SUSHI CULTURE", - "air_date": "2008-01-16", - "question": "(Jimmy reports from a fish market in Tokyo.) The most important auction at the Tsukiji Market is for this fish, a part of the Japanese diet chronicled as far back as the 8th century", - "value": "$400", - "answer": "tuna", - "round": "Jeopardy!", - "show_number": "5378", - "fullAnswer": "tuna" - }, { "category": "ON AVERAGE", "air_date": "2008-01-16", @@ -1162879,16 +1104159,6 @@ "show_number": "5378", "fullAnswer": "Kevin Bacon" }, - { - "category": "SUSHI CULTURE", - "air_date": "2008-01-16", - "question": "(Cheryl of the Clue Crew holds a piece of food.) It's used to cleanse your palate between sushi selections, is called gari & comes from this plant", - "value": "$600", - "answer": "ginger", - "round": "Jeopardy!", - "show_number": "5378", - "fullAnswer": "ginger" - }, { "category": "ON AVERAGE", "air_date": "2008-01-16", @@ -1162939,16 +1104209,6 @@ "show_number": "5378", "fullAnswer": "Michael Douglas" }, - { - "category": "SUSHI CULTURE", - "air_date": "2008-01-16", - "question": "(Cheryl holds a slab of fish.) Most people don't know that it's the seasoned rice that's known as sushi; the raw fish is properly called this", - "value": "$800", - "answer": "sashimi", - "round": "Jeopardy!", - "show_number": "5378", - "fullAnswer": "sashimi" - }, { "category": "ON AVERAGE", "air_date": "2008-01-16", @@ -1162979,16 +1104239,6 @@ "show_number": "5378", "fullAnswer": "trench" }, - { - "category": "HAVE I TOLD YOU PHILATELY", - "air_date": "2008-01-16", - "question": "The 1974 stamp seen here commemorates an historic meeting between these 2 world leaders in Cuba", - "value": "$800", - "answer": "Castro & Brezhnev", - "round": "Jeopardy!", - "show_number": "5378", - "fullAnswer": "Castro & Brezhnev" - }, { "category": "THAT I LOVE YOU", "air_date": "2008-01-16", @@ -1162999,16 +1104249,6 @@ "show_number": "5378", "fullAnswer": "Michelle Pfeiffer" }, - { - "category": "SUSHI CULTURE", - "air_date": "2008-01-16", - "question": "(Jimmy stands in the market again.) In Japan, uni is this sea creature, of which the U.S. is the largest exporter & Japan is a major importer", - "value": "$1000", - "answer": "sea urchin", - "round": "Jeopardy!", - "show_number": "5378", - "fullAnswer": "the sea urchin" - }, { "category": "ON AVERAGE", "air_date": "2008-01-16", @@ -1163099,16 +1104339,6 @@ "show_number": "5378", "fullAnswer": "Chevy" }, - { - "category": "TREE PEOPLE", - "air_date": "2008-01-16", - "question": "The tree seen here is named for this apostle, who is said to have been hanged from one", - "value": "$400", - "answer": "Judas", - "round": "Double Jeopardy!", - "show_number": "5378", - "fullAnswer": "Judas" - }, { "category": "AN ABBREVIATED CATEGORY", "air_date": "2008-01-16", @@ -1163194,7 +1104424,7 @@ "air_date": "2008-01-16", "question": "Elvis had 2 No. 1 hits based on Italian songs: \"Surrender\" & this one based on \"O Sole Mio\"", "value": "$1200", - "answer": "It\\'s Now Or Never", + "answer": "It's Now Or Never", "round": "Double Jeopardy!", "show_number": "5378", "fullAnswer": "\"It\\'s Now Or Never\"" @@ -1163219,16 +1104449,6 @@ "show_number": "5378", "fullAnswer": "Bangladesh" }, - { - "category": "TREE PEOPLE", - "air_date": "2008-01-16", - "question": "The Layland type of this tree is named for the man in whose garden it was first found", - "value": "$1200", - "answer": "cyprus", - "round": "Double Jeopardy!", - "show_number": "5378", - "fullAnswer": "cyprus" - }, { "category": "AN ABBREVIATED CATEGORY", "air_date": "2008-01-16", @@ -1163254,7 +1104474,7 @@ "air_date": "2008-01-16", "question": "Lesley Gore's \"Judy's Turn To Cry\" was a sequel to this No. 1 hit", "value": "$1600", - "answer": "It\\'s My Party", + "answer": "It's My Party", "round": "Double Jeopardy!", "show_number": "5378", "fullAnswer": "\"It\\'s My Party\"" @@ -1163524,7 +1104744,7 @@ "air_date": "1999-12-01", "question": "A museum devoted to humor in all its forms opened in Montreal on this holiday in 1993", "value": "$500", - "answer": "April Fools\\' Day", + "answer": "April Fools' Day", "round": "Jeopardy!", "show_number": "3508", "fullAnswer": "April Fools\\' Day" @@ -1164604,7 +1105824,7 @@ "air_date": "2004-04-21", "question": "It's who the \"Beverly Hillbillies\" invited each week to \"come back now\"", "value": "$200", - "answer": "y\\'all", + "answer": "y'all", "round": "Jeopardy!", "show_number": "4528", "fullAnswer": "y\\'all" @@ -1164664,7 +1105884,7 @@ "air_date": "2004-04-21", "question": "The first contraction in the first verse of \"Jingle Bells\"", "value": "$400", - "answer": "o\\'er ", + "answer": "o'er ", "round": "Jeopardy!", "show_number": "4528", "fullAnswer": "o\\'er (the hills we go)" @@ -1164724,7 +1105944,7 @@ "air_date": "2004-04-21", "question": "An American idler is a one of these-do-well", "value": "$600", - "answer": "ne\\'er-do-well", + "answer": "ne'er-do-well", "round": "Jeopardy!", "show_number": "4528", "fullAnswer": "ne\\'er-do-well" @@ -1164784,7 +1106004,7 @@ "air_date": "2004-04-21", "question": "The Gadsden flag of the American Revolution featured a rattlesnake & this contraction", "value": "$2,000", - "answer": "Don\\'t ", + "answer": "Don't ", "round": "Jeopardy!", "show_number": "4528", "fullAnswer": "Don\\'t (Tread on Me)" @@ -1164844,7 +1106064,7 @@ "air_date": "2004-04-21", "question": "Contraction in the title of Marquis' popular book of biographies", "value": "$1000", - "answer": "Who\\'s ", + "answer": "Who's ", "round": "Jeopardy!", "show_number": "4528", "fullAnswer": "Who\\'s (Who)" @@ -1164864,7 +1106084,7 @@ "air_date": "2004-04-21", "question": "16th century pope Julius III appointed Palestrina choirmaster at this basilica", "value": "$400", - "answer": "St. Peter\\'s", + "answer": "St. Peter's", "round": "Double Jeopardy!", "show_number": "4528", "fullAnswer": "St. Peter\\'s" @@ -1165124,7 +1106344,7 @@ "air_date": "2004-04-21", "question": "\"In a 1994 TV movie I was back playing Wyatt Earp, a role I did back in the '50s!\"", "value": "$2000", - "answer": "Hugh O\\'Brian", + "answer": "Hugh O'Brian", "round": "Double Jeopardy!", "show_number": "4528", "fullAnswer": "Hugh O\\'Brian" @@ -1165219,16 +1106439,6 @@ "show_number": "5186", "fullAnswer": "news conference" }, - { - "category": "SCIENCE", - "air_date": "2007-03-12", - "question": "(Jon of the Clue Crew points to two diagrams of the Earth's tilt on the monitor.) Because of the tilt of the Earth's axis both in summer & winter, solar panels in the United States facing this direction receive the most sun", - "value": "$400", - "answer": "south", - "round": "Jeopardy!", - "show_number": "5186", - "fullAnswer": "south" - }, { "category": "NO. 1 ALBUMS OF THE '90s", "air_date": "2007-03-12", @@ -1165399,16 +1106609,6 @@ "show_number": "5186", "fullAnswer": "North Carolina" }, - { - "category": "SCIENCE", - "air_date": "2007-03-12", - "question": "(Kelly of the Clue Crew reading points to a fly's eye on the monitor.) An insect's compound eye can detect 300 flashes of light per second compared to a human's 50, using thousands of tiny lenses known as these, as in a diamond", - "value": "$1000", - "answer": "facet", - "round": "Jeopardy!", - "show_number": "5186", - "fullAnswer": "a facet" - }, { "category": "NO. 1 ALBUMS OF THE '90s", "air_date": "2007-03-12", @@ -1165539,16 +1106739,6 @@ "show_number": "5186", "fullAnswer": "(Ben) Kingsley" }, - { - "category": "EYEWITNESS TO HISTORY", - "air_date": "2007-03-12", - "question": "(I'm Harry Smith.) Important news stories I've covered include the events & ceremonies of this president's funeral in 2004", - "value": "$800", - "answer": "Reagan", - "round": "Double Jeopardy!", - "show_number": "5186", - "fullAnswer": "Reagan" - }, { "category": "SOUNDS LIKE A GAME", "air_date": "2007-03-12", @@ -1165639,16 +1106829,6 @@ "show_number": "5186", "fullAnswer": "whale & quail" }, - { - "category": "ART & MUSIC", - "air_date": "2007-03-12", - "question": "As heard here, this great Austrian song composer was one of several who tackled \"Ave Maria\"", - "value": "$1600", - "answer": "Franz Schubert", - "round": "Double Jeopardy!", - "show_number": "5186", - "fullAnswer": "Franz Schubert" - }, { "category": "OSCAR-WINNING ROLES", "air_date": "2007-03-12", @@ -1165719,16 +1106899,6 @@ "show_number": "5186", "fullAnswer": "Anthony Quinn" }, - { - "category": "EYEWITNESS TO HISTORY", - "air_date": "2007-03-12", - "question": "(I'm Soledad O'Brien of CNN.) One of my toughest assignments was reporting on the aftermath of the tsunami from Phuket, a resort island in this country", - "value": "$2000", - "answer": "Thailand", - "round": "Double Jeopardy!", - "show_number": "5186", - "fullAnswer": "Thailand" - }, { "category": "SOUNDS LIKE A GAME", "air_date": "2007-03-12", @@ -1165839,16 +1107009,6 @@ "show_number": "5398", "fullAnswer": "Peter Pan" }, - { - "category": "RIGHT ON THE MONEY", - "air_date": "2008-02-13", - "question": "The 2004 silver dollar honoring Thomas Edison was inscribed on the reverse side, \"125th anniversary of\" this invention", - "value": "$400", - "answer": "light bulb", - "round": "Jeopardy!", - "show_number": "5398", - "fullAnswer": "the light bulb" - }, { "category": "IT HAPPENS IN FEBRUARY", "air_date": "2008-02-13", @@ -1165919,16 +1107079,6 @@ "show_number": "5398", "fullAnswer": "the Daytona 500" }, - { - "category": "AMERICANA", - "air_date": "2008-02-13", - "question": "(Documentary filmmaker Ken Burns delivers the clue.) My 1st documentary shown on PBS, and later nominated for an Oscar, was about this magnificent 19th century New York City structure", - "value": "$600", - "answer": "Brooklyn Bridge", - "round": "Jeopardy!", - "show_number": "5398", - "fullAnswer": "the Brooklyn Bridge" - }, { "category": "SHORT STORIES", "air_date": "2008-02-13", @@ -1166149,16 +1107299,6 @@ "show_number": "5398", "fullAnswer": "(Vanessa) Hudgens" }, - { - "category": "POTPOURRI", - "air_date": "2008-02-13", - "question": "(Kelly of the Clue Crew performs an experiment.) Some clay, a very sharp pencil & a horseshoe magnet will make a simple one of these devices--you don't even need a needle", - "value": "$800", - "answer": "compass", - "round": "Double Jeopardy!", - "show_number": "5398", - "fullAnswer": "a compass" - }, { "category": "OFFICIAL CANADIAN PROVINCE THINGS", "air_date": "2008-02-13", @@ -1166179,26 +1107319,6 @@ "show_number": "5398", "fullAnswer": "a rabbit" }, - { - "category": "9-LETTER WORDS", - "air_date": "2008-02-13", - "question": "It's the instrument heard here", - "value": "$800", - "answer": "accordion", - "round": "Double Jeopardy!", - "show_number": "5398", - "fullAnswer": "an accordion" - }, - { - "category": "THE CIVIL WAR", - "air_date": "2008-02-13", - "question": "He was clipping roses in his garden when he found out that he'd been elected President of the Confederacy", - "value": "$1200", - "answer": "Jefferson Davis", - "round": "Double Jeopardy!", - "show_number": "5398", - "fullAnswer": "Jefferson Davis" - }, { "category": "HIGH SCHOOL MUSICALS", "air_date": "2008-02-13", @@ -1166269,16 +1107389,6 @@ "show_number": "5398", "fullAnswer": "Hilary Duff" }, - { - "category": "POTPOURRI", - "air_date": "2008-02-13", - "question": "(Cheryl of the Clue Crew indicates a phrase on the monitor.) In proofreading, a mark like the red one here indicates that the writer should do this with the words", - "value": "$1600", - "answer": "switch them ", - "round": "Double Jeopardy!", - "show_number": "5398", - "fullAnswer": "switch them (or transpose them)" - }, { "category": "OFFICIAL CANADIAN PROVINCE THINGS", "air_date": "2008-02-13", @@ -1166499,16 +1107609,6 @@ "show_number": "4977", "fullAnswer": "boatman" }, - { - "category": "CHURCHES & CATHEDRALS", - "air_date": "2006-04-11", - "question": "(Kelly of the Clue Crew reads from beside a stained glass window.) John Petts, who illustrated many Dylan Thomas poems, designed this gift to the 16th Street Baptist Church, from the people of this country", - "value": "$1,000", - "answer": "Wales", - "round": "Jeopardy!", - "show_number": "4977", - "fullAnswer": "Wales" - }, { "category": "SUPER BOWL MVPs", "air_date": "2006-04-11", @@ -1166674,7 +1107774,7 @@ "air_date": "2006-04-11", "question": "In Shakespeare's \"Henry IV, Part 2\" Mistress Quickly is the hostess of this tavern", "value": "$1000", - "answer": "Boar\\'s-Head", + "answer": "Boar's-Head", "round": "Jeopardy!", "show_number": "4977", "fullAnswer": "the Boar\\'s-Head" @@ -1166809,16 +1107909,6 @@ "show_number": "4977", "fullAnswer": "a 10-foot pole" }, - { - "category": "CANDLE IN THE WIND", - "air_date": "2006-04-11", - "question": "Meaning \"offered\" or \"dedicated\", it's the type of candle seen here", - "value": "$1200", - "answer": "votive", - "round": "Double Jeopardy!", - "show_number": "4977", - "fullAnswer": "a votive" - }, { "category": "I'M STILL STANDIN'", "air_date": "2006-04-11", @@ -1166929,16 +1108019,6 @@ "show_number": "4977", "fullAnswer": "the X Prize" }, - { - "category": "CANDLE IN THE WIND", - "air_date": "2006-04-11", - "question": "We'd know the type of candle seen here from this \"to post\"", - "value": "$2000", - "answer": "pillar", - "round": "Double Jeopardy!", - "show_number": "4977", - "fullAnswer": "a pillar" - }, { "category": "I'M STILL STANDIN'", "air_date": "2006-04-11", @@ -1169374,7 +1110454,7 @@ "air_date": "2006-07-26", "question": "Get hit in a \"sensitive area\", preferably by a toddler; send the tape to this Tom Bergeron show to win $100,000", "value": "$200", - "answer": "America\\'s Funniest Home Videos", + "answer": "America's Funniest Home Videos", "round": "Jeopardy!", "show_number": "5053", "fullAnswer": "America\\'s Funniest Home Videos" @@ -1169699,16 +1110779,6 @@ "show_number": "5053", "fullAnswer": "a bagpipe" }, - { - "category": "PHYSICS", - "air_date": "2006-07-26", - "question": "(Kelly of the Clue Crew indicates a series of sinusoids on the monitor.) When a wave is canceled out by an equal & opposite wave, the result is \"complete destructive\" this, like what messes up radio transmissions", - "value": "$800", - "answer": "interference", - "round": "Double Jeopardy!", - "show_number": "5053", - "fullAnswer": "interference" - }, { "category": "EXTREMELY BAD HISTORICAL POETRY", "air_date": "2006-07-26", @@ -1169739,16 +1110809,6 @@ "show_number": "5053", "fullAnswer": "Three Sisters" }, - { - "category": "OLD, ODD & OBSCURE WORDS", - "air_date": "2006-07-26", - "question": "(Cheryl of the Clue Crew speaks from a library.) In \"Robinson Crusoe\" the name of this amphibian means \"a loop to hold a sword\"; today, it's the name of this type of fastener", - "value": "$800", - "answer": "frog", - "round": "Double Jeopardy!", - "show_number": "5053", - "fullAnswer": "a frog" - }, { "category": "PHYSICS", "air_date": "2006-07-26", @@ -1169799,16 +1110859,6 @@ "show_number": "5053", "fullAnswer": "a footprint" }, - { - "category": "PHYSICS", - "air_date": "2006-07-26", - "question": "(Jon of the Clue Crew indicates a balance on a monitor.) With the torque pushing the bar clockwise equal to the torque pushing it counterclockwise, the bar is in the rotational type of this", - "value": "$1600", - "answer": "equilibrium", - "round": "Double Jeopardy!", - "show_number": "5053", - "fullAnswer": "equilibrium" - }, { "category": "EXTREMELY BAD HISTORICAL POETRY", "air_date": "2006-07-26", @@ -1169879,16 +1110929,6 @@ "show_number": "5053", "fullAnswer": "Neville Chamberlain" }, - { - "category": "WORLD LEADERS", - "air_date": "2006-07-26", - "question": "(Linda Park of Star Trek fame reads the clue.) I was born in Korea in 1978, the year before this dictator (no relation) was removed from power", - "value": "$2000", - "answer": "Park Chung Hee", - "round": "Double Jeopardy!", - "show_number": "5053", - "fullAnswer": "Park Chung Hee" - }, { "category": "THEY PICKED UP THE CHEKHOV", "air_date": "2006-07-26", @@ -1170114,7 +1111154,7 @@ "air_date": "2010-03-01", "question": "\"Life is brilliant\" & sure, your \"love is pure\", but let's be blunt, James: this \"pretty\" song of yours is on the list", "value": "$800", - "answer": "You\\'re Beautiful", + "answer": "You're Beautiful", "round": "Jeopardy!", "show_number": "5866", "fullAnswer": "\"You\\'re Beautiful\"" @@ -1170534,7 +1111574,7 @@ "air_date": "2003-06-16", "question": "It's the holiday you associate with the \"Wearing of the Green\"", "value": "$200", - "answer": "St. Patrick\\'s Day", + "answer": "St. Patrick's Day", "round": "Jeopardy!", "show_number": "4341", "fullAnswer": "St. Patrick\\'s Day" @@ -1170654,7 +1111694,7 @@ "air_date": "2003-06-16", "question": "Susan B. Anthony Day is the day after this federal holiday", "value": "$600", - "answer": "Valentine\\'s Day", + "answer": "Valentine's Day", "round": "Jeopardy!", "show_number": "4341", "fullAnswer": "Valentine\\'s Day" @@ -1171444,7 +1112484,7 @@ "air_date": "1999-10-14", "question": "Carter's body-shaking dances", "value": "$200", - "answer": "Jimmy\\'s shimmies", + "answer": "Jimmy's shimmies", "round": "Double Jeopardy!", "show_number": "3474", "fullAnswer": "Jimmy\\'s shimmies" @@ -1171504,7 +1112544,7 @@ "air_date": "1999-10-14", "question": "Zachary's swabbies", "value": "$400", - "answer": "Taylor\\'s sailors", + "answer": "Taylor's sailors", "round": "Double Jeopardy!", "show_number": "3474", "fullAnswer": "Taylor\\'s sailors" @@ -1171564,7 +1112604,7 @@ "air_date": "1999-10-14", "question": "Truman's fencing moves", "value": "$600", - "answer": "Harry\\'s parrys", + "answer": "Harry's parrys", "round": "Double Jeopardy!", "show_number": "3474", "fullAnswer": "Harry\\'s parrys" @@ -1171624,7 +1112664,7 @@ "air_date": "1999-10-14", "question": "Washington's metal workshops", "value": "$800", - "answer": "George\\'s forges", + "answer": "George's forges", "round": "Double Jeopardy!", "show_number": "3474", "fullAnswer": "George\\'s forges" @@ -1171684,7 +1112724,7 @@ "air_date": "1999-10-14", "question": "Ulysses' formicidae", "value": "$2,000", - "answer": "Grant\\'s ants", + "answer": "Grant's ants", "round": "Double Jeopardy!", "show_number": "3474", "fullAnswer": "Grant\\'s ants" @@ -1171774,7 +1112814,7 @@ "air_date": "1997-01-02", "question": "Chocolate-covered boysenberry squares are a specialty of this theme park in Buena Park, CA", "value": "$200", - "answer": "Knott\\'s Berry Farm", + "answer": "Knott's Berry Farm", "round": "Jeopardy!", "show_number": "2844", "fullAnswer": "Knott\\'s Berry Farm" @@ -1172489,16 +1113529,6 @@ "show_number": "6289", "fullAnswer": "Dun & Bradstreet" }, - { - "category": "MEDAL OF FREEDOM ATHLETES", - "air_date": "2012-01-12", - "question": "Golfer who won the Masters in 1960, '62, & '64, & received the Medal of Freedom in 2004", - "value": "$800", - "answer": "Arnold Palmer", - "round": "Jeopardy!", - "show_number": "6289", - "fullAnswer": "Arnold Palmer" - }, { "category": "WORLD POTPOURRI", "air_date": "2012-01-12", @@ -1172589,26 +1113619,6 @@ "show_number": "6289", "fullAnswer": "Hugh Hefner" }, - { - "category": "HISTORY", - "air_date": "2012-01-12", - "question": "(Jimmy of the Clue Crew shows a map on the monitor.) Before his death in 323 B.C., he expanded his empire until it stretched from the shores of the Mediterranean to the Indus River", - "value": "$400", - "answer": "Alexander the Great", - "round": "Double Jeopardy!", - "show_number": "6289", - "fullAnswer": "Alexander the Great" - }, - { - "category": "PIC THE CRITTER", - "air_date": "2012-01-12", - "question": "The axolotl is a salamander from this country south of the border", - "value": "$400", - "answer": "Mexico", - "round": "Double Jeopardy!", - "show_number": "6289", - "fullAnswer": "Mexico" - }, { "category": "WINDMILLS", "air_date": "2012-01-12", @@ -1172659,16 +1113669,6 @@ "show_number": "6289", "fullAnswer": "Bolivia" }, - { - "category": "PIC THE CRITTER", - "air_date": "2012-01-12", - "question": "Sweater the details & name this type of rabbit", - "value": "$800", - "answer": "Angora", - "round": "Double Jeopardy!", - "show_number": "6289", - "fullAnswer": "the Angora" - }, { "category": "WINDMILLS", "air_date": "2012-01-12", @@ -1172719,16 +1113719,6 @@ "show_number": "6289", "fullAnswer": "Kublai Khan" }, - { - "category": "PIC THE CRITTER", - "air_date": "2012-01-12", - "question": "Ferdinand Marcos would have known the animal seen here is known as this country's tarsier; here's looking at you", - "value": "$1200", - "answer": "Philippines", - "round": "Double Jeopardy!", - "show_number": "6289", - "fullAnswer": "the Philippines" - }, { "category": "U.S.A.", "air_date": "2012-01-12", @@ -1172744,7 +1113734,7 @@ "air_date": "2012-01-12", "question": "It means any large sum of money, such as the 150,000 marks paid to bring Richard I back to England in the 1190s", "value": "$1200", - "answer": "king\\'s ransom", + "answer": "king's ransom", "round": "Double Jeopardy!", "show_number": "6289", "fullAnswer": "a king\\'s ransom" @@ -1172819,16 +1113809,6 @@ "show_number": "6289", "fullAnswer": "Sardinia" }, - { - "category": "PIC THE CRITTER", - "air_date": "2012-01-12", - "question": "Yes, yes! It's the rodent-like lemur seen here", - "value": "$2000", - "answer": "aye-aye", - "round": "Double Jeopardy!", - "show_number": "6289", - "fullAnswer": "the aye-aye" - }, { "category": "WINDMILLS", "air_date": "2012-01-12", @@ -1172889,16 +1113869,6 @@ "show_number": "5118", "fullAnswer": "Faith Hill" }, - { - "category": "FLOWER ARRANGING", - "air_date": "2006-12-06", - "question": "(Cheryl of the Clue Crew stands in front of the monitor.) Buy your roses when they're closed or in this stage & you'll have much more time to enjoy them", - "value": "$200", - "answer": "bud", - "round": "Jeopardy!", - "show_number": "5118", - "fullAnswer": "bud" - }, { "category": "NAME THE DECADE", "air_date": "2006-12-06", @@ -1173009,16 +1113979,6 @@ "show_number": "5118", "fullAnswer": "Dolly Parton" }, - { - "category": "FLOWER ARRANGING", - "air_date": "2006-12-06", - "question": "(Jon of the Clue Crew indicates a flower diagram on the monitor.) Putting the stems in warm water first opens these tiny water-carrying tubes and hydrates the flower", - "value": "$600", - "answer": "capillaries", - "round": "Jeopardy!", - "show_number": "5118", - "fullAnswer": "capillaries" - }, { "category": "NAME THE DECADE", "air_date": "2006-12-06", @@ -1173129,16 +1114089,6 @@ "show_number": "5118", "fullAnswer": "Patsy Cline" }, - { - "category": "FLOWER ARRANGING", - "air_date": "2006-12-06", - "question": "(Sarah of the Clue Crew demonstrates the use of a foam used in arrangements.) Desert travelers appreciate the name of this foam that, when dipped in water, anchors a bouquet and keeps it hydrated", - "value": "$1000", - "answer": "oasis foam", - "round": "Jeopardy!", - "show_number": "5118", - "fullAnswer": "oasis foam" - }, { "category": "NAME THE DECADE", "air_date": "2006-12-06", @@ -1173279,26 +1114229,6 @@ "show_number": "5118", "fullAnswer": "Lake Manitoba" }, - { - "category": "12-LETTER WORDS", - "air_date": "2006-12-06", - "question": "Artful skill exemplified here", - "value": "$800", - "answer": "glassblowing", - "round": "Double Jeopardy!", - "show_number": "5118", - "fullAnswer": "glassblowing" - }, - { - "category": "MILITARY MEN", - "air_date": "2006-12-06", - "question": "(Cheryl of the Clue Crew reports from the Pentagon pool.) A gym and pool were built at the Pentagon after World War II, at the suggestion of this man, then Army Chief of Staff", - "value": "$1200", - "answer": "Eisenhower", - "round": "Double Jeopardy!", - "show_number": "5118", - "fullAnswer": "Eisenhower" - }, { "category": "A STEVE McQUEEN FILM FESTIVAL", "air_date": "2006-12-06", @@ -1173579,16 +1114509,6 @@ "show_number": "3187", "fullAnswer": "Politically Incorrect" }, - { - "category": "ODDS & ENDS", - "air_date": "1998-06-09", - "question": "Surfers on the internet can check out the \"Earth's Biggest\" one at www.amazon.com", - "value": "$200", - "answer": "Bookstore", - "round": "Jeopardy!", - "show_number": "3187", - "fullAnswer": "Bookstore" - }, { "category": "10-LETTER WORDS", "air_date": "1998-06-09", @@ -1173834,7 +1114754,7 @@ "air_date": "1998-06-09", "question": "Shields' chefs", "value": "$200", - "answer": "Brooke\\'s cooks", + "answer": "Brooke's cooks", "round": "Double Jeopardy!", "show_number": "3187", "fullAnswer": "Brooke\\'s cooks" @@ -1173884,7 +1114804,7 @@ "air_date": "1998-06-09", "question": "In 2 1960s movies based on this series, Tim reprised his TV role of Ensign Parker", "value": "$400", - "answer": "McHale\\'s Navy", + "answer": "McHale's Navy", "round": "Double Jeopardy!", "show_number": "3187", "fullAnswer": "McHale\\'s Navy" @@ -1173894,7 +1114814,7 @@ "air_date": "1998-06-09", "question": "Midler's planes", "value": "$400", - "answer": "Bette\\'s jets", + "answer": "Bette's jets", "round": "Double Jeopardy!", "show_number": "3187", "fullAnswer": "Bette\\'s jets" @@ -1173954,7 +1114874,7 @@ "air_date": "1998-06-09", "question": "Brad's blockbusters", "value": "$600", - "answer": "Pitt\\'s hits", + "answer": "Pitt's hits", "round": "Double Jeopardy!", "show_number": "3187", "fullAnswer": "Pitt\\'s hits" @@ -1174014,7 +1114934,7 @@ "air_date": "1998-06-09", "question": "Mia's missiles", "value": "$800", - "answer": "Farrow\\'s arrows", + "answer": "Farrow's arrows", "round": "Double Jeopardy!", "show_number": "3187", "fullAnswer": "Farrow\\'s arrows" @@ -1174024,7 +1114944,7 @@ "air_date": "1998-06-09", "question": "Stuart Davis' mural for this room in Rockefeller Center was titled \"Mural (Men Without Women)\"", "value": "$1,100", - "answer": "men\\'s room ", + "answer": "men's room ", "round": "Double Jeopardy!", "show_number": "3187", "fullAnswer": "The men\\'s room (bathroom)" @@ -1174074,7 +1114994,7 @@ "air_date": "1998-06-09", "question": "Twyla's stringed instruments", "value": "$1000", - "answer": "Tharp\\'s harps", + "answer": "Tharp's harps", "round": "Double Jeopardy!", "show_number": "3187", "fullAnswer": "Tharp\\'s harps" @@ -1174389,16 +1115309,6 @@ "show_number": "5473", "fullAnswer": "beak" }, - { - "category": "THE THUNDERBIRDS", - "air_date": "2008-05-28", - "question": "(Sarah of the Clue Crew walks by a fighter jet in Las Vegas, Nevada.) The Thunderbirds are the elite demonstration team of this armed service, and were created just 6 years after the service came into being", - "value": "$400", - "answer": "Air Force", - "round": "Double Jeopardy!", - "show_number": "5473", - "fullAnswer": "the Air Force" - }, { "category": "RECENT CINEMA", "air_date": "2008-05-28", @@ -1174449,16 +1115359,6 @@ "show_number": "5473", "fullAnswer": "the Philistines" }, - { - "category": "THE THUNDERBIRDS", - "air_date": "2008-05-28", - "question": "(Sarah reports from the rear seat of a jet.) We won't go there today, but the Thunderbirds can reach ceilings of about 50,000 feet & fly 1500 miles per hour, roughly 2 on this scale", - "value": "$800", - "answer": "Mach", - "round": "Double Jeopardy!", - "show_number": "5473", - "fullAnswer": "Mach" - }, { "category": "RECENT CINEMA", "air_date": "2008-05-28", @@ -1174509,16 +1115409,6 @@ "show_number": "5473", "fullAnswer": "the pharynx" }, - { - "category": "THE THUNDERBIRDS", - "air_date": "2008-05-28", - "question": "(Sarah and the squadron perform precision maneuvers.) Not as easy as it sounds, while making a complete rotation on our longitudinal axis, Colonel Skelton & I are executing this type of roll", - "value": "$3,000", - "answer": "barrel roll", - "round": "Double Jeopardy!", - "show_number": "5473", - "fullAnswer": "a barrel roll" - }, { "category": "RECENT CINEMA", "air_date": "2008-05-28", @@ -1174539,16 +1115429,6 @@ "show_number": "5473", "fullAnswer": "45" }, - { - "category": "HEY, J.J.!", - "air_date": "2008-05-28", - "question": "In the '50s, he became friends with another innovative alliterative artist, Robert Rauschenberg", - "value": "$1200", - "answer": "Jasper Johns", - "round": "Double Jeopardy!", - "show_number": "5473", - "fullAnswer": "Jasper Johns" - }, { "category": "DUTCH ROYALTY", "air_date": "2008-05-28", @@ -1174569,16 +1115449,6 @@ "show_number": "5473", "fullAnswer": "Phillips" }, - { - "category": "THE THUNDERBIRDS", - "air_date": "2008-05-28", - "question": "(Sarah sits in the cockpit of a grounded fighter.) Abbreviated HUD, this type of display projects vital avionics information at eye-level in front of the pilot of an F-16 for easy viewing", - "value": "$1600", - "answer": "head-up display", - "round": "Double Jeopardy!", - "show_number": "5473", - "fullAnswer": "a head-up display" - }, { "category": "RECENT CINEMA", "air_date": "2008-05-28", @@ -1174629,16 +1115499,6 @@ "show_number": "5473", "fullAnswer": "pheromones" }, - { - "category": "THE THUNDERBIRDS", - "air_date": "2008-05-28", - "question": "(Sarah reports from the air one more time.) Pulling up to 7.5 Gs, a popular solo move by the Thunderbirds is a reversed one of these terms, named for a German WWI flying ace", - "value": "$2000", - "answer": "Immelmann turn", - "round": "Double Jeopardy!", - "show_number": "5473", - "fullAnswer": "the Immelmann turn" - }, { "category": "RECENT CINEMA", "air_date": "2008-05-28", @@ -1175244,7 +1116104,7 @@ "air_date": "2003-02-04", "question": "This \"tale\" was acted at court in November 1611, a bit early for its title", "value": "$2000", - "answer": "Winter\\'s Tale", + "answer": "Winter's Tale", "round": "Double Jeopardy!", "show_number": "4247", "fullAnswer": "The Winter\\'s Tale" @@ -1175339,26 +1116199,6 @@ "show_number": "5112", "fullAnswer": "bug" }, - { - "category": "GILT COMPLEX", - "air_date": "2006-11-28", - "question": "Check out the gilt onion domes at the palace near St. Petersburg named for the first empress named this", - "value": "$200", - "answer": "Catherine", - "round": "Jeopardy!", - "show_number": "5112", - "fullAnswer": "Catherine" - }, - { - "category": "GONE FISHIN'", - "air_date": "2006-11-28", - "question": "This scary South American critter could even give a dentist nightmares", - "value": "$200", - "answer": "piranha", - "round": "Jeopardy!", - "show_number": "5112", - "fullAnswer": "a piranha" - }, { "category": "THEY TOOK DEBATE", "air_date": "2006-11-28", @@ -1175459,26 +1116299,6 @@ "show_number": "5112", "fullAnswer": "bovine" }, - { - "category": "GILT COMPLEX", - "air_date": "2006-11-28", - "question": "In 1994 the roof of this Jerusalem shrine was regilded with 24 carat gold", - "value": "$600", - "answer": "Dome of the Rock", - "round": "Jeopardy!", - "show_number": "5112", - "fullAnswer": "the Dome of the Rock" - }, - { - "category": "GONE FISHIN'", - "air_date": "2006-11-28", - "question": "Holy this important food fish seen here", - "value": "$600", - "answer": "mackerel", - "round": "Jeopardy!", - "show_number": "5112", - "fullAnswer": "a mackerel" - }, { "category": "THEY TOOK DEBATE", "air_date": "2006-11-28", @@ -1175524,7 +1116344,7 @@ "air_date": "2006-11-28", "question": "This Venetian basilica is known as the \"Chiesa d'Oro\"", "value": "$800", - "answer": "St. Mark\\'s", + "answer": "St. Mark's", "round": "Jeopardy!", "show_number": "5112", "fullAnswer": "St. Mark\\'s" @@ -1175579,26 +1116399,6 @@ "show_number": "5112", "fullAnswer": "Bridges" }, - { - "category": "GILT COMPLEX", - "air_date": "2006-11-28", - "question": "Harimandir is the name of the center of Sikh faith seen here. It's called this in English", - "value": "$1000", - "answer": "Golden Temple", - "round": "Jeopardy!", - "show_number": "5112", - "fullAnswer": "the Golden Temple" - }, - { - "category": "GONE FISHIN'", - "air_date": "2006-11-28", - "question": "This fish takes its name from its unique defensive behavior", - "value": "$1000", - "answer": "puffer fish", - "round": "Jeopardy!", - "show_number": "5112", - "fullAnswer": "a puffer fish" - }, { "category": "THEY TOOK DEBATE", "air_date": "2006-11-28", @@ -1175609,16 +1116409,6 @@ "show_number": "5112", "fullAnswer": "Quayle and Bentsen" }, - { - "category": "LITERARY EUROPE", - "air_date": "2006-11-28", - "question": "(Kelly of the Clue Crew reports from a Dublin museum.) I'm holding this novelist's cane in an Irish museum dedicated to him. He wrote passionately of Dublin but died in exile", - "value": "$400", - "answer": "Joyce", - "round": "Double Jeopardy!", - "show_number": "5112", - "fullAnswer": "(James) Joyce" - }, { "category": "LEGENDS OF SPORT", "air_date": "2006-11-28", @@ -1175729,16 +1116519,6 @@ "show_number": "5112", "fullAnswer": "glee" }, - { - "category": "LITERARY EUROPE", - "air_date": "2006-11-28", - "question": "If John Keats had sent a postcard from his last home, it would have been postmarked this city", - "value": "$2,000", - "answer": "Rome", - "round": "Double Jeopardy!", - "show_number": "5112", - "fullAnswer": "Rome" - }, { "category": "LEGENDS OF SPORT", "air_date": "2006-11-28", @@ -1176334,7 +1117114,7 @@ "air_date": "1998-10-15", "question": "As her nation's last monarch, she championed the Oni Pa'a or \"Stand Firm\" movement", "value": "$600", - "answer": "Queen Lili\\'uokalani ", + "answer": "Queen Lili'uokalani ", "round": "Double Jeopardy!", "show_number": "3244", "fullAnswer": "Queen Lili\\'uokalani (of Hawaii)" @@ -1176534,7 +1117314,7 @@ "air_date": "2009-04-14", "question": "Danny & the Juniors", "value": "$200", - "answer": "\\'50s", + "answer": "'50s", "round": "Jeopardy!", "show_number": "5672", "fullAnswer": "the \\'50s" @@ -1176594,7 +1117374,7 @@ "air_date": "2009-04-14", "question": "The Moody Blues", "value": "$400", - "answer": "\\'60s", + "answer": "'60s", "round": "Jeopardy!", "show_number": "5672", "fullAnswer": "the \\'60s" @@ -1176654,7 +1117434,7 @@ "air_date": "2009-04-14", "question": "The Sex Pistols", "value": "$600", - "answer": "\\'70s", + "answer": "'70s", "round": "Jeopardy!", "show_number": "5672", "fullAnswer": "the \\'70s" @@ -1176714,7 +1117494,7 @@ "air_date": "2009-04-14", "question": "Linkin Park", "value": "$800", - "answer": "\\'90s", + "answer": "'90s", "round": "Jeopardy!", "show_number": "5672", "fullAnswer": "the \\'90s" @@ -1176899,16 +1117679,6 @@ "show_number": "5672", "fullAnswer": "Matthew Broderick" }, - { - "category": "PREFIXED WORDS", - "air_date": "2009-04-14", - "question": "(Jimmy of the Clue Crew shows his two forearms, each with a question mark written on it in highlighter.) Highlighter ink glows under black light, but cover it with sunscreen & it no longer glows, because sunscreen absorbs this spectrum of light", - "value": "$800", - "answer": "ultraviolet light", - "round": "Double Jeopardy!", - "show_number": "5672", - "fullAnswer": "ultraviolet light" - }, { "category": "CAMPAIGN TRAIL MIX", "air_date": "2009-04-14", @@ -1177029,16 +1117799,6 @@ "show_number": "5672", "fullAnswer": "a subway" }, - { - "category": "CAMPAIGN TRAIL MIX", - "air_date": "2009-04-14", - "question": "The 1992 campaign button of this U.S. senator is seen here", - "value": "$1600", - "answer": "Feinstein", - "round": "Double Jeopardy!", - "show_number": "5672", - "fullAnswer": "Feinstein" - }, { "category": "IF YOU BUILD IT", "air_date": "2009-04-14", @@ -1177134,7 +1117894,7 @@ "air_date": "1998-02-03", "question": "The title of this Ibsen play describes the home of Torvald & Nora Helmer", "value": "$100", - "answer": "A Doll\\'s House", + "answer": "A Doll's House", "round": "Jeopardy!", "show_number": "3097", "fullAnswer": "\"A Doll\\'s House\"" @@ -1177509,16 +1118269,6 @@ "show_number": "3097", "fullAnswer": "incubation" }, - { - "category": "DEATH IN POP", - "air_date": "1998-02-03", - "question": "Title of the 1964 hit heard here:

\"Whether he heard, I'll never know... Look out! Look out! Look out! Look out!\"", - "value": "$800", - "answer": "Leader Of The Pack", - "round": "Double Jeopardy!", - "show_number": "3097", - "fullAnswer": "\"Leader Of The Pack\"" - }, { "category": "DIRTY ROTTEN SCOUNDRELS", "air_date": "1998-02-03", @@ -1178239,16 +1118989,6 @@ "show_number": "2997", "fullAnswer": "Greece" }, - { - "category": "ONE-HIT WONDERS", - "air_date": "1997-09-16", - "question": "No. 1 for 6 weeks, the song heard here was this duo's only Top 40 hit:

\"In the year 2525, if man is still alive...\"", - "value": "$3,000", - "answer": "Zager & Evans", - "round": "Double Jeopardy!", - "show_number": "2997", - "fullAnswer": "Zager & Evans" - }, { "category": "GOD-LIKE ADJECTIVES", "air_date": "1997-09-16", @@ -1178474,7 +1119214,7 @@ "air_date": "2007-10-17", "question": "There are 43 quintillion possible wrong solutions & 1 correct one for this cube", "value": "$600", - "answer": "Rubik\\'s Cube", + "answer": "Rubik's Cube", "round": "Jeopardy!", "show_number": "5313", "fullAnswer": "a Rubik\\'s Cube" @@ -1178729,16 +1119469,6 @@ "show_number": "5313", "fullAnswer": "John Brown" }, - { - "category": "A PIRATE'S LIFE FOR ME", - "air_date": "2007-10-17", - "question": "Cheerful 2-word name for the flag seen here", - "value": "$800", - "answer": "Jolly Roger", - "round": "Double Jeopardy!", - "show_number": "5313", - "fullAnswer": "the Jolly Roger" - }, { "category": "\"EYE\", MATEY!", "air_date": "2007-10-17", @@ -1178749,16 +1119479,6 @@ "show_number": "5313", "fullAnswer": "bullseye" }, - { - "category": "EMPERORS", - "air_date": "2007-10-17", - "question": "(Jon of the Clue Crew reports from the Imperial Palace in Vienna.) The first man to live in the palace as Emperor of Austria was also the last man to hold this other title, as that empire was dissolved in 1806", - "value": "$1200", - "answer": "Holy Roman Emperor", - "round": "Double Jeopardy!", - "show_number": "5313", - "fullAnswer": "Holy Roman Emperor" - }, { "category": "JAZZ MUSICIANS", "air_date": "2007-10-17", @@ -1179324,7 +1120044,7 @@ "air_date": "1998-06-16", "question": "Group who recorded the 1982 Top 10 hit heard here:
(\"Vacation\")", "value": "$400", - "answer": "Go-Go\\'s", + "answer": "Go-Go's", "round": "Double Jeopardy!", "show_number": "3192", "fullAnswer": "The Go-Go\\'s" @@ -1179634,7 +1120354,7 @@ "air_date": "2010-05-11", "question": "\"Deer's Horns, Near Cameron\" was the original title of her 1937 painting \"From the Faraway, Nearby\"", "value": "$400", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Jeopardy!", "show_number": "5917", "fullAnswer": "Georgia O\\'Keeffe" @@ -1179739,16 +1120459,6 @@ "show_number": "5917", "fullAnswer": "Pepsi" }, - { - "category": "DO PROCESS", - "air_date": "2010-05-11", - "question": "To achieve this national style divide the hair into 3 different sections and remember to slice, twist and chip", - "value": "$800", - "answer": "french braid", - "round": "Jeopardy!", - "show_number": "5917", - "fullAnswer": "a french braid" - }, { "category": "PAINTINGS", "air_date": "2010-05-11", @@ -1179809,16 +1120519,6 @@ "show_number": "5917", "fullAnswer": "67" }, - { - "category": "PAINTINGS", - "air_date": "2010-05-11", - "question": "The Cubists were influenced by this great post-impressionist whose water color landscape is seen here", - "value": "$1000", - "answer": "Paul Cezanne", - "round": "Jeopardy!", - "show_number": "5917", - "fullAnswer": "Paul Cezanne" - }, { "category": "THE \"ODD\" SQUAD", "air_date": "2010-05-11", @@ -1180049,16 +1120749,6 @@ "show_number": "5917", "fullAnswer": "Lifeboat" }, - { - "category": "SOMETIMES A GREAT OCEAN", - "air_date": "2010-05-11", - "question": "The ancient oceans were a scary place, populated by giant sharks & lizards like this long-necked one", - "value": "$1600", - "answer": "plesiosaur", - "round": "Double Jeopardy!", - "show_number": "5917", - "fullAnswer": "a plesiosaur" - }, { "category": "WHO DIED & MADE YOU KING?", "air_date": "2010-05-11", @@ -1180109,16 +1120799,6 @@ "show_number": "5917", "fullAnswer": "Strangers on a Train" }, - { - "category": "SOMETIMES A GREAT OCEAN", - "air_date": "2010-05-11", - "question": "(Sarah of the Clue Crew shows a map on the monitor.) During the Mesozoic, the Tethys Sea separated the northern supercontinent of Laurasia from this continent that contained what are now Africa & South America", - "value": "$2000", - "answer": "Gondwana", - "round": "Double Jeopardy!", - "show_number": "5917", - "fullAnswer": "Gondwana" - }, { "category": "WHO DIED & MADE YOU KING?", "air_date": "2010-05-11", @@ -1180349,16 +1121029,6 @@ "show_number": "4868", "fullAnswer": "Constantine" }, - { - "category": "U2 SONGS IN OTHER WORDS", - "air_date": "2005-11-09", - "question": "It describes the location seen here", - "value": "$800", - "answer": "Where The Streets Have No Name", - "round": "Jeopardy!", - "show_number": "4868", - "fullAnswer": "\"Where The Streets Have No Name\"" - }, { "category": "LET'S TALK ABOUT SIX", "air_date": "2005-11-09", @@ -1180414,7 +1121084,7 @@ "air_date": "2005-11-09", "question": "Rosh Hashanah, for one; cheers!", "value": "$1000", - "answer": "New Year\\'s Day", + "answer": "New Year's Day", "round": "Jeopardy!", "show_number": "4868", "fullAnswer": "\"New Year\\'s Day\"" @@ -1180604,7 +1121274,7 @@ "air_date": "2005-11-09", "question": "The title of this novel refers to \"a small log building, close adjoining to 'The House'... his master's dwelling\"", "value": "$1,200", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Double Jeopardy!", "show_number": "4868", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -1180679,16 +1121349,6 @@ "show_number": "4868", "fullAnswer": "Daniel Pearl" }, - { - "category": "ROCKET SCIENCE", - "air_date": "2005-11-09", - "question": "(Jon of the Clue Crew releases a balloon.) Thrust comes from the sudden inequality of this, sometimes measured in atmospheres, inside & outside a rocket", - "value": "$1600", - "answer": "pressure", - "round": "Double Jeopardy!", - "show_number": "4868", - "fullAnswer": "pressure" - }, { "category": "\"B\" PLUS", "air_date": "2005-11-09", @@ -1180774,7 +1121434,7 @@ "air_date": "2001-12-11", "question": "The 2001 World Almanac lists this \"agricultural\" rival at No. 3 among bestselling almanacs", "value": "$200", - "answer": "Old Farmer\\'s Almanac", + "answer": "Old Farmer's Almanac", "round": "Jeopardy!", "show_number": "3977", "fullAnswer": "The Old Farmer\\'s Almanac" @@ -1181254,7 +1121914,7 @@ "air_date": "2001-12-11", "question": "Woody Allen wrote this '60s film featuring Sellers as a lecherous psychoanalyst", "value": "$1600", - "answer": "What\\'s New Pussycat?", + "answer": "What's New Pussycat?", "round": "Double Jeopardy!", "show_number": "3977", "fullAnswer": "What\\'s New Pussycat?" @@ -1181494,7 +1122154,7 @@ "air_date": "2003-06-27", "question": "A scene in the opening credits of this 2000 Cameron Diaz blockbuster took place at a \"Jeopardy!\" podium", "value": "$600", - "answer": "Charlie\\'s Angels", + "answer": "Charlie's Angels", "round": "Jeopardy!", "show_number": "4350", "fullAnswer": "Charlie\\'s Angels" @@ -1181964,7 +1122624,7 @@ "air_date": "2003-06-27", "question": "The inspiration for this 1964 hit posed alone for the Brazil edition of Playboy in 1987 & with her daughter in 2003", "value": null, - "answer": "\\The Girl from Ipanema\\", + "answer": "The Girl from Ipanema", "round": "Final Jeopardy!", "show_number": "4350", "fullAnswer": "\\\"The Girl from Ipanema\\\"" @@ -1182024,21 +1122684,11 @@ "air_date": "2005-10-03", "question": "In the old song standard, it's the line that precedes \"all the livelong day\"", "value": "$200", - "answer": "I\\'ve been working on the railroad", + "answer": "I've been working on the railroad", "round": "Jeopardy!", "show_number": "4841", "fullAnswer": "\"I\\'ve been working on the railroad\"" }, - { - "category": "MONUMENTS", - "air_date": "2005-10-03", - "question": "Vasco da Gama is among those depicted on this capital city's Monument to the Discoveries", - "value": "$400", - "answer": "Lisbon", - "round": "Jeopardy!", - "show_number": "4841", - "fullAnswer": "Lisbon" - }, { "category": "IN STYLE", "air_date": "2005-10-03", @@ -1182144,21 +1122794,11 @@ "air_date": "2005-10-03", "question": "2-word term for insurance required of businesses for employees injured on the job", "value": "$600", - "answer": "workman\\'s compensation", + "answer": "workman's compensation", "round": "Jeopardy!", "show_number": "4841", "fullAnswer": "workman\\'s compensation" }, - { - "category": "MONUMENTS", - "air_date": "2005-10-03", - "question": "(Jimmy from the clue crew reports from Parris Island, SC.) The Iwo Jima monument on Parris Island represents the famous raising of the flag on this mountain", - "value": "$800", - "answer": "Mount Suribachi", - "round": "Jeopardy!", - "show_number": "4841", - "fullAnswer": "Mount Suribachi" - }, { "category": "IN STYLE", "air_date": "2005-10-03", @@ -1182199,16 +1122839,6 @@ "show_number": "4841", "fullAnswer": "the United Farm Workers of America" }, - { - "category": "MONUMENTS", - "air_date": "2005-10-03", - "question": "Auckland's One Tree Hill is the former site of a \"pa\", or fortified village, of these people", - "value": "$1000", - "answer": "Maori", - "round": "Jeopardy!", - "show_number": "4841", - "fullAnswer": "the Maori" - }, { "category": "IN STYLE", "air_date": "2005-10-03", @@ -1182319,16 +1122949,6 @@ "show_number": "4841", "fullAnswer": "Ethiopia" }, - { - "category": "MOVIE DIRECTORS", - "air_date": "2005-10-03", - "question": "(Hi, I'm Joel Schumacher.) Directing movies based on this author's \"The Client\" & \"A Time to Kill\" was like getting paid to go to law school", - "value": "$800", - "answer": "John Grisham", - "round": "Double Jeopardy!", - "show_number": "4841", - "fullAnswer": "John Grisham" - }, { "category": "THE LAND DOWN UNDER", "air_date": "2005-10-03", @@ -1182739,16 +1123359,6 @@ "show_number": "5566", "fullAnswer": "Finland" }, - { - "category": "KIDS RULE PRIME TIME", - "air_date": "2008-11-17", - "question": "Mark Indelicato plays the fashion-obsessed nephew of the title character on this show", - "value": "$800", - "answer": "Ugly Betty", - "round": "Jeopardy!", - "show_number": "5566", - "fullAnswer": "Ugly Betty" - }, { "category": "YOU GIVE ME THE BLUES", "air_date": "2008-11-17", @@ -1182839,16 +1123449,6 @@ "show_number": "5566", "fullAnswer": "William" }, - { - "category": "FROM THE LATIN", - "air_date": "2008-11-17", - "question": "From the Latin for \"of the mother\", it's the type of song heard here", - "value": "$1000", - "answer": "madrigal", - "round": "Jeopardy!", - "show_number": "5566", - "fullAnswer": "a madrigal" - }, { "category": "SCIENCE GLOSSARY", "air_date": "2008-11-17", @@ -1182909,16 +1123509,6 @@ "show_number": "5566", "fullAnswer": "suppose" }, - { - "category": "SCIENCE GLOSSARY", - "air_date": "2008-11-17", - "question": "(Jimmy of the Clue Crew takes the heat on his inner forearm at Stanford University's Pain Management Center.) Types of pain studied here at Stanford's Human Pain Laboratory include chemical, electrical & this type produced by the application of heat", - "value": "$800", - "answer": "thermal", - "round": "Double Jeopardy!", - "show_number": "5566", - "fullAnswer": "thermal" - }, { "category": "BALLETS THAT TEENS LIKE", "air_date": "2008-11-17", @@ -1183029,16 +1123619,6 @@ "show_number": "5566", "fullAnswer": "suppertime" }, - { - "category": "SCIENCE GLOSSARY", - "air_date": "2008-11-17", - "question": "(Sarah of the Clue Crew pours the blue contents of a graduated cylinder into a beaker.) Colored water, cooking oil & colored alcohol can be layered because each liquid has a different this, defined as mass divided by volume", - "value": "$1600", - "answer": "density", - "round": "Double Jeopardy!", - "show_number": "5566", - "fullAnswer": "density" - }, { "category": "BALLETS THAT TEENS LIKE", "air_date": "2008-11-17", @@ -1183234,7 +1123814,7 @@ "air_date": "2005-01-20", "question": "Biblical killer's walking sticks", "value": "$400", - "answer": "Cain\\'s canes", + "answer": "Cain's canes", "round": "Jeopardy!", "show_number": "4694", "fullAnswer": "Cain\\'s canes" @@ -1183454,7 +1124034,7 @@ "air_date": "2005-01-20", "question": "Ironically, this Milli Vanilli album went to No. 1 in 1989", "value": "$1000", - "answer": "Girl You Know It\\'s True", + "answer": "Girl You Know It's True", "round": "Jeopardy!", "show_number": "4694", "fullAnswer": "Girl You Know It\\'s True" @@ -1183514,7 +1124094,7 @@ "air_date": "2005-01-20", "question": "The main plot of this comedy comes from Boccaccio's \"Decameron\"; its title ensures a happy ending", "value": "$800", - "answer": "All\\'s Well That Ends Well", + "answer": "All's Well That Ends Well", "round": "Double Jeopardy!", "show_number": "4694", "fullAnswer": "All\\'s Well That Ends Well" @@ -1183529,26 +1124109,6 @@ "show_number": "4694", "fullAnswer": "(Isabel) Sanford" }, - { - "category": "AWARDS", - "air_date": "2005-01-20", - "question": "(Hi, I'm Tavis Smiley.) I led a successful campaign to have the Congressional Gold Medal awarded to this woman, a civil rights icon", - "value": "$800", - "answer": "Parks", - "round": "Double Jeopardy!", - "show_number": "4694", - "fullAnswer": "(Rosa) Parks" - }, - { - "category": "THE 1980s", - "air_date": "2005-01-20", - "question": "(Cheryl of the Clue Crew reports from Berlin, Germany.) The most visible symbol of the Cold War, the Berlin Wall was torn down by the citizens of Berlin in this year", - "value": "$800", - "answer": "1989", - "round": "Double Jeopardy!", - "show_number": "4694", - "fullAnswer": "1989" - }, { "category": "ABBREVIATIONS", "air_date": "2005-01-20", @@ -1183699,16 +1124259,6 @@ "show_number": "4694", "fullAnswer": "Mercedes McCambridge" }, - { - "category": "AWARDS", - "air_date": "2005-01-20", - "question": "(I'm Aaron Brown of CNN.) I've won several of these awards for excellence in journalism from the Society of Professional Journalists", - "value": "$2000", - "answer": "Sigma Delta Chi Awards", - "round": "Double Jeopardy!", - "show_number": "4694", - "fullAnswer": "the Sigma Delta Chi Awards" - }, { "category": "THE 1980s", "air_date": "2005-01-20", @@ -1184294,7 +1124844,7 @@ "air_date": "1998-06-02", "question": "In 1916 Alfred Stieglitz exhibited her paintings at 291, his NYC gallery; 8 years later he married her", "value": "$1000", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Double Jeopardy!", "show_number": "3182", "fullAnswer": "Georgia O\\'Keeffe" @@ -1185714,7 +1126264,7 @@ "air_date": "2008-09-12", "question": "The DVD of this second \"Pirates of the Caribbean\" feature hit stores in time for Christmas 2006", "value": "$800", - "answer": "Pirates of the Caribbean: Dead Man\\'s Chest", + "answer": "Pirates of the Caribbean: Dead Man's Chest", "round": "Jeopardy!", "show_number": "5520", "fullAnswer": "Pirates of the Caribbean: Dead Man\\'s Chest" @@ -1185859,16 +1126409,6 @@ "show_number": "5520", "fullAnswer": "John Quincy Adams" }, - { - "category": "THE GATHERING OF NATIONS", - "air_date": "2008-09-12", - "question": "(Jimmy of the Clue Crew reports from the Gathering of Nations in Albuquerque, NM.) The Gathering of Nations is the largest meeting of native tribes in North America & is known by this rhyming term", - "value": "$400", - "answer": "powwow", - "round": "Double Jeopardy!", - "show_number": "5520", - "fullAnswer": "a powwow" - }, { "category": "ABBREVIATED PROVERBS", "air_date": "2008-09-12", @@ -1185919,16 +1126459,6 @@ "show_number": "5520", "fullAnswer": "Benedict XVI" }, - { - "category": "THE GATHERING OF NATIONS", - "air_date": "2008-09-12", - "question": "(Sarah of the Clue Crew reports from the Gathering of Nations in Albuquerque, NM.) The origins of the Kiowa gourd dance
come from the tale of a man who saw a red one of these singing & dancing; the howl is a tribute to the sacred animal", - "value": "$800", - "answer": "wolf", - "round": "Double Jeopardy!", - "show_number": "5520", - "fullAnswer": "a wolf" - }, { "category": "ABBREVIATED PROVERBS", "air_date": "2008-09-12", @@ -1185979,16 +1126509,6 @@ "show_number": "5520", "fullAnswer": "Caligula" }, - { - "category": "THE GATHERING OF NATIONS", - "air_date": "2008-09-12", - "question": "(Sarah of the Clue Crew delivers the clue from the Gathering of Nations in Albuquerque, NM.) Meticulously carved from cottonwood root by Hopi Indians, these dolls represent spirit beings", - "value": "$1200", - "answer": "kachinas", - "round": "Double Jeopardy!", - "show_number": "5520", - "fullAnswer": "kachinas" - }, { "category": "ABBREVIATED PROVERBS", "air_date": "2008-09-12", @@ -1186039,22 +1126559,12 @@ "show_number": "5520", "fullAnswer": "\"Butcher\"" }, - { - "category": "THE GATHERING OF NATIONS", - "air_date": "2008-09-12", - "question": "(Sarah of the Clue Crew delivers the clue from the Gathering of Nations in Albuquerque, NM.) One of the farthest journeys to the Gathering was made by Nicole, a member of the Alaskan Yupek, who, along with the Inuit, comprise this Native American group", - "value": "$1600", - "answer": "Eskimos", - "round": "Double Jeopardy!", - "show_number": "5520", - "fullAnswer": "the Eskimos" - }, { "category": "ABBREVIATED PROVERBS", "air_date": "2008-09-12", "question": "\"Beggars
C. B. C.\"", "value": "$1600", - "answer": "can\\'t be choosers", + "answer": "can't be choosers", "round": "Double Jeopardy!", "show_number": "5520", "fullAnswer": "can\\'t be choosers" @@ -1186069,16 +1126579,6 @@ "show_number": "5520", "fullAnswer": "the strong & the weak" }, - { - "category": "BROADWAY MUSICAL SETTINGS", - "air_date": "2008-09-12", - "question": "(I'm Andrew Lloyd Webber.) The underground lair in which the Phantom lurks is based on fact; there really is a lake beneath this famous building", - "value": "$2000", - "answer": "Paris Opera House", - "round": "Double Jeopardy!", - "show_number": "5520", - "fullAnswer": "the Paris Opera House" - }, { "category": "THE 1800s", "air_date": "2008-09-12", @@ -1186099,16 +1126599,6 @@ "show_number": "5520", "fullAnswer": "Anne of Cleves" }, - { - "category": "THE GATHERING OF NATIONS", - "air_date": "2008-09-12", - "question": "(Jimmy of the Clue Crew delivers the clue from the Gathering of Nations in Albuquerque, NM.) Tribal war bonnets are highly revered at the Gathering; the feathers come from the golden type of this bird, & each one represents a great deed", - "value": "$2000", - "answer": "eagle", - "round": "Double Jeopardy!", - "show_number": "5520", - "fullAnswer": "an eagle" - }, { "category": "ABBREVIATED PROVERBS", "air_date": "2008-09-12", @@ -1186179,16 +1126669,6 @@ "show_number": "5040", "fullAnswer": "February" }, - { - "category": "WORD PUZZLES", - "air_date": "2006-07-07", - "question": "Someone who's a bit erratic might be said to have one of these", - "value": "$200", - "answer": "split personality", - "round": "Jeopardy!", - "show_number": "5040", - "fullAnswer": "a split personality" - }, { "category": "BOOKS & AUTHORS", "air_date": "2006-07-07", @@ -1186209,16 +1126689,6 @@ "show_number": "5040", "fullAnswer": "(Joe) Frazier" }, - { - "category": "DOCTOR WHOM?", - "air_date": "2006-07-07", - "question": "Before becoming a renowned pediatrician, he was a star rower at Yale & won gold in the 1924 Olympics", - "value": "$400", - "answer": "Dr. (Benjamin) Spock", - "round": "Jeopardy!", - "show_number": "5040", - "fullAnswer": "Dr. (Benjamin) Spock" - }, { "category": "THE SMALLEST IN AREA", "air_date": "2006-07-07", @@ -1186239,16 +1126709,6 @@ "show_number": "5040", "fullAnswer": "July" }, - { - "category": "WORD PUZZLES", - "air_date": "2006-07-07", - "question": "A reason to like being in a crowd", - "value": "$400", - "answer": "there\\'s safety in numbers", - "round": "Jeopardy!", - "show_number": "5040", - "fullAnswer": "there\\'s safety in numbers" - }, { "category": "BOOKS & AUTHORS", "air_date": "2006-07-07", @@ -1186299,16 +1126759,6 @@ "show_number": "5040", "fullAnswer": "June" }, - { - "category": "WORD PUZZLES", - "air_date": "2006-07-07", - "question": "It's how I describe Johnny Gilbert when he starts telling jokes", - "value": "$600", - "answer": "too funny for words", - "round": "Jeopardy!", - "show_number": "5040", - "fullAnswer": "too funny for words" - }, { "category": "BOOKS & AUTHORS", "air_date": "2006-07-07", @@ -1186329,16 +1126779,6 @@ "show_number": "5040", "fullAnswer": "Leon Spinks" }, - { - "category": "DOCTOR WHOM?", - "air_date": "2006-07-07", - "question": "Seen here, he was the first African American awarded a doctorate by Harvard", - "value": "$800", - "answer": "W.E.B. Du Bois", - "round": "Jeopardy!", - "show_number": "5040", - "fullAnswer": "W.E.B. Du Bois" - }, { "category": "THE SMALLEST IN AREA", "air_date": "2006-07-07", @@ -1186359,16 +1126799,6 @@ "show_number": "5040", "fullAnswer": "October" }, - { - "category": "WORD PUZZLES", - "air_date": "2006-07-07", - "question": "They can be purchased without a prescription", - "value": "$800", - "answer": "over-the-counter drugs", - "round": "Jeopardy!", - "show_number": "5040", - "fullAnswer": "over-the-counter drugs" - }, { "category": "BOOKS & AUTHORS", "air_date": "2006-07-07", @@ -1186409,26 +1126839,6 @@ "show_number": "5040", "fullAnswer": "Ecuador" }, - { - "category": "MONTHS", - "air_date": "2006-07-07", - "question": "(Jon of the Clue Crew reports from the sign-in desk at Bally Total Fitness.) It's named for a god of doors, & it's the month the greatest number of Americans walk through that door & join a gym", - "value": "$1,000", - "answer": "January", - "round": "Jeopardy!", - "show_number": "5040", - "fullAnswer": "January" - }, - { - "category": "WORD PUZZLES", - "air_date": "2006-07-07", - "question": "What I'm usually accused of having whenever I try to dance", - "value": "$1000", - "answer": "two left feet", - "round": "Jeopardy!", - "show_number": "5040", - "fullAnswer": "two left feet" - }, { "category": "GRAY'S ANATOMY", "air_date": "2006-07-07", @@ -1186509,16 +1126919,6 @@ "show_number": "5040", "fullAnswer": "Polaroid" }, - { - "category": "THE OAFISH", - "air_date": "2006-07-07", - "question": "The goofy but likeable 1950s TV character seen here was played by this Oscar-winning actor", - "value": "$800", - "answer": "Art Carney", - "round": "Double Jeopardy!", - "show_number": "5040", - "fullAnswer": "Art Carney" - }, { "category": "AMERICAN IDLE", "air_date": "2006-07-07", @@ -1186629,16 +1127029,6 @@ "show_number": "5040", "fullAnswer": "the Red Cross" }, - { - "category": "THE OAFISH", - "air_date": "2006-07-07", - "question": "(Anthony Daniels of Star Wars reads the clue.) The characters of C-3PO & R2-D2 are based on 2 crooks from \"The Hidden Fortress\" by this Japanese film director", - "value": "$1600", - "answer": "Kurosawa", - "round": "Double Jeopardy!", - "show_number": "5040", - "fullAnswer": "Kurosawa" - }, { "category": "AMERICAN IDLE", "air_date": "2006-07-07", @@ -1186659,16 +1127049,6 @@ "show_number": "5040", "fullAnswer": "Saint Petersburg" }, - { - "category": "SEE \"S-I\"", - "air_date": "2006-07-07", - "question": "Gnarly, dude! Scope out this groovy math wave seen here", - "value": "$1600", - "answer": "sine wave", - "round": "Double Jeopardy!", - "show_number": "5040", - "fullAnswer": "a sine wave" - }, { "category": "GRAY'S ANATOMY", "air_date": "2006-07-07", @@ -1186679,16 +1127059,6 @@ "show_number": "5040", "fullAnswer": "the jugular vein" }, - { - "category": "MY NAME IS URL", - "air_date": "2006-07-07", - "question": "(Former Homeland Security Secretary Tom Ridge reads the clue.) Including information on First Aid kits & family communication plans, this DHS website on citizen preparedness is www.this.gov", - "value": "$2000", - "answer": "ready", - "round": "Double Jeopardy!", - "show_number": "5040", - "fullAnswer": "ready" - }, { "category": "THE OAFISH", "air_date": "2006-07-07", @@ -1186709,16 +1127079,6 @@ "show_number": "5040", "fullAnswer": "body mass index" }, - { - "category": "DANCING WITH THE TSARS", - "air_date": "2006-07-07", - "question": "There are pretty good seats at this Moscow theater in the historic Tsar's Box seen here", - "value": "$2000", - "answer": "Bolshoi", - "round": "Double Jeopardy!", - "show_number": "5040", - "fullAnswer": "the Bolshoi" - }, { "category": "SEE \"S-I\"", "air_date": "2006-07-07", @@ -1186749,16 +1127109,6 @@ "show_number": "5741", "fullAnswer": "the Moon" }, - { - "category": "CELEBRITY YEARBOOK SUPERLATIVES", - "air_date": "2009-07-20", - "question": "Voted most popular at her East Nashville high school, in the '80s, she'd become the talk of the town", - "value": "$200", - "answer": "Oprah Winfrey", - "round": "Jeopardy!", - "show_number": "5741", - "fullAnswer": "Oprah Winfrey" - }, { "category": "STORYTELLERS", "air_date": "2009-07-20", @@ -1186869,16 +1127219,6 @@ "show_number": "5741", "fullAnswer": "face" }, - { - "category": "CELEBRITY YEARBOOK SUPERLATIVES", - "air_date": "2009-07-20", - "question": "At her New York high school in 1999, she was voted most likely to appear on \"Jeopardy!\"; we'd love to have her", - "value": "$600", - "answer": "Natalie Portman", - "round": "Jeopardy!", - "show_number": "5741", - "fullAnswer": "Natalie Portman" - }, { "category": "STORYTELLERS", "air_date": "2009-07-20", @@ -1186989,16 +1127329,6 @@ "show_number": "5741", "fullAnswer": "December 8th" }, - { - "category": "CELEBRITY YEARBOOK SUPERLATIVES", - "air_date": "2009-07-20", - "question": "At his Longview, Texas high school in 1988, this actor was voted most handsome", - "value": "$1000", - "answer": "Matthew McConaughey", - "round": "Jeopardy!", - "show_number": "5741", - "fullAnswer": "Matthew McConaughey" - }, { "category": "STORYTELLERS", "air_date": "2009-07-20", @@ -1187054,7 +1127384,7 @@ "air_date": "2009-07-20", "question": "Seattle Grace", "value": "$400", - "answer": "Grey\\'s Anatomy", + "answer": "Grey's Anatomy", "round": "Double Jeopardy!", "show_number": "5741", "fullAnswer": "Grey\\'s Anatomy" @@ -1187099,16 +1127429,6 @@ "show_number": "5741", "fullAnswer": "a witch" }, - { - "category": "EUROPEANA", - "air_date": "2009-07-20", - "question": "(Jimmy of the Clue Crew delivers the clue from The Hague in the Netherlands.) This upper house of the Dutch Parliament meets here; like this corresponding U.S. body used to be, it's selected indirectly rather than directly by the people", - "value": "$800", - "answer": "senate", - "round": "Double Jeopardy!", - "show_number": "5741", - "fullAnswer": "a senate" - }, { "category": "TV MEDICAL SHOWS BY HOSPITAL", "air_date": "2009-07-20", @@ -1187239,16 +1127559,6 @@ "show_number": "5741", "fullAnswer": "Scrubs" }, - { - "category": "HABITAT FOR YOU, MANATEE", - "air_date": "2009-07-20", - "question": "Moises the Manatee's home, this island commonwealth", - "value": "$1600", - "answer": "Puerto Rico", - "round": "Double Jeopardy!", - "show_number": "5741", - "fullAnswer": "Puerto Rico" - }, { "category": "RIPLEYS", "air_date": "2009-07-20", @@ -1187694,7 +1128004,7 @@ "air_date": "2009-07-06", "question": "The aches of Abel's older brother", "value": "$400", - "answer": "Cain\\'s pains", + "answer": "Cain's pains", "round": "Double Jeopardy!", "show_number": "5731", "fullAnswer": "Cain\\'s pains" @@ -1187759,16 +1128069,6 @@ "show_number": "5731", "fullAnswer": "a pig wig" }, - { - "category": "THE MATERIAL WORLD", - "air_date": "2009-07-06", - "question": "(Kelly of the Clue Crew holds a pink rock sample at the University of Wisconsin-Madison Geology Museum.) Because of its softness, rhodochrosite is not used in jewelry, but it's highly valued for its color; the name means this, also glasses used by optimists", - "value": "$1200", - "answer": "rose-colored", - "round": "Double Jeopardy!", - "show_number": "5731", - "fullAnswer": "rose-colored" - }, { "category": "CAN'T GET ENOUGH BROADWAY", "air_date": "2009-07-06", @@ -1187879,16 +1128179,6 @@ "show_number": "5731", "fullAnswer": "the Leo trio" }, - { - "category": "THE MATERIAL WORLD", - "air_date": "2009-07-06", - "question": "(Jimmy of the Clue Crew reports from a washi, or paper, factory in Kyoto, Japan.) This material from plant cell walls is the basis of papermaking; soaking fibers in a strong solution dissolves more of it, resulting in softer washi", - "value": "$2000", - "answer": "cellulose", - "round": "Double Jeopardy!", - "show_number": "5731", - "fullAnswer": "cellulose" - }, { "category": "CAN'T GET ENOUGH BROADWAY", "air_date": "2009-07-06", @@ -1189219,16 +1129509,6 @@ "show_number": "4916", "fullAnswer": "Planet of the Apes" }, - { - "category": "STOP, THIEF!", - "air_date": "2006-01-16", - "question": "Born in New York City in 1859, this notorious killer, seen here, specialized in cattle rustling", - "value": "$400", - "answer": "Billy the Kid", - "round": "Jeopardy!", - "show_number": "4916", - "fullAnswer": "Billy the Kid" - }, { "category": "TWAIN TWIP", "air_date": "2006-01-16", @@ -1189344,7 +1129624,7 @@ "air_date": "2006-01-16", "question": "As he predicted he would, Twain died in 1910, a year in which this appeared, just as it did in 1835 when he was born", "value": "$800", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Jeopardy!", "show_number": "4916", "fullAnswer": "Halley\\'s Comet" @@ -1189369,16 +1129649,6 @@ "show_number": "4916", "fullAnswer": "silence is golden" }, - { - "category": "CIVIL RIGHTS HEROES", - "air_date": "2006-01-16", - "question": "(Cheryl of the Clue Crew reports from inside the Pentagon.) The service of these aviators honored here was a factor in leading President Truman to desegregate the military", - "value": "$1000", - "answer": "Tuskegee Airmen", - "round": "Jeopardy!", - "show_number": "4916", - "fullAnswer": "the Tuskegee Airmen" - }, { "category": "SCI-FI MOVIES BY CHARACTER", "air_date": "2006-01-16", @@ -1189539,16 +1129809,6 @@ "show_number": "4916", "fullAnswer": "\"Taps\"" }, - { - "category": "BODIES OF WATER", - "air_date": "2006-01-16", - "question": "(Cheryl of the Clue Crew strolls a scenic walkway by a riverbank at Gorky Park.) Famous as the setting of a book and a movie, Gorky Park lies on the right bank of this river", - "value": "$1200", - "answer": "Moscow River", - "round": "Double Jeopardy!", - "show_number": "4916", - "fullAnswer": "the Moscow River" - }, { "category": "SISTER ACT", "air_date": "2006-01-16", @@ -1189659,16 +1129919,6 @@ "show_number": "4916", "fullAnswer": "Cuba" }, - { - "category": "BODIES OF WATER", - "air_date": "2006-01-16", - "question": "(Sarah of the Clue Crew reports from a marina in Greece.) The island of Aegina is in what the Greeks call Saronikos Kolpos, or what we call the Saronic this", - "value": "$2000", - "answer": "Saronic Gulf", - "round": "Double Jeopardy!", - "show_number": "4916", - "fullAnswer": "the Saronic Gulf" - }, { "category": "SISTER ACT", "air_date": "2006-01-16", @@ -1189769,16 +1130019,6 @@ "show_number": "5588", "fullAnswer": "Little Women" }, - { - "category": "THOMAS JEFFERSON'S MONTICELLO", - "air_date": "2008-12-17", - "question": "(Kelly of the Clue Crew reports from Monticello in Virginia.) The name of Monticello refers to the home's geographical setting--it's Italian for \"little\" this", - "value": "$200", - "answer": "hill ", - "round": "Jeopardy!", - "show_number": "5588", - "fullAnswer": "hill (mountain)" - }, { "category": "1958", "air_date": "2008-12-17", @@ -1189809,16 +1130049,6 @@ "show_number": "5588", "fullAnswer": "chocolate" }, - { - "category": "EAT YOUR VEGGIES!", - "air_date": "2008-12-17", - "question": "It's easy to see why the wood ear type of this is so named", - "value": "$400", - "answer": "mushroom", - "round": "Jeopardy!", - "show_number": "5588", - "fullAnswer": "a mushroom" - }, { "category": "LEFTOVERS", "air_date": "2008-12-17", @@ -1189829,16 +1130059,6 @@ "show_number": "5588", "fullAnswer": "Nevada" }, - { - "category": "THOMAS JEFFERSON'S MONTICELLO", - "air_date": "2008-12-17", - "question": "(Kelly of the Clue Crew reports from Monticello in Virginia.) Jefferson had the USA's largest private book collection, 6,000 of which were sold in 1815 to form the nucleus of this", - "value": "$400", - "answer": "Library of Congress", - "round": "Jeopardy!", - "show_number": "5588", - "fullAnswer": "the Library of Congress" - }, { "category": "1958", "air_date": "2008-12-17", @@ -1189889,16 +1130109,6 @@ "show_number": "5588", "fullAnswer": "Microsoft" }, - { - "category": "THOMAS JEFFERSON'S MONTICELLO", - "air_date": "2008-12-17", - "question": "(Jon of the Clue Crew reports from Monticello in Virginia.) In 1824, this French nobleman came to Monticello for a week-long visit; incidentally, after he left, the wine cellar had to be replenished", - "value": "$1,200", - "answer": "Marquis de Lafayette", - "round": "Jeopardy!", - "show_number": "5588", - "fullAnswer": "the Marquis de Lafayette" - }, { "category": "1958", "air_date": "2008-12-17", @@ -1189949,16 +1130159,6 @@ "show_number": "5588", "fullAnswer": "Sing Sing" }, - { - "category": "THOMAS JEFFERSON'S MONTICELLO", - "air_date": "2008-12-17", - "question": "(Jon of the Clue Crew reports from Monticello in Virginia.) Monticello's famous dome, which we have the privilege of seeing from the inside, was inspired by the ancient Temple of Vesta in this city", - "value": "$800", - "answer": "Rome", - "round": "Jeopardy!", - "show_number": "5588", - "fullAnswer": "Rome" - }, { "category": "1958", "air_date": "2008-12-17", @@ -1190009,16 +1130209,6 @@ "show_number": "5588", "fullAnswer": "The Pied Piper" }, - { - "category": "THOMAS JEFFERSON'S MONTICELLO", - "air_date": "2008-12-17", - "question": "(Kelly of the Clue Crew reports from Monticello in Virginia.) For convenience, Thomas Jefferson built into the sides of the fireplace these small elevators to bring wine up from the cellar--it's not as unintelligent as it sounds", - "value": "$1000", - "answer": "dumbwaiter", - "round": "Jeopardy!", - "show_number": "5588", - "fullAnswer": "a dumbwaiter" - }, { "category": "MARINE BIOLOGY", "air_date": "2008-12-17", @@ -1190214,7 +1130404,7 @@ "air_date": "2008-12-17", "question": "This Brenda Lee perennial failed to chart in 1958 & 1959, but its re-release in 1960 reached No. 14", "value": "$1600", - "answer": "Rockin\\' Around the Christmas Tree", + "answer": "Rockin' Around the Christmas Tree", "round": "Double Jeopardy!", "show_number": "5588", "fullAnswer": "\"Rockin\\' Around the Christmas Tree\"" @@ -1190319,16 +1130509,6 @@ "show_number": "5588", "fullAnswer": "fen" }, - { - "category": "NOVEL INSPIRATIONS", - "air_date": "2008-12-17", - "question": "The house in Canada seen here inspired this beloved novel that's celebrating its 100th anniversary in 2008", - "value": null, - "answer": "Anne of Green Gables", - "round": "Final Jeopardy!", - "show_number": "5588", - "fullAnswer": "Anne of Green Gables" - }, { "category": "SINGERS & THEIR FILMS", "air_date": "1997-01-07", @@ -1191484,7 +1131664,7 @@ "air_date": "2001-02-26", "question": "Norman Mailer's \"True Life Novel\" about Gary Gilmore that featured Disney's Uncle Remus & Brer Rabbit", "value": "$1000", - "answer": "Executioner\\'s Song of the South", + "answer": "Executioner's Song of the South", "round": "Double Jeopardy!", "show_number": "3801", "fullAnswer": "The Executioner\\'s Song of the South" @@ -1191514,7 +1131694,7 @@ "air_date": "2010-11-18", "question": "In kabbadi, one team member tries to tag out as many of the opposing team while holding this as long as possible", "value": "$200", - "answer": "one\\'s breath", + "answer": "one's breath", "round": "Jeopardy!", "show_number": "6024", "fullAnswer": "one\\'s breath" @@ -1191819,16 +1131999,6 @@ "show_number": "6024", "fullAnswer": "Pink" }, - { - "category": "MATH SYMBOLS", - "air_date": "2010-11-18", - "question": "(Jimmy of the Clue Crew explains an equation on the monitor.) The big \"E\" is actually the Greek letter sigma; in math, it means to do this to a series of terms--here, from 1 to 3", - "value": "$400", - "answer": "sum them ", - "round": "Double Jeopardy!", - "show_number": "6024", - "fullAnswer": "sum them (or add them)" - }, { "category": "19th CENTURY LITERARY CHARACTERS", "air_date": "2010-11-18", @@ -1191859,16 +1132029,6 @@ "show_number": "6024", "fullAnswer": "Lady Gaga" }, - { - "category": "MATH SYMBOLS", - "air_date": "2010-11-18", - "question": "The symbol here says \"A\" is this with respect to \"B\"; more than 2 words", - "value": "$800", - "answer": "less than or equal to", - "round": "Double Jeopardy!", - "show_number": "6024", - "fullAnswer": "less than or equal to" - }, { "category": "19th CENTURY LITERARY CHARACTERS", "air_date": "2010-11-18", @@ -1191919,16 +1132079,6 @@ "show_number": "6024", "fullAnswer": "a vest" }, - { - "category": "MATH SYMBOLS", - "air_date": "2010-11-18", - "question": "(Kelly of the Clue Crew explains an expression on the monitor.) The vertical bars around the negative 3 indicate this, also known as numerical value", - "value": "$1200", - "answer": "absolute value", - "round": "Double Jeopardy!", - "show_number": "6024", - "fullAnswer": "absolute value" - }, { "category": "19th CENTURY LITERARY CHARACTERS", "air_date": "2010-11-18", @@ -1191979,16 +1132129,6 @@ "show_number": "6024", "fullAnswer": "a lance" }, - { - "category": "MATH SYMBOLS", - "air_date": "2010-11-18", - "question": "We're pretty sure you can give us the name of this symbol that denotes a range of uncertainty", - "value": "$1600", - "answer": "plus or minus", - "round": "Double Jeopardy!", - "show_number": "6024", - "fullAnswer": "plus or minus" - }, { "category": "19th CENTURY LITERARY CHARACTERS", "air_date": "2010-11-18", @@ -1192039,16 +1132179,6 @@ "show_number": "6024", "fullAnswer": "chevalier" }, - { - "category": "MATH SYMBOLS", - "air_date": "2010-11-18", - "question": "(Sarah of the Clue Crew explains an equation on the monitor.) In math, an exclamation mark is called a factorial symbol; it means to do this with every positive integer of equal or lesser value--in this case, equal to 120", - "value": "$3,200", - "answer": "multiply it", - "round": "Double Jeopardy!", - "show_number": "6024", - "fullAnswer": "multiply it" - }, { "category": "19th CENTURY LITERARY CHARACTERS", "air_date": "2010-11-18", @@ -1192274,7 +1132404,7 @@ "air_date": "2004-01-15", "question": "\"I was born in a crossfire hurricane\"", "value": "$800", - "answer": "Jumpin\\' Jack Flash", + "answer": "Jumpin' Jack Flash", "round": "Jeopardy!", "show_number": "4459", "fullAnswer": "\"Jumpin\\' Jack Flash\"" @@ -1192689,16 +1132819,6 @@ "show_number": "4915", "fullAnswer": "Shrek 2" }, - { - "category": "POLITICAL KISS-OFF", - "air_date": "2006-01-13", - "question": "In a stunning reversal, a baby kisses a politician!--the one seen here", - "value": "$200", - "answer": "Harry Truman", - "round": "Jeopardy!", - "show_number": "4915", - "fullAnswer": "Harry Truman" - }, { "category": "DOUBLE DAILIES", "air_date": "2006-01-13", @@ -1192749,16 +1132869,6 @@ "show_number": "4915", "fullAnswer": "Spider-Man 2" }, - { - "category": "POLITICAL KISS-OFF", - "air_date": "2006-01-13", - "question": "Trying to mend fences, he's the world leader seen here with the First Lady in 2003", - "value": "$400", - "answer": "Chirac", - "round": "Jeopardy!", - "show_number": "4915", - "fullAnswer": "Chirac" - }, { "category": "DOUBLE DAILIES", "air_date": "2006-01-13", @@ -1192809,16 +1132919,6 @@ "show_number": "4915", "fullAnswer": "Speed 2(: Cruise Control)" }, - { - "category": "POLITICAL KISS-OFF", - "air_date": "2006-01-13", - "question": "Hey, why the long face, baby? This world leader showed his softer side in 2005", - "value": "$600", - "answer": "Vladimir Putin", - "round": "Jeopardy!", - "show_number": "4915", - "fullAnswer": "Vladimir Putin" - }, { "category": "DOUBLE DAILIES", "air_date": "2006-01-13", @@ -1192869,16 +1132969,6 @@ "show_number": "4915", "fullAnswer": "Legally Blonde 2" }, - { - "category": "POLITICAL KISS-OFF", - "air_date": "2006-01-13", - "question": "He's seen here with his wife; his state kissed him off in 2003", - "value": "$800", - "answer": "Gray Davis", - "round": "Jeopardy!", - "show_number": "4915", - "fullAnswer": "Gray Davis" - }, { "category": "DOUBLE DAILIES", "air_date": "2006-01-13", @@ -1192929,16 +1133019,6 @@ "show_number": "4915", "fullAnswer": "Toy Story 2" }, - { - "category": "POLITICAL KISS-OFF", - "air_date": "2006-01-13", - "question": "LBJ gives this fellow Texan & Speaker of the House seen here a peck on his birthday", - "value": "$1000", - "answer": "Sam Rayburn", - "round": "Jeopardy!", - "show_number": "4915", - "fullAnswer": "Sam Rayburn" - }, { "category": "DOUBLE DAILIES", "air_date": "2006-01-13", @@ -1192979,16 +1133059,6 @@ "show_number": "4915", "fullAnswer": "the Roman Empire" }, - { - "category": "IN A MUSICAL MOOD", - "air_date": "2006-01-13", - "question": "It's the 1946 Western that shares its name with the song heard here", - "value": "$400", - "answer": "My Darling Clementine", - "round": "Double Jeopardy!", - "show_number": "4915", - "fullAnswer": "My Darling Clementine" - }, { "category": "DRAMATISTS", "air_date": "2006-01-13", @@ -1193039,22 +1133109,12 @@ "show_number": "4915", "fullAnswer": "Charles Dickens" }, - { - "category": "IN A MUSICAL MOOD", - "air_date": "2006-01-13", - "question": "Number of horses doing the work in the song heard here", - "value": "$800", - "answer": "1", - "round": "Double Jeopardy!", - "show_number": "4915", - "fullAnswer": "1" - }, { "category": "DRAMATISTS", "air_date": "2006-01-13", "question": "His trilogy, \"Mourning Becomes Electra\" is based on Aeschylus' \"Oresteia\"", "value": "$800", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "4915", "fullAnswer": "Eugene O\\'Neill" @@ -1193099,16 +1133159,6 @@ "show_number": "4915", "fullAnswer": "Henry VIII" }, - { - "category": "IN A MUSICAL MOOD", - "air_date": "2006-01-13", - "question": "The deer & antelope are playing, but these creatures are roaming", - "value": "$1200", - "answer": "buffalo", - "round": "Double Jeopardy!", - "show_number": "4915", - "fullAnswer": "buffalo" - }, { "category": "DRAMATISTS", "air_date": "2006-01-13", @@ -1193159,16 +1133209,6 @@ "show_number": "4915", "fullAnswer": "Southampton" }, - { - "category": "IN A MUSICAL MOOD", - "air_date": "2006-01-13", - "question": "3-word title of the song heard here", - "value": "$1600", - "answer": "Need You Tonight", - "round": "Double Jeopardy!", - "show_number": "4915", - "fullAnswer": "\"Need You Tonight\"" - }, { "category": "DRAMATISTS", "air_date": "2006-01-13", @@ -1193219,26 +1133259,6 @@ "show_number": "4915", "fullAnswer": "Wessex" }, - { - "category": "IN A MUSICAL MOOD", - "air_date": "2006-01-13", - "question": "They're the first two landmarks sung about in this song", - "value": "$2000", - "answer": "Broadway & Herald Square", - "round": "Double Jeopardy!", - "show_number": "4915", - "fullAnswer": "Broadway & Herald Square" - }, - { - "category": "DRAMATISTS", - "air_date": "2006-01-13", - "question": "(Jon of the Clue Crew reports from the Golden Hall in Stockholm, Sweden.) Among the famous Swedes depicted here, in the Golden Hall of Stockholm City Hall, is this dramatist", - "value": "$2000", - "answer": "August Strindberg", - "round": "Double Jeopardy!", - "show_number": "4915", - "fullAnswer": "August Strindberg" - }, { "category": "IT'S THE BERRIES", "air_date": "2006-01-13", @@ -1193249,16 +1133269,6 @@ "show_number": "4915", "fullAnswer": "the loganberry" }, - { - "category": "AN \"A\" IN SCIENCE", - "air_date": "2006-01-13", - "question": "(Jimmy of the Clue Crew illustrates on a chalkboard.) North on the horizon connects to an imaginary circle that passes through a star via this arc", - "value": "$2000", - "answer": "azimuth", - "round": "Double Jeopardy!", - "show_number": "4915", - "fullAnswer": "azimuth" - }, { "category": "SPORTS PAGE CLICHÉS", "air_date": "2006-01-13", @@ -1193409,16 +1133419,6 @@ "show_number": "5603", "fullAnswer": "Carrie Underwood" }, - { - "category": "INVENTIVE MINDS", - "air_date": "2009-01-07", - "question": "(Sarah of the clue clue presents from a bicycle garage.) This artist and inventor is credited with developing the idea of the chain & cog in the 15th century; it took another 400 years for that idea to be applied to bike design", - "value": "$600", - "answer": "Da Vinci", - "round": "Jeopardy!", - "show_number": "5603", - "fullAnswer": "(Leonardo) Da Vinci" - }, { "category": "YOUR HOME AQUARIUM", "air_date": "2009-01-07", @@ -1193529,16 +1133529,6 @@ "show_number": "5603", "fullAnswer": "Bill Belichick" }, - { - "category": "INVENTIVE MINDS", - "air_date": "2009-01-07", - "question": "(Jimmy of the Clue Crew takes a sip, gets wet.) S.S. Adams was not just a prankster, but a businessman & got a patent on this item that has small hidden holes to create its effect", - "value": "$1000", - "answer": "dribble glass", - "round": "Jeopardy!", - "show_number": "5603", - "fullAnswer": "a dribble glass" - }, { "category": "YOUR HOME AQUARIUM", "air_date": "2009-01-07", @@ -1193579,16 +1133569,6 @@ "show_number": "5603", "fullAnswer": "rotate" }, - { - "category": "SORE WINNERS", - "air_date": "2009-01-07", - "question": "After a marathon 1996 U.S. Open match, this American ace needed an I.V. drip", - "value": "$400", - "answer": "Pete Sampras", - "round": "Double Jeopardy!", - "show_number": "5603", - "fullAnswer": "Pete Sampras" - }, { "category": "WOMEN'S TUITION", "air_date": "2009-01-07", @@ -1193639,16 +1133619,6 @@ "show_number": "5603", "fullAnswer": "felicity" }, - { - "category": "SORE WINNERS", - "air_date": "2009-01-07", - "question": "He had four surgeries on his knees, but he still led his team to Super Bowl victory", - "value": "$800", - "answer": "Joe Namath", - "round": "Double Jeopardy!", - "show_number": "5603", - "fullAnswer": "Joe Namath" - }, { "category": "WOMEN'S TUITION", "air_date": "2009-01-07", @@ -1193699,16 +1133669,6 @@ "show_number": "5603", "fullAnswer": "a falsehood" }, - { - "category": "SORE WINNERS", - "air_date": "2009-01-07", - "question": "Sutures in this Red Sox pitcher's ankle gave way and turned his white sock red, but he still beat the Yanks in 2004", - "value": "$1200", - "answer": "Curt Schilling", - "round": "Double Jeopardy!", - "show_number": "5603", - "fullAnswer": "Curt Schilling" - }, { "category": "WOMEN'S TUITION", "air_date": "2009-01-07", @@ -1193804,7 +1133764,7 @@ "air_date": "2009-01-07", "question": "Gay Head, on this island off Cape Cod, has been renamed Aquinnah", "value": "$1600", - "answer": "Martha\\'s Vineyard", + "answer": "Martha's Vineyard", "round": "Double Jeopardy!", "show_number": "5603", "fullAnswer": "Martha\\'s Vineyard" @@ -1193819,16 +1133779,6 @@ "show_number": "5603", "fullAnswer": "a femme fatale" }, - { - "category": "SORE WINNERS", - "air_date": "2009-01-07", - "question": "After limping off with a knee injury, he came back to inspire the New York Knicks to victory in the 1970 NBA Finals", - "value": "$2000", - "answer": "Willis Reed", - "round": "Double Jeopardy!", - "show_number": "5603", - "fullAnswer": "Willis Reed" - }, { "category": "WOMEN'S TUITION", "air_date": "2009-01-07", @@ -1193904,7 +1133854,7 @@ "air_date": "1997-01-03", "question": "This company's 1st restaurant in China served nearly 40,000 people the day it opened April 23, 1992", "value": "$100", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "2845", "fullAnswer": "McDonald\\'s" @@ -1194214,7 +1134164,7 @@ "air_date": "1997-01-03", "question": "This holiday for lovers probably grew out of the Roman feast of Lupercalia", "value": "$200", - "answer": "Valentine\\'s Day", + "answer": "Valentine's Day", "round": "Double Jeopardy!", "show_number": "2845", "fullAnswer": "Valentine\\'s Day" @@ -1194489,16 +1134439,6 @@ "show_number": "3646", "fullAnswer": "Mecca" }, - { - "category": "5-LETTER WORDS", - "air_date": "2000-06-12", - "question": "On the internet www.dol.gov gets you the Department of this", - "value": "$100", - "answer": "Labor", - "round": "Jeopardy!", - "show_number": "3646", - "fullAnswer": "Labor" - }, { "category": "PUT 'EM IN ORDER", "air_date": "2000-06-12", @@ -1194994,7 +1134934,7 @@ "air_date": "2000-06-12", "question": "This religion grew out of the Babi Faith, which was founded in Iran in 1844", "value": "$3,000", - "answer": "Baha\\'i Faith", + "answer": "Baha'i Faith", "round": "Double Jeopardy!", "show_number": "3646", "fullAnswer": "Baha\\'i Faith" @@ -1195054,7 +1134994,7 @@ "air_date": "2009-07-24", "question": "Ryan &
Tatum", "value": "$200", - "answer": "O\\'Neal", + "answer": "O'Neal", "round": "Jeopardy!", "show_number": "5745", "fullAnswer": "O\\'Neal" @@ -1195099,16 +1135039,6 @@ "show_number": "5745", "fullAnswer": "Green Giant" }, - { - "category": "PREHISTORIC TIMES", - "air_date": "2009-07-24", - "question": "(Kelly of the Clue Crew reports from the University of Wisconsin-Madison Geology Museum.) The University of Wisconsin-Madison Geology Museum has a skeleton of this animal that humans may have driven extinct; the distinctive teeth that provided its name were once thought to belong to a carnivore", - "value": "$400", - "answer": "mastodon", - "round": "Jeopardy!", - "show_number": "5745", - "fullAnswer": "a mastodon" - }, { "category": "ACTING FAMILIES", "air_date": "2009-07-24", @@ -1195219,16 +1135149,6 @@ "show_number": "5745", "fullAnswer": "Tom Thumb" }, - { - "category": "PREHISTORIC TIMES", - "air_date": "2009-07-24", - "question": "(Jimmy of the Clue Crew reports from the University of Wisconsin-Madison Geology Museum.) Apatosaurus weighed up to 30 tons, so just this bone of the upper leg is 5 feet long & weighs 300 pounds", - "value": "$800", - "answer": "femur", - "round": "Jeopardy!", - "show_number": "5745", - "fullAnswer": "the femur" - }, { "category": "ACTING FAMILIES", "air_date": "2009-07-24", @@ -1195504,7 +1135424,7 @@ "air_date": "2009-07-24", "question": "Richard Gere, Heath Ledger & Cate Blanchett played incarnations of Bob in this unusual biopic", "value": "$1200", - "answer": "I\\'m Not There", + "answer": "I'm Not There", "round": "Double Jeopardy!", "show_number": "5745", "fullAnswer": "I\\'m Not There" @@ -1195684,7 +1135604,7 @@ "air_date": "2008-04-18", "question": "\"I get by with a little help from my friends\" is a line from this classic Beatles album", "value": "$200", - "answer": "Sgt. Pepper\\'s Lonely Hearts Club Band", + "answer": "Sgt. Pepper's Lonely Hearts Club Band", "round": "Jeopardy!", "show_number": "5445", "fullAnswer": "Sgt. Pepper\\'s Lonely Hearts Club Band" @@ -1195709,16 +1135629,6 @@ "show_number": "5445", "fullAnswer": "a sibling" }, - { - "category": "I'M AN ANIMAL", - "air_date": "2008-04-18", - "question": "This insect's sound as he rubs his wings together is a courtship song", - "value": "$400", - "answer": "cricket", - "round": "Jeopardy!", - "show_number": "5445", - "fullAnswer": "a cricket" - }, { "category": "THE NFL", "air_date": "2008-04-18", @@ -1195889,16 +1135799,6 @@ "show_number": "5445", "fullAnswer": "an inkling" }, - { - "category": "I'M AN ANIMAL", - "air_date": "2008-04-18", - "question": "Boeing has named a military aircraft after this bird that's showing off its flight capabilities", - "value": "$1000", - "answer": "osprey", - "round": "Jeopardy!", - "show_number": "5445", - "fullAnswer": "an osprey" - }, { "category": "THE NFL", "air_date": "2008-04-18", @@ -1196129,16 +1136029,6 @@ "show_number": "5445", "fullAnswer": "a Scotch egg" }, - { - "category": "NATIVE AMERICANS", - "air_date": "2008-04-18", - "question": "A Cree Indian, this folk singer won a 1982 Oscar for co-writing \"Up Where We Belong\" from \"An Officer and a Gentleman\"", - "value": "$1600", - "answer": "Buffy Sainte-Marie", - "round": "Double Jeopardy!", - "show_number": "5445", - "fullAnswer": "Buffy Sainte-Marie" - }, { "category": "BIRD-BRAINED TELEVISION", "air_date": "2008-04-18", @@ -1196549,26 +1136439,6 @@ "show_number": "5805", "fullAnswer": "Pioneer" }, - { - "category": "\"FACE\" BOOK", - "air_date": "2009-12-04", - "question": "(Jimmy of the Clue Crew turns around roughly in place.) This marching maneuver used by military formation can also mean a complete change of opinion", - "value": "$1000", - "answer": "about-face", - "round": "Jeopardy!", - "show_number": "5805", - "fullAnswer": "an about-face" - }, - { - "category": "21st CENTURY SENATORS", - "air_date": "2009-12-04", - "question": "On July 7, 2009, this man seen here was sworn in as a U.S. senator eight months after the election", - "value": "$400", - "answer": "Al Franken", - "round": "Double Jeopardy!", - "show_number": "5805", - "fullAnswer": "Al Franken" - }, { "category": "POLKA YOUR EYES OUT", "air_date": "2009-12-04", @@ -1196619,16 +1136489,6 @@ "show_number": "5805", "fullAnswer": "curling" }, - { - "category": "21st CENTURY SENATORS", - "air_date": "2009-12-04", - "question": "In the clearing stands this California senator, seen here, & a fighter by her trade", - "value": "$800", - "answer": "Boxer", - "round": "Double Jeopardy!", - "show_number": "5805", - "fullAnswer": "(Barbara) Boxer" - }, { "category": "POLKA YOUR EYES OUT", "air_date": "2009-12-04", @@ -1196679,16 +1136539,6 @@ "show_number": "5805", "fullAnswer": "\"The Ugly Duckling\"" }, - { - "category": "21st CENTURY SENATORS", - "air_date": "2009-12-04", - "question": "We'll gamble you'll know this Nevadan seen here", - "value": "$1200", - "answer": "Harry Reid", - "round": "Double Jeopardy!", - "show_number": "5805", - "fullAnswer": "Harry Reid" - }, { "category": "POLKA YOUR EYES OUT", "air_date": "2009-12-04", @@ -1196739,16 +1136589,6 @@ "show_number": "5805", "fullAnswer": "a fingerling" }, - { - "category": "21st CENTURY SENATORS", - "air_date": "2009-12-04", - "question": "In 2009, this veteran senator was the life of his new party", - "value": "$1600", - "answer": "Arlen Specter", - "round": "Double Jeopardy!", - "show_number": "5805", - "fullAnswer": "Arlen Specter" - }, { "category": "POLKA YOUR EYES OUT", "air_date": "2009-12-04", @@ -1196799,16 +1136639,6 @@ "show_number": "5805", "fullAnswer": "rifling" }, - { - "category": "21st CENTURY SENATORS", - "air_date": "2009-12-04", - "question": "Shown here, Roland Burris from this state had some problems with his Senate seating arrangements", - "value": "$2000", - "answer": "Illinois", - "round": "Double Jeopardy!", - "show_number": "5805", - "fullAnswer": "Illinois" - }, { "category": "POLKA YOUR EYES OUT", "air_date": "2009-12-04", @@ -1196959,16 +1136789,6 @@ "show_number": "5259", "fullAnswer": "the camel" }, - { - "category": "YOU NEED HELP", - "air_date": "2007-06-21", - "question": "(Sarah gives the clue.) This signal was chosen because it was easy to remember and quick to send", - "value": "$400", - "answer": "SOS", - "round": "Jeopardy!", - "show_number": "5259", - "fullAnswer": "SOS" - }, { "category": "\"RU\" SURE?", "air_date": "2007-06-21", @@ -1197294,7 +1137114,7 @@ "air_date": "2007-06-21", "question": "Careful! You will say one word 4 times (not 5, not 3!) in the title of this zany 1963 road comedy", "value": "$1200", - "answer": "It\\'s a Mad, Mad, Mad, Mad World", + "answer": "It's a Mad, Mad, Mad, Mad World", "round": "Double Jeopardy!", "show_number": "5259", "fullAnswer": "It\\'s a Mad, Mad, Mad, Mad World" @@ -1197384,7 +1137204,7 @@ "air_date": "2007-06-21", "question": "After a 5-year legal battle with a sugar company, this pizza chain won the right to keep its name in 1980", "value": "$3,000", - "answer": "Domino\\'s", + "answer": "Domino's", "round": "Double Jeopardy!", "show_number": "5259", "fullAnswer": "Domino\\'s" @@ -1197519,16 +1137339,6 @@ "show_number": "5529", "fullAnswer": "a rifle" }, - { - "category": "SPOOF FILMS", - "air_date": "2008-09-25", - "question": "(I'm Michael McKean.) As David St. Hubbins I lead this rock band through the trials & tribulations of stardom", - "value": "$400", - "answer": "Spinal Tap", - "round": "Jeopardy!", - "show_number": "5529", - "fullAnswer": "Spinal Tap" - }, { "category": "THERE WILL BE BLOOD SAUSAGE", "air_date": "2008-09-25", @@ -1197559,16 +1137369,6 @@ "show_number": "5529", "fullAnswer": "Job" }, - { - "category": "ENTOMBMENT", - "air_date": "2008-09-25", - "question": "(Jimmy of the Clue Crew reports from Machu Picchu, Peru.) The cave beneath the Temple of the Sun is called the Royal Tomb and probably held these remains more associated with Egypt", - "value": "$400", - "answer": "mummies", - "round": "Jeopardy!", - "show_number": "5529", - "fullAnswer": "mummies" - }, { "category": "CHARLIE WILSON'S WAR WORDS", "air_date": "2008-09-25", @@ -1197829,16 +1137629,6 @@ "show_number": "5529", "fullAnswer": "septuplets" }, - { - "category": "ROCK & ROLL", - "air_date": "2008-09-25", - "question": "(Hey, I'm Mark McGrath, &) one of my all-time favorite bands is this Johnny Rotten-Sid Vicious group that lasted only 3 years in the 1970s", - "value": "$800", - "answer": "Sex Pistols", - "round": "Double Jeopardy!", - "show_number": "5529", - "fullAnswer": "The Sex Pistols" - }, { "category": "AUTHORS' MIDDLE NAMES", "air_date": "2008-09-25", @@ -1198344,7 +1138134,7 @@ "air_date": "1999-06-14", "question": "Also the title of a 1595 play, it's a traditional belief or story that's often superstitious", "value": "$500", - "answer": "Old Wives\\' Tale", + "answer": "Old Wives' Tale", "round": "Jeopardy!", "show_number": "3416", "fullAnswer": "\"Old Wives\\' Tale\"" @@ -1199244,7 +1139034,7 @@ "air_date": "2007-05-03", "question": "Meredith had a near-death experience & Izzie decided to practice medicine again on this show", "value": "$200", - "answer": "Grey\\'s Anatomy", + "answer": "Grey's Anatomy", "round": "Jeopardy!", "show_number": "5224", "fullAnswer": "Grey\\'s Anatomy" @@ -1199379,16 +1139169,6 @@ "show_number": "5224", "fullAnswer": "quad" }, - { - "category": "POTPOURRI", - "air_date": "2007-05-03", - "question": "(Sarah of the Clue Crew reports from UC Santa Cruz.) A membership program here at a UC Santa Cruz aquarium is named for the sea type of this creature--not to be confused with the banana type, the university's mascot", - "value": "$800", - "answer": "slug", - "round": "Jeopardy!", - "show_number": "5224", - "fullAnswer": "slug" - }, { "category": "READ YOUR BIBLE", "air_date": "2007-05-03", @@ -1199539,16 +1139319,6 @@ "show_number": "5224", "fullAnswer": "\"The Twelve Days of Christmas\"" }, - { - "category": "THE 21st CENTURY ROCKS", - "air_date": "2007-05-03", - "question": "Even after their Grammy wins, this trio is \"Not Ready To Make Nice\"

\"But I’ve always found my way somehow /
By taking the long way around...\"
", - "value": "$400", - "answer": "Dixie Chicks", - "round": "Double Jeopardy!", - "show_number": "5224", - "fullAnswer": "The Dixie Chicks" - }, { "category": "DICT. ABBREV.", "air_date": "2007-05-03", @@ -1199619,16 +1139389,6 @@ "show_number": "5224", "fullAnswer": "nominative" }, - { - "category": "QUEEN VICTORIA'S MYSPACE PAGE", - "air_date": "2007-05-03", - "question": "The background is one of over a dozen portraits of herself done in honor of this June 28, 1838 ceremony", - "value": "$1200", - "answer": "her coronation", - "round": "Double Jeopardy!", - "show_number": "5224", - "fullAnswer": "her coronation" - }, { "category": "POETS & POETRY", "air_date": "2007-05-03", @@ -1199639,16 +1139399,6 @@ "show_number": "5224", "fullAnswer": "Keats" }, - { - "category": "LANDMARKS", - "air_date": "2007-05-03", - "question": "You might say the statuesque residents of this South Pacific island have big heads & are always on holiday", - "value": "$1200", - "answer": "Easter Island", - "round": "Double Jeopardy!", - "show_number": "5224", - "fullAnswer": "Easter Island" - }, { "category": "PACK TENTH", "air_date": "2007-05-03", @@ -1199659,16 +1139409,6 @@ "show_number": "5224", "fullAnswer": "Tyler" }, - { - "category": "THE 21st CENTURY ROCKS", - "air_date": "2007-05-03", - "question": "\"Dance, Dance\" for this band heard here

\"Dance, dance, we're falling apart to half time...\"
", - "value": "$1200", - "answer": "Fall Out Boy", - "round": "Double Jeopardy!", - "show_number": "5224", - "fullAnswer": "Fall Out Boy" - }, { "category": "DICT. ABBREV.", "air_date": "2007-05-03", @@ -1199739,16 +1139479,6 @@ "show_number": "5224", "fullAnswer": "Indo-European" }, - { - "category": "QUEEN VICTORIA'S MYSPACE PAGE", - "air_date": "2007-05-03", - "question": "The music is this song, on which Felix Mendelssohn once improvised for Her Majesty", - "value": "$2000", - "answer": "Rule, Britannia!", - "round": "Double Jeopardy!", - "show_number": "5224", - "fullAnswer": "\"Rule, Britannia!\"" - }, { "category": "POETS & POETRY", "air_date": "2007-05-03", @@ -1199779,16 +1139509,6 @@ "show_number": "5224", "fullAnswer": "Sappho" }, - { - "category": "THE 21st CENTURY ROCKS", - "air_date": "2007-05-03", - "question": "If you're in trouble, send an \"S.O.S.\" to this woman

\"Come Mr. DJ song pon de replay /
Come Mr. DJ won't you turn the music up...\"
", - "value": "$2000", - "answer": "Rihanna", - "round": "Double Jeopardy!", - "show_number": "5224", - "fullAnswer": "Rihanna" - }, { "category": "DICT. ABBREV.", "air_date": "2007-05-03", @@ -1199874,7 +1139594,7 @@ "air_date": "1998-12-04", "question": "Mickey D's doesn't have a maitre D", "value": "$200", - "answer": "Maitre D\\' Hotel", + "answer": "Maitre D' Hotel", "round": "Jeopardy!", "show_number": "3280", "fullAnswer": "Maitre D\\' Hotel" @@ -1200034,7 +1139754,7 @@ "air_date": "1998-12-04", "question": "Set it in motion with your feet, then wet your fingers before centering the clay", "value": "$400", - "answer": "Throwing a pot on a potter\\'s wheel", + "answer": "Throwing a pot on a potter's wheel", "round": "Jeopardy!", "show_number": "3280", "fullAnswer": "Throwing a pot on a potter\\'s wheel" @@ -1200224,7 +1139944,7 @@ "air_date": "1998-12-04", "question": "Little Bighorn event in an Edward James Olmos East L.A. movie", "value": "$400", - "answer": "Custer\\'s Last Stand And Deliver", + "answer": "Custer's Last Stand And Deliver", "round": "Double Jeopardy!", "show_number": "3280", "fullAnswer": "Custer\\'s Last Stand And Deliver" @@ -1200334,7 +1140054,7 @@ "air_date": "1998-12-04", "question": "Garry Moore's game show about those who protect the president", "value": "$800", - "answer": "I\\'ve Got A Secret Service", + "answer": "I've Got A Secret Service", "round": "Double Jeopardy!", "show_number": "3280", "fullAnswer": "I\\'ve Got A Secret Service" @@ -1201349,16 +1141069,6 @@ "show_number": "4560", "fullAnswer": "Aladdin" }, - { - "category": "HOOVER DAM", - "air_date": "2004-06-04", - "question": "(Jimmy of the Clue Crew reports from Hoover Dam.) 2 purposes behind building Hoover Dam were to generate electricity & control flooding on this river", - "value": "$400", - "answer": "Colorado", - "round": "Double Jeopardy!", - "show_number": "4560", - "fullAnswer": "the Colorado" - }, { "category": "GONE WITH THE WIND", "air_date": "2004-06-04", @@ -1201379,16 +1141089,6 @@ "show_number": "4560", "fullAnswer": "the Visigoths" }, - { - "category": "MY DEER", - "air_date": "2004-06-04", - "question": "(Sarah of the Clue Crew reports from Alaska.) In spring & summer, an elk's antlers are covered with material called this, like a \"crushed\" fabric", - "value": "$800", - "answer": "velvet", - "round": "Double Jeopardy!", - "show_number": "4560", - "fullAnswer": "velvet" - }, { "category": "I DON'T", "air_date": "2004-06-04", @@ -1201399,26 +1141099,6 @@ "show_number": "4560", "fullAnswer": "a psychologist" }, - { - "category": "GIVE \"A\"", - "air_date": "2004-06-04", - "question": "It's the 18th century hymn heard here in an updated version", - "value": "$800", - "answer": "Amazing Grace", - "round": "Double Jeopardy!", - "show_number": "4560", - "fullAnswer": "\"Amazing Grace\"" - }, - { - "category": "HOOVER DAM", - "air_date": "2004-06-04", - "question": "(Jimmy of the Clue Crew reports from Hoover Dam.) Between 1933 & '35, 4.4 million cubic yards of this were laid in the dam, enough to pave a highway from San Francisco to New York City", - "value": "$800", - "answer": "concrete", - "round": "Double Jeopardy!", - "show_number": "4560", - "fullAnswer": "concrete" - }, { "category": "GONE WITH THE WIND", "air_date": "2004-06-04", @@ -1201469,16 +1141149,6 @@ "show_number": "4560", "fullAnswer": "Assisi" }, - { - "category": "HOOVER DAM", - "air_date": "2004-06-04", - "question": "(Sofia of the Clue Crew reports from Hoover Dam.) For much of its early history, Hoover Dam was called this, from a canyon where it was once going to be built", - "value": "$1200", - "answer": "Boulder Dam", - "round": "Double Jeopardy!", - "show_number": "4560", - "fullAnswer": "Boulder Dam" - }, { "category": "GONE WITH THE WIND", "air_date": "2004-06-04", @@ -1201499,26 +1141169,6 @@ "show_number": "4560", "fullAnswer": "Charles Martel" }, - { - "category": "MY DEER", - "air_date": "2004-06-04", - "question": "When running, this deer species seen here shows off the feature for which it is named", - "value": "$2,800", - "answer": "white-tail", - "round": "Double Jeopardy!", - "show_number": "4560", - "fullAnswer": "a white-tail" - }, - { - "category": "I DON'T", - "air_date": "2004-06-04", - "question": "I don't throw anything away, so I'm known as this creature seen here", - "value": "$1600", - "answer": "pack rat", - "round": "Double Jeopardy!", - "show_number": "4560", - "fullAnswer": "a pack rat" - }, { "category": "GIVE \"A\"", "air_date": "2004-06-04", @@ -1201529,16 +1141179,6 @@ "show_number": "4560", "fullAnswer": "avoir du pois" }, - { - "category": "HOOVER DAM", - "air_date": "2004-06-04", - "question": "(Jimmy of Clue Crew reports from inside Hoover Dam.) Hoover Dam generates over 2,000 megawatts of hydroelectric power using 17 main ones of these", - "value": "$1600", - "answer": "turbines", - "round": "Double Jeopardy!", - "show_number": "4560", - "fullAnswer": "turbines" - }, { "category": "GONE WITH THE WIND", "air_date": "2004-06-04", @@ -1201589,16 +1141229,6 @@ "show_number": "4560", "fullAnswer": "Antigua" }, - { - "category": "HOOVER DAM", - "air_date": "2004-06-04", - "question": "(Sofia of the Clue Crew reports from Hoover Dam.) In addition to its technological fame, Hoover Dam is known as a masterpiece of this 1930s design style", - "value": "$2000", - "answer": "Art Deco", - "round": "Double Jeopardy!", - "show_number": "4560", - "fullAnswer": "Art Deco" - }, { "category": "RECORD HOLDERS", "air_date": "2004-06-04", @@ -1201709,16 +1141339,6 @@ "show_number": "5386", "fullAnswer": "Alexander the Great" }, - { - "category": "WHO'S RUNNING THIS OPERATION?", - "air_date": "2008-01-28", - "question": "Word of authority in the name of the historic figure seen here", - "value": "$400", - "answer": "chief", - "round": "Jeopardy!", - "show_number": "5386", - "fullAnswer": "chief" - }, { "category": "ALSO ON YOUR PC KEYBOARD", "air_date": "2008-01-28", @@ -1201839,16 +1141459,6 @@ "show_number": "5386", "fullAnswer": "czar" }, - { - "category": "ALSO ON YOUR PC KEYBOARD", - "air_date": "2008-01-28", - "question": "Raw food author & former model Carol seen here", - "value": "$800", - "answer": "Alt", - "round": "Jeopardy!", - "show_number": "5386", - "fullAnswer": "Alt" - }, { "category": "SPANNING THE GLOBE", "air_date": "2008-01-28", @@ -1201959,26 +1141569,6 @@ "show_number": "5386", "fullAnswer": "gym" }, - { - "category": "MISSILES", - "air_date": "2008-01-28", - "question": "(Jon of the Clue Crew reports from NASA White Sands test facility in New Mexico.) During the first Gulf War, these missiles & their launchers were successfully used to intercept Iraqi ballistic missiles", - "value": "$400", - "answer": "Patriot missiles", - "round": "Double Jeopardy!", - "show_number": "5386", - "fullAnswer": "Patriot missiles" - }, - { - "category": "HEY, GOOD LOOKING!", - "air_date": "2008-01-28", - "question": "In 2007 this friend of \"Jeopardy!\" was the cover girl for People magazine's \"100 Most Beautiful\" issue", - "value": "$800", - "answer": "Drew Barrymore", - "round": "Double Jeopardy!", - "show_number": "5386", - "fullAnswer": "Drew Barrymore" - }, { "category": "CAN I BUY YOU A DRINK?", "air_date": "2008-01-28", @@ -1201989,16 +1141579,6 @@ "show_number": "5386", "fullAnswer": "cranberry juice" }, - { - "category": "THAT SOUNDS \"GREAT\"", - "air_date": "2008-01-28", - "question": "Here's to this big pooch who's hanging out with its little friend in the photo seen here", - "value": "$800", - "answer": "Great Dane", - "round": "Double Jeopardy!", - "show_number": "5386", - "fullAnswer": "the Great Dane" - }, { "category": "BLIGH ME, CAPTAIN!", "air_date": "2008-01-28", @@ -1202079,36 +1141659,6 @@ "show_number": "5386", "fullAnswer": "a lynx" }, - { - "category": "MISSILES", - "air_date": "2008-01-28", - "question": "(Kelly of the Clue Crew reads from inside a museum display at NASA White Sands Test Facility in New Mexico.) With a range of about 3 miles, these highly portable missiles & their launchers proved decisive for the Afghans against Russian helicopters in the 1980s", - "value": "$1200", - "answer": "Stinger missiles", - "round": "Double Jeopardy!", - "show_number": "5386", - "fullAnswer": "Stinger missiles" - }, - { - "category": "HEY, GOOD LOOKING!", - "air_date": "2008-01-28", - "question": "(Hey, I'm Mark McGrath.) People often mistake me for this \"Training Day\" actor, so I'll sign autographs as him & he'll sign autographs as me", - "value": "$1600", - "answer": "Ethan Hawke", - "round": "Double Jeopardy!", - "show_number": "5386", - "fullAnswer": "Ethan Hawke" - }, - { - "category": "CAN I BUY YOU A DRINK?", - "air_date": "2008-01-28", - "question": "I'll make you an offer you can't refuse, this cocktail of Scotch & Amaretto", - "value": "$1600", - "answer": "Godfather", - "round": "Double Jeopardy!", - "show_number": "5386", - "fullAnswer": "the Godfather" - }, { "category": "THAT SOUNDS \"GREAT\"", "air_date": "2008-01-28", @@ -1202199,16 +1141749,6 @@ "show_number": "5386", "fullAnswer": "rhythms" }, - { - "category": "MISSILES", - "air_date": "2008-01-28", - "question": "(Jon of the Clue Crew reports from a display at White Sands National Monument in New Mexico.) Captured German rockets with this alphanumeric name were taken to White Sands in the 1940s for reverse engineering & analysis", - "value": "$2000", - "answer": "V-2", - "round": "Double Jeopardy!", - "show_number": "5386", - "fullAnswer": "V-2" - }, { "category": "TV CELEBRITIES", "air_date": "2008-01-28", @@ -1202244,7 +1141784,7 @@ "air_date": "1998-12-07", "question": "In 1859 gold seekers vowed to reach this peak \"or bust\"", "value": "$100", - "answer": "Pike\\'s Peak", + "answer": "Pike's Peak", "round": "Jeopardy!", "show_number": "3281", "fullAnswer": "Pike\\'s Peak" @@ -1203424,7 +1142964,7 @@ "air_date": "1998-07-10", "question": "A defection attempt by crew members of the Soviet frigate Storozhevoy inspired this 1984 bestseller", "value": null, - "answer": "\\The Hunt for Red October\\", + "answer": "The Hunt for Red October", "round": "Final Jeopardy!", "show_number": "3210", "fullAnswer": "\\\"The Hunt for Red October\\\"" @@ -1203489,16 +1143029,6 @@ "show_number": "4683", "fullAnswer": "a rolling pin" }, - { - "category": "STATE CAPITALS", - "air_date": "2005-01-05", - "question": "(Hi, I'm Tim Russert of NBC's Meet the Press.) Before joining NBC News, I observed politics firsthand as a lawyer working in the N.Y. Governor's office in this state capital", - "value": "$400", - "answer": "Albany", - "round": "Jeopardy!", - "show_number": "4683", - "fullAnswer": "Albany" - }, { "category": "I'LL BE YOUR WAITER", "air_date": "2005-01-05", @@ -1203514,7 +1143044,7 @@ "air_date": "2005-01-05", "question": "Kate Jackson was originally Dustin Hoffman's Mrs. Kramer but this TV show she was on couldn't make the schedule work", "value": "$400", - "answer": "Charlie\\'s Angels", + "answer": "Charlie's Angels", "round": "Jeopardy!", "show_number": "4683", "fullAnswer": "Charlie\\'s Angels" @@ -1203609,16 +1143139,6 @@ "show_number": "4683", "fullAnswer": "a roller coaster" }, - { - "category": "STATE CAPITALS", - "air_date": "2005-01-05", - "question": "(Hi, I'm Tucker Carlson of CNN's Crossfire.) One of my first jobs in journalism was as a staff writer at the Arkansas Democrat-Gazette in this state capital", - "value": "$800", - "answer": "Little Rock", - "round": "Jeopardy!", - "show_number": "4683", - "fullAnswer": "Little Rock" - }, { "category": "I'LL BE YOUR WAITER", "air_date": "2005-01-05", @@ -1203709,16 +1143229,6 @@ "show_number": "4683", "fullAnswer": "Morocco" }, - { - "category": "AMERICANA", - "air_date": "2005-01-05", - "question": "(Hi, I'm Gretchen Carlson of the CBS Saturday Early Show.) As a former Miss Minnesota, I know that the Minnesota state motto is \"L'Etoile du Nord\", or this \"of the North\"", - "value": "$1000", - "answer": "star", - "round": "Jeopardy!", - "show_number": "4683", - "fullAnswer": "star" - }, { "category": "\"ROLL\" CALL", "air_date": "2005-01-05", @@ -1203849,16 +1143359,6 @@ "show_number": "4683", "fullAnswer": "John Travolta" }, - { - "category": "WELCOME TO STRATFORD", - "air_date": "2005-01-05", - "question": "Sarah from the Clue Crew: William Shakespeare is buried here in Holy Trinity Church near the remains of his wife, this woman", - "value": "$1200", - "answer": "Anne Hathaway", - "round": "Double Jeopardy!", - "show_number": "4683", - "fullAnswer": "Anne Hathaway" - }, { "category": "A BEFORE E", "air_date": "2005-01-05", @@ -1203969,16 +1143469,6 @@ "show_number": "4683", "fullAnswer": "Susan Sarandon" }, - { - "category": "WELCOME TO STRATFORD", - "air_date": "2005-01-05", - "question": "Shakespeare's birth home is in the style called half-this, alluding to the amount of wood used", - "value": "$2000", - "answer": "timber", - "round": "Double Jeopardy!", - "show_number": "4683", - "fullAnswer": "timber" - }, { "category": "A BEFORE E", "air_date": "2005-01-05", @@ -1204034,7 +1143524,7 @@ "air_date": "2005-01-05", "question": "A poor couple window-shopping a diamond bracelet at this store inspired the song \"I Can't Give You Anything But Love\"", "value": null, - "answer": "Tiffany\\'s", + "answer": "Tiffany's", "round": "Final Jeopardy!", "show_number": "4683", "fullAnswer": "Tiffany\\'s" @@ -1204179,16 +1143669,6 @@ "show_number": "5570", "fullAnswer": "New Zealand" }, - { - "category": "THE NET WORKS", - "air_date": "2008-11-21", - "question": "For some strange reason, this company's Live.com site has system requirements that don't include Macs or Firefox", - "value": "$600", - "answer": "Microsoft", - "round": "Jeopardy!", - "show_number": "5570", - "fullAnswer": "Microsoft" - }, { "category": "FOOD FOR THOUGHT", "air_date": "2008-11-21", @@ -1204339,16 +1143819,6 @@ "show_number": "5570", "fullAnswer": "determination" }, - { - "category": "HEROD'S LOST TOMB", - "air_date": "2008-11-21", - "question": "2007 brought news of the identification of Herod's tomb in the Judean Desert in this present country where he once ruled", - "value": "$400", - "answer": "Israel", - "round": "Double Jeopardy!", - "show_number": "5570", - "fullAnswer": "Israel" - }, { "category": "RECENT MOVIES", "air_date": "2008-11-21", @@ -1204399,16 +1143869,6 @@ "show_number": "5570", "fullAnswer": "constellations" }, - { - "category": "HEROD'S LOST TOMB", - "air_date": "2008-11-21", - "question": "The Bible tells us Herod was troubled by the news of this great event and was soon dead in 4 B.C.", - "value": "$800", - "answer": "birth of Jesus", - "round": "Double Jeopardy!", - "show_number": "5570", - "fullAnswer": "the birth of Jesus" - }, { "category": "RECENT MOVIES", "air_date": "2008-11-21", @@ -1204429,26 +1143889,6 @@ "show_number": "5570", "fullAnswer": "love" }, - { - "category": "SOUNDS LIKE FUN", - "air_date": "2008-11-21", - "question": "(Kelly of the Clue Crew does some origami.) In origami, fold a piece of paper in half from the bottom & you have a valley fold; turn it over, & you have this opposite fold", - "value": "$800", - "answer": "mountain fold", - "round": "Double Jeopardy!", - "show_number": "5570", - "fullAnswer": "a mountain fold" - }, - { - "category": "U.S. BUILDINGS", - "air_date": "2008-11-21", - "question": "There's no mistaking this uniquely-shaped building seen here", - "value": "$800", - "answer": "Pentagon", - "round": "Double Jeopardy!", - "show_number": "5570", - "fullAnswer": "the Pentagon" - }, { "category": "TEEN-LETTER WORDS", "air_date": "2008-11-21", @@ -1204459,16 +1143899,6 @@ "show_number": "5570", "fullAnswer": "upperclassman" }, - { - "category": "HEROD'S LOST TOMB", - "air_date": "2008-11-21", - "question": "Herod's Harbor at Caesarea didn't last long, apparently destroyed by one of these mighty waves", - "value": "$1200", - "answer": "tidal wave ", - "round": "Double Jeopardy!", - "show_number": "5570", - "fullAnswer": "a tidal wave (or tsunami)" - }, { "category": "RECENT MOVIES", "air_date": "2008-11-21", @@ -1204519,16 +1143949,6 @@ "show_number": "5570", "fullAnswer": "videocassette" }, - { - "category": "HEROD'S LOST TOMB", - "air_date": "2008-11-21", - "question": "To gain his own people's respect, Herod rebuilt the Temple of Jerusalem, including this sacred site that's still there", - "value": "$1600", - "answer": "Western Wall", - "round": "Double Jeopardy!", - "show_number": "5570", - "fullAnswer": "the Western Wall" - }, { "category": "RECENT MOVIES", "air_date": "2008-11-21", @@ -1204579,16 +1143999,6 @@ "show_number": "5570", "fullAnswer": "unsportsmanlike" }, - { - "category": "HEROD'S LOST TOMB", - "air_date": "2008-11-21", - "question": "Evidence suggests a red one of these stone coffins, presumed Herod's, was smashed by rebels who hated Herod's legacy", - "value": "$2000", - "answer": "sarcophagus", - "round": "Double Jeopardy!", - "show_number": "5570", - "fullAnswer": "a sarcophagus" - }, { "category": "RECENT MOVIES", "air_date": "2008-11-21", @@ -1204649,16 +1144059,6 @@ "show_number": "5570", "fullAnswer": "thunder" }, - { - "category": "ANIMATION", - "air_date": "1998-06-12", - "question": "Character seen here:
(\"----- ----- a-doop!\")", - "value": "$100", - "answer": "Betty Boop", - "round": "Jeopardy!", - "show_number": "3190", - "fullAnswer": "Betty Boop" - }, { "category": "EXPLORATION", "air_date": "1998-06-12", @@ -1204789,16 +1144189,6 @@ "show_number": "3190", "fullAnswer": "Robert Scott" }, - { - "category": "CONSERVATION", - "air_date": "1998-06-12", - "question": "(Hi, I'm environmental lawyer Robert F. Kennedy, Jr.) In 1970 it was this president who established the Environmental Protection Agency", - "value": "$1,000", - "answer": "Richard Nixon", - "round": "Jeopardy!", - "show_number": "3190", - "fullAnswer": "Richard Nixon" - }, { "category": "TRANSPORTATION", "air_date": "1998-06-12", @@ -1205119,16 +1144509,6 @@ "show_number": "3190", "fullAnswer": "The Ice Storm" }, - { - "category": "CRUSTACEANS", - "air_date": "1998-06-12", - "question": "Crustacean that's the title of the 1979 song heard here:

\"Everybody had....\"", - "value": "$600", - "answer": "Rock Lobster", - "round": "Double Jeopardy!", - "show_number": "3190", - "fullAnswer": "\"Rock Lobster\"" - }, { "category": "CELEBRATIONS", "air_date": "1998-06-12", @@ -1205289,16 +1144669,6 @@ "show_number": "3910", "fullAnswer": "Ray (Charles)" }, - { - "category": "STATE THE OBVIOUS", - "air_date": "2001-09-07", - "question": "[State outline]", - "value": "$100", - "answer": "Nebraska", - "round": "Jeopardy!", - "show_number": "3910", - "fullAnswer": "Nebraska" - }, { "category": "IN THE DICTIONARY", "air_date": "2001-09-07", @@ -1205349,16 +1144719,6 @@ "show_number": "3910", "fullAnswer": "(Jim) Seals" }, - { - "category": "STATE THE OBVIOUS", - "air_date": "2001-09-07", - "question": "[State outline]", - "value": "$200", - "answer": "Okalhoma", - "round": "Jeopardy!", - "show_number": "3910", - "fullAnswer": "Okalhoma" - }, { "category": "IN THE DICTIONARY", "air_date": "2001-09-07", @@ -1205369,16 +1144729,6 @@ "show_number": "3910", "fullAnswer": "to bolt" }, - { - "category": "\"SEVEN\" ON YOUR SIDE", - "air_date": "2001-09-07", - "question": "Title film group whose theme was the following", - "value": "$200", - "answer": "Magnificent Seven", - "round": "Jeopardy!", - "show_number": "3910", - "fullAnswer": "the Magnificent Seven" - }, { "category": "THE WRITINGS OF WOODY ALLEN", "air_date": "2001-09-07", @@ -1205409,16 +1144759,6 @@ "show_number": "3910", "fullAnswer": "Cat Stevens" }, - { - "category": "STATE THE OBVIOUS", - "air_date": "2001-09-07", - "question": "[State outline]", - "value": "$300", - "answer": "Utah", - "round": "Jeopardy!", - "show_number": "3910", - "fullAnswer": "Utah" - }, { "category": "IN THE DICTIONARY", "air_date": "2001-09-07", @@ -1205429,16 +1144769,6 @@ "show_number": "3910", "fullAnswer": "a coping saw" }, - { - "category": "\"SEVEN\" ON YOUR SIDE", - "air_date": "2001-09-07", - "question": "Group seen here in 1961", - "value": "$300", - "answer": "Mercury Seven", - "round": "Jeopardy!", - "show_number": "3910", - "fullAnswer": "the Mercury Seven" - }, { "category": "THE WRITINGS OF WOODY ALLEN", "air_date": "2001-09-07", @@ -1205469,16 +1144799,6 @@ "show_number": "3910", "fullAnswer": "Samantha Fox" }, - { - "category": "STATE THE OBVIOUS", - "air_date": "2001-09-07", - "question": "[State outline]", - "value": "$400", - "answer": "Illinois", - "round": "Jeopardy!", - "show_number": "3910", - "fullAnswer": "Illinois" - }, { "category": "IN THE DICTIONARY", "air_date": "2001-09-07", @@ -1205529,16 +1144849,6 @@ "show_number": "3910", "fullAnswer": "Joey Dee" }, - { - "category": "STATE THE OBVIOUS", - "air_date": "2001-09-07", - "question": "[State outline]", - "value": "$500", - "answer": "Wisconsin", - "round": "Jeopardy!", - "show_number": "3910", - "fullAnswer": "Wisconsin" - }, { "category": "IN THE DICTIONARY", "air_date": "2001-09-07", @@ -1205549,16 +1144859,6 @@ "show_number": "3910", "fullAnswer": "verve" }, - { - "category": "\"SEVEN\" ON YOUR SIDE", - "air_date": "2001-09-07", - "question": "Located in Salem, Massachusetts, it's the literary inspiration seen here", - "value": "$800", - "answer": "House of the Seven Gables", - "round": "Jeopardy!", - "show_number": "3910", - "fullAnswer": "the House of the Seven Gables" - }, { "category": "EYE ON ASIA", "air_date": "2001-09-07", @@ -1205659,16 +1144959,6 @@ "show_number": "3910", "fullAnswer": "Flatliners" }, - { - "category": "ARTISTS", - "air_date": "2001-09-07", - "question": "The self-portraits of this artist seen here are based on photos by Christopher Makos", - "value": "$400", - "answer": "Andy Warhol", - "round": "Double Jeopardy!", - "show_number": "3910", - "fullAnswer": "Andy Warhol" - }, { "category": "\"WAL\" STREET", "air_date": "2001-09-07", @@ -1205679,16 +1144969,6 @@ "show_number": "3910", "fullAnswer": "a walrus mustache" }, - { - "category": "EYE ON ASIA", - "air_date": "2001-09-07", - "question": "Seen here, he involuntarily moved to Taiwan in 1949", - "value": "$600", - "answer": "Chiang Kai-shek", - "round": "Double Jeopardy!", - "show_number": "3910", - "fullAnswer": "Chiang Kai-shek" - }, { "category": "PARTNERS", "air_date": "2001-09-07", @@ -1205779,16 +1145059,6 @@ "show_number": "3910", "fullAnswer": "The Player" }, - { - "category": "ARTISTS", - "air_date": "2001-09-07", - "question": "This Spanish artist, court painter to Charles IV, is seen here in an 1815 self-portrait", - "value": "$800", - "answer": "Goya", - "round": "Double Jeopardy!", - "show_number": "3910", - "fullAnswer": "Goya" - }, { "category": "\"WAL\" STREET", "air_date": "2001-09-07", @@ -1206519,16 +1145789,6 @@ "show_number": "4569", "fullAnswer": "Idaho" }, - { - "category": "JEOPARDY! OF FORTUNE", - "air_date": "2004-06-17", - "question": "Microsoft Head Honcho", - "value": "$200", - "answer": "Bill Gates", - "round": "Jeopardy!", - "show_number": "4569", - "fullAnswer": "Bill Gates" - }, { "category": "PLAINS", "air_date": "2004-06-17", @@ -1206569,26 +1145829,6 @@ "show_number": "4569", "fullAnswer": "Bud Abbott" }, - { - "category": "I HAVE SPOKANE", - "air_date": "2004-06-17", - "question": "He's the longtime Spokane resident and one-time law student seen here", - "value": "$400", - "answer": "Bing Crosby", - "round": "Jeopardy!", - "show_number": "4569", - "fullAnswer": "Bing Crosby" - }, - { - "category": "JEOPARDY! OF FORTUNE", - "air_date": "2004-06-17", - "question": "Current Senate Majority Leader", - "value": "$400", - "answer": "Bill Frist", - "round": "Jeopardy!", - "show_number": "4569", - "fullAnswer": "Bill Frist" - }, { "category": "PLAINS", "air_date": "2004-06-17", @@ -1206639,16 +1145879,6 @@ "show_number": "4569", "fullAnswer": "the sun" }, - { - "category": "JEOPARDY! OF FORTUNE", - "air_date": "2004-06-17", - "question": "The Oracle of Omaha", - "value": "$600", - "answer": "Warren Buffett", - "round": "Jeopardy!", - "show_number": "4569", - "fullAnswer": "Warren Buffett" - }, { "category": "PLAINS", "air_date": "2004-06-17", @@ -1206699,16 +1145929,6 @@ "show_number": "4569", "fullAnswer": "Grand Coulee Dam" }, - { - "category": "JEOPARDY! OF FORTUNE", - "air_date": "2004-06-17", - "question": "K in DreamWorks SKG", - "value": "$800", - "answer": "Katzenberg", - "round": "Jeopardy!", - "show_number": "4569", - "fullAnswer": "(Jeffrey) Katzenberg" - }, { "category": "PLAINS", "air_date": "2004-06-17", @@ -1206754,21 +1145974,11 @@ "air_date": "2004-06-17", "question": "Due to the efforts of Spokane resident Sonora Dodd, this holiday was first celebrated there, on June 19, 1910", "value": "$1000", - "answer": "Father\\'s Day", + "answer": "Father's Day", "round": "Jeopardy!", "show_number": "4569", "fullAnswer": "Father\\'s Day" }, - { - "category": "JEOPARDY! OF FORTUNE", - "air_date": "2004-06-17", - "question": "Once husband of Ivana and Marla", - "value": "$1000", - "answer": "Donald Trump", - "round": "Jeopardy!", - "show_number": "4569", - "fullAnswer": "Donald Trump" - }, { "category": "SCIENCE POTPOURRI", "air_date": "2004-06-17", @@ -1206809,16 +1146019,6 @@ "show_number": "4569", "fullAnswer": "Little Women" }, - { - "category": "HOW ABOUT HOWARD", - "air_date": "2004-06-17", - "question": "You numbskull! It's the Stooge seen here", - "value": "$400", - "answer": "Moe ", - "round": "Double Jeopardy!", - "show_number": "4569", - "fullAnswer": "Moe (Howard)" - }, { "category": "ADVERBS", "air_date": "2004-06-17", @@ -1207009,16 +1146209,6 @@ "show_number": "4569", "fullAnswer": "gallantly" }, - { - "category": "SCIENCE POTPOURRI", - "air_date": "2004-06-17", - "question": "(Sarah of the Clue Crew burns one in from Volcanoes National
Park, Hawaii.
) Volcanic fumes can be hazardous to your health: they contain sulfuric acid, glass particles & this, HCl", - "value": "$2000", - "answer": "hydrochloric acid", - "round": "Double Jeopardy!", - "show_number": "4569", - "fullAnswer": "hydrochloric acid" - }, { "category": "SINGERS", "air_date": "2004-06-17", @@ -1207684,7 +1146874,7 @@ "air_date": "2001-06-15", "question": "On December 16, 2000, the day after his graduation, LSU retired his No. 33 jersey", "value": null, - "answer": "Shaquille O\\' Neal", + "answer": "Shaquille O' Neal", "round": "Final Jeopardy!", "show_number": "3880", "fullAnswer": "Shaquille O\\' Neal" @@ -1207754,7 +1146944,7 @@ "air_date": "1990-04-19", "question": "The last Oscar for cinematography in B & W went to this '66 film based on an Edward Albee play", "value": "$200", - "answer": "Who\\'s Afraid of Virginia Woolf?", + "answer": "Who's Afraid of Virginia Woolf?", "round": "Jeopardy!", "show_number": "1309", "fullAnswer": "Who\\'s Afraid of Virginia Woolf?" @@ -1208364,7 +1147554,7 @@ "air_date": "2005-03-17", "question": "Portia: \"Then must the Jew be merciful\"; Shylock: \"On what compulsion must I?...\"; Portia: this famous line", "value": "$600", - "answer": "quality of mercy is not strain\\'d", + "answer": "quality of mercy is not strain'd", "round": "Jeopardy!", "show_number": "4734", "fullAnswer": "The quality of mercy is not strain\\'d" @@ -1208629,16 +1147819,6 @@ "show_number": "4734", "fullAnswer": "Canada" }, - { - "category": "GRAMMAR", - "air_date": "2005-03-17", - "question": "(Sarah of the Clue Crew reports from a classroom.) In one type of sentence diagram, these descriptive or limiting words, like adjectives & adverbs, go under subjects & verbs", - "value": "$800", - "answer": "modifiers", - "round": "Double Jeopardy!", - "show_number": "4734", - "fullAnswer": "modifiers" - }, { "category": "KNOW YOUR CONGRESS", "air_date": "2005-03-17", @@ -1208659,16 +1147839,6 @@ "show_number": "4734", "fullAnswer": "the Everly Brothers" }, - { - "category": "THE '60s", - "air_date": "2005-03-17", - "question": "(Jimmy of the Clue Crew reports from Aswan, Egypt.) On January 9, 1960, this man set off 10 tons of dynamite to start construction of the Aswan High Dam", - "value": "$1200", - "answer": "Nasser", - "round": "Double Jeopardy!", - "show_number": "4734", - "fullAnswer": "Nasser" - }, { "category": "MOVIE SONGS", "air_date": "2005-03-17", @@ -1208849,16 +1148019,6 @@ "show_number": "4734", "fullAnswer": "nimbus" }, - { - "category": "HISTORY VIA STICK FIGURES", - "air_date": "2009-11-09", - "question": "He's the hobbyist scientist seen here experimenting in 1752", - "value": "$200", - "answer": "Ben Franklin", - "round": "Jeopardy!", - "show_number": "5786", - "fullAnswer": "Ben Franklin" - }, { "category": "SPORTS TEAM BY STARS", "air_date": "2009-11-09", @@ -1208869,16 +1148029,6 @@ "show_number": "5786", "fullAnswer": "the New York Yankees" }, - { - "category": "WHAT'S THAT SOUND?", - "air_date": "2009-11-09", - "question": "This noise might keep you awake at night", - "value": "$200", - "answer": "snoring", - "round": "Jeopardy!", - "show_number": "5786", - "fullAnswer": "snoring" - }, { "category": "U.S. CITIES", "air_date": "2009-11-09", @@ -1208909,16 +1148059,6 @@ "show_number": "5786", "fullAnswer": "binary code" }, - { - "category": "HISTORY VIA STICK FIGURES", - "air_date": "2009-11-09", - "question": "His August 9, 1974 exit is recreated here", - "value": "$400", - "answer": "Nixon", - "round": "Jeopardy!", - "show_number": "5786", - "fullAnswer": "(Richard) Nixon" - }, { "category": "SPORTS TEAM BY STARS", "air_date": "2009-11-09", @@ -1208929,16 +1148069,6 @@ "show_number": "5786", "fullAnswer": "the L.A. Galaxy" }, - { - "category": "WHAT'S THAT SOUND?", - "air_date": "2009-11-09", - "question": "It's the arcade precursor to video games heard here", - "value": "$400", - "answer": "pinball", - "round": "Jeopardy!", - "show_number": "5786", - "fullAnswer": "pinball" - }, { "category": "U.S. CITIES", "air_date": "2009-11-09", @@ -1208969,16 +1148099,6 @@ "show_number": "5786", "fullAnswer": "boot camp" }, - { - "category": "HISTORY VIA STICK FIGURES", - "air_date": "2009-11-09", - "question": "His 218 B.C. leadership of an armed trip to Italy is shown here", - "value": "$600", - "answer": "Hannibal", - "round": "Jeopardy!", - "show_number": "5786", - "fullAnswer": "Hannibal" - }, { "category": "SPORTS TEAM BY STARS", "air_date": "2009-11-09", @@ -1208989,16 +1148109,6 @@ "show_number": "5786", "fullAnswer": "the Cleveland Cavaliers" }, - { - "category": "WHAT'S THAT SOUND?", - "air_date": "2009-11-09", - "question": "Clock in & name this feathered friend", - "value": "$600", - "answer": "cuckoo", - "round": "Jeopardy!", - "show_number": "5786", - "fullAnswer": "a cuckoo" - }, { "category": "U.S. CITIES", "air_date": "2009-11-09", @@ -1209029,16 +1148139,6 @@ "show_number": "5786", "fullAnswer": "blue chip" }, - { - "category": "HISTORY VIA STICK FIGURES", - "air_date": "2009-11-09", - "question": "Joe Rosenthal took the original February 1945 picture at this place--here's our take", - "value": "$800", - "answer": "Iwo Jima", - "round": "Jeopardy!", - "show_number": "5786", - "fullAnswer": "Iwo Jima" - }, { "category": "SPORTS TEAM BY STARS", "air_date": "2009-11-09", @@ -1209049,16 +1148149,6 @@ "show_number": "5786", "fullAnswer": "the Pittsburgh Penguins" }, - { - "category": "WHAT'S THAT SOUND?", - "air_date": "2009-11-09", - "question": "It's the member of the violin family heard here", - "value": "$800", - "answer": "cello", - "round": "Jeopardy!", - "show_number": "5786", - "fullAnswer": "the cello" - }, { "category": "U.S. CITIES", "air_date": "2009-11-09", @@ -1209089,16 +1148179,6 @@ "show_number": "5786", "fullAnswer": "British Columbia" }, - { - "category": "HISTORY VIA STICK FIGURES", - "air_date": "2009-11-09", - "question": "Seen here is a representation of this world leader during a noted 64 A.D. event", - "value": "$1000", - "answer": "Nero", - "round": "Jeopardy!", - "show_number": "5786", - "fullAnswer": "Nero" - }, { "category": "SPORTS TEAM BY STARS", "air_date": "2009-11-09", @@ -1209109,16 +1148189,6 @@ "show_number": "5786", "fullAnswer": "the Seattle Mariners" }, - { - "category": "WHAT'S THAT SOUND?", - "air_date": "2009-11-09", - "question": "This nocturnal dog-like animal of Africa is heard here", - "value": "$1000", - "answer": "hyena", - "round": "Jeopardy!", - "show_number": "5786", - "fullAnswer": "a hyena" - }, { "category": "U.S. CITIES", "air_date": "2009-11-09", @@ -1209329,16 +1148399,6 @@ "show_number": "5786", "fullAnswer": "Exodus" }, - { - "category": "THE SCIENCE OF AUTUMN", - "air_date": "2009-11-09", - "question": "(Kelly of the Clue Crew shows a sports physics animation on the monitor.) World Series sluggers try to get backspin on the ball making it go farther, because the air moves faster over the upper surface providing this elevating force on the underside", - "value": "$1600", - "answer": "lift", - "round": "Double Jeopardy!", - "show_number": "5786", - "fullAnswer": "lift" - }, { "category": "VIDEO GAMES", "air_date": "2009-11-09", @@ -1209349,16 +1148409,6 @@ "show_number": "5786", "fullAnswer": "The Sims" }, - { - "category": "ART & ARTISTS", - "air_date": "2009-11-09", - "question": "There's no wry smile on this Italian's \"Ginevra de'Benci\", which you can see right here in the U.S. of A.", - "value": "$1,800", - "answer": "da Vinci", - "round": "Double Jeopardy!", - "show_number": "5786", - "fullAnswer": "da Vinci" - }, { "category": "RECENT BOOKS", "air_date": "2009-11-09", @@ -1209644,7 +1148694,7 @@ "air_date": "2002-12-06", "question": "This novel about a politician's rise & fall earned Robert Penn Warren a Pulitzer Prize in 1947", "value": "$800", - "answer": "All the King\\'s Men", + "answer": "All the King's Men", "round": "Jeopardy!", "show_number": "4205", "fullAnswer": "\"All the King\\'s Men\"" @@ -1210044,7 +1149094,7 @@ "air_date": "2002-12-06", "question": "This work written in 1931 consists of 5 movements including \"On the Trail\" & \"Painted Desert\"", "value": null, - "answer": "\\Grand Canyon Suite\\ ", + "answer": "Grand Canyon Suite ", "round": "Final Jeopardy!", "show_number": "4205", "fullAnswer": "\\\"Grand Canyon Suite\\\" (by Ferde Grofe)" @@ -1210394,7 +1149444,7 @@ "air_date": "2002-10-22", "question": "Jessica Lange went to London in 2000 to play the drug-addicted mom in his play \"Long Day's Journey Into Night\"", "value": "$400", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "4172", "fullAnswer": "Eugene O\\'Neill" @@ -1210524,7 +1149574,7 @@ "air_date": "2002-10-22", "question": "A 1929 song says, \"Ain't\" doin' this, \"I'm savin' my love for you\"", "value": "$1200", - "answer": "Misbehavin\\'", + "answer": "Misbehavin'", "round": "Double Jeopardy!", "show_number": "4172", "fullAnswer": "Misbehavin\\'" @@ -1211359,16 +1150409,6 @@ "show_number": "5020", "fullAnswer": "the flying monkeys" }, - { - "category": "ANDERSONVILLE", - "air_date": "2006-06-09", - "question": "At one time the host of \"The Mole\", this CNN anchor is the son of Gloria Vanderbilt", - "value": "$400", - "answer": "Anderson Cooper", - "round": "Jeopardy!", - "show_number": "5020", - "fullAnswer": "Anderson Cooper" - }, { "category": "CHATEAU \"DIF\"", "air_date": "2006-06-09", @@ -1211464,7 +1150504,7 @@ "air_date": "2006-06-09", "question": "After this girl group's bassist fell ill, Kathy Valentine stepped in, even though she'd never played bass before", "value": "$800", - "answer": "Go-Go\\'s", + "answer": "Go-Go's", "round": "Jeopardy!", "show_number": "5020", "fullAnswer": "the Go-Go\\'s" @@ -1211519,16 +1150559,6 @@ "show_number": "5020", "fullAnswer": "Louis XIV" }, - { - "category": "SING SING", - "air_date": "2006-06-09", - "question": "The gal seen here wanted candy & fronted this '80s band that was organized by Malcolm McLaren", - "value": "$1000", - "answer": "Bow Wow Wow", - "round": "Jeopardy!", - "show_number": "5020", - "fullAnswer": "Bow Wow Wow" - }, { "category": "OZ", "air_date": "2006-06-09", @@ -1211599,16 +1150629,6 @@ "show_number": "5020", "fullAnswer": "the piranha" }, - { - "category": "WORLD LEADERS", - "air_date": "2006-06-09", - "question": "The man seen here was allegedly poisoned while trying to become president of this former Soviet republic", - "value": "$400", - "answer": "Ukraine", - "round": "Double Jeopardy!", - "show_number": "5020", - "fullAnswer": "the Ukraine" - }, { "category": "SHOW SOME PRIDE", "air_date": "2006-06-09", @@ -1211629,16 +1150649,6 @@ "show_number": "5020", "fullAnswer": "the coxswain" }, - { - "category": "CITY OF THE DAY: MINNEAPOLIS", - "air_date": "2006-06-09", - "question": "In 2006 Lake Calhoun was the site of a tourney in this type of ice hockey, named for small bodies of water", - "value": "$800", - "answer": "pond hockey", - "round": "Double Jeopardy!", - "show_number": "5020", - "fullAnswer": "pond hockey" - }, { "category": "FROM BOOK TO FILM", "air_date": "2006-06-09", @@ -1211719,16 +1150729,6 @@ "show_number": "5020", "fullAnswer": "a manatee" }, - { - "category": "WORLD LEADERS", - "air_date": "2006-06-09", - "question": "This Venezuelan's close friendship with Fidel Castro has made him controversial in some quarters", - "value": "$1200", - "answer": "Hugo Chavez", - "round": "Double Jeopardy!", - "show_number": "5020", - "fullAnswer": "Hugo Chavez" - }, { "category": "SHOW SOME PRIDE", "air_date": "2006-06-09", @@ -1211764,7 +1150764,7 @@ "air_date": "2006-06-09", "question": "\"I, Tina: My Life Story\"", "value": "$3,000", - "answer": "What\\'s Love Got to Do with It", + "answer": "What's Love Got to Do with It", "round": "Double Jeopardy!", "show_number": "5020", "fullAnswer": "What\\'s Love Got to Do with It" @@ -1211789,16 +1150789,6 @@ "show_number": "5020", "fullAnswer": "Queen Elizabeth II" }, - { - "category": "SHOW SOME PRIDE", - "air_date": "2006-06-09", - "question": "(Jon of the Clue Crew holds a short stick.) The name of this stick, originally carried by military officers to counteract putting their hands in their pockets, is also a prideful walk", - "value": "$1600", - "answer": "swagger", - "round": "Double Jeopardy!", - "show_number": "5020", - "fullAnswer": "a swagger" - }, { "category": "CREW CLUES", "air_date": "2006-06-09", @@ -1211809,16 +1150799,6 @@ "show_number": "5020", "fullAnswer": "the Regatta" }, - { - "category": "CITY OF THE DAY: MINNEAPOLIS", - "air_date": "2006-06-09", - "question": "The Minneapolis Sculpture Garden work seen here is by Coosje van Bruggen & this Swedish-born pop artist", - "value": "$2000", - "answer": "Claes Oldenburg", - "round": "Double Jeopardy!", - "show_number": "5020", - "fullAnswer": "Claes Oldenburg" - }, { "category": "FROM BOOK TO FILM", "air_date": "2006-06-09", @@ -1211839,16 +1150819,6 @@ "show_number": "5020", "fullAnswer": "a capybara" }, - { - "category": "WORLD LEADERS", - "air_date": "2006-06-09", - "question": "Seen here is a prince & later king of this country, visiting President Carter", - "value": "$2000", - "answer": "Saudi Arabia", - "round": "Double Jeopardy!", - "show_number": "5020", - "fullAnswer": "Saudi Arabia" - }, { "category": "SHOW SOME PRIDE", "air_date": "2006-06-09", @@ -1212669,16 +1151639,6 @@ "show_number": "5147", "fullAnswer": "Arthur Miller" }, - { - "category": "RUSSIAN LEADERS", - "air_date": "2007-01-16", - "question": "(Cheryl of the Clue Crew reports from Moscow, Russia.) After Moscow's Alarm Tower summoned a dangerous mob in 1771, this woman had its bell removed", - "value": "$800", - "answer": "Catherine the Great", - "round": "Jeopardy!", - "show_number": "5147", - "fullAnswer": "Catherine the Great" - }, { "category": "CELEBRITY DOG BREEDS", "air_date": "2007-01-16", @@ -1212759,16 +1151719,6 @@ "show_number": "5147", "fullAnswer": "the shopping cart" }, - { - "category": "GIMME AN \"F\"", - "air_date": "2007-01-16", - "question": "(Jon of the Clue Crew limbers up in the gym.) In 1998 the American College of Sports Medicine said a complete program must develop cardio and muscular fitness, and this, improved by stretching", - "value": "$1000", - "answer": "flexibility", - "round": "Jeopardy!", - "show_number": "5147", - "fullAnswer": "flexibility" - }, { "category": "YOU GOTTA HAVE ART", "air_date": "2007-01-16", @@ -1212859,16 +1151809,6 @@ "show_number": "5147", "fullAnswer": "Adriatic Sea" }, - { - "category": "ENTERTAINING WOMEN", - "air_date": "2007-01-16", - "question": "(Doug Savant reads the clue.) On \"Desperate Housewives\", I was reunited with this actress, the explosive Kimberly Shaw on \"Melrose Place\"", - "value": "$800", - "answer": "Marcia Cross", - "round": "Double Jeopardy!", - "show_number": "5147", - "fullAnswer": "Marcia Cross" - }, { "category": "SPEED HAMLET", "air_date": "2007-01-16", @@ -1212879,16 +1151819,6 @@ "show_number": "5147", "fullAnswer": "Gertrude" }, - { - "category": "THAT'S SOME OF YOUR BUSINESS", - "air_date": "2007-01-16", - "question": "The logo for this shoe retailer founded in 1974 is seen here", - "value": "$800", - "answer": "Foot Locker", - "round": "Double Jeopardy!", - "show_number": "5147", - "fullAnswer": "Foot Locker" - }, { "category": "1957", "air_date": "2007-01-16", @@ -1212979,16 +1151909,6 @@ "show_number": "5147", "fullAnswer": "Beaufort Sea" }, - { - "category": "ENTERTAINING WOMEN", - "air_date": "2007-01-16", - "question": "(I'm Miguel Ferrer.) My dad was Tony & Oscar winner Jose Ferrer, & my mom was this Grammy-nominated vocalist", - "value": "$1600", - "answer": "Rosemary Clooney", - "round": "Double Jeopardy!", - "show_number": "5147", - "fullAnswer": "Rosemary Clooney" - }, { "category": "SPEED HAMLET", "air_date": "2007-01-16", @@ -1213149,16 +1152069,6 @@ "show_number": "6234", "fullAnswer": "Michael" }, - { - "category": "MYTHBUSTERS", - "air_date": "2011-10-27", - "question": "(The Mythbusters deliver the clue.) The idiom \"going down like a lead balloon\" implies that lead balloons can't fly but by constructing a balloon & filling it with enough of this inert gas, we achieved lift-off, myth busted!", - "value": "$200", - "answer": "helium", - "round": "Jeopardy!", - "show_number": "6234", - "fullAnswer": "helium" - }, { "category": "ADDRESS ME", "air_date": "2011-10-27", @@ -1213209,22 +1152119,12 @@ "show_number": "6234", "fullAnswer": "Emily" }, - { - "category": "MYTHBUSTERS", - "air_date": "2011-10-27", - "question": "(The Mythbusters deliver the clue.) In the 15th century, Leonardo da Vinci designed a cannon powered by the rapid expansion of this; he thought it would fire projectiles 3,000 feet, but our test showed that the idea was mostly hot air", - "value": "$400", - "answer": "steam", - "round": "Jeopardy!", - "show_number": "6234", - "fullAnswer": "steam" - }, { "category": "ADDRESS ME", "air_date": "2011-10-27", "question": "On \"Everybody Loves Raymond\", Ray & Debra lived at 320 Fowler; these people, across the street at 319", "value": "$600", - "answer": "Ray\\'s parents", + "answer": "Ray's parents", "round": "Jeopardy!", "show_number": "6234", "fullAnswer": "Ray\\'s parents" @@ -1213269,16 +1152169,6 @@ "show_number": "6234", "fullAnswer": "John" }, - { - "category": "MYTHBUSTERS", - "air_date": "2011-10-27", - "question": "(The Mythbusters deliver the clue.) We tested a story of unlikely survival using a parachutist hitting a see-saw to launch a girl several stories up but she'd be subjected to 42 of these units, exerted on an object by changes in speed, so a safe landing is unlikely indeed", - "value": "$600", - "answer": "g unit", - "round": "Jeopardy!", - "show_number": "6234", - "fullAnswer": "a g unit" - }, { "category": "ADDRESS ME", "air_date": "2011-10-27", @@ -1213329,16 +1152219,6 @@ "show_number": "6234", "fullAnswer": "Robert" }, - { - "category": "MYTHBUSTERS", - "air_date": "2011-10-27", - "question": "(The Mythbusters deliver the clue.) 500 mirrors reflected the sun's rays on a ship's sail which got hot, but failed to catch fire; at President Obama's request we were testing a method invented by this ancient Greek mathematician", - "value": "$800", - "answer": "Archimedes", - "round": "Jeopardy!", - "show_number": "6234", - "fullAnswer": "Archimedes" - }, { "category": "ADDRESS ME", "air_date": "2011-10-27", @@ -1213764,7 +1152644,7 @@ "air_date": "1997-02-03", "question": "In Scotland its traditional to sing \"Auld Lang Syne\" on Hogmanay, this holiday eve", "value": "$200", - "answer": "New Year\\'s Eve", + "answer": "New Year's Eve", "round": "Jeopardy!", "show_number": "2866", "fullAnswer": "New Year\\'s Eve" @@ -1214289,16 +1153169,6 @@ "show_number": "2866", "fullAnswer": "Franklin Delano Roosevelt" }, - { - "category": "STREET SMARTS", - "air_date": "2005-12-08", - "question": "(Sarah of the Clue Crew reports from a New York City street.) At the heart of Midtown, you'll find this street that became a Billy Joel album title", - "value": "$200", - "answer": "52nd Street", - "round": "Jeopardy!", - "show_number": "4889", - "fullAnswer": "52nd Street" - }, { "category": "\"J\" WALKING THROUGH HISTORY", "air_date": "2005-12-08", @@ -1214529,16 +1153399,6 @@ "show_number": "4889", "fullAnswer": "sloop & slop" }, - { - "category": "STREET SMARTS", - "air_date": "2005-12-08", - "question": "(Sarah of the Clue Crew reports from a street in Cairo, Egypt.) Cairo's main thoroughfare, it would be the perfect street on which to drive a Rolls-Royce convertible", - "value": "$1000", - "answer": "Corniche", - "round": "Jeopardy!", - "show_number": "4889", - "fullAnswer": "the Corniche" - }, { "category": "\"J\" WALKING THROUGH HISTORY", "air_date": "2005-12-08", @@ -1214719,16 +1153579,6 @@ "show_number": "4889", "fullAnswer": "a martyr" }, - { - "category": "SMALL SCREEN CRITTERS", - "air_date": "2005-12-08", - "question": "He's the Warner Brothers hero seen here", - "value": "$1200", - "answer": "Speedy Gonzales", - "round": "Double Jeopardy!", - "show_number": "4889", - "fullAnswer": "Speedy Gonzales" - }, { "category": "WORLD UNIVERSITIES", "air_date": "2005-12-08", @@ -1215894,7 +1154744,7 @@ "air_date": "2003-02-05", "question": "In 1986 the spacecraft Giotto revealed that this comet had a potato-shaped nucleus that was blacker than coal", "value": "$800", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Double Jeopardy!", "show_number": "4248", "fullAnswer": "Halley\\'s Comet" @@ -1216329,16 +1155179,6 @@ "show_number": "1266", "fullAnswer": "pastrami" }, - { - "category": "SINGERS", - "air_date": "1990-02-19", - "question": "On June 27, 1989 at Radio City Music Hall, they were heard singing the following:

\"Did you ever see the faces of...\"", - "value": "$1,400", - "answer": "Who ", - "round": "Jeopardy!", - "show_number": "1266", - "fullAnswer": "The Who (\"Christmas\" from the rock opera Tommy)" - }, { "category": "COMMUNICATION", "air_date": "1990-02-19", @@ -1216799,16 +1155639,6 @@ "show_number": "5263", "fullAnswer": "knitting" }, - { - "category": "NO MATTER WHAT YOU'VE HEARD", - "air_date": "2007-06-27", - "question": "This animal's sound comes from the shaking of loosely connected, interlocking horny rings", - "value": "$400", - "answer": "rattlesnake", - "round": "Jeopardy!", - "show_number": "5263", - "fullAnswer": "a rattlesnake" - }, { "category": "I'M NOT DEAD YET", "air_date": "2007-06-27", @@ -1216829,26 +1155659,6 @@ "show_number": "5263", "fullAnswer": "the number sign" }, - { - "category": "WHAT'S IN A CELEBRITY NAME?", - "air_date": "2007-06-27", - "question": "(Hi. I'm Beau Bridges.) My real name is Lloyd Vernet Bridges III, but my parents called me Beau after Ashley Wilkes' son in this novel", - "value": "$600", - "answer": "Gone with the Wind", - "round": "Jeopardy!", - "show_number": "5263", - "fullAnswer": "Gone with the Wind" - }, - { - "category": "THAT'S SHOE BIZ", - "air_date": "2007-06-27", - "question": "You're sure to keep your tootsies toasty with these Aussie sheepskin boots, like the ones seen here", - "value": "$600", - "answer": "uggs", - "round": "Jeopardy!", - "show_number": "5263", - "fullAnswer": "uggs" - }, { "category": "CROSSWORD CLUES \"K\"", "air_date": "2007-06-27", @@ -1216859,16 +1155669,6 @@ "show_number": "5263", "fullAnswer": "kiss" }, - { - "category": "NO MATTER WHAT YOU'VE HEARD", - "air_date": "2007-06-27", - "question": "James Moorer used 30 voices over 7 measures to create the \"Rrrummm\" for this cinema sound standard", - "value": "$600", - "answer": "THX", - "round": "Jeopardy!", - "show_number": "5263", - "fullAnswer": "THX" - }, { "category": "I'M NOT DEAD YET", "air_date": "2007-06-27", @@ -1216919,16 +1155719,6 @@ "show_number": "5263", "fullAnswer": "kangaroo" }, - { - "category": "NO MATTER WHAT YOU'VE HEARD", - "air_date": "2007-06-27", - "question": "Called a \"pan\" in Trinidad, where it was invented, this instrument comes from a barrel", - "value": "$800", - "answer": "steel drum", - "round": "Jeopardy!", - "show_number": "5263", - "fullAnswer": "a steel drum" - }, { "category": "I'M NOT DEAD YET", "air_date": "2007-06-27", @@ -1217219,16 +1156009,6 @@ "show_number": "5263", "fullAnswer": "Lascaux" }, - { - "category": "MUSCLING IN", - "air_date": "2007-06-27", - "question": "(Sarah of the Clue Crew muscles onto the scene.) From the Greek for \"table\", this pair of muscles extends and moves the head and shoulder blades", - "value": "$1600", - "answer": "trapezius muscles", - "round": "Double Jeopardy!", - "show_number": "5263", - "fullAnswer": "the trapezius muscles" - }, { "category": "GIVE ME A \"HAND\"", "air_date": "2007-06-27", @@ -1217334,7 +1156114,7 @@ "air_date": "2000-11-06", "question": "1852:
\"'This is God's curse on slavery! -- a bitter, bitter, most accursed thing!'\"", "value": "$100", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Jeopardy!", "show_number": "3721", "fullAnswer": "\"Uncle Tom\\'s Cabin\"" @@ -1218074,7 +1156854,7 @@ "air_date": "2007-06-20", "question": "The Early of Carnarvon gave up race horses for archaeology & financed the 1922 discovery of this", "value": "$800", - "answer": "King Tutankhamen\\'s tomb", + "answer": "King Tutankhamen's tomb", "round": "Jeopardy!", "show_number": "5258", "fullAnswer": "King Tutankhamen\\'s tomb" @@ -1218559,16 +1157339,6 @@ "show_number": "6057", "fullAnswer": "radiation" }, - { - "category": "ALWAYS IN FASHION", - "air_date": "2011-01-04", - "question": "It's the last name of the designer whose website is usa.tommy.com", - "value": "$200", - "answer": "Hilfiger", - "round": "Jeopardy!", - "show_number": "6057", - "fullAnswer": "Hilfiger" - }, { "category": "3 AGAINST 1", "air_date": "2011-01-04", @@ -1218769,16 +1157539,6 @@ "show_number": "6057", "fullAnswer": "philosophers" }, - { - "category": "I'M MELTING", - "air_date": "2011-01-04", - "question": "(Sara of the Clue Crew stands before a map of Europe)
Snowmelt from the Alps feeds major rivers, including the Rhine that flows to the North Sea, the Danube which heads to the Black Sea, and emptying into the Mediterranean Sea is this river", - "value": "$1000", - "answer": "Rhone", - "round": "Jeopardy!", - "show_number": "6057", - "fullAnswer": "the Rhone" - }, { "category": "TENNIS VOCABULARY, ANYONE?", "air_date": "2011-01-04", @@ -1218789,16 +1157549,6 @@ "show_number": "6057", "fullAnswer": "love" }, - { - "category": "WHAT'S THE USE", - "air_date": "2011-01-04", - "question": "This seen here is used for fastening ropes in mountaineering", - "value": "$1000", - "answer": "carabiner", - "round": "Jeopardy!", - "show_number": "6057", - "fullAnswer": "a carabiner" - }, { "category": "ALWAYS IN FASHION", "air_date": "2011-01-04", @@ -1218949,16 +1157699,6 @@ "show_number": "6057", "fullAnswer": "Pyongyang" }, - { - "category": "SAINTS BE PRAISED", - "air_date": "2011-01-04", - "question": "An immigrant herself, this Italian-American mother is the patron saint of immigrants", - "value": "$1200", - "answer": "Mother Cabrini", - "round": "Double Jeopardy!", - "show_number": "6057", - "fullAnswer": "Mother Cabrini" - }, { "category": "WHAT ARE YOU... CHICKEN?", "air_date": "2011-01-04", @@ -1219329,16 +1158069,6 @@ "show_number": "6169", "fullAnswer": "Spain" }, - { - "category": "\"WALL\"", - "air_date": "2011-06-09", - "question": "Don't be shy; name this plant seen here", - "value": "$800", - "answer": "wallflower", - "round": "Jeopardy!", - "show_number": "6169", - "fullAnswer": "the wallflower" - }, { "category": "STREET JOURNAL", "air_date": "2011-06-09", @@ -1219489,16 +1158219,6 @@ "show_number": "6169", "fullAnswer": "Babe" }, - { - "category": "ANIMAL NAMES", - "air_date": "2011-06-09", - "question": "With its stripes resembling another animal, the butterfly seen here is known as this type of longwing", - "value": "$800", - "answer": "zebra longwing", - "round": "Double Jeopardy!", - "show_number": "6169", - "fullAnswer": "a zebra longwing" - }, { "category": "AN ERNEST CATEGORY", "air_date": "2011-06-09", @@ -1219649,36 +1158369,16 @@ "show_number": "6169", "fullAnswer": "frosh" }, - { - "category": "JOHN PHILIP SOUSA", - "air_date": "2011-06-09", - "question": "In 1896 Sousa wrote an operetta set in Peru during Spanish occupation that featured this title march", - "value": "$2000", - "answer": "El Capitan", - "round": "Double Jeopardy!", - "show_number": "6169", - "fullAnswer": "\"El Capitan\"" - }, { "category": "AUSTRALIAN MOVIES", "air_date": "2011-06-09", "question": "Toni Collette leaves Porpoise Spit for Sydney & lip-syncs to ABBA songs in this 1994 film", "value": "$2000", - "answer": "Muriel\\'s Wedding", + "answer": "Muriel's Wedding", "round": "Double Jeopardy!", "show_number": "6169", "fullAnswer": "Muriel\\'s Wedding" }, - { - "category": "ANIMAL NAMES", - "air_date": "2011-06-09", - "question": "This South American monkey seen here is named for its soft, thick fur", - "value": "$2000", - "answer": "wooly monkey", - "round": "Double Jeopardy!", - "show_number": "6169", - "fullAnswer": "a wooly monkey" - }, { "category": "AN ERNEST CATEGORY", "air_date": "2011-06-09", @@ -1219759,16 +1158459,6 @@ "show_number": "5068", "fullAnswer": "France" }, - { - "category": "SYMBOLOGY", - "air_date": "2006-09-27", - "question": "It does compute that the logo seen here comes from these two men's names", - "value": "$200", - "answer": "Hewlett & Packard", - "round": "Jeopardy!", - "show_number": "5068", - "fullAnswer": "Hewlett & Packard" - }, { "category": "ENDS IN \"TION\"", "air_date": "2006-09-27", @@ -1219819,16 +1158509,6 @@ "show_number": "5068", "fullAnswer": "Delaware" }, - { - "category": "SYMBOLOGY", - "air_date": "2006-09-27", - "question": "This product's logo seen here fosters a lot of \"digital ambulation\"", - "value": "$400", - "answer": "Yellow Pages", - "round": "Jeopardy!", - "show_number": "5068", - "fullAnswer": "the Yellow Pages" - }, { "category": "ENDS IN \"TION\"", "air_date": "2006-09-27", @@ -1219879,16 +1158559,6 @@ "show_number": "5068", "fullAnswer": "Vietnam" }, - { - "category": "SYMBOLOGY", - "air_date": "2006-09-27", - "question": "Never exit your domicile without one of this company's products", - "value": "$600", - "answer": "American Express", - "round": "Jeopardy!", - "show_number": "5068", - "fullAnswer": "American Express" - }, { "category": "ENDS IN \"TION\"", "air_date": "2006-09-27", @@ -1219909,16 +1158579,6 @@ "show_number": "5068", "fullAnswer": "Virginia" }, - { - "category": "1970s ROCK", - "air_date": "2006-09-27", - "question": "In 1976 radio listeners were humming the melody to this song", - "value": "$800", - "answer": "Baby, I Love Your Way", - "round": "Jeopardy!", - "show_number": "5068", - "fullAnswer": "\"Baby, I Love Your Way\"" - }, { "category": "WEDDINGS", "air_date": "2006-09-27", @@ -1219939,16 +1158599,6 @@ "show_number": "5068", "fullAnswer": "Korea" }, - { - "category": "SYMBOLOGY", - "air_date": "2006-09-27", - "question": "Stay in touch with this global communications giant", - "value": "$800", - "answer": "Motorola", - "round": "Jeopardy!", - "show_number": "5068", - "fullAnswer": "Motorola" - }, { "category": "ENDS IN \"TION\"", "air_date": "2006-09-27", @@ -1219999,16 +1158649,6 @@ "show_number": "5068", "fullAnswer": "Libya" }, - { - "category": "SYMBOLOGY", - "air_date": "2006-09-27", - "question": "Use your organ to name this leading organ & synthesizer firm", - "value": "$1000", - "answer": "Roland", - "round": "Jeopardy!", - "show_number": "5068", - "fullAnswer": "Roland" - }, { "category": "ENDS IN \"TION\"", "air_date": "2006-09-27", @@ -1220019,16 +1158659,6 @@ "show_number": "5068", "fullAnswer": "a fixation" }, - { - "category": "FIREFIGHTING", - "air_date": "2006-09-27", - "question": "(Jimmy of the Clue Crew crouches in front of a flame-filled building at the FDNY's Randall's Island Academy.) In the burn room used in training, recruits learn to keep calm and stay low, the best way to avoid this cause of up to three-quarters of U.S. fire-related deaths", - "value": "$400", - "answer": "smoke inhalation", - "round": "Double Jeopardy!", - "show_number": "5068", - "fullAnswer": "smoke inhalation" - }, { "category": "HALLMARK HALL OF FAME", "air_date": "2006-09-27", @@ -1220139,16 +1158769,6 @@ "show_number": "5068", "fullAnswer": "licking it" }, - { - "category": "FIREFIGHTING", - "air_date": "2006-09-27", - "question": "(Sarah of the Clue Crew stands near an open flame & an infrared camera at the FDNY's Randall's Island Academy.) Reading infrared hot spots can differentiate heat sources to find hidden hot spots among smoke; the technology is called this type of imaging", - "value": "$1200", - "answer": "thermal", - "round": "Double Jeopardy!", - "show_number": "5068", - "fullAnswer": "thermal" - }, { "category": "HALLMARK HALL OF FAME", "air_date": "2006-09-27", @@ -1220189,16 +1158809,6 @@ "show_number": "5068", "fullAnswer": "a springboard" }, - { - "category": "LIZARDS", - "air_date": "2006-09-27", - "question": "The dragon seen here gets this hairy name from its ability to flare out its throat when threatened", - "value": "$1200", - "answer": "bearded lizard", - "round": "Double Jeopardy!", - "show_number": "5068", - "fullAnswer": "the bearded lizard" - }, { "category": "FIREFIGHTING", "air_date": "2006-09-27", @@ -1220209,16 +1158819,6 @@ "show_number": "5068", "fullAnswer": "a self-contained breathing apparatus" }, - { - "category": "HALLMARK HALL OF FAME", - "air_date": "2006-09-27", - "question": "He’s the knighted Oscar-winner behind all the makeup in the 1982 presentation seen here", - "value": "$1600", - "answer": "Anthony Hopkins", - "round": "Double Jeopardy!", - "show_number": "5068", - "fullAnswer": "Anthony Hopkins" - }, { "category": "BRIDGING THE LITERARY GAP", "air_date": "2006-09-27", @@ -1220259,16 +1158859,6 @@ "show_number": "5068", "fullAnswer": "the Gila monster" }, - { - "category": "FIREFIGHTING", - "air_date": "2006-09-27", - "question": "(Sarah of the Clue Crew kneels next to a subway car and an air pump.) Thousands of pounds, like this New York City subway car, can be moved in a rescue situation using lift bags, described with this adjective from the Greek for “wind”", - "value": "$2000", - "answer": "pneumatic", - "round": "Double Jeopardy!", - "show_number": "5068", - "fullAnswer": "pneumatic" - }, { "category": "HALLMARK HALL OF FAME", "air_date": "2006-09-27", @@ -1220309,16 +1158899,6 @@ "show_number": "5068", "fullAnswer": "a photon" }, - { - "category": "LIZARDS", - "air_date": "2006-09-27", - "question": "Similar to a wattle, this protrusion seen here on the Anole lizard can be used for courtship or intimidation", - "value": "$2000", - "answer": "dewlap", - "round": "Double Jeopardy!", - "show_number": "5068", - "fullAnswer": "dewlap" - }, { "category": "FAMOUS PAINTERS", "air_date": "2006-09-27", @@ -1220524,7 +1159104,7 @@ "air_date": "2004-02-25", "question": "This title completes the line \"Now I ask you very confidentially...\"", "value": "$800", - "answer": "Ain\\'t She Sweet", + "answer": "Ain't She Sweet", "round": "Jeopardy!", "show_number": "4488", "fullAnswer": "\"Ain\\'t She Sweet\"" @@ -1220969,16 +1159549,6 @@ "show_number": "4672", "fullAnswer": "roller coaster" }, - { - "category": "MUG SHOTS", - "air_date": "2004-12-21", - "question": "In 1962 he graduated from a military academy in Peru", - "value": "$200", - "answer": "Manuel Noriega", - "round": "Jeopardy!", - "show_number": "4672", - "fullAnswer": "Manuel Noriega" - }, { "category": "THE LIQUOR CABINET", "air_date": "2004-12-21", @@ -1221029,16 +1159599,6 @@ "show_number": "4672", "fullAnswer": "by scuba diving to it" }, - { - "category": "MUG SHOTS", - "air_date": "2004-12-21", - "question": "In the 1930s the FBI was gunning for this bank robber--and they got him in Chicago", - "value": "$400", - "answer": "Dillinger", - "round": "Jeopardy!", - "show_number": "4672", - "fullAnswer": "(John) Dillinger" - }, { "category": "THE LIQUOR CABINET", "air_date": "2004-12-21", @@ -1221089,16 +1159649,6 @@ "show_number": "4672", "fullAnswer": "Iowa" }, - { - "category": "MUG SHOTS", - "air_date": "2004-12-21", - "question": "In 1977 the president pardoned this World War II propagandist", - "value": "$600", - "answer": "Tokyo Rose", - "round": "Jeopardy!", - "show_number": "4672", - "fullAnswer": "Tokyo Rose" - }, { "category": "THE LIQUOR CABINET", "air_date": "2004-12-21", @@ -1221149,16 +1159699,6 @@ "show_number": "4672", "fullAnswer": "jalapenos" }, - { - "category": "MUG SHOTS", - "air_date": "2004-12-21", - "question": "In 1947 this gangster lost his life in Beverly Hills", - "value": "$800", - "answer": "Siegel", - "round": "Jeopardy!", - "show_number": "4672", - "fullAnswer": "(Bugsy) Siegel" - }, { "category": "THE LIQUOR CABINET", "air_date": "2004-12-21", @@ -1221209,16 +1159749,6 @@ "show_number": "4672", "fullAnswer": "Williamsburg" }, - { - "category": "MUG SHOTS", - "air_date": "2004-12-21", - "question": "In 1931 a gang war ended when this fortunate guy had the leaders of both sides whacked", - "value": "$1000", - "answer": "Lucky Luciano", - "round": "Jeopardy!", - "show_number": "4672", - "fullAnswer": "\"Lucky\" Luciano" - }, { "category": "THE LIQUOR CABINET", "air_date": "2004-12-21", @@ -1222044,7 +1160574,7 @@ "air_date": "1999-01-12", "question": "This fast food co.'s stock took a quarter pounding when it didn't make the list of Warren Buffett's major holdings", "value": "$800", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Double Jeopardy!", "show_number": "3307", "fullAnswer": "McDonald\\'s" @@ -1222469,16 +1160999,6 @@ "show_number": "5714", "fullAnswer": "a breeze" }, - { - "category": "ENERGY FROM EVERYWHERE", - "air_date": "2009-06-11", - "question": "(Jimmy of the Clue Crew wears a hat and holds a small spinning propeller at the RISO Nat'l Lab for Sustainable Energy in Denmark.) Using polymers, RISO created an electricity-generating hat powered by this type of readily available energy", - "value": "$400", - "answer": "solar", - "round": "Double Jeopardy!", - "show_number": "5714", - "fullAnswer": "solar" - }, { "category": "THAT TITLE IS TAKEN", "air_date": "2009-06-11", @@ -1222589,16 +1161109,6 @@ "show_number": "5714", "fullAnswer": "Brezhnev" }, - { - "category": "ENERGY FROM EVERYWHERE", - "air_date": "2009-06-11", - "question": "(Jimmy of the Clue Crew reports from the RISO Nat'l Lab for Sustainable Energy in Denmark.) Here straw is being converted into this type of fuel, whose name indicates it comes from living matter", - "value": "$2,000", - "answer": "biofuel", - "round": "Double Jeopardy!", - "show_number": "5714", - "fullAnswer": "biofuel" - }, { "category": "THAT TITLE IS TAKEN", "air_date": "2009-06-11", @@ -1222619,16 +1161129,6 @@ "show_number": "5714", "fullAnswer": "Valkyrie" }, - { - "category": "O, CANADA", - "air_date": "2009-06-11", - "question": "(Alex reports from the CBC in Canada.) The CBC's \"Hockey Night in Canada\" has aired since October 11, 1952, when the Red Wings lost to the Canadiens in a game played at this Montreal sports temple", - "value": "$1600", - "answer": "Montreal Forum", - "round": "Double Jeopardy!", - "show_number": "5714", - "fullAnswer": "the Montreal Forum" - }, { "category": "THE MUSIC OF BALLET", "air_date": "2009-06-11", @@ -1222699,26 +1161199,6 @@ "show_number": "5714", "fullAnswer": "(Richard) Rodgers" }, - { - "category": "IT'S SO \"EZ\"", - "air_date": "2009-06-11", - "question": "It's the type of Jewish folk music heard here", - "value": "$2000", - "answer": "klezmer", - "round": "Double Jeopardy!", - "show_number": "5714", - "fullAnswer": "klezmer" - }, - { - "category": "ENERGY FROM EVERYWHERE", - "air_date": "2009-06-11", - "question": "(Jimmy of the Clue Crew reports from the RISO Nat'l Lab for Sustainable Energy in Denmark.) Danes produce 40% of the world's wind turbines & are making them more efficient as part of an energy-independence policy, spurred by this 1973 event", - "value": "$2000", - "answer": "Arab Oil Embargo", - "round": "Double Jeopardy!", - "show_number": "5714", - "fullAnswer": "the Arab Oil Embargo" - }, { "category": "HISTORIC AMERICANS", "air_date": "2009-06-11", @@ -1222779,16 +1161259,6 @@ "show_number": "5541", "fullAnswer": "chickens" }, - { - "category": "THE U.S. MARINE CORPS", - "air_date": "2008-10-13", - "question": "(Jon of the Clue Crew reports from the firing range at the Marine Corps Base at Quantico, VA.) Each year, Marines must score 250 out of 350 on a point scale to qualify as this type of \"man\"", - "value": "$200", - "answer": "marksman", - "round": "Jeopardy!", - "show_number": "5541", - "fullAnswer": "a marksman" - }, { "category": "WORDS FROM GEOGRAPHY", "air_date": "2008-10-13", @@ -1222839,16 +1161309,6 @@ "show_number": "5541", "fullAnswer": "the Napa Valley" }, - { - "category": "THE U.S. MARINE CORPS", - "air_date": "2008-10-13", - "question": "(Jon of the Clue Crew reports from a streetlike training area at the Marine Corps Base at Quantico, VA.) As the world's shores become more populated, the Marines must be expert at operating in this type of area, the U in MOUT training", - "value": "$400", - "answer": "urban", - "round": "Jeopardy!", - "show_number": "5541", - "fullAnswer": "urban" - }, { "category": "WORDS FROM GEOGRAPHY", "air_date": "2008-10-13", @@ -1222899,16 +1161359,6 @@ "show_number": "5541", "fullAnswer": "beef" }, - { - "category": "THE U.S. MARINE CORPS", - "air_date": "2008-10-13", - "question": "(Kelly of the Clue Crew reports from a forested training area at the Marine Corps Base at Quantico, VA.) Every Marine officer completes six months training at Quantico to qualify to lead this unit, usually made up of three squads", - "value": "$600", - "answer": "platoon", - "round": "Jeopardy!", - "show_number": "5541", - "fullAnswer": "a platoon" - }, { "category": "WORDS FROM GEOGRAPHY", "air_date": "2008-10-13", @@ -1222959,16 +1161409,6 @@ "show_number": "5541", "fullAnswer": "Kansas State" }, - { - "category": "THE U.S. MARINE CORPS", - "air_date": "2008-10-13", - "question": "(Kelly of the Clue Crew stands next to a huge land vehicle at the Marine Corps Base at Quantico, VA.) To protect Marines from insurgent IEDs, the MRAP vehicle has a V-shaped this, a term more associated with ships, to disperse blast force", - "value": "$800", - "answer": "hull", - "round": "Jeopardy!", - "show_number": "5541", - "fullAnswer": "a hull" - }, { "category": "WORDS FROM GEOGRAPHY", "air_date": "2008-10-13", @@ -1223019,16 +1161459,6 @@ "show_number": "5541", "fullAnswer": "a cooperative" }, - { - "category": "THE U.S. MARINE CORPS", - "air_date": "2008-10-13", - "question": "(Jon of the Clue Crew holds a firearm at the Marine Corps Base at Quantico, VA.) Marines here at Quantico train with this standard Marine sidearm, whose name goes back to a 16th-century Venetian gun barrel maker", - "value": "$1000", - "answer": "Beretta", - "round": "Jeopardy!", - "show_number": "5541", - "fullAnswer": "a Beretta" - }, { "category": "WORDS FROM GEOGRAPHY", "air_date": "2008-10-13", @@ -1223344,7 +1161774,7 @@ "air_date": "1998-03-16", "question": "Big events in 1835: Mr. & Mrs. Clemens had a bouncing baby boy, Samuel, & this comet circled by", "value": "$100", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Jeopardy!", "show_number": "3126", "fullAnswer": "Halley\\'s Comet" @@ -1224089,22 +1162519,12 @@ "show_number": "5496", "fullAnswer": "a lobbyist" }, - { - "category": "LITERATURE", - "air_date": "2008-06-30", - "question": "(Kelly of the Clue Crew reports from New York's Central Park.) Central Park's Literary Walk features Robert Burns & this great novelist & countryman, both sculpted by John Steell of Aberdeen", - "value": "$600", - "answer": "Sir Walter Scott", - "round": "Jeopardy!", - "show_number": "5496", - "fullAnswer": "Sir Walter Scott" - }, { "category": "ESOTERICA", "air_date": "2008-06-30", "question": "This \"Old\" publication bases its weather forecasts on esoteric interpretations of natural phenomena", "value": "$600", - "answer": "Old Farmer\\'s Almanac", + "answer": "Old Farmer's Almanac", "round": "Jeopardy!", "show_number": "5496", "fullAnswer": "the Old Farmer\\'s Almanac" @@ -1224259,16 +1162679,6 @@ "show_number": "5496", "fullAnswer": "a 3-pointer" }, - { - "category": "FACE THE MUSIC", - "air_date": "2008-06-30", - "question": "(Jon of the Clue Crew plays notes on a guitar.) In music, it describes a tone raised a half step in pitch, like when I go from here to here", - "value": "$400", - "answer": "sharp", - "round": "Double Jeopardy!", - "show_number": "5496", - "fullAnswer": "a sharp" - }, { "category": "AMERICANA", "air_date": "2008-06-30", @@ -1224319,16 +1162729,6 @@ "show_number": "5496", "fullAnswer": "(George) Clooney" }, - { - "category": "FACE THE MUSIC", - "air_date": "2008-06-30", - "question": "Come & get it! It's the instrument heard here", - "value": "$800", - "answer": "triangle", - "round": "Double Jeopardy!", - "show_number": "5496", - "fullAnswer": "a triangle" - }, { "category": "AMERICANA", "air_date": "2008-06-30", @@ -1224359,16 +1162759,6 @@ "show_number": "5496", "fullAnswer": "hock" }, - { - "category": "THOSE DARN EQUESTRIANS", - "air_date": "2008-06-30", - "question": "Smaller than the Western type, the equestrian item seen here goes by this national term", - "value": "$1200", - "answer": "English saddle", - "round": "Double Jeopardy!", - "show_number": "5496", - "fullAnswer": "an English saddle" - }, { "category": "WHY I HATE YOU", "air_date": "2008-06-30", @@ -1224379,16 +1162769,6 @@ "show_number": "5496", "fullAnswer": "cheesecake" }, - { - "category": "FACE THE MUSIC", - "air_date": "2008-06-30", - "question": "(Cheryl of the Clue Crew chimes in about musical notation.) It's the bookkeeping term for the lines above and below the musical staff", - "value": "$1200", - "answer": "ledger lines", - "round": "Double Jeopardy!", - "show_number": "5496", - "fullAnswer": "ledger lines" - }, { "category": "AMERICANA", "air_date": "2008-06-30", @@ -1224439,16 +1162819,6 @@ "show_number": "5496", "fullAnswer": "Mozart" }, - { - "category": "FACE THE MUSIC", - "air_date": "2008-06-30", - "question": "It's the large percussion instrument heard here in some music that might sound familiar", - "value": "$1600", - "answer": "timpani", - "round": "Double Jeopardy!", - "show_number": "5496", - "fullAnswer": "timpani" - }, { "category": "AMERICANA", "air_date": "2008-06-30", @@ -1224499,16 +1162869,6 @@ "show_number": "5496", "fullAnswer": "Camus" }, - { - "category": "FACE THE MUSIC", - "air_date": "2008-06-30", - "question": "(Jon of the Clue Crew is down on one knee at Steinway & Sons in New York.) While many European pianos have two pedals, Steinways also have a middle one called by this Italian name, as it sustains the sound of certain keys", - "value": "$2000", - "answer": "sostenuto", - "round": "Double Jeopardy!", - "show_number": "5496", - "fullAnswer": "sostenuto" - }, { "category": "AMERICANA", "air_date": "2008-06-30", @@ -1224839,16 +1163199,6 @@ "show_number": "4615", "fullAnswer": "Fanny Hill" }, - { - "category": "TAKE IN ORDER!", - "air_date": "2004-10-01", - "question": "(Sarah of the Clue Crew wears a warm, woolly coat.) Finally add these four letters to get the type of coat I'm wearing", - "value": "$1000", - "answer": "L-I-N-G", - "round": "Jeopardy!", - "show_number": "4615", - "fullAnswer": "L-I-N-G" - }, { "category": "CALCULUS", "air_date": "2004-10-01", @@ -1224909,16 +1163259,6 @@ "show_number": "4615", "fullAnswer": "cataract" }, - { - "category": "CALCULUS", - "air_date": "2004-10-01", - "question": "(Cheryl of the Clue Crew points to a blackboard.) By finding the value of the right side of the equation, we'll do this to the function", - "value": "$800", - "answer": "integrate it", - "round": "Double Jeopardy!", - "show_number": "4615", - "fullAnswer": "integrate it" - }, { "category": "CHART TOPPERS", "air_date": "2004-10-01", @@ -1225014,7 +1163354,7 @@ "air_date": "2004-10-01", "question": "After John II's 1356 defeat at the Battle of Poitiers, the Peace of Bretigny was signed, ending the 1st phase of this", "value": "$1200", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Double Jeopardy!", "show_number": "4615", "fullAnswer": "the Hundred Years\\' War" @@ -1225059,16 +1163399,6 @@ "show_number": "4615", "fullAnswer": "Azores" }, - { - "category": "BLOGS", - "air_date": "2004-10-01", - "question": "blogforamerica.com was started to raise money for & awareness of his presidential campaign", - "value": "$1600", - "answer": "Dean", - "round": "Double Jeopardy!", - "show_number": "4615", - "fullAnswer": "(Howard) Dean" - }, { "category": "FIVE EASY PEACES", "air_date": "2004-10-01", @@ -1225119,16 +1163449,6 @@ "show_number": "4615", "fullAnswer": "Port-of-Spain" }, - { - "category": "BLOGS", - "air_date": "2004-10-01", - "question": "This notorious comedienne seen here blogs about such things as her potty mouth and the end of the world", - "value": "$2000", - "answer": "Margaret Cho", - "round": "Double Jeopardy!", - "show_number": "4615", - "fullAnswer": "Margaret Cho" - }, { "category": "FIVE EASY PEACES", "air_date": "2004-10-01", @@ -1225439,16 +1163759,6 @@ "show_number": "5726", "fullAnswer": "a caterwaul" }, - { - "category": "POISON IVY, OAK & SUMAC", - "air_date": "2009-06-29", - "question": "(Sarah of the Clue Crew shows pictures of the different plants' leaves on the monitor.) Poison ivy & poison oak are known for being trifoliate, with three leaflets; poison sumac's leaves are pinnate, from Latin for these avian features", - "value": "$1000", - "answer": "wings ", - "round": "Jeopardy!", - "show_number": "5726", - "fullAnswer": "wings (or feathers)" - }, { "category": "12-LETTER WORDS", "air_date": "2009-06-29", @@ -1225599,16 +1163909,6 @@ "show_number": "5726", "fullAnswer": "Tim Daly" }, - { - "category": "PRESIDENTIAL QUOTES", - "air_date": "2009-06-29", - "question": "When he saw his official portrait in 1966, he told artist Peter Hurd, \"That's the ugliest thing I ever saw\"", - "value": "$1200", - "answer": "LBJ", - "round": "Double Jeopardy!", - "show_number": "5726", - "fullAnswer": "LBJ" - }, { "category": "4-LETTER RIVERS", "air_date": "2009-06-29", @@ -1226379,16 +1164679,6 @@ "show_number": "6276", "fullAnswer": "the Muscular Dystrophy Association" }, - { - "category": "FAMOUS TOMBS", - "air_date": "2011-12-26", - "question": "Workers of all lands are addressed on his London tombstone", - "value": "$200", - "answer": "karl Marx", - "round": "Jeopardy!", - "show_number": "6276", - "fullAnswer": "karl Marx" - }, { "category": "ALSO A BODY PART", "air_date": "2011-12-26", @@ -1226439,16 +1164729,6 @@ "show_number": "6276", "fullAnswer": "St. Jude" }, - { - "category": "FAMOUS TOMBS", - "air_date": "2011-12-26", - "question": "A statue from this groundbreaking singer & actor's Los Angeles gravesite really jazzes up our category", - "value": "$400", - "answer": "Al Jolson", - "round": "Jeopardy!", - "show_number": "6276", - "fullAnswer": "Al Jolson" - }, { "category": "ALSO A BODY PART", "air_date": "2011-12-26", @@ -1226464,7 +1164744,7 @@ "air_date": "2011-12-26", "question": "Someone who takes the opposite side of an argument for argument's sake is \"advocatus diaboli\", or this", "value": "$400", - "answer": "Devil\\'s advocate", + "answer": "Devil's advocate", "round": "Jeopardy!", "show_number": "6276", "fullAnswer": "Devil\\'s advocate" @@ -1226499,16 +1164779,6 @@ "show_number": "6276", "fullAnswer": "cystic fibrosis" }, - { - "category": "FAMOUS TOMBS", - "air_date": "2011-12-26", - "question": "\"Faithful to the cause of prohibition\" begins this sometimes-violent woman's epitaph", - "value": "$600", - "answer": "Carry Nation", - "round": "Jeopardy!", - "show_number": "6276", - "fullAnswer": "Carry Nation" - }, { "category": "ALSO A BODY PART", "air_date": "2011-12-26", @@ -1226559,16 +1164829,6 @@ "show_number": "6276", "fullAnswer": "Susan G. Komen" }, - { - "category": "FAMOUS TOMBS", - "air_date": "2011-12-26", - "question": "The headstone of this Hollywood legend is seen here, doc", - "value": "$800", - "answer": "Mel Blanc", - "round": "Jeopardy!", - "show_number": "6276", - "fullAnswer": "Mel Blanc" - }, { "category": "ALSO A BODY PART", "air_date": "2011-12-26", @@ -1226609,26 +1164869,6 @@ "show_number": "6276", "fullAnswer": "hemophelia" }, - { - "category": "FAMOUS TOMBS", - "air_date": "2011-12-26", - "question": "There's no name in the inscription on this much-visited tomb", - "value": "$1000", - "answer": "Tomb of the Unknown Soldier", - "round": "Jeopardy!", - "show_number": "6276", - "fullAnswer": "the Tomb of the Unknown Soldier" - }, - { - "category": "ALSO A BODY PART", - "air_date": "2011-12-26", - "question": "(Jimmy of the Clue Crew spins the dreidel on the monitor.) When it's your spin of the dreidel, hopefully you don't land on this 21st letter of the Hebrew alphabet, or you'll have to add to the pot", - "value": "$1000", - "answer": "shin", - "round": "Jeopardy!", - "show_number": "6276", - "fullAnswer": "shin" - }, { "category": "FOREIGN WORDS & PHRASES", "air_date": "2011-12-26", @@ -1226709,16 +1164949,6 @@ "show_number": "6276", "fullAnswer": "cigarettes" }, - { - "category": "FUN RAISERS", - "air_date": "2011-12-26", - "question": "Updrafts keep the pilot aloft in this activity seen here", - "value": "$800", - "answer": "hang gliding", - "round": "Double Jeopardy!", - "show_number": "6276", - "fullAnswer": "hang gliding" - }, { "category": "U.S.A.", "air_date": "2011-12-26", @@ -1226744,7 +1164974,7 @@ "air_date": "2011-12-26", "question": "A kids' classic:
\"'Where's papa going with that ax?' said Fern to her mother\"", "value": "$800", - "answer": "Charlotte\\'s Web", + "answer": "Charlotte's Web", "round": "Double Jeopardy!", "show_number": "6276", "fullAnswer": "Charlotte\\'s Web" @@ -1226854,7 +1165084,7 @@ "air_date": "2011-12-26", "question": "No. 1 of 7:
\"Mr. and Mrs. Dursley... were proud to say that they were perfectly normal, thank you very much\"", "value": "$1600", - "answer": "Harry Potter and the Sorcerer\\'s Stone", + "answer": "Harry Potter and the Sorcerer's Stone", "round": "Double Jeopardy!", "show_number": "6276", "fullAnswer": "Harry Potter and the Sorcerer\\'s Stone" @@ -1227439,16 +1165669,6 @@ "show_number": "5209", "fullAnswer": "came to dinner" }, - { - "category": "WHAT THE \"L\" IS IT?", - "air_date": "2007-04-12", - "question": "(Cheryl of the Clue Crew reports from the state-of-the-art Jeopardy! marine biology laboratory.) This clinging marine gastropod is also the last name of Don Knotts's character in a 1964 marine movie", - "value": "$1600", - "answer": "limpet", - "round": "Double Jeopardy!", - "show_number": "5209", - "fullAnswer": "a limpet" - }, { "category": "MONEY TALK", "air_date": "2007-04-12", @@ -1227509,16 +1165729,6 @@ "show_number": "5209", "fullAnswer": "lingonberries" }, - { - "category": "MONEY TALK", - "air_date": "2007-04-12", - "question": "(Cheryl of the Clue Crew reports while pointing out numbers on a video chart.) A $1000 investment made at 5% interest would have quite different returns after twenty years, based on these two different types of interest", - "value": "$2000", - "answer": "simple and compound interest", - "round": "Double Jeopardy!", - "show_number": "5209", - "fullAnswer": "simple and compound interest" - }, { "category": "WRITING IN FICTION", "air_date": "2007-04-12", @@ -1227764,7 +1165974,7 @@ "air_date": "2000-06-06", "question": "Bucky's broad-bladed butcher knives", "value": "$400", - "answer": "Beaver\\'s cleavers", + "answer": "Beaver's cleavers", "round": "Jeopardy!", "show_number": "3642", "fullAnswer": "Beaver\\'s cleavers" @@ -1228334,7 +1166544,7 @@ "air_date": "2000-04-10", "question": "At try don't you if again first try succeed", "value": "$400", - "answer": "At first if you don\\'t succeed, try, try again", + "answer": "At first if you don't succeed, try, try again", "round": "Jeopardy!", "show_number": "3601", "fullAnswer": "At first if you don\\'t succeed, try, try again" @@ -1229114,7 +1167324,7 @@ "air_date": "2004-04-05", "question": "People of the future hoping to save the world time travel back to the disco era in \"The Spirit of\" this", "value": "$800", - "answer": "\\'76", + "answer": "'76", "round": "Double Jeopardy!", "show_number": "4516", "fullAnswer": "\\'76" @@ -1229224,7 +1167434,7 @@ "air_date": "2004-04-05", "question": "Steve Guttenberg starred in this 1980 epic that also featured the Village People", "value": "$1600", - "answer": "Can\\'t Stop the Music", + "answer": "Can't Stop the Music", "round": "Double Jeopardy!", "show_number": "4516", "fullAnswer": "Can\\'t Stop the Music" @@ -1229284,7 +1167494,7 @@ "air_date": "2004-04-05", "question": "\"Last Dance\" was the hot hit from this 1978 wonder for more than a weekend, for a whole Donna Summer", "value": "$2000", - "answer": "Thank God It\\'s Friday", + "answer": "Thank God It's Friday", "round": "Double Jeopardy!", "show_number": "4516", "fullAnswer": "Thank God It\\'s Friday" @@ -1229884,7 +1168094,7 @@ "air_date": "1997-02-14", "question": "Her 1936 painting \"Summer Days\" shows an animal skull & flowers floating above a desert landscape", "value": "$1000", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Double Jeopardy!", "show_number": "2875", "fullAnswer": "Georgia O\\'Keeffe" @@ -1229994,7 +1168204,7 @@ "air_date": "2006-05-09", "question": "Husband & wife Abraham & Mahala put their last name on this line of frozen entrees; meatloaf again?", "value": "$400", - "answer": "Stouffer\\'s", + "answer": "Stouffer's", "round": "Jeopardy!", "show_number": "4997", "fullAnswer": "Stouffer\\'s" @@ -1230079,16 +1168289,6 @@ "show_number": "4997", "fullAnswer": "chamomile" }, - { - "category": "YOU HAVE NO LIFE", - "air_date": "2006-05-09", - "question": "The international symbol seen here shows that food has gone through this process to eliminate bacteria", - "value": "$600", - "answer": "irradiation", - "round": "Jeopardy!", - "show_number": "4997", - "fullAnswer": "irradiation" - }, { "category": "STAR TREK, STAR WARS OR LORD OF THE RINGS", "air_date": "2006-05-09", @@ -1230169,16 +1168369,6 @@ "show_number": "4997", "fullAnswer": "a Hacky Sack" }, - { - "category": "DINNER FOR ONE", - "air_date": "2006-05-09", - "question": "If I'm in the mood for seafood, I whip up some fish sticks from this company whose logo is seen here", - "value": "$1000", - "answer": "Gorton\\'s", - "round": "Jeopardy!", - "show_number": "4997", - "fullAnswer": "Gorton\\'s" - }, { "category": "IN NEED OF A DATE", "air_date": "2006-05-09", @@ -1230219,26 +1168409,6 @@ "show_number": "4997", "fullAnswer": "a piranha" }, - { - "category": "TARZAN'S BOOK REVIEWS", - "air_date": "2006-05-09", - "question": "Over year on bestseller list. Magic train. Christmas Eve. This Chris Van Allsburg book. Make Tarzan feel warm, fuzzy", - "value": "$400", - "answer": "Polar Express", - "round": "Double Jeopardy!", - "show_number": "4997", - "fullAnswer": "The Polar Express" - }, - { - "category": "WHO WEARS THE CROWN", - "air_date": "2006-05-09", - "question": "She's the lifelong bachelorette seen here", - "value": "$400", - "answer": "Elizabeth I", - "round": "Double Jeopardy!", - "show_number": "4997", - "fullAnswer": "Elizabeth I" - }, { "category": "ALPHABETICALLY FIRST", "air_date": "2006-05-09", @@ -1230249,16 +1168419,6 @@ "show_number": "4997", "fullAnswer": "Lake Erie" }, - { - "category": "LET'S GO TO TALLINN", - "air_date": "2006-05-09", - "question": "(Sarah of the Clue Crew reports from Tallinn, Estonia.) Before Estonian independence, the flags of many nations flew over Pikk Hermann; \"Pikk\" just means this physical quality", - "value": "$400", - "answer": "tall", - "round": "Double Jeopardy!", - "show_number": "4997", - "fullAnswer": "tall" - }, { "category": "AMERICANISMS", "air_date": "2006-05-09", @@ -1230279,26 +1168439,6 @@ "show_number": "4997", "fullAnswer": "the neutrino" }, - { - "category": "TARZAN'S BOOK REVIEWS", - "air_date": "2006-05-09", - "question": "Poems. This 1855 collection. First edition include \"I Sing The Body Electric\". Tarzan note simple, natural style", - "value": "$800", - "answer": "Leaves of Grass", - "round": "Double Jeopardy!", - "show_number": "4997", - "fullAnswer": "Leaves of Grass" - }, - { - "category": "WHO WEARS THE CROWN", - "air_date": "2006-05-09", - "question": "Wife of Akhenaton, she's best known for her bust, seen here", - "value": "$800", - "answer": "Nefertiti", - "round": "Double Jeopardy!", - "show_number": "4997", - "fullAnswer": "Nefertiti" - }, { "category": "ALPHABETICALLY FIRST", "air_date": "2006-05-09", @@ -1230309,16 +1168449,6 @@ "show_number": "4997", "fullAnswer": "Aaron" }, - { - "category": "LET'S GO TO TALLINN", - "air_date": "2006-05-09", - "question": "(Sarah of the Clue Crew reports from an Estonian restaurant.) In Estonian, \"kapsas\" is cabbage, & \"mulgikapsad\" is a dish of meat stewed with this fermented substance", - "value": "$800", - "answer": "sauerkraut", - "round": "Double Jeopardy!", - "show_number": "4997", - "fullAnswer": "sauerkraut" - }, { "category": "AMERICANISMS", "air_date": "2006-05-09", @@ -1230339,26 +1168469,6 @@ "show_number": "4997", "fullAnswer": "Lake Powell" }, - { - "category": "TARZAN'S BOOK REVIEWS", - "air_date": "2006-05-09", - "question": "I, Tarzan. Him, this 1934 Robert Graves title guy. Weak. Drooling. Some Roman emperor! Tarzan kick butt!", - "value": "$1200", - "answer": "Claudius", - "round": "Double Jeopardy!", - "show_number": "4997", - "fullAnswer": "Claudius" - }, - { - "category": "WHO WEARS THE CROWN", - "air_date": "2006-05-09", - "question": "In legend, this crowned guy had a nephew named Roland", - "value": "$1200", - "answer": "Charlemagne", - "round": "Double Jeopardy!", - "show_number": "4997", - "fullAnswer": "Charlemagne" - }, { "category": "ALPHABETICALLY FIRST", "air_date": "2006-05-09", @@ -1230369,16 +1168479,6 @@ "show_number": "4997", "fullAnswer": "Samuel Alito" }, - { - "category": "LET'S GO TO TALLINN", - "air_date": "2006-05-09", - "question": "(Sarah of the Clue Crew reports from a street in Tallinn, Estonia.) Tallinn has one of these old-fashioned pharmacies that's been in use since 1422; it's said to be Europe's oldest functioning one", - "value": "$1200", - "answer": "apothecary", - "round": "Double Jeopardy!", - "show_number": "4997", - "fullAnswer": "an apothecary" - }, { "category": "AMERICANISMS", "air_date": "2006-05-09", @@ -1230399,26 +1168499,6 @@ "show_number": "4997", "fullAnswer": "passive-aggressiveness" }, - { - "category": "TARZAN'S BOOK REVIEWS", - "air_date": "2006-05-09", - "question": "This big series of Balzac works. Also title of 1943 Saroyan novel. Tarzan confused", - "value": "$1600", - "answer": "Human Comedy", - "round": "Double Jeopardy!", - "show_number": "4997", - "fullAnswer": "The Human Comedy" - }, - { - "category": "WHO WEARS THE CROWN", - "air_date": "2006-05-09", - "question": "This crowned guy's problem was the thought that the kneeling guy might be Quetzalcoatl", - "value": "$2,500", - "answer": "Montezuma", - "round": "Double Jeopardy!", - "show_number": "4997", - "fullAnswer": "Montezuma" - }, { "category": "ALPHABETICALLY FIRST", "air_date": "2006-05-09", @@ -1230429,16 +1168509,6 @@ "show_number": "4997", "fullAnswer": "Albany" }, - { - "category": "LET'S GO TO TALLINN", - "air_date": "2006-05-09", - "question": "(Sarah of the Clue Crew reports from Tallinn, Estonia.) Tallinn has many houses of these medieval economic groups; the Brotherhood of the Blackheads were unmarried merchants", - "value": "$1600", - "answer": "guilds", - "round": "Double Jeopardy!", - "show_number": "4997", - "fullAnswer": "guilds" - }, { "category": "AMERICANISMS", "air_date": "2006-05-09", @@ -1230459,26 +1168529,6 @@ "show_number": "4997", "fullAnswer": "Voyager" }, - { - "category": "TARZAN'S BOOK REVIEWS", - "air_date": "2006-05-09", - "question": "1931. Jean de Brunhoff create. This title Tantor wear suit. Tarzan laugh! Tantor in suit! That funny!", - "value": "$2000", - "answer": "Babar", - "round": "Double Jeopardy!", - "show_number": "4997", - "fullAnswer": "Babar" - }, - { - "category": "WHO WEARS THE CROWN", - "air_date": "2006-05-09", - "question": "Revenge is taken on this crowned guy after he sacrifices daughter Iphigenia", - "value": "$2000", - "answer": "Agamemnon", - "round": "Double Jeopardy!", - "show_number": "4997", - "fullAnswer": "Agamemnon" - }, { "category": "ALPHABETICALLY FIRST", "air_date": "2006-05-09", @@ -1230489,16 +1168539,6 @@ "show_number": "4997", "fullAnswer": "aluminum" }, - { - "category": "LET'S GO TO TALLINN", - "air_date": "2006-05-09", - "question": "(Sarah of the Clue Crew reports from Tallinn, Estonia.) I'm just leaving the Russian Orthodox church named for this leader who stopped Swedish & German expansion", - "value": "$2000", - "answer": "Alexander Nevsky", - "round": "Double Jeopardy!", - "show_number": "4997", - "fullAnswer": "Alexander Nevsky" - }, { "category": "AMERICANISMS", "air_date": "2006-05-09", @@ -1230604,7 +1168644,7 @@ "air_date": "2004-03-02", "question": "\"Once upon a time there were three little girls who went to the police academy...\"", "value": "$400", - "answer": "Charlie\\'s Angels", + "answer": "Charlie's Angels", "round": "Jeopardy!", "show_number": "4492", "fullAnswer": "Charlie\\'s Angels" @@ -1230884,7 +1168924,7 @@ "air_date": "2004-03-02", "question": "This novel ends with Chief Bromden escaping from the hospital after he smothers Randle P. McMurphy", "value": "$800", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Double Jeopardy!", "show_number": "4492", "fullAnswer": "One Flew Over the Cuckoo\\'s Nest" @@ -1231134,7 +1169174,7 @@ "air_date": "1988-11-08", "question": "The hollowed, carved fruit of the \"Cucurbita pepo\" plant with a light inside", "value": "$100", - "answer": "Jack-O\\'-Lantern ", + "answer": "Jack-O'-Lantern ", "round": "Jeopardy!", "show_number": "962", "fullAnswer": "Jack-O\\'-Lantern (or pumpkin)" @@ -1231279,16 +1169319,6 @@ "show_number": "962", "fullAnswer": "Mary Stuart (Mary, Queen of Scots)" }, - { - "category": "CARDS & DICE", - "air_date": "1988-11-08", - "question": "Found in every complete deck of cards, it's the name of the group heard here:

\"Love... is a many splendored thing /
It's the April rose that only grows in the early spring...\"
", - "value": "$900", - "answer": "Four Aces", - "round": "Jeopardy!", - "show_number": "962", - "fullAnswer": "The Four Aces" - }, { "category": "LIGHTS", "air_date": "1988-11-08", @@ -1231634,7 +1169664,7 @@ "air_date": "1988-11-08", "question": "There had been epidemics of this lung disease before it was first identified in 1976 in Pennsylvania", "value": "$1000", - "answer": "Legionnaire\\'s Disease", + "answer": "Legionnaire's Disease", "round": "Double Jeopardy!", "show_number": "962", "fullAnswer": "Legionnaire\\'s Disease" @@ -1231664,7 +1169694,7 @@ "air_date": "1988-11-08", "question": "FDR was televised at the ceremonies opening this in April 1939", "value": "$1000", - "answer": "New York World\\'s Fair", + "answer": "New York World's Fair", "round": "Double Jeopardy!", "show_number": "962", "fullAnswer": "New York World\\'s Fair" @@ -1231704,7 +1169734,7 @@ "air_date": "2009-05-27", "question": "A Texas rice grower known for his high-quality crops inspired this rice brand", "value": "$200", - "answer": "Uncle Ben\\'s", + "answer": "Uncle Ben's", "round": "Jeopardy!", "show_number": "5703", "fullAnswer": "Uncle Ben\\'s" @@ -1231819,16 +1169849,6 @@ "show_number": "5703", "fullAnswer": "Stevie Nicks" }, - { - "category": "ADVERTISING ICONS", - "air_date": "2009-05-27", - "question": "First seen in 1924, the Lady graces the screen for this Sony-owned motion picture company", - "value": "$600", - "answer": "Columbia", - "round": "Jeopardy!", - "show_number": "5703", - "fullAnswer": "Columbia" - }, { "category": "STATES' GEOGRAPHIC CENTERS", "air_date": "2009-05-27", @@ -1231979,16 +1169999,6 @@ "show_number": "5703", "fullAnswer": "a latch" }, - { - "category": "JAPANESE CULTURE", - "air_date": "2009-05-27", - "question": "(Kelly of the Clue Crew holds a kite in Kyoto, Japan.) Japanese kites have been interpreted as offerings to the gods & as physical embodiments of prayers linking these two places", - "value": "$400", - "answer": "Heaven & Earth", - "round": "Double Jeopardy!", - "show_number": "5703", - "fullAnswer": "Heaven & Earth" - }, { "category": "TV ADJECTIVES", "air_date": "2009-05-27", @@ -1232039,16 +1170049,6 @@ "show_number": "5703", "fullAnswer": "a haiku" }, - { - "category": "JAPANESE CULTURE", - "air_date": "2009-05-27", - "question": "(Kelly of the Clue Crew shows off a geisha in Kyoto, Japan.) Geisha & maiko used kimonos to accentuate what was the most desirable area for Japanese men--the unaji, or back of the neck, known as this in English", - "value": "$800", - "answer": "nape", - "round": "Double Jeopardy!", - "show_number": "5703", - "fullAnswer": "the nape" - }, { "category": "TV ADJECTIVES", "air_date": "2009-05-27", @@ -1232099,16 +1170099,6 @@ "show_number": "5703", "fullAnswer": "Xanadu" }, - { - "category": "JAPANESE CULTURE", - "air_date": "2009-05-27", - "question": "(Jimmy of the Clue Crew eats rice in a restaurant in Tokyo, Japan.) Never leave your chopsticks sticking up out of the rice, as this resembles incense sticks used at these solemn events", - "value": "$1200", - "answer": "funerals", - "round": "Double Jeopardy!", - "show_number": "5703", - "fullAnswer": "funerals" - }, { "category": "TV ADJECTIVES", "air_date": "2009-05-27", @@ -1232159,16 +1170149,6 @@ "show_number": "5703", "fullAnswer": "kudzu" }, - { - "category": "JAPANESE CULTURE", - "air_date": "2009-05-27", - "question": "(Kelly of the Clue Crew holds up a hat in textile shop in Kyoto, Japan.) This fabric has been dyed with sukumo, this dye that was once used only by aristocracy", - "value": "$1600", - "answer": "indigo", - "round": "Double Jeopardy!", - "show_number": "5703", - "fullAnswer": "indigo" - }, { "category": "TV ADJECTIVES", "air_date": "2009-05-27", @@ -1232219,16 +1170199,6 @@ "show_number": "5703", "fullAnswer": "holier-than-thou" }, - { - "category": "JAPANESE CULTURE", - "air_date": "2009-05-27", - "question": "(Jimmy of the Clue Crew holds up two Japanese swords.) A long katana & a short wakizashi were carried by these masterless samurai who came in a famous group of 47", - "value": "$2000", - "answer": "ronin", - "round": "Double Jeopardy!", - "show_number": "5703", - "fullAnswer": "the ronin" - }, { "category": "TV ADJECTIVES", "air_date": "2009-05-27", @@ -1232814,7 +1170784,7 @@ "air_date": "1994-11-22", "question": "Since it doesn't transmit an eathquake's S-waves, scientists believe this must be partly liquid", "value": "$800", - "answer": "Earth\\'s Core", + "answer": "Earth's Core", "round": "Double Jeopardy!", "show_number": "2352", "fullAnswer": "Earth\\'s Core" @@ -1232979,16 +1170949,6 @@ "show_number": "4656", "fullAnswer": "Willie Nelson" }, - { - "category": "HOW CAPITAL!", - "air_date": "2004-11-29", - "question": "(Hi, I'm Anderson Cooper of CNN.) A few years after I graduated from Yale, I spent 5 months studying Vietnamese at the University of this world capital", - "value": "$400", - "answer": "Hanoi", - "round": "Jeopardy!", - "show_number": "4656", - "fullAnswer": "Hanoi" - }, { "category": "CHAIRS", "air_date": "2004-11-29", @@ -1234364,7 +1172324,7 @@ "air_date": "1998-06-18", "question": "After NBC canceled this Sam Waterston series in 1993, PBS produced a movie to wrap up its loose ends", "value": "$500", - "answer": "I\\'ll Fly Away", + "answer": "I'll Fly Away", "round": "Jeopardy!", "show_number": "3194", "fullAnswer": "I\\'ll Fly Away" @@ -1234814,7 +1172774,7 @@ "air_date": "2009-06-01", "question": "This Mass.-based donut chain says that if its yearly output were lined end to end, it'd circle the Earth 5.8 times", "value": "$400", - "answer": "Dunkin\\' Donuts", + "answer": "Dunkin' Donuts", "round": "Jeopardy!", "show_number": "5706", "fullAnswer": "Dunkin\\' Donuts" @@ -1234839,16 +1172799,6 @@ "show_number": "5706", "fullAnswer": "the Seine" }, - { - "category": "CELEBRITY ANECDOTES", - "air_date": "2009-06-01", - "question": "Seen here, he hit the Top 40 with an autobiographical song about being mistaken for Bruce Springsteen", - "value": "$600", - "answer": "Rick Springfield", - "round": "Jeopardy!", - "show_number": "5706", - "fullAnswer": "Rick Springfield" - }, { "category": "HIDDEN AGENDA", "air_date": "2009-06-01", @@ -1234869,16 +1172819,6 @@ "show_number": "5706", "fullAnswer": "192" }, - { - "category": "MMM...DONUTS", - "air_date": "2009-06-01", - "question": "A familiar sight in TV & movies is the giant donut at Manchester and La Cienega boulevards, blocks from this international airport", - "value": "$600", - "answer": "LAX", - "round": "Jeopardy!", - "show_number": "5706", - "fullAnswer": "LAX" - }, { "category": "\"I\" OPENERS", "air_date": "2009-06-01", @@ -1234959,16 +1172899,6 @@ "show_number": "5706", "fullAnswer": "the Amstel" }, - { - "category": "CELEBRITY ANECDOTES", - "air_date": "2009-06-01", - "question": "His first name means \"gift from God\", and his last name means \"the beef\"; he says his name means \"thank God for beef\"", - "value": "$1000", - "answer": "Shia LaBeouf", - "round": "Jeopardy!", - "show_number": "5706", - "fullAnswer": "Shia LaBeouf" - }, { "category": "HIDDEN AGENDA", "air_date": "2009-06-01", @@ -1235059,16 +1172989,6 @@ "show_number": "5706", "fullAnswer": "keep it simple, stupid" }, - { - "category": "FAO SCHWARZ", - "air_date": "2009-06-01", - "question": "(Sarah of the Clue Crew builds her own fuzzy puppet at FAO Schwarz in New York.) At FAO Schwarz, you can channel Jim Henson when you customize a Whatnot from the world of these creatures first seen in 1954", - "value": "$400", - "answer": "Muppets", - "round": "Double Jeopardy!", - "show_number": "5706", - "fullAnswer": "Muppets" - }, { "category": "OBAMA'S CABINET", "air_date": "2009-06-01", @@ -1235119,16 +1173039,6 @@ "show_number": "5706", "fullAnswer": "stupid questions" }, - { - "category": "FAO SCHWARZ", - "air_date": "2009-06-01", - "question": "(Sarah of the Clue Crew dances on a giant piano to play \"Heart and Soul\" with a friend at FAO Schwarz in New York.) A major attraction at FAO Schwarz is piano dancing, just like Tom Hanks and Robert Loggia did in this 1988 film", - "value": "$800", - "answer": "Big", - "round": "Double Jeopardy!", - "show_number": "5706", - "fullAnswer": "Big" - }, { "category": "OBAMA'S CABINET", "air_date": "2009-06-01", @@ -1235174,21 +1173084,11 @@ "air_date": "2009-06-01", "question": "A 2006 photo shows politician John Howard next to a man wearing a T-shirt with this motto; the arrow points to Howard", "value": "$1200", - "answer": "I\\'m with Stupid", + "answer": "I'm with Stupid", "round": "Double Jeopardy!", "show_number": "5706", "fullAnswer": "I\\'m with Stupid" }, - { - "category": "FAO SCHWARZ", - "air_date": "2009-06-01", - "question": "(Sarah of the Clue Crew shows her big Wookiee at FAO Schwarz in New York.) Chewbacca here was constructed of thousands of plastic pieces from the Lego Company whose name was derived from two words that mean \"play well\" in this language", - "value": "$1200", - "answer": "Danish", - "round": "Double Jeopardy!", - "show_number": "5706", - "fullAnswer": "Danish" - }, { "category": "OBAMA'S CABINET", "air_date": "2009-06-01", @@ -1235234,21 +1173134,11 @@ "air_date": "2009-06-01", "question": "Famous 4-word advice from James Carville in the 1992 campaign", "value": "$4,000", - "answer": "It\\'s the economy, stupid", + "answer": "It's the economy, stupid", "round": "Double Jeopardy!", "show_number": "5706", "fullAnswer": "It\\'s the economy, stupid" }, - { - "category": "FAO SCHWARZ", - "air_date": "2009-06-01", - "question": "(Kelly of the Clue Crew's friend is old hat at FAO Schwarz in New York.) If you want Harry Potter gear, you can get this type of hat that assigns students to a Hogwarts house", - "value": "$1600", - "answer": "Sorting Hat", - "round": "Double Jeopardy!", - "show_number": "5706", - "fullAnswer": "the Sorting Hat" - }, { "category": "OBAMA'S CABINET", "air_date": "2009-06-01", @@ -1235279,36 +1173169,16 @@ "show_number": "5706", "fullAnswer": "I am the captain of my soul" }, - { - "category": "ART", - "air_date": "2009-06-01", - "question": "The first civic sculpture financed by federal & private funds was by this artist (notice it's not hanging)", - "value": "$2000", - "answer": "Calder", - "round": "Double Jeopardy!", - "show_number": "5706", - "fullAnswer": "(Alexander) Calder" - }, { "category": "\"STUPID\" ANSWERS", "air_date": "2009-06-01", "question": "1967 No. 1 hit for Frank & Nancy Sinatra", "value": "$2000", - "answer": "Somethin\\' Stupid", + "answer": "Somethin' Stupid", "round": "Double Jeopardy!", "show_number": "5706", "fullAnswer": "\"Somethin\\' Stupid\"" }, - { - "category": "FAO SCHWARZ", - "air_date": "2009-06-01", - "question": "(Kelly of the Clue Crew stands with a shelf of plush dogs at FAO Schwarz in New York.) These puppies are an FAO exclusive, a collaboration of the American Kennel Club and this German stuffed animal maker", - "value": "$2000", - "answer": "Steiff", - "round": "Double Jeopardy!", - "show_number": "5706", - "fullAnswer": "Steiff" - }, { "category": "CARTOON SCIENCE", "air_date": "2009-06-01", @@ -1235754,7 +1173624,7 @@ "air_date": "2000-06-19", "question": "\"Magnificent\" dictator of Florence, Italy:
1478-1492", "value": "$600", - "answer": "Lorenzo de\\' Medici", + "answer": "Lorenzo de' Medici", "round": "Double Jeopardy!", "show_number": "3651", "fullAnswer": "Lorenzo de\\' Medici" @@ -1236079,16 +1173949,6 @@ "show_number": "786", "fullAnswer": "mail" }, - { - "category": "RHYME TIME", - "air_date": "1988-01-25", - "question": "[AUDIO DAILY DOUBLE]
Title of the following, it was Shirley Ellis' follow-up to \"The Nitty Gritty\"", - "value": "$500", - "answer": "The Name Game", - "round": "Jeopardy!", - "show_number": "786", - "fullAnswer": "\"The Name Game\"" - }, { "category": "CHILD CARE", "air_date": "1988-01-25", @@ -1236759,16 +1174619,6 @@ "show_number": "5718", "fullAnswer": "baklava" }, - { - "category": "GOING \"PRO\"", - "air_date": "2009-06-17", - "question": "(Sarah of the Clue Crew shows a diagram of three footprints on the monitor.) An imprint of your foot can determine if you have a normal, high or low arch; a low arch causes the foot to roll inward too much when running, called over- this", - "value": "$1000", - "answer": "pronating", - "round": "Jeopardy!", - "show_number": "5718", - "fullAnswer": "pronating" - }, { "category": "CELEBRATING POE'S BICENTENNIAL", "air_date": "2009-06-17", @@ -1236824,7 +1174674,7 @@ "air_date": "2009-06-17", "question": "We're rich! Oh, wait... it's only this, iron pyrite", "value": "$400", - "answer": "fool\\'s gold", + "answer": "fool's gold", "round": "Double Jeopardy!", "show_number": "5718", "fullAnswer": "fool\\'s gold" @@ -1236939,16 +1174789,6 @@ "show_number": "5718", "fullAnswer": "William Shakespeare" }, - { - "category": "THE \"GOLD\" BUG", - "air_date": "2009-06-17", - "question": "It's the variety of tall herbs seen here", - "value": "$1200", - "answer": "goldenrod", - "round": "Double Jeopardy!", - "show_number": "5718", - "fullAnswer": "goldenrod" - }, { "category": "CELEBRATING POE'S BICENTENNIAL", "air_date": "2009-06-17", @@ -1237354,7 +1175194,7 @@ "air_date": "2010-12-01", "question": "This N.Y. archbishop died in 2000, 2 months after receiving the Congressional Gold Medal", "value": "$1000", - "answer": "Bishop John O\\'Connor", + "answer": "Bishop John O'Connor", "round": "Jeopardy!", "show_number": "6033", "fullAnswer": "Bishop John O\\'Connor" @@ -1237379,16 +1175219,6 @@ "show_number": "6033", "fullAnswer": "DOT (Dept. of Transportation)" }, - { - "category": "18th CENTURY HISTORY IN ART", - "air_date": "2010-12-01", - "question": "William Hodges,
official artist
to this captain and explorer, painted \"Tahitian War Canoes\" in 1774", - "value": "$400", - "answer": "Cook", - "round": "Double Jeopardy!", - "show_number": "6033", - "fullAnswer": "(Captain) Cook" - }, { "category": "PETS", "air_date": "2010-12-01", @@ -1237439,16 +1175269,6 @@ "show_number": "6033", "fullAnswer": "Jane Curtin" }, - { - "category": "18th CENTURY HISTORY IN ART", - "air_date": "2010-12-01", - "question": "Here, army officer
Rouget de Lisle
tries out this new
patriotic song he's written
in 1792", - "value": "$800", - "answer": "The Marseillaise", - "round": "Double Jeopardy!", - "show_number": "6033", - "fullAnswer": "\"The Marseillaise\"" - }, { "category": "PETS", "air_date": "2010-12-01", @@ -1237499,16 +1175319,6 @@ "show_number": "6033", "fullAnswer": "Jane Seymour" }, - { - "category": "18th CENTURY HISTORY IN ART", - "air_date": "2010-12-01", - "question": "Seen here,
Nader Shah of what's now
this Mideastern land loved conquering places
like Bahrain and Oman", - "value": "$1200", - "answer": "Iran", - "round": "Double Jeopardy!", - "show_number": "6033", - "fullAnswer": "Iran" - }, { "category": "PETS", "air_date": "2010-12-01", @@ -1237529,16 +1175339,6 @@ "show_number": "6033", "fullAnswer": "palm reading (or palmistry)" }, - { - "category": "\"W\"ORDS", - "air_date": "2010-12-01", - "question": "(Jimmy of the Clue Crew presents the clue on a monitor.) Fingerprints are impressions of the friction ridges on the skin that form an overall pattern.
The three main ones are loops,
arches, and these", - "value": "$1200", - "answer": "whorls", - "round": "Double Jeopardy!", - "show_number": "6033", - "fullAnswer": "whorls" - }, { "category": "ME TARZAN", "air_date": "2010-12-01", @@ -1237559,16 +1175359,6 @@ "show_number": "6033", "fullAnswer": "Jane Krakowski" }, - { - "category": "18th CENTURY HISTORY IN ART", - "air_date": "2010-12-01", - "question": "Now hanging in the Capitol, the 20th-century work
seen here depicts a scene in this building in 1787", - "value": "$2,000", - "answer": "Independence Hall", - "round": "Double Jeopardy!", - "show_number": "6033", - "fullAnswer": "Independence Hall" - }, { "category": "PETS", "air_date": "2010-12-01", @@ -1237619,16 +1175409,6 @@ "show_number": "6033", "fullAnswer": "Jane Campion" }, - { - "category": "18th CENTURY HISTORY IN ART", - "air_date": "2010-12-01", - "question": "The battle here
is off South Africa
in 1757 during this conflict that's been called the \"real first world war\"", - "value": "$2000", - "answer": "Seven Years\\' War", - "round": "Double Jeopardy!", - "show_number": "6033", - "fullAnswer": "The Seven Years\\' War" - }, { "category": "PETS", "air_date": "2010-12-01", @@ -1238184,7 +1175964,7 @@ "air_date": "1999-12-30", "question": "A fan is given as a birthday present in this comedy of manners", "value": "$800", - "answer": "Lady Windermere\\'s Fan", + "answer": "Lady Windermere's Fan", "round": "Double Jeopardy!", "show_number": "3529", "fullAnswer": "\"Lady Windermere\\'s Fan\"" @@ -1238274,7 +1176054,7 @@ "air_date": "1999-12-30", "question": "\"'Yes,' said he, with a kind smile, lifting his cap slightly\" was the reply to this 1871 question", "value": null, - "answer": "\\Dr. Livingstone, I presume?\\", + "answer": "Dr. Livingstone, I presume?", "round": "Final Jeopardy!", "show_number": "3529", "fullAnswer": "\\\"Dr. Livingstone, I presume?\\\"" @@ -1238304,7 +1176084,7 @@ "air_date": "1985-10-03", "question": "Movie question posed by Barbra Streisand & Bugs Bunny", "value": "$100", - "answer": "What\\'s up, doc?", + "answer": "What's up, doc?", "round": "Jeopardy!", "show_number": "279", "fullAnswer": "What\\'s up, doc?" @@ -1238344,7 +1176124,7 @@ "air_date": "1985-10-03", "question": "John Steinbeck wrote the preface of a book about this Al Capp character", "value": "$200", - "answer": "Li\\'l Abner", + "answer": "Li'l Abner", "round": "Jeopardy!", "show_number": "279", "fullAnswer": "Li\\'l Abner" @@ -1238709,16 +1176489,6 @@ "show_number": "279", "fullAnswer": "Buddha" }, - { - "category": "NEIGHBORHOODS", - "air_date": "1985-10-03", - "question": "The Village Stompers stomped around this part of Greenwich Village:", - "value": "$1,000", - "answer": "Washington Square", - "round": "Double Jeopardy!", - "show_number": "279", - "fullAnswer": "Washington Square" - }, { "category": "ENGLISH LITERATURE", "air_date": "1985-10-03", @@ -1238989,16 +1176759,6 @@ "show_number": "3072", "fullAnswer": "sprat" }, - { - "category": "CHIPS", - "air_date": "1997-12-30", - "question": "(Hello, I'm Kathy Ireland.) It's the chip of choice of Vendela, Naomi Campbell, Miss Piggy & moi", - "value": "$500", - "answer": "Baked Lays", - "round": "Jeopardy!", - "show_number": "3072", - "fullAnswer": "Baked Lays" - }, { "category": "TRANSPORTATION", "air_date": "1997-12-30", @@ -1239249,16 +1177009,6 @@ "show_number": "3072", "fullAnswer": "Huey Long" }, - { - "category": "MUSIC MAKERS", - "air_date": "1997-12-30", - "question": "19th century composer whose work is heard here", - "value": "$1,600", - "answer": "Wagner", - "round": "Double Jeopardy!", - "show_number": "3072", - "fullAnswer": "Wagner" - }, { "category": "1952", "air_date": "1997-12-30", @@ -1239349,16 +1177099,6 @@ "show_number": "3072", "fullAnswer": "plinth" }, - { - "category": "FLICKS", - "air_date": "1997-12-30", - "question": "Multiple Oscar-winning 1966 film seen here:

\"I die his majesty's good servant, but God's first.\"", - "value": "$2,000", - "answer": "Man for All Seasons", - "round": "Double Jeopardy!", - "show_number": "3072", - "fullAnswer": "A Man for All Seasons" - }, { "category": "POLITICIANS", "air_date": "1997-12-30", @@ -1239894,7 +1177634,7 @@ "air_date": "1990-11-08", "question": "This 1928 poem by Stephen Vincent Benet includes lines from the song \"Dixie\"", "value": "$900", - "answer": "John Brown\\'s Body", + "answer": "John Brown's Body", "round": "Double Jeopardy!", "show_number": "1424", "fullAnswer": "\"John Brown\\'s Body\"" @@ -1240494,7 +1178234,7 @@ "air_date": "2002-12-03", "question": "After it was opened all that was left in it was hope, a sandwich, chips, an apple & a juice carton", "value": "$1600", - "answer": "Pandora\\'s box lunch", + "answer": "Pandora's box lunch", "round": "Double Jeopardy!", "show_number": "4202", "fullAnswer": "Pandora\\'s box lunch" @@ -1240999,16 +1178739,6 @@ "show_number": "5658", "fullAnswer": "Ice Cube" }, - { - "category": "HEALTH & FITNESS", - "air_date": "2009-03-25", - "question": "(Kelly of the Clue Crew presents a chart.) Before working out, try this excercise: subtract your age from 220. Taking 60% and 80% of that number will give you the lower and upper end of your optimal this for training", - "value": "$1200", - "answer": "your heart rate", - "round": "Double Jeopardy!", - "show_number": "5658", - "fullAnswer": "your heart rate" - }, { "category": "ALL THE PRESIDENTS' CHILDREN", "air_date": "2009-03-25", @@ -1241164,7 +1178894,7 @@ "air_date": "2004-02-23", "question": "In 1991 at LSU, this current Lakers center & part-time rapper led the NCAA in rebounds with 14.7 per game", "value": "$200", - "answer": "Shaquille O\\'Neal", + "answer": "Shaquille O'Neal", "round": "Jeopardy!", "show_number": "4486", "fullAnswer": "Shaquille O\\'Neal" @@ -1241464,7 +1179194,7 @@ "air_date": "2004-02-23", "question": "James Cagney played Bottom & Mickey Rooney was Puck in a 1935 adaptation of this Shakespeare comedy", "value": "$400", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "4486", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -1242054,7 +1179784,7 @@ "air_date": "1999-11-10", "question": "This 16-year-old is miffed when Ashley Wilkes decides to marry Melanie instead of her", "value": "$200", - "answer": "Scarlett O\\'Hara", + "answer": "Scarlett O'Hara", "round": "Double Jeopardy!", "show_number": "3493", "fullAnswer": "Scarlett O\\'Hara" @@ -1242464,7 +1180194,7 @@ "air_date": "1999-06-10", "question": "Bradbury's stage dramas", "value": "$200", - "answer": "Ray\\'s plays", + "answer": "Ray's plays", "round": "Jeopardy!", "show_number": "3414", "fullAnswer": "Ray\\'s plays" @@ -1242524,7 +1180254,7 @@ "air_date": "1999-06-10", "question": "Harte's wagers", "value": "$300", - "answer": "Bret\\'s bets", + "answer": "Bret's bets", "round": "Jeopardy!", "show_number": "3414", "fullAnswer": "Bret\\'s bets" @@ -1242584,7 +1180314,7 @@ "air_date": "1999-06-10", "question": "Mary Higgins' Biblical boats", "value": "$400", - "answer": "Clark\\'s arks", + "answer": "Clark's arks", "round": "Jeopardy!", "show_number": "3414", "fullAnswer": "Clark\\'s arks" @@ -1242644,7 +1180374,7 @@ "air_date": "1999-06-10", "question": "Stephen's violas & cellos", "value": "$500", - "answer": "King\\'s strings", + "answer": "King's strings", "round": "Jeopardy!", "show_number": "3414", "fullAnswer": "King\\'s strings" @@ -1243089,16 +1180819,6 @@ "show_number": "3132", "fullAnswer": "Lolita" }, - { - "category": "\"IN & OUT\" CLICHES", - "air_date": "1998-03-24", - "question": "1986 movie seen here:", - "value": "$1,000", - "answer": "Down and Out in Beverly Hills", - "round": "Jeopardy!", - "show_number": "3132", - "fullAnswer": "Down and Out in Beverly Hills" - }, { "category": "NICKNAMES", "air_date": "1998-03-24", @@ -1243429,26 +1181149,6 @@ "show_number": "3132", "fullAnswer": "bite the dust" }, - { - "category": "LINGUA MORTALIS", - "air_date": "1998-03-24", - "question": "It's the English translation of \"Ars Gratia Artis\", the motto seen here:", - "value": "$900", - "answer": "Art for art\\'s sake", - "round": "Double Jeopardy!", - "show_number": "3132", - "fullAnswer": "Art for art\\'s sake" - }, - { - "category": "ROCK STARS", - "air_date": "1998-03-24", - "question": "Rock stars turning 50 in 1998 include Alice Cooper, Steve Winwood & this singer, heard here:", - "value": "$800", - "answer": "Kenny Loggins", - "round": "Double Jeopardy!", - "show_number": "3132", - "fullAnswer": "Kenny Loggins" - }, { "category": "SMILE!", "air_date": "1998-03-24", @@ -1243589,16 +1181289,6 @@ "show_number": "5367", "fullAnswer": "fast" }, - { - "category": "OW! OW! OW! OW! OW!", - "air_date": "2008-01-01", - "question": "Don't tread on the giant desert hairy type of this creature seen here", - "value": "$200", - "answer": "scorpion", - "round": "Jeopardy!", - "show_number": "5367", - "fullAnswer": "a scorpion" - }, { "category": "EGYPT", "air_date": "2008-01-01", @@ -1243649,16 +1181339,6 @@ "show_number": "5367", "fullAnswer": "hasty" }, - { - "category": "OW! OW! OW! OW! OW!", - "air_date": "2008-01-01", - "question": "Like sands through the hourglass, so are the cramps caused by this spider", - "value": "$400", - "answer": "black widow", - "round": "Jeopardy!", - "show_number": "5367", - "fullAnswer": "the black widow" - }, { "category": "EGYPT", "air_date": "2008-01-01", @@ -1243669,16 +1181349,6 @@ "show_number": "5367", "fullAnswer": "Anwar Sadat" }, - { - "category": "A STAR IS REBORN?", - "air_date": "2008-01-01", - "question": "This singing King of Romance usually reminisces on his prior life as a \"Hansel und Gretel\" composer", - "value": "$600", - "answer": "Engelbert Humperdinck", - "round": "Jeopardy!", - "show_number": "5367", - "fullAnswer": "Engelbert Humperdinck" - }, { "category": "U.S. MILITARY BRANCHES", "air_date": "2008-01-01", @@ -1243709,16 +1181379,6 @@ "show_number": "5367", "fullAnswer": "slow" }, - { - "category": "OW! OW! OW! OW! OW!", - "air_date": "2008-01-01", - "question": "Mom told you not to hang around with \"hoods\", like the one on this creature", - "value": "$600", - "answer": "cobra", - "round": "Jeopardy!", - "show_number": "5367", - "fullAnswer": "a cobra" - }, { "category": "EGYPT", "air_date": "2008-01-01", @@ -1243769,16 +1181429,6 @@ "show_number": "5367", "fullAnswer": "creep" }, - { - "category": "OW! OW! OW! OW! OW!", - "air_date": "2008-01-01", - "question": "In addition to the jagged wounds its tail spines can give you, there's also the paralysis & pain", - "value": "$800", - "answer": "stingray", - "round": "Jeopardy!", - "show_number": "5367", - "fullAnswer": "a stingray" - }, { "category": "EGYPT", "air_date": "2008-01-01", @@ -1243789,16 +1181439,6 @@ "show_number": "5367", "fullAnswer": "Nasser" }, - { - "category": "A STAR IS REBORN?", - "air_date": "2008-01-01", - "question": "He kicked around as the author of \"The Power and the Glory\" before he was Kicking Bird in \"Dances with Wolves\"", - "value": "$1000", - "answer": "Graham Greene", - "round": "Jeopardy!", - "show_number": "5367", - "fullAnswer": "Graham Greene" - }, { "category": "U.S. MILITARY BRANCHES", "air_date": "2008-01-01", @@ -1243819,26 +1181459,6 @@ "show_number": "5367", "fullAnswer": "Bahrain" }, - { - "category": "TEMPO TANTRUM", - "air_date": "2008-01-01", - "question": "This common name of the small speedy bird seen here even means \"speedy\"", - "value": "$1000", - "answer": "swift", - "round": "Jeopardy!", - "show_number": "5367", - "fullAnswer": "swift" - }, - { - "category": "OW! OW! OW! OW! OW!", - "air_date": "2008-01-01", - "question": "The name of the venomous starfish seen here; it's something associated with the suffering of Jesus", - "value": "$1000", - "answer": "crown of thorns starfish", - "round": "Jeopardy!", - "show_number": "5367", - "fullAnswer": "the crown of thorns starfish" - }, { "category": "SCULPTURE", "air_date": "2008-01-01", @@ -1243969,16 +1181589,6 @@ "show_number": "5367", "fullAnswer": "terra cotta" }, - { - "category": "'40s POP CULTURE", - "air_date": "2008-01-01", - "question": "In the movie seen here, Red Skelton tries to make good as this type of salesman", - "value": "$1200", - "answer": "Fuller Brush salesman", - "round": "Double Jeopardy!", - "show_number": "5367", - "fullAnswer": "a Fuller Brush salesman" - }, { "category": "LET'S GO CRUISING", "air_date": "2008-01-01", @@ -1244089,16 +1181699,6 @@ "show_number": "5367", "fullAnswer": "The Gates of Hell" }, - { - "category": "'40s POP CULTURE", - "air_date": "2008-01-01", - "question": "This quiz show heard here evolved into an almanac

\"It's easy money, ladies and gentlemen, and here's how to get it. You may submit from one to three original questions per letter. Your question is used, you receive five dollars.\"", - "value": "$2000", - "answer": "Information Please", - "round": "Double Jeopardy!", - "show_number": "5367", - "fullAnswer": "Information Please" - }, { "category": "LET'S GO CRUISING", "air_date": "2008-01-01", @@ -1244509,16 +1182109,6 @@ "show_number": "3585", "fullAnswer": "Tahiti" }, - { - "category": "BORN IN IRELAND", - "air_date": "2000-03-17", - "question": "(Hi, I'm Bob Goen of Entertainment Tonight.) He got his star on the Walk of Fame Dec. 3, 1997 to tie in with the release of his film \"Tomorrow Never Dies\"", - "value": "$400", - "answer": "Pierce Brosnan", - "round": "Double Jeopardy!", - "show_number": "3585", - "fullAnswer": "Pierce Brosnan" - }, { "category": "CINEMATIC TITLE PAIRS", "air_date": "2000-03-17", @@ -1245244,7 +1182834,7 @@ "air_date": "1994-11-14", "question": "Duke Ellington wrote a musical based on this John Gay ballad opera", "value": "$2,000", - "answer": "Beggar\\'s Opera", + "answer": "Beggar's Opera", "round": "Double Jeopardy!", "show_number": "2346", "fullAnswer": "The Beggar\\'s Opera" @@ -1245739,16 +1183329,6 @@ "show_number": "571", "fullAnswer": "meringue" }, - { - "category": "LITERATURE", - "air_date": "1987-02-16", - "question": "Narrator of classic tales translated by Sir Richard Burton, or title of this \"suite\" music", - "value": "$500", - "answer": "Scheherezade", - "round": "Double Jeopardy!", - "show_number": "571", - "fullAnswer": "Scheherezade" - }, { "category": "THE WORLD", "air_date": "1987-02-16", @@ -1246139,16 +1183719,6 @@ "show_number": "5104", "fullAnswer": "Flipper" }, - { - "category": "METS, GIANTS, RANGERS & KNICKS", - "air_date": "2006-11-16", - "question": "Watch 54 years of frustration end when this Ranger captain takes the ultimate NHL prize", - "value": "$1000", - "answer": "Mark Messier", - "round": "Jeopardy!", - "show_number": "5104", - "fullAnswer": "Mark Messier" - }, { "category": "THE ILIAD, MACBETH OR THE HOBBIT", "air_date": "2006-11-16", @@ -1246349,16 +1183919,6 @@ "show_number": "5104", "fullAnswer": "ladyfingers" }, - { - "category": "WHAT A STATE I'M IN", - "air_date": "2006-11-16", - "question": "(Kelly of the Clue Crew reports from Peterson Air Force Base.) My mood is elevated here at Peterson Air Force Base, located at 6,200 feet in this state that has the highest average elevation", - "value": "$1600", - "answer": "Colorado", - "round": "Double Jeopardy!", - "show_number": "5104", - "fullAnswer": "Colorado" - }, { "category": "THAT OLD-TIME RELIGION", "air_date": "2006-11-16", @@ -1246709,16 +1184269,6 @@ "show_number": "5727", "fullAnswer": "coffee" }, - { - "category": "\"KER\"", - "air_date": "2009-06-30", - "question": "Shown here, it's adjusting the space between characters in typeset text", - "value": "$800", - "answer": "kerning", - "round": "Jeopardy!", - "show_number": "5727", - "fullAnswer": "kerning" - }, { "category": "THE NEW YORK TIMES BOOK REVIEW", "air_date": "2009-06-30", @@ -1246739,16 +1184289,6 @@ "show_number": "5727", "fullAnswer": "the crease" }, - { - "category": "BEASTLY BLUES", - "air_date": "2009-06-30", - "question": "Though, as you see, it comes in other colors, the terrier seen here has this cerulean name", - "value": "$1000", - "answer": "Kerry blue terrier", - "round": "Jeopardy!", - "show_number": "5727", - "fullAnswer": "a Kerry blue terrier" - }, { "category": "A MAN CALLED HORACE", "air_date": "2009-06-30", @@ -1246879,16 +1184419,6 @@ "show_number": "5727", "fullAnswer": "Flickr" }, - { - "category": "MULTIPLE-WORD CAPITALS", - "air_date": "2009-06-30", - "question": "It's where you'd find the magnificent India Gate seen here", - "value": "$800", - "answer": "New Delhi", - "round": "Double Jeopardy!", - "show_number": "5727", - "fullAnswer": "New Delhi" - }, { "category": "JUSTIN WHO?", "air_date": "2009-06-30", @@ -1247104,7 +1184634,7 @@ "air_date": "2009-01-28", "question": "In 1851 Harriet Beecher Stowe began serializing this", "value": "$200", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Jeopardy!", "show_number": "5618", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -1247129,16 +1184659,6 @@ "show_number": "5618", "fullAnswer": "a red sled" }, - { - "category": "AMERICAN SIGN LANGUAGE", - "air_date": "2009-01-28", - "question": "It's the phenomenon being signed here", - "value": "$200", - "answer": "rainbow", - "round": "Jeopardy!", - "show_number": "5618", - "fullAnswer": "a rainbow" - }, { "category": "DIPLOMACY--A GAME", "air_date": "2009-01-28", @@ -1247189,16 +1184709,6 @@ "show_number": "5618", "fullAnswer": "a blue canoe" }, - { - "category": "AMERICAN SIGN LANGUAGE", - "air_date": "2009-01-28", - "question": "The Beatles' Rocky knows the sign for this animal", - "value": "$400", - "answer": "raccoon", - "round": "Jeopardy!", - "show_number": "5618", - "fullAnswer": "a raccoon" - }, { "category": "DIPLOMACY--A GAME", "air_date": "2009-01-28", @@ -1247249,16 +1184759,6 @@ "show_number": "5618", "fullAnswer": "a black snack" }, - { - "category": "AMERICAN SIGN LANGUAGE", - "air_date": "2009-01-28", - "question": "You'll find this word in an Edgar Allan Poe title", - "value": "$600", - "answer": "pendulum", - "round": "Jeopardy!", - "show_number": "5618", - "fullAnswer": "a pendulum" - }, { "category": "DIPLOMACY--A GAME", "air_date": "2009-01-28", @@ -1247309,16 +1184809,6 @@ "show_number": "5618", "fullAnswer": "a white kite" }, - { - "category": "AMERICAN SIGN LANGUAGE", - "air_date": "2009-01-28", - "question": "This area of land with a specific use is of grave importance", - "value": "$800", - "answer": "graveyard ", - "round": "Jeopardy!", - "show_number": "5618", - "fullAnswer": "graveyard (cemetery)" - }, { "category": "DIPLOMACY--A GAME", "air_date": "2009-01-28", @@ -1247369,16 +1184859,6 @@ "show_number": "5618", "fullAnswer": "a brown crown" }, - { - "category": "AMERICAN SIGN LANGUAGE", - "air_date": "2009-01-28", - "question": "Here is the sign for this geometry term", - "value": "$1000", - "answer": "perpendicular", - "round": "Jeopardy!", - "show_number": "5618", - "fullAnswer": "a perpendicular" - }, { "category": "DIPLOMACY--NOT A GAME", "air_date": "2009-01-28", @@ -1248414,7 +1185894,7 @@ "air_date": "2005-05-05", "question": "Until 1931 members of this religious movement founded by Charles Russell were known as Russellites", "value": "$800", - "answer": "Jehovah\\'s Witnesses", + "answer": "Jehovah's Witnesses", "round": "Jeopardy!", "show_number": "4769", "fullAnswer": "Jehovah\\'s Witnesses" @@ -1248429,16 +1185909,6 @@ "show_number": "4769", "fullAnswer": "the lung" }, - { - "category": "1 FOR THE PRICE OF 2", - "air_date": "2005-05-05", - "question": "(Sarah of the Clue Crew reports from atop a horse.) The cattle known as black baldies are Hereford bred with this Scottish variety", - "value": "$800", - "answer": "Aberdeen Angus", - "round": "Jeopardy!", - "show_number": "4769", - "fullAnswer": "Aberdeen Angus" - }, { "category": "WHAT THE \"H\" IS IT?", "air_date": "2005-05-05", @@ -1248599,16 +1186069,6 @@ "show_number": "4769", "fullAnswer": "Scheherezade" }, - { - "category": "\"O\" BOY!", - "air_date": "2005-05-05", - "question": "(Hi, this is Wayne Brady.) Before getting his own sitcom, Andy Richter was this talk show host's sidekick for 7 years", - "value": "$800", - "answer": "Conan O\\'Brien", - "round": "Double Jeopardy!", - "show_number": "4769", - "fullAnswer": "Conan O\\'Brien" - }, { "category": "BOOK TITLES", "air_date": "2005-05-05", @@ -1248749,16 +1186209,6 @@ "show_number": "4769", "fullAnswer": "W" }, - { - "category": "BEFORE HE WAS PRESIDENT...", - "air_date": "2005-05-05", - "question": "(Cheryl of the Clue Crew reports from a desk at NYPD headquarters.) This future U.S. president sat at this desk when he was president of the board of police commissioners", - "value": "$2000", - "answer": "Theodore Roosevelt", - "round": "Double Jeopardy!", - "show_number": "4769", - "fullAnswer": "Theodore Roosevelt" - }, { "category": "RONALD REAGAN WAS AN ACTOR", "air_date": "2005-05-05", @@ -1248784,7 +1186234,7 @@ "air_date": "2005-05-05", "question": "This cardinal was entombed in St. Patrick's Cathedral in May 2000", "value": "$2000", - "answer": "O\\'Connor", + "answer": "O'Connor", "round": "Double Jeopardy!", "show_number": "4769", "fullAnswer": "(John) O\\'Connor" @@ -1248809,16 +1186259,6 @@ "show_number": "4769", "fullAnswer": "T" }, - { - "category": "FEMALE FIRSTS", - "air_date": "2005-05-05", - "question": "After 285 years, in 1945 this British organization inducted its first women, including Kathleen Lonsdale, seen here", - "value": null, - "answer": "Royal Society", - "round": "Final Jeopardy!", - "show_number": "4769", - "fullAnswer": "the Royal Society" - }, { "category": "AMERICAN HISTORY", "air_date": "2009-10-15", @@ -1248969,16 +1186409,6 @@ "show_number": "5769", "fullAnswer": "Michael J. Fox" }, - { - "category": "AMERICAN HISTORY", - "air_date": "2009-10-15", - "question": "Buzz Aldrin & Jim Lovell do look like twins as they prepare for a mission in this 1960s program", - "value": "$800", - "answer": "Gemini", - "round": "Jeopardy!", - "show_number": "5769", - "fullAnswer": "Gemini" - }, { "category": "FAMOUS O'BRIENS", "air_date": "2009-10-15", @@ -1249359,16 +1186789,6 @@ "show_number": "5610", "fullAnswer": "Thomas Becket" }, - { - "category": "LET'S LEARN SOME SEMAPHORE", - "air_date": "2009-01-16", - "question": "At least one of us on stage has this name", - "value": "$200", - "answer": "Alex", - "round": "Jeopardy!", - "show_number": "5610", - "fullAnswer": "Alex" - }, { "category": "HISTORIC FIGURES' MADE-UP NICKNAMES", "air_date": "2009-01-16", @@ -1249404,7 +1186824,7 @@ "air_date": "2009-01-16", "question": "The title of this 1989 comedy refers to Baby Mikey, voiced by Bruce Willis", "value": "$400", - "answer": "Look Who\\'s Talking", + "answer": "Look Who's Talking", "round": "Jeopardy!", "show_number": "5610", "fullAnswer": "Look Who\\'s Talking" @@ -1249419,16 +1186839,6 @@ "show_number": "5610", "fullAnswer": "Wiley Post (or Will Rogers)" }, - { - "category": "LET'S LEARN SOME SEMAPHORE", - "air_date": "2009-01-16", - "question": "If you need to semaphore for help, these 3 letters here will do just fine", - "value": "$400", - "answer": "SOS", - "round": "Jeopardy!", - "show_number": "5610", - "fullAnswer": "SOS" - }, { "category": "HISTORIC FIGURES' MADE-UP NICKNAMES", "air_date": "2009-01-16", @@ -1249479,16 +1186889,6 @@ "show_number": "5610", "fullAnswer": "Ernest Hemingway" }, - { - "category": "LET'S LEARN SOME SEMAPHORE", - "air_date": "2009-01-16", - "question": "This in the clue is much worse than its bite", - "value": "$600", - "answer": "bark", - "round": "Jeopardy!", - "show_number": "5610", - "fullAnswer": "bark" - }, { "category": "HISTORIC FIGURES' MADE-UP NICKNAMES", "air_date": "2009-01-16", @@ -1249499,16 +1186899,6 @@ "show_number": "5610", "fullAnswer": "Mao Zedong" }, - { - "category": "COMPOUND WORDS", - "air_date": "2009-01-16", - "question": "As you can see, Bolivia and Paraguay are the only two South American countries that are this, with no direct access to the ocean", - "value": "$600", - "answer": "landlocked", - "round": "Jeopardy!", - "show_number": "5610", - "fullAnswer": "landlocked" - }, { "category": "THE LAST SUPPER", "air_date": "2009-01-16", @@ -1249539,16 +1186929,6 @@ "show_number": "5610", "fullAnswer": "Lou Gehrig" }, - { - "category": "LET'S LEARN SOME SEMAPHORE", - "air_date": "2009-01-16", - "question": "Listen up, it's the body part semaphored here", - "value": "$800", - "answer": "ear", - "round": "Jeopardy!", - "show_number": "5610", - "fullAnswer": "ear" - }, { "category": "HISTORIC FIGURES' MADE-UP NICKNAMES", "air_date": "2009-01-16", @@ -1249599,16 +1186979,6 @@ "show_number": "5610", "fullAnswer": "Isadora Duncan" }, - { - "category": "LET'S LEARN SOME SEMAPHORE", - "air_date": "2009-01-16", - "question": "Stop, yield, then go one way to this 4-letter term", - "value": "$1000", - "answer": "sign", - "round": "Jeopardy!", - "show_number": "5610", - "fullAnswer": "sign" - }, { "category": "HISTORIC FIGURES' MADE-UP NICKNAMES", "air_date": "2009-01-16", @@ -1249949,16 +1187319,6 @@ "show_number": "5300", "fullAnswer": "Arizona" }, - { - "category": "MORGAN FREEMAN", - "air_date": "2007-09-28", - "question": "(Morgan Freeman gives the clue.) I received my second Oscar nomination for this 1989 film set in the mid-20th century South", - "value": "$200", - "answer": "Driving Miss Daisy", - "round": "Jeopardy!", - "show_number": "5300", - "fullAnswer": "Driving Miss Daisy" - }, { "category": "LEFTOVERS", "air_date": "2007-09-28", @@ -1250009,16 +1187369,6 @@ "show_number": "5300", "fullAnswer": "Montana" }, - { - "category": "MORGAN FREEMAN", - "air_date": "2007-09-28", - "question": "(Morgan Freeman reads once again.) I've been in 2 films directed by Clint Eastwood: \"Unforgiven\" & this one, for which I won an Oscar", - "value": "$400", - "answer": "Million Dollar Baby", - "round": "Jeopardy!", - "show_number": "5300", - "fullAnswer": "Million Dollar Baby" - }, { "category": "LEFTOVERS", "air_date": "2007-09-28", @@ -1250049,16 +1187399,6 @@ "show_number": "5300", "fullAnswer": "cosmology" }, - { - "category": "LETTERS", - "air_date": "2007-09-28", - "question": "The letter in the means of transport seen here", - "value": "$400", - "answer": "T ", - "round": "Jeopardy!", - "show_number": "5300", - "fullAnswer": "T (t-bar)" - }, { "category": "STATE BORDERS", "air_date": "2007-09-28", @@ -1250069,16 +1187409,6 @@ "show_number": "5300", "fullAnswer": "Maryland" }, - { - "category": "MORGAN FREEMAN", - "air_date": "2007-09-28", - "question": "(Morgan gives the clue again.) I've narrated 2 Oscar-winning feature-length documentaries: \"The Long Way Home\" & this 2005 film", - "value": "$1,000", - "answer": "March of the Penguins", - "round": "Jeopardy!", - "show_number": "5300", - "fullAnswer": "March of the Penguins" - }, { "category": "LEFTOVERS", "air_date": "2007-09-28", @@ -1250129,16 +1187459,6 @@ "show_number": "5300", "fullAnswer": "Kansas and Nebraska" }, - { - "category": "MORGAN FREEMAN", - "air_date": "2007-09-28", - "question": "(Morgan Freeman reads once more.) To answer your question, Jack...as Lucius Fox, it turns out I'm the one who gets this title guy \"those wonderful toys\" when he \"begins\"", - "value": "$800", - "answer": "Batman", - "round": "Jeopardy!", - "show_number": "5300", - "fullAnswer": "Batman" - }, { "category": "LEFTOVERS", "air_date": "2007-09-28", @@ -1250169,16 +1187489,6 @@ "show_number": "5300", "fullAnswer": "an anthology" }, - { - "category": "LETTERS", - "air_date": "2007-09-28", - "question": "When signing the alphabet in American Sign Language, only two letters require actual finger movement: the Z, and this", - "value": "$800", - "answer": "J", - "round": "Jeopardy!", - "show_number": "5300", - "fullAnswer": "J" - }, { "category": "STATE BORDERS", "air_date": "2007-09-28", @@ -1250189,16 +1187499,6 @@ "show_number": "5300", "fullAnswer": "5 (Texas, Louisiana, Alabama, Mississippi & Florida)" }, - { - "category": "MORGAN FREEMAN", - "air_date": "2007-09-28", - "question": "(Morgan gives the last clue.) John Quincy Adams & Martin Van Buren were characters in this 1997 film in which I starred with Djimon Hounsou", - "value": "$1000", - "answer": "Amistad", - "round": "Jeopardy!", - "show_number": "5300", - "fullAnswer": "Amistad" - }, { "category": "LEFTOVERS", "air_date": "2007-09-28", @@ -1250564,7 +1187864,7 @@ "air_date": "2004-09-16", "question": "When he plays for the Lakers he wears a size 23 shoe", "value": "$200", - "answer": "Shaquille O\\'Neal", + "answer": "Shaquille O'Neal", "round": "Jeopardy!", "show_number": "4604", "fullAnswer": "Shaquille O\\'Neal" @@ -1250619,26 +1187919,6 @@ "show_number": "4604", "fullAnswer": "Peter Jackson" }, - { - "category": "SPORTS STARS", - "air_date": "2004-09-16", - "question": "(Sarah of the Clue Crew reads from the courts at the Tennis Hall of Fame in Newport, RI.) From 1978 to 1984 the title of U.S. Open men's singles champ volleyed between John McEnroe & this other volatile lefty", - "value": "$400", - "answer": "Jimmy Connors", - "round": "Jeopardy!", - "show_number": "4604", - "fullAnswer": "Jimmy Connors" - }, - { - "category": "SPEAKING IN TONGUES", - "air_date": "2004-09-16", - "question": "(Sofia of the Clue Crew speaks in a tongue.) Until Vatican II, the Catholic Mass was officially only celebrated in this language", - "value": "$400", - "answer": "Latin", - "round": "Jeopardy!", - "show_number": "4604", - "fullAnswer": "Latin" - }, { "category": "IT'S IN \"DE\" DICTIONARY", "air_date": "2004-09-16", @@ -1250734,7 +1188014,7 @@ "air_date": "2004-09-16", "question": "New Zealand's Black Magic won this trophy in 1995 and 2000", "value": "$800", - "answer": "America\\'s Cup", + "answer": "America's Cup", "round": "Jeopardy!", "show_number": "4604", "fullAnswer": "the America\\'s Cup" @@ -1250889,16 +1188169,6 @@ "show_number": "4604", "fullAnswer": "ABC" }, - { - "category": "MODERN DANCE", - "air_date": "2004-09-16", - "question": "In 2003 in works like the one shown, the Dayton Contemporary Dance Company celebrated the centennial of this", - "value": "$400", - "answer": "(Wright Brothers\\') first flight", - "round": "Double Jeopardy!", - "show_number": "4604", - "fullAnswer": "the (Wright Brothers\\') first flight" - }, { "category": "BEFORE & AFTER", "air_date": "2004-09-16", @@ -1251059,36 +1188329,6 @@ "show_number": "4604", "fullAnswer": "threatened" }, - { - "category": "WE'LL GIVE YOU THE BLUES", - "air_date": "2004-09-16", - "question": "Blue is a popular clothing color for members of this original Moroccan ethnic group", - "value": "$1600", - "answer": "Berbers", - "round": "Double Jeopardy!", - "show_number": "4604", - "fullAnswer": "the Berbers" - }, - { - "category": "MODERN DANCE", - "air_date": "2004-09-16", - "question": "This performer/choreographer was one of the most influential figures in modern dance", - "value": "$1600", - "answer": "Martha Graham", - "round": "Double Jeopardy!", - "show_number": "4604", - "fullAnswer": "Martha Graham" - }, - { - "category": "BEFORE & AFTER", - "air_date": "2004-09-16", - "question": "This patriotic composer said, \"Give me liberty or give me d-death, d-death, d-death, d-death, d-death, d-death, d-death\"", - "value": "$1600", - "answer": "Patrick Henry Mancini", - "round": "Double Jeopardy!", - "show_number": "4604", - "fullAnswer": "Patrick Henry Mancini" - }, { "category": "HISTORICAL PEOPLE", "air_date": "2004-09-16", @@ -1251109,16 +1188349,6 @@ "show_number": "4604", "fullAnswer": "Gilda" }, - { - "category": "LISTEN TO THE ANIMALS", - "air_date": "2004-09-16", - "question": "The marmot, seen here, wishes it didn't have this name, which means cowardly", - "value": "$2000", - "answer": "yellow-bellied", - "round": "Double Jeopardy!", - "show_number": "4604", - "fullAnswer": "yellow-bellied" - }, { "category": "WE'LL GIVE YOU THE BLUES", "air_date": "2004-09-16", @@ -1251524,7 +1188754,7 @@ "air_date": "2003-10-13", "question": "1930 classic heard here performed by Rosemary Watson", "value": "$800", - "answer": "I\\'ve Got Rhythm", + "answer": "I've Got Rhythm", "round": "Double Jeopardy!", "show_number": "4391", "fullAnswer": "\"I\\'ve Got Rhythm\"" @@ -1251694,7 +1188924,7 @@ "air_date": "2003-10-13", "question": "Chile's liberator, he was born the illegitimate son of an Irish-born Spanish officer", "value": "$2000", - "answer": "Bernardo O\\'Higgins", + "answer": "Bernardo O'Higgins", "round": "Double Jeopardy!", "show_number": "4391", "fullAnswer": "Bernardo O\\'Higgins" @@ -1251879,16 +1189109,6 @@ "show_number": "2781", "fullAnswer": "the pants" }, - { - "category": "SCIENCE NEWS", - "air_date": "1996-10-07", - "question": "Device that took the photo seen here:", - "value": "$500", - "answer": "Hubble Space Telescope", - "round": "Jeopardy!", - "show_number": "2781", - "fullAnswer": "the Hubble Space Telescope" - }, { "category": "COMEDIANS", "air_date": "1996-10-07", @@ -1252489,16 +1189709,6 @@ "show_number": "4685", "fullAnswer": "Frank Zappa" }, - { - "category": "THERE'S A PLACE FOR US", - "air_date": "2005-01-07", - "question": "These may be small, but they are beach front property, and a place to change your suits", - "value": "$600", - "answer": "cabana", - "round": "Jeopardy!", - "show_number": "4685", - "fullAnswer": "a cabana" - }, { "category": "CITY SEALS", "air_date": "2005-01-07", @@ -1252659,16 +1189869,6 @@ "show_number": "4685", "fullAnswer": "an autopsy" }, - { - "category": "YESTERDAY'S HOTTIES", - "air_date": "2005-01-07", - "question": "This lovely's look was all the rage on college campuses in the 1940s", - "value": "$400", - "answer": "Veronica Lake", - "round": "Double Jeopardy!", - "show_number": "4685", - "fullAnswer": "Veronica Lake" - }, { "category": "THE APPRENTICE", "air_date": "2005-01-07", @@ -1252719,16 +1189919,6 @@ "show_number": "4685", "fullAnswer": "Minnesota" }, - { - "category": "YESTERDAY'S HOTTIES", - "air_date": "2005-01-07", - "question": "This actress who played opposite Victor Mature in \"Samson and Delilah\" invented the technology used in cell phones", - "value": "$800", - "answer": "Hedy Lamarr", - "round": "Double Jeopardy!", - "show_number": "4685", - "fullAnswer": "Hedy Lamarr" - }, { "category": "THE APPRENTICE", "air_date": "2005-01-07", @@ -1252759,46 +1189949,6 @@ "show_number": "4685", "fullAnswer": "(James Clarke) Ross" }, - { - "category": "THEATRE TALK", - "air_date": "2005-01-07", - "question": "(Sarah of the Clue Crew stands amidst a theater's seats.) It's the part of the theatre where the audience sits, and if an actor gets sick, you might be asked if there's a doctor in it", - "value": "$800", - "answer": "house", - "round": "Double Jeopardy!", - "show_number": "4685", - "fullAnswer": "the house" - }, - { - "category": "MEDICAL CENTER", - "air_date": "2005-01-07", - "question": "(Jimmy of the Clue Crew demonstrates a medical device.) Nonprofessionals can learn to use an Automated External one of these heart devices

(Computer voice): Place the electrodes on patient's bare chest", - "value": "$1200", - "answer": "defibrillator", - "round": "Double Jeopardy!", - "show_number": "4685", - "fullAnswer": "a defibrillator" - }, - { - "category": "YESTERDAY'S HOTTIES", - "air_date": "2005-01-07", - "question": "Some child mannequins of the 1920s were designed to look like this sweetheart of an actress", - "value": "$1200", - "answer": "Mary Pickford", - "round": "Double Jeopardy!", - "show_number": "4685", - "fullAnswer": "Mary Pickford" - }, - { - "category": "THE APPRENTICE", - "air_date": "2005-01-07", - "question": "(Hi, I'm Bill Rancic of The Apprentice.) When you hear the word apprentice, you may think of this character played by a rodent in a 1940 film", - "value": "$1200", - "answer": "Sorcerer\\'s Apprentice", - "round": "Double Jeopardy!", - "show_number": "4685", - "fullAnswer": "the Sorcerer\\'s Apprentice" - }, { "category": "SHORTENED FIRST NAMES", "air_date": "2005-01-07", @@ -1252839,16 +1189989,6 @@ "show_number": "4685", "fullAnswer": "the adrenal glands" }, - { - "category": "YESTERDAY'S HOTTIES", - "air_date": "2005-01-07", - "question": "This groundbreaking actress was played by Halle Berry in an acclaimed TV biopic", - "value": "$1600", - "answer": "Dorothy Dandridge", - "round": "Double Jeopardy!", - "show_number": "4685", - "fullAnswer": "Dorothy Dandridge" - }, { "category": "THE APPRENTICE", "air_date": "2005-01-07", @@ -1252899,16 +1190039,6 @@ "show_number": "4685", "fullAnswer": "an arthroscope" }, - { - "category": "YESTERDAY'S HOTTIES", - "air_date": "2005-01-07", - "question": "The alluring star of a number of classic films, this Kansas native was equally famous for her haircut", - "value": "$2000", - "answer": "Louise Brooks", - "round": "Double Jeopardy!", - "show_number": "4685", - "fullAnswer": "Louise Brooks" - }, { "category": "THE APPRENTICE", "air_date": "2005-01-07", @@ -1253229,16 +1190359,6 @@ "show_number": "4199", "fullAnswer": "\"blood, toil, tears & sweat\"" }, - { - "category": "HOW AM \"I\" DOING?", - "air_date": "2002-11-28", - "question": "(Sofia presents the clue from the blackboard.) By adding a neutron, you can get this different form of a chemical element", - "value": "$1000", - "answer": "isotope", - "round": "Jeopardy!", - "show_number": "4199", - "fullAnswer": "an isotope" - }, { "category": "SAFARI SO GOOD", "air_date": "2002-11-28", @@ -1253269,16 +1190389,6 @@ "show_number": "4199", "fullAnswer": "the Congressional Medal of Honor" }, - { - "category": "GONE BUT NOT FORGOTTEN, 2001", - "air_date": "2002-11-28", - "question": "The 5-foot, 3-inch pixie seen here, she gained nation exposure on TV's \"Your Show of Shows\"", - "value": "$400", - "answer": "Imogene Coca", - "round": "Double Jeopardy!", - "show_number": "4199", - "fullAnswer": "Imogene Coca" - }, { "category": "EUROPE", "air_date": "2002-11-28", @@ -1253419,16 +1190529,6 @@ "show_number": "4199", "fullAnswer": "humerus" }, - { - "category": "15-LETTER WORDS", - "air_date": "2002-11-28", - "question": "(Sofia is taking a walk through the woods.) A goal of the Boy Scouts is to foster this 15-letter word through activities like fishing, hiking & canoeing", - "value": "$1200", - "answer": "outdoorsmanship", - "round": "Double Jeopardy!", - "show_number": "4199", - "fullAnswer": "outdoorsmanship" - }, { "category": "THE CARS", "air_date": "2002-11-28", @@ -1254159,16 +1191259,6 @@ "show_number": "3562", "fullAnswer": "Ronald Reagan (California) & Bill Clinton (Arkansas)" }, - { - "category": "ON THE BEAT WITH ANDY SIPOWICZ", - "air_date": "2001-07-12", - "question": "(Hi. I'm Dennis Franz. I play Andy Sipowicz on NYPD Blue.) This guy, an M.E. for short, tells Sipowicz how & why a corpse got that way", - "value": "$100", - "answer": "medical examiner", - "round": "Jeopardy!", - "show_number": "3899", - "fullAnswer": "medical examiner" - }, { "category": "BRAND NAME ORIGINS", "air_date": "2001-07-12", @@ -1254214,21 +1191304,11 @@ "air_date": "2001-07-12", "question": "This motorcycle group's death head logo is a registered trademark", "value": "$100", - "answer": "Hell\\'s Angels", + "answer": "Hell's Angels", "round": "Jeopardy!", "show_number": "3899", "fullAnswer": "Hell\\'s Angels" }, - { - "category": "ON THE BEAT WITH ANDY SIPOWICZ", - "air_date": "2001-07-12", - "question": "(Franz reads the clue.) Some cops use this soft powdery limestone to mark tires; homicide cops, like Andy, see it used more for outlines", - "value": "$200", - "answer": "chalk", - "round": "Jeopardy!", - "show_number": "3899", - "fullAnswer": "chalk" - }, { "category": "BRAND NAME ORIGINS", "air_date": "2001-07-12", @@ -1254279,16 +1191359,6 @@ "show_number": "3899", "fullAnswer": "\"Sleep in heavenly peace\"" }, - { - "category": "ON THE BEAT WITH ANDY SIPOWICZ", - "air_date": "2001-07-12", - "question": "(Franz reads the clue.) Dating back to the 1700s, it's the court order that authorizes police to enter a home to look for evidence", - "value": "$300", - "answer": "search warrant", - "round": "Jeopardy!", - "show_number": "3899", - "fullAnswer": "search warrant" - }, { "category": "BRAND NAME ORIGINS", "air_date": "2001-07-12", @@ -1254334,21 +1191404,11 @@ "air_date": "2001-07-12", "question": "The Snake River winds through this, the deepest gorge in North America", "value": "$300", - "answer": "Hell\\'s Canyon", + "answer": "Hell's Canyon", "round": "Jeopardy!", "show_number": "3899", "fullAnswer": "Hell\\'s Canyon" }, - { - "category": "ON THE BEAT WITH ANDY SIPOWICZ", - "air_date": "2001-07-12", - "question": "(Franz reads the clue.) This \"squad\" investigates prostitution, gambling & other immoral activities; you know, the fun stuff", - "value": "$400", - "answer": "vice squad", - "round": "Jeopardy!", - "show_number": "3899", - "fullAnswer": "the vice squad" - }, { "category": "BRAND NAME ORIGINS", "air_date": "2001-07-12", @@ -1254399,16 +1191459,6 @@ "show_number": "3899", "fullAnswer": "a Hellcat" }, - { - "category": "ON THE BEAT WITH ANDY SIPOWICZ", - "air_date": "2001-07-12", - "question": "(Franz reads the clue.) Because of this man's Supreme Court case, Sipowicz has to inform suspects of their right to a lawyer", - "value": "$500", - "answer": "Miranda", - "round": "Jeopardy!", - "show_number": "3899", - "fullAnswer": "Miranda" - }, { "category": "BRAND NAME ORIGINS", "air_date": "2001-07-12", @@ -1254639,16 +1191689,6 @@ "show_number": "3899", "fullAnswer": "Arabic" }, - { - "category": "ARCHAEOLOGY", - "air_date": "2001-07-12", - "question": "From the greek meaning \"rock carving\" it's the type of artifact seen here", - "value": "$800", - "answer": "petroglyph", - "round": "Double Jeopardy!", - "show_number": "3899", - "fullAnswer": "a petroglyph" - }, { "category": "'60s TV", "air_date": "2001-07-12", @@ -1254664,7 +1191704,7 @@ "air_date": "2001-07-12", "question": "It completes the Robert Browning line \"God's in His heaven...\"", "value": "$800", - "answer": "...all\\'s right with the world", + "answer": "...all's right with the world", "round": "Double Jeopardy!", "show_number": "3899", "fullAnswer": "...all\\'s right with the world" @@ -1254759,16 +1191799,6 @@ "show_number": "3899", "fullAnswer": "archbishopric" }, - { - "category": "COLLEGES AND UNIVERSITIES", - "air_date": "2001-07-12", - "question": "The 1939 event we just saw came out of a concert originally to be sponsored at DAR Constitution Hall by this university", - "value": null, - "answer": "Howard University", - "round": "Final Jeopardy!", - "show_number": "3899", - "fullAnswer": "Howard University" - }, { "category": "MEDICAL HISTORY", "air_date": "2001-04-27", @@ -1255514,7 +1192544,7 @@ "air_date": "1998-01-02", "question": "It's the Irish-sounding name for a diced potato dish fried with onions & peppers", "value": "$300", - "answer": "Potatoes O\\' Brien", + "answer": "Potatoes O' Brien", "round": "Jeopardy!", "show_number": "3075", "fullAnswer": "Potatoes O\\' Brien" @@ -1255574,7 +1192604,7 @@ "air_date": "1998-01-02", "question": "If you're doing this you're sinning; if you \"Ain't\", you're a musical", "value": "$400", - "answer": "Misbehavin\\'", + "answer": "Misbehavin'", "round": "Jeopardy!", "show_number": "3075", "fullAnswer": "Misbehavin\\'" @@ -1255894,7 +1192924,7 @@ "air_date": "1998-01-02", "question": "With the infamous 30 pieces of silver, the chief priests bought this \"To bury strangers in\"", "value": "$1000", - "answer": "Potter\\'s Field", + "answer": "Potter's Field", "round": "Double Jeopardy!", "show_number": "3075", "fullAnswer": "Potter\\'s Field" @@ -1256099,16 +1193129,6 @@ "show_number": "5217", "fullAnswer": "semaphore" }, - { - "category": "TV JAILBIRDS", - "air_date": "2007-04-24", - "question": "(Hi, I'm Christopher Meloni of Law & Order: SVU.) I've been on both sides of the law--I played devious serial killer Chris Keller on this HBO prison drama", - "value": "$800", - "answer": "Oz", - "round": "Jeopardy!", - "show_number": "5217", - "fullAnswer": "Oz" - }, { "category": "CROSSWORD CLUES \"G\"", "air_date": "2007-04-24", @@ -1256754,7 +1193774,7 @@ "air_date": "1997-12-02", "question": "In 1947 David Niven was in \"The Bishop's Wife\"; in 1996 Denzel Washington starred in this remake", "value": "$500", - "answer": "Preacher\\'s Wife", + "answer": "Preacher's Wife", "round": "Jeopardy!", "show_number": "3052", "fullAnswer": "The Preacher\\'s Wife" @@ -1256854,7 +1193874,7 @@ "air_date": "1997-12-02", "question": "In May 1997 this cereal company introduced new Cocoa Frosted Flakes", "value": "$200", - "answer": "Kellogg\\'s", + "answer": "Kellogg's", "round": "Double Jeopardy!", "show_number": "3052", "fullAnswer": "Kellogg\\'s" @@ -1257054,7 +1194074,7 @@ "air_date": "1997-12-02", "question": "Part one of this English allegory ends, \"So I awoke, and behold it was a dream\"", "value": null, - "answer": "\\Pilgrim\\'s Progress\\", + "answer": "Pilgrim's Progress", "round": "Final Jeopardy!", "show_number": "3052", "fullAnswer": "\\\"Pilgrim\\'s Progress\\\"" @@ -1257329,16 +1194349,6 @@ "show_number": "3668", "fullAnswer": "Land of the Lost" }, - { - "category": "PSYCH 101", - "air_date": "2000-07-12", - "question": "(Hi, I'm Kimberlin Brown, not a real psychiatrist, but I play one on TV.) Symptoms of this mental illness, from the Greek for \"split mind\", include madness, not multiple personalities", - "value": "$500", - "answer": "schizophrenia", - "round": "Jeopardy!", - "show_number": "3668", - "fullAnswer": "schizophrenia" - }, { "category": "TREE WORDS", "air_date": "2000-07-12", @@ -1257714,7 +1194724,7 @@ "air_date": "2002-03-12", "question": "The Cleopatra's Barge nightclub has a swaying dance floor that really rocks this Roman-themed Vegas casino", "value": "$200", - "answer": "Caesar\\'s Palace", + "answer": "Caesar's Palace", "round": "Jeopardy!", "show_number": "4042", "fullAnswer": "Caesar\\'s Palace" @@ -1257749,16 +1194759,6 @@ "show_number": "4042", "fullAnswer": "John Lithgow" }, - { - "category": "A PASSION FOR FASHION", - "air_date": "2002-03-12", - "question": "(Sofia of the Clue Crew points to the small green crocodile patch on the breast of her pink shirt.) My shirt features the logo of a sportswear company named for this French athlete", - "value": "$400", - "answer": "Lacoste", - "round": "Jeopardy!", - "show_number": "4042", - "fullAnswer": "Lacoste" - }, { "category": "REVOLUTIONARY WORDS", "air_date": "2002-03-12", @@ -1257919,16 +1194919,6 @@ "show_number": "4042", "fullAnswer": "Jamie Lee Curtis" }, - { - "category": "A PASSION FOR FASHION", - "air_date": "2002-03-12", - "question": "(Jimmy of the Clue Crew wears a black brimmed hat.) A city in western Germany shares its name with this fashionable hat", - "value": "$1000", - "answer": "homburg", - "round": "Jeopardy!", - "show_number": "4042", - "fullAnswer": "a homburg" - }, { "category": "REVOLUTIONARY WORDS", "air_date": "2002-03-12", @@ -1257999,16 +1194989,6 @@ "show_number": "4042", "fullAnswer": "Colin Powell" }, - { - "category": "I AM CURIOUS YELLOW", - "air_date": "2002-03-12", - "question": "Seen here is a popular view at this U.S. national park", - "value": "$400", - "answer": "Yellowstone", - "round": "Double Jeopardy!", - "show_number": "4042", - "fullAnswer": "Yellowstone" - }, { "category": "PAINT IT \"BLACK\"", "air_date": "2002-03-12", @@ -1258059,16 +1195039,6 @@ "show_number": "4042", "fullAnswer": "(John) Kerry" }, - { - "category": "I AM CURIOUS YELLOW", - "air_date": "2002-03-12", - "question": "The bright yellow variety of this undersea dweller is seen here", - "value": "$800", - "answer": "sponge", - "round": "Double Jeopardy!", - "show_number": "4042", - "fullAnswer": "a sponge" - }, { "category": "PAINT IT \"BLACK\"", "air_date": "2002-03-12", @@ -1258189,16 +1195159,6 @@ "show_number": "4042", "fullAnswer": "Max Schmeling" }, - { - "category": "STRICTLY BLUEGRASS MUSIC", - "air_date": "2002-03-12", - "question": "The 1967 film \"Bonnie & Clyde featured this bluegrass favorite heard here", - "value": "$2000", - "answer": "Foggy Mountain Breakdown", - "round": "Double Jeopardy!", - "show_number": "4042", - "fullAnswer": "\"Foggy Mountain Breakdown\"" - }, { "category": "PURPLE HEART WINNERS", "air_date": "2002-03-12", @@ -1258209,16 +1195169,6 @@ "show_number": "4042", "fullAnswer": "Ernie Pyle" }, - { - "category": "I AM CURIOUS YELLOW", - "air_date": "2002-03-12", - "question": "As displayed in the circa-1540 saltcellar seen here, Benvenuto Cellini is best known as this type of craftsman", - "value": "$2000", - "answer": "goldsmith", - "round": "Double Jeopardy!", - "show_number": "4042", - "fullAnswer": "a goldsmith" - }, { "category": "PAINT IT \"BLACK\"", "air_date": "2002-03-12", @@ -1258824,7 +1195774,7 @@ "air_date": "1993-01-19", "question": "The reason George Mallory gave when asked \"Why do you want to climb Mt. Everest?\"", "value": "$1000", - "answer": "Because it\\'s there", + "answer": "Because it's there", "round": "Double Jeopardy!", "show_number": "1932", "fullAnswer": "\"Because it\\'s there\"" @@ -1259044,7 +1195994,7 @@ "air_date": "2009-04-30", "question": "The girl on this brand's label wears a yellow dress & stands under an umbrella", "value": "$1,300", - "answer": "Morton\\'s Salt", + "answer": "Morton's Salt", "round": "Jeopardy!", "show_number": "5684", "fullAnswer": "Morton\\'s Salt" @@ -1259094,7 +1196044,7 @@ "air_date": "2009-04-30", "question": "I'd love to watch more of this 1998 flick with Flik the Ant, but I'm in the guy's blind spot", "value": "$1000", - "answer": "Bug\\'s Life", + "answer": "Bug's Life", "round": "Jeopardy!", "show_number": "5684", "fullAnswer": "A Bug\\'s Life" @@ -1259359,16 +1196309,6 @@ "show_number": "5684", "fullAnswer": "locust" }, - { - "category": "MUSEUMS", - "air_date": "2009-04-30", - "question": "(Kelly of the Clue Crew stands with an Ancient Egyptian statue in the galleries of the Royal Ontario Museum in Ontario, Canada.) In the Royal Ontario Museum's Egyptian galleries, you'll meet Sekhmet, both a creative & destructive goddess; the statue likely came from this temple area of Thebes", - "value": "$2000", - "answer": "Karnak", - "round": "Double Jeopardy!", - "show_number": "5684", - "fullAnswer": "Karnak" - }, { "category": "BATTLES OF THE BULGE", "air_date": "2009-04-30", @@ -1259419,22 +1196359,12 @@ "show_number": "5684", "fullAnswer": "Monaco" }, - { - "category": "ART FOR ART'S SAKE", - "air_date": "2005-12-05", - "question": "Joseph Karl Stieler's early 19th-century portrait of this man captures his energy & ferocity", - "value": "$200", - "answer": "Beethoven", - "round": "Jeopardy!", - "show_number": "4886", - "fullAnswer": "Beethoven" - }, { "category": "NAME THAT TUNE", "air_date": "2005-12-05", "question": "The Bee Gees:
\"Well you can tell by the way I use my walk, I'm a woman's man, no time to talk\"", "value": "$200", - "answer": "Stayin\\' Alive", + "answer": "Stayin' Alive", "round": "Jeopardy!", "show_number": "4886", "fullAnswer": "\"Stayin\\' Alive\"" @@ -1259479,16 +1196409,6 @@ "show_number": "4886", "fullAnswer": "instant messaging" }, - { - "category": "ART FOR ART'S SAKE", - "air_date": "2005-12-05", - "question": "He's the former stockbroker who painted \"Woman with Mango\", seen here", - "value": "$400", - "answer": "Gauguin", - "round": "Jeopardy!", - "show_number": "4886", - "fullAnswer": "Gauguin" - }, { "category": "NAME THAT TUNE", "air_date": "2005-12-05", @@ -1259519,26 +1196439,6 @@ "show_number": "4886", "fullAnswer": "Anne Frank" }, - { - "category": "YES \"I.M.\"", - "air_date": "2005-12-05", - "question": "A page from one of these medieval documents is seen here", - "value": "$400", - "answer": "illuminated manuscript", - "round": "Jeopardy!", - "show_number": "4886", - "fullAnswer": "an illuminated manuscript" - }, - { - "category": "ART FOR ART'S SAKE", - "air_date": "2005-12-05", - "question": "This influential Italian also worked in sculpture", - "value": "$600", - "answer": "Modigliani", - "round": "Jeopardy!", - "show_number": "4886", - "fullAnswer": "Modigliani" - }, { "category": "NAME THAT TUNE", "air_date": "2005-12-05", @@ -1259589,16 +1196489,6 @@ "show_number": "4886", "fullAnswer": "the Invisible Man" }, - { - "category": "ART FOR ART'S SAKE", - "air_date": "2005-12-05", - "question": "She's the Pennsylvania-born expatriate whose work is seen here", - "value": "$800", - "answer": "Cassatt", - "round": "Jeopardy!", - "show_number": "4886", - "fullAnswer": "(Mary) Cassatt" - }, { "category": "NAME THAT TUNE", "air_date": "2005-12-05", @@ -1259639,16 +1196529,6 @@ "show_number": "4886", "fullAnswer": "Swiss" }, - { - "category": "YES \"I.M.\"", - "air_date": "2005-12-05", - "question": "It's the instrument of persuasion seen here", - "value": "$800", - "answer": "Iron Maiden", - "round": "Jeopardy!", - "show_number": "4886", - "fullAnswer": "the Iron Maiden" - }, { "category": "ART FOR ART'S SAKE", "air_date": "2005-12-05", @@ -1259724,21 +1196604,11 @@ "air_date": "2005-12-05", "question": "Paquin's plantains", "value": "$400", - "answer": "Anna\\'s bananas", + "answer": "Anna's bananas", "round": "Double Jeopardy!", "show_number": "4886", "fullAnswer": "Anna\\'s bananas" }, - { - "category": "STRUCTURES", - "air_date": "2005-12-05", - "question": "(I'm Tom Silva, general contractor.) For our 25th anniversary project, renovating a farmstead, we converted this 39x50' building into living space", - "value": "$400", - "answer": "barn", - "round": "Double Jeopardy!", - "show_number": "4886", - "fullAnswer": "a barn" - }, { "category": "AUTHOR! AUTHOR!", "air_date": "2005-12-05", @@ -1259784,7 +1196654,7 @@ "air_date": "2005-12-05", "question": "Ms. Foster's rock & roll show equipment handlers`", "value": "$800", - "answer": "Jodie\\'s roadies", + "answer": "Jodie's roadies", "round": "Double Jeopardy!", "show_number": "4886", "fullAnswer": "Jodie\\'s roadies" @@ -1259844,7 +1196714,7 @@ "air_date": "2005-12-05", "question": "Gooding's instruments", "value": "$1200", - "answer": "Cuba\\'s tubas", + "answer": "Cuba's tubas", "round": "Double Jeopardy!", "show_number": "4886", "fullAnswer": "Cuba\\'s tubas" @@ -1259904,21 +1196774,11 @@ "air_date": "2005-12-05", "question": "McDaniel's hamburgers", "value": "$1600", - "answer": "Hattie\\'s patties", + "answer": "Hattie's patties", "round": "Double Jeopardy!", "show_number": "4886", "fullAnswer": "Hattie\\'s patties" }, - { - "category": "STRUCTURES", - "air_date": "2005-12-05", - "question": "(Sarah of the Clue Crew strolls through New York's Little Italy.) From Latin for \"to hold\", this type of building is synonymous with urban decay, but gives Little Italy its charm", - "value": "$1600", - "answer": "tenement", - "round": "Double Jeopardy!", - "show_number": "4886", - "fullAnswer": "a tenement" - }, { "category": "AUTHOR! AUTHOR!", "air_date": "2005-12-05", @@ -1259949,22 +1196809,12 @@ "show_number": "4886", "fullAnswer": "paragon" }, - { - "category": "\"S\"CIENCE", - "air_date": "2005-12-05", - "question": "(Jimmy of the Clue Crew points out a nuclear phenomenon on the blackboard.) It's the deflection of particles in many directions; as the particle is aimed more directly at the nucleus, the angle increases", - "value": "$2000", - "answer": "scattering", - "round": "Double Jeopardy!", - "show_number": "4886", - "fullAnswer": "scattering" - }, { "category": "OSCAR WINNERS' RHYME TIME", "air_date": "2005-12-05", "question": "Dame Judi's ditches", "value": "$2000", - "answer": "Dench\\'s trenches", + "answer": "Dench's trenches", "round": "Double Jeopardy!", "show_number": "4886", "fullAnswer": "Dench\\'s trenches" @@ -1260139,16 +1196989,6 @@ "show_number": "6157", "fullAnswer": "a pawnshop" }, - { - "category": "THE 1860s", - "air_date": "2011-05-24", - "question": "(Jimmy of the Clue Crew is at the Abraham Lincoln Presidential Library)
There was lots of partying in this city before and certainly after Lincoln was nominated for President there in 1860; here is a $321.50 bar tab for party officials that week", - "value": "$600", - "answer": "Chicago", - "round": "Jeopardy!", - "show_number": "6157", - "fullAnswer": "Chicago" - }, { "category": "COLORFUL TV SHOWS", "air_date": "2011-05-24", @@ -1260734,7 +1197574,7 @@ "air_date": "2000-04-12", "question": "They come in multiple colors & have the 13th letter of the alphabet stamped on them", "value": "$200", - "answer": "M&M\\'s", + "answer": "M&M's", "round": "Jeopardy!", "show_number": "3603", "fullAnswer": "M&M\\'s" @@ -1260894,7 +1197734,7 @@ "air_date": "2000-04-12", "question": "Another name for appetizers, it's French for \"outside the work\"", "value": "$500", - "answer": "Hors d\\'oeuvres", + "answer": "Hors d'oeuvres", "round": "Jeopardy!", "show_number": "3603", "fullAnswer": "Hors d\\'oeuvres" @@ -1261024,7 +1197864,7 @@ "air_date": "2000-04-12", "question": "A bad thing for a burglar to hear:
----------------------------------
ARREST
YOU'RE", "value": "$400", - "answer": "You\\'re under arrest", + "answer": "You're under arrest", "round": "Double Jeopardy!", "show_number": "3603", "fullAnswer": "You\\'re under arrest" @@ -1261084,7 +1197924,7 @@ "air_date": "2000-04-12", "question": "Something your clone might say:
----------------------------------
I'M MYSELF", "value": "$600", - "answer": "I\\'m beside myself", + "answer": "I'm beside myself", "round": "Double Jeopardy!", "show_number": "3603", "fullAnswer": "I\\'m beside myself" @@ -1261094,7 +1197934,7 @@ "air_date": "2000-04-12", "question": "\"Cow's Skull: Red, White and Blue\"", "value": "$800", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Double Jeopardy!", "show_number": "3603", "fullAnswer": "Georgia O\\'Keeffe" @@ -1262139,16 +1198979,6 @@ "show_number": "6286", "fullAnswer": "France" }, - { - "category": "THE SEA AROUND US", - "air_date": "2012-01-09", - "question": "(Kelly of the Clue Crew reports from Australia.) This section of water known as the Backpacker's Express carries unwary tourists out to sea; it's one of these currents, similar to an undertow, that draws water away from shore", - "value": "$800", - "answer": "rip current", - "round": "Double Jeopardy!", - "show_number": "6286", - "fullAnswer": "a rip current" - }, { "category": "WHAT'S NEXT?", "air_date": "2012-01-09", @@ -1262309,16 +1199139,6 @@ "show_number": "6286", "fullAnswer": "salinity" }, - { - "category": "BROADCASTER NEWS", - "air_date": "2012-01-09", - "question": "(Hi. I'm Chris Matthews.) In 2004 I received the award for excellence in broadcast journalism named for this longtime news partner of Chet Huntley", - "value": "$2000", - "answer": "David Brinkley", - "round": "Double Jeopardy!", - "show_number": "6286", - "fullAnswer": "David Brinkley" - }, { "category": "WEIRD WORDS", "air_date": "2012-01-09", @@ -1262464,21 +1199284,11 @@ "air_date": "2011-02-04", "question": "Wal-Mart opened the first one in 1983; today there are 47 million U.S. members", "value": "$400", - "answer": "Sam\\'s Club", + "answer": "Sam's Club", "round": "Jeopardy!", "show_number": "6080", "fullAnswer": "Sam\\'s Club" }, - { - "category": "BIRDIE", - "air_date": "2011-02-04", - "question": "Seen here, & common in Hawaii, is the red-crested variety of this bird", - "value": "$400", - "answer": "cardinal", - "round": "Jeopardy!", - "show_number": "6080", - "fullAnswer": "the cardinal" - }, { "category": "\"FORE\"!", "air_date": "2011-02-04", @@ -1262509,16 +1199319,6 @@ "show_number": "6080", "fullAnswer": "olives" }, - { - "category": "HAZARDS", - "air_date": "2011-02-04", - "question": "Cancel the picnic--the international symbol for this is up ahead", - "value": "$600", - "answer": "biohazard", - "round": "Jeopardy!", - "show_number": "6080", - "fullAnswer": "biohazard" - }, { "category": "CLUBS", "air_date": "2011-02-04", @@ -1262589,16 +1199389,6 @@ "show_number": "6080", "fullAnswer": "Culture Club" }, - { - "category": "BIRDIE", - "air_date": "2011-02-04", - "question": "Share a laugh with this Aussie bird heard here", - "value": "$800", - "answer": "kookaburra", - "round": "Jeopardy!", - "show_number": "6080", - "fullAnswer": "the kookaburra" - }, { "category": "\"FORE\"!", "air_date": "2011-02-04", @@ -1262669,16 +1199459,6 @@ "show_number": "6080", "fullAnswer": "a forebear (or forefather)" }, - { - "category": "NOVA: MAKING STUFF", - "air_date": "2011-02-04", - "question": "The overlapping scales of these fish prevent algae from living there, & similar medical material may reject bacteria", - "value": "$400", - "answer": "shark", - "round": "Double Jeopardy!", - "show_number": "6080", - "fullAnswer": "a shark" - }, { "category": "\"Q\" FOOD & DRINK", "air_date": "2011-02-04", @@ -1262729,16 +1199509,6 @@ "show_number": "6080", "fullAnswer": "brief" }, - { - "category": "NOVA: MAKING STUFF", - "air_date": "2011-02-04", - "question": "The ability to absorb stress makes metal this, an adjective in a Ford pickup ad slogan", - "value": "$800", - "answer": "tough", - "round": "Double Jeopardy!", - "show_number": "6080", - "fullAnswer": "tough" - }, { "category": "\"Q\" FOOD & DRINK", "air_date": "2011-02-04", @@ -1262849,16 +1199619,6 @@ "show_number": "6080", "fullAnswer": "ice" }, - { - "category": "NOVA: MAKING STUFF", - "air_date": "2011-02-04", - "question": "Making stuff smaller includes a pill with a camera taking 2 pictures a second of this tract--GI for short", - "value": "$1600", - "answer": "gastrointestinal", - "round": "Double Jeopardy!", - "show_number": "6080", - "fullAnswer": "gastrointestinal" - }, { "category": "\"Q\" FOOD & DRINK", "air_date": "2011-02-04", @@ -1262909,16 +1199669,6 @@ "show_number": "6080", "fullAnswer": "brave" }, - { - "category": "NOVA: MAKING STUFF", - "air_date": "2011-02-04", - "question": "So light & strong, 1 pound could stretch around the Earth, the silk spiders spin to hang from is called this kind of line", - "value": "$2000", - "answer": "dragline", - "round": "Double Jeopardy!", - "show_number": "6080", - "fullAnswer": "a dragline" - }, { "category": "\"Q\" FOOD & DRINK", "air_date": "2011-02-04", @@ -1263944,7 +1200694,7 @@ "air_date": "1999-01-14", "question": "Jane Wiedlin was the guitarist for the Misfits; later the band took this name & had a hit with \"We Got The Beat\"", "value": "$400", - "answer": "Go-Go\\'s", + "answer": "Go-Go's", "round": "Double Jeopardy!", "show_number": "3309", "fullAnswer": "The Go-Go\\'s" @@ -1264169,16 +1200919,6 @@ "show_number": "5497", "fullAnswer": "salaries" }, - { - "category": "GAMBLING", - "air_date": "2008-07-01", - "question": "(Cheryl of the Clue Crew stands at a craps table.) For my first roll in a round of craps, I'm hoping to roll either of these 2 numbers & win right away", - "value": "$200", - "answer": "7 & 11", - "round": "Jeopardy!", - "show_number": "5497", - "fullAnswer": "7 & 11" - }, { "category": "GRASSHOP-POURRI", "air_date": "2008-07-01", @@ -1264209,16 +1200949,6 @@ "show_number": "5497", "fullAnswer": "a landslide" }, - { - "category": "SUPREME COURT JUSTICES", - "air_date": "2008-07-01", - "question": "This 1962 graduate of Stanford Law filled a vacancy created by Justice Potter Stewart", - "value": "$400", - "answer": "Sandra Day O\\'Connor", - "round": "Jeopardy!", - "show_number": "5497", - "fullAnswer": "Sandra Day O\\'Connor" - }, { "category": "BASEBALL HISTORY", "air_date": "2008-07-01", @@ -1264229,16 +1200959,6 @@ "show_number": "5497", "fullAnswer": "Pete Rose" }, - { - "category": "GAMBLING", - "air_date": "2008-07-01", - "question": "(Sarah of the Clue Crew tries her hand at roulette.) In Las Vegas, the payout on a single number in roulette is this to 1, so on a 25-dollar bet, I'd win 875 dollars", - "value": "$400", - "answer": "35-to-1", - "round": "Jeopardy!", - "show_number": "5497", - "fullAnswer": "35-to-1" - }, { "category": "GRASSHOP-POURRI", "air_date": "2008-07-01", @@ -1264289,16 +1201009,6 @@ "show_number": "5497", "fullAnswer": "Tommy Lasorda" }, - { - "category": "GAMBLING", - "air_date": "2008-07-01", - "question": "(Cheryl & Sarah play poker; Cheryl reads the clue.) When I'm playing Texas Hold 'Em in this type of tournament & I like my cards, I move all my chips in", - "value": "$600", - "answer": "no-limit poker", - "round": "Jeopardy!", - "show_number": "5497", - "fullAnswer": "no-limit poker" - }, { "category": "GRASSHOP-POURRI", "air_date": "2008-07-01", @@ -1264319,16 +1201029,6 @@ "show_number": "5497", "fullAnswer": "the Mississippi River" }, - { - "category": "\"LAND\" OF OPPORTUNITY", - "air_date": "2008-07-01", - "question": "www.dhs.gov is this cabinet department's official website", - "value": "$600", - "answer": "Homeland Security", - "round": "Jeopardy!", - "show_number": "5497", - "fullAnswer": "Homeland Security" - }, { "category": "SUPREME COURT JUSTICES", "air_date": "2008-07-01", @@ -1264349,16 +1201049,6 @@ "show_number": "5497", "fullAnswer": "Derek Jeter" }, - { - "category": "GAMBLING", - "air_date": "2008-07-01", - "question": "(Cheryl plays a new game.) The deck in this game, which originated with Asian immigrants, has a 53rd card: a joker, which can be used as a wild card", - "value": "$800", - "answer": "pai gow", - "round": "Jeopardy!", - "show_number": "5497", - "fullAnswer": "pai gow" - }, { "category": "GRASSHOP-POURRI", "air_date": "2008-07-01", @@ -1264444,7 +1201134,7 @@ "air_date": "2008-07-01", "question": "A third, more sexually explicit version of this 1928 D.H. Lawrence novel was finally published in the U.S. in 1959", "value": "$400", - "answer": "Lady Chatterley\\'s Lover", + "answer": "Lady Chatterley's Lover", "round": "Double Jeopardy!", "show_number": "5497", "fullAnswer": "Lady Chatterley\\'s Lover" @@ -1266019,16 +1202709,6 @@ "show_number": "5635", "fullAnswer": "Jonah" }, - { - "category": "HUD", - "air_date": "2009-02-20", - "question": "HUD's seal combines high-rise buildings for urban with one of these birds symbolizing federal authority", - "value": "$400", - "answer": "eagle", - "round": "Jeopardy!", - "show_number": "5635", - "fullAnswer": "an eagle" - }, { "category": "THE \"-STING\"", "air_date": "2009-02-20", @@ -1266044,7 +1202724,7 @@ "air_date": "2009-02-20", "question": "\"The embarrassing thing is that the salad dressing is outgrossing my films\", Paul said of this co. he co-founded", "value": "$400", - "answer": "Newman\\'s Own", + "answer": "Newman's Own", "round": "Jeopardy!", "show_number": "5635", "fullAnswer": "Newman\\'s Own" @@ -1266164,7 +1202844,7 @@ "air_date": "2009-02-20", "question": "Paul's final Best Actor Oscar nomination was for his portrayal of local hero Sully Sullivan in this 1994 film", "value": "$800", - "answer": "Nobody\\'s Fool", + "answer": "Nobody's Fool", "round": "Jeopardy!", "show_number": "5635", "fullAnswer": "Nobody\\'s Fool" @@ -1266199,16 +1202879,6 @@ "show_number": "5635", "fullAnswer": "To Hell and Back" }, - { - "category": "HUD", - "air_date": "2009-02-20", - "question": "The curves of HUD's headquarters exemplify this architectural style that shares its name with Munch's emotive painting style", - "value": "$1000", - "answer": "Expressionism", - "round": "Jeopardy!", - "show_number": "5635", - "fullAnswer": "Expressionism" - }, { "category": "THE \"-STING\"", "air_date": "2009-02-20", @@ -1266319,16 +1202989,6 @@ "show_number": "5635", "fullAnswer": "nipples" }, - { - "category": "CHEESE", - "air_date": "2009-02-20", - "question": "(Jimmy of the Clue Crew stands next to a big vat at the University of Wisconsin-Madison.) The percentage of this milk ingredient helps determine the type of cheese it's going to become--the more there is, the mellower the cheese", - "value": "$800", - "answer": "fat", - "round": "Double Jeopardy!", - "show_number": "5635", - "fullAnswer": "fat" - }, { "category": "ENGINEERING", "air_date": "2009-02-20", @@ -1266349,16 +1203009,6 @@ "show_number": "5635", "fullAnswer": "Boy George Foreman" }, - { - "category": "DUTCH ROYALTY", - "air_date": "2009-02-20", - "question": "(Jimmy of the Clue Crew reports from The Hague in the Netherlands.) Each year the monarch of the Netherlands comes to this room in The Hague to open parliament; since 1980, it's been this beloved woman", - "value": "$1200", - "answer": "Queen Beatrix", - "round": "Double Jeopardy!", - "show_number": "5635", - "fullAnswer": "Queen Beatrix" - }, { "category": "HOME BOYS", "air_date": "2009-02-20", @@ -1266589,16 +1203239,6 @@ "show_number": "6251", "fullAnswer": "the queen" }, - { - "category": "AUSTRALIAN ANIMALS", - "air_date": "2011-11-21", - "question": "(Sarah of the Clue Crew reports from the Taronga Zoo in Sydney, Australia.) Koalas have adapted their diet with an extra long gut to break down poisons in these leaves & sleep 20 hours a day due to a lack of nutrition in the leaves", - "value": "$200", - "answer": "eucalyptus", - "round": "Jeopardy!", - "show_number": "6251", - "fullAnswer": "eucalyptus" - }, { "category": "HERE'S THE PITCH", "air_date": "2011-11-21", @@ -1266649,16 +1203289,6 @@ "show_number": "6251", "fullAnswer": "tarot" }, - { - "category": "AUSTRALIAN ANIMALS", - "air_date": "2011-11-21", - "question": "(Kelly of the Clue Crew reports from the Taronga Zoo in Sydney, Australia.) The eastern gray kangaroo can cover 25 feet in a single leap, & they're widespread in this, the country's smallest state", - "value": "$400", - "answer": "Tasmania", - "round": "Jeopardy!", - "show_number": "6251", - "fullAnswer": "Tasmania" - }, { "category": "HERE'S THE PITCH", "air_date": "2011-11-21", @@ -1266689,16 +1203319,6 @@ "show_number": "6251", "fullAnswer": "weightlifting" }, - { - "category": "COMIC STRIP DOGS", - "air_date": "2011-11-21", - "question": "Cartoonist Brad Anderson based the personality of this canine on a dog named Bruno", - "value": "$600", - "answer": "Marmaduke", - "round": "Jeopardy!", - "show_number": "6251", - "fullAnswer": "Marmaduke" - }, { "category": "PICK A CARD", "air_date": "2011-11-21", @@ -1266709,16 +1203329,6 @@ "show_number": "6251", "fullAnswer": "a jack" }, - { - "category": "AUSTRALIAN ANIMALS", - "air_date": "2011-11-21", - "question": "(Kelly of the Clue Crew reports from the Taronga Zoo in Sydney, Australia.) It's the world's largest burrowing animal & can make a destructive tunnel complex 650 feet long, so farmers don't find it as cute as zoo-goers might", - "value": "$600", - "answer": "wombat", - "round": "Jeopardy!", - "show_number": "6251", - "fullAnswer": "a wombat" - }, { "category": "HERE'S THE PITCH", "air_date": "2011-11-21", @@ -1266769,16 +1203379,6 @@ "show_number": "6251", "fullAnswer": "an ace" }, - { - "category": "AUSTRALIAN ANIMALS", - "air_date": "2011-11-21", - "question": "(Sarah of the Clue Crew reports from the Taronga Zoo in Sydney, Australia.) The arrival of foxes in Western Australia in the 1920s was bad news for the quokka, a type of this kangaroo relative", - "value": "$800", - "answer": "wallaby", - "round": "Jeopardy!", - "show_number": "6251", - "fullAnswer": "a wallaby" - }, { "category": "HERE'S THE PITCH", "air_date": "2011-11-21", @@ -1266829,16 +1203429,6 @@ "show_number": "6251", "fullAnswer": "the king of diamonds" }, - { - "category": "AUSTRALIAN ANIMALS", - "air_date": "2011-11-21", - "question": "(Sarah of the Clue Crew reports from the Taronga Zoo in Sydney, Australia.) This egg-laying mammal has no teeth with which to eat; its taxonomic name is Tachyglossidae, or \"fast tongue\"", - "value": "$1000", - "answer": "echidna", - "round": "Jeopardy!", - "show_number": "6251", - "fullAnswer": "the echidna" - }, { "category": "THE U.S. AIR FORCE", "air_date": "2011-11-21", @@ -1267079,16 +1203669,6 @@ "show_number": "6251", "fullAnswer": "dolls" }, - { - "category": "THE U.S. AIR FORCE", - "air_date": "2011-11-21", - "question": "The A-10 Thunderbolt II is less glamorously nicknamed for this hideous animal", - "value": "$2000", - "answer": "warthog", - "round": "Double Jeopardy!", - "show_number": "6251", - "fullAnswer": "the warthog" - }, { "category": "TV THEME LYRICS", "air_date": "2011-11-21", @@ -1267594,7 +1204174,7 @@ "air_date": "2000-12-21", "question": "Following one's natural instincts to passionate love is the main thrust of this controversial D.H. Lawrence novel", "value": "$600", - "answer": "Lady Chatterley\\'s Lover", + "answer": "Lady Chatterley's Lover", "round": "Double Jeopardy!", "show_number": "3754", "fullAnswer": "\"Lady Chatterley\\'s Lover\"" @@ -1268439,16 +1205019,6 @@ "show_number": "4809", "fullAnswer": "a hydrogen bomb" }, - { - "category": "WORD & PHRASE ORIGINS", - "air_date": "2005-06-30", - "question": "discjockey101.com says this term for rap music & culture came from DJs jumping between turntables", - "value": "$400", - "answer": "hip-hop", - "round": "Jeopardy!", - "show_number": "4809", - "fullAnswer": "hip-hop" - }, { "category": "USA", "air_date": "2005-06-30", @@ -1268674,7 +1205244,7 @@ "air_date": "2005-06-30", "question": "In 1903 the founder of this brand invented the \"Foot Eazer\"", "value": "$400", - "answer": "Dr. Scholl\\'s", + "answer": "Dr. Scholl's", "round": "Double Jeopardy!", "show_number": "4809", "fullAnswer": "Dr. Scholl\\'s" @@ -1268694,7 +1205264,7 @@ "air_date": "2005-06-30", "question": "This U.S. women's team steamrolled to gold in Athens, outscoring opponents 51-1", "value": "$800", - "answer": "women\\'s softball team", + "answer": "women's softball team", "round": "Double Jeopardy!", "show_number": "4809", "fullAnswer": "the women\\'s softball team" @@ -1268869,16 +1205439,6 @@ "show_number": "4809", "fullAnswer": "the Bantu languages" }, - { - "category": "USA!! USA!!", - "air_date": "2005-06-30", - "question": "Seen here, he won the 50-meter freestyle swim in Athens at the ripe old age of 29", - "value": "$2000", - "answer": "Gary Hall, Jr.", - "round": "Double Jeopardy!", - "show_number": "4809", - "fullAnswer": "Gary Hall, Jr." - }, { "category": "JAMES THURBER", "air_date": "2005-06-30", @@ -1268949,16 +1205509,6 @@ "show_number": "5268", "fullAnswer": "Vancouver Island" }, - { - "category": "TV CHARACTERS", - "air_date": "2007-07-04", - "question": "(Hi. I'm Rob Morrow.) As Joel Fleischman, I found myself the only doctor among the weirdos of Cicely, Alaska on this series", - "value": "$200", - "answer": "Northern Exposure", - "round": "Jeopardy!", - "show_number": "5268", - "fullAnswer": "Northern Exposure" - }, { "category": "BIBLE BOOK SHORTHAND", "air_date": "2007-07-04", @@ -1269099,16 +1205649,6 @@ "show_number": "5268", "fullAnswer": "fastball" }, - { - "category": "YOU WANNA PIZZA THIS?", - "air_date": "2007-07-04", - "question": "Take some pizza dough; stuff it with meat, cheese & herbs; fold it over into a turnover; & you've got this favorite", - "value": "$600", - "answer": "calzone", - "round": "Jeopardy!", - "show_number": "5268", - "fullAnswer": "a calzone" - }, { "category": "STARTING \"OVER\"", "air_date": "2007-07-04", @@ -1269164,7 +1205704,7 @@ "air_date": "2007-07-04", "question": "It's the song title & lyric that follows the line \"When the moon hits your eye like a big pizza pie...\"", "value": "$800", - "answer": "That\\'s Amore", + "answer": "That's Amore", "round": "Jeopardy!", "show_number": "5268", "fullAnswer": "\"That\\'s Amore\"" @@ -1269189,16 +1205729,6 @@ "show_number": "5268", "fullAnswer": "Jacques Cartier" }, - { - "category": "TV CHARACTERS", - "air_date": "2007-07-04", - "question": "(Hello. I am \"Who is Mario Cantone?\") On \"Sex and the City\", I was the wedding planner of this desperate-to-be-married character played by Kristin Davis", - "value": "$1000", - "answer": "Charlotte", - "round": "Jeopardy!", - "show_number": "5268", - "fullAnswer": "Charlotte" - }, { "category": "BIBLE BOOK SHORTHAND", "air_date": "2007-07-04", @@ -1269219,16 +1205749,6 @@ "show_number": "5268", "fullAnswer": "blinking" }, - { - "category": "YOU WANNA PIZZA THIS?", - "air_date": "2007-07-04", - "question": "As seen here, the three colors of the toppings on a Pizza Margarita represent this Italian symbol", - "value": "$1000", - "answer": "flag", - "round": "Jeopardy!", - "show_number": "5268", - "fullAnswer": "the flag" - }, { "category": "STARTING \"OVER\"", "air_date": "2007-07-04", @@ -1269329,16 +1205849,6 @@ "show_number": "5268", "fullAnswer": "\"tears\"" }, - { - "category": "ABSINTHE", - "air_date": "2007-07-04", - "question": "Seen here is a 1901 painting by this Spaniard of a woman drinking absinthe", - "value": "$800", - "answer": "Picasso", - "round": "Double Jeopardy!", - "show_number": "5268", - "fullAnswer": "Picasso" - }, { "category": "MAKES THE HEART", "air_date": "2007-07-04", @@ -1269359,26 +1205869,6 @@ "show_number": "5268", "fullAnswer": "Peter Fonda" }, - { - "category": "PENINSULATION", - "air_date": "2007-07-04", - "question": "(Jon of the Clue Crew reports.) Jutting into the Black Sea, this region of Ukraine includes Yalta and Sevastapol, the site of a famous 1855 siege", - "value": "$1200", - "answer": "Crimean Peninsula", - "round": "Double Jeopardy!", - "show_number": "5268", - "fullAnswer": "the Crimean Peninsula" - }, - { - "category": "\"IDI\" I MEAN", - "air_date": "2007-07-04", - "question": "(Listen.) You're hearing this type of file for communication between electronic instruments & computers", - "value": "$1200", - "answer": "midi file", - "round": "Double Jeopardy!", - "show_number": "5268", - "fullAnswer": "a midi file" - }, { "category": "COMPLETE THE POETIC RHYME", "air_date": "2007-07-04", @@ -1269559,16 +1206049,6 @@ "show_number": "4676", "fullAnswer": "a copay" }, - { - "category": "TIMES SQUARE AT 100", - "air_date": "2004-12-27", - "question": "(Jimmy of the Clue Crew reports from Times Square.) In 1904, Oscar Hammerstein I brought Times Square this new entertainment form, with dancing girls and comedy teams", - "value": "$200", - "answer": "Vaudeville", - "round": "Jeopardy!", - "show_number": "4676", - "fullAnswer": "Vaudeville" - }, { "category": "TRANSPORTATION", "air_date": "2004-12-27", @@ -1269619,16 +1206099,6 @@ "show_number": "4676", "fullAnswer": "a chiropractor" }, - { - "category": "TIMES SQUARE AT 100", - "air_date": "2004-12-27", - "question": "(Sarah of the Clue Crew reads from Broadway.) Fittingly, O. J. Gude, who designed many Times Square electric signs, coined this term for Broadway", - "value": "$400", - "answer": "Great White Way", - "round": "Jeopardy!", - "show_number": "4676", - "fullAnswer": "The Great White Way" - }, { "category": "TRANSPORTATION", "air_date": "2004-12-27", @@ -1269679,16 +1206149,6 @@ "show_number": "4676", "fullAnswer": "Hillary Clinton" }, - { - "category": "TIMES SQUARE AT 100", - "air_date": "2004-12-27", - "question": "(Cheryl of the Clue Crew reports from Times Square.) On the night of August 14th of this year, an estimated 2 million people spontaneously celebrated in Times Square", - "value": "$600", - "answer": "1945", - "round": "Jeopardy!", - "show_number": "4676", - "fullAnswer": "1945" - }, { "category": "TRANSPORTATION", "air_date": "2004-12-27", @@ -1269739,16 +1206199,6 @@ "show_number": "4676", "fullAnswer": "Number of uninsured Americans (Americans who don\\'t have health insurance)" }, - { - "category": "TIMES SQUARE AT 100", - "air_date": "2004-12-27", - "question": "(Cheryl of the Clue Crew reports Times Square.) In 1907, risky fireworks were replaced for New Year's Eve with this, covered with 125-watt bulbs", - "value": "$800", - "answer": "(New Year\\'s Eve dropping) ball", - "round": "Jeopardy!", - "show_number": "4676", - "fullAnswer": "the (New Year\\'s Eve dropping) ball" - }, { "category": "TRANSPORTATION", "air_date": "2004-12-27", @@ -1269799,16 +1206249,6 @@ "show_number": "4676", "fullAnswer": "Nurses" }, - { - "category": "TIMES SQUARE AT 100", - "air_date": "2004-12-27", - "question": "(Jimmy of the Clue Crew reads from Times Square.) In 1904, Times Square got its name from the newspaper and this owner ushered in 1905 with a big party", - "value": "$1000", - "answer": "Adolph Ochs", - "round": "Jeopardy!", - "show_number": "4676", - "fullAnswer": "Adolph Ochs" - }, { "category": "TRANSPORTATION", "air_date": "2004-12-27", @@ -1269879,16 +1206319,6 @@ "show_number": "4676", "fullAnswer": "Frankenstein" }, - { - "category": "PORTRAIT OF A MILITARY MAN", - "air_date": "2004-12-27", - "question": "\"Sandy\" was probably not a nickname of this British World War I hero", - "value": "$400", - "answer": "Lawrence ", - "round": "Double Jeopardy!", - "show_number": "4676", - "fullAnswer": "Lawrence (of Arabia)" - }, { "category": "WILL YOU STILL NEED \"ME\"", "air_date": "2004-12-27", @@ -1269939,16 +1206369,6 @@ "show_number": "4676", "fullAnswer": "Gulliver" }, - { - "category": "PORTRAIT OF A MILITARY MAN", - "air_date": "2004-12-27", - "question": "This German's military fame arises mostly from his successes in North Africa", - "value": "$800", - "answer": "Rommel", - "round": "Double Jeopardy!", - "show_number": "4676", - "fullAnswer": "(Erwin) Rommel" - }, { "category": "WILL YOU STILL NEED \"ME\"", "air_date": "2004-12-27", @@ -1269999,16 +1206419,6 @@ "show_number": "4676", "fullAnswer": "Emma" }, - { - "category": "PORTRAIT OF A MILITARY MAN", - "air_date": "2004-12-27", - "question": "Long-time opposer of Spanish rule in the Americas seen here", - "value": "$1200", - "answer": "Bolívar", - "round": "Double Jeopardy!", - "show_number": "4676", - "fullAnswer": "(Simón) Bolívar" - }, { "category": "WILL YOU STILL NEED \"ME\"", "air_date": "2004-12-27", @@ -1270059,16 +1206469,6 @@ "show_number": "4676", "fullAnswer": "Little Dorrit" }, - { - "category": "PORTRAIT OF A MILITARY MAN", - "air_date": "2004-12-27", - "question": "His infamy began on December 7th, 1941", - "value": "$1600", - "answer": "Yamamoto", - "round": "Double Jeopardy!", - "show_number": "4676", - "fullAnswer": "(Isoroku) Yamamoto" - }, { "category": "WILL YOU STILL NEED \"ME\"", "air_date": "2004-12-27", @@ -1270079,16 +1206479,6 @@ "show_number": "4676", "fullAnswer": "methinks" }, - { - "category": "WHEN I'M 64", - "air_date": "2004-12-27", - "question": "It's the more popular & timely name for \"Opus 64 No. 1\", heard here", - "value": "$1600", - "answer": "The Minute Waltz ", - "round": "Double Jeopardy!", - "show_number": "4676", - "fullAnswer": "\"The Minute Waltz\" (by Frédéric Chopin)" - }, { "category": "SCIENCE", "air_date": "2004-12-27", @@ -1270119,16 +1206509,6 @@ "show_number": "4676", "fullAnswer": "Eugene Onegin" }, - { - "category": "PORTRAIT OF A MILITARY MAN", - "air_date": "2004-12-27", - "question": "You might say this German military leader of World War I was full of hot air", - "value": "$2000", - "answer": "Hindenburg", - "round": "Double Jeopardy!", - "show_number": "4676", - "fullAnswer": "(Paul von) Hindenburg" - }, { "category": "WILL YOU STILL NEED \"ME\"", "air_date": "2004-12-27", @@ -1270249,16 +1206629,6 @@ "show_number": "5470", "fullAnswer": "Three Musketeers" }, - { - "category": "FAMOUS FACES IN HISTORY", - "air_date": "2008-05-23", - "question": "His photograph subjects include John Quincy Adams, Zachary Taylor, and Jefferson Davis", - "value": "$400", - "answer": "Brady", - "round": "Jeopardy!", - "show_number": "5470", - "fullAnswer": "(Mathew) Brady" - }, { "category": "MUSICAL INSTRUMENTS", "air_date": "2008-05-23", @@ -1270364,7 +1206734,7 @@ "air_date": "2008-05-23", "question": "Liquor brand that's integral to the sweet potato pudding at Miss Mary Bobo's boarding house in Lynchburg, Tenn.", "value": "$800", - "answer": "Jack Daniel\\'s", + "answer": "Jack Daniel's", "round": "Jeopardy!", "show_number": "5470", "fullAnswer": "Jack Daniel\\'s" @@ -1270399,16 +1206769,6 @@ "show_number": "5470", "fullAnswer": "boat people" }, - { - "category": "AUSTRALIA", - "air_date": "2008-05-23", - "question": "Besides the platypus, Australia's other egg-laying mammal is this one that looks like a porcupine", - "value": "$1000", - "answer": "echidna", - "round": "Jeopardy!", - "show_number": "5470", - "fullAnswer": "an echidna" - }, { "category": "THE PAPARAZZI LOVE...", "air_date": "2008-05-23", @@ -1270449,16 +1206809,6 @@ "show_number": "5470", "fullAnswer": "a harp" }, - { - "category": "\"B\" PLUS", - "air_date": "2008-05-23", - "question": "This national variety of python can grow to 30 feet long", - "value": "$1000", - "answer": "Burmese python", - "round": "Jeopardy!", - "show_number": "5470", - "fullAnswer": "the Burmese python" - }, { "category": "ALFRED HITCHCOCK MOVIES", "air_date": "2008-05-23", @@ -1270489,16 +1206839,6 @@ "show_number": "5470", "fullAnswer": "The Swiss Family Robinson" }, - { - "category": "ROPE", - "air_date": "2008-05-23", - "question": "(Jon of the Clue Crew ties a knot.) It's the common knot I'm tying here", - "value": "$400", - "answer": "square knot", - "round": "Double Jeopardy!", - "show_number": "5470", - "fullAnswer": "a square knot" - }, { "category": "THE BIRDS", "air_date": "2008-05-23", @@ -1270724,21 +1207064,11 @@ "air_date": "2008-05-23", "question": "1985's \"Jubal Sackett\" was this prolific Western author's last novel about the Sackett family", "value": "$2000", - "answer": "Louis L\\'Amour", + "answer": "Louis L'Amour", "round": "Double Jeopardy!", "show_number": "5470", "fullAnswer": "Louis L\\'Amour" }, - { - "category": "ROPE", - "air_date": "2008-05-23", - "question": "(Kelly of the Clue Crue ties a knot.) An animal term precedes the word \"shank\" in the name of this knot used to shorten rope", - "value": "$3,000", - "answer": "sheepshank", - "round": "Double Jeopardy!", - "show_number": "5470", - "fullAnswer": "a sheepshank" - }, { "category": "THE BIRDS", "air_date": "2008-05-23", @@ -1270899,16 +1207229,6 @@ "show_number": "4590", "fullAnswer": "Joyce Kilmer" }, - { - "category": "IT'S A TEAM THING", - "air_date": "2004-07-16", - "question": "(Hi, I'm Julius Erving.) In the 1972 NBA draft I was picked by this team that 3 years earlier drafted some guy named Lew Alcindor", - "value": "$600", - "answer": "Milwaukee Bucks", - "round": "Jeopardy!", - "show_number": "4590", - "fullAnswer": "the Milwaukee Bucks" - }, { "category": "NOT NO. 1", "air_date": "2004-07-16", @@ -1271019,16 +1207339,6 @@ "show_number": "4590", "fullAnswer": "(James) Michener" }, - { - "category": "IT'S A TEAM THING", - "air_date": "2004-07-16", - "question": "(I'm Dan Fouts, Hall of Famer.) In my career, this team's offense was called \"Air Coryell\" for the innovative passing coach Don Coryell", - "value": "$1000", - "answer": "San Diego Chargers", - "round": "Jeopardy!", - "show_number": "4590", - "fullAnswer": "the San Diego Chargers" - }, { "category": "NOT NO. 1", "air_date": "2004-07-16", @@ -1271159,16 +1207469,6 @@ "show_number": "4590", "fullAnswer": "(The Amazing) Randi" }, - { - "category": "WANDS, CUPS, SWORDS, PENTACLES", - "air_date": "2004-07-16", - "question": "Often with a cup-shaped hilt, it's the type of sword seen here, or the type of wit we'd all like to display", - "value": "$800", - "answer": "rapier", - "round": "Double Jeopardy!", - "show_number": "4590", - "fullAnswer": "rapier" - }, { "category": "THE LOVERS", "air_date": "2004-07-16", @@ -1271284,7 +1207584,7 @@ "air_date": "2004-07-16", "question": "It's the type of wand wielded by Claudio Abbado & Lorin Maazel", "value": "$6,200", - "answer": "conductor\\'s baton", + "answer": "conductor's baton", "round": "Double Jeopardy!", "show_number": "4590", "fullAnswer": "conductor\\'s baton" @@ -1271314,7 +1207614,7 @@ "air_date": "2004-07-16", "question": "It rises 865 feet above the Belle Fourche river in Wyoming", "value": "$2000", - "answer": "Devil\\'s Tower", + "answer": "Devil's Tower", "round": "Double Jeopardy!", "show_number": "4590", "fullAnswer": "Devil\\'s Tower" @@ -1271524,7 +1207824,7 @@ "air_date": "1992-10-13", "question": "John Wayne made his TV acting debut in 1955 when Lucy stole his footprints from this locale", "value": "$300", - "answer": "Graumann\\'s Chinese Theatre", + "answer": "Graumann's Chinese Theatre", "round": "Jeopardy!", "show_number": "1862", "fullAnswer": "Graumann\\'s Chinese Theatre" @@ -1271634,7 +1207934,7 @@ "air_date": "1992-10-13", "question": "Eugene Schueller, who invented a die to cover grey hair, founded this company in Paris in 1947", "value": "$700", - "answer": "L\\'Oréal", + "answer": "L'Oréal", "round": "Jeopardy!", "show_number": "1862", "fullAnswer": "L\\'Oréal" @@ -1271974,7 +1208274,7 @@ "air_date": "1992-10-13", "question": "Meyerbeer's \"Les Huguenots\" revolves around this 1572 massacre of the Huguenots", "value": "$1000", - "answer": "St. Bartholomew\\'s Day Massacre", + "answer": "St. Bartholomew's Day Massacre", "round": "Double Jeopardy!", "show_number": "1862", "fullAnswer": "the St. Bartholomew\\'s Day Massacre" @@ -1271989,16 +1208289,6 @@ "show_number": "1862", "fullAnswer": "Taft" }, - { - "category": "WORLD WIDE WEBS", - "air_date": "2009-07-07", - "question": "Like a fisherman, the spider seen here casts a unique web called one of these over its doomed prey", - "value": "$200", - "answer": "net", - "round": "Jeopardy!", - "show_number": "5732", - "fullAnswer": "a net" - }, { "category": "CELEBRITY LIPSTICKS", "air_date": "2009-07-07", @@ -1272049,16 +1208339,6 @@ "show_number": "5732", "fullAnswer": "Turk" }, - { - "category": "WORLD WIDE WEBS", - "air_date": "2009-07-07", - "question": "(Jimmy of the Clue Crew shows an animated diagram of a spider casting a web on the monitor.) To create webs, some spiders release a silk thread in hopes that this aeolian process will help the silk attach to something solid", - "value": "$400", - "answer": "wind", - "round": "Jeopardy!", - "show_number": "5732", - "fullAnswer": "wind" - }, { "category": "CELEBRITY LIPSTICKS", "air_date": "2009-07-07", @@ -1272094,7 +1208374,7 @@ "air_date": "2009-07-07", "question": "To make the pants more durable, this company patented the use of rivets on the pocket corners in 1873", "value": "$400", - "answer": "Levi\\'s", + "answer": "Levi's", "round": "Jeopardy!", "show_number": "5732", "fullAnswer": "Levi\\'s" @@ -1272169,16 +1208449,6 @@ "show_number": "5732", "fullAnswer": "Thumper" }, - { - "category": "WORLD WIDE WEBS", - "air_date": "2009-07-07", - "question": "Found in Australia, the spider seen here is named for this saint, whose cross is seen on Scotland's flag", - "value": "$800", - "answer": "St. Andrew", - "round": "Jeopardy!", - "show_number": "5732", - "fullAnswer": "St. Andrew" - }, { "category": "CELEBRITY LIPSTICKS", "air_date": "2009-07-07", @@ -1272229,16 +1208499,6 @@ "show_number": "5732", "fullAnswer": "towhead" }, - { - "category": "WORLD WIDE WEBS", - "air_date": "2009-07-07", - "question": "(Kelly of the Clue Crew shows an animated diagram of a spider completing a web on the monitor.) The catching spiral is covered with a sticky substance & stops short of the center of the web, known as this 3-letter word, just like the middle of a wheel", - "value": "$1000", - "answer": "hub", - "round": "Jeopardy!", - "show_number": "5732", - "fullAnswer": "hub" - }, { "category": "CELEBRITY LIPSTICKS", "air_date": "2009-07-07", @@ -1272799,16 +1209059,6 @@ "show_number": "2846", "fullAnswer": "Spanish-American War" }, - { - "category": "TV", - "air_date": "1997-01-06", - "question": "Part played on \"Bewitched\" in the '60s by the person seen here in a recent photo:
[Erin Murphy]", - "value": "$500", - "answer": "Tabitha", - "round": "Jeopardy!", - "show_number": "2846", - "fullAnswer": "Tabitha" - }, { "category": "WEIGHTS & MEASURES", "air_date": "1997-01-06", @@ -1273204,7 +1209454,7 @@ "air_date": "1997-01-06", "question": "4 single biographies & 23 pairs of biographies make up this classical work", "value": null, - "answer": "\\Plutarch\\'s Lives\\", + "answer": "Plutarch's Lives", "round": "Final Jeopardy!", "show_number": "2846", "fullAnswer": "\\\"Plutarch\\'s Lives\\\"" @@ -1273399,16 +1209649,6 @@ "show_number": "5685", "fullAnswer": "Queen (of the May)" }, - { - "category": "THE SPORTING LIFE", - "air_date": "2009-05-01", - "question": "The name of this Triple Crown winner seen here also means a traffic ticket", - "value": "$800", - "answer": "Citation", - "round": "Jeopardy!", - "show_number": "5685", - "fullAnswer": "Citation" - }, { "category": "NAME THAT PREZ", "air_date": "2009-05-01", @@ -1273469,16 +1209709,6 @@ "show_number": "5685", "fullAnswer": "lacrosse" }, - { - "category": "NAME THAT PREZ", - "air_date": "2009-05-01", - "question": "(Jimmy of the Clue Crew delivers the clue from Arlington National Cemetery, Virginia.) Arlington's first interment of an Unknown Soldier to rest in honored glory took place on November 11, 1921 with this president leading the ceremonies", - "value": "$1000", - "answer": "Warren Harding", - "round": "Jeopardy!", - "show_number": "5685", - "fullAnswer": "Warren Harding" - }, { "category": "MILITARY INSTALLATIONS BY STATE", "air_date": "2009-05-01", @@ -1273554,7 +1209784,7 @@ "air_date": "2009-05-01", "question": "After 200 years Clarence Oddbody finally gets his wings in this 1946 movie", "value": "$400", - "answer": "It\\'s a Wonderful Life", + "answer": "It's a Wonderful Life", "round": "Double Jeopardy!", "show_number": "5685", "fullAnswer": "It\\'s a Wonderful Life" @@ -1273629,16 +1209859,6 @@ "show_number": "5685", "fullAnswer": "Danforth" }, - { - "category": "BROWN", - "air_date": "2009-05-01", - "question": "A close-up of one of these potentially deadly arachnids is seen here", - "value": "$1200", - "answer": "brown recluse spider", - "round": "Double Jeopardy!", - "show_number": "5685", - "fullAnswer": "the brown recluse spider" - }, { "category": "DA VINCI", "air_date": "2009-05-01", @@ -1273669,16 +1209889,6 @@ "show_number": "5685", "fullAnswer": "Gabriel" }, - { - "category": "DEMONS", - "air_date": "2009-05-01", - "question": "(I'm Vincent Kartheiser of Mad Men.) The ruthless leader Commodus believed he was this god, the son of Zeus, & showed off his physical strength by fighting & dressing as a gladiator", - "value": "$1200", - "answer": "Hercules", - "round": "Double Jeopardy!", - "show_number": "5685", - "fullAnswer": "Hercules" - }, { "category": "DAN", "air_date": "2009-05-01", @@ -1273739,16 +1209949,6 @@ "show_number": "5685", "fullAnswer": "Pol Pot" }, - { - "category": "DAN", - "air_date": "2009-05-01", - "question": "3-named artist whose work seen here commemorates the American Revolution", - "value": "$2000", - "answer": "Daniel Chester French", - "round": "Double Jeopardy!", - "show_number": "5685", - "fullAnswer": "Daniel Chester French" - }, { "category": "BROWN", "air_date": "2009-05-01", @@ -1273904,7 +1210104,7 @@ "air_date": "2003-07-10", "question": "The very representative Thomas P. O'Neill", "value": "$400", - "answer": "Tip O\\'Neill", + "answer": "Tip O'Neill", "round": "Jeopardy!", "show_number": "4359", "fullAnswer": "Tip O\\'Neill" @@ -1275129,16 +1211329,6 @@ "show_number": "4540", "fullAnswer": "Alanis Morissette" }, - { - "category": "ANTARCTICA", - "air_date": "2004-05-07", - "question": "The crab-eater type of this, like the one seen here, is a common sight in Antarctica", - "value": "$400", - "answer": "seal", - "round": "Jeopardy!", - "show_number": "4540", - "fullAnswer": "a seal" - }, { "category": "FOREIGN WORDS & PHRASES", "air_date": "2004-05-07", @@ -1275264,7 +1211454,7 @@ "air_date": "2004-05-07", "question": "Dash off a major piece of literature like this 1852 Harriet Beecher Stowe novel", "value": "$1000", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Jeopardy!", "show_number": "4540", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -1275279,16 +1211469,6 @@ "show_number": "4540", "fullAnswer": "Yertle (the Turtle)" }, - { - "category": "POP MUSIC", - "air_date": "2004-05-07", - "question": "Despite their name, at least 1 member of this band has already hit 20

\"That is how we want it /
Floorfiller /
That is how we need it\"
", - "value": "$1000", - "answer": "A-Teens", - "round": "Jeopardy!", - "show_number": "4540", - "fullAnswer": "the A-Teens" - }, { "category": "U.S. RIVERS", "air_date": "2004-05-07", @@ -1275539,16 +1211719,6 @@ "show_number": "4540", "fullAnswer": "the Missouri" }, - { - "category": "YOU CAN'T HANDLE THE TOOTH!", - "air_date": "2004-05-07", - "question": "Of the genus Smilodon, it's the extinct tiger seen here", - "value": "$2000", - "answer": "saber-tooth", - "round": "Double Jeopardy!", - "show_number": "4540", - "fullAnswer": "the saber-tooth" - }, { "category": "FAMOUS QUOTATIONS", "air_date": "2004-05-07", @@ -1275764,7 +1211934,7 @@ "air_date": "2002-11-04", "question": "In 2001 ABC followed a supermodel edition of \"Millionaire\" with a fashion show by this lingerie firm", "value": "$600", - "answer": "Victoria\\'s Secret", + "answer": "Victoria's Secret", "round": "Jeopardy!", "show_number": "4181", "fullAnswer": "Victoria\\'s Secret" @@ -1276634,7 +1212804,7 @@ "air_date": "2008-05-14", "question": "Bartholomew Gosnold may have named this Mass. island for his daughter & for the plants he found there", "value": "$1200", - "answer": "Martha\\'s Vineyard", + "answer": "Martha's Vineyard", "round": "Double Jeopardy!", "show_number": "5463", "fullAnswer": "Martha\\'s Vineyard" @@ -1276759,26 +1212929,6 @@ "show_number": "5463", "fullAnswer": "Robert Browning" }, - { - "category": "FAMOUS COLLEGE DROPOUTS", - "air_date": "2008-05-14", - "question": "This inspirational TV pastor dropped out of Oral Roberts University before writing the bestseller \"Your Best Life Now\"", - "value": "$2000", - "answer": "Joel Osteen", - "round": "Double Jeopardy!", - "show_number": "5463", - "fullAnswer": "Joel Osteen" - }, - { - "category": "HELLO KITTY", - "air_date": "2008-05-14", - "question": "The riddle of this cat breed seen here: Is it a pet, or is it art?", - "value": "$2000", - "answer": "Sphynx", - "round": "Double Jeopardy!", - "show_number": "5463", - "fullAnswer": "a Sphynx" - }, { "category": "THE NEW YORK TIMES TECH BIZ", "air_date": "2008-05-14", @@ -1276869,16 +1213019,6 @@ "show_number": "5450", "fullAnswer": "a tan" }, - { - "category": "SARDI'S", - "air_date": "2008-04-25", - "question": "(Kelly of the Clue Crew reports from Sardi's in New York, NY.) When her one-woman show made her a Broadway star in 1985, a caricature of this woman made her part of the view here at Sardi's", - "value": "$200", - "answer": "Whoopi Goldberg", - "round": "Jeopardy!", - "show_number": "5450", - "fullAnswer": "Whoopi Goldberg" - }, { "category": "U.S. COUNTIES", "air_date": "2008-04-25", @@ -1276929,16 +1213069,6 @@ "show_number": "5450", "fullAnswer": "to bet" }, - { - "category": "SARDI'S", - "air_date": "2008-04-25", - "question": "(Jon of the Clue Crew reports from Sardi's in New York, NY.) One of the newest caricatures here at Sardi's is that of John Lloyd Young, who won a Tony for playing Frankie Valli in this musical", - "value": "$400", - "answer": "Jersey Boys", - "round": "Jeopardy!", - "show_number": "5450", - "fullAnswer": "Jersey Boys" - }, { "category": "U.S. COUNTIES", "air_date": "2008-04-25", @@ -1276989,16 +1213119,6 @@ "show_number": "5450", "fullAnswer": "a POW" }, - { - "category": "SARDI'S", - "air_date": "2008-04-25", - "question": "(Kelly of the Clue Crew reports from Sardi's in New York, NY.) This co-star of a popular sitcom is honored here at Sardi's; his caricature went up when he was in his first Broadway musical, \"Spamalot\"", - "value": "$600", - "answer": "David Hyde Pierce", - "round": "Jeopardy!", - "show_number": "5450", - "fullAnswer": "David Hyde Pierce" - }, { "category": "U.S. COUNTIES", "air_date": "2008-04-25", @@ -1277049,16 +1213169,6 @@ "show_number": "5450", "fullAnswer": "a pad" }, - { - "category": "SARDI'S", - "air_date": "2008-04-25", - "question": "(Kelly of the Clue Crew reports from Sardi's in New York, NY.) You can see this actor presented with his caricature at Sardi's in the movie \"The King of Comedy\"; he later signed it with the name of his character, Rupert Pumpkin", - "value": "$800", - "answer": "Robert DeNiro", - "round": "Jeopardy!", - "show_number": "5450", - "fullAnswer": "Robert DeNiro" - }, { "category": "U.S. COUNTIES", "air_date": "2008-04-25", @@ -1277109,26 +1213219,6 @@ "show_number": "5450", "fullAnswer": "set" }, - { - "category": "SARDI'S", - "air_date": "2008-04-25", - "question": "(Jon of the Clue Crew reports from Sardi's in New York, NY.) The caricature of this director & choreographer has graced Sardi's since the '70s, when the original production of \"Chicago\" was on Broadway", - "value": "$1000", - "answer": "Bob Fosse", - "round": "Jeopardy!", - "show_number": "5450", - "fullAnswer": "Bob Fosse" - }, - { - "category": "MOUNTAINS", - "air_date": "2008-04-25", - "question": "This California mountain is the U.S.A.'s 17th-highest; it was number 1 until 1959", - "value": "$400", - "answer": "Mount Whitney", - "round": "Double Jeopardy!", - "show_number": "5450", - "fullAnswer": "Mount Whitney" - }, { "category": "THE ROCKIES", "air_date": "2008-04-25", @@ -1277359,16 +1213449,6 @@ "show_number": "5450", "fullAnswer": "malpractice" }, - { - "category": "MOUNTAINS", - "air_date": "2008-04-25", - "question": "This volcanic peak 40 miles east of Portland, Oregon last erupted in 1865", - "value": "$2000", - "answer": "Mount Hood", - "round": "Double Jeopardy!", - "show_number": "5450", - "fullAnswer": "Mount Hood" - }, { "category": "THE ROCKIES", "air_date": "2008-04-25", @@ -1277434,7 +1213514,7 @@ "air_date": "2010-11-15", "question": "A blow on the head sends a man back to Camelot in this 1889 Mark Twain novel", "value": "$200", - "answer": "Connecticut Yankee in King Arthur\\'s Court", + "answer": "Connecticut Yankee in King Arthur's Court", "round": "Jeopardy!", "show_number": "6021", "fullAnswer": "A Connecticut Yankee in King Arthur\\'s Court" @@ -1277559,16 +1213639,6 @@ "show_number": "6021", "fullAnswer": "Calaveras County" }, - { - "category": "INTERNATIONAL CELEBRITIES", - "air_date": "2010-11-15", - "question": "In 2003, this singer became the youngest & first Colombian UNICEF international goodwill ambassador", - "value": "$600", - "answer": "Shakira", - "round": "Jeopardy!", - "show_number": "6021", - "fullAnswer": "Shakira" - }, { "category": "MONEY, NOT FROM THE MINT", "air_date": "2010-11-15", @@ -1277909,16 +1213979,6 @@ "show_number": "6021", "fullAnswer": "carpe diem" }, - { - "category": "SINCE THE IRON CURTAIN", - "air_date": "2010-11-15", - "question": "500,000 people, many lighting candles, marched in this country in 2005 to honor the late Pope", - "value": "$3,400", - "answer": "Poland", - "round": "Double Jeopardy!", - "show_number": "6021", - "fullAnswer": "Poland" - }, { "category": "NOW THAT'S COMEDY", "air_date": "2010-11-15", @@ -1277999,16 +1214059,6 @@ "show_number": "6021", "fullAnswer": "the distance between the 2 objects" }, - { - "category": "ART 101", - "air_date": "2010-11-15", - "question": "(Kelly of the Clue Crew mixes paint.) For centuries, artists have mixed egg yolk with pigment to make this kind of paint", - "value": "$2000", - "answer": "tempera", - "round": "Double Jeopardy!", - "show_number": "6021", - "fullAnswer": "tempera" - }, { "category": "ONLINE SHOPPING", "air_date": "2010-11-15", @@ -1278029,16 +1214079,6 @@ "show_number": "6021", "fullAnswer": "cogito ergo sum" }, - { - "category": "SPORTS IN AMERICA", - "air_date": "2010-11-15", - "question": "Seen with a piece of equipment, Bryn Mawr's 1st physical education director brought this sport to the U.S.; it shares part of its name with another sport", - "value": null, - "answer": "field hockey", - "round": "Final Jeopardy!", - "show_number": "6021", - "fullAnswer": "field hockey" - }, { "category": "JEPOETRY", "air_date": "2006-06-23", @@ -1278049,16 +1214089,6 @@ "show_number": "5030", "fullAnswer": "learning" }, - { - "category": "ADAM SANDLER", - "air_date": "2006-06-23", - "question": "In the new movie \"Click\" I have a slight disagreement with this actor who gained fame as a lifeguard on the TV", - "value": "$200", - "answer": "David Hasselhoff", - "round": "Jeopardy!", - "show_number": "5030", - "fullAnswer": "David Hasselhoff" - }, { "category": "A, B OR C", "air_date": "2006-06-23", @@ -1278109,16 +1214139,6 @@ "show_number": "5030", "fullAnswer": "love" }, - { - "category": "ADAM SANDLER", - "air_date": "2006-06-23", - "question": "In \"Happy Gilmore\", I had enough & decked this long-time CBS game show host--you up for the sequel, Alex?", - "value": "$400", - "answer": "Bob Barker", - "round": "Jeopardy!", - "show_number": "5030", - "fullAnswer": "Bob Barker" - }, { "category": "A, B OR C", "air_date": "2006-06-23", @@ -1278129,16 +1214149,6 @@ "show_number": "5030", "fullAnswer": "B" }, - { - "category": "COWBOYS & INDIANS", - "air_date": "2006-06-23", - "question": "(Jon of the Clue Crew reports from Fort Huachuca, AZ.) Fort Huachuca was built in 1877 as part of the wars with this tribe; that purpose was ended with Geronimo's capture in 1886", - "value": "$400", - "answer": "Apache", - "round": "Jeopardy!", - "show_number": "5030", - "fullAnswer": "the Apache" - }, { "category": "THE VOTES ARE IN", "air_date": "2006-06-23", @@ -1278169,16 +1214179,6 @@ "show_number": "5030", "fullAnswer": "league" }, - { - "category": "ADAM SANDLER", - "air_date": "2006-06-23", - "question": "In the new movie \"Click\", this \"Deer Hunter\" actor plays Morty; he also was The Continental on \"SNL\" many times", - "value": "$600", - "answer": "Christopher Walken", - "round": "Jeopardy!", - "show_number": "5030", - "fullAnswer": "Christopher Walken" - }, { "category": "A, B OR C", "air_date": "2006-06-23", @@ -1278229,16 +1214229,6 @@ "show_number": "5030", "fullAnswer": "albatross" }, - { - "category": "ADAM SANDLER", - "air_date": "2006-06-23", - "question": "I had a recurring role as Theo's friend Smitty in this 1980s No. 1-rated sitcom

\"What was it?\"
", - "value": "$800", - "answer": "Cosby Show", - "round": "Jeopardy!", - "show_number": "5030", - "fullAnswer": "The Cosby Show" - }, { "category": "A, B OR C", "air_date": "2006-06-23", @@ -1278249,16 +1214239,6 @@ "show_number": "5030", "fullAnswer": "A" }, - { - "category": "COWBOYS & INDIANS", - "air_date": "2006-06-23", - "question": "(Jon of the Clue Crew reports from Grand Teton Nat'l Park in Wyoming.) Created by native son George Ostrom, this trademark of the state of Wyoming is abbreviated BH&R", - "value": "$800", - "answer": "Bucking Horse & Rider", - "round": "Jeopardy!", - "show_number": "5030", - "fullAnswer": "Bucking Horse & Rider" - }, { "category": "THE VOTES ARE IN", "air_date": "2006-06-23", @@ -1278289,16 +1214269,6 @@ "show_number": "5030", "fullAnswer": "rosebuds" }, - { - "category": "ADAM SANDLER", - "air_date": "2006-06-23", - "question": "I played tackling machine & H2O enthusiast in this 1998 film", - "value": "$1000", - "answer": "Waterboy", - "round": "Jeopardy!", - "show_number": "5030", - "fullAnswer": "The Waterboy" - }, { "category": "A, B OR C", "air_date": "2006-06-23", @@ -1278389,16 +1214359,6 @@ "show_number": "5030", "fullAnswer": "treadmill" }, - { - "category": "TRADITIONAL EASTERN MEDICINE", - "air_date": "2006-06-23", - "question": "Cupping stimulates acupuncture points by applying suction through a glass jar, creating a partial one of these", - "value": "$400", - "answer": "vacuum", - "round": "Double Jeopardy!", - "show_number": "5030", - "fullAnswer": "a vacuum" - }, { "category": "WHAT'S UP, DOCTRINE?", "air_date": "2006-06-23", @@ -1278714,7 +1214674,7 @@ "air_date": "1984-09-14", "question": "Lincoln called it \"the book that caused the big war\"", "value": "$200", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Jeopardy!", "show_number": "5", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -1278734,7 +1214694,7 @@ "air_date": "1984-09-14", "question": "More common name for The Watchtower Bible & Tract Society", "value": "$200", - "answer": "Jehovah\\'s Witnesses", + "answer": "Jehovah's Witnesses", "round": "Jeopardy!", "show_number": "5", "fullAnswer": "Jehovah\\'s Witnesses" @@ -1279019,16 +1214979,6 @@ "show_number": "5", "fullAnswer": "the Triple Crown" }, - { - "category": "CHEMISTRY", - "air_date": "1984-09-14", - "question": "The chemical symbol for sulfuric acid, it completes this poem:

\"Say farewell to the professor
He'll be with us no more
For what he thought was H2O
Was...\"
", - "value": "$1,000", - "answer": "H2SO4", - "round": "Double Jeopardy!", - "show_number": "5", - "fullAnswer": "H2SO4" - }, { "category": "THE PRESS", "air_date": "1984-09-14", @@ -1279224,7 +1215174,7 @@ "air_date": "2000-09-14", "question": "Founded in the 1930s, Mrs. Knott's Chicken Dinner Restaurant became so popular this theme park grew up around it", "value": "$100", - "answer": "Knott\\'s Berry Farm", + "answer": "Knott's Berry Farm", "round": "Jeopardy!", "show_number": "3684", "fullAnswer": "Knott\\'s Berry Farm" @@ -1280019,16 +1215969,6 @@ "show_number": "3105", "fullAnswer": "Intolerable Acts" }, - { - "category": "\"ROCK\" & \"ROLL\"", - "air_date": "1998-02-13", - "question": "In 1986, Austrian-born Falco topped the charts with this song about another Austrian:", - "value": "$500", - "answer": "Rock Me Amadeus", - "round": "Jeopardy!", - "show_number": "3105", - "fullAnswer": "\"Rock Me Amadeus\"" - }, { "category": "YOU CAN LOOK IT UP", "air_date": "1998-02-13", @@ -1280239,16 +1216179,6 @@ "show_number": "3105", "fullAnswer": "Edouard Manet" }, - { - "category": "LOVE SONGS", - "air_date": "1998-02-13", - "question": "Henry Mancini topped the pop charts just once, with this movie theme heard here:", - "value": "$3,100", - "answer": "Love Theme From Romeo & Juliet", - "round": "Double Jeopardy!", - "show_number": "3105", - "fullAnswer": "\"Love Theme From Romeo & Juliet\"" - }, { "category": "CUPID GOOFED", "air_date": "1998-02-13", @@ -1280439,16 +1216369,6 @@ "show_number": "5403", "fullAnswer": "the trampoline" }, - { - "category": "THE SCIENCE LAB", - "air_date": "2008-02-20", - "question": "(Sarah of the Clue Crew holds a magnet to a lamp bulb.) When lit, the filament becomes a magnet; using another magnet, we can see it move, showing this type of electricity that reverses directions & continuously switches the filament's magnetic poles", - "value": "$200", - "answer": "alternating current", - "round": "Jeopardy!", - "show_number": "5403", - "fullAnswer": "alternating current" - }, { "category": "CAFETERIA", "air_date": "2008-02-20", @@ -1280709,16 +1216629,6 @@ "show_number": "5403", "fullAnswer": "an afterthought" }, - { - "category": "THE STAMP ACT", - "air_date": "2008-02-20", - "question": "A 17-cent stamp issued in 2007 featured the bighorn type of this sure-footed creature", - "value": "$400", - "answer": "bighorn sheep", - "round": "Double Jeopardy!", - "show_number": "5403", - "fullAnswer": "a bighorn sheep" - }, { "category": "THIS & THAT", "air_date": "2008-02-20", @@ -1280729,16 +1216639,6 @@ "show_number": "5403", "fullAnswer": "Midas" }, - { - "category": "3 CHEERS FOR CHEERLEADERS", - "air_date": "2008-02-20", - "question": "She was a cheerleader--& class president--at Bedford High, as you could read on her website, hallewood.com", - "value": "$400", - "answer": "Halle Berry", - "round": "Double Jeopardy!", - "show_number": "5403", - "fullAnswer": "Halle Berry" - }, { "category": "WO\"RR\"DS", "air_date": "2008-02-20", @@ -1280759,26 +1216659,6 @@ "show_number": "5403", "fullAnswer": "Cincinnati" }, - { - "category": "NO, I'M GOING TO THE ZOO", - "air_date": "2008-02-20", - "question": "This primate of Indonesia is the only ape whose name begins with an \"O\"", - "value": "$400", - "answer": "orangutan", - "round": "Double Jeopardy!", - "show_number": "5403", - "fullAnswer": "an orangutan" - }, - { - "category": "THE STAMP ACT", - "air_date": "2008-02-20", - "question": "The Pollination stamps show a butterfly, a bat, bees & this small nectar-sipping bird", - "value": "$800", - "answer": "hummingbird", - "round": "Double Jeopardy!", - "show_number": "5403", - "fullAnswer": "a hummingbird" - }, { "category": "THIS & THAT", "air_date": "2008-02-20", @@ -1280789,16 +1216669,6 @@ "show_number": "5403", "fullAnswer": "a quiver" }, - { - "category": "3 CHEERS FOR CHEERLEADERS", - "air_date": "2008-02-20", - "question": "She looked quite angelic as a cheerleader at Long Beach Poly years before she became a move Angel", - "value": "$800", - "answer": "Cameron Diaz", - "round": "Double Jeopardy!", - "show_number": "5403", - "fullAnswer": "Cameron Diaz" - }, { "category": "WO\"RR\"DS", "air_date": "2008-02-20", @@ -1280819,26 +1216689,6 @@ "show_number": "5403", "fullAnswer": "Canton" }, - { - "category": "NO, I'M GOING TO THE ZOO", - "air_date": "2008-02-20", - "question": "Step up to \"bat\" & name this Down Under denizen seen here", - "value": "$800", - "answer": "wombat", - "round": "Double Jeopardy!", - "show_number": "5403", - "fullAnswer": "a wombat" - }, - { - "category": "THE STAMP ACT", - "air_date": "2008-02-20", - "question": "The stamp promoting this civic duty says \"Serve With Pride\" & shows 12 colorful people in silhouette", - "value": "$1200", - "answer": "jury duty", - "round": "Double Jeopardy!", - "show_number": "5403", - "fullAnswer": "jury duty" - }, { "category": "THIS & THAT", "air_date": "2008-02-20", @@ -1280879,26 +1216729,6 @@ "show_number": "5403", "fullAnswer": "Columbus" }, - { - "category": "NO, I'M GOING TO THE ZOO", - "air_date": "2008-02-20", - "question": "Seen here is the desert variety of this, a word referring only to land-dwelling animals", - "value": "$1200", - "answer": "tortoise", - "round": "Double Jeopardy!", - "show_number": "5403", - "fullAnswer": "a tortoise" - }, - { - "category": "THE STAMP ACT", - "air_date": "2008-02-20", - "question": "The Art of Disney: Magic series includes a stamp of Mickey Mouse in this role from \"Fantasia\"", - "value": "$1600", - "answer": "Sorcerer\\'s Apprentice", - "round": "Double Jeopardy!", - "show_number": "5403", - "fullAnswer": "the Sorcerer\\'s Apprentice" - }, { "category": "THIS & THAT", "air_date": "2008-02-20", @@ -1280909,16 +1216739,6 @@ "show_number": "5403", "fullAnswer": "auf wiedersehen" }, - { - "category": "3 CHEERS FOR CHEERLEADERS", - "air_date": "2008-02-20", - "question": "You can't \"Miss\" her \"Congeniality\", which must have helped her as a cheerleader at Washington Lee High", - "value": "$1600", - "answer": "Sandra Bullock", - "round": "Double Jeopardy!", - "show_number": "5403", - "fullAnswer": "Sandra Bullock" - }, { "category": "WO\"RR\"DS", "air_date": "2008-02-20", @@ -1280939,26 +1216759,6 @@ "show_number": "5403", "fullAnswer": "Akron" }, - { - "category": "NO, I'M GOING TO THE ZOO", - "air_date": "2008-02-20", - "question": "The pangolin of Asia, seen here, is also known as the \"scaly\" one of these insectivores", - "value": "$1600", - "answer": "anteater", - "round": "Double Jeopardy!", - "show_number": "5403", - "fullAnswer": "an anteater" - }, - { - "category": "THE STAMP ACT", - "air_date": "2008-02-20", - "question": "The stamp depicting Hagatna Bay honors this U.S. territory, the largest of the Marianas", - "value": "$2000", - "answer": "Guam", - "round": "Double Jeopardy!", - "show_number": "5403", - "fullAnswer": "Guam" - }, { "category": "THIS & THAT", "air_date": "2008-02-20", @@ -1280999,16 +1216799,6 @@ "show_number": "5403", "fullAnswer": "the Cuyahoga" }, - { - "category": "NO, I'M GOING TO THE ZOO", - "air_date": "2008-02-20", - "question": "It's the marsupial-inspired name of the desert rat seen here", - "value": "$2,700", - "answer": "kangaroo rat", - "round": "Double Jeopardy!", - "show_number": "5403", - "fullAnswer": "the kangaroo rat" - }, { "category": "NOTABLE NAMES", "air_date": "2008-02-20", @@ -1281199,16 +1216989,6 @@ "show_number": "5652", "fullAnswer": "honorably" }, - { - "category": "THE JOHN C. FREMONT EXPERIENCE", - "air_date": "2009-03-17", - "question": "(Kelly of the Clue Crew indicates a map on the monitor.) The Great Salt Lake, the Humboldt River & Death Valley are all part of a desert region of internal drainage Fremont called the Great this", - "value": "$800", - "answer": "Great Basin", - "round": "Jeopardy!", - "show_number": "5652", - "fullAnswer": "the Great Basin" - }, { "category": "SHOWS BY SHOW TUNES", "air_date": "2009-03-17", @@ -1281319,22 +1217099,12 @@ "show_number": "5652", "fullAnswer": "diametrically" }, - { - "category": "ROCKS & MINERALS", - "air_date": "2009-03-17", - "question": "Green serpentine, seen here, is made into a gemstone that's a common substitute for this one", - "value": "$400", - "answer": "jade", - "round": "Double Jeopardy!", - "show_number": "5652", - "fullAnswer": "jade" - }, { "category": "MOVIE STUMPERS", "air_date": "2009-03-17", "question": "In 1959's \"Some Like It Hot\", this then 30-year-old historic event begins the movie & sends our heroes into drag", "value": "$400", - "answer": "St. Valentine\\'s Day Massacre", + "answer": "St. Valentine's Day Massacre", "round": "Double Jeopardy!", "show_number": "5652", "fullAnswer": "the St. Valentine\\'s Day Massacre" @@ -1281439,16 +1217209,6 @@ "show_number": "5652", "fullAnswer": "a lexicon" }, - { - "category": "ROCKS & MINERALS", - "air_date": "2009-03-17", - "question": "(Sarah of the Clue Crew scrapes a rock against a white sample surface.) The chief ore of iron, this mineral, is named for the fact that its powder, or the streak that it leaves, is blood red", - "value": "$1200", - "answer": "hematite", - "round": "Double Jeopardy!", - "show_number": "5652", - "fullAnswer": "hematite" - }, { "category": "MOVIE STUMPERS", "air_date": "2009-03-17", @@ -1281579,16 +1217339,6 @@ "show_number": "5652", "fullAnswer": "The Passion of the Christ" }, - { - "category": "ART & ARTISTS", - "air_date": "2009-03-17", - "question": "Capturing the frothy essence of the Rococo style, \"The Swing\" by this painter is seen here", - "value": "$2000", - "answer": "Jean-Honoré Fragonard", - "round": "Double Jeopardy!", - "show_number": "5652", - "fullAnswer": "Jean-Honoré Fragonard" - }, { "category": "USA TODAY", "air_date": "2009-03-17", @@ -1282329,16 +1218079,6 @@ "show_number": "6179", "fullAnswer": "seaweed" }, - { - "category": "GENERAL SCIENCE", - "air_date": "2011-06-23", - "question": "(Kelly of the Clue Crew drops a spoonful of something into some hot water, then shapes it in her hand.) The polymer here has a melting point of only 140 degrees Fahrenheit, so it can be shaped & molded by hand; it's this kind of material, from the Greek for \"heat formed\"", - "value": "$600", - "answer": "thermoplastic", - "round": "Jeopardy!", - "show_number": "6179", - "fullAnswer": "thermoplastic" - }, { "category": "TV TOE TAGS", "air_date": "2011-06-23", @@ -1282589,16 +1218329,6 @@ "show_number": "6179", "fullAnswer": "the Deutsch mark" }, - { - "category": "SNOUT OF AFRICA", - "air_date": "2011-06-23", - "question": "The newborn South African croc seen here is showing us this tooth, named for what it's just broken out of", - "value": "$800", - "answer": "eggtooth", - "round": "Double Jeopardy!", - "show_number": "6179", - "fullAnswer": "an eggtooth" - }, { "category": "REIGN MAN", "air_date": "2011-06-23", @@ -1282829,16 +1218559,6 @@ "show_number": "4567", "fullAnswer": "Skipper" }, - { - "category": "3-LETTER WORDS", - "air_date": "2004-06-15", - "question": "(Cheryl of the Clue Crew punches in from Gleason's Gym in Brooklyn.) Terms for boxing punches include uppercut, hook & this 3-letter word", - "value": "$200", - "answer": "jab", - "round": "Jeopardy!", - "show_number": "4567", - "fullAnswer": "jab" - }, { "category": "NATION\"Z\"", "air_date": "2004-06-15", @@ -1282859,26 +1218579,6 @@ "show_number": "4567", "fullAnswer": "the Enterprise" }, - { - "category": "FASHION", - "air_date": "2004-06-15", - "question": "Style.com reports some of these shown by Gaultier \"were short enough to be belts\"", - "value": "$400", - "answer": "miniskirts", - "round": "Jeopardy!", - "show_number": "4567", - "fullAnswer": "miniskirts" - }, - { - "category": "CELEBRITY AILMENTS", - "air_date": "2004-06-15", - "question": "(I'm Jerome Bettis of the NFL.) As a sufferer from this condition, I've testified on Capitol Hill about the need to keep inhalers on the market", - "value": "$400", - "answer": "asthma", - "round": "Jeopardy!", - "show_number": "4567", - "fullAnswer": "asthma" - }, { "category": "THE NAME GAME", "air_date": "2004-06-15", @@ -1282994,7 +1218694,7 @@ "air_date": "2004-06-15", "question": "Musician Michael Wolff suffers from this, inspiring his wife Polly Draper to write the film \"The Tic Code\"", "value": "$800", - "answer": "Tourette\\'s syndrome", + "answer": "Tourette's syndrome", "round": "Jeopardy!", "show_number": "4567", "fullAnswer": "Tourette\\'s syndrome" @@ -1283039,16 +1218739,6 @@ "show_number": "4567", "fullAnswer": "The Waltons" }, - { - "category": "FASHION", - "air_date": "2004-06-15", - "question": "This classic pattern with a dental name always comes back into fashion", - "value": "$1000", - "answer": "houndstooth", - "round": "Jeopardy!", - "show_number": "4567", - "fullAnswer": "houndstooth" - }, { "category": "CELEBRITY AILMENTS", "air_date": "2004-06-15", @@ -1283139,16 +1218829,6 @@ "show_number": "4567", "fullAnswer": "Phoenix" }, - { - "category": "FAMOUS AMERICANS", - "air_date": "2004-06-15", - "question": "Well, I'll be a monkey's uncle! They're the opposing minds seen here during the 1925 Scopes trial", - "value": "$800", - "answer": "Clarence Darrow and William Jennings Bryan", - "round": "Double Jeopardy!", - "show_number": "4567", - "fullAnswer": "Clarence Darrow and William Jennings Bryan" - }, { "category": "HITS OF THE '60s", "air_date": "2004-06-15", @@ -1283179,16 +1218859,6 @@ "show_number": "4567", "fullAnswer": "Pluto" }, - { - "category": "PHOTOGRAPHY", - "air_date": "2004-06-15", - "question": "Popular in the 1800s, it was produced on a sheet of metal, but not the one in its name", - "value": "$800", - "answer": "tin type", - "round": "Double Jeopardy!", - "show_number": "4567", - "fullAnswer": "tin type" - }, { "category": "SCRAMBLED STATE CAPITALS", "air_date": "2004-06-15", @@ -1283549,16 +1219219,6 @@ "show_number": "2779", "fullAnswer": "the lens" }, - { - "category": "THEME PARK THRILLERS", - "air_date": "1996-10-03", - "question": "Film the following was based on. The ride features an 84-foot, 50 mile per hour plunge", - "value": "$500", - "answer": "Jurassic Park", - "round": "Jeopardy!", - "show_number": "2779", - "fullAnswer": "Jurassic Park" - }, { "category": "HERALDRY", "air_date": "1996-10-03", @@ -1283604,7 +1219264,7 @@ "air_date": "1996-10-03", "question": "When astronomers got a close-up look at this object in 1985-86, its nucleus looked like a big potato", "value": "$400", - "answer": "Halley\\'s comet", + "answer": "Halley's comet", "round": "Jeopardy!", "show_number": "2779", "fullAnswer": "Halley\\'s comet" @@ -1283614,7 +1219274,7 @@ "air_date": "1996-10-03", "question": "Lord Carnarvon might like the \"Montu\" coaster at Busch Gardens Tampa Bay; it passes a replica of this tomb", "value": "$400", - "answer": "King Tut\\'s tomb", + "answer": "King Tut's tomb", "round": "Jeopardy!", "show_number": "2779", "fullAnswer": "King Tut\\'s tomb" @@ -1284159,16 +1219819,6 @@ "show_number": "4917", "fullAnswer": "Jerusalem" }, - { - "category": "GOVERNMENT AT YOUR SERVICE", - "air_date": "2006-01-17", - "question": "(Former Secretary of Homeland Security Tom Ridge reads the clue.) This service, established in 1789 & now part of the DHS helps fight the WMD threat with its use of border searches", - "value": "$600", - "answer": "Customs", - "round": "Jeopardy!", - "show_number": "4917", - "fullAnswer": "Customs" - }, { "category": "VERY JANUARY", "air_date": "2006-01-17", @@ -1284249,16 +1219899,6 @@ "show_number": "4917", "fullAnswer": "Tim Duncan" }, - { - "category": "AROUND THE NUCLEAR POWER PLANT", - "air_date": "2006-01-17", - "question": "In the photo here, everything is working normally as these two towers do their job", - "value": "$1000", - "answer": "cooling towers", - "round": "Jeopardy!", - "show_number": "4917", - "fullAnswer": "the cooling towers" - }, { "category": "CITY FOODS", "air_date": "2006-01-17", @@ -1284519,26 +1220159,6 @@ "show_number": "4917", "fullAnswer": "Reservoir Dogs" }, - { - "category": "GEOGRAPHY", - "air_date": "2006-01-17", - "question": "This peninsula seen here lies between the Bering Sea & the Sea of Okhotsk", - "value": "$1,200", - "answer": "Kamchatka Peninsula", - "round": "Double Jeopardy!", - "show_number": "4917", - "fullAnswer": "the Kamchatka Peninsula" - }, - { - "category": "SINGERS", - "air_date": "2006-01-17", - "question": "This singer was \"Moonlighting\" when he won Grammys in three different categories", - "value": "$2000", - "answer": "Al Jarreau", - "round": "Double Jeopardy!", - "show_number": "4917", - "fullAnswer": "Al Jarreau" - }, { "category": "VOCABULARY", "air_date": "2006-01-17", @@ -1284589,16 +1220209,6 @@ "show_number": "4917", "fullAnswer": "Bangladesh" }, - { - "category": "WORLD GEOGRAPHY", - "air_date": "2006-02-08", - "question": "One of the two lands seen here", - "value": "$200", - "answer": "Greenland ", - "round": "Jeopardy!", - "show_number": "4933", - "fullAnswer": "Greenland (or Iceland)" - }, { "category": "ALL IN THE CELEBRITY FAMILY", "air_date": "2006-02-08", @@ -1284684,7 +1220294,7 @@ "air_date": "2006-02-08", "question": "HSY:
They make candy", "value": "$400", - "answer": "Hershey\\'s", + "answer": "Hershey's", "round": "Jeopardy!", "show_number": "4933", "fullAnswer": "Hershey\\'s" @@ -1284709,16 +1220319,6 @@ "show_number": "4933", "fullAnswer": "a cafeteria" }, - { - "category": "WORLD GEOGRAPHY", - "air_date": "2006-02-08", - "question": "This Asian nation seen here on the map has one of the world's largest populations", - "value": "$600", - "answer": "India", - "round": "Jeopardy!", - "show_number": "4933", - "fullAnswer": "India" - }, { "category": "ALL IN THE CELEBRITY FAMILY", "air_date": "2006-02-08", @@ -1284849,16 +1220449,6 @@ "show_number": "4933", "fullAnswer": "the Culkins" }, - { - "category": "MATH", - "air_date": "2006-02-08", - "question": "(Kelly of the Clue Crew shows a Venn diagram on a monitor.) An intersection contains elements common to two sets; this set, symbolized here, contains all the elements in either set", - "value": "$1000", - "answer": "union", - "round": "Jeopardy!", - "show_number": "4933", - "fullAnswer": "the union" - }, { "category": "STOCK SYMBOL PRIMER", "air_date": "2006-02-08", @@ -1285019,16 +1220609,6 @@ "show_number": "4933", "fullAnswer": "Yorktown" }, - { - "category": "NEVER TOO OLD FOR CARTOONS", - "air_date": "2006-02-08", - "question": "Offered dessert, this show's baby Stewie replied, \"But no sprinkles. And for every sprinkle I find, I shall kill you\"", - "value": "$1200", - "answer": "Family Guy", - "round": "Double Jeopardy!", - "show_number": "4933", - "fullAnswer": "Family Guy" - }, { "category": "THE SCHOOL PLAY: ROMEO AND JULIET", "air_date": "2006-02-08", @@ -1285039,16 +1220619,6 @@ "show_number": "4933", "fullAnswer": "sweet sorrow" }, - { - "category": "GET INVOLVED", - "air_date": "2006-02-08", - "question": "Explore, enjoy & protect the planet in this club, whose logo is seen here", - "value": "$1200", - "answer": "Sierra Club", - "round": "Double Jeopardy!", - "show_number": "4933", - "fullAnswer": "the Sierra Club" - }, { "category": "COLLEGE OF LETTERS", "air_date": "2006-02-08", @@ -1285204,7 +1220774,7 @@ "air_date": "2007-04-03", "question": "A Polish woman who's survived a concentration camp is the title figure of this William Styron novel set in 1947", "value": "$200", - "answer": "Sophie\\'s Choice", + "answer": "Sophie's Choice", "round": "Jeopardy!", "show_number": "5202", "fullAnswer": "Sophie\\'s Choice" @@ -1285489,16 +1221059,6 @@ "show_number": "5202", "fullAnswer": "Finland" }, - { - "category": "WE LOVE \"T-V\"", - "air_date": "2007-04-03", - "question": "Yes, comrade, it means \"comrade\" in Russian", - "value": "$1000", - "answer": "tovarich", - "round": "Jeopardy!", - "show_number": "5202", - "fullAnswer": "tovarich" - }, { "category": "MATH", "air_date": "2007-04-03", @@ -1285539,16 +1221099,6 @@ "show_number": "5202", "fullAnswer": "bridge" }, - { - "category": "AMERICAN FACES", - "air_date": "2007-04-03", - "question": "This woman from Georgia is \"nuts\" for her husband, whom she first dated in college", - "value": "$400", - "answer": "Rosalynn Carter", - "round": "Double Jeopardy!", - "show_number": "5202", - "fullAnswer": "Rosalynn Carter" - }, { "category": "MAKE IT SINGULAR", "air_date": "2007-04-03", @@ -1285599,16 +1221149,6 @@ "show_number": "5202", "fullAnswer": "hippos" }, - { - "category": "AMERICAN FACES", - "air_date": "2007-04-03", - "question": "One time artistic director of the American Ballet Theater seen here", - "value": "$800", - "answer": "Baryshnikov", - "round": "Double Jeopardy!", - "show_number": "5202", - "fullAnswer": "Baryshnikov" - }, { "category": "MAKE IT SINGULAR", "air_date": "2007-04-03", @@ -1285649,26 +1221189,6 @@ "show_number": "5202", "fullAnswer": "steamed" }, - { - "category": "SHALL WE PLAY A GAME?", - "air_date": "2007-04-03", - "question": "(Kelly of the Clue Crew arranges 5 dice.) In Yahtzee, the sequence I rolled is called this, just like in poker", - "value": "$1200", - "answer": "straight", - "round": "Double Jeopardy!", - "show_number": "5202", - "fullAnswer": "a straight" - }, - { - "category": "AMERICAN FACES", - "air_date": "2007-04-03", - "question": "This actress and director seen here was the valedictorian at her French language high school in Los Angeles", - "value": "$1200", - "answer": "Foster", - "round": "Double Jeopardy!", - "show_number": "5202", - "fullAnswer": "(Jodie) Foster" - }, { "category": "MAKE IT SINGULAR", "air_date": "2007-04-03", @@ -1285679,16 +1221199,6 @@ "show_number": "5202", "fullAnswer": "criterion" }, - { - "category": "MATH", - "air_date": "2007-04-03", - "question": "(Jon of the Clue Crew demonstrates with a beach ball & a diagram on the monitor.) To find the circumference of a beach ball, use the equation 2 pi r to figure out it's this many inches", - "value": "$1,000", - "answer": "about 31 inches ", - "round": "Double Jeopardy!", - "show_number": "5202", - "fullAnswer": "about 31 inches (10 x pi)" - }, { "category": "FOREIGN CINEMA", "air_date": "2007-04-03", @@ -1285719,16 +1221229,6 @@ "show_number": "5202", "fullAnswer": "Connect Four" }, - { - "category": "AMERICAN FACES", - "air_date": "2007-04-03", - "question": "He's the \"Little Giant\" of Illinois seen here", - "value": "$1600", - "answer": "Stephen Douglas", - "round": "Double Jeopardy!", - "show_number": "5202", - "fullAnswer": "Stephen Douglas" - }, { "category": "MAKE IT SINGULAR", "air_date": "2007-04-03", @@ -1285744,7 +1221244,7 @@ "air_date": "2007-04-03", "question": "For the series
1, 3, 5, 17
the median is 4, arrived at this way", "value": "$2000", - "answer": "to take the number that\\'s between 3 and 5 ", + "answer": "to take the number that's between 3 and 5 ", "round": "Double Jeopardy!", "show_number": "5202", "fullAnswer": "to take the number that\\'s between 3 and 5 (averaging the 2 middle numbers)" @@ -1285779,16 +1221279,6 @@ "show_number": "5202", "fullAnswer": "sardines" }, - { - "category": "AMERICAN FACES", - "air_date": "2007-04-03", - "question": "Known to many a slender fellow, he's the big guy seen here as he looked in those magazine ads", - "value": "$2000", - "answer": "Charles Atlas", - "round": "Double Jeopardy!", - "show_number": "5202", - "fullAnswer": "Charles Atlas" - }, { "category": "MAKE IT SINGULAR", "air_date": "2007-04-03", @@ -1286164,7 +1221654,7 @@ "air_date": "1996-04-05", "question": "The Crickets in 1957 & Linda Ronstadt in 1976 had a hit with it", "value": "$200", - "answer": "That\\'ll Be The Day", + "answer": "That'll Be The Day", "round": "Double Jeopardy!", "show_number": "2680", "fullAnswer": "\"That\\'ll Be The Day\"" @@ -1286404,7 +1221894,7 @@ "air_date": "1996-04-05", "question": "In 1959 Dinah Washington found this out", "value": "$1000", - "answer": "What A Diff\\'rence A Day Makes!", + "answer": "What A Diff'rence A Day Makes!", "round": "Double Jeopardy!", "show_number": "2680", "fullAnswer": "\"What A Diff\\'rence A Day Makes!\"" @@ -1286559,16 +1222049,6 @@ "show_number": "5446", "fullAnswer": "\"Like A Rolling Stone\"" }, - { - "category": "PRESIDENTIAL PASTIMES", - "air_date": "2008-04-21", - "question": "As seen in the picture, Franklin Roosevelt enjoyed stamp collecting, this nine-letter hobby", - "value": "$600", - "answer": "philately", - "round": "Jeopardy!", - "show_number": "5446", - "fullAnswer": "philately" - }, { "category": "RHYME QUEST", "air_date": "2008-04-21", @@ -1286659,36 +1222139,16 @@ "show_number": "5446", "fullAnswer": "Furbies" }, - { - "category": "TRAVEL EUROPE", - "air_date": "2008-04-21", - "question": "(Jon of the Clue Crew reports from the Imperial Palace in Vienna, Austria.) The Imperial Chapel is home to the Wiener Sangerknaben, this world-famous group that was formed in 1498", - "value": "$1000", - "answer": "Vienna Boys\\' Choir", - "round": "Jeopardy!", - "show_number": "5446", - "fullAnswer": "the Vienna Boys\\' Choir" - }, { "category": "I \"LIKE\" THIS SONG", "air_date": "2008-04-21", "question": "This entertainment industry anthem was written for the Broadway musical \"Annie Get Your Gun\"", "value": "$1000", - "answer": "There\\'s No Business Like Show Business", + "answer": "There's No Business Like Show Business", "round": "Jeopardy!", "show_number": "5446", "fullAnswer": "\"There\\'s No Business Like Show Business\"" }, - { - "category": "PRESIDENTIAL PASTIMES", - "air_date": "2008-04-21", - "question": "For exercise, this president seen here liked to swing Indian clubs", - "value": "$1000", - "answer": "Calvin Coolidge", - "round": "Jeopardy!", - "show_number": "5446", - "fullAnswer": "Calvin Coolidge" - }, { "category": "RHYME QUEST", "air_date": "2008-04-21", @@ -1286699,16 +1222159,6 @@ "show_number": "5446", "fullAnswer": "zest" }, - { - "category": "WHO'S FOR DESSERT?", - "air_date": "2008-04-21", - "question": "(Emeril Lagasse whips something up.) I'm beating egg whites to make a Down Under meringue dessert; Aussies so named the dessert because they were impressed with the floating grace of this early 20th century dancer", - "value": "$1000", - "answer": "Pavlova", - "round": "Jeopardy!", - "show_number": "5446", - "fullAnswer": "Pavlova" - }, { "category": "TIME FOR LEFTOVERS", "air_date": "2008-04-21", @@ -1286839,16 +1222289,6 @@ "show_number": "5446", "fullAnswer": "Nehru" }, - { - "category": "PHYSICS", - "air_date": "2008-04-21", - "question": "(Jon of the Clue Crew shows himself on the monitor, swiveling around in a chair with dumbbells in his hands, extending and contracting his arms.) When I draw my arms inward, my angular velocity increases because my angular mass decreases; the product of those two quantities is called angular this", - "value": "$3,000", - "answer": "momentum", - "round": "Double Jeopardy!", - "show_number": "5446", - "fullAnswer": "momentum" - }, { "category": "THEATRE", "air_date": "2008-04-21", @@ -1287069,16 +1222509,6 @@ "show_number": "6164", "fullAnswer": "International Airport" }, - { - "category": "WORLD LEADER CIA FILES", - "air_date": "2011-06-02", - "question": "Entered univ. of Havana Law School 1945...became premier 1959...poison?!...shh!...", - "value": "$200", - "answer": "Fidel Castro", - "round": "Jeopardy!", - "show_number": "6164", - "fullAnswer": "Fidel Castro" - }, { "category": "MODERN WORDS", "air_date": "2011-06-02", @@ -1287129,16 +1222559,6 @@ "show_number": "6164", "fullAnswer": "the international date line" }, - { - "category": "WORLD LEADER CIA FILES", - "air_date": "2011-06-02", - "question": "\"The Liberator\"...seized Caracas 1810...lost Caracas...recaptured Caracas 1813...Caracas!...", - "value": "$400", - "answer": "Bolivar", - "round": "Jeopardy!", - "show_number": "6164", - "fullAnswer": "(Simon) Bolivar" - }, { "category": "MODERN WORDS", "air_date": "2011-06-02", @@ -1287189,16 +1222609,6 @@ "show_number": "6164", "fullAnswer": "international waters" }, - { - "category": "WORLD LEADER CIA FILES", - "air_date": "2011-06-02", - "question": "Ran Iran 1941-1979...ran away Jan 16. 1979...ran out of time 1980...", - "value": "$600", - "answer": "Shah of Iran", - "round": "Jeopardy!", - "show_number": "6164", - "fullAnswer": "the Shah of Iran" - }, { "category": "MODERN WORDS", "air_date": "2011-06-02", @@ -1287249,16 +1222659,6 @@ "show_number": "6164", "fullAnswer": "an international unit" }, - { - "category": "WORLD LEADER CIA FILES", - "air_date": "2011-06-02", - "question": "Born Dec. 4, 1892 El Ferrol, Spain...made general at 34...extensive death coverage after fact...", - "value": "$800", - "answer": "Franco", - "round": "Jeopardy!", - "show_number": "6164", - "fullAnswer": "(Francisco) Franco" - }, { "category": "MODERN WORDS", "air_date": "2011-06-02", @@ -1287309,16 +1222709,6 @@ "show_number": "6164", "fullAnswer": "International Relations" }, - { - "category": "WORLD LEADER CIA FILES", - "air_date": "2011-06-02", - "question": "Roman emperor 117-138 A.D....nephew of Trajan...seriously into walls...yo...", - "value": "$1000", - "answer": "Hadrian", - "round": "Jeopardy!", - "show_number": "6164", - "fullAnswer": "Hadrian" - }, { "category": "MODERN WORDS", "air_date": "2011-06-02", @@ -1287354,7 +1222744,7 @@ "air_date": "2011-06-02", "question": "In the U.K., cottage pie generally uses beef, & this similar dish uses lamb", "value": "$400", - "answer": "shepherd\\'s pie", + "answer": "shepherd's pie", "round": "Double Jeopardy!", "show_number": "6164", "fullAnswer": "shepherd\\'s pie" @@ -1287449,16 +1222839,6 @@ "show_number": "6164", "fullAnswer": "permisiveness" }, - { - "category": "MARINE BIOLOGY", - "air_date": "2011-06-02", - "question": "(Lindblad National Geographic underwater specialist Lisa trotter delivers the clue from Antarctica.) This shrimp-like crustacean is a major link in the Antarctic food chain; from January to April swarms of them may reach concentrations of 35 lbs. per cubic yard", - "value": "$1200", - "answer": "krill", - "round": "Double Jeopardy!", - "show_number": "6164", - "fullAnswer": "krill" - }, { "category": "MOVIE WAITRESSES", "air_date": "2011-06-02", @@ -1287479,16 +1222859,6 @@ "show_number": "6164", "fullAnswer": "peas" }, - { - "category": "A BUNCH OF EDVARD MUNCH", - "air_date": "2011-06-02", - "question": "Munch's painting seen here has this title, just like an 1889 van Gogh masterpiece", - "value": "$1200", - "answer": "Starry Night", - "round": "Double Jeopardy!", - "show_number": "6164", - "fullAnswer": "Starry Night" - }, { "category": "HAIR LINES", "air_date": "2011-06-02", @@ -1287569,16 +1222939,6 @@ "show_number": "6164", "fullAnswer": "permeability" }, - { - "category": "MARINE BIOLOGY", - "air_date": "2011-06-02", - "question": "(Sarah of the Clue Crew delivers the clue from Antarctica.) Researchers recognize individual whales and follow their migration based on the pattern on the underside of this, each half of the whale's tail", - "value": "$2000", - "answer": "fluke", - "round": "Double Jeopardy!", - "show_number": "6164", - "fullAnswer": "the fluke" - }, { "category": "MOVIE WAITRESSES", "air_date": "2011-06-02", @@ -1287599,16 +1222959,6 @@ "show_number": "6164", "fullAnswer": "toad" }, - { - "category": "A BUNCH OF EDVARD MUNCH", - "air_date": "2011-06-02", - "question": "Seen here is Munch's portrait of this Swedish playwright of \"Miss Julie\" fame", - "value": "$2000", - "answer": "Strindberg", - "round": "Double Jeopardy!", - "show_number": "6164", - "fullAnswer": "Strindberg" - }, { "category": "HAIR LINES", "air_date": "2011-06-02", @@ -1287784,7 +1223134,7 @@ "air_date": "1984-12-11", "question": "1949's Best Picture, its title came from \"Humpty Dumpty\"", "value": "$300", - "answer": "All the King\\'s Men", + "answer": "All the King's Men", "round": "Jeopardy!", "show_number": "67", "fullAnswer": "All the King\\'s Men" @@ -1287829,16 +1223179,6 @@ "show_number": "67", "fullAnswer": "George Bernard Shaw" }, - { - "category": "MOVIE TRIVIA", - "air_date": "1984-12-11", - "question": "He sang his way to an Oscar in \"Cabaret\":", - "value": "$800", - "answer": "Joel Grey", - "round": "Jeopardy!", - "show_number": "67", - "fullAnswer": "Joel Grey" - }, { "category": "LANDMARKS", "air_date": "1984-12-11", @@ -1288264,7 +1223604,7 @@ "air_date": "1998-10-05", "question": "In 1851 this Fifth Avenue store introduced sterling silver to the U.S.", "value": "$1,000", - "answer": "Tiffany\\'s", + "answer": "Tiffany's", "round": "Jeopardy!", "show_number": "3236", "fullAnswer": "Tiffany\\'s" @@ -1288964,7 +1224304,7 @@ "air_date": "1994-12-28", "question": "Oliver Hazard Perry's flag bore this phrase uttered by James Lawrence in the War of 1812", "value": "$400", - "answer": "Don\\'t Give Up the Ship", + "answer": "Don't Give Up the Ship", "round": "Jeopardy!", "show_number": "2378", "fullAnswer": "\"Don\\'t Give Up the Ship\"" @@ -1289394,7 +1224734,7 @@ "air_date": "2010-10-18", "question": "One of these made with 7,000 Hershey bars, 20,000 marshmallows & 24,000 Graham crackers set a record", "value": "$400", - "answer": "s\\'more", + "answer": "s'more", "round": "Jeopardy!", "show_number": "6001", "fullAnswer": "a s\\'more" @@ -1289429,16 +1224769,6 @@ "show_number": "6001", "fullAnswer": "Miami" }, - { - "category": "AMERICAN HISTORY", - "air_date": "2010-10-18", - "question": "(Sarah of the Clue Crew shows a map of New England on the monitor.) In May 1643, to discourage attacks by the Dutch & others, the United Colonies of New England was formed by 4 Puritan colonies: Massachusetts Bay, Connecticut, New Haven & this one", - "value": "$600", - "answer": "Plymouth", - "round": "Jeopardy!", - "show_number": "6001", - "fullAnswer": "Plymouth" - }, { "category": "TV SHOW ADDRESSES", "air_date": "2010-10-18", @@ -1290154,7 +1225484,7 @@ "air_date": "2008-01-18", "question": "Many have looked for this legendary item on Mount Ararat; others think it's in Kurdistan", "value": "$800", - "answer": "Noah\\'s Ark", + "answer": "Noah's Ark", "round": "Jeopardy!", "show_number": "5380", "fullAnswer": "Noah\\'s Ark" @@ -1290264,7 +1225594,7 @@ "air_date": "2008-01-18", "question": "In this 1852 work, Eliza makes a harrowing escape across a frozen river from a slave trader named Haley", "value": "$400", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Double Jeopardy!", "show_number": "5380", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -1290279,16 +1225609,6 @@ "show_number": "5380", "fullAnswer": "Saigon" }, - { - "category": "PHOTOGRAPHY", - "air_date": "2008-01-18", - "question": "(Kelly of the Clue Crew gets nearer, much larger.) It's the camera attachment that accounts for the way you're seeing me right now", - "value": "$800", - "answer": "fisheye lens", - "round": "Double Jeopardy!", - "show_number": "5380", - "fullAnswer": "a fisheye lens" - }, { "category": "TOUGH TUNES", "air_date": "2008-01-18", @@ -1290369,16 +1225689,6 @@ "show_number": "5380", "fullAnswer": "blue" }, - { - "category": "13-LETTER WORDS", - "air_date": "2008-01-18", - "question": "(Jon of the Clue Crew plop, plops 2 tablets in a glass; they fizz, fizz.) When you drop Alka-Seltzer in water, a series of reactions, including the release of carbon dioxide, creates this bubbly effect, from the Latin for \"begin to boil\"", - "value": "$1200", - "answer": "effervescence", - "round": "Double Jeopardy!", - "show_number": "5380", - "fullAnswer": "effervescence" - }, { "category": "LITERARY GREAT ESCAPES", "air_date": "2008-01-18", @@ -1290839,16 +1226149,6 @@ "show_number": "4906", "fullAnswer": "Stevie Wonder" }, - { - "category": "DENMARK'S THE SPOT", - "air_date": "2006-01-02", - "question": "(Kelly of the Clue Crew enjoys a rare sunny day in Copenhagen, Denmark.) In 1951 as he was dreaming up his own park Walt Disney got some inspiration from a visit to this famed Copenhagen park", - "value": "$400", - "answer": "Tivoli", - "round": "Double Jeopardy!", - "show_number": "4906", - "fullAnswer": "Tivoli" - }, { "category": "ACCENTS", "air_date": "2006-01-02", @@ -1290879,16 +1226179,6 @@ "show_number": "4906", "fullAnswer": "the Sahara" }, - { - "category": "THE MUSICAL '80s", - "air_date": "2006-01-02", - "question": "This song heard here from \"American Gigolo\" was the No. 1 single of 1980", - "value": "$800", - "answer": "Call Me ", - "round": "Double Jeopardy!", - "show_number": "4906", - "fullAnswer": "\"Call Me\" (by Blondie)" - }, { "category": "DENMARK'S THE SPOT", "air_date": "2006-01-02", @@ -1290939,16 +1226229,6 @@ "show_number": "4906", "fullAnswer": "Janet Jackson" }, - { - "category": "DENMARK'S THE SPOT", - "air_date": "2006-01-02", - "question": "(Jimmy of the Clue Crew reports from Bornholm Island in the Baltic.) Germans here on on Denmark's Bornholm Island fought on past VE day in this month and year; then, once the Soviets dislodged them, they stayed for a year", - "value": "$1200", - "answer": "May 1945", - "round": "Double Jeopardy!", - "show_number": "4906", - "fullAnswer": "May 1945" - }, { "category": "ACCENTS", "air_date": "2006-01-02", @@ -1290969,16 +1226249,6 @@ "show_number": "4906", "fullAnswer": "bomber" }, - { - "category": "SCIENCE", - "air_date": "2006-01-02", - "question": "(Leroy Chow aboard the International Space Station reads the clue.) We breathe thanks to this process: electricity from the solar panels splits water into hydrogen & oxygen", - "value": "$1600", - "answer": "electrolysis", - "round": "Double Jeopardy!", - "show_number": "4906", - "fullAnswer": "electrolysis" - }, { "category": "THE MUSICAL '80s", "air_date": "2006-01-02", @@ -1291039,16 +1226309,6 @@ "show_number": "4906", "fullAnswer": "Vangelis" }, - { - "category": "DENMARK'S THE SPOT", - "air_date": "2006-01-02", - "question": "(Jon of the Clue Crew reports from the driver's seat of the Carlsberg beer wagon in Copenhagen, Denmark.) Budweiser has its Clydesdales, but to haul its wagons, Carlsberg has this breed, named for a Danish peninsula", - "value": "$1,600", - "answer": "Jutland", - "round": "Double Jeopardy!", - "show_number": "4906", - "fullAnswer": "Jutland" - }, { "category": "ACCENTS", "air_date": "2006-01-02", @@ -1291069,16 +1226329,6 @@ "show_number": "4906", "fullAnswer": "\"Longshanks\"" }, - { - "category": "13-LETTER WORDS", - "air_date": "2006-01-02", - "question": "The 1993 Elvis stamp is the U.S. Postal Service's most popular ever of this type, honoring an event or a person", - "value": "$3,000", - "answer": "commemorative", - "round": "Double Jeopardy!", - "show_number": "4906", - "fullAnswer": "commemorative" - }, { "category": "ANCIENT BIOGRAPHERS", "air_date": "2006-01-02", @@ -1291094,7 +1226344,7 @@ "air_date": "2000-11-14", "question": "Girl falls asleep, has some really weird dreams, wakes up, goes to tea", "value": "$100", - "answer": "Alice in Wonderland/Alice\\'s Adventures in Wonderland", + "answer": "Alice in Wonderland/Alice's Adventures in Wonderland", "round": "Jeopardy!", "show_number": "3727", "fullAnswer": "\"Alice in Wonderland\"/\"Alice\\'s Adventures in Wonderland\"" @@ -1291574,7 +1226824,7 @@ "air_date": "2000-11-14", "question": "This point seen here in extreme southwestern England shares its name with a clothing catalogue", "value": "$1,000", - "answer": "Land\\'s End", + "answer": "Land's End", "round": "Double Jeopardy!", "show_number": "3727", "fullAnswer": "Land\\'s End" @@ -1291774,7 +1227024,7 @@ "air_date": "2009-09-21", "question": "Van Halen's 1982 tour contract called for these candies backstage but specified \"absolutely no brown ones\"", "value": "$400", - "answer": "M&M\\'s", + "answer": "M&M's", "round": "Jeopardy!", "show_number": "5751", "fullAnswer": "M&M\\'s" @@ -1292019,16 +1227269,6 @@ "show_number": "5751", "fullAnswer": "Texas" }, - { - "category": "THE POPE-ARAZZI", - "air_date": "2009-09-21", - "question": "Raphael snapped a candid of Julius II, who became pope through a bargain with Cesare of this family", - "value": "$400", - "answer": "Borgias", - "round": "Double Jeopardy!", - "show_number": "5751", - "fullAnswer": "the Borgias" - }, { "category": "TRANSPORTATION", "air_date": "2009-09-21", @@ -1292079,16 +1227319,6 @@ "show_number": "5751", "fullAnswer": "Louisiana" }, - { - "category": "THE POPE-ARAZZI", - "air_date": "2009-09-21", - "question": "Urban VIII, captured by telephoto here, told this 17th-century astronomer to go ahead & publish, but be careful", - "value": "$800", - "answer": "Galileo", - "round": "Double Jeopardy!", - "show_number": "5751", - "fullAnswer": "Galileo" - }, { "category": "TRANSPORTATION", "air_date": "2009-09-21", @@ -1292129,26 +1227359,6 @@ "show_number": "5751", "fullAnswer": "Florida" }, - { - "category": "THE POPE-ARAZZI", - "air_date": "2009-09-21", - "question": "Celebrity mags vied for pics of Pius IX, the last pope to rule the area called the Papal these", - "value": "$1200", - "answer": "States", - "round": "Double Jeopardy!", - "show_number": "5751", - "fullAnswer": "States" - }, - { - "category": "TRANSPORTATION", - "air_date": "2009-09-21", - "question": "(Jimmy of the Clue Crew shows an aerodynamics animation on the monitor.) This item gets its name by ruining the flow of air along a surface; it reduces the lift of a car so that the tires stay on the ground at high speeds", - "value": "$1200", - "answer": "spoiler", - "round": "Double Jeopardy!", - "show_number": "5751", - "fullAnswer": "a spoiler" - }, { "category": "PRODUCE", "air_date": "2009-09-21", @@ -1292179,16 +1227389,6 @@ "show_number": "5751", "fullAnswer": "Virginia" }, - { - "category": "THE POPE-ARAZZI", - "air_date": "2009-09-21", - "question": "Titian staked out Paul III, who called the Counter-Reformation Council of this in 1545", - "value": "$1600", - "answer": "Trent", - "round": "Double Jeopardy!", - "show_number": "5751", - "fullAnswer": "Trent" - }, { "category": "TRANSPORTATION", "air_date": "2009-09-21", @@ -1292229,16 +1227429,6 @@ "show_number": "5751", "fullAnswer": "Arizona" }, - { - "category": "THE POPE-ARAZZI", - "air_date": "2009-09-21", - "question": "Smile, Benedict XIV, a great pope to whom this French antireligious enlightenment writer even dedicated a play", - "value": "$2000", - "answer": "Voltaire", - "round": "Double Jeopardy!", - "show_number": "5751", - "fullAnswer": "Voltaire" - }, { "category": "TRANSPORTATION", "air_date": "2009-09-21", @@ -1292289,26 +1227479,6 @@ "show_number": "6042", "fullAnswer": "Paris Hilton" }, - { - "category": "IT RINGS A BELL", - "air_date": "2010-12-14", - "question": "According to the bell on this, we've reached your floor", - "value": "$200", - "answer": "elevator", - "round": "Jeopardy!", - "show_number": "6042", - "fullAnswer": "the elevator" - }, - { - "category": "THE FLU FIGHTERS", - "air_date": "2010-12-14", - "question": "flu.gov says this is the best protection against contracting the flu -- not scared of needles are you?", - "value": "$200", - "answer": "vaccine", - "round": "Jeopardy!", - "show_number": "6042", - "fullAnswer": "a vaccine" - }, { "category": "I'M DRIVING", "air_date": "2010-12-14", @@ -1292329,16 +1227499,6 @@ "show_number": "6042", "fullAnswer": "Arizona" }, - { - "category": "LANGUAGES", - "air_date": "2010-12-14", - "question": "(Kelly of the Clue Crew shows a map on the monitor.) Of France's many languages, Breton, introduced by the Celts, & Gallo, developed from Latin, serve this coastal region", - "value": "$400", - "answer": "Brittany", - "round": "Jeopardy!", - "show_number": "6042", - "fullAnswer": "Brittany" - }, { "category": "CELEBRITY BOOKS", "air_date": "2010-12-14", @@ -1292349,16 +1227509,6 @@ "show_number": "6042", "fullAnswer": "Michael Phelps" }, - { - "category": "IT RINGS A BELL", - "air_date": "2010-12-14", - "question": "You better pay up after hearing the bell on this", - "value": "$400", - "answer": "cash register", - "round": "Jeopardy!", - "show_number": "6042", - "fullAnswer": "the cash register" - }, { "category": "THE FLU FIGHTERS", "air_date": "2010-12-14", @@ -1292409,16 +1227559,6 @@ "show_number": "6042", "fullAnswer": "Regis Philbin" }, - { - "category": "IT RINGS A BELL", - "air_date": "2010-12-14", - "question": "Originally it was a Chinese gong, but since 1903, business here has begun with a bell ring similar to this", - "value": "$600", - "answer": "New York Stock Exchange", - "round": "Jeopardy!", - "show_number": "6042", - "fullAnswer": "New York Stock Exchange" - }, { "category": "THE FLU FIGHTERS", "air_date": "2010-12-14", @@ -1292469,16 +1227609,6 @@ "show_number": "6042", "fullAnswer": "Roger Moore" }, - { - "category": "IT RINGS A BELL", - "air_date": "2010-12-14", - "question": "At certain times the bell heard here warns you to stay out of this area", - "value": "$800", - "answer": "railroad crossing", - "round": "Jeopardy!", - "show_number": "6042", - "fullAnswer": "a railroad crossing" - }, { "category": "THE FLU FIGHTERS", "air_date": "2010-12-14", @@ -1292529,16 +1227659,6 @@ "show_number": "6042", "fullAnswer": "Felicity Huffman" }, - { - "category": "IT RINGS A BELL", - "air_date": "2010-12-14", - "question": "Walking on a country road in a winter wonderland, keep your ears pealed for these -- are you listening? ", - "value": "$1000", - "answer": "sleigh bells", - "round": "Jeopardy!", - "show_number": "6042", - "fullAnswer": "sleigh bells" - }, { "category": "THE FLU FIGHTERS", "air_date": "2010-12-14", @@ -1292669,16 +1227789,6 @@ "show_number": "6042", "fullAnswer": "Kerouac" }, - { - "category": "SEALING WAX", - "air_date": "2010-12-14", - "question": "Kashmiri voting officers are sealing a voting machine for a 2004 vote in this country", - "value": "$800", - "answer": "India", - "round": "Double Jeopardy!", - "show_number": "6042", - "fullAnswer": "India" - }, { "category": "& OTHER FANCY STUFF", "air_date": "2010-12-14", @@ -1292704,7 +1227814,7 @@ "air_date": "2010-12-14", "question": "In this 1977 kids' movie, the title character is the only one who can see Elliott, a dragon", "value": "$1200", - "answer": "Pete\\'s Dragon", + "answer": "Pete's Dragon", "round": "Double Jeopardy!", "show_number": "6042", "fullAnswer": "Pete\\'s Dragon" @@ -1293519,16 +1228629,6 @@ "show_number": "5849", "fullAnswer": "keen dean" }, - { - "category": "MILITARY MATTERS", - "air_date": "2010-02-04", - "question": "(Sarah of the Clue Crew reports from the Museum of Flight in Seattle, WA.) Because synchronization with the propeller hadn't been developed yet, the gun was mounted above the propeller arc on the Caproni Ca.20, which the Museum of Flight considers the first of this basic type of military aircraft", - "value": "$400", - "answer": "fighter plane", - "round": "Jeopardy!", - "show_number": "5849", - "fullAnswer": "fighter plane" - }, { "category": "THEY ARE THE CHAMPIONS", "air_date": "2010-02-04", @@ -1293699,16 +1228799,6 @@ "show_number": "5849", "fullAnswer": "professor dresser" }, - { - "category": "MILITARY MATTERS", - "air_date": "2010-02-04", - "question": "The U.S. Army unit insignia with the 23rd Greek letter signifies these operations", - "value": "$1000", - "answer": "psychological", - "round": "Jeopardy!", - "show_number": "5849", - "fullAnswer": "psychological" - }, { "category": "THEY ARE THE CHAMPIONS", "air_date": "2010-02-04", @@ -1294189,16 +1229279,6 @@ "show_number": "4860", "fullAnswer": "barbiturates" }, - { - "category": "SCIENCE LAB", - "air_date": "2005-10-28", - "question": "(Kelly of the Clue Crew juices a lemon in the chemistry lab.) This acid--C6H8O7--is found in the juice I'm extracting", - "value": "$600", - "answer": "citric acid", - "round": "Jeopardy!", - "show_number": "4860", - "fullAnswer": "citric acid" - }, { "category": "WE'VE GOT YOUR BACK", "air_date": "2005-10-28", @@ -1294239,16 +1229319,6 @@ "show_number": "4860", "fullAnswer": "Chattanooga" }, - { - "category": "\"B\" PREPARED", - "air_date": "2005-10-28", - "question": "(Hi, I'm Wolf Blitzer.) During the 2000 election I interviewed Bush, Gore, Nader & this Reform Party nominee", - "value": "$600", - "answer": "Pat Buchanan", - "round": "Jeopardy!", - "show_number": "4860", - "fullAnswer": "Pat Buchanan" - }, { "category": "SCIENCE LAB", "air_date": "2005-10-28", @@ -1294269,16 +1229339,6 @@ "show_number": "4860", "fullAnswer": "Bob Seger" }, - { - "category": "BUILDING TYPES", - "air_date": "2005-10-28", - "question": "The structure seen here at Churchill Downs is known as this, like certain Buddhist edifices", - "value": "$800", - "answer": "pagoda", - "round": "Jeopardy!", - "show_number": "4860", - "fullAnswer": "a pagoda" - }, { "category": "STUCK IN THE MIDDLE AGES WITH YOU", "air_date": "2005-10-28", @@ -1294329,22 +1229389,12 @@ "show_number": "4860", "fullAnswer": "Herb Alpert" }, - { - "category": "BUILDING TYPES", - "air_date": "2005-10-28", - "question": "As well as the art of public speaking, this word can mean a place for prayer, like Montreal's St. Joseph's one", - "value": "$1000", - "answer": "oratory", - "round": "Jeopardy!", - "show_number": "4860", - "fullAnswer": "an oratory" - }, { "category": "STUCK IN THE MIDDLE AGES WITH YOU", "air_date": "2005-10-28", "question": "Now called ergotism, this \"fiery\" medieval disease took its name from the order of monks who treated it", "value": "$1000", - "answer": "St. Anthony\\'s Fire", + "answer": "St. Anthony's Fire", "round": "Jeopardy!", "show_number": "4860", "fullAnswer": "St. Anthony\\'s Fire" @@ -1294649,16 +1229699,6 @@ "show_number": "4860", "fullAnswer": "Grover Cleveland & (Adlai) Stevenson" }, - { - "category": "6-LETTER WORDS", - "air_date": "2005-10-28", - "question": "(Jimmy of the Clue Crew demonstrates the proper way to hang Old Glory.) When hanging a flag in a window, this rectangular corner section should be to the left of the viewer", - "value": "$2000", - "answer": "canton", - "round": "Double Jeopardy!", - "show_number": "4860", - "fullAnswer": "the canton" - }, { "category": "CAPITAL CITIES", "air_date": "2005-10-28", @@ -1294679,26 +1229719,6 @@ "show_number": "5004", "fullAnswer": "caffeine" }, - { - "category": "FAMOUS PAIRS", - "air_date": "2006-05-18", - "question": "One newspaper headline described the 1997 heavyweight fight between this duo as a Pay-Per-Chew event", - "value": "$200", - "answer": "Tyson", - "round": "Jeopardy!", - "show_number": "5004", - "fullAnswer": "(Evander) Holyfield & (Mike) Tyson" - }, - { - "category": "MACHINERY", - "air_date": "2006-05-18", - "question": "(Jon of the Clue Crew uses a power tool.) The belt drive used in many devices is basically two of these simple machines", - "value": "$200", - "answer": "pulleys", - "round": "Jeopardy!", - "show_number": "5004", - "fullAnswer": "pulleys" - }, { "category": "VICE PRESIDENT... THE SITCOM!", "air_date": "2006-05-18", @@ -1294729,26 +1229749,6 @@ "show_number": "5004", "fullAnswer": "denim (mined)" }, - { - "category": "HEALTH MATTERS", - "air_date": "2006-05-18", - "question": "The postage stamp seen here raises awareness as well as money to help fight this", - "value": "$400", - "answer": "breast cancer", - "round": "Jeopardy!", - "show_number": "5004", - "fullAnswer": "breast cancer" - }, - { - "category": "FAMOUS PAIRS", - "air_date": "2006-05-18", - "question": "Their marriage helped bring about the English Reformation", - "value": "$400", - "answer": "Henry VIII & Anne Boleyn", - "round": "Jeopardy!", - "show_number": "5004", - "fullAnswer": "Henry VIII & Anne Boleyn" - }, { "category": "MACHINERY", "air_date": "2006-05-18", @@ -1294799,26 +1229799,6 @@ "show_number": "5004", "fullAnswer": "cataracts" }, - { - "category": "FAMOUS PAIRS", - "air_date": "2006-05-18", - "question": "The Biblical message some might get from this couple is \"Move forward and don't look back!\"", - "value": "$600", - "answer": "Lot & his wife", - "round": "Jeopardy!", - "show_number": "5004", - "fullAnswer": "Lot & his wife" - }, - { - "category": "MACHINERY", - "air_date": "2006-05-18", - "question": "A device in which one circuit controls another, Marconi won the race to design one, seen here, for the telegraph", - "value": "$600", - "answer": "relay", - "round": "Jeopardy!", - "show_number": "5004", - "fullAnswer": "a relay" - }, { "category": "VICE PRESIDENT... THE SITCOM!", "air_date": "2006-05-18", @@ -1294859,16 +1229839,6 @@ "show_number": "5004", "fullAnswer": "root canal" }, - { - "category": "FAMOUS PAIRS", - "air_date": "2006-05-18", - "question": "This felonious couple met in 1930 & ended it in 1934", - "value": "$800", - "answer": "Bonnie & Clyde", - "round": "Jeopardy!", - "show_number": "5004", - "fullAnswer": "Bonnie & Clyde" - }, { "category": "MACHINERY", "air_date": "2006-05-18", @@ -1294919,26 +1229889,6 @@ "show_number": "5004", "fullAnswer": "MSG" }, - { - "category": "FAMOUS PAIRS", - "air_date": "2006-05-18", - "question": "Robert Louis Stevenson thought this duo made a \"Strange Case\"", - "value": "$1000", - "answer": "Dr. Jekyll & Mr. Hyde", - "round": "Jeopardy!", - "show_number": "5004", - "fullAnswer": "Dr. Jekyll & Mr. Hyde" - }, - { - "category": "MACHINERY", - "air_date": "2006-05-18", - "question": "(Cheryl of the Clue Crew holds a ticking metronome.) This mechanism that provides periodic energy to devices like a metronome gets its name from the wheel that is caught & then gets free", - "value": "$1000", - "answer": "escapement", - "round": "Jeopardy!", - "show_number": "5004", - "fullAnswer": "an escapement" - }, { "category": "VICE PRESIDENT... THE SITCOM!", "air_date": "2006-05-18", @@ -1295204,7 +1230154,7 @@ "air_date": "2006-05-18", "question": "Bellicose Elton John weekend tune regarding a Notre Dame team & a large red hunting dog", "value": "$1600", - "answer": "Saturday Night\\'s Alright For Fighting Irish Setter", + "answer": "Saturday Night's Alright For Fighting Irish Setter", "round": "Double Jeopardy!", "show_number": "5004", "fullAnswer": "\"Saturday Night\\'s Alright For Fighting Irish Setter\"" @@ -1295444,7 +1230394,7 @@ "air_date": "1998-03-09", "question": "Different punchlines to this question have been \"A newspaper\" & \"A wounded nun\"", "value": "$300", - "answer": "What\\'s black & white & {red/read} all over?", + "answer": "What's black & white & {red/read} all over?", "round": "Jeopardy!", "show_number": "3121", "fullAnswer": "\"What\\'s black & white & {red/read} all over?\"" @@ -1295564,7 +1230514,7 @@ "air_date": "1998-03-09", "question": "When Rodney Dangerfield told his doctor he wanted a second opinion, the doc said this", "value": "$500", - "answer": "You\\'re ugly, too!", + "answer": "You're ugly, too!", "round": "Jeopardy!", "show_number": "3121", "fullAnswer": "\"You\\'re ugly, too!\"" @@ -1296044,7 +1230994,7 @@ "air_date": "2005-03-08", "question": "Born in a hotel in 1888, took a \"Long Day's Journney into Night\" in a hotel in 1953", "value": "$600", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Jeopardy!", "show_number": "4727", "fullAnswer": "Eugene O\\'Neill" @@ -1296199,16 +1231149,6 @@ "show_number": "4727", "fullAnswer": "a purse" }, - { - "category": "CAMERA WORK", - "air_date": "2005-03-08", - "question": "(Jimmy of the Clue Crew reports.) The body part that regulates light entering the eye & the similar part in a camera gave this old-time effect its name", - "value": "$400", - "answer": "iris", - "round": "Double Jeopardy!", - "show_number": "4727", - "fullAnswer": "the iris" - }, { "category": "THE REIGN IN SPAIN", "air_date": "2005-03-08", @@ -1296269,16 +1231209,6 @@ "show_number": "4727", "fullAnswer": "Super-8" }, - { - "category": "THE REIGN IN SPAIN", - "air_date": "2005-03-08", - "question": "(Seinfeld's Jason Alexander gives the clue.) Due to a \"Trivial Pursuit\" misprint, I insisted to the Bubble Boy Spain was once ruled by the Moops & not these people", - "value": "$800", - "answer": "Moors", - "round": "Double Jeopardy!", - "show_number": "4727", - "fullAnswer": "the Moors" - }, { "category": "SUPER MARIO", "air_date": "2005-03-08", @@ -1296439,16 +1231369,6 @@ "show_number": "4727", "fullAnswer": "Karl Lagerfeld" }, - { - "category": "CAMERA WORK", - "air_date": "2005-03-08", - "question": "(Jimmy of the Clue Crew reports.) To be precise, a pan moves a camera horizontally, while this is four-letter word for a vertical move", - "value": "$2000", - "answer": "tilt", - "round": "Double Jeopardy!", - "show_number": "4727", - "fullAnswer": "a tilt" - }, { "category": "THE REIGN IN SPAIN", "air_date": "2005-03-08", @@ -1296964,7 +1231884,7 @@ "air_date": "1987-11-20", "question": "\"New York Magazine\" says one of the few things that's still free is a ruler from this union's Union Label department", "value": "$600", - "answer": "International Ladies\\' Garment Workers Union", + "answer": "International Ladies' Garment Workers Union", "round": "Double Jeopardy!", "show_number": "740", "fullAnswer": "International Ladies\\' Garment Workers Union" @@ -1297339,16 +1232259,6 @@ "show_number": "276", "fullAnswer": "Kabul" }, - { - "category": "PRIMATES", - "air_date": "1985-09-30", - "question": "Primate \"preacher\" who marries the following:

\"'Aba daba daba daba daba daba daba' said the monkey to the chimp.\"", - "value": "$500", - "answer": "big baboon", - "round": "Jeopardy!", - "show_number": "276", - "fullAnswer": "the big baboon" - }, { "category": "FOOD", "air_date": "1985-09-30", @@ -1297814,7 +1232724,7 @@ "air_date": "1997-03-27", "question": "A folding armchair with a canvas seat & back is named for this movie personage", "value": "$300", - "answer": "Director\\'s chair", + "answer": "Director's chair", "round": "Jeopardy!", "show_number": "2904", "fullAnswer": "Director\\'s chair" @@ -1298309,16 +1233219,6 @@ "show_number": "5698", "fullAnswer": "Florida" }, - { - "category": "\"ROAD\" TEST", - "air_date": "2009-05-20", - "question": "This bird-brain starred in such cartoons as \"Zipping Along\", \"The Wild Chase\", &, of course, \"Beep Beep\"", - "value": "$200", - "answer": "Road Runner", - "round": "Jeopardy!", - "show_number": "5698", - "fullAnswer": "the Road Runner" - }, { "category": "THE SPECIAL OLYMPICS", "air_date": "2009-05-20", @@ -1298569,16 +1233469,6 @@ "show_number": "5698", "fullAnswer": "airports" }, - { - "category": "THE NEW YORK TIMES THEATER REVIEWS", - "air_date": "2009-05-20", - "question": "(Frank Rich delivers the clue.) In 1982 I said this Andrew Lloyd Webber musical is \"likely to lurk around Broadway for a long time\" & it did, closing 18 years later", - "value": "$400", - "answer": "Cats", - "round": "Double Jeopardy!", - "show_number": "5698", - "fullAnswer": "Cats" - }, { "category": "QUASI-RELATED PAIRS", "air_date": "2009-05-20", @@ -1298629,16 +1233519,6 @@ "show_number": "5698", "fullAnswer": "Arizona" }, - { - "category": "THE NEW YORK TIMES THEATER REVIEWS", - "air_date": "2009-05-20", - "question": "(Frank Rich delivers the clue.) In this 1980s play, playwright Tony Kushner sent a spindly gay character deep into the audience's heart to ask who we are", - "value": "$800", - "answer": "Angels in America", - "round": "Double Jeopardy!", - "show_number": "5698", - "fullAnswer": "Angels in America" - }, { "category": "QUASI-RELATED PAIRS", "air_date": "2009-05-20", @@ -1298689,16 +1233569,6 @@ "show_number": "5698", "fullAnswer": "Buckminster Fuller" }, - { - "category": "THE NEW YORK TIMES THEATER REVIEWS", - "air_date": "2009-05-20", - "question": "(Frank Rich delivers the clue.) Though its heroine is a \"cockeyed optimist\", the 2008 revival of this WWII-set Rodgers & Hammerstein show makes you think about the costs of war", - "value": "$1200", - "answer": "South Pacific", - "round": "Double Jeopardy!", - "show_number": "5698", - "fullAnswer": "South Pacific" - }, { "category": "QUASI-RELATED PAIRS", "air_date": "2009-05-20", @@ -1298719,16 +1233589,6 @@ "show_number": "5698", "fullAnswer": "Douglas Adams" }, - { - "category": "TO \"L\" WITH SCIENCE", - "air_date": "2009-05-20", - "question": "(Kelly of the Clue Crew activates a light stick.) When you activate a light stick, the chemicals will then react to produce this type of cold light", - "value": "$1200", - "answer": "luminescence", - "round": "Double Jeopardy!", - "show_number": "5698", - "fullAnswer": "luminescence" - }, { "category": "ROAD TEST", "air_date": "2009-05-20", @@ -1298744,21 +1233604,11 @@ "air_date": "2009-05-20", "question": "In 1791 Washington commissioned him to design the District of Columbia, but fired him a year later", "value": "$1600", - "answer": "L\\'Enfant", + "answer": "L'Enfant", "round": "Double Jeopardy!", "show_number": "5698", "fullAnswer": "(Pierre) L\\'Enfant" }, - { - "category": "THE NEW YORK TIMES THEATER REVIEWS", - "air_date": "2009-05-20", - "question": "(Frank Rich delivers the clue.) I wrote that Tommy Tune never met a costume he didn't like when he directed the theatrical follies named for this humorist", - "value": "$1600", - "answer": "Will Rogers", - "round": "Double Jeopardy!", - "show_number": "5698", - "fullAnswer": "Will Rogers" - }, { "category": "QUASI-RELATED PAIRS", "air_date": "2009-05-20", @@ -1298809,16 +1233659,6 @@ "show_number": "5698", "fullAnswer": "(Louis) Sullivan" }, - { - "category": "THE NEW YORK TIMES THEATER REVIEWS", - "air_date": "2009-05-20", - "question": "(Frank Rich delivers the clue.) In the 1990 production of \"Cat on a Hot Tin Roof\", Kathleen Turner was radiant but the most memorable performance was by Charles Durning as this dying volcano of a patriarch", - "value": "$2000", - "answer": "Big Daddy", - "round": "Double Jeopardy!", - "show_number": "5698", - "fullAnswer": "Big Daddy" - }, { "category": "QUASI-RELATED PAIRS", "air_date": "2009-05-20", @@ -1298849,16 +1233689,6 @@ "show_number": "5698", "fullAnswer": "locus" }, - { - "category": "ROAD TEST", - "air_date": "2009-05-20", - "question": "(Kelly of the Clue Crew shows a map of Asia on the monitor.) Much more than fabric traveled on this caravan route that started in Chang'an, China, & ended in modern-day Lebanon", - "value": "$2000", - "answer": "Silk Road", - "round": "Double Jeopardy!", - "show_number": "5698", - "fullAnswer": "The Silk Road" - }, { "category": "ENGLISH HISTORY", "air_date": "2009-05-20", @@ -1299429,16 +1234259,6 @@ "show_number": "5384", "fullAnswer": "Belize" }, - { - "category": "WOODWORKING", - "air_date": "2008-01-24", - "question": "If the joint called mortis and this is too deep, you get movement; too short, there's not enough gluing surface", - "value": "$2000", - "answer": "tenon", - "round": "Double Jeopardy!", - "show_number": "5384", - "fullAnswer": "tenon" - }, { "category": "LEADERS OF WORLD WAR II", "air_date": "2008-01-24", @@ -1299539,16 +1234359,6 @@ "show_number": "5026", "fullAnswer": "Detroit" }, - { - "category": "BEAST OF BURDEN", - "air_date": "2006-06-19", - "question": "Seen here is a group of these animals cavorting in Finnmark, Norway", - "value": "$400", - "answer": "reindeer", - "round": "Jeopardy!", - "show_number": "5026", - "fullAnswer": "reindeer" - }, { "category": "PAINT IT BLACK", "air_date": "2006-06-19", @@ -1299699,16 +1234509,6 @@ "show_number": "5026", "fullAnswer": "the A Train" }, - { - "category": "START ME \"UP\"", - "air_date": "2006-06-19", - "question": "Garden favorite seen here", - "value": "$800", - "answer": "buttercup", - "round": "Jeopardy!", - "show_number": "5026", - "fullAnswer": "a buttercup" - }, { "category": "THE ROLLING STONES", "air_date": "2006-06-19", @@ -1299719,16 +1234519,6 @@ "show_number": "5026", "fullAnswer": "Andy Warhol" }, - { - "category": "BEAST OF BURDEN", - "air_date": "2006-06-19", - "question": "Seen here, zebus are often referred to as this type of cattle that sounds like an Indian caste", - "value": "$1000", - "answer": "brahmans", - "round": "Jeopardy!", - "show_number": "5026", - "fullAnswer": "brahmans" - }, { "category": "PAINT IT BLACK", "air_date": "2006-06-19", @@ -1299749,16 +1234539,6 @@ "show_number": "5026", "fullAnswer": "Thailand" }, - { - "category": "HARLEM SHUFFLE", - "air_date": "2006-06-19", - "question": "The regalia of this great dancer known as \"Bojangles\" includes a badge as honorary Mayor of Harlem", - "value": "$1000", - "answer": "Bill Bojangles Robinson", - "round": "Jeopardy!", - "show_number": "5026", - "fullAnswer": "Bill \"Bojangles\" Robinson" - }, { "category": "START ME \"UP\"", "air_date": "2006-06-19", @@ -1299979,16 +1234759,6 @@ "show_number": "5026", "fullAnswer": "Deliverance" }, - { - "category": "EUROPEAN BODIES OF WATER", - "air_date": "2006-06-19", - "question": "(Kelly of the Clue Crew reads from the water's edge in a city in Latvia.) A Baltic cruise takes you into this gulf to visit the largest & most cosmopolitan city in the 3 Baltic states", - "value": "$1600", - "answer": "Gulf of Riga", - "round": "Double Jeopardy!", - "show_number": "5026", - "fullAnswer": "the Gulf of Riga" - }, { "category": "WALLY WORLD", "air_date": "2006-06-19", @@ -1300024,7 +1234794,7 @@ "air_date": "2006-06-19", "question": "This novel is narrated by one-time journalist Jack Burden, who becomes an aide to politician Willie Stark", "value": "$2000", - "answer": "All the King\\'s Men", + "answer": "All the King's Men", "round": "Double Jeopardy!", "show_number": "5026", "fullAnswer": "All the King\\'s Men" @@ -1300069,16 +1234839,6 @@ "show_number": "5026", "fullAnswer": "the Masons" }, - { - "category": "\"SH\"!!", - "air_date": "2006-06-19", - "question": "Versatile versemonger depicted here", - "value": "$2000", - "answer": "Shelley", - "round": "Double Jeopardy!", - "show_number": "5026", - "fullAnswer": "Shelley" - }, { "category": "WORD ORIGINS", "air_date": "2006-06-19", @@ -1300449,16 +1235209,6 @@ "show_number": "5642", "fullAnswer": "FDR" }, - { - "category": "THE AFRICAN PAST", - "air_date": "2009-03-03", - "question": "(Sarah of the Clue Crew delivers a clue from the Newseum in Washington, D.C.) The Newseum in Washington has a ballot box from this country's first free election in 1994; the ANC triumphed over the National Party", - "value": "$800", - "answer": "South Africa", - "round": "Double Jeopardy!", - "show_number": "5642", - "fullAnswer": "South Africa" - }, { "category": "MOVIE MISSING LINKS", "air_date": "2009-03-03", @@ -1300549,16 +1235299,6 @@ "show_number": "5642", "fullAnswer": "beets" }, - { - "category": "CAPITAL", - "air_date": "2009-03-03", - "question": "In 2003, the 2 men seen here vied to wield power from this state capital", - "value": "$2,000", - "answer": "Sacramento", - "round": "Double Jeopardy!", - "show_number": "5642", - "fullAnswer": "Sacramento" - }, { "category": "LETTERS", "air_date": "2009-03-03", @@ -1300629,16 +1235369,6 @@ "show_number": "5642", "fullAnswer": "ships" }, - { - "category": "THE AFRICAN PAST", - "air_date": "2009-03-03", - "question": "A major East Coast civilization from the eighth or ninth century used these shells, seen here, as currency", - "value": "$2000", - "answer": "cowrie shells", - "round": "Double Jeopardy!", - "show_number": "5642", - "fullAnswer": "cowrie shells" - }, { "category": "MOVIE MISSING LINKS", "air_date": "2009-03-03", @@ -1300669,16 +1235399,6 @@ "show_number": "5642", "fullAnswer": "Bosworth" }, - { - "category": "CAPITAL", - "air_date": "2009-03-03", - "question": "Don't mess with Liberty, which you'll find in this state capital", - "value": "$2000", - "answer": "Austin", - "round": "Double Jeopardy!", - "show_number": "5642", - "fullAnswer": "Austin" - }, { "category": "LETTERS", "air_date": "2009-03-03", @@ -1301339,16 +1236059,6 @@ "show_number": "6190", "fullAnswer": "Peter Pan" }, - { - "category": "SLICED FRUIT", - "air_date": "2011-07-08", - "question": "Depictions of this fruit date back 4,000 years in the artwork of early Egyptians", - "value": "$200", - "answer": "watermelon", - "round": "Jeopardy!", - "show_number": "6190", - "fullAnswer": "watermelon" - }, { "category": "WEBSITES", "air_date": "2011-07-08", @@ -1301399,26 +1236109,6 @@ "show_number": "6190", "fullAnswer": "The Princess And The Pea" }, - { - "category": "SLICED FRUIT", - "air_date": "2011-07-08", - "question": "If you luck into a supply of these, start thinking cobbler", - "value": "$400", - "answer": "peaches", - "round": "Jeopardy!", - "show_number": "6190", - "fullAnswer": "peaches" - }, - { - "category": "WEBSITES", - "air_date": "2011-07-08", - "question": "On the Colorado-based website this giant.com, you can get a bumper one for the car, like \"it's all good\"", - "value": "$400", - "answer": "sticker", - "round": "Jeopardy!", - "show_number": "6190", - "fullAnswer": "a sticker" - }, { "category": "RECESS", "air_date": "2011-07-08", @@ -1301459,26 +1236149,6 @@ "show_number": "6190", "fullAnswer": "Treasure Island" }, - { - "category": "SLICED FRUIT", - "air_date": "2011-07-08", - "question": "Look out--it's the fuzz! This fruit seen here", - "value": "$600", - "answer": "kiwi", - "round": "Jeopardy!", - "show_number": "6190", - "fullAnswer": "kiwi" - }, - { - "category": "WEBSITES", - "air_date": "2011-07-08", - "question": "You can play games called Football Frenzy & All-star Dodgeball at sikids.com, this magazine's website for kids", - "value": "$600", - "answer": "Sports Illustrated", - "round": "Jeopardy!", - "show_number": "6190", - "fullAnswer": "Sports Illustrated" - }, { "category": "RECESS", "air_date": "2011-07-08", @@ -1301519,26 +1236189,6 @@ "show_number": "6190", "fullAnswer": "Dorothy" }, - { - "category": "SLICED FRUIT", - "air_date": "2011-07-08", - "question": "A picture of this fruit appeared on the pillars of Solomon's temple", - "value": "$800", - "answer": "pomegranate", - "round": "Jeopardy!", - "show_number": "6190", - "fullAnswer": "pomegranate" - }, - { - "category": "WEBSITES", - "air_date": "2011-07-08", - "question": "kidsplanet.org has fact sheets about at-risk animals, like the mountain gorilla, classed as this 2-word term", - "value": "$800", - "answer": "endangered species", - "round": "Jeopardy!", - "show_number": "6190", - "fullAnswer": "endangered species" - }, { "category": "RECESS", "air_date": "2011-07-08", @@ -1301579,16 +1236229,6 @@ "show_number": "6190", "fullAnswer": "Meg" }, - { - "category": "SLICED FRUIT", - "air_date": "2011-07-08", - "question": "This fruit is associate with India's folklore and religious ceremonies", - "value": "$1000", - "answer": "mango", - "round": "Jeopardy!", - "show_number": "6190", - "fullAnswer": "mango" - }, { "category": "WEBSITES", "air_date": "2011-07-08", @@ -1301639,16 +1236279,6 @@ "show_number": "6190", "fullAnswer": "asteroid" }, - { - "category": "CUTE & CUDDLY", - "air_date": "2011-07-08", - "question": "(Kelly of the Clue Crew leaves a koala be at the Taronga Zoo in Sydney, Australia.) No matter how cuddly they look, visitors to Taronga Zoo are not allowed to hold koalas, which are often mistakenly called this type of animal", - "value": "$400", - "answer": "bear", - "round": "Double Jeopardy!", - "show_number": "6190", - "fullAnswer": "bear" - }, { "category": "NAME THE YEAR", "air_date": "2011-07-08", @@ -1301879,16 +1236509,6 @@ "show_number": "6190", "fullAnswer": "European" }, - { - "category": "CUTE & CUDDLY", - "air_date": "2011-07-08", - "question": "The Labrador retriever has a strong, rudder-like tail named for this sleek river mammal
of the weasel family", - "value": "$2000", - "answer": "otter", - "round": "Double Jeopardy!", - "show_number": "6190", - "fullAnswer": "an otter" - }, { "category": "NAME THE YEAR", "air_date": "2011-07-08", @@ -1301989,16 +1236609,6 @@ "show_number": "5222", "fullAnswer": "water" }, - { - "category": "PC MAGAZINE", - "air_date": "2007-05-01", - "question": "The cover of the first PC Magazine featured this company's new desktop computer, which helped launch an industry", - "value": "$400", - "answer": "IBM", - "round": "Jeopardy!", - "show_number": "5222", - "fullAnswer": "IBM" - }, { "category": "WHEN THEY WERE IN COLLEGE", "air_date": "2007-05-01", @@ -1302039,16 +1236649,6 @@ "show_number": "5222", "fullAnswer": "a lantern" }, - { - "category": "ANIMALS", - "air_date": "2007-05-01", - "question": "This predator that comes in gray and red types is a bit camera-shy, but its tracks are seen here", - "value": "$600", - "answer": "wolf", - "round": "Jeopardy!", - "show_number": "5222", - "fullAnswer": "the wolf" - }, { "category": "PC MAGAZINE", "air_date": "2007-05-01", @@ -1302159,16 +1236759,6 @@ "show_number": "5222", "fullAnswer": "a lariat" }, - { - "category": "ANIMALS", - "air_date": "2007-05-01", - "question": "(Sarah of the Clue Crew appears from the USC Wrigley Institute on Catalina Island, CA.) Though thriving now, Catalina Island foxes were threatened in the '90s by the infectious disease marked by fever & catarrh known as canine this", - "value": "$1000", - "answer": "distemper", - "round": "Jeopardy!", - "show_number": "5222", - "fullAnswer": "distemper" - }, { "category": "PC MAGAZINE", "air_date": "2007-05-01", @@ -1302219,16 +1236809,6 @@ "show_number": "5222", "fullAnswer": "lawrencium" }, - { - "category": "FEMALE SINGERS", - "air_date": "2007-05-01", - "question": "After jousting with the Lance, she felt a change would do her good in 2006", - "value": "$400", - "answer": "Sheryl Crow", - "round": "Double Jeopardy!", - "show_number": "5222", - "fullAnswer": "Sheryl Crow" - }, { "category": "LESSER-KNOWN NAMES", "air_date": "2007-05-01", @@ -1302244,7 +1236824,7 @@ "air_date": "2007-05-01", "question": "\"Gone with the Wind\" opens with a description of her \"arresting\" face", "value": "$400", - "answer": "Scarlett O\\'Hara", + "answer": "Scarlett O'Hara", "round": "Double Jeopardy!", "show_number": "5222", "fullAnswer": "Scarlett O\\'Hara" @@ -1302279,16 +1236859,6 @@ "show_number": "5222", "fullAnswer": "muscles" }, - { - "category": "FEMALE SINGERS", - "air_date": "2007-05-01", - "question": "Who will save your soul? This precious gem, seen here?", - "value": "$800", - "answer": "Jewel", - "round": "Double Jeopardy!", - "show_number": "5222", - "fullAnswer": "Jewel" - }, { "category": "LESSER-KNOWN NAMES", "air_date": "2007-05-01", @@ -1302339,16 +1236909,6 @@ "show_number": "5222", "fullAnswer": "Tuscaloosa" }, - { - "category": "FEMALE SINGERS", - "air_date": "2007-05-01", - "question": "Amy Ray & Emily Saliers are better known as this colorful group", - "value": "$1200", - "answer": "Indigo Girls", - "round": "Double Jeopardy!", - "show_number": "5222", - "fullAnswer": "Indigo Girls" - }, { "category": "LESSER-KNOWN NAMES", "air_date": "2007-05-01", @@ -1302399,16 +1236959,6 @@ "show_number": "5222", "fullAnswer": "couscous" }, - { - "category": "FEMALE SINGERS", - "air_date": "2007-05-01", - "question": "This Irish lass is seen performing at the 1998 Lilith Fair concert", - "value": "$1600", - "answer": "Sinéad O\\'Connor", - "round": "Double Jeopardy!", - "show_number": "5222", - "fullAnswer": "Sinéad O\\'Connor" - }, { "category": "LESSER-KNOWN NAMES", "air_date": "2007-05-01", @@ -1302459,16 +1237009,6 @@ "show_number": "5222", "fullAnswer": "corpuscles" }, - { - "category": "FEMALE SINGERS", - "air_date": "2007-05-01", - "question": "She's no criminal, although she often steals the show", - "value": "$2000", - "answer": "Fiona Apple", - "round": "Double Jeopardy!", - "show_number": "5222", - "fullAnswer": "Fiona Apple" - }, { "category": "LESSER-KNOWN NAMES", "air_date": "2007-05-01", @@ -1302629,16 +1237169,6 @@ "show_number": "5883", "fullAnswer": "(Benedict) Arnold" }, - { - "category": "HISTORIC TRANSPORTS", - "air_date": "2010-03-24", - "question": "Seen here, it was captured on film over Manhattan shortly before its demise", - "value": "$400", - "answer": "Hindenburg", - "round": "Jeopardy!", - "show_number": "5883", - "fullAnswer": "the Hindenburg" - }, { "category": "HIDDEN COUNTRIES", "air_date": "2010-03-24", @@ -1302739,16 +1237269,6 @@ "show_number": "5883", "fullAnswer": "a colander" }, - { - "category": "HISTORIC TRANSPORTS", - "air_date": "2010-03-24", - "question": "In June of 1943, he made the cover of Life magazine along with his helicopter", - "value": "$800", - "answer": "Igor Sikorsky", - "round": "Jeopardy!", - "show_number": "5883", - "fullAnswer": "Igor Sikorsky" - }, { "category": "HIDDEN COUNTRIES", "air_date": "2010-03-24", @@ -1302779,16 +1237299,6 @@ "show_number": "5883", "fullAnswer": "Bob Newhart" }, - { - "category": "IN THE KITCHEN", - "air_date": "2010-03-24", - "question": "Despite its name, it's a slicing tool, not a guitar-like instrument, so don't strum it", - "value": "$1000", - "answer": "mandoline", - "round": "Jeopardy!", - "show_number": "5883", - "fullAnswer": "a mandoline" - }, { "category": "FAMOUS NAMES IN THE BIG BROTHER HOUSE", "air_date": "2010-03-24", @@ -1302839,16 +1237349,6 @@ "show_number": "5883", "fullAnswer": "(Doug) Flutie" }, - { - "category": "JUST LEAF ALREADY", - "air_date": "2010-03-24", - "question": "Seen here are the leaves of this type of plant that dominated the Earth 300 million years ago", - "value": "$400", - "answer": "fern", - "round": "Double Jeopardy!", - "show_number": "5883", - "fullAnswer": "a fern" - }, { "category": "CERVANTES", "air_date": "2010-03-24", @@ -1302899,16 +1237399,6 @@ "show_number": "5883", "fullAnswer": "jockeys" }, - { - "category": "JUST LEAF ALREADY", - "air_date": "2010-03-24", - "question": "The leaves of this plant are used as a seasoning & the plant is often used as a hedge on the Pacific coast", - "value": "$800", - "answer": "rosemary", - "round": "Double Jeopardy!", - "show_number": "5883", - "fullAnswer": "rosemary" - }, { "category": "CERVANTES", "air_date": "2010-03-24", @@ -1302959,16 +1237449,6 @@ "show_number": "5883", "fullAnswer": "\"Tiny\"" }, - { - "category": "JUST LEAF ALREADY", - "air_date": "2010-03-24", - "question": "NHL fans are familiar with these items", - "value": "$1200", - "answer": "maple leaf", - "round": "Double Jeopardy!", - "show_number": "5883", - "fullAnswer": "a maple leaf" - }, { "category": "CERVANTES", "air_date": "2010-03-24", @@ -1303009,26 +1237489,6 @@ "show_number": "5883", "fullAnswer": "Regiment" }, - { - "category": "SPORTS SHORTS", - "air_date": "2010-03-24", - "question": "(Jimmy of the Clue Crew climbs some steps.) His vertical leap adding an astonishing 42 inches to his reach, this 5'7\" NBA player won the NBA's Slam Dunk Contest in 1986", - "value": "$1600", - "answer": "Spud Webb", - "round": "Double Jeopardy!", - "show_number": "5883", - "fullAnswer": "Spud Webb" - }, - { - "category": "JUST LEAF ALREADY", - "air_date": "2010-03-24", - "question": "This type of tree with the leaf seen here is in the beech family", - "value": "$1600", - "answer": "oak", - "round": "Double Jeopardy!", - "show_number": "5883", - "fullAnswer": "an oak" - }, { "category": "CERVANTES", "air_date": "2010-03-24", @@ -1303079,16 +1237539,6 @@ "show_number": "5883", "fullAnswer": "shortstop" }, - { - "category": "JUST LEAF ALREADY", - "air_date": "2010-03-24", - "question": "The leaves of this plant from the mustard family are great in a salad", - "value": "$2000", - "answer": "arugula", - "round": "Double Jeopardy!", - "show_number": "5883", - "fullAnswer": "arugula" - }, { "category": "CERVANTES", "air_date": "2010-03-24", @@ -1303459,16 +1237909,6 @@ "show_number": "4791", "fullAnswer": "Toronto" }, - { - "category": "FLY FISHING", - "air_date": "2005-06-06", - "question": "(Cheryl of the Clue Crew holds what looks like a not-so-freshly caught game fish in Montana.) I caught one of these salmon family members popular with fly casters", - "value": "$400", - "answer": "(rainbow) trout", - "round": "Double Jeopardy!", - "show_number": "4791", - "fullAnswer": "a (rainbow) trout" - }, { "category": "POLLY \"ANNA\"s", "air_date": "2005-06-06", @@ -1303489,16 +1237929,6 @@ "show_number": "4791", "fullAnswer": "B&O" }, - { - "category": "THAT'S JUST CLASSIC!", - "air_date": "2005-06-06", - "question": "It's the classic passage of 19th century travelin' music heard here", - "value": "$800", - "answer": "Ride of the Valkyrie", - "round": "Double Jeopardy!", - "show_number": "4791", - "fullAnswer": "\"Ride of the Valkyrie\"" - }, { "category": "YOU DESERVE A SHOWBIZ AWARD!", "air_date": "2005-06-06", @@ -1303569,16 +1237999,6 @@ "show_number": "4791", "fullAnswer": "Great Bear Lake (or Great Slave Lake)" }, - { - "category": "FLY FISHING", - "air_date": "2005-06-06", - "question": "(Jimmy of the Clue Crew casts from his mid-stream position in stylish waders in Montana.) Bugs, and hopefully fish, gather at this area of a stream; it sounds like a first name", - "value": "$1200", - "answer": "eddy", - "round": "Double Jeopardy!", - "show_number": "4791", - "fullAnswer": "an eddy" - }, { "category": "POLLY \"ANNA\"s", "air_date": "2005-06-06", @@ -1303614,7 +1238034,7 @@ "air_date": "2005-06-06", "question": "A Gallup poll determines the winners of these annual awards, hosted by Kevin James in 2004", "value": "$2,600", - "answer": "People\\'s Choice Awards", + "answer": "People's Choice Awards", "round": "Double Jeopardy!", "show_number": "4791", "fullAnswer": "The People\\'s Choice Awards" @@ -1303679,16 +1238099,6 @@ "show_number": "4791", "fullAnswer": "Ellesmere Island" }, - { - "category": "FLY FISHING", - "air_date": "2005-06-06", - "question": "(Sarah of the Clue Crew gives her line a good cast wading in a stream.) Of the two most basic types of fly-fishing, this one in which your lure is underwater is simpler to cast", - "value": "$2000", - "answer": "wet ", - "round": "Double Jeopardy!", - "show_number": "4791", - "fullAnswer": "wet (fly)" - }, { "category": "POLLY \"ANNA\"s", "air_date": "2005-06-06", @@ -1303734,21 +1238144,11 @@ "air_date": "2006-09-11", "question": "Wall Street laid an egg in October of this Roaring '20s year when the stock market crashed", "value": "$200", - "answer": "\\'29", + "answer": "'29", "round": "Jeopardy!", "show_number": "5056", "fullAnswer": "\\'29" }, - { - "category": "NAME THE NFL COACHING LEGEND", - "air_date": "2006-09-11", - "question": "Nicknamed \"Papa Bear\", he not only coached the Chicago Bears for 40 seasons, he played baseball for the Yankees", - "value": "$200", - "answer": "George Halas", - "round": "Jeopardy!", - "show_number": "5056", - "fullAnswer": "George Halas" - }, { "category": "STATE INSECTS", "air_date": "2006-09-11", @@ -1303764,7 +1238164,7 @@ "air_date": "2006-09-11", "question": "You can be a Chunk Spelunker for this ice cream", "value": "$200", - "answer": "Ben & Jerry\\'s", + "answer": "Ben & Jerry's", "round": "Jeopardy!", "show_number": "5056", "fullAnswer": "Ben & Jerry\\'s" @@ -1303799,16 +1238199,6 @@ "show_number": "5056", "fullAnswer": "1974" }, - { - "category": "NAME THE NFL COACHING LEGEND", - "air_date": "2006-09-11", - "question": "He was the first coach to win an NCAA football championship & a Super Bowl", - "value": "$400", - "answer": "Jimmy Johnson", - "round": "Jeopardy!", - "show_number": "5056", - "fullAnswer": "Jimmy Johnson" - }, { "category": "STATE INSECTS", "air_date": "2006-09-11", @@ -1303819,16 +1238209,6 @@ "show_number": "5056", "fullAnswer": "the ladybug" }, - { - "category": "____ & ____ BRANDS", - "air_date": "2006-09-11", - "question": "The logo of this brand is seen here", - "value": "$400", - "answer": "Arm & Hammer", - "round": "Jeopardy!", - "show_number": "5056", - "fullAnswer": "Arm & Hammer" - }, { "category": "WEATHER WORDS", "air_date": "2006-09-11", @@ -1303859,16 +1238239,6 @@ "show_number": "5056", "fullAnswer": "1917" }, - { - "category": "NAME THE NFL COACHING LEGEND", - "air_date": "2006-09-11", - "question": "He & son Dave are the only father & son coaches to coach against each other as head coaches in the NFL", - "value": "$600", - "answer": "Don Shula", - "round": "Jeopardy!", - "show_number": "5056", - "fullAnswer": "Don Shula" - }, { "category": "STATE INSECTS", "air_date": "2006-09-11", @@ -1303919,16 +1238289,6 @@ "show_number": "5056", "fullAnswer": "1968" }, - { - "category": "NAME THE NFL COACHING LEGEND", - "air_date": "2006-09-11", - "question": "The son of this pro football Hall of Famer is a U.S. senator", - "value": "$800", - "answer": "George Allen", - "round": "Jeopardy!", - "show_number": "5056", - "fullAnswer": "George Allen" - }, { "category": "STATE INSECTS", "air_date": "2006-09-11", @@ -1303949,16 +1238309,6 @@ "show_number": "5056", "fullAnswer": "J&B" }, - { - "category": "WEATHER WORDS", - "air_date": "2006-09-11", - "question": "(Jeff Probst reports from Palau.) Luckily, Palau is outside the zone of these storms, whose name comes from a Chinese word that means \"great wind\"", - "value": "$800", - "answer": "typhoon", - "round": "Jeopardy!", - "show_number": "5056", - "fullAnswer": "typhoon" - }, { "category": "23", "air_date": "2006-09-11", @@ -1303979,16 +1238329,6 @@ "show_number": "5056", "fullAnswer": "1949" }, - { - "category": "NAME THE NFL COACHING LEGEND", - "air_date": "2006-09-11", - "question": "He won 3 Super Bowls & now owns a NASCAR racing team", - "value": "$1000", - "answer": "Joe Gibbs", - "round": "Jeopardy!", - "show_number": "5056", - "fullAnswer": "Joe Gibbs" - }, { "category": "STATE INSECTS", "air_date": "2006-09-11", @@ -1304019,16 +1238359,6 @@ "show_number": "5056", "fullAnswer": "meteorologist" }, - { - "category": "MOTHER RUSSIA", - "air_date": "2006-09-11", - "question": "(Cheryl of the Clue Crew goes for gold in St. Petersburg, Russia.) Russian craftsmen have recreated the Amber Room here in the Catherine Palace, which had been plundered by these people in 1941", - "value": "$400", - "answer": "Nazis", - "round": "Double Jeopardy!", - "show_number": "5056", - "fullAnswer": "the Nazis" - }, { "category": "NON-BOND CONNERY", "air_date": "2006-09-11", @@ -1304079,16 +1238409,6 @@ "show_number": "5056", "fullAnswer": "fox" }, - { - "category": "MOTHER RUSSIA", - "air_date": "2006-09-11", - "question": "(Cheryl of the Clue Crew is our girl in Moscow, Russia.) From 1953 to 1961, Lenin shared his tomb with this leader who was then moved to his present resting place in the Kremlin wall", - "value": "$800", - "answer": "Stalin", - "round": "Double Jeopardy!", - "show_number": "5056", - "fullAnswer": "Stalin" - }, { "category": "NON-BOND CONNERY", "air_date": "2006-09-11", @@ -1304139,16 +1238459,6 @@ "show_number": "5056", "fullAnswer": "fermentation" }, - { - "category": "MOTHER RUSSIA", - "air_date": "2006-09-11", - "question": "(Cheryl of the Clue Crew rushes back to Palace Square in St. Petersburg.) In 1905 a peaceful demonstration here on Palace Square turned into a massacre known in history as this bloody day of the week", - "value": "$1200", - "answer": "Sunday", - "round": "Double Jeopardy!", - "show_number": "5056", - "fullAnswer": "Sunday" - }, { "category": "NON-BOND CONNERY", "air_date": "2006-09-11", @@ -1304199,16 +1238509,6 @@ "show_number": "5056", "fullAnswer": "flatfoot" }, - { - "category": "MOTHER RUSSIA", - "air_date": "2006-09-11", - "question": "(Cheryl of the Clue Crew reports from \"poetic\" Russia.) I'm here in the town originally called Detskoye Selo, which in 1937 was renamed for this great Russian poet", - "value": "$6,000", - "answer": "Pushkin", - "round": "Double Jeopardy!", - "show_number": "5056", - "fullAnswer": "Pushkin" - }, { "category": "NON-BOND CONNERY", "air_date": "2006-09-11", @@ -1304259,16 +1238559,6 @@ "show_number": "5056", "fullAnswer": "fatigues" }, - { - "category": "MOTHER RUSSIA", - "air_date": "2006-09-11", - "question": "(Sarah of the Clue Crew shares a photo op on Red Square.) Legend says that Ivan the Terrible lived up to his nickname when he blinded the designers of this cathedral so they could never again build anything as beautiful", - "value": "$2000", - "answer": "St. Basil\\'s", - "round": "Double Jeopardy!", - "show_number": "5056", - "fullAnswer": "St. Basil\\'s" - }, { "category": "NON-BOND CONNERY", "air_date": "2006-09-11", @@ -1304764,7 +1239054,7 @@ "air_date": "1990-02-26", "question": "Literally \"outside the work\", it's an additional dish served before a meal", "value": "$600", - "answer": "Hors D\\' Oeuvres", + "answer": "Hors D' Oeuvres", "round": "Double Jeopardy!", "show_number": "1271", "fullAnswer": "Hors D\\' Oeuvres" @@ -1304804,7 +1239094,7 @@ "air_date": "1990-02-26", "question": "L.L. Bean sells these brightly colored blankets named for an old North American trading company", "value": "$600", - "answer": "Hudsons\\' Bay Blankets", + "answer": "Hudsons' Bay Blankets", "round": "Double Jeopardy!", "show_number": "1271", "fullAnswer": "Hudsons\\' Bay Blankets" @@ -1304949,16 +1239239,6 @@ "show_number": "4926", "fullAnswer": "fight" }, - { - "category": "CELEBRITY HIGH SCHOOL YEARBOOK", - "air_date": "2006-01-30", - "question": "This comedian was once suspended for three days from his Andover, Massachusetts high school for burning rubber in the parking lot", - "value": "$200", - "answer": "Jay Leno", - "round": "Jeopardy!", - "show_number": "4926", - "fullAnswer": "Jay Leno" - }, { "category": "LANGUAGE", "air_date": "2006-01-30", @@ -1305009,16 +1239289,6 @@ "show_number": "4926", "fullAnswer": "Detroit" }, - { - "category": "CELEBRITY HIGH SCHOOL YEARBOOK", - "air_date": "2006-01-30", - "question": "A cheerleader & 1980 graduate of Van Nuys High School; years later, she'd be \"Idol\"ized by millions", - "value": "$400", - "answer": "Paula Abdul", - "round": "Jeopardy!", - "show_number": "4926", - "fullAnswer": "Paula Abdul" - }, { "category": "LANGUAGE", "air_date": "2006-01-30", @@ -1305044,7 +1239314,7 @@ "air_date": "2006-01-30", "question": "2003:
\"I'm\" doing this", "value": "$400", - "answer": "lovin\\' it", + "answer": "lovin' it", "round": "Jeopardy!", "show_number": "4926", "fullAnswer": "lovin\\' it" @@ -1305069,16 +1239339,6 @@ "show_number": "4926", "fullAnswer": "Alexander" }, - { - "category": "CELEBRITY HIGH SCHOOL YEARBOOK", - "air_date": "2006-01-30", - "question": "Sadly, this 1949 Fairmount, Indiana high school graduate would live but a few years after his picture was taken", - "value": "$600", - "answer": "James Dean", - "round": "Jeopardy!", - "show_number": "4926", - "fullAnswer": "James Dean" - }, { "category": "LANGUAGE", "air_date": "2006-01-30", @@ -1305129,16 +1239389,6 @@ "show_number": "4926", "fullAnswer": "Dien Bien Phu" }, - { - "category": "CELEBRITY HIGH SCHOOL YEARBOOK", - "air_date": "2006-01-30", - "question": "This actress has total recall of her high school days in Pennsylvania, as a self-described uber-geek & outsider", - "value": "$800", - "answer": "Sharon Stone", - "round": "Jeopardy!", - "show_number": "4926", - "fullAnswer": "Sharon Stone" - }, { "category": "LANGUAGE", "air_date": "2006-01-30", @@ -1305189,16 +1239439,6 @@ "show_number": "4926", "fullAnswer": "\"Nuts\"" }, - { - "category": "CELEBRITY HIGH SCHOOL YEARBOOK", - "air_date": "2006-01-30", - "question": "He's the 12-time Grammy-winning country music legend & 1950 Dyess High School graduate seen here", - "value": "$1000", - "answer": "Johnny Cash", - "round": "Jeopardy!", - "show_number": "4926", - "fullAnswer": "Johnny Cash" - }, { "category": "LANGUAGE", "air_date": "2006-01-30", @@ -1305289,16 +1239529,6 @@ "show_number": "4926", "fullAnswer": "Jewel" }, - { - "category": "PRECIOUS \"M\"s", - "air_date": "2006-01-30", - "question": "Dynastic term for the porcelain jar seen here", - "value": "$400", - "answer": "Ming", - "round": "Double Jeopardy!", - "show_number": "4926", - "fullAnswer": "Ming" - }, { "category": "AUSSIE CAPITALS", "air_date": "2006-01-30", @@ -1305409,16 +1239639,6 @@ "show_number": "4926", "fullAnswer": "Nelly" }, - { - "category": "PRECIOUS \"M\"s", - "air_date": "2006-01-30", - "question": "(Cheryl of the Clue crew shows off her choker.) You can buy some unique jewelry made of this, the lining of some mollusk shells", - "value": "$1200", - "answer": "mother of pearl", - "round": "Double Jeopardy!", - "show_number": "4926", - "fullAnswer": "mother of pearl" - }, { "category": "AUSSIE CAPITALS", "air_date": "2006-01-30", @@ -1305529,16 +1239749,6 @@ "show_number": "4926", "fullAnswer": "Freddy Fender" }, - { - "category": "PRECIOUS \"M\"s", - "air_date": "2006-01-30", - "question": "(Sarah of the Clue Crew reports from the Winter Palace in St. Petersburg, Russia.) This room in St. Petersburg's Winter Palace is adorned with more than 2 tons of this lustrous green stone mined in Russia", - "value": "$2000", - "answer": "malachite", - "round": "Double Jeopardy!", - "show_number": "4926", - "fullAnswer": "malachite" - }, { "category": "WORLD MONEY 2005", "air_date": "2006-01-30", @@ -1305659,16 +1239869,6 @@ "show_number": "5471", "fullAnswer": "power" }, - { - "category": "GET A \"CL\"UE!", - "air_date": "2008-05-26", - "question": "Greek cafe music features a lute called a bouzouki & this woodwind heard here", - "value": "$400", - "answer": "clarinet", - "round": "Jeopardy!", - "show_number": "5471", - "fullAnswer": "clarinet" - }, { "category": "AMERICAN HISTORY", "air_date": "2008-05-26", @@ -1305774,21 +1239974,11 @@ "air_date": "2008-05-26", "question": "In an old saying, this Roman person \"must be above suspicion\"", "value": "$800", - "answer": "Caesar\\'s wife", + "answer": "Caesar's wife", "round": "Jeopardy!", "show_number": "5471", "fullAnswer": "Caesar\\'s wife" }, - { - "category": "GET A \"CL\"UE!", - "air_date": "2008-05-26", - "question": "This hard worker seen here has a lot of pull", - "value": "$800", - "answer": "Clydesdale", - "round": "Jeopardy!", - "show_number": "5471", - "fullAnswer": "a Clydesdale" - }, { "category": "AMERICAN HISTORY", "air_date": "2008-05-26", @@ -1305819,16 +1240009,6 @@ "show_number": "5471", "fullAnswer": "(Winslow) Homer" }, - { - "category": "WEIGHTS & MEASURES", - "air_date": "2008-05-26", - "question": "(Jon of the Clue Crew tunes a piano.) Steinways leave the factory carefully tuned to standard pitch, where A is 440 of these units, but humidity & other factors make regular tunings necessary", - "value": "$1000", - "answer": "hertz", - "round": "Jeopardy!", - "show_number": "5471", - "fullAnswer": "hertz" - }, { "category": "QUOTATIONS", "air_date": "2008-05-26", @@ -1305909,16 +1240089,6 @@ "show_number": "5471", "fullAnswer": "jumper cables" }, - { - "category": "EXPLORERS & VOYAGERS", - "air_date": "2008-05-26", - "question": "(Jimmy of the Clue Crew presents from Lima, Peru.) It was here, in the Plaza Mayor, that Francisco Pizarro founded Lima in 1535, calling it \"Ciudad de los Reyes\", meaning city of these", - "value": "$2,400", - "answer": "kings", - "round": "Double Jeopardy!", - "show_number": "5471", - "fullAnswer": "kings" - }, { "category": "QUASI-PRESIDENTIAL CINEMA", "air_date": "2008-05-26", @@ -1306054,7 +1240224,7 @@ "air_date": "2008-05-26", "question": "\"The Hundred Days\" is one of his books detailing the naval career of Jack Aubrey", "value": "$1600", - "answer": "O\\'Brian", + "answer": "O'Brian", "round": "Double Jeopardy!", "show_number": "5471", "fullAnswer": "(Patrick) O\\'Brian" @@ -1306809,16 +1240979,6 @@ "show_number": "4966", "fullAnswer": "a scoreboard" }, - { - "category": "NURSERY RHYME PREVIEWS", - "air_date": "2006-03-27", - "question": "Water was needed; these 2 answered the call... but at a price. This summer, the hill will be conquered... or they'll die trying", - "value": "$200", - "answer": "Jack & Jill", - "round": "Jeopardy!", - "show_number": "4966", - "fullAnswer": "Jack & Jill" - }, { "category": "ONOMATOPOEIA", "air_date": "2006-03-27", @@ -1306849,16 +1241009,6 @@ "show_number": "4966", "fullAnswer": "basketball" }, - { - "category": "ALSO A MUSICAL INSTRUMENT", - "air_date": "2006-03-27", - "question": "A container for gunpowder, like the one seen here", - "value": "$400", - "answer": "horn", - "round": "Jeopardy!", - "show_number": "4966", - "fullAnswer": "horn" - }, { "category": "MADE YA LOOK--UP!", "air_date": "2006-03-27", @@ -1306869,16 +1241019,6 @@ "show_number": "4966", "fullAnswer": "flares" }, - { - "category": "NURSERY RHYME PREVIEWS", - "air_date": "2006-03-27", - "question": "He \"stole a pig & away he run!\" but now, vigilantes are on his trail. Nowhere to run, nowhere to hide for...", - "value": "$400", - "answer": "Tom the Piper\\'s son", - "round": "Jeopardy!", - "show_number": "4966", - "fullAnswer": "Tom the Piper\\'s son" - }, { "category": "ONOMATOPOEIA", "air_date": "2006-03-27", @@ -1306929,16 +1241069,6 @@ "show_number": "4966", "fullAnswer": "Orion" }, - { - "category": "NURSERY RHYME PREVIEWS", - "air_date": "2006-03-27", - "question": "He arrives in a nightgown after 8 o'clock, wondering if your kids are in bed; this fall, is your family safe from...", - "value": "$600", - "answer": "Wee Willie Winkie", - "round": "Jeopardy!", - "show_number": "4966", - "fullAnswer": "Wee Willie Winkie" - }, { "category": "ONOMATOPOEIA", "air_date": "2006-03-27", @@ -1306969,16 +1241099,6 @@ "show_number": "4966", "fullAnswer": "Reggie Bush" }, - { - "category": "ALSO A MUSICAL INSTRUMENT", - "air_date": "2006-03-27", - "question": "(Kelly of the Clue Crew files away her notes.) This type of organizer conveniently separates my polka music", - "value": "$800", - "answer": "accordion", - "round": "Jeopardy!", - "show_number": "4966", - "fullAnswer": "an accordion" - }, { "category": "MADE YA LOOK--UP!", "air_date": "2006-03-27", @@ -1306989,16 +1241109,6 @@ "show_number": "4966", "fullAnswer": "a weather balloon" }, - { - "category": "NURSERY RHYME PREVIEWS", - "air_date": "2006-03-27", - "question": "A cop has his own demons to face on the trail of a wife trapped in a gourd by this ticking time bomb of insanity", - "value": "$800", - "answer": "Peter, Peter Pumpkin Eater", - "round": "Jeopardy!", - "show_number": "4966", - "fullAnswer": "Peter, Peter Pumpkin Eater" - }, { "category": "ONOMATOPOEIA", "air_date": "2006-03-27", @@ -1307039,16 +1241149,6 @@ "show_number": "4966", "fullAnswer": "to trumpet" }, - { - "category": "MADE YA LOOK--UP!", - "air_date": "2006-03-27", - "question": "(Sarah of the Clue Crew reports in front the U.S. Army Golden Knights plane in Fort Bragg, NC.) Also a Charlie Sheen movie, this is the speed at which drag matches the pull of gravity; for the Knights, it's usually around 120 miles per hour", - "value": "$1000", - "answer": "terminal velocity", - "round": "Jeopardy!", - "show_number": "4966", - "fullAnswer": "terminal velocity" - }, { "category": "ONOMATOPOEIA", "air_date": "2006-03-27", @@ -1307109,16 +1241209,6 @@ "show_number": "4966", "fullAnswer": "Taco Bell" }, - { - "category": "FOUR NOW", - "air_date": "2006-03-27", - "question": "Numerical name for the type of old-timey musical group seen here", - "value": "$400", - "answer": "barbershop quartet", - "round": "Double Jeopardy!", - "show_number": "4966", - "fullAnswer": "a barbershop quartet" - }, { "category": "PRESIDENTS & FIRST LADIES", "air_date": "2006-03-27", @@ -1307329,16 +1241419,6 @@ "show_number": "4966", "fullAnswer": "the eustachian tube" }, - { - "category": "\"TA\" TA", - "air_date": "2006-03-27", - "question": "Indian instruments include the sitar & this percussion instrument heard here", - "value": "$2000", - "answer": "tabla", - "round": "Double Jeopardy!", - "show_number": "4966", - "fullAnswer": "the tabla" - }, { "category": "MILITARY HISTORY", "air_date": "2006-03-27", @@ -1307454,7 +1241534,7 @@ "air_date": "1987-04-23", "question": "\"He rocks in the tree-top all day long\"", "value": "$200", - "answer": "Rockin\\' Robin", + "answer": "Rockin' Robin", "round": "Jeopardy!", "show_number": "619", "fullAnswer": "\"Rockin\\' Robin\"" @@ -1307634,7 +1241714,7 @@ "air_date": "1987-04-23", "question": "\"'Cause I can't explain the tears that I shed over you, over you\"", "value": "$500", - "answer": "Goin\\' Out Of My Head", + "answer": "Goin' Out Of My Head", "round": "Jeopardy!", "show_number": "619", "fullAnswer": "\"Goin\\' Out Of My Head\"" @@ -1307859,16 +1241939,6 @@ "show_number": "619", "fullAnswer": "the eye" }, - { - "category": "NEIGHBORHOODS", - "air_date": "1987-04-23", - "question": "Neighborhood mentioned in title of this tune, Mike Hammer's TV theme:", - "value": "$1,200", - "answer": "Harlem", - "round": "Double Jeopardy!", - "show_number": "619", - "fullAnswer": "Harlem" - }, { "category": "STARS WITH \"C\"", "air_date": "1987-04-23", @@ -1307949,16 +1242019,6 @@ "show_number": "3079", "fullAnswer": "Franklin D. Roosevelt" }, - { - "category": "THE KING'S MUSIC", - "air_date": "1998-01-08", - "question": "\"Well since my baby left me, I've found a new place to dwell...\"", - "value": "$100", - "answer": "Heartbreak Hotel", - "round": "Jeopardy!", - "show_number": "3079", - "fullAnswer": "\"Heartbreak Hotel\"" - }, { "category": "ANTARCTIC EXPLORERS", "air_date": "1998-01-08", @@ -1308009,16 +1242069,6 @@ "show_number": "3079", "fullAnswer": "Yale" }, - { - "category": "THE KING'S MUSIC", - "air_date": "1998-01-08", - "question": "\"You know I can be found, sitting home all alone...\"", - "value": "$200", - "answer": "Don\\'t Be Cruel", - "round": "Jeopardy!", - "show_number": "3079", - "fullAnswer": "\"Don\\'t Be Cruel\"" - }, { "category": "ANTARCTIC EXPLORERS", "air_date": "1998-01-08", @@ -1308069,16 +1242119,6 @@ "show_number": "3079", "fullAnswer": "Mount Rushmore" }, - { - "category": "THE KING'S MUSIC", - "air_date": "1998-01-08", - "question": "\"Spider Murphy played the tenor saxophone, Little Joe was blowin' on the slide trombone...\"", - "value": "$300", - "answer": "Jailhouse Rock", - "round": "Jeopardy!", - "show_number": "3079", - "fullAnswer": "\"Jailhouse Rock\"" - }, { "category": "ANTARCTIC EXPLORERS", "air_date": "1998-01-08", @@ -1308104,7 +1242144,7 @@ "air_date": "1998-01-08", "question": "This Dumas hero who left home at age 16 to be a Musketeer was based on a real person", "value": "$300", - "answer": "d\\'Artagnan", + "answer": "d'Artagnan", "round": "Jeopardy!", "show_number": "3079", "fullAnswer": "d\\'Artagnan" @@ -1308129,16 +1242169,6 @@ "show_number": "3079", "fullAnswer": "the number of states at the time it came into the Union" }, - { - "category": "THE KING'S MUSIC", - "air_date": "1998-01-08", - "question": "\"A-well-a bless my soul what's wrong with me...\"", - "value": "$400", - "answer": "All Shook Up", - "round": "Jeopardy!", - "show_number": "3079", - "fullAnswer": "\"All Shook Up\"" - }, { "category": "ANTARCTIC EXPLORERS", "air_date": "1998-01-08", @@ -1308179,16 +1242209,6 @@ "show_number": "3079", "fullAnswer": "South Carolina" }, - { - "category": "THE KING'S MUSIC", - "air_date": "1998-01-08", - "question": "\"I gave a letter to the postman, he put it in his sack...\"", - "value": "$500", - "answer": "Return To Sender", - "round": "Jeopardy!", - "show_number": "3079", - "fullAnswer": "\"Return To Sender\"" - }, { "category": "ANTARCTIC EXPLORERS", "air_date": "1998-01-08", @@ -1308244,7 +1242264,7 @@ "air_date": "1998-01-08", "question": "This ex-\"Grease\"r hosted the 1997 Tonys 3 weeks after winning her first Emmy, for her talk show", "value": "$200", - "answer": "Rosie O\\'Donnell", + "answer": "Rosie O'Donnell", "round": "Double Jeopardy!", "show_number": "3079", "fullAnswer": "Rosie O\\'Donnell" @@ -1308824,7 +1242844,7 @@ "air_date": "2000-09-13", "question": "To help save our atmosphere, Sweden banned the use of most of these in January 1978", "value": "$200", - "answer": "CFC\\'s ", + "answer": "CFC's ", "round": "Double Jeopardy!", "show_number": "3683", "fullAnswer": "CFC\\'s (Chlorofluorocarbons)" @@ -1309179,16 +1243199,6 @@ "show_number": "4773", "fullAnswer": "Madison" }, - { - "category": "'70s SITCOMS", - "air_date": "2005-05-11", - "question": "(Hi, I'm Ashton Kutcher.) This popular sitcom of the 1970s featured the acting talents of Scatman Crothers, Jack Albertson
& Freddie Prinze", - "value": "$400", - "answer": "Chico and the Man", - "round": "Jeopardy!", - "show_number": "4773", - "fullAnswer": "Chico and the Man" - }, { "category": "VERB FIRST NAMES", "air_date": "2005-05-11", @@ -1309229,16 +1243239,6 @@ "show_number": "4773", "fullAnswer": "Yosemite" }, - { - "category": "PRESIDENTS", - "air_date": "2005-05-11", - "question": "(Hi, I'm John McCain.) In 1912 this president proclaimed Arizona a state after forcing it to remove recall of judges from its constitution", - "value": "$600", - "answer": "Taft", - "round": "Jeopardy!", - "show_number": "4773", - "fullAnswer": "Taft" - }, { "category": "'70s SITCOMS", "air_date": "2005-05-11", @@ -1309299,16 +1243299,6 @@ "show_number": "4773", "fullAnswer": "Grant" }, - { - "category": "'70s SITCOMS", - "air_date": "2005-05-11", - "question": "Its theme is heard here", - "value": "$800", - "answer": "Taxi", - "round": "Jeopardy!", - "show_number": "4773", - "fullAnswer": "Taxi" - }, { "category": "VERB FIRST NAMES", "air_date": "2005-05-11", @@ -1309409,16 +1243399,6 @@ "show_number": "4773", "fullAnswer": "the Bank of England" }, - { - "category": "PAINTERS", - "air_date": "2005-05-11", - "question": "(Alex reads from the Barnes Foundation.) In a large painting called \"Models\", this pointillist included a glimpse of his picture \"A Sunday Afternoon on the Island of La Grande Jatte\"", - "value": "$400", - "answer": "Seurat", - "round": "Double Jeopardy!", - "show_number": "4773", - "fullAnswer": "Seurat" - }, { "category": "WOMEN IN SPORTS", "air_date": "2005-05-11", @@ -1309429,16 +1243409,6 @@ "show_number": "4773", "fullAnswer": "Martina Navratilova" }, - { - "category": "CNN 25: SCIENCE & TECHNOLOGY", - "air_date": "2005-05-11", - "question": "In 1987 the AIDS Quilt was displayed on the National Mall and this became the first drug approved by the FDA for AIDS", - "value": "$400", - "answer": "AZT", - "round": "Double Jeopardy!", - "show_number": "4773", - "fullAnswer": "AZT" - }, { "category": "ALSO A MUSICAL INSTRUMENT", "air_date": "2005-05-11", @@ -1309489,16 +1243459,6 @@ "show_number": "4773", "fullAnswer": "Blair" }, - { - "category": "CNN 25: SCIENCE & TECHNOLOGY", - "air_date": "2005-05-11", - "question": "(Hi, I'm CNN senior medical correspondent Dr. Sanjay Gupta.) I've reported on the threat of H5N1, better known as this potential pandemic transmitted by fowl", - "value": "$800", - "answer": "avian flu", - "round": "Double Jeopardy!", - "show_number": "4773", - "fullAnswer": "the avian flu" - }, { "category": "ALSO A MUSICAL INSTRUMENT", "air_date": "2005-05-11", @@ -1309529,16 +1243489,6 @@ "show_number": "4773", "fullAnswer": "nudism" }, - { - "category": "PAINTERS", - "air_date": "2005-05-11", - "question": "This artist's portrait of his wife sold in 1875 for 290 francs, hardly covering the cost of the frame & materials", - "value": "$1200", - "answer": "Claude Monet", - "round": "Double Jeopardy!", - "show_number": "4773", - "fullAnswer": "Claude Monet" - }, { "category": "WOMEN IN SPORTS", "air_date": "2005-05-11", @@ -1309549,16 +1243499,6 @@ "show_number": "4773", "fullAnswer": "(Lisa) Leslie" }, - { - "category": "CNN 25: SCIENCE & TECHNOLOGY", - "air_date": "2005-05-11", - "question": "In 1991, 8 entered this replica of the Earth's ecosystem to test the feasibility of a self-contained space colony", - "value": "$1200", - "answer": "Biosphere", - "round": "Double Jeopardy!", - "show_number": "4773", - "fullAnswer": "the Biosphere" - }, { "category": "ALSO A MUSICAL INSTRUMENT", "air_date": "2005-05-11", @@ -1309579,16 +1243519,6 @@ "show_number": "4773", "fullAnswer": "Robert Frost" }, - { - "category": "\"N\" THE BEGINNING", - "air_date": "2005-05-11", - "question": "(Jimmy of the Clue Crew reports from a vineyard.) In California, \"Wine Country\" often means this valley, that planted its first wine grapes around 1840", - "value": "$1200", - "answer": "Napa", - "round": "Double Jeopardy!", - "show_number": "4773", - "fullAnswer": "Napa" - }, { "category": "PAINTERS", "air_date": "2005-05-11", @@ -1309609,16 +1243539,6 @@ "show_number": "4773", "fullAnswer": "boxing" }, - { - "category": "CNN 25: SCIENCE & TECHNOLOGY", - "air_date": "2005-05-11", - "question": "It's the alphanumeric problem that for many marred the celebration seen here", - "value": "$1600", - "answer": "Y2K bug", - "round": "Double Jeopardy!", - "show_number": "4773", - "fullAnswer": "the Y2K bug" - }, { "category": "ALSO A MUSICAL INSTRUMENT", "air_date": "2005-05-11", @@ -1309649,16 +1243569,6 @@ "show_number": "4773", "fullAnswer": "Norway" }, - { - "category": "PAINTERS", - "air_date": "2005-05-11", - "question": "This 16th century Flemish painter depicted a cold landscape in \"Hunters in the Snow\"", - "value": "$2000", - "answer": "Bruegel", - "round": "Double Jeopardy!", - "show_number": "4773", - "fullAnswer": "Bruegel" - }, { "category": "WOMEN IN SPORTS", "air_date": "2005-05-11", @@ -1309669,16 +1243579,6 @@ "show_number": "4773", "fullAnswer": "Julie Krone" }, - { - "category": "CNN 25: SCIENCE & TECHNOLOGY", - "air_date": "2005-05-11", - "question": "On Dec. 2, 1982, this surgeon, seen here, implanted the first permanent artificial heart, the Jarvik-7, into Barney Clark", - "value": "$2000", - "answer": "Dr. William DeVries", - "round": "Double Jeopardy!", - "show_number": "4773", - "fullAnswer": "Dr. William DeVries" - }, { "category": "ALSO A MUSICAL INSTRUMENT", "air_date": "2005-05-11", @@ -1309754,7 +1243654,7 @@ "air_date": "1997-10-28", "question": "Familiar proverb about elderly canines & their learning ability", "value": "$100", - "answer": "You can\\'t teach an old dog new tricks", + "answer": "You can't teach an old dog new tricks", "round": "Jeopardy!", "show_number": "3027", "fullAnswer": "\"You can\\'t teach an old dog new tricks\"" @@ -1309794,7 +1243694,7 @@ "air_date": "1997-10-28", "question": "In 1996 this \"Lawrence Of Arabia\" star released the 2nd volume of his memoir \"Loitering With Intent\"", "value": "$200", - "answer": "Peter O\\' Toole", + "answer": "Peter O' Toole", "round": "Jeopardy!", "show_number": "3027", "fullAnswer": "Peter O\\' Toole" @@ -1309974,7 +1243874,7 @@ "air_date": "1997-10-28", "question": "This Thomas Wolfe title proved sadly prophetic; it was published posthumously", "value": "$500", - "answer": "You Can\\'t Go Home Again", + "answer": "You Can't Go Home Again", "round": "Jeopardy!", "show_number": "3027", "fullAnswer": "You Can\\'t Go Home Again" @@ -1311029,26 +1244929,6 @@ "show_number": "6232", "fullAnswer": "I.M. Pei" }, - { - "category": "HEADS OR TAILS", - "air_date": "2011-10-25", - "question": "Seen here, the satanic leaf-tailed this won't save you 15% on your car insurance", - "value": "$600", - "answer": "gecko", - "round": "Jeopardy!", - "show_number": "6232", - "fullAnswer": "gecko" - }, - { - "category": "CAR TALK", - "air_date": "2011-10-25", - "question": "(Kelly of the Clue Crew shows a diagram of car brakes on the monitor.) If your brakes squeal, it may indicate that these parts the engage the rotors are wearing thin & should be replaced", - "value": "$800", - "answer": "brake pads", - "round": "Jeopardy!", - "show_number": "6232", - "fullAnswer": "the brake pads" - }, { "category": "LIBROS EN ESPAÑOL", "air_date": "2011-10-25", @@ -1311149,16 +1245029,6 @@ "show_number": "6232", "fullAnswer": "(Ansel) Adams" }, - { - "category": "HEADS OR TAILS", - "air_date": "2011-10-25", - "question": "Follow your nose to go pro & name this type of monkey seen here, a surprisingly good swimmer", - "value": "$1000", - "answer": "proboscis", - "round": "Jeopardy!", - "show_number": "6232", - "fullAnswer": "proboscis" - }, { "category": "WORLD GEOGRAPHY", "air_date": "2011-10-25", @@ -1311169,16 +1245039,6 @@ "show_number": "6232", "fullAnswer": "Algiers" }, - { - "category": "IF YOU CAN READ THIS...", - "air_date": "2011-10-25", - "question": "If you can read this, you're a genius like this Italian born in 1452 who made notes in mirror writing", - "value": "$400", - "answer": "da Vinci", - "round": "Double Jeopardy!", - "show_number": "6232", - "fullAnswer": "da Vinci" - }, { "category": "BIG BIRTHER", "air_date": "2011-10-25", @@ -1311229,16 +1245089,6 @@ "show_number": "6232", "fullAnswer": "the Philippines" }, - { - "category": "IF YOU CAN READ THIS...", - "air_date": "2011-10-25", - "question": "If you can read this, you're the only one in the world who can decipher Rongorongo, a script from this island, 2,200 miles off Chile", - "value": "$800", - "answer": "Easter Island", - "round": "Double Jeopardy!", - "show_number": "6232", - "fullAnswer": "Easter Island" - }, { "category": "BIG BIRTHER", "air_date": "2011-10-25", @@ -1311289,16 +1245139,6 @@ "show_number": "6232", "fullAnswer": "Sicily" }, - { - "category": "IF YOU CAN READ THIS...", - "air_date": "2011-10-25", - "question": "...you could transcribe the dictation from the Pitman system of this", - "value": "$1200", - "answer": "shorthand", - "round": "Double Jeopardy!", - "show_number": "6232", - "fullAnswer": "shorthand" - }, { "category": "BIG BIRTHER", "air_date": "2011-10-25", @@ -1311349,16 +1245189,6 @@ "show_number": "6232", "fullAnswer": "the Caribbean" }, - { - "category": "IF YOU CAN READ THIS...", - "air_date": "2011-10-25", - "question": "If you can read this, you know this ancient language of the Bhagavad Gita, but may have trouble keeping up your conversation skills", - "value": "$3,000", - "answer": "Sanskrit", - "round": "Double Jeopardy!", - "show_number": "6232", - "fullAnswer": "Sanskrit" - }, { "category": "BIG BIRTHER", "air_date": "2011-10-25", @@ -1311409,16 +1245239,6 @@ "show_number": "6232", "fullAnswer": "Lebanon" }, - { - "category": "IF YOU CAN READ THIS...", - "air_date": "2011-10-25", - "question": "If you can read this, you can read chapter 3 of the Old Testament book of this man, in the original Aramaic; the first word is \"Nebuchadnezzar\"", - "value": "$2000", - "answer": "Daniel", - "round": "Double Jeopardy!", - "show_number": "6232", - "fullAnswer": "Daniel" - }, { "category": "BIG BIRTHER", "air_date": "2011-10-25", @@ -1311429,16 +1245249,6 @@ "show_number": "6232", "fullAnswer": "caesarean section" }, - { - "category": "BRUCE ALMIGHTY", - "air_date": "2011-10-25", - "question": "I'll confess that this \"Burn Notice\" actor seen here has a killer chin", - "value": "$2000", - "answer": "Bruce Campbell", - "round": "Double Jeopardy!", - "show_number": "6232", - "fullAnswer": "Bruce Campbell" - }, { "category": "CLASSIC GAMES", "air_date": "2011-10-25", @@ -1311494,7 +1245304,7 @@ "air_date": "2006-10-30", "question": "For his \"Super Size Me\" documentary, Morgan Spurlock gorged himself on 3 meals a day at this chain for 30 days straight", "value": "$200", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "5091", "fullAnswer": "McDonald\\'s" @@ -1311724,7 +1245534,7 @@ "air_date": "2006-10-30", "question": "Deposed in 1893, she was the last royal ruler of Hawaii", "value": "$1000", - "answer": "Lili\\'uokalani", + "answer": "Lili'uokalani", "round": "Jeopardy!", "show_number": "5091", "fullAnswer": "Lili\\'uokalani" @@ -1311749,16 +1245559,6 @@ "show_number": "5091", "fullAnswer": "a nugget" }, - { - "category": "WELCOME TO OMAHA", - "air_date": "2006-10-30", - "question": "(Sarah of the Clue Crew delivers the clue from a scenic fountain in Omaha, NE.) It opened in downtown Omaha in 1917 with 3 lads in juvenile court & 2 homeless newsies; it's now on 900 acres near the city", - "value": "$400", - "answer": "Boys Town", - "round": "Double Jeopardy!", - "show_number": "5091", - "fullAnswer": "(Girls and) Boys Town" - }, { "category": "BEST SCREENPLAY OSCARS", "air_date": "2006-10-30", @@ -1311839,16 +1245639,6 @@ "show_number": "5091", "fullAnswer": "Wagner" }, - { - "category": "\"C\"OLLEGES & UNIVERSITIES", - "air_date": "2006-10-30", - "question": "The logo for this Ivy League school is seen here", - "value": "$800", - "answer": "Columbia", - "round": "Double Jeopardy!", - "show_number": "5091", - "fullAnswer": "Columbia" - }, { "category": "CABINET CLEANING", "air_date": "2006-10-30", @@ -1311869,16 +1245659,6 @@ "show_number": "5091", "fullAnswer": "a kayak" }, - { - "category": "WELCOME TO OMAHA", - "air_date": "2006-10-30", - "question": "(Sarah of the Clue Crew delivers the clue from in front of an Omaha museum.) In 1865 the first spike of this railroad was driven in Omaha; in 1869 it became part of the transcontinental system", - "value": "$1200", - "answer": "Union Pacific", - "round": "Double Jeopardy!", - "show_number": "5091", - "fullAnswer": "the Union Pacific" - }, { "category": "BEST SCREENPLAY OSCARS", "air_date": "2006-10-30", @@ -1311889,16 +1245669,6 @@ "show_number": "5091", "fullAnswer": "Fargo" }, - { - "category": "OPERA", - "air_date": "2006-10-30", - "question": "Heard here in a Gluck opera, this mythological character is lamenting the loss of his beloved", - "value": "$1200", - "answer": "Orpheus", - "round": "Double Jeopardy!", - "show_number": "5091", - "fullAnswer": "Orpheus" - }, { "category": "\"C\"OLLEGES & UNIVERSITIES", "air_date": "2006-10-30", @@ -1311989,16 +1245759,6 @@ "show_number": "5091", "fullAnswer": "ceramic" }, - { - "category": "WELCOME TO OMAHA", - "air_date": "2006-10-30", - "question": "(Kelly of the Clue Crew delivers the clue from behind the \"bamboo curtain\" in Lied Jungle.) Omaha's renowned zoo includes the Lied Jungle, one of the world's largest one of these vanishing ecosystems", - "value": "$2000", - "answer": "rainforest", - "round": "Double Jeopardy!", - "show_number": "5091", - "fullAnswer": "a rainforest" - }, { "category": "BEST SCREENPLAY OSCARS", "air_date": "2006-10-30", @@ -1312159,16 +1245919,6 @@ "show_number": "4907", "fullAnswer": "Bulgaria" }, - { - "category": "TEA TIME", - "air_date": "2006-01-03", - "question": "(Kelly of the Clue Crew dumps her tea and pours a fresh cup of water from the kettle.) Pour off the hot water after 30 seconds of steeping & replace it, if you prefer your tea without this chemical", - "value": "$400", - "answer": "caffeine", - "round": "Jeopardy!", - "show_number": "4907", - "fullAnswer": "caffeine" - }, { "category": "EVERYTHING FROM A TO X", "air_date": "2006-01-03", @@ -1312434,7 +1246184,7 @@ "air_date": "2006-01-03", "question": "Tom Jones purr-fectly crooned this 1965 Top 5 hit", "value": "$800", - "answer": "What\\'s New Pussycat?", + "answer": "What's New Pussycat?", "round": "Double Jeopardy!", "show_number": "4907", "fullAnswer": "\"What\\'s New Pussycat?\"" @@ -1312494,7 +1246244,7 @@ "air_date": "2006-01-03", "question": "1987 Madonna tune that was No. 1 & 1987 Madonna movie that wasn't quite as popular", "value": "$1200", - "answer": "Who\\'s That Girl", + "answer": "Who's That Girl", "round": "Double Jeopardy!", "show_number": "4907", "fullAnswer": "\"Who\\'s That Girl\"" @@ -1312509,16 +1246259,6 @@ "show_number": "4907", "fullAnswer": "Lux" }, - { - "category": "PLAYWRIGHTS & ACTRESSES", - "air_date": "2006-01-03", - "question": "(Edward Albee reads the clue.) I once hoped that this woman would star in the film version of \"Who's Afraid of Virginia Woolf?\"; her famous line \"What a dump!\" is quoted in my play", - "value": "$2,000", - "answer": "Bette Davis", - "round": "Double Jeopardy!", - "show_number": "4907", - "fullAnswer": "Bette Davis" - }, { "category": "AN ATTEMPT AT ALLITERATION", "air_date": "2006-01-03", @@ -1312614,21 +1246354,11 @@ "air_date": "2006-01-03", "question": "Ray Charles wondered (repeatedly) about words he spoke to his \"baby\" in this 1959 tune", "value": "$2000", - "answer": "What\\'d I Say", + "answer": "What'd I Say", "round": "Double Jeopardy!", "show_number": "4907", "fullAnswer": "\"What\\'d I Say\"" }, - { - "category": "SOAP DISH", - "air_date": "2006-01-03", - "question": "The original transparent soap, this fruity British brand long used the painting seen here in its advertising", - "value": "$2000", - "answer": "Pears", - "round": "Double Jeopardy!", - "show_number": "4907", - "fullAnswer": "Pears" - }, { "category": "PLAYWRIGHTS & ACTRESSES", "air_date": "2006-01-03", @@ -1312719,16 +1246449,6 @@ "show_number": "4736", "fullAnswer": "a whip" }, - { - "category": "SKI", - "air_date": "2005-03-21", - "question": "(Cheryl of the Clue Crew shuffles uphill on skis in Park City, UT.) As well as a suit pattern, it's a technique of climbing a hill by pointing your skis outward", - "value": "$200", - "answer": "herringbone", - "round": "Jeopardy!", - "show_number": "4736", - "fullAnswer": "herringbone" - }, { "category": "NATIONAL HISTORIC SITES", "air_date": "2005-03-21", @@ -1312804,7 +1246524,7 @@ "air_date": "2005-03-21", "question": "A menorah is the symbol of this international organization founded in 1843", "value": "$600", - "answer": "B\\'nai B\\'rith", + "answer": "B'nai B'rith", "round": "Jeopardy!", "show_number": "4736", "fullAnswer": "B\\'nai B\\'rith" @@ -1312959,16 +1246679,6 @@ "show_number": "4736", "fullAnswer": "club" }, - { - "category": "SKI", - "air_date": "2005-03-21", - "question": "(Cheryl of the Clue Crew skids to a stop on skis in Park City, UT.) Introduced in 1868, this turn that ski jumpers use to stop is named for what Norway's capital was then called", - "value": "$1000", - "answer": "christiania", - "round": "Jeopardy!", - "show_number": "4736", - "fullAnswer": "christiania" - }, { "category": "THEOLOGIANS", "air_date": "2005-03-21", @@ -1313044,7 +1246754,7 @@ "air_date": "2005-03-21", "question": "This song about precipitation won Burt Bacharach & Hal David a 1969 Oscar", "value": "$800", - "answer": "Raindrops Keep Fallin\\' On My Head", + "answer": "Raindrops Keep Fallin' On My Head", "round": "Double Jeopardy!", "show_number": "4736", "fullAnswer": "\"Raindrops Keep Fallin\\' On My Head\"" @@ -1313079,16 +1246789,6 @@ "show_number": "4736", "fullAnswer": "Dewey" }, - { - "category": "-SKI", - "air_date": "2005-03-21", - "question": "Part of Korczak Ziolkowski's family is seen here with a model of his huge statue of this Indian leader", - "value": "$800", - "answer": "Crazy Horse", - "round": "Double Jeopardy!", - "show_number": "4736", - "fullAnswer": "Crazy Horse" - }, { "category": "THEOLOGIANS", "air_date": "2005-03-21", @@ -1313224,7 +1246924,7 @@ "air_date": "2005-03-21", "question": "It isn't hard to name this song from \"Nashville\" that won Keith Carradine an Oscar", "value": "$2000", - "answer": "I\\'m Easy", + "answer": "I'm Easy", "round": "Double Jeopardy!", "show_number": "4736", "fullAnswer": "\"I\\'m Easy\"" @@ -1313259,16 +1246959,6 @@ "show_number": "4736", "fullAnswer": "Hayes" }, - { - "category": "-SKI", - "air_date": "2005-03-21", - "question": "He's the early 20th century prime minister seen here", - "value": "$2000", - "answer": "Paderewski", - "round": "Double Jeopardy!", - "show_number": "4736", - "fullAnswer": "Paderewski" - }, { "category": "WORLD FACTS", "air_date": "2005-03-21", @@ -1313434,7 +1247124,7 @@ "air_date": "1999-02-16", "question": "This Pierce Brosnan vehicle preceded the similar disaster film \"Volcano\" in 1997", "value": "$300", - "answer": "Dante\\'s Peak", + "answer": "Dante's Peak", "round": "Jeopardy!", "show_number": "3332", "fullAnswer": "Dante\\'s Peak" @@ -1313794,7 +1247484,7 @@ "air_date": "1999-02-16", "question": "Mary Tyler Moore stepped lightly as Holly Golightly in a short-lived musical based on this short novel", "value": "$800", - "answer": "Breakfast At Tiffany\\'s", + "answer": "Breakfast At Tiffany's", "round": "Double Jeopardy!", "show_number": "3332", "fullAnswer": "Breakfast At Tiffany\\'s" @@ -1314009,16 +1247699,6 @@ "show_number": "2989", "fullAnswer": "Die" }, - { - "category": "TELEVISION", - "air_date": "1997-09-04", - "question": "(Hi, I'm Chris Hardwick.) In 1985 MTV launched this sister channel to play adult contemporary & soft-rock videos for an older generation", - "value": "$500", - "answer": "VH1", - "round": "Jeopardy!", - "show_number": "2989", - "fullAnswer": "VH1" - }, { "category": "FRUITS & VEGETABLES", "air_date": "1997-09-04", @@ -1314289,16 +1247969,6 @@ "show_number": "2989", "fullAnswer": "the Indians" }, - { - "category": "\"ITZ\" AT THE END", - "air_date": "1997-09-04", - "question": "(AUDIO Daily Double):
Song title that follows the line heard here:
\"If you're blue and you don't know where to go to why don't you go where fashion sits....\"", - "value": "$2,000", - "answer": "Puttin\\' On The Ritz", - "round": "Double Jeopardy!", - "show_number": "2989", - "fullAnswer": "\"Puttin\\' On The Ritz\"" - }, { "category": "TINSELTOWN TERMS", "air_date": "1997-09-04", @@ -1314499,16 +1248169,6 @@ "show_number": "4972", "fullAnswer": "Pride and Prejudice" }, - { - "category": "SESAME STREET EATS", - "air_date": "2006-04-04", - "question": "(Alex chats with Elmo on Sesame Street.)
\"Elmo, did you know that kiwis are an excellent source of vitamin C, which is also known as this acid?\"
\"Well, Elmo love kiwis!\"
\"Good!\"
", - "value": "$200", - "answer": "ascorbic acid", - "round": "Jeopardy!", - "show_number": "4972", - "fullAnswer": "ascorbic acid" - }, { "category": "WHO'S CRYING NOW?", "air_date": "2006-04-04", @@ -1314559,16 +1248219,6 @@ "show_number": "4972", "fullAnswer": "a Shopaholic" }, - { - "category": "SESAME STREET EATS", - "air_date": "2006-04-04", - "question": "(Alex visits Oscar the Grouch's aluminum abode on Sesame Street.)
\"You know what, Oscar? On my pizza, I'm one of those people who really likes this calcium-rich herring relative. What about you?\"
\"Well, I like 'em in my milkshakes.\"
\"What? You're not serious.\"
\"Heh heh.\"
", - "value": "$400", - "answer": "anchovies", - "round": "Jeopardy!", - "show_number": "4972", - "fullAnswer": "anchovies" - }, { "category": "WHO'S CRYING NOW?", "air_date": "2006-04-04", @@ -1314619,16 +1248269,6 @@ "show_number": "4972", "fullAnswer": "a Bridesmaid" }, - { - "category": "SESAME STREET EATS", - "air_date": "2006-04-04", - "question": "(Alex habla con Rosita en Sesame Street.)
\"Rosita is very familiar with this word, naranja.\"
\"And Alex knows that naranja means this.\"
", - "value": "$600", - "answer": "orange", - "round": "Jeopardy!", - "show_number": "4972", - "fullAnswer": "orange" - }, { "category": "WHO'S CRYING NOW?", "air_date": "2006-04-04", @@ -1314679,16 +1248319,6 @@ "show_number": "4972", "fullAnswer": "Al Gore" }, - { - "category": "SESAME STREET EATS", - "air_date": "2006-04-04", - "question": "(This next clue is brought to you by the letter P.)
\"Hey, Big Bird, isn't it true that good nutrition is one of the special themes on 'Sesame Street' this year?\"
\"Oh, yes, it is, & did you know that eggs are incredibly rich in this?\"
[Alex opens the egg carton, to the eggs' delight.]
\"Yayyy! Yayyy!\"
\"Quiet, you guys, quiet!\"
", - "value": "$800", - "answer": "protein", - "round": "Jeopardy!", - "show_number": "4972", - "fullAnswer": "protein" - }, { "category": "WHO'S CRYING NOW?", "air_date": "2006-04-04", @@ -1314739,16 +1248369,6 @@ "show_number": "4972", "fullAnswer": "Sex and the City" }, - { - "category": "SESAME STREET EATS", - "air_date": "2006-04-04", - "question": "(Alex visits Oscar once more.)
\"You know, Trebek, I don't know why people throw away perfectly good apple peels.\"
\"I don't either, Oscar, because they're a great source of this material, also called bulk, which is really needed for digestion.\"
\"Hmm.\"
", - "value": "$1000", - "answer": "fiber", - "round": "Jeopardy!", - "show_number": "4972", - "fullAnswer": "fiber" - }, { "category": "WHO'S CRYING NOW?", "air_date": "2006-04-04", @@ -1314839,16 +1248459,6 @@ "show_number": "4972", "fullAnswer": "malaria" }, - { - "category": "GETTING ATTACHED", - "air_date": "2006-04-04", - "question": "(Jimmy of the Clue Crew reports from horseback in Grand Teton Nat'l Park, Wyoming.) On the Western saddle, a cowboy can attach his lariat to the high one of these parts, also called the horn", - "value": "$800", - "answer": "pommel", - "round": "Double Jeopardy!", - "show_number": "4972", - "fullAnswer": "a pommel" - }, { "category": "OPERA", "air_date": "2006-04-04", @@ -1314889,16 +1248499,6 @@ "show_number": "4972", "fullAnswer": "a gorilla" }, - { - "category": "\"M\"EDICINE", - "air_date": "2006-04-04", - "question": "(Cheryl of the Clue Crew reports from a laboratory at NC State University in Raleigh, NC.) An artificial retina developed with the aid of North Carolina State University engineers may cure this type of degeneration named for a spot at the center of a retina", - "value": "$1200", - "answer": "macular", - "round": "Double Jeopardy!", - "show_number": "4972", - "fullAnswer": "macular" - }, { "category": "GETTING ATTACHED", "air_date": "2006-04-04", @@ -1315209,16 +1248809,6 @@ "show_number": "5054", "fullAnswer": "Tom Thumb" }, - { - "category": "BEAR STUFF", - "air_date": "2006-07-27", - "question": "American Greetings turned these into a card line, a stuffed animal line & an animated film series", - "value": "$600", - "answer": "Care Bears", - "round": "Jeopardy!", - "show_number": "5054", - "fullAnswer": "the Care Bears" - }, { "category": "THE 2005 GREENSBORO MAYORAL RACE", "air_date": "2006-07-27", @@ -1315274,7 +1248864,7 @@ "air_date": "2006-07-27", "question": "Subject of a 1930s novelty song; in 1993 9,750 bears & their owners attended one set up in New Zealand", "value": "$1,000", - "answer": "teddy bear\\'s picnic", + "answer": "teddy bear's picnic", "round": "Jeopardy!", "show_number": "5054", "fullAnswer": "teddy bear\\'s picnic" @@ -1315439,16 +1249029,6 @@ "show_number": "5054", "fullAnswer": "Ethiopia" }, - { - "category": "BODIES OF WATER", - "air_date": "2006-07-27", - "question": "(Jon of the Clue Crew gives the clue from Oregon.) On October 16, 1805, Lewis & Clark reached this river--the final water link to take them to the Pacific", - "value": "$800", - "answer": "Columbia", - "round": "Double Jeopardy!", - "show_number": "5054", - "fullAnswer": "the Columbia" - }, { "category": "SPORTS ILLUSTRATED SPORTSMAN OF THE YEAR", "air_date": "2006-07-27", @@ -1315519,16 +1249099,6 @@ "show_number": "5054", "fullAnswer": "the Red Sox" }, - { - "category": "MUSIC", - "air_date": "2006-07-27", - "question": "Da gamba, or \"for the leg\", follows this in the name of the instrument seen here", - "value": "$1200", - "answer": "viola", - "round": "Double Jeopardy!", - "show_number": "5054", - "fullAnswer": "viola" - }, { "category": "ALLITERATIVE FILL IN THE BLANK", "air_date": "2006-07-27", @@ -1315874,7 +1249444,7 @@ "air_date": "2001-10-26", "question": "\"40 years ago, certain persons went up to Laputa...and...came back with a very little smattering in mathematics\"", "value": "$400", - "answer": "Gulliver\\'s Travels", + "answer": "Gulliver's Travels", "round": "Jeopardy!", "show_number": "3945", "fullAnswer": "Gulliver\\'s Travels" @@ -1316624,7 +1250194,7 @@ "air_date": "2009-01-06", "question": "\"T.P.P. \"
by John Bunyan", "value": "$400", - "answer": "Pilgrim\\'s Progress", + "answer": "Pilgrim's Progress", "round": "Double Jeopardy!", "show_number": "5602", "fullAnswer": "The Pilgrim\\'s Progress" @@ -1316639,16 +1250209,6 @@ "show_number": "5602", "fullAnswer": "Monty Python" }, - { - "category": "HOPE YOU STAYED AWAKE IN MATH", - "air_date": "2009-01-06", - "question": "(Kelly of the Clue Crew indicates a right triangle on the monitor.) It's the sum of angles B & C", - "value": "$400", - "answer": "90 degrees", - "round": "Double Jeopardy!", - "show_number": "5602", - "fullAnswer": "90 degrees" - }, { "category": "10-, 11- & 12-LETTER WORDS", "air_date": "2009-01-06", @@ -1316759,16 +1250319,6 @@ "show_number": "5602", "fullAnswer": "Jesus" }, - { - "category": "HOPE YOU STAYED AWAKE IN MATH", - "air_date": "2009-01-06", - "question": "(Jimmy of the Clue Crew indicates an equation on the monitor.) It's the more familiar way to express this equation", - "value": "$1200", - "answer": "E=mc2", - "round": "Double Jeopardy!", - "show_number": "5602", - "fullAnswer": "E=mc2" - }, { "category": "10-, 11- & 12-LETTER WORDS", "air_date": "2009-01-06", @@ -1316879,16 +1250429,6 @@ "show_number": "5602", "fullAnswer": "spim" }, - { - "category": "HOPE YOU STAYED AWAKE IN MATH", - "air_date": "2009-01-06", - "question": "(Jon of the Clue Crew shows a graph on the monitor.) If a line's slope equals 3, \"X\" equals 1 and \"B\" equals 1, then \"Y\" equals this", - "value": "$2000", - "answer": "4", - "round": "Double Jeopardy!", - "show_number": "5602", - "fullAnswer": "4" - }, { "category": "10-, 11- & 12-LETTER WORDS", "air_date": "2009-01-06", @@ -1316969,16 +1250509,6 @@ "show_number": "5012", "fullAnswer": "hatred" }, - { - "category": "WELCOME TO DENVER", - "air_date": "2006-05-30", - "question": "Located at 1340 Pennsylvania Street, the house of this storied Titanic survivor is preserved as it was in 1910", - "value": "$1,000", - "answer": "Molly Brown", - "round": "Jeopardy!", - "show_number": "5012", - "fullAnswer": "Molly Brown" - }, { "category": "COLORFUL ROCK", "air_date": "2006-05-30", @@ -1317029,16 +1250559,6 @@ "show_number": "5012", "fullAnswer": "bridle" }, - { - "category": "WELCOME TO DENVER", - "air_date": "2006-05-30", - "question": "The Kirkland Museum has examples of many decorative styles including this one, named for two types of handiwork", - "value": "$600", - "answer": "arts & crafts", - "round": "Jeopardy!", - "show_number": "5012", - "fullAnswer": "arts & crafts" - }, { "category": "COLORFUL ROCK", "air_date": "2006-05-30", @@ -1317059,16 +1250579,6 @@ "show_number": "5012", "fullAnswer": "a physician" }, - { - "category": "WEAPONS", - "air_date": "2006-05-30", - "question": "(Jon of the Clue Crew reads from a field.) For defense & hunting, Lewis & Clark used this type of gun; named from the Latin for \"little fly\", it was one of the English words Indians knew", - "value": "$600", - "answer": "musket", - "round": "Jeopardy!", - "show_number": "5012", - "fullAnswer": "a musket" - }, { "category": "EMERSON, LAKE & PALMER", "air_date": "2006-05-30", @@ -1317409,16 +1250919,6 @@ "show_number": "5012", "fullAnswer": "(Antonin) Dvorak" }, - { - "category": "MEMORABLE ROLES", - "air_date": "2006-05-30", - "question": "1994:
Lieutenant Dan Taylor", - "value": "$1600", - "answer": "Gary Sinise", - "round": "Double Jeopardy!", - "show_number": "5012", - "fullAnswer": "Gary Sinise" - }, { "category": "SHERMANS", "air_date": "2006-05-30", @@ -1317554,7 +1251054,7 @@ "air_date": "2011-02-14", "question": "Disneyland opens & the peace symbol is created", "value": "$200", - "answer": "\\'50s", + "answer": "'50s", "round": "Jeopardy!", "show_number": "6086", "fullAnswer": "the \\'50s" @@ -1317654,7 +1251154,7 @@ "air_date": "2011-02-14", "question": "\"Bang bang\" his \"silver hammer came down upon her head\"", "value": "$600", - "answer": "Maxwell\\'s silver hammer", + "answer": "Maxwell's silver hammer", "round": "Jeopardy!", "show_number": "6086", "fullAnswer": "Maxwell\\'s silver hammer" @@ -1317784,7 +1251284,7 @@ "air_date": "2011-02-14", "question": "It was the anatomical oddity of U.S. gymnast George Eyser, who won a gold medal on the parallel bars in 1904", "value": "$1000", - "answer": "he\\'s missing a leg", + "answer": "he's missing a leg", "round": "Jeopardy!", "show_number": "6086", "fullAnswer": "he\\'s missing a leg" @@ -1317994,7 +1251494,7 @@ "air_date": "1988-01-12", "question": "\"Paradise's Portal\"", "value": "$300", - "answer": "Heaven\\'s Gate", + "answer": "Heaven's Gate", "round": "Jeopardy!", "show_number": "777", "fullAnswer": "Heaven\\'s Gate" @@ -1318089,16 +1251589,6 @@ "show_number": "777", "fullAnswer": "Wyoming" }, - { - "category": "ENDS IN \"ABLE\"", - "air_date": "1988-01-12", - "question": "1st \"able\" word in the song that ends with the following:

\"U--\"
\"--made my life complete,\"
\"V--\"
\"--means you're awful sweet... W-X-Y-Z...\"
", - "value": "$500", - "answer": "adorable", - "round": "Jeopardy!", - "show_number": "777", - "fullAnswer": "adorable" - }, { "category": "PEOPLE", "air_date": "1988-01-12", @@ -1318529,16 +1252019,6 @@ "show_number": "5780", "fullAnswer": "Steve Jobs & Steve Wozniak" }, - { - "category": "BRIDGES", - "air_date": "2009-10-30", - "question": "(Jimmy of the Clue Crew shows an architectural rendering on the monitor.) During construction, you can see the free arm bridge decks, from which this type of bridge gets its name, are anchored at one end, supported by piers & meet in the middle", - "value": "$600", - "answer": "cantilever bridge", - "round": "Jeopardy!", - "show_number": "5780", - "fullAnswer": "a cantilever bridge" - }, { "category": "BROTHERHOOD & SISTERHOOD", "air_date": "2009-10-30", @@ -1318629,16 +1252109,6 @@ "show_number": "5780", "fullAnswer": "Tori Spelling" }, - { - "category": "TUNE \"IN\"", - "air_date": "2009-10-30", - "question": "The name of this type of cat seen here suggests that it originated in Africa", - "value": "$800", - "answer": "Abyssinian", - "round": "Jeopardy!", - "show_number": "5780", - "fullAnswer": "an Abyssinian" - }, { "category": "DROP OUT", "air_date": "2009-10-30", @@ -1318649,16 +1252119,6 @@ "show_number": "5780", "fullAnswer": "(John Jacob) Astor" }, - { - "category": "BRIDGES", - "air_date": "2009-10-30", - "question": "(Jimmy of the Clue Crew shows an architectural rendering on the monitor.) Built so that cars can drive over them or through them, the bridge structures here are named for these support triangles that provide rigidity", - "value": "$1000", - "answer": "trusses", - "round": "Jeopardy!", - "show_number": "5780", - "fullAnswer": "trusses" - }, { "category": "MILITARY DUDES", "air_date": "2009-10-30", @@ -1318749,16 +1252209,6 @@ "show_number": "5780", "fullAnswer": "wood" }, - { - "category": "THE SHAKESPEAREAN ROOM", - "air_date": "2009-10-30", - "question": "(Wolf Blitzer delivers the clue from the Shakespearean Room.) Confrontation at Elsinore Castle. Laertes wishes vengeance for his father's death in this play, & the King says yes to those demands", - "value": "$400", - "answer": "Hamlet", - "round": "Double Jeopardy!", - "show_number": "5780", - "fullAnswer": "Hamlet" - }, { "category": "SCIENCE", "air_date": "2009-10-30", @@ -1318799,16 +1252249,6 @@ "show_number": "5780", "fullAnswer": "(Gilbert) Stuart" }, - { - "category": "THE SHAKESPEAREAN ROOM", - "air_date": "2009-10-30", - "question": "(Wolf Blitzer delivers the clue from the Shakespearean Room.) Accusations of anti-semitism were raised today by this usurer, adding Antonio called him \"a cut-throat dog\"", - "value": "$800", - "answer": "Shylock", - "round": "Double Jeopardy!", - "show_number": "5780", - "fullAnswer": "Shylock" - }, { "category": "SCIENCE", "air_date": "2009-10-30", @@ -1318859,16 +1252299,6 @@ "show_number": "5780", "fullAnswer": "Realism" }, - { - "category": "THE SHAKESPEAREAN ROOM", - "air_date": "2009-10-30", - "question": "(Wolf Blitzer delivers the clue from the Shakespearean Room.) Suicide on the \"Julius Caesar\" battlefield! Reports say Strato hold his sword, quote, \"while I do run upon it\"", - "value": "$1200", - "answer": "Brutus", - "round": "Double Jeopardy!", - "show_number": "5780", - "fullAnswer": "Brutus" - }, { "category": "SCIENCE", "air_date": "2009-10-30", @@ -1318919,16 +1252349,6 @@ "show_number": "5780", "fullAnswer": "Ignatius Loyola" }, - { - "category": "THE SHAKESPEAREAN ROOM", - "air_date": "2009-10-30", - "question": "(Wolf Blitzer delivers the clue from the Shakespearean Room.) Tragedy at sea, as the King of Naples' ship sinks at the beginning of this play, Gonzalo was said to remain calm", - "value": "$1600", - "answer": "Tempest", - "round": "Double Jeopardy!", - "show_number": "5780", - "fullAnswer": "The Tempest" - }, { "category": "SCIENCE", "air_date": "2009-10-30", @@ -1318979,16 +1252399,6 @@ "show_number": "5780", "fullAnswer": "frottage" }, - { - "category": "THE SHAKESPEAREAN ROOM", - "air_date": "2009-10-30", - "question": "(Wolf Blitzer delivers the clue from the Shakespearean Room.) Breaking news... decapitation & regicide in Scotland! Macbeth is dead, & Macduff hails this man as the new king!", - "value": "$2,000", - "answer": "Malcolm", - "round": "Double Jeopardy!", - "show_number": "5780", - "fullAnswer": "Malcolm" - }, { "category": "PRESIDENTIAL NAMES", "air_date": "2009-10-30", @@ -1319024,7 +1252434,7 @@ "air_date": "2001-04-23", "question": "Slash & Axl Rose were members of this hard-rockin' L.A. band", "value": "$100", - "answer": "Guns N\\' Roses", + "answer": "Guns N' Roses", "round": "Jeopardy!", "show_number": "3841", "fullAnswer": "Guns N\\' Roses" @@ -1319204,7 +1252614,7 @@ "air_date": "2001-04-23", "question": "In 2000 the \"original\" lineup of this group went on tour -- they've still \"got the beat\"", "value": "$400", - "answer": "Go-Go\\'s", + "answer": "Go-Go's", "round": "Jeopardy!", "show_number": "3841", "fullAnswer": "The Go-Go\\'s" @@ -1319554,7 +1252964,7 @@ "air_date": "2001-04-23", "question": "1959:
\"....and the Little People\"", "value": "$1000", - "answer": "Darby O\\'Gill", + "answer": "Darby O'Gill", "round": "Double Jeopardy!", "show_number": "3841", "fullAnswer": "Darby O\\'Gill" @@ -1319844,7 +1253254,7 @@ "air_date": "2001-06-11", "question": "George & Martha, characters in this Albee play, really let loose on \"My Spouse Is Driving Me Crazy!\"", "value": "$400", - "answer": "Who\\'s Afraid of Virginia Woolf?", + "answer": "Who's Afraid of Virginia Woolf?", "round": "Jeopardy!", "show_number": "3876", "fullAnswer": "Who\\'s Afraid of Virginia Woolf?" @@ -1320344,7 +1253754,7 @@ "air_date": "2007-06-05", "question": "\"And Mamma in her kerchief, and I in my cap, had just settled our brains for a long\" one of these", "value": "$600", - "answer": "winter\\'s nap", + "answer": "winter's nap", "round": "Jeopardy!", "show_number": "5247", "fullAnswer": "winter\\'s nap" @@ -1320369,16 +1253779,6 @@ "show_number": "5247", "fullAnswer": "peanuts" }, - { - "category": "POPULAR SCIENCE BEST OF 2006", - "air_date": "2007-06-05", - "question": "(Jon of the Clue Crew demonstrates near a computer.) With gesture recognition software and a webcam, you can play one of these and actually hear yourself jam", - "value": "$800", - "answer": "air guitar", - "round": "Jeopardy!", - "show_number": "5247", - "fullAnswer": "an air guitar" - }, { "category": "BEST PICTURE OSCAR WINNERS", "air_date": "2007-06-05", @@ -1320444,21 +1253844,11 @@ "air_date": "2007-06-05", "question": "Inmates at the Oregon State Mental Hospital played extras in this 1975 Oscar winner", "value": "$1000", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Jeopardy!", "show_number": "5247", "fullAnswer": "One Flew Over the Cuckoo\\'s Nest" }, - { - "category": "YOU'VE BEEN CONVERTED", - "air_date": "2007-06-05", - "question": "(Jon of the Clue Crew points out a partial formula.)To convert from degrees Celsius to Fahrenheit, multiply the Celsius temperature by 1.8, then add this amount", - "value": "$1000", - "answer": "32", - "round": "Jeopardy!", - "show_number": "5247", - "fullAnswer": "32" - }, { "category": "KIDDY LIT", "air_date": "2007-06-05", @@ -1321014,7 +1254404,7 @@ "air_date": "2001-04-13", "question": "The Reverend Jim Jones led this sect to its ultimate doom", "value": "$400", - "answer": "People\\'s Temple", + "answer": "People's Temple", "round": "Jeopardy!", "show_number": "3835", "fullAnswer": "The People\\'s Temple" @@ -1321384,7 +1254774,7 @@ "air_date": "2001-04-13", "question": "Gabriel Byrne & Cherry Jones co-starred in the 2000 revival of this playwright's \"A Moon for the Misbegotten\"", "value": "$1000", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "3835", "fullAnswer": "Eugene O\\'Neill" @@ -1321459,16 +1254849,6 @@ "show_number": "5608", "fullAnswer": "Oliver Twist" }, - { - "category": "JUST GOING THROUGH A PHRASE", - "air_date": "2009-01-14", - "question": "(Kelly of the Clue Crew reaches unsuccessfully for plastic sipping tubes.)
Having few or no options left", - "value": "$200", - "answer": "grasping at straws", - "round": "Jeopardy!", - "show_number": "5608", - "fullAnswer": "grasping at straws" - }, { "category": "THE 5 PILLARS OF ISLAM", "air_date": "2009-01-14", @@ -1321519,16 +1254899,6 @@ "show_number": "5608", "fullAnswer": "Mutiny on the Bounty" }, - { - "category": "JUST GOING THROUGH A PHRASE", - "air_date": "2009-01-14", - "question": "(Two plates are shown: one with bread on it, one without)
Be thankful for what you've got", - "value": "$400", - "answer": "half a loaf is better than none", - "round": "Jeopardy!", - "show_number": "5608", - "fullAnswer": "half a loaf is better than none" - }, { "category": "THE 5 PILLARS OF ISLAM", "air_date": "2009-01-14", @@ -1321579,16 +1254949,6 @@ "show_number": "5608", "fullAnswer": "Animal Farm" }, - { - "category": "JUST GOING THROUGH A PHRASE", - "air_date": "2009-01-14", - "question": "(Kelly of the Clue Crew has her left arm extended)
Be in the know, in touch with what's going on", - "value": "$600", - "answer": "having your finger on the pulse", - "round": "Jeopardy!", - "show_number": "5608", - "fullAnswer": "having your finger on the pulse" - }, { "category": "THE 5 PILLARS OF ISLAM", "air_date": "2009-01-14", @@ -1321639,16 +1254999,6 @@ "show_number": "5608", "fullAnswer": "The Great Gatsby" }, - { - "category": "JUST GOING THROUGH A PHRASE", - "air_date": "2009-01-14", - "question": "(A balance is shown)
Change the balance, the deciding factor", - "value": "$800", - "answer": "tip the scales", - "round": "Jeopardy!", - "show_number": "5608", - "fullAnswer": "tip the scales" - }, { "category": "THE 5 PILLARS OF ISLAM", "air_date": "2009-01-14", @@ -1321699,16 +1255049,6 @@ "show_number": "5608", "fullAnswer": "Ulysses" }, - { - "category": "JUST GOING THROUGH A PHRASE", - "air_date": "2009-01-14", - "question": "(Many black rocks are shown on a table)
Try every means possible", - "value": "$1000", - "answer": "leave no stone unturned", - "round": "Jeopardy!", - "show_number": "5608", - "fullAnswer": "leave no stone unturned" - }, { "category": "WORLD WAR II", "air_date": "2009-01-14", @@ -1322094,7 +1255434,7 @@ "air_date": "2003-03-31", "question": "\"You bet your sweet bippy!\"", "value": "$400", - "answer": "Rowan & Martin\\'s Laugh-In", + "answer": "Rowan & Martin's Laugh-In", "round": "Jeopardy!", "show_number": "4286", "fullAnswer": "Rowan & Martin\\'s Laugh-In" @@ -1322274,7 +1255614,7 @@ "air_date": "2003-03-31", "question": "\"And now for something completely different\"", "value": "$1000", - "answer": "Monty Python\\'s Flying Circus", + "answer": "Monty Python's Flying Circus", "round": "Jeopardy!", "show_number": "4286", "fullAnswer": "Monty Python\\'s Flying Circus" @@ -1323104,7 +1256444,7 @@ "air_date": "1997-02-11", "question": "Some have deduced it took 120 years to build this & when it was completed only 8 people used it", "value": "$1,500", - "answer": "Noah\\'s Ark", + "answer": "Noah's Ark", "round": "Double Jeopardy!", "show_number": "2872", "fullAnswer": "Noah\\'s Ark" @@ -1323284,7 +1256624,7 @@ "air_date": "2007-10-03", "question": "\"The Crisis\" No. 1 begins, \"These are the times that\" do this", "value": "$200", - "answer": "try men\\'s souls", + "answer": "try men's souls", "round": "Jeopardy!", "show_number": "5303", "fullAnswer": "\"try men\\'s souls\"" @@ -1323364,7 +1256704,7 @@ "air_date": "2007-10-03", "question": "Introduced in 1941, these climate-resistant chocolates were packaged in cardboard tubes for WWII GIs", "value": "$600", - "answer": "M&M\\'s", + "answer": "M&M's", "round": "Jeopardy!", "show_number": "5303", "fullAnswer": "M&M\\'s" @@ -1323629,26 +1256969,6 @@ "show_number": "5303", "fullAnswer": "November" }, - { - "category": "FUN WITH PROBABILITY", - "air_date": "2007-10-03", - "question": "(Sarah of the Clue Crew flips a coin.) The chance of getting heads on any given coin flip is 1 in 2, so the chance of getting heads 5 times in a row is 1 in this", - "value": "$800", - "answer": "32", - "round": "Double Jeopardy!", - "show_number": "5303", - "fullAnswer": "32" - }, - { - "category": "THEATRICAL ANGELS", - "air_date": "2007-10-03", - "question": "(Edward Albee delivers the clue.) In my one-act play \"The Sandbox\", Grandma meets a handsome young man who turns out to be the angel of this", - "value": "$800", - "answer": "death", - "round": "Double Jeopardy!", - "show_number": "5303", - "fullAnswer": "death" - }, { "category": "THE H WITH U", "air_date": "2007-10-03", @@ -1323889,16 +1257209,6 @@ "show_number": "5015", "fullAnswer": "Austria-Hungary" }, - { - "category": "'80s MUSIC", - "air_date": "2006-06-02", - "question": "This band is so special, as heard here

\"Oh, 'cause I /
Gonna make you see...\"
", - "value": "$400", - "answer": "Pretenders", - "round": "Jeopardy!", - "show_number": "5015", - "fullAnswer": "The Pretenders" - }, { "category": "COMMUNICATIONS", "air_date": "2006-06-02", @@ -1324009,16 +1257319,6 @@ "show_number": "5015", "fullAnswer": "Jack London" }, - { - "category": "'80s MUSIC", - "air_date": "2006-06-02", - "question": "Sting wrote this song that was a No. 3 hit for The Police", - "value": "$800", - "answer": "Every Little Thing She Does Is Magic", - "round": "Jeopardy!", - "show_number": "5015", - "fullAnswer": "\"Every Little Thing She Does Is Magic\"" - }, { "category": "COMMUNICATIONS", "air_date": "2006-06-02", @@ -1324104,7 +1257404,7 @@ "air_date": "2006-06-02", "question": "In 1984 this food co. had a Vt.-only stock offering at $10.50 per share; Unilever bought the co. in 2000 for $43.60 per share", "value": "$1000", - "answer": "Ben & Jerry\\'s", + "answer": "Ben & Jerry's", "round": "Jeopardy!", "show_number": "5015", "fullAnswer": "Ben & Jerry\\'s" @@ -1324259,16 +1257559,6 @@ "show_number": "5015", "fullAnswer": "Joe Louis & Max Schmeling" }, - { - "category": "MEASURING DEVICES", - "air_date": "2006-06-02", - "question": "(Jon of the Clue Crew pours a solution into a cylinder in the Jeopardy! science lab.) Marked with intervals for measuring volume, these devices are called this academic type of cylinder", - "value": "$1200", - "answer": "graduated cylinder", - "round": "Double Jeopardy!", - "show_number": "5015", - "fullAnswer": "a graduated cylinder" - }, { "category": "\"SOLE\" TRAIN", "air_date": "2006-06-02", @@ -1324369,16 +1257659,6 @@ "show_number": "5015", "fullAnswer": "Fort-de-France" }, - { - "category": "BOXING BIOPICS", - "air_date": "2006-06-02", - "question": "\"Somebody Up There Likes Me\"", - "value": "$2000", - "answer": "Rocky Graziano", - "round": "Double Jeopardy!", - "show_number": "5015", - "fullAnswer": "Rocky Graziano" - }, { "category": "MEASURING DEVICES", "air_date": "2006-06-02", @@ -1324559,16 +1257839,6 @@ "show_number": "4600", "fullAnswer": "Poe" }, - { - "category": "ANIMATED MOVIES", - "air_date": "2004-09-10", - "question": "(Hi, I’m Clay Aiken.) For my movie song on “American Idol” I sang “Somewhere Out There” from this animated film", - "value": "$600", - "answer": "American Tail", - "round": "Jeopardy!", - "show_number": "4600", - "fullAnswer": "An American Tail" - }, { "category": "THE 20th CENTURY", "air_date": "2004-09-10", @@ -1324594,7 +1257864,7 @@ "air_date": "2004-09-10", "question": "Mattel has set this classic boxing toy in a video game “arena”", "value": "$600", - "answer": "Rock \\'Em Sock \\'Em Robots", + "answer": "Rock 'Em Sock 'Em Robots", "round": "Jeopardy!", "show_number": "4600", "fullAnswer": "Rock \\'Em Sock \\'Em Robots" @@ -1324849,16 +1258119,6 @@ "show_number": "4600", "fullAnswer": "the solstice" }, - { - "category": "RADIO", - "air_date": "2004-09-10", - "question": "Casey Kasem created the long distance one of these & is heard here reading one:

\"This letter comes from a teenager in Washington, D.C. who learned that it's better to give than receive. Here's what she writes: 'Dear Casey...'\"", - "value": "$1200", - "answer": "dedication", - "round": "Double Jeopardy!", - "show_number": "4600", - "fullAnswer": "a dedication" - }, { "category": "MAGAZINES & NEWSPAPERS", "air_date": "2004-09-10", @@ -1324889,16 +1258149,6 @@ "show_number": "4600", "fullAnswer": "plop" }, - { - "category": "@$&!", - "air_date": "2004-09-10", - "question": "(Jimmy of the Clue Crew demonstrates at a chalkboard.) For the way it curls, Germans call our @ sign the Affinschwanz or this part of a monkey", - "value": "$1200", - "answer": "tail", - "round": "Double Jeopardy!", - "show_number": "4600", - "fullAnswer": "the tail" - }, { "category": "ASTRONOMY", "air_date": "2004-09-10", @@ -1324949,16 +1258199,6 @@ "show_number": "4600", "fullAnswer": "the yips" }, - { - "category": "@$&!", - "air_date": "2004-09-10", - "question": "The name of this company, whose symbol is seen here, consists of 3-letters plus an &", - "value": "$1600", - "answer": "AT&T", - "round": "Double Jeopardy!", - "show_number": "4600", - "fullAnswer": "AT&T" - }, { "category": "ASTRONOMY", "air_date": "2004-09-10", @@ -1325009,16 +1258249,6 @@ "show_number": "4600", "fullAnswer": "his pall" }, - { - "category": "@$&!", - "air_date": "2004-09-10", - "question": "(Cheryl of the Clue Crew quizzes us from the chalkboard, which reads, \"10 gal. of paint @ $2.50 per qt.\") It’s the total price in dollars for the shipment I've listed", - "value": "$2000", - "answer": "$100", - "round": "Double Jeopardy!", - "show_number": "4600", - "fullAnswer": "$100" - }, { "category": "PATRON SAINTS", "air_date": "2004-09-10", @@ -1325474,7 +1258704,7 @@ "air_date": "1997-10-13", "question": "At 57th you can gaze in this store's windows as Holly Golightly did at \"breakfast\"", "value": "$800", - "answer": "Tiffany\\'s", + "answer": "Tiffany's", "round": "Double Jeopardy!", "show_number": "3016", "fullAnswer": "Tiffany\\'s" @@ -1325674,7 +1258904,7 @@ "air_date": "1997-07-01", "question": "This band's 1987 album \"Appetite For Destruction\" has sold over 13 million copies", "value": "$200", - "answer": "Guns N\\' Roses", + "answer": "Guns N' Roses", "round": "Jeopardy!", "show_number": "2972", "fullAnswer": "Guns N\\' Roses" @@ -1326264,7 +1259494,7 @@ "air_date": "1998-04-27", "question": "[audio clue]", "value": "$100", - "answer": "Gilligan\\'s Island", + "answer": "Gilligan's Island", "round": "Jeopardy!", "show_number": "3156", "fullAnswer": "Gilligan\\'s Island" @@ -1326764,7 +1259994,7 @@ "air_date": "1998-04-27", "question": "\"Nora! Nora!...empty. She's gone.\"", "value": "$1000", - "answer": "Doll\\'s House", + "answer": "Doll's House", "round": "Double Jeopardy!", "show_number": "3156", "fullAnswer": "A Doll\\'s House" @@ -1326839,16 +1260069,6 @@ "show_number": "6215", "fullAnswer": "a tea party" }, - { - "category": "PROHIBITION", - "air_date": "2011-09-30", - "question": "The scene for prohibition is set with the 1829 inauguration party for this president; it moved outside due to drunken revelry", - "value": "$200", - "answer": "Andrew Jackson", - "round": "Jeopardy!", - "show_number": "6215", - "fullAnswer": "Andrew Jackson" - }, { "category": "BLU-RAYS", "air_date": "2011-09-30", @@ -1326914,7 +1260134,7 @@ "air_date": "2011-09-30", "question": "Nutri-Grain Bars & Rice Krispies Treats", "value": "$600", - "answer": "Kellogg\\'s", + "answer": "Kellogg's", "round": "Jeopardy!", "show_number": "6215", "fullAnswer": "Kellogg\\'s" @@ -1326949,16 +1260169,6 @@ "show_number": "6215", "fullAnswer": "a housewarming" }, - { - "category": "PROHIBITION", - "air_date": "2011-09-30", - "question": "It was not illegal to make wine for home use; beer was a no-no, though, under this act that accompanied prohibition", - "value": "$600", - "answer": "Volstead Act", - "round": "Jeopardy!", - "show_number": "6215", - "fullAnswer": "the Volstead Act" - }, { "category": "BLU-RAYS", "air_date": "2011-09-30", @@ -1327069,16 +1260279,6 @@ "show_number": "6215", "fullAnswer": "The Cocktail Party" }, - { - "category": "PROHIBITION", - "air_date": "2011-09-30", - "question": "This \"Little Flower\" N.Y. rep. (& later mayor) believed that God would disapprove of prohibition

\"And I don't think that he intended the use of grapes to be made into jelly.\"", - "value": "$1000", - "answer": "Fiorello LaGuardia", - "round": "Jeopardy!", - "show_number": "6215", - "fullAnswer": "Fiorello LaGuardia" - }, { "category": "BLUE RAYS", "air_date": "2011-09-30", @@ -1327129,16 +1260329,6 @@ "show_number": "6215", "fullAnswer": "a euphemism" }, - { - "category": "THE U.S. COAST GUARD", - "air_date": "2011-09-30", - "question": "The Jayhawk helicopter can reach 205 miles per hour as one of the Coast Guard's main assets in SAR, \"search and\" this", - "value": "$400", - "answer": "rescue", - "round": "Double Jeopardy!", - "show_number": "6215", - "fullAnswer": "rescue" - }, { "category": "BLUE RAYS", "air_date": "2011-09-30", @@ -1327249,16 +1260439,6 @@ "show_number": "6215", "fullAnswer": "obsolete (or old or antiquated)" }, - { - "category": "THE U.S. COAST GUARD", - "air_date": "2011-09-30", - "question": "One job of a USCG tender is inspecting & replacing buoys, fog signals, lights & other indicators, collectively called aids to this", - "value": "$1200", - "answer": "navigation", - "round": "Double Jeopardy!", - "show_number": "6215", - "fullAnswer": "navigation" - }, { "category": "BLUE RAYS", "air_date": "2011-09-30", @@ -1327349,16 +1260529,6 @@ "show_number": "6215", "fullAnswer": "As I Lay Dying" }, - { - "category": "EXPLOSIVE MUSIC", - "air_date": "2011-09-30", - "question": "It's the \"explosive\" name of the Taio Cruz hit heard here

\"I throw my hands up in the air sometimes /
Saying ay-o /
Gotta let go /
I wanna celebrate...\"
", - "value": "$2000", - "answer": "Dynamite", - "round": "Double Jeopardy!", - "show_number": "6215", - "fullAnswer": "\"Dynamite\"" - }, { "category": "RHETORICALLY SPEAKING", "air_date": "2011-09-30", @@ -1327554,7 +1260724,7 @@ "air_date": "2004-07-19", "question": "The 16-ton weight featured in this '70s comedy series is poised above somebody & ready to...", "value": "$600", - "answer": "Monty Python\\'s Flying Circus", + "answer": "Monty Python's Flying Circus", "round": "Jeopardy!", "show_number": "4591", "fullAnswer": "Monty Python\\'s Flying Circus" @@ -1327619,16 +1260789,6 @@ "show_number": "4591", "fullAnswer": "Cessna" }, - { - "category": "THE \"SKY\" IS FALLING", - "air_date": "2004-07-19", - "question": "European high flyer seen here", - "value": "$800", - "answer": "Skylark", - "round": "Jeopardy!", - "show_number": "4591", - "fullAnswer": "a Skylark" - }, { "category": "DUDE, WHERE'S MY CZAR?", "air_date": "2004-07-19", @@ -1327869,16 +1261029,6 @@ "show_number": "4591", "fullAnswer": "global positioning system" }, - { - "category": "THE STAMP ACT", - "air_date": "2004-07-19", - "question": "Issued in England in 1840, the first postage stamp ever has this colorful nickname", - "value": "$1600", - "answer": "penny black", - "round": "Double Jeopardy!", - "show_number": "4591", - "fullAnswer": "penny black" - }, { "category": "ALL SPORTS", "air_date": "2004-07-19", @@ -1327889,22 +1261039,12 @@ "show_number": "4591", "fullAnswer": "bullfighting" }, - { - "category": "COMPUTER PROGRAMS", - "air_date": "2004-07-19", - "question": "(Cheryl of the Clue Crew drags a mustache back onto Alex.) Introduced in 1990, it's the program I'm using to create an unusual image", - "value": "$1600", - "answer": "Photoshop", - "round": "Double Jeopardy!", - "show_number": "4591", - "fullAnswer": "Photoshop" - }, { "category": "CROSSWORD CLUES \"M\"", "air_date": "2004-07-19", "question": "Palindromic form of address (4)", "value": "$1600", - "answer": "ma\\'am", + "answer": "ma'am", "round": "Double Jeopardy!", "show_number": "4591", "fullAnswer": "ma\\'am" @@ -1327939,16 +1261079,6 @@ "show_number": "4591", "fullAnswer": "bicycles" }, - { - "category": "ALL SPORTS", - "air_date": "2004-07-19", - "question": "(Jimmy of the Clue Crew clutches higher up on a bat.) In baseball, you don't want to do this in the clutch, but it's okay to do it up on the bat", - "value": "$2000", - "answer": "choke", - "round": "Double Jeopardy!", - "show_number": "4591", - "fullAnswer": "choke" - }, { "category": "COMPUTER PROGRAMS", "air_date": "2004-07-19", @@ -1328504,7 +1261634,7 @@ "air_date": "1997-06-04", "question": "Meyerbeer's \"Les Huguenots\" deals with the events around this massacre", "value": "$800", - "answer": "St. Bartholemew\\'s Day Massacre", + "answer": "St. Bartholemew's Day Massacre", "round": "Double Jeopardy!", "show_number": "2953", "fullAnswer": "The St. Bartholemew\\'s Day Massacre" @@ -1328804,7 +1261934,7 @@ "air_date": "2006-01-24", "question": "The only tune he could play was \"Over The Hills And Far Away\", but it \"pleased both the girls and the boys\"", "value": "$800", - "answer": "Tom, Tom, the Piper\\'s Son", + "answer": "Tom, Tom, the Piper's Son", "round": "Jeopardy!", "show_number": "4922", "fullAnswer": "Tom, Tom, the Piper\\'s Son" @@ -1328889,16 +1262019,6 @@ "show_number": "4922", "fullAnswer": "John Edward" }, - { - "category": "GENERAL KNOWLEDGE", - "air_date": "2006-01-24", - "question": "(Kelly of the Clue Crew shows off the bulb from a common desk lamp.) By using this type of gas, like bromine, around a filament, this type of lamp outlasts the incandescent ones", - "value": "$1000", - "answer": "halogen light", - "round": "Jeopardy!", - "show_number": "4922", - "fullAnswer": "a halogen light" - }, { "category": "THE OLD COLLEGE \"TRI\"", "air_date": "2006-01-24", @@ -1329019,16 +1262139,6 @@ "show_number": "4922", "fullAnswer": "(Jonathan) Swift" }, - { - "category": "IT'S NOT T.V.", - "air_date": "2006-01-24", - "question": "Give us this wide receiver's initials, & you've got his nickname", - "value": "$800", - "answer": "T.O. ", - "round": "Double Jeopardy!", - "show_number": "4922", - "fullAnswer": "T.O. (Terrell Owens)" - }, { "category": "ROME", "air_date": "2006-01-24", @@ -1329049,16 +1262159,6 @@ "show_number": "4922", "fullAnswer": "Maria Callas" }, - { - "category": "6 FEET, UNDER", - "air_date": "2006-01-24", - "question": "At 5'4\" tall, he's the shortest president", - "value": "$1200", - "answer": "James Madison", - "round": "Double Jeopardy!", - "show_number": "4922", - "fullAnswer": "James Madison" - }, { "category": "DEADWOOD", "air_date": "2006-01-24", @@ -1329594,7 +1262694,7 @@ "air_date": "1999-11-15", "question": "This Broadway hangout with delicious cheesecake was named for proprietor Leo Lindemann", "value": "$1000", - "answer": "Lindy\\'s", + "answer": "Lindy's", "round": "Double Jeopardy!", "show_number": "3496", "fullAnswer": "Lindy\\'s" @@ -1329954,7 +1263054,7 @@ "air_date": "2001-07-02", "question": "One of Jack's memorable moments is stealing this line from Ed McMahon in \"The Shining\"", "value": "$200", - "answer": "Heeere\\'s Johnny!", + "answer": "Heeere's Johnny!", "round": "Double Jeopardy!", "show_number": "3891", "fullAnswer": "\"Heeere\\'s Johnny!\"" @@ -1330359,16 +1263459,6 @@ "show_number": "5538", "fullAnswer": "60 to 0" }, - { - "category": "AT THE MUSEE D'ORSAY", - "air_date": "2008-10-08", - "question": "He painted dreamy landscapes like the one seen here", - "value": "$600", - "answer": "Rousseau", - "round": "Jeopardy!", - "show_number": "5538", - "fullAnswer": "Rousseau" - }, { "category": "THE 2008 SPORTS ILLUSTRATED FORTUNATE 50", "air_date": "2008-10-08", @@ -1330479,16 +1263569,6 @@ "show_number": "5538", "fullAnswer": "colorblindness" }, - { - "category": "AT THE MUSEE D'ORSAY", - "air_date": "2008-10-08", - "question": "We conclude our tour of the musee with one of the highlights--this Impressionist's \"Jeunes filles au piano\"", - "value": "$1000", - "answer": "Renoir", - "round": "Jeopardy!", - "show_number": "5538", - "fullAnswer": "Renoir" - }, { "category": "THE 2008 SPORTS ILLUSTRATED FORTUNATE 50", "air_date": "2008-10-08", @@ -1330519,16 +1263599,6 @@ "show_number": "5538", "fullAnswer": "(Calvin) Coolidge" }, - { - "category": "\"M\"-BRACE ME", - "air_date": "2008-10-08", - "question": "It's the African-derived percussion instrument heard here", - "value": "$1000", - "answer": "marimba", - "round": "Jeopardy!", - "show_number": "5538", - "fullAnswer": "a marimba" - }, { "category": "HAVE YOU BEEN TESTED?", "air_date": "2008-10-08", @@ -1330559,16 +1263629,6 @@ "show_number": "5538", "fullAnswer": "West Side Story" }, - { - "category": "LET'S MAKE WASHI", - "air_date": "2008-10-08", - "question": "Washi, Japanese hand-molded paper, is made mainly from kozo, this tree that's also a favorite of silkworms", - "value": "$400", - "answer": "mulberry", - "round": "Double Jeopardy!", - "show_number": "5538", - "fullAnswer": "the mulberry" - }, { "category": "ATLANTIS", "air_date": "2008-10-08", @@ -1330679,16 +1263739,6 @@ "show_number": "5538", "fullAnswer": "Spamalot" }, - { - "category": "LET'S MAKE WASHI", - "air_date": "2008-10-08", - "question": "(Cheryl of the Clue Crew delivers the clue from Kyoto, Japan.) Before bark is turned into paper, it must be cropped, stripped, bleached & boiled in this caustic solution also known as sodium hydroxide", - "value": "$1200", - "answer": "lye", - "round": "Double Jeopardy!", - "show_number": "5538", - "fullAnswer": "lye" - }, { "category": "ATLANTIS", "air_date": "2008-10-08", @@ -1330799,16 +1263849,6 @@ "show_number": "5538", "fullAnswer": "Assassins" }, - { - "category": "LET'S MAKE WASHI", - "air_date": "2008-10-08", - "question": "(Jimmy of the Clue Crew delivers the clue from Kyoto, Japan.) The Westernizing period known as this emperor's restoration created greater demand for paper, but also a shift away from traditional washi", - "value": "$2000", - "answer": "Meiji", - "round": "Double Jeopardy!", - "show_number": "5538", - "fullAnswer": "Meiji" - }, { "category": "ATLANTIS", "air_date": "2008-10-08", @@ -1331449,16 +1264489,6 @@ "show_number": "4303", "fullAnswer": "Brunhilde (one of the Valkyries)" }, - { - "category": "FLAGS OF THE WORLD", - "air_date": "2011-03-21", - "question": "(Kelly of the Clue Crew shows a flag on a monitor.) On the flag of Kiribati, the blue & white waves stand for the Pacific Ocean; the rising sun represents this, which straddles the nation", - "value": "$200", - "answer": "Equator", - "round": "Jeopardy!", - "show_number": "6111", - "fullAnswer": "the Equator" - }, { "category": "NETWORKING", "air_date": "2011-03-21", @@ -1331689,16 +1264719,6 @@ "show_number": "6111", "fullAnswer": "the Today show" }, - { - "category": "FLAGS OF THE WORLD", - "air_date": "2011-03-21", - "question": "(Sarah of the Clue Crew shows a flag on a monitor.) In its talons, a bald eagle holds two traditional emblems--a fue, or a flyswitch, & an uatogi, or war club--on the flag of this territory", - "value": "$1000", - "answer": "American Samoa", - "round": "Jeopardy!", - "show_number": "6111", - "fullAnswer": "American Samoa" - }, { "category": "NETWORKING", "air_date": "2011-03-21", @@ -1331769,16 +1264789,6 @@ "show_number": "6111", "fullAnswer": "soccer" }, - { - "category": "AMERICAN FACES", - "air_date": "2011-03-21", - "question": "Here's this Confederate president in full beard, later in life", - "value": "$400", - "answer": "Jefferson Davis", - "round": "Double Jeopardy!", - "show_number": "6111", - "fullAnswer": "Jefferson Davis" - }, { "category": "IT'S \"AH\" FULL", "air_date": "2011-03-21", @@ -1331829,16 +1264839,6 @@ "show_number": "6111", "fullAnswer": "boxing" }, - { - "category": "AMERICAN FACES", - "air_date": "2011-03-21", - "question": "He's the king of the wild frontier, looking rather dapper in the portrait seen here", - "value": "$800", - "answer": "Davy Crockett", - "round": "Double Jeopardy!", - "show_number": "6111", - "fullAnswer": "Davy Crockett" - }, { "category": "IT'S \"AH\" FULL", "air_date": "2011-03-21", @@ -1331849,16 +1264849,6 @@ "show_number": "6111", "fullAnswer": "mahogany" }, - { - "category": "I COME FROM OUTER SPACE", - "air_date": "2011-03-21", - "question": "You named my home galaxy after this--a spinning toy on a stick? How quaint; prepare to be destroyed", - "value": "$800", - "answer": "pinwheel", - "round": "Double Jeopardy!", - "show_number": "6111", - "fullAnswer": "a pinwheel" - }, { "category": "NEIL, EARTHLING", "air_date": "2011-03-21", @@ -1331889,16 +1264879,6 @@ "show_number": "6111", "fullAnswer": "table tennis" }, - { - "category": "AMERICAN FACES", - "air_date": "2011-03-21", - "question": "In 1927, Orville Wright, on the left, came face-to-face with this man, famous in the same field as Orville", - "value": "$1200", - "answer": "Charles Lindbergh", - "round": "Double Jeopardy!", - "show_number": "6111", - "fullAnswer": "Charles Lindbergh" - }, { "category": "IT'S \"AH\" FULL", "air_date": "2011-03-21", @@ -1331949,16 +1264929,6 @@ "show_number": "6111", "fullAnswer": "sumo" }, - { - "category": "AMERICAN FACES", - "air_date": "2011-03-21", - "question": "There was something a little fishy about this treasury secretary & Chief Justice seen here", - "value": "$1600", - "answer": "Chase", - "round": "Double Jeopardy!", - "show_number": "6111", - "fullAnswer": "(Salmon) Chase" - }, { "category": "IT'S \"AH\" FULL", "air_date": "2011-03-21", @@ -1332009,16 +1264979,6 @@ "show_number": "6111", "fullAnswer": "skiing" }, - { - "category": "AMERICAN FACES", - "air_date": "2011-03-21", - "question": "1972 U.S. presidential candidate seen here", - "value": "$2000", - "answer": "Chisholm", - "round": "Double Jeopardy!", - "show_number": "6111", - "fullAnswer": "(Shirley) Chisholm" - }, { "category": "IT'S \"AH\" FULL", "air_date": "2011-03-21", @@ -1332059,16 +1265019,6 @@ "show_number": "6111", "fullAnswer": "Catwoman" }, - { - "category": "LANDMARKS THE SPOT", - "air_date": "2008-03-04", - "question": "A common transport is seen here in this European city", - "value": "$200", - "answer": "Venice", - "round": "Jeopardy!", - "show_number": "5412", - "fullAnswer": "Venice" - }, { "category": "THE HISTORY OF HOCKEY", "air_date": "2008-03-04", @@ -1332119,16 +1265069,6 @@ "show_number": "5412", "fullAnswer": "\"Little Boy Blue Suede Shoes\"" }, - { - "category": "LANDMARKS THE SPOT", - "air_date": "2008-03-04", - "question": "At its peak, this amphitheater could hold 45,000 spectators", - "value": "$400", - "answer": "Colosseum", - "round": "Jeopardy!", - "show_number": "5412", - "fullAnswer": "the Colosseum" - }, { "category": "THE HISTORY OF HOCKEY", "air_date": "2008-03-04", @@ -1332179,16 +1265119,6 @@ "show_number": "5412", "fullAnswer": "\"Proud Mary Had A Little Lamb\"" }, - { - "category": "LANDMARKS THE SPOT", - "air_date": "2008-03-04", - "question": "Along with its most famous inhabitant, a room of a museum in this Italian city is seen here", - "value": "$600", - "answer": "Florence", - "round": "Jeopardy!", - "show_number": "5412", - "fullAnswer": "Florence" - }, { "category": "THE HISTORY OF HOCKEY", "air_date": "2008-03-04", @@ -1332234,21 +1265164,11 @@ "air_date": "2008-03-04", "question": "Michael Jackson song from \"Dangerous\" becomes a basketball film in which Rosie Perez is on \"Jeopardy!\"", "value": "$600", - "answer": "Black Or White Men Can\\'t Jump", + "answer": "Black Or White Men Can't Jump", "round": "Jeopardy!", "show_number": "5412", "fullAnswer": "\"Black Or White Men Can\\'t Jump\"" }, - { - "category": "LANDMARKS THE SPOT", - "air_date": "2008-03-04", - "question": "No StairMaster needed to get your exercise at this Mexican location with a 2-word name", - "value": "$800", - "answer": "Chichen Itza", - "round": "Jeopardy!", - "show_number": "5412", - "fullAnswer": "Chichen Itza" - }, { "category": "THE HISTORY OF HOCKEY", "air_date": "2008-03-04", @@ -1332289,16 +1265209,6 @@ "show_number": "5412", "fullAnswer": "to yield the floor" }, - { - "category": "LANDMARKS THE SPOT", - "air_date": "2008-03-04", - "question": "Designed for millennium celebrations, it's the London \"body part\" seen here", - "value": "$1000", - "answer": "London Eye", - "round": "Jeopardy!", - "show_number": "5412", - "fullAnswer": "the London Eye" - }, { "category": "THE HISTORY OF HOCKEY", "air_date": "2008-03-04", @@ -1332309,16 +1265219,6 @@ "show_number": "5412", "fullAnswer": "the blue lines" }, - { - "category": "\"C\" BIRDS", - "air_date": "2008-03-04", - "question": "The sandhill, seen here, is the most abundant species of this bird", - "value": "$1000", - "answer": "crane", - "round": "Jeopardy!", - "show_number": "5412", - "fullAnswer": "a crane" - }, { "category": "COMMON BONDS", "air_date": "2008-03-04", @@ -1332339,16 +1265239,6 @@ "show_number": "5412", "fullAnswer": "the parliamentarian" }, - { - "category": "WELCOME TO CARLSBAD CAVERNS", - "air_date": "2008-03-04", - "question": "(Kelly of the Clue Crew reports from inside Carlsbad Caverns Nat'l Park, New Mexico.) Calcite formations called soda straws are precursors to these larger formations that grow from cave ceilings", - "value": "$400", - "answer": "stalactites", - "round": "Double Jeopardy!", - "show_number": "5412", - "fullAnswer": "stalactites" - }, { "category": "FROM HERE TO MATERNITY", "air_date": "2008-03-04", @@ -1332399,16 +1265289,6 @@ "show_number": "5412", "fullAnswer": "Gerald Ford" }, - { - "category": "WELCOME TO CARLSBAD CAVERNS", - "air_date": "2008-03-04", - "question": "(Jon of the Clue Crew reports from the amphitheater at Carlsbad Caverns Nat'l Park, New Mexico.) Carlsbad Caverns, not San Juan Capistrano, is home to what may be the USA's largest colony of the cave species of this bird, which cohabits with the bats", - "value": "$800", - "answer": "swallow", - "round": "Double Jeopardy!", - "show_number": "5412", - "fullAnswer": "the swallow" - }, { "category": "FROM HERE TO MATERNITY", "air_date": "2008-03-04", @@ -1332459,16 +1265339,6 @@ "show_number": "5412", "fullAnswer": "the House of Commons" }, - { - "category": "WELCOME TO CARLSBAD CAVERNS", - "air_date": "2008-03-04", - "question": "(Jon of the Clue Crew reports from the amphitheater at Carlsbad Caverns Nat'l Park, New Mexico.) Each night thousands of Mexican freetail bats leave the batcave in search of food using this process in which sound reflects off prey", - "value": "$1200", - "answer": "echolocation", - "round": "Double Jeopardy!", - "show_number": "5412", - "fullAnswer": "echolocation" - }, { "category": "FROM HERE TO MATERNITY", "air_date": "2008-03-04", @@ -1332519,16 +1265389,6 @@ "show_number": "5412", "fullAnswer": "Austria" }, - { - "category": "WELCOME TO CARLSBAD CAVERNS", - "air_date": "2008-03-04", - "question": "(Jon of the Clue Crew wriggles through a small cave opening at Carlsbad Caverns Nat'l Park, New Mexico.) Carlsbad is part of an ancient one of these structures, on the edge of an inland sea; it was mostly formed by the remains of algae & sponges, not coral", - "value": "$1600", - "answer": "reef", - "round": "Double Jeopardy!", - "show_number": "5412", - "fullAnswer": "a reef" - }, { "category": "FROM HERE TO MATERNITY", "air_date": "2008-03-04", @@ -1332559,16 +1265419,6 @@ "show_number": "5412", "fullAnswer": "Buck" }, - { - "category": "\"CAL\" OF THE WILD", - "air_date": "2008-03-04", - "question": "Port city indicated here", - "value": "$2,000", - "answer": "Calais", - "round": "Double Jeopardy!", - "show_number": "5412", - "fullAnswer": "Calais" - }, { "category": "THE ASSASSINATION BUREAU", "air_date": "2008-03-04", @@ -1332579,16 +1265429,6 @@ "show_number": "5412", "fullAnswer": "the Zapruder film" }, - { - "category": "WELCOME TO CARLSBAD CAVERNS", - "air_date": "2008-03-04", - "question": "(Kelly of the Clue Crew reports from inside Carlsbad Caverns Nat'l Park, New Mexico.) The immense chambers in the cave at Carlsbad Cavern are the result of the aggressive dissolution of limestone by this acid, H2SO4", - "value": "$2000", - "answer": "sulfuric acid", - "round": "Double Jeopardy!", - "show_number": "5412", - "fullAnswer": "sulfuric acid" - }, { "category": "FROM HERE TO MATERNITY", "air_date": "2008-03-04", @@ -1332934,7 +1265774,7 @@ "air_date": "1999-12-23", "question": "This 22-minute Spielberg film about 2 people who hitchhike west lends its name to one of his companies", "value": "$500", - "answer": "Amblin\\'", + "answer": "Amblin'", "round": "Jeopardy!", "show_number": "3524", "fullAnswer": "Amblin\\'" @@ -1333989,16 +1266829,6 @@ "show_number": "4539", "fullAnswer": "Atlanta" }, - { - "category": "PUPPY LOVE", - "air_date": "2004-05-06", - "question": "A puppy of this dogged breed of dog is seen here", - "value": "$600", - "answer": "bulldog", - "round": "Jeopardy!", - "show_number": "4539", - "fullAnswer": "a bulldog" - }, { "category": "SIMPLY GEOGRAPHIC", "air_date": "2004-05-06", @@ -1334019,16 +1266849,6 @@ "show_number": "4539", "fullAnswer": "Antarctica" }, - { - "category": "HIT SONGS", - "air_date": "2004-05-06", - "question": "This performer had a song on the \"Scooby-Doo\" soundtrack; he shares his name with a character in the movie

\"She call me
Mr. Boombastic /
Say me fantastic /
Touch me on me back, she say...\"
", - "value": "$600", - "answer": "Shaggy", - "round": "Jeopardy!", - "show_number": "4539", - "fullAnswer": "Shaggy" - }, { "category": "RHYMES WITH RHYME", "air_date": "2004-05-06", @@ -1334159,16 +1266979,6 @@ "show_number": "4539", "fullAnswer": "2000" }, - { - "category": "MOM JUST DOESN'T GET IT", - "air_date": "2004-05-06", - "question": "(Mom Cheryl of the Clue Crew tries to sound \"hip\" & \"with it\".) What is up, dawg? Don't I sound like this \"American Idol\" judge and Grammy-winning producer, dawg?", - "value": "$400", - "answer": "Randy", - "round": "Double Jeopardy!", - "show_number": "4539", - "fullAnswer": "Randy" - }, { "category": "NOTABLE NAMES", "air_date": "2004-05-06", @@ -1334219,16 +1267029,6 @@ "show_number": "4539", "fullAnswer": "18" }, - { - "category": "MOM JUST DOESN'T GET IT", - "air_date": "2004-05-06", - "question": "(Mom Cheryl of the Clue Crew tries to be helpful. But she just isn't.) I'm sure my son, Alec, was grateful when I told him to pull up his pants so this pugilistic items wouldn't show & embarrass him", - "value": "$800", - "answer": "boxers", - "round": "Double Jeopardy!", - "show_number": "4539", - "fullAnswer": "boxers" - }, { "category": "NOTABLE NAMES", "air_date": "2004-05-06", @@ -1334279,16 +1267079,6 @@ "show_number": "4539", "fullAnswer": "21" }, - { - "category": "MOM JUST DOESN'T GET IT", - "air_date": "2004-05-06", - "question": "(Oh-oh! Mom Cheryl is no Beyonce or Lucy Liu.) Hey ya! The rhymes are tight & I'm shaking it just like one of these in that OutKast song", - "value": "$1200", - "answer": "Polaroid picture", - "round": "Double Jeopardy!", - "show_number": "4539", - "fullAnswer": "a Polaroid picture" - }, { "category": "NOTABLE NAMES", "air_date": "2004-05-06", @@ -1334339,16 +1267129,6 @@ "show_number": "4539", "fullAnswer": "60" }, - { - "category": "MOM JUST DOESN'T GET IT", - "air_date": "2004-05-06", - "question": "(Mom Cheryl of the Clue Crew is left incredulous by fashion.) I can't believe my kids want clothes from this \"Farm\"--they're not the least bit chubby", - "value": "$1600", - "answer": "Phat Farm", - "round": "Double Jeopardy!", - "show_number": "4539", - "fullAnswer": "Phat Farm" - }, { "category": "NOTABLE NAMES", "air_date": "2004-05-06", @@ -1334389,26 +1267169,6 @@ "show_number": "4539", "fullAnswer": "snowboarding" }, - { - "category": "MATH CLASS", - "air_date": "2004-05-06", - "question": "(Sarah of the Clue Crew shows an inequality on the chalkboard.) For a set of odd numbers described thusly, they're the three possible values for n", - "value": "$2000", - "answer": "5, 7, & 9", - "round": "Double Jeopardy!", - "show_number": "4539", - "fullAnswer": "5, 7, & 9" - }, - { - "category": "MOM JUST DOESN'T GET IT", - "air_date": "2004-05-06", - "question": "(Mom Cheryl of the Clue Crew exhorts you to some juvenile fun.) Come on, let's hit the half pipe & do a few tail slides, like this guy who landed the first ever 900 at the X Games", - "value": "$2000", - "answer": "Hawk", - "round": "Double Jeopardy!", - "show_number": "4539", - "fullAnswer": "(Tony) Hawk" - }, { "category": "NOTABLE NAMES", "air_date": "2004-05-06", @@ -1334469,16 +1267229,6 @@ "show_number": "4556", "fullAnswer": "Andorra" }, - { - "category": "BIG DAYS ON THE COURT", - "air_date": "2004-05-31", - "question": "(Hi, I'm Bill Walton.) On March 26, 1973 I helped this school to the NCAA championship by making 21 of 22 shots against Memphis State", - "value": "$200", - "answer": "UCLA", - "round": "Jeopardy!", - "show_number": "4556", - "fullAnswer": "UCLA" - }, { "category": "HOBBIES", "air_date": "2004-05-31", @@ -1334529,16 +1267279,6 @@ "show_number": "4556", "fullAnswer": "Greece" }, - { - "category": "BIG DAYS ON THE COURT", - "air_date": "2004-05-31", - "question": "(Hi, I'm Becky Hammond.) In game 1 of the 2002 WNBA finals, I was 4 for 6 on these shots--\"beyond the arc\", as we say", - "value": "$400", - "answer": "3-point shots", - "round": "Jeopardy!", - "show_number": "4556", - "fullAnswer": "3-point shots" - }, { "category": "HOBBIES", "air_date": "2004-05-31", @@ -1334589,16 +1267329,6 @@ "show_number": "4556", "fullAnswer": "Brunei (or Oman)" }, - { - "category": "BIG DAYS ON THE COURT", - "air_date": "2004-05-31", - "question": "(Hi, I'm Julius Erving.) With under 3 minutes teft, I scored 7 straight points to rally this team in the game that won us the 1983 NBA titte", - "value": "$600", - "answer": "Philadelphia 76ers", - "round": "Jeopardy!", - "show_number": "4556", - "fullAnswer": "the Philadelphia 76ers" - }, { "category": "ROMAN AROUND", "air_date": "2004-05-31", @@ -1334639,16 +1267369,6 @@ "show_number": "4556", "fullAnswer": "Afghanistan" }, - { - "category": "BIG DAYS ON THE COURT", - "air_date": "2004-05-31", - "question": "(I'm Jalen Rose.) In a 2003 game I had 21 points, 11 assists & 14 rebounds for my first career one of these", - "value": "$800", - "answer": "triple-double", - "round": "Jeopardy!", - "show_number": "4556", - "fullAnswer": "a triple-double" - }, { "category": "ROMAN AROUND", "air_date": "2004-05-31", @@ -1334689,16 +1267409,6 @@ "show_number": "4556", "fullAnswer": "Switzerland" }, - { - "category": "BIG DAYS ON THE COURT", - "air_date": "2004-05-31", - "question": "(I'm NBA Hall of Famer Walt Frazier.) On May 8, 1970 I scored 36 points to tead this team to their first championship", - "value": "$1000", - "answer": "New York Knicks", - "round": "Jeopardy!", - "show_number": "4556", - "fullAnswer": "the New York Knicks" - }, { "category": "ROMAN AROUND", "air_date": "2004-05-31", @@ -1334739,16 +1267449,6 @@ "show_number": "4556", "fullAnswer": "the Panama Canal" }, - { - "category": "VEGAS ON FILM", - "air_date": "2004-05-31", - "question": "(Jimmy of the Clue Crew reads from outside a casino.) In this 1998 film, Raoul Duke and Dr. Gonzo cruise the strip, terrorizing squares", - "value": "$400", - "answer": "Fear and Loathing in Las Vegas", - "round": "Double Jeopardy!", - "show_number": "4556", - "fullAnswer": "Fear and Loathing in Las Vegas" - }, { "category": "FAMOUS NAMES", "air_date": "2004-05-31", @@ -1334819,26 +1267519,6 @@ "show_number": "4556", "fullAnswer": "circling the Earth" }, - { - "category": "PRESIDENTIAL FACTS", - "air_date": "2004-05-31", - "question": "The portrait seen here is a mosaic done in these, a favorite of President Reagan's", - "value": "$800", - "answer": "jelly beans", - "round": "Double Jeopardy!", - "show_number": "4556", - "fullAnswer": "jelly beans" - }, - { - "category": "ON THE \"MAT\"", - "air_date": "2004-05-31", - "question": "Type of business seen here that was popular in the '40s & '50s", - "value": "$800", - "answer": "automat", - "round": "Double Jeopardy!", - "show_number": "4556", - "fullAnswer": "an automat" - }, { "category": "THE NATIONAL BOOK AWARDS", "air_date": "2004-05-31", @@ -1334849,16 +1267529,6 @@ "show_number": "4556", "fullAnswer": "Saul Bellow" }, - { - "category": "VEGAS ON FILM", - "air_date": "2004-05-31", - "question": "Spacy 1984 film featuring the following sequence

\"Hit the giant jackpot and your troubles are over! Half a million dollars, folks! Who's gonna take a shot?\"
\"Define giant jackpot.\"
\"A giant jackpot is a lot of money.\"
\"Money? Geetus? Bread? An arm and a leg?\"
", - "value": "$1200", - "answer": "Starman", - "round": "Double Jeopardy!", - "show_number": "4556", - "fullAnswer": "Starman" - }, { "category": "FAMOUS NAMES", "air_date": "2004-05-31", @@ -1334909,16 +1267579,6 @@ "show_number": "4556", "fullAnswer": "Sister Act" }, - { - "category": "FAMOUS NAMES", - "air_date": "2004-05-31", - "question": "Depicted here during a demonstration in 1854, he's the inventor safe & sound up on the platform", - "value": "$1600", - "answer": "Otis", - "round": "Double Jeopardy!", - "show_number": "4556", - "fullAnswer": "(Elisha) Otis" - }, { "category": "PRESIDENTIAL FACTS", "air_date": "2004-05-31", @@ -1334949,16 +1267609,6 @@ "show_number": "4556", "fullAnswer": "The Corrections" }, - { - "category": "VEGAS ON FILM", - "air_date": "2004-05-31", - "question": "(Sofia of the Clue Crew reads from Las Vegas.) In \"Viva Las Vegas\", Elvis and his rival, Count Elmo Mancini, tour the strip looking for her", - "value": "$2000", - "answer": "Ann-Margret", - "round": "Double Jeopardy!", - "show_number": "4556", - "fullAnswer": "Ann-Margret" - }, { "category": "FAMOUS NAMES", "air_date": "2004-05-31", @@ -1335094,7 +1267744,7 @@ "air_date": "2003-04-04", "question": "Novels:
\"The Last of the Mohicans\",
\"The Sun Also Rises\",
\"Uncle Tom's Cabin\"", "value": "$400", - "answer": "The Last of the Mohicans, Uncle Tom\\'s Cabin, The Sun Also Rises", + "answer": "The Last of the Mohicans, Uncle Tom's Cabin, The Sun Also Rises", "round": "Jeopardy!", "show_number": "4290", "fullAnswer": "\"The Last of the Mohicans\", \"Uncle Tom\\'s Cabin\", \"The Sun Also Rises\"" @@ -1335154,7 +1267804,7 @@ "air_date": "2003-04-04", "question": "Beatles albums:
\"Help!\",
\"Sgt. Pepper's Lonely Hearts Club Band\",
\"Let It Be\"", "value": "$600", - "answer": "Help!, Sgt. Pepper\\'s Lonely Hearts Club Band, Let It Be", + "answer": "Help!, Sgt. Pepper's Lonely Hearts Club Band, Let It Be", "round": "Jeopardy!", "show_number": "4290", "fullAnswer": "\"Help!\", \"Sgt. Pepper\\'s Lonely Hearts Club Band\", \"Let It Be\"" @@ -1335404,7 +1268054,7 @@ "air_date": "2003-04-04", "question": "A Ruth Etting hit from the '20s, its second line is \"You're the salt in my stew\"", "value": "$800", - "answer": "You\\'re the Cream in my Coffee", + "answer": "You're the Cream in my Coffee", "round": "Double Jeopardy!", "show_number": "4290", "fullAnswer": "\"You\\'re the Cream in my Coffee\"" @@ -1335759,16 +1268409,6 @@ "show_number": "5413", "fullAnswer": "Universal Studios" }, - { - "category": "ART FOR ART'S SAKE", - "air_date": "2008-03-05", - "question": "If you donate $135 to his sanctuary, you can own a painting like the one seen here, signed by this \"Tarzan\" costar", - "value": "$600", - "answer": "Cheeta ", - "round": "Jeopardy!", - "show_number": "5413", - "fullAnswer": "Cheeta (the chimp)" - }, { "category": "ALSO A CANNED DRINK", "air_date": "2008-03-05", @@ -1335969,16 +1268609,6 @@ "show_number": "5413", "fullAnswer": "the occupant" }, - { - "category": "U.S. CITIES", - "air_date": "2008-03-05", - "question": "If you're feeling a little \"Rocky\", run up the stairs to visit this city's museum at Benjamin Franklin Parkway", - "value": "$1,200", - "answer": "Philadelphia", - "round": "Double Jeopardy!", - "show_number": "5413", - "fullAnswer": "Philadelphia" - }, { "category": "SNL ACTORS IN THE MOVIES", "air_date": "2008-03-05", @@ -1336074,7 +1268704,7 @@ "air_date": "2008-03-05", "question": "This conflict began June 5, 1967 & ended shortly thereafter", "value": "$1200", - "answer": "Six Days\\' War", + "answer": "Six Days' War", "round": "Double Jeopardy!", "show_number": "5413", "fullAnswer": "the Six Days\\' War" @@ -1336309,16 +1268939,6 @@ "show_number": "4136", "fullAnswer": "consciousness" }, - { - "category": "\"S\"PORTS", - "air_date": "2002-09-02", - "question": "(Sofia delivers the clue...and a perfect shot!) Five-letter term that describes the perfection of the shot seen here. (I won't tell you what number take this is.)", - "value": "$400", - "answer": "swish", - "round": "Jeopardy!", - "show_number": "4136", - "fullAnswer": "swish" - }, { "category": "HOMEMAKING", "air_date": "2002-09-02", @@ -1336579,16 +1269199,6 @@ "show_number": "4136", "fullAnswer": "Tom Sawyer" }, - { - "category": "BOOKSTORES", - "air_date": "2002-09-02", - "question": "(Sarah stands among the stacks.) I'm at City Lights, an important publisher as well as a groovy bookstore in this city", - "value": "$800", - "answer": "San Francisco", - "round": "Double Jeopardy!", - "show_number": "4136", - "fullAnswer": "San Francisco" - }, { "category": "EYE ON ASIA", "air_date": "2002-09-02", @@ -1336704,7 +1269314,7 @@ "air_date": "2002-09-02", "question": "Books of Wonder, an independent store, was the model for Meg Ryan's shop in this 1998 movie", "value": "$1600", - "answer": "You\\'ve Got Mail", + "answer": "You've Got Mail", "round": "Double Jeopardy!", "show_number": "4136", "fullAnswer": "You\\'ve Got Mail" @@ -1336744,7 +1269354,7 @@ "air_date": "2002-09-02", "question": "The title of an Al Jolson song, it was also Al's prophetic 5-word ad lib in 1927's \"The Jazz Singer\"", "value": "$6,000", - "answer": "You Ain\\'t Heard Nothing Yet", + "answer": "You Ain't Heard Nothing Yet", "round": "Double Jeopardy!", "show_number": "4136", "fullAnswer": "You Ain\\'t Heard Nothing Yet" @@ -1336874,7 +1269484,7 @@ "air_date": "1997-07-09", "question": "As you might imagine, Rice Krispies Treats is a registered trademark of this cereal company", "value": "$100", - "answer": "Kellogg\\'s", + "answer": "Kellogg's", "round": "Jeopardy!", "show_number": "2978", "fullAnswer": "Kellogg\\'s" @@ -1336934,7 +1269544,7 @@ "air_date": "1997-07-09", "question": "Swanson & Healthy Request are among brand names owned by this soup company", "value": "$200", - "answer": "Campbell\\'s", + "answer": "Campbell's", "round": "Jeopardy!", "show_number": "2978", "fullAnswer": "Campbell\\'s" @@ -1336994,7 +1269604,7 @@ "air_date": "1997-07-09", "question": "The mayonnaise called Best Foods in the western U.S. is sold under this brand name in the east", "value": "$300", - "answer": "Hellmann\\'s", + "answer": "Hellmann's", "round": "Jeopardy!", "show_number": "2978", "fullAnswer": "Hellmann\\'s" @@ -1337729,16 +1270339,6 @@ "show_number": "6266", "fullAnswer": "rads (or REM)" }, - { - "category": "GET A \"CLU\"", - "air_date": "2011-12-12", - "question": "This type of heavenly group seen here is held together by mutual attraction", - "value": "$1000", - "answer": "(star) cluster", - "round": "Jeopardy!", - "show_number": "6266", - "fullAnswer": "a (star) cluster" - }, { "category": "MATH", "air_date": "2011-12-12", @@ -1337789,16 +1270389,6 @@ "show_number": "6266", "fullAnswer": "a wheelbarrow" }, - { - "category": "THE RAND CORPORATION", - "air_date": "2011-12-12", - "question": "Seen here are 1960s designs by engineer James Drake, who made use of RAND's Santa Monica location to become the father of this sport", - "value": "$400", - "answer": "windsurfing", - "round": "Double Jeopardy!", - "show_number": "6266", - "fullAnswer": "windsurfing" - }, { "category": "MATH", "air_date": "2011-12-12", @@ -1337949,16 +1270539,6 @@ "show_number": "6266", "fullAnswer": "red" }, - { - "category": "FRENCH HISTORY", - "air_date": "2011-12-12", - "question": "(Jimmy of the Clue Crew shows a map on the monitor.) In June 1940, France was split into German-occupied France & Vichy France; 2 1/2 years later, Germany gained control of a large part of continental France; Italy gained most of the area east of this river", - "value": "$1600", - "answer": "Rhone", - "round": "Double Jeopardy!", - "show_number": "6266", - "fullAnswer": "the Rhone" - }, { "category": "CARTS, WAGONS & SLEDS", "air_date": "2011-12-12", @@ -1338029,22 +1270609,12 @@ "show_number": "6266", "fullAnswer": "a skeleton" }, - { - "category": "THE RAND CORPORATION", - "air_date": "2011-12-12", - "question": "The field called this \"theory\", which has influenced economics & other disciplines, was expanded at RAND in the '40s", - "value": "$2,000", - "answer": "game theory", - "round": "Double Jeopardy!", - "show_number": "6266", - "fullAnswer": "game theory" - }, { "category": "THE BILLBOARD TOP 40", "air_date": "2011-12-12", "question": "Previously done by the Trapp Family, this song about an instrumentalist was a Top 40 hit every December from 1958 to 1962", "value": null, - "answer": "\\The Little Drummer Boy\\", + "answer": "The Little Drummer Boy", "round": "Final Jeopardy!", "show_number": "6266", "fullAnswer": "\\\"The Little Drummer Boy\\\"" @@ -1338219,16 +1270789,6 @@ "show_number": "5910", "fullAnswer": "vent" }, - { - "category": "GREAT WORK", - "air_date": "2010-04-30", - "question": "(Secretary of State Hillary Clinton delivers the clue.)
Co-founding \"Arkansas Advocates for Children & Families\" & working on children's issues as First Lady led up to the writing of my first book, titled this", - "value": "$600", - "answer": "It Takes a Village", - "round": "Jeopardy!", - "show_number": "5910", - "fullAnswer": "It Takes a Village" - }, { "category": "NOVELS, BOOKS & LITERATURE", "air_date": "2010-04-30", @@ -1338339,16 +1270899,6 @@ "show_number": "5910", "fullAnswer": "magnum opus" }, - { - "category": "POPULAR SCIENCE", - "air_date": "2010-04-30", - "question": "(Sarah of the Clue Crew pulls a tablecloth out from under a plate.) The silkiness of the tablecloth & the smoothness of the table & plate combine to reduce this force to a minimum--don't try this at home", - "value": "$400", - "answer": "friction", - "round": "Double Jeopardy!", - "show_number": "5910", - "fullAnswer": "friction" - }, { "category": "DISCO! DUCK!", "air_date": "2010-04-30", @@ -1338399,16 +1270949,6 @@ "show_number": "5910", "fullAnswer": "defective" }, - { - "category": "POPULAR SCIENCE", - "air_date": "2010-04-30", - "question": "(Jimmy of the Clue Crew hits a hanging baseball bat with a mallet.) The familiar crack of a bat comes only when it's struck at the spot where this is at a minimum; if contact comes elsewhere, you get more of a thud", - "value": "$800", - "answer": "vibration", - "round": "Double Jeopardy!", - "show_number": "5910", - "fullAnswer": "vibration" - }, { "category": "DISCO! DUCK!", "air_date": "2010-04-30", @@ -1338459,16 +1270999,6 @@ "show_number": "5910", "fullAnswer": "Mickey Mouse" }, - { - "category": "POPULAR SCIENCE", - "air_date": "2010-04-30", - "question": "(Sarah demonstrates a happy drinking bird.) An internal pressure imbalance forces liquid up to the duck's head, making it tip over for another drink; it's caused by this process that cools the wet head but not the dry tail", - "value": "$1200", - "answer": "evaporation", - "round": "Double Jeopardy!", - "show_number": "5910", - "fullAnswer": "evaporation" - }, { "category": "DISCO! DUCK!", "air_date": "2010-04-30", @@ -1338509,16 +1271039,6 @@ "show_number": "5910", "fullAnswer": "Pelosi" }, - { - "category": "NOT GREAT WORK", - "air_date": "2010-04-30", - "question": "This adjective, referring to the fabric seen here, has come to mean \"cheap\" or \"crummy\"", - "value": "$1200", - "answer": "chintzy", - "round": "Double Jeopardy!", - "show_number": "5910", - "fullAnswer": "chintzy" - }, { "category": "DISCO! DUCK!", "air_date": "2010-04-30", @@ -1338529,16 +1271049,6 @@ "show_number": "5910", "fullAnswer": "Donna Summer" }, - { - "category": "GREEK LETTERS", - "air_date": "2010-04-30", - "question": "This Greek letter, number eight, is represented here", - "value": "$1600", - "answer": "theta", - "round": "Double Jeopardy!", - "show_number": "5910", - "fullAnswer": "theta" - }, { "category": "TIME IS ON YOUR SIDE", "air_date": "2010-04-30", @@ -1339134,7 +1271644,7 @@ "air_date": "2002-10-16", "question": "In a Judy Blume title, these 3 words follow \"Are You There God?\"", "value": "$1600", - "answer": "It\\'s Me, Margaret", + "answer": "It's Me, Margaret", "round": "Double Jeopardy!", "show_number": "4168", "fullAnswer": "\"It\\'s Me, Margaret\"" @@ -1339269,16 +1271779,6 @@ "show_number": "4964", "fullAnswer": "Coca-Cola" }, - { - "category": "SOUND CHECK", - "air_date": "2006-03-23", - "question": "It's heard here & found in a famous horror movie title", - "value": "$200", - "answer": "chainsaw", - "round": "Jeopardy!", - "show_number": "4964", - "fullAnswer": "a chainsaw" - }, { "category": "GO WITH THE FLOW", "air_date": "2006-03-23", @@ -1339309,16 +1271809,6 @@ "show_number": "4964", "fullAnswer": "Walt Whitman" }, - { - "category": "LET'S PLAY SOME BASKETBALL", - "air_date": "2006-03-23", - "question": "(Hi, I'm Allan Houston of the NBA.) I helped the U.S. bring home the men's basketball gold from the 2000 Summer Olympics held in this city", - "value": "$400", - "answer": "Sydney", - "round": "Jeopardy!", - "show_number": "4964", - "fullAnswer": "Sydney" - }, { "category": "SLOGANS ON THE SPOT", "air_date": "2006-03-23", @@ -1339329,16 +1271819,6 @@ "show_number": "4964", "fullAnswer": "Burger King" }, - { - "category": "SOUND CHECK", - "air_date": "2006-03-23", - "question": "One thing I'm pretty sure of, we need more of this instrument heard here", - "value": "$400", - "answer": "cowbell", - "round": "Jeopardy!", - "show_number": "4964", - "fullAnswer": "the cowbell" - }, { "category": "GO WITH THE FLOW", "air_date": "2006-03-23", @@ -1339389,16 +1271869,6 @@ "show_number": "4964", "fullAnswer": "the Hummer" }, - { - "category": "SOUND CHECK", - "air_date": "2006-03-23", - "question": "You might hear this Afro-Asian big cat before you \"spot\" it", - "value": "$600", - "answer": "leopard", - "round": "Jeopardy!", - "show_number": "4964", - "fullAnswer": "a leopard" - }, { "category": "GO WITH THE FLOW", "air_date": "2006-03-23", @@ -1339429,16 +1271899,6 @@ "show_number": "4964", "fullAnswer": "Civil Disobedience" }, - { - "category": "LET'S PLAY SOME BASKETBALL", - "air_date": "2006-03-23", - "question": "(Hi, I'm Michael Finley.) As a Badger on this college basketball team, I became its all-time leading scorer with 2,147 points", - "value": "$800", - "answer": "University of Wisconsin", - "round": "Jeopardy!", - "show_number": "4964", - "fullAnswer": "the University of Wisconsin" - }, { "category": "SLOGANS ON THE SPOT", "air_date": "2006-03-23", @@ -1339449,16 +1271909,6 @@ "show_number": "4964", "fullAnswer": "Staples" }, - { - "category": "SOUND CHECK", - "air_date": "2006-03-23", - "question": "If thismeasuring instrument developed in the 1920s reads high, run!", - "value": "$800", - "answer": "Geiger counter", - "round": "Jeopardy!", - "show_number": "4964", - "fullAnswer": "a Geiger counter" - }, { "category": "GO WITH THE FLOW", "air_date": "2006-03-23", @@ -1339509,16 +1271959,6 @@ "show_number": "4964", "fullAnswer": "Mentos" }, - { - "category": "SOUND CHECK", - "air_date": "2006-03-23", - "question": "It's the \"happy\" 3-word name for the piece heard here", - "value": "$1000", - "answer": "Ode To Joy", - "round": "Jeopardy!", - "show_number": "4964", - "fullAnswer": "\"Ode To Joy\"" - }, { "category": "GO WITH THE FLOW", "air_date": "2006-03-23", @@ -1339609,16 +1272049,6 @@ "show_number": "4964", "fullAnswer": "the marathon" }, - { - "category": "HELLO, JASON!", - "air_date": "2006-03-23", - "question": "This actor seen here has an actress sister & is married to Paul Anka's daughter", - "value": "$800", - "answer": "Jason Bateman", - "round": "Double Jeopardy!", - "show_number": "4964", - "fullAnswer": "Jason Bateman" - }, { "category": "LAW", "air_date": "2006-03-23", @@ -1339659,16 +1272089,6 @@ "show_number": "4964", "fullAnswer": "Blame It On The Rain (Reign) of Terror" }, - { - "category": "FINLAND", - "air_date": "2006-03-23", - "question": "(Cheryl of the Clue Crew accepts the goods from a blonde market vendor in Helsinki, Finland.) I'm in Helsinki buying a CD of this cultural icon who got a life pension from the Finnish Senate in 1897 & lived until 1957", - "value": "$2,000", - "answer": "Sibelius", - "round": "Double Jeopardy!", - "show_number": "4964", - "fullAnswer": "(Jean) Sibelius" - }, { "category": "HELLO, JASON!", "air_date": "2006-03-23", @@ -1339909,16 +1272329,6 @@ "show_number": "6012", "fullAnswer": "white & yellow" }, - { - "category": "ALEX TREBEK, LOVE GOD", - "air_date": "2010-11-02", - "question": "Would that I could have painted this picture of a sleeping Roman god for you; but Caravaggio beat me to it", - "value": "$400", - "answer": "Cupid", - "round": "Jeopardy!", - "show_number": "6012", - "fullAnswer": "Cupid" - }, { "category": "MEDAL OF HONOR CITATIONS", "air_date": "2010-11-02", @@ -1340354,7 +1272764,7 @@ "air_date": "2010-11-02", "question": "Mi dispiace is this apologetic phrase", "value": "$1600", - "answer": "I\\'m sorry", + "answer": "I'm sorry", "round": "Double Jeopardy!", "show_number": "6012", "fullAnswer": "\"I\\'m sorry\"" @@ -1340434,7 +1272844,7 @@ "air_date": "2010-11-02", "question": "Debuting in a 1960 novel, this character dies following a heart attack on a basketball court in a 1990 book", "value": null, - "answer": "Harry \\Rabbit\\ Angstrom", + "answer": "Harry Rabbit Angstrom", "round": "Final Jeopardy!", "show_number": "6012", "fullAnswer": "Harry \\\"Rabbit\\\" Angstrom" @@ -1340789,26 +1273199,6 @@ "show_number": "4743", "fullAnswer": "champing at the bit" }, - { - "category": "I'VE GOT ESPN", - "air_date": "2005-03-30", - "question": "(I'm Scott Van Pelt.) When this ESPN \"Big Show\" debuted September 7, 1979, fans were told, \"You've gone to sports heaven\"", - "value": "$400", - "answer": "SportsCenter", - "round": "Double Jeopardy!", - "show_number": "4743", - "fullAnswer": "SportsCenter" - }, - { - "category": "ART & ARTISTS", - "air_date": "2005-03-30", - "question": "(Sarah of the Clue Crew shows a slide of a painting.) Arcimboldo portraits, using non-human elements, anticipate by 350 years this movement, founded in the 1920s", - "value": "$800", - "answer": "Surrealism", - "round": "Double Jeopardy!", - "show_number": "4743", - "fullAnswer": "Surrealism" - }, { "category": "KITTY LIT", "air_date": "2005-03-30", @@ -1340849,16 +1273239,6 @@ "show_number": "4743", "fullAnswer": "Lake Champlain" }, - { - "category": "I'VE GOT ESPN", - "air_date": "2005-03-30", - "question": "(Hi, I'm Dan Patrick.) In 2004 this Colt was en fuego & the NFL was his \"place\" to throw a record 49 TD passes", - "value": "$800", - "answer": "Peyton Manning", - "round": "Double Jeopardy!", - "show_number": "4743", - "fullAnswer": "Peyton Manning" - }, { "category": "ART & ARTISTS", "air_date": "2005-03-30", @@ -1340909,26 +1273289,6 @@ "show_number": "4743", "fullAnswer": "Gower Champion" }, - { - "category": "I'VE GOT ESPN", - "air_date": "2005-03-30", - "question": "(Scott Van Pelt reads the clue.) You can relive memories like 1977 NBA final games on the channel launched under this name in 1997", - "value": "$1200", - "answer": "ESPN Classic", - "round": "Double Jeopardy!", - "show_number": "4743", - "fullAnswer": "ESPN Classic" - }, - { - "category": "ART & ARTISTS", - "air_date": "2005-03-30", - "question": "(Sarah of the Clue Crew shows a slide of a painting.) Géricault was just 21 in 1812 when he painted our next work, which displays the turbulence of this movement", - "value": "$1600", - "answer": "Romanticism", - "round": "Double Jeopardy!", - "show_number": "4743", - "fullAnswer": "Romanticism" - }, { "category": "KITTY LIT", "air_date": "2005-03-30", @@ -1340969,16 +1273329,6 @@ "show_number": "4743", "fullAnswer": "the Champs-Élysées" }, - { - "category": "I'VE GOT ESPN", - "air_date": "2005-03-30", - "question": "(Dan Patrick reads the clue.) From baseball, basketball & boxing, they were named by ESPN's \"Sports Century\" the 3 greatest North American Athletes of the 20th Century", - "value": "$1600", - "answer": "Babe Ruth, Michael Jordan & Muhammad Ali", - "round": "Double Jeopardy!", - "show_number": "4743", - "fullAnswer": "Babe Ruth, Michael Jordan & Muhammad Ali" - }, { "category": "ART & ARTISTS", "air_date": "2005-03-30", @@ -1341029,16 +1273379,6 @@ "show_number": "4743", "fullAnswer": "Champaign, Illinois" }, - { - "category": "I'VE GOT ESPN", - "air_date": "2005-03-30", - "question": "(Scott Van Pelt reads the clue.) When ESPN began here in Connecticut in 1979, most MLB highlights were of these 3 nearby teams; they could be taped off TV", - "value": "$2000", - "answer": "Yankees, the Mets & the Red Sox", - "round": "Double Jeopardy!", - "show_number": "4743", - "fullAnswer": "the Yankees, the Mets & the Red Sox" - }, { "category": "VOCABULARY", "air_date": "2005-03-30", @@ -1341349,16 +1273689,6 @@ "show_number": "5762", "fullAnswer": "a velvet glove" }, - { - "category": "MICROSOFT", - "air_date": "2009-10-06", - "question": "(Sarah of the Clue Crew reports from a museum exhibit at Microsoft Research in Redmond, WA.) After reading a 1975 Popular Electronics article about the first PC, the Altair 8800, Paul Allen & Bill Gates adapted this fundamental programming language for it", - "value": "$400", - "answer": "BASIC", - "round": "Double Jeopardy!", - "show_number": "5762", - "fullAnswer": "BASIC" - }, { "category": "COLORFUL SONGS", "air_date": "2009-10-06", @@ -1341409,16 +1273739,6 @@ "show_number": "5762", "fullAnswer": "mah-jongg" }, - { - "category": "MICROSOFT", - "air_date": "2009-10-06", - "question": "(Sarah of the Clue Crew uses her fingers to move some virtual documents around on a large tabletop flat screen monitor.) Technology that allows a computer to recognize the position & motion of my hands brought Microsoft its 10,000th one of these from the government in 2009", - "value": "$800", - "answer": "patent", - "round": "Double Jeopardy!", - "show_number": "5762", - "fullAnswer": "a patent" - }, { "category": "COLORFUL SONGS", "air_date": "2009-10-06", @@ -1341469,16 +1273789,6 @@ "show_number": "5762", "fullAnswer": "Jonny Quest" }, - { - "category": "MICROSOFT", - "air_date": "2009-10-06", - "question": "(Sarah of the Clue Crew presses her palm to a scanner plate at a museum exhibit at Microsoft Research in Redmond, WA.) Futuristic research going on here on the Microsoft campus includes unlocking doors with this method, based on your physical characteristics, from the Greek for \"life\" & \"measure\"", - "value": "$2,000", - "answer": "biometrics", - "round": "Double Jeopardy!", - "show_number": "5762", - "fullAnswer": "biometrics" - }, { "category": "COLORFUL SONGS", "air_date": "2009-10-06", @@ -1341529,16 +1273839,6 @@ "show_number": "5762", "fullAnswer": "Jonathan" }, - { - "category": "MICROSOFT", - "air_date": "2009-10-06", - "question": "(Kelly of the Clue Crew reports from a museum exhibit at Microsoft Research in Redmond, WA.) Microsoft Research, the company's cutting-edge branch, is developing software using FR, short for this", - "value": "$1600", - "answer": "facial recognition", - "round": "Double Jeopardy!", - "show_number": "5762", - "fullAnswer": "facial recognition" - }, { "category": "COLORFUL SONGS", "air_date": "2009-10-06", @@ -1341579,26 +1273879,6 @@ "show_number": "5762", "fullAnswer": "Martinique" }, - { - "category": "\"JON\"", - "air_date": "2009-10-06", - "question": "Although the flower seen here is a type of Narcissus, it is popularly called this", - "value": "$1600", - "answer": "jonquil", - "round": "Double Jeopardy!", - "show_number": "5762", - "fullAnswer": "jonquil" - }, - { - "category": "MICROSOFT", - "air_date": "2009-10-06", - "question": "(Sarah of the Clue Crew plays with a mouse on a computer at a museum exhibit at Microsoft Research in Redmond, WA.) One of the reasons windows sold a million copies a month in the '90s was the GUI, short for this, which let users communicate with the computer via symbols & icons", - "value": "$2000", - "answer": "graphical user interface", - "round": "Double Jeopardy!", - "show_number": "5762", - "fullAnswer": "graphical user interface" - }, { "category": "COLORFUL SONGS", "air_date": "2009-10-06", @@ -1342389,16 +1274669,6 @@ "show_number": "4737", "fullAnswer": "limbo" }, - { - "category": "DO IT LIKE THE EUROPEANS", - "air_date": "2005-03-22", - "question": "This 15th-century European staked his claim to fame by inspiring a classic horror movie character", - "value": "$600", - "answer": "Vlad the Impaler", - "round": "Jeopardy!", - "show_number": "4737", - "fullAnswer": "Vlad the Impaler" - }, { "category": "THAT'S SO \"CONTINENTAL\"", "air_date": "2005-03-22", @@ -1342439,16 +1274709,6 @@ "show_number": "4737", "fullAnswer": "Ben" }, - { - "category": "WORD ORIGINS", - "air_date": "2005-03-22", - "question": "(Sarah of the Clue Crew reports from Naxos, Greece.) Ostraka, broken pieces of pottery used as ballots to recommend exile gave us this word for banishment", - "value": "$800", - "answer": "ostracism", - "round": "Jeopardy!", - "show_number": "4737", - "fullAnswer": "ostracism" - }, { "category": "DO IT LIKE THE EUROPEANS", "air_date": "2005-03-22", @@ -1342759,16 +1275019,6 @@ "show_number": "4737", "fullAnswer": "Hans Brinker" }, - { - "category": "5-LETTER WORDS", - "air_date": "2005-03-22", - "question": "(Cheryl of the Clue Crew reports from Park City, UT.) This five-letter word can mean \"disposed\", or \"liable\", or \"biathlon position\"", - "value": "$1600", - "answer": "prone", - "round": "Double Jeopardy!", - "show_number": "4737", - "fullAnswer": "prone" - }, { "category": "GERMAN COMPOSERS", "air_date": "2005-03-22", @@ -1343109,16 +1275359,6 @@ "show_number": "5458", "fullAnswer": "Richard Nixon" }, - { - "category": "I LIKE TO DECORATE", - "air_date": "2008-05-07", - "question": "(Sarah of the Clue Crew reads the clue.)
Making ordinary furniture look like an antique is called this, a synonym for \"troubling\"--the fun part is the hitting", - "value": "$1000", - "answer": "distressing", - "round": "Jeopardy!", - "show_number": "5458", - "fullAnswer": "distressing" - }, { "category": "ANIMAL HOUSE", "air_date": "2008-05-07", @@ -1343129,16 +1275369,6 @@ "show_number": "5458", "fullAnswer": "a coop (or co-op)" }, - { - "category": "GOT \"LK\"", - "air_date": "2008-05-07", - "question": "Seen here are the shells of this type of marine snail", - "value": "$1000", - "answer": "whelk", - "round": "Jeopardy!", - "show_number": "5458", - "fullAnswer": "a whelk" - }, { "category": "OFF TO COLLEGE", "air_date": "2008-05-07", @@ -1343209,16 +1275439,6 @@ "show_number": "5458", "fullAnswer": "Marquette" }, - { - "category": "THE FRENCHMAN CLASS", - "air_date": "2008-05-07", - "question": "He's the title Antoine de Saint-Exupery character seen here", - "value": "$800", - "answer": "Little Prince", - "round": "Double Jeopardy!", - "show_number": "5458", - "fullAnswer": "The Little Prince" - }, { "category": "HOW SOPHOMORIC!", "air_date": "2008-05-07", @@ -1343229,16 +1275449,6 @@ "show_number": "5458", "fullAnswer": "the Whopper" }, - { - "category": "I'M GOING TO BE A JUNIOR", - "air_date": "2008-05-07", - "question": "Hey hey hey! He's the junior seen here", - "value": "$800", - "answer": "Bill Cosby", - "round": "Double Jeopardy!", - "show_number": "5458", - "fullAnswer": "Bill Cosby" - }, { "category": "SENIOR YEAR", "air_date": "2008-05-07", @@ -1343279,16 +1275489,6 @@ "show_number": "5458", "fullAnswer": "Victor Hugo" }, - { - "category": "HOW SOPHOMORIC!", - "air_date": "2008-05-07", - "question": "Seen here are Washington Huskies fans, victims of the old flip-card switcheroo, at this bowl game in 1961", - "value": "$1200", - "answer": "Rose Bowl", - "round": "Double Jeopardy!", - "show_number": "5458", - "fullAnswer": "the Rose Bowl" - }, { "category": "I'M GOING TO BE A JUNIOR", "air_date": "2008-05-07", @@ -1343604,7 +1275804,7 @@ "air_date": "1993-11-16", "question": "Set in a state mental hospital in the Pacific Northwest, this 1963 play is based on a Ken Kesey novel", "value": "$300", - "answer": "One Flew Over The Cuckoo\\'s Nest", + "answer": "One Flew Over The Cuckoo's Nest", "round": "Jeopardy!", "show_number": "2117", "fullAnswer": "One Flew Over The Cuckoo\\'s Nest" @@ -1344034,7 +1276234,7 @@ "air_date": "1993-11-16", "question": "This syndrome is characterized by involuntary tics, odd noises & shouted obscenities", "value": "$1000", - "answer": "Tourette\\'s Syndrome", + "answer": "Tourette's Syndrome", "round": "Double Jeopardy!", "show_number": "2117", "fullAnswer": "Tourette\\'s Syndrome" @@ -1344509,26 +1276709,6 @@ "show_number": "5564", "fullAnswer": "Friday Night Lights" }, - { - "category": "DIMENSIONS", - "air_date": "2008-11-13", - "question": "(Jon of the Clue Crew points to a diagram on the monitor.) To model space in three dimensions, you have to go beyond Descartes' usual letters & label points along this axis", - "value": "$1200", - "answer": "z-axis", - "round": "Double Jeopardy!", - "show_number": "5564", - "fullAnswer": "the z-axis" - }, - { - "category": "ART", - "air_date": "2008-11-13", - "question": "This British artist, known for a famous \"Boy\", gave us the girl seen here", - "value": "$1200", - "answer": "Gainsborough", - "round": "Double Jeopardy!", - "show_number": "5564", - "fullAnswer": "Gainsborough" - }, { "category": "ABBREV.", "air_date": "2008-11-13", @@ -1344629,26 +1276809,6 @@ "show_number": "5564", "fullAnswer": "Kon-Tiki" }, - { - "category": "DIMENSIONS", - "air_date": "2008-11-13", - "question": "(Jon of the Clue Crew displays an animation on the monitor.) The snowflake curve, a geometric pattern repeated at smaller scales, has fractional dimensions; it's this type of shape related to the word \"fractional\"", - "value": "$2000", - "answer": "fractal", - "round": "Double Jeopardy!", - "show_number": "5564", - "fullAnswer": "a fractal" - }, - { - "category": "ART", - "air_date": "2008-11-13", - "question": "Otto Van Veen--here's his \"Lamentation\"--taught this greatest northern Baroque painter--here's his", - "value": "$2000", - "answer": "Rubens", - "round": "Double Jeopardy!", - "show_number": "5564", - "fullAnswer": "Rubens" - }, { "category": "ABBREV.", "air_date": "2008-11-13", @@ -1344659,16 +1276819,6 @@ "show_number": "5564", "fullAnswer": "imaging" }, - { - "category": "WASHINGTON, D.C.", - "air_date": "2008-11-13", - "question": "Unveiled in 1923, the statue seen here of this man is located on the south side of the Treasury Building", - "value": null, - "answer": "Alexander Hamilton", - "round": "Final Jeopardy!", - "show_number": "5564", - "fullAnswer": "Alexander Hamilton" - }, { "category": "THE NEW YORK TIMES BOOK REVIEWS", "air_date": "2001-09-21", @@ -1344699,16 +1276849,6 @@ "show_number": "3920", "fullAnswer": "Scotland" }, - { - "category": "OUR FUNNY ACCENTS", - "air_date": "2001-09-21", - "question": "State that produced the accent of the U.S. president seen here

At my direction, after complete and thorough consultation and agreement with the government...\"", - "value": "$100", - "answer": "Texas", - "round": "Jeopardy!", - "show_number": "3920", - "fullAnswer": "Texas" - }, { "category": "19th CENTURY BUSINESS LEADERS", "air_date": "2001-09-21", @@ -1344759,16 +1276899,6 @@ "show_number": "3920", "fullAnswer": "South Bend" }, - { - "category": "OUR FUNNY ACCENTS", - "air_date": "2001-09-21", - "question": "\"Pahk the cah in Hahvahd Yahd\" is the classic line identifying the accent of this city", - "value": "$200", - "answer": "Boston", - "round": "Jeopardy!", - "show_number": "3920", - "fullAnswer": "Boston" - }, { "category": "19th CENTURY BUSINESS LEADERS", "air_date": "2001-09-21", @@ -1344819,16 +1276949,6 @@ "show_number": "3920", "fullAnswer": "Babylon" }, - { - "category": "OUR FUNNY ACCENTS", - "air_date": "2001-09-21", - "question": "Dropping the \"R\" from soitain woids is associated with this borough that includes Flatbush", - "value": "$300", - "answer": "Brooklyn", - "round": "Jeopardy!", - "show_number": "3920", - "fullAnswer": "Brooklyn" - }, { "category": "19th CENTURY BUSINESS LEADERS", "air_date": "2001-09-21", @@ -1344939,16 +1277059,6 @@ "show_number": "3920", "fullAnswer": "Alberta" }, - { - "category": "OUR FUNNY ACCENTS", - "air_date": "2001-09-21", - "question": "The person heard here grew up in this area of L.A. between the Santa Monica & San Gabriel mountains

\"And I was like, 'Oh my God, whatever!' and Tiffany was like, 'For sure, you know, like...'\"", - "value": "$500", - "answer": "San Fernando Valley", - "round": "Jeopardy!", - "show_number": "3920", - "fullAnswer": "the San Fernando Valley" - }, { "category": "19th CENTURY BUSINESS LEADERS", "air_date": "2001-09-21", @@ -1345139,16 +1277249,6 @@ "show_number": "3920", "fullAnswer": "Aristophanes" }, - { - "category": "3-LETTER WORDS", - "air_date": "2001-09-21", - "question": "3-letter name for the style of paintbrush seen here", - "value": "$600", - "answer": "fan", - "round": "Double Jeopardy!", - "show_number": "3920", - "fullAnswer": "a fan" - }, { "category": "BLACK FIRSTS", "air_date": "2001-09-21", @@ -1345179,16 +1277279,6 @@ "show_number": "3920", "fullAnswer": "cryogenics" }, - { - "category": "AMERICA-PODGE", - "air_date": "2001-09-21", - "question": "Once an immigration station & now known for its hiking trails, Angel Island, seen here, is in this California bay", - "value": "$800", - "answer": "San Francisco", - "round": "Double Jeopardy!", - "show_number": "3920", - "fullAnswer": "San Francisco" - }, { "category": "FAMOUS ANCIENT GREEKS", "air_date": "2001-09-21", @@ -1345589,16 +1277679,6 @@ "show_number": "4635", "fullAnswer": "Walter Matthau" }, - { - "category": "THE CIA", - "air_date": "2004-10-29", - "question": "(Sarah of the Clue Crew walks on the CIA seal in CIA Headquarters in Langley, VA.) On the CIA seal, the global directions from which information comes are symbolized by this sixteen-pointed star", - "value": "$400", - "answer": "compass rose", - "round": "Double Jeopardy!", - "show_number": "4635", - "fullAnswer": "a compass rose" - }, { "category": "PLANT PARENTHOOD", "air_date": "2004-10-29", @@ -1345709,16 +1277789,6 @@ "show_number": "4635", "fullAnswer": "Henry Fonda" }, - { - "category": "THE CIA", - "air_date": "2004-10-29", - "question": "(Jimmy of the Clue Crew points to a keyboarded box in a museum exhibit in CIA Headquarters in Langley, VA.) This code machine, whose name is from the Greek for \"to speak in riddles\", was cracked by the Poles in 1939", - "value": "$1200", - "answer": "ENIGMA Machine", - "round": "Double Jeopardy!", - "show_number": "4635", - "fullAnswer": "the ENIGMA Machine" - }, { "category": "PLANT PARENTHOOD", "air_date": "2004-10-29", @@ -1345984,7 +1278054,7 @@ "air_date": "1998-03-25", "question": "Britain's longest trial ended in 1997 with 2 pamphleteers found guilty of libeling this fast-food company", "value": "$200", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "3133", "fullAnswer": "McDonald\\'s" @@ -1346324,7 +1278394,7 @@ "air_date": "1998-03-25", "question": "Thomas Pynchon followed \"V\" with this novel about the V-2 rocket", "value": "$600", - "answer": "Gravity\\'s Rainbow", + "answer": "Gravity's Rainbow", "round": "Double Jeopardy!", "show_number": "3133", "fullAnswer": "Gravity\\'s Rainbow" @@ -1346584,7 +1278654,7 @@ "air_date": "2007-02-06", "question": "You can custom order these candies with your own slogan printed on one side & the famous \"m\" on the other", "value": "$400", - "answer": "M&M\\'s", + "answer": "M&M's", "round": "Jeopardy!", "show_number": "5162", "fullAnswer": "M&M\\'s" @@ -1346909,16 +1278979,6 @@ "show_number": "5162", "fullAnswer": "Clarence Thomas" }, - { - "category": "WE ARE THE CHAMPIONS", - "air_date": "2007-02-06", - "question": "This driver seen here is the only man to twice win three of NASCAR's top 5 races in one year", - "value": "$1200", - "answer": "Jeff Gordon", - "round": "Double Jeopardy!", - "show_number": "5162", - "fullAnswer": "Jeff Gordon" - }, { "category": "19th CENTURY AMERICAN LIT", "air_date": "2007-02-06", @@ -1346989,16 +1279049,6 @@ "show_number": "5162", "fullAnswer": "The Red Badge of Courage" }, - { - "category": "HEALTH MATTERS", - "air_date": "2007-02-06", - "question": "(Cheryl of the Clue Crew is under pressure.) The afflication known as the bends usually results from bubbles of this gas which is highly soluble in the fatty tissues of the body", - "value": "$1600", - "answer": "nitrogen", - "round": "Double Jeopardy!", - "show_number": "5162", - "fullAnswer": "nitrogen" - }, { "category": "NATIONAL NAMES", "air_date": "2007-02-06", @@ -1347069,16 +1279119,6 @@ "show_number": "5162", "fullAnswer": "Togo" }, - { - "category": "YOU CAN SPEAK JAPANESE", - "air_date": "2007-02-06", - "question": "This botanical art form is\"heaven and earth\" in one container", - "value": "$2000", - "answer": "bonsai", - "round": "Double Jeopardy!", - "show_number": "5162", - "fullAnswer": "bonsai" - }, { "category": "THE U.S. MILITARY", "air_date": "2007-02-06", @@ -1348299,16 +1280339,6 @@ "show_number": "5494", "fullAnswer": "Edinburgh" }, - { - "category": "THE SUBJECT WAS NOSES", - "air_date": "2008-06-26", - "question": "I got to tell you, the nose of this comic legend is seen here", - "value": "$200", - "answer": "Bob Hope", - "round": "Jeopardy!", - "show_number": "5494", - "fullAnswer": "Bob Hope" - }, { "category": "BELLY UP TO THE BAR", "air_date": "2008-06-26", @@ -1348359,16 +1280389,6 @@ "show_number": "5494", "fullAnswer": "Little Women" }, - { - "category": "THE SUBJECT WAS NOSES", - "air_date": "2008-06-26", - "question": "\"Good night...\" this comic, whose schnoz is seen here, \"whereever you are\"", - "value": "$400", - "answer": "Durante", - "round": "Jeopardy!", - "show_number": "5494", - "fullAnswer": "(Jimmy) Durante" - }, { "category": "BELLY UP TO THE BAR", "air_date": "2008-06-26", @@ -1348419,16 +1280439,6 @@ "show_number": "5494", "fullAnswer": "Amy Tan" }, - { - "category": "THE SUBJECT WAS NOSES", - "air_date": "2008-06-26", - "question": "This is Muppet News-- I mean, this is this muppet's nose", - "value": "$600", - "answer": "Gonzo", - "round": "Jeopardy!", - "show_number": "5494", - "fullAnswer": "Gonzo" - }, { "category": "BELLY UP TO THE BAR", "air_date": "2008-06-26", @@ -1348439,16 +1280449,6 @@ "show_number": "5494", "fullAnswer": "Manhattan" }, - { - "category": "BABOONS, BATS, & BANDICOOTS", - "air_date": "2008-06-26", - "question": "Fairly obvious hyphenated name of the bat seen here", - "value": "$600", - "answer": "big-eared ", - "round": "Jeopardy!", - "show_number": "5494", - "fullAnswer": "big-eared (or long-eared)" - }, { "category": "STREET-WISE", "air_date": "2008-06-26", @@ -1348459,16 +1280459,6 @@ "show_number": "5494", "fullAnswer": "Downing Street" }, - { - "category": "\"R\" GANG", - "air_date": "2008-06-26", - "question": "From the Latin for \"furrowed\", it's the pasta variety seen here", - "value": "$600", - "answer": "rigatoni", - "round": "Jeopardy!", - "show_number": "5494", - "fullAnswer": "rigatoni" - }, { "category": "WOMEN WRITERS", "air_date": "2008-06-26", @@ -1348479,16 +1280469,6 @@ "show_number": "5494", "fullAnswer": "Toni Morrison" }, - { - "category": "THE SUBJECT WAS NOSES", - "air_date": "2008-06-26", - "question": "This comic's nose, seen here might be even bigger than a little chickadee", - "value": "$800", - "answer": "W.C. Fields", - "round": "Jeopardy!", - "show_number": "5494", - "fullAnswer": "W.C. Fields" - }, { "category": "BELLY UP TO THE BAR", "air_date": "2008-06-26", @@ -1348539,16 +1280519,6 @@ "show_number": "5494", "fullAnswer": "(Virginia) Woolf" }, - { - "category": "THE SUBJECT WAS NOSES", - "air_date": "2008-06-26", - "question": "Last name of the actor whose nose, seen here helped earn him the nickname \"The Great Profile\"", - "value": "$1000", - "answer": "Barrymore", - "round": "Jeopardy!", - "show_number": "5494", - "fullAnswer": "Barrymore" - }, { "category": "BELLY UP TO THE BAR", "air_date": "2008-06-26", @@ -1348739,16 +1280709,6 @@ "show_number": "5494", "fullAnswer": "(Alessandro) Volta" }, - { - "category": "ON WORDS", - "air_date": "2008-06-26", - "question": "(Sarah of the Clue Crew strolls through Central Park.) Before this word meant a shopping center, it meant a tree-lined promenade like the one here in Central Park, lined with stately American elms", - "value": "$1200", - "answer": "mall", - "round": "Double Jeopardy!", - "show_number": "5494", - "fullAnswer": "a mall" - }, { "category": "CHRISTIAN", "air_date": "2008-06-26", @@ -1349069,16 +1281029,6 @@ "show_number": "1106", "fullAnswer": "Elton John" }, - { - "category": "FACTS & FIGURES", - "air_date": "1989-05-29", - "question": "It's what this device keeps track of; Treasury Sec'y Nicholas Brady has one on his desk:

$4,001,985,469,429", - "value": "$300", - "answer": "national debt", - "round": "Jeopardy!", - "show_number": "1106", - "fullAnswer": "the national debt" - }, { "category": "STEPHEN FOSTER LYRICS", "air_date": "1989-05-29", @@ -1349409,16 +1281359,6 @@ "show_number": "1106", "fullAnswer": "Kentucky & New Jersey" }, - { - "category": "MYTHOLOGY & ART", - "air_date": "2006-05-04", - "question": "(Kelly of the Clue Crew plays art professor, a slide of a famous work appearing behind her.) In Fragonard's \"The Meeting\", she steps out of Roman mythology to look down on the young lovers", - "value": "$200", - "answer": "Venus", - "round": "Jeopardy!", - "show_number": "4994", - "fullAnswer": "Venus" - }, { "category": "AUTO FOCUS", "air_date": "2006-05-04", @@ -1349529,16 +1281469,6 @@ "show_number": "4994", "fullAnswer": "Ted Turner" }, - { - "category": "MYTHOLOGY & ART", - "air_date": "2006-05-04", - "question": "(Cheryl of the Clue Crew stands with a gold statue in Peterhofm St. Petersberg, Russia.) The statue of Perseus here at Peterhof holds the head of this Gorgon who's made to look like King Charles XII of Sweden", - "value": "$600", - "answer": "Medusa", - "round": "Jeopardy!", - "show_number": "4994", - "fullAnswer": "Medusa" - }, { "category": "AUTO FOCUS", "air_date": "2006-05-04", @@ -1349649,16 +1281579,6 @@ "show_number": "4994", "fullAnswer": "Ralph Lauren" }, - { - "category": "MYTHOLOGY & ART", - "air_date": "2006-05-04", - "question": "Bernini's famous sculpture of this Greek god & Daphne is in Rome's Borghese Gallery", - "value": "$600", - "answer": "Apollo", - "round": "Jeopardy!", - "show_number": "4994", - "fullAnswer": "Apollo" - }, { "category": "AUTO FOCUS", "air_date": "2006-05-04", @@ -1349689,16 +1281609,6 @@ "show_number": "4994", "fullAnswer": "viz." }, - { - "category": "SIMPSONS CHARACTERS", - "air_date": "2006-05-04", - "question": "This Springfield elementary employee said, \"There's nary an animal alive that can outrun a greased Scotsman\"", - "value": "$1000", - "answer": "Willie the Groundskeeper", - "round": "Jeopardy!", - "show_number": "4994", - "fullAnswer": "Willie the Groundskeeper" - }, { "category": "DOUGH!", "air_date": "2006-05-04", @@ -1350139,16 +1282049,6 @@ "show_number": "6167", "fullAnswer": "Q" }, - { - "category": "STRINGED INSTRUMENTS", - "air_date": "2011-06-07", - "question": "This instrument heard here precedes \"rain\" in a Bruce Hornsby title", - "value": "$600", - "answer": "mandolin", - "round": "Jeopardy!", - "show_number": "6167", - "fullAnswer": "a mandolin" - }, { "category": "MEET MY EXES", "air_date": "2011-06-07", @@ -1350499,16 +1282399,6 @@ "show_number": "6167", "fullAnswer": "(white) marble" }, - { - "category": "SCIENCE", - "air_date": "2011-06-07", - "question": "(Jimmy of the Clue Crew displays a chemical formula on the monitor.) When acetic acid in vinegar reacts with CaCO3, this compound in the eggshell, bubbles of CO2 form in the vinegar & dissolve the shell, leaving just the membrane", - "value": "$1600", - "answer": "calcium carbonate", - "round": "Double Jeopardy!", - "show_number": "6167", - "fullAnswer": "calcium carbonate" - }, { "category": "TV LAW FIRMS", "air_date": "2011-06-07", @@ -1350594,7 +1282484,7 @@ "air_date": "2011-06-07", "question": "Take the apostrophe out of this word & it means to lean to one side", "value": "$2000", - "answer": "can\\'t", + "answer": "can't", "round": "Double Jeopardy!", "show_number": "6167", "fullAnswer": "can\\'t" @@ -1350929,16 +1282819,6 @@ "show_number": "4771", "fullAnswer": "the Gulf of Bothnia" }, - { - "category": "CNN 25: NATIONAL NEWS", - "air_date": "2005-05-09", - "question": "This area was a toxic dump for over a decade before it was developed for homes & a school", - "value": "$400", - "answer": "Love Canal", - "round": "Double Jeopardy!", - "show_number": "4771", - "fullAnswer": "Love Canal" - }, { "category": "MUSICAL NUMBERS", "air_date": "2005-05-09", @@ -1350969,16 +1282849,6 @@ "show_number": "4771", "fullAnswer": "Luciano Pavarotti" }, - { - "category": "EUROPEAN ART", - "air_date": "2005-05-09", - "question": "1940's \"The Visage of War\", a surreal work from this artist, is seen here", - "value": "$400", - "answer": "Dalí", - "round": "Double Jeopardy!", - "show_number": "4771", - "fullAnswer": "Dalí" - }, { "category": "\"M\" PLACEMENT", "air_date": "2005-05-09", @@ -1350989,16 +1282859,6 @@ "show_number": "4771", "fullAnswer": "Maxim" }, - { - "category": "CNN 25: NATIONAL NEWS", - "air_date": "2005-05-09", - "question": "A jury verdict handed down in this California valley city sparked the devastation seen here in Los Angeles more than 30 miles away", - "value": "$800", - "answer": "Simi Valley", - "round": "Double Jeopardy!", - "show_number": "4771", - "fullAnswer": "Simi Valley" - }, { "category": "MUSICAL NUMBERS", "air_date": "2005-05-09", @@ -1351039,26 +1282899,6 @@ "show_number": "4771", "fullAnswer": "Lazarus" }, - { - "category": "\"M\" PLACEMENT", - "air_date": "2005-05-09", - "question": "(Sarah of the Clue Crew reports from San Diego, CA with the U.S.S. Tarawa in the background.) As an amphibious assault ship, the Tarawa's main mission is to land up to 2,000 of these service members on shore & to sustain them there", - "value": "$800", - "answer": "Marines", - "round": "Double Jeopardy!", - "show_number": "4771", - "fullAnswer": "Marines" - }, - { - "category": "CNN 25: NATIONAL NEWS", - "air_date": "2005-05-09", - "question": "(Hi, I'm Nancy Grace with CNN Headline News.) As a former Fulton County prosecutor, I went to the scene in this city to cover the deadly shootings in the same courtroom where I prosecuted felony cases", - "value": "$1200", - "answer": "Atlanta", - "round": "Double Jeopardy!", - "show_number": "4771", - "fullAnswer": "Atlanta" - }, { "category": "MUSICAL NUMBERS", "air_date": "2005-05-09", @@ -1351089,16 +1282929,6 @@ "show_number": "4771", "fullAnswer": "Sue Grafton" }, - { - "category": "EUROPEAN ART", - "air_date": "2005-05-09", - "question": "When you think of Renaissance art, the Italian name of this masterpiece should spring to mind", - "value": "$1200", - "answer": "La primavera", - "round": "Double Jeopardy!", - "show_number": "4771", - "fullAnswer": "La primavera" - }, { "category": "\"M\" PLACEMENT", "air_date": "2005-05-09", @@ -1351109,16 +1282939,6 @@ "show_number": "4771", "fullAnswer": "Mesa Verde" }, - { - "category": "CNN 25: NATIONAL NEWS", - "air_date": "2005-05-09", - "question": "The Bay Area was hit by the quake whose aftermath is seen here, named for this mountain near the epicenter", - "value": "$1600", - "answer": "Loma Prieta", - "round": "Double Jeopardy!", - "show_number": "4771", - "fullAnswer": "Loma Prieta" - }, { "category": "MUSICAL NUMBERS", "air_date": "2005-05-09", @@ -1351139,16 +1282959,6 @@ "show_number": "4771", "fullAnswer": "hafnium" }, - { - "category": "POP CULTURE", - "air_date": "2005-05-09", - "question": "(Cheryl of the Clue Crew reports from the Barnes Foundation.) This famous son was not quite 2 years old when Dad put him at the center of \"The Artist’s Family\"", - "value": "$1600", - "answer": "Jean Renoir", - "round": "Double Jeopardy!", - "show_number": "4771", - "fullAnswer": "Jean Renoir" - }, { "category": "EUROPEAN ART", "air_date": "2005-05-09", @@ -1351169,16 +1282979,6 @@ "show_number": "4771", "fullAnswer": "Macedonia" }, - { - "category": "CNN 25: NATIONAL NEWS", - "air_date": "2005-05-09", - "question": "The lieutenant colonel seen here is about to testify about his time on this government body from 1981 to 1986", - "value": "$2000", - "answer": "NSC ", - "round": "Double Jeopardy!", - "show_number": "4771", - "fullAnswer": "the NSC (the National Security Council)" - }, { "category": "MUSICAL NUMBERS", "air_date": "2005-05-09", @@ -1351209,26 +1283009,6 @@ "show_number": "4771", "fullAnswer": "Ted Hughes" }, - { - "category": "EUROPEAN ART", - "air_date": "2005-05-09", - "question": "This Flemish artist created a 15th-century portrait that’s spoofed in the opening of TV’s “Desperate Housewives”", - "value": "$1,000", - "answer": "Jan van Eyck", - "round": "Double Jeopardy!", - "show_number": "4771", - "fullAnswer": "Jan van Eyck" - }, - { - "category": "\"M\" PLACEMENT", - "air_date": "2005-05-09", - "question": "(Jimmy of the Clue Crew reports from the Charleston, SC waterfront.) In 1776, his defense of Fort Sullivan in Charleston Harbor got the fort renamed for him", - "value": "$2000", - "answer": "Moultrie", - "round": "Double Jeopardy!", - "show_number": "4771", - "fullAnswer": "(William) Moultrie" - }, { "category": "PEOPLE & PLACES", "air_date": "2005-05-09", @@ -1351884,7 +1283664,7 @@ "air_date": "1996-12-30", "question": "In craps, it's a hardway roll of six", "value": "$100", - "answer": "Double 3\\'s", + "answer": "Double 3's", "round": "Jeopardy!", "show_number": "2841", "fullAnswer": "Double 3\\'s" @@ -1352434,7 +1284214,7 @@ "air_date": "1996-12-30", "question": "\"Sleepless In Seattle\",
\"A League of Their Own\",
\"Exit To Eden\"", "value": "$1000", - "answer": "Rosie O\\' Donnell", + "answer": "Rosie O' Donnell", "round": "Double Jeopardy!", "show_number": "2841", "fullAnswer": "Rosie O\\' Donnell" @@ -1352794,7 +1284574,7 @@ "air_date": "1989-12-21", "question": "Biologists think this degenerative disease of memory loss may be caused by a gene on chromosome 21", "value": "$200", - "answer": "Alzheimer\\'s Disease", + "answer": "Alzheimer's Disease", "round": "Double Jeopardy!", "show_number": "1224", "fullAnswer": "Alzheimer\\'s Disease" @@ -1353169,16 +1284949,6 @@ "show_number": "5441", "fullAnswer": "an apple" }, - { - "category": "NOVEL CHARACTERS", - "air_date": "2008-04-14", - "question": "(Hi, I'm Neil Patrick Harris.) My first acting break was in elementary school when I played the dog in the musical version of this novel turned 1939 film", - "value": "$600", - "answer": "Wizard of Oz", - "round": "Jeopardy!", - "show_number": "5441", - "fullAnswer": "The Wizard of Oz" - }, { "category": "ROCK MUSIC", "air_date": "2008-04-14", @@ -1353209,16 +1284979,6 @@ "show_number": "5441", "fullAnswer": "ink" }, - { - "category": "STATE FLAGS", - "air_date": "2008-04-14", - "question": "Oklahoma's flag features crosses, which are Native American signs for these objects seen on many other flags", - "value": "$600", - "answer": "stars", - "round": "Jeopardy!", - "show_number": "5441", - "fullAnswer": "stars" - }, { "category": "STARTS WITH \"A\"", "air_date": "2008-04-14", @@ -1353319,26 +1285079,6 @@ "show_number": "5441", "fullAnswer": "\"Rock Of Ages\"" }, - { - "category": "CEPHALOPODCAST", - "air_date": "2008-04-14", - "question": "This chambered cephalopod is the only one with an external shell", - "value": "$1000", - "answer": "nautilus", - "round": "Jeopardy!", - "show_number": "5441", - "fullAnswer": "a nautilus" - }, - { - "category": "STATE FLAGS", - "air_date": "2008-04-14", - "question": "The flags of these two Eastern states that border each other both depict the goddess Liberty holding a liberty cap", - "value": "$1000", - "answer": "New York & New Jersey", - "round": "Jeopardy!", - "show_number": "5441", - "fullAnswer": "New York & New Jersey" - }, { "category": "STARTS WITH \"A\"", "air_date": "2008-04-14", @@ -1353419,16 +1285159,6 @@ "show_number": "5441", "fullAnswer": "Joe Torre" }, - { - "category": "PITCHERS", - "air_date": "2008-04-14", - "question": "\"Cover the Earth\" has been a trademark of this hyphenated paint company since 1905", - "value": "$800", - "answer": "Sherwin-Williams", - "round": "Double Jeopardy!", - "show_number": "5441", - "fullAnswer": "Sherwin-Williams" - }, { "category": "CATCH HER", "air_date": "2008-04-14", @@ -1353489,16 +1285219,6 @@ "show_number": "5441", "fullAnswer": "a Manwich" }, - { - "category": "CATCH HER", - "air_date": "2008-04-14", - "question": "She was born October 1, 1910 in Rowena, Texas; her two-year crime spree ended violently in 1934", - "value": "$1200", - "answer": "Bonnie Parker", - "round": "Double Jeopardy!", - "show_number": "5441", - "fullAnswer": "Bonnie Parker" - }, { "category": "FIRST BASE", "air_date": "2008-04-14", @@ -1353814,7 +1285534,7 @@ "air_date": "1991-10-17", "question": "This song from “The Music Man” says, “There were bells on the hill, but I never heard them ringing”", "value": "$300", - "answer": "\\'Til There Was You", + "answer": "'Til There Was You", "round": "Jeopardy!", "show_number": "1639", "fullAnswer": "\"\\'Til There Was You\"" @@ -1354019,16 +1285739,6 @@ "show_number": "1639", "fullAnswer": "counties" }, - { - "category": "TECHNOLOGY", - "air_date": "1991-10-17", - "question": "Displayed on many products, the symbol seen here means this", - "value": "$300", - "answer": "recyclable", - "round": "Double Jeopardy!", - "show_number": "1639", - "fullAnswer": "recyclable" - }, { "category": "WORLD TRAVEL", "air_date": "1991-10-17", @@ -1354884,7 +1286594,7 @@ "air_date": "2008-05-13", "question": "2008 brought a season of \"intolerably high, architectonic\", even \"misogynistic\" these", "value": "$200", - "answer": "heels on women\\'s shoes", + "answer": "heels on women's shoes", "round": "Jeopardy!", "show_number": "5462", "fullAnswer": "heels on women\\'s shoes" @@ -1354939,16 +1286649,6 @@ "show_number": "5462", "fullAnswer": "Alabama" }, - { - "category": "THE NEW YORK TIMES FASHION", - "air_date": "2008-05-13", - "question": "An nytimes.com slide show has colorful remakes of the \"classic voluminous\" this coat of spies & reporters", - "value": "$400", - "answer": "trenchcoat", - "round": "Jeopardy!", - "show_number": "5462", - "fullAnswer": "a trenchcoat" - }, { "category": "PENINSULAS", "air_date": "2008-05-13", @@ -1355039,16 +1286739,6 @@ "show_number": "5462", "fullAnswer": "a grease monkey" }, - { - "category": "ART HISTORY", - "air_date": "2008-05-13", - "question": "Seen here, \"The Dance\", by this \"wild man\" of art, was painted during his Fauvist period", - "value": "$800", - "answer": "Henri Matisse", - "round": "Jeopardy!", - "show_number": "5462", - "fullAnswer": "Henri Matisse" - }, { "category": "COLLEGE FOOTBALL GEOGRAPHY", "air_date": "2008-05-13", @@ -1355059,16 +1286749,6 @@ "show_number": "5462", "fullAnswer": "Louisiana" }, - { - "category": "THE NEW YORK TIMES FASHION", - "air_date": "2008-05-13", - "question": "Nytimes.com reported on the \"terrifying schmaltz\" of the Gucci show at this Italian city's fashion week", - "value": "$800", - "answer": "Milan", - "round": "Jeopardy!", - "show_number": "5462", - "fullAnswer": "Milan" - }, { "category": "PENINSULAS", "air_date": "2008-05-13", @@ -1355119,16 +1286799,6 @@ "show_number": "5462", "fullAnswer": "Boise" }, - { - "category": "THE NEW YORK TIMES FASHION", - "air_date": "2008-05-13", - "question": "The nytimes.com \"On the Runway\" blog says of this house's 2008 collection,
\"YSL: The Chic Is Real\"", - "value": "$1000", - "answer": "Yves Saint Laurent", - "round": "Jeopardy!", - "show_number": "5462", - "fullAnswer": "Yves Saint Laurent" - }, { "category": "PENINSULAS", "air_date": "2008-05-13", @@ -1355159,16 +1286829,6 @@ "show_number": "5462", "fullAnswer": "a hole in the wall" }, - { - "category": "DR. DREW", - "air_date": "2008-05-13", - "question": "(Dr. Drew Pinsky reports.)
Drinking sodas may decrease the density of these, as calcium is drawn from them to balance the overall ratio with phosphorus", - "value": "$400", - "answer": "bones", - "round": "Double Jeopardy!", - "show_number": "5462", - "fullAnswer": "bones" - }, { "category": "RECENT FILMS", "air_date": "2008-05-13", @@ -1355219,16 +1286879,6 @@ "show_number": "5462", "fullAnswer": "anonymously" }, - { - "category": "DR. DREW", - "air_date": "2008-05-13", - "question": "(Dr. Drew Pinsky reports.) If you're stressed out at school, try this, from the Latin for \"keep busy\"--your body and mind will thank you for it", - "value": "$800", - "answer": "exercise", - "round": "Double Jeopardy!", - "show_number": "5462", - "fullAnswer": "exercise" - }, { "category": "RECENT FILMS", "air_date": "2008-05-13", @@ -1355239,16 +1286889,6 @@ "show_number": "5462", "fullAnswer": "21" }, - { - "category": "MUSIC CLASS", - "air_date": "2008-05-13", - "question": "The letter \"F\", seen here stands for forte, meaning \"to play loudly\", but double \"F\" stands for this, meaning \"very loudly\"", - "value": "$800", - "answer": "fortissimo", - "round": "Double Jeopardy!", - "show_number": "5462", - "fullAnswer": "fortissimo" - }, { "category": "LEND ME YOUR IROQUOIS", "air_date": "2008-05-13", @@ -1355279,16 +1286919,6 @@ "show_number": "5462", "fullAnswer": "asylum" }, - { - "category": "DR. DREW", - "air_date": "2008-05-13", - "question": "(Dr. Drew Pinsky reports.) People 18 to 25 are vulnerable to mental illnesses like this, a term used in place of \"manic depression\" to describe those whose moods cycle between extremes", - "value": "$1200", - "answer": "bipolar disorder", - "round": "Double Jeopardy!", - "show_number": "5462", - "fullAnswer": "bipolar disorder" - }, { "category": "RECENT FILMS", "air_date": "2008-05-13", @@ -1355339,16 +1286969,6 @@ "show_number": "5462", "fullAnswer": "the microscope" }, - { - "category": "DR. DREW", - "air_date": "2008-05-13", - "question": "(Dr. Drew Pinsky reports.) That couple snuggling in your anthro class may be marking their turf; these displays known by a 3-letter abbreviation can be a way of showing ownership", - "value": "$1600", - "answer": "PDAs ", - "round": "Double Jeopardy!", - "show_number": "5462", - "fullAnswer": "PDAs (public displays of affection)" - }, { "category": "RECENT FILMS", "air_date": "2008-05-13", @@ -1355359,16 +1286979,6 @@ "show_number": "5462", "fullAnswer": "Raven" }, - { - "category": "MUSIC CLASS", - "air_date": "2008-05-13", - "question": "(Cheryl of the Clue Crew reports from the music studio.) On sheet music, dots above or below the notes indicate that the note should be played like this, separate and quickly, Italian for \"detached\"", - "value": "$1600", - "answer": "staccato", - "round": "Double Jeopardy!", - "show_number": "5462", - "fullAnswer": "staccato" - }, { "category": "LEND ME YOUR IROQUOIS", "air_date": "2008-05-13", @@ -1355399,16 +1287009,6 @@ "show_number": "5462", "fullAnswer": "oxygen" }, - { - "category": "DR. DREW", - "air_date": "2008-05-13", - "question": "(Dr. Drew Pinsky reports.) If short winter days make your roommate sleep longer & eat all your potato chips, he may have SAD, short for this, and need light therapy", - "value": "$2000", - "answer": "seasonal affective disorder", - "round": "Double Jeopardy!", - "show_number": "5462", - "fullAnswer": "seasonal affective disorder" - }, { "category": "RECENT FILMS", "air_date": "2008-05-13", @@ -1355469,26 +1287069,6 @@ "show_number": "5462", "fullAnswer": "The Man Without A Country" }, - { - "category": "ALL POLITICS IS LOCAL", - "air_date": "2011-06-15", - "question": "The shape of Illinois's 4th Congressional district is an example of this practice, named for a 19th century politician", - "value": "$200", - "answer": "Gerrymander", - "round": "Jeopardy!", - "show_number": "6173", - "fullAnswer": "Gerrymander" - }, - { - "category": "ICONS OF DAYTIME TELEVISION", - "air_date": "2011-06-15", - "question": "Captain Kangaroo's crew included this right-hand man, played by Hugh Brannum", - "value": "$200", - "answer": "Mr. Green Jeans", - "round": "Jeopardy!", - "show_number": "6173", - "fullAnswer": "Mr. Green Jeans" - }, { "category": "HOUDINI", "air_date": "2011-06-15", @@ -1355599,16 +1287179,6 @@ "show_number": "6173", "fullAnswer": "Detroit" }, - { - "category": "ICONS OF DAYTIME TELEVISION", - "air_date": "2011-06-15", - "question": "Now that's stamina! Since 1970, this soap opera character played by Susan Lucci has been married 12 times", - "value": "$600", - "answer": "Erica Kane", - "round": "Jeopardy!", - "show_number": "6173", - "fullAnswer": "Erica Kane" - }, { "category": "HOUDINI", "air_date": "2011-06-15", @@ -1355689,16 +1287259,6 @@ "show_number": "6173", "fullAnswer": "Jack London" }, - { - "category": "THE NEW YORK TIMES TRAVEL", - "air_date": "2011-06-15", - "question": "At nytimes.com access articles on over 1,000 destinations--for this country \"36 hours in Kuala Lumpur\" came up", - "value": "$800", - "answer": "Malaysia", - "round": "Jeopardy!", - "show_number": "6173", - "fullAnswer": "Malaysia" - }, { "category": "IN DENIAL", "air_date": "2011-06-15", @@ -1355714,21 +1287274,11 @@ "air_date": "2011-06-15", "question": "When JFK gave up his House seat to run for Senate in 1952, this man who said, \"All politics is local\" won it & kept it until 1987", "value": "$1000", - "answer": "Tip O\\'Neill", + "answer": "Tip O'Neill", "round": "Jeopardy!", "show_number": "6173", "fullAnswer": "Tip O\\'Neill" }, - { - "category": "ICONS OF DAYTIME TELEVISION", - "air_date": "2011-06-15", - "question": "Ruta Lee & Elaine Stewart rolled the giant dice on this game show; whatever happened to that debonair fellow?", - "value": "$1000", - "answer": "High Rollers", - "round": "Jeopardy!", - "show_number": "6173", - "fullAnswer": "High Rollers" - }, { "category": "HOUDINI", "air_date": "2011-06-15", @@ -1357054,7 +1288604,7 @@ "air_date": "1998-04-08", "question": "This trade paper of the garment industry began publishing July 13, 1910", "value": "$400", - "answer": "Women\\'s Wear Daily", + "answer": "Women's Wear Daily", "round": "Double Jeopardy!", "show_number": "3143", "fullAnswer": "Women\\'s Wear Daily" @@ -1357379,16 +1288929,6 @@ "show_number": "4572", "fullAnswer": "Reagan" }, - { - "category": "CANADA, EH", - "air_date": "2004-06-22", - "question": "The scientific name of this high flyer seen here is Branta canadensis", - "value": "$400", - "answer": "Canada goose", - "round": "Jeopardy!", - "show_number": "4572", - "fullAnswer": "a Canada goose" - }, { "category": "RIPLEY'S BELIEVE IT OR NOT!", "air_date": "2004-06-22", @@ -1357594,7 +1289134,7 @@ "air_date": "2004-06-22", "question": "Tara is lit with hundreds of candles for this woman's marriage to Charles Hamilton", "value": "$400", - "answer": "Scarlett O\\'Hara", + "answer": "Scarlett O'Hara", "round": "Double Jeopardy!", "show_number": "4572", "fullAnswer": "Scarlett O\\'Hara" @@ -1357649,46 +1289189,16 @@ "show_number": "4572", "fullAnswer": "correct" }, - { - "category": "NOVEL WEDDINGS", - "air_date": "2004-06-22", - "question": "(Jimmy of the Clue Crew has a drink at the Seelback Hilton.) F. Scott Fitzgerald enjoyed drinking at the Seelbach Hotel & made it the site of Tom and Daisy's bridal dinner in this famous novel", - "value": "$800", - "answer": "Great Gatsby", - "round": "Double Jeopardy!", - "show_number": "4572", - "fullAnswer": "The Great Gatsby" - }, - { - "category": "THEY PLAYED JESSE JAMES", - "air_date": "2004-06-22", - "question": "It's true--he starred in 1957's \"The True Story of Jesse James\"", - "value": "$800", - "answer": "Robert Wagner", - "round": "Double Jeopardy!", - "show_number": "4572", - "fullAnswer": "Robert Wagner" - }, { "category": "A \"D\" IN HISTORY", "air_date": "2004-06-22", "question": "Alcatraz has been called America's version of this notorious French island prison", "value": "$800", - "answer": "Devil\\'s Island", + "answer": "Devil's Island", "round": "Double Jeopardy!", "show_number": "4572", "fullAnswer": "Devil\\'s Island" }, - { - "category": "ROGER THAT", - "air_date": "2004-06-22", - "question": "This singer seen here has also made a name as a stage actor", - "value": "$800", - "answer": "Roger Daltrey", - "round": "Double Jeopardy!", - "show_number": "4572", - "fullAnswer": "Roger Daltrey" - }, { "category": "MATH CLASS", "air_date": "2004-06-22", @@ -1357809,16 +1289319,6 @@ "show_number": "4572", "fullAnswer": "the ACLU (American Civil Liberties Union)" }, - { - "category": "MATH CLASS", - "air_date": "2004-06-22", - "question": "(Sofia of the Clue Crew takes us full-circle.) When using this edible type of diagram, proportions are illustrated as sectors of a circle", - "value": "$1600", - "answer": "pie chart", - "round": "Double Jeopardy!", - "show_number": "4572", - "fullAnswer": "a pie chart" - }, { "category": "ON A POSITIVE NOTE", "air_date": "2004-06-22", @@ -1357879,16 +1289379,6 @@ "show_number": "4572", "fullAnswer": "cubing it" }, - { - "category": "ON A POSITIVE NOTE", - "air_date": "2004-06-22", - "question": "It's the title of the 1989 hit song heard here

\"One look from you /
I drift away...\"
", - "value": "$2000", - "answer": "You Got It", - "round": "Double Jeopardy!", - "show_number": "4572", - "fullAnswer": "\"You Got It\"" - }, { "category": "HISTORIC PARTNERSHIPS", "air_date": "2004-06-22", @@ -1357909,16 +1289399,6 @@ "show_number": "5157", "fullAnswer": "Genghis Khan" }, - { - "category": "MARVELOUS", - "air_date": "2007-01-30", - "question": "He was created as a weapon against the Nazis", - "value": "$200", - "answer": "Captain America", - "round": "Jeopardy!", - "show_number": "5157", - "fullAnswer": "Captain America" - }, { "category": "AMERICANA", "air_date": "2007-01-30", @@ -1357969,22 +1289449,12 @@ "show_number": "5157", "fullAnswer": "Kublai Khan" }, - { - "category": "MARVELOUS", - "air_date": "2007-01-30", - "question": "This character was enlisted as the first member of the X-Men", - "value": "$400", - "answer": "Cyclops", - "round": "Jeopardy!", - "show_number": "5157", - "fullAnswer": "Cyclops" - }, { "category": "AMERICANA", "air_date": "2007-01-30", "question": "In 1903 the American yacht Reliance defended this trophy against the Irish yacht Shamrock III", "value": "$400", - "answer": "America\\'s Cup", + "answer": "America's Cup", "round": "Jeopardy!", "show_number": "5157", "fullAnswer": "the America\\'s Cup" @@ -1358029,16 +1289499,6 @@ "show_number": "5157", "fullAnswer": "Chaka Khan" }, - { - "category": "MARVELOUS", - "air_date": "2007-01-30", - "question": "Seen here, the hothead of the Fantastic Four goes by this moniker", - "value": "$600", - "answer": "Human Torch", - "round": "Jeopardy!", - "show_number": "5157", - "fullAnswer": "the Human Torch" - }, { "category": "AMERICANA", "air_date": "2007-01-30", @@ -1358064,7 +1289524,7 @@ "air_date": "2007-01-30", "question": "The 1950 robbery of this armored car co. came to grief when \"Specs\" O'Keefe ratted out the rest of the gang", "value": "$600", - "answer": "Brink\\'s", + "answer": "Brink's", "round": "Jeopardy!", "show_number": "5157", "fullAnswer": "Brink\\'s" @@ -1358089,26 +1289549,6 @@ "show_number": "5157", "fullAnswer": "Great Britain" }, - { - "category": "MARVELOUS", - "air_date": "2007-01-30", - "question": "This alliterative super-villain could also have had a reality show called \"The Osborns\"", - "value": "$800", - "answer": "Green Goblin", - "round": "Jeopardy!", - "show_number": "5157", - "fullAnswer": "the Green Goblin" - }, - { - "category": "AMERICANA", - "air_date": "2007-01-30", - "question": "The Kansas Statehouse mural seen here is entitled \"The Tragic Prelude\" & depicts this pre-Civil War firebrand", - "value": "$800", - "answer": "John Brown", - "round": "Jeopardy!", - "show_number": "5157", - "fullAnswer": "John Brown" - }, { "category": "THAT'S MY SECRETARY OF DEFENSE", "air_date": "2007-01-30", @@ -1358149,16 +1289589,6 @@ "show_number": "5157", "fullAnswer": "Pakistan" }, - { - "category": "MARVELOUS", - "air_date": "2007-01-30", - "question": "Radiation had made this superhero the man he is now", - "value": "$1000", - "answer": "Daredevil", - "round": "Jeopardy!", - "show_number": "5157", - "fullAnswer": "Daredevil" - }, { "category": "AMERICANA", "air_date": "2007-01-30", @@ -1358189,16 +1289619,6 @@ "show_number": "5157", "fullAnswer": "(Bartolomeo) Vanzetti" }, - { - "category": "YOU GET A \"D\"", - "air_date": "2007-01-30", - "question": "(I'm Soledad O'Brien of CNN.) As an African-Cuban-Irish-Australian-American, I've spoken about the importance in our newsrooms & in our society of this, from the Latin for \"contrariety\"", - "value": "$1000", - "answer": "diversity", - "round": "Jeopardy!", - "show_number": "5157", - "fullAnswer": "diversity" - }, { "category": "HISTORY A LA HARLEQUIN", "air_date": "2007-01-30", @@ -1358209,16 +1289629,6 @@ "show_number": "5157", "fullAnswer": "Chang & Eng (the Siamese twins)" }, - { - "category": "YOU DO THE MATH", - "air_date": "2007-01-30", - "question": "(Kelly of the Clue Crew shows on the monitor a figure of a right triangle with sides marked \"3\" and \"4\" and a hypotenuse marked \"C\".) According to the theorem made famous by Pythagoras, it's the value of C in the figure seen here", - "value": "$400", - "answer": "5", - "round": "Double Jeopardy!", - "show_number": "5157", - "fullAnswer": "5" - }, { "category": "EDIBLE RHYME TIME", "air_date": "2007-01-30", @@ -1358329,16 +1289739,6 @@ "show_number": "5157", "fullAnswer": "Marie Antoinette" }, - { - "category": "YOU DO THE MATH", - "air_date": "2007-01-30", - "question": "(Jon of the Clue Crew shows on the monitor a diagram of two rectangles, one 7' by 7' and one 7' by 4'.) It's the total number of square feet in this diagram", - "value": "$1200", - "answer": "77", - "round": "Double Jeopardy!", - "show_number": "5157", - "fullAnswer": "77" - }, { "category": "EDIBLE RHYME TIME", "air_date": "2007-01-30", @@ -1358519,16 +1289919,6 @@ "show_number": "4624", "fullAnswer": "John Adams" }, - { - "category": "HOCKEY", - "air_date": "2004-10-14", - "question": "(Alex and Tie Domi of the Toronto Maple Leafs are both suited up and on the ice to play some hockey.) If Tie Domi crosses the blue line before I get the puck to him, we'll be guilty of this infraction", - "value": "$200", - "answer": "offsides", - "round": "Jeopardy!", - "show_number": "4624", - "fullAnswer": "offsides" - }, { "category": "FOOD, GLORIOUS FOOD", "air_date": "2004-10-14", @@ -1358639,16 +1290029,6 @@ "show_number": "4624", "fullAnswer": "LBJ" }, - { - "category": "HOCKEY", - "air_date": "2004-10-14", - "question": "(Tie Domi and Alex Trebek pose together on the ice.) Any player who messes with me will deal with Tie Domi, who has this job--also the name of a \"Dirty Harry\" film", - "value": "$600", - "answer": "enforcer", - "round": "Jeopardy!", - "show_number": "4624", - "fullAnswer": "enforcer" - }, { "category": "FOOD, GLORIOUS FOOD", "air_date": "2004-10-14", @@ -1358759,16 +1290139,6 @@ "show_number": "4624", "fullAnswer": "Martin Van Buren" }, - { - "category": "HOCKEY", - "air_date": "2004-10-14", - "question": "(Alex shuffles his hockey stick back and forth on the ice.) It's the 13 letter word for the skill I was just demonstrating (Mario Lemieux doesn't have to worry)", - "value": "$1000", - "answer": "stickhandling", - "round": "Jeopardy!", - "show_number": "4624", - "fullAnswer": "stickhandling" - }, { "category": "FOOD, GLORIOUS FOOD", "air_date": "2004-10-14", @@ -1358789,16 +1290159,6 @@ "show_number": "4624", "fullAnswer": "Jane Addams" }, - { - "category": "NICKNAMES", - "air_date": "2004-10-14", - "question": "(Hi there. I’m George Jones.) You know, early in my career, a deejay gave me this nickname because he thought I resembled a certain American marsupial", - "value": "$1000", - "answer": "Possum", - "round": "Jeopardy!", - "show_number": "4624", - "fullAnswer": "\"Possum\"" - }, { "category": "\"ICK\"Y WORDS", "air_date": "2004-10-14", @@ -1359069,16 +1290429,6 @@ "show_number": "4624", "fullAnswer": "Tina Yothers" }, - { - "category": "MATH", - "air_date": "2004-10-14", - "question": "(Cheryl of the Clue Crew points to a diagram on the chalkboard.) In the ratio of s to r, this measure of an angle is similar to the word that the r stands for", - "value": "$2000", - "answer": "radian", - "round": "Double Jeopardy!", - "show_number": "4624", - "fullAnswer": "radian" - }, { "category": "LAKE CITY", "air_date": "2004-10-14", @@ -1359199,26 +1290549,6 @@ "show_number": "4675", "fullAnswer": "justice" }, - { - "category": "A NOUN IS A PERSON, PLACE OR THING", - "air_date": "2004-12-24", - "question": "Person:
The controversial Supreme Court nominee seen here", - "value": "$400", - "answer": "Bork", - "round": "Jeopardy!", - "show_number": "4675", - "fullAnswer": "(Robert) Bork" - }, - { - "category": "THE FOUR-LEGGED ZOO", - "air_date": "2004-12-24", - "question": "Seen here, the fennec is the smallest one of these animals, and it has the longest ears relative to body size", - "value": "$400", - "answer": "fox", - "round": "Jeopardy!", - "show_number": "4675", - "fullAnswer": "a fox" - }, { "category": "THREE IS A MAGIC NUMBER", "air_date": "2004-12-24", @@ -1359284,7 +1290614,7 @@ "air_date": "2004-12-24", "question": "Ths American sitcom was based on the British sitcom \"a man about the house\"", "value": "$600", - "answer": "Three\\'s Company", + "answer": "Three's Company", "round": "Jeopardy!", "show_number": "4675", "fullAnswer": "Three\\'s Company" @@ -1359304,7 +1290634,7 @@ "air_date": "2004-12-24", "question": "\"Well now I'm stuck in committee and I'll sit here and wait\" to hear this how-a-law-gets-passed song", "value": "$800", - "answer": "I\\'m Just A Bill", + "answer": "I'm Just A Bill", "round": "Jeopardy!", "show_number": "4675", "fullAnswer": "\"I\\'m Just A Bill\"" @@ -1359914,7 +1291244,7 @@ "air_date": "1999-11-16", "question": "This famous food shop at Broadway & 80th Street is perfect for a file under \"Z\" category", "value": "$400", - "answer": "Zabar\\'s", + "answer": "Zabar's", "round": "Jeopardy!", "show_number": "3497", "fullAnswer": "Zabar\\'s" @@ -1359954,7 +1291284,7 @@ "air_date": "1999-11-16", "question": "Maybe you'll hear this song if you call after business hours", "value": "$500", - "answer": "It\\'s too Late Baby", + "answer": "It's too Late Baby", "round": "Jeopardy!", "show_number": "3497", "fullAnswer": "\"It\\'s too Late Baby\"" @@ -1359964,7 +1291294,7 @@ "air_date": "1999-11-16", "question": "This department store takes up an entire city block on 59th Street between Lexington & 3rd", "value": "$500", - "answer": "Bloomingdale\\'s", + "answer": "Bloomingdale's", "round": "Jeopardy!", "show_number": "3497", "fullAnswer": "Bloomingdale\\'s" @@ -1360049,26 +1291379,6 @@ "show_number": "3497", "fullAnswer": "\"the Red\"" }, - { - "category": "POTPOURRI", - "air_date": "1999-11-16", - "question": "(Hi, I'm Vanna White at Christian Dior in New York City.) This actress was wearing a Dior gown when she won her first Oscar for \"BUtterfield 8\"", - "value": "$400", - "answer": "Elizabeth Taylor", - "round": "Double Jeopardy!", - "show_number": "3497", - "fullAnswer": "Elizabeth Taylor" - }, - { - "category": "\"B\" YOURSELF", - "air_date": "1999-11-16", - "question": "(Yo-Yo Ma performs a cello solo & gives the clue.) Are you ready? This \"B\" of classical music wrote the piece I'm about to perform", - "value": "$2,000", - "answer": "J.S. Bach", - "round": "Double Jeopardy!", - "show_number": "3497", - "fullAnswer": "J.S. Bach" - }, { "category": "LITERARY MANHATTAN", "air_date": "1999-11-16", @@ -1360844,7 +1292154,7 @@ "air_date": "2002-11-12", "question": "In names of performers, it precedes Romeo & Kim", "value": "$200", - "answer": "Lil\\'", + "answer": "Lil'", "round": "Jeopardy!", "show_number": "4187", "fullAnswer": "Lil\\'" @@ -1361154,7 +1292464,7 @@ "air_date": "2002-11-12", "question": "This classic by Harriet Beecher Stowe sold 300,000 copies in the first year that it was published in book form", "value": "$400", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Double Jeopardy!", "show_number": "4187", "fullAnswer": "\"Uncle Tom\\'s Cabin\"" @@ -1361244,7 +1292554,7 @@ "air_date": "2002-11-12", "question": "In the 1920s Alexander Friedmann's math modified this 1915 theory to allow the universe to expand & contract", "value": "$1200", - "answer": "Einstein\\'s Theory of Relativity", + "answer": "Einstein's Theory of Relativity", "round": "Double Jeopardy!", "show_number": "4187", "fullAnswer": "Einstein\\'s Theory of Relativity" @@ -1361989,16 +1293299,6 @@ "show_number": "3446", "fullAnswer": "Neil Armstrong" }, - { - "category": "IN THE NEWS", - "air_date": "2006-10-03", - "question": "This German-born man seen here made big news in April of 2005", - "value": "$200", - "answer": "Pope Benedict XVI", - "round": "Jeopardy!", - "show_number": "5072", - "fullAnswer": "Pope Benedict XVI" - }, { "category": "POP MUSIC", "air_date": "2006-10-03", @@ -1362034,7 +1293334,7 @@ "air_date": "2006-10-03", "question": "The patron saint of lovers is honored on this annual holiday", "value": "$200", - "answer": "Valentine\\'s Day", + "answer": "Valentine's Day", "round": "Jeopardy!", "show_number": "5072", "fullAnswer": "Valentine\\'s Day" @@ -1362159,16 +1293459,6 @@ "show_number": "5072", "fullAnswer": "May Day" }, - { - "category": "I SENTENCE YOU", - "air_date": "2006-10-03", - "question": "The sentence seen here is in desperate need of these punctuation marks--please do give generously

On the air since 1984 Jeopardy! we are proud to say has grown in viewership esteem and popularity while its staff all would agree remain humble modest and handsome.", - "value": "$600", - "answer": "comma", - "round": "Jeopardy!", - "show_number": "5072", - "fullAnswer": "a comma" - }, { "category": "IN THE NEWS", "air_date": "2006-10-03", @@ -1362314,7 +1293604,7 @@ "air_date": "2006-10-03", "question": "Cohen & Greenfield are the last names of the co-founders of this company that created Cherry Garcia ice cream", "value": "$400", - "answer": "Ben & Jerry\\'s ", + "answer": "Ben & Jerry's ", "round": "Double Jeopardy!", "show_number": "5072", "fullAnswer": "Ben & Jerry\\'s (Ben & Jerry accepted)" @@ -1362384,7 +1293674,7 @@ "air_date": "2006-10-03", "question": "In 2006, Jack Black hosted this annual Nickelodeon show", "value": "$800", - "answer": "Kids\\' Choice Awards", + "answer": "Kids' Choice Awards", "round": "Double Jeopardy!", "show_number": "5072", "fullAnswer": "the Kids\\' Choice Awards" @@ -1362419,26 +1293709,6 @@ "show_number": "5072", "fullAnswer": "Hagrid" }, - { - "category": "MOM, I WANT I WANT I WANT!!", - "air_date": "2006-10-03", - "question": "(Jon of the Clue Crew drives an RC car.) I bet you want an RC car with a 49 MHz signal; RC can stand for \"remote control\" or this \"control\"", - "value": "$1200", - "answer": "radio control", - "round": "Double Jeopardy!", - "show_number": "5072", - "fullAnswer": "radio control" - }, - { - "category": "ICE CREAM", - "air_date": "2006-10-03", - "question": "The logo of this brand of ice cream bar is seen here", - "value": "$1200", - "answer": "Eskimo ", - "round": "Double Jeopardy!", - "show_number": "5072", - "fullAnswer": "Eskimo (Pie)" - }, { "category": "YOUNG PEOPLE WHO MADE A DIFFERENCE", "air_date": "2006-10-03", @@ -1362789,16 +1294059,6 @@ "show_number": "5561", "fullAnswer": "Tennyson" }, - { - "category": "I'LL GIVE YOU MY IMPRESSIONS", - "air_date": "2008-11-10", - "question": "\"That's right, Minnie, my first animated talkie was 1928's 'Steamboat Willie'\"", - "value": "$1000", - "answer": "Mickey Mouse", - "round": "Jeopardy!", - "show_number": "5561", - "fullAnswer": "Mickey Mouse" - }, { "category": "DE-ELECTABLE", "air_date": "2008-11-10", @@ -1362809,16 +1294069,6 @@ "show_number": "5561", "fullAnswer": "FDR" }, - { - "category": "YOU'RE SUCH AN ANIMAL!", - "air_date": "2008-11-10", - "question": "Pictured here, this husky-like sled dog is named for the Inuit tribe who developed the breed", - "value": "$1000", - "answer": "Malamute", - "round": "Jeopardy!", - "show_number": "5561", - "fullAnswer": "Malamute" - }, { "category": "SHOPPING SPREE", "air_date": "2008-11-10", @@ -1362874,7 +1294124,7 @@ "air_date": "2008-11-10", "question": "This \"Pirates of the Caribbean\" sequel was the year's bestselling DVD", "value": "$400", - "answer": "Dead Man\\'s Chest", + "answer": "Dead Man's Chest", "round": "Double Jeopardy!", "show_number": "5561", "fullAnswer": "Dead Man\\'s Chest" @@ -1362979,16 +1294229,6 @@ "show_number": "5561", "fullAnswer": "Shia LaBeouf" }, - { - "category": "AMERICA IN THE 1800s", - "air_date": "2008-11-10", - "question": "(Jimmy of the Clue Crew points to a map of the American Northwest on the monitor.) From the hoped-for northern boundary of the Oregon territory, which was later set at the 49th parallel, came the rallying cry of Democrats in 1844: this \"or fight!\"", - "value": "$1200", - "answer": "Fifty-Four Forty", - "round": "Double Jeopardy!", - "show_number": "5561", - "fullAnswer": "Fifty-Four Forty" - }, { "category": "BESTSELLERS: 2006", "air_date": "2008-11-10", @@ -1363009,16 +1294249,6 @@ "show_number": "5561", "fullAnswer": "the Rock and Roll Hall of Fame" }, - { - "category": "\"OO\" 7-LETTER WORDS", - "air_date": "2008-11-10", - "question": "It's the military item seen here--trust me, it doesn't have a funny comic inside", - "value": "$1200", - "answer": "bazooka", - "round": "Double Jeopardy!", - "show_number": "5561", - "fullAnswer": "a bazooka" - }, { "category": "COLOMBIAN CONNECTIONS", "air_date": "2008-11-10", @@ -1363039,16 +1294269,6 @@ "show_number": "5561", "fullAnswer": "Julia Roberts" }, - { - "category": "AMERICA IN THE 1800s", - "air_date": "2008-11-10", - "question": "(Jon of the Clue Crew shows a map.) Oklahoma has a panhandle because Texas couldn't have land north of 36°30' north or it would have had to free its slaves under this 1820 deal", - "value": "$1600", - "answer": "Missouri Compromise", - "round": "Double Jeopardy!", - "show_number": "5561", - "fullAnswer": "the Missouri Compromise" - }, { "category": "BESTSELLERS: 2006", "air_date": "2008-11-10", @@ -1363149,16 +1294369,6 @@ "show_number": "5561", "fullAnswer": "the telegraph" }, - { - "category": "BALTIC AVENUE", - "air_date": "2005-12-07", - "question": "(Jon of the Clue Crew reports from Riga, Latvia.) Called Milda by the locals, the Freedom Monument is the Latvian version of this American statue unveiled in 1886", - "value": "$200", - "answer": "Statue of Liberty", - "round": "Jeopardy!", - "show_number": "4888", - "fullAnswer": "the Statue of Liberty" - }, { "category": "MARVIN GARDENS", "air_date": "2005-12-07", @@ -1363269,16 +1294479,6 @@ "show_number": "4888", "fullAnswer": "the Freemasons" }, - { - "category": "BALTIC AVENUE", - "air_date": "2005-12-07", - "question": "(Jon of the Clue Crew reports in Poland.) Geographically speaking, Napoleon reportedly said the key to everything is this Baltic port known by both German & Polish names", - "value": "$600", - "answer": "Gdansk", - "round": "Jeopardy!", - "show_number": "4888", - "fullAnswer": "Gdansk" - }, { "category": "MARVIN GARDENS", "air_date": "2005-12-07", @@ -1363379,26 +1294579,6 @@ "show_number": "4888", "fullAnswer": "heart on the right side" }, - { - "category": "\"FREE\" PARKING", - "air_date": "2005-12-07", - "question": "(Hi, I'm Paula Zahn.) Interviewing everyone from diplomats to soldiers' families, I anchored CNN's coverage of this 2003 U.S. military \"operation\"", - "value": "$800", - "answer": "Iraqi Freedom", - "round": "Jeopardy!", - "show_number": "4888", - "fullAnswer": "Iraqi Freedom" - }, - { - "category": "BALTIC AVENUE", - "air_date": "2005-12-07", - "question": "(Jimmy of the Clue Crew reads from Visby, Sweden.) Like Vienna, the Hanseatic town of Visby built this encircling type of wall in the 1200s; Visby's is still here", - "value": "$1000", - "answer": "ring wall", - "round": "Jeopardy!", - "show_number": "4888", - "fullAnswer": "a ring wall" - }, { "category": "MARVIN GARDENS", "air_date": "2005-12-07", @@ -1363524,7 +1294704,7 @@ "air_date": "2005-12-07", "question": "\"You came along, just like a song, and brightened my day, who'd've believed that you were part of a dream...\"", "value": "$800", - "answer": "Can\\'t Smile Without You", + "answer": "Can't Smile Without You", "round": "Double Jeopardy!", "show_number": "4888", "fullAnswer": "\"Can\\'t Smile Without You\"" @@ -1363749,16 +1294929,6 @@ "show_number": "4614", "fullAnswer": "Switzerland & Italy" }, - { - "category": "STARBUCKS", - "air_date": "2004-09-30", - "question": "(Jimmy of the Clue Crew spoons steamed & foamed milk into a cup of espresso behind a counter of a Starbucks in Seattle.) Espresso with steamed & foamed milk was given this Italian name because the color was similar to a monk's habit", - "value": "$200", - "answer": "cappuccino", - "round": "Jeopardy!", - "show_number": "4614", - "fullAnswer": "cappuccino" - }, { "category": "I DON'T GIVE A \"WHIT\"", "air_date": "2004-09-30", @@ -1364059,16 +1295229,6 @@ "show_number": "4614", "fullAnswer": "tools" }, - { - "category": "SEARCH: ENGINES", - "air_date": "2004-09-30", - "question": "This type of engine takes in air, compresses it, & thrusts it out the back", - "value": "$400", - "answer": "jet", - "round": "Double Jeopardy!", - "show_number": "4614", - "fullAnswer": "jet" - }, { "category": "AFRICAN CAPITALS", "air_date": "2004-09-30", @@ -1364084,7 +1295244,7 @@ "air_date": "2004-09-30", "question": "\"Independent Women, Part I\" from Destiny's Child's \"Survivor\" CD was the theme for this 2000 Cameron Diaz film", "value": "$800", - "answer": "Charlie\\'s Angels", + "answer": "Charlie's Angels", "round": "Double Jeopardy!", "show_number": "4614", "fullAnswer": "Charlie\\'s Angels" @@ -1364119,16 +1295279,6 @@ "show_number": "4614", "fullAnswer": "the teeth" }, - { - "category": "SEARCH: ENGINES", - "air_date": "2004-09-30", - "question": "Originally a traveling salesman, Nikolaus August Otto invented the 4-stroke type of this engine", - "value": "$800", - "answer": "gas", - "round": "Double Jeopardy!", - "show_number": "4614", - "fullAnswer": "gas" - }, { "category": "AFRICAN CAPITALS", "air_date": "2004-09-30", @@ -1364179,16 +1295329,6 @@ "show_number": "4614", "fullAnswer": "Neanderthals" }, - { - "category": "SEARCH: ENGINES", - "air_date": "2004-09-30", - "question": "The first practical type of this engine was built by the English inventor Thomas Newcomen in 1712", - "value": "$1200", - "answer": "steam", - "round": "Double Jeopardy!", - "show_number": "4614", - "fullAnswer": "steam" - }, { "category": "AFRICAN CAPITALS", "air_date": "2004-09-30", @@ -1364239,16 +1295379,6 @@ "show_number": "4614", "fullAnswer": "the chimp(anzee)" }, - { - "category": "SEARCH: ENGINES", - "air_date": "2004-09-30", - "question": "These trucks use two engines--one to propel the vehicle, the other to drive the pump", - "value": "$1600", - "answer": "fire", - "round": "Double Jeopardy!", - "show_number": "4614", - "fullAnswer": "fire" - }, { "category": "AFRICAN CAPITALS", "air_date": "2004-09-30", @@ -1364259,16 +1295389,6 @@ "show_number": "4614", "fullAnswer": "Kinshasa" }, - { - "category": "ALBUMS", - "air_date": "2004-09-30", - "question": "The song heard here kicks off \"Let It Be\" by these cult favorites from Minnesota

\"Meet me anyplace or anywhere or anytime...\"", - "value": "$2000", - "answer": "Replacements", - "round": "Double Jeopardy!", - "show_number": "4614", - "fullAnswer": "The Replacements" - }, { "category": "OPERA", "air_date": "2004-09-30", @@ -1364279,16 +1295399,6 @@ "show_number": "4614", "fullAnswer": "Cosi Fan Tutte" }, - { - "category": "RENAISSANCE ART", - "air_date": "2004-09-30", - "question": "Pyres of Vanity, the bonfires that destroyed works of art, were lit by this monk, the Medici's most virulent enemy", - "value": "$2000", - "answer": "Savonarola", - "round": "Double Jeopardy!", - "show_number": "4614", - "fullAnswer": "(Girolamo) Savonarola" - }, { "category": "HUMAN EVOLUTION", "air_date": "2004-09-30", @@ -1364299,16 +1295409,6 @@ "show_number": "4614", "fullAnswer": "Homo erectus" }, - { - "category": "SEARCH: ENGINES", - "air_date": "2004-09-30", - "question": "This is the shortened word for the engine type as well as for the plane that uses it", - "value": "$2000", - "answer": "prop", - "round": "Double Jeopardy!", - "show_number": "4614", - "fullAnswer": "prop" - }, { "category": "ACRONYMS", "air_date": "2004-09-30", @@ -1364769,16 +1295869,6 @@ "show_number": "5665", "fullAnswer": "30" }, - { - "category": "I LIKE YOUR STYLE", - "air_date": "2009-04-03", - "question": "The Talking Heads know you may find yourself living in this long, narrow style popular in New Orleans", - "value": "$1200", - "answer": "shotgun shack", - "round": "Double Jeopardy!", - "show_number": "5665", - "fullAnswer": "a shotgun shack" - }, { "category": "\"POP\" GOES THE CATEGORY", "air_date": "2009-04-03", @@ -1364789,16 +1295879,6 @@ "show_number": "5665", "fullAnswer": "a lollypop" }, - { - "category": "JOURNALISTS", - "air_date": "2009-04-03", - "question": "(Jon of the Clue Crew reads the clue from the Newseum in Washington, D.C.) This typewriter was used by this man, a 1944 Pulitzer winner & perhaps the USA's most popular World War II correspondent", - "value": "$1600", - "answer": "Ernie Pyle", - "round": "Double Jeopardy!", - "show_number": "5665", - "fullAnswer": "Ernie Pyle" - }, { "category": "URBAN MOVIES", "air_date": "2009-04-03", @@ -1365004,7 +1296084,7 @@ "air_date": "1997-11-05", "question": "Reading these study aids with the yellow & black covers is no substitute for reading the text", "value": "$200", - "answer": "Cliff\\'s Notes", + "answer": "Cliff's Notes", "round": "Jeopardy!", "show_number": "3033", "fullAnswer": "Cliff\\'s Notes" @@ -1365169,16 +1296249,6 @@ "show_number": "3033", "fullAnswer": "NutraSweet" }, - { - "category": "BALL GAMES", - "air_date": "1997-11-05", - "question": "Game seen here:", - "value": "$700", - "answer": "skee ball", - "round": "Jeopardy!", - "show_number": "3033", - "fullAnswer": "skee ball" - }, { "category": "PASSING \"NOTE\"s", "air_date": "1997-11-05", @@ -1365604,7 +1296674,7 @@ "air_date": "1998-12-09", "question": "It includes the line \"Give us this day our daily bread\"", "value": "$200", - "answer": "Lord\\'s Prayer ", + "answer": "Lord's Prayer ", "round": "Jeopardy!", "show_number": "3283", "fullAnswer": "The Lord\\'s Prayer (Our Father)" @@ -1365854,7 +1296924,7 @@ "air_date": "1998-12-09", "question": "Steve Allen created the question \"Is it bigger than a breadbox?\" on this long-running game show", "value": "$200", - "answer": "What\\'s My Line?", + "answer": "What's My Line?", "round": "Double Jeopardy!", "show_number": "3283", "fullAnswer": "What\\'s My Line?" @@ -1365914,7 +1296984,7 @@ "air_date": "1998-12-09", "question": "During her almost 40-year career, Tina Turner has topped the pop charts only once, with this song", "value": "$400", - "answer": "What\\'s Love Got To Do With It", + "answer": "What's Love Got To Do With It", "round": "Double Jeopardy!", "show_number": "3283", "fullAnswer": "\"What\\'s Love Got To Do With It\"" @@ -1365964,7 +1297034,7 @@ "air_date": "1998-12-09", "question": "Question preceding, \"That which we call a rose by any other name would smell as sweet\"", "value": "$600", - "answer": "What\\'s in a name?", + "answer": "What's in a name?", "round": "Double Jeopardy!", "show_number": "3283", "fullAnswer": "What\\'s in a name?" @@ -1366014,7 +1297084,7 @@ "air_date": "1998-12-09", "question": "Leonardo DiCaprio received an Oscar nomination for playing the mentally-disabled Arnie in this 1993 Johnny Depp film", "value": "$800", - "answer": "What\\'s Eating Gilbert Grape", + "answer": "What's Eating Gilbert Grape", "round": "Double Jeopardy!", "show_number": "3283", "fullAnswer": "What\\'s Eating Gilbert Grape" @@ -1366604,7 +1297674,7 @@ "air_date": "1994-11-24", "question": "In January 1823 this son of an Irish immigrant resigned as Chile's supreme director", "value": "$1000", - "answer": "Bernardo O\\'Higgins", + "answer": "Bernardo O'Higgins", "round": "Double Jeopardy!", "show_number": "2354", "fullAnswer": "Bernardo O\\'Higgins" @@ -1366699,16 +1297769,6 @@ "show_number": "5909", "fullAnswer": "Carrie Nation" }, - { - "category": "WORTH A THOUSAND WORDS", - "air_date": "2010-04-29", - "question": "It's the year in which the photo seen here was taken", - "value": "$200", - "answer": "1929", - "round": "Jeopardy!", - "show_number": "5909", - "fullAnswer": "1929" - }, { "category": "STATE LICENSE PLATE MOTTOS", "air_date": "2010-04-29", @@ -1366759,16 +1297819,6 @@ "show_number": "5909", "fullAnswer": "a machete" }, - { - "category": "WORTH A THOUSAND WORDS", - "air_date": "2010-04-29", - "question": "An 1870 photo tells the sad story of how this plains animal was hunted to near extinction", - "value": "$400", - "answer": "bison", - "round": "Jeopardy!", - "show_number": "5909", - "fullAnswer": "the bison" - }, { "category": "STATE LICENSE PLATE MOTTOS", "air_date": "2010-04-29", @@ -1366819,16 +1297869,6 @@ "show_number": "5909", "fullAnswer": "a chainsaw" }, - { - "category": "WORTH A THOUSAND WORDS", - "air_date": "2010-04-29", - "question": "The children seen here are practicing the Cold War drill known by this 3-word term", - "value": "$600", - "answer": "duck and cover", - "round": "Jeopardy!", - "show_number": "5909", - "fullAnswer": "duck and cover" - }, { "category": "STATE LICENSE PLATE MOTTOS", "air_date": "2010-04-29", @@ -1366879,16 +1297919,6 @@ "show_number": "5909", "fullAnswer": "a guillotine" }, - { - "category": "WORTH A THOUSAND WORDS", - "air_date": "2010-04-29", - "question": "The photo seen here, taken from one of these planes, triggered an international crisis in 1962", - "value": "$800", - "answer": "U2", - "round": "Jeopardy!", - "show_number": "5909", - "fullAnswer": "a U2" - }, { "category": "STATE LICENSE PLATE MOTTOS", "air_date": "2010-04-29", @@ -1366939,16 +1297969,6 @@ "show_number": "5909", "fullAnswer": "barbed wire" }, - { - "category": "WORTH A THOUSAND WORDS", - "air_date": "2010-04-29", - "question": "He's seen here in 1979 kissing the president of East Germany on the country's 30th anniversary", - "value": "$1000", - "answer": "Brezhnev", - "round": "Jeopardy!", - "show_number": "5909", - "fullAnswer": "Brezhnev" - }, { "category": "STATE LICENSE PLATE MOTTOS", "air_date": "2010-04-29", @@ -1366959,16 +1297979,6 @@ "show_number": "5909", "fullAnswer": "Massachusetts" }, - { - "category": "TER\"MA\"NATORS", - "air_date": "2010-04-29", - "question": "(Kelly of the Clue Crew plays with a novelty globe.) In the device that was invented by Tesla, the electrode in the center is releasing electrons through the gas-filled globe, producing ionized gas, which is known as this", - "value": "$1000", - "answer": "plasma", - "round": "Jeopardy!", - "show_number": "5909", - "fullAnswer": "plasma" - }, { "category": "NATURE STUDY", "air_date": "2010-04-29", @@ -1366989,16 +1297999,6 @@ "show_number": "5909", "fullAnswer": "Charlie Chan" }, - { - "category": "SOME PUZZLING FOOD", - "air_date": "2010-04-29", - "question": "Vegemite is an Australian favorite at this repast", - "value": "$400", - "answer": "breakfast", - "round": "Double Jeopardy!", - "show_number": "5909", - "fullAnswer": "breakfast" - }, { "category": "SIR FRANCIS DRAKE", "air_date": "2010-04-29", @@ -1367034,7 +1298034,7 @@ "air_date": "2010-04-29", "question": "If you don't remember this Blue Oyster Cult song that mentions Romeo, maybe a little cowbell will help", "value": "$800", - "answer": "(Don\\'t Fear) The Reaper", + "answer": "(Don't Fear) The Reaper", "round": "Double Jeopardy!", "show_number": "5909", "fullAnswer": "\"(Don\\'t Fear) The Reaper\"" @@ -1367049,16 +1298049,6 @@ "show_number": "5909", "fullAnswer": "(Raymond) Chandler" }, - { - "category": "SOME PUZZLING FOOD", - "air_date": "2010-04-29", - "question": "It's a lunch staple that's in the mackerel family", - "value": "$800", - "answer": "tuna ", - "round": "Double Jeopardy!", - "show_number": "5909", - "fullAnswer": "tuna (fish)" - }, { "category": "SIR FRANCIS DRAKE", "air_date": "2010-04-29", @@ -1367094,7 +1298084,7 @@ "air_date": "2010-04-29", "question": "Son of rap mogul Master P, this artist was only 11 when his debut song \"My Baby\" went to No. 1 in 2001", "value": "$1200", - "answer": "Lil\\' Romeo", + "answer": "Lil' Romeo", "round": "Double Jeopardy!", "show_number": "5909", "fullAnswer": "Lil\\' Romeo" @@ -1367109,16 +1298099,6 @@ "show_number": "5909", "fullAnswer": "The Saint (Simon Templar)" }, - { - "category": "SOME PUZZLING FOOD", - "air_date": "2010-04-29", - "question": "This hamburger chain started in 1951 in San Diego", - "value": "$1200", - "answer": "Jack in the Box", - "round": "Double Jeopardy!", - "show_number": "5909", - "fullAnswer": "Jack in the Box" - }, { "category": "SIR FRANCIS DRAKE", "air_date": "2010-04-29", @@ -1367169,16 +1298149,6 @@ "show_number": "5909", "fullAnswer": "Erle Stanley Gardner" }, - { - "category": "SOME PUZZLING FOOD", - "air_date": "2010-04-29", - "question": "One the most important ingredients in this dish is air", - "value": "$1600", - "answer": "scrambled eggs", - "round": "Double Jeopardy!", - "show_number": "5909", - "fullAnswer": "scrambled eggs" - }, { "category": "SIR FRANCIS DRAKE", "air_date": "2010-04-29", @@ -1367229,16 +1298199,6 @@ "show_number": "5909", "fullAnswer": "Lord Peter Wimsey" }, - { - "category": "SOME PUZZLING FOOD", - "air_date": "2010-04-29", - "question": "Some people call this \"scroggin\"", - "value": "$2000", - "answer": "trail mix", - "round": "Double Jeopardy!", - "show_number": "5909", - "fullAnswer": "trail mix" - }, { "category": "SIR FRANCIS DRAKE", "air_date": "2010-04-29", @@ -1367394,7 +1298354,7 @@ "air_date": "2002-10-01", "question": "In \"The Guinness Book of Film\", this catchphrase ranks as the fourth best movie quote ever", "value": "$600", - "answer": "I\\'ll Be Back!", + "answer": "I'll Be Back!", "round": "Jeopardy!", "show_number": "4157", "fullAnswer": "\"I\\'ll Be Back!\"" @@ -1367814,7 +1298774,7 @@ "air_date": "2002-10-01", "question": "This song by the Vogues begins, \"Up every mornin' just to keep a job, I gotta fight my way through the hustling mob\"", "value": "$2000", - "answer": "Five O\\'Clock World", + "answer": "Five O'Clock World", "round": "Double Jeopardy!", "show_number": "4157", "fullAnswer": "\"Five O\\'Clock World\"" @@ -1368124,7 +1299084,7 @@ "air_date": "1997-09-22", "question": "Fleetwood Enterprises makes these vehicles under the names Jamboree, Pace Arrow & Tioga", "value": "$500", - "answer": "Motor Homes/RV\\'s", + "answer": "Motor Homes/RV's", "round": "Jeopardy!", "show_number": "3001", "fullAnswer": "Motor Homes/RV\\'s" @@ -1368314,7 +1299274,7 @@ "air_date": "1997-09-22", "question": "6' 5\" Lisa Leslie of this gold medal-winning U.S. team is also centered on a modeling career", "value": "$600", - "answer": "Women\\'s Basketball", + "answer": "Women's Basketball", "round": "Double Jeopardy!", "show_number": "3001", "fullAnswer": "Women\\'s Basketball" @@ -1368824,7 +1299784,7 @@ "air_date": "2003-03-10", "question": "William Tecumseh's Berliners", "value": "$400", - "answer": "Sherman\\'s Germans", + "answer": "Sherman's Germans", "round": "Double Jeopardy!", "show_number": "4271", "fullAnswer": "Sherman\\'s Germans" @@ -1368884,7 +1299844,7 @@ "air_date": "2003-03-10", "question": "Cody's cash registers", "value": "$800", - "answer": "Bill\\'s tills", + "answer": "Bill's tills", "round": "Double Jeopardy!", "show_number": "4271", "fullAnswer": "Bill\\'s tills" @@ -1368944,7 +1299904,7 @@ "air_date": "2003-03-10", "question": "Ancient war city's great happinesses", "value": "$1200", - "answer": "Troy\\'s joys", + "answer": "Troy's joys", "round": "Double Jeopardy!", "show_number": "4271", "fullAnswer": "Troy\\'s joys" @@ -1368974,7 +1299934,7 @@ "air_date": "2003-03-10", "question": "This tune from 1929's \"Hot Chocolates\" is the title of a more recent Fats Waller musical", "value": "$5,600", - "answer": "Ain\\'t Misbehavin\\'", + "answer": "Ain't Misbehavin'", "round": "Double Jeopardy!", "show_number": "4271", "fullAnswer": "Ain\\'t Misbehavin\\'" @@ -1369004,7 +1299964,7 @@ "air_date": "2003-03-10", "question": "Agnew's nothings", "value": "$1600", - "answer": "Spiro\\'s zeros", + "answer": "Spiro's zeros", "round": "Double Jeopardy!", "show_number": "4271", "fullAnswer": "Spiro\\'s zeros" @@ -1369064,7 +1300024,7 @@ "air_date": "2003-03-10", "question": "President Arthur's searchers", "value": "$2000", - "answer": "Chester\\'s questers", + "answer": "Chester's questers", "round": "Double Jeopardy!", "show_number": "4271", "fullAnswer": "Chester\\'s questers" @@ -1369254,7 +1300214,7 @@ "air_date": "1997-05-16", "question": "Famous Simpsons expressions include Bart's \"Don't Have A Cow\" & this Homeric syllable of frustration", "value": "$300", - "answer": "D\\'Oh!", + "answer": "D'Oh!", "round": "Jeopardy!", "show_number": "2940", "fullAnswer": "\"D\\'Oh!\"" @@ -1369344,7 +1300304,7 @@ "air_date": "1997-05-16", "question": "Chaucer, Shakespeare & Blake are among the poets who have written that love has this disability", "value": "$500", - "answer": "It\\'s blind", + "answer": "It's blind", "round": "Jeopardy!", "show_number": "2940", "fullAnswer": "It\\'s blind" @@ -1369824,7 +1300784,7 @@ "air_date": "2007-06-08", "question": "Book store owner & Internet messaging fan Joe Fox", "value": "$600", - "answer": "You\\'ve Got Mail", + "answer": "You've Got Mail", "round": "Jeopardy!", "show_number": "5250", "fullAnswer": "You\\'ve Got Mail" @@ -1370079,16 +1301039,6 @@ "show_number": "5250", "fullAnswer": "(Margot) Fonteyn" }, - { - "category": "STATE FLAGS", - "air_date": "2007-06-08", - "question": "(Kelly of the Clue Crew explains an image of a state flag on a monitor.) The motto, \"Union, Justice and Confidence\" is on this state's flag, below a mother pelican feeding her babies", - "value": "$800", - "answer": "Louisiana", - "round": "Double Jeopardy!", - "show_number": "5250", - "fullAnswer": "Louisiana" - }, { "category": "I'M STARVING!", "air_date": "2007-06-08", @@ -1370199,16 +1301149,6 @@ "show_number": "5250", "fullAnswer": "Nijinsky" }, - { - "category": "STATE FLAGS", - "air_date": "2007-06-08", - "question": "(Jimmy of the Clue Crew talks about an image of two state flags on a monitor.) On an alphabetical list of states, these two states with somewhat similar flags are next to each other", - "value": "$2,000", - "answer": "Tennessee & Texas", - "round": "Double Jeopardy!", - "show_number": "5250", - "fullAnswer": "Tennessee & Texas" - }, { "category": "I'M STARVING!", "air_date": "2007-06-08", @@ -1370339,16 +1301279,6 @@ "show_number": "5274", "fullAnswer": "Charles Darwin" }, - { - "category": "SCIENCE", - "air_date": "2007-07-12", - "question": "( Kelly of the Clue Crew delivers the clue from a science lab. ) The heat from the lamp causes the snake to dance, as hot air is less this five-letter term than cold air and therefore rises and spins the snake", - "value": "$200", - "answer": "dense", - "round": "Jeopardy!", - "show_number": "5274", - "fullAnswer": "dense" - }, { "category": "INSIDE ALEX TREBEK", "air_date": "2007-07-12", @@ -1370444,7 +1301374,7 @@ "air_date": "2007-07-12", "question": "In 1997 this candy introduced a female character who's green; she called her autobiography \"I Melt For No One\"", "value": "$600", - "answer": "M&M\\'s", + "answer": "M&M's", "round": "Jeopardy!", "show_number": "5274", "fullAnswer": "M&M\\'s" @@ -1370454,21 +1301384,11 @@ "air_date": "2007-07-12", "question": "In March 2007's \"Choosing a Sect\", Noah Feldman studied the USA's feelings with these 2 main Iraqi Muslim sects", "value": "$600", - "answer": "Shi\\'ite and Sunni", + "answer": "Shi'ite and Sunni", "round": "Jeopardy!", "show_number": "5274", "fullAnswer": "Shi\\'ite and Sunni" }, - { - "category": "SCIENCE", - "air_date": "2007-07-12", - "question": "( Kelly delivers the clue from the lab. ) Normally, an ice cube floats; this one, however, sinks right to the bottom because it's made of heavy water, or D2O; the D standing for this isotope", - "value": "$600", - "answer": "deuterium", - "round": "Jeopardy!", - "show_number": "5274", - "fullAnswer": "deuterium" - }, { "category": "INSIDE ALEX TREBEK", "air_date": "2007-07-12", @@ -1370579,16 +1301499,6 @@ "show_number": "5274", "fullAnswer": "supercollider" }, - { - "category": "SCIENCE", - "air_date": "2007-07-12", - "question": "( Jimmy of the Clue Crew delivers the clue. ) Though the top book appears to be suspended in air, more than half the weight of the stack rests on the table - the principle is used to build this type of bridge", - "value": "$1000", - "answer": "cantilever bridge", - "round": "Jeopardy!", - "show_number": "5274", - "fullAnswer": "cantilever bridge" - }, { "category": "INSIDE ALEX TREBEK", "air_date": "2007-07-12", @@ -1370649,16 +1301559,6 @@ "show_number": "5274", "fullAnswer": "saves nine" }, - { - "category": "THE WORLD", - "air_date": "2007-07-12", - "question": "It's home to close than 110 million people", - "value": "$400", - "answer": "Mexico", - "round": "Double Jeopardy!", - "show_number": "5274", - "fullAnswer": "Mexico" - }, { "category": "AMERICAN POETS & POETRY", "air_date": "2007-07-12", @@ -1370709,16 +1301609,6 @@ "show_number": "5274", "fullAnswer": "coupons" }, - { - "category": "THE WORLD", - "air_date": "2007-07-12", - "question": "The Socialist republic highlighted here, it was much in U.S. news four decades ago", - "value": "$800", - "answer": "Vietnam", - "round": "Double Jeopardy!", - "show_number": "5274", - "fullAnswer": "Vietnam" - }, { "category": "AMERICAN POETS & POETRY", "air_date": "2007-07-12", @@ -1370769,16 +1301659,6 @@ "show_number": "5274", "fullAnswer": "deposit" }, - { - "category": "THE WORLD", - "air_date": "2007-07-12", - "question": "A colony of Genoa in the 13th century, it's the tiny country indicated here", - "value": "$1200", - "answer": "Monaco", - "round": "Double Jeopardy!", - "show_number": "5274", - "fullAnswer": "Monaco" - }, { "category": "AMERICAN POETS & POETRY", "air_date": "2007-07-12", @@ -1370789,16 +1301669,6 @@ "show_number": "5274", "fullAnswer": "Carl Sandburg" }, - { - "category": "THE FABULOUS FIFTIES", - "air_date": "2007-07-12", - "question": "This beauty is seen here, reigning as Miss America 1955, long before she co-starred on \"Barnaby Jones\"", - "value": "$1600", - "answer": "Lee Meriwether", - "round": "Double Jeopardy!", - "show_number": "5274", - "fullAnswer": "Lee Meriwether" - }, { "category": "HETERONYMS", "air_date": "2007-07-12", @@ -1370829,16 +1301699,6 @@ "show_number": "5274", "fullAnswer": "Roth IRA" }, - { - "category": "THE WORLD", - "air_date": "2007-07-12", - "question": "Elevations in this kingdom often reach above 20,000 feet", - "value": "$1600", - "answer": "Nepal", - "round": "Double Jeopardy!", - "show_number": "5274", - "fullAnswer": "Nepal" - }, { "category": "AMERICAN POETS & POETRY", "air_date": "2007-07-12", @@ -1370879,26 +1301739,6 @@ "show_number": "5274", "fullAnswer": "persistence of vision" }, - { - "category": "TIME TO SAVE", - "air_date": "2007-07-12", - "question": "The logo of this website that allows parents to save for their kids' college educations is seen here", - "value": "$2000", - "answer": "UPromise", - "round": "Double Jeopardy!", - "show_number": "5274", - "fullAnswer": "UPromise" - }, - { - "category": "THE WORLD", - "air_date": "2007-07-12", - "question": "Hurricanes are a weather phenomenon not to be ignored in this country", - "value": "$2000", - "answer": "Jamaica", - "round": "Double Jeopardy!", - "show_number": "5274", - "fullAnswer": "Jamaica" - }, { "category": "NOVELISTS", "air_date": "2007-07-12", @@ -1371309,16 +1302149,6 @@ "show_number": "5963", "fullAnswer": "C" }, - { - "category": "ASTRONOMICAL!", - "air_date": "2010-07-14", - "question": "(Kelly of the Clue Crew shows an astronomical animation on the monitor.) In January, the red star appears to be in front of a group of stars, while in July, it appears to be in front of a different group; the term for that apparent shift caused by change in the observer's position is this", - "value": "$1200", - "answer": "parallax view", - "round": "Double Jeopardy!", - "show_number": "5963", - "fullAnswer": "the parallax view" - }, { "category": "TV SIDEKICKS", "air_date": "2010-07-14", @@ -1371429,16 +1302259,6 @@ "show_number": "5963", "fullAnswer": "four" }, - { - "category": "ASTRONOMICAL!", - "air_date": "2010-07-14", - "question": "(Sarah of the Clue Crew shows an astronomical animation on the monitor.) The perigee is the point of the Moon's orbit at which it's nearest to the Earth; similarly, this term is the point at which the orbiting object is closest to the Sun", - "value": "$2000", - "answer": "perihelion", - "round": "Double Jeopardy!", - "show_number": "5963", - "fullAnswer": "the perihelion" - }, { "category": "TV SIDEKICKS", "air_date": "2010-07-14", @@ -1372279,16 +1303099,6 @@ "show_number": "5960", "fullAnswer": "a bale" }, - { - "category": "E BEFORE I", - "air_date": "2010-07-09", - "question": "(Jimmy of the Clue Crew shows a diagram on the monitor.)

Blood vessels called arteries are connected by means of capillaries to this other type of blood vessel", - "value": "$600", - "answer": "veins", - "round": "Jeopardy!", - "show_number": "5960", - "fullAnswer": "veins" - }, { "category": "HUMAN BODY NUMBERS", "air_date": "2010-07-09", @@ -1372359,16 +1303169,6 @@ "show_number": "5960", "fullAnswer": "knees" }, - { - "category": "PRO SPORTS", - "air_date": "2010-07-09", - "question": "This golfer dominated her sport like no other in recent decades", - "value": "$1000", - "answer": "Sorenstam", - "round": "Jeopardy!", - "show_number": "5960", - "fullAnswer": "(Annika) Sorenstam" - }, { "category": "SOUNDS LIKE A NEW POKEMON", "air_date": "2010-07-09", @@ -1372459,16 +1303259,6 @@ "show_number": "5960", "fullAnswer": "Vienna" }, - { - "category": "FACE THE MUSIC", - "air_date": "2010-07-09", - "question": "You might have seen this country gal singing the National Anthem at the 2010 Super Bowl", - "value": "$400", - "answer": "Carrie Underwood", - "round": "Double Jeopardy!", - "show_number": "5960", - "fullAnswer": "Carrie Underwood" - }, { "category": "THE CIVIL WAR", "air_date": "2010-07-09", @@ -1372489,16 +1303279,6 @@ "show_number": "5960", "fullAnswer": "almond" }, - { - "category": "THOUGHT FOR FOOD", - "air_date": "2010-07-09", - "question": "The tasty treats seen here are called these in blankets", - "value": "$800", - "answer": "pigs", - "round": "Double Jeopardy!", - "show_number": "5960", - "fullAnswer": "pigs" - }, { "category": "PREFIXES", "air_date": "2010-07-09", @@ -1372519,16 +1303299,6 @@ "show_number": "5960", "fullAnswer": "the Mediterranean Sea" }, - { - "category": "FACE THE MUSIC", - "air_date": "2010-07-09", - "question": "This young singer-actress is the daughter of a Dallas Cowboys cheerleader", - "value": "$800", - "answer": "Lovato", - "round": "Double Jeopardy!", - "show_number": "5960", - "fullAnswer": "(Demi) Lovato" - }, { "category": "THE CIVIL WAR", "air_date": "2010-07-09", @@ -1372579,16 +1303349,6 @@ "show_number": "5960", "fullAnswer": "Japan" }, - { - "category": "FACE THE MUSIC", - "air_date": "2010-07-09", - "question": "Hey, Steven, or whatever your name is, we hope you know the name of this singer", - "value": "$1200", - "answer": "Taylor Swift", - "round": "Double Jeopardy!", - "show_number": "5960", - "fullAnswer": "Taylor Swift" - }, { "category": "THE CIVIL WAR", "air_date": "2010-07-09", @@ -1372639,16 +1303399,6 @@ "show_number": "5960", "fullAnswer": "Melbourne" }, - { - "category": "FACE THE MUSIC", - "air_date": "2010-07-09", - "question": "He's the only alliteratively-named singer in his sibling-based band", - "value": "$1600", - "answer": "Joe Jonas", - "round": "Double Jeopardy!", - "show_number": "5960", - "fullAnswer": "Joe Jonas" - }, { "category": "THE CIVIL WAR", "air_date": "2010-07-09", @@ -1372669,16 +1303419,6 @@ "show_number": "5960", "fullAnswer": "Greenpeace" }, - { - "category": "THOUGHT FOR FOOD", - "air_date": "2010-07-09", - "question": "The origin of this pastry dates back over 300 years", - "value": "$2000", - "answer": "croissant", - "round": "Double Jeopardy!", - "show_number": "5960", - "fullAnswer": "a croissant" - }, { "category": "PREFIXES", "air_date": "2010-07-09", @@ -1372699,16 +1303439,6 @@ "show_number": "5960", "fullAnswer": "the Pyrenees" }, - { - "category": "FACE THE MUSIC", - "air_date": "2010-07-09", - "question": "You're just in time to name this singing sensation", - "value": "$2000", - "answer": "Justin Bieber", - "round": "Double Jeopardy!", - "show_number": "5960", - "fullAnswer": "Justin Bieber" - }, { "category": "BOOKS FOR KIDS", "air_date": "2010-07-09", @@ -1372739,16 +1303469,6 @@ "show_number": "6027", "fullAnswer": "The A-Team" }, - { - "category": "BEER GOOGLES", - "air_date": "2010-11-23", - "question": "beeradvocate.com offers a history of this autumn celebration, begun in 1810", - "value": "$200", - "answer": "Oktoberfest", - "round": "Jeopardy!", - "show_number": "6027", - "fullAnswer": "Oktoberfest" - }, { "category": "HOUSEHOLD HINTS", "air_date": "2010-11-23", @@ -1372809,22 +1303529,12 @@ "show_number": "6027", "fullAnswer": "the Rockies" }, - { - "category": "HOUSEHOLD HINTS", - "air_date": "2010-11-23", - "question": "To keep a picnic table pest-free, spray with water mixed with the oil from this plant; take note of its color", - "value": "$400", - "answer": "lavender", - "round": "Jeopardy!", - "show_number": "6027", - "fullAnswer": "lavender" - }, { "category": "THANKSGIVING", "air_date": "2010-11-23", "question": "This department store's beloved Thanksgiving Day parade has been floating through New York City since 1924", "value": "$400", - "answer": "Macy\\'s", + "answer": "Macy's", "round": "Jeopardy!", "show_number": "6027", "fullAnswer": "Macy\\'s" @@ -1372844,7 +1303554,7 @@ "air_date": "2010-11-23", "question": "1946:
\"None of the Queen's Gals\"", "value": "$600", - "answer": "All The King\\'s Men", + "answer": "All The King's Men", "round": "Jeopardy!", "show_number": "6027", "fullAnswer": "All The King\\'s Men" @@ -1372854,7 +1303564,7 @@ "air_date": "2010-11-23", "question": "Nicolas Cage was magic as Balthazar, but as this film's title indicates, he needed a little help", "value": "$600", - "answer": "Sorcerer\\'s Apprentice", + "answer": "Sorcerer's Apprentice", "round": "Jeopardy!", "show_number": "6027", "fullAnswer": "The Sorcerer\\'s Apprentice" @@ -1372929,16 +1303639,6 @@ "show_number": "6027", "fullAnswer": "liters" }, - { - "category": "HOUSEHOLD HINTS", - "air_date": "2010-11-23", - "question": "(Jimmy of the Clue Crew shakes things up.) Adding rice to a saltshaker does two things: the rice knocks apart salt lumps during shaking, & this carbohydrate of the rice, C6H10O5, absorbs moisture, so the salt won't clump", - "value": "$800", - "answer": "starch", - "round": "Jeopardy!", - "show_number": "6027", - "fullAnswer": "starch" - }, { "category": "THANKSGIVING", "air_date": "2010-11-23", @@ -1372954,7 +1303654,7 @@ "air_date": "2010-11-23", "question": "This political wit who goes by 2 initials says, \"God is a Republican and Santa... is a Democrat\"", "value": "$800", - "answer": "P.J. O\\'Rourke", + "answer": "P.J. O'Rourke", "round": "Jeopardy!", "show_number": "6027", "fullAnswer": "P.J. O\\'Rourke" @@ -1373244,7 +1303944,7 @@ "air_date": "2010-11-23", "question": "Adolph S. Ochs, who started in newspapers in Knoxville, adopted this motto for the New York Times", "value": "$1600", - "answer": "All the news that\\'s fit to print", + "answer": "All the news that's fit to print", "round": "Double Jeopardy!", "show_number": "6027", "fullAnswer": "\"All the news that\\'s fit to print\"" @@ -1373589,16 +1304289,6 @@ "show_number": "5951", "fullAnswer": "the University of Kansas" }, - { - "category": "THE GREAT & POWERFUL WOZ", - "air_date": "2010-06-28", - "question": "Woz was the creator of this '80s event that brought music fans out to see an all-star lineup", - "value": "$1000", - "answer": "US Festival", - "round": "Jeopardy!", - "show_number": "5951", - "fullAnswer": "the US Festival" - }, { "category": "IS THERE A DOCTOR IN THE BOOK?", "air_date": "2010-06-28", @@ -1373629,16 +1304319,6 @@ "show_number": "5951", "fullAnswer": "strafe" }, - { - "category": "ARTISTS", - "air_date": "2010-06-28", - "question": "This colorful guy always left me with a great Impression", - "value": "$400", - "answer": "Renoir", - "round": "Double Jeopardy!", - "show_number": "5951", - "fullAnswer": "Renoir" - }, { "category": "RHYMING FOLKS", "air_date": "2010-06-28", @@ -1373689,16 +1304369,6 @@ "show_number": "5951", "fullAnswer": "to cremate" }, - { - "category": "ARTISTS", - "air_date": "2010-06-28", - "question": "The worldview of this American master came through strongly in works like the one seen here", - "value": "$800", - "answer": "Andrew Wyeth", - "round": "Double Jeopardy!", - "show_number": "5951", - "fullAnswer": "Andrew Wyeth" - }, { "category": "RHYMING FOLKS", "air_date": "2010-06-28", @@ -1373749,16 +1304419,6 @@ "show_number": "5951", "fullAnswer": "a stalemate" }, - { - "category": "ARTISTS", - "air_date": "2010-06-28", - "question": "This Italian was a contemporary of the Cubists", - "value": "$1200", - "answer": "Modigliani", - "round": "Double Jeopardy!", - "show_number": "5951", - "fullAnswer": "Modigliani" - }, { "category": "RHYMING FOLKS", "air_date": "2010-06-28", @@ -1373809,16 +1304469,6 @@ "show_number": "5951", "fullAnswer": "a primate" }, - { - "category": "ARTISTS", - "air_date": "2010-06-28", - "question": "Kiss & tell me the name of this Art Nouveau Austrian who painted the work seen here", - "value": "$2,000", - "answer": "Gustav Klimt", - "round": "Double Jeopardy!", - "show_number": "5951", - "fullAnswer": "Gustav Klimt" - }, { "category": "RHYMING FOLKS", "air_date": "2010-06-28", @@ -1373869,26 +1304519,6 @@ "show_number": "5951", "fullAnswer": "acclimate" }, - { - "category": "ARTISTS", - "air_date": "2010-06-28", - "question": "In 1923, \"Bird\" was the word for this innovative sculptor", - "value": "$2000", - "answer": "Constantin Brancusi", - "round": "Double Jeopardy!", - "show_number": "5951", - "fullAnswer": "Constantin Brancusi" - }, - { - "category": "RHYMING FOLKS", - "air_date": "2010-06-28", - "question": "(Jimmy of the Clue Crew reports from the museum at Bethel Woods in New York.) This psychedelic suit was worn by this Woodstock emcee who told the crowd, \"What we have in mind is breakfast in bed for 400,000\"", - "value": "$2000", - "answer": "Wavy Gravy", - "round": "Double Jeopardy!", - "show_number": "5951", - "fullAnswer": "Wavy Gravy" - }, { "category": "TABLOID HEADLINES ACROSS HISTORY", "air_date": "2010-06-28", @@ -1374299,16 +1304929,6 @@ "show_number": "2", "fullAnswer": "the Pony Express" }, - { - "category": "OPERA", - "air_date": "1984-09-11", - "question": "This aria from \"Pagliacci\" gave him the first million-selling record ever", - "value": "$1,000", - "answer": "Enrico Caruso", - "round": "Double Jeopardy!", - "show_number": "2", - "fullAnswer": "Enrico Caruso" - }, { "category": "BIOLOGY", "air_date": "1984-09-11", @@ -1374444,7 +1305064,7 @@ "air_date": "2006-03-30", "question": "You were in my class as a manager trainee at this company's Hamburger University in Illinois", "value": "$200", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "4969", "fullAnswer": "McDonald\\'s" @@ -1374654,7 +1305274,7 @@ "air_date": "2006-03-30", "question": "In Venice you're sitting by this famous square if you're sipping an espresso at Florian's, est. 1720", "value": "$800", - "answer": "St. Mark\\'s Square", + "answer": "St. Mark's Square", "round": "Jeopardy!", "show_number": "4969", "fullAnswer": "St. Mark\\'s Square" @@ -1374719,16 +1305339,6 @@ "show_number": "4969", "fullAnswer": "Eritrea" }, - { - "category": "THAT'S MY \"BB\"", - "air_date": "2006-03-30", - "question": "It's the funky ape species seen here", - "value": "$1000", - "answer": "gibbon", - "round": "Jeopardy!", - "show_number": "4969", - "fullAnswer": "a gibbon" - }, { "category": "THE PERIODIC TABLE OF ELEMENTS", "air_date": "2006-03-30", @@ -1374789,22 +1305399,12 @@ "show_number": "4969", "fullAnswer": "incompatibility" }, - { - "category": "THE PERIODIC TABLE OF ELEMENTS", - "air_date": "2006-03-30", - "question": "(Jon of the Clue Crew shows the periodic table on a monitor.) The columns on the periodic table are of atoms with the same configuration of these as they fill the atom's shell", - "value": "$800", - "answer": "electrons", - "round": "Double Jeopardy!", - "show_number": "4969", - "fullAnswer": "electrons" - }, { "category": "TV TITLE REFERENCES", "air_date": "2006-03-30", "question": "Meredith, a surgical resident at Seattle's Grace Hospital", "value": "$800", - "answer": "Grey\\'s Anatomy", + "answer": "Grey's Anatomy", "round": "Double Jeopardy!", "show_number": "4969", "fullAnswer": "Grey\\'s Anatomy" @@ -1374889,16 +1305489,6 @@ "show_number": "4969", "fullAnswer": "non-violence" }, - { - "category": "ART", - "air_date": "2006-03-30", - "question": "Noun for a work in which ideas are personified, like the book \"Pilgrim's Progress\" or de Troy's \"Time Unveiling Truth\"", - "value": "$1200", - "answer": "allegory", - "round": "Double Jeopardy!", - "show_number": "4969", - "fullAnswer": "allegory" - }, { "category": "15-LETTER WORDS", "air_date": "2006-03-30", @@ -1374909,16 +1305499,6 @@ "show_number": "4969", "fullAnswer": "decontamination" }, - { - "category": "THE PERIODIC TABLE OF ELEMENTS", - "air_date": "2006-03-30", - "question": "In the table setting seen here, 50 is the atomic number and 118.7 is this", - "value": "$1600", - "answer": "atomic weight", - "round": "Double Jeopardy!", - "show_number": "4969", - "fullAnswer": "the atomic weight" - }, { "category": "TV TITLE REFERENCES", "air_date": "2006-03-30", @@ -1374979,26 +1305559,6 @@ "show_number": "4969", "fullAnswer": "Cold Case" }, - { - "category": "THE NON-CATEGORY", - "air_date": "2006-03-30", - "question": "(Kelly of the Clue Crew delivers the clue from a lab in NC State University, Raleigh, NC.) North Carolina State has a research center for fabrics that are bonded by heat or chemicals, in other words, non this", - "value": "$2000", - "answer": "woven", - "round": "Double Jeopardy!", - "show_number": "4969", - "fullAnswer": "woven" - }, - { - "category": "ART", - "air_date": "2006-03-30", - "question": "The puzzling, distorted skull in his 1533 portrait \"The Ambassadors\" may refer to his name, meaning \"hollow bone\"", - "value": "$2000", - "answer": "", - "round": "Double Jeopardy!", - "show_number": "4969", - "fullAnswer": "(Hans) Holbein (the Younger)" - }, { "category": "15-LETTER WORDS", "air_date": "2006-03-30", @@ -1375259,26 +1305819,6 @@ "show_number": "3235", "fullAnswer": "Willa Cather" }, - { - "category": "STEPHEN KING", - "air_date": "1998-10-02", - "question": "(Hi, I'm Stephen King, master of horror.) In the 1980s I stated, \"I've seen the future of horror, and its name is\" this author\"", - "value": "$500", - "answer": "Clive Barker", - "round": "Jeopardy!", - "show_number": "3235", - "fullAnswer": "Clive Barker" - }, - { - "category": "FIRESTARTER", - "air_date": "1998-10-02", - "question": "He's the reform-minded former Catholic priest seen here", - "value": "$500", - "answer": "Martin Luther", - "round": "Jeopardy!", - "show_number": "3235", - "fullAnswer": "Martin Luther" - }, { "category": "THE STAND", "air_date": "1998-10-02", @@ -1375504,7 +1306044,7 @@ "air_date": "1998-10-02", "question": "Liam Neeson was nominated for an Oscar for playing a man named Oskar in this 1993 film", "value": "$800", - "answer": "Schindler\\'s List", + "answer": "Schindler's List", "round": "Double Jeopardy!", "show_number": "3235", "fullAnswer": "\"Schindler\\'s List\"" @@ -1375744,7 +1306284,7 @@ "air_date": "2006-09-25", "question": "Hebrew for \"Sons of the Covenant\", this service organization was founded in New York in 1843", "value": "$600", - "answer": "B\\'nai B\\'rith", + "answer": "B'nai B'rith", "round": "Jeopardy!", "show_number": "5066", "fullAnswer": "B\\'nai B\\'rith" @@ -1375854,21 +1306394,11 @@ "air_date": "2006-09-25", "question": "In 1962 Ray Charles turned this country song into a No. 1 Pop & R&B hit", "value": "$1000", - "answer": "I Can\\'t Stop Loving You", + "answer": "I Can't Stop Loving You", "round": "Jeopardy!", "show_number": "5066", "fullAnswer": "\"I Can\\'t Stop Loving You\"" }, - { - "category": "ORGANIZATIONS", - "air_date": "2006-09-25", - "question": "The logo of this international group that campaigns for human rights is seen here", - "value": "$1000", - "answer": "Amnesty International", - "round": "Jeopardy!", - "show_number": "5066", - "fullAnswer": "Amnesty International" - }, { "category": "REPTILES & AMPHIBIANS", "air_date": "2006-09-25", @@ -1375994,7 +1306524,7 @@ "air_date": "2006-09-25", "question": "My answer to the musical question \"What are you doing\" then is \"sitting home, drinking, watching the ball drop\"", "value": "$800", - "answer": "New Year\\'s Eve", + "answer": "New Year's Eve", "round": "Double Jeopardy!", "show_number": "5066", "fullAnswer": "New Year\\'s Eve" @@ -1376009,16 +1306539,6 @@ "show_number": "5066", "fullAnswer": "Greg LeMond" }, - { - "category": "\"GG\"", - "air_date": "2006-09-25", - "question": "Wintry activity seen here", - "value": "$800", - "answer": "tobogganing", - "round": "Double Jeopardy!", - "show_number": "5066", - "fullAnswer": "tobogganing" - }, { "category": "1950s MOVIES", "air_date": "2006-09-25", @@ -1377579,22 +1308099,12 @@ "show_number": "4144", "fullAnswer": "Hinduism" }, - { - "category": "SWEETS", - "air_date": "2002-09-12", - "question": "(Jimmy of the Clue Crew reports.) Made from nut paste, it's the colorful confection seen here", - "value": "$800", - "answer": "marzipan", - "round": "Jeopardy!", - "show_number": "4144", - "fullAnswer": "marzipan" - }, { "category": "'90s MOVIE LINES", "air_date": "2002-09-12", "question": "1992:
\"If she were a president she'd be Baberaham Lincoln\"", "value": "$800", - "answer": "Wayne\\'s World", + "answer": "Wayne's World", "round": "Jeopardy!", "show_number": "4144", "fullAnswer": "Wayne\\'s World" @@ -1377964,7 +1308474,7 @@ "air_date": "2002-09-12", "question": "Chapter 19 of this Mark Twain tale is \"Knight Errantry as a Trade\"", "value": "$2000", - "answer": "Connecticut Yankee in King Arthur\\'s Court", + "answer": "Connecticut Yankee in King Arthur's Court", "round": "Double Jeopardy!", "show_number": "4144", "fullAnswer": "A Connecticut Yankee in King Arthur\\'s Court" @@ -1378244,7 +1308754,7 @@ "air_date": "1999-04-07", "question": "This Parisian who drew up the original plans for Washington, D.C. is buried at Arlington National Cemetery", "value": "$400", - "answer": "Pierre L\\'Enfant", + "answer": "Pierre L'Enfant", "round": "Jeopardy!", "show_number": "3368", "fullAnswer": "Pierre L\\'Enfant" @@ -1379274,7 +1309784,7 @@ "air_date": "1998-09-23", "question": "7 women have made this list; the first was Ruth Eisemann-Schier in 1968", "value": "$200", - "answer": "FBI\\'s Ten Most Wanted List", + "answer": "FBI's Ten Most Wanted List", "round": "Jeopardy!", "show_number": "3228", "fullAnswer": "FBI\\'s Ten Most Wanted List" @@ -1380034,7 +1310544,7 @@ "air_date": "1997-04-11", "question": "In this 1979 book Norman Mailer told the story of convicted killer Gary Gilmore", "value": "$500", - "answer": "Executioner\\'s Song", + "answer": "Executioner's Song", "round": "Jeopardy!", "show_number": "2915", "fullAnswer": "The Executioner\\'s Song" @@ -1380724,7 +1311234,7 @@ "air_date": "2000-02-02", "question": "Author Roald's Barbies", "value": "$200", - "answer": "Dahl\\'s dolls", + "answer": "Dahl's dolls", "round": "Double Jeopardy!", "show_number": "3553", "fullAnswer": "Dahl\\'s dolls" @@ -1380784,7 +1311294,7 @@ "air_date": "2000-02-02", "question": "Alterations experts for president Zachary", "value": "$400", - "answer": "Taylor\\'s tailors", + "answer": "Taylor's tailors", "round": "Double Jeopardy!", "show_number": "3553", "fullAnswer": "Taylor\\'s tailors" @@ -1380904,7 +1311414,7 @@ "air_date": "2000-02-02", "question": "Marquis' ultimate reference works on identifying owls by their sounds", "value": "$800", - "answer": "Who\\'s hoos", + "answer": "Who's hoos", "round": "Double Jeopardy!", "show_number": "3553", "fullAnswer": "Who\\'s hoos" @@ -1381029,16 +1311539,6 @@ "show_number": "3913", "fullAnswer": "porridge" }, - { - "category": "AFRICAN-AMERICAN HISTORY", - "air_date": "2001-09-12", - "question": "(Hi. I'm Martin Luther King III.) In 1955, my father led a bus boycott in Montgomery after this woman was arrested for refusing to give up her seat", - "value": "$200", - "answer": "Rosa Parks", - "round": "Jeopardy!", - "show_number": "3913", - "fullAnswer": "Rosa Parks" - }, { "category": "MOVIE SONGS", "air_date": "2001-09-12", @@ -1381239,16 +1311739,6 @@ "show_number": "3913", "fullAnswer": "Chastity" }, - { - "category": "DICK & JANE & SPOT HODGEPODGE", - "air_date": "2001-09-12", - "question": "See Jane. See Jane with chimps. Identify Jane!", - "value": "$500", - "answer": "Jane Goodall", - "round": "Jeopardy!", - "show_number": "3913", - "fullAnswer": "Jane Goodall" - }, { "category": "POT - \"POR\" - RI", "air_date": "2001-09-12", @@ -1381294,7 +1311784,7 @@ "air_date": "2001-09-12", "question": "This soup-er company began as a canning & preserves business in Camden, New Jersey in 1869", "value": "$200", - "answer": "Campbell\\'s", + "answer": "Campbell's", "round": "Double Jeopardy!", "show_number": "3913", "fullAnswer": "Campbell\\'s" @@ -1382259,16 +1312749,6 @@ "show_number": "5480", "fullAnswer": "Freddy Krueger" }, - { - "category": "PEOPLE", - "air_date": "2008-06-06", - "question": "Seen here, this Spavinaw, Oklahoma native joined the Yankees in 1951", - "value": "$400", - "answer": "Mickey Mantle", - "round": "Jeopardy!", - "show_number": "5480", - "fullAnswer": "Mickey Mantle" - }, { "category": "THE WRITE STUFF", "air_date": "2008-06-06", @@ -1382309,16 +1312789,6 @@ "show_number": "5480", "fullAnswer": "the Nationalists" }, - { - "category": "DEPP PERCEPTION", - "air_date": "2008-06-06", - "question": "(Jon of the Clue Crew reports from Tavern on the Green in New York.) Tavern on the Green's topiary gardens were created by artisans from this 1990 Johnny Depp film", - "value": "$600", - "answer": "Edward Scissorhands", - "round": "Jeopardy!", - "show_number": "5480", - "fullAnswer": "Edward Scissorhands" - }, { "category": "PEOPLE", "air_date": "2008-06-06", @@ -1382364,7 +1312834,7 @@ "air_date": "2008-06-06", "question": "In 1998 this Chinese org. abbreviated PLA was ordered to sell off all its non-defense assets", "value": "$800", - "answer": "People\\'s Liberation Army", + "answer": "People's Liberation Army", "round": "Jeopardy!", "show_number": "5480", "fullAnswer": "the People\\'s Liberation Army" @@ -1382404,7 +1312874,7 @@ "air_date": "2008-06-06", "question": "\"Take off, eh!\" The McKenzie bros. of \"SCTV\" did commercials touting this Canadian beer", "value": "$800", - "answer": "Molson\\'s", + "answer": "Molson's", "round": "Jeopardy!", "show_number": "5480", "fullAnswer": "Molson\\'s" @@ -1382719,16 +1313189,6 @@ "show_number": "5480", "fullAnswer": "a thoroughbred" }, - { - "category": "A GALLIC CATEGORY?", - "air_date": "2008-06-06", - "question": "(Cheryl of the Clue Crew reports form the State Capital in Lincoln, Nebraska) Here in Lincoln, Nebraska, the Capital has a standing Lincoln by this sculptor famous for the seated Lincoln in Washington, D.C.", - "value": "$2000", - "answer": "Daniel Chester French", - "round": "Double Jeopardy!", - "show_number": "5480", - "fullAnswer": "Daniel Chester French" - }, { "category": "SPORTS TALK", "air_date": "2008-06-06", @@ -1383284,7 +1313744,7 @@ "air_date": "1999-01-07", "question": "In 1909, before reinterment, he lay in state in the city he had planned", "value": "$800", - "answer": "Pierre L\\' Enfant", + "answer": "Pierre L' Enfant", "round": "Double Jeopardy!", "show_number": "3304", "fullAnswer": "Pierre L\\' Enfant" @@ -1383419,16 +1313879,6 @@ "show_number": "5845", "fullAnswer": "Michelangelo" }, - { - "category": "THE GRAMMYS", - "air_date": "2010-01-29", - "question": "This singer's win at the 51st Grammys was an emotional moment

\"Everybody, thank you all. Thank you.\"", - "value": "$200", - "answer": "Jennifer Hudson", - "round": "Jeopardy!", - "show_number": "5845", - "fullAnswer": "Jennifer Hudson" - }, { "category": "RELIGIOUS LEADERS", "air_date": "2010-01-29", @@ -1383504,7 +1313954,7 @@ "air_date": "2010-01-29", "question": "Baby pelicans don't stick their heads into the fridge for something to eat but into here", "value": "$600", - "answer": "their mother\\'s beak", + "answer": "their mother's beak", "round": "Jeopardy!", "show_number": "5845", "fullAnswer": "their mother\\'s beak" @@ -1383519,16 +1313969,6 @@ "show_number": "5845", "fullAnswer": "Salman Rushdie" }, - { - "category": "THE GRAMMYS", - "air_date": "2010-01-29", - "question": "He had something simple & eloquent to say in 2009 when he won for \"Say\"

\"I just--I love making music, and I hope you all do, too. It's the best thing in the world. Thank you very much. Thank you.\"", - "value": "$600", - "answer": "John Mayer", - "round": "Jeopardy!", - "show_number": "5845", - "fullAnswer": "John Mayer" - }, { "category": "RELIGIOUS LEADERS", "air_date": "2010-01-29", @@ -1383639,16 +1314079,6 @@ "show_number": "5845", "fullAnswer": "Jocasta (his mother accepted)" }, - { - "category": "THE GRAMMYS", - "air_date": "2010-01-29", - "question": "No one but her took home the Female R&B Vocal award at the 50th Grammys", - "value": "$1000", - "answer": "Alicia Keys", - "round": "Jeopardy!", - "show_number": "5845", - "fullAnswer": "Alicia Keys" - }, { "category": "GERMAN LITERATURE", "air_date": "2010-01-29", @@ -1383664,7 +1314094,7 @@ "air_date": "2010-01-29", "question": "This 1960 Rat Pack film was remade in 2001", "value": "$400", - "answer": "Ocean\\'s Eleven", + "answer": "Ocean's Eleven", "round": "Double Jeopardy!", "show_number": "5845", "fullAnswer": "Ocean\\'s Eleven" @@ -1383779,16 +1314209,6 @@ "show_number": "5845", "fullAnswer": "the Sea of Cortez (or the Gulf of California)" }, - { - "category": "THE U.S. SENATE", - "air_date": "2010-01-29", - "question": "(Sarah of the Clue Crew reports from the deck of the USS John C. Stennis.) Several aircraft carriers are named for presidents; this one's named for John C. Stennis, who chaired this defense-oriented U.S. Senate committee from 1969 to 1980", - "value": "$1200", - "answer": "Armed Services Committee", - "round": "Double Jeopardy!", - "show_number": "5845", - "fullAnswer": "the Armed Services Committee" - }, { "category": "ROMAN EMPERORS", "air_date": "2010-01-29", @@ -1384449,16 +1314869,6 @@ "show_number": "6149", "fullAnswer": "Rebecca" }, - { - "category": "FILM GRAMMAR", - "air_date": "2011-05-12", - "question": "(Kelly of the Clue Crew gives the clue.) A Dutch tilt gives the viewer a sense that things aren't quite right; the word \"Dutch\" was originally this word, because German filmmakers liked the technique", - "value": "$2000", - "answer": "deutsche", - "round": "Double Jeopardy!", - "show_number": "6149", - "fullAnswer": "deutsche" - }, { "category": "QUOTES ABOUT TEACHING", "air_date": "2011-05-12", @@ -1385054,7 +1315464,7 @@ "air_date": "1998-02-23", "question": "Scientists have used this TV movie about Gale Sayers' doomed teammate to induce tears for study", "value": "$1000", - "answer": "Brian\\'s Song", + "answer": "Brian's Song", "round": "Double Jeopardy!", "show_number": "3111", "fullAnswer": "Brian\\'s Song" @@ -1386389,16 +1316799,6 @@ "show_number": "5947", "fullAnswer": "12,000" }, - { - "category": "STAGE TALK", - "air_date": "2010-06-22", - "question": "(Sarah of the Clue Crew demonstrates on stage.) To stop your movement onstage at precisely the right spot is to hit this", - "value": "$400", - "answer": "your mark", - "round": "Jeopardy!", - "show_number": "5947", - "fullAnswer": "your mark" - }, { "category": "12-LETTER WORDS", "air_date": "2010-06-22", @@ -1386619,16 +1317019,6 @@ "show_number": "5947", "fullAnswer": "madden" }, - { - "category": "COOKIE MONSTER REVIEW NOVEL", - "air_date": "2010-06-22", - "question": "Me enjoy this author's Kinsey Millhone mystery \"C is for Corpse\"; C really for cookie, but me like book anyway", - "value": "$400", - "answer": "Sue Grafton", - "round": "Double Jeopardy!", - "show_number": "5947", - "fullAnswer": "Sue Grafton" - }, { "category": "LUAU LUAU", "air_date": "2010-06-22", @@ -1386679,16 +1317069,6 @@ "show_number": "5947", "fullAnswer": "gall" }, - { - "category": "COOKIE MONSTER REVIEW NOVEL", - "air_date": "2010-06-22", - "question": "Me laugh reading about boy going from Mississippi to Memphis in \"The Reivers\" by him--you hear me? Me say \"Mississippi\"", - "value": "$800", - "answer": "William Faulkner", - "round": "Double Jeopardy!", - "show_number": "5947", - "fullAnswer": "William Faulkner" - }, { "category": "LUAU LUAU", "air_date": "2010-06-22", @@ -1386709,16 +1317089,6 @@ "show_number": "5947", "fullAnswer": "South Africa" }, - { - "category": "CHINESE HISTORY", - "air_date": "2010-06-22", - "question": "(Sarah of the Clue Crew shows a map on the monitor.) In October 1934, the Red Army retreated from Jiangxi; a year later, after crossing 18 mountain ranges, they arrived in Shaanxi, in a journey that's been called this", - "value": "$1200", - "answer": "Long March", - "round": "Double Jeopardy!", - "show_number": "5947", - "fullAnswer": "the Long March" - }, { "category": "ACTORS' MOVIE QUOTES", "air_date": "2010-06-22", @@ -1386739,16 +1317109,6 @@ "show_number": "5947", "fullAnswer": "incense" }, - { - "category": "COOKIE MONSTER REVIEW NOVEL", - "air_date": "2010-06-22", - "question": "Me only able to eat 47 cookies after peruse this author's \"The Silence of the Lambs\"; me haunted by imagery", - "value": "$1200", - "answer": "Harris", - "round": "Double Jeopardy!", - "show_number": "5947", - "fullAnswer": "(Thomas) Harris" - }, { "category": "LUAU LUAU", "air_date": "2010-06-22", @@ -1386799,16 +1317159,6 @@ "show_number": "5947", "fullAnswer": "provoke" }, - { - "category": "COOKIE MONSTER REVIEW NOVEL", - "air_date": "2010-06-22", - "question": "Me repulsed by Julien, amoral hero of this Stendhal novel; colors in title would be good for cookies", - "value": "$1600", - "answer": "Red and the Black", - "round": "Double Jeopardy!", - "show_number": "5947", - "fullAnswer": "The Red and the Black" - }, { "category": "LUAU LUAU", "air_date": "2010-06-22", @@ -1386859,16 +1317209,6 @@ "show_number": "5947", "fullAnswer": "vex" }, - { - "category": "COOKIE MONSTER REVIEW NOVEL", - "air_date": "2010-06-22", - "question": "Me devour books by this creator of modern western novel; 1915 work \"Lone Star Ranger\" psychologically compelling", - "value": "$2000", - "answer": "Grey", - "round": "Double Jeopardy!", - "show_number": "5947", - "fullAnswer": "(Zane) Grey" - }, { "category": "LUAU LUAU", "air_date": "2010-06-22", @@ -1387019,16 +1317359,6 @@ "show_number": "6261", "fullAnswer": "Philadelphia" }, - { - "category": "INDIAN FOOD", - "air_date": "2011-12-05", - "question": "Get your bread piping hot from this type of Indian clay oven, seen here", - "value": "$600", - "answer": "tandoor", - "round": "Jeopardy!", - "show_number": "6261", - "fullAnswer": "a tandoor" - }, { "category": "AMERICAN NOVELISTS", "air_date": "2011-12-05", @@ -1387434,7 +1317764,7 @@ "air_date": "2011-12-05", "question": "Laurent Gbagbo & Alassane Ouattara both had themselves sworn in as pres. of this African country on December 4", "value": "$2000", - "answer": "Cote d\\'Ivoire ", + "answer": "Cote d'Ivoire ", "round": "Double Jeopardy!", "show_number": "6261", "fullAnswer": "Cote d\\'Ivoire (the Ivory Coast)" @@ -1387459,16 +1317789,6 @@ "show_number": "6261", "fullAnswer": "Greece" }, - { - "category": "\"H\"EALTH & MEDICINE", - "air_date": "2011-12-05", - "question": "(Sarah of the Clue Crew shows an anatomical animation on the monitor.) This occurs when the nucleus of a disk protrudes through the surrounding cell & puts pressure on a spinal nerve", - "value": "$2000", - "answer": "herniated disk", - "round": "Double Jeopardy!", - "show_number": "6261", - "fullAnswer": "a herniated disk" - }, { "category": "A MAN: JORDAN", "air_date": "2011-12-05", @@ -1387579,16 +1317899,6 @@ "show_number": "6253", "fullAnswer": "pearls" }, - { - "category": "HORSE BREED NAMES", - "air_date": "2011-11-23", - "question": "(Kelly of the Clue Crew holds the bridle of a Budweiser Clydesdale at the Anheuser-Busch Brewery in St. Louis, MO.) Descendants of the great Flemish horse, which could pull a ton or more walking at 5 miles per hour, the Clydesdales were named for a major river in this country", - "value": "$400", - "answer": "Scotland", - "round": "Jeopardy!", - "show_number": "6253", - "fullAnswer": "Scotland" - }, { "category": "ENDS IN DOUBLE E", "air_date": "2011-11-23", @@ -1387604,7 +1317914,7 @@ "air_date": "2011-11-23", "question": "This character's 3 husbands were played by Rand Brooks, Carroll Nye & Clark Gable", "value": "$400", - "answer": "Scarlett O\\'Hara", + "answer": "Scarlett O'Hara", "round": "Jeopardy!", "show_number": "6253", "fullAnswer": "Scarlett O\\'Hara" @@ -1387689,16 +1317999,6 @@ "show_number": "6253", "fullAnswer": "(Scott) Joplin" }, - { - "category": "GEMS & JEWELRY", - "air_date": "2011-11-23", - "question": "Check out the bejeweled head covering of this living woman", - "value": "$800", - "answer": "Queen Elizabeth II", - "round": "Jeopardy!", - "show_number": "6253", - "fullAnswer": "Queen Elizabeth II" - }, { "category": "HORSE BREED NAMES", "air_date": "2011-11-23", @@ -1387789,16 +1318089,6 @@ "show_number": "6253", "fullAnswer": "Captain Queeg" }, - { - "category": "RADIO FACES", - "air_date": "2011-11-23", - "question": "He's seen here a decade before his most famous broadcasts", - "value": "$400", - "answer": "Churchill", - "round": "Double Jeopardy!", - "show_number": "6253", - "fullAnswer": "Churchill" - }, { "category": "ASIA", "air_date": "2011-11-23", @@ -1387849,16 +1318139,6 @@ "show_number": "6253", "fullAnswer": "Natty Bumppo" }, - { - "category": "RADIO FACES", - "air_date": "2011-11-23", - "question": "Radio nickname of Howard Stern producer & on-air personality Gary Dell'Abate", - "value": "$800", - "answer": "Baba Booey", - "round": "Double Jeopardy!", - "show_number": "6253", - "fullAnswer": "Baba Booey" - }, { "category": "ASIA", "air_date": "2011-11-23", @@ -1387909,16 +1318189,6 @@ "show_number": "6253", "fullAnswer": "Pathfinder" }, - { - "category": "RADIO FACES", - "air_date": "2011-11-23", - "question": "If you're happier listening to this NPR program not knowing what Michele Norris looks like, cover your eyes", - "value": "$1200", - "answer": "All Things Considered", - "round": "Double Jeopardy!", - "show_number": "6253", - "fullAnswer": "All Things Considered" - }, { "category": "ASIA", "air_date": "2011-11-23", @@ -1387969,16 +1318239,6 @@ "show_number": "6253", "fullAnswer": "the Deerslayer" }, - { - "category": "RADIO FACES", - "air_date": "2011-11-23", - "question": "This Southerner who announced Brooklyn Dodgers games gave fans folksy expressions like \"the catbird seat\"", - "value": "$1600", - "answer": "Red Barber", - "round": "Double Jeopardy!", - "show_number": "6253", - "fullAnswer": "Red Barber" - }, { "category": "ASIA", "air_date": "2011-11-23", @@ -1388029,16 +1318289,6 @@ "show_number": "6253", "fullAnswer": "Hawkeye" }, - { - "category": "RADIO FACES", - "air_date": "2011-11-23", - "question": "This disc jockey is often credited with coining the term \"rock 'n' roll\"", - "value": "$2000", - "answer": "Alan Freed", - "round": "Double Jeopardy!", - "show_number": "6253", - "fullAnswer": "Alan Freed" - }, { "category": "ASIA", "air_date": "2011-11-23", @@ -1388069,16 +1318319,6 @@ "show_number": "6253", "fullAnswer": "cribs" }, - { - "category": "SARAH TONE IN...", - "air_date": "2011-11-23", - "question": "Standards like \"Lover Man\" & \"Misty\"", - "value": "$2000", - "answer": "Sarah Vaughan", - "round": "Double Jeopardy!", - "show_number": "6253", - "fullAnswer": "Sarah Vaughan" - }, { "category": "CHARACTER IN JAMES FENIMORE COOPER", "air_date": "2011-11-23", @@ -1388109,16 +1318349,6 @@ "show_number": "4130", "fullAnswer": "South America" }, - { - "category": "BASKETBALL", - "air_date": "2002-07-12", - "question": "(Cheryl shoots some hoops with Shawn Bradley.) There's a regular as well as a sky type of this shot", - "value": "$200", - "answer": "hook shot", - "round": "Jeopardy!", - "show_number": "4130", - "fullAnswer": "hook shot" - }, { "category": "PEOPLE & PLACES", "air_date": "2002-07-12", @@ -1388229,16 +1318459,6 @@ "show_number": "4130", "fullAnswer": "Genoa" }, - { - "category": "BASKETBALL", - "air_date": "2002-07-12", - "question": "(Sofia goes head-to-head with Bradley.) It's a musical artist who broadens his appeal or the type of dribble Shawn Bradley is using to beat me", - "value": "$600", - "answer": "crossover", - "round": "Jeopardy!", - "show_number": "4130", - "fullAnswer": "crossover" - }, { "category": "PEOPLE & PLACES", "air_date": "2002-07-12", @@ -1388349,16 +1318569,6 @@ "show_number": "4130", "fullAnswer": "de la Vega" }, - { - "category": "BASKETBALL", - "air_date": "2002-07-12", - "question": "(Cheryl is attempting a rebound from Bradley.) Shawn's doing this to me; it sounds like fighting, but he's actually in position for the rebound", - "value": "$1000", - "answer": "boxing out", - "round": "Jeopardy!", - "show_number": "4130", - "fullAnswer": "boxing out" - }, { "category": "PEOPLE & PLACES", "air_date": "2002-07-12", @@ -1388384,7 +1318594,7 @@ "air_date": "2002-07-12", "question": "The top food services company, it has twice the revenues of No. 2, Tricon Global Restaurants", "value": "$1000", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "4130", "fullAnswer": "McDonald\\'s" @@ -1388454,7 +1318664,7 @@ "air_date": "2002-07-12", "question": "Clint Howard's nice TV bear who makes Cherry Garcia ice cream", "value": "$400", - "answer": "Gentle Ben & Jerry\\'s", + "answer": "Gentle Ben & Jerry's", "round": "Double Jeopardy!", "show_number": "4130", "fullAnswer": "Gentle Ben & Jerry\\'s" @@ -1388729,16 +1318939,6 @@ "show_number": "5345", "fullAnswer": "Honey Nut Cheerios" }, - { - "category": "PUBLIC DOMAIN JUKEBOX", - "air_date": "2007-11-30", - "question": "She's the lass in the Stephen Foster ditty heard here", - "value": "$200", - "answer": "Jeannie ", - "round": "Jeopardy!", - "show_number": "5345", - "fullAnswer": "Jeannie (with the light brown hair)" - }, { "category": "WHICH U.S. CABINET DEPARTMENT?", "air_date": "2007-11-30", @@ -1388789,16 +1318989,6 @@ "show_number": "5345", "fullAnswer": "Total" }, - { - "category": "PUBLIC DOMAIN JUKEBOX", - "air_date": "2007-11-30", - "question": "Aye, aye! It's the title of the military anthem heard here", - "value": "$400", - "answer": "Anchors Aweigh", - "round": "Jeopardy!", - "show_number": "5345", - "fullAnswer": "\"Anchors Aweigh\"" - }, { "category": "WHICH U.S. CABINET DEPARTMENT?", "air_date": "2007-11-30", @@ -1388849,16 +1319039,6 @@ "show_number": "5345", "fullAnswer": "cinnamon" }, - { - "category": "PUBLIC DOMAIN JUKEBOX", - "air_date": "2007-11-30", - "question": "You might need to join A.A. if you take this song literally", - "value": "$600", - "answer": "Little Brown Jug", - "round": "Jeopardy!", - "show_number": "5345", - "fullAnswer": "\"Little Brown Jug\"" - }, { "category": "WHICH U.S. CABINET DEPARTMENT?", "air_date": "2007-11-30", @@ -1388909,16 +1319089,6 @@ "show_number": "5345", "fullAnswer": "Kashi" }, - { - "category": "PUBLIC DOMAIN JUKEBOX", - "air_date": "2007-11-30", - "question": "Some big gloves might be a nice present for the guy in this song heard here", - "value": "$800", - "answer": "He\\'s Got The Whole World In His Hands", - "round": "Jeopardy!", - "show_number": "5345", - "fullAnswer": "\"He\\'s Got The Whole World In His Hands\"" - }, { "category": "WHICH U.S. CABINET DEPARTMENT?", "air_date": "2007-11-30", @@ -1388969,16 +1319139,6 @@ "show_number": "5345", "fullAnswer": "Crispix" }, - { - "category": "PUBLIC DOMAIN JUKEBOX", - "air_date": "2007-11-30", - "question": "They're the dancing title females in the song heard here", - "value": "$1000", - "answer": "Buffalo Gals", - "round": "Jeopardy!", - "show_number": "5345", - "fullAnswer": "\"Buffalo Gals\"" - }, { "category": "WHICH U.S. CABINET DEPARTMENT?", "air_date": "2007-11-30", @@ -1389009,16 +1319169,6 @@ "show_number": "5345", "fullAnswer": "Indo-European" }, - { - "category": "THE JAPANESE TEA CEREMONY", - "air_date": "2007-11-30", - "question": "(Cheryl of the Clue Crew delivers the clue from Kyoto, Japan.) Among the many utensils used in the ceremony are the Chashaku, or scoop, and the Chasen, or wisk, made from a single piece of this", - "value": "$400", - "answer": "bamboo", - "round": "Double Jeopardy!", - "show_number": "5345", - "fullAnswer": "bamboo" - }, { "category": "MYTHICAL MENAGERIE", "air_date": "2007-11-30", @@ -1389044,7 +1319194,7 @@ "air_date": "2007-11-30", "question": "Of U.S. News & Word Report's 5 top U.S. hospitals in pediatrics, 4 include these 2 words in their names", "value": "$400", - "answer": "Children\\'s Hospital", + "answer": "Children's Hospital", "round": "Double Jeopardy!", "show_number": "5345", "fullAnswer": "Children\\'s Hospital" @@ -1389069,16 +1319219,6 @@ "show_number": "5345", "fullAnswer": "the gladiators" }, - { - "category": "THE JAPANESE TEA CEREMONY", - "air_date": "2007-11-30", - "question": "(Jimmy of the Clue Crew delivers the clue from Kyoto, Japan.) Crawling or crouching through the door to enter the room signifies Kenson, Japanese for this 8-letter opposite of pride", - "value": "$800", - "answer": "humility", - "round": "Double Jeopardy!", - "show_number": "5345", - "fullAnswer": "humility" - }, { "category": "MYTHICAL MENAGERIE", "air_date": "2007-11-30", @@ -1389129,16 +1319269,6 @@ "show_number": "5345", "fullAnswer": "gin" }, - { - "category": "THE JAPANESE TEA CEREMONY", - "air_date": "2007-11-30", - "question": "(Cheryl of the Clue Crew delivers the clue from Kyoto, Japan.) Like the altar of a Zen chapel which inspired it, the Tokonoma, or decorated alcove, faces this direction, thought lucky due to its exposure to sunlight", - "value": "$1200", - "answer": "south", - "round": "Double Jeopardy!", - "show_number": "5345", - "fullAnswer": "south" - }, { "category": "MYTHICAL MENAGERIE", "air_date": "2007-11-30", @@ -1389189,16 +1319319,6 @@ "show_number": "5345", "fullAnswer": "glaciers" }, - { - "category": "THE JAPANESE TEA CEREMONY", - "air_date": "2007-11-30", - "question": "(Cheryl of the Clue Crew delivers the clue from Kyoto, Japan.) Many elements of the ceremony like the fire and water, the open tea bowl, and the closed tea caddy, represent these two complementary forces of nature borrowed from the Chinese", - "value": "$1600", - "answer": "yin and yang", - "round": "Double Jeopardy!", - "show_number": "5345", - "fullAnswer": "yin and yang" - }, { "category": "MYTHICAL MENAGERIE", "air_date": "2007-11-30", @@ -1389249,16 +1319369,6 @@ "show_number": "5345", "fullAnswer": "guano" }, - { - "category": "THE JAPANESE TEA CEREMONY", - "air_date": "2007-11-30", - "question": "(Jimmy of the Clue Crew delivers the clue from Kyoto, Japan.) Once, sitting on these mats could signify one's noble stature. Today, everyone sits on them for the tea ceremony", - "value": "$2000", - "answer": "tatami", - "round": "Double Jeopardy!", - "show_number": "5345", - "fullAnswer": "tatami" - }, { "category": "MYTHICAL MENAGERIE", "air_date": "2007-11-30", @@ -1389279,16 +1319389,6 @@ "show_number": "5345", "fullAnswer": "the Gadsden Purchase" }, - { - "category": "HOSPITALS", - "air_date": "2007-11-30", - "question": "Seen here is this fittingly named Paris complex founded as a Veteran's hospital founded by Louis XIV", - "value": "$2000", - "answer": "Les Invalides", - "round": "Double Jeopardy!", - "show_number": "5345", - "fullAnswer": "Les Invalides" - }, { "category": "BESTSELLERS OF THE DECADE", "air_date": "2007-11-30", @@ -1389319,16 +1319419,6 @@ "show_number": "5345", "fullAnswer": "venom" }, - { - "category": "THE TOOTH OF THE MATTER", - "air_date": "2004-10-13", - "question": "What? Him worry?", - "value": "$200", - "answer": "Alfred E. Neuman", - "round": "Jeopardy!", - "show_number": "4623", - "fullAnswer": "Alfred E. Neuman" - }, { "category": "4X4", "air_date": "2004-10-13", @@ -1389379,16 +1319469,6 @@ "show_number": "4623", "fullAnswer": "Darkness" }, - { - "category": "THE TOOTH OF THE MATTER", - "air_date": "2004-10-13", - "question": "You'd be smiling like this man if you had helped build another house for Habitat for Humanity", - "value": "$400", - "answer": "Jimmy Carter", - "round": "Jeopardy!", - "show_number": "4623", - "fullAnswer": "Jimmy Carter" - }, { "category": "4X4", "air_date": "2004-10-13", @@ -1389429,26 +1319509,6 @@ "show_number": "4623", "fullAnswer": "a pigeon" }, - { - "category": "WE LOVE YOU CONRAD", - "air_date": "2004-10-13", - "question": "This novel was adapted into the film seen here

\"You must let me free the lifeboats.\"
\"Why so you can abandon us?\"
\"You believe that?\"
", - "value": "$400", - "answer": "Lord Jim", - "round": "Jeopardy!", - "show_number": "4623", - "fullAnswer": "Lord Jim" - }, - { - "category": "THE TOOTH OF THE MATTER", - "air_date": "2004-10-13", - "question": "Even the teeth of this politician seem to have muscles", - "value": "$600", - "answer": "Governor Schwarzenegger", - "round": "Jeopardy!", - "show_number": "4623", - "fullAnswer": "Governor Schwarzenegger" - }, { "category": "4X4", "air_date": "2004-10-13", @@ -1389649,16 +1319709,6 @@ "show_number": "4623", "fullAnswer": "a drum" }, - { - "category": "WHAT DO YOU \"C\"?", - "air_date": "2004-10-13", - "question": "(Sarah of the Clue Crew strolls through one of the terminals at O'Hare Airport in Chicago.) It's the large passage along which airport gates are located, like here at O'Hare", - "value": "$400", - "answer": "concourse", - "round": "Double Jeopardy!", - "show_number": "4623", - "fullAnswer": "the concourse" - }, { "category": "THE AMERICAN REVOLUTION", "air_date": "2004-10-13", @@ -1389709,16 +1319759,6 @@ "show_number": "4623", "fullAnswer": "a bell" }, - { - "category": "WHAT DO YOU \"C\"?", - "air_date": "2004-10-13", - "question": "One-word term for the small stall seen here", - "value": "$800", - "answer": "confessional", - "round": "Double Jeopardy!", - "show_number": "4623", - "fullAnswer": "confessional" - }, { "category": "THE AMERICAN REVOLUTION", "air_date": "2004-10-13", @@ -1389769,16 +1319809,6 @@ "show_number": "4623", "fullAnswer": "a harp" }, - { - "category": "WHAT DO YOU \"C\"?", - "air_date": "2004-10-13", - "question": "(Cheryl of the Clue Crew points to a diagram.) In geometry, it's a segment that joins two points on a circle", - "value": "$1200", - "answer": "chord", - "round": "Double Jeopardy!", - "show_number": "4623", - "fullAnswer": "a chord" - }, { "category": "THE AMERICAN REVOLUTION", "air_date": "2004-10-13", @@ -1389829,16 +1319859,6 @@ "show_number": "4623", "fullAnswer": "an oboe" }, - { - "category": "WHAT DO YOU \"C\"?", - "air_date": "2004-10-13", - "question": "According to the poem inscribed on it, the type of statue seen here", - "value": "$1600", - "answer": "colossus", - "round": "Double Jeopardy!", - "show_number": "4623", - "fullAnswer": "a colossus" - }, { "category": "THE AMERICAN REVOLUTION", "air_date": "2004-10-13", @@ -1389889,16 +1319909,6 @@ "show_number": "4623", "fullAnswer": "a tuba" }, - { - "category": "WHAT DO YOU \"C\"?", - "air_date": "2004-10-13", - "question": "This luminous constellation has a daughter, Andromeda, placed near her in the heavens", - "value": "$2000", - "answer": "Cassiopeia", - "round": "Double Jeopardy!", - "show_number": "4623", - "fullAnswer": "Cassiopeia" - }, { "category": "1920s TRANSPORTATION", "air_date": "2004-10-13", @@ -1390369,16 +1320379,6 @@ "show_number": "4684", "fullAnswer": "a valance" }, - { - "category": "EDWARDS", - "air_date": "2005-01-06", - "question": "He's lent a patrician air to dozens of movies and TV shows", - "value": "$1200", - "answer": "Edward Herrman", - "round": "Double Jeopardy!", - "show_number": "4684", - "fullAnswer": "Edward Herrman" - }, { "category": "\"F\" WORDS", "air_date": "2005-01-06", @@ -1390604,7 +1320604,7 @@ "air_date": "2004-12-30", "question": "For many years, Henny Youngman received much of his fan mail at this comedy \"club\" found on NYC's East 55th Street", "value": "$400", - "answer": "Friar\\'s Club", + "answer": "Friar's Club", "round": "Jeopardy!", "show_number": "4679", "fullAnswer": "the Friar\\'s Club" @@ -1390839,16 +1320839,6 @@ "show_number": "4679", "fullAnswer": "holocaust" }, - { - "category": "\"R\" MAN", - "air_date": "2004-12-30", - "question": "He is the groundbreaking second baseman seen here in 1946", - "value": "$400", - "answer": "Jackie Robinson", - "round": "Double Jeopardy!", - "show_number": "4679", - "fullAnswer": "Jackie Robinson" - }, { "category": "IN HAVANA", "air_date": "2004-12-30", @@ -1390979,16 +1320969,6 @@ "show_number": "4679", "fullAnswer": "Ernest Hemingway" }, - { - "category": "DEISGN", - "air_date": "2004-12-30", - "question": "Popular in the 1960s, this brand made a comeback in 2001", - "value": "$1600", - "answer": "Vespa", - "round": "Double Jeopardy!", - "show_number": "4679", - "fullAnswer": "Vespa" - }, { "category": "MOVIE ROLE IN COMMON", "air_date": "2004-12-30", @@ -1391259,16 +1321239,6 @@ "show_number": "4581", "fullAnswer": "a pistol" }, - { - "category": "SEA CREATURES", - "air_date": "2004-07-05", - "question": "(Hi, I'm Jeff Probst [in Thailand].) Several species of these migratory sea creatures, including green & hawksbill, lay their eggs on Tarutao's beaches", - "value": "$600", - "answer": "turtle", - "round": "Jeopardy!", - "show_number": "4581", - "fullAnswer": "a turtle" - }, { "category": "INITIALLY YOURS", "air_date": "2004-07-05", @@ -1391294,7 +1321264,7 @@ "air_date": "2004-07-05", "question": "About 70 feet high each, one of these obelisks is in Central Park, another by the Thames River", "value": "$800", - "answer": "Cleopatra\\'s Needle", + "answer": "Cleopatra's Needle", "round": "Jeopardy!", "show_number": "4581", "fullAnswer": "Cleopatra\\'s Needle" @@ -1391329,16 +1321299,6 @@ "show_number": "4581", "fullAnswer": "a fiddler crab" }, - { - "category": "INITIALLY YOURS", - "air_date": "2004-07-05", - "question": "He's the singer heard here in one of his biggest hits

\"Raindrops keep fallin' on my head /
And just like the guy whose feet are too big...\"
", - "value": "$800", - "answer": "B.J. Thomas", - "round": "Jeopardy!", - "show_number": "4581", - "fullAnswer": "B.J. Thomas" - }, { "category": "TAKE THIS", "air_date": "2004-07-05", @@ -1391629,16 +1321589,6 @@ "show_number": "4581", "fullAnswer": "a carnivore" }, - { - "category": "BUILDING BRIDGES", - "air_date": "2004-07-05", - "question": "(Cheryl of the Clue Crew reports from the Brooklyn Bridge.) It's the last name of the father-&-son engineers who were instrumental in building the Brooklyn Bridge", - "value": "$2000", - "answer": "Roebling", - "round": "Double Jeopardy!", - "show_number": "4581", - "fullAnswer": "Roebling" - }, { "category": "CELEBRITY TRIVIA", "air_date": "2004-07-05", @@ -1391649,16 +1321599,6 @@ "show_number": "4581", "fullAnswer": "Marlon Brando" }, - { - "category": "ON THE \"M\"AP", - "air_date": "2004-07-05", - "question": "(Sarah of the Clue Crew flies over a glacier in Alaska.) This glacier, 13 miles from downtown Juneau, was called Auk Glacier by naturalist John Muir; the name was changed in 1892", - "value": "$2000", - "answer": "Mendenhall Glacier", - "round": "Double Jeopardy!", - "show_number": "4581", - "fullAnswer": "the Mendenhall Glacier" - }, { "category": "WE'RE IN BUSINESS", "air_date": "2004-07-05", @@ -1391969,16 +1321909,6 @@ "show_number": "6093", "fullAnswer": "Brunei" }, - { - "category": "TEENAGE DREAM", - "air_date": "2011-02-23", - "question": "Dream of trading in that Civic for this automaker's Enzo, seen here", - "value": "$1000", - "answer": "Ferrari", - "round": "Jeopardy!", - "show_number": "6093", - "fullAnswer": "Ferrari" - }, { "category": "KIDS' SONGS IN OTHER WORDS", "air_date": "2011-02-23", @@ -1392079,26 +1322009,6 @@ "show_number": "6093", "fullAnswer": "Britney Spears" }, - { - "category": "COLLECTIBLES", - "air_date": "2011-02-23", - "question": "In the 1980s feet were added to the bottom of these collectible dispensers to make them more stable", - "value": "$800", - "answer": "Pez", - "round": "Double Jeopardy!", - "show_number": "6093", - "fullAnswer": "Pez" - }, - { - "category": "BIOLOGY GLOSSARY", - "air_date": "2011-02-23", - "question": "(Sarah of the Clue Crew shows us some photos in the science lab.) After a butterfly goes through four life stages, from egg to larva to pupa, & finally, to adult, it's said to have undergone complete this, Greek for \"transformation\"", - "value": "$800", - "answer": "metamorphosis", - "round": "Double Jeopardy!", - "show_number": "6093", - "fullAnswer": "metamorphosis" - }, { "category": "10-LETTER WORDS", "air_date": "2011-02-23", @@ -1392159,16 +1322069,6 @@ "show_number": "6093", "fullAnswer": "light" }, - { - "category": "10-LETTER WORDS", - "air_date": "2011-02-23", - "question": "It's the round instrument heard here", - "value": "$1200", - "answer": "tambourine", - "round": "Double Jeopardy!", - "show_number": "6093", - "fullAnswer": "tambourine" - }, { "category": "SO. CAL. STUDIES", "air_date": "2011-02-23", @@ -1392249,16 +1322149,6 @@ "show_number": "6093", "fullAnswer": "Calvert" }, - { - "category": "CELEBRITEENS", - "air_date": "2011-02-23", - "question": "In 2010, this actress seen here celebrated her sweet 16 & was voted homecoming queen at her high school", - "value": "$2000", - "answer": "Dakota Fanning", - "round": "Double Jeopardy!", - "show_number": "6093", - "fullAnswer": "Dakota Fanning" - }, { "category": "COLLECTIBLES", "air_date": "2011-02-23", @@ -1392319,16 +1322209,6 @@ "show_number": "5586", "fullAnswer": "France" }, - { - "category": "MOVING PICTURES", - "air_date": "2008-12-15", - "question": "A veritable feast for Pixar in 2007", - "value": "$200", - "answer": "Ratatouille", - "round": "Jeopardy!", - "show_number": "5586", - "fullAnswer": "Ratatouille" - }, { "category": "BORN & DIED", "air_date": "2008-12-15", @@ -1392354,7 +1322234,7 @@ "air_date": "2008-12-15", "question": "It's the gastropod \"pace\" that ensures a late arrival", "value": "$200", - "answer": "snail\\'s pace", + "answer": "snail's pace", "round": "Jeopardy!", "show_number": "5586", "fullAnswer": "a snail\\'s pace" @@ -1392379,16 +1322259,6 @@ "show_number": "5586", "fullAnswer": "Norway" }, - { - "category": "MOVING PICTURES", - "air_date": "2008-12-15", - "question": "Robots in disguise", - "value": "$400", - "answer": "Transformers", - "round": "Jeopardy!", - "show_number": "5586", - "fullAnswer": "Transformers" - }, { "category": "BORN & DIED", "air_date": "2008-12-15", @@ -1392424,7 +1322294,7 @@ "air_date": "2008-12-15", "question": "The Smithsonian:
Archie Bunker's chair,
the Declaration of Independence,
the Liberty bell", "value": "$400", - "answer": "Archie Bunker\\'s chair", + "answer": "Archie Bunker's chair", "round": "Jeopardy!", "show_number": "5586", "fullAnswer": "Archie Bunker\\'s chair" @@ -1392439,16 +1322309,6 @@ "show_number": "5586", "fullAnswer": "Angola" }, - { - "category": "MOVING PICTURES", - "air_date": "2008-12-15", - "question": "Translating the structure into Spanish gets you this Oscar winner", - "value": "$600", - "answer": "Casablanca", - "round": "Jeopardy!", - "show_number": "5586", - "fullAnswer": "Casablanca" - }, { "category": "BORN & DIED", "air_date": "2008-12-15", @@ -1392459,16 +1322319,6 @@ "show_number": "5586", "fullAnswer": "Lawrence (of Arabia)" }, - { - "category": "LITTLE PITCHY DOG", - "air_date": "2008-12-15", - "question": "This breed is quick to sound the yap alarm is someone tries to steal, say, your falcon statue", - "value": "$600", - "answer": "Maltese", - "round": "Jeopardy!", - "show_number": "5586", - "fullAnswer": "a Maltese" - }, { "category": "PODGE-POURRI", "air_date": "2008-12-15", @@ -1392499,16 +1322349,6 @@ "show_number": "5586", "fullAnswer": "Israel" }, - { - "category": "MOVING PICTURES", - "air_date": "2008-12-15", - "question": "2007 film about a paralyzed editor", - "value": "$800", - "answer": "Diving Bell and the Butterfly", - "round": "Jeopardy!", - "show_number": "5586", - "fullAnswer": "The Diving Bell and the Butterfly" - }, { "category": "BORN & DIED", "air_date": "2008-12-15", @@ -1392559,16 +1322399,6 @@ "show_number": "5586", "fullAnswer": "Russia" }, - { - "category": "MOVING PICTURES", - "air_date": "2008-12-15", - "question": "A J.J. Abrams monster flick", - "value": "$1000", - "answer": "Cloverfield", - "round": "Jeopardy!", - "show_number": "5586", - "fullAnswer": "Cloverfield" - }, { "category": "BORN & DIED", "air_date": "2008-12-15", @@ -1392634,7 +1322464,7 @@ "air_date": "2008-12-15", "question": "The first edition of this homespun almanac was published in 1792; it's known for valuable weather data", "value": "$400", - "answer": "Farmer\\'s Almanac", + "answer": "Farmer's Almanac", "round": "Double Jeopardy!", "show_number": "5586", "fullAnswer": "The Farmer\\'s Almanac" @@ -1392804,7 +1322634,7 @@ "air_date": "2008-12-15", "question": "Father to War Admiral, this horse who died in 1947 is buried under his statue at the Kentucky Horse Park", "value": "$3,000", - "answer": "Man o\\' War", + "answer": "Man o' War", "round": "Double Jeopardy!", "show_number": "5586", "fullAnswer": "Man o\\' War" @@ -1392859,16 +1322689,6 @@ "show_number": "5586", "fullAnswer": "phytoplankton" }, - { - "category": "SPORTS STATUES", - "air_date": "2008-12-15", - "question": "In 2006 the Arizona Cardinals unveiled a statue of this man, killed in Afghanistan 2 years earlier", - "value": "$2000", - "answer": "Pat Tillman", - "round": "Double Jeopardy!", - "show_number": "5586", - "fullAnswer": "Pat Tillman" - }, { "category": "THE \"L\" WORDS", "air_date": "2008-12-15", @@ -1392959,16 +1322779,6 @@ "show_number": "4598", "fullAnswer": "Tiny Tim" }, - { - "category": "MY NEWT", - "air_date": "2004-09-08", - "question": "My newt, seen here, gets offended when people call it a lizard--it's obviously one of these amphibians", - "value": "$200", - "answer": "salamander", - "round": "Jeopardy!", - "show_number": "4598", - "fullAnswer": "a salamander" - }, { "category": "LITTLE RED RIDING HOOD", "air_date": "2004-09-08", @@ -1392989,16 +1322799,6 @@ "show_number": "4598", "fullAnswer": "Radio Free Europe" }, - { - "category": "SMALL TOWN FOLKS", - "air_date": "2004-09-08", - "question": "As a player, this man led tiny Williston, N.D. High to the state basketball championships", - "value": "$400", - "answer": "Phil Jackson", - "round": "Jeopardy!", - "show_number": "4598", - "fullAnswer": "Phil Jackson" - }, { "category": "MICRONESIA", "air_date": "2004-09-08", @@ -1393109,16 +1322909,6 @@ "show_number": "4598", "fullAnswer": "Voice of Nigeria" }, - { - "category": "SMALL TOWN FOLKS", - "air_date": "2004-09-08", - "question": "This bandleader whose hit is heard here grew up in the small towns of Clarinda, Iowa; Tryon, Neb.; & Grant City, Mo.", - "value": "$800", - "answer": "Glenn Miller", - "round": "Jeopardy!", - "show_number": "4598", - "fullAnswer": "Glenn Miller" - }, { "category": "MICRONESIA", "air_date": "2004-09-08", @@ -1393269,16 +1323059,6 @@ "show_number": "4598", "fullAnswer": "abolitionist" }, - { - "category": "TALL BUILDINGS", - "air_date": "2004-09-08", - "question": "Manhattan's Lever House helped usher in the era of the building style known as a box of this material", - "value": "$800", - "answer": "glass", - "round": "Double Jeopardy!", - "show_number": "4598", - "fullAnswer": "glass" - }, { "category": "SPORTS GIANTS", "air_date": "2004-09-08", @@ -1393339,16 +1323119,6 @@ "show_number": "4598", "fullAnswer": "Renaissance" }, - { - "category": "SPORTS GIANTS", - "air_date": "2004-09-08", - "question": "North-of-the-border star athlete seen here", - "value": "$1200", - "answer": "Vince Carter", - "round": "Double Jeopardy!", - "show_number": "4598", - "fullAnswer": "Vince Carter" - }, { "category": "HEAPING PORTIONS", "air_date": "2004-09-08", @@ -1393399,16 +1323169,6 @@ "show_number": "4598", "fullAnswer": "John Matuszak" }, - { - "category": "HEAPING PORTIONS", - "air_date": "2004-09-08", - "question": "(Jimmy of the Clue Crew points to three stacks of different-sized paper cups in a Starbucks in Seattle, Washington.) At Starbucks, tall is only 12 ounces, grande is 16 ounces & this, Italian for 20, is 20 ounces", - "value": "$1600", - "answer": "venti", - "round": "Double Jeopardy!", - "show_number": "4598", - "fullAnswer": "venti" - }, { "category": "LOTS OF SPACE", "air_date": "2004-09-08", @@ -1393429,26 +1323189,6 @@ "show_number": "4598", "fullAnswer": "sesquicentennial" }, - { - "category": "TALL BUILDINGS", - "air_date": "2004-09-08", - "question": "This establishment, seen here, isn't in Asia, but in Atlantic City", - "value": "$2000", - "answer": "Taj Mahal", - "round": "Double Jeopardy!", - "show_number": "4598", - "fullAnswer": "the Taj Mahal" - }, - { - "category": "SPORTS GIANTS", - "air_date": "2004-09-08", - "question": "(I'm Hall of Famer Dan Hampton.) My Hall of Fame biography mentions this beatly nickname that came from my first name & my fierce attitude", - "value": "$2000", - "answer": "Danimal", - "round": "Double Jeopardy!", - "show_number": "4598", - "fullAnswer": "\"Danimal\"" - }, { "category": "HEAPING PORTIONS", "air_date": "2004-09-08", @@ -1393644,7 +1323384,7 @@ "air_date": "2009-12-02", "question": "Though it wasn't particularly jazzy, the ukulele reached its peak of popularity in the U.S. in this decade", "value": "$600", - "answer": "\\'20s", + "answer": "'20s", "round": "Jeopardy!", "show_number": "5803", "fullAnswer": "the \\'20s" @@ -1393774,7 +1323514,7 @@ "air_date": "2009-12-02", "question": "This alcoholic playwright created the bitter alcoholic Jamie Tyrone & a \"long day\" for his cursed family", "value": "$1,000", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Jeopardy!", "show_number": "5803", "fullAnswer": "Eugene O\\'Neill" @@ -1393799,16 +1323539,6 @@ "show_number": "5803", "fullAnswer": "the Minuteman" }, - { - "category": "SPORTS, ILLUSTRATED", - "air_date": "2009-12-02", - "question": "(Sarah of the Clue Crew shows an archery target on the monitor.) In target archery, an arrow that hits the outer white ring is worth 1 point, the inner blue scores 6, & a shot in the center yellow scores this many", - "value": "$400", - "answer": "10", - "round": "Double Jeopardy!", - "show_number": "5803", - "fullAnswer": "10" - }, { "category": "TOOTSIE ROLLS", "air_date": "2009-12-02", @@ -1393859,26 +1323589,6 @@ "show_number": "5803", "fullAnswer": "Coca-Cola" }, - { - "category": "SPORTS, ILLUSTRATED", - "air_date": "2009-12-02", - "question": "Thrown straight from the shoulder with a sharp, snapping motion, it's the quick lead punch seen here", - "value": "$800", - "answer": "jab", - "round": "Double Jeopardy!", - "show_number": "5803", - "fullAnswer": "a jab" - }, - { - "category": "TOOTSIE ROLLS", - "air_date": "2009-12-02", - "question": "Year of the patriotic ad seen here", - "value": "$800", - "answer": "1918", - "round": "Double Jeopardy!", - "show_number": "5803", - "fullAnswer": "1918" - }, { "category": "SCIENCE CROSSWORD CLUES \"E\"", "air_date": "2009-12-02", @@ -1393919,16 +1323629,6 @@ "show_number": "5803", "fullAnswer": "segregation" }, - { - "category": "SPORTS, ILLUSTRATED", - "air_date": "2009-12-02", - "question": "(Sarah of the Clue Crew shows a football diagram on the monitor.) Designed to confuse the defense with a quick change of direction, this type of football play has a backwards-sounding name", - "value": "$1200", - "answer": "reverse", - "round": "Double Jeopardy!", - "show_number": "5803", - "fullAnswer": "a reverse" - }, { "category": "TOOTSIE ROLLS", "air_date": "2009-12-02", @@ -1393979,16 +1323679,6 @@ "show_number": "5803", "fullAnswer": "swine flu" }, - { - "category": "SPORTS, ILLUSTRATED", - "air_date": "2009-12-02", - "question": "Canine name for the type of golf hole seen here", - "value": "$1600", - "answer": "dogleg", - "round": "Double Jeopardy!", - "show_number": "5803", - "fullAnswer": "a dogleg" - }, { "category": "TOOTSIE ROLLS", "air_date": "2009-12-02", @@ -1394039,16 +1323729,6 @@ "show_number": "5803", "fullAnswer": "(Walt) Disney" }, - { - "category": "SPORTS, ILLUSTRATED", - "air_date": "2009-12-02", - "question": "(Kelly of the Clue Crew shows a tennis court on the monitor.) It's the name for the tennis court area highlighted here or for the guards on a basketball team", - "value": "$2000", - "answer": "backcourt", - "round": "Double Jeopardy!", - "show_number": "5803", - "fullAnswer": "the backcourt" - }, { "category": "TOOTSIE ROLLS", "air_date": "2009-12-02", @@ -1394099,16 +1323779,6 @@ "show_number": "5803", "fullAnswer": "ground zero" }, - { - "category": "WE'RE ANIMATED ABOUT BOOKS", - "air_date": "2011-06-06", - "question": "This novel is all about our Depression", - "value": "$200", - "answer": "Grapes of Wrath", - "round": "Jeopardy!", - "show_number": "6166", - "fullAnswer": "The Grapes of Wrath" - }, { "category": "TOAST", "air_date": "2011-06-06", @@ -1394159,16 +1323829,6 @@ "show_number": "6166", "fullAnswer": "a gurney" }, - { - "category": "WE'RE ANIMATED ABOUT BOOKS", - "air_date": "2011-06-06", - "question": "Warning--this Alan Moore novel is extremely graphic", - "value": "$400", - "answer": "Watchmen", - "round": "Jeopardy!", - "show_number": "6166", - "fullAnswer": "Watchmen" - }, { "category": "TOAST", "air_date": "2011-06-06", @@ -1394219,16 +1323879,6 @@ "show_number": "6166", "fullAnswer": "nocturnal" }, - { - "category": "WE'RE ANIMATED ABOUT BOOKS", - "air_date": "2011-06-06", - "question": "It's about little kids, but not necessarily for little kids", - "value": "$600", - "answer": "Lord of the Flies", - "round": "Jeopardy!", - "show_number": "6166", - "fullAnswer": "Lord of the Flies" - }, { "category": "TOAST", "air_date": "2011-06-06", @@ -1394279,16 +1323929,6 @@ "show_number": "6166", "fullAnswer": "heartburn" }, - { - "category": "WE'RE ANIMATED ABOUT BOOKS", - "air_date": "2011-06-06", - "question": "I finally caved & read this 1924 British novel", - "value": "$800", - "answer": "Passage to India", - "round": "Jeopardy!", - "show_number": "6166", - "fullAnswer": "A Passage to India" - }, { "category": "TOAST", "air_date": "2011-06-06", @@ -1394339,26 +1323979,6 @@ "show_number": "6166", "fullAnswer": "adjourn" }, - { - "category": "WE'RE ANIMATED ABOUT BOOKS", - "air_date": "2011-06-06", - "question": "This 1993 Welsh novel is actually about Scotland.", - "value": "$1000", - "answer": "Trainspotting", - "round": "Jeopardy!", - "show_number": "6166", - "fullAnswer": "Trainspotting" - }, - { - "category": "TOAST", - "air_date": "2011-06-06", - "question": "I like to spread the jelly of this tropical fruit on my muffin", - "value": "$1000", - "answer": "guava", - "round": "Jeopardy!", - "show_number": "6166", - "fullAnswer": "a guava" - }, { "category": "ANCIENT VIPs", "air_date": "2011-06-06", @@ -1394399,16 +1324019,6 @@ "show_number": "6166", "fullAnswer": "Saturnalia" }, - { - "category": "ROCK YOUR WORLD", - "air_date": "2011-06-06", - "question": "(Jimmy of the Clue Crew shows off a rock in the University of Wisconsin-Madison Geology Museum.) The University of Wisconsin-Madison Geology Museum has the state rock of Wisconsin; not to be confused with the state rock of New Hampshire, it's the red type of this", - "value": "$400", - "answer": "granite", - "round": "Double Jeopardy!", - "show_number": "6166", - "fullAnswer": "granite" - }, { "category": "CAPITAL CITY BIRTHPLACES", "air_date": "2011-06-06", @@ -1394479,16 +1324089,6 @@ "show_number": "6166", "fullAnswer": "Madrid" }, - { - "category": "LAND OF LANDSCAPES", - "air_date": "2011-06-06", - "question": "This Rubens work is fittingly titled \"Landscape in\" this region, with which the artist is identified", - "value": "$800", - "answer": "Flanders", - "round": "Double Jeopardy!", - "show_number": "6166", - "fullAnswer": "Flanders" - }, { "category": "100 YEARS OR OLDER", "air_date": "2011-06-06", @@ -1394519,16 +1324119,6 @@ "show_number": "6166", "fullAnswer": "odyssey" }, - { - "category": "ROCK YOUR WORLD", - "air_date": "2011-06-06", - "question": "A schism is a division into faction; this type of rock, one letter different from \"schism\", has distinct layers", - "value": "$1200", - "answer": "schist", - "round": "Double Jeopardy!", - "show_number": "6166", - "fullAnswer": "a schist" - }, { "category": "CAPITAL CITY BIRTHPLACES", "air_date": "2011-06-06", @@ -1394599,16 +1324189,6 @@ "show_number": "6166", "fullAnswer": "Havana" }, - { - "category": "LAND OF LANDSCAPES", - "air_date": "2011-06-06", - "question": "Born near Dusseldorf in 1830, Albert Bierstadt traveled far to paint this California-Nevada lake", - "value": "$1600", - "answer": "Tahoe", - "round": "Double Jeopardy!", - "show_number": "6166", - "fullAnswer": "Tahoe" - }, { "category": "100 YEARS OR OLDER", "air_date": "2011-06-06", @@ -1394819,16 +1324399,6 @@ "show_number": "6183", "fullAnswer": "the Po" }, - { - "category": "GOING GREEN", - "air_date": "2011-06-29", - "question": "(Sarah of the Clue Crew points at a diagram of the earth's atmosphere.) Water vapor and ozone are two of these gases, collectively known as GHGs, which keep heat from escaping the atmosphere", - "value": "$600", - "answer": "greenhouse gases", - "round": "Jeopardy!", - "show_number": "6183", - "fullAnswer": "greenhouse gases" - }, { "category": "FROM SPORTS BOOK TO FILM", "air_date": "2011-06-29", @@ -1395004,7 +1324574,7 @@ "air_date": "2011-06-29", "question": "Guns N' Roses hit no, 1 in September 1988 with this \"sweet\" hit featuring Slash's tasty guitar licks", "value": "$400", - "answer": "Sweet Child O\\' Mine", + "answer": "Sweet Child O' Mine", "round": "Double Jeopardy!", "show_number": "6183", "fullAnswer": "\"Sweet Child O\\' Mine\"" @@ -1395039,16 +1324609,6 @@ "show_number": "6183", "fullAnswer": "Sparta" }, - { - "category": "VIDEOPOURRI", - "air_date": "2011-06-29", - "question": "He's the oldest man in the distinguished group of ex-presidents seen here", - "value": "$400", - "answer": "Reagan", - "round": "Double Jeopardy!", - "show_number": "6183", - "fullAnswer": "(Ronald) Reagan" - }, { "category": "AMERICAN ART & ARTISTS", "air_date": "2011-06-29", @@ -1395099,16 +1324659,6 @@ "show_number": "6183", "fullAnswer": "eclipses" }, - { - "category": "VIDEOPOURRI", - "air_date": "2011-06-29", - "question": "This iconic product came in several jazzy versions as seen here", - "value": "$800", - "answer": "Walkman", - "round": "Double Jeopardy!", - "show_number": "6183", - "fullAnswer": "the Walkman" - }, { "category": "AMERICAN ART & ARTISTS", "air_date": "2011-06-29", @@ -1395159,16 +1324709,6 @@ "show_number": "6183", "fullAnswer": "the Trojan War" }, - { - "category": "VIDEOPOURRI", - "air_date": "2011-06-29", - "question": "It's this organization's 39-story headquarters", - "value": "$1200", - "answer": "United Nations", - "round": "Double Jeopardy!", - "show_number": "6183", - "fullAnswer": "the United Nations" - }, { "category": "AMERICAN ART & ARTISTS", "air_date": "2011-06-29", @@ -1395219,16 +1324759,6 @@ "show_number": "6183", "fullAnswer": "Xerxes" }, - { - "category": "VIDEOPOURRI", - "air_date": "2011-06-29", - "question": "It's the nationality of the man seen here with his most famous creation", - "value": "$1600", - "answer": "French", - "round": "Double Jeopardy!", - "show_number": "6183", - "fullAnswer": "French" - }, { "category": "AMERICAN ART & ARTISTS", "air_date": "2011-06-29", @@ -1395279,16 +1324809,6 @@ "show_number": "6183", "fullAnswer": "Pericles" }, - { - "category": "VIDEOPOURRI", - "air_date": "2011-06-29", - "question": "The dish seen here was photographed at this sporting event where it's eaten", - "value": "$2000", - "answer": "Wimbledon", - "round": "Double Jeopardy!", - "show_number": "6183", - "fullAnswer": "Wimbledon" - }, { "category": "POETIC SUBJECTS", "air_date": "2011-06-29", @@ -1395379,16 +1324899,6 @@ "show_number": "5620", "fullAnswer": "an armoire" }, - { - "category": "IT'S BAD FOR YA", - "air_date": "2009-01-30", - "question": "The diseased lymph gland seen here might tip you to the identity of this colorful 2-word killer of the 14th century", - "value": "$400", - "answer": "black plague ", - "round": "Jeopardy!", - "show_number": "5620", - "fullAnswer": "the black plague (or black death)" - }, { "category": "ON CAMPUS", "air_date": "2009-01-30", @@ -1395564,7 +1325074,7 @@ "air_date": "2009-01-30", "question": "This type of inflammatory bowel disease is named for one of the doctors who wrote about it in 1932", "value": "$1000", - "answer": "Crohn\\'s", + "answer": "Crohn's", "round": "Jeopardy!", "show_number": "5620", "fullAnswer": "Crohn\\'s" @@ -1395599,16 +1325109,6 @@ "show_number": "5620", "fullAnswer": "a jarhead" }, - { - "category": "CONSTELLATIONS", - "air_date": "2009-01-30", - "question": "(Jimmy of the Clue Crew shows a constellation on the monitor.) Look for the Big Dipper to find this third largest constellation: the handle forms its tail; other stars form its paws", - "value": "$400", - "answer": "Ursa Major", - "round": "Double Jeopardy!", - "show_number": "5620", - "fullAnswer": "Ursa Major" - }, { "category": "ACTORS' DIRECTORIAL DEBUTS", "air_date": "2009-01-30", @@ -1395719,16 +1325219,6 @@ "show_number": "5620", "fullAnswer": "an omelet" }, - { - "category": "CONSTELLATIONS", - "air_date": "2009-01-30", - "question": "(Kelly of the Clue Crew shows a constellation on the monitor.) Marking its head, Antares is the brightest star in this constellation; the two stars here represent the sting in its tail", - "value": "$1200", - "answer": "Scorpio", - "round": "Double Jeopardy!", - "show_number": "5620", - "fullAnswer": "Scorpio" - }, { "category": "ACTORS' DIRECTORIAL DEBUTS", "air_date": "2009-01-30", @@ -1395839,16 +1325329,6 @@ "show_number": "5620", "fullAnswer": "monde" }, - { - "category": "CONSTELLATIONS", - "air_date": "2009-01-30", - "question": "(Sarah of the Clue Crew shows a constellation on the monitor.) The constellation Andromeda lies chained to a rock; this hero is next to her in the heavens waiting to rescue her", - "value": "$2000", - "answer": "Perseus", - "round": "Double Jeopardy!", - "show_number": "5620", - "fullAnswer": "Perseus" - }, { "category": "ACTORS' DIRECTORIAL DEBUTS", "air_date": "2009-01-30", @@ -1395974,7 +1325454,7 @@ "air_date": "2010-11-17", "question": "On July 17, 1453 the French defeated the British at Castillon, the last battle in this conflict that began in 1337", "value": "$400", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Jeopardy!", "show_number": "6023", "fullAnswer": "the Hundred Years\\' War" @@ -1396179,16 +1325659,6 @@ "show_number": "6023", "fullAnswer": "cinnamon" }, - { - "category": "CLASSICAL MUSIC", - "air_date": "2010-11-17", - "question": "The beloved aria heard here is from this composer's opera \"Turandot\"", - "value": "$1000", - "answer": "Puccini", - "round": "Jeopardy!", - "show_number": "6023", - "fullAnswer": "(Giacomo) Puccini" - }, { "category": "NEXT IN THE SERIES", "air_date": "2010-11-17", @@ -1396219,16 +1325689,6 @@ "show_number": "6023", "fullAnswer": "(William Howard) Taft" }, - { - "category": "ADULT SWIM", - "air_date": "2010-11-17", - "question": "Huey and Riley Freeman are characters on this Adult Swim show, whose title is a nickname for the suburbs they live in", - "value": "$400", - "answer": "Boondocks", - "round": "Double Jeopardy!", - "show_number": "6023", - "fullAnswer": "The Boondocks" - }, { "category": "WORLD RELIGIONS", "air_date": "2010-11-17", @@ -1396279,16 +1325739,6 @@ "show_number": "6023", "fullAnswer": "Madison" }, - { - "category": "ADULT SWIM", - "air_date": "2010-11-17", - "question": "Seen here, Carl Brutananadilewski lives next door to this quirky crime fighting team", - "value": "$800", - "answer": "Aqua Teen Hunger Force", - "round": "Double Jeopardy!", - "show_number": "6023", - "fullAnswer": "Aqua Teen Hunger Force" - }, { "category": "WORLD RELIGIONS", "air_date": "2010-11-17", @@ -1396314,7 +1325764,7 @@ "air_date": "2010-11-17", "question": "Dr. H.V. Carter illustrated this 1858 text, an instant success despite bad reviews in the British Medical Journal", "value": "$3,000", - "answer": "Gray\\'s Anatomy", + "answer": "Gray's Anatomy", "round": "Double Jeopardy!", "show_number": "6023", "fullAnswer": "Gray\\'s Anatomy" @@ -1396344,7 +1325794,7 @@ "air_date": "2010-11-17", "question": "Rob Corddry plays creepy doctor/clown Blake Downs on this show where the object is to heal kids--the funny way", "value": "$1200", - "answer": "Children\\'s Hospital", + "answer": "Children's Hospital", "round": "Double Jeopardy!", "show_number": "6023", "fullAnswer": "Children\\'s Hospital" @@ -1396359,16 +1325809,6 @@ "show_number": "6023", "fullAnswer": "om" }, - { - "category": "PLANT SCIENCE", - "air_date": "2010-11-17", - "question": "(Sarah of the Clue Crew presents the clue on a monitor.) Spruce needles are green all around, & in cross section you can see they're square; flatter needles with two light, lengthwise strips on the underside are from this 3-letter tree", - "value": "$1200", - "answer": "fir", - "round": "Double Jeopardy!", - "show_number": "6023", - "fullAnswer": "fir" - }, { "category": "TEXTBOOKS", "air_date": "2010-11-17", @@ -1396399,16 +1325839,6 @@ "show_number": "6023", "fullAnswer": "Pierce" }, - { - "category": "ADULT SWIM", - "air_date": "2010-11-17", - "question": "Bearing the symbol of a butterfly, The Monarch is the arch nemesis of these brothers, also known as Hank & Dean", - "value": "$1600", - "answer": "Venture Brothers", - "round": "Double Jeopardy!", - "show_number": "6023", - "fullAnswer": "The Venture Brothers" - }, { "category": "WORLD RELIGIONS", "air_date": "2010-11-17", @@ -1396459,36 +1325889,16 @@ "show_number": "6023", "fullAnswer": "Harding" }, - { - "category": "ADULT SWIM", - "air_date": "2010-11-17", - "question": "Granny, Rusty & Early are these cute, down-home cephalopods from the North Georgia mountains", - "value": "$2000", - "answer": "Squidbillies", - "round": "Double Jeopardy!", - "show_number": "6023", - "fullAnswer": "Squidbillies" - }, { "category": "WORLD RELIGIONS", "air_date": "2010-11-17", "question": "The founder of this Persian-based religion died in 1892 in a prison colony", "value": "$2000", - "answer": "Baha\\'i", + "answer": "Baha'i", "round": "Double Jeopardy!", "show_number": "6023", "fullAnswer": "Baha\\'i" }, - { - "category": "PLANT SCIENCE", - "air_date": "2010-11-17", - "question": "(Sarah of the Clue Crew shows an animation on the monitor.) When a wetland becomes covered with plant material, the lack of oxygen hinders decay, so that over time a layer of partially decayed matter is formed, called this", - "value": "$2000", - "answer": "peat", - "round": "Double Jeopardy!", - "show_number": "6023", - "fullAnswer": "peat" - }, { "category": "TEXTBOOKS", "air_date": "2010-11-17", @@ -1396754,7 +1326164,7 @@ "air_date": "1997-07-16", "question": "Name shared by ancient Egyptian obelisks in New York & London", "value": "$400", - "answer": "Cleopatra\\'s Needle", + "answer": "Cleopatra's Needle", "round": "Jeopardy!", "show_number": "2983", "fullAnswer": "Cleopatra\\'s Needle" @@ -1397299,16 +1326709,6 @@ "show_number": "6084", "fullAnswer": "Wide World of Sports" }, - { - "category": "\"BR-R\"", - "air_date": "2011-02-10", - "question": "This 2-word name for the type of glass seen here
includes a kind of spirit", - "value": "$600", - "answer": "brandy snifter", - "round": "Jeopardy!", - "show_number": "6084", - "fullAnswer": "a brandy snifter" - }, { "category": "AFRICAN AMERICANS", "air_date": "2011-02-10", @@ -1397419,16 +1326819,6 @@ "show_number": "6084", "fullAnswer": "Montreal" }, - { - "category": "\"BR-R\"", - "air_date": "2011-02-10", - "question": "This freshwater game fish
is named for a small body of water", - "value": "$1000", - "answer": "brook trout", - "round": "Jeopardy!", - "show_number": "6084", - "fullAnswer": "the brook trout" - }, { "category": "THE COUNTRY THAT BORDERS...", "air_date": "2011-02-10", @@ -1397464,7 +1326854,7 @@ "air_date": "2011-02-10", "question": "This lookout platform is named for the bird that would be released to find the nearest land in bad weather", "value": "$400", - "answer": "crow\\'s nest", + "answer": "crow's nest", "round": "Double Jeopardy!", "show_number": "6084", "fullAnswer": "the crow\\'s nest" @@ -1397624,7 +1327014,7 @@ "air_date": "2011-02-10", "question": "The \"restaurant\" for which contestants cook, usually to chef Gordon Ramsay's displeasure", "value": "$1600", - "answer": "Hell\\'s Kitchen", + "answer": "Hell's Kitchen", "round": "Double Jeopardy!", "show_number": "6084", "fullAnswer": "Hell\\'s Kitchen" @@ -1398299,16 +1327689,6 @@ "show_number": "3464", "fullAnswer": "Quadrilateral or parallelogram" }, - { - "category": "CURRENT POLITICIANS", - "air_date": "1999-09-30", - "question": "First elected in 1994, he's become one of the most prominent conservatives in Congress", - "value": null, - "answer": "Steve Largent", - "round": "Final Jeopardy!", - "show_number": "3464", - "fullAnswer": "Steve Largent" - }, { "category": "THE 50 STATES", "air_date": "2000-12-22", @@ -1398764,7 +1328144,7 @@ "air_date": "2000-12-22", "question": "Bottles of \"America's Favorite Mustard\" feature a red flag with the name of this brand on it", "value": "$600", - "answer": "French\\'s", + "answer": "French's", "round": "Double Jeopardy!", "show_number": "3755", "fullAnswer": "French\\'s" @@ -1399044,7 +1328424,7 @@ "air_date": "2000-05-19", "question": "The Buybidwin website offers websurfers a chance to play this Monty Hall game for prizes", "value": "$300", - "answer": "Let\\'s Make A Deal", + "answer": "Let's Make A Deal", "round": "Jeopardy!", "show_number": "3630", "fullAnswer": "Let\\'s Make A Deal" @@ -1399749,16 +1329129,6 @@ "show_number": "5615", "fullAnswer": "superglue or Krazy Glue" }, - { - "category": "\"MAD\" LOVE", - "air_date": "2009-01-23", - "question": "A rare daguerreotype of this woman born in 1768 is seen [jpg]here[/jpg]", - "value": "$800", - "answer": "Dolley Madison", - "round": "Jeopardy!", - "show_number": "5615", - "fullAnswer": "Dolley Madison" - }, { "category": "LIBROS EN ESPAÑOL", "air_date": "2009-01-23", @@ -1399839,16 +1329209,6 @@ "show_number": "5615", "fullAnswer": "The Jazz Singer" }, - { - "category": "GRAND CENTRAL TERMINAL", - "air_date": "2009-01-23", - "question": "(Kelly of the Clue Crew delivers the clue from Grand Central Terminal in New York.) Many youngsters arrived in Grand Central to make it in New York and exited to this street. You're going out a youngster and you've got to come back a star", - "value": "$3,600", - "answer": "42nd Street", - "round": "Double Jeopardy!", - "show_number": "5615", - "fullAnswer": "42nd Street" - }, { "category": "MEDICINAL PLANTS", "air_date": "2009-01-23", @@ -1399899,16 +1329259,6 @@ "show_number": "5615", "fullAnswer": "\"I am,\" I said" }, - { - "category": "GRAND CENTRAL TERMINAL", - "air_date": "2009-01-23", - "question": "(Sarah of the Clue Crew delivers the clue from Grand Central Terminal in New York.) Grand Central is a required stop for New York politicians. On September 4, 1964, this man was mobbed here on his way to winning a Senate seat that November", - "value": "$800", - "answer": "RFK ", - "round": "Double Jeopardy!", - "show_number": "5615", - "fullAnswer": "RFK (Robert Kennedy)" - }, { "category": "MEDICINAL PLANTS", "air_date": "2009-01-23", @@ -1399944,7 +1329294,7 @@ "air_date": "2009-01-23", "question": "She spent the summer of 1929 in New Mexico & moved there permanently after the death of her husband in 1946", "value": "$1200", - "answer": "O\\'Keefe", + "answer": "O'Keefe", "round": "Double Jeopardy!", "show_number": "5615", "fullAnswer": "(Georgia) O\\'Keefe" @@ -1399959,26 +1329309,6 @@ "show_number": "5615", "fullAnswer": "\"Red Red Wine\"" }, - { - "category": "GRAND CENTRAL TERMINAL", - "air_date": "2009-01-23", - "question": "(Kelly of the Clue Crew delivers the clue from Grand Central Terminal in New York.) Opened officially February 2nd, 1913, Grand Central Terminal was designed in this French-named style that allows for vast interior spaces", - "value": "$1200", - "answer": "Beaux Arts", - "round": "Double Jeopardy!", - "show_number": "5615", - "fullAnswer": "Beaux Arts" - }, - { - "category": "MEDICINAL PLANTS", - "air_date": "2009-01-23", - "question": "Seen here, it provides a gentle tea flavoring and can help children sleep", - "value": "$1200", - "answer": "chamomile", - "round": "Double Jeopardy!", - "show_number": "5615", - "fullAnswer": "chamomile" - }, { "category": "AROUND THE WORLD, J. PETERMAN STYLE", "air_date": "2009-01-23", @@ -1400019,16 +1329349,6 @@ "show_number": "5615", "fullAnswer": "\"Forever in Blue Jeans\"" }, - { - "category": "GRAND CENTRAL TERMINAL", - "air_date": "2009-01-23", - "question": "(Sarah of the Clue Crew delivers the clue from Grand Central Terminal in New York.) In 1938 Grand Central sent off the inaugural run of the new streamliner version of this New York City-Chicago train, the Century for short", - "value": "$1600", - "answer": "20th Century Limited", - "round": "Double Jeopardy!", - "show_number": "5615", - "fullAnswer": "the 20th Century Limited" - }, { "category": "MEDICINAL PLANTS", "air_date": "2009-01-23", @@ -1400074,21 +1329394,11 @@ "air_date": "2009-01-23", "question": "Neil's first No. 1 hit wasn't as a singer but as a writer of this Monkees song", "value": "$2000", - "answer": "I\\'m a Believer", + "answer": "I'm a Believer", "round": "Double Jeopardy!", "show_number": "5615", "fullAnswer": "\"I\\'m a Believer\"" }, - { - "category": "GRAND CENTRAL TERMINAL", - "air_date": "2009-01-23", - "question": "(Kelly of the Clue Crew delivers the clue from Grand Central Terminal in New York.) Grand Central is a vital hub for New York City's commuters; after a day's work in Manhattan, I can catch the 5:27 to this New York town where the Clintons live", - "value": "$2000", - "answer": "Chappaqua", - "round": "Double Jeopardy!", - "show_number": "5615", - "fullAnswer": "Chappaqua" - }, { "category": "MEDICINAL PLANTS", "air_date": "2009-01-23", @@ -1400149,16 +1329459,6 @@ "show_number": "5704", "fullAnswer": "Troy Aikman (or Roger Staubach)" }, - { - "category": "CAR BRANDS BY EMBLEM", - "air_date": "2009-05-28", - "question": "The brand whose emblem is seen here", - "value": "$200", - "answer": "Chevrolet", - "round": "Jeopardy!", - "show_number": "5704", - "fullAnswer": "Chevrolet" - }, { "category": "FOUNDERS", "air_date": "2009-05-28", @@ -1400209,16 +1329509,6 @@ "show_number": "5704", "fullAnswer": "1976" }, - { - "category": "CAR BRANDS BY EMBLEM", - "air_date": "2009-05-28", - "question": "Its emblem is as fancy as its name", - "value": "$400", - "answer": "Cadillac", - "round": "Jeopardy!", - "show_number": "5704", - "fullAnswer": "Cadillac" - }, { "category": "FOUNDERS", "air_date": "2009-05-28", @@ -1400269,16 +1329559,6 @@ "show_number": "5704", "fullAnswer": "Tom Landry" }, - { - "category": "CAR BRANDS BY EMBLEM", - "air_date": "2009-05-28", - "question": "Seen here, this brand's emblem is out of this world", - "value": "$600", - "answer": "Saturn", - "round": "Jeopardy!", - "show_number": "5704", - "fullAnswer": "Saturn" - }, { "category": "FOUNDERS", "air_date": "2009-05-28", @@ -1400329,16 +1329609,6 @@ "show_number": "5704", "fullAnswer": "Don Meredith" }, - { - "category": "CAR BRANDS BY EMBLEM", - "air_date": "2009-05-28", - "question": "Seen here, this brand's emblem is out of this world", - "value": "$800", - "answer": "Mercury", - "round": "Jeopardy!", - "show_number": "5704", - "fullAnswer": "Mercury" - }, { "category": "FOUNDERS", "air_date": "2009-05-28", @@ -1400389,16 +1329659,6 @@ "show_number": "5704", "fullAnswer": "Terrell Owens" }, - { - "category": "CAR BRANDS BY EMBLEM", - "air_date": "2009-05-28", - "question": "It shares its name with an Indian chief", - "value": "$1000", - "answer": "Pontiac", - "round": "Jeopardy!", - "show_number": "5704", - "fullAnswer": "Pontiac" - }, { "category": "FOUNDERS", "air_date": "2009-05-28", @@ -1400464,7 +1329724,7 @@ "air_date": "2009-05-28", "question": "Actress-novelist Fannie's satchels", "value": "$400", - "answer": "Flagg\\'s bags", + "answer": "Flagg's bags", "round": "Double Jeopardy!", "show_number": "5704", "fullAnswer": "Flagg\\'s bags" @@ -1400499,32 +1329759,12 @@ "show_number": "5704", "fullAnswer": "Marco Polo" }, - { - "category": "PLAYING JOURNALIST", - "air_date": "2009-05-28", - "question": "(I'm Richard Roth of CNN.) In a 2002 HBO film recounting events of the first Persian Gulf War, Hamish Linklater played me in \"Live from\" this capital", - "value": "$800", - "answer": "Baghdad", - "round": "Double Jeopardy!", - "show_number": "5704", - "fullAnswer": "Baghdad" - }, - { - "category": "WHAT'S WRONG WITH ME?", - "air_date": "2009-05-28", - "question": "(Jimmy of the Clue Crew shows an anatomical animation on the monitor.) The median nerve is being pinched as it passes through the wrist causing numbness & tingling; I'm afraid you have this", - "value": "$800", - "answer": "carpal tunnel syndrome", - "round": "Double Jeopardy!", - "show_number": "5704", - "fullAnswer": "carpal tunnel syndrome" - }, { "category": "WRITERS' RHYME TIME", "air_date": "2009-05-28", "question": "McMurtry's fencing moves", "value": "$800", - "answer": "Larry\\'s parries", + "answer": "Larry's parries", "round": "Double Jeopardy!", "show_number": "5704", "fullAnswer": "Larry\\'s parries" @@ -1400584,7 +1329824,7 @@ "air_date": "2009-05-28", "question": "Playwright Harold's slivers of wood", "value": "$1200", - "answer": "Pinter\\'s splinters", + "answer": "Pinter's splinters", "round": "Double Jeopardy!", "show_number": "5704", "fullAnswer": "Pinter\\'s splinters" @@ -1400644,7 +1329884,7 @@ "air_date": "2009-05-28", "question": "Philip's tree-hanging mammals", "value": "$1600", - "answer": "Roth\\'s sloths", + "answer": "Roth's sloths", "round": "Double Jeopardy!", "show_number": "5704", "fullAnswer": "Roth\\'s sloths" @@ -1400689,22 +1329929,12 @@ "show_number": "5704", "fullAnswer": "Guerin" }, - { - "category": "WHAT'S WRONG WITH ME?", - "air_date": "2009-05-28", - "question": "(Kelly of the Clue Crew shows an anatomical diagram on the monitor.) You have vertigo, & here's why: in your inner ear, these loop-shaped structures which help maintain balance are inflamed", - "value": "$2000", - "answer": "semicircular canals", - "round": "Double Jeopardy!", - "show_number": "5704", - "fullAnswer": "the semicircular canals" - }, { "category": "WRITERS' RHYME TIME", "air_date": "2009-05-28", "question": "Graham's legumes", "value": "$2000", - "answer": "Greene\\'s beans", + "answer": "Greene's beans", "round": "Double Jeopardy!", "show_number": "5704", "fullAnswer": "Greene\\'s beans" @@ -1400814,7 +1330044,7 @@ "air_date": "1997-10-17", "question": "Anne Bancroft turned down the role of Nurse Ratched in this film; Louise Fletcher must be grateful", "value": "$200", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Jeopardy!", "show_number": "3020", "fullAnswer": "One Flew Over the Cuckoo\\'s Nest" @@ -1401074,7 +1330304,7 @@ "air_date": "1997-10-17", "question": "Unanticipated claims led to losses of more than 5 billion pounds for this British company from 1988 to 1990", "value": "$200", - "answer": "Lloyd\\'s of London", + "answer": "Lloyd's of London", "round": "Double Jeopardy!", "show_number": "3020", "fullAnswer": "Lloyd\\'s of London" @@ -1401454,7 +1330684,7 @@ "air_date": "1986-10-14", "question": "1st line of Carol Burnett's theme", "value": "$200", - "answer": "I\\'m so glad we had this time together", + "answer": "I'm so glad we had this time together", "round": "Jeopardy!", "show_number": "482", "fullAnswer": "\"I\\'m so glad we had this time together\"" @@ -1401499,16 +1330729,6 @@ "show_number": "482", "fullAnswer": "Wayne Gretzky" }, - { - "category": "THE BIBLE", - "air_date": "1986-10-14", - "question": "Biblical prophecy portrayed by this N.Y. sculpture:", - "value": "$300", - "answer": "They shall beat their swords into plowshares.", - "round": "Jeopardy!", - "show_number": "482", - "fullAnswer": "\"They shall beat their swords into plowshares.\"" - }, { "category": "\"GLAD\" TIDINGS", "air_date": "1986-10-14", @@ -1402204,7 +1331424,7 @@ "air_date": "2001-03-06", "question": "This gorge in Idaho is a lot deeper than the Grand Canyon", "value": "$600", - "answer": "Hell\\'s Canyon", + "answer": "Hell's Canyon", "round": "Double Jeopardy!", "show_number": "3807", "fullAnswer": "Hell\\'s Canyon" @@ -1402374,7 +1331594,7 @@ "air_date": "1992-11-19", "question": "\"Mama Mia!\"; since purchasing Ronzoni, this #1 U.S. chocolate maker has become #2 in pasta", "value": "$100", - "answer": "Hershey\\'s", + "answer": "Hershey's", "round": "Jeopardy!", "show_number": "1889", "fullAnswer": "Hershey\\'s" @@ -1403144,7 +1332364,7 @@ "air_date": "2010-09-29", "question": "This 1852 book says, \"I would rather not sell him ...I'm a humane man, and I hate to take the boy from his mother\"", "value": "$800", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Jeopardy!", "show_number": "5988", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -1403179,16 +1332399,6 @@ "show_number": "5988", "fullAnswer": "a safari" }, - { - "category": "COLORFUL CREATURES", - "air_date": "2010-09-29", - "question": "It's easy to see how this animal got its name", - "value": "$800", - "answer": "white-tailed deer", - "round": "Jeopardy!", - "show_number": "5988", - "fullAnswer": "the white-tailed deer" - }, { "category": "ALLITERATION ALL AROUND", "air_date": "2010-09-29", @@ -1403239,36 +1332449,6 @@ "show_number": "5988", "fullAnswer": "Hong Kong" }, - { - "category": "COLORFUL CREATURES", - "air_date": "2010-09-29", - "question": "Though it may look more blue, this is the name of the largest North American swallow.", - "value": "$1000", - "answer": "purple martin", - "round": "Jeopardy!", - "show_number": "5988", - "fullAnswer": "the purple martin" - }, - { - "category": "ALLITERATION ALL AROUND", - "air_date": "2010-09-29", - "question": "(Kelly of the Clue Crew presents the clue.) To stem bleeding, use this alliterative spot
where an artery
lies over a bone,
like in the upper arm and the top of the thigh where it meets the abdomen.", - "value": "$3,000", - "answer": "pressure point", - "round": "Jeopardy!", - "show_number": "5988", - "fullAnswer": "a pressure point" - }, - { - "category": "20th CENTURY HISTORY", - "air_date": "2010-09-29", - "question": "It's the city where
the heroic action seen here
took place in 1989.", - "value": "$400", - "answer": "Beijing", - "round": "Double Jeopardy!", - "show_number": "5988", - "fullAnswer": "Beijing" - }, { "category": "MUSIC OF THE NIGHT", "air_date": "2010-09-29", @@ -1403319,16 +1332499,6 @@ "show_number": "5988", "fullAnswer": "the minutes" }, - { - "category": "20th CENTURY HISTORY", - "air_date": "2010-09-29", - "question": "He's the man seen here trying to reassure us in March 1981

[Video: \"Now, I am in control ...]", - "value": "$800", - "answer": "Alexander Haig", - "round": "Double Jeopardy!", - "show_number": "5988", - "fullAnswer": "Alexander Haig" - }, { "category": "MUSIC OF THE NIGHT", "air_date": "2010-09-29", @@ -1403349,16 +1332519,6 @@ "show_number": "5988", "fullAnswer": "Lucas Oil" }, - { - "category": "THE DOCTOR IS IN", - "air_date": "2010-09-29", - "question": "As a child, he dreamed of being a pro athlete or a heart surgeon; lucky for us, he chose the latter", - "value": "$800", - "answer": "Dr. Oz", - "round": "Double Jeopardy!", - "show_number": "5988", - "fullAnswer": "Dr. Oz" - }, { "category": "SACRED TO THIS RELIGION", "air_date": "2010-09-29", @@ -1403379,16 +1332539,6 @@ "show_number": "5988", "fullAnswer": "a second" }, - { - "category": "20th CENTURY HISTORY", - "air_date": "2010-09-29", - "question": "It's the year of the promised return
seen here.", - "value": "$3,600", - "answer": "1944", - "round": "Double Jeopardy!", - "show_number": "5988", - "fullAnswer": "1944" - }, { "category": "MUSIC OF THE NIGHT", "air_date": "2010-09-29", @@ -1403429,36 +1332579,16 @@ "show_number": "5988", "fullAnswer": "an hour" }, - { - "category": "20th CENTURY HISTORY", - "air_date": "2010-09-29", - "question": "Look to the heavens & name this duffer seen here in 1971", - "value": "$1600", - "answer": "Alan Shepard", - "round": "Double Jeopardy!", - "show_number": "5988", - "fullAnswer": "Alan Shepard" - }, { "category": "MUSIC OF THE NIGHT", "air_date": "2010-09-29", "question": "The 4 Seasons reminisced about this title month & year in the song subtitled \"Oh What a Night\"", "value": "$1600", - "answer": "Late December back in \\'63", + "answer": "Late December back in '63", "round": "Double Jeopardy!", "show_number": "5988", "fullAnswer": "Late December back in \\'63" }, - { - "category": "THE DOCTOR IS IN", - "air_date": "2010-09-29", - "question": "Seen here, this shoe brand named for a real doctor celebrated its 50th anniversary in 2010", - "value": "$1600", - "answer": "Dr. Martens ", - "round": "Double Jeopardy!", - "show_number": "5988", - "fullAnswer": "Dr. Martens (Doc Martens)" - }, { "category": "IT'S ABOUT TIME", "air_date": "2010-09-29", @@ -1403469,22 +1332599,12 @@ "show_number": "5988", "fullAnswer": "The Yearling" }, - { - "category": "20th CENTURY HISTORY", - "air_date": "2010-09-29", - "question": "He witnessed the ends of the Earth while accompanying seven expeditions to the Arctic", - "value": "$2000", - "answer": "Matthew Henson", - "round": "Double Jeopardy!", - "show_number": "5988", - "fullAnswer": "Matthew Henson" - }, { "category": "MUSIC OF THE NIGHT", "air_date": "2010-09-29", "question": "This Sam Cooke song talks about \"a place, somewhere up a New York way, where the people are so gay\"", "value": "$2000", - "answer": "Twistin\\' The Night Away", + "answer": "Twistin' The Night Away", "round": "Double Jeopardy!", "show_number": "5988", "fullAnswer": "\"Twistin\\' The Night Away\"" @@ -1403734,7 +1332854,7 @@ "air_date": "2002-11-13", "question": "Scooby parodies turn up in \"Jay & Silent Bob Strike Back\" & one of the endings to this 1992 Mike Myers film", "value": "$800", - "answer": "Wayne\\'s World", + "answer": "Wayne's World", "round": "Jeopardy!", "show_number": "4188", "fullAnswer": "Wayne\\'s World" @@ -1403854,7 +1332974,7 @@ "air_date": "2002-11-13", "question": "In April 2005 he'll have hosted NBC's \"Late Night\" as long as his predecessor did", "value": "$400", - "answer": "Conan O\\'Brien", + "answer": "Conan O'Brien", "round": "Double Jeopardy!", "show_number": "4188", "fullAnswer": "Conan O\\'Brien" @@ -1404169,16 +1333289,6 @@ "show_number": "6186", "fullAnswer": "football" }, - { - "category": "TWEETS", - "air_date": "2011-07-04", - "question": "You may recognize this bird as a cartoon... here's one of the 175 species in real life", - "value": "$200", - "answer": "woodpecker", - "round": "Jeopardy!", - "show_number": "6186", - "fullAnswer": "a woodpecker" - }, { "category": "THE ONE & ONLY", "air_date": "2011-07-04", @@ -1404289,16 +1333399,6 @@ "show_number": "6186", "fullAnswer": "Cuba" }, - { - "category": "GEOGRAPHIC TERMS", - "air_date": "2011-07-04", - "question": "( Jimmy of the Clue Crew shows a map on a monitor.", - "value": "$600", - "answer": "delta", - "round": "Jeopardy!", - "show_number": "6186", - "fullAnswer": "a delta" - }, { "category": "THE LANGUAGE OF FOOD", "air_date": "2011-07-04", @@ -1404389,16 +1333489,6 @@ "show_number": "6186", "fullAnswer": "Neptune" }, - { - "category": "GEOGRAPHIC TERMS", - "air_date": "2011-07-04", - "question": "From a French word meaning mound, it's a steep-sided, flat-topped hill like the one seen here in Wyoming", - "value": "$1000", - "answer": "butte", - "round": "Jeopardy!", - "show_number": "6186", - "fullAnswer": "a butte" - }, { "category": "THE LANGUAGE OF FOOD", "air_date": "2011-07-04", @@ -1404779,16 +1333869,6 @@ "show_number": "6241", "fullAnswer": "kilogram" }, - { - "category": "ON A U.S. POSTAGE STAMP", - "air_date": "2011-11-07", - "question": "This ovine critter seen here on a 17-cent stamp", - "value": "$400", - "answer": "bighorn sheep", - "round": "Jeopardy!", - "show_number": "6241", - "fullAnswer": "a bighorn sheep" - }, { "category": "SPORTS NUMBERS", "air_date": "2011-11-07", @@ -1404844,7 +1333924,7 @@ "air_date": "2011-11-07", "question": "Oveta Culp Hobby, who helped form this, WAC for short", "value": "$600", - "answer": "Women\\'s Army Corps", + "answer": "Women's Army Corps", "round": "Jeopardy!", "show_number": "6241", "fullAnswer": "the Women\\'s Army Corps" @@ -1404869,16 +1333949,6 @@ "show_number": "6241", "fullAnswer": "foul fowl" }, - { - "category": "PLANET OF THE CORGIS", - "air_date": "2011-11-07", - "question": "Here's our friend the corgi taking this future world leader for a walk in Hyde Park around 1940", - "value": "$600", - "answer": "Queen Elizabeth II", - "round": "Jeopardy!", - "show_number": "6241", - "fullAnswer": "Queen Elizabeth II" - }, { "category": "THE CARIBBEAN", "air_date": "2011-11-07", @@ -1404899,16 +1333969,6 @@ "show_number": "6241", "fullAnswer": "krypton" }, - { - "category": "ON A U.S. POSTAGE STAMP", - "air_date": "2011-11-07", - "question": "The dinnerware seen here, with this Spanish name", - "value": "$800", - "answer": "Fiesta ware", - "round": "Jeopardy!", - "show_number": "6241", - "fullAnswer": "Fiesta ware" - }, { "category": "SPORTS NUMBERS", "air_date": "2011-11-07", @@ -1404939,16 +1333999,6 @@ "show_number": "6241", "fullAnswer": "a dachshund" }, - { - "category": "THE CARIBBEAN", - "air_date": "2011-11-07", - "question": "The boulders seen here, known as \"the Baths\", are an attraction in this group, known as the BVI", - "value": "$800", - "answer": "British Virgin Islands", - "round": "Jeopardy!", - "show_number": "6241", - "fullAnswer": "the British Virgin Islands" - }, { "category": "SCIENCE \"K\"LASS", "air_date": "2011-11-07", @@ -1405064,21 +1334114,11 @@ "air_date": "2011-11-07", "question": "This first woman on the Supreme Court left the court in 2006", "value": "$400", - "answer": "Sandra Day O\\'Connor", + "answer": "Sandra Day O'Connor", "round": "Double Jeopardy!", "show_number": "6241", "fullAnswer": "Sandra Day O\\'Connor" }, - { - "category": "TREASURES OF THE NEW-YORK HISTORICAL SOCIETY", - "air_date": "2011-11-07", - "question": "This man slept here--no, really--during the Revolutionary War", - "value": "$400", - "answer": "Washington", - "round": "Double Jeopardy!", - "show_number": "6241", - "fullAnswer": "Washington" - }, { "category": "VERSE CASE SCENARIO", "air_date": "2011-11-07", @@ -1405129,16 +1334169,6 @@ "show_number": "6241", "fullAnswer": "(Dian) Fossey" }, - { - "category": "TREASURES OF THE NEW-YORK HISTORICAL SOCIETY", - "air_date": "2011-11-07", - "question": "John J. Audubon never made it to California; he painted thisvulture species from a dead specimen", - "value": "$800", - "answer": "California condor", - "round": "Double Jeopardy!", - "show_number": "6241", - "fullAnswer": "a California condor" - }, { "category": "VERSE CASE SCENARIO", "air_date": "2011-11-07", @@ -1405154,21 +1334184,11 @@ "air_date": "2011-11-07", "question": "1978:
Dean Vernon Wormer,
Doug Neidermeyer", "value": "$1200", - "answer": "National Lampoon\\'s Animal House", + "answer": "National Lampoon's Animal House", "round": "Double Jeopardy!", "show_number": "6241", "fullAnswer": "National Lampoon\\'s Animal House" }, - { - "category": "WHAT'D YOU CATCH?", - "air_date": "2011-11-07", - "question": "Not a starfish, but this heavenly one", - "value": "$1200", - "answer": "sunfish", - "round": "Double Jeopardy!", - "show_number": "6241", - "fullAnswer": "a sunfish" - }, { "category": "9-LETTER WORDS", "air_date": "2011-11-07", @@ -1405189,16 +1334209,6 @@ "show_number": "6241", "fullAnswer": "Danish" }, - { - "category": "TREASURES OF THE NEW-YORK HISTORICAL SOCIETY", - "air_date": "2011-11-07", - "question": "John Jay's \"In Relation to Foreign Nations\" is one of just four extant manuscripts in the series known as these \"Papers\"", - "value": "$1200", - "answer": "Federalist Papers", - "round": "Double Jeopardy!", - "show_number": "6241", - "fullAnswer": "the Federalist Papers" - }, { "category": "VERSE CASE SCENARIO", "air_date": "2011-11-07", @@ -1405239,26 +1334249,6 @@ "show_number": "6241", "fullAnswer": "shareware" }, - { - "category": "NOTABLE WOMEN", - "air_date": "2011-11-07", - "question": "This Italian-born woman was famous for her educational methods", - "value": "$1600", - "answer": "Montessori", - "round": "Double Jeopardy!", - "show_number": "6241", - "fullAnswer": "(Maria) Montessori" - }, - { - "category": "TREASURES OF THE NEW-YORK HISTORICAL SOCIETY", - "air_date": "2011-11-07", - "question": "New York City is the finish line of the 73-step board game called \"Round the World with\" this adventuress", - "value": "$1600", - "answer": "Nellie Bly", - "round": "Double Jeopardy!", - "show_number": "6241", - "fullAnswer": "Nellie Bly" - }, { "category": "VERSE CASE SCENARIO", "air_date": "2011-11-07", @@ -1405289,16 +1334279,6 @@ "show_number": "6241", "fullAnswer": "a pompano" }, - { - "category": "9-LETTER WORDS", - "air_date": "2011-11-07", - "question": "(Sarah of the Clue Crew rubs her finger on a glass.) Rubbing your finger on the rim causes the glass to vibrate; the sound's pitch is due to this 9-letter term, the number of vibrations per second", - "value": "$2000", - "answer": "frequency", - "round": "Double Jeopardy!", - "show_number": "6241", - "fullAnswer": "frequency" - }, { "category": "NOTABLE WOMEN", "air_date": "2011-11-07", @@ -1405309,16 +1334289,6 @@ "show_number": "6241", "fullAnswer": "(Valentina) Tereshkova" }, - { - "category": "TREASURES OF THE NEW-YORK HISTORICAL SOCIETY", - "air_date": "2011-11-07", - "question": "In November of 1776 more than 700 New Yorkers loyal to Britain signed what's known as the \"Declaration of\" this", - "value": "$2000", - "answer": "Dependence", - "round": "Double Jeopardy!", - "show_number": "6241", - "fullAnswer": "Dependence" - }, { "category": "FROM THE GREEK", "air_date": "2011-11-07", @@ -1405459,16 +1334429,6 @@ "show_number": "4547", "fullAnswer": "Juneau(, Alaska)" }, - { - "category": "CUSTOMS", - "air_date": "2004-05-18", - "question": "Institution whose graduating class is seen here upholding a tradition", - "value": "$600", - "answer": "U.S. Naval Academy", - "round": "Jeopardy!", - "show_number": "4547", - "fullAnswer": "the U.S. Naval Academy" - }, { "category": "MUSIC'S MISSING LINKS", "air_date": "2004-05-18", @@ -1405549,16 +1334509,6 @@ "show_number": "4547", "fullAnswer": "(Jennifer) Capriati" }, - { - "category": "TOYS & GAMES", - "air_date": "2004-05-18", - "question": "(Sofia of the Clue Crew pitches a heavy ball into the beach sand.) Turin is a world center of this game, but it's also become popular as an import to America", - "value": "$800", - "answer": "Bocce", - "round": "Jeopardy!", - "show_number": "4547", - "fullAnswer": "Bocce" - }, { "category": "WATER, WATER EVERYWHERE", "air_date": "2004-05-18", @@ -1405579,16 +1334529,6 @@ "show_number": "4547", "fullAnswer": "Augusta(, Maine)" }, - { - "category": "CUSTOMS", - "air_date": "2004-05-18", - "question": "(Sarah of the Clue Crew toasts you with her beer stein in Munich, Germany.) It's easy to remember this German toast from the Latin for \"may it benefit\"--it rhymes with \"toast\"", - "value": "$1000", - "answer": "Prost", - "round": "Jeopardy!", - "show_number": "4547", - "fullAnswer": "Prost" - }, { "category": "MUSIC'S MISSING LINKS", "air_date": "2004-05-18", @@ -1405599,16 +1334539,6 @@ "show_number": "4547", "fullAnswer": "Paradise" }, - { - "category": "ENDS IN \"I\"", - "air_date": "2004-05-18", - "question": "It's the island country in the Pacific whose flag is seen here", - "value": "$1000", - "answer": "Fiji", - "round": "Jeopardy!", - "show_number": "4547", - "fullAnswer": "Fiji" - }, { "category": "TOYS & GAMES", "air_date": "2004-05-18", @@ -1405699,16 +1334629,6 @@ "show_number": "4547", "fullAnswer": "Elsinore" }, - { - "category": "SPORTS TROPHIES", - "air_date": "2004-05-18", - "question": "(Hi, I'm Eddie George of the NFL.) As a senior at Ohio State, I received this award, given to the top player in college football", - "value": "$800", - "answer": "Heisman Trophy", - "round": "Double Jeopardy!", - "show_number": "4547", - "fullAnswer": "the Heisman Trophy" - }, { "category": "SUPREME COURT DECISIONS", "air_date": "2004-05-18", @@ -1405734,21 +1334654,11 @@ "air_date": "2004-05-18", "question": "Harlequin & Columbine were characters in this form of theater popular in Italy in the 17th century", "value": "$800", - "answer": "commedia dell\\'arte", + "answer": "commedia dell'arte", "round": "Double Jeopardy!", "show_number": "4547", "fullAnswer": "commedia dell\\'arte" }, - { - "category": "\"WATER\" WATER EVERYWHERE", - "air_date": "2004-05-18", - "question": "Asian beast of burden seen here", - "value": "$800", - "answer": "water buffalo", - "round": "Double Jeopardy!", - "show_number": "4547", - "fullAnswer": "a water buffalo" - }, { "category": "LITERARY SETTINGS", "air_date": "2004-05-18", @@ -1405789,16 +1334699,6 @@ "show_number": "4547", "fullAnswer": "Harry Belafonte" }, - { - "category": "HARLEQUIN & COLUMBINE", - "air_date": "2004-05-18", - "question": "He painted the Harlequins seen here", - "value": "$100", - "answer": "Picasso", - "round": "Double Jeopardy!", - "show_number": "4547", - "fullAnswer": "Picasso" - }, { "category": "\"WATER\" WATER EVERYWHERE", "air_date": "2004-05-18", @@ -1405814,7 +1334714,7 @@ "air_date": "2004-05-18", "question": "In a play by Thornton Wilder, it's \"Our Town\"", "value": "$1600", - "answer": "Grover\\'s Corners, New Hampshire", + "answer": "Grover's Corners, New Hampshire", "round": "Double Jeopardy!", "show_number": "4547", "fullAnswer": "Grover\\'s Corners, New Hampshire" @@ -1405859,16 +1334759,6 @@ "show_number": "4547", "fullAnswer": "snake" }, - { - "category": "\"WATER\" WATER EVERYWHERE", - "air_date": "2004-05-18", - "question": "Landmark Washington, D.C. complex sprawling here", - "value": "$1600", - "answer": "Watergate", - "round": "Double Jeopardy!", - "show_number": "4547", - "fullAnswer": "Watergate" - }, { "category": "LITERARY SETTINGS", "air_date": "2004-05-18", @@ -1406569,16 +1335459,6 @@ "show_number": "5715", "fullAnswer": "Perry Mason" }, - { - "category": "ISLANDS", - "air_date": "2009-06-12", - "question": "The Celts first arrived on this island around 500 B.C.", - "value": "$200", - "answer": "Ireland", - "round": "Jeopardy!", - "show_number": "5715", - "fullAnswer": "Ireland" - }, { "category": "COMMON RHYMES", "air_date": "2009-06-12", @@ -1406629,16 +1335509,6 @@ "show_number": "5715", "fullAnswer": "Pride and Prejudice" }, - { - "category": "ISLANDS", - "air_date": "2009-06-12", - "question": "Technically, Queen Elizabeth is the sovereign of this country whose two main islands are seen here", - "value": "$400", - "answer": "New Zealand", - "round": "Jeopardy!", - "show_number": "5715", - "fullAnswer": "New Zealand" - }, { "category": "COMMON RHYMES", "air_date": "2009-06-12", @@ -1406689,16 +1335559,6 @@ "show_number": "5715", "fullAnswer": "Michael Crichton" }, - { - "category": "ISLANDS", - "air_date": "2009-06-12", - "question": "Buddhism & Hinduism are this island's principal religions", - "value": "$600", - "answer": "Sri Lanka", - "round": "Jeopardy!", - "show_number": "5715", - "fullAnswer": "Sri Lanka" - }, { "category": "COMMON RHYMES", "air_date": "2009-06-12", @@ -1406749,16 +1335609,6 @@ "show_number": "5715", "fullAnswer": "John Irving" }, - { - "category": "ISLANDS", - "air_date": "2009-06-12", - "question": "Abundant geothermal power is a prominent natural resource of this island", - "value": "$800", - "answer": "Iceland", - "round": "Jeopardy!", - "show_number": "5715", - "fullAnswer": "Iceland" - }, { "category": "COMMON RHYMES", "air_date": "2009-06-12", @@ -1406809,16 +1335659,6 @@ "show_number": "5715", "fullAnswer": "Henry Wadsworth Longfellow" }, - { - "category": "ISLANDS", - "air_date": "2009-06-12", - "question": "This island is only 100 miles from mainland China", - "value": "$1000", - "answer": "Taiwan", - "round": "Jeopardy!", - "show_number": "5715", - "fullAnswer": "Taiwan" - }, { "category": "COMMON RHYMES", "air_date": "2009-06-12", @@ -1407029,16 +1335869,6 @@ "show_number": "5715", "fullAnswer": "Charlie Sheen" }, - { - "category": "THE MIRACLE OF VINEGAR", - "air_date": "2009-06-12", - "question": "(Kelly of the Clue Crew gets her polish on.) Taco sauce will remove the tarnish from a penny because of two ingredients--vinegar & the chloride ions from this compound", - "value": "$1600", - "answer": "table salt", - "round": "Double Jeopardy!", - "show_number": "5715", - "fullAnswer": "table salt" - }, { "category": "BEFORE & AFTER", "air_date": "2009-06-12", @@ -1407279,16 +1336109,6 @@ "show_number": "6092", "fullAnswer": "Justin Bieber" }, - { - "category": "JUMPING JUPITER!", - "air_date": "2011-02-22", - "question": "(Jimmy of the Clue Crew shows some space imagery on the monitor.) A storm system that has lasted for centuries, this feature of Jupiter is large enough to engulf the Earth & Mars side by side", - "value": "$600", - "answer": "Great Red Spot", - "round": "Jeopardy!", - "show_number": "6092", - "fullAnswer": "the Great Red Spot" - }, { "category": "WE MAKE THAT", "air_date": "2011-02-22", @@ -1407329,16 +1336149,6 @@ "show_number": "6092", "fullAnswer": "Job" }, - { - "category": "POP CULTURE", - "air_date": "2011-02-22", - "question": "You might want to friend this actor, a co-star of \"The Social Network\"", - "value": "$800", - "answer": "Garfield", - "round": "Jeopardy!", - "show_number": "6092", - "fullAnswer": "(Andrew) Garfield" - }, { "category": "JUMPING JUPITER!", "air_date": "2011-02-22", @@ -1407509,16 +1336319,6 @@ "show_number": "6092", "fullAnswer": "poison" }, - { - "category": "WINTER SPORTS", - "air_date": "2011-02-22", - "question": "Let's have a race using this craft whose name comes from a Native American word for \"sled\"", - "value": "$800", - "answer": "toboggan", - "round": "Double Jeopardy!", - "show_number": "6092", - "fullAnswer": "a toboggan" - }, { "category": "HOMECOMING KINGS & QUEENS", "air_date": "2011-02-22", @@ -1407539,16 +1336339,6 @@ "show_number": "6092", "fullAnswer": "the Indian Ocean" }, - { - "category": "RED THINGS", - "air_date": "2011-02-22", - "question": "(National Geographic photographer Paul Nicklen presents the clue.) It took years to get a shot of the red aurora borealis; charged particles in the \"wind\" from this celestial body collide with oxygen in Earth's magnetic field to produce the hue", - "value": "$800", - "answer": "Sun", - "round": "Double Jeopardy!", - "show_number": "6092", - "fullAnswer": "the Sun" - }, { "category": "CROSSWORD CLUES \"D\"", "air_date": "2011-02-22", @@ -1407764,7 +1336554,7 @@ "air_date": "1990-01-09", "question": "In the U.S. if May Day falls on Sunday, the following Sunday is this", "value": "$100", - "answer": "Mother\\'s Day", + "answer": "Mother's Day", "round": "Jeopardy!", "show_number": "1237", "fullAnswer": "Mother\\'s Day" @@ -1407814,7 +1336604,7 @@ "air_date": "1990-01-09", "question": "Day honoring a martyr beheaded at Rome under the Emperor Claudius; a lovely history it wasn't", "value": "$200", - "answer": "St. Valentine\\'s Day", + "answer": "St. Valentine's Day", "round": "Jeopardy!", "show_number": "1237", "fullAnswer": "St. Valentine\\'s Day" @@ -1408784,7 +1337574,7 @@ "air_date": "2000-11-30", "question": "This verse narrative of the Civil War won Stephen Vincent Benet a Pulitzer Prize", "value": "$1000", - "answer": "John Brown\\'s Body", + "answer": "John Brown's Body", "round": "Double Jeopardy!", "show_number": "3739", "fullAnswer": "\"John Brown\\'s Body\"" @@ -1408844,7 +1337634,7 @@ "air_date": "2008-11-04", "question": "Founded in 1869, this company has been making inroads in Asia with a specially designed corn soup", "value": "$200", - "answer": "Campbell\\'s", + "answer": "Campbell's", "round": "Jeopardy!", "show_number": "5557", "fullAnswer": "Campbell\\'s" @@ -1408889,16 +1337679,6 @@ "show_number": "5557", "fullAnswer": "dye/die" }, - { - "category": "INDUSTRIAL LIGHT & MAGIC", - "air_date": "2008-11-04", - "question": "(Sarah of the Clue Crew strolls the grounds of Industrial Light & Magic in San Francisco, CA.) This director, the man behind Industrial Light & Magic, was also the primary conceptual designer for its Digital Arts Center, which is innovative in energy & water efficiency", - "value": "$200", - "answer": "George Lucas", - "round": "Jeopardy!", - "show_number": "5557", - "fullAnswer": "George Lucas" - }, { "category": "KNOW BUSINESS", "air_date": "2008-11-04", @@ -1408909,16 +1337689,6 @@ "show_number": "5557", "fullAnswer": "Wal-Mart" }, - { - "category": "SMALL, MEDIUM OR LARGE", - "air_date": "2008-11-04", - "question": "Type of \"Bathers\" in the Cezanne work seen here", - "value": "$400", - "answer": "Large", - "round": "Jeopardy!", - "show_number": "5557", - "fullAnswer": "Large" - }, { "category": "TREBLEMAKERS", "air_date": "2008-11-04", @@ -1408949,16 +1337719,6 @@ "show_number": "5557", "fullAnswer": "chased/chaste" }, - { - "category": "INDUSTRIAL LIGHT & MAGIC", - "air_date": "2008-11-04", - "question": "(Sarah of the Clue Crew appears to be in the desert, but is actually at Industrial Light & Magic in San Francisco, CA.) Bluescreen photography, which lets us transport an actor to a place like Tatooine, is possible because the base material in color film is sensitive to these three primary colors", - "value": "$400", - "answer": "red, green & blue", - "round": "Jeopardy!", - "show_number": "5557", - "fullAnswer": "red, green & blue" - }, { "category": "KNOW BUSINESS", "air_date": "2008-11-04", @@ -1409009,16 +1337769,6 @@ "show_number": "5557", "fullAnswer": "bussed/bust" }, - { - "category": "INDUSTRIAL LIGHT & MAGIC", - "air_date": "2008-11-04", - "question": "(Jimmy of the Clue Crew wears a body suit with position markers at Industrial Light & Magic in San Francisco, CA.) C-3PO's moves are based on mine, because we're using IMOCAP, a groundbreaking system in which MOCAP is short for this", - "value": "$600", - "answer": "motion capture", - "round": "Jeopardy!", - "show_number": "5557", - "fullAnswer": "motion capture" - }, { "category": "KNOW BUSINESS", "air_date": "2008-11-04", @@ -1409069,16 +1337819,6 @@ "show_number": "5557", "fullAnswer": "fawn/faun" }, - { - "category": "INDUSTRIAL LIGHT & MAGIC", - "air_date": "2008-11-04", - "question": "(Jimmy of the Clue Crew stands with Darth Vader at Industrial Light & Magic in San Francisco, CA.) In the scene showing how Darth Vader comes to be, ILM used actual clips of this Sicilian volcano's eruption that took place during principal photography", - "value": "$800", - "answer": "Etna", - "round": "Jeopardy!", - "show_number": "5557", - "fullAnswer": "(Mount) Etna" - }, { "category": "KNOW BUSINESS", "air_date": "2008-11-04", @@ -1409129,16 +1337869,6 @@ "show_number": "5557", "fullAnswer": "lessen/lesson" }, - { - "category": "INDUSTRIAL LIGHT & MAGIC", - "air_date": "2008-11-04", - "question": "(Jimmy stands with E.T. at Industrial Light & Magic in San Francisco, CA.) ILM created E.T.'s mothership & perhaps the film's most memorable moment, the bike flight scene that would become a symbol of this Spielberg company", - "value": "$1000", - "answer": "Amblin Entertainment", - "round": "Jeopardy!", - "show_number": "5557", - "fullAnswer": "Amblin Entertainment" - }, { "category": "LIKE SNOW BUSINESS", "air_date": "2008-11-04", @@ -1409239,16 +1337969,6 @@ "show_number": "5557", "fullAnswer": "Austria" }, - { - "category": "MAMMALS", - "air_date": "2008-11-04", - "question": "The mountain type of this, seen here, is the most primitive living rodent", - "value": "$800", - "answer": "beaver", - "round": "Double Jeopardy!", - "show_number": "5557", - "fullAnswer": "a beaver" - }, { "category": "THE \"B\" LIST", "air_date": "2008-11-04", @@ -1409389,16 +1338109,6 @@ "show_number": "5557", "fullAnswer": "Mauna Kea" }, - { - "category": "ESTRELLAS DEL BEISBOL", - "air_date": "2008-11-04", - "question": "Seen here, he's the master of the walk-off homer", - "value": "$2000", - "answer": "David Ortiz", - "round": "Double Jeopardy!", - "show_number": "5557", - "fullAnswer": "David Ortiz" - }, { "category": "NOVEL ALLITERATION", "air_date": "2008-11-04", @@ -1409584,7 +1338294,7 @@ "air_date": "2010-04-13", "question": "Gary Loveman is prez of Harrah's Entertainment, which runs this Roman-themed Vegas casino & many others", "value": "$600", - "answer": "Caesar\\'s Palace", + "answer": "Caesar's Palace", "round": "Jeopardy!", "show_number": "5897", "fullAnswer": "Caesar\\'s Palace" @@ -1409619,16 +1338329,6 @@ "show_number": "5897", "fullAnswer": "monsoon" }, - { - "category": "NATURE", - "air_date": "2010-04-13", - "question": "(Jimmy of the Clue Crew shows some pictures of spiders on the monitor.) Venomous spiders include the brown widow, recognized by an hourglass-shaped mark; a spider with a violin-shaped mark tells you it's this poisonous species", - "value": "$800", - "answer": "brown recluse", - "round": "Jeopardy!", - "show_number": "5897", - "fullAnswer": "a brown recluse" - }, { "category": "WHAT THE CURRENT TV TITLE MEANS", "air_date": "2010-04-13", @@ -1409759,16 +1338459,6 @@ "show_number": "5897", "fullAnswer": "Nolan Ryan" }, - { - "category": "PLAY FASTER!", - "air_date": "2010-04-13", - "question": "Largo is a slow tempo of around 50 bpm, which is short for these", - "value": "$400", - "answer": "beats per minute", - "round": "Double Jeopardy!", - "show_number": "5897", - "fullAnswer": "beats per minute" - }, { "category": "JOAQUIN", "air_date": "2010-04-13", @@ -1409819,16 +1338509,6 @@ "show_number": "5897", "fullAnswer": "(Michelle) Kwan" }, - { - "category": "PLAY FASTER!", - "air_date": "2010-04-13", - "question": "At a setting of 70, you're in this tempo; Samuel Barber wrote one \"for Strings\"", - "value": "$800", - "answer": "adagio", - "round": "Double Jeopardy!", - "show_number": "5897", - "fullAnswer": "adagio" - }, { "category": "JOAQUIN", "air_date": "2010-04-13", @@ -1409879,16 +1338559,6 @@ "show_number": "5897", "fullAnswer": "(Roberto) Duran" }, - { - "category": "PLAY FASTER!", - "air_date": "2010-04-13", - "question": "A metronome setting of 100 is this tempo that includes the author of \"Inferno\"", - "value": "$1200", - "answer": "andante", - "round": "Double Jeopardy!", - "show_number": "5897", - "fullAnswer": "andante" - }, { "category": "JOAQUIN", "air_date": "2010-04-13", @@ -1409939,16 +1338609,6 @@ "show_number": "5897", "fullAnswer": "Terry Bradshaw" }, - { - "category": "PLAY FASTER!", - "air_date": "2010-04-13", - "question": "140 bpm brings you to this word, the basic musical indication for \"fast\" or \"lively\"", - "value": "$1600", - "answer": "allegro", - "round": "Double Jeopardy!", - "show_number": "5897", - "fullAnswer": "allegro" - }, { "category": "JOAQUIN", "air_date": "2010-04-13", @@ -1409999,16 +1338659,6 @@ "show_number": "5897", "fullAnswer": "(Althea) Gibson" }, - { - "category": "PLAY FASTER!", - "air_date": "2010-04-13", - "question": "This very fast tempo is also a word used by magicians to command the amazing to happen", - "value": "$2000", - "answer": "presto", - "round": "Double Jeopardy!", - "show_number": "5897", - "fullAnswer": "presto" - }, { "category": "JOAQUIN", "air_date": "2010-04-13", @@ -1410674,7 +1339324,7 @@ "air_date": "1990-05-02", "question": "What Mia would keep in her quiver if she took up archery", "value": "$100", - "answer": "Farrow\\'s Arrows", + "answer": "Farrow's Arrows", "round": "Jeopardy!", "show_number": "1318", "fullAnswer": "Farrow\\'s Arrows" @@ -1410954,7 +1339604,7 @@ "air_date": "1990-05-02", "question": "In the 1966 hit song, line that followed \"Hey there Lil' Red Riding Hood...\"", "value": "$500", - "answer": "Hey, you sure are lookin\\' good", + "answer": "Hey, you sure are lookin' good", "round": "Jeopardy!", "show_number": "1318", "fullAnswer": "\"Hey, you sure are lookin\\' good\"" @@ -1411564,7 +1340214,7 @@ "air_date": "1996-12-19", "question": "\"It Pays To Enrich Your Word Power\" is a feature in this monthly magazine", "value": "$500", - "answer": "Reader\\'s Digest", + "answer": "Reader's Digest", "round": "Jeopardy!", "show_number": "2834", "fullAnswer": "Reader\\'s Digest" @@ -1412614,7 +1341264,7 @@ "air_date": "2004-04-29", "question": "In 1984 the Soviet Union launched the Vega I & Vega II probes to study this object seen here", "value": "$600", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Jeopardy!", "show_number": "4534", "fullAnswer": "Halley\\'s Comet" @@ -1413219,16 +1341869,6 @@ "show_number": "65", "fullAnswer": "12" }, - { - "category": "WATER SPORTS", - "air_date": "1984-12-07", - "question": "What an unlucky surfer has just experienced in this song", - "value": "$400", - "answer": "wipeout", - "round": "Jeopardy!", - "show_number": "65", - "fullAnswer": "a wipeout" - }, { "category": "U.S. STATES", "air_date": "1984-12-07", @@ -1413514,7 +1342154,7 @@ "air_date": "1984-12-07", "question": "Artist famous for her paintings of the deserts of the American southwest", "value": "$900", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Double Jeopardy!", "show_number": "65", "fullAnswer": "Georgia O\\'Keeffe" @@ -1414019,16 +1342659,6 @@ "show_number": "6006", "fullAnswer": "Neptune" }, - { - "category": "MUMMIES OF THE WORLD", - "air_date": "2010-10-25", - "question": "Royal mummies like Nespaqashuti were placed inside these stone items, whose name is from the Greek for flesh-eating", - "value": "$1200", - "answer": "sarcophagi", - "round": "Double Jeopardy!", - "show_number": "6006", - "fullAnswer": "sarcophagi" - }, { "category": "PRO ATHLETES BY NUMBER WORN", "air_date": "2010-10-25", @@ -1414084,7 +1342714,7 @@ "air_date": "2010-10-25", "question": "Found in the family vault still wearing his boots, mummified German Baron von Holz died during this early 17th c. war", "value": "$1600", - "answer": "Thirty Years\\' War", + "answer": "Thirty Years' War", "round": "Double Jeopardy!", "show_number": "6006", "fullAnswer": "the Thirty Years\\' War" @@ -1414139,16 +1342769,6 @@ "show_number": "6006", "fullAnswer": "seahorses" }, - { - "category": "MUMMIES OF THE WORLD", - "air_date": "2010-10-25", - "question": "Preserved to accompany humans into the afterlife, cat mummies were popular in this Egyptian period named for a Greek", - "value": "$2000", - "answer": "Ptolemaic Period", - "round": "Double Jeopardy!", - "show_number": "6006", - "fullAnswer": "the Ptolemaic Period" - }, { "category": "PRO ATHLETES BY NUMBER WORN", "air_date": "2010-10-25", @@ -1415654,7 +1344274,7 @@ "air_date": "1998-10-13", "question": "This John Bunyan work inspired the one-act opera \"The Shepherds Of The Delectable Mountains\"", "value": "$500", - "answer": "Pilgrim\\'s Progress", + "answer": "Pilgrim's Progress", "round": "Jeopardy!", "show_number": "3242", "fullAnswer": "\"Pilgrim\\'s Progress\"" @@ -1416739,16 +1345359,6 @@ "show_number": "4558", "fullAnswer": "John Paul Jones" }, - { - "category": "LET'S CLEAN UP", - "air_date": "2004-06-02", - "question": "For some light cleaning, it's the 2-word name of the item seen here", - "value": "$600", - "answer": "feather duster", - "round": "Jeopardy!", - "show_number": "4558", - "fullAnswer": "a feather duster" - }, { "category": "PARDON ME", "air_date": "2004-06-02", @@ -1416764,7 +1345374,7 @@ "air_date": "2004-06-02", "question": "2001:
\"Keep an eye on the staircases. They like to change\"", "value": "$600", - "answer": "Harry Potter and the Sorcerer\\'s Stone", + "answer": "Harry Potter and the Sorcerer's Stone", "round": "Jeopardy!", "show_number": "4558", "fullAnswer": "Harry Potter and the Sorcerer\\'s Stone" @@ -1417169,16 +1345779,6 @@ "show_number": "4558", "fullAnswer": "Ossie Davis" }, - { - "category": "VOCABULARY", - "air_date": "2004-06-02", - "question": "(Sofia of the Clue Crew holds up a fencing sword.) The weak part of the blade is the foible; the strong part has this \"F\" name that can also mean what you're best at", - "value": "$2000", - "answer": "forte", - "round": "Double Jeopardy!", - "show_number": "4558", - "fullAnswer": "a forte" - }, { "category": "SENATORIAL SUCCESSORS", "air_date": "2004-06-02", @@ -1417289,16 +1345889,6 @@ "show_number": "4867", "fullAnswer": "purr" }, - { - "category": "TOM HANKS MOVIE ROLES", - "air_date": "2005-11-08", - "question": "Airport resident Viktor Navorski", - "value": "$400", - "answer": "Terminal", - "round": "Jeopardy!", - "show_number": "4867", - "fullAnswer": "The Terminal" - }, { "category": "U.S. CITIES", "air_date": "2005-11-08", @@ -1417369,16 +1345959,6 @@ "show_number": "4867", "fullAnswer": "Cincinnati" }, - { - "category": "WORD HISTORY", - "air_date": "2005-11-08", - "question": "(Cheryl of the Clue Crew shows some Greek on the monitor.) The name of this typographical mark comes from the Greek words para, meaning \"beside\", and tithenai, \"to put\"", - "value": "$600", - "answer": "parentheses", - "round": "Jeopardy!", - "show_number": "4867", - "fullAnswer": "parentheses" - }, { "category": "THE STARS", "air_date": "2005-11-08", @@ -1417584,7 +1346164,7 @@ "air_date": "2005-11-08", "question": "Martha: \"I'm drunk.\"
Nick: \"I'm confused.\"
Honey: \"I'm mousy.\"
George: \"I'm going to bed\"", "value": "$800", - "answer": "Who\\'s Afraid of Virginia Woolf?", + "answer": "Who's Afraid of Virginia Woolf?", "round": "Double Jeopardy!", "show_number": "4867", "fullAnswer": "Who\\'s Afraid of Virginia Woolf?" @@ -1418559,16 +1347139,6 @@ "show_number": "5549", "fullAnswer": "drum" }, - { - "category": "A QUINTET OF QUOTES", - "air_date": "2008-10-23", - "question": "\"There's only one rule... you've got to be kind\" is from the works of this sometimes misanthropic author seen here", - "value": "$600", - "answer": "", - "round": "Jeopardy!", - "show_number": "5549", - "fullAnswer": "(Kurt) Vonnegut (Jr.)" - }, { "category": "MILESTONE BIRTHDAYS 2008", "air_date": "2008-10-23", @@ -1418579,16 +1347149,6 @@ "show_number": "5549", "fullAnswer": "Mary Lou Retton" }, - { - "category": "FIREFIGHTING", - "air_date": "2008-10-23", - "question": "(Jon of the Clue Crew shows a firefighting map diagram on the monitor.) Firefighters make a perimeter around a wildfire--much of it by digging; when you hear a fire is 80% this, it doesn't mean it's 80% put out, but 80% of the perimeter is in place", - "value": "$600", - "answer": "contained", - "round": "Jeopardy!", - "show_number": "5549", - "fullAnswer": "contained" - }, { "category": "SHAKESPEARE GOES HAIKU", "air_date": "2008-10-23", @@ -1418799,16 +1347359,6 @@ "show_number": "5549", "fullAnswer": "B" }, - { - "category": "DISCOVERIES", - "air_date": "2008-10-23", - "question": "In Coloma, California, the statue of James Marshall is pointing to the spot where he discovered this", - "value": "$800", - "answer": "gold", - "round": "Double Jeopardy!", - "show_number": "5549", - "fullAnswer": "gold" - }, { "category": "MOVIE TAGLINES", "air_date": "2008-10-23", @@ -1419739,16 +1348289,6 @@ "show_number": "5155", "fullAnswer": "L.L. Bean" }, - { - "category": "STUPID ANSWERS", - "air_date": "2007-01-26", - "question": "(Jimmy of the Clue Crew reports from the Iowa State Fair.) Will Rogers, Gene Crane & Pat Boone starred in different versions of this film about a family's adventures at the Iowa State Fair", - "value": "$400", - "answer": "State Fair", - "round": "Jeopardy!", - "show_number": "5155", - "fullAnswer": "State Fair" - }, { "category": "19th CENTURY NAMES", "air_date": "2007-01-26", @@ -1419769,16 +1348309,6 @@ "show_number": "5155", "fullAnswer": "the texture" }, - { - "category": "YOU MUST BE FROM DALLAS", - "air_date": "2007-01-26", - "question": "Born Patsy Anne McClenny, she's the Dallas-born beauty seen here--yeah, that's the ticket", - "value": "$400", - "answer": "Morgan Fairchild", - "round": "Jeopardy!", - "show_number": "5155", - "fullAnswer": "Morgan Fairchild" - }, { "category": "SINGAPORE", "air_date": "2007-01-26", @@ -1419909,16 +1348439,6 @@ "show_number": "5155", "fullAnswer": "Malaysia" }, - { - "category": "THIS CATEGORY IS FULL OF BEANS", - "air_date": "2007-01-26", - "question": "In 1981, this astronaut gave up his day job and became a painter of pictures like the one seen here", - "value": "$1000", - "answer": "Alan Bean", - "round": "Jeopardy!", - "show_number": "5155", - "fullAnswer": "Alan Bean" - }, { "category": "STUPID ANSWERS", "air_date": "2007-01-26", @@ -1420039,16 +1348559,6 @@ "show_number": "5155", "fullAnswer": "A History of Violence" }, - { - "category": "PAINTERS & PAINTINGS", - "air_date": "2007-01-26", - "question": "Theodore Blake Bergman's painting seen here
shows Queen Victoria with this Prime Minister", - "value": "$800", - "answer": "Disraeli", - "round": "Double Jeopardy!", - "show_number": "5155", - "fullAnswer": "Disraeli" - }, { "category": "POTPOURRI", "air_date": "2007-01-26", @@ -1420139,22 +1348649,12 @@ "show_number": "5155", "fullAnswer": "a sore throat" }, - { - "category": "NOVELS", - "air_date": "2007-01-26", - "question": "In the Literary Arts stamp series, the vessel behind this writer recalls her famous novel \"Ship of Fools\"", - "value": "$1600", - "answer": "Porter", - "round": "Double Jeopardy!", - "show_number": "5155", - "fullAnswer": "(Katherine Anne) Porter" - }, { "category": "FILM SCHOOL", "air_date": "2007-01-26", "question": "Harold Pinter wrote this movie in which Meryl Streep is both a 19th c. woman & the actress who plays her", "value": "$1600", - "answer": "French Lieutenant\\'s Woman", + "answer": "French Lieutenant's Woman", "round": "Double Jeopardy!", "show_number": "5155", "fullAnswer": "The French Lieutenant\\'s Woman" @@ -1420169,16 +1348669,6 @@ "show_number": "5155", "fullAnswer": "Cézanne" }, - { - "category": "POTPOURRI", - "air_date": "2007-01-26", - "question": "This newsman's long career has included driving Marguerite Oswald to see her son in custody on Nov. 22, 1963", - "value": "$1600", - "answer": "Bob Schieffer", - "round": "Double Jeopardy!", - "show_number": "5155", - "fullAnswer": "Bob Schieffer" - }, { "category": "SHE USED TO BE IN CHARGE", "air_date": "2007-01-26", @@ -1421084,7 +1349574,7 @@ "air_date": "2004-01-08", "question": "Titania really hit bottom when she hit on Bottom in this Shakespeare comedy", "value": "$1000", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Jeopardy!", "show_number": "4454", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -1421954,7 +1350444,7 @@ "air_date": "2003-01-09", "question": "With Steve off to college, his brother Joe is now the host of this colorful show for preschoolers", "value": "$1600", - "answer": "Blue\\'s Clues", + "answer": "Blue's Clues", "round": "Double Jeopardy!", "show_number": "4229", "fullAnswer": "Blue\\'s Clues" @@ -1422359,16 +1350849,6 @@ "show_number": "5433", "fullAnswer": "a daiquiri" }, - { - "category": "YO, DOG!", - "air_date": "2008-04-02", - "question": "(Jon of the Clue Crew walks the grounds of The Seeing Eye in New Jersey.) The Seeing Eye breeds its own dogs, many of them this type of dog, whose original purpose required them to go in a straight line", - "value": "$400", - "answer": "golden retriever ", - "round": "Double Jeopardy!", - "show_number": "5433", - "fullAnswer": "a golden retriever (or retriever)" - }, { "category": "WORDS WITH 5 VOWELS", "air_date": "2008-04-02", @@ -1422404,7 +1350884,7 @@ "air_date": "2008-04-02", "question": "AKA chrysoberyl, this gem produces a streak of light resembling the pupil of a certain animal when cut a certain way", "value": "$800", - "answer": "cat\\'s eye", + "answer": "cat's eye", "round": "Double Jeopardy!", "show_number": "5433", "fullAnswer": "cat\\'s eye" @@ -1422459,16 +1350939,6 @@ "show_number": "5433", "fullAnswer": "Keith Urban" }, - { - "category": "WHAT A GEM!", - "air_date": "2008-04-02", - "question": "Often a lemony color, this variety of quartz has a name derived from the type of fruit that a lemon is", - "value": "$1,000", - "answer": "citrine", - "round": "Double Jeopardy!", - "show_number": "5433", - "fullAnswer": "citrine" - }, { "category": "\"D\"RINKS", "air_date": "2008-04-02", @@ -1422479,16 +1350949,6 @@ "show_number": "5433", "fullAnswer": "a digestif" }, - { - "category": "YO, DOG!", - "air_date": "2008-04-02", - "question": "The diminutive size of modern dogs of this breed is the result of Queen Victoria's preference for small dogs", - "value": "$1200", - "answer": "Pomeranian", - "round": "Double Jeopardy!", - "show_number": "5433", - "fullAnswer": "a Pomeranian" - }, { "category": "WORDS WITH 5 VOWELS", "air_date": "2008-04-02", @@ -1422599,16 +1351059,6 @@ "show_number": "5433", "fullAnswer": "Drambuie" }, - { - "category": "YO, DOG!", - "air_date": "2008-04-02", - "question": "From the German for \"ape terrier\", it's the breed of pinscher seen here", - "value": "$2000", - "answer": "Affenpinscher", - "round": "Double Jeopardy!", - "show_number": "5433", - "fullAnswer": "Affenpinscher" - }, { "category": "WORDS WITH 5 VOWELS", "air_date": "2008-04-02", @@ -1422904,7 +1351354,7 @@ "air_date": "2005-03-29", "question": "American pilot on the ground & \"Behind Enemy Lines\" in Bosnia for 6 days in 1995", "value": "$1000", - "answer": "Scott O\\'Grady", + "answer": "Scott O'Grady", "round": "Jeopardy!", "show_number": "4742", "fullAnswer": "Scott O\\'Grady" @@ -1422929,16 +1351379,6 @@ "show_number": "4742", "fullAnswer": "Pomeranian" }, - { - "category": "FOUND IN SPACE", - "air_date": "2005-03-29", - "question": "(Jimmy of the Clue Crew reports.) Two stars in the Big Dipper's bowl are called pointer stars because the line drawn through them points to this", - "value": "$400", - "answer": "North Star", - "round": "Double Jeopardy!", - "show_number": "4742", - "fullAnswer": "the North Star" - }, { "category": "CANADIAN IDOL", "air_date": "2005-03-29", @@ -1423049,26 +1351489,6 @@ "show_number": "4742", "fullAnswer": "Green Bay" }, - { - "category": "FOUND IN SPACE", - "air_date": "2005-03-29", - "question": "(Sarah of the Clue Crew points to a planetary symbol on a chalkboard.) The seventh planet has a symbol that incorporates the first initial of this discoverer's last name", - "value": "$1200", - "answer": "Herschel", - "round": "Double Jeopardy!", - "show_number": "4742", - "fullAnswer": "Herschel" - }, - { - "category": "CANADIAN IDOL", - "air_date": "2005-03-29", - "question": "(I'm Ashleigh Banfield.) I'm a native of this capital of Manitoba whose name comes from the Cree Indian word for \"muddy water\"", - "value": "$1200", - "answer": "Winnipeg", - "round": "Double Jeopardy!", - "show_number": "4742", - "fullAnswer": "Winnipeg" - }, { "category": "\"MISSION\" POSSIBLE", "air_date": "2005-03-29", @@ -1423329,16 +1351749,6 @@ "show_number": "4891", "fullAnswer": "I love you" }, - { - "category": "SIGNS & SYMBOLS", - "air_date": "2005-12-12", - "question": "(Kelly of the Clue Crew points to some horizontal line figures on a monitor.) In the ancient Asian divination system called this, solid & broken lines represent male & femaleness", - "value": "$400", - "answer": "I Ching", - "round": "Jeopardy!", - "show_number": "4891", - "fullAnswer": "I Ching" - }, { "category": "GETTING HUNGARY?", "air_date": "2005-12-12", @@ -1423609,16 +1352019,6 @@ "show_number": "4891", "fullAnswer": "Sigurd" }, - { - "category": "ACTORS' ALMA MATERS", - "air_date": "2005-12-12", - "question": "An Oscar winner for 1940, he's seen here playing his accordion on stage at Princeton in the 1930s", - "value": "$800", - "answer": "Jimmy Stewart", - "round": "Double Jeopardy!", - "show_number": "4891", - "fullAnswer": "Jimmy Stewart" - }, { "category": "MEN OF RELIGION", "air_date": "2005-12-12", @@ -1423829,16 +1352229,6 @@ "show_number": "4891", "fullAnswer": "auks" }, - { - "category": "\"U\" KNOW YOU KNOW", - "air_date": "2005-12-12", - "question": "It's the nation highlighted here", - "value": "$2000", - "answer": "Uganda", - "round": "Double Jeopardy!", - "show_number": "4891", - "fullAnswer": "Uganda" - }, { "category": "19th CENTURY LIT", "air_date": "2005-12-12", @@ -1424049,16 +1352439,6 @@ "show_number": "5970", "fullAnswer": "Jimmy Kimmel" }, - { - "category": "BREAKFAST BRANDS", - "air_date": "2010-07-23", - "question": "This brand, whose logo is seen here, dates back to 1893", - "value": "$800", - "answer": "Cream of Wheat", - "round": "Jeopardy!", - "show_number": "5970", - "fullAnswer": "Cream of Wheat" - }, { "category": "GETTING COZY WITH SARKOZY", "air_date": "2010-07-23", @@ -1424369,16 +1352749,6 @@ "show_number": "5970", "fullAnswer": "CDC" }, - { - "category": "MAX FACTOR", - "air_date": "2010-07-23", - "question": "He's the Jacobin leader seen here", - "value": "$1600", - "answer": "Maximilien Robespierre", - "round": "Double Jeopardy!", - "show_number": "5970", - "fullAnswer": "Maximilien Robespierre" - }, { "category": "COVER GIRLS", "air_date": "2010-07-23", @@ -1424389,16 +1352759,6 @@ "show_number": "5970", "fullAnswer": "Megan Fox" }, - { - "category": "HEALTH & MEDICINE", - "air_date": "2010-07-23", - "question": "(Kelly of the Clue Crew stands next to a patient undergoing a PET scan at Brookhaven National Laboratory on Long Island, New York.) Brookhaven studies the human brain using PET scanning; as in CAT scanning, the \"T\" is for this method of 3-D imaging", - "value": "$2000", - "answer": "tomography", - "round": "Double Jeopardy!", - "show_number": "5970", - "fullAnswer": "tomography" - }, { "category": "GET THE L OUT", "air_date": "2010-07-23", @@ -1425699,16 +1354059,6 @@ "show_number": "4297", "fullAnswer": "Australia" }, - { - "category": "MARKS", - "air_date": "2003-04-15", - "question": "On your VCR remote it's the function symbolized by this mark", - "value": "$200", - "answer": "fast forward", - "round": "Jeopardy!", - "show_number": "4297", - "fullAnswer": "fast forward" - }, { "category": "DON'T THINK TOO HARD", "air_date": "2003-04-15", @@ -1425769,16 +1354119,6 @@ "show_number": "4297", "fullAnswer": "a colon & two slashes" }, - { - "category": "DON'T THINK TOO HARD", - "air_date": "2003-04-15", - "question": "(Sarah of the Clue Crew gives the clue from Paris.) This engineer came up with the open-lattice, wrought iron plan of the tower behind me", - "value": "$400", - "answer": "Eiffel", - "round": "Jeopardy!", - "show_number": "4297", - "fullAnswer": "Eiffel" - }, { "category": "2-LETTER ABBREV.", "air_date": "2003-04-15", @@ -1425819,26 +1354159,6 @@ "show_number": "4297", "fullAnswer": "the Bounty" }, - { - "category": "MARKS", - "air_date": "2003-04-15", - "question": "(Jimmy of the Clue Crew's got a sword.) This sword is a replica of the one Antonio Banderas used to leave his mark as this title character in a 1998 film", - "value": "$600", - "answer": "Zorro", - "round": "Jeopardy!", - "show_number": "4297", - "fullAnswer": "Zorro" - }, - { - "category": "DON'T THINK TOO HARD", - "air_date": "2003-04-15", - "question": "Maiden name of the mother of the man seen here", - "value": "$600", - "answer": "Costello", - "round": "Jeopardy!", - "show_number": "4297", - "fullAnswer": "Costello" - }, { "category": "2-LETTER ABBREV.", "air_date": "2003-04-15", @@ -1425849,16 +1354169,6 @@ "show_number": "4297", "fullAnswer": "VW" }, - { - "category": "AMERICAN GOVERNMENT", - "air_date": "2003-04-15", - "question": "(Hi. I'm Rudy Giuliani.) In 1981 I was named Associate Attorney General, the third highest position in the U.S. Government department", - "value": "$800", - "answer": "Justice Department", - "round": "Jeopardy!", - "show_number": "4297", - "fullAnswer": "the Justice Department" - }, { "category": "RECENT FILMS", "air_date": "2003-04-15", @@ -1426179,16 +1354489,6 @@ "show_number": "4297", "fullAnswer": "Colorado" }, - { - "category": "BEVERAGE BRANDS", - "air_date": "2003-04-15", - "question": "Appropriately, this energy drink whose logo is seen here comes in a can that is shaped much like a battery", - "value": "$1600", - "answer": "Red Bull", - "round": "Double Jeopardy!", - "show_number": "4297", - "fullAnswer": "Red Bull" - }, { "category": "DON'T BE AFRAID OF OPERA", "air_date": "2003-04-15", @@ -1426434,7 +1354734,7 @@ "air_date": "2003-06-30", "question": "Former \"Baywatch\" lifeguard Kelly Packard joined Dean Cain on this TBS series", "value": "$600", - "answer": "Ripley\\'s Believe It or Not!", + "answer": "Ripley's Believe It or Not!", "round": "Jeopardy!", "show_number": "4351", "fullAnswer": "Ripley\\'s Believe It or Not!" @@ -1426904,7 +1355204,7 @@ "air_date": "2004-12-06", "question": "Oakland's Rickey Henderson, \"Slammin'\" Sammy Sosa", "value": "$200", - "answer": "\\'90s", + "answer": "'90s", "round": "Jeopardy!", "show_number": "4661", "fullAnswer": "the \\'90s" @@ -1426964,7 +1355264,7 @@ "air_date": "2004-12-06", "question": "Orioles third baseman Brooks Robinson, L.A. Dodger Sandy Koufax", "value": "$400", - "answer": "\\'60s", + "answer": "'60s", "round": "Jeopardy!", "show_number": "4661", "fullAnswer": "the \\'60s" @@ -1427049,16 +1355349,6 @@ "show_number": "4661", "fullAnswer": "Singapore" }, - { - "category": "REPORTING THE NEWS", - "air_date": "2004-12-06", - "question": "(Hi. I'm Tim Russert of NBC's Meet the Press.) An interview I did in 2000 with this senator & former P.O.W. won an excellence in TV journalism award", - "value": "$600", - "answer": "John McCain", - "round": "Jeopardy!", - "show_number": "4661", - "fullAnswer": "John McCain" - }, { "category": "\"C\" ME", "air_date": "2004-12-06", @@ -1427119,16 +1355409,6 @@ "show_number": "4661", "fullAnswer": "Christiane Amanpour" }, - { - "category": "\"C\" ME", - "air_date": "2004-12-06", - "question": "(Jimmy of the Clue Crew demonstrates with three green balls lined up on a table before him.) The three-ball routine is a classic example of this type of magic that shares its name with a camera shot", - "value": "$800", - "answer": "close-up", - "round": "Jeopardy!", - "show_number": "4661", - "fullAnswer": "close-up" - }, { "category": "THE WAR BETWEEN THE STATES", "air_date": "2004-12-06", @@ -1427144,7 +1355424,7 @@ "air_date": "2004-12-06", "question": "Cincinnati Reds catcher Johnny Bench, 4,000-hit club member Pete Rose", "value": "$1000", - "answer": "\\'70s", + "answer": "'70s", "round": "Jeopardy!", "show_number": "4661", "fullAnswer": "the \\'70s" @@ -1427169,16 +1355449,6 @@ "show_number": "4661", "fullAnswer": "sycamore" }, - { - "category": "REPORTING THE NEWS", - "air_date": "2004-12-06", - "question": "(Hi. I'm Anderson Cooper of CNN.) I covered this former priest's return to power in 1994, & interviewed him again just before he fell from grace again", - "value": "$3,000", - "answer": "Jean-Bertrand Aristide", - "round": "Jeopardy!", - "show_number": "4661", - "fullAnswer": "Jean-Bertrand Aristide" - }, { "category": "\"C\" ME", "air_date": "2004-12-06", @@ -1427369,16 +1355639,6 @@ "show_number": "4661", "fullAnswer": "the North Sea" }, - { - "category": "GENERAL SCIENCE", - "air_date": "2004-12-06", - "question": "(Jimmy of the Clue Crew reads from inside the Cirque du Soleil with performers on the stage.) From the type of simple machine a teeter board is, it's the 8-letter term for what's throwing them up in the air", - "value": "$1600", - "answer": "leverage", - "round": "Double Jeopardy!", - "show_number": "4661", - "fullAnswer": "leverage" - }, { "category": "OIL!", "air_date": "2004-12-06", @@ -1427399,16 +1355659,6 @@ "show_number": "4661", "fullAnswer": "Willa Cather" }, - { - "category": "MUSICAL INSTRUMENTS", - "air_date": "2004-12-06", - "question": "(Cheryl of the Clue Crew holds a musical instrument.) Here at Mammoth Mountain, the staff of the yodeler lodge sounds this instrument each day to bring folks in from the slopes", - "value": "$1600", - "answer": "Alpine horn", - "round": "Double Jeopardy!", - "show_number": "4661", - "fullAnswer": "an Alpine horn" - }, { "category": "2-LETTER WORDS", "air_date": "2004-12-06", @@ -1427494,7 +1355744,7 @@ "air_date": "2004-12-06", "question": "In German, this classic story is called \"Die Kleine Seejungfrau\"", "value": null, - "answer": "\\The Little Mermaid\\", + "answer": "The Little Mermaid", "round": "Final Jeopardy!", "show_number": "4661", "fullAnswer": "\\\"The Little Mermaid\\\"" @@ -1428524,7 +1356774,7 @@ "air_date": "2003-03-24", "question": "For some 40 years after her husband Alfred Stieglitz' death, she lived at her ghost ranch in New Mexico", "value": "$1200", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Double Jeopardy!", "show_number": "4281", "fullAnswer": "Georgia O\\'Keeffe" @@ -1429109,16 +1357359,6 @@ "show_number": "897", "fullAnswer": "Soyuz & Apollo" }, - { - "category": "FAMOUS QUOTES", - "air_date": "1988-06-28", - "question": "1st line of the following song, it's a quote from Alexander Pope:", - "value": "$1,000", - "answer": "Fools rush in", - "round": "Double Jeopardy!", - "show_number": "897", - "fullAnswer": "Fools rush in" - }, { "category": "MATHEMATICS", "air_date": "1988-06-28", @@ -1429414,7 +1357654,7 @@ "air_date": "2005-09-13", "question": "The Shmoos in this Al Capp comic strip could be made into food, clothing or anything else you liked", "value": "$600", - "answer": "Li\\'l Abner", + "answer": "Li'l Abner", "round": "Jeopardy!", "show_number": "4827", "fullAnswer": "Li\\'l Abner" @@ -1429529,16 +1357769,6 @@ "show_number": "4827", "fullAnswer": "the XYZ Affair" }, - { - "category": "20th CENTURY POP CULTURE", - "air_date": "2005-09-13", - "question": "He's the 3 named character actor seen here in a 1930s film classic

\"Well, congratulations on your engagement, Miss Seton. You're not getting very much, but I'm sure you can improve him.\"", - "value": "$1000", - "answer": "Edward Everett Horton", - "round": "Jeopardy!", - "show_number": "4827", - "fullAnswer": "Edward Everett Horton" - }, { "category": "THE SUPREMES", "air_date": "2005-09-13", @@ -1429569,16 +1357799,6 @@ "show_number": "4827", "fullAnswer": "bedroom" }, - { - "category": "MATH SYMBOLS", - "air_date": "2005-09-13", - "question": "The integral symbol seen here, created by Leibniz, is a stylized \"S\" standing for this word", - "value": "$400", - "answer": "sum", - "round": "Double Jeopardy!", - "show_number": "4827", - "fullAnswer": "sum" - }, { "category": "THE PRIME MINISTER OF INDIA", "air_date": "2005-09-13", @@ -1429689,16 +1357909,6 @@ "show_number": "4827", "fullAnswer": "a kraal" }, - { - "category": "MATH SYMBOLS", - "air_date": "2005-09-13", - "question": "(Cheryl of the Clue Crew delivers the clue standing at a chalkboard.) When you've used parentheses & brackets, it's time for these", - "value": "$1200", - "answer": "braces", - "round": "Double Jeopardy!", - "show_number": "4827", - "fullAnswer": "braces" - }, { "category": "THE PRIME MINISTER OF INDIA", "air_date": "2005-09-13", @@ -1429809,16 +1358019,6 @@ "show_number": "4827", "fullAnswer": "a hamlet" }, - { - "category": "MATH SYMBOLS", - "air_date": "2005-09-13", - "question": "(Cheryl of the Clue Crew delivers the clue standing at a chalkboard.) This \"extreme\" symbol indicates a square root; when used with a raised 3, a cube root", - "value": "$2000", - "answer": "radical", - "round": "Double Jeopardy!", - "show_number": "4827", - "fullAnswer": "a radical" - }, { "category": "THE PRIME MINISTER OF INDIA", "air_date": "2005-09-13", @@ -1430874,7 +1359074,7 @@ "air_date": "1995-11-15", "question": "He called himself \"a scared little bunny rabbit\" while evading capture after being shot down in Bosnia", "value": "$1000", - "answer": "Scott O\\'Grady", + "answer": "Scott O'Grady", "round": "Double Jeopardy!", "show_number": "2578", "fullAnswer": "Scott O\\'Grady" @@ -1430904,7 +1359104,7 @@ "air_date": "2007-01-17", "question": "Medieval & Renaissance walls form Vatican City's boundaries except for this square on the southeast", "value": "$200", - "answer": "St. Peter\\'s Square", + "answer": "St. Peter's Square", "round": "Jeopardy!", "show_number": "5148", "fullAnswer": "St. Peter\\'s Square" @@ -1431009,16 +1359209,6 @@ "show_number": "5148", "fullAnswer": "(1 of) foot or tooth" }, - { - "category": "ON THE RAILS", - "air_date": "2007-01-17", - "question": "(Sarah leans from a train.) In World War Two, Number 1592 was refurbished and codenamed \"Bayonet\" to serve as this general's private coach", - "value": "$400", - "answer": "Eisenhower", - "round": "Jeopardy!", - "show_number": "5148", - "fullAnswer": "Eisenhower" - }, { "category": "LANDMARKS", "air_date": "2007-01-17", @@ -1431119,16 +1359309,6 @@ "show_number": "5148", "fullAnswer": "Attorneys General" }, - { - "category": "ON THE RAILS", - "air_date": "2007-01-17", - "question": "One of the USA's first steam locomotives, it came from Britain and was named for the British version of Uncle Sam", - "value": "$800", - "answer": "John Bull", - "round": "Jeopardy!", - "show_number": "5148", - "fullAnswer": "John Bull" - }, { "category": "LANDMARKS", "air_date": "2007-01-17", @@ -1431289,16 +1359469,6 @@ "show_number": "5148", "fullAnswer": "Erica Jong" }, - { - "category": "MUTILATED ART", - "air_date": "2007-01-17", - "question": "In Paris you can see this sculptor's 1901 creation, which he considered a finished work", - "value": "$1200", - "answer": "Auguste Rodin", - "round": "Double Jeopardy!", - "show_number": "5148", - "fullAnswer": "Auguste Rodin" - }, { "category": "FEAR", "air_date": "2007-01-17", @@ -1431309,16 +1359479,6 @@ "show_number": "5148", "fullAnswer": "snow" }, - { - "category": "AND \"LO\" THING", - "air_date": "2007-01-17", - "question": "Pond dweller seen here", - "value": "$1200", - "answer": "lotus", - "round": "Double Jeopardy!", - "show_number": "5148", - "fullAnswer": "a lotus" - }, { "category": "IN LAS VEGAS", "air_date": "2007-01-17", @@ -1431339,16 +1359499,6 @@ "show_number": "5148", "fullAnswer": "Anais Nin" }, - { - "category": "MUTILATED ART", - "air_date": "2007-01-17", - "question": "In the sculpture seen here, this guy holds up Medusa's head", - "value": "$1600", - "answer": "Perseus", - "round": "Double Jeopardy!", - "show_number": "5148", - "fullAnswer": "Perseus" - }, { "category": "FEAR", "air_date": "2007-01-17", @@ -1431389,16 +1359539,6 @@ "show_number": "5148", "fullAnswer": "Faye Kellerman" }, - { - "category": "MUTILATED ART", - "air_date": "2007-01-17", - "question": "Seen here at the Louvre is the work known as \"Nike\" or the \"Winged Victory of\" this Aegean island", - "value": "$2000", - "answer": "Samothrace", - "round": "Double Jeopardy!", - "show_number": "5148", - "fullAnswer": "Samothrace" - }, { "category": "FEAR", "air_date": "2007-01-17", @@ -1431754,7 +1359894,7 @@ "air_date": "1999-10-18", "question": "Before playing Jim on \"Taxi\", Christopher Lloyd debuted as a mental patient in this 1975 Jack Nicholson film", "value": "$200", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Double Jeopardy!", "show_number": "3476", "fullAnswer": "One Flew Over the Cuckoo\\'s Nest" @@ -1432604,7 +1360744,7 @@ "air_date": "1998-06-26", "question": "It's the \"devilish\" denial that's the title of a 1933 Mae West movie", "value": "$1000", - "answer": "I\\'m No Angel", + "answer": "I'm No Angel", "round": "Double Jeopardy!", "show_number": "3200", "fullAnswer": "I\\'m No Angel" @@ -1432709,16 +1360849,6 @@ "show_number": "6177", "fullAnswer": "a barn-burner" }, - { - "category": "STATE THE SENATOR", - "air_date": "2011-06-21", - "question": "The politician seen here helping me out with Final Jeopardy had served this state for more than 20 years", - "value": "$400", - "answer": "Arizona", - "round": "Jeopardy!", - "show_number": "6177", - "fullAnswer": "Arizona" - }, { "category": "GHOUL-ASH", "air_date": "2011-06-21", @@ -1432739,16 +1360869,6 @@ "show_number": "6177", "fullAnswer": "rum" }, - { - "category": "SOUTH AMERICAN GEOGRAPHY", - "air_date": "2011-06-21", - "question": "(Kelley of the Clue Crew stands before a map)
In 1860 the United Provinces of La Plata changed its name to Argentina; 21 years later, it expanded its territory by adding this region whose name comes from the Spanish for \"big foot\"", - "value": "$600", - "answer": "Patagonia", - "round": "Jeopardy!", - "show_number": "6177", - "fullAnswer": "Patagonia" - }, { "category": "TEAM PLAYERS", "air_date": "2011-06-21", @@ -1432769,16 +1360889,6 @@ "show_number": "6177", "fullAnswer": "Auburn" }, - { - "category": "STATE THE SENATOR", - "air_date": "2011-06-21", - "question": "The gentleman seen here won a seat for this state in 1984", - "value": "$600", - "answer": "Tennessee", - "round": "Jeopardy!", - "show_number": "6177", - "fullAnswer": "Tennessee" - }, { "category": "GHOUL-ASH", "air_date": "2011-06-21", @@ -1432829,16 +1360939,6 @@ "show_number": "6177", "fullAnswer": "Burn Notice" }, - { - "category": "STATE THE SENATOR", - "air_date": "2011-06-21", - "question": "In 1964 the man seen here was appointed to serve this state", - "value": "$800", - "answer": "Minnesota", - "round": "Jeopardy!", - "show_number": "6177", - "fullAnswer": "Minnesota" - }, { "category": "GHOUL-ASH", "air_date": "2011-06-21", @@ -1432889,16 +1360989,6 @@ "show_number": "6177", "fullAnswer": "Burnham" }, - { - "category": "STATE THE SENATOR", - "air_date": "2011-06-21", - "question": "In 2000 the Republican here became the first man from this state to be popularly elected 5 times to the Senate", - "value": "$1000", - "answer": "Utah", - "round": "Jeopardy!", - "show_number": "6177", - "fullAnswer": "Utah" - }, { "category": "GHOUL-ASH", "air_date": "2011-06-21", @@ -1433154,7 +1361244,7 @@ "air_date": "2011-06-21", "question": "This man's \"choice\" is the absence of a real alternative-- you take that which is offered or nothing", "value": "$1600", - "answer": "Hobson\\'s choice", + "answer": "Hobson's choice", "round": "Double Jeopardy!", "show_number": "6177", "fullAnswer": "Hobson\\'s choice" @@ -1434499,16 +1362589,6 @@ "show_number": "5517", "fullAnswer": "spilled milk" }, - { - "category": "BRING THE PAIN", - "air_date": "2008-09-09", - "question": "(Jimmy of the Clue Crew receives an electric shock at the Stanford University Pain Mgmt Ctr in Menlo Park, CA.) Pain tolerance is how much you can stand; this architectural term refers to your first sense of discomfort", - "value": "$200", - "answer": "threshold", - "round": "Jeopardy!", - "show_number": "5517", - "fullAnswer": "threshold" - }, { "category": "1908", "air_date": "2008-09-09", @@ -1434619,16 +1362699,6 @@ "show_number": "5517", "fullAnswer": "the peanut gallery" }, - { - "category": "BRING THE PAIN", - "air_date": "2008-09-09", - "question": "(Sarah of the Clue Crew reports from the Stanford University Pain Mgmt Ctr in Menlo Park, CA.) Dr. Martin Angst's lab at Stanford discovered a biological indicator of this condition--an agonizing pain from the longest nerve in the body", - "value": "$600", - "answer": "sciatic", - "round": "Jeopardy!", - "show_number": "5517", - "fullAnswer": "the sciatic" - }, { "category": "1908", "air_date": "2008-09-09", @@ -1434739,16 +1362809,6 @@ "show_number": "5517", "fullAnswer": "ham-handed" }, - { - "category": "BRING THE PAIN", - "air_date": "2008-09-09", - "question": "(Sarah undergoes a test at the Stanford University Pain Mgmt Ctr in Menlo Park, CA.) Tests with electrodes help evaluate this type of drug from the Greek for \"painlessness\"; the Human Pain Laboratory needs volunteers if you're interested", - "value": "$1000", - "answer": "analgesic", - "round": "Jeopardy!", - "show_number": "5517", - "fullAnswer": "analgesic" - }, { "category": "SHAKESPEARE ON LOVE", "air_date": "2008-09-09", @@ -1435079,16 +1363139,6 @@ "show_number": "5891", "fullAnswer": "Friends" }, - { - "category": "AROUND THE WORLD", - "air_date": "2010-04-05", - "question": "The \"Bird's Nest\" in this city won architecture's Lubetkin Prize", - "value": "$200", - "answer": "Beijing", - "round": "Jeopardy!", - "show_number": "5891", - "fullAnswer": "Beijing" - }, { "category": "BEETHOVEN'S", "air_date": "2010-04-05", @@ -1435139,16 +1363189,6 @@ "show_number": "5891", "fullAnswer": "Laverne & Shirley" }, - { - "category": "AROUND THE WORLD", - "air_date": "2010-04-05", - "question": "What happens in this city, seen here, stays in this city seen here", - "value": "$400", - "answer": "Las Vegas", - "round": "Jeopardy!", - "show_number": "5891", - "fullAnswer": "Las Vegas" - }, { "category": "BEETHOVEN'S", "air_date": "2010-04-05", @@ -1435169,26 +1363209,6 @@ "show_number": "5891", "fullAnswer": "circle of hell" }, - { - "category": "\"ODE\" TO JOY", - "air_date": "2010-04-05", - "question": "This vocal style heard here features rapid changes in tempo & pitch", - "value": "$400", - "answer": "yodeling", - "round": "Jeopardy!", - "show_number": "5891", - "fullAnswer": "yodeling" - }, - { - "category": "THE 17th CENTURY", - "air_date": "2010-04-05", - "question": "(Jimmy of the Clue Crew shows a micrograph on the monitor.) In the 1660s, Robert Hooke looked at cork under a microscope; the empty spaces reminded him of a monastery's rooms, so he called him these", - "value": "$600", - "answer": "cells", - "round": "Jeopardy!", - "show_number": "5891", - "fullAnswer": "cells" - }, { "category": "TV SHOWS BY CHARACTERS", "air_date": "2010-04-05", @@ -1435199,16 +1363219,6 @@ "show_number": "5891", "fullAnswer": "Dallas" }, - { - "category": "AROUND THE WORLD", - "air_date": "2010-04-05", - "question": "The gargoyle stands guard on this cathedral on Paris' Île de la Cité", - "value": "$600", - "answer": "Notre Dame", - "round": "Jeopardy!", - "show_number": "5891", - "fullAnswer": "Notre Dame" - }, { "category": "BEETHOVEN'S", "air_date": "2010-04-05", @@ -1435259,16 +1363269,6 @@ "show_number": "5891", "fullAnswer": "Fantasy Island" }, - { - "category": "AROUND THE WORLD", - "air_date": "2010-04-05", - "question": "The International Olympic Committee gave the 11 million people of this Brazilian city yet another reason to celebrate in 2009", - "value": "$800", - "answer": "Rio de Janeiro", - "round": "Jeopardy!", - "show_number": "5891", - "fullAnswer": "Rio de Janeiro" - }, { "category": "BEETHOVEN'S", "air_date": "2010-04-05", @@ -1435319,16 +1363319,6 @@ "show_number": "5891", "fullAnswer": "Cold Case" }, - { - "category": "AROUND THE WORLD", - "air_date": "2010-04-05", - "question": "It's the Great Lake seen here on a lovely night", - "value": "$1000", - "answer": "Lake Michigan", - "round": "Jeopardy!", - "show_number": "5891", - "fullAnswer": "Lake Michigan" - }, { "category": "BEETHOVEN'S", "air_date": "2010-04-05", @@ -1436274,7 +1364264,7 @@ "air_date": "1997-06-12", "question": "This 1946 holiday classic was based on \"The Greatest Gift\", a short story by Philip Van Doren Stern", "value": null, - "answer": "It\\'s A Wonderful Life", + "answer": "It's A Wonderful Life", "round": "Final Jeopardy!", "show_number": "2959", "fullAnswer": "It\\'s A Wonderful Life" @@ -1436389,16 +1364379,6 @@ "show_number": "6062", "fullAnswer": "a soapbox" }, - { - "category": "A SEEDY CATEGORY", - "air_date": "2011-01-11", - "question": "Weighing up to 50 pounds the world's largest seed, as pictured here is the double variety of this palm fruit", - "value": "$400", - "answer": "coconut", - "round": "Jeopardy!", - "show_number": "6062", - "fullAnswer": "a coconut" - }, { "category": "THE QUOTABLE BEN FRANKLIN", "air_date": "2011-01-11", @@ -1436469,16 +1364449,6 @@ "show_number": "6062", "fullAnswer": "great oaks" }, - { - "category": "YOU GO TO DA BOX", - "air_date": "2011-01-11", - "question": "It's the 7-letter hockey penalty committed here and I can assure you : it's not a victimless crime", - "value": "$800", - "answer": "hooking", - "round": "Jeopardy!", - "show_number": "6062", - "fullAnswer": "hooking" - }, { "category": "DANCE ORIGINS", "air_date": "2011-01-11", @@ -1436489,16 +1364459,6 @@ "show_number": "6062", "fullAnswer": "Italy" }, - { - "category": "WHAT'S THE DIFFERENCE?", - "air_date": "2011-01-11", - "question": "(Sarah of the Clue Crew stands before some paints)
When creating paint colors, adding black produces a shade, adding gray forms a tone, adding white creates this form of the original color, from the Latin for \"to dye\"", - "value": "$800", - "answer": "tint", - "round": "Jeopardy!", - "show_number": "6062", - "fullAnswer": "a tint" - }, { "category": "MAKE IT \"SO\"", "air_date": "2011-01-11", @@ -1437374,7 +1365334,7 @@ "air_date": "1999-03-01", "question": "This \"seasonal\" play says that \"the course of true love never did run smooth\"", "value": "$800", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "3341", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -1438574,7 +1366534,7 @@ "air_date": "2004-02-27", "question": "Despite the name of this brand of spread, chef Anthony Bourdain says, \"I can\"", "value": "$1600", - "answer": "I Can\\'t Believe It\\'s Not Butter", + "answer": "I Can't Believe It's Not Butter", "round": "Double Jeopardy!", "show_number": "4490", "fullAnswer": "I Can\\'t Believe It\\'s Not Butter" @@ -1439214,7 +1367174,7 @@ "air_date": "1993-06-16", "question": "We hope his third wife, actress Carlotta Monterey, never called him a \"hairy ape\"", "value": "$800", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "2038", "fullAnswer": "Eugene O\\'Neill" @@ -1439284,21 +1367244,11 @@ "air_date": "1993-06-16", "question": "June 2, 1953 event telecast worldwide & filmed in Technicolor", "value": null, - "answer": "Queen Elizabeth II\\'s coronation", + "answer": "Queen Elizabeth II's coronation", "round": "Final Jeopardy!", "show_number": "2038", "fullAnswer": "Queen Elizabeth II\\'s coronation" }, - { - "category": "STRUCTURES", - "air_date": "2006-12-15", - "question": "Once essential in hot, dry forest weather, this type of structure is less necessary in an age of aircraft & cell phones", - "value": "$200", - "answer": "fire tower", - "round": "Jeopardy!", - "show_number": "5125", - "fullAnswer": "a fire tower" - }, { "category": "3-LETTER MEN", "air_date": "2006-12-15", @@ -1439409,16 +1367359,6 @@ "show_number": "5125", "fullAnswer": "212" }, - { - "category": "STRUCTURES", - "air_date": "2006-12-15", - "question": "The booth from Checkpoint Charlie, shown here, is usually called by this 10-letter homey name", - "value": "$600", - "answer": "guardhouse", - "round": "Jeopardy!", - "show_number": "5125", - "fullAnswer": "a guardhouse" - }, { "category": "3-LETTER MEN", "air_date": "2006-12-15", @@ -1439529,16 +1367469,6 @@ "show_number": "5125", "fullAnswer": "15" }, - { - "category": "STRUCTURES", - "air_date": "2006-12-15", - "question": "The model of this type of ancient structure partly from the Greek word for \"horse\", is seen here", - "value": "$1000", - "answer": "hippodrome", - "round": "Jeopardy!", - "show_number": "5125", - "fullAnswer": "a hippodrome" - }, { "category": "3-LETTER MEN", "air_date": "2006-12-15", @@ -1439549,16 +1367479,6 @@ "show_number": "5125", "fullAnswer": "Ted" }, - { - "category": "UNUSUAL ANIMALS", - "air_date": "2006-12-15", - "question": "(Sarah of the Clue Crew delivers the clue from the Primate Center at Duke University.) Among the few primates with blue eyes are humans & this type of animal", - "value": "$1000", - "answer": "lemur", - "round": "Jeopardy!", - "show_number": "5125", - "fullAnswer": "a lemur" - }, { "category": "FASHION SENSE", "air_date": "2006-12-15", @@ -1439579,16 +1367499,6 @@ "show_number": "5125", "fullAnswer": "Tonga" }, - { - "category": "NUMBER, PLEASE", - "air_date": "2006-12-15", - "question": "(Jimmy of the Clue Crew delivers the clue from Dublin, Ireland.) The beauty of Ireland has been summed up in the popular phrase, this many \"shades of green\"", - "value": "$1000", - "answer": "40", - "round": "Jeopardy!", - "show_number": "5125", - "fullAnswer": "40" - }, { "category": "BEFORE & AFTER", "air_date": "2006-12-15", @@ -1440949,16 +1368859,6 @@ "show_number": "3120", "fullAnswer": "plastic" }, - { - "category": "CHICKEN?", - "air_date": "1998-03-06", - "question": "Synonym for \"chicken\" exhibited by the woodpecker seen here:", - "value": "$1,800", - "answer": "yellow-bellied ", - "round": "Double Jeopardy!", - "show_number": "3120", - "fullAnswer": "yellow-bellied (sapsucker)" - }, { "category": "THE 20th CENTURY", "air_date": "1998-03-06", @@ -1441254,7 +1369154,7 @@ "air_date": "1984-09-25", "question": "The L in L.P.G.A.", "value": "$300", - "answer": "Ladies\\'", + "answer": "Ladies'", "round": "Jeopardy!", "show_number": "12", "fullAnswer": "Ladies\\'" @@ -1441549,16 +1369449,6 @@ "show_number": "12", "fullAnswer": "woman" }, - { - "category": "MUSIC", - "air_date": "1984-09-25", - "question": "What we call this singing sans accompaniment:", - "value": "$1,900", - "answer": "capella", - "round": "Double Jeopardy!", - "show_number": "12", - "fullAnswer": "a capella" - }, { "category": "LAW", "air_date": "1984-09-25", @@ -1441584,7 +1369474,7 @@ "air_date": "1984-09-25", "question": "Movie whose sequel was \"Class of '44\"", "value": "$800", - "answer": "Summer of \\'42", + "answer": "Summer of '42", "round": "Double Jeopardy!", "show_number": "12", "fullAnswer": "The Summer of \\'42" @@ -1441649,16 +1369539,6 @@ "show_number": "12", "fullAnswer": "the Amazon" }, - { - "category": "CLINTON AFTER THE PRESIDENCY", - "air_date": "2009-12-14", - "question": "(Former President Clinton delivers the clue.) Launched in 2006, the Clinton Climate Initiative is working with cities to improve energy efficiency & reduce these emissions like CO2 that contribute to global warming", - "value": "$200", - "answer": "greenhouse gases", - "round": "Jeopardy!", - "show_number": "5811", - "fullAnswer": "greenhouse gases" - }, { "category": "ALLITERATIVE FOOD & DRINK", "air_date": "2009-12-14", @@ -1441699,16 +1369579,6 @@ "show_number": "5811", "fullAnswer": "scratched" }, - { - "category": "CLINTON AFTER THE PRESIDENCY", - "air_date": "2009-12-14", - "question": "(Former President Clinton delivers the clue.) I'm the chairman of the national center devoted to this document; I spoke at the groundbreaking ceremony on September 17, 2000--213 years to the day it was signed", - "value": "$400", - "answer": "Constitution", - "round": "Jeopardy!", - "show_number": "5811", - "fullAnswer": "the Constitution" - }, { "category": "ALLITERATIVE FOOD & DRINK", "air_date": "2009-12-14", @@ -1441719,16 +1369589,6 @@ "show_number": "5811", "fullAnswer": "French fries" }, - { - "category": "____ OF ____ BOOKS", - "air_date": "2009-12-14", - "question": "In this Jack London novel, Francois says, \"Nevaire such a dog as dat Buck!\"", - "value": "$400", - "answer": "Call of the Wild", - "round": "Jeopardy!", - "show_number": "5811", - "fullAnswer": "The Call of the Wild" - }, { "category": "MOUNTAIN DO", "air_date": "2009-12-14", @@ -1441749,16 +1369609,6 @@ "show_number": "5811", "fullAnswer": "straight" }, - { - "category": "CLINTON AFTER THE PRESIDENCY", - "air_date": "2009-12-14", - "question": "(Former President Clinton delivers the clue.) For our narration of \"Peter and the Wolf: Wolf Tracks\", I shared a 2003 Grammy Award with Sophia Loren & this former Soviet President", - "value": "$600", - "answer": "Gorbachev", - "round": "Jeopardy!", - "show_number": "5811", - "fullAnswer": "Gorbachev" - }, { "category": "ALLITERATIVE FOOD & DRINK", "air_date": "2009-12-14", @@ -1441779,16 +1369629,6 @@ "show_number": "5811", "fullAnswer": "Out of Africa" }, - { - "category": "MOUNTAIN DO", - "air_date": "2009-12-14", - "question": "Seen here is what's left of fir trees after a 1980 eruption in this state", - "value": "$600", - "answer": "Washington", - "round": "Jeopardy!", - "show_number": "5811", - "fullAnswer": "Washington" - }, { "category": "LONG ONE-SYLLABLE WORDS", "air_date": "2009-12-14", @@ -1441799,16 +1369639,6 @@ "show_number": "5811", "fullAnswer": "screeched" }, - { - "category": "CLINTON AFTER THE PRESIDENCY", - "air_date": "2009-12-14", - "question": "(Former President Clinton delivers the clue.) In May 2009 I was named special envoy to this impoverished Caribbean nation; on my visit in July, I spoke of the hope of accelerated aid & job creation", - "value": "$800", - "answer": "Haiti", - "round": "Jeopardy!", - "show_number": "5811", - "fullAnswer": "Haiti" - }, { "category": "ALLITERATIVE FOOD & DRINK", "air_date": "2009-12-14", @@ -1441849,16 +1369679,6 @@ "show_number": "5811", "fullAnswer": "thatched" }, - { - "category": "CLINTON AFTER THE PRESIDENCY", - "air_date": "2009-12-14", - "question": "(Former President Clinton delivers the clue.) The Clinton Hunter Development Initiative has planted several million fruit trees in Malawi & Rwanda to reverse this, caused by activities like clear-cutting which lead to land erosion", - "value": "$1000", - "answer": "deforestation", - "round": "Jeopardy!", - "show_number": "5811", - "fullAnswer": "deforestation" - }, { "category": "SPORTS NUMBER, PLEASE", "air_date": "2009-12-14", @@ -1441929,16 +1369749,6 @@ "show_number": "5811", "fullAnswer": "30 Rock" }, - { - "category": "PORTRAIT OF A LADY", - "air_date": "2009-12-14", - "question": "Botticelli's \"Primavera\" has several ladies in a sacred grove, including this Roman love goddess", - "value": "$400", - "answer": "Venus", - "round": "Double Jeopardy!", - "show_number": "5811", - "fullAnswer": "Venus" - }, { "category": "JIMMY", "air_date": "2009-12-14", @@ -1441979,16 +1369789,6 @@ "show_number": "5811", "fullAnswer": "James Garner" }, - { - "category": "PORTRAIT OF A LADY", - "air_date": "2009-12-14", - "question": "Aptly, her name translates as \"a beautiful woman has come\"--check out her bust", - "value": "$800", - "answer": "Nefertiti", - "round": "Double Jeopardy!", - "show_number": "5811", - "fullAnswer": "Nefertiti" - }, { "category": "JIMMY", "air_date": "2009-12-14", @@ -1442029,16 +1369829,6 @@ "show_number": "5811", "fullAnswer": "Everybody Loves Raymond" }, - { - "category": "PORTRAIT OF A LADY", - "air_date": "2009-12-14", - "question": "Sir John Everett Millais captured the madness of this tragic character seen here", - "value": "$4,000", - "answer": "Ophelia", - "round": "Double Jeopardy!", - "show_number": "5811", - "fullAnswer": "Ophelia" - }, { "category": "JIMMY", "air_date": "2009-12-14", @@ -1442089,16 +1369879,6 @@ "show_number": "5811", "fullAnswer": "Friends" }, - { - "category": "PORTRAIT OF A LADY", - "air_date": "2009-12-14", - "question": "Suzon is the name of the barmaid in his masterpiece seen here", - "value": "$1600", - "answer": "Manet", - "round": "Double Jeopardy!", - "show_number": "5811", - "fullAnswer": "Manet" - }, { "category": "JIMMY", "air_date": "2009-12-14", @@ -1442149,16 +1369929,6 @@ "show_number": "5811", "fullAnswer": "Isabel Sanford" }, - { - "category": "PORTRAIT OF A LADY", - "air_date": "2009-12-14", - "question": "His portrait of \"Madame Henriot\" makes quite an Impression... ism", - "value": "$2000", - "answer": "Renoir", - "round": "Double Jeopardy!", - "show_number": "5811", - "fullAnswer": "Renoir" - }, { "category": "JIMMY", "air_date": "2009-12-14", @@ -1442254,7 +1370024,7 @@ "air_date": "1999-12-27", "question": "Ms. Hawn's collection of early rock hits", "value": "$100", - "answer": "Goldie\\'s oldies", + "answer": "Goldie's oldies", "round": "Jeopardy!", "show_number": "3526", "fullAnswer": "Goldie\\'s oldies" @@ -1442314,7 +1370084,7 @@ "air_date": "1999-12-27", "question": "Meryl's 4-wheel-drive Wranglers", "value": "$200", - "answer": "Streep\\'s Jeeps", + "answer": "Streep's Jeeps", "round": "Jeopardy!", "show_number": "3526", "fullAnswer": "Streep\\'s Jeeps" @@ -1442374,7 +1370144,7 @@ "air_date": "1999-12-27", "question": "Affleck's female chickens", "value": "$300", - "answer": "Ben\\'s hens", + "answer": "Ben's hens", "round": "Jeopardy!", "show_number": "3526", "fullAnswer": "Ben\\'s hens" @@ -1442434,7 +1370204,7 @@ "air_date": "1999-12-27", "question": "Kilmer's comrades", "value": "$400", - "answer": "Val\\'s pals", + "answer": "Val's pals", "round": "Jeopardy!", "show_number": "3526", "fullAnswer": "Val\\'s pals" @@ -1442494,7 +1370264,7 @@ "air_date": "1999-12-27", "question": "Singer Courtney's pigeons", "value": "$500", - "answer": "Love\\'s doves", + "answer": "Love's doves", "round": "Jeopardy!", "show_number": "3526", "fullAnswer": "Love\\'s doves" @@ -1442794,7 +1370564,7 @@ "air_date": "2003-01-01", "question": "For refusing to pray to King Darius, Daniel was thrown into this, but was unharmed", "value": "$200", - "answer": "lions\\' den", + "answer": "lions' den", "round": "Jeopardy!", "show_number": "4223", "fullAnswer": "the lions\\' den" @@ -1442884,7 +1370654,7 @@ "air_date": "2003-01-01", "question": "Elton, Gladys Knight & Stevie Wonder were the \"friends\" who sang this song with Dionne Warwick", "value": "$400", - "answer": "That\\'s What Friends are for", + "answer": "That's What Friends are for", "round": "Jeopardy!", "show_number": "4223", "fullAnswer": "\"That\\'s What Friends are for\"" @@ -1443494,7 +1371264,7 @@ "air_date": "1998-01-05", "question": "In the 1960s this future \"Love Story\" star served 51 days for assault", "value": "$300", - "answer": "Ryan O\\' Neal", + "answer": "Ryan O' Neal", "round": "Jeopardy!", "show_number": "3076", "fullAnswer": "Ryan O\\' Neal" @@ -1443624,7 +1371394,7 @@ "air_date": "1998-01-05", "question": "In 1962 Nat King Cole sang the following to this title female:", "value": "$1,000", - "answer": "Ramblin\\' Rose", + "answer": "Ramblin' Rose", "round": "Jeopardy!", "show_number": "3076", "fullAnswer": "Ramblin\\' Rose" @@ -1443634,7 +1371404,7 @@ "air_date": "1998-01-05", "question": "It completes the proverb \"One man's meat is....\"", "value": "$200", - "answer": "Another man\\'s poison", + "answer": "Another man's poison", "round": "Double Jeopardy!", "show_number": "3076", "fullAnswer": "Another man\\'s poison" @@ -1444344,7 +1372114,7 @@ "air_date": "2002-10-23", "question": "The hero of a Robert Burns poem lends his name to this woolen cap with a pompom or a tassel", "value": "$800", - "answer": "Tam o\\' Shanter", + "answer": "Tam o' Shanter", "round": "Double Jeopardy!", "show_number": "4173", "fullAnswer": "Tam o\\' Shanter" @@ -1444424,7 +1372194,7 @@ "air_date": "2002-10-23", "question": "In this group's \"Emotion\" video, one of the members pours bleach over her ex's clothes", "value": "$1600", - "answer": "Destiny\\'s Child", + "answer": "Destiny's Child", "round": "Double Jeopardy!", "show_number": "4173", "fullAnswer": "Destiny\\'s Child" @@ -1444559,16 +1372329,6 @@ "show_number": "3949", "fullAnswer": "\"and women\"" }, - { - "category": "SPACE", - "air_date": "2001-11-01", - "question": "(Sofia of the Clue Crew hangs out with a probe replica at the Jet Propulsion Lab.) In 1995 on Jupiter, this craft, named for a scientist, made the first direct measurements of a giant planet's atmosphere", - "value": "$100", - "answer": "Galileo", - "round": "Jeopardy!", - "show_number": "3949", - "fullAnswer": "Galileo" - }, { "category": "THEY GOT MILK, TOO?", "air_date": "2001-11-01", @@ -1444679,16 +1372439,6 @@ "show_number": "3949", "fullAnswer": "the U.S. Open" }, - { - "category": "SPACE", - "air_date": "2001-11-01", - "question": "(Sofia of the Clue Crew, dressed for a clean environment, delivers the clue from the Jet Propulsion Lab.) You're looking at a Cassini spacecraft, like the one en route to study Titan, a moon of this planet", - "value": "$300", - "answer": "Saturn", - "round": "Jeopardy!", - "show_number": "3949", - "fullAnswer": "Saturn" - }, { "category": "THEY GOT MILK, TOO?", "air_date": "2001-11-01", @@ -1444714,7 +1372464,7 @@ "air_date": "2001-11-01", "question": "A postgraduate degree & Lithgow's male offspring", "value": "$300", - "answer": "Master\\'s & John\\'s son", + "answer": "Master's & John's son", "round": "Jeopardy!", "show_number": "3949", "fullAnswer": "Master\\'s & John\\'s son" @@ -1444799,16 +1372549,6 @@ "show_number": "3949", "fullAnswer": "the 19th Amendment" }, - { - "category": "SPACE", - "air_date": "2001-11-01", - "question": "(Cheryl of the Clue Crew delivers the clue from the Jet Propulsion Lab.) I'm in the Mars yard with a model of this Martian rover, whose name also means \"a visitor\"", - "value": "$500", - "answer": "Sojourner", - "round": "Jeopardy!", - "show_number": "3949", - "fullAnswer": "Sojourner" - }, { "category": "THEY GOT MILK, TOO?", "air_date": "2001-11-01", @@ -1444894,7 +1372634,7 @@ "air_date": "2001-11-01", "question": "Stephen Stills:
\"And the eagle flies with the dove, & if you can't be with the one you love, honey...\"", "value": "$200", - "answer": "love the one you\\'re with", + "answer": "love the one you're with", "round": "Double Jeopardy!", "show_number": "3949", "fullAnswer": "\"love the one you\\'re with\"" @@ -1444999,16 +1372739,6 @@ "show_number": "3949", "fullAnswer": "Lake Baikal" }, - { - "category": "THE BRITISH MUSEUM", - "air_date": "2001-11-01", - "question": "It's the British Museum translator seen here", - "value": "$600", - "answer": "Rosetta Stone", - "round": "Double Jeopardy!", - "show_number": "3949", - "fullAnswer": "the Rosetta Stone" - }, { "category": "FINISH THE \"LOVE\"LY LYRIC", "air_date": "2001-11-01", @@ -1445504,7 +1373234,7 @@ "air_date": "2001-07-19", "question": "Domesticated term for a student especially in favor with an instructor", "value": "$200", - "answer": "Teacher\\'s pet", + "answer": "Teacher's pet", "round": "Double Jeopardy!", "show_number": "3904", "fullAnswer": "Teacher\\'s pet" @@ -1445564,7 +1373294,7 @@ "air_date": "2001-07-19", "question": "The style of shades looking at you here; it shares its name with a type of gem", "value": "$400", - "answer": "Cat\\'s eye", + "answer": "Cat's eye", "round": "Double Jeopardy!", "show_number": "3904", "fullAnswer": "Cat\\'s eye" @@ -1445614,7 +1373344,7 @@ "air_date": "2001-07-19", "question": "We wonder if the Medicis & the Rothschilds worked these, meaning a short day", "value": "$1,000", - "answer": "Banker\\'s hours", + "answer": "Banker's hours", "round": "Double Jeopardy!", "show_number": "3904", "fullAnswer": "Banker\\'s hours" @@ -1445664,7 +1373394,7 @@ "air_date": "2001-07-19", "question": "In baseball, when a batter reaches base but another runner is forced out, it's scored as this", "value": "$800", - "answer": "Fielder\\'s choice", + "answer": "Fielder's choice", "round": "Double Jeopardy!", "show_number": "3904", "fullAnswer": "Fielder\\'s choice" @@ -1445714,7 +1373444,7 @@ "air_date": "2001-07-19", "question": "Odilo of Cluny is responsible for spreading this November 2 observance throughout Catholicism", "value": "$1000", - "answer": "All Souls\\' Day", + "answer": "All Souls' Day", "round": "Double Jeopardy!", "show_number": "3904", "fullAnswer": "All Souls\\' Day" @@ -1445774,7 +1373504,7 @@ "air_date": "1990-05-10", "question": "This group's \"Beauty & the Beat\" album was the first by a female rock band to reach No. 1", "value": "$100", - "answer": "Go-Go\\'s", + "answer": "Go-Go's", "round": "Jeopardy!", "show_number": "1324", "fullAnswer": "The Go-Go\\'s" @@ -1446434,7 +1374164,7 @@ "air_date": "1986-11-07", "question": "[Audio] Title of the following headbreaking, not heartbreaking, song:", "value": "$1,000", - "answer": "Saturday Night\\'s Alright For Fighting", + "answer": "Saturday Night's Alright For Fighting", "round": "Jeopardy!", "show_number": "500", "fullAnswer": "Saturday Night\\'s Alright For Fighting" @@ -1446724,7 +1374454,7 @@ "air_date": "1986-11-07", "question": "Pulitzer-winning Robert Penn Warren novel, its movie adaptation won Best Picture Oscar", "value": "$600", - "answer": "All The King\\'s Men", + "answer": "All The King's Men", "round": "Double Jeopardy!", "show_number": "500", "fullAnswer": "All The King\\'s Men" @@ -1447604,7 +1375334,7 @@ "air_date": "2002-10-17", "question": "The Four Tops:
\"Ain't no woman like a one-eyed goat\"", "value": "$400", - "answer": "\\'Ain\\'t No Woman (Like the One I\\'ve Got)", + "answer": "'Ain't No Woman (Like the One I've Got)", "round": "Jeopardy!", "show_number": "4169", "fullAnswer": "\\'Ain\\'t No Woman (Like the One I\\'ve Got)\"" @@ -1447784,7 +1375514,7 @@ "air_date": "2002-10-17", "question": "Bachman-Turner Overdrive:
\"Tape it to a biscuit\"", "value": "$1000", - "answer": "Takin\\' Care of Business", + "answer": "Takin' Care of Business", "round": "Jeopardy!", "show_number": "4169", "fullAnswer": "\"Takin\\' Care of Business\"" @@ -1448214,7 +1375944,7 @@ "air_date": "2007-10-04", "question": "This salad named for a kitchen professional features julienned cheeses & meats", "value": "$400", - "answer": "chef\\'s salad", + "answer": "chef's salad", "round": "Jeopardy!", "show_number": "5304", "fullAnswer": "chef\\'s salad" @@ -1448439,16 +1376169,6 @@ "show_number": "5304", "fullAnswer": "blizzard" }, - { - "category": "I LOVE A PARADE", - "air_date": "2007-10-04", - "question": "The Junkanoo Parade brings a sea of color to downtown Nassau on Boxing Day, and again on this one six days later", - "value": "$400", - "answer": "New Year\\'s Day", - "round": "Double Jeopardy!", - "show_number": "5304", - "fullAnswer": "New Year\\'s Day" - }, { "category": "AC-CENT-TCHU-ATE", "air_date": "2007-10-04", @@ -1448499,16 +1376219,6 @@ "show_number": "5304", "fullAnswer": "Bastille Day" }, - { - "category": "AC-CENT-TCHU-ATE", - "air_date": "2007-10-04", - "question": "(Kelly of the Clue Crew provides the clue in front of a screen.) Spanish words with the stress on the last syllable are called \"agudas\" and have accent marks only if they end in N, S, or one of these", - "value": "$800", - "answer": "vowel", - "round": "Double Jeopardy!", - "show_number": "5304", - "fullAnswer": "a vowel" - }, { "category": "THE POSITIVE", "air_date": "2007-10-04", @@ -1448549,16 +1376259,6 @@ "show_number": "5304", "fullAnswer": "hailstones" }, - { - "category": "I LOVE A PARADE", - "air_date": "2007-10-04", - "question": "As seen in the photo in 1960, Senator Kennedy and wife Jackie enjoyed this type of parade in New York City", - "value": "$1200", - "answer": "ticker-tape parade", - "round": "Double Jeopardy!", - "show_number": "5304", - "fullAnswer": "ticker-tape parade" - }, { "category": "AC-CENT-TCHU-ATE", "air_date": "2007-10-04", @@ -1448619,16 +1376319,6 @@ "show_number": "5304", "fullAnswer": "San Francisco" }, - { - "category": "AC-CENT-TCHU-ATE", - "air_date": "2007-10-04", - "question": "(Kelly reads another clue with the monitor.) In poetry, it's a foot or metrical unit consisting of an unstressed followed by a stressed syllable", - "value": "$2,000", - "answer": "iamb", - "round": "Double Jeopardy!", - "show_number": "5304", - "fullAnswer": "iamb" - }, { "category": "THE POSITIVE", "air_date": "2007-10-04", @@ -1448744,7 +1376434,7 @@ "air_date": "2000-10-17", "question": "Ol' Blue Eyes' squadron of Panzers", "value": "$100", - "answer": "Frank\\'s tanks", + "answer": "Frank's tanks", "round": "Jeopardy!", "show_number": "3707", "fullAnswer": "Frank\\'s tanks" @@ -1448804,7 +1376494,7 @@ "air_date": "2000-10-17", "question": "Hayworth's pocket bread sandwiches", "value": "$200", - "answer": "Rita\\'s pitas", + "answer": "Rita's pitas", "round": "Jeopardy!", "show_number": "3707", "fullAnswer": "Rita\\'s pitas" @@ -1448864,7 +1376554,7 @@ "air_date": "2000-10-17", "question": "Mr. Gates' excitements", "value": "$300", - "answer": "Bill\\'s thrills", + "answer": "Bill's thrills", "round": "Jeopardy!", "show_number": "3707", "fullAnswer": "Bill\\'s thrills" @@ -1448924,7 +1376614,7 @@ "air_date": "2000-10-17", "question": "The ex-Mrs. Bono's grizzlies", "value": "$400", - "answer": "Cher\\'s bears", + "answer": "Cher's bears", "round": "Jeopardy!", "show_number": "3707", "fullAnswer": "Cher\\'s bears" @@ -1448984,7 +1376674,7 @@ "air_date": "2000-10-17", "question": "Obsessive aquatic constructions by Samuel Clemens in advance of a new deluge", "value": "$500", - "answer": "Mark\\'s arks", + "answer": "Mark's arks", "round": "Jeopardy!", "show_number": "3707", "fullAnswer": "Mark\\'s arks" @@ -1449474,7 +1377164,7 @@ "air_date": "1997-05-12", "question": "The cast of TV's \"Friends\" appeared in this Rembrandts video, the show's theme song", "value": "$300", - "answer": "I\\'ll Be There For You", + "answer": "I'll Be There For You", "round": "Jeopardy!", "show_number": "2936", "fullAnswer": "I\\'ll Be There For You" @@ -1450189,16 +1377879,6 @@ "show_number": "6081", "fullAnswer": "The Last of the Mohicans" }, - { - "category": "DON'T HAVE A COW, MAN", - "air_date": "2011-02-07", - "question": "For vegans, allrecipes.com has one for this type of mushroom that shares its name with a Panama seaport", - "value": "$1000", - "answer": "portobello", - "round": "Jeopardy!", - "show_number": "6081", - "fullAnswer": "portobello" - }, { "category": "WOMEN IN CHARGE", "air_date": "2011-02-07", @@ -1450289,16 +1377969,6 @@ "show_number": "6081", "fullAnswer": "Greenland" }, - { - "category": "THE 16th CENTURY", - "air_date": "2011-02-07", - "question": "(Jimmy of the Clue Crew shows a map on the monitor.) Of the 27,000 men who left La Coruna in July 1588, more than half perished in voyage in battles of this 2-word military group", - "value": "$800", - "answer": "Spanish Armada", - "round": "Double Jeopardy!", - "show_number": "6081", - "fullAnswer": "the Spanish Armada" - }, { "category": "NOTORIOUS NICKNAMES", "air_date": "2011-02-07", @@ -1450319,16 +1377989,6 @@ "show_number": "6081", "fullAnswer": "Herod" }, - { - "category": "SI, PARLO ITALIANO", - "air_date": "2011-02-07", - "question": "(Jimmy of the Clue Crew delivers the clue with a ballerina and her accompanist at the Dance Theatre of Harlem.) Until the late 1800s, rehearsing dancers were usually accompanied by a violinist; today it's a pianist who helps them discover for each piece the perfect this--Italian for \"time\"", - "value": "$800", - "answer": "tempo", - "round": "Double Jeopardy!", - "show_number": "6081", - "fullAnswer": "tempo" - }, { "category": "LITTLE PEOPLE", "air_date": "2011-02-07", @@ -1450614,7 +1378274,7 @@ "air_date": "2004-10-28", "question": "This Midwestern U.S. hub has over 60 million passengers coming & going each year", "value": "$400", - "answer": "Chicago O\\'Hare", + "answer": "Chicago O'Hare", "round": "Jeopardy!", "show_number": "4634", "fullAnswer": "Chicago O\\'Hare" @@ -1450629,16 +1378289,6 @@ "show_number": "4634", "fullAnswer": "John Wheelock" }, - { - "category": "COACH", - "air_date": "2004-10-28", - "question": "(I'm Paul Pierce.) This coach said, \"The Boston Celtics are not a basketball team, they are a way of life\"", - "value": "$400", - "answer": "Auerbach", - "round": "Jeopardy!", - "show_number": "4634", - "fullAnswer": "(Red) Auerbach" - }, { "category": "SURVIVOR: CONGRESS", "air_date": "2004-10-28", @@ -1450859,22 +1378509,12 @@ "show_number": "4634", "fullAnswer": "Costello & Abbott" }, - { - "category": "ART FOR ART'S SAKE", - "air_date": "2004-10-28", - "question": "This man's 1642 work, seen here is today found in an Amsterdam museum", - "value": "$400", - "answer": "Rembrandt", - "round": "Double Jeopardy!", - "show_number": "4634", - "fullAnswer": "Rembrandt" - }, { "category": "SHAKESPEAREAN RHYME TIME", "air_date": "2004-10-28", "question": "Jealous Moor's stringed instruments", "value": "$400", - "answer": "Othello\\'s cellos", + "answer": "Othello's cellos", "round": "Double Jeopardy!", "show_number": "4634", "fullAnswer": "Othello\\'s cellos" @@ -1450919,22 +1378559,12 @@ "show_number": "4634", "fullAnswer": "Judy & Punch" }, - { - "category": "ART FOR ART'S SAKE", - "air_date": "2004-10-28", - "question": "Seen here is one of many denizens of the American West depicted by this man", - "value": "$800", - "answer": "Remington", - "round": "Double Jeopardy!", - "show_number": "4634", - "fullAnswer": "(Frederick) Remington" - }, { "category": "SHAKESPEAREAN RHYME TIME", "air_date": "2004-10-28", "question": "Regan's father's lachrymal discharges", "value": "$800", - "answer": "Lear\\'s tears", + "answer": "Lear's tears", "round": "Double Jeopardy!", "show_number": "4634", "fullAnswer": "Lear\\'s tears" @@ -1450979,22 +1378609,12 @@ "show_number": "4634", "fullAnswer": "Decker & Black" }, - { - "category": "ART FOR ART'S SAKE", - "air_date": "2004-10-28", - "question": "All that the Empire came to symbolize is seen here in this artist's portrait of Madame Recamier", - "value": "$1200", - "answer": "David", - "round": "Double Jeopardy!", - "show_number": "4634", - "fullAnswer": "(Jacques-Louis) David" - }, { "category": "SHAKESPEAREAN RHYME TIME", "air_date": "2004-10-28", "question": "Robin Goodfellow's formal attire", "value": "$1200", - "answer": "Puck\\'s tux", + "answer": "Puck's tux", "round": "Double Jeopardy!", "show_number": "4634", "fullAnswer": "Puck\\'s tux" @@ -1451039,22 +1378659,12 @@ "show_number": "4634", "fullAnswer": "Jack, Manny & Moe" }, - { - "category": "ART FOR ART'S SAKE", - "air_date": "2004-10-28", - "question": "The characteristic style of this Frenchman is seen here in his 1890s work, \"Turning Road at Montgeroult\"", - "value": "$1600", - "answer": "Cézanne", - "round": "Double Jeopardy!", - "show_number": "4634", - "fullAnswer": "Cézanne" - }, { "category": "SHAKESPEAREAN RHYME TIME", "air_date": "2004-10-28", "question": "Calpurnia's husband's small metal hair pluckers", "value": "$1600", - "answer": "Caesar\\'s tweezers", + "answer": "Caesar's tweezers", "round": "Double Jeopardy!", "show_number": "4634", "fullAnswer": "Caesar\\'s tweezers" @@ -1451099,16 +1378709,6 @@ "show_number": "4634", "fullAnswer": "Chance to Tinker to Evers" }, - { - "category": "ART FOR ART'S SAKE", - "air_date": "2004-10-28", - "question": "This poet and painter whose work is seen here had the same first name as a poet born in 1265", - "value": "$2000", - "answer": "Dante Rossetti", - "round": "Double Jeopardy!", - "show_number": "4634", - "fullAnswer": "Dante Rossetti" - }, { "category": "SHAKESPEAREAN RHYME TIME", "air_date": "2004-10-28", @@ -1451219,16 +1378819,6 @@ "show_number": "6290", "fullAnswer": "Jane Eyre" }, - { - "category": "MAKING CONNECTIONS", - "air_date": "2012-01-13", - "question": "(Jimmy of the Clue Crew ties some rope together) All things are relative with this type of knot, also called a lubber's knot", - "value": "$400", - "answer": "granny knot", - "round": "Jeopardy!", - "show_number": "6290", - "fullAnswer": "a granny knot" - }, { "category": "GLUTEN-FREE FOODS", "air_date": "2012-01-13", @@ -1451744,7 +1379334,7 @@ "air_date": "1997-01-28", "question": "His rap album \"Shaq Diesel\" sold over a million copies", "value": "$100", - "answer": "Shaquille O\\' Neal", + "answer": "Shaquille O' Neal", "round": "Jeopardy!", "show_number": "2862", "fullAnswer": "Shaquille O\\' Neal" @@ -1452204,7 +1379794,7 @@ "air_date": "1997-01-28", "question": "Jack Nicholson appeared as a gangster named Gino in this 1967 film set in part on February 14, 1929", "value": "$600", - "answer": "The St. Valentine\\'s Day Massacre", + "answer": "The St. Valentine's Day Massacre", "round": "Double Jeopardy!", "show_number": "2862", "fullAnswer": "\"The St. Valentine\\'s Day Massacre\"" @@ -1452519,16 +1380109,6 @@ "show_number": "6243", "fullAnswer": "divine" }, - { - "category": "TWINS", - "air_date": "2011-11-09", - "question": "First names of the pair seen here", - "value": "$800", - "answer": "Chang & Eng", - "round": "Jeopardy!", - "show_number": "6243", - "fullAnswer": "Chang & Eng" - }, { "category": "BOND MOVIE BY BOND GIRL", "air_date": "2011-11-09", @@ -1452689,16 +1380269,6 @@ "show_number": "6243", "fullAnswer": "Oh Danny Boy George Steinbrenner" }, - { - "category": "OPERATIC COSTUMES", - "air_date": "2011-11-09", - "question": "(Alex dresses as a toreador at the Metropolitan Opera in New York.) In a costume from a 2009 production I'm Escamillo, the toreador who wins the heart of this gypsy girl", - "value": "$400", - "answer": "Carmen", - "round": "Double Jeopardy!", - "show_number": "6243", - "fullAnswer": "Carmen" - }, { "category": "WINTER OLYMPICS MASCOTS", "air_date": "2011-11-09", @@ -1452749,16 +1380319,6 @@ "show_number": "6243", "fullAnswer": "eminent domain Name That Tune" }, - { - "category": "OPERATIC COSTUMES", - "air_date": "2011-11-09", - "question": "(Alex reports from the Metropolitan Opera in New York.) The title character disguises himself, but not very well, in \"Le comte Ory\", the first opera created in French by this composer whose last opera was \"William Tell\"", - "value": "$800", - "answer": "Rossini", - "round": "Double Jeopardy!", - "show_number": "6243", - "fullAnswer": "(Gioachino) Rossini" - }, { "category": "WINTER OLYMPICS MASCOTS", "air_date": "2011-11-09", @@ -1452809,16 +1380369,6 @@ "show_number": "6243", "fullAnswer": "a Trojan Horse fly on the wall" }, - { - "category": "OPERATIC COSTUMES", - "air_date": "2011-11-09", - "question": "(Alex reports from the Metropolitan Opera in New York.) The costume worn by this character may not seem to go with his title profession, but in his first scene he sings \"Largo al factotum\" and explains that he's also the apothecary, gardener & wig maker", - "value": "$1,000", - "answer": "Barber of Seville", - "round": "Double Jeopardy!", - "show_number": "6243", - "fullAnswer": "the Barber of Seville" - }, { "category": "WINTER OLYMPICS MASCOTS", "air_date": "2011-11-09", @@ -1452869,16 +1380419,6 @@ "show_number": "6243", "fullAnswer": "Pete Best in Show me the money" }, - { - "category": "OPERATIC COSTUMES", - "air_date": "2011-11-09", - "question": "(Alex wears a cape at the Metropolitan Opera in New York.) This cape was worn by Enrico Caruso as the Duke of Mantua in this Verdi opera, the role in which he made his Met debut way back in 1903", - "value": "$1600", - "answer": "Rigoletto", - "round": "Double Jeopardy!", - "show_number": "6243", - "fullAnswer": "Rigoletto" - }, { "category": "WINTER OLYMPICS MASCOTS", "air_date": "2011-11-09", @@ -1452909,16 +1380449,6 @@ "show_number": "6243", "fullAnswer": "(Christopher) Isherwood" }, - { - "category": "BUGS", - "air_date": "2011-11-09", - "question": "These ants are named for the way they gather or reap seeds & leaves", - "value": "$2000", - "answer": "harvester ants", - "round": "Double Jeopardy!", - "show_number": "6243", - "fullAnswer": "harvester ants" - }, { "category": "BEFORE, DURING & AFTER", "air_date": "2011-11-09", @@ -1452929,16 +1380459,6 @@ "show_number": "6243", "fullAnswer": "Omaha Beach Boys from Brazil" }, - { - "category": "OPERATIC COSTUMES", - "air_date": "2011-11-09", - "question": "(Alex wears a helmet at the Metropolitan Opera in New York.) This helmet is a fitting accessory from a production of this Wagner work in which the knight's arrival in a swan boat is one of opera's great entrances", - "value": "$2000", - "answer": "Lohengrin", - "round": "Double Jeopardy!", - "show_number": "6243", - "fullAnswer": "Lohengrin" - }, { "category": "FRENCH HISTORY", "air_date": "2011-11-09", @@ -1453019,16 +1380539,6 @@ "show_number": "6056", "fullAnswer": "Don Quixote" }, - { - "category": "21st CENTURY ATHLETES", - "air_date": "2011-01-03", - "question": "Seen here, this Belgian tennis star has won 2 straight U.S. Opens -- after a two year retirement", - "value": "$400", - "answer": "Clijsters", - "round": "Jeopardy!", - "show_number": "6056", - "fullAnswer": "(Kim) Clijsters" - }, { "category": "SKY HIGH", "air_date": "2011-01-03", @@ -1453139,16 +1380649,6 @@ "show_number": "6056", "fullAnswer": "Crime and Punishment" }, - { - "category": "21st CENTURY ATHLETES", - "air_date": "2011-01-03", - "question": "Seen here, he excelled on Dancing with the Stars and also plays a little football", - "value": "$800", - "answer": "Taylor", - "round": "Jeopardy!", - "show_number": "6056", - "fullAnswer": "(Jason) Taylor" - }, { "category": "SKY HIGH", "air_date": "2011-01-03", @@ -1453389,16 +1380889,6 @@ "show_number": "6056", "fullAnswer": "Bill & Ted" }, - { - "category": "NUMBERS", - "air_date": "2011-01-03", - "question": "(Sarah of the Clue Crew reports from the pits at the Toyota Grand Prix.) For better grip on the road racing tires need to be both sticky and strong, because the rubber approaches this temperature, the boiling point of water", - "value": "$1200", - "answer": "212 degrees", - "round": "Double Jeopardy!", - "show_number": "6056", - "fullAnswer": "212 degrees" - }, { "category": "ROMANS", "air_date": "2011-01-03", @@ -1453414,7 +1380904,7 @@ "air_date": "2011-01-03", "question": "Classic comedy routine for Bud & Lou", "value": "$1200", - "answer": "Who\\'s on First?", + "answer": "Who's on First?", "round": "Double Jeopardy!", "show_number": "6056", "fullAnswer": "\"Who\\'s on First?\"" @@ -1453804,7 +1381294,7 @@ "air_date": "2003-01-20", "question": "Red Forman", "value": "$1000", - "answer": "That \\'70s Show", + "answer": "That '70s Show", "round": "Jeopardy!", "show_number": "4236", "fullAnswer": "That \\'70s Show" @@ -1454219,16 +1381709,6 @@ "show_number": "5489", "fullAnswer": "Brady Quinn" }, - { - "category": "A BUNCH OF STUFF", - "air_date": "2008-06-19", - "question": "(Jimmy of the Clue Crew performs a science experiment.) Milk is a colloid, meaning a liquid with solid particles spread throughout; using vinegar, you can separate the solids, called curd, from the liquid, which is called this", - "value": "$400", - "answer": "whey", - "round": "Jeopardy!", - "show_number": "5489", - "fullAnswer": "whey" - }, { "category": "MEN IN HISTORY", "air_date": "2008-06-19", @@ -1454254,7 +1381734,7 @@ "air_date": "2008-06-19", "question": "This chain let us know it was \"time to make the donuts\" in ads featuring a mustachioed, portly worker", "value": "$400", - "answer": "Dunkin\\' Donuts", + "answer": "Dunkin' Donuts", "round": "Jeopardy!", "show_number": "5489", "fullAnswer": "Dunkin\\' Donuts" @@ -1454264,7 +1381744,7 @@ "air_date": "2008-06-19", "question": "A surgeon/sea captain sets sail on a quartet of voyages in this work; has some trouble with his Yahoo account", "value": "$600", - "answer": "Gulliver\\'s Travels", + "answer": "Gulliver's Travels", "round": "Jeopardy!", "show_number": "5489", "fullAnswer": "Gulliver\\'s Travels" @@ -1454389,16 +1381869,6 @@ "show_number": "5489", "fullAnswer": "Diamond Jim Brady" }, - { - "category": "A BUNCH OF STUFF", - "air_date": "2008-06-19", - "question": "(Jon of the Clue Crew reports from Central Park.) Central Park has several impressive arches, like the one named for this shape, a design term for an ornamental 3-part leaf", - "value": "$1000", - "answer": "trefoil", - "round": "Jeopardy!", - "show_number": "5489", - "fullAnswer": "a trefoil" - }, { "category": "MEN IN HISTORY", "air_date": "2008-06-19", @@ -1454499,16 +1381969,6 @@ "show_number": "5489", "fullAnswer": "Mercury" }, - { - "category": "A SPORTING CHANCE", - "air_date": "2008-06-19", - "question": "He was NBA Coach of the Year 3 times in the 1990s with 3 different teams", - "value": "$800", - "answer": "Riley", - "round": "Double Jeopardy!", - "show_number": "5489", - "fullAnswer": "(Pat) Riley" - }, { "category": "ISLAND HOPPING", "air_date": "2008-06-19", @@ -1454854,7 +1382314,7 @@ "air_date": "1999-02-17", "question": "They're the \"apian leg joints\", sweetie!", "value": "$200", - "answer": "Bee\\'s knees", + "answer": "Bee's knees", "round": "Jeopardy!", "show_number": "3333", "fullAnswer": "Bee\\'s knees" @@ -1454914,7 +1382374,7 @@ "air_date": "1999-02-17", "question": "It's the \"feline utterance\", daddy-o!", "value": "$300", - "answer": "Cat\\'s meow", + "answer": "Cat's meow", "round": "Jeopardy!", "show_number": "3333", "fullAnswer": "Cat\\'s meow" @@ -1455474,7 +1382934,7 @@ "air_date": "1998-02-20", "question": "The name of this photocopy store chain refers to the curly hair of its founder Paul Orfalea", "value": "$300", - "answer": "Kinko\\'s", + "answer": "Kinko's", "round": "Jeopardy!", "show_number": "3110", "fullAnswer": "Kinko\\'s" @@ -1456139,16 +1383599,6 @@ "show_number": "3829", "fullAnswer": "Admiral George Dewey" }, - { - "category": "NIGHTS TO REMEMBER", - "air_date": "2001-04-05", - "question": "The Eiffel Tower is seen here inaugurating this date", - "value": "$400", - "answer": "New Year\\'s Eve 2000", - "round": "Jeopardy!", - "show_number": "3829", - "fullAnswer": "New Year\\'s Eve 2000" - }, { "category": "FOOD & DRINK", "air_date": "2001-04-05", @@ -1456389,16 +1383839,6 @@ "show_number": "3829", "fullAnswer": "photosynthesis" }, - { - "category": "THE EXPERIENCE MUSIC PROJECT", - "air_date": "2001-04-05", - "question": "Seen here are your tax dollars at work in this agency's report on the suspicious lyrics of \"Louie Louie\"", - "value": "$600", - "answer": "FBI", - "round": "Double Jeopardy!", - "show_number": "3829", - "fullAnswer": "the FBI" - }, { "category": "KEEP QUIET!", "air_date": "2001-04-05", @@ -1456439,16 +1383879,6 @@ "show_number": "3829", "fullAnswer": "Walt Whitman" }, - { - "category": "ALL GOD'S CREATURES", - "air_date": "2001-04-05", - "question": "The duck seen here bears the name of this colorful Comedia character", - "value": "$800", - "answer": "Harlequin", - "round": "Double Jeopardy!", - "show_number": "3829", - "fullAnswer": "Harlequin" - }, { "category": "THE EXPERIENCE MUSIC PROJECT", "air_date": "2001-04-05", @@ -1456509,16 +1383939,6 @@ "show_number": "3829", "fullAnswer": "monotremes" }, - { - "category": "THE EXPERIENCE MUSIC PROJECT", - "air_date": "2001-04-05", - "question": "The historic items seen here were the tools of this '80s grandmaster of hip-hop", - "value": "$1000", - "answer": "Grandmaster Flash", - "round": "Double Jeopardy!", - "show_number": "3829", - "fullAnswer": "Grandmaster Flash" - }, { "category": "KEEP QUIET!", "air_date": "2001-04-05", @@ -1456944,7 +1384364,7 @@ "air_date": "2003-05-16", "question": "Arthur C. Clarke, Alex Haley & John Knowles have written for this 90-year-old Scouting publication", "value": "$800", - "answer": "Boys\\' Life", + "answer": "Boys' Life", "round": "Double Jeopardy!", "show_number": "4320", "fullAnswer": "Boys\\' Life" @@ -1457224,7 +1384644,7 @@ "air_date": "2006-04-14", "question": "Newkirk,
Sgt. Schultz,
LeBeau", "value": "$400", - "answer": "Hogan\\'s Heroes", + "answer": "Hogan's Heroes", "round": "Jeopardy!", "show_number": "4980", "fullAnswer": "Hogan\\'s Heroes" @@ -1457299,16 +1384719,6 @@ "show_number": "4980", "fullAnswer": "Reagan" }, - { - "category": "YOU BREAK IT", - "air_date": "2006-04-14", - "question": "The cloud seen here was formed after this was broken", - "value": "$600", - "answer": "sound barrier", - "round": "Jeopardy!", - "show_number": "4980", - "fullAnswer": "the sound barrier" - }, { "category": "YOU BOT IT", "air_date": "2006-04-14", @@ -1457449,16 +1384859,6 @@ "show_number": "4980", "fullAnswer": "the id" }, - { - "category": "ST. PETERSBURG'S HERMITAGE", - "air_date": "2006-04-14", - "question": "(Sarah of the Clue Crew reports from the Hermitage in St. Petersburg, Russia.) Amazingly, this 15th century Italian's Benois Madonna cost just 150,000 Rubles when the Hermitage acquired it in 1914", - "value": "$400", - "answer": "Da Vinci", - "round": "Double Jeopardy!", - "show_number": "4980", - "fullAnswer": "Da Vinci" - }, { "category": "FORBES 2005 TOP FICTIONAL RICH FOLKS", "air_date": "2006-04-14", @@ -1457569,16 +1384969,6 @@ "show_number": "4980", "fullAnswer": "mare" }, - { - "category": "ST. PETERSBURG'S HERMITAGE", - "air_date": "2006-04-14", - "question": "(Sarah of the Clue Crew reports from the Hermitage in St. Petersburg, Russia.) Catherine the Great so admired this great French thinker with whom she corresponded that she commissioned this statue of him", - "value": "$1200", - "answer": "Voltaire", - "round": "Double Jeopardy!", - "show_number": "4980", - "fullAnswer": "Voltaire" - }, { "category": "FORBES 2005 TOP FICTIONAL RICH FOLKS", "air_date": "2006-04-14", @@ -1457779,16 +1385169,6 @@ "show_number": "6188", "fullAnswer": "Baskin Robbins" }, - { - "category": "WHAT WILL YOU BE WHEN YOU GROW UP?", - "air_date": "2011-07-06", - "question": "After I hatch from my egg I'll keep growing and growing until I'm a mature seven foot tall one of these birds", - "value": "$200", - "answer": "ostrich", - "round": "Jeopardy!", - "show_number": "6188", - "fullAnswer": "an ostrich" - }, { "category": "VOWELS", "air_date": "2011-07-06", @@ -1457839,16 +1385219,6 @@ "show_number": "6188", "fullAnswer": "Dairy Queen" }, - { - "category": "WHAT WILL YOU BE WHEN YOU GROW UP?", - "air_date": "2011-07-06", - "question": "I look a little fishy right now at an ,early stage but soon I'll grow up and become this", - "value": "$400", - "answer": "frog", - "round": "Jeopardy!", - "show_number": "6188", - "fullAnswer": "a frog" - }, { "category": "VOWELS", "air_date": "2011-07-06", @@ -1457879,16 +1385249,6 @@ "show_number": "6188", "fullAnswer": "marbles" }, - { - "category": "FOR KIDS", - "air_date": "2011-07-06", - "question": "In comic books, this kind-hearted bird is often seen with his friend, Wormie", - "value": "$600", - "answer": "Owlie", - "round": "Jeopardy!", - "show_number": "6188", - "fullAnswer": "Owlie" - }, { "category": "ICE CREAM", "air_date": "2011-07-06", @@ -1457899,16 +1385259,6 @@ "show_number": "6188", "fullAnswer": "the Good Humor man" }, - { - "category": "WHAT WILL YOU BE WHEN YOU GROW UP?", - "air_date": "2011-07-06", - "question": "Don't recognize me? I'm this beloved little beetle, still in the larval stage", - "value": "$600", - "answer": "ladybug", - "round": "Jeopardy!", - "show_number": "6188", - "fullAnswer": "a ladybug" - }, { "category": "VOWELS", "air_date": "2011-07-06", @@ -1457939,16 +1385289,6 @@ "show_number": "6188", "fullAnswer": "Lunchables" }, - { - "category": "WHAT WILL YOU BE WHEN YOU GROW UP?", - "air_date": "2011-07-06", - "question": "Eventually I'll bloom into one of these, with a thousand seeds or so", - "value": "$800", - "answer": "sunflower", - "round": "Jeopardy!", - "show_number": "6188", - "fullAnswer": "a sunflower" - }, { "category": "VOWELS", "air_date": "2011-07-06", @@ -1457979,16 +1385319,6 @@ "show_number": "6188", "fullAnswer": "Dan Zanes" }, - { - "category": "WHAT WILL YOU BE WHEN YOU GROW UP?", - "air_date": "2011-07-06", - "question": "An old proverb says that from the little item seen here here grow great ones of these trees", - "value": "$1,000", - "answer": "oak", - "round": "Jeopardy!", - "show_number": "6188", - "fullAnswer": "an oak" - }, { "category": "VOWELS", "air_date": "2011-07-06", @@ -1458079,26 +1385409,6 @@ "show_number": "6188", "fullAnswer": "Gnomeo" }, - { - "category": "IT'S A SCIENTIFIC FACT", - "air_date": "2011-07-06", - "question": "(Here is the clue. Pay attention to Sarah.) Chairs, a broom, some string, and a can full of sand are all you need for the experiment that creates one of these swinging devices, similar to the one physicist Foucault used to show the earth's rotation", - "value": "$1,000", - "answer": "pendulum", - "round": "Double Jeopardy!", - "show_number": "6188", - "fullAnswer": "a pendulum" - }, - { - "category": "THE LIBRARY OF CONGRESS", - "air_date": "2011-07-06", - "question": "The loc.gov feature called Thomas lets you search for these made by Congress, like H.R. 575", - "value": "$800", - "answer": "laws that are passed by Congress", - "round": "Double Jeopardy!", - "show_number": "6188", - "fullAnswer": "laws that are passed by Congress" - }, { "category": "MAPS", "air_date": "2011-07-06", @@ -1458194,21 +1385504,11 @@ "air_date": "2011-07-06", "question": "Young singer Bianca Ryan won the first season of this TV show now judged by Sharon Osbourne & others", "value": "$1600", - "answer": "America\\'s Got Talent", + "answer": "America's Got Talent", "round": "Double Jeopardy!", "show_number": "6188", "fullAnswer": "America\\'s Got Talent" }, - { - "category": "IT'S A SCIENTIFIC FACT", - "air_date": "2011-07-06", - "question": "(Jimmy help us out, please.) Ice is not as heavy or dense as water. In fact, our little ice boat here floats because these smallest particles that consist of atoms expand and spread out.", - "value": "$1600", - "answer": "molecules", - "round": "Double Jeopardy!", - "show_number": "6188", - "fullAnswer": "molecules" - }, { "category": "THE LIBRARY OF CONGRESS", "air_date": "2011-07-06", @@ -1458344,7 +1385644,7 @@ "air_date": "2006-02-07", "question": "Your genome is over 95% the same as this animal's", "value": "$200", - "answer": "chimpanzee\\'s", + "answer": "chimpanzee's", "round": "Jeopardy!", "show_number": "4932", "fullAnswer": "a chimpanzee\\'s" @@ -1458509,16 +1385809,6 @@ "show_number": "4932", "fullAnswer": "cobalt" }, - { - "category": "TRAVEL FUN", - "air_date": "2006-02-07", - "question": "(Cheryl of the Clue Crew reports from Peterhof in St. Petersburg, Russia.) Peter the Great loved games, & one of the fanciful cascades here at Peterhof is named for this kind of playing surface", - "value": "$800", - "answer": "checkerboard ", - "round": "Jeopardy!", - "show_number": "4932", - "fullAnswer": "checkerboard (or chessboard)" - }, { "category": "YOU'RE SUCH AN \"IMP\"", "air_date": "2006-02-07", @@ -1459259,16 +1386549,6 @@ "show_number": "5388", "fullAnswer": "a medical examiner" }, - { - "category": "METALS", - "air_date": "2008-01-30", - "question": "(Cheryl of the Clue Crew uses a magnet on a beverage can and a food can.) In separating recyclables, a magnet is used because it will not attract aluminum, but will attract this metal, the main constituent of what we call tin cans", - "value": "$800", - "answer": "steel", - "round": "Double Jeopardy!", - "show_number": "5388", - "fullAnswer": "steel" - }, { "category": "POP QUIZ", "air_date": "2008-01-30", @@ -1459434,7 +1386714,7 @@ "air_date": "2008-01-30", "question": "It's the supposed site of visual recollection", "value": "$1600", - "answer": "mind\\'s eye", + "answer": "mind's eye", "round": "Double Jeopardy!", "show_number": "5388", "fullAnswer": "mind\\'s eye" @@ -1459659,16 +1386939,6 @@ "show_number": "3137", "fullAnswer": "W.C. Fields" }, - { - "category": "POP MUSIC", - "air_date": "1998-03-31", - "question": "(Hi, I'm Vanessa Marcil.) I've appeared in 2 of this symbolized singer's videos, \"Undertaker\" & \"The Most Beautiful Girl In The World\"", - "value": "$500", - "answer": "Artist Formerly Known As Prince", - "round": "Jeopardy!", - "show_number": "3137", - "fullAnswer": "The Artist Formerly Known As Prince" - }, { "category": "\"OOP\"SY", "air_date": "1998-03-31", @@ -1459929,22 +1387199,12 @@ "show_number": "3137", "fullAnswer": "Boo Berry" }, - { - "category": "ARTISTS", - "air_date": "1998-03-31", - "question": "A new museum devoted to this artist, whose work is seen here, opened in Santa Fe in 1997:", - "value": "$1,000", - "answer": "Georgia O\\'Keeffe", - "round": "Double Jeopardy!", - "show_number": "3137", - "fullAnswer": "Georgia O\\'Keeffe" - }, { "category": "AMERICAN LITERATURE", "air_date": "1998-03-31", "question": "In this 1946 novel, \"There wasn't any Democratic Party. There was just Willie\" Stark", "value": "$600", - "answer": "All the King\\'s Men", + "answer": "All the King's Men", "round": "Double Jeopardy!", "show_number": "3137", "fullAnswer": "All the King\\'s Men" @@ -1459969,16 +1387229,6 @@ "show_number": "3137", "fullAnswer": "a chopin" }, - { - "category": "THE SCREAM ACTORS GUILD", - "air_date": "1998-03-31", - "question": "This 1922 F.W. Murnau drama, seen here, was one of the world's first horror movies:", - "value": "$2,100", - "answer": "Nosferatu", - "round": "Double Jeopardy!", - "show_number": "3137", - "fullAnswer": "Nosferatu" - }, { "category": "\"BOO\"!", "air_date": "1998-03-31", @@ -1460099,16 +1387349,6 @@ "show_number": "3137", "fullAnswer": "Wolf" }, - { - "category": "\"BOO\"!", - "air_date": "1998-03-31", - "question": "He's the member of P.Funk seen here:", - "value": "$1000", - "answer": "Bootsy Collins", - "round": "Double Jeopardy!", - "show_number": "3137", - "fullAnswer": "Bootsy Collins" - }, { "category": "AVIATION", "air_date": "1998-03-31", @@ -1460159,16 +1387399,6 @@ "show_number": "4592", "fullAnswer": "Dr. (Martin Luther) King (Jr.)" }, - { - "category": "IT'S A WEBSITE", - "air_date": "2004-07-20", - "question": "Mythical warrior woman.com", - "value": "$200", - "answer": "Amazon", - "round": "Jeopardy!", - "show_number": "4592", - "fullAnswer": "Amazon" - }, { "category": "ROCK & ROLL", "air_date": "2004-07-20", @@ -1460229,16 +1387459,6 @@ "show_number": "4592", "fullAnswer": "Yahoo" }, - { - "category": "ROCK & ROLL", - "air_date": "2004-07-20", - "question": "In early 1981 they rode the wave to No. 1 with the little song heard here

\"The tide is high but I'm holding on /
I'm gonna be...\"
", - "value": "$400", - "answer": "Blondie", - "round": "Jeopardy!", - "show_number": "4592", - "fullAnswer": "Blondie" - }, { "category": "COLONIAL AMERICA", "air_date": "2004-07-20", @@ -1460269,26 +1387489,6 @@ "show_number": "4592", "fullAnswer": "Georgie Porgie" }, - { - "category": "PEOPLE", - "air_date": "2004-07-20", - "question": "(I am NFL wide receiver and Stanford graduate,
Ed McCaffrey.
) The first Stanford player to win the Heisman Trophy was this quarterback who led the Raiders to victory in Super Bowl XV", - "value": "$600", - "answer": "Jim Plunkett", - "round": "Jeopardy!", - "show_number": "4592", - "fullAnswer": "Jim Plunkett" - }, - { - "category": "IT'S A WEBSITE", - "air_date": "2004-07-20", - "question": "10 to the hundredth power.com", - "value": "$600", - "answer": "Google", - "round": "Jeopardy!", - "show_number": "4592", - "fullAnswer": "Google" - }, { "category": "ROCK & ROLL", "air_date": "2004-07-20", @@ -1460339,26 +1387539,6 @@ "show_number": "4592", "fullAnswer": "the Pointer Sisters" }, - { - "category": "IT'S A WEBSITE", - "air_date": "2004-07-20", - "question": "Melville's scrivener.com", - "value": "$800", - "answer": "Bartleby", - "round": "Jeopardy!", - "show_number": "4592", - "fullAnswer": "Bartleby" - }, - { - "category": "ROCK & ROLL", - "air_date": "2004-07-20", - "question": "In 2001 this L.A. group came around with the song heard here

\"If I could /
Then I would /
I'll go wherever /
You will go...\"
", - "value": "$800", - "answer": "Calling", - "round": "Jeopardy!", - "show_number": "4592", - "fullAnswer": "The Calling" - }, { "category": "COLONIAL AMERICA", "air_date": "2004-07-20", @@ -1460389,16 +1387569,6 @@ "show_number": "4592", "fullAnswer": "Aleister Crowley" }, - { - "category": "IT'S A WEBSITE", - "air_date": "2004-07-20", - "question": "Singular version of Aurora Borealis.com", - "value": "$1000", - "answer": "Northern Light", - "round": "Jeopardy!", - "show_number": "4592", - "fullAnswer": "Northern Light" - }, { "category": "ROCK & ROLL", "air_date": "2004-07-20", @@ -1460539,16 +1387709,6 @@ "show_number": "4592", "fullAnswer": "Sinclair Lewis" }, - { - "category": "GIMME THE 5th", - "air_date": "2004-07-20", - "question": "This notorious individual completes the royal flush seen here", - "value": "$1200", - "answer": "Saddam Hussein", - "round": "Double Jeopardy!", - "show_number": "4592", - "fullAnswer": "Saddam Hussein" - }, { "category": "THE PREVIOUS VEEP", "air_date": "2004-07-20", @@ -1460579,16 +1387739,6 @@ "show_number": "4592", "fullAnswer": "Persian Gulf" }, - { - "category": "ROLE", - "air_date": "2004-07-20", - "question": "Hi. I'm Levar Burton. In 1987 I blasted off into space as Geordi La Forge in this incarnation of \"Star Trek\"", - "value": "$1200", - "answer": "Next Generation", - "round": "Double Jeopardy!", - "show_number": "4592", - "fullAnswer": "\"Next Generation\"" - }, { "category": "AUTHORS", "air_date": "2004-07-20", @@ -1460729,16 +1387879,6 @@ "show_number": "4967", "fullAnswer": "white" }, - { - "category": "YANKEE STADIUM", - "air_date": "2006-03-28", - "question": "(Sarah of the Clue Crew reads from Yankee Stadium in the Bronx, NY.) As Yankee Stadium is the house he built, it's appropriate that this slugger is honored in Monument Park", - "value": "$200", - "answer": "Babe Ruth", - "round": "Jeopardy!", - "show_number": "4967", - "fullAnswer": "Babe Ruth" - }, { "category": "RELIGION IN CORPORATIONS", "air_date": "2006-03-28", @@ -1460849,16 +1387989,6 @@ "show_number": "4967", "fullAnswer": "the Hansom cab" }, - { - "category": "YANKEE STADIUM", - "air_date": "2006-03-28", - "question": "(Sarah of the Clue Crew reads from the stands of Yankee Stadium in the Bronx, New York.) I'm in the Yankee Stadium section where, in 1977, this man's third home run of World Series game six landed; all were hit on the first pitch", - "value": "$600", - "answer": "Reggie Jackson", - "round": "Jeopardy!", - "show_number": "4967", - "fullAnswer": "Reggie Jackson" - }, { "category": "RELIGION IN CORPORATIONS", "air_date": "2006-03-28", @@ -1460969,16 +1388099,6 @@ "show_number": "4967", "fullAnswer": "Salmon Chase" }, - { - "category": "YANKEE STADIUM", - "air_date": "2006-03-28", - "question": "(Jimmy of the Clue Crew reads from Monument Park in Yankee Stadium, Bronx, NY.) Yankee Stadium's Monument Park honors this first baseman whose career was tragically cut short", - "value": "$1000", - "answer": "Lou Gehrig", - "round": "Jeopardy!", - "show_number": "4967", - "fullAnswer": "Lou Gehrig" - }, { "category": "RELIGION IN CORPORATIONS", "air_date": "2006-03-28", @@ -1461219,16 +1388339,6 @@ "show_number": "4967", "fullAnswer": "pre-owned" }, - { - "category": "THE BBC's 100 GREATEST BRITONS", - "air_date": "2006-03-28", - "question": "No. 25:
This best-selling author & scientist seen here", - "value": "$1600", - "answer": "Stephen Hawking", - "round": "Double Jeopardy!", - "show_number": "4967", - "fullAnswer": "Stephen Hawking" - }, { "category": "ONE NATION", "air_date": "2006-03-28", @@ -1461479,16 +1388589,6 @@ "show_number": "3067", "fullAnswer": "possum" }, - { - "category": "A CHRISTMAS SONGBOOK", - "air_date": "1997-12-23", - "question": "Singer performing the holiday classic heard here:

\"Rockin' around the Christmas tree at the Christmas party hop...\"", - "value": "$500", - "answer": "Brenda Lee", - "round": "Jeopardy!", - "show_number": "3067", - "fullAnswer": "Brenda Lee" - }, { "category": "ASTRONOMY", "air_date": "1997-12-23", @@ -1461534,7 +1388634,7 @@ "air_date": "1997-12-23", "question": "Eating seaweed helps certain swifts form these structures found in a famous Chinese soup", "value": "$400", - "answer": "bird\\'s nest", + "answer": "bird's nest", "round": "Jeopardy!", "show_number": "3067", "fullAnswer": "bird\\'s nest" @@ -1461784,7 +1388884,7 @@ "air_date": "1997-12-23", "question": "This annual pharmaceutical guide for doctors is abbreviated PDR", "value": "$600", - "answer": "Physician\\'s Desk Reference", + "answer": "Physician's Desk Reference", "round": "Double Jeopardy!", "show_number": "3067", "fullAnswer": "Physician\\'s Desk Reference" @@ -1461894,7 +1388994,7 @@ "air_date": "1997-12-23", "question": "He played Henry II to Richard Burton's Becket", "value": "$1000", - "answer": "Peter O\\' Toole", + "answer": "Peter O' Toole", "round": "Double Jeopardy!", "show_number": "3067", "fullAnswer": "Peter O\\' Toole" @@ -1462009,26 +1389109,6 @@ "show_number": "5337", "fullAnswer": "Thailand" }, - { - "category": "I ONLY HAVE \"I\"s FOR YOU", - "air_date": "2007-11-20", - "question": "(Kelly of the Clue Crew shows a simple cell diagram on the monitor.) As opposed to the dizygotic type of twins, where 2 eggs develop into 2 genertically different cells, in the monozygotic, or this type, the genetics are exactly the same", - "value": "$400", - "answer": "identical", - "round": "Jeopardy!", - "show_number": "5337", - "fullAnswer": "identical" - }, - { - "category": "MOVIE PREMIERES", - "air_date": "2007-11-20", - "question": "(Kelly of the Clue Crew exits the theater doors at Radio City Music Hall, New York.) Among movies that have premiered at Radio City Music Hall is \"To Kill a Mockingbird\", with an Oscar-winning performance by this man who was once an usher here", - "value": "$400", - "answer": "Gregory Peck", - "round": "Jeopardy!", - "show_number": "5337", - "fullAnswer": "Gregory Peck" - }, { "category": "FREUD", "air_date": "2007-11-20", @@ -1462229,16 +1389309,6 @@ "show_number": "5337", "fullAnswer": "the olive" }, - { - "category": "TOMATOES", - "air_date": "2007-11-20", - "question": "This meaty type of tomato can be red or green; both types are seen here", - "value": "$1000", - "answer": "beefsteak", - "round": "Jeopardy!", - "show_number": "5337", - "fullAnswer": "beefsteak" - }, { "category": "AMERICAN HISTORY", "air_date": "2007-11-20", @@ -1462264,7 +1389334,7 @@ "air_date": "2007-11-20", "question": "The coat of arms of this company founded in 1670 & active in Canada displays 4 furry beavers", "value": "$400", - "answer": "Hudson\\'s Bay Company", + "answer": "Hudson's Bay Company", "round": "Double Jeopardy!", "show_number": "5337", "fullAnswer": "the Hudson\\'s Bay Company" @@ -1462344,7 +1389414,7 @@ "air_date": "2007-11-20", "question": "Confederate general's apian drones", "value": "$800", - "answer": "Lee\\'s bees", + "answer": "Lee's bees", "round": "Double Jeopardy!", "show_number": "5337", "fullAnswer": "Lee\\'s bees" @@ -1462359,26 +1389429,6 @@ "show_number": "5337", "fullAnswer": "the Oregon Trail" }, - { - "category": "THE COMICS", - "air_date": "2007-11-20", - "question": "The TV show seen here is based on this edgy Aaron McGruder comic strip", - "value": "$1200", - "answer": "Boondocks", - "round": "Double Jeopardy!", - "show_number": "5337", - "fullAnswer": "The Boondocks" - }, - { - "category": "BUSY AS A BEAVER", - "air_date": "2007-11-20", - "question": "This 5-letter beaver home seen here may have separate entrances & a carpeted floor--hopefully, no elks", - "value": "$1200", - "answer": "lodge", - "round": "Double Jeopardy!", - "show_number": "5337", - "fullAnswer": "a lodge" - }, { "category": "GET YOUR FACTS STRAIGHT", "air_date": "2007-11-20", @@ -1462469,16 +1389519,6 @@ "show_number": "5337", "fullAnswer": "the Radical Republicans" }, - { - "category": "THE COMICS", - "air_date": "2007-11-20", - "question": "Creator Jim Unger joked that the syndication of this panel in East Germany brought down the Berlin Wall", - "value": "$2000", - "answer": "Herman", - "round": "Double Jeopardy!", - "show_number": "5337", - "fullAnswer": "Herman" - }, { "category": "BUSY AS A BEAVER", "air_date": "2007-11-20", @@ -1462754,7 +1389794,7 @@ "air_date": "2008-01-15", "question": "One of Sinbad's voyages took him to this graveyard long sought by big-game hunters & Tarzan movie villains", "value": "$800", - "answer": "elephant\\'s graveyard", + "answer": "elephant's graveyard", "round": "Jeopardy!", "show_number": "5377", "fullAnswer": "the elephant\\'s graveyard" @@ -1462844,7 +1389884,7 @@ "air_date": "2008-01-15", "question": "3 enticing doors were your final choices as you traded up for better prizes on this Monty Hall show", "value": "$400", - "answer": "Let\\'s Make A Deal", + "answer": "Let's Make A Deal", "round": "Double Jeopardy!", "show_number": "5377", "fullAnswer": "Let\\'s Make A Deal" @@ -1462949,16 +1389989,6 @@ "show_number": "5377", "fullAnswer": "Chuck Barris" }, - { - "category": "STATE FLAGS", - "air_date": "2008-01-15", - "question": "You're looking at the upper part of this state's flag; if we showed you the whole flag it would give it away", - "value": "$1200", - "answer": "Kansas", - "round": "Double Jeopardy!", - "show_number": "5377", - "fullAnswer": "Kansas" - }, { "category": "NOVELS BEFORE & AFTER", "air_date": "2008-01-15", @@ -1462969,16 +1389999,6 @@ "show_number": "5377", "fullAnswer": "All Quiet on the Western Front Porch" }, - { - "category": "\"RH\" FACTOR", - "air_date": "2008-01-15", - "question": "It's the device heard here ... sorry", - "value": "$1200", - "answer": "airhorn", - "round": "Double Jeopardy!", - "show_number": "5377", - "fullAnswer": "airhorn" - }, { "category": "LANDING AT JFK", "air_date": "2008-01-15", @@ -1463069,16 +1390089,6 @@ "show_number": "5377", "fullAnswer": "Beat The Clock" }, - { - "category": "STATE FLAGS", - "air_date": "2008-01-15", - "question": "(Cheryl of the Clue Crew points to a flag) The red and white design stands for the Crossland family; the black and gold stands for the Calvert family on this state's flag", - "value": "$2000", - "answer": "Maryland", - "round": "Double Jeopardy!", - "show_number": "5377", - "fullAnswer": "Maryland" - }, { "category": "NOVELS BEFORE & AFTER", "air_date": "2008-01-15", @@ -1463289,16 +1390299,6 @@ "show_number": "5330", "fullAnswer": "Jurassic" }, - { - "category": "FLOWERS", - "air_date": "2007-11-09", - "question": "Seen here, these flowers were named for a German botanist", - "value": "$600", - "answer": "zinnias", - "round": "Jeopardy!", - "show_number": "5330", - "fullAnswer": "zinnias" - }, { "category": "STATES BY COUNTIES", "air_date": "2007-11-09", @@ -1463404,21 +1390404,11 @@ "air_date": "2007-11-09", "question": "Courtesy of the Field Museum of Natural History, a Brachiosaurus skeleton is mounted in this Midwest airport", "value": "$1000", - "answer": "O\\'Hare", + "answer": "O'Hare", "round": "Jeopardy!", "show_number": "5330", "fullAnswer": "O\\'Hare" }, - { - "category": "FLOWERS", - "air_date": "2007-11-09", - "question": "These tropical flowers seen here are commonly called frangipani when perfume is derived from them", - "value": "$1000", - "answer": "plumeria", - "round": "Jeopardy!", - "show_number": "5330", - "fullAnswer": "plumeria" - }, { "category": "AUTOBIOGRAPHERS", "air_date": "2007-11-09", @@ -1463449,16 +1390439,6 @@ "show_number": "5330", "fullAnswer": "the palate" }, - { - "category": ".ORG", - "air_date": "2007-11-09", - "question": "This U.S. political party at gp.org had 46 of 179 candidates win office in 2005", - "value": "$400", - "answer": "Green Party", - "round": "Double Jeopardy!", - "show_number": "5330", - "fullAnswer": "the Green Party" - }, { "category": "-ISMS", "air_date": "2007-11-09", @@ -1463509,16 +1390489,6 @@ "show_number": "5330", "fullAnswer": "French" }, - { - "category": ".ORG", - "air_date": "2007-11-09", - "question": "This organization's webpage givelife.org helps you find a blood drive near your ZIP code", - "value": "$800", - "answer": "American Red Cross", - "round": "Double Jeopardy!", - "show_number": "5330", - "fullAnswer": "the American Red Cross" - }, { "category": "-ISMS", "air_date": "2007-11-09", @@ -1463569,16 +1390539,6 @@ "show_number": "5330", "fullAnswer": "a diphthong" }, - { - "category": ".ORG", - "air_date": "2007-11-09", - "question": "This council at bbb.org believes most marketplace problems can be solved with self-regulation & education", - "value": "$1200", - "answer": "Better Business Bureau", - "round": "Double Jeopardy!", - "show_number": "5330", - "fullAnswer": "the Better Business Bureau" - }, { "category": "-ISMS", "air_date": "2007-11-09", @@ -1463629,16 +1390589,6 @@ "show_number": "5330", "fullAnswer": "E" }, - { - "category": ".ORG", - "air_date": "2007-11-09", - "question": "Known mainly by its initials, this conservation group uses panda.org as its home address", - "value": "$2,400", - "answer": "World Wildlife Fund ", - "round": "Double Jeopardy!", - "show_number": "5330", - "fullAnswer": "the World Wildlife Fund (WWF)" - }, { "category": "-ISMS", "air_date": "2007-11-09", @@ -1463689,16 +1390639,6 @@ "show_number": "5330", "fullAnswer": "a stop" }, - { - "category": ".ORG", - "air_date": "2007-11-09", - "question": "This association at mdausa.org is supporting gene therapy trials to help find a cure", - "value": "$2000", - "answer": "Muscular Dystrophy Association", - "round": "Double Jeopardy!", - "show_number": "5330", - "fullAnswer": "the Muscular Dystrophy Association" - }, { "category": "-ISMS", "air_date": "2007-11-09", @@ -1463974,7 +1390914,7 @@ "air_date": "2009-04-13", "question": "The third of September was \"the day that my daddy died\" in this No. 1 hit by the Temptations", "value": "$1000", - "answer": "Papa Was A Rollin\\' Stone", + "answer": "Papa Was A Rollin' Stone", "round": "Jeopardy!", "show_number": "5671", "fullAnswer": "\"Papa Was A Rollin\\' Stone\"" @@ -1464129,16 +1391069,6 @@ "show_number": "5671", "fullAnswer": "a beetle" }, - { - "category": "DOUBLE DOUBLE LETTERS", - "air_date": "2009-04-13", - "question": "Working out with these items seen here won't make you more foolish--it will tone you up", - "value": "$800", - "answer": "dumbbells", - "round": "Double Jeopardy!", - "show_number": "5671", - "fullAnswer": "dumbbells" - }, { "category": "THE LOWEST COMMON DENOMINATOR", "air_date": "2009-04-13", @@ -1464179,16 +1391109,6 @@ "show_number": "5671", "fullAnswer": "Romeo & Juliet" }, - { - "category": "AFRICAN ANIMALS", - "air_date": "2009-04-13", - "question": "Here, this largest African bovid considers its next move; killing lions is not unusual", - "value": "$1200", - "answer": "Cape Buffalo", - "round": "Double Jeopardy!", - "show_number": "5671", - "fullAnswer": "a Cape Buffalo" - }, { "category": "DOUBLE DOUBLE LETTERS", "air_date": "2009-04-13", @@ -1464299,16 +1391219,6 @@ "show_number": "5671", "fullAnswer": "Golf" }, - { - "category": "AFRICAN ANIMALS", - "air_date": "2009-04-13", - "question": "Certain birds of Africa are called these for the way they intertwine materials to make nests like the one seen here", - "value": "$2000", - "answer": "weaverbirds", - "round": "Double Jeopardy!", - "show_number": "5671", - "fullAnswer": "weaverbirds" - }, { "category": "DOUBLE DOUBLE LETTERS", "air_date": "2009-04-13", @@ -1464324,7 +1391234,7 @@ "air_date": "2009-04-13", "question": "AKA \"Chant de guerre pour l'armee du Rhin\", it was banned by Napoleon, Louis XVIII & Napoleon III", "value": null, - "answer": "\\La Marseillaise\\", + "answer": "La Marseillaise", "round": "Final Jeopardy!", "show_number": "5671", "fullAnswer": "\\\"La Marseillaise\\\"" @@ -1464364,7 +1391274,7 @@ "air_date": "1999-09-17", "question": "Founding Father Franklin's writing implements", "value": "$100", - "answer": "Ben\\'s pens", + "answer": "Ben's pens", "round": "Jeopardy!", "show_number": "3455", "fullAnswer": "Ben\\'s pens" @@ -1464424,7 +1391334,7 @@ "air_date": "1999-09-17", "question": "Dukakis' Harleys", "value": "$200", - "answer": "Mike\\'s bikes", + "answer": "Mike's bikes", "round": "Jeopardy!", "show_number": "3455", "fullAnswer": "Mike\\'s bikes" @@ -1464484,7 +1391394,7 @@ "air_date": "1999-09-17", "question": "Roman emperor Augustus' refrigeration units", "value": "$300", - "answer": "Caesar\\'s freezers", + "answer": "Caesar's freezers", "round": "Jeopardy!", "show_number": "3455", "fullAnswer": "Caesar\\'s freezers" @@ -1464544,7 +1391454,7 @@ "air_date": "1999-09-17", "question": "Auto industry pioneer Henry's surfing equipment", "value": "$400", - "answer": "Ford\\'s boards", + "answer": "Ford's boards", "round": "Jeopardy!", "show_number": "3455", "fullAnswer": "Ford\\'s boards" @@ -1464604,7 +1391514,7 @@ "air_date": "1999-09-17", "question": "Sen. LaFollette's door handles", "value": "$500", - "answer": "Bob\\'s knobs", + "answer": "Bob's knobs", "round": "Jeopardy!", "show_number": "3455", "fullAnswer": "Bob\\'s knobs" @@ -1464894,7 +1391804,7 @@ "air_date": "1999-09-17", "question": "Hillary Clinton would translate the Swahili \"Mkono mmoja haulei mwana\" to this 8-word phrase", "value": null, - "answer": "\\It takes a village to raise a child\\", + "answer": "It takes a village to raise a child", "round": "Final Jeopardy!", "show_number": "3455", "fullAnswer": "\\\"It takes a village to raise a child\\\"" @@ -1464949,16 +1391859,6 @@ "show_number": "5095", "fullAnswer": "kangaroos" }, - { - "category": "HAIRY IT", - "air_date": "2006-11-03", - "question": "Seen here, this mammal is all mouth & no teeth", - "value": "$200", - "answer": "anteater", - "round": "Jeopardy!", - "show_number": "5095", - "fullAnswer": "an anteater" - }, { "category": "BUSINESS LEADERS", "air_date": "2006-11-03", @@ -1465069,16 +1391969,6 @@ "show_number": "5095", "fullAnswer": "eucalyptus trees" }, - { - "category": "HAIRY IT", - "air_date": "2006-11-03", - "question": "You think you can experiment with a clue like it was some kind of this rodent, seen here?", - "value": "$600", - "answer": "guinea pig", - "round": "Jeopardy!", - "show_number": "5095", - "fullAnswer": "a guinea pig" - }, { "category": "BUSINESS LEADERS", "air_date": "2006-11-03", @@ -1465189,22 +1392079,12 @@ "show_number": "5095", "fullAnswer": "the kookaburra" }, - { - "category": "HAIRY IT", - "air_date": "2006-11-03", - "question": "This species seen here is found only in North America", - "value": "$1000", - "answer": "bighorn sheep", - "round": "Jeopardy!", - "show_number": "5095", - "fullAnswer": "a bighorn sheep" - }, { "category": "SHAKESPEARE", "air_date": "2006-11-03", "question": "In \"Macbeth\", among the items in this container are scale of dragon, tooth of wolf, tongue of dog & toe of frog", "value": "$400", - "answer": "witch\\'s cauldron", + "answer": "witch's cauldron", "round": "Double Jeopardy!", "show_number": "5095", "fullAnswer": "the witch\\'s cauldron" @@ -1465369,16 +1392249,6 @@ "show_number": "5095", "fullAnswer": "\"The Star-Spangled Banner\"" }, - { - "category": "IDIOMS", - "air_date": "2006-11-03", - "question": "(Jon of the Clue Crew is in his workshop tightening a bolt in a piece of wood.) This mechanism increases tension without the risk of slipping back; it's also an idiom for turning up the pressure on someone", - "value": "$1200", - "answer": "ratchet", - "round": "Double Jeopardy!", - "show_number": "5095", - "fullAnswer": "ratchet" - }, { "category": "SHAKESPEARE", "air_date": "2006-11-03", @@ -1465489,16 +1392359,6 @@ "show_number": "5095", "fullAnswer": "Bacardi" }, - { - "category": "IDIOMS", - "air_date": "2006-11-03", - "question": "(Kelly of the Clue Crew shows us a sifter.) It's a part that restrains movement, like the movement of air; you may say that a setback puts one on your plans", - "value": "$2,200", - "answer": "damper", - "round": "Double Jeopardy!", - "show_number": "5095", - "fullAnswer": "a damper" - }, { "category": "THE OSCARS", "air_date": "2006-11-03", @@ -1465529,16 +1392389,6 @@ "show_number": "5364", "fullAnswer": "Gone with the Wind" }, - { - "category": "WE STAND", - "air_date": "2007-12-27", - "question": "The Western Lowland type of this animal is seen here in the Congo trying to look like a tough guy", - "value": "$200", - "answer": "gorilla", - "round": "Jeopardy!", - "show_number": "5364", - "fullAnswer": "a gorilla" - }, { "category": "NO PROMISES, NO DEMANDS", "air_date": "2007-12-27", @@ -1465589,16 +1392439,6 @@ "show_number": "5364", "fullAnswer": "Madison County" }, - { - "category": "WE STAND", - "air_date": "2007-12-27", - "question": "Seen here trying to get a leg up on the competition, the gazelle-like geranuk is this type of animal", - "value": "$400", - "answer": "antelope", - "round": "Jeopardy!", - "show_number": "5364", - "fullAnswer": "an antelope" - }, { "category": "NO PROMISES, NO DEMANDS", "air_date": "2007-12-27", @@ -1465649,16 +1392489,6 @@ "show_number": "5364", "fullAnswer": "Jane Eyre" }, - { - "category": "WE STAND", - "air_date": "2007-12-27", - "question": "The stoat, also called this, is a type of weasel, & in wintertime is known for its white coat", - "value": "$600", - "answer": "ermine", - "round": "Jeopardy!", - "show_number": "5364", - "fullAnswer": "an ermine" - }, { "category": "NO PROMISES, NO DEMANDS", "air_date": "2007-12-27", @@ -1465709,16 +1392539,6 @@ "show_number": "5364", "fullAnswer": "Cyrano de Bergerac" }, - { - "category": "WE STAND", - "air_date": "2007-12-27", - "question": "Timon would help you with the name of this animal", - "value": "$800", - "answer": "meerkat", - "round": "Jeopardy!", - "show_number": "5364", - "fullAnswer": "meerkat" - }, { "category": "NO PROMISES, NO DEMANDS", "air_date": "2007-12-27", @@ -1465769,16 +1392589,6 @@ "show_number": "5364", "fullAnswer": "the Hunchback of Notre Dame (Quasimodo)" }, - { - "category": "WE STAND", - "air_date": "2007-12-27", - "question": "Seen here is a vero sifaka, this type of animal, prancing in its native Madagascar", - "value": "$1000", - "answer": "lemur", - "round": "Jeopardy!", - "show_number": "5364", - "fullAnswer": "a lemur" - }, { "category": "NO PROMISES, NO DEMANDS", "air_date": "2007-12-27", @@ -1465789,16 +1392599,6 @@ "show_number": "5364", "fullAnswer": "as is" }, - { - "category": "\"LOVE\" IS A BATTLEFIELD", - "air_date": "2007-12-27", - "question": "Spritely shore-dweller seen here", - "value": "$1000", - "answer": "plover", - "round": "Jeopardy!", - "show_number": "5364", - "fullAnswer": "a plover" - }, { "category": "YEAH, IT WAS THE '80s", "air_date": "2007-12-27", @@ -1465809,16 +1392609,6 @@ "show_number": "5364", "fullAnswer": "jeopardy" }, - { - "category": "THE JIMMY CARTER LIBRARY & MUSEUM", - "air_date": "2007-12-27", - "question": "(Jon of the Clue Crew checks in from the Jimmy Carter Library in Atlanta, GA.) \"ILYTG\", \"I love you the goodest\" is a favorite Carter Family inscription, and Jimmy gave this compact to this woman for Christmas in 1945", - "value": "$400", - "answer": "Rosalynn Carter", - "round": "Double Jeopardy!", - "show_number": "5364", - "fullAnswer": "Rosalynn Carter" - }, { "category": "ROLE IN COMMON", "air_date": "2007-12-27", @@ -1465929,16 +1392719,6 @@ "show_number": "5364", "fullAnswer": "necessities" }, - { - "category": "THE JIMMY CARTER LIBRARY & MUSEUM", - "air_date": "2007-12-27", - "question": "(Cheryl of the Clue Crew checks in from the Jimmy Carter Library in Atlanta, GA.) A fine example of Suzhou embroidery, \"Kitten Playing with Mantis\", was a gift to President Carter from this Chinese Leader in 1979", - "value": "$4,500", - "answer": "Teng Hsiao-P\\'ing", - "round": "Double Jeopardy!", - "show_number": "5364", - "fullAnswer": "Teng Hsiao-P\\'ing" - }, { "category": "ROLE IN COMMON", "air_date": "2007-12-27", @@ -1466009,16 +1392789,6 @@ "show_number": "5364", "fullAnswer": "James West" }, - { - "category": "ART ON EXHIBIT", - "air_date": "2007-12-27", - "question": "This late photographer seen here in a clothed self-portrait is also famous for expressive nudes", - "value": "$1600", - "answer": "Mapplethorpe", - "round": "Double Jeopardy!", - "show_number": "5364", - "fullAnswer": "(Robert) Mapplethorpe" - }, { "category": "CONGRESSIONAL BEFORE & AFTER", "air_date": "2007-12-27", @@ -1466049,16 +1392819,6 @@ "show_number": "5364", "fullAnswer": "the Nibelung" }, - { - "category": "THE JIMMY CARTER LIBRARY & MUSEUM", - "air_date": "2007-12-27", - "question": "(Jon of the Clue Crew checks in from the Jimmy Carter Library in Atlanta, GA.) I'm in a replica of the Oval Office, from which on July 15, 1979, Carter gave a major speech on the American mood, warning of a crisis of this", - "value": "$2000", - "answer": "confidence", - "round": "Double Jeopardy!", - "show_number": "5364", - "fullAnswer": "confidence" - }, { "category": "ROLE IN COMMON", "air_date": "2007-12-27", @@ -1466514,7 +1393274,7 @@ "air_date": "2003-06-09", "question": "Bernini, one of this basilica's great architects, designed the magnificent baldacchino over its papal altar", "value": "$800", - "answer": "St. Peter\\'s Basilica", + "answer": "St. Peter's Basilica", "round": "Double Jeopardy!", "show_number": "4336", "fullAnswer": "St. Peter\\'s Basilica" @@ -1466974,7 +1393734,7 @@ "air_date": "1986-02-07", "question": "Stephen Vincent Benet won the Pulitzer Prize for this epic poem of the Civil War", "value": "$500", - "answer": "John Brown\\'s Body", + "answer": "John Brown's Body", "round": "Jeopardy!", "show_number": "370", "fullAnswer": "John Brown\\'s Body" @@ -1467294,7 +1394054,7 @@ "air_date": "1986-02-07", "question": "Chile's liberator", "value": "$1000", - "answer": "Bernardo O\\'Higgins", + "answer": "Bernardo O'Higgins", "round": "Double Jeopardy!", "show_number": "370", "fullAnswer": "Bernardo O\\'Higgins" @@ -1467599,16 +1394359,6 @@ "show_number": "6115", "fullAnswer": "death" }, - { - "category": "ALL ONE SYLLABLE", - "air_date": "2011-03-25", - "question": "It's the flute heard here: no drum, though", - "value": "$1000", - "answer": "fife", - "round": "Jeopardy!", - "show_number": "6115", - "fullAnswer": "the fife" - }, { "category": "INDONESIA", "air_date": "2011-03-25", @@ -1467654,21 +1394404,11 @@ "air_date": "2011-03-25", "question": "The Black Panther Party is organized", "value": "$400", - "answer": "1960\\'s", + "answer": "1960's", "round": "Double Jeopardy!", "show_number": "6115", "fullAnswer": "the 1960\\'s" }, - { - "category": "THE HALEAKALA OBSERVATORY", - "air_date": "2011-03-25", - "question": "(Kelly of the Clue Crew reports from Haleakala Observatory in Maui, Hawaii.) The unit here fires pulses of light at mirrors on the moon & man-made satellites; the pulses reflect back to earth, allowing distances to be precisely measured; it's called an LRS, this type of ranging system", - "value": "$400", - "answer": "laser", - "round": "Double Jeopardy!", - "show_number": "6115", - "fullAnswer": "laser" - }, { "category": "INDONESIA", "air_date": "2011-03-25", @@ -1467714,21 +1394454,11 @@ "air_date": "2011-03-25", "question": "The February 26 attack on the World Trade Center", "value": "$800", - "answer": "90\\'s", + "answer": "90's", "round": "Double Jeopardy!", "show_number": "6115", "fullAnswer": "the 90\\'s" }, - { - "category": "THE HALEAKALA OBSERVATORY", - "air_date": "2011-03-25", - "question": "(Sarah of the Clue Crew reports from Haleakala Observatory in Maui, Hawaii.) Astronomers at Haleakala are using the faulkes telescope north to observe the ongoing gigantic collision of two galaxies that gets this name from the long star trails that extend to each side, like sensory organs from the head of an insect", - "value": "$800", - "answer": "antennae", - "round": "Double Jeopardy!", - "show_number": "6115", - "fullAnswer": "antennae" - }, { "category": "INDONESIA", "air_date": "2011-03-25", @@ -1467759,36 +1394489,16 @@ "show_number": "6115", "fullAnswer": "beget" }, - { - "category": "COLLEGES NAMED FOR PEOPLE", - "air_date": "2011-03-25", - "question": "This Tulsa school was named for the evangelist seen here", - "value": "$1200", - "answer": "Oral Roberts University", - "round": "Double Jeopardy!", - "show_number": "6115", - "fullAnswer": "Oral Roberts University" - }, { "category": "IN WHICH DECADE", "air_date": "2011-03-25", "question": "Grace Metalious' \"Peyton Place\" is published", "value": "$1200", - "answer": "50\\'s", + "answer": "50's", "round": "Double Jeopardy!", "show_number": "6115", "fullAnswer": "the 50\\'s" }, - { - "category": "THE HALEAKALA OBSERVATORY", - "air_date": "2011-03-25", - "question": "(Kelly of the Clue Crew reports from Haleakala Observatory in Maui, Hawaii.) Your mother probably told you not to stare at the sun, but that's what this telescope does all day long; called the SOLARC, it's used to study this outermost region of the sun's atmosphere", - "value": "$1200", - "answer": "corona", - "round": "Double Jeopardy!", - "show_number": "6115", - "fullAnswer": "the corona" - }, { "category": "INDONESIA", "air_date": "2011-03-25", @@ -1467804,7 +1394514,7 @@ "air_date": "2011-03-25", "question": "Hitman
Charley Partanna
(1985)", "value": "$1600", - "answer": "Prizzi\\'s Honor", + "answer": "Prizzi's Honor", "round": "Double Jeopardy!", "show_number": "6115", "fullAnswer": "Prizzi\\'s Honor" @@ -1467834,21 +1394544,11 @@ "air_date": "2011-03-25", "question": "Italy conquers Ethiopia", "value": "$1600", - "answer": "30\\'s", + "answer": "30's", "round": "Double Jeopardy!", "show_number": "6115", "fullAnswer": "the 30\\'s" }, - { - "category": "THE HALEAKALA OBSERVATORY", - "air_date": "2011-03-25", - "question": "(Kelly of the Clue Crew reports from Haleakala Observatory in Maui, Hawaii.) The world became a safer place when Haleakala's Pan-STARRS telescope went into operation in 2010; its mission is to search the skies for NEAs, these unwelcome visitors to our cosmic neighborhood", - "value": "$1600", - "answer": "near-earth asteroids", - "round": "Double Jeopardy!", - "show_number": "6115", - "fullAnswer": "near-earth asteroids" - }, { "category": "INDONESIA", "air_date": "2011-03-25", @@ -1467894,21 +1394594,11 @@ "air_date": "2011-03-25", "question": "The Washington Post wins its first Public Service Pulitzer", "value": "$2000", - "answer": "1970\\'s", + "answer": "1970's", "round": "Double Jeopardy!", "show_number": "6115", "fullAnswer": "the 1970\\'s" }, - { - "category": "THE HALEAKALA OBSERVATORY", - "air_date": "2011-03-25", - "question": "(Sarah of the Clue Crew reports from Haleakala Observatory in Maui, Hawaii.) Carefully hold a thumb over the sun atop Haleakala, & you won't see a white ring like you would at sea level--just pure blue; the sky is so clear, that there's hardly any of this--the dispersion of light by atmospheric particles", - "value": "$6,000", - "answer": "scattering", - "round": "Double Jeopardy!", - "show_number": "6115", - "fullAnswer": "scattering" - }, { "category": "PHILANTHROPY", "air_date": "2011-03-25", @@ -1467944,7 +1394634,7 @@ "air_date": "2011-12-30", "question": "It's not an actual fruit but a bulge formed by the thyroid cartilage of the larynx", "value": "$200", - "answer": "Adam\\'s apple", + "answer": "Adam's apple", "round": "Jeopardy!", "show_number": "6280", "fullAnswer": "the Adam\\'s apple" @@ -1467994,7 +1394684,7 @@ "air_date": "2011-12-30", "question": "\"Love Story\":
\"Love means ____ ____ ____ ____ ____ ____\"", "value": "$400", - "answer": "never having to say you\\'re sorry", + "answer": "never having to say you're sorry", "round": "Jeopardy!", "show_number": "6280", "fullAnswer": "never having to say you\\'re sorry" @@ -1468054,7 +1394744,7 @@ "air_date": "2011-12-30", "question": "\"When Harry Met Sally\": \"I'll have ____ ____ ____\"", "value": "$600", - "answer": "what she\\'s having", + "answer": "what she's having", "round": "Jeopardy!", "show_number": "6280", "fullAnswer": "what she\\'s having" @@ -1468069,16 +1394759,6 @@ "show_number": "6280", "fullAnswer": "arteries" }, - { - "category": "THE MOST EXPENSIVE EVER", - "air_date": "2011-12-30", - "question": "In 2010 sex.com was sold for $13 million, the most ever paid for the part of an Internet address called this \"name\"", - "value": "$600", - "answer": "domain name", - "round": "Jeopardy!", - "show_number": "6280", - "fullAnswer": "a domain name" - }, { "category": "MUSEUMS OF GERMANY", "air_date": "2011-12-30", @@ -1468089,16 +1394769,6 @@ "show_number": "6280", "fullAnswer": "Nefertiti" }, - { - "category": "SILENT LETTERS", - "air_date": "2011-12-30", - "question": "C-H:
Named for a German botanist, this drooping flower seen here lends its name to a vivid, purplish-red color", - "value": "$600", - "answer": "fuschia", - "round": "Jeopardy!", - "show_number": "6280", - "fullAnswer": "fuschia" - }, { "category": "THE 1820s", "air_date": "2011-12-30", @@ -1468209,16 +1394879,6 @@ "show_number": "6280", "fullAnswer": "Munich" }, - { - "category": "SILENT LETTERS", - "air_date": "2011-12-30", - "question": "B:
He's the Zap Comix artist whose distinctive satirical work is seen here", - "value": "$1000", - "answer": "Robert Crumb ", - "round": "Jeopardy!", - "show_number": "6280", - "fullAnswer": "Robert Crumb (or R. Crumb)" - }, { "category": "NATIONAL PARKS OF THE WORLD", "air_date": "2011-12-30", @@ -1468384,7 +1395044,7 @@ "air_date": "2011-12-30", "question": "Many hitters try to gain an advantage by scratching the back line of this", "value": "$1200", - "answer": "batter\\'s box", + "answer": "batter's box", "round": "Double Jeopardy!", "show_number": "6280", "fullAnswer": "the batter\\'s box" @@ -1468444,7 +1395104,7 @@ "air_date": "2011-12-30", "question": "Christian,
Evangelist,
Mr. Worldly Wiseman", "value": "$2000", - "answer": "Pilgrim\\'s Progress", + "answer": "Pilgrim's Progress", "round": "Double Jeopardy!", "show_number": "6280", "fullAnswer": "Pilgrim\\'s Progress" @@ -1468559,16 +1395219,6 @@ "show_number": "4811", "fullAnswer": "The Old Man and the Sea" }, - { - "category": "SMELLS LIKE TEAM SPIRIT", - "air_date": "2005-07-04", - "question": "(Hi, I'm Matt Hasselbeck of the NFL.) Playing QB for Boston College, I threw a school record 14 straight completions against this team's Fighting Irish", - "value": "$400", - "answer": "Notre Dame", - "round": "Jeopardy!", - "show_number": "4811", - "fullAnswer": "Notre Dame" - }, { "category": "BANK SHOTS", "air_date": "2005-07-04", @@ -1468649,16 +1395299,6 @@ "show_number": "4811", "fullAnswer": "Georgia" }, - { - "category": "MAGAZINES & NEWSPAPERS", - "air_date": "2005-07-04", - "question": "(Hello, I'm Peggy Noonan.) I write a weekly column for opinionjournal.com, which is the editorial website of this business-oriented newspaper", - "value": "$600", - "answer": "Wall Street Journal", - "round": "Jeopardy!", - "show_number": "4811", - "fullAnswer": "The Wall Street Journal" - }, { "category": "PARDON MY ADJECTIVE", "air_date": "2005-07-04", @@ -1468789,16 +1395429,6 @@ "show_number": "4811", "fullAnswer": "omnivorous" }, - { - "category": "POETRY SLAM", - "air_date": "2005-07-04", - "question": "(Jimmy of the Clue Crew recites \"poetry.\")
A dream cracked
And I awoke
Frozen tears rising
Like this calcium carbonate deposit
On a cave floor", - "value": "$400", - "answer": "stalagmite", - "round": "Double Jeopardy!", - "show_number": "4811", - "fullAnswer": "a stalagmite" - }, { "category": "'60s POP MUSIC", "air_date": "2005-07-04", @@ -1468849,16 +1395479,6 @@ "show_number": "4811", "fullAnswer": "the Pony Express" }, - { - "category": "POETRY SLAM", - "air_date": "2005-07-04", - "question": "(Jimmy of the Clue Crew recites \"poetry.\")
And still we wield our rage
Brother against brother
When all around us is the sweet flesh
Of the Jonathan type of this fruit", - "value": "$800", - "answer": "apple", - "round": "Double Jeopardy!", - "show_number": "4811", - "fullAnswer": "an apple" - }, { "category": "'60s POP MUSIC", "air_date": "2005-07-04", @@ -1468909,16 +1395529,6 @@ "show_number": "4811", "fullAnswer": "the North Pole" }, - { - "category": "POETRY SLAM", - "air_date": "2005-07-04", - "question": "(Jimmy of the Clue Crew recites \"poetry.\")
No chemist,
No furrowed doctor of law
Can say why
Love sounds like
The koto
A 13-string zither of this country", - "value": "$1200", - "answer": "Japan", - "round": "Double Jeopardy!", - "show_number": "4811", - "fullAnswer": "Japan" - }, { "category": "'60s POP MUSIC", "air_date": "2005-07-04", @@ -1468969,16 +1395579,6 @@ "show_number": "4811", "fullAnswer": "23 cents" }, - { - "category": "POETRY SLAM", - "air_date": "2005-07-04", - "question": "(Sarah of the Clue Crew recites \"poetry.\")
Some day, true,
There will be no more second base
No streams, no hymnals
No this service that runs Yosemite", - "value": "$1600", - "answer": "", - "round": "Double Jeopardy!", - "show_number": "4811", - "fullAnswer": "(National) Park (Service)" - }, { "category": "'60s POP MUSIC", "air_date": "2005-07-04", @@ -1469029,16 +1395629,6 @@ "show_number": "4811", "fullAnswer": "Lindbergh" }, - { - "category": "POETRY SLAM", - "air_date": "2005-07-04", - "question": "(Jimmy of the Clue Crew recites \"poetry.\")
Around me, anguish and pain
Pain and despair
This area, equal to 10,000
Square meters of anguish, and pain and despair", - "value": "$2000", - "answer": "hectare", - "round": "Double Jeopardy!", - "show_number": "4811", - "fullAnswer": "a hectare" - }, { "category": "'60s POP MUSIC", "air_date": "2005-07-04", @@ -1469374,7 +1395964,7 @@ "air_date": "1996-01-24", "question": "Named after its 19th century inventor, this pendulum demonstrates the Earth's rotation", "value": "$500", - "answer": "Foucault\\'s Pendulum", + "answer": "Foucault's Pendulum", "round": "Jeopardy!", "show_number": "2628", "fullAnswer": "Foucault\\'s Pendulum" @@ -1469724,7 +1396314,7 @@ "air_date": "2007-10-11", "question": "This kids' show with a rhyming title about a guy & his pup debuted in 1996; it's probably big with your little sis", "value": "$200", - "answer": "Blue\\'s Clues", + "answer": "Blue's Clues", "round": "Jeopardy!", "show_number": "5309", "fullAnswer": "Blue\\'s Clues" @@ -1469769,16 +1396359,6 @@ "show_number": "5309", "fullAnswer": "loaf" }, - { - "category": "NATURE", - "air_date": "2007-10-11", - "question": "(Jimmy of the Clue Crew reports from inside a skeleton at UC Santa Cruz's Long Marine Lab.) The Seymour Center at the Long Marine Lab has the world's largest displayed skeleton of this mammal, including an 18-foot jawbone", - "value": "$400", - "answer": "blue whale", - "round": "Jeopardy!", - "show_number": "5309", - "fullAnswer": "a blue whale" - }, { "category": "TV 4 U", "air_date": "2007-10-11", @@ -1469859,16 +1396439,6 @@ "show_number": "5309", "fullAnswer": "yellow" }, - { - "category": "AT THE PLAYGROUND", - "air_date": "2007-10-11", - "question": "In 2007 a London museum had all-ages versions of this fun structure, including a 182-footer", - "value": "$600", - "answer": "slide", - "round": "Jeopardy!", - "show_number": "5309", - "fullAnswer": "a slide" - }, { "category": "AMERICAN HISTORY", "air_date": "2007-10-11", @@ -1470014,7 +1396584,7 @@ "air_date": "2007-10-11", "question": "Cody the penguin & others compete in the waves off Pen Gu Island in this 2007 \"major ocean picture\"", "value": "$400", - "answer": "Surf\\'s Up", + "answer": "Surf's Up", "round": "Double Jeopardy!", "show_number": "5309", "fullAnswer": "Surf\\'s Up" @@ -1470099,16 +1396669,6 @@ "show_number": "5309", "fullAnswer": "Count Olaf" }, - { - "category": "FAMOUS NAMES", - "air_date": "2007-10-11", - "question": "This queen was a trendsetter of both beauty & fashion during her lifetime, but that lifetime would not be a piece of cake", - "value": "$800", - "answer": "Marie Antoinette", - "round": "Double Jeopardy!", - "show_number": "5309", - "fullAnswer": "Marie Antoinette" - }, { "category": "WORD ORIGINS", "air_date": "2007-10-11", @@ -1470239,16 +1396799,6 @@ "show_number": "5309", "fullAnswer": "Shrek the Third" }, - { - "category": "FAMOUS NAMES", - "air_date": "2007-10-11", - "question": "Pictured here, she was the first president of the American Red Cross", - "value": "$2000", - "answer": "Clara Barton", - "round": "Double Jeopardy!", - "show_number": "5309", - "fullAnswer": "Clara Barton" - }, { "category": "WORD ORIGINS", "air_date": "2007-10-11", @@ -1470594,7 +1397144,7 @@ "air_date": "1990-03-12", "question": "If you want to know who's buried in this president's tomb, you can find out in Riverside Park", "value": "$200", - "answer": "Grant\\'s Tomb", + "answer": "Grant's Tomb", "round": "Double Jeopardy!", "show_number": "1281", "fullAnswer": "Grant\\'s Tomb" @@ -1471014,7 +1397564,7 @@ "air_date": "2007-06-01", "question": "In 1909 Marion Wallace-Dunlop, best known for this cause, got out of prison after a 91-hour fast", "value": "$600", - "answer": "women\\'s suffrage", + "answer": "women's suffrage", "round": "Jeopardy!", "show_number": "5245", "fullAnswer": "women\\'s suffrage" @@ -1471109,16 +1397659,6 @@ "show_number": "5245", "fullAnswer": "Archimedes" }, - { - "category": "WE HAVE THE TECHNOLOGY", - "air_date": "2007-06-01", - "question": "(Jimmy of the Clue Crew plugs us in to the next clue.) A common way of linking computers in the office is this type of local area networking technology, which uses a Cat5 cable with a special connector", - "value": "$1000", - "answer": "ethernet", - "round": "Jeopardy!", - "show_number": "5245", - "fullAnswer": "ethernet" - }, { "category": "BETTER, STRONGER", "air_date": "2007-06-01", @@ -1471269,16 +1397809,6 @@ "show_number": "5245", "fullAnswer": "a wild goose" }, - { - "category": "'90s TV", - "air_date": "2007-06-01", - "question": "(I'm Miguel Ferrer.) On this '90s TV series I played an FBI agent who helped Kyle MacLachlan investigate the murder of Laura Palmer", - "value": "$1200", - "answer": "Twin Peaks", - "round": "Double Jeopardy!", - "show_number": "5245", - "fullAnswer": "Twin Peaks" - }, { "category": "ALSO A SUPREME COURT CHIEF JUSTICE", "air_date": "2007-06-01", @@ -1471334,7 +1397864,7 @@ "air_date": "2007-06-01", "question": "This sitcom debuted on Fox in August, 1998, 22 years after its setting", "value": "$3,000", - "answer": "That \\'70s Show", + "answer": "That '70s Show", "round": "Double Jeopardy!", "show_number": "5245", "fullAnswer": "That \\'70s Show" @@ -1471389,16 +1397919,6 @@ "show_number": "5245", "fullAnswer": "Nokomis" }, - { - "category": "'90s TV", - "air_date": "2007-06-01", - "question": "This title assassin seen here debuted on MTV's Liquid Television in 1991. Charlize Theron played her in the live action film", - "value": "$2000", - "answer": "Aeon Flux", - "round": "Double Jeopardy!", - "show_number": "5245", - "fullAnswer": "Aeon Flux" - }, { "category": "ALSO A SUPREME COURT CHIEF JUSTICE", "air_date": "2007-06-01", @@ -1471429,16 +1397949,6 @@ "show_number": "5245", "fullAnswer": "James A. Garfield" }, - { - "category": "PART-LY CORRECT", - "air_date": "2007-06-01", - "question": "(Jimmy of the Clue Crew explains a diagram of a circle on a screen.) In geometry, it's the proper name for the part of a circle bounded by two radii and an arc", - "value": "$2000", - "answer": "sector", - "round": "Double Jeopardy!", - "show_number": "5245", - "fullAnswer": "a sector" - }, { "category": "17th CENTURY PERSONALITIES", "air_date": "2007-06-01", @@ -1471499,16 +1398009,6 @@ "show_number": "5952", "fullAnswer": "pulp" }, - { - "category": "BANANAS", - "air_date": "2010-06-29", - "question": "(Kelly of the Clue Crew reports from a banana plantation in Ecuador.) Bananas grow in hands of ten fingers or more; after harvesting, each hand is cut into what we call a bunch--growers refer to it as a corona, Spanish for this", - "value": "$200", - "answer": "crown", - "round": "Jeopardy!", - "show_number": "5952", - "fullAnswer": "a crown" - }, { "category": "NOTRE DAME", "air_date": "2010-06-29", @@ -1471559,16 +1398059,6 @@ "show_number": "5952", "fullAnswer": "grog" }, - { - "category": "BANANAS", - "air_date": "2010-06-29", - "question": "(Kelly of the Clue Crew reports from a banana plantation in Ecuador.) Banana plants with thin leaves produce good fruit; young plants with wide leaves are called hijos del agua--or \"sons of\" this, & are culled because too much of it is directed to the leaves", - "value": "$400", - "answer": "water", - "round": "Jeopardy!", - "show_number": "5952", - "fullAnswer": "water" - }, { "category": "NOTRE DAME", "air_date": "2010-06-29", @@ -1471619,16 +1398109,6 @@ "show_number": "5952", "fullAnswer": "aura" }, - { - "category": "BANANAS", - "air_date": "2010-06-29", - "question": "(Kelly of the Clue Crew reports from a banana plantation in Ecuador.) Bananas stay green while attached to the plant; picking one releases a gas that changes the fruit's color & turns its starch into this sugar, from the Latin for \"fruit\"", - "value": "$600", - "answer": "fructose", - "round": "Jeopardy!", - "show_number": "5952", - "fullAnswer": "fructose" - }, { "category": "NOTRE DAME", "air_date": "2010-06-29", @@ -1471679,16 +1398159,6 @@ "show_number": "5952", "fullAnswer": "labial" }, - { - "category": "BANANAS", - "air_date": "2010-06-29", - "question": "(Kelly of the Clue Crew reports from a banana plantation in Ecuador.) Though a banana bush can grow to 20 feet in height & is commonly referred to as a tree, it contains no woody tissue; it's actually a huge one of these plants common to cooks like sage or basil", - "value": "$800", - "answer": "herb", - "round": "Jeopardy!", - "show_number": "5952", - "fullAnswer": "an herb" - }, { "category": "GO IRISH!", "air_date": "2010-06-29", @@ -1471729,16 +1398199,6 @@ "show_number": "5952", "fullAnswer": "neon" }, - { - "category": "BANANAS", - "air_date": "2010-06-29", - "question": "(Kelly of the Clue Crew reports from a banana plantation in Ecuador.) The string inside a banana carries nutrients such as sugars between parts of the plant; it's called the phloem, from the Greek word for this tough stuff that covers trees", - "value": "$1000", - "answer": "bark", - "round": "Jeopardy!", - "show_number": "5952", - "fullAnswer": "bark" - }, { "category": "SHAKESPEAREAN OPERAS", "air_date": "2010-06-29", @@ -1471864,7 +1398324,7 @@ "air_date": "2010-06-29", "question": "An enchanting work:
\"The Faery Queen\"", "value": "$1200", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "5952", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -1472009,16 +1398469,6 @@ "show_number": "5952", "fullAnswer": "Peru" }, - { - "category": "TRADITIONAL ANNIVERSARY GIFTS", - "air_date": "2010-06-29", - "question": "The 35th warrants this, which is also the orangy color of the material in the necklace seen here", - "value": "$2000", - "answer": "coral", - "round": "Double Jeopardy!", - "show_number": "5952", - "fullAnswer": "coral" - }, { "category": "ARCHITECTS", "air_date": "2010-06-29", @@ -1472299,16 +1398749,6 @@ "show_number": "3711", "fullAnswer": "Hartford, Connecticut" }, - { - "category": "CELEBRITY RELATIVES", - "air_date": "2000-10-23", - "question": "(Hi, I'm Candice Bergen.) My father Edgar Bergen created 2 of the world's most beloved ventriloquist dummies... Charlie McCarthy & this goofy sidekick", - "value": "$500", - "answer": "Mortimer Snerd", - "round": "Jeopardy!", - "show_number": "3711", - "fullAnswer": "Mortimer Snerd" - }, { "category": "IRISH EYES", "air_date": "2000-10-23", @@ -1472529,16 +1398969,6 @@ "show_number": "3711", "fullAnswer": "a grand mal seizure" }, - { - "category": "ART FOR ART'S SAKE", - "air_date": "2000-10-23", - "question": "He's the masterful German composer seen here in a 1746 portrait by Haussmann", - "value": "$800", - "answer": "J.S. Bach", - "round": "Double Jeopardy!", - "show_number": "3711", - "fullAnswer": "J.S. Bach" - }, { "category": "ONCE THEY WERE ANGELS", "air_date": "2000-10-23", @@ -1472574,7 +1399004,7 @@ "air_date": "2000-10-23", "question": "The Max Factor make-up inspired by this 1999 Shakespeare film features colors like Cob Web & Mustard Seed", "value": "$800", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "3711", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -1472639,16 +1399069,6 @@ "show_number": "3711", "fullAnswer": "philosophy" }, - { - "category": "PHRENCH PHRASES", - "air_date": "2000-10-23", - "question": "(Hi, I'm Mick Jones of Foreigner.) In French, this title of a Foreigner album means someone who incites others to civil unrest", - "value": "$1000", - "answer": "Agent Provocateur", - "round": "Double Jeopardy!", - "show_number": "3711", - "fullAnswer": "Agent Provocateur" - }, { "category": "ANATOMY", "air_date": "2000-10-23", @@ -1472894,7 +1399314,7 @@ "air_date": "2000-10-05", "question": "This group's second CD was a holiday special, 1998's \"Home for Christmas\"", "value": "$400", - "answer": "\\'N Sync", + "answer": "'N Sync", "round": "Jeopardy!", "show_number": "3699", "fullAnswer": "\\'N Sync" @@ -1473289,16 +1399709,6 @@ "show_number": "4840", "fullAnswer": "two under par" }, - { - "category": "THE POLITICAL HAIR APPARENT", - "air_date": "2005-09-30", - "question": "In 2000 he considered a presidential run on the Reform Party ticket", - "value": "$200", - "answer": "Mr. (Donald) Trump", - "round": "Jeopardy!", - "show_number": "4840", - "fullAnswer": "Mr. (Donald) Trump" - }, { "category": "COLLEGE COLLAGE", "air_date": "2005-09-30", @@ -1473329,16 +1399739,6 @@ "show_number": "4840", "fullAnswer": "Don Quixote" }, - { - "category": "RETIRED JERSEYS", - "air_date": "2005-09-30", - "question": "He was so good--& indecisive--that his team retired his jersey twice, in 1994 & 1999", - "value": "$400", - "answer": "Jordan", - "round": "Jeopardy!", - "show_number": "4840", - "fullAnswer": "(Michael) Jordan" - }, { "category": "EAGLE-EYED", "air_date": "2005-09-30", @@ -1473349,16 +1399749,6 @@ "show_number": "4840", "fullAnswer": "the Boy Scouts" }, - { - "category": "THE POLITICAL HAIR APPARENT", - "air_date": "2005-09-30", - "question": "Do the 'do of the New York politico seen here", - "value": "$400", - "answer": "Giuliani", - "round": "Jeopardy!", - "show_number": "4840", - "fullAnswer": "(Rudolph) Giuliani" - }, { "category": "COLLEGE COLLAGE", "air_date": "2005-09-30", @@ -1473389,16 +1399779,6 @@ "show_number": "4840", "fullAnswer": "the Count of Monte Cristo" }, - { - "category": "RETIRED JERSEYS", - "air_date": "2005-09-30", - "question": "Appropriately, his was retired in 1999", - "value": "$600", - "answer": "Wayne Gretzky", - "round": "Jeopardy!", - "show_number": "4840", - "fullAnswer": "Wayne Gretzky" - }, { "category": "EAGLE-EYED", "air_date": "2005-09-30", @@ -1473409,16 +1399789,6 @@ "show_number": "4840", "fullAnswer": "Armstrong" }, - { - "category": "THE POLITICAL HAIR APPARENT", - "air_date": "2005-09-30", - "question": "His would-be boss joked that this man had better hair than Dick Cheney", - "value": "$600", - "answer": "John Edwards", - "round": "Jeopardy!", - "show_number": "4840", - "fullAnswer": "John Edwards" - }, { "category": "COLLEGE COLLAGE", "air_date": "2005-09-30", @@ -1473434,7 +1399804,7 @@ "air_date": "2005-09-30", "question": "Reggae widow who appears to Scrooge", "value": "$600", - "answer": "Rita Marley\\'s Ghost", + "answer": "Rita Marley's Ghost", "round": "Jeopardy!", "show_number": "4840", "fullAnswer": "Rita Marley\\'s Ghost" @@ -1473449,16 +1399819,6 @@ "show_number": "4840", "fullAnswer": "The Plague" }, - { - "category": "RETIRED JERSEYS", - "air_date": "2005-09-30", - "question": "This legend hit the rafters in 1993", - "value": "$800", - "answer": "Larry Bird", - "round": "Jeopardy!", - "show_number": "4840", - "fullAnswer": "Larry Bird" - }, { "category": "EAGLE-EYED", "air_date": "2005-09-30", @@ -1473469,16 +1399829,6 @@ "show_number": "4840", "fullAnswer": "the Great Seal" }, - { - "category": "THE POLITICAL HAIR APPARENT", - "air_date": "2005-09-30", - "question": "This Mississippi congressman has seen his \"hair share\" of controversy", - "value": "$800", - "answer": "Trent Lott", - "round": "Jeopardy!", - "show_number": "4840", - "fullAnswer": "Trent Lott" - }, { "category": "COLLEGE COLLAGE", "air_date": "2005-09-30", @@ -1473509,16 +1399859,6 @@ "show_number": "4840", "fullAnswer": "the Just So Stories" }, - { - "category": "RETIRED JERSEYS", - "air_date": "2005-09-30", - "question": "State this man whose jersey was retired in 1997", - "value": "$1000", - "answer": "Joe Montana", - "round": "Jeopardy!", - "show_number": "4840", - "fullAnswer": "Joe Montana" - }, { "category": "EAGLE-EYED", "air_date": "2005-09-30", @@ -1473529,16 +1399869,6 @@ "show_number": "4840", "fullAnswer": "Aquila" }, - { - "category": "THE POLITICAL HAIR APPARENT", - "air_date": "2005-09-30", - "question": "He's the powerful Texas congressman partially seen here", - "value": "$1000", - "answer": "DeLay", - "round": "Jeopardy!", - "show_number": "4840", - "fullAnswer": "(Tom) DeLay" - }, { "category": "COLLEGE COLLAGE", "air_date": "2005-09-30", @@ -1473619,16 +1399949,6 @@ "show_number": "4840", "fullAnswer": "Commerce" }, - { - "category": "SCIENTISTS", - "air_date": "2005-09-30", - "question": "(Jimmy of the Clue Crew reports from the top secret Jeopardy! science lab.) Laplace published the equation named for him in his treatise on these mechanics--the mathematics of the heavens", - "value": "$800", - "answer": "celestial", - "round": "Double Jeopardy!", - "show_number": "4840", - "fullAnswer": "celestial" - }, { "category": "SANDRA BULLOCK MOVIES", "air_date": "2005-09-30", @@ -1473649,16 +1399969,6 @@ "show_number": "4840", "fullAnswer": "Stratford" }, - { - "category": "FLAGS", - "air_date": "2005-09-30", - "question": "The Confederacy's second flag (above) was replaced with the third flag (below) because the second could be mistaken for this", - "value": "$800", - "answer": "flag of truce ", - "round": "Double Jeopardy!", - "show_number": "4840", - "fullAnswer": "a flag of truce (or surrender)" - }, { "category": "DOT", "air_date": "2005-09-30", @@ -1473794,21 +1400104,11 @@ "air_date": "2005-09-30", "question": "Controversial 1969 Philip Roth novel that was made into a 1972 film", "value": "$1600", - "answer": "Portnoy\\'s Complaint", + "answer": "Portnoy's Complaint", "round": "Double Jeopardy!", "show_number": "4840", "fullAnswer": "Portnoy\\'s Complaint" }, - { - "category": "SCIENTISTS", - "air_date": "2005-09-30", - "question": "(Sarah of the Clue Crew reports from the top secret Jeopardy! science lab.) This great experimenter also gave lectures to London kids; in 1860, he showed them combustion requires air", - "value": "$2000", - "answer": "Michael Faraday", - "round": "Double Jeopardy!", - "show_number": "4840", - "fullAnswer": "Michael Faraday" - }, { "category": "SANDRA BULLOCK MOVIES", "air_date": "2005-09-30", @@ -1474209,16 +1400509,6 @@ "show_number": "5240", "fullAnswer": "second" }, - { - "category": "HISTORIC PERSONALIZED PLATES", - "air_date": "2007-05-25", - "question": "1899-1947", - "value": "$400", - "answer": "Al Capone", - "round": "Double Jeopardy!", - "show_number": "5240", - "fullAnswer": "Al Capone" - }, { "category": "\"P\"s ON EARTH", "air_date": "2007-05-25", @@ -1474229,16 +1400519,6 @@ "show_number": "5240", "fullAnswer": "a powwow" }, - { - "category": "GEOGRAPHY", - "air_date": "2007-05-25", - "question": "(Cheryl of the Clue Crew delivers the clue from Mississippi.) Some of the best catfish is caught in the Mississippi Alluvial Plain, better known around here as this area", - "value": "$800", - "answer": "(Mississippi) Delta", - "round": "Double Jeopardy!", - "show_number": "5240", - "fullAnswer": "the (Mississippi) Delta" - }, { "category": "BASEBALL MOVIE SCORECARD", "air_date": "2007-05-25", @@ -1474269,26 +1400549,6 @@ "show_number": "5240", "fullAnswer": "eight" }, - { - "category": "HISTORIC PERSONALIZED PLATES", - "air_date": "2007-05-25", - "question": "1948- ", - "value": "$800", - "answer": "Prince Charles", - "round": "Double Jeopardy!", - "show_number": "5240", - "fullAnswer": "Prince Charles" - }, - { - "category": "\"P\"s ON EARTH", - "air_date": "2007-05-25", - "question": "Arrrrr! September 19 is \"International Talk Like\" one of these \"Day\"", - "value": "$800", - "answer": "pirate", - "round": "Double Jeopardy!", - "show_number": "5240", - "fullAnswer": "a pirate" - }, { "category": "GEOGRAPHY", "air_date": "2007-05-25", @@ -1474329,16 +1400589,6 @@ "show_number": "5240", "fullAnswer": "one billion" }, - { - "category": "HISTORIC PERSONALIZED PLATES", - "air_date": "2007-05-25", - "question": "1910-1997", - "value": "$1200", - "answer": "Mother Teresa", - "round": "Double Jeopardy!", - "show_number": "5240", - "fullAnswer": "Mother Teresa" - }, { "category": "\"P\"s ON EARTH", "air_date": "2007-05-25", @@ -1474389,16 +1400639,6 @@ "show_number": "5240", "fullAnswer": "zero" }, - { - "category": "HISTORIC PERSONALIZED PLATES", - "air_date": "2007-05-25", - "question": "1919-2000", - "value": "$1600", - "answer": "Trudeau", - "round": "Double Jeopardy!", - "show_number": "5240", - "fullAnswer": "(Pierre) Trudeau" - }, { "category": "\"P\"s ON EARTH", "air_date": "2007-05-25", @@ -1474439,16 +1400679,6 @@ "show_number": "5240", "fullAnswer": "twenty" }, - { - "category": "HISTORIC PERSONALIZED PLATES", - "air_date": "2007-05-25", - "question": "1892-1975", - "value": "$2000", - "answer": "Francisco Franco", - "round": "Double Jeopardy!", - "show_number": "5240", - "fullAnswer": "Francisco Franco" - }, { "category": "\"P\"s ON EARTH", "air_date": "2007-05-25", @@ -1474874,7 +1401104,7 @@ "air_date": "1990-02-27", "question": "This crusade led by Stephen of Vendrone may have been the inspiration for the Pied Piper", "value": "$600", - "answer": "Children\\'s Crusade", + "answer": "Children's Crusade", "round": "Double Jeopardy!", "show_number": "1272", "fullAnswer": "Children\\'s Crusade" @@ -1475399,16 +1401629,6 @@ "show_number": "6099", "fullAnswer": "your legacy" }, - { - "category": "THE SYDNEY OPERA HOUSE", - "air_date": "2011-03-03", - "question": "(Sarah of the Clue Crew reports from outside the Opera House in Sydney, Australia.) In 1973, \"The Magic Flute\", which included a queen character, was the first performance given here, & in the hall on opening night was this woman, who officially opened the Opera House", - "value": "$400", - "answer": "Queen Elizabeth", - "round": "Double Jeopardy!", - "show_number": "6099", - "fullAnswer": "Queen Elizabeth" - }, { "category": "WILL U.", "air_date": "2011-03-03", @@ -1475459,16 +1401679,6 @@ "show_number": "6099", "fullAnswer": "Shinto" }, - { - "category": "THE SYDNEY OPERA HOUSE", - "air_date": "2011-03-03", - "question": "(Kelly of the Clue Crew reports from inside the Opera House in Sydney, Australia.) To compensate for the high ceilings in the concert hall, acrylic rings were hung to reflect the sound of the instruments back to the orchestra & to improve this, from the Greek for \"to hear\"", - "value": "$800", - "answer": "acoustics", - "round": "Double Jeopardy!", - "show_number": "6099", - "fullAnswer": "the acoustics" - }, { "category": "WILL U.", "air_date": "2011-03-03", @@ -1475519,16 +1401729,6 @@ "show_number": "6099", "fullAnswer": "a handle" }, - { - "category": "THE SYDNEY OPERA HOUSE", - "air_date": "2011-03-03", - "question": "(Kelly of the Clue Crew reports from inside the Opera House in Sydney, Australia) In March 2010, just shy of 90, this sitar virtuoso performed on the opera house stage with his daughter Anoushka in his \"Farewell to Australia\" tour", - "value": "$1200", - "answer": "Ravi Shankar", - "round": "Double Jeopardy!", - "show_number": "6099", - "fullAnswer": "Ravi Shankar" - }, { "category": "WILL U.", "air_date": "2011-03-03", @@ -1475569,26 +1401769,6 @@ "show_number": "6099", "fullAnswer": "New York" }, - { - "category": "STARTS WITH A BODY PART", - "air_date": "2011-03-03", - "question": "The fur of this rodent seen here is said to be 30 times softer than human hair", - "value": "$2,000", - "answer": "chinchilla", - "round": "Double Jeopardy!", - "show_number": "6099", - "fullAnswer": "the chinchilla" - }, - { - "category": "THE SYDNEY OPERA HOUSE", - "air_date": "2011-03-03", - "question": "(Sarah of the Clue Crew reads from in front of the Opera House in Sydney, Australia) As the story goes, Danish architect Jorn Utzon's winning design for the opera house was saved from the rejection pile by this famed architect from Finland", - "value": "$1600", - "answer": "Saarinen", - "round": "Double Jeopardy!", - "show_number": "6099", - "fullAnswer": "(Eero) Saarinen" - }, { "category": "WILL U.", "air_date": "2011-03-03", @@ -1475609,16 +1401789,6 @@ "show_number": "6099", "fullAnswer": "King Philip" }, - { - "category": "WHAT'S IN YOUR WALLET?", - "air_date": "2011-03-03", - "question": "A picture of my pooch--this Swiss mountain dog", - "value": "$2000", - "answer": "Bernese", - "round": "Double Jeopardy!", - "show_number": "6099", - "fullAnswer": "a Bernese" - }, { "category": "TV CITY SETTINGS", "air_date": "2011-03-03", @@ -1475639,16 +1401809,6 @@ "show_number": "6099", "fullAnswer": "an armistice" }, - { - "category": "THE SYDNEY OPERA HOUSE", - "air_date": "2011-03-03", - "question": "(Sarah of the Clue Crew reports from the stage of the Opera House in Sydney, Australia.) In September 2009, this 65-year-old dame of Maori descent thrilled audiences here on the Opera House stage, singing Strauss & Puccini", - "value": "$2000", - "answer": "Kanawa", - "round": "Double Jeopardy!", - "show_number": "6099", - "fullAnswer": "(Kiri Te) Kanawa" - }, { "category": "BIOGRAPHIES", "air_date": "2011-03-03", @@ -1476079,16 +1402239,6 @@ "show_number": "6257", "fullAnswer": "Cougar Town" }, - { - "category": "SCIENCE", - "air_date": "2011-11-29", - "question": "(Sarah of the Clue Crew gives the clue as she and Kelly demonstrate a potato gun.) A potato gun demonstrates Boyle's Law using a simple tube & a stick; pushing the stick reduces the volume of air and increases this 8-letter term, making the potato go ballistic", - "value": "$1200", - "answer": "pressure", - "round": "Double Jeopardy!", - "show_number": "6257", - "fullAnswer": "pressure" - }, { "category": "ODD WORDS", "air_date": "2011-11-29", @@ -1476104,7 +1402254,7 @@ "air_date": "2011-11-29", "question": "The title character loses 72 pounds (but gains 74) during the year recorded in this Helen Fielding novel", "value": "$1200", - "answer": "Bridget Jones\\'s Diary", + "answer": "Bridget Jones's Diary", "round": "Double Jeopardy!", "show_number": "6257", "fullAnswer": "Bridget Jones\\'s Diary" @@ -1476299,16 +1402449,6 @@ "show_number": "5043", "fullAnswer": "a hobbit" }, - { - "category": "SHOW ME THE MONKEY!", - "air_date": "2006-07-12", - "question": "You know the drill, it's the colorful monkey species seen here", - "value": "$200", - "answer": "mandrill", - "round": "Jeopardy!", - "show_number": "5043", - "fullAnswer": "a mandrill" - }, { "category": "I COULDA BEEN A BARTENDER", "air_date": "2006-07-12", @@ -1476319,16 +1402459,6 @@ "show_number": "5043", "fullAnswer": "a martini" }, - { - "category": "MOVIE CATCH PHRASES", - "air_date": "2006-07-12", - "question": "1992:
\"There's no crying in baseball!\"", - "value": "$200", - "answer": "League of Their Own", - "round": "Jeopardy!", - "show_number": "5043", - "fullAnswer": "A League of Their Own" - }, { "category": "JUST ONE WORD... PLASTICS", "air_date": "2006-07-12", @@ -1476359,16 +1402489,6 @@ "show_number": "5043", "fullAnswer": "C.S. Lewis" }, - { - "category": "SHOW ME THE MONKEY!", - "air_date": "2006-07-12", - "question": "These large ground-dwelling monkeys native to Africa & Asia have prominent snouts resembling a dog's", - "value": "$400", - "answer": "baboon", - "round": "Jeopardy!", - "show_number": "5043", - "fullAnswer": "a baboon" - }, { "category": "I COULDA BEEN A BARTENDER", "air_date": "2006-07-12", @@ -1476379,16 +1402499,6 @@ "show_number": "5043", "fullAnswer": "Singapore" }, - { - "category": "MOVIE CATCH PHRASES", - "air_date": "2006-07-12", - "question": "1982:
\"They're here!\"", - "value": "$400", - "answer": "Poltergeist", - "round": "Jeopardy!", - "show_number": "5043", - "fullAnswer": "Poltergeist" - }, { "category": "JUST ONE WORD... PLASTICS", "air_date": "2006-07-12", @@ -1476419,16 +1402529,6 @@ "show_number": "5043", "fullAnswer": "Beowulf" }, - { - "category": "SHOW ME THE MONKEY!", - "air_date": "2006-07-12", - "question": "The pygmy variety of this small South American monkey is seen here", - "value": "$600", - "answer": "marmoset", - "round": "Jeopardy!", - "show_number": "5043", - "fullAnswer": "a marmoset" - }, { "category": "I COULDA BEEN A BARTENDER", "air_date": "2006-07-12", @@ -1476439,16 +1402539,6 @@ "show_number": "5043", "fullAnswer": "Long Island iced tea" }, - { - "category": "MOVIE CATCH PHRASES", - "air_date": "2006-07-12", - "question": "1967:
\"What we've got here is failure to communicate\"", - "value": "$600", - "answer": "Cool Hand Luke", - "round": "Jeopardy!", - "show_number": "5043", - "fullAnswer": "Cool Hand Luke" - }, { "category": "JUST ONE WORD... PLASTICS", "air_date": "2006-07-12", @@ -1476479,16 +1402569,6 @@ "show_number": "5043", "fullAnswer": "(Sir) Gawain" }, - { - "category": "SHOW ME THE MONKEY!", - "air_date": "2006-07-12", - "question": "Name common to the 2 types of primates seen here", - "value": "$800", - "answer": "Capucin", - "round": "Jeopardy!", - "show_number": "5043", - "fullAnswer": "a Capucin" - }, { "category": "I COULDA BEEN A BARTENDER", "air_date": "2006-07-12", @@ -1476499,16 +1402579,6 @@ "show_number": "5043", "fullAnswer": "piña coladas" }, - { - "category": "MOVIE CATCH PHRASES", - "air_date": "2006-07-12", - "question": "1950:
\"I am big! It's the pictures that got small\"", - "value": "$800", - "answer": "Sunset Boulevard", - "round": "Jeopardy!", - "show_number": "5043", - "fullAnswer": "Sunset Boulevard" - }, { "category": "JUST ONE WORD... PLASTICS", "air_date": "2006-07-12", @@ -1476539,16 +1402609,6 @@ "show_number": "5043", "fullAnswer": "Sauron" }, - { - "category": "SHOW ME THE MONKEY!", - "air_date": "2006-07-12", - "question": "Nasalis larvatus is the scientific name for this type of monkey seen here", - "value": "$1000", - "answer": "proboscis monkey", - "round": "Jeopardy!", - "show_number": "5043", - "fullAnswer": "a proboscis monkey" - }, { "category": "I COULDA BEEN A BARTENDER", "air_date": "2006-07-12", @@ -1476559,16 +1402619,6 @@ "show_number": "5043", "fullAnswer": "a kir" }, - { - "category": "MOVIE CATCH PHRASES", - "air_date": "2006-07-12", - "question": "1927:
\"You ain't heard nothin' yet!\"", - "value": "$1000", - "answer": "Jazz Singer", - "round": "Jeopardy!", - "show_number": "5043", - "fullAnswer": "The Jazz Singer" - }, { "category": "40 YEARS OF THE NEA", "air_date": "2006-07-12", @@ -1476679,16 +1402729,6 @@ "show_number": "5043", "fullAnswer": "Niebelung" }, - { - "category": "10-LETTER WORDS", - "air_date": "2006-07-12", - "question": "Seen here, this building in Ohio's capital was built by 19th-century convicts", - "value": "$800", - "answer": "Statehouse", - "round": "Double Jeopardy!", - "show_number": "5043", - "fullAnswer": "the Statehouse" - }, { "category": "40 YEARS OF THE NEA", "air_date": "2006-07-12", @@ -1476799,16 +1402839,6 @@ "show_number": "5043", "fullAnswer": "Cosi" }, - { - "category": "10-LETTER WORDS", - "air_date": "2006-07-12", - "question": "(Cheryl of the Clue Crew reads as she & Jon play cards.) Jon's keeping his cards under the table; I have mine above the table, which gave us this word meaning \"without deceit\"", - "value": "$1600", - "answer": "aboveboard", - "round": "Double Jeopardy!", - "show_number": "5043", - "fullAnswer": "aboveboard" - }, { "category": "40 YEARS OF THE NEA", "air_date": "2006-07-12", @@ -1476829,16 +1402859,6 @@ "show_number": "5043", "fullAnswer": "\"The Power Of Love\"" }, - { - "category": "ANCIENT GREECE", - "air_date": "2006-07-12", - "question": "The name of this wise lawgiver of around 600 B.C. has come to mean any legislator", - "value": "$2000", - "answer": "Solon", - "round": "Double Jeopardy!", - "show_number": "5043", - "fullAnswer": "Solon" - }, { "category": "I’LL SEE YOU IN COURT!", "air_date": "2006-07-12", @@ -1477064,7 +1403084,7 @@ "air_date": "2003-04-09", "question": "This 125-year-old women's magazine was briefly recast as \"Rosie\"", "value": "$800", - "answer": "McCall\\'s", + "answer": "McCall's", "round": "Jeopardy!", "show_number": "4293", "fullAnswer": "McCall\\'s" @@ -1477394,7 +1403414,7 @@ "air_date": "2003-04-09", "question": "On October 20 followers of this religion celebrate the birth of the Bab", "value": "$1600", - "answer": "Baha\\'i Faith", + "answer": "Baha'i Faith", "round": "Double Jeopardy!", "show_number": "4293", "fullAnswer": "Baha\\'i Faith" @@ -1477594,7 +1403614,7 @@ "air_date": "2000-09-27", "question": "The champ on \"Tic Tac Dough\" in the 1980s had to get 3 of these in a row", "value": "$200", - "answer": "X\\'s or O\\'s", + "answer": "X's or O's", "round": "Jeopardy!", "show_number": "3693", "fullAnswer": "X\\'s or O\\'s" @@ -1479289,16 +1405309,6 @@ "show_number": "6194", "fullAnswer": "Finland" }, - { - "category": "ANNUAL EVENTS", - "air_date": "2011-07-14", - "question": "The items seen here are used in celebration of this", - "value": "$2,000", - "answer": "Kwaanza", - "round": "Double Jeopardy!", - "show_number": "6194", - "fullAnswer": "Kwaanza" - }, { "category": "HYBRIDS", "air_date": "2011-07-14", @@ -1479339,16 +1405349,6 @@ "show_number": "4646", "fullAnswer": "The Osbournes" }, - { - "category": "HORNED ANIMALS", - "air_date": "2004-11-15", - "question": "This animal's horns, seen here, are made entirely of keratin, a fibrous hair protein", - "value": "$200", - "answer": "rhinoceros", - "round": "Jeopardy!", - "show_number": "4646", - "fullAnswer": "the rhinoceros" - }, { "category": "FRATERNITY SUIT", "air_date": "2004-11-15", @@ -1479379,16 +1405379,6 @@ "show_number": "4646", "fullAnswer": "ancillary" }, - { - "category": "PITTSTORY", - "air_date": "2004-11-15", - "question": "It's the geographically appropriate name of the Pittsburgh landmark seen here on Feb. 11, 2001", - "value": "$400", - "answer": "Three Rivers Stadium", - "round": "Jeopardy!", - "show_number": "4646", - "fullAnswer": "Three Rivers Stadium" - }, { "category": "NONMUSICAL MTV", "air_date": "2004-11-15", @@ -1479459,16 +1405449,6 @@ "show_number": "4646", "fullAnswer": "The Real World" }, - { - "category": "HORNED ANIMALS", - "air_date": "2004-11-15", - "question": "Life is unfair for the males of this animal, seen here; they're bald on top of their horns, while the female has hair", - "value": "$600", - "answer": "giraffe", - "round": "Jeopardy!", - "show_number": "4646", - "fullAnswer": "a giraffe" - }, { "category": "FRATERNITY SUIT", "air_date": "2004-11-15", @@ -1479514,7 +1405494,7 @@ "air_date": "2004-11-15", "question": "On one episode, Halle Berry is denied entrance to her own movie premiere on this prank-filled show", "value": "$800", - "answer": "Punk\\'d", + "answer": "Punk'd", "round": "Jeopardy!", "show_number": "4646", "fullAnswer": "Punk\\'d" @@ -1479954,7 +1405934,7 @@ "air_date": "1991-11-15", "question": "In 1968 \"The Lucy Show\" evolved into a new show titled this", "value": "$100", - "answer": "Here\\'s Lucy", + "answer": "Here's Lucy", "round": "Jeopardy!", "show_number": "1660", "fullAnswer": "Here\\'s Lucy" @@ -1480014,7 +1405994,7 @@ "air_date": "1991-11-15", "question": "Bill Bixby starred in 2 sitcoms during the 1960s, \"My Favorite Martian\" & this", "value": "$200", - "answer": "Courtship of Eddie\\'s Father", + "answer": "Courtship of Eddie's Father", "round": "Jeopardy!", "show_number": "1660", "fullAnswer": "The Courtship of Eddie\\'s Father" @@ -1480864,7 +1406844,7 @@ "air_date": "1990-01-08", "question": "For 20 years this scotch's ads have featured \"Achievers\" who tell \"Why I Do What I Do\"", "value": "$400", - "answer": "Dewar\\'s", + "answer": "Dewar's", "round": "Double Jeopardy!", "show_number": "1236", "fullAnswer": "Dewar\\'s" @@ -1481624,7 +1407604,7 @@ "air_date": "1999-06-08", "question": "A Time/CNN poll found only 9% of respondents believed Y2K was likely to bring this title subject of an R.E.M. song", "value": "$1000", - "answer": "It\\'s the End of the World", + "answer": "It's the End of the World", "round": "Double Jeopardy!", "show_number": "3412", "fullAnswer": "\"It\\'s the End of the World\"" @@ -1483414,7 +1409394,7 @@ "air_date": "2001-03-09", "question": "This 1946 film was based in part on the story \"The Greatest Gift\"", "value": "$800", - "answer": "It\\'s A Wonderful Life", + "answer": "It's A Wonderful Life", "round": "Double Jeopardy!", "show_number": "3810", "fullAnswer": "It\\'s A Wonderful Life" @@ -1483534,7 +1409514,7 @@ "air_date": "2010-04-27", "question": "In 1981 James G. Nourse wrote the bestseller \"The Simple Solution to\" this puzzling toy phenomenon", "value": "$200", - "answer": "Rubik\\'s Cube", + "answer": "Rubik's Cube", "round": "Jeopardy!", "show_number": "5907", "fullAnswer": "a Rubik\\'s Cube" @@ -1483769,16 +1409749,6 @@ "show_number": "5907", "fullAnswer": "chess" }, - { - "category": "\"FREE\" PLAY", - "air_date": "2010-04-27", - "question": "(Sarah of the Clue Crew shows a molecular animation on the monitor.) In the body, these high-energy molecules can ricochet wildly & also damage cells", - "value": "$1000", - "answer": "free radicals", - "round": "Jeopardy!", - "show_number": "5907", - "fullAnswer": "free radicals" - }, { "category": "1910", "air_date": "2010-04-27", @@ -1483899,16 +1409869,6 @@ "show_number": "5907", "fullAnswer": "Evita" }, - { - "category": "BIRD \"R\"s", - "air_date": "2010-04-27", - "question": "(Jimmy of the Clue Crew shows three different kinds of bird feet on the monitor.) There's a diversity of form & function in bird feet; whether for perching, for grasping or for defense, like the talons on these--a term for birds of prey", - "value": "$1200", - "answer": "raptor", - "round": "Double Jeopardy!", - "show_number": "5907", - "fullAnswer": "a raptor" - }, { "category": "A LITTLE OF EVERYTHING", "air_date": "2010-04-27", @@ -1484019,16 +1409979,6 @@ "show_number": "5907", "fullAnswer": "West Side Story" }, - { - "category": "BIRD \"R\"s", - "air_date": "2010-04-27", - "question": "It's the species of bird seen here, as well as the name for the collar of feathers", - "value": "$2000", - "answer": "ruff", - "round": "Double Jeopardy!", - "show_number": "5907", - "fullAnswer": "ruff" - }, { "category": "A LITTLE OF EVERYTHING", "air_date": "2010-04-27", @@ -1484084,7 +1410034,7 @@ "air_date": "2008-12-11", "question": "Quite contrary gardener's yellow birds", "value": "$200", - "answer": "Mary\\'s canaries", + "answer": "Mary's canaries", "round": "Jeopardy!", "show_number": "5584", "fullAnswer": "Mary\\'s canaries" @@ -1484099,16 +1410049,6 @@ "show_number": "5584", "fullAnswer": "(Herbert) Hoover" }, - { - "category": "NEVER MIND THE FOLLICLES", - "air_date": "2008-12-11", - "question": "I don't pity the fool seen here--his hair style is a reverse this Native American term", - "value": "$200", - "answer": "mohawk", - "round": "Jeopardy!", - "show_number": "5584", - "fullAnswer": "a mohawk" - }, { "category": "HERE'S THE PISTOLS", "air_date": "2008-12-11", @@ -1484144,7 +1410084,7 @@ "air_date": "2008-12-11", "question": "Non-fat-eating Jack's sombreros", "value": "$400", - "answer": "Sprat\\'s hats", + "answer": "Sprat's hats", "round": "Jeopardy!", "show_number": "5584", "fullAnswer": "Sprat\\'s hats" @@ -1484159,16 +1410099,6 @@ "show_number": "5584", "fullAnswer": "(Ralph) Nader" }, - { - "category": "NEVER MIND THE FOLLICLES", - "air_date": "2008-12-11", - "question": "A \"Dick Tracy\" villain has the same name as this style", - "value": "$400", - "answer": "Flattop", - "round": "Jeopardy!", - "show_number": "5584", - "fullAnswer": "Flattop" - }, { "category": "HERE'S THE PISTOLS", "air_date": "2008-12-11", @@ -1484204,7 +1410134,7 @@ "air_date": "2008-12-11", "question": "Reckless acts of the one who put the kettle on", "value": "$600", - "answer": "Polly\\'s follies", + "answer": "Polly's follies", "round": "Jeopardy!", "show_number": "5584", "fullAnswer": "Polly\\'s follies" @@ -1484219,16 +1410149,6 @@ "show_number": "5584", "fullAnswer": "George McGovern" }, - { - "category": "NEVER MIND THE FOLLICLES", - "air_date": "2008-12-11", - "question": "Hey, Moe, it's the dish-type cut seen here--Nyuck! Nyuck! Nyuck!", - "value": "$600", - "answer": "bowl", - "round": "Jeopardy!", - "show_number": "5584", - "fullAnswer": "a bowl" - }, { "category": "HERE'S THE PISTOLS", "air_date": "2008-12-11", @@ -1484264,7 +1410184,7 @@ "air_date": "2008-12-11", "question": "Nimble candlestick jumper's press agents", "value": "$800", - "answer": "Jack\\'s flacks", + "answer": "Jack's flacks", "round": "Jeopardy!", "show_number": "5584", "fullAnswer": "Jack\\'s flacks" @@ -1484279,16 +1410199,6 @@ "show_number": "5584", "fullAnswer": "Aaron Burr" }, - { - "category": "NEVER MIND THE FOLLICLES", - "air_date": "2008-12-11", - "question": "A medieval lad, or the do sported for your enjoyment", - "value": "$800", - "answer": "pageboy", - "round": "Jeopardy!", - "show_number": "5584", - "fullAnswer": "a pageboy" - }, { "category": "HERE'S THE PISTOLS", "air_date": "2008-12-11", @@ -1484324,7 +1410234,7 @@ "air_date": "2008-12-11", "question": "Solomon's boxers or briefs", "value": "$1000", - "answer": "Grundy\\'s undies", + "answer": "Grundy's undies", "round": "Jeopardy!", "show_number": "5584", "fullAnswer": "Grundy\\'s undies" @@ -1484339,16 +1410249,6 @@ "show_number": "5584", "fullAnswer": "the Libertarian Party" }, - { - "category": "NEVER MIND THE FOLLICLES", - "air_date": "2008-12-11", - "question": "Yeah, baby, Austin Powers knows this 4-letter cut seen here", - "value": "$1000", - "answer": "shag", - "round": "Jeopardy!", - "show_number": "5584", - "fullAnswer": "a shag" - }, { "category": "HERE'S THE PISTOLS", "air_date": "2008-12-11", @@ -1484509,16 +1410409,6 @@ "show_number": "5584", "fullAnswer": "The War of 1812" }, - { - "category": "VARIETY PACK", - "air_date": "2008-12-11", - "question": "(Jon of the Clue Crew presents a textbook physics experiment.) Interweave two books together & you won't be able to pull them apart, because the spine compresses the pages & creates this force between each page", - "value": "$1200", - "answer": "friction", - "round": "Double Jeopardy!", - "show_number": "5584", - "fullAnswer": "friction" - }, { "category": "SHAKESPEARE, YOU KILL ME!", "air_date": "2008-12-11", @@ -1484534,7 +1410424,7 @@ "air_date": "2008-12-11", "question": "Tommy Lee Jones won an Emmy for playing Gary Gilmore in the TV adaptation of this book", "value": "$1200", - "answer": "Executioner\\'s Song", + "answer": "Executioner's Song", "round": "Double Jeopardy!", "show_number": "5584", "fullAnswer": "The Executioner\\'s Song" @@ -1484574,7 +1410464,7 @@ "air_date": "2008-12-11", "question": "During a thunderstorm, this faint glowing light sometimes appears around masts of sailing ships & treetops", "value": "$1600", - "answer": "St. Elmo\\'s Fire", + "answer": "St. Elmo's Fire", "round": "Double Jeopardy!", "show_number": "5584", "fullAnswer": "St. Elmo\\'s Fire" @@ -1484739,16 +1410629,6 @@ "show_number": "3299", "fullAnswer": "the Maytag Repairman" }, - { - "category": "THE ROARING '20s", - "air_date": "1998-12-31", - "question": "This term came into vogue for the type of woman seen here", - "value": "$200", - "answer": "flapper", - "round": "Jeopardy!", - "show_number": "3299", - "fullAnswer": "a flapper" - }, { "category": "MOVIE NOSTALGIA", "air_date": "1998-12-31", @@ -1485354,7 +1411234,7 @@ "air_date": "1997-02-04", "question": "It's a fact: \"The Facts of Life\" was a spinoff from this Gary Coleman series", "value": "$300", - "answer": "Diff\\'rent Strokes", + "answer": "Diff'rent Strokes", "round": "Jeopardy!", "show_number": "2867", "fullAnswer": "Diff\\'rent Strokes" @@ -1485884,7 +1411764,7 @@ "air_date": "2001-02-22", "question": "Bessie Pullman, seen here on a Black Heritage stamp, traveled to Europe to earn this type of license", "value": "$200", - "answer": "Pilot\\'s license", + "answer": "Pilot's license", "round": "Jeopardy!", "show_number": "3799", "fullAnswer": "Pilot\\'s license" @@ -1486209,16 +1412089,6 @@ "show_number": "3799", "fullAnswer": "Tobacco Road" }, - { - "category": "GIVE 'EM THE BOOT", - "air_date": "2001-02-22", - "question": "This woman took the song heard here to No. 1:

\"These boots are made for walkin'...\"", - "value": "$400", - "answer": "Nancy Sinatra", - "round": "Double Jeopardy!", - "show_number": "3799", - "fullAnswer": "Nancy Sinatra" - }, { "category": "STATE OF MIND", "air_date": "2001-02-22", @@ -1486819,16 +1412689,6 @@ "show_number": "1262", "fullAnswer": "Chicken pox" }, - { - "category": "NAME'S THE SAME", - "air_date": "1990-02-13", - "question": "The current president of baseball's American League, or the singer heard here:", - "value": "$1,000", - "answer": "Bobby Brown", - "round": "Double Jeopardy!", - "show_number": "1262", - "fullAnswer": "Bobby Brown" - }, { "category": "INVENTIONS", "air_date": "1990-02-13", @@ -1487659,16 +1413519,6 @@ "show_number": "5336", "fullAnswer": "Exodus" }, - { - "category": "PAULA'S HOME COOKING", - "air_date": "2007-11-19", - "question": "(Paula Deen herself flips a sandwich in a frying pan.) I'm gonna celebrate Elvis Presley, a great Southerner, by frying up his favorite sandwich--bananas & this", - "value": "$200", - "answer": "peanut butter", - "round": "Jeopardy!", - "show_number": "5336", - "fullAnswer": "peanut butter" - }, { "category": "\"MARI\" ME", "air_date": "2007-11-19", @@ -1487749,16 +1413599,6 @@ "show_number": "5336", "fullAnswer": "the Matterhorn" }, - { - "category": "THANKS FOR THE MEMORABILIA", - "air_date": "2007-11-19", - "question": "(Kelly of the Clue Crew holds a black bird statuette.) I'm holding a copy of the title prop from this famous 1941 movie; the original prop sold in 1994 for more than $398,000", - "value": "$600", - "answer": "Maltese Falcon", - "round": "Jeopardy!", - "show_number": "5336", - "fullAnswer": "The Maltese Falcon" - }, { "category": "COMMON BONDS", "air_date": "2007-11-19", @@ -1487779,16 +1413619,6 @@ "show_number": "5336", "fullAnswer": "Daniel" }, - { - "category": "PAULA'S HOME COOKING", - "air_date": "2007-11-19", - "question": "(Paula Deen sprinkles toppings.) Pizza gets a down-home flavor, y'all, when I top it with meat from ham hocks & these traditional Southern greens", - "value": "$600", - "answer": "collard greens", - "round": "Jeopardy!", - "show_number": "5336", - "fullAnswer": "collard greens" - }, { "category": "\"MARI\" ME", "air_date": "2007-11-19", @@ -1487899,16 +1413729,6 @@ "show_number": "5336", "fullAnswer": "Acts (of the Apostles) (or 1 Timothy)" }, - { - "category": "PAULA'S HOME COOKING", - "air_date": "2007-11-19", - "question": "(Paula Deen tries to stir & talk at the same time.) I'm makin' my special black-eyed pea dip, y'all--it's a real Southern tradition to eat black-eyed peas on this holiday, because with each pea you eat, it's gonna be bringin' you a dollar earned", - "value": "$1000", - "answer": "New Year\\'s", - "round": "Jeopardy!", - "show_number": "5336", - "fullAnswer": "New Year\\'s" - }, { "category": "\"MARI\" ME", "air_date": "2007-11-19", @@ -1488209,16 +1414029,6 @@ "show_number": "5336", "fullAnswer": "Auden" }, - { - "category": "\"R\" WORLD", - "air_date": "2007-11-19", - "question": "(Jimmy of the Clue Crew shows a plant diagram on the monitor.) Similar to a root, it's the botanical term for a thick, horizontal underground stem from which shoots develop into new plants", - "value": "$2000", - "answer": "rhizome", - "round": "Double Jeopardy!", - "show_number": "5336", - "fullAnswer": "a rhizome" - }, { "category": "PHRASE ORIGINS", "air_date": "2007-11-19", @@ -1488639,16 +1414449,6 @@ "show_number": "3756", "fullAnswer": "Lake Ontario" }, - { - "category": "WEBSITES", - "air_date": "2000-12-25", - "question": "At Ancestry.com you can build your own one of these & find out if you're on a main branch or just a twig", - "value": "$600", - "answer": "family tree", - "round": "Double Jeopardy!", - "show_number": "3756", - "fullAnswer": "family tree" - }, { "category": "SANTA", "air_date": "2000-12-25", @@ -1488759,16 +1414559,6 @@ "show_number": "3756", "fullAnswer": "the Caspian Sea" }, - { - "category": "WEBSITES", - "air_date": "2000-12-25", - "question": "The word list at Kidshealth.org runs alphabetically from allergist to these, used by the radiologist", - "value": "$1000", - "answer": "X-rays", - "round": "Double Jeopardy!", - "show_number": "3756", - "fullAnswer": "X-rays" - }, { "category": "SANTA", "air_date": "2000-12-25", @@ -1489014,7 +1414804,7 @@ "air_date": "1999-12-28", "question": "Collective name given the Confederate raiders led by John Hunt Morgan against Union troops in 1862-63", "value": "$400", - "answer": "Morgan\\'s Raiders", + "answer": "Morgan's Raiders", "round": "Jeopardy!", "show_number": "3527", "fullAnswer": "Morgan\\'s Raiders" @@ -1489649,16 +1415439,6 @@ "show_number": "5784", "fullAnswer": "Alabama" }, - { - "category": "ARCHAEOLOGY", - "air_date": "2009-11-05", - "question": "(Sarah of the Clue Crew shows a stone sculpture on the monitor.) At Saqqra, Egypt, & probably from around 2500 B.C., the seated this worker was found; he still has his papyrus roll, but someone took his brush", - "value": "$1000", - "answer": "scribe", - "round": "Jeopardy!", - "show_number": "5784", - "fullAnswer": "a scribe" - }, { "category": "NAME THAT GAME", "air_date": "2009-11-05", @@ -1489729,16 +1415509,6 @@ "show_number": "5784", "fullAnswer": "Indiana Jones" }, - { - "category": "THE U.S. BEFORE 1900", - "air_date": "2009-11-05", - "question": "(Secretary of State Hillary Clinton reads the clue.) This great American who used his pen to help make us independent was also the first Secretary of State", - "value": "$400", - "answer": "Thomas Jefferson", - "round": "Double Jeopardy!", - "show_number": "5784", - "fullAnswer": "Thomas Jefferson" - }, { "category": "PUBERTY RITUALS", "air_date": "2009-11-05", @@ -1489824,7 +1415594,7 @@ "air_date": "2009-11-05", "question": "If you're ignorant of what IDK means, just say this", "value": "$800", - "answer": "I don\\'t know", + "answer": "I don't know", "round": "Double Jeopardy!", "show_number": "5784", "fullAnswer": "I don\\'t know" @@ -1489949,16 +1415719,6 @@ "show_number": "5784", "fullAnswer": "the manual" }, - { - "category": "A NUMBER FROM 1 TO 10,316", - "air_date": "2009-11-05", - "question": "It's the number of degrees in the larger of the two angles seen here", - "value": "$2000", - "answer": "270", - "round": "Double Jeopardy!", - "show_number": "5784", - "fullAnswer": "270" - }, { "category": "LIGHTS, CAMERA, ACTION MOVIE", "air_date": "2009-11-05", @@ -1490294,7 +1416054,7 @@ "air_date": "2010-04-20", "question": "Shamus, I hear you're doing sidework for this security firm founded in 1859 that uses big armored cars", "value": "$1000", - "answer": "Brink\\'s", + "answer": "Brink's", "round": "Jeopardy!", "show_number": "5902", "fullAnswer": "Brink\\'s" @@ -1490469,16 +1416229,6 @@ "show_number": "5902", "fullAnswer": "Prince of Wales" }, - { - "category": "\"CHOP!\"", - "air_date": "2010-04-20", - "question": "Licensed endocrinologist seen here", - "value": "$1200", - "answer": "Deepak Chopra", - "round": "Double Jeopardy!", - "show_number": "5902", - "fullAnswer": "Deepak Chopra" - }, { "category": "SHAKESPEARE RETOOLED", "air_date": "2010-04-20", @@ -1490489,16 +1416239,6 @@ "show_number": "5902", "fullAnswer": "Shakespeare in Love (or Rosencrantz & Guildenstern Are Dead)" }, - { - "category": "LIKE A HURRICANE", - "air_date": "2010-04-20", - "question": "(Jimmy of the Clue Crew shows a meterological animation on the monitor.) Rotating cloud bands in a hurricane's center make its path wobble, making it hard to predict the exact point where the storm's center crosses a coastline, the location called this", - "value": "$1600", - "answer": "landfall", - "round": "Double Jeopardy!", - "show_number": "5902", - "fullAnswer": "the landfall" - }, { "category": "NEWSPAPER NAMES", "air_date": "2010-04-20", @@ -1490644,7 +1416384,7 @@ "air_date": "1999-09-23", "question": "In 1999 this singer who once tore up the Pope's picture was ordained the first female priest in the Latin Tridentine Church", "value": "$100", - "answer": "Sinead O\\'Connor", + "answer": "Sinead O'Connor", "round": "Jeopardy!", "show_number": "3459", "fullAnswer": "Sinead O\\'Connor" @@ -1490849,16 +1416589,6 @@ "show_number": "3459", "fullAnswer": "Plutarch" }, - { - "category": "TELEVISION", - "air_date": "1999-09-23", - "question": "(Hi, I'm Kathy Kinney of The Drew Carey Show.) I played the town librarian of Stratford, Vermont on this '80s sitcom set mainly at the Stratford Inn", - "value": "$500", - "answer": "Newhart", - "round": "Jeopardy!", - "show_number": "3459", - "fullAnswer": "Newhart" - }, { "category": "LITERATI", "air_date": "1999-09-23", @@ -1491139,26 +1416869,6 @@ "show_number": "3459", "fullAnswer": "Prague" }, - { - "category": "MILITARY MOVIES", - "air_date": "1999-09-23", - "question": "(Hi, I'm Robin Roberts.) My dad was one of these \"Airmen\", the first all-black squadron of fighter pilots in WWII & it was also the subject of an HBO movie", - "value": "$700", - "answer": "Tuskegee Airmen", - "round": "Double Jeopardy!", - "show_number": "3459", - "fullAnswer": "the Tuskegee Airmen" - }, - { - "category": "TOMB WITH A VIEW", - "air_date": "1999-09-23", - "question": "Goddess depicted here in the tomb of Amenhotep II", - "value": "$1000", - "answer": "Isis", - "round": "Double Jeopardy!", - "show_number": "3459", - "fullAnswer": "Isis" - }, { "category": "THE P IS SILENT", "air_date": "1999-09-23", @@ -1491454,7 +1417164,7 @@ "air_date": "2007-11-23", "question": "So on again, o again, from Laputa to Glubbdubdrib / I'm giving up, something something a Flubbdubgrib", "value": "$1000", - "answer": "Gulliver\\'s Travels", + "answer": "Gulliver's Travels", "round": "Jeopardy!", "show_number": "5340", "fullAnswer": "Gulliver\\'s Travels" @@ -1491499,16 +1417209,6 @@ "show_number": "5340", "fullAnswer": "his rifle" }, - { - "category": "COMBAT!", - "air_date": "2007-11-23", - "question": "(Kelly displays perilous instruments of destruction.) In the West, the ninja combat weapon known as shuriken are called throwing these", - "value": "$400", - "answer": "stars", - "round": "Double Jeopardy!", - "show_number": "5340", - "fullAnswer": "stars" - }, { "category": "GREEN ACRES", "air_date": "2007-11-23", @@ -1491619,16 +1417319,6 @@ "show_number": "5340", "fullAnswer": "the Cumberland Gap" }, - { - "category": "COMBAT!", - "air_date": "2007-11-23", - "question": "(Jimmy demonstrates a souvenir you can't take on the plane) The folding Filipino fighting knife, called a balisong is also known by this insect name", - "value": "$1200", - "answer": "butterfly knife", - "round": "Double Jeopardy!", - "show_number": "5340", - "fullAnswer": "a butterfly knife" - }, { "category": "GREEN ACRES", "air_date": "2007-11-23", @@ -1491704,7 +1417394,7 @@ "air_date": "2007-11-23", "question": "A contest gave this butter from the Minnesota Cooperative Creameries Association its name", "value": "$4,000", - "answer": "Land O\\'Lakes", + "answer": "Land O'Lakes", "round": "Double Jeopardy!", "show_number": "5340", "fullAnswer": "Land O\\'Lakes" @@ -1491739,16 +1417429,6 @@ "show_number": "5340", "fullAnswer": "Hawkeye (or Natty Bumppo, or Pathfinder, or Deerslayer)" }, - { - "category": "COMBAT!", - "air_date": "2007-11-23", - "question": "(Cheryl finishes off the wicket implements of destruction category) A bokken and a shinai are two types of sword used in this Japanese martial art whose names means \"way of the sword\"", - "value": "$2000", - "answer": "kendo", - "round": "Double Jeopardy!", - "show_number": "5340", - "fullAnswer": "kendo" - }, { "category": "GREEN ACRES", "air_date": "2007-11-23", @@ -1492209,16 +1417889,6 @@ "show_number": "56", "fullAnswer": "(1 of) Connecticut and Vermont" }, - { - "category": "TV DETECTIVES", - "air_date": "1984-11-26", - "question": "Name of station police work out of in series with this theme", - "value": "$500", - "answer": "", - "round": "Double Jeopardy!", - "show_number": "56", - "fullAnswer": "(the) Hill Street (station)" - }, { "category": "BIOLOGY", "air_date": "1984-11-26", @@ -1492499,16 +1418169,6 @@ "show_number": "779", "fullAnswer": "(John) Lindsay" }, - { - "category": "GEOGRAPHIC COCKTAILS", - "air_date": "1988-01-14", - "question": "Title of the following, it's also a cocktail made of Scotch whisky, sugar, & bitters:

\"Well you take the high road, and I'll take the low road\"
\"But I'll be in be in Scotland before ya /
For me and my true love may never meet again...\"
", - "value": "$300", - "answer": "Loch Lomond", - "round": "Jeopardy!", - "show_number": "779", - "fullAnswer": "Loch Lomond" - }, { "category": "PALINDROMES", "air_date": "1988-01-14", @@ -1493234,7 +1418894,7 @@ "air_date": "2004-03-12", "question": "A suspense title:
\"Il pendolo di Foucault\"", "value": "$800", - "answer": "Foucault\\'s Pendulum", + "answer": "Foucault's Pendulum", "round": "Double Jeopardy!", "show_number": "4500", "fullAnswer": "Foucault\\'s Pendulum" @@ -1493314,7 +1418974,7 @@ "air_date": "2004-03-12", "question": "Swifts may provide the raw material for this Asian soup", "value": "$1200", - "answer": "bird\\'s nest soup", + "answer": "bird's nest soup", "round": "Double Jeopardy!", "show_number": "4500", "fullAnswer": "bird\\'s nest soup" @@ -1493344,7 +1419004,7 @@ "air_date": "2004-03-12", "question": "In this song the Chiffons asked, \"Why do I love him like I do?\"", "value": "$1600", - "answer": "Sweet Talkin\\' Guy", + "answer": "Sweet Talkin' Guy", "round": "Double Jeopardy!", "show_number": "4500", "fullAnswer": "Sweet Talkin\\' Guy" @@ -1493944,7 +1419604,7 @@ "air_date": "1998-03-26", "question": "\"Dangerous Minds\"? No, it's the title of the song heard here:", "value": "$3,000", - "answer": "Gangsta\\'s Paradise ", + "answer": "Gangsta's Paradise ", "round": "Double Jeopardy!", "show_number": "3134", "fullAnswer": "Gangsta\\'s Paradise (by Coolio)" @@ -1494034,7 +1419694,7 @@ "air_date": "1998-03-26", "question": "This playwright chronicled the troubled Tyrone family in \"Long Day's Journey Into Night\"", "value": "$1000", - "answer": "Eugene O\\' Neill", + "answer": "Eugene O' Neill", "round": "Double Jeopardy!", "show_number": "3134", "fullAnswer": "Eugene O\\' Neill" @@ -1494104,7 +1419764,7 @@ "air_date": "2003-01-24", "question": "Clinton's aspirins", "value": "$200", - "answer": "Bill\\'s pills", + "answer": "Bill's pills", "round": "Jeopardy!", "show_number": "4240", "fullAnswer": "Bill\\'s pills" @@ -1494164,7 +1419824,7 @@ "air_date": "2003-01-24", "question": "Nixon's baby poultry", "value": "$400", - "answer": "Dick\\'s chicks", + "answer": "Dick's chicks", "round": "Jeopardy!", "show_number": "4240", "fullAnswer": "Dick\\'s chicks" @@ -1494224,7 +1419884,7 @@ "air_date": "2003-01-24", "question": "Gerald's surfing equipment", "value": "$600", - "answer": "Ford\\'s boards", + "answer": "Ford's boards", "round": "Jeopardy!", "show_number": "4240", "fullAnswer": "Ford\\'s boards" @@ -1494284,7 +1419944,7 @@ "air_date": "2003-01-24", "question": "Zachary's hay bundlers", "value": "$800", - "answer": "Taylor\\'s balers", + "answer": "Taylor's balers", "round": "Jeopardy!", "show_number": "4240", "fullAnswer": "Taylor\\'s balers" @@ -1494344,7 +1420004,7 @@ "air_date": "2003-01-24", "question": "Carter's short golf putts", "value": "$1000", - "answer": "Jimmy\\'s gimmes", + "answer": "Jimmy's gimmes", "round": "Jeopardy!", "show_number": "4240", "fullAnswer": "Jimmy\\'s gimmes" @@ -1494889,16 +1420549,6 @@ "show_number": "6007", "fullAnswer": "an inscription" }, - { - "category": "19th CENTURY INVENTIONS", - "air_date": "2010-10-26", - "question": "(Jimmy of the Clue Crew pushes an enclosed plunger.) Pushing a plunger compresses the air inside the cylinder, creating enough heat to ignite a piece of paper; the same principle is used in a type of engine invented by this man", - "value": "$1000", - "answer": "Diesel", - "round": "Jeopardy!", - "show_number": "6007", - "fullAnswer": "(Rudolf) Diesel" - }, { "category": "LIVE LONG & PROSPER", "air_date": "2010-10-26", @@ -1494969,16 +1420619,6 @@ "show_number": "6007", "fullAnswer": "\"The Rime of the Ancient Mariner\"" }, - { - "category": "AT THE MOVIE THEATER", - "air_date": "2010-10-26", - "question": "You can get tickets at the multiplex at moviefone.com or from the same service by dialing 777-this", - "value": "$400", - "answer": "FILM", - "round": "Double Jeopardy!", - "show_number": "6007", - "fullAnswer": "FILM" - }, { "category": "MEDICAL ISSUES", "air_date": "2010-10-26", @@ -1495009,16 +1420649,6 @@ "show_number": "6007", "fullAnswer": "Lithuania" }, - { - "category": "PLAYMATES", - "air_date": "2010-10-26", - "question": "Miss January Jones, seen here, plays Betty on this AMC advertising show", - "value": "$800", - "answer": "Mad Men", - "round": "Double Jeopardy!", - "show_number": "6007", - "fullAnswer": "Mad Men" - }, { "category": "SAD LINES", "air_date": "2010-10-26", @@ -1495089,16 +1420719,6 @@ "show_number": "6007", "fullAnswer": "Regal" }, - { - "category": "MEDICAL ISSUES", - "air_date": "2010-10-26", - "question": "(I'm Katie Couric.) To raise awareness of a specific type of cancer, I had an on-camera one of these procedures, aired in March of 2000", - "value": "$1200", - "answer": "colonoscopy", - "round": "Double Jeopardy!", - "show_number": "6007", - "fullAnswer": "a colonoscopy" - }, { "category": "PLAYMATES", "air_date": "2010-10-26", @@ -1495169,16 +1420789,6 @@ "show_number": "6007", "fullAnswer": "William Wordsworth" }, - { - "category": "AT THE MOVIE THEATER", - "air_date": "2010-10-26", - "question": "Heard here, the pipe organ called \"The Mighty\" this brand was long popular in movie theaters", - "value": "$2000", - "answer": "Wurlitzer", - "round": "Double Jeopardy!", - "show_number": "6007", - "fullAnswer": "Wurlitzer" - }, { "category": "MEDICAL ISSUES", "air_date": "2010-10-26", @@ -1495224,7 +1420834,7 @@ "air_date": "2003-01-15", "question": "The Rolling Stones:
\"You Can't Always Get a Chihuahua\"", "value": "$200", - "answer": "You Can\\'t Always Get What You Want", + "answer": "You Can't Always Get What You Want", "round": "Jeopardy!", "show_number": "4233", "fullAnswer": "\"You Can\\'t Always Get What You Want\"" @@ -1495324,7 +1420934,7 @@ "air_date": "2003-01-15", "question": "The Beach Boys:
\"She's My Little Blue Scoop\"", "value": "$600", - "answer": "She\\'s My Little Deuce Coupe", + "answer": "She's My Little Deuce Coupe", "round": "Jeopardy!", "show_number": "4233", "fullAnswer": "\"She\\'s My Little Deuce Coupe\"" @@ -1495799,16 +1421409,6 @@ "show_number": "6123", "fullAnswer": "Rio de Janeiro" }, - { - "category": "GREAT WOMEN IN SPORTS", - "air_date": "2011-04-06", - "question": "(Hannah Storm reads the clue from the set of SportsCenter.) This tennis champ is facing her 2010 breast cancer diagnosis with the same spirit that won her 18 Grand Slam singles titles & the U.S. Open mixed doubles at the age of 49", - "value": "$200", - "answer": "Navratilova", - "round": "Jeopardy!", - "show_number": "6123", - "fullAnswer": "Navratilova" - }, { "category": "HORTON HEARS A HOOSIER", "air_date": "2011-04-06", @@ -1495849,16 +1421449,6 @@ "show_number": "6123", "fullAnswer": "the Eiffel Tower" }, - { - "category": "GREAT WOMEN IN SPORTS", - "air_date": "2011-04-06", - "question": "(Hannah Storm reads the clue from the set of SportsCenter.) She won 2 golds at the 1932 Olympics, took 10 major golf championships & to top it off helped form the LPGA in 1949", - "value": "$400", - "answer": "Babe Didrikson", - "round": "Jeopardy!", - "show_number": "6123", - "fullAnswer": "Babe Didrikson" - }, { "category": "HORTON HEARS A HOOSIER", "air_date": "2011-04-06", @@ -1495899,16 +1421489,6 @@ "show_number": "6123", "fullAnswer": "Madrid" }, - { - "category": "GREAT WOMEN IN SPORTS", - "air_date": "2011-04-06", - "question": "(Hannah Storm reads the clue from the set of SportsCenter.) In 2010 she was ranked No. 1 in downhill, super-G, super combined & overall World Cup skiing; she also won Olympic gold", - "value": "$600", - "answer": "Vonn", - "round": "Jeopardy!", - "show_number": "6123", - "fullAnswer": "(Lindsey) Vonn" - }, { "category": "HORTON HEARS A HOOSIER", "air_date": "2011-04-06", @@ -1495949,16 +1421529,6 @@ "show_number": "6123", "fullAnswer": "Venice" }, - { - "category": "GREAT WOMEN IN SPORTS", - "air_date": "2011-04-06", - "question": "(Hannah Storm reads the clue from the set of SportsCenter.) This speed skater won the Olympic 500 & 1,000m in both the 1992 & 1994 games & then retired on her 31st birthday as the reigning world sprint champ", - "value": "$800", - "answer": "Bonnie Blair", - "round": "Jeopardy!", - "show_number": "6123", - "fullAnswer": "Bonnie Blair" - }, { "category": "HORTON HEARS A HOOSIER", "air_date": "2011-04-06", @@ -1495999,16 +1421569,6 @@ "show_number": "6123", "fullAnswer": "Hong Kong" }, - { - "category": "GREAT WOMEN IN SPORTS", - "air_date": "2011-04-06", - "question": "(Hannah Storm reads the clue from the set of SportsCenter.) In 1977 this ex-aerospace engineer became the first woman to earn starting spots in both the Indy 500 & the Daytona 500", - "value": "$1000", - "answer": "Guthrie", - "round": "Jeopardy!", - "show_number": "6123", - "fullAnswer": "(Janet) Guthrie" - }, { "category": "WHOSE BOOK TITLE?", "air_date": "2011-04-06", @@ -1496279,16 +1421839,6 @@ "show_number": "6123", "fullAnswer": "Raisin Ban" }, - { - "category": "ROADSIDE AMERICA", - "air_date": "2011-04-06", - "question": "Take a gamble & visit Lucy the Elephant, seen here, a seaside attraction in this state for over 100 years", - "value": "$2000", - "answer": "New Jersey", - "round": "Double Jeopardy!", - "show_number": "6123", - "fullAnswer": "New Jersey" - }, { "category": "BETTER KNOWN AS", "air_date": "2011-04-06", @@ -1496874,7 +1422424,7 @@ "air_date": "2003-09-11", "question": "The name of this 2001 film about a weekend aboard William Randolph Hearst's yacht is '20s slang for something great", "value": "$2000", - "answer": "Cat\\'s Meow", + "answer": "Cat's Meow", "round": "Double Jeopardy!", "show_number": "4369", "fullAnswer": "The Cat\\'s Meow" @@ -1497024,21 +1422574,11 @@ "air_date": "2004-09-06", "question": "A fast food chain: \"If it doesn't get all over the place, it doesn't belong in your face\"", "value": "$400", - "answer": "Carl\\'s Jr.", + "answer": "Carl's Jr.", "round": "Jeopardy!", "show_number": "4596", "fullAnswer": "Carl\\'s Jr." }, - { - "category": "ROOM", - "air_date": "2004-09-06", - "question": "(Cheryl of the Clue Crew reports from the Briefing Room at the White House.) The White House briefing room floor covers a swimming pool that was installed for this man in 1933", - "value": "$400", - "answer": "Franklin Delano Roosevelt", - "round": "Jeopardy!", - "show_number": "4596", - "fullAnswer": "Franklin Delano Roosevelt" - }, { "category": "\"BOARD\"", "air_date": "2004-09-06", @@ -1497219,16 +1422759,6 @@ "show_number": "4596", "fullAnswer": "a rug" }, - { - "category": "\"BOARD\"", - "air_date": "2004-09-06", - "question": "(Jimmy of the Clue Crew reads from the Cirque du Soleil.) When used by acrobats, this structure isn't called a seesaw, but this", - "value": "$1000", - "answer": "teeterboard", - "round": "Jeopardy!", - "show_number": "4596", - "fullAnswer": "a teeterboard" - }, { "category": "WORLD HISTORY", "air_date": "2004-09-06", @@ -1497299,16 +1422829,6 @@ "show_number": "4596", "fullAnswer": "Burma" }, - { - "category": "SPIRITED CINEMA", - "air_date": "2004-09-06", - "question": "This actor played a medium hired to investigate the Everest of Haunted Houses in \"Legend of Hell House\"", - "value": "$800", - "answer": "Roddy McDowall", - "round": "Double Jeopardy!", - "show_number": "4596", - "fullAnswer": "Roddy McDowall" - }, { "category": "TRANSPORTATION", "air_date": "2004-09-06", @@ -1497339,16 +1422859,6 @@ "show_number": "4596", "fullAnswer": "the Big Bang" }, - { - "category": "YOU GET AN \"A\"", - "air_date": "2004-09-06", - "question": "(Jeff Probst, host of Survivor, reads the clue.) This river got its name after a Spanish explorer reported that he had been attacked by female warriors there", - "value": "$800", - "answer": "Amazon", - "round": "Double Jeopardy!", - "show_number": "4596", - "fullAnswer": "Amazon" - }, { "category": "WORLD HISTORY", "air_date": "2004-09-06", @@ -1497369,16 +1422879,6 @@ "show_number": "4596", "fullAnswer": "An American Werewolf in London" }, - { - "category": "TRANSPORTATION", - "air_date": "2004-09-06", - "question": "The vessel seen here, the type of missile it carries or a much more low-tech weapon", - "value": "$1200", - "answer": "Trident", - "round": "Double Jeopardy!", - "show_number": "4596", - "fullAnswer": "Trident" - }, { "category": "FISH, BIRD, OR MAMMAL", "air_date": "2004-09-06", @@ -1497539,16 +1423039,6 @@ "show_number": "4596", "fullAnswer": "Classic Comics (or Classics Illustrated)" }, - { - "category": "THE UNITED NATIONS", - "air_date": "2008-10-24", - "question": "(Richard Roth reads from the U.N.) You'll fit right in here at the U.N. if you know either of these 2 languages, the predominant ones used for daily communication & signage", - "value": "$200", - "answer": "English & French", - "round": "Jeopardy!", - "show_number": "5550", - "fullAnswer": "English & French" - }, { "category": "GO, KELLY!", "air_date": "2008-10-24", @@ -1497599,16 +1423089,6 @@ "show_number": "5550", "fullAnswer": "a hostage" }, - { - "category": "THE UNITED NATIONS", - "air_date": "2008-10-24", - "question": "(Richard Roth reads from the U.N. floor.) In February 2003 I reported on this Secretary of State's visit to the U.N. to present evidence of Iraq's failure to disarm", - "value": "$400", - "answer": "Colin Powell", - "round": "Jeopardy!", - "show_number": "5550", - "fullAnswer": "Colin Powell" - }, { "category": "GO, KELLY!", "air_date": "2008-10-24", @@ -1497639,36 +1423119,6 @@ "show_number": "5550", "fullAnswer": "The World According to Garp" }, - { - "category": "SHAPE UP", - "air_date": "2008-10-24", - "question": "The popular gem shape seen here is named for this fruit", - "value": "$400", - "answer": "pear", - "round": "Jeopardy!", - "show_number": "5550", - "fullAnswer": "a pear" - }, - { - "category": "WHAT THE \"H\"?", - "air_date": "2008-10-24", - "question": "(Kelly of the Clue Crew shows a brainy animation on the monitor.) When cerebral arteries become dilated, it can often lead to this vascular pain also known as cephalalgia", - "value": "$400", - "answer": "headache", - "round": "Jeopardy!", - "show_number": "5550", - "fullAnswer": "a headache" - }, - { - "category": "THE UNITED NATIONS", - "air_date": "2008-10-24", - "question": "(Richard Roth reads from outside the U.N.) A gift to the U.N. from the USSR, the \"Let Us Beat Swords into Plowshares\" statue gets its title from this prophet", - "value": "$600", - "answer": "Isaiah", - "round": "Jeopardy!", - "show_number": "5550", - "fullAnswer": "Isaiah" - }, { "category": "GO, KELLY!", "air_date": "2008-10-24", @@ -1497719,16 +1423169,6 @@ "show_number": "5550", "fullAnswer": "\"Home On The Range\"" }, - { - "category": "THE UNITED NATIONS", - "air_date": "2008-10-24", - "question": "(Richard Roth reads from outside the U.N.) In 2008 one of the U.N.'s urgent concerns was getting relief supplies to the Irrawaddy Delta in this country", - "value": "$1,000", - "answer": "Burma ", - "round": "Jeopardy!", - "show_number": "5550", - "fullAnswer": "Burma (or Myanmar)" - }, { "category": "GO, KELLY!", "air_date": "2008-10-24", @@ -1497779,16 +1423219,6 @@ "show_number": "5550", "fullAnswer": "hitherto (heretofore accepted)" }, - { - "category": "THE UNITED NATIONS", - "air_date": "2008-10-24", - "question": "(Richard Roth reads from the U.N. floor.) Appointed by George W. Bush during a congressional recess, this U.S. ambassador to the U.N. stirred up for controversy when he served here in 2005 & 2006", - "value": "$1000", - "answer": "Bolton", - "round": "Jeopardy!", - "show_number": "5550", - "fullAnswer": "(John) Bolton" - }, { "category": "GO, KELLY!", "air_date": "2008-10-24", @@ -1498534,7 +1423964,7 @@ "air_date": "1993-06-30", "question": "Consecrated in 1094, this basilica was named for the patron saint of Venice", "value": "$400", - "answer": "St. Mark\\'s", + "answer": "St. Mark's", "round": "Double Jeopardy!", "show_number": "2048", "fullAnswer": "St. Mark\\'s" @@ -1498694,7 +1424124,7 @@ "air_date": "1993-06-30", "question": "Encyclopedia Americana says this Medici bore King Henry IV \"six children and much ill will\"", "value": "$1000", - "answer": "Marie de\\' Medici", + "answer": "Marie de' Medici", "round": "Double Jeopardy!", "show_number": "2048", "fullAnswer": "Marie de\\' Medici" @@ -1499344,7 +1424774,7 @@ "air_date": "1998-06-23", "question": "1913 poem that includes the line \"A nest of robins in her hair\"", "value": null, - "answer": "\\Trees\\ ", + "answer": "Trees ", "round": "Final Jeopardy!", "show_number": "3197", "fullAnswer": "\\\"Trees\\\" (by Joyce Kilmer)" @@ -1499559,16 +1424989,6 @@ "show_number": "2753", "fullAnswer": "Jean Chretien" }, - { - "category": "EUROPEAN ACTRESSES", - "air_date": "1996-07-17", - "question": "In films, she's led a double life, seen red & recently, love amour", - "value": "$800", - "answer": "Irene Jacob", - "round": "Jeopardy!", - "show_number": "2753", - "fullAnswer": "Irene Jacob" - }, { "category": "POTENT POTABLES", "air_date": "1996-07-17", @@ -1500149,16 +1425569,6 @@ "show_number": "1525", "fullAnswer": "Nassau" }, - { - "category": "COUNTRY MUSIC", - "air_date": "1991-03-29", - "question": "Roy Acuff, the 1st living member of the Country Music Hall of Fame, had a big hit with the following song:", - "value": "$500", - "answer": "Wabash Cannonball", - "round": "Jeopardy!", - "show_number": "1525", - "fullAnswer": "\"Wabash Cannonball\"" - }, { "category": "THE NORTH POLE", "air_date": "1991-03-29", @@ -1500244,7 +1425654,7 @@ "air_date": "1991-03-29", "question": "If your frozen seafood dinner's from Mrs. Paul's, it's a product of this soup company", "value": "$200", - "answer": "Campbell\\'s", + "answer": "Campbell's", "round": "Double Jeopardy!", "show_number": "1525", "fullAnswer": "Campbell\\'s" @@ -1500494,7 +1425904,7 @@ "air_date": "1998-04-17", "question": "Wrinkles at the corner of the eye, perhaps caused by squinting while bird watching", "value": "$100", - "answer": "Crow\\'s feet", + "answer": "Crow's feet", "round": "Jeopardy!", "show_number": "3150", "fullAnswer": "Crow\\'s feet" @@ -1501114,7 +1426524,7 @@ "air_date": "2007-10-30", "question": "Henry V & Joan of Arc both fought in this war considered the longest in history", "value": "$200", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Jeopardy!", "show_number": "5322", "fullAnswer": "the Hundred Years\\' War" @@ -1501129,16 +1426539,6 @@ "show_number": "5322", "fullAnswer": "Monopoly" }, - { - "category": "LIKE, IT'S TOTALLY THE VALLEY", - "air_date": "2007-10-30", - "question": "In the Wonders of America stamp series, the \"Hottest Spot\", this California site, has a picture that fits the name", - "value": "$400", - "answer": "Death Valley", - "round": "Jeopardy!", - "show_number": "5322", - "fullAnswer": "Death Valley" - }, { "category": "SPORTS QUOTES", "air_date": "2007-10-30", @@ -1501174,21 +1426574,11 @@ "air_date": "2007-10-30", "question": "Of the 1940s, '50s or '60s, the decade the first operational nuclear submarine was launched", "value": "$400", - "answer": "\\'50s", + "answer": "'50s", "round": "Jeopardy!", "show_number": "5322", "fullAnswer": "the \\'50s" }, - { - "category": "PIECE", - "air_date": "2007-10-30", - "question": "You have to fill up the piece seen here to win this game invented in 1979", - "value": "$400", - "answer": "Trivial Pursuit", - "round": "Jeopardy!", - "show_number": "5322", - "fullAnswer": "Trivial Pursuit" - }, { "category": "LIKE, IT'S TOTALLY THE VALLEY", "air_date": "2007-10-30", @@ -1501264,7 +1426654,7 @@ "air_date": "2007-10-30", "question": "At a dinner, redskins RB John Riggins begged this Supreme Court justice, \"Come on, Sandy baby, loosen up\"", "value": "$800", - "answer": "Sandra Day O\\'Connor", + "answer": "Sandra Day O'Connor", "round": "Jeopardy!", "show_number": "5322", "fullAnswer": "Sandra Day O\\'Connor" @@ -1501289,16 +1426679,6 @@ "show_number": "5322", "fullAnswer": "(Douglas) MacArthur" }, - { - "category": "WAR", - "air_date": "2007-10-30", - "question": "Seen here, the Me 262 from this German manufacturer was the world's first operational fighter jet", - "value": "$800", - "answer": "Messerschmitt", - "round": "Jeopardy!", - "show_number": "5322", - "fullAnswer": "Messerschmitt" - }, { "category": "PIECE", "air_date": "2007-10-30", @@ -1501539,16 +1426919,6 @@ "show_number": "5322", "fullAnswer": "Becky Sharp" }, - { - "category": "FOOD WORDS & PHRASES", - "air_date": "2007-10-30", - "question": "(Jimmy of the Clue Crew cups a baseball in the top end of his mitt.) When a baseball player barely makes a catch, the look of the ball & glove is known as this sweet treat", - "value": "$1200", - "answer": "ice cream cone", - "round": "Double Jeopardy!", - "show_number": "5322", - "fullAnswer": "an ice cream cone" - }, { "category": "THE BODY HUMAN", "air_date": "2007-10-30", @@ -1501629,26 +1426999,6 @@ "show_number": "5322", "fullAnswer": "Poetic Justice" }, - { - "category": "17th CENTURY ART", - "air_date": "2007-10-30", - "question": "This 17th-century Spaniard was a technical master even at the age of 20: just look at the light on the glass", - "value": "$2000", - "answer": "Diego Velázquez", - "round": "Double Jeopardy!", - "show_number": "5322", - "fullAnswer": "Diego Velázquez" - }, - { - "category": "GEMS & JEWELRY", - "air_date": "2007-10-30", - "question": "The name of this romantic ring seen here comes from an old Irish fishing village that's now part of Galway", - "value": "$2000", - "answer": "Claddagh", - "round": "Double Jeopardy!", - "show_number": "5322", - "fullAnswer": "Claddagh" - }, { "category": "FICTIONAL FEMALES", "air_date": "2007-10-30", @@ -1501659,16 +1427009,6 @@ "show_number": "5322", "fullAnswer": "Kinsey Millhone" }, - { - "category": "FOOD WORDS & PHRASES", - "air_date": "2007-10-30", - "question": "The lady seen here is wearing the fashionable style of sleeves called \"leg-of-\" this", - "value": "$2000", - "answer": "leg-of-mutton", - "round": "Double Jeopardy!", - "show_number": "5322", - "fullAnswer": "leg-of-mutton" - }, { "category": "LICENSE PLATES OF THE FAMOUS", "air_date": "2007-10-30", @@ -1501874,7 +1427214,7 @@ "air_date": "2008-03-11", "question": "The Ropers", "value": "$800", - "answer": "Three\\'s Company", + "answer": "Three's Company", "round": "Jeopardy!", "show_number": "5417", "fullAnswer": "Three\\'s Company" @@ -1501994,7 +1427334,7 @@ "air_date": "2008-03-11", "question": "\"Help!
Somebody burp me before I blow up!\"", "value": "$400", - "answer": "Look Who\\'s Talking", + "answer": "Look Who's Talking", "round": "Double Jeopardy!", "show_number": "5417", "fullAnswer": "Look Who\\'s Talking" @@ -1502039,16 +1427379,6 @@ "show_number": "5417", "fullAnswer": "kin" }, - { - "category": "\"D\" IN SCIENCE", - "air_date": "2008-03-11", - "question": "(Jimmy of the Clue Crew mimics the monitor. This particular exercise strengthens & tones this large muscle that covers the shoulder", - "value": "$800", - "answer": "deltoid", - "round": "Double Jeopardy!", - "show_number": "5417", - "fullAnswer": "the deltoid" - }, { "category": "QUOTES FROM BRUCE WILLIS MOVIES", "air_date": "2008-03-11", @@ -1502069,16 +1427399,6 @@ "show_number": "5417", "fullAnswer": "(2 of) Colorado & New Mexico (or Arizona & Utah)" }, - { - "category": "WEB SLINGERS", - "air_date": "2008-03-11", - "question": "Since 1997, GoDaddy.com has been registering this type of name, the fundamental part of a web address", - "value": "$800", - "answer": "domain", - "round": "Double Jeopardy!", - "show_number": "5417", - "fullAnswer": "a domain" - }, { "category": "UNFINISHED OPERAS", "air_date": "2008-03-11", @@ -1502219,16 +1427539,6 @@ "show_number": "5417", "fullAnswer": "Rex" }, - { - "category": "\"D\" IN SCIENCE", - "air_date": "2008-03-11", - "question": "(Kelly of the Clue Crew adds drops to a beaker.) When you add food coloring to water, the motions of the dye's molecules causes it to disperse, eventually filling the glass evenly through a process called this", - "value": "$2000", - "answer": "diffusion ", - "round": "Double Jeopardy!", - "show_number": "5417", - "fullAnswer": "diffusion (dilution accepted)" - }, { "category": "QUOTES FROM BRUCE WILLIS MOVIES", "air_date": "2008-03-11", @@ -1502489,16 +1427799,6 @@ "show_number": "3663", "fullAnswer": "bowling" }, - { - "category": "GOVERNMENT & POLITICS", - "air_date": "2000-07-05", - "question": "(Jimmy Carter reads the clue.) In 1999 the Carter Center monitored this process in the Cherokee nations, Nigeria, East Timor & some Chinese villages", - "value": "$400", - "answer": "elections", - "round": "Jeopardy!", - "show_number": "3663", - "fullAnswer": "elections" - }, { "category": "ON THE \"OUT\"s", "air_date": "2000-07-05", @@ -1502899,16 +1428199,6 @@ "show_number": "3663", "fullAnswer": "Ball Point Pen" }, - { - "category": "THE GREAT STATE OF...", - "air_date": "2009-07-15", - "question": "It touches four of the Great Lakes", - "value": "$200", - "answer": "Michigan", - "round": "Jeopardy!", - "show_number": "5738", - "fullAnswer": "Michigan" - }, { "category": "NARNIA", "air_date": "2009-07-15", @@ -1502959,16 +1428249,6 @@ "show_number": "5738", "fullAnswer": "lass" }, - { - "category": "THE GREAT STATE OF...", - "air_date": "2009-07-15", - "question": "Its shape reminds me of one of those big foam fingers at sporting events", - "value": "$400", - "answer": "Idaho", - "round": "Jeopardy!", - "show_number": "5738", - "fullAnswer": "Idaho" - }, { "category": "NARNIA", "air_date": "2009-07-15", @@ -1503009,26 +1428289,6 @@ "show_number": "5738", "fullAnswer": "Hinduism" }, - { - "category": "WORDS FOR YOUNGSTERS", - "air_date": "2009-07-15", - "question": "Bairn is a word from this northernmost U.K. country, as in \"Och, the wee bairn dinna eat his chicken tenders\"", - "value": "$400", - "answer": "Scotland", - "round": "Jeopardy!", - "show_number": "5738", - "fullAnswer": "Scotland" - }, - { - "category": "THE GREAT STATE OF...", - "air_date": "2009-07-15", - "question": "(Jimmy of the Clue Crew shows a map of the Northeast on the monitor.) The combined area of all the other New England states would fit inside this largest New England state", - "value": "$600", - "answer": "Maine", - "round": "Jeopardy!", - "show_number": "5738", - "fullAnswer": "Maine" - }, { "category": "NARNIA", "air_date": "2009-07-15", @@ -1503069,26 +1428329,6 @@ "show_number": "5738", "fullAnswer": "Gandhi" }, - { - "category": "WORDS FOR YOUNGSTERS", - "air_date": "2009-07-15", - "question": "A cute kid is often called this, like the plump little angel seen here", - "value": "$600", - "answer": "cherub", - "round": "Jeopardy!", - "show_number": "5738", - "fullAnswer": "a cherub" - }, - { - "category": "THE GREAT STATE OF...", - "air_date": "2009-07-15", - "question": "It's the smallest state in the Deep South", - "value": "$800", - "answer": "South Carolina", - "round": "Jeopardy!", - "show_number": "5738", - "fullAnswer": "South Carolina" - }, { "category": "NARNIA", "air_date": "2009-07-15", @@ -1503139,16 +1428379,6 @@ "show_number": "5738", "fullAnswer": "German" }, - { - "category": "THE GREAT STATE OF...", - "air_date": "2009-07-15", - "question": "Eight other states were formed all or in part from territory this state once claimed", - "value": "$1000", - "answer": "Virginia", - "round": "Jeopardy!", - "show_number": "5738", - "fullAnswer": "Virginia" - }, { "category": "NARNIA", "air_date": "2009-07-15", @@ -1503459,26 +1428689,6 @@ "show_number": "5738", "fullAnswer": "a compound" }, - { - "category": "KIDS ON THE NET", - "air_date": "2009-07-15", - "question": "On Yahoo! Kids, you can ask this knowledgable guy all kinds of questions, like \"What do Canadians eat?\"", - "value": "$2000", - "answer": "Earl", - "round": "Double Jeopardy!", - "show_number": "5738", - "fullAnswer": "Earl" - }, - { - "category": "HIDE & SEEK", - "air_date": "2009-07-15", - "question": "I'm hiding in Ivan the Great's bell tower, so seek me in this historic Moscow fortress", - "value": "$2000", - "answer": "Kremlin", - "round": "Double Jeopardy!", - "show_number": "5738", - "fullAnswer": "the Kremlin" - }, { "category": "U.S. COINS", "air_date": "2009-07-15", @@ -1503639,16 +1428849,6 @@ "show_number": "3383", "fullAnswer": "the telegraph" }, - { - "category": "LONG-RUNNING TV SHOWS", - "air_date": "1999-04-28", - "question": "(Backstage at the Emmys: Hi, I'm Jay Leno, and the answer is:) My \"Tonight Show\" predecessor, Johnny Carson, became the full-time host after this man quit in March of 1962", - "value": "$1,600", - "answer": "Jack Paar", - "round": "Jeopardy!", - "show_number": "3383", - "fullAnswer": "Jack Paar" - }, { "category": "PHYSICAL SCIENCE", "air_date": "1999-04-28", @@ -1505499,16 +1430699,6 @@ "show_number": "5579", "fullAnswer": "The Rose Tattoo" }, - { - "category": "THE \"GLASS\" MENAGERIE", - "air_date": "2008-12-04", - "question": "From looking at P.P.G. Place in Pittsburgh, you won't be surprised that the \"P.G.\" stands for this material", - "value": "$800", - "answer": "plate glass", - "round": "Jeopardy!", - "show_number": "5579", - "fullAnswer": "plate glass" - }, { "category": "STREETCAR", "air_date": "2008-12-04", @@ -1505809,16 +1430999,6 @@ "show_number": "5579", "fullAnswer": "springboard" }, - { - "category": "ON YOUR NERVES", - "air_date": "2008-12-04", - "question": "(Kelly of the Clue Crew shows a diagram on the monitor.) Neurons receive impulses with these structures that branch out, giving them this name from the Greek for tree", - "value": "$4,000", - "answer": "dendrites", - "round": "Double Jeopardy!", - "show_number": "5579", - "fullAnswer": "dendrites" - }, { "category": "CAKE DECORATING", "air_date": "2008-12-04", @@ -1505839,16 +1431019,6 @@ "show_number": "5579", "fullAnswer": "Sappho" }, - { - "category": "CATCH THE \"FLU\"", - "air_date": "2008-12-04", - "question": "Noisemaker seen here", - "value": "$1600", - "answer": "flugelhorn", - "round": "Double Jeopardy!", - "show_number": "5579", - "fullAnswer": "a flugelhorn" - }, { "category": "ANCIENT ROME", "air_date": "2008-12-04", @@ -1506004,7 +1431174,7 @@ "air_date": "1989-09-08", "question": "\"The Shepherds of the Delectable Mountain\" is an opera based on this John Bunyan work", "value": "$200", - "answer": "Pilgrim\\'s Progress", + "answer": "Pilgrim's Progress", "round": "Jeopardy!", "show_number": "1150", "fullAnswer": "The Pilgrim\\'s Progress" @@ -1507314,7 +1432484,7 @@ "air_date": "2004-11-06", "question": "S. Epatha Merkerson payed Reba, the mail lady, on this Saturday morning series starring Paul Reubens", "value": "$800", - "answer": "Pee-Wee\\'s Playhouse", + "answer": "Pee-Wee's Playhouse", "round": "Jeopardy!", "show_number": "4640", "fullAnswer": "Pee-Wee\\'s Playhouse" @@ -1507434,7 +1432604,7 @@ "air_date": "2004-11-06", "question": "Julie Covington made a popular recording of this song from \"Evita\"", "value": "$400", - "answer": "Don\\'t Cry For Me Argentina", + "answer": "Don't Cry For Me Argentina", "round": "Double Jeopardy!", "show_number": "4640", "fullAnswer": "\"Don\\'t Cry For Me Argentina\"" @@ -1507494,7 +1432664,7 @@ "air_date": "2004-11-06", "question": "In 1976 Elton John wrote & duetted with Kiki Dee on this world-conquering smash hit", "value": "$800", - "answer": "Don\\'t Go Breaking My Heart", + "answer": "Don't Go Breaking My Heart", "round": "Double Jeopardy!", "show_number": "4640", "fullAnswer": "\"Don\\'t Go Breaking My Heart\"" @@ -1507554,7 +1432724,7 @@ "air_date": "2004-11-06", "question": "The Grammys honored vocal virtuoso Bobby McFerrin for this 1988 song", "value": "$1200", - "answer": "Don\\'t Worry, Be Happy", + "answer": "Don't Worry, Be Happy", "round": "Double Jeopardy!", "show_number": "4640", "fullAnswer": "\"Don\\'t Worry, Be Happy\"" @@ -1507614,7 +1432784,7 @@ "air_date": "2004-11-06", "question": "This Cole Porter song says, \"Oh, give me land, lots of land under starry skies above\"", "value": "$1600", - "answer": "Don\\'t Fence Me In", + "answer": "Don't Fence Me In", "round": "Double Jeopardy!", "show_number": "4640", "fullAnswer": "\"Don\\'t Fence Me In\"" @@ -1507659,22 +1432829,12 @@ "show_number": "4640", "fullAnswer": "Pope" }, - { - "category": "MATH & SCIENCE", - "air_date": "2004-11-06", - "question": "(Cheryl of the Clue Crew demonstrates with a strip of paper from the top secret Jeopardy! labs.) The Mobius strip is used in this field, the study of properties that don't change when a shape bends or twists", - "value": "$2000", - "answer": "topology", - "round": "Double Jeopardy!", - "show_number": "4640", - "fullAnswer": "topology" - }, { "category": "\"DON'T\" FORGET THIS SONG", "air_date": "2004-11-06", "question": "Journey's 1981 album \"Escape\" featured this hit that went to No. 9 on the charts", "value": "$2000", - "answer": "Don\\'t Stop Believing", + "answer": "Don't Stop Believing", "round": "Double Jeopardy!", "show_number": "4640", "fullAnswer": "\"Don\\'t Stop Believing\"" @@ -1507779,16 +1432939,6 @@ "show_number": "6246", "fullAnswer": "a croissant" }, - { - "category": "PETRA", - "air_date": "2011-11-14", - "question": "(Alex presents the clue from Petra, Jordan.) Petra is built on a terrace overlooking Wadi Musa the valley of this man, who tradition says struck a rock here & made it gush with water", - "value": "$200", - "answer": "Moses", - "round": "Jeopardy!", - "show_number": "6246", - "fullAnswer": "Moses" - }, { "category": "20 FOR DUMMIES", "air_date": "2011-11-14", @@ -1507899,16 +1433049,6 @@ "show_number": "6246", "fullAnswer": "ratatouille" }, - { - "category": "PETRA", - "air_date": "2011-11-14", - "question": "(Alex presents the clue from Petra, Jordan.) The approach to Petra is though a narrow cleft which in 312 B.C. helped it withstand a siege by the army of Antigonus of these people; he was an heir to Alexander the Great", - "value": "$600", - "answer": "Macedonians", - "round": "Jeopardy!", - "show_number": "6246", - "fullAnswer": "the Macedonians" - }, { "category": "20 FOR DUMMIES", "air_date": "2011-11-14", @@ -1507929,16 +1433069,6 @@ "show_number": "6246", "fullAnswer": "Growing Pains" }, - { - "category": "MISSISSIPPI MISTERS", - "air_date": "2011-11-14", - "question": "In March 2011, Columbus, Mississippi celebrated what would have been the 100th birthday of this playwright", - "value": "$800", - "answer": "Tennessee Williams", - "round": "Jeopardy!", - "show_number": "6246", - "fullAnswer": "Tennessee Williams" - }, { "category": "THE DOCTOR WILL \"C\" YOU NOW", "air_date": "2011-11-14", @@ -1507999,16 +1433129,6 @@ "show_number": "6246", "fullAnswer": "Wolf" }, - { - "category": "THE DOCTOR WILL \"C\" YOU NOW", - "air_date": "2011-11-14", - "question": "(Jimmy of the Clue Crew shows an anatomical animation on the monitor.) With osteoporosis, the vertebrae in the spine are weakened, & when forced against each other, can result in this common type of fracture", - "value": "$1000", - "answer": "compression fracture", - "round": "Jeopardy!", - "show_number": "6246", - "fullAnswer": "a compression fracture" - }, { "category": "FRENCH FIXINS", "air_date": "2011-11-14", @@ -1508019,16 +1433139,6 @@ "show_number": "6246", "fullAnswer": "a madeleine" }, - { - "category": "PETRA", - "air_date": "2011-11-14", - "question": "(Alex presents the clue from Petra, Jordan.) There are a number of important tombs in the ancient city of Petra, like the one behind me, which is not named for a person, but because of the magnificent color striations, is named for this expensive fabric", - "value": "$1000", - "answer": "silk", - "round": "Jeopardy!", - "show_number": "6246", - "fullAnswer": "silk" - }, { "category": "NOVELS", "air_date": "2011-11-14", @@ -1508219,16 +1433329,6 @@ "show_number": "6246", "fullAnswer": "Scott" }, - { - "category": "SOUNDS ALL AROUND", - "air_date": "2011-11-14", - "question": "For a comedian, it's instrumental that one of these heard here follows a punchline", - "value": "$1600", - "answer": "rimshot", - "round": "Double Jeopardy!", - "show_number": "6246", - "fullAnswer": "a rimshot" - }, { "category": "ANAGRAMMYS", "air_date": "2011-11-14", @@ -1508589,16 +1433689,6 @@ "show_number": "4790", "fullAnswer": "Sudan" }, - { - "category": "ACTORS PLAYING ACTORS", - "air_date": "2005-06-03", - "question": "Christopher Plummer is seen here (in profile, of course) in his Tony-winning role as this legend of stage & screen", - "value": "$1000", - "answer": "John Barrymore", - "round": "Jeopardy!", - "show_number": "4790", - "fullAnswer": "John Barrymore" - }, { "category": "'80s FASHIONS", "air_date": "2005-06-03", @@ -1508769,16 +1433859,6 @@ "show_number": "4790", "fullAnswer": "hypochondriac" }, - { - "category": "INFIELD OF DREAMS", - "air_date": "2005-06-03", - "question": "(Jimmy of the Clue Crew reads from the University of Pittsburgh, site of Forbes Field.) Over this wall in 1960, this Pirate second baseman hit the first World Series-ending home run", - "value": "$1200", - "answer": "Bill Mazeroski", - "round": "Double Jeopardy!", - "show_number": "4790", - "fullAnswer": "Bill Mazeroski" - }, { "category": "\"O\", WHAT A PLACE!", "air_date": "2005-06-03", @@ -1508789,16 +1433869,6 @@ "show_number": "4790", "fullAnswer": "Olympia" }, - { - "category": "ORAL EXAM", - "air_date": "2005-06-03", - "question": "(Jimmy of the Clue Crew points to a model of the skull.) In the universal numbering system used by dentists, tooth number one is here, and this is the number of the tooth down here", - "value": "$1200", - "answer": "32", - "round": "Double Jeopardy!", - "show_number": "4790", - "fullAnswer": "32" - }, { "category": "20th CENTURY BRITISH HISTORY", "air_date": "2005-06-03", @@ -1508909,16 +1433979,6 @@ "show_number": "4790", "fullAnswer": "Odessa" }, - { - "category": "ORAL EXAM", - "air_date": "2005-06-03", - "question": "(Sarah of the Clue Crew reads with model skull in hand.) Grinding your teeth may lead to pain in this joint, often known by three initials", - "value": "$2000", - "answer": "TMJ ", - "round": "Double Jeopardy!", - "show_number": "4790", - "fullAnswer": "TMJ (or temporomandibular)" - }, { "category": "20th CENTURY BRITISH HISTORY", "air_date": "2005-06-03", @@ -1510219,16 +1435279,6 @@ "show_number": "6170", "fullAnswer": "bluegrass" }, - { - "category": "NYSE", - "air_date": "2011-06-10", - "question": "(Sarah of the Clue Crew reports from outside the New York Stock Exchange.) The pediment above the New York City Stock Exchange entrance is titled \"Integrity Protecting the Works of Man\"; presiding over images of industry, science & agriculture, the figure of Integrity wears the winged hat representing & associated with this Roman god of commerce", - "value": "$200", - "answer": "Mercury", - "round": "Jeopardy!", - "show_number": "6170", - "fullAnswer": "Mercury" - }, { "category": "NONFICTION", "air_date": "2011-06-10", @@ -1510279,16 +1435329,6 @@ "show_number": "6170", "fullAnswer": "evergreen" }, - { - "category": "NYSE", - "air_date": "2011-06-10", - "question": "(Jimmy of the Clue Crew reports from inside the New York Stock Exchange.) Share prices on the Big Board have been listed in decimals since 2001, when the 200-year-old practice of trading in these numerical units was finally ended", - "value": "$400", - "answer": "fractions", - "round": "Jeopardy!", - "show_number": "6170", - "fullAnswer": "fractions" - }, { "category": "NONFICTION", "air_date": "2011-06-10", @@ -1510339,16 +1435379,6 @@ "show_number": "6170", "fullAnswer": "a Chesepeake Bay retriever" }, - { - "category": "NYSE", - "air_date": "2011-06-10", - "question": "(Jimmy of the Clue Crew reports from inside the New York Stock Exchange.) When world events disrupt markets, even the bustling New York Stock Exchange can undergo an emergency closure; the longest such shutdown began July 31st of this year, with war in Europe just days away", - "value": "$600", - "answer": "1914", - "round": "Jeopardy!", - "show_number": "6170", - "fullAnswer": "1914" - }, { "category": "NONFICTION", "air_date": "2011-06-10", @@ -1510399,16 +1435429,6 @@ "show_number": "6170", "fullAnswer": "Dominion" }, - { - "category": "NYSE", - "air_date": "2011-06-10", - "question": "(Sarah of the Clue Crew reports from the floor of the New York Stock Exchange.) In 1979, the New York Stock Exchange formed a new exchange for trading in these forward-looking securities; right now I can buy 33.2 ounces of gold for delivery next January", - "value": "$800", - "answer": "futures", - "round": "Jeopardy!", - "show_number": "6170", - "fullAnswer": "futures" - }, { "category": "NONFICTION", "air_date": "2011-06-10", @@ -1510459,16 +1435479,6 @@ "show_number": "6170", "fullAnswer": "an accordion" }, - { - "category": "NYSE", - "air_date": "2011-06-10", - "question": "(Sarah of the Clue Crew reports from inside the New York Stock Exchange.) If the Dow Jones Industrial Average declines more than 10% in a day, trading is halted to prevent a market slide; it's a safety feature called this 2-word term, also a device that protects homes from electrical overloads", - "value": "$1000", - "answer": "circuit breaker", - "round": "Jeopardy!", - "show_number": "6170", - "fullAnswer": "circuit breaker" - }, { "category": "ARTISTS", "air_date": "2011-06-10", @@ -1510549,16 +1435559,6 @@ "show_number": "6170", "fullAnswer": "1,001 Nights" }, - { - "category": "FACES", - "air_date": "2011-06-10", - "question": "This Chicago businessman looks like he might be taking in a ballgame", - "value": "$800", - "answer": "Wrigley", - "round": "Double Jeopardy!", - "show_number": "6170", - "fullAnswer": "(William) Wrigley" - }, { "category": "ARTISTS", "air_date": "2011-06-10", @@ -1510609,16 +1435609,6 @@ "show_number": "6170", "fullAnswer": "Smokes" }, - { - "category": "FACES", - "air_date": "2011-06-10", - "question": "Once a part of the original trio, he rejoined the troupe after a short solo career", - "value": "$1200", - "answer": "Shemp", - "round": "Double Jeopardy!", - "show_number": "6170", - "fullAnswer": "Shemp" - }, { "category": "ARTISTS", "air_date": "2011-06-10", @@ -1510669,26 +1435659,6 @@ "show_number": "6170", "fullAnswer": "Czechoslovakia" }, - { - "category": "FACES", - "air_date": "2011-06-10", - "question": "This precocious little girl first appeared in the comics in 1933 as the niece of an aunt named Fritzi", - "value": "$1600", - "answer": "Nancy", - "round": "Double Jeopardy!", - "show_number": "6170", - "fullAnswer": "Nancy" - }, - { - "category": "ARTISTS", - "air_date": "2011-06-10", - "question": "After visits to this country in the 1850s, Frederic Church painted its Cotopaxi volcano", - "value": "$2000", - "answer": "Ecuador", - "round": "Double Jeopardy!", - "show_number": "6170", - "fullAnswer": "Ecuador" - }, { "category": "I'VE WON AN OSCAR & AN EMMY", "air_date": "2011-06-10", @@ -1510729,16 +1435699,6 @@ "show_number": "6170", "fullAnswer": "(Joseph) Campbell" }, - { - "category": "FACES", - "air_date": "2011-06-10", - "question": "This late brother-in-law of JFK was the first director of the Peace Corps & later ran the war on poverty", - "value": "$1,000", - "answer": "Sargent Shriver", - "round": "Double Jeopardy!", - "show_number": "6170", - "fullAnswer": "Sargent Shriver" - }, { "category": "FRANCE", "air_date": "2011-06-10", @@ -1510819,16 +1435779,6 @@ "show_number": "5075", "fullAnswer": "David" }, - { - "category": "MUSIC TO YOUR EARS", - "air_date": "2006-10-06", - "question": "This \"beautiful soul\" heard here has also been nominated for 2 acting Emmys for \"All My Children\"

\"I don't want my love to go to waste /
I want you and your beautiful soul...\"
", - "value": "$400", - "answer": "Jesse McCartney", - "round": "Jeopardy!", - "show_number": "5075", - "fullAnswer": "Jesse McCartney" - }, { "category": "LET'S PLAY A GAME!", "air_date": "2006-10-06", @@ -1510909,16 +1435859,6 @@ "show_number": "5075", "fullAnswer": "Eli Whitney" }, - { - "category": "EAT WELL", - "air_date": "2006-10-06", - "question": "If you want to go nuts, eat this nut native to Brazil and taken to Asia by Portuguese missionaries", - "value": "$600", - "answer": "cashew", - "round": "Jeopardy!", - "show_number": "5075", - "fullAnswer": "the cashew" - }, { "category": "RHYMES WITH MONEY", "air_date": "2006-10-06", @@ -1511069,16 +1436009,6 @@ "show_number": "5075", "fullAnswer": "the Louisiana Purchase" }, - { - "category": "STATUES", - "air_date": "2006-10-06", - "question": "(Cheryl of the Clue Crew reports from the State Capitol at Lincoln, NE.) The Nebraska state capitol's statue, \"The Sower\", is tossing these to the Great Plains, 400 feet below", - "value": "$400", - "answer": "seeds ", - "round": "Double Jeopardy!", - "show_number": "5075", - "fullAnswer": "seeds (of prosperity)" - }, { "category": "COUNTRIES BY NEWSPAPER", "air_date": "2006-10-06", @@ -1511189,16 +1436119,6 @@ "show_number": "5075", "fullAnswer": "Nixon" }, - { - "category": "STATUES", - "air_date": "2006-10-06", - "question": "Sam Houston stands 67 feet tall along Interstate 45 in this state", - "value": "$1200", - "answer": "Texas", - "round": "Double Jeopardy!", - "show_number": "5075", - "fullAnswer": "Texas" - }, { "category": "COUNTRIES BY NEWSPAPER", "air_date": "2006-10-06", @@ -1511299,16 +1436219,6 @@ "show_number": "5075", "fullAnswer": "the Cherokee" }, - { - "category": "STATUES", - "air_date": "2006-10-06", - "question": "The statue of this man, seen here coming down, had gone up just a year earlier to mark his 65th birthday", - "value": "$2000", - "answer": "Saddam Hussein", - "round": "Double Jeopardy!", - "show_number": "5075", - "fullAnswer": "Saddam Hussein" - }, { "category": "WORD UP!", "air_date": "2006-10-06", @@ -1511384,7 +1436294,7 @@ "air_date": "1991-11-05", "question": "\"The milk chocolate melts in your mouth — not in your hand\"", "value": "$100", - "answer": "M&M\\'s", + "answer": "M&M's", "round": "Jeopardy!", "show_number": "1652", "fullAnswer": "M&M\\'s" @@ -1511929,16 +1436839,6 @@ "show_number": "1652", "fullAnswer": "Winston Churchill" }, - { - "category": "PARLIAMENTARY PROCEDURE", - "air_date": "2006-05-24", - "question": "(Jon of the Clue Crew reports from a dais in the State House in Concord, NH.) As Speaker, my duties would include clearing this area if it becomes restless, especially the peanut one", - "value": "$200", - "answer": "gallery", - "round": "Jeopardy!", - "show_number": "5008", - "fullAnswer": "the gallery" - }, { "category": "NAME THAT COMEDIAN", "air_date": "2006-05-24", @@ -1511989,16 +1436889,6 @@ "show_number": "5008", "fullAnswer": "meander" }, - { - "category": "PARLIAMENTARY PROCEDURE", - "air_date": "2006-05-24", - "question": "(Cheryl of the Clue Crew reads from the State House in Concord, NH.) An article dating from 1792 in this document provides for open sessions of the legislature to all who behave decently", - "value": "$400", - "answer": "Constitution", - "round": "Jeopardy!", - "show_number": "5008", - "fullAnswer": "the Constitution" - }, { "category": "NAME THAT COMEDIAN", "air_date": "2006-05-24", @@ -1512049,16 +1436939,6 @@ "show_number": "5008", "fullAnswer": "a meal ticket" }, - { - "category": "PARLIAMENTARY PROCEDURE", - "air_date": "2006-05-24", - "question": "(Cheryl of the Clue Crew sits in the chamber of the State House in Concord, NH.) With only one member present in the 400-seat House, we're way short of this, which has to be a majority of the members", - "value": "$600", - "answer": "quorum", - "round": "Jeopardy!", - "show_number": "5008", - "fullAnswer": "a quorum" - }, { "category": "NAME THAT COMEDIAN", "air_date": "2006-05-24", @@ -1512109,16 +1436989,6 @@ "show_number": "5008", "fullAnswer": "a misdemeanor" }, - { - "category": "PARLIAMENTARY PROCEDURE", - "air_date": "2006-05-24", - "question": "(Jon of the Clue Crew sits in the chamber of the State House in Concord, NH.) In 1975, the New Hampshire House introduced an electronic system for this type of vote, which can now be tabulated in 30 seconds", - "value": "$800", - "answer": "roll call vote", - "round": "Jeopardy!", - "show_number": "5008", - "fullAnswer": "a roll call vote" - }, { "category": "ORIGIN OF THE SPECIOUS", "air_date": "2006-05-24", @@ -1512139,16 +1437009,6 @@ "show_number": "5008", "fullAnswer": "dolphins" }, - { - "category": "POTENT POTABLE POTPOURRI", - "air_date": "2006-05-24", - "question": "Stay at Woodland Plantation if you love this genteel liqueur; it has been depicted on the liqueur's label since 1934", - "value": "$800", - "answer": "Southern Comfort", - "round": "Jeopardy!", - "show_number": "5008", - "fullAnswer": "Southern Comfort" - }, { "category": "MAMMA \"MEA\"", "air_date": "2006-05-24", @@ -1512159,16 +1437019,6 @@ "show_number": "5008", "fullAnswer": "measles" }, - { - "category": "PARLIAMENTARY PROCEDURE", - "air_date": "2006-05-24", - "question": "(Jon speaks from the podium of the State House in Concord, NH.) As Speaker, it would be one of my jobs to move things toward a vote, by saying, \"Shall\" this \"now be limited?\"", - "value": "$1000", - "answer": "debate", - "round": "Jeopardy!", - "show_number": "5008", - "fullAnswer": "debate" - }, { "category": "ORIGIN OF THE SPECIOUS", "air_date": "2006-05-24", @@ -1512284,7 +1437134,7 @@ "air_date": "2006-05-24", "question": "1978:
Small town band makes it big, all to the music of the Beatles", "value": "$800", - "answer": "Sgt. Pepper\\'s Lonely Hearts Club Band", + "answer": "Sgt. Pepper's Lonely Hearts Club Band", "round": "Double Jeopardy!", "show_number": "5008", "fullAnswer": "Sgt. Pepper\\'s Lonely Hearts Club Band" @@ -1512359,16 +1437209,6 @@ "show_number": "5008", "fullAnswer": "an orderly" }, - { - "category": "ALL DOLLED UP", - "air_date": "2006-05-24", - "question": "Maybe this doll's love life will improve, now that he's dressed like Legolas in the \"Lord of the Rings\" films", - "value": "$1200", - "answer": "Ken", - "round": "Double Jeopardy!", - "show_number": "5008", - "fullAnswer": "Ken" - }, { "category": "NO PLACE TO GO", "air_date": "2006-05-24", @@ -1514059,16 +1438899,6 @@ "show_number": "4717", "fullAnswer": "the Harlem Renaissance" }, - { - "category": "I \"WONDER\"", - "air_date": "2005-02-22", - "question": "(Cheryl of the Clue Crew reports from Yellowstone Nat'l Park.) The scenery gave Yellowstone this nickname, so it was fitting when Teddy Roosevelt's daughter Alice visited the park", - "value": "$800", - "answer": "Nature\\'s Wonderland", - "round": "Double Jeopardy!", - "show_number": "4717", - "fullAnswer": "\"Nature\\'s Wonderland\"" - }, { "category": "CONTEMPORARIES", "air_date": "2005-02-22", @@ -1514179,16 +1439009,6 @@ "show_number": "4717", "fullAnswer": "Jomo Kenyatta" }, - { - "category": "I \"WONDER\"", - "air_date": "2005-02-22", - "question": "Families love this Orlando attraction housed in a building that appears to be upside down", - "value": "$1600", - "answer": "Wonder Works", - "round": "Double Jeopardy!", - "show_number": "4717", - "fullAnswer": "Wonder Works" - }, { "category": "CONTEMPORARIES", "air_date": "2005-02-22", @@ -1514274,7 +1439094,7 @@ "air_date": "2005-02-22", "question": "In 1787 this uprising reached its climax when 1,100 farmers attacked an arsenal in Springfield, Mass.", "value": "$2000", - "answer": "Shays\\' Rebellion", + "answer": "Shays' Rebellion", "round": "Double Jeopardy!", "show_number": "4717", "fullAnswer": "Shays\\' Rebellion" @@ -1514384,7 +1439204,7 @@ "air_date": "1999-03-23", "question": "Jambonneaux doesn't mean beautiful jam; it's a fancy French word for this animal's knuckles", "value": "$200", - "answer": "Pig\\'s knuckles", + "answer": "Pig's knuckles", "round": "Jeopardy!", "show_number": "3357", "fullAnswer": "Pig\\'s knuckles" @@ -1514514,7 +1439334,7 @@ "air_date": "1999-03-23", "question": "Beam from ear to ear, during an appearance before a clandestine Kodak", "value": "$400", - "answer": "Smile! You\\'re on \\'Candid Camera!\\'", + "answer": "Smile! You're on 'Candid Camera!'", "round": "Jeopardy!", "show_number": "3357", "fullAnswer": "\"Smile! You\\'re on \\'Candid Camera!\\'\"" @@ -1515009,16 +1439829,6 @@ "show_number": "4589", "fullAnswer": "Betty Ford" }, - { - "category": "SPANISH CLASS", - "air_date": "2004-07-15", - "question": "Sarah of the Clue Crew delivers the clue from a Mexican market:
If you're going to do some shopping in Mexico, it helps if you remember the phrase \"cuanto cuesta?\", which means this", - "value": "$400", - "answer": "How much does it cost?", - "round": "Jeopardy!", - "show_number": "4589", - "fullAnswer": "How much does it cost?" - }, { "category": "STRONG MEN", "air_date": "2004-07-15", @@ -1515109,16 +1439919,6 @@ "show_number": "4589", "fullAnswer": "tangerine" }, - { - "category": "UNICEF", - "air_date": "2004-07-15", - "question": "Seen here, he's UNICEF's longest-serving goodwill ambassador", - "value": "$800", - "answer": "Peter Ustinov", - "round": "Jeopardy!", - "show_number": "4589", - "fullAnswer": "Peter Ustinov" - }, { "category": "A FORD IN YOUR FUTURE", "air_date": "2004-07-15", @@ -1515129,16 +1439929,6 @@ "show_number": "4589", "fullAnswer": "Whitey Ford" }, - { - "category": "SPANISH CLASS", - "air_date": "2004-07-15", - "question": "Sarah of the Clue Crew delivers the clue from a Mexican beach This Spanish word for beer comes from Ceres, the Roman goddess of agriculture", - "value": "$800", - "answer": "cerveza", - "round": "Jeopardy!", - "show_number": "4589", - "fullAnswer": "cerveza" - }, { "category": "STRONG MEN", "air_date": "2004-07-15", @@ -1515354,7 +1440144,7 @@ "air_date": "2004-07-15", "question": "Fern, Wilbur, Templeton", "value": "$1200", - "answer": "Charlotte\\'s Web", + "answer": "Charlotte's Web", "round": "Double Jeopardy!", "show_number": "4589", "fullAnswer": "Charlotte\\'s Web" @@ -1515399,16 +1440189,6 @@ "show_number": "4589", "fullAnswer": "Ecuador" }, - { - "category": "MOVIE STARS OLD & NEW", - "air_date": "2004-07-15", - "question": "There was occasional talk of a comeback during her 49-year retirement from the screen", - "value": "$1600", - "answer": "Greta Garbo", - "round": "Double Jeopardy!", - "show_number": "4589", - "fullAnswer": "Greta Garbo" - }, { "category": "BEASTLY NOVELS BY CHARACTER", "air_date": "2004-07-15", @@ -1517044,7 +1441824,7 @@ "air_date": "1998-11-25", "question": "Paine's first pamphlet in the \"Crisis\" series began, \"These are the times that\" do this", "value": "$200", - "answer": "Try men\\'s souls", + "answer": "Try men's souls", "round": "Double Jeopardy!", "show_number": "3273", "fullAnswer": "Try men\\'s souls" @@ -1517499,16 +1442279,6 @@ "show_number": "314", "fullAnswer": "O" }, - { - "category": "ROCK N' ROLL HEAVEN", - "air_date": "1985-11-21", - "question": "Singer of this song, he spent 9 years in a coma before dying", - "value": "$500", - "answer": "Jackie Wilson", - "round": "Jeopardy!", - "show_number": "314", - "fullAnswer": "Jackie Wilson" - }, { "category": "AUTO SHOP", "air_date": "1985-11-21", @@ -1517554,7 +1442324,7 @@ "air_date": "1985-11-21", "question": "Strung together for snoring sleepers", "value": "$400", - "answer": "Z\\'s", + "answer": "Z's", "round": "Jeopardy!", "show_number": "314", "fullAnswer": "Z\\'s" @@ -1517704,7 +1442474,7 @@ "air_date": "1985-11-21", "question": "In 15th century, Italian scholars saw commedia Erudita, nobles saw commedia intermezzi, & commoners, this", "value": "$400", - "answer": "commedia dell\\'arte", + "answer": "commedia dell'arte", "round": "Double Jeopardy!", "show_number": "314", "fullAnswer": "commedia dell\\'arte" @@ -1518394,7 +1443164,7 @@ "air_date": "1996-01-29", "question": "This Cole Porter tune's second line is \"I've got you deep in the heart of me\"", "value": "$800", - "answer": "I\\'ve Got You Under My Skin", + "answer": "I've Got You Under My Skin", "round": "Double Jeopardy!", "show_number": "2631", "fullAnswer": "\"I\\'ve Got You Under My Skin\"" @@ -1518454,7 +1443224,7 @@ "air_date": "1996-01-29", "question": "This 5-word phrase follows \"Let Me Call You Sweetheart\"", "value": "$1000", - "answer": "I\\'m in love with you", + "answer": "I'm in love with you", "round": "Double Jeopardy!", "show_number": "2631", "fullAnswer": "I\\'m in love with you" @@ -1518544,7 +1443314,7 @@ "air_date": "1995-11-23", "question": "There are 9 cartilages in the larynx, & the largest of them forms this bulge", "value": "$100", - "answer": "Adam\\'s apple", + "answer": "Adam's apple", "round": "Jeopardy!", "show_number": "2584", "fullAnswer": "the Adam\\'s apple" @@ -1518714,7 +1443484,7 @@ "air_date": "1995-11-23", "question": "In a song from \"Oklahoma\", this title line follows, \"Sweetheart, they're suspecting things\"", "value": "$400", - "answer": "People will say we\\'re in love", + "answer": "People will say we're in love", "round": "Jeopardy!", "show_number": "2584", "fullAnswer": "\"People will say we\\'re in love\"" @@ -1518769,16 +1443539,6 @@ "show_number": "2584", "fullAnswer": "Sherry" }, - { - "category": "BROADWAY SONGS", - "air_date": "1995-11-23", - "question": "The two men who wrote the Broadway song heard here:

\"When you're a Jet, you're a Jet all the way /
From your first cigarette to your last dyin' day /
When you're a Jet if the spit hits the fan...\"
", - "value": "$1,000", - "answer": "Stephen Sondheim & Leonard Bernstein", - "round": "Jeopardy!", - "show_number": "2584", - "fullAnswer": "Stephen Sondheim & Leonard Bernstein" - }, { "category": "THE BODY HUMAN", "air_date": "1995-11-23", @@ -1519119,16 +1443879,6 @@ "show_number": "2584", "fullAnswer": "The Hippocratic Oath" }, - { - "category": "AMERICAN EXPERIENCE: THE PRESIDENTS", - "air_date": "2008-10-28", - "question": "In his second week as president, Jimmy Carter evoked memories of an earlier president with this type of informal speech on energy", - "value": "$200", - "answer": "Fireside Chat", - "round": "Jeopardy!", - "show_number": "5552", - "fullAnswer": "a Fireside Chat" - }, { "category": "1980s TV", "air_date": "2008-10-28", @@ -1519179,22 +1443929,12 @@ "show_number": "5552", "fullAnswer": "a vest" }, - { - "category": "AMERICAN EXPERIENCE: THE PRESIDENTS", - "air_date": "2008-10-28", - "question": "The 1986 Reagan-Gorbachev summit made progress on arms issues but snagged over this Reagan defense plan", - "value": "$400", - "answer": "Star Wars", - "round": "Jeopardy!", - "show_number": "5552", - "fullAnswer": "\"Star Wars\"" - }, { "category": "1980s TV", "air_date": "2008-10-28", "question": "Tanya Roberts looked \"heavenly\" when she joined the cast of this series in November 1980", "value": "$400", - "answer": "Charlie\\'s Angels", + "answer": "Charlie's Angels", "round": "Jeopardy!", "show_number": "5552", "fullAnswer": "Charlie\\'s Angels" @@ -1519239,16 +1443979,6 @@ "show_number": "5552", "fullAnswer": "a pest" }, - { - "category": "AMERICAN EXPERIENCE: THE PRESIDENTS", - "air_date": "2008-10-28", - "question": "The wedding of this younger daughter in 1966 was a break for LBJ amid the mounting problems in Vietnam", - "value": "$600", - "answer": "Luci Baines Johnson", - "round": "Jeopardy!", - "show_number": "5552", - "fullAnswer": "Luci Baines Johnson" - }, { "category": "1980s TV", "air_date": "2008-10-28", @@ -1519299,16 +1444029,6 @@ "show_number": "5552", "fullAnswer": "jest" }, - { - "category": "AMERICAN EXPERIENCE: THE PRESIDENTS", - "air_date": "2008-10-28", - "question": "When you take a deep breath, you can thank Bush Sr. for signing a strengthened version of this 1970 law", - "value": "$800", - "answer": "Clean Air Act", - "round": "Jeopardy!", - "show_number": "5552", - "fullAnswer": "the Clean Air Act" - }, { "category": "1980s TV", "air_date": "2008-10-28", @@ -1519319,16 +1444039,6 @@ "show_number": "5552", "fullAnswer": "Hee Haw" }, - { - "category": "BRAND NAME SYMBOLS", - "air_date": "2008-10-28", - "question": "The logo of this brand of cleanser is seen here", - "value": "$800", - "answer": "Scrubbing Bubbles", - "round": "Jeopardy!", - "show_number": "5552", - "fullAnswer": "Scrubbing Bubbles" - }, { "category": "WORLD CAPITAL HISTORY", "air_date": "2008-10-28", @@ -1519359,16 +1444069,6 @@ "show_number": "5552", "fullAnswer": "a chest" }, - { - "category": "AMERICAN EXPERIENCE: THE PRESIDENTS", - "air_date": "2008-10-28", - "question": "Through his pursuit of Alger Hiss and others, Richard Nixon gained national fame on this House committee", - "value": "$1000", - "answer": "HUAC ", - "round": "Jeopardy!", - "show_number": "5552", - "fullAnswer": "HUAC (House Un-American Activities Committee)" - }, { "category": "1980s TV", "air_date": "2008-10-28", @@ -1519449,16 +1444149,6 @@ "show_number": "5552", "fullAnswer": "A Streetcar Named Desire" }, - { - "category": "CRAYOLA: A COLORFUL HISTORY", - "air_date": "2008-10-28", - "question": "(Sarah of the Clue Crew stands next to a rotating crayon conveyor at the Crayola Museum & Factory in Easton, PA.) It was a beautiful day in the neighborhood on February 6, 1996, when this man stopped by to help make the 100 billionth Crayola", - "value": "$400", - "answer": "Mr. Rogers", - "round": "Double Jeopardy!", - "show_number": "5552", - "fullAnswer": "Mr. Rogers" - }, { "category": "I SAY, HERMIONE", "air_date": "2008-10-28", @@ -1519494,7 +1444184,7 @@ "air_date": "2008-10-28", "question": "1993:
Bookkeeper Itzhak Stern", "value": "$2,000", - "answer": "Schindler\\'s List", + "answer": "Schindler's List", "round": "Double Jeopardy!", "show_number": "5552", "fullAnswer": "Schindler\\'s List" @@ -1519509,16 +1444199,6 @@ "show_number": "5552", "fullAnswer": "Dragonwyck" }, - { - "category": "CRAYOLA: A COLORFUL HISTORY", - "air_date": "2008-10-28", - "question": "(Kelly of the Clue Crew stands with a packaging machine at the Crayola Museum & Factory in Easton, PA.) In the early 1900s, this \"American Gothic\" artist entered a Crayola coloring contest & won; he later said that's what gave him the encouragement he needed to pursue a career in art", - "value": "$800", - "answer": "Grant Wood", - "round": "Double Jeopardy!", - "show_number": "5552", - "fullAnswer": "Grant Wood" - }, { "category": "I SAY, HERMIONE", "air_date": "2008-10-28", @@ -1519569,16 +1444249,6 @@ "show_number": "5552", "fullAnswer": "Northanger Abbey" }, - { - "category": "CRAYOLA: A COLORFUL HISTORY", - "air_date": "2008-10-28", - "question": "(Sarah of the Clue Crew stands with machinery at the Crayola Museum & Factory in Easton, PA.) Edwin Binney & this cousin of his began their partnership in 1885 to sell carbon black and other pigments; Crayolas didn't come until 1903", - "value": "$1200", - "answer": "Smith", - "round": "Double Jeopardy!", - "show_number": "5552", - "fullAnswer": "(Harold) Smith" - }, { "category": "I SAY, HERMIONE", "air_date": "2008-10-28", @@ -1519629,16 +1444299,6 @@ "show_number": "5552", "fullAnswer": "H.G. Wells" }, - { - "category": "CRAYOLA: A COLORFUL HISTORY", - "air_date": "2008-10-28", - "question": "(Sarah of the Clue Crew stands with a melting vat at the Crayola Museum & Factory in Easton, PA.) Edwin Binney's wife Alice coined the name \"Crayola\" by combining \"cray\", French for chalk, and \"ola\", short for oily, because Crayolas are made from this", - "value": "$1600", - "answer": "paraffin wax", - "round": "Double Jeopardy!", - "show_number": "5552", - "fullAnswer": "paraffin wax" - }, { "category": "I SAY, HERMIONE", "air_date": "2008-10-28", @@ -1519689,22 +1444349,12 @@ "show_number": "5552", "fullAnswer": "Barry Lyndon" }, - { - "category": "CRAYOLA: A COLORFUL HISTORY", - "air_date": "2008-10-28", - "question": "(Kelly of the Clue Crew stands with a melting tray at the Crayola Museum & Factory in Easton, PA.) The makers of Crayola introduced dust-free school chalk; it was so successful that it won a gold medal at the 1904 World Exposition in this city", - "value": "$2000", - "answer": "St. Louis", - "round": "Double Jeopardy!", - "show_number": "5552", - "fullAnswer": "St. Louis" - }, { "category": "I SAY, HERMIONE", "air_date": "2008-10-28", "question": "Hermione suffers from the jealousy of her husband Leontes in this late Shakespeare play", "value": "$2000", - "answer": "Winter\\'s Tale", + "answer": "Winter's Tale", "round": "Double Jeopardy!", "show_number": "5552", "fullAnswer": "The Winter\\'s Tale" @@ -1519729,16 +1444379,6 @@ "show_number": "5552", "fullAnswer": "Afghanistan & Azerbaijan" }, - { - "category": "HISTORIC FACES", - "air_date": "2008-02-15", - "question": "Later president, this man is seen here back in 1898", - "value": "$200", - "answer": "Theodore Roosevelt", - "round": "Jeopardy!", - "show_number": "5400", - "fullAnswer": "Theodore Roosevelt" - }, { "category": "DON'T TOY WITH ME", "air_date": "2008-02-15", @@ -1519789,16 +1444429,6 @@ "show_number": "5400", "fullAnswer": "violet" }, - { - "category": "HISTORIC FACES", - "air_date": "2008-02-15", - "question": "Forthright one-time White House resident seen here", - "value": "$400", - "answer": "Betty Ford", - "round": "Jeopardy!", - "show_number": "5400", - "fullAnswer": "Betty Ford" - }, { "category": "DON'T TOY WITH ME", "air_date": "2008-02-15", @@ -1519849,16 +1444479,6 @@ "show_number": "5400", "fullAnswer": "petunia" }, - { - "category": "HISTORIC FACES", - "air_date": "2008-02-15", - "question": "The risktaking of this 20th-century high flier will be long remembered", - "value": "$600", - "answer": "Lindbergh", - "round": "Jeopardy!", - "show_number": "5400", - "fullAnswer": "(Charles) Lindbergh" - }, { "category": "DON'T TOY WITH ME", "air_date": "2008-02-15", @@ -1519909,16 +1444529,6 @@ "show_number": "5400", "fullAnswer": "poppy" }, - { - "category": "HISTORIC FACES", - "air_date": "2008-02-15", - "question": "Against all the odds, he was the losing 1948 Republican candidate for president", - "value": "$800", - "answer": "Dewey", - "round": "Jeopardy!", - "show_number": "5400", - "fullAnswer": "(Thomas) Dewey" - }, { "category": "DON'T TOY WITH ME", "air_date": "2008-02-15", @@ -1519969,16 +1444579,6 @@ "show_number": "5400", "fullAnswer": "geranium" }, - { - "category": "HISTORIC FACES", - "air_date": "2008-02-15", - "question": "He's the 18th-century musical prodigy seen here", - "value": "$1000", - "answer": "Wolfgang Amadeus Mozart", - "round": "Jeopardy!", - "show_number": "5400", - "fullAnswer": "Wolfgang Amadeus Mozart" - }, { "category": "DON'T TOY WITH ME", "air_date": "2008-02-15", @@ -1520009,16 +1444609,6 @@ "show_number": "5400", "fullAnswer": "Maine" }, - { - "category": "AWARDS", - "air_date": "2008-02-15", - "question": "Winners of the Pulitzer Prize for Drama include this playwright, for \"Death of a Salesman\"", - "value": "$1000", - "answer": "Miller", - "round": "Jeopardy!", - "show_number": "5400", - "fullAnswer": "(Arthur) Miller" - }, { "category": "VWLLSS FLWRS", "air_date": "2008-02-15", @@ -1520089,16 +1444679,6 @@ "show_number": "5400", "fullAnswer": "tickled" }, - { - "category": "AROUND THE WORLD", - "air_date": "2008-02-15", - "question": "(Jon of the Clue Crew points out a region on a map.) Violence in this region of Western Sudan has spilled over into Chad and has led to worldwide humanitarian appeals", - "value": "$800", - "answer": "Darfur", - "round": "Double Jeopardy!", - "show_number": "5400", - "fullAnswer": "Darfur" - }, { "category": "AT THE MOVIES", "air_date": "2008-02-15", @@ -1520119,16 +1444699,6 @@ "show_number": "5400", "fullAnswer": "Mars" }, - { - "category": "RELIGIOUS MATTERS", - "air_date": "2008-02-15", - "question": "Fireworks light up India's sky during Diwali, this religon's festival of lights", - "value": "$800", - "answer": "Hinduism", - "round": "Double Jeopardy!", - "show_number": "5400", - "fullAnswer": "Hinduism" - }, { "category": "IT'S ELEMENTAL", "air_date": "2008-02-15", @@ -1520344,7 +1444914,7 @@ "air_date": "1991-11-04", "question": "If you stand inside this cathedral & look around, you'll see Christopher Wren's monument", "value": "$100", - "answer": "St. Paul\\'s Cathedral", + "answer": "St. Paul's Cathedral", "round": "Jeopardy!", "show_number": "1651", "fullAnswer": "St. Paul\\'s Cathedral" @@ -1520979,16 +1445549,6 @@ "show_number": "5808", "fullAnswer": "wampum" }, - { - "category": "MISSOURI", - "air_date": "2009-12-09", - "question": "Nyuk, nyuk, nyuk! It's Missouri's U.S. postal abbreviation", - "value": "$200", - "answer": "MO", - "round": "Jeopardy!", - "show_number": "5808", - "fullAnswer": "MO" - }, { "category": "THE \"SHOW\" ME STATE", "air_date": "2009-12-09", @@ -1521134,7 +1445694,7 @@ "air_date": "2009-12-09", "question": "Harry Chapin:
\"Little Boy Blue and the Man in the Moon. When ya comin' home, dad?\"", "value": "$800", - "answer": "Cat\\'s In The Cradle", + "answer": "Cat's In The Cradle", "round": "Jeopardy!", "show_number": "5808", "fullAnswer": "\"Cat\\'s In The Cradle\"" @@ -1521289,16 +1445849,6 @@ "show_number": "5808", "fullAnswer": "XXVII" }, - { - "category": "GALAPAGOS WILDLIFE", - "air_date": "2009-12-09", - "question": "(Alex reports from the Galapagos Islands, Ecuador.) Many giant tortoise subspecies in the Galapagos are named for the islands on which they are found, like these beauties here on this fertile island whose name is Spanish for \"holy cross\"", - "value": "$400", - "answer": "Santa Cruz", - "round": "Double Jeopardy!", - "show_number": "5808", - "fullAnswer": "Santa Cruz" - }, { "category": "HULL OF FAME", "air_date": "2009-12-09", @@ -1521349,16 +1445899,6 @@ "show_number": "5808", "fullAnswer": "VIII" }, - { - "category": "GALAPAGOS WILDLIFE", - "air_date": "2009-12-09", - "question": "(Alex reports from the Galapagos Islands, Ecuador.) The largest animal in the island lives in a harem--1 bull, about 30 cows & their babies; now, often mistaken for seals, they have external ears, which means they are these creatures", - "value": "$800", - "answer": "sea lions", - "round": "Double Jeopardy!", - "show_number": "5808", - "fullAnswer": "sea lions" - }, { "category": "HULL OF FAME", "air_date": "2009-12-09", @@ -1521409,16 +1445949,6 @@ "show_number": "5808", "fullAnswer": "XXXVI" }, - { - "category": "GALAPAGOS WILDLIFE", - "air_date": "2009-12-09", - "question": "(Alex reports from the Galapagos Islands, Ecuador.) One of three varieties found in the Galapagos, the blue-footed type of this bird really stands out against the drab rocks", - "value": "$1200", - "answer": "booby", - "round": "Double Jeopardy!", - "show_number": "5808", - "fullAnswer": "booby" - }, { "category": "HULL OF FAME", "air_date": "2009-12-09", @@ -1521469,22 +1445999,12 @@ "show_number": "5808", "fullAnswer": "LXVII" }, - { - "category": "GALAPAGOS WILDLIFE", - "air_date": "2009-12-09", - "question": "(Alex reports from the Galapagos Islands, Ecuador.) Contending with cold water & hot land, the Galapagos penguin is the only species to occur north of this line, the midpoint of the Tropics", - "value": "$4,000", - "answer": "equator", - "round": "Double Jeopardy!", - "show_number": "5808", - "fullAnswer": "the equator" - }, { "category": "HULL OF FAME", "air_date": "2009-12-09", "question": "Made famous in a 1975 John Denver song & in documentaries, it was originally a Minesweeper built for the Royal Navy", "value": "$2000", - "answer": "Jacques Cousteau\\'s Calypso", + "answer": "Jacques Cousteau's Calypso", "round": "Double Jeopardy!", "show_number": "5808", "fullAnswer": "Jacques Cousteau\\'s Calypso" @@ -1521529,16 +1446049,6 @@ "show_number": "5808", "fullAnswer": "CC" }, - { - "category": "GALAPAGOS WILDLIFE", - "air_date": "2009-12-09", - "question": "(Alex reports from the Galapagos Islands, Ecuador.) The keel of the breastbone, where strong wing muscles would attach, is reduced on the flightless one of these; with no predators, in an isolated environment, it has become earthbound", - "value": "$2000", - "answer": "cormorant", - "round": "Double Jeopardy!", - "show_number": "5808", - "fullAnswer": "the cormorant" - }, { "category": "HISTORIC AMERICANS", "air_date": "2009-12-09", @@ -1522179,16 +1446689,6 @@ "show_number": "5415", "fullAnswer": "the Empire State Building" }, - { - "category": "BRAZILIAN FOOD", - "air_date": "2008-03-07", - "question": "(Sarah of the Clue Crew serves up a clue from Rio de Janeiro, Brazil.) A dessert of cheese & guava jam is named for this romantic Shakespeare pair, who were also very different, but went together well", - "value": "$200", - "answer": "Romeo & Juliet", - "round": "Jeopardy!", - "show_number": "5415", - "fullAnswer": "Romeo & Juliet" - }, { "category": "STARTS & ENDS WITH \"L\"", "air_date": "2008-03-07", @@ -1522299,16 +1446799,6 @@ "show_number": "5415", "fullAnswer": "the U.S. Capitol" }, - { - "category": "BRAZILIAN FOOD", - "air_date": "2008-03-07", - "question": "( Jimmy of the Clue Crew reels in a clue from Rio de Janeiro, Brazil.) Culinary explorers know the name of this fish of South American rivers is Spanish for \"golden\"", - "value": "$600", - "answer": "dorado", - "round": "Jeopardy!", - "show_number": "5415", - "fullAnswer": "the dorado" - }, { "category": "STARTS & ENDS WITH \"L\"", "air_date": "2008-03-07", @@ -1522349,16 +1446839,6 @@ "show_number": "5415", "fullAnswer": "New Kids on the Block" }, - { - "category": "HISTORIC CONSTRUCTIONS", - "air_date": "2008-03-07", - "question": "Completed around 1650, the main building seen here was built to serve as one of these", - "value": "$800", - "answer": "mausoleum", - "round": "Jeopardy!", - "show_number": "5415", - "fullAnswer": "a mausoleum" - }, { "category": "BRAZILIAN FOOD", "air_date": "2008-03-07", @@ -1522419,16 +1446899,6 @@ "show_number": "5415", "fullAnswer": "the Chunnel" }, - { - "category": "BRAZILIAN FOOD", - "air_date": "2008-03-07", - "question": "(Sarah of the Clue Crew spins up a clue from Rio de Janeiro, Brazil.) It's a Latin American name for different types of grilled meat; here in Brazil, it's cooked on a spit", - "value": "$1000", - "answer": "churrasco", - "round": "Jeopardy!", - "show_number": "5415", - "fullAnswer": "churrasco" - }, { "category": "STARTS & ENDS WITH \"L\"", "air_date": "2008-03-07", @@ -1522924,7 +1447394,7 @@ "air_date": "2008-12-30", "question": "With English defeats at Caen & Cherbourg, this long war was nearing its end by 1450", "value": "$600", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Jeopardy!", "show_number": "5597", "fullAnswer": "the Hundred Years\\' War" @@ -1522949,16 +1447419,6 @@ "show_number": "5597", "fullAnswer": "Catherine Zeta-Jones" }, - { - "category": "WEATHER", - "air_date": "2008-12-30", - "question": "The photo seen here captures a devastating 2007 one of these, also the title of a 1997 film", - "value": "$800", - "answer": "ice storm", - "round": "Jeopardy!", - "show_number": "5597", - "fullAnswer": "ice storm" - }, { "category": "SPORTS ON THE 8s", "air_date": "2008-12-30", @@ -1523174,7 +1447634,7 @@ "air_date": "2008-12-30", "question": "In a painting by Luca Giordano, Perseus turns an angry mob to stone by holding up this", "value": "$3,400", - "answer": "Medusa\\'s head", + "answer": "Medusa's head", "round": "Double Jeopardy!", "show_number": "5597", "fullAnswer": "Medusa\\'s head" @@ -1523289,16 +1447749,6 @@ "show_number": "5597", "fullAnswer": "a pomme" }, - { - "category": "MYTHOLOGY & ART", - "air_date": "2008-12-30", - "question": "(Jon of the Clue Crew shows a painting on the monitor.) In Botticelli's \"The Birth of Venus\", you can see that Venus is being blown ashore by this West Wind", - "value": "$2000", - "answer": "Zephyr", - "round": "Double Jeopardy!", - "show_number": "5597", - "fullAnswer": "Zephyr" - }, { "category": "A STUDY IN SCARLETT JOHANSSON", "air_date": "2008-12-30", @@ -1523354,7 +1447804,7 @@ "air_date": "2008-12-30", "question": "In 2008 John McCain used this 1958 Top 10 hit by Chuck Berry as an anthem for his presidential bid", "value": null, - "answer": "\\Johnny B. Goode\\", + "answer": "Johnny B. Goode", "round": "Final Jeopardy!", "show_number": "5597", "fullAnswer": "\\\"Johnny B. Goode\\\"" @@ -1523579,22 +1448029,12 @@ "show_number": "5992", "fullAnswer": "Emergen-C" }, - { - "category": "GET \"OUT\" WHILE YOU CAN", - "air_date": "2010-10-05", - "question": "It's the rock classic heard here", - "value": "$800", - "answer": "Wipeout", - "round": "Jeopardy!", - "show_number": "5992", - "fullAnswer": "Wipeout" - }, { "category": "HERE COME THE MONSTERS!", "air_date": "2010-10-05", "question": "In this Guillermo del Toro movie, Doug Jones played both \"El Fauno\" & \"The Pale Man\" who had eyes on his hands", "value": "$800", - "answer": "Pan\\'s Labyrinth", + "answer": "Pan's Labyrinth", "round": "Jeopardy!", "show_number": "5992", "fullAnswer": "Pan\\'s Labyrinth" @@ -1523679,16 +1448119,6 @@ "show_number": "5992", "fullAnswer": "The Everly Brothers" }, - { - "category": "ASIAN NATIONS", - "air_date": "2010-10-05", - "question": "Seen here is the flag of this nation, made up of 25 states, 7 territories, and 1 billion souls", - "value": "$400", - "answer": "India", - "round": "Double Jeopardy!", - "show_number": "5992", - "fullAnswer": "India" - }, { "category": "A QUIET EVENING AT HOME", "air_date": "2010-10-05", @@ -1523779,16 +1448209,6 @@ "show_number": "5992", "fullAnswer": "weary Erie" }, - { - "category": "ASTRONOMY", - "air_date": "2010-10-05", - "question": "(Sarah of the Clue Crew shows a diagram of the Sun and Earth on the monitor.) On the sunward side of the Earth, these bands are compressed by solar winds; on the other side they can stretch farther", - "value": "$1200", - "answer": "Van Allen belts", - "round": "Double Jeopardy!", - "show_number": "5992", - "fullAnswer": "the Van Allen belts" - }, { "category": "FAMILY MUSIC", "air_date": "2010-10-05", @@ -1524054,7 +1448474,7 @@ "air_date": "2000-12-29", "question": "\"Bye Bye Bye\" from the album \"No Strings Attached\" was a hit for this group", "value": "$200", - "answer": "\\'N Sync", + "answer": "'N Sync", "round": "Jeopardy!", "show_number": "3760", "fullAnswer": "\\'N Sync" @@ -1524964,7 +1449384,7 @@ "air_date": "1989-09-20", "question": "A Packard touring car was disguised as a police car for this famous \"Holiday Holocaust\" in 1929", "value": "$600", - "answer": "St. Valentine\\'s Day Massacre", + "answer": "St. Valentine's Day Massacre", "round": "Double Jeopardy!", "show_number": "1158", "fullAnswer": "The St. Valentine\\'s Day Massacre" @@ -1525319,16 +1449739,6 @@ "show_number": "4670", "fullAnswer": "Inspector Gadget" }, - { - "category": "MUSIC CLASS", - "air_date": "2004-12-17", - "question": "From the Greek for \"to cut short\" it's what's being done to the rhythm of the melody here", - "value": "$800", - "answer": "syncopating", - "round": "Jeopardy!", - "show_number": "4670", - "fullAnswer": "syncopating" - }, { "category": "ALL THE GLITTERING PRIZES", "air_date": "2004-12-17", @@ -1525369,16 +1449779,6 @@ "show_number": "4670", "fullAnswer": "a transit" }, - { - "category": "ROBOTS, ANDROIDS & CYBORGS", - "air_date": "2004-12-17", - "question": "Seen here, he celebrated his 50th anniversary in 2002 and got a new series on the WB in 2004", - "value": "$1000", - "answer": "Astroboy", - "round": "Jeopardy!", - "show_number": "4670", - "fullAnswer": "Astroboy" - }, { "category": "MUSIC CLASS", "air_date": "2004-12-17", @@ -1525449,16 +1449849,6 @@ "show_number": "4670", "fullAnswer": "the Jordan River" }, - { - "category": "ANDREW LLOYD WEBBER", - "air_date": "2004-12-17", - "question": "(I'm Andrew Lloyd Webber.) This ex-\"Phantom\" plays Count Fosco in my latest musical \"The Woman in White\", which opened in London in Sept. 2004", - "value": "$400", - "answer": "Michael Crawford", - "round": "Double Jeopardy!", - "show_number": "4670", - "fullAnswer": "Michael Crawford" - }, { "category": "\"A\" PLUS", "air_date": "2004-12-17", @@ -1525684,7 +1450074,7 @@ "air_date": "2004-12-17", "question": "Multiply 6.022 times 10 to the 23rd power to get this scientific \"number\"", "value": "$2000", - "answer": "Avogadro\\'s number", + "answer": "Avogadro's number", "round": "Double Jeopardy!", "show_number": "4670", "fullAnswer": "Avogadro\\'s number" @@ -1526294,7 +1450684,7 @@ "air_date": "2000-12-13", "question": "Currently, this show is performed by 3 troupes; the Liffey & Lagan Companies on tour & the Shannon Company on B'way", "value": null, - "answer": "\\Riverdance\\", + "answer": "Riverdance", "round": "Final Jeopardy!", "show_number": "3748", "fullAnswer": "\\\"Riverdance\\\"" @@ -1526404,7 +1450794,7 @@ "air_date": "1990-01-15", "question": "Small, modern table named for the school where it was designed, not for a clergyman", "value": "$200", - "answer": "Parson\\'s Table", + "answer": "Parson's Table", "round": "Jeopardy!", "show_number": "1241", "fullAnswer": "Parson\\'s Table" @@ -1526744,7 +1451134,7 @@ "air_date": "1990-01-15", "question": "42 members of the London Symphony are heard in \"A Day In The Life\" on this Beatles album", "value": "$600", - "answer": "Sgt. Pepper\\'s Lonely Hearts Club Band", + "answer": "Sgt. Pepper's Lonely Hearts Club Band", "round": "Double Jeopardy!", "show_number": "1241", "fullAnswer": "Sgt. Pepper\\'s Lonely Hearts Club Band" @@ -1527384,7 +1451774,7 @@ "air_date": "2000-04-28", "question": "This 1971 TV tearjerker told the story of a Chicago Bears running back & his battle with cancer", "value": "$800", - "answer": "Brian\\'s Song", + "answer": "Brian's Song", "round": "Double Jeopardy!", "show_number": "3615", "fullAnswer": "Brian\\'s Song" @@ -1527599,16 +1451989,6 @@ "show_number": "4801", "fullAnswer": "Walter Reed" }, - { - "category": "BLACK & WHITE CINEMA", - "air_date": "2005-06-20", - "question": "It's the 1925 black & white classic of Soviet cinema seen here", - "value": "$600", - "answer": "Potemkin", - "round": "Jeopardy!", - "show_number": "4801", - "fullAnswer": "(The Battleship) Potemkin" - }, { "category": "TOM, DICK OR HARRY", "air_date": "2005-06-20", @@ -1527719,16 +1452099,6 @@ "show_number": "4801", "fullAnswer": "Samuel Pepys" }, - { - "category": "BLACK & WHITE CINEMA", - "air_date": "2005-06-20", - "question": "Family name of the creators of the 1895 treasure seen here", - "value": "$1000", - "answer": "Lumière", - "round": "Jeopardy!", - "show_number": "4801", - "fullAnswer": "Lumière" - }, { "category": "TOM, DICK OR HARRY", "air_date": "2005-06-20", @@ -1528014,7 +1452384,7 @@ "air_date": "2005-06-20", "question": "The jarring chord that opens this Lennon-McCartney composition is a G7 with an added ninth & suspended fourth", "value": "$2000", - "answer": "A Hard Day\\'s Night", + "answer": "A Hard Day's Night", "round": "Double Jeopardy!", "show_number": "4801", "fullAnswer": "\"A Hard Day\\'s Night\"" @@ -1528294,7 +1452664,7 @@ "air_date": "2011-05-03", "question": "I went in the post office & saw my own picture among those on this FBI fugitives list first issued in 1950", "value": "$800", - "answer": "America\\'s most wanted", + "answer": "America's most wanted", "round": "Jeopardy!", "show_number": "6142", "fullAnswer": "America\\'s most wanted" @@ -1528384,7 +1452754,7 @@ "air_date": "2011-05-03", "question": "The Beatles: \"Rocky Raccoon checked into his room, only to find ___ ___\"", "value": "$400", - "answer": "Gideon\\'s Bible", + "answer": "Gideon's Bible", "round": "Double Jeopardy!", "show_number": "6142", "fullAnswer": "Gideon\\'s Bible" @@ -1528609,16 +1452979,6 @@ "show_number": "6142", "fullAnswer": "Madrid" }, - { - "category": "MATH, TEACHERS!", - "air_date": "2011-05-03", - "question": "(Jimmy of the Clue Crew shows a graph on the monitor.) When graphing the equation y=2x+1, the line intersects the y-axis at 1; in general, the point where the line crosses is called the y-this", - "value": "$2000", - "answer": "y-intercept", - "round": "Double Jeopardy!", - "show_number": "6142", - "fullAnswer": "the y-intercept" - }, { "category": "LYRICAL MOP UP", "air_date": "2011-05-03", @@ -1528789,16 +1453149,6 @@ "show_number": "4897", "fullAnswer": "Sprint" }, - { - "category": "\"BY\"", - "air_date": "2005-12-20", - "question": "It's the type of race seen here", - "value": "$400", - "answer": "soap box derby", - "round": "Jeopardy!", - "show_number": "4897", - "fullAnswer": "a soap box derby" - }, { "category": "VICE PRESIDENTS", "air_date": "2005-12-20", @@ -1528809,16 +1453159,6 @@ "show_number": "4897", "fullAnswer": "veep" }, - { - "category": "BOBSLEDDING", - "air_date": "2005-12-20", - "question": "(Jimmy of the Clue Crew reports from Park City, UT.) Of the 16 bobsled tracks in the world, 2 are in the U.S.--one here at Park City, & the other in this upstate New York town", - "value": "$500", - "answer": "Lake Placid", - "round": "Jeopardy!", - "show_number": "4897", - "fullAnswer": "Lake Placid" - }, { "category": "JEOPARDY! ACCEPTABLE RESPONSES", "air_date": "2005-12-20", @@ -1528859,16 +1453199,6 @@ "show_number": "4897", "fullAnswer": "NIMBY-ism" }, - { - "category": "VICE PRESIDENTS", - "air_date": "2005-12-20", - "question": "The cartoon seen here lampooned this vice president", - "value": "$800", - "answer": "Gerry", - "round": "Jeopardy!", - "show_number": "4897", - "fullAnswer": "(Elbridge) Gerry" - }, { "category": "BOBSLEDDING", "air_date": "2005-12-20", @@ -1529119,16 +1453449,6 @@ "show_number": "4897", "fullAnswer": "Jean-Claude Killy" }, - { - "category": "NATIONAL ANTHEMS", - "air_date": "2005-12-20", - "question": "If you watch a lot of medal ceremonies for Olympic swimmers, you've heard the anthem of this country", - "value": "$1200", - "answer": "Australia", - "round": "Double Jeopardy!", - "show_number": "4897", - "fullAnswer": "Australia" - }, { "category": "GROUP THERAPY", "air_date": "2005-12-20", @@ -1529574,7 +1453894,7 @@ "air_date": "2007-07-27", "question": "To pave the way for a new hyperspace bypass, Vogons blow up the Earth in this 2005 film", "value": "$1000", - "answer": "Hitchhiker\\'s Guide to the Galaxy", + "answer": "Hitchhiker's Guide to the Galaxy", "round": "Jeopardy!", "show_number": "5285", "fullAnswer": "The Hitchhiker\\'s Guide to the Galaxy" @@ -1529609,16 +1453929,6 @@ "show_number": "5285", "fullAnswer": "Prince" }, - { - "category": "ALL ABOUT ANIMALS", - "air_date": "2007-07-27", - "question": "The fish seen here is named for its resemblance to this rodent", - "value": "$400", - "answer": "porcupine", - "round": "Double Jeopardy!", - "show_number": "5285", - "fullAnswer": "a porcupine" - }, { "category": "WHAT A 19th CENTURY YEAR!", "air_date": "2007-07-27", @@ -1529699,16 +1454009,6 @@ "show_number": "5285", "fullAnswer": "ground (or surface)" }, - { - "category": "COMING AT YOU IN 3-D", - "air_date": "2007-07-27", - "question": "The person seen here is riding in this style", - "value": "$800", - "answer": "sidesaddle", - "round": "Double Jeopardy!", - "show_number": "5285", - "fullAnswer": "sidesaddle" - }, { "category": "SOUTH AMERICAN COUNTRIES", "air_date": "2007-07-27", @@ -1529729,16 +1454029,6 @@ "show_number": "5285", "fullAnswer": "David Lee Roth" }, - { - "category": "ALL ABOUT ANIMALS", - "air_date": "2007-07-27", - "question": "(Jimmy of the Clue Crew delivers the clue from the Institute of Marine Sciences at UC Santa Cruz.) Though it has the name of an often fierce big cat, this type of shark is a menace to clams but not to people", - "value": "$1200", - "answer": "leopard shark", - "round": "Double Jeopardy!", - "show_number": "5285", - "fullAnswer": "a leopard shark" - }, { "category": "WHAT A 19th CENTURY YEAR!", "air_date": "2007-07-27", @@ -1529849,16 +1454139,6 @@ "show_number": "5285", "fullAnswer": "Billy Joel" }, - { - "category": "ALL ABOUT ANIMALS", - "air_date": "2007-07-27", - "question": "Not a diving duck--it's the dabbling ducky seen here", - "value": "$2000", - "answer": "mallard duck", - "round": "Double Jeopardy!", - "show_number": "5285", - "fullAnswer": "a mallard duck" - }, { "category": "WHAT A 19th CENTURY YEAR!", "air_date": "2007-07-27", @@ -1529879,16 +1454159,6 @@ "show_number": "5285", "fullAnswer": "Hephaestus" }, - { - "category": "COMING AT YOU IN 3-D", - "air_date": "2007-07-27", - "question": "It's the instrument heard here", - "value": "$2000", - "answer": "didgeridoo", - "round": "Double Jeopardy!", - "show_number": "5285", - "fullAnswer": "a didgeridoo" - }, { "category": "LANDMARKS", "air_date": "2007-07-27", @@ -1530209,16 +1454479,6 @@ "show_number": "5556", "fullAnswer": "the nut (or the fruit)" }, - { - "category": "J.W.s", - "air_date": "2008-11-03", - "question": "In 2004 this Hollywood legend was honored on the stamp seen here", - "value": "$400", - "answer": "John Wayne", - "round": "Double Jeopardy!", - "show_number": "5556", - "fullAnswer": "John Wayne" - }, { "category": "LODGE-PODGE", "air_date": "2008-11-03", @@ -1530399,16 +1454659,6 @@ "show_number": "5556", "fullAnswer": "Johnny Weissmuller" }, - { - "category": "LODGE-PODGE", - "air_date": "2008-11-03", - "question": "(Jimmy of the Clue Crew presents from the Hotel Monasterio in Cuzco, Peru.) Cuzco's Hotel Monasterio, once a 16th century monastery, features in its chapel this style of art, also seen in European churches", - "value": "$1600", - "answer": "Baroque", - "round": "Double Jeopardy!", - "show_number": "5556", - "fullAnswer": "Baroque" - }, { "category": "YOU, THE VOTER", "air_date": "2008-11-03", @@ -1531169,16 +1455419,6 @@ "show_number": "5394", "fullAnswer": "George Michael" }, - { - "category": "THE MASTERS", - "air_date": "2008-02-07", - "question": "Seen here is this man's portrait of Gerard de Lairesse, who said, \"Everything art can achieve was possible for him\"", - "value": "$400", - "answer": "Rembrandt", - "round": "Jeopardy!", - "show_number": "5394", - "fullAnswer": "Rembrandt" - }, { "category": "COUPLES", "air_date": "2008-02-07", @@ -1531349,16 +1455589,6 @@ "show_number": "5394", "fullAnswer": "Billy Corgan" }, - { - "category": "THE MASTERS", - "air_date": "2008-02-07", - "question": "This artist captured domestic tranquility as in the painting seen here", - "value": "$1000", - "answer": "Vermeer", - "round": "Jeopardy!", - "show_number": "5394", - "fullAnswer": "Vermeer" - }, { "category": "COUPLES", "air_date": "2008-02-07", @@ -1531484,7 +1455714,7 @@ "air_date": "2008-02-07", "question": "1976:
\"Follow the money\"", "value": "$800", - "answer": "All the President\\'s Men", + "answer": "All the President's Men", "round": "Double Jeopardy!", "show_number": "5394", "fullAnswer": "All the President\\'s Men" @@ -1531499,16 +1455729,6 @@ "show_number": "5394", "fullAnswer": "Edam" }, - { - "category": "THE LEFTY WAY", - "air_date": "2008-02-07", - "question": "Adolf Menzel painted in oils with his right hand but used his left for work in this H2O-soluble medium", - "value": "$800", - "answer": "watercolor", - "round": "Double Jeopardy!", - "show_number": "5394", - "fullAnswer": "watercolor" - }, { "category": "GIVING YOU THE BIRD", "air_date": "2008-02-07", @@ -1531679,16 +1455899,6 @@ "show_number": "5394", "fullAnswer": "Eritrea & Ethiopia" }, - { - "category": "THE LEFTY WAY", - "air_date": "2008-02-07", - "question": "Lefties who smudge what they write may prefer right-to-left languages like this one used in Qom & Tabriz", - "value": "$2,000", - "answer": "Farsi ", - "round": "Double Jeopardy!", - "show_number": "5394", - "fullAnswer": "Farsi (Persian)" - }, { "category": "GIVING YOU THE BIRD", "air_date": "2008-02-07", @@ -1532064,7 +1456274,7 @@ "air_date": "1999-01-11", "question": "\"(Hi, I'm Chuck Woolery) You can send a card to your sweetheart or anyone in your 4th grade class on this February holiday\"", "value": "$200", - "answer": "Valentine\\'s Day", + "answer": "Valentine's Day", "round": "Double Jeopardy!", "show_number": "3306", "fullAnswer": "Valentine\\'s Day" @@ -1532794,7 +1457004,7 @@ "air_date": "1991-01-17", "question": "This floating sea creature which resembles a jellyfish was probably named for a type of ship", "value": "$600", - "answer": "Man-O\\'-War", + "answer": "Man-O'-War", "round": "Double Jeopardy!", "show_number": "1474", "fullAnswer": "Man-O\\'-War" @@ -1532969,16 +1457179,6 @@ "show_number": "4839", "fullAnswer": "Odin" }, - { - "category": "THEY KILT", - "air_date": "2005-09-29", - "question": "He's the kilt-clad kinsmen pictured here around 1980", - "value": "$200", - "answer": "Prince Charles", - "round": "Jeopardy!", - "show_number": "4839", - "fullAnswer": "Prince Charles" - }, { "category": "KINSEY", "air_date": "2005-09-29", @@ -1533259,16 +1457459,6 @@ "show_number": "4839", "fullAnswer": "Nathan Hale" }, - { - "category": "LET'S BE SECURE", - "air_date": "2005-09-29", - "question": "(Former Secretary of Homeland Security Tom Ridge gives the clue.) I introduced the threat advisory system; during my time at the DHS we were never able to go below this color, for \"elevated threat\"", - "value": "$400", - "answer": "yellow", - "round": "Double Jeopardy!", - "show_number": "4839", - "fullAnswer": "yellow" - }, { "category": "MONGO FOR MONGOLIA", "air_date": "2005-09-29", @@ -1533349,22 +1457539,12 @@ "show_number": "4839", "fullAnswer": "a jukebox" }, - { - "category": "MATH", - "air_date": "2005-09-29", - "question": "(Cheryl of the Clue Crew stands at a chalkboard.) Multiplying in scientific notation gets me a product with this exponent", - "value": "$1200", - "answer": "9", - "round": "Double Jeopardy!", - "show_number": "4839", - "fullAnswer": "9" - }, { "category": "'80s TV", "air_date": "2005-09-29", "question": "\"Three's a Crowd\" picked up where this sitcom left off", "value": "$1200", - "answer": "Three\\'s Company", + "answer": "Three's Company", "round": "Double Jeopardy!", "show_number": "4839", "fullAnswer": "Three\\'s Company" @@ -1533379,16 +1457559,6 @@ "show_number": "4839", "fullAnswer": "John Brown" }, - { - "category": "LET'S BE SECURE", - "air_date": "2005-09-29", - "question": "(Tom Ridge reads.) I led the largest reorganization of the government since the 1940s, including bringing the Secret Service, customs, & this whole military service into the DHS", - "value": "$1200", - "answer": "Coast Guard", - "round": "Double Jeopardy!", - "show_number": "4839", - "fullAnswer": "the Coast Guard" - }, { "category": "MONGO FOR MONGOLIA", "air_date": "2005-09-29", @@ -1533489,16 +1457659,6 @@ "show_number": "4839", "fullAnswer": "Rudolph Hess" }, - { - "category": "LET'S BE SECURE", - "air_date": "2005-09-29", - "question": "(Tom Ridge reads one last time.) Our front line of defense against a terrorist attack is local police & firefighters, known as \"first\" these", - "value": "$2000", - "answer": "responders", - "round": "Double Jeopardy!", - "show_number": "4839", - "fullAnswer": "responders" - }, { "category": "MONGO FOR MONGOLIA", "air_date": "2005-09-29", @@ -1533509,16 +1457669,6 @@ "show_number": "4839", "fullAnswer": "Karakoram" }, - { - "category": "\"OX\" MARKS THE SPOT", - "air_date": "2005-09-29", - "question": "Popular Western United States perennial seen here", - "value": "$2000", - "answer": "phlox", - "round": "Double Jeopardy!", - "show_number": "4839", - "fullAnswer": "phlox" - }, { "category": "FAMOUS ENGLISHMEN", "air_date": "2005-09-29", @@ -1533954,7 +1458104,7 @@ "air_date": "1998-11-10", "question": "Hawthorne based \"The Celestial Railroad\" on this John Bunyan work, one of his boyhood favorites", "value": "$600", - "answer": "Pilgrim\\'s Progress", + "answer": "Pilgrim's Progress", "round": "Double Jeopardy!", "show_number": "3262", "fullAnswer": "Pilgrim\\'s Progress" @@ -1534109,16 +1458259,6 @@ "show_number": "3262", "fullAnswer": "Lime" }, - { - "category": "FAMOUS NEW ENGLANDERS", - "air_date": "1998-11-10", - "question": "Native New Englander seen here, modeling for his company's catalog sometime before WWI", - "value": null, - "answer": "L.L. Bean", - "round": "Final Jeopardy!", - "show_number": "3262", - "fullAnswer": "L.L. Bean" - }, { "category": "POTPOURRI", "air_date": "2007-07-16", @@ -1534289,16 +1458429,6 @@ "show_number": "5276", "fullAnswer": "ginger" }, - { - "category": "\"GOO\"GLE", - "air_date": "2007-07-16", - "question": "(I'm Steve Schirripa of The Sopranos.) I've written several books on the lifestyle of this Sicilian slang term that's also seen in Super Mario games", - "value": "$600", - "answer": "goomba", - "round": "Jeopardy!", - "show_number": "5276", - "fullAnswer": "goomba" - }, { "category": "POTPOURRI", "air_date": "2007-07-16", @@ -1534374,7 +1458504,7 @@ "air_date": "2007-07-16", "question": "Ukrainian-born Mila Kunis played Jackie Burkhart on this Fox sitcom", "value": "$1000", - "answer": "That \\'70s Show", + "answer": "That '70s Show", "round": "Jeopardy!", "show_number": "5276", "fullAnswer": "That \\'70s Show" @@ -1534449,16 +1458579,6 @@ "show_number": "5276", "fullAnswer": "Condoleezza Rice" }, - { - "category": "EVERYDAY TECHNOLOGY", - "air_date": "2007-07-16", - "question": "(Cheryl of the Clue crew is in the lab.) This trademarked DuPont technology protects each fiber of a carpet to prevent stains; you might know it better from cookware", - "value": "$400", - "answer": "teflon", - "round": "Double Jeopardy!", - "show_number": "5276", - "fullAnswer": "teflon" - }, { "category": "AIN'T THAT AMERICA", "air_date": "2007-07-16", @@ -1534569,16 +1458689,6 @@ "show_number": "5276", "fullAnswer": "Harriet Tubman" }, - { - "category": "EVERYDAY TECHNOLOGY", - "air_date": "2007-07-16", - "question": "(Kelly of the Clue Crew delivers the hot air.) In plastic that's heated, the molecules move around and get tangled, reducing the area of the plastic around an object; hence the name", - "value": "$1200", - "answer": "shrink wrap", - "round": "Double Jeopardy!", - "show_number": "5276", - "fullAnswer": "shrink wrap" - }, { "category": "AIN'T THAT AMERICA", "air_date": "2007-07-16", @@ -1534619,26 +1458729,6 @@ "show_number": "5276", "fullAnswer": "Queen Latifah" }, - { - "category": "FAMOUS WOMEN", - "air_date": "2007-07-16", - "question": "She's the young girl on the left pictured with her beloved teacher Anne Sullivan", - "value": "$1600", - "answer": "Helen Keller", - "round": "Double Jeopardy!", - "show_number": "5276", - "fullAnswer": "Helen Keller" - }, - { - "category": "EVERYDAY TECHNOLOGY", - "air_date": "2007-07-16", - "question": "Seen here is the first patent for what became this time saver at the supermarket checkout", - "value": "$1600", - "answer": "bar code", - "round": "Double Jeopardy!", - "show_number": "5276", - "fullAnswer": "a bar code" - }, { "category": "AIN'T THAT AMERICA", "air_date": "2007-07-16", @@ -1534689,16 +1458779,6 @@ "show_number": "5276", "fullAnswer": "Sally Ride" }, - { - "category": "EVERYDAY TECHNOLOGY", - "air_date": "2007-07-16", - "question": "(Jimmy of the Clue Crew screens the facts.) Channel surfing is made possible by the light emitting diode in your remote, sending a signal of this non-visible light", - "value": "$2000", - "answer": "infrared light", - "round": "Double Jeopardy!", - "show_number": "5276", - "fullAnswer": "infrared light" - }, { "category": "AIN'T THAT AMERICA", "air_date": "2007-07-16", @@ -1534779,16 +1458859,6 @@ "show_number": "4995", "fullAnswer": "Columbus Day" }, - { - "category": "A VISIT TO INTEL CORP.", - "air_date": "2006-05-05", - "question": "(Jon of the Clue Crew reports from the Intel Corporation in Santa Clara, CA.) As a semiconductor that can either conduct or resist electricity, this element has become the raw material of computer chips", - "value": "$200", - "answer": "silicon", - "round": "Jeopardy!", - "show_number": "4995", - "fullAnswer": "silicon" - }, { "category": "IT HAPPENED IN MAY", "air_date": "2006-05-05", @@ -1534839,16 +1458909,6 @@ "show_number": "4995", "fullAnswer": "Deadwood" }, - { - "category": "A VISIT TO INTEL CORP.", - "air_date": "2006-05-05", - "question": "(Jon of the Clue Crew reports from the Intel Corporation in Santa Clara, CA.) The equivalent of wires in a chip's circuitry have been shrunk to 1/1,000th the width of a hair, & are measured in this unit, a millionth of a meter", - "value": "$400", - "answer": "microns", - "round": "Jeopardy!", - "show_number": "4995", - "fullAnswer": "microns" - }, { "category": "IT HAPPENED IN MAY", "air_date": "2006-05-05", @@ -1534899,16 +1458959,6 @@ "show_number": "4995", "fullAnswer": "McGovern" }, - { - "category": "A VISIT TO INTEL CORP.", - "air_date": "2006-05-05", - "question": "(Kelly of the Clue Crew reports from the Intel Corporation in Santa Clara, CA.) Invented in 1947, this device that replaced the vacuum tube can now be a mere 150 atoms thick on a computer chip", - "value": "$600", - "answer": "transistor", - "round": "Jeopardy!", - "show_number": "4995", - "fullAnswer": "a transistor" - }, { "category": "IT HAPPENED IN MAY", "air_date": "2006-05-05", @@ -1534959,16 +1459009,6 @@ "show_number": "4995", "fullAnswer": "the Missouri" }, - { - "category": "A VISIT TO INTEL CORP.", - "air_date": "2006-05-05", - "question": "(Kelly of the Clue Crew reports from the Intel Corporation in Santa Clara, CA.) To check for defects or design issues on a chip, Intel uses this type of microscope that beams subatomic particles at its subject", - "value": "$800", - "answer": "electron microscope", - "round": "Jeopardy!", - "show_number": "4995", - "fullAnswer": "an electron microscope" - }, { "category": "IT HAPPENED IN MAY", "air_date": "2006-05-05", @@ -1535019,32 +1459059,12 @@ "show_number": "4995", "fullAnswer": "Badlands National Park" }, - { - "category": "A VISIT TO INTEL CORP.", - "air_date": "2006-05-05", - "question": "(Kelly of the Clue Crew reports from the Intel Corporation in Santa Clara, CA.) This Intel cofounder's law predicted that chips would double computing power every 1 or 2 years; Intel made that a reality with million-fold jumps in performance", - "value": "$1000", - "answer": "Gordon Moore", - "round": "Jeopardy!", - "show_number": "4995", - "fullAnswer": "Gordon Moore" - }, - { - "category": "CAT", - "air_date": "2006-05-05", - "question": "Now endangered, these fast felines were once common in India where a Mogal emperor kept a thousand of them as hunting cats", - "value": "$400", - "answer": "cheetah", - "round": "Double Jeopardy!", - "show_number": "4995", - "fullAnswer": "cheetah" - }, { "category": "O'", "air_date": "2006-05-05", "question": "She \"lit a lantern... her cow kicked it over, then winked... & said, 'There'll be a hot time in the old town tonight'\"", "value": "$400", - "answer": "O\\'Leary", + "answer": "O'Leary", "round": "Double Jeopardy!", "show_number": "4995", "fullAnswer": "(Mrs.) O\\'Leary" @@ -1535104,7 +1459124,7 @@ "air_date": "2006-05-05", "question": "Hero of a Robert Burns poem, or a Scottish woolen cap", "value": "$800", - "answer": "Tam O\\'Shanter", + "answer": "Tam O'Shanter", "round": "Double Jeopardy!", "show_number": "4995", "fullAnswer": "Tam O\\'Shanter" @@ -1535149,22 +1459169,12 @@ "show_number": "4995", "fullAnswer": "a touch" }, - { - "category": "CAT", - "air_date": "2006-05-05", - "question": "Slender Asian variety of feline seen here", - "value": "$1200", - "answer": "Siamese cat", - "round": "Double Jeopardy!", - "show_number": "4995", - "fullAnswer": "a Siamese cat" - }, { "category": "O'", "air_date": "2006-05-05", "question": "A misleading illusion; specifically, a bright light over marshy ground", "value": "$1200", - "answer": "will o\\' (the) wisp", + "answer": "will o' (the) wisp", "round": "Double Jeopardy!", "show_number": "4995", "fullAnswer": "a will o\\' (the) wisp" @@ -1535189,16 +1459199,6 @@ "show_number": "4995", "fullAnswer": "Amy Tan" }, - { - "category": "HIT ME", - "air_date": "2006-05-05", - "question": "In July of 1975, the musical act seen here topped the U.S. charts", - "value": "$1200", - "answer": "Captain & Tennille", - "round": "Double Jeopardy!", - "show_number": "4995", - "fullAnswer": "The Captain & Tennille" - }, { "category": "\"OUCH\"!", "air_date": "2006-05-05", @@ -1535224,7 +1459224,7 @@ "air_date": "2006-05-05", "question": "Britannica says that in his time, after Shaw & Shakespeare, this dramatist was the most translated & produced", "value": "$4,000", - "answer": "O\\'Neill", + "answer": "O'Neill", "round": "Double Jeopardy!", "show_number": "4995", "fullAnswer": "(Eugene) O\\'Neill" @@ -1535279,16 +1459279,6 @@ "show_number": "4995", "fullAnswer": "leo" }, - { - "category": "O'", - "air_date": "2006-05-05", - "question": "This flower, seen here, gets its name due to its afternoon bloom", - "value": "$2000", - "answer": "four-o\\'clocks", - "round": "Double Jeopardy!", - "show_number": "4995", - "fullAnswer": "four-o\\'clocks" - }, { "category": "NEIN!", "air_date": "2006-05-05", @@ -1535384,7 +1459374,7 @@ "air_date": "1997-04-07", "question": "French for an appetizer, it literally means \"outside the main work\"", "value": "$100", - "answer": "dors d\\'oeuvres", + "answer": "dors d'oeuvres", "round": "Jeopardy!", "show_number": "2911", "fullAnswer": "dors d\\'oeuvres" @@ -1535434,7 +1459424,7 @@ "air_date": "1997-04-07", "question": "It includes the lines \"What a glorious feeling, I'm happy again, I'm laughing at clouds...\"", "value": "$200", - "answer": "Singin\\' In The Rain", + "answer": "Singin' In The Rain", "round": "Jeopardy!", "show_number": "2911", "fullAnswer": "\"Singin\\' In The Rain\"" @@ -1535614,7 +1459604,7 @@ "air_date": "1997-04-07", "question": "Question asked by Alanis Morissette, \"It's like rain on your wedding day, it's a free ride when you've already paid\"", "value": "$500", - "answer": "Isn\\'t It Ironic", + "answer": "Isn't It Ironic", "round": "Jeopardy!", "show_number": "2911", "fullAnswer": "\"Isn\\'t It Ironic\"" @@ -1535769,16 +1459759,6 @@ "show_number": "2911", "fullAnswer": "Edith Wilson" }, - { - "category": "THE SILVER SCREEN", - "air_date": "1997-04-07", - "question": "Ronald Reagan said this film most affected his life:
[video clue]", - "value": "$600", - "answer": "Mr. Smith Goes to Washington", - "round": "Double Jeopardy!", - "show_number": "2911", - "fullAnswer": "Mr. Smith Goes to Washington" - }, { "category": "AROUND THE WORLD", "air_date": "1997-04-07", @@ -1536159,16 +1460139,6 @@ "show_number": "3462", "fullAnswer": "an octopus" }, - { - "category": "ROCK & ROLL JEOPARDY!", - "air_date": "1999-09-28", - "question": "(Hi, I'm Meredith Brooks.) I've performed several dates on this annual tour that premiered in 1997 to celebrate women in music", - "value": "$400", - "answer": "Lilith Fair", - "round": "Jeopardy!", - "show_number": "3462", - "fullAnswer": "Lilith Fair" - }, { "category": "FLAKES", "air_date": "1999-09-28", @@ -1536364,7 +1460334,7 @@ "air_date": "1999-09-28", "question": "It precedes, \"And I'm not going to take it any more\"", "value": "$400", - "answer": "I\\'m mad as hell", + "answer": "I'm mad as hell", "round": "Double Jeopardy!", "show_number": "3462", "fullAnswer": "\"I\\'m mad as hell\"" @@ -1536439,16 +1460409,6 @@ "show_number": "3462", "fullAnswer": "Hugh Capet" }, - { - "category": "'70S TV", - "air_date": "1999-09-28", - "question": "(Hi, I'm Jeff Greenfield.) During the 1970s I frequently appeared on this PBS show hosted by William F. Buckley", - "value": "$800", - "answer": "Firing Line", - "round": "Double Jeopardy!", - "show_number": "3462", - "fullAnswer": "Firing Line" - }, { "category": "LESSER-KNOWN COMPOSERS", "air_date": "1999-09-28", @@ -1536839,16 +1460799,6 @@ "show_number": "5790", "fullAnswer": "goal" }, - { - "category": "EXPEDITION WEEK", - "air_date": "2009-11-13", - "question": "The search is on for sunken World War II submarines of this nation in \"Hunt for the Samurai Subs\"", - "value": "$400", - "answer": "Japan", - "round": "Double Jeopardy!", - "show_number": "5790", - "fullAnswer": "Japan" - }, { "category": "YOUNG ATHLETES", "air_date": "2009-11-13", @@ -1536899,16 +1460849,6 @@ "show_number": "5790", "fullAnswer": "a seesaw" }, - { - "category": "EXPEDITION WEEK", - "air_date": "2009-11-13", - "question": "In \"Search for the... Headshrinkers\" of this river, we learn of the practice in Ecuador & Peru", - "value": "$800", - "answer": "Amazon", - "round": "Double Jeopardy!", - "show_number": "5790", - "fullAnswer": "the Amazon" - }, { "category": "YOUNG ATHLETES", "air_date": "2009-11-13", @@ -1536959,26 +1460899,6 @@ "show_number": "5790", "fullAnswer": "the Humvee" }, - { - "category": "EXPEDITION WEEK", - "air_date": "2009-11-13", - "question": "\"When Crocs Ate Dinos\" takes us to this period, named for chalk cliffs, the dinosaurs' final period", - "value": "$2,500", - "answer": "Cretaceous period", - "round": "Double Jeopardy!", - "show_number": "5790", - "fullAnswer": "the Cretaceous period" - }, - { - "category": "YOUNG ATHLETES", - "air_date": "2009-11-13", - "question": "(I'm Danica Patrick.) Long before I got into race cars, I was a 12-year-old winner of the grand national championship in this sport -- if you're cool, you don't put the \"go\" in front of it", - "value": "$1200", - "answer": "go-karts", - "round": "Double Jeopardy!", - "show_number": "5790", - "fullAnswer": "go-karts" - }, { "category": "LITERARY TERMS", "air_date": "2009-11-13", @@ -1536989,26 +1460909,6 @@ "show_number": "5790", "fullAnswer": "an oxymoron" }, - { - "category": "FOR MY FIRST CAR I'D LIKE...", - "air_date": "2009-11-13", - "question": "This emblem & the wheels to go with it", - "value": "$1200", - "answer": "Jaguar", - "round": "Double Jeopardy!", - "show_number": "5790", - "fullAnswer": "Jaguar" - }, - { - "category": "LET'S PLAY ALGEBRA!", - "air_date": "2009-11-13", - "question": "(Kelly of the Clue Crew shows an animated diagram on the monitor.) If a racecar takes 5 seconds on a straightaway & 2 seconds to round a turn, it takes this long to complete 1 lap", - "value": "$1200", - "answer": "14 seconds", - "round": "Double Jeopardy!", - "show_number": "5790", - "fullAnswer": "14 seconds" - }, { "category": "DOUBLE \"E\" WORDS", "air_date": "2009-11-13", @@ -1537019,16 +1460919,6 @@ "show_number": "5790", "fullAnswer": "the spleen" }, - { - "category": "EXPEDITION WEEK", - "air_date": "2009-11-13", - "question": "\"Mars: Making the New Earth\" shows these biologists, from a word meaning \"star\", trying to bring life to the red planet", - "value": "$1600", - "answer": "astrobiologists", - "round": "Double Jeopardy!", - "show_number": "5790", - "fullAnswer": "astrobiologists" - }, { "category": "YOUNG ATHLETES", "air_date": "2009-11-13", @@ -1537079,16 +1460969,6 @@ "show_number": "5790", "fullAnswer": "a buccaneer" }, - { - "category": "EXPEDITION WEEK", - "air_date": "2009-11-13", - "question": "(National Geographic archaeologist Byron McCane delivers the clue.) The Gabriel Revelation tablet, sometimes called a Dead Sea Scroll in stone, allegedly tells of a Jewish revolt against Rome in 4 B.C. & mentions a king of evil countenance, this emperor", - "value": "$2000", - "answer": "Augustus ", - "round": "Double Jeopardy!", - "show_number": "5790", - "fullAnswer": "Augustus (Caesar)" - }, { "category": "YOUNG ATHLETES", "air_date": "2009-11-13", @@ -1537299,16 +1461179,6 @@ "show_number": "4814", "fullAnswer": "the ocelot" }, - { - "category": "A FOOD ATTITUDE", - "air_date": "2005-07-07", - "question": "One of these of lamb should provide about seven chops", - "value": "$600", - "answer": "rack of lamb", - "round": "Jeopardy!", - "show_number": "4814", - "fullAnswer": "a rack of lamb" - }, { "category": "BY THE HUNDREDS", "air_date": "2005-07-07", @@ -1537494,7 +1461364,7 @@ "air_date": "2005-07-07", "question": "10-4, good buddy, it's what the CB in CB radio stands for", "value": "$400", - "answer": "citizen\\'s band", + "answer": "citizen's band", "round": "Double Jeopardy!", "show_number": "4814", "fullAnswer": "citizen\\'s band" @@ -1537584,7 +1461454,7 @@ "air_date": "2005-07-07", "question": "This novel by Thomas Hardy is subtitled \"A Pure Woman\"", "value": "$1200", - "answer": "Tess of the d\\'Urbervilles", + "answer": "Tess of the d'Urbervilles", "round": "Double Jeopardy!", "show_number": "4814", "fullAnswer": "Tess of the d\\'Urbervilles" @@ -1537774,7 +1461644,7 @@ "air_date": "1998-02-04", "question": "Sittin' on the top of the charts in 1968 was this hit by the late Otis Redding", "value": "$100", - "answer": "Sittin\\' On The Dock Of The Bay", + "answer": "Sittin' On The Dock Of The Bay", "round": "Jeopardy!", "show_number": "3098", "fullAnswer": "\"Sittin\\' On The Dock Of The Bay\"" @@ -1537949,16 +1461819,6 @@ "show_number": "3098", "fullAnswer": "Beijing" }, - { - "category": "'60s NO. 1 HITS", - "air_date": "1998-02-04", - "question": "The No. 1 \"word\" in September 1966 was this hit's title:

\"...how many times I've wished that I had told you...\"", - "value": "$600", - "answer": "Cherish", - "round": "Jeopardy!", - "show_number": "3098", - "fullAnswer": "\"Cherish\"" - }, { "category": "19th CENTURY AMERICA", "air_date": "1998-02-04", @@ -1538594,7 +1462454,7 @@ "air_date": "2003-01-02", "question": "Appropriately, the song \"Heaven Must be Missing an Angel\" is on the soundtrack to this 2000 girl power flick", "value": "$800", - "answer": "Charlie\\'s Angels", + "answer": "Charlie's Angels", "round": "Jeopardy!", "show_number": "4224", "fullAnswer": "Charlie\\'s Angels" @@ -1538874,7 +1462734,7 @@ "air_date": "2003-01-02", "question": "Satire in which Lemuel visits Lilliput with Steinbeck's poodle", "value": "$1600", - "answer": "Gulliver\\'s Travels with Charley", + "answer": "Gulliver's Travels with Charley", "round": "Double Jeopardy!", "show_number": "4224", "fullAnswer": "Gulliver\\'s Travels with Charley" @@ -1538994,7 +1462854,7 @@ "air_date": "2003-06-05", "question": "\"The Sweetest Place on Earth\" is an amusement park in Pennsylvania, operated by this company", "value": "$200", - "answer": "Hershey\\'s", + "answer": "Hershey's", "round": "Jeopardy!", "show_number": "4334", "fullAnswer": "Hershey\\'s" @@ -1539064,7 +1462924,7 @@ "air_date": "2003-06-05", "question": "First described by an English physician in 1817, this disease is marked by tremors of the hands", "value": "$600", - "answer": "Parkinson\\'s disease", + "answer": "Parkinson's disease", "round": "Jeopardy!", "show_number": "4334", "fullAnswer": "Parkinson\\'s disease" @@ -1540154,7 +1464014,7 @@ "air_date": "1999-12-15", "question": "A 1920s discovery proved that some of the instruments used in this 1871 opera were historically accurate", "value": null, - "answer": "\\Aida\\", + "answer": "Aida", "round": "Final Jeopardy!", "show_number": "3518", "fullAnswer": "\\\"Aida\\\"" @@ -1540849,16 +1464709,6 @@ "show_number": "5737", "fullAnswer": "Monopoly" }, - { - "category": "LET'S EAT", - "air_date": "2009-07-14", - "question": "It's the cheerful name for the fried eggs seen here", - "value": "$400", - "answer": "sunny-side up", - "round": "Jeopardy!", - "show_number": "5737", - "fullAnswer": "sunny-side up" - }, { "category": "HEADS OF STATE", "air_date": "2009-07-14", @@ -1540969,16 +1464819,6 @@ "show_number": "5737", "fullAnswer": "Clue" }, - { - "category": "LET'S EAT", - "air_date": "2009-07-14", - "question": "The name of this edible root has its root in Latin", - "value": "$800", - "answer": "radishes", - "round": "Jeopardy!", - "show_number": "5737", - "fullAnswer": "radishes" - }, { "category": "HEADS OF STATE", "air_date": "2009-07-14", @@ -1541189,16 +1465029,6 @@ "show_number": "5737", "fullAnswer": "rabies" }, - { - "category": "YOU DO THE MATH!", - "air_date": "2009-07-14", - "question": "(Sarah of the Clue Crew shows the numbers 18, 33, & 165 on the monitor.) An easy way to find the common divisor here is to simply add up each number's digits, & each sum will be divisible by this number", - "value": "$1200", - "answer": "3", - "round": "Double Jeopardy!", - "show_number": "5737", - "fullAnswer": "3" - }, { "category": "VACATION FUN", "air_date": "2009-07-14", @@ -1541309,16 +1465139,6 @@ "show_number": "5737", "fullAnswer": "housebreaking" }, - { - "category": "YOU DO THE MATH!", - "air_date": "2009-07-14", - "question": "It's the total number of intersections in the Venn diagram seen here", - "value": "$2000", - "answer": "4", - "round": "Double Jeopardy!", - "show_number": "5737", - "fullAnswer": "4" - }, { "category": "VACATION FUN", "air_date": "2009-07-14", @@ -1541429,16 +1465249,6 @@ "show_number": "5192", "fullAnswer": "vaccination" }, - { - "category": "ALEX HAS LEFT THE BUILDING", - "air_date": "2007-03-20", - "question": "Here's me \"Russian\" out of this fortified enclosure", - "value": "$200", - "answer": "Kremlin", - "round": "Jeopardy!", - "show_number": "5192", - "fullAnswer": "the Kremlin" - }, { "category": "THE KENNEDYS", "air_date": "2007-03-20", @@ -1541489,16 +1465299,6 @@ "show_number": "5192", "fullAnswer": "saccharin" }, - { - "category": "ALEX HAS LEFT THE BUILDING", - "air_date": "2007-03-20", - "question": "\"Greece\" was the word when I left this temple, seen here", - "value": "$400", - "answer": "Parthenon", - "round": "Jeopardy!", - "show_number": "5192", - "fullAnswer": "the Parthenon" - }, { "category": "THE KENNEDYS", "air_date": "2007-03-20", @@ -1541549,16 +1465349,6 @@ "show_number": "5192", "fullAnswer": "moccasins" }, - { - "category": "ALEX HAS LEFT THE BUILDING", - "air_date": "2007-03-20", - "question": "I'm taking the long way down to this landmark", - "value": "$600", - "answer": "Empire State Building", - "round": "Jeopardy!", - "show_number": "5192", - "fullAnswer": "the Empire State Building" - }, { "category": "THE KENNEDYS", "air_date": "2007-03-20", @@ -1541609,16 +1465399,6 @@ "show_number": "5192", "fullAnswer": "accessory" }, - { - "category": "ALEX HAS LEFT THE BUILDING", - "air_date": "2007-03-20", - "question": "I'm taking the expressway out of this building, San Francisco's answer to the Great Pyramid", - "value": "$800", - "answer": "Transamerica building", - "round": "Jeopardy!", - "show_number": "5192", - "fullAnswer": "the Transamerica building" - }, { "category": "THE KENNEDYS", "air_date": "2007-03-20", @@ -1541659,26 +1465439,6 @@ "show_number": "5192", "fullAnswer": "an anchor" }, - { - "category": "5 \"CC\"s", - "air_date": "2007-03-20", - "question": "Seen here, it's London's version of Times Square", - "value": "$1000", - "answer": "Piccadilly Circus", - "round": "Jeopardy!", - "show_number": "5192", - "fullAnswer": "Piccadilly Circus" - }, - { - "category": "ALEX HAS LEFT THE BUILDING", - "air_date": "2007-03-20", - "question": "After checking out Neville and Winston's former digs, it was time to leave this famous address", - "value": "$1000", - "answer": "10 Downing Street", - "round": "Jeopardy!", - "show_number": "5192", - "fullAnswer": "10 Downing Street" - }, { "category": "SMALL ISLANDS", "air_date": "2007-03-20", @@ -1541699,16 +1465459,6 @@ "show_number": "5192", "fullAnswer": "Charlie Sheen" }, - { - "category": "TIME FOR A HAIRCUT", - "air_date": "2007-03-20", - "question": "(Jon of the Clue Crew points to the whirl of hair on the top of a man's head on the monitor.) To hairdressers, it's not just a piece sticking up; it's the center of the hair's growth pattern. Find it, and figure out which way the hair falls", - "value": "$400", - "answer": "cowlick", - "round": "Double Jeopardy!", - "show_number": "5192", - "fullAnswer": "cowlick" - }, { "category": "COLLEGE TOWNS", "air_date": "2007-03-20", @@ -1542594,7 +1466344,7 @@ "air_date": "2000-02-28", "question": "This controversial biography of a famous American has a foreign nationality as its title", "value": null, - "answer": "\\Dutch\\ ", + "answer": "Dutch ", "round": "Final Jeopardy!", "show_number": "3571", "fullAnswer": "\\\"Dutch\\\" (presidential biography of Ronald Reagan by Edmund Morris)" @@ -1542634,7 +1466384,7 @@ "air_date": "2004-01-16", "question": "They were in the pocket of those Red Tabs jeans from this company -- you know, the ones we just took to Goodwill", "value": "$200", - "answer": "Levi\\'s", + "answer": "Levi's", "round": "Jeopardy!", "show_number": "4460", "fullAnswer": "Levi\\'s" @@ -1543229,16 +1466979,6 @@ "show_number": "5273", "fullAnswer": "Frank Sinatra" }, - { - "category": "LULLABIES THAT ROCK", - "air_date": "2007-07-11", - "question": "This lullabye will either \"rock\" your little ones or make them acrophobic", - "value": "$200", - "answer": "Rock-a-bye Baby", - "round": "Jeopardy!", - "show_number": "5273", - "fullAnswer": "\"Rock-a-bye Baby\"" - }, { "category": "THE NEW YORK TIMES DINING", "air_date": "2007-07-11", @@ -1543289,16 +1467029,6 @@ "show_number": "5273", "fullAnswer": "Sylvester Stallone" }, - { - "category": "LULLABIES THAT ROCK", - "air_date": "2007-07-11", - "question": "This one heard here started off as a poem", - "value": "$400", - "answer": "Twinkle Twinkle Little Star", - "round": "Jeopardy!", - "show_number": "5273", - "fullAnswer": "\"Twinkle Twinkle Little Star\"" - }, { "category": "THE NEW YORK TIMES DINING", "air_date": "2007-07-11", @@ -1543339,26 +1467069,6 @@ "show_number": "5273", "fullAnswer": "Austin City Limits" }, - { - "category": "CELEBRITY PAINTERS", - "air_date": "2007-07-11", - "question": "This man left his heart in the painting seen here", - "value": "$600", - "answer": "Tony Bennett", - "round": "Jeopardy!", - "show_number": "5273", - "fullAnswer": "Tony Bennett" - }, - { - "category": "LULLABIES THAT ROCK", - "air_date": "2007-07-11", - "question": "This is sure to wake them up on Christmas Morning", - "value": "$600", - "answer": "Silent Night", - "round": "Jeopardy!", - "show_number": "5273", - "fullAnswer": "\"Silent Night\"" - }, { "category": "THE NEW YORK TIMES DINING", "air_date": "2007-07-11", @@ -1543409,16 +1467119,6 @@ "show_number": "5273", "fullAnswer": "Paul McCartney" }, - { - "category": "LULLABIES THAT ROCK", - "air_date": "2007-07-11", - "question": "This song is for parents who believe in bribery", - "value": "$800", - "answer": "Hush Little Baby (Don\\'t You Cry)", - "round": "Jeopardy!", - "show_number": "5273", - "fullAnswer": "\"Hush Little Baby (Don\\'t You Cry)\"" - }, { "category": "THE NEW YORK TIMES DINING", "air_date": "2007-07-11", @@ -1543469,16 +1467169,6 @@ "show_number": "5273", "fullAnswer": "Donna Summer" }, - { - "category": "LULLABIES THAT ROCK", - "air_date": "2007-07-11", - "question": "This composer's work heard here is the perfect \"cradle song\"", - "value": "$1000", - "answer": "Brahms", - "round": "Jeopardy!", - "show_number": "5273", - "fullAnswer": "Brahms" - }, { "category": "THE NEW YORK TIMES DINING", "air_date": "2007-07-11", @@ -1543509,16 +1467199,6 @@ "show_number": "5273", "fullAnswer": "a swashbuckler" }, - { - "category": "VIENNA'S IMPERIAL PALACE", - "air_date": "2007-07-11", - "question": "(Jon of the Clue Crew stands outside the Imperial Palace in Vienna, Austria.) The Hofburg complex is home to this riding school founded in 1572; the name comes from the country where the horses were bred", - "value": "$400", - "answer": "Spanish Riding School", - "round": "Double Jeopardy!", - "show_number": "5273", - "fullAnswer": "the Spanish Riding School" - }, { "category": "CINEMA SHORTHAND", "air_date": "2007-07-11", @@ -1543569,16 +1467249,6 @@ "show_number": "5273", "fullAnswer": "house & hose" }, - { - "category": "VIENNA'S IMPERIAL PALACE", - "air_date": "2007-07-11", - "question": "(Jimmy of the Clue Crew reports from within the Imperial Palace in Vienna, Austria.) From 1857 to 1916, these apartments were the home of this emperor, who saw himself as a soldier, & slept on this simple iron bed", - "value": "$800", - "answer": "Emperor Franz Joseph", - "round": "Double Jeopardy!", - "show_number": "5273", - "fullAnswer": "Emperor Franz Joseph" - }, { "category": "CINEMA SHORTHAND", "air_date": "2007-07-11", @@ -1543929,16 +1467599,6 @@ "show_number": "5631", "fullAnswer": "deposit" }, - { - "category": "AMERICANA", - "air_date": "2009-02-16", - "question": "(Kelly of the Clue Crew reports from the Crayola factory in Easton, Pennsylvania.) In 1958, the 64-color assortment of Crayolas debuted; the box had this new built-in feature that later earned it a place in the Smithsonian", - "value": "$600", - "answer": "sharpener", - "round": "Jeopardy!", - "show_number": "5631", - "fullAnswer": "a sharpener" - }, { "category": "\"CU\"", "air_date": "2009-02-16", @@ -1544059,16 +1467719,6 @@ "show_number": "5631", "fullAnswer": "Emma Lazarus" }, - { - "category": "\"CU\"", - "air_date": "2009-02-16", - "question": "(Kelly of the Clue Crew indicates a cloud on the monitor.) Recognizable by the anvil shape of its upper portion, this cloud produces heavy rain & thunder", - "value": "$1000", - "answer": "cumulonimbus", - "round": "Jeopardy!", - "show_number": "5631", - "fullAnswer": "cumulonimbus" - }, { "category": "LATER", "air_date": "2009-02-16", @@ -1544089,16 +1467739,6 @@ "show_number": "5631", "fullAnswer": "Shakespeare" }, - { - "category": "TCM WITH ROBERT OSBORNE", - "air_date": "2009-02-16", - "question": "(Turner Classic Movies's Robert Osbourne gives the clue.) Called \"Selznick's Folly\", this 1939 Oscar winner cost an unprecedented $4 million to produce, had multiple directors, 50 speaking roles & 2,400 extras", - "value": "$400", - "answer": "Gone With The Wind", - "round": "Double Jeopardy!", - "show_number": "5631", - "fullAnswer": "Gone With The Wind" - }, { "category": "GAMES IN OTHER WORDS", "air_date": "2009-02-16", @@ -1544149,16 +1467789,6 @@ "show_number": "5631", "fullAnswer": "Ibsen" }, - { - "category": "TCM WITH ROBERT OSBORNE", - "air_date": "2009-02-16", - "question": "(Turner Classic Movies's Robert Osbourne gives the clue.) For this 1993 film, Brad Pitt practiced fly-fishing on the roof of his Hollywood apartment building, sometimes catching the hook in his head", - "value": "$800", - "answer": "River Runs Through It", - "round": "Double Jeopardy!", - "show_number": "5631", - "fullAnswer": "A River Runs Through It" - }, { "category": "GAMES IN OTHER WORDS", "air_date": "2009-02-16", @@ -1544209,16 +1467839,6 @@ "show_number": "5631", "fullAnswer": "Noel Coward" }, - { - "category": "TCM WITH ROBERT OSBORNE", - "air_date": "2009-02-16", - "question": "(Turner Classic Movies's Robert Osbourne gives the clue.) During the filming of \"My Left Foot\", this actor spent the entire time in a wheelchair & learned how to paint with his left foot", - "value": "$1200", - "answer": "Daniel Day-Lewis", - "round": "Double Jeopardy!", - "show_number": "5631", - "fullAnswer": "Daniel Day-Lewis" - }, { "category": "GAMES IN OTHER WORDS", "air_date": "2009-02-16", @@ -1544269,16 +1467889,6 @@ "show_number": "5631", "fullAnswer": "Bertolt Brecht" }, - { - "category": "TCM WITH ROBERT OSBORNE", - "air_date": "2009-02-16", - "question": "(Turner Classic Movies's Robert Osbourne gives the clue.) Judy Holliday, reprising her stage role as ex-chorus girl Billie Dawn, beat Bette Davis & Gloria Swanson for Best Actress in this 1950 George Cukor film", - "value": "$1600", - "answer": "Born Yesterday", - "round": "Double Jeopardy!", - "show_number": "5631", - "fullAnswer": "Born Yesterday" - }, { "category": "GAMES IN OTHER WORDS", "air_date": "2009-02-16", @@ -1544329,16 +1467939,6 @@ "show_number": "5631", "fullAnswer": "Athol Fugard" }, - { - "category": "TCM WITH ROBERT OSBORNE", - "air_date": "2009-02-16", - "question": "(Turner Classic Movies's Robert Osbourne gives the clue.) This 1951 Kurosawa film famously told the story of a crime from the viewpoints of a priest, a peasant & a woodcutter", - "value": "$2000", - "answer": "Rashomon", - "round": "Double Jeopardy!", - "show_number": "5631", - "fullAnswer": "Rashomon" - }, { "category": "GAMES IN OTHER WORDS", "air_date": "2009-02-16", @@ -1544404,7 +1468004,7 @@ "air_date": "2007-01-09", "question": "New Orleans football team's enamels & watercolors", "value": "$200", - "answer": "Saints\\' paints", + "answer": "Saints' paints", "round": "Jeopardy!", "show_number": "5142", "fullAnswer": "Saints\\' paints" @@ -1544464,7 +1468064,7 @@ "air_date": "2007-01-09", "question": "Bronx team's kerchiefs", "value": "$400", - "answer": "Yankees\\' hankies", + "answer": "Yankees' hankies", "round": "Jeopardy!", "show_number": "5142", "fullAnswer": "Yankees\\' hankies" @@ -1544474,7 +1468074,7 @@ "air_date": "2007-01-09", "question": "On this day, instead of the usual colored beer, you might go for an Irish Eyes--whiskey & creme de menthe", "value": "$400", - "answer": "St. Patrick\\'s Day", + "answer": "St. Patrick's Day", "round": "Jeopardy!", "show_number": "5142", "fullAnswer": "St. Patrick\\'s Day" @@ -1544524,7 +1468124,7 @@ "air_date": "2007-01-09", "question": "Minneapolis-then-Los Angeles group's 4,840-square-yard parcels", "value": "$600", - "answer": "Lakers\\' acres", + "answer": "Lakers' acres", "round": "Jeopardy!", "show_number": "5142", "fullAnswer": "Lakers\\' acres" @@ -1544584,7 +1468184,7 @@ "air_date": "2007-01-09", "question": "Edmonton players' revelations of movie plots", "value": "$800", - "answer": "Oilers\\' spoilers", + "answer": "Oilers' spoilers", "round": "Jeopardy!", "show_number": "5142", "fullAnswer": "Oilers\\' spoilers" @@ -1544644,7 +1468244,7 @@ "air_date": "2007-01-09", "question": "Wrigley Field gang's wormlike larvae", "value": "$1000", - "answer": "Cubs\\' grubs", + "answer": "Cubs' grubs", "round": "Jeopardy!", "show_number": "5142", "fullAnswer": "Cubs\\' grubs" @@ -1544774,7 +1468374,7 @@ "air_date": "2007-01-09", "question": "In the 14th century, negotiations at Bruges led to a 2-year truce in this long war", "value": "$800", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Double Jeopardy!", "show_number": "5142", "fullAnswer": "Hundred Years\\' War" @@ -1544839,16 +1468439,6 @@ "show_number": "5142", "fullAnswer": "Panmunjeom" }, - { - "category": "A GREAT PAIR", - "air_date": "2007-01-09", - "question": "They're the cartoon duo seen here created by legendary animator Bob Clampett", - "value": "$1200", - "answer": "Beany & Cecil", - "round": "Double Jeopardy!", - "show_number": "5142", - "fullAnswer": "Beany & Cecil" - }, { "category": "A WORLD OF MUSIC", "air_date": "2007-01-09", @@ -1544919,26 +1468509,6 @@ "show_number": "5142", "fullAnswer": "marimba" }, - { - "category": "6-LETTER WORDS", - "air_date": "2007-01-09", - "question": "(Cheryl of the Clue Crew stands next to an angle depicted on a board.) In the angle ABC the line segments that form the sides of the angle have a common end point, B, called this", - "value": "$1600", - "answer": "vertex", - "round": "Double Jeopardy!", - "show_number": "5142", - "fullAnswer": "vertex" - }, - { - "category": "LETTERS", - "air_date": "2007-01-09", - "question": "(Cheryl of the Clue Crew reports from London.) Helene Hanff's correspondence with a bookseller at this very site made this London address famous", - "value": "$2000", - "answer": "84 Charing Cross Road", - "round": "Double Jeopardy!", - "show_number": "5142", - "fullAnswer": "84 Charing Cross Road" - }, { "category": "OSCAR-WINNING ROLES", "air_date": "2007-01-09", @@ -1545179,16 +1468749,6 @@ "show_number": "780", "fullAnswer": "Burt Reynolds" }, - { - "category": "STARTS WITH \"WH\"", - "air_date": "1988-01-15", - "question": "Questionable title of the following 1972 hit:

\"You told me that you didn't love him /
And you were going to say goodbye /
But if you really didn't mean it /
Why did you have to lie?...\"
", - "value": "$500", - "answer": "Where Is The Love", - "round": "Jeopardy!", - "show_number": "780", - "fullAnswer": "\"Where Is The Love\"" - }, { "category": "KINGS & QUEENS", "air_date": "1988-01-15", @@ -1545644,7 +1469204,7 @@ "air_date": "2003-03-12", "question": "Contrary to the title, Woody Harrelson proved he could in this film, seen here", "value": "$400", - "answer": "White Men Can\\'t Jump", + "answer": "White Men Can't Jump", "round": "Jeopardy!", "show_number": "4273", "fullAnswer": "White Men Can\\'t Jump" @@ -1546344,7 +1469904,7 @@ "air_date": "2003-01-03", "question": "Aerosmith covered \"Come Together\" in this 1978 movie that starred Peter Frampton & the Bee Gees", "value": "$800", - "answer": "Sgt. Pepper\\'s Lonely Hearts Club Band", + "answer": "Sgt. Pepper's Lonely Hearts Club Band", "round": "Jeopardy!", "show_number": "4225", "fullAnswer": "Sgt. Pepper\\'s Lonely Hearts Club Band" @@ -1546754,7 +1470314,7 @@ "air_date": "2003-01-03", "question": "In this 3-part work, the main character encounters Nimrod, Ulysses, Muhammad & Thomas Aquinas", "value": null, - "answer": "\\The Divine Comedy\\", + "answer": "The Divine Comedy", "round": "Final Jeopardy!", "show_number": "4225", "fullAnswer": "\\\"The Divine Comedy\\\"" @@ -1546924,7 +1470484,7 @@ "air_date": "2001-12-13", "question": "New Orleans Magazine has voted this chicken chain's red beans & rice best 11 years running", "value": "$1,000", - "answer": "Popeye\\'s", + "answer": "Popeye's", "round": "Jeopardy!", "show_number": "3979", "fullAnswer": "Popeye\\'s" @@ -1547184,7 +1470744,7 @@ "air_date": "2001-12-13", "question": "His only comedy among his many plays was 1933's \"Ah, Wilderness!\"", "value": "$2,000", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "3979", "fullAnswer": "Eugene O\\'Neill" @@ -1547454,7 +1471014,7 @@ "air_date": "2011-01-28", "question": "Stories abound as to why this Tenn. sour mash whiskey has \"Old No. 7\" on its bottles, but its creator took that secret to his grave", "value": "$400", - "answer": "Jack Daniel\\'s", + "answer": "Jack Daniel's", "round": "Jeopardy!", "show_number": "6075", "fullAnswer": "Jack Daniel\\'s" @@ -1547549,16 +1471109,6 @@ "show_number": "6075", "fullAnswer": "phishing" }, - { - "category": "ENGINEERING", - "air_date": "2011-01-28", - "question": "(Jimmy of the Clue Crew shows an animation on the monitor.) Planetary gear systems have many uses, including car transmissions; the gear set consists of a ring gear & multiple planet gears that rotate around this aptly-named gear", - "value": "$800", - "answer": "sun gear", - "round": "Jeopardy!", - "show_number": "6075", - "fullAnswer": "the sun gear" - }, { "category": "SO SAYETH THE TALK SHOW HOST", "air_date": "2011-01-28", @@ -1547749,26 +1471299,6 @@ "show_number": "6075", "fullAnswer": "Dutch" }, - { - "category": "THE SUPREME COURT", - "air_date": "2011-01-28", - "question": "Taking his seat in 1986, he's the Associate Justice seen here", - "value": "$800", - "answer": "Scalia", - "round": "Double Jeopardy!", - "show_number": "6075", - "fullAnswer": "(Antonin) Scalia" - }, - { - "category": "WE ALL SPEAK HINDI", - "air_date": "2011-01-28", - "question": "Though this animal is now mostly found in Africa, its name comes from Hindi", - "value": "$800", - "answer": "cheetah", - "round": "Double Jeopardy!", - "show_number": "6075", - "fullAnswer": "a cheetah" - }, { "category": "ISLAND NICKNAMES", "air_date": "2011-01-28", @@ -1547909,16 +1471439,6 @@ "show_number": "6075", "fullAnswer": "Uzbekistan" }, - { - "category": "NATIONALITY, PLEASE", - "air_date": "2011-01-28", - "question": "Seen here, it's worn to protect you from the evil eye:
____ horn", - "value": "$2000", - "answer": "Italian", - "round": "Double Jeopardy!", - "show_number": "6075", - "fullAnswer": "Italian" - }, { "category": "THE SUPREME COURT", "air_date": "2011-01-28", @@ -1548609,16 +1472129,6 @@ "show_number": "4992", "fullAnswer": "white wine" }, - { - "category": "SOMEDAY MY PRINTS WILL COME", - "air_date": "2006-05-02", - "question": "A print of an original John Tenniel illustration of this young literary lady is seen here", - "value": "$200", - "answer": "Alice in Wonderland", - "round": "Jeopardy!", - "show_number": "4992", - "fullAnswer": "Alice in Wonderland" - }, { "category": "GOVERNORS", "air_date": "2006-05-02", @@ -1548669,16 +1472179,6 @@ "show_number": "4992", "fullAnswer": "The White Stripes" }, - { - "category": "SOMEDAY MY PRINTS WILL COME", - "air_date": "2006-05-02", - "question": "The poster seen here was printed in the United States during this war", - "value": "$400", - "answer": "World War II", - "round": "Jeopardy!", - "show_number": "4992", - "fullAnswer": "World War II" - }, { "category": "GOVERNORS", "air_date": "2006-05-02", @@ -1548729,26 +1472229,6 @@ "show_number": "4992", "fullAnswer": "the White Nile" }, - { - "category": "SOMEDAY MY PRINTS WILL COME", - "air_date": "2006-05-02", - "question": "Entitled \"Vampire\", an eerie 1902 lithograph from this Norwegian is seen here", - "value": "$600", - "answer": "Munch", - "round": "Jeopardy!", - "show_number": "4992", - "fullAnswer": "(Edvard) Munch" - }, - { - "category": "GOVERNORS", - "air_date": "2006-05-02", - "question": "(Cheryl of the Clue Crew reads from atop the Edmund Pettus Bridge in Selma, AL.) When civil rights marchers faced off against the mounted police in 1965 here on the Edmund Pettus Bridge, this man was Alabama's governor", - "value": "$800", - "answer": "George Wallace", - "round": "Jeopardy!", - "show_number": "4992", - "fullAnswer": "George Wallace" - }, { "category": "PSEUDO MOVIE RATINGS", "air_date": "2006-05-02", @@ -1548769,16 +1472249,6 @@ "show_number": "4992", "fullAnswer": "a harvester" }, - { - "category": "SNOW", - "air_date": "2006-05-02", - "question": "The snow variety of this feisty critter is seen here", - "value": "$800", - "answer": "snow leopard", - "round": "Jeopardy!", - "show_number": "4992", - "fullAnswer": "a snow leopard" - }, { "category": "\"WHITE\"", "air_date": "2006-05-02", @@ -1548789,16 +1472259,6 @@ "show_number": "4992", "fullAnswer": "white lightning" }, - { - "category": "SOMEDAY MY PRINTS WILL COME", - "air_date": "2006-05-02", - "question": "One of this artist's many famous prints is seen here", - "value": "$800", - "answer": "Warhol", - "round": "Jeopardy!", - "show_number": "4992", - "fullAnswer": "Warhol" - }, { "category": "GOVERNORS", "air_date": "2006-05-02", @@ -1548849,16 +1472309,6 @@ "show_number": "4992", "fullAnswer": "the White Cliffs of Dover" }, - { - "category": "SOMEDAY MY PRINTS WILL COME", - "air_date": "2006-05-02", - "question": "Seen here is a stylized rendition of Isaac Newton by this original illustrator & visionary poet", - "value": "$1000", - "answer": "Blake", - "round": "Jeopardy!", - "show_number": "4992", - "fullAnswer": "(William) Blake" - }, { "category": "CONTINENTAL GEOGRAPHY", "air_date": "2006-05-02", @@ -1548884,7 +1472334,7 @@ "air_date": "2006-05-02", "question": "Bob Dole loses the presidential election", "value": "$400", - "answer": "\\'96", + "answer": "'96", "round": "Double Jeopardy!", "show_number": "4992", "fullAnswer": "\\'96" @@ -1548904,7 +1472354,7 @@ "air_date": "2006-05-02", "question": "The title of this novel that became an Oscar-winning film comes from the rhyme \"One flew east, one flew west...\"", "value": "$400", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Double Jeopardy!", "show_number": "4992", "fullAnswer": "One Flew Over the Cuckoo\\'s Nest" @@ -1548994,7 +1472444,7 @@ "air_date": "2006-05-02", "question": "1 of 2 Top 40 duets sung by Marvin Gaye & Tammi Terrell with \"Ain't\" in the title", "value": "$1200", - "answer": "Ain\\'t No Mountain High Enough or Ain\\'t Nothing Like The Real Thing", + "answer": "Ain't No Mountain High Enough or Ain't Nothing Like The Real Thing", "round": "Double Jeopardy!", "show_number": "4992", "fullAnswer": "\"Ain\\'t No Mountain High Enough\" or \"Ain\\'t Nothing Like The Real Thing\"" @@ -1549004,7 +1472454,7 @@ "air_date": "2006-05-02", "question": "Michael Jordan is named MVP of the NBA finals", "value": "$1200", - "answer": "1991, \\'92, \\'93, \\'97, \\'96, \\'98", + "answer": "1991, '92, '93, '97, '96, '98", "round": "Double Jeopardy!", "show_number": "4992", "fullAnswer": "(Any 1 of) 1991, \\'92, \\'93, \\'97, \\'96, \\'98" @@ -1549124,7 +1472574,7 @@ "air_date": "2006-05-02", "question": "The euro currency is officially introduced into financial markets", "value": "$2000", - "answer": "\\'99", + "answer": "'99", "round": "Double Jeopardy!", "show_number": "4992", "fullAnswer": "\\'99" @@ -1549229,16 +1472679,6 @@ "show_number": "5196", "fullAnswer": "Jesus & Judas" }, - { - "category": "WORLD HISTORY", - "air_date": "2007-03-26", - "question": "Government House in Nassau has a statue of this man believed to have first made landfall in the Bahamas", - "value": "$400", - "answer": "Columbus", - "round": "Jeopardy!", - "show_number": "5196", - "fullAnswer": "Columbus" - }, { "category": "FUTURE TV LISTINGS?", "air_date": "2007-03-26", @@ -1549329,16 +1472769,6 @@ "show_number": "5196", "fullAnswer": "(Calvin) Coolidge" }, - { - "category": "LEMME SEE THOSE \"LIP\"s", - "air_date": "2007-03-26", - "question": "(Jon of the Clue Crew speaks with Kelly's voice, then Kelly speaks with Jon's!) It's what Jon's doing to my words... & what I'm now doing to his", - "value": "$600", - "answer": "lip-syncing", - "round": "Jeopardy!", - "show_number": "5196", - "fullAnswer": "lip-syncing" - }, { "category": "KISS ME!", "air_date": "2007-03-26", @@ -1549449,26 +1472879,6 @@ "show_number": "5196", "fullAnswer": "doubt" }, - { - "category": "LEMME SEE THOSE \"LIP\"s", - "air_date": "2007-03-26", - "question": "Cobbler's dream seen here", - "value": "$1000", - "answer": "millipede", - "round": "Jeopardy!", - "show_number": "5196", - "fullAnswer": "a millipede" - }, - { - "category": "KISS ME!", - "air_date": "2007-03-26", - "question": "Month and year of the historic kiss seen here", - "value": "$3,000", - "answer": "August 1945", - "round": "Jeopardy!", - "show_number": "5196", - "fullAnswer": "August 1945" - }, { "category": "WORLD CAPITALS", "air_date": "2007-03-26", @@ -1549629,16 +1473039,6 @@ "show_number": "5196", "fullAnswer": "cilantro" }, - { - "category": "YOU'RE A SUPERHERO", - "air_date": "2007-03-26", - "question": "The non-American superhero seen here is known as Captain this", - "value": "$1200", - "answer": "Captain Canada", - "round": "Double Jeopardy!", - "show_number": "5196", - "fullAnswer": "Captain Canada" - }, { "category": "\"M\"-BRACE ME", "air_date": "2007-03-26", @@ -1549749,16 +1473149,6 @@ "show_number": "5196", "fullAnswer": "anise" }, - { - "category": "YOU'RE A SUPERHERO", - "air_date": "2007-03-26", - "question": "This guy is Radd, Norrin Radd, former herald of world-devouring Galactus, & better known by this name", - "value": "$2000", - "answer": "Silver Surfer", - "round": "Double Jeopardy!", - "show_number": "5196", - "fullAnswer": "The Silver Surfer" - }, { "category": "\"M\"-BRACE ME", "air_date": "2007-03-26", @@ -1549829,16 +1473219,6 @@ "show_number": "4077", "fullAnswer": "a June bug" }, - { - "category": "ADVICE FROM DR. JOYCE BROTHERS", - "air_date": "2002-04-30", - "question": "(Dr. Joyce Brothers reads the clue.) Your daughter who's exhibiting this type of kleptomania at Wal-Mart may be trying to get attention", - "value": "$200", - "answer": "shoplifting", - "round": "Jeopardy!", - "show_number": "4077", - "fullAnswer": "shoplifting" - }, { "category": "SCIENCE & TECHNOLOGY", "air_date": "2002-04-30", @@ -1549854,7 +1473234,7 @@ "air_date": "2002-04-30", "question": "\"And there won't be snow in Africa this Christmastime\" is a line from this song by Band Aid", "value": "$400", - "answer": "Do They Know It\\'s Christmas?", + "answer": "Do They Know It's Christmas?", "round": "Jeopardy!", "show_number": "4077", "fullAnswer": "\"Do They Know It\\'s Christmas?\"" @@ -1549869,36 +1473249,6 @@ "show_number": "4077", "fullAnswer": "a reminder" }, - { - "category": "LET'S HAVE A DRINK!", - "air_date": "2002-04-30", - "question": "(Sofia of the Clue Crew pours a drink in the bar of New York's Plaza Hotel.) It's the geographically appropriate name for the bourbon & vermouth cocktail I'm pouring here", - "value": "$400", - "answer": "Manhattan", - "round": "Jeopardy!", - "show_number": "4077", - "fullAnswer": "a Manhattan" - }, - { - "category": "OH, YOU ANIMAL!", - "air_date": "2002-04-30", - "question": "The aardwolf, seen here, isn't really a wolf, but is actually more closely related to this laugher", - "value": "$400", - "answer": "hyena", - "round": "Jeopardy!", - "show_number": "4077", - "fullAnswer": "a hyena" - }, - { - "category": "ADVICE FROM DR. JOYCE BROTHERS", - "air_date": "2002-04-30", - "question": "(Dr. Joyce Brothers reads the clue.) Many have overcome their fear of this; you can always start with the cliche, \"unaccustomed as I am\" to it", - "value": "$400", - "answer": "speaking in public", - "round": "Jeopardy!", - "show_number": "4077", - "fullAnswer": "speaking in public" - }, { "category": "SCIENCE & TECHNOLOGY", "air_date": "2002-04-30", @@ -1549949,16 +1473299,6 @@ "show_number": "4077", "fullAnswer": "the bluefin" }, - { - "category": "ADVICE FROM DR. JOYCE BROTHERS", - "air_date": "2002-04-30", - "question": "(Dr. Joyce Brothers reads the clue.) Make sure your kids know that this euphoria-inducing drug, also called MDMA, can do serious damage", - "value": "$600", - "answer": "ecstasy", - "round": "Jeopardy!", - "show_number": "4077", - "fullAnswer": "ecstasy" - }, { "category": "SCIENCE & TECHNOLOGY", "air_date": "2002-04-30", @@ -1550009,16 +1473349,6 @@ "show_number": "4077", "fullAnswer": "a polar bear" }, - { - "category": "ADVICE FROM DR. JOYCE BROTHERS", - "air_date": "2002-04-30", - "question": "(Dr. Joyce Brothers reads the clue.) Don't fear non-traditional gender roles, like a man keeping house as in this Michael Keaton film", - "value": "$800", - "answer": "Mr. Mom", - "round": "Jeopardy!", - "show_number": "4077", - "fullAnswer": "Mr. Mom" - }, { "category": "SCIENCE & TECHNOLOGY", "air_date": "2002-04-30", @@ -1550039,36 +1473369,6 @@ "show_number": "4077", "fullAnswer": "a mastermind" }, - { - "category": "LET'S HAVE A DRINK!", - "air_date": "2002-04-30", - "question": "This brand's bottle shows a lithograph, seen here, of a plantation down in Dixie", - "value": "$1000", - "answer": "Southern Comfort", - "round": "Jeopardy!", - "show_number": "4077", - "fullAnswer": "Southern Comfort" - }, - { - "category": "OH, YOU ANIMAL!", - "air_date": "2002-04-30", - "question": "(Sarah of the Clue Crew reports from the zoo.) These largest parrots are prized for their beautifully colored plumage", - "value": "$1000", - "answer": "macaw", - "round": "Jeopardy!", - "show_number": "4077", - "fullAnswer": "a macaw" - }, - { - "category": "ADVICE FROM DR. JOYCE BROTHERS", - "air_date": "2002-04-30", - "question": "(Dr. Joyce Brothers reads the clue.) There's no need to be ashamed of this common mental illness, even if it's alternating with mania", - "value": "$1000", - "answer": "depression", - "round": "Jeopardy!", - "show_number": "4077", - "fullAnswer": "depression" - }, { "category": "BATTLEFIELDS", "air_date": "2002-04-30", @@ -1550634,7 +1473934,7 @@ "air_date": "2000-05-24", "question": "\"What you talkin' 'bout, Willis?\"", "value": "$500", - "answer": "Diff\\'rent Strokes", + "answer": "Diff'rent Strokes", "round": "Jeopardy!", "show_number": "3633", "fullAnswer": "Diff\\'rent Strokes" @@ -1551114,7 +1474414,7 @@ "air_date": "2010-01-28", "question": "Title that precedes \"If we were older, then we wouldn't have to wait so long\"", "value": "$600", - "answer": "Wouldn\\'t It Be Nice", + "answer": "Wouldn't It Be Nice", "round": "Jeopardy!", "show_number": "5844", "fullAnswer": "\"Wouldn\\'t It Be Nice\"" @@ -1551329,26 +1474629,6 @@ "show_number": "5844", "fullAnswer": "attachment" }, - { - "category": "CALLIGRAPHY", - "air_date": "2010-01-28", - "question": "(Kelly of the Clue Crew does some calligraphy.) The line that connects the two vertical lines in an \"H\" is called one of these, just like the beam a football crosses over for a field goal", - "value": "$400", - "answer": "crossbar", - "round": "Double Jeopardy!", - "show_number": "5844", - "fullAnswer": "crossbar" - }, - { - "category": "NON-MUSICAL INSTRUMENTS", - "air_date": "2010-01-28", - "question": "It's the optical instrument you'd look through to see the type of image seen here", - "value": "$800", - "answer": "kaleidoscope", - "round": "Double Jeopardy!", - "show_number": "5844", - "fullAnswer": "kaleidoscope" - }, { "category": "FROM PAGE TO SCREEN", "air_date": "2010-01-28", @@ -1551389,16 +1474669,6 @@ "show_number": "5844", "fullAnswer": "tattletale" }, - { - "category": "CALLIGRAPHY", - "air_date": "2010-01-28", - "question": "(Kelly of the Clue Crew does some calligraphy.) A nonstructural embellishment at the end of a calligraphic letter is called one of these, from the Latin for \"flower\"", - "value": "$2,000", - "answer": "flourish", - "round": "Double Jeopardy!", - "show_number": "5844", - "fullAnswer": "flourish" - }, { "category": "NON-MUSICAL INSTRUMENTS", "air_date": "2010-01-28", @@ -1551449,32 +1474719,12 @@ "show_number": "5844", "fullAnswer": "throttle" }, - { - "category": "CALLIGRAPHY", - "air_date": "2010-01-28", - "question": "(Kelly of the Clue Crew does some calligraphy.) A thin, fine stroke is called one of these; you don't have to worry about it receding", - "value": "$1200", - "answer": "hairline", - "round": "Double Jeopardy!", - "show_number": "5844", - "fullAnswer": "hairline" - }, - { - "category": "NON-MUSICAL INSTRUMENTS", - "air_date": "2010-01-28", - "question": "You really hope this instrument doesn't get ticked off", - "value": "$1600", - "answer": "Geiger counter", - "round": "Double Jeopardy!", - "show_number": "5844", - "fullAnswer": "Geiger counter" - }, { "category": "FROM PAGE TO SCREEN", "air_date": "2010-01-28", "question": "A Jodi Picoult novel was the basis for this 2009 weepie in which Abigail Breslin has a sibling dying from cancer", "value": "$1600", - "answer": "My Sister\\'s Keeper", + "answer": "My Sister's Keeper", "round": "Double Jeopardy!", "show_number": "5844", "fullAnswer": "My Sister\\'s Keeper" @@ -1551509,16 +1474759,6 @@ "show_number": "5844", "fullAnswer": "tatters" }, - { - "category": "CALLIGRAPHY", - "air_date": "2010-01-28", - "question": "(Kelly of the Clue Crew does some calligraphy.) When graphing a word in calligraphy, the bottom line is called one of these, like something Jose Reyes might run down", - "value": "$1600", - "answer": "baseline", - "round": "Double Jeopardy!", - "show_number": "5844", - "fullAnswer": "baseline" - }, { "category": "NON-MUSICAL INSTRUMENTS", "air_date": "2010-01-28", @@ -1551534,7 +1474774,7 @@ "air_date": "2010-01-28", "question": "Rachel McAdams is the titular spouse in the 2009 film based on this novel by Audrey Niffenegger", "value": "$2000", - "answer": "Time Traveler\\'s Wife", + "answer": "Time Traveler's Wife", "round": "Double Jeopardy!", "show_number": "5844", "fullAnswer": "The Time Traveler\\'s Wife" @@ -1551569,26 +1474809,6 @@ "show_number": "5844", "fullAnswer": "Tattoo" }, - { - "category": "CALLIGRAPHY", - "air_date": "2010-01-28", - "question": "(Kelly of the Clue Crew does some calligraphy.) A small stroke that begins or ends a letter is called one of these; you may have seen them on your computer's font list", - "value": "$2000", - "answer": "serif", - "round": "Double Jeopardy!", - "show_number": "5844", - "fullAnswer": "serif" - }, - { - "category": "19th CENTURY ARTISTS", - "air_date": "2010-01-28", - "question": "This Frenchman once said, \"I will astonish Paris with an apple\"--here are a few of them", - "value": null, - "answer": "Paul Cézanne", - "round": "Final Jeopardy!", - "show_number": "5844", - "fullAnswer": "Paul Cézanne" - }, { "category": "AUTHORS & THEIR CHARACTERS", "air_date": "2002-12-12", @@ -1551884,7 +1475104,7 @@ "air_date": "2002-12-12", "question": "Introduced in 1886, the diamond setting named for this New York City jewelry store has become a standard for solitaires", "value": "$400", - "answer": "Tiffany\\'s", + "answer": "Tiffany's", "round": "Double Jeopardy!", "show_number": "4209", "fullAnswer": "Tiffany\\'s" @@ -1552019,16 +1475239,6 @@ "show_number": "4209", "fullAnswer": "Parris Island" }, - { - "category": "HEADING FOR HOME", - "air_date": "2002-12-12", - "question": "Bobvila.com says that for a 19th century look, you can add these decorative wood strips to the bottom of a wall", - "value": "$1200", - "answer": "moldings", - "round": "Double Jeopardy!", - "show_number": "4209", - "fullAnswer": "moldings" - }, { "category": "REIGN DELAY", "air_date": "2002-12-12", @@ -1552044,7 +1475254,7 @@ "air_date": "2002-12-12", "question": "It begins many track & field events", "value": "$1200", - "answer": "starter\\'s pistol", + "answer": "starter's pistol", "round": "Double Jeopardy!", "show_number": "4209", "fullAnswer": "starter\\'s pistol" @@ -1552789,16 +1475999,6 @@ "show_number": "5034", "fullAnswer": "Rambo" }, - { - "category": "STAGE ACTING", - "air_date": "2006-06-29", - "question": "(Cheryl of the Clue Crew speaks on a living room stage setting.) By speaking to farther and farther points, I learn to do this with my voice, also something done at the back of a movie theater", - "value": "$200", - "answer": "project", - "round": "Jeopardy!", - "show_number": "5034", - "fullAnswer": "project" - }, { "category": "FAUX FRAGRANCES", "air_date": "2006-06-29", @@ -1552834,7 +1476034,7 @@ "air_date": "2006-06-29", "question": "June 5, 1851:
Later a novel, this serial begins a 10-month run in the National Era, an abolitionist newspaper", "value": "$1,000", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Jeopardy!", "show_number": "5034", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -1552849,16 +1476049,6 @@ "show_number": "5034", "fullAnswer": "Gladiator" }, - { - "category": "STAGE ACTING", - "air_date": "2006-06-29", - "question": "(Cheryl walks around the living room set.) Actors need to remember more than just lines; also this, their assigned movement around the stage", - "value": "$400", - "answer": "blocking", - "round": "Jeopardy!", - "show_number": "5034", - "fullAnswer": "blocking" - }, { "category": "FAUX FRAGRANCES", "air_date": "2006-06-29", @@ -1552969,16 +1476159,6 @@ "show_number": "5034", "fullAnswer": "Apocalypse Now" }, - { - "category": "STAGE ACTING", - "air_date": "2006-06-29", - "question": "(Cheryl walks in front of the sofa chair on set.) Some people can't keep this straight; it's the two-word term for the direction I'm going because it's from the point of view of the actor facing the audience", - "value": "$800", - "answer": "stage right", - "round": "Jeopardy!", - "show_number": "5034", - "fullAnswer": "stage right" - }, { "category": "FAUX FRAGRANCES", "air_date": "2006-06-29", @@ -1553029,16 +1476209,6 @@ "show_number": "5034", "fullAnswer": "Frank Burns" }, - { - "category": "STAGE ACTING", - "air_date": "2006-06-29", - "question": "(Cheryl sits in the sofa chair on set.) To express grief in this scene, I'm going to remember when my favorite dog died; that's the emotion memory in this Russian teacher's method", - "value": "$1000", - "answer": "Stanislavski", - "round": "Jeopardy!", - "show_number": "5034", - "fullAnswer": "Stanislavski" - }, { "category": "FAUX FRAGRANCES", "air_date": "2006-06-29", @@ -1553269,16 +1476439,6 @@ "show_number": "5034", "fullAnswer": "The Drew Carey Show" }, - { - "category": "THE SCIENCE BLUES", - "air_date": "2006-06-29", - "question": "The blue stain on the streptococci seen here tells you they're this-positive", - "value": "$1600", - "answer": "gram-positive", - "round": "Double Jeopardy!", - "show_number": "5034", - "fullAnswer": "gram-positive" - }, { "category": "MUSICAL INSTRUMENTS", "air_date": "2006-06-29", @@ -1553399,16 +1476559,6 @@ "show_number": "4616", "fullAnswer": "Munich" }, - { - "category": "2 PICTURES SAY 1 WORD", - "air_date": "2004-10-04", - "question": "There's plenty of room here for your groceries", - "value": "$200", - "answer": "pantry", - "round": "Jeopardy!", - "show_number": "4616", - "fullAnswer": "a pantry" - }, { "category": "CHAT ROOM LINGO", "air_date": "2004-10-04", @@ -1553459,16 +1476609,6 @@ "show_number": "4616", "fullAnswer": "Madison Square Garden" }, - { - "category": "2 PICTURES SAY 1 WORD", - "air_date": "2004-10-04", - "question": "This is your John Hancock", - "value": "$400", - "answer": "your autograph", - "round": "Jeopardy!", - "show_number": "4616", - "fullAnswer": "your autograph" - }, { "category": "CHAT ROOM LINGO", "air_date": "2004-10-04", @@ -1553519,16 +1476659,6 @@ "show_number": "4616", "fullAnswer": "Fenway" }, - { - "category": "2 PICTURES SAY 1 WORD", - "air_date": "2004-10-04", - "question": "This is right", - "value": "$600", - "answer": "starboard", - "round": "Jeopardy!", - "show_number": "4616", - "fullAnswer": "starboard" - }, { "category": "CHAT ROOM LINGO", "air_date": "2004-10-04", @@ -1553579,16 +1476709,6 @@ "show_number": "4616", "fullAnswer": "the University of Nebraska" }, - { - "category": "2 PICTURES SAY 1 WORD", - "air_date": "2004-10-04", - "question": "This is your history", - "value": "$800", - "answer": "your background", - "round": "Jeopardy!", - "show_number": "4616", - "fullAnswer": "your background" - }, { "category": "CHAT ROOM LINGO", "air_date": "2004-10-04", @@ -1553629,32 +1476749,12 @@ "show_number": "4616", "fullAnswer": "crepe" }, - { - "category": "SPORTS VENUES", - "air_date": "2004-10-04", - "question": "(I'm Moe Williams from the NFL.) The Minnesota Vikings play their home games in a domed stadium named for this former U.S. vice president", - "value": "$1000", - "answer": "Humphrey", - "round": "Jeopardy!", - "show_number": "4616", - "fullAnswer": "Humphrey" - }, - { - "category": "2 PICTURES SAY 1 WORD", - "air_date": "2004-10-04", - "question": "Someone who's very middle-of-the-road", - "value": "$1000", - "answer": "centrist", - "round": "Jeopardy!", - "show_number": "4616", - "fullAnswer": "centrist" - }, { "category": "CHAT ROOM LINGO", "air_date": "2004-10-04", "question": "\"AIAMU\" means \"and I'm a\" this, expressing astonishment", "value": "$1000", - "answer": "monkey\\'s uncle", + "answer": "monkey's uncle", "round": "Jeopardy!", "show_number": "4616", "fullAnswer": "monkey\\'s uncle" @@ -1553699,16 +1476799,6 @@ "show_number": "4616", "fullAnswer": "Jack Russell" }, - { - "category": "AVIATION", - "air_date": "2004-10-04", - "question": "(Jimmy of the Clue Crew strolls through an unfinished airplane cabin at the Boeing Everett Factory in Seattle, WA.) I'm walking through this main body of the airplane, which gets its name from the Old French for \"spindle\"", - "value": "$400", - "answer": "fuselage", - "round": "Double Jeopardy!", - "show_number": "4616", - "fullAnswer": "the fuselage" - }, { "category": "SHE SELLS SEYCHELLES", "air_date": "2004-10-04", @@ -1554064,7 +1477154,7 @@ "air_date": "1999-01-21", "question": "Jack & Chrissy could tell you Don slayed 'em as new landlord Ralph Furley on this sitcom", "value": "$200", - "answer": "Three\\'s Company", + "answer": "Three's Company", "round": "Jeopardy!", "show_number": "3314", "fullAnswer": "Three\\'s Company" @@ -1554629,16 +1477719,6 @@ "show_number": "5265", "fullAnswer": "Mona Lisa" }, - { - "category": "COOKIN' UP CATFISH", - "air_date": "2007-06-29", - "question": "(Jon of the Clue Crew delivers the clue.) Taylor Grocery here in Mississippi fries catfish in oil made from this legume, widely grown in the South; it can be heated to high temperatures without smoking", - "value": "$200", - "answer": "peanut", - "round": "Jeopardy!", - "show_number": "5265", - "fullAnswer": "peanut" - }, { "category": "TALL STRUCTURES", "air_date": "2007-06-29", @@ -1554749,16 +1477829,6 @@ "show_number": "5265", "fullAnswer": "Van Gogh" }, - { - "category": "COOKIN' UP CATFISH", - "air_date": "2007-06-29", - "question": "(Cheryl of the Clue Crew delivers the clue as she makes catfish at the Taylor Grocery in Mississippi.) One key ingredient in a good catfish fry coating is this sauce, developed in India but named for the English city where it was first bottled", - "value": "$600", - "answer": "Worcesterchire", - "round": "Jeopardy!", - "show_number": "5265", - "fullAnswer": "Worcesterchire" - }, { "category": "TALL STRUCTURES", "air_date": "2007-06-29", @@ -1554869,16 +1477939,6 @@ "show_number": "5265", "fullAnswer": "(Georges) Seurat" }, - { - "category": "COOKIN' UP CATFISH", - "air_date": "2007-06-29", - "question": "(Jon of the Clue Crew delivers the clue from the Taylor Grocery in Mississippi.) Get your catfish fried, or try this other method that cooks the fish on a skillet & was popularized by Paul Prudhomme", - "value": "$1000", - "answer": "blackened", - "round": "Jeopardy!", - "show_number": "5265", - "fullAnswer": "blackened" - }, { "category": "TALL STRUCTURES", "air_date": "2007-06-29", @@ -1554889,16 +1477949,6 @@ "show_number": "5265", "fullAnswer": "the Gateway Arch" }, - { - "category": "\"TU\" MUCH", - "air_date": "2007-06-29", - "question": "(Mark Hamill reads the clue.) The scenes filmed on Luke's home planet, Tatooine, were actually filmed in this African \"T\" country", - "value": "$1000", - "answer": "Tunisia", - "round": "Jeopardy!", - "show_number": "5265", - "fullAnswer": "Tunisia" - }, { "category": "RAGE AGAINST THE MACHINE", "air_date": "2007-06-29", @@ -1555149,16 +1478199,6 @@ "show_number": "5265", "fullAnswer": "Luddites" }, - { - "category": "JOHN LEGEND", - "air_date": "2007-06-29", - "question": "This 3-named American artist was known for portraits of socially prominent people, like the women seen here", - "value": "$2000", - "answer": "John Singer Sargent", - "round": "Double Jeopardy!", - "show_number": "5265", - "fullAnswer": "John Singer Sargent" - }, { "category": "MAROON 5", "air_date": "2007-06-29", @@ -1555474,7 +1478514,7 @@ "air_date": "2000-11-07", "question": "Designed around 1500 B.C., it was set up on the Thames embankment in the 1870s", "value": "$500", - "answer": "Cleopatra\\'s Needle", + "answer": "Cleopatra's Needle", "round": "Jeopardy!", "show_number": "3722", "fullAnswer": "Cleopatra\\'s Needle" @@ -1555784,7 +1478824,7 @@ "air_date": "2000-11-07", "question": "\"Blue at the Mizzen\" is the 20th of his books detailing the naval career of Jack Aubrey", "value": "$1000", - "answer": "Patrick O\\'Brian", + "answer": "Patrick O'Brian", "round": "Double Jeopardy!", "show_number": "3722", "fullAnswer": "Patrick O\\'Brian" @@ -1556009,16 +1479049,6 @@ "show_number": "5099", "fullAnswer": "Rice-A-Roni" }, - { - "category": "STAN THE CONTRACTOR", - "air_date": "2006-11-09", - "question": "Oops! Stan's assistant damaged the bathroom floor while installing this sharp type of tub seen here", - "value": "$1000", - "answer": "clawfoot tub", - "round": "Jeopardy!", - "show_number": "5099", - "fullAnswer": "a clawfoot tub" - }, { "category": "SAVANTS", "air_date": "2006-11-09", @@ -1556119,16 +1479149,6 @@ "show_number": "5099", "fullAnswer": "a bobsled" }, - { - "category": "THE BIRDS & THE BEES", - "air_date": "2006-11-09", - "question": "Seen here is the laughing type of this \"sea\" bird--sorry, no audio for you", - "value": "$800", - "answer": "seagull", - "round": "Double Jeopardy!", - "show_number": "5099", - "fullAnswer": "seagull" - }, { "category": "SOUNDS THE SAME TO ME", "air_date": "2006-11-09", @@ -1556269,16 +1479289,6 @@ "show_number": "5099", "fullAnswer": "hockey" }, - { - "category": "NOVELS", - "air_date": "2006-11-09", - "question": "(Sarah of the Clue Crew reports from the Charles Bridge in Prague, Czech Republic.) This Milan Kundera novel says \"the saints were shaking their fists and lifting their stone eyes to the clouds. Prague was the most beautiful city in the world\"", - "value": "$2000", - "answer": "Unbearable Lightness of Being", - "round": "Double Jeopardy!", - "show_number": "5099", - "fullAnswer": "The Unbearable Lightness of Being" - }, { "category": "SOUNDS THE SAME TO ME", "air_date": "2006-11-09", @@ -1556919,26 +1479929,6 @@ "show_number": "5853", "fullAnswer": "Heath Ledger" }, - { - "category": "WEIRD SCIENCE", - "air_date": "2010-02-10", - "question": "(Sarah of the Clue Crew shows an animated diagram on the monitor.) The reason why astronauts are taller in space is due to a lessening of this force; the vertebrae separate slightly, allowing for a height increase of 2 inches or more", - "value": "$200", - "answer": "gravity", - "round": "Jeopardy!", - "show_number": "5853", - "fullAnswer": "gravity" - }, - { - "category": "SUPERHERO NAMES THROUGH PICTURES", - "air_date": "2010-02-10", - "question": "X marks the spot, man, when this guy opens his peeper", - "value": "$200", - "answer": "Cyclops", - "round": "Jeopardy!", - "show_number": "5853", - "fullAnswer": "Cyclops" - }, { "category": "BE TRUE TO YOUR SCHOOL", "air_date": "2010-02-10", @@ -1556989,16 +1479979,6 @@ "show_number": "5853", "fullAnswer": "octopi" }, - { - "category": "SUPERHERO NAMES THROUGH PICTURES", - "air_date": "2010-02-10", - "question": "They're the crime-fighting duo seen here in a pair of pictures", - "value": "$400", - "answer": "Batman & Robin", - "round": "Jeopardy!", - "show_number": "5853", - "fullAnswer": "Batman & Robin" - }, { "category": "BE TRUE TO YOUR SCHOOL", "air_date": "2010-02-10", @@ -1557049,16 +1480029,6 @@ "show_number": "5853", "fullAnswer": "lightning" }, - { - "category": "SUPERHERO NAMES THROUGH PICTURES", - "air_date": "2010-02-10", - "question": "Frodo wasn't the only one with a cool ring--this guy had one, too", - "value": "$600", - "answer": "Green Lantern", - "round": "Jeopardy!", - "show_number": "5853", - "fullAnswer": "the Green Lantern" - }, { "category": "BE TRUE TO YOUR SCHOOL", "air_date": "2010-02-10", @@ -1557109,16 +1480079,6 @@ "show_number": "5853", "fullAnswer": "a rock" }, - { - "category": "SUPERHERO NAMES THROUGH PICTURES", - "air_date": "2010-02-10", - "question": "Now you see this fantastic person; now you don't", - "value": "$800", - "answer": "Invisible Woman", - "round": "Jeopardy!", - "show_number": "5853", - "fullAnswer": "the Invisible Woman" - }, { "category": "BE TRUE TO YOUR SCHOOL", "air_date": "2010-02-10", @@ -1557159,26 +1480119,6 @@ "show_number": "5853", "fullAnswer": "Sean Penn" }, - { - "category": "WEIRD SCIENCE", - "air_date": "2010-02-10", - "question": "(Kelly of the Clue Crew demonstrates a simple science experiment.) Oops--our salt and pepper got mixed together; if I take a plastic spoon & rub it on wool, it picks up electrons & gets this kind of electrostatic charge, attracting the lighter pepper flakes", - "value": "$1000", - "answer": "negative charge", - "round": "Jeopardy!", - "show_number": "5853", - "fullAnswer": "a negative charge" - }, - { - "category": "SUPERHERO NAMES THROUGH PICTURES", - "air_date": "2010-02-10", - "question": "We take you to science class for a representation of this DC Comics hero", - "value": "$1000", - "answer": "Atom", - "round": "Jeopardy!", - "show_number": "5853", - "fullAnswer": "the Atom" - }, { "category": "BE TRUE TO YOUR SCHOOL", "air_date": "2010-02-10", @@ -1558279,16 +1481219,6 @@ "show_number": "6216", "fullAnswer": "Scrabble" }, - { - "category": "THE HUMAN BODY", - "air_date": "2011-10-03", - "question": "(Jimmy of the Clue Crew shows the clue on the monitor and demonstrates.) These fan-shaped muscles are used to lift the arms up as well as turn the arms inward", - "value": "$600", - "answer": "pectorals", - "round": "Jeopardy!", - "show_number": "6216", - "fullAnswer": "the pectorals" - }, { "category": "\"AL\"-X", "air_date": "2011-10-03", @@ -1558399,16 +1481329,6 @@ "show_number": "6216", "fullAnswer": "FreeCell" }, - { - "category": "THE HUMAN BODY", - "air_date": "2011-10-03", - "question": "(Sarah of the Clue Crew presents the clue on a monitor.) The thyroid gland has two lobes that are connected by a bridge of tissue called this, also a geographic term for a similar-looking narrow strip of land", - "value": "$2,000", - "answer": "isthmus", - "round": "Jeopardy!", - "show_number": "6216", - "fullAnswer": "an isthmus" - }, { "category": "\"AL\"-X", "air_date": "2011-10-03", @@ -1558494,7 +1481414,7 @@ "air_date": "2011-10-03", "question": "Designs made by a god whose name is remembered in a weekend day", "value": "$800", - "answer": "Saturn\\'s patterns", + "answer": "Saturn's patterns", "round": "Double Jeopardy!", "show_number": "6216", "fullAnswer": "Saturn\\'s patterns" @@ -1558554,21 +1481474,11 @@ "air_date": "2011-10-03", "question": "Supreme Greek god's suspensions of hostilities", "value": "$1200", - "answer": "Zeus\\'s truces", + "answer": "Zeus's truces", "round": "Double Jeopardy!", "show_number": "6216", "fullAnswer": "Zeus\\'s truces" }, - { - "category": "SOMETHING ABOUT MARY", - "air_date": "2011-10-03", - "question": "Check out the makeup on the woman here; born \"Mary Kathlyn Wagner\", she founded this cosmetics giant", - "value": "$1200", - "answer": "Mary Kay", - "round": "Double Jeopardy!", - "show_number": "6216", - "fullAnswer": "Mary Kay" - }, { "category": "JERSEY TV", "air_date": "2011-10-03", @@ -1558614,7 +1481524,7 @@ "air_date": "2011-10-03", "question": "Egyptian god of death & resurrection's tiny infectious agents", "value": "$1600", - "answer": "Osiris\\'s viruses", + "answer": "Osiris's viruses", "round": "Double Jeopardy!", "show_number": "6216", "fullAnswer": "Osiris\\'s viruses" @@ -1558674,7 +1481584,7 @@ "air_date": "2011-10-03", "question": "Hindu preserver god's bouillabaisses", "value": "$2000", - "answer": "Vishnu\\'s fish stews", + "answer": "Vishnu's fish stews", "round": "Double Jeopardy!", "show_number": "6216", "fullAnswer": "Vishnu\\'s fish stews" @@ -1558934,7 +1481844,7 @@ "air_date": "1999-11-01", "question": "Make a date with your sweetie for February 14, this loving day", "value": "$400", - "answer": "Valentine\\'s Day", + "answer": "Valentine's Day", "round": "Jeopardy!", "show_number": "3486", "fullAnswer": "Valentine\\'s Day" @@ -1559184,7 +1482094,7 @@ "air_date": "1999-11-01", "question": "The unhappy boy seen here is wearing the suit named for this profession", "value": "$600", - "answer": "Sailor\\'s suit", + "answer": "Sailor's suit", "round": "Double Jeopardy!", "show_number": "3486", "fullAnswer": "Sailor\\'s suit" @@ -1559569,16 +1482479,6 @@ "show_number": "5515", "fullAnswer": "the beefalo" }, - { - "category": "& W\"EEP\"", - "air_date": "2008-07-25", - "question": "Depressed arborial species seen here", - "value": "$800", - "answer": "weeping willow", - "round": "Jeopardy!", - "show_number": "5515", - "fullAnswer": "a weeping willow" - }, { "category": "FRENCH ARTISTS", "air_date": "2008-07-25", @@ -1559599,16 +1482499,6 @@ "show_number": "5515", "fullAnswer": "Red Grange" }, - { - "category": "DINOSAURS", - "air_date": "2008-07-25", - "question": "(Cheryl of the Clue Crew reports from the American Museum of Natural History in New York.) The famous 50-foot in the American Museum of Natural History is a dinosaur whose name comes from the Greek for \"weight\", as in an atmospheric meter", - "value": "$1000", - "answer": "Barosaurus", - "round": "Jeopardy!", - "show_number": "5515", - "fullAnswer": "a Barosaurus" - }, { "category": "THE NEW YORK TIMES 2008 NEWS", "air_date": "2008-07-25", @@ -1559684,7 +1482574,7 @@ "air_date": "2008-07-25", "question": "\"A.Y.T.G.? I.M., M.\"
by Judy Blume", "value": "$400", - "answer": "Are You There God? It\\'s Me, Margaret", + "answer": "Are You There God? It's Me, Margaret", "round": "Double Jeopardy!", "show_number": "5515", "fullAnswer": "Are You There God? It\\'s Me, Margaret" @@ -1559749,16 +1482639,6 @@ "show_number": "5515", "fullAnswer": "James and the Giant Peach" }, - { - "category": "GREEK ALPHABET SOUP", - "air_date": "2008-07-25", - "question": "(Cheryl of the Clue Crew airmails us something from The Thunderbirds in Las Vegas, NV.) Several times in each show, all 6 Thunderbirds, flying 18 inches apart, team up in this formation named for a Greek letter", - "value": "$800", - "answer": "delta formation", - "round": "Double Jeopardy!", - "show_number": "5515", - "fullAnswer": "delta formation" - }, { "category": "BRITISH PHYSICISTS", "air_date": "2008-07-25", @@ -1560539,16 +1483419,6 @@ "show_number": "3860", "fullAnswer": "Jesse Owens" }, - { - "category": "MOUNTAINS IN RANGE", - "air_date": "2010-10-04", - "question": "It's only within the last 600,000 years that this range became the highest", - "value": "$200", - "answer": "Himalayas", - "round": "Jeopardy!", - "show_number": "5991", - "fullAnswer": "the Himalayas" - }, { "category": "CREATURE FEATURES", "air_date": "2010-10-04", @@ -1560589,26 +1483459,6 @@ "show_number": "5991", "fullAnswer": "William Tell" }, - { - "category": "THE TENTH INNING", - "air_date": "2010-10-04", - "question": "(Ken Burns reads the clue.) Since Jim Creighton of the Brooklyn Niagaras tried an illegal rising fastball in 1859, players have looked for an edge, like the time Albert Belle got caught in 1994 using a bat that had been doctored this way", - "value": "$200", - "answer": "it was corked", - "round": "Jeopardy!", - "show_number": "5991", - "fullAnswer": "it was corked" - }, - { - "category": "MOUNTAINS IN RANGE", - "air_date": "2010-10-04", - "question": "The Brooks range in Alaska is sometimes included as part of this range", - "value": "$400", - "answer": "Rockies", - "round": "Jeopardy!", - "show_number": "5991", - "fullAnswer": "the Rockies" - }, { "category": "CREATURE FEATURES", "air_date": "2010-10-04", @@ -1560649,26 +1483499,6 @@ "show_number": "5991", "fullAnswer": "Agent Orange" }, - { - "category": "THE TENTH INNING", - "air_date": "2010-10-04", - "question": "(Ken Burns reads the clue.) You can't talk about baseball without mentioning this small Caribbean nation that's given us players like Jose Reyes & Sammy Sosa", - "value": "$400", - "answer": "Dominican Republic", - "round": "Jeopardy!", - "show_number": "5991", - "fullAnswer": "the Dominican Republic" - }, - { - "category": "MOUNTAINS IN RANGE", - "air_date": "2010-10-04", - "question": "This range was covered with glaciers that formed lakes, like Como and Constance", - "value": "$600", - "answer": "Alps", - "round": "Jeopardy!", - "show_number": "5991", - "fullAnswer": "the Alps" - }, { "category": "CREATURE FEATURES", "air_date": "2010-10-04", @@ -1560699,36 +1483529,6 @@ "show_number": "5991", "fullAnswer": "Schwab" }, - { - "category": "MIXING APPLES & ORANGES", - "air_date": "2010-10-04", - "question": "The European type of this holiday plant seen here grows most often on apple trees", - "value": "$600", - "answer": "mistletoe", - "round": "Jeopardy!", - "show_number": "5991", - "fullAnswer": "mistletoe" - }, - { - "category": "THE TENTH INNING", - "air_date": "2010-10-04", - "question": "(Ken Burns reads.) In 1995 she said the owners negotiated in bad faith, ended the strike & sent players back to work on their existing contract; 11 years later she would become a Supreme Court Justice", - "value": "$600", - "answer": "Sotomayor", - "round": "Jeopardy!", - "show_number": "5991", - "fullAnswer": "Sotomayor" - }, - { - "category": "MOUNTAINS IN RANGE", - "air_date": "2010-10-04", - "question": "Some of the highest mountains in this, the world's longest surface chain, are active volcanoes", - "value": "$800", - "answer": "Andes", - "round": "Jeopardy!", - "show_number": "5991", - "fullAnswer": "the Andes" - }, { "category": "CREATURE FEATURES", "air_date": "2010-10-04", @@ -1560769,26 +1483569,6 @@ "show_number": "5991", "fullAnswer": "Tasmania" }, - { - "category": "THE TENTH INNING", - "air_date": "2010-10-04", - "question": "(Ken Burns reads the clue.) He learned to hit lefty so he could be 2 steps closer to first base, & the Prime Minister of Japan once said he \"makes me proud to be Japanese\"", - "value": "$800", - "answer": "Ichiro Suzuki", - "round": "Jeopardy!", - "show_number": "5991", - "fullAnswer": "Ichiro Suzuki" - }, - { - "category": "MOUNTAINS IN RANGE", - "air_date": "2010-10-04", - "question": "This range includes the oldest mountains in North America", - "value": "$1,000", - "answer": "Appalachians", - "round": "Jeopardy!", - "show_number": "5991", - "fullAnswer": "the Appalachians" - }, { "category": "CREATURE FEATURES", "air_date": "2010-10-04", @@ -1560829,16 +1483609,6 @@ "show_number": "5991", "fullAnswer": "the Orange Bowl Stadium" }, - { - "category": "THE TENTH INNING", - "air_date": "2010-10-04", - "question": "Bud Selig, seen here, pulled double duty as Major League Baseball commissioner & owner of this team that shook up baseball when it switched leagues in 1997", - "value": "$1000", - "answer": "Milwaukee Brewers", - "round": "Jeopardy!", - "show_number": "5991", - "fullAnswer": "the Milwaukee Brewers" - }, { "category": "A PALACE IN HISTORY", "air_date": "2010-10-04", @@ -1560959,16 +1483729,6 @@ "show_number": "5991", "fullAnswer": "Intel" }, - { - "category": "A PALACE IN HISTORY", - "air_date": "2010-10-04", - "question": "(Sarah of the Clue Crew stands in front of the Chilean presidential palace.) The presidential palace in Santiago, Chile looks a lot more peaceful than on September 11, 1973, when it was attacked & this man was violently thrown from power", - "value": "$1200", - "answer": "Allende", - "round": "Double Jeopardy!", - "show_number": "5991", - "fullAnswer": "(Salvador) Allende" - }, { "category": "FROM THE LATIN", "air_date": "2010-10-04", @@ -1560999,16 +1483759,6 @@ "show_number": "5991", "fullAnswer": "Trans-Siberian Railway" }, - { - "category": "MONKEY BUSINESS", - "air_date": "2010-10-04", - "question": "This biggest type of New World monkey has a scream that can be heard even in tropical rainstorms", - "value": "$1200", - "answer": "howler monkey", - "round": "Double Jeopardy!", - "show_number": "5991", - "fullAnswer": "a howler monkey" - }, { "category": "COMPUTER MILESTONES", "air_date": "2010-10-04", @@ -1561304,7 +1484054,7 @@ "air_date": "1999-01-28", "question": "These \"notes\" used as helpful guides to famous books are \"Your Key to the Classics\"", "value": "$300", - "answer": "Cliff\\'s Notes", + "answer": "Cliff's Notes", "round": "Jeopardy!", "show_number": "3319", "fullAnswer": "Cliff\\'s Notes" @@ -1561374,7 +1484124,7 @@ "air_date": "1999-01-28", "question": "This much-sought hermetic artifact could allegedly improve your health & turn metals into gold", "value": "$400", - "answer": "Philosopher\\'s stone", + "answer": "Philosopher's stone", "round": "Jeopardy!", "show_number": "3319", "fullAnswer": "Philosopher\\'s stone" @@ -1561674,7 +1484424,7 @@ "air_date": "1999-01-28", "question": "(VIDEO DAILY DOUBLE):
\"(Hi, I'm Julie Pinson) This long-running soap ended in 1989 with Helen Gallagher leading the cast in singing \"Danny Boy\" \"", "value": "$2,000", - "answer": "Ryan\\'s Hope", + "answer": "Ryan's Hope", "round": "Double Jeopardy!", "show_number": "3319", "fullAnswer": "Ryan\\'s Hope" @@ -1561774,7 +1484524,7 @@ "air_date": "2008-04-10", "question": "Wilfrid Brambell played Paul McCartney's granddad, \"a clean old man\", in this 1964 film", "value": "$200", - "answer": "Hard Day\\'s Night", + "answer": "Hard Day's Night", "round": "Jeopardy!", "show_number": "5439", "fullAnswer": "A Hard Day\\'s Night" @@ -1561909,16 +1484659,6 @@ "show_number": "5439", "fullAnswer": "petrol" }, - { - "category": "SNAKES", - "air_date": "2008-04-10", - "question": "The Eastern species of this is encircled with broad red and black bands, separated by narrow yellow ones", - "value": "$600", - "answer": "coral snake", - "round": "Jeopardy!", - "show_number": "5439", - "fullAnswer": "a coral snake" - }, { "category": "ON THE CUTTING EDGE", "air_date": "2008-04-10", @@ -1562129,16 +1484869,6 @@ "show_number": "5439", "fullAnswer": "the hip joint" }, - { - "category": "'60s TV", - "air_date": "2008-04-10", - "question": "Before starring as Detective Frank Cannon in the '70s, he narrated \"The Fugitive\" & \"Rocky and His Friends\" in the '60s", - "value": "$800", - "answer": "William Conrad", - "round": "Double Jeopardy!", - "show_number": "5439", - "fullAnswer": "William Conrad" - }, { "category": "ANAGRAMMED CANADIAN CITIES", "air_date": "2008-04-10", @@ -1562164,7 +1484894,7 @@ "air_date": "2008-04-10", "question": "\"The Old Curiosity Shop\" mentions this \"corner\" in \"that dreary pile\" Westminster Abbey; Dickens ended up there", "value": "$800", - "answer": "Poet\\'s Corner", + "answer": "Poet's Corner", "round": "Double Jeopardy!", "show_number": "5439", "fullAnswer": "the Poet\\'s Corner" @@ -1562179,16 +1484909,6 @@ "show_number": "5439", "fullAnswer": "an unassisted triple play" }, - { - "category": "HEALTH MATTERS", - "air_date": "2008-04-10", - "question": "(Jimmy of the Clue Crew delivers the clue.) For a six-foot man who weighs 170 pounds, divide weight in pounds by height in inches square, then multiply by 703 to calculate this number for an adult; normal range is 18.5 to 24.9", - "value": "$1,200", - "answer": "BMI ", - "round": "Double Jeopardy!", - "show_number": "5439", - "fullAnswer": "BMI (body mass index)" - }, { "category": "'60s TV", "air_date": "2008-04-10", @@ -1562299,26 +1485019,6 @@ "show_number": "5439", "fullAnswer": "Ur" }, - { - "category": "HEALTH MATTERS", - "air_date": "2008-04-10", - "question": "(Cheryl of the Clue Crew delivers the clue in front of a large monitor.) Within moments of a fracture, the bone begins to knit by creating a callus, which is a tough meshwork of this protein found in skin and bones; eventually the callus is replaced by bone", - "value": "$2000", - "answer": "collagen", - "round": "Double Jeopardy!", - "show_number": "5439", - "fullAnswer": "collagen" - }, - { - "category": "'60s TV", - "air_date": "2008-04-10", - "question": "On July 10, 1962, this satellite relayed the first live TV images across the Atlantic from the United States to France", - "value": "$2000", - "answer": "Telstar", - "round": "Double Jeopardy!", - "show_number": "5439", - "fullAnswer": "Telstar" - }, { "category": "ANAGRAMMED CANADIAN CITIES", "air_date": "2008-04-10", @@ -1562359,16 +1485059,6 @@ "show_number": "5439", "fullAnswer": "the Upanishads" }, - { - "category": "U.S. AGRICULTURE", - "air_date": "2008-04-10", - "question": "In the 50 states, the highlighted area seen here is by far the most important for producing this", - "value": null, - "answer": "coffee", - "round": "Final Jeopardy!", - "show_number": "5439", - "fullAnswer": "coffee" - }, { "category": "GEOGRAPHY", "air_date": "1992-05-15", @@ -1563174,7 +1485864,7 @@ "air_date": "2000-07-18", "question": "\"Lebeau and the Little Old Lady\"", "value": "$400", - "answer": "Hogan\\'s Heroes", + "answer": "Hogan's Heroes", "round": "Jeopardy!", "show_number": "3672", "fullAnswer": "Hogan\\'s Heroes" @@ -1563669,16 +1486359,6 @@ "show_number": "4557", "fullAnswer": "the Philippines" }, - { - "category": "FASHION ACCESSORIES", - "air_date": "2004-06-01", - "question": "A set of these men's dress shirt fasteners is seen here", - "value": "$400", - "answer": "studs", - "round": "Jeopardy!", - "show_number": "4557", - "fullAnswer": "studs" - }, { "category": "COOK UP SOME \"STU\"", "air_date": "2004-06-01", @@ -1563739,16 +1486419,6 @@ "show_number": "4557", "fullAnswer": "an ascot" }, - { - "category": "COOK UP SOME \"STU\"", - "air_date": "2004-06-01", - "question": "The front grille of a car from this classic automaker is seen here", - "value": "$600", - "answer": "Studebaker", - "round": "Jeopardy!", - "show_number": "4557", - "fullAnswer": "a Studebaker" - }, { "category": "INVENTIVE WOMEN", "air_date": "2004-06-01", @@ -1563779,26 +1486449,6 @@ "show_number": "4557", "fullAnswer": "the Northwest Territories" }, - { - "category": "1995", - "air_date": "2004-06-01", - "question": "(Cheryl of the Clue Crew strolls the grounds.) Now known as the Survivor Tree, this American elm survived the April 19th tragedy in this state capital", - "value": "$800", - "answer": "Oklahoma City", - "round": "Jeopardy!", - "show_number": "4557", - "fullAnswer": "Oklahoma City" - }, - { - "category": "FASHION ACCESSORIES", - "air_date": "2004-06-01", - "question": "(I'm Jeff Probst in Panama.) One style of this accessory is called the pintado", - "value": "$800", - "answer": "Panama hat", - "round": "Jeopardy!", - "show_number": "4557", - "fullAnswer": "the Panama hat" - }, { "category": "COOK UP SOME \"STU\"", "air_date": "2004-06-01", @@ -1563999,16 +1486649,6 @@ "show_number": "4557", "fullAnswer": "Olympus" }, - { - "category": "THEY'RE SPORTY", - "air_date": "2004-06-01", - "question": "(Hi, I'm James Worthy.) This Hall of Fame Lakers announcer gave me my nickname \"Big Game James\"", - "value": "$1200", - "answer": "Chick Hearn", - "round": "Double Jeopardy!", - "show_number": "4557", - "fullAnswer": "Chick Hearn" - }, { "category": "SOMEDAY MY PRINCE WILL COME", "air_date": "2004-06-01", @@ -1564109,16 +1486749,6 @@ "show_number": "4557", "fullAnswer": "flan" }, - { - "category": "GILBERT & SULLIVAN", - "air_date": "2004-06-01", - "question": "(Sofia of the Clue Crew reports from the Piazzetta in Venice, Italy.) Act I of this famous operetta by Gilbert & Sullivan is set right here on the Piazzetta in Venice", - "value": "$2000", - "answer": "Gondoliers", - "round": "Double Jeopardy!", - "show_number": "4557", - "fullAnswer": "The Gondoliers" - }, { "category": "THEY'RE SPORTY", "air_date": "2004-06-01", @@ -1564374,7 +1487004,7 @@ "air_date": "1997-01-10", "question": "Many women find \"Rapture\" in these lingerie boutiques; it's one of their signature fragrances", "value": "$400", - "answer": "Victoria\\'s Secret", + "answer": "Victoria's Secret", "round": "Jeopardy!", "show_number": "2850", "fullAnswer": "Victoria\\'s Secret" @@ -1564634,7 +1487264,7 @@ "air_date": "1997-01-10", "question": "The Houyhnhnms in this 1726 satire have the forms of horses", "value": "$600", - "answer": "Gulliver\\'s Travels", + "answer": "Gulliver's Travels", "round": "Double Jeopardy!", "show_number": "2850", "fullAnswer": "\"Gulliver\\'s Travels\"" @@ -1564884,7 +1487514,7 @@ "air_date": "2000-11-02", "question": "This Beatles song begins \"When I get older, losing my hair many years from now...\"", "value": "$200", - "answer": "When I\\'m Sixty-Four", + "answer": "When I'm Sixty-Four", "round": "Jeopardy!", "show_number": "3719", "fullAnswer": "\"When I\\'m Sixty-Four\"" @@ -1564969,16 +1487599,6 @@ "show_number": "3719", "fullAnswer": "Tureens" }, - { - "category": "THE LYNDON JOHNSON YEARS", - "air_date": "2000-11-02", - "question": "This LBJ press secretary seen here later joined the press", - "value": "$400", - "answer": "Bill Moyers", - "round": "Jeopardy!", - "show_number": "3719", - "fullAnswer": "Bill Moyers" - }, { "category": "MEDICAL ABBREV.", "air_date": "2000-11-02", @@ -1565019,16 +1487639,6 @@ "show_number": "3719", "fullAnswer": "quench" }, - { - "category": "CAMPBELL SOUP", - "air_date": "2000-11-02", - "question": "(Hi, I'm Tisha Campbell-Martin.) The name of this brand of sauces is Italian for \"please\", \"thank you\", or \"you're welcome\"", - "value": "$400", - "answer": "Prego", - "round": "Jeopardy!", - "show_number": "3719", - "fullAnswer": "Prego" - }, { "category": "THE LYNDON JOHNSON YEARS", "air_date": "2000-11-02", @@ -1565259,16 +1487869,6 @@ "show_number": "3719", "fullAnswer": "salt" }, - { - "category": "CAMPBELL SOUP", - "air_date": "2000-11-02", - "question": "(Hi, I'm Tisha Campbell-Martin.) This man won the 1977 Heisman Trophy, then led the NFL in rushing from 1978 to 1980", - "value": "$600", - "answer": "Earl Campbell", - "round": "Double Jeopardy!", - "show_number": "3719", - "fullAnswer": "Earl Campbell" - }, { "category": "POETS & POETRY", "air_date": "2000-11-02", @@ -1565379,16 +1487979,6 @@ "show_number": "3719", "fullAnswer": "grief" }, - { - "category": "CAMPBELL SOUP", - "air_date": "2000-11-02", - "question": "This U.S. senator is also the award-winning designer of the jewelry seen here:", - "value": "$1000", - "answer": "Ben Nighthorse Campbell", - "round": "Double Jeopardy!", - "show_number": "3719", - "fullAnswer": "Ben Nighthorse Campbell" - }, { "category": "STATE MOTTOES", "air_date": "2000-11-02", @@ -1565564,7 +1488154,7 @@ "air_date": "1996-04-02", "question": "Foot Locker & Kinney Shoe Stores are owned by this five & dime company", "value": "$300", - "answer": "Woolworth\\'s", + "answer": "Woolworth's", "round": "Jeopardy!", "show_number": "2677", "fullAnswer": "Woolworth\\'s" @@ -1566104,7 +1488694,7 @@ "air_date": "2006-02-21", "question": "Bartlett's Familiar Quotations has one quote attributed to Barnum--this one about gullible people", "value": "$400", - "answer": "There\\'s a sucker born every minute", + "answer": "There's a sucker born every minute", "round": "Jeopardy!", "show_number": "4942", "fullAnswer": "\"There\\'s a sucker born every minute\"" @@ -1566309,16 +1488899,6 @@ "show_number": "4942", "fullAnswer": "a wolfpack" }, - { - "category": "INTERNATIONAL THRILLER", - "air_date": "2006-02-21", - "question": "JFK AIRPORT - NEW YORK
0720 HOURS

(Agent Sarah of the JCC phones in.) I was tailed through this borough where JFK International is, but I lost them, & I'm on schedule to meet the man with the package", - "value": "$400", - "answer": "Queens", - "round": "Double Jeopardy!", - "show_number": "4942", - "fullAnswer": "Queens" - }, { "category": "\"WALK\" INTO THE TOP 40", "air_date": "2006-02-21", @@ -1566369,16 +1488949,6 @@ "show_number": "4942", "fullAnswer": "an onomatopoeia" }, - { - "category": "INTERNATIONAL THRILLER", - "air_date": "2006-02-21", - "question": "NILE VALLEY, EGYPT
0915 HOURS

(Agent Jimmy of the JCC checks in via camel phone.) I've been set up--Ahmad said he'd bring the package & meet me in this suburb of Cairo, but he never showed", - "value": "$800", - "answer": "Giza", - "round": "Double Jeopardy!", - "show_number": "4942", - "fullAnswer": "Giza" - }, { "category": "\"WALK\" INTO THE TOP 40", "air_date": "2006-02-21", @@ -1566399,16 +1488969,6 @@ "show_number": "4942", "fullAnswer": "truffles" }, - { - "category": "EARLY MAN", - "air_date": "2006-02-21", - "question": "This type of man, reconstructed here, lived in Europe until about 30,000 years ago", - "value": "$800", - "answer": "Neanderthal", - "round": "Double Jeopardy!", - "show_number": "4942", - "fullAnswer": "Neanderthal" - }, { "category": "IN THE DICTIONARY", "air_date": "2006-02-21", @@ -1566419,16 +1488979,6 @@ "show_number": "4942", "fullAnswer": "a paean" }, - { - "category": "INTERNATIONAL THRILLER", - "air_date": "2006-02-21", - "question": "NAPA VALLEY, CALIFORNIA
1140 HOURS

(Agent Sarah of the JCC puts some information on the grapevine.) I talked to Menzies--the package is headed for the Bay Area's busiest airport with this 3-letter code", - "value": "$1200", - "answer": "SFO", - "round": "Double Jeopardy!", - "show_number": "4942", - "fullAnswer": "SFO" - }, { "category": "\"WALK\" INTO THE TOP 40", "air_date": "2006-02-21", @@ -1566469,16 +1489019,6 @@ "show_number": "4942", "fullAnswer": "bowdlerize" }, - { - "category": "INTERNATIONAL THRILLER", - "air_date": "2006-02-21", - "question": "SOMEWHERE IN EUROPE
1635 HOURS

(Agent Jon of the JCC practices spycraft with Agent Kelly.) The location of the package is in a code in this English-language newspaper based in France", - "value": "$1600", - "answer": "International Herald Tribune", - "round": "Double Jeopardy!", - "show_number": "4942", - "fullAnswer": "the International Herald Tribune" - }, { "category": "\"WALK\" INTO THE TOP 40", "air_date": "2006-02-21", @@ -1566519,16 +1489059,6 @@ "show_number": "4942", "fullAnswer": "ebullient" }, - { - "category": "INTERNATIONAL THRILLER", - "air_date": "2006-02-21", - "question": "ATHENS, GREECE
2130 HOURS

(Agent Cheryl of the JCC checks in.) Yes, I found Nikkos, but I just missed the package--it left last night out of this city, Athens' main port since 1834", - "value": "$2000", - "answer": "Piraeus", - "round": "Double Jeopardy!", - "show_number": "4942", - "fullAnswer": "Piraeus" - }, { "category": "\"WALK\" INTO THE TOP 40", "air_date": "2006-02-21", @@ -1566579,16 +1489109,6 @@ "show_number": "4942", "fullAnswer": "virago" }, - { - "category": "FAMOUS PAINTERS", - "air_date": "2006-02-21", - "question": "His twin daughters both married generals, & his portrait of one of his sons-in-law is seen here", - "value": null, - "answer": "Jacques-Louis David", - "round": "Final Jeopardy!", - "show_number": "4942", - "fullAnswer": "Jacques-Louis David" - }, { "category": "TRUMAN CAPOTE", "air_date": "2008-04-01", @@ -1566789,16 +1489309,6 @@ "show_number": "5432", "fullAnswer": "Aunt Jemima" }, - { - "category": "AT TIFFANY'S", - "air_date": "2008-04-01", - "question": "In 1861 she received a Tiffany seed-pearl jewelry set from her husband", - "value": "$800", - "answer": "Mary Todd Lincoln", - "round": "Jeopardy!", - "show_number": "5432", - "fullAnswer": "Mary Todd Lincoln" - }, { "category": "\"IN\"", "air_date": "2008-04-01", @@ -1566929,16 +1489439,6 @@ "show_number": "5432", "fullAnswer": "Gamblers Anonymous" }, - { - "category": "LET'S RUN IT UP THE FLAGPOLE", - "air_date": "2008-04-01", - "question": "Although this country's flag is square, during WWII a rectangular flag was adopted for its boats", - "value": "$400", - "answer": "Switzerland", - "round": "Double Jeopardy!", - "show_number": "5432", - "fullAnswer": "Switzerland" - }, { "category": "PHILOSOPHY", "air_date": "2008-04-01", @@ -1566979,16 +1489479,6 @@ "show_number": "5432", "fullAnswer": "Indonesia" }, - { - "category": "LET'S RUN IT UP THE FLAGPOLE", - "air_date": "2008-04-01", - "question": "The red triangle on this country's flag, a modified Arab revolt flag, represents the Hashemite Dynasty", - "value": "$800", - "answer": "Jordan", - "round": "Double Jeopardy!", - "show_number": "5432", - "fullAnswer": "Jordan" - }, { "category": "BEFORE & AFTER", "air_date": "2008-04-01", @@ -1567019,16 +1489509,6 @@ "show_number": "5432", "fullAnswer": "Tilly" }, - { - "category": "SCIENCE STUFF", - "air_date": "2008-04-01", - "question": "(Jon of the Clue Crew reports from the lab, where he rolls a coin down an inclined plane.) Inside vending machines, magnets pick up steel slugs, but U.S. coins go right in, because they're minted from non-magnetic mixed metals, known as these", - "value": "$1200", - "answer": "alloys", - "round": "Double Jeopardy!", - "show_number": "5432", - "fullAnswer": "alloys" - }, { "category": "I KNOW YOU FROM SOMEWHERE", "air_date": "2008-04-01", @@ -1567039,36 +1489519,16 @@ "show_number": "5432", "fullAnswer": "Seventh Day Adventists" }, - { - "category": "LET'S RUN IT UP THE FLAGPOLE", - "air_date": "2008-04-01", - "question": "The 3 colors of this Asian island republic's flag once stood for nationalism, democracy & socialism", - "value": "$1200", - "answer": "Taiwan", - "round": "Double Jeopardy!", - "show_number": "5432", - "fullAnswer": "Taiwan" - }, { "category": "BEFORE & AFTER", "air_date": "2008-04-01", "question": "The round glove worn by a baseball backstopper runs for president as a Mormon ex-Mass. governor", "value": "$1200", - "answer": "catcher\\'s Mitt Romney", + "answer": "catcher's Mitt Romney", "round": "Double Jeopardy!", "show_number": "5432", "fullAnswer": "catcher\\'s Mitt Romney" }, - { - "category": "PHILOSOPHY", - "air_date": "2008-04-01", - "question": "This German philosopher's idea of the Ubermensch included included people like Frederick the Great", - "value": "$1600", - "answer": "Nietzche", - "round": "Double Jeopardy!", - "show_number": "5432", - "fullAnswer": "Nietzche" - }, { "category": "CELEBRITY SIBLINGS", "air_date": "2008-04-01", @@ -1567099,16 +1489559,6 @@ "show_number": "5432", "fullAnswer": "złoty" }, - { - "category": "LET'S RUN IT UP THE FLAGPOLE", - "air_date": "2008-04-01", - "question": "Columbus landed here; the 5 stars represent the federation it was once a part of", - "value": "$1600", - "answer": "Honduras", - "round": "Double Jeopardy!", - "show_number": "5432", - "fullAnswer": "Honduras" - }, { "category": "BEFORE & AFTER", "air_date": "2008-04-01", @@ -1567139,16 +1489589,6 @@ "show_number": "5432", "fullAnswer": "Hughes" }, - { - "category": "SCIENCE STUFF", - "air_date": "2008-04-01", - "question": "(Cheryl of the Clue Crew spins purple plastic tube.) When the tube spins, high pressure pushes air through it to the lower pressure end, producing sound & demonstrating this principle named for a Swiss mathematician", - "value": "$2000", - "answer": "Bernoulli principle", - "round": "Double Jeopardy!", - "show_number": "5432", - "fullAnswer": "the Bernoulli principle" - }, { "category": "I KNOW YOU FROM SOMEWHERE", "air_date": "2008-04-01", @@ -1567159,16 +1489599,6 @@ "show_number": "5432", "fullAnswer": "beef" }, - { - "category": "LET'S RUN IT UP THE FLAGPOLE", - "air_date": "2008-04-01", - "question": "The white bar of this country's flag represents the minority & the green is for the Muslim majority", - "value": "$2000", - "answer": "Pakistan", - "round": "Double Jeopardy!", - "show_number": "5432", - "fullAnswer": "Pakistan" - }, { "category": "BEFORE & AFTER", "air_date": "2008-04-01", @@ -1567639,16 +1490069,6 @@ "show_number": "63", "fullAnswer": "a cylinder" }, - { - "category": "HOTEL NAMES", - "air_date": "1984-12-05", - "question": "Muppets commenting from the balcony in the following", - "value": "$1,300", - "answer": "Statler and Waldorf", - "round": "Double Jeopardy!", - "show_number": "63", - "fullAnswer": "Statler and Waldorf" - }, { "category": "SHOW BUSINESS", "air_date": "1984-12-05", @@ -1567854,7 +1490274,7 @@ "air_date": "2007-06-11", "question": "Joe ate some of the scenery as Heimlich the Ravenous Caterpillar in this 1998 animated feature", "value": "$800", - "answer": "Bug\\'s Life", + "answer": "Bug's Life", "round": "Jeopardy!", "show_number": "5251", "fullAnswer": "A Bug\\'s Life" @@ -1567959,16 +1490379,6 @@ "show_number": "5251", "fullAnswer": "Guy Fawkes" }, - { - "category": "THE LIFE OF THE SEA", - "air_date": "2007-06-11", - "question": "(Sarah of the Clue Crew delivers the clue from the Institute of Marine Sciences in UC Santa Cruz) Some crabs go through this shell-shedding process all their lives, but the sheep crab has a terminal one, after which it can't grow", - "value": "$400", - "answer": "molting", - "round": "Double Jeopardy!", - "show_number": "5251", - "fullAnswer": "molting" - }, { "category": "SARAH-DIPITY", "air_date": "2007-06-11", @@ -1568019,16 +1490429,6 @@ "show_number": "5251", "fullAnswer": "a modem" }, - { - "category": "THE LIFE OF THE SEA", - "air_date": "2007-06-11", - "question": "(Sarah of the Clue Crew delivers the clue) Sea urchins' body symmetry makes their teeth fit together in a way that this pupil of Plato compared to a five-sided lantern. 2300 years later, it's still known as his lantern", - "value": "$800", - "answer": "Aristotle", - "round": "Double Jeopardy!", - "show_number": "5251", - "fullAnswer": "Aristotle" - }, { "category": "SARAH-DIPITY", "air_date": "2007-06-11", @@ -1568079,16 +1490479,6 @@ "show_number": "5251", "fullAnswer": "a commode" }, - { - "category": "THE LIFE OF THE SEA", - "air_date": "2007-06-11", - "question": "(Sarah of the Clue Crew delivers the clue from the Institute of Marine Sciences at UC Santa Cruz) The bones of the blue whale's flipper compare to those of the human hand. Ulna, carples, and these, like your finger bones", - "value": "$1200", - "answer": "phalanges", - "round": "Double Jeopardy!", - "show_number": "5251", - "fullAnswer": "the phalanges" - }, { "category": "SARAH-DIPITY", "air_date": "2007-06-11", @@ -1568139,26 +1490529,6 @@ "show_number": "5251", "fullAnswer": "outmoded" }, - { - "category": "THE LIFE OF THE SEA", - "air_date": "2007-06-11", - "question": "(Jimmy of the Clue Crew delivers the clue) As a bottom-dweller, the sculpin has smaller dorsal fins, but holds itself steady with these big fins, from the Latin for breasts.", - "value": "$1,000", - "answer": "pectoral fins", - "round": "Double Jeopardy!", - "show_number": "5251", - "fullAnswer": "pectoral fins" - }, - { - "category": "SARAH-DIPITY", - "air_date": "2007-06-11", - "question": "(I'm Andrew Lloyd Webber) \"The Music Of The Night\" was originally written for this performer: she reclaims it in her stage act", - "value": "$1600", - "answer": "Sarah Brightman", - "round": "Double Jeopardy!", - "show_number": "5251", - "fullAnswer": "Sarah Brightman" - }, { "category": "INTERNATIONAL ROAD VEHICLE STICKERS", "air_date": "2007-06-11", @@ -1568199,16 +1490569,6 @@ "show_number": "5251", "fullAnswer": "Depeche Mode" }, - { - "category": "THE LIFE OF THE SEA", - "air_date": "2007-06-11", - "question": "(Sarah of the Clue Crew delivers the clue) Scientists here at UC Santa Cruz discerned that the sunburst species of this flowerlike creature was a separate species and not just a type of the aggregating species", - "value": "$2000", - "answer": "sea anemone", - "round": "Double Jeopardy!", - "show_number": "5251", - "fullAnswer": "a sea anemone" - }, { "category": "MORTAL MATTERS", "air_date": "2007-06-11", @@ -1568499,16 +1490859,6 @@ "show_number": "5809", "fullAnswer": "El Cid" }, - { - "category": "CELEBRITY CARDS", - "air_date": "2009-12-10", - "question": "This star of \"Sin City\" & \"The Spirit\" was named after the Bionic Woman", - "value": "$1000", - "answer": "Jaime King", - "round": "Jeopardy!", - "show_number": "5809", - "fullAnswer": "Jaime King" - }, { "category": "ANAGRAMMED SHAKESPEARE CHARACTERS", "air_date": "2009-12-10", @@ -1568599,16 +1490949,6 @@ "show_number": "5809", "fullAnswer": "a beard" }, - { - "category": "INSIDE A B-17", - "air_date": "2009-12-10", - "question": "(Sarah of the Clue Crew reports from inside a B-17.) Because of its heavy defensive armament, including .50 caliber machine guns, the B-17 was dubbed the \"Flying\" this; Nazi propaganda tried to change that to \"Flying Coffin\"", - "value": "$400", - "answer": "Fortress", - "round": "Double Jeopardy!", - "show_number": "5809", - "fullAnswer": "Fortress" - }, { "category": "ORGANIZATIONS", "air_date": "2009-12-10", @@ -1568659,16 +1490999,6 @@ "show_number": "5809", "fullAnswer": "regifting" }, - { - "category": "INSIDE A B-17", - "air_date": "2009-12-10", - "question": "(Kelly of the Clue Crew reports from outside a B-17.) One of the B-17's key targets was Schweinfurt, a manufacturing center for BBs, not air rifle pellets, but these round items vital to the German war effort", - "value": "$800", - "answer": "ball bearings", - "round": "Double Jeopardy!", - "show_number": "5809", - "fullAnswer": "ball bearings" - }, { "category": "ORGANIZATIONS", "air_date": "2009-12-10", @@ -1568684,7 +1491014,7 @@ "air_date": "2009-12-10", "question": "On May 8, 1968 Catfish Hunter was unhittable for this Charlie Finley-owned team", "value": "$1200", - "answer": "Oakland A\\'s", + "answer": "Oakland A's", "round": "Double Jeopardy!", "show_number": "5809", "fullAnswer": "the Oakland A\\'s" @@ -1568719,16 +1491049,6 @@ "show_number": "5809", "fullAnswer": "a bromance" }, - { - "category": "INSIDE A B-17", - "air_date": "2009-12-10", - "question": "(Kelly of the Clue Crew reports from inside a B-17.) I'm at the station used by this crew member, who would carry the mission flight plan on rice paper, so he could eat it if he had to bail out over enemy territory", - "value": "$1200", - "answer": "navigator", - "round": "Double Jeopardy!", - "show_number": "5809", - "fullAnswer": "the navigator" - }, { "category": "ORGANIZATIONS", "air_date": "2009-12-10", @@ -1568779,16 +1491099,6 @@ "show_number": "5809", "fullAnswer": "good times" }, - { - "category": "INSIDE A B-17", - "air_date": "2009-12-10", - "question": "(Sarah of the Clue Crew reports from inside a B-17.) One of the great poems of World War II is about the death of a gunner in this turret named for its shape; crewman routinely flew 12-hour missions crammed in here", - "value": "$1600", - "answer": "ball turret", - "round": "Double Jeopardy!", - "show_number": "5809", - "fullAnswer": "the ball turret" - }, { "category": "ORGANIZATIONS", "air_date": "2009-12-10", @@ -1568839,22 +1491149,12 @@ "show_number": "5809", "fullAnswer": "dooced" }, - { - "category": "INSIDE A B-17", - "air_date": "2009-12-10", - "question": "(Sarah of the Clue Crew reports from inside a B-17.) The bombardier took aim through this top-secret bombsight that was said to be able to drop a bomb in a pickle barrel from 18,000 feet", - "value": "$2000", - "answer": "Norden bombsight", - "round": "Double Jeopardy!", - "show_number": "5809", - "fullAnswer": "the Norden bombsight" - }, { "category": "1989 NO. 1 HITS", "air_date": "2009-12-10", "question": "The Billboard Book of No. 1 Hits says this song brought mail from history teachers who hailed it as an educational aid", "value": null, - "answer": "\\We Didn\\'t Start The Fire\\ ", + "answer": "We Didn't Start The Fire ", "round": "Final Jeopardy!", "show_number": "5809", "fullAnswer": "\\\"We Didn\\'t Start The Fire\\\" (by Billy Joel)" @@ -1568879,16 +1491179,6 @@ "show_number": "4298", "fullAnswer": "Kool" }, - { - "category": "THEATRE TALK", - "air_date": "2003-04-16", - "question": "(Cheryl of the Clue Crew reports from the set of The Producers.) According to the cast of \"The Producers\", actors say this three-word phrase, instead of \"Good luck\"", - "value": "$200", - "answer": "Break a leg", - "round": "Jeopardy!", - "show_number": "4298", - "fullAnswer": "\"Break a leg\"" - }, { "category": "INVENTIONS", "air_date": "2003-04-16", @@ -1568939,16 +1491229,6 @@ "show_number": "4298", "fullAnswer": "Gloria Estefan" }, - { - "category": "THEATRE TALK", - "air_date": "2003-04-16", - "question": "(Sofia of the Clue Crew is backstage at the Gershwin Theatre.) These are the areas just offstage, and actors wait in them to make their entrances", - "value": "$400", - "answer": "wings", - "round": "Jeopardy!", - "show_number": "4298", - "fullAnswer": "the wings" - }, { "category": "INVENTIONS", "air_date": "2003-04-16", @@ -1568999,16 +1491279,6 @@ "show_number": "4298", "fullAnswer": "Joan Jett" }, - { - "category": "THEATRE TALK", - "air_date": "2003-04-16", - "question": "(Sarah of the Clue Crew has snuck into the dressing room of Hairspray.) It's considered bad luck to mention the name of this play in the dressing room; actors call it \"The Scottish Play\"", - "value": "$600", - "answer": "Macbeth", - "round": "Jeopardy!", - "show_number": "4298", - "fullAnswer": "Macbeth" - }, { "category": "INVENTIONS", "air_date": "2003-04-16", @@ -1569059,16 +1491329,6 @@ "show_number": "4298", "fullAnswer": "Marky Mark" }, - { - "category": "THEATRE TALK", - "air_date": "2003-04-16", - "question": "(Oooooooklahoma! Where Sofia's standing on the set.) It's the term for raising or lowering scenery above the stage; it's also what Mary Martin did in \"Peter Pan\"", - "value": "$800", - "answer": "fly", - "round": "Jeopardy!", - "show_number": "4298", - "fullAnswer": "fly" - }, { "category": "INVENTIONS", "air_date": "2003-04-16", @@ -1569119,16 +1491379,6 @@ "show_number": "4298", "fullAnswer": "Bruce Hornsby" }, - { - "category": "THEATRE TALK", - "air_date": "2003-04-16", - "question": "(Jimmy and the rest of the Clue Crew, on stage at the St. James Theatre.) It's the two-word term for the event after a play when the actors appear to take their bows", - "value": "$1000", - "answer": "curtain call", - "round": "Jeopardy!", - "show_number": "4298", - "fullAnswer": "a curtain call" - }, { "category": "INVENTIONS", "air_date": "2003-04-16", @@ -1569164,7 +1491414,7 @@ "air_date": "2003-04-16", "question": "Richard Nixon's Checkers speech said that his wife was named Patricia Ryan & born on this holiday; neither was true", "value": "$400", - "answer": "St. Patrick\\'s Day", + "answer": "St. Patrick's Day", "round": "Double Jeopardy!", "show_number": "4298", "fullAnswer": "St. Patrick\\'s Day" @@ -1569199,22 +1491449,12 @@ "show_number": "4298", "fullAnswer": "corduroy" }, - { - "category": "OH, NURSE!", - "air_date": "2003-04-16", - "question": "Britain's National Army Museum says she used the lantern seen here, not the glass one she's usually pictured with", - "value": "$400", - "answer": "Florence Nightingale", - "round": "Double Jeopardy!", - "show_number": "4298", - "fullAnswer": "Florence Nightingale" - }, { "category": "\"POT\" LUCK", "air_date": "2003-04-16", "question": "A public burial ground for poor or unidentified people", "value": "$400", - "answer": "potter\\'s field", + "answer": "potter's field", "round": "Double Jeopardy!", "show_number": "4298", "fullAnswer": "a potter\\'s field" @@ -1569614,7 +1491854,7 @@ "air_date": "1998-10-28", "question": "Rhyming nickname of the man seen here who kept the world informed in 1991", "value": "$300", - "answer": "Stormin\\' Norman Schwarzkopf", + "answer": "Stormin' Norman Schwarzkopf", "round": "Jeopardy!", "show_number": "3253", "fullAnswer": "\"Stormin\\' Norman\" Schwarzkopf" @@ -1569954,7 +1492194,7 @@ "air_date": "1998-10-28", "question": "The chorus of this Beck song mentions \"Two turntables and a microphone\"", "value": "$800", - "answer": "Where It\\'s At", + "answer": "Where It's At", "round": "Double Jeopardy!", "show_number": "3253", "fullAnswer": "\"Where It\\'s At\"" @@ -1570069,16 +1492309,6 @@ "show_number": "5372", "fullAnswer": "Hitchcock" }, - { - "category": "MEXICAN FOOD FROM THE LITTLE DINER", - "air_date": "2008-01-08", - "question": "(Kelly of the Clue Crew kneads in the kitchen.) Masa is the dough you get from soaking corn in water, then grinding it; the masa is then cooked to make these, from the Spanish for \"cake\"", - "value": "$200", - "answer": "tortillas", - "round": "Jeopardy!", - "show_number": "5372", - "fullAnswer": "tortillas" - }, { "category": "YOU'RE AN ANIMAL", "air_date": "2008-01-08", @@ -1570129,16 +1492359,6 @@ "show_number": "5372", "fullAnswer": "Harvard" }, - { - "category": "MEXICAN FOOD FROM THE LITTLE DINER", - "air_date": "2008-01-08", - "question": "(Jon of the Clue Crew gets his hands dirty.) These delicacies have been around for centuries; sometimes wrapped in the leaves of bananas or avocados, today they're usually wrapped in corn husks", - "value": "$400", - "answer": "tamales", - "round": "Jeopardy!", - "show_number": "5372", - "fullAnswer": "tamales" - }, { "category": "YOU'RE AN ANIMAL", "air_date": "2008-01-08", @@ -1570189,16 +1492409,6 @@ "show_number": "5372", "fullAnswer": "Miracle on 34th Street" }, - { - "category": "MEXICAN FOOD FROM THE LITTLE DINER", - "air_date": "2008-01-08", - "question": "(Kelly is back in the kitchen.) As well as a fried pastry rolled in sugar and cinnamon, churro means a type of this animal, and the pastry's name may have come from the nomads who herded it", - "value": "$600", - "answer": "sheep", - "round": "Jeopardy!", - "show_number": "5372", - "fullAnswer": "sheep" - }, { "category": "YOU'RE AN ANIMAL", "air_date": "2008-01-08", @@ -1570249,16 +1492459,6 @@ "show_number": "5372", "fullAnswer": "(Frank) Capra" }, - { - "category": "MEXICAN FOOD FROM THE LITTLE DINER", - "air_date": "2008-01-08", - "question": "(Kelly points to more food.) Although traditionally made with poblanos, here at the Little Diner this dish is made with Anaheim chiles stuffed with cheese, ,and fried until the outside is nice and crisp", - "value": "$800", - "answer": "chiles rellenos", - "round": "Jeopardy!", - "show_number": "5372", - "fullAnswer": "chiles rellenos" - }, { "category": "YOU'RE AN ANIMAL", "air_date": "2008-01-08", @@ -1570309,26 +1492509,6 @@ "show_number": "5372", "fullAnswer": "Xanadu" }, - { - "category": "MEXICAN FOOD FROM THE LITTLE DINER", - "air_date": "2008-01-08", - "question": "(Jon of the Clue Crew puts together a tasty snack.) These deep-fried pockets of cornmeal dough get their name from the Spanish for \"fat\"", - "value": "$1000", - "answer": "gorditas", - "round": "Jeopardy!", - "show_number": "5372", - "fullAnswer": "gorditas" - }, - { - "category": "YOU'RE AN ANIMAL", - "air_date": "2008-01-08", - "question": "Named for features on its skull, it's the swiftest mammal in the New World", - "value": "$1000", - "answer": "pronghorn antelope", - "round": "Jeopardy!", - "show_number": "5372", - "fullAnswer": "the pronghorn antelope" - }, { "category": "DRINK IT, DANCE IT OR DRIVE IT", "air_date": "2008-01-08", @@ -1570554,7 +1492734,7 @@ "air_date": "2008-01-08", "question": "Hank makes guns, gets into fight, wakes under tree & is captured by Sir Kay; remembers about an eclipse...", "value": "$1,500", - "answer": "Connecticut Yankee in King Arthur\\'s Court", + "answer": "Connecticut Yankee in King Arthur's Court", "round": "Double Jeopardy!", "show_number": "5372", "fullAnswer": "A Connecticut Yankee in King Arthur\\'s Court" @@ -1571124,7 +1493304,7 @@ "air_date": "2003-10-08", "question": "The title of Lisa Beamer's memoir, it's her husband Todd's famous phrase aboard Flight 93 on 9/11/01", "value": "$1200", - "answer": "Let\\'s Roll!", + "answer": "Let's Roll!", "round": "Double Jeopardy!", "show_number": "4388", "fullAnswer": "Let\\'s Roll!" @@ -1571349,16 +1493529,6 @@ "show_number": "5787", "fullAnswer": "Smallville" }, - { - "category": "WEBSITES", - "air_date": "2009-11-10", - "question": "The birdie seen here from this web site must say \"tweet, tweet, tweet\"", - "value": "$400", - "answer": "Twitter", - "round": "Jeopardy!", - "show_number": "5787", - "fullAnswer": "Twitter" - }, { "category": "BOOKS & AUTHORS", "air_date": "2009-11-10", @@ -1571399,16 +1493569,6 @@ "show_number": "5787", "fullAnswer": "New Jersey" }, - { - "category": "THE CW", - "air_date": "2009-11-10", - "question": "Teyona, seen here, is the new cover girl for the 12th cycle in this competition", - "value": "$600", - "answer": "America\\'s Next Top Model", - "round": "Jeopardy!", - "show_number": "5787", - "fullAnswer": "America\\'s Next Top Model" - }, { "category": "WEBSITES", "air_date": "2009-11-10", @@ -1571529,16 +1493689,6 @@ "show_number": "5787", "fullAnswer": "One Tree Hill" }, - { - "category": "WEBSITES", - "air_date": "2009-11-10", - "question": "Note the shovel in the logo of this web site seen here; it can be used whether you like a story or want to bury it", - "value": "$1000", - "answer": "Digg", - "round": "Jeopardy!", - "show_number": "5787", - "fullAnswer": "Digg" - }, { "category": "BOOKS & AUTHORS", "air_date": "2009-11-10", @@ -1571549,16 +1493699,6 @@ "show_number": "5787", "fullAnswer": "Benedict" }, - { - "category": "WHATEVER", - "air_date": "2009-11-10", - "question": "(Jimmy of the Clue Crew repeatedly drops onto the table a springed apparatus that lands on four feet, like a cat.) Cats are able to land on their feet because their flexible spines allow them to rotate in midair without violating the principle of conservation of this angular quantity", - "value": "$1000", - "answer": "momentum", - "round": "Jeopardy!", - "show_number": "5787", - "fullAnswer": "momentum" - }, { "category": "\"TEXT\" ME", "air_date": "2009-11-10", @@ -1572114,7 +1494254,7 @@ "air_date": "1998-01-26", "question": "Symphony whose ending is heard here; its opening is more famous", "value": "$1,000", - "answer": "Beethoven\\'s Fifth Symphony", + "answer": "Beethoven's Fifth Symphony", "round": "Jeopardy!", "show_number": "3091", "fullAnswer": "Beethoven\\'s \"Fifth Symphony\"" @@ -1572434,7 +1494574,7 @@ "air_date": "1998-01-26", "question": "In the 1940s she created her \"Pelvis Series\" paintings which feature blue sky seen through bovine bones", "value": "$1000", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Double Jeopardy!", "show_number": "3091", "fullAnswer": "Georgia O\\'Keeffe" @@ -1572469,16 +1494609,6 @@ "show_number": "5488", "fullAnswer": "New Orleans" }, - { - "category": "TENNIS", - "air_date": "2008-06-18", - "question": "This American woman was the first to win 20 Wimbledon titles", - "value": "$200", - "answer": "Billie Jean King", - "round": "Jeopardy!", - "show_number": "5488", - "fullAnswer": "Billie Jean King" - }, { "category": "EDIBLE COMMON BONDS", "air_date": "2008-06-18", @@ -1572824,7 +1494954,7 @@ "air_date": "2008-06-18", "question": "Bernard Binlin Dadie's novel \"Climbie\" depicts this \"Ivorian\" country, his homeland, during colonial times", "value": "$800", - "answer": "Côte d\\'Ivoire ", + "answer": "Côte d'Ivoire ", "round": "Double Jeopardy!", "show_number": "5488", "fullAnswer": "Côte d\\'Ivoire (or the Ivory Coast)" @@ -1572839,16 +1494969,6 @@ "show_number": "5488", "fullAnswer": "Norway" }, - { - "category": "2007 NEWS", - "air_date": "2008-06-18", - "question": "(Sarah of the Clue Crew reports from Machu Picchu.) The Peruvian government has reached an agreement with this Ivy League university for the return of artifacts taken from Machu Picchu in the early 1900s", - "value": "$800", - "answer": "Yale", - "round": "Double Jeopardy!", - "show_number": "5488", - "fullAnswer": "Yale" - }, { "category": "GONE VISION", "air_date": "2008-06-18", @@ -1573304,7 +1495424,7 @@ "air_date": "1997-05-20", "question": "It's the reason you should be nice to people on your way up", "value": "$400", - "answer": "Because you\\'ll meet them on your way down", + "answer": "Because you'll meet them on your way down", "round": "Jeopardy!", "show_number": "2942", "fullAnswer": "Because you\\'ll meet them on your way down" @@ -1573324,7 +1495444,7 @@ "air_date": "1997-05-20", "question": "When kicked out of school in this film, John Belushi sighs, \"Seven years of college down the drain\"", "value": "$500", - "answer": "National Lampoon\\'s Animal House", + "answer": "National Lampoon's Animal House", "round": "Jeopardy!", "show_number": "2942", "fullAnswer": "National Lampoon\\'s Animal House" @@ -1574664,7 +1496784,7 @@ "air_date": "1998-04-28", "question": "Later in this movie, seen here, James Stewart takes over the role of George Bailey", "value": "$600", - "answer": "It\\'s A Wonderful Life", + "answer": "It's A Wonderful Life", "round": "Double Jeopardy!", "show_number": "3157", "fullAnswer": "It\\'s A Wonderful Life" @@ -1574979,16 +1497099,6 @@ "show_number": "3158", "fullAnswer": "throw him out of the game" }, - { - "category": "RETURN OF THE GETTY", - "air_date": "1998-04-29", - "question": "The Getty bought this Van Gogh painting, seen here, from an overextended Australian businessman", - "value": "$400", - "answer": "Irises", - "round": "Jeopardy!", - "show_number": "3158", - "fullAnswer": "Irises" - }, { "category": "GET THE VIBE", "air_date": "1998-04-29", @@ -1575159,16 +1497269,6 @@ "show_number": "3158", "fullAnswer": "the Colorado River" }, - { - "category": "SEVEN", - "air_date": "1998-04-29", - "question": "It's the title of the movie seen here", - "value": "$600", - "answer": "Seven Year Itch", - "round": "Double Jeopardy!", - "show_number": "3158", - "fullAnswer": "The Seven Year Itch" - }, { "category": "SO FUNNY IT'S SCARY", "air_date": "1998-04-29", @@ -1575209,16 +1497309,6 @@ "show_number": "3158", "fullAnswer": "Charles Darwin" }, - { - "category": "SEVEN", - "air_date": "1998-04-29", - "question": "This group's album \"Seven and the Ragged Tiger\" featured the song heard here", - "value": "$800", - "answer": "Duran Duran", - "round": "Double Jeopardy!", - "show_number": "3158", - "fullAnswer": "Duran Duran" - }, { "category": "SO FUNNY IT'S SCARY", "air_date": "1998-04-29", @@ -1575609,16 +1497699,6 @@ "show_number": "5697", "fullAnswer": "bulrushes" }, - { - "category": "IN THE BO-\"D\"", - "air_date": "2009-05-19", - "question": "(Jimmy of the Clue Crew shows an anatomical diagram on the monitor.) From the Latin for 12, because it's 12 finger-widths long, this small intestine section extends from the stomach to the jejunum", - "value": "$400", - "answer": "duodenum", - "round": "Double Jeopardy!", - "show_number": "5697", - "fullAnswer": "the duodenum" - }, { "category": "THE MUSICAL '80s", "air_date": "2009-05-19", @@ -1575689,16 +1497769,6 @@ "show_number": "5697", "fullAnswer": "\"God Bless The USA\"" }, - { - "category": "HERE COMES THE NEIGHBORHOOD", - "air_date": "2009-05-19", - "question": "(Hi. I am Aisha Tyler.)
Before coming to Los Angeles for fame & moderate fortune, I grew up in the Haight area of this city that has a friendly rivalry with L.A.", - "value": "$800", - "answer": "San Francisco", - "round": "Double Jeopardy!", - "show_number": "5697", - "fullAnswer": "San Francisco" - }, { "category": "EDIBLE COMMON BONDS", "air_date": "2009-05-19", @@ -1575719,16 +1497789,6 @@ "show_number": "5697", "fullAnswer": "Corsica" }, - { - "category": "FROM E TO SHINING E", - "air_date": "2009-05-19", - "question": "To pronounce words in an articulate or a particular manner", - "value": "$800", - "answer": "enunciate", - "round": "Double Jeopardy!", - "show_number": "5697", - "fullAnswer": "enunciate" - }, { "category": "IN THE BO-\"D\"", "air_date": "2009-05-19", @@ -1575849,16 +1497909,6 @@ "show_number": "5697", "fullAnswer": "eligible" }, - { - "category": "IN THE BO-\"D\"", - "air_date": "2009-05-19", - "question": "(Sarah of the Clue Crew reports from Brookhaven National Laboratory in Long Island, NY.) Imaging done at Brookhaven shows a change in a drug addict's ability to respond to this neurotransmitter responsible for feelings of pleasure & reward", - "value": "$2,000", - "answer": "dopamine", - "round": "Double Jeopardy!", - "show_number": "5697", - "fullAnswer": "dopamine" - }, { "category": "THE MUSICAL '80s", "air_date": "2009-05-19", @@ -1576029,16 +1498079,6 @@ "show_number": "4138", "fullAnswer": "Islamabad" }, - { - "category": "ENDS IN \"O\"", - "air_date": "2002-09-04", - "question": "(Cheryl of the Clue Crew shows some letters on a chalkboard.) In this language introduced in 1887, the alphabet begins \"a b c ĉ d\"", - "value": "$400", - "answer": "Esperanto", - "round": "Jeopardy!", - "show_number": "4138", - "fullAnswer": "Esperanto" - }, { "category": "THE 2002 WINTER OLYMPICS", "air_date": "2002-09-04", @@ -1576409,16 +1498449,6 @@ "show_number": "4138", "fullAnswer": "Carol Moseley Braun" }, - { - "category": "HALLMARK HALL OF FAME", - "air_date": "2002-09-04", - "question": "One of the highest rated TV movies of the 1990s was this Hallmark presentation seen here

\"You can't, Jacob. The children are alive. they need the connection to her.\"", - "value": "$1600", - "answer": "Sarah, Plain and Tall", - "round": "Double Jeopardy!", - "show_number": "4138", - "fullAnswer": "Sarah, Plain and Tall" - }, { "category": "ANATOMY", "air_date": "2002-09-04", @@ -1576439,16 +1498469,6 @@ "show_number": "4138", "fullAnswer": "myrrh" }, - { - "category": "MATHEMATICIANS", - "air_date": "2002-09-04", - "question": "(Jimmy of the Clue Crew demonstrates the problem at the blackboard.) Diophantus gave his name to the Diophantine type of this, whose solution is an integer", - "value": "$1600", - "answer": "equation", - "round": "Double Jeopardy!", - "show_number": "4138", - "fullAnswer": "an equation" - }, { "category": "HOMOPHONIC PAIRS", "air_date": "2002-09-04", @@ -1576469,16 +1498489,6 @@ "show_number": "4138", "fullAnswer": "Phillis Wheatley" }, - { - "category": "HALLMARK HALL OF FAME", - "air_date": "2002-09-04", - "question": "There's plenty to learn from this 1995 presentation seen here, written & produced by August Wilson

\"You're always talkin' about your daddy, but you ain't never stopped to look at what his foolishness cost your mama.\"", - "value": "$2000", - "answer": "Piano Lesson", - "round": "Double Jeopardy!", - "show_number": "4138", - "fullAnswer": "The Piano Lesson" - }, { "category": "ANATOMY", "air_date": "2002-09-04", @@ -1576894,7 +1498904,7 @@ "air_date": "1999-07-15", "question": "Janet McTeer's performance as Nora in this Ibsen drama won her a Best Actress Tony in 1997", "value": "$400", - "answer": "Doll\\'s House", + "answer": "Doll's House", "round": "Double Jeopardy!", "show_number": "3439", "fullAnswer": "A Doll\\'s House" @@ -1577979,16 +1499989,6 @@ "show_number": "6178", "fullAnswer": "Notre Dame" }, - { - "category": "STUFF FOR YOUR COMPUTER?", - "air_date": "2011-06-22", - "question": "One-word name for the lizard seen here--remember the category!", - "value": "$800", - "answer": "monitor", - "round": "Jeopardy!", - "show_number": "6178", - "fullAnswer": "monitor" - }, { "category": "LYNDON JOHNSON", "air_date": "2011-06-22", @@ -1578069,16 +1500069,6 @@ "show_number": "6178", "fullAnswer": "Earnhardt" }, - { - "category": "LANDMARKS", - "air_date": "2011-06-22", - "question": "The Dancing House seen here is worth Czech Republic-ing out in this world capital", - "value": "$400", - "answer": "Prague", - "round": "Double Jeopardy!", - "show_number": "6178", - "fullAnswer": "Prague" - }, { "category": "SHAPE, PLEASE", "air_date": "2011-06-22", @@ -1578104,21 +1500094,11 @@ "air_date": "2011-06-22", "question": "Pithy term for a short distance", "value": "$400", - "answer": "stone\\'s throw", + "answer": "stone's throw", "round": "Double Jeopardy!", "show_number": "6178", "fullAnswer": "a stone\\'s throw" }, - { - "category": "NATIVE AMERICAN TRIBES", - "air_date": "2011-06-22", - "question": "(Kelly of the Clue Crew shows us a large clay figure in the National Museum of the American Indian in Washington, D.C.) A popular figure in the Southwest, Mudhead is the cultural & spiritual deity specific to this family of Indians whose Western tribes include the Hopi & the Zuni", - "value": "$800", - "answer": "Pueblo Indians", - "round": "Double Jeopardy!", - "show_number": "6178", - "fullAnswer": "the Pueblo Indians" - }, { "category": "MOTOR SPORTS", "air_date": "2011-06-22", @@ -1578129,16 +1500109,6 @@ "show_number": "6178", "fullAnswer": "Richard Petty" }, - { - "category": "LANDMARKS", - "air_date": "2011-06-22", - "question": "It's eye-catching, it's beautiful, but it's the Ryugyong Hotel in Pyongyang in this country, so you might not stay there anytime soon", - "value": "$800", - "answer": "North Korea", - "round": "Double Jeopardy!", - "show_number": "6178", - "fullAnswer": "North Korea" - }, { "category": "SHAPE, PLEASE", "air_date": "2011-06-22", @@ -1578179,16 +1500149,6 @@ "show_number": "6178", "fullAnswer": "Apache" }, - { - "category": "MOTOR SPORTS", - "air_date": "2011-06-22", - "question": "(I'm Danica Patrick.) In 2008, on a circuit owned by Honda in this country, I became the first woman to win a major-league open-wheel race", - "value": "$1200", - "answer": "Japan", - "round": "Double Jeopardy!", - "show_number": "6178", - "fullAnswer": "Japan" - }, { "category": "LANDMARKS", "air_date": "2011-06-22", @@ -1578249,16 +1500209,6 @@ "show_number": "6178", "fullAnswer": "Mario Andretti" }, - { - "category": "LANDMARKS", - "air_date": "2011-06-22", - "question": "Everything's up to date in this Midwestern city, even the parking garage of its central library, seen here", - "value": "$1600", - "answer": "Kansas City", - "round": "Double Jeopardy!", - "show_number": "6178", - "fullAnswer": "Kansas City" - }, { "category": "SHAPE, PLEASE", "air_date": "2011-06-22", @@ -1578309,16 +1500259,6 @@ "show_number": "6178", "fullAnswer": "Helio Castroneves" }, - { - "category": "LANDMARKS", - "air_date": "2011-06-22", - "question": "You'll flip when you check out the Wonderworks building in Pigeon Forge in this state", - "value": "$2000", - "answer": "Tennessee", - "round": "Double Jeopardy!", - "show_number": "6178", - "fullAnswer": "Tennessee" - }, { "category": "SHAPE, PLEASE", "air_date": "2011-06-22", @@ -1578554,7 +1500494,7 @@ "air_date": "1998-05-01", "question": "It was filled to the brim with evils; then it was opened & mankind was in trouble", "value": "$400", - "answer": "Pandora\\'s box", + "answer": "Pandora's box", "round": "Jeopardy!", "show_number": "3160", "fullAnswer": "Pandora\\'s box" @@ -1579089,16 +1501029,6 @@ "show_number": "5042", "fullAnswer": "the Purple Heart" }, - { - "category": "A VISIT TO THE \"E.R.\"", - "air_date": "2006-07-11", - "question": "One of these is seen here from the 1940s, in Chicago, natch", - "value": "$600", - "answer": "elevated railway", - "round": "Jeopardy!", - "show_number": "5042", - "fullAnswer": "an elevated railway" - }, { "category": "POPE-POURRI", "air_date": "2006-07-11", @@ -1579119,26 +1501049,6 @@ "show_number": "5042", "fullAnswer": "A Few Good Men" }, - { - "category": "MARTIAL ARTS", - "air_date": "2006-07-11", - "question": "(Jon of the Clue Crew reports from the Chinese Culture Center in San Francisco, CA.) In a movie title, Jackie Chan has played a master of this style of martial arts, which uses an unpredictable flowing style", - "value": "$800", - "answer": "drunken", - "round": "Jeopardy!", - "show_number": "5042", - "fullAnswer": "drunken" - }, - { - "category": "COVERINGS", - "air_date": "2006-07-11", - "question": "They're the main machines covered by the domes seen here; the nude beach is farther down shore", - "value": "$800", - "answer": "nuclear reactors", - "round": "Jeopardy!", - "show_number": "5042", - "fullAnswer": "nuclear reactors" - }, { "category": "FEMALE FIRSTS", "air_date": "2006-07-11", @@ -1579209,16 +1501119,6 @@ "show_number": "5042", "fullAnswer": "William Jennings Bryan" }, - { - "category": "A VISIT TO THE \"E.R.\"", - "air_date": "2006-07-11", - "question": "(Kelly of the Clue Crew waxes poetic.) Because it only looks like it works, the verse here...
Oh, Montague, I long to PROVE
How strong and stalwart is my LOVE

...has what's called this two-word term", - "value": "$1000", - "answer": "eye rhyme", - "round": "Jeopardy!", - "show_number": "5042", - "fullAnswer": "an eye rhyme" - }, { "category": "OLD AMERICAN HISTORY", "air_date": "2006-07-11", @@ -1579239,16 +1501139,6 @@ "show_number": "5042", "fullAnswer": "The Beatles" }, - { - "category": "LITERARY E-MAIL ADDRESSES", - "air_date": "2006-07-11", - "question": "fake_leg@
moby-dick.net", - "value": "$400", - "answer": "Captain Ahab", - "round": "Double Jeopardy!", - "show_number": "5042", - "fullAnswer": "Captain Ahab" - }, { "category": "THE HENRY WHO...", "air_date": "2006-07-11", @@ -1579274,7 +1501164,7 @@ "air_date": "2006-07-11", "question": "In a 1998 issue of People magazine, Michael J. Fox revealed that he had been diagnosed with this disease", "value": "$400", - "answer": "Parkinson\\'s disease", + "answer": "Parkinson's disease", "round": "Double Jeopardy!", "show_number": "5042", "fullAnswer": "Parkinson\\'s disease" @@ -1579299,16 +1501189,6 @@ "show_number": "5042", "fullAnswer": "\"Send In The Clowns\"" }, - { - "category": "LITERARY E-MAIL ADDRESSES", - "air_date": "2006-07-11", - "question": "megs_mom@
littlewomen.com", - "value": "$800", - "answer": "Marmee", - "round": "Double Jeopardy!", - "show_number": "5042", - "fullAnswer": "Marmee" - }, { "category": "THE HENRY WHO...", "air_date": "2006-07-11", @@ -1579359,16 +1501239,6 @@ "show_number": "5042", "fullAnswer": "(Lenny) Kravitz" }, - { - "category": "LITERARY E-MAIL ADDRESSES", - "air_date": "2006-07-11", - "question": "my_a_is_not_
for_applause@
scarletletter.com", - "value": "$1200", - "answer": "Hester Prynne", - "round": "Double Jeopardy!", - "show_number": "5042", - "fullAnswer": "Hester Prynne" - }, { "category": "THE HENRY WHO...", "air_date": "2006-07-11", @@ -1579479,16 +1501349,6 @@ "show_number": "5042", "fullAnswer": "John Legend" }, - { - "category": "LITERARY E-MAIL ADDRESSES", - "air_date": "2006-07-11", - "question": "tomstarksdad@
allthekingsmen.gov", - "value": "$2000", - "answer": "Willie Stark", - "round": "Double Jeopardy!", - "show_number": "5042", - "fullAnswer": "Willie Stark" - }, { "category": "THE HENRY WHO...", "air_date": "2006-07-11", @@ -1579639,16 +1501499,6 @@ "show_number": "5942", "fullAnswer": "a Monday-morning quarterback" }, - { - "category": "CALL SOMEONE WHO CARES", - "air_date": "2010-06-15", - "question": "To find out how to help a kid & become a youth mentor, call this group at (215) 567-7000 or go to bbbs.org", - "value": "$400", - "answer": "Big Brothers Big Sisters", - "round": "Jeopardy!", - "show_number": "5942", - "fullAnswer": "Big Brothers Big Sisters" - }, { "category": "AESOP'S FABLES", "air_date": "2010-06-15", @@ -1579749,16 +1501599,6 @@ "show_number": "5942", "fullAnswer": "Taipei" }, - { - "category": "HERE'S A \"QUARTER\"", - "air_date": "2010-06-15", - "question": "The musical notation seen here represents this", - "value": "$800", - "answer": "quarter rest", - "round": "Jeopardy!", - "show_number": "5942", - "fullAnswer": "a quarter rest" - }, { "category": "CALL SOMEONE WHO CARES", "air_date": "2010-06-15", @@ -1579839,16 +1501679,6 @@ "show_number": "5942", "fullAnswer": "Stuart Little" }, - { - "category": "WHAT'S ON YOUR iPOD?", - "air_date": "2010-06-15", - "question": "(Hi. I'm Elizabeth Perkins.) My iPod is full of '70s singers like this man who gave us the classic songs \"Daniel\" & \"Rocket Man\"", - "value": "$400", - "answer": "Elton John", - "round": "Double Jeopardy!", - "show_number": "5942", - "fullAnswer": "Elton John" - }, { "category": "YOU GOTTA REPRESENT", "air_date": "2010-06-15", @@ -1579879,16 +1501709,6 @@ "show_number": "5942", "fullAnswer": "Mexico" }, - { - "category": "WORD PUZZLES", - "air_date": "2010-06-15", - "question": "It describes some homes", - "value": "$400", - "answer": "split level", - "round": "Double Jeopardy!", - "show_number": "5942", - "fullAnswer": "split level" - }, { "category": "A \"LITTLE\" READING", "air_date": "2010-06-15", @@ -1579899,26 +1501719,6 @@ "show_number": "5942", "fullAnswer": "Little Dorrit" }, - { - "category": "WHAT'S ON YOUR iPOD?", - "air_date": "2010-06-15", - "question": "(Hi, I'm Robin Quivers.) \"Lets Get It On\"--my iPod, that is--plenty of Motown R&B, especially the smooth sounds of this man who sang \"Let's Get It On\"", - "value": "$800", - "answer": "Marvin Gaye", - "round": "Double Jeopardy!", - "show_number": "5942", - "fullAnswer": "Marvin Gaye" - }, - { - "category": "YOU GOTTA REPRESENT", - "air_date": "2010-06-15", - "question": "(Kelly of the Clue Crew rakes a miniature Zen garden with a single rock in it.) In a Zen garden, rocks symbolize mountains & the earth; the sand and its patterns represent this", - "value": "$800", - "answer": "water", - "round": "Double Jeopardy!", - "show_number": "5942", - "fullAnswer": "water" - }, { "category": "THE CURRENT SUPREME COURT JUSTICE WHO", "air_date": "2010-06-15", @@ -1579939,16 +1501739,6 @@ "show_number": "5942", "fullAnswer": "foal" }, - { - "category": "WORD PUZZLES", - "air_date": "2010-06-15", - "question": "A synonym for \"verve\", \"spunk\" or \"pep\"", - "value": "$800", - "answer": "get up and go", - "round": "Double Jeopardy!", - "show_number": "5942", - "fullAnswer": "get up and go" - }, { "category": "A \"LITTLE\" READING", "air_date": "2010-06-15", @@ -1579959,16 +1501749,6 @@ "show_number": "5942", "fullAnswer": "Little Drummer Girl" }, - { - "category": "WHAT'S ON YOUR iPOD?", - "air_date": "2010-06-15", - "question": "(Hi. I'm Julie Bowen.) I've got to have my '70s funk, especially if it's from this man who's headed Parliament Funkadelic & of course, the P-Funk All-Stars", - "value": "$1200", - "answer": "Clinton", - "round": "Double Jeopardy!", - "show_number": "5942", - "fullAnswer": "(George) Clinton" - }, { "category": "YOU GOTTA REPRESENT", "air_date": "2010-06-15", @@ -1579999,16 +1501779,6 @@ "show_number": "5942", "fullAnswer": "a star" }, - { - "category": "WORD PUZZLES", - "air_date": "2010-06-15", - "question": "One legacy of Franz Schubert", - "value": "$1200", - "answer": "Unfinished symphony", - "round": "Double Jeopardy!", - "show_number": "5942", - "fullAnswer": "Unfinished symphony" - }, { "category": "A \"LITTLE\" READING", "air_date": "2010-06-15", @@ -1580019,16 +1501789,6 @@ "show_number": "5942", "fullAnswer": "Come Back, Little Sheba" }, - { - "category": "WHAT'S ON YOUR iPOD?", - "air_date": "2010-06-15", - "question": "(I'm Soledad O'Brien.) My iPod is rarely without this Motown man who performed \"Never Dreamed You'd Leave In Summer\" at Michael Jackson's memorial", - "value": "$1600", - "answer": "Stevie Wonder", - "round": "Double Jeopardy!", - "show_number": "5942", - "fullAnswer": "Stevie Wonder" - }, { "category": "YOU GOTTA REPRESENT", "air_date": "2010-06-15", @@ -1580049,26 +1501809,6 @@ "show_number": "5942", "fullAnswer": "Ginsberg (or Stephen Breyer)" }, - { - "category": "HORSE SMARTS", - "air_date": "2010-06-15", - "question": "Originally bred by the Nez Perce Indians, it's the horse with a coat of many colors seen here", - "value": "$1600", - "answer": "Appaloosa", - "round": "Double Jeopardy!", - "show_number": "5942", - "fullAnswer": "Appaloosa" - }, - { - "category": "WORD PUZZLES", - "air_date": "2010-06-15", - "question": "What you would like to do as a contestant on our show", - "value": "$1600", - "answer": "win with ease", - "round": "Double Jeopardy!", - "show_number": "5942", - "fullAnswer": "win with ease" - }, { "category": "A \"LITTLE\" READING", "air_date": "2010-06-15", @@ -1580079,26 +1501819,6 @@ "show_number": "5942", "fullAnswer": "The Little Foxes" }, - { - "category": "WHAT'S ON YOUR iPOD?", - "air_date": "2010-06-15", - "question": "(I'm Dana Delany.) You won't find Andy Williams or Roger Williams, but there is this woman whose albums include \"West\" & \"Car Wheels on a Gravel Road\"", - "value": "$2000", - "answer": "Lucinda Williams", - "round": "Double Jeopardy!", - "show_number": "5942", - "fullAnswer": "Lucinda Williams" - }, - { - "category": "YOU GOTTA REPRESENT", - "air_date": "2010-06-15", - "question": "At holiday time, as well as being tasty, candy canes symbolize this nefarious-sounding staff used by shepherds", - "value": "$2000", - "answer": "crook", - "round": "Double Jeopardy!", - "show_number": "5942", - "fullAnswer": "crook" - }, { "category": "THE CURRENT SUPREME COURT JUSTICE WHO", "air_date": "2010-06-15", @@ -1580119,16 +1501839,6 @@ "show_number": "5942", "fullAnswer": "the Lipizzaner stalions" }, - { - "category": "WORD PUZZLES", - "air_date": "2010-06-15", - "question": "What the ant had in song", - "value": "$2000", - "answer": "high hopes", - "round": "Double Jeopardy!", - "show_number": "5942", - "fullAnswer": "high hopes" - }, { "category": "THE 50 STATES", "air_date": "2010-06-15", @@ -1580919,16 +1502629,6 @@ "show_number": "4633", "fullAnswer": "(Stephen) Hawking" }, - { - "category": "\"J\" WALKING", - "air_date": "2004-10-27", - "question": "(Hi, I'm Tim Russert of NBC's Meet the Press.) In 1985 I supervised a broadcast from Rome featuring a live interview with this man, a first for American television", - "value": "$600", - "answer": "Pope John Paul II", - "round": "Jeopardy!", - "show_number": "4633", - "fullAnswer": "Pope John Paul II" - }, { "category": "U.S. GEOGRAPHY", "air_date": "2004-10-27", @@ -1580969,16 +1502669,6 @@ "show_number": "4633", "fullAnswer": "William Jennings Bryan" }, - { - "category": "BUMPER STICKERS?", - "air_date": "2004-10-27", - "question": "For this North American member of the family iguanidae seen here:
\"Honk if you're corneus\"", - "value": "$800", - "answer": "horned lizard ", - "round": "Jeopardy!", - "show_number": "4633", - "fullAnswer": "horned lizard (or horned toad)" - }, { "category": "\"J\" WALKING", "air_date": "2004-10-27", @@ -1581019,16 +1502709,6 @@ "show_number": "4633", "fullAnswer": "a ruby" }, - { - "category": "PRESIDENTIAL CAMPAIGNS", - "air_date": "2004-10-27", - "question": "State where the concession speech seen here was made in 2004", - "value": "$1000", - "answer": "Iowa", - "round": "Jeopardy!", - "show_number": "4633", - "fullAnswer": "Iowa" - }, { "category": "BUMPER STICKERS?", "air_date": "2004-10-27", @@ -1581049,16 +1502729,6 @@ "show_number": "4633", "fullAnswer": "(Carl Gustav) Jung" }, - { - "category": "RUSSIAN CULTURE", - "air_date": "2004-10-27", - "question": "Ivan Kramskoi painted him in 1873 with the author at the height of his powers", - "value": "$400", - "answer": "Tolstoy", - "round": "Double Jeopardy!", - "show_number": "4633", - "fullAnswer": "(Leon) Tolstoy" - }, { "category": "BIG SCREEN BIO SUBJECTS", "air_date": "2004-10-27", @@ -1581109,16 +1502779,6 @@ "show_number": "4633", "fullAnswer": "rehearsal" }, - { - "category": "RUSSIAN CULTURE", - "air_date": "2004-10-27", - "question": "Cirque du Soleil's aerial cube was originated in Russia by members of this famed circus", - "value": "$800", - "answer": "Moscow Circus", - "round": "Double Jeopardy!", - "show_number": "4633", - "fullAnswer": "the Moscow Circus" - }, { "category": "BIG SCREEN BIO SUBJECTS", "air_date": "2004-10-27", @@ -1581159,26 +1502819,6 @@ "show_number": "4633", "fullAnswer": "TV" }, - { - "category": "\"RE\"RUNS", - "air_date": "2004-10-27", - "question": "(Sofia of the Clue Crew fires a shotgun out in the hills.) Newton's third law of motion explains why this 6-letter reaction happens after I discharge the gun", - "value": "$800", - "answer": "recoil", - "round": "Double Jeopardy!", - "show_number": "4633", - "fullAnswer": "recoil" - }, - { - "category": "RUSSIAN CULTURE", - "air_date": "2004-10-27", - "question": "The painting seen here depicts these workers, also the subject of a Russian folk song", - "value": "$1200", - "answer": "Boatmen of the Volga ", - "round": "Double Jeopardy!", - "show_number": "4633", - "fullAnswer": "Boatmen of the Volga (or Volga Boatmen)" - }, { "category": "BIG SCREEN BIO SUBJECTS", "air_date": "2004-10-27", @@ -1581229,16 +1502869,6 @@ "show_number": "4633", "fullAnswer": "a retaining wall" }, - { - "category": "RUSSIAN CULTURE", - "air_date": "2004-10-27", - "question": "In Russian, these nesting dolls are called matryoshka, from a word meaning this person", - "value": "$1600", - "answer": "mother", - "round": "Double Jeopardy!", - "show_number": "4633", - "fullAnswer": "mother" - }, { "category": "BIG SCREEN BIO SUBJECTS", "air_date": "2004-10-27", @@ -1581384,7 +1503014,7 @@ "air_date": "1997-04-22", "question": "Whitman's flaws", "value": "$100", - "answer": "Walt\\'s faults", + "answer": "Walt's faults", "round": "Jeopardy!", "show_number": "2922", "fullAnswer": "Walt\\'s faults" @@ -1581444,7 +1503074,7 @@ "air_date": "1997-04-22", "question": "Beecher Stowe's lassos", "value": "$200", - "answer": "Harriet\\'s lariats", + "answer": "Harriet's lariats", "round": "Jeopardy!", "show_number": "2922", "fullAnswer": "Harriet\\'s lariats" @@ -1581504,7 +1503134,7 @@ "air_date": "1997-04-22", "question": "Lewis' kegs", "value": "$300", - "answer": "Carroll\\'s barrels", + "answer": "Carroll's barrels", "round": "Jeopardy!", "show_number": "2922", "fullAnswer": "Carroll\\'s barrels" @@ -1581564,7 +1503194,7 @@ "air_date": "1997-04-22", "question": "Theodore's gushing hot springs", "value": "$400", - "answer": "Dreiser\\'s geysers", + "answer": "Dreiser's geysers", "round": "Jeopardy!", "show_number": "2922", "fullAnswer": "Dreiser\\'s geysers" @@ -1581624,7 +1503254,7 @@ "air_date": "1997-04-22", "question": "John's scallions", "value": "$500", - "answer": "Bunyan\\'s onions", + "answer": "Bunyan's onions", "round": "Jeopardy!", "show_number": "2922", "fullAnswer": "Bunyan\\'s onions" @@ -1581999,16 +1503629,6 @@ "show_number": "5868", "fullAnswer": "ruby" }, - { - "category": "THE AUTHOR TWITTERS", - "air_date": "2010-03-03", - "question": "Da, \"War and Peace\" published in complete form 2day. Liking 1869. Is very good year", - "value": "$200", - "answer": "Tolstoy", - "round": "Jeopardy!", - "show_number": "5868", - "fullAnswer": "Tolstoy" - }, { "category": "APPLE SAUCE", "air_date": "2010-03-03", @@ -1582019,16 +1503639,6 @@ "show_number": "5868", "fullAnswer": "Franklin" }, - { - "category": "FAMILIAR PHRASES", - "air_date": "2010-03-03", - "question": "To avoid responsibility is to do this", - "value": "$200", - "answer": "pass the buck", - "round": "Jeopardy!", - "show_number": "5868", - "fullAnswer": "pass the buck" - }, { "category": "U.S. STATES' LARGEST ISLANDS", "air_date": "2010-03-03", @@ -1582139,16 +1503749,6 @@ "show_number": "5868", "fullAnswer": "a fungus" }, - { - "category": "FAMILIAR PHRASES", - "air_date": "2010-03-03", - "question": "It's the literal interpretation of a phrase meaning to relax or behave informally", - "value": "$600", - "answer": "let your hair down", - "round": "Jeopardy!", - "show_number": "5868", - "fullAnswer": "let your hair down" - }, { "category": "U.S. STATES' LARGEST ISLANDS", "air_date": "2010-03-03", @@ -1582259,16 +1503859,6 @@ "show_number": "5868", "fullAnswer": "the Rome beauty" }, - { - "category": "FAMILIAR PHRASES", - "air_date": "2010-03-03", - "question": "This 3-word phrase means to stretch the limits", - "value": "$1000", - "answer": "push the envelope", - "round": "Jeopardy!", - "show_number": "5868", - "fullAnswer": "push the envelope" - }, { "category": "BALLET DANCERS", "air_date": "2010-03-03", @@ -1582579,16 +1504169,6 @@ "show_number": "5868", "fullAnswer": "the Royal Air Force" }, - { - "category": "GUITAR HERO", - "air_date": "2009-01-22", - "question": "(Jon of the Clue Crew strums a distinctive-looking instrument.) Guitar heroes like Buddy Holly & Eric Clapton made their marks with this iconic guitar model from Fender", - "value": "$200", - "answer": "Stratocaster", - "round": "Jeopardy!", - "show_number": "5614", - "fullAnswer": "the Stratocaster" - }, { "category": "GRAND THEFT AUTO", "air_date": "2009-01-22", @@ -1582639,16 +1504219,6 @@ "show_number": "5614", "fullAnswer": "Pong" }, - { - "category": "GUITAR HERO", - "air_date": "2009-01-22", - "question": "Rolling Stone ranked this late Texas bluesman number seven on its list of the 100 greatest guitarists", - "value": "$400", - "answer": "Stevie Ray Vaughan", - "round": "Jeopardy!", - "show_number": "5614", - "fullAnswer": "Stevie Ray Vaughan" - }, { "category": "GRAND THEFT AUTO", "air_date": "2009-01-22", @@ -1582699,16 +1504269,6 @@ "show_number": "5614", "fullAnswer": "Pac-Man" }, - { - "category": "GUITAR HERO", - "air_date": "2009-01-22", - "question": "(Jon of the Clue Crew bends it like Eddy.) Guitar heroes like Duane Eddy have made use of the vibrato effect lever with this name that sounds like something you'd use to put a hex on an enemy", - "value": "$600", - "answer": "whammy bar", - "round": "Jeopardy!", - "show_number": "5614", - "fullAnswer": "a whammy bar" - }, { "category": "GRAND THEFT AUTO", "air_date": "2009-01-22", @@ -1582759,16 +1504319,6 @@ "show_number": "5614", "fullAnswer": "MIT" }, - { - "category": "GUITAR HERO", - "air_date": "2009-01-22", - "question": "This guy, who practically invented classical guitar, was born in Granada, not the Spanish city with his surname", - "value": "$800", - "answer": "Segovia", - "round": "Jeopardy!", - "show_number": "5614", - "fullAnswer": "(Andres) Segovia" - }, { "category": "GRAND THEFT AUTO", "air_date": "2009-01-22", @@ -1582819,16 +1504369,6 @@ "show_number": "5614", "fullAnswer": "Soylent Green" }, - { - "category": "GUITAR HERO", - "air_date": "2009-01-22", - "question": "He's the guitar hero & Grateful Dead guru seen here", - "value": "$1000", - "answer": "Garcia", - "round": "Jeopardy!", - "show_number": "5614", - "fullAnswer": "(Jerry) Garcia" - }, { "category": "GRAND THEFT AUTO", "air_date": "2009-01-22", @@ -1582859,16 +1504399,6 @@ "show_number": "5614", "fullAnswer": "sedimentary" }, - { - "category": "HALF-LIFE", - "air_date": "2009-01-22", - "question": "The line that divides angle ABC into two halves is called this", - "value": "$1000", - "answer": "bisecting line", - "round": "Jeopardy!", - "show_number": "5614", - "fullAnswer": "bisecting line" - }, { "category": "VIDEO GAMES", "air_date": "2009-01-22", @@ -1582889,16 +1504419,6 @@ "show_number": "5614", "fullAnswer": "The Idiot" }, - { - "category": "JOHNNY'S CLASSIC TV THEME SONGS", - "air_date": "2009-01-22", - "question": "\"Mister we could use a man like Herbert Hoover again\"", - "value": "$400", - "answer": "All in the Family", - "round": "Double Jeopardy!", - "show_number": "5614", - "fullAnswer": "All in the Family" - }, { "category": "SECOND-LARGEST CITIES", "air_date": "2009-01-22", @@ -1582949,16 +1504469,6 @@ "show_number": "5614", "fullAnswer": "guillotine" }, - { - "category": "JOHNNY'S CLASSIC TV THEME SONGS", - "air_date": "2009-01-22", - "question": "\"Fish don't fry in the kitchen, beans don't burn on the grill, took a whole lotta tryin' just to get up that hill\"", - "value": "$800", - "answer": "Jeffersons", - "round": "Double Jeopardy!", - "show_number": "5614", - "fullAnswer": "The Jeffersons" - }, { "category": "SECOND-LARGEST CITIES", "air_date": "2009-01-22", @@ -1583009,16 +1504519,6 @@ "show_number": "5614", "fullAnswer": "Cervantes" }, - { - "category": "JOHNNY'S CLASSIC TV THEME SONGS", - "air_date": "2009-01-22", - "question": "\"So, no one told you life was gonna be this way, your job's a joke, you're broke, your love life's D.O.A.\"", - "value": "$1200", - "answer": "Friends", - "round": "Double Jeopardy!", - "show_number": "5614", - "fullAnswer": "Friends" - }, { "category": "SECOND-LARGEST CITIES", "air_date": "2009-01-22", @@ -1583069,16 +1504569,6 @@ "show_number": "5614", "fullAnswer": "Egypt" }, - { - "category": "JOHNNY'S CLASSIC TV THEME SONGS", - "air_date": "2009-01-22", - "question": "\"Well, the names have all changed since you hung around, but those dreams have returned & they've turned around\"", - "value": "$2,000", - "answer": "Welcome Back, Kotter", - "round": "Double Jeopardy!", - "show_number": "5614", - "fullAnswer": "Welcome Back, Kotter" - }, { "category": "SECOND-LARGEST CITIES", "air_date": "2009-01-22", @@ -1583129,16 +1504619,6 @@ "show_number": "5614", "fullAnswer": "Strindberg" }, - { - "category": "JOHNNY'S CLASSIC TV THEME SONGS", - "air_date": "2009-01-22", - "question": "\"Makin' their way the only way they know how, that's just a little bit more than the law will allow\"", - "value": "$2000", - "answer": "Dukes of Hazzard", - "round": "Double Jeopardy!", - "show_number": "5614", - "fullAnswer": "The Dukes of Hazzard" - }, { "category": "SECOND-LARGEST CITIES", "air_date": "2009-01-22", @@ -1583414,7 +1504894,7 @@ "air_date": "2004-01-30", "question": "This brand's jingle called it \"That Heavenly Coffee\"", "value": "$800", - "answer": "Chock full o\\'Nuts", + "answer": "Chock full o'Nuts", "round": "Jeopardy!", "show_number": "4470", "fullAnswer": "Chock full o\\'Nuts" @@ -1583874,7 +1505354,7 @@ "air_date": "1998-01-06", "question": "This candy company known for its \"samplers\" also makes a cookies-n-cream bar", "value": "$200", - "answer": "Whitman\\'s", + "answer": "Whitman's", "round": "Jeopardy!", "show_number": "3077", "fullAnswer": "Whitman\\'s" @@ -1584699,16 +1506179,6 @@ "show_number": "4821", "fullAnswer": "Vesuvius" }, - { - "category": "HIRSCHFELD", - "air_date": "2005-07-18", - "question": "Al Hischfeld depicted this noir classic in the drawing seen here", - "value": "$400", - "answer": "Maltese Falcon", - "round": "Double Jeopardy!", - "show_number": "4821", - "fullAnswer": "The Maltese Falcon" - }, { "category": "BEFORE & AFTER", "air_date": "2005-07-18", @@ -1584759,16 +1506229,6 @@ "show_number": "4821", "fullAnswer": "Florence" }, - { - "category": "HIRSCHFELD", - "air_date": "2005-07-18", - "question": "This film's subject matter was controversial in its day", - "value": "$800", - "answer": "Guess Who\\'s Coming to Dinner", - "round": "Double Jeopardy!", - "show_number": "4821", - "fullAnswer": "Guess Who\\'s Coming to Dinner" - }, { "category": "BEFORE & AFTER", "air_date": "2005-07-18", @@ -1584819,16 +1506279,6 @@ "show_number": "4821", "fullAnswer": "Verdi" }, - { - "category": "HIRSCHFELD", - "air_date": "2005-07-18", - "question": "The cast of this kooky 1991 film is seen here", - "value": "$1200", - "answer": "Addams Family", - "round": "Double Jeopardy!", - "show_number": "4821", - "fullAnswer": "The Addams Family" - }, { "category": "BEFORE & AFTER", "air_date": "2005-07-18", @@ -1584879,16 +1506329,6 @@ "show_number": "4821", "fullAnswer": "Virgil" }, - { - "category": "HIRSCHFELD", - "air_date": "2005-07-18", - "question": "Hirschfeld purr-fectly captured a sensual scene from this film", - "value": "$1600", - "answer": "Cat on a Hot Tin Roof", - "round": "Double Jeopardy!", - "show_number": "4821", - "fullAnswer": "Cat on a Hot Tin Roof" - }, { "category": "BEFORE & AFTER", "air_date": "2005-07-18", @@ -1584899,16 +1506339,6 @@ "show_number": "4821", "fullAnswer": "Matthew Perry Mason" }, - { - "category": "ANCIENT EGYPT", - "air_date": "2005-07-18", - "question": "(Sarah of the Clue Crew stands in the foreground of the Sphinx and Great Pyramid in Giza, Egypt.) In a dream this falcon-headed son of Isis told Thutmose IV to clear the sand that buried the sphinx--and he'd be king", - "value": "$2000", - "answer": "Horus", - "round": "Double Jeopardy!", - "show_number": "4821", - "fullAnswer": "Horus" - }, { "category": "LADY'S NIGHT", "air_date": "2005-07-18", @@ -1584939,16 +1506369,6 @@ "show_number": "4821", "fullAnswer": "Berlusconi" }, - { - "category": "HIRSCHFELD", - "air_date": "2005-07-18", - "question": "This 1936 silent classic proves that Luddite disaffection can be played for laughs", - "value": "$2000", - "answer": "Modern Times", - "round": "Double Jeopardy!", - "show_number": "4821", - "fullAnswer": "Modern Times" - }, { "category": "BEFORE & AFTER", "air_date": "2005-07-18", @@ -1585139,16 +1506559,6 @@ "show_number": "4083", "fullAnswer": "Crayola" }, - { - "category": "STRAIN THY BRAIN", - "air_date": "2002-05-08", - "question": "(Cheryl of the Clue Crew sizes herself up with an NBA behemoth.) I'm 5'2\", and Shawn Bradley is 7'6\", so this is the number of inches difference in our heights", - "value": "$600", - "answer": "28", - "round": "Jeopardy!", - "show_number": "4083", - "fullAnswer": "28" - }, { "category": "AMERICAN REVOLUTIONARIES", "air_date": "2002-05-08", @@ -1585159,16 +1506569,6 @@ "show_number": "4083", "fullAnswer": "George Rogers Clark" }, - { - "category": "TV's PRETTY FACES", - "air_date": "2002-05-08", - "question": "Seen here, this co-star of \"That '70s Show\" was born in 1980", - "value": "$800", - "answer": "Laura Prepon", - "round": "Jeopardy!", - "show_number": "4083", - "fullAnswer": "Laura Prepon" - }, { "category": "THE HUNCHBACK OF NOTRE DAME", "air_date": "2002-05-08", @@ -1585179,16 +1506579,6 @@ "show_number": "4083", "fullAnswer": "the Twelfth Night" }, - { - "category": "LI'L BOW WOW", - "air_date": "2002-05-08", - "question": "The largest of the toy breeds, this dog, seen here, still only weighs about 14-18 lbs.", - "value": "$800", - "answer": "pug", - "round": "Jeopardy!", - "show_number": "4083", - "fullAnswer": "a pug" - }, { "category": "LET A SMILE BE YOUR UMBRIA", "air_date": "2002-05-08", @@ -1585989,16 +1507379,6 @@ "show_number": "367", "fullAnswer": "Tchaikovsky" }, - { - "category": "SPORTS", - "air_date": "1986-02-04", - "question": "Played by his home club, the following became the unofficial theme song for this 1980 rookie", - "value": "$2,000", - "answer": "Fernando Valenzuela", - "round": "Double Jeopardy!", - "show_number": "367", - "fullAnswer": "Fernando Valenzuela" - }, { "category": "ANCIENT SCIENCE", "air_date": "1986-02-04", @@ -1586194,7 +1507574,7 @@ "air_date": "2009-11-03", "question": "The Happy Meal with hamburger", "value": "$200", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "5782", "fullAnswer": "McDonald\\'s" @@ -1586259,16 +1507639,6 @@ "show_number": "5782", "fullAnswer": "KFC" }, - { - "category": "YOUNG MR. PRESIDENT", - "air_date": "2009-11-03", - "question": "He earned his nickname of \"Dutch\" from his dad calling him his \"fat little Dutchman\"", - "value": "$400", - "answer": "Ronald Reagan", - "round": "Jeopardy!", - "show_number": "5782", - "fullAnswer": "Ronald Reagan" - }, { "category": "A \"HA\"!", "air_date": "2009-11-03", @@ -1586379,16 +1507749,6 @@ "show_number": "5782", "fullAnswer": "Taco Bell" }, - { - "category": "YOUNG MR. PRESIDENT", - "air_date": "2009-11-03", - "question": "He grew up in Greenwich, Connecticut, & attended private schools there & in Andover, Massachusetts", - "value": "$800", - "answer": "George H.W. Bush", - "round": "Jeopardy!", - "show_number": "5782", - "fullAnswer": "George H.W. Bush" - }, { "category": "A \"HA\"!", "air_date": "2009-11-03", @@ -1586434,7 +1507794,7 @@ "air_date": "2009-11-03", "question": "A Frosty-cino drink", "value": "$1000", - "answer": "Wendy\\'s", + "answer": "Wendy's", "round": "Jeopardy!", "show_number": "5782", "fullAnswer": "Wendy\\'s" @@ -1586539,16 +1507899,6 @@ "show_number": "5782", "fullAnswer": "Zach" }, - { - "category": "BODY BASICS", - "air_date": "2009-11-03", - "question": "(Kelly of the Clue Crew shows an anatomical diagram on the monitor.) The adrenal glands, here & here, derive their name because they sit atop these renal organs", - "value": "$800", - "answer": "kidneys", - "round": "Double Jeopardy!", - "show_number": "5782", - "fullAnswer": "the kidneys" - }, { "category": "REALLY OLD BOOKS", "air_date": "2009-11-03", @@ -1586659,16 +1508009,6 @@ "show_number": "5782", "fullAnswer": "(Michael) Cera" }, - { - "category": "BODY BASICS", - "air_date": "2009-11-03", - "question": "(Jimmy of the Clue Crew shows an anatomical diagram on the monitor.) The Adam's apple, which is larger in men than in women, is a protuberance of the thyroid cartilage that supports this passageway, sometimes called the voice box", - "value": "$1600", - "answer": "larynx", - "round": "Double Jeopardy!", - "show_number": "5782", - "fullAnswer": "the larynx" - }, { "category": "REALLY OLD BOOKS", "air_date": "2009-11-03", @@ -1586739,16 +1508079,6 @@ "show_number": "5782", "fullAnswer": "Numbers" }, - { - "category": "THIS \"LAND\" IS MY LAND", - "air_date": "2009-11-03", - "question": "The colors of this country's flag, seen here, represent its snows & lakes", - "value": "$2000", - "answer": "Finland", - "round": "Double Jeopardy!", - "show_number": "5782", - "fullAnswer": "Finland" - }, { "category": "BEASTLY RHYME TIME", "air_date": "2009-11-03", @@ -1586824,7 +1508154,7 @@ "air_date": "2007-06-15", "question": "13, to the guy who makes your bread", "value": "$200", - "answer": "baker\\'s dozen", + "answer": "baker's dozen", "round": "Jeopardy!", "show_number": "5255", "fullAnswer": "a baker\\'s dozen" @@ -1586884,7 +1508214,7 @@ "air_date": "2007-06-15", "question": "It doesn't hold athletic equipment but, proverbially, the remains of those who have perished at sea", "value": "$400", - "answer": "Davy Jones\\'s locker", + "answer": "Davy Jones's locker", "round": "Jeopardy!", "show_number": "5255", "fullAnswer": "Davy Jones\\'s locker" @@ -1586909,16 +1508239,6 @@ "show_number": "5255", "fullAnswer": "the Klingons" }, - { - "category": "WHAT'S IN YOUR FOOD?", - "air_date": "2007-06-15", - "question": "(Sarah of the Clue Crew bakes up the next clue from the Boudin Bakery in San Francisco, CA) San Francisco's sourdough bread gets its unique flavor from a combination of wild yeast and lactobasillus, one of these which thrive in the foggy climate", - "value": "$600", - "answer": "bacterium", - "round": "Jeopardy!", - "show_number": "5255", - "fullAnswer": "a bacterium" - }, { "category": "\"B\" WRITERS", "air_date": "2007-06-15", @@ -1586944,7 +1508264,7 @@ "air_date": "2007-06-15", "question": "According to a Jan & Dean song, it's \"no place to play\"", "value": "$600", - "answer": "Dead Man\\'s Curve", + "answer": "Dead Man's Curve", "round": "Jeopardy!", "show_number": "5255", "fullAnswer": "Dead Man\\'s Curve" @@ -1587004,7 +1508324,7 @@ "air_date": "2007-06-15", "question": "This historic San Francisco waterfront is famed for its dungeness crab", "value": "$800", - "answer": "Fisherman\\'s Wharf", + "answer": "Fisherman's Wharf", "round": "Jeopardy!", "show_number": "5255", "fullAnswer": "Fisherman\\'s Wharf" @@ -1587064,7 +1508384,7 @@ "air_date": "2007-06-15", "question": "This association of British insurance underwriters began in 1688", "value": "$1000", - "answer": "Lloyd\\'s of London", + "answer": "Lloyd's of London", "round": "Jeopardy!", "show_number": "5255", "fullAnswer": "Lloyd\\'s of London" @@ -1587179,16 +1508499,6 @@ "show_number": "5255", "fullAnswer": "a tank" }, - { - "category": "\"V\" FOR VICTORY", - "air_date": "2007-06-15", - "question": "Leapin' Lizzards! It's the athletic activity seen here", - "value": "$800", - "answer": "vault", - "round": "Double Jeopardy!", - "show_number": "5255", - "fullAnswer": "the vault" - }, { "category": "THE 10 LARGEST COUNTRIES IN THE WORLD", "air_date": "2007-06-15", @@ -1587274,7 +1508584,7 @@ "air_date": "2007-06-15", "question": "Infant, schoolboy, lover, soldier, the Justice, the Pantaloon, second childishness", "value": "$3,599", - "answer": "Shakespeare\\'s Seven Ages Of Man", + "answer": "Shakespeare's Seven Ages Of Man", "round": "Double Jeopardy!", "show_number": "5255", "fullAnswer": "Shakespeare\\'s Seven Ages Of Man" @@ -1587479,16 +1508789,6 @@ "show_number": "5009", "fullAnswer": "Aaron Burr" }, - { - "category": "NUTRITION", - "air_date": "2006-05-25", - "question": "(Jon of the Clue Crew stands in front of a diagram of the new food pyramid.) On the new USDA food pyramid, a reminder to exercise is next to this important group that includes cereals & popcorn", - "value": "$400", - "answer": "grains", - "round": "Jeopardy!", - "show_number": "5009", - "fullAnswer": "grains" - }, { "category": "\"H-M\"", "air_date": "2006-05-25", @@ -1587609,16 +1508909,6 @@ "show_number": "5009", "fullAnswer": "trans fats" }, - { - "category": "\"H-M\"", - "air_date": "2006-05-25", - "question": "Straight from the movies, it's the special type of image seen here", - "value": "$800", - "answer": "hologram", - "round": "Jeopardy!", - "show_number": "5009", - "fullAnswer": "a hologram" - }, { "category": "ON COLONIAL MAPS", "air_date": "2006-05-25", @@ -1587699,16 +1508989,6 @@ "show_number": "5009", "fullAnswer": "Hyde Pierce" }, - { - "category": "WATCH THE BIRDIE!", - "air_date": "2006-05-25", - "question": "John Waters could tell you the name of this gregarious flier", - "value": "$400", - "answer": "flamingo", - "round": "Double Jeopardy!", - "show_number": "5009", - "fullAnswer": "a flamingo" - }, { "category": "EXECUTIVE JOHNS", "air_date": "2006-05-25", @@ -1587759,16 +1509039,6 @@ "show_number": "5009", "fullAnswer": "(Patricia) Arquette" }, - { - "category": "WATCH THE BIRDIE!", - "air_date": "2006-05-25", - "question": "This common bird of North America is featured on a Canadian coin", - "value": "$800", - "answer": "loon", - "round": "Double Jeopardy!", - "show_number": "5009", - "fullAnswer": "a loon" - }, { "category": "EXECUTIVE JOHNS", "air_date": "2006-05-25", @@ -1587819,22 +1509089,12 @@ "show_number": "5009", "fullAnswer": "Lost" }, - { - "category": "WATCH THE BIRDIE!", - "air_date": "2006-05-25", - "question": "There are more than 100 species of this popular game bird", - "value": "$1200", - "answer": "quail", - "round": "Double Jeopardy!", - "show_number": "5009", - "fullAnswer": "a quail" - }, { "category": "EXECUTIVE JOHNS", "air_date": "2006-05-25", "question": "This \"perfect pizza\" company began in 1984 in the back of a tavern in Indiana", "value": "$1200", - "answer": "Papa John\\'s", + "answer": "Papa John's", "round": "Double Jeopardy!", "show_number": "5009", "fullAnswer": "Papa John\\'s" @@ -1587869,26 +1509129,6 @@ "show_number": "5009", "fullAnswer": "Isabel Allende" }, - { - "category": "THE EMMYS", - "air_date": "2006-05-25", - "question": "(Hi, I'm Beau Bridges.) I won a 1992 Emmy for playing this White House press secretary for whom a gun-control bill is named", - "value": "$1600", - "answer": "James Brady", - "round": "Double Jeopardy!", - "show_number": "5009", - "fullAnswer": "James Brady" - }, - { - "category": "WATCH THE BIRDIE!", - "air_date": "2006-05-25", - "question": "Atlantic-dwelling member of the auk family seen here", - "value": "$1600", - "answer": "puffin", - "round": "Double Jeopardy!", - "show_number": "5009", - "fullAnswer": "a puffin" - }, { "category": "EXECUTIVE JOHNS", "air_date": "2006-05-25", @@ -1587939,16 +1509179,6 @@ "show_number": "5009", "fullAnswer": "Peter Sellers" }, - { - "category": "WATCH THE BIRDIE!", - "air_date": "2006-05-25", - "question": "Thieving member of the family Corvidae seen here", - "value": "$2000", - "answer": "magpie", - "round": "Double Jeopardy!", - "show_number": "5009", - "fullAnswer": "a magpie" - }, { "category": "EXECUTIVE JOHNS", "air_date": "2006-05-25", @@ -1588004,7 +1509234,7 @@ "air_date": "2004-12-23", "question": "Mrs. Woodhouse has a devil of a time with her pregnancy in this 1968 scarefest", "value": "$200", - "answer": "Rosemary\\'s Baby", + "answer": "Rosemary's Baby", "round": "Jeopardy!", "show_number": "4674", "fullAnswer": "Rosemary\\'s Baby" @@ -1588184,7 +1509414,7 @@ "air_date": "2004-12-23", "question": "Spencer Tracy has to deal with pregnant daughter Elizabeth Taylor & then a crying grandson in this classic sequel", "value": "$800", - "answer": "Father\\'s Little Dividend", + "answer": "Father's Little Dividend", "round": "Jeopardy!", "show_number": "4674", "fullAnswer": "Father\\'s Little Dividend" @@ -1588309,16 +1509539,6 @@ "show_number": "4674", "fullAnswer": "George Strait" }, - { - "category": "THE BARNES COLLECTION", - "air_date": "2004-12-23", - "question": "(Alex reads the clue from the Barnes Collection.) Rosy cheeks are a signature of this French artist, Dr. Barnes' favorite; there are over 180 of his works in the Barnes collection", - "value": "$400", - "answer": "Renoir", - "round": "Double Jeopardy!", - "show_number": "4674", - "fullAnswer": "(Pierre-Auguste) Renoir" - }, { "category": "ORGANIZATIONS", "air_date": "2004-12-23", @@ -1588369,16 +1509589,6 @@ "show_number": "4674", "fullAnswer": "George Martin" }, - { - "category": "THE BARNES COLLECTION", - "air_date": "2004-12-23", - "question": "(Alex reads the clue from the Barnes Collection.)
Talk about an eye for value! Dr. Barnes once refused to sell for $6,000 the watercolor by this artist that he had acquired for $10", - "value": "$800", - "answer": "Picasso", - "round": "Double Jeopardy!", - "show_number": "4674", - "fullAnswer": "(Pablo) Picasso" - }, { "category": "ORGANIZATIONS", "air_date": "2004-12-23", @@ -1588429,16 +1509639,6 @@ "show_number": "4674", "fullAnswer": "George Wallace" }, - { - "category": "THE BARNES COLLECTION", - "air_date": "2004-12-23", - "question": "(Alex reads the clue from the Barnes Collection.) Early on, Dr. Barnes recognized the influence of African art on European artists, like this Italian whose work is featured here", - "value": "$1200", - "answer": "Modigliani", - "round": "Double Jeopardy!", - "show_number": "4674", - "fullAnswer": "(Amedeo) Modigliani" - }, { "category": "ORGANIZATIONS", "air_date": "2004-12-23", @@ -1588489,16 +1509689,6 @@ "show_number": "4674", "fullAnswer": "George Allen" }, - { - "category": "THE BARNES COLLECTION", - "air_date": "2004-12-23", - "question": "(Alex reads the clue from the Barnes Collection.) There are treasures everywhere here at the Barnes, even in a stairwell: \"Joy of Life,\" a Matisse masterpiece, was said to be the inspiration for this wild art movement", - "value": "$1600", - "answer": "Fauvism", - "round": "Double Jeopardy!", - "show_number": "4674", - "fullAnswer": "Fauvism" - }, { "category": "ORGANIZATIONS", "air_date": "2004-12-23", @@ -1588509,16 +1509699,6 @@ "show_number": "4674", "fullAnswer": "the National Academy of Sciences" }, - { - "category": "\"GO\" FOR IT", - "air_date": "2004-12-23", - "question": "1921 Heidelberg University graduate seen here", - "value": "$1600", - "answer": "Joseph Goebbels", - "round": "Double Jeopardy!", - "show_number": "4674", - "fullAnswer": "Joseph Goebbels" - }, { "category": "SAVING THE BEST FOR LAST", "air_date": "2004-12-23", @@ -1588549,16 +1509729,6 @@ "show_number": "4674", "fullAnswer": "George Romero" }, - { - "category": "THE BARNES COLLECTION", - "air_date": "2004-12-23", - "question": "(Alex reads the clue from the Barnes Collection.) In the Barnes collections, there are 46 Picassos, 59 Matisses and 69 works by this artist, whose famous \"Card Players\" is seen here", - "value": "$2000", - "answer": "Paul Cézanne", - "round": "Double Jeopardy!", - "show_number": "4674", - "fullAnswer": "Paul Cézanne" - }, { "category": "ORGANIZATIONS", "air_date": "2004-12-23", @@ -1588969,16 +1510139,6 @@ "show_number": "2966", "fullAnswer": "Geneva" }, - { - "category": "TV COMPOSERS", - "air_date": "1997-06-23", - "question": "In one quick session Eliot Daniel wrote the theme heard here for the pilot of this show:", - "value": "$1,000", - "answer": "I Love Lucy", - "round": "Double Jeopardy!", - "show_number": "2966", - "fullAnswer": "I Love Lucy" - }, { "category": "SICKNESS & HEALTH", "air_date": "1997-06-23", @@ -1589084,7 +1510244,7 @@ "air_date": "1997-06-23", "question": "In 1533 Henry VIII's marriage to Catherine of Aragon ended & this Catherine wed the future Henry II of France", "value": "$800", - "answer": "Catherine de\\' Medici", + "answer": "Catherine de' Medici", "round": "Double Jeopardy!", "show_number": "2966", "fullAnswer": "Catherine de\\' Medici" @@ -1589889,16 +1511049,6 @@ "show_number": "4571", "fullAnswer": "Howard Stern" }, - { - "category": "MUSICAL SETTINGS", - "air_date": "2004-06-21", - "question": "(Cheryl of the Clue Crew presents from the Broadway set of Cabaret.) Life is a cabaret on the set of \"Cabaret\" at the Kit Kat Club, a tawdry nightclub in this city", - "value": "$400", - "answer": "Berlin", - "round": "Jeopardy!", - "show_number": "4571", - "fullAnswer": "Berlin" - }, { "category": "INSECT, ARACHNID OR GASTROPOD", "air_date": "2004-06-21", @@ -1589909,16 +1511059,6 @@ "show_number": "4571", "fullAnswer": "arachnid" }, - { - "category": "BOMB THE \"BAN\"", - "air_date": "2004-06-21", - "question": "(Sarah of the Clue Crew gives the clue from a boxing ring at Gleason's Gym in Brooklyn, NY.) This term for small chickens and boxers between 112 and 118 pounds is believed to have come from a town on the island of Java", - "value": "$400", - "answer": "bantamweight", - "round": "Jeopardy!", - "show_number": "4571", - "fullAnswer": "bantamweight" - }, { "category": "WHAT'S NEW?", "air_date": "2004-06-21", @@ -1589954,7 +1511094,7 @@ "air_date": "2004-06-21", "question": "In this show's first scene, \"It's a typical day in Dogpatch, U.S.A.\"", "value": "$600", - "answer": "Li\\'l Abner", + "answer": "Li'l Abner", "round": "Jeopardy!", "show_number": "4571", "fullAnswer": "Li\\'l Abner" @@ -1590119,16 +1511259,6 @@ "show_number": "4571", "fullAnswer": "comrade" }, - { - "category": "WARTIME IMAGES", - "air_date": "2004-06-21", - "question": "World War I German troops are seen here in one of these structures", - "value": "$400", - "answer": "trench", - "round": "Double Jeopardy!", - "show_number": "4571", - "fullAnswer": "a trench" - }, { "category": "AFI's 100 YEARS, 100 SONGS", "air_date": "2004-06-21", @@ -1590159,16 +1511289,6 @@ "show_number": "4571", "fullAnswer": "a headache" }, - { - "category": "20th CENTURY NICKNAMES", - "air_date": "2004-06-21", - "question": "It's the avuncular nickname of the man seen here", - "value": "$400", - "answer": "Uncle Milty", - "round": "Double Jeopardy!", - "show_number": "4571", - "fullAnswer": "\"Uncle Milty\"" - }, { "category": "NUMBERS GAME", "air_date": "2004-06-21", @@ -1590179,26 +1511299,6 @@ "show_number": "4571", "fullAnswer": "three" }, - { - "category": "WARTIME IMAGES", - "air_date": "2004-06-21", - "question": "The image seen here is from this conflict", - "value": "$800", - "answer": "Korean War", - "round": "Double Jeopardy!", - "show_number": "4571", - "fullAnswer": "the Korean War" - }, - { - "category": "AFI's 100 YEARS, 100 SONGS", - "air_date": "2004-06-21", - "question": "(Hi, I'm Clay Aiken.) One song I really hope made the list is \"Unchained Melody\", a favorite of mine, which was used as the love theme in this Demi Moore film", - "value": "$800", - "answer": "Ghost", - "round": "Double Jeopardy!", - "show_number": "4571", - "fullAnswer": "Ghost" - }, { "category": "PRESCRIPTION DRUGS", "air_date": "2004-06-21", @@ -1590229,16 +1511329,6 @@ "show_number": "4571", "fullAnswer": "six" }, - { - "category": "WARTIME IMAGES", - "air_date": "2004-06-21", - "question": "Timothy O'Sullivan's 1863 shot of its aftermath is titled \"A Harvest of Death\"", - "value": "$1200", - "answer": "Gettysburg", - "round": "Double Jeopardy!", - "show_number": "4571", - "fullAnswer": "Gettysburg" - }, { "category": "AFI's 100 YEARS, 100 SONGS", "air_date": "2004-06-21", @@ -1590269,16 +1511359,6 @@ "show_number": "4571", "fullAnswer": "a beta blocker" }, - { - "category": "20th CENTURY NICKNAMES", - "air_date": "2004-06-21", - "question": "(I'm NBA Hall of Famer Walt Frazier.) My clothing style got me this nickname after a '30s gangster featured in a 1967 movie", - "value": "$1200", - "answer": "Clyde", - "round": "Double Jeopardy!", - "show_number": "4571", - "fullAnswer": "\"Clyde\"" - }, { "category": "NUMBERS GAME", "air_date": "2004-06-21", @@ -1590289,26 +1511369,6 @@ "show_number": "4571", "fullAnswer": "seven" }, - { - "category": "WARTIME IMAGES", - "air_date": "2004-06-21", - "question": "Seen here is a photo from the Battle of this, which lasted from about June 1940 to April 1941", - "value": "$1600", - "answer": "Britain", - "round": "Double Jeopardy!", - "show_number": "4571", - "fullAnswer": "Britain" - }, - { - "category": "AFI's 100 YEARS, 100 SONGS", - "air_date": "2004-06-21", - "question": "The world will always welcome great movie tunes like the one heard here, from this 1942 classic", - "value": "$1600", - "answer": "Casablanca", - "round": "Double Jeopardy!", - "show_number": "4571", - "fullAnswer": "Casablanca" - }, { "category": "LET'S VISIT AFRICA", "air_date": "2004-06-21", @@ -1590349,16 +1511409,6 @@ "show_number": "4571", "fullAnswer": "two" }, - { - "category": "WARTIME IMAGES", - "air_date": "2004-06-21", - "question": "Bridge seen here in 1775; an Emerson hymn called it \"the rude bridge that arched the flood\"", - "value": "$2000", - "answer": "Concord Bridge", - "round": "Double Jeopardy!", - "show_number": "4571", - "fullAnswer": "Concord Bridge" - }, { "category": "AFI's 100 YEARS, 100 SONGS", "air_date": "2004-06-21", @@ -1590639,16 +1511689,6 @@ "show_number": "4763", "fullAnswer": "Physical Fitness" }, - { - "category": "PLAYING THE PERCENTAGES", - "air_date": "2005-04-27", - "question": "(Sarah of the Clue Crew delivers the clue from a chalkboard.) For the quantities represented here, it's the ratio of imports to exports expressed as a percentage", - "value": "$800", - "answer": "125%", - "round": "Jeopardy!", - "show_number": "4763", - "fullAnswer": "125%" - }, { "category": "\"NYM\" DROPPER", "air_date": "2005-04-27", @@ -1590719,16 +1511759,6 @@ "show_number": "4763", "fullAnswer": "heteronyms" }, - { - "category": "LITERARY GREECE", - "air_date": "2005-04-27", - "question": "(Sarah of the Clue Crew delivers the clue from the seashore in Greece.) A favorite description of the sea for Homer, as in book two of \"The Odyssey\", is to call it \"dark as\" this liquid", - "value": "$400", - "answer": "wine", - "round": "Double Jeopardy!", - "show_number": "4763", - "fullAnswer": "wine" - }, { "category": "ACADEMY AWARD-WINNING ACTORS", "air_date": "2005-04-27", @@ -1590779,16 +1511809,6 @@ "show_number": "4763", "fullAnswer": "Mercury" }, - { - "category": "LITERARY GREECE", - "air_date": "2005-04-27", - "question": "(Cheryl of the Clue Crew delivers the clue from Athens, Greece.) In 1810, here in Athens, this British author wrote, \"Maid of Athens, ere we part, / Give, oh, give me back my heart!\"", - "value": "$800", - "answer": "Byron", - "round": "Double Jeopardy!", - "show_number": "4763", - "fullAnswer": "Byron" - }, { "category": "ACADEMY AWARD-WINNING ACTORS", "air_date": "2005-04-27", @@ -1590839,16 +1511859,6 @@ "show_number": "4763", "fullAnswer": "Venus Williams" }, - { - "category": "LITERARY GREECE", - "air_date": "2005-04-27", - "question": "(Cheryl of the Clue Crew delivers the clue from Santorini, Greece.) He wrote in 1941's \"The Colossus of Maroussi\" that, \"In Greece, light penetrates to the soul, opens the doors and windows of the heart\"", - "value": "$1200", - "answer": "Henry Miller", - "round": "Double Jeopardy!", - "show_number": "4763", - "fullAnswer": "Henry Miller" - }, { "category": "ACADEMY AWARD-WINNING ACTORS", "air_date": "2005-04-27", @@ -1590899,16 +1511909,6 @@ "show_number": "4763", "fullAnswer": "(Frank) Mars" }, - { - "category": "LITERARY GREECE", - "air_date": "2005-04-27", - "question": "(Cheryl of the Clue Crew delivers the clue from a shore in Greece.) He wrote about the beauty of the Greek landscape in \"The Magus\", set on an island like the one where he had lived", - "value": "$1600", - "answer": "John Fowles", - "round": "Double Jeopardy!", - "show_number": "4763", - "fullAnswer": "John Fowles" - }, { "category": "ACADEMY AWARD-WINNING ACTORS", "air_date": "2005-04-27", @@ -1590959,16 +1511959,6 @@ "show_number": "4763", "fullAnswer": "\"The Jupiter Symphony\"" }, - { - "category": "LITERARY GREECE", - "air_date": "2005-04-27", - "question": "(Sarah of the Clue Crew delivers the clue from Greece: \"I'm at the Temple of Demeter on Naxos.\") In the \"Works and Days\", this ancient poet wrote of the importance of praying to Demeter if you want crops to flourish", - "value": "$2000", - "answer": "Hesiod", - "round": "Double Jeopardy!", - "show_number": "4763", - "fullAnswer": "Hesiod" - }, { "category": "ACADEMY AWARD-WINNING ACTORS", "air_date": "2005-04-27", @@ -1591264,7 +1512254,7 @@ "air_date": "2001-05-22", "question": "First proposed by Sun Yat-sen, the Three Gorges Dam in this nation will be the world's largest when finished", "value": "$400", - "answer": "People\\'s Republic of China", + "answer": "People's Republic of China", "round": "Jeopardy!", "show_number": "3862", "fullAnswer": "the People\\'s Republic of China" @@ -1591424,7 +1512414,7 @@ "air_date": "2001-05-22", "question": "This \"diabolical\" area of Manhattan stretches from Eighth Avenue to the Hudson River", "value": "$400", - "answer": "Hell\\'s Kitchen", + "answer": "Hell's Kitchen", "round": "Double Jeopardy!", "show_number": "3862", "fullAnswer": "Hell\\'s Kitchen" @@ -1591574,7 +1512564,7 @@ "air_date": "2001-05-22", "question": "Named for an Italian scientist, it's the scientific \"number\" of molecules in 1 gram mole of any substance", "value": "$1000", - "answer": "Avogadro\\'s Number", + "answer": "Avogadro's Number", "round": "Double Jeopardy!", "show_number": "3862", "fullAnswer": "Avogadro\\'s Number" @@ -1591599,16 +1512589,6 @@ "show_number": "3862", "fullAnswer": "Fidelio" }, - { - "category": "BUSINESS & INDUSTRY", - "air_date": "2001-05-22", - "question": "Bluelight.com is the internet shopping site of this retail chain", - "value": null, - "answer": "Kmart", - "round": "Final Jeopardy!", - "show_number": "3862", - "fullAnswer": "Kmart" - }, { "category": "\"PO\" FOLKS", "air_date": "2001-07-16", @@ -1591684,21 +1512664,11 @@ "air_date": "2001-07-16", "question": "In this 1975 Jack Nicholson film, a feisty misfit enters an insane asylum & inspires his fellow patients", "value": "$200", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Jeopardy!", "show_number": "3901", "fullAnswer": "One Flew Over the Cuckoo\\'s Nest" }, - { - "category": "WHERE THEY'RE FROM", - "air_date": "2001-07-16", - "question": "(Hey. I'm Wayne Brady.) I started my performing career in this Florida city sometimes called O-Town", - "value": "$200", - "answer": "Orlando", - "round": "Jeopardy!", - "show_number": "3901", - "fullAnswer": "Orlando" - }, { "category": "TRANSPORTATION", "air_date": "2001-07-16", @@ -1591784,7 +1512754,7 @@ "air_date": "2001-07-16", "question": "Physician Robert Graves first identified this disease in 1835", "value": "$300", - "answer": "Graves\\' Disease", + "answer": "Graves' Disease", "round": "Jeopardy!", "show_number": "3901", "fullAnswer": "Graves\\' Disease" @@ -1591799,16 +1512769,6 @@ "show_number": "3901", "fullAnswer": "Polk" }, - { - "category": "MOVIE MANIA", - "air_date": "2001-07-16", - "question": "24 years before his Best Actor nomination, this actor-writer appeared in the 1973 yearbook photo seen here", - "value": "$400", - "answer": "Billy Bob Thornton", - "round": "Jeopardy!", - "show_number": "3901", - "fullAnswer": "Billy Bob Thornton" - }, { "category": "WHERE THEY'RE FROM", "air_date": "2001-07-16", @@ -1591899,16 +1512859,6 @@ "show_number": "3901", "fullAnswer": "drawn" }, - { - "category": "STUPID ANSWERS", - "air_date": "2001-07-16", - "question": "He's the illustrator whose work appears on the flag stamp seen here", - "value": "$500", - "answer": "Flagg", - "round": "Jeopardy!", - "show_number": "3901", - "fullAnswer": "(James Montgomery) Flagg" - }, { "category": "WORLD LITERATURE", "air_date": "2001-07-16", @@ -1591979,16 +1512929,6 @@ "show_number": "3901", "fullAnswer": "Japan" }, - { - "category": "TIME TO RETIRE", - "air_date": "2001-07-16", - "question": "Man whose retirement speech is seen here:

\"...an old soldier who tried to do his duty as God gave him the light to see that duty. Goodbye.\"", - "value": "$400", - "answer": "MacArthur", - "round": "Double Jeopardy!", - "show_number": "3901", - "fullAnswer": "(Douglas) MacArthur" - }, { "category": "FILL IN THE BLANK-ISTAN", "air_date": "2001-07-16", @@ -1592094,7 +1513034,7 @@ "air_date": "2001-07-16", "question": "In its original Italian, this Umberto Eco work is \"Il Pendolo Di Foucault\"", "value": "$800", - "answer": "Foucault\\'s Pendulum", + "answer": "Foucault's Pendulum", "round": "Double Jeopardy!", "show_number": "3901", "fullAnswer": "Foucault\\'s Pendulum" @@ -1592149,16 +1513089,6 @@ "show_number": "3901", "fullAnswer": "the sizzle" }, - { - "category": "WORLD LITERATURE", - "air_date": "2001-07-16", - "question": "Tant pis, the crucial expanison of existential thought by this French author was cut all too short", - "value": "$1000", - "answer": "Camus", - "round": "Double Jeopardy!", - "show_number": "3901", - "fullAnswer": "(Albert) Camus" - }, { "category": "TIME TO RETIRE", "air_date": "2001-07-16", @@ -1592249,16 +1513179,6 @@ "show_number": "4830", "fullAnswer": "border collie" }, - { - "category": "THE KING", - "air_date": "2005-09-16", - "question": "It wasn't the barber who took a little off the top of this English king", - "value": "$200", - "answer": "Charles I", - "round": "Jeopardy!", - "show_number": "4830", - "fullAnswer": "Charles I" - }, { "category": "REMEMBER SEPTEMBER?", "air_date": "2005-09-16", @@ -1592309,16 +1513229,6 @@ "show_number": "4830", "fullAnswer": "bloodhound & basset hound" }, - { - "category": "THE KING", - "air_date": "2005-09-16", - "question": "Once more, this Lancastrian breached his greatest success around 1415", - "value": "$400", - "answer": "Henry V", - "round": "Jeopardy!", - "show_number": "4830", - "fullAnswer": "Henry V" - }, { "category": "REMEMBER SEPTEMBER?", "air_date": "2005-09-16", @@ -1592369,16 +1513279,6 @@ "show_number": "4830", "fullAnswer": "borzoi" }, - { - "category": "THE KING", - "air_date": "2005-09-16", - "question": "This English king is seen here with his Prime Minister", - "value": "$600", - "answer": "George VI", - "round": "Jeopardy!", - "show_number": "4830", - "fullAnswer": "George VI" - }, { "category": "REMEMBER SEPTEMBER?", "air_date": "2005-09-16", @@ -1592429,16 +1513329,6 @@ "show_number": "4830", "fullAnswer": "a dalmatian" }, - { - "category": "THE KING", - "air_date": "2005-09-16", - "question": "Sadly, this Tudor king didn't live to be much older than he looks in the depiction seen here", - "value": "$800", - "answer": "Edward VI", - "round": "Jeopardy!", - "show_number": "4830", - "fullAnswer": "Edward VI" - }, { "category": "REMEMBER SEPTEMBER?", "air_date": "2005-09-16", @@ -1592469,16 +1513359,6 @@ "show_number": "4830", "fullAnswer": "Ireland" }, - { - "category": "DOUBLE TALK", - "air_date": "2005-09-16", - "question": "(Jon of the Clue Crew delivers the clue.) Just like the word \"gong\", the word for this gong of Chinese origin is derived from the sound it makes", - "value": "$1000", - "answer": "tam-tam", - "round": "Jeopardy!", - "show_number": "4830", - "fullAnswer": "a tam-tam" - }, { "category": "YOU AIN'T NOTHIN' BUT A HOUND DOG", "air_date": "2005-09-16", @@ -1592489,16 +1513369,6 @@ "show_number": "4830", "fullAnswer": "the harrier" }, - { - "category": "THE KING", - "air_date": "2005-09-16", - "question": "In 1714, the Brits told this king to \"come on over\"", - "value": "$1000", - "answer": "George I", - "round": "Jeopardy!", - "show_number": "4830", - "fullAnswer": "George I" - }, { "category": "PHYSICS", "air_date": "2005-09-16", @@ -1592569,26 +1513439,6 @@ "show_number": "4830", "fullAnswer": "gravity" }, - { - "category": "MY FEAR LADY", - "air_date": "2005-09-16", - "question": "Glenn Close chillingly warned Michael Douglas \"I'm not gonna be ignored\" in this 1987 film", - "value": "$800", - "answer": "Fatal Attraction", - "round": "Double Jeopardy!", - "show_number": "4830", - "fullAnswer": "Fatal Attraction" - }, - { - "category": "AROUND THE WORLD", - "air_date": "2005-09-16", - "question": "(Survivor's Jeff Probst delivers the clue from Palau.) Palau has a lake named for these gelatinous creatures which, believe me, do not taste good spread on toast", - "value": "$800", - "answer": "jellyfish", - "round": "Double Jeopardy!", - "show_number": "4830", - "fullAnswer": "jellyfish" - }, { "category": "BEST \"WESTERN\"", "air_date": "2005-09-16", @@ -1592629,16 +1513479,6 @@ "show_number": "4830", "fullAnswer": "friction" }, - { - "category": "MY FEAR LADY", - "air_date": "2005-09-16", - "question": "Cloris Leachman brought the fearsome Frau Blucher to life in this 1974 comedy", - "value": "$1200", - "answer": "Young Frankenstein", - "round": "Double Jeopardy!", - "show_number": "4830", - "fullAnswer": "Young Frankenstein" - }, { "category": "AROUND THE WORLD", "air_date": "2005-09-16", @@ -1592679,16 +1513519,6 @@ "show_number": "4830", "fullAnswer": "Story of O" }, - { - "category": "PHYSICS", - "air_date": "2005-09-16", - "question": "(Kelly of the Clue Crew delivers the clue from the science lab.) Of the three colors I have here, it's the one with the highest degree of saturation", - "value": "$1600", - "answer": "blue", - "round": "Double Jeopardy!", - "show_number": "4830", - "fullAnswer": "blue" - }, { "category": "MY FEAR LADY", "air_date": "2005-09-16", @@ -1592934,7 +1513764,7 @@ "air_date": "2006-11-23", "question": "George Hamilton (yes, George Hamilton) played Hank Williams in this 1964 film whose title \"will tell on you\"", "value": "$600", - "answer": "Your Cheatin\\' Heart", + "answer": "Your Cheatin' Heart", "round": "Jeopardy!", "show_number": "5109", "fullAnswer": "Your Cheatin\\' Heart" @@ -1593069,22 +1513899,12 @@ "show_number": "5109", "fullAnswer": "coolers" }, - { - "category": "3-LETTER WORDS", - "air_date": "2006-11-23", - "question": "Towering timber seen here", - "value": "$1000", - "answer": "fir", - "round": "Jeopardy!", - "show_number": "5109", - "fullAnswer": "fir" - }, { "category": "RAKE", "air_date": "2006-11-23", "question": "A young man's overindulgence in wine & women lands him in an insane asylum in this series by William Hogarth", "value": "$1000", - "answer": "Rake\\'s Progress", + "answer": "Rake's Progress", "round": "Jeopardy!", "show_number": "5109", "fullAnswer": "The Rake\\'s Progress" @@ -1593129,16 +1513949,6 @@ "show_number": "5109", "fullAnswer": "Scott Joplin" }, - { - "category": "SONGS IN THE CONCERT HALL", - "air_date": "2006-11-23", - "question": "Here Mahler takes this normally cheery song & turns it into a funeral march", - "value": "$400", - "answer": "Frère Jacques", - "round": "Double Jeopardy!", - "show_number": "5109", - "fullAnswer": "\"Frère Jacques\"" - }, { "category": "\"EX\" WORDS", "air_date": "2006-11-23", @@ -1593309,26 +1514119,6 @@ "show_number": "5109", "fullAnswer": "The Tempest" }, - { - "category": "\"EX\" WORDS", - "air_date": "2006-11-23", - "question": "(Sarah of the Clue Crew next to a pie chart on a TV monitor.) A pie chart with one piece pulled out for emphasis is called this", - "value": "$1600", - "answer": "exploded", - "round": "Double Jeopardy!", - "show_number": "5109", - "fullAnswer": "exploded" - }, - { - "category": "THE AMERICAN REVOLUTION", - "air_date": "2006-11-23", - "question": "(Jon of the Clue Crew reports from West Point.) These links were part of the great chain across the Hudson used in 1778 to block the naval forces of this British Commander", - "value": "$2000", - "answer": "Henry Clinton", - "round": "Double Jeopardy!", - "show_number": "5109", - "fullAnswer": "Henry Clinton" - }, { "category": "OLYMPIC VENUES", "air_date": "2006-11-23", @@ -1593359,16 +1514149,6 @@ "show_number": "5109", "fullAnswer": "Winfield Scott" }, - { - "category": "SONGS IN THE CONCERT HALL", - "air_date": "2006-11-23", - "question": "\"None but\" Tchaikovsky could have written this song heard here in an instrumental version", - "value": "$2000", - "answer": "None But The Lonely Heart", - "round": "Double Jeopardy!", - "show_number": "5109", - "fullAnswer": "\"None But The Lonely Heart\"" - }, { "category": "\"EX\" WORDS", "air_date": "2006-11-23", @@ -1593869,16 +1514649,6 @@ "show_number": "3789", "fullAnswer": "Jesse Ventura" }, - { - "category": "BEN FRANKLIN", - "air_date": "2004-12-02", - "question": "The knicknacks seen here were part of the Benmania resulting from his arrival in this city [audio]", - "value": "$200", - "answer": "Paris", - "round": "Jeopardy!", - "show_number": "4659", - "fullAnswer": "Paris" - }, { "category": "NFL TEAM PLAYERS", "air_date": "2004-12-02", @@ -1593934,7 +1514704,7 @@ "air_date": "2004-12-02", "question": "\"A house without a woman and firelight is like a body without soul or sprite\" is from this Ben Franklin annual", "value": "$400", - "answer": "Poor Richard\\'s Almanack", + "answer": "Poor Richard's Almanack", "round": "Jeopardy!", "show_number": "4659", "fullAnswer": "Poor Richard\\'s Almanack" @@ -1593964,7 +1514734,7 @@ "air_date": "2004-12-02", "question": "Of I'm, they've, you're or won't, the contraction that lost the most letters", "value": "$400", - "answer": "won\\'t", + "answer": "won't", "round": "Jeopardy!", "show_number": "4659", "fullAnswer": "won\\'t" @@ -1593989,16 +1514759,6 @@ "show_number": "4659", "fullAnswer": "unison" }, - { - "category": "BEN FRANKLIN", - "air_date": "2004-12-02", - "question": "This job Ben got in 1753 helped his business, as described here", - "value": "$600", - "answer": "Postmaster", - "round": "Jeopardy!", - "show_number": "4659", - "fullAnswer": "Postmaster" - }, { "category": "NFL TEAM PLAYERS", "air_date": "2004-12-02", @@ -1594069,16 +1514829,6 @@ "show_number": "4659", "fullAnswer": "the Giants" }, - { - "category": "SHAPE UP", - "air_date": "2004-12-02", - "question": "Shapely two-word location of the people seen here, May 5th, 1973", - "value": "$800", - "answer": "winner\\'s circle", - "round": "Jeopardy!", - "show_number": "4659", - "fullAnswer": "the winner\\'s circle" - }, { "category": "3rd GRADERS KNOW THIS STUFF", "air_date": "2004-12-02", @@ -1594109,16 +1514859,6 @@ "show_number": "4659", "fullAnswer": "unctuous" }, - { - "category": "BEN FRANKLIN", - "air_date": "2004-12-02", - "question": "Shown here, a musical instrument Ben invented is called the \"glass\" one of these", - "value": "$1000", - "answer": "harmonica", - "round": "Jeopardy!", - "show_number": "4659", - "fullAnswer": "harmonica" - }, { "category": "NFL TEAM PLAYERS", "air_date": "2004-12-02", @@ -1594129,16 +1514869,6 @@ "show_number": "4659", "fullAnswer": "a Cardinal" }, - { - "category": "SHAPE UP", - "air_date": "2004-12-02", - "question": "(Cheryl of the Clue Crew stands by a blackboard showing connected hexagons.) The conjecture that hexagons use the least total perimeter to cover a surface is named for this animal structure", - "value": "$1000", - "answer": "honeycomb", - "round": "Jeopardy!", - "show_number": "4659", - "fullAnswer": "a honeycomb" - }, { "category": "3rd GRADERS KNOW THIS STUFF", "air_date": "2004-12-02", @@ -1594159,16 +1514889,6 @@ "show_number": "4659", "fullAnswer": "chemical bonds" }, - { - "category": "WITH \"U\"", - "air_date": "2004-12-02", - "question": "With a population of more than 47 million, its flag is seen here", - "value": "$1000", - "answer": "Ukraine", - "round": "Jeopardy!", - "show_number": "4659", - "fullAnswer": "the Ukraine" - }, { "category": "HISTORICAL QUOTES", "air_date": "2004-12-02", @@ -1594259,16 +1514979,6 @@ "show_number": "4659", "fullAnswer": "the Khmer Rouge" }, - { - "category": "COLLEGES & UNIVERSITIES", - "air_date": "2004-12-02", - "question": "(Hi, I'm Joshua Molina of The West Wing.) My fellow graduates of this Ivy League school include Jodie Foster & Jennifer Beals", - "value": "$800", - "answer": "Yale", - "round": "Double Jeopardy!", - "show_number": "4659", - "fullAnswer": "Yale" - }, { "category": "PLAYS BY CHARACTER", "air_date": "2004-12-02", @@ -1595044,21 +1515754,11 @@ "air_date": "1999-01-18", "question": "Lauren Bacall coined this name for a carousing group including Humphrey Bogart, Judy Garland & Frank Sinatra", "value": null, - "answer": "\\The Rat Pack\\", + "answer": "The Rat Pack", "round": "Final Jeopardy!", "show_number": "3311", "fullAnswer": "\\\"The Rat Pack\\\"" }, - { - "category": "SIGMUND FREUD", - "air_date": "2006-10-17", - "question": "(Jimmy of the Clue Crew walks by an exhibit in the Freud Museum in Vienna, Austria.) In 1896, Freud created this word for the technique we associate with couches", - "value": "$200", - "answer": "psychoanalysis", - "round": "Jeopardy!", - "show_number": "5082", - "fullAnswer": "psychoanalysis" - }, { "category": "STATE FLAGS", "air_date": "2006-10-17", @@ -1595169,26 +1515869,6 @@ "show_number": "5082", "fullAnswer": "the Rock and Roll Hall of Fame" }, - { - "category": "SIGMUND FREUD", - "air_date": "2006-10-17", - "question": "(Sarah of the Clue Crew is in the library of the Freud Museum, Vienna, Austria.) I'm holding a first edition of Freud's 1923 classic work, \"Das Ich und das Es\", translated in 1927 as these 2 words", - "value": "$600", - "answer": "id & ego", - "round": "Jeopardy!", - "show_number": "5082", - "fullAnswer": "id & ego" - }, - { - "category": "STATE FLAGS", - "air_date": "2006-10-17", - "question": "The white circle with the red center on this state's flag, seen here, represents the letter \"O\"", - "value": "$600", - "answer": "Ohio", - "round": "Jeopardy!", - "show_number": "5082", - "fullAnswer": "Ohio" - }, { "category": "LETTER PERFECT", "air_date": "2006-10-17", @@ -1595284,21 +1515964,11 @@ "air_date": "2006-10-17", "question": "Sponsored by Cadillac, an island mansion was filled with movie sets for this Miami Heat's center's 34th B-day", "value": "$800", - "answer": "Shaquille O\\'Neal", + "answer": "Shaquille O'Neal", "round": "Jeopardy!", "show_number": "5082", "fullAnswer": "Shaquille O\\'Neal" }, - { - "category": "SIGMUND FREUD", - "air_date": "2006-10-17", - "question": "(Jon of the Clue Crew appears in the Freud Museum, Vienna, Austria.) In his case history of 18-year-old Dora, who came here around 1900, Freud admits he failed to deal with this process, the patient's attachment to him", - "value": "$1000", - "answer": "transference", - "round": "Jeopardy!", - "show_number": "5082", - "fullAnswer": "transference" - }, { "category": "STATE FLAGS", "air_date": "2006-10-17", @@ -1595384,7 +1516054,7 @@ "air_date": "2006-10-17", "question": "This company added its name to Jim Schindler's golden arches logo in 1968", "value": "$400", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Double Jeopardy!", "show_number": "5082", "fullAnswer": "McDonald\\'s" @@ -1595569,16 +1516239,6 @@ "show_number": "5082", "fullAnswer": "BMW" }, - { - "category": "LAND ANIMALS", - "air_date": "2006-10-17", - "question": "Because of its defensive posture, the lizard seen here is named for this creature", - "value": "$1600", - "answer": "armadillo", - "round": "Double Jeopardy!", - "show_number": "5082", - "fullAnswer": "armadillo" - }, { "category": "\"JOHN\"s", "air_date": "2006-10-17", @@ -1595629,16 +1516289,6 @@ "show_number": "5082", "fullAnswer": "UPS" }, - { - "category": "LAND ANIMALS", - "air_date": "2006-10-17", - "question": "Du du this animal that you du so well", - "value": "$2000", - "answer": "kudu", - "round": "Double Jeopardy!", - "show_number": "5082", - "fullAnswer": "kudu" - }, { "category": "\"JOHN\"s", "air_date": "2006-10-17", @@ -1595709,16 +1516359,6 @@ "show_number": "5966", "fullAnswer": "a lullaby" }, - { - "category": "HERE'S ANDERSON COOPER", - "air_date": "2010-07-19", - "question": "(Anderson Cooper reads the clue.) As a reporter, I joined numerous heads of state & as many as 2 million people in Rome in 2005 for this man's funeral", - "value": "$200", - "answer": "Pope John Paul II", - "round": "Jeopardy!", - "show_number": "5966", - "fullAnswer": "Pope John Paul II" - }, { "category": "THE QUOTABLE EINSTEIN", "air_date": "2010-07-19", @@ -1595769,16 +1516409,6 @@ "show_number": "5966", "fullAnswer": "a mutt" }, - { - "category": "HERE'S ANDERSON COOPER", - "air_date": "2010-07-19", - "question": "(Anderson Cooper reads the clue.) In 2008 I moderated a Republican debate appropriately held at the presidential library of the man whose political heir the candidates claimed to be", - "value": "$400", - "answer": "Ronald Reagan", - "round": "Jeopardy!", - "show_number": "5966", - "fullAnswer": "Ronald Reagan" - }, { "category": "THE QUOTABLE EINSTEIN", "air_date": "2010-07-19", @@ -1595829,16 +1516459,6 @@ "show_number": "5966", "fullAnswer": "Sagittarius" }, - { - "category": "HERE'S ANDERSON COOPER", - "air_date": "2010-07-19", - "question": "(Anderson Cooper reads the clue.) On election night 2008, I did my first ever interview with this type of 3D image; I was in Washington & will.i.am was beamed in from Chicago", - "value": "$600", - "answer": "hologram", - "round": "Jeopardy!", - "show_number": "5966", - "fullAnswer": "a hologram" - }, { "category": "THE QUOTABLE EINSTEIN", "air_date": "2010-07-19", @@ -1595889,16 +1516509,6 @@ "show_number": "5966", "fullAnswer": "rearrange" }, - { - "category": "HERE'S ANDERSON COOPER", - "air_date": "2010-07-19", - "question": "(Anderson Cooper reads the clue.) For CNN's \"Planet in Peril\" series, I reported from Africa on the spread of viruses that could be the next of these, a word literally meaning a disease affecting everyone", - "value": "$800", - "answer": "pandemic", - "round": "Jeopardy!", - "show_number": "5966", - "fullAnswer": "a pandemic" - }, { "category": "THE QUOTABLE EINSTEIN", "air_date": "2010-07-19", @@ -1595949,16 +1516559,6 @@ "show_number": "5966", "fullAnswer": "giggles" }, - { - "category": "HERE'S ANDERSON COOPER", - "air_date": "2010-07-19", - "question": "(Anderson Cooper reads the clue.) In 2005 I reported on the anti-Syrian demonstrations that came to be known as the Cedar Revolution in this country", - "value": "$1000", - "answer": "Lebanon", - "round": "Jeopardy!", - "show_number": "5966", - "fullAnswer": "Lebanon" - }, { "category": "ART & ARTISTS", "air_date": "2010-07-19", @@ -1596229,16 +1516829,6 @@ "show_number": "5966", "fullAnswer": "manganese" }, - { - "category": "NUMBER, PLEASE", - "air_date": "2010-07-19", - "question": "(Jimmy of the Clue Crew uses an abacus.) On an abacus, beads above the bar represent units of 5; each bead below has a value of 1; only the beads touching the bar are counted, so the configuration here stands for this 3-digit number", - "value": "$2000", - "answer": "828", - "round": "Double Jeopardy!", - "show_number": "5966", - "fullAnswer": "828" - }, { "category": "MEGA-EVENTS", "air_date": "2010-07-19", @@ -1596319,16 +1516909,6 @@ "show_number": "5573", "fullAnswer": "a shrub" }, - { - "category": "THE NATIONAL WEATHER SERVICE", - "air_date": "2008-11-26", - "question": "(Kelly and Sarah of the Clue Crew hold a deflated weather balloon; Kelly reads the clue.) Weather balloons are released twice a day at the National Weather Service; they can rise up to 100,000 feet, where a decrease in this will make the 6-foot balloon expand to 20 feet in diameter", - "value": "$200", - "answer": "air pressure", - "round": "Jeopardy!", - "show_number": "5573", - "fullAnswer": "air pressure" - }, { "category": "NORDIC TRACK", "air_date": "2008-11-26", @@ -1596379,16 +1516959,6 @@ "show_number": "5573", "fullAnswer": "shrimping" }, - { - "category": "THE NATIONAL WEATHER SERVICE", - "air_date": "2008-11-26", - "question": "(Sarah indicates a weather map on a monitor.) Colors on the screen reflect different echo intensities; steps are taken so this precipitation, balls of ice more than 1/5 inch in diameter, don't skew rain estimates", - "value": "$400", - "answer": "hail", - "round": "Jeopardy!", - "show_number": "5573", - "fullAnswer": "hail" - }, { "category": "NORDIC TRACK", "air_date": "2008-11-26", @@ -1596429,26 +1516999,6 @@ "show_number": "5573", "fullAnswer": "the plague" }, - { - "category": "I'M SO \"SHR\"", - "air_date": "2008-11-26", - "question": "The Malaysian variety of this insectivore is seen here", - "value": "$600", - "answer": "shrew", - "round": "Jeopardy!", - "show_number": "5573", - "fullAnswer": "a shrew" - }, - { - "category": "THE NATIONAL WEATHER SERVICE", - "air_date": "2008-11-26", - "question": "(Sarah holds a weather balloon transmitter.) Pre-transmitters, scientists went up in weather balloons themselves; the AMS, this society, gives the Meisinger Award in memory of one killed by lightning", - "value": "$600", - "answer": "American Meteorological Society", - "round": "Jeopardy!", - "show_number": "5573", - "fullAnswer": "the American Meteorological Society" - }, { "category": "NORDIC TRACK", "air_date": "2008-11-26", @@ -1596499,16 +1517049,6 @@ "show_number": "5573", "fullAnswer": "the Shroud of Turin" }, - { - "category": "THE NATIONAL WEATHER SERVICE", - "air_date": "2008-11-26", - "question": "(Sarah indicates another monitor.) Watching Doppler the National Weather Service is fascinating--the expanding ring of blue is millions of these mammals that emerge in Texas only to tangle with a huge storm", - "value": "$800", - "answer": "bats", - "round": "Jeopardy!", - "show_number": "5573", - "fullAnswer": "bats" - }, { "category": "NORDIC TRACK", "air_date": "2008-11-26", @@ -1596559,16 +1517099,6 @@ "show_number": "5573", "fullAnswer": "Shriver" }, - { - "category": "THE NATIONAL WEATHER SERVICE", - "air_date": "2008-11-26", - "question": "(Kelly reads the clue.) Many tornadoes develop from a special kind of thunderstorm called this, with a deep rotating updraft", - "value": "$1000", - "answer": "supercell", - "round": "Jeopardy!", - "show_number": "5573", - "fullAnswer": "a supercell" - }, { "category": "NORDIC TRACKS", "air_date": "2008-11-26", @@ -1596659,16 +1517189,6 @@ "show_number": "5573", "fullAnswer": "want or fear" }, - { - "category": "PAINTED LADIES", - "air_date": "2008-11-26", - "question": "Sadly, the young girl in this colorfully named painting died just months after the picture's completion", - "value": "$800", - "answer": "Pinkie", - "round": "Double Jeopardy!", - "show_number": "5573", - "fullAnswer": "\"Pinkie\"" - }, { "category": "LET'S GET IN SHAPE", "air_date": "2008-11-26", @@ -1596764,31 +1517284,11 @@ "air_date": "2008-11-26", "question": "Hardy:
\"A Pure Woman Faithfully Presented\"", "value": "$1600", - "answer": "Tess of the d\\'Urbervilles", + "answer": "Tess of the d'Urbervilles", "round": "Double Jeopardy!", "show_number": "5573", "fullAnswer": "Tess of the d\\'Urbervilles" }, - { - "category": "FREEBIES", - "air_date": "2008-11-26", - "question": "Seen here is this patriotic lass, the first P.O.W./M.I.A. rescued during Operation Iraqi Freedom", - "value": "$1600", - "answer": "Lynch", - "round": "Double Jeopardy!", - "show_number": "5573", - "fullAnswer": "(Jessica) Lynch" - }, - { - "category": "PAINTED LADIES", - "air_date": "2008-11-26", - "question": "Two women share a cup of tea in this woman's 1880 painting seen here", - "value": "$1600", - "answer": "Cassatt", - "round": "Double Jeopardy!", - "show_number": "5573", - "fullAnswer": "(Mary) Cassatt" - }, { "category": "LET'S GET IN SHAPE", "air_date": "2008-11-26", @@ -1597009,16 +1517509,6 @@ "show_number": "5198", "fullAnswer": "hemlock" }, - { - "category": "ENTERTAINMENT AWARDS", - "air_date": "2007-03-28", - "question": "(Hi, I'm Bebe Neuwirth.) I won 2 Emmy Awards for playing this wife of Frasier Crane on \"Cheers\" & later played his then ex-wife on \"Frasier\" receiving another nomination", - "value": "$600", - "answer": "Lilith", - "round": "Jeopardy!", - "show_number": "5198", - "fullAnswer": "Lilith" - }, { "category": "SYMBOLIC STOCKS", "air_date": "2007-03-28", @@ -1597219,16 +1517709,6 @@ "show_number": "5198", "fullAnswer": "(Jeff) Foxworthy" }, - { - "category": "FIJI", - "air_date": "2007-03-28", - "question": "(Jeff Probst reads from a Fiji Islands beach.) A traditional Fijian art is making tapa, a cloth that's produced by pounding this tree part", - "value": "$400", - "answer": "bark", - "round": "Double Jeopardy!", - "show_number": "5198", - "fullAnswer": "bark" - }, { "category": "NOW NAME THE OTHER...", "air_date": "2007-03-28", @@ -1597279,16 +1517759,6 @@ "show_number": "5198", "fullAnswer": "Bridges" }, - { - "category": "FIJI", - "air_date": "2007-03-28", - "question": "(Jeff Probst reads again.) In 1774 this British explorer visited Totoya, one of Fiji's southern islands", - "value": "$800", - "answer": "Cook", - "round": "Double Jeopardy!", - "show_number": "5198", - "fullAnswer": "Cook" - }, { "category": "NOW NAME THE OTHER...", "air_date": "2007-03-28", @@ -1597339,16 +1517809,6 @@ "show_number": "5198", "fullAnswer": "DJ Jazzy Jeff" }, - { - "category": "FIJI", - "air_date": "2007-03-28", - "question": "(Jeff reads yet again.) Fiji's flag includes a depiction of this other national flag; makes sense--Fiji was a Crown colony from 1874 to 1970", - "value": "$3,000", - "answer": "Union Jack ", - "round": "Double Jeopardy!", - "show_number": "5198", - "fullAnswer": "the Union Jack (the UK accepted)" - }, { "category": "NOW NAME THE OTHER...", "air_date": "2007-03-28", @@ -1597389,26 +1517849,6 @@ "show_number": "5198", "fullAnswer": "A.D." }, - { - "category": "JEFF", - "air_date": "2007-03-28", - "question": "Political pundit and author of \"The People's Choice\" seen here", - "value": "$1600", - "answer": "Jeff Greenfield", - "round": "Double Jeopardy!", - "show_number": "5198", - "fullAnswer": "Jeff Greenfield" - }, - { - "category": "FIJI", - "air_date": "2007-03-28", - "question": "(Jeff reads yet one more time.) While we've been here in Fiji the government has not survived & has been overthrown in a coup in this capital city", - "value": "$1600", - "answer": "Suva", - "round": "Double Jeopardy!", - "show_number": "5198", - "fullAnswer": "Suva" - }, { "category": "NOW NAME THE OTHER...", "air_date": "2007-03-28", @@ -1597459,16 +1517899,6 @@ "show_number": "5198", "fullAnswer": "the Lake Poets" }, - { - "category": "FIJI", - "air_date": "2007-03-28", - "question": "(Jeff reads one last time.) Culturally, Fiji is part of this island group, whose name is partly from the Greek for \"black\"", - "value": "$2000", - "answer": "Melanesia", - "round": "Double Jeopardy!", - "show_number": "5198", - "fullAnswer": "Melanesia" - }, { "category": "LITERARY FIGURES", "air_date": "2007-03-28", @@ -1598099,16 +1518529,6 @@ "show_number": "4945", "fullAnswer": "Queen Victoria" }, - { - "category": "RAY CHARLES & FRIENDS", - "air_date": "2006-02-24", - "question": "Ray's album \"Genius Loves Company\" features the smooth tenor of this singer

\"Somewhere over the rainbow, way up high...\"", - "value": "$200", - "answer": "Johnny Mathis", - "round": "Jeopardy!", - "show_number": "4945", - "fullAnswer": "Johnny Mathis" - }, { "category": "PACKAGING", "air_date": "2006-02-24", @@ -1598219,16 +1518639,6 @@ "show_number": "4945", "fullAnswer": "Andrew Jackson" }, - { - "category": "RAY CHARLES & FRIENDS", - "air_date": "2006-02-24", - "question": "(Hi, I'm Larry King.) In 2005 I talked to this pop legend about his duet of \"Sorry Seems To Be The Hardest Word\" with Ray Charles", - "value": "$600", - "answer": "Elton John", - "round": "Jeopardy!", - "show_number": "4945", - "fullAnswer": "Elton John" - }, { "category": "PACKAGING", "air_date": "2006-02-24", @@ -1598329,16 +1518739,6 @@ "show_number": "4945", "fullAnswer": "destitute" }, - { - "category": "THE 1800s", - "air_date": "2006-02-24", - "question": "Edouard Manet displayed this scandalous picnic painting in 1863", - "value": "$1000", - "answer": "", - "round": "Jeopardy!", - "show_number": "4945", - "fullAnswer": "(Le) déjeuner sur l\\'herbe (or Breakfast or Luncheon on the Grass)" - }, { "category": "RAY CHARLES & FRIENDS", "air_date": "2006-02-24", @@ -1598489,16 +1518889,6 @@ "show_number": "4945", "fullAnswer": "lavender" }, - { - "category": "THE FOUNTAINS OF EUROPE", - "air_date": "2006-02-24", - "question": "(Cheryl of the Clue Crew delivers the clue at Peterhof in St. Petersburg, Russia.) Peterhof's Samson Fountain symbolizes Russia's victory over this Scandinavian country that has a lion as its heraldic beast", - "value": "$1200", - "answer": "Sweden", - "round": "Double Jeopardy!", - "show_number": "4945", - "fullAnswer": "Sweden" - }, { "category": "IMPORTED TELEVISION", "air_date": "2006-02-24", @@ -1599244,7 +1519634,7 @@ "air_date": "1997-11-24", "question": "This syndrome named for a French physician may involve barking & continuous cursing", "value": "$1000", - "answer": "Tourette\\'s Syndrome", + "answer": "Tourette's Syndrome", "round": "Double Jeopardy!", "show_number": "3046", "fullAnswer": "Tourette\\'s Syndrome" @@ -1599369,16 +1519759,6 @@ "show_number": "5116", "fullAnswer": "Jupiter" }, - { - "category": "AROUND LOS ANGELES", - "air_date": "2006-12-04", - "question": "The Theme Building at Los Angeles International Airport opened in this decade", - "value": "$400", - "answer": "1960s", - "round": "Jeopardy!", - "show_number": "5116", - "fullAnswer": "the 1960s" - }, { "category": "ON FOOT", "air_date": "2006-12-04", @@ -1599414,21 +1519794,11 @@ "air_date": "2006-12-04", "question": "I love the French name of this lingerie line being produced by actress Jaime Pressly", "value": "$600", - "answer": "J\\'aime", + "answer": "J'aime", "round": "Jeopardy!", "show_number": "5116", "fullAnswer": "J\\'aime" }, - { - "category": "\"J\" WALKING", - "air_date": "2006-12-04", - "question": "Humorous hybrid of roadside America seen here", - "value": "$600", - "answer": "jackalope", - "round": "Jeopardy!", - "show_number": "5116", - "fullAnswer": "jackalope" - }, { "category": "AROUND LOS ANGELES", "air_date": "2006-12-04", @@ -1599509,16 +1519879,6 @@ "show_number": "5116", "fullAnswer": "trench foot" }, - { - "category": "THE CHRISTIAN WORLD", - "air_date": "2006-12-04", - "question": "The spiritual leader of Orthodox Christianity is Bartholomew, archbishop of this city that had a name change", - "value": "$1000", - "answer": "Constantinople ", - "round": "Jeopardy!", - "show_number": "5116", - "fullAnswer": "Constantinople (or Istanbul)" - }, { "category": "DEAD, CONSCIOUS OR IN BETWEEN", "air_date": "2006-12-04", @@ -1599619,16 +1519979,6 @@ "show_number": "5116", "fullAnswer": "Rabbit" }, - { - "category": "OTHER ALPHABETS' LETTERS", - "air_date": "2006-12-04", - "question": "(Kelly of the Clue Crew stands next to a monitor with letters on it.) The Armenian alphabet is based on the Greek alphabet, and \"za\", the Armenian sixth letter, is the equivalent of this sixth letter of the Greek alphabet", - "value": "$400", - "answer": "zeta", - "round": "Double Jeopardy!", - "show_number": "5116", - "fullAnswer": "zeta" - }, { "category": "ASTRONOMY", "air_date": "2006-12-04", @@ -1599679,16 +1520029,6 @@ "show_number": "5116", "fullAnswer": "Bear" }, - { - "category": "OTHER ALPHABETS' LETTERS", - "air_date": "2006-12-04", - "question": "(Sarah of the Clue Crew reports from Prague, Czech Republic's Jewish Town Hall.)
Prague's Jewish Town Hall clock goes counterclockwise; 1:00 and 2:00 are represented by these first two Hebrew letters", - "value": "$800", - "answer": "alef and bet", - "round": "Double Jeopardy!", - "show_number": "5116", - "fullAnswer": "alef and bet" - }, { "category": "ASTRONOMY", "air_date": "2006-12-04", @@ -1599859,16 +1520199,6 @@ "show_number": "5116", "fullAnswer": "Lions" }, - { - "category": "OTHER ALPHABETS' LETTERS", - "air_date": "2006-12-04", - "question": "Seen here are the first and last letters of this alphabet, created by Rama the Strong in the 13th century", - "value": "$3,000", - "answer": "Thai or Siamese alphabet", - "round": "Double Jeopardy!", - "show_number": "5116", - "fullAnswer": "the Thai or Siamese alphabet" - }, { "category": "THE 1950s", "air_date": "2006-12-04", @@ -1599989,16 +1520319,6 @@ "show_number": "4804", "fullAnswer": "Fettuccine Alfredo" }, - { - "category": "5-SYLLABLE WORDS", - "air_date": "2005-06-23", - "question": "It's the common surgical operation shown graphically here", - "value": "$400", - "answer": "appendectomy", - "round": "Jeopardy!", - "show_number": "4804", - "fullAnswer": "an appendectomy" - }, { "category": "BODIES OF WATER", "air_date": "2005-06-23", @@ -1600059,16 +1520379,6 @@ "show_number": "4804", "fullAnswer": "a cosmopolitan" }, - { - "category": "BODIES OF WATER", - "air_date": "2005-06-23", - "question": "(Sarah of the Clue crew reports from a lakefront in Chicago, IL.) Lake Michigan is larger than you think. Scientists say it's actually part of this Great Lake that it joins via the Straits of Mackinaw", - "value": "$800", - "answer": "Lake Huron", - "round": "Jeopardy!", - "show_number": "4804", - "fullAnswer": "Lake Huron" - }, { "category": "TOP 40 LAST NAMES", "air_date": "2005-06-23", @@ -1600239,16 +1520549,6 @@ "show_number": "4804", "fullAnswer": "mint" }, - { - "category": "WAR", - "air_date": "2005-06-23", - "question": "(Jimmy of the Clue Crew reports from the docked U.S.S. Tawara in San Diego, CA.) On Feb. 24, 1991 the amphibious assault ship U.S.S. Tarawa landed troops in Saudi Arabia as part of this operation", - "value": "$800", - "answer": "Operation Desert Storm", - "round": "Double Jeopardy!", - "show_number": "4804", - "fullAnswer": "Operation Desert Storm" - }, { "category": "PETER O'TOOLE TIME", "air_date": "2005-06-23", @@ -1600424,7 +1520724,7 @@ "air_date": "2005-06-23", "question": "The Czechs' rebellion against Hapsburg rule helped precipitate this war that began in 1618", "value": "$2000", - "answer": "Thirty Years\\' War", + "answer": "Thirty Years' War", "round": "Double Jeopardy!", "show_number": "4804", "fullAnswer": "the Thirty Years\\' War" @@ -1601074,7 +1521374,7 @@ "air_date": "2011-04-28", "question": "Like so many actresses in Hollywood, in 1938 Lucy tested for this coveted movie role that went to Vivien Leigh", "value": "$200", - "answer": "Scarlett O\\'Hara", + "answer": "Scarlett O'Hara", "round": "Jeopardy!", "show_number": "6139", "fullAnswer": "Scarlett O\\'Hara" @@ -1601109,16 +1521409,6 @@ "show_number": "6139", "fullAnswer": "Connecticut" }, - { - "category": "\"CHARM\"ED, I'M SURE", - "air_date": "2011-04-28", - "question": "overstock.com sells one that holds a cubic zirconium encrusted peace sign", - "value": "$200", - "answer": "charm bracelet", - "round": "Jeopardy!", - "show_number": "6139", - "fullAnswer": "a charm bracelet" - }, { "category": "LITERARY TITLE ANIMALS", "air_date": "2011-04-28", @@ -1601159,16 +1521449,6 @@ "show_number": "6139", "fullAnswer": "bridge" }, - { - "category": "STATE FLAGS", - "air_date": "2011-04-28", - "question": "New York's flag has a shield that is supported by 2 figures, one is represented by liberty and one is this, she's holding scales", - "value": "$400", - "answer": "justice", - "round": "Jeopardy!", - "show_number": "6139", - "fullAnswer": "justice" - }, { "category": "\"CHARM\"ED, I'M SURE", "air_date": "2011-04-28", @@ -1601989,16 +1522269,6 @@ "show_number": "3828", "fullAnswer": "Risky Business" }, - { - "category": "NOTORIOUS FACES", - "air_date": "2001-04-04", - "question": "She's the accused murderer from Fall River seen here:", - "value": "$200", - "answer": "Lizzie Borden", - "round": "Double Jeopardy!", - "show_number": "3828", - "fullAnswer": "Lizzie Borden" - }, { "category": "HEADQUARTER CITIES", "air_date": "2001-04-04", @@ -1602049,16 +1522319,6 @@ "show_number": "3828", "fullAnswer": "Forrest Gump" }, - { - "category": "NOTORIOUS FACES", - "air_date": "2001-04-04", - "question": "His execution in the 1970s opened the doors to many more:", - "value": "$400", - "answer": "Gary Gilmore", - "round": "Double Jeopardy!", - "show_number": "3828", - "fullAnswer": "Gary Gilmore" - }, { "category": "HEADQUARTER CITIES", "air_date": "2001-04-04", @@ -1602109,16 +1522369,6 @@ "show_number": "3828", "fullAnswer": "Gary Busey" }, - { - "category": "NOTORIOUS FACES", - "air_date": "2001-04-04", - "question": "\"Motherly\" 1930s criminal seen here:", - "value": "$600", - "answer": "Ma Barker", - "round": "Double Jeopardy!", - "show_number": "3828", - "fullAnswer": "Ma Barker" - }, { "category": "HEADQUARTER CITIES", "air_date": "2001-04-04", @@ -1602169,16 +1522419,6 @@ "show_number": "3828", "fullAnswer": "Christina Ricci" }, - { - "category": "NOTORIOUS FACES", - "air_date": "2001-04-04", - "question": "Hitchcock's \"Rope\" was based on a 1924 murder committed by these two, seen here:", - "value": "$800", - "answer": "Leopold & Loeb", - "round": "Double Jeopardy!", - "show_number": "3828", - "fullAnswer": "Leopold & Loeb" - }, { "category": "HEADQUARTER CITIES", "air_date": "2001-04-04", @@ -1602229,16 +1522469,6 @@ "show_number": "3828", "fullAnswer": "Lady Jane Grey" }, - { - "category": "NOTORIOUS FACES", - "air_date": "2001-04-04", - "question": "This long-time international fugitive \"animal\" was captured in 1994:", - "value": "$1000", - "answer": "Carlos The Jackal", - "round": "Double Jeopardy!", - "show_number": "3828", - "fullAnswer": "Carlos \"The Jackal\"" - }, { "category": "HEADQUARTER CITIES", "air_date": "2001-04-04", @@ -1602324,7 +1522554,7 @@ "air_date": "2007-09-13", "question": "In earlier days this evil-sounding chocolate cake was colored with red food dye", "value": "$200", - "answer": "devil\\'s food cake", + "answer": "devil's food cake", "round": "Jeopardy!", "show_number": "5289", "fullAnswer": "devil\\'s food cake" @@ -1602659,16 +1522889,6 @@ "show_number": "5289", "fullAnswer": "Janet Jackson" }, - { - "category": "ONE THING OR ANOTHER", - "air_date": "2007-09-13", - "question": "(Kelly presents in a laboratory.)
The regular Coke sinks due to the 39 grams of this dense ingredient, virtually non-existent in the Diet Coke", - "value": "$800", - "answer": "sugar", - "round": "Double Jeopardy!", - "show_number": "5289", - "fullAnswer": "sugar" - }, { "category": "EVERYBODY HATES CHRIS", "air_date": "2007-09-13", @@ -1602714,21 +1522934,11 @@ "air_date": "2007-09-13", "question": "\"The Writing's on the Wall\", \"Survivor\"", "value": "$1200", - "answer": "Destiny\\'s Child", + "answer": "Destiny's Child", "round": "Double Jeopardy!", "show_number": "5289", "fullAnswer": "Destiny\\'s Child" }, - { - "category": "ONE THING OR ANOTHER", - "air_date": "2007-09-13", - "question": "On the Internet, this over-100-year-old brand uses the domain name wonderdrug.com", - "value": "$1200", - "answer": "Bayer", - "round": "Double Jeopardy!", - "show_number": "5289", - "fullAnswer": "Bayer" - }, { "category": "EVERYBODY HATES CHRIS", "air_date": "2007-09-13", @@ -1603509,16 +1523719,6 @@ "show_number": "4884", "fullAnswer": "the 5th Amendment" }, - { - "category": "COMEDIC CATCHPHRASES", - "air_date": "2005-12-01", - "question": "\"Well, isn't that special?\"", - "value": "$200", - "answer": "Dana Carvey", - "round": "Jeopardy!", - "show_number": "4884", - "fullAnswer": "Dana Carvey" - }, { "category": "\"I\" DO", "air_date": "2005-12-01", @@ -1603544,21 +1523744,11 @@ "air_date": "2005-12-01", "question": "Chrysoberyl is also known by this name because it resembles the pupil of a feline", "value": "$200", - "answer": "cat\\'s eye", + "answer": "cat's eye", "round": "Jeopardy!", "show_number": "4884", "fullAnswer": "cat\\'s eye" }, - { - "category": "THE WORLD AIDS CRISIS", - "air_date": "2005-12-01", - "question": "(Ashley Judd reads.) World AIDS Day, December 1, was first established by this U.N. body in 1988", - "value": "$200", - "answer": "WHO ", - "round": "Jeopardy!", - "show_number": "4884", - "fullAnswer": "the WHO (World Health Organization)" - }, { "category": "THE BILL OF RIGHTS", "air_date": "2005-12-01", @@ -1603569,16 +1523759,6 @@ "show_number": "4884", "fullAnswer": "1941" }, - { - "category": "COMEDIC CATCHPHRASES", - "air_date": "2005-12-01", - "question": "\"Mom always liked you best\"", - "value": "$400", - "answer": "Tom Smothers", - "round": "Jeopardy!", - "show_number": "4884", - "fullAnswer": "Tom Smothers" - }, { "category": "\"I\" DO", "air_date": "2005-12-01", @@ -1603609,16 +1523789,6 @@ "show_number": "4884", "fullAnswer": "chromium" }, - { - "category": "THE WORLD AIDS CRISIS", - "air_date": "2005-12-01", - "question": "(Ashley Judd reads.) The ravage of AIDS is well known in Africa, but few realize that Asia faces a growing crisis, with this country having the most cases after S. Africa", - "value": "$400", - "answer": "India", - "round": "Jeopardy!", - "show_number": "4884", - "fullAnswer": "India" - }, { "category": "THE BILL OF RIGHTS", "air_date": "2005-12-01", @@ -1603629,16 +1523799,6 @@ "show_number": "4884", "fullAnswer": "seizures" }, - { - "category": "COMEDIC CATCHPHRASES", - "air_date": "2005-12-01", - "question": "A group:
\"Nobody expects the Spanish Inquisition!\"", - "value": "$600", - "answer": "Monty Python", - "round": "Jeopardy!", - "show_number": "4884", - "fullAnswer": "Monty Python" - }, { "category": "\"I\" DO", "air_date": "2005-12-01", @@ -1603669,16 +1523829,6 @@ "show_number": "4884", "fullAnswer": "lapis lazuli" }, - { - "category": "THE WORLD AIDS CRISIS", - "air_date": "2005-12-01", - "question": "(Ashley Judd reads.) In a 2004 CNN special on AIDS, I was joined by this athlete who revealed his HIV status in 1991", - "value": "$600", - "answer": "Magic Johnson", - "round": "Jeopardy!", - "show_number": "4884", - "fullAnswer": "Magic Johnson" - }, { "category": "THE BILL OF RIGHTS", "air_date": "2005-12-01", @@ -1603689,16 +1523839,6 @@ "show_number": "4884", "fullAnswer": "Madison" }, - { - "category": "COMEDIC CATCHPHRASES", - "air_date": "2005-12-01", - "question": "\"It's always something!\"", - "value": "$800", - "answer": "Gilda Radner", - "round": "Jeopardy!", - "show_number": "4884", - "fullAnswer": "Gilda Radner" - }, { "category": "\"I\" DO", "air_date": "2005-12-01", @@ -1603729,16 +1523869,6 @@ "show_number": "4884", "fullAnswer": "amethyst" }, - { - "category": "THE WORLD AIDS CRISIS", - "air_date": "2005-12-01", - "question": "(Ashley Judd reads.) The use of these drugs, sold under chemical rather than brand names, is crucial to affordable HIV/AIDS treatment", - "value": "$800", - "answer": "generic drugs", - "round": "Jeopardy!", - "show_number": "4884", - "fullAnswer": "generic drugs" - }, { "category": "THE BILL OF RIGHTS", "air_date": "2005-12-01", @@ -1603749,16 +1523879,6 @@ "show_number": "4884", "fullAnswer": "a congressman" }, - { - "category": "COMEDIC CATCHPHRASES", - "air_date": "2005-12-01", - "question": "\"I'm a victim of soicumstance!\"", - "value": "$1000", - "answer": "Curly of the Three Stooges", - "round": "Jeopardy!", - "show_number": "4884", - "fullAnswer": "Curly of the Three Stooges" - }, { "category": "\"I\" DO", "air_date": "2005-12-01", @@ -1603789,16 +1523909,6 @@ "show_number": "4884", "fullAnswer": "jet" }, - { - "category": "THE WORLD AIDS CRISIS", - "air_date": "2005-12-01", - "question": "(Ashley Judd reads.) AIDS has been identified not just as an epidemic but as this, taken from the Greek word for \"all\"", - "value": "$1000", - "answer": "pandemic", - "round": "Jeopardy!", - "show_number": "4884", - "fullAnswer": "a pandemic" - }, { "category": "NAME THAT POEM", "air_date": "2005-12-01", @@ -1603834,7 +1523944,7 @@ "air_date": "2005-12-01", "question": "Lincoln's offspring", "value": "$400", - "answer": "Abe\\'s babes", + "answer": "Abe's babes", "round": "Double Jeopardy!", "show_number": "4884", "fullAnswer": "Abe\\'s babes" @@ -1603859,22 +1523969,12 @@ "show_number": "4884", "fullAnswer": "the Steel Curtain" }, - { - "category": "FAMOUS AMERICANS", - "air_date": "2005-12-01", - "question": "Henry Ford, seen on the right in the photo, was long-time friend with this creative genius, the man on the left", - "value": "$800", - "answer": "Edison", - "round": "Double Jeopardy!", - "show_number": "4884", - "fullAnswer": "(Thomas Alva) Edison" - }, { "category": "CIVIL WAR RHYME TIME", "air_date": "2005-12-01", "question": "Union commander's Gregorian hymns", "value": "$800", - "answer": "Grant\\'s chants", + "answer": "Grant's chants", "round": "Double Jeopardy!", "show_number": "4884", "fullAnswer": "Grant\\'s chants" @@ -1603889,16 +1523989,6 @@ "show_number": "4884", "fullAnswer": "\"The Love Song of J. Alfred Prufrock\"" }, - { - "category": "THE SMITHSONIAN JAZZ BAND", - "air_date": "2005-12-01", - "question": "(Cheryl of the Clue Crew holds a misshapen trumpet inside the Smithsonian Institution.) When a trumpet of this \"Big Beboper\" was accidentally bent, he liked the sound and kept playing with horns like this one", - "value": "$1200", - "answer": "Gillespie", - "round": "Double Jeopardy!", - "show_number": "4884", - "fullAnswer": "(Dizzy) Gillespie" - }, { "category": "AND NOW FROM THE BRIEFING ROOM", "air_date": "2005-12-01", @@ -1603934,7 +1524024,7 @@ "air_date": "2005-12-01", "question": "Famous photographer's female subjects", "value": "$1200", - "answer": "Brady\\'s ladies", + "answer": "Brady's ladies", "round": "Double Jeopardy!", "show_number": "4884", "fullAnswer": "Brady\\'s ladies" @@ -1603949,16 +1524039,6 @@ "show_number": "4884", "fullAnswer": "\"To His Coy Mistress\"" }, - { - "category": "THE SMITHSONIAN JAZZ BAND", - "air_date": "2005-12-01", - "question": "On the drums, you'd have the owner of the kit seen here, this man who played with Shaw, Dorsey & his own band", - "value": "$1600", - "answer": "Buddy Rich", - "round": "Double Jeopardy!", - "show_number": "4884", - "fullAnswer": "Buddy Rich" - }, { "category": "AND NOW FROM THE BRIEFING ROOM", "air_date": "2005-12-01", @@ -1603984,7 +1524064,7 @@ "air_date": "2005-12-01", "question": "Doomed charge commander's dense bushes", "value": "$1600", - "answer": "Pickett\\'s thickets", + "answer": "Pickett's thickets", "round": "Double Jeopardy!", "show_number": "4884", "fullAnswer": "Pickett\\'s thickets" @@ -1603999,16 +1524079,6 @@ "show_number": "4884", "fullAnswer": "\"Endymion\"" }, - { - "category": "THE SMITHSONIAN JAZZ BAND", - "air_date": "2005-12-01", - "question": "The trombone you see belonged to this player known by his initials; he also composed for \"The Mod Squad\"", - "value": "$2000", - "answer": "J.J. Johnson", - "round": "Double Jeopardy!", - "show_number": "4884", - "fullAnswer": "J.J. Johnson" - }, { "category": "AND NOW FROM THE BRIEFING ROOM", "air_date": "2005-12-01", @@ -1604044,7 +1524114,7 @@ "air_date": "2005-12-01", "question": "Winning Gettysburg general's accomplishments", "value": "$2000", - "answer": "Meade\\'s deeds", + "answer": "Meade's deeds", "round": "Double Jeopardy!", "show_number": "4884", "fullAnswer": "Meade\\'s deeds" @@ -1604119,16 +1524189,6 @@ "show_number": "4611", "fullAnswer": "a pit & the pendulum" }, - { - "category": "RELIGION", - "air_date": "2004-09-27", - "question": "The slanted bar on the Orthodox Cross may refer to these criminals flanking Jesus--one went to heaven and one didn't", - "value": "$400", - "answer": "two thieves", - "round": "Jeopardy!", - "show_number": "4611", - "fullAnswer": "the two thieves" - }, { "category": "MULTIPLE TONY WINNERS", "air_date": "2004-09-27", @@ -1604189,16 +1524249,6 @@ "show_number": "4611", "fullAnswer": "Wahhabism" }, - { - "category": "MULTIPLE TONY WINNERS", - "air_date": "2004-09-27", - "question": "Seen here after his 1981 win for \"The Pirates of Penzance\", he also won for \"On the 20th Century\"", - "value": "$600", - "answer": "Kline", - "round": "Jeopardy!", - "show_number": "4611", - "fullAnswer": "(Kevin) Kline" - }, { "category": "COUNTRIES THAT END IN \"IA\"", "air_date": "2004-09-27", @@ -1604379,36 +1524429,6 @@ "show_number": "4611", "fullAnswer": "Martin Chuzzlewit" }, - { - "category": "THE INTERNATIONAL SPY MUSEUM", - "air_date": "2004-09-27", - "question": "(Sofia of the Clue Crew narrates from the Int'l Spy Museum in Washington, D.C.) You could give someone the kiss of death using the lipstick gun provided to employees of this Soviet spy agency", - "value": "$400", - "answer": "KGB", - "round": "Double Jeopardy!", - "show_number": "4611", - "fullAnswer": "the KGB" - }, - { - "category": "WINNER OF OUR DISCONTENT", - "air_date": "2004-09-27", - "question": "imdb.com's worst movies of all time includes \"From Justin to Kelly\", starring 2 performers from this TV show", - "value": "$400", - "answer": "American Idol", - "round": "Double Jeopardy!", - "show_number": "4611", - "fullAnswer": "American Idol" - }, - { - "category": "PICTURESQUE", - "air_date": "2004-09-27", - "question": "Yousuf Karsh created definitive portraiture immortalizing such subjects as Winston Churchill and this author", - "value": "$400", - "answer": "Ernest Hemingway", - "round": "Double Jeopardy!", - "show_number": "4611", - "fullAnswer": "Ernest Hemingway" - }, { "category": "ADJECTIVES", "air_date": "2004-09-27", @@ -1604459,16 +1524479,6 @@ "show_number": "4611", "fullAnswer": "Steve Bartman" }, - { - "category": "PICTURESQUE", - "air_date": "2004-09-27", - "question": "This magazine photojournalist, seen here, interviewed Gandhi hours before his death", - "value": "$800", - "answer": "Margaret Bourke-White", - "round": "Double Jeopardy!", - "show_number": "4611", - "fullAnswer": "Margaret Bourke-White" - }, { "category": "ADJECTIVES", "air_date": "2004-09-27", @@ -1604499,16 +1524509,6 @@ "show_number": "4611", "fullAnswer": "(Rudyard) Kipling" }, - { - "category": "THE INTERNATIONAL SPY MUSEUM", - "air_date": "2004-09-27", - "question": "(Sofia of the Clue Crew narrates from the Int'l Spy Museum in Washington, D.C.) Here is the actual mailbox used by this C.I.A. mole with an alliterative name to signal his Russian handlers", - "value": "$1200", - "answer": "Aldrich Ames", - "round": "Double Jeopardy!", - "show_number": "4611", - "fullAnswer": "Aldrich Ames" - }, { "category": "WINNER OF OUR DISCONTENT", "air_date": "2004-09-27", @@ -1604519,16 +1524519,6 @@ "show_number": "4611", "fullAnswer": "Captain Bligh" }, - { - "category": "PICTURESQUE", - "air_date": "2004-09-27", - "question": "Unable to sell his paintings in Paris, this surrealist returned to photography, including the image seen here", - "value": "$1200", - "answer": "Man Ray", - "round": "Double Jeopardy!", - "show_number": "4611", - "fullAnswer": "Man Ray" - }, { "category": "ADJECTIVES", "air_date": "2004-09-27", @@ -1604579,16 +1524569,6 @@ "show_number": "4611", "fullAnswer": "Axis Sally" }, - { - "category": "PICTURESQUE", - "air_date": "2004-09-27", - "question": "This photographer, whose work is seen here, was the first African-American to direct a film for a major studio", - "value": "$1600", - "answer": "Gordon Parks", - "round": "Double Jeopardy!", - "show_number": "4611", - "fullAnswer": "Gordon Parks" - }, { "category": "ADJECTIVES", "air_date": "2004-09-27", @@ -1604599,16 +1524579,6 @@ "show_number": "4611", "fullAnswer": "sartorial" }, - { - "category": "JOHN RITTER", - "air_date": "2004-09-27", - "question": "As a child, John made personal appearances with this famous man, seen here", - "value": "$2000", - "answer": "Tex Ritter", - "round": "Double Jeopardy!", - "show_number": "4611", - "fullAnswer": "Tex Ritter" - }, { "category": "TOUGH LIT", "air_date": "2004-09-27", @@ -1604619,16 +1524589,6 @@ "show_number": "4611", "fullAnswer": "Thomas Mann" }, - { - "category": "THE INTERNATIONAL SPY MUSEUM", - "air_date": "2004-09-27", - "question": "(Jimmy of the Clue Crew narrates from the Int'l Spy Museum in Washington, D.C.) An umbrella with a ricin tip was used to poison this defector near Waterloo Station in 1978", - "value": "$2000", - "answer": "Georgi Markov", - "round": "Double Jeopardy!", - "show_number": "4611", - "fullAnswer": "Georgi Markov" - }, { "category": "WINNER OF OUR DISCONTENT", "air_date": "2004-09-27", @@ -1604639,16 +1524599,6 @@ "show_number": "4611", "fullAnswer": "spam" }, - { - "category": "PICTURESQUE", - "air_date": "2004-09-27", - "question": "Seen here, this jazz trumpeter was later the subject of \"Let's Get Lost,\" a film by photographer Bruce Weber", - "value": "$2000", - "answer": "Chet Baker", - "round": "Double Jeopardy!", - "show_number": "4611", - "fullAnswer": "Chet Baker" - }, { "category": "ADJECTIVES", "air_date": "2004-09-27", @@ -1604664,7 +1524614,7 @@ "air_date": "2004-09-27", "question": "1 of the 2 novels, both Southern, that won the Pulitzer for fiction & became Best Picture Oscar winners", "value": null, - "answer": "Gone with the Wind or All the King\\'s Men", + "answer": "Gone with the Wind or All the King's Men", "round": "Final Jeopardy!", "show_number": "4611", "fullAnswer": "(1 of) Gone with the Wind or All the King\\'s Men" @@ -1604874,7 +1524824,7 @@ "air_date": "1994-11-15", "question": "This insurance organization's List is one of London's oldest papers", "value": "$400", - "answer": "Lloyd\\'s of London", + "answer": "Lloyd's of London", "round": "Jeopardy!", "show_number": "2347", "fullAnswer": "Lloyd\\'s of London" @@ -1605264,7 +1525214,7 @@ "air_date": "1994-11-15", "question": "This American playwright won the first of his four Pulitzer Prizes for 1920's \"Beyond the Horizon\"", "value": "$1000", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "2347", "fullAnswer": "Eugene O\\'Neill" @@ -1605674,7 +1525624,7 @@ "air_date": "2002-12-13", "question": "John Wilkes Booth's notebook is on display in the Lincoln Museum at this site seen here", "value": "$800", - "answer": "Ford\\'s Theater", + "answer": "Ford's Theater", "round": "Double Jeopardy!", "show_number": "4210", "fullAnswer": "Ford\\'s Theater" @@ -1605814,7 +1525764,7 @@ "air_date": "2002-12-13", "question": "A Capote title:
Ms. Thiessen has gone to the IHOP", "value": "$1600", - "answer": "Tiffany\\'s at Breakfast", + "answer": "Tiffany's at Breakfast", "round": "Double Jeopardy!", "show_number": "4210", "fullAnswer": "Tiffany\\'s at Breakfast" @@ -1605889,16 +1525839,6 @@ "show_number": "5126", "fullAnswer": "New Delhi" }, - { - "category": "A SPELLING CATEGORY", - "air_date": "2006-12-18", - "question": "(Here's Tori Spelling with the clue...)
My dad Aaron Spelling was the Executive Producer of 2 shows starring Shannen Doherty--\"90210\" & this one about 3 witches", - "value": "$200", - "answer": "Charmed", - "round": "Jeopardy!", - "show_number": "5126", - "fullAnswer": "Charmed" - }, { "category": "FRUIT BOWL", "air_date": "2006-12-18", @@ -1605914,7 +1525854,7 @@ "air_date": "2006-12-18", "question": "This bestseller about growing up in the slums of Limerick won the Pulitzer in 1997", "value": "$200", - "answer": "Angela\\'s Ashes", + "answer": "Angela's Ashes", "round": "Jeopardy!", "show_number": "5126", "fullAnswer": "Angela\\'s Ashes" @@ -1605949,16 +1525889,6 @@ "show_number": "5126", "fullAnswer": "Tokyo" }, - { - "category": "A SPELLING CATEGORY", - "air_date": "2006-12-18", - "question": "(Let's go back to Tori...)
Dad got Emmy nominations for producing \"Family\" & this nighttime soap about the Carrington clan", - "value": "$400", - "answer": "Dynasty", - "round": "Jeopardy!", - "show_number": "5126", - "fullAnswer": "Dynasty" - }, { "category": "FRUIT BOWL", "air_date": "2006-12-18", @@ -1606009,16 +1525939,6 @@ "show_number": "5126", "fullAnswer": "Tehran" }, - { - "category": "A SPELLING CATEGORY", - "air_date": "2006-12-18", - "question": "(Tori...)
Big hits on ABC in the '70s for my dad included \"The Love Boat\", \"Fantasy Island\" & this \"heavenly\" detective drama", - "value": "$600", - "answer": "Charlie\\'s Angels", - "round": "Jeopardy!", - "show_number": "5126", - "fullAnswer": "Charlie\\'s Angels" - }, { "category": "FRUIT BOWL", "air_date": "2006-12-18", @@ -1606069,16 +1525989,6 @@ "show_number": "5126", "fullAnswer": "Jakarta" }, - { - "category": "A SPELLING CATEGORY", - "air_date": "2006-12-18", - "question": "(Here's a clip from \"90210.\" Take a look.)
On the show, Brenda & Brandon moved to Beverly Hills from this Midwestern state", - "value": "$800", - "answer": "Minnesota", - "round": "Jeopardy!", - "show_number": "5126", - "fullAnswer": "Minnesota" - }, { "category": "FRUIT BOWL", "air_date": "2006-12-18", @@ -1606129,16 +1526039,6 @@ "show_number": "5126", "fullAnswer": "Riyadh" }, - { - "category": "A SPELLING CATEGORY", - "air_date": "2006-12-18", - "question": "(Hi, I'm Doug Savant.)
When I played Matt on \"Melrose Place\", this actress caught my eye as red-headed bad girl Syndey. Now she's my wife", - "value": "$1000", - "answer": "Laura Leighton", - "round": "Jeopardy!", - "show_number": "5126", - "fullAnswer": "Laura Leighton" - }, { "category": "FRUIT BOWL", "air_date": "2006-12-18", @@ -1606249,16 +1526149,6 @@ "show_number": "5126", "fullAnswer": "histamines" }, - { - "category": "GAITS", - "air_date": "2006-12-18", - "question": "It's the type of military parade step seen here", - "value": "$800", - "answer": "goose step", - "round": "Double Jeopardy!", - "show_number": "5126", - "fullAnswer": "a goose step" - }, { "category": "'ALLO, GOVERNOR", "air_date": "2006-12-18", @@ -1606459,16 +1526349,6 @@ "show_number": "5126", "fullAnswer": "epilogue" }, - { - "category": "THE KING IS DEAD", - "air_date": "2006-12-18", - "question": "(Cheryl of the Clue Crew reports on a Grecian urned) It was from the Acropolis that this king. believing his son dead, supposedly threw himself in the sea named for him", - "value": "$2000", - "answer": "Aegeus", - "round": "Double Jeopardy!", - "show_number": "5126", - "fullAnswer": "Aegeus" - }, { "category": "LONG LIVE THE KING", "air_date": "2006-12-18", @@ -1606599,16 +1526479,6 @@ "show_number": "6210", "fullAnswer": "10,560" }, - { - "category": "SOUNDS KINDA \"IFF\"-Y", - "air_date": "2011-09-23", - "question": "Fashionably bared area seen here", - "value": "$400", - "answer": "midriff", - "round": "Jeopardy!", - "show_number": "6210", - "fullAnswer": "a midriff" - }, { "category": "INAUGURAL ADDRESSES", "air_date": "2011-09-23", @@ -1607069,16 +1526939,6 @@ "show_number": "6210", "fullAnswer": "the helm" }, - { - "category": "PAINT IN OILS", - "air_date": "2011-09-23", - "question": "Rembrandt used the other end of a brush to depict curls, a technique called scraffito, from the Italian for this action", - "value": "$2000", - "answer": "scratching", - "round": "Double Jeopardy!", - "show_number": "6210", - "fullAnswer": "scratching" - }, { "category": "ANIMAL ADJECTIVES", "air_date": "2011-09-23", @@ -1607099,16 +1526959,6 @@ "show_number": "6210", "fullAnswer": "Hershey" }, - { - "category": "THE NIXON LIBRARY", - "air_date": "2005-05-17", - "question": "(Sarah of the Clue Crew reports from the Nixon Library & Birthplace in Yorba Linda, CA.) In 1970 this man dropped in at the White House, gave Nixon this gun & bullets, & asked to become a federal drug agent", - "value": "$200", - "answer": "Elvis Presley", - "round": "Jeopardy!", - "show_number": "4777", - "fullAnswer": "Elvis Presley" - }, { "category": "MOVIE: ____ IN THE ____", "air_date": "2005-05-17", @@ -1607149,26 +1526999,6 @@ "show_number": "4777", "fullAnswer": "Old Spice" }, - { - "category": "IN THE \"GN\"OW", - "air_date": "2005-05-17", - "question": "Start spreading these critters around", - "value": "$200", - "answer": "gnus", - "round": "Jeopardy!", - "show_number": "4777", - "fullAnswer": "gnus" - }, - { - "category": "THE NIXON LIBRARY", - "air_date": "2005-05-17", - "question": "(Sarah of the Clue Crew poses with a green telephone in the Nixon Library.) In 1969, Nixon used this phone on what he called the most historic phone call ever made with these 2 men", - "value": "$400", - "answer": "Aldrin", - "round": "Jeopardy!", - "show_number": "4777", - "fullAnswer": "(Neil) Armstrong & (Buzz) Aldrin" - }, { "category": "MOVIE: ____ IN THE ____", "air_date": "2005-05-17", @@ -1607199,16 +1527029,6 @@ "show_number": "4777", "fullAnswer": "a daguerreotype" }, - { - "category": "LOGOS & TRADEMARKS", - "air_date": "2005-05-17", - "question": "In 2003, this food brand unveiled its redesigned logo seen here", - "value": "$400", - "answer": "Chicken of the Sea", - "round": "Jeopardy!", - "show_number": "4777", - "fullAnswer": "Chicken of the Sea" - }, { "category": "IN THE \"GN\"OW", "air_date": "2005-05-17", @@ -1607249,16 +1527069,6 @@ "show_number": "4777", "fullAnswer": "prostate" }, - { - "category": "COLLECTIBLES", - "air_date": "2005-05-17", - "question": "Designed in 1936, it makes holidays & other days special for collectors", - "value": "$600", - "answer": "Fiestaware", - "round": "Jeopardy!", - "show_number": "4777", - "fullAnswer": "Fiestaware" - }, { "category": "LOGOS & TRADEMARKS", "air_date": "2005-05-17", @@ -1607269,26 +1527079,6 @@ "show_number": "4777", "fullAnswer": "Pocket Books" }, - { - "category": "IN THE \"GN\"OW", - "air_date": "2005-05-17", - "question": "Carb-filled favorites served here", - "value": "$600", - "answer": "gnocchi", - "round": "Jeopardy!", - "show_number": "4777", - "fullAnswer": "gnocchi" - }, - { - "category": "THE NIXON LIBRARY", - "air_date": "2005-05-17", - "question": "(Sarah of the Clue Crew reads the clue from the Nixon Library & Birthplace in Yorba Linda, CA.) The library has a replica of this room that hosted Nixon's daughter's wedding reception & his farewell to his staff", - "value": "$800", - "answer": "East Room", - "round": "Jeopardy!", - "show_number": "4777", - "fullAnswer": "the East Room" - }, { "category": "MOVIE: ____ IN THE ____", "air_date": "2005-05-17", @@ -1607339,16 +1527129,6 @@ "show_number": "4777", "fullAnswer": "gnash & gnaw" }, - { - "category": "THE NIXON LIBRARY", - "air_date": "2005-05-17", - "question": "(Jimmy of the Clue Crew points out the bust of a world leader in the Nixon Library & Birthplace in Yorba Linda, CA.) World leaders at the library include this premier who greeted Nixon on his historic arrival in China", - "value": "$1000", - "answer": "Zhou Enlai", - "round": "Jeopardy!", - "show_number": "4777", - "fullAnswer": "Zhou Enlai" - }, { "category": "MOVIE: ____ IN THE ____", "air_date": "2005-05-17", @@ -1607379,26 +1527159,6 @@ "show_number": "4777", "fullAnswer": "Orrefors" }, - { - "category": "LOGOS & TRADEMARKS", - "air_date": "2005-05-17", - "question": "Dive into life with sportswear made by this company whose logo is seen here", - "value": "$1000", - "answer": "Jantzen", - "round": "Jeopardy!", - "show_number": "4777", - "fullAnswer": "Jantzen" - }, - { - "category": "IN THE \"GN\"OW", - "air_date": "2005-05-17", - "question": "The bands seen here are typical of this", - "value": "$1000", - "answer": "gneiss", - "round": "Jeopardy!", - "show_number": "4777", - "fullAnswer": "gneiss" - }, { "category": "WORLD HISTORY", "air_date": "2005-05-17", @@ -1607434,7 +1527194,7 @@ "air_date": "2005-05-17", "question": "Eliza crossing the frozen Ohio River barefoot is a memorable moment in this novel", "value": "$400", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Double Jeopardy!", "show_number": "4777", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -1607709,16 +1527469,6 @@ "show_number": "4777", "fullAnswer": "The customer is always right" }, - { - "category": "NAME THAT AUTHOR", - "air_date": "2005-02-14", - "question": "Mathew Brady took the photo seen here of this author & West Point dropout", - "value": "$200", - "answer": "Edgar Allan Poe", - "round": "Jeopardy!", - "show_number": "4711", - "fullAnswer": "Edgar Allan Poe" - }, { "category": "HALL OF FAMER BY POSITION", "air_date": "2005-02-14", @@ -1607769,16 +1527519,6 @@ "show_number": "4711", "fullAnswer": "secretary-general" }, - { - "category": "NAME THAT AUTHOR", - "air_date": "2005-02-14", - "question": "Pioneering Nebraska novelist seen here in 1915", - "value": "$400", - "answer": "Willa Cather", - "round": "Jeopardy!", - "show_number": "4711", - "fullAnswer": "Willa Cather" - }, { "category": "HALL OF FAMER BY POSITION", "air_date": "2005-02-14", @@ -1607829,16 +1527569,6 @@ "show_number": "4711", "fullAnswer": "Iraq" }, - { - "category": "NAME THAT AUTHOR", - "air_date": "2005-02-14", - "question": "Called one of the greatest practitioners of the historical novel, he was born in Edinburgh", - "value": "$600", - "answer": "Walter Scott", - "round": "Jeopardy!", - "show_number": "4711", - "fullAnswer": "Walter Scott" - }, { "category": "HALL OF FAMER BY POSITION", "air_date": "2005-02-14", @@ -1607859,16 +1527589,6 @@ "show_number": "4711", "fullAnswer": "Blockbuster" }, - { - "category": "WHAT WOULD YOU LIKE TO DRINK?", - "air_date": "2005-02-14", - "question": "It doesn't take breaking a world record to tell us this Irish brew is \"brilliant\"", - "value": "$600", - "answer": "Guinness", - "round": "Jeopardy!", - "show_number": "4711", - "fullAnswer": "Guinness" - }, { "category": "PERHAPS SOME \"TEA\"", "air_date": "2005-02-14", @@ -1607889,16 +1527609,6 @@ "show_number": "4711", "fullAnswer": "Stanford" }, - { - "category": "NAME THAT AUTHOR", - "air_date": "2005-02-14", - "question": "This British author seen here first \"Bloom\"ed in 1882", - "value": "$800", - "answer": "Virginia Woolf", - "round": "Jeopardy!", - "show_number": "4711", - "fullAnswer": "Virginia Woolf" - }, { "category": "HALL OF FAMER BY POSITION", "air_date": "2005-02-14", @@ -1607949,16 +1527659,6 @@ "show_number": "4711", "fullAnswer": "the World Health Organization" }, - { - "category": "NAME THAT AUTHOR", - "air_date": "2005-02-14", - "question": "Seen here in 1976, this playwright served prison time for his dissident views", - "value": "$1000", - "answer": "Havel", - "round": "Jeopardy!", - "show_number": "4711", - "fullAnswer": "(Vaclav) Havel" - }, { "category": "HALL OF FAMER BY POSITION", "air_date": "2005-02-14", @@ -1608114,21 +1527814,11 @@ "air_date": "2005-02-14", "question": "ACM, the Association for Computing Machinery, dates back to this decade when ENIAC came on line", "value": "$800", - "answer": "\\'40s", + "answer": "'40s", "round": "Double Jeopardy!", "show_number": "4711", "fullAnswer": "the \\'40s" }, - { - "category": "IT'S GREEK TO ME", - "air_date": "2005-02-14", - "question": "(Cheryl of the Clue Crew stands by a small belfry overlooking the sea at Santorini, Greece.) Historian Herodotus said the island of Santorini was once called \"Kalliste\" meaning the utmost in this quality", - "value": "$800", - "answer": "beauty", - "round": "Double Jeopardy!", - "show_number": "4711", - "fullAnswer": "beauty" - }, { "category": "PHILOSOPHY", "air_date": "2005-02-14", @@ -1608239,16 +1527929,6 @@ "show_number": "4711", "fullAnswer": "Artificial Intelligence" }, - { - "category": "IT'S GREEK TO ME", - "air_date": "2005-02-14", - "question": "(Cheryl of the Clue Crew stands by a stone wheel in Naxos, Greece.) Related for the English \"to bear\", \"pherein\" gave us the name of this traditional container to bear oil", - "value": "$1600", - "answer": "amphora", - "round": "Double Jeopardy!", - "show_number": "4711", - "fullAnswer": "an amphora" - }, { "category": "PHILOSOPHY", "air_date": "2005-02-14", @@ -1608359,16 +1528039,6 @@ "show_number": "3246", "fullAnswer": "Syracuse" }, - { - "category": "KING KRAZY", - "air_date": "1998-10-19", - "question": "This multi-decade movie star is Skull Island's favorite son", - "value": "$100", - "answer": "King Kong", - "round": "Jeopardy!", - "show_number": "3246", - "fullAnswer": "King Kong" - }, { "category": "\"QUEEN\" FOR A DAY", "air_date": "1998-10-19", @@ -1608419,16 +1528089,6 @@ "show_number": "3246", "fullAnswer": "Ogden" }, - { - "category": "KING KRAZY", - "air_date": "1998-10-19", - "question": "As his many ex-wives could tell you, he's the \"live wire\" seen here", - "value": "$200", - "answer": "Larry King", - "round": "Jeopardy!", - "show_number": "3246", - "fullAnswer": "Larry King" - }, { "category": "\"QUEEN\" FOR A DAY", "air_date": "1998-10-19", @@ -1608479,16 +1528139,6 @@ "show_number": "3246", "fullAnswer": "Saint Louis" }, - { - "category": "KING KRAZY", - "air_date": "1998-10-19", - "question": "Fierce \"royal\" ready to strike here", - "value": "$300", - "answer": "king cobra", - "round": "Jeopardy!", - "show_number": "3246", - "fullAnswer": "a king cobra" - }, { "category": "\"QUEEN\" FOR A DAY", "air_date": "1998-10-19", @@ -1608539,16 +1528189,6 @@ "show_number": "3246", "fullAnswer": "El Paso" }, - { - "category": "KING KRAZY", - "air_date": "1998-10-19", - "question": "Clergyman seen here in 1956", - "value": "$400", - "answer": "Martin Luther King", - "round": "Jeopardy!", - "show_number": "3246", - "fullAnswer": "Martin Luther King" - }, { "category": "\"QUEEN\" FOR A DAY", "air_date": "1998-10-19", @@ -1608599,16 +1528239,6 @@ "show_number": "3246", "fullAnswer": "Plains" }, - { - "category": "KING KRAZY", - "air_date": "1998-10-19", - "question": "The \"belted\" type of this beauty is seen here", - "value": "$500", - "answer": "kingfisher", - "round": "Jeopardy!", - "show_number": "3246", - "fullAnswer": "a kingfisher" - }, { "category": "\"QUEEN\" FOR A DAY", "air_date": "1998-10-19", @@ -1609854,7 +1529484,7 @@ "air_date": "2000-06-09", "question": "1992:
\"You'll Laugh, You'll Cry, You'll Hurl.\"", "value": "$200", - "answer": "Wayne\\'s World", + "answer": "Wayne's World", "round": "Double Jeopardy!", "show_number": "3645", "fullAnswer": "Wayne\\'s World" @@ -1610264,7 +1529894,7 @@ "air_date": "2000-10-27", "question": "(Hi, y'all, we're the Dixie Chicks.) In 1999 we hosted the most lucrative concert ever for this children's research hospital in Memphis", "value": "$300", - "answer": "St. Jude\\'s", + "answer": "St. Jude's", "round": "Jeopardy!", "show_number": "3715", "fullAnswer": "St. Jude\\'s" @@ -1610954,7 +1530584,7 @@ "air_date": "1990-05-18", "question": "Pepys reported his wife & her friends played this game known as \"Blind Fly\" in Italy & \"Blind Buck\" in Sweden", "value": "$400", - "answer": "Blind Man\\'s Bluff", + "answer": "Blind Man's Bluff", "round": "Jeopardy!", "show_number": "1330", "fullAnswer": "Blind Man\\'s Bluff" @@ -1611479,16 +1531109,6 @@ "show_number": "5036", "fullAnswer": "small fry" }, - { - "category": "BIBLICAL PEOPLE", - "air_date": "2006-07-03", - "question": "(Jimmy of the Clue Crew reports from a vineyard.) The first Biblical man who plants a specific crop, in Genesis he planted a vineyard & promptly drank too much wine", - "value": "$600", - "answer": "Noah", - "round": "Jeopardy!", - "show_number": "5036", - "fullAnswer": "Noah" - }, { "category": "SEANs, SHAWNs & SHAUNs", "air_date": "2006-07-03", @@ -1611589,16 +1531209,6 @@ "show_number": "5036", "fullAnswer": "Emily" }, - { - "category": "\"SMALL\" TIME", - "air_date": "2006-07-03", - "question": "(Sarah of the Clue Crew holds up a world map.) The alliterative, somewhat counterintuitive term for a map of a large area at 1 to more than 1 million", - "value": "$800", - "answer": "small scale", - "round": "Jeopardy!", - "show_number": "5036", - "fullAnswer": "small scale" - }, { "category": "BIBLICAL PEOPLE", "air_date": "2006-07-03", @@ -1611729,16 +1531339,6 @@ "show_number": "5036", "fullAnswer": "a python" }, - { - "category": "WE LOVE BROADWAY", - "air_date": "2006-07-03", - "question": "(Jimmy of the Clue Crew is upstaged by a chandelier in the Majestic Theatre in New York.) A real accident at the Paris Opera House in 1896 inspired the famous falling chandelier in this musical", - "value": "$800", - "answer": "Phantom of the Opera", - "round": "Double Jeopardy!", - "show_number": "5036", - "fullAnswer": "Phantom of the Opera" - }, { "category": "VICE PRESIDENTIAL MONOGRAMS", "air_date": "2006-07-03", @@ -1612059,16 +1531659,6 @@ "show_number": "4655", "fullAnswer": "Florence Nightingale" }, - { - "category": "NAME THE DECADE", - "air_date": "2004-11-26", - "question": "(Al Franken reads.) Chernobyl, Iran-Contra & Flock of Seagulls haircuts weren't exactly what I had in mind when I named this decade after me...

\"Al Franken\"", - "value": "$400", - "answer": "1980s", - "round": "Jeopardy!", - "show_number": "4655", - "fullAnswer": "the 1980s" - }, { "category": "FRAIDY CAT", "air_date": "2004-11-26", @@ -1612319,16 +1531909,6 @@ "show_number": "4655", "fullAnswer": "John F. Kennedy" }, - { - "category": "MUSICAL IDIOMS", - "air_date": "2004-11-26", - "question": "It's the action heard here; someone talking in fantasies is said to be doing it", - "value": "$400", - "answer": "whistling Dixie", - "round": "Double Jeopardy!", - "show_number": "4655", - "fullAnswer": "whistling \"Dixie\"" - }, { "category": "ART HISTORY", "air_date": "2004-11-26", @@ -1612389,22 +1531969,12 @@ "show_number": "4655", "fullAnswer": "the piper" }, - { - "category": "ART HISTORY", - "air_date": "2004-11-26", - "question": "The frolicsome painting seen here dates from this century", - "value": "$1200", - "answer": "18th", - "round": "Double Jeopardy!", - "show_number": "4655", - "fullAnswer": "the 18th" - }, { "category": "& JOAN RIVERS RUNS THROUGH IT", "air_date": "2004-11-26", "question": "Joan voiced Julie, Bruce Willis' new baby sister, in this 1989 comedy", "value": "$1200", - "answer": "Look Who\\'s Talking", + "answer": "Look Who's Talking", "round": "Double Jeopardy!", "show_number": "4655", "fullAnswer": "Look Who\\'s Talking" @@ -1612439,16 +1532009,6 @@ "show_number": "4655", "fullAnswer": "Jack Kemp" }, - { - "category": "MUSICAL IDIOMS", - "air_date": "2004-11-26", - "question": "This expression for what's being done here is found in Psalm 9

\"You are magnificent, you're marvelous, you're triumphant, and you're grand...\"", - "value": "$1200", - "answer": "singing his praises", - "round": "Double Jeopardy!", - "show_number": "4655", - "fullAnswer": "singing his praises" - }, { "category": "ART HISTORY", "air_date": "2004-11-26", @@ -1612474,7 +1532034,7 @@ "air_date": "2004-11-26", "question": "In this fairy tale, Snug doesn't get the lion's share of lines, but he does get the lion's lines", "value": "$1600", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "4655", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -1612509,16 +1532069,6 @@ "show_number": "4655", "fullAnswer": "a false note" }, - { - "category": "ART HISTORY", - "air_date": "2004-11-26", - "question": "Georges de la Tour mastered candlelight in the type of painting called this, also a musical term", - "value": "$2000", - "answer": "Nocturne", - "round": "Double Jeopardy!", - "show_number": "4655", - "fullAnswer": "Nocturne" - }, { "category": "& JOAN RIVERS RUNS THROUGH IT", "air_date": "2004-11-26", @@ -1612694,7 +1532244,7 @@ "air_date": "1999-11-30", "question": "This hit song reached No. 2 twice, by Bobby Day in 1958 & by Michael Jackson in 1972", "value": "$200", - "answer": "Rockin\\' Robin", + "answer": "Rockin' Robin", "round": "Jeopardy!", "show_number": "3507", "fullAnswer": "\"Rockin\\' Robin\"" @@ -1613159,16 +1532709,6 @@ "show_number": "3507", "fullAnswer": "Mel Torme" }, - { - "category": "WONDERS OF THE MIDWEST", - "air_date": "2009-04-21", - "question": "Spring Grove, Illinois claims the world's largest corn this, seen here", - "value": "$200", - "answer": "corn maze", - "round": "Jeopardy!", - "show_number": "5677", - "fullAnswer": "a corn maze" - }, { "category": "TV'S GONE BUT NOT FORGOTTEN", "air_date": "2009-04-21", @@ -1613279,16 +1532819,6 @@ "show_number": "5677", "fullAnswer": "doomsday" }, - { - "category": "WONDERS OF THE MIDWEST", - "air_date": "2009-04-21", - "question": "Springfield, Missouri has America's only tram ride through a real one of these", - "value": "$600", - "answer": "cavern", - "round": "Jeopardy!", - "show_number": "5677", - "fullAnswer": "a cavern" - }, { "category": "TV'S GONE BUT NOT FORGOTTEN", "air_date": "2009-04-21", @@ -1613399,16 +1532929,6 @@ "show_number": "5677", "fullAnswer": "Brigadoon" }, - { - "category": "WONDERS OF THE MIDWEST", - "air_date": "2009-04-21", - "question": "(Jon of the Clue Crew reports from a giant apple basket.) Attractions in this midwest state include a giant rubber stamp, a giant cuckoo clock, & the almost-30-ft-high Longaberger apple basket", - "value": "$1000", - "answer": "Ohio", - "round": "Jeopardy!", - "show_number": "5677", - "fullAnswer": "Ohio" - }, { "category": "TV'S GONE BUT NOT FORGOTTEN", "air_date": "2009-04-21", @@ -1613449,16 +1532969,6 @@ "show_number": "5677", "fullAnswer": "sapphire" }, - { - "category": "YABBA DABBA \"DOO\"!", - "air_date": "2009-04-21", - "question": "It's the musical instrument being played here", - "value": "$1000", - "answer": "didgeridoo", - "round": "Jeopardy!", - "show_number": "5677", - "fullAnswer": "didgeridoo" - }, { "category": "OTHER FAMOUS CANADIANS", "air_date": "2009-04-21", @@ -1613489,16 +1532999,6 @@ "show_number": "5677", "fullAnswer": "Sarajevo" }, - { - "category": "ACRONYM EYE CHART", - "air_date": "2009-04-21", - "question": "Do get this organization founded in 1980 & get even", - "value": "$400", - "answer": "Mothers Against Drunk Driving", - "round": "Double Jeopardy!", - "show_number": "5677", - "fullAnswer": "Mothers Against Drunk Driving" - }, { "category": "MUSIC APPRECIATION", "air_date": "2009-04-21", @@ -1613539,26 +1533039,6 @@ "show_number": "5677", "fullAnswer": "Chicago" }, - { - "category": "THE NEW YORK TIMES PULITZER WINNERS", - "air_date": "2009-04-21", - "question": "(I'm Nicholas Kristof) In 2006 I won a Pulitzer Prize for commentary that raised public awareness of the genocide in this region of Sudan", - "value": "$800", - "answer": "Darfur", - "round": "Double Jeopardy!", - "show_number": "5677", - "fullAnswer": "Darfur" - }, - { - "category": "ACRONYM EYE CHART", - "air_date": "2009-04-21", - "question": "This 1994 pact, better now, or now?", - "value": "$800", - "answer": "North American Free Trade Agreement", - "round": "Double Jeopardy!", - "show_number": "5677", - "fullAnswer": "North American Free Trade Agreement" - }, { "category": "MUSIC APPRECIATION", "air_date": "2009-04-21", @@ -1613609,16 +1533089,6 @@ "show_number": "5677", "fullAnswer": "Imam" }, - { - "category": "ACRONYM EYE CHART", - "air_date": "2009-04-21", - "question": "This government agency to the rescue", - "value": "$1200", - "answer": "Federal Emergency Management Agency", - "round": "Double Jeopardy!", - "show_number": "5677", - "fullAnswer": "the Federal Emergency Management Agency" - }, { "category": "MUSIC APPRECIATION", "air_date": "2009-04-21", @@ -1613659,26 +1533129,6 @@ "show_number": "5677", "fullAnswer": "America" }, - { - "category": "THE NEW YORK TIMES PULITZER WINNERS", - "air_date": "2009-04-21", - "question": "(I'm Maureen Dowd.) In my Pulitzer-winning commentary on the Clinton scandals, I wrote that this prosecutor was playing Captains Ahab & Queeg in pursuit of the president", - "value": "$1600", - "answer": "Starr", - "round": "Double Jeopardy!", - "show_number": "5677", - "fullAnswer": "(Kenneth) Starr" - }, - { - "category": "ACRONYM EYE CHART", - "air_date": "2009-04-21", - "question": "In 1960, Iraq co-founded this association", - "value": "$1600", - "answer": "Organization of Petroleum Exporting Countries", - "round": "Double Jeopardy!", - "show_number": "5677", - "fullAnswer": "the Organization of Petroleum Exporting Countries" - }, { "category": "MUSIC APPRECIATION", "air_date": "2009-04-21", @@ -1613724,21 +1533174,11 @@ "air_date": "2009-04-21", "question": "Anthony Lewis won in 1963 for supreme court coverage & wrote this book about the Clarence Gideon case", "value": "$2000", - "answer": "Gideon\\'s Trumpet", + "answer": "Gideon's Trumpet", "round": "Double Jeopardy!", "show_number": "5677", "fullAnswer": "Gideon\\'s Trumpet" }, - { - "category": "ACRONYM EYE CHART", - "air_date": "2009-04-21", - "question": "This labor organization should be coming into focus", - "value": "$2000", - "answer": "Service Employees International Union", - "round": "Double Jeopardy!", - "show_number": "5677", - "fullAnswer": "the Service Employees International Union" - }, { "category": "MUSIC APPRECIATION", "air_date": "2009-04-21", @@ -1613919,26 +1533359,6 @@ "show_number": "4620", "fullAnswer": "the Bering Sea" }, - { - "category": "SPANIARDS", - "air_date": "2004-10-08", - "question": "(Sofia of the Clue Crew delivers the clue from Toledo, Spain.) This great Spanish writer was a soldier, slave & tax collector before publishing his most famous work", - "value": "$600", - "answer": "Cervantes", - "round": "Jeopardy!", - "show_number": "4620", - "fullAnswer": "Cervantes" - }, - { - "category": "ACTORS & ACTRESSES", - "air_date": "2004-10-08", - "question": "His many roles have ranged from villain to Jesus", - "value": "$600", - "answer": "Willem Dafoe", - "round": "Jeopardy!", - "show_number": "4620", - "fullAnswer": "Willem Dafoe" - }, { "category": "GONE FISHIN'", "air_date": "2004-10-08", @@ -1614189,16 +1533609,6 @@ "show_number": "4620", "fullAnswer": "the passion fruit" }, - { - "category": "1920s AMERICA", - "air_date": "2004-10-08", - "question": "Like audiences today, 1920s filmgoers roared at the antics of this comedian seen here", - "value": "$1200", - "answer": "Buster Keaton", - "round": "Double Jeopardy!", - "show_number": "4620", - "fullAnswer": "Buster Keaton" - }, { "category": "\"Y\"s GUYS", "air_date": "2004-10-08", @@ -1614214,7 +1533624,7 @@ "air_date": "2004-10-08", "question": "You can get really close to Brad Pitt at the Vegas version of this world-famous wax museum", "value": "$1200", - "answer": "Madame Tussaud\\'s", + "answer": "Madame Tussaud's", "round": "Double Jeopardy!", "show_number": "4620", "fullAnswer": "Madame Tussaud\\'s" @@ -1614329,16 +1533739,6 @@ "show_number": "4620", "fullAnswer": "Yamamoto" }, - { - "category": "IT'S VEGAS, BABY!", - "air_date": "2004-10-08", - "question": "Shark Reef, seen here, is a jaw-dropping attraction at this hotel-casino, whose name makes us think of Burma", - "value": "$2000", - "answer": "Mandalay Bay", - "round": "Double Jeopardy!", - "show_number": "4620", - "fullAnswer": "Mandalay Bay" - }, { "category": "FLY ME TO THE MOON", "air_date": "2004-10-08", @@ -1614379,16 +1533779,6 @@ "show_number": "4620", "fullAnswer": "Johannes Kepler" }, - { - "category": "SECRETARY OF STATE HILLARY CLINTON", - "air_date": "2009-10-05", - "question": "(Madam Secretary Hillary Clinton delivers the clue.) In my first address to the State Department, I said U.S. foreign policy stands on 3 legs: defense, development & this one for which State is responsible", - "value": "$200", - "answer": "diplomacy", - "round": "Jeopardy!", - "show_number": "5761", - "fullAnswer": "diplomacy" - }, { "category": "REAL PEOPLE IN BEATLES SONGS", "air_date": "2009-10-05", @@ -1614439,16 +1533829,6 @@ "show_number": "5761", "fullAnswer": "Hayes haze" }, - { - "category": "SECRETARY OF STATE HILLARY CLINTON", - "air_date": "2009-10-05", - "question": "(Madam Secretary Hillary Clinton delivers the clue.) In March 2009 I got the chance to meet with a female counterpart, Foreign Secretary Patricia Espinosa, when I visited this country", - "value": "$400", - "answer": "Mexico", - "round": "Jeopardy!", - "show_number": "5761", - "fullAnswer": "Mexico" - }, { "category": "REAL PEOPLE IN BEATLES SONGS", "air_date": "2009-10-05", @@ -1614464,7 +1533844,7 @@ "air_date": "2009-10-05", "question": "Novel that says, \"Eliza made her desperate retreat across the river just in the dusk of twilight\"", "value": "$400", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Jeopardy!", "show_number": "5761", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -1614499,16 +1533879,6 @@ "show_number": "5761", "fullAnswer": "an ark arc" }, - { - "category": "SECRETARY OF STATE HILLARY CLINTON", - "air_date": "2009-10-05", - "question": "(Madam Secretary Hillary Clinton delivers the clue.) In 1781, the State Department's precursor, the Department of Foreign Affairs, was established for the purpose of \"friendly correspondence\" with other nations by this legislature", - "value": "$600", - "answer": "2nd Continental Congress", - "round": "Jeopardy!", - "show_number": "5761", - "fullAnswer": "the 2nd Continental Congress" - }, { "category": "REAL PEOPLE IN BEATLES SONGS", "air_date": "2009-10-05", @@ -1614559,16 +1533929,6 @@ "show_number": "5761", "fullAnswer": "a plain plane" }, - { - "category": "SECRETARY OF STATE HILLARY CLINTON", - "air_date": "2009-10-05", - "question": "(Madam Secretary Hillary Clinton delivers the clue.) After the 1995 Conference on Women, I co-founded Vital Voices, a non-governmental organization that promotes female leadership, along with this first female Secretary of State", - "value": "$800", - "answer": "Madeleine Albright", - "round": "Jeopardy!", - "show_number": "5761", - "fullAnswer": "Madeleine Albright" - }, { "category": "REAL PEOPLE IN BEATLES SONGS", "air_date": "2009-10-05", @@ -1614619,16 +1533979,6 @@ "show_number": "5761", "fullAnswer": "stationary stationery" }, - { - "category": "SECRETARY OF STATE HILLARY CLINTON", - "air_date": "2009-10-05", - "question": "(Madam Secretary Hillary Clinton delivers the clue.) The State Department is responsible for treaties, & one of the most important is this one that helps control the spread of nuclear arms, NPT for short", - "value": "$1000", - "answer": "Non-Proliferation Treaty", - "round": "Jeopardy!", - "show_number": "5761", - "fullAnswer": "the Non-Proliferation Treaty" - }, { "category": "REAL PEOPLE IN BEATLES SONGS", "air_date": "2009-10-05", @@ -1614884,21 +1534234,11 @@ "air_date": "2009-10-05", "question": "The name of this classic scent from Nina Ricci is French for \"the air of time\"", "value": "$1600", - "answer": "L\\'Air du Temps", + "answer": "L'Air du Temps", "round": "Double Jeopardy!", "show_number": "5761", "fullAnswer": "L\\'Air du Temps" }, - { - "category": "SEA YA", - "air_date": "2009-10-05", - "question": "(Jimmy of the Clue Crew reports from the Maeslant Storm Surge Barrier in the Netherlands.) Projects like the Maeslant Storm Surge Barrier with its 800-foot doors prevent inundation of the Western or Low Netherlands by this sea", - "value": "$1600", - "answer": "North Sea", - "round": "Double Jeopardy!", - "show_number": "5761", - "fullAnswer": "the North Sea" - }, { "category": "\"GRIN\"", "air_date": "2009-10-05", @@ -1614989,16 +1534329,6 @@ "show_number": "5761", "fullAnswer": "Mount Rushmore" }, - { - "category": "CLASSY CLASSICAL CLASSICS", - "air_date": "2006-05-23", - "question": "Germane to your answer is this German, credited with making good use of his organ in the work heard here", - "value": "$200", - "answer": "Johann Sebastian Bach", - "round": "Jeopardy!", - "show_number": "5007", - "fullAnswer": "Johann Sebastian Bach" - }, { "category": "ROBIN WILLIAMS MOVIES", "air_date": "2006-05-23", @@ -1615049,16 +1534379,6 @@ "show_number": "5007", "fullAnswer": "breaking & entering" }, - { - "category": "CLASSY CLASSICAL CLASSICS", - "air_date": "2006-05-23", - "question": "3-word title of the celebratory composition heard here", - "value": "$400", - "answer": "Pomp And Circumstance", - "round": "Jeopardy!", - "show_number": "5007", - "fullAnswer": "\"Pomp And Circumstance\"" - }, { "category": "ROBIN WILLIAMS MOVIES", "air_date": "2006-05-23", @@ -1615109,16 +1534429,6 @@ "show_number": "5007", "fullAnswer": "consciousness" }, - { - "category": "CLASSY CLASSICAL CLASSICS", - "air_date": "2006-05-23", - "question": "You're \"rite\" on the money if you know the controversial music heard here is by this composer", - "value": "$600", - "answer": "Stravinsky", - "round": "Jeopardy!", - "show_number": "5007", - "fullAnswer": "Stravinsky" - }, { "category": "ROBIN WILLIAMS MOVIES", "air_date": "2006-05-23", @@ -1615159,26 +1534469,6 @@ "show_number": "5007", "fullAnswer": "dirigibles" }, - { - "category": "ABBREV.", - "air_date": "2006-05-23", - "question": "(Jon of the Clue Crew reads while paddling a kayak.) In any small watercraft, don't leave shore without a PFD, short for this", - "value": "$600", - "answer": "personal flotation device", - "round": "Jeopardy!", - "show_number": "5007", - "fullAnswer": "a personal flotation device" - }, - { - "category": "CLASSY CLASSICAL CLASSICS", - "air_date": "2006-05-23", - "question": "Taken from one of his sonatas, the \"Turkish\" music heard here is by this composer", - "value": "$800", - "answer": "Mozart", - "round": "Jeopardy!", - "show_number": "5007", - "fullAnswer": "Mozart" - }, { "category": "ROBIN WILLIAMS MOVIES", "air_date": "2006-05-23", @@ -1615229,16 +1534519,6 @@ "show_number": "5007", "fullAnswer": "black" }, - { - "category": "CLASSY CLASSICAL CLASSICS", - "air_date": "2006-05-23", - "question": "Yee-haw! It's the Copland ballet heard here", - "value": "$1000", - "answer": "Rodeo", - "round": "Jeopardy!", - "show_number": "5007", - "fullAnswer": "Rodeo" - }, { "category": "ROBIN WILLIAMS MOVIES", "air_date": "2006-05-23", @@ -1615264,7 +1534544,7 @@ "air_date": "2006-05-23", "question": "An African country of over 120,000 square miles gets this French name from the product of its early trade", "value": "$1000", - "answer": "Cote d\\'Ivoire", + "answer": "Cote d'Ivoire", "round": "Jeopardy!", "show_number": "5007", "fullAnswer": "Cote d\\'Ivoire" @@ -1615279,22 +1534559,12 @@ "show_number": "5007", "fullAnswer": "Evel Knievel" }, - { - "category": "ABBREV.", - "air_date": "2006-05-23", - "question": "(Kelly of the Clue Crew shows on the monitor that the fractions 1/3 = 4/12 and 1/4 = 3/12.) For 1/3 & 1/4, 12 is the LCD--lowest common denominator; for 2, 3, 4 & 6, 12 is the LCM, short for this", - "value": "$1000", - "answer": "least common multiple", - "round": "Jeopardy!", - "show_number": "5007", - "fullAnswer": "least common multiple" - }, { "category": "FAMILY FEUD", "air_date": "2006-05-23", "question": "To Martha's horror, husband George \"kills\" their son in this Albee play (well, not really)", "value": "$400", - "answer": "Who\\'s Afraid of Virginia Woolf?", + "answer": "Who's Afraid of Virginia Woolf?", "round": "Double Jeopardy!", "show_number": "5007", "fullAnswer": "Who\\'s Afraid of Virginia Woolf?" @@ -1615394,7 +1534664,7 @@ "air_date": "2006-05-23", "question": "4 celebrity panelists try to determine the correct occupation of the contestant", "value": "$1200", - "answer": "What\\'s My Line?", + "answer": "What's My Line?", "round": "Double Jeopardy!", "show_number": "5007", "fullAnswer": "What\\'s My Line?" @@ -1615434,7 +1534704,7 @@ "air_date": "2006-05-23", "question": "In the 1860s this NYC store only sold hoop skirts; now you need a big brown bag for all the couture it sells", "value": "$1200", - "answer": "Bloomingdale\\'s", + "answer": "Bloomingdale's", "round": "Double Jeopardy!", "show_number": "5007", "fullAnswer": "Bloomingdale\\'s" @@ -1615669,16 +1534939,6 @@ "show_number": "5627", "fullAnswer": "Max" }, - { - "category": "SIZING IT UP", - "air_date": "2009-02-10", - "question": "(Jon of the Clue Crew reports from a piano showroom.) It's a piano, like these Steinways, sized for the smaller home--a piano weighs 100 pounds per foot in length, so they're still about 500 pounds", - "value": "$400", - "answer": "baby grand", - "round": "Jeopardy!", - "show_number": "5627", - "fullAnswer": "a baby grand" - }, { "category": "FROM A TO Y", "air_date": "2009-02-10", @@ -1615749,16 +1535009,6 @@ "show_number": "5627", "fullAnswer": "accuracy" }, - { - "category": "HAWAII", - "air_date": "2009-02-10", - "question": "(Vanna White reports from a helicopter.) (I'm on location with Wheel in Hawaii...) ...And flying over this, the world's largest active volcanic mass & the centerpiece of Hawaii Volcanoes National Park", - "value": "$800", - "answer": "Kilauea", - "round": "Jeopardy!", - "show_number": "5627", - "fullAnswer": "Kilauea" - }, { "category": "SUPERHERO CINEMA", "air_date": "2009-02-10", @@ -1615849,16 +1535099,6 @@ "show_number": "5627", "fullAnswer": "The Very Hungry Caterpillar" }, - { - "category": "SIZING IT UP", - "air_date": "2009-02-10", - "question": "Schnauzers come in miniature, standard & this size, seen here", - "value": "$1000", - "answer": "giant", - "round": "Jeopardy!", - "show_number": "5627", - "fullAnswer": "giant" - }, { "category": "FROM A TO Y", "air_date": "2009-02-10", @@ -1616109,16 +1535349,6 @@ "show_number": "5627", "fullAnswer": "\"In Memoriam\"" }, - { - "category": "THE 1930s", - "air_date": "2009-02-10", - "question": "(Kelly of the Clue Crew reports from Central Park in New York.) In the 1930s, before it was a lush, great lawn, an area of Central Park was home to displaced people's communities known as these, after a famous American", - "value": "$2000", - "answer": "Hoovervilles", - "round": "Double Jeopardy!", - "show_number": "5627", - "fullAnswer": "Hoovervilles" - }, { "category": "MISHEARD LYRICS", "air_date": "2009-02-10", @@ -1617164,7 +1536394,7 @@ "air_date": "2004-12-29", "question": "Subject of the lines in the first scene,
\"'Tis here!\"
\"'Tis here!\"
\"'Tis gone!\"", "value": "$800", - "answer": "Hamlet\\'s ghost", + "answer": "Hamlet's ghost", "round": "Double Jeopardy!", "show_number": "4678", "fullAnswer": "Hamlet\\'s ghost" @@ -1617289,16 +1536519,6 @@ "show_number": "4678", "fullAnswer": "bonus or onus" }, - { - "category": "\"S\"CIENCE", - "air_date": "2004-12-29", - "question": "Seen here is the characteristic chain arrangement of these bacteria", - "value": "$2000", - "answer": "streptococci", - "round": "Double Jeopardy!", - "show_number": "4678", - "fullAnswer": "streptococci" - }, { "category": "FILMS OF THE '50s", "air_date": "2004-12-29", @@ -1617334,7 +1536554,7 @@ "air_date": "2004-12-29", "question": "4-word quote that precedes & rhymes with \"Wherein I'll catch the conscience of the king\"", "value": "$2000", - "answer": "play\\'s the thing", + "answer": "play's the thing", "round": "Double Jeopardy!", "show_number": "4678", "fullAnswer": "The play\\'s the thing" @@ -1617419,16 +1536639,6 @@ "show_number": "4294", "fullAnswer": "Quayle" }, - { - "category": "ALL OVER EUROPE", - "air_date": "2003-04-10", - "question": "(Sarah of the Clue Crew, in London.) Tower Bridge was built in this century at a cost of over a million pounds; average annual income was 40 pounds.", - "value": "$400", - "answer": "19th century", - "round": "Jeopardy!", - "show_number": "4294", - "fullAnswer": "the 19th century" - }, { "category": "USED STUFF", "air_date": "2003-04-10", @@ -1617529,16 +1536739,6 @@ "show_number": "4294", "fullAnswer": "a chariot race" }, - { - "category": "RIGHT ON \"Q\"", - "air_date": "2003-04-10", - "question": "It's the geographic entity outlined here", - "value": "$600", - "answer": "Quebec", - "round": "Jeopardy!", - "show_number": "4294", - "fullAnswer": "Quebec" - }, { "category": "ALL OVER EUROPE", "air_date": "2003-04-10", @@ -1617584,7 +1536784,7 @@ "air_date": "2003-04-10", "question": "This daily chronicler of the fashion industry launched \"W\", a bi-weekly, in 1972", "value": "$800", - "answer": "Women\\'s Wear Daily", + "answer": "Women's Wear Daily", "round": "Jeopardy!", "show_number": "4294", "fullAnswer": "Women\\'s Wear Daily" @@ -1617659,26 +1536859,6 @@ "show_number": "4294", "fullAnswer": "quatorze" }, - { - "category": "\"R\"-TISTS", - "air_date": "2003-04-10", - "question": "A sculpture by this artist of the American West is seen here", - "value": "$400", - "answer": "Remington", - "round": "Double Jeopardy!", - "show_number": "4294", - "fullAnswer": "(Frederick) Remington" - }, - { - "category": "JUDGE HATCHETT", - "air_date": "2003-04-10", - "question": "(Here is the judge. She'll be giving us all the clues in this category.) In law libel is written defamation; this is oral", - "value": "$400", - "answer": "slander", - "round": "Double Jeopardy!", - "show_number": "4294", - "fullAnswer": "slander" - }, { "category": "TREES", "air_date": "2003-04-10", @@ -1617729,26 +1536909,6 @@ "show_number": "4294", "fullAnswer": "Sir Joshua Reynolds" }, - { - "category": "JUDGE HATCHETT", - "air_date": "2003-04-10", - "question": "(Hatchett reads the clue.) This certificate is a mandate of the court & comes in \"bench\" & \"search\" types", - "value": "$800", - "answer": "warrant", - "round": "Double Jeopardy!", - "show_number": "4294", - "fullAnswer": "warrant" - }, - { - "category": "TREES", - "air_date": "2003-04-10", - "question": "(Sarah of the Clue Crew reports from the Science Museum of Minnesota.) The Douglas fir, one of whose enormous trunks is seen here, belongs to this cone-bearing order of trees.", - "value": "$800", - "answer": "conifers", - "round": "Double Jeopardy!", - "show_number": "4294", - "fullAnswer": "conifers" - }, { "category": "NBA TEAMS IN OTHER WORDS", "air_date": "2003-04-10", @@ -1617789,16 +1536949,6 @@ "show_number": "4294", "fullAnswer": "Diego Rivera" }, - { - "category": "JUDGE HATCHETT", - "air_date": "2003-04-10", - "question": "(Hatchett reads the clue.) It's the questioning of a witness by the party opposed to the one that produced the witness", - "value": "$1200", - "answer": "cross-examination", - "round": "Double Jeopardy!", - "show_number": "4294", - "fullAnswer": "cross-examination" - }, { "category": "TREES", "air_date": "2003-04-10", @@ -1617849,16 +1536999,6 @@ "show_number": "4294", "fullAnswer": "Rothko" }, - { - "category": "JUDGE HATCHETT", - "air_date": "2003-04-10", - "question": "(Hatchett reads the clue.) If accepted, the \"circumstances\" can lower a degree of homicide to just manslaughter", - "value": "$1600", - "answer": "extenuating (or mitigating) circumstances", - "round": "Double Jeopardy!", - "show_number": "4294", - "fullAnswer": "extenuating (or mitigating) circumstances" - }, { "category": "TREES", "air_date": "2003-04-10", @@ -1617909,16 +1537049,6 @@ "show_number": "4294", "fullAnswer": "Henri Rousseau" }, - { - "category": "JUDGE HATCHETT", - "air_date": "2003-04-10", - "question": "(Judge Hatchett reads the clue.) A pre-trial device to find out what they've got on you; it's also the name of a space shuttle", - "value": "$2000", - "answer": "discovery", - "round": "Double Jeopardy!", - "show_number": "4294", - "fullAnswer": "discovery" - }, { "category": "TREES", "air_date": "2003-04-10", @@ -1618044,7 +1537174,7 @@ "air_date": "2010-03-23", "question": "In October of 1992 \"Saturday Night Live\" expected this singer to merely hold up a photo of a child; they were wrong", "value": "$400", - "answer": "Sinéad O\\'Connor", + "answer": "Sinéad O'Connor", "round": "Jeopardy!", "show_number": "5882", "fullAnswer": "Sinéad O\\'Connor" @@ -1618259,16 +1537389,6 @@ "show_number": "5882", "fullAnswer": "the Golf" }, - { - "category": "ON THE \"BALL\"", - "air_date": "2010-03-23", - "question": "Named for its habit of curling up, it's the snake seen here", - "value": "$1000", - "answer": "ball python", - "round": "Jeopardy!", - "show_number": "5882", - "fullAnswer": "ball python" - }, { "category": "BODIES OF WATER", "air_date": "2010-03-23", @@ -1618329,16 +1537449,6 @@ "show_number": "5882", "fullAnswer": "copper" }, - { - "category": "BODIES OF WATER", - "air_date": "2010-03-23", - "question": "(Jimmy of the Clue Crew stands in front of a map) In 1964, activity in this arm of the South China Sea led to increased U.S. troops in Vietnam", - "value": "$800", - "answer": "Gulf of Tonkin", - "round": "Double Jeopardy!", - "show_number": "5882", - "fullAnswer": "Gulf of Tonkin" - }, { "category": "MAKING OVERTURES", "air_date": "2010-03-23", @@ -1618399,16 +1537509,6 @@ "show_number": "5882", "fullAnswer": "Cortez" }, - { - "category": "MAKING OVERTURES", - "air_date": "2010-03-23", - "question": "One of this composer's classic opera overtures is heard here", - "value": "$1200", - "answer": "Mozart", - "round": "Double Jeopardy!", - "show_number": "5882", - "fullAnswer": "Mozart" - }, { "category": "LETTERS", "air_date": "2010-03-23", @@ -1618519,16 +1537619,6 @@ "show_number": "5882", "fullAnswer": "the Bay of Biscay" }, - { - "category": "MAKING OVERTURES", - "air_date": "2010-03-23", - "question": "This \"marital\" Smetana opera has the zesty overture heard here", - "value": "$2000", - "answer": "Bartered Bride", - "round": "Double Jeopardy!", - "show_number": "5882", - "fullAnswer": "The Bartered Bride" - }, { "category": "LETTERS", "air_date": "2010-03-23", @@ -1618559,16 +1537649,6 @@ "show_number": "5882", "fullAnswer": "Cape Fear" }, - { - "category": "HERE COME THE \"COP\"S", - "air_date": "2010-03-23", - "question": "A well-known example of this painter's work is seen here", - "value": "$2000", - "answer": "Copley", - "round": "Double Jeopardy!", - "show_number": "5882", - "fullAnswer": "(John Singleton) Copley" - }, { "category": "THE 50 STATES", "air_date": "2010-03-23", @@ -1618859,16 +1537939,6 @@ "show_number": "5233", "fullAnswer": "birthstone" }, - { - "category": "BOTANY", - "air_date": "2007-05-16", - "question": "This plant of the genus Ah-Ah-Ambrosia sheds pollen in great ah-ah-abundance", - "value": "$600", - "answer": "ragweed", - "round": "Jeopardy!", - "show_number": "5233", - "fullAnswer": "ragweed" - }, { "category": "FAMOUS NICKNAMES", "air_date": "2007-05-16", @@ -1618959,16 +1538029,6 @@ "show_number": "5233", "fullAnswer": "bluegrass" }, - { - "category": "BOTANY", - "air_date": "2007-05-16", - "question": "(Cheryl of the Clue Crew indicates a flower.) The color of a hydrangea's flowers can be determined by the level of this in the soil; above 6 for pink flowers, lower for blue", - "value": "$1000", - "answer": "acid", - "round": "Jeopardy!", - "show_number": "5233", - "fullAnswer": "acid" - }, { "category": "FAMOUS NICKNAMES", "air_date": "2007-05-16", @@ -1619034,7 +1538094,7 @@ "air_date": "2007-05-16", "question": "In this novella, \"Holly Golightly had been a tenant in the old brownstone\"", "value": "$400", - "answer": "Breakfast at Tiffany\\'s", + "answer": "Breakfast at Tiffany's", "round": "Double Jeopardy!", "show_number": "5233", "fullAnswer": "Breakfast at Tiffany\\'s" @@ -1619069,16 +1538129,6 @@ "show_number": "5233", "fullAnswer": "fodder" }, - { - "category": "2006 NEWS", - "air_date": "2007-05-16", - "question": "(Jon of the Clue Crew indicates the monitor.) The Democrats gained 6 of these, including a win in Massachusetts by Deval Patrick, the second African-American ever elected to one", - "value": "$800", - "answer": "gubernatorial seat", - "round": "Double Jeopardy!", - "show_number": "5233", - "fullAnswer": "the gubernatorial seat" - }, { "category": "THE DAN BAND", "air_date": "2007-05-16", @@ -1619094,7 +1538144,7 @@ "air_date": "2007-05-16", "question": "In this novel, one of the inhabitants of Brobdingnag is described as being \"as tall as an ordinary spire-steeple\"", "value": "$800", - "answer": "Gulliver\\'s Travels", + "answer": "Gulliver's Travels", "round": "Double Jeopardy!", "show_number": "5233", "fullAnswer": "Gulliver\\'s Travels" @@ -1619214,7 +1538264,7 @@ "air_date": "2007-05-16", "question": "Chapter 1 of it begins, \"'Camelot--Camelot,' said I to myself. 'I don't seem to remember hearing of it before'\"", "value": "$1600", - "answer": "Connecticut Yankee in King Arthur\\'s Court", + "answer": "Connecticut Yankee in King Arthur's Court", "round": "Double Jeopardy!", "show_number": "5233", "fullAnswer": "A Connecticut Yankee in King Arthur\\'s Court" @@ -1619349,16 +1538399,6 @@ "show_number": "5395", "fullAnswer": "The Brothers Karamazov" }, - { - "category": "VALENTINE'S DAY CUISINE", - "air_date": "2008-02-08", - "question": "(Bam! Emeril Lagasse from the Food Network delivers the first clue.) Asparagus has long been thought to help in the romance department; for variety, try the European white type, grown in darkness so they lack this pigment", - "value": "$200", - "answer": "chlorophyll", - "round": "Jeopardy!", - "show_number": "5395", - "fullAnswer": "chlorophyll" - }, { "category": "BRIDGES", "air_date": "2008-02-08", @@ -1619449,16 +1538489,6 @@ "show_number": "5395", "fullAnswer": "Namibia" }, - { - "category": "APOCALYPSE NOW: THE CATEGORY", - "air_date": "2008-02-08", - "question": "It's what Robert Duvall's Col. Kilgore loves the smell of in the morning because it \"smells like victory\"", - "value": "$600", - "answer": "napalm", - "round": "Jeopardy!", - "show_number": "5395", - "fullAnswer": "napalm" - }, { "category": "CHARACTERS WITH MIDDLE NAMES", "air_date": "2008-02-08", @@ -1619469,16 +1538499,6 @@ "show_number": "5395", "fullAnswer": "the Archbishop" }, - { - "category": "VALENTINE'S DAY CUISINE", - "air_date": "2008-02-08", - "question": "(Emeril Lagasse reads.) Make the evening really special with a luxurious parfait prepared with champagne cream & caviar from this fish, historically associated with the Caspian Sea", - "value": "$600", - "answer": "sturgeon", - "round": "Jeopardy!", - "show_number": "5395", - "fullAnswer": "sturgeon" - }, { "category": "BRIDGES", "air_date": "2008-02-08", @@ -1619739,16 +1538759,6 @@ "show_number": "5395", "fullAnswer": "behave" }, - { - "category": "MILITARY AIRCRAFT", - "air_date": "2008-02-08", - "question": "McDonnell's F-4 fighter used in the United States in the Vietnam War was known as this... oops... hey, where'd it go?", - "value": "$1200", - "answer": "Phantom", - "round": "Double Jeopardy!", - "show_number": "5395", - "fullAnswer": "the Phantom" - }, { "category": "SONGS FROM MUSICALS", "air_date": "2008-02-08", @@ -1619859,16 +1538869,6 @@ "show_number": "5395", "fullAnswer": "Babylonian" }, - { - "category": "MILITARY AIRCRAFT", - "air_date": "2008-02-08", - "question": "(Sarah of the Clue Crew delivers the clue from Nellis Air Force Base in Las Vegas, Nevada.) Used regularly in Iraq, this aircraft with an aggressive name is designated MQ-1; the 1 means it's the first of its kind, a long-range, unmanned, recon aircraft", - "value": "$2000", - "answer": "Predator", - "round": "Double Jeopardy!", - "show_number": "5395", - "fullAnswer": "the Predator" - }, { "category": "SONGS FROM MUSICALS", "air_date": "2008-02-08", @@ -1619884,7 +1538884,7 @@ "air_date": "2008-02-08", "question": "Macy's, Inc. also owns this other large New York department store that's on 59th & Lexington", "value": "$2000", - "answer": "Bloomingdale\\'s", + "answer": "Bloomingdale's", "round": "Double Jeopardy!", "show_number": "5395", "fullAnswer": "Bloomingdale\\'s" @@ -1620044,7 +1539044,7 @@ "air_date": "2000-09-25", "question": "The Stones hired this motorcycle gang as guards at their 1969 Altamont concert for $500 in beer", "value": "$300", - "answer": "Hell\\'s Angels", + "answer": "Hell's Angels", "round": "Jeopardy!", "show_number": "3691", "fullAnswer": "Hell\\'s Angels" @@ -1620464,7 +1539464,7 @@ "air_date": "2000-09-25", "question": "Alchemists were always on the lookout for this substance that could turn base metals into gold", "value": "$1000", - "answer": "Philosopher\\'s Stone", + "answer": "Philosopher's Stone", "round": "Double Jeopardy!", "show_number": "3691", "fullAnswer": "Philosopher\\'s Stone" @@ -1620514,7 +1539514,7 @@ "air_date": "2000-09-25", "question": "An August 1999 government report told of the strain on schools from the \"echo\" of this", "value": null, - "answer": "\\Baby Boom\\", + "answer": "Baby Boom", "round": "Final Jeopardy!", "show_number": "3691", "fullAnswer": "The \\\"Baby Boom\\\"" @@ -1620844,7 +1539844,7 @@ "air_date": "1997-06-09", "question": "On March 17 Maryville, Missouri holds \"The World's Shortest\" parade for this holiday", "value": "$200", - "answer": "St. Patrick\\'s Day", + "answer": "St. Patrick's Day", "round": "Double Jeopardy!", "show_number": "2956", "fullAnswer": "St. Patrick\\'s Day" @@ -1620994,7 +1539994,7 @@ "air_date": "1997-06-09", "question": "In this Twain novel, a New Englander saves himself by predicting a solar eclipse", "value": "$1,400", - "answer": "A Connecticut Yankee In King Arthur\\'s Court", + "answer": "A Connecticut Yankee In King Arthur's Court", "round": "Double Jeopardy!", "show_number": "2956", "fullAnswer": "\"A Connecticut Yankee In King Arthur\\'s Court\"" @@ -1621339,16 +1540339,6 @@ "show_number": "4963", "fullAnswer": "a red fed" }, - { - "category": "THE MEDAL OF FREEDOM, CLASS OF '05", - "air_date": "2006-03-22", - "question": "He began his radio career in 1933 at KVOO-AM in Tulsa & we all know \"The Rest of the Story\"", - "value": "$800", - "answer": "Paul Harvey", - "round": "Jeopardy!", - "show_number": "4963", - "fullAnswer": "Paul Harvey" - }, { "category": "ARE YOU BEING SERBED?", "air_date": "2006-03-22", @@ -1621359,16 +1540349,6 @@ "show_number": "4963", "fullAnswer": "the Ottoman Empire" }, - { - "category": "BORN TO RUN", - "air_date": "2006-03-22", - "question": "He's the horse seen here in 1973 en route to a 31-length victory at Belmont", - "value": "$800", - "answer": "Secretariat", - "round": "Jeopardy!", - "show_number": "4963", - "fullAnswer": "Secretariat" - }, { "category": "THE EXODUS FILES", "air_date": "2006-03-22", @@ -1621399,16 +1540379,6 @@ "show_number": "4963", "fullAnswer": "a blue gnu" }, - { - "category": "THE MEDAL OF FREEDOM, CLASS OF '05", - "air_date": "2006-03-22", - "question": "He got the medal shortly after stepping down as Chairman of the Joint Chiefs of Staff", - "value": "$1000", - "answer": "General Richard Myers", - "round": "Jeopardy!", - "show_number": "4963", - "fullAnswer": "General Richard Myers" - }, { "category": "ARE YOU BEING SERBED?", "air_date": "2006-03-22", @@ -1621429,16 +1540399,6 @@ "show_number": "4963", "fullAnswer": "(Byron \"Whizzer\") White" }, - { - "category": "THE FOREST", - "air_date": "2006-03-22", - "question": "It's the alliterative & often damaging practice of removing all the trees from an area, as seen here", - "value": "$400", - "answer": "clear cutting", - "round": "Double Jeopardy!", - "show_number": "4963", - "fullAnswer": "clear cutting" - }, { "category": "LADY LOOKS LIKE A DUDE", "air_date": "2006-03-22", @@ -1621489,16 +1540449,6 @@ "show_number": "4963", "fullAnswer": "(Adlai) Stevenson" }, - { - "category": "THE FOREST", - "air_date": "2006-03-22", - "question": "(Jon of the Clue Crew reports from the World Forestry Center in Oregon.) As it decays, a nurse log can be a site where the seed of a new tree does this, meaning \"begins to sprout or grow\"", - "value": "$800", - "answer": "germinate", - "round": "Double Jeopardy!", - "show_number": "4963", - "fullAnswer": "germinate" - }, { "category": "LADY LOOKS LIKE A DUDE", "air_date": "2006-03-22", @@ -1621549,16 +1540499,6 @@ "show_number": "4963", "fullAnswer": "(Stephen) Douglas" }, - { - "category": "THE FOREST", - "air_date": "2006-03-22", - "question": "It's the topmost layer of a forest formed by the crowns of trees", - "value": "$1200", - "answer": "canopy", - "round": "Double Jeopardy!", - "show_number": "4963", - "fullAnswer": "the canopy" - }, { "category": "LADY LOOKS LIKE A DUDE", "air_date": "2006-03-22", @@ -1621584,7 +1540524,7 @@ "air_date": "2006-03-22", "question": "Tourist cometh to Tao House, the California home where he wrote \"The Iceman Cometh\"", "value": "$1200", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "4963", "fullAnswer": "Eugene O\\'Neill" @@ -1621609,16 +1540549,6 @@ "show_number": "4963", "fullAnswer": "Ronald Reagan" }, - { - "category": "THE FOREST", - "air_date": "2006-03-22", - "question": "(Sarah of the Clue Crew reports from the World Forestry Center in Oregon.) The taiga, or northern forest, is dominated by this kind of tree, named for the type of reproductive structure it bares", - "value": "$1600", - "answer": "coniferous", - "round": "Double Jeopardy!", - "show_number": "4963", - "fullAnswer": "coniferous" - }, { "category": "LADY LOOKS LIKE A DUDE", "air_date": "2006-03-22", @@ -1621669,26 +1540599,6 @@ "show_number": "4963", "fullAnswer": "(Harold) Stassen" }, - { - "category": "THE FOREST", - "air_date": "2006-03-22", - "question": "(Sarah of the Clue Crew reads from the World Forestry Center in Oregon.) The Douglas fir is found in Oregon's forest, referred to as this mature 2-word term, often defined as being aged 150 to 200 years", - "value": "$2000", - "answer": "old growth", - "round": "Double Jeopardy!", - "show_number": "4963", - "fullAnswer": "old growth" - }, - { - "category": "LADY LOOKS LIKE A DUDE", - "air_date": "2006-03-22", - "question": "In the 2005 film \"Transamerica\", she's the he-almost-turned-she seen here", - "value": "$2000", - "answer": "Felicity Huffman", - "round": "Double Jeopardy!", - "show_number": "4963", - "fullAnswer": "Felicity Huffman" - }, { "category": "ALSO A CAR", "air_date": "2006-03-22", @@ -1623739,16 +1542649,6 @@ "show_number": "5286", "fullAnswer": "Scott Carpenter" }, - { - "category": "\"P\"LEASE", - "air_date": "2007-09-10", - "question": "This \"canine\" seen here has been known to live in communities of as many as 400 million", - "value": "$600", - "answer": "prairie dog", - "round": "Jeopardy!", - "show_number": "5286", - "fullAnswer": "a prairie dog" - }, { "category": "THE 20th CENTURY", "air_date": "2007-09-10", @@ -1624049,26 +1542949,6 @@ "show_number": "5286", "fullAnswer": "Gustav" }, - { - "category": "FLOWERS", - "air_date": "2007-09-10", - "question": "The earliest garden flower to blossom in spring, it still has \"snow\" in its name", - "value": "$1600", - "answer": "snowdrop", - "round": "Double Jeopardy!", - "show_number": "5286", - "fullAnswer": "a snowdrop" - }, - { - "category": "CABLE CHANNELS", - "air_date": "2007-09-10", - "question": "(Jon of the Clue Crew \"reigns\" on the set.) I'm at the headquarters of this network that was launched to a storm of skepticism, but is celebrating its 25th anniversary in 2007", - "value": "$1600", - "answer": "Weather Channel", - "round": "Double Jeopardy!", - "show_number": "5286", - "fullAnswer": "The Weather Channel" - }, { "category": "RHYME HOLE", "air_date": "2007-09-10", @@ -1624089,16 +1542969,6 @@ "show_number": "5286", "fullAnswer": "honey bunch" }, - { - "category": "MOON \"R\"s", - "air_date": "2007-09-10", - "question": "Seen here they're the bright streaks of lunar ejecta flung from an impact crater", - "value": "$1600", - "answer": "[crater] rays", - "round": "Double Jeopardy!", - "show_number": "5286", - "fullAnswer": "[crater] rays" - }, { "category": "HOW SWEDE IT IS!", "air_date": "2007-09-10", @@ -1624139,26 +1543009,6 @@ "show_number": "5286", "fullAnswer": "droll" }, - { - "category": "THE HONEY", - "air_date": "2007-09-10", - "question": "Aw, shucks! It's the variety of plant seen here", - "value": "$2000", - "answer": "honeysuckle", - "round": "Double Jeopardy!", - "show_number": "5286", - "fullAnswer": "honeysuckle" - }, - { - "category": "MOON \"R\"s", - "air_date": "2007-09-10", - "question": "From the German for rivulet these trenches on the moon's surface probably carried lava", - "value": "$2000", - "answer": "rills", - "round": "Double Jeopardy!", - "show_number": "5286", - "fullAnswer": "rills" - }, { "category": "HOW SWEDE IT IS!", "air_date": "2007-09-10", @@ -1624214,7 +1543064,7 @@ "air_date": "1999-04-12", "question": "Pitt's bachelor apartments", "value": "$100", - "answer": "Brad\\'s pads", + "answer": "Brad's pads", "round": "Jeopardy!", "show_number": "3371", "fullAnswer": "Brad\\'s pads" @@ -1624264,7 +1543114,7 @@ "air_date": "1999-04-12", "question": "Damon's rodents", "value": "$200", - "answer": "Matt\\'s rats", + "answer": "Matt's rats", "round": "Jeopardy!", "show_number": "3371", "fullAnswer": "Matt\\'s rats" @@ -1624314,7 +1543164,7 @@ "air_date": "1999-04-12", "question": "Kinnear's beer barrels", "value": "$300", - "answer": "Greg\\'s kegs", + "answer": "Greg's kegs", "round": "Jeopardy!", "show_number": "3371", "fullAnswer": "Greg\\'s kegs" @@ -1624364,7 +1543214,7 @@ "air_date": "1999-04-12", "question": "Springsteen's evergreens", "value": "$400", - "answer": "Bruce\\'s spruces", + "answer": "Bruce's spruces", "round": "Jeopardy!", "show_number": "3371", "fullAnswer": "Bruce\\'s spruces" @@ -1624414,7 +1543264,7 @@ "air_date": "1999-04-12", "question": "Danes' rockers", "value": "$500", - "answer": "Claire\\'s chairs", + "answer": "Claire's chairs", "round": "Jeopardy!", "show_number": "3371", "fullAnswer": "Claire\\'s chairs" @@ -1624534,7 +1543384,7 @@ "air_date": "1999-04-12", "question": "Of Fred's, Wilma's or Barney's, the one that debuted on NYC's 17th Street in 1923", "value": "$400", - "answer": "Barney\\'s", + "answer": "Barney's", "round": "Double Jeopardy!", "show_number": "3371", "fullAnswer": "Barney\\'s" @@ -1624799,16 +1543649,6 @@ "show_number": "5427", "fullAnswer": "May" }, - { - "category": "MOVIE COMEDIES", - "air_date": "2008-03-25", - "question": "(I'm Rob Reiner.) In this romantic comedy that I directed, it was my mother Estelle who uttered the famous line, \"I'll have what she's having\"", - "value": "$400", - "answer": "When Harry Met Sally...", - "round": "Jeopardy!", - "show_number": "5427", - "fullAnswer": "When Harry Met Sally..." - }, { "category": "3 LITTLE LETTERS", "air_date": "2008-03-25", @@ -1624919,16 +1543759,6 @@ "show_number": "5427", "fullAnswer": "Little Rock" }, - { - "category": "MOVIE COMEDIES", - "air_date": "2008-03-25", - "question": "(Here's Morgan Freeman.) My character's directive leads to Steve Carrell reading \"Ark Building for Dummies\" in this film", - "value": "$800", - "answer": "Evan Almighty", - "round": "Jeopardy!", - "show_number": "5427", - "fullAnswer": "Evan Almighty" - }, { "category": "3 LITTLE LETTERS", "air_date": "2008-03-25", @@ -1625169,16 +1543999,6 @@ "show_number": "5427", "fullAnswer": "Sayonara" }, - { - "category": "\"A\" IN SCIENCE", - "air_date": "2008-03-25", - "question": "(Jon of the Clue Crew reports from the lab, holding an inflated balloon.) If you put a flame up to a balloon it will pop, but if you put water inside the balloon and hold it over a flame it will not pop, because the water does this", - "value": "$1200", - "answer": "absorb ", - "round": "Double Jeopardy!", - "show_number": "5427", - "fullAnswer": "absorb (the heat)" - }, { "category": "DAYS", "air_date": "2008-03-25", @@ -1625304,7 +1544124,7 @@ "air_date": "2008-03-25", "question": "This day is oddly named, as it's celebrated on June 24, which is only 2 or 3 days after the solstice", "value": "$2000", - "answer": "Midsummer\\'s Day", + "answer": "Midsummer's Day", "round": "Double Jeopardy!", "show_number": "5427", "fullAnswer": "Midsummer\\'s Day" @@ -1625389,16 +1544209,6 @@ "show_number": "5765", "fullAnswer": "horseshoes" }, - { - "category": "AT THE CANDY FACTORY", - "air_date": "2009-10-09", - "question": "(Kelly of the Clue Crew watches a machine fold and pound a batch of candy at the See's candy factory.) That's a 110-pound batch of candy that the machine is doing this to, from the Old English for knot", - "value": "$200", - "answer": "kneading", - "round": "Jeopardy!", - "show_number": "5765", - "fullAnswer": "kneading" - }, { "category": "COUNTRIES' LARGEST ISLANDS", "air_date": "2009-10-09", @@ -1625409,16 +1544219,6 @@ "show_number": "5765", "fullAnswer": "Indonesia" }, - { - "category": "HOW SINGERS GOT THEIR NAMES", - "air_date": "2009-10-09", - "question": "This rapper, one of whose logos is seen here, got his stage name from his initials", - "value": "$400", - "answer": "Eminem", - "round": "Jeopardy!", - "show_number": "5765", - "fullAnswer": "Eminem" - }, { "category": "YORKS: OLDE, NEW & DICK", "air_date": "2009-10-09", @@ -1625449,16 +1544249,6 @@ "show_number": "5765", "fullAnswer": "the Trojan Horse" }, - { - "category": "AT THE CANDY FACTORY", - "air_date": "2009-10-09", - "question": "(Kelly of the Clue Crew watches ropes of candy be split on the conveyor belt at the See's candy factory.) As the candy moves down the conveyor belt, a splitter cuts it into ropes, & this French-named device cuts it to a certain length", - "value": "$400", - "answer": "guillotine", - "round": "Jeopardy!", - "show_number": "5765", - "fullAnswer": "a guillotine" - }, { "category": "COUNTRIES' LARGEST ISLANDS", "air_date": "2009-10-09", @@ -1625509,16 +1544299,6 @@ "show_number": "5765", "fullAnswer": "\"The Iron Horse\"" }, - { - "category": "AT THE CANDY FACTORY", - "air_date": "2009-10-09", - "question": "(Kelly of the Clue Crew reports from a conveyor belt at the See's candy factory.) One of the most famous episodes of this sitcom had two of its characters working the production line at a candy factory; the show's stars learned the ropes at the See's factory", - "value": "$600", - "answer": "I Love Lucy", - "round": "Jeopardy!", - "show_number": "5765", - "fullAnswer": "I Love Lucy" - }, { "category": "COUNTRIES' LARGEST ISLANDS", "air_date": "2009-10-09", @@ -1625569,16 +1544349,6 @@ "show_number": "5765", "fullAnswer": "a hobbyhorse" }, - { - "category": "AT THE CANDY FACTORY", - "air_date": "2009-10-09", - "question": "(Kelly of the Clue Crew shows a scanner of some sort on the conveyor belt at the See's candy factory.) Before packaging, the candy goes through this electronic device to make sure that, for instance, the nuts inside aren't the hardware kind; if so, it's dropped from the belt", - "value": "$800", - "answer": "metal detector", - "round": "Jeopardy!", - "show_number": "5765", - "fullAnswer": "a metal detector" - }, { "category": "COUNTRIES' LARGEST ISLANDS", "air_date": "2009-10-09", @@ -1625629,16 +1544399,6 @@ "show_number": "5765", "fullAnswer": "the Four Horsemen of the Apocalypse" }, - { - "category": "AT THE CANDY FACTORY", - "air_date": "2009-10-09", - "question": "(Kelly of the Clue Crew points out a QA worker stirring a sample of liquid chocolate with a measurement probe at the See's candy factory.) The quality assurance team checks the chocolate's temperature & this, resistance to flow; if the chocolate is too thin, it won't coat the candy well", - "value": "$1000", - "answer": "viscosity", - "round": "Jeopardy!", - "show_number": "5765", - "fullAnswer": "viscosity" - }, { "category": "ELEMENTAL ETYMOLOGY", "air_date": "2009-10-09", @@ -1625839,16 +1544599,6 @@ "show_number": "5765", "fullAnswer": "Merkel" }, - { - "category": "CATS", - "air_date": "2009-10-09", - "question": "It's the exotic type of kitty seen here, just like a certain tiger", - "value": "$1600", - "answer": "Bengal", - "round": "Double Jeopardy!", - "show_number": "5765", - "fullAnswer": "a Bengal" - }, { "category": "FOREIGN WORDS", "air_date": "2009-10-09", @@ -1626169,16 +1544919,6 @@ "show_number": "5206", "fullAnswer": "Tortilla Flat" }, - { - "category": "SPORTS GEAR", - "air_date": "2007-04-09", - "question": "(Jimmy of the Clue Crew reports from wrestling practice at the University of Iowa.) Ancient Greek wrestlers competed naked; today's wrestlers wear this one-piece garment", - "value": "$1000", - "answer": "singlet", - "round": "Jeopardy!", - "show_number": "5206", - "fullAnswer": "a singlet" - }, { "category": "THE HISTORY OF APRIL 9th", "air_date": "2007-04-09", @@ -1626189,16 +1544929,6 @@ "show_number": "5206", "fullAnswer": "Bataan" }, - { - "category": "STUPID ANSWERS", - "air_date": "2007-04-09", - "question": "(Jimmy of the Clue Crew catches a medicine ball in the Herbert Hoover Library.) President Hoover made his staff play a combination of volleyball & tennis using a medicine ball; in 1931 a New York Times reporter dubbed the game", - "value": "$1000", - "answer": "Hooverball", - "round": "Jeopardy!", - "show_number": "5206", - "fullAnswer": "Hooverball" - }, { "category": "RETURN OF THE FUNGI", "air_date": "2007-04-09", @@ -1627144,7 +1545874,7 @@ "air_date": "2007-02-14", "question": "J. Alexander & Nigel Barker bring some testosterone to the judging panel on this show", "value": "$200", - "answer": "America\\'s Next Top Model", + "answer": "America's Next Top Model", "round": "Jeopardy!", "show_number": "5168", "fullAnswer": "America\\'s Next Top Model" @@ -1627174,7 +1545904,7 @@ "air_date": "2007-02-14", "question": "This fast food giant has resumed its Monopoly game", "value": "$200", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "5168", "fullAnswer": "McDonald\\'s" @@ -1627449,16 +1546179,6 @@ "show_number": "5168", "fullAnswer": "Natalie Portman" }, - { - "category": "U.S. COINS", - "air_date": "2007-02-14", - "question": "(Kelly of the Clue Crew reports from the U.S. Mint in Denver, CO.) The United States Mint's Westward Journey nickel shows the word \"Liberty\" in this man's handwriting", - "value": "$400", - "answer": "Jefferson", - "round": "Double Jeopardy!", - "show_number": "5168", - "fullAnswer": "Jefferson" - }, { "category": "MOUNTAINS", "air_date": "2007-02-14", @@ -1627524,7 +1546244,7 @@ "air_date": "2007-02-14", "question": "Prospectors travelling West in 1859 vowed to reach this famous \"Peak or Bust\"", "value": "$800", - "answer": "Pike\\'s Peak", + "answer": "Pike's Peak", "round": "Double Jeopardy!", "show_number": "5168", "fullAnswer": "Pike\\'s Peak" @@ -1627559,26 +1546279,6 @@ "show_number": "5168", "fullAnswer": "Aprils" }, - { - "category": "OSCAR YOUTH", - "air_date": "2007-02-14", - "question": "Seen here, he was 11 when he got his Oscar nomination for \"The Sixth Sense\"", - "value": "$1200", - "answer": "Osment", - "round": "Double Jeopardy!", - "show_number": "5168", - "fullAnswer": "(Haley Joel) Osment" - }, - { - "category": "U.S. COINS", - "air_date": "2007-02-14", - "question": "Compared to about 8 billion Lincoln cents, each year the Mint issues about 7 million of the Kennedy these", - "value": "$1200", - "answer": "half dollars", - "round": "Double Jeopardy!", - "show_number": "5168", - "fullAnswer": "half dollars" - }, { "category": "MOUNTAINS", "air_date": "2007-02-14", @@ -1627689,16 +1546389,6 @@ "show_number": "5168", "fullAnswer": "Kate Winslet" }, - { - "category": "U.S. COINS", - "air_date": "2007-02-14", - "question": "(Jon of the Clue Crew reports from Denver.) Though it depicts Caesar Rodney's ride to vote for the Declaration of Independence, Delaware got the Mint's first state quarter because it was the first to do this", - "value": "$2000", - "answer": "ratify the U.S. Constitution", - "round": "Double Jeopardy!", - "show_number": "5168", - "fullAnswer": "ratify the U.S. Constitution" - }, { "category": "MOUNTAINS", "air_date": "2007-02-14", @@ -1627729,16 +1546419,6 @@ "show_number": "5168", "fullAnswer": "Mozambique" }, - { - "category": "ORGANIZATIONS", - "air_date": "2007-02-14", - "question": "The emblem seen here is now used in countries where this organization's original emblem was controversial", - "value": null, - "answer": "(International) Red Cross", - "round": "Final Jeopardy!", - "show_number": "5168", - "fullAnswer": "the (International) Red Cross" - }, { "category": "NOBEL LAUREATES IN LITERATURE", "air_date": "2009-12-24", @@ -1627879,16 +1546559,6 @@ "show_number": "5819", "fullAnswer": "\"Ka-Ching!\"" }, - { - "category": "A PIECE OF CAKE", - "air_date": "2009-12-24", - "question": "It's the geographic-sounding name of the cake seen here", - "value": "$600", - "answer": "German chocolate cake", - "round": "Jeopardy!", - "show_number": "5819", - "fullAnswer": "German chocolate cake" - }, { "category": "BIBLICAL NAME'S THE SAME", "air_date": "2009-12-24", @@ -1627934,7 +1546604,7 @@ "air_date": "2009-12-24", "question": "In a Journey title, it comes between \"Lovin'\" & \"Squeezin'\"", "value": "$800", - "answer": "Touchin\\'", + "answer": "Touchin'", "round": "Jeopardy!", "show_number": "5819", "fullAnswer": "\"Touchin\\'\"" @@ -1627999,16 +1546669,6 @@ "show_number": "5819", "fullAnswer": "\"Watching The Detectives\"" }, - { - "category": "A PIECE OF CAKE", - "air_date": "2009-12-24", - "question": "It's the festive name of the cake seen here", - "value": "$1000", - "answer": "yule log", - "round": "Jeopardy!", - "show_number": "5819", - "fullAnswer": "a yule log" - }, { "category": "BIBLICAL NAME'S THE SAME", "air_date": "2009-12-24", @@ -1628029,16 +1546689,6 @@ "show_number": "5819", "fullAnswer": "North Korea" }, - { - "category": "LETTER-WORD", - "air_date": "2009-12-24", - "question": "In varying sizes, this versatile item holds almost anything together & is especially useful when glue is drying", - "value": "$1000", - "answer": "C-clamp", - "round": "Jeopardy!", - "show_number": "5819", - "fullAnswer": "a C-clamp" - }, { "category": "THE WHITE HOUSE", "air_date": "2009-12-24", @@ -1628399,16 +1547049,6 @@ "show_number": "6136", "fullAnswer": "velocity" }, - { - "category": "PACIFIC OCEAN LIFE", - "air_date": "2011-04-25", - "question": "(Sarah of the Clue Crew reads from the Maui Ocean Center.) To be hard to see from both above and below, many sharks have dark backs and paler bellies; this was named \"counter-shading\" by Abbot Thayer, an artist who helped the military develop this during World War I", - "value": "$200", - "answer": "camouflage", - "round": "Jeopardy!", - "show_number": "6136", - "fullAnswer": "camouflage" - }, { "category": "THE 112th CONGRESS", "air_date": "2011-04-25", @@ -1628459,16 +1547099,6 @@ "show_number": "6136", "fullAnswer": "verboten" }, - { - "category": "PACIFIC OCEAN LIFE", - "air_date": "2011-04-25", - "question": "(Kelly of the Clue Crew reads from the Maui Ocean Center.) Mature green sea turtles are herbivores; that's why their body fat is green; young ones who haven't developed their color yet feed on creatures like jellyfish, so they're classified as these", - "value": "$400", - "answer": "carnivores", - "round": "Jeopardy!", - "show_number": "6136", - "fullAnswer": "carnivores" - }, { "category": "THE 112th CONGRESS", "air_date": "2011-04-25", @@ -1628519,16 +1547149,6 @@ "show_number": "6136", "fullAnswer": "verbatim" }, - { - "category": "PACIFIC OCEAN LIFE", - "air_date": "2011-04-25", - "question": "(Sarah of the Clue Crew reads from the Maui Ocean Center.) The teeth of many rays, which evolved from the scaly pieces that make up their skin, are adapted to their diet; eagle rays have flat teeth for crushing these protective structures", - "value": "$600", - "answer": "shells", - "round": "Jeopardy!", - "show_number": "6136", - "fullAnswer": "shells" - }, { "category": "THE 112th CONGRESS", "air_date": "2011-04-25", @@ -1628564,7 +1547184,7 @@ "air_date": "2011-04-25", "question": "Curt Jones studied chemistry at CC before inventing these delicious flash-frozen beads of ice cream", "value": "$800", - "answer": "Dippin\\' Dots", + "answer": "Dippin' Dots", "round": "Jeopardy!", "show_number": "6136", "fullAnswer": "Dippin\\' Dots" @@ -1628579,16 +1547199,6 @@ "show_number": "6136", "fullAnswer": "vendetta" }, - { - "category": "PACIFIC OCEAN LIFE", - "air_date": "2011-04-25", - "question": "(Kelly of the Clue Crew reads from the Maui Ocean Center.) Sea turtles dive to hundreds of feet by storing air in special passages; unlike the lungs, the passages don't have a network of blood vessels, so nitrogen doesn't get into the bloodstream to cause this, as in humans", - "value": "$800", - "answer": "bends", - "round": "Jeopardy!", - "show_number": "6136", - "fullAnswer": "the bends" - }, { "category": "THE 112th CONGRESS", "air_date": "2011-04-25", @@ -1628639,16 +1547249,6 @@ "show_number": "6136", "fullAnswer": "volition" }, - { - "category": "PACIFIC OCEAN LIFE", - "air_date": "2011-04-25", - "question": "(Sarah of the Clue Crew reads from the Maui Ocean Center.) The distinctive head of the hammerhead shark gives the fish added lift in rising to the surface; this pair of fins that serves the same purpose is relatively underdeveloped", - "value": "$1000", - "answer": "pectoral fins", - "round": "Jeopardy!", - "show_number": "6136", - "fullAnswer": "the pectoral fins" - }, { "category": "TOP OF THE CHARTS", "air_date": "2011-04-25", @@ -1629094,7 +1547694,7 @@ "air_date": "2004-01-13", "question": "(1989)
Billy Joel:
\"You & I Weren't Responsible for Those Flames\"", "value": "$600", - "answer": "We Didn\\'t Start the Fire", + "answer": "We Didn't Start the Fire", "round": "Jeopardy!", "show_number": "4457", "fullAnswer": "\"We Didn\\'t Start the Fire\"" @@ -1629614,7 +1548214,7 @@ "air_date": "2008-09-30", "question": "Choosing \"or bust\", in Nov. 1806 Ol' Zebulon made it partway up but didn't summit this featured later named for him", "value": "$200", - "answer": "Pike\\'s Peak", + "answer": "Pike's Peak", "round": "Jeopardy!", "show_number": "5532", "fullAnswer": "Pike\\'s Peak" @@ -1629769,16 +1548369,6 @@ "show_number": "5532", "fullAnswer": "The Spice Girls" }, - { - "category": "AIRLINE CARRY-ON NO-NOs", - "air_date": "2008-09-30", - "question": "Items like this one seen here? Not so much", - "value": "$800", - "answer": "snow globe", - "round": "Jeopardy!", - "show_number": "5532", - "fullAnswer": "a snow globe" - }, { "category": "WORDS IN SEPTEMBER", "air_date": "2008-09-30", @@ -1629809,16 +1548399,6 @@ "show_number": "5532", "fullAnswer": "taste" }, - { - "category": "\"I\" ON THE WORLD", - "air_date": "2008-09-30", - "question": "(Jon of the Clue Crew points to a Southeast Asian region on a map on the monitor.) Once referring to a region controlled by France, today it's simply the name of this peninsula that includes Thailand, Cambodia & Vietnam", - "value": "$1000", - "answer": "Indochina", - "round": "Jeopardy!", - "show_number": "5532", - "fullAnswer": "Indochina" - }, { "category": "1990s POP/ROCK", "air_date": "2008-09-30", @@ -1630159,16 +1548739,6 @@ "show_number": "5532", "fullAnswer": "Pier 1 Imports" }, - { - "category": "GOOD \"P.R.\"", - "air_date": "2008-09-30", - "question": "(Kelly of the Clue Crew bangs Jimmy of the Clue Crew on the knee.) It's the medical term for the response elicited by a tap on a particular tendon; axons quickly carry the impulse, causing the lower leg to extend", - "value": "$2000", - "answer": "patella reflex", - "round": "Double Jeopardy!", - "show_number": "5532", - "fullAnswer": "patella reflex" - }, { "category": "PENINSULAR NATIONS", "air_date": "2008-09-30", @@ -1630359,16 +1548929,6 @@ "show_number": "5616", "fullAnswer": "the denouement" }, - { - "category": "HISTORIC AMERICA", - "air_date": "2009-01-26", - "question": "(Jon of the Clue Crew delivers the clue from the Governor's Palace in Williamsburg, VA.) Residents of Williamsburg's lavish Governor's Palace included this famous orator, the first governor of Virginia after independence", - "value": "$800", - "answer": "Patrick Henry", - "round": "Jeopardy!", - "show_number": "5616", - "fullAnswer": "Patrick Henry" - }, { "category": "NOT SO LIL' WAYNES", "air_date": "2009-01-26", @@ -1630549,16 +1549109,6 @@ "show_number": "5616", "fullAnswer": "Lucia" }, - { - "category": "SPECIAL OPS MOVIES", - "air_date": "2009-01-26", - "question": "(Sarah of the Clue Crew delivers the clue from the Navy Amphibious Base in Coronado, CA.) The SEALs remain all male, despite this movie in which Demi Moore makes it through seal training and a Libyan rescue mission", - "value": "$800", - "answer": "G.I. Jane", - "round": "Double Jeopardy!", - "show_number": "5616", - "fullAnswer": "G.I. Jane" - }, { "category": "THE CALL OF THE ROMAN UMPIRE", "air_date": "2009-01-26", @@ -1630744,7 +1549294,7 @@ "air_date": "2009-01-26", "question": "Extra ludum es!", "value": "$2000", - "answer": "You\\'re out of the game! or You\\'re ejected!", + "answer": "You're out of the game! or You're ejected!", "round": "Double Jeopardy!", "show_number": "5616", "fullAnswer": "\"You\\'re out of the game!\" or \"You\\'re ejected!\"" @@ -1630874,7 +1549424,7 @@ "air_date": "2011-06-24", "question": "Swanson Broth is owned by this other soup company", "value": "$400", - "answer": "Campbell\\'s", + "answer": "Campbell's", "round": "Jeopardy!", "show_number": "6180", "fullAnswer": "Campbell\\'s" @@ -1631239,16 +1549789,6 @@ "show_number": "6180", "fullAnswer": "(Thomas) Sumter" }, - { - "category": "WHATCHAMACALLIT", - "air_date": "2011-06-24", - "question": "(Jimmy of the Clue Crew shows a diagram on a monitor.) In the pronunciation of the word \"circus\", the \"U\" is an unstressed vowel & is marked with what looks like an inverted \"e\", called this", - "value": "$1200", - "answer": "schwa", - "round": "Double Jeopardy!", - "show_number": "6180", - "fullAnswer": "a schwa" - }, { "category": "OUR TOP STORIES", "air_date": "2011-06-24", @@ -1631359,16 +1549899,6 @@ "show_number": "6180", "fullAnswer": "Nathanael Greene" }, - { - "category": "WHATCHAMACALLIT", - "air_date": "2011-06-24", - "question": "Derived from French, it's the small type of souffle baking dish seen here--who wants dessert?", - "value": "$2000", - "answer": "ramekin", - "round": "Double Jeopardy!", - "show_number": "6180", - "fullAnswer": "a ramekin" - }, { "category": "OUR TOP STORIES", "air_date": "2011-06-24", @@ -1631384,7 +1549914,7 @@ "air_date": "2011-06-24", "question": "This British company bills itself as \"the world's leading insurance market\"", "value": "$2000", - "answer": "Lloyd\\'s", + "answer": "Lloyd's", "round": "Double Jeopardy!", "show_number": "6180", "fullAnswer": "Lloyd\\'s" @@ -1631439,16 +1549969,6 @@ "show_number": "3531", "fullAnswer": "Steve McQueen" }, - { - "category": "I WROTE A BOOK!", - "air_date": "2000-01-03", - "question": "Familiar TV voice & now author heard here

\"When Pearl Harbor made it irrefutably clear that America was not a fortress, this generation was summoned to the parade ground and told to train for war.\"", - "value": "$100", - "answer": "Tom Brokaw", - "round": "Jeopardy!", - "show_number": "3531", - "fullAnswer": "Tom Brokaw" - }, { "category": "CONVERBS", "air_date": "2000-01-03", @@ -1631559,16 +1550079,6 @@ "show_number": "3531", "fullAnswer": "Steve Martin" }, - { - "category": "I WROTE A BOOK!", - "air_date": "2000-01-03", - "question": "This former \"Candid Camera\" personality reads her literary work here

\"Baby girl, I wrote to tell you that I do not have good news about your mother, but it is not terrible news, either.\"", - "value": "$300", - "answer": "Fannie Flagg", - "round": "Jeopardy!", - "show_number": "3531", - "fullAnswer": "Fannie Flagg" - }, { "category": "CONVERBS", "air_date": "2000-01-03", @@ -1631649,16 +1550159,6 @@ "show_number": "3531", "fullAnswer": "Papeete" }, - { - "category": "TV PERSONALITIES", - "air_date": "2000-01-03", - "question": "(I'm Jon Stewart.) I took over as host of Comedy Central's \"The Daily Show\" after this man left for CBS", - "value": "$500", - "answer": "Craig Kilborn", - "round": "Jeopardy!", - "show_number": "3531", - "fullAnswer": "Craig Kilborn" - }, { "category": "ENGLISH SHIPS", "air_date": "2000-01-03", @@ -1632014,7 +1550514,7 @@ "air_date": "1999-11-26", "question": "On the \"Tonight Show\", it was McMahon's standard introduction for Carson", "value": "$100", - "answer": "Here\\'s Johnny!", + "answer": "Here's Johnny!", "round": "Jeopardy!", "show_number": "3505", "fullAnswer": "\"Here\\'s Johnny!\"" @@ -1632829,16 +1551329,6 @@ "show_number": "5185", "fullAnswer": "Sam Walton" }, - { - "category": "TRY, TRY AGAIN", - "air_date": "2007-03-09", - "question": "In the 1930s, after the Supreme Court ruled in favor of these \"Boys\", Alabama went ahead and retried them, one by one", - "value": "$1000", - "answer": "Scottsboro Boys", - "round": "Jeopardy!", - "show_number": "5185", - "fullAnswer": "the Scottsboro Boys" - }, { "category": "BODIES OF WATER", "air_date": "2007-03-09", @@ -1633019,16 +1551509,6 @@ "show_number": "5185", "fullAnswer": "telephoto" }, - { - "category": "BODIES OF WATER", - "air_date": "2007-03-09", - "question": "(Jimmy of the Clue Crew reports from the Besh-ba-gowah Pueblo in Phoenix, AZ.) The people who built these structures in Arizona are known to us as Salado, the Spanish word for this nearby river", - "value": "$1600", - "answer": "Salt", - "round": "Double Jeopardy!", - "show_number": "5185", - "fullAnswer": "Salt" - }, { "category": "NAME THAT MOVIE", "air_date": "2007-03-09", @@ -1633129,16 +1551609,6 @@ "show_number": "5185", "fullAnswer": "Andromeda" }, - { - "category": "ON THE \"TELE\"", - "air_date": "2007-03-09", - "question": "(Kelly of the Clue Crew draws on a weather map on a screen.) One of the few Individual Engineering Emmy Awards went to Leonard Reiffel who invented this technology in the 1960s", - "value": "$2000", - "answer": "telestrator", - "round": "Double Jeopardy!", - "show_number": "5185", - "fullAnswer": "a telestrator" - }, { "category": "WORLD WAR II", "air_date": "2007-03-09", @@ -1633229,16 +1551699,6 @@ "show_number": "3678", "fullAnswer": "Elton John" }, - { - "category": "E!", - "air_date": "2000-09-06", - "question": "E!'s \"Mysteries & Scandals\" show about this martial arts star featured the intro seen here:

\"Mystery... Rumors... You've come to the right place! Stay tuned for the tale of 'The Little Dragon'...\"", - "value": "$200", - "answer": "Bruce Lee", - "round": "Jeopardy!", - "show_number": "3678", - "fullAnswer": "Bruce Lee" - }, { "category": "\"F\"", "air_date": "2000-09-06", @@ -1633349,16 +1551809,6 @@ "show_number": "3678", "fullAnswer": "Cat Stevens" }, - { - "category": "E!", - "air_date": "2000-09-06", - "question": "This former \"Celebrity Jeopardy!\" contestant, seen here, is a sidekick on a late night E! show", - "value": "$400", - "answer": "Robin Quivers ", - "round": "Jeopardy!", - "show_number": "3678", - "fullAnswer": "Robin Quivers (sidekick of Howard Stern)" - }, { "category": "\"F\"", "air_date": "2000-09-06", @@ -1633379,26 +1551829,6 @@ "show_number": "3678", "fullAnswer": "Abscam" }, - { - "category": "HI", - "air_date": "2000-09-06", - "question": "The name of this area seen here means \"spouting water\", not \"place of pale people with cameras\"", - "value": "$400", - "answer": "Waikiki", - "round": "Jeopardy!", - "show_number": "3678", - "fullAnswer": "Waikiki" - }, - { - "category": "A BEE", - "air_date": "2000-09-06", - "question": "From the bee's point of view, it's the deadly true name of the creature seen here", - "value": "$500", - "answer": "bee eater", - "round": "Jeopardy!", - "show_number": "3678", - "fullAnswer": "a bee eater" - }, { "category": "CD", "air_date": "2000-09-06", @@ -1633829,16 +1552259,6 @@ "show_number": "4538", "fullAnswer": "Chicago" }, - { - "category": "SPORTS", - "air_date": "2004-05-05", - "question": "(Sofia of the Clue Crew strolls down the lane at the Nat'l Bowling Stadium in Reno, NV--& screws up.) Oops--in bowling, it's the one place you don't wanna throw your ball", - "value": "$400", - "answer": "gutter", - "round": "Jeopardy!", - "show_number": "4538", - "fullAnswer": "the gutter" - }, { "category": "THINGS TO DO WITH CARROTS", "air_date": "2004-05-05", @@ -1634089,26 +1552509,6 @@ "show_number": "4538", "fullAnswer": "handkerchief" }, - { - "category": "CHARACTERS IN BOOKS", - "air_date": "2004-05-05", - "question": "A favorite of early readers, he's the beloved oversized pet seen here", - "value": "$800", - "answer": "Clifford ", - "round": "Double Jeopardy!", - "show_number": "4538", - "fullAnswer": "Clifford (the Big Red Dog)" - }, - { - "category": "BOARD GAMES", - "air_date": "2004-05-05", - "question": "It's the popular game invented in 1948, and what do you mean \"Trebek\" isn't allowed?", - "value": "$800", - "answer": "Scrabble", - "round": "Double Jeopardy!", - "show_number": "4538", - "fullAnswer": "Scrabble" - }, { "category": "U.S. GOVERNMENT", "air_date": "2004-05-05", @@ -1634269,16 +1552669,6 @@ "show_number": "4538", "fullAnswer": "American Girl" }, - { - "category": "BOARD GAMES", - "air_date": "2004-05-05", - "question": "(Sofia of the Clue Crew reads before she plays a fast game of chess with Jimmy.) We've only got 5 minutes each to make all our moves in this game with a two-word name", - "value": "$2000", - "answer": "speed chess", - "round": "Double Jeopardy!", - "show_number": "4538", - "fullAnswer": "speed chess" - }, { "category": "U.S. GOVERNMENT", "air_date": "2004-05-05", @@ -1634289,16 +1552679,6 @@ "show_number": "4538", "fullAnswer": "8" }, - { - "category": "EXPLORERS", - "air_date": "2004-05-05", - "question": "Yes, Sir! This Englishman seen here, who completed a round-the-world voyage, was knighted in 1581", - "value": "$2000", - "answer": "Sir Francis Drake", - "round": "Double Jeopardy!", - "show_number": "4538", - "fullAnswer": "Sir Francis Drake" - }, { "category": "VOCABULARY TEST", "air_date": "2004-05-05", @@ -1634774,7 +1553154,7 @@ "air_date": "1996-09-06", "question": "In November 1922 Howard Carter & Lord Carnarvon made this famous discovery", "value": "$600", - "answer": "King Tut\\'s tomb", + "answer": "King Tut's tomb", "round": "Double Jeopardy!", "show_number": "2760", "fullAnswer": "King Tut\\'s tomb" @@ -1634944,7 +1553324,7 @@ "air_date": "2001-10-12", "question": "3-word phrase that followed \"Good Evening, I'm Chevy Chase...\"", "value": "$100", - "answer": "and you\\'re not", + "answer": "and you're not", "round": "Jeopardy!", "show_number": "3935", "fullAnswer": "and you\\'re not" @@ -1635124,7 +1553504,7 @@ "air_date": "2001-10-12", "question": "(Hi, I'm Rob Schneider) My \"SNL\" character Richard \"The Richmeister\" Laymer coined this 2-word catchphrase for Xeroxing", "value": "$400", - "answer": "makin\\' copies", + "answer": "makin' copies", "round": "Jeopardy!", "show_number": "3935", "fullAnswer": "\"makin\\' copies\"" @@ -1635224,7 +1553604,7 @@ "air_date": "2001-10-12", "question": "In a popular nursery rhyme neither of these 2 groups could put Humpty Dumpty back together again", "value": "$200", - "answer": "all the king\\'s horses & all the king\\'s men", + "answer": "all the king's horses & all the king's men", "round": "Double Jeopardy!", "show_number": "3935", "fullAnswer": "all the king\\'s horses & all the king\\'s men" @@ -1635324,7 +1553704,7 @@ "air_date": "2001-10-12", "question": "Sister Luke", "value": "$600", - "answer": "Nun\\'s Story", + "answer": "Nun's Story", "round": "Double Jeopardy!", "show_number": "3935", "fullAnswer": "The Nun\\'s Story" @@ -1635434,7 +1553814,7 @@ "air_date": "2001-10-12", "question": "Karen Wright, the co-headmistress at a girls' school", "value": "$1000", - "answer": "Children\\'s Hour", + "answer": "Children's Hour", "round": "Double Jeopardy!", "show_number": "3935", "fullAnswer": "The Children\\'s Hour" @@ -1635529,16 +1553909,6 @@ "show_number": "5707", "fullAnswer": "Bigfoot" }, - { - "category": "ANGRY MOMS OF FUTURE PRESIDENTS", - "air_date": "2009-06-02", - "question": "This boy runs when angry Mom uses this full name & threatens, \"Do you want me to get Cousin Teddy's big stick?\"", - "value": "$200", - "answer": "Franklin Delano Roosevelt", - "round": "Jeopardy!", - "show_number": "5707", - "fullAnswer": "Franklin Delano Roosevelt" - }, { "category": "SIMILES", "air_date": "2009-06-02", @@ -1635569,16 +1553939,6 @@ "show_number": "5707", "fullAnswer": "(Ritchie) Valens (or Buddy Holly or the Big Bopper)" }, - { - "category": "IT'S CHINATOWN, JAKE", - "air_date": "2009-06-02", - "question": "You can enter North America's oldest Chinatown at the Dragon Gate at Grant & Bush in this city", - "value": "$400", - "answer": "San Francisco", - "round": "Jeopardy!", - "show_number": "5707", - "fullAnswer": "San Francisco" - }, { "category": "15 MINUTES OF FAME", "air_date": "2009-06-02", @@ -1635589,16 +1553949,6 @@ "show_number": "5707", "fullAnswer": "Ebay" }, - { - "category": "ANGRY MOMS OF FUTURE PRESIDENTS", - "air_date": "2009-06-02", - "question": "This future 1950s president is scared when Mom uses these three names, especially when followed by \"Come here this instant\"", - "value": "$400", - "answer": "Dwight David Eisenhower", - "round": "Jeopardy!", - "show_number": "5707", - "fullAnswer": "Dwight David Eisenhower" - }, { "category": "SIMILES", "air_date": "2009-06-02", @@ -1635649,16 +1553999,6 @@ "show_number": "5707", "fullAnswer": "\"Octomom\"" }, - { - "category": "ANGRY MOMS OF FUTURE PRESIDENTS", - "air_date": "2009-06-02", - "question": "The southern lad seen here might not grin when Mom calls him this & says, \"Get your hands off that horse\"", - "value": "$600", - "answer": "James Earl Carter", - "round": "Jeopardy!", - "show_number": "5707", - "fullAnswer": "James Earl Carter" - }, { "category": "SIMILES", "air_date": "2009-06-02", @@ -1635689,16 +1554029,6 @@ "show_number": "5707", "fullAnswer": "Tupac Shakur" }, - { - "category": "IT'S CHINATOWN, JAKE", - "air_date": "2009-06-02", - "question": "The Dr. Sun Yat-sen Garden is one of the highlights of this city's Chinatown, Canada's largest", - "value": "$800", - "answer": "Vancouver", - "round": "Jeopardy!", - "show_number": "5707", - "fullAnswer": "Vancouver" - }, { "category": "15 MINUTES OF FAME", "air_date": "2009-06-02", @@ -1635709,16 +1554039,6 @@ "show_number": "5707", "fullAnswer": "Kevin Federline" }, - { - "category": "ANGRY MOMS OF FUTURE PRESIDENTS", - "air_date": "2009-06-02", - "question": "The 1960s president shudders when Mom uses this full name, followed by, \"Turn that chair around right now\"", - "value": "$800", - "answer": "Lyndon Baines Johnson", - "round": "Jeopardy!", - "show_number": "5707", - "fullAnswer": "Lyndon Baines Johnson" - }, { "category": "SIMILES", "air_date": "2009-06-02", @@ -1635759,16 +1554079,6 @@ "show_number": "5707", "fullAnswer": "Spitzer" }, - { - "category": "ANGRY MOMS OF FUTURE PRESIDENTS", - "air_date": "2009-06-02", - "question": "Later caught with his hand figuratively in the cookie jar, he jumps when Mom says, \"Get out of there\"", - "value": "$1000", - "answer": "Richard Milhous Nixon", - "round": "Jeopardy!", - "show_number": "5707", - "fullAnswer": "Richard Milhous Nixon" - }, { "category": "SIMILES", "air_date": "2009-06-02", @@ -1635789,16 +1554099,6 @@ "show_number": "5707", "fullAnswer": "the death penalty (executions)" }, - { - "category": "ACTUAL ITEMS", - "air_date": "2009-06-02", - "question": "Seen here, a Brannock device measures you for these", - "value": "$400", - "answer": "shoes", - "round": "Double Jeopardy!", - "show_number": "5707", - "fullAnswer": "shoes" - }, { "category": "TRIUMPH", "air_date": "2009-06-02", @@ -1635809,16 +1554109,6 @@ "show_number": "5707", "fullAnswer": "Best in Show" }, - { - "category": "IF THEY MATED", - "air_date": "2009-06-02", - "question": "The zorse, seen here, is the result of a hookup between a horse & one of these", - "value": "$400", - "answer": "zebra", - "round": "Double Jeopardy!", - "show_number": "5707", - "fullAnswer": "a zebra" - }, { "category": "RICHTER (NOT ANDY)", "air_date": "2009-06-02", @@ -1635869,16 +1554159,6 @@ "show_number": "5707", "fullAnswer": "(Neil) Simon" }, - { - "category": "IF THEY MATED", - "air_date": "2009-06-02", - "question": "The geep, seen here, is a hybrid of these two species", - "value": "$800", - "answer": "goat & sheep", - "round": "Double Jeopardy!", - "show_number": "5707", - "fullAnswer": "goat & sheep" - }, { "category": "RICHTER (NOT ANDY)", "air_date": "2009-06-02", @@ -1635929,16 +1554209,6 @@ "show_number": "5707", "fullAnswer": "Diane Sawyer" }, - { - "category": "IF THEY MATED", - "air_date": "2009-06-02", - "question": "Napoleon Dynamite's favorite animal, this cross between a male lion & a female tiger is the world's largest cat", - "value": "$1200", - "answer": "liger", - "round": "Double Jeopardy!", - "show_number": "5707", - "fullAnswer": "a liger" - }, { "category": "RICHTER (NOT ANDY)", "air_date": "2009-06-02", @@ -1635949,16 +1554219,6 @@ "show_number": "5707", "fullAnswer": "magnitude" }, - { - "category": "CONAN O'BRIEN", - "air_date": "2009-06-02", - "question": "Seen here, he produced Conan's talk show after Conan wrote for him on \"Saturday Night Live\"", - "value": "$1200", - "answer": "Lorne Michaels", - "round": "Double Jeopardy!", - "show_number": "5707", - "fullAnswer": "Lorne Michaels" - }, { "category": "IN THE YEAR 2000", "air_date": "2009-06-02", @@ -1635979,26 +1554239,6 @@ "show_number": "5707", "fullAnswer": "the champagne cork" }, - { - "category": "IF THEY MATED", - "air_date": "2009-06-02", - "question": "The cama is a cross of these parent animals, done artificially--the size difference is a bit much for nature", - "value": "$1600", - "answer": "camel & llama", - "round": "Double Jeopardy!", - "show_number": "5707", - "fullAnswer": "camel & llama" - }, - { - "category": "RICHTER (NOT ANDY)", - "air_date": "2009-06-02", - "question": "earthquake.usgs.gov has a handy primer on the Richter scale: USGS is short for this", - "value": "$2,500", - "answer": "United States Geological Survey", - "round": "Double Jeopardy!", - "show_number": "5707", - "fullAnswer": "United States Geological Survey" - }, { "category": "CONAN O'BRIEN", "air_date": "2009-06-02", @@ -1636029,26 +1554269,6 @@ "show_number": "5707", "fullAnswer": "darts" }, - { - "category": "IF THEY MATED", - "air_date": "2009-06-02", - "question": "Seen here is the first known wild example of a grolar bear, a cross of these species", - "value": "$2000", - "answer": "grizzlies & polar bears", - "round": "Double Jeopardy!", - "show_number": "5707", - "fullAnswer": "grizzlies & polar bears" - }, - { - "category": "RICHTER (NOT ANDY)", - "air_date": "2009-06-02", - "question": "(Sarah of the Clue Crew shows a graph on the monitor.) In seismic data, the maximum displacement of a seismic wave during one oscillation--here, 23 millimeters--is referred to by this term", - "value": "$2000", - "answer": "amplitude", - "round": "Double Jeopardy!", - "show_number": "5707", - "fullAnswer": "amplitude" - }, { "category": "CONAN O'BRIEN", "air_date": "2009-06-02", @@ -1636264,7 +1554484,7 @@ "air_date": "1993-12-02", "question": "This comedienne & \"Celebrity Jeopardy!\" alumna posed as Richard Dreyfuss' wife in \"Another Stakeout\"", "value": "$400", - "answer": "Rosie O\\' Donnell", + "answer": "Rosie O' Donnell", "round": "Jeopardy!", "show_number": "2129", "fullAnswer": "Rosie O\\' Donnell" @@ -1636304,7 +1554524,7 @@ "air_date": "1993-12-02", "question": "Published every year since 1792, it's the oldest surviving almanac in the U.S.", "value": "$400", - "answer": "Old Farmer\\'s Almanac", + "answer": "Old Farmer's Almanac", "round": "Jeopardy!", "show_number": "2129", "fullAnswer": "\"Old Farmer\\'s Almanac\"" @@ -1637264,7 +1555484,7 @@ "air_date": "2001-12-10", "question": "The period known as \"The Jazz Age\" was also known by this \"growling\" nickname", "value": "$2000", - "answer": "The Roaring \\'20s", + "answer": "The Roaring '20s", "round": "Double Jeopardy!", "show_number": "3976", "fullAnswer": "\"The Roaring \\'20s\"" @@ -1637284,7 +1555504,7 @@ "air_date": "2001-12-10", "question": "One of 4 men nominated twice for playing the same character", "value": null, - "answer": "Bing Crosby, Paul Newman, Al Pacino or Peter O\\'Toole", + "answer": "Bing Crosby, Paul Newman, Al Pacino or Peter O'Toole", "round": "Final Jeopardy!", "show_number": "3976", "fullAnswer": "(1 of 4) Bing Crosby, Paul Newman, Al Pacino or Peter O\\'Toole" @@ -1637649,16 +1555869,6 @@ "show_number": "5405", "fullAnswer": "a beagle" }, - { - "category": "THE 20th CENTURY", - "air_date": "2008-02-22", - "question": "On April 6th, 1909, this American Arctic explorer wrote in his diary, \"The pole at last. The prize of three centuries.\"", - "value": "$800", - "answer": "Peary", - "round": "Double Jeopardy!", - "show_number": "5405", - "fullAnswer": "Peary" - }, { "category": "ARE YOU READY FOR SOME SOCCER?", "air_date": "2008-02-22", @@ -1637714,7 +1555924,7 @@ "air_date": "2008-02-22", "question": "On September 21st, 1981 the U.S. Senate confirmed her as a Justice of the Supreme Court in a 99-0 vote", "value": "$1200", - "answer": "Sandra Day O\\'Connor", + "answer": "Sandra Day O'Connor", "round": "Double Jeopardy!", "show_number": "5405", "fullAnswer": "Sandra Day O\\'Connor" @@ -1637869,16 +1556079,6 @@ "show_number": "5405", "fullAnswer": "Lord Jim" }, - { - "category": "METAL", - "air_date": "2008-02-22", - "question": "(Jimmy of the Clue Crew shows the periodic table on a monitor.) The elements in green on the periodic table are the metals; the ones grouped here in between, similar to other metals but not quite fitting in, are classified as these metals or elements", - "value": "$2000", - "answer": "transition", - "round": "Double Jeopardy!", - "show_number": "5405", - "fullAnswer": "transition(als)" - }, { "category": "\"B\" SHARP", "air_date": "2008-02-22", @@ -1638134,7 +1556334,7 @@ "air_date": "1989-09-05", "question": "It's what the dog in the RCA logo is listening to", "value": "$400", - "answer": "His Master\\'s Voice", + "answer": "His Master's Voice", "round": "Jeopardy!", "show_number": "1147", "fullAnswer": "\"His Master\\'s Voice\"" @@ -1638954,7 +1557154,7 @@ "air_date": "1997-11-20", "question": "The Italian name of this 15th century masterpiece is \"L'Ultima Cena\"", "value": null, - "answer": "\\The Last Supper\\", + "answer": "The Last Supper", "round": "Final Jeopardy!", "show_number": "3044", "fullAnswer": "\\\"The Last Supper\\\"" @@ -1639934,7 +1558134,7 @@ "air_date": "1997-09-15", "question": "2 of Brown's sons were killed during the attack on the federal arsenal at this site October 16, 1859", "value": "$400", - "answer": "Harper\\'s Ferry", + "answer": "Harper's Ferry", "round": "Double Jeopardy!", "show_number": "2996", "fullAnswer": "Harper\\'s Ferry" @@ -1640004,7 +1558204,7 @@ "air_date": "1997-09-15", "question": "Harry Chapin's only No. 1 song; country singer Ricky Skaggs also had a hit with it, in 1996", "value": "$600", - "answer": "Cat\\'s In The Cradle", + "answer": "Cat's In The Cradle", "round": "Double Jeopardy!", "show_number": "2996", "fullAnswer": "\"Cat\\'s In The Cradle\"" @@ -1640144,7 +1558344,7 @@ "air_date": "2006-12-12", "question": "Playwright George Aiken dramatized this Stowe book & first performed it at Troy, New York, on Sept. 27, 1852", "value": "$200", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Jeopardy!", "show_number": "5122", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -1640289,16 +1558489,6 @@ "show_number": "5122", "fullAnswer": "Alexandra" }, - { - "category": "STATE THE STATE", - "air_date": "2006-12-12", - "question": "Shots like the one seen here show you why it's the Evergreen State", - "value": "$600", - "answer": "Washington", - "round": "Jeopardy!", - "show_number": "5122", - "fullAnswer": "Washington" - }, { "category": "ASIAN-AMERICAN FIRSTS", "air_date": "2006-12-12", @@ -1640509,16 +1558699,6 @@ "show_number": "5122", "fullAnswer": "heliocentric" }, - { - "category": "GAME SHOW HOSTS", - "air_date": "2006-12-12", - "question": "Among the many game shows hosted by this man seen here was one called \"How's Your Mother-In-Law?\"", - "value": "$800", - "answer": "Wink Martindale", - "round": "Double Jeopardy!", - "show_number": "5122", - "fullAnswer": "Wink Martindale" - }, { "category": "CHURCHES & CATHEDRALS", "air_date": "2006-12-12", @@ -1640639,16 +1558819,6 @@ "show_number": "5122", "fullAnswer": "Bob Saget" }, - { - "category": "CHURCHES & CATHEDRALS", - "air_date": "2006-12-12", - "question": "(Kelly of the Clue Crew reports from Temple Church in London.) London's Temple Church was built by the crusading Knights Templar to resemble this Jerusalem church on Jesus' burial site", - "value": "$1600", - "answer": "Church of the Holy Sepulchre", - "round": "Double Jeopardy!", - "show_number": "5122", - "fullAnswer": "the Church of the Holy Sepulchre" - }, { "category": "POETS & POETRY", "air_date": "2006-12-12", @@ -1640679,16 +1558849,6 @@ "show_number": "5122", "fullAnswer": "Oxnard" }, - { - "category": "WORDS IN SCIENCE", - "air_date": "2006-12-12", - "question": "(Jimmy of the Clue Crew reports from a science lab.) Because the structure of oil doesn't allow certain bonds, it's called this type of molecule, from words meaning \"fear of water\"", - "value": "$2000", - "answer": "hydrophobic", - "round": "Double Jeopardy!", - "show_number": "5122", - "fullAnswer": "hydrophobic" - }, { "category": "GAME SHOW HOSTS", "air_date": "2006-12-12", @@ -1641709,16 +1559869,6 @@ "show_number": "6055", "fullAnswer": "Sweden" }, - { - "category": "LOST", - "air_date": "2010-12-31", - "question": "It's no joke--the dog seen here is noted for sniffing out lost travelers", - "value": "$800", - "answer": "Saint Bernard", - "round": "Double Jeopardy!", - "show_number": "6055", - "fullAnswer": "a Saint Bernard" - }, { "category": "NOT JUST AN AD WRITER", "air_date": "2010-12-31", @@ -1641849,32 +1559999,12 @@ "show_number": "6055", "fullAnswer": "mania (from Romania)" }, - { - "category": "SCULPTORS", - "air_date": "2010-12-31", - "question": "This 20th-century sculptor is known for his almost painfully thin figures, like the one seen here", - "value": "$2000", - "answer": "Alberto Giacometti", - "round": "Double Jeopardy!", - "show_number": "6055", - "fullAnswer": "Alberto Giacometti" - }, - { - "category": "WATCH \"ING\" THE MOVIES", - "air_date": "2010-12-31", - "question": "(Jimmy of the Clue Crew reads the clue in Bethel, New York.) This 2009 movie is the true story of Elliot Tiber who helped launch a legendary rock concert, but he was only trying to get business for his family's hotel here in Bethel, New York", - "value": "$2000", - "answer": "Taking Woodstock", - "round": "Double Jeopardy!", - "show_number": "6055", - "fullAnswer": "Taking Woodstock" - }, { "category": "LOST", "air_date": "2010-12-31", "question": "King Ferdinand of Nevarre vows to basically set up a 3-year He-Man Woman-Haters Club in this Shakespeare play", "value": "$2000", - "answer": "Love\\'s Labour\\'s Lost", + "answer": "Love's Labour's Lost", "round": "Double Jeopardy!", "show_number": "6055", "fullAnswer": "Love\\'s Labour\\'s Lost" @@ -1642059,16 +1560189,6 @@ "show_number": "4750", "fullAnswer": "Pulitzer" }, - { - "category": "I'LL TAKE MANHATTAN", - "air_date": "2005-04-08", - "question": "(Hi, I'm Christie Whitman.) My grandfather's company built this \"city in a city\", Midtown Manhattan's famous Art Deco complex", - "value": "$600", - "answer": "Rockefeller Center", - "round": "Jeopardy!", - "show_number": "4750", - "fullAnswer": "Rockefeller Center" - }, { "category": "\"TOM\"", "air_date": "2005-04-08", @@ -1642179,16 +1560299,6 @@ "show_number": "4750", "fullAnswer": "Nobel" }, - { - "category": "I'LL TAKE MANHATTAN", - "air_date": "2005-04-08", - "question": "(Jimmy of the Clue Crew reports from Times Square in New York.) In the Roaring '20s, Times Square nightclubs included the El Fey, hosted by this gal from Waco", - "value": "$1000", - "answer": "Texas Guinan", - "round": "Jeopardy!", - "show_number": "4750", - "fullAnswer": "Texas Guinan" - }, { "category": "\"TOM\"", "air_date": "2005-04-08", @@ -1642359,16 +1560469,6 @@ "show_number": "4750", "fullAnswer": "Malta" }, - { - "category": "FELIX, NOTHING MORE THAN FELIX", - "air_date": "2005-04-08", - "question": "Heard here is one of the most popular works by this Felix", - "value": "$1200", - "answer": "Mendelssohn", - "round": "Double Jeopardy!", - "show_number": "4750", - "fullAnswer": "Mendelssohn" - }, { "category": "FASHION, HEAD TO FOOT", "air_date": "2005-04-08", @@ -1642399,16 +1560499,6 @@ "show_number": "4750", "fullAnswer": "The Domesday Book" }, - { - "category": "VERBS", - "air_date": "2005-04-08", - "question": "(Sarah of the Clue Crew stands behind a woodworking project.) You can shape moldings to fit by mitering, or by doing this, a term you'll just have to deal with", - "value": "$1600", - "answer": "coping ", - "round": "Double Jeopardy!", - "show_number": "4750", - "fullAnswer": "coping (cope accepted)" - }, { "category": "\"M\"-A-NATIONS", "air_date": "2005-04-08", @@ -1642684,7 +1560774,7 @@ "air_date": "2010-01-13", "question": "At this donut chain, you can buy donuts with holes, or the holes themselves, called Munchkins", "value": "$600", - "answer": "Dunkin\\' Donuts", + "answer": "Dunkin' Donuts", "round": "Jeopardy!", "show_number": "5833", "fullAnswer": "Dunkin\\' Donuts" @@ -1642799,16 +1560889,6 @@ "show_number": "5833", "fullAnswer": "the White Witch" }, - { - "category": "HOLE FOODS", - "air_date": "2010-01-13", - "question": "The holes in this type of pasta make it look like little wheels", - "value": "$1000", - "answer": "rotelle", - "round": "Jeopardy!", - "show_number": "5833", - "fullAnswer": "rotelle" - }, { "category": "DUMB DOWN THE CLICHE", "air_date": "2010-01-13", @@ -1642849,16 +1560929,6 @@ "show_number": "5833", "fullAnswer": "the circulatory system" }, - { - "category": "YOU KNOW HOW TO WHISTLE, DON'T YOU?", - "air_date": "2010-01-13", - "question": "We ain't just whistlin' this tune here... oh, yeah. actually, we are", - "value": "$400", - "answer": "Dixie", - "round": "Double Jeopardy!", - "show_number": "5833", - "fullAnswer": "Dixie" - }, { "category": "CONVERSATIONS", "air_date": "2010-01-13", @@ -1642909,16 +1560979,6 @@ "show_number": "5833", "fullAnswer": "a stem cell" }, - { - "category": "YOU KNOW HOW TO WHISTLE, DON'T YOU?", - "air_date": "2010-01-13", - "question": "This classic TV show's theme is just made for the category", - "value": "$800", - "answer": "Andy Griffith Show", - "round": "Double Jeopardy!", - "show_number": "5833", - "fullAnswer": "The Andy Griffith Show" - }, { "category": "CONVERSATIONS", "air_date": "2010-01-13", @@ -1642989,16 +1561049,6 @@ "show_number": "5833", "fullAnswer": "Yasser Arafat" }, - { - "category": "FLAGS OF THE WORLD", - "air_date": "2010-01-13", - "question": "Adopted in 2008, the new flag of this middle eastern country is seen here", - "value": "$1600", - "answer": "Iraq", - "round": "Double Jeopardy!", - "show_number": "5833", - "fullAnswer": "Iraq" - }, { "category": "COMIC BOOKS", "air_date": "2010-01-13", @@ -1643504,7 +1561554,7 @@ "air_date": "2000-10-25", "question": "Jupiter's aromatic spices", "value": "$400", - "answer": "Jove\\'s cloves", + "answer": "Jove's cloves", "round": "Double Jeopardy!", "show_number": "3713", "fullAnswer": "Jove\\'s cloves" @@ -1643564,7 +1561614,7 @@ "air_date": "2000-10-25", "question": "Sound repeater's small tropical lizards", "value": "$600", - "answer": "Echo\\'s geckos", + "answer": "Echo's geckos", "round": "Double Jeopardy!", "show_number": "3713", "fullAnswer": "Echo\\'s geckos" @@ -1643614,7 +1561664,7 @@ "air_date": "2000-10-25", "question": "Rainbow goddess' disease-spreading particles", "value": "$800", - "answer": "Iris\\'s viruses", + "answer": "Iris's viruses", "round": "Double Jeopardy!", "show_number": "3713", "fullAnswer": "Iris\\'s viruses" @@ -1643674,7 +1561724,7 @@ "air_date": "2000-10-25", "question": "Pollux' twin's hunger strikers", "value": "$1000", - "answer": "Castor\\'s fasters", + "answer": "Castor's fasters", "round": "Double Jeopardy!", "show_number": "3713", "fullAnswer": "Castor\\'s fasters" @@ -1643829,16 +1561879,6 @@ "show_number": "5870", "fullAnswer": "Lady Gaga" }, - { - "category": "THE LURE OF FISHING", - "air_date": "2010-03-05", - "question": "Possible subjects for an entomologist, or the fishing accessory
seen here.", - "value": "$600", - "answer": "flies", - "round": "Jeopardy!", - "show_number": "5870", - "fullAnswer": "flies" - }, { "category": "MEN & WOMEN OF LETTERS", "air_date": "2010-03-05", @@ -1644039,16 +1562079,6 @@ "show_number": "5870", "fullAnswer": "towed (toad)" }, - { - "category": "THE TOYOTA GRAND PRIX OF LONG BEACH", - "air_date": "2010-03-05", - "question": "(Sarah of the Clue Crew reports from the Toyota Grand Prix in Long Beach, CA.) The Grand Prix was once an F1 event; 2009 is the first time it's part of this series, whose name is derived from a big May race with cars bigger and some say faster than F1", - "value": "$400", - "answer": "Indycar", - "round": "Double Jeopardy!", - "show_number": "5870", - "fullAnswer": "Indycar" - }, { "category": "OPERA", "air_date": "2010-03-05", @@ -1644099,16 +1562129,6 @@ "show_number": "5870", "fullAnswer": "dough (doe)" }, - { - "category": "THE TOYOTA GRAND PRIX OF LONG BEACH", - "air_date": "2010-03-05", - "question": "(Sarah of the Clue Crew gets lowered in a racecar at the Toyota Grand Prix in Long Beach, CA.) You or AAA change tires with a mechanical jack; at the Long Beach Grand Prix, they use this more powerful type, from the Greek for \"wind\", built into the car's body", - "value": "$800", - "answer": "pneumatic", - "round": "Double Jeopardy!", - "show_number": "5870", - "fullAnswer": "pneumatic" - }, { "category": "OPERA", "air_date": "2010-03-05", @@ -1644159,16 +1562179,6 @@ "show_number": "5870", "fullAnswer": "hoarse (horse)" }, - { - "category": "THE TOYOTA GRAND PRIX OF LONG BEACH", - "air_date": "2010-03-05", - "question": "(Sarah of the Clue Crew reports from the Toyota Grand Prix in Long Beach, CA.) There's no smell of gasoline in the air; the cars run on 100% this 100% biodegradable fuel", - "value": "$1200", - "answer": "ethanol", - "round": "Double Jeopardy!", - "show_number": "5870", - "fullAnswer": "ethanol" - }, { "category": "OPERA", "air_date": "2010-03-05", @@ -1644219,16 +1562229,6 @@ "show_number": "5870", "fullAnswer": "mousse (moose)" }, - { - "category": "THE TOYOTA GRAND PRIX OF LONG BEACH", - "air_date": "2010-03-05", - "question": "(Sarah of the Clue Crew reports from the Toyota Grand Prix in Long Beach, CA.) The two basic types of United States auto racing are stock car and this type, named for the exposure of the wheels; with no fenders, drivers are more careful to avoid collisions than in NASCAR", - "value": "$1600", - "answer": "open-wheeled vehicles", - "round": "Double Jeopardy!", - "show_number": "5870", - "fullAnswer": "open-wheeled vehicles" - }, { "category": "OPERA", "air_date": "2010-03-05", @@ -1644279,16 +1562279,6 @@ "show_number": "5870", "fullAnswer": "heart (hart)" }, - { - "category": "THE TOYOTA GRAND PRIX OF LONG BEACH", - "air_date": "2010-03-05", - "question": "(Sarah of the Clue Crew reports from the Toyota Grand Prix in Long Beach, CA.) The area between the track and the pit lane is called this 12-letter zone; it's the action the driver has to do from over 200 to 60 miles per hour, the top speed in the pits", - "value": "$2000", - "answer": "deceleration zone", - "round": "Double Jeopardy!", - "show_number": "5870", - "fullAnswer": "the deceleration zone" - }, { "category": "PLAYS", "air_date": "2010-03-05", @@ -1644404,7 +1562394,7 @@ "air_date": "2000-10-24", "question": "\"But if you try sometimes you might find you get what you need\"", "value": "$200", - "answer": "You Can\\'t Always Get What You Want", + "answer": "You Can't Always Get What You Want", "round": "Jeopardy!", "show_number": "3712", "fullAnswer": "\"You Can\\'t Always Get What You Want\"" @@ -1644444,7 +1562434,7 @@ "air_date": "2000-10-24", "question": "Rusty Trawler,
Sally Tomato,
Holly Golightly", "value": "$300", - "answer": "Breakfast at Tiffany\\'s", + "answer": "Breakfast at Tiffany's", "round": "Jeopardy!", "show_number": "3712", "fullAnswer": "\"Breakfast at Tiffany\\'s\"" @@ -1644524,7 +1562514,7 @@ "air_date": "2000-10-24", "question": "\"It's a gas, gas, gas\"", "value": "$400", - "answer": "Jumpin\\' Jack Flash", + "answer": "Jumpin' Jack Flash", "round": "Jeopardy!", "show_number": "3712", "fullAnswer": "\"Jumpin\\' Jack Flash\"" @@ -1645404,7 +1563394,7 @@ "air_date": "2001-01-05", "question": "This Peter Noone-led group was originally called The Heartbeats", "value": "$800", - "answer": "Herman\\'s Hermits", + "answer": "Herman's Hermits", "round": "Double Jeopardy!", "show_number": "3765", "fullAnswer": "Herman\\'s Hermits" @@ -1645719,16 +1563709,6 @@ "show_number": "5764", "fullAnswer": "17" }, - { - "category": "HISTORIC FIGURES SPEAK", - "air_date": "2009-10-08", - "question": "France, you refused my proposals for constitutional changes in 1969, so I quit as pres.! Bonne chance!", - "value": "$800", - "answer": "de Gaulle", - "round": "Jeopardy!", - "show_number": "5764", - "fullAnswer": "de Gaulle" - }, { "category": "PARTS OF A SHIP", "air_date": "2009-10-08", @@ -1645759,16 +1563739,6 @@ "show_number": "5764", "fullAnswer": "Point Barrow (Alaska)" }, - { - "category": "SURFIN' SAFARI", - "air_date": "2009-10-08", - "question": "(Jimmy of the Clue Crew shows some fin models on the monitor.) Surfboards once used boat rudders as fins; the first high-aspect-ratio fin was created in the '60s using a template from the tail fin of this colorful fish", - "value": "$1000", - "answer": "bluefin tuna", - "round": "Jeopardy!", - "show_number": "5764", - "fullAnswer": "a bluefin tuna" - }, { "category": "WE'VE GOT YOUR NUMBER", "air_date": "2009-10-08", @@ -1645879,16 +1563849,6 @@ "show_number": "5764", "fullAnswer": "Jurassic Park" }, - { - "category": "2008 BLOCKBUSTER MOVIES", - "air_date": "2009-10-08", - "question": "Would you believe I have 99 reasons this comic spy film made $230 million? Would you believe 86?", - "value": "$800", - "answer": "Get Smart", - "round": "Double Jeopardy!", - "show_number": "5764", - "fullAnswer": "Get Smart" - }, { "category": "DUTCH & FLEMISH PAINTERS", "air_date": "2009-10-08", @@ -1646694,7 +1564654,7 @@ "air_date": "1999-06-15", "question": "Malicious rumors ruin the lives of 2 teachers in this Lillian Hellman play", "value": "$1000", - "answer": "Children\\'s Hour", + "answer": "Children's Hour", "round": "Double Jeopardy!", "show_number": "3417", "fullAnswer": "The Children\\'s Hour" @@ -1647109,16 +1565069,6 @@ "show_number": "3", "fullAnswer": "Mount St. Helens" }, - { - "category": "WORLD OF FOOD", - "air_date": "1984-09-12", - "question": "What Merv has a lovely bunch of in this song:", - "value": "$1,000", - "answer": "coconuts", - "round": "Double Jeopardy!", - "show_number": "3", - "fullAnswer": "coconuts" - }, { "category": "ASTRONOMY", "air_date": "1984-09-12", @@ -1647449,16 +1565399,6 @@ "show_number": "4690", "fullAnswer": "The Three Musketeers" }, - { - "category": "POP STARS", - "air_date": "2005-01-14", - "question": "kashrut.com notes that the original & ruby red versions of this soda are kosher", - "value": "$800", - "answer": "Squirt", - "round": "Jeopardy!", - "show_number": "4690", - "fullAnswer": "Squirt" - }, { "category": "\"EASY\" FOR YOU TO SAY", "air_date": "2005-01-14", @@ -1647674,7 +1565614,7 @@ "air_date": "2005-01-14", "question": "\"I'll buy you a diamond ring, my friend\" if you know this became the Lads' third No. 1 in a row in April that year", "value": "$1200", - "answer": "Can\\'t Buy Me Love", + "answer": "Can't Buy Me Love", "round": "Double Jeopardy!", "show_number": "4690", "fullAnswer": "\"Can\\'t Buy Me Love\"" @@ -1647734,7 +1565674,7 @@ "air_date": "2005-01-14", "question": "This hit was also the title of the band's first film, which one critic called \"the Citizen Kane of jukebox musicals\"", "value": "$1600", - "answer": "A Hard Day\\'s Night", + "answer": "A Hard Day's Night", "round": "Double Jeopardy!", "show_number": "4690", "fullAnswer": "\"A Hard Day\\'s Night\"" @@ -1647789,16 +1565729,6 @@ "show_number": "4690", "fullAnswer": "\"Love Me Do\"" }, - { - "category": "PEACE, LOVE & UNDERSTANDING", - "air_date": "2005-01-14", - "question": "(Sarah of the Clue Crew, wearing a tool belt, stands in front of a frame house under coustruction.) Habitat for Humanity's program of short international trips is called \"Global\" this", - "value": "$2000", - "answer": "Village", - "round": "Double Jeopardy!", - "show_number": "4690", - "fullAnswer": "Village" - }, { "category": "SEA BETWEEN", "air_date": "2005-01-14", @@ -1648459,16 +1566389,6 @@ "show_number": "5182", "fullAnswer": "pineapple" }, - { - "category": "RAISE THE FLAG", - "air_date": "2007-03-06", - "question": "Seen here is the new flag of the post-Taliban Islamic Republic of this", - "value": "$200", - "answer": "Afghanistan", - "round": "Jeopardy!", - "show_number": "5182", - "fullAnswer": "Afghanistan" - }, { "category": "LOWER THE \"BOOM\"", "air_date": "2007-03-06", @@ -1648519,26 +1566439,6 @@ "show_number": "5182", "fullAnswer": "(Warren) Buffett" }, - { - "category": "RAISE THE FLAG", - "air_date": "2007-03-06", - "question": "Once dominated by numerous city-states, this nation was unified around 1870", - "value": "$400", - "answer": "Italy", - "round": "Jeopardy!", - "show_number": "5182", - "fullAnswer": "Italy" - }, - { - "category": "LOWER THE \"BOOM\"", - "air_date": "2007-03-06", - "question": "Enormously popular in the 1890s, this song heard here takes its name from the first line of its lyrics", - "value": "$400", - "answer": "Ta-Ra-Ra-Boom-Dee-Ay", - "round": "Jeopardy!", - "show_number": "5182", - "fullAnswer": "\"Ta-Ra-Ra-Boom-Dee-Ay\"" - }, { "category": "1840", "air_date": "2007-03-06", @@ -1648579,16 +1566479,6 @@ "show_number": "5182", "fullAnswer": "Iacocca" }, - { - "category": "RAISE THE FLAG", - "air_date": "2007-03-06", - "question": "Tree's company for this Middle Eastern nation's flag", - "value": "$600", - "answer": "Lebanon", - "round": "Jeopardy!", - "show_number": "5182", - "fullAnswer": "Lebanon" - }, { "category": "LOWER THE \"BOOM\"", "air_date": "2007-03-06", @@ -1648639,16 +1566529,6 @@ "show_number": "5182", "fullAnswer": "(Michael) Dell" }, - { - "category": "RAISE THE FLAG", - "air_date": "2007-03-06", - "question": "The current flag of this former British Crown colony is seen here", - "value": "$800", - "answer": "Hong Kong", - "round": "Jeopardy!", - "show_number": "5182", - "fullAnswer": "Hong Kong" - }, { "category": "LOWER THE \"BOOM\"", "air_date": "2007-03-06", @@ -1648699,16 +1566579,6 @@ "show_number": "5182", "fullAnswer": "Beanie Babies" }, - { - "category": "RAISE THE FLAG", - "air_date": "2007-03-06", - "question": "Two-word name of the U.S. Pacific territory whose flag is seen here", - "value": "$1000", - "answer": "American Samoa", - "round": "Jeopardy!", - "show_number": "5182", - "fullAnswer": "American Samoa" - }, { "category": "LOWER THE \"BOOM\"", "air_date": "2007-03-06", @@ -1648769,16 +1566639,6 @@ "show_number": "5182", "fullAnswer": "Oliver & Rosetta Stone" }, - { - "category": "CONSUMER REPORTS", - "air_date": "2007-03-06", - "question": "(Jimmy of the Clue Crew enlightens us from the Consumer Reports photography lab in Yonkers, NY.) To judge digital prints, Consumer Reports simulates the bluish color temperature of daylight with a setting of 5000 K, the \"K\" standing for this", - "value": "$400", - "answer": "kelvin", - "round": "Double Jeopardy!", - "show_number": "5182", - "fullAnswer": "kelvin" - }, { "category": "LITERATURE OF THE 19-OUGHTS", "air_date": "2007-03-06", @@ -1648829,16 +1566689,6 @@ "show_number": "5182", "fullAnswer": "Tony & Bonnie Blair" }, - { - "category": "CONSUMER REPORTS", - "air_date": "2007-03-06", - "question": "(Sarah of the Clue Crew strolls through the Consumer Reports stroller testing lab in Yonkers, NY.) At Consumer Reports, strollers take 50,000 bumpy rolls to test durability; then plastic gets checked for this weakness in material resulting from stress, from the French for \"tire\"", - "value": "$2,000", - "answer": "fatigue", - "round": "Double Jeopardy!", - "show_number": "5182", - "fullAnswer": "fatigue" - }, { "category": "LITERATURE OF THE 19-OUGHTS", "air_date": "2007-03-06", @@ -1648889,16 +1566739,6 @@ "show_number": "5182", "fullAnswer": "Hal & Port Au Prince" }, - { - "category": "CONSUMER REPORTS", - "air_date": "2007-03-06", - "question": "(Sarah of the Clue Crew is a (child safety) gate crasher at Consumer Reports in Yonkers, NY.) Child safety gates get both the dynamic test & this opposite type with a six letter name that uses 100 pounds of horizontal force for 10 seconds", - "value": "$1200", - "answer": "static", - "round": "Double Jeopardy!", - "show_number": "5182", - "fullAnswer": "static" - }, { "category": "LITERATURE OF THE 19-OUGHTS", "air_date": "2007-03-06", @@ -1648949,16 +1566789,6 @@ "show_number": "5182", "fullAnswer": "Mont & Sauvignon Blanc" }, - { - "category": "CONSUMER REPORTS", - "air_date": "2007-03-06", - "question": "(Jimmy of the Clue Crew stands in Consumer Reports' anachoic chamber in Yonkers, NY.) Measurements at 416 points test speakers with this type of noise, a wide band signal; its name comes from being halfway between red & white noise", - "value": "$1600", - "answer": "pink noise", - "round": "Double Jeopardy!", - "show_number": "5182", - "fullAnswer": "pink noise" - }, { "category": "LITERATURE OF THE 19-OUGHTS", "air_date": "2007-03-06", @@ -1648999,16 +1566829,6 @@ "show_number": "5182", "fullAnswer": "C.S. Lewis" }, - { - "category": "CONSUMER REPORTS", - "air_date": "2007-03-06", - "question": "(Jimmy of the Clue Crew winds up the category on KP duty at the dishwasher at Consumer Reports in Yonkers, NY.) The government gives a star for this type of efficiency; Consumer Reports washes dirtier loads, so you know when they rate a machine efficient, it can also perform", - "value": "$2000", - "answer": "energy efficiency", - "round": "Double Jeopardy!", - "show_number": "5182", - "fullAnswer": "energy efficiency" - }, { "category": "ISLANDS", "air_date": "2007-03-06", @@ -1650004,7 +1567824,7 @@ "air_date": "2011-03-15", "question": "This actress has 3 children with ex John McEnroe", "value": "$800", - "answer": "Tatum O\\'Neal", + "answer": "Tatum O'Neal", "round": "Double Jeopardy!", "show_number": "6107", "fullAnswer": "Tatum O\\'Neal" @@ -1650049,16 +1567869,6 @@ "show_number": "6107", "fullAnswer": "bovine" }, - { - "category": "THE CIVIL WAR", - "air_date": "2011-03-15", - "question": "(Jimmy of the Clue Crew shows an animated diagram on the monitor.) At the 1863 Battle of Gettysburg, the Union's center line at Cemetery Ridge was hit by 12,000 Confederates who suffered 42% casualties in the skirmish known as this man's \"charge\"", - "value": "$1200", - "answer": "Pickett", - "round": "Double Jeopardy!", - "show_number": "6107", - "fullAnswer": "(Gen. George) Pickett" - }, { "category": "EXES & \"O\"S", "air_date": "2011-03-15", @@ -1650214,7 +1568024,7 @@ "air_date": "2000-10-10", "question": "This Michigan company formerly had a 30-minute pizza delivery guarantee", "value": "$100", - "answer": "Domino\\'s Pizza", + "answer": "Domino's Pizza", "round": "Jeopardy!", "show_number": "3702", "fullAnswer": "Domino\\'s Pizza" @@ -1650814,7 +1568624,7 @@ "air_date": "2000-10-10", "question": "This musical inspired by an opera features the songs \"The Gods Love Nubia\" & \"Another Pyramid\"", "value": null, - "answer": "\\Aida\\", + "answer": "Aida", "round": "Final Jeopardy!", "show_number": "3702", "fullAnswer": "\\\"Aida\\\"" @@ -1650824,7 +1568634,7 @@ "air_date": "2003-02-14", "question": "It's what the \"C\" stands for in UNICEF, a United Nations international emergency fund", "value": "$200", - "answer": "Children\\'s", + "answer": "Children's", "round": "Jeopardy!", "show_number": "4255", "fullAnswer": "Children\\'s" @@ -1650834,21 +1568644,11 @@ "air_date": "2003-02-14", "question": "Your KJPY T-shirt gets you half off to see \"My Big Fat Greek Wedding\", featuring Joey Fatone of this band", "value": "$200", - "answer": "\\'N Sync", + "answer": "'N Sync", "round": "Jeopardy!", "show_number": "4255", "fullAnswer": "\\'N Sync" }, - { - "category": "TEEN BOOK SCENE", - "air_date": "2003-02-14", - "question": "Amazon.com allows you to add this \"Fudge\" author's \"Forever\" to your \"Wedding Registry\" list", - "value": "$200", - "answer": "Judy Blume", - "round": "Jeopardy!", - "show_number": "4255", - "fullAnswer": "Judy Blume" - }, { "category": "PEOPLE", "air_date": "2003-02-14", @@ -1651759,16 +1569559,6 @@ "show_number": "6272", "fullAnswer": "Shrek" }, - { - "category": "ZOOM IN FOR A CLOSE-UP", - "air_date": "2011-12-20", - "question": "To start off, you're getting an aerial view of this state", - "value": "$400", - "answer": "Massachusetts", - "round": "Double Jeopardy!", - "show_number": "6272", - "fullAnswer": "Massachusetts" - }, { "category": "MAKING A \"LIST\"", "air_date": "2011-12-20", @@ -1651819,16 +1569609,6 @@ "show_number": "6272", "fullAnswer": "Madagascar" }, - { - "category": "ZOOM IN FOR A CLOSE-UP", - "air_date": "2011-12-20", - "question": "First there was one big county, then Norfolk split off in 1793, leaving this county", - "value": "$800", - "answer": "Suffolk", - "round": "Double Jeopardy!", - "show_number": "6272", - "fullAnswer": "Suffolk" - }, { "category": "MAKING A \"LIST\"", "air_date": "2011-12-20", @@ -1651879,16 +1569659,6 @@ "show_number": "6272", "fullAnswer": "Olive" }, - { - "category": "ZOOM IN FOR A CLOSE-UP", - "air_date": "2011-12-20", - "question": "This river winds through the county until it reaches Boston Harbor", - "value": "$1200", - "answer": "Charles River", - "round": "Double Jeopardy!", - "show_number": "6272", - "fullAnswer": "the Charles River" - }, { "category": "MAKING A \"LIST\"", "air_date": "2011-12-20", @@ -1651939,16 +1569709,6 @@ "show_number": "6272", "fullAnswer": "Toys" }, - { - "category": "ZOOM IN FOR A CLOSE-UP", - "air_date": "2011-12-20", - "question": "Just south of the river and west of Boston Common is the area called this Garden, for all people to enjoy", - "value": "$1600", - "answer": "Public", - "round": "Double Jeopardy!", - "show_number": "6272", - "fullAnswer": "Public" - }, { "category": "MAKING A \"LIST\"", "air_date": "2011-12-20", @@ -1651984,7 +1569744,7 @@ "air_date": "2011-12-20", "question": "A popular wedding march comes from music Mendelssohn wrote for this magical Shakespeare play", "value": "$2000", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "6272", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -1651999,16 +1569759,6 @@ "show_number": "6272", "fullAnswer": "July" }, - { - "category": "ZOOM IN FOR A CLOSE-UP", - "air_date": "2011-12-20", - "question": "In the garden is this American, but not Massachusetts-born, hero on horseback, ready for his close-up", - "value": "$2000", - "answer": "George Washington", - "round": "Double Jeopardy!", - "show_number": "6272", - "fullAnswer": "George Washington" - }, { "category": "MAKING A \"LIST\"", "air_date": "2011-12-20", @@ -1652424,7 +1570174,7 @@ "air_date": "1994-11-23", "question": "This one-time penal colony, located off French Guiana, is the smallest of the 3 Safety Islands", "value": "$400", - "answer": "Devil\\'s Island", + "answer": "Devil's Island", "round": "Double Jeopardy!", "show_number": "2353", "fullAnswer": "Devil\\'s Island" @@ -1652764,7 +1570514,7 @@ "air_date": "1999-06-09", "question": "This company's V.O. whisky had a gold & black ribbon signifying the horse racing colors of its founder", "value": "$200", - "answer": "Seagram\\'s", + "answer": "Seagram's", "round": "Jeopardy!", "show_number": "3413", "fullAnswer": "Seagram\\'s" @@ -1652874,7 +1570624,7 @@ "air_date": "1999-06-09", "question": "On a party invitation, the letters RSVP stand for the French phrase \"Repondez\" this", "value": "$400", - "answer": "S\\'il vous plait", + "answer": "S'il vous plait", "round": "Jeopardy!", "show_number": "3413", "fullAnswer": "S\\'il vous plait" @@ -1652964,7 +1570714,7 @@ "air_date": "1999-06-09", "question": "\"Start Me Up\",
\"Satisfaction\",
\"Jumpin' Jack Flash\"", "value": "$200", - "answer": "Satisfaction, Jumpin\\' Jack Flash, Start Me Up", + "answer": "Satisfaction, Jumpin' Jack Flash, Start Me Up", "round": "Double Jeopardy!", "show_number": "3413", "fullAnswer": "\"Satisfaction\", \"Jumpin\\' Jack Flash\", \"Start Me Up\"" @@ -1653024,7 +1570774,7 @@ "air_date": "1999-06-09", "question": "After winning Super Bowl XXI in 1987, Phil Simms pioneered the use of this reply when asked what he would do now", "value": "$400", - "answer": "I\\'m Going to Disneyland!", + "answer": "I'm Going to Disneyland!", "round": "Double Jeopardy!", "show_number": "3413", "fullAnswer": "\"I\\'m Going to Disneyland!\"" @@ -1653084,7 +1570834,7 @@ "air_date": "1999-06-09", "question": "Cosby's recreational dentistry equipment", "value": "$600", - "answer": "Bill\\'s drills", + "answer": "Bill's drills", "round": "Double Jeopardy!", "show_number": "3413", "fullAnswer": "Bill\\'s drills" @@ -1653144,7 +1570894,7 @@ "air_date": "1999-06-09", "question": "Nobel winner Linus' bearlike attacks on the living room furniture", "value": "$800", - "answer": "Pauling\\'s maulings", + "answer": "Pauling's maulings", "round": "Double Jeopardy!", "show_number": "3413", "fullAnswer": "Pauling\\'s maulings" @@ -1653164,7 +1570914,7 @@ "air_date": "1999-06-09", "question": "The Seven Years' War,
The Thirty Years' War,
The Hundred Years' War", "value": "$1000", - "answer": "Hundred Years\\' War, The Thirty Years\\' War, The Seven Years\\' War", + "answer": "Hundred Years' War, The Thirty Years' War, The Seven Years' War", "round": "Double Jeopardy!", "show_number": "3413", "fullAnswer": "The Hundred Years\\' War, The Thirty Years\\' War, The Seven Years\\' War" @@ -1653204,7 +1570954,7 @@ "air_date": "1999-06-09", "question": "Physicist Bohr's stiletto shoes", "value": "$1000", - "answer": "Niels\\' heels", + "answer": "Niels' heels", "round": "Double Jeopardy!", "show_number": "3413", "fullAnswer": "Niels\\' heels" @@ -1653214,7 +1570964,7 @@ "air_date": "1999-06-09", "question": "In a 1983 movie about a kidnapping, Daniel J. Travanti played the man who would later host this series", "value": null, - "answer": "America\\'s Most Wanted ", + "answer": "America's Most Wanted ", "round": "Final Jeopardy!", "show_number": "3413", "fullAnswer": "America\\'s Most Wanted (hosted by John Walsh)" @@ -1653599,16 +1571349,6 @@ "show_number": "3019", "fullAnswer": "Sir Edmund Hillary" }, - { - "category": "THE NAME'S THE SAME", - "air_date": "1997-10-16", - "question": "Name shared by a baseball player & the woman seen here:

[Grace Under Fire]", - "value": "$1,000", - "answer": "Brett Butler", - "round": "Double Jeopardy!", - "show_number": "3019", - "fullAnswer": "Brett Butler" - }, { "category": "MIND YOUR \"P\"s & \"Q\"s", "air_date": "1997-10-16", @@ -1653899,16 +1571639,6 @@ "show_number": "5057", "fullAnswer": "Hallmark" }, - { - "category": "THE TIME 100", - "air_date": "2006-09-12", - "question": "\"Hollywood's hardiest bachelor\", this actor fights \"poverty with the ONE Campaign and one.org\"", - "value": "$400", - "answer": "George Clooney", - "round": "Jeopardy!", - "show_number": "5057", - "fullAnswer": "George Clooney" - }, { "category": "TO CONCL\"UDE\"?", "air_date": "2006-09-12", @@ -1654129,16 +1571859,6 @@ "show_number": "5057", "fullAnswer": "Truman Capote" }, - { - "category": "HISTORICAL PAINTINGS", - "air_date": "2006-09-12", - "question": "This 1789 event was captured in the painting seen here", - "value": "$400", - "answer": "storming of the Bastille", - "round": "Double Jeopardy!", - "show_number": "5057", - "fullAnswer": "the storming of the Bastille" - }, { "category": "MARSUPIAL RHYME TIME", "air_date": "2006-09-12", @@ -1654149,16 +1571869,6 @@ "show_number": "5057", "fullAnswer": "a kangaroo zoo" }, - { - "category": "AT THE MOZART HOUSE", - "air_date": "2006-09-12", - "question": "(Jimmy of the Clue Crew stands in the open second-floor window of the Mozart House in Vienna, Austria.) It was here in this home that Mozart wrote this famous 1786 opera, so the building has long been known as \"Figaro House\"", - "value": "$400", - "answer": "Marriage of Figaro", - "round": "Double Jeopardy!", - "show_number": "5057", - "fullAnswer": "The Marriage of Figaro" - }, { "category": "OEDIPUS", "air_date": "2006-09-12", @@ -1654239,16 +1571949,6 @@ "show_number": "5057", "fullAnswer": "Percy Shelley" }, - { - "category": "HISTORICAL PAINTINGS", - "air_date": "2006-09-12", - "question": "Seen here, Roy Grinnell's \"The Final Moment\" commemorates the 60th anniversary of the attack on this battleship", - "value": "$1200", - "answer": "Arizona", - "round": "Double Jeopardy!", - "show_number": "5057", - "fullAnswer": "the Arizona" - }, { "category": "MARSUPIAL RHYME TIME", "air_date": "2006-09-12", @@ -1654259,16 +1571959,6 @@ "show_number": "5057", "fullAnswer": "a level devil" }, - { - "category": "AT THE MOZART HOUSE", - "air_date": "2006-09-12", - "question": "(Sarah of the Clue Crew strolls through the Mozart House in Vienna, Austria.) In 1787 Mozart gave music lessons in this house to a teenager from Bonn, Germany, who would become world-famous as this composer", - "value": "$1200", - "answer": "Beethoven", - "round": "Double Jeopardy!", - "show_number": "5057", - "fullAnswer": "Beethoven" - }, { "category": "OEDIPUS", "air_date": "2006-09-12", @@ -1654319,16 +1572009,6 @@ "show_number": "5057", "fullAnswer": "an anteater heater" }, - { - "category": "AT THE MOZART HOUSE", - "air_date": "2006-09-12", - "question": "Eerily, Mozart's home is just one block from this cathedral, from which his funeral procession departed in 1791", - "value": "$1600", - "answer": "St. Stephen\\'s Cathedral", - "round": "Double Jeopardy!", - "show_number": "5057", - "fullAnswer": "St. Stephen\\'s Cathedral" - }, { "category": "OEDIPUS", "air_date": "2006-09-12", @@ -1654359,16 +1572039,6 @@ "show_number": "5057", "fullAnswer": "Jacqueline Susann" }, - { - "category": "HISTORICAL PAINTINGS", - "air_date": "2006-09-12", - "question": "Lucas Cranach the Elder was a close friend of this clergyman, whom he painted in the 1533 portrait seen here", - "value": "$5,000", - "answer": "Martin Luther", - "round": "Double Jeopardy!", - "show_number": "5057", - "fullAnswer": "Martin Luther" - }, { "category": "MARSUPIAL RHYME TIME", "air_date": "2006-09-12", @@ -1654379,16 +1572049,6 @@ "show_number": "5057", "fullAnswer": "wombat combat" }, - { - "category": "AT THE MOZART HOUSE", - "air_date": "2006-09-12", - "question": "(Sarah of the Clue Crew indicates glass-enclosed ornaments & artifacts in the Mozart House in Vienna, Austria.) Here are some original artifacts from this organization of which Mozart was a proud member; they were loaned to Mozart House by the Grand Lodge of Austria", - "value": "$2000", - "answer": "Masons", - "round": "Double Jeopardy!", - "show_number": "5057", - "fullAnswer": "the Masons" - }, { "category": "AMERICANA", "air_date": "2006-09-12", @@ -1654419,16 +1572079,6 @@ "show_number": "5918", "fullAnswer": "Dave Grohl (or Krist Novoselic)" }, - { - "category": "THE NEW YORK TIMES CONTRIBUTORS", - "air_date": "2010-05-12", - "question": "(I'm Nicholas Kristof.) As a journalist, I visited 140 nations & every one of this country's more than 30 provinces, even Hainan", - "value": "$200", - "answer": "China", - "round": "Jeopardy!", - "show_number": "5918", - "fullAnswer": "China" - }, { "category": "STARRY NIGHT", "air_date": "2010-05-12", @@ -1654479,16 +1572129,6 @@ "show_number": "5918", "fullAnswer": "Pete Townshend (or Roger Daltrey)" }, - { - "category": "THE NEW YORK TIMES CONTRIBUTORS", - "air_date": "2010-05-12", - "question": "(I'm personal technology columnist David Pogue and...) I write about the latest in amazing gadgets in Pogue's Posts, one of the New York Times' most popular one of these; Scotty Reston never had one", - "value": "$400", - "answer": "blog", - "round": "Jeopardy!", - "show_number": "5918", - "fullAnswer": "a blog" - }, { "category": "STARRY NIGHT", "air_date": "2010-05-12", @@ -1654539,16 +1572179,6 @@ "show_number": "5918", "fullAnswer": "nobody" }, - { - "category": "THE NEW YORK TIMES CONTRIBUTORS", - "air_date": "2010-05-12", - "question": "(I'm Gail Collins.) I was the New York Times' first female editorial page editor & wrote a book called \"America's Women\", which begins with \"The Extremely Brief Story of\" the first English child born in the Americas", - "value": "$600", - "answer": "Virginia Dare", - "round": "Jeopardy!", - "show_number": "5918", - "fullAnswer": "Virginia Dare" - }, { "category": "STARRY NIGHT", "air_date": "2010-05-12", @@ -1654599,16 +1572229,6 @@ "show_number": "5918", "fullAnswer": "Barry Gibb & Robin Gibb" }, - { - "category": "THE NEW YORK TIMES CONTRIBUTORS", - "air_date": "2010-05-12", - "question": "(I'm Roger Cohen.) In the 1990s, based in Zagreb, I was the New York Times' chief of the bureau named for this peninsular region; I've written many books & columns about conflict there", - "value": "$800", - "answer": "Balkan Peninsula", - "round": "Jeopardy!", - "show_number": "5918", - "fullAnswer": "the Balkan Peninsula" - }, { "category": "STARRY NIGHT", "air_date": "2010-05-12", @@ -1654639,16 +1572259,6 @@ "show_number": "5918", "fullAnswer": "ciao" }, - { - "category": "IT'S A TELEGRAM", - "air_date": "2010-05-12", - "question": "(Sarah of the Clue Crew reports from the National Archives in Washington, D.C.) Once deciphered, the Zimmerman telegram aided U.S. entry into World War I by enraging the public; Germany promised U.S. land to this country", - "value": "$1000", - "answer": "Mexico", - "round": "Jeopardy!", - "show_number": "5918", - "fullAnswer": "Mexico" - }, { "category": "SURVIVORS OF THE BAND", "air_date": "2010-05-12", @@ -1654659,16 +1572269,6 @@ "show_number": "5918", "fullAnswer": "Michelle Phillips" }, - { - "category": "THE NEW YORK TIMES CONTRIBUTORS", - "air_date": "2010-05-12", - "question": "(I'm New York Times columnist Maureen Dowd.) The title of my book \"Are Men Necessary?\", exploring the implications of feminism, puts a twist on \"Is Sex Necessary?\", by E.B. White & this humorist", - "value": "$1000", - "answer": "James Thurber", - "round": "Jeopardy!", - "show_number": "5918", - "fullAnswer": "James Thurber" - }, { "category": "STARRY NIGHT", "air_date": "2010-05-12", @@ -1655019,16 +1572619,6 @@ "show_number": "5948", "fullAnswer": "Two Cities" }, - { - "category": "ALEX MEETS AUTO-TUNE", - "air_date": "2010-06-23", - "question": "\"And the child takes the nurse, the child takes the nurse, hi-ho, the derry-o, the child takes the nurse\"", - "value": "$200", - "answer": "The Farmer In The Dell", - "round": "Jeopardy!", - "show_number": "5948", - "fullAnswer": "\"The Farmer In The Dell\"" - }, { "category": "BREAD", "air_date": "2010-06-23", @@ -1655079,16 +1572669,6 @@ "show_number": "5948", "fullAnswer": "Jazz" }, - { - "category": "ALEX MEETS AUTO-TUNE", - "air_date": "2010-06-23", - "question": "\"I come from Alabama with my banjo on my knee / I'm going to Louisiana, my true love for to see\"", - "value": "$400", - "answer": "Oh! Susanna", - "round": "Jeopardy!", - "show_number": "5948", - "fullAnswer": "\"Oh! Susanna\"" - }, { "category": "BREAD", "air_date": "2010-06-23", @@ -1655104,7 +1572684,7 @@ "air_date": "2010-06-23", "question": "Mattel now makes this classic boxing game in which the Red Rocker & Blue Bomber try to knock each other's blocks off", "value": "$400", - "answer": "Rock \\'Em Sock \\'Em Robots", + "answer": "Rock 'Em Sock 'Em Robots", "round": "Jeopardy!", "show_number": "5948", "fullAnswer": "Rock \\'Em Sock \\'Em Robots" @@ -1655134,21 +1572714,11 @@ "air_date": "2010-06-23", "question": "Shakespeare:
\"The ____ Tale\"", "value": "$600", - "answer": "Winter\\'s", + "answer": "Winter's", "round": "Jeopardy!", "show_number": "5948", "fullAnswer": "Winter\\'s" }, - { - "category": "ALEX MEETS AUTO-TUNE", - "air_date": "2010-06-23", - "question": "\"In the beauty of the lilies Christ was born across the sea, with a glory in his bosom that transfigures you and me\"", - "value": "$600", - "answer": "The Battle Hymn Of The Republic", - "round": "Jeopardy!", - "show_number": "5948", - "fullAnswer": "\"The Battle Hymn Of The Republic\"" - }, { "category": "BREAD", "air_date": "2010-06-23", @@ -1655199,16 +1572769,6 @@ "show_number": "5948", "fullAnswer": "Leatherstocking" }, - { - "category": "ALEX MEETS AUTO-TUNE", - "air_date": "2010-06-23", - "question": "\"When Israel was in Egypt land / Let my people go / Oppressed so hard they could not stand / Let my people go\"", - "value": "$800", - "answer": "Go Down Moses", - "round": "Jeopardy!", - "show_number": "5948", - "fullAnswer": "\"Go Down Moses\"" - }, { "category": "BREAD", "air_date": "2010-06-23", @@ -1655259,16 +1572819,6 @@ "show_number": "5948", "fullAnswer": "Twice-Told" }, - { - "category": "ALEX MEETS AUTO-TUNE", - "air_date": "2010-06-23", - "question": "\"...The pipes, the pipes are calling from glen to glen, & down the mountain side\"", - "value": "$1000", - "answer": "Danny Boy", - "round": "Jeopardy!", - "show_number": "5948", - "fullAnswer": "\"Danny Boy\"" - }, { "category": "BREAD", "air_date": "2010-06-23", @@ -1655279,16 +1572829,6 @@ "show_number": "5948", "fullAnswer": "tack" }, - { - "category": "MATTEL-ICA", - "air_date": "2010-06-23", - "question": "Back in the '60s, you needed a Thingmaker to cook up the insect toys with this alliterative 2-word name", - "value": "$1000", - "answer": "Creepy Crawlers", - "round": "Jeopardy!", - "show_number": "5948", - "fullAnswer": "Creepy Crawlers" - }, { "category": "GREAT \"B\"-GINNINGS", "air_date": "2010-06-23", @@ -1655349,16 +1572889,6 @@ "show_number": "5948", "fullAnswer": "the (Colorado) Rockies" }, - { - "category": "UNIQUE WORLD ARCHITECTURE", - "air_date": "2010-06-23", - "question": "An 80-foot-high aquarium pillar is in the lobby of the Domaquare Building in this German capital", - "value": "$400", - "answer": "Berlin", - "round": "Double Jeopardy!", - "show_number": "5948", - "fullAnswer": "Berlin" - }, { "category": "IT'S IN ARGENTINA", "air_date": "2010-06-23", @@ -1655409,16 +1572939,6 @@ "show_number": "5948", "fullAnswer": "T.J. Maxx" }, - { - "category": "UNIQUE WORLD ARCHITECTURE", - "air_date": "2010-06-23", - "question": "Based on the home of a Russian fairy tale character, the cabin here weighs 13 tons & is near this city, formerly Leningrad", - "value": "$800", - "answer": "St. Petersburg", - "round": "Double Jeopardy!", - "show_number": "5948", - "fullAnswer": "St. Petersburg" - }, { "category": "IT'S IN ARGENTINA", "air_date": "2010-06-23", @@ -1655444,21 +1572964,11 @@ "air_date": "2010-06-23", "question": "Pierce Brosnan knows this title mountain town is going to have a whole lava trouble", "value": "$1200", - "answer": "Dante\\'s Peak", + "answer": "Dante's Peak", "round": "Double Jeopardy!", "show_number": "5948", "fullAnswer": "Dante\\'s Peak" }, - { - "category": "IT'S ALL SCIENCEY & STUFF", - "air_date": "2010-06-23", - "question": "(Kelly of the Clue Crew drops a sugar cube into each of two glasses of water.) Sugar cubes dissolve faster in hot water than in cold, because when water is heated, these move faster & further apart, making room for more sugar ones", - "value": "$1200", - "answer": "water molecules", - "round": "Double Jeopardy!", - "show_number": "5948", - "fullAnswer": "water molecules" - }, { "category": "BUSINESSWOMEN", "air_date": "2010-06-23", @@ -1655469,16 +1572979,6 @@ "show_number": "5948", "fullAnswer": "Yahoo!" }, - { - "category": "UNIQUE WORLD ARCHITECTURE", - "air_date": "2010-06-23", - "question": "Niteroi's Museum of Contemporary Art overlooks Guanabara Bay in this country", - "value": "$1200", - "answer": "Brazil", - "round": "Double Jeopardy!", - "show_number": "5948", - "fullAnswer": "Brazil" - }, { "category": "IT'S IN ARGENTINA", "air_date": "2010-06-23", @@ -1655529,16 +1573029,6 @@ "show_number": "5948", "fullAnswer": "(Meg) Whitman" }, - { - "category": "UNIQUE WORLD ARCHITECTURE", - "air_date": "2010-06-23", - "question": "The 350-foot-tall Baiterek Tower, also known as the \"Large Lollipop\", can take a licking in Astana in this country", - "value": "$1600", - "answer": "Kazakhstan", - "round": "Double Jeopardy!", - "show_number": "5948", - "fullAnswer": "Kazakhstan" - }, { "category": "IT'S IN ARGENTINA", "air_date": "2010-06-23", @@ -1655579,16 +1573069,6 @@ "show_number": "5948", "fullAnswer": "Estée Lauder" }, - { - "category": "UNIQUE WORLD ARCHITECTURE", - "air_date": "2010-06-23", - "question": "Opened in 2004, the $300-million Stata Center at M.I.T. was designed by this L.A.-based architect", - "value": "$2000", - "answer": "Gehry", - "round": "Double Jeopardy!", - "show_number": "5948", - "fullAnswer": "(Frank) Gehry" - }, { "category": "IT'S IN ARGENTINA", "air_date": "2010-06-23", @@ -1656419,16 +1573899,6 @@ "show_number": "4834", "fullAnswer": "the San Diego Chargers" }, - { - "category": "FUN ACROSS AMERICA", - "air_date": "2005-09-22", - "question": "(Sarah of the Clue Crew reads while a burlesque puppet dances in the background.) Lucy will be strutting her stuff at a new $40 million theater built especially for \"Avenue Q\" in this city", - "value": "$800", - "answer": "Las Vegas", - "round": "Jeopardy!", - "show_number": "4834", - "fullAnswer": "Las Vegas" - }, { "category": "CAN YOU DIGIT?", "air_date": "2005-09-22", @@ -1656499,26 +1573969,6 @@ "show_number": "4834", "fullAnswer": "the peacock" }, - { - "category": "THE PENTAGON", - "air_date": "2005-09-22", - "question": "(Cheryl of the Clue Crew stands in a room with a podium and plaques along the walls in the Pentagon.) The Pentagon's Hall of Heroes is dedicated to over 3,440 recipients of this, our nation's highest military decoration", - "value": "$400", - "answer": "Congressional Medal of Honor", - "round": "Double Jeopardy!", - "show_number": "4834", - "fullAnswer": "the Congressional Medal of Honor" - }, - { - "category": "FLOWER", - "air_date": "2005-09-22", - "question": "Native to South America, these flowers from woody vines are commonly found in Florida & California", - "value": "$400", - "answer": "bougainvillea", - "round": "Double Jeopardy!", - "show_number": "4834", - "fullAnswer": "bougainvillea" - }, { "category": "POW-ER", "air_date": "2005-09-22", @@ -1656559,26 +1574009,6 @@ "show_number": "4834", "fullAnswer": "boll weevils" }, - { - "category": "THE PENTAGON", - "air_date": "2005-09-22", - "question": "(Jimmy of the Clue Crew wanders through a basement corridor in the Pentagon.) The Pentagon is so vast, in 1989 this Secretary of Defense got lost in the basement for 10 minutes before finding his way out", - "value": "$3,600", - "answer": "Dick Cheney", - "round": "Double Jeopardy!", - "show_number": "4834", - "fullAnswer": "Dick Cheney" - }, - { - "category": "FLOWER", - "air_date": "2005-09-22", - "question": "This flower seen here was named for a Jesuit missionary, not for a 19th century French courtesan", - "value": "$800", - "answer": "camellia", - "round": "Double Jeopardy!", - "show_number": "4834", - "fullAnswer": "a camellia" - }, { "category": "POW-ER", "air_date": "2005-09-22", @@ -1656619,16 +1574049,6 @@ "show_number": "4834", "fullAnswer": "blockbuster" }, - { - "category": "FLOWER", - "air_date": "2005-09-22", - "question": "This blossom is often used to symbolize events in the last hours of Christ's life, hence its name", - "value": "$1200", - "answer": "passion flower", - "round": "Double Jeopardy!", - "show_number": "4834", - "fullAnswer": "the passion flower" - }, { "category": "POW-ER", "air_date": "2005-09-22", @@ -1656644,7 +1574064,7 @@ "air_date": "2005-09-22", "question": "\"All dames are alike: they reach down your throat & they grab your heart, pull it out & they throw it on the floor\"", "value": "$1,400", - "answer": "Dead Men Don\\'t Wear Plaid", + "answer": "Dead Men Don't Wear Plaid", "round": "Double Jeopardy!", "show_number": "4834", "fullAnswer": "Dead Men Don\\'t Wear Plaid" @@ -1656669,16 +1574089,6 @@ "show_number": "4834", "fullAnswer": "Bill Blass" }, - { - "category": "FLOWER", - "air_date": "2005-09-22", - "question": "The Rose of Sharon and the Chinese variety are popular types of this flower used in perfumes", - "value": "$1600", - "answer": "hibiscus", - "round": "Double Jeopardy!", - "show_number": "4834", - "fullAnswer": "a hibiscus" - }, { "category": "POW-ER", "air_date": "2005-09-22", @@ -1656719,26 +1574129,6 @@ "show_number": "4834", "fullAnswer": "blood pressure" }, - { - "category": "THE PENTAGON", - "air_date": "2005-09-22", - "question": "(Jimmy of the Clue Crew introduces us to a bust in the Pentagon.) This alcove is dedicated to this man, the first & only career soldier to win a Nobel Peace Prize", - "value": "$2000", - "answer": "Marshall", - "round": "Double Jeopardy!", - "show_number": "4834", - "fullAnswer": "(George) Marshall" - }, - { - "category": "FLOWER", - "air_date": "2005-09-22", - "question": "Native to Mexico, this flower was named for a Swedish botanist & student of Linnaeus", - "value": "$2000", - "answer": "Dahlia", - "round": "Double Jeopardy!", - "show_number": "4834", - "fullAnswer": "the Dahlia" - }, { "category": "POW-ER", "air_date": "2005-09-22", @@ -1656889,16 +1574279,6 @@ "show_number": "4780", "fullAnswer": "the Volga" }, - { - "category": "DRAW IT UP", - "air_date": "2005-05-20", - "question": "The sketch seen here accompanies U.S. patent number 821,393, officially submitted for this type of machine", - "value": "$400", - "answer": "flying machine", - "round": "Jeopardy!", - "show_number": "4780", - "fullAnswer": "a flying machine" - }, { "category": "TIME FOR A \"CON\"TEST", "air_date": "2005-05-20", @@ -1656924,7 +1574304,7 @@ "air_date": "2005-05-20", "question": "We Got the Meat is an all-male tribute band to this girl group", "value": "$600", - "answer": "Go-Go\\'s", + "answer": "Go-Go's", "round": "Jeopardy!", "show_number": "4780", "fullAnswer": "The Go-Go\\'s" @@ -1656949,16 +1574329,6 @@ "show_number": "4780", "fullAnswer": "the Baltic Sea" }, - { - "category": "DRAW IT UP", - "air_date": "2005-05-20", - "question": "(Cheryl of the Clue Crew demonstrates from a blackboard.) It's the specific technique I've used to shade in an area & give depth to my picture", - "value": "$600", - "answer": "cross-hatching", - "round": "Jeopardy!", - "show_number": "4780", - "fullAnswer": "cross-hatching" - }, { "category": "TIME FOR A \"CON\"TEST", "air_date": "2005-05-20", @@ -1657009,16 +1574379,6 @@ "show_number": "4780", "fullAnswer": "the Caucasus" }, - { - "category": "DRAW IT UP", - "air_date": "2005-05-20", - "question": "(Cheryl of the Clue Crew demonstrates from a blackboard.) When you draw Michigan as a mitten, this bay separates the thumb from the rest of the hand", - "value": "$800", - "answer": "Saginaw Bay", - "round": "Jeopardy!", - "show_number": "4780", - "fullAnswer": "Saginaw Bay" - }, { "category": "TIME FOR A \"CON\"TEST", "air_date": "2005-05-20", @@ -1657029,16 +1574389,6 @@ "show_number": "4780", "fullAnswer": "(Richard) Condon" }, - { - "category": "PREDATORS", - "air_date": "2005-05-20", - "question": "The name of this small cat of the forest has the name of a big cat in it", - "value": "$1000", - "answer": "jaguarundi", - "round": "Jeopardy!", - "show_number": "4780", - "fullAnswer": "a jaguarundi" - }, { "category": "TRIBUTE BANDS", "air_date": "2005-05-20", @@ -1657069,16 +1574419,6 @@ "show_number": "4780", "fullAnswer": "the Caspian Sea" }, - { - "category": "DRAW IT UP", - "air_date": "2005-05-20", - "question": "(Cheryl of the Clue Crew points to a circuit diagram.) This word for a diagram of an electrical system comes from the Latin for \"figure\"", - "value": "$1000", - "answer": "schematic", - "round": "Jeopardy!", - "show_number": "4780", - "fullAnswer": "a schematic" - }, { "category": "TIME FOR A \"CON\"TEST", "air_date": "2005-05-20", @@ -1657109,16 +1574449,6 @@ "show_number": "4780", "fullAnswer": "The Shield" }, - { - "category": "GRAND CANYON NATIONAL PARK", - "air_date": "2005-05-20", - "question": "The canyon rises to 8,800 feet in elevation on what's usually called the North this", - "value": "$400", - "answer": "North Rim", - "round": "Double Jeopardy!", - "show_number": "4780", - "fullAnswer": "the North Rim" - }, { "category": "WORLD COINS", "air_date": "2005-05-20", @@ -1657229,16 +1574559,6 @@ "show_number": "4780", "fullAnswer": "The World According to Garp" }, - { - "category": "GRAND CANYON NATIONAL PARK", - "air_date": "2005-05-20", - "question": "Religious-sounding name of some structures in the park, like the Venus, the Vishnu & the Zoroaster, pictured here", - "value": "$1200", - "answer": "temples", - "round": "Double Jeopardy!", - "show_number": "4780", - "fullAnswer": "temples" - }, { "category": "WORLD COINS", "air_date": "2005-05-20", @@ -1657349,16 +1574669,6 @@ "show_number": "4780", "fullAnswer": "Dangerous Liaisons" }, - { - "category": "GRAND CANYON NATIONAL PARK", - "air_date": "2005-05-20", - "question": "Using pueblos as a model, Mary Colter designed the structure seen here, known by this 10-letter name", - "value": "$2000", - "answer": "Watchtower", - "round": "Double Jeopardy!", - "show_number": "4780", - "fullAnswer": "the Watchtower" - }, { "category": "WORLD COINS", "air_date": "2005-05-20", @@ -1657499,26 +1574809,6 @@ "show_number": "4673", "fullAnswer": "Saddam Hussein" }, - { - "category": "WORLD OF COLOR", - "air_date": "2004-12-22", - "question": "It's the color as well as the translucent material in the picture seen here", - "value": "$400", - "answer": "amber", - "round": "Jeopardy!", - "show_number": "4673", - "fullAnswer": "amber" - }, - { - "category": "\"N\"TICE ME!", - "air_date": "2004-12-22", - "question": "The name of this 12th century landmark seen here might ring a bell", - "value": "$400", - "answer": "Notre Dame", - "round": "Jeopardy!", - "show_number": "4673", - "fullAnswer": "(the Cathedral of) Notre Dame" - }, { "category": "NATIONAL FORESTS", "air_date": "2004-12-22", @@ -1657609,16 +1574899,6 @@ "show_number": "4673", "fullAnswer": "Helios" }, - { - "category": "I'VE GOT THE POWER", - "air_date": "2004-12-22", - "question": "The name of this man, seen here, is now synonymous with ruthless power", - "value": "$800", - "answer": "Stalin", - "round": "Jeopardy!", - "show_number": "4673", - "fullAnswer": "Stalin" - }, { "category": "WORLD OF COLOR", "air_date": "2004-12-22", @@ -1657679,16 +1574959,6 @@ "show_number": "4673", "fullAnswer": "Mussolini" }, - { - "category": "WORLD OF COLOR", - "air_date": "2004-12-22", - "question": "It's the vivid color named for the showy flowers seen here", - "value": "$1000", - "answer": "fuschia", - "round": "Jeopardy!", - "show_number": "4673", - "fullAnswer": "fuschia" - }, { "category": "\"N\"TICE ME!", "air_date": "2004-12-22", @@ -1658194,7 +1575464,7 @@ "air_date": "2004-01-22", "question": "This 4-time Pulitzer Prize-winning playwright launched his career with the Provincetown Players", "value": "$800", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Jeopardy!", "show_number": "4464", "fullAnswer": "Eugene O\\'Neill" @@ -1659004,7 +1576274,7 @@ "air_date": "1997-01-16", "question": "When this play premiered on Broadway in 1963, Joan Tetzel played the role of Nurse Ratched", "value": "$400", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Double Jeopardy!", "show_number": "2854", "fullAnswer": "\"One Flew Over the Cuckoo\\'s Nest\"" @@ -1659024,7 +1576294,7 @@ "air_date": "1997-01-16", "question": "7 years after creating Stuart Little, E.B. White spun this tale about a spider", "value": "$400", - "answer": "Charlotte\\'s Web", + "answer": "Charlotte's Web", "round": "Double Jeopardy!", "show_number": "2854", "fullAnswer": "\"Charlotte\\'s Web\"" @@ -1659214,7 +1576484,7 @@ "air_date": "1997-01-16", "question": "With 6, this 1981 German film holds the record for most Oscar nominations for a foreign-language film", "value": null, - "answer": "\\Das Boot\\ ", + "answer": "Das Boot ", "round": "Final Jeopardy!", "show_number": "2854", "fullAnswer": "\\\"Das Boot\\\" (\\\"The Boat\\\")" @@ -1659434,7 +1576704,7 @@ "air_date": "1990-05-14", "question": "The red or white rose is the official flower of this Sunday observance in June", "value": "$400", - "answer": "Father\\'s Day", + "answer": "Father's Day", "round": "Jeopardy!", "show_number": "1326", "fullAnswer": "Father\\'s Day" @@ -1659464,7 +1576734,7 @@ "air_date": "1990-05-14", "question": "This Scottish cap was named for the hero of a Robert Burns poem", "value": "$500", - "answer": "Tam O\\' Shanter", + "answer": "Tam O' Shanter", "round": "Jeopardy!", "show_number": "1326", "fullAnswer": "Tam O\\' Shanter" @@ -1659879,16 +1577149,6 @@ "show_number": "5621", "fullAnswer": "New York City" }, - { - "category": "ABOARD AN AIRCRAFT CARRIER", - "air_date": "2009-02-02", - "question": "(Sarah of the Clue Crew reports from the USS John C. Stennis in San Diego, CA.) As the deck's too short for normal takeoff, jets are propelled up to 165 miles per hour in 2 seconds by these steam-powered launchers that share their name with an ancient military device", - "value": "$200", - "answer": "catapults", - "round": "Jeopardy!", - "show_number": "5621", - "fullAnswer": "catapults" - }, { "category": "THE 1880s", "air_date": "2009-02-02", @@ -1659939,16 +1577199,6 @@ "show_number": "5621", "fullAnswer": "Los Angeles" }, - { - "category": "ABOARD AN AIRCRAFT CARRIER", - "air_date": "2009-02-02", - "question": "(Sarah of the Clue Crew reports from the USS John C. Stennis in San Diego, CA.) A structure called the island, 150 feet tall, but only 20 wide at the base, houses the ship's command centers, including this place where you'll find the helmsmen", - "value": "$400", - "answer": "bridge", - "round": "Jeopardy!", - "show_number": "5621", - "fullAnswer": "the bridge" - }, { "category": "THE 1880s", "air_date": "2009-02-02", @@ -1659999,16 +1577249,6 @@ "show_number": "5621", "fullAnswer": "Chicago" }, - { - "category": "ABOARD AN AIRCRAFT CARRIER", - "air_date": "2009-02-02", - "question": "(Sarah of the Clue Crew reports from the USS John C. Stennis in San Diego, CA.) The circular shape of USS John C. Stennis's seal signifies its ability to circle the globe without refueling; its nuclear power gives it the speed of 30 of these, which would be about 800 miles a day", - "value": "$600", - "answer": "knots", - "round": "Jeopardy!", - "show_number": "5621", - "fullAnswer": "knots" - }, { "category": "THE 1880s", "air_date": "2009-02-02", @@ -1660024,7 +1577264,7 @@ "air_date": "2009-02-02", "question": "The game show \"Pig In A Poke\" sends the Griswolds on an international adventure in this 1985 sequel", "value": "$800", - "answer": "National Lampoon\\'s European Vacation", + "answer": "National Lampoon's European Vacation", "round": "Jeopardy!", "show_number": "5621", "fullAnswer": "National Lampoon\\'s European Vacation" @@ -1660059,16 +1577299,6 @@ "show_number": "5621", "fullAnswer": "New Orleans" }, - { - "category": "ABOARD AN AIRCRAFT CARRIER", - "air_date": "2009-02-02", - "question": "(Sarah of the Clue Crew reports from the USS John C. Stennis in San Diego, CA.) Often, the first jets sent up, E-2Cs, provide early warning & detection to carriers & bear this name of a \"Last of the Mohicans\" character", - "value": "$800", - "answer": "Hawkeye", - "round": "Jeopardy!", - "show_number": "5621", - "fullAnswer": "Hawkeye" - }, { "category": "THE 1880s", "air_date": "2009-02-02", @@ -1660119,16 +1577349,6 @@ "show_number": "5621", "fullAnswer": "Miami" }, - { - "category": "ABOARD AN AIRCRAFT CARRIER", - "air_date": "2009-02-02", - "question": "(Sarah of the Clue Crew reports from the USS John C. Stennis in San Diego, CA.) Cables stop 150-mile-per-hour aircraft in a 400-foot stretch with this system that transfers force using fluid--same principle as the brakes of your Pontiac", - "value": "$1000", - "answer": "hydraulics", - "round": "Jeopardy!", - "show_number": "5621", - "fullAnswer": "hydraulics" - }, { "category": "MYTHOLOGY", "air_date": "2009-02-02", @@ -1660219,16 +1577439,6 @@ "show_number": "5621", "fullAnswer": "the appendix" }, - { - "category": "ARTE ITALIANO", - "air_date": "2009-02-02", - "question": "It would be a \"Pieta\" if you didn't recognize this artist's monogram, seen here", - "value": "$800", - "answer": "Michelangelo", - "round": "Double Jeopardy!", - "show_number": "5621", - "fullAnswer": "Michelangelo" - }, { "category": "RIGHT \"IN\" THE MIDDLE", "air_date": "2009-02-02", @@ -1660329,16 +1577539,6 @@ "show_number": "5621", "fullAnswer": "the colon" }, - { - "category": "ARTE ITALIANO", - "air_date": "2009-02-02", - "question": "In the 1200s, Berlinghieri was among the first to depict this then-recent saint receiving the stigmata", - "value": "$1600", - "answer": "St. Francis", - "round": "Double Jeopardy!", - "show_number": "5621", - "fullAnswer": "St. Francis" - }, { "category": "RIGHT \"IN\" THE MIDDLE", "air_date": "2009-02-02", @@ -1660624,7 +1577824,7 @@ "air_date": "1998-12-03", "question": "Of all Shakespeare's plays, this one has the most fairies", "value": "$400", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Jeopardy!", "show_number": "3279", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -1661009,16 +1578209,6 @@ "show_number": "3279", "fullAnswer": "Arbor Day" }, - { - "category": "PRESIDENTIAL MAKEOVERS", - "air_date": "2010-12-08", - "question": "V.P. for just 83 days before getting the top job, this chief exec goes for the ZZ Top--what a sharp dressed man", - "value": "$200", - "answer": "Harry Truman", - "round": "Jeopardy!", - "show_number": "6038", - "fullAnswer": "Harry Truman" - }, { "category": "NBA MVPS PDQ, OK?", "air_date": "2010-12-08", @@ -1661069,16 +1578259,6 @@ "show_number": "6038", "fullAnswer": "Willy Wonka" }, - { - "category": "PRESIDENTIAL MAKEOVERS", - "air_date": "2010-12-08", - "question": "One stop at the big and tall shop & this 6-foot, 300-plus-pound prez seen here is large & in charge", - "value": "$400", - "answer": "Taft", - "round": "Jeopardy!", - "show_number": "6038", - "fullAnswer": "Taft" - }, { "category": "NBA MVPS PDQ, OK?", "air_date": "2010-12-08", @@ -1661109,16 +1578289,6 @@ "show_number": "6038", "fullAnswer": "Puck" }, - { - "category": "THIS CATEGORY IS A SHOE-IN", - "air_date": "2010-12-08", - "question": "The name of this shoe style includes a synonym for glimpse", - "value": "$400", - "answer": "peep toe", - "round": "Jeopardy!", - "show_number": "6038", - "fullAnswer": "peep toe" - }, { "category": "W.W. 5", "air_date": "2010-12-08", @@ -1661129,16 +1578299,6 @@ "show_number": "6038", "fullAnswer": "Walt Whitman" }, - { - "category": "PRESIDENTIAL MAKEOVERS", - "air_date": "2010-12-08", - "question": "A little Rogaine goes a long way for this now hirsute prez who once worked in the Panama Canal Zone", - "value": "$600", - "answer": "Eisenhower", - "round": "Jeopardy!", - "show_number": "6038", - "fullAnswer": "Eisenhower" - }, { "category": "NBA MVPS PDQ, OK?", "air_date": "2010-12-08", @@ -1661179,16 +1578339,6 @@ "show_number": "6038", "fullAnswer": "William Wallace" }, - { - "category": "PRESIDENTIAL MAKEOVERS", - "air_date": "2010-12-08", - "question": "It's Tippecanoe & who, too? This president looking blue", - "value": "$800", - "answer": "John Tyler", - "round": "Jeopardy!", - "show_number": "6038", - "fullAnswer": "John Tyler" - }, { "category": "NBA MVPS PDQ, OK?", "air_date": "2010-12-08", @@ -1661319,16 +1578469,6 @@ "show_number": "6038", "fullAnswer": "the Nile" }, - { - "category": "HAWAIIAN AGRICULTURE", - "air_date": "2010-12-08", - "question": "(Sarah of the Clue Crew presents the clue from a jungle on Maui.) Hawaii, the only U.S. state with a true tropical one of these environments, grows most of the USA's macadamias, which originated in the same type of environment when it covered much of Australia", - "value": "$400", - "answer": "rainforest", - "round": "Double Jeopardy!", - "show_number": "6038", - "fullAnswer": "rainforest" - }, { "category": "AMERICAN FADS", "air_date": "2010-12-08", @@ -1661379,16 +1578519,6 @@ "show_number": "6038", "fullAnswer": "oases" }, - { - "category": "HAWAIIAN AGRICULTURE", - "air_date": "2010-12-08", - "question": "(Sarah of the Clue Crew presents the clue from a coffee bean field on Molokai.) Coffee gets its flavor from the earth, & the nutrient-rich soil of Molokai, which gets its red color from this element, is ideal for growing coffee", - "value": "$800", - "answer": "iron", - "round": "Double Jeopardy!", - "show_number": "6038", - "fullAnswer": "iron" - }, { "category": "AMERICAN FADS", "air_date": "2010-12-08", @@ -1661439,16 +1578569,6 @@ "show_number": "6038", "fullAnswer": "Giza" }, - { - "category": "HAWAIIAN AGRICULTURE", - "air_date": "2010-12-08", - "question": "(Kelly of the Clue Crew presents the clue from Molokai.) High-temperature, forced-air treatment is used to kill any insect larvae in fruits as part of this, also a term for isolating contagious humans", - "value": "$1200", - "answer": "quarantine", - "round": "Double Jeopardy!", - "show_number": "6038", - "fullAnswer": "quarantine" - }, { "category": "AMERICAN FADS", "air_date": "2010-12-08", @@ -1661499,16 +1578619,6 @@ "show_number": "6038", "fullAnswer": "the Sudan" }, - { - "category": "HAWAIIAN AGRICULTURE", - "air_date": "2010-12-08", - "question": "(Kelly of the Clue Crew presents the clue from a pineapple factory on Maui.) The Spanish & the Portuguese spread the pineapple from South America around the world, & it was introduced to Hawaii in 1813 by a Spanish advisor to this ruler", - "value": "$1600", - "answer": "Kamehameha", - "round": "Double Jeopardy!", - "show_number": "6038", - "fullAnswer": "Kamehameha" - }, { "category": "AMERICAN FADS", "air_date": "2010-12-08", @@ -1662369,16 +1579479,6 @@ "show_number": "6039", "fullAnswer": "Bach" }, - { - "category": "I KNOW A LITTLE...", - "air_date": "2010-12-09", - "question": "Greek; he's known as this letter,
which in math means a tiny quantity", - "value": "$600", - "answer": "epsilon", - "round": "Jeopardy!", - "show_number": "6039", - "fullAnswer": "epsilon" - }, { "category": "CREATURES OF THE NIGHT", "air_date": "2010-12-09", @@ -1662529,16 +1579629,6 @@ "show_number": "6039", "fullAnswer": "(Sonia) Sotomayor" }, - { - "category": "CASUAL & SPORTY FASHION", - "air_date": "2010-12-09", - "question": "This Portland, Oregon, sportswear company took its name from the river that runs by the city", - "value": "$400", - "answer": "Columbia", - "round": "Double Jeopardy!", - "show_number": "6039", - "fullAnswer": "Columbia" - }, { "category": "VIOLINISTS", "air_date": "2010-12-09", @@ -1662759,16 +1579849,6 @@ "show_number": "6039", "fullAnswer": "Alexander Haig" }, - { - "category": "CASUAL & SPORTY FASHION", - "air_date": "2010-12-09", - "question": "Jake and Rocket, seen here, grace clothes from this
optimistic-sounding company", - "value": "$2000", - "answer": "Life is Good", - "round": "Double Jeopardy!", - "show_number": "6039", - "fullAnswer": "Life is Good" - }, { "category": "2 Es, THEN ONE E", "air_date": "2010-12-09", @@ -1663134,7 +1580214,7 @@ "air_date": "1999-02-12", "question": "13 loaves or buns", "value": "$200", - "answer": "Baker\\'s dozen", + "answer": "Baker's dozen", "round": "Double Jeopardy!", "show_number": "3330", "fullAnswer": "Baker\\'s dozen" @@ -1663414,7 +1580494,7 @@ "air_date": "2011-01-18", "question": "Hamburger University, this chain's training center, opened in 1961 in Elk Grove Village, Illinois", "value": "$200", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "6067", "fullAnswer": "McDonald\\'s" @@ -1663474,7 +1580554,7 @@ "air_date": "2011-01-18", "question": "The catchphrase \"Where's the beef?\" came from ads for this chain noted for its square burgers", "value": "$400", - "answer": "Wendy\\'s", + "answer": "Wendy's", "round": "Jeopardy!", "show_number": "6067", "fullAnswer": "Wendy\\'s" @@ -1663749,16 +1580829,6 @@ "show_number": "6067", "fullAnswer": "Pyromania" }, - { - "category": "THE BEAR FACTS", - "air_date": "2011-01-18", - "question": "This brown bear seen here actually gets its name from the French word for \"gray\"", - "value": "$800", - "answer": "grizzly", - "round": "Double Jeopardy!", - "show_number": "6067", - "fullAnswer": "a grizzly" - }, { "category": "WHERE YOU'D FIND", "air_date": "2011-01-18", @@ -1664889,16 +1581959,6 @@ "show_number": "4725", "fullAnswer": "Greece" }, - { - "category": "FARMING MATH", - "air_date": "2005-03-04", - "question": "(Jimmy of the Clue Crew milks a cow at Old World, Wisconsin.) Jersey cows, vital to the dairy industry, produce 40 pounds of milk a day; if a gallon weighs 8 pounds, that's this many gallons--I think I'm gonna need a bigger bucket", - "value": "$400", - "answer": "5", - "round": "Double Jeopardy!", - "show_number": "4725", - "fullAnswer": "5" - }, { "category": "\"F\"OOD WORD ORIGINS", "air_date": "2005-03-04", @@ -1664939,16 +1581999,6 @@ "show_number": "4725", "fullAnswer": "neptunium & plutonium" }, - { - "category": "BROADWAY MUSICAL SETTINGS", - "air_date": "2005-03-04", - "question": "(Sarah of the Clue Crew reports from the Gershwin Theatre in New York.) The cast of \"Wicked\" sings about spending one short day in this place, a major metropolis in the land of Oz", - "value": "$800", - "answer": "Emerald City", - "round": "Double Jeopardy!", - "show_number": "4725", - "fullAnswer": "the Emerald City" - }, { "category": "FARMING MATH", "air_date": "2005-03-04", @@ -1665059,16 +1582109,6 @@ "show_number": "4725", "fullAnswer": "titanium" }, - { - "category": "BROADWAY MUSICAL SETTINGS", - "air_date": "2005-03-04", - "question": "(Hi, I'm Kate Monster.) And in \"Avenue Q\", atop this famous skyscraper, I sing \"I Wish I Could Go Back To College\"--don't forget to say \"What is\"!", - "value": "$1600", - "answer": "Empire State Building", - "round": "Double Jeopardy!", - "show_number": "4725", - "fullAnswer": "the Empire State Building" - }, { "category": "FARMING MATH", "air_date": "2005-03-04", @@ -1665269,16 +1582309,6 @@ "show_number": "4822", "fullAnswer": "giants" }, - { - "category": "20th CENTURY NAMES", - "air_date": "2005-07-19", - "question": "(Hi, I'm Anderson Cooper of CNN.) I won an Emmy for my contribution to ABC's coverage of this famous woman's 1997 funeral", - "value": "$400", - "answer": "Diana", - "round": "Jeopardy!", - "show_number": "4822", - "fullAnswer": "(Princess) Diana" - }, { "category": "YOU DO THE MATH", "air_date": "2005-07-19", @@ -1665459,16 +1582489,6 @@ "show_number": "4822", "fullAnswer": "Lamaze" }, - { - "category": "YOU DO THE MATH", - "air_date": "2005-07-19", - "question": "(Jimmy of the Clue Crew points to a math problem on a blackboard.) The fraction here reduces to this", - "value": "$1000", - "answer": "4k3", - "round": "Jeopardy!", - "show_number": "4822", - "fullAnswer": "4k3" - }, { "category": "\"F\" STOP", "air_date": "2005-07-19", @@ -1665539,16 +1582559,6 @@ "show_number": "4822", "fullAnswer": "1620" }, - { - "category": "AUTHORS", - "air_date": "2005-07-19", - "question": "(Hi. I'm Peggy Noonan.) In 2001 I hit the bestseller lists with \"When Character Was King: A Story of\" this 40th president", - "value": "$800", - "answer": "Ronald Reagan", - "round": "Double Jeopardy!", - "show_number": "4822", - "fullAnswer": "Ronald Reagan" - }, { "category": "MORGAN FREEMAN FILM ROLES", "air_date": "2005-07-19", @@ -1665659,16 +1582669,6 @@ "show_number": "4822", "fullAnswer": "Daniel Webster" }, - { - "category": "AUTHORS", - "air_date": "2005-07-19", - "question": "(Jeff Probst delivers the clue from Vanuatu.) This author who served in the New Hebrides in World War II transformed the Vanuatan island of Umboi into his Bali Hai", - "value": "$2,000", - "answer": "James A. Michener", - "round": "Double Jeopardy!", - "show_number": "4822", - "fullAnswer": "James A. Michener" - }, { "category": "MORGAN FREEMAN FILM ROLES", "air_date": "2005-07-19", @@ -1666434,7 +1583434,7 @@ "air_date": "1994-11-29", "question": "It's believed that the first pope is buried under this building", "value": "$100", - "answer": "St. Peter\\'s Cathedral", + "answer": "St. Peter's Cathedral", "round": "Jeopardy!", "show_number": "2357", "fullAnswer": "St. Peter\\'s Cathedral" @@ -1667299,16 +1584299,6 @@ "show_number": "5892", "fullAnswer": "Mutiny on the Bounty" }, - { - "category": "PICTURE THE ROLLING STONES HIT", - "air_date": "2010-04-06", - "question": "A colorful No. 1 hit", - "value": "$400", - "answer": "Paint It, Black", - "round": "Double Jeopardy!", - "show_number": "5892", - "fullAnswer": "\"Paint It, Black\"" - }, { "category": "JUST BE-CLAUSE", "air_date": "2010-04-06", @@ -1667329,22 +1584319,12 @@ "show_number": "5892", "fullAnswer": "a bow-tie" }, - { - "category": "WHAT HAPPENS IN DEGAS, STAYS IN DEGAS", - "air_date": "2010-04-06", - "question": "The 1900 Degas oil painting seen here is called \"Dancers at\" this practice rail", - "value": "$400", - "answer": "barre", - "round": "Double Jeopardy!", - "show_number": "5892", - "fullAnswer": "a barre" - }, { "category": "\"AIRE\" TIME", "air_date": "2010-04-06", "question": "This disease was identified in 1976 after 200 people became ill with pneumonia at a convention in Philadelphia", "value": "$400", - "answer": "Legionnaire\\'s disease", + "answer": "Legionnaire's disease", "round": "Double Jeopardy!", "show_number": "5892", "fullAnswer": "Legionnaire\\'s disease" @@ -1667359,16 +1584339,6 @@ "show_number": "5892", "fullAnswer": "(James) Michener" }, - { - "category": "PICTURE THE ROLLING STONES HIT", - "air_date": "2010-04-06", - "question": "It's something Mick Jagger will never be", - "value": "$800", - "answer": "Beast Of Burden", - "round": "Double Jeopardy!", - "show_number": "5892", - "fullAnswer": "\"Beast Of Burden\"" - }, { "category": "JUST BE-CLAUSE", "air_date": "2010-04-06", @@ -1667409,16 +1584379,6 @@ "show_number": "5892", "fullAnswer": "(Margaret) Mead" }, - { - "category": "PICTURE THE ROLLING STONES HIT", - "air_date": "2010-04-06", - "question": "In 1971, The Rolling Stones, & in 2009, Susan Boyle rode the charts with this song", - "value": "$1200", - "answer": "Wild Horses", - "round": "Double Jeopardy!", - "show_number": "5892", - "fullAnswer": "\"Wild Horses\"" - }, { "category": "JUST BE-CLAUSE", "air_date": "2010-04-06", @@ -1667429,16 +1584389,6 @@ "show_number": "5892", "fullAnswer": "(Felix) Frankfurter" }, - { - "category": "FASHION DESIGNERS", - "air_date": "2010-04-06", - "question": "Seen here, he's an author, actor & TV host, as well as creative director for Liz Claiborne", - "value": "$1200", - "answer": "Mizrahi", - "round": "Double Jeopardy!", - "show_number": "5892", - "fullAnswer": "(Isaac) Mizrahi" - }, { "category": "\"AIRE\" TIME", "air_date": "2010-04-06", @@ -1667459,16 +1584409,6 @@ "show_number": "5892", "fullAnswer": "(Herman) Melville" }, - { - "category": "PICTURE THE ROLLING STONES HIT", - "air_date": "2010-04-06", - "question": "How sweet the sound", - "value": "$1600", - "answer": "Brown Sugar", - "round": "Double Jeopardy!", - "show_number": "5892", - "fullAnswer": "\"Brown Sugar\"" - }, { "category": "JUST BE-CLAUSE", "air_date": "2010-04-06", @@ -1667519,16 +1584459,6 @@ "show_number": "5892", "fullAnswer": "Robert Louis Stevenson" }, - { - "category": "PICTURE THE ROLLING STONES HIT", - "air_date": "2010-04-06", - "question": "Go ahead, take a gamble", - "value": "$2000", - "answer": "Tumbling Dice", - "round": "Double Jeopardy!", - "show_number": "5892", - "fullAnswer": "\"Tumbling Dice\"" - }, { "category": "JUST BE-CLAUSE", "air_date": "2010-04-06", @@ -1667589,16 +1584519,6 @@ "show_number": "5524", "fullAnswer": "Cleopatra" }, - { - "category": "60 YEARS OF THE EMMYS", - "air_date": "2008-09-18", - "question": "Julia Louis-Dreyfus accepts a Lead Actress in a Comedy Series Emmy for The New Adventures of Old Christine:
\"I'm not, uh, somebody who really believes in curses.\"


In 2006 Julia Louis-Dreyfus exorcised the supposed curse of this earlier series", - "value": "$200", - "answer": "Seinfeld", - "round": "Jeopardy!", - "show_number": "5524", - "fullAnswer": "Seinfeld" - }, { "category": "AMERICANA", "air_date": "2008-09-18", @@ -1667709,16 +1584629,6 @@ "show_number": "5524", "fullAnswer": "Queen Victoria" }, - { - "category": "60 YEARS OF THE EMMYS", - "air_date": "2008-09-18", - "question": "Here, Ellen DeGeneres paid tribute to this singer's Oscar's costume", - "value": "$600", - "answer": "Bjork", - "round": "Jeopardy!", - "show_number": "5524", - "fullAnswer": "Bjork" - }, { "category": "AMERICANA", "air_date": "2008-09-18", @@ -1667904,21 +1584814,11 @@ "air_date": "2008-09-18", "question": "Earth's crust,
Earth's mantle,
Earth's core", "value": "$400", - "answer": "Earth\\'s crust", + "answer": "Earth's crust", "round": "Double Jeopardy!", "show_number": "5524", "fullAnswer": "Earth\\'s crust" }, - { - "category": "ACCELERATOR", - "air_date": "2008-09-18", - "question": "(Cheryl of the Clue Crew strolls the control room of the Stanford Linear Accelerator in Menlo Park, CA.) A detector identifies each particle produced in the accelerator, computing its charge & this measurement that Einstein related to energy", - "value": "$400", - "answer": "mass", - "round": "Double Jeopardy!", - "show_number": "5524", - "fullAnswer": "mass" - }, { "category": "YOU GOT AN F MINUS!", "air_date": "2008-09-18", @@ -1667959,16 +1584859,6 @@ "show_number": "5524", "fullAnswer": "coal" }, - { - "category": "ACCELERATOR", - "air_date": "2008-09-18", - "question": "(Cheryl of the Clue Crew reports from the Stanford Linear Accelerator in Menlo Park, CA.) In the first of several Nobel Prizes won at the Stanford Linear Accelerator Center, the high rate of new particle production was traced to a new kind of particle, the charm type of this", - "value": "$800", - "answer": "quark", - "round": "Double Jeopardy!", - "show_number": "5524", - "fullAnswer": "a quark" - }, { "category": "YOU GOT AN F MINUS!", "air_date": "2008-09-18", @@ -1667999,16 +1584889,6 @@ "show_number": "5524", "fullAnswer": "the Potomac" }, - { - "category": "ACCELERATOR", - "air_date": "2008-09-18", - "question": "(Jimmy of the Clue Crew reports from the floor of the Stanford Linear Accelerator in Menlo Park, CA.) In the 2-mile long linear accelerator, an electromagnetic wave pushes these particles along, kind of like surfers", - "value": "$1200", - "answer": "electrons", - "round": "Double Jeopardy!", - "show_number": "5524", - "fullAnswer": "electrons" - }, { "category": "YOU GOT AN F MINUS!", "air_date": "2008-09-18", @@ -1668039,16 +1584919,6 @@ "show_number": "5524", "fullAnswer": "the Colorado" }, - { - "category": "ACCELERATOR", - "air_date": "2008-09-18", - "question": "(Jimmy of the Clue Crew turns from a computer terminal at the Stanford Linear Accelerator in Menlo Park, CA.) It took 6 years to build the SLC, Stanford Linear this, to make particles smash into each other at high energy", - "value": "$1600", - "answer": "Collider", - "round": "Double Jeopardy!", - "show_number": "5524", - "fullAnswer": "Collider" - }, { "category": "YOU GOT AN F MINUS!", "air_date": "2008-09-18", @@ -1668089,16 +1584959,6 @@ "show_number": "5524", "fullAnswer": "the troposphere" }, - { - "category": "ACCELERATOR", - "air_date": "2008-09-18", - "question": "(Jimmy of the Clue Crew reports from the Stanford Linear Accelerator at Menlo Park, CA.) At one end of the accelerator, particles are fired out of a gun that uses this type of negative electrode, just like the ray on your TV set", - "value": "$2,500", - "answer": "cathode", - "round": "Double Jeopardy!", - "show_number": "5524", - "fullAnswer": "cathode" - }, { "category": "PLAYS", "air_date": "2008-09-18", @@ -1668719,16 +1585579,6 @@ "show_number": "5349", "fullAnswer": "albino" }, - { - "category": "BEVERLY HILLS 90210", - "air_date": "2007-12-06", - "question": "(Alex: Here's one of the stars, Tori Spelling.)
\"Melrose Place\" was a spin-off from \"90210\" -- the character of Jake was introduced on \"90210\" as a friend of this bad boy", - "value": "$200", - "answer": "Dylan", - "round": "Jeopardy!", - "show_number": "5349", - "fullAnswer": "Dylan" - }, { "category": "BUSH'S NICKNAMES", "air_date": "2007-12-06", @@ -1668739,16 +1585589,6 @@ "show_number": "5349", "fullAnswer": "Putin" }, - { - "category": "ACCENT-A-PALOOZA", - "air_date": "2007-12-06", - "question": "I'm going to hop in my Volvo for a trip from Jokkmokk to Skovde in this country", - "value": "$200", - "answer": "Sweden", - "round": "Jeopardy!", - "show_number": "5349", - "fullAnswer": "Sweden" - }, { "category": "SOUNDS FRUITY", "air_date": "2007-12-06", @@ -1668769,16 +1585609,6 @@ "show_number": "5349", "fullAnswer": "eve" }, - { - "category": "\"A\" IN SCIENCE", - "air_date": "2007-12-06", - "question": "( Cheryl of the Clue Crew delivers the clue from a science lab. ) After five minutes in lemon juice, the coin is shiny because the lemon's this works chemically to remove the oxide", - "value": "$400", - "answer": "acid", - "round": "Jeopardy!", - "show_number": "5349", - "fullAnswer": "acid" - }, { "category": "BEVERLY HILLS 90210", "air_date": "2007-12-06", @@ -1668799,16 +1585629,6 @@ "show_number": "5349", "fullAnswer": "Alberto Gonzales" }, - { - "category": "ACCENT-A-PALOOZA", - "air_date": "2007-12-06", - "question": "With places like Berwick-upon-Tweed & Newcastle upon Tyne, we'd have to be in this country, what what?", - "value": "$400", - "answer": "England", - "round": "Jeopardy!", - "show_number": "5349", - "fullAnswer": "England" - }, { "category": "SOUNDS FRUITY", "air_date": "2007-12-06", @@ -1668839,16 +1585659,6 @@ "show_number": "5349", "fullAnswer": "adrenaline" }, - { - "category": "BEVERLY HILLS 90210", - "air_date": "2007-12-06", - "question": "(Alex: Let's go back to Tori.)
On the series finale of \"90210\", my character Donna finally married David Silver, played by this 3-named actor", - "value": "$600", - "answer": "Brian Austin Green", - "round": "Jeopardy!", - "show_number": "5349", - "fullAnswer": "Brian Austin Green" - }, { "category": "BUSH'S NICKNAMES", "air_date": "2007-12-06", @@ -1668859,16 +1585669,6 @@ "show_number": "5349", "fullAnswer": "Barbara Boxer" }, - { - "category": "ACCENT-A-PALOOZA", - "air_date": "2007-12-06", - "question": "Taranto (we're not talking Canada) is in this country, along with Anzio & Padua", - "value": "$600", - "answer": "Italy", - "round": "Jeopardy!", - "show_number": "5349", - "fullAnswer": "Italy" - }, { "category": "SOUNDS FRUITY", "air_date": "2007-12-06", @@ -1668889,16 +1585689,6 @@ "show_number": "5349", "fullAnswer": "gag" }, - { - "category": "\"A\" IN SCIENCE", - "air_date": "2007-12-06", - "question": "( Jon of the Clue Crew reports from the University of Mississippi. ) Focused ultrasound waves are propelling the water here at Ol' Miss's cutting edge NCPA -- National Center for Physical these", - "value": "$2,000", - "answer": "Acoustics", - "round": "Jeopardy!", - "show_number": "5349", - "fullAnswer": "Acoustics" - }, { "category": "BEVERLY HILLS 90210", "air_date": "2007-12-06", @@ -1668919,16 +1585709,6 @@ "show_number": "5349", "fullAnswer": "FEMA" }, - { - "category": "ACCENT-A-PALOOZA", - "air_date": "2007-12-06", - "question": "\"No woman, no cry\", no problem for this country, from St. Ann's Bay to Port Maria", - "value": "$800", - "answer": "Jamaica", - "round": "Jeopardy!", - "show_number": "5349", - "fullAnswer": "Jamaica" - }, { "category": "SOUNDS FRUITY", "air_date": "2007-12-06", @@ -1668959,16 +1585739,6 @@ "show_number": "5349", "fullAnswer": "argon" }, - { - "category": "BEVERLY HILLS 90210", - "air_date": "2007-12-06", - "question": "(Alex: We'll wrap it up with Tori.) On \"90210\", the gang hung out at this restaurant where Nat dispensed advice with the pie", - "value": "$1000", - "answer": "Peach Pit", - "round": "Jeopardy!", - "show_number": "5349", - "fullAnswer": "the Peach Pit" - }, { "category": "BUSH'S NICKNAMES", "air_date": "2007-12-06", @@ -1668979,16 +1585749,6 @@ "show_number": "5349", "fullAnswer": "Margaret Spellings" }, - { - "category": "ACCENT-A-PALOOZA", - "air_date": "2007-12-06", - "question": "Och! Mike Myers knows if it's not Grantown-on-Spey & Kirkcudbright in this country, it's crap! Och!", - "value": "$1000", - "answer": "Scotland", - "round": "Jeopardy!", - "show_number": "5349", - "fullAnswer": "Scotland" - }, { "category": "SOUNDS FRUITY", "air_date": "2007-12-06", @@ -1669179,16 +1585939,6 @@ "show_number": "5349", "fullAnswer": "Aston Martin" }, - { - "category": "LAUGHIN'", - "air_date": "2007-12-06", - "question": "(Jason Alexander delivers a clue about Seinfeld.) \"The sea was angry that day, my friends\" when I saved one of these mammals by removing a golf ball from it (& yes, it was a Titleist)", - "value": "$1200", - "answer": "whale", - "round": "Double Jeopardy!", - "show_number": "5349", - "fullAnswer": "a whale" - }, { "category": "CONDUCTORS", "air_date": "2007-12-06", @@ -1669649,16 +1586399,6 @@ "show_number": "6205", "fullAnswer": "Will" }, - { - "category": "POLITICIANS", - "air_date": "2011-07-29", - "question": "In 1990 it was out with Thatcher and in with this man as British Prime Minister", - "value": "$400", - "answer": "John Major", - "round": "Double Jeopardy!", - "show_number": "6205", - "fullAnswer": "John Major" - }, { "category": "15 LETTERS OR MORE", "air_date": "2011-07-29", @@ -1669749,16 +1586489,6 @@ "show_number": "6205", "fullAnswer": "Together" }, - { - "category": "POLITICIANS", - "air_date": "2011-07-29", - "question": "The wanted poster seen here is for this once powerful politician after he escaped a New York City jail in 1875", - "value": "$1200", - "answer": "Boss Tweed", - "round": "Double Jeopardy!", - "show_number": "6205", - "fullAnswer": "Boss Tweed" - }, { "category": "15 LETTERS OR MORE", "air_date": "2011-07-29", @@ -1669819,16 +1586549,6 @@ "show_number": "6205", "fullAnswer": "vulnerabilities (or susceptibilities)" }, - { - "category": "\"V\" LOVE SCIENCE", - "air_date": "2011-07-29", - "question": "(Kelly of the Clue Crew shows an image of some butterflies on a monitor.) The monarch butterfly tastes bad to predators, so as a form of defense, this palatable but smaller butterfly mimics the monarch's coloration and pattern", - "value": "$2000", - "answer": "viceroy", - "round": "Double Jeopardy!", - "show_number": "6205", - "fullAnswer": "the viceroy" - }, { "category": "TV OPENING CREDITS", "air_date": "2011-07-29", @@ -1670274,7 +1586994,7 @@ "air_date": "2006-03-09", "question": "On a cat, the arrector pili muscles along the back cause this response to stress", "value": "$800", - "answer": "hair stand up on the cat\\'s back", + "answer": "hair stand up on the cat's back", "round": "Double Jeopardy!", "show_number": "4954", "fullAnswer": "the hair stand up on the cat\\'s back" @@ -1670349,16 +1587069,6 @@ "show_number": "4954", "fullAnswer": "Reading" }, - { - "category": "LET'S SPEAK RUSSIAN", - "air_date": "2006-03-09", - "question": "Written out here, it's a familiar way to say \"goodbye\"", - "value": "$1200", - "answer": "dosvidanya", - "round": "Double Jeopardy!", - "show_number": "4954", - "fullAnswer": "dosvidanya" - }, { "category": "EUROPEAN HISTORY", "air_date": "2006-03-09", @@ -1670404,7 +1587114,7 @@ "air_date": "2006-03-09", "question": "It's the East River location of the New York City jail", "value": "$2,000", - "answer": "Riker\\'s Island", + "answer": "Riker's Island", "round": "Double Jeopardy!", "show_number": "4954", "fullAnswer": "Riker\\'s Island" @@ -1670469,16 +1587179,6 @@ "show_number": "4954", "fullAnswer": "Ramallah" }, - { - "category": "LET'S SPEAK RUSSIAN", - "air_date": "2006-03-09", - "question": "(Cheryl of the Clue Crew strolls down a street in Moscow, Russia.) So that I could be polite in Russia, I made sure to learn puzhalusta for \"please\" & this basic word for \"thank you\"", - "value": "$2000", - "answer": "spasiba", - "round": "Double Jeopardy!", - "show_number": "4954", - "fullAnswer": "spasiba" - }, { "category": "ISLANDS", "air_date": "2006-03-09", @@ -1670769,16 +1587469,6 @@ "show_number": "4649", "fullAnswer": "satellite dish" }, - { - "category": "THINGS TO GIVE THANKS FOR", - "air_date": "2004-11-18", - "question": "Give thanks for her", - "value": "$1000", - "answer": "Julianne Moore", - "round": "Jeopardy!", - "show_number": "4649", - "fullAnswer": "Julianne Moore" - }, { "category": "FOREIGN WORDS & PHRASES", "air_date": "2004-11-18", @@ -1670819,16 +1587509,6 @@ "show_number": "4649", "fullAnswer": "Nairobi" }, - { - "category": "ART HISTORY CLASS", - "air_date": "2004-11-18", - "question": "(Sarah of the Clue Crew points to an image of a painting on a screen.) You can see why John Constable said that in this type of work, the sky is the chief organ of sentiment", - "value": "$400", - "answer": "landscape", - "round": "Double Jeopardy!", - "show_number": "4649", - "fullAnswer": "a landscape" - }, { "category": "YOU GET AN \"F\"", "air_date": "2004-11-18", @@ -1670879,16 +1587559,6 @@ "show_number": "4649", "fullAnswer": "sonnet" }, - { - "category": "ART HISTORY CLASS", - "air_date": "2004-11-18", - "question": "(Sarah of the Clue Crew points to an image of a cave painting on a screen.) Temperature and moisture within the Lascaux cave preserved even the pigments from 15,000 B.C. in this age", - "value": "$800", - "answer": "Stone Age", - "round": "Double Jeopardy!", - "show_number": "4649", - "fullAnswer": "the Stone Age" - }, { "category": "YOU GET AN \"F\"", "air_date": "2004-11-18", @@ -1670939,16 +1587609,6 @@ "show_number": "4649", "fullAnswer": "Ireland" }, - { - "category": "ART HISTORY CLASS", - "air_date": "2004-11-18", - "question": "(Sarah of the Clue Crew points to an image of a painting on a screen.) As painters began to portray domestic life, \"The Merode Altarpiece\" gave this humble character his due", - "value": "$1200", - "answer": "Joseph", - "round": "Double Jeopardy!", - "show_number": "4649", - "fullAnswer": "Joseph" - }, { "category": "YOU GET AN \"F\"", "air_date": "2004-11-18", @@ -1670999,16 +1587659,6 @@ "show_number": "4649", "fullAnswer": "Bertrand Russell" }, - { - "category": "ART HISTORY CLASS", - "air_date": "2004-11-18", - "question": "(Sarah of the Clue Crew points to an image of a painting on a screen.) The brushstroke works of this pop artist are parodies on abstract art technique", - "value": "$1600", - "answer": "Lichtenstein", - "round": "Double Jeopardy!", - "show_number": "4649", - "fullAnswer": "Lichtenstein" - }, { "category": "YOU GET AN \"F\"", "air_date": "2004-11-18", @@ -1671059,16 +1587709,6 @@ "show_number": "4649", "fullAnswer": "William III" }, - { - "category": "ART HISTORY CLASS", - "air_date": "2004-11-18", - "question": "(Sarah of the Clue Crew points to an image of a painting on a screen.) In Monet's work, we see the impressionist's varied colors, known as \"the rainbow\" this", - "value": "$2000", - "answer": "palette", - "round": "Double Jeopardy!", - "show_number": "4649", - "fullAnswer": "palette" - }, { "category": "YOU GET AN \"F\"", "air_date": "2004-11-18", @@ -1671089,16 +1587729,6 @@ "show_number": "4649", "fullAnswer": "dispatcher" }, - { - "category": "AMERICAN NOVELS", - "air_date": "2004-11-18", - "question": "The image seen here is part of Faulkner's original text of this 1930 novel", - "value": null, - "answer": "As I Lay Dying", - "round": "Final Jeopardy!", - "show_number": "4649", - "fullAnswer": "As I Lay Dying" - }, { "category": "REVOLUTIONARY WAR", "air_date": "1987-04-24", @@ -1671314,7 +1587944,7 @@ "air_date": "1987-04-24", "question": "When he cut his first song with this group, Peter Noone was only 16", "value": "$400", - "answer": "Herman\\'s Hermits", + "answer": "Herman's Hermits", "round": "Jeopardy!", "show_number": "620", "fullAnswer": "Herman\\'s Hermits" @@ -1671379,22 +1588009,12 @@ "show_number": "620", "fullAnswer": "bald eagles" }, - { - "category": "\"A.C.\"", - "air_date": "1987-04-24", - "question": "He won an Oscar for his score for the 1949 film \"The Heiress\", but is better known for this:", - "value": "$400", - "answer": "Aaron Copland", - "round": "Jeopardy!", - "show_number": "620", - "fullAnswer": "Aaron Copland" - }, { "category": "BUSINESS & INDUSTRY", "air_date": "1987-04-24", "question": "They've provided insurance for Liz Taylor's diamonds, Liberace's fingers & Jimmy Durante's nose", "value": "$200", - "answer": "Lloyd\\'s of London", + "answer": "Lloyd's of London", "round": "Double Jeopardy!", "show_number": "620", "fullAnswer": "Lloyd\\'s of London" @@ -1671749,16 +1588369,6 @@ "show_number": "5399", "fullAnswer": "a checkerboard" }, - { - "category": "U.S. CITIES", - "air_date": "2008-02-14", - "question": "Seen here, this city boasts a spectacular skyline, especially in the evening", - "value": "$400", - "answer": "Seattle", - "round": "Jeopardy!", - "show_number": "5399", - "fullAnswer": "Seattle" - }, { "category": "WHEN YOU WERE A TEENAGER, ALEX", "air_date": "2008-02-14", @@ -1672129,16 +1588739,6 @@ "show_number": "5399", "fullAnswer": "Sean Combs" }, - { - "category": "WHERE ART THOU?", - "air_date": "2008-02-14", - "question": "As a child prodigy, this Cubist painter skipped school & went to Madrid's museums instead", - "value": "$1200", - "answer": "Pablo Picasso", - "round": "Double Jeopardy!", - "show_number": "5399", - "fullAnswer": "Pablo Picasso" - }, { "category": "TEENS IN HISTORY", "air_date": "2008-02-14", @@ -1672164,7 +1588764,7 @@ "air_date": "2008-02-14", "question": "It's fun to go to this facility, abbreviated YMCA", "value": "$1200", - "answer": "Young Men\\'s Christian Association", + "answer": "Young Men's Christian Association", "round": "Double Jeopardy!", "show_number": "5399", "fullAnswer": "the Young Men\\'s Christian Association" @@ -1672634,7 +1589234,7 @@ "air_date": "2000-09-07", "question": "Julia Roberts tries to steal Cameron Diaz' fiance Dermot Mulroney in this 1997 blockbuster", "value": "$200", - "answer": "My Best Friend\\'s Wedding", + "answer": "My Best Friend's Wedding", "round": "Double Jeopardy!", "show_number": "3679", "fullAnswer": "My Best Friend\\'s Wedding" @@ -1672779,16 +1589379,6 @@ "show_number": "3679", "fullAnswer": "David" }, - { - "category": "AFRICAN-AMERICAN AUTHORS", - "air_date": "2000-09-07", - "question": "This author of \"The Souls of Black Folk\" is seen here on a U.S. stamp", - "value": "$800", - "answer": "W.E.B. Du Bois", - "round": "Double Jeopardy!", - "show_number": "3679", - "fullAnswer": "W.E.B. Du Bois" - }, { "category": "TO THE MAX", "air_date": "2000-09-07", @@ -1672884,7 +1589474,7 @@ "air_date": "2000-09-07", "question": "In 1863 Manet caused quite a stir with this painting that depicted a naked woman picknicking with a few friends", "value": "$1000", - "answer": "Le dejeuner sur l\\'herbe ", + "answer": "Le dejeuner sur l'herbe ", "round": "Double Jeopardy!", "show_number": "3679", "fullAnswer": "Le dejeuner sur l\\'herbe (Luncheon on the Grass)" @@ -1672894,7 +1589484,7 @@ "air_date": "2000-09-07", "question": "A No. 1 hit in 1959, this song was originally written by a teacher as a history lesson for his students on the War of 1812", "value": null, - "answer": "\\The Battle Of New Orleans\\", + "answer": "The Battle Of New Orleans", "round": "Final Jeopardy!", "show_number": "3679", "fullAnswer": "\\\"The Battle Of New Orleans\\\"" @@ -1673044,7 +1589634,7 @@ "air_date": "1990-04-24", "question": "(AUDIO DAILY DOUBLE):
Heard here, it was British star Petula Clark's last Top 10 hit in the U.S.:
\"You wander around, on your own little cloud, when you don't see the whys or the wherefores....\"", "value": "$1,100", - "answer": "Don\\'t Sleep In The Subway", + "answer": "Don't Sleep In The Subway", "round": "Jeopardy!", "show_number": "1312", "fullAnswer": "\"Don\\'t Sleep In The Subway\"" @@ -1673074,7 +1589664,7 @@ "air_date": "1990-04-24", "question": "Completes \"Heav'n has no Rage, like Love to Hatred turn'd, Nor Hell a Fury, like\" this", "value": "$400", - "answer": "Woman scorn\\'d", + "answer": "Woman scorn'd", "round": "Jeopardy!", "show_number": "1312", "fullAnswer": "a Woman scorn\\'d" @@ -1675334,7 +1591924,7 @@ "air_date": "1988-07-05", "question": "This man whose eyebrows are on his hat is shown on boxes of Peanut Butter Crunch Cereal", "value": "$200", - "answer": "Cap\\'n Crunch", + "answer": "Cap'n Crunch", "round": "Jeopardy!", "show_number": "902", "fullAnswer": "Cap\\'n Crunch" @@ -1675599,16 +1592189,6 @@ "show_number": "902", "fullAnswer": "the Sahara" }, - { - "category": "PRESIDENTS", - "air_date": "1988-07-05", - "question": "The 2 presidents referred to in the following song, Dion's only million seller:

\"Anybody here seen my old friend Martin? /
Can you tell me where he's gone? /
He freed a lot of people /
But it seems the good they die young...\"
", - "value": "$800", - "answer": "Kennedy", - "round": "Double Jeopardy!", - "show_number": "902", - "fullAnswer": "(Abraham) Lincoln & (John) Kennedy" - }, { "category": "WORLD LITERATURE", "air_date": "1988-07-05", @@ -1675769,16 +1592349,6 @@ "show_number": "902", "fullAnswer": "(1 of) Missouri & Kentucky" }, - { - "category": "DREW BARRYMORE LOVES MUSIC", - "air_date": "2007-12-07", - "question": "(Drew Barrymore delivers the clue one last time.) Bernie Taupin was a teenager when he answered an ad looking for songwriters, this future partner of his did the same, & the rest is rock & roll history", - "value": "$200", - "answer": "Elton John", - "round": "Jeopardy!", - "show_number": "5350", - "fullAnswer": "Elton John" - }, { "category": "SIGNS & SYMBOLS", "air_date": "2007-12-07", @@ -1675829,16 +1592399,6 @@ "show_number": "5350", "fullAnswer": "a rooster" }, - { - "category": "DREW BARRYMORE LOVES MUSIC", - "air_date": "2007-12-07", - "question": "(Drew Barrymore gives the clue again.) The music & lyrics of these famous brothers posed the \"fever\"ish question \"How Deep Is Your Love\"", - "value": "$400", - "answer": "Bee Gees", - "round": "Jeopardy!", - "show_number": "5350", - "fullAnswer": "the Bee Gees" - }, { "category": "SIGNS & SYMBOLS", "air_date": "2007-12-07", @@ -1675889,16 +1592449,6 @@ "show_number": "5350", "fullAnswer": "a wallaby" }, - { - "category": "DREW BARRYMORE LOVES MUSIC", - "air_date": "2007-12-07", - "question": "(Drew Barrymore gives the clue once more.) The ever-popular \"Evergreen\" has lyrics by Paul Williams & music by this singer who introduced it in \"A Star Is Born\"", - "value": "$600", - "answer": "Barbra Streisand", - "round": "Jeopardy!", - "show_number": "5350", - "fullAnswer": "Barbra Streisand" - }, { "category": "SIGNS & SYMBOLS", "air_date": "2007-12-07", @@ -1675909,26 +1592459,6 @@ "show_number": "5350", "fullAnswer": "the golden calf" }, - { - "category": "FLOWERS", - "air_date": "2007-12-07", - "question": "The flower seen here is called the bridal this, also what it may be part of", - "value": "$600", - "answer": "bridal wreath", - "round": "Jeopardy!", - "show_number": "5350", - "fullAnswer": "a bridal wreath" - }, - { - "category": "TESTING, TESTING", - "air_date": "2007-12-07", - "question": "(Jimmy of the Clue Crew busts a groove at the Consumer Reports testing facility in Yonkers, NY.) Headphones are tested by simulating the major resonances of the auricle and this other part of the outer ear", - "value": "$600", - "answer": "external ear or the auditory canal", - "round": "Jeopardy!", - "show_number": "5350", - "fullAnswer": "the external ear or the auditory canal" - }, { "category": "LITERARY GEOGRAPHY", "air_date": "2007-12-07", @@ -1675949,16 +1592479,6 @@ "show_number": "5350", "fullAnswer": "a gibbon" }, - { - "category": "DREW BARRYMORE LOVES MUSIC", - "air_date": "2007-12-07", - "question": "(Drew Barrymore gives the clue again.) \"It Don't Mean A Thing (If It Ain't Got That Swing)\" swings with the lyrics of Irving Mills & this jazzman", - "value": "$800", - "answer": "Ellington", - "round": "Jeopardy!", - "show_number": "5350", - "fullAnswer": "(Duke) Ellington" - }, { "category": "SIGNS & SYMBOLS", "air_date": "2007-12-07", @@ -1676009,16 +1592529,6 @@ "show_number": "5350", "fullAnswer": "a weasel" }, - { - "category": "DREW BARRYMORE LOVES MUSIC", - "air_date": "2007-12-07", - "question": "(Drew Barrymore gives the clue.) Some of the most romantic songs of all time, including \"Embraceable you\", were written by these brothers", - "value": "$1000", - "answer": "George & Ira Gershwin", - "round": "Jeopardy!", - "show_number": "5350", - "fullAnswer": "George & Ira Gershwin" - }, { "category": "SIGNS & SYMBOLS", "air_date": "2007-12-07", @@ -1676419,16 +1592929,6 @@ "show_number": "4989", "fullAnswer": "vegetarian" }, - { - "category": "SLOW DOWN", - "air_date": "2006-04-27", - "question": "I'm not going to adopt the same diet as this hungry animal", - "value": "$200", - "answer": "chameleon", - "round": "Jeopardy!", - "show_number": "4989", - "fullAnswer": "chameleon" - }, { "category": "YOU MOVE, TO FAST", "air_date": "2006-04-27", @@ -1676479,16 +1592979,6 @@ "show_number": "4989", "fullAnswer": "Reese" }, - { - "category": "SLOW DOWN", - "air_date": "2006-04-27", - "question": "Here are the interior workings of this instrument", - "value": "$400", - "answer": "piano", - "round": "Jeopardy!", - "show_number": "4989", - "fullAnswer": "piano" - }, { "category": "YOU MOVE, TO FAST", "air_date": "2006-04-27", @@ -1676529,26 +1593019,6 @@ "show_number": "4989", "fullAnswer": "palace" }, - { - "category": "WHAT A GOOD IDEA!", - "air_date": "2006-04-27", - "question": "(Sarah of the Clue Crew reports from St. Petersburg, Russia.) In laying the foundation for St. Petersburg's Alexander Column, it's said this potent potable was mixed with the mortar to keep it from freezing", - "value": "$600", - "answer": "vodka", - "round": "Jeopardy!", - "show_number": "4989", - "fullAnswer": "vodka" - }, - { - "category": "SLOW DOWN", - "air_date": "2006-04-27", - "question": "This gas is causing the explosive reaction seen here", - "value": "$600", - "answer": "CO2 ", - "round": "Jeopardy!", - "show_number": "4989", - "fullAnswer": "CO2 (carbon dioxide)" - }, { "category": "YOU MOVE, TO FAST", "air_date": "2006-04-27", @@ -1676599,16 +1593069,6 @@ "show_number": "4989", "fullAnswer": "Otis" }, - { - "category": "SLOW DOWN", - "air_date": "2006-04-27", - "question": "The animal seen here is loaded up with this saccharine secretion", - "value": "$800", - "answer": "nectar", - "round": "Jeopardy!", - "show_number": "4989", - "fullAnswer": "nectar" - }, { "category": "YOU MOVE, TO FAST", "air_date": "2006-04-27", @@ -1676659,16 +1593119,6 @@ "show_number": "4989", "fullAnswer": "Stainmaster" }, - { - "category": "SLOW DOWN", - "air_date": "2006-04-27", - "question": "This royal bird is seen here performing the action that gives it part of its name", - "value": "$1000", - "answer": "kingfisher", - "round": "Jeopardy!", - "show_number": "4989", - "fullAnswer": "the kingfisher" - }, { "category": "YOU MOVE, TO FAST", "air_date": "2006-04-27", @@ -1676744,7 +1593194,7 @@ "air_date": "2006-04-27", "question": "\"Everything for everybody everywhere\" was a modest motto of this London department store", "value": "$800", - "answer": "Harrod\\'s", + "answer": "Harrod's", "round": "Double Jeopardy!", "show_number": "4989", "fullAnswer": "Harrod\\'s" @@ -1676804,7 +1593254,7 @@ "air_date": "2006-04-27", "question": "This \"royal\" London hub from which the Hogwarts Express departs was the scene of tragedy on July 7, 2005", "value": "$1200", - "answer": "King\\'s Cross", + "answer": "King's Cross", "round": "Double Jeopardy!", "show_number": "4989", "fullAnswer": "King\\'s Cross" @@ -1676869,16 +1593319,6 @@ "show_number": "4989", "fullAnswer": "Stratford-on-Avon" }, - { - "category": "TV INSPIRATIONS", - "air_date": "2006-04-27", - "question": "(Cheryl of the Clue Crew gives the clue from the JFK Library & Museum.) A famous 1961 photo of President Kennedy at his desk is echoed in the opening credits of this popular television series", - "value": "$1600", - "answer": "West Wing", - "round": "Double Jeopardy!", - "show_number": "4989", - "fullAnswer": "The West Wing" - }, { "category": "SHAKESPEARE'S OPENING LINES", "air_date": "2006-04-27", @@ -1676979,16 +1593419,6 @@ "show_number": "4989", "fullAnswer": "Sojourner Truth" }, - { - "category": "RELIGION IN ART", - "air_date": "2006-10-11", - "question": "Famous for his \"Peaceable Kingdom\" series, Edward Hicks depicted this Biblical event in the early 19th century", - "value": "$200", - "answer": "Noah\\'s Ark", - "round": "Jeopardy!", - "show_number": "5078", - "fullAnswer": "Noah\\'s Ark" - }, { "category": "WOMEN SINGERS", "air_date": "2006-10-11", @@ -1677039,16 +1593469,6 @@ "show_number": "5078", "fullAnswer": "Nottingham" }, - { - "category": "RELIGION IN ART", - "air_date": "2006-10-11", - "question": "1890's \"Church at Auvers\" is in the typical frenetic style of this artist", - "value": "$400", - "answer": "van Gogh", - "round": "Jeopardy!", - "show_number": "5078", - "fullAnswer": "(Vincent) van Gogh" - }, { "category": "WOMEN SINGERS", "air_date": "2006-10-11", @@ -1677099,16 +1593519,6 @@ "show_number": "5078", "fullAnswer": "notebook (or notepad)" }, - { - "category": "RELIGION IN ART", - "air_date": "2006-10-11", - "question": "This Dutchman's 1655 \"Head of Christ\" is seen here", - "value": "$600", - "answer": "Rembrandt", - "round": "Jeopardy!", - "show_number": "5078", - "fullAnswer": "Rembrandt" - }, { "category": "WOMEN SINGERS", "air_date": "2006-10-11", @@ -1677159,16 +1593569,6 @@ "show_number": "5078", "fullAnswer": "Notre Dame" }, - { - "category": "RELIGION IN ART", - "air_date": "2006-10-11", - "question": "Before he ran away to sea, this French postimpressionist painted \"The Yellow Christ\", seen here", - "value": "$800", - "answer": "Gauguin", - "round": "Jeopardy!", - "show_number": "5078", - "fullAnswer": "Gauguin" - }, { "category": "WOMEN SINGERS", "air_date": "2006-10-11", @@ -1677219,26 +1593619,6 @@ "show_number": "5078", "fullAnswer": "a notary (public)" }, - { - "category": "RELIGION IN ART", - "air_date": "2006-10-11", - "question": "In the 19th century, Gustav Bauernfeind depicted Jerusalem, including this location", - "value": "$1000", - "answer": "Wailing Wall", - "round": "Jeopardy!", - "show_number": "5078", - "fullAnswer": "the Wailing Wall" - }, - { - "category": "WOMEN SINGERS", - "air_date": "2006-10-11", - "question": "Do cry out loud the name of this woman heard here

\"Don't cry out loud...\"", - "value": "$1000", - "answer": "Melissa Manchester", - "round": "Jeopardy!", - "show_number": "5078", - "fullAnswer": "Melissa Manchester" - }, { "category": "LABOR", "air_date": "2006-10-11", @@ -1677279,16 +1593659,6 @@ "show_number": "5078", "fullAnswer": "Nothingness" }, - { - "category": "EGYPTIAN HISTORY", - "air_date": "2006-10-11", - "question": "(Jimmy of the Clue Crew walks among some desert ruins.) While walking in this ancient Egyptian capital, you'll see Saqqara, which was its principal burial area", - "value": "$400", - "answer": "Memphis", - "round": "Double Jeopardy!", - "show_number": "5078", - "fullAnswer": "Memphis" - }, { "category": "BOGIE & BACALL SPEAK!", "air_date": "2006-10-11", @@ -1677369,16 +1593739,6 @@ "show_number": "5078", "fullAnswer": "Hu (Jintao)" }, - { - "category": "THE ALIENS ARE HERE!", - "air_date": "2006-10-11", - "question": "This porcupine lookalike seen here is pigging out in New Zealand because it has no natural predators", - "value": "$800", - "answer": "hedgehog", - "round": "Double Jeopardy!", - "show_number": "5078", - "fullAnswer": "the hedgehog" - }, { "category": "SCIENCE STUFF", "air_date": "2006-10-11", @@ -1677399,16 +1593759,6 @@ "show_number": "5078", "fullAnswer": "goose liver" }, - { - "category": "EGYPTIAN HISTORY", - "air_date": "2006-10-11", - "question": "(Sarah of the Clue Crew walks among the pyramids at Giza, Egypt.) The Egyptian period from about 2700 to 2200 B.C. is known as the Pyramid Age, or by this ancient name", - "value": "$1200", - "answer": "Old Kingdom", - "round": "Double Jeopardy!", - "show_number": "5078", - "fullAnswer": "the Old Kingdom" - }, { "category": "BOGIE & BACALL SPEAK!", "air_date": "2006-10-11", @@ -1677519,16 +1593869,6 @@ "show_number": "5078", "fullAnswer": "Goodwill" }, - { - "category": "EGYPTIAN HISTORY", - "air_date": "2006-10-11", - "question": "(Jimmy is in Giza, Egypt.) The pyramid of this son of Khufu is smaller than his dad's Great one, but he got his face on the Great Sphinx", - "value": "$2000", - "answer": "Khafre", - "round": "Double Jeopardy!", - "show_number": "5078", - "fullAnswer": "Khafre" - }, { "category": "BOGIE & BACALL SPEAK!", "air_date": "2006-10-11", @@ -1677604,7 +1593944,7 @@ "air_date": "2010-02-25", "question": "Pacino's female pals", "value": "$200", - "answer": "Al\\'s gals", + "answer": "Al's gals", "round": "Jeopardy!", "show_number": "5864", "fullAnswer": "Al\\'s gals" @@ -1677664,7 +1594004,7 @@ "air_date": "2010-02-25", "question": "Penn's pair of baby deer", "value": "$400", - "answer": "Sean\\'s fawns", + "answer": "Sean's fawns", "round": "Jeopardy!", "show_number": "5864", "fullAnswer": "Sean\\'s fawns" @@ -1677699,16 +1594039,6 @@ "show_number": "5864", "fullAnswer": "Singapore" }, - { - "category": "THE BOY SCOUTS OF AMERICA", - "air_date": "2010-02-25", - "question": "(Jimmy of the Clue Crew reports from the Boy Scouts of America at Camp Winton.) To be a first class scout, you have to able to find directions; one way is to place a stick in the ground & wait for the afternoon shadow, which will point this way", - "value": "$400", - "answer": "east", - "round": "Jeopardy!", - "show_number": "5864", - "fullAnswer": "east" - }, { "category": "ELEPHANTS IN LITERATURE", "air_date": "2010-02-25", @@ -1677724,7 +1594054,7 @@ "air_date": "2010-02-25", "question": "Actress Hilary's financial institutions", "value": "$600", - "answer": "Swank\\'s banks", + "answer": "Swank's banks", "round": "Jeopardy!", "show_number": "5864", "fullAnswer": "Swank\\'s banks" @@ -1677759,16 +1594089,6 @@ "show_number": "5864", "fullAnswer": "a generation gap" }, - { - "category": "THE BOY SCOUTS OF AMERICA", - "air_date": "2010-02-25", - "question": "(Jimmy of the Clue Crew reports from the Boy Scouts of America at Camp Winton.) A popular scouting activity is the throwing of this type of hatchet or axe native to North America", - "value": "$600", - "answer": "tomahawk", - "round": "Jeopardy!", - "show_number": "5864", - "fullAnswer": "a tomahawk" - }, { "category": "ELEPHANTS IN LITERATURE", "air_date": "2010-02-25", @@ -1677784,7 +1594104,7 @@ "air_date": "2010-02-25", "question": "Dunaway's \"no\" votes", "value": "$800", - "answer": "Faye\\'s nays", + "answer": "Faye's nays", "round": "Jeopardy!", "show_number": "5864", "fullAnswer": "Faye\\'s nays" @@ -1677819,16 +1594139,6 @@ "show_number": "5864", "fullAnswer": "mega-pixels" }, - { - "category": "THE BOY SCOUTS OF AMERICA", - "air_date": "2010-02-25", - "question": "(Sarah of the Clue Crew reports from the Boy Scouts of America at Camp Winton.) A traditional skill in scouting is knowing how to build a fire; one good method is named for this Native American shelter", - "value": "$800", - "answer": "tepee", - "round": "Jeopardy!", - "show_number": "5864", - "fullAnswer": "a tepee" - }, { "category": "ELEPHANTS IN LITERATURE", "air_date": "2010-02-25", @@ -1677844,7 +1594154,7 @@ "air_date": "2010-02-25", "question": "Ms. Thompson's quandries", "value": "$1000", - "answer": "Emma\\'s dilemmas", + "answer": "Emma's dilemmas", "round": "Jeopardy!", "show_number": "5864", "fullAnswer": "Emma\\'s dilemmas" @@ -1677879,16 +1594189,6 @@ "show_number": "5864", "fullAnswer": "agápe" }, - { - "category": "THE BOY SCOUTS OF AMERICA", - "air_date": "2010-02-25", - "question": "(Jimmy of the Clue Crew reports from the Boy Scouts of America at Camp Winton.) The first Boy Scout to go on to be the president was this man who in a youthful letter to his father Joe asked for a bigger allowance to buy canteens and other scout supplies", - "value": "$1000", - "answer": "Kennedy ", - "round": "Jeopardy!", - "show_number": "5864", - "fullAnswer": "Kennedy (JFK)" - }, { "category": "THE BEATLES", "air_date": "2010-02-25", @@ -1677909,16 +1594209,6 @@ "show_number": "5864", "fullAnswer": "Robert E. Lee" }, - { - "category": "BLACK BIRD", - "air_date": "2010-02-25", - "question": "One of the world's largest birds, this California avian can glide as far as 10 miles without beating its wings", - "value": "$400", - "answer": "condor", - "round": "Double Jeopardy!", - "show_number": "5864", - "fullAnswer": "a condor" - }, { "category": "BABY, YOU CAN DRIVE MY CAR", "air_date": "2010-02-25", @@ -1677959,16 +1594249,6 @@ "show_number": "5864", "fullAnswer": "Harry Reid" }, - { - "category": "BABY, YOU CAN DRIVE MY CAR", - "air_date": "2010-02-25", - "question": "Consider going green, baby, by driving this hybrid model seen here", - "value": "$800", - "answer": "Prius", - "round": "Double Jeopardy!", - "show_number": "5864", - "fullAnswer": "a Prius" - }, { "category": "HERE, THERE & EVERYWHERE", "air_date": "2010-02-25", @@ -1677984,7 +1594264,7 @@ "air_date": "2010-02-25", "question": "In 1964 it was all about \"me\" with the Beatles--the lads had these 2 No.1 hits with \"me\" in the title", "value": "$1200", - "answer": "Can\\'t Buy Me Love & Love Me Do", + "answer": "Can't Buy Me Love & Love Me Do", "round": "Double Jeopardy!", "show_number": "5864", "fullAnswer": "\"Can\\'t Buy Me Love\" & \"Love Me Do\"" @@ -1677999,16 +1594279,6 @@ "show_number": "5864", "fullAnswer": "Edwin Land" }, - { - "category": "BLACK BIRD", - "air_date": "2010-02-25", - "question": "Really more of a scavenger, this beautiful bird was turned into a thief by Rossini", - "value": "$1200", - "answer": "magpie", - "round": "Double Jeopardy!", - "show_number": "5864", - "fullAnswer": "the magpie" - }, { "category": "BABY, YOU CAN DRIVE MY CAR", "air_date": "2010-02-25", @@ -1678049,16 +1594319,6 @@ "show_number": "5864", "fullAnswer": "Vespucci" }, - { - "category": "BLACK BIRD", - "air_date": "2010-02-25", - "question": "The razorbill, seen here, is a member of this flightless family of which the great one went extinct around 1844", - "value": "$1600", - "answer": "auk", - "round": "Double Jeopardy!", - "show_number": "5864", - "fullAnswer": "the auk" - }, { "category": "BABY, YOU CAN DRIVE MY CAR", "air_date": "2010-02-25", @@ -1678099,26 +1594359,6 @@ "show_number": "5864", "fullAnswer": "\"Norwegian Wood\"" }, - { - "category": "A DAY IN THE LIFE", - "air_date": "2010-02-25", - "question": "Nov. 4, 1954:
Gives his speech as the 1952 Nobel Prize winner; in 1952, he was busy with his humanitarian work in Africa", - "value": "$500", - "answer": "Schweitzer", - "round": "Double Jeopardy!", - "show_number": "5864", - "fullAnswer": "(Albert) Schweitzer" - }, - { - "category": "BLACK BIRD", - "air_date": "2010-02-25", - "question": "You crazy old guy, it's the American variety of this 4-letter waterfowl", - "value": "$2000", - "answer": "coot", - "round": "Double Jeopardy!", - "show_number": "5864", - "fullAnswer": "a coot" - }, { "category": "BABY, YOU CAN DRIVE MY CAR", "air_date": "2010-02-25", @@ -1678844,7 +1595084,7 @@ "air_date": "1999-09-24", "question": "In 1969 B.J. Thomas had the biggest hit of his career with this song from \"Butch Cassidy and the Sundance Kid\"", "value": "$200", - "answer": "Raindrops Keep Fallin\\' on My Head", + "answer": "Raindrops Keep Fallin' on My Head", "round": "Jeopardy!", "show_number": "3460", "fullAnswer": "\"Raindrops Keep Fallin\\' on My Head\"" @@ -1679654,7 +1595894,7 @@ "air_date": "1984-12-12", "question": "Album & film featuring \"Tell Me Why\" & \"You Can't Do That\"", "value": "$500", - "answer": "Hard Day\\'s Night", + "answer": "Hard Day's Night", "round": "Jeopardy!", "show_number": "68", "fullAnswer": "A Hard Day\\'s Night" @@ -1679809,16 +1596049,6 @@ "show_number": "68", "fullAnswer": "John Williams" }, - { - "category": "\"EASY\"", - "air_date": "1984-12-12", - "question": "Keith Carradine's Oscar-winning song from the movie \"Nashville\"", - "value": "$1,200", - "answer": "I\\'m Easy", - "round": "Double Jeopardy!", - "show_number": "68", - "fullAnswer": "\"I\\'m Easy\"" - }, { "category": "NEWSPAPERS", "air_date": "1984-12-12", @@ -1681189,16 +1597419,6 @@ "show_number": "4692", "fullAnswer": "nor" }, - { - "category": "ANATOMY & MEDICINE", - "air_date": "2005-01-18", - "question": "(Cheryl of the Clue Crew reports from an old-time pharmacy.) Polio, which forced young victims to wear braces like this, was once often referred to by this two-word name", - "value": "$600", - "answer": "infantile paralysis", - "round": "Jeopardy!", - "show_number": "4692", - "fullAnswer": "infantile paralysis" - }, { "category": "\"EMP\" TV", "air_date": "2005-01-18", @@ -1681209,16 +1597429,6 @@ "show_number": "4692", "fullAnswer": "Simon Templar" }, - { - "category": "HOW ABOUT A HAWAIIAN LUNCH?", - "air_date": "2005-01-18", - "question": "Boneless chicken is popularly rolled into a crust made from these", - "value": "$600", - "answer": "macadamia nuts", - "round": "Jeopardy!", - "show_number": "4692", - "fullAnswer": "macadamia nuts" - }, { "category": "WE HAVE TO LET THEM GO", "air_date": "2005-01-18", @@ -1681329,16 +1597539,6 @@ "show_number": "4692", "fullAnswer": "Memphis" }, - { - "category": "HOW ABOUT A HAWAIIAN LUNCH?", - "air_date": "2005-01-18", - "question": "A fresh fruit platter might include pineapple, papaya, berries and this tropical fruit seen here", - "value": "$1000", - "answer": "guava", - "round": "Jeopardy!", - "show_number": "4692", - "fullAnswer": "guava" - }, { "category": "WE HAVE TO LET THEM GO", "air_date": "2005-01-18", @@ -1681494,7 +1597694,7 @@ "air_date": "2005-01-18", "question": "An early version of this D.H. Lawrence novel was published in 1972 as \"John Thomas and Lady Jane\"", "value": "$1200", - "answer": "Lady Chatterley\\'s Lover", + "answer": "Lady Chatterley's Lover", "round": "Double Jeopardy!", "show_number": "4692", "fullAnswer": "Lady Chatterley\\'s Lover" @@ -1681529,16 +1597729,6 @@ "show_number": "4692", "fullAnswer": "repatriating" }, - { - "category": "ANTIQUES", - "air_date": "2005-01-18", - "question": "As seen here, this American religious group's furniture reflected the belief that form follows function", - "value": "$1200", - "answer": "Shakers", - "round": "Double Jeopardy!", - "show_number": "4692", - "fullAnswer": "the Shakers" - }, { "category": "\"ROAD\" SHOW", "air_date": "2005-01-18", @@ -1681669,16 +1597859,6 @@ "show_number": "4692", "fullAnswer": "Tupperware" }, - { - "category": "MUSIC", - "air_date": "2008-01-17", - "question": "(Jon of the Clue Crew is playing bass.) I'm playing an F down here, then going up this interval, the basis of our scale system, to play an F here", - "value": "$200", - "answer": "octave", - "round": "Jeopardy!", - "show_number": "5379", - "fullAnswer": "an octave" - }, { "category": "EXCESS HOLLYWOOD", "air_date": "2008-01-17", @@ -1681739,16 +1597919,6 @@ "show_number": "5379", "fullAnswer": "right hand" }, - { - "category": "EXCESS HOLLYWOOD", - "air_date": "2008-01-17", - "question": "Promises in Malibu is one of these facilities providing celebrities luxury along with recovery", - "value": "$400", - "answer": "rehab facility", - "round": "Jeopardy!", - "show_number": "5379", - "fullAnswer": "a rehab facility" - }, { "category": "NICE TO MEET YOU!", "air_date": "2008-01-17", @@ -1681789,16 +1597959,6 @@ "show_number": "5379", "fullAnswer": "corrode" }, - { - "category": "MUSIC", - "air_date": "2008-01-17", - "question": "(Jon of the Clue Crew is playing bass.) You'll get an \"A\" for effort if you name this Italian musical term; here's an example of one", - "value": "$1,000", - "answer": "arpeggio", - "round": "Jeopardy!", - "show_number": "5379", - "fullAnswer": "arpeggio" - }, { "category": "EXCESS HOLLYWOOD", "air_date": "2008-01-17", @@ -1681909,16 +1598069,6 @@ "show_number": "5379", "fullAnswer": "bar code" }, - { - "category": "MUSIC", - "air_date": "2008-01-17", - "question": "(Cheryl of the Clue Crew presents some musical notation.) Ledger lines are for notes that don't fit on the 5-line staff, like this note that's one line below the treble staff, or one line above the bass staff", - "value": "$1000", - "answer": "middle C", - "round": "Jeopardy!", - "show_number": "5379", - "fullAnswer": "middle C" - }, { "category": "EXCESS HOLLYWOOD", "air_date": "2008-01-17", @@ -1681959,16 +1598109,6 @@ "show_number": "5379", "fullAnswer": "a frog" }, - { - "category": "\"ODE\" TO JOY", - "air_date": "2008-01-17", - "question": "This company created fine bone china, and perfected the underglaze blue printing seen here", - "value": "$1000", - "answer": "Spode", - "round": "Jeopardy!", - "show_number": "5379", - "fullAnswer": "Spode" - }, { "category": "\"GREEN\" GEOGRAPHY", "air_date": "2008-01-17", @@ -1682059,16 +1598199,6 @@ "show_number": "5379", "fullAnswer": "Big Bang" }, - { - "category": "REDHEADS", - "air_date": "2008-01-17", - "question": "He's the red-headed and lab-challenged Muppet seen here", - "value": "$800", - "answer": "Beaker", - "round": "Double Jeopardy!", - "show_number": "5379", - "fullAnswer": "Beaker" - }, { "category": "PURPLE PROSE", "air_date": "2008-01-17", @@ -1682364,7 +1598494,7 @@ "air_date": "1998-09-25", "question": "Guests, a clue to this is the host offering \"one last nightcap\" & locking the liqueur away", "value": "$200", - "answer": "Time to go home/the party\\'s over", + "answer": "Time to go home/the party's over", "round": "Jeopardy!", "show_number": "3230", "fullAnswer": "Time to go home/the party\\'s over" @@ -1683499,16 +1599629,6 @@ "show_number": "4533", "fullAnswer": "Frasier" }, - { - "category": "JUMP", - "air_date": "2004-04-28", - "question": "On u-payless.com a liter of these from south-of-the-border will set you back $84", - "value": "$400", - "answer": "Mexican Jumping Beans", - "round": "Jeopardy!", - "show_number": "4533", - "fullAnswer": "Mexican Jumping Beans" - }, { "category": "MORE THINGS THAT HAPPENED", "air_date": "2004-04-28", @@ -1683914,7 +1600034,7 @@ "air_date": "2004-04-28", "question": "\"It's getting late, have you seen my mates, Ma tell me when the boys get here\"", "value": "$1600", - "answer": "Saturday Night\\'s Alright for Fighting", + "answer": "Saturday Night's Alright for Fighting", "round": "Double Jeopardy!", "show_number": "4533", "fullAnswer": "\"Saturday Night\\'s Alright for Fighting\"" @@ -1683974,7 +1600094,7 @@ "air_date": "2004-04-28", "question": "\"I can't light no more of your darkness, all my pictures seem to fade to black & white\"", "value": "$2000", - "answer": "Don\\'t Let The Sun Go Down On Me", + "answer": "Don't Let The Sun Go Down On Me", "round": "Double Jeopardy!", "show_number": "4533", "fullAnswer": "\"Don\\'t Let The Sun Go Down On Me\"" @@ -1684044,7 +1600164,7 @@ "air_date": "2003-10-21", "question": "If a crime has been committed out of the police's sight, you, Joe Lunchpail, may have to make this", "value": "$200", - "answer": "citizen\\'s arrest", + "answer": "citizen's arrest", "round": "Jeopardy!", "show_number": "4397", "fullAnswer": "a citizen\\'s arrest" @@ -1684104,7 +1600224,7 @@ "air_date": "2003-10-21", "question": "Bugs Bunny insisted, \"I'm an athlete! I've got athlete's legs! I've even got\" this", "value": "$400", - "answer": "athlete\\'s foot", + "answer": "athlete's foot", "round": "Jeopardy!", "show_number": "4397", "fullAnswer": "athlete\\'s foot" @@ -1684164,7 +1600284,7 @@ "air_date": "2003-10-21", "question": "Something easy to do, or a drama written by a ten-year-old", "value": "$600", - "answer": "child\\'s play", + "answer": "child's play", "round": "Jeopardy!", "show_number": "4397", "fullAnswer": "child\\'s play" @@ -1684224,7 +1600344,7 @@ "air_date": "2003-10-21", "question": "In college, it's similar to the honor roll", "value": "$800", - "answer": "dean\\'s list", + "answer": "dean's list", "round": "Jeopardy!", "show_number": "4397", "fullAnswer": "the dean\\'s list" @@ -1684284,7 +1600404,7 @@ "air_date": "2003-10-21", "question": "Leonard Cohen titled an album \"Death of\" this male who attracts females", "value": "$1000", - "answer": "Ladies\\' Man", + "answer": "Ladies' Man", "round": "Jeopardy!", "show_number": "4397", "fullAnswer": "a Ladies\\' Man" @@ -1684434,7 +1600554,7 @@ "air_date": "2003-10-21", "question": "This Al Capp comic strip made its debut August 13, 1934", "value": "$800", - "answer": "Li\\'l Abner", + "answer": "Li'l Abner", "round": "Double Jeopardy!", "show_number": "4397", "fullAnswer": "\"Li\\'l Abner\"" @@ -1686354,7 +1602474,7 @@ "air_date": "1997-05-06", "question": "This American won a 1928 Pulitzer Prize for his very long, 9-act drama \"Strange Interlude\"", "value": "$1,000", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "2932", "fullAnswer": "Eugene O\\'Neill" @@ -1686869,16 +1602989,6 @@ "show_number": "6298", "fullAnswer": "cassava (yuca accepted)" }, - { - "category": "THE BAND IS REALLY COOKING", - "air_date": "2012-01-25", - "question": "Booker T. & the MG's gave their tuna salad some color & flavor with this tune", - "value": "$1600", - "answer": "Green Onions", - "round": "Double Jeopardy!", - "show_number": "6298", - "fullAnswer": "\"Green Onions\"" - }, { "category": "STARTS WITH \"Z\"", "air_date": "2012-01-25", @@ -1686939,16 +1603049,6 @@ "show_number": "6298", "fullAnswer": "mussels" }, - { - "category": "STARTS WITH \"Z\"", - "air_date": "2012-01-25", - "question": "(Jimmy of the Clue Crew reports from Israel.) In the 1st century A.D., these Jews fiercely opposed Roman paganism, and many of them made their last stand here on Masada; today the word means anyone passionately committed", - "value": "$2000", - "answer": "zealot", - "round": "Double Jeopardy!", - "show_number": "6298", - "fullAnswer": "a zealot" - }, { "category": "IN THE MAGAZINE", "air_date": "2012-01-25", @@ -1687344,7 +1603444,7 @@ "air_date": "1999-06-16", "question": "Sept. 20, 1999 is the 15th anniversary of the premiere of this TV show with Tony Danza as a domestic", "value": "$200", - "answer": "Who\\'s the Boss?", + "answer": "Who's the Boss?", "round": "Double Jeopardy!", "show_number": "3418", "fullAnswer": "Who\\'s the Boss?" @@ -1687464,7 +1603564,7 @@ "air_date": "1999-06-16", "question": "Cops ask this of someone in a hurry; in 1871 a good answer would have been \"Chicago\"", "value": "$600", - "answer": "Where\\'s the fire?", + "answer": "Where's the fire?", "round": "Double Jeopardy!", "show_number": "3418", "fullAnswer": "Where\\'s the fire?" @@ -1688209,16 +1604309,6 @@ "show_number": "4731", "fullAnswer": "Mexican" }, - { - "category": "WINTER SPORTS REVIEW", - "air_date": "2005-03-14", - "question": "(Cheryl of the Clue Crew reads from a speed skating rink in Park City, UT.) It's the geometric name for a speed skating track; high altitude helps make the Utah Olympic one here the fastest ice on Earth", - "value": "$200", - "answer": "oval", - "round": "Jeopardy!", - "show_number": "4731", - "fullAnswer": "an oval" - }, { "category": "SHADES OF BROWN", "air_date": "2005-03-14", @@ -1688269,16 +1604359,6 @@ "show_number": "4731", "fullAnswer": "Moor" }, - { - "category": "WINTER SPORTS REVIEW", - "air_date": "2005-03-14", - "question": "(Cheryl of the Clue Crew reads from Park City, UT.) Kufens, which steer the luge, are attached to these, also called steels", - "value": "$400", - "answer": "runners", - "round": "Jeopardy!", - "show_number": "4731", - "fullAnswer": "runners" - }, { "category": "SHADES OF BROWN", "air_date": "2005-03-14", @@ -1688329,16 +1604409,6 @@ "show_number": "4731", "fullAnswer": "the Basques" }, - { - "category": "WINTER SPORTS REVIEW", - "air_date": "2005-03-14", - "question": "(Jimmy of the Clue Crew lies prone with a rifle on a range in Park City, UT.) To be steady enough to fire accurately, a biathlete has to quickly bring this down from the 200s to the 160s", - "value": "$600", - "answer": "his heart rate", - "round": "Jeopardy!", - "show_number": "4731", - "fullAnswer": "his heart rate" - }, { "category": "SHADES OF BROWN", "air_date": "2005-03-14", @@ -1688389,16 +1604459,6 @@ "show_number": "4731", "fullAnswer": "Israel" }, - { - "category": "WINTER SPORTS REVIEW", - "air_date": "2005-03-14", - "question": "(Jimmy of the Clue Crew narrates a game being played on a rink in Park City, UT.) As well as speeding up the stone by reducing friction, sweeping reduces side-to-side movement, which logically is called this", - "value": "$800", - "answer": "curl ", - "round": "Jeopardy!", - "show_number": "4731", - "fullAnswer": "the curl (curling accepted)" - }, { "category": "SHADES OF BROWN", "air_date": "2005-03-14", @@ -1688449,16 +1604509,6 @@ "show_number": "4731", "fullAnswer": "the Russians" }, - { - "category": "WINTER SPORTS REVIEW", - "air_date": "2005-03-14", - "question": "(Jimmy of the Clue Crew crouches as he skis down a slope in Park City, UT.) Aerodynamically, this is the best position for shushing, or speeding straight down the hill", - "value": "$1000", - "answer": "tuck", - "round": "Jeopardy!", - "show_number": "4731", - "fullAnswer": "the tuck" - }, { "category": "SHADES OF BROWN", "air_date": "2005-03-14", @@ -1688624,7 +1604674,7 @@ "air_date": "2005-03-14", "question": "This restaurant chain began in 1965 with a NYC site at First & 63rd", "value": "$1200", - "answer": "T.G.I. Friday\\'s", + "answer": "T.G.I. Friday's", "round": "Double Jeopardy!", "show_number": "4731", "fullAnswer": "T.G.I. Friday\\'s" @@ -1688729,16 +1604779,6 @@ "show_number": "4731", "fullAnswer": "Brian Piccolo" }, - { - "category": "COMPOSERS", - "air_date": "2005-03-14", - "question": "Featured in \"Somewhere in Time\", his beautiful \"Rhapsody on a Theme of Paganini\" is heard here", - "value": "$2000", - "answer": "Rachmaninoff", - "round": "Double Jeopardy!", - "show_number": "4731", - "fullAnswer": "Rachmaninoff" - }, { "category": "DAYS OF THE WEEK", "air_date": "2005-03-14", @@ -1688754,7 +1604794,7 @@ "air_date": "2005-03-14", "question": "The shepherd says \"His garments are rich but he wears them not handsomely\" of Autolychus in this romance", "value": "$2000", - "answer": "Winter\\'s Tale", + "answer": "Winter's Tale", "round": "Double Jeopardy!", "show_number": "4731", "fullAnswer": "The Winter\\'s Tale" @@ -1688954,7 +1604994,7 @@ "air_date": "2001-04-19", "question": "\"Dandy\",
\"I'm Henry VIII, I Am\",
\"Mrs. Brown You've Got A Lovely Daughter\"", "value": "$300", - "answer": "Herman\\'s Hermits", + "answer": "Herman's Hermits", "round": "Jeopardy!", "show_number": "3839", "fullAnswer": "Herman\\'s Hermits" @@ -1689254,7 +1605294,7 @@ "air_date": "2001-04-19", "question": "No longer can today's star visit this place run by restaurateur Dave, but he can still buy its famous chili", "value": "$600", - "answer": "Chasen\\'s Restaurant ", + "answer": "Chasen's Restaurant ", "round": "Double Jeopardy!", "show_number": "3839", "fullAnswer": "Chasen\\'s Restaurant (in Beverly Hills)" @@ -1689264,7 +1605304,7 @@ "air_date": "2001-04-19", "question": "Arlo Guthrie starred in this '69 film inspired by his song of the same name", "value": "$600", - "answer": "Alice\\'s Restaurant", + "answer": "Alice's Restaurant", "round": "Double Jeopardy!", "show_number": "3839", "fullAnswer": "Alice\\'s Restaurant" @@ -1689744,7 +1605784,7 @@ "air_date": "1997-11-11", "question": "Charlie's or Martin's Levi's", "value": "$200", - "answer": "Sheen\\'s jeans", + "answer": "Sheen's jeans", "round": "Double Jeopardy!", "show_number": "3037", "fullAnswer": "Sheen\\'s jeans" @@ -1689784,7 +1605824,7 @@ "air_date": "1997-11-11", "question": "Now a treasured term, this nickname began as a put-down about its load of junk", "value": "$400", - "answer": "The Nation\\'s Attic", + "answer": "The Nation's Attic", "round": "Double Jeopardy!", "show_number": "3037", "fullAnswer": "\"The Nation\\'s Attic\"" @@ -1689804,7 +1605844,7 @@ "air_date": "1997-11-11", "question": "Kelsey's mallets", "value": "$400", - "answer": "Grammer\\'s hammers", + "answer": "Grammer's hammers", "round": "Double Jeopardy!", "show_number": "3037", "fullAnswer": "Grammer\\'s hammers" @@ -1689864,7 +1605904,7 @@ "air_date": "1997-11-11", "question": "Locklear's plumes", "value": "$600", - "answer": "Heather\\'s feathers", + "answer": "Heather's feathers", "round": "Double Jeopardy!", "show_number": "3037", "fullAnswer": "Heather\\'s feathers" @@ -1689924,7 +1605964,7 @@ "air_date": "1997-11-11", "question": "Mister Rogers' bunks", "value": "$800", - "answer": "Fred\\'s beds", + "answer": "Fred's beds", "round": "Double Jeopardy!", "show_number": "3037", "fullAnswer": "Fred\\'s beds" @@ -1689984,7 +1606024,7 @@ "air_date": "1997-11-11", "question": "Meryl's jetes", "value": "$1000", - "answer": "Streep\\'s leaps", + "answer": "Streep's leaps", "round": "Double Jeopardy!", "show_number": "3037", "fullAnswer": "Streep\\'s leaps" @@ -1689999,16 +1606039,6 @@ "show_number": "3037", "fullAnswer": "Tea (the Boston Tea Party took place)" }, - { - "category": "NAME THAT COUNTRY", - "air_date": "2010-11-30", - "question": "Slightly larger than New Mexico it contains the northernmost point in continental Europe", - "value": "$200", - "answer": "Norway", - "round": "Jeopardy!", - "show_number": "6032", - "fullAnswer": "Norway" - }, { "category": "SONGS ON TV SHOWS", "air_date": "2010-11-30", @@ -1690119,16 +1606149,6 @@ "show_number": "6032", "fullAnswer": "tranquility" }, - { - "category": "NAME THAT COUNTRY", - "air_date": "2010-11-30", - "question": "Barren and arid, this troubled country hasn't had a real working central government since 1991", - "value": "$1,000", - "answer": "Somalia", - "round": "Jeopardy!", - "show_number": "6032", - "fullAnswer": "Somalia" - }, { "category": "SONGS ON TV SHOWS", "air_date": "2010-11-30", @@ -1690239,16 +1606259,6 @@ "show_number": "6032", "fullAnswer": "Calm" }, - { - "category": "NAME THAT COUNTRY", - "air_date": "2010-11-30", - "question": "In World War 2, the British occupied this island because it maintained ties with Vichy France", - "value": "$1000", - "answer": "Madagascar", - "round": "Jeopardy!", - "show_number": "6032", - "fullAnswer": "Madagascar" - }, { "category": "SONGS ON TV SHOWS", "air_date": "2010-11-30", @@ -1690349,16 +1606359,6 @@ "show_number": "6032", "fullAnswer": "Napoleon" }, - { - "category": "NEWS FROM THE EQUATOR", - "air_date": "2010-11-30", - "question": "(Kelly of the Clue Crew reports from the bridge of a ship.) Here in the Galapagos, I'm at about 90 degrees west longitude, halfway between the Prime Meridian and International Date Line, and at this many degrees latitude", - "value": "$400", - "answer": "0", - "round": "Double Jeopardy!", - "show_number": "6032", - "fullAnswer": "0" - }, { "category": "OPERA", "air_date": "2010-11-30", @@ -1690409,16 +1606409,6 @@ "show_number": "6032", "fullAnswer": "a corset" }, - { - "category": "NEWS FROM THE EQUATOR", - "air_date": "2010-11-30", - "question": "In the olden navy the \"crossing the line\" ceremony forced new sailors to undergo hazing and pay tribute to this Roman god", - "value": "$800", - "answer": "Neptune", - "round": "Double Jeopardy!", - "show_number": "6032", - "fullAnswer": "Neptune" - }, { "category": "OPERA", "air_date": "2010-11-30", @@ -1690469,16 +1606459,6 @@ "show_number": "6032", "fullAnswer": "Chicago" }, - { - "category": "NEWS FROM THE EQUATOR", - "air_date": "2010-11-30", - "question": "(Kelly of the Clue Crew reports from the Galapagos.) Here at the equator the sun is directly overhead at exactly noon on these two equinoxes", - "value": "$1200", - "answer": "vernal and autumnal equinoxes", - "round": "Double Jeopardy!", - "show_number": "6032", - "fullAnswer": "the vernal and autumnal equinoxes" - }, { "category": "OPERA", "air_date": "2010-11-30", @@ -1690559,16 +1606539,6 @@ "show_number": "6032", "fullAnswer": "(Hugh) Laurie" }, - { - "category": "\"P.G.\"", - "air_date": "2010-11-30", - "question": "You can't see them here, but this rodent has two cheek pouches that it can turn inside out to clean", - "value": "$2000", - "answer": "pocket gopher", - "round": "Double Jeopardy!", - "show_number": "6032", - "fullAnswer": "a pocket gopher" - }, { "category": "WOOD HOUSE", "air_date": "2010-11-30", @@ -1690589,16 +1606559,6 @@ "show_number": "6032", "fullAnswer": "the Greenback Party" }, - { - "category": "NEWS FROM THE EQUATOR", - "air_date": "2010-11-30", - "question": "(Kelly of the Clue Crew reports from the Galapagos.) There's no danger from cyclones such as hurricanes or typhoons; this apparent force, named for a French scientist, which describes the rotation of winds, is zero at the equator", - "value": "$2000", - "answer": "Coriolis effect", - "round": "Double Jeopardy!", - "show_number": "6032", - "fullAnswer": "the Coriolis effect" - }, { "category": "SPORTS", "air_date": "2010-11-30", @@ -1690709,16 +1606669,6 @@ "show_number": "3664", "fullAnswer": "Sigourney Weaver" }, - { - "category": "SUN", - "air_date": "2000-07-06", - "question": "As if the sun didn't do enough, its activity also provides this type of display seen here:", - "value": "$200", - "answer": "Northern Lights ", - "round": "Jeopardy!", - "show_number": "3664", - "fullAnswer": "the Northern Lights (Aurora Borealis)" - }, { "category": "\"A\" & \"M\"", "air_date": "2000-07-06", @@ -1691199,16 +1607149,6 @@ "show_number": "3664", "fullAnswer": "\"Coward Of The County\"" }, - { - "category": "STARTS WITH 3 CONSONANTS", - "air_date": "2000-07-06", - "question": "The mistle type of this common songbird is seen here:", - "value": "$1000", - "answer": "thrush", - "round": "Double Jeopardy!", - "show_number": "3664", - "fullAnswer": "the thrush" - }, { "category": "ACADEMY AWARD HISTORY", "air_date": "2000-07-06", @@ -1691889,16 +1607829,6 @@ "show_number": "6249", "fullAnswer": "Johnny Cash" }, - { - "category": "THAT'S ANCIENT HISTORY!", - "air_date": "2011-11-17", - "question": "(Kelly of the Clue Crew shows a map on the monitor.) The Seven Wonders of the Ancient World were spread out over three continents: 2 were in Africa, 3 in Asia, & the 2 in Europe were the Colossus of Rhodes & this other statue", - "value": "$400", - "answer": "Statue of Zeus ", - "round": "Jeopardy!", - "show_number": "6249", - "fullAnswer": "the Statue of Zeus (at Olympia)" - }, { "category": "EXTRAVAGANZA ELEGANZA", "air_date": "2011-11-17", @@ -1691909,16 +1607839,6 @@ "show_number": "6249", "fullAnswer": "foie gras" }, - { - "category": "\"FUN\" IN", - "air_date": "2011-11-17", - "question": "I've got the munchies; ah, just what I need--these savory snacks from Frito-Lay", - "value": "$400", - "answer": "Funyuns", - "round": "Jeopardy!", - "show_number": "6249", - "fullAnswer": "Funyuns" - }, { "category": "ACAPULCO", "air_date": "2011-11-17", @@ -1692259,16 +1608179,6 @@ "show_number": "6249", "fullAnswer": "King Lear" }, - { - "category": "\"SCOPE\" IT OUT", - "air_date": "2011-11-17", - "question": "It's seen here & also in dramatic pursuit scenes in many a movie", - "value": "$1200", - "answer": "radarscope", - "round": "Double Jeopardy!", - "show_number": "6249", - "fullAnswer": "a radarscope" - }, { "category": "COLOR MOVIES", "air_date": "2011-11-17", @@ -1693054,7 +1608964,7 @@ "air_date": "2008-03-26", "question": "It was 40 years ago, not today, that this album came out", "value": "$200", - "answer": "Sgt. Pepper\\'s Lonely Hearts Club Band", + "answer": "Sgt. Pepper's Lonely Hearts Club Band", "round": "Jeopardy!", "show_number": "5428", "fullAnswer": "Sgt. Pepper\\'s Lonely Hearts Club Band" @@ -1693244,7 +1609154,7 @@ "air_date": "2008-03-26", "question": "Have a \"cup\" of this gin-based English liquor first sold in 1859", "value": "$1000", - "answer": "Pimm\\'s ", + "answer": "Pimm's ", "round": "Jeopardy!", "show_number": "5428", "fullAnswer": "Pimm\\'s (No.1 Cup)" @@ -1693289,36 +1609199,6 @@ "show_number": "5428", "fullAnswer": "(Cecil) Rhodes" }, - { - "category": "A \"LONE\"", - "air_date": "2008-03-26", - "question": "This object seen here is just a shell of itself", - "value": "$1000", - "answer": "abalone", - "round": "Jeopardy!", - "show_number": "5428", - "fullAnswer": "abalone" - }, - { - "category": "SCIENCE STUFF", - "air_date": "2008-03-26", - "question": "You're seeing this produced by a lily (ah-choo!)", - "value": "$400", - "answer": "pollen", - "round": "Double Jeopardy!", - "show_number": "5428", - "fullAnswer": "pollen" - }, - { - "category": "THE JONATHAN CLUB", - "air_date": "2008-03-26", - "question": "This Grammy-winning comedian has been on such TV shows as \"Mork & Mindy\" & \"Davis Rules\"", - "value": "$400", - "answer": "Jonathan Winters", - "round": "Double Jeopardy!", - "show_number": "5428", - "fullAnswer": "Jonathan Winters" - }, { "category": "SOMEBODY WROTE THAT", "air_date": "2008-03-26", @@ -1693409,16 +1609289,6 @@ "show_number": "5428", "fullAnswer": "marionette & puppet" }, - { - "category": "SCIENCE STUFF", - "air_date": "2008-03-26", - "question": "(Alex gives the clue from Sony Headquarters in Tokyo, Japan.) These razor-thin TV screens of the future are made with OLED technology--organic light-emitting this, which allows the current to pass in only one direction", - "value": "$1200", - "answer": "diodes", - "round": "Double Jeopardy!", - "show_number": "5428", - "fullAnswer": "diodes" - }, { "category": "THE JONATHAN CLUB", "air_date": "2008-03-26", @@ -1693469,16 +1609339,6 @@ "show_number": "5428", "fullAnswer": "oxygen" }, - { - "category": "SCIENCE STUFF", - "air_date": "2008-03-26", - "question": "(Jon of the Clue Crew compares the color of bananas.) A banana will ripen quicker in a bag, because the ethylene gas produced by the fruit cannot escape; ethylene gas is one of these growth regulators, Greek for \"set in motion\"", - "value": "$1600", - "answer": "hormone", - "round": "Double Jeopardy!", - "show_number": "5428", - "fullAnswer": "a hormone" - }, { "category": "THE JONATHAN CLUB", "air_date": "2008-03-26", @@ -1693499,16 +1609359,6 @@ "show_number": "5428", "fullAnswer": "Norman Mailer" }, - { - "category": "FRENCH BUSINESS", - "air_date": "2008-03-26", - "question": "This company, whose symbol is seen here, eagerly embraced the automobile around 1890", - "value": "$1600", - "answer": "Peugeot", - "round": "Double Jeopardy!", - "show_number": "5428", - "fullAnswer": "Peugeot" - }, { "category": "POLICE & THIEVES", "air_date": "2008-03-26", @@ -1693714,7 +1609564,7 @@ "air_date": "2009-01-21", "question": "McMurphy tries to break torpor of inmates by stage war on authority in this. Tarzan ponder who truly insane in world", "value": "$600", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Jeopardy!", "show_number": "5613", "fullAnswer": "One Flew Over the Cuckoo\\'s Nest" @@ -1693729,16 +1609579,6 @@ "show_number": "5613", "fullAnswer": "Michael Phelps" }, - { - "category": "THEME PARK FUN", - "air_date": "2009-01-21", - "question": "A kiss to the chocolaty characters seen here who delight visitors to Hershey Park in this state", - "value": "$600", - "answer": "Pennsylvania", - "round": "Jeopardy!", - "show_number": "5613", - "fullAnswer": "Pennsylvania" - }, { "category": "I RAN FOR PREZ IN 2008", "air_date": "2009-01-21", @@ -1693889,16 +1609729,6 @@ "show_number": "5613", "fullAnswer": "the Neanderthal" }, - { - "category": "ANNUAL EVENTS", - "air_date": "2009-01-21", - "question": "(Jimmy of the Clue Crew reports from Spain.) In Spain, December 6th commemorates the signing of this in 1978, 191 years after the United States", - "value": "$400", - "answer": "Constitution", - "round": "Double Jeopardy!", - "show_number": "5613", - "fullAnswer": "the Constitution" - }, { "category": "PET PROJECTS?", "air_date": "2009-01-21", @@ -1693949,16 +1609779,6 @@ "show_number": "5613", "fullAnswer": "Colonel Sanders" }, - { - "category": "ANNUAL EVENTS", - "air_date": "2009-01-21", - "question": "(Sarah of the Clue Crew reports from Belgium.) Here in Belgium, July 21st is a celebration of the enthronement of the newly independent nation's first king, who reigned as \"this\" the first", - "value": "$800", - "answer": "Leopold", - "round": "Double Jeopardy!", - "show_number": "5613", - "fullAnswer": "Leopold" - }, { "category": "PET PROJECTS?", "air_date": "2009-01-21", @@ -1694009,16 +1609829,6 @@ "show_number": "5613", "fullAnswer": "Grandma Moses" }, - { - "category": "ANNUAL EVENTS", - "air_date": "2009-01-21", - "question": "(Sarah of the Clue Crew reports from Denmark.) If you're here in Denmark on April 16th, raise a toast to the annual celebration of this queen's birthday", - "value": "$1200", - "answer": "Margrethe", - "round": "Double Jeopardy!", - "show_number": "5613", - "fullAnswer": "Margrethe" - }, { "category": "PET PROJECTS?", "air_date": "2009-01-21", @@ -1694069,16 +1609879,6 @@ "show_number": "5613", "fullAnswer": "Laura Ingalls Wilder" }, - { - "category": "ANNUAL EVENTS", - "air_date": "2009-01-21", - "question": "(Jimmy of the Clue Crew reports from France.) This date in 1945 is still observed in France each year to celebrate victory & liberation", - "value": "$1600", - "answer": "May 8th", - "round": "Double Jeopardy!", - "show_number": "5613", - "fullAnswer": "May 8th" - }, { "category": "PET PROJECTS?", "air_date": "2009-01-21", @@ -1694129,16 +1609929,6 @@ "show_number": "5613", "fullAnswer": "Edmund Hoyle" }, - { - "category": "ANNUAL EVENTS", - "air_date": "2009-01-21", - "question": "(Kelly of the Clue Crew reports from Spain.) The Running of the Bulls is part of this July fiesta honoring a priest born here in Pamplona, the patron saint of the city", - "value": "$2000", - "answer": "San Fermin", - "round": "Double Jeopardy!", - "show_number": "5613", - "fullAnswer": "San Fermin" - }, { "category": "PET PROJECTS?", "air_date": "2009-01-21", @@ -1694544,7 +1610334,7 @@ "air_date": "1993-11-24", "question": "Among the places visited in this novel are Glubdrubdib, an island of sorcerers, & Luggnagg", "value": "$200", - "answer": "Gulliver\\'s Travels", + "answer": "Gulliver's Travels", "round": "Double Jeopardy!", "show_number": "2123", "fullAnswer": "Gulliver\\'s Travels" @@ -1694819,16 +1610609,6 @@ "show_number": "5776", "fullAnswer": "Pete Townshend" }, - { - "category": "WHAT", - "air_date": "2009-10-26", - "question": "This object with a holy name is supposed to find water", - "value": "$200", - "answer": "divining rod", - "round": "Jeopardy!", - "show_number": "5776", - "fullAnswer": "a divining rod" - }, { "category": "WHEN", "air_date": "2009-10-26", @@ -1695019,16 +1610799,6 @@ "show_number": "5776", "fullAnswer": "\"Behind Blue Eyes\"" }, - { - "category": "WHAT", - "air_date": "2009-10-26", - "question": "Also known as a 64th note, this 18-letter name of the note seen here has three--yes, three--rhymes in its name", - "value": "$1000", - "answer": "hemidemisemiquaver", - "round": "Jeopardy!", - "show_number": "5776", - "fullAnswer": "a hemidemisemiquaver" - }, { "category": "WHEN", "air_date": "2009-10-26", @@ -1695119,16 +1610889,6 @@ "show_number": "5776", "fullAnswer": "Henry James" }, - { - "category": "AUTO RACING 101", - "air_date": "2009-10-26", - "question": "(Alex presents the clue from the Toyota Pro/Celebrity Race track in Long Beach, CA.) The car I'm going to be driving is a souped-up one of these, a line introduced by Toyota in 2002 to appeal to younger buyers; the name even means an heir or a descendent", - "value": "$400", - "answer": "Scion", - "round": "Double Jeopardy!", - "show_number": "5776", - "fullAnswer": "a Scion" - }, { "category": "HOLLOW", "air_date": "2009-10-26", @@ -1695179,16 +1610939,6 @@ "show_number": "5776", "fullAnswer": "D.H. Lawrence" }, - { - "category": "AUTO RACING 101", - "air_date": "2009-10-26", - "question": "(Sarah of the Clue Crew points out the race car at the Toyota Pro/Celebrity Race track in Long Beach, CA.) Like many sporty cars, Alex's has the pattern called double wishbone this; it's been modified so the ride's more responsive but also bumpier", - "value": "$800", - "answer": "suspension", - "round": "Double Jeopardy!", - "show_number": "5776", - "fullAnswer": "suspension" - }, { "category": "HOLLOW", "air_date": "2009-10-26", @@ -1695239,16 +1610989,6 @@ "show_number": "5776", "fullAnswer": "Sholem Aleichem" }, - { - "category": "AUTO RACING 101", - "air_date": "2009-10-26", - "question": "(Alex gives the clue from inside the car on the Toyota Pro/Celebrity Race track in Long Beach, CA.) The dashboard has a light which tells you the best moment to shift, like when the engine hits 6,000 of these", - "value": "$1200", - "answer": "RPM", - "round": "Double Jeopardy!", - "show_number": "5776", - "fullAnswer": "RPM" - }, { "category": "HOLLOW", "air_date": "2009-10-26", @@ -1695549,16 +1611289,6 @@ "show_number": "5368", "fullAnswer": "Germany" }, - { - "category": "CRAIGS LIST", - "air_date": "2008-01-02", - "question": "This funny Scotsman is seen here & on late, late television", - "value": "$800", - "answer": "Craig Ferguson", - "round": "Jeopardy!", - "show_number": "5368", - "fullAnswer": "Craig Ferguson" - }, { "category": "THE STAMP ACT", "air_date": "2008-01-02", @@ -1695739,16 +1611469,6 @@ "show_number": "5368", "fullAnswer": "Al Jolson" }, - { - "category": "SCIENCE CLASS", - "air_date": "2008-01-02", - "question": "(Sarah of the Clue Crew gives the clue.) We've rubbed the pigment of a radish on these cards; lemon juice turns the pigment orange, indicating that it's an acid; milk of magnesia turns it blue, indicating that it's this", - "value": "$800", - "answer": "base", - "round": "Double Jeopardy!", - "show_number": "5368", - "fullAnswer": "a base" - }, { "category": "LET'S GET SAUCED", "air_date": "2008-01-02", @@ -1695849,16 +1611569,6 @@ "show_number": "5368", "fullAnswer": "Hawaii" }, - { - "category": "THE NATIONAL RECORDING REGISTRY", - "air_date": "2008-01-02", - "question": "He's the populist pol heard here in a 1935 speech

\"Every man a king: every man sharing in the splendor and abundance of God's Earth.\"", - "value": "$1600", - "answer": "Huey Long", - "round": "Double Jeopardy!", - "show_number": "5368", - "fullAnswer": "Huey Long" - }, { "category": "SCIENCE CLASS", "air_date": "2008-01-02", @@ -1695899,16 +1611609,6 @@ "show_number": "5368", "fullAnswer": "ersatz" }, - { - "category": "AMELIA EARHART", - "air_date": "2008-01-02", - "question": "(Jimmy of the Clue Crew is in the pilot's seat of a cockpit mockup.) I'm at the National Geographic Society's Explorers Hall in a Lockheed Electra like the one in which Amelia Earhart took off from this large island on her last flight", - "value": "$2000", - "answer": "New Guinea", - "round": "Double Jeopardy!", - "show_number": "5368", - "fullAnswer": "New Guinea" - }, { "category": "THE NATIONAL RECORDING REGISTRY", "air_date": "2008-01-02", @@ -1696099,16 +1611799,6 @@ "show_number": "5156", "fullAnswer": "India" }, - { - "category": "HISTORIC HBO", - "air_date": "2007-01-29", - "question": "On \"Deadwood,\" Gerald McRaney played a vicious magnate whose son would become this real-life publishing mogul", - "value": "$600", - "answer": "William Randolph Hearst", - "round": "Jeopardy!", - "show_number": "5156", - "fullAnswer": "William Randolph Hearst" - }, { "category": "COMING TO AMERICA", "air_date": "2007-01-29", @@ -1696119,16 +1611809,6 @@ "show_number": "5156", "fullAnswer": "Immigration & Naturalization" }, - { - "category": "GOING AROUND IN CIRCLES", - "air_date": "2007-01-29", - "question": "(Cheryl of the Clue Crew shows a diagram of a circle on the monitor with arc AB, angle a between them, and the formula l(A,B)=ra.) In the formula here, the length of arc (A,B) equals the angle a times r, which stands for this measurement", - "value": "$600", - "answer": "radius", - "round": "Jeopardy!", - "show_number": "5156", - "fullAnswer": "radius" - }, { "category": "D.C. SITES", "air_date": "2007-01-29", @@ -1696239,16 +1611919,6 @@ "show_number": "5156", "fullAnswer": "asylum" }, - { - "category": "GOING AROUND IN CIRCLES", - "air_date": "2007-01-29", - "question": "(Jimmy of the Clue Crew shows on the monitor a diagram of a clock face with hands at 12 and 4.) If we imagine a circle as a clock face, the 4 would be this many degrees clockwise from high noon", - "value": "$1000", - "answer": "120", - "round": "Jeopardy!", - "show_number": "5156", - "fullAnswer": "120" - }, { "category": "D.C. SITES", "air_date": "2007-01-29", @@ -1696499,16 +1612169,6 @@ "show_number": "5156", "fullAnswer": "Tennessee Wiliams" }, - { - "category": "SWEET NOTHINGS", - "air_date": "2007-01-29", - "question": "This pigeon seen here has two animals in its name & is known for being affectionate with its mate", - "value": "$4,400", - "answer": "turtledove", - "round": "Double Jeopardy!", - "show_number": "5156", - "fullAnswer": "turtledove" - }, { "category": "ST. VALENTINE", "air_date": "2007-01-29", @@ -1696574,21 +1612234,11 @@ "air_date": "2007-01-29", "question": "This drama is set at a summer home in August 1912; Act 1 takes place at 8:30 A.M.; Act 4 is 15 1/2 hours later, at midnight", "value": null, - "answer": "Long Day\\'s Journey into Night ", + "answer": "Long Day's Journey into Night ", "round": "Final Jeopardy!", "show_number": "5156", "fullAnswer": "A Long Day\\'s Journey into Night (by Eugene O\\'Neill)" }, - { - "category": "THE FIGHT FOR CIVIL RIGHTS", - "air_date": "2006-02-20", - "question": "(Cheryl of the Clue Crew reports from inside the 16th St. Baptist Church in Birmingham, AL.) In his Stride Toward Freedom, he organized many Civil Rights mass meetings held here at the 16th Street Baptist Church", - "value": "$200", - "answer": "Reverend Martin Luther King, Jr.", - "round": "Jeopardy!", - "show_number": "4941", - "fullAnswer": "Reverend Martin Luther King, Jr." - }, { "category": "TOUR DE LANCE", "air_date": "2006-02-20", @@ -1696639,16 +1612289,6 @@ "show_number": "4941", "fullAnswer": "G" }, - { - "category": "THE FIGHT FOR CIVIL RIGHTS", - "air_date": "2006-02-20", - "question": "(Cheryl of the Clue Crew reads from Birmingham, AL in front of the Edmund Pettus Bridge.) It took three tries, but finally, several thousand crossed the Edmund Pettus Bridge in 1965 on a Civil Rights march from Selma to this state capital", - "value": "$400", - "answer": "Montgomery", - "round": "Jeopardy!", - "show_number": "4941", - "fullAnswer": "Montgomery" - }, { "category": "TOUR DE LANCE", "air_date": "2006-02-20", @@ -1696699,16 +1612339,6 @@ "show_number": "4941", "fullAnswer": "B" }, - { - "category": "THE FIGHT FOR CIVIL RIGHTS", - "air_date": "2006-02-20", - "question": "(Cheryl of the Clue Crew reads from inside the Civil Rights Institute in Birmingham, AL.) Civil Rights activists fought segregation permitted by this 3-word slogan in an 1896 Supreme Court decision", - "value": "$600", - "answer": "separate but equal", - "round": "Jeopardy!", - "show_number": "4941", - "fullAnswer": "\"separate but equal\"" - }, { "category": "TOUR DE LANCE", "air_date": "2006-02-20", @@ -1696759,16 +1612389,6 @@ "show_number": "4941", "fullAnswer": "D" }, - { - "category": "THE FIGHT FOR CIVIL RIGHTS", - "air_date": "2006-02-20", - "question": "(Kelly of the Clue Crew reports from inside the Civil Rights Institute in Birmingham, AL.) Though Rosa Parks made her living as a seamstress, she had also served as secretary of a branch of this organization", - "value": "$800", - "answer": "NAACP", - "round": "Jeopardy!", - "show_number": "4941", - "fullAnswer": "the NAACP" - }, { "category": "TOUR DE LANCE", "air_date": "2006-02-20", @@ -1696819,16 +1612439,6 @@ "show_number": "4941", "fullAnswer": "Y" }, - { - "category": "THE FIGHT FOR CIVIL RIGHTS", - "air_date": "2006-02-20", - "question": "(Kelly of the Clue Crew reads from the Civil Rights Institute in Birmingham, AL.) Activist Bayard Rustin said when the Supreme Court announced the decision in this case, things began to move into a new era of activism & confrontation", - "value": "$1000", - "answer": "Brown v. Board of Education", - "round": "Jeopardy!", - "show_number": "4941", - "fullAnswer": "Brown v. Board of Education" - }, { "category": "TOUR DE LANCE", "air_date": "2006-02-20", @@ -1696929,16 +1612539,6 @@ "show_number": "4941", "fullAnswer": "the Communist Manifesto" }, - { - "category": "FROM OUTER SPACE", - "air_date": "2006-02-20", - "question": "The annular type of this heavenly event is seen here", - "value": "$400", - "answer": "eclipse", - "round": "Double Jeopardy!", - "show_number": "4941", - "fullAnswer": "an eclipse" - }, { "category": "U.S. CITIES", "air_date": "2006-02-20", @@ -1696989,16 +1612589,6 @@ "show_number": "4941", "fullAnswer": "fellow traveller" }, - { - "category": "FROM OUTER SPACE", - "air_date": "2006-02-20", - "question": "The image seen here caused a lot of excitement following a 1976 exploration to this planet", - "value": "$800", - "answer": "Mars", - "round": "Double Jeopardy!", - "show_number": "4941", - "fullAnswer": "Mars" - }, { "category": "U.S. CITIES", "air_date": "2006-02-20", @@ -1697049,16 +1612639,6 @@ "show_number": "4941", "fullAnswer": "Ho Chi Minh" }, - { - "category": "FROM OUTER SPACE", - "air_date": "2006-02-20", - "question": "This high-flyer seen here first began cruising the heavens in 1973", - "value": "$1200", - "answer": "Skylab", - "round": "Double Jeopardy!", - "show_number": "4941", - "fullAnswer": "Skylab" - }, { "category": "U.S. CITIES", "air_date": "2006-02-20", @@ -1697109,16 +1612689,6 @@ "show_number": "4941", "fullAnswer": "the long march" }, - { - "category": "FROM OUTER SPACE", - "air_date": "2006-02-20", - "question": "The closest of its kind to the Milky Way, it's our nearby companion seen here", - "value": "$1600", - "answer": "Andromeda Galaxy", - "round": "Double Jeopardy!", - "show_number": "4941", - "fullAnswer": "the Andromeda Galaxy" - }, { "category": "U.S. CITIES", "air_date": "2006-02-20", @@ -1697139,16 +1612709,6 @@ "show_number": "4941", "fullAnswer": "The Twilight Zone" }, - { - "category": "LET'S PLAY JEOPARDY!", - "air_date": "2006-02-20", - "question": "The work shown here is object No. FK-A-3038 at this location", - "value": "$2000", - "answer": "Rijksmuseum", - "round": "Double Jeopardy!", - "show_number": "4941", - "fullAnswer": "the Rijksmuseum" - }, { "category": "TEENAGE", "air_date": "2006-02-20", @@ -1697169,16 +1612729,6 @@ "show_number": "4941", "fullAnswer": "1975" }, - { - "category": "FROM OUTER SPACE", - "air_date": "2006-02-20", - "question": "Appropriate beastly name of the nebula seen here", - "value": "$2000", - "answer": "Horsehead Nebula", - "round": "Double Jeopardy!", - "show_number": "4941", - "fullAnswer": "the Horsehead Nebula" - }, { "category": "WORLD LEADERS", "air_date": "2006-02-20", @@ -1697379,16 +1612929,6 @@ "show_number": "4102", "fullAnswer": "a basin" }, - { - "category": "BEAT IT", - "air_date": "2002-06-04", - "question": "(Sarah of the Clue Crew dances in costume while clicking with hand-held wooden instruments.) From the spanish for \"chestnuts\", these instruments put the beat in flamenco dancing", - "value": "$800", - "answer": "castanets", - "round": "Jeopardy!", - "show_number": "4102", - "fullAnswer": "castanets" - }, { "category": "COUNTRY MUSIC", "air_date": "2002-06-04", @@ -1697569,16 +1613109,6 @@ "show_number": "4102", "fullAnswer": "Boyz n the Hood" }, - { - "category": "TROPICAL FRUIT", - "air_date": "2002-06-04", - "question": "Slice the carambola, seen here, crosswise & you'll see why it has this alternate name", - "value": "$800", - "answer": "star fruit", - "round": "Double Jeopardy!", - "show_number": "4102", - "fullAnswer": "star fruit" - }, { "category": "BEASTLY VERBS", "air_date": "2002-06-04", @@ -1697699,16 +1613229,6 @@ "show_number": "4102", "fullAnswer": "a papaya" }, - { - "category": "BEASTLY VERBS", - "air_date": "2002-06-04", - "question": "(Jimmy of the Clue Crew stretches to read over Cheryl's shoulder.) It's to do what I'm doing, like a bird of the family Gruidae", - "value": "$1600", - "answer": "to crane", - "round": "Double Jeopardy!", - "show_number": "4102", - "fullAnswer": "to crane" - }, { "category": "REAL ROMANTICS", "air_date": "2002-06-04", @@ -1697769,16 +1613289,6 @@ "show_number": "4102", "fullAnswer": "to pigeonhole" }, - { - "category": "REAL ROMANTICS", - "air_date": "2002-06-04", - "question": "This first name of several Romantic writers was the last name of Caspar David, whose artwork is seen here", - "value": "$2000", - "answer": "Friedrich", - "round": "Double Jeopardy!", - "show_number": "4102", - "fullAnswer": "Friedrich" - }, { "category": "LET'S GET PHYSICAL!", "air_date": "2002-06-04", @@ -1698354,7 +1613864,7 @@ "air_date": "1998-12-23", "question": "(VIDEO DAILY DOUBLE):
\"(Hi, I'm Carol Burnett) On the 100th episode of \"Mad About You\", I played Jamie's mom & this actor played her dad\"", "value": "$2,000", - "answer": "Carroll O\\' Connor", + "answer": "Carroll O' Connor", "round": "Double Jeopardy!", "show_number": "3293", "fullAnswer": "Carroll O\\' Connor" @@ -1698709,16 +1614219,6 @@ "show_number": "3819", "fullAnswer": "evil eye" }, - { - "category": "THE ELEMENTS OF STYLE", - "air_date": "2001-03-22", - "question": "Ads for the Gap told us that James Dean & Humphrey Bogart wore these pants:", - "value": "$200", - "answer": "khakis", - "round": "Double Jeopardy!", - "show_number": "3819", - "fullAnswer": "khakis" - }, { "category": "LESSER-KNOWN ANCIENT ROMANS", "air_date": "2001-03-22", @@ -1698769,16 +1614269,6 @@ "show_number": "3819", "fullAnswer": "the devil" }, - { - "category": "THE ELEMENTS OF STYLE", - "air_date": "2001-03-22", - "question": "In 1985 the bodysuit was a signature piece by this NY designer seen here:", - "value": "$400", - "answer": "Donna Karan", - "round": "Double Jeopardy!", - "show_number": "3819", - "fullAnswer": "Donna Karan" - }, { "category": "LESSER-KNOWN ANCIENT ROMANS", "air_date": "2001-03-22", @@ -1698819,16 +1614309,6 @@ "show_number": "3819", "fullAnswer": "monster" }, - { - "category": "THE ELEMENTS OF STYLE", - "air_date": "2001-03-22", - "question": "A man's formal evening coat with 2 long tails in back is named for its resemblance to the tail of this bird:", - "value": "$600", - "answer": "swallow ", - "round": "Double Jeopardy!", - "show_number": "3819", - "fullAnswer": "swallow (\"swallowtail\")" - }, { "category": "LESSER-KNOWN ANCIENT ROMANS", "air_date": "2001-03-22", @@ -1698879,16 +1614359,6 @@ "show_number": "3819", "fullAnswer": "Roland" }, - { - "category": "THE ELEMENTS OF STYLE", - "air_date": "2001-03-22", - "question": "This illustrator's girl seen here on a stamp had a hairstyle that was the look of the early 20th century:", - "value": "$800", - "answer": "Charles Dana Gibson", - "round": "Double Jeopardy!", - "show_number": "3819", - "fullAnswer": "Charles Dana Gibson" - }, { "category": "LESSER-KNOWN ANCIENT ROMANS", "air_date": "2001-03-22", @@ -1698929,16 +1614399,6 @@ "show_number": "3819", "fullAnswer": "Cronus" }, - { - "category": "THE ELEMENTS OF STYLE", - "air_date": "2001-03-22", - "question": "\"Observe\" the name of this shoe seen here:", - "value": "$1000", - "answer": "Spectator shoes", - "round": "Double Jeopardy!", - "show_number": "3819", - "fullAnswer": "Spectator shoes" - }, { "category": "LESSER-KNOWN ANCIENT ROMANS", "air_date": "2001-03-22", @@ -1698974,7 +1614434,7 @@ "air_date": "2001-03-22", "question": "This 4-word slogan was also the name of a refreshing egg & fruit juice drink served at the 1924 GOP convention", "value": null, - "answer": "\\Keep Cool With Coolidge\\", + "answer": "Keep Cool With Coolidge", "round": "Final Jeopardy!", "show_number": "3819", "fullAnswer": "\\\"Keep Cool With Coolidge\\\"" @@ -1699624,7 +1615084,7 @@ "air_date": "2008-05-02", "question": "This group was \"Headin' down the Atlanta Highway... headin' on down to the Love Shack\"", "value": "$400", - "answer": "B-52\\'s", + "answer": "B-52's", "round": "Jeopardy!", "show_number": "5455", "fullAnswer": "the B-52\\'s" @@ -1699639,16 +1615099,6 @@ "show_number": "5455", "fullAnswer": "hemispheres" }, - { - "category": "SCIENCE GUYS", - "air_date": "2008-05-02", - "question": "(Kelly of the Clue Crew reports from the NASA White Sands Test Facility in New Mexico.) To develop U.S. rockets like the Redstone, many German scientists were brought to America after World War II, including this chief designer of the Saturn V", - "value": "$400", - "answer": "von Braun", - "round": "Jeopardy!", - "show_number": "5455", - "fullAnswer": "(Wernher) von Braun" - }, { "category": "MIND YOUR BUSINESS", "air_date": "2008-05-02", @@ -1699689,16 +1615139,6 @@ "show_number": "5455", "fullAnswer": "Eddie Van Halen" }, - { - "category": "SPHERES", - "air_date": "2008-05-02", - "question": "You can take a tour under the glass of this Arizona facility seen here", - "value": "$600", - "answer": "Biosphere 2", - "round": "Jeopardy!", - "show_number": "5455", - "fullAnswer": "Biosphere 2" - }, { "category": "SCIENCE GUYS", "air_date": "2008-05-02", @@ -1699809,16 +1615249,6 @@ "show_number": "5455", "fullAnswer": "the Violent Femmes" }, - { - "category": "SPHERES", - "air_date": "2008-05-02", - "question": "(Jimmy of the Clue Crew reports from the National Geographic Society's Explorers Hall.) The National Geographic Society has a replica of this device that William Beebe invented & in which he descended to a record 3,028 feet off Bermuda in 1934", - "value": "$1000", - "answer": "bathysphere", - "round": "Jeopardy!", - "show_number": "5455", - "fullAnswer": "a bathysphere" - }, { "category": "SCIENCE GUYS", "air_date": "2008-05-02", @@ -1699924,7 +1615354,7 @@ "air_date": "2008-05-02", "question": "Someone left the cat out in the rain in this 1961 film (P.S.--it was Audrey Hepburn)", "value": "$800", - "answer": "Breakfast at Tiffany\\'s", + "answer": "Breakfast at Tiffany's", "round": "Double Jeopardy!", "show_number": "5455", "fullAnswer": "Breakfast at Tiffany\\'s" @@ -1700039,16 +1615469,6 @@ "show_number": "5455", "fullAnswer": "Norway" }, - { - "category": "FELINE FINE AT THE MOVIES", - "air_date": "2008-05-02", - "question": "(Hi, I'm Sean Hayes.) I could tell you a Thing One or a Thing Two about this film: I played Mr. Humberfloob & the voice of the fish in it", - "value": "$1600", - "answer": "Cat in the Hat", - "round": "Double Jeopardy!", - "show_number": "5455", - "fullAnswer": "The Cat in the Hat" - }, { "category": "THE FRENCH THEATRE", "air_date": "2008-05-02", @@ -1700159,16 +1615579,6 @@ "show_number": "5455", "fullAnswer": "Jericho" }, - { - "category": "SOUTH AMERICAN ANIMALS", - "air_date": "2008-02-29", - "question": "(Sarah of the Clue Crew reports from the Huachipa Zoo in Lima, Peru.) The endangered pacarana is in this mammal order; its ancestors were the largest that ever lived, reaching the size of a small rhinoceros", - "value": "$200", - "answer": "rodents", - "round": "Jeopardy!", - "show_number": "5410", - "fullAnswer": "rodents" - }, { "category": "TRADING PLACES", "air_date": "2008-02-29", @@ -1700279,16 +1615689,6 @@ "show_number": "5410", "fullAnswer": "\"Eleanor Rigby\"" }, - { - "category": "SOUTH AMERICAN ANIMALS", - "air_date": "2008-02-29", - "question": "The unique whitish rings around the eyes are why South America's only bear has this name", - "value": "$600", - "answer": "spectacled bear", - "round": "Jeopardy!", - "show_number": "5410", - "fullAnswer": "the spectacled bear" - }, { "category": "TRADING PLACES", "air_date": "2008-02-29", @@ -1700349,16 +1615749,6 @@ "show_number": "5410", "fullAnswer": "the tapir" }, - { - "category": "TRADING PLACES", - "air_date": "2008-02-29", - "question": "This city's Grand Bazaar was built in 1461 by Sultan Mehmed the Conqueror", - "value": "$800", - "answer": "Istanbul", - "round": "Jeopardy!", - "show_number": "5410", - "fullAnswer": "Istanbul" - }, { "category": "BELGIUM, BELARUS OR BELIZE", "air_date": "2008-02-29", @@ -1700399,16 +1615789,6 @@ "show_number": "5410", "fullAnswer": "Lou Reed" }, - { - "category": "SOUTH AMERICAN ANIMALS", - "air_date": "2008-02-29", - "question": "(Sarah of the Clue Crew reports from the Huachipa Zoo in Lima, Peru.) The soft, lustrous fleece of this animal was once reserved for nobility; coats made of it later had a vogue as a status symbol in North America", - "value": "$1000", - "answer": "vicuna", - "round": "Jeopardy!", - "show_number": "5410", - "fullAnswer": "the vicuna" - }, { "category": "TRADING PLACES", "air_date": "2008-02-29", @@ -1700489,16 +1615869,6 @@ "show_number": "5410", "fullAnswer": "the Soviet Union" }, - { - "category": "WHAT'S THAT ON TOP OF YOUR HEAD?", - "air_date": "2008-02-29", - "question": "geekculture.com sells beanies with actual working ones of these (you can even get 2 or 3 of them on one hat!)", - "value": "$400", - "answer": "propeller", - "round": "Double Jeopardy!", - "show_number": "5410", - "fullAnswer": "a propeller" - }, { "category": "SHAKESPEAREAN ROUND-UP", "air_date": "2008-02-29", @@ -1700609,16 +1615979,6 @@ "show_number": "5410", "fullAnswer": "India" }, - { - "category": "WHAT'S THAT ON TOP OF YOUR HEAD?", - "air_date": "2008-02-29", - "question": "Those feathers on the top of this critter's head are called a crest", - "value": "$1200", - "answer": "cockatoo", - "round": "Double Jeopardy!", - "show_number": "5410", - "fullAnswer": "a cockatoo" - }, { "category": "SHAKESPEAREAN ROUND-UP", "air_date": "2008-02-29", @@ -1700849,16 +1616209,6 @@ "show_number": "5641", "fullAnswer": "Copenhagen" }, - { - "category": "OF \"E\" DEN", - "air_date": "2009-03-02", - "question": "From the Latin for \"shoulder blade\", they're what's being worn here", - "value": "$400", - "answer": "epaulettes", - "round": "Jeopardy!", - "show_number": "5641", - "fullAnswer": "epaulettes" - }, { "category": "ADAM", "air_date": "2009-03-02", @@ -1700929,16 +1616279,6 @@ "show_number": "5641", "fullAnswer": "Liechtenstein" }, - { - "category": "EVE", - "air_date": "2009-03-02", - "question": "The Duke of Wellington comes upon an inn in a painting detailing the eve before this battle", - "value": "$600", - "answer": "Waterloo", - "round": "Jeopardy!", - "show_number": "5641", - "fullAnswer": "Waterloo" - }, { "category": "THE SERPENT", "air_date": "2009-03-02", @@ -1701069,16 +1616409,6 @@ "show_number": "5641", "fullAnswer": "Conan the Barbarian" }, - { - "category": "AROUND THE U.N.", - "air_date": "2009-03-02", - "question": "(Kelly of the Clue Crew reports from next to a big bell in New York.) The Japanese Peace Bell is rung twice a year: when the General Assembly opens, and on the first day of this season", - "value": "$400", - "answer": "spring", - "round": "Double Jeopardy!", - "show_number": "5641", - "fullAnswer": "spring" - }, { "category": "HIS PRO TEAM RIGHT BEFORE...", "air_date": "2009-03-02", @@ -1701129,16 +1616459,6 @@ "show_number": "5641", "fullAnswer": "the pentathlon" }, - { - "category": "AROUND THE U.N.", - "air_date": "2009-03-02", - "question": "(Sarah of the Clue reports from the U.N. General Assembly.) When this man first stood at the podium in the General Assembly in 1960, he gave a speech lasting 4 hours 29 minutes", - "value": "$800", - "answer": "Fidel Castro", - "round": "Double Jeopardy!", - "show_number": "5641", - "fullAnswer": "Fidel Castro" - }, { "category": "HIS PRO TEAM RIGHT BEFORE...", "air_date": "2009-03-02", @@ -1701159,16 +1616479,6 @@ "show_number": "5641", "fullAnswer": "\"The Lottery\"" }, - { - "category": "CAN YOU AD?", - "air_date": "2009-03-02", - "question": "(I'm Elisabeth Moss. I play copywriter Peggy Olson on Mad Men.) This woman was a copywriter for an ad agency before being named editor in chief of Cosmopolitan magazine", - "value": "$800", - "answer": "Helen Gurley Brown", - "round": "Double Jeopardy!", - "show_number": "5641", - "fullAnswer": "Helen Gurley Brown" - }, { "category": "LIVING IN \"L\"", "air_date": "2009-03-02", @@ -1701189,16 +1616499,6 @@ "show_number": "5641", "fullAnswer": "the biosphere" }, - { - "category": "AROUND THE U.N.", - "air_date": "2009-03-02", - "question": "(Kelly of the Clue Crew reports from the Assembly floor.) Many U.N. agencies, like the World Health Organization, are headquartered in this country that didn't get its General Assembly seat until 2002", - "value": "$1,500", - "answer": "Switzerland", - "round": "Double Jeopardy!", - "show_number": "5641", - "fullAnswer": "Switzerland" - }, { "category": "HIS PRO TEAM RIGHT BEFORE...", "air_date": "2009-03-02", @@ -1701249,16 +1616549,6 @@ "show_number": "5641", "fullAnswer": "hypothesis" }, - { - "category": "AROUND THE U.N.", - "air_date": "2009-03-02", - "question": "(Kelly of the Clue Crew reports from the speaker's podium.) In a 2003 speech to the General Assembly, where a predecessor once banged his shoe, he called the U.N. \"irreplaceable\"", - "value": "$1600", - "answer": "Putin", - "round": "Double Jeopardy!", - "show_number": "5641", - "fullAnswer": "(Vladimir) Putin" - }, { "category": "HIS PRO TEAM RIGHT BEFORE...", "air_date": "2009-03-02", @@ -1701309,16 +1616599,6 @@ "show_number": "5641", "fullAnswer": "misanthropy" }, - { - "category": "AROUND THE U.N.", - "air_date": "2009-03-02", - "question": "(Sarah of the Cue Crew reports from outside the U.N.) In 1945, there were 51 U.N. members including Yugoslavia; as of 2008, there are 192 including this newest entry, once part of Yugoslavia", - "value": "$2000", - "answer": "Montenegro", - "round": "Double Jeopardy!", - "show_number": "5641", - "fullAnswer": "Montenegro" - }, { "category": "HIS PRO TEAM RIGHT BEFORE...", "air_date": "2009-03-02", @@ -1701404,7 +1616684,7 @@ "air_date": "1999-03-10", "question": "On this show, Mr. Roper let Chrissy & Janet have a male roommate because he thought Jack was gay", "value": "$100", - "answer": "Three\\'s Company", + "answer": "Three's Company", "round": "Jeopardy!", "show_number": "3348", "fullAnswer": "Three\\'s Company" @@ -1701984,7 +1617264,7 @@ "air_date": "1999-03-10", "question": "1960 musical that contains the line: \"Your table is cracking...can you hear the timbers split?\"", "value": null, - "answer": "\\Camelot\\", + "answer": "Camelot", "round": "Final Jeopardy!", "show_number": "3348", "fullAnswer": "\\\"Camelot\\\"" @@ -1702394,7 +1617674,7 @@ "air_date": "1998-04-30", "question": "Once a whaling center, Edgartown is now a resort area on this Massachusetts island", "value": "$600", - "answer": "Martha\\'s Vineyard", + "answer": "Martha's Vineyard", "round": "Double Jeopardy!", "show_number": "3159", "fullAnswer": "Martha\\'s Vineyard" @@ -1702524,7 +1617804,7 @@ "air_date": "1998-04-30", "question": "Ironically, Tina Turner's first solo hit in 1984 was a remake of this Al Green hit", "value": "$1000", - "answer": "Let\\'s Stay Together", + "answer": "Let's Stay Together", "round": "Double Jeopardy!", "show_number": "3159", "fullAnswer": "\"Let\\'s Stay Together\"" @@ -1702719,16 +1617999,6 @@ "show_number": "5843", "fullAnswer": "Bashful" }, - { - "category": "MEDICAL MATTERS", - "air_date": "2010-01-27", - "question": "(Kelly of the Clue Crew shows two sponges.) A sponge with larger holes can't absorb as much water the same way that this chronic disease affects the lungs, making the alveoli larger, but less efficient, at taking in oxygen", - "value": "$800", - "answer": "emphysema", - "round": "Jeopardy!", - "show_number": "5843", - "fullAnswer": "emphysema" - }, { "category": "\"OO\" WHO?", "air_date": "2010-01-27", @@ -1702869,16 +1618139,6 @@ "show_number": "5843", "fullAnswer": "North Carolina" }, - { - "category": "THIS OLD HOUSE 30th ANNIVERSARY", - "air_date": "2010-01-27", - "question": "The show's very first project in 1979 fixed up a Boston area house from 1860 in this royal style of the time", - "value": "$400", - "answer": "Victorian", - "round": "Double Jeopardy!", - "show_number": "5843", - "fullAnswer": "Victorian" - }, { "category": "MYSTERY FICTION", "air_date": "2010-01-27", @@ -1702989,16 +1618249,6 @@ "show_number": "5843", "fullAnswer": "California" }, - { - "category": "THIS OLD HOUSE 30th ANNIVERSARY", - "air_date": "2010-01-27", - "question": "A 1993 Miami project restored a home devastated by this disaster the year before; note the new storm shutters", - "value": "$1200", - "answer": "Hurricane Andrew", - "round": "Double Jeopardy!", - "show_number": "5843", - "fullAnswer": "Hurricane Andrew" - }, { "category": "MYSTERY FICTION", "air_date": "2010-01-27", @@ -1703109,16 +1618359,6 @@ "show_number": "5843", "fullAnswer": "Wyoming" }, - { - "category": "THIS OLD HOUSE 30th ANNIVERSARY", - "air_date": "2010-01-27", - "question": "To help revive the area, the 30th anniversary project home is in Roxbury, hard hit by these seizures of houses by lenders", - "value": "$2000", - "answer": "foreclosures", - "round": "Double Jeopardy!", - "show_number": "5843", - "fullAnswer": "foreclosures" - }, { "category": "YOU'VE MET YOUR \"MATCH\"", "air_date": "2010-01-27", @@ -1703179,16 +1618419,6 @@ "show_number": "6133", "fullAnswer": "apple" }, - { - "category": "AN EAR FOR MUSIC", - "air_date": "2011-04-20", - "question": "It's dueling buzzers in a race to name this instrument", - "value": "$200", - "answer": "banjos", - "round": "Jeopardy!", - "show_number": "6133", - "fullAnswer": "banjos" - }, { "category": "AT THE \"END\"", "air_date": "2011-04-20", @@ -1703239,16 +1618469,6 @@ "show_number": "6133", "fullAnswer": "grapes" }, - { - "category": "AN EAR FOR MUSIC", - "air_date": "2011-04-20", - "question": "I need more of this instrument rockin' out here", - "value": "$400", - "answer": "cowbell", - "round": "Jeopardy!", - "show_number": "6133", - "fullAnswer": "cowbell" - }, { "category": "AT THE \"END\"", "air_date": "2011-04-20", @@ -1703284,7 +1618504,7 @@ "air_date": "2011-04-20", "question": "Al Capone had 7 members of a rival crime gang killed on this date in 1929", "value": "$600", - "answer": "St. Valentine\\'s Day", + "answer": "St. Valentine's Day", "round": "Jeopardy!", "show_number": "6133", "fullAnswer": "St. Valentine\\'s Day" @@ -1703299,16 +1618519,6 @@ "show_number": "6133", "fullAnswer": "lime" }, - { - "category": "AN EAR FOR MUSIC", - "air_date": "2011-04-20", - "question": "We didn't get Zamfir, but we did get a sample of this instrument; check it out", - "value": "$600", - "answer": "pan flute", - "round": "Jeopardy!", - "show_number": "6133", - "fullAnswer": "the pan flute" - }, { "category": "AT THE \"END\"", "air_date": "2011-04-20", @@ -1703359,16 +1618569,6 @@ "show_number": "6133", "fullAnswer": "bananas" }, - { - "category": "AN EAR FOR MUSIC", - "air_date": "2011-04-20", - "question": "Vic Dickenson was a master of this instrument", - "value": "$800", - "answer": "trombone", - "round": "Jeopardy!", - "show_number": "6133", - "fullAnswer": "a trombone" - }, { "category": "AT THE \"END\"", "air_date": "2011-04-20", @@ -1703419,16 +1618619,6 @@ "show_number": "6133", "fullAnswer": "melon" }, - { - "category": "AN EAR FOR MUSIC", - "air_date": "2011-04-20", - "question": "Lurch into this instrument", - "value": "$1000", - "answer": "harpsichord", - "round": "Jeopardy!", - "show_number": "6133", - "fullAnswer": "a harpsichord" - }, { "category": "AT THE \"END\"", "air_date": "2011-04-20", @@ -1703439,16 +1618629,6 @@ "show_number": "6133", "fullAnswer": "a legend" }, - { - "category": "BERNINI", - "air_date": "2011-04-20", - "question": "(Sarah of the Clue Crew shows us a geometric diagram) Bernini said his plan of a large oval connected to a trapezoidal space for the piazza of this building was meant to evoke the arms of the Church embracing its faithful", - "value": "$400", - "answer": "St. Peter\\'s Basilica", - "round": "Double Jeopardy!", - "show_number": "6133", - "fullAnswer": "St. Peter\\'s Basilica" - }, { "category": "SPORTS SPONSORSHIP", "air_date": "2011-04-20", @@ -1703559,16 +1618739,6 @@ "show_number": "6133", "fullAnswer": "The Wind in the Willows" }, - { - "category": "BERNINI", - "air_date": "2011-04-20", - "question": "Bernini's sculpture of this French king set the standard for royal portraits for 100 years", - "value": "$1200", - "answer": "Louis XIV", - "round": "Double Jeopardy!", - "show_number": "6133", - "fullAnswer": "Louis XIV" - }, { "category": "SPORTS SPONSORSHIP", "air_date": "2011-04-20", @@ -1703729,22 +1618899,12 @@ "show_number": "6133", "fullAnswer": "Lake Winnipeg" }, - { - "category": "HISTORIC AMERICANS", - "air_date": "2011-04-20", - "question": "Sharing his first name with the man who took this 1850s photo, he's the diplomat & officer seen here", - "value": null, - "answer": "Matthew Perry", - "round": "Final Jeopardy!", - "show_number": "6133", - "fullAnswer": "Matthew Perry" - }, { "category": "COLONIAL AMERICA", "air_date": "2007-04-11", "question": "In 1737 in Boston, the Charitable Irish Society held the first municipal celebration of this holiday", "value": "$200", - "answer": "St. Patrick\\'s Day", + "answer": "St. Patrick's Day", "round": "Jeopardy!", "show_number": "5208", "fullAnswer": "St. Patrick\\'s Day" @@ -1703839,26 +1618999,6 @@ "show_number": "5208", "fullAnswer": "the Lusitania" }, - { - "category": "ROCK", - "air_date": "2007-04-11", - "question": "(Cheryl of the Clue Crew reports from a Broadway stage.) If you know the name for a group of lions, you can guess the name of this famous rock, here on the set of The Lion King", - "value": "$400", - "answer": "Pride Rock", - "round": "Jeopardy!", - "show_number": "5208", - "fullAnswer": "Pride Rock" - }, - { - "category": "ROLE", - "air_date": "2007-04-11", - "question": " Hi, I'm Sam Waterston, and I'm a huge fan of this American president & I've been lucky enough to play him on Broadway & in a TV miniseries", - "value": "$400", - "answer": "Abraham Lincoln", - "round": "Jeopardy!", - "show_number": "5208", - "fullAnswer": "Abraham Lincoln" - }, { "category": "COLONIAL AMERICA", "air_date": "2007-04-11", @@ -1703969,16 +1619109,6 @@ "show_number": "5208", "fullAnswer": "Plymouth Rock" }, - { - "category": "ROLE", - "air_date": "2007-04-11", - "question": "(Hi, I'm Christopher Meloni of Law & Order: SVU.) For some reason, Julia Roberts decided to flee from marrying me when I played her fiance Coach Bob in this 1999 film", - "value": "$800", - "answer": "Runaway Bride", - "round": "Jeopardy!", - "show_number": "5208", - "fullAnswer": "Runaway Bride" - }, { "category": "COLONIAL AMERICA", "air_date": "2007-04-11", @@ -1704089,16 +1619219,6 @@ "show_number": "5208", "fullAnswer": "the heart" }, - { - "category": "4-LETTER ABBREV.", - "air_date": "2007-04-11", - "question": "Internet gratitude: TYVM", - "value": "$400", - "answer": "Thank You Very Much", - "round": "Double Jeopardy!", - "show_number": "5208", - "fullAnswer": "Thank You Very Much" - }, { "category": "POSSESSED", "air_date": "2007-04-11", @@ -1704119,16 +1619239,6 @@ "show_number": "5208", "fullAnswer": "Don Johnson" }, - { - "category": "GUINNESS WORLD RECORDS", - "air_date": "2007-04-11", - "question": "Pictured here, Robert Wadlow, the guy in the middle, holds this world record", - "value": "$800", - "answer": "world\\'s tallest man", - "round": "Double Jeopardy!", - "show_number": "5208", - "fullAnswer": "the world\\'s tallest man" - }, { "category": "POLITICAL NICKNAMES", "air_date": "2007-04-11", @@ -1704149,16 +1619259,6 @@ "show_number": "5208", "fullAnswer": "Albert Einstein" }, - { - "category": "4-LETTER ABBREV.", - "air_date": "2007-04-11", - "question": "Law north of the border: RCMP", - "value": "$800", - "answer": "Royal Canadian Mounted Police", - "round": "Double Jeopardy!", - "show_number": "5208", - "fullAnswer": "Royal Canadian Mounted Police" - }, { "category": "POSSESSED", "air_date": "2007-04-11", @@ -1704209,16 +1619309,6 @@ "show_number": "5208", "fullAnswer": "a piston" }, - { - "category": "4-LETTER ABBREV.", - "air_date": "2007-04-11", - "question": "A school near the Rio Grande: UTEP", - "value": "$1200", - "answer": "University of Texas - El Paso", - "round": "Double Jeopardy!", - "show_number": "5208", - "fullAnswer": "University of Texas - El Paso" - }, { "category": "POSSESSED", "air_date": "2007-04-11", @@ -1704269,16 +1619359,6 @@ "show_number": "5208", "fullAnswer": "Archimedes" }, - { - "category": "4-LETTER ABBREV.", - "air_date": "2007-04-11", - "question": "It includes AT&T: DJIA", - "value": "$1600", - "answer": "Dow Jones Industrial Average", - "round": "Double Jeopardy!", - "show_number": "5208", - "fullAnswer": "Dow Jones Industrial Average" - }, { "category": "POSSESSED", "air_date": "2007-04-11", @@ -1704329,16 +1619409,6 @@ "show_number": "5208", "fullAnswer": "centrifugal" }, - { - "category": "4-LETTER ABBREV.", - "air_date": "2007-04-11", - "question": "It certifies albums platinum: RIAA", - "value": "$2000", - "answer": "Recording Industry Association of America", - "round": "Double Jeopardy!", - "show_number": "5208", - "fullAnswer": "Recording Industry Association of America" - }, { "category": "THE GREEK ALPHABET", "air_date": "2007-04-11", @@ -1704479,16 +1619549,6 @@ "show_number": "4729", "fullAnswer": "Blondie" }, - { - "category": "COME TO THE POINT", - "air_date": "2005-03-10", - "question": "(Cheryl of the Clue Crew points to a flow chart on an easel pad.) In a flow chart, a diamond shape represents this point of the process", - "value": "$600", - "answer": "decision", - "round": "Jeopardy!", - "show_number": "4729", - "fullAnswer": "a decision" - }, { "category": "NOT A NATIONAL CAPITAL", "air_date": "2005-03-10", @@ -1704654,7 +1619714,7 @@ "air_date": "2005-03-10", "question": "According to this brand of frozen foods, \"Nothing comes closer to home\"", "value": "$400", - "answer": "Stouffer\\'s", + "answer": "Stouffer's", "round": "Double Jeopardy!", "show_number": "4729", "fullAnswer": "Stouffer\\'s" @@ -1704749,16 +1619809,6 @@ "show_number": "4729", "fullAnswer": "the Appaloosa" }, - { - "category": "YOU, RODIN", - "air_date": "2005-03-10", - "question": "Rodin, you portrayed Paolo & Francesca, lovers in the Middle Ages, in this masterpiece seen here", - "value": "$800", - "answer": "Kiss", - "round": "Double Jeopardy!", - "show_number": "4729", - "fullAnswer": "The Kiss" - }, { "category": "ON...", "air_date": "2005-03-10", @@ -1704829,16 +1619879,6 @@ "show_number": "4729", "fullAnswer": "on the fence" }, - { - "category": "BRAND NAMES", - "air_date": "2005-03-10", - "question": "It's the brand of activewear & dancewear for women, whose logo is seen here", - "value": "$1600", - "answer": "Danskin", - "round": "Double Jeopardy!", - "show_number": "4729", - "fullAnswer": "Danskin" - }, { "category": "\"SH\"! I'M WATCHING TV!", "air_date": "2005-03-10", @@ -1704854,21 +1619894,11 @@ "air_date": "2005-03-10", "question": "Stingo
(1979)", "value": "$1600", - "answer": "Sophie\\'s Choice", + "answer": "Sophie's Choice", "round": "Double Jeopardy!", "show_number": "4729", "fullAnswer": "Sophie\\'s Choice" }, - { - "category": "AND THE HORSE", - "air_date": "2005-03-10", - "question": "(Jimmy of the Clue Crew reports from a horse corral.) These types of horses are bred for herding or running races of 1,320 feet", - "value": "$3,000", - "answer": "quarter horses", - "round": "Double Jeopardy!", - "show_number": "4729", - "fullAnswer": "quarter horses" - }, { "category": "YOU, RODIN", "air_date": "2005-03-10", @@ -1704939,16 +1619969,6 @@ "show_number": "4729", "fullAnswer": "Andromeda" }, - { - "category": "ON...", - "air_date": "2005-03-10", - "question": "(Sarah of the Clue Crew shows a chalkboard diagram.) A line that continues in its own direction, it's also part of this expression for where some people go when talking", - "value": "$2000", - "answer": "on a tangent", - "round": "Double Jeopardy!", - "show_number": "4729", - "fullAnswer": "on a tangent" - }, { "category": "ANCIENT WRITERS", "air_date": "2005-03-10", @@ -1704959,16 +1619979,6 @@ "show_number": "4729", "fullAnswer": "Ovid (in Metamorphoses)" }, - { - "category": "MILITARY SPECTACLES", - "air_date": "2010-03-10", - "question": "Seen here, the first President Bush celebrated his 80th birthday with the Golden Knights, a parachute team of this military force", - "value": "$200", - "answer": "U.S. Army", - "round": "Jeopardy!", - "show_number": "5873", - "fullAnswer": "the U.S. Army" - }, { "category": "LETTER-PERFECT BANDS", "air_date": "2010-03-10", @@ -1705009,16 +1620019,6 @@ "show_number": "5873", "fullAnswer": "kicks" }, - { - "category": "JERUSALEM'S NOBLE SANCTUARY", - "air_date": "2010-03-10", - "question": "(Alex Trebek reports from inside a Jerusalem landmark.) The beautiful Dome of the Rock is one of the oldest surviving Islamic monuments, & it also boasts some of the oldest mihrabs which are niches, all of them designed to point to this holy city", - "value": "$200", - "answer": "Mecca", - "round": "Jeopardy!", - "show_number": "5873", - "fullAnswer": "Mecca" - }, { "category": "MILITARY SPECTACLES", "air_date": "2010-03-10", @@ -1705059,16 +1620059,6 @@ "show_number": "5873", "fullAnswer": "Kennedy" }, - { - "category": "JERUSALEM'S NOBLE SANCTUARY", - "air_date": "2010-03-10", - "question": "(Alex Trebek reports from outside a Jerusalem landmark.) These multicolored Turkish tiles are faithful replicas of the ones donated by this \"Magnificent\" Ottoman sultan in 1545", - "value": "$400", - "answer": "Suleyman", - "round": "Jeopardy!", - "show_number": "5873", - "fullAnswer": "Suleyman" - }, { "category": "MILITARY SPECTACLES", "air_date": "2010-03-10", @@ -1705119,16 +1620109,6 @@ "show_number": "5873", "fullAnswer": "Khrushchev" }, - { - "category": "JERUSALEM'S NOBLE SANCTUARY", - "air_date": "2010-03-10", - "question": "(Alex Trebek reports from inside a Jerusalem landmark.) The Dome of the Rock, which is now under extensive renovation, is built over this sacred stone, thought to be the place from which he ascended to heaven during his night journey", - "value": "$600", - "answer": "Muhammad", - "round": "Jeopardy!", - "show_number": "5873", - "fullAnswer": "Muhammad" - }, { "category": "MILITARY SPECTACLES", "air_date": "2010-03-10", @@ -1705149,16 +1620129,6 @@ "show_number": "5873", "fullAnswer": "AC/DC" }, - { - "category": "THE OTHER 2 LITTLE PIGS REBUILD", - "air_date": "2010-03-10", - "question": "Really, Pig 1, I think your reproduction of this newspaperman's castle was a bit much", - "value": "$800", - "answer": "Hearst", - "round": "Jeopardy!", - "show_number": "5873", - "fullAnswer": "Hearst" - }, { "category": "GLOBE TREKKIN'", "air_date": "2010-03-10", @@ -1705179,26 +1620149,6 @@ "show_number": "5873", "fullAnswer": "King Kong" }, - { - "category": "JERUSALEM'S NOBLE SANCTUARY", - "air_date": "2010-03-10", - "question": "(Alex Trebek reports from outside a Jerusalem landmark.) From the western courtyard at al-Aqsa, you get a good view of Silsila & Fakhriyya, two of these structures from which Muslims traditionally are called to prayer", - "value": "$800", - "answer": "minarets", - "round": "Jeopardy!", - "show_number": "5873", - "fullAnswer": "minarets" - }, - { - "category": "MILITARY SPECTACLES", - "air_date": "2010-03-10", - "question": "Courtesy of the U.S. Navy, it's the colorful name of the entertaining flight team seen here", - "value": "$1000", - "answer": "Blue Angels", - "round": "Jeopardy!", - "show_number": "5873", - "fullAnswer": "the Blue Angels" - }, { "category": "LETTER-PERFECT BANDS", "air_date": "2010-03-10", @@ -1705239,16 +1620189,6 @@ "show_number": "5873", "fullAnswer": "kudos" }, - { - "category": "JERUSALEM'S NOBLE SANCTUARY", - "air_date": "2010-03-10", - "question": "(Alex Trebek reports from outside a Jerusalem landmark.) When entering al-Aqsa, worshippers must clean themselves, so this type of fountain was placed; it's name comes from the Latin for \"wash away\"", - "value": "$1000", - "answer": "ablution", - "round": "Jeopardy!", - "show_number": "5873", - "fullAnswer": "ablution" - }, { "category": "ARTISTS & THEIR SUBJECTS", "air_date": "2010-03-10", @@ -1705259,16 +1620199,6 @@ "show_number": "5873", "fullAnswer": "Picasso" }, - { - "category": "FILMMAKING 101", - "air_date": "2010-03-10", - "question": "(Jimmy of the Clue Crew starts the clue, but hands it off to Kelly.) In this basic camera shot, the camera moves from left to right... or from right to left", - "value": "$400", - "answer": "pan ", - "round": "Double Jeopardy!", - "show_number": "5873", - "fullAnswer": "pan (panning)" - }, { "category": "MARSUPIALS", "air_date": "2010-03-10", @@ -1705419,16 +1620349,6 @@ "show_number": "5873", "fullAnswer": "(Tom) Wolfe" }, - { - "category": "DOUBLE DOUBLE LETTERS", - "air_date": "2010-03-10", - "question": "A dessert called fool is traditionally made with this tart fruit", - "value": "$1200", - "answer": "gooseberries", - "round": "Double Jeopardy!", - "show_number": "5873", - "fullAnswer": "gooseberries" - }, { "category": "ARTISTS & THEIR SUBJECTS", "air_date": "2010-03-10", @@ -1705449,16 +1620369,6 @@ "show_number": "5873", "fullAnswer": "a crawl" }, - { - "category": "MARSUPIALS", - "air_date": "2010-03-10", - "question": "This ill-tempered marsupial is named for its native island habitat", - "value": "$1600", - "answer": "Tasmanian devil", - "round": "Double Jeopardy!", - "show_number": "5873", - "fullAnswer": "a Tasmanian devil" - }, { "category": "FOREIGN EXCHANGE", "air_date": "2010-03-10", @@ -1705499,16 +1620409,6 @@ "show_number": "5873", "fullAnswer": "the Duchess of Alba" }, - { - "category": "FILMMAKING 101", - "air_date": "2010-03-10", - "question": "(Sarah of the Clue Crew produces some sounds effects with common items.) Sound effects, like a horse's hooves done with coconut shells, or a snapped bone done with celery, are created by this type of artist named for a sound editor at Universal Studios", - "value": "$2000", - "answer": "Foley", - "round": "Double Jeopardy!", - "show_number": "5873", - "fullAnswer": "Foley" - }, { "category": "MARSUPIALS", "air_date": "2010-03-10", @@ -1705539,16 +1620439,6 @@ "show_number": "5873", "fullAnswer": "Tom Ridge" }, - { - "category": "DOUBLE DOUBLE LETTERS", - "air_date": "2010-03-10", - "question": "Watch the birdie--this birdie with a colorful name", - "value": "$2000", - "answer": "yellowhammer", - "round": "Double Jeopardy!", - "show_number": "5873", - "fullAnswer": "a yellowhammer" - }, { "category": "U.S. PLACES IN LITERATURE", "air_date": "2010-03-10", @@ -1706604,7 +1621494,7 @@ "air_date": "1996-12-31", "question": "In 1955 this monthly founded by DeWitt & Lila Wallace was forced to accept advertising for the first time", "value": "$600", - "answer": "Reader\\'s Digest", + "answer": "Reader's Digest", "round": "Double Jeopardy!", "show_number": "2842", "fullAnswer": "Reader\\'s Digest" @@ -1707659,16 +1622549,6 @@ "show_number": "6224", "fullAnswer": "the Sims" }, - { - "category": "YOU SEE 'EM AT THE MUSEUM", - "air_date": "2011-10-13", - "question": "Titian's \"St. Sebastian\" & \"Danae\" are at this St. Petersburg museum known for its arsenal", - "value": "$1000", - "answer": "Hermitage", - "round": "Jeopardy!", - "show_number": "6224", - "fullAnswer": "the Hermitage" - }, { "category": "ONE GOOD TURN", "air_date": "2011-10-13", @@ -1707949,16 +1622829,6 @@ "show_number": "6224", "fullAnswer": "Munich" }, - { - "category": "CAPTAIN COOK", - "air_date": "2011-10-13", - "question": "In 1770, Cook made the map seen here, using \"Ea Hei Nom Auwe\" & \"Toai Poonamo O\" where atlases now use these two names", - "value": "$2000", - "answer": "North and South Islands", - "round": "Double Jeopardy!", - "show_number": "6224", - "fullAnswer": "the North and South Islands" - }, { "category": "A POPS CONCERT", "air_date": "2011-10-13", @@ -1708014,7 +1622884,7 @@ "air_date": "1999-03-09", "question": "Bonnie Blue Butler was the daughter of this colorful woman", "value": "$100", - "answer": "Scarlett O\\'Hara", + "answer": "Scarlett O'Hara", "round": "Jeopardy!", "show_number": "3347", "fullAnswer": "Scarlett O\\'Hara" @@ -1708024,7 +1622894,7 @@ "air_date": "1999-03-09", "question": "\"Happy Days\",
\"Hee Haw\",
\"Hogan's Heroes\",
\"Home Improvement\"", "value": "$100", - "answer": "Hogan\\'s Heroes ", + "answer": "Hogan's Heroes ", "round": "Jeopardy!", "show_number": "3347", "fullAnswer": "Hogan\\'s Heroes (1965)" @@ -1708144,7 +1623014,7 @@ "air_date": "1999-03-09", "question": "Rachmaninoff's 2nd,
Beethoven's 5th,
Schubert's 7th,
Mozart's 41st", "value": "$300", - "answer": "Mozart\\'s 41st", + "answer": "Mozart's 41st", "round": "Jeopardy!", "show_number": "3347", "fullAnswer": "Mozart\\'s 41st" @@ -1708274,7 +1623144,7 @@ "air_date": "1999-03-09", "question": "The famous mask seen here was discovered in this decade
(King Tut's burial mask)", "value": "$500", - "answer": "1920\\'s", + "answer": "1920's", "round": "Jeopardy!", "show_number": "3347", "fullAnswer": "1920\\'s" @@ -1709194,7 +1624064,7 @@ "air_date": "2001-03-05", "question": "In its first U.S. performance in English, this play was billed as \"The Child Wife\" in 1882", "value": null, - "answer": "\\A Doll\\'s House\\ ", + "answer": "A Doll's House ", "round": "Final Jeopardy!", "show_number": "3806", "fullAnswer": "\\\"A Doll\\'s House\\\" (by Ibsen)" @@ -1709519,16 +1624389,6 @@ "show_number": "4739", "fullAnswer": "Drake" }, - { - "category": "SYMBOLS", - "air_date": "2005-03-24", - "question": "(Sarah of the Clue Crew points to a chalkboard with linguistic symbols.) Danish linguist Otto Jesperson first suggested what's now known as the IPA, short for this", - "value": "$400", - "answer": "international phonetic alphabet", - "round": "Double Jeopardy!", - "show_number": "4739", - "fullAnswer": "the international phonetic alphabet" - }, { "category": "THE VIOLENCE", "air_date": "2005-03-24", @@ -1709559,16 +1624419,6 @@ "show_number": "4739", "fullAnswer": "a power outage" }, - { - "category": "THE ORCHESTRA", - "air_date": "2005-03-24", - "question": "There's a special case, seen here, for this item used on the podium", - "value": "$800", - "answer": "baton", - "round": "Double Jeopardy!", - "show_number": "4739", - "fullAnswer": "a baton" - }, { "category": "AROUND THE HORN", "air_date": "2005-03-24", @@ -1709579,16 +1624429,6 @@ "show_number": "4739", "fullAnswer": "Holland" }, - { - "category": "SYMBOLS", - "air_date": "2005-03-24", - "question": "The long symbolic history of the pentacle includes representing Jesus' five of these", - "value": "$800", - "answer": "wounds ", - "round": "Double Jeopardy!", - "show_number": "4739", - "fullAnswer": "wounds (or stigmata)" - }, { "category": "THE VIOLENCE", "air_date": "2005-03-24", @@ -1709639,16 +1624479,6 @@ "show_number": "4739", "fullAnswer": "the Beagle" }, - { - "category": "SYMBOLS", - "air_date": "2005-03-24", - "question": "(Sarah of the Clue Crew reviews some symbols on a chalkboard.) An adscript, which goes directly to the right of a letter, is more rare than these two types of characters named for their positions", - "value": "$1200", - "answer": "subscript & a superscript", - "round": "Double Jeopardy!", - "show_number": "4739", - "fullAnswer": "a subscript & a superscript" - }, { "category": "THE VIOLENCE", "air_date": "2005-03-24", @@ -1709699,16 +1624529,6 @@ "show_number": "4739", "fullAnswer": "Amundsen" }, - { - "category": "SYMBOLS", - "air_date": "2005-03-24", - "question": "Delta, Alitalia and KLM are part of this \"Team\", whose symbol is seen here", - "value": "$1600", - "answer": "SkyTeam", - "round": "Double Jeopardy!", - "show_number": "4739", - "fullAnswer": "SkyTeam" - }, { "category": "THE VIOLENCE", "air_date": "2005-03-24", @@ -1709759,16 +1624579,6 @@ "show_number": "4739", "fullAnswer": "Cook" }, - { - "category": "SYMBOLS", - "air_date": "2005-03-24", - "question": "(Jimmy of the Clue Crew reports from Abu Simbel, Egypt.) Heiroglyphs can be phonograms, representing sounds, or these, representing concepts, like \"sun\"", - "value": "$2000", - "answer": "ideographs", - "round": "Double Jeopardy!", - "show_number": "4739", - "fullAnswer": "ideographs" - }, { "category": "THE VIOLENCE", "air_date": "2005-03-24", @@ -1710089,16 +1624899,6 @@ "show_number": "5479", "fullAnswer": "Dorothy Parker" }, - { - "category": "CASING YOUR STATE", - "air_date": "2008-06-05", - "question": "(Cheryl of the Clue Crew stands next to a Seeing Eye dog.) While there are other schools, only dogs trained at The Seeing Eye's Morristown location in this East Coast state can rightly be called Seeing Eye dogs", - "value": "$1000", - "answer": "New Jersey", - "round": "Jeopardy!", - "show_number": "5479", - "fullAnswer": "New Jersey" - }, { "category": "HBO", "air_date": "2008-06-05", @@ -1710399,16 +1625199,6 @@ "show_number": "5479", "fullAnswer": "Georges Auguste Escoffier" }, - { - "category": "21", - "air_date": "2005-03-02", - "question": "(Sarah of the Clue Crew reports from a table at 21, holding a cocktail. ) Cosmo in hand and wearing my Manolos's, I'm at the table at 21, where this comedy's Carrie dined with Mr. Big", - "value": "$200", - "answer": "Sex and the City", - "round": "Jeopardy!", - "show_number": "4723", - "fullAnswer": "Sex and the City" - }, { "category": "SCHOOL OF ROCK", "air_date": "2005-03-02", @@ -1710429,16 +1625219,6 @@ "show_number": "4723", "fullAnswer": "swine" }, - { - "category": "PAVLOVIAN JEOPARDY!", - "air_date": "2005-03-02", - "question": "\"Bell Jar\".
Dead.", - "value": "$200", - "answer": "Plath", - "round": "Jeopardy!", - "show_number": "4723", - "fullAnswer": "(Sylvia) Plath" - }, { "category": "FLAG ME DOWN", "air_date": "2005-03-02", @@ -1710459,16 +1625239,6 @@ "show_number": "4723", "fullAnswer": "Mt. Rushmore" }, - { - "category": "21", - "air_date": "2005-03-02", - "question": "(Sarah of the Clue Crew reports from a lectern at 21.) \"A lot of people still don't really know who I am\", said this Massachusetts senator at an April 2004 fundraiser at 21", - "value": "$400", - "answer": "John Kerry", - "round": "Jeopardy!", - "show_number": "4723", - "fullAnswer": "John Kerry" - }, { "category": "SCHOOL OF ROCK", "air_date": "2005-03-02", @@ -1710489,16 +1625259,6 @@ "show_number": "4723", "fullAnswer": "the veil" }, - { - "category": "PAVLOVIAN JEOPARDY!", - "air_date": "2005-03-02", - "question": "Apple.
First law guy.", - "value": "$400", - "answer": "Newton", - "round": "Jeopardy!", - "show_number": "4723", - "fullAnswer": "Newton" - }, { "category": "FLAG ME DOWN", "air_date": "2005-03-02", @@ -1710519,16 +1625279,6 @@ "show_number": "4723", "fullAnswer": "Filmore" }, - { - "category": "21", - "air_date": "2005-03-02", - "question": "(Cheryl of the Clue Crew reports from behind the bar at 21.) Among the mementos at 21 is a gift, donated by John F. Kennedy, of the model that represents this boat", - "value": "$600", - "answer": "PT-109", - "round": "Jeopardy!", - "show_number": "4723", - "fullAnswer": "PT-109" - }, { "category": "SCHOOL OF ROCK", "air_date": "2005-03-02", @@ -1710549,16 +1625299,6 @@ "show_number": "4723", "fullAnswer": "an elephant" }, - { - "category": "PAVLOVIAN JEOPARDY!", - "air_date": "2005-03-02", - "question": "Nobel Prize.
Wrote Okie story.", - "value": "$600", - "answer": "Steinbeck", - "round": "Jeopardy!", - "show_number": "4723", - "fullAnswer": "Steinbeck" - }, { "category": "FLAG ME DOWN", "air_date": "2005-03-02", @@ -1710579,16 +1625319,6 @@ "show_number": "4723", "fullAnswer": "Lionel Barrymore" }, - { - "category": "21", - "air_date": "2005-03-02", - "question": "(Jimmy of the Clue Crew reports from a booth at 21.) In 1944, the year they made \"To Have and Have Not\", these two superstars got engaged right here, at table 30", - "value": "$800", - "answer": "Humphrey Bogart & Lauren Bacall", - "round": "Jeopardy!", - "show_number": "4723", - "fullAnswer": "Humphrey Bogart & Lauren Bacall" - }, { "category": "SCHOOL OF ROCK", "air_date": "2005-03-02", @@ -1710609,16 +1625339,6 @@ "show_number": "4723", "fullAnswer": "adultery" }, - { - "category": "PAVLOVIAN JEOPARDY!", - "air_date": "2005-03-02", - "question": "Speech.
32 days. Dead.", - "value": "$800", - "answer": "William Henry Harrison", - "round": "Jeopardy!", - "show_number": "4723", - "fullAnswer": "William Henry Harrison" - }, { "category": "FLAG ME DOWN", "air_date": "2005-03-02", @@ -1710639,16 +1625359,6 @@ "show_number": "4723", "fullAnswer": "a sycamore" }, - { - "category": "21", - "air_date": "2005-03-02", - "question": "(Jimmy of the Clue Crew reports from a booth in the wine cellar at 21.) During Prohibition this mayor, called \"Gentleman Jimmy\", had his own booth here at 21 in the secret wine cellar the feds never found", - "value": "$1000", - "answer": "Jimmy Walker", - "round": "Jeopardy!", - "show_number": "4723", - "fullAnswer": "Jimmy Walker" - }, { "category": "SCHOOL OF ROCK", "air_date": "2005-03-02", @@ -1710669,16 +1625379,6 @@ "show_number": "4723", "fullAnswer": "pilgrimage" }, - { - "category": "PAVLOVIAN JEOPARDY!", - "air_date": "2005-03-02", - "question": "Scottish.
Steel guy.", - "value": "$1000", - "answer": "Carnegie", - "round": "Jeopardy!", - "show_number": "4723", - "fullAnswer": "(Andrew) Carnegie" - }, { "category": "FLAG ME DOWN", "air_date": "2005-03-02", @@ -1710829,16 +1625529,6 @@ "show_number": "4723", "fullAnswer": "Charlemagne" }, - { - "category": "DENNIS, ANYONE?", - "air_date": "2005-03-02", - "question": "You could say the blushing bride seen here was on the rebound", - "value": "$1200", - "answer": "Dennis Rodman", - "round": "Double Jeopardy!", - "show_number": "4723", - "fullAnswer": "Dennis Rodman" - }, { "category": "LET'S HAVE A COOKOUT", "air_date": "2005-03-02", @@ -1711384,7 +1626074,7 @@ "air_date": "1997-04-16", "question": "Originally this novel was published as a serial from 1851-52 in an anti-slavery paper", "value": "$400", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Double Jeopardy!", "show_number": "2918", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -1711554,7 +1626244,7 @@ "air_date": "1997-04-16", "question": "This rocky islet is the smallest of French Guiana's 3 Iles du Salut", "value": "$1000", - "answer": "Devil\\'s Island", + "answer": "Devil's Island", "round": "Double Jeopardy!", "show_number": "2918", "fullAnswer": "Devil\\'s Island" @@ -1711739,16 +1626429,6 @@ "show_number": "4778", "fullAnswer": "a booster shot" }, - { - "category": "CHEMISTRY", - "air_date": "2005-05-18", - "question": "(Jimmy of the Clue Crew reports from beside a mummy from Cairo, Egypt.) To remove all the moisture from a body, natron, a variety of this, was applied both inside & outside the corpse", - "value": "$600", - "answer": "salt", - "round": "Jeopardy!", - "show_number": "4778", - "fullAnswer": "salt" - }, { "category": "QUOTABLE MOVIES 2004", "air_date": "2005-05-18", @@ -1711789,16 +1626469,6 @@ "show_number": "4778", "fullAnswer": "AOL" }, - { - "category": "HEY, \"BOO\"", - "air_date": "2005-05-18", - "question": "In this hobby that's all the rage, you create fun and memorable pages like the ones seen here", - "value": "$600", - "answer": "scrapbooking", - "round": "Jeopardy!", - "show_number": "4778", - "fullAnswer": "scrapbooking" - }, { "category": "CHEMISTRY", "air_date": "2005-05-18", @@ -1712054,7 +1626724,7 @@ "air_date": "2005-05-18", "question": "\"Put Your Hands Together\" for this \"Love Train\" group that joined the Rock & Roll Hall of Fame in 2005", "value": "$1200", - "answer": "O\\'Jays", + "answer": "O'Jays", "round": "Double Jeopardy!", "show_number": "4778", "fullAnswer": "the O\\'Jays" @@ -1712294,7 +1626964,7 @@ "air_date": "1998-12-29", "question": "As a child in the early '70s, Jodie Foster played Eddie's pal Joey on this Bill Bixby series", "value": "$200", - "answer": "Courtship of Eddie\\'s Father", + "answer": "Courtship of Eddie's Father", "round": "Jeopardy!", "show_number": "3297", "fullAnswer": "The Courtship of Eddie\\'s Father" @@ -1712524,7 +1627194,7 @@ "air_date": "1998-12-29", "question": "In his 18th, Shakespeare asks, \"Shall I compare thee to\" this", "value": "$200", - "answer": "summer\\'s day", + "answer": "summer's day", "round": "Double Jeopardy!", "show_number": "3297", "fullAnswer": "A summer\\'s day" @@ -1712959,16 +1627629,6 @@ "show_number": "3261", "fullAnswer": "the Treasury" }, - { - "category": "BEANS", - "air_date": "1998-11-09", - "question": "Born Dallas Burroughs in 1928, he's the actor seen here", - "value": "$300", - "answer": "Orson Bean", - "round": "Jeopardy!", - "show_number": "3261", - "fullAnswer": "Orson Bean" - }, { "category": "BODY TALK", "air_date": "1998-11-09", @@ -1713004,7 +1627664,7 @@ "air_date": "1998-11-09", "question": "She looked back at Sodom & Gomorrah & \"became a pillar of salt\"", "value": "$400", - "answer": "Lot\\'s wife", + "answer": "Lot's wife", "round": "Jeopardy!", "show_number": "3261", "fullAnswer": "Lot\\'s wife" @@ -1713054,7 +1627714,7 @@ "air_date": "1998-11-09", "question": "In September 1996 \"The Drew Carey Show\" began using a dance routine to this Vogues hit as its opening theme", "value": "$500", - "answer": "Five O\\' Clock World", + "answer": "Five O' Clock World", "round": "Jeopardy!", "show_number": "3261", "fullAnswer": "\"Five O\\' Clock World\"" @@ -1713294,7 +1627954,7 @@ "air_date": "1998-11-09", "question": "Eliot Ness was hired by the Prohibition bureau in 1929, the same year as this holiday bloodletting", "value": "$800", - "answer": "St. Valentine\\'s Day Massacre", + "answer": "St. Valentine's Day Massacre", "round": "Double Jeopardy!", "show_number": "3261", "fullAnswer": "The St. Valentine\\'s Day Massacre" @@ -1713549,26 +1628209,6 @@ "show_number": "5136", "fullAnswer": "David Geffen" }, - { - "category": "YOU'RE THE DOG NOW, MAN!", - "air_date": "2007-01-01", - "question": "The malamute is sometimes confused with this breed, seen here", - "value": "$600", - "answer": "Siberian husky", - "round": "Jeopardy!", - "show_number": "5136", - "fullAnswer": "the Siberian husky" - }, - { - "category": "GET IN TOUCH WITH YOUR FEMININE SIDE", - "air_date": "2007-01-01", - "question": "(Kelly of the Clue Crew strikes a pose.) I feel like Sarasvati or Lakshmi when I'm in the pose named for this type of being", - "value": "$600", - "answer": "(Hindu) goddess", - "round": "Jeopardy!", - "show_number": "5136", - "fullAnswer": "a (Hindu) goddess" - }, { "category": "IT'S ALL YOUR FAULT!", "air_date": "2007-01-01", @@ -1713669,16 +1628309,6 @@ "show_number": "5136", "fullAnswer": "Casablanca Records" }, - { - "category": "YOU'RE THE DOG NOW, MAN!", - "air_date": "2007-01-01", - "question": "Insert 2 letters into the name of a cute '70s movie pooch to know this breed seen here", - "value": "$1000", - "answer": "basenji", - "round": "Jeopardy!", - "show_number": "5136", - "fullAnswer": "a basenji" - }, { "category": "GET IN TOUCH WITH YOUR FEMININE SIDE", "air_date": "2007-01-01", @@ -1714114,7 +1628744,7 @@ "air_date": "1999-03-12", "question": "The Earth probably passed through its tail during its 1910 visit", "value": "$200", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Jeopardy!", "show_number": "3350", "fullAnswer": "Halley\\'s Comet" @@ -1714564,7 +1629194,7 @@ "air_date": "1999-03-12", "question": "First uttered in 1962, this 3-word self-introduction tops Guinness' list of the most famous movie quotes ever", "value": null, - "answer": "\\Bond, James Bond\\", + "answer": "Bond, James Bond", "round": "Final Jeopardy!", "show_number": "3350", "fullAnswer": "\\\"Bond, James Bond\\\"" @@ -1715449,16 +1630079,6 @@ "show_number": "5293", "fullAnswer": "deuce" }, - { - "category": "A NUDE AWAKENING", - "air_date": "2007-09-19", - "question": "It's the immodest title of the 1912 Marcel Duchamp painting seen here", - "value": "$1000", - "answer": "Nude Descending A Staircase", - "round": "Jeopardy!", - "show_number": "5293", - "fullAnswer": "\"Nude Descending A Staircase\"" - }, { "category": "\"BAD\" HABITS", "air_date": "2007-09-19", @@ -1715479,16 +1630099,6 @@ "show_number": "5293", "fullAnswer": "Sudan" }, - { - "category": "THE GEORGE H.W. BUSH PRESIDENTIAL LIBRARY", - "air_date": "2007-09-19", - "question": "(Kelly of the Clue Crew reports from the Bush Library.) I'm in a mock-up of Bush's Air Force One office. The President banned this from the menu of the presidential jet, saying he hadn't liked it since his mother made him eat it", - "value": "$400", - "answer": "broccoli", - "round": "Double Jeopardy!", - "show_number": "5293", - "fullAnswer": "broccoli" - }, { "category": "COUNTRY MUSIC STARS ON FILM", "air_date": "2007-09-19", @@ -1715539,16 +1630149,6 @@ "show_number": "5293", "fullAnswer": "Chicken Little Richard" }, - { - "category": "THE GEORGE H.W. BUSH PRESIDENTIAL LIBRARY", - "air_date": "2007-09-19", - "question": "(Kelly reports again from the Library.) As a pilot in this branch of the service, Bush was shot down near the island of Chichi Jima on Sept. 2, 1944, and rescued by the crew of the Finback", - "value": "$800", - "answer": "Navy", - "round": "Double Jeopardy!", - "show_number": "5293", - "fullAnswer": "the Navy" - }, { "category": "COUNTRY MUSIC STARS ON FILM", "air_date": "2007-09-19", @@ -1715599,16 +1630199,6 @@ "show_number": "5293", "fullAnswer": "hazardous Material Girl" }, - { - "category": "THE GEORGE H.W. BUSH PRESIDENTIAL LIBRARY", - "air_date": "2007-09-19", - "question": "(Jon of the Clue Crew reports from the Bush Library.) In the mid-1970s, George H.W. Bush served as chief U.S. liaison to this country that had just opened to the West. These bicycles were a gift from that nation", - "value": "$1200", - "answer": "People\\'s Republic of China", - "round": "Double Jeopardy!", - "show_number": "5293", - "fullAnswer": "the People\\'s Republic of China" - }, { "category": "COUNTRY MUSIC STARS ON FILM", "air_date": "2007-09-19", @@ -1715659,16 +1630249,6 @@ "show_number": "5293", "fullAnswer": "A Gingerbread Man for All Seasons" }, - { - "category": "THE GEORGE H.W. BUSH PRESIDENTIAL LIBRARY", - "air_date": "2007-09-19", - "question": "(Jon reports again.) The Bush Library has a replica of the office at Camp David where on Feb. 1, 1992, President Bush & this Russian president pledged to end remnants of Cold War hostility", - "value": "$1600", - "answer": "Yeltsin", - "round": "Double Jeopardy!", - "show_number": "5293", - "fullAnswer": "Yeltsin" - }, { "category": "COUNTRY MUSIC STARS ON FILM", "air_date": "2007-09-19", @@ -1715719,16 +1630299,6 @@ "show_number": "5293", "fullAnswer": "\"Dude Looks Like A Lady and the Tramp\"" }, - { - "category": "THE GEORGE H.W. BUSH PRESIDENTIAL LIBRARY", - "air_date": "2007-09-19", - "question": "(Kelly reports one last time.) This teakwood gate was presented to George H.W. Bush by the emir of this country in appreciation for helping the country reclaim its freedom", - "value": "$3,500", - "answer": "Kuwait", - "round": "Double Jeopardy!", - "show_number": "5293", - "fullAnswer": "Kuwait" - }, { "category": "COUNTRY MUSIC STARS ON FILM", "air_date": "2007-09-19", @@ -1716069,16 +1630639,6 @@ "show_number": "6097", "fullAnswer": "Smith" }, - { - "category": "A NON-SPELLING \"BEE\"", - "air_date": "2011-03-01", - "question": "It's the 700-square-mile lake highlighted here", - "value": "$1000", - "answer": "Lake Okeechobee", - "round": "Jeopardy!", - "show_number": "6097", - "fullAnswer": "Lake Okeechobee" - }, { "category": "THE REALITY OF TV", "air_date": "2011-03-01", @@ -1716184,7 +1630744,7 @@ "air_date": "2011-03-01", "question": "I dream up flavors like \"Imagine Whirled Peace\" for this \"Vermont's Finest\" ice cream company", "value": "$800", - "answer": "Ben & Jerry\\'s", + "answer": "Ben & Jerry's", "round": "Double Jeopardy!", "show_number": "6097", "fullAnswer": "Ben & Jerry\\'s" @@ -1716504,7 +1631064,7 @@ "air_date": "2005-03-28", "question": "In 1979 this future justice was appointed to the Arizona Court of Appeals", "value": "$400", - "answer": "O\\'Connor", + "answer": "O'Connor", "round": "Jeopardy!", "show_number": "4741", "fullAnswer": "(Sandra Day) O\\'Connor" @@ -1716769,16 +1631329,6 @@ "show_number": "4741", "fullAnswer": "Alistair Cooke" }, - { - "category": "IT'S GENETIC", - "air_date": "2005-03-28", - "question": "(Sarah of the Clue Crew points to a Punnett square on a chalkboard.) Shown here, this would be the expected ratio of offspring exhibiting the upper case dominant trait to those exhibiting the lower case recessive trait", - "value": "$800", - "answer": "3:1", - "round": "Double Jeopardy!", - "show_number": "4741", - "fullAnswer": "3:1" - }, { "category": "JAZZ", "air_date": "2005-03-28", @@ -1717669,16 +1632219,6 @@ "show_number": "5391", "fullAnswer": "nog" }, - { - "category": "UNICEF", - "air_date": "2008-02-04", - "question": "(Queen Rania delivers the clue.) In May 2007 I issued UNICEF's worldwide call to action to aid the 2 million children in this Mideast country who have been displaced from their homes in the last 4 years", - "value": "$200", - "answer": "Iraq", - "round": "Jeopardy!", - "show_number": "5391", - "fullAnswer": "Iraq" - }, { "category": "ARCHITECTURE", "air_date": "2008-02-04", @@ -1717729,16 +1632269,6 @@ "show_number": "5391", "fullAnswer": "the numerator" }, - { - "category": "UNICEF", - "air_date": "2008-02-04", - "question": "(Her Majesty delivers the clue again.) In 2007 UNICEF Canada supplied 33,000 insecticide-treated bednets to help children & pregnant women in Liberia to fight this disease", - "value": "$400", - "answer": "malaria", - "round": "Jeopardy!", - "show_number": "5391", - "fullAnswer": "malaria" - }, { "category": "ARCHITECTURE", "air_date": "2008-02-04", @@ -1717789,16 +1632319,6 @@ "show_number": "5391", "fullAnswer": "nirvana" }, - { - "category": "UNICEF", - "air_date": "2008-02-04", - "question": "(Queen Rania delivers the clue again.) My 2007 visit to a community health center in the Chaoyang district in this world capital emphasized the continuing need for better migrant health care", - "value": "$600", - "answer": "Beijing", - "round": "Jeopardy!", - "show_number": "5391", - "fullAnswer": "Beijing" - }, { "category": "ARCHITECTURE", "air_date": "2008-02-04", @@ -1717849,16 +1632369,6 @@ "show_number": "5391", "fullAnswer": "the nadir" }, - { - "category": "UNICEF", - "air_date": "2008-02-04", - "question": "(Queen Rania delivers the final clue.) As UNICEF's first Eminent Advocate for Children, I visited a school in Fez, in this country, that offers one-time child laborers a formal education", - "value": "$800", - "answer": "Morocco", - "round": "Jeopardy!", - "show_number": "5391", - "fullAnswer": "Morocco" - }, { "category": "ARCHITECTURE", "air_date": "2008-02-04", @@ -1717909,16 +1632419,6 @@ "show_number": "5391", "fullAnswer": "Nice" }, - { - "category": "UNICEF", - "air_date": "2008-02-04", - "question": "(The Queen reads once more.) To help generate international support, in 2005 I brought relief supplies to Muzaffarabad after a devastating earthquake in this country", - "value": "$1000", - "answer": "Pakistan", - "round": "Jeopardy!", - "show_number": "5391", - "fullAnswer": "Pakistan" - }, { "category": "MODERN CHINESE HISTORY", "air_date": "2008-02-04", @@ -1717949,16 +1632449,6 @@ "show_number": "5391", "fullAnswer": "Harvard" }, - { - "category": "YOU GET A \"D\"", - "air_date": "2008-02-04", - "question": "(Cheryl of the Clue Crew indicates a radar image of a storm.) On August 23, 2005, Katrina had winds of 35 miles per hour and was considered one of these gloomy storms; 2 days later, it was a hurricane", - "value": "$400", - "answer": "tropical depression", - "round": "Double Jeopardy!", - "show_number": "5391", - "fullAnswer": "a tropical depression" - }, { "category": "AUSSIES", "air_date": "2008-02-04", @@ -1718069,16 +1632559,6 @@ "show_number": "5391", "fullAnswer": "Omaha" }, - { - "category": "YOU GET A \"D\"", - "air_date": "2008-02-04", - "question": "(Cheryl indicates a Greek word on the monitor.) Naturally, there's an accent mark in the Greek word that gave us this English adjective for accents & other marks", - "value": "$1200", - "answer": "diacritical", - "round": "Double Jeopardy!", - "show_number": "5391", - "fullAnswer": "diacritical" - }, { "category": "AUSSIES", "air_date": "2008-02-04", @@ -1718089,26 +1632569,6 @@ "show_number": "5391", "fullAnswer": "Wimbledon" }, - { - "category": "JUST DESSERTS", - "air_date": "2008-02-04", - "question": "Nothing could be simpler to whip up than a plate of these classic cookies from Pepperidge Farm", - "value": "$1200", - "answer": "Milano", - "round": "Double Jeopardy!", - "show_number": "5391", - "fullAnswer": "a Milano" - }, - { - "category": "MODERN CHINESE HISTORY", - "air_date": "2008-02-04", - "question": "(Jeff Probst delivers the clue from Zhelin Lake.) Zhelin Lake is near Nanchang, where in 1927 the Communists fought this man's Nationalist forces", - "value": "$500", - "answer": "Chiang Kai-shek", - "round": "Double Jeopardy!", - "show_number": "5391", - "fullAnswer": "Chiang Kai-shek" - }, { "category": "FILL IN THE BOOK TITLE", "air_date": "2008-02-04", @@ -1718144,7 +1632604,7 @@ "air_date": "2008-02-04", "question": "Aussie actress Toni Collette put on 40 pounds to play the title role in this \"bridal\" movie", "value": "$1600", - "answer": "Muriel\\'s Wedding", + "answer": "Muriel's Wedding", "round": "Double Jeopardy!", "show_number": "5391", "fullAnswer": "Muriel\\'s Wedding" @@ -1718189,16 +1632649,6 @@ "show_number": "5391", "fullAnswer": "Bowling Green" }, - { - "category": "YOU GET A \"D\"", - "air_date": "2008-02-04", - "question": "Seen here is the most famous work by this great Romantic painter, who has his own Paris museum", - "value": "$2000", - "answer": "Eugene Delacroix", - "round": "Double Jeopardy!", - "show_number": "5391", - "fullAnswer": "Eugene Delacroix" - }, { "category": "AUSSIES", "air_date": "2008-02-04", @@ -1718309,16 +1632759,6 @@ "show_number": "4993", "fullAnswer": "The Cosby Show" }, - { - "category": "BODY PART-THING", - "air_date": "2006-05-03", - "question": "(Kelly of the Clue Crew opens a large reference book.) This feature you'll find in some dictionaries helps you get quickly to the letter you want", - "value": "$400", - "answer": "thumb index", - "round": "Jeopardy!", - "show_number": "4993", - "fullAnswer": "a thumb index" - }, { "category": "VOLCANOES", "air_date": "2006-05-03", @@ -1718394,7 +1632834,7 @@ "air_date": "2006-05-03", "question": "This \"paternal\" brand of root beer has been a family favorite since 1937", "value": "$600", - "answer": "Dad\\'s", + "answer": "Dad's", "round": "Jeopardy!", "show_number": "4993", "fullAnswer": "Dad\\'s" @@ -1718519,16 +1632959,6 @@ "show_number": "4993", "fullAnswer": "Jolt" }, - { - "category": "FOUNTAINS", - "air_date": "2006-05-03", - "question": "(Jimmy of the Clue Crew reads from Tivoli in Copenhagen, Denmark.) The famous bubble fountain here at Tivoli was co-designed by this Danish physicist who won a 1922 Nobel Prize", - "value": "$1000", - "answer": "Bohr", - "round": "Jeopardy!", - "show_number": "4993", - "fullAnswer": "(Niels) Bohr" - }, { "category": "AMERICAN PLACES", "air_date": "2006-05-03", @@ -1718539,16 +1632969,6 @@ "show_number": "4993", "fullAnswer": "St. Paul" }, - { - "category": "THE BRIT PIC", - "air_date": "2006-05-03", - "question": "She is the British baroness seen here as she looked in the 1980s", - "value": "$400", - "answer": "Margaret Thatcher", - "round": "Double Jeopardy!", - "show_number": "4993", - "fullAnswer": "Margaret Thatcher" - }, { "category": "LITERARY THRILLERS", "air_date": "2006-05-03", @@ -1718599,16 +1633019,6 @@ "show_number": "4993", "fullAnswer": "Juneau (Alaska)" }, - { - "category": "THE BRIT PIC", - "air_date": "2006-05-03", - "question": "She's the widow at Windsor seen here in 1897", - "value": "$800", - "answer": "Queen Victoria", - "round": "Double Jeopardy!", - "show_number": "4993", - "fullAnswer": "Queen Victoria" - }, { "category": "LITERARY THRILLERS", "air_date": "2006-05-03", @@ -1718659,16 +1633069,6 @@ "show_number": "4993", "fullAnswer": "Billings, Montana" }, - { - "category": "THE BRIT PIC", - "air_date": "2006-05-03", - "question": "Early 19th-century bestselling author depicted here", - "value": "$1200", - "answer": "Jane Austen", - "round": "Double Jeopardy!", - "show_number": "4993", - "fullAnswer": "Jane Austen" - }, { "category": "LITERARY THRILLERS", "air_date": "2006-05-03", @@ -1718719,26 +1633119,6 @@ "show_number": "4993", "fullAnswer": "Scottsdale" }, - { - "category": "THE BRIT PIC", - "air_date": "2006-05-03", - "question": "15th-century plucky Plantagenet plotter pictured here", - "value": "$1600", - "answer": "Richard III", - "round": "Double Jeopardy!", - "show_number": "4993", - "fullAnswer": "Richard III" - }, - { - "category": "LITERARY THRILLERS", - "air_date": "2006-05-03", - "question": "(Sarah of the Clue Crew strolls through Gorky Park, Moscow, Russia.) A 1981 thriller by this author opens with the discovery of 3 faceless corpses here in the title setting, Moscow's Gorky Park", - "value": "$3,000", - "answer": "Martin Cruz Smith", - "round": "Double Jeopardy!", - "show_number": "4993", - "fullAnswer": "Martin Cruz Smith" - }, { "category": "HERBS & SPICES", "air_date": "2006-05-03", @@ -1718779,16 +1633159,6 @@ "show_number": "4993", "fullAnswer": "Wilmington" }, - { - "category": "THE BRIT PIC", - "air_date": "2006-05-03", - "question": "This general & war hero slowed down long enough to be captured (on film) around 1945", - "value": "$2000", - "answer": "Montgomery", - "round": "Double Jeopardy!", - "show_number": "4993", - "fullAnswer": "Montgomery" - }, { "category": "LITERARY THRILLERS", "air_date": "2006-05-03", @@ -1718874,7 +1633244,7 @@ "air_date": "1996-01-23", "question": "A heart with an arrow through it is often used to symbolize this holiday", "value": "$100", - "answer": "Valentine\\'s Day", + "answer": "Valentine's Day", "round": "Jeopardy!", "show_number": "2627", "fullAnswer": "Valentine\\'s Day" @@ -1719084,7 +1633454,7 @@ "air_date": "1996-01-23", "question": "When this Medici died in 1589, it was said, \"It is not a woman who has just expired, it is royalty itself\"", "value": "$500", - "answer": "Catherine de\\' Medici", + "answer": "Catherine de' Medici", "round": "Jeopardy!", "show_number": "2627", "fullAnswer": "Catherine de\\' Medici" @@ -1719194,7 +1633564,7 @@ "air_date": "1996-01-23", "question": "The hero of this Mark Twain novel calls himself \"A Yankee of the Yankees....and nearly barren of sentiment\"", "value": "$200", - "answer": "A Connecticut Yankee in King Arthur\\'s Court", + "answer": "A Connecticut Yankee in King Arthur's Court", "round": "Double Jeopardy!", "show_number": "2627", "fullAnswer": "\"A Connecticut Yankee in King Arthur\\'s Court\"" @@ -1719474,7 +1633844,7 @@ "air_date": "2000-10-09", "question": "Favre's monetary obligations", "value": "$100", - "answer": "Brett\\'s debts", + "answer": "Brett's debts", "round": "Jeopardy!", "show_number": "3701", "fullAnswer": "Brett\\'s debts" @@ -1719534,7 +1633904,7 @@ "air_date": "2000-10-09", "question": "The Babe's enclosed restaurant areas", "value": "$200", - "answer": "Ruth\\'s booths", + "answer": "Ruth's booths", "round": "Jeopardy!", "show_number": "3701", "fullAnswer": "Ruth\\'s booths" @@ -1719614,7 +1633984,7 @@ "air_date": "2000-10-09", "question": "Some churches gave special dispensation for Catholics to eat meat when this fell on a Friday in Lent during 2000", "value": "$400", - "answer": "St. Patrick\\'s Day", + "answer": "St. Patrick's Day", "round": "Jeopardy!", "show_number": "3701", "fullAnswer": "St. Patrick\\'s Day" @@ -1719634,7 +1634004,7 @@ "air_date": "2000-10-09", "question": "This brand of root beer \"Has Bite\", according to its slogan", "value": "$400", - "answer": "Barq\\'s", + "answer": "Barq's", "round": "Jeopardy!", "show_number": "3701", "fullAnswer": "Barq\\'s" @@ -1720524,7 +1634894,7 @@ "air_date": "1996-12-09", "question": "Bertram, the Count of Rousillon, is the hero of this comedy whose title foretells its happy ending", "value": "$1,500", - "answer": "All\\'s Well That Ends Well", + "answer": "All's Well That Ends Well", "round": "Double Jeopardy!", "show_number": "2826", "fullAnswer": "All\\'s Well That Ends Well" @@ -1720774,7 +1635144,7 @@ "air_date": "2001-02-28", "question": "The title track of a 1986 Whoopi Goldberg flick was Aretha's version of this Stones hit", "value": "$300", - "answer": "Jumpin\\' Jack Flash", + "answer": "Jumpin' Jack Flash", "round": "Jeopardy!", "show_number": "3803", "fullAnswer": "\"Jumpin\\' Jack Flash\"" @@ -1722879,16 +1637249,6 @@ "show_number": "5165", "fullAnswer": "The Merchant Of Venice" }, - { - "category": "THE AFRICAN-AMERICAN EXPERIENCE", - "air_date": "2007-02-09", - "question": "(Cheryl of the Clue Crew delivers the clue.) In 1962, federal marshals escorted James Meredith, the first black student at the university of this state in Oxford. In 1964, he graduated", - "value": "$1200", - "answer": "Mississippi", - "round": "Double Jeopardy!", - "show_number": "5165", - "fullAnswer": "Mississippi" - }, { "category": "BEFORE & AFTER", "air_date": "2007-02-09", @@ -1722999,16 +1637359,6 @@ "show_number": "5165", "fullAnswer": "Macbeth" }, - { - "category": "THE AFRICAN-AMERICAN EXPERIENCE", - "air_date": "2007-02-09", - "question": "(Cheryl of the Clue Crew delivers the clue from the Clinton Presidential Library in Little Rock, Arkansas.) At a recreation of a famous march, Bill Clinton said that the Voting Rights Act was signed in ink in Washington, but signed in blood in this Alabama city", - "value": "$2000", - "answer": "Selma", - "round": "Double Jeopardy!", - "show_number": "5165", - "fullAnswer": "Selma" - }, { "category": "BEFORE & AFTER", "air_date": "2007-02-09", @@ -1723124,7 +1637474,7 @@ "air_date": "1998-01-23", "question": "Rhyming nickname of this man's teams of investigating lawyers, students & consumer specialists:", "value": "$500", - "answer": "Nader\\'s Raiders", + "answer": "Nader's Raiders", "round": "Jeopardy!", "show_number": "3090", "fullAnswer": "\"Nader\\'s Raiders\"" @@ -1723644,7 +1637994,7 @@ "air_date": "1985-11-14", "question": "Appropriately, you'll find “The Appian Way” at this hotel casino on The Strip", "value": "$200", - "answer": "Caesar\\'s Palace", + "answer": "Caesar's Palace", "round": "Jeopardy!", "show_number": "309", "fullAnswer": "Caesar\\'s Palace" @@ -1724274,7 +1638624,7 @@ "air_date": "1997-03-07", "question": "That man's pumping organ has a correct location", "value": "$200", - "answer": "His heart\\'s in the right place", + "answer": "His heart's in the right place", "round": "Jeopardy!", "show_number": "2890", "fullAnswer": "\"His heart\\'s in the right place\"" @@ -1724919,16 +1639269,6 @@ "show_number": "6047", "fullAnswer": "Michael Jackson" }, - { - "category": "SORRY IT DIDN'T WORK OUT", - "air_date": "2010-12-21", - "question": "(Kelly of the Clue Crew shows a map on the monitor.) In the 1930s, along its border with Germany, France built this defensive barrier, named for the French Minister of War; it failed because the Germans simply invaded through Belgium", - "value": "$600", - "answer": "Maginot Line", - "round": "Jeopardy!", - "show_number": "6047", - "fullAnswer": "the Maginot Line" - }, { "category": "4-LETTER WORLD CAPITALS", "air_date": "2010-12-21", @@ -1725049,16 +1639389,6 @@ "show_number": "6047", "fullAnswer": "the Kansas-Nebraska Act" }, - { - "category": "THE DOGS OF WAR", - "air_date": "2010-12-21", - "question": "The sniffer dog here has alerted his squad members to one of these alongside a road in Afghanistan", - "value": "$400", - "answer": "mine ", - "round": "Double Jeopardy!", - "show_number": "6047", - "fullAnswer": "a mine (bomb accepted)" - }, { "category": "LYRICS OF NO.1 HITS", "air_date": "2010-12-21", @@ -1725109,16 +1639439,6 @@ "show_number": "6047", "fullAnswer": "a learner permit" }, - { - "category": "THE DOGS OF WAR", - "air_date": "2010-12-21", - "question": "The dog here is training with this branch of the military; in Florida, not Tripoli", - "value": "$800", - "answer": "Marines", - "round": "Double Jeopardy!", - "show_number": "6047", - "fullAnswer": "the Marines" - }, { "category": "LYRICS OF NO.1 HITS", "air_date": "2010-12-21", @@ -1725149,16 +1639469,6 @@ "show_number": "6047", "fullAnswer": "the White Witch" }, - { - "category": "HAVE A DRINK", - "air_date": "2010-12-21", - "question": "Soft rockers Seals & Crofts once were members of the band that performed this 1958 No. 1 hit heard here", - "value": "$800", - "answer": "Tequila", - "round": "Double Jeopardy!", - "show_number": "6047", - "fullAnswer": "Tequila" - }, { "category": "YOU \"EARN\"ED IT", "air_date": "2010-12-21", @@ -1725169,16 +1639479,6 @@ "show_number": "6047", "fullAnswer": "unearned" }, - { - "category": "THE DOGS OF WAR", - "air_date": "2010-12-21", - "question": "This colorful World War I flying ace is seen here with his dog Moritz", - "value": "$1200", - "answer": "Red Baron", - "round": "Double Jeopardy!", - "show_number": "6047", - "fullAnswer": "the Red Baron" - }, { "category": "LYRICS OF NO.1 HITS", "air_date": "2010-12-21", @@ -1725229,16 +1639529,6 @@ "show_number": "6047", "fullAnswer": "a yearning" }, - { - "category": "THE DOGS OF WAR", - "air_date": "2010-12-21", - "question": "For attacking a pillbox during the invasion of Sicily, Chips, seen here, got a Purple Heart and this precious medal for valor", - "value": "$1600", - "answer": "Silver Star", - "round": "Double Jeopardy!", - "show_number": "6047", - "fullAnswer": "the Silver Star" - }, { "category": "LYRICS OF NO.1 HITS", "air_date": "2010-12-21", @@ -1725289,16 +1639579,6 @@ "show_number": "6047", "fullAnswer": "Stearns" }, - { - "category": "THE DOGS OF WAR", - "air_date": "2010-12-21", - "question": "During World War I, Rags, a terrier, earned fame as an intrepid messenger dog for the AEF, this U.S. force", - "value": "$2000", - "answer": "American Expeditionary Force", - "round": "Double Jeopardy!", - "show_number": "6047", - "fullAnswer": "the American Expeditionary Force" - }, { "category": "LYRICS OF NO.1 HITS", "air_date": "2010-12-21", @@ -1725694,7 +1639974,7 @@ "air_date": "1997-09-18", "question": "In a 1992 film, Mike Myers & Dana Carvey played hosts of this public-access cable TV show", "value": "$400", - "answer": "Wayne\\'s World", + "answer": "Wayne's World", "round": "Double Jeopardy!", "show_number": "2999", "fullAnswer": "\"Wayne\\'s World\"" @@ -1726824,7 +1641104,7 @@ "air_date": "1992-11-11", "question": "\"Equal Justice\" is an aptly-titled biography of this first woman to sit on the Supreme Court", "value": "$200", - "answer": "Sandra Day O\\' Connor", + "answer": "Sandra Day O' Connor", "round": "Double Jeopardy!", "show_number": "1883", "fullAnswer": "Sandra Day O\\' Connor" @@ -1727239,16 +1641519,6 @@ "show_number": "6154", "fullAnswer": "South West" }, - { - "category": "3 Bs, IF YOU PLEASE", - "air_date": "2011-05-19", - "question": "Superstar of sports and \"Jeopardy!\" seen here", - "value": "$400", - "answer": "Kareem Abdul-Jabbar", - "round": "Jeopardy!", - "show_number": "6154", - "fullAnswer": "Kareem Abdul-Jabbar" - }, { "category": "BESTSELLERS OF THE 1950s", "air_date": "2011-05-19", @@ -1727759,16 +1642029,6 @@ "show_number": "6220", "fullAnswer": "Britney Spears" }, - { - "category": "IN THE PINK", - "air_date": "2011-10-07", - "question": "pinkribbonshop.com promotes awareness of this disease, \"one pink ribbon at a time\"", - "value": "$200", - "answer": "breast cancer", - "round": "Jeopardy!", - "show_number": "6220", - "fullAnswer": "breast cancer" - }, { "category": "HOW IS THAT PREPARED?", "air_date": "2011-10-07", @@ -1727789,16 +1642049,6 @@ "show_number": "6220", "fullAnswer": "munchkin" }, - { - "category": "NATIONAL GEOGRAPHIC BRAIN GAMES", - "air_date": "2011-10-07", - "question": "The top & bottom hues here are the same; the brain tricks itself by using these areas of comparative darkness as cues", - "value": "$200", - "answer": "shadows", - "round": "Jeopardy!", - "show_number": "6220", - "fullAnswer": "shadows" - }, { "category": "HISTORY", "air_date": "2011-10-07", @@ -1727819,16 +1642069,6 @@ "show_number": "6220", "fullAnswer": "Eva Longoria" }, - { - "category": "IN THE PINK", - "air_date": "2011-10-07", - "question": "Juan & Eva Peron used to appear
on the balconies of the Casa Rosada or \"pink house\", seen here in this world capital", - "value": "$400", - "answer": "Buenos Aires", - "round": "Jeopardy!", - "show_number": "6220", - "fullAnswer": "Buenos Aires" - }, { "category": "HOW IS THAT PREPARED?", "air_date": "2011-10-07", @@ -1727899,26 +1642139,6 @@ "show_number": "6220", "fullAnswer": "grilled" }, - { - "category": "NAME CALLING", - "air_date": "2011-10-07", - "question": "I could call you a dunce or I could call you this, the type of shark seen here", - "value": "$600", - "answer": "hammerhead", - "round": "Jeopardy!", - "show_number": "6220", - "fullAnswer": "a hammerhead" - }, - { - "category": "NATIONAL GEOGRAPHIC BRAIN GAMES", - "air_date": "2011-10-07", - "question": "Virtual reality & psychology are used to rewire the brain of war vet Jerry, who suffers from PTSD, short for this", - "value": "$600", - "answer": "post-traumatic stress disorder", - "round": "Jeopardy!", - "show_number": "6220", - "fullAnswer": "post-traumatic stress disorder" - }, { "category": "HISTORY", "air_date": "2011-10-07", @@ -1728019,26 +1642239,6 @@ "show_number": "6220", "fullAnswer": "steamed" }, - { - "category": "NAME CALLING", - "air_date": "2011-10-07", - "question": "I can't tell if you're just a fool or drunk, but you're definitely this, also the name of the character seen here", - "value": "$1000", - "answer": "Jughead", - "round": "Jeopardy!", - "show_number": "6220", - "fullAnswer": "Jughead" - }, - { - "category": "NATIONAL GEOGRAPHIC BRAIN GAMES", - "air_date": "2011-10-07", - "question": "Recalling the exact details of a robbery uses this \"equine\" brain part that decides what short-term info to keep", - "value": "$1000", - "answer": "hippocampus", - "round": "Jeopardy!", - "show_number": "6220", - "fullAnswer": "the hippocampus" - }, { "category": "GET YOUR WORDSWORTH HERE!", "air_date": "2011-10-07", @@ -1728049,16 +1642249,6 @@ "show_number": "6220", "fullAnswer": "London" }, - { - "category": "OLD (REALLY OLD) PHOTOS", - "air_date": "2011-10-07", - "question": "The poetic & artistic Rosettis were snapped by this Victorian children's author, also a serious photographer", - "value": "$400", - "answer": "Lewis Carroll", - "round": "Double Jeopardy!", - "show_number": "6220", - "fullAnswer": "Lewis Carroll" - }, { "category": "AMERICAN ISLANDS", "air_date": "2011-10-07", @@ -1728084,7 +1642274,7 @@ "air_date": "2011-10-07", "question": "In 1922 DeWitt & Lila Wallace published the first issue of this magazine that condenses articles", "value": "$400", - "answer": "Reader\\'s Digest", + "answer": "Reader's Digest", "round": "Double Jeopardy!", "show_number": "6220", "fullAnswer": "Reader\\'s Digest" @@ -1728109,16 +1642299,6 @@ "show_number": "6220", "fullAnswer": "Lake District (or Country)" }, - { - "category": "OLD (REALLY OLD) PHOTOS", - "air_date": "2011-10-07", - "question": "(Jimmy of the Clue Crew shows a photograph on the monitor.) Long exposures made quickly-moving objects disappear; here, in 1838, a man standing still getting a shoe shine is the first known human to be photographed; he was in this capital where photography was largely invented", - "value": "$800", - "answer": "Paris", - "round": "Double Jeopardy!", - "show_number": "6220", - "fullAnswer": "Paris" - }, { "category": "AMERICAN ISLANDS", "air_date": "2011-10-07", @@ -1728169,16 +1642349,6 @@ "show_number": "6220", "fullAnswer": "the grass" }, - { - "category": "OLD (REALLY OLD) PHOTOS", - "air_date": "2011-10-07", - "question": "In the 1870s, Red Cloud & a delegation of his Oglala people of this tribe came to Washington", - "value": "$1200", - "answer": "Sioux", - "round": "Double Jeopardy!", - "show_number": "6220", - "fullAnswer": "the Sioux" - }, { "category": "AMERICAN ISLANDS", "air_date": "2011-10-07", @@ -1728209,16 +1642379,6 @@ "show_number": "6220", "fullAnswer": "Bon Appetite" }, - { - "category": "LATINOS IN HOLLYWOOD", - "air_date": "2011-10-07", - "question": "She co-founded an organization called Voto Latino to get people to the polls, even in Sin City", - "value": "$1200", - "answer": "Rosario Dawson", - "round": "Double Jeopardy!", - "show_number": "6220", - "fullAnswer": "Rosario Dawson" - }, { "category": "GET YOUR WORDSWORTH HERE!", "air_date": "2011-10-07", @@ -1728229,16 +1642389,6 @@ "show_number": "6220", "fullAnswer": "the man" }, - { - "category": "OLD (REALLY OLD) PHOTOS", - "air_date": "2011-10-07", - "question": "That's not Napoleon--it's P.T. Barnum's attraction Charles Stratton, known by this name", - "value": "$1600", - "answer": "Tom Thumb", - "round": "Double Jeopardy!", - "show_number": "6220", - "fullAnswer": "Tom Thumb" - }, { "category": "AMERICAN ISLANDS", "air_date": "2011-10-07", @@ -1728289,16 +1642439,6 @@ "show_number": "6220", "fullAnswer": "daffodils" }, - { - "category": "OLD (REALLY OLD) PHOTOS", - "air_date": "2011-10-07", - "question": "Britain's Roger Fenton is known as the first war photographer, capturing quiet moments in this 1850s conflict", - "value": "$2000", - "answer": "Crimean War", - "round": "Double Jeopardy!", - "show_number": "6220", - "fullAnswer": "the Crimean War" - }, { "category": "AMERICAN ISLANDS", "air_date": "2011-10-07", @@ -1728524,7 +1642664,7 @@ "air_date": "1999-03-02", "question": "(Hi, I'm Nate Richert) On Halloween these lighted objects are intended to frighten away evil spirits", "value": "$300", - "answer": "Jack-o\\'-lanterns", + "answer": "Jack-o'-lanterns", "round": "Jeopardy!", "show_number": "3342", "fullAnswer": "Jack-o\\'-lanterns" @@ -1728794,7 +1642934,7 @@ "air_date": "1999-03-02", "question": "1940's \"The Shop Around the Corner\" was the basis for this 1998 Meg Ryan-Tom Hanks romantic comedy", "value": "$600", - "answer": "You\\'ve Got Mail", + "answer": "You've Got Mail", "round": "Double Jeopardy!", "show_number": "3342", "fullAnswer": "You\\'ve Got Mail" @@ -1728954,7 +1643094,7 @@ "air_date": "1999-03-02", "question": "This Vermont food company's 1995 CEO search was an essay contest with the topic \"Yo! I Want to be Your CEO\"", "value": null, - "answer": "Ben & Jerry\\'s", + "answer": "Ben & Jerry's", "round": "Final Jeopardy!", "show_number": "3342", "fullAnswer": "Ben & Jerry\\'s" @@ -1729254,7 +1643394,7 @@ "air_date": "2011-03-31", "question": "Worst Place to Catch \"Our American Cousin\":
This venue, for its April 14, 1865 performance", "value": "$400", - "answer": "Ford\\'s Theatre", + "answer": "Ford's Theatre", "round": "Double Jeopardy!", "show_number": "6119", "fullAnswer": "Ford\\'s Theatre" @@ -1729289,16 +1643429,6 @@ "show_number": "6119", "fullAnswer": "flying squirrels" }, - { - "category": "PAINTED LADIES", - "air_date": "2011-03-31", - "question": "(Kelly of the Clue Crew shows a painting on the monitor.) In the painting here, the Baroque artist Guercino depicted this woman shortly before her death; notice what's in her hand", - "value": "$2,000", - "answer": "Cleopatra", - "round": "Double Jeopardy!", - "show_number": "6119", - "fullAnswer": "Cleopatra" - }, { "category": "AT RANDOM", "air_date": "2011-03-31", @@ -1729389,16 +1643519,6 @@ "show_number": "6119", "fullAnswer": "Canada" }, - { - "category": "PAINTED LADIES", - "air_date": "2011-03-31", - "question": "The painting seen here depicts the wife of this Scottish folk hero in \"The Conflict at the Pass of Loch Ard\"", - "value": "$1600", - "answer": "Rob Roy", - "round": "Double Jeopardy!", - "show_number": "6119", - "fullAnswer": "Rob Roy" - }, { "category": "AT RANDOM", "air_date": "2011-03-31", @@ -1729454,7 +1643574,7 @@ "air_date": "2011-03-31", "question": "This painting by Andrew Wyeth depicts his neighbor crawling through the grass toward her farmhouse", "value": "$2000", - "answer": "Christina\\'s World", + "answer": "Christina's World", "round": "Double Jeopardy!", "show_number": "6119", "fullAnswer": "Christina\\'s World" @@ -1729619,16 +1643739,6 @@ "show_number": "5338", "fullAnswer": "Canberra" }, - { - "category": "AIR", - "air_date": "2007-11-21", - "question": "(Jon of the Clue Crew performs an experiment.) In the egg-in-a-bottle experiment, the flame going out causes a vacuum effect, so the egg is sucked in by the differential in this between the inside & outside of the bottle", - "value": "$400", - "answer": "air pressure", - "round": "Jeopardy!", - "show_number": "5338", - "fullAnswer": "air pressure" - }, { "category": "ENDS IN \"U\"", "air_date": "2007-11-21", @@ -1729739,16 +1643849,6 @@ "show_number": "5338", "fullAnswer": "Victoria (or Queensland)" }, - { - "category": "AIR", - "air_date": "2007-11-21", - "question": "(Kelly of the Clue Crew does her own experiment). This type of air powers air guns and air brakes and gives an ordinary drinking straw incredible strength", - "value": "$800", - "answer": "compressed air", - "round": "Jeopardy!", - "show_number": "5338", - "fullAnswer": "compressed air" - }, { "category": "ENDS IN \"U\"", "air_date": "2007-11-21", @@ -1729834,7 +1643934,7 @@ "air_date": "2007-11-21", "question": "Ben Stiller tries desperately to win the love of Cameron Diaz, the British nanny of the Banks children", "value": "$400", - "answer": "There\\'s Something About Mary Poppins", + "answer": "There's Something About Mary Poppins", "round": "Double Jeopardy!", "show_number": "5338", "fullAnswer": "There\\'s Something About Mary Poppins" @@ -1729954,7 +1644054,7 @@ "air_date": "2007-11-21", "question": "Jimmy Stewart Christmas perennial about a reluctant Monty Python messiah", "value": "$1200", - "answer": "It\\'s a Wonderful Life of Brian", + "answer": "It's a Wonderful Life of Brian", "round": "Double Jeopardy!", "show_number": "5338", "fullAnswer": "It\\'s a Wonderful Life of Brian" @@ -1730014,7 +1644114,7 @@ "air_date": "2007-11-21", "question": "Police detective Callahan enrolls at Hogwarts in search of a magical rock", "value": "$1600", - "answer": "Dirty Harry Potter and the Sorcerer\\'s Stone", + "answer": "Dirty Harry Potter and the Sorcerer's Stone", "round": "Double Jeopardy!", "show_number": "5338", "fullAnswer": "Dirty Harry Potter and the Sorcerer\\'s Stone" @@ -1730189,16 +1644289,6 @@ "show_number": "5382", "fullAnswer": "Keats" }, - { - "category": "ALL ABOUT AUTHORS", - "air_date": "2008-01-22", - "question": "(Alex gives the clue from the Mark Twain house in Hartford.) Twain was fond of saying, \"I came in with\" this celestial object in 1835, \"and I expect to go out with it\"; and in 1910 he did, passing away in this very bed", - "value": "$400", - "answer": "Halley\\'s Comet", - "round": "Jeopardy!", - "show_number": "5382", - "fullAnswer": "Halley\\'s Comet" - }, { "category": "TEAMS OF SUPER BOWL MVPs", "air_date": "2008-01-22", @@ -1730394,7 +1644484,7 @@ "air_date": "2008-01-22", "question": "Among diseases associated with exposure to Vietnam-era Agent Orange is this lymph disease named for a Dr.", "value": "$1000", - "answer": "Hodgkin\\'s disease", + "answer": "Hodgkin's disease", "round": "Jeopardy!", "show_number": "5382", "fullAnswer": "Hodgkin\\'s disease" @@ -1730804,7 +1644894,7 @@ "air_date": "1997-01-22", "question": "A gowk is a person who is tricked on the Scottish equivalent of this U.S. observance", "value": "$200", - "answer": "April Fool\\'s Day", + "answer": "April Fool's Day", "round": "Jeopardy!", "show_number": "2858", "fullAnswer": "April Fool\\'s Day" @@ -1730864,7 +1644954,7 @@ "air_date": "1997-01-22", "question": "Iron pyrite", "value": "$300", - "answer": "Fool\\'s gold", + "answer": "Fool's gold", "round": "Jeopardy!", "show_number": "2858", "fullAnswer": "Fool\\'s gold" @@ -1730934,7 +1645024,7 @@ "air_date": "1997-01-22", "question": "Built in 1876, the Flying Horses Carousel on this Massachusetts island is a national historic landmark", "value": "$400", - "answer": "Martha\\'s Vineyard", + "answer": "Martha's Vineyard", "round": "Jeopardy!", "show_number": "2858", "fullAnswer": "Martha\\'s Vineyard" @@ -1731134,7 +1645224,7 @@ "air_date": "1997-01-22", "question": "Peter Brook's unusual 1970 production of this comedy featured Oberon & Puck on trapezes", "value": "$400", - "answer": "A Midsummer Night\\'s Dream", + "answer": "A Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "2858", "fullAnswer": "\"A Midsummer Night\\'s Dream\"" @@ -1731904,7 +1645994,7 @@ "air_date": "2001-05-01", "question": "\"Scream Creek\" parodies slasher films & teen TV shows, like this one nicknamed \"The Creek\"", "value": "$100", - "answer": "Dawson\\'s Creek", + "answer": "Dawson's Creek", "round": "Jeopardy!", "show_number": "3847", "fullAnswer": "Dawson\\'s Creek" @@ -1731994,7 +1646084,7 @@ "air_date": "2001-05-01", "question": "In 1066, 1758 & 1985 this celestial traveler appeared in our skies", "value": "$200", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Jeopardy!", "show_number": "3847", "fullAnswer": "Halley\\'s Comet" @@ -1732224,7 +1646314,7 @@ "air_date": "2001-05-01", "question": "The kids she adopted can spend hours watching her in videos of \"The Flintstones\" & \"Harriet the Spy\"", "value": "$200", - "answer": "Rosie O\\'Donnell", + "answer": "Rosie O'Donnell", "round": "Double Jeopardy!", "show_number": "3847", "fullAnswer": "Rosie O\\'Donnell" @@ -1732619,16 +1646709,6 @@ "show_number": "6117", "fullAnswer": "a gumshoe" }, - { - "category": "TREES", - "air_date": "2011-03-29", - "question": "(Jimmy of the Clue Crew shows a botanical photo on the monitor.) Broad rings on a tree indicate years of sunshine & rain; narrow rings indicate cold or this weather condition, from the Middle English for \"dryness\"", - "value": "$600", - "answer": "drought", - "round": "Jeopardy!", - "show_number": "6117", - "fullAnswer": "drought" - }, { "category": "QUITE THE CAST OF TV CHARACTERS", "air_date": "2011-03-29", @@ -1733774,7 +1647854,7 @@ "air_date": "2001-11-26", "question": "Iron pyrite", "value": "$200", - "answer": "fool\\'s gold", + "answer": "fool's gold", "round": "Jeopardy!", "show_number": "3966", "fullAnswer": "fool\\'s gold" @@ -1733834,7 +1647914,7 @@ "air_date": "2001-11-26", "question": "The first day of the fourth month", "value": "$400", - "answer": "April Fools\\' Day", + "answer": "April Fools' Day", "round": "Jeopardy!", "show_number": "3966", "fullAnswer": "April Fools\\' Day" @@ -1733984,7 +1648064,7 @@ "air_date": "2001-11-26", "question": "The 59th & Lex Cafe is found in this department store that's found on 59th & Lex", "value": "$1000", - "answer": "Bloomingdale\\'s", + "answer": "Bloomingdale's", "round": "Jeopardy!", "show_number": "3966", "fullAnswer": "Bloomingdale\\'s" @@ -1734024,7 +1648104,7 @@ "air_date": "2001-11-26", "question": "Elwood Edwards is the voice behind this 3-word phrase heard online an estimated 27 million times a day", "value": "$400", - "answer": "You\\'ve Got Mail!", + "answer": "You've Got Mail!", "round": "Double Jeopardy!", "show_number": "3966", "fullAnswer": "\"You\\'ve Got Mail!\"" @@ -1734034,7 +1648114,7 @@ "air_date": "2001-11-26", "question": "This 1985 hit starring Pee-Wee Herman was the first major feature film directed by Tim Burton", "value": "$400", - "answer": "Pee Wee\\'s Big Adventure", + "answer": "Pee Wee's Big Adventure", "round": "Double Jeopardy!", "show_number": "3966", "fullAnswer": "Pee Wee\\'s Big Adventure" @@ -1735064,7 +1649144,7 @@ "air_date": "2009-07-13", "question": "This May holiday was honored in 1934 by a stamp featuring a famous painting by Whistler", "value": "$800", - "answer": "Mother\\'s Day", + "answer": "Mother's Day", "round": "Jeopardy!", "show_number": "5736", "fullAnswer": "Mother\\'s Day" @@ -1735179,16 +1649259,6 @@ "show_number": "5736", "fullAnswer": "the Steelers" }, - { - "category": "THE WORLD OF M. SASEK", - "air_date": "2009-07-13", - "question": "You're looking at the Houses of Parliament in this city", - "value": "$400", - "answer": "London", - "round": "Double Jeopardy!", - "show_number": "5736", - "fullAnswer": "London" - }, { "category": "THE LAW", "air_date": "2009-07-13", @@ -1735239,16 +1649309,6 @@ "show_number": "5736", "fullAnswer": "NASCAR" }, - { - "category": "THE WORLD OF M. SASEK", - "air_date": "2009-07-13", - "question": "Ride the unusual boat seen here when you visit this Italian city", - "value": "$800", - "answer": "Venice", - "round": "Double Jeopardy!", - "show_number": "5736", - "fullAnswer": "Venice" - }, { "category": "THE LAW", "air_date": "2009-07-13", @@ -1735299,16 +1649359,6 @@ "show_number": "5736", "fullAnswer": "golf" }, - { - "category": "THE WORLD OF M. SASEK", - "air_date": "2009-07-13", - "question": "Here's Saint Patrick's Cathedral in this European capital city where Saint Patrick is a big deal", - "value": "$600", - "answer": "Dublin", - "round": "Double Jeopardy!", - "show_number": "5736", - "fullAnswer": "Dublin" - }, { "category": "THE LAW", "air_date": "2009-07-13", @@ -1735319,16 +1649369,6 @@ "show_number": "5736", "fullAnswer": "an eyewitness" }, - { - "category": "SCIENCE", - "air_date": "2009-07-13", - "question": "(Jimmy of the clue tries to crack a whip.) Like a jet plane traveling faster than mach 1, a whip makes a cracking noise because it's traveling faster than the speed of this", - "value": "$1200", - "answer": "sound", - "round": "Double Jeopardy!", - "show_number": "5736", - "fullAnswer": "sound" - }, { "category": "\"KID\" TALK", "air_date": "2009-07-13", @@ -1735359,16 +1649399,6 @@ "show_number": "5736", "fullAnswer": "LeBron James" }, - { - "category": "THE WORLD OF M. SASEK", - "air_date": "2009-07-13", - "question": "Don't get fooled into thinking you can buy this New York City bridge seen here", - "value": "$1600", - "answer": "Brooklyn Bridge", - "round": "Double Jeopardy!", - "show_number": "5736", - "fullAnswer": "Brooklyn Bridge" - }, { "category": "THE LAW", "air_date": "2009-07-13", @@ -1735419,16 +1649449,6 @@ "show_number": "5736", "fullAnswer": "Nastia Liukin" }, - { - "category": "THE WORLD OF M. SASEK", - "air_date": "2009-07-13", - "question": "Many ultra-orthodox Jews live in Meah She'arim in this city", - "value": "$2000", - "answer": "Jerusalem", - "round": "Double Jeopardy!", - "show_number": "5736", - "fullAnswer": "Jerusalem" - }, { "category": "THE LAW", "air_date": "2009-07-13", @@ -1735439,16 +1649459,6 @@ "show_number": "5736", "fullAnswer": "statute" }, - { - "category": "SCIENCE", - "air_date": "2009-07-13", - "question": "(Sarah of the Clue Crew levitates a ping-pong ball over a hair dryer.) What goes up stays up when the force of air moving up from the hair dryer equals this force pulling down on the ping-pong ball", - "value": "$2000", - "answer": "gravity", - "round": "Double Jeopardy!", - "show_number": "5736", - "fullAnswer": "gravity" - }, { "category": "\"KID\" TALK", "air_date": "2009-07-13", @@ -1735809,16 +1649819,6 @@ "show_number": "5895", "fullAnswer": "100,000" }, - { - "category": "LOOK OUT BELOW!", - "air_date": "2010-04-09", - "question": "At last, we've come upon this city and its famous Cathedral", - "value": "$400", - "answer": "Moscow", - "round": "Double Jeopardy!", - "show_number": "5895", - "fullAnswer": "Moscow" - }, { "category": "WINNING WORDS", "air_date": "2010-04-09", @@ -1735849,16 +1649849,6 @@ "show_number": "5895", "fullAnswer": "Patrick Swayze" }, - { - "category": "COLLEGES & UNIVERSITIES", - "air_date": "2010-04-09", - "question": "www.goducks.com is the official website for this West Coast school's athletics", - "value": "$800", - "answer": "Oregon", - "round": "Double Jeopardy!", - "show_number": "5895", - "fullAnswer": "(University of) Oregon" - }, { "category": "LITERARY MATH", "air_date": "2010-04-09", @@ -1735869,16 +1649859,6 @@ "show_number": "5895", "fullAnswer": "8" }, - { - "category": "LOOK OUT BELOW!", - "air_date": "2010-04-09", - "question": "I can almost hear the music coming from this building down under", - "value": "$800", - "answer": "Sydney Opera House", - "round": "Double Jeopardy!", - "show_number": "5895", - "fullAnswer": "the Sydney Opera House" - }, { "category": "WINNING WORDS", "air_date": "2010-04-09", @@ -1735889,16 +1649869,6 @@ "show_number": "5895", "fullAnswer": "the victor" }, - { - "category": "\"C\" IN SCIENCE", - "air_date": "2010-04-09", - "question": "(Jimmy of the Clue Crew performs a physics demonstration.) When I swing a bucket of water, it doesn't spill, because of this force that pulls it in the center and keeps it from following its path of inertia", - "value": "$1200", - "answer": "centripetal force", - "round": "Double Jeopardy!", - "show_number": "5895", - "fullAnswer": "centripetal force" - }, { "category": "CELEBRITY MEMOIRS", "air_date": "2010-04-09", @@ -1735929,26 +1649899,6 @@ "show_number": "5895", "fullAnswer": "351" }, - { - "category": "LOOK OUT BELOW!", - "air_date": "2010-04-09", - "question": "Look way down there--it's this Cascade Mountains body of water", - "value": "$1200", - "answer": "Crater Lake", - "round": "Double Jeopardy!", - "show_number": "5895", - "fullAnswer": "Crater Lake" - }, - { - "category": "WINNING WORDS", - "air_date": "2010-04-09", - "question": "The items held by the fans seen here indicate they are celebrating this type of decisive win", - "value": "$1200", - "answer": "sweep", - "round": "Double Jeopardy!", - "show_number": "5895", - "fullAnswer": "a sweep" - }, { "category": "\"C\" IN SCIENCE", "air_date": "2010-04-09", @@ -1735989,16 +1649939,6 @@ "show_number": "5895", "fullAnswer": "106" }, - { - "category": "LOOK OUT BELOW!", - "air_date": "2010-04-09", - "question": "How fortunate that we're about to make landfall on this peninsula at the southwest tip of Africa", - "value": "$1600", - "answer": "Cape of Good Hope", - "round": "Double Jeopardy!", - "show_number": "5895", - "fullAnswer": "the Cape of Good Hope" - }, { "category": "WINNING WORDS", "air_date": "2010-04-09", @@ -1736009,16 +1649949,6 @@ "show_number": "5895", "fullAnswer": "prevail" }, - { - "category": "\"C\" IN SCIENCE", - "air_date": "2010-04-09", - "question": "(Sarah of the Clue Crew does a demonstration with some falling water.) The two streams of water form one, because water molecules are so attracted to each other that when they come near, they stick together, a uniting action known as this", - "value": "$4,000", - "answer": "cohesion", - "round": "Double Jeopardy!", - "show_number": "5895", - "fullAnswer": "cohesion" - }, { "category": "CELEBRITY MEMOIRS", "air_date": "2010-04-09", @@ -1736049,16 +1649979,6 @@ "show_number": "5895", "fullAnswer": "7" }, - { - "category": "LOOK OUT BELOW!", - "air_date": "2010-04-09", - "question": "We're heading straight for this Cambodian landmark that was built to honor Vishnu", - "value": "$2000", - "answer": "Angkor Wat", - "round": "Double Jeopardy!", - "show_number": "5895", - "fullAnswer": "Angkor Wat" - }, { "category": "WINNING WORDS", "air_date": "2010-04-09", @@ -1736244,7 +1650164,7 @@ "air_date": "2004-04-15", "question": "Nestle suggests making these indoors using mini marshmallows, Toll House morsels & Golden Grahams cereal", "value": "$600", - "answer": "s\\'mores", + "answer": "s'mores", "round": "Jeopardy!", "show_number": "4524", "fullAnswer": "s\\'mores" @@ -1736759,16 +1650679,6 @@ "show_number": "3797", "fullAnswer": "Mormons" }, - { - "category": "TREES", - "air_date": "2001-02-20", - "question": "This tree seen here is in full bloom:", - "value": "$200", - "answer": "cherry blossom", - "round": "Jeopardy!", - "show_number": "3797", - "fullAnswer": "cherry blossom" - }, { "category": "BET", "air_date": "2001-02-20", @@ -1736939,16 +1650849,6 @@ "show_number": "3797", "fullAnswer": "Samuel Pepys" }, - { - "category": "TREES", - "air_date": "2001-02-20", - "question": "The flower seen here comes from this type of evergreen tree:", - "value": "$500", - "answer": "Magnolia", - "round": "Jeopardy!", - "show_number": "3797", - "fullAnswer": "Magnolia" - }, { "category": "BET", "air_date": "2001-02-20", @@ -1737554,7 +1651454,7 @@ "air_date": "1990-01-10", "question": "Southern belle whose sisters were Suellen & Carreen", "value": "$200", - "answer": "Scarlett O\\'Hara", + "answer": "Scarlett O'Hara", "round": "Double Jeopardy!", "show_number": "1238", "fullAnswer": "Scarlett O\\'Hara" @@ -1737869,16 +1651769,6 @@ "show_number": "4939", "fullAnswer": "cactus" }, - { - "category": "MOVIEMAKING", - "air_date": "2006-02-16", - "question": "(Jimmy of the Clue Crew holds a video camera.) Don't sweat this setting--in shooting a wide shot like an alien army approaching from a distance, just make it infinity", - "value": "$200", - "answer": "focus", - "round": "Jeopardy!", - "show_number": "4939", - "fullAnswer": "focus" - }, { "category": "YOU GET A \"D\"", "air_date": "2006-02-16", @@ -1737989,16 +1651879,6 @@ "show_number": "4939", "fullAnswer": "moss" }, - { - "category": "MOVIEMAKING", - "air_date": "2006-02-16", - "question": "(Jon of the Clue Crew surrounds a smiling Jimmy with his thumbs and forefingers made into a rectangle.) Also done to a painting, it's what I'm doing to visualize what the shot will look like on screen", - "value": "$600", - "answer": "framing", - "round": "Jeopardy!", - "show_number": "4939", - "fullAnswer": "framing" - }, { "category": "YOU GET A \"D\"", "air_date": "2006-02-16", @@ -1738019,16 +1651899,6 @@ "show_number": "4939", "fullAnswer": "Journey to the Center of the Earth" }, - { - "category": "TV TEENS", - "air_date": "2006-02-16", - "question": "Life in the O.C. is never dull with this actress seen here", - "value": "$800", - "answer": "Mischa Barton", - "round": "Jeopardy!", - "show_number": "4939", - "fullAnswer": "Mischa Barton" - }, { "category": "THE LARGEST U.S. STATE", "air_date": "2006-02-16", @@ -1738109,16 +1651979,6 @@ "show_number": "4939", "fullAnswer": "Narcissus" }, - { - "category": "MOVIEMAKING", - "air_date": "2006-02-16", - "question": "(Kelly of the Clue Crew claps together a traditional movie set sight.) Your film teacher will insist you use one of these before each shot; the sound of it helps sync up audio & video", - "value": "$1000", - "answer": "slate board", - "round": "Jeopardy!", - "show_number": "4939", - "fullAnswer": "a slate board" - }, { "category": "YOU GET A \"D\"", "air_date": "2006-02-16", @@ -1738139,16 +1651999,6 @@ "show_number": "4939", "fullAnswer": "Shakespeare" }, - { - "category": "SCI-FI/FANTASY HEROINES", - "air_date": "2006-02-16", - "question": "This actress seen here was harder to see in some scenes of 2005's \"Fantastic Four\"", - "value": "$400", - "answer": "Jessica Alba", - "round": "Double Jeopardy!", - "show_number": "4939", - "fullAnswer": "Jessica Alba" - }, { "category": "TEENS IN HISTORY", "air_date": "2006-02-16", @@ -1738379,16 +1652229,6 @@ "show_number": "4939", "fullAnswer": "Newton" }, - { - "category": "SCI-FI/FANTASY HEROINES", - "air_date": "2006-02-16", - "question": "This actress, Rogue in the \"X-Men\" films, won an Oscar when she was 11", - "value": "$2000", - "answer": "Anna Paquin", - "round": "Double Jeopardy!", - "show_number": "4939", - "fullAnswer": "Anna Paquin" - }, { "category": "TEENS IN HISTORY", "air_date": "2006-02-16", @@ -1738434,7 +1652274,7 @@ "air_date": "2006-02-16", "question": "On December 11, 1987, it was designated as the national march of the United States", "value": null, - "answer": "\\Stars and Stripes Forever\\", + "answer": "Stars and Stripes Forever", "round": "Final Jeopardy!", "show_number": "4939", "fullAnswer": "\\\"Stars and Stripes Forever\\\"" @@ -1738659,16 +1652499,6 @@ "show_number": "4760", "fullAnswer": "Nepal (in FINE PALACES)" }, - { - "category": "DESIGN CLASSICS", - "air_date": "2005-04-22", - "question": "The Stickley furniture seen here is from this movement, whose three-word name comes from the union of aesthetics & handiwork", - "value": "$1,000", - "answer": "Arts & Crafts", - "round": "Jeopardy!", - "show_number": "4760", - "fullAnswer": "Arts & Crafts" - }, { "category": "TAKE \"FIVE\"", "air_date": "2005-04-22", @@ -1738679,16 +1652509,6 @@ "show_number": "4760", "fullAnswer": "a five-line verse (a poem with five lines accepted)" }, - { - "category": "METEOROLOGY", - "air_date": "2005-04-22", - "question": "(Jimmy of the Clue Crew shows a map with arrows pointing from the upper-right corner.) Diagrammed here, the direction from which the winds come give these rough weather phenomena their name", - "value": "$1000", - "answer": "nor\\'easters", - "round": "Jeopardy!", - "show_number": "4760", - "fullAnswer": "nor\\'easters" - }, { "category": "HITCHCOCK MOVIE QUOTES", "air_date": "2005-04-22", @@ -1738999,16 +1652819,6 @@ "show_number": "4760", "fullAnswer": "Cheryl Miller" }, - { - "category": "INTERNATIONAL \"C\"UISINE", - "air_date": "2005-04-22", - "question": "(Sarah of the Clue Crew reports from the Greek island of Naxos.) A Greek appetizer is saganaki, which is made with a kasseri type of this", - "value": "$2000", - "answer": "cheese", - "round": "Double Jeopardy!", - "show_number": "4760", - "fullAnswer": "cheese" - }, { "category": "SHOW ME THE MONEY SLANG", "air_date": "2005-04-22", @@ -1739459,26 +1653269,6 @@ "show_number": "4593", "fullAnswer": "Houston" }, - { - "category": "\"LA\" DEE DA", - "air_date": "2004-07-21", - "question": "It's the exciting activity seen here", - "value": "$800", - "answer": "lawn bowling", - "round": "Double Jeopardy!", - "show_number": "4593", - "fullAnswer": "lawn bowling" - }, - { - "category": "GERMAN HISTORY", - "air_date": "2004-07-21", - "question": "(Sofia of the Clue Crew reports from Berlin, Germany.) Completed in 1894, the Reichstag dates from this numerical Reich in German history", - "value": "$1200", - "answer": "Second Reich", - "round": "Double Jeopardy!", - "show_number": "4593", - "fullAnswer": "the Second Reich" - }, { "category": "CHARACTERS IN MUSICALS", "air_date": "2004-07-21", @@ -1739579,22 +1653369,12 @@ "show_number": "4593", "fullAnswer": "Brussels" }, - { - "category": "\"LA\" DEE DA", - "air_date": "2004-07-21", - "question": "(Sarah of the Clue Crew reports from the Franklin Institute in Philadelphia, PA.) The lower this number for Foucault pendulum's location, the slower its rate of rotation", - "value": "$1600", - "answer": "latitude", - "round": "Double Jeopardy!", - "show_number": "4593", - "fullAnswer": "latitude" - }, { "category": "GERMAN HISTORY", "air_date": "2004-07-21", "question": "In 1631, during this decades-long war, Sweden's army marched to the Rhine", "value": "$2000", - "answer": "Thirty Years\\' War", + "answer": "Thirty Years' War", "round": "Double Jeopardy!", "show_number": "4593", "fullAnswer": "Thirty Years\\' War" @@ -1739689,16 +1653469,6 @@ "show_number": "5219", "fullAnswer": "typewriters" }, - { - "category": "AMERICAN PHOTO ALBUM", - "air_date": "2007-04-26", - "question": "Bold declaration signer and bootlegger seen here", - "value": "$200", - "answer": "John Hancock", - "round": "Jeopardy!", - "show_number": "5219", - "fullAnswer": "John Hancock" - }, { "category": "HIGHWAYS & BYWAYS", "air_date": "2007-04-26", @@ -1739729,16 +1653499,6 @@ "show_number": "5219", "fullAnswer": "Christmas tree" }, - { - "category": "WE LOVE BROADWAY MUSICALS", - "air_date": "2007-04-26", - "question": "(Sarah of the Clue Crew presents from the Shubert Theatre.) The Lady of the Lake & the Knights of the Round Table sing the showstopping number \"Find Your Grail\" in this Tony-winning musical", - "value": "$400", - "answer": "Spamalot", - "round": "Jeopardy!", - "show_number": "5219", - "fullAnswer": "Spamalot" - }, { "category": "BEFORE COMPUTERS", "air_date": "2007-04-26", @@ -1739749,16 +1653509,6 @@ "show_number": "5219", "fullAnswer": "church door" }, - { - "category": "AMERICAN PHOTO ALBUM", - "air_date": "2007-04-26", - "question": "Former Treasury secretary & short-lived gunfighter seen here", - "value": "$400", - "answer": "Alexander Hamilton", - "round": "Jeopardy!", - "show_number": "5219", - "fullAnswer": "Alexander Hamilton" - }, { "category": "HIGHWAYS & BYWAYS", "air_date": "2007-04-26", @@ -1739809,16 +1653559,6 @@ "show_number": "5219", "fullAnswer": "abacus" }, - { - "category": "AMERICAN PHOTO ALBUM", - "air_date": "2007-04-26", - "question": "The reverse of this great American image is seen here", - "value": "$600", - "answer": "Great Seal ", - "round": "Jeopardy!", - "show_number": "5219", - "fullAnswer": "the Great Seal (of the United States)" - }, { "category": "HIGHWAYS & BYWAYS", "air_date": "2007-04-26", @@ -1739849,16 +1653589,6 @@ "show_number": "5219", "fullAnswer": "feng shui" }, - { - "category": "WE LOVE BROADWAY MUSICALS", - "air_date": "2007-04-26", - "question": "(Jimmy of the Clue Crew presents from a stage set.) Since 1988, more than 10 actors have starred as the Phantom of the Opera here on Broadway, but it was this actor who won the Tony", - "value": "$800", - "answer": "Michael Crawford", - "round": "Jeopardy!", - "show_number": "5219", - "fullAnswer": "Michael Crawford" - }, { "category": "BEFORE COMPUTERS", "air_date": "2007-04-26", @@ -1739869,16 +1653599,6 @@ "show_number": "5219", "fullAnswer": "calligraphy" }, - { - "category": "AMERICAN PHOTO ALBUM", - "air_date": "2007-04-26", - "question": "Before Jada and Emeril, there was this woman pictured here and known as \"the French Chef\"", - "value": "$800", - "answer": "Julia Child", - "round": "Jeopardy!", - "show_number": "5219", - "fullAnswer": "Julia Child" - }, { "category": "HIGHWAYS & BYWAYS", "air_date": "2007-04-26", @@ -1739929,16 +1653649,6 @@ "show_number": "5219", "fullAnswer": "mail" }, - { - "category": "AMERICAN PHOTO ALBUM", - "air_date": "2007-04-26", - "question": "19th-century war hero and short-term US President seen here", - "value": "$1000", - "answer": "William Henry Harrison", - "round": "Jeopardy!", - "show_number": "5219", - "fullAnswer": "William Henry Harrison" - }, { "category": "HIGHWAYS & BYWAYS", "air_date": "2007-04-26", @@ -1740099,16 +1653809,6 @@ "show_number": "5219", "fullAnswer": "Macao" }, - { - "category": "PITFALL", - "air_date": "2007-04-26", - "question": "It's the foolhardy 1854 military action depicted here", - "value": "$3,000", - "answer": "Charge of the Light Brigade", - "round": "Double Jeopardy!", - "show_number": "5219", - "fullAnswer": "the Charge of the Light Brigade" - }, { "category": "THE WIZARD OF ODDS", "air_date": "2007-04-26", @@ -1740119,16 +1653819,6 @@ "show_number": "5219", "fullAnswer": "drowning" }, - { - "category": "\"DOUBLE\" DARE", - "air_date": "2007-04-26", - "question": "Shapely 1950s discovery seen here", - "value": "$2,200", - "answer": "double helix", - "round": "Double Jeopardy!", - "show_number": "5219", - "fullAnswer": "the double helix" - }, { "category": "MY LIFE IN GAME SHOWS", "air_date": "2007-04-26", @@ -1740229,16 +1653919,6 @@ "show_number": "5219", "fullAnswer": "a double cross" }, - { - "category": "MY LIFE IN GAME SHOWS", - "air_date": "2007-04-26", - "question": "The only person to appear on the same game show in 6 different decades, she was a 2000 panel member on \"To Tell the Truth\"", - "value": "$2000", - "answer": "Kitty Carlisle", - "round": "Double Jeopardy!", - "show_number": "5219", - "fullAnswer": "Kitty Carlisle" - }, { "category": "THE OSCARS", "air_date": "2007-04-26", @@ -1740334,7 +1654014,7 @@ "air_date": "1993-12-22", "question": "Since 1924 this department store has sponsored the annual Thanksgiving Day Parade in New York City", "value": "$200", - "answer": "Macy\\'s", + "answer": "Macy's", "round": "Jeopardy!", "show_number": "2143", "fullAnswer": "Macy\\'s" @@ -1740519,16 +1654199,6 @@ "show_number": "2143", "fullAnswer": "McCormick" }, - { - "category": "HORSES", - "air_date": "1993-12-22", - "question": "[VIDEO Daily Double]
This is the Merv Griffin logo, this is the Columbia logo, and the following is this company's", - "value": "$700", - "answer": "Tri-Star", - "round": "Jeopardy!", - "show_number": "2143", - "fullAnswer": "Tri-Star" - }, { "category": "WISH SUPERSTITIONS", "air_date": "1993-12-22", @@ -1740604,7 +1654274,7 @@ "air_date": "1993-12-22", "question": "The form of this Philip Roth novel is a monologue by Alexander Portnoy to his psychiatrist", "value": "$200", - "answer": "Portnoy\\'s complaint", + "answer": "Portnoy's complaint", "round": "Double Jeopardy!", "show_number": "2143", "fullAnswer": "\"Portnoy\\'s complaint\"" @@ -1740859,22 +1654529,12 @@ "show_number": "2143", "fullAnswer": "the Grand Army of the Republic" }, - { - "category": "A VISIT TO AUSTRALIA", - "air_date": "2010-12-20", - "question": "(Sarah of the Clue Crew feeds a kangaroo at the Taronga Zoo in Sydney.) Found in the bush & also the zoo, the eastern gray kangaroo is Australia's most commonly seen animal in this group of mammals", - "value": "$200", - "answer": "marsupials", - "round": "Jeopardy!", - "show_number": "6046", - "fullAnswer": "marsupials" - }, { "category": "EPISODES OF THE SITCOM", "air_date": "2010-12-20", "question": "\"A Man About the House\", \"Honest Jack Tripper\"", "value": "$200", - "answer": "Three\\'s Company", + "answer": "Three's Company", "round": "Jeopardy!", "show_number": "6046", "fullAnswer": "Three\\'s Company" @@ -1740919,16 +1654579,6 @@ "show_number": "6046", "fullAnswer": "buckle up" }, - { - "category": "A VISIT TO AUSTRALIA", - "air_date": "2010-12-20", - "question": "(Sarah of the Clue Crew walks on the beach at Sydney, Australia.) 80,000 people who participate in the annual City to Surf Fun Run come to this alliterative Sydney beach, a destination for surfers from around the world", - "value": "$400", - "answer": "Bondi Beach", - "round": "Jeopardy!", - "show_number": "6046", - "fullAnswer": "Bondi Beach" - }, { "category": "EPISODES OF THE SITCOM", "air_date": "2010-12-20", @@ -1740979,16 +1654629,6 @@ "show_number": "6046", "fullAnswer": "idols" }, - { - "category": "A VISIT TO AUSTRALIA", - "air_date": "2010-12-20", - "question": "(Kelly of the Clue Crew sits behind a pile of sheep fleece at Tobruk Sheep Station, Maroota, Australia; next to her is a bale of fleece labeled \"TOBRUK STATION\".) From the 1830s to the 1970s wool was Australia's top export, & it's still seen in products like this brand of boots founded by Aussie Brian Smith", - "value": "$600", - "answer": "UGGs", - "round": "Jeopardy!", - "show_number": "6046", - "fullAnswer": "UGGs" - }, { "category": "EPISODES OF THE SITCOM", "air_date": "2010-12-20", @@ -1741039,16 +1654679,6 @@ "show_number": "6046", "fullAnswer": "Canada" }, - { - "category": "A VISIT TO AUSTRALIA", - "air_date": "2010-12-20", - "question": "(Kelly of the Clue Crew holds a boomerang at the Australian Museum.) Boomerangs often feature designs that reflect aboriginal culture & history; on the one I'm holding, the warriors, body of water & ship represent this man's landing at Botany Bay", - "value": "$800", - "answer": "Captain Cook", - "round": "Jeopardy!", - "show_number": "6046", - "fullAnswer": "Captain Cook" - }, { "category": "EPISODES OF THE SITCOM", "air_date": "2010-12-20", @@ -1741099,16 +1654729,6 @@ "show_number": "6046", "fullAnswer": "timber" }, - { - "category": "A VISIT TO AUSTRALIA", - "air_date": "2010-12-20", - "question": "(Kelly of the Clue Crew stands in front of Sydney Harbor, with the Sydney Opera House in the background.) With the skyline of Sydney behind me, I'm in this Australian state, the first one settled by the British", - "value": "$1000", - "answer": "New South Wales", - "round": "Jeopardy!", - "show_number": "6046", - "fullAnswer": "New South Wales" - }, { "category": "EPISODES OF THE SITCOM", "air_date": "2010-12-20", @@ -1741239,16 +1654859,6 @@ "show_number": "6046", "fullAnswer": "John Hancock" }, - { - "category": "SOME KIND OF A NUT", - "air_date": "2010-12-20", - "question": "(Sarah of the Clue Crew stands by a plate of nuts in New York) New York City chestnut roasters know you have to slice the nut, preferably across the rounded sided if you don't want this to happen due to pressure build-up", - "value": "$800", - "answer": "explosion", - "round": "Double Jeopardy!", - "show_number": "6046", - "fullAnswer": "an explosion" - }, { "category": "THINGS WITH POCKETS", "air_date": "2010-12-20", @@ -1741564,7 +1655174,7 @@ "air_date": "2003-05-08", "question": "Humorous writer Patrick Jake...", "value": "$400", - "answer": "P.J. O\\'Rourke", + "answer": "P.J. O'Rourke", "round": "Jeopardy!", "show_number": "4314", "fullAnswer": "P.J. O\\'Rourke" @@ -1742119,16 +1655729,6 @@ "show_number": "4836", "fullAnswer": "Nashville" }, - { - "category": "SUCH AUGUST GENTLEMEN", - "air_date": "2005-09-26", - "question": "18th century clergyman Augustus Montague Toplady wrote the verses, not heard here, to this hymn", - "value": "$200", - "answer": "Rock Of Ages", - "round": "Jeopardy!", - "show_number": "4836", - "fullAnswer": "\"Rock Of Ages\"" - }, { "category": "WORD ORIGINS", "air_date": "2005-09-26", @@ -1742179,16 +1655779,6 @@ "show_number": "4836", "fullAnswer": "Birmingham" }, - { - "category": "SUCH AUGUST GENTLEMEN", - "air_date": "2005-09-26", - "question": "A work from around 1910 by this Auguste gentleman is seen here", - "value": "$400", - "answer": "Rodin", - "round": "Jeopardy!", - "show_number": "4836", - "fullAnswer": "Rodin" - }, { "category": "WORD ORIGINS", "air_date": "2005-09-26", @@ -1742259,16 +1655849,6 @@ "show_number": "4836", "fullAnswer": "London" }, - { - "category": "THE ANIMAL KINGDOM", - "air_date": "2005-09-26", - "question": "It's the 2-word name of the Arctic bovine seen here", - "value": "$800", - "answer": "musk ox", - "round": "Jeopardy!", - "show_number": "4836", - "fullAnswer": "a musk ox" - }, { "category": "NO. 1 HITS OF THE '70s", "air_date": "2005-09-26", @@ -1742409,16 +1655989,6 @@ "show_number": "4836", "fullAnswer": "lead" }, - { - "category": "ALL'S PHARAOH", - "air_date": "2005-09-26", - "question": "(Sarah of the Clue Crew introduces her mummy.) In 1978 some of the objects here at the Egyptian Museum went to New York in a historic exhibit fittingly titled these \"of Tutankhamen\"", - "value": "$400", - "answer": "Treasures", - "round": "Double Jeopardy!", - "show_number": "4836", - "fullAnswer": "Treasures" - }, { "category": "IN LOVE", "air_date": "2005-09-26", @@ -1742529,16 +1656099,6 @@ "show_number": "4836", "fullAnswer": "hug trees" }, - { - "category": "ALL'S PHARAOH", - "air_date": "2005-09-26", - "question": "(Sarah of the Clue Crew reports from Luxor, Egypt.) I'm here, French for \"room in front,\" between the entranceway and Tut's resting place; it was filled with objects when it was discovered", - "value": "$1200", - "answer": "antechamber", - "round": "Double Jeopardy!", - "show_number": "4836", - "fullAnswer": "antechamber" - }, { "category": "IN LOVE", "air_date": "2005-09-26", @@ -1742649,16 +1656209,6 @@ "show_number": "4836", "fullAnswer": "Alaska" }, - { - "category": "ALL'S PHARAOH", - "air_date": "2005-09-26", - "question": "(Sarah of the Clue Crew muses over the first glimpse at the boy king in Luxor, Egypt.) In this year, the view into Tut's tomb was glimpsed for the first time in over 3,000 years by Howard Carter & Lord Carnarvon", - "value": "$2000", - "answer": "1922", - "round": "Double Jeopardy!", - "show_number": "4836", - "fullAnswer": "1922" - }, { "category": "IN LOVE", "air_date": "2005-09-26", @@ -1743119,26 +1656669,6 @@ "show_number": "3180", "fullAnswer": "Puerto Rico" }, - { - "category": "BOND GIRLS", - "air_date": "1998-05-29", - "question": "This \"License To Kill\" co-star seen here now has a license to practice \"Law & Order\":", - "value": "$600", - "answer": "Carey Lowell", - "round": "Double Jeopardy!", - "show_number": "3180", - "fullAnswer": "Carey Lowell" - }, - { - "category": "SCIENCE & NATURE", - "air_date": "1998-05-29", - "question": "Creature seen here, in full bloom", - "value": "$600", - "answer": "sea anemone", - "round": "Double Jeopardy!", - "show_number": "3180", - "fullAnswer": "a sea anemone" - }, { "category": "GETTING A\"HEAD\"", "air_date": "1998-05-29", @@ -1743399,16 +1656929,6 @@ "show_number": "5937", "fullAnswer": "the Caribbean" }, - { - "category": "IF I WERE A RICH MAN...", - "air_date": "2010-06-08", - "question": "I'd want &/or desire to buy this item seen here; it's about 45 carats, doc", - "value": "$400", - "answer": "Hope Diamond", - "round": "Jeopardy!", - "show_number": "5937", - "fullAnswer": "the Hope Diamond" - }, { "category": "\"S\"WONDERFUL", "air_date": "2010-06-08", @@ -1743579,16 +1657099,6 @@ "show_number": "5937", "fullAnswer": "the Masai tribe" }, - { - "category": "IF I WERE A RICH MAN...", - "air_date": "2010-06-08", - "question": "I wouldn't have paid this Dallas Mavericks owner & his pals $5.7 bil. for broadcast.com like Yahoo! did in '99; maybe 5.6 tops", - "value": "$1000", - "answer": "Mark Cuban", - "round": "Jeopardy!", - "show_number": "5937", - "fullAnswer": "Mark Cuban" - }, { "category": "\"S\"WONDERFUL", "air_date": "2010-06-08", @@ -1743694,7 +1657204,7 @@ "air_date": "2010-06-08", "question": "\"The Shadow Riders\" & \"The Quick and the Dead\" are 2 of the many novels of the Old West by this author", "value": "$800", - "answer": "Louis L\\'Amour", + "answer": "Louis L'Amour", "round": "Double Jeopardy!", "show_number": "5937", "fullAnswer": "Louis L\\'Amour" @@ -1743779,16 +1657289,6 @@ "show_number": "5937", "fullAnswer": "Slovenia" }, - { - "category": "ART HEISTS", - "air_date": "2010-06-08", - "question": "His \"Poppies Near Vetheuil\" was discovered in the back seat of a car a week after it was stolen in Zurich", - "value": "$1600", - "answer": "Monet", - "round": "Double Jeopardy!", - "show_number": "5937", - "fullAnswer": "Monet" - }, { "category": "WOODY ALLEN MOVIE SYNOPSES", "air_date": "2010-06-08", @@ -1743844,7 +1657344,7 @@ "air_date": "2010-06-08", "question": "In 1976 she sued for the return of 3 paintings, claiming they'd been stolen from Alfred Stieglitz' gallery in 1946", "value": "$6,000", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Double Jeopardy!", "show_number": "5937", "fullAnswer": "Georgia O\\'Keeffe" @@ -1743959,16 +1657459,6 @@ "show_number": "5640", "fullAnswer": "the waiting room" }, - { - "category": "EUROPE, AGES AGO", - "air_date": "2009-02-27", - "question": "(Jimmy of the Clue Crew hands us down a tale from the Lejre Archaeological Research Center, Denmark.) How stones of several tons were moved and lifted with Stone Age technology is the mystery of structures called dolmens, which were built as these", - "value": "$200", - "answer": "tombs", - "round": "Jeopardy!", - "show_number": "5640", - "fullAnswer": "tombs" - }, { "category": "DANCING STARS", "air_date": "2009-02-27", @@ -1744019,16 +1657509,6 @@ "show_number": "5640", "fullAnswer": "call waiting" }, - { - "category": "EUROPE, AGES AGO", - "air_date": "2009-02-27", - "question": "(Jimmy of the Clue Crew reports with a modern European from the Lejre Archaeological Research Center, Denmark.) Drinking horns show the importance of booze in the Iron Age; until wine spread up from the south, the choices were beer and this honey-based drink", - "value": "$400", - "answer": "mead", - "round": "Jeopardy!", - "show_number": "5640", - "fullAnswer": "mead" - }, { "category": "DANCING STARS", "air_date": "2009-02-27", @@ -1744079,16 +1657559,6 @@ "show_number": "5640", "fullAnswer": "ladies-in-waiting" }, - { - "category": "EUROPE, AGES AGO", - "air_date": "2009-02-27", - "question": "(Jimmy of the Clue Crew chops up a fact for us at the Lejre Archaeological Research Center, Denmark.) The Stone Age is divided into three parts, depending on the sophistication of the tools; these antler axes tell us we're in this middle part", - "value": "$2,000", - "answer": "Mesolithic", - "round": "Jeopardy!", - "show_number": "5640", - "fullAnswer": "the Mesolithic" - }, { "category": "DANCING STARS", "air_date": "2009-02-27", @@ -1744139,16 +1657609,6 @@ "show_number": "5640", "fullAnswer": "Waiting for Godot" }, - { - "category": "EUROPE, AGES AGO", - "air_date": "2009-02-27", - "question": "(Sarah of the Clue Crew plants information in our minds from the Lejre Archaeological Research Center, Denmark.) The Lejre site has recreated a sacrificial bog like those from which many bodies have been recovered, luckily preserved by sphagnan, a component of this plant material", - "value": "$800", - "answer": "moss", - "round": "Jeopardy!", - "show_number": "5640", - "fullAnswer": "moss" - }, { "category": "DANCING STARS", "air_date": "2009-02-27", @@ -1744199,16 +1657659,6 @@ "show_number": "5640", "fullAnswer": "Waiting to Exhale" }, - { - "category": "EUROPE, AGES AGO", - "air_date": "2009-02-27", - "question": "(Sarah of the Clue Crew hammers out a clue from the Lejre Archaeological Research Center, Denmark.) Because it's the Iron Age, the village has this, as in a Longfellow poem; it forged everything from axes to knives", - "value": "$1000", - "answer": "smithy ", - "round": "Jeopardy!", - "show_number": "5640", - "fullAnswer": "a smithy (or blacksmith)" - }, { "category": "SHAKESPEARE-POURRI", "air_date": "2009-02-27", @@ -1744379,22 +1657829,12 @@ "show_number": "5640", "fullAnswer": "Hot Springs" }, - { - "category": "MUCH \"ADO\" ABOUT NOTHING", - "air_date": "2009-02-27", - "question": "The easternmost island of the West Indies, its national flag is seen here", - "value": "$1200", - "answer": "Barbados", - "round": "Double Jeopardy!", - "show_number": "5640", - "fullAnswer": "Barbados" - }, { "category": "SHAKESPEARE-POURRI", "air_date": "2009-02-27", "question": "Lysander uses the word \"bedroom\" while trying to convince Hermia to sleep close to him in this comic play", "value": "$1600", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "5640", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -1744704,7 +1658144,7 @@ "air_date": "2004-01-06", "question": "In France:
1337-1453", "value": "$800", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Jeopardy!", "show_number": "4452", "fullAnswer": "the Hundred Years\\' War" @@ -1744714,7 +1658154,7 @@ "air_date": "2004-01-06", "question": "Lines added to this song include \"She'll be tuggin' on two turtles\" & \"She'll be pluckin' four fat pheasants\"", "value": "$800", - "answer": "She\\'ll Be Coming \\'Round the Mountain", + "answer": "She'll Be Coming 'Round the Mountain", "round": "Jeopardy!", "show_number": "4452", "fullAnswer": "\"She\\'ll Be Coming \\'Round the Mountain\"" @@ -1744724,7 +1658164,7 @@ "air_date": "2004-01-06", "question": "The frescoes that decorate the interior of the dome of this London cathedral are by Sir James Thornhill", "value": "$800", - "answer": "St. Paul\\'s Cathedral", + "answer": "St. Paul's Cathedral", "round": "Jeopardy!", "show_number": "4452", "fullAnswer": "St. Paul\\'s Cathedral" @@ -1744774,7 +1658214,7 @@ "air_date": "2004-01-06", "question": "This Italian classic whose title translates as \"O My Sun!\" dates from 1898", "value": "$1000", - "answer": "\\'O Sole Mio", + "answer": "'O Sole Mio", "round": "Jeopardy!", "show_number": "4452", "fullAnswer": "\"\\'O Sole Mio\"" @@ -1744964,7 +1658404,7 @@ "air_date": "2004-01-06", "question": "(Sarah of the Clue Crew in Alaska) This famed western writer turned way northwest to write his historical novel \"Sitka\"", "value": "$1200", - "answer": "Louis L\\'Amour", + "answer": "Louis L'Amour", "round": "Double Jeopardy!", "show_number": "4452", "fullAnswer": "Louis L\\'Amour" @@ -1745494,7 +1658934,7 @@ "air_date": "1998-11-27", "question": "It's the alternate title of \"The Shoop Shoop Song\"", "value": "$400", - "answer": "It\\'s In His Kiss", + "answer": "It's In His Kiss", "round": "Double Jeopardy!", "show_number": "3275", "fullAnswer": "It\\'s In His Kiss" @@ -1745799,16 +1659239,6 @@ "show_number": "6263", "fullAnswer": "Verizon" }, - { - "category": "LET ME CALL YOUR ATTENTION...", - "air_date": "2011-12-07", - "question": "Where the cupcake is in the picture; it's also a 10-letter verb meaning to make something your dominant subject", - "value": "$600", - "answer": "foreground", - "round": "Jeopardy!", - "show_number": "6263", - "fullAnswer": "the foreground" - }, { "category": "TIME FOR A CHANGE", "air_date": "2011-12-07", @@ -1745844,7 +1659274,7 @@ "air_date": "2011-12-07", "question": "Spam! (one word, but repeated dozens of times)", "value": "$600", - "answer": "Monty Python\\'s Flying Circus", + "answer": "Monty Python's Flying Circus", "round": "Jeopardy!", "show_number": "6263", "fullAnswer": "Monty Python\\'s Flying Circus" @@ -1745919,16 +1659349,6 @@ "show_number": "6263", "fullAnswer": "the Pullman strike" }, - { - "category": "LET ME CALL YOUR ATTENTION...", - "air_date": "2011-12-07", - "question": "(Kelly of the Clue Crew shows a painting on the monitor.) In the Caravaggio painting, Jesus is summoning this man, who is wondering why a humble tax collector is being called", - "value": "$1000", - "answer": "Saint Matthew", - "round": "Jeopardy!", - "show_number": "6263", - "fullAnswer": "Saint Matthew" - }, { "category": "TIME FOR A CHANGE", "air_date": "2011-12-07", @@ -1745989,16 +1659409,6 @@ "show_number": "6263", "fullAnswer": "\"Eye Of The Tiger\"" }, - { - "category": "DON'T GO IN THE WATER", - "air_date": "2011-12-07", - "question": "On New Guinea, the pacu, seen here, which is in the same family as this South American fish, may have given up vegetarianism to be a river monster", - "value": "$400", - "answer": "piranha", - "round": "Double Jeopardy!", - "show_number": "6263", - "fullAnswer": "a piranha" - }, { "category": "OBSTACLE COURSES", "air_date": "2011-12-07", @@ -1746049,16 +1659459,6 @@ "show_number": "6263", "fullAnswer": "\"Bette Davis Eyes\"" }, - { - "category": "DON'T GO IN THE WATER", - "air_date": "2011-12-07", - "question": "It's no surprise that this fish, a relative of the puffer, is named for a prickly rodent", - "value": "$800", - "answer": "porcupinefish", - "round": "Double Jeopardy!", - "show_number": "6263", - "fullAnswer": "a porcupinefish" - }, { "category": "OBSTACLE COURSES", "air_date": "2011-12-07", @@ -1746109,16 +1659509,6 @@ "show_number": "6263", "fullAnswer": "Kelly Clarkson" }, - { - "category": "DON'T GO IN THE WATER", - "air_date": "2011-12-07", - "question": "Giant isopods, which feed on the deep ocean floor, are members of this subphylum that also includes shrimp & crabs", - "value": "$1200", - "answer": "crustaceans", - "round": "Double Jeopardy!", - "show_number": "6263", - "fullAnswer": "crustaceans" - }, { "category": "OBSTACLE COURSES", "air_date": "2011-12-07", @@ -1746169,16 +1659559,6 @@ "show_number": "6263", "fullAnswer": "\"Hungry Eyes\"" }, - { - "category": "DON'T GO IN THE WATER", - "air_date": "2011-12-07", - "question": "The scary guy seen here gets this holy 8-letter name from the cowled appearance of its head", - "value": "$1600", - "answer": "monkfish", - "round": "Double Jeopardy!", - "show_number": "6263", - "fullAnswer": "a monkfish" - }, { "category": "URBAN DICTIONARY LINGO", "air_date": "2011-12-07", @@ -1746219,16 +1659599,6 @@ "show_number": "6263", "fullAnswer": "Foreigner" }, - { - "category": "DON'T GO IN THE WATER", - "air_date": "2011-12-07", - "question": "Like the type of snake it's named for, which includes moccasins, this fish has serious fangs", - "value": "$2000", - "answer": "viperfish", - "round": "Double Jeopardy!", - "show_number": "6263", - "fullAnswer": "a viperfish" - }, { "category": "URBAN DICTIONARY LINGO", "air_date": "2011-12-07", @@ -1746259,16 +1659629,6 @@ "show_number": "6263", "fullAnswer": "Wimbledon (the men\\'s singles championship)" }, - { - "category": "OMAHA BEACH", - "air_date": "2009-03-23", - "question": "(Jimmy of the Clue Crew delivers the clue from Omaha Beach in France.) This date of the Normandy invasion had been set for one day earlier, but because of bad weather, the 6,000 ships & 13,000 support planes had to wait", - "value": "$200", - "answer": "June 6, 1944", - "round": "Jeopardy!", - "show_number": "5656", - "fullAnswer": "June 6, 1944" - }, { "category": "MUSICALS BY PLOT", "air_date": "2009-03-23", @@ -1746319,16 +1659679,6 @@ "show_number": "5656", "fullAnswer": "W-2" }, - { - "category": "OMAHA BEACH", - "air_date": "2009-03-23", - "question": "(Sarah of the Clue Crew delivers the clue from Omaha Beach in France.) Hours before his troops stormed these shores, he told them, \"You are about to embark on the great crusade towards which we have striven these many months\"", - "value": "$400", - "answer": "Eisenhower", - "round": "Jeopardy!", - "show_number": "5656", - "fullAnswer": "Eisenhower" - }, { "category": "MUSICALS BY PLOT", "air_date": "2009-03-23", @@ -1746339,16 +1659689,6 @@ "show_number": "5656", "fullAnswer": "The Best Little Whorehouse in Texas" }, - { - "category": "FASHION FORWARD & BACKWARD", - "air_date": "2009-03-23", - "question": "retro-housewife.com calls a '70s-style tunic in a '60s print a \"mippie\", a blend of mod & this word", - "value": "$400", - "answer": "hippie", - "round": "Jeopardy!", - "show_number": "5656", - "fullAnswer": "hippie" - }, { "category": "MEDICINE SHOW", "air_date": "2009-03-23", @@ -1746379,16 +1659719,6 @@ "show_number": "5656", "fullAnswer": "B-9" }, - { - "category": "OMAHA BEACH", - "air_date": "2009-03-23", - "question": "(Jimmy of the Clue Crew delivers the clue from Omaha Beach in France.) German bunkers above the beach were named for these containers; some could only be taken by soldiers crawling up & tossing in explosives", - "value": "$600", - "answer": "pillboxes", - "round": "Jeopardy!", - "show_number": "5656", - "fullAnswer": "pillboxes" - }, { "category": "MUSICALS BY PLOT", "air_date": "2009-03-23", @@ -1746439,16 +1659769,6 @@ "show_number": "5656", "fullAnswer": "X2" }, - { - "category": "OMAHA BEACH", - "air_date": "2009-03-23", - "question": "(Sarah of the Clue Crew delivers the clue from Omaha Beach in France.) Within days, the Allies had in place artificial harbors of sunken caissons; one harbor was dubbed \"Port\" this, the first name of a certain prime minister who favored the plan", - "value": "$800", - "answer": "Winston", - "round": "Jeopardy!", - "show_number": "5656", - "fullAnswer": "Winston" - }, { "category": "MUSICALS BY PLOT", "air_date": "2009-03-23", @@ -1746499,16 +1659819,6 @@ "show_number": "5656", "fullAnswer": "a Z28" }, - { - "category": "OMAHA BEACH", - "air_date": "2009-03-23", - "question": "(Jimmy of the Clue Crew delivers the clue from Omaha Beach in France.) In the early hours of D-Day here at Pointe-Du-Hoc, members of this elite U.S. Army force braved heavy enemy fire to scale the steep cliffs & take out cannons", - "value": "$1000", - "answer": "Army Rangers", - "round": "Jeopardy!", - "show_number": "5656", - "fullAnswer": "the Army Rangers" - }, { "category": "MUSICALS BY PLOT", "air_date": "2009-03-23", @@ -1746709,16 +1660019,6 @@ "show_number": "5656", "fullAnswer": "xenon" }, - { - "category": "THE FRENCH CONFECTION", - "air_date": "2009-03-23", - "question": "It's the chocolate-foam concoction lumbering past your eyes here", - "value": "$1200", - "answer": "mousse", - "round": "Double Jeopardy!", - "show_number": "5656", - "fullAnswer": "mousse" - }, { "category": "BED", "air_date": "2009-03-23", @@ -1746839,16 +1660139,6 @@ "show_number": "5656", "fullAnswer": "ganache" }, - { - "category": "BED", - "air_date": "2009-03-23", - "question": "As a verb, this name of the long cylindrical pillow seen on the bed means \"to support\"", - "value": "$2000", - "answer": "bolster pillow", - "round": "Double Jeopardy!", - "show_number": "5656", - "fullAnswer": "a bolster pillow" - }, { "category": "BATH & BEYOND", "air_date": "2009-03-23", @@ -1746884,7 +1660174,7 @@ "air_date": "1997-02-24", "question": "This women's publication is known as LHJ for short", "value": "$100", - "answer": "Ladies\\' Home Journal", + "answer": "Ladies' Home Journal", "round": "Jeopardy!", "show_number": "2881", "fullAnswer": "Ladies\\' Home Journal" @@ -1747784,21 +1661074,11 @@ "air_date": "2008-07-14", "question": "Christian has a wife named Christiana in this John Bunyan allegory", "value": "$400", - "answer": "Pilgrim\\'s Progress", + "answer": "Pilgrim's Progress", "round": "Double Jeopardy!", "show_number": "5506", "fullAnswer": "Pilgrim\\'s Progress" }, - { - "category": "HURRELL'S HOLLYWOOD", - "air_date": "2008-07-14", - "question": "The daughter of a doctor and a suffragette, she's been called \"the First Lady of Cinema\"", - "value": "$400", - "answer": "Katharine Hepburn", - "round": "Double Jeopardy!", - "show_number": "5506", - "fullAnswer": "Katharine Hepburn" - }, { "category": "HISTORIC VIRGINIA", "air_date": "2008-07-14", @@ -1747849,16 +1661129,6 @@ "show_number": "5506", "fullAnswer": "Pearl" }, - { - "category": "HURRELL'S HOLLYWOOD", - "air_date": "2008-07-14", - "question": "Joseph was the real first name of this deadpan daddy-o of the early silver screen", - "value": "$800", - "answer": "Buster Keaton", - "round": "Double Jeopardy!", - "show_number": "5506", - "fullAnswer": "Buster Keaton" - }, { "category": "HISTORIC VIRGINIA", "air_date": "2008-07-14", @@ -1747869,16 +1661139,6 @@ "show_number": "5506", "fullAnswer": "Jamestown" }, - { - "category": "MILITARY MATTERS", - "air_date": "2008-07-14", - "question": "(Jimmy of the Clue Crew presents from Atsugi NAF in Japan.) The Navy Seahawk has many roles, including anti-submarine warfare using sonar buoys to find the subs & these tubular weapons to destroy them", - "value": "$800", - "answer": "torpedo", - "round": "Double Jeopardy!", - "show_number": "5506", - "fullAnswer": "a torpedo" - }, { "category": "LIFE'S A BEACH", "air_date": "2008-07-14", @@ -1747909,16 +1661169,6 @@ "show_number": "5506", "fullAnswer": "Sinclair Lewis" }, - { - "category": "HURRELL'S HOLLYWOOD", - "air_date": "2008-07-14", - "question": "Meet this Oscar-winning star of \"Meet John Doe\"", - "value": "$1200", - "answer": "Gary Cooper", - "round": "Double Jeopardy!", - "show_number": "5506", - "fullAnswer": "Gary Cooper" - }, { "category": "HISTORIC VIRGINIA", "air_date": "2008-07-14", @@ -1747939,16 +1661189,6 @@ "show_number": "5506", "fullAnswer": "tanks" }, - { - "category": "LIFE'S A BEACH", - "air_date": "2008-07-14", - "question": "A wrong turn at Albuquerque had Bugs Bunny miss this Calif. beach city, home of the Monarch Butterfly Grove", - "value": "$1200", - "answer": "Pismo Beach", - "round": "Double Jeopardy!", - "show_number": "5506", - "fullAnswer": "Pismo Beach" - }, { "category": "AND THEN YOU \"DY\"", "air_date": "2008-07-14", @@ -1747969,16 +1661209,6 @@ "show_number": "5506", "fullAnswer": "Day of the Locust" }, - { - "category": "HURRELL'S HOLLYWOOD", - "air_date": "2008-07-14", - "question": "He's the jr. actor seen here who swashbuckled his way to cinematic fame & fortune", - "value": "$1600", - "answer": "Douglas Fairbanks, Jr.", - "round": "Double Jeopardy!", - "show_number": "5506", - "fullAnswer": "Douglas Fairbanks, Jr." - }, { "category": "HISTORIC VIRGINIA", "air_date": "2008-07-14", @@ -1747989,16 +1661219,6 @@ "show_number": "5506", "fullAnswer": "Pocahontas" }, - { - "category": "MILITARY MATTERS", - "air_date": "2008-07-14", - "question": "(Cheryl of the Clue Crew reports from Nellis AFB in Las Vegas, NV.) One of the Thunderbirds' standing engagements is an air show for the commencement of this Colorado Springs location", - "value": "$1600", - "answer": "Air Force Academy", - "round": "Double Jeopardy!", - "show_number": "5506", - "fullAnswer": "the Air Force Academy" - }, { "category": "LIFE'S A BEACH", "air_date": "2008-07-14", @@ -1748029,16 +1661249,6 @@ "show_number": "5506", "fullAnswer": "Belle Watling" }, - { - "category": "HURRELL'S HOLLYWOOD", - "air_date": "2008-07-14", - "question": "Come with me to the Casbah & name this French star of flims like \"Gaslight\" & \"Algiers\"", - "value": "$2000", - "answer": "Charles Boyer", - "round": "Double Jeopardy!", - "show_number": "5506", - "fullAnswer": "Charles Boyer" - }, { "category": "HISTORIC VIRGINIA", "air_date": "2008-07-14", @@ -1748079,16 +1661289,6 @@ "show_number": "5506", "fullAnswer": "a dyad" }, - { - "category": "MYTHS", - "air_date": "2008-07-14", - "question": "Seen here with 2 other troubled mythic figures, he's the man on the left who can never quite reach the fruit", - "value": null, - "answer": "Tantalus", - "round": "Final Jeopardy!", - "show_number": "5506", - "fullAnswer": "Tantalus" - }, { "category": "ON-LINE LINGO", "air_date": "1997-03-17", @@ -1748324,7 +1661524,7 @@ "air_date": "1997-03-17", "question": "This most recent Dick Grayson wore an earring", "value": "$400", - "answer": "Chris O\\'Donnell", + "answer": "Chris O'Donnell", "round": "Jeopardy!", "show_number": "2896", "fullAnswer": "Chris O\\'Donnell" @@ -1748699,16 +1661899,6 @@ "show_number": "2896", "fullAnswer": "John Reed" }, - { - "category": "HISTORICAL PAINTINGS", - "air_date": "2005-06-28", - "question": "It's the famous ship depicted here in Plymouth harbor", - "value": "$200", - "answer": "Mayflower", - "round": "Jeopardy!", - "show_number": "4807", - "fullAnswer": "the Mayflower" - }, { "category": "THE LADIES OF ROCK", "air_date": "2005-06-28", @@ -1748819,16 +1662009,6 @@ "show_number": "4807", "fullAnswer": "Xavier" }, - { - "category": "HISTORICAL PAINTINGS", - "air_date": "2005-06-28", - "question": "She's the woman depicted here at the coronation of Charles VII", - "value": "$600", - "answer": "Joan of Arc", - "round": "Jeopardy!", - "show_number": "4807", - "fullAnswer": "Joan of Arc" - }, { "category": "THE LADIES OF ROCK", "air_date": "2005-06-28", @@ -1748979,16 +1662159,6 @@ "show_number": "4807", "fullAnswer": "Judas" }, - { - "category": "WHAT'S IN A NAME", - "air_date": "2005-06-28", - "question": "This feminine name evokes images of the blossoms seen here blanketing the British countryside", - "value": "$1000", - "answer": "Heather", - "round": "Jeopardy!", - "show_number": "4807", - "fullAnswer": "Heather" - }, { "category": "\"X\" RATED", "air_date": "2005-06-28", @@ -1749014,7 +1662184,7 @@ "air_date": "2005-06-28", "question": "William Shatner's star on the Hollywood Walk of Fame is in front of this theater that opened in 1927", "value": "$400", - "answer": "Grauman\\'s Chinese Theater", + "answer": "Grauman's Chinese Theater", "round": "Double Jeopardy!", "show_number": "4807", "fullAnswer": "Grauman\\'s Chinese Theater" @@ -1749284,7 +1662454,7 @@ "air_date": "2005-06-28", "question": "Hat's off to this Burns poem based on the legend of Alloway Kirk", "value": "$2000", - "answer": "Tam O\\'Shanter", + "answer": "Tam O'Shanter", "round": "Double Jeopardy!", "show_number": "4807", "fullAnswer": "\"Tam O\\'Shanter\"" @@ -1749524,7 +1662694,7 @@ "air_date": "2003-10-20", "question": "Built in 1856 & now home to Rick Perry, it's located at 1010 Colorado Street in Austin", "value": "$800", - "answer": "Governor\\'s Mansion", + "answer": "Governor's Mansion", "round": "Jeopardy!", "show_number": "4396", "fullAnswer": "the Governor\\'s Mansion" @@ -1750614,7 +1663784,7 @@ "air_date": "2010-06-14", "question": "This sequel to \"Love Story\" tells of Oliver's life in the years following Jenny's death", "value": "$600", - "answer": "Oliver\\'s Story", + "answer": "Oliver's Story", "round": "Jeopardy!", "show_number": "5941", "fullAnswer": "Oliver\\'s Story" @@ -1750709,16 +1663879,6 @@ "show_number": "5941", "fullAnswer": "\"The Battle Of New Orleans\"" }, - { - "category": "A FRUITY CATEGORY", - "air_date": "2010-06-14", - "question": "You might not recognize this tropical fruit whole, but when sliced you can see how it got its familiar name", - "value": "$1000", - "answer": "starfruit", - "round": "Jeopardy!", - "show_number": "5941", - "fullAnswer": "a starfruit" - }, { "category": "PRESIDENTIAL CAMPAIGN SLOGANS", "air_date": "2010-06-14", @@ -1750829,16 +1663989,6 @@ "show_number": "5941", "fullAnswer": "National Velvet" }, - { - "category": "IN AN EMERGENCY", - "air_date": "2010-06-14", - "question": "(Jimmy of the Clue Crew ties a magazine around Kelly's arm.) For a lower arm fracture, you could put a magazine or folded newspaper under the arm & tie it in place with pieces of cloth to make an emergency one of these", - "value": "$800", - "answer": "splint", - "round": "Double Jeopardy!", - "show_number": "5941", - "fullAnswer": "a splint" - }, { "category": "1T, 2T", "air_date": "2010-06-14", @@ -1752564,7 +1665714,7 @@ "air_date": "1997-12-05", "question": "Brooklyn's Ruth Bader Ginsburg & this El Paso lass are among millionaires on the Supreme Court", "value": "$200", - "answer": "Sandra Day O\\'Connor", + "answer": "Sandra Day O'Connor", "round": "Double Jeopardy!", "show_number": "3055", "fullAnswer": "Sandra Day O\\'Connor" @@ -1752729,16 +1665879,6 @@ "show_number": "3055", "fullAnswer": "True Cross" }, - { - "category": "THE WOMEN OF TEXAS", - "air_date": "1997-12-05", - "question": "It's not news she was born in Bryan, Texas:

\"Sometimes the best way to keep time is by trying to have a good one. This is 'Nick News'\"", - "value": "$1,500", - "answer": "Linda Ellerbee", - "round": "Double Jeopardy!", - "show_number": "3055", - "fullAnswer": "Linda Ellerbee" - }, { "category": "OUR FEATHERED FRIENDS", "air_date": "1997-12-05", @@ -1752904,7 +1666044,7 @@ "air_date": "2010-10-08", "question": "This happy play is set in Athens & a nearby wood where fairies cast their spells", "value": "$400", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Jeopardy!", "show_number": "5995", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -1753054,7 +1666194,7 @@ "air_date": "2010-10-08", "question": "The Michigan region was ceded by France to Great Britain by the 1763 Treaty of Paris ending this war", "value": "$800", - "answer": "Seven Years\\' War / the French and Indian War", + "answer": "Seven Years' War / the French and Indian War", "round": "Jeopardy!", "show_number": "5995", "fullAnswer": "the Seven Years\\' War / the French and Indian War" @@ -1753164,7 +1666304,7 @@ "air_date": "2010-10-08", "question": "The disease named for this sports legend develops when certain nerve cells in the brain & spinal cord degenerate & die", "value": "$400", - "answer": "Lou Gehrig\\'s disease", + "answer": "Lou Gehrig's disease", "round": "Double Jeopardy!", "show_number": "5995", "fullAnswer": "Lou Gehrig\\'s disease" @@ -1753324,7 +1666464,7 @@ "air_date": "2010-10-08", "question": "Named for a 19th-century English physician, the most common lymphatic cancer is non-this lymphoma", "value": "$1600", - "answer": "Hodgkin\\'s", + "answer": "Hodgkin's", "round": "Double Jeopardy!", "show_number": "5995", "fullAnswer": "Hodgkin\\'s" @@ -1753549,16 +1666689,6 @@ "show_number": "4498", "fullAnswer": "True Lies" }, - { - "category": "VOYEUR INFORMATION", - "air_date": "2004-03-10", - "question": "Gawk at the art seen here & know it's by this innovator", - "value": "$600", - "answer": "Warhol", - "round": "Jeopardy!", - "show_number": "4498", - "fullAnswer": "(Andy) Warhol" - }, { "category": "PICASSO", "air_date": "2004-03-10", @@ -1754194,7 +1667324,7 @@ "air_date": "1990-05-04", "question": "Game show that asked \"Would you like the box or what's behind the curtain Carol's pointing to?\"", "value": "$300", - "answer": "Let\\'s Make A Deal", + "answer": "Let's Make A Deal", "round": "Jeopardy!", "show_number": "1320", "fullAnswer": "Let\\'s Make A Deal" @@ -1754434,7 +1667564,7 @@ "air_date": "1990-05-04", "question": "A statue at the Will Rogers Memorial bears this epitaph, his most famous line", "value": "$400", - "answer": "I never met a man I didn\\'t like", + "answer": "I never met a man I didn't like", "round": "Double Jeopardy!", "show_number": "1320", "fullAnswer": "\"I never met a man I didn\\'t like\"" @@ -1755039,16 +1668169,6 @@ "show_number": "758", "fullAnswer": "IBM" }, - { - "category": "SHOW BIZ BILLYs", - "air_date": "1987-12-09", - "question": "Heard here, he changed his last name, saying \"I can be\" one \"just by calling myself one\":

\"Hey, little sister, what have you done? /
Hey, little sister, who's the only one?\"
", - "value": "$1,000", - "answer": "Billy Idol", - "round": "Double Jeopardy!", - "show_number": "758", - "fullAnswer": "Billy Idol" - }, { "category": "ARTISTS", "air_date": "1987-12-09", @@ -1755204,7 +1668324,7 @@ "air_date": "1987-12-09", "question": "In America, Checkers was Richard Nixon's dog; in Britain, chequers is this", "value": "$1000", - "answer": "prime minister\\'s retreat ", + "answer": "prime minister's retreat ", "round": "Double Jeopardy!", "show_number": "758", "fullAnswer": "the prime minister\\'s retreat (or official country residence)" @@ -1756064,7 +1669184,7 @@ "air_date": "1998-06-05", "question": "This Irish singer had more than a bad hair day when she tore the pope's picture on \"Saturday Night Live\"", "value": "$500", - "answer": "Sinead O\\'Connor", + "answer": "Sinead O'Connor", "round": "Jeopardy!", "show_number": "3185", "fullAnswer": "Sinead O\\'Connor" @@ -1756849,16 +1669969,6 @@ "show_number": "5869", "fullAnswer": "(Barbra) Streisand & (Neil) Diamond" }, - { - "category": "MATH-POURRI", - "air_date": "2010-03-04", - "question": "(Sarah of the clue crew stands in front of a board with numbers.) The highest number that divides evenly into two different numbers is called this, also known as GCF; for 40 and 100, the GCF is 20", - "value": "$1600", - "answer": "greatest common factor", - "round": "Double Jeopardy!", - "show_number": "5869", - "fullAnswer": "the greatest common factor" - }, { "category": "WRITTEN BEHIND BARS", "air_date": "2010-03-04", @@ -1757049,16 +1670159,6 @@ "show_number": "5576", "fullAnswer": "Eisenhower" }, - { - "category": "FUN WITH A PORPOISE", - "air_date": "2008-12-01", - "question": "As seen in the photograph, the finless porpoise is so named because it lacks this fin on its back", - "value": "$400", - "answer": "dorsal fin", - "round": "Jeopardy!", - "show_number": "5576", - "fullAnswer": "a dorsal fin" - }, { "category": "2008: A SUBPRIME YEAR", "air_date": "2008-12-01", @@ -1757209,16 +1670309,6 @@ "show_number": "5576", "fullAnswer": "a Beerbelly" }, - { - "category": "NEW YORK CITY SONGS", - "air_date": "2008-12-01", - "question": "(Kelly of the Clue Crew stands in a park.) In the song \"Danke Schoen\", you'll find the lyric \"I recall\" this 4-word phrase, and that's what I'm experiencing now", - "value": "$1000", - "answer": "Central Park in fall", - "round": "Jeopardy!", - "show_number": "5576", - "fullAnswer": "\"Central Park in fall\"" - }, { "category": "PRESIDENTIAL WIT", "air_date": "2008-12-01", @@ -1757489,16 +1670579,6 @@ "show_number": "5576", "fullAnswer": "South Africa" }, - { - "category": "A \"P.C.\" CATEGORY", - "air_date": "2008-12-01", - "question": "(Jimmy of the Clue Crew points out an animated traffic diagram.) Because of their triangular shape, traffic islands that separate right-turning vehicles are named for this meat item", - "value": "$1600", - "answer": "pork chop", - "round": "Double Jeopardy!", - "show_number": "5576", - "fullAnswer": "a pork chop" - }, { "category": "PORTENT POTABLES", "air_date": "2008-12-01", @@ -1757689,16 +1670769,6 @@ "show_number": "3142", "fullAnswer": "charcoal" }, - { - "category": "TELEVISION", - "air_date": "1998-04-07", - "question": "This man, seen here, now does his presiding on television:", - "value": "$300", - "answer": "Mayor Koch", - "round": "Jeopardy!", - "show_number": "3142", - "fullAnswer": "Mayor Koch" - }, { "category": "CAUGHT ON TAPE", "air_date": "1998-04-07", @@ -1757719,16 +1670789,6 @@ "show_number": "3142", "fullAnswer": "Corpse" }, - { - "category": "WOMEN'S WORK", - "air_date": "1998-04-07", - "question": "(Hi, I'm Jane Seymour.) This woman not only founded the 1st birth control clinic, she also pioneered the term", - "value": "$200", - "answer": "Sanger", - "round": "Jeopardy!", - "show_number": "3142", - "fullAnswer": "(Margaret) Sanger" - }, { "category": "IT'S NEVER DONE", "air_date": "1998-04-07", @@ -1758009,16 +1671069,6 @@ "show_number": "3142", "fullAnswer": "lye/lie" }, - { - "category": "BIBLICAL WRATH & MADNESS", - "air_date": "1998-04-07", - "question": "David plays the harp to calm this tormented king in the Rembrandt painting seen here:", - "value": "$2,500", - "answer": "Saul", - "round": "Double Jeopardy!", - "show_number": "3142", - "fullAnswer": "Saul" - }, { "category": "THE FAB (18)50s", "air_date": "1998-04-07", @@ -1758944,7 +1671994,7 @@ "air_date": "2005-04-29", "question": "\"Just sit right back and you'll hear a tale\"", "value": "$800", - "answer": "Gilligan\\'s Island", + "answer": "Gilligan's Island", "round": "Jeopardy!", "show_number": "4765", "fullAnswer": "Gilligan\\'s Island" @@ -1758974,21 +1672024,11 @@ "air_date": "2005-04-29", "question": "Jimmie Johnson's sponsor, this company says it's \"Improving home improvement\"", "value": "$800", - "answer": "Lowe\\'s", + "answer": "Lowe's", "round": "Jeopardy!", "show_number": "4765", "fullAnswer": "Lowe\\'s" }, - { - "category": "\"D\" DAY", - "air_date": "2005-04-29", - "question": "He's the general & government official seen here", - "value": "$800", - "answer": "Moshe Dayan", - "round": "Jeopardy!", - "show_number": "4765", - "fullAnswer": "Moshe Dayan" - }, { "category": "THE CIVIL WAR", "air_date": "2005-04-29", @@ -1759049,16 +1672089,6 @@ "show_number": "4765", "fullAnswer": "a duct" }, - { - "category": "WHERE AM I?", - "air_date": "2005-04-29", - "question": "(Sarah of the Clue Crew strolls the grassy grounds of the mystery location.) I'm in this town that's home to a U.S. president's house and library, and was named for a New York governor accused of cross-dressing", - "value": "$400", - "answer": "Hyde Park", - "round": "Double Jeopardy!", - "show_number": "4765", - "fullAnswer": "Hyde Park" - }, { "category": "SIDESHOW CINEMA", "air_date": "2005-04-29", @@ -1759169,16 +1672199,6 @@ "show_number": "4765", "fullAnswer": "Calvin & Hobbes" }, - { - "category": "WHERE AM I?", - "air_date": "2005-04-29", - "question": "(Sarah of the Clue Crew stands in a knit cap and mittens in front of the Egyptian movie theater.) I'm in this Utah city, which buzzes with film & dealmaking excitement each year during the Sundance Film Festival", - "value": "$1200", - "answer": "Park City", - "round": "Double Jeopardy!", - "show_number": "4765", - "fullAnswer": "Park City" - }, { "category": "SIDESHOW CINEMA", "air_date": "2005-04-29", @@ -1759289,16 +1672309,6 @@ "show_number": "4765", "fullAnswer": "a falcon & a snowman" }, - { - "category": "WHERE AM I?", - "air_date": "2005-04-29", - "question": "(Jimmy of the Clue Crew stands stands in front of the famous NASA Vehicle Assembly Building.) At the Kennedy Space Center, I'm not on Cape Canaveral, but on this nearby island", - "value": "$2000", - "answer": "Merritt Island", - "round": "Double Jeopardy!", - "show_number": "4765", - "fullAnswer": "Merritt Island" - }, { "category": "SIDESHOW CINEMA", "air_date": "2005-04-29", @@ -1759354,7 +1672364,7 @@ "air_date": "2005-04-29", "question": "Some versions of this painting based on a Bible verse show William Penn making a treaty with the Indians in the background", "value": null, - "answer": "Hicks\\'s Peaceable Kingdom", + "answer": "Hicks's Peaceable Kingdom", "round": "Final Jeopardy!", "show_number": "4765", "fullAnswer": "Hicks\\'s Peaceable Kingdom" @@ -1759559,16 +1672569,6 @@ "show_number": "5396", "fullAnswer": "I Am Legend" }, - { - "category": "POETRY", - "air_date": "2008-02-11", - "question": "His poems include \"If\" & \"The Ballad of East & West\"", - "value": "$800", - "answer": "Rudyard Kipling", - "round": "Jeopardy!", - "show_number": "5396", - "fullAnswer": "Rudyard Kipling" - }, { "category": "PARENTAL PAST LIVES", "air_date": "2008-02-11", @@ -1759789,16 +1672789,6 @@ "show_number": "5396", "fullAnswer": "Thor" }, - { - "category": "THE NEW 7 WONDERS OF THE WORLD", - "air_date": "2008-02-11", - "question": "(Sarah of the Clue Crew stands near a Wonder in Peru.) One of the most impressive & mysterious structures at this ancient site is the Intihuatana pyramid, whose name means \"hitching post of the sun\"", - "value": "$1200", - "answer": "Machu Picchu", - "round": "Double Jeopardy!", - "show_number": "5396", - "fullAnswer": "Machu Picchu" - }, { "category": "DESCRIBING THE PRESIDENT", "air_date": "2008-02-11", @@ -1759839,16 +1672829,6 @@ "show_number": "5396", "fullAnswer": "The Grapes of Wrath" }, - { - "category": "MYTHOLOGY", - "air_date": "2008-02-11", - "question": "The Mexico City meteorologist might consult Tlaloc, the rain god of this former empire", - "value": "$1600", - "answer": "Aztecs", - "round": "Double Jeopardy!", - "show_number": "5396", - "fullAnswer": "Aztecs" - }, { "category": "THE NEW 7 WONDERS OF THE WORLD", "air_date": "2008-02-11", @@ -1759909,16 +1672889,6 @@ "show_number": "5396", "fullAnswer": "Heracles" }, - { - "category": "THE NEW 7 WONDERS OF THE WORLD", - "air_date": "2008-02-11", - "question": "(Jimmy of the Clue Crew reports from Rio de Janeiro, Brazil.) The newest of the New Wonders is Rio's Christ the Redeemer statue of Corcovado Sanctuary, which was built to commemorate Brazil's independence from this country", - "value": "$2000", - "answer": "Portugal", - "round": "Double Jeopardy!", - "show_number": "5396", - "fullAnswer": "Portugal" - }, { "category": "DESCRIBING THE PRESIDENT", "air_date": "2008-02-11", @@ -1760079,16 +1673049,6 @@ "show_number": "1426", "fullAnswer": "a biopsy" }, - { - "category": "TOUGH TV TRIVIA", - "air_date": "1990-11-12", - "question": "Heard here, the theme to this 1990 series has an air of mystery", - "value": "$1,700", - "answer": "Twin Peaks", - "round": "Jeopardy!", - "show_number": "1426", - "fullAnswer": "Twin Peaks" - }, { "category": "STARTS & ENDS WITH \"A\"", "air_date": "1990-11-12", @@ -1761109,16 +1674069,6 @@ "show_number": "5674", "fullAnswer": "Belize" }, - { - "category": "GIVE ME SOME DIRECTION", - "air_date": "2009-04-16", - "question": "(Jon of the Clue Crew reports from a helicopter airfield at Marine Base Quantico.) The aircraft of marine Helicopter Squadron 1 take off from here at Quantico to pick up the president at this area outside the White House", - "value": "$1600", - "answer": "South Lawn", - "round": "Double Jeopardy!", - "show_number": "5674", - "fullAnswer": "the South Lawn" - }, { "category": "THE \"COLD\" WAR", "air_date": "2009-04-16", @@ -1761184,7 +1674134,7 @@ "air_date": "2009-04-16", "question": "On Sept. 29, 2008 every stock in the S&P 500 dropped except this maker of comforting food, founded in 1869", "value": null, - "answer": "Campbell\\'s", + "answer": "Campbell's", "round": "Final Jeopardy!", "show_number": "5674", "fullAnswer": "Campbell\\'s" @@ -1761229,16 +1674179,6 @@ "show_number": "6145", "fullAnswer": "the patella" }, - { - "category": "ISLANDS", - "air_date": "2011-05-06", - "question": "The U.S.A.'s number one commercial fishing port, Dutch Harbor, is in these islands, named for a people who have lived there for 4,000 years", - "value": "$200", - "answer": "Aleutian Islands", - "round": "Jeopardy!", - "show_number": "6145", - "fullAnswer": "Aleutian Islands" - }, { "category": "FROM D TO E", "air_date": "2011-05-06", @@ -1761319,16 +1674259,6 @@ "show_number": "6145", "fullAnswer": "Theodore Roosevelt" }, - { - "category": "SUMMER SCHOOL", - "air_date": "2011-05-06", - "question": "The crookneck variety of this alliterative item is seen here", - "value": "$600", - "answer": "summer squash", - "round": "Jeopardy!", - "show_number": "6145", - "fullAnswer": "a summer squash" - }, { "category": "WHO'S YOUR MAMA?", "air_date": "2011-05-06", @@ -1761469,26 +1674399,6 @@ "show_number": "6145", "fullAnswer": "the tibia" }, - { - "category": "ISLANDS", - "air_date": "2011-05-06", - "question": "(Jimmy of the Clue Crew shows a map on the monitor.)
The Florida Keys curve southwest for about 200 miles from Elliott Key to Loggerhead Key in this \"dry\" national park", - "value": "$1000", - "answer": "Dry Tortugas National Park", - "round": "Jeopardy!", - "show_number": "6145", - "fullAnswer": "Dry Tortugas National Park" - }, - { - "category": "FROM D TO E", - "air_date": "2011-05-06", - "question": "It's the rodent seen here, and, surprisingly, it's awake", - "value": "$1000", - "answer": "dormouse", - "round": "Jeopardy!", - "show_number": "6145", - "fullAnswer": "a dormouse" - }, { "category": "DUTCH BOYS", "air_date": "2011-05-06", @@ -1761834,7 +1674744,7 @@ "air_date": "1999-05-18", "question": "California's Proposition 13, limiting property assessments, pioneered this type of \"revolt\"", "value": "$100", - "answer": "tax/taxpayers\\' revolt", + "answer": "tax/taxpayers' revolt", "round": "Jeopardy!", "show_number": "3397", "fullAnswer": "tax/taxpayers\\' revolt" @@ -1761844,7 +1674754,7 @@ "air_date": "1999-05-18", "question": "When I speak of the \"devil\", I want this chocolate dessert, & I want it now!", "value": "$100", - "answer": "Devil\\'s Food Cake", + "answer": "Devil's Food Cake", "round": "Jeopardy!", "show_number": "3397", "fullAnswer": "Devil\\'s Food Cake" @@ -1762054,7 +1674964,7 @@ "air_date": "1999-05-18", "question": "Ile du Diable is the French name for this place that was once a French penal colony", "value": "$500", - "answer": "Devil\\'s Island", + "answer": "Devil's Island", "round": "Jeopardy!", "show_number": "3397", "fullAnswer": "Devil\\'s Island" @@ -1762434,7 +1675344,7 @@ "air_date": "2006-11-07", "question": "If you're playing Florizel, you're in this late Shakespeare play", "value": "$400", - "answer": "Winter\\'s Tale", + "answer": "Winter's Tale", "round": "Jeopardy!", "show_number": "5097", "fullAnswer": "The Winter\\'s Tale" @@ -1762484,7 +1675394,7 @@ "air_date": "2006-11-07", "question": "This artist moved to New Mexico after the 1946 death of her husband Alfred Stieglitz", "value": "$600", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Jeopardy!", "show_number": "5097", "fullAnswer": "Georgia O\\'Keeffe" @@ -1762669,16 +1675579,6 @@ "show_number": "5097", "fullAnswer": "7 Up" }, - { - "category": "SOUNDS GOOD TO ME", - "air_date": "2006-11-07", - "question": "From the way it's played, it's the descriptive name for the instrument heard here", - "value": "$400", - "answer": "squeeze box", - "round": "Double Jeopardy!", - "show_number": "5097", - "fullAnswer": "a squeeze box" - }, { "category": "EVERYTHING FRENCH", "air_date": "2006-11-07", @@ -1762729,16 +1675629,6 @@ "show_number": "5097", "fullAnswer": "a tequila sunrise" }, - { - "category": "SOUNDS GOOD TO ME", - "air_date": "2006-11-07", - "question": "The name of this folk instrument may come from an African word meaning \"string instrument\"", - "value": "$800", - "answer": "banjo", - "round": "Double Jeopardy!", - "show_number": "5097", - "fullAnswer": "a banjo" - }, { "category": "EVERYTHING FRENCH", "air_date": "2006-11-07", @@ -1762789,26 +1675679,6 @@ "show_number": "5097", "fullAnswer": "a hurricane" }, - { - "category": "SOUNDS GOOD TO ME", - "air_date": "2006-11-07", - "question": "Pull out your pastels; this show whose theme is heard here started to rock the house in 1984", - "value": "$1200", - "answer": "Miami Vice", - "round": "Double Jeopardy!", - "show_number": "5097", - "fullAnswer": "Miami Vice" - }, - { - "category": "EVERYTHING FRENCH", - "air_date": "2006-11-07", - "question": "(Cheryl of the Clue Crew reports from the Lunt-Fontanne Theatre in New York.) This \"Beauty and the Beast\" character has the same name as the brothers who founded French cinema", - "value": "$1600", - "answer": "Lumière", - "round": "Double Jeopardy!", - "show_number": "5097", - "fullAnswer": "Lumière" - }, { "category": "FROM TV TO FILM", "air_date": "2006-11-07", @@ -1762849,16 +1675719,6 @@ "show_number": "5097", "fullAnswer": "a bullshot" }, - { - "category": "SOUNDS GOOD TO ME", - "air_date": "2006-11-07", - "question": "This up-tempo song was said to be one of Abe Lincoln's favorites", - "value": "$1600", - "answer": "Jimmy Crack Corn", - "round": "Double Jeopardy!", - "show_number": "5097", - "fullAnswer": "\"Jimmy Crack Corn\"" - }, { "category": "EVERYTHING FRENCH", "air_date": "2006-11-07", @@ -1762889,16 +1675749,6 @@ "show_number": "5097", "fullAnswer": "Ra" }, - { - "category": "A FEW GOOD MEN", - "air_date": "2006-11-07", - "question": "In 1940, this king, whose name is a religion, refused to implement laws making Danish Jews wear the hated yellow star", - "value": "$2000", - "answer": "King Christian", - "round": "Double Jeopardy!", - "show_number": "5097", - "fullAnswer": "King Christian" - }, { "category": "HOW ABOUT A COCKTAIL?", "air_date": "2006-11-07", @@ -1762909,16 +1675759,6 @@ "show_number": "5097", "fullAnswer": "an Acapulco" }, - { - "category": "SOUNDS GOOD TO ME", - "air_date": "2006-11-07", - "question": "The opening guitar lick from one of this \"geographic\" band's biggest hits is recreated here", - "value": "$2000", - "answer": "Boston", - "round": "Double Jeopardy!", - "show_number": "5097", - "fullAnswer": "Boston" - }, { "category": "PRESIDENTIAL DISTINCTIONS", "air_date": "2006-11-07", @@ -1763004,7 +1675844,7 @@ "air_date": "1999-04-23", "question": "This pop-rock band that formed in Manchester in 1963 had their first American hit with \"I'm Into Something Good\"", "value": "$200", - "answer": "Herman\\'s Hermits", + "answer": "Herman's Hermits", "round": "Jeopardy!", "show_number": "3380", "fullAnswer": "Herman\\'s Hermits" @@ -1763024,7 +1675864,7 @@ "air_date": "1999-04-23", "question": "Clement C. Moore's poem \"A Visit from St. Nicholas\" is more popularly known by this title", "value": "$200", - "answer": "Twas\\' the Night Before Christmas", + "answer": "Twas' the Night Before Christmas", "round": "Jeopardy!", "show_number": "3380", "fullAnswer": "\"Twas\\' the Night Before Christmas\"" @@ -1763474,7 +1676314,7 @@ "air_date": "1999-04-23", "question": "Frank Sinatra leads 10 other men in an attempt to rob 5 Vegas casinos in this 1960 classic", "value": "$1000", - "answer": "Ocean\\'s Eleven", + "answer": "Ocean's Eleven", "round": "Double Jeopardy!", "show_number": "3380", "fullAnswer": "Ocean\\'s Eleven" @@ -1763609,16 +1676449,6 @@ "show_number": "3624", "fullAnswer": "The Karate Kid" }, - { - "category": "GIRAFFES", - "air_date": "2000-05-11", - "question": "The young male giraffes seen here are doing this, a ritual fight for dominance; amorous teens do it differently", - "value": "$200", - "answer": "necking", - "round": "Jeopardy!", - "show_number": "3624", - "fullAnswer": "necking" - }, { "category": "SWEET \"VIRGINIA\"", "air_date": "2000-05-11", @@ -1763684,21 +1676514,11 @@ "air_date": "2000-05-11", "question": "This noisy, soul-baring Edward Albee play premiered in 1962", "value": "$300", - "answer": "Who\\'s Afraid of Virginia Woolf?", + "answer": "Who's Afraid of Virginia Woolf?", "round": "Jeopardy!", "show_number": "3624", "fullAnswer": "Who\\'s Afraid of Virginia Woolf?" }, - { - "category": "ANTEBELLUM", - "air_date": "2000-05-11", - "question": "Seen here, the style of Stanton Hall in Natchez is an example of the revival of this civilization", - "value": "$300", - "answer": "Greek", - "round": "Jeopardy!", - "show_number": "3624", - "fullAnswer": "Greek" - }, { "category": "TACO BELL-UM", "air_date": "2000-05-11", @@ -1765084,7 +1677904,7 @@ "air_date": "1990-02-28", "question": "The country's 1st municipal monorail line was built for this 1962 event", "value": "$200", - "answer": "1962 Seattle World\\'s Fair", + "answer": "1962 Seattle World's Fair", "round": "Double Jeopardy!", "show_number": "1273", "fullAnswer": "The 1962 Seattle World\\'s Fair" @@ -1765254,7 +1678074,7 @@ "air_date": "1990-02-28", "question": "The world's largest church, newly opened in the Ivory Coast, is said to resemble this 1, now 2nd largest", "value": "$1,000", - "answer": "St. Peter\\'s Basilica", + "answer": "St. Peter's Basilica", "round": "Double Jeopardy!", "show_number": "1273", "fullAnswer": "St. Peter\\'s Basilica" @@ -1765834,7 +1678654,7 @@ "air_date": "1999-05-28", "question": "Despite it's suicidal name, you'll feel exalted at this site on Lookout Mountain near Chattanooga, Tennessee", "value": "$600", - "answer": "Lover\\'s Leap", + "answer": "Lover's Leap", "round": "Double Jeopardy!", "show_number": "3405", "fullAnswer": "Lover\\'s Leap" @@ -1767694,7 +1680514,7 @@ "air_date": "2000-04-06", "question": "A stable owner who always rented out the horse nearest the door lent his name to this type of \"choice\"", "value": "$1000", - "answer": "Hobson\\'s choice", + "answer": "Hobson's choice", "round": "Double Jeopardy!", "show_number": "3599", "fullAnswer": "Hobson\\'s choice" @@ -1767734,7 +1680554,7 @@ "air_date": "2000-04-06", "question": "Later speaker, he replaced JFK in the U.S. House of Representatives in 1953", "value": null, - "answer": "Thomas \\Tip\\ O\\'Neill", + "answer": "Thomas Tip O'Neill", "round": "Final Jeopardy!", "show_number": "3599", "fullAnswer": "Thomas \\\"Tip\\\" O\\'Neill" @@ -1767814,7 +1680634,7 @@ "air_date": "1993-11-15", "question": "James Stewart film in which he said, \"I suppose it had been better if I'd never been born at all\"", "value": "$200", - "answer": "It\\'s A Wonderful Life", + "answer": "It's A Wonderful Life", "round": "Jeopardy!", "show_number": "2116", "fullAnswer": "It\\'s A Wonderful Life" @@ -1768334,7 +1681154,7 @@ "air_date": "1993-11-15", "question": "The Plain of Ease, the Valley of Humiliation & the Country of Conceit appear in this John Bunyan work", "value": "$1000", - "answer": "Pilgrim\\'s Progress", + "answer": "Pilgrim's Progress", "round": "Double Jeopardy!", "show_number": "2116", "fullAnswer": "Pilgrim\\'s Progress" @@ -1768494,7 +1681314,7 @@ "air_date": "1997-06-27", "question": "One of America's busiest airports, its 3-letter designation is ORD", "value": "$300", - "answer": "O\\'Hare Airport ", + "answer": "O'Hare Airport ", "round": "Jeopardy!", "show_number": "2970", "fullAnswer": "O\\'Hare Airport (Chicago)" @@ -1768584,7 +1681404,7 @@ "air_date": "1997-06-27", "question": "Introduced to American backyards in 1961, this 25' long sheet of plastic was attached to a hose", "value": "$400", - "answer": "Slip \\'n Slide", + "answer": "Slip 'n Slide", "round": "Jeopardy!", "show_number": "2970", "fullAnswer": "Slip \\'n Slide" @@ -1769274,7 +1682094,7 @@ "air_date": "2000-02-04", "question": "As a lord, you'll exercise jus primae noctis & spend this night with the brides of your serfs", "value": "$200", - "answer": "serfs\\' wedding night", + "answer": "serfs' wedding night", "round": "Double Jeopardy!", "show_number": "3555", "fullAnswer": "The serfs\\' wedding night" @@ -1769569,16 +1682389,6 @@ "show_number": "2998", "fullAnswer": "Mexico" }, - { - "category": "TV THEMES", - "air_date": "1997-09-17", - "question": "[instrumental]", - "value": "$100", - "answer": "Simpsons", - "round": "Jeopardy!", - "show_number": "2998", - "fullAnswer": "The Simpsons" - }, { "category": "WHAT'S THE PITCH", "air_date": "1997-09-17", @@ -1769629,16 +1682439,6 @@ "show_number": "2998", "fullAnswer": "Iraq" }, - { - "category": "TV THEMES", - "air_date": "1997-09-17", - "question": "[instrumental]", - "value": "$200", - "answer": "Wheel of Fortune", - "round": "Jeopardy!", - "show_number": "2998", - "fullAnswer": "Wheel of Fortune" - }, { "category": "WHAT'S THE PITCH", "air_date": "1997-09-17", @@ -1769674,7 +1682474,7 @@ "air_date": "1997-09-17", "question": "Reformer Lucy Stone is perhaps best remembered for refusing to do this when she got married in 1855", "value": "$300", - "answer": "changing her last name to her husband\\'s", + "answer": "changing her last name to her husband's", "round": "Jeopardy!", "show_number": "2998", "fullAnswer": "changing her last name to her husband\\'s" @@ -1769689,16 +1682489,6 @@ "show_number": "2998", "fullAnswer": "Finland" }, - { - "category": "TV THEMES", - "air_date": "1997-09-17", - "question": "[instrumental]", - "value": "$300", - "answer": "Roseanne", - "round": "Jeopardy!", - "show_number": "2998", - "fullAnswer": "Roseanne" - }, { "category": "WHAT'S THE PITCH", "air_date": "1997-09-17", @@ -1769749,16 +1682539,6 @@ "show_number": "2998", "fullAnswer": "Morocco" }, - { - "category": "TV THEMES", - "air_date": "1997-09-17", - "question": "[instrumental]", - "value": "$400", - "answer": "Mystery!", - "round": "Jeopardy!", - "show_number": "2998", - "fullAnswer": "Mystery!" - }, { "category": "WHAT'S THE PITCH", "air_date": "1997-09-17", @@ -1769809,22 +1682589,12 @@ "show_number": "2998", "fullAnswer": "Latvia" }, - { - "category": "TV THEMES", - "air_date": "1997-09-17", - "question": "[instrumental]", - "value": "$500", - "answer": "Law & Order", - "round": "Jeopardy!", - "show_number": "2998", - "fullAnswer": "Law & Order" - }, { "category": "WHAT'S THE PITCH", "air_date": "1997-09-17", "question": "\"Mom's other little helper\"", "value": "$500", - "answer": "Shake \\'n Bake", + "answer": "Shake 'n Bake", "round": "Jeopardy!", "show_number": "2998", "fullAnswer": "Shake \\'n Bake" @@ -1770034,7 +1682804,7 @@ "air_date": "1997-09-17", "question": "An NBA trophy is named for this commissioner & DNC chairman whose office was the Watergate burglars' target", "value": "$800", - "answer": "Lawrence O\\'Brien", + "answer": "Lawrence O'Brien", "round": "Double Jeopardy!", "show_number": "2998", "fullAnswer": "Lawrence O\\'Brien" @@ -1770144,7 +1682914,7 @@ "air_date": "1997-09-17", "question": "At the end of this 1997 film, the dedication \"For Carl\" appears onscreen", "value": null, - "answer": "\\Contact\\", + "answer": "Contact", "round": "Final Jeopardy!", "show_number": "2998", "fullAnswer": "\\\"Contact\\\"" @@ -1770674,7 +1683444,7 @@ "air_date": "1995-11-06", "question": "On March 24, 1994 this store held a breakfast to announce the new Truman Capote Literary Trust", "value": null, - "answer": "Tiffany\\'s", + "answer": "Tiffany's", "round": "Final Jeopardy!", "show_number": "2571", "fullAnswer": "Tiffany\\'s" @@ -1770909,16 +1683679,6 @@ "show_number": "963", "fullAnswer": "Boston Massacre" }, - { - "category": "HAIR CARE", - "air_date": "1988-11-09", - "question": "Hair care item that's mentioned in the following song:

\"Won't you come home Bill Bailey /
Won't you come home /
She moans the whole day long...\"
", - "value": "$100", - "answer": "fine-tooth comb", - "round": "Jeopardy!", - "show_number": "963", - "fullAnswer": "a fine-tooth comb" - }, { "category": "\"FOUR\" WORDS", "air_date": "1988-11-09", @@ -1770964,7 +1683724,7 @@ "air_date": "1988-11-09", "question": "This Philadelphia building hosted the first Continental Congress, though delegates didn't carry hammers", "value": "$500", - "answer": "Carpenter\\'s Hall", + "answer": "Carpenter's Hall", "round": "Jeopardy!", "show_number": "963", "fullAnswer": "Carpenter\\'s Hall" @@ -1771334,7 +1684094,7 @@ "air_date": "2000-04-25", "question": "Montana's schnozz", "value": "$100", - "answer": "Joe\\'s nose", + "answer": "Joe's nose", "round": "Jeopardy!", "show_number": "3612", "fullAnswer": "Joe\\'s nose" @@ -1771554,7 +1684314,7 @@ "air_date": "2000-04-25", "question": "\"Uncle Tom's Cabin\",
\"Ivanhoe\",
\"Little Women\"", "value": "$500", - "answer": "Ivanhoe, Uncle Tom\\'s Cabin, Little Women", + "answer": "Ivanhoe, Uncle Tom's Cabin, Little Women", "round": "Jeopardy!", "show_number": "3612", "fullAnswer": "\"Ivanhoe\", \"Uncle Tom\\'s Cabin\", \"Little Women\"" @@ -1771729,16 +1684489,6 @@ "show_number": "3612", "fullAnswer": "equilibrium" }, - { - "category": "ACTORS & THEIR ROLES", - "air_date": "2000-04-25", - "question": "(Hi, I'm Kevin Spirtas from Days of Our Lives.) In 1994 I played Hollywood agent Tim Burke in a TV mini-series based on this Jacqueline Susann bestseller", - "value": "$600", - "answer": "Valley of the Dolls", - "round": "Double Jeopardy!", - "show_number": "3612", - "fullAnswer": "Valley of the Dolls" - }, { "category": "WORLD CITIES", "air_date": "2000-04-25", @@ -1772019,16 +1684769,6 @@ "show_number": "6071", "fullAnswer": "the (Portland) Trail Blazers" }, - { - "category": "CREATURE FEATURES", - "air_date": "2011-01-24", - "question": "(Jimmy of the Clue Crew presents the clue on a monitor.) Dogs' eyes seem to glow in the dark because light is reflected by a special layer of crystals called the tapetum lucidum that acts like a mirror; it's found between the sclera and this 6-letter eye part", - "value": "$600", - "answer": "retina", - "round": "Jeopardy!", - "show_number": "6071", - "fullAnswer": "the retina" - }, { "category": "ALL ABOUT TROMBONES", "air_date": "2011-01-24", @@ -1772089,16 +1684829,6 @@ "show_number": "6071", "fullAnswer": "the proboscis monkey" }, - { - "category": "ALL ABOUT TROMBONES", - "air_date": "2011-01-24", - "question": "The the swinging trombone player & big-band leader of the 1930s seen here, daddy-o", - "value": "$800", - "answer": "Tommy Dorsey", - "round": "Jeopardy!", - "show_number": "6071", - "fullAnswer": "Tommy Dorsey" - }, { "category": "AIRLINES' HOME COUNTRIES", "air_date": "2011-01-24", @@ -1772319,16 +1685049,6 @@ "show_number": "6071", "fullAnswer": "Slumdog Millionaire" }, - { - "category": "CUSTER'S LAST STAND", - "air_date": "2011-01-24", - "question": "This supreme Native American leader at the battle was more of a spiritual guru, uniting the tribes, than a military strategist", - "value": "$1200", - "answer": "Sitting Bull", - "round": "Double Jeopardy!", - "show_number": "6071", - "fullAnswer": "Sitting Bull" - }, { "category": "JOHNS' MIDDLE NAMES", "air_date": "2011-01-24", @@ -1772509,16 +1685229,6 @@ "show_number": "4824", "fullAnswer": "World War II" }, - { - "category": "SOUND TECHNOLOGY", - "air_date": "2005-07-21", - "question": "This computer device slowly takes you online", - "value": "$200", - "answer": "modem", - "round": "Jeopardy!", - "show_number": "4824", - "fullAnswer": "a modem" - }, { "category": "\"EQ\" TEST", "air_date": "2005-07-21", @@ -1772629,16 +1685339,6 @@ "show_number": "4824", "fullAnswer": "World War I" }, - { - "category": "SOUND TECHNOLOGY", - "air_date": "2005-07-21", - "question": "I'll bet Christmas 1996 was the last time you thought you'd hear this toy's sound", - "value": "$600", - "answer": "Tickle Me Elmo", - "round": "Jeopardy!", - "show_number": "4824", - "fullAnswer": "Tickle Me Elmo" - }, { "category": "\"EQ\" TEST", "air_date": "2005-07-21", @@ -1772689,16 +1685389,6 @@ "show_number": "4824", "fullAnswer": "the Spanish-American War" }, - { - "category": "SOUND TECHNOLOGY", - "air_date": "2005-07-21", - "question": "This phone company's walkie talkie service sounds promising", - "value": "$800", - "answer": "Nextel", - "round": "Jeopardy!", - "show_number": "4824", - "fullAnswer": "Nextel" - }, { "category": "\"EQ\" TEST", "air_date": "2005-07-21", @@ -1772749,26 +1685439,6 @@ "show_number": "4824", "fullAnswer": "the Mexican-American War" }, - { - "category": "SOUND TECHNOLOGY", - "air_date": "2005-07-21", - "question": "You'll hear it when making a season pass on this company's genius TV device", - "value": "$1000", - "answer": "TiVo", - "round": "Jeopardy!", - "show_number": "4824", - "fullAnswer": "TiVo" - }, - { - "category": "\"EQ\" TEST", - "air_date": "2005-07-21", - "question": "(Sarah of the Clue Crew delivers a corker from the top secret Jeopardy! science lab.) A bottle under pressure is in this state--opening it breaks that state, and the CO2 forms bubbles", - "value": "$1,400", - "answer": "equilibrium", - "round": "Jeopardy!", - "show_number": "4824", - "fullAnswer": "equilibrium" - }, { "category": "GREEK GODS & GODDESSESS", "air_date": "2005-07-21", @@ -1772779,16 +1685449,6 @@ "show_number": "4824", "fullAnswer": "Hades" }, - { - "category": "THE WORLD OF NAT KING COLE", - "air_date": "2005-07-21", - "question": "She's the threshold lassie being crooned over by Nat King Cole here

\"Many dreams have been brought to your doorstep, they just lie there...\"", - "value": "$400", - "answer": "Mona Lisa", - "round": "Double Jeopardy!", - "show_number": "4824", - "fullAnswer": "\"Mona Lisa\"" - }, { "category": "WHAT A COUNTRY!", "air_date": "2005-07-21", @@ -1772839,16 +1685499,6 @@ "show_number": "4824", "fullAnswer": "Poseidon" }, - { - "category": "THE WORLD OF NAT KING COLE", - "air_date": "2005-07-21", - "question": "Five-word song title the precedes the lyric line heard here

\"It will be forever...\"", - "value": "$800", - "answer": "When I Fall In Love", - "round": "Double Jeopardy!", - "show_number": "4824", - "fullAnswer": "\"When I Fall In Love\"" - }, { "category": "WHAT A COUNTRY!", "air_date": "2005-07-21", @@ -1772899,16 +1685549,6 @@ "show_number": "4824", "fullAnswer": "Hermes" }, - { - "category": "THE WORLD OF NAT KING COLE", - "air_date": "2005-07-21", - "question": "The two things required of you in the title of this song

\"A brother took a monkey for a ride in the air /
The monkey thought that everything was on the square /
The brother tried to throw the monkey off his back /
But the monkey grabbed his neck and said, 'Now listen, Jack...'\"
", - "value": "$1200", - "answer": "Straighten Up And Fly Right", - "round": "Double Jeopardy!", - "show_number": "4824", - "fullAnswer": "\"Straighten Up And Fly Right\"" - }, { "category": "WHAT A COUNTRY!", "air_date": "2005-07-21", @@ -1772959,16 +1685599,6 @@ "show_number": "4824", "fullAnswer": "Aphrodite" }, - { - "category": "THE WORLD OF NAT KING COLE", - "air_date": "2005-07-21", - "question": "It's the travelin' lyric line that follows Nat singing here

\"If you ever plan to motor west...\"", - "value": "$1600", - "answer": "Get Your Kicks On Route 66", - "round": "Double Jeopardy!", - "show_number": "4824", - "fullAnswer": "\"Get Your Kicks On Route 66\"" - }, { "category": "WHAT A COUNTRY!", "air_date": "2005-07-21", @@ -1773019,16 +1685649,6 @@ "show_number": "4824", "fullAnswer": "Hephaestus" }, - { - "category": "THE WORLD OF NAT KING COLE", - "air_date": "2005-07-21", - "question": "6-word suggestion in the title of this hit

\"There may be trouble ahead...\"", - "value": "$2000", - "answer": "Let\\'s Face The Music And Dance", - "round": "Double Jeopardy!", - "show_number": "4824", - "fullAnswer": "\"Let\\'s Face The Music And Dance\"" - }, { "category": "WHAT A COUNTRY!", "air_date": "2005-07-21", @@ -1774039,16 +1686659,6 @@ "show_number": "4833", "fullAnswer": "Desdemona" }, - { - "category": "THE NAKED TRUTH", - "air_date": "2005-09-21", - "question": "Flash back to this event in 1974 where the famous photo seen here was taken", - "value": "$800", - "answer": "Oscars", - "round": "Double Jeopardy!", - "show_number": "4833", - "fullAnswer": "the Oscars" - }, { "category": "MOUNTAINS", "air_date": "2005-09-21", @@ -1774129,16 +1686739,6 @@ "show_number": "4833", "fullAnswer": "Kyoto" }, - { - "category": "HEALTH & MEDICINE", - "air_date": "2005-09-21", - "question": "(Jimmy of the Clue Crew reports from the top secret Jeopardy! science lab.) It's the 11-letter adjective for this type of medical application; the first approved use was for motion sickness", - "value": "$1600", - "answer": "transdermal", - "round": "Double Jeopardy!", - "show_number": "4833", - "fullAnswer": "transdermal" - }, { "category": "MOVIES BY CHARACTERS", "air_date": "2005-09-21", @@ -1774344,7 +1686944,7 @@ "air_date": "1999-07-22", "question": "Common translation of the Latin graecum est (to which is added non potest legi, \"It cannot be read\")", "value": "$200", - "answer": "It\\'s Greek to me", + "answer": "It's Greek to me", "round": "Jeopardy!", "show_number": "3444", "fullAnswer": "\"It\\'s Greek to me\"" @@ -1774414,7 +1687014,7 @@ "air_date": "1999-07-22", "question": "Georgia Tech", "value": "$300", - "answer": "Yellow Jackets/Ramblin\\' Wreck/Engineers", + "answer": "Yellow Jackets/Ramblin' Wreck/Engineers", "round": "Jeopardy!", "show_number": "3444", "fullAnswer": "Yellow Jackets/Ramblin\\' Wreck/Engineers" @@ -1774899,16 +1687499,6 @@ "show_number": "6064", "fullAnswer": "skirts" }, - { - "category": "TRANSPORTATION", - "air_date": "2011-01-13", - "question": "Locomotives built for the Panama Canal were called these; they took jobs from hybrid animals that towed barges elsewhere", - "value": "$200", - "answer": "mules", - "round": "Jeopardy!", - "show_number": "6064", - "fullAnswer": "mules" - }, { "category": "DOUBLE \"G\"s", "air_date": "2011-01-13", @@ -1775019,16 +1687609,6 @@ "show_number": "6064", "fullAnswer": "Oxfords" }, - { - "category": "TRANSPORTATION", - "air_date": "2011-01-13", - "question": "(Cheryl of the clue crew gives the clue from a raft in Galapagos Islands, Ecuador) Am in the Galapagos coming to the shore in a Zodiac raft; the Zodiac gained popularity when this French oceanographer used it to go where the Calypso couldn't", - "value": "$600", - "answer": "Cousteau", - "round": "Jeopardy!", - "show_number": "6064", - "fullAnswer": "(Jacques) Cousteau" - }, { "category": "DOUBLE \"G\"s", "air_date": "2011-01-13", @@ -1775104,7 +1687684,7 @@ "air_date": "2011-01-13", "question": "There's Craigslist & her list named for Ms. Hicks, who was frustrated when trying to find a good contractor", "value": "$800", - "answer": "Angie\\'s List", + "answer": "Angie's List", "round": "Jeopardy!", "show_number": "6064", "fullAnswer": "Angie\\'s List" @@ -1775139,16 +1687719,6 @@ "show_number": "6064", "fullAnswer": "cuffs" }, - { - "category": "TRANSPORTATION", - "air_date": "2011-01-13", - "question": "The typing one of these fast 19th century ships is seen here", - "value": "$1000", - "answer": "clipper", - "round": "Jeopardy!", - "show_number": "6064", - "fullAnswer": "a clipper" - }, { "category": "DOUBLE \"G\"s", "air_date": "2011-01-13", @@ -1775439,16 +1688009,6 @@ "show_number": "6064", "fullAnswer": "April" }, - { - "category": "WEB SITES", - "air_date": "2011-01-13", - "question": "Found in North and South America, this spider is named for the shape of the web seen here", - "value": "$2000", - "answer": "funnel-web spider ", - "round": "Double Jeopardy!", - "show_number": "6064", - "fullAnswer": "the funnel-web spider (funnel spider accepted)" - }, { "category": "LAW", "air_date": "2011-01-13", @@ -1775794,7 +1688354,7 @@ "air_date": "1999-10-27", "question": "Launched in 1974, this tasty spirit combines fresh dairy cream with triple-distilled Irish whiskey", "value": "$200", - "answer": "Bailey\\'s Irish Cream", + "answer": "Bailey's Irish Cream", "round": "Double Jeopardy!", "show_number": "3483", "fullAnswer": "Bailey\\'s Irish Cream" @@ -1775884,7 +1688444,7 @@ "air_date": "1999-10-27", "question": "John Wilkes Booth's diary is on display at this Washington, D.C. theatre", "value": "$600", - "answer": "Ford\\'s Theatre", + "answer": "Ford's Theatre", "round": "Double Jeopardy!", "show_number": "3483", "fullAnswer": "Ford\\'s Theatre" @@ -1776259,16 +1688819,6 @@ "show_number": "965", "fullAnswer": "Maximillian" }, - { - "category": "CHOREOGRAPHERS", - "air_date": "1988-11-11", - "question": "He conceived, directed & choreographed the musical which included the following:

\"Tonight, tonight, the world is wild and bright...\"", - "value": "$400", - "answer": "Jerome Robbins", - "round": "Jeopardy!", - "show_number": "965", - "fullAnswer": "Jerome Robbins" - }, { "category": "FAMILIAR PHRASES", "air_date": "1988-11-11", @@ -1776414,7 +1688964,7 @@ "air_date": "1988-11-11", "question": "Ironically, this Chicago airport was named for a naval hero", "value": "$200", - "answer": "O\\' Hare International", + "answer": "O' Hare International", "round": "Double Jeopardy!", "show_number": "965", "fullAnswer": "O\\' Hare International" @@ -1776674,7 +1689224,7 @@ "air_date": "1988-11-11", "question": "Only member of the current court who has been elected to a public office", "value": null, - "answer": "Sandra Day O\\'Connor ", + "answer": "Sandra Day O'Connor ", "round": "Final Jeopardy!", "show_number": "965", "fullAnswer": "Sandra Day O\\'Connor (state senator from Arizona)" @@ -1776779,16 +1689329,6 @@ "show_number": "3125", "fullAnswer": "Brigitte Bardot" }, - { - "category": "HORSING AROUND", - "air_date": "1998-03-13", - "question": "This TV series whose theme is heard here once featured the title character horsing around with Mae West:

\"A horse is a horse, of course, of course...\"", - "value": "$200", - "answer": "Mr. Ed", - "round": "Jeopardy!", - "show_number": "3125", - "fullAnswer": "Mr. Ed" - }, { "category": "NOW YOU'RE COOKIN'!", "air_date": "1998-03-13", @@ -1776939,16 +1689479,6 @@ "show_number": "3125", "fullAnswer": "Marilyn Monroe" }, - { - "category": "THE PREZ SEZ", - "air_date": "1998-03-13", - "question": "President heard here:

\"Three days from now, after half a century in the service of our country, I shall lay down the responsibilities of office...\"", - "value": "$1,800", - "answer": "Dwight D. Eisenhower", - "round": "Jeopardy!", - "show_number": "3125", - "fullAnswer": "Dwight D. Eisenhower" - }, { "category": "LET'S TALK ABOUT SEX", "air_date": "1998-03-13", @@ -1777169,16 +1689699,6 @@ "show_number": "3125", "fullAnswer": "Roald Dahl" }, - { - "category": "ENDANGERED SPECIES", - "air_date": "1998-03-13", - "question": "Florida may have the largest surviving population of this animal seen here:", - "value": "$1,500", - "answer": "manatee", - "round": "Double Jeopardy!", - "show_number": "3125", - "fullAnswer": "the manatee" - }, { "category": "FIRST-NAME BASIS", "air_date": "1998-03-13", @@ -1777249,16 +1689769,6 @@ "show_number": "3125", "fullAnswer": "Thomas" }, - { - "category": "HIT PARADE", - "air_date": "1998-03-13", - "question": "In the rock era this jazz singer heard here had 3 Top 10 pop hits:", - "value": "$1,500", - "answer": "Sarah Vaughan", - "round": "Double Jeopardy!", - "show_number": "3125", - "fullAnswer": "Sarah Vaughan" - }, { "category": "EUROPEAN HISTORY", "air_date": "1998-03-13", @@ -1777329,16 +1689839,6 @@ "show_number": "4370", "fullAnswer": "American Pie" }, - { - "category": "WHAT'S THAT THING CALLED?", - "air_date": "2003-09-12", - "question": "Its name also refers to the range of colors an artist uses", - "value": "$200", - "answer": "palette", - "round": "Jeopardy!", - "show_number": "4370", - "fullAnswer": "a palette" - }, { "category": "SOUNDS LIKE A RAPPER", "air_date": "2003-09-12", @@ -1777449,16 +1689949,6 @@ "show_number": "4370", "fullAnswer": "An American Tail" }, - { - "category": "WHAT'S THAT THING CALLED?", - "air_date": "2003-09-12", - "question": "This piece of carpentry equipment comes to life in one of the \"Oz\" books", - "value": "$600", - "answer": "sawhorse", - "round": "Jeopardy!", - "show_number": "4370", - "fullAnswer": "a sawhorse" - }, { "category": "SOUNDS LIKE A RAPPER", "air_date": "2003-09-12", @@ -1777544,7 +1690034,7 @@ "air_date": "2003-09-12", "question": "This seasonal play by William Shakespeare is set in Sicilia & Bohemia", "value": "$1000", - "answer": "Winter\\'s Tale", + "answer": "Winter's Tale", "round": "Jeopardy!", "show_number": "4370", "fullAnswer": "The Winter\\'s Tale" @@ -1777569,16 +1690059,6 @@ "show_number": "4370", "fullAnswer": "The Ugly American" }, - { - "category": "WHAT'S THAT THING CALLED?", - "air_date": "2003-09-12", - "question": "(Cheryl of the Clue Crew displays the long,
wand-like part of
a phonograph that
holds the stylus.
) Fittingly, this part of a phonograph has sort of a musical name", - "value": "$1000", - "answer": "tone arm", - "round": "Jeopardy!", - "show_number": "4370", - "fullAnswer": "a tone arm" - }, { "category": "SOUNDS LIKE A RAPPER", "air_date": "2003-09-12", @@ -1777589,16 +1690069,6 @@ "show_number": "4370", "fullAnswer": "PB&J" }, - { - "category": "DISCOVERY CHANNEL UNSOLVED HISTORY", - "air_date": "2003-09-12", - "question": "\"Unsolved History\" reconstructs what this Texas site once looked like

\"Today, you find a row of tourist shops, but in 1836, the west wall ran 530 feet with a row of barracks for the troops.\"", - "value": "$400", - "answer": "Alamo", - "round": "Double Jeopardy!", - "show_number": "4370", - "fullAnswer": "the Alamo" - }, { "category": "VOCALISTS", "air_date": "2003-09-12", @@ -1777649,16 +1690119,6 @@ "show_number": "4370", "fullAnswer": "a tack" }, - { - "category": "DISCOVERY CHANNEL UNSOLVED HISTORY", - "air_date": "2003-09-12", - "question": "Discovery Channel found a witness to this man's demise

\"I felt no pity for him at all.\"
\"Smout is the last living eyewitness to the events of April 21st, 1918.\"
", - "value": "$800", - "answer": "Red Baron", - "round": "Double Jeopardy!", - "show_number": "4370", - "fullAnswer": "the Red Baron" - }, { "category": "VOCALISTS", "air_date": "2003-09-12", @@ -1777709,16 +1690169,6 @@ "show_number": "4370", "fullAnswer": "sober" }, - { - "category": "DISCOVERY CHANNEL UNSOLVED HISTORY", - "air_date": "2003-09-12", - "question": "It's the vessel whose fate is investigated here

\"The century-old debate still raged between two possibilities: an exterior mine or a tragic accident.\"", - "value": "$1200", - "answer": "Maine", - "round": "Double Jeopardy!", - "show_number": "4370", - "fullAnswer": "the Maine" - }, { "category": "VOCALISTS", "air_date": "2003-09-12", @@ -1777759,16 +1690209,6 @@ "show_number": "4370", "fullAnswer": "drawn like a moth to the flame" }, - { - "category": "DISCOVERY CHANNEL UNSOLVED HISTORY", - "air_date": "2003-09-12", - "question": "The show seen here investigates the failure of this effort made in the afternoon of July 3, 1863

\"The fences along the Emmitsburg Road created a hazard not anticipated by the field commanders, which proved to be a fatal mistake.\"", - "value": "$1600", - "answer": "Pickett\\'s charge at Gettysburg", - "round": "Double Jeopardy!", - "show_number": "4370", - "fullAnswer": "Pickett\\'s charge at Gettysburg" - }, { "category": "VOCALISTS", "air_date": "2003-09-12", @@ -1777799,16 +1690239,6 @@ "show_number": "4370", "fullAnswer": "Pew" }, - { - "category": "VOCALISTS", - "air_date": "2003-09-12", - "question": "Dubbed \"the New Boy Wonder of Voice\", this young singing sensation has taken the world by storm", - "value": "$2000", - "answer": "Josh Groban", - "round": "Double Jeopardy!", - "show_number": "4370", - "fullAnswer": "Josh Groban" - }, { "category": "ROBERT FROST BITES", "air_date": "2003-09-12", @@ -1777989,16 +1690419,6 @@ "show_number": "1425", "fullAnswer": "\"Pop\"" }, - { - "category": "YEARS", - "air_date": "1990-11-09", - "question": "Age in years of the man being interviewed in the following:

\"By the way, sir, uh, are you married?\"
\"I have been married several hundred times.\"
\"I'm afraid to ask the next question. You've had many hundreds of wives.\"
\"Hundreds and hundreds of wives.\"
\"How many children do you have?\"
\"I have over forty-two thousand children. And not one comes to visit!\"
", - "value": "$800", - "answer": "2000", - "round": "Jeopardy!", - "show_number": "1425", - "fullAnswer": "2000" - }, { "category": "BRAZIL", "air_date": "1990-11-09", @@ -1779589,16 +1692009,6 @@ "show_number": "607", "fullAnswer": "Sanskrit" }, - { - "category": "CONDUCTORS", - "air_date": "1987-04-07", - "question": "The following was early '60s pop hit for this 3-time Oscar winner, now a renowned conductor:", - "value": "$600", - "answer": "André Previn", - "round": "Double Jeopardy!", - "show_number": "607", - "fullAnswer": "André Previn" - }, { "category": "TOUGH TV TRIVIA", "air_date": "1987-04-07", @@ -1779699,16 +1692109,6 @@ "show_number": "5456", "fullAnswer": "Young Frankenstein" }, - { - "category": "AN HISTORIC OCCASION", - "air_date": "2008-05-05", - "question": "It's not Hillary, it's Rebecca Latimer Felton, who on Nov. 21, 1922 became the first woman to serve in this body", - "value": "$400", - "answer": "Senate", - "round": "Jeopardy!", - "show_number": "5456", - "fullAnswer": "the Senate" - }, { "category": "COMPLETE IT", "air_date": "2008-05-05", @@ -1779719,16 +1692119,6 @@ "show_number": "5456", "fullAnswer": "ballot" }, - { - "category": "PLEASE DON'T SET THE DORM ON FIRE", - "air_date": "2008-05-05", - "question": "Hey, chem majors! This alliterative heater seen here is not to be used at Herringbone Hall", - "value": "$400", - "answer": "Bunsen burner", - "round": "Jeopardy!", - "show_number": "5456", - "fullAnswer": "a Bunsen burner" - }, { "category": "2- OR 3-LETTER WORDS", "air_date": "2008-05-05", @@ -1779839,16 +1692229,6 @@ "show_number": "5456", "fullAnswer": "Blackbird" }, - { - "category": "PLEASE DON'T SET THE DORM ON FIRE", - "air_date": "2008-05-05", - "question": "This item seen here is definitely not a university-approved dorm fixture", - "value": "$800", - "answer": "flamethrower", - "round": "Jeopardy!", - "show_number": "5456", - "fullAnswer": "a flamethrower" - }, { "category": "2- OR 3-LETTER WORDS", "air_date": "2008-05-05", @@ -1779859,16 +1692239,6 @@ "show_number": "5456", "fullAnswer": "hoe/ho" }, - { - "category": "AROUND THE WORLD", - "air_date": "2008-05-05", - "question": "(Jimmy of the Clue Crew indicates a map on the monitor.) The waterway that separates South America from Antarctica is known as this passage, for an explorer who may have navigated it in 1578", - "value": "$1,000", - "answer": "Drake Passage", - "round": "Jeopardy!", - "show_number": "5456", - "fullAnswer": "the Drake Passage" - }, { "category": "MUSICALS", "air_date": "2008-05-05", @@ -1781179,16 +1693549,6 @@ "show_number": "4908", "fullAnswer": "Elvis Costello" }, - { - "category": "ERNEST HEMINGWAY", - "air_date": "2006-01-04", - "question": "(Sarah of the Clue Crew delivers the clue from the JFK Library and Museum wearing a metal ring.) Hemingway wore this ring for luck; it's made with shrapnel from the injuries he suffered during this war", - "value": "$400", - "answer": "First World War", - "round": "Double Jeopardy!", - "show_number": "4908", - "fullAnswer": "the First World War" - }, { "category": "HOMOPHONES", "air_date": "2006-01-04", @@ -1781419,16 +1693779,6 @@ "show_number": "4908", "fullAnswer": "Panchen Lama" }, - { - "category": "ERNEST HEMINGWAY", - "air_date": "2006-01-04", - "question": "(Cheryl of the Clue Crew delivers the clue from the JFK Library & Museum holding a composition book.) I'm holding Ernest Hemingway's first draft of this novel; you can see that his working title for it was \"Fiesta\"", - "value": "$2000", - "answer": "Sun Also Rises", - "round": "Double Jeopardy!", - "show_number": "4908", - "fullAnswer": "The Sun Also Rises" - }, { "category": "HOMOPHONES", "air_date": "2006-01-04", @@ -1781654,7 +1694004,7 @@ "air_date": "1990-01-12", "question": "1 of the 2 books Woodward & Bernstein wrote on the Watergate scandal", "value": "$400", - "answer": "All The President\\'s Men & The Final Days", + "answer": "All The President's Men & The Final Days", "round": "Jeopardy!", "show_number": "1240", "fullAnswer": "All The President\\'s Men & The Final Days" @@ -1781744,7 +1694094,7 @@ "air_date": "1990-01-12", "question": "Research center for marine science on Cape Cod; you could also list it under water", "value": "$500", - "answer": "Wood\\'s Hole Oceanographic Institute", + "answer": "Wood's Hole Oceanographic Institute", "round": "Jeopardy!", "show_number": "1240", "fullAnswer": "Wood\\'s Hole Oceanographic Institute" @@ -1782094,7 +1694444,7 @@ "air_date": "2005-03-31", "question": "Playing for this MLB team, Jose Canseco, Mark McGwire & Walt Weiss all won the Rookie of the Year award", "value": "$200", - "answer": "(Oakland) A\\'s", + "answer": "(Oakland) A's", "round": "Jeopardy!", "show_number": "4744", "fullAnswer": "the (Oakland) A\\'s" @@ -1782159,16 +1694509,6 @@ "show_number": "4744", "fullAnswer": "figure skating" }, - { - "category": "1955", - "air_date": "2005-03-31", - "question": "A popular song that year was this movie theme heard here", - "value": "$400", - "answer": "Love Is A Many Splendored Thing", - "round": "Jeopardy!", - "show_number": "4744", - "fullAnswer": "\"Love Is A Many Splendored Thing\"" - }, { "category": "\"FINGER\" EXERCISE", "air_date": "2005-03-31", @@ -1782379,16 +1694719,6 @@ "show_number": "4744", "fullAnswer": "three" }, - { - "category": "FLOWER NAMES", - "air_date": "2005-03-31", - "question": "This flower, seen here, was named for a mythical youth whom Apollo loved", - "value": "$400", - "answer": "hyacinth", - "round": "Double Jeopardy!", - "show_number": "4744", - "fullAnswer": "hyacinth" - }, { "category": "WARSAW", "air_date": "2005-03-31", @@ -1782439,16 +1694769,6 @@ "show_number": "4744", "fullAnswer": "after" }, - { - "category": "FLOWER NAMES", - "air_date": "2005-03-31", - "question": "The Spanish called this flower, seen here, copa de oro, \"cup of gold\"", - "value": "$800", - "answer": "California poppy", - "round": "Double Jeopardy!", - "show_number": "4744", - "fullAnswer": "a California poppy" - }, { "category": "WARSAW", "air_date": "2005-03-31", @@ -1782479,16 +1694799,6 @@ "show_number": "4744", "fullAnswer": "Joy of Sex" }, - { - "category": "THE TRUMAN SHOW", - "air_date": "2005-03-31", - "question": "(Sarah of the Clue Crew reports from the Truman Library in Independence, MO.) This is the actual champagne bottle that gave this woman so much trouble when she was christening a plane with it in '45", - "value": "$1200", - "answer": "Bess Truman", - "round": "Double Jeopardy!", - "show_number": "4744", - "fullAnswer": "Bess Truman" - }, { "category": "WORDS OF A FEATHER", "air_date": "2005-03-31", @@ -1782499,16 +1694809,6 @@ "show_number": "4744", "fullAnswer": "a raft" }, - { - "category": "FLOWER NAMES", - "air_date": "2005-03-31", - "question": "The name of this flower, seen here, comes from the Greek for \"star\", referring to the flower's shape", - "value": "$1200", - "answer": "aster", - "round": "Double Jeopardy!", - "show_number": "4744", - "fullAnswer": "aster" - }, { "category": "WARSAW", "air_date": "2005-03-31", @@ -1782559,16 +1694859,6 @@ "show_number": "4744", "fullAnswer": "father" }, - { - "category": "FLOWER NAMES", - "air_date": "2005-03-31", - "question": "Pink tulips & this flower, whose name indicates it's the first of its kind, line the path seen here--how fitting!", - "value": "$1600", - "answer": "primrose", - "round": "Double Jeopardy!", - "show_number": "4744", - "fullAnswer": "the primrose" - }, { "category": "WARSAW", "air_date": "2005-03-31", @@ -1782619,16 +1694909,6 @@ "show_number": "4744", "fullAnswer": "ether" }, - { - "category": "FLOWER NAMES", - "air_date": "2005-03-31", - "question": "The name of this garden flower, seen here, comes from Greek words for \"water\" & \"vessel\"", - "value": "$2000", - "answer": "hydrangeas", - "round": "Double Jeopardy!", - "show_number": "4744", - "fullAnswer": "hydrangeas" - }, { "category": "WARSAW", "air_date": "2005-03-31", @@ -1782684,7 +1694964,7 @@ "air_date": "2005-12-29", "question": "This Beatles film premiered in London on July 6, 1964", "value": "$200", - "answer": "Hard Day\\'s Night", + "answer": "Hard Day's Night", "round": "Jeopardy!", "show_number": "4904", "fullAnswer": "A Hard Day\\'s Night" @@ -1782834,7 +1695114,7 @@ "air_date": "2005-12-29", "question": "Still being published today, this adventure magazine for Boy Scouts debuted in 1911", "value": "$600", - "answer": "Boys\\' Life", + "answer": "Boys' Life", "round": "Jeopardy!", "show_number": "4904", "fullAnswer": "Boys\\' Life" @@ -1782889,16 +1695169,6 @@ "show_number": "4904", "fullAnswer": "jerk" }, - { - "category": "PLAY \"BOY\"", - "air_date": "2005-12-29", - "question": "Botanical bramble pictured here", - "value": "$800", - "answer": "boysenberry", - "round": "Jeopardy!", - "show_number": "4904", - "fullAnswer": "boysenberry" - }, { "category": "MAGAZINES", "air_date": "2005-12-29", @@ -1783109,16 +1695379,6 @@ "show_number": "4904", "fullAnswer": "Treasure Island" }, - { - "category": "MUSICAL INSTRUMENTS", - "air_date": "2005-12-29", - "question": "(Sarah of the Clue Crew holds a stringed musical instrument with a triangular body in Russia.) In a Russian marketplace, you can get a good deal on this item that's mentioned in \"Back In The U.S.S.R.\"", - "value": "$1200", - "answer": "balalaika", - "round": "Double Jeopardy!", - "show_number": "4904", - "fullAnswer": "a balalaika" - }, { "category": "NOT A BRITISH PRIME MINISTER", "air_date": "2005-12-29", @@ -1783139,16 +1695399,6 @@ "show_number": "4904", "fullAnswer": "Frederic Remington Steele" }, - { - "category": "MATH & SCIENCE", - "air_date": "2005-12-29", - "question": "(Jon of the Clue Crew shows a % sign on a video monitor as it changes to have one more 0 in the denominator.) You know percent, but how about this similar term that indicates parts in 1,000", - "value": "$1600", - "answer": "per mil", - "round": "Double Jeopardy!", - "show_number": "4904", - "fullAnswer": "per mil" - }, { "category": "ROBERT LOUIS STEVENSON", "air_date": "2005-12-29", @@ -1783804,7 +1696054,7 @@ "air_date": "1997-05-22", "question": "A law requiring disclosure of sex offenders' whereabouts is called this, after a murdered girl", "value": "$1000", - "answer": "Megan\\'s Law", + "answer": "Megan's Law", "round": "Double Jeopardy!", "show_number": "2944", "fullAnswer": "Megan\\'s Law" @@ -1784279,16 +1696529,6 @@ "show_number": "5133", "fullAnswer": "espresso" }, - { - "category": "ARTISTS", - "air_date": "2006-12-27", - "question": "(Sarah of the Clue Crew reports from the Hermitage in Saint Petersburg.) The Hemitage's only work by this Englishman is his \"Portrait of a Lady in Blue\"; he really liked the color blue", - "value": "$2,100", - "answer": "Gainsborough", - "round": "Double Jeopardy!", - "show_number": "5133", - "fullAnswer": "Gainsborough" - }, { "category": "BIG BUSINESS", "air_date": "2006-12-27", @@ -1785129,36 +1697369,6 @@ "show_number": "5299", "fullAnswer": "Sex and the City" }, - { - "category": "THE U.S. AIR FORCE", - "air_date": "2007-09-27", - "question": "(Alex reports from Kadena Air Force Base in Japan.) This is the main job of the KC-135 Stratotanker; it helps put the \"global\" in the Air Force's global reach, global power", - "value": "$400", - "answer": "fueling", - "round": "Jeopardy!", - "show_number": "5299", - "fullAnswer": "fueling" - }, - { - "category": "MUSEUMS", - "air_date": "2007-09-27", - "question": "The highlight of Argentina's national history museum in this city is Candido Lopez's historical canvases", - "value": "$400", - "answer": "Buenos Aires", - "round": "Jeopardy!", - "show_number": "5299", - "fullAnswer": "Buenos Aires" - }, - { - "category": "WHAT ARE YOU MADE OF?", - "air_date": "2007-09-27", - "question": "Queen Elizabeth II, seen here", - "value": "$400", - "answer": "wax", - "round": "Jeopardy!", - "show_number": "5299", - "fullAnswer": "wax" - }, { "category": "BEASTLY NOISES", "air_date": "2007-09-27", @@ -1785189,16 +1697399,6 @@ "show_number": "5299", "fullAnswer": "Desperate Housewives" }, - { - "category": "THE U.S. AIR FORCE", - "air_date": "2007-09-27", - "question": "(Alex reports in front of a U.S. Air Force aircraft.) AWACS-E3s were among the very first airborne assets to deploy during this August 1990 operation, establishing round-the-clock radar capability", - "value": "$600", - "answer": "Desert Shield", - "round": "Jeopardy!", - "show_number": "5299", - "fullAnswer": "Desert Shield" - }, { "category": "MUSEUMS", "air_date": "2007-09-27", @@ -1785249,16 +1697449,6 @@ "show_number": "5299", "fullAnswer": "The West Wing" }, - { - "category": "THE U.S. AIR FORCE", - "air_date": "2007-09-27", - "question": "(Alex reports from inside an aircraft cockpit.) The many sensors of the F-22A Raptor allowing it to track, identify and destroy enemy threats without being detected, make it the epitome of this kind of fighter", - "value": "$800", - "answer": "stealth", - "round": "Jeopardy!", - "show_number": "5299", - "fullAnswer": "stealth" - }, { "category": "MUSEUMS", "air_date": "2007-09-27", @@ -1785309,16 +1697499,6 @@ "show_number": "5299", "fullAnswer": "The Shield" }, - { - "category": "THE U.S. AIR FORCE", - "air_date": "2007-09-27", - "question": "(Kelly of the Clue Crew reports in front of a helicopter.) Kadena Air Base is home to the Air Force's largest combat one of these, the 18; not a part of a plane, but a military unit", - "value": "$1000", - "answer": "wing", - "round": "Jeopardy!", - "show_number": "5299", - "fullAnswer": "wing" - }, { "category": "MUSEUMS", "air_date": "2007-09-27", @@ -1785329,16 +1697509,6 @@ "show_number": "5299", "fullAnswer": "Daniel Wadsworth" }, - { - "category": "WHAT ARE YOU MADE OF?", - "air_date": "2007-09-27", - "question": "The warriors of China's first Chin emperors seen here", - "value": "$1000", - "answer": "terra cotta", - "round": "Jeopardy!", - "show_number": "5299", - "fullAnswer": "terra cotta" - }, { "category": "BEASTLY NOISES", "air_date": "2007-09-27", @@ -1785349,16 +1697519,6 @@ "show_number": "5299", "fullAnswer": "whinny (Winnie)" }, - { - "category": "CONSUMER REPORTS ROAD TEST", - "air_date": "2007-09-27", - "question": "(Jon of the Clue Crew reports from the Consumer Reports road test facility.) Consumer Reports checks out how well a car stops when its wheels are on different surfaces with its \"split-mu\" area, mu standing for coefficient of this", - "value": "$400", - "answer": "friction", - "round": "Double Jeopardy!", - "show_number": "5299", - "fullAnswer": "friction" - }, { "category": "QUOTABLE MOVIES", "air_date": "2007-09-27", @@ -1785394,7 +1697554,7 @@ "air_date": "2007-09-27", "question": "5-word phrase repeated by Dorothy Gale when clicking her heels together in \"The Wizard of Oz\"", "value": "$400", - "answer": "there\\'s no place like home", + "answer": "there's no place like home", "round": "Double Jeopardy!", "show_number": "5299", "fullAnswer": "there\\'s no place like home" @@ -1785469,16 +1697629,6 @@ "show_number": "5299", "fullAnswer": "Lance Armstrong" }, - { - "category": "CONSUMER REPORTS ROAD TEST", - "air_date": "2007-09-27", - "question": "(Kelly of the Clue Crew presents from the Consumer Reports road test facility.) Among Consumer Reports' testing criteria is axle articulation, how well the wheels maintain this, from the Latin for \"pull over rocky terrain\"", - "value": "$1200", - "answer": "traction", - "round": "Double Jeopardy!", - "show_number": "5299", - "fullAnswer": "traction" - }, { "category": "QUOTABLE MOVIES", "air_date": "2007-09-27", @@ -1785559,16 +1697709,6 @@ "show_number": "5299", "fullAnswer": "Oberon" }, - { - "category": "PARTY", - "air_date": "2007-09-27", - "question": "This European party is named for the time of year when its thrown", - "value": "$1600", - "answer": "Oktoberfest", - "round": "Double Jeopardy!", - "show_number": "5299", - "fullAnswer": "Oktoberfest" - }, { "category": "\"LIKE\"", "air_date": "2007-09-27", @@ -1785589,16 +1697729,6 @@ "show_number": "5299", "fullAnswer": "Tanzania" }, - { - "category": "CONSUMER REPORTS ROAD TEST", - "air_date": "2007-09-27", - "question": "(Jon of the Clue Crew reports from the Consumer Reports road test facility.) To see how the car handles without it, Consumer Reports has disabled a system becoming standard on U.S. autos, ESC, electronic this control", - "value": "$2000", - "answer": "stability", - "round": "Double Jeopardy!", - "show_number": "5299", - "fullAnswer": "stability" - }, { "category": "QUOTABLE MOVIES", "air_date": "2007-09-27", @@ -1785804,7 +1697934,7 @@ "air_date": "2000-11-01", "question": "Chief Bromden, a mental patient, narrates this 1962 novel", "value": "$300", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Jeopardy!", "show_number": "3718", "fullAnswer": "One Flew Over the Cuckoo\\'s Nest" @@ -1786864,7 +1698994,7 @@ "air_date": "2011-03-11", "question": "In a 1961 Elvis smash, this 8-word refrain follows, \"wise men say only fools rush in, but\"", "value": "$200", - "answer": "I can\\'t help falling in love with you", + "answer": "I can't help falling in love with you", "round": "Jeopardy!", "show_number": "6105", "fullAnswer": "I can\\'t help falling in love with you" @@ -1786924,7 +1699054,7 @@ "air_date": "2011-03-11", "question": "In 1957 the King recorded this seasonal song about getting somewhere for the holidays \"if only in my dreams\"", "value": "$400", - "answer": "I\\'ll Be Home For Christmas", + "answer": "I'll Be Home For Christmas", "round": "Jeopardy!", "show_number": "6105", "fullAnswer": "I\\'ll Be Home For Christmas" @@ -1787034,7 +1699164,7 @@ "air_date": "2011-03-11", "question": "The King called this Hank Williams classic he recorded in 1973 \"the saddest song I've heard in my life\"", "value": "$800", - "answer": "I\\'m So Lonesome I Could Cry", + "answer": "I'm So Lonesome I Could Cry", "round": "Jeopardy!", "show_number": "6105", "fullAnswer": "I\\'m So Lonesome I Could Cry" @@ -1787299,16 +1699429,6 @@ "show_number": "6105", "fullAnswer": "Meet Joe Black" }, - { - "category": "YOU SHOULDN'T HAVE LEFT THE COUCH", - "air_date": "2011-03-11", - "question": "(Jimmy of the Clue Crew shows an anatomical demonstration on a monitor) If the inflamation called bursitis happens where the tendons in your forearm attach to the prominence of the humerus bone, it's known as this sporty affliction", - "value": "$1600", - "answer": "tennis elbow", - "round": "Double Jeopardy!", - "show_number": "6105", - "fullAnswer": "tennis elbow" - }, { "category": "ODD 4-LETTER WORDS", "air_date": "2011-03-11", @@ -1787614,7 +1699734,7 @@ "air_date": "1998-03-03", "question": "In this 1962 novel, McMurphy takes on Nurse Ratched", "value": "$400", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Jeopardy!", "show_number": "3117", "fullAnswer": "\"One Flew Over the Cuckoo\\'s Nest\"" @@ -1787774,7 +1699894,7 @@ "air_date": "1998-03-03", "question": "To this Disney song title, comic Steven Wright adds the thought, \"But I wouldn't want to have to paint it\"", "value": "$400", - "answer": "It\\'s A Small World", + "answer": "It's A Small World", "round": "Double Jeopardy!", "show_number": "3117", "fullAnswer": "\"It\\'s A Small World\"" @@ -1787824,7 +1699944,7 @@ "air_date": "1998-03-03", "question": "It's said of someone who can find profits & perhaps pearls in his surroundings", "value": "$600", - "answer": "The world\\'s his oyster", + "answer": "The world's his oyster", "round": "Double Jeopardy!", "show_number": "3117", "fullAnswer": "\"The world\\'s his oyster\"" @@ -1787884,7 +1700004,7 @@ "air_date": "1998-03-03", "question": "This Irishman's 1926 play \"The Plough and the Stars\" was so controversial it provoked riots", "value": "$800", - "answer": "Sean O\\'Casey", + "answer": "Sean O'Casey", "round": "Double Jeopardy!", "show_number": "3117", "fullAnswer": "Sean O\\'Casey" @@ -1787919,16 +1700039,6 @@ "show_number": "3117", "fullAnswer": "San Jose" }, - { - "category": "A \"WORLD\" OF INFORMATION", - "air_date": "1998-03-03", - "question": "A British band played this song as Cornwallis surrendered at Yorktown:", - "value": "$1,200", - "answer": "The World Turned Upside Down", - "round": "Double Jeopardy!", - "show_number": "3117", - "fullAnswer": "\"The World Turned Upside Down\"" - }, { "category": "WORLD HISTORY", "air_date": "1998-03-03", @@ -1788954,7 +1701064,7 @@ "air_date": "2003-04-02", "question": "Nicklaus' pants", "value": "$400", - "answer": "Jack\\'s slacks", + "answer": "Jack's slacks", "round": "Double Jeopardy!", "show_number": "4288", "fullAnswer": "Jack\\'s slacks" @@ -1789014,7 +1701124,7 @@ "air_date": "2003-04-02", "question": "\"60 Minutes\" man Rooney's jellybeans", "value": "$800", - "answer": "Andy\\'s candies", + "answer": "Andy's candies", "round": "Double Jeopardy!", "show_number": "4288", "fullAnswer": "Andy\\'s candies" @@ -1789074,7 +1701184,7 @@ "air_date": "2003-04-02", "question": "Ebert's elderly eccentrics", "value": "$1200", - "answer": "Roger\\'s codgers", + "answer": "Roger's codgers", "round": "Double Jeopardy!", "show_number": "4288", "fullAnswer": "Roger\\'s codgers" @@ -1789134,7 +1701244,7 @@ "air_date": "2003-04-02", "question": "Diesel's lower jaws", "value": "$1600", - "answer": "Vin\\'s chins", + "answer": "Vin's chins", "round": "Double Jeopardy!", "show_number": "4288", "fullAnswer": "Vin\\'s chins" @@ -1789194,7 +1701304,7 @@ "air_date": "2003-04-02", "question": "Goodall's aches", "value": "$2000", - "answer": "Jane\\'s pains", + "answer": "Jane's pains", "round": "Double Jeopardy!", "show_number": "4288", "fullAnswer": "Jane\\'s pains" @@ -1789299,16 +1701409,6 @@ "show_number": "4573", "fullAnswer": "a ream" }, - { - "category": "HAMLETS", - "air_date": "2004-06-23", - "question": "(Hi, I'm Ashton Kutcher.) It is the hometown of the man who was president of the United States on the last day of the 1970s", - "value": "$3,200", - "answer": "Plains, Georgia", - "round": "Jeopardy!", - "show_number": "4573", - "fullAnswer": "Plains, Georgia" - }, { "category": "THE \"TEMP\"-IST", "air_date": "2004-06-23", @@ -1789379,16 +1701479,6 @@ "show_number": "4573", "fullAnswer": "temperance" }, - { - "category": "SHAKESPEAREAN ACTORS", - "air_date": "2004-06-23", - "question": "Christopher Plummer is seen here in his searing 2004 performance as this mad monarch", - "value": "$600", - "answer": "King Lear", - "round": "Jeopardy!", - "show_number": "4573", - "fullAnswer": "King Lear" - }, { "category": "RICHARD III", "air_date": "2004-06-23", @@ -1789439,16 +1701529,6 @@ "show_number": "4573", "fullAnswer": "a temperament" }, - { - "category": "SHAKESPEAREAN ACTORS", - "air_date": "2004-06-23", - "question": "Now an assistant DA on television, he's seen here in 1968 playing Prince Hal in Henry IV, Part II", - "value": "$800", - "answer": "Sam Waterston", - "round": "Jeopardy!", - "show_number": "4573", - "fullAnswer": "Sam Waterston" - }, { "category": "RICHARD III", "air_date": "2004-06-23", @@ -1789509,16 +1701589,6 @@ "show_number": "4573", "fullAnswer": "Judi Dench" }, - { - "category": "MEXICO", - "air_date": "2004-06-23", - "question": "(Sarah of the Clue Crew sets down to la cena with four friends in the Yucatan Peninsula, Mexico.) In Mexico, you can enjoy the music of this type of band whose name may come from the word \"marriage\"", - "value": "$400", - "answer": "mariachi", - "round": "Double Jeopardy!", - "show_number": "4573", - "fullAnswer": "mariachi" - }, { "category": "THEIR LAST NO. 1 HIT", "air_date": "2004-06-23", @@ -1789629,22 +1701699,12 @@ "show_number": "4573", "fullAnswer": "lambda" }, - { - "category": "MEXICO", - "air_date": "2004-06-23", - "question": "(Sofia of the Clue Crew reads from Yucatan Peninsula, Mexico.) Carnaval ended yesterday here in Mexico, so today is this day of observance called Miercoles de Ceniza", - "value": "$1200", - "answer": "Ash Wednesday", - "round": "Double Jeopardy!", - "show_number": "4573", - "fullAnswer": "Ash Wednesday" - }, { "category": "THEIR LAST NO. 1 HIT", "air_date": "2004-06-23", "question": "\"I'm Henry VIII, I Am\"", "value": "$1200", - "answer": "Herman\\'s Hermits", + "answer": "Herman's Hermits", "round": "Double Jeopardy!", "show_number": "4573", "fullAnswer": "Herman\\'s Hermits" @@ -1789749,16 +1701809,6 @@ "show_number": "4573", "fullAnswer": "Lamentations" }, - { - "category": "MEXICO", - "air_date": "2004-06-23", - "question": "In 1864, this man seen here took up residence in the old Castle of Chapultepec", - "value": "$2000", - "answer": "Maximillian", - "round": "Double Jeopardy!", - "show_number": "4573", - "fullAnswer": "Maximillian" - }, { "category": "THEIR LAST NO. 1 HIT", "air_date": "2004-06-23", @@ -1790164,7 +1702214,7 @@ "air_date": "2001-01-03", "question": "It's been said that birds choose their mates on this holiday", "value": "$200", - "answer": "Valentine\\'s Day", + "answer": "Valentine's Day", "round": "Double Jeopardy!", "show_number": "3763", "fullAnswer": "Valentine\\'s Day" @@ -1790284,7 +1702334,7 @@ "air_date": "2001-01-03", "question": "This federal holiday can fall on any date from February 15 to February 21", "value": "$600", - "answer": "Presidents\\' Day/Washington\\'s Birthday", + "answer": "Presidents' Day/Washington's Birthday", "round": "Double Jeopardy!", "show_number": "3763", "fullAnswer": "Presidents\\' Day/Washington\\'s Birthday" @@ -1790474,7 +1702524,7 @@ "air_date": "1999-05-14", "question": "This company, which sold its 20 billionth can of condensed tomato soup in 1990, introduced \"Soup to Go\" in 1998", "value": "$100", - "answer": "Campbell\\'s", + "answer": "Campbell's", "round": "Jeopardy!", "show_number": "3395", "fullAnswer": "Campbell\\'s" @@ -1790584,7 +1702634,7 @@ "air_date": "1999-05-14", "question": "Viki's samples from the locker room floor showed how the trichophyton fungi caused this \"sporty\" condition", "value": "$300", - "answer": "Athlete\\'s foot", + "answer": "Athlete's foot", "round": "Jeopardy!", "show_number": "3395", "fullAnswer": "Athlete\\'s foot" @@ -1790974,7 +1703024,7 @@ "air_date": "1999-05-14", "question": "This 1992 Wally Lamb novel hit No. 1 on the bestseller list in 1997 after Oprah selected it for her book club", "value": "$1000", - "answer": "She\\'s Come Undone", + "answer": "She's Come Undone", "round": "Double Jeopardy!", "show_number": "3395", "fullAnswer": "\"She\\'s Come Undone\"" @@ -1792134,7 +1704184,7 @@ "air_date": "2005-03-16", "question": "No. 89 is this 1966 hit that John Phillips came up with on a cold winter's night in Manhattan", "value": "$2,000", - "answer": "California Dreamin\\'", + "answer": "California Dreamin'", "round": "Double Jeopardy!", "show_number": "4733", "fullAnswer": "\"California Dreamin\\'\"" @@ -1793509,16 +1705559,6 @@ "show_number": "4562", "fullAnswer": "(Robert C.) Atkins" }, - { - "category": "NATIONAL ANTHEMS", - "air_date": "2004-06-08", - "question": "O, can you name this country whose anthem is heard here", - "value": "$400", - "answer": "Canada", - "round": "Jeopardy!", - "show_number": "4562", - "fullAnswer": "Canada" - }, { "category": "TV-PODGE", "air_date": "2004-06-08", @@ -1793639,16 +1705679,6 @@ "show_number": "4562", "fullAnswer": "Belize" }, - { - "category": "TV-PODGE", - "air_date": "2004-06-08", - "question": "(Hi, I'm Will Estes.) As \"American Dreams\" is based around \"American Bandstand\" in the 1960s, it's set in this city", - "value": "$800", - "answer": "Philadelphia", - "round": "Jeopardy!", - "show_number": "4562", - "fullAnswer": "Philadelphia" - }, { "category": "COLORS OF THE RAINBOW", "air_date": "2004-06-08", @@ -1793689,16 +1705719,6 @@ "show_number": "4562", "fullAnswer": "eat more" }, - { - "category": "NATIONAL ANTHEMS", - "air_date": "2004-06-08", - "question": "The anthem heard here was composed in this century", - "value": "$1000", - "answer": "18th century", - "round": "Jeopardy!", - "show_number": "4562", - "fullAnswer": "the 18th century" - }, { "category": "TV-PODGE", "air_date": "2004-06-08", @@ -1793779,16 +1705799,6 @@ "show_number": "4562", "fullAnswer": "eyes" }, - { - "category": "\"B\" FOLKS", - "air_date": "2004-06-08", - "question": "He's the super-smooth singer seen here", - "value": "$400", - "answer": "Tony Bennett", - "round": "Double Jeopardy!", - "show_number": "4562", - "fullAnswer": "Tony Bennett" - }, { "category": "1845", "air_date": "2004-06-08", @@ -1793879,16 +1705889,6 @@ "show_number": "4562", "fullAnswer": "Fidelio" }, - { - "category": "CELEBRITY SURNAME SPELLING", - "air_date": "2004-06-08", - "question": "Comic hostess/fish-voicer seen here", - "value": "$1200", - "answer": "D-E-G-E-N-E-R-E-S", - "round": "Double Jeopardy!", - "show_number": "4562", - "fullAnswer": "D-E-G-E-N-E-R-E-S" - }, { "category": "QUOTATIONS", "air_date": "2004-06-08", @@ -1793959,16 +1705959,6 @@ "show_number": "4562", "fullAnswer": "Thatcher" }, - { - "category": "\"B\" FOLKS", - "air_date": "2004-06-08", - "question": "(Sofia of the Clue Crew reports from the Titanic artifact exhibit at the California Science Center.) This man, who led the Titanic's discovery, found that the iceberg didn't cut into the hull, but pushed its rivets out", - "value": "$1600", - "answer": "Dr. Robert Ballard", - "round": "Double Jeopardy!", - "show_number": "4562", - "fullAnswer": "Dr. Robert Ballard" - }, { "category": "1845", "air_date": "2004-06-08", @@ -1793979,16 +1705969,6 @@ "show_number": "4562", "fullAnswer": "a bonnet" }, - { - "category": "4-LETTER WORDS", - "air_date": "2004-06-08", - "question": "(Sarah admires art at the Bishop's House in Sitka, Alaska.) St. Innocent of Irkutsk is represented here in this type of image, traditional in the Eastern Church", - "value": "$1600", - "answer": "icon", - "round": "Double Jeopardy!", - "show_number": "4562", - "fullAnswer": "an icon" - }, { "category": "OPERA", "air_date": "2004-06-08", @@ -1794084,7 +1706064,7 @@ "air_date": "1999-04-13", "question": "Burt & Hal won an Oscar for this song from \"Butch Cassidy and the Sundance Kid\"", "value": "$100", - "answer": "Raindrops Keep Fallin\\' on My Head", + "answer": "Raindrops Keep Fallin' on My Head", "round": "Jeopardy!", "show_number": "3372", "fullAnswer": "\"Raindrops Keep Fallin\\' on My Head\"" @@ -1794384,7 +1706364,7 @@ "air_date": "1999-04-13", "question": "Name of a motorcycle gang founded in California in 1948; what do their wings look like?", "value": "$200", - "answer": "Hell\\'s Angels", + "answer": "Hell's Angels", "round": "Double Jeopardy!", "show_number": "3372", "fullAnswer": "Hell\\'s Angels" @@ -1794694,7 +1706674,7 @@ "air_date": "2006-11-17", "question": "Though in Arabic his first & middle names mean \"little warrior\", there's nothing little about this 7'1\" Miami center", "value": "$200", - "answer": "Shaquille O\\'Neal", + "answer": "Shaquille O'Neal", "round": "Jeopardy!", "show_number": "5105", "fullAnswer": "Shaquille O\\'Neal" @@ -1794729,16 +1706709,6 @@ "show_number": "5105", "fullAnswer": "Los Angeles" }, - { - "category": "JERSEY BOYS", - "air_date": "2006-11-17", - "question": "(Before the clue is given, Daniel Reichard, John Lloyd Young, Christian Hoff, and J. Robert Spencer from the Broadway hit Jersey Boys perform.)

\"Big girls don't cry-y-y (they don't cry) /
Big girls don't cry (I wonder why) /
(Silly boy) Told my girl we had to break up /
(Silly boy) Thought that she would call my bluff /
(Silly boy) Then she said to my surprise /
'Big girls don't cry'
\"

\"Jersey Boys\" tells the rags-to-rock-to-riches story of this legendary group", - "value": "$400", - "answer": "Four Seasons", - "round": "Jeopardy!", - "show_number": "5105", - "fullAnswer": "The Four Seasons" - }, { "category": "STAR WARS", "air_date": "2006-11-17", @@ -1794959,16 +1706929,6 @@ "show_number": "5105", "fullAnswer": "endangered" }, - { - "category": "GOVERNMENT & POLITICS", - "air_date": "2006-11-17", - "question": "(Cheryl of the Clue Crew stands outside the Merrimack Restaurant in New Hampshire.) This Colorado senator was one of the many politicos to come to the Merrimack Restaurant in Manchester, New Hampshire ahead of the big primary", - "value": "$2000", - "answer": "Gary Hart", - "round": "Double Jeopardy!", - "show_number": "5105", - "fullAnswer": "Gary Hart" - }, { "category": "FAME BECOMES ME", "air_date": "2006-11-17", @@ -1795309,16 +1707269,6 @@ "show_number": "5343", "fullAnswer": "sol" }, - { - "category": "THE LBJ LIBRARY & MUSEUM", - "air_date": "2007-11-28", - "question": "(Jon of the Clue Crew stands in front of a photograph of LBJ and Jackie Kennedy.) I'm at the LBJ Library with the prayer book on which Lyndon Johnson placed his hand to be sworn in on this date aboard Air Force One", - "value": "$400", - "answer": "November 22, 1963", - "round": "Double Jeopardy!", - "show_number": "5343", - "fullAnswer": "November 22, 1963" - }, { "category": "MOVIE FOLK", "air_date": "2007-11-28", @@ -1795369,16 +1707319,6 @@ "show_number": "5343", "fullAnswer": "the Panama Canal" }, - { - "category": "THE LBJ LIBRARY & MUSEUM", - "air_date": "2007-11-28", - "question": "(Kelly of the Clue Crew stands in front of LBJ signing a bill.) In 1964, in one of his greatest triumphs, Lyndon Johnson signed this act that ended legal discrimination in the United States", - "value": "$1,400", - "answer": "Civil Rights Act", - "round": "Double Jeopardy!", - "show_number": "5343", - "fullAnswer": "Civil Rights Act" - }, { "category": "MOVIE FOLK", "air_date": "2007-11-28", @@ -1795419,16 +1707359,6 @@ "show_number": "5343", "fullAnswer": "Machiavelli" }, - { - "category": "THE LBJ LIBRARY & MUSEUM", - "air_date": "2007-11-28", - "question": "(Kelly stands next to a big gray sphere.) This moon globe, a birthday gift to LBJ, was given to him in this year, a month after the first moon landing", - "value": "$1200", - "answer": "1969", - "round": "Double Jeopardy!", - "show_number": "5343", - "fullAnswer": "1969" - }, { "category": "MOVIE FOLK", "air_date": "2007-11-28", @@ -1795459,26 +1707389,6 @@ "show_number": "5343", "fullAnswer": "PDA" }, - { - "category": "\"MAC\" OR \"P.C.\"", - "air_date": "2007-11-28", - "question": "Popular & successful team leader seen here", - "value": "$1200", - "answer": "Pete Carroll", - "round": "Double Jeopardy!", - "show_number": "5343", - "fullAnswer": "Pete Carroll" - }, - { - "category": "THE LBJ LIBRARY & MUSEUM", - "air_date": "2007-11-28", - "question": "(Kelly stands in the Oval Office.) The LBJ Library has a replica of the Oval Office, from which the President monitored both the Vietnam War & this domestic war he declared March 16, 1964", - "value": "$1600", - "answer": "War on Poverty", - "round": "Double Jeopardy!", - "show_number": "5343", - "fullAnswer": "the War on Poverty" - }, { "category": "MOVIE FOLK", "air_date": "2007-11-28", @@ -1795519,16 +1707429,6 @@ "show_number": "5343", "fullAnswer": "macadam (tarmac accepted)" }, - { - "category": "THE LBJ LIBRARY & MUSEUM", - "air_date": "2007-11-28", - "question": "(Jon speaks from the Oval Office.) On March 31, 1968, LBJ spoke from the Oval Office exactly 2 months after this North Vietnamese attack; though he said it was a failure, it changed the view of the war at home", - "value": "$2000", - "answer": "Tet Offensive", - "round": "Double Jeopardy!", - "show_number": "5343", - "fullAnswer": "the Tet Offensive" - }, { "category": "MOVIE FOLK", "air_date": "2007-11-28", @@ -1795629,16 +1707529,6 @@ "show_number": "6236", "fullAnswer": "in my humble opinion" }, - { - "category": "SEASHELLS", - "air_date": "2011-10-31", - "question": "Prized by collectors, this type of shell has been used as a trumpet for thousands of years", - "value": "$200", - "answer": "conch", - "round": "Jeopardy!", - "show_number": "6236", - "fullAnswer": "a conch" - }, { "category": "RICH COUNTRY, POOR COUNTRY", "air_date": "2011-10-31", @@ -1795689,16 +1707579,6 @@ "show_number": "6236", "fullAnswer": "on my way" }, - { - "category": "SEASHELLS", - "air_date": "2011-10-31", - "question": "(Jimmy of the Clue Crew presents the clue.) The shell of tridacna squamosa, or fluted giant clam, shows why is is classed as one of these, from the Latin for \"two folding doors\"", - "value": "$400", - "answer": "bivalve", - "round": "Jeopardy!", - "show_number": "6236", - "fullAnswer": "a bivalve" - }, { "category": "RICH COUNTRY, POOR COUNTRY", "air_date": "2011-10-31", @@ -1795749,16 +1707629,6 @@ "show_number": "6236", "fullAnswer": "I am not a lawyer" }, - { - "category": "SEASHELLS", - "air_date": "2011-10-31", - "question": "An abalone shell is lined with a lustrous material called nacre, or this, because shellfish can give birth to gems", - "value": "$600", - "answer": "mother of pearl", - "round": "Jeopardy!", - "show_number": "6236", - "fullAnswer": "mother of pearl" - }, { "category": "RICH COUNTRY, POOR COUNTRY", "air_date": "2011-10-31", @@ -1795809,16 +1707679,6 @@ "show_number": "6236", "fullAnswer": "love you lots" }, - { - "category": "SEASHELLS", - "air_date": "2011-10-31", - "question": "Irregularly-shaped shells of creature in the family vermetidae are also known as this type of shell, named for an earth tiller", - "value": "$800", - "answer": "worm shell", - "round": "Jeopardy!", - "show_number": "6236", - "fullAnswer": "a worm shell" - }, { "category": "RICH COUNTRY, POOR COUNTRY", "air_date": "2011-10-31", @@ -1795869,16 +1707729,6 @@ "show_number": "6236", "fullAnswer": "too much information" }, - { - "category": "SEASHELLS", - "air_date": "2011-10-31", - "question": "Shells of the family terebridae, called this, like the carpenter's drilling tool they resemble", - "value": "$1000", - "answer": "auger shell", - "round": "Jeopardy!", - "show_number": "6236", - "fullAnswer": "an auger shell" - }, { "category": "IT'S NOT THE END OF THE WORLD", "air_date": "2011-10-31", @@ -1795934,7 +1707784,7 @@ "air_date": "2011-10-31", "question": "It's the National Cathedral of the Church of Ireland", "value": "$400", - "answer": "St. Patrick\\'s", + "answer": "St. Patrick's", "round": "Double Jeopardy!", "show_number": "6236", "fullAnswer": "St. Patrick\\'s" @@ -1796049,16 +1707899,6 @@ "show_number": "6236", "fullAnswer": "candy corn" }, - { - "category": "\"TRICK\" OR \"TREAT\"", - "air_date": "2011-10-31", - "question": "Rick Nielsen, this band's guitarist is seen here in his trademark look", - "value": "$1200", - "answer": "Cheap Trick", - "round": "Double Jeopardy!", - "show_number": "6236", - "fullAnswer": "Cheap Trick" - }, { "category": "IT'S NOT THE END OF THE WORLD", "air_date": "2011-10-31", @@ -1796389,16 +1708229,6 @@ "show_number": "5890", "fullAnswer": "48" }, - { - "category": "STAMP IT OUT", - "air_date": "2010-04-02", - "question": "18th-century French playing cards inspired the look of the \"Love\" stamp seen here with these card names", - "value": "$800", - "answer": "king & queen of hearts", - "round": "Jeopardy!", - "show_number": "5890", - "fullAnswer": "the king & queen of hearts" - }, { "category": "YOU DA BOMB!", "air_date": "2010-04-02", @@ -1796509,16 +1708339,6 @@ "show_number": "5890", "fullAnswer": "a calzone" }, - { - "category": "WEIRD CRITTERS", - "air_date": "2010-04-02", - "question": "A living fossil of the deep, the goblin variety of this fish is seen here", - "value": "$400", - "answer": "shark", - "round": "Double Jeopardy!", - "show_number": "5890", - "fullAnswer": "the shark" - }, { "category": "WORDS AND THEIR MEANINGS", "air_date": "2010-04-02", @@ -1796569,16 +1708389,6 @@ "show_number": "5890", "fullAnswer": "caviar" }, - { - "category": "WEIRD CRITTERS", - "air_date": "2010-04-02", - "question": "Found in Argentina, the pink fairy species of this armored animal reaches only a length of about 5 inches", - "value": "$800", - "answer": "armadillo", - "round": "Double Jeopardy!", - "show_number": "5890", - "fullAnswer": "an armadillo" - }, { "category": "WORDS AND THEIR MEANINGS", "air_date": "2010-04-02", @@ -1796609,16 +1708419,6 @@ "show_number": "5890", "fullAnswer": "Secretariat" }, - { - "category": "EUROPEAN LEADERS", - "air_date": "2010-04-02", - "question": "Yulia Tymoshenko was a leader of the Orange Revolution in this former SSR & became one of its leaders", - "value": "$1200", - "answer": "Ukraine", - "round": "Double Jeopardy!", - "show_number": "5890", - "fullAnswer": "Ukraine" - }, { "category": "\"C\"ULINARY CROSSWORD CLUES", "air_date": "2010-04-02", @@ -1796689,26 +1708489,6 @@ "show_number": "5890", "fullAnswer": "Clementine" }, - { - "category": "WEIRD CRITTERS", - "air_date": "2010-04-02", - "question": "This word applied to many types of itty-bitty critters is the species of marmoset seen here", - "value": "$4,000", - "answer": "pygmy", - "round": "Double Jeopardy!", - "show_number": "5890", - "fullAnswer": "the pygmy" - }, - { - "category": "WORDS AND THEIR MEANINGS", - "air_date": "2010-04-02", - "question": "(Sarah of the Clue Crew reports from the Netherlands.) The spinning blades on a windmill are called these, & they work on the same principle as those on a boat", - "value": "$1600", - "answer": "sails", - "round": "Double Jeopardy!", - "show_number": "5890", - "fullAnswer": "sails" - }, { "category": "REWRITING HAMLET", "air_date": "2010-04-02", @@ -1796729,16 +1708509,6 @@ "show_number": "5890", "fullAnswer": "Emmitt Smith" }, - { - "category": "EUROPEAN LEADERS", - "air_date": "2010-04-02", - "question": "The letter should give you a clue to the name of this Spanish prime minister reelected in 2008", - "value": "$2000", - "answer": "Zapatero", - "round": "Double Jeopardy!", - "show_number": "5890", - "fullAnswer": "Zapatero" - }, { "category": "\"C\"ULINARY CROSSWORD CLUES", "air_date": "2010-04-02", @@ -1796749,16 +1708519,6 @@ "show_number": "5890", "fullAnswer": "currant" }, - { - "category": "WEIRD CRITTERS", - "air_date": "2010-04-02", - "question": "Related to seahorses, this critter bears the name of a mythological beast", - "value": "$2000", - "answer": "sea dragon", - "round": "Double Jeopardy!", - "show_number": "5890", - "fullAnswer": "a sea dragon" - }, { "category": "WORDS AND THEIR MEANINGS", "air_date": "2010-04-02", @@ -1797019,16 +1708779,6 @@ "show_number": "4792", "fullAnswer": "a fox" }, - { - "category": "THE JOB INTERVIEW", - "air_date": "2005-06-07", - "question": "The pin? Industrial engineering studies at this university really prepared me to work here at Amalgamated Button", - "value": "$800", - "answer": "Texas Tech", - "round": "Jeopardy!", - "show_number": "4792", - "fullAnswer": "Texas Tech" - }, { "category": "OH, \"IC\"", "air_date": "2005-06-07", @@ -1797109,16 +1708859,6 @@ "show_number": "4792", "fullAnswer": "the temple (of Jerusalem)" }, - { - "category": "MOVIE LOCATIONS", - "air_date": "2005-06-07", - "question": "(Sarah of the Clue Crew reports from New York City.) A real tie-up was created on the Brooklyn Bridge for a scene in this 1971 Gene Hackman film", - "value": "$400", - "answer": "French Connection", - "round": "Double Jeopardy!", - "show_number": "4792", - "fullAnswer": "The French Connection" - }, { "category": "U.S. REPS BY STATE", "air_date": "2005-06-07", @@ -1797134,7 +1708874,7 @@ "air_date": "2005-06-07", "question": "In March 2004, for the 243rd time, New York City held this holiday parade", "value": "$400", - "answer": "St. Patrick\\'s Day Parade", + "answer": "St. Patrick's Day Parade", "round": "Double Jeopardy!", "show_number": "4792", "fullAnswer": "the St. Patrick\\'s Day Parade" @@ -1797169,16 +1708909,6 @@ "show_number": "4792", "fullAnswer": "the (House of) Commons" }, - { - "category": "MOVIE LOCATIONS", - "air_date": "2005-06-07", - "question": "On the Vienna landmark shown, Orson Welles makes a memorable speech in this post-World War II film", - "value": "$800", - "answer": "Third Man", - "round": "Double Jeopardy!", - "show_number": "4792", - "fullAnswer": "The Third Man" - }, { "category": "U.S. REPS BY STATE", "air_date": "2005-06-07", @@ -1797229,16 +1708959,6 @@ "show_number": "4792", "fullAnswer": "an earthquake" }, - { - "category": "MOVIE LOCATIONS", - "air_date": "2005-06-07", - "question": "(Jimmy of the Clue Crew reports from a ship in Egypt.) The 1978 movie of this Agatha Christie mystery was partly filmed here in Egypt", - "value": "$1200", - "answer": "Death on the Nile", - "round": "Double Jeopardy!", - "show_number": "4792", - "fullAnswer": "Death on the Nile" - }, { "category": "U.S. REPS BY STATE", "air_date": "2005-06-07", @@ -1797289,16 +1709009,6 @@ "show_number": "4792", "fullAnswer": "Thomas á Becket" }, - { - "category": "MOVIE LOCATIONS", - "air_date": "2005-06-07", - "question": "In the 1989 film \"Batman\", England's Knebworth House, seen here, played this stately home", - "value": "$1600", - "answer": "Wayne Manor", - "round": "Double Jeopardy!", - "show_number": "4792", - "fullAnswer": "Wayne Manor" - }, { "category": "U.S. REPS BY STATE", "air_date": "2005-06-07", @@ -1797349,16 +1709059,6 @@ "show_number": "4792", "fullAnswer": "the Tuileries" }, - { - "category": "MOVIE LOCATIONS", - "air_date": "2005-06-07", - "question": "(Cheryl of the Clue Crew reports from Delos, Greece.) In this 1989 film, a frustrated Liverpool housewife finds love, leisure, and liberation here on the islands of Greece", - "value": "$2000", - "answer": "Shirley Valentine", - "round": "Double Jeopardy!", - "show_number": "4792", - "fullAnswer": "Shirley Valentine" - }, { "category": "U.S. REPS BY STATE", "air_date": "2005-06-07", @@ -1797419,16 +1709119,6 @@ "show_number": "3912", "fullAnswer": "Chicago" }, - { - "category": "WEAPONS OF WAR", - "air_date": "2001-09-11", - "question": "This projectile's name comes from the Late Latin for \"pomegranate\"", - "value": "$100", - "answer": "grenade", - "round": "Jeopardy!", - "show_number": "3912", - "fullAnswer": "a grenade" - }, { "category": "LET'S NOT SPREAD 'EM AROUND", "air_date": "2001-09-11", @@ -1797479,16 +1709169,6 @@ "show_number": "3912", "fullAnswer": "New York" }, - { - "category": "WEAPONS OF WAR", - "air_date": "2001-09-11", - "question": "These rifle additions gained their first prominence in the 17th century", - "value": "$200", - "answer": "bayonets", - "round": "Jeopardy!", - "show_number": "3912", - "fullAnswer": "bayonets" - }, { "category": "LET'S NOT SPREAD 'EM AROUND", "air_date": "2001-09-11", @@ -1797539,16 +1709219,6 @@ "show_number": "3912", "fullAnswer": "Buffalo" }, - { - "category": "WEAPONS OF WAR", - "air_date": "2001-09-11", - "question": "A 15th-century drawing of the medieval variety of this siege weapon is seen here", - "value": "$300", - "answer": "catapult", - "round": "Jeopardy!", - "show_number": "3912", - "fullAnswer": "a catapult" - }, { "category": "LET'S NOT SPREAD 'EM AROUND", "air_date": "2001-09-11", @@ -1797559,16 +1709229,6 @@ "show_number": "3912", "fullAnswer": "hepatitis" }, - { - "category": "GIVE PEAS A CHANCE", - "air_date": "2001-09-11", - "question": "This sea-faring fashion seen here is popular with sailors & fishermen", - "value": "$300", - "answer": "pea coat", - "round": "Jeopardy!", - "show_number": "3912", - "fullAnswer": "a pea coat" - }, { "category": "GOODWILL TOWARD \"MEN\"", "air_date": "2001-09-11", @@ -1797599,16 +1709259,6 @@ "show_number": "3912", "fullAnswer": "New Orleans" }, - { - "category": "WEAPONS OF WAR", - "air_date": "2001-09-11", - "question": "Alphanumeric designation of the American standard used in Vietnam, seen here", - "value": "$400", - "answer": "M-16", - "round": "Jeopardy!", - "show_number": "3912", - "fullAnswer": "an M-16" - }, { "category": "LET'S NOT SPREAD 'EM AROUND", "air_date": "2001-09-11", @@ -1797644,7 +1709294,7 @@ "air_date": "2001-09-11", "question": "This American woman scoffed at charges that her close-up paintings of flowers had sexual imagery", "value": "$500", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Jeopardy!", "show_number": "3912", "fullAnswer": "Georgia O\\'Keeffe" @@ -1797659,16 +1709309,6 @@ "show_number": "3912", "fullAnswer": "Galveston" }, - { - "category": "WEAPONS OF WAR", - "air_date": "2001-09-11", - "question": "It's the impressive weapon seen here that can take off & land vertically", - "value": "$500", - "answer": "Harrier", - "round": "Jeopardy!", - "show_number": "3912", - "fullAnswer": "the Harrier" - }, { "category": "LET'S NOT SPREAD 'EM AROUND", "air_date": "2001-09-11", @@ -1797709,16 +1709349,6 @@ "show_number": "3912", "fullAnswer": "Johnny Appleseed" }, - { - "category": "MOVIE ROLES", - "air_date": "2001-09-11", - "question": "(Hi, I'm Seth Green.) He played my dad in both of the \"Austin Powers\" movies", - "value": "$200", - "answer": "Mike Myers", - "round": "Double Jeopardy!", - "show_number": "3912", - "fullAnswer": "Mike Myers" - }, { "category": "COUNTRIES IN SPANISH", "air_date": "2001-09-11", @@ -1797729,16 +1709359,6 @@ "show_number": "3912", "fullAnswer": "South Africa" }, - { - "category": "SINGING STYLES", - "air_date": "2001-09-11", - "question": "The type of establishment represented here, or a style of four-part harmony singing", - "value": "$200", - "answer": "barbershop", - "round": "Double Jeopardy!", - "show_number": "3912", - "fullAnswer": "a barbershop" - }, { "category": "B.C. PEOPLE", "air_date": "2001-09-11", @@ -1797894,7 +1709514,7 @@ "air_date": "2001-09-11", "question": "Private dick Steve Martin interacts with clips from '40s noir films in this 1982 crime comedy", "value": "$800", - "answer": "Dead Men Don\\'t Wear Plaid", + "answer": "Dead Men Don't Wear Plaid", "round": "Double Jeopardy!", "show_number": "3912", "fullAnswer": "Dead Men Don\\'t Wear Plaid" @@ -1797969,16 +1709589,6 @@ "show_number": "3912", "fullAnswer": "Low Countries (or the Netherlands or Holland)" }, - { - "category": "SINGING STYLES", - "air_date": "2001-09-11", - "question": "Appropriate nickname of singer Jay Hawkins, heard here", - "value": "$1000", - "answer": "Screamin\\'", - "round": "Double Jeopardy!", - "show_number": "3912", - "fullAnswer": "\"Screamin\\'\"" - }, { "category": "B.C. PEOPLE", "air_date": "2001-09-11", @@ -1798209,16 +1709819,6 @@ "show_number": "3706", "fullAnswer": "a duty" }, - { - "category": "THIS MEANS WAR!", - "air_date": "2000-10-16", - "question": "(Hi, I'm Andy Summers.) The U.S. government called the Korean War this, which sounds like a lawsuit by my old band", - "value": "$400", - "answer": "police action", - "round": "Jeopardy!", - "show_number": "3706", - "fullAnswer": "police action" - }, { "category": "CAPITAL TOURISM", "air_date": "2000-10-16", @@ -1798249,16 +1709849,6 @@ "show_number": "3706", "fullAnswer": "outpatient" }, - { - "category": "THEATRE", - "air_date": "2000-10-16", - "question": "(Hi, I'm S. Epatha Merkerson.) I won a Tony nomination for playing Berneice in this playwright's 1990 Pulitzer Prize-winning play \"The Piano Lesson\"", - "value": "$500", - "answer": "August Wilson", - "round": "Jeopardy!", - "show_number": "3706", - "fullAnswer": "August Wilson" - }, { "category": "TAX TIME", "air_date": "2000-10-16", @@ -1798479,16 +1710069,6 @@ "show_number": "3706", "fullAnswer": "Antonin Dvorak" }, - { - "category": "FELINE PHRASES", - "air_date": "2000-10-16", - "question": "(Hi, I'm C.C. DeVille.) This comment on a surprise arrival is also the title of a hit album by my band Poison", - "value": "$600", - "answer": "look what the cat dragged in", - "round": "Double Jeopardy!", - "show_number": "3706", - "fullAnswer": "look what the cat dragged in" - }, { "category": "BODIES OF WATER", "air_date": "2000-10-16", @@ -1799334,7 +1710914,7 @@ "air_date": "2000-05-26", "question": "In 1994 Schwarzenegger's size 12 boot prints were planted in its \"Forecourt of the Stars\"", "value": "$200", - "answer": "Mann\\'s Chinese Theatre ", + "answer": "Mann's Chinese Theatre ", "round": "Jeopardy!", "show_number": "3635", "fullAnswer": "Mann\\'s Chinese Theatre (or Grauman\\'s Chinese Theatre)" @@ -1799404,7 +1710984,7 @@ "air_date": "2000-05-26", "question": "\"Give a man enough rope...\"", "value": "$300", - "answer": "And he\\'ll hang himself", + "answer": "And he'll hang himself", "round": "Jeopardy!", "show_number": "3635", "fullAnswer": "And he\\'ll hang himself" @@ -1799534,21 +1711114,11 @@ "air_date": "2000-05-26", "question": "Romans honored the god Janus on this day when Americans make &/or break resolutions", "value": "$200", - "answer": "New Year\\'s Day", + "answer": "New Year's Day", "round": "Double Jeopardy!", "show_number": "3635", "fullAnswer": "New Year\\'s Day" }, - { - "category": "BREAKFAST", - "air_date": "2000-05-26", - "question": "You might sweeten up your morning with the breakfast treat seen here:", - "value": "$200", - "answer": "Pop-Tarts", - "round": "Double Jeopardy!", - "show_number": "3635", - "fullAnswer": "Pop-Tarts" - }, { "category": "AT TIFFANY'S", "air_date": "2000-05-26", @@ -1799619,16 +1711189,6 @@ "show_number": "3635", "fullAnswer": "Blue" }, - { - "category": "\"CHA\"RADE", - "air_date": "2000-05-26", - "question": "Name of the animal seen here, or of a cloth made to imitate its soft skin:", - "value": "$400", - "answer": "Chamois", - "round": "Double Jeopardy!", - "show_number": "3635", - "fullAnswer": "Chamois" - }, { "category": "THE NUN'S STORY", "air_date": "2000-05-26", @@ -1799779,16 +1711339,6 @@ "show_number": "3635", "fullAnswer": "Paloma Picasso" }, - { - "category": "\"CHA\"RADE", - "air_date": "2000-05-26", - "question": "City where the university building seen here is located:", - "value": "$700", - "answer": "Charlottesville ", - "round": "Double Jeopardy!", - "show_number": "3635", - "fullAnswer": "Charlottesville (University of Virginia)" - }, { "category": "THE NUN'S STORY", "air_date": "2000-05-26", @@ -1800149,16 +1711699,6 @@ "show_number": "3549", "fullAnswer": "Lilliput" }, - { - "category": "HISTORIC WEBSITES", - "air_date": "2000-01-27", - "question": "It's little known that fake plans for this invasion were posted at www.theallies.com/
060644/overlord/
index.html", - "value": "$200", - "answer": "D-Day", - "round": "Double Jeopardy!", - "show_number": "3549", - "fullAnswer": "D-Day" - }, { "category": "BLOODY BUSINESS", "air_date": "2000-01-27", @@ -1800209,16 +1711749,6 @@ "show_number": "3549", "fullAnswer": "London" }, - { - "category": "HISTORIC WEBSITES", - "air_date": "2000-01-27", - "question": "At www.theacademy.edu in the 380s B.C., you could have a virtual dialogue with this founder", - "value": "$400", - "answer": "Plato", - "round": "Double Jeopardy!", - "show_number": "3549", - "fullAnswer": "Plato" - }, { "category": "BLOODY BUSINESS", "air_date": "2000-01-27", @@ -1800254,7 +1711784,7 @@ "air_date": "2000-01-27", "question": "She was 10 when she won Best Supporting Actress for \"Paper Moon\", the youngest acting winner ever", "value": "$600", - "answer": "Tatum O\\'Neal", + "answer": "Tatum O'Neal", "round": "Double Jeopardy!", "show_number": "3549", "fullAnswer": "Tatum O\\'Neal" @@ -1800269,16 +1711799,6 @@ "show_number": "3549", "fullAnswer": "\"Doctor Zhivago\"" }, - { - "category": "HISTORIC WEBSITES", - "air_date": "2000-01-27", - "question": "In the course of this event, www.reignofterror.fr was taken down & www.directory.fr was put up", - "value": "$600", - "answer": "French Revolution", - "round": "Double Jeopardy!", - "show_number": "3549", - "fullAnswer": "The French Revolution" - }, { "category": "BLOODY BUSINESS", "air_date": "2000-01-27", @@ -1800329,16 +1711849,6 @@ "show_number": "3549", "fullAnswer": "Willa Cather" }, - { - "category": "HISTORIC WEBSITES", - "air_date": "2000-01-27", - "question": "Once Queen Isabella's confessor, around 1490 he set up www.inquisition.org", - "value": "$800", - "answer": "Tomas de Torquemada", - "round": "Double Jeopardy!", - "show_number": "3549", - "fullAnswer": "Tomas de Torquemada" - }, { "category": "BLOODY BUSINESS", "air_date": "2000-01-27", @@ -1800624,7 +1712134,7 @@ "air_date": "2007-06-06", "question": "Consumers didn't warm up to the nonrefrigerated milk in this company's 1998 cereal-&-milk combo product", "value": "$800", - "answer": "Kellogg\\'s", + "answer": "Kellogg's", "round": "Jeopardy!", "show_number": "5248", "fullAnswer": "Kellogg\\'s" @@ -1800719,16 +1712229,6 @@ "show_number": "5248", "fullAnswer": "twist" }, - { - "category": "BASIC SCIENCE", - "air_date": "2007-06-06", - "question": "(Kelly of the Clue Crew plays with beakers.) In a force-and-movement experiment, the reason the water doesn't fall out of the cup is because this force pushing up against the card is greater than the weight of the water", - "value": "$400", - "answer": "air pressure", - "round": "Double Jeopardy!", - "show_number": "5248", - "fullAnswer": "air pressure" - }, { "category": "ACTORS & THEIR ROLES", "air_date": "2007-06-06", @@ -1800789,16 +1712289,6 @@ "show_number": "5248", "fullAnswer": "spontaneous" }, - { - "category": "ACTORS & THEIR ROLES", - "air_date": "2007-06-06", - "question": "(Hi, I'm James Denton.) After I appeared with this actor in \"Face/Off\", he helped me get a role in \"Primary Colors\"", - "value": "$800", - "answer": "John Travolta", - "round": "Double Jeopardy!", - "show_number": "5248", - "fullAnswer": "John Travolta" - }, { "category": "CAPITAL PUNISHMENT", "air_date": "2007-06-06", @@ -1800839,16 +1712329,6 @@ "show_number": "5248", "fullAnswer": "mint" }, - { - "category": "BASIC SCIENCE", - "air_date": "2007-06-06", - "question": "(Jon of the Clue Crew plays with his own beaker.) The cold of the ice causes the air in the balloon to do this, from the Latin for \"to draw in\"", - "value": "$1200", - "answer": "contract", - "round": "Double Jeopardy!", - "show_number": "5248", - "fullAnswer": "contract" - }, { "category": "ACTORS & THEIR ROLES", "air_date": "2007-06-06", @@ -1800959,16 +1712439,6 @@ "show_number": "5248", "fullAnswer": "sugar" }, - { - "category": "BASIC SCIENCE", - "air_date": "2007-06-06", - "question": "Look! Gold! Ha!--Fooled you, it's really this mineral", - "value": "$2000", - "answer": "pyrite", - "round": "Double Jeopardy!", - "show_number": "5248", - "fullAnswer": "pyrite" - }, { "category": "ACTORS & THEIR ROLES", "air_date": "2007-06-06", @@ -1801489,16 +1712959,6 @@ "show_number": "5749", "fullAnswer": "a panic" }, - { - "category": "WOLF IT DOWN!", - "air_date": "2009-09-17", - "question": "The name of this pasta, similar to penne, means \"little mustaches\"--doesn't sound so tasty now", - "value": "$1600", - "answer": "mostaccioli", - "round": "Double Jeopardy!", - "show_number": "5749", - "fullAnswer": "mostaccioli" - }, { "category": "PEOPLE SEXIEST MAN ALIVE", "air_date": "2009-09-17", @@ -1801874,7 +1713334,7 @@ "air_date": "2004-09-15", "question": "This bestselling Western author wrote about the Sackett family in more than a dozen novels", "value": "$400", - "answer": "Louis L\\'Amour", + "answer": "Louis L'Amour", "round": "Double Jeopardy!", "show_number": "4603", "fullAnswer": "Louis L\\'Amour" @@ -1801949,16 +1713409,6 @@ "show_number": "4603", "fullAnswer": "Kirsten Dunst" }, - { - "category": "PAINTINGS", - "air_date": "2004-09-15", - "question": "The Manet painting seen here shows this similarly named artist in his studio boat", - "value": "$800", - "answer": "Monet", - "round": "Double Jeopardy!", - "show_number": "4603", - "fullAnswer": "(Claude) Monet" - }, { "category": "LONGSHOTS", "air_date": "2004-09-15", @@ -1801969,16 +1713419,6 @@ "show_number": "4603", "fullAnswer": "roulette" }, - { - "category": "YUCATAN LINES", - "air_date": "2004-09-15", - "question": "(Sarah of the Clue Crew crosses a pedestrian bridge over a Yucatan Peninsula, Mexico resort spot.) A touristy part of the Yucatan is known as this precolumbian people's Riviera", - "value": "$800", - "answer": "Maya", - "round": "Double Jeopardy!", - "show_number": "4603", - "fullAnswer": "the Maya" - }, { "category": "WORD \"PLA\"Y", "air_date": "2004-09-15", @@ -1802149,16 +1713589,6 @@ "show_number": "4603", "fullAnswer": "Alpha Centauri" }, - { - "category": "YUCATAN LINES", - "air_date": "2004-09-15", - "question": "(Sofia of the Clue Crew reads from the center of a small town on the Yucatan Peninsula in Mexico.) Not the glitzy Yucatan, sleepy Puerto Morelos is so sleepy it is sometimes called this, rhyming with Puerto", - "value": "$2000", - "answer": "Muerto", - "round": "Double Jeopardy!", - "show_number": "4603", - "fullAnswer": "Muerto" - }, { "category": "WORD \"PLA\"Y", "air_date": "2004-09-15", @@ -1802849,16 +1714279,6 @@ "show_number": "5087", "fullAnswer": "french fries" }, - { - "category": "SAUDI ARABIA", - "air_date": "2006-10-24", - "question": "Seen here at Ras Tanura is the world's largest of these facilities", - "value": "$400", - "answer": "oil refinery", - "round": "Jeopardy!", - "show_number": "5087", - "fullAnswer": "an oil refinery" - }, { "category": "CLASSIC ROCK LYRICS", "air_date": "2006-10-24", @@ -1803089,16 +1714509,6 @@ "show_number": "5087", "fullAnswer": "the lift" }, - { - "category": "ART & ARTISTS", - "air_date": "2006-10-24", - "question": "Franz Post, the first European to paint landscapes in the New World, did the view seen here of a mill for this crop in Brazil", - "value": "$400", - "answer": "sugar", - "round": "Double Jeopardy!", - "show_number": "5087", - "fullAnswer": "sugar" - }, { "category": "TV DADS", "air_date": "2006-10-24", @@ -1803119,16 +1714529,6 @@ "show_number": "5087", "fullAnswer": "Falstaff" }, - { - "category": "THE JEOPARDY! SWIMSUIT CALENDAR", - "air_date": "2006-10-24", - "question": "\"Crimea\" river over our Miss July seen here--good night, nurse", - "value": "$400", - "answer": "Florence Nightingale", - "round": "Double Jeopardy!", - "show_number": "5087", - "fullAnswer": "Florence Nightingale" - }, { "category": "LEATHER", "air_date": "2006-10-24", @@ -1803179,16 +1714579,6 @@ "show_number": "5087", "fullAnswer": "The Tempest" }, - { - "category": "THE JEOPARDY! SWIMSUIT CALENDAR", - "air_date": "2006-10-24", - "question": "Naturally this 19th century musician featured here is our Mr. March", - "value": "$800", - "answer": "Sousa", - "round": "Double Jeopardy!", - "show_number": "5087", - "fullAnswer": "(John Philip) Sousa" - }, { "category": "LEATHER", "air_date": "2006-10-24", @@ -1803209,16 +1714599,6 @@ "show_number": "5087", "fullAnswer": "(Greta) Garbo" }, - { - "category": "ART & ARTISTS", - "air_date": "2006-10-24", - "question": "Lee Krasner, whose work is seen here, married this man in 1945 & they influenced each other's art", - "value": "$2,000", - "answer": "Jackson Pollock", - "round": "Double Jeopardy!", - "show_number": "5087", - "fullAnswer": "Jackson Pollock" - }, { "category": "TV DADS", "air_date": "2006-10-24", @@ -1803239,16 +1714619,6 @@ "show_number": "5087", "fullAnswer": "The Taming of the Shrew" }, - { - "category": "THE JEOPARDY! SWIMSUIT CALENDAR", - "air_date": "2006-10-24", - "question": "Talk about \"Man & Superman\", this super literary hunk strikes a pose here", - "value": "$1200", - "answer": "George Bernard Shaw", - "round": "Double Jeopardy!", - "show_number": "5087", - "fullAnswer": "George Bernard Shaw" - }, { "category": "LEATHER", "air_date": "2006-10-24", @@ -1803299,16 +1714669,6 @@ "show_number": "5087", "fullAnswer": "Twelfth Night" }, - { - "category": "THE JEOPARDY! SWIMSUIT CALENDAR", - "air_date": "2006-10-24", - "question": "Of course, this president posing here didn't say a word during the entire photo shoot", - "value": "$1600", - "answer": "Coolidge", - "round": "Double Jeopardy!", - "show_number": "5087", - "fullAnswer": "(Calvin) Coolidge" - }, { "category": "LEATHER", "air_date": "2006-10-24", @@ -1803329,16 +1714689,6 @@ "show_number": "5087", "fullAnswer": "gobbledygook" }, - { - "category": "ART & ARTISTS", - "air_date": "2006-10-24", - "question": "Seen here is a late work by this artist who was pals with the Impressionists but didn't exhibit with them", - "value": "$2000", - "answer": "Manet", - "round": "Double Jeopardy!", - "show_number": "5087", - "fullAnswer": "(Edouard) Manet" - }, { "category": "TV DADS", "air_date": "2006-10-24", @@ -1803359,16 +1714709,6 @@ "show_number": "5087", "fullAnswer": "Othello" }, - { - "category": "THE JEOPARDY! SWIMSUIT CALENDAR", - "air_date": "2006-10-24", - "question": "Don't let the masculine name fool you--this 19th century author shown here is all woman", - "value": "$2000", - "answer": "George Sand", - "round": "Double Jeopardy!", - "show_number": "5087", - "fullAnswer": "George Sand" - }, { "category": "LEATHER", "air_date": "2006-10-24", @@ -1803544,7 +1714884,7 @@ "air_date": "1998-09-14", "question": "This London park was named for the position held by the future King George IV", "value": "$500", - "answer": "Regent\\'s Park", + "answer": "Regent's Park", "round": "Jeopardy!", "show_number": "3221", "fullAnswer": "Regent\\'s Park" @@ -1804104,7 +1715444,7 @@ "air_date": "2007-10-16", "question": "The Academy must have been out to lunch not nominating this 1961 Audrey Hepburn film", "value": "$600", - "answer": "Breakfast at Tiffany\\'s", + "answer": "Breakfast at Tiffany's", "round": "Jeopardy!", "show_number": "5312", "fullAnswer": "Breakfast at Tiffany\\'s" @@ -1804129,16 +1715469,6 @@ "show_number": "5312", "fullAnswer": "Pushkin" }, - { - "category": "HODGEPODGE", - "air_date": "2007-10-16", - "question": "2-word name for the body of water these D.C. skaters are having fun on back in the day", - "value": "$600", - "answer": "Reflecting Pool", - "round": "Jeopardy!", - "show_number": "5312", - "fullAnswer": "the Reflecting Pool" - }, { "category": "SPEL-EMENTS", "air_date": "2007-10-16", @@ -1804184,21 +1715514,11 @@ "air_date": "2007-10-16", "question": "In 1832 an English physician first described this disease of lymph tissue that now bears his name", "value": "$800", - "answer": "Hodgkin\\'s ", + "answer": "Hodgkin's ", "round": "Jeopardy!", "show_number": "5312", "fullAnswer": "Hodgkin\\'s (disease)" }, - { - "category": "HODGEPODGE", - "air_date": "2007-10-16", - "question": "(Jon of the Clue Crew zaps some styrofoam peanuts with liquid from a test tube in the Jeopardy! science lab.) You might think styrofoam peanuts are hard to get rid of, but they can be dissolved using this solvent, the same one found in nail polish remover", - "value": "$800", - "answer": "acetone", - "round": "Jeopardy!", - "show_number": "5312", - "fullAnswer": "acetone" - }, { "category": "SPEL-EMENTS", "air_date": "2007-10-16", @@ -1804389,16 +1715709,6 @@ "show_number": "5312", "fullAnswer": "a crucifix" }, - { - "category": "THE 1930s", - "air_date": "2007-10-16", - "question": "Melvin Purvis gained fame (more than Hoover liked) as head of the FBI's office in this city", - "value": "$1,500", - "answer": "Chicago", - "round": "Double Jeopardy!", - "show_number": "5312", - "fullAnswer": "Chicago" - }, { "category": "ENTERTAINMENT HISTORY", "air_date": "2007-10-16", @@ -1804419,16 +1715729,6 @@ "show_number": "5312", "fullAnswer": "Montgomery" }, - { - "category": "COLLEGES & UNIVERSITIES", - "air_date": "2007-10-16", - "question": "The logo of this one-time Methodist college is seen here", - "value": "$1200", - "answer": "Duke University", - "round": "Double Jeopardy!", - "show_number": "5312", - "fullAnswer": "Duke University" - }, { "category": "NAME THE PLAYWRIGHT", "air_date": "2007-10-16", @@ -1804459,16 +1715759,6 @@ "show_number": "5312", "fullAnswer": "Germany & the Soviet Union" }, - { - "category": "ENTERTAINMENT HISTORY", - "air_date": "2007-10-16", - "question": "(Hi, I'm Harry Shearer.) Rochester! Did you know that in 1953 I played this comic as a boy on his self-titled TV \"Program\"?", - "value": "$1600", - "answer": "Jack Benny", - "round": "Double Jeopardy!", - "show_number": "5312", - "fullAnswer": "Jack Benny" - }, { "category": "WEEKEND AT BERNIE'S", "air_date": "2007-10-16", @@ -1804494,7 +1715784,7 @@ "air_date": "2007-10-16", "question": "\"A Moon for the Misbegotten\",
\"The Iceman Cometh\"", "value": "$1600", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "5312", "fullAnswer": "Eugene O\\'Neill" @@ -1804534,7 +1715824,7 @@ "air_date": "2007-10-16", "question": "After he helped liberate Chile, he got liberated from life on Oct. 24, 1842", "value": "$2000", - "answer": "Bernardo O\\'Higgins", + "answer": "Bernardo O'Higgins", "round": "Double Jeopardy!", "show_number": "5312", "fullAnswer": "Bernardo O\\'Higgins" @@ -1804604,7 +1715894,7 @@ "air_date": "2005-05-03", "question": "Hungry in Terre Haute? Stop at the Arches on U.S. Highway 41 for some Chicken Selects here", "value": "$200", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "4767", "fullAnswer": "McDonald\\'s" @@ -1804649,16 +1715939,6 @@ "show_number": "4767", "fullAnswer": "quarterback" }, - { - "category": "POLITICKING", - "air_date": "2005-05-03", - "question": "(Cheryl of the Clue Crew points to a butterfly ballot in a voting booth at the National Constitution Center in Philadelphia, PA.) Florida voting machines introduced this 4-letter word to many people's vocabularies in 2000", - "value": "$400", - "answer": "chad", - "round": "Jeopardy!", - "show_number": "4767", - "fullAnswer": "chad" - }, { "category": "TERRE HAUTE CUISINE", "air_date": "2005-05-03", @@ -1804724,7 +1716004,7 @@ "air_date": "2005-05-03", "question": "The culinary delights of U.S. 41 include this pizza chain founded by John Schnatter downstate in Jeffersonville, In.", "value": "$600", - "answer": "Papa John\\'s", + "answer": "Papa John's", "round": "Jeopardy!", "show_number": "4767", "fullAnswer": "Papa John\\'s" @@ -1804784,7 +1716064,7 @@ "air_date": "2005-05-03", "question": "Any day of the week, hit this chain on U.S. 41 for a Three-For-All wings, skins & mozzarella appetizer", "value": "$800", - "answer": "T.G.I. Friday\\'s", + "answer": "T.G.I. Friday's", "round": "Jeopardy!", "show_number": "4767", "fullAnswer": "T.G.I. Friday\\'s" @@ -1804854,7 +1716134,7 @@ "air_date": "2005-05-03", "question": "May 15, 1756:
This European war begins when England declares war on France", "value": "$1000", - "answer": "Seven Years\\' War", + "answer": "Seven Years' War", "round": "Jeopardy!", "show_number": "4767", "fullAnswer": "The Seven Years\\' War" @@ -1805049,16 +1716329,6 @@ "show_number": "4767", "fullAnswer": "La Mer" }, - { - "category": "LET'S LEARN SCOTTISH GAELIC", - "air_date": "2005-05-03", - "question": "(Jimmy of the Clue Crew points to a blackboard.) In Gaelic, \"à\" means this, as in \"Tha mi à glaschu\"; it can mean the exact opposite in French", - "value": "$1200", - "answer": "from", - "round": "Double Jeopardy!", - "show_number": "4767", - "fullAnswer": "from" - }, { "category": "MY FANTASY WRITER TEAM", "air_date": "2005-05-03", @@ -1805309,16 +1716579,6 @@ "show_number": "5842", "fullAnswer": "appliance" }, - { - "category": "PRESIDENTIAL INAUGURATION LORE", - "air_date": "2010-01-26", - "question": "They're the two men seen here on their way to the presidential inauguration", - "value": "$600", - "answer": "Hoover and FDR", - "round": "Jeopardy!", - "show_number": "5842", - "fullAnswer": "Hoover and FDR" - }, { "category": "COLLEGE FOOTBALL HALL OF FAMERS", "air_date": "2010-01-26", @@ -1805339,16 +1716599,6 @@ "show_number": "5842", "fullAnswer": "Mozart" }, - { - "category": "INVESTING WITH WARREN BUFFETT", - "air_date": "2010-01-26", - "question": "In 1972, the fudge loving Warren Buffett bought See's Candies for $25 million; it's yielded $1 billion in income and helps rocket the stock of this, Buffett's investment company", - "value": "$600", - "answer": "Berkshire Hathaway", - "round": "Jeopardy!", - "show_number": "5842", - "fullAnswer": "Berkshire Hathaway" - }, { "category": "HOLD THE FORT", "air_date": "2010-01-26", @@ -1805814,7 +1717064,7 @@ "air_date": "2000-01-24", "question": "10-4, good buddy, it's what the CB in CB radio stands for", "value": "$100", - "answer": "Citizens\\' band radio", + "answer": "Citizens' band radio", "round": "Jeopardy!", "show_number": "3546", "fullAnswer": "Citizens\\' band radio" @@ -1806034,7 +1717284,7 @@ "air_date": "2000-01-24", "question": "Proverbially, it's \"another man's poison\"", "value": "$400", - "answer": "One man\\'s meat", + "answer": "One man's meat", "round": "Jeopardy!", "show_number": "3546", "fullAnswer": "One man\\'s meat" @@ -1806094,7 +1717344,7 @@ "air_date": "2000-01-24", "question": "In 1962 Ken Kesey published this nonconformist classic", "value": "$500", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Jeopardy!", "show_number": "3546", "fullAnswer": "\"One Flew Over the Cuckoo\\'s Nest\"" @@ -1806664,7 +1717914,7 @@ "air_date": "2000-04-27", "question": "The ruddy gamekeeper of Sir Clifford's Wragby Estate", "value": "$500", - "answer": "Lady Chatterley\\'s Lover", + "answer": "Lady Chatterley's Lover", "round": "Jeopardy!", "show_number": "3614", "fullAnswer": "\"Lady Chatterley\\'s Lover\"" @@ -1806894,7 +1718144,7 @@ "air_date": "2000-04-27", "question": "The Canadian arm of this Pennsylvania corporation makes Eat-More Candy", "value": "$800", - "answer": "Hershey\\'s", + "answer": "Hershey's", "round": "Double Jeopardy!", "show_number": "3614", "fullAnswer": "Hershey\\'s" @@ -1807689,16 +1718939,6 @@ "show_number": "3218", "fullAnswer": "William H. Taft" }, - { - "category": "\"Y\"s GUYS", - "air_date": "1998-09-09", - "question": "Entertainer seen here in animated form on his Saturday morning kids' show", - "value": "$200", - "answer": "Weird Al Yankovic", - "round": "Jeopardy!", - "show_number": "3218", - "fullAnswer": "\"Weird Al\" Yankovic" - }, { "category": "COUNTRIES OF THE WORLD", "air_date": "1998-09-09", @@ -1807769,16 +1719009,6 @@ "show_number": "3218", "fullAnswer": "India" }, - { - "category": "CLASSIC CINEMA", - "air_date": "1998-09-09", - "question": "This actress seen here emerged as a comic star in 1934's \"Twentieth Century\"", - "value": "$400", - "answer": "Carole Lombard", - "round": "Jeopardy!", - "show_number": "3218", - "fullAnswer": "Carole Lombard" - }, { "category": "MYTHING PERSONS", "air_date": "1998-09-09", @@ -1808059,16 +1719289,6 @@ "show_number": "3218", "fullAnswer": "Arachne" }, - { - "category": "FEMALE COUNTRY", - "air_date": "1998-09-09", - "question": "(Hey, everybody, I'm Naomi Judd.) My 1993 autobiography was titled this, after a 1991 Judds Grammy Award-winning hit", - "value": "$4,600", - "answer": "Love Can Build a Bridge", - "round": "Double Jeopardy!", - "show_number": "3218", - "fullAnswer": "Love Can Build a Bridge" - }, { "category": "NOTORIOUS NICKNAMES", "air_date": "1998-09-09", @@ -1808139,16 +1719359,6 @@ "show_number": "3218", "fullAnswer": "Sam Giancana" }, - { - "category": "NATURAL WONDERS", - "air_date": "1998-09-09", - "question": "Hundreds of thousands of tourists boat up to the national monument seen here in this state", - "value": "$1000", - "answer": "Utah ", - "round": "Double Jeopardy!", - "show_number": "3218", - "fullAnswer": "Utah (the Rainbow Bridge)" - }, { "category": "TALK LIKE A SAILOR", "air_date": "1998-09-09", @@ -1808189,16 +1719399,6 @@ "show_number": "4784", "fullAnswer": "(Jane) Austen" }, - { - "category": "YOU'RE A DOLL!", - "air_date": "2005-05-26", - "question": "This celebrity doll comes in a gift set with a microphone and a Barbie in bobby socks", - "value": "$200", - "answer": "Frank Sinatra", - "round": "Jeopardy!", - "show_number": "4784", - "fullAnswer": "Frank Sinatra" - }, { "category": "THAT'S WRITE!", "air_date": "2005-05-26", @@ -1808309,16 +1719509,6 @@ "show_number": "4784", "fullAnswer": "William Wordsworth" }, - { - "category": "YOU'RE A DOLL!", - "air_date": "2005-05-26", - "question": "The fur really flew in this 1996 movie remake that inspired the doll seen here", - "value": "$600", - "answer": "101 Dalmatians", - "round": "Jeopardy!", - "show_number": "4784", - "fullAnswer": "101 Dalmatians" - }, { "category": "THAT'S WRITE!", "air_date": "2005-05-26", @@ -1808359,16 +1719549,6 @@ "show_number": "4784", "fullAnswer": "Distinguished Service Medal" }, - { - "category": "BRITISH AUTHORS", - "air_date": "2005-05-26", - "question": "He explained the genesis of his masterpiece in the following passage

\"It was on the 15th of October, 1764, as I sat musing amidst the ruins of the capital, that the idea of writing the decline and fall of the city first started to my mind.\"", - "value": "$800", - "answer": "Edward Gibbon", - "round": "Jeopardy!", - "show_number": "4784", - "fullAnswer": "Edward Gibbon" - }, { "category": "YOU'RE A DOLL!", "air_date": "2005-05-26", @@ -1808489,16 +1719669,6 @@ "show_number": "4784", "fullAnswer": "gas" }, - { - "category": "MAKING WAVES", - "air_date": "2005-05-26", - "question": "(Sarah of the Clue Crew reports from atop a surfboard on an artificial wave machine.) Also a 1963 hit by The Surfaris, this is one surfing move I can easily do myself", - "value": "$400", - "answer": "wipeout", - "round": "Double Jeopardy!", - "show_number": "4784", - "fullAnswer": "a wipeout" - }, { "category": "THE ____ ZONE", "air_date": "2005-05-26", @@ -1808609,16 +1719779,6 @@ "show_number": "4784", "fullAnswer": "electrons" }, - { - "category": "MAKING WAVES", - "air_date": "2005-05-26", - "question": "(Sarah of the Clue Crew reports from atop a surfboard on an artificial wave machine.) The name of this sport combines snowboarding with something you just learn to go with", - "value": "$1200", - "answer": "flowboarding", - "round": "Double Jeopardy!", - "show_number": "4784", - "fullAnswer": "flowboarding" - }, { "category": "THE ____ ZONE", "air_date": "2005-05-26", @@ -1809304,7 +1720464,7 @@ "air_date": "1997-02-06", "question": "His \"Ah, Wilderness!\" takes place in Connecticut July 4 & 5, 1906", "value": "$800", - "answer": "Eugene O\\' Neill", + "answer": "Eugene O' Neill", "round": "Double Jeopardy!", "show_number": "2869", "fullAnswer": "Eugene O\\' Neill" @@ -1810149,16 +1721309,6 @@ "show_number": "504", "fullAnswer": "pharynx" }, - { - "category": "BIBLICAL NAMES", - "air_date": "1986-11-13", - "question": "When the following song went gold, so did the chains across this composer's chest:", - "value": "$300", - "answer": "Isaac Hayes", - "round": "Jeopardy!", - "show_number": "504", - "fullAnswer": "Isaac Hayes" - }, { "category": "MUSIC FACTS", "air_date": "1986-11-13", @@ -1810804,7 +1721954,7 @@ "air_date": "1997-03-24", "question": "In a 1986 unsold pilot he starred as cop Popeye Doyle; in 1987 he was \"Married... with Children\"", "value": "$400", - "answer": "Ed O\\'Neill", + "answer": "Ed O'Neill", "round": "Jeopardy!", "show_number": "2901", "fullAnswer": "Ed O\\'Neill" @@ -1810954,7 +1722104,7 @@ "air_date": "1997-03-24", "question": "Also called the \"Our Father\", it begins \"Our father, which art in heaven, hallowed be thy name\"", "value": "$200", - "answer": "Lord\\'s Prayer", + "answer": "Lord's Prayer", "round": "Double Jeopardy!", "show_number": "2901", "fullAnswer": "The Lord\\'s Prayer" @@ -1811529,16 +1722679,6 @@ "show_number": "4872", "fullAnswer": "Mozart" }, - { - "category": "AN ENGLISH-SNOWBOARDING DICTIONARY", - "air_date": "2005-11-15", - "question": "(Sarah of the Clue Crew translates from the slopes of Park City, UT.) English--losing at blackjack by going over 21; Snowboarding--throwing down a mad trick", - "value": "$400", - "answer": "to bust", - "round": "Double Jeopardy!", - "show_number": "4872", - "fullAnswer": "to bust" - }, { "category": "STATE THE GEOGRAPHIC CENTER", "air_date": "2005-11-15", @@ -1811579,26 +1722719,6 @@ "show_number": "4872", "fullAnswer": "30" }, - { - "category": "COMPOSERS", - "air_date": "2005-11-15", - "question": "(Jimmy of the Clue Crew delivers the clue from the Majestic Theatre in New York: \"I'm on the Broadway set of The Phantom of the Opera.\") This man, who wanted to make \"The Phantom of the Opera\" his great romantic musical, also cowrote the show's libretto", - "value": "$800", - "answer": "Andrew Lloyd Webber", - "round": "Double Jeopardy!", - "show_number": "4872", - "fullAnswer": "Andrew Lloyd Webber" - }, - { - "category": "AN ENGLISH-SNOWBOARDING DICTIONARY", - "air_date": "2005-11-15", - "question": "(Sarah of the Clue Crew translates from the slopes of Park City, UT.) English--a type of shotgun; Snowboarding--two rails fused together", - "value": "$800", - "answer": "double barrel", - "round": "Double Jeopardy!", - "show_number": "4872", - "fullAnswer": "a double barrel" - }, { "category": "STATE THE GEOGRAPHIC CENTER", "air_date": "2005-11-15", @@ -1811649,16 +1722769,6 @@ "show_number": "4872", "fullAnswer": "Norway" }, - { - "category": "AN ENGLISH-SNOWBOARDING DICTIONARY", - "air_date": "2005-11-15", - "question": "(Sarah of the Clue Crew translates from the slopes of Park City, UT.) English--to bend; Snowboarding--the degree of a board's softness or stiffness, affecting the way you turn", - "value": "$1200", - "answer": "flex", - "round": "Double Jeopardy!", - "show_number": "4872", - "fullAnswer": "flex" - }, { "category": "STATE THE GEOGRAPHIC CENTER", "air_date": "2005-11-15", @@ -1811709,16 +1722819,6 @@ "show_number": "4872", "fullAnswer": "J.S. Bach" }, - { - "category": "AN ENGLISH-SNOWBOARDING DICTIONARY", - "air_date": "2005-11-15", - "question": "(Sarah of the Clue Crew translates from the slopes of Park City, UT.) English--a small compartment in a theater; Snowboarding--a rail with an extra-wide surface", - "value": "$1600", - "answer": "box", - "round": "Double Jeopardy!", - "show_number": "4872", - "fullAnswer": "a box" - }, { "category": "STATE THE GEOGRAPHIC CENTER", "air_date": "2005-11-15", @@ -1811769,16 +1722869,6 @@ "show_number": "4872", "fullAnswer": "(Antonin) Dvorak" }, - { - "category": "AN ENGLISH-SNOWBOARDING DICTIONARY", - "air_date": "2005-11-15", - "question": "(Sarah of the Clue Crew translates from the slopes of Park City, UT.) English--the hour a TV show is broadcast; Snowboarding--the number of seconds you stay aloft", - "value": "$2000", - "answer": "airtime", - "round": "Double Jeopardy!", - "show_number": "4872", - "fullAnswer": "airtime" - }, { "category": "STATE THE GEOGRAPHIC CENTER", "air_date": "2005-11-15", @@ -1812579,16 +1723669,6 @@ "show_number": "3726", "fullAnswer": "Chicken Run" }, - { - "category": "SEATTLE MEANS BUSINESS", - "air_date": "2000-11-13", - "question": "(Hi, I'm Jeff Bezos, founder & CEO of Amazon.com) Like many tech companies, Amazon.com is listed on this stock exchange -- symbol AMZN", - "value": "$300", - "answer": "NASDAQ", - "round": "Jeopardy!", - "show_number": "3726", - "fullAnswer": "NASDAQ" - }, { "category": "BIRDS", "air_date": "2000-11-13", @@ -1812704,7 +1723784,7 @@ "air_date": "2000-11-13", "question": "Money from the Alaskan Gold Rush started this fashion retailer whose name means \"North River\"", "value": "$500", - "answer": "Nordstrom\\'s", + "answer": "Nordstrom's", "round": "Jeopardy!", "show_number": "3726", "fullAnswer": "Nordstrom\\'s" @@ -1812894,7 +1723974,7 @@ "air_date": "2000-11-13", "question": "Thrym the frost giant shouldn't have stolen this tool from Thor; Thor got it back & killed him with it", "value": "$600", - "answer": "Thor\\'s hammer", + "answer": "Thor's hammer", "round": "Double Jeopardy!", "show_number": "3726", "fullAnswer": "Thor\\'s hammer" @@ -1813044,7 +1724124,7 @@ "air_date": "2000-11-13", "question": "Cub Scouting & many of its terms like \"akela\", \"law of the pack\", \"den\" & \"wolf\" were inspired by this British work", "value": null, - "answer": "\\The Jungle Book\\ ", + "answer": "The Jungle Book ", "round": "Final Jeopardy!", "show_number": "3726", "fullAnswer": "\\\"The Jungle Book\\\" (by Rudyard Kipling)" @@ -1813304,7 +1724384,7 @@ "air_date": "2001-10-23", "question": "A major Dublin street is named for this man who helped pass Catholic emancipation in the 1820s", "value": "$500", - "answer": "Daniel O\\'Connell", + "answer": "Daniel O'Connell", "round": "Jeopardy!", "show_number": "3942", "fullAnswer": "Daniel O\\'Connell" @@ -1813634,7 +1724714,7 @@ "air_date": "2001-10-23", "question": "In 1951 this company put its Elmer's glue into a plastic squeeze bottle with an orange top", "value": "$1000", - "answer": "Borden\\'s", + "answer": "Borden's", "round": "Double Jeopardy!", "show_number": "3942", "fullAnswer": "Borden\\'s" @@ -1814034,7 +1725114,7 @@ "air_date": "2002-12-26", "question": "In this jolly 1962 film based on an O'Neill play, Hepburn's on dope, Robards is an alcoholic & Stockwell has TB", "value": "$800", - "answer": "Long Day\\'s Journey into Night", + "answer": "Long Day's Journey into Night", "round": "Double Jeopardy!", "show_number": "4219", "fullAnswer": "Long Day\\'s Journey into Night" @@ -1814344,7 +1725424,7 @@ "air_date": "2002-11-22", "question": "The first large balloon to float along in this fall event was Felix the Cat in 1927", "value": "$400", - "answer": "Macy\\'s Thanksgiving Day Parade", + "answer": "Macy's Thanksgiving Day Parade", "round": "Jeopardy!", "show_number": "4195", "fullAnswer": "Macy\\'s Thanksgiving Day Parade" @@ -1815374,7 +1726454,7 @@ "air_date": "2004-04-02", "question": "Young attorney Kevin Lomax, who's just moved to New York City", "value": "$1600", - "answer": "Devil\\'s Advocate", + "answer": "Devil's Advocate", "round": "Double Jeopardy!", "show_number": "4515", "fullAnswer": "The Devil\\'s Advocate" @@ -1815524,7 +1726604,7 @@ "air_date": "1996-09-04", "question": "Edgar Allan's sorrows", "value": "$100", - "answer": "Poe\\'s woes", + "answer": "Poe's woes", "round": "Jeopardy!", "show_number": "2758", "fullAnswer": "Poe\\'s woes" @@ -1815584,7 +1726664,7 @@ "air_date": "1996-09-04", "question": "Vidal's battles", "value": "$200", - "answer": "Gore\\'s wars", + "answer": "Gore's wars", "round": "Jeopardy!", "show_number": "2758", "fullAnswer": "Gore\\'s wars" @@ -1815644,7 +1726724,7 @@ "air_date": "1996-09-04", "question": "Mark's aches", "value": "$300", - "answer": "Twain\\'s pains", + "answer": "Twain's pains", "round": "Jeopardy!", "show_number": "2758", "fullAnswer": "Twain\\'s pains" @@ -1815674,7 +1726754,7 @@ "air_date": "1996-09-04", "question": "This democrat was elected to a fifth & final term as Speaker of the House", "value": "$400", - "answer": "Tip O\\'Neill", + "answer": "Tip O'Neill", "round": "Jeopardy!", "show_number": "2758", "fullAnswer": "Tip O\\'Neill" @@ -1815704,7 +1726784,7 @@ "air_date": "1996-09-04", "question": "Walker's castles", "value": "$400", - "answer": "Alice\\'s palaces", + "answer": "Alice's palaces", "round": "Jeopardy!", "show_number": "2758", "fullAnswer": "Alice\\'s palaces" @@ -1815764,7 +1726844,7 @@ "air_date": "1996-09-04", "question": "Percy's fruit spread", "value": "$500", - "answer": "Shelley\\'s jellies", + "answer": "Shelley's jellies", "round": "Jeopardy!", "show_number": "2758", "fullAnswer": "Shelley\\'s jellies" @@ -1815939,16 +1727019,6 @@ "show_number": "2758", "fullAnswer": "Nice" }, - { - "category": "THE MOVIES", - "air_date": "1996-09-04", - "question": "July 1996 film concerning the item seen here:", - "value": "$1,500", - "answer": "Courage Under Fire", - "round": "Double Jeopardy!", - "show_number": "2758", - "fullAnswer": "Courage Under Fire" - }, { "category": "THE BODY HUMAN", "air_date": "1996-09-04", @@ -1816129,16 +1727199,6 @@ "show_number": "5140", "fullAnswer": "the 25th" }, - { - "category": "THEY RODE THE ORIENT EXPRESS", - "air_date": "2007-01-05", - "question": "(Sarah of the Clue Crew delivers the clue from the Orient Express.) This dancer who traveled Europe on the train aroused suspicion by her affair with the chief of the Kaiser Secret Service and was later executed as a spy", - "value": "$200", - "answer": "Mata Hari", - "round": "Jeopardy!", - "show_number": "5140", - "fullAnswer": "Mata Hari" - }, { "category": "OFFAL FRENCH FOOD", "air_date": "2007-01-05", @@ -1816249,16 +1727309,6 @@ "show_number": "5140", "fullAnswer": "7" }, - { - "category": "THEY RODE THE ORIENT EXPRESS", - "air_date": "2007-01-05", - "question": "This boy scout founder posed as a butterfly collector and used the Orient Express to sketch Balkan military sites", - "value": "$600", - "answer": "Lord Baden-Powell", - "round": "Jeopardy!", - "show_number": "5140", - "fullAnswer": "Lord Baden-Powell" - }, { "category": "OFFAL FRENCH FOOD", "air_date": "2007-01-05", @@ -1816309,16 +1727359,6 @@ "show_number": "5140", "fullAnswer": "10" }, - { - "category": "THEY RODE THE ORIENT EXPRESS", - "air_date": "2007-01-05", - "question": "(Sarah of the Clue Crew delivers the clue from the Orient Express.) In 1944, using U.S. funds, this Swede banker rode the Orient Express on a mission of mercy to buy fake papers that helped save Hungary's Jews", - "value": "$800", - "answer": "Wallenberg", - "round": "Jeopardy!", - "show_number": "5140", - "fullAnswer": "(Raoul) Wallenberg" - }, { "category": "OFFAL FRENCH FOOD", "air_date": "2007-01-05", @@ -1816369,16 +1727409,6 @@ "show_number": "5140", "fullAnswer": "1001" }, - { - "category": "THEY RODE THE ORIENT EXPRESS", - "air_date": "2007-01-05", - "question": "(Sarah of the Clue Crew delivers the clue from the Orient Express.) On the \"Orient Express,\" this title gal of a 1928 novel tells her dad she's pregnant and that her hubby isn't the father. Actually it's the gamekeeper", - "value": "$1000", - "answer": "Lady Chatterley", - "round": "Jeopardy!", - "show_number": "5140", - "fullAnswer": "Lady Chatterley" - }, { "category": "OFFAL FRENCH FOOD", "air_date": "2007-01-05", @@ -1816419,16 +1727449,6 @@ "show_number": "5140", "fullAnswer": "Louis XVI" }, - { - "category": "HAIR", - "air_date": "2007-01-05", - "question": "If you find yourself sporting this hairstyle, you've been punk'd", - "value": "$400", - "answer": "mohawk", - "round": "Double Jeopardy!", - "show_number": "5140", - "fullAnswer": "a mohawk" - }, { "category": "BYE BYE BIRDIE", "air_date": "2007-01-05", @@ -1816539,16 +1727559,6 @@ "show_number": "5140", "fullAnswer": "King Hussein of Jordan" }, - { - "category": "HAIR", - "air_date": "2007-01-05", - "question": "In the 1974 picture seen here, Julius Erving sports this 4-letter hairstyle", - "value": "$1200", - "answer": "afro", - "round": "Double Jeopardy!", - "show_number": "5140", - "fullAnswer": "an afro" - }, { "category": "BYE BYE BIRDIE", "air_date": "2007-01-05", @@ -1817379,16 +1728389,6 @@ "show_number": "2015", "fullAnswer": "Heloise" }, - { - "category": "POP & ROCK MUSIC", - "air_date": "1993-05-14", - "question": "This group won 3 1992 Billboard Music Awards for the single heard here", - "value": "$2,000", - "answer": "Boyz II Men", - "round": "Jeopardy!", - "show_number": "2015", - "fullAnswer": "Boyz II Men" - }, { "category": "LANGUAGES", "air_date": "1993-05-14", @@ -1817444,7 +1728444,7 @@ "air_date": "1993-05-14", "question": "Subtitle of En Vogue's \"My Lovin'\"", "value": "$300", - "answer": "You\\'re Never Gonna Get It", + "answer": "You're Never Gonna Get It", "round": "Jeopardy!", "show_number": "2015", "fullAnswer": "\"You\\'re Never Gonna Get It\"" @@ -1817969,16 +1728969,6 @@ "show_number": "5359", "fullAnswer": "Spain" }, - { - "category": "THE BUCKET LIST", - "air_date": "2007-12-20", - "question": "(Rob Reiner starts us off.) My movie \"The Bucket List\" stars Morgan Freeman & this acting legend whom I also directed when he played Col. Jessup in \"A Few Good Men\"", - "value": "$200", - "answer": "Jack Nicholson", - "round": "Jeopardy!", - "show_number": "5359", - "fullAnswer": "Jack Nicholson" - }, { "category": "IT HAPPENED ON CHRISTMAS DAY", "air_date": "2007-12-20", @@ -1818009,16 +1728999,6 @@ "show_number": "5359", "fullAnswer": "a star" }, - { - "category": "GIFT GIVING", - "air_date": "2007-12-20", - "question": "Little Michelle just got her driver's license; she should like one of these, seen here in weapons mode", - "value": "$400", - "answer": "Hummer", - "round": "Jeopardy!", - "show_number": "5359", - "fullAnswer": "a Hummer" - }, { "category": "JINGO ALL THE WAY", "air_date": "2007-12-20", @@ -1818029,16 +1729009,6 @@ "show_number": "5359", "fullAnswer": "Independence Day" }, - { - "category": "THE BUCKET LIST", - "air_date": "2007-12-20", - "question": "(Morgan Freeman continues.) A great view can be had from this peak the Tibetans call Chomolungma that plays a big part in \"The Bucket List\" story", - "value": "$400", - "answer": "Mount Everest", - "round": "Jeopardy!", - "show_number": "5359", - "fullAnswer": "Mount Everest" - }, { "category": "IT HAPPENED ON CHRISTMAS DAY", "air_date": "2007-12-20", @@ -1818089,16 +1729059,6 @@ "show_number": "5359", "fullAnswer": "Kipling" }, - { - "category": "THE BUCKET LIST", - "air_date": "2007-12-20", - "question": "(Rob Reiner returns.) The leads in \"The Bucket List\" have a high-speed race between a Dodge Challenger & a Shelby one of these Ford cars", - "value": "$600", - "answer": "Mustang", - "round": "Jeopardy!", - "show_number": "5359", - "fullAnswer": "a Mustang" - }, { "category": "IT HAPPENED ON CHRISTMAS DAY", "air_date": "2007-12-20", @@ -1818149,16 +1729109,6 @@ "show_number": "5359", "fullAnswer": "(Samuel) Johnson" }, - { - "category": "THE BUCKET LIST", - "air_date": "2007-12-20", - "question": "(Morgan Freeman reads another clue.) 1 of the amazing sights visited in \"The Bucket List\" is this fortification stretching from Gansu to Hebei", - "value": "$800", - "answer": "Great Wall of China", - "round": "Jeopardy!", - "show_number": "5359", - "fullAnswer": "the Great Wall of China" - }, { "category": "IT HAPPENED ON CHRISTMAS DAY", "air_date": "2007-12-20", @@ -1818209,16 +1729159,6 @@ "show_number": "5359", "fullAnswer": "Manifest Destiny" }, - { - "category": "THE BUCKET LIST", - "air_date": "2007-12-20", - "question": "(Hi, I'm Sean Hayes.) This Islamic tomb on the Yamuna River in India leads Carter and Edward to a discussion of funeral types in \"The Bucket List\"", - "value": "$1000", - "answer": "Taj Mahal", - "round": "Jeopardy!", - "show_number": "5359", - "fullAnswer": "Taj Mahal" - }, { "category": "CLASSICAL COMPOSERS", "air_date": "2007-12-20", @@ -1818249,16 +1729189,6 @@ "show_number": "5359", "fullAnswer": "Beatrice" }, - { - "category": "DESERT SURVIVAL SKILLS", - "air_date": "2007-12-20", - "question": "(Kelly of the Clue Crew reports from a campfire in White Sands National Monument, New Mexico.) Even in the desert, fire is important for survival, for cooking, signaling, & avoiding this, from the Greek for \"under\" & \"heat\"", - "value": "$400", - "answer": "hypothermia", - "round": "Double Jeopardy!", - "show_number": "5359", - "fullAnswer": "hypothermia" - }, { "category": "HISTORIC U.S. BUILDINGS", "air_date": "2007-12-20", @@ -1818309,16 +1729239,6 @@ "show_number": "5359", "fullAnswer": "Banquo" }, - { - "category": "DESERT SURVIVAL SKILLS", - "air_date": "2007-12-20", - "question": "(Kelly of the Clue Crew walks through brush in White Sands National Monument, NM.) Be very careful relying on desert plants for food & drink; avoid any that have red seeds, milky sap, or leaves that are digitate, meaning shaped like an open one of these", - "value": "$800", - "answer": "hand", - "round": "Double Jeopardy!", - "show_number": "5359", - "fullAnswer": "a hand" - }, { "category": "HISTORIC U.S. BUILDINGS", "air_date": "2007-12-20", @@ -1818369,16 +1729289,6 @@ "show_number": "5359", "fullAnswer": "Belch" }, - { - "category": "DESERT SURVIVAL SKILLS", - "air_date": "2007-12-20", - "question": "(Kelly of the Clue Crew reports from White Sands National Monument, New Mexico.) In desert conditions, you need at least one gallon of water per person per day, have reusable water containers, & a tincture of a small percentage of this to purify the water", - "value": "$1200", - "answer": "iodine", - "round": "Double Jeopardy!", - "show_number": "5359", - "fullAnswer": "iodine" - }, { "category": "HISTORIC U.S. BUILDINGS", "air_date": "2007-12-20", @@ -1818429,26 +1729339,6 @@ "show_number": "5359", "fullAnswer": "Brutus" }, - { - "category": "DESERT SURVIVAL SKILLS", - "air_date": "2007-12-20", - "question": "(Jon of the Clue Crew reports from White Sands National Monument, New Mexico.) For desert trekkers in the Southwest, it might come in handy to know that the soaptree type of this stiff-leaved evergreen has edible flowers", - "value": "$1600", - "answer": "yucca", - "round": "Double Jeopardy!", - "show_number": "5359", - "fullAnswer": "a yucca" - }, - { - "category": "HISTORIC U.S. BUILDINGS", - "air_date": "2007-12-20", - "question": "Greene & Greene designed the Gamble House, a seminal work in this 3-word style inspired by William Morris", - "value": "$1600", - "answer": "Arts and Crafts", - "round": "Double Jeopardy!", - "show_number": "5359", - "fullAnswer": "Arts and Crafts" - }, { "category": "SAY IT IN SPANISH", "air_date": "2007-12-20", @@ -1818489,16 +1729379,6 @@ "show_number": "5359", "fullAnswer": "Bianca" }, - { - "category": "DESERT SURVIVAL SKILLS", - "air_date": "2007-12-20", - "question": "(Jon of the Clue Crew reports from White Sands National Monument, New Mexico.) Sounds odd, but black tea bags are handy in the desert: steep the bags & apply to sunburn; this acid in the tea relieves heat, pain & itching", - "value": "$2000", - "answer": "tannin ", - "round": "Double Jeopardy!", - "show_number": "5359", - "fullAnswer": "tannin (or tannic acid)" - }, { "category": "HISTORIC U.S. BUILDINGS", "air_date": "2007-12-20", @@ -1818529,26 +1729409,6 @@ "show_number": "5359", "fullAnswer": "Pringles potato chips" }, - { - "category": "COUSTEAU", - "air_date": "2010-06-11", - "question": "One of Cousteau's dreams was to use this to help power a modern ship; he achieved it with the \"Alcyone\" & its turbo sail system", - "value": "$200", - "answer": "wind", - "round": "Jeopardy!", - "show_number": "5940", - "fullAnswer": "wind" - }, - { - "category": "FACTS & FIGURES", - "air_date": "2010-06-11", - "question": "Fact:
She was born in Long Beach, California; we'll skip the obligatory number joke", - "value": "$200", - "answer": "Bo Derek", - "round": "Jeopardy!", - "show_number": "5940", - "fullAnswer": "Bo Derek" - }, { "category": "COOKING VERBS", "air_date": "2010-06-11", @@ -1818589,26 +1729449,6 @@ "show_number": "5940", "fullAnswer": "The Last of the Mohicans" }, - { - "category": "COUSTEAU", - "air_date": "2010-06-11", - "question": "One program in the \"Cousteau Odyssey\" TV series was titled \"Blind Prophets\" of this island", - "value": "$400", - "answer": "Easter Island", - "round": "Jeopardy!", - "show_number": "5940", - "fullAnswer": "Easter Island" - }, - { - "category": "FACTS & FIGURES", - "air_date": "2010-06-11", - "question": "Fact:
She had bit parts on \"McHale's Navy\" & \"Bewitched\" before her bust-out part in \"1 Million Years B.C.\"", - "value": "$400", - "answer": "Raquel Welch", - "round": "Jeopardy!", - "show_number": "5940", - "fullAnswer": "Raquel Welch" - }, { "category": "COOKING VERBS", "air_date": "2010-06-11", @@ -1818659,16 +1729499,6 @@ "show_number": "5940", "fullAnswer": "gills" }, - { - "category": "FACTS & FIGURES", - "air_date": "2010-06-11", - "question": "Fact:
As Halle Berry could tell you, this woman was the first African-American Best Actress Oscar nominee", - "value": "$600", - "answer": "Dorothy Dandridge", - "round": "Jeopardy!", - "show_number": "5940", - "fullAnswer": "Dorothy Dandridge" - }, { "category": "COOKING VERBS", "air_date": "2010-06-11", @@ -1818709,26 +1729539,6 @@ "show_number": "5940", "fullAnswer": "\"Free at last\"" }, - { - "category": "COUSTEAU", - "air_date": "2010-06-11", - "question": "Cousteau co-designed this scuba device & said it changed his life", - "value": "$800", - "answer": "aqua lung", - "round": "Jeopardy!", - "show_number": "5940", - "fullAnswer": "the aqua lung" - }, - { - "category": "FACTS & FIGURES", - "air_date": "2010-06-11", - "question": "Fact:
She costarred with Tony Randall in \"Will Success Spoil Rock Hunter?\"", - "value": "$800", - "answer": "Jayne Mansfield", - "round": "Jeopardy!", - "show_number": "5940", - "fullAnswer": "Jayne Mansfield" - }, { "category": "COOKING VERBS", "air_date": "2010-06-11", @@ -1818769,26 +1729579,6 @@ "show_number": "5940", "fullAnswer": "the last hurrah" }, - { - "category": "COUSTEAU", - "air_date": "2010-06-11", - "question": "Cousteau is seen here in a moment of happiness on Isla Isabela, a bird haven off this country's state of Nayarit", - "value": "$1000", - "answer": "Mexico", - "round": "Jeopardy!", - "show_number": "5940", - "fullAnswer": "Mexico" - }, - { - "category": "FACTS & FIGURES", - "air_date": "2010-06-11", - "question": "Fact:
This Swiss-German bombshell was the first Bond girl", - "value": "$1000", - "answer": "Ursula Andress", - "round": "Jeopardy!", - "show_number": "5940", - "fullAnswer": "Ursula Andress" - }, { "category": "COOKING VERBS", "air_date": "2010-06-11", @@ -1818889,16 +1729679,6 @@ "show_number": "5940", "fullAnswer": "coma (from comma)" }, - { - "category": "ON THE MAP", - "air_date": "2010-06-11", - "question": "(Jimmy of the Clue Crew shows a map on the monitor.) The Red Sea, the Gulf of Aden & the Indian Ocean form the eastern coast of the region seen here, known by this 3-word term", - "value": "$800", - "answer": "Horn of Africa", - "round": "Double Jeopardy!", - "show_number": "5940", - "fullAnswer": "the Horn of Africa" - }, { "category": "LYRICAL POSTAL ABBREVIATIONS", "air_date": "2010-06-11", @@ -1818969,26 +1729749,6 @@ "show_number": "5940", "fullAnswer": "Indiana (for In)" }, - { - "category": "LET ME PAINT YOU A PICTURE", - "air_date": "2010-06-11", - "question": "He put the \"class\" in \"neoclassical\" with his portrait of Madame Recamier", - "value": "$1200", - "answer": "Jacques-Louis David", - "round": "Double Jeopardy!", - "show_number": "5940", - "fullAnswer": "Jacques-Louis David" - }, - { - "category": "BRAND \"O\"", - "air_date": "2010-06-11", - "question": "Defunct car brand whose emblem is shown here", - "value": "$1200", - "answer": "Oldsmobile", - "round": "Double Jeopardy!", - "show_number": "5940", - "fullAnswer": "Oldsmobile" - }, { "category": "LITERARY BROTHERS", "air_date": "2010-06-11", @@ -1819089,16 +1729849,6 @@ "show_number": "5940", "fullAnswer": "Massachusetts (for Ma)" }, - { - "category": "LET ME PAINT YOU A PICTURE", - "air_date": "2010-06-11", - "question": "About 36 of his paintings survive, including \"The Guitar Player\", seen here", - "value": "$2000", - "answer": "Jan Vermeer", - "round": "Double Jeopardy!", - "show_number": "5940", - "fullAnswer": "Jan Vermeer" - }, { "category": "BRAND \"O\"", "air_date": "2010-06-11", @@ -1819459,16 +1730209,6 @@ "show_number": "6155", "fullAnswer": "Babe Ruth" }, - { - "category": "CARS OF THE FUTURE PRESENT", - "air_date": "2011-05-20", - "question": "(Jimmy of the Clue Crew reports from the Argonne National Laboratory in Chicago, IL.) In theory, an omnivorous engine can run on any fuel combination; this one adds butanol, which would result in fewer fill-ups as it's high in energy density, to the common mix of gas & this alcohol", - "value": "$400", - "answer": "ethanol", - "round": "Double Jeopardy!", - "show_number": "6155", - "fullAnswer": "ethanol" - }, { "category": "BIBLICAL FORGIVENESS", "air_date": "2011-05-20", @@ -1819519,16 +1730259,6 @@ "show_number": "6155", "fullAnswer": "Malcolm X" }, - { - "category": "CARS OF THE FUTURE PRESENT", - "air_date": "2011-05-20", - "question": "(Sarah of the Clue Crew reports from the Argonne National Laboratory in Chicago, IL.) The Argonne National Laboratory dynamometer can measure both a car's particulate production & its fuel efficiency--the latter by simulating road stresses & measuring the products of this element in the engine's emissions", - "value": "$800", - "answer": "carbon", - "round": "Double Jeopardy!", - "show_number": "6155", - "fullAnswer": "carbon" - }, { "category": "BIBLICAL FORGIVENESS", "air_date": "2011-05-20", @@ -1819579,16 +1730309,6 @@ "show_number": "6155", "fullAnswer": "Fletcher Christian" }, - { - "category": "CARS OF THE FUTURE PRESENT", - "air_date": "2011-05-20", - "question": "(Jimmy of the Clue Crew reports from the Argonne National Laboratory in Chicago, IL.) Argonne researchers are working to reduce the size & increase the life span of storage batteries with this element in their name", - "value": "$1200", - "answer": "lithium", - "round": "Double Jeopardy!", - "show_number": "6155", - "fullAnswer": "lithium" - }, { "category": "BIBLICAL FORGIVENESS", "air_date": "2011-05-20", @@ -1819639,16 +1730359,6 @@ "show_number": "6155", "fullAnswer": "Napoleon" }, - { - "category": "CARS OF THE FUTURE PRESENT", - "air_date": "2011-05-20", - "question": "(Jimmy of the Clue Crew reports from the Argonne National Laboratory in Chicago, IL.) The dynamometer is a key part of testing to find a real-world car that gets 100 mpge--miles per gallon energy equivalent--the goal of this automotive prize", - "value": "$1600", - "answer": "X Prize", - "round": "Double Jeopardy!", - "show_number": "6155", - "fullAnswer": "the X Prize" - }, { "category": "BIBLICAL FORGIVENESS", "air_date": "2011-05-20", @@ -1819699,16 +1730409,6 @@ "show_number": "6155", "fullAnswer": "Doc Holliday" }, - { - "category": "CARS OF THE FUTURE PRESENT", - "air_date": "2011-05-20", - "question": "(Sarah of the Clue Crew reports from the Argonne National Laboratory in Chicago, IL.) Designed to take advantage of available supply, the 3-fuel mix of Argonne's omnivorous engine means the computer has to solve a new problem dozens of times a second, as it figures what mix to use for each firing, also called this event", - "value": "$2000", - "answer": "combustion", - "round": "Double Jeopardy!", - "show_number": "6155", - "fullAnswer": "combustion" - }, { "category": "BIBLICAL FORGIVENESS", "air_date": "2011-05-20", @@ -1819859,16 +1730559,6 @@ "show_number": "4924", "fullAnswer": "reactionary" }, - { - "category": "STUPID ANSWERS", - "air_date": "2006-01-26", - "question": "(Sarah of the Clue Crew stands underneath a fountain in St. Petersburg, Russia.) Be careful of the umbrella fountain here in Peterov--if you step under it, this will happen", - "value": "$400", - "answer": "you\\'ll get wet ", - "round": "Jeopardy!", - "show_number": "4924", - "fullAnswer": "you\\'ll get wet (it will rain accepted)" - }, { "category": "A DATE WITH HISTORY", "air_date": "2006-01-26", @@ -1819979,16 +1730669,6 @@ "show_number": "4924", "fullAnswer": "multilateral" }, - { - "category": "STUPID ANSWERS", - "air_date": "2006-01-26", - "question": "(Jon of the Clue Crew stands in front of an old log cabin in the Wyoming mountains.) Towering over Jackson Hole, Wyoming at a lofty 13,766 feet is this mountain, the largest in the Grand Teton range", - "value": "$800", - "answer": "Grand Teton", - "round": "Jeopardy!", - "show_number": "4924", - "fullAnswer": "Grand Teton" - }, { "category": "A DATE WITH HISTORY", "air_date": "2006-01-26", @@ -1820489,16 +1731169,6 @@ "show_number": "4665", "fullAnswer": "snooker" }, - { - "category": "MAGAZINES", - "air_date": "2004-12-10", - "question": "(Hi, I'm Tucker Carlson of CNN's Crossfire.) One of the many publications I've written for is this \"condensed\" magazine that began publication in 1922", - "value": "$600", - "answer": "Reader\\'s Digest", - "round": "Jeopardy!", - "show_number": "4665", - "fullAnswer": "Reader\\'s Digest" - }, { "category": "IT'S THEIR FAULT", "air_date": "2004-12-10", @@ -1820674,7 +1731344,7 @@ "air_date": "2004-12-10", "question": "Woodward & Bernstein's political detective story featuring agents J & K who unearth aliens in the White House", "value": "$400", - "answer": "All The President\\'s Men In Black", + "answer": "All The President's Men In Black", "round": "Double Jeopardy!", "show_number": "4665", "fullAnswer": "All The President\\'s Men In Black" @@ -1820709,16 +1731379,6 @@ "show_number": "4665", "fullAnswer": "Snow White" }, - { - "category": "MANHATTAN NEIGHBORHOODS", - "air_date": "2004-12-10", - "question": "(Sofia of the Clue Crew strolls down along a Manhattan sidewalk.) A young street singer named Irving Berlin is one of many immigrants who got started in this area with a 3-word name", - "value": "$800", - "answer": "Lower East Side", - "round": "Double Jeopardy!", - "show_number": "4665", - "fullAnswer": "the Lower East Side" - }, { "category": "SPANISH CLASS", "air_date": "2004-12-10", @@ -1820769,16 +1731429,6 @@ "show_number": "4665", "fullAnswer": "a snowman" }, - { - "category": "MANHATTAN NEIGHBORHOODS", - "air_date": "2004-12-10", - "question": "(Cheryl of the Clue Crew walks past a curbside restaurant with green, white, and red banners.) There's no shortage of good food in this ethnic-named neighborhood once home to Martin Scorcese", - "value": "$1200", - "answer": "Little Italy", - "round": "Double Jeopardy!", - "show_number": "4665", - "fullAnswer": "Little Italy" - }, { "category": "SPANISH CLASS", "air_date": "2004-12-10", @@ -1820884,21 +1731534,11 @@ "air_date": "2004-12-10", "question": "A woman raised in Greenland is an expert on all things icy in this 1993 novel by Danish author Peter Hoeg", "value": "$1600", - "answer": "Smilla\\'s Sense of Snow", + "answer": "Smilla's Sense of Snow", "round": "Double Jeopardy!", "show_number": "4665", "fullAnswer": "Smilla\\'s Sense of Snow" }, - { - "category": "MANHATTAN NEIGHBORHOODS", - "air_date": "2004-12-10", - "question": "(Jimmy of the Clue Crew stands outside an a balconied edifice at dusk.) This area in New York is neither too far up nor too far down, but just right for men like Henry Luce and Donald Trump", - "value": "$2000", - "answer": "Midtown", - "round": "Double Jeopardy!", - "show_number": "4665", - "fullAnswer": "Midtown" - }, { "category": "SPANISH CLASS", "air_date": "2004-12-10", @@ -1820939,16 +1731579,6 @@ "show_number": "4665", "fullAnswer": "intellectual property" }, - { - "category": "I PREDICT \"SNOW\"", - "air_date": "2004-12-10", - "question": "Listening to this famous piece of ballet music makes me think of a flurry of little dancers", - "value": "$2000", - "answer": "Waltz Of The Snowflakes ", - "round": "Double Jeopardy!", - "show_number": "4665", - "fullAnswer": "\"Waltz Of The Snowflakes\" (from The Nutcracker)" - }, { "category": "STATE MOTTOES", "air_date": "2004-12-10", @@ -1821344,7 +1731974,7 @@ "air_date": "1990-11-06", "question": "Edward Albee play in which George & Martha appear", "value": "$400", - "answer": "Who\\'s Afraid of Virginia Woolf?", + "answer": "Who's Afraid of Virginia Woolf?", "round": "Double Jeopardy!", "show_number": "1422", "fullAnswer": "\"Who\\'s Afraid of Virginia Woolf?\"" @@ -1822099,16 +1732729,6 @@ "show_number": "6108", "fullAnswer": "Nikita Khrushchev" }, - { - "category": "ACTING OUT", - "air_date": "2011-03-16", - "question": "Meaning victory in the end, it's what Sarah gets here", - "value": "$200", - "answer": "last laugh", - "round": "Jeopardy!", - "show_number": "6108", - "fullAnswer": "the last laugh" - }, { "category": "\"MO\"-POURRI", "air_date": "2011-03-16", @@ -1822159,16 +1732779,6 @@ "show_number": "6108", "fullAnswer": "1952" }, - { - "category": "ACTING OUT", - "air_date": "2011-03-16", - "question": "It's the pointless thing Sarah is doing", - "value": "$400", - "answer": "comparing apples to oranges", - "round": "Jeopardy!", - "show_number": "6108", - "fullAnswer": "comparing apples to oranges" - }, { "category": "\"MO\"-POURRI", "air_date": "2011-03-16", @@ -1822219,22 +1732829,12 @@ "show_number": "6108", "fullAnswer": "Tricky Dick" }, - { - "category": "ACTING OUT", - "air_date": "2011-03-16", - "question": "A 3-word Isley Brothers hit, or what Kelly is doing

\"Hey! Hey! Hey!\"", - "value": "$600", - "answer": "Twist And Shout", - "round": "Jeopardy!", - "show_number": "6108", - "fullAnswer": "\"Twist And Shout\"" - }, { "category": "\"MO\"-POURRI", "air_date": "2011-03-16", "question": "She won an Oscar in 2010 for her devastating portrayal of the brutal mother of \"Precious\"", "value": "$600", - "answer": "Mo\\'Nique", + "answer": "Mo'Nique", "round": "Jeopardy!", "show_number": "6108", "fullAnswer": "Mo\\'Nique" @@ -1822279,16 +1732879,6 @@ "show_number": "6108", "fullAnswer": "governor of California" }, - { - "category": "ACTING OUT", - "air_date": "2011-03-16", - "question": "In the current economy, many people are trying to do this", - "value": "$800", - "answer": "make ends meet", - "round": "Jeopardy!", - "show_number": "6108", - "fullAnswer": "make ends meet" - }, { "category": "\"MO\"-POURRI", "air_date": "2011-03-16", @@ -1822339,16 +1732929,6 @@ "show_number": "6108", "fullAnswer": "Pearl Harbor" }, - { - "category": "ACTING OUT", - "air_date": "2011-03-16", - "question": "Jimmy will soon be acting like a frisky horse; you can see he's doing this", - "value": "$1000", - "answer": "feeling his oats", - "round": "Jeopardy!", - "show_number": "6108", - "fullAnswer": "feeling his oats" - }, { "category": "\"MO\"-POURRI", "air_date": "2011-03-16", @@ -1822569,16 +1733149,6 @@ "show_number": "6108", "fullAnswer": "Achilles" }, - { - "category": "THE AGE OF AQUARIUMS", - "air_date": "2011-03-16", - "question": "It's the fish seen here doin' its thing", - "value": "$1600", - "answer": "puffer fish ", - "round": "Double Jeopardy!", - "show_number": "6108", - "fullAnswer": "a puffer fish (or blowfish)" - }, { "category": "C3", "air_date": "2011-03-16", @@ -1822619,16 +1733189,6 @@ "show_number": "6108", "fullAnswer": "the coccyx" }, - { - "category": "P.O.", - "air_date": "2011-03-16", - "question": "A USPS curbside collection box in which motorists deposit mail is nicknamed this, like a piece of underwater gear", - "value": "$2000", - "answer": "snorkel box", - "round": "Double Jeopardy!", - "show_number": "6108", - "fullAnswer": "a snorkel box" - }, { "category": "VOCABULARY", "air_date": "2011-03-16", @@ -1823594,7 +1734154,7 @@ "air_date": "1989-11-15", "question": "The Scots word for \"twilight\"; Sir Harry Lauder used to sing about \"roamin' in\" it", "value": "$400", - "answer": "Gloamin\\' ", + "answer": "Gloamin' ", "round": "Double Jeopardy!", "show_number": "1198", "fullAnswer": "\"Gloamin\\' \"" @@ -1824454,7 +1735014,7 @@ "air_date": "2005-03-01", "question": "In a TV movie, the Globetrotters crash-landed on an island where they visited the cast of this '60s sitcom", "value": "$200", - "answer": "Gilligan\\'s Island", + "answer": "Gilligan's Island", "round": "Jeopardy!", "show_number": "4722", "fullAnswer": "Gilligan\\'s Island" @@ -1824739,16 +1735299,6 @@ "show_number": "4722", "fullAnswer": "amaryllis" }, - { - "category": "EGYPTIAN RELIGION", - "air_date": "2005-03-01", - "question": "(Sarah of the Clue Crew reports from Egypt.) In the temple at this site, creator god Amun-Kamutef was worshipped; in the U.S. hotel of the same name, other gods are", - "value": "$400", - "answer": "Luxor", - "round": "Double Jeopardy!", - "show_number": "4722", - "fullAnswer": "Luxor" - }, { "category": "CROSSWORD CLUES \"S\"", "air_date": "2005-03-01", @@ -1824799,16 +1735349,6 @@ "show_number": "4722", "fullAnswer": "The Everly Brothers" }, - { - "category": "EGYPTIAN RELIGION", - "air_date": "2005-03-01", - "question": "(Sarah of the Clue Crew reports from Idfu, Egypt.) Egyptians made daily temple offerings to the gods of these two things, their own daily food & drink, which begin with the same letter", - "value": "$800", - "answer": "bread & beer", - "round": "Double Jeopardy!", - "show_number": "4722", - "fullAnswer": "bread & beer" - }, { "category": "CROSSWORD CLUES \"S\"", "air_date": "2005-03-01", @@ -1824834,7 +1735374,7 @@ "air_date": "2005-03-01", "question": "In \"The Canterbury Tales\", \"The Knight's Tale\" is followed by this \"floury\" one", "value": "$800", - "answer": "The Miller\\'s Tale", + "answer": "The Miller's Tale", "round": "Double Jeopardy!", "show_number": "4722", "fullAnswer": "\"The Miller\\'s Tale\"" @@ -1824859,16 +1735399,6 @@ "show_number": "4722", "fullAnswer": "Randy Quaid" }, - { - "category": "EGYPTIAN RELIGION", - "air_date": "2005-03-01", - "question": "(Sarah of the Clue Crew reports from Abu Simbel, Egypt.) The cow goddess Hothor becoming part-woman was one of Egypt's first examples of this--worship of gods in human form", - "value": "$1200", - "answer": "anthropomorphism", - "round": "Double Jeopardy!", - "show_number": "4722", - "fullAnswer": "anthropomorphism" - }, { "category": "CROSSWORD CLUES \"S\"", "air_date": "2005-03-01", @@ -1824919,16 +1735449,6 @@ "show_number": "4722", "fullAnswer": "The Doobie Brothers" }, - { - "category": "EGYPTIAN RELIGION", - "air_date": "2005-03-01", - "question": "(Jimmy of the Clue Crew reports from Giza, Egypt.) Once entombed in a pyramid, a dead king became identified with this god of the underworld, Horus's father", - "value": "$1600", - "answer": "Osiris", - "round": "Double Jeopardy!", - "show_number": "4722", - "fullAnswer": "Osiris" - }, { "category": "CROSSWORD CLUES \"S\"", "air_date": "2005-03-01", @@ -1824979,16 +1735499,6 @@ "show_number": "4722", "fullAnswer": "Raising Arizona" }, - { - "category": "EGYPTIAN RELIGION", - "air_date": "2005-03-01", - "question": "(Sarah of the Clue Crew reports from Cairo, Egypt.) Priests overseeing the mummification ritual process often wore masks depicting this Egyptian god of embalming", - "value": "$2000", - "answer": "Anubis", - "round": "Double Jeopardy!", - "show_number": "4722", - "fullAnswer": "Anubis" - }, { "category": "CROSSWORD CLUES \"S\"", "air_date": "2005-03-01", @@ -1825044,7 +1735554,7 @@ "air_date": "2005-03-01", "question": "In 1900 Teddy Roosevelt wrote, \"I have always been fond of the West African proverb:\" this", "value": null, - "answer": "\\speak softly and carry a big stick\\", + "answer": "speak softly and carry a big stick", "round": "Final Jeopardy!", "show_number": "4722", "fullAnswer": "\\\"speak softly and carry a big stick\\\"" @@ -1825169,16 +1735679,6 @@ "show_number": "6218", "fullAnswer": "The Tempest" }, - { - "category": "I'M DATING MYSELF", - "air_date": "2011-10-05", - "question": "I'm looking forward to lots more books from this author; \"Music for Chameleons\" won't be the last", - "value": "$600", - "answer": "Truman Capote", - "round": "Jeopardy!", - "show_number": "6218", - "fullAnswer": "Truman Capote" - }, { "category": "4-LETTER WORDS", "air_date": "2011-10-05", @@ -1825269,16 +1735769,6 @@ "show_number": "6218", "fullAnswer": "the (L.A.) Coliseum" }, - { - "category": "THE JEWISH HIGH HOLIDAYS", - "air_date": "2011-10-05", - "question": "Teruah, meant to sound like sobbing, is one type of blast on this, a ram's horn", - "value": "$800", - "answer": "shofar", - "round": "Jeopardy!", - "show_number": "6218", - "fullAnswer": "the shofar" - }, { "category": "RARELY QUOTED SHAKESPEAREAN DIALOGUE", "air_date": "2011-10-05", @@ -1825479,16 +1735969,6 @@ "show_number": "6218", "fullAnswer": "rock collecting" }, - { - "category": "LANGUAGES", - "air_date": "2011-10-05", - "question": "(Sarah of the Clue Crew shows a map of Africa on the monitor.) With around 180 million speakers worldwide, its the official language of eight countries, including the five former European colonies highlighted here", - "value": "$1200", - "answer": "Portuguese", - "round": "Double Jeopardy!", - "show_number": "6218", - "fullAnswer": "Portuguese" - }, { "category": "SONGS ABOUT GIRLS", "air_date": "2011-10-05", @@ -1825739,16 +1736219,6 @@ "show_number": "6214", "fullAnswer": "Chewbacca" }, - { - "category": "ARCTIC WILDLIFE", - "air_date": "2011-09-29", - "question": "(Sarah of the Clue Crew delivers the clue from Svalbard Islands in Norway) The Atlantic variety of this comical seabird has a parrot-like bill that can hold many fish at one time", - "value": "$400", - "answer": "puffin", - "round": "Jeopardy!", - "show_number": "6214", - "fullAnswer": "a puffin" - }, { "category": "UNDER THIS CABINET DEPARTMENT", "air_date": "2011-09-29", @@ -1825884,7 +1736354,7 @@ "air_date": "2011-09-29", "question": "This line of denim pants for women (whether or not they are moms) is known as NYDJ for short", "value": "$800", - "answer": "Not Your Daughter\\'s Jeans", + "answer": "Not Your Daughter's Jeans", "round": "Jeopardy!", "show_number": "6214", "fullAnswer": "Not Your Daughter\\'s Jeans" @@ -1825909,16 +1736379,6 @@ "show_number": "6214", "fullAnswer": "sugar" }, - { - "category": "SIDEKICKS", - "air_date": "2011-09-29", - "question": "Jay Chou is seen here as this sidekick in a 2011 film", - "value": "$1000", - "answer": "Kato", - "round": "Jeopardy!", - "show_number": "6214", - "fullAnswer": "Kato" - }, { "category": "ARCTIC WILDLIFE", "air_date": "2011-09-29", @@ -1826129,16 +1736589,6 @@ "show_number": "6214", "fullAnswer": "Bambi" }, - { - "category": "GIVE ME THAT OLD TIME RELIGION", - "air_date": "2011-09-29", - "question": "You'll find the official website of this religious group at www.watchtower.org", - "value": "$1200", - "answer": "Jehovah\\'s Witnesses", - "round": "Double Jeopardy!", - "show_number": "6214", - "fullAnswer": "the Jehovah\\'s Witnesses" - }, { "category": "IMMEDIATE PREDECESSORS", "air_date": "2011-09-29", @@ -1826389,16 +1736839,6 @@ "show_number": "4545", "fullAnswer": "landslide" }, - { - "category": "MEET THE PRESS", - "air_date": "2004-05-14", - "question": "The logo of this humorous newspaper is seen here", - "value": "$600", - "answer": "Onion", - "round": "Jeopardy!", - "show_number": "4545", - "fullAnswer": "The Onion" - }, { "category": "\"D.C.\"", "air_date": "2004-05-14", @@ -1827314,7 +1737754,7 @@ "air_date": "2004-01-26", "question": "A senior barrister in an English high court is one of these counsels", "value": "$1600", - "answer": "Queen\\'s counsel", + "answer": "Queen's counsel", "round": "Double Jeopardy!", "show_number": "4466", "fullAnswer": "Queen\\'s counsel" @@ -1827464,7 +1737904,7 @@ "air_date": "2004-12-03", "question": "This songs begins \"He rocks in the tree tops all day long, hoppin' and a-boppin' and singing his song\"", "value": "$400", - "answer": "Rockin\\' Robin", + "answer": "Rockin' Robin", "round": "Jeopardy!", "show_number": "4660", "fullAnswer": "\"Rockin\\' Robin\"" @@ -1827639,16 +1738079,6 @@ "show_number": "4660", "fullAnswer": "Shah" }, - { - "category": "SONG BIRDS", - "air_date": "2004-12-03", - "question": "Like Shelley, Johnny Mercer & Hoagy Carmichael wrote an ode to this title bird", - "value": "$1000", - "answer": "skylark", - "round": "Jeopardy!", - "show_number": "4660", - "fullAnswer": "skylark" - }, { "category": "ON THE GO", "air_date": "2004-12-03", @@ -1827689,16 +1738119,6 @@ "show_number": "4660", "fullAnswer": "greasepaint" }, - { - "category": "ANDREW JACKSON", - "air_date": "2004-12-03", - "question": "(Jimmy of the Clue Crew reports from inside the Hermitage in Tennessee, a gold sword in his hands.) Jackson received this sword in honor of this 1815 victory that made him a national hero", - "value": "$400", - "answer": "Battle of New Orleans", - "round": "Double Jeopardy!", - "show_number": "4660", - "fullAnswer": "The Battle of New Orleans" - }, { "category": "GROUPS", "air_date": "2004-12-03", @@ -1827809,16 +1738229,6 @@ "show_number": "4660", "fullAnswer": "writ" }, - { - "category": "ANDREW JACKSON", - "air_date": "2004-12-03", - "question": "(Cheryl of the Clue Crew reports from inside the Hermitage in Tennessee holding a pendant.) Jackson was never without his miniature of this woman, who died just before he became President", - "value": "$1200", - "answer": "Rachel Robards", - "round": "Double Jeopardy!", - "show_number": "4660", - "fullAnswer": "Rachel Robards" - }, { "category": "GROUPS", "air_date": "2004-12-03", @@ -1827949,16 +1738359,6 @@ "show_number": "4660", "fullAnswer": "Kingdom" }, - { - "category": "CORPORATE BRANDS", - "air_date": "2004-12-03", - "question": "Ashland has a very refined line, including this brand, whose logo is seen here", - "value": "$2000", - "answer": "Valvoline", - "round": "Double Jeopardy!", - "show_number": "4660", - "fullAnswer": "Valvoline" - }, { "category": "THAT'S POETRY TO MY EAR", "air_date": "2004-12-03", @@ -1827969,16 +1738369,6 @@ "show_number": "4660", "fullAnswer": "folly" }, - { - "category": "4-LETTER \"W\"ORDS", - "air_date": "2004-12-03", - "question": "A cactus one is seen here in the photo", - "value": "$2000", - "answer": "wren", - "round": "Double Jeopardy!", - "show_number": "4660", - "fullAnswer": "wren" - }, { "category": "U.S. CITIES", "air_date": "2004-12-03", @@ -1828004,7 +1738394,7 @@ "air_date": "2001-04-20", "question": "\"Digital\" slogan used by KFC", "value": "$100", - "answer": "Finger-lickin\\' good", + "answer": "Finger-lickin' good", "round": "Jeopardy!", "show_number": "3840", "fullAnswer": "\"Finger-lickin\\' good\"" @@ -1829389,16 +1739779,6 @@ "show_number": "5505", "fullAnswer": "Waterloo" }, - { - "category": "\"J.P.\"", - "air_date": "2008-07-11", - "question": "In \"Goodfellas\", this actor memorably said, \"I'm funny how... I'm funny like a clown, I amuse you?\"", - "value": "$800", - "answer": "Joe Pesci", - "round": "Jeopardy!", - "show_number": "5505", - "fullAnswer": "Joe Pesci" - }, { "category": "ANAGRAMMED AUSTRALIAN CITIES", "air_date": "2008-07-11", @@ -1829419,16 +1739799,6 @@ "show_number": "5505", "fullAnswer": "a kangaroo court" }, - { - "category": "ORGANIZATIONS", - "air_date": "2008-07-11", - "question": "(Sarah of the Clue Crew reports from Abu Simbel in Egypt.) In the 1960s this U.N. organization raised the temples of Abu Simbel up out of the way of flooding caused when the Aswan High Dam was built", - "value": "$800", - "answer": "UNESCO", - "round": "Jeopardy!", - "show_number": "5505", - "fullAnswer": "UNESCO" - }, { "category": "MINDBLOWERS", "air_date": "2008-07-11", @@ -1829449,16 +1739819,6 @@ "show_number": "5505", "fullAnswer": "Salmon P. Chase" }, - { - "category": "\"J.P.\"", - "air_date": "2008-07-11", - "question": "(Jon of the Clue Crew doesn't fret at all.) This man who revolutionized bass playing with the group Weather Report made his own fretless bass by pulling out the frets & filling in the grooves", - "value": "$1000", - "answer": "Jaco Pastorius", - "round": "Jeopardy!", - "show_number": "5505", - "fullAnswer": "Jaco Pastorius" - }, { "category": "ANAGRAMMED AUSTRALIAN CITIES", "air_date": "2008-07-11", @@ -1829469,16 +1739829,6 @@ "show_number": "5505", "fullAnswer": "Adelaide" }, - { - "category": "BEASTLY EXPRESSIONS", - "air_date": "2008-07-11", - "question": "It's the type of fixture seen here", - "value": "$1000", - "answer": "gooseneck lamp", - "round": "Jeopardy!", - "show_number": "5505", - "fullAnswer": "a gooseneck lamp" - }, { "category": "ORGANIZATIONS", "air_date": "2008-07-11", @@ -1829864,7 +1740214,7 @@ "air_date": "2003-03-06", "question": "You sign them as soon as you buy them & sign them again when paying for merchandise abroad", "value": "$200", - "answer": "traveler\\'s checks", + "answer": "traveler's checks", "round": "Jeopardy!", "show_number": "4269", "fullAnswer": "traveler\\'s checks" @@ -1829924,7 +1740274,7 @@ "air_date": "2003-03-06", "question": "They are painful contractions of hand muscles while utilizing your penmanship", "value": "$400", - "answer": "writer\\'s cramp", + "answer": "writer's cramp", "round": "Jeopardy!", "show_number": "4269", "fullAnswer": "writer\\'s cramp" @@ -1829984,7 +1740334,7 @@ "air_date": "2003-03-06", "question": "You don't hear much about this 19th C. American civil engineer, husband of a famous portrait subject", "value": "$600", - "answer": "Whistler\\'s father", + "answer": "Whistler's father", "round": "Jeopardy!", "show_number": "4269", "fullAnswer": "Whistler\\'s father" @@ -1830044,7 +1740394,7 @@ "air_date": "2003-03-06", "question": "U.S. real estate in 2000 was this, a situation of high prices & demand exceeding supply", "value": "$800", - "answer": "seller\\'s market", + "answer": "seller's market", "round": "Jeopardy!", "show_number": "4269", "fullAnswer": "seller\\'s market" @@ -1830104,7 +1740454,7 @@ "air_date": "2003-03-06", "question": "Graham Parker sang, \"I get left in the cold 'cause I will search the world for\" this deceiving stuff", "value": "$1000", - "answer": "fool\\'s gold", + "answer": "fool's gold", "round": "Jeopardy!", "show_number": "4269", "fullAnswer": "fool\\'s gold" @@ -1830449,16 +1740799,6 @@ "show_number": "3115", "fullAnswer": "a computer" }, - { - "category": "THE TONYS", - "air_date": "1998-02-27", - "question": "At a 1977 concert he stunned Dawn and the crowd by announcing his (short-lived) retirement:", - "value": "$100", - "answer": "Tony Orlando", - "round": "Jeopardy!", - "show_number": "3115", - "fullAnswer": "Tony Orlando" - }, { "category": "HELL-O JELL-O", "air_date": "1998-02-27", @@ -1830559,16 +1740899,6 @@ "show_number": "3115", "fullAnswer": "Kingston" }, - { - "category": "THE 1980s", - "air_date": "1998-02-27", - "question": "Group heard here in a 1985 hit:", - "value": "$500", - "answer": "Tears for Fears", - "round": "Jeopardy!", - "show_number": "3115", - "fullAnswer": "Tears for Fears" - }, { "category": "THE TONYS", "air_date": "1998-02-27", @@ -1830839,16 +1741169,6 @@ "show_number": "3115", "fullAnswer": "Hispaniola" }, - { - "category": "WOMEN'S FIRSTS", - "air_date": "1998-02-27", - "question": "She was the first American woman to be pictured on a U.S. stamp & on U.S. paper currency:", - "value": "$600", - "answer": "Martha Washington", - "round": "Double Jeopardy!", - "show_number": "3115", - "fullAnswer": "Martha Washington" - }, { "category": "GOOD SPORTS", "air_date": "1998-02-27", @@ -1830884,7 +1741204,7 @@ "air_date": "1998-02-27", "question": "In this 1985 novel, E.L. Doctorow recalled life & the Expo in NYC during the 1930s", "value": "$800", - "answer": "World\\'s Fair", + "answer": "World's Fair", "round": "Double Jeopardy!", "show_number": "3115", "fullAnswer": "World\\'s Fair" @@ -1830949,16 +1741269,6 @@ "show_number": "3115", "fullAnswer": "Kyushu" }, - { - "category": "WOMEN'S FIRSTS", - "air_date": "1998-02-27", - "question": "Serving from 1992 to 1994, she made news as the White House's first female press secretary:", - "value": "$1000", - "answer": "Dee Dee Myers", - "round": "Double Jeopardy!", - "show_number": "3115", - "fullAnswer": "Dee Dee Myers" - }, { "category": "CITY QUOTES", "air_date": "1998-02-27", @@ -1831324,7 +1741634,7 @@ "air_date": "1999-06-28", "question": "It follows \"I'm strong to the finich 'cause I eats me spinach...\"", "value": "$200", - "answer": "I\\'m Popeye the Sailorman", + "answer": "I'm Popeye the Sailorman", "round": "Double Jeopardy!", "show_number": "3426", "fullAnswer": "\"I\\'m Popeye the Sailorman\"" @@ -1831659,16 +1741969,6 @@ "show_number": "5019", "fullAnswer": "David Duchovny" }, - { - "category": "TOOLS", - "air_date": "2006-06-08", - "question": "(Jon of the Clue Crew inserts a Phillips-head screwdriver into a screw.) With its quick alignment, the Phillips-head screw was designed to help in mass production; it first became standard in this industry", - "value": "$400", - "answer": "auto industry", - "round": "Jeopardy!", - "show_number": "5019", - "fullAnswer": "the auto industry" - }, { "category": "MANHATTAN'S MUSEUM MILE", "air_date": "2006-06-08", @@ -1831829,16 +1742129,6 @@ "show_number": "5019", "fullAnswer": "Nero" }, - { - "category": "DAVES OF OUR LIVES", - "air_date": "2006-06-08", - "question": "Take five & name this leader of the jazz quartet heard here", - "value": "$1000", - "answer": "Dave Brubeck", - "round": "Jeopardy!", - "show_number": "5019", - "fullAnswer": "Dave Brubeck" - }, { "category": "TOOLS", "air_date": "2006-06-08", @@ -1831859,16 +1742149,6 @@ "show_number": "5019", "fullAnswer": "Barrio" }, - { - "category": "GAMES", - "air_date": "2006-06-08", - "question": "(Sarah of the Clue Crew plays croquet.) In U.S. croquet, a ball that goes through all the wickets has this travelling name, especially if it's the red one", - "value": "$1000", - "answer": "rover", - "round": "Jeopardy!", - "show_number": "5019", - "fullAnswer": "a rover" - }, { "category": "3-LETTER WORDS", "air_date": "2006-06-08", @@ -1831889,16 +1742169,6 @@ "show_number": "5019", "fullAnswer": "Alcatraz Island" }, - { - "category": "CLASSIC TV THEMES", - "air_date": "2006-06-08", - "question": "In a way, this show whose theme is heard here was 12,000 years in the making", - "value": "$400", - "answer": "Flintstones", - "round": "Double Jeopardy!", - "show_number": "5019", - "fullAnswer": "The Flintstones" - }, { "category": "LITERARY CROSSWORD CLUES \"L\"", "air_date": "2006-06-08", @@ -1831939,26 +1742209,6 @@ "show_number": "5019", "fullAnswer": "erase" }, - { - "category": "CITY OF THE DAY: SAN FRANCISCO", - "air_date": "2006-06-08", - "question": "(Jon of the Clue Crew reports from Chinatown in San Francisco.) The first of San Francisco's Chinese immigrants arrived on the ship Eagle in 1848, a week after this discovery that changed California", - "value": "$800", - "answer": "gold", - "round": "Double Jeopardy!", - "show_number": "5019", - "fullAnswer": "gold" - }, - { - "category": "CLASSIC TV THEMES", - "air_date": "2006-06-08", - "question": "1971--those were the days for this show", - "value": "$800", - "answer": "All in the Family", - "round": "Double Jeopardy!", - "show_number": "5019", - "fullAnswer": "All in the Family" - }, { "category": "LITERARY CROSSWORD CLUES \"L\"", "air_date": "2006-06-08", @@ -1832009,16 +1742259,6 @@ "show_number": "5019", "fullAnswer": "Maya Angelou" }, - { - "category": "CLASSIC TV THEMES", - "air_date": "2006-06-08", - "question": "This sitcom's theme song is heard here", - "value": "$1200", - "answer": "Bewitched", - "round": "Double Jeopardy!", - "show_number": "5019", - "fullAnswer": "Bewitched" - }, { "category": "LITERARY CROSSWORD CLUES \"L\"", "air_date": "2006-06-08", @@ -1832069,16 +1742309,6 @@ "show_number": "5019", "fullAnswer": "the Panama Canal" }, - { - "category": "CLASSIC TV THEMES", - "air_date": "2006-06-08", - "question": "I'm so glad you had the time to tell me this zany variety show whose theme is heard here", - "value": "$1600", - "answer": "Carol Burnett Show", - "round": "Double Jeopardy!", - "show_number": "5019", - "fullAnswer": "The Carol Burnett Show" - }, { "category": "LITERARY CROSSWORD CLUES \"L\"", "air_date": "2006-06-08", @@ -1832129,16 +1742359,6 @@ "show_number": "5019", "fullAnswer": "the Presidio" }, - { - "category": "CLASSIC TV THEMES", - "air_date": "2006-06-08", - "question": "Stand back! It's the '70s action series whose theme is heard here", - "value": "$2000", - "answer": "S.W.A.T.", - "round": "Double Jeopardy!", - "show_number": "5019", - "fullAnswer": "S.W.A.T." - }, { "category": "LITERARY CROSSWORD CLUES \"L\"", "air_date": "2006-06-08", @@ -1832149,16 +1742369,6 @@ "show_number": "5019", "fullAnswer": "Lonigan" }, - { - "category": "PEOPLE, PLACES & THINGS WE KNOW", - "air_date": "2006-06-08", - "question": "It's the 820-mile-long river represented here", - "value": "$2000", - "answer": "Rhine", - "round": "Double Jeopardy!", - "show_number": "5019", - "fullAnswer": "the Rhine" - }, { "category": "EMISSARY TO AMERICA", "air_date": "2006-06-08", @@ -1832209,16 +1742419,6 @@ "show_number": "4703", "fullAnswer": "Clark Kent" }, - { - "category": "POLITICAL CARICATURES", - "air_date": "2005-02-02", - "question": "He was sworn into his new job in California on November 17, 2003", - "value": "$200", - "answer": "Arnold Schwarzenegger", - "round": "Jeopardy!", - "show_number": "4703", - "fullAnswer": "Arnold Schwarzenegger" - }, { "category": "CAREER DAY", "air_date": "2005-02-02", @@ -1832269,26 +1742469,6 @@ "show_number": "4703", "fullAnswer": "Gilmore Girls" }, - { - "category": "POLITICAL CARICATURES", - "air_date": "2005-02-02", - "question": "He beat his opponent by more than 540,000 votes, but lost the presidential election", - "value": "$400", - "answer": "Al Gore", - "round": "Jeopardy!", - "show_number": "4703", - "fullAnswer": "Al Gore" - }, - { - "category": "CAREER DAY", - "air_date": "2005-02-02", - "question": "Like to swim underwater? You can train to be one of these lovelies at Weeki Wachee Springs in Florida", - "value": "$400", - "answer": "mermaid", - "round": "Jeopardy!", - "show_number": "4703", - "fullAnswer": "a mermaid" - }, { "category": "AMERICANA", "air_date": "2005-02-02", @@ -1832329,16 +1742509,6 @@ "show_number": "4703", "fullAnswer": "Joan of Arcadia" }, - { - "category": "POLITICAL CARICATURES", - "air_date": "2005-02-02", - "question": "She served as a staff attorney for the Children's Defense Fund", - "value": "$600", - "answer": "Hillary Clinton", - "round": "Jeopardy!", - "show_number": "4703", - "fullAnswer": "Hillary Clinton" - }, { "category": "CAREER DAY", "air_date": "2005-02-02", @@ -1832389,16 +1742559,6 @@ "show_number": "4703", "fullAnswer": "7th Heaven" }, - { - "category": "POLITICAL CARICATURES", - "air_date": "2005-02-02", - "question": "He was a U.S. Attorney for Manhattan from 1983-1989", - "value": "$800", - "answer": "Rudy Giuliani", - "round": "Jeopardy!", - "show_number": "4703", - "fullAnswer": "Rudy Giuliani" - }, { "category": "CAREER DAY", "air_date": "2005-02-02", @@ -1832449,16 +1742609,6 @@ "show_number": "4703", "fullAnswer": "Drake & Josh" }, - { - "category": "POLITICAL CARICATURES", - "air_date": "2005-02-02", - "question": "This governor probably had a bit more pull at the White House beginning in 2001", - "value": "$1000", - "answer": "Jeb Bush ", - "round": "Jeopardy!", - "show_number": "4703", - "fullAnswer": "Jeb Bush (Governor of Florida)" - }, { "category": "CAREER DAY", "air_date": "2005-02-02", @@ -1832574,7 +1742724,7 @@ "air_date": "2005-02-02", "question": "This brand known for its natural grapefruit soda leaped on the energy bandwagon with Energade", "value": "$800", - "answer": "Hansen\\'s", + "answer": "Hansen's", "round": "Double Jeopardy!", "show_number": "4703", "fullAnswer": "Hansen\\'s" @@ -1832619,16 +1742769,6 @@ "show_number": "4703", "fullAnswer": "2,640" }, - { - "category": "POP CULTURE", - "air_date": "2005-02-02", - "question": "She stole a recorder when she was 5 & could play it, the piano & violin by the time she was 10", - "value": "$1200", - "answer": "Dido", - "round": "Double Jeopardy!", - "show_number": "4703", - "fullAnswer": "Dido" - }, { "category": "NONPOTENT POTABLES", "air_date": "2005-02-02", @@ -1832739,16 +1742879,6 @@ "show_number": "4703", "fullAnswer": "132" }, - { - "category": "POP CULTURE", - "air_date": "2005-02-02", - "question": "New Jersey cartoonist Otto Messmer created this character, seen here", - "value": "$2000", - "answer": "Felix the Cat", - "round": "Double Jeopardy!", - "show_number": "4703", - "fullAnswer": "Felix the Cat" - }, { "category": "NONPOTENT POTABLES", "air_date": "2005-02-02", @@ -1833129,16 +1743259,6 @@ "show_number": "5598", "fullAnswer": "Cole or Kohl" }, - { - "category": "ROCKS & STONES", - "air_date": "2008-12-31", - "question": "Balanced Rock is a sandstone mass in the Garden of the Gods in this Western state", - "value": "$400", - "answer": "Colorado", - "round": "Double Jeopardy!", - "show_number": "5598", - "fullAnswer": "Colorado" - }, { "category": "\"PAR\" FOR THE...", "air_date": "2008-12-31", @@ -1833199,16 +1743319,6 @@ "show_number": "5598", "fullAnswer": "volcanic eruptions" }, - { - "category": "\"PAR\" FOR THE...", - "air_date": "2008-12-31", - "question": "Some species of this birdlike fish secrete a mucus sac around their bodies at night for shelter", - "value": "$800", - "answer": "parrotfish", - "round": "Double Jeopardy!", - "show_number": "5598", - "fullAnswer": "a parrotfish" - }, { "category": "CORSICA", "air_date": "2008-12-31", @@ -1833249,16 +1743359,6 @@ "show_number": "5598", "fullAnswer": "Dee or D" }, - { - "category": "ROCKS & STONES", - "air_date": "2008-12-31", - "question": "(Jimmy of the Clue Crew shows a carved artwork in Peru.) Hand-carved sculptures of this stone, a translucent variety of gypsum, are a mainstay of Peruvian handicrafts", - "value": "$1200", - "answer": "alabaster", - "round": "Double Jeopardy!", - "show_number": "5598", - "fullAnswer": "alabaster" - }, { "category": "\"PAR\" FOR THE...", "air_date": "2008-12-31", @@ -1833369,16 +1743469,6 @@ "show_number": "5598", "fullAnswer": "Berkeley or Barkley" }, - { - "category": "ROCKS & STONES", - "air_date": "2008-12-31", - "question": "Also beginning with C-A, it's the one-word name for the form of calcium carbonate seen here as Iceland's spar", - "value": "$2000", - "answer": "calcite", - "round": "Double Jeopardy!", - "show_number": "5598", - "fullAnswer": "calcite" - }, { "category": "\"PAR\" FOR THE...", "air_date": "2008-12-31", @@ -1833529,16 +1743619,6 @@ "show_number": "6050", "fullAnswer": "a morsel" }, - { - "category": "CHRISTIANITY", - "air_date": "2010-12-24", - "question": "(Sarah of the Clue Crew presents the clue)

The familiar Latin cross has been a Christian symbol for centuries. The Calvary cross commonly seen on graves is a Latin cross mounted on three steps representing these three graces.", - "value": "$600", - "answer": "faith, hope, and charity", - "round": "Jeopardy!", - "show_number": "6050", - "fullAnswer": "faith, hope, and charity" - }, { "category": "FOOTBALL: 20-10", "air_date": "2010-12-24", @@ -1834104,7 +1744184,7 @@ "air_date": "1998-02-05", "question": "This trade magazine has been listing the nation's bestselling books since 1912", "value": "$200", - "answer": "Publisher\\'s Weekly", + "answer": "Publisher's Weekly", "round": "Jeopardy!", "show_number": "3099", "fullAnswer": "Publisher\\'s Weekly" @@ -1834819,16 +1744899,6 @@ "show_number": "1265", "fullAnswer": "Stieff" }, - { - "category": "PEOPLE", - "air_date": "1990-02-16", - "question": "Performer heard here talking about his craft; you may never have heard him before:

\"If I want to mime a flower, I take the shape of the flower...\"", - "value": "$1,100", - "answer": "Marcel Marceau", - "round": "Jeopardy!", - "show_number": "1265", - "fullAnswer": "Marcel Marceau" - }, { "category": "CHEMISTRY", "air_date": "1990-02-16", @@ -1835804,7 +1745874,7 @@ "air_date": "1999-07-23", "question": "Henry Nichols' \"Four Seasons\" engraving has appeared on the cover of this publication each year since 1851", "value": null, - "answer": "Farmers\\' Almanac", + "answer": "Farmers' Almanac", "round": "Final Jeopardy!", "show_number": "3445", "fullAnswer": "Farmers\\' Almanac" @@ -1836024,7 +1746094,7 @@ "air_date": "2003-05-19", "question": "The double whammy goes back to Evil-Eye Fleegle, a character in this Al Capp strip", "value": "$800", - "answer": "Li\\'l Abner", + "answer": "Li'l Abner", "round": "Jeopardy!", "show_number": "4321", "fullAnswer": "Li\\'l Abner" @@ -1836234,7 +1746304,7 @@ "air_date": "2003-05-19", "question": "This field is measured in nanoteslas -- it's about 60,000 nanoteslas at the poles & 30,000 at the equator", "value": "$5,000", - "answer": "Earth\\'s magnetic field", + "answer": "Earth's magnetic field", "round": "Double Jeopardy!", "show_number": "4321", "fullAnswer": "Earth\\'s magnetic field" @@ -1836354,7 +1746424,7 @@ "air_date": "2003-05-19", "question": "Alan Whitworth figures when he's done in 2007, his sketch of this fortification in England will be 73 miles long", "value": "$2000", - "answer": "Hadrian\\'s Wall", + "answer": "Hadrian's Wall", "round": "Double Jeopardy!", "show_number": "4321", "fullAnswer": "Hadrian\\'s Wall" @@ -1836459,16 +1746529,6 @@ "show_number": "6269", "fullAnswer": "snug" }, - { - "category": "PASTIMES", - "air_date": "2011-12-15", - "question": "Take a page from this pastime seen here", - "value": "$400", - "answer": "scrapbooking", - "round": "Jeopardy!", - "show_number": "6269", - "fullAnswer": "scrapbooking" - }, { "category": "THE ENTERTAINER'S TWITTER BIO", "air_date": "2011-12-15", @@ -1836534,7 +1746594,7 @@ "air_date": "2011-12-15", "question": "For this ex-NBC \"Late Night\" guy you'll find \"the voice of the people. sorry, people\"", "value": "$600", - "answer": "O\\'Brien", + "answer": "O'Brien", "round": "Jeopardy!", "show_number": "6269", "fullAnswer": "(Conan) O\\'Brien" @@ -1836779,16 +1746839,6 @@ "show_number": "6269", "fullAnswer": "Bismarck (kingfisher)" }, - { - "category": "CHURCHES & CATHEDRALS", - "air_date": "2011-12-15", - "question": "A statue of Leif Eriksson is out front of the Hallgrmskirkja Church--one of this country's tallest buildings", - "value": "$800", - "answer": "Iceland", - "round": "Double Jeopardy!", - "show_number": "6269", - "fullAnswer": "Iceland" - }, { "category": "TV SHOW SUPPORTING CHARACTERS", "air_date": "2011-12-15", @@ -1836899,16 +1746949,6 @@ "show_number": "6269", "fullAnswer": "the boobie" }, - { - "category": "CHURCHES & CATHEDRALS", - "air_date": "2011-12-15", - "question": "(Sarah of the Clue Crew presents the clue from Jerusalem.) Sites corresponding to the tenth through final stations of the cross are within the Church of the Holy this--another word for a tomb; it's been called Christianity's most hallowed ground", - "value": "$1600", - "answer": "Sepulcher", - "round": "Double Jeopardy!", - "show_number": "6269", - "fullAnswer": "Sepulcher" - }, { "category": "TV SHOW SUPPORTING CHARACTERS", "air_date": "2011-12-15", @@ -1837119,16 +1747159,6 @@ "show_number": "3104", "fullAnswer": "Julio Iglesias" }, - { - "category": "WORD ORIGINS", - "air_date": "1998-02-12", - "question": "This 19th century vehicle seen here was named for its designer, not its good looks", - "value": "$200", - "answer": "Hansom Cab", - "round": "Jeopardy!", - "show_number": "3104", - "fullAnswer": "the Hansom Cab" - }, { "category": "ARCHITECTURE", "air_date": "1998-02-12", @@ -1837339,16 +1747369,6 @@ "show_number": "3104", "fullAnswer": "the Toronto Stock Exchange" }, - { - "category": "NAME THE MUSICAL", - "air_date": "1998-02-12", - "question": "\"Ol' man river, that ol' man river...\"", - "value": "$200", - "answer": "Showboat", - "round": "Double Jeopardy!", - "show_number": "3104", - "fullAnswer": "Showboat" - }, { "category": "AN \"I\"", "air_date": "1998-02-12", @@ -1837399,16 +1747419,6 @@ "show_number": "3104", "fullAnswer": "Paris" }, - { - "category": "NAME THE MUSICAL", - "air_date": "1998-02-12", - "question": "\"When you're a Jet...\"", - "value": "$400", - "answer": "West Side Story", - "round": "Double Jeopardy!", - "show_number": "3104", - "fullAnswer": "West Side Story" - }, { "category": "AN \"I\"", "air_date": "1998-02-12", @@ -1837459,16 +1747469,6 @@ "show_number": "3104", "fullAnswer": "the Financial Times" }, - { - "category": "NAME THE MUSICAL", - "air_date": "1998-02-12", - "question": "[audio clue]", - "value": "$600", - "answer": "Cabaret", - "round": "Double Jeopardy!", - "show_number": "3104", - "fullAnswer": "Cabaret" - }, { "category": "AN \"I\"", "air_date": "1998-02-12", @@ -1837519,16 +1747519,6 @@ "show_number": "3104", "fullAnswer": "the Chicago Board of Trade" }, - { - "category": "NAME THE MUSICAL", - "air_date": "1998-02-12", - "question": "\"I can feel my heart becoming a diamond and...\"", - "value": "$800", - "answer": "Hello, Dolly!", - "round": "Double Jeopardy!", - "show_number": "3104", - "fullAnswer": "Hello, Dolly!" - }, { "category": "AN \"I\"", "air_date": "1998-02-12", @@ -1837579,16 +1747569,6 @@ "show_number": "3104", "fullAnswer": "Amsterdam" }, - { - "category": "NAME THE MUSICAL", - "air_date": "1998-02-12", - "question": "[audio clue]", - "value": "$1000", - "answer": "Dreamgirls ", - "round": "Double Jeopardy!", - "show_number": "3104", - "fullAnswer": "Dreamgirls (\"One Night Only\")" - }, { "category": "AN \"I\"", "air_date": "1998-02-12", @@ -1837689,16 +1747669,6 @@ "show_number": "5492", "fullAnswer": "Wild Bill Hickok" }, - { - "category": "COVER YOUR TRACKS", - "air_date": "2008-06-24", - "question": "Alanis Morissette went viral with her soulful rendition of this will.i.am group's \"My Humps\"", - "value": "$400", - "answer": "Black Eyed Peas", - "round": "Jeopardy!", - "show_number": "5492", - "fullAnswer": "The Black Eyed Peas" - }, { "category": "ANAGRAMMED ANIMALS", "air_date": "2008-06-24", @@ -1837774,7 +1747744,7 @@ "air_date": "2008-06-24", "question": "Santa Claus is traditionally the last celebrity in this NYC parade, held annually since 1924", "value": "$600", - "answer": "Macy\\'s Thankgiving parade", + "answer": "Macy's Thankgiving parade", "round": "Jeopardy!", "show_number": "5492", "fullAnswer": "the Macy\\'s Thankgiving parade" @@ -1837789,16 +1747759,6 @@ "show_number": "5492", "fullAnswer": "Argentina" }, - { - "category": "IN PARIS", - "air_date": "2008-06-24", - "question": "The landmark seen here rises above this crowded avenue, one of the world's most famous streets", - "value": "$600", - "answer": "Champs-Elysées", - "round": "Jeopardy!", - "show_number": "5492", - "fullAnswer": "Champs-Elysées" - }, { "category": "19th CENTURY AMERICANS", "air_date": "2008-06-24", @@ -1838159,16 +1748119,6 @@ "show_number": "5492", "fullAnswer": "Tobacco Road" }, - { - "category": "\"P\" IN SCIENCE", - "air_date": "2008-06-24", - "question": "(Sarah of the Clue Crew inserts a needle into a balloon.) The balloon doesn't break because it's made up of this type of substance, from the Greek for \"many parts\"; the needle merely separates the large molecules", - "value": "$4,600", - "answer": "polymer", - "round": "Double Jeopardy!", - "show_number": "5492", - "fullAnswer": "a polymer" - }, { "category": "TV LAND'S 100 GREATEST QUOTES", "air_date": "2008-06-24", @@ -1838249,16 +1748199,6 @@ "show_number": "4874", "fullAnswer": "The Odyssey" }, - { - "category": "MONEY FROM HOME", - "air_date": "2005-11-17", - "question": "(Sarah of the Clue Crew reports from St. Petersburg, Russia.) Shopping in a Russian marketplace, you can buy a traditional nesting doll for 3,000 of these", - "value": "$200", - "answer": "ruble", - "round": "Jeopardy!", - "show_number": "4874", - "fullAnswer": "ruble" - }, { "category": "STAYING UP LATE", "air_date": "2005-11-17", @@ -1838319,16 +1748259,6 @@ "show_number": "4874", "fullAnswer": "pesos" }, - { - "category": "STAYING UP LATE", - "air_date": "2005-11-17", - "question": "This late-night host seen here was born in Brooklyn & raised in Las Vegas", - "value": "$400", - "answer": "Jimmy Kimmel", - "round": "Jeopardy!", - "show_number": "4874", - "fullAnswer": "Jimmy Kimmel" - }, { "category": "PARTYING", "air_date": "2005-11-17", @@ -1838349,16 +1748279,6 @@ "show_number": "4874", "fullAnswer": "clog" }, - { - "category": "THE IVORY TOWER", - "air_date": "2005-11-17", - "question": "Chew on this name of the building seen here, a landmark on Chicago's skyline", - "value": "$600", - "answer": "Wrigley Building", - "round": "Jeopardy!", - "show_number": "4874", - "fullAnswer": "the Wrigley Building" - }, { "category": "STUDENT LOANS", "air_date": "2005-11-17", @@ -1838369,16 +1748289,6 @@ "show_number": "4874", "fullAnswer": "Henry Miller" }, - { - "category": "MONEY FROM HOME", - "air_date": "2005-11-17", - "question": "(Kelly of the Clue Crew reports from a park bench.) Take the first three letters of the country's name to identify this currency used in Riga", - "value": "$600", - "answer": "lat", - "round": "Jeopardy!", - "show_number": "4874", - "fullAnswer": "lat" - }, { "category": "STAYING UP LATE", "air_date": "2005-11-17", @@ -1838489,16 +1748399,6 @@ "show_number": "4874", "fullAnswer": "(James) Joyce" }, - { - "category": "MONEY FROM HOME", - "air_date": "2005-11-17", - "question": "(Jon of the Clue Crew reports from Gdansk, Poland.) King Vladislav, who joined Poland to Lithuania and ruled for almost 50 years, is on the note worth 100 of these", - "value": "$1000", - "answer": "zlati", - "round": "Jeopardy!", - "show_number": "4874", - "fullAnswer": "zlati" - }, { "category": "STAYING UP LATE", "air_date": "2005-11-17", @@ -1838779,16 +1748679,6 @@ "show_number": "4874", "fullAnswer": "Halsey" }, - { - "category": "ATHLETES", - "air_date": "2005-11-17", - "question": "Seen here, she rode into history in 2005", - "value": "$2000", - "answer": "Danica Patrick", - "round": "Double Jeopardy!", - "show_number": "4874", - "fullAnswer": "Danica Patrick" - }, { "category": "EFFECTS", "air_date": "2005-11-17", @@ -1839389,26 +1749279,6 @@ "show_number": "5528", "fullAnswer": "pragmatism" }, - { - "category": "ACTRESSES", - "air_date": "2008-09-24", - "question": "(Jimmy of the Clue Crew reads the clue from the University of Wisconsin-Madison.) Famous folks who attended here at the University of Wisconsin-Madison include this theatre & drama major who received a 2004 distinguished alumni award", - "value": "$2000", - "answer": "Jane Kaczmarek", - "round": "Double Jeopardy!", - "show_number": "5528", - "fullAnswer": "Jane Kaczmarek" - }, - { - "category": "INTERNATIONAL ETIQUETTE", - "air_date": "2008-09-24", - "question": "(Jimmy of the Clue Crew puts his arms akimbo.) One of our common relaxation poses is a sign of aggression in this Asian archipelago, the world's fourth most populous country", - "value": "$2000", - "answer": "Indonesia", - "round": "Double Jeopardy!", - "show_number": "5528", - "fullAnswer": "Indonesia" - }, { "category": "ASTEROID NAMES", "air_date": "2008-09-24", @@ -1839759,16 +1749629,6 @@ "show_number": "4971", "fullAnswer": "Fort Knox" }, - { - "category": "DESERT LIFE", - "air_date": "2006-04-03", - "question": "(Sarah of the Clue Crew delivers the clue from the Arizona-Sonora Desert Museum in Tucson, AZ.) The Ferruginous hawk's scientific name, Buteo regalis, means this kind of hawk--& you can see why from its size & bearing", - "value": "$400", - "answer": "regal ", - "round": "Double Jeopardy!", - "show_number": "4971", - "fullAnswer": "regal (or royal)" - }, { "category": "MADISON", "air_date": "2006-04-03", @@ -1839879,16 +1749739,6 @@ "show_number": "4971", "fullAnswer": "Albany" }, - { - "category": "DESERT LIFE", - "air_date": "2006-04-03", - "question": "(Jon of the Clue Crew delivers a thorny proposition from the Arizona-Sonora Desert Museum in Tucson, AZ.) Fortunes were made harvesting the prickly pear for this color dye, not from the plant, but from an insect on it that secrets caminic acid", - "value": "$1200", - "answer": "red", - "round": "Double Jeopardy!", - "show_number": "4971", - "fullAnswer": "red" - }, { "category": "THAT'S SHOW BIZ", "air_date": "2006-04-03", @@ -1840029,16 +1749879,6 @@ "show_number": "3149", "fullAnswer": "Prague" }, - { - "category": "STATE FLAGS", - "air_date": "1998-04-16", - "question": "[flag]", - "value": "$100", - "answer": "Colorado", - "round": "Jeopardy!", - "show_number": "3149", - "fullAnswer": "Colorado" - }, { "category": "\"CU\"", "air_date": "1998-04-16", @@ -1840089,16 +1749929,6 @@ "show_number": "3149", "fullAnswer": "Italy & Vatican City" }, - { - "category": "STATE FLAGS", - "air_date": "1998-04-16", - "question": "[flag]", - "value": "$200", - "answer": "Alaska", - "round": "Jeopardy!", - "show_number": "3149", - "fullAnswer": "Alaska" - }, { "category": "\"CU\"", "air_date": "1998-04-16", @@ -1840149,16 +1749979,6 @@ "show_number": "3149", "fullAnswer": "Rembrandt" }, - { - "category": "STATE FLAGS", - "air_date": "1998-04-16", - "question": "[flag]", - "value": "$300", - "answer": "New Mexico", - "round": "Jeopardy!", - "show_number": "3149", - "fullAnswer": "New Mexico" - }, { "category": "\"CU\"", "air_date": "1998-04-16", @@ -1840169,16 +1749989,6 @@ "show_number": "3149", "fullAnswer": "Cubism" }, - { - "category": "IN THE MOVIES", - "air_date": "1998-04-16", - "question": "Adapted from Heinlein, young soldiers battle to save humans from extinction in this 1997 film seen here:", - "value": "$300", - "answer": "Starship Troopers", - "round": "Jeopardy!", - "show_number": "3149", - "fullAnswer": "Starship Troopers" - }, { "category": "LUCKY DUCKS", "air_date": "1998-04-16", @@ -1840199,26 +1750009,6 @@ "show_number": "3149", "fullAnswer": "the galley" }, - { - "category": "EUROPEAN VACATION", - "air_date": "1998-04-16", - "question": "Landmark from which you can see the following views: [1] [2] [3] [4]", - "value": "$500", - "answer": "Eiffel Tower", - "round": "Jeopardy!", - "show_number": "3149", - "fullAnswer": "the Eiffel Tower" - }, - { - "category": "STATE FLAGS", - "air_date": "1998-04-16", - "question": "[flag]", - "value": "$400", - "answer": "Texas", - "round": "Jeopardy!", - "show_number": "3149", - "fullAnswer": "Texas" - }, { "category": "\"CU\"", "air_date": "1998-04-16", @@ -1840269,16 +1750059,6 @@ "show_number": "3149", "fullAnswer": "Copenhagen" }, - { - "category": "STATE FLAGS", - "air_date": "1998-04-16", - "question": "[flag]", - "value": "$500", - "answer": "South Carolina", - "round": "Jeopardy!", - "show_number": "3149", - "fullAnswer": "South Carolina" - }, { "category": "\"CU\"", "air_date": "1998-04-16", @@ -1840424,7 +1750204,7 @@ "air_date": "1998-04-16", "question": "This group's 1965 hit \"Do You Believe In Magic\" was used in 1990s TV commercials by McDonald's", "value": "$600", - "answer": "Lovin\\' Spoonful", + "answer": "Lovin' Spoonful", "round": "Double Jeopardy!", "show_number": "3149", "fullAnswer": "The Lovin\\' Spoonful" @@ -1840459,16 +1750239,6 @@ "show_number": "3149", "fullAnswer": "Galileo" }, - { - "category": "WORLD LEADERS", - "air_date": "1998-04-16", - "question": "(Hi, I'm Tracy Bingham.) When Mike Wallace interviewed this Iranian president in March 1997, the topic of \"Baywatch\" came up", - "value": "$2,000", - "answer": "Hashemi Rafsanjani", - "round": "Double Jeopardy!", - "show_number": "3149", - "fullAnswer": "Hashemi Rafsanjani" - }, { "category": "WISCON-SIN", "air_date": "1998-04-16", @@ -1840479,16 +1750249,6 @@ "show_number": "3149", "fullAnswer": "his eyeglass case" }, - { - "category": "1960s MUSIC", - "air_date": "1998-04-16", - "question": "Famed disc jockey Alan Freed gave this singer, heard here, his stage name:", - "value": "$1,000", - "answer": "Johnny Rivers", - "round": "Double Jeopardy!", - "show_number": "3149", - "fullAnswer": "Johnny Rivers" - }, { "category": "HORATIO HORNBLOWER", "air_date": "1998-04-16", @@ -1840789,26 +1750549,6 @@ "show_number": "5023", "fullAnswer": "judo" }, - { - "category": "ON THE \"SPIT\"", - "air_date": "2006-06-14", - "question": "British World War II stalwarts seen here", - "value": "$800", - "answer": "Spitfires", - "round": "Jeopardy!", - "show_number": "5023", - "fullAnswer": "Spitfires" - }, - { - "category": "KICKIN' AZTEC", - "air_date": "2006-06-14", - "question": "What the object seen here was used as--it certainly wasn't a pocket variety", - "value": "$800", - "answer": "calendar", - "round": "Jeopardy!", - "show_number": "5023", - "fullAnswer": "a calendar" - }, { "category": "& TAKIN' NAMES", "air_date": "2006-06-14", @@ -1840954,7 +1750694,7 @@ "air_date": "2006-06-14", "question": "This 1989 Keanu Reeves flick asked the immortal question, \"Want a Twinkie, Genghis Khan?\"", "value": "$800", - "answer": "Bill & Ted\\'s Excellent Adventure", + "answer": "Bill & Ted's Excellent Adventure", "round": "Double Jeopardy!", "show_number": "5023", "fullAnswer": "Bill & Ted\\'s Excellent Adventure" @@ -1840964,7 +1750704,7 @@ "air_date": "2006-06-14", "question": "1889: By Mark Twain", "value": "$800", - "answer": "Connecticut Yankee in King Arthur\\'s Court", + "answer": "Connecticut Yankee in King Arthur's Court", "round": "Double Jeopardy!", "show_number": "5023", "fullAnswer": "A Connecticut Yankee in King Arthur\\'s Court" @@ -1840979,16 +1750719,6 @@ "show_number": "5023", "fullAnswer": "an ounce" }, - { - "category": "AN ATOMIC CATEGORY", - "air_date": "2006-06-14", - "question": "(Jon of the Clue Crew points out a representation of a methanol molecule on the monitor.) A structural one of these shows the arrangement of atoms in a molecule", - "value": "$800", - "answer": "formula", - "round": "Double Jeopardy!", - "show_number": "5023", - "fullAnswer": "a formula" - }, { "category": "WHAT THE \"H\"", "air_date": "2006-06-14", @@ -1841059,26 +1750789,6 @@ "show_number": "5023", "fullAnswer": "the hull" }, - { - "category": "CITY OF THE DAY: NEW YORK", - "air_date": "2006-06-14", - "question": "(Jimmy of the Clue Crew stands in Yankee Stadium.) If you recall a famous nickname for the Yankees, you should know this is the borough they play in", - "value": "$1600", - "answer": "Bronx", - "round": "Double Jeopardy!", - "show_number": "5023", - "fullAnswer": "the Bronx" - }, - { - "category": "'80s MOVIES", - "air_date": "2006-06-14", - "question": "(Hi, I'm Joel Schumacher.) In 1985, I cast Demi Moore, Rob Lowe & Emilio Estevez in this film about young adults struggling to figure things out", - "value": "$1600", - "answer": "St. Elmo\\'s Fire", - "round": "Double Jeopardy!", - "show_number": "5023", - "fullAnswer": "St. Elmo\\'s Fire" - }, { "category": "ROYAL LITERATURE", "air_date": "2006-06-14", @@ -1841089,16 +1750799,6 @@ "show_number": "5023", "fullAnswer": "The Emperor Jones" }, - { - "category": "MEASUREMENT", - "air_date": "2006-06-14", - "question": "(Jon of the Clue Crew uses a map and compass.) To reach my destination, I need to find this measure of angular direction; here, the one I want is 40 degrees from magnetic north", - "value": "$1600", - "answer": "bearing", - "round": "Double Jeopardy!", - "show_number": "5023", - "fullAnswer": "bearing" - }, { "category": "AN ATOMIC CATEGORY", "air_date": "2006-06-14", @@ -1841629,16 +1751329,6 @@ "show_number": "3290", "fullAnswer": "a front" }, - { - "category": "TV STARS", - "air_date": "1998-12-18", - "question": "(Hi, I'm Renee Jones from Days of Our Lives.) Before he was B.J. Hunnicutt on \"M*A*S*H\", this actor played Scott Banning on \"Days of Our Lives\"", - "value": "$1,600", - "answer": "Mike Farrell", - "round": "Double Jeopardy!", - "show_number": "3290", - "fullAnswer": "Mike Farrell" - }, { "category": "LITERARY ADJECTIVES", "air_date": "1998-12-18", @@ -1841729,16 +1751419,6 @@ "show_number": "5675", "fullAnswer": "a plunger" }, - { - "category": "THE OFFICE GAMES", - "air_date": "2009-04-17", - "question": "(Sarah of the Clue Crew sits around shooting rubber bands at stacked plastic cups with Jimmy & Kelly.) Even with a rubber band, this 4-letter term means to pull back the string to bend the bow--yes!--a word used by archers & artists", - "value": "$200", - "answer": "draw", - "round": "Jeopardy!", - "show_number": "5675", - "fullAnswer": "draw" - }, { "category": "BIBLICAL NON-PROPHET", "air_date": "2009-04-17", @@ -1841849,16 +1751529,6 @@ "show_number": "5675", "fullAnswer": "a flapper" }, - { - "category": "THE OFFICE GAMES", - "air_date": "2009-04-17", - "question": "(Kelly of the Clue Crew faces off with Sarah.) In Post-It fencing, the same two words as in regulation fencing are used to warn your opponent to assume the position before a match--this phrase", - "value": "$600", - "answer": "En garde!", - "round": "Jeopardy!", - "show_number": "5675", - "fullAnswer": "En garde!" - }, { "category": "BIBLICAL NON-PROPHET", "air_date": "2009-04-17", @@ -1842084,7 +1751754,7 @@ "air_date": "2009-04-17", "question": "The title of this Robert Penn Warren novel comes from a nursery rhyme", "value": "$800", - "answer": "All the King\\'s Men", + "answer": "All the King's Men", "round": "Double Jeopardy!", "show_number": "5675", "fullAnswer": "All the King\\'s Men" @@ -1842274,7 +1751944,7 @@ "air_date": "2009-04-17", "question": "In 1837 fine dining came to NYC when 2 Swiss brothers \"steaked\" their claim & opened this restaurant", "value": "$2000", - "answer": "Delmonico\\'s", + "answer": "Delmonico's", "round": "Double Jeopardy!", "show_number": "5675", "fullAnswer": "Delmonico\\'s" @@ -1842469,16 +1752139,6 @@ "show_number": "3584", "fullAnswer": "Satan" }, - { - "category": "A FASHIONABLE CATEGORY", - "air_date": "2000-03-16", - "question": "Seen here on Dame Edna's dress, these sparkly decorations take their name from an old Italian coin:", - "value": "$300", - "answer": "sequins", - "round": "Jeopardy!", - "show_number": "3584", - "fullAnswer": "sequins" - }, { "category": "\"IRISH\" STEW", "air_date": "2000-03-16", @@ -1842644,7 +1752304,7 @@ "air_date": "2000-03-16", "question": "The first film Jimmy made after serving in WWII was this holiday perennial", "value": "$200", - "answer": "It\\'s A Wonderful Life", + "answer": "It's A Wonderful Life", "round": "Double Jeopardy!", "show_number": "3584", "fullAnswer": "It\\'s A Wonderful Life" @@ -1844454,7 +1754114,7 @@ "air_date": "1999-12-09", "question": "After Darius' men caught Daniel praying, they had him thrown into this place", "value": "$200", - "answer": "lion\\'s den", + "answer": "lion's den", "round": "Double Jeopardy!", "show_number": "3514", "fullAnswer": "The lion\\'s den" @@ -1844874,7 +1754534,7 @@ "air_date": "2003-05-27", "question": "Around 240 B.C. Chinese astronomers observed this, later named for a British astronomer", "value": "$600", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Jeopardy!", "show_number": "4327", "fullAnswer": "Halley\\'s Comet" @@ -1845214,7 +1754874,7 @@ "air_date": "2003-05-27", "question": "Since 1869, this soda brand, with flavors including cream soda & Cel-Ray, is just what the doctor ordered", "value": "$1600", - "answer": "Dr. Brown\\'s", + "answer": "Dr. Brown's", "round": "Double Jeopardy!", "show_number": "4327", "fullAnswer": "Dr. Brown\\'s" @@ -1845329,16 +1754989,6 @@ "show_number": "4327", "fullAnswer": "The Hunchback of Notre Dame" }, - { - "category": "LONDON LANDMARKS", - "air_date": "2009-03-12", - "question": "It's the square where you'd find the monument seen here", - "value": "$200", - "answer": "Trafalgar Square", - "round": "Jeopardy!", - "show_number": "5649", - "fullAnswer": "Trafalgar Square" - }, { "category": "STEVE WIN", "air_date": "2009-03-12", @@ -1845389,16 +1755039,6 @@ "show_number": "5649", "fullAnswer": "Bo Peep" }, - { - "category": "LONDON LANDMARKS", - "air_date": "2009-03-12", - "question": "It's Sir Christopher Wren's masterpiece, seen here", - "value": "$400", - "answer": "St. Paul\\'s", - "round": "Jeopardy!", - "show_number": "5649", - "fullAnswer": "St. Paul\\'s" - }, { "category": "STEVE WIN", "air_date": "2009-03-12", @@ -1845449,16 +1755089,6 @@ "show_number": "5649", "fullAnswer": "Border Patrol" }, - { - "category": "LONDON LANDMARKS", - "air_date": "2009-03-12", - "question": "London's first new bridge in more than 100 years, it opened to foot traffic in the historic year of 2000", - "value": "$2,000", - "answer": "Millennium Bridge", - "round": "Jeopardy!", - "show_number": "5649", - "fullAnswer": "the Millennium Bridge" - }, { "category": "STEVE WIN", "air_date": "2009-03-12", @@ -1845469,16 +1755099,6 @@ "show_number": "5649", "fullAnswer": "Steve Garvey" }, - { - "category": "TECHNO LUST", - "air_date": "2009-03-12", - "question": "(Alex, at Sony headquaters in Tokyo, Japan, takes a picture of you.) Able to go from wide angle to telephoto without an equipment change, the Sony A100 is a classic DSLR, which stands for \"digital\" this", - "value": "$600", - "answer": "single lens reflex", - "round": "Jeopardy!", - "show_number": "5649", - "fullAnswer": "single lens reflex" - }, { "category": "STATE FLAGS", "air_date": "2009-03-12", @@ -1845509,16 +1755129,6 @@ "show_number": "5649", "fullAnswer": "a Bohemian" }, - { - "category": "LONDON LANDMARKS", - "air_date": "2009-03-12", - "question": "This place has your ticket to concerts and sporting events", - "value": "$800", - "answer": "Wembley Stadium", - "round": "Jeopardy!", - "show_number": "5649", - "fullAnswer": "Wembley Stadium" - }, { "category": "STEVE WIN", "air_date": "2009-03-12", @@ -1845569,16 +1755179,6 @@ "show_number": "5649", "fullAnswer": "boric acid" }, - { - "category": "LONDON LANDMARKS", - "air_date": "2009-03-12", - "question": "This venue, seen here, was dedicated to Queen Victoria's husband", - "value": "$1000", - "answer": "Royal Albert Hall", - "round": "Jeopardy!", - "show_number": "5649", - "fullAnswer": "Royal Albert Hall" - }, { "category": "STEVE WIN", "air_date": "2009-03-12", @@ -1845589,16 +1755189,6 @@ "show_number": "5649", "fullAnswer": "Wozniak & Jobs" }, - { - "category": "TECHNO LUST", - "air_date": "2009-03-12", - "question": "You can create your own species and universe with this game, whose name comes from the Greek for \"seed\"", - "value": "$1000", - "answer": "Spore", - "round": "Jeopardy!", - "show_number": "5649", - "fullAnswer": "Spore" - }, { "category": "STATE FLAGS", "air_date": "2009-03-12", @@ -1845729,16 +1755319,6 @@ "show_number": "5649", "fullAnswer": "DreamWorks" }, - { - "category": "NATIVE AMERICAN TRIBES", - "air_date": "2009-03-12", - "question": "(Jimmy of the Clue Crew reports from the Gathering of Nations in Albuquerque, NM.) Nightmares get caught in the webs of these Ojibwa craftworks, & the morning sun burns them away", - "value": "$800", - "answer": "dreamcatchers", - "round": "Double Jeopardy!", - "show_number": "5649", - "fullAnswer": "dreamcatchers" - }, { "category": "BEGINS & ENDS WITH \"E\"", "air_date": "2009-03-12", @@ -1845849,16 +1755429,6 @@ "show_number": "5649", "fullAnswer": "Viacom" }, - { - "category": "NATIVE AMERICAN TRIBES", - "air_date": "2009-03-12", - "question": "(Jimmy of the Clue Crew gives the clue after a Native American speaks in his native language, subtitled in English.)

\"They made code to help the Allies\"

The first tribe relocated to Oklahoma's Indian Territory was this southern one; speakers of its language helped in World War I, like Navajo code talkers in World War II", - "value": "$1600", - "answer": "Choctaw", - "round": "Double Jeopardy!", - "show_number": "5649", - "fullAnswer": "the Choctaw" - }, { "category": "BEGINS & ENDS WITH \"E\"", "air_date": "2009-03-12", @@ -1846024,7 +1755594,7 @@ "air_date": "2001-12-03", "question": "For Paul McCartney, this Beatles song title will become true on June 18, 2006", "value": "$400", - "answer": "When I\\'m Sixty-Four", + "answer": "When I'm Sixty-Four", "round": "Jeopardy!", "show_number": "3971", "fullAnswer": "\"When I\\'m Sixty-Four\"" @@ -1846074,7 +1755644,7 @@ "air_date": "2001-12-03", "question": "This holiday was first observed on May 10, 1908 in Philadelphia & Grafton, West Virginia", "value": "$600", - "answer": "Mother\\'s Day", + "answer": "Mother's Day", "round": "Jeopardy!", "show_number": "3971", "fullAnswer": "Mother\\'s Day" @@ -1846874,7 +1756444,7 @@ "air_date": "1997-05-19", "question": "Fairies in this play include Cobweb, Peaseblossom & Mustardseed", "value": "$400", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "2941", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -1847179,16 +1756749,6 @@ "show_number": "5607", "fullAnswer": "Sierra Madre" }, - { - "category": "MAKE YOUR PITCH", - "air_date": "2009-01-13", - "question": "(Jon of the Clue Crew holds a baseball with his fingernails.) Here's the grip for this pitch, a Tim Wakefield specialty; his only goes about 65 miles per hour, but he's won more than 170 games", - "value": "$400", - "answer": "knuckleball", - "round": "Jeopardy!", - "show_number": "5607", - "fullAnswer": "a knuckleball" - }, { "category": "MAMMALS", "air_date": "2009-01-13", @@ -1847229,16 +1756789,6 @@ "show_number": "5607", "fullAnswer": "see you tomorrow" }, - { - "category": "WORLD PLACE NAMES", - "air_date": "2009-01-13", - "question": "(Jon of the Clue Crew points to a spot on the globe.) Appropriately, Australia--located here near the bottom of the globe--gets its name from a Latin word meaning this", - "value": "$600", - "answer": "south", - "round": "Jeopardy!", - "show_number": "5607", - "fullAnswer": "south" - }, { "category": "MAKE YOUR PITCH", "air_date": "2009-01-13", @@ -1847379,16 +1756929,6 @@ "show_number": "5607", "fullAnswer": "clouded leopard" }, - { - "category": "ALSO A SUPERHERO", - "air_date": "2009-01-13", - "question": "Nondescript name of the Volkswagen seen here", - "value": "$1000", - "answer": "Thing", - "round": "Jeopardy!", - "show_number": "5607", - "fullAnswer": "the Thing" - }, { "category": "WE WAX PHILOSOPHIC", "air_date": "2009-01-13", @@ -1847514,7 +1757054,7 @@ "air_date": "2009-01-13", "question": "\"Rosemary and Guy Woodhouse had signed a lease on a five-room apartment in a geometric white house\"", "value": "$800", - "answer": "Rosemary\\'s Baby", + "answer": "Rosemary's Baby", "round": "Double Jeopardy!", "show_number": "5607", "fullAnswer": "Rosemary\\'s Baby" @@ -1847694,7 +1757234,7 @@ "air_date": "2009-01-13", "question": "\"A screaming comes across the sky\"", "value": "$2000", - "answer": "Gravity\\'s Rainbow", + "answer": "Gravity's Rainbow", "round": "Double Jeopardy!", "show_number": "5607", "fullAnswer": "Gravity\\'s Rainbow" @@ -1847774,7 +1757314,7 @@ "air_date": "2000-09-29", "question": "Al's household jobs", "value": "$100", - "answer": "Gore\\'s chores", + "answer": "Gore's chores", "round": "Jeopardy!", "show_number": "3695", "fullAnswer": "Gore\\'s chores" @@ -1847834,7 +1757374,7 @@ "air_date": "2000-09-29", "question": "Dan's laments", "value": "$200", - "answer": "Quayle\\'s wails", + "answer": "Quayle's wails", "round": "Jeopardy!", "show_number": "3695", "fullAnswer": "Quayle\\'s wails" @@ -1847894,7 +1757434,7 @@ "air_date": "2000-09-29", "question": "George's posteriors", "value": "$300", - "answer": "Bush\\'s tushes", + "answer": "Bush's tushes", "round": "Jeopardy!", "show_number": "3695", "fullAnswer": "Bush\\'s tushes" @@ -1847954,7 +1757494,7 @@ "air_date": "2000-09-29", "question": "Aaron's insults", "value": "$400", - "answer": "Burr\\'s slurs", + "answer": "Burr's slurs", "round": "Jeopardy!", "show_number": "3695", "fullAnswer": "Burr\\'s slurs" @@ -1848014,7 +1757554,7 @@ "air_date": "2000-09-29", "question": "Gerald's leaping noblemen", "value": "$500", - "answer": "Ford\\'s lords", + "answer": "Ford's lords", "round": "Jeopardy!", "show_number": "3695", "fullAnswer": "Ford\\'s lords" @@ -1848469,16 +1758009,6 @@ "show_number": "4934", "fullAnswer": "Pisces" }, - { - "category": "JR.'s & SR.'s", - "air_date": "2006-02-09", - "question": "Freddie Prinze Jr. is seen here with this gal, his wife & sometime co-star", - "value": "$600", - "answer": "Sarah Michelle Gellar", - "round": "Jeopardy!", - "show_number": "4934", - "fullAnswer": "Sarah Michelle Gellar" - }, { "category": "FRUITS & VEGGIES", "air_date": "2006-02-09", @@ -1848489,16 +1758019,6 @@ "show_number": "4934", "fullAnswer": "melon" }, - { - "category": "TOOLS OF THE TRADE", - "air_date": "2006-02-09", - "question": "(Jon of the Clue Crew reports in front of a U.S. Postal Service truck.) One important tool of a letter carrier is a pepper-based spray intended for this purpose", - "value": "$600", - "answer": "dog repellent ", - "round": "Jeopardy!", - "show_number": "4934", - "fullAnswer": "dog repellent (defense from dogs accepted)" - }, { "category": "RHYMES WITH TEEN", "air_date": "2006-02-09", @@ -1848589,16 +1758109,6 @@ "show_number": "4934", "fullAnswer": "Aquarius" }, - { - "category": "JR.'s & SR.'s", - "air_date": "2006-02-09", - "question": "Seen here are the jr. & sr. versions of this legendary NASCAR family", - "value": "$1000", - "answer": "Earnhardt", - "round": "Jeopardy!", - "show_number": "4934", - "fullAnswer": "Earnhardt" - }, { "category": "FRUITS & VEGGIES", "air_date": "2006-02-09", @@ -1848609,16 +1758119,6 @@ "show_number": "4934", "fullAnswer": "a pear" }, - { - "category": "TOOLS OF THE TRADE", - "air_date": "2006-02-09", - "question": "(Sarah of the Clue Crew reports from Star City in Russia.) Here at Russia's Star City, this type of apparatus used to separate liquids has been used to train cosmonauts", - "value": "$1000", - "answer": "centrifuge", - "round": "Jeopardy!", - "show_number": "4934", - "fullAnswer": "a centrifuge" - }, { "category": "RHYMES WITH TEEN", "air_date": "2006-02-09", @@ -1848659,16 +1758159,6 @@ "show_number": "4934", "fullAnswer": "the Goodyear Blimp" }, - { - "category": "FAMOUS FACES", - "air_date": "2006-02-09", - "question": "The athletic achievements of this American may never be topped", - "value": "$400", - "answer": "Lance Armstrong", - "round": "Double Jeopardy!", - "show_number": "4934", - "fullAnswer": "Lance Armstrong" - }, { "category": "ANIMAL ADVERSARIES SPEAK", "air_date": "2006-02-09", @@ -1848709,26 +1758199,6 @@ "show_number": "4934", "fullAnswer": "Fantasia Barrino" }, - { - "category": "TAKING FLIGHT", - "air_date": "2006-02-09", - "question": "The Lockheed C-130 is known by this name of a mythic hero who slew the Hydra", - "value": "$800", - "answer": "Hercules", - "round": "Double Jeopardy!", - "show_number": "4934", - "fullAnswer": "Hercules" - }, - { - "category": "FAMOUS FACES", - "air_date": "2006-02-09", - "question": "His stature in the early history of the United States was electrifying", - "value": "$800", - "answer": "Benjamin Franklin", - "round": "Double Jeopardy!", - "show_number": "4934", - "fullAnswer": "Benjamin Franklin" - }, { "category": "ANIMAL ADVERSARIES SPEAK", "air_date": "2006-02-09", @@ -1848779,16 +1758249,6 @@ "show_number": "4934", "fullAnswer": "Wright" }, - { - "category": "FAMOUS FACES", - "air_date": "2006-02-09", - "question": "This senator was a groundbreaker in 2000", - "value": "$1200", - "answer": "Lieberman", - "round": "Double Jeopardy!", - "show_number": "4934", - "fullAnswer": "(Joseph) Lieberman" - }, { "category": "ANIMAL ADVERSARIES SPEAK", "air_date": "2006-02-09", @@ -1848839,16 +1758299,6 @@ "show_number": "4934", "fullAnswer": "Hughes" }, - { - "category": "FAMOUS FACES", - "air_date": "2006-02-09", - "question": "He died in London in 1547 but not before starting his own church", - "value": "$1600", - "answer": "Henry VIII", - "round": "Double Jeopardy!", - "show_number": "4934", - "fullAnswer": "Henry VIII" - }, { "category": "ANIMAL ADVERSARIES SPEAK", "air_date": "2006-02-09", @@ -1848899,16 +1758349,6 @@ "show_number": "4934", "fullAnswer": "Qantas" }, - { - "category": "FAMOUS FACES", - "air_date": "2006-02-09", - "question": "One of the longest serving prime ministers of his country is this man seen here", - "value": "$2000", - "answer": "Tony Blair", - "round": "Double Jeopardy!", - "show_number": "4934", - "fullAnswer": "Tony Blair" - }, { "category": "ANIMAL ADVERSARIES SPEAK", "air_date": "2006-02-09", @@ -1849049,16 +1758489,6 @@ "show_number": "5228", "fullAnswer": "Tiger Woods" }, - { - "category": "FIGHT ON!", - "air_date": "2007-05-09", - "question": "This country's soldiers are seen here rehearsing for May 7, 2004, the 50th anniversary of the Battle of Dien Bien Phu", - "value": "$400", - "answer": "Vietnam", - "round": "Jeopardy!", - "show_number": "5228", - "fullAnswer": "Vietnam" - }, { "category": "SPACE EXPLORATION", "air_date": "2007-05-09", @@ -1849099,16 +1758529,6 @@ "show_number": "5228", "fullAnswer": "Transylvania" }, - { - "category": "WE ARE THE CHAMPIONS", - "air_date": "2007-05-09", - "question": "(I'm Pete Carroll, head football coach at USC.) Our 2 national titles at USC are still 4 short of this \"animal\" of an Alabama head coach, but we're working on that", - "value": "$600", - "answer": "Bear Bryant", - "round": "Jeopardy!", - "show_number": "5228", - "fullAnswer": "Bear Bryant" - }, { "category": "FIGHT ON!", "air_date": "2007-05-09", @@ -1849199,16 +1758619,6 @@ "show_number": "5228", "fullAnswer": "a fire extinguisher" }, - { - "category": "FLAGS", - "air_date": "2007-05-09", - "question": "The flag of this nation seen here has flown since 1882; the flag of its neighbor to the north, since 1948", - "value": "$1000", - "answer": "South Korea", - "round": "Jeopardy!", - "show_number": "5228", - "fullAnswer": "South Korea" - }, { "category": "CROSSWORD CLUES \"T\"", "air_date": "2007-05-09", @@ -1849219,26 +1758629,6 @@ "show_number": "5228", "fullAnswer": "Tagore" }, - { - "category": "WE ARE THE CHAMPIONS", - "air_date": "2007-05-09", - "question": "(I'm USC athletic director Mike Garrett.) I won the 1965 Heisman as a USC RB; I'll let you off easy & have you name just one of 3 USC players who won it in the 21st century", - "value": "$1000", - "answer": "Reggie Bush, Carson Palmer or Matt Leinart", - "round": "Jeopardy!", - "show_number": "5228", - "fullAnswer": "(one of) Reggie Bush, Carson Palmer or Matt Leinart" - }, - { - "category": "FIGHT ON!", - "air_date": "2007-05-09", - "question": "Norman cavalry are preparing to attack for a reenactment of this battle that took place in 1066", - "value": "$1000", - "answer": "Hastings", - "round": "Jeopardy!", - "show_number": "5228", - "fullAnswer": "Hastings" - }, { "category": "WELCOME TO AFRICA", "air_date": "2007-05-09", @@ -1849309,26 +1758699,6 @@ "show_number": "5228", "fullAnswer": "AIDS" }, - { - "category": "TURRETS SYNDROME", - "air_date": "2007-05-09", - "question": "Arundel Castle has been the seat of these noblemen of Norfolk for hundreds of years; the 18th one lives there now", - "value": "$800", - "answer": "Dukes", - "round": "Double Jeopardy!", - "show_number": "5228", - "fullAnswer": "the Dukes" - }, - { - "category": "LANGUAGES", - "air_date": "2007-05-09", - "question": "(Jon of the Clue Crew stands next to a monitor.) Kufic, named for the city of Kufa and often used for religious texts, is an ancient style of writing this most widely spoken Semitic language", - "value": "$800", - "answer": "Arabic", - "round": "Double Jeopardy!", - "show_number": "5228", - "fullAnswer": "Arabic" - }, { "category": "THE GALEN CENTER", "air_date": "2007-05-09", @@ -1849399,16 +1758769,6 @@ "show_number": "5228", "fullAnswer": "air" }, - { - "category": "NEW ROCK", - "air_date": "2007-05-09", - "question": "This Brit's first name is a flower; her MySpace page and her \"Smile\" helped to launch her fame", - "value": "$1200", - "answer": "Lily Allen", - "round": "Double Jeopardy!", - "show_number": "5228", - "fullAnswer": "Lily Allen" - }, { "category": "ONLINE WORDS", "air_date": "2007-05-09", @@ -1849489,16 +1758849,6 @@ "show_number": "5228", "fullAnswer": "Cape Verde" }, - { - "category": "TURRETS SYNDROME", - "air_date": "2007-05-09", - "question": "Even the peaceful Swiss needed their castles, like Chillon on this lake seen here", - "value": "$2000", - "answer": "Lake Geneva", - "round": "Double Jeopardy!", - "show_number": "5228", - "fullAnswer": "Lake Geneva" - }, { "category": "LANGUAGES", "air_date": "2007-05-09", @@ -1850099,16 +1759449,6 @@ "show_number": "4270", "fullAnswer": "Montreal (1976)" }, - { - "category": "LITERARY LONDON", - "air_date": "2007-02-26", - "question": "(Cheryl of the Clue Crew has a new review from the zoo--the London Zoo in Regent's Park, London.) At the zoo in Regent's Park this character first discovers his unusual powers when he talks to the snakes", - "value": "$200", - "answer": "Harry Potter", - "round": "Jeopardy!", - "show_number": "5176", - "fullAnswer": "Harry Potter" - }, { "category": "HERE'S WALDO", "air_date": "2007-02-26", @@ -1850119,16 +1759459,6 @@ "show_number": "5176", "fullAnswer": "Mr. Magoo" }, - { - "category": "FINISH THE REALLY LOOSE RHYME", - "air_date": "2007-02-26", - "question": "This man doesn't strike me as a guy whose life is fun-filled /
Especially since he lost his job; farewell to Mr....", - "value": "$200", - "answer": "Rumsfeld", - "round": "Jeopardy!", - "show_number": "5176", - "fullAnswer": "Rumsfeld" - }, { "category": "THIS MEANS WAR!", "air_date": "2007-02-26", @@ -1850159,16 +1759489,6 @@ "show_number": "5176", "fullAnswer": "champagne" }, - { - "category": "LITERARY LONDON", - "air_date": "2007-02-26", - "question": "(Jimmy of the Clue Crew reads from Temple Church in London.) In this novel, Langdon's first London stop in his search for the holy grail is here at Temple Church", - "value": "$400", - "answer": "Da Vinci Code", - "round": "Jeopardy!", - "show_number": "5176", - "fullAnswer": "The Da Vinci Code" - }, { "category": "HERE'S WALDO", "air_date": "2007-02-26", @@ -1850219,16 +1759539,6 @@ "show_number": "5176", "fullAnswer": "mirthful" }, - { - "category": "LITERARY LONDON", - "air_date": "2007-02-26", - "question": "(Kelly of the Clue Crew reports from the canal in Regent's Park, London.) In this pioneering science fiction novel about an attack on London the protagonist finds Regent's Canal a spongy mass of dark red vegetation", - "value": "$600", - "answer": "War of the Worlds", - "round": "Jeopardy!", - "show_number": "5176", - "fullAnswer": "War of the Worlds" - }, { "category": "HERE'S WALDO", "air_date": "2007-02-26", @@ -1850239,16 +1759549,6 @@ "show_number": "5176", "fullAnswer": "a myna bird" }, - { - "category": "FINISH THE REALLY LOOSE RHYME", - "air_date": "2007-02-26", - "question": "Seen here is this lady, not Tom or Dick Smothers /
She's been on our show; it's...", - "value": "$600", - "answer": "Joyce Brothers", - "round": "Jeopardy!", - "show_number": "5176", - "fullAnswer": "Joyce Brothers" - }, { "category": "THIS MEANS WAR!", "air_date": "2007-02-26", @@ -1850279,16 +1759579,6 @@ "show_number": "5176", "fullAnswer": "outrageous" }, - { - "category": "LITERARY LONDON", - "air_date": "2007-02-26", - "question": "(Kelly of the Clue Crew seeks a clue in Hyde Park, London.) This poet's first wife, Harriet, drowned herself in the Serpentine Lake in early December 1816; by New Years he'd married Mary", - "value": "$800", - "answer": "Percy Shelley", - "round": "Jeopardy!", - "show_number": "5176", - "fullAnswer": "Percy Shelley" - }, { "category": "HERE'S WALDO", "air_date": "2007-02-26", @@ -1850339,16 +1759629,6 @@ "show_number": "5176", "fullAnswer": "abysmal" }, - { - "category": "LITERARY LONDON", - "air_date": "2007-02-26", - "question": "(Kelly of the Clue Crew is with some blooms in Bloomsbury, London.) In Defoe's tale about this plucky title lass, she visits her secret lover's Bloomsbury home after learning of his illness", - "value": "$1000", - "answer": "Moll Flanders", - "round": "Jeopardy!", - "show_number": "5176", - "fullAnswer": "Moll Flanders" - }, { "category": "HERE'S WALDO", "air_date": "2007-02-26", @@ -1850359,16 +1759639,6 @@ "show_number": "5176", "fullAnswer": "(James) Cagney" }, - { - "category": "FINISH THE REALLY LOOSE RHYME", - "air_date": "2007-02-26", - "question": "This critter seen here isn't poisonous, heck no! /
Look & you'll see, as plain as can be, your garden variety...", - "value": "$1000", - "answer": "gecko", - "round": "Jeopardy!", - "show_number": "5176", - "fullAnswer": "gecko" - }, { "category": "THIS MEANS WAR!", "air_date": "2007-02-26", @@ -1850549,16 +1759819,6 @@ "show_number": "5176", "fullAnswer": "Majorca" }, - { - "category": "EDUCATION", - "air_date": "2007-02-26", - "question": "(I'm U.S. Secretary of Education Margaret Spellings.) Before becoming its own cabinet department, Education was part of this 3-pronged department", - "value": "$1200", - "answer": "Health, Education & Welfare", - "round": "Double Jeopardy!", - "show_number": "5176", - "fullAnswer": "Health, Education & Welfare" - }, { "category": "THAT'S GONNA COST YOU", "air_date": "2007-02-26", @@ -1850734,7 +1759994,7 @@ "air_date": "1986-02-05", "question": "Oddity shared by the ostrich, kiwi, & penguin", "value": "$100", - "answer": "they can\\'t fly", + "answer": "they can't fly", "round": "Jeopardy!", "show_number": "368", "fullAnswer": "they can\\'t fly" @@ -1850949,16 +1760209,6 @@ "show_number": "368", "fullAnswer": "juxtaposition" }, - { - "category": "BIRDS", - "air_date": "1986-02-05", - "question": "In the following, Al Jolson stops to tell you to look & listen for this bird:", - "value": "$400", - "answer": "bluebird", - "round": "Jeopardy!", - "show_number": "368", - "fullAnswer": "the bluebird" - }, { "category": "COOKING TERMS", "air_date": "1986-02-05", @@ -1851024,7 +1760274,7 @@ "air_date": "1986-02-05", "question": "Fall 1962 was a #1 season for the Four Seasons with \"Sherry\" & this song", "value": "$200", - "answer": "Big Girls Don\\'t Cry", + "answer": "Big Girls Don't Cry", "round": "Double Jeopardy!", "show_number": "368", "fullAnswer": "\"Big Girls Don\\'t Cry\"" @@ -1851084,7 +1760334,7 @@ "air_date": "1986-02-05", "question": "This Gerry & the Pacemakers 1964 hit suggests you should do you weeping at night", "value": "$400", - "answer": "Don\\'t Let The Sun Catch You Crying", + "answer": "Don't Let The Sun Catch You Crying", "round": "Double Jeopardy!", "show_number": "368", "fullAnswer": "\"Don\\'t Let The Sun Catch You Crying\"" @@ -1851144,7 +1760394,7 @@ "air_date": "1986-02-05", "question": "You'd better stop sobbing when Melissa Manchester sings this, her 1979 hit", "value": "$600", - "answer": "Don\\'t Cry Out Loud", + "answer": "Don't Cry Out Loud", "round": "Double Jeopardy!", "show_number": "368", "fullAnswer": "\"Don\\'t Cry Out Loud\"" @@ -1851264,7 +1760514,7 @@ "air_date": "1986-02-05", "question": "2 Elvis Presley Top 10 hits that fit this category", "value": "$1,000", - "answer": "Crying In The Chapel & Don\\'t Cry Daddy", + "answer": "Crying In The Chapel & Don't Cry Daddy", "round": "Double Jeopardy!", "show_number": "368", "fullAnswer": "\"Crying In The Chapel\" & \"Don\\'t Cry Daddy\"" @@ -1851384,7 +1760634,7 @@ "air_date": "2009-09-23", "question": "The parade's on, but it was announced 11 of these department stores will close, from Indianapolis to Palm Beach", "value": "$400", - "answer": "Macy\\'s", + "answer": "Macy's", "round": "Jeopardy!", "show_number": "5753", "fullAnswer": "Macy\\'s" @@ -1851669,16 +1760919,6 @@ "show_number": "5753", "fullAnswer": "the owl" }, - { - "category": "LESSER-KNOWN NAMES", - "air_date": "2009-09-23", - "question": "(Sarah of the Clue Crew reports from the floor of the Crayola factory in Pennsylvania.) In 1990, Emerson Mosier, the most senior Crayola maker, retired after molding a record 1.4 billion crayons; he then revealed that he had this deficiency, quite ironically", - "value": "$800", - "answer": "he was colorblind", - "round": "Double Jeopardy!", - "show_number": "5753", - "fullAnswer": "he was colorblind" - }, { "category": "SPAGHETTI", "air_date": "2009-09-23", @@ -1851704,7 +1760944,7 @@ "air_date": "2009-09-23", "question": "Balanchine's first original full-length ballet was an adaptation of this \"dreamy\" Shakespeare play", "value": "$1200", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "5753", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -1852099,16 +1761339,6 @@ "show_number": "4681", "fullAnswer": "chronic-fatigue syndrome" }, - { - "category": "THIRD BASE", - "air_date": "2005-01-03", - "question": "(Cheryl of the Clue Crew reports from Berlin, Germany.) After East Berlin began to be walled off in 1961, this was the first entry checkpoint to be opened after Alpha and Bravo", - "value": "$800", - "answer": "Checkpoint Charlie", - "round": "Jeopardy!", - "show_number": "4681", - "fullAnswer": "Checkpoint Charlie" - }, { "category": "LET'S GET IT \"ON\"!", "air_date": "2005-01-03", @@ -1852469,26 +1761699,6 @@ "show_number": "4681", "fullAnswer": "Israel" }, - { - "category": "THE U.S. MILITARY ACADEMY AT WEST POINT", - "air_date": "2006-03-02", - "question": "(Jon of the Clue Crew reports from West Point, NY.) The name West Point comes from the Academy's location on the west bank of this river about 50 miles north of New York City", - "value": "$200", - "answer": "Hudson River", - "round": "Jeopardy!", - "show_number": "4949", - "fullAnswer": "the Hudson River" - }, - { - "category": "REMEMBERING RICKY NELSON", - "air_date": "2006-03-02", - "question": "One of Ricky's first hits was this song heard here that was also a hit for Fats Domino

\"I'm lonely as I can be/
And I've waited for your company...\"
", - "value": "$200", - "answer": "I\\'m Walkin\\'", - "round": "Jeopardy!", - "show_number": "4949", - "fullAnswer": "\"I\\'m Walkin\\'\"" - }, { "category": "A CAT-EGORY", "air_date": "2006-03-02", @@ -1852529,16 +1761739,6 @@ "show_number": "4949", "fullAnswer": "WASPs" }, - { - "category": "THE U.S. MILITARY ACADEMY AT WEST POINT", - "air_date": "2006-03-02", - "question": "(Jon of the Clue Crew reports from a field at West Point, NY.) This West Point grad went on to become a four-star general, & once declared, \"It is as natural for me to be a soldier as it is to breathe\"", - "value": "$400", - "answer": "Patton", - "round": "Jeopardy!", - "show_number": "4949", - "fullAnswer": "Patton" - }, { "category": "REMEMBERING RICKY NELSON", "air_date": "2006-03-02", @@ -1852589,26 +1761789,6 @@ "show_number": "4949", "fullAnswer": "the warpath" }, - { - "category": "THE U.S. MILITARY ACADEMY AT WEST POINT", - "air_date": "2006-03-02", - "question": "(Sarah of the Clue Crew is flanked by two students at West Point, NY.) Freshmen at West Point are shown their place by being known as these, from a Roman term for ordinary, uneducated citizens", - "value": "$2,000", - "answer": "plebes", - "round": "Jeopardy!", - "show_number": "4949", - "fullAnswer": "plebes" - }, - { - "category": "REMEMBERING RICKY NELSON", - "air_date": "2006-03-02", - "question": "Gene Pitney wrote this musical greeting that charted for Ricky in 1961

\"Passed me by one sunny day/
Flashed those big brown eyes my way/
And ooh, I wanted you forevermore\"
", - "value": "$600", - "answer": "Hello Mary Lou", - "round": "Jeopardy!", - "show_number": "4949", - "fullAnswer": "\"Hello Mary Lou\"" - }, { "category": "A CAT-EGORY", "air_date": "2006-03-02", @@ -1852649,16 +1761829,6 @@ "show_number": "4949", "fullAnswer": "water bearer" }, - { - "category": "THE U.S. MILITARY ACADEMY AT WEST POINT", - "air_date": "2006-03-02", - "question": "(Sarah of the Clue Crew reads in front of a set of wooden doors at West Point, NY.) The United States Military Academy's coat of arms depicts the helmet of this Greek goddess of wisdom & warfare", - "value": "$800", - "answer": "Athena", - "round": "Jeopardy!", - "show_number": "4949", - "fullAnswer": "Athena" - }, { "category": "REMEMBERING RICKY NELSON", "air_date": "2006-03-02", @@ -1852709,26 +1761879,6 @@ "show_number": "4949", "fullAnswer": "Wadsworth" }, - { - "category": "THE U.S. MILITARY ACADEMY AT WEST POINT", - "air_date": "2006-03-02", - "question": "(Jon of the Clue Crew reports from in front of a military exercise.) A shortage of blue cloth led to uniforms of a different color & to this 3-word term for the corps of cadets", - "value": "$1000", - "answer": "long grey line", - "round": "Jeopardy!", - "show_number": "4949", - "fullAnswer": "the long grey line" - }, - { - "category": "REMEMBERING RICKY NELSON", - "air_date": "2006-03-02", - "question": "This song heard here was Rick's last Top 40 hit, in 1972

\"But it's all right now/
I've learned my lesson well/
You see, you can't please everyone...\"
", - "value": "$1000", - "answer": "Garden Party", - "round": "Jeopardy!", - "show_number": "4949", - "fullAnswer": "\"Garden Party\"" - }, { "category": "A CAT-EGORY", "air_date": "2006-03-02", @@ -1852974,7 +1762124,7 @@ "air_date": "2006-03-02", "question": "This American playwright won 4 Pulitzer Prizes for Drama, including one for 1920's \"Beyond the Horizon\"", "value": "$1600", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "4949", "fullAnswer": "Eugene O\\'Neill" @@ -1853774,7 +1762924,7 @@ "air_date": "2007-10-22", "question": "The 5th Avenue candy bar was first made by this company famous for its cough drops", "value": "$600", - "answer": "Luden\\'s", + "answer": "Luden's", "round": "Jeopardy!", "show_number": "5316", "fullAnswer": "Luden\\'s" @@ -1853874,7 +1763024,7 @@ "air_date": "2007-10-22", "question": "Constance marries paralyzed Sir Clifford, has an affair with the gamekeeper, gets pregnant, awaits divorce & new life", "value": "$1000", - "answer": "Lady Chatterley\\'s Lover", + "answer": "Lady Chatterley's Lover", "round": "Jeopardy!", "show_number": "5316", "fullAnswer": "Lady Chatterley\\'s Lover" @@ -1853929,16 +1763079,6 @@ "show_number": "5316", "fullAnswer": "a projectile" }, - { - "category": "THE WEATHER CHANNEL", - "air_date": "2007-10-22", - "question": "(Cheryl of the Clue Crew shows satellite video of storm movement on two monitors at the Weather Channel in Atlanta, GA.) A tropical storm in the North Atlantic that reaches 74 miles per hour is called a hurricane; if it's here in the Northwest Pacific, it's classified as this", - "value": "$400", - "answer": "typhoon", - "round": "Double Jeopardy!", - "show_number": "5316", - "fullAnswer": "a typhoon" - }, { "category": "POP CULTURE", "air_date": "2007-10-22", @@ -1853964,7 +1763104,7 @@ "air_date": "2007-10-22", "question": "The red & white labels used by this soup company were inspired by the uniforms of the Cornell football team", "value": "$400", - "answer": "Campbell\\'s", + "answer": "Campbell's", "round": "Double Jeopardy!", "show_number": "5316", "fullAnswer": "Campbell\\'s" @@ -1853989,16 +1763129,6 @@ "show_number": "5316", "fullAnswer": "Monday (from dynamo)" }, - { - "category": "THE WEATHER CHANNEL", - "air_date": "2007-10-22", - "question": "(Jon of the Clue Crew gives us a a high level take on the weather at the Weather Channel in Atlanta, GA.) The Weather Channel uses this type of colorful satellite image to show the relative warmth of objects: colder ones are brighter while warmer objects are darker", - "value": "$800", - "answer": "infrared", - "round": "Double Jeopardy!", - "show_number": "5316", - "fullAnswer": "infrared" - }, { "category": "POP CULTURE", "air_date": "2007-10-22", @@ -1854049,16 +1763179,6 @@ "show_number": "5316", "fullAnswer": "heart (from Earth)" }, - { - "category": "THE WEATHER CHANNEL", - "air_date": "2007-10-22", - "question": "(Cheryl of the Clue Crew rains supreme at the Weather Channel in Atlanta, GA.) Showing the density and motion of clouds, this type of radar named for an Austrian scientist can predict the formation of a tornado", - "value": "$2,000", - "answer": "Doppler", - "round": "Double Jeopardy!", - "show_number": "5316", - "fullAnswer": "Doppler" - }, { "category": "POP CULTURE", "air_date": "2007-10-22", @@ -1854109,16 +1763229,6 @@ "show_number": "5316", "fullAnswer": "Socrates (from coasters)" }, - { - "category": "THE WEATHER CHANNEL", - "air_date": "2007-10-22", - "question": "(Jon of the Clue Crew shows a 3-D view of rugged terrain on the monitor at the Weather Channel in Atlanta, GA.) In 2006, the Weather Channel program \"Beyond the Forecast\" detailed the search for 3 climbers & how weather hindered rescue efforts on this Oregon mountain", - "value": "$1600", - "answer": "Mt. Hood", - "round": "Double Jeopardy!", - "show_number": "5316", - "fullAnswer": "Mt. Hood" - }, { "category": "POP CULTURE", "air_date": "2007-10-22", @@ -1854149,16 +1763259,6 @@ "show_number": "5316", "fullAnswer": "GM (General Motors)" }, - { - "category": "STEIN TIME", - "air_date": "2007-10-22", - "question": "The distinctive pop-art stylings of this American artist are seen here", - "value": "$2,000", - "answer": "Roy Lichtenstein", - "round": "Double Jeopardy!", - "show_number": "5316", - "fullAnswer": "Roy Lichtenstein" - }, { "category": "REARRANGE 'EM", "air_date": "2007-10-22", @@ -1854169,16 +1763269,6 @@ "show_number": "5316", "fullAnswer": "Tosca (from ascot)" }, - { - "category": "THE WEATHER CHANNEL", - "air_date": "2007-10-22", - "question": "(Jon of the Clue Crew is back on the map at the Weather Channel in Atlanta, GA.) Fronts are boundaries where different air masses meet; alternating red & blue lines depict this type of front with little or no movement", - "value": "$2000", - "answer": "stationary front", - "round": "Double Jeopardy!", - "show_number": "5316", - "fullAnswer": "a stationary front" - }, { "category": "POP CULTURE", "air_date": "2007-10-22", @@ -1854599,16 +1763689,6 @@ "show_number": "4911", "fullAnswer": "Dr. Seuss" }, - { - "category": "EUROPEAN AUTHORS", - "air_date": "2006-01-09", - "question": "(Sarah of the Clue Crew delivers the clue from St. Petersburg.) This author lived in St. Petersburg & one of his novels opens with Roskolnikov walking out on a summer night here", - "value": "$800", - "answer": "Dostoyevsky", - "round": "Double Jeopardy!", - "show_number": "4911", - "fullAnswer": "Dostoyevsky" - }, { "category": "THE 1840s", "air_date": "2006-01-09", @@ -1854884,7 +1763964,7 @@ "air_date": "2002-02-26", "question": "Some say a comment by an overworked Ringo gave this Beatles song its title", "value": "$200", - "answer": "A Hard Day\\'s Night", + "answer": "A Hard Day's Night", "round": "Jeopardy!", "show_number": "4032", "fullAnswer": "\"A Hard Day\\'s Night\"" @@ -1854929,16 +1764009,6 @@ "show_number": "4032", "fullAnswer": "the \"I\" formation" }, - { - "category": "MOVING", - "air_date": "2002-02-26", - "question": "(Jimmy of the Clue Crew moves two heavy boxes with a little help.) It's the item I'm using in my move, also old-time slang for the type of woman I'd like to say \"hello\" to next door", - "value": "$400", - "answer": "dolly", - "round": "Jeopardy!", - "show_number": "4032", - "fullAnswer": "a dolly" - }, { "category": "TOO \"HARD\"", "air_date": "2002-02-26", @@ -1855009,16 +1764079,6 @@ "show_number": "4032", "fullAnswer": "Tonya Harding" }, - { - "category": "TOO SOFT", - "air_date": "2002-02-26", - "question": "Alliterative 2-word term for the proverbially soft object seen here", - "value": "$600", - "answer": "baby\\'s bottom", - "round": "Jeopardy!", - "show_number": "4032", - "fullAnswer": "a baby\\'s bottom" - }, { "category": "JUST WRITE", "air_date": "2002-02-26", @@ -1855039,16 +1764099,6 @@ "show_number": "4032", "fullAnswer": "Texas" }, - { - "category": "COACHING FOOTBALL", - "air_date": "2002-02-26", - "question": "(Jimmy of the Clue Crew draws an arrow to complete a diagram on the blackboard.) Vince Lombardi's Packers lived by this play", - "value": "$800", - "answer": "sweep", - "round": "Jeopardy!", - "show_number": "4032", - "fullAnswer": "the sweep" - }, { "category": "MOVING", "air_date": "2002-02-26", @@ -1855159,16 +1764209,6 @@ "show_number": "4032", "fullAnswer": "Public School" }, - { - "category": "TV DRAMA", - "air_date": "2002-02-26", - "question": "This show starring the man seen here as an ex-con ran from 1974 to 1980", - "value": "$400", - "answer": "Rockford Files", - "round": "Double Jeopardy!", - "show_number": "4032", - "fullAnswer": "The Rockford Files" - }, { "category": "THE BEER GARDEN", "air_date": "2002-02-26", @@ -1855229,16 +1764269,6 @@ "show_number": "4032", "fullAnswer": "Party of Five" }, - { - "category": "THE BEER GARDEN", - "air_date": "2002-02-26", - "question": "This brand, first sold in 1876, is symbolized by the animals seen here", - "value": "$800", - "answer": "Budweiser", - "round": "Double Jeopardy!", - "show_number": "4032", - "fullAnswer": "Budweiser" - }, { "category": "ALL ABOUT AFRICA", "air_date": "2002-02-26", @@ -1855259,16 +1764289,6 @@ "show_number": "4032", "fullAnswer": "Lancelot" }, - { - "category": "SPORTING PRESIDENTS", - "air_date": "2002-02-26", - "question": "(Cheryl of the Clue Crew reports from the Eisenhower home in Gettysburg, Pennsylvania.) A golf enthusiast, the president achieved this feat while playing a round in 1968", - "value": "$1200", - "answer": "hole in one", - "round": "Double Jeopardy!", - "show_number": "4032", - "fullAnswer": "a hole in one" - }, { "category": "NEW YORK SCHOOLS", "air_date": "2002-02-26", @@ -1855389,16 +1764409,6 @@ "show_number": "4032", "fullAnswer": "The Big Valley" }, - { - "category": "ALL ABOUT AFRICA", - "air_date": "2002-02-26", - "question": "Associated with the people of Ghana, it's the African word for the style of cloth seen here", - "value": "$2000", - "answer": "kente", - "round": "Double Jeopardy!", - "show_number": "4032", - "fullAnswer": "kente" - }, { "category": "CROSSWORD CLUES \"L\"", "air_date": "2002-02-26", @@ -1855584,7 +1764594,7 @@ "air_date": "1998-01-07", "question": "The Safety Islands off French Guiana consist of Royale, Saint-Joseph & this diabolical island", "value": "$300", - "answer": "Devil\\'s Island", + "answer": "Devil's Island", "round": "Jeopardy!", "show_number": "3078", "fullAnswer": "Devil\\'s Island" @@ -1856024,7 +1765034,7 @@ "air_date": "1998-01-07", "question": "This 1726 satire reported the existence of Mars' 2 moons 151 years before Asaph Hall discovered them", "value": null, - "answer": "Gulliver\\'s Travels", + "answer": "Gulliver's Travels", "round": "Final Jeopardy!", "show_number": "3078", "fullAnswer": "Gulliver\\'s Travels" @@ -1856039,16 +1765049,6 @@ "show_number": "5587", "fullAnswer": "the Mount St. Helens eruption" }, - { - "category": "PUBLIC DOMAIN SONGS GO HEAVY METAL", - "air_date": "2008-12-16", - "question": "Let's horse around with this tune; it ain't what it used to be", - "value": "$200", - "answer": "The Old Gray Mare", - "round": "Jeopardy!", - "show_number": "5587", - "fullAnswer": "\"The Old Gray Mare\"" - }, { "category": "LAST NAME'S THE SAME", "air_date": "2008-12-16", @@ -1856099,16 +1765099,6 @@ "show_number": "5587", "fullAnswer": "cherry" }, - { - "category": "PUBLIC DOMAIN SONGS GO HEAVY METAL", - "air_date": "2008-12-16", - "question": "Ah, Christmas.
A time to relax.
Reflect.
& headbang! (to this song heard here)", - "value": "$400", - "answer": "God Rest Ye Merry, Gentlemen", - "round": "Jeopardy!", - "show_number": "5587", - "fullAnswer": "\"God Rest Ye Merry, Gentlemen\"" - }, { "category": "LAST NAME'S THE SAME", "air_date": "2008-12-16", @@ -1856134,7 +1765124,7 @@ "air_date": "2008-12-16", "question": "V8 beverages;
this company is
M'm! M'm! Good!", "value": "$400", - "answer": "Campbell\\'s", + "answer": "Campbell's", "round": "Jeopardy!", "show_number": "5587", "fullAnswer": "Campbell\\'s" @@ -1856159,16 +1765149,6 @@ "show_number": "5587", "fullAnswer": "a monorail" }, - { - "category": "PUBLIC DOMAIN SONGS GO HEAVY METAL", - "air_date": "2008-12-16", - "question": "We now bring you, oh so gently, this song of a man separated from his love by water", - "value": "$600", - "answer": "My Bonnie Lies Over The Ocean", - "round": "Jeopardy!", - "show_number": "5587", - "fullAnswer": "\"My Bonnie Lies Over The Ocean\"" - }, { "category": "LAST NAME'S THE SAME", "air_date": "2008-12-16", @@ -1856219,16 +1765199,6 @@ "show_number": "5587", "fullAnswer": "Puget Sound" }, - { - "category": "PUBLIC DOMAIN SONGS GO HEAVY METAL", - "air_date": "2008-12-16", - "question": "It's this kids' song heard here; hold your applause, though", - "value": "$800", - "answer": "If You\\'re Happy And You Know It", - "round": "Jeopardy!", - "show_number": "5587", - "fullAnswer": "\"If You\\'re Happy And You Know It\"" - }, { "category": "LAST NAME'S THE SAME", "air_date": "2008-12-16", @@ -1856279,16 +1765249,6 @@ "show_number": "5587", "fullAnswer": "Vancouver" }, - { - "category": "PUBLIC DOMAIN SONGS GO HEAVY METAL", - "air_date": "2008-12-16", - "question": "A land cultivator & a wooded valley get metal-ized here", - "value": "$1000", - "answer": "The Farmer In The Dell", - "round": "Jeopardy!", - "show_number": "5587", - "fullAnswer": "\"The Farmer In The Dell\"" - }, { "category": "LAST NAME'S THE SAME", "air_date": "2008-12-16", @@ -1856619,26 +1765579,6 @@ "show_number": "5587", "fullAnswer": "Charles Bulfinch" }, - { - "category": "THE \"COO\" CREW", - "air_date": "2008-12-16", - "question": "The rabbit-eared type of this insectivorous critter is seen here", - "value": "$2000", - "answer": "bandicoot", - "round": "Double Jeopardy!", - "show_number": "5587", - "fullAnswer": "a bandicoot" - }, - { - "category": "NOVELS", - "air_date": "2008-12-16", - "question": "Amazon.com said this novel, set in Iowa, was \"the romantic classic of the 1990s\"", - "value": null, - "answer": "Bridges of Madison County", - "round": "Final Jeopardy!", - "show_number": "5587", - "fullAnswer": "The Bridges of Madison County" - }, { "category": "FORMER NAMES OF COUNTRIES", "air_date": "1997-05-07", @@ -1857584,7 +1766524,7 @@ "air_date": "1999-01-20", "question": "C'est la vie!", "value": "$200", - "answer": "That\\'s/Such is life", + "answer": "That's/Such is life", "round": "Double Jeopardy!", "show_number": "3313", "fullAnswer": "That\\'s/Such is life" @@ -1857839,16 +1766779,6 @@ "show_number": "4847", "fullAnswer": "Columbus" }, - { - "category": "WARNER BROS. ANIMATION", - "air_date": "2005-10-11", - "question": "This classic Warner Bros. animated duo helps Granny solve mysteries", - "value": "$200", - "answer": "Sylvester & Tweety", - "round": "Jeopardy!", - "show_number": "4847", - "fullAnswer": "Sylvester & Tweety" - }, { "category": "THE SOLAR SYSTEM", "air_date": "2005-10-11", @@ -1857899,16 +1766829,6 @@ "show_number": "4847", "fullAnswer": "corn" }, - { - "category": "WARNER BROS. ANIMATION", - "air_date": "2005-10-11", - "question": "These title crime fighters all live together in a tower that might be even messier than your room", - "value": "$400", - "answer": "Teen Titans", - "round": "Jeopardy!", - "show_number": "4847", - "fullAnswer": "the Teen Titans" - }, { "category": "THE SOLAR SYSTEM", "air_date": "2005-10-11", @@ -1857949,26 +1766869,6 @@ "show_number": "4847", "fullAnswer": "the post office" }, - { - "category": "NATIVE AMERICAN HISTORY", - "air_date": "2005-10-11", - "question": "(Cheryl of the Clue Crew brings a Native American artifact for show and tell.) Warring tribes often used this ceremonial item to try to settle their differences", - "value": "$600", - "answer": "peace pipe", - "round": "Jeopardy!", - "show_number": "4847", - "fullAnswer": "a peace pipe" - }, - { - "category": "WARNER BROS. ANIMATION", - "air_date": "2005-10-11", - "question": "Mechanikat is one of the evil adversaries of this new breed of superhero seen here", - "value": "$600", - "answer": "Krypto the Superdog", - "round": "Jeopardy!", - "show_number": "4847", - "fullAnswer": "Krypto the Superdog" - }, { "category": "THE SOLAR SYSTEM", "air_date": "2005-10-11", @@ -1858009,16 +1766909,6 @@ "show_number": "4847", "fullAnswer": "offline" }, - { - "category": "WARNER BROS. ANIMATION", - "air_date": "2005-10-11", - "question": "Gaining his powers from exposure to mutagenetic gas, he's the African-American teen superhero seen here", - "value": "$800", - "answer": "Static Shock", - "round": "Jeopardy!", - "show_number": "4847", - "fullAnswer": "Static Shock" - }, { "category": "THE SOLAR SYSTEM", "air_date": "2005-10-11", @@ -1858059,16 +1766949,6 @@ "show_number": "4847", "fullAnswer": "a kickoff" }, - { - "category": "WARNER BROS. ANIMATION", - "air_date": "2005-10-11", - "question": "Monks in training battle villains for sacred, ancient objects on this action-packed program", - "value": "$1000", - "answer": "Xiaolin Showdown", - "round": "Jeopardy!", - "show_number": "4847", - "fullAnswer": "Xiaolin Showdown" - }, { "category": "THE SOLAR SYSTEM", "air_date": "2005-10-11", @@ -1858219,16 +1767099,6 @@ "show_number": "4847", "fullAnswer": "thanksgiving (thanks accepted)" }, - { - "category": "THE HUMAN BODY", - "air_date": "2005-10-11", - "question": "(Jimmy of the Clue Crew reads.) When you make a muscle, you can track the two-headed upper arm muscle called this", - "value": "$1200", - "answer": "biceps", - "round": "Double Jeopardy!", - "show_number": "4847", - "fullAnswer": "biceps" - }, { "category": "MUSICAL THEATRE", "air_date": "2005-10-11", @@ -1858279,16 +1767149,6 @@ "show_number": "4847", "fullAnswer": "your knee" }, - { - "category": "MUSICAL THEATRE", - "air_date": "2005-10-11", - "question": "This musical has it all: cute kids named Jeremy & Jemima, a truly scrumptious leading lady &, oh yes, a flying car", - "value": "$1600", - "answer": "Chitty Chitty Bang Bang", - "round": "Double Jeopardy!", - "show_number": "4847", - "fullAnswer": "Chitty Chitty Bang Bang" - }, { "category": "ON THE MAP", "air_date": "2005-10-11", @@ -1858339,16 +1767199,6 @@ "show_number": "4847", "fullAnswer": "Annie Oakley" }, - { - "category": "ON THE MAP", - "air_date": "2005-10-11", - "question": "(Jimmy of the Clue Crew traces lines on a globe.) Two of these meet around the poles to form what's called a great circle around the Earth", - "value": "$2000", - "answer": "meridians", - "round": "Double Jeopardy!", - "show_number": "4847", - "fullAnswer": "the meridians" - }, { "category": "AUTUMN WORDS", "air_date": "2005-10-11", @@ -1858379,16 +1767229,6 @@ "show_number": "6285", "fullAnswer": "Alburquerque" }, - { - "category": "SNAKES... WHY'D IT HAVE TO BE SNAKES?", - "air_date": "2012-01-06", - "question": "Holy jumpin' cats! Here's an African sand cat squaring off with a sand viper in this 3-million-square-mile sandpile", - "value": "$200", - "answer": "Sahara", - "round": "Jeopardy!", - "show_number": "6285", - "fullAnswer": "the Sahara" - }, { "category": "DIRECTED & STARRED IN", "air_date": "2012-01-06", @@ -1858429,26 +1767269,6 @@ "show_number": "6285", "fullAnswer": "Adam" }, - { - "category": "NEW MEXICO", - "air_date": "2012-01-06", - "question": "The animal seen here was rescued in New Mexico's capitan mountains & became the living symbol of this mascot", - "value": "$400", - "answer": "Smokey the Bear", - "round": "Jeopardy!", - "show_number": "6285", - "fullAnswer": "Smokey the Bear" - }, - { - "category": "SNAKES... WHY'D IT HAVE TO BE SNAKES?", - "air_date": "2012-01-06", - "question": "Sibon annulata, named for preying on these very slow movers, lives in central America, not France", - "value": "$400", - "answer": "snails", - "round": "Jeopardy!", - "show_number": "6285", - "fullAnswer": "snails" - }, { "category": "DIRECTED & STARRED IN", "air_date": "2012-01-06", @@ -1858499,16 +1767319,6 @@ "show_number": "6285", "fullAnswer": "Los Alamos" }, - { - "category": "SNAKES... WHY'D IT HAVE TO BE SNAKES?", - "air_date": "2012-01-06", - "question": "The modern-day Rikki-Tikki-Tavis here are watching one of these snakes emerging from a hole", - "value": "$600", - "answer": "cobra", - "round": "Jeopardy!", - "show_number": "6285", - "fullAnswer": "a cobra" - }, { "category": "DIRECTED & STARRED IN", "air_date": "2012-01-06", @@ -1858559,16 +1767369,6 @@ "show_number": "6285", "fullAnswer": "\"Land of Enchantment\"" }, - { - "category": "SNAKES... WHY'D IT HAVE TO BE SNAKES?", - "air_date": "2012-01-06", - "question": "You can tell by its stripes that the deadly Australian snake here is named for this big cat", - "value": "$800", - "answer": "tiger", - "round": "Jeopardy!", - "show_number": "6285", - "fullAnswer": "a tiger" - }, { "category": "DIRECTED & STARRED IN", "air_date": "2012-01-06", @@ -1858589,26 +1767389,6 @@ "show_number": "6285", "fullAnswer": "the FCC" }, - { - "category": "I WANT MY \"BABY\" BACK, \"BABY\" BACK", - "air_date": "2012-01-06", - "question": "At diapers.com power outlet covers are listed among the \"essentials\" for this activity", - "value": "$800", - "answer": "babyproofing", - "round": "Jeopardy!", - "show_number": "6285", - "fullAnswer": "babyproofing" - }, - { - "category": "RIBS", - "air_date": "2012-01-06", - "question": "(Jimmy of the Clue Crew shows an anatomical animation on the monitor.) The lowest two pairs of ribs in humans are known by this suspended adjective, as they don't attach in the front", - "value": "$800", - "answer": "floating", - "round": "Jeopardy!", - "show_number": "6285", - "fullAnswer": "floating" - }, { "category": "NEW MEXICO", "air_date": "2012-01-06", @@ -1858619,16 +1767399,6 @@ "show_number": "6285", "fullAnswer": "the Treaty of Guadalupe Hidalgo" }, - { - "category": "SNAKES... WHY'D IT HAVE TO BE SNAKES?", - "air_date": "2012-01-06", - "question": "The prominent horn on the nose shows why Bitis nasicornis is also known as this viper, after another African animal", - "value": "$1000", - "answer": "rhinoceros", - "round": "Jeopardy!", - "show_number": "6285", - "fullAnswer": "a rhinoceros" - }, { "category": "DIRECTED & STARRED IN", "air_date": "2012-01-06", @@ -1858649,16 +1767419,6 @@ "show_number": "6285", "fullAnswer": "H.U.D." }, - { - "category": "I WANT MY \"BABY\" BACK, \"BABY\" BACK", - "air_date": "2012-01-06", - "question": "This youthful fellow had a bad run-in with the authorities in 1934", - "value": "$1000", - "answer": "Baby Face Nelson", - "round": "Jeopardy!", - "show_number": "6285", - "fullAnswer": "Baby Face Nelson" - }, { "category": "RIBS", "air_date": "2012-01-06", @@ -1858674,7 +1767434,7 @@ "air_date": "2012-01-06", "question": "As the story goes, this poem was written on December 24, 1822 on the way home with a turkey for dinner", "value": "$400", - "answer": "\\'Twas The Night Before Christmas ", + "answer": "'Twas The Night Before Christmas ", "round": "Double Jeopardy!", "show_number": "6285", "fullAnswer": "\\'Twas The Night Before Christmas (A Visit From St. Nicholas)" @@ -1858749,16 +1767509,6 @@ "show_number": "6285", "fullAnswer": "Ms. Pac-man" }, - { - "category": "MUSIC APPRECIATION", - "air_date": "2012-01-06", - "question": "It's the time signature of the Chopin piece heard here; listen to the left hand", - "value": "$800", - "answer": "3/4", - "round": "Double Jeopardy!", - "show_number": "6285", - "fullAnswer": "3/4" - }, { "category": "ON A FIRST-NAME BASIS", "air_date": "2012-01-06", @@ -1858854,7 +1767604,7 @@ "air_date": "2012-01-06", "question": "For a magazine story, this author of westerns once did his day's writing on a traffic island on Sunset Blvd.", "value": "$2,500", - "answer": "Louis L\\'Amour", + "answer": "Louis L'Amour", "round": "Double Jeopardy!", "show_number": "6285", "fullAnswer": "Louis L\\'Amour" @@ -1859059,16 +1767809,6 @@ "show_number": "3039", "fullAnswer": "Franklin D. Roosevelt" }, - { - "category": "HIT TUNES", - "air_date": "1997-11-13", - "question": "According to the title of the following, it's what the singer won't tell:", - "value": "$300", - "answer": "Your name", - "round": "Jeopardy!", - "show_number": "3039", - "fullAnswer": "Your name" - }, { "category": "\"RED\", \"WHITE\" & \"BLUE\"", "air_date": "1997-11-13", @@ -1859419,16 +1768159,6 @@ "show_number": "3039", "fullAnswer": "the Vietnam Veterans Memorial" }, - { - "category": "HIGH SCHOOL ORIENTATION", - "air_date": "1997-11-13", - "question": "(Hi, I'm Ben Savage.) Football games are common at these high school celebrations for returning graduates", - "value": "$1,000", - "answer": "homecomings", - "round": "Double Jeopardy!", - "show_number": "3039", - "fullAnswer": "homecomings" - }, { "category": "MY MOM'S AN ATTORNEY", "air_date": "1997-11-13", @@ -1859474,7 +1768204,7 @@ "air_date": "1997-11-13", "question": "John Wilkes Booth's pistol is on display in this building, where he used it", "value": "$800", - "answer": "Ford\\'s Theater", + "answer": "Ford's Theater", "round": "Double Jeopardy!", "show_number": "3039", "fullAnswer": "Ford\\'s Theater" @@ -1859629,16 +1768359,6 @@ "show_number": "5021", "fullAnswer": "troops" }, - { - "category": "BRAND NEW", - "air_date": "2006-06-12", - "question": "Ample leg & hip room were important design traits for this Toyota hybrid that's electrifying drivers", - "value": "$200", - "answer": "Prius", - "round": "Jeopardy!", - "show_number": "5021", - "fullAnswer": "a Prius" - }, { "category": "YOU'RE SUCH A TOOL!", "air_date": "2006-06-12", @@ -1859689,16 +1768409,6 @@ "show_number": "5021", "fullAnswer": "Hinduism" }, - { - "category": "BRAND NEW", - "air_date": "2006-06-12", - "question": "The Flatout! container's accordion design by this company can change its capacity & flatten for storage", - "value": "$400", - "answer": "Tupperware", - "round": "Jeopardy!", - "show_number": "5021", - "fullAnswer": "Tupperware" - }, { "category": "YOU'RE SUCH A TOOL!", "air_date": "2006-06-12", @@ -1859749,16 +1768459,6 @@ "show_number": "5021", "fullAnswer": "Afghanistan" }, - { - "category": "BRAND NEW", - "air_date": "2006-06-12", - "question": "This paint brand uses the Ready to Roll packaging that features a built-in roller tray in the lid", - "value": "$600", - "answer": "Dutch Boy", - "round": "Jeopardy!", - "show_number": "5021", - "fullAnswer": "Dutch Boy" - }, { "category": "YOU'RE SUCH A TOOL!", "air_date": "2006-06-12", @@ -1859809,16 +1768509,6 @@ "show_number": "5021", "fullAnswer": "Debbie Reynolds" }, - { - "category": "BRAND NEW", - "air_date": "2006-06-12", - "question": "New York City's mayor could tell you this company's terminal has a fingerprint scanner & covers all the financial markets", - "value": "$800", - "answer": "Bloomberg", - "round": "Jeopardy!", - "show_number": "5021", - "fullAnswer": "Bloomberg" - }, { "category": "YOU'RE SUCH A TOOL!", "air_date": "2006-06-12", @@ -1859829,16 +1768519,6 @@ "show_number": "5021", "fullAnswer": "poker" }, - { - "category": "CITY OF THE DAY: PHOENIX", - "air_date": "2006-06-12", - "question": "(Sarah of the Clue Crew walks the green at Ping Hdqtrs, Phoenix, AZ.) Ping Golf is approximately based in Phoenix, a golf capital; the first golf resort here was built in this year of Arizona statehood", - "value": "$1000", - "answer": "1912", - "round": "Jeopardy!", - "show_number": "5021", - "fullAnswer": "1912" - }, { "category": "NEWS OF 2005", "air_date": "2006-06-12", @@ -1859869,16 +1768549,6 @@ "show_number": "5021", "fullAnswer": "Juliette Gordon Low" }, - { - "category": "BRAND NEW", - "air_date": "2006-06-12", - "question": "You don't need oversized shirt pockets if you have the Cyber-shot camera by this company", - "value": "$1000", - "answer": "Sony", - "round": "Jeopardy!", - "show_number": "5021", - "fullAnswer": "Sony" - }, { "category": "YOU'RE SUCH A TOOL!", "air_date": "2006-06-12", @@ -1859969,16 +1768639,6 @@ "show_number": "5021", "fullAnswer": "Bend It Like Beckham" }, - { - "category": "KNOW YOUR EARTH", - "air_date": "2006-06-12", - "question": "(Kelly of the Clue Crew quarters the Earth on the monitor to show its three concentric layers.) Temperatures range from about 2,000 to 8,000 degrees Fahrenheit in this part of the Earth between the crust & the core", - "value": "$800", - "answer": "mantle", - "round": "Double Jeopardy!", - "show_number": "5021", - "fullAnswer": "the mantle" - }, { "category": "\"BLUE\" PLATE SPECIAL", "air_date": "2006-06-12", @@ -1860149,16 +1768809,6 @@ "show_number": "5021", "fullAnswer": "The West Wing" }, - { - "category": "KNOW YOUR EARTH", - "air_date": "2006-06-12", - "question": "(Cheryl of the Clue Crew shows a ribboned timeline on the monitor.) Named for the tiny time period that followed it, this interval covers 80% of geological time", - "value": "$2000", - "answer": "Precambrian", - "round": "Double Jeopardy!", - "show_number": "5021", - "fullAnswer": "Precambrian" - }, { "category": "\"BLUE\" PLATE SPECIAL", "air_date": "2006-06-12", @@ -1860379,16 +1769029,6 @@ "show_number": "5060", "fullAnswer": "knackwurst" }, - { - "category": "AROUND SWEDEN", - "air_date": "2006-09-15", - "question": "(Jon of the Clue Crew reports from Stockholm, Sweden.) Sweden has more than 2500 of these carved stones, many commemorating fallen Viking heroes", - "value": "$800", - "answer": "rune stones", - "round": "Jeopardy!", - "show_number": "5060", - "fullAnswer": "rune stones" - }, { "category": "DISNEY MOVIE TAGLINES", "air_date": "2006-09-15", @@ -1860779,16 +1769419,6 @@ "show_number": "5060", "fullAnswer": "Booker T. Washington" }, - { - "category": "SYSTEM OF A \"DOWN\"", - "air_date": "2006-09-15", - "question": "This group was responsible for the accolade seen here", - "value": "$2000", - "answer": "Downtown Athletic Club", - "round": "Double Jeopardy!", - "show_number": "5060", - "fullAnswer": "the Downtown Athletic Club" - }, { "category": "THE KIDS LOVE THEIR MUSIC", "air_date": "2006-09-15", @@ -1860904,7 +1769534,7 @@ "air_date": "2009-04-02", "question": "Don't fear! This 1962 Edward Albee play won the New York Drama Critics Circle Award", "value": "$400", - "answer": "Who\\'s Afraid of Virginia Woolf?", + "answer": "Who's Afraid of Virginia Woolf?", "round": "Jeopardy!", "show_number": "5664", "fullAnswer": "Who\\'s Afraid of Virginia Woolf?" @@ -1860989,16 +1769619,6 @@ "show_number": "5664", "fullAnswer": "Chippendales" }, - { - "category": "ZOOLOGY", - "air_date": "2009-04-02", - "question": "(Jimmy of the Clue Crew illustrates two fur patterns on the monitor.) It's easy to mistake a jaguar for a leopard, but on closer examination, jaguars often have spots inside these flowery-named markings; the leopard doesn't", - "value": "$800", - "answer": "rosettes", - "round": "Jeopardy!", - "show_number": "5664", - "fullAnswer": "rosettes" - }, { "category": "GEEK CHIC", "air_date": "2009-04-02", @@ -1861129,16 +1769749,6 @@ "show_number": "5664", "fullAnswer": "Ghostbusters" }, - { - "category": "THE TUDORS", - "air_date": "2009-04-02", - "question": "A sinister presence at court is Sir Francis Bryan who lost that eye in one of these sporting events", - "value": "$400", - "answer": "joust", - "round": "Double Jeopardy!", - "show_number": "5664", - "fullAnswer": "a joust" - }, { "category": "AMERICAN NO MORE", "air_date": "2009-04-02", @@ -1861189,16 +1769799,6 @@ "show_number": "5664", "fullAnswer": "The Cable Guy" }, - { - "category": "THE TUDORS", - "air_date": "2009-04-02", - "question": "Sir Reginald Pole, seen here, doesn't get to be king but was the last Catholic archbishop of this

\"There is another Catholic with a legitimate claim, a scion of the Plantagenets who ruled before the Tudors and would gladly rule after them.\"", - "value": "$800", - "answer": "Canterbury", - "round": "Double Jeopardy!", - "show_number": "5664", - "fullAnswer": "Canterbury" - }, { "category": "AMERICAN NO MORE", "air_date": "2009-04-02", @@ -1861219,16 +1769819,6 @@ "show_number": "5664", "fullAnswer": "Harry Truman" }, - { - "category": "WHAT \"R\" WE?", - "air_date": "2009-04-02", - "question": "(Sarah of the Clue Crew stands with a robot at SRI International at Menlo Park, CA.) Developed in the 1960s, Shakey the robot could carry out complex operations; according to the Robot Hall of Fame, he was the first mobile robot to do this, meaning to think logically", - "value": "$800", - "answer": "reason", - "round": "Double Jeopardy!", - "show_number": "5664", - "fullAnswer": "reason" - }, { "category": "ASIAN GEOGRAPHY", "air_date": "2009-04-02", @@ -1861249,16 +1769839,6 @@ "show_number": "5664", "fullAnswer": "The Lion King" }, - { - "category": "THE TUDORS", - "air_date": "2009-04-02", - "question": "The scene here is part of the king's campaign against these establishments", - "value": "$1200", - "answer": "monasteries", - "round": "Double Jeopardy!", - "show_number": "5664", - "fullAnswer": "monasteries" - }, { "category": "AMERICAN NO MORE", "air_date": "2009-04-02", @@ -1861309,16 +1769889,6 @@ "show_number": "5664", "fullAnswer": "Back to the Future" }, - { - "category": "THE TUDORS", - "air_date": "2009-04-02", - "question": "This adviser who helped take down Thomas More does lots of the king's dirty work

\"There is this... the submission of the Lady Mary.\"", - "value": "$1600", - "answer": "Thomas Cromwell", - "round": "Double Jeopardy!", - "show_number": "5664", - "fullAnswer": "Thomas Cromwell" - }, { "category": "AMERICAN NO MORE", "air_date": "2009-04-02", @@ -1861369,16 +1769939,6 @@ "show_number": "5664", "fullAnswer": "Iron Man" }, - { - "category": "THE TUDORS", - "air_date": "2009-04-02", - "question": "Henry VIII is starting to suspect everyone, even in the honeymoon period with this third wife", - "value": "$2000", - "answer": "Jane Seymour", - "round": "Double Jeopardy!", - "show_number": "5664", - "fullAnswer": "Jane Seymour" - }, { "category": "AMERICAN NO MORE", "air_date": "2009-04-02", @@ -1861734,7 +1770294,7 @@ "air_date": "2011-04-11", "question": "\"Lawrence of Arabia\"", "value": "$400", - "answer": "O\\'Toole", + "answer": "O'Toole", "round": "Double Jeopardy!", "show_number": "6126", "fullAnswer": "(Peter) O\\'Toole" @@ -1861779,16 +1770339,6 @@ "show_number": "6126", "fullAnswer": "(Condoleezza) Rice" }, - { - "category": "ANCIENT EGYPT", - "air_date": "2011-04-11", - "question": "(Jimmy of the Clue Crew shows a map of Egypt on the monitor.) Egypt originally hugged the Nile River, but over the next 1,200 years, it gradually grew to cover an area reaching as far north as this river by the 1400s B.C.", - "value": "$800", - "answer": "Euphrates", - "round": "Double Jeopardy!", - "show_number": "6126", - "fullAnswer": "the Euphrates" - }, { "category": "TITLE ROLE PLAYING", "air_date": "2011-04-11", @@ -1861999,16 +1770549,6 @@ "show_number": "6126", "fullAnswer": "A Patch" }, - { - "category": "\"EU\" FIRST", - "air_date": "2011-04-11", - "question": "It's the brass instrument heard here", - "value": "$2000", - "answer": "euphonium", - "round": "Double Jeopardy!", - "show_number": "6126", - "fullAnswer": "a euphonium" - }, { "category": "I'M NEXT!", "air_date": "2011-04-11", @@ -1862499,16 +1771039,6 @@ "show_number": "5339", "fullAnswer": "column" }, - { - "category": "\"U\" KNOW IT", - "air_date": "2007-11-22", - "question": "(Kelly of the Clue Crew shows an anatomical diagram on the monitor.) It's the 2-word term for the continuous anatomical system that contains the kidneys, the ureters, the bladder & the urethra", - "value": "$1200", - "answer": "urinary system", - "round": "Double Jeopardy!", - "show_number": "5339", - "fullAnswer": "the urinary system" - }, { "category": "EUROPEAN HISTORY", "air_date": "2007-11-22", @@ -1862709,16 +1771239,6 @@ "show_number": "5670", "fullAnswer": "(Henry) Fielding" }, - { - "category": "THE NEW YORK TIMES: ARTS & LEISURE", - "air_date": "2009-04-10", - "question": "nytimes.com's \"Find a Show\" section tells how to get tickets to \"Avenue Q\" or this masked man musical", - "value": "$400", - "answer": "Phantom of the Opera", - "round": "Jeopardy!", - "show_number": "5670", - "fullAnswer": "The Phantom of the Opera" - }, { "category": "A PRIEST, AN ELEPHANT & EVEL KNIEVEL...", "air_date": "2009-04-10", @@ -1862809,16 +1771329,6 @@ "show_number": "5670", "fullAnswer": "a piña colada" }, - { - "category": "WHAT IS THIS, SOME KIND OF JOKE?", - "air_date": "2009-04-10", - "question": "Shatner, on this show:
\"dennycranelaw.com. Pictures, bios, hobbies. I once captained my own spaceship. Multi-talented\"", - "value": "$600", - "answer": "Boston Legal", - "round": "Jeopardy!", - "show_number": "5670", - "fullAnswer": "Boston Legal" - }, { "category": "THE NOVEL LIST", "air_date": "2009-04-10", @@ -1862844,7 +1771354,7 @@ "air_date": "2009-04-10", "question": "On New Year's Eve in 1967 Evel jumped 151 feet over the fountains at this Las Vegas casino; never mind the landing...", "value": "$800", - "answer": "Caesar\\'s Palace", + "answer": "Caesar's Palace", "round": "Jeopardy!", "show_number": "5670", "fullAnswer": "Caesar\\'s Palace" @@ -1862864,7 +1771374,7 @@ "air_date": "2009-04-10", "question": "I can just tell you're sweating for a Lynchburg lemonade, the Lynchburg referring to this brand of whiskey", "value": "$800", - "answer": "Jack Daniel\\'s", + "answer": "Jack Daniel's", "round": "Jeopardy!", "show_number": "5670", "fullAnswer": "Jack Daniel\\'s" @@ -1862889,16 +1771399,6 @@ "show_number": "5670", "fullAnswer": "Milan Kundera" }, - { - "category": "THE NEW YORK TIMES: ARTS & LEISURE", - "air_date": "2009-04-10", - "question": "nytimes.com has up-to-date info on this NYC museum of American art, like its exhibition on \"artists making photographs\"", - "value": "$1000", - "answer": "Whitney", - "round": "Jeopardy!", - "show_number": "5670", - "fullAnswer": "the Whitney" - }, { "category": "A PRIEST, AN ELEPHANT & EVEL KNIEVEL...", "air_date": "2009-04-10", @@ -1862969,16 +1771469,6 @@ "show_number": "5670", "fullAnswer": "Da Vinci" }, - { - "category": "WHERE AM I?", - "air_date": "2009-04-10", - "question": "(Kelly of the Clue Crew stands at a monument.) I'm at this country's Monument to the Discoveries, looking at national hero Vasco da Gama", - "value": "$400", - "answer": "Portugal", - "round": "Double Jeopardy!", - "show_number": "5670", - "fullAnswer": "Portugal" - }, { "category": "MUSICAL INSTRUMENTS", "air_date": "2009-04-10", @@ -1863029,16 +1771519,6 @@ "show_number": "5670", "fullAnswer": "nuclear winter" }, - { - "category": "WHERE AM I?", - "air_date": "2009-04-10", - "question": "(Jimmy of the Clue Crew stands at a windmill.) I'm at a windmill in the city of Woerden in this country", - "value": "$800", - "answer": "Netherlands", - "round": "Double Jeopardy!", - "show_number": "5670", - "fullAnswer": "the Netherlands" - }, { "category": "MUSICAL INSTRUMENTS", "air_date": "2009-04-10", @@ -1863089,16 +1771569,6 @@ "show_number": "5670", "fullAnswer": "Xena" }, - { - "category": "WHERE AM I?", - "air_date": "2009-04-10", - "question": "(Kelly of the Clue Crew stands in a Spanish city.) I'm in this Spanish city, the home of the world-famous Running of the Bulls", - "value": "$1200", - "answer": "Pamplona", - "round": "Double Jeopardy!", - "show_number": "5670", - "fullAnswer": "Pamplona" - }, { "category": "MUSICAL INSTRUMENTS", "air_date": "2009-04-10", @@ -1863149,16 +1771619,6 @@ "show_number": "5670", "fullAnswer": "the Van Allen Belts" }, - { - "category": "WHERE AM I?", - "air_date": "2009-04-10", - "question": "(Kelly of the Clue Crew stands at a shrine.) I'm near Kyoto at the famed Fushimi Inari Shrine, so I'm in the southwestern part of this island", - "value": "$1600", - "answer": "Honshu", - "round": "Double Jeopardy!", - "show_number": "5670", - "fullAnswer": "Honshu" - }, { "category": "MUSICAL INSTRUMENTS", "air_date": "2009-04-10", @@ -1863209,16 +1771669,6 @@ "show_number": "5670", "fullAnswer": "Alfred Russell Wallace" }, - { - "category": "WHERE AM I?", - "air_date": "2009-04-10", - "question": "(Jimmy of the Clue Crew stands on a verdant mountain peak.) I'm at this legendary South American site whose name means \"old peak\"; over there is \"new peak\"", - "value": "$5,000", - "answer": "Machu Picchu", - "round": "Double Jeopardy!", - "show_number": "5670", - "fullAnswer": "Machu Picchu" - }, { "category": "MUSICAL INSTRUMENTS", "air_date": "2009-04-10", @@ -1863289,16 +1771739,6 @@ "show_number": "4848", "fullAnswer": "earthquakes" }, - { - "category": "SHAKE YOUR TAIL FEATHER", - "air_date": "2005-10-12", - "question": "It's the large, swift bird seen here", - "value": "$200", - "answer": "ostrich", - "round": "Jeopardy!", - "show_number": "4848", - "fullAnswer": "an ostrich" - }, { "category": "RHYMES WITH POWER", "air_date": "2005-10-12", @@ -1863319,26 +1771759,6 @@ "show_number": "4848", "fullAnswer": "David" }, - { - "category": "BLONDE AMBITION", - "air_date": "2005-10-12", - "question": "This mega pop star seen here has also written several children's books including \"Yakov and the Seven Thieves\"", - "value": "$400", - "answer": "Madonna", - "round": "Jeopardy!", - "show_number": "4848", - "fullAnswer": "Madonna" - }, - { - "category": "THE PRE-PSAT", - "air_date": "2005-10-12", - "question": "In the diagram here, the quantity is greater in column 1, column 2, or the columns are equal", - "value": "$400", - "answer": "columns are equal", - "round": "Jeopardy!", - "show_number": "4848", - "fullAnswer": "the columns are equal" - }, { "category": "THIS CATEGORY IS A DISASTER!", "air_date": "2005-10-12", @@ -1863349,16 +1771769,6 @@ "show_number": "4848", "fullAnswer": "tornadoes" }, - { - "category": "SHAKE YOUR TAIL FEATHER", - "air_date": "2005-10-12", - "question": "Seen here is the trumpeter variety of this bird, whose name comes from an old word for \"singer\"", - "value": "$400", - "answer": "swan", - "round": "Jeopardy!", - "show_number": "4848", - "fullAnswer": "a swan" - }, { "category": "RHYMES WITH POWER", "air_date": "2005-10-12", @@ -1863409,16 +1771819,6 @@ "show_number": "4848", "fullAnswer": "a volcano" }, - { - "category": "SHAKE YOUR TAIL FEATHER", - "air_date": "2005-10-12", - "question": "This bird is probably popular in Vatican City & St. Louis", - "value": "$600", - "answer": "cardinal", - "round": "Jeopardy!", - "show_number": "4848", - "fullAnswer": "a cardinal" - }, { "category": "RHYMES WITH POWER", "air_date": "2005-10-12", @@ -1863469,16 +1771869,6 @@ "show_number": "4848", "fullAnswer": "a flood" }, - { - "category": "SHAKE YOUR TAIL FEATHER", - "air_date": "2005-10-12", - "question": "The New Zealand non-flyer seen here; it's also a slang term for any New Zealander", - "value": "$800", - "answer": "kiwi", - "round": "Jeopardy!", - "show_number": "4848", - "fullAnswer": "a kiwi" - }, { "category": "RHYMES WITH POWER", "air_date": "2005-10-12", @@ -1863519,16 +1771909,6 @@ "show_number": "4848", "fullAnswer": "a fire" }, - { - "category": "SHAKE YOUR TAIL FEATHER", - "air_date": "2005-10-12", - "question": "Send the bill to this bird of Brazil that also endorses Froot Loops", - "value": "$1000", - "answer": "toucan", - "round": "Jeopardy!", - "show_number": "4848", - "fullAnswer": "a toucan" - }, { "category": "RHYMES WITH POWER", "air_date": "2005-10-12", @@ -1863589,16 +1771969,6 @@ "show_number": "4848", "fullAnswer": "the Atlantic" }, - { - "category": "SPELLING", - "air_date": "2005-10-12", - "question": "Get hooked on the spelling of...", - "value": "$400", - "answer": "P-H-O-N-I-C-S", - "round": "Double Jeopardy!", - "show_number": "4848", - "fullAnswer": "P-H-O-N-I-C-S" - }, { "category": "KID LIT", "air_date": "2005-10-12", @@ -1863629,16 +1771999,6 @@ "show_number": "4848", "fullAnswer": "roller coasters" }, - { - "category": "A ROYAL VISIT", - "air_date": "2005-10-12", - "question": "(Cheryl of the Clue Crew reports from the Old North Church in Boston, MA.) The first reigning British monarch to visit Boston, she took part in a Sunday morning service here at Old North Church on July 11, 1976", - "value": "$800", - "answer": "Queen Elizabeth ", - "round": "Double Jeopardy!", - "show_number": "4848", - "fullAnswer": "Queen Elizabeth (II)" - }, { "category": "GOING GLOBAL", "air_date": "2005-10-12", @@ -1863649,16 +1772009,6 @@ "show_number": "4848", "fullAnswer": "Africa" }, - { - "category": "SPELLING", - "air_date": "2005-10-12", - "question": "Protect yourself as you spell...", - "value": "$800", - "answer": "G-U-A-R-D-I-A-N", - "round": "Double Jeopardy!", - "show_number": "4848", - "fullAnswer": "G-U-A-R-D-I-A-N" - }, { "category": "KID LIT", "air_date": "2005-10-12", @@ -1863669,16 +1772019,6 @@ "show_number": "4848", "fullAnswer": "Roald Dahl" }, - { - "category": "MOVIE & TV MONSTERS", - "air_date": "2005-10-12", - "question": "In a classic movie, this monstrous character seen here takes a look at New York City from a unique perspective", - "value": "$1200", - "answer": "King Kong", - "round": "Double Jeopardy!", - "show_number": "4848", - "fullAnswer": "King Kong" - }, { "category": "POTPOURRI", "air_date": "2005-10-12", @@ -1863699,16 +1772039,6 @@ "show_number": "4848", "fullAnswer": "Canada" }, - { - "category": "SPELLING", - "air_date": "2005-10-12", - "question": "Convince me that you can spell...", - "value": "$1200", - "answer": "P-E-R-S-U-A-S-I-O-N", - "round": "Double Jeopardy!", - "show_number": "4848", - "fullAnswer": "P-E-R-S-U-A-S-I-O-N" - }, { "category": "KID LIT", "air_date": "2005-10-12", @@ -1863749,36 +1772079,16 @@ "show_number": "4848", "fullAnswer": "Australia" }, - { - "category": "SPELLING", - "air_date": "2005-10-12", - "question": "You'll make me hungry when you spell...", - "value": "$1600", - "answer": "S-P-A-G-H-E-T-T-I", - "round": "Double Jeopardy!", - "show_number": "4848", - "fullAnswer": "S-P-A-G-H-E-T-T-I" - }, { "category": "KID LIT", "air_date": "2005-10-12", "question": "In 1981 she won a Newbery Honor for \"A Ring of Endless Light\"; she won the medal in 1963 for \"A Wrinkle in Time\"", "value": "$2000", - "answer": "Madeleine L\\'Engle", + "answer": "Madeleine L'Engle", "round": "Double Jeopardy!", "show_number": "4848", "fullAnswer": "Madeleine L\\'Engle" }, - { - "category": "MOVIE & TV MONSTERS", - "air_date": "2005-10-12", - "question": "A blast of radiation created this big-screen monster seen here", - "value": "$2000", - "answer": "Incredible Hulk", - "round": "Double Jeopardy!", - "show_number": "4848", - "fullAnswer": "the Incredible Hulk" - }, { "category": "POTPOURRI", "air_date": "2005-10-12", @@ -1863799,16 +1772109,6 @@ "show_number": "4848", "fullAnswer": "the Bering Strait" }, - { - "category": "SPELLING", - "air_date": "2005-10-12", - "question": "Put your thoughts in order as you spell...", - "value": "$2000", - "answer": "C-H-R-O-N-O-L-O-G-I-C-A-L", - "round": "Double Jeopardy!", - "show_number": "4848", - "fullAnswer": "C-H-R-O-N-O-L-O-G-I-C-A-L" - }, { "category": "SWEET TREATS", "air_date": "2005-10-12", @@ -1864004,7 +1772304,7 @@ "air_date": "1999-03-19", "question": "The president's on holiday on this island about 5 miles from Cape Cod", "value": "$400", - "answer": "Martha\\'s Vineyard", + "answer": "Martha's Vineyard", "round": "Jeopardy!", "show_number": "3355", "fullAnswer": "Martha\\'s Vineyard" @@ -1864439,16 +1772739,6 @@ "show_number": "3900", "fullAnswer": "Jim Henson" }, - { - "category": "PRESENTING THE PLAYWRIGHTS", - "air_date": "2001-07-13", - "question": "He's the popular multiple Tony Award-winning playwright seen here", - "value": "$100", - "answer": "Neil Simon", - "round": "Jeopardy!", - "show_number": "3900", - "fullAnswer": "Neil Simon" - }, { "category": "EMERIL'S TV DINNERS", "air_date": "2001-07-13", @@ -1864499,16 +1772789,6 @@ "show_number": "3900", "fullAnswer": "Shari Lewis" }, - { - "category": "PRESENTING THE PLAYWRIGHTS", - "air_date": "2001-07-13", - "question": "This scandalous wit and playwright seen here died in Paris in 1900.", - "value": "$200", - "answer": "Oscar Wilde", - "round": "Jeopardy!", - "show_number": "3900", - "fullAnswer": "Oscar Wilde" - }, { "category": "EMERIL'S TV DINNERS", "air_date": "2001-07-13", @@ -1864559,16 +1772839,6 @@ "show_number": "3900", "fullAnswer": "Frank Oz" }, - { - "category": "PRESENTING THE PLAYWRIGHTS", - "air_date": "2001-07-13", - "question": "The works of this two-time Pulitzer Prize winner are set largely in the American south", - "value": "$300", - "answer": "Tennessee Williams", - "round": "Jeopardy!", - "show_number": "3900", - "fullAnswer": "Tennessee Williams" - }, { "category": "EMERIL'S TV DINNERS", "air_date": "2001-07-13", @@ -1864619,16 +1772889,6 @@ "show_number": "3900", "fullAnswer": "Señor Wences" }, - { - "category": "PRESENTING THE PLAYWRIGHTS", - "air_date": "2001-07-13", - "question": "Called the most significant British dramatist since Shakespeare, this Irish-born author wrote 50 stage plays", - "value": "$400", - "answer": "Shaw", - "round": "Jeopardy!", - "show_number": "3900", - "fullAnswer": "(George Bernard) Shaw" - }, { "category": "EMERIL'S TV DINNERS", "air_date": "2001-07-13", @@ -1864654,7 +1772914,7 @@ "air_date": "2001-07-13", "question": "This phrase meaning the grave of all who perish at sea dates back about 200 years", "value": "$400", - "answer": "Davy Jones\\'s locker", + "answer": "Davy Jones's locker", "round": "Jeopardy!", "show_number": "3900", "fullAnswer": "Davy Jones\\'s locker" @@ -1864679,16 +1772939,6 @@ "show_number": "3900", "fullAnswer": "Wayland Flowers" }, - { - "category": "PRESENTING THE PLAYWRIGHTS", - "air_date": "2001-07-13", - "question": "This absurdist playwright left them waiting for him at the 1969 Nobel Prize ceremony", - "value": "$500", - "answer": "Beckett", - "round": "Jeopardy!", - "show_number": "3900", - "fullAnswer": "(Samuel) Beckett" - }, { "category": "EMERIL'S TV DINNERS", "air_date": "2001-07-13", @@ -1864774,7 +1773024,7 @@ "air_date": "2001-07-13", "question": "Because the cornea in your eye acts as a magnifying glass & your retina gets burned, even in an eclipse", "value": "$200", - "answer": "why you shouldn\\'t look at the sun", + "answer": "why you shouldn't look at the sun", "round": "Double Jeopardy!", "show_number": "3900", "fullAnswer": "why you shouldn\\'t look at the sun" @@ -1865034,21 +1773284,11 @@ "air_date": "2010-03-31", "question": "Among the more than 100 tombs within this Vatican City church are those of 91 popes & Queen Christina of Sweden", "value": "$200", - "answer": "St. Peter\\'s Cathedral", + "answer": "St. Peter's Cathedral", "round": "Jeopardy!", "show_number": "5888", "fullAnswer": "St. Peter\\'s Cathedral" }, - { - "category": "THE INCREDIBLE HULKS", - "air_date": "2010-03-31", - "question": "Akebono, a grand champion of this sport of hulks, is seen here", - "value": "$200", - "answer": "sumo wrestling", - "round": "Jeopardy!", - "show_number": "5888", - "fullAnswer": "sumo wrestling" - }, { "category": "SNACKS ON A PLANE", "air_date": "2010-03-31", @@ -1865099,16 +1773339,6 @@ "show_number": "5888", "fullAnswer": "the Taj Mahal" }, - { - "category": "THE INCREDIBLE HULKS", - "air_date": "2010-03-31", - "question": "Fan favorite & part-time big movie star seen here", - "value": "$400", - "answer": "Andre the Giant", - "round": "Jeopardy!", - "show_number": "5888", - "fullAnswer": "Andre the Giant" - }, { "category": "SNACKS ON A PLANE", "air_date": "2010-03-31", @@ -1865154,21 +1773384,11 @@ "air_date": "2010-03-31", "question": "You'll also find a First Lady in this structure in Manhattan's Morningside Heights section", "value": "$1,000", - "answer": "Grant\\'s Tomb", + "answer": "Grant's Tomb", "round": "Jeopardy!", "show_number": "5888", "fullAnswer": "Grant\\'s Tomb" }, - { - "category": "THE INCREDIBLE HULKS", - "air_date": "2010-03-31", - "question": "One-time big sportsman & even bigger businessman seen here", - "value": "$600", - "answer": "George Foreman", - "round": "Jeopardy!", - "show_number": "5888", - "fullAnswer": "George Foreman" - }, { "category": "SNACKS ON A PLANE", "air_date": "2010-03-31", @@ -1865219,16 +1773439,6 @@ "show_number": "5888", "fullAnswer": "pantheon" }, - { - "category": "THE INCREDIBLE HULKS", - "air_date": "2010-03-31", - "question": "It's the appliance nickname of the former football star seen here", - "value": "$800", - "answer": "The Refrigerator", - "round": "Jeopardy!", - "show_number": "5888", - "fullAnswer": "\"The Refrigerator\"" - }, { "category": "SNACKS ON A PLANE", "air_date": "2010-03-31", @@ -1865279,16 +1773489,6 @@ "show_number": "5888", "fullAnswer": "mausoleum" }, - { - "category": "THE INCREDIBLE HULKS", - "air_date": "2010-03-31", - "question": "This big swinger has gained a rep both on & off the course", - "value": "$1000", - "answer": "John Daly", - "round": "Jeopardy!", - "show_number": "5888", - "fullAnswer": "John Daly" - }, { "category": "SNACKS ON A PLANE", "air_date": "2010-03-31", @@ -1865369,16 +1773569,6 @@ "show_number": "5888", "fullAnswer": "the mosquito" }, - { - "category": "WHERE BEAGLES DARE", - "air_date": "2010-03-31", - "question": "Here, a member of the Department of Agriculture's Beagle Brigade sniffs for contraband at LAX in this city", - "value": "$400", - "answer": "Los Angeles", - "round": "Double Jeopardy!", - "show_number": "5888", - "fullAnswer": "Los Angeles" - }, { "category": "THE \"EX\" FILES", "air_date": "2010-03-31", @@ -1865429,16 +1773619,6 @@ "show_number": "5888", "fullAnswer": "a bedbug" }, - { - "category": "WHERE BEAGLES DARE", - "air_date": "2010-03-31", - "question": "The valiant termite-detecting beagle here is ready for action in Chapel Hill in this state", - "value": "$800", - "answer": "North Carolina", - "round": "Double Jeopardy!", - "show_number": "5888", - "fullAnswer": "North Carolina" - }, { "category": "THE \"EX\" FILES", "air_date": "2010-03-31", @@ -1865489,16 +1773669,6 @@ "show_number": "5888", "fullAnswer": "fleas" }, - { - "category": "WHERE BEAGLES DARE", - "air_date": "2010-03-31", - "question": "The Christchurch Beagles representing one of the colleges of this English university are ready for a hunt", - "value": "$1200", - "answer": "Oxford", - "round": "Double Jeopardy!", - "show_number": "5888", - "fullAnswer": "Oxford" - }, { "category": "THE \"EX\" FILES", "air_date": "2010-03-31", @@ -1865549,16 +1773719,6 @@ "show_number": "5888", "fullAnswer": "leeches" }, - { - "category": "WHERE BEAGLES DARE", - "air_date": "2010-03-31", - "question": "See Uno receive his admirers after winning the Westminster Kennel Club's Best in Show at this New York City venue", - "value": "$1600", - "answer": "Madison Square Garden", - "round": "Double Jeopardy!", - "show_number": "5888", - "fullAnswer": "Madison Square Garden" - }, { "category": "THE \"EX\" FILES", "air_date": "2010-03-31", @@ -1865609,26 +1773769,6 @@ "show_number": "5888", "fullAnswer": "the horsefly" }, - { - "category": "WHERE BEAGLES DARE", - "air_date": "2010-03-31", - "question": "First Beagles Him & Her are campaigning for this man, their owner, in 1964", - "value": "$2000", - "answer": "LBJ", - "round": "Double Jeopardy!", - "show_number": "5888", - "fullAnswer": "LBJ" - }, - { - "category": "THE \"EX\" FILES", - "air_date": "2010-03-31", - "question": "(Kelly of the Clue Crew bends her right fingers and arm.) Flexor muscles allow you to bend joints, like curling your fingers or bending your arm at the elbow; the muscles that straighten the joints are this opposite type", - "value": "$2000", - "answer": "extensors", - "round": "Double Jeopardy!", - "show_number": "5888", - "fullAnswer": "the extensors" - }, { "category": "INTO AFRICA", "air_date": "2010-03-31", @@ -1865654,7 +1773794,7 @@ "air_date": "2011-11-15", "question": "This 5-word line from the film was voted the fifth-greatest movie quote of all time by the American Film Institute", "value": "$200", - "answer": "Here\\'s looking at you, kid", + "answer": "Here's looking at you, kid", "round": "Jeopardy!", "show_number": "6247", "fullAnswer": "\"Here\\'s looking at you, kid\"" @@ -1865749,26 +1773889,6 @@ "show_number": "6247", "fullAnswer": "circa" }, - { - "category": "MELTING POTPOURRI", - "air_date": "2011-11-15", - "question": "This artist created the melting 1931 work seen here", - "value": "$400", - "answer": "Dalí", - "round": "Jeopardy!", - "show_number": "6247", - "fullAnswer": "Dalí" - }, - { - "category": "USDA FOREST SERVICE", - "air_date": "2011-11-15", - "question": "The shape of the Union Pacific Railroad logo was used, & this tree in the pine family was added to create the Forest Service logo", - "value": "$600", - "answer": "fir", - "round": "Jeopardy!", - "show_number": "6247", - "fullAnswer": "fir" - }, { "category": "YOU MUST REMEMBER CASABLANCA", "air_date": "2011-11-15", @@ -1865799,16 +1773919,6 @@ "show_number": "6247", "fullAnswer": "Austin" }, - { - "category": "FOREIGN WORDS & PHRASES", - "air_date": "2011-11-15", - "question": "Arabic gives us the names of both a plant & this bath sponge made from that plant", - "value": "$600", - "answer": "luffah", - "round": "Jeopardy!", - "show_number": "6247", - "fullAnswer": "luffah" - }, { "category": "MELTING POTPOURRI", "air_date": "2011-11-15", @@ -1865879,16 +1773989,6 @@ "show_number": "6247", "fullAnswer": "Three Mile Island" }, - { - "category": "USDA FOREST SERVICE", - "air_date": "2011-11-15", - "question": "During the Depression this New Deal agency renewed our decimated forests by planting about 3 billion trees", - "value": "$1000", - "answer": "Civilian Conservation Corps ", - "round": "Jeopardy!", - "show_number": "6247", - "fullAnswer": "the Civilian Conservation Corps (the CCC)" - }, { "category": "YOU MUST REMEMBER CASABLANCA", "air_date": "2011-11-15", @@ -1865959,16 +1774059,6 @@ "show_number": "6247", "fullAnswer": "Tom Brady" }, - { - "category": "GOOD MIGRATIONS", - "air_date": "2011-11-15", - "question": "(Jimmy of the Clue Crew shows us a map of North America and the Pacific Ocean.) Following a 5,000 mile migration route, the gray species of this creature travels from the Arctic to warm Mexican waters, where it mates & gives birth", - "value": "$400", - "answer": "whale", - "round": "Double Jeopardy!", - "show_number": "6247", - "fullAnswer": "a whale" - }, { "category": "20th CENTURY AMERICANS", "air_date": "2011-11-15", @@ -1865979,16 +1774069,6 @@ "show_number": "6247", "fullAnswer": "Kinsey" }, - { - "category": "HAVE YOU HEARD THE \"NEWS\"?", - "air_date": "2011-11-15", - "question": "Full name of the organization for which the man seen here has plied his trade since 2001", - "value": "$400", - "answer": "Cable News Network", - "round": "Double Jeopardy!", - "show_number": "6247", - "fullAnswer": "Cable News Network" - }, { "category": "17-LETTER WORDS", "air_date": "2011-11-15", @@ -1866079,16 +1774159,6 @@ "show_number": "6247", "fullAnswer": "Mia Hamm" }, - { - "category": "GOOD MIGRATIONS", - "air_date": "2011-11-15", - "question": "(Jimmy of the Clue Crew shows us a map of southeast Africa, with Tanzania and the Indian Ocean labeled.) In Africa, the only place where vast animal migrations occur is in this large Tanzanian national park, where herds move in a circular route to find water and grazeable land", - "value": "$1200", - "answer": "Serengeti", - "round": "Double Jeopardy!", - "show_number": "6247", - "fullAnswer": "Serengeti" - }, { "category": "20th CENTURY AMERICANS", "air_date": "2011-11-15", @@ -1866149,16 +1774219,6 @@ "show_number": "6247", "fullAnswer": "hibernate" }, - { - "category": "20th CENTURY AMERICANS", - "air_date": "2011-11-15", - "question": "This Olympian was named to the National Track & Field Hall of Fame in 1974", - "value": "$1600", - "answer": "Wilma Rudolph", - "round": "Double Jeopardy!", - "show_number": "6247", - "fullAnswer": "Wilma Rudolph" - }, { "category": "HAVE YOU HEARD THE \"NEWS\"?", "air_date": "2011-11-15", @@ -1866199,16 +1774259,6 @@ "show_number": "6247", "fullAnswer": "Mike Fisher" }, - { - "category": "GOOD MIGRATIONS", - "air_date": "2011-11-15", - "question": "(Kelly of the Clue Crew shows us a map of North & South America.) Separated by up to 1500 miles at the start of their annual migration, flocks of the scarlet type of this bird come closer together as they move down to South America", - "value": "$2000", - "answer": "tanager", - "round": "Double Jeopardy!", - "show_number": "6247", - "fullAnswer": "tanager" - }, { "category": "20th CENTURY AMERICANS", "air_date": "2011-11-15", @@ -1868089,16 +1776139,6 @@ "show_number": "5266", "fullAnswer": "sweat glands" }, - { - "category": "MUSCLE CARS", - "air_date": "2007-07-02", - "question": "(Jimmy of the Clue Crew delivers the clue.) For the '59 Biscayne, Chevy introduced new features like cat's eye taillights and fins named for this mammal's wings", - "value": "$200", - "answer": "bat", - "round": "Jeopardy!", - "show_number": "5266", - "fullAnswer": "bat" - }, { "category": "WELCOME TO MY POLITICAL PARTY", "air_date": "2007-07-02", @@ -1868209,16 +1776249,6 @@ "show_number": "5266", "fullAnswer": "chaparral" }, - { - "category": "MUSCLE CARS", - "air_date": "2007-07-02", - "question": "(Sarah of the Clue Crew leans over the open hood of a muscle car.) The 1970 Plymouth Barracuda got some extra muscle from its six-barreled setup of these devices", - "value": "$600", - "answer": "carburetors", - "round": "Jeopardy!", - "show_number": "5266", - "fullAnswer": "carburetors" - }, { "category": "WELCOME TO MY POLITICAL PARTY", "air_date": "2007-07-02", @@ -1868319,26 +1776349,6 @@ "show_number": "5266", "fullAnswer": "Hugh Laurie" }, - { - "category": "NATURE", - "air_date": "2007-07-02", - "question": "The insect seen here is called the \"water\" type of this word that also follows \"Volga\" in song", - "value": "$1000", - "answer": "boatman", - "round": "Jeopardy!", - "show_number": "5266", - "fullAnswer": "boatman" - }, - { - "category": "MUSCLE CARS", - "air_date": "2007-07-02", - "question": "(Sarah of the Clue Crew delivers the clue.) You can't talk about muscle cars without honoring this racer, car designer, and chili cookoff originator who made the classic GT500", - "value": "$1000", - "answer": "Carroll Shelby", - "round": "Jeopardy!", - "show_number": "5266", - "fullAnswer": "Carroll Shelby" - }, { "category": "WELCOME TO MY POLITICAL PARTY", "air_date": "2007-07-02", @@ -1868429,16 +1776439,6 @@ "show_number": "5266", "fullAnswer": "the Vietnam War" }, - { - "category": "THEY'VE BEEN GOING IN & OUT OF STYLE", - "air_date": "2007-07-02", - "question": "Many celebs like Sienna Miller, seen here, have sported these fitted pants, hot in the '80s and again in 2006", - "value": "$800", - "answer": "leggings", - "round": "Double Jeopardy!", - "show_number": "5266", - "fullAnswer": "leggings" - }, { "category": "BUT THEY'RE GUARANTEED TO RAISE A SMILE", "air_date": "2007-07-02", @@ -1868534,7 +1776534,7 @@ "air_date": "2007-07-02", "question": "Paul worried about being needed & fed in this tune in which he also warned, \"You'll be older too\"", "value": "$1200", - "answer": "When I\\'m Sixty-Four", + "answer": "When I'm Sixty-Four", "round": "Double Jeopardy!", "show_number": "5266", "fullAnswer": "\"When I\\'m Sixty-Four\"" @@ -1868664,7 +1776664,7 @@ "air_date": "2007-07-02", "question": "Prizefighter Roger Donoghue was Marlon Brando's trainer for \"On the Waterfront\" & inspired this line on the AFI list", "value": null, - "answer": "\\I coulda been a contender\\", + "answer": "I coulda been a contender", "round": "Final Jeopardy!", "show_number": "5266", "fullAnswer": "\\\"I coulda been a contender\\\"" @@ -1868689,16 +1776689,6 @@ "show_number": "4996", "fullAnswer": "boxing" }, - { - "category": "PAINT JOB", - "air_date": "2006-05-08", - "question": "(Kelly of the Clue Crew dabs some red paint on a fresh canvas.) As it's water-based, this major type of artistic paint dries fast, so I have to get it right the first time", - "value": "$200", - "answer": "acrylic", - "round": "Jeopardy!", - "show_number": "4996", - "fullAnswer": "acrylic" - }, { "category": "PROPER NAMES", "air_date": "2006-05-08", @@ -1868809,16 +1776799,6 @@ "show_number": "4996", "fullAnswer": "(Phil) Mickelson" }, - { - "category": "PAINT JOB", - "air_date": "2006-05-08", - "question": "(Jon of the Clue Crew rolls some green paint over a canvas.) A type of paint that gives just a slight gloss is named for this slightly glossly product of the animal world", - "value": "$600", - "answer": "eggshell", - "round": "Jeopardy!", - "show_number": "4996", - "fullAnswer": "eggshell" - }, { "category": "PROPER NAMES", "air_date": "2006-05-08", @@ -1868929,16 +1776909,6 @@ "show_number": "4996", "fullAnswer": "the Tour de France" }, - { - "category": "PAINT JOB", - "air_date": "2006-05-08", - "question": "(Kelly of the Clue Crew shows a roughly-textured canvas.) Just as it sounds, this Italian term refers to laying on paint with a paste-like thickness", - "value": "$1000", - "answer": "impasto", - "round": "Jeopardy!", - "show_number": "4996", - "fullAnswer": "impasto" - }, { "category": "PROPER NAMES", "air_date": "2006-05-08", @@ -1869149,16 +1777119,6 @@ "show_number": "4996", "fullAnswer": "cauliflower" }, - { - "category": "PLAYS & PLAYWRIGHTS", - "air_date": "2006-05-08", - "question": "(Edward Albee delivers the clue.) The precarious equilibrium of a couple named Agnes & Tobias is central to this play I wrote in 1966", - "value": "$1600", - "answer": "Delicate Balance", - "round": "Double Jeopardy!", - "show_number": "4996", - "fullAnswer": "A Delicate Balance" - }, { "category": "NO. 1 ALBUMS", "air_date": "2006-05-08", @@ -1869369,16 +1777329,6 @@ "show_number": "6259", "fullAnswer": "a holiday" }, - { - "category": "DANCE!", - "air_date": "2011-12-01", - "question": "Seen here is the Kahurangi troupe performing the haka, a traditional dance of the Maori of this nation", - "value": "$400", - "answer": "New Zealand", - "round": "Jeopardy!", - "show_number": "6259", - "fullAnswer": "New Zealand" - }, { "category": "ABOUT THE STATES", "air_date": "2011-12-01", @@ -1869394,7 +1777344,7 @@ "air_date": "2011-12-01", "question": "A 1998 hit for Will Smith", "value": "$400", - "answer": "Gettin\\' Jiggy Wit It", + "answer": "Gettin' Jiggy Wit It", "round": "Jeopardy!", "show_number": "6259", "fullAnswer": "\"Gettin\\' Jiggy Wit It\"" @@ -1869719,16 +1777669,6 @@ "show_number": "6259", "fullAnswer": "nuclear tests" }, - { - "category": "THE NATIONAL TRACK & FIELD HALL OF FAME", - "air_date": "2011-12-01", - "question": "At Oregon, he won seven NCAA track titles and made the cover
of Sports Illustrated as a freshman, before his tragic death at 24", - "value": "$1200", - "answer": "Prefontaine", - "round": "Double Jeopardy!", - "show_number": "6259", - "fullAnswer": "(Steve) Prefontaine" - }, { "category": "MINER CLASSICS", "air_date": "2011-12-01", @@ -1869829,16 +1777769,6 @@ "show_number": "6259", "fullAnswer": "a salon" }, - { - "category": "GEOLOGY", - "air_date": "2011-12-01", - "question": "A giant ocean called Panthalassa once surrounded this supercontinent, whose name means \"all earth\"", - "value": "$2000", - "answer": "Pangea", - "round": "Double Jeopardy!", - "show_number": "6259", - "fullAnswer": "Pangea" - }, { "category": "THE NATIONAL TRACK & FIELD HALL OF FAME", "air_date": "2011-12-01", @@ -1869874,7 +1777804,7 @@ "air_date": "2011-12-01", "question": "Inspired by a Meher Baba saying, this 1980s Grammy winner was the first a cappella recording to top the Billboard 100", "value": null, - "answer": "\\Don\\'t Worry, Be Happy\\ ", + "answer": "Don't Worry, Be Happy ", "round": "Final Jeopardy!", "show_number": "6259", "fullAnswer": "\\\"Don\\'t Worry, Be Happy\\\" (by Bobby McFerrin)" @@ -1870209,16 +1778139,6 @@ "show_number": "6048", "fullAnswer": "things you jump" }, - { - "category": "LIFE IS SHORT", - "air_date": "2010-12-22", - "question": "Being only 4'11'' tall didn't stop this artist from painting posters like 1895's \"La Revue Blanche\"", - "value": "$400", - "answer": "Toulouse-Lautrec", - "round": "Double Jeopardy!", - "show_number": "6048", - "fullAnswer": "Toulouse-Lautrec" - }, { "category": "\"PP\"s ON EARTH", "air_date": "2010-12-22", @@ -1870269,16 +1778189,6 @@ "show_number": "6048", "fullAnswer": "upside-down" }, - { - "category": "LIFE IS SHORT", - "air_date": "2010-12-22", - "question": "With works like the one heard here, this 5'1\" Norwegian towered over his 19th c. contemporaries", - "value": "$800", - "answer": "Grieg", - "round": "Double Jeopardy!", - "show_number": "6048", - "fullAnswer": "(Edvard) Grieg" - }, { "category": "\"PP\"s ON EARTH", "air_date": "2010-12-22", @@ -1870329,16 +1778239,6 @@ "show_number": "6048", "fullAnswer": "acronyms (of U.S. Government Agencies)" }, - { - "category": "LIFE IS SHORT", - "air_date": "2010-12-22", - "question": "Only 4'6'' he was the first full-blooded Native American President of Mexico", - "value": "$1200", - "answer": "Benito Juárez", - "round": "Double Jeopardy!", - "show_number": "6048", - "fullAnswer": "Benito Juárez" - }, { "category": "\"PP\"s ON EARTH", "air_date": "2010-12-22", @@ -1870389,16 +1778289,6 @@ "show_number": "6048", "fullAnswer": "New Yorkers" }, - { - "category": "LIFE IS SHORT", - "air_date": "2010-12-22", - "question": "Now a professor at Berkeley all 4'10'' of him served as Clinton's first Labor Secretary", - "value": "$1600", - "answer": "Robert Reich", - "round": "Double Jeopardy!", - "show_number": "6048", - "fullAnswer": "Robert Reich" - }, { "category": "\"PP\"s ON EARTH", "air_date": "2010-12-22", @@ -1870449,16 +1778339,6 @@ "show_number": "6048", "fullAnswer": "(things with) futures" }, - { - "category": "LIFE IS SHORT", - "air_date": "2010-12-22", - "question": "This German epistemological philosopher who lived from 1724 to 1804 was categorically, exactly 5' tall", - "value": "$2000", - "answer": "Kant", - "round": "Double Jeopardy!", - "show_number": "6048", - "fullAnswer": "(Immanuel) Kant" - }, { "category": "\"PP\"s ON EARTH", "air_date": "2010-12-22", @@ -1870524,7 +1778404,7 @@ "air_date": "2007-11-14", "question": "A clothing company:
Slim Straight 514 Cords,
501 Originals", "value": "$200", - "answer": "Levi\\'s", + "answer": "Levi's", "round": "Jeopardy!", "show_number": "5333", "fullAnswer": "Levi\\'s" @@ -1870624,7 +1778504,7 @@ "air_date": "2007-11-14", "question": "A home remedy of vinegar & alcohol can help prevent otitis externa, the summertime woe commonly called this", "value": "$600", - "answer": "swimmer\\'s ear", + "answer": "swimmer's ear", "round": "Jeopardy!", "show_number": "5333", "fullAnswer": "swimmer\\'s ear" @@ -1870869,16 +1778749,6 @@ "show_number": "5333", "fullAnswer": "the Galileo probe" }, - { - "category": "NERDVANA", - "air_date": "2007-11-14", - "question": "(Alex shills for Sony.) The 70-inch Sony Bravia HDTV has almost twice the current color range & a 1920 x 1080 resolution, for a total of over two million of these tiny units", - "value": "$800", - "answer": "pixels", - "round": "Double Jeopardy!", - "show_number": "5333", - "fullAnswer": "pixels" - }, { "category": "14-LETTER WORDS", "air_date": "2007-11-14", @@ -1870929,16 +1778799,6 @@ "show_number": "5333", "fullAnswer": "Windows Vista" }, - { - "category": "POTPOURRI", - "air_date": "2007-11-14", - "question": "(Jeff Probst reports from China.) The Chinese province of Jiangxi has been famous for centuries for this ceramic, whose name is derived from the Latin for \"pig\"", - "value": "$1200", - "answer": "porcelain", - "round": "Double Jeopardy!", - "show_number": "5333", - "fullAnswer": "porcelain" - }, { "category": "14-LETTER WORDS", "air_date": "2007-11-14", @@ -1870979,16 +1778839,6 @@ "show_number": "5333", "fullAnswer": "Hale & Bopp" }, - { - "category": "NERDVANA", - "air_date": "2007-11-14", - "question": "(Jimmy's turn to shill.) The Sony TP1 lets you watch TV, record, pause & rewind shows, just like a DVR, & connects to your speakers utilizing this rhyming technology whose name is a pun on an audio lover's term", - "value": "$1600", - "answer": "Wi-Fi", - "round": "Double Jeopardy!", - "show_number": "5333", - "fullAnswer": "Wi-Fi" - }, { "category": "POTPOURRI", "air_date": "2007-11-14", @@ -1871009,16 +1778859,6 @@ "show_number": "5333", "fullAnswer": "telepathically" }, - { - "category": "SCULPTURE", - "air_date": "2007-11-14", - "question": "Some pretty talented guys had already sculpted David when this Vatican architect did his, seen here, in 1623", - "value": "$2000", - "answer": "Bernini", - "round": "Double Jeopardy!", - "show_number": "5333", - "fullAnswer": "Bernini" - }, { "category": "HISTORICAL ROLES", "air_date": "2007-11-14", @@ -1871224,7 +1779064,7 @@ "air_date": "2004-11-22", "question": "In Santa Fe, visit the USA's only art museum of international stature devoted to a single woman: her", "value": "$600", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Jeopardy!", "show_number": "4651", "fullAnswer": "Georgia O\\'Keeffe" @@ -1871329,26 +1779169,6 @@ "show_number": "4651", "fullAnswer": "polar" }, - { - "category": "STUPID ANSWERS", - "air_date": "2004-11-22", - "question": "(Cheryl and Sofia of the Clue Crew shoot some skeet.) \"Pull!\" You should know the name of the person who releases the target in trap shooting", - "value": "$1000", - "answer": "puller", - "round": "Jeopardy!", - "show_number": "4651", - "fullAnswer": "the puller" - }, - { - "category": "ROAD TRIPPING", - "air_date": "2004-11-22", - "question": "You can camp at Mazam Village when visiting this Northwestern body of water seen here", - "value": "$1000", - "answer": "Crater Lake", - "round": "Jeopardy!", - "show_number": "4651", - "fullAnswer": "Crater Lake" - }, { "category": "UNITS OF MEASURE", "air_date": "2004-11-22", @@ -1871369,16 +1779189,6 @@ "show_number": "4651", "fullAnswer": "galoshes" }, - { - "category": "PITTSBURGH STEELERS, PIRATES & PENGUINS", - "air_date": "2004-11-22", - "question": "You might see why this coach, seen here, tends to lead with this chin", - "value": "$1000", - "answer": "Bill Cowher", - "round": "Jeopardy!", - "show_number": "4651", - "fullAnswer": "Bill Cowher" - }, { "category": "CLIFFS NOTES", "air_date": "2004-11-22", @@ -1871389,16 +1779199,6 @@ "show_number": "4651", "fullAnswer": "The Divine Comedy" }, - { - "category": "I HEAR YOU CALLING", - "air_date": "2004-11-22", - "question": "When this singer rings, it means she needs a partner for her Kabbalah class", - "value": "$400", - "answer": "Madonna", - "round": "Double Jeopardy!", - "show_number": "4651", - "fullAnswer": "Madonna" - }, { "category": "ROYAL SCANDALS", "air_date": "2004-11-22", @@ -1871434,7 +1779234,7 @@ "air_date": "2004-11-22", "question": "John Bunyan classic that we suspect has sold more \"Cliffs Notes\" copies than the real thing", "value": "$800", - "answer": "Pilgrim\\'s Progress", + "answer": "Pilgrim's Progress", "round": "Double Jeopardy!", "show_number": "4651", "fullAnswer": "Pilgrim\\'s Progress" @@ -1871489,16 +1779289,6 @@ "show_number": "4651", "fullAnswer": "(1 of) The Misanthrope, Tartuffe or Le Bourgeois Gentilhomme" }, - { - "category": "I HEAR YOU CALLING", - "air_date": "2004-11-22", - "question": "It's \"The Long Road\" back to Canada when this band calls", - "value": "$1200", - "answer": "Nickelback", - "round": "Double Jeopardy!", - "show_number": "4651", - "fullAnswer": "Nickelback" - }, { "category": "ROYAL SCANDALS", "air_date": "2004-11-22", @@ -1871594,7 +1779384,7 @@ "air_date": "2004-11-22", "question": "Joyce classic about the Earwicker family... uh, maybe... okay, we admit it; we haven't read it either", "value": "$2000", - "answer": "Finnegan\\'s Wake", + "answer": "Finnegan's Wake", "round": "Double Jeopardy!", "show_number": "4651", "fullAnswer": "Finnegan\\'s Wake" @@ -1872064,7 +1779854,7 @@ "air_date": "1998-11-16", "question": "A widely read 1977 novel by Marilyn French wasn't called \"The Ladies' Room\" but this", "value": "$800", - "answer": "Women\\'s Room", + "answer": "Women's Room", "round": "Double Jeopardy!", "show_number": "3266", "fullAnswer": "The Women\\'s Room" @@ -1872094,7 +1779884,7 @@ "air_date": "1998-11-16", "question": "This Kaufman & Hart comedy portrays the antics of the wacky Sycamore family", "value": "$800", - "answer": " You Can\\'t Take It With You ", + "answer": " You Can't Take It With You ", "round": "Double Jeopardy!", "show_number": "3266", "fullAnswer": " You Can\\'t Take It With You " @@ -1872144,7 +1779934,7 @@ "air_date": "1998-11-16", "question": "Published posthumously in 1940, this Thomas Wolfe novel is a sequel to \"The Web and the Rock\"", "value": "$1000", - "answer": " You Can\\'t Go Home Again ", + "answer": " You Can't Go Home Again ", "round": "Double Jeopardy!", "show_number": "3266", "fullAnswer": " You Can\\'t Go Home Again " @@ -1872484,7 +1780274,7 @@ "air_date": "2004-04-06", "question": "Riffing on a Ashton Kutcher film, it's the title of a Michael Moore bestseller", "value": "$400", - "answer": "Dude, Where\\'s My Country?", + "answer": "Dude, Where's My Country?", "round": "Double Jeopardy!", "show_number": "4517", "fullAnswer": "Dude, Where\\'s My Country?" @@ -1872789,16 +1780579,6 @@ "show_number": "4198", "fullAnswer": "Smells Like Teen Spirit" }, - { - "category": "THANKSGIVING AT ALEX'S HOUSE", - "air_date": "2002-11-27", - "question": "(Cheryl of the Clue Crew has dibs on a drumstick.) We should all give thanks to this U.S. president who proclaimed a national day of Thanksgiving in 1789", - "value": "$200", - "answer": "George Washington", - "round": "Jeopardy!", - "show_number": "4198", - "fullAnswer": "George Washington" - }, { "category": "WE INVENTED STUFF", "air_date": "2002-11-27", @@ -1872849,16 +1780629,6 @@ "show_number": "4198", "fullAnswer": "Neil Diamond" }, - { - "category": "THANKSGIVING AT ALEX'S HOUSE", - "air_date": "2002-11-27", - "question": "(Having been banished from the kitchen, Jimmy joins Alex at the TV.)
Jimmy: While dinner is being fixed, Alex and I are watching this NFL team, that played more turkey day games than any other.
Alex: They really miss Joe Schmidt & Alex Karras.", - "value": "$400", - "answer": "Detroit Lions", - "round": "Jeopardy!", - "show_number": "4198", - "fullAnswer": "Detroit Lions" - }, { "category": "WE INVENTED STUFF", "air_date": "2002-11-27", @@ -1872909,16 +1780679,6 @@ "show_number": "4198", "fullAnswer": "Valley Girl" }, - { - "category": "THANKSGIVING AT ALEX'S HOUSE", - "air_date": "2002-11-27", - "question": "(Sarah brings in table decorations.) I'm decorating with a cornucopia inspired by the magical horn of Amalthea, who nursed this Greek god when he was a baby", - "value": "$600", - "answer": "Zeus", - "round": "Jeopardy!", - "show_number": "4198", - "fullAnswer": "Zeus" - }, { "category": "WE INVENTED STUFF", "air_date": "2002-11-27", @@ -1872969,16 +1780729,6 @@ "show_number": "4198", "fullAnswer": "Paula Abdul" }, - { - "category": "THANKSGIVING AT ALEX'S HOUSE", - "air_date": "2002-11-27", - "question": "(Sofia has some medical advice.) If we eat enough of these cranberries we won't get scurvy because they're chock full of this vitamin", - "value": "$800", - "answer": "C", - "round": "Jeopardy!", - "show_number": "4198", - "fullAnswer": "C" - }, { "category": "WE INVENTED STUFF", "air_date": "2002-11-27", @@ -1872999,16 +1780749,6 @@ "show_number": "4198", "fullAnswer": "his horn" }, - { - "category": "PHYSICS", - "air_date": "2002-11-27", - "question": "Type of mechanics illustrated here", - "value": "$1000", - "answer": "fluid mechanics", - "round": "Jeopardy!", - "show_number": "4198", - "fullAnswer": "fluid mechanics" - }, { "category": "HAPPY BIRTHDAY!", "air_date": "2002-11-27", @@ -1873029,16 +1780769,6 @@ "show_number": "4198", "fullAnswer": "Depeche Mode" }, - { - "category": "THANKSGIVING AT ALEX'S HOUSE", - "air_date": "2002-11-27", - "question": "(Jimmy gives the last clue.) The sedative effects of turkey have been attributed to this amino acid, sold as a sleep aid until 1990", - "value": "$1000", - "answer": "tryptophan", - "round": "Jeopardy!", - "show_number": "4198", - "fullAnswer": "tryptophan" - }, { "category": "WE INVENTED STUFF", "air_date": "2002-11-27", @@ -1873129,16 +1780859,6 @@ "show_number": "4198", "fullAnswer": "Will Rogers" }, - { - "category": "SWEET SMELL OF SUCCESS", - "air_date": "2002-11-27", - "question": "(Hi. I'm Mark Cuban, owner of the Dallas Mavericks.) In 1999 I set a record for the biggest online purchase -- a Gulfstream one of these", - "value": "$800", - "answer": "airplane", - "round": "Double Jeopardy!", - "show_number": "4198", - "fullAnswer": "an airplane" - }, { "category": "INTO THE WOODS", "air_date": "2002-11-27", @@ -1873259,22 +1780979,12 @@ "show_number": "4198", "fullAnswer": "U.S. Steel" }, - { - "category": "INTO THE WOODS", - "air_date": "2002-11-27", - "question": "(Sarah of the Clue Crew gives the clue.) From the Latin for \"across\" & \"breathe\" this evaporation from rain forest leaves helps to regulate rainfall", - "value": "$1600", - "answer": "transpiration", - "round": "Double Jeopardy!", - "show_number": "4198", - "fullAnswer": "transpiration" - }, { "category": "MAMMA MIA!", "air_date": "2002-11-27", "question": "The Italian mother of 3 French kings, Francis II, Charles IX & Henry III", "value": "$1,534", - "answer": "Catherine de\\' Medici", + "answer": "Catherine de' Medici", "round": "Double Jeopardy!", "show_number": "4198", "fullAnswer": "Catherine de\\' Medici" @@ -1873369,16 +1781079,6 @@ "show_number": "4198", "fullAnswer": "(one of) Teddy Roosevelt, Martin Van Buren & Millard Fillmore" }, - { - "category": "THE WORLD TRADE CENTER & GROUND ZERO", - "air_date": "2011-09-22", - "question": "In May of 2011, President Obama laid a wreath at Ground Zero, days after announcing that this al-Qaeda leader was killed", - "value": "$200", - "answer": "Osama bin Laden", - "round": "Jeopardy!", - "show_number": "6209", - "fullAnswer": "Osama bin Laden" - }, { "category": "HOW I SPENT MY SUMMER VACATION", "air_date": "2011-09-22", @@ -1873429,16 +1781129,6 @@ "show_number": "6209", "fullAnswer": "Greenland" }, - { - "category": "THE WORLD TRADE CENTER & GROUND ZERO", - "air_date": "2011-09-22", - "question": "The tallest of the new buildings, first dubbed the Freedom Tower, will soar this many feet to signify a big year in American history", - "value": "$400", - "answer": "1,776", - "round": "Jeopardy!", - "show_number": "6209", - "fullAnswer": "1,776" - }, { "category": "HOW I SPENT MY SUMMER VACATION", "air_date": "2011-09-22", @@ -1873459,26 +1781149,6 @@ "show_number": "6209", "fullAnswer": "Annie Sullivan" }, - { - "category": "PAN & POT POURRI", - "air_date": "2011-09-22", - "question": "Custards & other delicate items are cooked in one of these, basically a pair of stacked saucepans", - "value": "$400", - "answer": "double boiler", - "round": "Jeopardy!", - "show_number": "6209", - "fullAnswer": "a double boiler" - }, - { - "category": "FIRST NAME PHRASES", - "air_date": "2011-09-22", - "question": "Let's get one thing straight--with this item suspended here", - "value": "$400", - "answer": "plumb bob", - "round": "Jeopardy!", - "show_number": "6209", - "fullAnswer": "a plumb bob" - }, { "category": "STRAIT AHEAD", "air_date": "2011-09-22", @@ -1873489,16 +1781159,6 @@ "show_number": "6209", "fullAnswer": "the Strait of Dover" }, - { - "category": "THE WORLD TRADE CENTER & GROUND ZERO", - "air_date": "2011-09-22", - "question": "The design for the new Port Authority Transportation Hub was inspired by the gesture of a child releasing this bird into the air", - "value": "$600", - "answer": "dove", - "round": "Jeopardy!", - "show_number": "6209", - "fullAnswer": "a dove" - }, { "category": "HOW I SPENT MY SUMMER VACATION", "air_date": "2011-09-22", @@ -1873539,26 +1781199,6 @@ "show_number": "6209", "fullAnswer": "\"Don we now our gay apparel\"" }, - { - "category": "STRAIT AHEAD", - "air_date": "2011-09-22", - "question": "(Jimmy of the Clue Crew points to a map on the monitor.) At its narrowest, this strait separates Europe & Asia by less than 800 yards", - "value": "$600", - "answer": "Bosporus", - "round": "Jeopardy!", - "show_number": "6209", - "fullAnswer": "the Bosporus" - }, - { - "category": "THE WORLD TRADE CENTER & GROUND ZERO", - "air_date": "2011-09-22", - "question": "The new complex on the site will be six office towers, three of them designed by winners of this 32-year-old architecture prize", - "value": "$800", - "answer": "Pritzker Prize", - "round": "Jeopardy!", - "show_number": "6209", - "fullAnswer": "the Pritzker Prize" - }, { "category": "HOW I SPENT MY SUMMER VACATION", "air_date": "2011-09-22", @@ -1873579,16 +1781219,6 @@ "show_number": "6209", "fullAnswer": "Mary Surratt" }, - { - "category": "PAN & POT POURRI", - "air_date": "2011-09-22", - "question": "Don't have the pot called this? Get this collapsible device to do the same thing", - "value": "$800", - "answer": "steamer", - "round": "Jeopardy!", - "show_number": "6209", - "fullAnswer": "a steamer" - }, { "category": "FIRST NAME PHRASES", "air_date": "2011-09-22", @@ -1873609,16 +1781239,6 @@ "show_number": "6209", "fullAnswer": "Singapore" }, - { - "category": "THE WORLD TRADE CENTER & GROUND ZERO", - "air_date": "2011-09-22", - "question": "Memorial pools at Ground Zero not only commemorate those killed on 9/11, but also in the garage bombing in February of this year", - "value": "$1000", - "answer": "1993", - "round": "Jeopardy!", - "show_number": "6209", - "fullAnswer": "1993" - }, { "category": "HOW I SPENT MY SUMMER VACATION", "air_date": "2011-09-22", @@ -1873679,16 +1781299,6 @@ "show_number": "6209", "fullAnswer": "the Civil War" }, - { - "category": "SIGNS & SYMBOLS", - "air_date": "2011-09-22", - "question": "In certain emergencies, we hope to see the sign that will guide you to one of these", - "value": "$400", - "answer": "hospital", - "round": "Double Jeopardy!", - "show_number": "6209", - "fullAnswer": "a hospital" - }, { "category": "CHEMISTS", "air_date": "2011-09-22", @@ -1873739,16 +1781349,6 @@ "show_number": "6209", "fullAnswer": "the Korean War" }, - { - "category": "SIGNS & SYMBOLS", - "air_date": "2011-09-22", - "question": "It's what the symbol seen here represents", - "value": "$800", - "answer": "Republican Party", - "round": "Double Jeopardy!", - "show_number": "6209", - "fullAnswer": "the Republican Party" - }, { "category": "CHEMISTS", "air_date": "2011-09-22", @@ -1873824,7 +1781424,7 @@ "air_date": "2011-09-22", "question": "A 1979 song by the Sugarhill Gang called this performer's \"Delight\" launched a musical genre", "value": "$1200", - "answer": "Rapper\\'s Delight", + "answer": "Rapper's Delight", "round": "Double Jeopardy!", "show_number": "6209", "fullAnswer": "\"Rapper\\'s Delight\"" @@ -1873859,16 +1781459,6 @@ "show_number": "6209", "fullAnswer": "the Boer War" }, - { - "category": "SIGNS & SYMBOLS", - "air_date": "2011-09-22", - "question": "When the symbol seen here is found on a clothing label, it indicates this special instruction", - "value": "$1600", - "answer": "do not use bleach", - "round": "Double Jeopardy!", - "show_number": "6209", - "fullAnswer": "do not use bleach" - }, { "category": "CHEMISTS", "air_date": "2011-09-22", @@ -1873919,16 +1781509,6 @@ "show_number": "6209", "fullAnswer": "the Spanish Civil War" }, - { - "category": "SIGNS & SYMBOLS", - "air_date": "2011-09-22", - "question": "(Kelly of the Clue Crew shows a symbol on the monitor.) Two intersecting triangles form a 6-pointed star called this, from the Greek for \"6\" & \"letter\"", - "value": "$2000", - "answer": "hexagram", - "round": "Double Jeopardy!", - "show_number": "6209", - "fullAnswer": "a hexagram" - }, { "category": "CHEMISTS", "air_date": "2011-09-22", @@ -1874039,16 +1781619,6 @@ "show_number": "5725", "fullAnswer": "The Princess Bride" }, - { - "category": "IT'S ASTRONOMICAL!", - "air_date": "2009-06-26", - "question": "(Kelly of the Clue Crew shows an astronomical illustration on the monitor.) A familiar sight in the winter sky, its brightest star Aldebaran is the eye, & here are the horns in this constellation", - "value": "$400", - "answer": "Taurus", - "round": "Jeopardy!", - "show_number": "5725", - "fullAnswer": "Taurus" - }, { "category": "ANIMAL WORDS", "air_date": "2009-06-26", @@ -1874159,16 +1781729,6 @@ "show_number": "5725", "fullAnswer": "The Fisher King" }, - { - "category": "IT'S ASTRONOMICAL!", - "air_date": "2009-06-26", - "question": "(Jimmy of the Clue Crew shows an astronomical animation on the monitor.) During a total solar eclipse, when the moon completely obscures the sun, you have a rare opportunity to see this outermost layer of the sun's atmosphere", - "value": "$800", - "answer": "corona", - "round": "Jeopardy!", - "show_number": "5725", - "fullAnswer": "the corona" - }, { "category": "ANIMAL WORDS", "air_date": "2009-06-26", @@ -1874264,7 +1781824,7 @@ "air_date": "2009-06-26", "question": "On presentation to the Queen, address her formally as \"Your Majesty\" & subsequently by this polite contraction", "value": "$1000", - "answer": "Ma\\'am", + "answer": "Ma'am", "round": "Jeopardy!", "show_number": "5725", "fullAnswer": "Ma\\'am" @@ -1874349,16 +1781909,6 @@ "show_number": "5725", "fullAnswer": "a pope" }, - { - "category": "I LOST ON JEOPARDY!", - "air_date": "2009-06-26", - "question": "This NBA legend lost to Martha Stewart after she answered a question about Michael Jordan & he didn't", - "value": "$800", - "answer": "Charles Barkley", - "round": "Double Jeopardy!", - "show_number": "5725", - "fullAnswer": "Charles Barkley" - }, { "category": "LIKE A SURGEON", "air_date": "2009-06-26", @@ -1874429,16 +1781979,6 @@ "show_number": "5725", "fullAnswer": "plastic surgery" }, - { - "category": "WHITE & NERDY", - "air_date": "2009-06-26", - "question": "I'm in love with my nifty i2 model of this transport, but I don't mind letting people have rides", - "value": "$1200", - "answer": "Segway", - "round": "Double Jeopardy!", - "show_number": "5725", - "fullAnswer": "a Segway" - }, { "category": "EAT IT", "air_date": "2009-06-26", @@ -1874504,7 +1782044,7 @@ "air_date": "2009-06-26", "question": "This restaurant isn't named for roast beef but rather for the Raffel Brothers", "value": "$1600", - "answer": "Arby\\'s", + "answer": "Arby's", "round": "Double Jeopardy!", "show_number": "5725", "fullAnswer": "Arby\\'s" @@ -1874549,16 +1782089,6 @@ "show_number": "5725", "fullAnswer": "keratotomy" }, - { - "category": "WHITE & NERDY", - "air_date": "2009-06-26", - "question": "Seen here, this type of keyboard puts less stress on my frail wrists, which I hurt jousting at the Renaissance Fair", - "value": "$2000", - "answer": "ergonomic", - "round": "Double Jeopardy!", - "show_number": "5725", - "fullAnswer": "ergonomic" - }, { "category": "EAT IT", "air_date": "2009-06-26", @@ -1874599,16 +1782129,6 @@ "show_number": "6150", "fullAnswer": "Buddha" }, - { - "category": "CURRENT MUSIC", - "air_date": "2011-05-13", - "question": "She's the flamboyant performer heard here

\"Born this way, oh there ain't no other way /
Baby I was born this way /
Baby I was born...\"
", - "value": "$200", - "answer": "Lady Gaga", - "round": "Jeopardy!", - "show_number": "6150", - "fullAnswer": "Lady Gaga" - }, { "category": "COMMON BONDS", "air_date": "2011-05-13", @@ -1874659,16 +1782179,6 @@ "show_number": "6150", "fullAnswer": "Plato" }, - { - "category": "CURRENT MUSIC", - "air_date": "2011-05-13", - "question": "This British band heard here is spreading inspiration the world over


\"They will not force us...\"", - "value": "$400", - "answer": "Muse", - "round": "Jeopardy!", - "show_number": "6150", - "fullAnswer": "Muse" - }, { "category": "COMMON BONDS", "air_date": "2011-05-13", @@ -1874719,16 +1782229,6 @@ "show_number": "6150", "fullAnswer": "(John T.) Scopes" }, - { - "category": "CURRENT MUSIC", - "air_date": "2011-05-13", - "question": "This Taio Cruz hit sounds like something that shouldn't be brought to school

\"I throw my hands up in the air sometimes /
Sayin' ay-oh /
Gotta let go /
I wanna celebrate...\"
", - "value": "$600", - "answer": "Dynamite", - "round": "Jeopardy!", - "show_number": "6150", - "fullAnswer": "\"Dynamite\"" - }, { "category": "COMMON BONDS", "air_date": "2011-05-13", @@ -1874759,16 +1782259,6 @@ "show_number": "6150", "fullAnswer": "A&W" }, - { - "category": "10-LETTER WORDS", - "air_date": "2011-05-13", - "question": "Isn't there a song about this variety of tangerine?", - "value": "$600", - "answer": "clementine", - "round": "Jeopardy!", - "show_number": "6150", - "fullAnswer": "a clementine" - }, { "category": "NOTABLE EDUCATORS", "air_date": "2011-05-13", @@ -1874974,7 +1782464,7 @@ "air_date": "2011-05-13", "question": "Sure & 'tis the name of playwright John Casey, after he changed it to its Irish form", "value": "$800", - "answer": "Sean O\\'Casey", + "answer": "Sean O'Casey", "round": "Double Jeopardy!", "show_number": "6150", "fullAnswer": "Sean O\\'Casey" @@ -1875019,16 +1782509,6 @@ "show_number": "6150", "fullAnswer": "Afghanistan" }, - { - "category": "HOT ENOUGH FOR YOU?", - "air_date": "2011-05-13", - "question": "(Sarah of the Clue Crew measures the temperature of an iron.) You can use a non-contact thermometer to gauge the temperature of something that's too hot to touch; it works by measuring the amount of this colorful thermal radiation emitted by a heat source", - "value": "$1200", - "answer": "infrared", - "round": "Double Jeopardy!", - "show_number": "6150", - "fullAnswer": "infrared" - }, { "category": "WELL, IT'S NOT SHAKESPEARE", "air_date": "2011-05-13", @@ -1875129,16 +1782609,6 @@ "show_number": "6150", "fullAnswer": "Women on the Verge of a Nervous Breakdown" }, - { - "category": "DETENTE-TION", - "air_date": "2011-05-13", - "question": "World leaders came to this city in 1975 to sign accords that people hoped would ease East-West tensions", - "value": "$2000", - "answer": "Helsinki", - "round": "Double Jeopardy!", - "show_number": "6150", - "fullAnswer": "Helsinki" - }, { "category": "HOT ENOUGH FOR YOU?", "air_date": "2011-05-13", @@ -1875354,7 +1782824,7 @@ "air_date": "1996-01-18", "question": "The U.S. arsenal at this Shenandoah Valley location was raided October 16, 1859", "value": "$300", - "answer": "Harper\\'s Ferry", + "answer": "Harper's Ferry", "round": "Jeopardy!", "show_number": "2624", "fullAnswer": "Harper\\'s Ferry" @@ -1875464,7 +1782934,7 @@ "air_date": "1996-01-18", "question": "The fad involving this type of radio followed the oil embargo of 1973-74", "value": "$500", - "answer": "CB (citizens\\' band) radio", + "answer": "CB (citizens' band) radio", "round": "Jeopardy!", "show_number": "2624", "fullAnswer": "CB (citizens\\' band) radio" @@ -1876369,16 +1783839,6 @@ "show_number": "5264", "fullAnswer": "Russia" }, - { - "category": "CLASSICAL MUSIC ROCKS", - "air_date": "2007-06-28", - "question": "Though not native born, this composer became part of the British Invasion", - "value": "$200", - "answer": "Handel", - "round": "Jeopardy!", - "show_number": "5264", - "fullAnswer": "Handel" - }, { "category": "BUILDING A CATEGORY", "air_date": "2007-06-28", @@ -1876414,31 +1783874,11 @@ "air_date": "2007-06-28", "question": "Hard to believe! Mrs. Ashley Wilkes' seriously unlawful activities", "value": "$200", - "answer": "Melanie\\'s felonies", + "answer": "Melanie's felonies", "round": "Jeopardy!", "show_number": "5264", "fullAnswer": "Melanie\\'s felonies" }, - { - "category": "THE 21st CENTURY", - "air_date": "2007-06-28", - "question": "(Jon of the Clue Crew reports from Cheyenne Mountain.) Since the end of the Cold War, the only emergency closing of these 25-ton blast doors at NORAD's Cheyenne Mountain complex was on this 21st-century date", - "value": "$400", - "answer": "September 11, 2001", - "round": "Jeopardy!", - "show_number": "5264", - "fullAnswer": "September 11, 2001" - }, - { - "category": "CLASSICAL MUSIC ROCKS", - "air_date": "2007-06-28", - "question": "The fat lady sang for this man's rockin' operas after the tune heard here", - "value": "$400", - "answer": "Rossini", - "round": "Jeopardy!", - "show_number": "5264", - "fullAnswer": "Rossini" - }, { "category": "BUILDING A CATEGORY", "air_date": "2007-06-28", @@ -1876489,16 +1783929,6 @@ "show_number": "5264", "fullAnswer": "comet" }, - { - "category": "CLASSICAL MUSIC ROCKS", - "air_date": "2007-06-28", - "question": "It's no bull-- it's the Bizet work adapted here", - "value": "$600", - "answer": "Carmen", - "round": "Jeopardy!", - "show_number": "5264", - "fullAnswer": "Carmen" - }, { "category": "BUILDING A CATEGORY", "air_date": "2007-06-28", @@ -1876534,7 +1783964,7 @@ "air_date": "2007-06-28", "question": "Anglican cleric's incendiary crimes", "value": "$600", - "answer": "Parson\\'s arsons", + "answer": "Parson's arsons", "round": "Jeopardy!", "show_number": "5264", "fullAnswer": "Parson\\'s arsons" @@ -1876549,16 +1783979,6 @@ "show_number": "5264", "fullAnswer": "euro" }, - { - "category": "CLASSICAL MUSIC ROCKS", - "air_date": "2007-06-28", - "question": "This Russian composer gave his fans the bird with the music heard here", - "value": "$800", - "answer": "Tchaikovsky", - "round": "Jeopardy!", - "show_number": "5264", - "fullAnswer": "Tchaikovsky" - }, { "category": "BUILDING A CATEGORY", "air_date": "2007-06-28", @@ -1876609,16 +1784029,6 @@ "show_number": "5264", "fullAnswer": "Massachusetts" }, - { - "category": "CLASSICAL MUSIC ROCKS", - "air_date": "2007-06-28", - "question": "His concerts became year-long events", - "value": "$1000", - "answer": "Antonio Vivaldi", - "round": "Jeopardy!", - "show_number": "5264", - "fullAnswer": "Antonio Vivaldi" - }, { "category": "CAPITALS OF THE WEST INDIES", "air_date": "2007-06-28", @@ -1876649,16 +1784059,6 @@ "show_number": "5264", "fullAnswer": "groovy juvie" }, - { - "category": "THE ART OF ASIA", - "air_date": "2007-06-28", - "question": "The portrait seen in detail here in ink and gold on paper is of Shah Jahan, emperor of this country", - "value": "$400", - "answer": "India", - "round": "Double Jeopardy!", - "show_number": "5264", - "fullAnswer": "India" - }, { "category": "SITCOM CITIES", "air_date": "2007-06-28", @@ -1876769,16 +1784169,6 @@ "show_number": "5264", "fullAnswer": "frugal" }, - { - "category": "THE ART OF ASIA", - "air_date": "2007-06-28", - "question": "No matter what is depicted, putting a red seal as the finishing touch on a black and white painting is called adding an eye to this mythic beast", - "value": "$1,600", - "answer": "dragon", - "round": "Double Jeopardy!", - "show_number": "5264", - "fullAnswer": "dragon" - }, { "category": "SITCOM CITIES", "air_date": "2007-06-28", @@ -1876849,16 +1784239,6 @@ "show_number": "5264", "fullAnswer": "James Thurber" }, - { - "category": "SOUNDS LIKE A U.S. STATE", - "air_date": "2007-06-28", - "question": "Shown here in a 1915 photo, this Cunard ship went down six days later off the coast of Ireland", - "value": "$1600", - "answer": "Lusitania", - "round": "Double Jeopardy!", - "show_number": "5264", - "fullAnswer": "Lusitania" - }, { "category": "LADIES IN SPACE", "air_date": "2007-06-28", @@ -1876874,21 +1784254,11 @@ "air_date": "2007-06-28", "question": "2-word term for a funny treatment of a situation that's actually very grave", "value": "$1600", - "answer": "gallow\\'s humor", + "answer": "gallow's humor", "round": "Double Jeopardy!", "show_number": "5264", "fullAnswer": "gallow\\'s humor" }, - { - "category": "THE ART OF ASIA", - "air_date": "2007-06-28", - "question": "This fruit whose blossoms are seen here is one of the four gentlemen of Chinese art", - "value": "$2000", - "answer": "plum", - "round": "Double Jeopardy!", - "show_number": "5264", - "fullAnswer": "plum" - }, { "category": "SITCOM CITIES", "air_date": "2007-06-28", @@ -1876909,16 +1784279,6 @@ "show_number": "5264", "fullAnswer": "James Dickey" }, - { - "category": "SOUNDS LIKE A U.S. STATE", - "air_date": "2007-06-28", - "question": "Any Providence flower salesman could tell you this flower seen here is a member of the Heath family", - "value": "$2000", - "answer": "Rhododendron", - "round": "Double Jeopardy!", - "show_number": "5264", - "fullAnswer": "Rhododendron" - }, { "category": "LADIES IN SPACE", "air_date": "2007-06-28", @@ -1876999,16 +1784359,6 @@ "show_number": "5609", "fullAnswer": "Gallup" }, - { - "category": "NIAGARA FALLS", - "air_date": "2009-01-15", - "question": "(Alex reports from Niagara Falls.) In 1901, a 63-year-old schoolteacher named Annie Taylor became the first person to go over the falls in one of these; she made it, but I'm gonna pass", - "value": "$200", - "answer": "barrel", - "round": "Jeopardy!", - "show_number": "5609", - "fullAnswer": "a barrel" - }, { "category": "BOOKS & AUTHORS", "air_date": "2009-01-15", @@ -1877059,16 +1784409,6 @@ "show_number": "5609", "fullAnswer": "a hiccup" }, - { - "category": "NIAGARA FALLS", - "air_date": "2009-01-15", - "question": "(Alex reports from Niagara Falls.) There's plenty of water going over the falls right now, but would you believe that in March 1848 for about 30 hours the Falls actually stopped flowing due to a massive upstream accumulation of this stuff", - "value": "$400", - "answer": "ice", - "round": "Jeopardy!", - "show_number": "5609", - "fullAnswer": "ice" - }, { "category": "BOOKS & AUTHORS", "air_date": "2009-01-15", @@ -1877119,16 +1784459,6 @@ "show_number": "5609", "fullAnswer": "stirrups" }, - { - "category": "NIAGARA FALLS", - "air_date": "2009-01-15", - "question": "(Alex reports from Niagara Falls.) The tradition of honeymooning here at the falls began way back in 1801, when the daughter of this then-U.S. vice president came here with her new husband; three years later, dad fought a famous duel", - "value": "$600", - "answer": "Aaron Burr", - "round": "Jeopardy!", - "show_number": "5609", - "fullAnswer": "Aaron Burr" - }, { "category": "BOOKS & AUTHORS", "air_date": "2009-01-15", @@ -1877179,16 +1784509,6 @@ "show_number": "5609", "fullAnswer": "octuple" }, - { - "category": "NIAGARA FALLS", - "air_date": "2009-01-15", - "question": "(Alex reports from Niagara Falls.) Ferries with this dewy feminine name have been plying the waters below the falls since 1846; some of the most famous guests: Edward VIII, Teddy Roosevelt & Marilyn Monroe", - "value": "$800", - "answer": "Maids of the Mist", - "round": "Jeopardy!", - "show_number": "5609", - "fullAnswer": "the Maids of the Mist" - }, { "category": "BOOKS & AUTHORS", "air_date": "2009-01-15", @@ -1877209,16 +1784529,6 @@ "show_number": "5609", "fullAnswer": "the brakes" }, - { - "category": "A SERIES OF UNFORTUNATE EVENTS", - "air_date": "2009-01-15", - "question": "Phineas Gage was working on this in 1848 when he survived a 3-foot rod going through his brain, seen here", - "value": "$1000", - "answer": "railroad", - "round": "Jeopardy!", - "show_number": "5609", - "fullAnswer": "a railroad" - }, { "category": "ELVIS COSTELLO", "air_date": "2009-01-15", @@ -1877239,16 +1784549,6 @@ "show_number": "5609", "fullAnswer": "corrupts" }, - { - "category": "NIAGARA FALLS", - "air_date": "2009-01-15", - "question": "(Alex reports from Niagara Falls.) The falls are divided into two sections--the straight-line American falls over here, & over here on the Canadian side, this cataract, named for its distinctive shape", - "value": "$1000", - "answer": "Horseshoe Falls", - "round": "Jeopardy!", - "show_number": "5609", - "fullAnswer": "the Horseshoe Falls" - }, { "category": "MEDIEVAL PHILOSOPHY", "air_date": "2009-01-15", @@ -1877479,16 +1784779,6 @@ "show_number": "5609", "fullAnswer": "silicon" }, - { - "category": "YOU GET AN \"F\"", - "air_date": "2009-01-15", - "question": "(Kelly of the Clue Crew reports from New York.) Central Park's Belvedere Castle was designed in 1865 as one of the fanciful Victorian-era structures called by this rather pejorative name", - "value": "$1600", - "answer": "folly", - "round": "Double Jeopardy!", - "show_number": "5609", - "fullAnswer": "a folly" - }, { "category": "MEDIEVAL PHILOSOPHY", "air_date": "2009-01-15", @@ -1877749,26 +1785039,6 @@ "show_number": "5275", "fullAnswer": "Forest Lawn" }, - { - "category": "PLEISTOCENE STEALER", - "air_date": "2007-07-13", - "question": "(Jon of the Clue Crew shows a map on a screen) During the Pleistocene Epoch, the ocean receded, and Beringia emerged, an example of this 2-word type of isthmus, allowing humans to come from Asia to America,", - "value": "$800", - "answer": "land bridge", - "round": "Jeopardy!", - "show_number": "5275", - "fullAnswer": "a land bridge" - }, - { - "category": "5-LETTER WORDS", - "air_date": "2007-07-13", - "question": "(Sarah of the Clue Crew delivers the clue from the Boudin Bakery in San Francisco, California) It once meant a notch used to record a tally in a game. That meaning is still used for the cuts that will make your sourdough bake and look better", - "value": "$800", - "answer": "score", - "round": "Jeopardy!", - "show_number": "5275", - "fullAnswer": "score" - }, { "category": "STATES' MOST POPULOUS CITIES", "air_date": "2007-07-13", @@ -1878429,16 +1785699,6 @@ "show_number": "5067", "fullAnswer": "the (Buffalo) Sabres" }, - { - "category": "HIPPO-POURRI", - "air_date": "2006-09-26", - "question": "Is it any wonder that this Flemish artist, whose early 17th century work is seen here, painted hippopotami?", - "value": "$1000", - "answer": "Rubens", - "round": "Jeopardy!", - "show_number": "5067", - "fullAnswer": "Rubens" - }, { "category": "HAIL TO THE CHIEF", "air_date": "2006-09-26", @@ -1878584,7 +1785844,7 @@ "air_date": "2006-09-26", "question": "In the 1840s fur trader Robert Campbell of this company became the first white person to explore the Yukon region", "value": "$800", - "answer": "Hudson\\'s Bay Company", + "answer": "Hudson's Bay Company", "round": "Double Jeopardy!", "show_number": "5067", "fullAnswer": "the Hudson\\'s Bay Company" @@ -1878619,16 +1785879,6 @@ "show_number": "5067", "fullAnswer": "Marian Anderson" }, - { - "category": "ANCIENT TALK", - "air_date": "2006-09-26", - "question": "(Jimmy of the Clue Crew finds a clue engraved in heiroglyphs in Abu Simbel, Egypt.) This Egyptian word for \"good\" or \"beautiful\" came before \"titi\" & \"tari\" in the name of Egyptian women", - "value": "$1200", - "answer": "nefer", - "round": "Double Jeopardy!", - "show_number": "5067", - "fullAnswer": "nefer" - }, { "category": "PLAY BOY", "air_date": "2006-09-26", @@ -1878739,16 +1785989,6 @@ "show_number": "5067", "fullAnswer": "(John Peter) Zenger" }, - { - "category": "ANCIENT TALK", - "air_date": "2006-09-26", - "question": "(Cheryl of the Clue Crew points out circles animated on a plot on the monitor.) On a curve, the circles that best approximate the curvature at each point are called \"osculating circles\", from the Latin \"osculare\", to do this", - "value": "$2000", - "answer": "kiss", - "round": "Double Jeopardy!", - "show_number": "5067", - "fullAnswer": "kiss" - }, { "category": "PLAY BOY", "air_date": "2006-09-26", @@ -1879404,7 +1786644,7 @@ "air_date": "1998-05-26", "question": "This appendage may be considered lucky but not for the oryctolagus cuniculus", "value": "$100", - "answer": "Rabbit\\'s foot", + "answer": "Rabbit's foot", "round": "Jeopardy!", "show_number": "3177", "fullAnswer": "Rabbit\\'s foot" @@ -1879504,7 +1786744,7 @@ "air_date": "1998-05-26", "question": "In other words, \"There's no way to educate one ancient canine in up-to-date actions\"", "value": "$200", - "answer": "You can\\'t teach an old dog new tricks", + "answer": "You can't teach an old dog new tricks", "round": "Jeopardy!", "show_number": "3177", "fullAnswer": "\"You can\\'t teach an old dog new tricks\"" @@ -1879774,7 +1787014,7 @@ "air_date": "1998-05-26", "question": "Almost matching the number in its name, this NBA team lost a record 73 games in the '72-'73 season", "value": "$400", - "answer": "Philadelphia \\'76ers", + "answer": "Philadelphia '76ers", "round": "Double Jeopardy!", "show_number": "3177", "fullAnswer": "Philadelphia \\'76ers" @@ -1880074,7 +1787314,7 @@ "air_date": "2009-03-13", "question": "Gary Coleman co-stars,
at home with the Drummonds,
what'chu talkin' 'bout, contestants?", "value": "$400", - "answer": "Diff\\'rent Strokes", + "answer": "Diff'rent Strokes", "round": "Jeopardy!", "show_number": "5650", "fullAnswer": "Diff\\'rent Strokes" @@ -1880359,16 +1787599,6 @@ "show_number": "5650", "fullAnswer": "contamination" }, - { - "category": "SURGERY", - "air_date": "2009-03-13", - "question": "(Sarah of the Clue Crew shows an anatomical diagram on the monitor.) Named for a 19th-century surgeon, McBurney's point, 2/3rds the distance between the umbilicus & the iliac crest of the pelvis, is the most tender abdominal area when this organ is inflamed & often requires surgery", - "value": "$800", - "answer": "appendix", - "round": "Double Jeopardy!", - "show_number": "5650", - "fullAnswer": "the appendix" - }, { "category": "_____IN' '80s MOVIES", "air_date": "2009-03-13", @@ -1880464,7 +1787694,7 @@ "air_date": "2009-03-13", "question": "In this circa 1470 work, the Brown Knight Without Pity is as bad as his name until Sir Gareth gets 'im", "value": "$2,400", - "answer": "Le Morte d\\'Arthur", + "answer": "Le Morte d'Arthur", "round": "Double Jeopardy!", "show_number": "5650", "fullAnswer": "Le Morte d\\'Arthur" @@ -1880559,16 +1787789,6 @@ "show_number": "5650", "fullAnswer": "King Kong Lives" }, - { - "category": "CITIES", - "air_date": "2009-03-13", - "question": "They're the two rhyming names of the two cities indicated on the map", - "value": "$2000", - "answer": "Minsk & Pinsk", - "round": "Double Jeopardy!", - "show_number": "5650", - "fullAnswer": "Minsk & Pinsk" - }, { "category": "NEXT IN ORDER", "air_date": "2009-03-13", @@ -1880669,16 +1787889,6 @@ "show_number": "5278", "fullAnswer": "the bush" }, - { - "category": "AMERICANA", - "air_date": "2007-07-18", - "question": "The logo of this theme park chain is seen here", - "value": "$400", - "answer": "Six Flags", - "round": "Jeopardy!", - "show_number": "5278", - "fullAnswer": "Six Flags" - }, { "category": "OFF TO THE MOVIES", "air_date": "2007-07-18", @@ -1880739,26 +1787949,6 @@ "show_number": "5278", "fullAnswer": "neon" }, - { - "category": "OFF TO THE MOVIES", - "air_date": "2007-07-18", - "question": "starwars.com described this character as \"A loathsome slug of a gangster\" & under gender listed \"Neither\"", - "value": "$600", - "answer": "Jabba the Hutt", - "round": "Jeopardy!", - "show_number": "5278", - "fullAnswer": "Jabba the Hutt" - }, - { - "category": "WHERE'S THAT?", - "air_date": "2007-07-18", - "question": "It's the state capital highlighted here", - "value": "$600", - "answer": "Boise", - "round": "Jeopardy!", - "show_number": "5278", - "fullAnswer": "Boise" - }, { "category": "HOW WAS SCHOOL TODAY?", "air_date": "2007-07-18", @@ -1880869,26 +1788059,6 @@ "show_number": "5278", "fullAnswer": "Nacho Libre" }, - { - "category": "WHERE'S THAT?", - "air_date": "2007-07-18", - "question": "Antarctica's not too far from this country, seen here in red", - "value": "$1000", - "answer": "New Zealand", - "round": "Jeopardy!", - "show_number": "5278", - "fullAnswer": "New Zealand" - }, - { - "category": "HOW WAS SCHOOL TODAY?", - "air_date": "2007-07-18", - "question": "I daydreamed in the geography class about this warm region defined as lying between two famous lines of latitude", - "value": "$1,000", - "answer": "tropics", - "round": "Jeopardy!", - "show_number": "5278", - "fullAnswer": "the tropics" - }, { "category": "FINE", "air_date": "2007-07-18", @@ -1881139,16 +1788309,6 @@ "show_number": "5278", "fullAnswer": "onion" }, - { - "category": "ALLITERATION ALLOTMENT", - "air_date": "2007-07-18", - "question": "(Jon of the Clue Crew reports from the desk of the Weather Channel in Atlanta, GA.) The Weather Channel believes that 1 degree can change the world, & that the lowering of these alliterative emissions can help", - "value": "$2,500", - "answer": "greenhouse gases", - "round": "Double Jeopardy!", - "show_number": "5278", - "fullAnswer": "greenhouse gases" - }, { "category": "LITERARY CHARACTERS", "air_date": "2007-07-18", @@ -1881169,16 +1788329,6 @@ "show_number": "5278", "fullAnswer": "David Hyde Pierce" }, - { - "category": "INSECT INVASION", - "air_date": "2007-07-18", - "question": "Noisy bug seen here", - "value": "$2000", - "answer": "cricket", - "round": "Double Jeopardy!", - "show_number": "5278", - "fullAnswer": "a cricket" - }, { "category": "THINKING ABOUT COLLEGE", "air_date": "2007-07-18", @@ -1881304,7 +1788454,7 @@ "air_date": "1985-10-01", "question": "Starsky & Hutch's David Soul made his recording debut with this soulful plea", "value": "$400", - "answer": "Don\\'t Give Up On Us", + "answer": "Don't Give Up On Us", "round": "Jeopardy!", "show_number": "277", "fullAnswer": "\"Don\\'t Give Up On Us\"" @@ -1881319,16 +1788469,6 @@ "show_number": "277", "fullAnswer": "kine or cows (or cattle)" }, - { - "category": "GAME SHOWS", - "air_date": "1985-10-01", - "question": "No. 1 show in history of syndicated TV, its theme is the following:", - "value": "$300", - "answer": "Wheel of Fortune", - "round": "Jeopardy!", - "show_number": "277", - "fullAnswer": "Wheel of Fortune" - }, { "category": "SUDDEN DEATH", "air_date": "1985-10-01", @@ -1881354,7 +1788494,7 @@ "air_date": "1985-10-01", "question": "Waylon Jennings' maternal admonition", "value": "$500", - "answer": "Mamas Don\\'t Let Your Babies Grow Up To Be Cowboys", + "answer": "Mamas Don't Let Your Babies Grow Up To Be Cowboys", "round": "Jeopardy!", "show_number": "277", "fullAnswer": "\"Mamas Don\\'t Let Your Babies Grow Up To Be Cowboys\"" @@ -1881404,7 +1788544,7 @@ "air_date": "1985-10-01", "question": "National chain of hotels often referred to as \"HoJo's\"", "value": "$200", - "answer": "Howard Johnson\\'s", + "answer": "Howard Johnson's", "round": "Double Jeopardy!", "show_number": "277", "fullAnswer": "Howard Johnson\\'s" @@ -1882259,16 +1789399,6 @@ "show_number": "5044", "fullAnswer": "Kirsten" }, - { - "category": "NAME THAT AFRICAN COUNTRY", - "air_date": "2006-07-13", - "question": "Its history stretches back more than 5,000 years", - "value": "$200", - "answer": "Egypt", - "round": "Jeopardy!", - "show_number": "5044", - "fullAnswer": "Egypt" - }, { "category": "I'M SORRY", "air_date": "2006-07-13", @@ -1882319,16 +1789449,6 @@ "show_number": "5044", "fullAnswer": "Scarlett" }, - { - "category": "NAME THAT AFRICAN COUNTRY", - "air_date": "2006-07-13", - "question": "This kingdom has both an Atlantic coast & a Mediterranean coast", - "value": "$400", - "answer": "Morocco", - "round": "Jeopardy!", - "show_number": "5044", - "fullAnswer": "Morocco" - }, { "category": "I'M SORRY", "air_date": "2006-07-13", @@ -1882379,16 +1789499,6 @@ "show_number": "5044", "fullAnswer": "Reese" }, - { - "category": "NAME THAT AFRICAN COUNTRY", - "air_date": "2006-07-13", - "question": "For more than 50 years in the 20th century, it was a colony of Belgium", - "value": "$600", - "answer": "Congo", - "round": "Jeopardy!", - "show_number": "5044", - "fullAnswer": "Congo" - }, { "category": "I'M SORRY", "air_date": "2006-07-13", @@ -1882409,16 +1789519,6 @@ "show_number": "5044", "fullAnswer": "(Leslie) Stahl" }, - { - "category": "BETTER \"RED\"", - "air_date": "2006-07-13", - "question": "High-flying critter seen here", - "value": "$600", - "answer": "robin redbreast", - "round": "Jeopardy!", - "show_number": "5044", - "fullAnswer": "a robin redbreast" - }, { "category": "THE BARD WRITES", "air_date": "2006-07-13", @@ -1882439,16 +1789539,6 @@ "show_number": "5044", "fullAnswer": "Kirsten" }, - { - "category": "NAME THAT AFRICAN COUNTRY", - "air_date": "2006-07-13", - "question": "Trouble spot seen here", - "value": "$800", - "answer": "Somalia", - "round": "Jeopardy!", - "show_number": "5044", - "fullAnswer": "Somalia" - }, { "category": "I'M SORRY", "air_date": "2006-07-13", @@ -1882499,16 +1789589,6 @@ "show_number": "5044", "fullAnswer": "Reese" }, - { - "category": "NAME THAT AFRICAN COUNTRY", - "air_date": "2006-07-13", - "question": "For many years, its territory was controlled by South Africa", - "value": "$1000", - "answer": "Namibia", - "round": "Jeopardy!", - "show_number": "5044", - "fullAnswer": "Namibia" - }, { "category": "I'M SORRY", "air_date": "2006-07-13", @@ -1882559,16 +1789639,6 @@ "show_number": "5044", "fullAnswer": "The Jungle Book" }, - { - "category": "IT'S AN ILLUSION", - "air_date": "2006-07-13", - "question": "(Cheryl of the Clue Crew shows an optical illusion on the monitor.) The duck-rabbit figure with a duck's bill here and a rabbit's nose here was first commented on by Joseph Jastro who studied the brain's role in perception as one of America's first professors of this", - "value": "$400", - "answer": "psychology", - "round": "Double Jeopardy!", - "show_number": "5044", - "fullAnswer": "psychology" - }, { "category": "\"F\"RIENDS OF SCIENCE", "air_date": "2006-07-13", @@ -1882579,16 +1789649,6 @@ "show_number": "5044", "fullAnswer": "(Dian) Fossey" }, - { - "category": "WORLD LEADERS", - "air_date": "2006-07-13", - "question": "The world leader & former judo champion seen here calls this world capital home", - "value": "$400", - "answer": "Moscow", - "round": "Double Jeopardy!", - "show_number": "5044", - "fullAnswer": "Moscow" - }, { "category": "MEATY WORDS", "air_date": "2006-07-13", @@ -1882639,16 +1789699,6 @@ "show_number": "5044", "fullAnswer": "Fahrenheit" }, - { - "category": "WORLD LEADERS", - "air_date": "2006-07-13", - "question": "In 2001 he was sworn in as his country's prime minister", - "value": "$800", - "answer": "Junichiro Koizumi", - "round": "Double Jeopardy!", - "show_number": "5044", - "fullAnswer": "Junichiro Koizumi" - }, { "category": "MEATY WORDS", "air_date": "2006-07-13", @@ -1882679,16 +1789729,6 @@ "show_number": "5044", "fullAnswer": "Hercules" }, - { - "category": "IT'S AN ILLUSION", - "air_date": "2006-07-13", - "question": "(Jon of the Clue Crew shows another illusion on the monitor.) You think the two green vertical lines are different lengths, but they're not--it's the illusion of depth created by the horizontal lines doing this, from the Latin for \"inclined together\"", - "value": "$1200", - "answer": "converge", - "round": "Double Jeopardy!", - "show_number": "5044", - "fullAnswer": "converge" - }, { "category": "\"F\"RIENDS OF SCIENCE", "air_date": "2006-07-13", @@ -1882699,16 +1789739,6 @@ "show_number": "5044", "fullAnswer": "(Alexander) Fleming" }, - { - "category": "WORLD LEADERS", - "air_date": "2006-07-13", - "question": "Seen here, he was his country's chancellor from 1998 to 2005", - "value": "$1200", - "answer": "Gerhard Schröder", - "round": "Double Jeopardy!", - "show_number": "5044", - "fullAnswer": "Gerhard Schröder" - }, { "category": "MEATY WORDS", "air_date": "2006-07-13", @@ -1882789,16 +1789819,6 @@ "show_number": "5044", "fullAnswer": "Maleficent" }, - { - "category": "IT'S AN ILLUSION", - "air_date": "2006-07-13", - "question": "(Cheryl of the Clue Crew shows one last illusion on the monitor.) The image seen here is called figure & this; the shape that has more meaning to you is the one that you'll see as the figure", - "value": "$2000", - "answer": "ground", - "round": "Double Jeopardy!", - "show_number": "5044", - "fullAnswer": "ground" - }, { "category": "\"F\"RIENDS OF SCIENCE", "air_date": "2006-07-13", @@ -1883129,16 +1790149,6 @@ "show_number": "4754", "fullAnswer": "Prescott Bush" }, - { - "category": "HISTORIC CHARLESTON", - "air_date": "2005-04-14", - "question": "(Jimmy of the Clue Crew reports from the waterfront in Charleston, SC.) Colonel William Rhett of Charleston, who captured the notorious pirate Stede Bonnet, may have inspired the name of this fictional Charlestonian", - "value": "$400", - "answer": "Rhett Butler", - "round": "Double Jeopardy!", - "show_number": "4754", - "fullAnswer": "Rhett Butler" - }, { "category": "REEL PEOPLE", "air_date": "2005-04-14", @@ -1883189,16 +1790199,6 @@ "show_number": "4754", "fullAnswer": "a ZIP code" }, - { - "category": "HISTORIC CHARLESTON", - "air_date": "2005-04-14", - "question": "(Cheryl of the Clue Crew reports from a boat off Charleston, SC.) In its 1863 assault on Battery Wagner, the Union's first black unit earned this--also the title of a 1989 film about it", - "value": "$800", - "answer": "Glory", - "round": "Double Jeopardy!", - "show_number": "4754", - "fullAnswer": "Glory" - }, { "category": "REEL PEOPLE", "air_date": "2005-04-14", @@ -1883249,26 +1790249,6 @@ "show_number": "4754", "fullAnswer": "Zurich" }, - { - "category": "HISTORIC CHARLESTON", - "air_date": "2005-04-14", - "question": "(Jimmy of the Clue Crew reports from the waterfront in Charleston, SC.) On September 21, 1989, Charleston wasn't quite so peaceful, as this hurricane made landfall here with 135 mile-per-hour winds", - "value": "$1200", - "answer": "Hugo", - "round": "Double Jeopardy!", - "show_number": "4754", - "fullAnswer": "Hugo" - }, - { - "category": "REEL PEOPLE", - "air_date": "2005-04-14", - "question": "He's the famed Apache leader portrayed here

\"I break the arrow. I will try the way of peace.\"", - "value": "$1200", - "answer": "Cochise", - "round": "Double Jeopardy!", - "show_number": "4754", - "fullAnswer": "Cochise" - }, { "category": "ITALIAN COMPOSERS", "air_date": "2005-04-14", @@ -1883309,16 +1790289,6 @@ "show_number": "4754", "fullAnswer": "Zarathustra" }, - { - "category": "HISTORIC CHARLESTON", - "air_date": "2005-04-14", - "question": "(Cheryl of the Clue Crew reports from Fort Sumter in Charleston, SC.) At Fort Sumter, early one morning in this month & year, South Carolinian Henry Farley fired what may have been the Civil War's first shot", - "value": "$1600", - "answer": "April, 1861", - "round": "Double Jeopardy!", - "show_number": "4754", - "fullAnswer": "April, 1861" - }, { "category": "REEL PEOPLE", "air_date": "2005-04-14", @@ -1883369,16 +1790339,6 @@ "show_number": "4754", "fullAnswer": "Zechariah" }, - { - "category": "HISTORIC CHARLESTON", - "air_date": "2005-04-14", - "question": "(Cheryl of the Clue Crew reports from a boat off Charleston, SC.) Sullivan's Island held thousands of quarantined Africans who survived the Atlantic crossing known by this 2-word term", - "value": "$2000", - "answer": "Middle Passage", - "round": "Double Jeopardy!", - "show_number": "4754", - "fullAnswer": "the Middle Passage" - }, { "category": "REEL PEOPLE", "air_date": "2005-04-14", @@ -1883559,16 +1790519,6 @@ "show_number": "5839", "fullAnswer": "Dutch" }, - { - "category": "U.S. MOUNTAINS", - "air_date": "2010-01-21", - "question": "Seen here in the background, this highest peak in North America was named for a U.S. president", - "value": "$600", - "answer": "Mount McKinley", - "round": "Jeopardy!", - "show_number": "5839", - "fullAnswer": "Mount McKinley" - }, { "category": "NUTS LANDING", "air_date": "2010-01-21", @@ -1883879,16 +1790829,6 @@ "show_number": "5839", "fullAnswer": "Robert Louis Stevenson" }, - { - "category": "WHEELS OF MISFORTUNE", - "air_date": "2010-01-21", - "question": "The attempt to change the car world by this man didn't quite work out", - "value": "$1200", - "answer": "DeLorean", - "round": "Double Jeopardy!", - "show_number": "5839", - "fullAnswer": "(John) DeLorean" - }, { "category": "ARTS NEWS 2009", "air_date": "2010-01-21", @@ -1884279,16 +1791219,6 @@ "show_number": "5896", "fullAnswer": "waxing" }, - { - "category": "BAD BREAK-UP LINES", - "air_date": "2010-04-12", - "question": "I only have eyes for this White House bigwig & ex-Congressman seen here", - "value": "$1000", - "answer": "Rahm Emanuel", - "round": "Jeopardy!", - "show_number": "5896", - "fullAnswer": "Rahm Emanuel" - }, { "category": "IF YOU BUILD IT...", "air_date": "2010-04-12", @@ -1884829,16 +1791759,6 @@ "show_number": "5867", "fullAnswer": "the gluteus maximus" }, - { - "category": "YOUR WEAPON OF CHOICE", - "air_date": "2010-03-02", - "question": "Remember, the knife seen here was named for this Alamo man", - "value": "$800", - "answer": "Bowie", - "round": "Jeopardy!", - "show_number": "5867", - "fullAnswer": "(James) Bowie" - }, { "category": "MORE THAN ONE MEANING", "air_date": "2010-03-02", @@ -1884929,16 +1791849,6 @@ "show_number": "5867", "fullAnswer": "Cain" }, - { - "category": "WHERE AM I?", - "air_date": "2010-03-02", - "question": "(Jimmy of the Clue Crew reports from an estate.) I'm at this Virginia residence that definitely is entitled to put up a \"George Washington slept here\" sign", - "value": "$400", - "answer": "Mount Vernon", - "round": "Double Jeopardy!", - "show_number": "5867", - "fullAnswer": "Mount Vernon" - }, { "category": "THE NAACP SPINGARN MEDAL WINNERS", "air_date": "2010-03-02", @@ -1884989,16 +1791899,6 @@ "show_number": "5867", "fullAnswer": "Jesus Christ Superstar" }, - { - "category": "WHERE AM I?", - "air_date": "2010-03-02", - "question": "(Sarah of the Clue Crew reports from near a metal gateway.) I'm on the campus of this university in the Bay Area, where 1960s student activism sparked the Free Speech Movement", - "value": "$800", - "answer": "Berkeley", - "round": "Double Jeopardy!", - "show_number": "5867", - "fullAnswer": "Berkeley" - }, { "category": "THE NAACP SPINGARN MEDAL WINNERS", "air_date": "2010-03-02", @@ -1885049,16 +1791949,6 @@ "show_number": "5867", "fullAnswer": "The Greatest Story Ever Told" }, - { - "category": "WHERE AM I?", - "air_date": "2010-03-02", - "question": "(Kelly of the Clue Crew sits amongst boxes of crayons.) I'm at the Crayola factory in this state's city of Easton, part of an industrial complex with Allentown & Bethlehem", - "value": "$1200", - "answer": "Pennsylvania", - "round": "Double Jeopardy!", - "show_number": "5867", - "fullAnswer": "Pennsylvania" - }, { "category": "THE NAACP SPINGARN MEDAL WINNERS", "air_date": "2010-03-02", @@ -1885079,16 +1791969,6 @@ "show_number": "5867", "fullAnswer": "Othello" }, - { - "category": "THE \"POST\" CATEGORY", - "air_date": "2010-03-02", - "question": "It's the type of bed seen here", - "value": "$1200", - "answer": "four-poster bed", - "round": "Double Jeopardy!", - "show_number": "5867", - "fullAnswer": "a four-poster bed" - }, { "category": "MASSAGE IN A BOTTLE", "air_date": "2010-03-02", @@ -1885109,16 +1791989,6 @@ "show_number": "5867", "fullAnswer": "Edward G. Robinson" }, - { - "category": "WHERE AM I?", - "air_date": "2010-03-02", - "question": "(Kelly of the Clue Crew reports from amongst rocket fuel tanks.) Kennedy Space Center is in Florida; I'm in this state, at NASA's White Sands test facility", - "value": "$1600", - "answer": "New Mexico", - "round": "Double Jeopardy!", - "show_number": "5867", - "fullAnswer": "New Mexico" - }, { "category": "THE NAACP SPINGARN MEDAL WINNERS", "air_date": "2010-03-02", @@ -1885169,16 +1792039,6 @@ "show_number": "5867", "fullAnswer": "The Last Temptation of Christ" }, - { - "category": "WHERE AM I?", - "air_date": "2010-03-02", - "question": "(Kelly reports from a USMC base with some parked helicopters.) I'm at this United States Marine Corps base, an area that was visited by the Spanish 40 years before Jamestown was founded", - "value": "$2000", - "answer": "Quantico", - "round": "Double Jeopardy!", - "show_number": "5867", - "fullAnswer": "Quantico" - }, { "category": "THE NAACP SPINGARN MEDAL WINNERS", "air_date": "2010-03-02", @@ -1885354,7 +1792214,7 @@ "air_date": "1999-04-02", "question": "In 1954 the \"No More Tears\" formula of this product was introduced", "value": "$300", - "answer": "Johnson\\'s Baby Shampoo", + "answer": "Johnson's Baby Shampoo", "round": "Jeopardy!", "show_number": "3365", "fullAnswer": "Johnson\\'s Baby Shampoo" @@ -1885504,7 +1792364,7 @@ "air_date": "1999-04-02", "question": "It's about \"time\" we did this holiday", "value": "$500", - "answer": "New Year\\'s Eve", + "answer": "New Year's Eve", "round": "Jeopardy!", "show_number": "3365", "fullAnswer": "New Year\\'s Eve" @@ -1886114,7 +1792974,7 @@ "air_date": "2001-01-23", "question": "Powerful former politician seen here
(once Speaker of the House)", "value": "$500", - "answer": "Tip O\\'Neill", + "answer": "Tip O'Neill", "round": "Jeopardy!", "show_number": "3777", "fullAnswer": "Tip O\\'Neill" @@ -1886589,36 +1793449,6 @@ "show_number": "5199", "fullAnswer": "prod" }, - { - "category": "THE OLD COLLEGE TRY", - "air_date": "2007-03-29", - "question": "Seen here is the sports team logo of this university, whose stars have included Sidney Moncrief & Lance Alworth", - "value": "$600", - "answer": "Arkansas ", - "round": "Jeopardy!", - "show_number": "5199", - "fullAnswer": "Arkansas (Razorbacks)" - }, - { - "category": "LET'S SPEAK JAPANESE", - "air_date": "2007-03-29", - "question": "(I'm Harry Smith.) In January 2005 I covered the aftermath of one of these disasters whose name is from the Japanese for \"harbor wave\"", - "value": "$600", - "answer": "tsunami", - "round": "Jeopardy!", - "show_number": "5199", - "fullAnswer": "a tsunami" - }, - { - "category": "STUPID ANSWERS", - "air_date": "2007-03-29", - "question": "(Jon of the Clue Crew reads from Macy's Warehouse.) In 2006, this cable channel's float in the Macy's Thanksgiving Day Parade depicted the history of New York", - "value": "$600", - "answer": "History Channel", - "round": "Jeopardy!", - "show_number": "5199", - "fullAnswer": "The History Channel" - }, { "category": "THE GOLDEN AGE OF TELEVISION", "air_date": "2007-03-29", @@ -1886729,16 +1793559,6 @@ "show_number": "5199", "fullAnswer": "Passion" }, - { - "category": "THE TUDORS", - "air_date": "2007-03-29", - "question": "In one episode, Henry VIII & this woman have a little dinner conversation

\"You have not answered my nephew's letters.\"
\"Just because your nephew's the king of Spain, does he think I have nothing better to do?\"
", - "value": "$400", - "answer": "Catherine of Aragon", - "round": "Double Jeopardy!", - "show_number": "5199", - "fullAnswer": "Catherine of Aragon" - }, { "category": "FAMOUS PAIRS", "air_date": "2007-03-29", @@ -1886789,16 +1793609,6 @@ "show_number": "5199", "fullAnswer": "a straight arrow" }, - { - "category": "THE TUDORS", - "air_date": "2007-03-29", - "question": "This daughter of Henry later married Spain's king; here she meets another royal

\"Are you the Dauphin of France?\"
\"Oui.\"
\"Then I want to kiss you.\"
", - "value": "$800", - "answer": "Mary I", - "round": "Double Jeopardy!", - "show_number": "5199", - "fullAnswer": "Mary I" - }, { "category": "FAMOUS PAIRS", "air_date": "2007-03-29", @@ -1886819,16 +1793629,6 @@ "show_number": "5199", "fullAnswer": "Truman Capote" }, - { - "category": "FLOWERS", - "air_date": "2007-03-29", - "question": "A Texas field of these flowers is seen here", - "value": "$800", - "answer": "bluebonnets", - "round": "Double Jeopardy!", - "show_number": "5199", - "fullAnswer": "(Texas) bluebonnets" - }, { "category": "BEAUS", "air_date": "2007-03-29", @@ -1886849,16 +1793649,6 @@ "show_number": "5199", "fullAnswer": "Arrowhead Stadium" }, - { - "category": "THE TUDORS", - "air_date": "2007-03-29", - "question": "Henry's gift to the French king helped inspire this nursery rhyme whose first word is \"Sing\"", - "value": "$1200", - "answer": "Sing a Song of Sixpence", - "round": "Double Jeopardy!", - "show_number": "5199", - "fullAnswer": "\"Sing a Song of Sixpence\"" - }, { "category": "FAMOUS PAIRS", "air_date": "2007-03-29", @@ -1886909,16 +1793699,6 @@ "show_number": "5199", "fullAnswer": "Arrowsmith" }, - { - "category": "THE TUDORS", - "air_date": "2007-03-29", - "question": "Here Henry VIII gets the pacifistic view from this author friend

\"You didn't say much at council last night.\"
\"About what?\"
\"Going to war with France.\"
\"As a humanist, I have an abhorrence of war.\"
", - "value": "$1600", - "answer": "More", - "round": "Double Jeopardy!", - "show_number": "5199", - "fullAnswer": "(Thomas) More" - }, { "category": "FAMOUS PAIRS", "air_date": "2007-03-29", @@ -1886959,16 +1793739,6 @@ "show_number": "5199", "fullAnswer": "arrowroot" }, - { - "category": "THE TUDORS", - "air_date": "2007-03-29", - "question": "This smoothie, an advisor to the king, is seen here in typical mode

\"What happened in Urbino--the butchering of our ambassador--was most unfortunate, especially for me. Your Excellency is well aware of my sentiments towards your country.\"", - "value": "$2000", - "answer": "Wolsey", - "round": "Double Jeopardy!", - "show_number": "5199", - "fullAnswer": "(Cardinal) Wolsey" - }, { "category": "FAMOUS PAIRS", "air_date": "2007-03-29", @@ -1887219,16 +1793989,6 @@ "show_number": "5220", "fullAnswer": "Howard Cosell" }, - { - "category": "THE NEW YORK TIMES ARTS", - "air_date": "2007-04-27", - "question": "The Times noted that \"Office at Night\", seen here, was one of many works by this artist on display at the Whitney", - "value": "$800", - "answer": "Hopper", - "round": "Jeopardy!", - "show_number": "5220", - "fullAnswer": "(Edward) Hopper" - }, { "category": "IT'S A SCIENTIFIC FACT", "air_date": "2007-04-27", @@ -1887289,16 +1794049,6 @@ "show_number": "5220", "fullAnswer": "(Mikhail) Baryshnikov" }, - { - "category": "IT'S A SCIENTIFIC FACT", - "air_date": "2007-04-27", - "question": "(Kelly of the Clue Crew reports.) Give a length of paper a half-twist, join the ends, and you've created one of these one-sided strips named for a German topologist", - "value": "$1000", - "answer": "Möbius strip", - "round": "Jeopardy!", - "show_number": "5220", - "fullAnswer": "a Möbius strip" - }, { "category": "HOLIDAYS & OBSERVANCES", "air_date": "2007-04-27", @@ -1887319,16 +1794069,6 @@ "show_number": "5220", "fullAnswer": "Alaska and Nebraska" }, - { - "category": "THIS OLD HOUSE: THE AUSTIN PROJECT", - "air_date": "2007-04-27", - "question": "To reduce water consumption, the project landscapes using plants like zoysha that are heat and this tolerant", - "value": "$400", - "answer": "drought", - "round": "Double Jeopardy!", - "show_number": "5220", - "fullAnswer": "drought" - }, { "category": "THEY PLAYED WYATT EARP", "air_date": "2007-04-27", @@ -1887379,16 +1794119,6 @@ "show_number": "5220", "fullAnswer": "the Tower of London" }, - { - "category": "THIS OLD HOUSE: THE AUSTIN PROJECT", - "air_date": "2007-04-27", - "question": "All the waste from the project is being recycled, rather than going into these, which still take 55% of the U.S.A's trash", - "value": "$800", - "answer": "landfills", - "round": "Double Jeopardy!", - "show_number": "5220", - "fullAnswer": "landfills" - }, { "category": "THEY PLAYED WYATT EARP", "air_date": "2007-04-27", @@ -1887439,16 +1794169,6 @@ "show_number": "5220", "fullAnswer": "James Earl Ray" }, - { - "category": "THIS OLD HOUSE: THE AUSTIN PROJECT", - "air_date": "2007-04-27", - "question": "These items being applied here save energy, and their cost can be offset by rebates and tax credits", - "value": "$1200", - "answer": "solar panels", - "round": "Double Jeopardy!", - "show_number": "5220", - "fullAnswer": "solar panels" - }, { "category": "THEY PLAYED WYATT EARP", "air_date": "2007-04-27", @@ -1887499,16 +1794219,6 @@ "show_number": "5220", "fullAnswer": "Noriega" }, - { - "category": "THIS OLD HOUSE: THE AUSTIN PROJECT", - "air_date": "2007-04-27", - "question": "A hologram contrasts the old heat-absorbing asphalt roof and the new reflective one of galvanized this light metal", - "value": "$1600", - "answer": "aluminum", - "round": "Double Jeopardy!", - "show_number": "5220", - "fullAnswer": "aluminum" - }, { "category": "THEY PLAYED WYATT EARP", "air_date": "2007-04-27", @@ -1887539,16 +1794249,6 @@ "show_number": "5220", "fullAnswer": "Turkish" }, - { - "category": "YOU CAN CZECH OUT ANY TIME YOU LIKE", - "air_date": "2007-04-27", - "question": "(Jimmy of the Clue Crew reports from the Czech Republic.) It's what we're experiencing outside the Czech capital, or the name given to Czechoslovakia's moment of reform in 1968", - "value": "$3,600", - "answer": "Prague Spring", - "round": "Double Jeopardy!", - "show_number": "5220", - "fullAnswer": "the Prague Spring" - }, { "category": "BUT YOU CAN NEVER LEAVE", "air_date": "2007-04-27", @@ -1887559,16 +1794259,6 @@ "show_number": "5220", "fullAnswer": "the Marquis de Sade" }, - { - "category": "THIS OLD HOUSE: THE AUSTIN PROJECT", - "air_date": "2007-04-27", - "question": "Popular among the green-minded because it's made from waste products, M.D.F. stands for medium-density this", - "value": "$2000", - "answer": "fiberboard", - "round": "Double Jeopardy!", - "show_number": "5220", - "fullAnswer": "fiberboard" - }, { "category": "THEY PLAYED WYATT EARP", "air_date": "2007-04-27", @@ -1887944,7 +1794634,7 @@ "air_date": "1998-11-02", "question": "\"Every time a bell rings, an angel gets his wings\" is a line from this 1946 classic film", "value": "$200", - "answer": "It\\'s A Wonderful Life", + "answer": "It's A Wonderful Life", "round": "Double Jeopardy!", "show_number": "3256", "fullAnswer": "\"It\\'s A Wonderful Life\"" @@ -1888144,7 +1794834,7 @@ "air_date": "1998-11-02", "question": "Its May 1998 issue featured its new design: a full cover photo & the table of contents moved inside", "value": "$800", - "answer": "Reader\\'s Digest", + "answer": "Reader's Digest", "round": "Double Jeopardy!", "show_number": "3256", "fullAnswer": "Reader\\'s Digest" @@ -1888294,7 +1794984,7 @@ "air_date": "2002-10-03", "question": "The editors of People Magazine found no one worthy of this title for 1994; Brad Pitt got it in 1995", "value": "$400", - "answer": "People\\'s Sexiest Man Alive", + "answer": "People's Sexiest Man Alive", "round": "Jeopardy!", "show_number": "4159", "fullAnswer": "\"People\\'s Sexiest Man Alive\"" @@ -1888634,7 +1795324,7 @@ "air_date": "2002-10-03", "question": "Belinda, Jane, Charlotte, Kathy & Gina", "value": "$800", - "answer": "Go-Go\\'s", + "answer": "Go-Go's", "round": "Double Jeopardy!", "show_number": "4159", "fullAnswer": "the Go-Go\\'s" @@ -1888829,16 +1795519,6 @@ "show_number": "4159", "fullAnswer": "Jones" }, - { - "category": "LANDSCAPE PAINTINGS", - "air_date": "2010-09-24", - "question": "Benozzo Gozzoli made a unique landscape the backdrop for the biblical journey of this trio", - "value": "$200", - "answer": "three wise men ", - "round": "Jeopardy!", - "show_number": "5985", - "fullAnswer": "the three wise men (or the three magi)" - }, { "category": "SONG HITS FOR 2", "air_date": "2010-09-24", @@ -1888889,16 +1795569,6 @@ "show_number": "5985", "fullAnswer": "fried" }, - { - "category": "LANDSCAPE PAINTINGS", - "air_date": "2010-09-24", - "question": "In the early 1800s, Richard Bonington's landscapes helped popularize this painting medium, shown here in French art", - "value": "$400", - "answer": "watercolors", - "round": "Jeopardy!", - "show_number": "5985", - "fullAnswer": "watercolors" - }, { "category": "SONG HITS FOR 2", "air_date": "2010-09-24", @@ -1888949,22 +1795619,12 @@ "show_number": "5985", "fullAnswer": "over easy" }, - { - "category": "LANDSCAPE PAINTINGS", - "air_date": "2010-09-24", - "question": "Known for terrible scenes of May 1808, here he shows the happy May 15th fiesta of Madrid's patron saint", - "value": "$600", - "answer": "Goya", - "round": "Jeopardy!", - "show_number": "5985", - "fullAnswer": "Goya" - }, { "category": "SONG HITS FOR 2", "air_date": "2010-09-24", "question": "The Monkees in 1966; Smash Mouth in 2001", "value": "$600", - "answer": "I\\'m A Believer", + "answer": "I'm A Believer", "round": "Jeopardy!", "show_number": "5985", "fullAnswer": "\"I\\'m A Believer\"" @@ -1889009,16 +1795669,6 @@ "show_number": "5985", "fullAnswer": "deviled" }, - { - "category": "LANDSCAPE PAINTINGS", - "air_date": "2010-09-24", - "question": "Dutch artist Joseph Knip painted a landscape along this mighty river that last passes through the Netherlands", - "value": "$800", - "answer": "Rhine", - "round": "Jeopardy!", - "show_number": "5985", - "fullAnswer": "the Rhine" - }, { "category": "SONG HITS FOR 2", "air_date": "2010-09-24", @@ -1889069,22 +1795719,12 @@ "show_number": "5985", "fullAnswer": "hard-boiled" }, - { - "category": "LANDSCAPE PAINTINGS", - "air_date": "2010-09-24", - "question": "Annibale Carracci has been called Europe's first landscapist in this type of art, valuing balance & clear form", - "value": "$1000", - "answer": "classical", - "round": "Jeopardy!", - "show_number": "5985", - "fullAnswer": "classical" - }, { "category": "SONG HITS FOR 2", "air_date": "2010-09-24", "question": "Bob Dylan in 1973; Guns N' Roses in 1991", "value": "$1000", - "answer": "Knockin\\' On Heaven\\'s Door", + "answer": "Knockin' On Heaven's Door", "round": "Jeopardy!", "show_number": "5985", "fullAnswer": "\"Knockin\\' On Heaven\\'s Door\"" @@ -1889219,16 +1795859,6 @@ "show_number": "5985", "fullAnswer": "Georgetown" }, - { - "category": "IT'S A BIRD!", - "air_date": "2010-09-24", - "question": "This flightless forest dweller seen here went the way of itself around 1680", - "value": "$800", - "answer": "dodo", - "round": "Double Jeopardy!", - "show_number": "5985", - "fullAnswer": "the dodo" - }, { "category": "IT'S A PLAIN!", "air_date": "2010-09-24", @@ -1889299,16 +1795929,6 @@ "show_number": "5985", "fullAnswer": "Salisbury Plain" }, - { - "category": "NAH, IT'S JUST \"ME\"", - "air_date": "2010-09-24", - "question": "Two-word term for the event seen here", - "value": "$1200", - "answer": "meteor shower", - "round": "Double Jeopardy!", - "show_number": "5985", - "fullAnswer": "meteor shower" - }, { "category": "FIRST & LAST KINGS", "air_date": "2010-09-24", @@ -1890239,16 +1796859,6 @@ "show_number": "5785", "fullAnswer": "the Arctic Ocean" }, - { - "category": "CELEBS", - "air_date": "2009-11-06", - "question": "There's been a lot of gossip about this boy seen here", - "value": "$800", - "answer": "Chace Crawford", - "round": "Jeopardy!", - "show_number": "5785", - "fullAnswer": "Chace Crawford" - }, { "category": "ANNUAL EVENTS", "air_date": "2009-11-06", @@ -1890439,16 +1797049,6 @@ "show_number": "5785", "fullAnswer": "electricity" }, - { - "category": "FAMOUS LATINOS & LATINAS", - "air_date": "2009-11-06", - "question": "Artist Fernando Botero once attended a school for this bloody sport & his \"Picador\" shows a participant", - "value": "$800", - "answer": "bullfighting", - "round": "Double Jeopardy!", - "show_number": "5785", - "fullAnswer": "bullfighting" - }, { "category": "2-LETTER SCRABBLE WORDS", "air_date": "2009-11-06", @@ -1890534,7 +1797134,7 @@ "air_date": "2009-11-06", "question": "Thornton Wilder's \"Our Town\" is set in the early 20th century in this typical American town located in New Hampshire", "value": "$1600", - "answer": "Grover\\'s Corners", + "answer": "Grover's Corners", "round": "Double Jeopardy!", "show_number": "5785", "fullAnswer": "Grover\\'s Corners" @@ -1890689,16 +1797289,6 @@ "show_number": "3129", "fullAnswer": "India" }, - { - "category": "ON THE BOARDS", - "air_date": "1998-03-19", - "question": "In 1997, this actor joined the board of the NRA and was elected vice president", - "value": "$100", - "answer": "Charlton Heston", - "round": "Jeopardy!", - "show_number": "3129", - "fullAnswer": "Charlton Heston" - }, { "category": "IN THE \"KEY\"", "air_date": "1998-03-19", @@ -1890819,16 +1797409,6 @@ "show_number": "3129", "fullAnswer": "the Smithsonian" }, - { - "category": "IN THE \"KEY\"", - "air_date": "1998-03-19", - "question": "It's the dance done to the music heard here:", - "value": "$300", - "answer": "hokey-pokey", - "round": "Jeopardy!", - "show_number": "3129", - "fullAnswer": "the hokey-pokey" - }, { "category": "IN THE AIR UP THERE", "air_date": "1998-03-19", @@ -1890839,16 +1797419,6 @@ "show_number": "3129", "fullAnswer": "the ozone layer" }, - { - "category": "BASKETBALL", - "air_date": "1998-03-19", - "question": "Type of infraction signaled by the official seen here:", - "value": "$400", - "answer": "technical foul", - "round": "Jeopardy!", - "show_number": "3129", - "fullAnswer": "a technical foul" - }, { "category": "COURTS", "air_date": "1998-03-19", @@ -1890939,16 +1797509,6 @@ "show_number": "3129", "fullAnswer": "Gary (Elbert)" }, - { - "category": "IN THE \"KEY\"", - "air_date": "1998-03-19", - "question": "Named for the studio that produced their films, it's the group seen here:", - "value": "$1,600", - "answer": "Keystone Kops", - "round": "Jeopardy!", - "show_number": "3129", - "fullAnswer": "the Keystone Kops" - }, { "category": "IN THE AIR UP THERE", "air_date": "1998-03-19", @@ -1891089,16 +1797649,6 @@ "show_number": "3129", "fullAnswer": "Sardinia" }, - { - "category": "CHARACTERS IN MUSICALS", - "air_date": "1998-03-19", - "question": "The heroine of this musical tells of her life in the following:

\"I was born in a ditch by a /
Mother who left me there /
Naked and cold and too hungry to cry...\"", - "value": "$2,000", - "answer": "Man of La Mancha", - "round": "Double Jeopardy!", - "show_number": "3129", - "fullAnswer": "The Man of La Mancha" - }, { "category": "WOMEN: WRITE ON!", "air_date": "1998-03-19", @@ -1891444,7 +1797994,7 @@ "air_date": "2009-12-01", "question": "This 1964 Beatles film was made for $500,000 & shot in a little over 6 weeks (they were working like dogs!)", "value": "$800", - "answer": "Hard Day\\'s Night", + "answer": "Hard Day's Night", "round": "Jeopardy!", "show_number": "5802", "fullAnswer": "A Hard Day\\'s Night" @@ -1891509,16 +1798059,6 @@ "show_number": "5802", "fullAnswer": "(Edward R.) Murrow" }, - { - "category": "CASTLING", - "air_date": "2009-12-01", - "question": "It's the 10-letter word for the grille seen here", - "value": "$1000", - "answer": "portcullis", - "round": "Jeopardy!", - "show_number": "5802", - "fullAnswer": "portcullis" - }, { "category": "KING TAKES QUEEN", "air_date": "2009-12-01", @@ -1891599,16 +1798139,6 @@ "show_number": "5802", "fullAnswer": "tulips" }, - { - "category": "POLAR OBSESSION", - "air_date": "2009-12-01", - "question": "(Paul Nicklen presents the clue.) Walruses use ice as a safe place to rest & save energy; mom puts her pup on her back to protect against this species, Ursus maritimus, a major predator", - "value": "$400", - "answer": "polar bear", - "round": "Double Jeopardy!", - "show_number": "5802", - "fullAnswer": "a polar bear" - }, { "category": "T.S. ELIOT", "air_date": "2009-12-01", @@ -1891659,16 +1798189,6 @@ "show_number": "5802", "fullAnswer": "turbines" }, - { - "category": "POLAR OBSESSION", - "air_date": "2009-12-01", - "question": "(Paul Nicklen presents the clue.) Called oakum boys because their brown down looks like the frayed rope fiber used to caulk ships, king penguin chicks undergo this shedding process that gives them their waterproof feathers", - "value": "$800", - "answer": "molting", - "round": "Double Jeopardy!", - "show_number": "5802", - "fullAnswer": "molting" - }, { "category": "T.S. ELIOT", "air_date": "2009-12-01", @@ -1891694,7 +1798214,7 @@ "air_date": "2009-12-01", "question": "\"I'll paint (the flower) big and they'll be surprised into taking time to look at it\"", "value": "$3,600", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Double Jeopardy!", "show_number": "5802", "fullAnswer": "Georgia O\\'Keeffe" @@ -1891719,16 +1798239,6 @@ "show_number": "5802", "fullAnswer": "tuna" }, - { - "category": "POLAR OBSESSION", - "air_date": "2009-12-01", - "question": "(Paul Nicklen presents the clue.) Known for its ferocity, the seal named for this big cat shows vast intelligence & is the only seal known to eat other species of seals", - "value": "$1200", - "answer": "leopard", - "round": "Double Jeopardy!", - "show_number": "5802", - "fullAnswer": "a leopard" - }, { "category": "T.S. ELIOT", "air_date": "2009-12-01", @@ -1891779,16 +1798289,6 @@ "show_number": "5802", "fullAnswer": "turtledoves" }, - { - "category": "POLAR OBSESSION", - "air_date": "2009-12-01", - "question": "(Paul Nicklen presents the clue.) It's easy to see why these mammals are called unicorns of the sea; that's not a horn, though--it's actually a grooved tooth", - "value": "$1600", - "answer": "narwhal", - "round": "Double Jeopardy!", - "show_number": "5802", - "fullAnswer": "a narwhal" - }, { "category": "RELATIONSHIPS", "air_date": "2009-12-01", @@ -1891829,16 +1798329,6 @@ "show_number": "5802", "fullAnswer": "Turkmenistan" }, - { - "category": "POLAR OBSESSION", - "air_date": "2009-12-01", - "question": "(Paul Nicklen presents the clue.) Cliff-nesting birds, like the thousands seen here, play an important part in Arctic ecology; their guano falls before the icy water's surface to provide nutrients to these flowery invertebrates", - "value": "$2000", - "answer": "sea anemones", - "round": "Double Jeopardy!", - "show_number": "5802", - "fullAnswer": "sea anemones" - }, { "category": "POLITICAL PHILOSOPHY", "air_date": "2009-12-01", @@ -1891894,7 +1798384,7 @@ "air_date": "2003-09-10", "question": "The New England Primer used in colonial America included this, which begins, \"Our Father, which art in heaven\"", "value": "$200", - "answer": "The Lord\\'s Prayer", + "answer": "The Lord's Prayer", "round": "Jeopardy!", "show_number": "4368", "fullAnswer": "\"The Lord\\'s Prayer\"" @@ -1891994,7 +1798484,7 @@ "air_date": "2003-09-10", "question": "This fast food chicken chain offers red beans & rice & mashed potatoes & cajun gravy, but no spinach", "value": "$600", - "answer": "Popeye\\'s", + "answer": "Popeye's", "round": "Jeopardy!", "show_number": "4368", "fullAnswer": "Popeye\\'s" @@ -1892114,7 +1798604,7 @@ "air_date": "2003-09-10", "question": "At State & Rush Streets, you can dine at the original one of these steakhouses \"of Chicago\"", "value": "$1000", - "answer": "Morton\\'s", + "answer": "Morton's", "round": "Jeopardy!", "show_number": "4368", "fullAnswer": "Morton\\'s" @@ -1892624,7 +1799114,7 @@ "air_date": "2009-09-22", "question": "\"Two shakes of\" this means to move remarkably fast", "value": "$600", - "answer": "lamb\\'s tail", + "answer": "lamb's tail", "round": "Jeopardy!", "show_number": "5752", "fullAnswer": "a lamb\\'s tail" @@ -1892739,16 +1799229,6 @@ "show_number": "5752", "fullAnswer": "Clarence Thomas" }, - { - "category": "BEASTLY EXPRESSIONS", - "air_date": "2009-09-22", - "question": "(Sarah of the Clue Crew reports from the deck of the USS John C. Stennis.) An observation area for the flight deck is grimly called this bird's row; crashes are less common now than when it got the name", - "value": "$1000", - "answer": "vulture", - "round": "Jeopardy!", - "show_number": "5752", - "fullAnswer": "a vulture" - }, { "category": "THE NATIONAL BOOK AWARDS", "air_date": "2009-09-22", @@ -1892789,16 +1799269,6 @@ "show_number": "5752", "fullAnswer": "Sasquatch" }, - { - "category": "CYBERIA", - "air_date": "2009-09-22", - "question": "abanet.org is home to this, the world's largest voluntary professional organization", - "value": "$400", - "answer": "American Bar Association", - "round": "Double Jeopardy!", - "show_number": "5752", - "fullAnswer": "the American Bar Association" - }, { "category": "\"RUSH\"IA", "air_date": "2009-09-22", @@ -1892849,16 +1799319,6 @@ "show_number": "5752", "fullAnswer": "a mermaid" }, - { - "category": "CYBERIA", - "air_date": "2009-09-22", - "question": "retailmenot.com helps you save money with these, which once had to be clipped from the newspaper", - "value": "$800", - "answer": "coupons", - "round": "Double Jeopardy!", - "show_number": "5752", - "fullAnswer": "coupons" - }, { "category": "\"RUSH\"IA", "air_date": "2009-09-22", @@ -1892879,16 +1799339,6 @@ "show_number": "5752", "fullAnswer": "All the Pretty Horses" }, - { - "category": "SCOTT JOPLIN", - "air_date": "2009-09-22", - "question": "Canadians might know the name for this Scott Joplin composition heard here", - "value": "$1200", - "answer": "Maple Leaf Rag", - "round": "Double Jeopardy!", - "show_number": "5752", - "fullAnswer": "the \"Maple Leaf Rag\"" - }, { "category": "ONE-NAMED PERSONALITIES", "air_date": "2009-09-22", @@ -1892909,16 +1799359,6 @@ "show_number": "5752", "fullAnswer": "Nessie (or the Loch Ness Monster)" }, - { - "category": "CYBERIA", - "air_date": "2009-09-22", - "question": "You can watch video on cell phones, on TV or over the Internet with this player", - "value": "$1200", - "answer": "QuickTime", - "round": "Double Jeopardy!", - "show_number": "5752", - "fullAnswer": "QuickTime" - }, { "category": "\"RUSH\"IA", "air_date": "2009-09-22", @@ -1892999,16 +1799439,6 @@ "show_number": "5752", "fullAnswer": "The Man with the Golden Arm" }, - { - "category": "SCOTT JOPLIN", - "air_date": "2009-09-22", - "question": "Perhaps referring to himself, it's the title of the popular Scott Joplin work heard here", - "value": "$2000", - "answer": "The Entertainer", - "round": "Double Jeopardy!", - "show_number": "5752", - "fullAnswer": "\"The Entertainer\"" - }, { "category": "ONE-NAMED PERSONALITIES", "air_date": "2009-09-22", @@ -1893579,16 +1800009,6 @@ "show_number": "3591", "fullAnswer": "Canadian National" }, - { - "category": "MATH", - "air_date": "2000-03-27", - "question": "The type of statement seen here, or the relationship between rich & poor:

x3 - 23 < 91", - "value": "$800", - "answer": "inequality", - "round": "Double Jeopardy!", - "show_number": "3591", - "fullAnswer": "an inequality" - }, { "category": "\"EAT\" IT", "air_date": "2000-03-27", @@ -1893709,16 +1800129,6 @@ "show_number": "5381", "fullAnswer": "Jason Bourne" }, - { - "category": "WHAT A FAMOUS HORSE RACE!", - "air_date": "2008-01-21", - "question": "& away they go... This horse who was 1st on TV in 1949 leads early... Its masked jockey seems to be saying \"Hi yo\" something", - "value": "$200", - "answer": "Silver", - "round": "Jeopardy!", - "show_number": "5381", - "fullAnswer": "Silver" - }, { "category": "HISTORIC AMOURS", "air_date": "2008-01-21", @@ -1893769,16 +1800179,6 @@ "show_number": "5381", "fullAnswer": "the Dalai Lama" }, - { - "category": "WHAT A FAMOUS HORSE RACE!", - "air_date": "2008-01-21", - "question": "At the turn, it's this title horse, of course, of course; his show ran from 1961-66... & he's doing his own trash talking!", - "value": "$400", - "answer": "Mr. Ed", - "round": "Jeopardy!", - "show_number": "5381", - "fullAnswer": "Mr. Ed" - }, { "category": "HISTORIC AMOURS", "air_date": "2008-01-21", @@ -1893809,16 +1800209,6 @@ "show_number": "5381", "fullAnswer": "hot air balloons" }, - { - "category": "EUROPEANA", - "air_date": "2008-01-21", - "question": "European city seen here in 1968", - "value": "$600", - "answer": "Prague", - "round": "Jeopardy!", - "show_number": "5381", - "fullAnswer": "Prague" - }, { "category": "2007 BESTSELLERS", "air_date": "2008-01-21", @@ -1893829,16 +1800219,6 @@ "show_number": "5381", "fullAnswer": "Albert Einstein" }, - { - "category": "WHAT A FAMOUS HORSE RACE!", - "air_date": "2008-01-21", - "question": "Created by Anna Sewell in 1877, this literary horse shows a full recovery from a broken leg & now leads!", - "value": "$600", - "answer": "Black Beauty", - "round": "Jeopardy!", - "show_number": "5381", - "fullAnswer": "Black Beauty" - }, { "category": "HISTORIC AMOURS", "air_date": "2008-01-21", @@ -1893959,16 +1800339,6 @@ "show_number": "5381", "fullAnswer": "Adonis" }, - { - "category": "LAMPS", - "air_date": "2008-01-21", - "question": "Stormy name for the type of antique lamp seen here", - "value": "$400", - "answer": "hurricane lamp", - "round": "Double Jeopardy!", - "show_number": "5381", - "fullAnswer": "a hurricane lamp" - }, { "category": "DEATH", "air_date": "2008-01-21", @@ -1894014,7 +1800384,7 @@ "air_date": "2008-01-21", "question": "You may have this small but crucial weakness even if you weren't dipped in the River Styx by your mother", "value": "$800", - "answer": "Achilles\\' heel", + "answer": "Achilles' heel", "round": "Double Jeopardy!", "show_number": "5381", "fullAnswer": "an Achilles\\' heel" @@ -1894069,16 +1800439,6 @@ "show_number": "5381", "fullAnswer": "a harpy" }, - { - "category": "LAMPS", - "air_date": "2008-01-21", - "question": "(Cheryl of the Clue Crew indicates a lava lamp.) Lava lamps are possible because the liquids have different specific gravities & are immiscible, which means this", - "value": "$1200", - "answer": "they don\\'t mix", - "round": "Double Jeopardy!", - "show_number": "5381", - "fullAnswer": "they don\\'t mix" - }, { "category": "DEATH", "air_date": "2008-01-21", @@ -1894169,16 +1800529,6 @@ "show_number": "5381", "fullAnswer": "the Elysian Fields" }, - { - "category": "LAMPS", - "air_date": "2008-01-21", - "question": "French term for the upward-illuminating lamp seen here", - "value": "$2000", - "answer": "torchiere", - "round": "Double Jeopardy!", - "show_number": "5381", - "fullAnswer": "torchiere" - }, { "category": "DEATH", "air_date": "2008-01-21", @@ -1894249,16 +1800599,6 @@ "show_number": "4817", "fullAnswer": "NO!" }, - { - "category": "POTPOURRI", - "air_date": "2005-07-12", - "question": "The pitcher looks in for this, he doesn't like what he sees... he's shaking it off...", - "value": "$200", - "answer": "sign", - "round": "Jeopardy!", - "show_number": "4817", - "fullAnswer": "the sign" - }, { "category": "NATIONAL ANTHEMS", "air_date": "2005-07-12", @@ -1894309,16 +1800649,6 @@ "show_number": "4817", "fullAnswer": "toilet training" }, - { - "category": "POTPOURRI", - "air_date": "2005-07-12", - "question": "This martial art is said to have been inspired by the slow, sinuous movements of a snake", - "value": "$400", - "answer": "tai chi", - "round": "Jeopardy!", - "show_number": "4817", - "fullAnswer": "tai chi" - }, { "category": "NATIONAL ANTHEMS", "air_date": "2005-07-12", @@ -1894369,16 +1800699,6 @@ "show_number": "4817", "fullAnswer": "a sippy cup" }, - { - "category": "POTPOURRI", - "air_date": "2005-07-12", - "question": "This type of dance shares its name with something you might serve with chips", - "value": "$600", - "answer": "salsa", - "round": "Jeopardy!", - "show_number": "4817", - "fullAnswer": "salsa" - }, { "category": "NATIONAL ANTHEMS", "air_date": "2005-07-12", @@ -1894429,16 +1800749,6 @@ "show_number": "4817", "fullAnswer": "a stroller" }, - { - "category": "POTPOURRI", - "air_date": "2005-07-12", - "question": "They're the band that gave us the dance floor favorite heard here", - "value": "$800", - "answer": "Village People", - "round": "Jeopardy!", - "show_number": "4817", - "fullAnswer": "The Village People" - }, { "category": "NATIONAL ANTHEMS", "air_date": "2005-07-12", @@ -1894489,16 +1800799,6 @@ "show_number": "4817", "fullAnswer": "Bear in the Big Blue House" }, - { - "category": "POTPOURRI", - "air_date": "2005-07-12", - "question": "It's the pro football infraction indicated here", - "value": "$1000", - "answer": "offsides", - "round": "Jeopardy!", - "show_number": "4817", - "fullAnswer": "offsides" - }, { "category": "BOOKS & AUTHORS", "air_date": "2005-07-12", @@ -1894529,16 +1800829,6 @@ "show_number": "4817", "fullAnswer": "a giraffe" }, - { - "category": "IT'S GREEK CUISINE TO ME", - "air_date": "2005-07-12", - "question": "(Cheryl of the Clue Crew reports from a balcony in Greece.) No Greek salad is complete without this cheese whose name means \"slice\"", - "value": "$400", - "answer": "feta", - "round": "Double Jeopardy!", - "show_number": "4817", - "fullAnswer": "feta" - }, { "category": "I'M FEELING CONFLICTED", "air_date": "2005-07-12", @@ -1894589,16 +1800879,6 @@ "show_number": "4817", "fullAnswer": "a turtle" }, - { - "category": "IT'S GREEK CUISINE TO ME", - "air_date": "2005-07-12", - "question": "(Cheryl of the Clue Crew reports from a balcony in Greece.) I like this lamb dish, similar to shashlik, whose name comes from Greek for a \"skewer\"", - "value": "$800", - "answer": "souvlakia", - "round": "Double Jeopardy!", - "show_number": "4817", - "fullAnswer": "souvlakia" - }, { "category": "I'M FEELING CONFLICTED", "air_date": "2005-07-12", @@ -1894634,7 +1800914,7 @@ "air_date": "2005-07-12", "question": "1986:
\"This is my 9th sick day this semester. It's getting pretty tough coming up with new illnesses\"", "value": "$1200", - "answer": "Ferris Bueller\\'s Day Off", + "answer": "Ferris Bueller's Day Off", "round": "Double Jeopardy!", "show_number": "4817", "fullAnswer": "Ferris Bueller\\'s Day Off" @@ -1894649,16 +1800929,6 @@ "show_number": "4817", "fullAnswer": "a moray" }, - { - "category": "IT'S GREEK CUISINE TO ME", - "air_date": "2005-07-12", - "question": "(Cheryl of the Clue Crew reports from a patio in Greece.) This anise-flavored Greek liqueur is clear, but when you mix water and ice, it turns opaque and milky white", - "value": "$1200", - "answer": "ouzo", - "round": "Double Jeopardy!", - "show_number": "4817", - "fullAnswer": "ouzo" - }, { "category": "I'M FEELING CONFLICTED", "air_date": "2005-07-12", @@ -1894709,16 +1800979,6 @@ "show_number": "4817", "fullAnswer": "the gibbon" }, - { - "category": "IT'S GREEK CUISINE TO ME", - "air_date": "2005-07-12", - "question": "(Sarah of the Clue Crew reports from a kitchen in Greece.) To make baklava, you'll need some of these tissue-thin layers of pastry dough, whose name is from the Greek for \"leaf\"", - "value": "$1600", - "answer": "phyllo", - "round": "Double Jeopardy!", - "show_number": "4817", - "fullAnswer": "phyllo" - }, { "category": "I'M FEELING CONFLICTED", "air_date": "2005-07-12", @@ -1894744,7 +1801004,7 @@ "air_date": "2005-07-12", "question": "Willie Stark, a character in this Robert Penn Warren novel was modeled on Huey Long", "value": "$400", - "answer": "All the King\\'s Men", + "answer": "All the King's Men", "round": "Double Jeopardy!", "show_number": "4817", "fullAnswer": "All the King\\'s Men" @@ -1894769,16 +1801029,6 @@ "show_number": "4817", "fullAnswer": "a rhea" }, - { - "category": "IT'S GREEK CUISINE TO ME", - "air_date": "2005-07-12", - "question": "(Sarah of the Clue Crew reports from a beachside table in Greece.) I'm digging into this Greek dish, made with spinach, cheese, and onions; it's almost as much fun to say as to eat", - "value": "$2000", - "answer": "spanakopita", - "round": "Double Jeopardy!", - "show_number": "4817", - "fullAnswer": "spanakopita" - }, { "category": "I'M FEELING CONFLICTED", "air_date": "2005-07-12", @@ -1894849,22 +1801099,12 @@ "show_number": "6019", "fullAnswer": "U.S. Department of Agriculture" }, - { - "category": "LOOK IN THE TRUNK", - "air_date": "2010-11-11", - "question": "Look, my mask; I wore it years ago during this celebration, French for \"fat Tuesday\"", - "value": "$200", - "answer": "Mardi Gras", - "round": "Jeopardy!", - "show_number": "6019", - "fullAnswer": "Mardi Gras" - }, { "category": "NUMERIC PHRASES", "air_date": "2010-11-11", "question": "13 items from your local bagel shop is sometimes called this", "value": "$200", - "answer": "baker\\'s dozen", + "answer": "baker's dozen", "round": "Jeopardy!", "show_number": "6019", "fullAnswer": "a baker\\'s dozen" @@ -1894909,16 +1801149,6 @@ "show_number": "6019", "fullAnswer": "botulism" }, - { - "category": "LOOK IN THE TRUNK", - "air_date": "2010-11-11", - "question": "I must have tried half the 43 quintillion possible combinations on this; more stuff in the trunk", - "value": "$400", - "answer": "Rubik\\'s Cube", - "round": "Jeopardy!", - "show_number": "6019", - "fullAnswer": "a Rubik\\'s Cube" - }, { "category": "NUMERIC PHRASES", "air_date": "2010-11-11", @@ -1894969,16 +1801199,6 @@ "show_number": "6019", "fullAnswer": "kosher" }, - { - "category": "LOOK IN THE TRUNK", - "air_date": "2010-11-11", - "question": "It's my little red mascot of this college team; sorry I had to banish you to the trunk after Tom Osborne left", - "value": "$600", - "answer": "University of Nebraska", - "round": "Jeopardy!", - "show_number": "6019", - "fullAnswer": "the University of Nebraska" - }, { "category": "NUMERIC PHRASES", "air_date": "2010-11-11", @@ -1895029,16 +1801249,6 @@ "show_number": "6019", "fullAnswer": "Sandwich" }, - { - "category": "LOOK IN THE TRUNK", - "air_date": "2010-11-11", - "question": "Hey, it's my nickel-plated this; it was very painful when I got my head stuck in it", - "value": "$800", - "answer": "shark jaw", - "round": "Jeopardy!", - "show_number": "6019", - "fullAnswer": "a shark jaw" - }, { "category": "NUMERIC PHRASES", "air_date": "2010-11-11", @@ -1895089,16 +1801299,6 @@ "show_number": "6019", "fullAnswer": "liverwurst" }, - { - "category": "LOOK IN THE TRUNK", - "air_date": "2010-11-11", - "question": "My monkey friend carved out of this--I haven't seen you in years", - "value": "$1000", - "answer": "coconut", - "round": "Jeopardy!", - "show_number": "6019", - "fullAnswer": "a coconut" - }, { "category": "NUMERIC PHRASES", "air_date": "2010-11-11", @@ -1895189,16 +1801389,6 @@ "show_number": "6019", "fullAnswer": "archery" }, - { - "category": "WRITERS ON THE MOVE", - "air_date": "2010-11-11", - "question": "(Kelly of the Clue Crew gives the clue from Galapagos Islands, Ecuador.) This American novelist, more associated with whales, visited the Galapagos & mused on the tortoise as a symbol of the two sides of existence, with its dark topside & bright underside", - "value": "$800", - "answer": "Herman Melville", - "round": "Double Jeopardy!", - "show_number": "6019", - "fullAnswer": "Herman Melville" - }, { "category": "NAMED FOR PEOPLE", "air_date": "2010-11-11", @@ -1895349,16 +1801539,6 @@ "show_number": "6019", "fullAnswer": "the real thing" }, - { - "category": "LANDMARKS", - "air_date": "2010-11-11", - "question": "The Bund symbolizes this Chinese city's trading history", - "value": "$2000", - "answer": "Shanghai", - "round": "Double Jeopardy!", - "show_number": "6019", - "fullAnswer": "Shanghai" - }, { "category": "DESCRIBING THE OLYMPIC SPORT", "air_date": "2010-11-11", @@ -1895469,16 +1801649,6 @@ "show_number": "5999", "fullAnswer": "a cornfield maze" }, - { - "category": "ANIMATED PUZZLES", - "air_date": "2010-10-14", - "question": "An '80s dance step", - "value": "$200", - "answer": "moonwalk", - "round": "Jeopardy!", - "show_number": "5999", - "fullAnswer": "moonwalk" - }, { "category": "THE GOSPELS", "air_date": "2010-10-14", @@ -1895529,16 +1801699,6 @@ "show_number": "5999", "fullAnswer": "bourbon" }, - { - "category": "ANIMATED PUZZLES", - "air_date": "2010-10-14", - "question": "You might see this written in a cemetery", - "value": "$400", - "answer": "rest in peace", - "round": "Jeopardy!", - "show_number": "5999", - "fullAnswer": "rest in peace" - }, { "category": "THE GOSPELS", "air_date": "2010-10-14", @@ -1895589,16 +1801749,6 @@ "show_number": "5999", "fullAnswer": "corn silk" }, - { - "category": "ANIMATED PUZZLES", - "air_date": "2010-10-14", - "question": "Type of business that may not be here tomorrow", - "value": "$600", - "answer": "fly-by-night", - "round": "Jeopardy!", - "show_number": "5999", - "fullAnswer": "fly-by-night" - }, { "category": "THE GOSPELS", "air_date": "2010-10-14", @@ -1895649,16 +1801799,6 @@ "show_number": "5999", "fullAnswer": "corn pipe" }, - { - "category": "ANIMATED PUZZLES", - "air_date": "2010-10-14", - "question": "The earliest-known
American one was noted in 1799
", - "value": "$800", - "answer": "merry-go-round", - "round": "Jeopardy!", - "show_number": "5999", - "fullAnswer": "merry-go-round" - }, { "category": "THE GOSPELS", "air_date": "2010-10-14", @@ -1895699,26 +1801839,6 @@ "show_number": "5999", "fullAnswer": "Jeannette Rankin" }, - { - "category": "CORN-UCOPIA", - "air_date": "2010-10-14", - "question": "Seen here is one of the murals made with locally grown corn that has graced the Mitchell Corn Palace in this state", - "value": "$1000", - "answer": "South Dakota", - "round": "Jeopardy!", - "show_number": "5999", - "fullAnswer": "South Dakota" - }, - { - "category": "ANIMATED PUZZLES", - "air_date": "2010-10-14", - "question": "It happens in tough economic times", - "value": "$1000", - "answer": "corporate downsizing", - "round": "Jeopardy!", - "show_number": "5999", - "fullAnswer": "corporate downsizing" - }, { "category": "GENERAL SCIENCE", "air_date": "2010-10-14", @@ -1896044,7 +1802164,7 @@ "air_date": "2007-11-08", "question": "This show began by saying \"Once upon a time, there were 3 little girls who went to the police academy\"", "value": "$200", - "answer": "Charlie\\'s Angels", + "answer": "Charlie's Angels", "round": "Jeopardy!", "show_number": "5329", "fullAnswer": "Charlie\\'s Angels" @@ -1896234,7 +1802354,7 @@ "air_date": "2007-11-08", "question": "Some say this black-eyed peas & rice dish was named for a servant who kept on his toes while dishing it out", "value": "$800", - "answer": "Hoppin\\' John", + "answer": "Hoppin' John", "round": "Jeopardy!", "show_number": "5329", "fullAnswer": "Hoppin\\' John" @@ -1896329,16 +1802449,6 @@ "show_number": "5329", "fullAnswer": "a base pair" }, - { - "category": "THE AMERICAN MUSEUM OF NATURAL HISTORY", - "air_date": "2007-11-08", - "question": "(Jon of the Clue Crew reads from the marble-columned rotunda of the American Museum of Natural History in New York.) The rotunda is named after this U.S. president who collected specimens for the museum", - "value": "$400", - "answer": "Teddy Roosevelt", - "round": "Double Jeopardy!", - "show_number": "5329", - "fullAnswer": "Teddy Roosevelt" - }, { "category": "SEASONAL CINEMA", "air_date": "2007-11-08", @@ -1896389,16 +1802499,6 @@ "show_number": "5329", "fullAnswer": "stigma" }, - { - "category": "THE AMERICAN MUSEUM OF NATURAL HISTORY", - "air_date": "2007-11-08", - "question": "(Jon of the Clue Crew reads underneath an ornamented hanging boat at the American Museum of Natural History in New York.) This seaworthy 63-foot canoe was carved from a single tree trunk by the Haida, a native people from islands off this Canadian province", - "value": "$800", - "answer": "British Columbia", - "round": "Double Jeopardy!", - "show_number": "5329", - "fullAnswer": "British Columbia" - }, { "category": "SEASONAL CINEMA", "air_date": "2007-11-08", @@ -1896449,16 +1802549,6 @@ "show_number": "5329", "fullAnswer": "fallacy" }, - { - "category": "THE AMERICAN MUSEUM OF NATURAL HISTORY", - "air_date": "2007-11-08", - "question": "(Hi, I'm Neil deGrasse Tyson.) I'm the director of this world-famous planetarium here at the museum, opened in 1935 & named for a philanthropist", - "value": "$1200", - "answer": "Hayden Planetarium", - "round": "Double Jeopardy!", - "show_number": "5329", - "fullAnswer": "the Hayden Planetarium" - }, { "category": "SEASONAL CINEMA", "air_date": "2007-11-08", @@ -1896509,16 +1802599,6 @@ "show_number": "5329", "fullAnswer": "a fracas" }, - { - "category": "THE AMERICAN MUSEUM OF NATURAL HISTORY", - "air_date": "2007-11-08", - "question": "(Cheryl of the Clue Crew reports from the Hall of Ocean Life at the American Museum of Natural History.) One of the iconic exhibits in the Hall of Ocean Life is the coral reef diorama near a 30-times enlarged model of one of these creatures that make up reefs", - "value": "$1600", - "answer": "polyps", - "round": "Double Jeopardy!", - "show_number": "5329", - "fullAnswer": "polyps" - }, { "category": "SEASONAL CINEMA", "air_date": "2007-11-08", @@ -1897194,7 +1803274,7 @@ "air_date": "2000-06-16", "question": "Performed over 2,000 times in the 1920s, its title characters are Abraham Levi & Rose Mary Murphy", "value": "$1000", - "answer": "Abie\\'s Irish Rose", + "answer": "Abie's Irish Rose", "round": "Double Jeopardy!", "show_number": "3650", "fullAnswer": "\"Abie\\'s Irish Rose\"" @@ -1897249,16 +1803329,6 @@ "show_number": "3650", "fullAnswer": "The Hurricane" }, - { - "category": "LITERARY TITLES", - "air_date": "2008-01-14", - "question": "1957 novel about a strong female executive", - "value": "$200", - "answer": "Atlas Shrugged", - "round": "Jeopardy!", - "show_number": "5376", - "fullAnswer": "Atlas Shrugged" - }, { "category": "NO. 1 HITMAKERS OF THE '70s", "air_date": "2008-01-14", @@ -1897309,16 +1803379,6 @@ "show_number": "5376", "fullAnswer": "paint" }, - { - "category": "LITERARY TITLES", - "air_date": "2008-01-14", - "question": "A repetitive Bard title", - "value": "$400", - "answer": "Measure for Measure", - "round": "Jeopardy!", - "show_number": "5376", - "fullAnswer": "Measure for Measure" - }, { "category": "NO. 1 HITMAKERS OF THE '70s", "air_date": "2008-01-14", @@ -1897369,16 +1803429,6 @@ "show_number": "5376", "fullAnswer": "Heathrow" }, - { - "category": "LITERARY TITLES", - "air_date": "2008-01-14", - "question": "Absurdist novel about a bombardier", - "value": "$600", - "answer": "Catch-22", - "round": "Jeopardy!", - "show_number": "5376", - "fullAnswer": "Catch-22" - }, { "category": "NO. 1 HITMAKERS OF THE '70s", "air_date": "2008-01-14", @@ -1897429,16 +1803479,6 @@ "show_number": "5376", "fullAnswer": "IBM" }, - { - "category": "LITERARY TITLES", - "air_date": "2008-01-14", - "question": "Prose from Papa", - "value": "$800", - "answer": "Farewell to Arms", - "round": "Jeopardy!", - "show_number": "5376", - "fullAnswer": "A Farewell to Arms" - }, { "category": "NO. 1 HITMAKERS OF THE '70s", "air_date": "2008-01-14", @@ -1897489,16 +1803529,6 @@ "show_number": "5376", "fullAnswer": "Nike" }, - { - "category": "LITERARY TITLES", - "air_date": "2008-01-14", - "question": "A George Eliot classic", - "value": "$1000", - "answer": "Mill on the Floss", - "round": "Jeopardy!", - "show_number": "5376", - "fullAnswer": "Mill on the Floss" - }, { "category": "NO. 1 HITMAKERS OF THE '70s", "air_date": "2008-01-14", @@ -1897534,7 +1803564,7 @@ "air_date": "2008-01-14", "question": "Take a mystical journey into Native American culture at Mystery Lodge in this Buena Park, Calif. theme park", "value": "$1000", - "answer": "Knott\\'s Berry Farm", + "answer": "Knott's Berry Farm", "round": "Jeopardy!", "show_number": "5376", "fullAnswer": "Knott\\'s Berry Farm" @@ -1897739,36 +1803769,6 @@ "show_number": "5376", "fullAnswer": "Nuremberg [Nürnberg]" }, - { - "category": "THE SPORTS ZONE", - "air_date": "2008-01-14", - "question": "(I'm USC athletic director Mike Garrett.) In Super Bowl IV, I scored a touchdown on a play called 65 toss power trap for this team coached by Hank Stram", - "value": "$1600", - "answer": "Kansas City Chiefs", - "round": "Double Jeopardy!", - "show_number": "5376", - "fullAnswer": "Kansas City Chiefs" - }, - { - "category": "CAN I GET YOUR NUMBER?", - "air_date": "2008-01-14", - "question": "Beethoven's odd-numbered symphonies are his most famous, including this one heard here", - "value": "$1600", - "answer": "7th", - "round": "Double Jeopardy!", - "show_number": "5376", - "fullAnswer": "7th" - }, - { - "category": "\"TAR\" FOR THE COURSE", - "air_date": "2008-01-14", - "question": "Asian prosimian seen here", - "value": "$1600", - "answer": "tarsier", - "round": "Double Jeopardy!", - "show_number": "5376", - "fullAnswer": "tarsier" - }, { "category": "EUROPEAN ARTS AND ARTISTS", "air_date": "2008-01-14", @@ -1898114,7 +1804114,7 @@ "air_date": "2003-05-22", "question": "(Hi, I'm Barbara Mandrell) I had a pop & a country hit with this 1979 ballad whose title begins \"If Loving You is Wrong...\"", "value": "$1000", - "answer": "I Don\\'t Want to be Right", + "answer": "I Don't Want to be Right", "round": "Jeopardy!", "show_number": "4324", "fullAnswer": "\"I Don\\'t Want to be Right\"" @@ -1898204,7 +1804204,7 @@ "air_date": "2003-05-22", "question": "Tommy Lee Jones guest-starred on the pilot for this TV series, but I was looking at Farrah", "value": "$400", - "answer": "Charlie\\'s Angels", + "answer": "Charlie's Angels", "round": "Double Jeopardy!", "show_number": "4324", "fullAnswer": "Charlie\\'s Angels" @@ -1899224,7 +1805224,7 @@ "air_date": "2003-02-20", "question": "It precedes Harry Truman's comment \"Get out of the kitchen\"", "value": "$600", - "answer": "If you can\\'t stand the heat", + "answer": "If you can't stand the heat", "round": "Jeopardy!", "show_number": "4259", "fullAnswer": "\"If you can\\'t stand the heat\"" @@ -1900249,16 +1806249,6 @@ "show_number": "4756", "fullAnswer": "G-A-O-L" }, - { - "category": "BEEN THERE...", - "air_date": "2005-04-18", - "question": "This country is in the east of a subcontinent", - "value": "$200", - "answer": "Bangladesh", - "round": "Jeopardy!", - "show_number": "4756", - "fullAnswer": "Bangladesh" - }, { "category": "DONE THAT", "air_date": "2005-04-18", @@ -1900279,16 +1806269,6 @@ "show_number": "4756", "fullAnswer": "hail" }, - { - "category": "PLAYING PRESIDENT", - "air_date": "2005-04-18", - "question": "Charlton Heston is seen here as this prickly character before he became president

\"What did you say?\"
\"I said, 'I wonder whose bed Rachael'll be putting her moccasins under next.'\"
[Smack!]
", - "value": "$400", - "answer": "Andrew Jackson", - "round": "Jeopardy!", - "show_number": "4756", - "fullAnswer": "Andrew Jackson" - }, { "category": "FISH, BIRD OR MAMMAL", "air_date": "2005-04-18", @@ -1900309,16 +1806289,6 @@ "show_number": "4756", "fullAnswer": "D-E-F-E-N-C-E" }, - { - "category": "BEEN THERE...", - "air_date": "2005-04-18", - "question": "This nation sticks out like a sore thumb", - "value": "$400", - "answer": "Denmark", - "round": "Jeopardy!", - "show_number": "4756", - "fullAnswer": "Denmark" - }, { "category": "DONE THAT", "air_date": "2005-04-18", @@ -1900369,16 +1806339,6 @@ "show_number": "4756", "fullAnswer": "M-E-T-R-E" }, - { - "category": "BEEN THERE...", - "air_date": "2005-04-18", - "question": "It extends about 3,200 miles from east to west", - "value": "$600", - "answer": "Indonesia", - "round": "Jeopardy!", - "show_number": "4756", - "fullAnswer": "Indonesia" - }, { "category": "DONE THAT", "air_date": "2005-04-18", @@ -1900429,16 +1806389,6 @@ "show_number": "4756", "fullAnswer": "C-H-E-Q-U-E" }, - { - "category": "BEEN THERE...", - "air_date": "2005-04-18", - "question": "You don't hear so much about the East Bank where this country is", - "value": "$800", - "answer": "Jordan", - "round": "Jeopardy!", - "show_number": "4756", - "fullAnswer": "Jordan" - }, { "category": "DONE THAT", "air_date": "2005-04-18", @@ -1900489,16 +1806439,6 @@ "show_number": "4756", "fullAnswer": "C-O-L-O-U-R" }, - { - "category": "BEEN THERE...", - "air_date": "2005-04-18", - "question": "Formerly a British protectorate, it's the republic outlined here", - "value": "$1000", - "answer": "Zambia", - "round": "Jeopardy!", - "show_number": "4756", - "fullAnswer": "Zambia" - }, { "category": "DONE THAT", "air_date": "2005-04-18", @@ -1900509,16 +1806449,6 @@ "show_number": "4756", "fullAnswer": "a submarine" }, - { - "category": "EGYPTIAN LIFE", - "air_date": "2005-04-18", - "question": "(Sarah of the Clue Crew reports from Cairo, Egypt.) As in many Arab countries a standard greeting is \"salam alekum\" which literally wishes this to the other person", - "value": "$400", - "answer": "peace", - "round": "Double Jeopardy!", - "show_number": "4756", - "fullAnswer": "peace" - }, { "category": "1970s POP MUSIC", "air_date": "2005-04-18", @@ -1900629,16 +1806559,6 @@ "show_number": "4756", "fullAnswer": "a billiard table" }, - { - "category": "EGYPTIAN LIFE", - "air_date": "2005-04-18", - "question": "(Sarah of the Clue Crew reports from Cairo, Egypt.) I'm in Cairo's Khan El-khalili Bazaar, known here by this one-syllable Arabic name for a main market", - "value": "$1200", - "answer": "suq", - "round": "Double Jeopardy!", - "show_number": "4756", - "fullAnswer": "suq" - }, { "category": "1970s POP MUSIC", "air_date": "2005-04-18", @@ -1900749,16 +1806669,6 @@ "show_number": "4756", "fullAnswer": "billows" }, - { - "category": "EGYPTIAN LIFE", - "air_date": "2005-04-18", - "question": "(Jimmy of the Clue Crew reports from a bookstore in Cairo, Egypt.) Browsing Cairo's many bookstores, you'll inevitably come across works by this author, the 1988 Nobel Prize winner", - "value": "$2000", - "answer": "Mahfouz", - "round": "Double Jeopardy!", - "show_number": "4756", - "fullAnswer": "(Naguib) Mahfouz" - }, { "category": "1970s POP MUSIC", "air_date": "2005-04-18", @@ -1900829,16 +1806739,6 @@ "show_number": "4211", "fullAnswer": "3" }, - { - "category": "CALIFORNIA FOOD FESTIVALS", - "air_date": "2002-12-16", - "question": "Carpinteria is home to this festival whose Internet home is avofest.com", - "value": "$200", - "answer": "avocado festival", - "round": "Jeopardy!", - "show_number": "4211", - "fullAnswer": "avocado festival" - }, { "category": "THINK ABOUT IT", "air_date": "2002-12-16", @@ -1901399,16 +1807299,6 @@ "show_number": "4688", "fullAnswer": "Baltimore" }, - { - "category": "YORES FOR A SONG", - "air_date": "2005-01-12", - "question": "In a familiar set of lyrics for the melody heard here, this animal does some climbing", - "value": "$200", - "answer": "bear", - "round": "Jeopardy!", - "show_number": "4688", - "fullAnswer": "a bear" - }, { "category": "LEFTOVERS", "air_date": "2005-01-12", @@ -1901459,16 +1807349,6 @@ "show_number": "4688", "fullAnswer": "Detroit" }, - { - "category": "YORES FOR A SONG", - "air_date": "2005-01-12", - "question": "You might think of the good old Emerald Isle when listening to this song", - "value": "$400", - "answer": "Danny Boy", - "round": "Jeopardy!", - "show_number": "4688", - "fullAnswer": "\"Danny Boy\"" - }, { "category": "LEFTOVERS", "air_date": "2005-01-12", @@ -1901609,16 +1807489,6 @@ "show_number": "4688", "fullAnswer": "the muses" }, - { - "category": "U.S. CITY-SCAPE", - "air_date": "2005-01-12", - "question": "(Cheryl of the Clue Crew stands outside the Cathedral of Learning.) Beginning in 1787, in a frontier log cabin, this university is now symbolized by the 42-story Cathedral of Learning", - "value": "$1000", - "answer": "University of Pittsburgh", - "round": "Jeopardy!", - "show_number": "4688", - "fullAnswer": "the University of Pittsburgh" - }, { "category": "LEFTOVERS", "air_date": "2005-01-12", @@ -1903154,7 +1809024,7 @@ "air_date": "2001-04-18", "question": "Armstrong helped launch this Fats Waller tune with his performance in the revue \"Connie's Hot Chocolates\"", "value": "$1000", - "answer": "Ain\\'t Misbehavin\\'", + "answer": "Ain't Misbehavin'", "round": "Double Jeopardy!", "show_number": "3838", "fullAnswer": "\"Ain\\'t Misbehavin\\'\"" @@ -1904169,26 +1810039,6 @@ "show_number": "5113", "fullAnswer": "novelization" }, - { - "category": "THE 19th CENTURY", - "air_date": "2006-11-29", - "question": "(Cheryl of the Clue Crew stands on an Irish seashore.) Martello Towers were built by the British in the early 19th century to defend against an invasion by this man", - "value": "$800", - "answer": "Napoleon", - "round": "Double Jeopardy!", - "show_number": "5113", - "fullAnswer": "Napoleon" - }, - { - "category": "DOCTOR!", - "air_date": "2006-11-29", - "question": "(Sarah of the Clue Crew strolls through a Viennese parlor.) I'm in the waiting room of this man's office in Vienna, restored to how it looked in the early 1900s", - "value": "$800", - "answer": "Freud", - "round": "Double Jeopardy!", - "show_number": "5113", - "fullAnswer": "Freud" - }, { "category": "BRING OUT YOUR FRED", "air_date": "2006-11-29", @@ -1904209,16 +1810059,6 @@ "show_number": "5113", "fullAnswer": "\"Instant Karma\"" }, - { - "category": "A LITTLE DEITY", - "air_date": "2006-11-29", - "question": "He's the Titan & friend of mankind seen here in a 17th century painting", - "value": "$800", - "answer": "Prometheus", - "round": "Double Jeopardy!", - "show_number": "5113", - "fullAnswer": "Prometheus" - }, { "category": "\"NOV\"EMBER", "air_date": "2006-11-29", @@ -1904359,16 +1810199,6 @@ "show_number": "5113", "fullAnswer": "Holy Roman Emperor" }, - { - "category": "DOCTOR!", - "air_date": "2006-11-29", - "question": "We don't just presume, we know that he studied theology & medicine in Glasgow in the 1830s", - "value": "$2000", - "answer": "Livingstone", - "round": "Double Jeopardy!", - "show_number": "5113", - "fullAnswer": "(Dr.) Livingstone" - }, { "category": "BRING OUT YOUR FRED", "air_date": "2006-11-29", @@ -1904379,16 +1810209,6 @@ "show_number": "5113", "fullAnswer": "(Frederik) de Klerk" }, - { - "category": "LET'S SING", - "air_date": "2006-11-29", - "question": "In the song heard here, it's the title place that won't be revisited", - "value": "$2000", - "answer": "Loch Lomond", - "round": "Double Jeopardy!", - "show_number": "5113", - "fullAnswer": "Loch Lomond" - }, { "category": "A LITTLE DEITY", "air_date": "2006-11-29", @@ -1904454,7 +1810274,7 @@ "air_date": "2003-03-26", "question": "The CD \"On The Rocks Part One\" includes Peggy Lee singing this title song of the first Beatles movie", "value": "$200", - "answer": "A Hard Day\\'s Night", + "answer": "A Hard Day's Night", "round": "Jeopardy!", "show_number": "4283", "fullAnswer": "\"A Hard Day\\'s Night\"" @@ -1905084,7 +1810904,7 @@ "air_date": "1997-02-17", "question": "In a 1981 TV movie, the castaways from this series met the Harlem Globetrotters", "value": "$200", - "answer": "Gilligan\\'s Island", + "answer": "Gilligan's Island", "round": "Jeopardy!", "show_number": "2876", "fullAnswer": "Gilligan\\'s Island" @@ -1905604,7 +1811424,7 @@ "air_date": "1997-02-17", "question": "Chicago's Fire Academy was built in 1960 on the site where this family once lived", "value": null, - "answer": "O\\'Learys", + "answer": "O'Learys", "round": "Final Jeopardy!", "show_number": "2876", "fullAnswer": "The O\\'Learys" @@ -1905784,7 +1811604,7 @@ "air_date": "1997-05-14", "question": "Merv Griffin's trumpet player Jack Sheldon sang this classic on how a law is made in Washington, D.C.", "value": "$300", - "answer": "I\\'m Just A Bill", + "answer": "I'm Just A Bill", "round": "Jeopardy!", "show_number": "2938", "fullAnswer": "\"I\\'m Just A Bill\"" @@ -1905894,7 +1811714,7 @@ "air_date": "1997-05-14", "question": "This brand of microwaveable dinners makes Lean Cuisine", "value": "$500", - "answer": "Stouffer\\'s", + "answer": "Stouffer's", "round": "Jeopardy!", "show_number": "2938", "fullAnswer": "Stouffer\\'s" @@ -1906174,7 +1811994,7 @@ "air_date": "1997-05-14", "question": "Andrew McCarthy & Jonathan Silverman's dead boss gets around in this 1989 comedy & its sequel", "value": "$1000", - "answer": "Weekend At Bernie\\'s", + "answer": "Weekend At Bernie's", "round": "Double Jeopardy!", "show_number": "2938", "fullAnswer": "Weekend At Bernie\\'s" @@ -1906714,7 +1812534,7 @@ "air_date": "1998-09-24", "question": "A zonk was a booby prize on this Monty Hall game show", "value": "$800", - "answer": "Let\\'s Make A Deal", + "answer": "Let's Make A Deal", "round": "Double Jeopardy!", "show_number": "3229", "fullAnswer": "\"Let\\'s Make A Deal\"" @@ -1906734,7 +1812554,7 @@ "air_date": "1998-09-24", "question": "Patrick Jake are the first 2 names of this writer who's been a Republican & a Maoist, but never a Democrat", "value": "$1000", - "answer": "P.J. O\\'Rourke", + "answer": "P.J. O'Rourke", "round": "Double Jeopardy!", "show_number": "3229", "fullAnswer": "P.J. O\\'Rourke" @@ -1907244,7 +1813064,7 @@ "air_date": "2003-05-23", "question": "Sheep farmer Jose Bove got 3 months for ransacking this restaurant in southern France in August 1999", "value": "$1200", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Double Jeopardy!", "show_number": "4325", "fullAnswer": "McDonald\\'s" @@ -1907494,7 +1813314,7 @@ "air_date": "1996-03-26", "question": "The most prized turquoise is this bird-related shade", "value": "$200", - "answer": "Robin\\'s Egg Blue", + "answer": "Robin's Egg Blue", "round": "Jeopardy!", "show_number": "2672", "fullAnswer": "Robin\\'s Egg Blue" @@ -1907664,7 +1813484,7 @@ "air_date": "1996-03-26", "question": "In 1982 Phil Collins had a Top 10 solo hit with a remake of this Supremes song", "value": "$500", - "answer": "You Can\\'t Hurry Love", + "answer": "You Can't Hurry Love", "round": "Jeopardy!", "show_number": "2672", "fullAnswer": "\"You Can\\'t Hurry Love\"" @@ -1908099,16 +1813919,6 @@ "show_number": "5017", "fullAnswer": "WASP" }, - { - "category": "POP CULTURE", - "air_date": "2006-06-06", - "question": "In 1996 this dance was all the rage, along with the accompanying music heard here", - "value": "$400", - "answer": "Macarena", - "round": "Jeopardy!", - "show_number": "5017", - "fullAnswer": "the Macarena" - }, { "category": "1959's BESTSELLERS", "air_date": "2006-06-06", @@ -1908249,16 +1814059,6 @@ "show_number": "5017", "fullAnswer": "William Henry Harrison & John Tyler" }, - { - "category": "CITY OF THE DAY: RALEIGH", - "air_date": "2006-06-06", - "question": "(Kelly of the Clue Crew reads.) This U.S. president was born in Raleigh in 1808; he never went to school but was apprenticed to a tailor at about 13", - "value": "$1000", - "answer": "Andrew Johnson", - "round": "Jeopardy!", - "show_number": "5017", - "fullAnswer": "Andrew Johnson" - }, { "category": "FAMILIAR NUMBERS", "air_date": "2006-06-06", @@ -1908299,16 +1814099,6 @@ "show_number": "5017", "fullAnswer": "the Soviet Union" }, - { - "category": "TV NOSTALGIA", - "air_date": "2006-06-06", - "question": "The Smithsonian is now the home of this hat once worn by this TV character whom audiences loved to hate", - "value": "$400", - "answer": "J.R. Ewing", - "round": "Double Jeopardy!", - "show_number": "5017", - "fullAnswer": "J.R. Ewing" - }, { "category": "\"ME\" IN THE MIDDLE", "air_date": "2006-06-06", @@ -1908399,16 +1814189,6 @@ "show_number": "5017", "fullAnswer": "gothic" }, - { - "category": "POPPY CULTURE", - "air_date": "2006-06-06", - "question": "Her red poppy painting was featured on the 1996 postage stamp seen here", - "value": "$800", - "answer": "Georgia O\\'Keeffe", - "round": "Double Jeopardy!", - "show_number": "5017", - "fullAnswer": "Georgia O\\'Keeffe" - }, { "category": "POLISH HISTORY", "air_date": "2006-06-06", @@ -1908529,26 +1814309,6 @@ "show_number": "5017", "fullAnswer": "Demeter" }, - { - "category": "POLISH HISTORY", - "air_date": "2006-06-06", - "question": "(Jimmy of the Clue Crew reports from Gdansk, Poland.) This labor union was formed here in Gdansk in 1980 & within months represented most Polish workers", - "value": "$2000", - "answer": "Solidarity", - "round": "Double Jeopardy!", - "show_number": "5017", - "fullAnswer": "Solidarity" - }, - { - "category": "TV NOSTALGIA", - "air_date": "2006-06-06", - "question": "(Hi. I'm Beau Bridges.) Early in my career, I appeared with my dad Lloyd Bridges in this classic TV series that often featured scenes shot underwater", - "value": "$2000", - "answer": "Sea Hunt", - "round": "Double Jeopardy!", - "show_number": "5017", - "fullAnswer": "Sea Hunt" - }, { "category": "\"ME\" IN THE MIDDLE", "air_date": "2006-06-06", @@ -1908579,16 +1814339,6 @@ "show_number": "5017", "fullAnswer": "Walter Gropius" }, - { - "category": "POPPY CULTURE", - "air_date": "2006-06-06", - "question": "Despite being named for this cold country, the poppies seen here are warmly received in the United States", - "value": "$2000", - "answer": "Iceland", - "round": "Double Jeopardy!", - "show_number": "5017", - "fullAnswer": "Iceland" - }, { "category": "OSCAR WINNERS", "air_date": "2006-06-06", @@ -1908604,7 +1814354,7 @@ "air_date": "2007-10-19", "question": "Genesis says it was 300 cubits in length, making it about 500 feet long", "value": "$200", - "answer": "Noah\\'s ark", + "answer": "Noah's ark", "round": "Jeopardy!", "show_number": "5315", "fullAnswer": "Noah\\'s ark" @@ -1908629,16 +1814379,6 @@ "show_number": "5315", "fullAnswer": "Hawaii" }, - { - "category": "E-MAIL ADDRESSES?", - "air_date": "2007-10-19", - "question": "scalia_calls_me_
boss@chiefjustice.gov", - "value": "$200", - "answer": "John Roberts", - "round": "Jeopardy!", - "show_number": "5315", - "fullAnswer": "John Roberts" - }, { "category": "THE VENERABLE BEAD", "air_date": "2007-10-19", @@ -1908689,16 +1814429,6 @@ "show_number": "5315", "fullAnswer": "Carson City" }, - { - "category": "E-MAIL ADDRESSES?", - "air_date": "2007-10-19", - "question": "venividiviciman@
romanconsul.gov", - "value": "$400", - "answer": "Julius Caesar", - "round": "Jeopardy!", - "show_number": "5315", - "fullAnswer": "Julius Caesar" - }, { "category": "THE VENERABLE BEAD", "air_date": "2007-10-19", @@ -1908749,16 +1814479,6 @@ "show_number": "5315", "fullAnswer": "the University of Virginia" }, - { - "category": "E-MAIL ADDRESSES?", - "air_date": "2007-10-19", - "question": "disappearin_1960s_
prez@teamsters.org", - "value": "$600", - "answer": "Hoffa", - "round": "Jeopardy!", - "show_number": "5315", - "fullAnswer": "(Jimmy) Hoffa" - }, { "category": "THE VENERABLE BEAD", "air_date": "2007-10-19", @@ -1908809,16 +1814529,6 @@ "show_number": "5315", "fullAnswer": "Arkansas" }, - { - "category": "E-MAIL ADDRESSES?", - "air_date": "2007-10-19", - "question": "made100products_
fromsweet_potatoes_
too@tuskegee.edu", - "value": "$800", - "answer": "George Washington Carver", - "round": "Jeopardy!", - "show_number": "5315", - "fullAnswer": "George Washington Carver" - }, { "category": "THE VENERABLE BEAD", "air_date": "2007-10-19", @@ -1908829,16 +1814539,6 @@ "show_number": "5315", "fullAnswer": "cross-eyes" }, - { - "category": "\"L\" TO PAY", - "air_date": "2007-10-19", - "question": "(Sarah puts her back into this clue) Most back pain is in the area commonly called the lower back; medically, it's made up of the 5 vertebrae classified as these", - "value": "$800", - "answer": "lumbar vertebrae", - "round": "Jeopardy!", - "show_number": "5315", - "fullAnswer": "lumbar vertebrae" - }, { "category": "THE OLD TESTAMENT", "air_date": "2007-10-19", @@ -1908869,16 +1814569,6 @@ "show_number": "5315", "fullAnswer": "Florida" }, - { - "category": "E-MAIL ADDRESSES?", - "air_date": "2007-10-19", - "question": "thankgodimjoefriday@
1950sdrag.net", - "value": "$1000", - "answer": "Jack Webb", - "round": "Jeopardy!", - "show_number": "5315", - "fullAnswer": "Jack Webb" - }, { "category": "THE VENERABLE BEAD", "air_date": "2007-10-19", @@ -1909169,16 +1814859,6 @@ "show_number": "5315", "fullAnswer": "spleen" }, - { - "category": "BANNED", - "air_date": "2007-10-19", - "question": "(Jon of the Clue Crew delivers the clue from the Clinton Presidential Library in Little Rock, Arkansas.) Weapons like the AK-47 were banned under Clinton by this 1994 legislation abbreviated AWB. It expired in 2004", - "value": "$2000", - "answer": "Assault Weapons Ban", - "round": "Double Jeopardy!", - "show_number": "5315", - "fullAnswer": "the Assault Weapons Ban" - }, { "category": "AROUND THE WORLD", "air_date": "2007-10-19", @@ -1909329,16 +1815009,6 @@ "show_number": "6273", "fullAnswer": "pelt" }, - { - "category": "THE ECONOMY", - "air_date": "2011-12-21", - "question": "(Kelly of the Clue Crew shows a graph on the monitor.) Enacted in 1917 for World War I bonds, the limit known as this has been raised by Congress many times, yet when reached in 2011, its need to be increased caused quite a stir", - "value": "$600", - "answer": "debt ceiling", - "round": "Jeopardy!", - "show_number": "6273", - "fullAnswer": "the debt ceiling" - }, { "category": "STATE CAPITAL FUN FESTS", "air_date": "2011-12-21", @@ -1910094,7 +1815764,7 @@ "air_date": "2000-04-20", "question": "It's William Tell's famous familial feat of archery", "value": "$200", - "answer": "shooting the apple off his son\\'s head", + "answer": "shooting the apple off his son's head", "round": "Double Jeopardy!", "show_number": "3609", "fullAnswer": "shooting the apple off his son\\'s head" @@ -1910529,26 +1816199,6 @@ "show_number": "4858", "fullAnswer": "a balloon" }, - { - "category": "THE SMALL STUFF", - "air_date": "2005-10-26", - "question": "(Kelly of the Clue Crew spoons out some slimy black fish eggs into a Petri dish in the chemistry lab.)
As opposed to beluga or ossetra, this type of caviar has the tiniest eggs, with about 2,500 per ounce", - "value": "$600", - "answer": "sevruga", - "round": "Jeopardy!", - "show_number": "4858", - "fullAnswer": "sevruga" - }, - { - "category": "ENDS WITH 2 VOWELS", - "air_date": "2005-10-26", - "question": "Hyphenated name for the style of music heard here", - "value": "$600", - "answer": "boogie-woogie", - "round": "Jeopardy!", - "show_number": "4858", - "fullAnswer": "boogie-woogie" - }, { "category": "\"O\" TOWN", "air_date": "2005-10-26", @@ -1910649,16 +1816299,6 @@ "show_number": "4858", "fullAnswer": "Virginia" }, - { - "category": "THE SMALL STUFF", - "air_date": "2005-10-26", - "question": "(Kelly of the Clue Crew shows a hair under a magnifying glass in the chemistry lab.) This technology of endless possibilities has been defined as using structures less than one-thousandth the width of a hair", - "value": "$1000", - "answer": "nanotechnology", - "round": "Jeopardy!", - "show_number": "4858", - "fullAnswer": "nanotechnology" - }, { "category": "ENDS WITH 2 VOWELS", "air_date": "2005-10-26", @@ -1910769,16 +1816409,6 @@ "show_number": "4858", "fullAnswer": "(Henry) Hudson" }, - { - "category": "HOUR OF THE \"WOLF\"", - "air_date": "2005-10-26", - "question": "It's the politically incorrect noise heard here", - "value": "$800", - "answer": "wolf whistle", - "round": "Double Jeopardy!", - "show_number": "4858", - "fullAnswer": "a wolf whistle" - }, { "category": "INGMAR BERGMAN", "air_date": "2005-10-26", @@ -1910789,16 +1816419,6 @@ "show_number": "4858", "fullAnswer": "tax evasion" }, - { - "category": "THE SEVENTH SEAL", - "air_date": "2005-10-26", - "question": "Heard here, it was the Beatles' seventh U.S. No. 1 hit single", - "value": "$1200", - "answer": "Eight Days A Week", - "round": "Double Jeopardy!", - "show_number": "4858", - "fullAnswer": "\"Eight Days A Week\"" - }, { "category": "SCENES FROM A MARRIAGE", "air_date": "2005-10-26", @@ -1910859,16 +1816479,6 @@ "show_number": "4858", "fullAnswer": "Wuthering Heights" }, - { - "category": "THE SERPENT'S EGG", - "air_date": "2005-10-26", - "question": "The pose of the water moccasin seen here shows why it has this other name", - "value": "$1600", - "answer": "cottonmouth", - "round": "Double Jeopardy!", - "show_number": "4858", - "fullAnswer": "a cottonmouth" - }, { "category": "PERSONA", "air_date": "2005-10-26", @@ -1910879,16 +1816489,6 @@ "show_number": "4858", "fullAnswer": "Absalom" }, - { - "category": "HOUR OF THE \"WOLF\"", - "air_date": "2005-10-26", - "question": "He's the noted defense thinker seen here", - "value": "$1600", - "answer": "Wolfowitz", - "round": "Double Jeopardy!", - "show_number": "4858", - "fullAnswer": "(Paul) Wolfowitz" - }, { "category": "THE SEVENTH SEAL", "air_date": "2005-10-26", @@ -1911339,16 +1816939,6 @@ "show_number": "3666", "fullAnswer": "S-C-Y-T-H-E" }, - { - "category": "RUSSIAN AUTHORS", - "air_date": "2000-07-10", - "question": "Seen here in 1849 for the crime of conspiracy, he barely escaped the punishment of death", - "value": "$2,500", - "answer": "Fyodor Dostoyevsky", - "round": "Double Jeopardy!", - "show_number": "3666", - "fullAnswer": "Fyodor Dostoyevsky" - }, { "category": "FILMS OF THE '90s", "air_date": "2000-07-10", @@ -1911449,16 +1817039,6 @@ "show_number": "3666", "fullAnswer": "George VI" }, - { - "category": "TOOLS", - "air_date": "2000-07-10", - "question": "The tools seen here are meant to be used on these", - "value": "$800", - "answer": "locks", - "round": "Double Jeopardy!", - "show_number": "3666", - "fullAnswer": "locks" - }, { "category": "RUSSIAN AUTHORS", "air_date": "2000-07-10", @@ -1911474,7 +1817054,7 @@ "air_date": "2000-07-10", "question": "In a 1999 film John Travolta & Madeleine Stowe tried to solve the murder of this title character", "value": "$800", - "answer": "General\\'s Daughter", + "answer": "General's Daughter", "round": "Double Jeopardy!", "show_number": "3666", "fullAnswer": "The General\\'s Daughter" @@ -1912189,16 +1817769,6 @@ "show_number": "4978", "fullAnswer": "Nanook" }, - { - "category": "GET TO THE POINT", - "air_date": "2006-04-12", - "question": "(Jon of the Clue Crew lurks in the shadows, weapon at the ready...) A long time ago in a galaxy far, far away, this was the weapon of choice", - "value": "$200", - "answer": "lightsaber", - "round": "Jeopardy!", - "show_number": "4978", - "fullAnswer": "a lightsaber" - }, { "category": "FOREIGN WORDS & PHRASES", "air_date": "2006-04-12", @@ -1912309,16 +1817879,6 @@ "show_number": "4978", "fullAnswer": "Super Size Me" }, - { - "category": "GET TO THE POINT", - "air_date": "2006-04-12", - "question": "Surreal thinker of the comics seen here", - "value": "$600", - "answer": "Zippy ", - "round": "Jeopardy!", - "show_number": "4978", - "fullAnswer": "Zippy (the Pinhead)" - }, { "category": "FOREIGN WORDS & PHRASES", "air_date": "2006-04-12", @@ -1912379,16 +1817939,6 @@ "show_number": "4978", "fullAnswer": "Jim Bowie" }, - { - "category": "FOREIGN WORDS & PHRASES", - "air_date": "2006-04-12", - "question": "(Kelly of the Clue Crew gives an etymology lesson on the monitor.) According to Grimm's Law, the ancient \"D\" became our \"T\" sound, and the German sound \"Ts\", so Latin \"duo\" became \"two\" in English & this word in German", - "value": "$800", - "answer": "zwei", - "round": "Jeopardy!", - "show_number": "4978", - "fullAnswer": "zwei" - }, { "category": "GUMFIGHT", "air_date": "2006-04-12", @@ -1912429,16 +1817979,6 @@ "show_number": "4978", "fullAnswer": "Woody Allen" }, - { - "category": "GET TO THE POINT", - "air_date": "2006-04-12", - "question": "The monument seen here is one of these pillars that date back to Egyptian temples", - "value": "$1000", - "answer": "obelisk", - "round": "Jeopardy!", - "show_number": "4978", - "fullAnswer": "an obelisk" - }, { "category": "FOREIGN WORDS & PHRASES", "air_date": "2006-04-12", @@ -1912469,16 +1818009,6 @@ "show_number": "4978", "fullAnswer": "a requiem" }, - { - "category": "EUROPEAN ARCHITECTURE", - "air_date": "2006-04-12", - "question": "This capital's Vladislav Hall, in the Bohemian Renaissance style, was once Europe's largest enclosed secular space", - "value": "$400", - "answer": "Prague", - "round": "Double Jeopardy!", - "show_number": "4978", - "fullAnswer": "Prague" - }, { "category": "NBA TEAMS' HOME ARENAS", "air_date": "2006-04-12", @@ -1912589,16 +1818119,6 @@ "show_number": "4978", "fullAnswer": "vest" }, - { - "category": "EUROPEAN ARCHITECTURE", - "air_date": "2006-04-12", - "question": "The vault of Rome's Il Jesu, built in the 1500s for this new society, led to fears it would cause echos", - "value": "$1,200", - "answer": "Society of Jesus ", - "round": "Double Jeopardy!", - "show_number": "4978", - "fullAnswer": "the Society of Jesus (the Jesuits)" - }, { "category": "NBA TEAMS' HOME ARENAS", "air_date": "2006-04-12", @@ -1912709,16 +1818229,6 @@ "show_number": "4978", "fullAnswer": "belt" }, - { - "category": "EUROPEAN ARCHITECTURE", - "air_date": "2006-04-12", - "question": "(Kelly of the Clue Crew reports from the Tivoli Gardens in Copenhagen, Denmark.) The Grand Bazaar, one of Tivoli's loveliest buildings, was designed in this exotic style, also known as Moresco", - "value": "$2000", - "answer": "Moorish", - "round": "Double Jeopardy!", - "show_number": "4978", - "fullAnswer": "Moorish" - }, { "category": "NBA TEAMS' HOME ARENAS", "air_date": "2006-04-12", @@ -1913004,7 +1818514,7 @@ "air_date": "2003-05-29", "question": "A waterfront dive known as Jimmy-the-Priest's inspired the setting of his play \"The Iceman Cometh\"", "value": "$800", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Jeopardy!", "show_number": "4329", "fullAnswer": "Eugene O\\'Neill" @@ -1913499,16 +1819009,6 @@ "show_number": "5213", "fullAnswer": "quartz" }, - { - "category": "ELLEN", - "air_date": "2007-04-18", - "question": "On Thursday nights, she plays doctor; the title doctor of \"Grey's Anatomy\"", - "value": "$400", - "answer": "Ellen Pompeo", - "round": "Jeopardy!", - "show_number": "5213", - "fullAnswer": "Ellen Pompeo" - }, { "category": "WORLD CITIES", "air_date": "2007-04-18", @@ -1913669,26 +1819169,6 @@ "show_number": "5213", "fullAnswer": "tell the truth" }, - { - "category": "\"Q\"ING UP", - "air_date": "2007-04-18", - "question": "(Kelly of the Clue Crew plays a game of chess.) By advancing to the eighth rank, my pawn has taken this self-promoting step", - "value": "$1000", - "answer": "queening", - "round": "Jeopardy!", - "show_number": "5213", - "fullAnswer": "queening" - }, - { - "category": "ELLEN", - "air_date": "2007-04-18", - "question": "Ellen of this publishing family co-founded a California institution of oceanography", - "value": "$1000", - "answer": "Scripps", - "round": "Jeopardy!", - "show_number": "5213", - "fullAnswer": "Scripps" - }, { "category": "ROUTE 66 REVISITED", "air_date": "2007-04-18", @@ -1913749,16 +1819229,6 @@ "show_number": "5213", "fullAnswer": "Liberties" }, - { - "category": "ROUTE 66 REVISITED", - "air_date": "2007-04-18", - "question": "Hi, I'm Neil Patrick Harris. If you get your kicks on Route 66, come visit this city, my hometown & also home to a minor league baseball team, the Isotopes", - "value": "$800", - "answer": "Albuquerque", - "round": "Double Jeopardy!", - "show_number": "5213", - "fullAnswer": "Albuquerque" - }, { "category": "SCIENCE", "air_date": "2007-04-18", @@ -1913849,16 +1819319,6 @@ "show_number": "5213", "fullAnswer": "Home Shopping Network" }, - { - "category": "'60s MUSIC", - "air_date": "2007-04-18", - "question": "(Jon of the Clue Crew walks next to a statue of James Meredith at the University of Mississippi.) In tribute to James Meredith, it was on this legendary songwriter's 1963 \"Freewheelin'\" album that he sang, \"He went down to Oxford town, guns and clubs followed him down\"", - "value": "$1200", - "answer": "Bob Dylan", - "round": "Double Jeopardy!", - "show_number": "5213", - "fullAnswer": "Bob Dylan" - }, { "category": "\"L\" IN...", "air_date": "2007-04-18", @@ -1913899,16 +1819359,6 @@ "show_number": "5213", "fullAnswer": "Henry James" }, - { - "category": "LET'S GO SHOPPING", - "air_date": "2007-04-18", - "question": "(I'm Carson Kressley from Queer Eye for the Straight Guy.) I've helped create catalogs for major retailers like this one whose yummy flagship store is at 59th & Lex", - "value": "$1600", - "answer": "Bloomingdale\\'s", - "round": "Double Jeopardy!", - "show_number": "5213", - "fullAnswer": "Bloomingdale\\'s" - }, { "category": "'60s MUSIC", "air_date": "2007-04-18", @@ -1913979,16 +1819429,6 @@ "show_number": "5213", "fullAnswer": "\"Runaround Sue\"" }, - { - "category": "\"L\" IN...", - "air_date": "2007-04-18", - "question": "...LOC, as in www.loc.gov", - "value": "$2000", - "answer": "Library", - "round": "Double Jeopardy!", - "show_number": "5213", - "fullAnswer": "Library" - }, { "category": "A REAL RENAISSANCE MAN", "air_date": "2007-04-18", @@ -1914124,7 +1819564,7 @@ "air_date": "1985-11-15", "question": "A single wicker container should not hold the entire output of thy hen", "value": "$300", - "answer": "don\\'t put all your eggs in one basket", + "answer": "don't put all your eggs in one basket", "round": "Jeopardy!", "show_number": "310", "fullAnswer": "don\\'t put all your eggs in one basket" @@ -1914724,7 +1820164,7 @@ "air_date": "2004-05-11", "question": "Established in 1867, it's America's first fashion magazine", "value": "$800", - "answer": "Harper\\'s Bazaar", + "answer": "Harper's Bazaar", "round": "Jeopardy!", "show_number": "4542", "fullAnswer": "Harper\\'s Bazaar" @@ -1915429,16 +1820869,6 @@ "show_number": "5911", "fullAnswer": "Elton John Adams" }, - { - "category": "HE DIED A DEADLY DEATH", - "air_date": "2010-05-03", - "question": "After his death at age 78 on July 1, 1974, Argentina could cry for this 3-time president too", - "value": "$1200", - "answer": "Juan Perón", - "round": "Double Jeopardy!", - "show_number": "5911", - "fullAnswer": "Juan Perón" - }, { "category": "HOMOPHONES", "air_date": "2010-05-03", @@ -1915504,7 +1820934,7 @@ "air_date": "2010-05-03", "question": "A small sailing vessel, or a Southern contraction used to address 2 or more people", "value": "$1600", - "answer": "yawl/y\\'all", + "answer": "yawl/y'all", "round": "Double Jeopardy!", "show_number": "5911", "fullAnswer": "yawl/y\\'all" @@ -1915579,16 +1821009,6 @@ "show_number": "5911", "fullAnswer": "Hershey, Pennsylvania" }, - { - "category": "WILL...OF...FORTUNE!", - "air_date": "2008-04-30", - "question": "This newspaper guy's estate south of San Francisco boasted 50 miles of ocean frontage & a 1,665-square-foot indoor pool", - "value": "$200", - "answer": "Hearst", - "round": "Jeopardy!", - "show_number": "5453", - "fullAnswer": "Hearst" - }, { "category": "BRITISH ROCKERS", "air_date": "2008-04-30", @@ -1915699,16 +1821119,6 @@ "show_number": "5453", "fullAnswer": "rod" }, - { - "category": "WILL...OF...FORTUNE!", - "air_date": "2008-04-30", - "question": "In 1666 this Quaker who founded an American colony went to Ireland to manage his father's estates", - "value": "$600", - "answer": "William Penn", - "round": "Jeopardy!", - "show_number": "5453", - "fullAnswer": "William Penn" - }, { "category": "BRITISH ROCKERS", "air_date": "2008-04-30", @@ -1915804,7 +1821214,7 @@ "air_date": "2008-04-30", "question": "Physician Robert Graves first identified this disease in 1835", "value": "$800", - "answer": "Graves\\' Disease", + "answer": "Graves' Disease", "round": "Jeopardy!", "show_number": "5453", "fullAnswer": "Graves\\' Disease" @@ -1915819,16 +1821229,6 @@ "show_number": "5453", "fullAnswer": "ice" }, - { - "category": "WILL...OF...FORTUNE!", - "air_date": "2008-04-30", - "question": "This orator & Nebraska representative opposed the gold standard & urged the free coinage of silver", - "value": "$1000", - "answer": "William Jennings Bryan", - "round": "Jeopardy!", - "show_number": "5453", - "fullAnswer": "William Jennings Bryan" - }, { "category": "BRITISH ROCKERS", "air_date": "2008-04-30", @@ -1916119,16 +1821519,6 @@ "show_number": "5453", "fullAnswer": "an appliance" }, - { - "category": "WHEELS OF FORTUNE", - "air_date": "2008-04-30", - "question": "As the founder was born under the sign of Taurus, this sports car company uses the bull as its symbol", - "value": "$2000", - "answer": "Lamborghini", - "round": "Double Jeopardy!", - "show_number": "5453", - "fullAnswer": "Lamborghini" - }, { "category": "DIDN'T DIRECT IT", "air_date": "2008-04-30", @@ -1916234,7 +1821624,7 @@ "air_date": "2008-11-05", "question": "6925 Hollywood Blvd. in Los Angeles:
Hands, feet, cement... what more could you ask for?", "value": "$200", - "answer": "Grauman\\'s Chinese Theater", + "answer": "Grauman's Chinese Theater", "round": "Jeopardy!", "show_number": "5558", "fullAnswer": "Grauman\\'s Chinese Theater" @@ -1916414,21 +1821804,11 @@ "air_date": "2008-11-05", "question": "3570 Las Vegas Blvd. South:
We who are about to gamble salute you", "value": "$4,000", - "answer": "Caesar\\'s Palace", + "answer": "Caesar's Palace", "round": "Jeopardy!", "show_number": "5558", "fullAnswer": "Caesar\\'s Palace" }, - { - "category": "\"G\" WHIZ", - "air_date": "2008-11-05", - "question": "(Sarah of the Clue Crew delivers the clue from a dog show at Silver Bay Kennel Club.) Dog show judges know a good indicator of structure, temperament & condition is this pattern of movement that can be a walk, trot or gallop", - "value": "$800", - "answer": "gait", - "round": "Jeopardy!", - "show_number": "5558", - "fullAnswer": "gait" - }, { "category": "BODIES OF WATER", "air_date": "2008-11-05", @@ -1916449,26 +1821829,6 @@ "show_number": "5558", "fullAnswer": "Mulan" }, - { - "category": "HEEL OF FORTUNE", - "air_date": "2008-11-05", - "question": "In the \"Sex and the City\" film, Sarah Jessica wore $800 sandals like the one seen here by the house of this Frenchman", - "value": "$1000", - "answer": "Christian Dior", - "round": "Jeopardy!", - "show_number": "5558", - "fullAnswer": "Christian Dior" - }, - { - "category": "FACIAL EXPRESSIONS", - "air_date": "2008-11-05", - "question": "(Jimmy of the Clue Crew shows a change of face.) A 2008 study finds that a scared face enlarges the visual field to gather more information about a source of fear; that supports this man's 1872 theory that expressions are adaptations", - "value": "$1000", - "answer": "Darwin", - "round": "Jeopardy!", - "show_number": "5558", - "fullAnswer": "Darwin" - }, { "category": "HERE'S THE ADDRESS", "air_date": "2008-11-05", @@ -1916499,16 +1821859,6 @@ "show_number": "5558", "fullAnswer": "George W. Bush" }, - { - "category": "THE EYES HAVE IT", - "air_date": "2008-11-05", - "question": "Check out his old blue eyes seen here", - "value": "$400", - "answer": "Frank Sinatra", - "round": "Double Jeopardy!", - "show_number": "5558", - "fullAnswer": "Frank Sinatra" - }, { "category": "OFFICIAL STATE THINGS", "air_date": "2008-11-05", @@ -1916759,16 +1822109,6 @@ "show_number": "5558", "fullAnswer": "The Eagles" }, - { - "category": "SCIENCE GUYS", - "air_date": "2002-06-05", - "question": "He's the \"Science Guy\" seen here", - "value": "$200", - "answer": "Bill Nye", - "round": "Jeopardy!", - "show_number": "4103", - "fullAnswer": "Bill Nye" - }, { "category": "HUMPTY DUMPTY", "air_date": "2002-06-05", @@ -1916834,7 +1822174,7 @@ "air_date": "2002-06-05", "question": "After Humpty's fall, they tried to put him together again", "value": "$400", - "answer": "all the king\\'s horses & all the king\\'s men", + "answer": "all the king's horses & all the king's men", "round": "Jeopardy!", "show_number": "4103", "fullAnswer": "all the king\\'s horses & all the king\\'s men" @@ -1916899,16 +1822239,6 @@ "show_number": "4103", "fullAnswer": "Tori Amos" }, - { - "category": "2-LETTER WORDS", - "air_date": "2002-06-05", - "question": "(Jimmy of the Clue Crew plays a board game with Sarah.) I'm trouncing Sarah in this classic Japanese game", - "value": "$600", - "answer": "go", - "round": "Jeopardy!", - "show_number": "4103", - "fullAnswer": "go" - }, { "category": "CELEBRITY WEDDINGS", "air_date": "2002-06-05", @@ -1916969,16 +1822299,6 @@ "show_number": "4103", "fullAnswer": "up" }, - { - "category": "CELEBRITY WEDDINGS", - "air_date": "2002-06-05", - "question": "Brooke Shields was the maid of honor when this \"Suddenly Susan\" co-star seen here got married in 2001", - "value": "$800", - "answer": "Griffin", - "round": "Jeopardy!", - "show_number": "4103", - "fullAnswer": "(Kathy) Griffin" - }, { "category": "FLY ME", "air_date": "2002-06-05", @@ -1917149,16 +1822469,6 @@ "show_number": "4103", "fullAnswer": "Rose Red" }, - { - "category": "THERE OUGHTA BE A LAW", - "air_date": "2002-06-05", - "question": "(Judge Hatchett delivers the clue.) Your neighbor's bad cooking odors may not be classified as one of these, but his annoying wind chimes may", - "value": "$800", - "answer": "nuisance", - "round": "Double Jeopardy!", - "show_number": "4103", - "fullAnswer": "a nuisance" - }, { "category": "MUSIC MAKERS", "air_date": "2002-06-05", @@ -1917219,16 +1822529,6 @@ "show_number": "4103", "fullAnswer": "garnishing" }, - { - "category": "MUSIC MAKERS", - "air_date": "2002-06-05", - "question": "A song by Joe Henry, heard here, became a hit recording by this sister-in-law of his

\"Don't tell me to stop /
Tell the rain not to drop /
Tell the wind not to blow...\"
", - "value": "$1200", - "answer": "Madonna", - "round": "Double Jeopardy!", - "show_number": "4103", - "fullAnswer": "Madonna" - }, { "category": "MNEMONICS", "air_date": "2002-06-05", @@ -1917299,16 +1822599,6 @@ "show_number": "4103", "fullAnswer": "genus & species" }, - { - "category": "HISTORIC AMERICANS", - "air_date": "2002-06-05", - "question": "(Sofia of the Clue Crew reports from the Minuteman National Historic Park.) One of the two men who accompanied Paul Revere on his historic ride to warn Concord on the eve of the battle", - "value": "$2000", - "answer": "William Dawes & Samuel Prescott", - "round": "Double Jeopardy!", - "show_number": "4103", - "fullAnswer": "(1 of) William Dawes & Samuel Prescott" - }, { "category": "SOUPS OF THE WORLD", "air_date": "2002-06-05", @@ -1917329,16 +1822619,6 @@ "show_number": "4103", "fullAnswer": "Castle Rock, Maine" }, - { - "category": "THERE OUGHTA BE A LAW", - "air_date": "2002-06-05", - "question": "(Hi. I'm Catherine Crier.) In law, this French phrase means an unexpected event that may excuse a party from a contract", - "value": "$2000", - "answer": "force majeure", - "round": "Double Jeopardy!", - "show_number": "4103", - "fullAnswer": "a force majeure" - }, { "category": "MUSIC MAKERS", "air_date": "2002-06-05", @@ -1917514,7 +1822794,7 @@ "air_date": "2003-02-18", "question": "Pecorino Romano cheese is made from sheep's milk; Caprino Romano, from this animal's milk", "value": "$600", - "answer": "goat\\'s milk", + "answer": "goat's milk", "round": "Jeopardy!", "show_number": "4257", "fullAnswer": "goat\\'s milk" @@ -1917884,7 +1823164,7 @@ "air_date": "2003-02-18", "question": "It's the title of the 1963 hit heard here", "value": "$1600", - "answer": "It\\'s My Party ", + "answer": "It's My Party ", "round": "Double Jeopardy!", "show_number": "4257", "fullAnswer": "\"It\\'s My Party\" (by Lesley Gore)" @@ -1917914,7 +1823194,7 @@ "air_date": "2003-02-18", "question": "This playwright's theater on NYC's W. 49th Street isn't a historic site, but his home in Danville, California is", "value": "$2000", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "4257", "fullAnswer": "Eugene O\\'Neill" @@ -1918524,7 +1823804,7 @@ "air_date": "2003-07-08", "question": "Peter Fonda won rave reviews & an Oscar nomination for his role in this 1997 movie", "value": "$2000", - "answer": "Ulee\\'s Gold", + "answer": "Ulee's Gold", "round": "Double Jeopardy!", "show_number": "4357", "fullAnswer": "Ulee\\'s Gold" @@ -1919024,7 +1824304,7 @@ "air_date": "1996-12-27", "question": "Lewis' 5 major novels, from \"Main Street\" to \"Dodsworth\", were published during this decade", "value": "$600", - "answer": "1920\\'s", + "answer": "1920's", "round": "Double Jeopardy!", "show_number": "2840", "fullAnswer": "The 1920\\'s" @@ -1919444,7 +1824724,7 @@ "air_date": "1996-11-22", "question": "Although he's Scottish, the luck of the Irish got Connery cast in this 1959 Disney film about the wee folk", "value": "$500", - "answer": "Darby O\\' Gill and the Little People", + "answer": "Darby O' Gill and the Little People", "round": "Jeopardy!", "show_number": "2815", "fullAnswer": "Darby O\\' Gill and the Little People" @@ -1919704,7 +1824984,7 @@ "air_date": "1996-11-22", "question": "(VIDEO DAILY DOUBLE):
A recent stamp honoring this artist featured the work seen here:", "value": "$900", - "answer": "Georgia O\\'Keeffe ", + "answer": "Georgia O'Keeffe ", "round": "Double Jeopardy!", "show_number": "2815", "fullAnswer": "Georgia O\\'Keeffe (\"Red Poppy\")" @@ -1919779,16 +1825059,6 @@ "show_number": "6262", "fullAnswer": "shrimp" }, - { - "category": "FINANCE WITH DAVID FABER", - "air_date": "2011-12-06", - "question": "(David Faber gives the clue from the set of The Faber Report.) The large, deferred payment due at the end of a type of low-interest mortgage loan is known as this \"inflatable\" term", - "value": "$200", - "answer": "balloon", - "round": "Jeopardy!", - "show_number": "6262", - "fullAnswer": "balloon" - }, { "category": "5-LETTER WORDS", "air_date": "2011-12-06", @@ -1919839,16 +1825109,6 @@ "show_number": "6262", "fullAnswer": "chèvre" }, - { - "category": "FINANCE WITH DAVID FABER", - "air_date": "2011-12-06", - "question": "(David Faber gives the clue from the set of The Faber Report.) Payment in the form of additional shares in a company is a stock this; unlike a cash one, it's usually not taxed until sold", - "value": "$400", - "answer": "dividend", - "round": "Jeopardy!", - "show_number": "6262", - "fullAnswer": "a dividend" - }, { "category": "5-LETTER WORDS", "air_date": "2011-12-06", @@ -1919889,26 +1825149,6 @@ "show_number": "6262", "fullAnswer": "the Mona Lisa" }, - { - "category": "FOOD TALK", - "air_date": "2011-12-06", - "question": "(I'm Dr. Oz.) For a bedtime snack try popcorn with parmesan; the dairy & carbs activate the effect of this amino acid that's more associated with turkey", - "value": "$600", - "answer": "tryptophan", - "round": "Jeopardy!", - "show_number": "6262", - "fullAnswer": "tryptophan" - }, - { - "category": "FINANCE WITH DAVID FABER", - "air_date": "2011-12-06", - "question": "(David Faber gives the clue from the set of The Faber Report.) In May 2007 I broke the news that an unsolicited $60 a share offer for Dow Jones was made by News Corp., controlled by this man", - "value": "$600", - "answer": "Rupert Murdoch", - "round": "Jeopardy!", - "show_number": "6262", - "fullAnswer": "Rupert Murdoch" - }, { "category": "5-LETTER WORDS", "air_date": "2011-12-06", @@ -1919959,16 +1825199,6 @@ "show_number": "6262", "fullAnswer": "mushrooms" }, - { - "category": "FINANCE WITH DAVID FABER", - "air_date": "2011-12-06", - "question": "(David Faber gives the clue from the set of The Faber Report.) These funds get their name from the practice of balancing long and short positions to reduce risk; today, with minimum investments often as much as $1 million, they're more aggressive", - "value": "$1,000", - "answer": "hedge funds", - "round": "Jeopardy!", - "show_number": "6262", - "fullAnswer": "hedge funds" - }, { "category": "5-LETTER WORDS", "air_date": "2011-12-06", @@ -1920019,16 +1825249,6 @@ "show_number": "6262", "fullAnswer": "kalamata" }, - { - "category": "FINANCE WITH DAVID FABER", - "air_date": "2011-12-06", - "question": "(David Faber gives the clue from the set of The Faber Report.) As of 2011 this 2-word tax on profits from the sale of an asset such as a stock generally maxed out at 15%; D.C. loves to fight about it", - "value": "$1000", - "answer": "capital gains", - "round": "Jeopardy!", - "show_number": "6262", - "fullAnswer": "capital gains" - }, { "category": "5-LETTER WORDS", "air_date": "2011-12-06", @@ -1920979,16 +1826199,6 @@ "show_number": "969", "fullAnswer": "Malta" }, - { - "category": "NYPD", - "air_date": "2005-04-06", - "question": "(Jimmy of the Clue Crew reports from outside an NYPD station.) In a 1975 movie, the NYPD sent Popeye Doyle to this country; today it sends detectives to Interpol HQ there", - "value": "$200", - "answer": "France", - "round": "Jeopardy!", - "show_number": "4748", - "fullAnswer": "France" - }, { "category": "CELEBRITY SIBLINGS", "air_date": "2005-04-06", @@ -1921039,16 +1826249,6 @@ "show_number": "4748", "fullAnswer": "R (trowel)" }, - { - "category": "NYPD", - "air_date": "2005-04-06", - "question": "(Jimmy of the Clue Crew reports from an NYPD station.) A Level C Tyvek suit is used by this NYPD unit that's named for the material they're dispatched to work around", - "value": "$400", - "answer": "HAZMAT suit", - "round": "Jeopardy!", - "show_number": "4748", - "fullAnswer": "a HAZMAT suit" - }, { "category": "CELEBRITY SIBLINGS", "air_date": "2005-04-06", @@ -1921079,16 +1826279,6 @@ "show_number": "4748", "fullAnswer": "Babylon" }, - { - "category": "HOT \"ROD\"s", - "air_date": "2005-04-06", - "question": "This construction worker seen here was in the news in 1991", - "value": "$400", - "answer": "Rodney King", - "round": "Jeopardy!", - "show_number": "4748", - "fullAnswer": "Rodney King" - }, { "category": "ADD A LETTER", "air_date": "2005-04-06", @@ -1921099,16 +1826289,6 @@ "show_number": "4748", "fullAnswer": "A (lambada)" }, - { - "category": "NYPD", - "air_date": "2005-04-06", - "question": "(Sarah of the Clue Crew reports from outside an NYPD station.) On the narrow streets of Lower Manhattan police drive Piaggios, from the makers of this Italian scooter that debuted in 1946", - "value": "$600", - "answer": "Vespa", - "round": "Jeopardy!", - "show_number": "4748", - "fullAnswer": "the Vespa" - }, { "category": "CELEBRITY SIBLINGS", "air_date": "2005-04-06", @@ -1921159,16 +1826339,6 @@ "show_number": "4748", "fullAnswer": "B (flambé)" }, - { - "category": "NYPD", - "air_date": "2005-04-06", - "question": "(Cheryl of the Clue Crew reports from inside a NYPD station.) The NYPD's offical motto, fidelis ad mortem, means this--it recognizes officers who sacrified for fellow citizens", - "value": "$800", - "answer": "faithful to the death", - "round": "Jeopardy!", - "show_number": "4748", - "fullAnswer": "\"faithful to the death\"" - }, { "category": "CELEBRITY SIBLINGS", "air_date": "2005-04-06", @@ -1921219,16 +1826389,6 @@ "show_number": "4748", "fullAnswer": "H (chafe)" }, - { - "category": "NYPD", - "air_date": "2005-04-06", - "question": "(Sarah of the Clue Crew reports from outside an NYPD station.) The NYPD bomb squad robot was made by this military corporation that also developed the Stealth bomber", - "value": "$1000", - "answer": "Northrop", - "round": "Jeopardy!", - "show_number": "4748", - "fullAnswer": "Northrop" - }, { "category": "CELEBRITY SIBLINGS", "air_date": "2005-04-06", @@ -1921309,16 +1826469,6 @@ "show_number": "4748", "fullAnswer": "a dike" }, - { - "category": "THE COMEDY OF ERAS", - "air_date": "2005-04-06", - "question": "1970s:
\"Well, excuuuuuse me!!!!!!\"", - "value": "$400", - "answer": "Steve Martin", - "round": "Double Jeopardy!", - "show_number": "4748", - "fullAnswer": "Steve Martin" - }, { "category": "McHENRY THE FORT, PART I", "air_date": "2005-04-06", @@ -1921349,16 +1826499,6 @@ "show_number": "4748", "fullAnswer": "will" }, - { - "category": "THE MERCHANT OF TENNIS", - "air_date": "2005-04-06", - "question": "Famous for tires, the name whose symbol is seen here can also be found on tennis gear", - "value": "$800", - "answer": "Dunlop", - "round": "Double Jeopardy!", - "show_number": "4748", - "fullAnswer": "Dunlop" - }, { "category": "AS YOU \"IKE\" IT", "air_date": "2005-04-06", @@ -1921539,26 +1826679,6 @@ "show_number": "4748", "fullAnswer": "Wilson" }, - { - "category": "AS YOU \"IKE\" IT", - "air_date": "2005-04-06", - "question": "Oscine predator seen here", - "value": "$2000", - "answer": "shrike", - "round": "Double Jeopardy!", - "show_number": "4748", - "fullAnswer": "a shrike" - }, - { - "category": "THE COMEDY OF ERAS", - "air_date": "2005-04-06", - "question": "1980s:
\"In America you can always find a party. In Russia the party always finds you\"", - "value": "$2000", - "answer": "Smirnoff", - "round": "Double Jeopardy!", - "show_number": "4748", - "fullAnswer": "(Yakov) Smirnoff" - }, { "category": "McHENRY THE FORT, PART I", "air_date": "2005-04-06", @@ -1921874,7 +1826994,7 @@ "air_date": "2000-03-15", "question": "This official name of the Ivory Coast is the country's name in French", "value": "$500", - "answer": "Cote d\\' Ivoire", + "answer": "Cote d' Ivoire", "round": "Jeopardy!", "show_number": "3583", "fullAnswer": "Cote d\\' Ivoire" @@ -1921964,7 +1827084,7 @@ "air_date": "2000-03-15", "question": "(Hi, I'm Richard Kind of \"Spin City\".) I provided the voice of Molt, the annoying grasshopper, in this 1998 animated Disney film", "value": "$400", - "answer": "Bug\\'s Life", + "answer": "Bug's Life", "round": "Double Jeopardy!", "show_number": "3583", "fullAnswer": "A Bug\\'s Life" @@ -1922359,16 +1827479,6 @@ "show_number": "6292", "fullAnswer": "a sixth sense" }, - { - "category": "NORMAN INVASION", - "air_date": "2012-01-17", - "question": "He commanded the ground forces in the 1983 invasion of Grenada, and later commanded respect as a Jeopardy! champ", - "value": "$600", - "answer": "Schwarzkopf", - "round": "Jeopardy!", - "show_number": "6292", - "fullAnswer": "(Norman) Schwarzkopf" - }, { "category": "STATE SONGS", "air_date": "2012-01-17", @@ -1922459,26 +1827569,6 @@ "show_number": "6292", "fullAnswer": "the eighth wonder of the world" }, - { - "category": "NORMAN INVASION", - "air_date": "2012-01-17", - "question": "In 1969 this author and New Journalist failed in his bid to become Mayor of New York City", - "value": "$1000", - "answer": "Mailer", - "round": "Jeopardy!", - "show_number": "6292", - "fullAnswer": "(Norman) Mailer" - }, - { - "category": "NORWAY'S CULTURE & HISTORY", - "air_date": "2012-01-17", - "question": "(Sarah of the Clue Crew sits at a kitchen table in Oslo, Norway.) A trip to Norway wouldn't be complete without sampling lefse, the potato staple that folk legends say was given to slain warriors of this hall, to fortify them for battle", - "value": "$400", - "answer": "Valhalla", - "round": "Double Jeopardy!", - "show_number": "6292", - "fullAnswer": "Valhalla" - }, { "category": "LEGAL MATTERS", "air_date": "2012-01-17", @@ -1922514,7 +1827604,7 @@ "air_date": "2012-01-17", "question": "Douglas Adams:
\"The ____'s Guide to the Galaxy\"", "value": "$400", - "answer": "Hitchhiker\\'s", + "answer": "Hitchhiker's", "round": "Double Jeopardy!", "show_number": "6292", "fullAnswer": "Hitchhiker\\'s" @@ -1922529,16 +1827619,6 @@ "show_number": "6292", "fullAnswer": "trisect" }, - { - "category": "NORWAY'S CULTURE & HISTORY", - "air_date": "2012-01-17", - "question": "(Sarah of the Clue Crew stands in front of a large house at the Norsk Folkemuseum in Oslo, Norway.) About 30 stave churches from the 12th and 13th century still stand here in Norway. The four corner posts, or staves, may represent these first four books of the New Testament", - "value": "$800", - "answer": "Matthew, Mark, Luke, and John", - "round": "Double Jeopardy!", - "show_number": "6292", - "fullAnswer": "Matthew, Mark, Luke, and John" - }, { "category": "LEGAL MATTERS", "air_date": "2012-01-17", @@ -1922559,46 +1827639,16 @@ "show_number": "6292", "fullAnswer": "(Patrick) Dempsey" }, - { - "category": "CLASSICAL MUSIC", - "air_date": "2012-01-17", - "question": "The piece heard here from this Handel work is called \"Alla Hornpipe\"--everybody dance!", - "value": "$800", - "answer": "Water Music", - "round": "Double Jeopardy!", - "show_number": "6292", - "fullAnswer": "Water Music" - }, { "category": "POSSESSIVE BOOK TITLES", "air_date": "2012-01-17", "question": "Kurt Vonnegut:
\"___'s Cradle\"", "value": "$800", - "answer": "Cat\\'s", + "answer": "Cat's", "round": "Double Jeopardy!", "show_number": "6292", "fullAnswer": "Cat\\'s" }, - { - "category": "\"TRI\" TIPS", - "air_date": "2012-01-17", - "question": "He's the comical canine seen here", - "value": "$800", - "answer": "Triumph ", - "round": "Double Jeopardy!", - "show_number": "6292", - "fullAnswer": "Triumph (the Insult Comic Dog)" - }, - { - "category": "NORWAY'S CULTURE & HISTORY", - "air_date": "2012-01-17", - "question": "(Sarah of the Clue Crew stands before a tall sculpture in the Vigelund Sculpture Garden in Oslo, Norway.) The centerpiece of Oslo's Vigelund Sculpture Garden is a 57-foot tower depicting intertwined human figures reaching to the heavens; it's known as this, from Latin for made from a single stone", - "value": "$1200", - "answer": "monolith", - "round": "Double Jeopardy!", - "show_number": "6292", - "fullAnswer": "a monolith" - }, { "category": "LEGAL MATTERS", "air_date": "2012-01-17", @@ -1922649,16 +1827699,6 @@ "show_number": "6292", "fullAnswer": "tripod" }, - { - "category": "NORWAY'S CULTURE & HISTORY", - "air_date": "2012-01-17", - "question": "(Sarah of the Clue Crew stands in front of the Royal Palace in Oslo, Norway.) King Harald V lives here, in Norway's Royal Palace. He and his second cousin, England's Queen Elizabeth, are both great-grandchildren of this British king, who ruled from 1901 to 1910.", - "value": "$1600", - "answer": "Edward VII", - "round": "Double Jeopardy!", - "show_number": "6292", - "fullAnswer": "Edward VII" - }, { "category": "LEGAL MATTERS", "air_date": "2012-01-17", @@ -1922709,16 +1827749,6 @@ "show_number": "6292", "fullAnswer": "Tribeca" }, - { - "category": "NORWAY'S CULTURE & HISTORY", - "air_date": "2012-01-17", - "question": "(Sarah of the Clue Crew shows us a sod home at the Norsk Folkemuseum in Oslo, Norway.) These people, also called Lapps, built turf or sod homes, called gammer that lasted thirty years or more in harsh conditions", - "value": "$2000", - "answer": "Sami", - "round": "Double Jeopardy!", - "show_number": "6292", - "fullAnswer": "Sami" - }, { "category": "LEGAL MATTERS", "air_date": "2012-01-17", @@ -1922754,7 +1827784,7 @@ "air_date": "2012-01-17", "question": "Kim Edwards:
\"The ____ ____'s Daughter\" (2005)", "value": "$2000", - "answer": "Memory Keeper\\'s Daughter", + "answer": "Memory Keeper's Daughter", "round": "Double Jeopardy!", "show_number": "6292", "fullAnswer": "The Memory Keeper\\'s Daughter" @@ -1922924,7 +1827954,7 @@ "air_date": "2003-02-17", "question": "This company's Special K has a shelf life of 12 months", "value": "$600", - "answer": "Kellogg\\'s", + "answer": "Kellogg's", "round": "Jeopardy!", "show_number": "4256", "fullAnswer": "Kellogg\\'s" @@ -1923419,16 +1828449,6 @@ "show_number": "6168", "fullAnswer": "\"Columbus sailed the ocean blue\"" }, - { - "category": "FOR THE BIRDS", - "air_date": "2011-06-08", - "question": "The colorful keel-billed type of this bird really fits the bill", - "value": "$400", - "answer": "toucan", - "round": "Jeopardy!", - "show_number": "6168", - "fullAnswer": "a toucan" - }, { "category": "JUST CHUTE ME", "air_date": "2011-06-08", @@ -1923539,16 +1828559,6 @@ "show_number": "6168", "fullAnswer": "Calcutta" }, - { - "category": "FOR THE BIRDS", - "air_date": "2011-06-08", - "question": "Smile for this birdie whose name is also a shade of yellow", - "value": "$800", - "answer": "canary", - "round": "Jeopardy!", - "show_number": "6168", - "fullAnswer": "a canary" - }, { "category": "JUST CHUTE ME", "air_date": "2011-06-08", @@ -1923679,16 +1828689,6 @@ "show_number": "6168", "fullAnswer": "Exxon Mobil" }, - { - "category": "AROUND THE BODY", - "air_date": "2011-06-08", - "question": "(Kelly of the Clue Crew demonstrates what she is describing in the clue.) If you close your eyes, place your finger lightly on your eyelid, & move your eye, you'll feel the bulge of this, the outer layer of the eye", - "value": "$400", - "answer": "cornea", - "round": "Double Jeopardy!", - "show_number": "6168", - "fullAnswer": "the cornea" - }, { "category": "WORDS IN SOUTH AMERICAN COUNTRIES", "air_date": "2011-06-08", @@ -1923719,16 +1828719,6 @@ "show_number": "6168", "fullAnswer": "puppets" }, - { - "category": "SONGS OF THE '60S", - "air_date": "2011-06-08", - "question": "Part of this Otis Redding hit is heard here", - "value": "$800", - "answer": "(Sittin\\' On) The Dock Of The Bay", - "round": "Double Jeopardy!", - "show_number": "6168", - "fullAnswer": "\"(Sittin\\' On) The Dock Of The Bay\"" - }, { "category": "THEY GIVE US GAS", "air_date": "2011-06-08", @@ -1923919,16 +1828909,6 @@ "show_number": "6168", "fullAnswer": "BP" }, - { - "category": "AROUND THE BODY", - "air_date": "2011-06-08", - "question": "(Jimmy of the Clue Crew shows an animation on the monitor.) When an injury like a cut is sustained, these blood cells change shape, become sticky, build up on the wound, & form a plug", - "value": "$2,000", - "answer": "platelets", - "round": "Double Jeopardy!", - "show_number": "6168", - "fullAnswer": "platelets" - }, { "category": "WORDS IN SOUTH AMERICAN COUNTRIES", "air_date": "2011-06-08", @@ -1924554,7 +1829534,7 @@ "air_date": "1997-12-08", "question": "Emerson's line following \"Here once the embattled farmers stood\"", "value": "$1000", - "answer": "Shot heard \\'round the world", + "answer": "Shot heard 'round the world", "round": "Double Jeopardy!", "show_number": "3056", "fullAnswer": "\"Shot heard \\'round the world\"" @@ -1924619,16 +1829599,6 @@ "show_number": "6223", "fullAnswer": "karaoke" }, - { - "category": "CHILDHOOD HEALTH", - "air_date": "2011-10-12", - "question": "(Dr. Oz delivers the clue.) To combat childhood obesity, which has tripled in the last 30 years, in 2010 she launched a program to get kids to eat better & exercise more; it's called \"Let's Move\"", - "value": "$200", - "answer": "Michelle Obama", - "round": "Jeopardy!", - "show_number": "6223", - "fullAnswer": "Michelle Obama" - }, { "category": "BUCHANAN, JAMES BUCHANAN", "air_date": "2011-10-12", @@ -1924654,7 +1829624,7 @@ "air_date": "2011-10-12", "question": "\"It's a world of laughter, a world of tears...\"", "value": "$400", - "answer": "It\\'s a Small World", + "answer": "It's a Small World", "round": "Jeopardy!", "show_number": "6223", "fullAnswer": "It\\'s a Small World" @@ -1924679,16 +1829649,6 @@ "show_number": "6223", "fullAnswer": "clairvoyance" }, - { - "category": "CHILDHOOD HEALTH", - "air_date": "2011-10-12", - "question": "(Dr. Oz delivers the clue.) An old-fashioned way to bring down fever is applying a vinegar solution--acid draws out heat & is specially effective on the feet, which have a high concentration of these glands", - "value": "$400", - "answer": "sweat glands", - "round": "Jeopardy!", - "show_number": "6223", - "fullAnswer": "sweat glands" - }, { "category": "BUCHANAN, JAMES BUCHANAN", "air_date": "2011-10-12", @@ -1924719,16 +1829679,6 @@ "show_number": "6223", "fullAnswer": "The Haunted Mansion" }, - { - "category": "\"GOOD\" PEOPLE", - "air_date": "2011-10-12", - "question": "It just isn't Sunday morning without this CBS newscaster", - "value": "$600", - "answer": "Osgood", - "round": "Jeopardy!", - "show_number": "6223", - "fullAnswer": "(Charles) Osgood" - }, { "category": "WORLD OF WORDS", "air_date": "2011-10-12", @@ -1924739,16 +1829689,6 @@ "show_number": "6223", "fullAnswer": "lama" }, - { - "category": "CHILDHOOD HEALTH", - "air_date": "2011-10-12", - "question": "(Dr. Oz delivers the clue.) Body fat affects the ability to use insulin, so bad eating habits among youth may be why more & more kids are diagnosed not with the type 1 or juvenile kind of this but the type 2 or adult-onset variety", - "value": "$600", - "answer": "diabetes", - "round": "Jeopardy!", - "show_number": "6223", - "fullAnswer": "diabetes" - }, { "category": "BUCHANAN, JAMES BUCHANAN", "air_date": "2011-10-12", @@ -1924799,16 +1829739,6 @@ "show_number": "6223", "fullAnswer": "perestroika" }, - { - "category": "CHILDHOOD HEALTH", - "air_date": "2011-10-12", - "question": "(Dr. Oz delivers the clue.) Dust can trigger an immune response in the lungs, leading to an attack of this breathing disorder from which 9.6% of American children now suffer", - "value": "$800", - "answer": "asthma", - "round": "Jeopardy!", - "show_number": "6223", - "fullAnswer": "asthma" - }, { "category": "BUCHANAN, JAMES BUCHANAN", "air_date": "2011-10-12", @@ -1924859,16 +1829789,6 @@ "show_number": "6223", "fullAnswer": "a geyser" }, - { - "category": "CHILDHOOD HEALTH", - "air_date": "2011-10-12", - "question": "(Dr. Oz delivers the clue.) Kids will feel full & maintain energy if they eat 7 to 10 grams each morning of this part of a balanced diet; it doesn't have to be in cereal--1 pear alone has 5 grams", - "value": "$1,000", - "answer": "fiber", - "round": "Jeopardy!", - "show_number": "6223", - "fullAnswer": "fiber" - }, { "category": "NATIONAL ANTHEMS", "air_date": "2011-10-12", @@ -1925089,16 +1830009,6 @@ "show_number": "6223", "fullAnswer": "The Giving Tree" }, - { - "category": "SAY CHEESE!", - "air_date": "2011-10-12", - "question": "Fromagerie Bel produces the little wheels called Mini this, also a nickname for a type of telecom company", - "value": "$1600", - "answer": "Babybel", - "round": "Double Jeopardy!", - "show_number": "6223", - "fullAnswer": "Babybel" - }, { "category": "GETTING YOUR \"DUE\"", "air_date": "2011-10-12", @@ -1925194,7 +1830104,7 @@ "air_date": "2003-05-07", "question": "1946:
\"Every time you hear a bell ring, it means some angel's just got his wings\"", "value": "$200", - "answer": "It\\'s A Wonderful Life", + "answer": "It's A Wonderful Life", "round": "Jeopardy!", "show_number": "4313", "fullAnswer": "It\\'s A Wonderful Life" @@ -1925764,7 +1830674,7 @@ "air_date": "2003-05-07", "question": "(Sarah of the Clue Crew) This type of sugar can be used to create patterns on a cake", "value": "$2000", - "answer": "confectioner\\'s sugar", + "answer": "confectioner's sugar", "round": "Double Jeopardy!", "show_number": "4313", "fullAnswer": "confectioner\\'s sugar" @@ -1927294,7 +1832204,7 @@ "air_date": "2000-05-03", "question": "Sam M. Lewis & Joe Young asked, \"How ya gonna\" do this \"after they've seen Paree?\"", "value": "$400", - "answer": "Keep \\'em down on the farm", + "answer": "Keep 'em down on the farm", "round": "Double Jeopardy!", "show_number": "3618", "fullAnswer": "\"Keep \\'em down on the farm\"" @@ -1927709,16 +1832619,6 @@ "show_number": "5046", "fullAnswer": "Molokai" }, - { - "category": "12-LETTER WORDS", - "air_date": "2006-07-17", - "question": "From the German for \"bell play\", it's the metallic percussion instrument heard here", - "value": "$1000", - "answer": "glockenspiel", - "round": "Jeopardy!", - "show_number": "5046", - "fullAnswer": "the glockenspiel" - }, { "category": "STATE FISH", "air_date": "2006-07-17", @@ -1927849,16 +1832749,6 @@ "show_number": "5046", "fullAnswer": "Green Eggs" }, - { - "category": "WORLD CITIES", - "air_date": "2006-07-17", - "question": "The monument seen here is in the section of honor in this city's Central Cemetery", - "value": "$800", - "answer": "Vienna", - "round": "Double Jeopardy!", - "show_number": "5046", - "fullAnswer": "Vienna" - }, { "category": "THE DICTIONARY", "air_date": "2006-07-17", @@ -1928039,26 +1832929,6 @@ "show_number": "5046", "fullAnswer": "Santiago" }, - { - "category": "THE DICTIONARY", - "air_date": "2006-07-17", - "question": "(Kelly of the Clue Crew struts her--\"uh\"--stuff.) In the 1947 American College Dictionary, Clarence Barnhart popularized this symbol for the unstressed vowel sound in words like \"American\"", - "value": "$2000", - "answer": "schwa", - "round": "Double Jeopardy!", - "show_number": "5046", - "fullAnswer": "a schwa" - }, - { - "category": "PUT ME IN COACH!", - "air_date": "2006-07-17", - "question": "The royal this coach is seen here in a 19th century art work--whatever, it's probably all bills & other junk", - "value": "$2000", - "answer": "mail coach", - "round": "Double Jeopardy!", - "show_number": "5046", - "fullAnswer": "a mail coach" - }, { "category": "VARIETY HEADLINES", "air_date": "2006-07-17", @@ -1928069,16 +1832939,6 @@ "show_number": "5046", "fullAnswer": "Arthur Miller & Marilyn Monroe" }, - { - "category": "WHERE DID MY MUSTACHE GO?", - "air_date": "2001-10-01", - "question": "I was told this man thinks a mustache makes game show hosts look more intelligent & thoughtful", - "value": "$100", - "answer": "Pat Sajak", - "round": "Jeopardy!", - "show_number": "3926", - "fullAnswer": "Pat Sajak" - }, { "category": "COWBOY TALK", "air_date": "2001-10-01", @@ -1928109,16 +1832969,6 @@ "show_number": "3926", "fullAnswer": "Bo" }, - { - "category": "TIME FOR A ROUND OF GOLF", - "air_date": "2001-10-01", - "question": "(Sofia of the Clue Crew tees off at the Porter Valley Golf Club.) The putt I just sank gave me one-over-par on the hole, also called this", - "value": "$100", - "answer": "bogey", - "round": "Jeopardy!", - "show_number": "3926", - "fullAnswer": "bogey" - }, { "category": "ODD NUMBER, PLEASE", "air_date": "2001-10-01", @@ -1928129,16 +1832979,6 @@ "show_number": "3926", "fullAnswer": "5" }, - { - "category": "WHERE DID MY MUSTACHE GO?", - "air_date": "2001-10-01", - "question": "The hairless miniature Xoloitzcuintli of this North American country wanted to look macho", - "value": "$200", - "answer": "Mexico", - "round": "Jeopardy!", - "show_number": "3926", - "fullAnswer": "Mexico" - }, { "category": "COWBOY TALK", "air_date": "2001-10-01", @@ -1928189,16 +1833029,6 @@ "show_number": "3926", "fullAnswer": "9" }, - { - "category": "WHERE DID MY MUSTACHE GO?", - "air_date": "2001-10-01", - "question": "Rumor has it this woman infiltrated the vast right-wing conspiracy by wearing a clever disguise", - "value": "$300", - "answer": "Hillary Clinton", - "round": "Jeopardy!", - "show_number": "3926", - "fullAnswer": "Hillary Clinton" - }, { "category": "COWBOY TALK", "air_date": "2001-10-01", @@ -1928229,16 +1833059,6 @@ "show_number": "3926", "fullAnswer": "Charlie" }, - { - "category": "TIME FOR A ROUND OF GOLF", - "air_date": "2001-10-01", - "question": "(Jimmy of the Clue Crew reports from Porter Valley.) I'm ready to tee off; if my shot curves to the right, it's a slice; if it curves to the left, it's called this", - "value": "$300", - "answer": "hook", - "round": "Jeopardy!", - "show_number": "3926", - "fullAnswer": "hook" - }, { "category": "ODD NUMBER, PLEASE", "air_date": "2001-10-01", @@ -1928249,16 +1833069,6 @@ "show_number": "3926", "fullAnswer": "11" }, - { - "category": "WHERE DID MY MUSTACHE GO?", - "air_date": "2001-10-01", - "question": "Photos by NASA's Pathfinder revealed the face formation has a new addition on this planet", - "value": "$400", - "answer": "Mars", - "round": "Jeopardy!", - "show_number": "3926", - "fullAnswer": "Mars" - }, { "category": "COWBOY TALK", "air_date": "2001-10-01", @@ -1928309,16 +1833119,6 @@ "show_number": "3926", "fullAnswer": "7" }, - { - "category": "WHERE DID MY MUSTACHE GO?", - "air_date": "2001-10-01", - "question": "This governor wants to appeal to young punks when he gets back into pro wrestling", - "value": "$500", - "answer": "Jesse Ventura", - "round": "Jeopardy!", - "show_number": "3926", - "fullAnswer": "Jesse Ventura" - }, { "category": "COWBOY TALK", "air_date": "2001-10-01", @@ -1928349,16 +1833149,6 @@ "show_number": "3926", "fullAnswer": "Barney" }, - { - "category": "TIME FOR A ROUND OF GOLF", - "air_date": "2001-10-01", - "question": "(Jimmy of the Clue Crew reports from Porter Valley.) Though technically illegal, the retaking of a lousy shot is known by this last name", - "value": "$500", - "answer": "Mulligan", - "round": "Jeopardy!", - "show_number": "3926", - "fullAnswer": "Mulligan" - }, { "category": "ODD NUMBER, PLEASE", "air_date": "2001-10-01", @@ -1928429,16 +1833219,6 @@ "show_number": "3926", "fullAnswer": "hair" }, - { - "category": "HOUSE & GARDEN", - "air_date": "2001-10-01", - "question": "Early in H&G history, a regular feature was this season's planting number, as seen here", - "value": "$400", - "answer": "autumn", - "round": "Double Jeopardy!", - "show_number": "3926", - "fullAnswer": "autumn" - }, { "category": "MUSTN'T SEE TV", "air_date": "2001-10-01", @@ -1928469,26 +1833249,6 @@ "show_number": "3926", "fullAnswer": "Abracadabra" }, - { - "category": "HAYDN", - "air_date": "2001-10-01", - "question": "The tick-tock rhythm in the symphony heard here led to this nickname", - "value": "$400", - "answer": "Clock Symphony", - "round": "Double Jeopardy!", - "show_number": "3926", - "fullAnswer": "\"Clock Symphony\"" - }, - { - "category": "HOUSE & GARDEN", - "air_date": "2001-10-01", - "question": "Suburban decade during which H&G ran the cover seen here", - "value": "$600", - "answer": "1950s", - "round": "Double Jeopardy!", - "show_number": "3926", - "fullAnswer": "1950s" - }, { "category": "MUSTN'T SEE TV", "air_date": "2001-10-01", @@ -1928564,7 +1833324,7 @@ "air_date": "2001-10-01", "question": "1852:
\"Life Among the Lowly\"", "value": "$800", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Double Jeopardy!", "show_number": "3926", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -1928679,16 +1833439,6 @@ "show_number": "4597", "fullAnswer": "Cacao bean" }, - { - "category": "THE EXPERIENCE MUSIC PROJECT", - "air_date": "2004-09-07", - "question": "(Sofia of the Clue Crew holds a feathered headdress at Experience Music Project in Seattle, WA.) Felipe Rose, who wore this costume as part of this '70s group, has since founded Tomahawk Records", - "value": "$200", - "answer": "Village People", - "round": "Jeopardy!", - "show_number": "4597", - "fullAnswer": "The Village People" - }, { "category": "GROCERY SHOPPING", "air_date": "2004-09-07", @@ -1928799,22 +1833549,12 @@ "show_number": "4597", "fullAnswer": "Muhammad" }, - { - "category": "THE EXPERIENCE MUSIC PROJECT", - "air_date": "2004-09-07", - "question": "(Sofia of the Clue Crew holds a giant black boot at Experience Music Project in Seattle, WA.) The dragon boots were part of the finery of this hard rock band", - "value": "$600", - "answer": "Kiss", - "round": "Jeopardy!", - "show_number": "4597", - "fullAnswer": "Kiss" - }, { "category": "GROCERY SHOPPING", "air_date": "2004-09-07", "question": "Mom, not shredded wheat! Please can we get Tony's Cinnamon Krunchers from this company, can we please?", "value": "$600", - "answer": "Kellogg\\'s", + "answer": "Kellogg's", "round": "Jeopardy!", "show_number": "4597", "fullAnswer": "Kellogg\\'s" @@ -1928874,7 +1833614,7 @@ "air_date": "2004-09-07", "question": "You'll get fresher milk from the bottom of your market's display case for this reason", "value": "$800", - "answer": "because it\\'s colder at the bottom", + "answer": "because it's colder at the bottom", "round": "Jeopardy!", "show_number": "4597", "fullAnswer": "because it\\'s colder at the bottom" @@ -1928919,26 +1833659,6 @@ "show_number": "4597", "fullAnswer": "a conclave" }, - { - "category": "THE EXPERIENCE MUSIC PROJECT", - "air_date": "2004-09-07", - "question": "(Sofia of the Clue Crew holds a red hat at the Experience Music Project in Seattle, WA.) Experience Music Project has a hat from the collection of this man from Romeo, Michigan", - "value": "$1000", - "answer": "Kid Rock", - "round": "Jeopardy!", - "show_number": "4597", - "fullAnswer": "Kid Rock" - }, - { - "category": "GROCERY SHOPPING", - "air_date": "2004-09-07", - "question": "Choose one of these with evenly distributed netting", - "value": "$1000", - "answer": "cantaloupe", - "round": "Jeopardy!", - "show_number": "4597", - "fullAnswer": "cantaloupe" - }, { "category": "THE LARGEST IN AREA", "air_date": "2004-09-07", @@ -1929339,16 +1834059,6 @@ "show_number": "6175", "fullAnswer": "the Celtics" }, - { - "category": "WORLD CITIES", - "air_date": "2011-06-17", - "question": "(Jimmy of the Clue Crew reports from Kibbutz Amiad in Israel.) When this city had problems treating its sewage prior to the 2008 Olympic games, Amiad's water filtration company helped with machines like the EBS filter", - "value": "$400", - "answer": "Beijing", - "round": "Jeopardy!", - "show_number": "6175", - "fullAnswer": "Beijing" - }, { "category": "U.S. STAMPS", "air_date": "2011-06-17", @@ -1929389,16 +1834099,6 @@ "show_number": "6175", "fullAnswer": "pioneers" }, - { - "category": "FOR THE HOME TEAM", - "air_date": "2011-06-17", - "question": "Go to camdenchat.com if you're a loyal fan of this major league baseball team", - "value": "$400", - "answer": "(Baltimore) Orioles", - "round": "Jeopardy!", - "show_number": "6175", - "fullAnswer": "the (Baltimore) Orioles" - }, { "category": "WORLD CITIES", "air_date": "2011-06-17", @@ -1929529,16 +1834229,6 @@ "show_number": "6175", "fullAnswer": "Casablanca" }, - { - "category": "U.S. STAMPS", - "air_date": "2011-06-17", - "question": "The year of the rabbit stamp depicts this fruit, eaten for good luck on the Chinese lunar new year", - "value": "$1000", - "answer": "kumquats", - "round": "Jeopardy!", - "show_number": "6175", - "fullAnswer": "kumquats" - }, { "category": "WHICH BIBLE BOOK?", "air_date": "2011-06-17", @@ -1929614,21 +1834304,11 @@ "air_date": "2011-06-17", "question": "In the U.S. this brand owned by Unilever is tops in Mayo", "value": "$400", - "answer": "Hellman\\'s", + "answer": "Hellman's", "round": "Double Jeopardy!", "show_number": "6175", "fullAnswer": "Hellman\\'s" }, - { - "category": "ANIMA\"L\"S", - "air_date": "2011-06-17", - "question": "These bloodsuckers have been put to use in medicine", - "value": "$400", - "answer": "leeches", - "round": "Double Jeopardy!", - "show_number": "6175", - "fullAnswer": "leeches" - }, { "category": "ROMAN NUMERAL LETTERS", "air_date": "2011-06-17", @@ -1929654,7 +1834334,7 @@ "air_date": "2011-06-17", "question": "\"Pacific's Dozen\"", "value": "$800", - "answer": "Ocean\\'s 12", + "answer": "Ocean's 12", "round": "Double Jeopardy!", "show_number": "6175", "fullAnswer": "Ocean\\'s 12" @@ -1929679,16 +1834359,6 @@ "show_number": "6175", "fullAnswer": "egg yolks" }, - { - "category": "ANIMA\"L\"S", - "air_date": "2011-06-17", - "question": "Hopefully you can be as happy as one of these high-fliers", - "value": "$800", - "answer": "lark", - "round": "Double Jeopardy!", - "show_number": "6175", - "fullAnswer": "a lark" - }, { "category": "ROMAN NUMERAL LETTERS", "air_date": "2011-06-17", @@ -1929739,16 +1834409,6 @@ "show_number": "6175", "fullAnswer": "tartar sauce" }, - { - "category": "ANIMA\"L\"S", - "air_date": "2011-06-17", - "question": "The day of this critter can take 17 years to arrive", - "value": "$1200", - "answer": "locust", - "round": "Double Jeopardy!", - "show_number": "6175", - "fullAnswer": "the locust" - }, { "category": "ROMAN NUMERAL LETTERS", "air_date": "2011-06-17", @@ -1929859,16 +1834519,6 @@ "show_number": "6175", "fullAnswer": "a rémoulade" }, - { - "category": "ANIMA\"L\"S", - "air_date": "2011-06-17", - "question": "It's the lumbering sea reptile seen here", - "value": "$2000", - "answer": "loggerhead turtle", - "round": "Double Jeopardy!", - "show_number": "6175", - "fullAnswer": "the loggerhead turtle" - }, { "category": "MEDICAL HISTORY", "air_date": "2011-06-17", @@ -1930184,7 +1834834,7 @@ "air_date": "2006-04-18", "question": "He wrote \"Long Day's Journey into Night\" in 1941, but it wasn't performed until 1956, 3 years after his death", "value": "$400", - "answer": "O\\'Neill", + "answer": "O'Neill", "round": "Double Jeopardy!", "show_number": "4982", "fullAnswer": "O\\'Neill" @@ -1930209,16 +1834859,6 @@ "show_number": "4982", "fullAnswer": "Havana" }, - { - "category": "SHRIMPING", - "air_date": "2006-04-18", - "question": "(Sarah of the Clue Crew reports from a shrimp boat in Savannah, GA.) The bigger species of shrimp with the larger nippers on the second pair of thoracic legs are called these", - "value": "$400", - "answer": "prawns", - "round": "Double Jeopardy!", - "show_number": "4982", - "fullAnswer": "prawns" - }, { "category": "ANOTHER ATTEMPT AT ALLITERATION", "air_date": "2006-04-18", @@ -1930269,16 +1834909,6 @@ "show_number": "4982", "fullAnswer": "Mexico City" }, - { - "category": "SHRIMPING", - "air_date": "2006-04-18", - "question": "(Sarah of the Clue Crew handles a net on a shrimp boat in Savannah, GA.) An excluder device called a T.E.D. helps this animal, such as the loggerhead, from getting caught in the net", - "value": "$800", - "answer": "turtle", - "round": "Double Jeopardy!", - "show_number": "4982", - "fullAnswer": "a turtle" - }, { "category": "ANOTHER ATTEMPT AT ALLITERATION", "air_date": "2006-04-18", @@ -1930339,16 +1834969,6 @@ "show_number": "4982", "fullAnswer": "rice" }, - { - "category": "ANOTHER ATTEMPT AT ALLITERATION", - "air_date": "2006-04-18", - "question": "Louisiana lad,
fabulous food,
picture perfect", - "value": "$1200", - "answer": "Paul Prudhomme", - "round": "Double Jeopardy!", - "show_number": "4982", - "fullAnswer": "Paul Prudhomme" - }, { "category": "WEBSTER'S 2005 TOP WORD SEARCHES", "air_date": "2006-04-18", @@ -1930389,16 +1835009,6 @@ "show_number": "4982", "fullAnswer": "Rabat" }, - { - "category": "SHRIMPING", - "air_date": "2006-04-18", - "question": "(Sarah of the Clue Crew lets a deck hand do the dirty work on a shrimp boat in Savannah, GA.) A technique to cut open shrimp to take out the intestine shares its name with this diurnal insect", - "value": "$1600", - "answer": "butterfly", - "round": "Double Jeopardy!", - "show_number": "4982", - "fullAnswer": "butterfly" - }, { "category": "ANOTHER ATTEMPT AT ALLITERATION", "air_date": "2006-04-18", @@ -1930449,16 +1835059,6 @@ "show_number": "4982", "fullAnswer": "Wellington, New Zealand" }, - { - "category": "SHRIMPING", - "air_date": "2006-04-18", - "question": "(Kelly of the Clue Crew plays with her food on a shrimp boat in Savannah, GA.) Shrimp typically swim backwards by flexing the tail & these aptly-named appendages on the abdomen", - "value": "$2000", - "answer": "swimmerets", - "round": "Double Jeopardy!", - "show_number": "4982", - "fullAnswer": "swimmerets" - }, { "category": "ANOTHER ATTEMPT AT ALLITERATION", "air_date": "2006-04-18", @@ -1930519,16 +1835119,6 @@ "show_number": "5647", "fullAnswer": "Cleopatra" }, - { - "category": "WEEDS", - "air_date": "2009-03-10", - "question": "A common type of this plains plant is the Russian thistle--let's go drifting along with the tumblin' these", - "value": "$200", - "answer": "tumbleweed", - "round": "Jeopardy!", - "show_number": "5647", - "fullAnswer": "tumbleweed" - }, { "category": "BEER", "air_date": "2009-03-10", @@ -1930624,7 +1835214,7 @@ "air_date": "2009-03-10", "question": "With ex-girlfriends like Lindsay Lohan & Mandy Moore, Wilmer Valderrama has come a long way since playing Fez on this sitcom", "value": "$600", - "answer": "That \\'70s Show", + "answer": "That '70s Show", "round": "Jeopardy!", "show_number": "5647", "fullAnswer": "That \\'70s Show" @@ -1930839,16 +1835429,6 @@ "show_number": "5647", "fullAnswer": "lipstick" }, - { - "category": "DANCING WITH THE STARS", - "air_date": "2009-03-10", - "question": "Castor and Pollux are the two brightest stars in this twinned constellation that's also a sign of the zodiac", - "value": "$800", - "answer": "Gemini", - "round": "Double Jeopardy!", - "show_number": "5647", - "fullAnswer": "Gemini" - }, { "category": "THE ENVIRONMENT", "air_date": "2009-03-10", @@ -1930979,16 +1835559,6 @@ "show_number": "5647", "fullAnswer": "Gauguin" }, - { - "category": "HE SAID, SHE SAID", - "air_date": "2009-03-10", - "question": "She quipped, \"In France cooking is a serious art form and a national sport\"", - "value": "$2000", - "answer": "Julia Child", - "round": "Double Jeopardy!", - "show_number": "5647", - "fullAnswer": "Julia Child" - }, { "category": "DANCING WITH THE STARS", "air_date": "2009-03-10", @@ -1930999,22 +1835569,12 @@ "show_number": "5647", "fullAnswer": "Orion" }, - { - "category": "THE ENVIRONMENT", - "air_date": "2009-03-10", - "question": "Your carbon one isn't made with your shoe but your lifestyle; calculate it at www.nature.org", - "value": "$2000", - "answer": "your footprint", - "round": "Double Jeopardy!", - "show_number": "5647", - "fullAnswer": "your footprint" - }, { "category": "WHAT HAPPENS IN VEGAS", "air_date": "2009-03-10", "question": "Much of this 2001 movie remake was filmed at the Bellagio hotel in Las Vegas", "value": null, - "answer": "Ocean\\'s Eleven", + "answer": "Ocean's Eleven", "round": "Final Jeopardy!", "show_number": "5647", "fullAnswer": "Ocean\\'s Eleven" @@ -1931284,7 +1835844,7 @@ "air_date": "1999-11-17", "question": "Perhaps your caricature is on the wall in this theatre district landmark at 234 West 44th St.", "value": "$500", - "answer": "Sardi\\'s", + "answer": "Sardi's", "round": "Jeopardy!", "show_number": "3498", "fullAnswer": "Sardi\\'s" @@ -1931599,16 +1836159,6 @@ "show_number": "4082", "fullAnswer": "reptiles" }, - { - "category": "THE NEW YORK TIMES CROSSWORD CLUES", - "air_date": "2002-05-07", - "question": "55 down:
Flying mammals
(4)
", - "value": "$200", - "answer": "bats", - "round": "Jeopardy!", - "show_number": "4082", - "fullAnswer": "bats" - }, { "category": "PLAY BALL!", "air_date": "2002-05-07", @@ -1931659,16 +1836209,6 @@ "show_number": "4082", "fullAnswer": "a candle" }, - { - "category": "THE NEW YORK TIMES CROSSWORD CLUES", - "air_date": "2002-05-07", - "question": "47 down:
Indian prince
(5)
", - "value": "$400", - "answer": "rajah", - "round": "Jeopardy!", - "show_number": "4082", - "fullAnswer": "rajah" - }, { "category": "PLAY BALL!", "air_date": "2002-05-07", @@ -1931709,26 +1836249,6 @@ "show_number": "4082", "fullAnswer": "Copland" }, - { - "category": "THE NATURAL WORLD", - "air_date": "2002-05-07", - "question": "(Cheryl of the Clue Crew groups with the troop.) Referring to its hair color, the dominant male in a group of gorillas is called this", - "value": "$600", - "answer": "silverback", - "round": "Jeopardy!", - "show_number": "4082", - "fullAnswer": "a silverback" - }, - { - "category": "THE NEW YORK TIMES CROSSWORD CLUES", - "air_date": "2002-05-07", - "question": "64 across:
Gardener's need
(4)
", - "value": "$600", - "answer": "hose", - "round": "Jeopardy!", - "show_number": "4082", - "fullAnswer": "hose" - }, { "category": "PLAY BALL!", "air_date": "2002-05-07", @@ -1931779,16 +1836299,6 @@ "show_number": "4082", "fullAnswer": "the sea cow" }, - { - "category": "THE NEW YORK TIMES CROSSWORD CLUES", - "air_date": "2002-05-07", - "question": "43 down:
Big citrus fruit
(6)
", - "value": "$800", - "answer": "pomelo", - "round": "Jeopardy!", - "show_number": "4082", - "fullAnswer": "pomelo" - }, { "category": "PLAY BALL!", "air_date": "2002-05-07", @@ -1931809,26 +1836319,6 @@ "show_number": "4082", "fullAnswer": "Saint-Exupery" }, - { - "category": "WELCOME BACK, CARTER", - "air_date": "2002-05-07", - "question": "Jazz vocalist heard here

\"Don't know why /
There's no sun up in the sky /
Stormy weather...\"
", - "value": "$1000", - "answer": "Betty Carter", - "round": "Jeopardy!", - "show_number": "4082", - "fullAnswer": "Betty Carter" - }, - { - "category": "COMPOSERS", - "air_date": "2002-05-07", - "question": "He's the French composer of the following", - "value": "$1000", - "answer": "Satie", - "round": "Jeopardy!", - "show_number": "4082", - "fullAnswer": "(Erik) Satie" - }, { "category": "THE NATURAL WORLD", "air_date": "2002-05-07", @@ -1931839,16 +1836329,6 @@ "show_number": "4082", "fullAnswer": "the weasel" }, - { - "category": "THE NEW YORK TIMES CROSSWORD CLUES", - "air_date": "2002-05-07", - "question": "52 across:
What the queasy rodeo rider didn't feel like
(1,7,5)
", - "value": "$1000", - "answer": "million bucks", - "round": "Jeopardy!", - "show_number": "4082", - "fullAnswer": "a million bucks" - }, { "category": "PLAYBILL", "air_date": "2002-05-07", @@ -1932129,16 +1836609,6 @@ "show_number": "4082", "fullAnswer": "shoemaking" }, - { - "category": "15-LETTER WORDS", - "air_date": "2002-05-07", - "question": "It's the biblical event depicted in the painting seen here", - "value": "$2000", - "answer": "Transfiguration", - "round": "Double Jeopardy!", - "show_number": "4082", - "fullAnswer": "The Transfiguration" - }, { "category": "THE HEADACHES OF MILLIONAIRES", "air_date": "2002-05-07", @@ -1932784,7 +1837254,7 @@ "air_date": "2008-07-16", "question": "The reason it's futile to write with a broken-tipped pencil", "value": "$200", - "answer": "it\\'s pointless ", + "answer": "it's pointless ", "round": "Jeopardy!", "show_number": "5508", "fullAnswer": "it\\'s pointless (there\\'s no point accepted)" @@ -1932829,16 +1837299,6 @@ "show_number": "5508", "fullAnswer": "Alexander Hamilton" }, - { - "category": "POTPOURRI", - "air_date": "2008-07-16", - "question": "(Kelly of the Clue Crew tries to sell you a cell from Sony Headquarters in Tokyo, Japan.) The W44S multimedia phone combines Sony's multimedia, like digital TV, with the phone technology of Ericsson, based in this country", - "value": "$400", - "answer": "Sweden", - "round": "Jeopardy!", - "show_number": "5508", - "fullAnswer": "Sweden" - }, { "category": "PUN-ISHMENT", "air_date": "2008-07-16", @@ -1932854,7 +1837314,7 @@ "air_date": "2008-07-16", "question": "Folklore affirms that spheres made from this precious stone, ojo de tigre, help in attaining business success", "value": "$600", - "answer": "tiger\\'s eye", + "answer": "tiger's eye", "round": "Jeopardy!", "show_number": "5508", "fullAnswer": "tiger\\'s eye" @@ -1932869,16 +1837329,6 @@ "show_number": "5508", "fullAnswer": "Battlestar Galactica" }, - { - "category": "THE NEW YORK TIMES TRAVEL", - "air_date": "2008-07-16", - "question": "nytimes.com says the Belle Epoque architecture & late-night cafes of this capital lure expat artists & tango lovers", - "value": "$600", - "answer": "Buenos Aires", - "round": "Jeopardy!", - "show_number": "5508", - "fullAnswer": "Buenos Aires" - }, { "category": "IN THE CABINET", "air_date": "2008-07-16", @@ -1932939,16 +1837389,6 @@ "show_number": "5508", "fullAnswer": "Key West" }, - { - "category": "IN THE CABINET", - "air_date": "2008-07-16", - "question": "(Jimmy of the Clue Crew reads from the Gerald Ford Museum in Grand Rapids, MI.) The museum has a replica of the Cabinet room; Ford's advisors included Secretary of State Kissinger and this Secretary of Defense", - "value": "$800", - "answer": "Donald Rumsfeld", - "round": "Jeopardy!", - "show_number": "5508", - "fullAnswer": "Donald Rumsfeld" - }, { "category": "POTPOURRI", "air_date": "2008-07-16", @@ -1932964,7 +1837404,7 @@ "air_date": "2008-07-16", "question": "It's what Dr. Jekyll's asst. said to him after his formula turned him into a sprinter & not his old evil self", "value": "$800", - "answer": "You can run, but you can\\'t Hyde", + "answer": "You can run, but you can't Hyde", "round": "Jeopardy!", "show_number": "5508", "fullAnswer": "You can run, but you can\\'t Hyde" @@ -1934299,16 +1838739,6 @@ "show_number": "4702", "fullAnswer": "stroke" }, - { - "category": "LINCOLN BLOGS", - "air_date": "2005-02-01", - "question": "Here I am meeting this new Union commander for the first time", - "value": "$800", - "answer": "Grant", - "round": "Double Jeopardy!", - "show_number": "4702", - "fullAnswer": "(Ulysses S.) Grant" - }, { "category": "FIX THE PROVERB", "air_date": "2005-02-01", @@ -1934329,16 +1838759,6 @@ "show_number": "4702", "fullAnswer": "the Yukon Territory" }, - { - "category": "POP SINGERS ON BROADWAY", - "air_date": "2005-02-01", - "question": "(Sarah of the Clue Crew reports from the Gershwin Theatre: \"I'm on the Broadway set of Wicked.\") In 2004, making his Broadway debut, this New Kid played Fiyero in \"Wicked\"", - "value": "$1200", - "answer": "Joey McIntyre", - "round": "Double Jeopardy!", - "show_number": "4702", - "fullAnswer": "Joey McIntyre" - }, { "category": "OLD NEWS", "air_date": "2005-02-01", @@ -1934439,16 +1838859,6 @@ "show_number": "4702", "fullAnswer": "Laughter is the best medicine" }, - { - "category": "CANADIAN FLAGS", - "air_date": "2005-02-01", - "question": "The flag of this province is seen here", - "value": "$2000", - "answer": "Quebec", - "round": "Double Jeopardy!", - "show_number": "4702", - "fullAnswer": "Quebec" - }, { "category": "POP SINGERS ON BROADWAY", "air_date": "2005-02-01", @@ -1935779,16 +1840189,6 @@ "show_number": "5447", "fullAnswer": "the Romanovs" }, - { - "category": "MELROSE PLACE", - "air_date": "2008-04-22", - "question": "Hey, nice to meet this actress who played Jennifer Mancini in 1997; \"Charmed\", I'm sure", - "value": "$400", - "answer": "Alyssa Milano", - "round": "Jeopardy!", - "show_number": "5447", - "fullAnswer": "Alyssa Milano" - }, { "category": "HOTEL", "air_date": "2008-04-22", @@ -1935839,26 +1840239,6 @@ "show_number": "5447", "fullAnswer": "Courtney Thorne-Smith" }, - { - "category": "HOTEL", - "air_date": "2008-04-22", - "question": "Located on Sunset Boulevard, this pink palace opened in 1912 and is on the cover of the Eagles' \"Hotel California\"", - "value": "$600", - "answer": "Beverly Hills Hotel", - "round": "Jeopardy!", - "show_number": "5447", - "fullAnswer": "the Beverly Hills Hotel" - }, - { - "category": "THE LOVE BOAT", - "air_date": "2008-04-22", - "question": "In November of 1947 this flying boat traveled 70 feet above the water & 80 miles per hour for one mile in its only flight", - "value": "$600", - "answer": "Spruce Goose", - "round": "Jeopardy!", - "show_number": "5447", - "fullAnswer": "the Spruce Goose" - }, { "category": "A SPELLING PRODUCTION", "air_date": "2008-04-22", @@ -1935869,16 +1840249,6 @@ "show_number": "5447", "fullAnswer": "S-A-U-E-R-K-R-A-U-T" }, - { - "category": "DYNASTY", - "air_date": "2008-04-22", - "question": "This Babylonian ruler of the Chaldean dynasty lends his name to a 15-liter wine bottle", - "value": "$800", - "answer": "Nebuchadnezzar", - "round": "Jeopardy!", - "show_number": "5447", - "fullAnswer": "Nebuchadnezzar" - }, { "category": "FANTASY ISLAND", "air_date": "2008-04-22", @@ -1935889,16 +1840259,6 @@ "show_number": "5447", "fullAnswer": "The Island of Dr. Moreau" }, - { - "category": "HOTEL", - "air_date": "2008-04-22", - "question": "This 2-named New York City hotel at Park & 50th claims to have been the first with room service--I think I'll order the salad", - "value": "$800", - "answer": "Waldorf-Astoria", - "round": "Jeopardy!", - "show_number": "5447", - "fullAnswer": "the Waldorf-Astoria" - }, { "category": "THE LOVE BOAT", "air_date": "2008-04-22", @@ -1935939,16 +1840299,6 @@ "show_number": "5447", "fullAnswer": "The Count of Monte Cristo" }, - { - "category": "HOTEL", - "air_date": "2008-04-22", - "question": "Stay at Hotel del Coronado, then cross the bridge & have a whale of a time with Shamu in this city", - "value": "$1000", - "answer": "San Diego", - "round": "Jeopardy!", - "show_number": "5447", - "fullAnswer": "San Diego" - }, { "category": "THE LOVE BOAT", "air_date": "2008-04-22", @@ -1936019,16 +1840369,6 @@ "show_number": "5447", "fullAnswer": "Martin Luther King, Jr." }, - { - "category": "FROM THE GREEK", - "air_date": "2008-04-22", - "question": "(Cheryl of Clue Crew indicates a skeleton.) Appropriately, the name of this bone comes from the Greek for \"breastbone\"", - "value": "$400", - "answer": "sternum", - "round": "Double Jeopardy!", - "show_number": "5447", - "fullAnswer": "the sternum" - }, { "category": "PSYCHOLOGY", "air_date": "2008-04-22", @@ -1936199,16 +1840539,6 @@ "show_number": "5447", "fullAnswer": "graphite" }, - { - "category": "PSYCHOLOGY", - "air_date": "2008-04-22", - "question": "A psychologist at Stanford University devised a new intelligence test based on the work of this Frenchman", - "value": "$2000", - "answer": "Binet", - "round": "Double Jeopardy!", - "show_number": "5447", - "fullAnswer": "(Alfred) Binet" - }, { "category": "CLASSIC FOREIGN FILMS", "air_date": "2008-04-22", @@ -1936239,16 +1840569,6 @@ "show_number": "5447", "fullAnswer": "Eldridge Cleaver" }, - { - "category": "FROM THE GREEK", - "air_date": "2008-04-22", - "question": "(Jon of the Clue Crew reports from White Sands National Monument in New Mexico.) Contaminated water can be made safe to drink by boiling, filtering or using chemical tablets; make sure tablets kill these microorganisms whose name means \"first animals\"", - "value": "$2000", - "answer": "protozoans", - "round": "Double Jeopardy!", - "show_number": "5447", - "fullAnswer": "protozoans" - }, { "category": "POETS", "air_date": "2008-04-22", @@ -1936444,7 +1840764,7 @@ "air_date": "2002-12-17", "question": "Don't make an ass of yourself at \"The Donkey Show\" -- an interactive disco version of this \"seasonal\" Shakespeare saga", "value": "$800", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Jeopardy!", "show_number": "4212", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -1936744,7 +1841064,7 @@ "air_date": "2002-12-17", "question": "\"A Good Man is Hard to Find\" is a collection of short stories by this \"Wise Blood\" author", "value": "$1600", - "answer": "Flannery O\\'Connor", + "answer": "Flannery O'Connor", "round": "Double Jeopardy!", "show_number": "4212", "fullAnswer": "Flannery O\\'Connor" @@ -1936834,7 +1841154,7 @@ "air_date": "2002-12-17", "question": "It takes approximately 24,840 MPH to achieve this", "value": null, - "answer": "escaping the Earth\\'s gravity ", + "answer": "escaping the Earth's gravity ", "round": "Final Jeopardy!", "show_number": "4212", "fullAnswer": "escaping the Earth\\'s gravity (and go off into outer space, on your way to the moon, for instance)" @@ -1937509,16 +1841829,6 @@ "show_number": "5915", "fullAnswer": "Nicole Kidman" }, - { - "category": "HOTELS", - "air_date": "2010-05-07", - "question": "This Asian country originated capsule hotels like the one seen here", - "value": "$400", - "answer": "Japan", - "round": "Jeopardy!", - "show_number": "5915", - "fullAnswer": "Japan" - }, { "category": "THE BIBLICAL SENSE", "air_date": "2010-05-07", @@ -1937919,16 +1842229,6 @@ "show_number": "5915", "fullAnswer": "Clash of the Titans" }, - { - "category": "HOW LOW CAN YOU GO?", - "air_date": "2010-05-07", - "question": "Heard here, it's the lowest instrument of an orchestra's brass section", - "value": "$1600", - "answer": "tuba", - "round": "Double Jeopardy!", - "show_number": "5915", - "fullAnswer": "a tuba" - }, { "category": "SCIENCE", "air_date": "2010-05-07", @@ -1938349,16 +1842649,6 @@ "show_number": "5961", "fullAnswer": "dash" }, - { - "category": "THE DANCE THEATRE OF HARLEM", - "air_date": "2010-07-12", - "question": "(Jimmy of the Clue Crew reports from the Dance Theatre of Harlem in New York.) In 2009, the Dance Theatre of Harlem celebrated its 40th anniversary; Arthur Mitchell cofounded it in response to this April 1968 tragedy", - "value": "$400", - "answer": "assassination of Martin Luther King", - "round": "Double Jeopardy!", - "show_number": "5961", - "fullAnswer": "the assassination of Martin Luther King" - }, { "category": "JUST A BILL ON CAPITOL HILL", "air_date": "2010-07-12", @@ -1938409,16 +1842699,6 @@ "show_number": "5961", "fullAnswer": "helm" }, - { - "category": "THE DANCE THEATRE OF HARLEM", - "air_date": "2010-07-12", - "question": "(Jimmy of the Clue Crew reports from the Dance Theatre of Harlem in New York.) Ballet dancers make sure to exercise their flexor hallucis longus; it's essential for any releve move, bringing the dancer to half or full this", - "value": "$800", - "answer": "pointe", - "round": "Double Jeopardy!", - "show_number": "5961", - "fullAnswer": "pointe" - }, { "category": "JUST A BILL ON CAPITOL HILL", "air_date": "2010-07-12", @@ -1938469,16 +1842749,6 @@ "show_number": "5961", "fullAnswer": "a spear" }, - { - "category": "THE DANCE THEATRE OF HARLEM", - "air_date": "2010-07-12", - "question": "(Jimmy of the Clue Crew reports from the Dance Theatre of Harlem in New York.) After the groundbreaking performance by the Dance Theatre of Harlem in Johannesburg in 1992, this man told reporters that it made him forget all the troubles he'd had in his life", - "value": "$1200", - "answer": "Mandela", - "round": "Double Jeopardy!", - "show_number": "5961", - "fullAnswer": "Mandela" - }, { "category": "JUST A BILL ON CAPITOL HILL", "air_date": "2010-07-12", @@ -1938529,16 +1842799,6 @@ "show_number": "5961", "fullAnswer": "a spine" }, - { - "category": "THE DANCE THEATRE OF HARLEM", - "air_date": "2010-07-12", - "question": "(Kelly of the Clue Crew reports from the Dance Theatre of Harlem in New York.) Karel Shook, the teacher who cofounded the Dance Theatre of Harlem, wrote that the body is in balance when it is pulled up so the student seems to feel her navel touching her backbone, a position discovered by this Renaissance master", - "value": "$1600", - "answer": "da Vinci", - "round": "Double Jeopardy!", - "show_number": "5961", - "fullAnswer": "da Vinci" - }, { "category": "JUST A BILL ON CAPITOL HILL", "air_date": "2010-07-12", @@ -1939134,7 +1843394,7 @@ "air_date": "1998-05-13", "question": "The purity of the language is guarded by this group with just 40 members", "value": "$800", - "answer": "L\\'Academie Francaise ", + "answer": "L'Academie Francaise ", "round": "Double Jeopardy!", "show_number": "3168", "fullAnswer": "L\\'Academie Francaise (the French Academy)" @@ -1939249,16 +1843509,6 @@ "show_number": "4770", "fullAnswer": "the Ural Mountains" }, - { - "category": "VIDEOPOURRI", - "air_date": "2005-05-06", - "question": "(Sarah of the Clue Crew reports from the FDR Library in Hyde Park, NY.) In November 1943, while meeting with Churchill & Stalin in Tehran, FDR sketched out his idea for this organization", - "value": "$200", - "answer": "U.N.", - "round": "Jeopardy!", - "show_number": "4770", - "fullAnswer": "the U.N." - }, { "category": "A SPOT OF \"T\"", "air_date": "2005-05-06", @@ -1939309,16 +1843559,6 @@ "show_number": "4770", "fullAnswer": "Gorbachev" }, - { - "category": "VIDEOPOURRI", - "air_date": "2005-05-06", - "question": "Good thing Franco was still dead when this man became king", - "value": "$400", - "answer": "Juan Carlos", - "round": "Jeopardy!", - "show_number": "4770", - "fullAnswer": "Juan Carlos" - }, { "category": "A SPOT OF \"T\"", "air_date": "2005-05-06", @@ -1939349,16 +1843589,6 @@ "show_number": "4770", "fullAnswer": "Jimmy Smits" }, - { - "category": "FABRICS", - "air_date": "2005-05-06", - "question": "(Jimmy of the Clue Crew reports from Park City, UT.) Freshly groomed snow that's grooved is called this, for its resemblance to a certain fabric", - "value": "$600", - "answer": "corduroy", - "round": "Jeopardy!", - "show_number": "4770", - "fullAnswer": "corduroy" - }, { "category": "THE BORIS YELTSIN FILE", "air_date": "2005-05-06", @@ -1939369,16 +1843599,6 @@ "show_number": "4770", "fullAnswer": "the Politburo" }, - { - "category": "VIDEOPOURRI", - "air_date": "2005-05-06", - "question": "(Reading Rainbow's LeVar Burton reads the clue.) We saw various animal abodes after learning about this type of crab & its search for a new house", - "value": "$600", - "answer": "hermit crab", - "round": "Jeopardy!", - "show_number": "4770", - "fullAnswer": "a hermit crab" - }, { "category": "A SPOT OF \"T\"", "air_date": "2005-05-06", @@ -1939429,16 +1843649,6 @@ "show_number": "4770", "fullAnswer": "Chechnya" }, - { - "category": "VIDEOPOURRI", - "air_date": "2005-05-06", - "question": "(Hello, I'm Linda Park. I play Hoshi, the linguistic expert, on Enterprise.) In Chinese, each symbol represents a word; in Japanese, each symbol a syllable; in Korean, each symbol, this", - "value": "$800", - "answer": "letter", - "round": "Jeopardy!", - "show_number": "4770", - "fullAnswer": "a letter" - }, { "category": "A SPOT OF \"T\"", "air_date": "2005-05-06", @@ -1939489,16 +1843699,6 @@ "show_number": "4770", "fullAnswer": "Putin" }, - { - "category": "VIDEOPOURRI", - "air_date": "2005-05-06", - "question": "We're not sure when he sat for this portrait", - "value": "$1000", - "answer": "Sitting Bull", - "round": "Jeopardy!", - "show_number": "4770", - "fullAnswer": "Sitting Bull" - }, { "category": "A SPOT OF \"T\"", "air_date": "2005-05-06", @@ -1939519,16 +1843719,6 @@ "show_number": "4770", "fullAnswer": "Raphael" }, - { - "category": "ELVIS", - "air_date": "2005-05-06", - "question": "Elvis was born on January 8, 1935 in a wood frame house located on Old Saltillo Road in this city", - "value": "$400", - "answer": "Tupelo, Mississippi", - "round": "Double Jeopardy!", - "show_number": "4770", - "fullAnswer": "Tupelo, Mississippi" - }, { "category": "UNGULATES", "air_date": "2005-05-06", @@ -1939559,16 +1843749,6 @@ "show_number": "4770", "fullAnswer": "Blue" }, - { - "category": "WORD ORIGINS", - "air_date": "2005-05-06", - "question": "Seen here, these flowers got their name from the French for \"to think\"", - "value": "$400", - "answer": "pansies", - "round": "Double Jeopardy!", - "show_number": "4770", - "fullAnswer": "pansies" - }, { "category": "THE 16th CENTURY", "air_date": "2005-05-06", @@ -1939579,16 +1843759,6 @@ "show_number": "4770", "fullAnswer": "Roanoke" }, - { - "category": "ELVIS", - "air_date": "2005-05-06", - "question": "Once elected dogcatcher of Tampa, this man, seen here, later contractually received 50% of Elvis' earnings", - "value": "$800", - "answer": "Parker", - "round": "Double Jeopardy!", - "show_number": "4770", - "fullAnswer": "(Tom) Parker" - }, { "category": "UNGULATES", "air_date": "2005-05-06", @@ -1939639,16 +1843809,6 @@ "show_number": "4770", "fullAnswer": "Suleiman (the Magnificent)" }, - { - "category": "ELVIS", - "air_date": "2005-05-06", - "question": "Elvis, Johnny Cash, Carl Perkins & Jerry Lee Lewis had an impromptu jam session at this Memphis studio in December of 1956", - "value": "$1200", - "answer": "Sun (Records) studios", - "round": "Double Jeopardy!", - "show_number": "4770", - "fullAnswer": "Sun (Records) studios" - }, { "category": "UNGULATES", "air_date": "2005-05-06", @@ -1939699,16 +1843859,6 @@ "show_number": "4770", "fullAnswer": "Macau" }, - { - "category": "ELVIS", - "air_date": "2005-05-06", - "question": "After basic training at Fort Hood, Texas, Elvis shipped out for an 18-month tour of duty in this country", - "value": "$1600", - "answer": "Germany", - "round": "Double Jeopardy!", - "show_number": "4770", - "fullAnswer": "Germany" - }, { "category": "UNGULATES", "air_date": "2005-05-06", @@ -1939759,16 +1843909,6 @@ "show_number": "4770", "fullAnswer": "Boris Godunov" }, - { - "category": "ELVIS", - "air_date": "2005-05-06", - "question": "Seen at a 1961 Honolulu press conference, Elvis performed a concert to raise money for this ship's memorial", - "value": "$2000", - "answer": "Arizona", - "round": "Double Jeopardy!", - "show_number": "4770", - "fullAnswer": "the Arizona" - }, { "category": "UNGULATES", "air_date": "2005-05-06", @@ -1939779,16 +1843919,6 @@ "show_number": "4770", "fullAnswer": "the okapi" }, - { - "category": "CLASSICAL MUSICIANS", - "air_date": "2005-05-06", - "question": "This violinist, seen here, was born in Osaka in 1971", - "value": "$2000", - "answer": "Midori", - "round": "Double Jeopardy!", - "show_number": "4770", - "fullAnswer": "Midori" - }, { "category": "PAINTERS' COLORS", "air_date": "2005-05-06", @@ -1939819,16 +1843949,6 @@ "show_number": "4770", "fullAnswer": "Baloo" }, - { - "category": "DOWN ON THE FARM", - "air_date": "2005-02-03", - "question": "(Jimmy of the Clue Crew speaks from a farm.) At least once a year, my little friend here needs to have her fleece cut in a process called this", - "value": "$200", - "answer": "shearing", - "round": "Jeopardy!", - "show_number": "4704", - "fullAnswer": "shearing" - }, { "category": "THE SIMPSONS", "air_date": "2005-02-03", @@ -1939879,16 +1843999,6 @@ "show_number": "4704", "fullAnswer": "is" }, - { - "category": "DOWN ON THE FARM", - "air_date": "2005-02-03", - "question": "(Cheryl of the Clue Crew speaks from a field.) In a boat, it means \"getting rid of water\"; on a farm, it's \"tying up hay in a neat package\"", - "value": "$400", - "answer": "bailing", - "round": "Jeopardy!", - "show_number": "4704", - "fullAnswer": "bailing" - }, { "category": "THE SIMPSONS", "air_date": "2005-02-03", @@ -1939939,16 +1844049,6 @@ "show_number": "4704", "fullAnswer": "a colon" }, - { - "category": "DOWN ON THE FARM", - "air_date": "2005-02-03", - "question": "(Cheryl of the Clue Crew reports from a dairy barn.) Enhancing the body's absorption of calcium, this vitamin is added to processed milk; it's not significant in raw milk", - "value": "$600", - "answer": "Vitamin D", - "round": "Jeopardy!", - "show_number": "4704", - "fullAnswer": "Vitamin D" - }, { "category": "THE SIMPSONS", "air_date": "2005-02-03", @@ -1939999,16 +1844099,6 @@ "show_number": "4704", "fullAnswer": "passive" }, - { - "category": "DOWN ON THE FARM", - "air_date": "2005-02-03", - "question": "(Jimmy of the Clue Crew reads from a grain field.) This machine gets its name from consolidating the operations of cutting, threshing, and cleaning", - "value": "$800", - "answer": "combine", - "round": "Jeopardy!", - "show_number": "4704", - "fullAnswer": "a combine" - }, { "category": "THE SIMPSONS", "air_date": "2005-02-03", @@ -1940059,16 +1844149,6 @@ "show_number": "4704", "fullAnswer": "prepositions" }, - { - "category": "DOWN ON THE FARM", - "air_date": "2005-02-03", - "question": "(Jimmy of the Clue Crew rides a green tractor.) This here is a 3020--a classic tractor from this company named for the man who founded it in 1837", - "value": "$1000", - "answer": "John Deere", - "round": "Jeopardy!", - "show_number": "4704", - "fullAnswer": "John Deere" - }, { "category": "THE SIMPSONS", "air_date": "2005-02-03", @@ -1940289,16 +1844369,6 @@ "show_number": "4704", "fullAnswer": "Kidnapped" }, - { - "category": "STARTS & ENDS WITH \"T\"", - "air_date": "2005-02-03", - "question": "It's the time of day when the photo seen here was taken", - "value": "$1200", - "answer": "twilight", - "round": "Double Jeopardy!", - "show_number": "4704", - "fullAnswer": "twilight" - }, { "category": "U.S. PRESIDENTS", "air_date": "2005-02-03", @@ -1940379,16 +1844449,6 @@ "show_number": "4704", "fullAnswer": "Go" }, - { - "category": "ANNUAL EVENTS", - "air_date": "2005-02-03", - "question": "(Hi, I'm Deuce McAllister of the NFL.) New Orleans was awarded its NFL franchise on November 1, 1966, this holiday", - "value": "$2000", - "answer": "All Saints\\' Day", - "round": "Double Jeopardy!", - "show_number": "4704", - "fullAnswer": "All Saints\\' Day" - }, { "category": "FASHIONABLE STORES", "air_date": "2005-02-03", @@ -1940774,7 +1844834,7 @@ "air_date": "1998-06-04", "question": "Arte Johnson was the only performer to win an Emmy for his work on this comedy-variety series", "value": "$200", - "answer": "Rowan & Martin\\'s Laugh-In", + "answer": "Rowan & Martin's Laugh-In", "round": "Double Jeopardy!", "show_number": "3184", "fullAnswer": "Rowan & Martin\\'s Laugh-In" @@ -1940964,7 +1845024,7 @@ "air_date": "1998-06-04", "question": "A speech from \"As You Like It\" compares our planet to a New York restaurant at 7th & 54th", "value": "$800", - "answer": "All the World\\'s a Stage Delicatessen", + "answer": "All the World's a Stage Delicatessen", "round": "Double Jeopardy!", "show_number": "3184", "fullAnswer": "\"All the World\\'s a Stage Delicatessen\"" @@ -1941114,7 +1845174,7 @@ "air_date": "2007-01-31", "question": "2 brothers launched this lager in 1887; it's Australian for beer, mate", "value": "$400", - "answer": "Foster\\'s", + "answer": "Foster's", "round": "Jeopardy!", "show_number": "5158", "fullAnswer": "Foster\\'s" @@ -1941169,16 +1845229,6 @@ "show_number": "5158", "fullAnswer": "Eric Burdon" }, - { - "category": "DRAFT PICKS", - "air_date": "2007-01-31", - "question": "The founder of this stout was brilliant, getting a 9,000-year lease to a brewery at St. James' Gate in Dublin", - "value": "$1,000", - "answer": "Guinness", - "round": "Jeopardy!", - "show_number": "5158", - "fullAnswer": "Guinness" - }, { "category": "INVENTIVE MINDS", "air_date": "2007-01-31", @@ -1941219,16 +1845269,6 @@ "show_number": "5158", "fullAnswer": "(Dorothy) Parker" }, - { - "category": "ERIC IS SO TALENTED", - "air_date": "2007-01-31", - "question": "Though his name sounds like he doesn't work much, this man has been in more than 50 films & TV shows", - "value": "$800", - "answer": "Eric Idle", - "round": "Jeopardy!", - "show_number": "5158", - "fullAnswer": "Eric Idle" - }, { "category": "DRAFT PICKS", "air_date": "2007-01-31", @@ -1941449,16 +1845489,6 @@ "show_number": "5158", "fullAnswer": "the triathlon" }, - { - "category": "EUROPEAN ART & ARTISTS", - "air_date": "2007-01-31", - "question": "This beautiful painting by Gustav Klimt has the same name as a famous sculpture by Rodin", - "value": "$1200", - "answer": "Kiss", - "round": "Double Jeopardy!", - "show_number": "5158", - "fullAnswer": "The Kiss" - }, { "category": "A NICOLE KIDMAN FILM FESTIVAL", "air_date": "2007-01-31", @@ -1941479,26 +1845509,6 @@ "show_number": "5158", "fullAnswer": "Vermont" }, - { - "category": "A STUDY IN SOUND", - "air_date": "2007-01-31", - "question": "(Cheryl of the Clue Crew tests out her pipes.) The difference between the softest and loudest sounds is called \"dynamic\" this; in speech, it can be about 40 decibels", - "value": "$1200", - "answer": "range", - "round": "Double Jeopardy!", - "show_number": "5158", - "fullAnswer": "range" - }, - { - "category": "MINNESOTANS", - "air_date": "2007-01-31", - "question": "He's the familiar National Public Radio personality heard here

\"That's the news from Lake Wobegon, where all the women are strong, all the men are good-looking, and all the children are above-average...\"", - "value": "$1200", - "answer": "Garrison Keillor", - "round": "Double Jeopardy!", - "show_number": "5158", - "fullAnswer": "Garrison Keillor" - }, { "category": "2 FOR T", "air_date": "2007-01-31", @@ -1941569,16 +1845579,6 @@ "show_number": "5158", "fullAnswer": "transcendentalism" }, - { - "category": "EUROPEAN ART & ARTISTS", - "air_date": "2007-01-31", - "question": "The Rokeby Venus is the only surviving example of a female nude by this 17th century Spanish portrait artist", - "value": "$2000", - "answer": "Velázquez", - "round": "Double Jeopardy!", - "show_number": "5158", - "fullAnswer": "Velázquez" - }, { "category": "A NICOLE KIDMAN FILM FESTIVAL", "air_date": "2007-01-31", @@ -1941599,16 +1845599,6 @@ "show_number": "5158", "fullAnswer": "New York" }, - { - "category": "A STUDY IN SOUND", - "air_date": "2007-01-31", - "question": "(Jon of the Clue Crew blows across the top of an empty glass beverage bottle.) The air inside the bottle vibrates like a spring in the Helmholtz's type of this; it's the intensification of sound by vibration", - "value": "$2000", - "answer": "resonance", - "round": "Double Jeopardy!", - "show_number": "5158", - "fullAnswer": "resonance" - }, { "category": "MINNESOTANS", "air_date": "2007-01-31", @@ -1942789,16 +1846779,6 @@ "show_number": "5936", "fullAnswer": "bacchanal" }, - { - "category": "CHESS", - "air_date": "2010-06-07", - "question": "(Jimmy of the Clue Crew shows off his moves on the monitor.) In this classic chess opening, after white plays e4, to fight for the center, black plays c5 in this 8-letter defense named for a Mediterranean island", - "value": "$2000", - "answer": "Sicilian defense", - "round": "Double Jeopardy!", - "show_number": "5936", - "fullAnswer": "the Sicilian defense" - }, { "category": "MOVIE NUMBER, PLEASE", "air_date": "2010-06-07", @@ -1942854,7 +1846834,7 @@ "air_date": "2010-06-07", "question": "Low- & high-pressure systems & tropical moisture set the stage for a 1991 nor'easter nicknamed these 2 words", "value": null, - "answer": "\\Perfect Storm\\", + "answer": "Perfect Storm", "round": "Final Jeopardy!", "show_number": "5936", "fullAnswer": "\\\"Perfect Storm\\\"" @@ -1944024,7 +1848004,7 @@ "air_date": "1996-01-31", "question": "Chatoyancy is the special luminous quality that makes these gems resemble feline features", "value": "$1000", - "answer": "Cat\\'s Eye", + "answer": "Cat's Eye", "round": "Double Jeopardy!", "show_number": "2633", "fullAnswer": "Cat\\'s Eye" @@ -1945089,16 +1849069,6 @@ "show_number": "6114", "fullAnswer": "a sit-in" }, - { - "category": "GEOGRAPHIC TERMS", - "air_date": "2011-03-24", - "question": "(Sarah of the Clue Crew reports from about the National Geographic Explorer.) Today we're crossing 66 degrees, 33 minutes south latitude; it was 250 years ago that Captain Cook was the first to cross this same borderline", - "value": "$1200", - "answer": "Antarctic Circle", - "round": "Double Jeopardy!", - "show_number": "6114", - "fullAnswer": "the Antarctic Circle" - }, { "category": "THE YUCKS STOP HERE", "air_date": "2011-03-24", @@ -1945144,7 +1849114,7 @@ "air_date": "2011-03-24", "question": "This toy from Hasbro uses 2 revolving plastic discs around an axis", "value": "$1200", - "answer": "Sit \\'n Spin", + "answer": "Sit 'n Spin", "round": "Double Jeopardy!", "show_number": "6114", "fullAnswer": "a Sit \\'n Spin" @@ -1945239,16 +1849209,6 @@ "show_number": "6114", "fullAnswer": "Angus" }, - { - "category": "MAN UP", - "air_date": "2011-03-24", - "question": "This Apollo 12 astronaut painted himself tiptoeing on the Ocean of Storms", - "value": "$2000", - "answer": "Alan Bean", - "round": "Double Jeopardy!", - "show_number": "6114", - "fullAnswer": "Alan Bean" - }, { "category": "DANCE WITH ME!", "air_date": "2011-03-24", @@ -1945334,7 +1849294,7 @@ "air_date": "2003-07-01", "question": "In Chaucer's \"Parliament of Fowls\", the fowls gather to choose their mates on this day", "value": "$200", - "answer": "Valentine\\'s Day", + "answer": "Valentine's Day", "round": "Jeopardy!", "show_number": "4352", "fullAnswer": "Valentine\\'s Day" @@ -1946454,7 +1850414,7 @@ "air_date": "2000-05-18", "question": "This Swedish holiday goes back to Viking times when the night of Dec. 12-13 was the year's longest", "value": "$1000", - "answer": "St. Lucia\\'s Day", + "answer": "St. Lucia's Day", "round": "Double Jeopardy!", "show_number": "3629", "fullAnswer": "St. Lucia\\'s Day" @@ -1947124,7 +1851084,7 @@ "air_date": "1998-06-08", "question": "In 1997 Ira Levin delivered \"Son of Rosemary\", the sequel to this novel", "value": "$100", - "answer": "Rosemary\\'s Baby", + "answer": "Rosemary's Baby", "round": "Jeopardy!", "show_number": "3186", "fullAnswer": "\"Rosemary\\'s Baby\"" @@ -1947134,7 +1851094,7 @@ "air_date": "1998-06-08", "question": "She appeared almost totally hairless in her video \"Nothing Compares 2 U\"", "value": "$100", - "answer": "Sinead O\\'Connor", + "answer": "Sinead O'Connor", "round": "Jeopardy!", "show_number": "3186", "fullAnswer": "Sinead O\\'Connor" @@ -1947174,7 +1851134,7 @@ "air_date": "1998-06-08", "question": "It begins, \"When you walk through a storm hold your head up high and don't be afraid of the dark\"", "value": "$200", - "answer": "You\\'ll Never Walk Alone", + "answer": "You'll Never Walk Alone", "round": "Jeopardy!", "show_number": "3186", "fullAnswer": "\"You\\'ll Never Walk Alone\"" @@ -1947384,7 +1851344,7 @@ "air_date": "1998-06-08", "question": "Churchill liked to stay in this \"regal\" room, where he often startled the staff with his nudity", "value": "$500", - "answer": "Queen\\'s Room", + "answer": "Queen's Room", "round": "Jeopardy!", "show_number": "3186", "fullAnswer": "Queen\\'s Room" @@ -1947434,7 +1851394,7 @@ "air_date": "1998-06-08", "question": "Edgar Allan's enemies", "value": "$200", - "answer": "Poe\\'s foes", + "answer": "Poe's foes", "round": "Double Jeopardy!", "show_number": "3186", "fullAnswer": "Poe\\'s foes" @@ -1947494,7 +1851454,7 @@ "air_date": "1998-06-08", "question": "Ogden's shindigs", "value": "$400", - "answer": "Nash\\'s bashes", + "answer": "Nash's bashes", "round": "Double Jeopardy!", "show_number": "3186", "fullAnswer": "Nash\\'s bashes" @@ -1947504,7 +1851464,7 @@ "air_date": "1998-06-08", "question": "Minty Python & Choc Ness Monster were suggestions for this company's new British flavor", "value": "$400", - "answer": "Ben & Jerry\\'s", + "answer": "Ben & Jerry's", "round": "Double Jeopardy!", "show_number": "3186", "fullAnswer": "Ben & Jerry\\'s" @@ -1947554,7 +1851514,7 @@ "air_date": "1998-06-08", "question": "Elizabeth Barrett's coronations", "value": "$600", - "answer": "Browning\\'s crownings", + "answer": "Browning's crownings", "round": "Double Jeopardy!", "show_number": "3186", "fullAnswer": "Browning\\'s crownings" @@ -1947614,7 +1851574,7 @@ "air_date": "1998-06-08", "question": "Rupert's volumes", "value": "$800", - "answer": "Brooke\\'s books", + "answer": "Brooke's books", "round": "Double Jeopardy!", "show_number": "3186", "fullAnswer": "Brooke\\'s books" @@ -1947624,7 +1851584,7 @@ "air_date": "1998-06-08", "question": "This chain once boasted over 1,000 restaurants serving 28 flavors with 16% butterfat", "value": "$800", - "answer": "Howard Johnson\\'s", + "answer": "Howard Johnson's", "round": "Double Jeopardy!", "show_number": "3186", "fullAnswer": "Howard Johnson\\'s" @@ -1947674,7 +1851634,7 @@ "air_date": "1998-06-08", "question": "A.A.'s ovens", "value": "$1000", - "answer": "Milne\\'s kilns", + "answer": "Milne's kilns", "round": "Double Jeopardy!", "show_number": "3186", "fullAnswer": "Milne\\'s kilns" @@ -1947779,16 +1851739,6 @@ "show_number": "5090", "fullAnswer": "Michigan" }, - { - "category": "20th CENTURY SPORTS", - "air_date": "2006-10-27", - "question": "(Sarah of the Clue Crew reports from Ping Hdqtrs in Phoenix, AZ.) In 1990, Karsten Solheim, founder of Ping Golf, created the Solheim Cup for women; as in the Ryder Cup, these are the 2 teams", - "value": "$400", - "answer": "U.S. & the Europeans", - "round": "Jeopardy!", - "show_number": "5090", - "fullAnswer": "the U.S. & the Europeans" - }, { "category": "MUSICAL INSTRUMENTS", "air_date": "2006-10-27", @@ -1947899,26 +1851849,6 @@ "show_number": "5090", "fullAnswer": "Mount Rainier" }, - { - "category": "20th CENTURY SPORTS", - "air_date": "2006-10-27", - "question": "(Jimmy of the Clue Crew reports from Yankee Stadium.) On June 22, 1938, in a famous rematch here at Yankee Stadium, Joe Louis KO'd this German heavyweight in the first round", - "value": "$800", - "answer": "Max Schmeling", - "round": "Jeopardy!", - "show_number": "5090", - "fullAnswer": "Max Schmeling" - }, - { - "category": "MUSICAL INSTRUMENTS", - "air_date": "2006-10-27", - "question": "Ricola ads have featured this Swiss horn", - "value": "$800", - "answer": "alpenhorn", - "round": "Jeopardy!", - "show_number": "5090", - "fullAnswer": "an alpenhorn" - }, { "category": "THE POETRY OF LOVE", "air_date": "2006-10-27", @@ -1948354,7 +1852284,7 @@ "air_date": "1999-11-18", "question": "If your kids want to know who's buried in this tomb, take them to see it at Riverside Drive & 122nd Street", "value": "$200", - "answer": "Grant\\'s Tomb", + "answer": "Grant's Tomb", "round": "Jeopardy!", "show_number": "3499", "fullAnswer": "Grant\\'s Tomb" @@ -1948704,7 +1852634,7 @@ "air_date": "1999-11-18", "question": "Oscar-winning political drama seen here
(with Broderick Crawford speaking)", "value": "$1000", - "answer": "All the King\\'s Men", + "answer": "All the King's Men", "round": "Double Jeopardy!", "show_number": "3499", "fullAnswer": "All the King\\'s Men" @@ -1948749,16 +1852679,6 @@ "show_number": "3499", "fullAnswer": "the Algonquin" }, - { - "category": "ON THE MAP", - "air_date": "2005-10-31", - "question": "Hope there's enough gravy for this bicontinental nation", - "value": "$200", - "answer": "Turkey", - "round": "Jeopardy!", - "show_number": "4861", - "fullAnswer": "Turkey" - }, { "category": "SPORTS LEGENDS", "air_date": "2005-10-31", @@ -1948799,26 +1852719,6 @@ "show_number": "4861", "fullAnswer": "the Pacific" }, - { - "category": "\"CHIN\" UP", - "air_date": "2005-10-31", - "question": "This soft, furry rodent seen here has become an increasingly popular house pet", - "value": "$200", - "answer": "chinchilla", - "round": "Jeopardy!", - "show_number": "4861", - "fullAnswer": "chinchilla" - }, - { - "category": "ON THE MAP", - "air_date": "2005-10-31", - "question": "Before the euro, this country used the escudo", - "value": "$400", - "answer": "Portugal", - "round": "Jeopardy!", - "show_number": "4861", - "fullAnswer": "Portugal" - }, { "category": "SPORTS LEGENDS", "air_date": "2005-10-31", @@ -1948869,16 +1852769,6 @@ "show_number": "4861", "fullAnswer": "a maraschino" }, - { - "category": "ON THE MAP", - "air_date": "2005-10-31", - "question": "It can get cold in this country, around 40 degrees in July in Puerto Montt", - "value": "$600", - "answer": "Chile", - "round": "Jeopardy!", - "show_number": "4861", - "fullAnswer": "Chile" - }, { "category": "SPORTS LEGENDS", "air_date": "2005-10-31", @@ -1948929,16 +1852819,6 @@ "show_number": "4861", "fullAnswer": "chintzy" }, - { - "category": "ON THE MAP", - "air_date": "2005-10-31", - "question": "Don't get angry identifying this nation", - "value": "$800", - "answer": "Madagascar", - "round": "Jeopardy!", - "show_number": "4861", - "fullAnswer": "Madagascar" - }, { "category": "SPORTS LEGENDS", "air_date": "2005-10-31", @@ -1948979,26 +1852859,6 @@ "show_number": "4861", "fullAnswer": "the telephone" }, - { - "category": "\"CHIN\" UP", - "air_date": "2005-10-31", - "question": "Seen here is a display of these dolls made by the Navajo", - "value": "$800", - "answer": "kachinas", - "round": "Jeopardy!", - "show_number": "4861", - "fullAnswer": "kachinas" - }, - { - "category": "ON THE MAP", - "air_date": "2005-10-31", - "question": "Put on your outerwear when visiting this country", - "value": "$1000", - "answer": "Outer Mongolia", - "round": "Jeopardy!", - "show_number": "4861", - "fullAnswer": "Outer Mongolia" - }, { "category": "SPORTS LEGENDS", "air_date": "2005-10-31", @@ -1949189,16 +1853049,6 @@ "show_number": "4861", "fullAnswer": "a prune" }, - { - "category": "\"M\"USIC", - "air_date": "2005-10-31", - "question": "Renowned Australian-born diva seen here around 1900", - "value": "$1,000", - "answer": "Dame Nellie Melba", - "round": "Double Jeopardy!", - "show_number": "4861", - "fullAnswer": "Dame Nellie Melba" - }, { "category": "NEW WORLD EXPLORERS", "air_date": "2005-10-31", @@ -1949309,16 +1853159,6 @@ "show_number": "4861", "fullAnswer": "the grape" }, - { - "category": "\"M\"USIC", - "air_date": "2005-10-31", - "question": "(Cheryl of the Clue Crew holds up an instrument having a keyboard.) The harmonica company, Hohner, trademarked the name for this instrument that plays single notes or chords", - "value": "$2000", - "answer": "melodica", - "round": "Double Jeopardy!", - "show_number": "4861", - "fullAnswer": "the melodica" - }, { "category": "NEW WORLD EXPLORERS", "air_date": "2005-10-31", @@ -1949434,21 +1853274,11 @@ "air_date": "2005-04-20", "question": "\"Ready. Aim. Scream\" is the slogan of this Buena Park theme park's Silver Bullet ride", "value": "$400", - "answer": "Knott\\'s Berry Farm", + "answer": "Knott's Berry Farm", "round": "Jeopardy!", "show_number": "4758", "fullAnswer": "Knott\\'s Berry Farm" }, - { - "category": "WEATHER WORDS & PHRASES", - "air_date": "2005-04-20", - "question": "They sound soothing to some", - "value": "$400", - "answer": "wind chimes", - "round": "Jeopardy!", - "show_number": "4758", - "fullAnswer": "wind chimes" - }, { "category": "THERE'S NO BUSINESS", "air_date": "2005-04-20", @@ -1949539,16 +1853369,6 @@ "show_number": "4758", "fullAnswer": "clot" }, - { - "category": "JOLLY ROGER", - "air_date": "2005-04-20", - "question": "The New England university named for this man is seen here", - "value": "$800", - "answer": "Roger Williams", - "round": "Jeopardy!", - "show_number": "4758", - "fullAnswer": "Roger Williams" - }, { "category": "CALIFUNIA", "air_date": "2005-04-20", @@ -1949709,16 +1853529,6 @@ "show_number": "4758", "fullAnswer": "the thyroid" }, - { - "category": "DECORATIVE ARTS", - "air_date": "2005-04-20", - "question": "(Cheryl of the Clue Crew spins a clay pot on a wheel in Greece.) Keramos, a Greek word for \"clay\", gave us this English word for pottery", - "value": "$800", - "answer": "ceramics", - "round": "Double Jeopardy!", - "show_number": "4758", - "fullAnswer": "ceramics" - }, { "category": "2 ACTORS, SAME ROLE", "air_date": "2005-04-20", @@ -1949789,16 +1853599,6 @@ "show_number": "4758", "fullAnswer": "Private Benjamin" }, - { - "category": "MEASURE UP", - "air_date": "2005-04-20", - "question": "(Jimmy of the Clue Crew reports from JFK Airport in New York.) Each of these bricks of cocaine, seized by Homeland Security agents, weighs this metric unit & has a street value of over $15,000", - "value": "$1200", - "answer": "kilogram", - "round": "Double Jeopardy!", - "show_number": "4758", - "fullAnswer": "a kilogram" - }, { "category": "BEND IT LIKE BECKETT", "air_date": "2005-04-20", @@ -1949829,16 +1853629,6 @@ "show_number": "4758", "fullAnswer": "telegraph" }, - { - "category": "DECORATIVE ARTS", - "air_date": "2005-04-20", - "question": "From the French for partition, it's enamel work in which colored areas are separated by thin metal bands", - "value": "$1600", - "answer": "cloisonné", - "round": "Double Jeopardy!", - "show_number": "4758", - "fullAnswer": "cloisonné" - }, { "category": "2 ACTORS, SAME ROLE", "air_date": "2005-04-20", @@ -1949889,16 +1853679,6 @@ "show_number": "4758", "fullAnswer": "Troilus" }, - { - "category": "DECORATIVE ARTS", - "air_date": "2005-04-20", - "question": "This iridescent substance used as an inlay on the lacquered box seen here is also called mother-of-pearl", - "value": "$2000", - "answer": "nacre", - "round": "Double Jeopardy!", - "show_number": "4758", - "fullAnswer": "nacre" - }, { "category": "2 ACTORS, SAME ROLE", "air_date": "2005-04-20", @@ -1949989,16 +1853769,6 @@ "show_number": "4953", "fullAnswer": "frogs" }, - { - "category": "WORD PUZZLES", - "air_date": "2006-03-08", - "question": "Probably what I'm having for dinner", - "value": "$200", - "answer": "leftovers", - "round": "Jeopardy!", - "show_number": "4953", - "fullAnswer": "leftovers" - }, { "category": "BEETHOVEN", "air_date": "2006-03-08", @@ -1950049,16 +1853819,6 @@ "show_number": "4953", "fullAnswer": "penguins" }, - { - "category": "WORD PUZZLES", - "air_date": "2006-03-08", - "question": "A good way to stay warm in Sudbury, Ontario, Canada, in January", - "value": "$400", - "answer": "to hop up and down", - "round": "Jeopardy!", - "show_number": "4953", - "fullAnswer": "to hop up and down" - }, { "category": "BEETHOVEN", "air_date": "2006-03-08", @@ -1950109,16 +1853869,6 @@ "show_number": "4953", "fullAnswer": "an alarm clock" }, - { - "category": "WORD PUZZLES", - "air_date": "2006-03-08", - "question": "It's why talk radio has become so popular", - "value": "$600", - "answer": "there\\'s nothing good on TV", - "round": "Jeopardy!", - "show_number": "4953", - "fullAnswer": "there\\'s nothing good on TV" - }, { "category": "BEETHOVEN", "air_date": "2006-03-08", @@ -1950169,16 +1853919,6 @@ "show_number": "4953", "fullAnswer": "Star Wars" }, - { - "category": "WORD PUZZLES", - "air_date": "2006-03-08", - "question": "What you'll need to be to win", - "value": "$800", - "answer": "ready for anything", - "round": "Jeopardy!", - "show_number": "4953", - "fullAnswer": "ready for anything" - }, { "category": "BEETHOVEN", "air_date": "2006-03-08", @@ -1950229,16 +1853969,6 @@ "show_number": "4953", "fullAnswer": "Nigeria" }, - { - "category": "WORD PUZZLES", - "air_date": "2006-03-08", - "question": "It's the discrepancy between an official statement's claim & the truth", - "value": "$1000", - "answer": "credibility gap", - "round": "Jeopardy!", - "show_number": "4953", - "fullAnswer": "a credibility gap" - }, { "category": "BEETHOVEN", "air_date": "2006-03-08", @@ -1950259,16 +1853989,6 @@ "show_number": "4953", "fullAnswer": "Hippolyta" }, - { - "category": "VETERINARY MEDICINE", - "air_date": "2006-03-08", - "question": "(Jon of the Clue Crew gives the clue from the North Carolina State Veterinary School.) As with human patients, metal is kept away from this diagnostic machine, so be careful with collars & bells", - "value": "$400", - "answer": "MRI", - "round": "Double Jeopardy!", - "show_number": "4953", - "fullAnswer": "an MRI" - }, { "category": "\"MOON\" ME AT THE MOVIES", "air_date": "2006-03-08", @@ -1950279,16 +1853999,6 @@ "show_number": "4953", "fullAnswer": "Moonstruck" }, - { - "category": "COUNTRY NAMES IN THEIR NATIVE TONGUE", - "air_date": "2006-03-08", - "question": "Koninkrijk der Nederlanden", - "value": "$400", - "answer": "Netherlands", - "round": "Double Jeopardy!", - "show_number": "4953", - "fullAnswer": "the Netherlands" - }, { "category": "SOUNDS LIKE SPORTS EQUIPMENT", "air_date": "2006-03-08", @@ -1950339,16 +1854049,6 @@ "show_number": "4953", "fullAnswer": "Paper Moon" }, - { - "category": "COUNTRY NAMES IN THEIR NATIVE TONGUE", - "air_date": "2006-03-08", - "question": "Rzeczpospolita Polska", - "value": "$800", - "answer": "Poland", - "round": "Double Jeopardy!", - "show_number": "4953", - "fullAnswer": "Poland" - }, { "category": "SOUNDS LIKE SPORTS EQUIPMENT", "air_date": "2006-03-08", @@ -1950379,16 +1854079,6 @@ "show_number": "4953", "fullAnswer": "George Will and Grace" }, - { - "category": "VETERINARY MEDICINE", - "air_date": "2006-03-08", - "question": "(Cheryl of the Clue Crew delivers the clue from the North Carolina State Veterinary School.) X-rays can detect hip dysplasia common in large dogs in which the ball of this bone is loose in its socket", - "value": "$1200", - "answer": "femur", - "round": "Double Jeopardy!", - "show_number": "4953", - "fullAnswer": "the femur" - }, { "category": "\"MOON\" ME AT THE MOVIES", "air_date": "2006-03-08", @@ -1950399,26 +1854089,6 @@ "show_number": "4953", "fullAnswer": "Under the Cherry Moon" }, - { - "category": "COUNTRY NAMES IN THEIR NATIVE TONGUE", - "air_date": "2006-03-08", - "question": "Schweizerische Eidgenossenschaft", - "value": "$1200", - "answer": "Switzerland", - "round": "Double Jeopardy!", - "show_number": "4953", - "fullAnswer": "Switzerland" - }, - { - "category": "SOUNDS LIKE SPORTS EQUIPMENT", - "air_date": "2006-03-08", - "question": "Named for the island on which it was bred, it's the type of cow seen here", - "value": "$1200", - "answer": "Jersey", - "round": "Double Jeopardy!", - "show_number": "4953", - "fullAnswer": "Jersey" - }, { "category": "FIRST LADIES", "air_date": "2006-03-08", @@ -1950459,16 +1854129,6 @@ "show_number": "4953", "fullAnswer": "Man on the Moon" }, - { - "category": "COUNTRY NAMES IN THEIR NATIVE TONGUE", - "air_date": "2006-03-08", - "question": "Lietuvos Respublika", - "value": "$1600", - "answer": "Lithuania", - "round": "Double Jeopardy!", - "show_number": "4953", - "fullAnswer": "Lithuania" - }, { "category": "SOUNDS LIKE SPORTS EQUIPMENT", "air_date": "2006-03-08", @@ -1950499,16 +1854159,6 @@ "show_number": "4953", "fullAnswer": "Hail to the Chief Cook and Bottle Washer" }, - { - "category": "VETERINARY MEDICINE", - "air_date": "2006-03-08", - "question": "(Jon of the Clue Crew delivers the clue from the North Carolina State Veterinary School.) The owner of a recipient cat must adopt the donor cat when North Carolina State University performs this veterinary procedure used in some cases of feline nephritis", - "value": "$2000", - "answer": "kidney transplant", - "round": "Double Jeopardy!", - "show_number": "4953", - "fullAnswer": "a kidney transplant" - }, { "category": "\"MOON\" ME AT THE MOVIES", "air_date": "2006-03-08", @@ -1950519,16 +1854169,6 @@ "show_number": "4953", "fullAnswer": "Shoot the Moon" }, - { - "category": "COUNTRY NAMES IN THEIR NATIVE TONGUE", - "air_date": "2006-03-08", - "question": "Kipriaki Dimokratia", - "value": "$2000", - "answer": "Cyprus", - "round": "Double Jeopardy!", - "show_number": "4953", - "fullAnswer": "Cyprus" - }, { "category": "SOUNDS LIKE SPORTS EQUIPMENT", "air_date": "2006-03-08", @@ -1950564,7 +1854204,7 @@ "air_date": "2006-03-08", "question": "Oddly enough, this 3-word phrase is the only Latin phrase spoken in the play \"Julius Caesar\"", "value": null, - "answer": "\\Et tu, Brute?\\", + "answer": "Et tu, Brute?", "round": "Final Jeopardy!", "show_number": "4953", "fullAnswer": "\\\"Et tu, Brute?\\\"" @@ -1951094,7 +1854734,7 @@ "air_date": "2000-03-24", "question": "First performed in 1892, this comedy of manners by Oscar Wilde is a study in human jealousy", "value": "$800", - "answer": "Lady Windermere\\'s Fan", + "answer": "Lady Windermere's Fan", "round": "Double Jeopardy!", "show_number": "3590", "fullAnswer": "\"Lady Windermere\\'s Fan\"" @@ -1951189,16 +1854829,6 @@ "show_number": "5929", "fullAnswer": "names" }, - { - "category": "WORLD OF GESTURES", - "air_date": "2010-05-27", - "question": "(Jimmy of the Clue Crew shows a picture of the President making a gesture on the monitor.) The President can tell you the Shaka gesture means \"Hang loose, brah\" & comes from this U.S. state", - "value": "$200", - "answer": "Hawaii", - "round": "Jeopardy!", - "show_number": "5929", - "fullAnswer": "Hawaii" - }, { "category": "TREES COMPANY", "air_date": "2010-05-27", @@ -1951309,16 +1854939,6 @@ "show_number": "5929", "fullAnswer": "Guatemala" }, - { - "category": "WORLD OF GESTURES", - "air_date": "2010-05-27", - "question": "(Kelly of the Clue Crew cups her hands in front of her.) South Africans in the service sector have a gentle but insistent gesture to ask for this", - "value": "$600", - "answer": "tip", - "round": "Jeopardy!", - "show_number": "5929", - "fullAnswer": "a tip" - }, { "category": "TREES COMPANY", "air_date": "2010-05-27", @@ -1951429,16 +1855049,6 @@ "show_number": "5929", "fullAnswer": "Florida" }, - { - "category": "WORLD OF GESTURES", - "air_date": "2010-05-27", - "question": "(Jimmy of the Clue Crew twirls a finger near his temple.) In much of the world, the twirled finger means \"you're crazy\", but in Argentina, it means you may have one of these--pick up!", - "value": "$1000", - "answer": "phone call", - "round": "Jeopardy!", - "show_number": "5929", - "fullAnswer": "a phone call" - }, { "category": "TREES COMPANY", "air_date": "2010-05-27", @@ -1951689,16 +1855299,6 @@ "show_number": "5929", "fullAnswer": "Tucson" }, - { - "category": "OK, CORRAL ME", - "air_date": "2010-05-27", - "question": "As I'm this breed, you might want to keep your distance", - "value": "$2,000", - "answer": "longhorn", - "round": "Double Jeopardy!", - "show_number": "5929", - "fullAnswer": "a longhorn" - }, { "category": "SHAKESPEARE'S CHARACTERS DESCRIBED", "air_date": "2010-05-27", @@ -1951714,7 +1855314,7 @@ "air_date": "2010-05-27", "question": "In this 1995 film Richard Dreyfuss finds it easier to reach the kids in his music class than his deaf son", "value": "$2000", - "answer": "Mr. Holland\\'s Opus", + "answer": "Mr. Holland's Opus", "round": "Double Jeopardy!", "show_number": "5929", "fullAnswer": "Mr. Holland\\'s Opus" @@ -1952024,7 +1855624,7 @@ "air_date": "2005-11-29", "question": "\"Mrs. Brown You've Got A Lovely Daughter\"", "value": "$1000", - "answer": "Herman\\'s Hermits", + "answer": "Herman's Hermits", "round": "Jeopardy!", "show_number": "4882", "fullAnswer": "Herman\\'s Hermits" @@ -1952064,7 +1855664,7 @@ "air_date": "2005-11-29", "question": "Popular American dancer of 1920s Paris who arrives with one more loaf of bread than the usual 12", "value": "$1000", - "answer": "Josephine Baker\\'s Dozen", + "answer": "Josephine Baker's Dozen", "round": "Jeopardy!", "show_number": "4882", "fullAnswer": "Josephine Baker\\'s Dozen" @@ -1952079,16 +1855679,6 @@ "show_number": "4882", "fullAnswer": "Dirty Harry" }, - { - "category": "THE MIRACLE OF FLIGHT", - "air_date": "2005-11-29", - "question": "(Jimmy of the Clue Crew throws a paper airplane.) Air can easily get around the plane's thin wings, so there's less of this force resisting forward motion", - "value": "$400", - "answer": "drag", - "round": "Double Jeopardy!", - "show_number": "4882", - "fullAnswer": "drag" - }, { "category": "A GREEN CATEGORY", "air_date": "2005-11-29", @@ -1952114,7 +1855704,7 @@ "air_date": "2005-11-29", "question": "Its first edition contained \"The Lunations, Eclipses\" & \"Judgment of the Weather\" for the year 1733", "value": "$800", - "answer": "Poor Richard\\'s Almanack", + "answer": "Poor Richard's Almanack", "round": "Double Jeopardy!", "show_number": "4882", "fullAnswer": "Poor Richard\\'s Almanack" @@ -1952179,16 +1855769,6 @@ "show_number": "4882", "fullAnswer": "Heartbreak Ridge" }, - { - "category": "THE MIRACLE OF FLIGHT", - "air_date": "2005-11-29", - "question": "(Jimmy of the Clue Crew compares two paper airplanes.) In paper airplanes, bending the rear section of the wing up or down has the equivalent effect of this device that moves up & down in a jumbo jet's tail", - "value": "$1200", - "answer": "elevator", - "round": "Double Jeopardy!", - "show_number": "4882", - "fullAnswer": "an elevator" - }, { "category": "THE FAMOUS MR. TED", "air_date": "2005-11-29", @@ -1952834,7 +1856414,7 @@ "air_date": "1990-04-02", "question": "Proverb that was the title of a Kaufman/Hart play about an unconventional family", "value": "$800", - "answer": "You Can\\'t Take It With You", + "answer": "You Can't Take It With You", "round": "Double Jeopardy!", "show_number": "1296", "fullAnswer": "\"You Can\\'t Take It With You\"" @@ -1952979,16 +1856559,6 @@ "show_number": "5211", "fullAnswer": "The Love Boat" }, - { - "category": "AMERICAN GOVERNMENT", - "air_date": "2007-04-16", - "question": "(Jon of the Clue Crew reporting from the Clinton Presidential Library in Little Rock, AR.)
The Bill Clinton library's cabinet meeting room shows that the President has the Defense Secretary on his left and this cabinet officer on his right", - "value": "$400", - "answer": "Secretary of State", - "round": "Jeopardy!", - "show_number": "5211", - "fullAnswer": "Secretary of State" - }, { "category": "BROADWAY ROLES", "air_date": "2007-04-16", @@ -1953099,26 +1856669,6 @@ "show_number": "5211", "fullAnswer": "cloven" }, - { - "category": "AMERICAN GOVERNMENT", - "air_date": "2007-04-16", - "question": "(Cheryl of the Clue Crew reporting from inside the State Capitol building in Lincoln, NE.)
As in Washington, the Vice President presides over the Senate. In Nebraska, this official presides over the unicameral legislature", - "value": "$800", - "answer": "Lieutenant Governor", - "round": "Jeopardy!", - "show_number": "5211", - "fullAnswer": "the Lieutenant Governor" - }, - { - "category": "BROADWAY ROLES", - "air_date": "2007-04-16", - "question": "(Hi. I'm Bebe Neuwirth.)
In 1997 I won my 2nd Tony Award for playing Velma Kelly in \"Chicago\"; in 2007 I appeared in a revival of the production playing this dancer, Velma's rival", - "value": "$800", - "answer": "Roxie", - "round": "Jeopardy!", - "show_number": "5211", - "fullAnswer": "Roxie" - }, { "category": "BORN FIRST", "air_date": "2007-04-16", @@ -1954719,16 +1858269,6 @@ "show_number": "5254", "fullAnswer": "Homer" }, - { - "category": "FEARnet", - "air_date": "2007-06-14", - "question": "As voted on by FEARnet.com members, the most popular horror shockers include \"The Shining\" & this '73 Linda Blair film", - "value": "$400", - "answer": "Exorcist", - "round": "Jeopardy!", - "show_number": "5254", - "fullAnswer": "The Exorcist" - }, { "category": "THE GREEK ALPHABET & MORE", "air_date": "2007-06-14", @@ -1954999,16 +1858539,6 @@ "show_number": "5254", "fullAnswer": "Medusa" }, - { - "category": "BE A STELLAR SPELLER", - "air_date": "2007-06-14", - "question": "We're not kidding, please spell the dog star...", - "value": "$400", - "answer": "S-I-R-I-U-S", - "round": "Double Jeopardy!", - "show_number": "5254", - "fullAnswer": "S-I-R-I-U-S" - }, { "category": "MEDICINE", "air_date": "2007-06-14", @@ -1955029,26 +1858559,6 @@ "show_number": "5254", "fullAnswer": "7:11" }, - { - "category": "OTHER BRITISH ISLES", - "air_date": "2007-06-14", - "question": "(Sarah of the Clue Crew stands in front of an image of a flag.)
On the flag of this island and territory, the anchor in the coat of arms represents the Bounty", - "value": "$800", - "answer": "Pitcairn Islands", - "round": "Double Jeopardy!", - "show_number": "5254", - "fullAnswer": "Pitcairn Islands" - }, - { - "category": "CELEBRITY PATENTS", - "air_date": "2007-06-14", - "question": "Not a perpetual bubble machine, but a piano shaped ashtray was designed by this bandleader", - "value": "$800", - "answer": "Lawrence Welk", - "round": "Double Jeopardy!", - "show_number": "5254", - "fullAnswer": "Lawrence Welk" - }, { "category": "SCULPTURE", "air_date": "2007-06-14", @@ -1955059,16 +1858569,6 @@ "show_number": "5254", "fullAnswer": "Cristo" }, - { - "category": "BE A STELLAR SPELLER", - "air_date": "2007-06-14", - "question": "This constellation always wins in Follow the Leda--Spell...", - "value": "$800", - "answer": "C-Y-G-N-U-S", - "round": "Double Jeopardy!", - "show_number": "5254", - "fullAnswer": "C-Y-G-N-U-S" - }, { "category": "MEDICINE", "air_date": "2007-06-14", @@ -1955119,26 +1858619,6 @@ "show_number": "5254", "fullAnswer": "Voltaire" }, - { - "category": "BE A STELLAR SPELLER", - "air_date": "2007-06-14", - "question": "It's part of Scorpio...", - "value": "$1200", - "answer": "A-N-T-A-R-E-S", - "round": "Double Jeopardy!", - "show_number": "5254", - "fullAnswer": "A-N-T-A-R-E-S" - }, - { - "category": "MEDICINE", - "air_date": "2007-06-14", - "question": "(Sarah of the Clew Crew stands by a monitor.) Named because it connects the sclera and the cornea, this membrane covers the white of the eyeball; its inflammation is common", - "value": "$1600", - "answer": "conjunctive", - "round": "Double Jeopardy!", - "show_number": "5254", - "fullAnswer": "conjunctive" - }, { "category": "2006 SPORTS LAUGHS", "air_date": "2007-06-14", @@ -1955209,16 +1858689,6 @@ "show_number": "5254", "fullAnswer": "Cyprus" }, - { - "category": "CELEBRITY PATENTS", - "air_date": "2007-06-14", - "question": "This actress had a \"purr-fect\" idea: pantyhose with a shaping band for cheeky derrière relief", - "value": "$2000", - "answer": "Julie Newmar", - "round": "Double Jeopardy!", - "show_number": "5254", - "fullAnswer": "Julie Newmar" - }, { "category": "SCULPTURE", "air_date": "2007-06-14", @@ -1955289,16 +1858759,6 @@ "show_number": "5916", "fullAnswer": "an aristocracy" }, - { - "category": "A VISIT TO ANTARCTICA", - "air_date": "2010-05-10", - "question": "(Tom Ritchie of the Clue Crew delivers the clue from aboard a boat in Antarctica.) Notorious for its turbulence, we are now in the passage between South America & Antarctica, named for this English sailor", - "value": "$200", - "answer": "Sir Francis Drake", - "round": "Jeopardy!", - "show_number": "5916", - "fullAnswer": "Sir Francis Drake" - }, { "category": "NONFICTION", "air_date": "2010-05-10", @@ -1955349,16 +1858809,6 @@ "show_number": "5916", "fullAnswer": "a stockade" }, - { - "category": "A VISIT TO ANTARCTICA", - "air_date": "2010-05-10", - "question": "(Sarah of the Clue Crew delivers the clue from near a glacier in Antarctica.) In Antarctica, iceberg formation is at its most spectacular as huge masses break off from continental glaciers--a process called this", - "value": "$400", - "answer": "calving", - "round": "Jeopardy!", - "show_number": "5916", - "fullAnswer": "calving" - }, { "category": "NONFICTION", "air_date": "2010-05-10", @@ -1955409,16 +1858859,6 @@ "show_number": "5916", "fullAnswer": "the buttocks" }, - { - "category": "A VISIT TO ANTARCTICA", - "air_date": "2010-05-10", - "question": "(Sarah of the Clue Crew delivers the clue from Antarctica--with penguins.) Penguins usually walk upright, but if in a hurry, flop on their bellies & push off with their flippers & feet, traveling in a way named for this Native American sled", - "value": "$600", - "answer": "toboggan", - "round": "Jeopardy!", - "show_number": "5916", - "fullAnswer": "a toboggan" - }, { "category": "NONFICTION", "air_date": "2010-05-10", @@ -1955469,16 +1858909,6 @@ "show_number": "5916", "fullAnswer": "the stock exchange" }, - { - "category": "A VISIT TO ANTARCTICA", - "air_date": "2010-05-10", - "question": "(Tom Ritchie delivers the clue from Antarctica.) Both the Antarctic sea we're in & the seal beside me are named for this famous 19th-century British explorer", - "value": "$800", - "answer": "Weddell", - "round": "Jeopardy!", - "show_number": "5916", - "fullAnswer": "(James) Weddell" - }, { "category": "NONFICTION", "air_date": "2010-05-10", @@ -1955529,16 +1858959,6 @@ "show_number": "5916", "fullAnswer": "motocross" }, - { - "category": "A VISIT TO ANTARCTICA", - "air_date": "2010-05-10", - "question": "(Sarah of the Clue Crew walks barefoot along the shore in Antarctica.) Surprisingly, you can even walk barefoot in some Antarctic water, like here on volcanic Deception Island at this type of vent in the earth, from the Latin for \"smoke\"", - "value": "$1000", - "answer": "fumarole", - "round": "Jeopardy!", - "show_number": "5916", - "fullAnswer": "fumarole" - }, { "category": "BAYS", "air_date": "2010-05-10", @@ -1956439,16 +1859859,6 @@ "show_number": "4938", "fullAnswer": "cats" }, - { - "category": "MARVELOUS MARVEL", - "air_date": "2006-02-15", - "question": "His real name is Tony Stark; his superhero name is also a triathlon", - "value": "$200", - "answer": "Iron Man", - "round": "Jeopardy!", - "show_number": "4938", - "fullAnswer": "Iron Man" - }, { "category": "WE HELP WITH YOUR COLLEGE APPLICATION", "air_date": "2006-02-15", @@ -1956479,36 +1859889,6 @@ "show_number": "4938", "fullAnswer": "San Salvador" }, - { - "category": "STATE QUARTERS", - "air_date": "2006-02-15", - "question": "This state raced into history as the 19th state", - "value": "$200", - "answer": "Indiana", - "round": "Jeopardy!", - "show_number": "4938", - "fullAnswer": "Indiana" - }, - { - "category": "THE ANCIENT EGYPTIANS", - "air_date": "2006-02-15", - "question": "(Jimmy of the Clue Crew delivers the clue from a mummy display in Cairo, Egypt.) Considered the seat of thought & emotion, often, this organ was left inside the body cavity of Egyptian mummies", - "value": "$400", - "answer": "heart", - "round": "Jeopardy!", - "show_number": "4938", - "fullAnswer": "the heart" - }, - { - "category": "MARVELOUS MARVEL", - "air_date": "2006-02-15", - "question": "This vampire hunter's compatriots are Quincy Harker & Rachel van Helsing", - "value": "$400", - "answer": "Blade", - "round": "Jeopardy!", - "show_number": "4938", - "fullAnswer": "Blade" - }, { "category": "WE HELP WITH YOUR COLLEGE APPLICATION", "air_date": "2006-02-15", @@ -1956539,16 +1859919,6 @@ "show_number": "4938", "fullAnswer": "Cape Town" }, - { - "category": "STATE QUARTERS", - "air_date": "2006-02-15", - "question": "Here's a famous holiday cruise taken to this state", - "value": "$400", - "answer": "New Jersey", - "round": "Jeopardy!", - "show_number": "4938", - "fullAnswer": "New Jersey" - }, { "category": "THE ANCIENT EGYPTIANS", "air_date": "2006-02-15", @@ -1956559,16 +1859929,6 @@ "show_number": "4938", "fullAnswer": "the Nile" }, - { - "category": "MARVELOUS MARVEL", - "air_date": "2006-02-15", - "question": "Real name of the hulk of a man seen here", - "value": "$600", - "answer": "Bruce Banner", - "round": "Jeopardy!", - "show_number": "4938", - "fullAnswer": "Bruce Banner" - }, { "category": "WE HELP WITH YOUR COLLEGE APPLICATION", "air_date": "2006-02-15", @@ -1956599,36 +1859959,6 @@ "show_number": "4938", "fullAnswer": "San José" }, - { - "category": "STATE QUARTERS", - "air_date": "2006-02-15", - "question": "The musical instruments seen on this state's quarter represent the blues, Appalachian, & country music", - "value": "$600", - "answer": "Tennessee", - "round": "Jeopardy!", - "show_number": "4938", - "fullAnswer": "Tennessee" - }, - { - "category": "THE ANCIENT EGYPTIANS", - "air_date": "2006-02-15", - "question": "(Jimmy of the Clue Crew delivers the clue from Luxor, Egypt.) Way back in the 300s B.C., this conqueror restored the Temple at Luxor to what he claimed was its historic glory", - "value": "$800", - "answer": "Alexander the Great", - "round": "Jeopardy!", - "show_number": "4938", - "fullAnswer": "Alexander the Great" - }, - { - "category": "MARVELOUS MARVEL", - "air_date": "2006-02-15", - "question": "The guy seen here was born in Asgard and banished to Earth by his dad, Odin", - "value": "$800", - "answer": "Thor", - "round": "Jeopardy!", - "show_number": "4938", - "fullAnswer": "Thor" - }, { "category": "WE HELP WITH YOUR COLLEGE APPLICATION", "air_date": "2006-02-15", @@ -1956659,16 +1859989,6 @@ "show_number": "4938", "fullAnswer": "Addis Ababa" }, - { - "category": "STATE QUARTERS", - "air_date": "2006-02-15", - "question": "The quarter reflects this state's drive to give the nation dairy, cheese & corn products", - "value": "$800", - "answer": "Wisconsin", - "round": "Jeopardy!", - "show_number": "4938", - "fullAnswer": "Wisconsin" - }, { "category": "THE ANCIENT EGYPTIANS", "air_date": "2006-02-15", @@ -1956679,16 +1859999,6 @@ "show_number": "4938", "fullAnswer": "hieroglyphics" }, - { - "category": "MARVELOUS MARVEL", - "air_date": "2006-02-15", - "question": "This Marvel sharpshooter is also a nickname for the State of Iowa", - "value": "$1000", - "answer": "Hawkeye", - "round": "Jeopardy!", - "show_number": "4938", - "fullAnswer": "Hawkeye" - }, { "category": "WE HELP WITH YOUR COLLEGE APPLICATION", "air_date": "2006-02-15", @@ -1956719,16 +1860029,6 @@ "show_number": "4938", "fullAnswer": "New Delhi" }, - { - "category": "STATE QUARTERS", - "air_date": "2006-02-15", - "question": "The quarter for this state has a sunflower & a buffalo", - "value": "$1000", - "answer": "Kansas", - "round": "Jeopardy!", - "show_number": "4938", - "fullAnswer": "Kansas" - }, { "category": "I'M DOWN WITH HOMEWORK", "air_date": "2006-02-15", @@ -1957084,21 +1860384,11 @@ "air_date": "2011-10-04", "question": "This brand of glue is known for its spokesbull", "value": "$200", - "answer": "Elmer\\'s ", + "answer": "Elmer's ", "round": "Jeopardy!", "show_number": "6217", "fullAnswer": "Elmer\\'s (glue)" }, - { - "category": "PAN AM IN THE '60s", - "air_date": "2011-10-04", - "question": "(I'm Christina Ricci.) Our show has set scenes at this airport that got its present name in 1963; it was one of the first to give airlines their own terminals, with Pan Am's being one of the most modern", - "value": "$200", - "answer": "JFK", - "round": "Jeopardy!", - "show_number": "6217", - "fullAnswer": "JFK" - }, { "category": "METALS", "air_date": "2011-10-04", @@ -1957129,16 +1860419,6 @@ "show_number": "6217", "fullAnswer": "Betty Crocker" }, - { - "category": "DOUBLE \"D\"", - "air_date": "2011-10-04", - "question": "It's the occupation shown here around 1900", - "value": "$400", - "answer": "peddler", - "round": "Jeopardy!", - "show_number": "6217", - "fullAnswer": "a peddler" - }, { "category": "A STICKY SITUATION", "air_date": "2011-10-04", @@ -1957149,16 +1860429,6 @@ "show_number": "6217", "fullAnswer": "molasses" }, - { - "category": "PAN AM IN THE '60s", - "air_date": "2011-10-04", - "question": "(I'm Kelli Garner.) In the 1960s Pan Am was the airline for the real jet set & our show imagines the actual PA 101 flight that brought tihs quartet to America Feb. 7, 1964", - "value": "$400", - "answer": "Beatles", - "round": "Jeopardy!", - "show_number": "6217", - "fullAnswer": "the Beatles" - }, { "category": "METALS", "air_date": "2011-10-04", @@ -1957209,16 +1860479,6 @@ "show_number": "6217", "fullAnswer": "Velcro" }, - { - "category": "PAN AM IN THE '60s", - "air_date": "2011-10-04", - "question": "(I'm Karine Vanisse.) In the '60s this movie spy gave the airline some early product placement as a frequent Pan Am flyer; to Kingston in \"Dr. No\", to Istanbul in \"From Russia With Love\"", - "value": "$600", - "answer": "James Bond", - "round": "Jeopardy!", - "show_number": "6217", - "fullAnswer": "James Bond" - }, { "category": "METALS", "air_date": "2011-10-04", @@ -1957249,16 +1860509,6 @@ "show_number": "6217", "fullAnswer": "Europe" }, - { - "category": "DOUBLE \"D\"", - "air_date": "2011-10-04", - "question": "It's the dangerous type of creature seen here", - "value": "$800", - "answer": "adder", - "round": "Jeopardy!", - "show_number": "6217", - "fullAnswer": "an adder" - }, { "category": "A STICKY SITUATION", "air_date": "2011-10-04", @@ -1957269,16 +1860519,6 @@ "show_number": "6217", "fullAnswer": "suckers" }, - { - "category": "PAN AM IN THE '60s", - "air_date": "2011-10-04", - "question": "(Christina Ricci gives the clue.) In the mid-'60s U.S. flight attendants were almost all female & it was 1965 when the EEOC ruled the airlines couldn't fire one for doing this", - "value": "$800", - "answer": "getting married", - "round": "Jeopardy!", - "show_number": "6217", - "fullAnswer": "getting married" - }, { "category": "METALS", "air_date": "2011-10-04", @@ -1957304,7 +1860544,7 @@ "air_date": "2011-10-04", "question": "No one can say the nudity is gratuitous if we adapt this 1837 Hans Christian Andersen tale about royalty", "value": "$1000", - "answer": "Emperor\\'s New Clothes", + "answer": "Emperor's New Clothes", "round": "Jeopardy!", "show_number": "6217", "fullAnswer": "The Emperor\\'s New Clothes" @@ -1957329,16 +1860569,6 @@ "show_number": "6217", "fullAnswer": "papier-mâché" }, - { - "category": "PAN AM IN THE '60s", - "air_date": "2011-10-04", - "question": "(I'm Margot Robbie.) In our show I appear on the cover of Life; in 1968 Pan Am flight attendant Susan Sicari really did make the cover along with the Aeroflot counterpart as Pan Am began the 1st regular air link with this Cold War capital", - "value": "$1000", - "answer": "Moscow", - "round": "Jeopardy!", - "show_number": "6217", - "fullAnswer": "Moscow" - }, { "category": "PLAYS & PLAYWRIGHTS", "air_date": "2011-10-04", @@ -1957519,16 +1860749,6 @@ "show_number": "6217", "fullAnswer": "a pear" }, - { - "category": "ANCIENT GREECE", - "air_date": "2011-10-04", - "question": "(Sarah of the Clue Crew shows us a map of the Mediterranean region.) Legend says Zeus released two eagles, one from the east, & one the west; they met at the site of this ancient city, then considered the center of the world", - "value": "$1600", - "answer": "Delphi", - "round": "Double Jeopardy!", - "show_number": "6217", - "fullAnswer": "Delphi" - }, { "category": "EMMY-WINNING GUEST APPEARANCES", "air_date": "2011-10-04", @@ -1957679,26 +1860899,6 @@ "show_number": "5024", "fullAnswer": "quiche" }, - { - "category": "SPACE INVADERS", - "air_date": "2006-06-15", - "question": "(Leroy Chiao reads the clue from aboard the International Space Station.) Every 6 months the space station gets a new one of this Russian spacecraft that's basically a lifeboat", - "value": "$400", - "answer": "Soyuz", - "round": "Jeopardy!", - "show_number": "5024", - "fullAnswer": "Soyuz" - }, - { - "category": "NFL BLITZ", - "air_date": "2006-06-15", - "question": "We guarantee you'll know his jersey was retired in 1985", - "value": "$400", - "answer": "Joe Namath", - "round": "Jeopardy!", - "show_number": "5024", - "fullAnswer": "Joe Namath" - }, { "category": "PAC-MAN", "air_date": "2006-06-15", @@ -1957809,16 +1861009,6 @@ "show_number": "5024", "fullAnswer": "the Mir space station" }, - { - "category": "NFL BLITZ", - "air_date": "2006-06-15", - "question": "(I'm Jerome Bettis.) This player on the visiting team calls heads or tails in the pregame coin toss", - "value": "$800", - "answer": "captain", - "round": "Jeopardy!", - "show_number": "5024", - "fullAnswer": "the captain" - }, { "category": "PAC-MAN", "air_date": "2006-06-15", @@ -1957934,7 +1861124,7 @@ "air_date": "2006-06-15", "question": "The Mamas & The Papas hit the pop charts for the first time with this \"stately\" classic", "value": "$400", - "answer": "California Dreamin\\'", + "answer": "California Dreamin'", "round": "Double Jeopardy!", "show_number": "5024", "fullAnswer": "\"California Dreamin\\'\"" @@ -1957979,16 +1861169,6 @@ "show_number": "5024", "fullAnswer": "an omen" }, - { - "category": "CITY OF THE DAY: DETROIT", - "air_date": "2006-06-15", - "question": "In Grosse Point Shores, you can tour the antique-filled home of this man, the only son of an auto pioneer", - "value": "$800", - "answer": "Edsel Ford", - "round": "Double Jeopardy!", - "show_number": "5024", - "fullAnswer": "Edsel Ford" - }, { "category": "POP CULTURE", "air_date": "2006-06-15", @@ -1958159,16 +1861339,6 @@ "show_number": "5024", "fullAnswer": "Yemen" }, - { - "category": "CITY OF THE DAY: DETROIT", - "air_date": "2006-06-15", - "question": "The name of this group of towers that dominates the skyline was also the name of a 1970s effort to renew Detroit", - "value": "$2000", - "answer": "Renaissance Center", - "round": "Double Jeopardy!", - "show_number": "5024", - "fullAnswer": "the Renaissance Center" - }, { "category": "POP CULTURE", "air_date": "2006-06-15", @@ -1958189,16 +1861359,6 @@ "show_number": "5024", "fullAnswer": "Missouri" }, - { - "category": "ECONOMICS", - "air_date": "2006-06-15", - "question": "(Jon of the Clue Crew shows a graph of \"annual widget production\" vs. \"unit cost in $\" on the monitor.) When greater production capacity brings cost per unit down, a business is using economies of this", - "value": "$2000", - "answer": "scale", - "round": "Double Jeopardy!", - "show_number": "5024", - "fullAnswer": "scale" - }, { "category": "MOST EVIL BRITONS", "air_date": "2006-06-15", @@ -1958344,7 +1861504,7 @@ "air_date": "2003-04-22", "question": "If the original play is too long for you, you might like \"The Dream\", a 1-act ballet based on this Shakespeare play", "value": "$400", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Jeopardy!", "show_number": "4302", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -1958824,21 +1861984,11 @@ "air_date": "2006-09-21", "question": "At least 10 architects worked on this church after Pope Julius II decided to rebuild it in 1506", "value": "$200", - "answer": "St. Peter\\'s Cathedral ", + "answer": "St. Peter's Cathedral ", "round": "Jeopardy!", "show_number": "5064", "fullAnswer": "St. Peter\\'s Cathedral (in Rome)" }, - { - "category": "THEY WERE THE HOLLYWOOD SQUARES", - "air_date": "2006-09-21", - "question": "Asked why Hells Angels wore leather, this center square replied \"Because chiffon wrinkles\"", - "value": "$200", - "answer": "Paul Lynde", - "round": "Jeopardy!", - "show_number": "5064", - "fullAnswer": "Paul Lynde" - }, { "category": "COLORS EN ESPAÑOL", "air_date": "2006-09-21", @@ -1959044,7 +1862194,7 @@ "air_date": "2006-09-21", "question": "In this \"edgy\" Maugham book, the hero travels to India in search of meaning", "value": "$800", - "answer": "Razor\\'s Edge", + "answer": "Razor's Edge", "round": "Jeopardy!", "show_number": "5064", "fullAnswer": "The Razor\\'s Edge" @@ -1959059,16 +1862209,6 @@ "show_number": "5064", "fullAnswer": "Soledad" }, - { - "category": "CHURCHES & CATHEDRALS", - "air_date": "2006-09-21", - "question": "Seen here, this basilica was once the private chapel of the doge", - "value": "$1000", - "answer": "St. Mark\\'s Basilica ", - "round": "Jeopardy!", - "show_number": "5064", - "fullAnswer": "St. Mark\\'s Basilica (in Venice)" - }, { "category": "THEY WERE THE HOLLYWOOD SQUARES", "air_date": "2006-09-21", @@ -1959109,16 +1862249,6 @@ "show_number": "5064", "fullAnswer": "Dada" }, - { - "category": "WHERE AM I?", - "air_date": "2006-09-21", - "question": "(Cheryl of the Clue Crew is waiting for me.) I'm on this California island of romance which, according to a Four Preps song, is \"26 miles across the sea\"", - "value": "$400", - "answer": "Catalina", - "round": "Double Jeopardy!", - "show_number": "5064", - "fullAnswer": "(Santa) Catalina" - }, { "category": "QUOTHE THE FILM", "air_date": "2006-09-21", @@ -1959144,7 +1862274,7 @@ "air_date": "2006-09-21", "question": "This fast-food chain's name comes from its founders the Raffel Brothers, not from its big seller, roast beef", "value": "$400", - "answer": "Arby\\'s", + "answer": "Arby's", "round": "Double Jeopardy!", "show_number": "5064", "fullAnswer": "Arby\\'s" @@ -1959159,16 +1862289,6 @@ "show_number": "5064", "fullAnswer": "under (in foundering)" }, - { - "category": "WHERE AM I?", - "air_date": "2006-09-21", - "question": "(Sarah of the Clue Crew walks atop a lush seaside hill.) I'm at this site in New York State bought by Congress for $11,085 in 1790 at the request of the Secretary of War", - "value": "$800", - "answer": "West Point", - "round": "Double Jeopardy!", - "show_number": "5064", - "fullAnswer": "West Point" - }, { "category": "QUOTHE THE FILM", "air_date": "2006-09-21", @@ -1959219,16 +1862339,6 @@ "show_number": "5064", "fullAnswer": "a rage (in arbitrager)" }, - { - "category": "WHERE AM I?", - "air_date": "2006-09-21", - "question": "(Kelly of the Clue Crew holds a football in a field of white.) I'm at the stadium now called this; one of the NFL's oldest, ESPN's Chris Berman calls its field \"The Frozen Tundra\"", - "value": "$1200", - "answer": "Lambeau Field", - "round": "Double Jeopardy!", - "show_number": "5064", - "fullAnswer": "Lambeau Field" - }, { "category": "QUOTHE THE FILM", "air_date": "2006-09-21", @@ -1959269,26 +1862379,6 @@ "show_number": "5064", "fullAnswer": "shale" }, - { - "category": "WORDS WITHIN WORDS", - "air_date": "2006-09-21", - "question": "It's where the poinsettia is in the illustration seen here", - "value": "$1200", - "answer": "inset ", - "round": "Double Jeopardy!", - "show_number": "5064", - "fullAnswer": "the inset (in poinsettia)" - }, - { - "category": "WHERE AM I?", - "air_date": "2006-09-21", - "question": "(Cheryl of the Clue Crew delivers the clue from a studio classroom with dressed mannequins.) I'm at the College of Textiles of the state university of this state that leads the U.S. in textile production", - "value": "$1600", - "answer": "North Carolina", - "round": "Double Jeopardy!", - "show_number": "5064", - "fullAnswer": "North Carolina" - }, { "category": "QUOTHE THE FILM", "air_date": "2006-09-21", @@ -1959339,16 +1862429,6 @@ "show_number": "5064", "fullAnswer": "a duct (in reduction)" }, - { - "category": "WHERE AM I?", - "air_date": "2006-09-21", - "question": "(Jimmy of the Clue Crew reads from the parking lot of a shopping area.) I'm in this Western resort area whose 2-word name refers to an early trapper & to its geography as a high valley", - "value": "$2000", - "answer": "Jackson Hole", - "round": "Double Jeopardy!", - "show_number": "5064", - "fullAnswer": "Jackson Hole" - }, { "category": "QUOTHE THE FILM", "air_date": "2006-09-21", @@ -1959469,16 +1862549,6 @@ "show_number": "5424", "fullAnswer": "Oh Henry!" }, - { - "category": "OPTICAL ALLUSIONS", - "air_date": "2008-03-20", - "question": "We have an eye on you--now name the part of the eye highlighted here", - "value": "$400", - "answer": "iris", - "round": "Jeopardy!", - "show_number": "5424", - "fullAnswer": "the iris" - }, { "category": "MILKING COWS", "air_date": "2008-03-20", @@ -1959569,16 +1862639,6 @@ "show_number": "5424", "fullAnswer": "Molly Brown" }, - { - "category": "NUMERICAL PHRASES", - "air_date": "2008-03-20", - "question": "(Kelly of the Clue Crew drives a Toyota FJ Cruiser uphill over rocks at Consumer Reports in Hartford, CT.) We're seeing & feeling how well the vehicle performs off-road as Consumer Reports tests this numerical quality that promises power distribution to each wheel", - "value": "$600", - "answer": "four-wheel drive", - "round": "Jeopardy!", - "show_number": "5424", - "fullAnswer": "four-wheel drive" - }, { "category": "\"O\"...", "air_date": "2008-03-20", @@ -1959759,16 +1862819,6 @@ "show_number": "5424", "fullAnswer": "Daniel Webster" }, - { - "category": "MIKE TV", - "air_date": "2008-03-20", - "question": "Seen here, he's done some real dirty jobs", - "value": "$800", - "answer": "Mike Rowe", - "round": "Double Jeopardy!", - "show_number": "5424", - "fullAnswer": "Mike Rowe" - }, { "category": "PLAY THE PALACE", "air_date": "2008-03-20", @@ -1959829,16 +1862879,6 @@ "show_number": "5424", "fullAnswer": "Mike Judge" }, - { - "category": "PLAY THE PALACE", - "air_date": "2008-03-20", - "question": "(Jimmy of the Clue Crew reports from the Imperial Palace in Vienna.) Monarchs don't like being cooped up in the same 150 rooms all year, so the Habsburg was only this seasonal palace, like a famous one in St. Petersburg", - "value": "$1200", - "answer": "winter palace", - "round": "Double Jeopardy!", - "show_number": "5424", - "fullAnswer": "winter palace" - }, { "category": "BATTLE CRIES", "air_date": "2008-03-20", @@ -1959874,7 +1862914,7 @@ "air_date": "2008-03-20", "question": "Governor Willie Stark in this Robert Penn Warren novel is said to have been modeled after Huey Long", "value": "$1600", - "answer": "All The King\\'s Men", + "answer": "All The King's Men", "round": "Double Jeopardy!", "show_number": "5424", "fullAnswer": "All The King\\'s Men" @@ -1960674,7 +1863714,7 @@ "air_date": "2008-04-03", "question": "Conceived by store employees, this department store's beloved Thanksgiving Day parade debuted in NYC in 1924", "value": "$400", - "answer": "Macy\\'s", + "answer": "Macy's", "round": "Jeopardy!", "show_number": "5434", "fullAnswer": "Macy\\'s" @@ -1960719,16 +1863759,6 @@ "show_number": "5434", "fullAnswer": "Chicago" }, - { - "category": "WHO MIGHT HAVE SAID IT?", - "air_date": "2008-04-03", - "question": "On \"60 Minutes\": \"Have you ever wondered about Post-Its?\"", - "value": "$600", - "answer": "Andy Rooney", - "round": "Jeopardy!", - "show_number": "5434", - "fullAnswer": "Andy Rooney" - }, { "category": "ANNUAL EVENTS", "air_date": "2008-04-03", @@ -1960789,26 +1863819,6 @@ "show_number": "5434", "fullAnswer": "William Henry Harrison" }, - { - "category": "ANNUAL EVENTS", - "air_date": "2008-04-03", - "question": "In 2005, during the annual festival named for him, a statue of this Roman god was dedicated in Virginia Beach, Va.", - "value": "$800", - "answer": "Neptune", - "round": "Jeopardy!", - "show_number": "5434", - "fullAnswer": "Neptune" - }, - { - "category": "THE 2007 FORBES 400", - "air_date": "2008-04-03", - "question": "\"$4.4 billion...
ran for president twice, railed against NAFTA, budget deficits\"", - "value": "$800", - "answer": "Ross Perot", - "round": "Jeopardy!", - "show_number": "5434", - "fullAnswer": "Ross Perot" - }, { "category": "\"I\" POD", "air_date": "2008-04-03", @@ -1960919,16 +1863929,6 @@ "show_number": "5434", "fullAnswer": "the Tunnel of Love" }, - { - "category": "LITERATURE PUZZLES ME", - "air_date": "2008-04-03", - "question": "He was first written about in 14th-century ballads", - "value": "$400", - "answer": "Robin Hood", - "round": "Double Jeopardy!", - "show_number": "5434", - "fullAnswer": "Robin Hood" - }, { "category": "10-LETTER WORDS", "air_date": "2008-04-03", @@ -1960949,16 +1863949,6 @@ "show_number": "5434", "fullAnswer": "\"Old Ironsides\"" }, - { - "category": "WHAT I REALLY WANT TO DO IS DIRECT", - "air_date": "2008-04-03", - "question": "(Hi, I'm Joel Schumacher.)
I was encouraged to direct by this man when I was his costume designer on \"Sleeper\" & \"Interiors\"", - "value": "$800", - "answer": "Woody Allen", - "round": "Double Jeopardy!", - "show_number": "5434", - "fullAnswer": "Woody Allen" - }, { "category": "QUESTIONS FROM A 1927 QUIZ BOOK", "air_date": "2008-04-03", @@ -1960979,16 +1863969,6 @@ "show_number": "5434", "fullAnswer": "Rodgers & Hammerstein" }, - { - "category": "LITERATURE PUZZLES ME", - "air_date": "2008-04-03", - "question": "You don't know \"Jack\" if you don't know this beat novel", - "value": "$800", - "answer": "On the Road", - "round": "Double Jeopardy!", - "show_number": "5434", - "fullAnswer": "On the Road" - }, { "category": "10-LETTER WORDS", "air_date": "2008-04-03", @@ -1961009,16 +1863989,6 @@ "show_number": "5434", "fullAnswer": "the Caribbean" }, - { - "category": "WHAT I REALLY WANT TO DO IS DIRECT", - "air_date": "2008-04-03", - "question": "This dancer & choreographer turned director for the Broadway musical \"Redhead\", which starred Gwen Verdon", - "value": "$1200", - "answer": "Fosse", - "round": "Double Jeopardy!", - "show_number": "5434", - "fullAnswer": "(Bob) Fosse" - }, { "category": "QUESTIONS FROM A 1927 QUIZ BOOK", "air_date": "2008-04-03", @@ -1961039,16 +1864009,6 @@ "show_number": "5434", "fullAnswer": "4-H" }, - { - "category": "LITERATURE PUZZLES ME", - "air_date": "2008-04-03", - "question": "Longfellow gave us these instructions", - "value": "$1200", - "answer": "One if by land, two if by sea", - "round": "Double Jeopardy!", - "show_number": "5434", - "fullAnswer": "\"One if by land, two if by sea\"" - }, { "category": "10-LETTER WORDS", "air_date": "2008-04-03", @@ -1961089,26 +1864049,6 @@ "show_number": "5434", "fullAnswer": "(1 of) Peru & Chile" }, - { - "category": "THE IOWA STATE FAIR", - "air_date": "2008-04-03", - "question": "At age 2 this future single-named fashion designer was named the fair's \"Healthiest City Boy\"", - "value": "$1600", - "answer": "Halston", - "round": "Double Jeopardy!", - "show_number": "5434", - "fullAnswer": "Halston" - }, - { - "category": "LITERATURE PUZZLES ME", - "air_date": "2008-04-03", - "question": "This 1951 novel has been celebrated & vilified", - "value": "$1600", - "answer": "Catcher in the Rye", - "round": "Double Jeopardy!", - "show_number": "5434", - "fullAnswer": "The Catcher in the Rye" - }, { "category": "10-LETTER WORDS", "air_date": "2008-04-03", @@ -1961129,16 +1864069,6 @@ "show_number": "5434", "fullAnswer": "X, Y & Z" }, - { - "category": "WHAT I REALLY WANT TO DO IS DIRECT", - "air_date": "2008-04-03", - "question": "No slouch as an artist himself, Julian Scnabel directed the 1996 film about this Haitian-American graffiti artist", - "value": "$2000", - "answer": "Basquiat", - "round": "Double Jeopardy!", - "show_number": "5434", - "fullAnswer": "(Jean-Michel) Basquiat" - }, { "category": "QUESTIONS FROM A 1927 QUIZ BOOK", "air_date": "2008-04-03", @@ -1961159,16 +1864089,6 @@ "show_number": "5434", "fullAnswer": "rubber chicken" }, - { - "category": "LITERATURE PUZZLES ME", - "air_date": "2008-04-03", - "question": "This brought E.M. Forster his first major success; thanks, President Taft!", - "value": "$2000", - "answer": "Howards End", - "round": "Double Jeopardy!", - "show_number": "5434", - "fullAnswer": "Howards End" - }, { "category": "10-LETTER WORDS", "air_date": "2008-04-03", @@ -1961339,16 +1864259,6 @@ "show_number": "5003", "fullAnswer": "The Nighthawks" }, - { - "category": "AMERICANA", - "air_date": "2006-05-17", - "question": "Last name of the first family of feuding seen here in the 1890s", - "value": "$600", - "answer": "Hatfield", - "round": "Jeopardy!", - "show_number": "5003", - "fullAnswer": "Hatfield" - }, { "category": "INSIDE THE BRAIN", "air_date": "2006-05-17", @@ -1961389,16 +1864299,6 @@ "show_number": "5003", "fullAnswer": "Seattle Slew" }, - { - "category": "ART & ARTISTS", - "air_date": "2006-05-17", - "question": "Unveiled in 1967, his sculpture seen here was a gift to the people of Chicago", - "value": "$800", - "answer": "Pablo Picasso", - "round": "Jeopardy!", - "show_number": "5003", - "fullAnswer": "Pablo Picasso" - }, { "category": "AMERICANA", "air_date": "2006-05-17", @@ -1961469,16 +1864369,6 @@ "show_number": "5003", "fullAnswer": "New Mexico" }, - { - "category": "INSIDE THE BRAIN", - "air_date": "2006-05-17", - "question": "(Cheryl of the Clue Crew reads the clue after hitting Jon on the knee with a small mallet.) The knee jerk reflex involves just one of these connection sites between neurons; most, like the blink reflex, use more than one", - "value": "$1000", - "answer": "synapses", - "round": "Jeopardy!", - "show_number": "5003", - "fullAnswer": "synapses" - }, { "category": "TECHWORD MASH-UP", "air_date": "2006-05-17", @@ -1961524,21 +1864414,11 @@ "air_date": "2006-05-17", "question": "Lasting from the 1337 Gascony Invasion to Castillon in 1453, it gets its name by rounding down", "value": "$400", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Double Jeopardy!", "show_number": "5003", "fullAnswer": "the Hundred Years\\' War" }, - { - "category": "THE EARLY EARTH", - "air_date": "2006-05-17", - "question": "Stanley Miller showed possible origins of life by electrifying a gas-&-water mix to get these acids found in proteins", - "value": "$400", - "answer": "amino acids", - "round": "Double Jeopardy!", - "show_number": "5003", - "fullAnswer": "amino acids" - }, { "category": "ENDS IN \"TH\"", "air_date": "2006-05-17", @@ -1961679,16 +1864559,6 @@ "show_number": "5003", "fullAnswer": "Goethe" }, - { - "category": "MEMORABLE MOVIES", - "air_date": "2006-05-17", - "question": "The title female is seen here in this 1948 film

\"Gamble? She's done it for a living.\"
\"I'll bet you a dollar I've been to the place where you were born.\"
\"Chifu.\"
\"It's on the China coast. Chifu! It's the second wickedest city in the world!\"
\"What's the first?\"
", - "value": "$1600", - "answer": "Lady from Shanghai", - "round": "Double Jeopardy!", - "show_number": "5003", - "fullAnswer": "The Lady from Shanghai" - }, { "category": "DEAD GUYS WITH 3 NAMES", "air_date": "2006-05-17", @@ -1961744,7 +1864614,7 @@ "air_date": "2006-05-17", "question": "\"What's the rumpus?\" the gangsters ask in this Coen Brothers picture", "value": "$2000", - "answer": "Miller\\'s Crossing", + "answer": "Miller's Crossing", "round": "Double Jeopardy!", "show_number": "5003", "fullAnswer": "Miller\\'s Crossing" @@ -1961769,16 +1864639,6 @@ "show_number": "5003", "fullAnswer": "-40" }, - { - "category": "THE EARLY EARTH", - "air_date": "2006-05-17", - "question": "This formation in the Rockies' Burgess Pass yielded weird 500 million-year-old fossils like Hallucigenia", - "value": "$2000", - "answer": "Burgess Shale", - "round": "Double Jeopardy!", - "show_number": "5003", - "fullAnswer": "the Burgess Shale" - }, { "category": "ENDS IN \"TH\"", "air_date": "2006-05-17", @@ -1961874,7 +1864734,7 @@ "air_date": "1985-10-04", "question": "Completes Mae West line, \"It's not the men in my life that count...\"", "value": "$200", - "answer": "it\\'s the life in my men", + "answer": "it's the life in my men", "round": "Jeopardy!", "show_number": "280", "fullAnswer": "it\\'s the life in my men" @@ -1962009,16 +1864869,6 @@ "show_number": "280", "fullAnswer": "the equator" }, - { - "category": "12-LETTER WORDS", - "air_date": "1985-10-04", - "question": "The univ. choral group whose theme song is the following:

\"Yes, the magic of their singing /
Of the songs we love so well /
'Shall I Wasting' and 'Mavourneen' and the rest...\"
", - "value": "$400", - "answer": "Whiffenpoofs", - "round": "Jeopardy!", - "show_number": "280", - "fullAnswer": "the Whiffenpoofs" - }, { "category": "BEAR FACTS", "air_date": "1985-10-04", @@ -1962124,7 +1864974,7 @@ "air_date": "1985-10-04", "question": "Papillon, the French \"butterfly\", was netted & brought to this prison", "value": "$200", - "answer": "Devil\\'s Island", + "answer": "Devil's Island", "round": "Double Jeopardy!", "show_number": "280", "fullAnswer": "Devil\\'s Island" @@ -1962474,7 +1865324,7 @@ "air_date": "1997-09-09", "question": "Cavatica is the last name of the title character of this 1952 E.B. White novel", "value": "$300", - "answer": "Charlotte\\'s Web", + "answer": "Charlotte's Web", "round": "Jeopardy!", "show_number": "2992", "fullAnswer": "\"Charlotte\\'s Web\"" @@ -1962754,7 +1865604,7 @@ "air_date": "1997-09-09", "question": "This island between Queens & the Bronx has correctional facilities for men, women & teens", "value": "$600", - "answer": "Riker\\'s Island", + "answer": "Riker's Island", "round": "Double Jeopardy!", "show_number": "2992", "fullAnswer": "Riker\\'s Island" @@ -1962959,16 +1865809,6 @@ "show_number": "4885", "fullAnswer": "a rookie" }, - { - "category": "HEY! TAKE MY PICTURE!", - "air_date": "2005-12-02", - "question": "After setting numerous records, she announced her retirement at age 30 in 1999", - "value": "$200", - "answer": "Steffi Graf", - "round": "Jeopardy!", - "show_number": "4885", - "fullAnswer": "Steffi Graf" - }, { "category": "SAY CHEESE!", "air_date": "2005-12-02", @@ -1963019,16 +1865859,6 @@ "show_number": "4885", "fullAnswer": "law school" }, - { - "category": "HEY! TAKE MY PICTURE!", - "air_date": "2005-12-02", - "question": "Yippee! He's the 1960s political rabble-rouser seen here", - "value": "$400", - "answer": "Abbie Hoffman", - "round": "Jeopardy!", - "show_number": "4885", - "fullAnswer": "Abbie Hoffman" - }, { "category": "SAY CHEESE!", "air_date": "2005-12-02", @@ -1963079,16 +1865909,6 @@ "show_number": "4885", "fullAnswer": "freshman" }, - { - "category": "HEY! TAKE MY PICTURE!", - "air_date": "2005-12-02", - "question": "The maiden name of either of the two women seen here", - "value": "$600", - "answer": "Laura Welch ", - "round": "Jeopardy!", - "show_number": "4885", - "fullAnswer": "Laura Welch (or Barbara Pierce)" - }, { "category": "SAY CHEESE!", "air_date": "2005-12-02", @@ -1963129,26 +1865949,6 @@ "show_number": "4885", "fullAnswer": "Gabon" }, - { - "category": "NEW HERE?", - "air_date": "2005-12-02", - "question": "(Jimmy of the Clue Crew reports from Parris Island, SC.) Parris Island arrivals stand in their first formation on the yellow footprints, and are told to refer to themselves as this word", - "value": "$800", - "answer": "recruit", - "round": "Jeopardy!", - "show_number": "4885", - "fullAnswer": "\"recruit\"" - }, - { - "category": "HEY! TAKE MY PICTURE!", - "air_date": "2005-12-02", - "question": "The talented man seen here won Oscars for these 2 films", - "value": "$800", - "answer": "Glory & Training Day", - "round": "Jeopardy!", - "show_number": "4885", - "fullAnswer": "Glory & Training Day" - }, { "category": "SAY CHEESE!", "air_date": "2005-12-02", @@ -1963199,16 +1865999,6 @@ "show_number": "4885", "fullAnswer": "a novice" }, - { - "category": "HEY! TAKE MY PICTURE!", - "air_date": "2005-12-02", - "question": "He made some democratic noises in February of 2005", - "value": "$1000", - "answer": "Hosni Mubarak", - "round": "Jeopardy!", - "show_number": "4885", - "fullAnswer": "Hosni Mubarak" - }, { "category": "SAY CHEESE!", "air_date": "2005-12-02", @@ -1963489,16 +1866279,6 @@ "show_number": "4885", "fullAnswer": "an Erlenmeyer flask" }, - { - "category": "MUSICAL INSTRUMENTS", - "air_date": "2005-12-02", - "question": "(Cheryl of the Clue Crew holds up a harmonica.) As opposed to a chromatic harmonica with sharps & flats, this one has holes for just a single scale", - "value": "$2000", - "answer": "diatonic harmonica", - "round": "Double Jeopardy!", - "show_number": "4885", - "fullAnswer": "a diatonic harmonica" - }, { "category": "BIG WORDS", "air_date": "2005-12-02", @@ -1963589,16 +1866369,6 @@ "show_number": "2958", "fullAnswer": "an actress" }, - { - "category": "U.S. CITIES", - "air_date": "1997-06-11", - "question": "Northwest city seen here during a visit by a famous TV show:", - "value": "$800", - "answer": "Seattle", - "round": "Jeopardy!", - "show_number": "2958", - "fullAnswer": "Seattle" - }, { "category": "CULINARY NICKNAMES", "air_date": "1997-06-11", @@ -1963964,7 +1866734,7 @@ "air_date": "1997-06-11", "question": "This John Bunyan work written as a dream was published in 2 parts: Part I in 1678 & Part II in 1684", "value": "$600", - "answer": "The Pilgrim\\'s Progress", + "answer": "The Pilgrim's Progress", "round": "Double Jeopardy!", "show_number": "2958", "fullAnswer": "\"The Pilgrim\\'s Progress\"" @@ -1964144,7 +1866914,7 @@ "air_date": "1997-10-07", "question": "\"The milk chocolate melts in your mouth--not in your hand\"", "value": "$100", - "answer": "M&M\\'S", + "answer": "M&M'S", "round": "Jeopardy!", "show_number": "3012", "fullAnswer": "M&M\\'S" @@ -1964214,7 +1866984,7 @@ "air_date": "1997-10-07", "question": "The 1989 \"Bay Bridge Series\" between these 2 teams sadly became the \"Earthquake Series\"", "value": "$200", - "answer": "Oakland A\\'s & San Francisco Giants", + "answer": "Oakland A's & San Francisco Giants", "round": "Jeopardy!", "show_number": "3012", "fullAnswer": "Oakland A\\'s & San Francisco Giants" @@ -1964819,16 +1867589,6 @@ "show_number": "110", "fullAnswer": "Risky Business" }, - { - "category": "AUSTRALIA", - "air_date": "1985-02-08", - "question": "Title of this song, which actually means \"to tramp the roads with a backpack\"", - "value": "$500", - "answer": "Waltzing Matilda", - "round": "Jeopardy!", - "show_number": "110", - "fullAnswer": "\"Waltzing Matilda\"" - }, { "category": "\"CAT\" EGORY", "air_date": "1985-02-08", @@ -1965374,7 +1868134,7 @@ "air_date": "2000-03-01", "question": "A food fight aids John Belushi's getaway in this 1978 comedy classic", "value": "$300", - "answer": "National Lampoon\\'s Animal House", + "answer": "National Lampoon's Animal House", "round": "Jeopardy!", "show_number": "3573", "fullAnswer": "National Lampoon\\'s Animal House" @@ -1966839,16 +1869599,6 @@ "show_number": "4601", "fullAnswer": "Islam" }, - { - "category": "FAMOUS KENTUCKIANS", - "air_date": "2004-09-13", - "question": "(Jimmy of the Clue Crew sits at a table in the Seelback Hilton in Louisville, KY.) This boxing legend known as the Louisville Lip loves to dine here at the Oak Room when he's visiting his hometown", - "value": "$800", - "answer": "Muhammad Ali", - "round": "Double Jeopardy!", - "show_number": "4601", - "fullAnswer": "Muhammad Ali" - }, { "category": "MISHMASH", "air_date": "2004-09-13", @@ -1966939,16 +1869689,6 @@ "show_number": "4601", "fullAnswer": "gneiss" }, - { - "category": "MUSIC", - "air_date": "2004-09-13", - "question": "The riff heard here kicks off a recent album by this band", - "value": "$1600", - "answer": "White Stripes", - "round": "Double Jeopardy!", - "show_number": "4601", - "fullAnswer": "The White Stripes" - }, { "category": "RELIGIOUS TITLES", "air_date": "2004-09-13", @@ -1966959,16 +1869699,6 @@ "show_number": "4601", "fullAnswer": "Sikhism" }, - { - "category": "FAMOUS KENTUCKIANS", - "air_date": "2004-09-13", - "question": "Good morning to this newswoman, who's seen here in 1963, when she was America's Junior Miss", - "value": "$1600", - "answer": "Diane Sawyer", - "round": "Double Jeopardy!", - "show_number": "4601", - "fullAnswer": "Diane Sawyer" - }, { "category": "MISHMASH", "air_date": "2004-09-13", @@ -1967129,26 +1869859,6 @@ "show_number": "4852", "fullAnswer": "Maine" }, - { - "category": "'60s POP QUIZ", - "air_date": "2005-10-18", - "question": "In 1968 this film star turned pop star with the song heard here

\"MacArthur's Park is melting in the dark /
All the sweet, green icing flowing down...\"
", - "value": "$400", - "answer": "Richard Harris", - "round": "Jeopardy!", - "show_number": "4852", - "fullAnswer": "Richard Harris" - }, - { - "category": "ANNUAL EVENTS", - "air_date": "2005-10-18", - "question": "(Jimmy of the Clue Crew holds up a lantern.) Lanterns are popular in Cairo's bazaar right now, as they're a symbol of this holy month of daylight fasting", - "value": "$400", - "answer": "Ramadan", - "round": "Jeopardy!", - "show_number": "4852", - "fullAnswer": "Ramadan" - }, { "category": "ROMANCE NOVELIST HISTORY BOOK", "air_date": "2005-10-18", @@ -1967194,7 +1869904,7 @@ "air_date": "2005-10-18", "question": "According to the title of a 1967 hit, it's what The Young Rascals were doing \"On A Sunday Afternoon\"", "value": "$600", - "answer": "Groovin\\'", + "answer": "Groovin'", "round": "Jeopardy!", "show_number": "4852", "fullAnswer": "\"Groovin\\'\"" @@ -1967249,16 +1869959,6 @@ "show_number": "4852", "fullAnswer": "Oklahoma" }, - { - "category": "'60s POP QUIZ", - "air_date": "2005-10-18", - "question": "In a 3-year period in the 1960s, she had 15 Top 40 hits, including the one heard here

\"My love is warmer than the warmest sunshine /
Softer than a sigh /
My love is deeper than the deepest ocean...\"
", - "value": "$1,000", - "answer": "Petula Clark", - "round": "Jeopardy!", - "show_number": "4852", - "fullAnswer": "Petula Clark" - }, { "category": "ANNUAL EVENTS", "air_date": "2005-10-18", @@ -1967629,16 +1870329,6 @@ "show_number": "4852", "fullAnswer": "Australia" }, - { - "category": "\"Z\" BOYS", - "air_date": "2005-10-18", - "question": "This N.Y. free-jazz saxophonist heard here wrote tribute songs to Ennio Morricone, Sonny Clark & Ornette Coleman", - "value": "$2000", - "answer": "John Zorn", - "round": "Double Jeopardy!", - "show_number": "4852", - "fullAnswer": "John Zorn" - }, { "category": "ACADEMY AWARD NOMINATIONS", "air_date": "2005-10-18", @@ -1967659,16 +1870349,6 @@ "show_number": "5063", "fullAnswer": "\"Spring\"" }, - { - "category": "LEGENDS OF THE SILENT SCREEN", - "air_date": "2006-09-20", - "question": "Known as \"The King of the Swashbucklers\", Douglas Fairbanks is seen here in this title masked role in a 1920 film", - "value": "$200", - "answer": "Zorro", - "round": "Jeopardy!", - "show_number": "5063", - "fullAnswer": "Zorro" - }, { "category": "TRANSPORTATION", "air_date": "2006-09-20", @@ -1967719,26 +1870399,6 @@ "show_number": "5063", "fullAnswer": "\"The 1812 Overture\"" }, - { - "category": "LEGENDS OF THE SILENT SCREEN", - "air_date": "2006-09-20", - "question": "Seen here is Lon Chaney in this revealing title role from 1925", - "value": "$400", - "answer": "Phantom of the Opera", - "round": "Jeopardy!", - "show_number": "5063", - "fullAnswer": "The Phantom of the Opera" - }, - { - "category": "TRANSPORTATION", - "air_date": "2006-09-20", - "question": "(Kelly of the Clue Crew delivers the clue from behind a motorcycle.) In 2001, this then-98-year-old company didn't act its age when it introduced the new V-Rod street bike", - "value": "$400", - "answer": "Harley-Davidson", - "round": "Jeopardy!", - "show_number": "5063", - "fullAnswer": "Harley-Davidson" - }, { "category": "MATH JOKES", "air_date": "2006-09-20", @@ -1967779,16 +1870439,6 @@ "show_number": "5063", "fullAnswer": "Chopin" }, - { - "category": "LEGENDS OF THE SILENT SCREEN", - "air_date": "2006-09-20", - "question": "He's the 1920s heartthrob seen here--can't you just hear the women swooning?", - "value": "$600", - "answer": "Rudolph Valentino", - "round": "Jeopardy!", - "show_number": "5063", - "fullAnswer": "Rudolph Valentino" - }, { "category": "TRANSPORTATION", "air_date": "2006-09-20", @@ -1967809,16 +1870459,6 @@ "show_number": "5063", "fullAnswer": "logarithms" }, - { - "category": "SOMEWHERE", - "air_date": "2006-09-20", - "question": "It's the constitutional monarchy of Northern Europe seen here", - "value": "$600", - "answer": "Norway", - "round": "Jeopardy!", - "show_number": "5063", - "fullAnswer": "Norway" - }, { "category": "OVER THE \"RAIN\" BOW", "air_date": "2006-09-20", @@ -1967839,16 +1870479,6 @@ "show_number": "5063", "fullAnswer": "the 6th symphony" }, - { - "category": "LEGENDS OF THE SILENT SCREEN", - "air_date": "2006-09-20", - "question": "He's the Nebraska-born silent film star seen here who excelled in outrageous stunt comedy", - "value": "$800", - "answer": "Harold Lloyd", - "round": "Jeopardy!", - "show_number": "5063", - "fullAnswer": "Harold Lloyd" - }, { "category": "TRANSPORTATION", "air_date": "2006-09-20", @@ -1967859,16 +1870489,6 @@ "show_number": "5063", "fullAnswer": "Alfa Romeo" }, - { - "category": "MATH JOKES", - "air_date": "2006-09-20", - "question": "Similar to a Shakespeare quote, it's the two possible square roots for the number seen here", - "value": "$800", - "answer": "2b or -2b ", - "round": "Jeopardy!", - "show_number": "5063", - "fullAnswer": "2b or -2b (2b or nought 2b)" - }, { "category": "SOMEWHERE", "air_date": "2006-09-20", @@ -1967899,16 +1870519,6 @@ "show_number": "5063", "fullAnswer": "the Brandenberg Concertos" }, - { - "category": "LEGENDS OF THE SILENT SCREEN", - "air_date": "2006-09-20", - "question": "The title character of this 1922 film had trouble with his place in the sun", - "value": "$1000", - "answer": "Nosferatu", - "round": "Jeopardy!", - "show_number": "5063", - "fullAnswer": "Nosferatu" - }, { "category": "TRANSPORTATION", "air_date": "2006-09-20", @@ -1968634,7 +1871244,7 @@ "air_date": "1990-03-19", "question": "NYC department store on 34th Street that's listed in the Catalog of Nat'l. Historic Landmarks", "value": "$400", - "answer": "Macy\\'s", + "answer": "Macy's", "round": "Double Jeopardy!", "show_number": "1286", "fullAnswer": "Macy\\'s" @@ -1968939,16 +1871549,6 @@ "show_number": "5835", "fullAnswer": "a porcupine" }, - { - "category": "GRISLY DISNEY", - "air_date": "2010-01-15", - "question": "(Hi, I'm Elizabeth Perkins.) I was the voice of Coral the clownfish in this film; sadly, I didn't survive the barracuda attack", - "value": "$400", - "answer": "Finding Nemo", - "round": "Jeopardy!", - "show_number": "5835", - "fullAnswer": "Finding Nemo" - }, { "category": "WANTED BY THE FBI", "air_date": "2010-01-15", @@ -1969049,16 +1871649,6 @@ "show_number": "5835", "fullAnswer": "baggage" }, - { - "category": "NATURE", - "air_date": "2010-01-15", - "question": "(Kelly of the Clue Crew shows two similar-looking snakes on the monitor.) The common mnemonic \"Red touch black, friend of jack; red touch yellow, kill a fellow\" helps distinguish a harmless scarlet king snake from this extremely poisonous snake", - "value": "$600", - "answer": "coral snake", - "round": "Jeopardy!", - "show_number": "5835", - "fullAnswer": "a coral snake" - }, { "category": "WANTED BY THE FBI", "air_date": "2010-01-15", @@ -1969239,16 +1871829,6 @@ "show_number": "5835", "fullAnswer": "infernal" }, - { - "category": "MAGAZINES ON THE WEB", - "air_date": "2010-01-15", - "question": "\"Color-a-Room\" & leaf through the \"Plant Encyclopedia\" at bhg.com, this magazine's online home", - "value": "$800", - "answer": "Better Homes and Gardens", - "round": "Double Jeopardy!", - "show_number": "5835", - "fullAnswer": "Better Homes and Gardens" - }, { "category": "WE GO WAY BACK", "air_date": "2010-01-15", @@ -1969289,16 +1871869,6 @@ "show_number": "5835", "fullAnswer": "the Houston Astrodome" }, - { - "category": "HELL", - "air_date": "2010-01-15", - "question": "It's his hellish portal from 1880 seen here", - "value": "$1200", - "answer": "Auguste Rodin", - "round": "Double Jeopardy!", - "show_number": "5835", - "fullAnswer": "Auguste Rodin" - }, { "category": "MAGAZINES ON THE WEB", "air_date": "2010-01-15", @@ -1969324,7 +1871894,7 @@ "air_date": "2010-01-15", "question": "The \"Blizzard of '93\" was one of these storms that move up the Atlantic Coast along the Gulf Stream", "value": "$1200", - "answer": "nor\\'easter", + "answer": "nor'easter", "round": "Double Jeopardy!", "show_number": "5835", "fullAnswer": "a nor\\'easter" @@ -1969409,16 +1871979,6 @@ "show_number": "5835", "fullAnswer": "Cleveland" }, - { - "category": "HELL", - "air_date": "2010-01-15", - "question": "Hellish delivery man depicted here", - "value": "$2000", - "answer": "Charon", - "round": "Double Jeopardy!", - "show_number": "5835", - "fullAnswer": "Charon" - }, { "category": "MAGAZINES ON THE WEB", "air_date": "2010-01-15", @@ -1969519,16 +1872079,6 @@ "show_number": "1308", "fullAnswer": "Peoria" }, - { - "category": "1962", - "air_date": "1990-04-18", - "question": "It topped the pop charts in the summer of '62:", - "value": "$500", - "answer": "The Stripper ", - "round": "Jeopardy!", - "show_number": "1308", - "fullAnswer": "\"The Stripper\" (by David Rose)" - }, { "category": "ANTIQUES", "air_date": "1990-04-18", @@ -1969844,7 +1872394,7 @@ "air_date": "1990-04-18", "question": "The name of this Nina Ricci perfume is French for \"The Air of Time\"", "value": "$400", - "answer": "L\\'air du temps", + "answer": "L'air du temps", "round": "Double Jeopardy!", "show_number": "1308", "fullAnswer": "L\\'air du temps" @@ -1970319,16 +1872869,6 @@ "show_number": "5351", "fullAnswer": "a yeoman" }, - { - "category": "CIRCUS SCIENCE", - "air_date": "2007-12-10", - "question": "(Sarah of the Clue Crew watches a wire walker practice at Circus Center in San Francisco, CA.) Moving the parasol in the air helps the wire walker keep the point known by this three-word term directly over the wire", - "value": "$400", - "answer": "center of gravity", - "round": "Double Jeopardy!", - "show_number": "5351", - "fullAnswer": "center of gravity" - }, { "category": "POP CULTURE", "air_date": "2007-12-10", @@ -1970379,16 +1872919,6 @@ "show_number": "5351", "fullAnswer": "oxygen" }, - { - "category": "POP CULTURE", - "air_date": "2007-12-10", - "question": "(Hello, I'm Linda Park of Enterprise.) A joke in the Star Trek universe is you haven't read Shakespeare until you've read him in the original this language of Worf", - "value": "$800", - "answer": "Klingon", - "round": "Double Jeopardy!", - "show_number": "5351", - "fullAnswer": "Klingon" - }, { "category": "\"P\"EOPLE", "air_date": "2007-12-10", @@ -1970399,16 +1872929,6 @@ "show_number": "5351", "fullAnswer": "Emily Post" }, - { - "category": "U.S. POLITICS", - "air_date": "2007-12-10", - "question": "(I'm Julie Chen.) In 1999, on our first \"Early Show\" broadcast on CBS, I reported on a possible N.Y. Senate race between these 2 people; it didn't happen, but they may still face off for president", - "value": "$800", - "answer": "Clinton & Rudolph Giuliani", - "round": "Double Jeopardy!", - "show_number": "5351", - "fullAnswer": "(Hillary) Clinton & Rudolph Giuliani" - }, { "category": "WRITE ON, SOLDIER!", "air_date": "2007-12-10", @@ -1970429,16 +1872949,6 @@ "show_number": "5351", "fullAnswer": "teddy bears" }, - { - "category": "CIRCUS SCIENCE", - "air_date": "2007-12-10", - "question": "(Jimmy of the Clue Crew watches a juggler pracice with clubs at Circus Center in San Francisco, CA.) It's time to throw the next club when the previous club reaches this point, also an astronomy term for the greatest distance from Earth", - "value": "$1200", - "answer": "apogee", - "round": "Double Jeopardy!", - "show_number": "5351", - "fullAnswer": "apogee" - }, { "category": "POP CULTURE", "air_date": "2007-12-10", @@ -1970539,36 +1873049,6 @@ "show_number": "5351", "fullAnswer": "The Decline and Fall of the Roman Empire" }, - { - "category": "IN THE DICTIONARY", - "air_date": "2007-12-10", - "question": "Put the 2 items seen here together & you get this word for a low-class person", - "value": "$2,000", - "answer": "guttersnipe", - "round": "Double Jeopardy!", - "show_number": "5351", - "fullAnswer": "a guttersnipe" - }, - { - "category": "CIRCUS SCIENCE", - "air_date": "2007-12-10", - "question": "(Jimmy of the Clue Crew watches some trapeze artists rehearse at Circus Center in San Francisco, CA.) At the start of the trick, the trapeze artist has maximized her P.E., this; at the moment of the catch, she wants to maximize it again so she's not moving", - "value": "$2000", - "answer": "potential energy", - "round": "Double Jeopardy!", - "show_number": "5351", - "fullAnswer": "potential energy" - }, - { - "category": "POP CULTURE", - "air_date": "2007-12-10", - "question": "(Hi, I'm Joel Schumacher.) I was directing Julia Roberts in this film about medical students when \"Pretty Woman\" came out, & suddenly she was a megastar", - "value": "$2000", - "answer": "Flatliners", - "round": "Double Jeopardy!", - "show_number": "5351", - "fullAnswer": "Flatliners" - }, { "category": "\"P\"EOPLE", "air_date": "2007-12-10", @@ -1970659,16 +1873139,6 @@ "show_number": "5356", "fullAnswer": "South Africa" }, - { - "category": "SEASON'S EATINGS", - "air_date": "2007-12-17", - "question": "(Bobby Flay of the Food Network reads the clue.) Of 145, 155 or 165 degrees, the one that's the minimum internal temperature for safely cooked turkey according to the U.S.D.A.", - "value": "$200", - "answer": "165", - "round": "Jeopardy!", - "show_number": "5356", - "fullAnswer": "165" - }, { "category": "HOT \"ROD\"s", "air_date": "2007-12-17", @@ -1970759,16 +1873229,6 @@ "show_number": "5356", "fullAnswer": "a transporter" }, - { - "category": "LOU D.O.B.s", - "air_date": "2007-12-17", - "question": "February 18, 1848,
New York City:
The piece seen here is a creation of this opalescent glass pioneer", - "value": "$600", - "answer": "Tiffany", - "round": "Jeopardy!", - "show_number": "5356", - "fullAnswer": "Tiffany" - }, { "category": "THE MOST POPULOUS NATION", "air_date": "2007-12-17", @@ -1970779,16 +1873239,6 @@ "show_number": "5356", "fullAnswer": "Sweden" }, - { - "category": "SEASON'S EATINGS", - "air_date": "2007-12-17", - "question": "(Paula Deen stirs something up.) Hey, y'all--I make a very easy version of this classic Christmas gift with pecans, dates, cherries &, of course, 1/2 a cup of good old-fashioned bourbon", - "value": "$600", - "answer": "fruitcake", - "round": "Jeopardy!", - "show_number": "5356", - "fullAnswer": "a fruitcake" - }, { "category": "HOT \"ROD\"s", "air_date": "2007-12-17", @@ -1970899,16 +1873349,6 @@ "show_number": "5356", "fullAnswer": "Colombia" }, - { - "category": "SEASON'S EATINGS", - "air_date": "2007-12-17", - "question": "(Duff Goldman from the Food Network TV show Ace of Cakes decorates some cookies.) Fit for a king, a favorite touch on Christmas cookies is this type of icing that hardens to a smooth finish", - "value": "$1000", - "answer": "royal icing", - "round": "Jeopardy!", - "show_number": "5356", - "fullAnswer": "royal icing" - }, { "category": "HOT \"ROD\"s", "air_date": "2007-12-17", @@ -1970959,16 +1873399,6 @@ "show_number": "5356", "fullAnswer": "Levi" }, - { - "category": "UNDER THE \"C\"", - "air_date": "2007-12-17", - "question": "Whaddayamean, funny? I'm funny how? I make you laugh? I amuse you? Tell me. Tell me what's funny", - "value": "$400", - "answer": "clownfish", - "round": "Double Jeopardy!", - "show_number": "5356", - "fullAnswer": "a clownfish" - }, { "category": "5-LETTER WORDS", "air_date": "2007-12-17", @@ -1971079,26 +1873509,6 @@ "show_number": "5356", "fullAnswer": "Mrs. Butterworth" }, - { - "category": "UNDER THE \"C\"", - "air_date": "2007-12-17", - "question": "It warms the depths of my heart to know you're about to tell me the name of this clammy species seen here", - "value": "$1200", - "answer": "cockle", - "round": "Double Jeopardy!", - "show_number": "5356", - "fullAnswer": "cockle" - }, - { - "category": "5-LETTER WORDS", - "air_date": "2007-12-17", - "question": "(Jimmy of the Clue Crew shows an animated angle on the monitor.) With a measure of less than 90 degrees, an angle like the one seen here is referred to as this type of angle", - "value": "$1200", - "answer": "acute", - "round": "Double Jeopardy!", - "show_number": "5356", - "fullAnswer": "acute" - }, { "category": "THE FRENCH GOVERNMENT", "air_date": "2007-12-17", @@ -1971199,16 +1873609,6 @@ "show_number": "5356", "fullAnswer": "Beatrice" }, - { - "category": "UNDER THE \"C\"", - "air_date": "2007-12-17", - "question": "This rare fish has been called a living fossil", - "value": "$2000", - "answer": "coelacanth", - "round": "Double Jeopardy!", - "show_number": "5356", - "fullAnswer": "the coelacanth" - }, { "category": "5-LETTER WORDS", "air_date": "2007-12-17", @@ -1971509,16 +1873909,6 @@ "show_number": "5801", "fullAnswer": "cardiopulmonary" }, - { - "category": "ARCHITECTURE", - "air_date": "2009-11-30", - "question": "(Kelly of the Clue Crew shows some column styles on the monitor.) Of the three Greek orders, Doric is the simplest, Ionic has spiral volutes, & this order decorated with Acanthus leaves is the most elaborate", - "value": "$400", - "answer": "Corinthian", - "round": "Double Jeopardy!", - "show_number": "5801", - "fullAnswer": "Corinthian" - }, { "category": "FILM SCHOOL", "air_date": "2009-11-30", @@ -1971529,16 +1873919,6 @@ "show_number": "5801", "fullAnswer": "Fast Times at Ridgemont High" }, - { - "category": "JORDAN WITH QUEEN RANIA", - "air_date": "2009-11-30", - "question": "(Queen Rania of Jordan presents the clue.) No visit to Jordan would be complete without a visit to the largest mosque in Amman, which bears the name of this man, my late father-in-law", - "value": "$400", - "answer": "King Hussein of Jordan", - "round": "Double Jeopardy!", - "show_number": "5801", - "fullAnswer": "King Hussein of Jordan" - }, { "category": "IT'S OFFICIAL", "air_date": "2009-11-30", @@ -1971589,16 +1873969,6 @@ "show_number": "5801", "fullAnswer": "Rebel Without a Cause" }, - { - "category": "JORDAN WITH QUEEN RANIA", - "air_date": "2009-11-30", - "question": "(Queen Rania of Jordan presents the clue.) To get more information on events going on in Jordan today, visit my website at queenrania.jo & read it in either of these 2 languages", - "value": "$800", - "answer": "English or Arabic", - "round": "Double Jeopardy!", - "show_number": "5801", - "fullAnswer": "English or Arabic" - }, { "category": "IT'S OFFICIAL", "air_date": "2009-11-30", @@ -1971619,26 +1873989,6 @@ "show_number": "5801", "fullAnswer": "Mexico" }, - { - "category": "IT BEGINS WITH \"X\"", - "air_date": "2009-11-30", - "question": "It's the object heard here", - "value": "$800", - "answer": "xylophone", - "round": "Double Jeopardy!", - "show_number": "5801", - "fullAnswer": "a xylophone" - }, - { - "category": "ARCHITECTURE", - "air_date": "2009-11-30", - "question": "(Jimmy of the Clue Crew shows a floor plan on the monitor.) In a cruciform church, the central part is called the nave; it ends in a recessed area that is usually vaulted called this", - "value": "$1,000", - "answer": "apse", - "round": "Double Jeopardy!", - "show_number": "5801", - "fullAnswer": "the apse" - }, { "category": "FILM SCHOOL", "air_date": "2009-11-30", @@ -1971649,16 +1873999,6 @@ "show_number": "5801", "fullAnswer": "Carrie" }, - { - "category": "JORDAN WITH QUEEN RANIA", - "air_date": "2009-11-30", - "question": "(Queen Rania of Jordan presents the clue.) Wadi Rum in southern Jordan is where Prince Faisal & this British officer played an important role in the Arab revolt against the Ottoman Empire in 1917", - "value": "$1200", - "answer": "Lawrence of Arabia", - "round": "Double Jeopardy!", - "show_number": "5801", - "fullAnswer": "Lawrence of Arabia" - }, { "category": "IT'S OFFICIAL", "air_date": "2009-11-30", @@ -1971699,16 +1874039,6 @@ "show_number": "5801", "fullAnswer": "Dead Poets Society" }, - { - "category": "JORDAN WITH QUEEN RANIA", - "air_date": "2009-11-30", - "question": "(Queen Rania of Jordan presents the clue.) Jordan's coat of arms bears an eagle, which is a symbol of this 12th century Muslim leader who fought Richard the Lionheart", - "value": "$1600", - "answer": "Saladin", - "round": "Double Jeopardy!", - "show_number": "5801", - "fullAnswer": "Saladin" - }, { "category": "IT'S OFFICIAL", "air_date": "2009-11-30", @@ -1971739,16 +1874069,6 @@ "show_number": "5801", "fullAnswer": "a xenophile" }, - { - "category": "ARCHITECTURE", - "air_date": "2009-11-30", - "question": "(Jimmy of the Clue Crew shows a castle wall on the monitor.) The name of this defensive wall comes from words meaning \"protect\" & \"chest\"; it's still used as a protective barrier on bridges & balconies", - "value": "$2000", - "answer": "parapet", - "round": "Double Jeopardy!", - "show_number": "5801", - "fullAnswer": "a parapet" - }, { "category": "FILM SCHOOL", "air_date": "2009-11-30", @@ -1971759,16 +1874079,6 @@ "show_number": "5801", "fullAnswer": "Boyz n the Hood" }, - { - "category": "JORDAN WITH QUEEN RANIA", - "air_date": "2009-11-30", - "question": "(Queen Rania of Jordan presents the clue.) In Jordan, the daytime fasting of this 9th month of the Muslim calendar helps us appreciate simple pleasures & makes us aware of those in our communities who are deprived of them", - "value": "$2000", - "answer": "Ramadan", - "round": "Double Jeopardy!", - "show_number": "5801", - "fullAnswer": "Ramadan" - }, { "category": "IT'S OFFICIAL", "air_date": "2009-11-30", @@ -1971804,7 +1874114,7 @@ "air_date": "2009-11-30", "question": "This book begins, \"June 17, 1972. Nine o'clock Saturday morning\"", "value": null, - "answer": "All the President\\'s Men", + "answer": "All the President's Men", "round": "Final Jeopardy!", "show_number": "5801", "fullAnswer": "All the President\\'s Men" @@ -1972864,7 +1875174,7 @@ "air_date": "1991-12-20", "question": "A 3-cent stamp of 1956 honored the 50th anniversary of this Wyoming national monument", "value": "$600", - "answer": "Devil\\'s Tower", + "answer": "Devil's Tower", "round": "Double Jeopardy!", "show_number": "1685", "fullAnswer": "Devil\\'s Tower" @@ -1973034,7 +1875344,7 @@ "air_date": "2008-06-20", "question": "The full popular name of this military personnel policy announced in 1993 included \"Don't Pursue\"", "value": "$200", - "answer": "Don\\'t Ask, Don\\'t Tell", + "answer": "Don't Ask, Don't Tell", "round": "Jeopardy!", "show_number": "5490", "fullAnswer": "Don\\'t Ask, Don\\'t Tell" @@ -1973049,16 +1875359,6 @@ "show_number": "5490", "fullAnswer": "Mr. & Mrs. Smith" }, - { - "category": "SOUNDS LIKE A GAME SHOW HOST", - "air_date": "2008-06-20", - "question": "This rock legend is, to our knowledge, not a secret agent", - "value": "$200", - "answer": "Chuck Berry", - "round": "Jeopardy!", - "show_number": "5490", - "fullAnswer": "Chuck Berry" - }, { "category": "THE BAHAMAS, BOLIVIA OR BULGARIA", "air_date": "2008-06-20", @@ -1973089,16 +1875389,6 @@ "show_number": "5490", "fullAnswer": "brig" }, - { - "category": "THE 20th CENTURY", - "air_date": "2008-06-20", - "question": "Congress approved $50M for the celebration of this, part of which is seen here", - "value": "$400", - "answer": "Bicentennial", - "round": "Jeopardy!", - "show_number": "5490", - "fullAnswer": "the Bicentennial" - }, { "category": "MOVIE MR. & MRS.", "air_date": "2008-06-20", @@ -1973169,16 +1875459,6 @@ "show_number": "5490", "fullAnswer": "Mrs. Robinson" }, - { - "category": "SOUNDS LIKE A GAME SHOW HOST", - "air_date": "2008-06-20", - "question": "This mother seen here died in a four-hour battle with the FBI in 1935", - "value": "$600", - "answer": "Ma Barker", - "round": "Jeopardy!", - "show_number": "5490", - "fullAnswer": "Ma Barker" - }, { "category": "THE BAHAMAS, BOLIVIA OR BULGARIA", "air_date": "2008-06-20", @@ -1973289,16 +1875569,6 @@ "show_number": "5490", "fullAnswer": "Billy Crystal" }, - { - "category": "SOUNDS LIKE A GAME SHOW HOST", - "air_date": "2008-06-20", - "question": "He fought terrorism for Reagan, Clinton & Bush I, but accused Bush II of doing a terrible job", - "value": "$1000", - "answer": "Richard Clarke", - "round": "Jeopardy!", - "show_number": "5490", - "fullAnswer": "Richard Clarke" - }, { "category": "THE BAHAMAS, BOLIVIA OR BULGARIA", "air_date": "2008-06-20", @@ -1973339,16 +1875609,6 @@ "show_number": "5490", "fullAnswer": "not" }, - { - "category": "BIG BROTHERS", - "air_date": "2008-06-20", - "question": "(Julie Chen of CBS' Big Brother reads the clue.) Charlie Sheen's films with this big brother include \"Men At Work\" & \"Young Guns\"", - "value": "$400", - "answer": "Emilio Estevez", - "round": "Double Jeopardy!", - "show_number": "5490", - "fullAnswer": "Emilio Estevez" - }, { "category": "WOMEN OF THE WORLD", "air_date": "2008-06-20", @@ -1973369,16 +1875629,6 @@ "show_number": "5490", "fullAnswer": "Huckleberry Finn" }, - { - "category": "SUMO", - "air_date": "2008-06-20", - "question": "(Jimmy of the Clue Crew stands between two large men holding diapers.) Quite a lot of this rich fabric goes into a \"mawashi\", which wraps several times around the sumo wrestler", - "value": "$400", - "answer": "silk", - "round": "Double Jeopardy!", - "show_number": "5490", - "fullAnswer": "silk" - }, { "category": "JEOPORTMANTEAU!", "air_date": "2008-06-20", @@ -1973429,16 +1875679,6 @@ "show_number": "5490", "fullAnswer": "the Cratchets" }, - { - "category": "SUMO", - "air_date": "2008-06-20", - "question": "(Cheryl of the Clue Crew stands near a sumo match.) Sumo's ties to this native Japanese religion are symbolized in many ways; the canopy suspended above the ring is made to resemble the roof of a shrine", - "value": "$800", - "answer": "Shintoism", - "round": "Double Jeopardy!", - "show_number": "5490", - "fullAnswer": "Shintoism" - }, { "category": "JEOPORTMANTEAU!", "air_date": "2008-06-20", @@ -1973489,16 +1875729,6 @@ "show_number": "5490", "fullAnswer": "Hercule Poirot" }, - { - "category": "SUMO", - "air_date": "2008-06-20", - "question": "(Cheryl reports again from ringside.) The object is to power your opponent out of the ring; punching & choking are not allowed and are called \"kinjite\", which means \"forbidden\" this body part", - "value": "$1200", - "answer": "hand", - "round": "Double Jeopardy!", - "show_number": "5490", - "fullAnswer": "hand" - }, { "category": "JEOPORTMANTEAU!", "air_date": "2008-06-20", @@ -1973549,16 +1875779,6 @@ "show_number": "5490", "fullAnswer": "Rochester" }, - { - "category": "SUMO", - "air_date": "2008-06-20", - "question": "(Jimmy reports again from the match.) Sumo wretlers take new names, sometimes ending with \"kawa\", meaning \"river\", or \"yama\", which is this appropriate geographical feature", - "value": "$1600", - "answer": "mountain", - "round": "Double Jeopardy!", - "show_number": "5490", - "fullAnswer": "mountain" - }, { "category": "JEOPORTMANTEAU!", "air_date": "2008-06-20", @@ -1973609,16 +1875829,6 @@ "show_number": "5490", "fullAnswer": "Hemingway" }, - { - "category": "SUMO", - "air_date": "2008-06-20", - "question": "(Cheryl indicates a wrestler's haircut.) Top sumo wrestlers may wear the topknot in a fan-like shape to resemble the leaf of this sacred tree", - "value": "$2000", - "answer": "ginkgo", - "round": "Double Jeopardy!", - "show_number": "5490", - "fullAnswer": "ginkgo" - }, { "category": "JEOPORTMANTEAU!", "air_date": "2008-06-20", @@ -1973689,16 +1875899,6 @@ "show_number": "4805", "fullAnswer": "Skylab" }, - { - "category": "THE FRANK LLOYD WRIGHT STUFF", - "air_date": "2005-06-24", - "question": "(Sarah of the Clue Crew reports from the Robie House in Chicago, IL.) Part of Robie House is called by this term for the front of a ship--the house looked to some like a ship set on land", - "value": "$200", - "answer": "prow", - "round": "Jeopardy!", - "show_number": "4805", - "fullAnswer": "prow" - }, { "category": "PRESIDENTS & BASEBALL", "air_date": "2005-06-24", @@ -1973809,16 +1876009,6 @@ "show_number": "4805", "fullAnswer": "Alan Shepard" }, - { - "category": "THE FRANK LLOYD WRIGHT STUFF", - "air_date": "2005-06-24", - "question": "(Cheryl of the Clue Crew reports from Oak Park, a suburb of Chicago, IL.) The symbolism Frank Lloyd Wright used on this house includes the stork for this quality, which is fitting as Wright raised 6 kids here", - "value": "$600", - "answer": "fertility", - "round": "Jeopardy!", - "show_number": "4805", - "fullAnswer": "fertility" - }, { "category": "PRESIDENTS & BASEBALL", "air_date": "2005-06-24", @@ -1973859,16 +1876049,6 @@ "show_number": "4805", "fullAnswer": "embezzle" }, - { - "category": "ASTRONAUTS", - "air_date": "2005-06-24", - "question": "One of the three men on the mission whose NASA patch is seen here", - "value": "$800", - "answer": "James Lovell, Fred Haise, & Jack Swigert", - "round": "Jeopardy!", - "show_number": "4805", - "fullAnswer": "(1 of) James Lovell, Fred Haise, & Jack Swigert" - }, { "category": "THE FRANK LLOYD WRIGHT STUFF", "air_date": "2005-06-24", @@ -1973929,16 +1876109,6 @@ "show_number": "4805", "fullAnswer": "Michael Collins" }, - { - "category": "THE FRANK LLOYD WRIGHT STUFF", - "air_date": "2005-06-24", - "question": "(Sarah of the Clue Crew reports from Oak Park, a suburb of Chicago, IL.) Wright said he tried to make furnishings like this type of architecture, which is interconnected like a living thing", - "value": "$1000", - "answer": "organic", - "round": "Jeopardy!", - "show_number": "4805", - "fullAnswer": "organic" - }, { "category": "COMING TO AMERICA", "air_date": "2005-06-24", @@ -1974474,7 +1876644,7 @@ "air_date": "1999-05-13", "question": "The closing theme of this TV show sings of \"Seven stranded castaways\"", "value": "$400", - "answer": "Gilligan\\'s Island", + "answer": "Gilligan's Island", "round": "Jeopardy!", "show_number": "3394", "fullAnswer": "Gilligan\\'s Island" @@ -1974929,16 +1877099,6 @@ "show_number": "5502", "fullAnswer": "centigrade" }, - { - "category": "LIPSTICK JUNGLE", - "air_date": "2008-07-08", - "question": "Sephora.com describes its \"Sexy Jungle\" lipstick as a \"cool toffee shade of\" this", - "value": "$400", - "answer": "brown", - "round": "Jeopardy!", - "show_number": "5502", - "fullAnswer": "brown" - }, { "category": "SOME ASSEMBLY REQUIRED", "air_date": "2008-07-08", @@ -1974979,16 +1877139,6 @@ "show_number": "5502", "fullAnswer": "J.P. Morgan" }, - { - "category": "SCIENCE", - "air_date": "2008-07-08", - "question": "(Cheryl of the Clue Crew performs a science experiment.) By mixing baking soda, a chemical base, with the acid in the lime juice, this gas is produced, resulting in a bubbly liquid", - "value": "$600", - "answer": "carbon dioxide", - "round": "Jeopardy!", - "show_number": "5502", - "fullAnswer": "carbon dioxide" - }, { "category": "LIPSTICK JUNGLE", "air_date": "2008-07-08", @@ -1975219,16 +1877369,6 @@ "show_number": "5502", "fullAnswer": "sand" }, - { - "category": "WORLD HISTORY", - "air_date": "2008-07-08", - "question": "(Cheryl of the Clue Crew reports from the Ginza in Tokyo.) Not much keeps the spirit of Tokyo down; this event in 1923 basically destroyed the city, but it was completely rebuilt in 1930", - "value": "$800", - "answer": "earthquake", - "round": "Double Jeopardy!", - "show_number": "5502", - "fullAnswer": "an earthquake" - }, { "category": "MERE SMITHS", "air_date": "2008-07-08", @@ -1975509,16 +1877649,6 @@ "show_number": "4568", "fullAnswer": "the cranberry" }, - { - "category": "CHARADES", - "air_date": "2004-06-16", - "question": "(Cheryl for the Clue Crew makes a small \"C\" with her fingers.) The gesture here means \"small word\", like this word followed by \"the Good Old Summertime\"", - "value": "$200", - "answer": "in", - "round": "Jeopardy!", - "show_number": "4568", - "fullAnswer": "in" - }, { "category": "\"BO\"-POURRI", "air_date": "2004-06-16", @@ -1975569,16 +1877699,6 @@ "show_number": "4568", "fullAnswer": "apples" }, - { - "category": "CHARADES", - "air_date": "2004-06-16", - "question": "(Cheryl of the Clue Crew tugs on her ear lobe.) If you're stuck with a word you can't act out, you may want to resort to this sign", - "value": "$400", - "answer": "sounds like", - "round": "Jeopardy!", - "show_number": "4568", - "fullAnswer": "sounds like" - }, { "category": "\"BO\"-POURRI", "air_date": "2004-06-16", @@ -1975629,16 +1877749,6 @@ "show_number": "4568", "fullAnswer": "navel orange" }, - { - "category": "CHARADES", - "air_date": "2004-06-16", - "question": "(Cheryl of the Clue Crew holds up seven fingers.) If it's an Indiana Jones movie, it has to be this big screen adventure", - "value": "$600", - "answer": "Indiana Jones and the Temple of Doom", - "round": "Jeopardy!", - "show_number": "4568", - "fullAnswer": "Indiana Jones and the Temple of Doom" - }, { "category": "\"BO\"-POURRI", "air_date": "2004-06-16", @@ -1975689,16 +1877799,6 @@ "show_number": "4568", "fullAnswer": "grapes" }, - { - "category": "CHARADES", - "air_date": "2004-06-16", - "question": "(Cheryl of the Clue Crew makes a streching motion with her fingers.) Someone guessed \"dark\", so I'm trying to get them to this word in an Arthur Koestler title", - "value": "$800", - "answer": "darkness", - "round": "Jeopardy!", - "show_number": "4568", - "fullAnswer": "darkness" - }, { "category": "\"BO\"-POURRI", "air_date": "2004-06-16", @@ -1975749,16 +1877849,6 @@ "show_number": "4568", "fullAnswer": "the pomegranate" }, - { - "category": "CHARADES", - "air_date": "2004-06-16", - "question": "(Cheryl of the Clue Crew makes \"air quotes\".) Next, I'll act out one of these, from the Latin for \"word\"--maybe \"Murder will out\" or \"All rivers run into the sea\"", - "value": "$1000", - "answer": "proverb", - "round": "Jeopardy!", - "show_number": "4568", - "fullAnswer": "a proverb" - }, { "category": "\"BO\"-POURRI", "air_date": "2004-06-16", @@ -1975894,7 +1877984,7 @@ "air_date": "2004-06-16", "question": "A TV anthology series was based on the book \"What Really Happened to the Class of\" this", "value": "$1200", - "answer": "\\'65", + "answer": "'65", "round": "Double Jeopardy!", "show_number": "4568", "fullAnswer": "\\'65" @@ -1976039,16 +1878129,6 @@ "show_number": "4568", "fullAnswer": "Baby, the Rain Must Fall" }, - { - "category": "PETER", - "air_date": "2004-06-16", - "question": "Seen here is \"The Garden of Love\" by this Flemish Old Master", - "value": "$2000", - "answer": "Peter Paul Rubens", - "round": "Double Jeopardy!", - "show_number": "4568", - "fullAnswer": "Peter Paul Rubens" - }, { "category": "POLL", "air_date": "2004-06-16", @@ -1976059,16 +1878139,6 @@ "show_number": "4568", "fullAnswer": "North Korea" }, - { - "category": "MARRIED", - "air_date": "2004-06-16", - "question": "Shakespearean character speaking here

\"...the world must be peopled. When I said I would die a bachelor, I did not think I should live till I were married. Ah, here comes Beatrice. By this day, she's a fair lady!\"", - "value": "$2000", - "answer": "Benedick", - "round": "Double Jeopardy!", - "show_number": "4568", - "fullAnswer": "Benedick" - }, { "category": "FAMOUS PRODUCTS", "air_date": "2004-06-16", @@ -1976409,16 +1878479,6 @@ "show_number": "5742", "fullAnswer": "Genesis" }, - { - "category": "STUPID ANSWERS", - "air_date": "2009-07-21", - "question": "(Kelly of the Clue Crew reports from Sandeman Winery in Portugal.) In Portugal corks are made from this variety of oak tree", - "value": "$400", - "answer": "cork", - "round": "Double Jeopardy!", - "show_number": "5742", - "fullAnswer": "cork" - }, { "category": "\"T\" TIME", "air_date": "2009-07-21", @@ -1976509,16 +1878569,6 @@ "show_number": "5742", "fullAnswer": "Revelation" }, - { - "category": "STUPID ANSWERS", - "air_date": "2009-07-21", - "question": "(Sarah of the Clue Crew reports from Grand Central Terminal, New York.) When the 2-year restoration was unveiled in 1998, the chairman of the Metropolitan Transportation Authority said that this has truly been put back into the Grand Central Terminal", - "value": "$1200", - "answer": "Grand", - "round": "Double Jeopardy!", - "show_number": "5742", - "fullAnswer": "Grand" - }, { "category": "A ROUND OF GULF", "air_date": "2009-07-21", @@ -1976574,7 +1878624,7 @@ "air_date": "2009-07-21", "question": "Hofstadter's law is formulated as \"It always takes longer than you expect, even when you take into account...\" this", "value": "$1600", - "answer": "Hofstadter\\'s law", + "answer": "Hofstadter's law", "round": "Double Jeopardy!", "show_number": "5742", "fullAnswer": "Hofstadter\\'s law" @@ -1976599,16 +1878649,6 @@ "show_number": "5742", "fullAnswer": "tedium" }, - { - "category": "BACH'S CANTATAS", - "air_date": "2009-07-21", - "question": "The title of the cantata melody heard here describes Jesus as \"Joy Of Man's\" this", - "value": "$2000", - "answer": "desiring", - "round": "Double Jeopardy!", - "show_number": "5742", - "fullAnswer": "desiring" - }, { "category": "DIRECT TO FILM", "air_date": "2009-07-21", @@ -1976629,16 +1878669,6 @@ "show_number": "5742", "fullAnswer": "Acts" }, - { - "category": "STUPID ANSWERS", - "air_date": "2009-07-21", - "question": "Giambologna's Fontana di Nettuno, seen here, is a monument in this Italian city", - "value": "$2000", - "answer": "Bologna", - "round": "Double Jeopardy!", - "show_number": "5742", - "fullAnswer": "Bologna" - }, { "category": "A ROUND OF GULF", "air_date": "2009-07-21", @@ -1976699,16 +1878729,6 @@ "show_number": "5096", "fullAnswer": "a mile" }, - { - "category": "EDISON'S PATENTS", - "air_date": "2006-11-06", - "question": "(Jon of the Clue Crew indicates a drawing on the monitor.) In Edison's light bulb patent, m represents the tube leading to a pump that creates one of these in the glass bulb", - "value": "$200", - "answer": "vacuum", - "round": "Jeopardy!", - "show_number": "5096", - "fullAnswer": "a vacuum" - }, { "category": "THE U.S. SENATE: AFTER HOURS", "air_date": "2006-11-06", @@ -1976769,16 +1878789,6 @@ "show_number": "5096", "fullAnswer": "rubber" }, - { - "category": "THE U.S. SENATE: AFTER HOURS", - "air_date": "2006-11-06", - "question": "He's seen here riding some gnarley waves", - "value": "$400", - "answer": "John Kerry", - "round": "Jeopardy!", - "show_number": "5096", - "fullAnswer": "John Kerry" - }, { "category": "P TIMES 3", "air_date": "2006-11-06", @@ -1976819,26 +1878829,6 @@ "show_number": "5096", "fullAnswer": "9 yards" }, - { - "category": "EDISON'S PATENTS", - "air_date": "2006-11-06", - "question": "(Sarah of the Clue Crew indicates another drawing on the monitor.) Edison writes: \"A is a cylinder, having a helical indenting groove\" in the 1877 patent application for this device", - "value": "$600", - "answer": "phonograph", - "round": "Jeopardy!", - "show_number": "5096", - "fullAnswer": "a phonograph" - }, - { - "category": "THE U.S. SENATE: AFTER HOURS", - "air_date": "2006-11-06", - "question": "Seen here at the 11th Annual Kenai River Classic, Lisa Murkowski of this state shows off her 63-pound king salmon catch", - "value": "$600", - "answer": "Alaska", - "round": "Jeopardy!", - "show_number": "5096", - "fullAnswer": "Alaska" - }, { "category": "P TIMES 3", "air_date": "2006-11-06", @@ -1976939,16 +1878929,6 @@ "show_number": "5096", "fullAnswer": "fathom" }, - { - "category": "EDISON'S PATENTS", - "air_date": "2006-11-06", - "question": "(Jimmy describes a third drawing on the monitor.) The film goes over pulley 41, under spring 42, through the slit, and over pulley 38 in this forerunner of the projector", - "value": "$1000", - "answer": "kinetoscope", - "round": "Jeopardy!", - "show_number": "5096", - "fullAnswer": "a kinetoscope" - }, { "category": "THE U.S. SENATE: AFTER HOURS", "air_date": "2006-11-06", @@ -1977049,16 +1879029,6 @@ "show_number": "5096", "fullAnswer": "Twelve Monkeys" }, - { - "category": "MISTER ROBERTs", - "air_date": "2006-11-06", - "question": "He's the Secretary of Labor under Bill Clinton seen here", - "value": "$800", - "answer": "Robert Reich", - "round": "Double Jeopardy!", - "show_number": "5096", - "fullAnswer": "Robert Reich" - }, { "category": "TORAH! TORAH! TORAH!", "air_date": "2006-11-06", @@ -1977119,16 +1879089,6 @@ "show_number": "5096", "fullAnswer": "Joffrey" }, - { - "category": "TORAH! TORAH! TORAH!", - "air_date": "2006-11-06", - "question": "The Torah-reading pointer is called a yad, Hebrew for this, also what Moses stretched forth in Exodus 10:22", - "value": "$1200", - "answer": "hand", - "round": "Double Jeopardy!", - "show_number": "5096", - "fullAnswer": "a hand" - }, { "category": "ACROPOLIS NOW", "air_date": "2006-11-06", @@ -1977184,7 +1879144,7 @@ "air_date": "2006-11-06", "question": "In the original Hebrew, this biblical question that Cain asks is \"Hashomer akhi anokhi?\"", "value": "$1600", - "answer": "Am I my brother\\'s keeper?", + "answer": "Am I my brother's keeper?", "round": "Double Jeopardy!", "show_number": "5096", "fullAnswer": "\"Am I my brother\\'s keeper?\"" @@ -1977834,7 +1879794,7 @@ "air_date": "1998-01-19", "question": "Autolycus is a lovable rogue in this Shakespeare play", "value": "$1000", - "answer": "The Winter\\'s Tale", + "answer": "The Winter's Tale", "round": "Double Jeopardy!", "show_number": "3086", "fullAnswer": "\"The Winter\\'s Tale\"" @@ -1977869,16 +1879829,6 @@ "show_number": "5547", "fullAnswer": "Jim McKay" }, - { - "category": "GET THE POINT", - "air_date": "2008-10-21", - "question": "This senator", - "value": "$200", - "answer": "John Kerry", - "round": "Jeopardy!", - "show_number": "5547", - "fullAnswer": "John Kerry" - }, { "category": "BORN TO BE MILD", "air_date": "2008-10-21", @@ -1977929,16 +1879879,6 @@ "show_number": "5547", "fullAnswer": "Sir Edmund Hillary" }, - { - "category": "GET THE POINT", - "air_date": "2008-10-21", - "question": "This Supreme Court justice", - "value": "$400", - "answer": "Ruth Bader Ginsburg", - "round": "Jeopardy!", - "show_number": "5547", - "fullAnswer": "Ruth Bader Ginsburg" - }, { "category": "BORN TO BE MILD", "air_date": "2008-10-21", @@ -1977959,16 +1879899,6 @@ "show_number": "5547", "fullAnswer": "1 in 5,000" }, - { - "category": "THERE WILL BE \"UD\"", - "air_date": "2008-10-21", - "question": "What's that, Mr. Kane? Someone said you wanted this?", - "value": "$400", - "answer": "rosebud", - "round": "Jeopardy!", - "show_number": "5547", - "fullAnswer": "a rosebud" - }, { "category": "AND THEN THERE'S BEA ARTHUR", "air_date": "2008-10-21", @@ -1977989,16 +1879919,6 @@ "show_number": "5547", "fullAnswer": "George Carlin" }, - { - "category": "GET THE POINT", - "air_date": "2008-10-21", - "question": "This edifice", - "value": "$600", - "answer": "Chrysler Building", - "round": "Jeopardy!", - "show_number": "5547", - "fullAnswer": "the Chrysler Building" - }, { "category": "BORN TO BE MILD", "air_date": "2008-10-21", @@ -1978049,16 +1879969,6 @@ "show_number": "5547", "fullAnswer": "William F. Buckley (Jr.)" }, - { - "category": "GET THE POINT", - "air_date": "2008-10-21", - "question": "This assassin", - "value": "$800", - "answer": "John Wilkes Booth", - "round": "Jeopardy!", - "show_number": "5547", - "fullAnswer": "John Wilkes Booth" - }, { "category": "BORN TO BE MILD", "air_date": "2008-10-21", @@ -1978109,16 +1880019,6 @@ "show_number": "5547", "fullAnswer": "Anthony Minghella" }, - { - "category": "GET THE POINT", - "air_date": "2008-10-21", - "question": "This ship's memorial", - "value": "$1000", - "answer": "Arizona", - "round": "Jeopardy!", - "show_number": "5547", - "fullAnswer": "the Arizona" - }, { "category": "BORN TO BE MILD", "air_date": "2008-10-21", @@ -1978219,16 +1880119,6 @@ "show_number": "5547", "fullAnswer": "Sacagawea" }, - { - "category": "THE HUMAN BODY", - "air_date": "2008-10-21", - "question": "(Jon of the Clue Crew plays with a skeleton.) The knee is the joint where the femur, the body's longest bone, meets this large shin bone", - "value": "$800", - "answer": "tibia", - "round": "Double Jeopardy!", - "show_number": "5547", - "fullAnswer": "the tibia" - }, { "category": "HITCHCOCK FILMS IN OTHER WORDS", "air_date": "2008-10-21", @@ -1978269,16 +1880159,6 @@ "show_number": "5547", "fullAnswer": "J.M. Barrie" }, - { - "category": "WHAT'VE YOU GOT THERE?", - "air_date": "2008-10-21", - "question": "The cutter here is used to remove the end of one of these before its use", - "value": "$800", - "answer": "cigar", - "round": "Double Jeopardy!", - "show_number": "5547", - "fullAnswer": "a cigar" - }, { "category": "THE HUMAN BODY", "air_date": "2008-10-21", @@ -1978339,16 +1880219,6 @@ "show_number": "5547", "fullAnswer": "a Swiss Army knife" }, - { - "category": "THE HUMAN BODY", - "air_date": "2008-10-21", - "question": "(Sarah of the Clue Crew points to a diagram of the heart on the monitor.) Deoxygenated blood is carried back to the heart via the body's two largest veins, the superior & inferior this", - "value": "$1600", - "answer": "vena cava", - "round": "Double Jeopardy!", - "show_number": "5547", - "fullAnswer": "the vena cava" - }, { "category": "HITCHCOCK FILMS IN OTHER WORDS", "air_date": "2008-10-21", @@ -1978609,16 +1880479,6 @@ "show_number": "5884", "fullAnswer": "the beak" }, - { - "category": "PHYSICS QUIZ", - "air_date": "2010-03-25", - "question": "(Kelly of the Clue Crew drops a cork and a glass marble into two separate bowls of water.) If an object floats, it displaces water equal to its mass; if it sinks, it displaces water equal to this", - "value": "$1,200", - "answer": "its volume", - "round": "Jeopardy!", - "show_number": "5884", - "fullAnswer": "its volume" - }, { "category": "MY NAME IS GEORGE", "air_date": "2010-03-25", @@ -1978879,16 +1880739,6 @@ "show_number": "5884", "fullAnswer": "the judiciary" }, - { - "category": "ATHLETIC EYEWEAR", - "air_date": "2010-03-25", - "question": "He's the late, graceful American star athlete seen here", - "value": "$1200", - "answer": "Arthur Ashe", - "round": "Double Jeopardy!", - "show_number": "5884", - "fullAnswer": "Arthur Ashe" - }, { "category": "\"O\", 'BAMA", "air_date": "2010-03-25", @@ -1979049,16 +1880899,6 @@ "show_number": "5884", "fullAnswer": "Hannibal, Missouri" }, - { - "category": "NAME THAT BEARD", - "air_date": "2005-11-28", - "question": "A former congressman", - "value": "$200", - "answer": "Abraham Lincoln", - "round": "Jeopardy!", - "show_number": "4881", - "fullAnswer": "Abraham Lincoln" - }, { "category": "AWARDS & HONORS", "air_date": "2005-11-28", @@ -1979109,16 +1880949,6 @@ "show_number": "4881", "fullAnswer": "Like father like son" }, - { - "category": "NAME THAT BEARD", - "air_date": "2005-11-28", - "question": "You could say this Egyptian leader was monumental", - "value": "$400", - "answer": "Ramses II", - "round": "Jeopardy!", - "show_number": "4881", - "fullAnswer": "Ramses II" - }, { "category": "AWARDS & HONORS", "air_date": "2005-11-28", @@ -1979169,26 +1880999,6 @@ "show_number": "4881", "fullAnswer": "Actions speak louder than words" }, - { - "category": "NAME THAT BEARD", - "air_date": "2005-11-28", - "question": "From being in exile to world leader, all in 1979", - "value": "$600", - "answer": "Ayatollah Khomeini", - "round": "Jeopardy!", - "show_number": "4881", - "fullAnswer": "Ayatollah Khomeini" - }, - { - "category": "AWARDS & HONORS", - "air_date": "2005-11-28", - "question": "(Cheryl of the Clue Crew stands behind a statuette, the inscription blurred, and in front of the presidential seal.) This is the Emmy Award that this famous woman won in 1962 for giving a memorable tour of her home", - "value": "$900", - "answer": "Jacqueline Kennedy Onassis", - "round": "Jeopardy!", - "show_number": "4881", - "fullAnswer": "Jacqueline Kennedy Onassis" - }, { "category": "BAY \"B\"", "air_date": "2005-11-28", @@ -1979229,16 +1881039,6 @@ "show_number": "4881", "fullAnswer": "A bird in the hand is worth two in the bush" }, - { - "category": "NAME THAT BEARD", - "air_date": "2005-11-28", - "question": "He has his own \"ism\" and died in London in 1883", - "value": "$800", - "answer": "Karl Marx", - "round": "Jeopardy!", - "show_number": "4881", - "fullAnswer": "Karl Marx" - }, { "category": "AWARDS & HONORS", "air_date": "2005-11-28", @@ -1979289,16 +1881089,6 @@ "show_number": "4881", "fullAnswer": "Always look on the bright side" }, - { - "category": "NAME THAT BEARD", - "air_date": "2005-11-28", - "question": "A funny Irish dramatist seen here around 1923", - "value": "$1000", - "answer": "George Bernard Shaw", - "round": "Jeopardy!", - "show_number": "4881", - "fullAnswer": "George Bernard Shaw" - }, { "category": "AWARDS & HONORS", "air_date": "2005-11-28", @@ -1979774,7 +1881564,7 @@ "air_date": "2008-06-10", "question": "This chain serves Friday's Fajitas on Saturday, Sunday & Monday, too--
it's one of their trademarks", "value": "$600", - "answer": "T.G.I. Friday\\'s", + "answer": "T.G.I. Friday's", "round": "Jeopardy!", "show_number": "5482", "fullAnswer": "T.G.I. Friday\\'s" @@ -1979949,16 +1881739,6 @@ "show_number": "5482", "fullAnswer": "the Koran" }, - { - "category": "JAPANESE CUISINE", - "air_date": "2008-06-10", - "question": "(Cheryl of the Clue Crew raises a glass of Sake.) Sake is made by kneading, then heating & fermenting this", - "value": "$400", - "answer": "rice", - "round": "Double Jeopardy!", - "show_number": "5482", - "fullAnswer": "rice" - }, { "category": "BIOLOGY", "air_date": "2008-06-10", @@ -1980069,16 +1881849,6 @@ "show_number": "5482", "fullAnswer": "Bashar Assad" }, - { - "category": "JAPANESE CUISINE", - "air_date": "2008-06-10", - "question": "(Kelly of the Clue Crew reports from a Tokyo fish market.) Many of the shrimp sold here in the Tsukiji Market will end up as this deep-fried dish, which surprisingly was introduced to Japan by the Portuguese", - "value": "$1200", - "answer": "tempura", - "round": "Double Jeopardy!", - "show_number": "5482", - "fullAnswer": "tempura" - }, { "category": "BIOLOGY", "air_date": "2008-06-10", @@ -1980189,16 +1881959,6 @@ "show_number": "5482", "fullAnswer": "the Arabian-American Company" }, - { - "category": "JAPANESE CUISINE", - "air_date": "2008-06-10", - "question": "(Jimmy of the Clue Crew sits alone in a sushi bar.) The most valuable part of the tuna is the fatty belly meat known by this Japanese name", - "value": "$2000", - "answer": "toro", - "round": "Double Jeopardy!", - "show_number": "5482", - "fullAnswer": "toro" - }, { "category": "BIOLOGY", "air_date": "2008-06-10", @@ -1980974,7 +1882734,7 @@ "air_date": "1999-02-01", "question": "A line from this 1993 movie is \"The list is life\"", "value": "$300", - "answer": "Schindler\\'s List", + "answer": "Schindler's List", "round": "Jeopardy!", "show_number": "3321", "fullAnswer": "Schindler\\'s List" @@ -1982239,16 +1883999,6 @@ "show_number": "5705", "fullAnswer": "All Creatures Great and Small" }, - { - "category": "AWARDS & HONORS", - "air_date": "2009-05-29", - "question": "(Jimmy of the Clue Crew reports from the Normandy American Cemetery in France.) At the Normandy American Cemetery, the engraving above the chapel door is a replica of this award for valor; three recipients are buried at the cemetery", - "value": "$400", - "answer": "Congressional Medal of Honor", - "round": "Double Jeopardy!", - "show_number": "5705", - "fullAnswer": "the Congressional Medal of Honor" - }, { "category": "TRIBUTE ALBUMS", "air_date": "2009-05-29", @@ -1982629,16 +1884379,6 @@ "show_number": "6110", "fullAnswer": "honey" }, - { - "category": "BAD FORTUNE COOKIES", - "air_date": "2011-03-18", - "question": "You will roll around in this 2-word item seen here; you will then invest heavily in calamine lotion", - "value": "$400", - "answer": "poison ivy", - "round": "Jeopardy!", - "show_number": "6110", - "fullAnswer": "poison ivy" - }, { "category": "WHICH DIRECTION ARE YOU HEADED?", "air_date": "2011-03-18", @@ -1982669,16 +1884409,6 @@ "show_number": "6110", "fullAnswer": "New York City" }, - { - "category": "CLASSIC MOVIE TRAILERS", - "air_date": "2011-03-18", - "question": "We're heading for Arizona with this 1957 original

\"Soon a man, scared but brave, would run an outlaw gauntlet to put a prisoner on the gallows-bound train\"", - "value": "$600", - "answer": "3:10 to Yuma", - "round": "Jeopardy!", - "show_number": "6110", - "fullAnswer": "3:10 to Yuma" - }, { "category": "BAD FORTUNE COOKIES", "air_date": "2011-03-18", @@ -1982769,26 +1884499,6 @@ "show_number": "6110", "fullAnswer": "a knockwurst" }, - { - "category": "1911", - "air_date": "2011-03-18", - "question": "With works like the one seen here, this forward-looking art movement held its first exhibition in Milan in the spring", - "value": "$1000", - "answer": "Futurism", - "round": "Jeopardy!", - "show_number": "6110", - "fullAnswer": "Futurism" - }, - { - "category": "CLASSIC MOVIE TRAILERS", - "air_date": "2011-03-18", - "question": "The trailer for this 1950 film describes Judy Holliday's character as follows

\"Blonde, beautiful, brazen, and oh, brother!\"", - "value": "$1000", - "answer": "Born Yesterday", - "round": "Jeopardy!", - "show_number": "6110", - "fullAnswer": "Born Yesterday" - }, { "category": "A BITTER / SWEET SYMPHONY", "air_date": "2011-03-18", @@ -1982889,16 +1884599,6 @@ "show_number": "6110", "fullAnswer": "a portfolio" }, - { - "category": "BATTLES", - "air_date": "2011-03-18", - "question": "(Kelly of the Clue Crew explains an illustration on a monitor.) There's the Duke of Wellington's Line, and happily for Napoleon, here come Marshall Von Blucher's 61,000 troops to this 1815 battle", - "value": "$800", - "answer": "Waterloo", - "round": "Double Jeopardy!", - "show_number": "6110", - "fullAnswer": "Waterloo" - }, { "category": "ME & MS. JONES", "air_date": "2011-03-18", @@ -1982959,22 +1884659,12 @@ "show_number": "6110", "fullAnswer": "gunpowder" }, - { - "category": "ME & MS. JONES", - "air_date": "2011-03-18", - "question": "Seen herehere, she's been part of the awkward humor of The Office and Parks & Recreation", - "value": "$1200", - "answer": "Rashida Jones", - "round": "Double Jeopardy!", - "show_number": "6110", - "fullAnswer": "Rashida Jones" - }, { "category": "SHAKESPEARE, FOR STARTERS", "air_date": "2011-03-18", "question": "To start this play, Theseus says, \"Now, fair Hippolyta, our nuptial hour draws on apace\"", "value": "$1200", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "6110", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -1982989,16 +1884679,6 @@ "show_number": "6110", "fullAnswer": "Boggle" }, - { - "category": "TAKE YOUR VITAMINS", - "air_date": "2011-03-18", - "question": "(Kelly of the Clue Crew shows an anatomical diagram on a monitor.) A severe vitamin D deficiency, especially in children, can cause this disease in which the bones soften and bend", - "value": "$1200", - "answer": "rickets", - "round": "Double Jeopardy!", - "show_number": "6110", - "fullAnswer": "rickets" - }, { "category": "HARD TO \"PORT\"", "air_date": "2011-03-18", @@ -1983079,16 +1884759,6 @@ "show_number": "6110", "fullAnswer": "(Abe) Lincoln" }, - { - "category": "ME & MS. JONES", - "air_date": "2011-03-18", - "question": "This Broadway actress seen here lent her acting chops to 24", - "value": "$2000", - "answer": "Cherry Jones", - "round": "Double Jeopardy!", - "show_number": "6110", - "fullAnswer": "Cherry Jones" - }, { "category": "SHAKESPEARE, FOR STARTERS", "air_date": "2011-03-18", @@ -1983164,7 +1884834,7 @@ "air_date": "1987-11-13", "question": "Over the years, this company has described its products as \"Mm! Mm! Good!\"", "value": "$100", - "answer": "Campbell\\'s Soup", + "answer": "Campbell's Soup", "round": "Jeopardy!", "show_number": "735", "fullAnswer": "Campbell\\'s Soup" @@ -1983224,7 +1884894,7 @@ "air_date": "1987-11-13", "question": "This Coca-Cola song promoting \"The Real Thing\", was turned into a Top 20 hit", "value": "$200", - "answer": "I\\'d Like To Teach The World To Sing", + "answer": "I'd Like To Teach The World To Sing", "round": "Jeopardy!", "show_number": "735", "fullAnswer": "\"I\\'d Like To Teach The World To Sing\"" @@ -1983404,7 +1885074,7 @@ "air_date": "1987-11-13", "question": "Slogan created in 1921 when a pal of an R.J. Reynolds adman ran out of cigarettes on a golf course", "value": "$500", - "answer": "I\\'d walk a mile for a Camel", + "answer": "I'd walk a mile for a Camel", "round": "Jeopardy!", "show_number": "735", "fullAnswer": "\"I\\'d walk a mile for a Camel\"" @@ -1983624,7 +1885294,7 @@ "air_date": "1987-11-13", "question": "Located three miles outside town, it's Hodgenville, Kentucky's most famous tourist attraction", "value": "$800", - "answer": "Lincoln\\'s birthplace", + "answer": "Lincoln's birthplace", "round": "Double Jeopardy!", "show_number": "735", "fullAnswer": "Lincoln\\'s birthplace" @@ -1983884,7 +1885554,7 @@ "air_date": "2004-05-27", "question": "Classic Triple with Cheese", "value": "$600", - "answer": "Wendy\\'s", + "answer": "Wendy's", "round": "Jeopardy!", "show_number": "4554", "fullAnswer": "Wendy\\'s" @@ -1983944,7 +1885614,7 @@ "air_date": "2004-05-27", "question": "Ultimate Deep Dish Pizza & Cinna Stix", "value": "$800", - "answer": "Domino\\'s", + "answer": "Domino's", "round": "Jeopardy!", "show_number": "4554", "fullAnswer": "Domino\\'s" @@ -1983964,7 +1885634,7 @@ "air_date": "2004-05-27", "question": "Something very, very rare is \"as scarce as\" these chicken parts", "value": "$800", - "answer": "hen\\'s teeth", + "answer": "hen's teeth", "round": "Jeopardy!", "show_number": "4554", "fullAnswer": "hen\\'s teeth" @@ -1984004,7 +1885674,7 @@ "air_date": "2004-05-27", "question": "The Big N' Tasty", "value": "$1000", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "4554", "fullAnswer": "McDonald\\'s" @@ -1984039,16 +1885709,6 @@ "show_number": "4554", "fullAnswer": "Martha Reeves" }, - { - "category": "TIME TO VOTE!", - "air_date": "2004-05-27", - "question": "The machine seen here from this arboreal-named Florida County was part of the election mess of 2000", - "value": "$1000", - "answer": "Palm Beach County", - "round": "Jeopardy!", - "show_number": "4554", - "fullAnswer": "Palm Beach County" - }, { "category": "WORLD CITIES", "air_date": "2004-05-27", @@ -1984149,16 +1885809,6 @@ "show_number": "4554", "fullAnswer": "a jack" }, - { - "category": "QUOTATIONS", - "air_date": "2004-05-27", - "question": "In 1971 the New York Times quoted this future Secretary of State as saying, \"Power is the great aphrodisiac\"", - "value": "$800", - "answer": "Henry Kissinger", - "round": "Double Jeopardy!", - "show_number": "4554", - "fullAnswer": "Henry Kissinger" - }, { "category": "LATIN CLASS", "air_date": "2004-05-27", @@ -1984239,16 +1885889,6 @@ "show_number": "4554", "fullAnswer": "Hobart" }, - { - "category": "A FEW \"BAR\"s OF MUSIC", - "air_date": "2004-05-27", - "question": "(Sarah of the Clue Crew sits in a gondola in Venice, Italy.) Venetian gondoliers are famous for singing this kind of boat song", - "value": "$1600", - "answer": "barcarolle", - "round": "Double Jeopardy!", - "show_number": "4554", - "fullAnswer": "barcarolle" - }, { "category": "PROPER NAMES", "air_date": "2004-05-27", @@ -1984299,16 +1885939,6 @@ "show_number": "4554", "fullAnswer": "(Béla) Bartók" }, - { - "category": "PROPER NAMES", - "air_date": "2004-05-27", - "question": "Here's the drill, or should I say, here's this", - "value": "$2000", - "answer": "derrick", - "round": "Double Jeopardy!", - "show_number": "4554", - "fullAnswer": "a derrick" - }, { "category": "QUOTATIONS", "air_date": "2004-05-27", @@ -1984479,16 +1886109,6 @@ "show_number": "5442", "fullAnswer": "Häagen-Dazs" }, - { - "category": "NONFICTION", - "air_date": "2008-04-15", - "question": "Rheta Grimsley Johnson titled a 1989 biography \"Good Grief: The Story of\" this cartoonist", - "value": "$600", - "answer": "Charles Schulz", - "round": "Jeopardy!", - "show_number": "5442", - "fullAnswer": "Charles Schulz" - }, { "category": "WORDS IN AMERICA", "air_date": "2008-04-15", @@ -1984504,7 +1886124,7 @@ "air_date": "2008-04-15", "question": "April 15, 1450 was a taxing day for the English army defeated at Formigny near the end of this long war", "value": "$600", - "answer": "Hundred Years\\' War", + "answer": "Hundred Years' War", "round": "Jeopardy!", "show_number": "5442", "fullAnswer": "the Hundred Years\\' War" @@ -1984514,7 +1886134,7 @@ "air_date": "2008-04-15", "question": "In 1987 Marcelle Hall returned a Stradivarius her husband had stolen in 1936 & got this type of fee, $263,000", "value": "$600", - "answer": "finder\\'s fee", + "answer": "finder's fee", "round": "Jeopardy!", "show_number": "5442", "fullAnswer": "a finder\\'s fee" @@ -1984699,16 +1886319,6 @@ "show_number": "5442", "fullAnswer": "Paris" }, - { - "category": "ASTRONOMY", - "air_date": "2008-04-15", - "question": "(I'm astrophysicist Neil deGrasse Tyson.) Some with billions, others with trilions of stars, these are the fundamental building blocks of visble matter in the universe; they come in many varieties including spiral, irregular & elliptical", - "value": "$800", - "answer": "galaxies", - "round": "Double Jeopardy!", - "show_number": "5442", - "fullAnswer": "galaxies" - }, { "category": "ENTERTAINMENT AWARDS", "air_date": "2008-04-15", @@ -1984809,16 +1886419,6 @@ "show_number": "5442", "fullAnswer": "the alto sax" }, - { - "category": "ASTRONOMY", - "air_date": "2008-04-15", - "question": "Fewer people on Earth get to see it than the aurora borealis, but it looks pretty cool from space", - "value": "$1600", - "answer": "aurora australis ", - "round": "Double Jeopardy!", - "show_number": "5442", - "fullAnswer": "aurora australis (the southern lights)" - }, { "category": "ENTERTAINMENT AWARDS", "air_date": "2008-04-15", @@ -1984849,16 +1886449,6 @@ "show_number": "5442", "fullAnswer": "extreme" }, - { - "category": "REED: ALL ABOUT IT", - "air_date": "2008-04-15", - "question": "In the 17th c. the shawm, heard here, developed into this double reed instrument", - "value": "$1600", - "answer": "oboe", - "round": "Double Jeopardy!", - "show_number": "5442", - "fullAnswer": "the oboe" - }, { "category": "ASTRONOMY", "air_date": "2008-04-15", @@ -1984889,16 +1886479,6 @@ "show_number": "5442", "fullAnswer": "The Wall Street Journal" }, - { - "category": "\"EX\"TRA!", - "air_date": "2008-04-15", - "question": "(Jon of the Clue Crew makes a chemical volcano.) Mixing hydrogen peroxide & yeast creates foam, steam & notably causes heat to be given off in this type of 10-letter chemical reaction", - "value": "$2000", - "answer": "exothermic reaction", - "round": "Double Jeopardy!", - "show_number": "5442", - "fullAnswer": "an exothermic reaction" - }, { "category": "REED: ALL ABOUT IT", "air_date": "2008-04-15", @@ -1985054,7 +1886634,7 @@ "air_date": "1998-06-03", "question": "This 1989 film seen here inspired 2 sequels:
(co-starring Kirstie Alley)", "value": "$300", - "answer": "Look Who\\'s Talking", + "answer": "Look Who's Talking", "round": "Jeopardy!", "show_number": "3183", "fullAnswer": "Look Who\\'s Talking" @@ -1985589,16 +1887169,6 @@ "show_number": "3928", "fullAnswer": "hammock" }, - { - "category": "THE THEATRE", - "air_date": "2001-10-03", - "question": "(Hi, I'm Paula Cale of Providence.) I starred on the New York stage in the play \"Bunny Bunny\" as this late, great \"Saturday Night Live\" actress", - "value": "$200", - "answer": "Gilda Radner", - "round": "Jeopardy!", - "show_number": "3928", - "fullAnswer": "Gilda Radner" - }, { "category": "TILL DEATH DO US PART--NOT!", "air_date": "2001-10-03", @@ -1985639,16 +1887209,6 @@ "show_number": "3928", "fullAnswer": "Alfredo" }, - { - "category": "\"HAM\" IMPROVEMENT", - "air_date": "2001-10-03", - "question": "The distinctive features of this critter seen here have allowed it to make sharper turns than others of its kind", - "value": "$200", - "answer": "hammerhead shark", - "round": "Jeopardy!", - "show_number": "3928", - "fullAnswer": "hammerhead shark" - }, { "category": "THE THEATRE", "air_date": "2001-10-03", @@ -1985669,16 +1887229,6 @@ "show_number": "3928", "fullAnswer": "Garth Brooks" }, - { - "category": "SPORTS & GAMES", - "air_date": "2001-10-03", - "question": "(Cheryl of the Clue Crew reports from Porter Valley Country Club.) A game score in tennis, or the court I'm in to receive serve", - "value": "$300", - "answer": "deuce", - "round": "Jeopardy!", - "show_number": "3928", - "fullAnswer": "deuce" - }, { "category": "SECOND-LARGEST CITIES", "air_date": "2001-10-03", @@ -1985699,16 +1887249,6 @@ "show_number": "3928", "fullAnswer": "mole" }, - { - "category": "\"HAM\" IMPROVEMENT", - "air_date": "2001-10-03", - "question": "Now consigned to history, it's the symbol seen here", - "value": "$300", - "answer": "hammer & sickle", - "round": "Jeopardy!", - "show_number": "3928", - "fullAnswer": "hammer & sickle" - }, { "category": "THE THEATRE", "air_date": "2001-10-03", @@ -1985789,16 +1887329,6 @@ "show_number": "3928", "fullAnswer": "Damon Wayans" }, - { - "category": "SPORTS & GAMES", - "air_date": "2001-10-03", - "question": "(Sofia of the Clue Crew reports from Porter Valley Country Club.) In 1990 coach Carole Kleinfelder led Harvard to the NCAA title in this sport", - "value": "$500", - "answer": "lacrosse", - "round": "Jeopardy!", - "show_number": "3928", - "fullAnswer": "lacrosse" - }, { "category": "SECOND-LARGEST CITIES", "air_date": "2001-10-03", @@ -1985819,16 +1887349,6 @@ "show_number": "3928", "fullAnswer": "marinara" }, - { - "category": "\"HAM\" IMPROVEMENT", - "air_date": "2001-10-03", - "question": "Seen here, he died tragically on July 12, 1804", - "value": "$500", - "answer": "Alexander Hamilton", - "round": "Jeopardy!", - "show_number": "3928", - "fullAnswer": "Alexander Hamilton" - }, { "category": "INSPIRED CHARACTERS", "air_date": "2001-10-03", @@ -1986039,16 +1887559,6 @@ "show_number": "3928", "fullAnswer": "asphyxiate" }, - { - "category": "MATH", - "air_date": "2001-10-03", - "question": "5-letter name for the type of section shown here", - "value": "$800", - "answer": "conic section", - "round": "Double Jeopardy!", - "show_number": "3928", - "fullAnswer": "conic section" - }, { "category": "IF IT'S WEDNESDAY THEY MUST BE BELGIANS", "air_date": "2001-10-03", @@ -1986079,16 +1887589,6 @@ "show_number": "3928", "fullAnswer": "an aspect ratio" }, - { - "category": "MATH", - "air_date": "2001-10-03", - "question": "Named for logician John, it's the diagram seen here that shows relations between sets", - "value": "$1000", - "answer": "Venn diagram", - "round": "Double Jeopardy!", - "show_number": "3928", - "fullAnswer": "a Venn diagram" - }, { "category": "TRANSPORTATION", "air_date": "2001-10-03", @@ -1986729,16 +1888229,6 @@ "show_number": "5223", "fullAnswer": "Chicago" }, - { - "category": "TERM PAPYRUS", - "air_date": "2007-05-02", - "question": "Seen here is a marriage contract written in this language, the same one in which Jesus preached", - "value": "$200", - "answer": "Aramaic", - "round": "Jeopardy!", - "show_number": "5223", - "fullAnswer": "Aramaic" - }, { "category": "COLLEGE HODGEPODGE", "air_date": "2007-05-02", @@ -1986769,16 +1888259,6 @@ "show_number": "5223", "fullAnswer": "wring or ring" }, - { - "category": "INVENTORS HALL OF FAME 2007", - "air_date": "2007-05-02", - "question": "(Kelly of the Clue Crew stands next to a monitor.) Biotech pioneer Leroy Hood mapped his place in the Hall with an automated technique for sequencing fragments of this molecule", - "value": "$400", - "answer": "DNA", - "round": "Jeopardy!", - "show_number": "5223", - "fullAnswer": "DNA" - }, { "category": "GOING DOWNTOWN", "air_date": "2007-05-02", @@ -1986849,26 +1888329,6 @@ "show_number": "5223", "fullAnswer": "Detroit" }, - { - "category": "TERM PAPYRUS", - "air_date": "2007-05-02", - "question": "Seen here is a detail from this book of mortuary spells that helped the deceased get to the Field of Reeds", - "value": "$600", - "answer": "Book of the Dead", - "round": "Jeopardy!", - "show_number": "5223", - "fullAnswer": "the Book of the Dead" - }, - { - "category": "COLLEGE HODGEPODGE", - "air_date": "2007-05-02", - "question": "The devil you say! The logo seen here belongs to this university", - "value": "$600", - "answer": "Arizona State", - "round": "Jeopardy!", - "show_number": "5223", - "fullAnswer": "Arizona State" - }, { "category": "THE MOVIES", "air_date": "2007-05-02", @@ -1986969,16 +1888429,6 @@ "show_number": "5223", "fullAnswer": "Atlanta" }, - { - "category": "TERM PAPYRUS", - "air_date": "2007-05-02", - "question": "The papyrus raft seen here, the \"Ra II\", was used by this Norwegian anthropologist and explorer", - "value": "$1000", - "answer": "Heyerdahl", - "round": "Jeopardy!", - "show_number": "5223", - "fullAnswer": "(Thor) Heyerdahl" - }, { "category": "COLLEGE HODGEPODGE", "air_date": "2007-05-02", @@ -1986994,7 +1888444,7 @@ "air_date": "2007-05-02", "question": "In its native Mexico, this Oscar-winning film was called \"El Laberinto del Fauno\"", "value": "$1000", - "answer": "Pan\\'s Labyrinth", + "answer": "Pan's Labyrinth", "round": "Jeopardy!", "show_number": "5223", "fullAnswer": "Pan\\'s Labyrinth" @@ -1987459,16 +1888909,6 @@ "show_number": "5534", "fullAnswer": "1/4" }, - { - "category": "GOOD TIMES", - "air_date": "2008-10-02", - "question": "Hit the beach,
then take to the air
in this fun sport seen here", - "value": "$600", - "answer": "parasailing", - "round": "Jeopardy!", - "show_number": "5534", - "fullAnswer": "parasailing" - }, { "category": "FRIENDS", "air_date": "2008-10-02", @@ -1987559,16 +1888999,6 @@ "show_number": "5534", "fullAnswer": "Family Circle" }, - { - "category": "CLASSIC SITCOMS", - "air_date": "2008-10-02", - "question": "(I'm Rob Reiner.) Thanks to \"All in the Family\" & Archie Bunker, I think I'll be forever associated with this beefy nickname", - "value": "$1000", - "answer": "Meathead", - "round": "Jeopardy!", - "show_number": "5534", - "fullAnswer": "\"Meathead\"" - }, { "category": "THIRD ROCK FROM THE SUN", "air_date": "2008-10-02", @@ -1987659,16 +1889089,6 @@ "show_number": "5534", "fullAnswer": "FDR" }, - { - "category": "CNN ON POLITICS", - "air_date": "2008-10-02", - "question": "(I'm Anderson Cooper.) CNN's election team can often project winners based on these surveys of people who've just voted, but we don't do it in close races, & never before the voting is done", - "value": "$400", - "answer": "exit polls", - "round": "Double Jeopardy!", - "show_number": "5534", - "fullAnswer": "exit polls" - }, { "category": "\"PAR\"TY TIME", "air_date": "2008-10-02", @@ -1987679,16 +1889099,6 @@ "show_number": "5534", "fullAnswer": "a pardon" }, - { - "category": "MEDICAL MATTERS", - "air_date": "2008-10-02", - "question": "(Sarah of the Clue Crew indicates a pair of bones on the monitor.) There are many types of bone fractures; here, the oblique fracture is closed with a diagonal break, while this type, an open fracture, breaks through the skin", - "value": "$800", - "answer": "compound fracture", - "round": "Double Jeopardy!", - "show_number": "5534", - "fullAnswer": "a compound fracture" - }, { "category": "FOLK MUSIC", "air_date": "2008-10-02", @@ -1987719,16 +1889129,6 @@ "show_number": "5534", "fullAnswer": "Hamlet" }, - { - "category": "CNN ON POLITICS", - "air_date": "2008-10-02", - "question": "(I'm Candy Crowley.) Obama won more states but Clinton won the bigger ones, so a long battle lay ahead after the results on February 5, 2008, known as this day", - "value": "$800", - "answer": "Super Tuesday", - "round": "Double Jeopardy!", - "show_number": "5534", - "fullAnswer": "Super Tuesday" - }, { "category": "\"PAR\"TY TIME", "air_date": "2008-10-02", @@ -1987779,16 +1889179,6 @@ "show_number": "5534", "fullAnswer": "Tennessee Williams" }, - { - "category": "CNN ON POLITICS", - "air_date": "2008-10-02", - "question": "(I'm Bill Schneider.) Add up the Republicans & the Democrats in the U.S. House for the 110th Congress & you get this total that's been standard for almost a century", - "value": "$1200", - "answer": "435", - "round": "Double Jeopardy!", - "show_number": "5534", - "fullAnswer": "435" - }, { "category": "\"PAR\"TY TIME", "air_date": "2008-10-02", @@ -1987799,16 +1889189,6 @@ "show_number": "5534", "fullAnswer": "a participle" }, - { - "category": "MEDICAL MATTERS", - "air_date": "2008-10-02", - "question": "(Kelly of the Clue Crew indicates the shoulder of a skeleton on the monitor.) A dislocated shoulder occurs when the top of this bone pops out of the socket of the scapula--not funny", - "value": "$1600", - "answer": "humerus", - "round": "Double Jeopardy!", - "show_number": "5534", - "fullAnswer": "the humerus" - }, { "category": "FOLK MUSIC", "air_date": "2008-10-02", @@ -1987829,26 +1889209,6 @@ "show_number": "5534", "fullAnswer": "Minnesota" }, - { - "category": "ELEANOR ROOSEVELT GOES TO THE THEATRE", - "air_date": "2008-10-02", - "question": "Eleanor had not expected this movie star's 1953 performance in \"John Brown's Body\" to satisfy her as it did", - "value": "$1600", - "answer": "Tyrone Power", - "round": "Double Jeopardy!", - "show_number": "5534", - "fullAnswer": "Tyrone Power" - }, - { - "category": "CNN ON POLITICS", - "air_date": "2008-10-02", - "question": "(I'm Campbell Brown.) On March 4, 2008 John McCain clinched the GOP nomination with 4 primary wins including this vast state, where he made his victory remarks", - "value": "$1600", - "answer": "Texas", - "round": "Double Jeopardy!", - "show_number": "5534", - "fullAnswer": "Texas" - }, { "category": "\"PAR\"TY TIME", "air_date": "2008-10-02", @@ -1987899,16 +1889259,6 @@ "show_number": "5534", "fullAnswer": "T.S. Eliot" }, - { - "category": "CNN ON POLITICS", - "air_date": "2008-10-02", - "question": "(I'm Wolf Blitzer.) Federal Election Commission rules for 2007-2008 put a limit of this much for an individual gift per candidate per election", - "value": "$2000", - "answer": "$2,300", - "round": "Double Jeopardy!", - "show_number": "5534", - "fullAnswer": "$2,300" - }, { "category": "\"PAR\"TY TIME", "air_date": "2008-10-02", @@ -1988234,7 +1889584,7 @@ "air_date": "2000-04-19", "question": "In lists of Shakespeare's plays, this comedy is placed first alphabetically", "value": "$200", - "answer": "All\\'s Well That Ends Well", + "answer": "All's Well That Ends Well", "round": "Double Jeopardy!", "show_number": "3608", "fullAnswer": "\"All\\'s Well That Ends Well\"" @@ -1988534,7 +1889884,7 @@ "air_date": "2000-04-19", "question": "Group of 4 letters that sounds different within words for done, exhaustive, hack, idea, branch & coarse", "value": null, - "answer": "\\O-U-G-H\\", + "answer": "O-U-G-H", "round": "Final Jeopardy!", "show_number": "3608", "fullAnswer": "\\\"O-U-G-H\\\"" @@ -1988669,16 +1890019,6 @@ "show_number": "5604", "fullAnswer": "Kentucky" }, - { - "category": "CENTRAL PARK ENTERTAINMENT", - "air_date": "2009-01-08", - "question": "(Jon of the Clue Crew reports from Central Park.) Central Park's official web site notes that this NBC drama series and its spin-offs have featured an alarming number of murders in Central Park", - "value": "$600", - "answer": "Law & Order", - "round": "Jeopardy!", - "show_number": "5604", - "fullAnswer": "Law & Order" - }, { "category": "19th CENTURY AMERICA", "air_date": "2009-01-08", @@ -1988789,16 +1890129,6 @@ "show_number": "5604", "fullAnswer": "Chicago" }, - { - "category": "CENTRAL PARK ENTERTAINMENT", - "air_date": "2009-01-08", - "question": "(Sarah of the Clue Crew reports from Central Park.) Central Park is dangerous & menacing in this film, when Jack Lemmon and Sandy Dennis are attacked by softball players", - "value": "$1000", - "answer": "Out-of-Towners", - "round": "Jeopardy!", - "show_number": "5604", - "fullAnswer": "The Out-of-Towners" - }, { "category": "19th CENTURY AMERICA", "air_date": "2009-01-08", @@ -1988869,16 +1890199,6 @@ "show_number": "5604", "fullAnswer": "Brussels" }, - { - "category": "ABSTRACT ART", - "air_date": "2009-01-08", - "question": "A Stuart Davis series is named for this handheld utensil used to prepare omelets", - "value": "$400", - "answer": "eggbeater", - "round": "Double Jeopardy!", - "show_number": "5604", - "fullAnswer": "an eggbeater" - }, { "category": "IT'S A FACT", "air_date": "2009-01-08", @@ -1989109,16 +1890429,6 @@ "show_number": "5604", "fullAnswer": "Ghent" }, - { - "category": "ABSTRACT ART", - "air_date": "2009-01-08", - "question": "Don't adjust your set--\"abstract painting\", the work seen here, is by Ad Reinhardt of the movement called abstract this", - "value": "$2000", - "answer": "Abstract Expressionism", - "round": "Double Jeopardy!", - "show_number": "5604", - "fullAnswer": "Abstract Expressionism" - }, { "category": "IT'S A FACT", "air_date": "2009-01-08", @@ -1989839,16 +1891149,6 @@ "show_number": "4196", "fullAnswer": "Istanbul" }, - { - "category": "HURRY \"UP\"!", - "air_date": "2002-11-25", - "question": "(Cheryl & Sarah of the Clue Crew demonstrate.) This term for diverting attention from someone else comes from the theater faux pas I've just committed", - "value": "$400", - "answer": "upstage", - "round": "Jeopardy!", - "show_number": "4196", - "fullAnswer": "upstage" - }, { "category": "KEEP YOUR PANTHEON", "air_date": "2002-11-25", @@ -1989889,16 +1891189,6 @@ "show_number": "4196", "fullAnswer": "Puerto Rico" }, - { - "category": "CORPORATE HEADQUARTERS", - "air_date": "2002-11-25", - "question": "(Sarah of the Clue Crew reports from Chicago.) Behind me is the new headquarters of this giant company; sorry, Seattle", - "value": "$600", - "answer": "Boeing", - "round": "Jeopardy!", - "show_number": "4196", - "fullAnswer": "Boeing" - }, { "category": "HURRY \"UP\"!", "air_date": "2002-11-25", @@ -1989984,7 +1891274,7 @@ "air_date": "2002-11-25", "question": "This Canadian company, formerly British, is the oldest chartered company in the world", "value": "$1000", - "answer": "Hudson\\'s Bay Company", + "answer": "Hudson's Bay Company", "round": "Jeopardy!", "show_number": "4196", "fullAnswer": "Hudson\\'s Bay Company" @@ -1990344,7 +1891634,7 @@ "air_date": "2003-03-25", "question": "(Sofia of the Clue Crew in New York's Times Square) It's not too crowded today, but around, oh, 11:30 on this day of the year, Times Square holds about 500,000 people", "value": "$200", - "answer": "New Year\\'s Eve", + "answer": "New Year's Eve", "round": "Jeopardy!", "show_number": "4282", "fullAnswer": "New Year\\'s Eve" @@ -1990794,7 +1892084,7 @@ "air_date": "2003-03-25", "question": "\"Moon River\"
(1961)", "value": "$1200", - "answer": "Breakfast at Tiffany\\'s", + "answer": "Breakfast at Tiffany's", "round": "Double Jeopardy!", "show_number": "4282", "fullAnswer": "Breakfast at Tiffany\\'s" @@ -1990959,16 +1892249,6 @@ "show_number": "2050", "fullAnswer": "Hawaii" }, - { - "category": "30-SOMETHING", - "air_date": "1993-07-02", - "question": "At age 33 in 1804, he started a new symphony, his 5th, with a Da-Da-Da-Duh", - "value": "$100", - "answer": "Beethoven", - "round": "Jeopardy!", - "show_number": "2050", - "fullAnswer": "Beethoven" - }, { "category": "THE ROARING '20s", "air_date": "1993-07-02", @@ -1991034,7 +1892314,7 @@ "air_date": "1993-07-02", "question": "This radio show starring Freeman Gosden & Charles Correll joined the NBC network in 1929", "value": "$200", - "answer": "Amos \\'n\\' Andy", + "answer": "Amos 'n' Andy", "round": "Jeopardy!", "show_number": "2050", "fullAnswer": "Amos \\'n\\' Andy" @@ -1991444,7 +1892724,7 @@ "air_date": "1993-07-02", "question": "The precious type of this gem named for a domestic feline feature is greenish in color", "value": "$800", - "answer": "cat\\'s eye", + "answer": "cat's eye", "round": "Double Jeopardy!", "show_number": "2050", "fullAnswer": "a cat\\'s eye" @@ -1991639,16 +1892919,6 @@ "show_number": "4853", "fullAnswer": "Queen Latifah" }, - { - "category": "STUPID ANSWERS", - "air_date": "2005-10-19", - "question": "(Jimmy of the Clue Crew walks the stage of the Majestic Theatre in New York.) In the musical \"The Phantom of the Opera\", the Phantom writes one of these, called \"Don Juan Triumphant\"", - "value": "$400", - "answer": "opera", - "round": "Jeopardy!", - "show_number": "4853", - "fullAnswer": "an opera" - }, { "category": "FAMILIAR PHRASES", "air_date": "2005-10-19", @@ -1991984,7 +1893254,7 @@ "air_date": "2005-10-19", "question": "3-word name for the ground between enemy trenches; it could be less than 30 yards or more than a mile wide", "value": "$1200", - "answer": "no man\\'s land", + "answer": "no man's land", "round": "Double Jeopardy!", "show_number": "4853", "fullAnswer": "no man\\'s land" @@ -1992159,16 +1893429,6 @@ "show_number": "4853", "fullAnswer": "International Standard Book Number" }, - { - "category": "AMERICANA", - "air_date": "2005-10-19", - "question": "(Kelly of the Clue Crew reads the clue from a mail sorting counter at the post office.) In the '60s, to popularize a new system, the Post Office used ads of Ethel Merman singing this Disney movie tune", - "value": null, - "answer": "\\Zip-A-Dee-Doo-Dah\\", - "round": "Final Jeopardy!", - "show_number": "4853", - "fullAnswer": "\\\"Zip-A-Dee-Doo-Dah\\\"" - }, { "category": "WOMEN WRITERS", "air_date": "2004-01-28", @@ -1992224,7 +1893484,7 @@ "air_date": "2004-01-28", "question": "Sheep searcher Little Bo's military vehicles", "value": "$200", - "answer": "Peep\\'s jeeps", + "answer": "Peep's jeeps", "round": "Jeopardy!", "show_number": "4468", "fullAnswer": "Peep\\'s jeeps" @@ -1992284,7 +1893544,7 @@ "air_date": "2004-01-28", "question": "Merry old king's food-serving containers", "value": "$400", - "answer": "Cole\\'s bowls", + "answer": "Cole's bowls", "round": "Jeopardy!", "show_number": "4468", "fullAnswer": "Cole\\'s bowls" @@ -1992344,7 +1893604,7 @@ "air_date": "2004-01-28", "question": "Nonfat eating Jack's pet animals", "value": "$600", - "answer": "Sprat\\'s cats", + "answer": "Sprat's cats", "round": "Jeopardy!", "show_number": "4468", "fullAnswer": "Sprat\\'s cats" @@ -1992404,7 +1893664,7 @@ "air_date": "2004-01-28", "question": "Pignapper's explosive devices", "value": "$800", - "answer": "Tom\\'s bombs", + "answer": "Tom's bombs", "round": "Jeopardy!", "show_number": "4468", "fullAnswer": "Tom\\'s bombs" @@ -1992464,7 +1893724,7 @@ "air_date": "2004-01-28", "question": "Little Jack's funeralgoers", "value": "$1000", - "answer": "Horner\\'s mourners", + "answer": "Horner's mourners", "round": "Jeopardy!", "show_number": "4468", "fullAnswer": "Horner\\'s mourners" @@ -1993044,7 +1894304,7 @@ "air_date": "2001-02-13", "question": "The central gallery of this French museum, once a train station, is seen here", "value": "$500", - "answer": "Musee d\\'Orsay", + "answer": "Musee d'Orsay", "round": "Jeopardy!", "show_number": "3792", "fullAnswer": "Musee d\\'Orsay" @@ -1993394,7 +1894654,7 @@ "air_date": "2001-01-11", "question": "\"I don't want no other love, baby it's still you I'm thinking of\"", "value": "$100", - "answer": "Don\\'t Be Cruel", + "answer": "Don't Be Cruel", "round": "Jeopardy!", "show_number": "3769", "fullAnswer": "\"Don\\'t Be Cruel\"" @@ -1993914,7 +1895174,7 @@ "air_date": "2001-01-11", "question": "This NBA superstar raps & hip-hops on albums like \"You Can't Stop the Reign\"", "value": "$800", - "answer": "Shaquille O\\'Neal", + "answer": "Shaquille O'Neal", "round": "Double Jeopardy!", "show_number": "3769", "fullAnswer": "Shaquille O\\'Neal" @@ -1994079,16 +1895339,6 @@ "show_number": "4835", "fullAnswer": "Nikki Hilton" }, - { - "category": "THE BAD NEWS BEARERS", - "air_date": "2005-09-23", - "question": "(Hi, I'm Keith Olbermann.) For my coverage of the 9/11 events, I won one of the awards named for this famous newscaster who died in 1965", - "value": "$400", - "answer": "Murrow", - "round": "Jeopardy!", - "show_number": "4835", - "fullAnswer": "(Edward R.) Murrow" - }, { "category": "THE HURRICANE", "air_date": "2005-09-23", @@ -1994289,16 +1895539,6 @@ "show_number": "4835", "fullAnswer": "Right Honourable" }, - { - "category": "WHERE AM I?", - "air_date": "2005-09-23", - "question": "(Jimmy of the Clue Crew stands in front of a modest home.) I'm at Richard Nixon's birthplace in this Orange County, California city", - "value": "$400", - "answer": "Yorba Linda", - "round": "Double Jeopardy!", - "show_number": "4835", - "fullAnswer": "Yorba Linda" - }, { "category": "TV SHOW ADDRESSES", "air_date": "2005-09-23", @@ -1994349,16 +1895589,6 @@ "show_number": "4835", "fullAnswer": "visibility" }, - { - "category": "WHERE AM I?", - "air_date": "2005-09-23", - "question": "(Cheryl of the Clue Crew reads from a busy terminal.) I'm at this site, once called Idlewild, which, in a ceremony December 24, 1963, was officially renamed this", - "value": "$800", - "answer": "JFK International Airport", - "round": "Double Jeopardy!", - "show_number": "4835", - "fullAnswer": "JFK International Airport" - }, { "category": "TV SHOW ADDRESSES", "air_date": "2005-09-23", @@ -1994409,16 +1895639,6 @@ "show_number": "4835", "fullAnswer": "turnaround" }, - { - "category": "WHERE AM I?", - "air_date": "2005-09-23", - "question": "(Cheryl of the Clue Crew reports from the seaside.) I'm at this site built to defend against foreign enemies; it was attacked by Louisiana's General Beauregard in 1861", - "value": "$1200", - "answer": "Fort Sumter", - "round": "Double Jeopardy!", - "show_number": "4835", - "fullAnswer": "Fort Sumter" - }, { "category": "TV SHOW ADDRESSES", "air_date": "2005-09-23", @@ -1994459,16 +1895679,6 @@ "show_number": "4835", "fullAnswer": "Dvorak" }, - { - "category": "WHERE AM I?", - "air_date": "2005-09-23", - "question": "(Jimmy of the Clue Crew reports from a vantage overlooking a certain skyline.) I'm in this city, whose air used to look different until a movement called the Renaissance after World War II", - "value": "$2,000", - "answer": "Pittsburgh", - "round": "Double Jeopardy!", - "show_number": "4835", - "fullAnswer": "Pittsburgh" - }, { "category": "TV SHOW ADDRESSES", "air_date": "2005-09-23", @@ -1994509,16 +1895719,6 @@ "show_number": "4835", "fullAnswer": "Felix Mendelssohn" }, - { - "category": "WHERE AM I?", - "air_date": "2005-09-23", - "question": "(Cheryl of the Clue Crew carries the Bunny Rabbit puppet from Captain Kangaroo through some archives.) I'm with a few of the 3 million objects in this museum of the Smithsonian, once the Museum of History and Technology", - "value": "$2000", - "answer": "Museum of American History ", - "round": "Double Jeopardy!", - "show_number": "4835", - "fullAnswer": "the Museum of American History (the American History Museum accepted)" - }, { "category": "TV SHOW ADDRESSES", "air_date": "2005-09-23", @@ -1994559,16 +1895759,6 @@ "show_number": "4835", "fullAnswer": "(Georges) Bizet" }, - { - "category": "10-LETTER WORDS", - "air_date": "2005-09-23", - "question": "It's the art historical term for sculpture painted in many colors, like the Donatello seen here", - "value": "$2000", - "answer": "polychrome", - "round": "Double Jeopardy!", - "show_number": "4835", - "fullAnswer": "polychrome" - }, { "category": "MILITARY TRADITIONS", "air_date": "2005-09-23", @@ -1995339,16 +1896529,6 @@ "show_number": "5269", "fullAnswer": "grapefruit juice" }, - { - "category": "NANCY", - "air_date": "2007-07-05", - "question": "She's the legal eagle one-time Celebrity Jeopardy! contestant seen here", - "value": "$600", - "answer": "Nancy Grace", - "round": "Jeopardy!", - "show_number": "5269", - "fullAnswer": "Nancy Grace" - }, { "category": "YOU'RE HERDING ME!", "air_date": "2007-07-05", @@ -1995449,16 +1896629,6 @@ "show_number": "5269", "fullAnswer": "magpies" }, - { - "category": "WHADDYA DRINKIN'?", - "air_date": "2007-07-05", - "question": "(Jeff Probst reads the clue from the Fiji Islands.) Yongona is the Fijian name for this ceremonial drink, an infusion made from the roots of a pepper plant", - "value": "$1000", - "answer": "kava", - "round": "Jeopardy!", - "show_number": "5269", - "fullAnswer": "kava" - }, { "category": "NANCY", "air_date": "2007-07-05", @@ -1995519,16 +1896689,6 @@ "show_number": "5269", "fullAnswer": "(St.) Paul" }, - { - "category": "THE DENVER MINT", - "air_date": "2007-07-05", - "question": "(Kelly of the Clue Crew reports from the Denver Mint.) Production of quarters starts with coils of metal fed into a press; it's mainly this metal, that's more associated with pennies", - "value": "$400", - "answer": "copper", - "round": "Double Jeopardy!", - "show_number": "5269", - "fullAnswer": "copper" - }, { "category": "EUROPEAN KINGS", "air_date": "2007-07-05", @@ -1995639,16 +1896799,6 @@ "show_number": "5269", "fullAnswer": "Dostoevsky" }, - { - "category": "THE DENVER MINT", - "air_date": "2007-07-05", - "question": "(Jon of the Clue Crew is also at the Mint.) Back when coins were made of gold and silver, putting ridges around them was done to prevent cutting off bits of metal, an act known by this grooming term", - "value": "$1200", - "answer": "shaving", - "round": "Double Jeopardy!", - "show_number": "5269", - "fullAnswer": "shaving" - }, { "category": "EUROPEAN KINGS", "air_date": "2007-07-05", @@ -1995669,16 +1896819,6 @@ "show_number": "5269", "fullAnswer": "mensa" }, - { - "category": "BELOVED POLAND", - "air_date": "2007-07-05", - "question": "Poland's national anthem is in the style of this dance, named for a region of eastern Poland (Listen.)", - "value": "$1600", - "answer": "mazurka", - "round": "Double Jeopardy!", - "show_number": "5269", - "fullAnswer": "a mazurka" - }, { "category": "WOMEN IN SONG", "air_date": "2007-07-05", @@ -1995749,26 +1896889,6 @@ "show_number": "5269", "fullAnswer": "Cleopatra" }, - { - "category": "MEN OF LETTERS", - "air_date": "2007-07-05", - "question": "(I'm Hill Harper of CSI: NY.) My motivational book \"Letters to a Young Brother\" was inspired by this book written 100 years ago by Rainer Maria Rilke", - "value": "$2000", - "answer": "Letters to a Young Poet", - "round": "Double Jeopardy!", - "show_number": "5269", - "fullAnswer": "Letters to a Young Poet" - }, - { - "category": "THE DENVER MINT", - "air_date": "2007-07-05", - "question": "(Kelly of the Clue Crew reports from the Denver Mint once again.) Presses put designs on coins; a die called the hammer imprints the head side while one appropriately called this imprints the tail", - "value": "$2000", - "answer": "anvil", - "round": "Double Jeopardy!", - "show_number": "5269", - "fullAnswer": "the anvil" - }, { "category": "EUROPEAN KINGS", "air_date": "2007-07-05", @@ -1995874,7 +1896994,7 @@ "air_date": "1990-01-30", "question": "After 7 years of planning, this magazine published a condensed version of the Bible in 1982", "value": "$200", - "answer": "Reader\\'s Digest", + "answer": "Reader's Digest", "round": "Jeopardy!", "show_number": "1252", "fullAnswer": "Reader\\'s Digest" @@ -1996069,16 +1897189,6 @@ "show_number": "1252", "fullAnswer": "John Schuck" }, - { - "category": "FOOD TRIVIA", - "air_date": "1990-01-30", - "question": "This song, with a food in the title, made No. 2 on the pop charts in 1968:

\"Oh, I wake up in the morning, with my hair down in my eyes, and she says Hi!, and I stumble to the breakfast table while the kids are off to school...\"", - "value": "$300", - "answer": "Little Green Apples", - "round": "Jeopardy!", - "show_number": "1252", - "fullAnswer": "\"Little Green Apples\"" - }, { "category": "WORLD LEADERS", "air_date": "1990-01-30", @@ -1996399,16 +1897509,6 @@ "show_number": "6160", "fullAnswer": "George III" }, - { - "category": "THE SHANGHAI WORLD EXPO", - "air_date": "2011-05-27", - "question": "The pavilion for this international organization was built to look like one of its relief tents", - "value": "$200", - "answer": "Red Cross", - "round": "Jeopardy!", - "show_number": "6160", - "fullAnswer": "the Red Cross" - }, { "category": "INGREDIENTS IN THE MACBETH WITCHES' CAULDRON", "air_date": "2011-05-27", @@ -1996459,16 +1897559,6 @@ "show_number": "6160", "fullAnswer": "Jane Austen" }, - { - "category": "THE SHANGHAI WORLD EXPO", - "air_date": "2011-05-27", - "question": "This Alpine country's exhibit naturally included a ski lift ride", - "value": "$400", - "answer": "Switzerland", - "round": "Jeopardy!", - "show_number": "6160", - "fullAnswer": "Switzerland" - }, { "category": "INGREDIENTS IN THE MACBETH WITCHES' CAULDRON", "air_date": "2011-05-27", @@ -1996519,16 +1897609,6 @@ "show_number": "6160", "fullAnswer": "Krupp" }, - { - "category": "THE SHANGHAI WORLD EXPO", - "air_date": "2011-05-27", - "question": "A 20-foot-tall robotic baby named Migueln was featured in this European country's exhibit", - "value": "$600", - "answer": "Spain", - "round": "Jeopardy!", - "show_number": "6160", - "fullAnswer": "Spain" - }, { "category": "INGREDIENTS IN THE MACBETH WITCHES' CAULDRON", "air_date": "2011-05-27", @@ -1996579,16 +1897659,6 @@ "show_number": "6160", "fullAnswer": "Muhammad Ali" }, - { - "category": "THE SHANGHAI WORLD EXPO", - "air_date": "2011-05-27", - "question": "Artwork brought to China for the expo included a van Gogh, a Gauguin, and a self-portrait by this woman in the Mexico pavilion", - "value": "$800", - "answer": "Frida Kahlo", - "round": "Jeopardy!", - "show_number": "6160", - "fullAnswer": "Frida Kahlo" - }, { "category": "INGREDIENTS IN THE MACBETH WITCHES' CAULDRON", "air_date": "2011-05-27", @@ -1996639,16 +1897709,6 @@ "show_number": "6160", "fullAnswer": "Cumberland Road" }, - { - "category": "THE SHANGHAI WORLD EXPO", - "air_date": "2011-05-27", - "question": "These two special Chinese administrative regions each had a pavilion", - "value": "$1000", - "answer": "Hong Kong and Macao", - "round": "Jeopardy!", - "show_number": "6160", - "fullAnswer": "Hong Kong and Macao" - }, { "category": "INGREDIENTS IN THE MACBETH WITCHES' CAULDRON", "air_date": "2011-05-27", @@ -1996729,16 +1897789,6 @@ "show_number": "6160", "fullAnswer": "McCormick" }, - { - "category": "PINEAPPLES", - "air_date": "2011-05-27", - "question": "(Sarah of the Clue Crew reports from a pineapple plantation.)
Pineapples are the only widely eaten of the bromeliads--a family of 3,000 species; like others, they aren't grown from seed, but by planting the top leafy structure, called this", - "value": "$400", - "answer": "crown", - "round": "Double Jeopardy!", - "show_number": "6160", - "fullAnswer": "a crown" - }, { "category": "ENDS WITH A BODY PART", "air_date": "2011-05-27", @@ -1996789,16 +1897839,6 @@ "show_number": "6160", "fullAnswer": "McCarthy" }, - { - "category": "PINEAPPLES", - "air_date": "2011-05-27", - "question": "(Sarah of the Clue Crew reports from a pineapple plantation.)
Pineapple cultivation needs relatively little irrigation; with its reservoir formed in the leaves, the plant is a natural xerophyte--from the Greek \"xeros\", meaning this", - "value": "$800", - "answer": "dry", - "round": "Double Jeopardy!", - "show_number": "6160", - "fullAnswer": "dry" - }, { "category": "ENDS WITH A BODY PART", "air_date": "2011-05-27", @@ -1996839,26 +1897879,6 @@ "show_number": "6160", "fullAnswer": "peak" }, - { - "category": "McMEN", - "air_date": "2011-05-27", - "question": "You don't have to picture this Republican senator; he's seen here", - "value": "$1200", - "answer": "McConnell", - "round": "Double Jeopardy!", - "show_number": "6160", - "fullAnswer": "McConnell" - }, - { - "category": "PINEAPPLES", - "air_date": "2011-05-27", - "question": "(Sarah of the Clue Crew reports from a pineapple plantation.)
The pineapple shoots that grow from the mother plants after the main harvest are called the ratoon crop--also the Hawaiian term for a baby born to late-in-life parents, the word is thought to be from the Latin for this season", - "value": "$1200", - "answer": "autumn", - "round": "Double Jeopardy!", - "show_number": "6160", - "fullAnswer": "autumn" - }, { "category": "ENDS WITH A BODY PART", "air_date": "2011-05-27", @@ -1996909,16 +1897929,6 @@ "show_number": "6160", "fullAnswer": "(Robert) McNamara" }, - { - "category": "PINEAPPLES", - "air_date": "2011-05-27", - "question": "(Sarah of the Clue Crew reports from a pineapple plantation.)
The material that's laid down where pineapples are planted keeps weeds off, retains warmth, & keeps moisture in; though it's a strip of plastic rather than organic material, it's called this", - "value": "$1600", - "answer": "mulch", - "round": "Double Jeopardy!", - "show_number": "6160", - "fullAnswer": "mulch" - }, { "category": "ENDS WITH A BODY PART", "air_date": "2011-05-27", @@ -1996969,16 +1897979,6 @@ "show_number": "6160", "fullAnswer": "(John) McAdam" }, - { - "category": "PINEAPPLES", - "air_date": "2011-05-27", - "question": "(Sarah of the Clue Crew reports from a pineapple plantation.)
Whether grown in Africa or here in Hawaii, pineapples have eight spirals in one direction and 13 in the other--one example where nature shows the number sequence named for this Italian mathematician", - "value": "$2000", - "answer": "Fibonacci", - "round": "Double Jeopardy!", - "show_number": "6160", - "fullAnswer": "Fibonacci" - }, { "category": "ENDS WITH A BODY PART", "air_date": "2011-05-27", @@ -1997494,7 +1898494,7 @@ "air_date": "1997-01-13", "question": "A state of depression is called a Slough of Despond after a deep bog in this John Bunyan classic", "value": "$800", - "answer": "Pilgrim\\'s Progress", + "answer": "Pilgrim's Progress", "round": "Double Jeopardy!", "show_number": "2851", "fullAnswer": "\"Pilgrim\\'s Progress\"" @@ -1997654,7 +1898654,7 @@ "air_date": "2000-12-28", "question": "Men & women both have this \"fruity\" lump in the front of the throat; it's just more noticeable in men", "value": "$200", - "answer": "Adam\\'s apple", + "answer": "Adam's apple", "round": "Jeopardy!", "show_number": "3759", "fullAnswer": "Adam\\'s apple" @@ -1998559,16 +1899559,6 @@ "show_number": "5812", "fullAnswer": "Rose Nylund" }, - { - "category": "NOTABLE AMERICANS", - "air_date": "2009-12-15", - "question": "Sing the song of this poet, one of the Roughs, seen here", - "value": "$800", - "answer": "Walt Whitman", - "round": "Double Jeopardy!", - "show_number": "5812", - "fullAnswer": "Walt Whitman" - }, { "category": "IT'S A GAS", "air_date": "2009-12-15", @@ -1998719,16 +1899709,6 @@ "show_number": "5812", "fullAnswer": "kookaburra" }, - { - "category": "STATE FACTS", - "air_date": "2009-12-15", - "question": "(Jimmy of the Clue Crew shows a geometric diagram on the monitor.) A tangent is a line that touches a circle at one point; a line that intersects at two points is called this", - "value": "$2000", - "answer": "secant", - "round": "Double Jeopardy!", - "show_number": "5812", - "fullAnswer": "a secant" - }, { "category": "FLOWER GIRLS", "air_date": "2009-12-15", @@ -1999024,7 +1900004,7 @@ "air_date": "2006-06-30", "question": "For sailors, this musician's \"Green\" is a place with non-stop music & dance, unlimited tobacco & loads of rum", "value": "$800", - "answer": "Fiddler\\'s Green", + "answer": "Fiddler's Green", "round": "Jeopardy!", "show_number": "5035", "fullAnswer": "Fiddler\\'s Green" @@ -1999129,16 +1900109,6 @@ "show_number": "5035", "fullAnswer": "Hilfiger" }, - { - "category": "MOSCOW KNOW-HOW", - "air_date": "2006-06-30", - "question": "(Cheryl of the Clue Crew points out a feature on a church in Moscow, Russia.) In Moscow, you can see how these church features got their name--they do look like a certain bulb vegetable", - "value": "$400", - "answer": "onion domes", - "round": "Double Jeopardy!", - "show_number": "5035", - "fullAnswer": "onion domes" - }, { "category": "PALINDROMIC WORDS", "air_date": "2006-06-30", @@ -1999199,16 +1900169,6 @@ "show_number": "5035", "fullAnswer": "Peter the Great" }, - { - "category": "PALINDROMIC WORDS", - "air_date": "2006-06-30", - "question": "It's the tool seen here", - "value": "$800", - "answer": "level", - "round": "Double Jeopardy!", - "show_number": "5035", - "fullAnswer": "a level" - }, { "category": "CLASSICAL MUSIC", "air_date": "2006-06-30", @@ -1999249,16 +1900209,6 @@ "show_number": "5035", "fullAnswer": "(Alexander) Hamilton" }, - { - "category": "MOSCOW KNOW-HOW", - "air_date": "2006-06-30", - "question": "(Cheryl of the Clue Crew now reports from a market in Moscow.) Russian markets feature an array of these urns that have use beyond boiling water--now, decorative objects", - "value": "$1200", - "answer": "samovar", - "round": "Double Jeopardy!", - "show_number": "5035", - "fullAnswer": "a samovar" - }, { "category": "PALINDROMIC WORDS", "air_date": "2006-06-30", @@ -1999369,16 +1900319,6 @@ "show_number": "5035", "fullAnswer": "Hector" }, - { - "category": "MOSCOW KNOW-HOW", - "air_date": "2006-06-30", - "question": "(Sarah of the Clue Crew reports from Moscow, Russia.) Luminaries whose ashes are interred at the Kremlin Wall include this U.S. journalist portrayed in the movie \"Reds\"", - "value": "$9,000", - "answer": "Reed", - "round": "Double Jeopardy!", - "show_number": "5035", - "fullAnswer": "(John) Reed" - }, { "category": "PALINDROMIC WORDS", "air_date": "2006-06-30", @@ -2000764,7 +1901704,7 @@ "air_date": "2005-05-23", "question": "This ex-sailor published 3 early sea plays in the magazine, including \"The Long Voyage Home\"", "value": "$1,000", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Jeopardy!", "show_number": "4781", "fullAnswer": "Eugene O\\'Neill" @@ -2001039,16 +1901979,6 @@ "show_number": "4781", "fullAnswer": "(Andre) Michelin" }, - { - "category": "IT CHANGED THE WORLD", - "air_date": "2005-05-23", - "question": "(Jimmy of the Clue Crew stands before a portrait of George Marshall in the Pentagon in Arlington, Virginia.) George Marshall became Chief of Staff of a 200,000 man army on this date, when WWII began; by war's end, the number was 8 million", - "value": "$1200", - "answer": "September 1, 1939", - "round": "Double Jeopardy!", - "show_number": "4781", - "fullAnswer": "September 1, 1939" - }, { "category": "BEFORE, DURING & AFTER", "air_date": "2005-05-23", @@ -2001239,16 +1902169,6 @@ "show_number": "5804", "fullAnswer": "Johnson" }, - { - "category": "WOODSTOCK", - "air_date": "2009-12-03", - "question": "(Jimmy of the Clue Crew reports from inside the Museum at Bethel Woods, New York.) For an exhibit commemorating the 40th anniversary of the event, the museum constructed a replica of the Montreal hotel room used by this couple during their Bed-In for Peace", - "value": "$200", - "answer": "John & Yoko", - "round": "Jeopardy!", - "show_number": "5804", - "fullAnswer": "John & Yoko" - }, { "category": "NATIONAL ANTHEMS", "air_date": "2009-12-03", @@ -2001299,16 +1902219,6 @@ "show_number": "5804", "fullAnswer": "Jones" }, - { - "category": "WOODSTOCK", - "air_date": "2009-12-03", - "question": "(Jimmy of the Clue Crew reports from outside the Museum at Bethel Woods, New York.) If you can't make it here to upstate New York, go to woodstock.com to read bios of performers like this man who closed the festival with blistering versions of \"The Star Spangled Banner\" & \"Hey Joe\"", - "value": "$400", - "answer": "Jimi Hendrix", - "round": "Jeopardy!", - "show_number": "5804", - "fullAnswer": "Jimi Hendrix" - }, { "category": "NATIONAL ANTHEMS", "air_date": "2009-12-03", @@ -2001334,7 +1902244,7 @@ "air_date": "2009-12-03", "question": "The infamous penal colony on this rocky islet off the coast of South America opened in 1852", "value": "$600", - "answer": "Devil\\'s Island", + "answer": "Devil's Island", "round": "Jeopardy!", "show_number": "5804", "fullAnswer": "Devil\\'s Island" @@ -2001359,16 +1902269,6 @@ "show_number": "5804", "fullAnswer": "Smith" }, - { - "category": "WOODSTOCK", - "air_date": "2009-12-03", - "question": "(Kelly of the Clue Crew reports from inside the Museum at Bethel Woods, New York.) In the museum's theater, visitors can relax on beanbag chairs and watch festival highlights, such as the work of this Indian sitar master & friend of the Beatles", - "value": "$600", - "answer": "Ravi Shankar", - "round": "Jeopardy!", - "show_number": "5804", - "fullAnswer": "Ravi Shankar" - }, { "category": "NATIONAL ANTHEMS", "air_date": "2009-12-03", @@ -2001419,16 +1902319,6 @@ "show_number": "5804", "fullAnswer": "Thomas" }, - { - "category": "WOODSTOCK", - "air_date": "2009-12-03", - "question": "(Jimmy of the Clue Crew reports from inside the Museum at Bethel Woods, New York.) The festival's iconic poster lists several acts who didn't end up playing, including these heavy metal forefathers who sang \"In-A-Gadda-Da-Vida\"--they ended up stuck at an airport", - "value": "$800", - "answer": "Iron Butterfly", - "round": "Jeopardy!", - "show_number": "5804", - "fullAnswer": "Iron Butterfly" - }, { "category": "NATIONAL ANTHEMS", "air_date": "2009-12-03", @@ -2001454,7 +1902344,7 @@ "air_date": "2009-12-03", "question": "This \"Chateau\" on a tiny rock in the Mediterranean was a prison in real life, not just in \"The Count of Monte Cristo\"", "value": "$1000", - "answer": "Château d\\'If", + "answer": "Château d'If", "round": "Jeopardy!", "show_number": "5804", "fullAnswer": "Château d\\'If" @@ -2001479,16 +1902369,6 @@ "show_number": "5804", "fullAnswer": "Brown" }, - { - "category": "WOODSTOCK", - "air_date": "2009-12-03", - "question": "(Jimmy of the Clue Crew reports from outside the Museum at Bethel Woods, New York.) Woodstock opened with a performance by this African-American folk artist who was called back for so many encores, he ran out of material and had to improvise his now classic \"Freedom\"", - "value": "$1000", - "answer": "Richie Havens", - "round": "Jeopardy!", - "show_number": "5804", - "fullAnswer": "Richie Havens" - }, { "category": "MATH", "air_date": "2009-12-03", @@ -2001564,7 +1902444,7 @@ "air_date": "2009-12-03", "question": "Don't expect this Fox News \"Culture Warrior\" to mellow in his 60s, which started September 10", "value": "$800", - "answer": "Bill O\\'Reilly", + "answer": "Bill O'Reilly", "round": "Double Jeopardy!", "show_number": "5804", "fullAnswer": "Bill O\\'Reilly" @@ -2001679,16 +1902559,6 @@ "show_number": "5804", "fullAnswer": "integration" }, - { - "category": "MILESTONE BIRTHDAYS 2009", - "air_date": "2009-12-03", - "question": "We hope his cast mates threw him an \"Office\" party when he turned 30 on October 20", - "value": "$1600", - "answer": "Krasinski", - "round": "Double Jeopardy!", - "show_number": "5804", - "fullAnswer": "(John) Krasinski" - }, { "category": "OPERA", "air_date": "2009-12-03", @@ -2001754,7 +1902624,7 @@ "air_date": "2009-12-03", "question": "Tom Rakewell is lured into a life of vice in this 1951 opera based on a series of engravings by William Hogarth", "value": "$2000", - "answer": "Rake\\'s Progress", + "answer": "Rake's Progress", "round": "Double Jeopardy!", "show_number": "5804", "fullAnswer": "The Rake\\'s Progress" @@ -2002034,7 +1902904,7 @@ "air_date": "2001-01-08", "question": "For serious penance, this nine-strand knotted flogging whip might be required", "value": "$400", - "answer": "Cat o\\' nine tails", + "answer": "Cat o' nine tails", "round": "Jeopardy!", "show_number": "3766", "fullAnswer": "Cat o\\' nine tails" @@ -2002664,7 +1903534,7 @@ "air_date": "1999-10-11", "question": "USA Today said that Meg Ryan & Tom Hanks \"Should win a Nobel Prize for Chemistry\" for this 1998 film", "value": "$500", - "answer": "You\\'ve Got Mail", + "answer": "You've Got Mail", "round": "Jeopardy!", "show_number": "3471", "fullAnswer": "You\\'ve Got Mail" @@ -2003269,16 +1904139,6 @@ "show_number": "4976", "fullAnswer": "the Golden Temple" }, - { - "category": "KICK THE CANNES", - "air_date": "2006-04-10", - "question": "The first festival in 1946 screened \"The Lost Weekend\" directed by this man", - "value": "$1000", - "answer": "Billy Wilder", - "round": "Jeopardy!", - "show_number": "4976", - "fullAnswer": "Billy Wilder" - }, { "category": "RED ROVER, RED ROVER", "air_date": "2006-04-10", @@ -2003299,16 +1904159,6 @@ "show_number": "4976", "fullAnswer": "eider" }, - { - "category": "LET'S PLAY \"TAG\"", - "air_date": "2006-04-10", - "question": "It's the 2-dimentional figure seen here", - "value": "$1000", - "answer": "heptagon", - "round": "Jeopardy!", - "show_number": "4976", - "fullAnswer": "a heptagon" - }, { "category": "MARCO POLO", "air_date": "2006-04-10", @@ -2003349,16 +1904199,6 @@ "show_number": "4976", "fullAnswer": "sitting" }, - { - "category": "DEAF & BLIND", - "air_date": "2006-04-10", - "question": "(Jon of the Clue Crew delivers the clue from the Alabama Institue for Deaf & Blind.) The Silent Warrior deaf football team uses a bass drum in place of this 4-letter word that signals the snap", - "value": "$400", - "answer": "hike", - "round": "Double Jeopardy!", - "show_number": "4976", - "fullAnswer": "hike" - }, { "category": "LITERARY TERMS", "air_date": "2006-04-10", @@ -2003389,16 +1904229,6 @@ "show_number": "4976", "fullAnswer": "The Canterbury Tales" }, - { - "category": "ENTERTAINERS", - "air_date": "2006-04-10", - "question": "In 2005 this actress was very supportive in her roles in \"Capote\" and \"The 40 Year Old Virgin\"", - "value": "$800", - "answer": "Catherine Keener", - "round": "Double Jeopardy!", - "show_number": "4976", - "fullAnswer": "Catherine Keener" - }, { "category": "POSITION PAPERS", "air_date": "2006-04-10", @@ -2003409,16 +1904239,6 @@ "show_number": "4976", "fullAnswer": "Crouching" }, - { - "category": "DEAF & BLIND", - "air_date": "2006-04-10", - "question": "(Cheryl of the Clue Crew delivers the clue from the Alabama Institute for Deaf & Blind.) On the campus named for this remarkable woman, a statue is signing the word for blind while reading the word for deaf", - "value": "$800", - "answer": "Helen Keller", - "round": "Double Jeopardy!", - "show_number": "4976", - "fullAnswer": "Helen Keller" - }, { "category": "LITERARY TERMS", "air_date": "2006-04-10", @@ -2003469,16 +1904289,6 @@ "show_number": "4976", "fullAnswer": "standing" }, - { - "category": "DEAF & BLIND", - "air_date": "2006-04-10", - "question": "(Jon of the Clue Crew delivers the clue from the Alabama Institute for Deaf & Blind.) Students at Alabama Institute for Deaf & Blind have talking computers & these note-taking writers named for a famous Frenchman", - "value": "$1200", - "answer": "Braille writers", - "round": "Double Jeopardy!", - "show_number": "4976", - "fullAnswer": "Braille writers" - }, { "category": "LITERARY TERMS", "air_date": "2006-04-10", @@ -2003529,16 +1904339,6 @@ "show_number": "4976", "fullAnswer": "kneeling" }, - { - "category": "DEAF & BLIND", - "air_date": "2006-04-10", - "question": "(Jon of the Clue Crew delivers the clue from the Alabama Institute for Deaf & Blind.) Blind students learn hands-on about animals with help from this science, which is Greek for \"arrangement of skin\"", - "value": "$1600", - "answer": "taxidermy", - "round": "Double Jeopardy!", - "show_number": "4976", - "fullAnswer": "taxidermy" - }, { "category": "LITERARY TERMS", "air_date": "2006-04-10", @@ -2003589,16 +1904389,6 @@ "show_number": "4976", "fullAnswer": "squatting" }, - { - "category": "DEAF & BLIND", - "air_date": "2006-04-10", - "question": "(Cheryl of the Clue Crew delivers the clue from the Alabama Institute for Deaf & Blind.) This youthful soul gospel group was formed at what's now Alabama Institute for Deaf & Blind in 1939 & original members still perform together in the 21st century", - "value": "$2000", - "answer": "Blind Boys of Alabama", - "round": "Double Jeopardy!", - "show_number": "4976", - "fullAnswer": "The Blind Boys of Alabama" - }, { "category": "LITERARY TERMS", "air_date": "2006-04-10", @@ -2003974,7 +1904764,7 @@ "air_date": "1997-05-13", "question": "In 1996 this fast food chain introduced its \"Deluxe Line\" for grown-ups", "value": "$200", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Double Jeopardy!", "show_number": "2937", "fullAnswer": "McDonald\\'s" @@ -2004234,7 +1905024,7 @@ "air_date": "1997-05-13", "question": "It's the first in a trilogy of books that also includes \"In The Night Kitchen\" & \"Outside Over There\"", "value": null, - "answer": "\\Where the Wild Things Are\\", + "answer": "Where the Wild Things Are", "round": "Final Jeopardy!", "show_number": "2937", "fullAnswer": "\\\"Where the Wild Things Are\\\"" @@ -2004794,7 +1905584,7 @@ "air_date": "2003-03-27", "question": "When in Rome, it's hard to miss this ancient monument seen here; it's over 100 feet tall", "value": "$2000", - "answer": "Trajan\\'s Column", + "answer": "Trajan's Column", "round": "Double Jeopardy!", "show_number": "4284", "fullAnswer": "Trajan\\'s Column" @@ -2005014,7 +1905804,7 @@ "air_date": "2009-10-22", "question": "Puppet Judy's pugilistic spouse's midday meals", "value": "$600", - "answer": "Punch\\'s lunches", + "answer": "Punch's lunches", "round": "Jeopardy!", "show_number": "5774", "fullAnswer": "Punch\\'s lunches" @@ -2005029,16 +1905819,6 @@ "show_number": "5774", "fullAnswer": "try" }, - { - "category": "TAOISM", - "air_date": "2009-10-22", - "question": "Seen here in a symbol, these two archetypal forces represent the dual balance of existence in Taoist belief", - "value": "$800", - "answer": "yin & yang", - "round": "Jeopardy!", - "show_number": "5774", - "fullAnswer": "yin & yang" - }, { "category": "CELEBS WHO TWITTER", "air_date": "2009-10-22", @@ -2005229,22 +1906009,12 @@ "show_number": "5774", "fullAnswer": "Tatooine" }, - { - "category": "PARTY LIKE IT'S 1499", - "air_date": "2009-10-22", - "question": "(Sarah of the Clue Crew reports from the Hostal Dos Reis Catolicos in Spain.) Begun as a pilgrim's hospice, Hostal Dos Reis Catolicos in Santiago de Compostela was founded by this regal pair in 1499", - "value": "$800", - "answer": "Ferdinand & Isabella", - "round": "Double Jeopardy!", - "show_number": "5774", - "fullAnswer": "Ferdinand & Isabella" - }, { "category": "SLIP-POURRI", "air_date": "2009-10-22", "question": "Wham-O introduced this backyard strip of watery fun in 1961", "value": "$800", - "answer": "Slip \\'N Slide", + "answer": "Slip 'N Slide", "round": "Double Jeopardy!", "show_number": "5774", "fullAnswer": "Slip \\'N Slide" @@ -2005359,16 +1906129,6 @@ "show_number": "5774", "fullAnswer": "Switzerland" }, - { - "category": "SLIP-POURRI", - "air_date": "2009-10-22", - "question": "The lady's slipper variety of this exotic plant is seen here", - "value": "$1600", - "answer": "orchid", - "round": "Double Jeopardy!", - "show_number": "5774", - "fullAnswer": "an orchid" - }, { "category": "O____O GEOGRAPHY", "air_date": "2009-10-22", @@ -2006099,16 +1906859,6 @@ "show_number": "5663", "fullAnswer": "The Shining" }, - { - "category": "THE NEW YORK TIMES CROSSWORD PUZZLE", - "air_date": "2009-04-01", - "question": "Let's start off with 30 across... \"French auto race\"", - "value": "$200", - "answer": "Grand Prix", - "round": "Jeopardy!", - "show_number": "5663", - "fullAnswer": "Grand Prix" - }, { "category": "ROME, THE ETERNAL CITY", "air_date": "2009-04-01", @@ -2006159,16 +1906909,6 @@ "show_number": "5663", "fullAnswer": "the green mile" }, - { - "category": "THE NEW YORK TIMES CROSSWORD PUZZLE", - "air_date": "2009-04-01", - "question": "We'll make 11 down... \"Levy at an Exxon or BP station\"", - "value": "$400", - "answer": "gasoline tax", - "round": "Jeopardy!", - "show_number": "5663", - "fullAnswer": "gasoline tax" - }, { "category": "ROME, THE ETERNAL CITY", "air_date": "2009-04-01", @@ -2006219,16 +1906959,6 @@ "show_number": "5663", "fullAnswer": "Christine" }, - { - "category": "THE NEW YORK TIMES CROSSWORD PUZZLE", - "air_date": "2009-04-01", - "question": "61 across is a bit tricky... \"Vaudeville brother born Milton\"", - "value": "$600", - "answer": "Gummo Marx", - "round": "Jeopardy!", - "show_number": "5663", - "fullAnswer": "Gummo Marx" - }, { "category": "ROME, THE ETERNAL CITY", "air_date": "2009-04-01", @@ -2006279,16 +1907009,6 @@ "show_number": "5663", "fullAnswer": "Rita Hayworth" }, - { - "category": "THE NEW YORK TIMES CROSSWORD PUZZLE", - "air_date": "2009-04-01", - "question": "For 39 across, let's see if they get... \"Trademarked brand or waterproof fabric\"", - "value": "$800", - "answer": "Gore-Tex", - "round": "Jeopardy!", - "show_number": "5663", - "fullAnswer": "Gore-Tex" - }, { "category": "ROME, THE ETERNAL CITY", "air_date": "2009-04-01", @@ -2006339,26 +1907059,6 @@ "show_number": "5663", "fullAnswer": "It" }, - { - "category": "THE NEW YORK TIMES CROSSWORD PUZZLE", - "air_date": "2009-04-01", - "question": "For 47 across, I'll hit them with... \"Palate-raising response\"", - "value": "$1000", - "answer": "gag reflex", - "round": "Jeopardy!", - "show_number": "5663", - "fullAnswer": "gag reflex" - }, - { - "category": "ART HISTORY", - "air_date": "2009-04-01", - "question": "(Jon of the Clue Crew is standing in front of a painting.) Van Eyck filled his Arnolfini portrait
with symbolism.
Both the color green and the woman's pose
to exaggerate her stomach are meant to indicate this, though, sadly,
she never had any children", - "value": "$400", - "answer": "fertility", - "round": "Double Jeopardy!", - "show_number": "5663", - "fullAnswer": "fertility" - }, { "category": "NO. 1 HITMAKERS OF THE '90s", "air_date": "2009-04-01", @@ -2006379,16 +1907079,6 @@ "show_number": "5663", "fullAnswer": "Great Britain" }, - { - "category": "PHOTO/JOURNALISM", - "air_date": "2009-04-01", - "question": "Beginning reporter", - "value": "$400", - "answer": "cub", - "round": "Double Jeopardy!", - "show_number": "5663", - "fullAnswer": "a cub" - }, { "category": "LANGUAGES", "air_date": "2009-04-01", @@ -2006439,16 +1907129,6 @@ "show_number": "5663", "fullAnswer": "cow (cattle)" }, - { - "category": "PHOTO/JOURNALISM", - "air_date": "2009-04-01", - "question": "1- or 2-word label
for a news story
or this lovely guy", - "value": "$800", - "answer": "slug", - "round": "Double Jeopardy!", - "show_number": "5663", - "fullAnswer": "a slug" - }, { "category": "LANGUAGES", "air_date": "2009-04-01", @@ -2006469,16 +1907149,6 @@ "show_number": "5663", "fullAnswer": "fins" }, - { - "category": "ART HISTORY", - "air_date": "2009-04-01", - "question": "This artist put himself in \"Las Meninas\", painting a large canvas.
He's behind the infante.", - "value": "$2,000", - "answer": "Velázquez", - "round": "Double Jeopardy!", - "show_number": "5663", - "fullAnswer": "(Diego) Velázquez" - }, { "category": "NO. 1 HITMAKERS OF THE '90s", "air_date": "2009-04-01", @@ -2006499,16 +1907169,6 @@ "show_number": "5663", "fullAnswer": "a snake" }, - { - "category": "PHOTO/JOURNALISM", - "air_date": "2009-04-01", - "question": "Short line of copy
above the headline,
or the person seen here", - "value": "$1200", - "answer": "kicker", - "round": "Double Jeopardy!", - "show_number": "5663", - "fullAnswer": "the kicker" - }, { "category": "LANGUAGES", "air_date": "2009-04-01", @@ -2006559,16 +1907219,6 @@ "show_number": "5663", "fullAnswer": "the ANC (African National Congress)" }, - { - "category": "PHOTO/JOURNALISM", - "air_date": "2009-04-01", - "question": "Attention-grabbing item at the end of a news story or the game being played here", - "value": "$1600", - "answer": "tag", - "round": "Double Jeopardy!", - "show_number": "5663", - "fullAnswer": "tag" - }, { "category": "LANGUAGES", "air_date": "2009-04-01", @@ -2006589,16 +1907239,6 @@ "show_number": "5663", "fullAnswer": "flatfish" }, - { - "category": "ART HISTORY", - "air_date": "2009-04-01", - "question": "(Jon of the Clue Crew
shows a painting on the monitor.
) In Vermeer's \"Artist's Studio\", the model has a trumpet, a laurel wreath & a book to record heroic deeds, symbolizing the attributes of this muse of history", - "value": "$2000", - "answer": "Clio", - "round": "Double Jeopardy!", - "show_number": "5663", - "fullAnswer": "Clio" - }, { "category": "NO. 1 HITMAKERS OF THE '90s", "air_date": "2009-04-01", @@ -2006609,16 +1907249,6 @@ "show_number": "5663", "fullAnswer": "Lisa Loeb" }, - { - "category": "PHOTO/JOURNALISM", - "air_date": "2009-04-01", - "question": "Complete all editorial work on the newspaper & send it to printer, or what Mom is doing here", - "value": "$2000", - "answer": "put it to bed", - "round": "Double Jeopardy!", - "show_number": "5663", - "fullAnswer": "put it to bed" - }, { "category": "LANGUAGES", "air_date": "2009-04-01", @@ -2007079,16 +1907709,6 @@ "show_number": "4687", "fullAnswer": "Christopher Wren" }, - { - "category": "GUITAR PLAYER", - "air_date": "2005-01-11", - "question": "This guitarist with his own band is heard here playing lead on someone else's No. 1 hit", - "value": "$1200", - "answer": "Eddie Van Halen", - "round": "Double Jeopardy!", - "show_number": "4687", - "fullAnswer": "Eddie Van Halen" - }, { "category": "WRITERS JOURNAL", "air_date": "2005-01-11", @@ -2007129,16 +1907749,6 @@ "show_number": "4687", "fullAnswer": "the breadbasket" }, - { - "category": "ARCHITECTURAL DIGEST", - "air_date": "2005-01-11", - "question": "(Cheryl of the Clue Crew stands by an alcove with a fireplace in Oak Park, Chicago, IL.) It's the word for a cozy fireside nook; Frank Lloyd Wright designed this one with an arts-and-crafts influence", - "value": "$1600", - "answer": "inglenook", - "round": "Double Jeopardy!", - "show_number": "4687", - "fullAnswer": "the inglenook" - }, { "category": "GUITAR PLAYER", "air_date": "2005-01-11", @@ -2007294,21 +1907904,11 @@ "air_date": "2006-01-11", "question": "Ad man Cliff Freeman came up with this catchphrase delivered by Clara Peller in Wendy's commercials", "value": "$200", - "answer": "Where\\'s the beef?", + "answer": "Where's the beef?", "round": "Jeopardy!", "show_number": "4913", "fullAnswer": "\"Where\\'s the beef?\"" }, - { - "category": "JACKSON HOLE", - "air_date": "2006-01-11", - "question": "(Kelly of the Clue Crew reports from a park in Jackson Hole, Wyoming.) It's hard to believe the picturesque Jackson Square was once used as a dump; in 1932 it was beautified & named for this president for his 200th birthday", - "value": "$200", - "answer": "George Washington", - "round": "Jeopardy!", - "show_number": "4913", - "fullAnswer": "George Washington" - }, { "category": "\"BUSH\"-ISMS", "air_date": "2006-01-11", @@ -2007329,16 +1907929,6 @@ "show_number": "4913", "fullAnswer": "Billie Holiday" }, - { - "category": "CLEVELAND ATHLETES", - "air_date": "2006-01-11", - "question": "Almost 40 years after his retirement, he dominates his team's record books", - "value": "$400", - "answer": "Jim Brown", - "round": "Jeopardy!", - "show_number": "4913", - "fullAnswer": "Jim Brown" - }, { "category": "TRUMAN CAPOTE", "air_date": "2006-01-11", @@ -2007349,16 +1907939,6 @@ "show_number": "4913", "fullAnswer": "Kansas" }, - { - "category": "MADISON AVE.", - "air_date": "2006-01-11", - "question": "Advertising copywriter Tom Rogers created this ad mascot seen here", - "value": "$400", - "answer": "Charlie ", - "round": "Jeopardy!", - "show_number": "4913", - "fullAnswer": "Charlie (the Tuna)" - }, { "category": "JACKSON HOLE", "air_date": "2006-01-11", @@ -2007419,16 +1907999,6 @@ "show_number": "4913", "fullAnswer": "Intel" }, - { - "category": "JACKSON HOLE", - "air_date": "2006-01-11", - "question": "(Kelly of the Clue Crew walks under arches in Jackson Hole, Wyoming.) Jackson's famous arches are made of antlers of these animals found in the area; don't worry--they shed them first", - "value": "$600", - "answer": "elk", - "round": "Jeopardy!", - "show_number": "4913", - "fullAnswer": "elk" - }, { "category": "\"BUSH\"-ISMS", "air_date": "2006-01-11", @@ -2007539,16 +1908109,6 @@ "show_number": "4913", "fullAnswer": "Rold Gold" }, - { - "category": "JACKSON HOLE", - "air_date": "2006-01-11", - "question": "(Kelly of the Clue Crew walks in the street of Jackson Hole, Wyoming.) Here in the \"Equality State\", Jackson was the U.S.A.'s first municipality with an all-female government in this year when U.S. women got the vote", - "value": "$1000", - "answer": "1920", - "round": "Jeopardy!", - "show_number": "4913", - "fullAnswer": "1920" - }, { "category": "\"BUSH\"-ISMS", "air_date": "2006-01-11", @@ -2007629,16 +1908189,6 @@ "show_number": "4913", "fullAnswer": "Nancy Reagan" }, - { - "category": "THE COLOR PURPLE", - "air_date": "2006-01-11", - "question": "The opening guitar riff of this classic is heard here", - "value": "$800", - "answer": "Purple Haze", - "round": "Double Jeopardy!", - "show_number": "4913", - "fullAnswer": "\"Purple Haze\"" - }, { "category": "CLASSICAL CLASSICS", "air_date": "2006-01-11", @@ -2008389,16 +1908939,6 @@ "show_number": "2785", "fullAnswer": "Mae Jemison" }, - { - "category": "SHOW TUNES", - "air_date": "1996-10-11", - "question": "[AUDIO DAILY DOUBLE]
This 1996 musical revival starring Nathan Lane includes the following", - "value": "$2,500", - "answer": "Funny Thing Happened on the Way to the Forum", - "round": "Double Jeopardy!", - "show_number": "2785", - "fullAnswer": "A Funny Thing Happened on the Way to the Forum" - }, { "category": "PRESIDENTIAL FIRSTS", "air_date": "1996-10-11", @@ -2008649,16 +1909189,6 @@ "show_number": "6206", "fullAnswer": "Norman Mailer" }, - { - "category": "28 IS GREAT", - "air_date": "2011-09-19", - "question": "Seen here is one of the 28 hurdles that are part of this track event", - "value": "$800", - "answer": "steeplechase", - "round": "Jeopardy!", - "show_number": "6206", - "fullAnswer": "the steeplechase" - }, { "category": "FROM \"B\" TO \"Y\"", "air_date": "2011-09-19", @@ -2008729,16 +1909259,6 @@ "show_number": "6206", "fullAnswer": "baby buggy" }, - { - "category": "FRIENDS WITH BENEFITS", - "air_date": "2011-09-19", - "question": "Many rockin' friends have joined this guy with a heart of gold at his annual Bridge School Benefit", - "value": "$1000", - "answer": "Neil Young", - "round": "Jeopardy!", - "show_number": "6206", - "fullAnswer": "Neil Young" - }, { "category": "THE COUNTRY HE RULED", "air_date": "2011-09-19", @@ -2008759,16 +1909279,6 @@ "show_number": "6206", "fullAnswer": "a whip" }, - { - "category": "IT'S A DOGFIGHT", - "air_date": "2011-09-19", - "question": "When a pilot dives & rolls & then pulls out in the opposite direction, the maneuver is called the split-this letter", - "value": "$400", - "answer": "S", - "round": "Double Jeopardy!", - "show_number": "6206", - "fullAnswer": "S" - }, { "category": "FILM ALIAS", "air_date": "2011-09-19", @@ -2008999,16 +1909509,6 @@ "show_number": "6206", "fullAnswer": "a pyhrric victory" }, - { - "category": "IT'S A DOGFIGHT", - "air_date": "2011-09-19", - "question": "(Jimmy of the Clue Crew presents the clue on a monitor.) The blue pilot sees the red plane at a position called 12 o'clock; after a tight overhead loop to attack, the red plane is now directly behind in the position called this time of day", - "value": "$2000", - "answer": "6 o\\'clock", - "round": "Double Jeopardy!", - "show_number": "6206", - "fullAnswer": "6 o\\'clock" - }, { "category": "FILM ALIAS", "air_date": "2011-09-19", @@ -2009584,7 +1910084,7 @@ "air_date": "1996-11-28", "question": "This play about the Tyrone family was so painful personally, O' Neill wouldn't allow its release during his life", "value": "$500", - "answer": "Long Day\\'s Journey Into Night", + "answer": "Long Day's Journey Into Night", "round": "Double Jeopardy!", "show_number": "2819", "fullAnswer": "\"Long Day\\'s Journey Into Night\"" @@ -2009989,16 +1910489,6 @@ "show_number": "6051", "fullAnswer": "Lucky" }, - { - "category": "THE NATIONAL MUSEUM OF THE AMERICAN INDIAN", - "air_date": "2010-12-27", - "question": "(Sarah of the Clue Crew stands near a sculpture) Washington holds a wampum belt in this work honoring the Oneida who traveled 400 miles in the winter of 1777-78 to bring food to the starving men at this site", - "value": "$400", - "answer": "Valley Forge", - "round": "Double Jeopardy!", - "show_number": "6051", - "fullAnswer": "Valley Forge" - }, { "category": "PLACES IN THE BIBLE", "air_date": "2010-12-27", @@ -2010049,26 +1910539,6 @@ "show_number": "6051", "fullAnswer": "an atlas" }, - { - "category": "THE NATIONAL MUSEUM OF THE AMERICAN INDIAN", - "air_date": "2010-12-27", - "question": "(Sarah of the Clue Crew stands by a bas-relief) The figures in the middle of this sculpture acknowledge life in all directions, while the tribal dancers on either end pray for this, which is essential for life", - "value": "$800", - "answer": "water", - "round": "Double Jeopardy!", - "show_number": "6051", - "fullAnswer": "water" - }, - { - "category": "PLACES IN THE BIBLE", - "air_date": "2010-12-27", - "question": "(Alex overlooks Jerusalem from a hillside) This Mount, overlooking Jerusalem, appears often in the Bible, as in the end of days in Zachariah, when the Lord fights against the nations, and his feet shall stand upon it", - "value": "$1200", - "answer": "Mount of Olives", - "round": "Double Jeopardy!", - "show_number": "6051", - "fullAnswer": "the Mount of Olives" - }, { "category": "MOVIE NAMES", "air_date": "2010-12-27", @@ -2010109,16 +1910579,6 @@ "show_number": "6051", "fullAnswer": "a plume" }, - { - "category": "THE NATIONAL MUSEUM OF THE AMERICAN INDIAN", - "air_date": "2010-12-27", - "question": "(Sarah of the Clue Crew stands by a sculpture) In a Native American origin story of this fish, two animals steal a baby of the Sockeye people. The Sockeye find the baby in a river, which becomes their home", - "value": "$1200", - "answer": "salmon", - "round": "Double Jeopardy!", - "show_number": "6051", - "fullAnswer": "salmon" - }, { "category": "PLACES IN THE BIBLE", "air_date": "2010-12-27", @@ -2010169,16 +1910629,6 @@ "show_number": "6051", "fullAnswer": "mince" }, - { - "category": "THE NATIONAL MUSEUM OF THE AMERICAN INDIAN", - "air_date": "2010-12-27", - "question": "(Sarah of the Clue Crew stands under a sculpture) The raven steals the sun and escapes through a sooty smokehole to get his characteristic color. Those shenanigans are typical of this crafty folklore archetype", - "value": "$1600", - "answer": "trickster", - "round": "Double Jeopardy!", - "show_number": "6051", - "fullAnswer": "a trickster" - }, { "category": "PLACES IN THE BIBLE", "air_date": "2010-12-27", @@ -2010704,7 +1911154,7 @@ "air_date": "1996-12-12", "question": "This New York Republican chaired the Senate Banking Committee & the special Whitewater panel", "value": "$2,000", - "answer": "Alphonse D\\' Amato", + "answer": "Alphonse D' Amato", "round": "Double Jeopardy!", "show_number": "2829", "fullAnswer": "Alphonse D\\' Amato" @@ -2010879,16 +1911329,6 @@ "show_number": "4148", "fullAnswer": "a carousel" }, - { - "category": "SOUNDS GOOD TO ME", - "air_date": "2002-09-18", - "question": "We don't stand on ceremony, but we will stand for this ceremony that accompanies the music heard here", - "value": "$200", - "answer": "wedding", - "round": "Jeopardy!", - "show_number": "4148", - "fullAnswer": "a wedding" - }, { "category": "ARTS & CRAFTS", "air_date": "2002-09-18", @@ -2010929,26 +1911369,6 @@ "show_number": "4148", "fullAnswer": "Buzz Lightyear" }, - { - "category": "SOUNDS GOOD TO ME", - "air_date": "2002-09-18", - "question": "Popular pastime played here", - "value": "$400", - "answer": "ping pong", - "round": "Jeopardy!", - "show_number": "4148", - "fullAnswer": "ping pong" - }, - { - "category": "ARTS & CRAFTS", - "air_date": "2002-09-18", - "question": "(Sarah of the Clue Crew models the colors.) For fun, you can take one of Dad's old t-shirts & turn it into this style of colorful shirt", - "value": "$600", - "answer": "tie-dye", - "round": "Jeopardy!", - "show_number": "4148", - "fullAnswer": "tie-dye" - }, { "category": "RECENT MOVIES", "air_date": "2002-09-18", @@ -2010989,16 +1911409,6 @@ "show_number": "4148", "fullAnswer": "Houston" }, - { - "category": "SOUNDS GOOD TO ME", - "air_date": "2002-09-18", - "question": "They're the loud leapers heard here", - "value": "$600", - "answer": "cricket", - "round": "Jeopardy!", - "show_number": "4148", - "fullAnswer": "a cricket" - }, { "category": "ARTS & CRAFTS", "air_date": "2002-09-18", @@ -2011049,26 +1911459,6 @@ "show_number": "4148", "fullAnswer": "Camelot" }, - { - "category": "SOUNDS GOOD TO ME", - "air_date": "2002-09-18", - "question": "Resembling a short trumpet, it's the Army instrument used here", - "value": "$800", - "answer": "bugle", - "round": "Jeopardy!", - "show_number": "4148", - "fullAnswer": "a bugle" - }, - { - "category": "ARTS & CRAFTS", - "air_date": "2002-09-18", - "question": "With drinking straws and some staples, you too can build this kind of dome, seen here", - "value": "$1000", - "answer": "geodesic dome", - "round": "Jeopardy!", - "show_number": "4148", - "fullAnswer": "geodesic dome" - }, { "category": "RECENT MOVIES", "air_date": "2002-09-18", @@ -2011109,16 +1911499,6 @@ "show_number": "4148", "fullAnswer": "Busch Gardens" }, - { - "category": "SOUNDS GOOD TO ME", - "air_date": "2002-09-18", - "question": "We \"bet\" you know that this type of race traditionally follows the sound heard here", - "value": "$1000", - "answer": "horse race", - "round": "Jeopardy!", - "show_number": "4148", - "fullAnswer": "a horse race" - }, { "category": "CARTS & RAFTS", "air_date": "2002-09-18", @@ -2011189,16 +1911569,6 @@ "show_number": "4148", "fullAnswer": "Thomas Jefferson" }, - { - "category": "SPORTS MASCOTS", - "air_date": "2002-09-18", - "question": "TD, seen here, is the mascot of this pro football team", - "value": "$800", - "answer": "(Miami) Dolphins", - "round": "Double Jeopardy!", - "show_number": "4148", - "fullAnswer": "the (Miami) Dolphins" - }, { "category": "IT HAPPENED IN EUROPE", "air_date": "2002-09-18", @@ -2011249,16 +1911619,6 @@ "show_number": "4148", "fullAnswer": "the (Colorado) Avalanche" }, - { - "category": "IT HAPPENED IN EUROPE", - "air_date": "2002-09-18", - "question": "(Cheryl of the Clue Crew checks in from the Ren Faire.) The points of these long weapons were often blunted in medieval jousting", - "value": "$1200", - "answer": "lances", - "round": "Double Jeopardy!", - "show_number": "4148", - "fullAnswer": "lances" - }, { "category": "WHAT'S UP, DOC?", "air_date": "2002-09-18", @@ -2011279,16 +1911639,6 @@ "show_number": "4148", "fullAnswer": "jawbreakers" }, - { - "category": "CARTS & RAFTS", - "air_date": "2002-09-18", - "question": "Amazon.com has a virtual one to store your prospective purchases", - "value": "$5,000", - "answer": "shopping cart", - "round": "Double Jeopardy!", - "show_number": "4148", - "fullAnswer": "shopping cart" - }, { "category": "U.S. PRESIDENTS", "air_date": "2002-09-18", @@ -2011524,7 +1911874,7 @@ "air_date": "1999-12-10", "question": "Game seen here:
(played with string between two hands)", "value": "$200", - "answer": "Cat\\'s cradle", + "answer": "Cat's cradle", "round": "Jeopardy!", "show_number": "3515", "fullAnswer": "Cat\\'s cradle" @@ -2011944,7 +1912294,7 @@ "air_date": "1999-12-10", "question": "Young & old can sing along to UB40's 1993 No. 1 remake of this Elvis song", "value": "$800", - "answer": "I Can\\'t Help Falling In Love With You", + "answer": "I Can't Help Falling In Love With You", "round": "Double Jeopardy!", "show_number": "3515", "fullAnswer": "\"I Can\\'t Help Falling In Love With You\"" @@ -2012259,16 +1912609,6 @@ "show_number": "5365", "fullAnswer": "to sob" }, - { - "category": "ASIAN COUNTRIES", - "air_date": "2007-12-28", - "question": "The former Asian monarch seen here reigned in this country until 2004, when he turned the throne over to his son", - "value": "$1000", - "answer": "Cambodia", - "round": "Jeopardy!", - "show_number": "5365", - "fullAnswer": "Cambodia" - }, { "category": "ON BROADWAY", "air_date": "2007-12-28", @@ -2012319,16 +1912659,6 @@ "show_number": "5365", "fullAnswer": "to mug" }, - { - "category": "MUSICAL INSTRUMENTS", - "air_date": "2007-12-28", - "question": "(Jon of the Clue Crew blows a trombone.) Performing the same function as the valves on modern brass instruments, this moveable part of the trombone dates back to the 15th century", - "value": "$400", - "answer": "slide", - "round": "Double Jeopardy!", - "show_number": "5365", - "fullAnswer": "the slide" - }, { "category": "TV MATH", "air_date": "2007-12-28", @@ -2013074,7 +1913404,7 @@ "air_date": "1999-12-31", "question": "The French gave an Idaho tribe this name meaning \"heart like an awl\"", "value": "$600", - "answer": "Coeur d\\'Alene", + "answer": "Coeur d'Alene", "round": "Double Jeopardy!", "show_number": "3530", "fullAnswer": "Coeur d\\'Alene" @@ -2013094,7 +1913424,7 @@ "air_date": "1999-12-31", "question": "(Hi, I'm Stephen Collins of \"7th Heaven\") I began my film career playing Hugh Sloan, Richard Nixon's campaign treasurer, in this 1976 classic", "value": "$600", - "answer": "All The President\\'s Men", + "answer": "All The President's Men", "round": "Double Jeopardy!", "show_number": "3530", "fullAnswer": "All The President\\'s Men" @@ -2013279,16 +1913609,6 @@ "show_number": "3617", "fullAnswer": "fore" }, - { - "category": "HATS ALL, FOLKS!", - "air_date": "2000-05-02", - "question": "Donald Duck could tell you it's the occupational hat seen here:", - "value": "$100", - "answer": "sailor", - "round": "Jeopardy!", - "show_number": "3617", - "fullAnswer": "sailor" - }, { "category": "WORD UP!", "air_date": "2000-05-02", @@ -2013309,16 +1913629,6 @@ "show_number": "3617", "fullAnswer": "deer" }, - { - "category": "TV SHOWS", - "air_date": "2000-05-02", - "question": "(Hi, I'm Brook Kerr from the soap opera Passions.) With elements of the supernatural, \"Passions\" has been described as \"'Peyton Place' meets\" this Fox series", - "value": "$200", - "answer": "X-Files", - "round": "Jeopardy!", - "show_number": "3617", - "fullAnswer": "The X-Files" - }, { "category": "STATES' MOST POPULOUS CITIES", "air_date": "2000-05-02", @@ -2013339,16 +1913649,6 @@ "show_number": "3617", "fullAnswer": "Slim Jim" }, - { - "category": "HATS ALL, FOLKS!", - "air_date": "2000-05-02", - "question": "From the Latin for \"device\", it's the traditional occupation of this hat's wearer:", - "value": "$200", - "answer": "train engineer", - "round": "Jeopardy!", - "show_number": "3617", - "fullAnswer": "train engineer" - }, { "category": "WORD UP!", "air_date": "2000-05-02", @@ -2013399,16 +1913699,6 @@ "show_number": "3617", "fullAnswer": "Bravo" }, - { - "category": "HATS ALL, FOLKS!", - "air_date": "2000-05-02", - "question": "The hat seen here is worn by police in this European nation of almost 60 million:", - "value": "$300", - "answer": "France", - "round": "Jeopardy!", - "show_number": "3617", - "fullAnswer": "France" - }, { "category": "WORD UP!", "air_date": "2000-05-02", @@ -2013459,16 +1913749,6 @@ "show_number": "3617", "fullAnswer": "Souchong" }, - { - "category": "HATS ALL, FOLKS!", - "air_date": "2000-05-02", - "question": "Hats like the one seen here are worn by this group that was named for a Mennonite elder:", - "value": "$400", - "answer": "Amish", - "round": "Jeopardy!", - "show_number": "3617", - "fullAnswer": "Amish" - }, { "category": "WORD UP!", "air_date": "2000-05-02", @@ -2013519,16 +1913799,6 @@ "show_number": "3617", "fullAnswer": "Micmac (an Indian)" }, - { - "category": "HATS ALL, FOLKS!", - "air_date": "2000-05-02", - "question": "It's the \"exhausting\" style of hat seen here:", - "value": "$500", - "answer": "stovepipe", - "round": "Jeopardy!", - "show_number": "3617", - "fullAnswer": "stovepipe" - }, { "category": "WORD UP!", "air_date": "2000-05-02", @@ -2013704,7 +1913974,7 @@ "air_date": "2000-05-02", "question": "In the '60s Heller wrote for this Ernest Borgnine sitcom under the name Max Orange", "value": "$600", - "answer": "McHale\\'s Navy", + "answer": "McHale's Navy", "round": "Double Jeopardy!", "show_number": "3617", "fullAnswer": "McHale\\'s Navy" @@ -2014394,7 +1914664,7 @@ "air_date": "2000-06-14", "question": "The 3-letter code for this airport came from what was on the site before it -- Orchard Place", "value": null, - "answer": "O\\'Hare Airport, Chicago - ORD", + "answer": "O'Hare Airport, Chicago - ORD", "round": "Final Jeopardy!", "show_number": "3648", "fullAnswer": "O\\'Hare Airport, Chicago - ORD" @@ -2014459,16 +1914729,6 @@ "show_number": "5554", "fullAnswer": "Franco" }, - { - "category": "THE SECRETARY OF THE INTERIOR", - "air_date": "2008-10-30", - "question": "(I'm U.S. Secretary of the Interior Dirk Kempthorne.) From 1901 to 1907 Ethan Hitchcock helped this president institute his forest-preserving policies", - "value": "$400", - "answer": "Theodore Roosevelt", - "round": "Jeopardy!", - "show_number": "5554", - "fullAnswer": "Theodore Roosevelt" - }, { "category": "SONG ADJECTIVES", "air_date": "2008-10-30", @@ -2014509,16 +1914769,6 @@ "show_number": "5554", "fullAnswer": "Clams" }, - { - "category": "HALLOWEEN: TRICK OR TREAT", - "air_date": "2008-10-30", - "question": "(I'm astrophysicist Neil deGrasse Tyson.) It was a treat for us all on Halloween 2006 when NASA decided to go ahead & repair this & give it new instruments to probe the depths of the universe", - "value": "$400", - "answer": "Hubble Telescope", - "round": "Jeopardy!", - "show_number": "5554", - "fullAnswer": "the Hubble Telescope" - }, { "category": "THE SECRETARY OF THE INTERIOR", "air_date": "2008-10-30", @@ -2014579,16 +1914829,6 @@ "show_number": "5554", "fullAnswer": "George III" }, - { - "category": "THE SECRETARY OF THE INTERIOR", - "air_date": "2008-10-30", - "question": "(U.S. Secretary of the Interior Dirk Kempthorne delivers the clue.) The Interior Department is the steward for about 1/5 of the USA, including 262 million acres under the supervision of this bureau", - "value": "$800", - "answer": "Bureau of Land Management", - "round": "Jeopardy!", - "show_number": "5554", - "fullAnswer": "the Bureau of Land Management" - }, { "category": "SONG ADJECTIVES", "air_date": "2008-10-30", @@ -2014679,16 +1914919,6 @@ "show_number": "5554", "fullAnswer": "sword swallowing" }, - { - "category": "AMERICAN RESTAURANTS", - "air_date": "2008-10-30", - "question": "(Jon of the Clue Crew reports from a restaurant courtyard lit for nighttime dining in Central Park, New York.) Originally built to house sheep, it's come a long way and is now a lavish cafe overlooking Central Park", - "value": "$1000", - "answer": "Tavern on the Green", - "round": "Jeopardy!", - "show_number": "5554", - "fullAnswer": "Tavern on the Green" - }, { "category": "HALLOWEEN: TRICK OR TREAT", "air_date": "2008-10-30", @@ -2014769,16 +1914999,6 @@ "show_number": "5554", "fullAnswer": "a desk" }, - { - "category": "1930s CINEMA", - "air_date": "2008-10-30", - "question": "(Film critic Leonard maltin delivers the clue.)
\"Three Little Pigs\", a Disney Silly Symphony of 1933, introduced this song that became an anti-Depression anthem", - "value": "$800", - "answer": "Who\\'s Afraid of the Big Bad Wolf?", - "round": "Double Jeopardy!", - "show_number": "5554", - "fullAnswer": "\"Who\\'s Afraid of the Big Bad Wolf?\"" - }, { "category": "WHAT THE DICKENS!", "air_date": "2008-10-30", @@ -2014874,7 +1915094,7 @@ "air_date": "2008-10-30", "question": "...head over to the frightful fun at Knott's Scary Farm, known as this for most of the year", "value": "$1200", - "answer": "Knott\\'s Berry Farm", + "answer": "Knott's Berry Farm", "round": "Double Jeopardy!", "show_number": "5554", "fullAnswer": "Knott\\'s Berry Farm" @@ -2014929,16 +1915149,6 @@ "show_number": "5554", "fullAnswer": "Milan" }, - { - "category": "AFTER TRICK OR TREATING...", - "air_date": "2008-10-30", - "question": "...check out FEARnet.com & download scary movies like 1978's \"Halloween\" starring this woman as Laurie", - "value": "$1600", - "answer": "Jamie Lee Curtis", - "round": "Double Jeopardy!", - "show_number": "5554", - "fullAnswer": "Jamie Lee Curtis" - }, { "category": "THE INTERIOR OF THE SECRETARY", "air_date": "2008-10-30", @@ -2014969,16 +1915179,6 @@ "show_number": "5554", "fullAnswer": "Boz" }, - { - "category": "KNOW YOUR RIGHTS", - "air_date": "2008-10-30", - "question": "(Jon of the Clue Crew shows an animated anatomical diagram on the monitor.) The heart's right ventricle pumps directly into this artery that carries blood into the lungs", - "value": "$2000", - "answer": "pulmonary", - "round": "Double Jeopardy!", - "show_number": "5554", - "fullAnswer": "the pulmonary" - }, { "category": "HISTORY CROSSWORD CLUES \"M\"", "air_date": "2008-10-30", @@ -2015014,7 +1915214,7 @@ "air_date": "2010-09-23", "question": "The title of this William Styron novel refers to a devastating ultimatum given by a Nazi soldier", "value": "$200", - "answer": "Sophie\\'s Choice", + "answer": "Sophie's Choice", "round": "Jeopardy!", "show_number": "5984", "fullAnswer": "Sophie\\'s Choice" @@ -2015339,16 +1915539,6 @@ "show_number": "5984", "fullAnswer": "India" }, - { - "category": "EYES WITHOUT A FACE", - "air_date": "2010-09-23", - "question": "Kim Carnes would know
we've got this actress's eyes", - "value": "$400", - "answer": "Bette Davis", - "round": "Double Jeopardy!", - "show_number": "5984", - "fullAnswer": "Bette Davis" - }, { "category": "BILLY IDLE", "air_date": "2010-09-23", @@ -2015399,26 +1915589,6 @@ "show_number": "5984", "fullAnswer": "Chechnya" }, - { - "category": "EYES WITHOUT A FACE", - "air_date": "2010-09-23", - "question": "The eyes of this \"Ugly Betty\" co-star are seen here", - "value": "$800", - "answer": "Williams", - "round": "Double Jeopardy!", - "show_number": "5984", - "fullAnswer": "(Vanessa) Williams" - }, - { - "category": "BILLY IDLE", - "air_date": "2010-09-23", - "question": "He's been idle ever since his July 14, 1881 run-in with Pat Garrett", - "value": "$800", - "answer": "Billy the Kid", - "round": "Double Jeopardy!", - "show_number": "5984", - "fullAnswer": "Billy the Kid" - }, { "category": "ONE HOT TOWN", "air_date": "2010-09-23", @@ -2015459,16 +1915629,6 @@ "show_number": "5984", "fullAnswer": "Nicaragua" }, - { - "category": "EYES WITHOUT A FACE", - "air_date": "2010-09-23", - "question": "We'd have breakfast at Tiffany's with her anytime", - "value": "$1200", - "answer": "Audrey Hepburn", - "round": "Double Jeopardy!", - "show_number": "5984", - "fullAnswer": "Audrey Hepburn" - }, { "category": "BILLY IDLE", "air_date": "2010-09-23", @@ -2015509,26 +1915669,6 @@ "show_number": "5984", "fullAnswer": "Chiapas" }, - { - "category": "EYES WITHOUT A FACE", - "air_date": "2010-09-23", - "question": "Yo! He's the actor seen here", - "value": "$1600", - "answer": "Stallone", - "round": "Double Jeopardy!", - "show_number": "5984", - "fullAnswer": "(Sylvester) Stallone" - }, - { - "category": "BILLY IDLE", - "air_date": "2010-09-23", - "question": "He stayed busy in the late '70s, but he didn't get up to much after his brother left office", - "value": "$1600", - "answer": "Billy Carter", - "round": "Double Jeopardy!", - "show_number": "5984", - "fullAnswer": "Billy Carter" - }, { "category": "ONE HOT TOWN", "air_date": "2010-09-23", @@ -2015559,16 +1915699,6 @@ "show_number": "5984", "fullAnswer": "Nathaniel Bacon" }, - { - "category": "EYES WITHOUT A FACE", - "air_date": "2010-09-23", - "question": "Seen here, this actress had me at \"Chicago\"", - "value": "$2000", - "answer": "Renée Zellweger", - "round": "Double Jeopardy!", - "show_number": "5984", - "fullAnswer": "Renée Zellweger" - }, { "category": "BILLY IDLE", "air_date": "2010-09-23", @@ -2015584,7 +1915714,7 @@ "air_date": "2010-09-23", "question": "A line in this 1863 poem mentions \"The eighteenth of April, in seventy-five\"", "value": null, - "answer": "\\Paul Revere\\'s Ride\\", + "answer": "Paul Revere's Ride", "round": "Final Jeopardy!", "show_number": "5984", "fullAnswer": "\\\"Paul Revere\\'s Ride\\\"" @@ -2015999,16 +1916129,6 @@ "show_number": "5653", "fullAnswer": "Hamlettuce" }, - { - "category": "THE WORLD COURT", - "air_date": "2009-03-18", - "question": "(Jimmy of the Clue Crew reports from The Hague in the Netherlands.) This Serb's trial for war crimes began in the Hague in 2002, but he died before it ended; prosecutors hope that Radovan Karadzic's case will move faster", - "value": "$800", - "answer": "Milosevic", - "round": "Double Jeopardy!", - "show_number": "5653", - "fullAnswer": "Milosevic" - }, { "category": "SOUTH AFRICA", "air_date": "2009-03-18", @@ -2016179,16 +1916299,6 @@ "show_number": "5653", "fullAnswer": "Titus Andronicuspidor" }, - { - "category": "THE WORLD COURT", - "air_date": "2009-03-18", - "question": "(Jimmy of the Clue Crew reports from The Hague in the Netherlands.) Though there were versions of the World Court in the early 20th century, the present body began work in 1946 as the ICJ, short for this", - "value": "$2000", - "answer": "International Court of Justice", - "round": "Double Jeopardy!", - "show_number": "5653", - "fullAnswer": "the International Court of Justice" - }, { "category": "ELVIS PRESLEY", "air_date": "2009-03-18", @@ -2016624,7 +1916734,7 @@ "air_date": "1998-07-08", "question": "In this play, Nick Bottom, a weaver, performs the tragic role of Pyramus, opposite Flute's Thisby", "value": "$600", - "answer": "A Midsummer Night\\'s Dream", + "answer": "A Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "3208", "fullAnswer": "\"A Midsummer Night\\'s Dream\"" @@ -2017079,26 +1917189,6 @@ "show_number": "5683", "fullAnswer": "enamel" }, - { - "category": "\"G\"", - "air_date": "2009-04-29", - "question": "Missionary Albert Schweitzer lived for many years in this West African country", - "value": "$1000", - "answer": "Gabon", - "round": "Jeopardy!", - "show_number": "5683", - "fullAnswer": "Gabon" - }, - { - "category": "YOUR HAIR", - "air_date": "2009-04-29", - "question": "It's the distinctive shaving of the head by priests or monks", - "value": "$1000", - "answer": "tonsure", - "round": "Jeopardy!", - "show_number": "5683", - "fullAnswer": "a tonsure" - }, { "category": "SMELLS TERRIFIC", "air_date": "2009-04-29", @@ -2017129,16 +1917219,6 @@ "show_number": "5683", "fullAnswer": "Law & Order" }, - { - "category": "AROUND A GREEK TEMPLE", - "air_date": "2009-04-29", - "question": "(Kelly of the Clue Crew shows an architectural graphic on the monitor.) The colonnaded entranceway is called the porch or this related longer word", - "value": "$400", - "answer": "portico", - "round": "Double Jeopardy!", - "show_number": "5683", - "fullAnswer": "a portico" - }, { "category": "LANGUAGE LAB", "air_date": "2009-04-29", @@ -2017189,16 +1917269,6 @@ "show_number": "5683", "fullAnswer": "My Name is Earl" }, - { - "category": "AROUND A GREEK TEMPLE", - "air_date": "2009-04-29", - "question": "(Jimmy of the Clue Crew shows an architectural graphic on the monitor.) At the top of the column, you'll find this from the Latin for head; it's the most important element in distinguishing the orders of Greek architecture", - "value": "$1,800", - "answer": "capital", - "round": "Double Jeopardy!", - "show_number": "5683", - "fullAnswer": "a capital" - }, { "category": "LANGUAGE LAB", "air_date": "2009-04-29", @@ -2017249,26 +1917319,6 @@ "show_number": "5683", "fullAnswer": "The A-Team" }, - { - "category": "AROUND A GREEK TEMPLE", - "air_date": "2009-04-29", - "question": "(Kelly of the Clue Crew shows an architectural graphic on the monitor.) The ring at the bottom of a column is called a torus; in math, a torus now refers to any donut-shaped figure for which the formula 4π2Rr determines this", - "value": "$1200", - "answer": "area", - "round": "Double Jeopardy!", - "show_number": "5683", - "fullAnswer": "area" - }, - { - "category": "LANGUAGE LAB", - "air_date": "2009-04-29", - "question": "There are 33 letters in this alphabet seen here", - "value": "$1200", - "answer": "Cyrillic", - "round": "Double Jeopardy!", - "show_number": "5683", - "fullAnswer": "Cyrillic" - }, { "category": "SEAS THE MOMENT", "air_date": "2009-04-29", @@ -2017309,16 +1917359,6 @@ "show_number": "5683", "fullAnswer": "Gossip Girl" }, - { - "category": "AROUND A GREEK TEMPLE", - "air_date": "2009-04-29", - "question": "(Kelly of the Clue Crew shows an architectural graphic on the monitor.) In Greek temples, this type of offering was left at the back; in churches today, the candles with the same name are often toward the front", - "value": "$1600", - "answer": "votive", - "round": "Double Jeopardy!", - "show_number": "5683", - "fullAnswer": "votive" - }, { "category": "LANGUAGE LAB", "air_date": "2009-04-29", @@ -2017369,16 +1917409,6 @@ "show_number": "5683", "fullAnswer": "Arrested Development" }, - { - "category": "AROUND A GREEK TEMPLE", - "air_date": "2009-04-29", - "question": "(Jimmy of the Clue Crew shows an architectural graphic on the monitor.) The triangular face of the pediment has this Latin name that's also a medical term for the eardrum", - "value": "$2000", - "answer": "tympanum", - "round": "Double Jeopardy!", - "show_number": "5683", - "fullAnswer": "the tympanum" - }, { "category": "LANGUAGE LAB", "air_date": "2009-04-29", @@ -2017424,7 +1917454,7 @@ "air_date": "1990-05-09", "question": "With \"Ev'ry breath you take, every move you make...,\" Sting said he'd be doing this", "value": "$100", - "answer": "I\\'ll Be Watching You", + "answer": "I'll Be Watching You", "round": "Jeopardy!", "show_number": "1323", "fullAnswer": "I\\'ll Be Watching You" @@ -2017714,7 +1917744,7 @@ "air_date": "1990-05-09", "question": "Someone fleeced them good, their tails were found \"All hung on a tree to dry\"", "value": "$500", - "answer": "Little Bo Peep\\'s sheep", + "answer": "Little Bo Peep's sheep", "round": "Jeopardy!", "show_number": "1323", "fullAnswer": "Little Bo Peep\\'s sheep" @@ -2018179,16 +1918209,6 @@ "show_number": "4563", "fullAnswer": "the Santa Fe Trail" }, - { - "category": "A GREEN CATEGORY", - "air_date": "2004-06-09", - "question": "The green variety of this sticky-footed creature is seen here", - "value": "$600", - "answer": "tree frog", - "round": "Jeopardy!", - "show_number": "4563", - "fullAnswer": "a tree frog" - }, { "category": "1969", "air_date": "2004-06-09", @@ -2018224,7 +1918244,7 @@ "air_date": "2004-06-09", "question": "It's the film in which Audrey Hepburn played Holly Golightly", "value": "$800", - "answer": "Breakfast at Tiffany\\'s", + "answer": "Breakfast at Tiffany's", "round": "Jeopardy!", "show_number": "4563", "fullAnswer": "Breakfast at Tiffany\\'s" @@ -2018299,16 +1918319,6 @@ "show_number": "4563", "fullAnswer": "Mexico City" }, - { - "category": "A GREEN CATEGORY", - "air_date": "2004-06-09", - "question": "The flag seen here is the national banner of this north African nation", - "value": "$1000", - "answer": "Libya", - "round": "Jeopardy!", - "show_number": "4563", - "fullAnswer": "Libya" - }, { "category": "1969", "air_date": "2004-06-09", @@ -2018339,16 +1918349,6 @@ "show_number": "4563", "fullAnswer": "Mac" }, - { - "category": "CIRQUE DU SOLEIL", - "air_date": "2004-06-09", - "question": "(Sofia of the Clue Crew reports from Cirque du Soleil in Las Vegas, NV.) The 9-show Cirque du Soleil empire began with a bunch of street performers on stilts in Bay St. Paul in this province", - "value": "$400", - "answer": "Quebec", - "round": "Double Jeopardy!", - "show_number": "4563", - "fullAnswer": "Quebec" - }, { "category": "THE ANCIENTS SPEAK", "air_date": "2004-06-09", @@ -2018459,16 +1918459,6 @@ "show_number": "4563", "fullAnswer": "Robert the Bruce" }, - { - "category": "CIRQUE DU SOLEIL", - "air_date": "2004-06-09", - "question": "(Jimmy of the Clue Crew reports from Cirque du Soleil in Las Vegas, NV.) Cirque du Soleil performs in a theater here at Treasure Island. Touring shows are under the grand chapiteau, or this", - "value": "$1200", - "answer": "big top", - "round": "Double Jeopardy!", - "show_number": "4563", - "fullAnswer": "the big top" - }, { "category": "THE ANCIENTS SPEAK", "air_date": "2004-06-09", @@ -2018579,16 +1918569,6 @@ "show_number": "4563", "fullAnswer": "Caledonia" }, - { - "category": "CIRQUE DU SOLEIL", - "air_date": "2004-06-09", - "question": "(Sofia of the Clue Crew reports from Cirque du Soleil in Las Vegas, NV.) The aerial cube is featured in this big show with an enigmatic title", - "value": "$2000", - "answer": "Mystere", - "round": "Double Jeopardy!", - "show_number": "4563", - "fullAnswer": "Mystere" - }, { "category": "THE ANCIENTS SPEAK", "air_date": "2004-06-09", @@ -2018619,16 +1918599,6 @@ "show_number": "4563", "fullAnswer": "okra" }, - { - "category": "THE \"L\" WORD", - "air_date": "2004-06-09", - "question": "Autumn, seen here, is a popular china pattern from this company", - "value": "$2000", - "answer": "Lenox", - "round": "Double Jeopardy!", - "show_number": "4563", - "fullAnswer": "Lenox" - }, { "category": "FICTIONAL CHARACTERS", "air_date": "2004-06-09", @@ -2018894,7 +1918864,7 @@ "air_date": "1998-04-14", "question": "The Gibbsville of many of his novels & short stories is based on his own hometown of Pottsville, Penn.", "value": "$500", - "answer": "John O\\'Hara", + "answer": "John O'Hara", "round": "Jeopardy!", "show_number": "3147", "fullAnswer": "John O\\'Hara" @@ -2019024,7 +1918994,7 @@ "air_date": "1998-04-14", "question": "The French film \"Les Comperes\" was turned into this 1997 film with Robin Williams & Billy Crystal", "value": "$400", - "answer": "Fathers\\' Day", + "answer": "Fathers' Day", "round": "Double Jeopardy!", "show_number": "3147", "fullAnswer": "Fathers\\' Day" @@ -2019919,16 +1919889,6 @@ "show_number": "5218", "fullAnswer": "(Yuri) Gagarin" }, - { - "category": "TV ROLES", - "air_date": "2007-04-25", - "question": "(I'm Susan Lucci.) In 1999 I finally won that Emmy for playing this role on \"All My Children\"", - "value": "$400", - "answer": "Erica Kane", - "round": "Jeopardy!", - "show_number": "5218", - "fullAnswer": "Erica Kane" - }, { "category": "EARS TO YOU!", "air_date": "2007-04-25", @@ -2019949,16 +1919909,6 @@ "show_number": "5218", "fullAnswer": "copper" }, - { - "category": "FOOD PHRASES", - "air_date": "2007-04-25", - "question": "(Kelly of the Clue Crew reports from the Hoover Museum.) The Hoover Museum celebrates the man who fed millions worldwide; however, it was the G.O.P., not Hoover, who promised one of these in every pot", - "value": "$400", - "answer": "chicken", - "round": "Jeopardy!", - "show_number": "5218", - "fullAnswer": "a chicken" - }, { "category": "THE NEW YORK TIMES BUSINESS", "air_date": "2007-04-25", @@ -2020099,16 +1920049,6 @@ "show_number": "5218", "fullAnswer": "(Leon) Trotsky" }, - { - "category": "TV ROLES", - "air_date": "2007-04-25", - "question": "It's the hilarious title role played by America Ferrera, as pictured here", - "value": "$1000", - "answer": "Ugly Betty Suarez", - "round": "Jeopardy!", - "show_number": "5218", - "fullAnswer": "\"Ugly Betty\" Suarez" - }, { "category": "EARS TO YOU!", "air_date": "2007-04-25", @@ -2020119,16 +1920059,6 @@ "show_number": "5218", "fullAnswer": "Captain Jenkins" }, - { - "category": "ELEMENTAL, MY DEAR", - "air_date": "2007-04-25", - "question": "(Cheryl of the Clue Crew reports from Princeton University.) The hull thruster, a plasma-based propulsion system for space, burns this element that glows in some luxury cars' headlights", - "value": "$1000", - "answer": "xenon", - "round": "Jeopardy!", - "show_number": "5218", - "fullAnswer": "xenon" - }, { "category": "FOOD PHRASES", "air_date": "2007-04-25", @@ -2020189,16 +1920119,6 @@ "show_number": "5218", "fullAnswer": "a desert" }, - { - "category": "WHEEL OF FORTUNE", - "air_date": "2007-04-25", - "question": "It's tops in cards

R _ _ _ L
_ L _ S _
", - "value": "$400", - "answer": "royal flush", - "round": "Double Jeopardy!", - "show_number": "5218", - "fullAnswer": "a royal flush" - }, { "category": "TOURING THE TAROT DECK", "air_date": "2007-04-25", @@ -2020249,16 +1920169,6 @@ "show_number": "5218", "fullAnswer": "Pope" }, - { - "category": "WHEEL OF FORTUNE", - "air_date": "2007-04-25", - "question": "Bivalve concretions prefacing hogs

P E _ _ L S
_ E _ O _ E
S _ _ _ E
", - "value": "$800", - "answer": "Pearls Before Swine", - "round": "Double Jeopardy!", - "show_number": "5218", - "fullAnswer": "Pearls Before Swine" - }, { "category": "TOURING THE TAROT DECK", "air_date": "2007-04-25", @@ -2020284,7 +1920194,7 @@ "air_date": "2007-04-25", "question": "After making a deal with the Devil in this 1968 film, John Cassavetes gets a Broadway role", "value": "$1,000", - "answer": "Rosemary\\'s Baby", + "answer": "Rosemary's Baby", "round": "Double Jeopardy!", "show_number": "5218", "fullAnswer": "Rosemary\\'s Baby" @@ -2020309,16 +1920219,6 @@ "show_number": "5218", "fullAnswer": "Johnny Appleseed" }, - { - "category": "WHEEL OF FORTUNE", - "air_date": "2007-04-25", - "question": "Fred Hoyle's spaced-out name for how we all ended up here

B _ _
B _ _ _
_ H _ O R _
", - "value": "$1200", - "answer": "Big Bang Theory", - "round": "Double Jeopardy!", - "show_number": "5218", - "fullAnswer": "the Big Bang Theory" - }, { "category": "TOURING THE TAROT DECK", "air_date": "2007-04-25", @@ -2020344,7 +1920244,7 @@ "air_date": "2007-04-25", "question": "As Satanic lawyer John Milton, Al Pacino tries to corrupt Keanu Reeves in this movie", "value": "$1600", - "answer": "Devil\\'s Advocate", + "answer": "Devil's Advocate", "round": "Double Jeopardy!", "show_number": "5218", "fullAnswer": "Devil\\'s Advocate" @@ -2020369,16 +1920269,6 @@ "show_number": "5218", "fullAnswer": "St. Anthony" }, - { - "category": "WHEEL OF FORTUNE", - "air_date": "2007-04-25", - "question": "Elgar's exaltation

P _ _ P
_ N _
C _ _ C U _ _ _ _ N C _
", - "value": "$1600", - "answer": "Pomp And Circumstance", - "round": "Double Jeopardy!", - "show_number": "5218", - "fullAnswer": "Pomp And Circumstance" - }, { "category": "TOURING THE TAROT DECK", "air_date": "2007-04-25", @@ -2020429,16 +1920319,6 @@ "show_number": "5218", "fullAnswer": "flagellation" }, - { - "category": "WHEEL OF FORTUNE", - "air_date": "2007-04-25", - "question": "Robert Penn Warren knows they helped with Humpty

A _ _
_ H _
K _ N _ ' _
_ _ N
", - "value": "$2000", - "answer": "All The King\\'s Men", - "round": "Double Jeopardy!", - "show_number": "5218", - "fullAnswer": "All The King\\'s Men" - }, { "category": "TOURING THE TAROT DECK", "air_date": "2007-04-25", @@ -2020939,16 +1920819,6 @@ "show_number": "5953", "fullAnswer": "warts" }, - { - "category": "AIRCRAFT OF WORLD WAR I", - "air_date": "2010-06-30", - "question": "(Kelly of the Clue Crew reports from the Museum of Flight in Seattle, WA.) The Newport 28 at the Museum of Flight was the model used by Quentin, the son of this U.S. president; Quentin was killed in aerial combat over France in July 1918", - "value": "$1600", - "answer": "Theodore Roosevelt", - "round": "Double Jeopardy!", - "show_number": "5953", - "fullAnswer": "Theodore Roosevelt" - }, { "category": "THE HEAVYWEIGHT CHAMP", "air_date": "2010-06-30", @@ -2021029,22 +1920899,12 @@ "show_number": "5953", "fullAnswer": "Portugal" }, - { - "category": "PEOPLES MAGAZINE", - "air_date": "2010-06-30", - "question": "A story on a North African people is headlined \"There's more to us than\" this carpet", - "value": "$2000", - "answer": "Berbers", - "round": "Double Jeopardy!", - "show_number": "5953", - "fullAnswer": "Berbers" - }, { "category": "KITTY LIT", "air_date": "2010-06-30", "question": "Jennyanydots is the subject of \"The Old Gumbie Cat\", one of 13 poems in this collection", "value": "$2000", - "answer": "Old Possum\\'s Book of Practical Cats", + "answer": "Old Possum's Book of Practical Cats", "round": "Double Jeopardy!", "show_number": "5953", "fullAnswer": "Old Possum\\'s Book of Practical Cats" @@ -2021169,16 +1921029,6 @@ "show_number": "6252", "fullAnswer": "Marie Antionette" }, - { - "category": "PUT ON A SUIT", - "air_date": "2011-11-22", - "question": "The rounded & angled collar seen here is named for this stylish coach", - "value": "$400", - "answer": "Pat Riley", - "round": "Jeopardy!", - "show_number": "6252", - "fullAnswer": "Pat Riley" - }, { "category": "A DISH OF YIDDISH", "air_date": "2011-11-22", @@ -2021394,7 +1921244,7 @@ "air_date": "2011-11-22", "question": "Harriet Beecher Stowe:
\"Life Among the Lowly\"", "value": "$400", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Double Jeopardy!", "show_number": "6252", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -2021499,16 +1921349,6 @@ "show_number": "6252", "fullAnswer": "the Young Turks" }, - { - "category": "BODY WORKS", - "air_date": "2011-11-22", - "question": "(Jimmy of the Clue Crew shows an anatomical animation on the monitor.) Of the spinal column's 24 movable vertebrae, half are located here, in the chest region, & are labeled T1 through T12, the \"T\" standing for this", - "value": "$1200", - "answer": "thoracic", - "round": "Double Jeopardy!", - "show_number": "6252", - "fullAnswer": "thoracic" - }, { "category": "BOOKS' SUBTITLES", "air_date": "2011-11-22", @@ -2021619,16 +1921459,6 @@ "show_number": "6252", "fullAnswer": "sultana" }, - { - "category": "BODY WORKS", - "air_date": "2011-11-22", - "question": "(Jimmy of the Clue Crew demonstrates the clue in the lab.) Muscles that pull a body part away from the midline of the body, like the ones that allow me to move my legs apart, are said to be this type", - "value": "$2000", - "answer": "abductors", - "round": "Double Jeopardy!", - "show_number": "6252", - "fullAnswer": "abductors" - }, { "category": "BOOKS' SUBTITLES", "air_date": "2011-11-22", @@ -2021679,16 +1921509,6 @@ "show_number": "6252", "fullAnswer": "$78" }, - { - "category": "ALCATRAZ-A-MATAZZ", - "air_date": "2002-07-04", - "question": "(Sarah of the Clue Crew gets put in her place on Alcatraz.) From the Latin for \"alone\", it's the type of cell I've been put into, either for punishment or for my own protection", - "value": "$200", - "answer": "solitary", - "round": "Jeopardy!", - "show_number": "4124", - "fullAnswer": "solitary" - }, { "category": "PROJECTILES", "air_date": "2002-07-04", @@ -2021724,7 +1921544,7 @@ "air_date": "2002-07-04", "question": "\"She's a grand old rag\", a line from a Civil War vet who was the color-bearer at Pickett's Charge, inspired this Cohan Tune", "value": "$200", - "answer": "You\\'re A Grand Old Flag", + "answer": "You're A Grand Old Flag", "round": "Jeopardy!", "show_number": "4124", "fullAnswer": "\"You\\'re A Grand Old Flag\"" @@ -2021784,7 +1921604,7 @@ "air_date": "2002-07-04", "question": "It's the self-introducing line of a Cohan song sung by jockey Little Johnny Jones", "value": "$400", - "answer": "I\\'m a Yankee Doodle dandy.", + "answer": "I'm a Yankee Doodle dandy.", "round": "Jeopardy!", "show_number": "4124", "fullAnswer": "\"I\\'m a Yankee Doodle dandy.\"" @@ -2021799,16 +1921619,6 @@ "show_number": "4124", "fullAnswer": "(James) Bailey" }, - { - "category": "ALCATRAZ-A-MATAZZ", - "air_date": "2002-07-04", - "question": "(Sarah of the Clue Crew gives the clue from the tower.) Doing what many inmates had long wanted to do, this illusionist escaped from Alcatraz in a 1987 TV special", - "value": "$600", - "answer": "David Copperfield", - "round": "Jeopardy!", - "show_number": "4124", - "fullAnswer": "David Copperfield" - }, { "category": "PROJECTILES", "air_date": "2002-07-04", @@ -2021919,16 +1921729,6 @@ "show_number": "4124", "fullAnswer": "Abigail Van Buren & Ann Landers" }, - { - "category": "ALCATRAZ-A-MATAZZ", - "air_date": "2002-07-04", - "question": "(Jimmy of the Clue Crew reports.) The name Alcatraz is derived from the Spanish for \"island of\" these birds, that come in brown & white varities", - "value": "$1000", - "answer": "pelicans", - "round": "Jeopardy!", - "show_number": "4124", - "fullAnswer": "pelicans" - }, { "category": "PROJECTILES", "air_date": "2002-07-04", @@ -2022119,16 +1921919,6 @@ "show_number": "4124", "fullAnswer": "unconscious" }, - { - "category": "THE BIBLE", - "air_date": "2002-07-04", - "question": "(Hi. I'm Alan Dershowitz.) In \"The Genesis of Justice\" I present as a case this Biblical character's abduction by his jealous brothers", - "value": "$1200", - "answer": "Joseph", - "round": "Double Jeopardy!", - "show_number": "4124", - "fullAnswer": "Joseph" - }, { "category": "SIGNATURE SONGS", "air_date": "2002-07-04", @@ -2022204,7 +1921994,7 @@ "air_date": "2002-07-04", "question": "For TV Superman Dean Cain hosts this show on TBS", "value": "$1600", - "answer": "Ripley\\'s Believe It Or Not", + "answer": "Ripley's Believe It Or Not", "round": "Double Jeopardy!", "show_number": "4124", "fullAnswer": "Ripley\\'s Believe It Or Not" @@ -2022319,16 +1922109,6 @@ "show_number": "6122", "fullAnswer": "a fad" }, - { - "category": "OPRAH'S SURPRISES", - "air_date": "2011-04-05", - "question": "(Oprah Winfrey gives the clue.) One of my favorite moments on the show is when a \"Star Search\" winner came on to sing \"Isn't She Lovely\" & part way through found this man backing him up on a harmonica", - "value": "$200", - "answer": "Stevie Wonder", - "round": "Jeopardy!", - "show_number": "6122", - "fullAnswer": "Stevie Wonder" - }, { "category": "LEGAL ABBREV.", "air_date": "2011-04-05", @@ -2022379,16 +1922159,6 @@ "show_number": "6122", "fullAnswer": "an oar" }, - { - "category": "OPRAH'S SURPRISES", - "air_date": "2011-04-05", - "question": "(Oprah Winfrey gives the clue.) A moment that meant so much to me was when a man who'd lost 300 lbs came on & we were able to give him this iconic brand of German sports car; he thought he'd never even fit into it", - "value": "$400", - "answer": "Porsche", - "round": "Jeopardy!", - "show_number": "6122", - "fullAnswer": "a Porsche" - }, { "category": "LEGAL ABBREV.", "air_date": "2011-04-05", @@ -2022439,16 +1922209,6 @@ "show_number": "6122", "fullAnswer": "an afro" }, - { - "category": "OPRAH'S SURPRISES", - "air_date": "2011-04-05", - "question": "(Oprah Winfrey gives the clue.) I thought I was doing a show on juries back in 1994 but it turned out to be a surprise 40th birthday party for me; Patti LaBelle & this \"Queen of Soul\" made my day by being there", - "value": "$600", - "answer": "Aretha Franklin", - "round": "Jeopardy!", - "show_number": "6122", - "fullAnswer": "Aretha Franklin" - }, { "category": "LEGAL ABBREV.", "air_date": "2011-04-05", @@ -2022499,16 +1922259,6 @@ "show_number": "6122", "fullAnswer": "a raid" }, - { - "category": "OPRAH'S SURPRISES", - "air_date": "2011-04-05", - "question": "(Oprah Winfrey gives the clue.) In 2003 I surprised a New Orleans nanny named Fanny with some gifts, including a new van & it was that van that helped Fannie and her family escape this natural disaster", - "value": "$800", - "answer": "Hurricane Katrina", - "round": "Jeopardy!", - "show_number": "6122", - "fullAnswer": "Hurricane Katrina" - }, { "category": "LEGAL ABBREV.", "air_date": "2011-04-05", @@ -2022549,16 +1922299,6 @@ "show_number": "6122", "fullAnswer": "Weezer" }, - { - "category": "OPRAH'S SURPRISES", - "air_date": "2011-04-05", - "question": "(Oprah Winfrey gives the clue.) In 2006 I reunited sisters Clemantine & Claire Wamariya with their parents--the girls hadn't seen them since escaping the 1994 genocide in this African country", - "value": "$1000", - "answer": "Rwanda", - "round": "Jeopardy!", - "show_number": "6122", - "fullAnswer": "Rwanda" - }, { "category": "LEGAL ABBREV.", "air_date": "2011-04-05", @@ -2022569,16 +1922309,6 @@ "show_number": "6122", "fullAnswer": "a statute of limitations" }, - { - "category": "A STACK OF KNOWLEDGE", - "air_date": "2011-04-05", - "question": "(Sarah of the Clue Crew shows some anatomical diagrams on the monitor.) Despite the vast difference in their heights, a human and a giraffe both have 7 of these bones in the neck, stacked one on top of the other", - "value": "$1000", - "answer": "vertebra", - "round": "Jeopardy!", - "show_number": "6122", - "fullAnswer": "vertebra" - }, { "category": "ON BATTERED KNEE", "air_date": "2011-04-05", @@ -2022794,7 +1922524,7 @@ "air_date": "2011-04-05", "question": "This Hardy novel is subtitled \"A Pure Woman Faithfully Presented\"", "value": "$2,000", - "answer": "Tess of the d\\'Urbervilles", + "answer": "Tess of the d'Urbervilles", "round": "Double Jeopardy!", "show_number": "6122", "fullAnswer": "Tess of the d\\'Urbervilles" @@ -2022809,16 +1922539,6 @@ "show_number": "6122", "fullAnswer": "-tropic" }, - { - "category": "MR. SPEAKER (OF THE HOUSE)", - "air_date": "2011-04-05", - "question": "Of the 49 years this Texan spent in the House of Representatives, nearly 17 were as Speaker--Mister...", - "value": "$2000", - "answer": "Sam Rayburn", - "round": "Double Jeopardy!", - "show_number": "6122", - "fullAnswer": "Sam Rayburn" - }, { "category": "WORLD HERITAGE SITES", "air_date": "2011-04-05", @@ -2022919,16 +1922639,6 @@ "show_number": "6195", "fullAnswer": "private" }, - { - "category": "LIFESAVING AT BONDI BEACH", - "air_date": "2011-07-15", - "question": "(Sarah gives the clue from Bondi Beach.) The familiar red-&-yellow flags & uniforms of Australia's lifesavers originated with the maritime code signals, in which a red-and-yellow flag stood for the letter \"O\", which was used to signal man in this predicament", - "value": "$200", - "answer": "overboard", - "round": "Jeopardy!", - "show_number": "6195", - "fullAnswer": "overboard" - }, { "category": "THE LION", "air_date": "2011-07-15", @@ -2022979,16 +1922689,6 @@ "show_number": "6195", "fullAnswer": "general" }, - { - "category": "LIFESAVING AT BONDI BEACH", - "air_date": "2011-07-15", - "question": "(Kelly gives the clue from Bondi Beach.) In cold weather, hypothermia causes the body to lose heat faster than it can be produced; in hot weather, lifesavers often have to treat this opposite condition, from Greek for \"overheating\"", - "value": "$400", - "answer": "hyperthermia", - "round": "Jeopardy!", - "show_number": "6195", - "fullAnswer": "hyperthermia" - }, { "category": "THE LION", "air_date": "2011-07-15", @@ -2023039,16 +1922739,6 @@ "show_number": "6195", "fullAnswer": "major" }, - { - "category": "LIFESAVING AT BONDI BEACH", - "air_date": "2011-07-15", - "question": "(Sarah gives the clue from Bondi Beach.) Emergency treatment for cardiac arrest often involves giving the victim's chest an electrical shock, to jolt the heart out of the deadly state known as ventricular this, or v-fib", - "value": "$600", - "answer": "fibrillation", - "round": "Jeopardy!", - "show_number": "6195", - "fullAnswer": "fibrillation" - }, { "category": "THE LION", "air_date": "2011-07-15", @@ -2023099,16 +1922789,6 @@ "show_number": "6195", "fullAnswer": "captain" }, - { - "category": "LIFESAVING AT BONDI BEACH", - "air_date": "2011-07-15", - "question": "(Sarah gives the clue from Bondi Beach.) The evacuation siren & flag are used when one of these is approaching, as happened in February 2010, following an earthquake across the Pacific in Chile", - "value": "$800", - "answer": "tsunami", - "round": "Jeopardy!", - "show_number": "6195", - "fullAnswer": "a tsunami" - }, { "category": "THE LION", "air_date": "2011-07-15", @@ -2023159,16 +1922839,6 @@ "show_number": "6195", "fullAnswer": "corporal" }, - { - "category": "LIFESAVING AT BONDI BEACH", - "air_date": "2011-07-15", - "question": "(Kelly of the Clue Crew gives the clue from a rescue boat off Bondi Beach.) Inflatable rescue boats are serious rescue tools, not bathtub toys, but here they're affectionately called \"rubber\" these", - "value": "$1000", - "answer": "duckies", - "round": "Jeopardy!", - "show_number": "6195", - "fullAnswer": "duckies" - }, { "category": "THE BALKAN PENINSULA", "air_date": "2011-07-15", @@ -2023249,16 +1922919,6 @@ "show_number": "6195", "fullAnswer": "Charles (Foster Kane)" }, - { - "category": "EMPIRE FALLS", - "air_date": "2011-07-15", - "question": "By the time of Trajan's death in 117 A.D., this empire covered the area seen here", - "value": "$800", - "answer": "Roman Empire", - "round": "Double Jeopardy!", - "show_number": "6195", - "fullAnswer": "the Roman Empire" - }, { "category": "INDIAN GAMING", "air_date": "2011-07-15", @@ -2024674,7 +1924334,7 @@ "air_date": "1999-09-15", "question": "Chapter XVI of this novel concerns \"The Inn Which He Took for a Castle\"", "value": null, - "answer": "\\Don Quixote\\", + "answer": "Don Quixote", "round": "Final Jeopardy!", "show_number": "3453", "fullAnswer": "\\\"Don Quixote\\\"" @@ -2024699,16 +1924359,6 @@ "show_number": "5204", "fullAnswer": "Joey Heatherton" }, - { - "category": "PICTURE THIS", - "air_date": "2007-04-05", - "question": "He's the popular '60s & '70s game show host seen here", - "value": "$200", - "answer": "Art Fleming", - "round": "Jeopardy!", - "show_number": "5204", - "fullAnswer": "Art Fleming" - }, { "category": "ODE TO THE WEST WING", "air_date": "2007-04-05", @@ -2024739,16 +1924389,6 @@ "show_number": "5204", "fullAnswer": "bikini" }, - { - "category": "MIGRATION", - "air_date": "2007-04-05", - "question": "(Sarah of the Clue Crew reports in front of an image of the globe.) These birds may cover 14,000 miles in one migration - their return north in warm water led to the proverb \"One of\" them \"does not make a summer\"", - "value": "$400", - "answer": "swallow", - "round": "Jeopardy!", - "show_number": "5204", - "fullAnswer": "swallow" - }, { "category": "CHERCHEZ LA FEMME", "air_date": "2007-04-05", @@ -2024759,22 +1924399,12 @@ "show_number": "5204", "fullAnswer": "Parker Posey" }, - { - "category": "PICTURE THIS", - "air_date": "2007-04-05", - "question": "Alphanumeric name of the fearsome machine seen here", - "value": "$400", - "answer": "B-52", - "round": "Jeopardy!", - "show_number": "5204", - "fullAnswer": "B-52" - }, { "category": "ODE TO THE WEST WING", "air_date": "2007-04-05", "question": "The presence of the No. 2 man seems to cast a glow / within thy precincts, room with the initials V.P.O.", "value": "$400", - "answer": "Vice President\\'s Office", + "answer": "Vice President's Office", "round": "Jeopardy!", "show_number": "5204", "fullAnswer": "Vice President\\'s Office" @@ -2024819,16 +1924449,6 @@ "show_number": "5204", "fullAnswer": "Michael Learned" }, - { - "category": "PICTURE THIS", - "air_date": "2007-04-05", - "question": "I say, I say, he's the blabberbeak seen here, son", - "value": "$600", - "answer": "Foghorn Leghorn", - "round": "Jeopardy!", - "show_number": "5204", - "fullAnswer": "Foghorn Leghorn" - }, { "category": "ODE TO THE WEST WING", "air_date": "2007-04-05", @@ -2024859,16 +1924479,6 @@ "show_number": "5204", "fullAnswer": "\"How old are you?\"" }, - { - "category": "MIGRATION", - "air_date": "2007-04-05", - "question": "(Kelly of the Clue Crew reports in front of a map of the United States.) For these insects, autumn is a time to congregate in Michoacan, Mexico, where they're a major eco-tourist attraction", - "value": "$800", - "answer": "monarch butterflies", - "round": "Jeopardy!", - "show_number": "5204", - "fullAnswer": "monarch butterflies" - }, { "category": "CHERCHEZ LA FEMME", "air_date": "2007-04-05", @@ -2024879,16 +1924489,6 @@ "show_number": "5204", "fullAnswer": "Joyce DeWitt" }, - { - "category": "PICTURE THIS", - "air_date": "2007-04-05", - "question": "Depicted here in 1805 during his last battle is this great British national hero", - "value": "$800", - "answer": "Admiral (Horatio) Nelson", - "round": "Jeopardy!", - "show_number": "5204", - "fullAnswer": "Admiral (Horatio) Nelson" - }, { "category": "ODE TO THE WEST WING", "air_date": "2007-04-05", @@ -2024939,26 +1924539,6 @@ "show_number": "5204", "fullAnswer": "Morgan Brittany" }, - { - "category": "PICTURE THIS", - "air_date": "2007-04-05", - "question": "It's the European capital city seen here in November 1956", - "value": "$1000", - "answer": "Budapest", - "round": "Jeopardy!", - "show_number": "5204", - "fullAnswer": "Budapest" - }, - { - "category": "ODE TO THE WEST WING", - "air_date": "2007-04-05", - "question": "Contentious meetings yield a mad cacophony / Within you, room with your grand table of mahogany", - "value": "$1000", - "answer": "Cabinet Room", - "round": "Jeopardy!", - "show_number": "5204", - "fullAnswer": "The Cabinet Room" - }, { "category": "\"PAC\" RATS", "air_date": "2007-04-05", @@ -2025629,16 +1925209,6 @@ "show_number": "6054", "fullAnswer": "Gorbachev" }, - { - "category": "COUNTY CULTURE", - "air_date": "2010-12-30", - "question": "The photo here was taken in this Iowa county found in the title of a bestseller", - "value": "$800", - "answer": "Madison county", - "round": "Double Jeopardy!", - "show_number": "6054", - "fullAnswer": "Madison county" - }, { "category": "BALLPARK FRANKS", "air_date": "2010-12-30", @@ -2025659,16 +1925229,6 @@ "show_number": "6054", "fullAnswer": "the Pac-10" }, - { - "category": "EGGS-QUISITE", - "air_date": "2010-12-30", - "question": "The type of pan seen here is named for this egg dish", - "value": "$800", - "answer": "omelette", - "round": "Double Jeopardy!", - "show_number": "6054", - "fullAnswer": "an omelette" - }, { "category": "BOOK BY CHARACTERS", "air_date": "2010-12-30", @@ -2025909,16 +1925469,6 @@ "show_number": "6020", "fullAnswer": "the nose" }, - { - "category": "BACK IN THE '90s", - "air_date": "2010-11-12", - "question": "(Katie Couric delivers the clue.) One of the greatest outpourings of emotion I've ever witnessed was on September 6, 1997 when I co-anchored coverage of this event from London", - "value": "$400", - "answer": "Princess Diana\\'s funeral ceremonies", - "round": "Jeopardy!", - "show_number": "6020", - "fullAnswer": "Princess Diana\\'s funeral ceremonies" - }, { "category": "COMIC BOOK VILLAINY", "air_date": "2010-11-12", @@ -2026229,16 +1925779,6 @@ "show_number": "6020", "fullAnswer": "Jessica Alba" }, - { - "category": "MUSIC & DANCE", - "air_date": "2010-11-12", - "question": "Ballet's five basic foot positions were based on this activity, now an Olympic sport; you can really see it in third position", - "value": "$800", - "answer": "fencing", - "round": "Double Jeopardy!", - "show_number": "6020", - "fullAnswer": "fencing" - }, { "category": "MEDIEVAL JOBS", "air_date": "2010-11-12", @@ -2026369,16 +1925909,6 @@ "show_number": "6020", "fullAnswer": "fletchers" }, - { - "category": "THEY WERE DROPOUTS", - "air_date": "2010-11-12", - "question": "He dropped out of school as a boy, but sank his teeth into a successful career in Hollywood", - "value": "$1600", - "answer": "Bela Lugosi", - "round": "Double Jeopardy!", - "show_number": "6020", - "fullAnswer": "Bela Lugosi" - }, { "category": "2- OR 11-LETTER WORDS", "air_date": "2010-11-12", @@ -2027114,7 +1926644,7 @@ "air_date": "2004-11-12", "question": "The 3 leaves on the shamrock associated with this holiday are said to represent the Holy Trinity", "value": "$200", - "answer": "St. Patrick\\'s Day", + "answer": "St. Patrick's Day", "round": "Jeopardy!", "show_number": "4645", "fullAnswer": "St. Patrick\\'s Day" @@ -2027124,7 +1926654,7 @@ "air_date": "2004-11-12", "question": "If you want a life in the theatre, perhaps you should get a B.F.A. degree, B.F.A. standing for this", "value": "$200", - "answer": "Bachelor\\'s of Fine Arts", + "answer": "Bachelor's of Fine Arts", "round": "Jeopardy!", "show_number": "4645", "fullAnswer": "Bachelor\\'s of Fine Arts" @@ -2027174,7 +1926704,7 @@ "air_date": "2004-11-12", "question": "The third Sunday in June, it didn't become official until signed into law in 1972", "value": "$400", - "answer": "Father\\'s Day", + "answer": "Father's Day", "round": "Jeopardy!", "show_number": "4645", "fullAnswer": "Father\\'s Day" @@ -2027329,16 +1926859,6 @@ "show_number": "4645", "fullAnswer": "Paul Frank" }, - { - "category": "THAT'S SO RANDOM!", - "air_date": "2004-11-12", - "question": "(I'm Ashleigh Banfield.) \"Men seldom make passes at girls who wear glasses\", said this Algonquin Round Table member", - "value": "$1000", - "answer": "Dorothy Parker", - "round": "Jeopardy!", - "show_number": "4645", - "fullAnswer": "Dorothy Parker" - }, { "category": "NAME THAT CENTURY", "air_date": "2004-11-12", @@ -2027509,16 +1927029,6 @@ "show_number": "4645", "fullAnswer": "Knute Rockne" }, - { - "category": "MERRIE OLDE ENGLAND", - "air_date": "2004-11-12", - "question": "(Cheryl of the Clue Crew reports from under the boughs of a riverside willow in England.) Holy Trinity Church, where Shakespeare was baptized and buried, stands on the banks of this English this river", - "value": "$1200", - "answer": "Avon", - "round": "Double Jeopardy!", - "show_number": "4645", - "fullAnswer": "Avon" - }, { "category": "RESUMÉS OF WORLD LEADERS", "air_date": "2004-11-12", @@ -2027534,7 +1927044,7 @@ "air_date": "2004-11-12", "question": "In the 1960s, linear alkyl benzene became the main ingredient in detergents because it has this eco-quality", "value": "$1200", - "answer": "it\\'s biodegradable", + "answer": "it's biodegradable", "round": "Double Jeopardy!", "show_number": "4645", "fullAnswer": "it\\'s biodegradable" @@ -2027799,16 +1927309,6 @@ "show_number": "4759", "fullAnswer": "derrick" }, - { - "category": "ART & ARTISTS", - "air_date": "2005-04-21", - "question": "Actress Ellen Andre posed as the dejected woman for his famous 1876 painting \"The Absinthe Drinkers\"", - "value": "$600", - "answer": "Degas", - "round": "Jeopardy!", - "show_number": "4759", - "fullAnswer": "(Edgar) Degas" - }, { "category": "\"LOVE\" ON TELEVISION", "air_date": "2005-04-21", @@ -2027949,16 +1927449,6 @@ "show_number": "4759", "fullAnswer": "Hoover" }, - { - "category": "THE RURAL SCENE", - "air_date": "2005-04-21", - "question": "(Cheryl of the Clue Crew delivers the clue while milking a cow.) Stimulation of the teats tells the pituitary gland to produce oxytocin, one of these, which leads to milk production", - "value": "$1000", - "answer": "hormone", - "round": "Jeopardy!", - "show_number": "4759", - "fullAnswer": "a hormone" - }, { "category": "THE URBAN SCENE", "air_date": "2005-04-21", @@ -2027969,22 +1927459,12 @@ "show_number": "4759", "fullAnswer": "(Kitty) Genovese" }, - { - "category": "IN THE DICTIONARY", - "air_date": "2005-04-21", - "question": "(Jimmy of the Clue Crew delivers the clue from a winery.) The science of growing grapes is viticulture; the science of making wine is known as this", - "value": "$1000", - "answer": "oenology", - "round": "Jeopardy!", - "show_number": "4759", - "fullAnswer": "oenology" - }, { "category": "THE BIG BAND ERA", "air_date": "2005-04-21", "question": "In a Duke Ellington hit song title, it's the line that follows \"It don't mean a thing\"", "value": "$400", - "answer": "if it ain\\'t got that swing", + "answer": "if it ain't got that swing", "round": "Double Jeopardy!", "show_number": "4759", "fullAnswer": "\"if it ain\\'t got that swing\"" @@ -2028039,16 +1927519,6 @@ "show_number": "4759", "fullAnswer": "an address" }, - { - "category": "THE BIG BAND ERA", - "air_date": "2005-04-21", - "question": "Title transport in the big band classic heard here", - "value": "$800", - "answer": "Chattanooga Choo Choo", - "round": "Double Jeopardy!", - "show_number": "4759", - "fullAnswer": "the Chattanooga Choo Choo" - }, { "category": "STARDUST", "air_date": "2005-04-21", @@ -2028159,16 +1927629,6 @@ "show_number": "4759", "fullAnswer": "alpha particles" }, - { - "category": "THE BIG BAND ERA", - "air_date": "2005-04-21", - "question": "Glenn Miller's version of this song with a 3-word title was his biggest hit", - "value": "$1600", - "answer": "In The Mood", - "round": "Double Jeopardy!", - "show_number": "4759", - "fullAnswer": "\"In The Mood\"" - }, { "category": "STARDUST", "air_date": "2005-04-21", @@ -2028199,16 +1927659,6 @@ "show_number": "4759", "fullAnswer": "Yemen" }, - { - "category": "DEEP PURPLE", - "air_date": "2005-04-21", - "question": "This whisky brand, whose logo is seen here, comes in an elegant purple bag", - "value": "$1600", - "answer": "Crown Royal", - "round": "Double Jeopardy!", - "show_number": "4759", - "fullAnswer": "Crown Royal" - }, { "category": "TAKE THE \"A\" TRAIN", "air_date": "2005-04-21", @@ -2028984,7 +1928434,7 @@ "air_date": "2004-06-25", "question": "The Earth is believed to have passed through the tail of this in 1910", "value": "$400", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Jeopardy!", "show_number": "4575", "fullAnswer": "Halley\\'s Comet" @@ -2029179,16 +1928629,6 @@ "show_number": "4575", "fullAnswer": "Air Force Base" }, - { - "category": "BARTENDING", - "air_date": "2004-06-25", - "question": "(Jimmy of the Clue Crew stirs a beverage.) Mix vodka, Kahlua
and light cream to get this drink that might be popular in Moscow", - "value": "$1000", - "answer": "White Russian", - "round": "Jeopardy!", - "show_number": "4575", - "fullAnswer": "a White Russian" - }, { "category": "WELL, I'LL \"B\"", "air_date": "2004-06-25", @@ -2029274,7 +1928714,7 @@ "air_date": "2004-06-25", "question": "They crash about for Georgia Tech", "value": "$800", - "answer": "Ramblin\\' Wrecks", + "answer": "Ramblin' Wrecks", "round": "Double Jeopardy!", "show_number": "4575", "fullAnswer": "the Ramblin\\' Wrecks" @@ -2029389,16 +1928829,6 @@ "show_number": "4575", "fullAnswer": "(Washington) Irving" }, - { - "category": "COLLEGE TEAM NICKNAMES", - "air_date": "2004-06-25", - "question": "(I'm Troy Brown.) In college I was part of Marshall's \"Thundering\" one", - "value": "$1600", - "answer": "Herd", - "round": "Double Jeopardy!", - "show_number": "4575", - "fullAnswer": "(the Thundering) Herd" - }, { "category": "PLACES FOR PILGRIMS", "air_date": "2004-06-25", @@ -2029699,26 +1929129,6 @@ "show_number": "4709", "fullAnswer": "(George) Marshall" }, - { - "category": "BROADWAY TRADITIONS", - "air_date": "2005-02-10", - "question": "(Sarah of the Clue Crew stands onstage in the Golden Theatre in New York wearing a motley raiment.) On a Broadway musical's opening night, the Gypsy Robe is presented to a chorus member by this actor's union", - "value": "$800", - "answer": "Equity", - "round": "Jeopardy!", - "show_number": "4709", - "fullAnswer": "Equity" - }, - { - "category": "OH, SHOOT!", - "air_date": "2005-02-10", - "question": "(Sarah of the Clue Crew gets some help from Jimmy in the mountains of Montana.) Unlike skeet, where the clays go side to side, I'm doing this type of shooting, which sends the clays straight out--pull!

\"Whoa!\"", - "value": "$800", - "answer": "trapshooting", - "round": "Jeopardy!", - "show_number": "4709", - "fullAnswer": "trapshooting" - }, { "category": "ADVERTISING SLOGANS", "air_date": "2005-02-10", @@ -2029819,16 +1929229,6 @@ "show_number": "4709", "fullAnswer": "Seoul" }, - { - "category": "TALKING HEADS", - "air_date": "2005-02-10", - "question": "Today she interviews stars; she met many as the daughter of a New York City nightclub owner", - "value": "$400", - "answer": "Barbara Walters", - "round": "Double Jeopardy!", - "show_number": "4709", - "fullAnswer": "Barbara Walters" - }, { "category": "LITERARY LITERARY CHARACTERS", "air_date": "2005-02-10", @@ -2029879,16 +1929279,6 @@ "show_number": "4709", "fullAnswer": "Dhaka" }, - { - "category": "TALKING HEADS", - "air_date": "2005-02-10", - "question": "He's the best-selling Limbaugh nemesis seen here", - "value": "$800", - "answer": "Al Franken", - "round": "Double Jeopardy!", - "show_number": "4709", - "fullAnswer": "Al Franken" - }, { "category": "LITERARY LITERARY CHARACTERS", "air_date": "2005-02-10", @@ -2029939,16 +1929329,6 @@ "show_number": "4709", "fullAnswer": "Kabul" }, - { - "category": "TALKING HEADS", - "air_date": "2005-02-10", - "question": "He's the hard-hitting news honcho seen here", - "value": "$1200", - "answer": "Chris Matthews", - "round": "Double Jeopardy!", - "show_number": "4709", - "fullAnswer": "Chris Matthews" - }, { "category": "LITERARY LITERARY CHARACTERS", "air_date": "2005-02-10", @@ -2029999,16 +1929379,6 @@ "show_number": "4709", "fullAnswer": "Jakarta" }, - { - "category": "TALKING HEADS", - "air_date": "2005-02-10", - "question": "Bow ties and bold talk characterize this newscaster & commentator", - "value": "$1600", - "answer": "Tucker Carlson", - "round": "Double Jeopardy!", - "show_number": "4709", - "fullAnswer": "Tucker Carlson" - }, { "category": "LITERARY LITERARY CHARACTERS", "air_date": "2005-02-10", @@ -2030059,16 +1929429,6 @@ "show_number": "4709", "fullAnswer": "Manila (in the Philippines)" }, - { - "category": "TALKING HEADS", - "air_date": "2005-02-10", - "question": "This former deputy director of the Peace Corps has won more than 30 Emmy awards", - "value": "$2000", - "answer": "Bill Moyers", - "round": "Double Jeopardy!", - "show_number": "4709", - "fullAnswer": "Bill Moyers" - }, { "category": "LITERARY LITERARY CHARACTERS", "air_date": "2005-02-10", @@ -2030439,16 +1929799,6 @@ "show_number": "4677", "fullAnswer": "Ricky Ricardo" }, - { - "category": "IKE-ONOGRAPHY", - "air_date": "2004-12-28", - "question": "(Sarah of the Clue Crew stands next to a portrait at the Eisenhower Center in Abilene, KS.) A Civil War buff who lived in retirement at Gettysburg, Ike painted a portrait of this man", - "value": "$400", - "answer": "Lee", - "round": "Double Jeopardy!", - "show_number": "4677", - "fullAnswer": "(Robert E.) Lee" - }, { "category": "\"BERT\"DAYS", "air_date": "2004-12-28", @@ -2030559,16 +1929909,6 @@ "show_number": "4677", "fullAnswer": "McCoy" }, - { - "category": "\"BERT\"DAYS", - "air_date": "2004-12-28", - "question": "Actress seen here, Nov. 30, 1982 in Calgary", - "value": "$1200", - "answer": "Cuthbert", - "round": "Double Jeopardy!", - "show_number": "4677", - "fullAnswer": "(Elisha) Cuthbert" - }, { "category": "FRUITS & VEGETABLES", "air_date": "2004-12-28", @@ -2030969,16 +1930309,6 @@ "show_number": "5178", "fullAnswer": "\"Only The Good Die Young\"" }, - { - "category": "ABOUT BUILDINGS", - "air_date": "2007-02-28", - "question": "From the French for \"to push\", it's the type of building support seen here", - "value": "$1000", - "answer": "buttress", - "round": "Jeopardy!", - "show_number": "5178", - "fullAnswer": "a buttress" - }, { "category": "AND FOOD", "air_date": "2007-02-28", @@ -2031134,7 +1930464,7 @@ "air_date": "2007-02-28", "question": "A sketch show's dead parrot lives to soar through a flaming hoop held by Cathy Lee Crosby on a '70s celeb variety show", "value": "$1200", - "answer": "Monty Python\\'s Flying Circus of the Stars", + "answer": "Monty Python's Flying Circus of the Stars", "round": "Double Jeopardy!", "show_number": "5178", "fullAnswer": "Monty Python\\'s Flying Circus of the Stars" @@ -2031239,16 +1930569,6 @@ "show_number": "5178", "fullAnswer": "notwithstanding" }, - { - "category": "SCIENCE", - "air_date": "2007-02-28", - "question": "(Kelly of the Clue Crew indicates a formula on a monitor.) In Newton's law, \"F\" is the attractive force, \"G\" is the gravitational constant, \"m\" is the masses of two bodies, & \"d\" stands for this", - "value": "$2000", - "answer": "distance", - "round": "Double Jeopardy!", - "show_number": "5178", - "fullAnswer": "distance" - }, { "category": "TV BEFORE & AFTER", "air_date": "2007-02-28", @@ -2031269,16 +1930589,6 @@ "show_number": "5178", "fullAnswer": "Lorraine Hansberry" }, - { - "category": "NICKNAMES", - "air_date": "2007-02-28", - "question": "(Jon of the Clue Crew stands in Radio City Music Hall, New York.) The theatrical mind behind Radio City was Samuel Rothafel, better known by this nickname also found on a movie palace he opened", - "value": "$2000", - "answer": "Roxie", - "round": "Double Jeopardy!", - "show_number": "5178", - "fullAnswer": "Roxie" - }, { "category": "THE SOUTHERNMOST CAPITAL CITY", "air_date": "2007-02-28", @@ -2031499,16 +1930809,6 @@ "show_number": "5000", "fullAnswer": "Marlon Brando" }, - { - "category": "ROAD TRIP USA", - "air_date": "2006-05-12", - "question": "Seen here, this famous ranch in Texas runs the gamut from a 1949 Club Coupe to a 1963 sedan", - "value": "$800", - "answer": "Cadillac Ranch", - "round": "Jeopardy!", - "show_number": "5000", - "fullAnswer": "Cadillac Ranch" - }, { "category": "HISTORICAL TEXT MESSAGING", "air_date": "2006-05-12", @@ -2031609,16 +1930909,6 @@ "show_number": "5000", "fullAnswer": "earwig (in Dear Wiglaf)" }, - { - "category": "CHINESE CULTURE", - "air_date": "2006-05-12", - "question": "(Kelly of the Clue Crew points out some Chinese calligraphy at the Chinese Culture Center in San Francisco, CA.) The character \"xi\" represents happiness; this is the celebration that is most associated with the \"double xi\"", - "value": "$400", - "answer": "wedding", - "round": "Double Jeopardy!", - "show_number": "5000", - "fullAnswer": "a wedding" - }, { "category": "ROD SERLING'S TWILIGHT ZONE", "air_date": "2006-05-12", @@ -2031664,7 +1930954,7 @@ "air_date": "2006-05-12", "question": "British prime minister Tony's natural talents", "value": "$400", - "answer": "Blair\\'s flairs ", + "answer": "Blair's flairs ", "round": "Double Jeopardy!", "show_number": "5000", "fullAnswer": "Blair\\'s flairs (Blair flair accepted)" @@ -2031724,21 +1931014,11 @@ "air_date": "2006-05-12", "question": "The first Israeli prime minister's Roman commanders", "value": "$800", - "answer": "Ben-Gurion\\'s Centurions", + "answer": "Ben-Gurion's Centurions", "round": "Double Jeopardy!", "show_number": "5000", "fullAnswer": "Ben-Gurion\\'s Centurions" }, - { - "category": "CHINESE CULTURE", - "air_date": "2006-05-12", - "question": "(A man goes through the motions while Jon of the Clue Crew reads the clue from the Chinese Culture Center in San Francisco, CA.) Tai chi is a soft-flowing Chinese martial art rooted primarily in this philosophy of Lao Tse", - "value": "$1200", - "answer": "Taoism", - "round": "Double Jeopardy!", - "show_number": "5000", - "fullAnswer": "Taoism" - }, { "category": "ROD SERLING'S TWILIGHT ZONE", "air_date": "2006-05-12", @@ -2031784,7 +1931064,7 @@ "air_date": "2006-05-12", "question": "The current Aussie prime minister's lily-livered fraidy cats", "value": "$1200", - "answer": "Howard\\'s cowards", + "answer": "Howard's cowards", "round": "Double Jeopardy!", "show_number": "5000", "fullAnswer": "Howard\\'s cowards" @@ -2031819,16 +1931099,6 @@ "show_number": "5000", "fullAnswer": "Saddam Hussein" }, - { - "category": "BREAD", - "air_date": "2006-05-12", - "question": "Seen here is the classic form of this bread served on the Sabbath & some Jewish holidays", - "value": "$1600", - "answer": "challah", - "round": "Double Jeopardy!", - "show_number": "5000", - "fullAnswer": "challah" - }, { "category": "LITERARY LINEUPS", "air_date": "2006-05-12", @@ -2031844,21 +1931114,11 @@ "air_date": "2006-05-12", "question": "Disraeli's bogs", "value": "$1600", - "answer": "Ben\\'s fens", + "answer": "Ben's fens", "round": "Double Jeopardy!", "show_number": "5000", "fullAnswer": "Ben\\'s fens" }, - { - "category": "CHINESE CULTURE", - "air_date": "2006-05-12", - "question": "(Kelly of the Clue Crew, at the Chinese Culture Center in San Francisco, CA, shows us more calligraphy.) North, South, East & West are the four of these, one of the major types of tiles in Mahjong", - "value": "$2000", - "answer": "winds", - "round": "Double Jeopardy!", - "show_number": "5000", - "fullAnswer": "winds" - }, { "category": "ROD SERLING'S TWILIGHT ZONE", "air_date": "2006-05-12", @@ -2031904,7 +1931164,7 @@ "air_date": "2006-05-12", "question": "The current Canadian prime minister's complainers", "value": "$2000", - "answer": "Harper\\'s carpers", + "answer": "Harper's carpers", "round": "Double Jeopardy!", "show_number": "5000", "fullAnswer": "Harper\\'s carpers" @@ -2031949,16 +1931209,6 @@ "show_number": "4079", "fullAnswer": "(urban) sprawl" }, - { - "category": "DISCOVERY CHANNEL", - "air_date": "2002-05-02", - "question": "This fish seen here is one of the fastest in the ocean, whether Atlantic or Pacific", - "value": "$200", - "answer": "sailfish", - "round": "Jeopardy!", - "show_number": "4079", - "fullAnswer": "a sailfish" - }, { "category": "WORLD WAR I VETS", "air_date": "2002-05-02", @@ -2032019,16 +1931269,6 @@ "show_number": "4079", "fullAnswer": "the ridge" }, - { - "category": "WORLD WAR I VETS", - "air_date": "2002-05-02", - "question": "Future U.S. president seen here on his military ID", - "value": "$400", - "answer": "Truman", - "round": "Jeopardy!", - "show_number": "4079", - "fullAnswer": "(Harry) Truman" - }, { "category": "I'M IN \"SEVENTH\" HEAVEN", "air_date": "2002-05-02", @@ -2032069,16 +1931309,6 @@ "show_number": "4079", "fullAnswer": "traffic helicopter" }, - { - "category": "DISCOVERY CHANNEL", - "air_date": "2002-05-02", - "question": "As seen here, some jellies have thousands of these tiny hairlike structures similar to flagella", - "value": "$600", - "answer": "cilia", - "round": "Jeopardy!", - "show_number": "4079", - "fullAnswer": "cilia" - }, { "category": "WORLD WAR I VETS", "air_date": "2002-05-02", @@ -2032189,16 +1931419,6 @@ "show_number": "4079", "fullAnswer": "the Emerald Necklace" }, - { - "category": "DISCOVERY CHANNEL", - "air_date": "2002-05-02", - "question": "It's the North Atlantic inlet seen here

\"Tides here are the largest in the world and have a profound effect on marine life.\"", - "value": "$1000", - "answer": "Bay of Fundy", - "round": "Jeopardy!", - "show_number": "4079", - "fullAnswer": "the Bay of Fundy" - }, { "category": "WORLD WAR I VETS", "air_date": "2002-05-02", @@ -2032409,16 +1931629,6 @@ "show_number": "4079", "fullAnswer": "Toxic Shock (Syndrome)" }, - { - "category": "LITERARY MOVEMENTS", - "air_date": "2002-05-02", - "question": "(Sofia of the Clue Crew reports from the Ralph Waldo Emerson House in Concord, MA.) In 1842 Emerson gave a lecture called this, a 17-letter adjective for his literary & philosophical movement", - "value": "$1600", - "answer": "transcendentalist", - "round": "Double Jeopardy!", - "show_number": "4079", - "fullAnswer": "transcendentalist" - }, { "category": "MIDDLE AGE FOLKS", "air_date": "2002-05-02", @@ -2032829,16 +1932039,6 @@ "show_number": "4902", "fullAnswer": "Aeolus" }, - { - "category": "THE WINTER PALACE", - "air_date": "2005-12-27", - "question": "The storming of the Winter Palace in 1917 was immortalized in Eisenstein's film \"October\", or \"Ten Days that\" did this", - "value": "$400", - "answer": "Shook the World", - "round": "Double Jeopardy!", - "show_number": "4902", - "fullAnswer": "Shook the World" - }, { "category": "MUSICAL THEATRE", "air_date": "2005-12-27", @@ -2033029,16 +1932229,6 @@ "show_number": "4902", "fullAnswer": "Sweeney Todd" }, - { - "category": "WORD LORE", - "air_date": "2005-12-27", - "question": "By a roundabout route, this item seen here gave us this word for a place to shop", - "value": "$1600", - "answer": "mall", - "round": "Double Jeopardy!", - "show_number": "4902", - "fullAnswer": "mall" - }, { "category": "FICTIONAL CHARACTERS", "air_date": "2005-12-27", @@ -2033069,16 +1932259,6 @@ "show_number": "4902", "fullAnswer": "IBM" }, - { - "category": "THE WINTER PALACE", - "air_date": "2005-12-27", - "question": "(Sarah of the Clue Crew delivers the clue from the Winter Palace in St. Petersburg, Russia.) Because it was descended to bless the Neva River, the staircase got this name of the river of Jesus' baptism", - "value": "$2000", - "answer": "Jordan ", - "round": "Double Jeopardy!", - "show_number": "4902", - "fullAnswer": "the Jordan (Staircase)" - }, { "category": "MUSICAL THEATRE", "air_date": "2005-12-27", @@ -2033709,16 +1932889,6 @@ "show_number": "5734", "fullAnswer": "Gene Hackman" }, - { - "category": "THE NEW YORK TIMES STYLE", - "air_date": "2009-07-09", - "question": "An nytimes.com slide show on this woman's style included the red & black number from Election Night 2008", - "value": "$200", - "answer": "Michelle Obama", - "round": "Jeopardy!", - "show_number": "5734", - "fullAnswer": "Michelle Obama" - }, { "category": "SOUVENIRS", "air_date": "2009-07-09", @@ -2033989,16 +1933159,6 @@ "show_number": "5734", "fullAnswer": "a dismount" }, - { - "category": "YOU: THE OWNER'S MANUAL", - "air_date": "2009-07-09", - "question": "(Dr. Oz presents the clue.) Bones regenerate themselves every seven years, but after age 35, your bones grow slower & become less dense, which can lead to this condition, a thinning of bones", - "value": "$400", - "answer": "osteoporosis", - "round": "Double Jeopardy!", - "show_number": "5734", - "fullAnswer": "osteoporosis" - }, { "category": "QUOTES ABOUT SPORTS TEAMS?", "air_date": "2009-07-09", @@ -2034049,16 +1933209,6 @@ "show_number": "5734", "fullAnswer": "yew/ewe" }, - { - "category": "YOU: THE OWNER'S MANUAL", - "air_date": "2009-07-09", - "question": "(Dr. Oz shows an animation of a throbbing artery in the brain on the monitor.) The brain is a beautiful place, but triggered by dilation of arteries in the brain, these extremely painful events are sometimes accompanied by nausea", - "value": "$800", - "answer": "migraines", - "round": "Double Jeopardy!", - "show_number": "5734", - "fullAnswer": "migraines" - }, { "category": "QUOTES ABOUT SPORTS TEAMS?", "air_date": "2009-07-09", @@ -2034109,16 +1933259,6 @@ "show_number": "5734", "fullAnswer": "bawled/bald" }, - { - "category": "YOU: THE OWNER'S MANUAL", - "air_date": "2009-07-09", - "question": "(Dr. Oz shows a cardiovascular animation on the monitor.) I try to be positive, but for just a little aversion therapy, here's what it looks like when the arteries of the heart scar just before they cause a heart attack; this buildup here is called this", - "value": "$1,000", - "answer": "plaque ", - "round": "Double Jeopardy!", - "show_number": "5734", - "fullAnswer": "plaque (atherosclerosis accepted)" - }, { "category": "QUOTES ABOUT SPORTS TEAMS?", "air_date": "2009-07-09", @@ -2034129,16 +1933269,6 @@ "show_number": "5734", "fullAnswer": "patriots" }, - { - "category": "SHELLFISH", - "air_date": "2009-07-09", - "question": "The striping adds this predator's name to the shrimp seen here", - "value": "$1200", - "answer": "tiger", - "round": "Double Jeopardy!", - "show_number": "5734", - "fullAnswer": "a tiger" - }, { "category": "IT'S GETTING LATE IN HISTORY", "air_date": "2009-07-09", @@ -2034169,16 +1933299,6 @@ "show_number": "5734", "fullAnswer": "need/knead" }, - { - "category": "YOU: THE OWNER'S MANUAL", - "air_date": "2009-07-09", - "question": "(Dr. Oz puts a small pitcher to one nostril.) Just as you practice hygiene in your mouth, I advocate keeping your sinuses healthy with this device used in Asia for centuries", - "value": "$1600", - "answer": "neti pot", - "round": "Double Jeopardy!", - "show_number": "5734", - "fullAnswer": "a neti pot" - }, { "category": "QUOTES ABOUT SPORTS TEAMS?", "air_date": "2009-07-09", @@ -2034229,16 +1933349,6 @@ "show_number": "5734", "fullAnswer": "taut/taught" }, - { - "category": "YOU: THE OWNER'S MANUAL", - "air_date": "2009-07-09", - "question": "(Dr. Oz holds a dissected human knee joint.) While pro athletes often tear the ACL shown here, regular folks often tear this cartilage in the middle of the knee that acts as a shock absorber", - "value": "$2000", - "answer": "meniscus", - "round": "Double Jeopardy!", - "show_number": "5734", - "fullAnswer": "the meniscus" - }, { "category": "QUOTES ABOUT SPORTS TEAMS?", "air_date": "2009-07-09", @@ -2034539,16 +1933649,6 @@ "show_number": "4800", "fullAnswer": "Ricki Lake" }, - { - "category": "CAVES", - "air_date": "2005-06-17", - "question": "The historic entrance to this US national park is seen here", - "value": "$1000", - "answer": "Mammoth Cave", - "round": "Jeopardy!", - "show_number": "4800", - "fullAnswer": "Mammoth Cave" - }, { "category": "PRESIDENTIAL CAMPAIGNS", "air_date": "2005-06-17", @@ -2034709,16 +1933809,6 @@ "show_number": "4800", "fullAnswer": "Barbara Cartland" }, - { - "category": "THE STANLEY CUP", - "air_date": "2005-06-17", - "question": "(Alex Trebek presents the clue from the Hockey Hall of Fame in Toronto.) This great goalie has his first name misspelled many times on the Stanley Cup, including as \"J-A-C\" and \"J-A-C-Q\"", - "value": "$1200", - "answer": "Jacques Plante", - "round": "Double Jeopardy!", - "show_number": "4800", - "fullAnswer": "Jacques Plante" - }, { "category": "MYTHOLOGICAL CREATURES", "air_date": "2005-06-17", @@ -2034739,16 +1933829,6 @@ "show_number": "4800", "fullAnswer": "Zimbabwe" }, - { - "category": "TRIPLE \"A\"", - "air_date": "2005-06-17", - "question": "The World War II light show seen here comes from these", - "value": "$1200", - "answer": "antiaircraft guns", - "round": "Double Jeopardy!", - "show_number": "4800", - "fullAnswer": "antiaircraft guns" - }, { "category": "RAKES & LIVERS", "air_date": "2005-06-17", @@ -2034804,21 +1933884,11 @@ "air_date": "2005-06-17", "question": "William Hogarth began this series of moralizing works around 1735", "value": "$2000", - "answer": "Rake\\'s Progress", + "answer": "Rake's Progress", "round": "Double Jeopardy!", "show_number": "4800", "fullAnswer": "The Rake\\'s Progress" }, - { - "category": "THE STANLEY CUP", - "air_date": "2005-06-17", - "question": "(Alex Trebek presents the clue from the Hockey Hall of Fame in Toronto.) In 2001, hockey fans everywhere were thrilled for this ex-Boston defenseman when he won his first Stanley Cup in a 22-year career", - "value": "$2000", - "answer": "Ray Bourque", - "round": "Double Jeopardy!", - "show_number": "4800", - "fullAnswer": "Ray Bourque" - }, { "category": "MYTHOLOGICAL CREATURES", "air_date": "2005-06-17", @@ -2034839,16 +1933909,6 @@ "show_number": "4800", "fullAnswer": "Spain" }, - { - "category": "TRIPLE \"A\"", - "air_date": "2005-06-17", - "question": "This table helps insurance companies set premiums based on how long you're likely to live", - "value": "$2000", - "answer": "actuarial table", - "round": "Double Jeopardy!", - "show_number": "4800", - "fullAnswer": "an actuarial table" - }, { "category": "AUTHORS", "air_date": "2005-06-17", @@ -2034864,7 +1933924,7 @@ "air_date": "2011-11-28", "question": "In 1955, 52-year-old Ray Kroc opened his first burger joint in the chain called not Kroc's but this", "value": "$200", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "6256", "fullAnswer": "McDonald\\'s" @@ -2034969,16 +1934029,6 @@ "show_number": "6256", "fullAnswer": "Detroit" }, - { - "category": "GO BLUE!", - "air_date": "2011-11-28", - "question": "\"Find health insurance options\" & \"find a doctor or a hospital\" are links at bcbs.com, the site for this", - "value": "$400", - "answer": "Blue Cross Blue Shield", - "round": "Jeopardy!", - "show_number": "6256", - "fullAnswer": "Blue Cross Blue Shield" - }, { "category": "THE MIDDLE AGES", "air_date": "2011-11-28", @@ -2035139,16 +1934189,6 @@ "show_number": "6256", "fullAnswer": "subside" }, - { - "category": "MICHIGAN", - "air_date": "2011-11-28", - "question": "Seen here is a shot from an annual festival in this city", - "value": "$1000", - "answer": "Holland, Michigan", - "round": "Jeopardy!", - "show_number": "6256", - "fullAnswer": "Holland, Michigan" - }, { "category": "GO BLUE!", "air_date": "2011-11-28", @@ -2035209,16 +1934249,6 @@ "show_number": "6256", "fullAnswer": "the stub" }, - { - "category": "NATIVE AMERICAN FOODS", - "air_date": "2011-11-28", - "question": "(Kelly of the Clue Crew presents the clue from the National Museum of the American Indian in Washington, D.C.) Raw acorns can be poisonous but Native Americans found that, once cracked & cleaned, they could use the ground-up meal in breads and in soups for this purpose, like cornstarch", - "value": "$400", - "answer": "thickener", - "round": "Double Jeopardy!", - "show_number": "6256", - "fullAnswer": "a thickener" - }, { "category": "MADAM, I'M ADAM SMITH", "air_date": "2011-11-28", @@ -2035269,16 +1934299,6 @@ "show_number": "6256", "fullAnswer": "a labcoat" }, - { - "category": "NATIVE AMERICAN FOODS", - "air_date": "2011-11-28", - "question": "(Sarah of the Clue Crew presents the clue.) The three sisters are a familiar trio in Native American cuisine; the first is corn, which grows up into the air; then come beans that climb stalks, & this last sister, like the calabaza, gives shade to the other two", - "value": "$800", - "answer": "squash", - "round": "Double Jeopardy!", - "show_number": "6256", - "fullAnswer": "squash" - }, { "category": "MADAM, I'M ADAM SMITH", "air_date": "2011-11-28", @@ -2035389,26 +1934409,6 @@ "show_number": "6256", "fullAnswer": "Afghanistan" }, - { - "category": "NATIVE AMERICAN FOODS", - "air_date": "2011-11-28", - "question": "(Sarah of the Clue Crew presents the clue.) Native Americans traditionally prepared salmon by splitting them & placing them on planks of this evergreen conifer", - "value": "$1600", - "answer": "cedar", - "round": "Double Jeopardy!", - "show_number": "6256", - "fullAnswer": "cedar" - }, - { - "category": "MADAM, I'M ADAM SMITH", - "air_date": "2011-11-28", - "question": "The 20 pound note shows me & my great idea of the stages of work getting split among specialists; it's this 3-word concept", - "value": "$2000", - "answer": "division of labor", - "round": "Double Jeopardy!", - "show_number": "6256", - "fullAnswer": "division of labor" - }, { "category": "A TALE OF ONE CITY", "air_date": "2011-11-28", @@ -2035419,16 +1934419,6 @@ "show_number": "6256", "fullAnswer": "St. Petersburg" }, - { - "category": "DOCUMENTARIES", - "air_date": "2011-11-28", - "question": "(I'm Geoffrey Canada, president of the Harlem Children's Zone.) From Davis Guggenheim, the Academy Award-winning director of \"An Inconvenient Truth\", comes this deeply personal exploration of the state of public education in the U.S., a 2010 clarion call of our times", - "value": "$2000", - "answer": "Waiting for Superman", - "round": "Double Jeopardy!", - "show_number": "6256", - "fullAnswer": "Waiting for \"Superman\"" - }, { "category": "NEW MATH", "air_date": "2011-11-28", @@ -2035449,16 +1934439,6 @@ "show_number": "6256", "fullAnswer": "hijinx" }, - { - "category": "NATIVE AMERICAN FOODS", - "air_date": "2011-11-28", - "question": "(Kelly of the Clue Crew presents the clue.) This seed was originally grown in the Andes & is used like couscous or rice & is high in protein", - "value": "$2000", - "answer": "quinoa", - "round": "Double Jeopardy!", - "show_number": "6256", - "fullAnswer": "quinoa" - }, { "category": "16th CENTURY NAMES", "air_date": "2011-11-28", @@ -2036014,7 +1934994,7 @@ "air_date": "1990-09-03", "question": "6 of \"Bugs\" Moran's henchmen & an optometrist were the victims of this 1929 slaughter", "value": "$1000", - "answer": "St. Valentine\\'s Day Massacre", + "answer": "St. Valentine's Day Massacre", "round": "Double Jeopardy!", "show_number": "1376", "fullAnswer": "the St. Valentine\\'s Day Massacre" @@ -2036054,7 +1935034,7 @@ "air_date": "2001-09-25", "question": "The message \"Some pig\", spun by a spider, convinces a farmer to save Wilbur in this book", "value": "$100", - "answer": "Charlotte\\'s Web", + "answer": "Charlotte's Web", "round": "Jeopardy!", "show_number": "3922", "fullAnswer": "Charlotte\\'s Web" @@ -2036099,16 +1935079,6 @@ "show_number": "3922", "fullAnswer": "Hollywood Boulevard" }, - { - "category": "SPEAK & SPELL", - "air_date": "2001-09-25", - "question": "Go north, young person & spell...", - "value": "$100", - "answer": "Q-U-E-B-E-C", - "round": "Jeopardy!", - "show_number": "3922", - "fullAnswer": "Q-U-E-B-E-C" - }, { "category": "BOOKS", "air_date": "2001-09-25", @@ -2036129,16 +1935099,6 @@ "show_number": "3922", "fullAnswer": "a chef" }, - { - "category": "LET'S CELEBRATE!", - "air_date": "2001-09-25", - "question": "Holiday celebrated in the parade seen here", - "value": "$200", - "answer": "St. Patrick\\'s Day", - "round": "Jeopardy!", - "show_number": "3922", - "fullAnswer": "St. Patrick\\'s Day" - }, { "category": "MARS", "air_date": "2001-09-25", @@ -2036159,16 +1935119,6 @@ "show_number": "3922", "fullAnswer": "Reagan" }, - { - "category": "SPEAK & SPELL", - "air_date": "2001-09-25", - "question": "Get onboard & cruise to the spelling of...", - "value": "$200", - "answer": "Y-A-C-H-T", - "round": "Jeopardy!", - "show_number": "3922", - "fullAnswer": "Y-A-C-H-T" - }, { "category": "BOOKS", "air_date": "2001-09-25", @@ -2036209,26 +1935159,6 @@ "show_number": "3922", "fullAnswer": "moons" }, - { - "category": "WHEN IN SOUTHERN CALIFORNIA", - "air_date": "2001-09-25", - "question": "(Jimmy of the Clue Crew reads the clue from the Page Museum.) The big tooth seen here is from this ancient relative of the elephant whose name means \"big\"", - "value": "$300", - "answer": "mammoth", - "round": "Jeopardy!", - "show_number": "3922", - "fullAnswer": "a mammoth" - }, - { - "category": "SPEAK & SPELL", - "air_date": "2001-09-25", - "question": "Brace yourself & spell...", - "value": "$300", - "answer": "O-R-T-H-O-D-O-N-T-I-A", - "round": "Jeopardy!", - "show_number": "3922", - "fullAnswer": "O-R-T-H-O-D-O-N-T-I-A" - }, { "category": "BOOKS", "air_date": "2001-09-25", @@ -2036279,16 +1935209,6 @@ "show_number": "3922", "fullAnswer": "CBS" }, - { - "category": "SPEAK & SPELL", - "air_date": "2001-09-25", - "question": "Everyone agrees you can spell...", - "value": "$400", - "answer": "U-N-A-N-I-M-O-U-S", - "round": "Jeopardy!", - "show_number": "3922", - "fullAnswer": "U-N-A-N-I-M-O-U-S" - }, { "category": "BOOKS", "air_date": "2001-09-25", @@ -2036314,7 +1935234,7 @@ "air_date": "2001-09-25", "question": "In 1915 President Wilson proclaimed that the second Sunday in May would be this annual holiday", "value": "$500", - "answer": "Mother\\'s Day", + "answer": "Mother's Day", "round": "Jeopardy!", "show_number": "3922", "fullAnswer": "Mother\\'s Day" @@ -2036339,26 +1935259,6 @@ "show_number": "3922", "fullAnswer": "Rodeo Drive" }, - { - "category": "SPEAK & SPELL", - "air_date": "2001-09-25", - "question": "Get nosy & spell...", - "value": "$500", - "answer": "A-A-R-D-V-A-R-K", - "round": "Jeopardy!", - "show_number": "3922", - "fullAnswer": "A-A-R-D-V-A-R-K" - }, - { - "category": "THE SOUND & THE FURRY", - "air_date": "2001-09-25", - "question": "This animal heard here is also called the king of the beasts", - "value": "$200", - "answer": "lion", - "round": "Double Jeopardy!", - "show_number": "3922", - "fullAnswer": "a lion" - }, { "category": "GOOD SPORTS", "air_date": "2001-09-25", @@ -2036379,16 +1935279,6 @@ "show_number": "3922", "fullAnswer": "Benjamin Franklin" }, - { - "category": "QUARTER BACKS", - "air_date": "2001-09-25", - "question": "It's the state featured on the quarter here", - "value": "$200", - "answer": "New York", - "round": "Double Jeopardy!", - "show_number": "3922", - "fullAnswer": "New York" - }, { "category": "THE FIVE SENSES", "air_date": "2001-09-25", @@ -2036409,16 +1935299,6 @@ "show_number": "3922", "fullAnswer": "mom" }, - { - "category": "THE SOUND & THE FURRY", - "air_date": "2001-09-25", - "question": "\"Big bad\" beast heard here", - "value": "$400", - "answer": "wolf", - "round": "Double Jeopardy!", - "show_number": "3922", - "fullAnswer": "a wolf" - }, { "category": "GOOD SPORTS", "air_date": "2001-09-25", @@ -2036469,16 +1935349,6 @@ "show_number": "3922", "fullAnswer": "noon" }, - { - "category": "THE SOUND & THE FURRY", - "air_date": "2001-09-25", - "question": "This big fella of northern North America is named for its grizzled fur", - "value": "$600", - "answer": "grizzly bear", - "round": "Double Jeopardy!", - "show_number": "3922", - "fullAnswer": "a grizzly bear" - }, { "category": "GOOD SPORTS", "air_date": "2001-09-25", @@ -2036499,16 +1935369,6 @@ "show_number": "3922", "fullAnswer": "(Julius) Caesar" }, - { - "category": "QUARTER BACKS", - "air_date": "2001-09-25", - "question": "Seen here this state's quarter features Narragansett Bay", - "value": "$600", - "answer": "Rhode Island", - "round": "Double Jeopardy!", - "show_number": "3922", - "fullAnswer": "Rhode Island" - }, { "category": "THE FIVE SENSES", "air_date": "2001-09-25", @@ -2036519,26 +1935379,6 @@ "show_number": "3922", "fullAnswer": "sight" }, - { - "category": "I KNOW IT FORWARD & BACKWARD", - "air_date": "2001-09-25", - "question": "Craft illustrated here", - "value": "$600", - "answer": "kayak", - "round": "Double Jeopardy!", - "show_number": "3922", - "fullAnswer": "kayak" - }, - { - "category": "THE SOUND & THE FURRY", - "air_date": "2001-09-25", - "question": "The African animal heard here, it comes in Mountain & Lowland types", - "value": "$800", - "answer": "gorilla", - "round": "Double Jeopardy!", - "show_number": "3922", - "fullAnswer": "a gorilla" - }, { "category": "GOOD SPORTS", "air_date": "2001-09-25", @@ -2036589,16 +1935429,6 @@ "show_number": "3922", "fullAnswer": "radar" }, - { - "category": "THE SOUND & THE FURRY", - "air_date": "2001-09-25", - "question": "This type of \"Dog\" heard here doesn't sound much like rover", - "value": "$1000", - "answer": "prairie dog", - "round": "Double Jeopardy!", - "show_number": "3922", - "fullAnswer": "a prairie dog" - }, { "category": "GOOD SPORTS", "air_date": "2001-09-25", @@ -2036619,16 +1935449,6 @@ "show_number": "3922", "fullAnswer": "(Henry) Hudson" }, - { - "category": "QUARTER BACKS", - "air_date": "2001-09-25", - "question": "This state's Governor Zell Miller selected a peach of a quarter", - "value": "$1000", - "answer": "Georgia", - "round": "Double Jeopardy!", - "show_number": "3922", - "fullAnswer": "Georgia" - }, { "category": "THE FIVE SENSES", "air_date": "2001-09-25", @@ -2036744,7 +1935564,7 @@ "air_date": "1999-06-24", "question": "This goofy comedy with Cameron Diaz in the title role was a big summertime hit", "value": "$200", - "answer": "There\\'s Something About Mary", + "answer": "There's Something About Mary", "round": "Jeopardy!", "show_number": "3424", "fullAnswer": "There\\'s Something About Mary" @@ -2036954,7 +1935774,7 @@ "air_date": "1999-06-24", "question": "John Forsythe,
David Doyle,
Kate Jackson", "value": "$500", - "answer": "Charlie\\'s Angels", + "answer": "Charlie's Angels", "round": "Jeopardy!", "show_number": "3424", "fullAnswer": "Charlie\\'s Angels" @@ -2037014,7 +1935834,7 @@ "air_date": "1999-06-24", "question": "It's any secluded road sought out by the amorously inclined -- perhaps for amorous reclining", "value": "$200", - "answer": "Lover\\'s Lane", + "answer": "Lover's Lane", "round": "Double Jeopardy!", "show_number": "3424", "fullAnswer": "Lover\\'s Lane" @@ -2037879,16 +1936699,6 @@ "show_number": "2905", "fullAnswer": "King Kong" }, - { - "category": "YELLOWSTONE NATIONAL PARK", - "air_date": "2004-10-19", - "question": "(Sofia of the Clue Crew reports from Yellowstone National Park.) Reliably, every half to 2 1/2 hours, this most famous of geysers fires out about 5,000 gallons of water", - "value": "$200", - "answer": "Old Faithful", - "round": "Jeopardy!", - "show_number": "4627", - "fullAnswer": "Old Faithful" - }, { "category": "TV SHOW ROLL CALL", "air_date": "2004-10-19", @@ -2037939,16 +1936749,6 @@ "show_number": "4627", "fullAnswer": "a witch" }, - { - "category": "YELLOWSTONE NATIONAL PARK", - "air_date": "2004-10-19", - "question": "(All four Clue Crew members listen to an animal howl as they sit around the campfire at dusk in Yellowstone National Park. Sarah reads.) You can hear the call of this animal which was re-introduced to Yellowstone in the 1990s", - "value": "$400", - "answer": "wolf", - "round": "Jeopardy!", - "show_number": "4627", - "fullAnswer": "a wolf" - }, { "category": "TV SHOW ROLL CALL", "air_date": "2004-10-19", @@ -2037999,16 +1936799,6 @@ "show_number": "4627", "fullAnswer": "Quidditch" }, - { - "category": "YELLOWSTONE NATIONAL PARK", - "air_date": "2004-10-19", - "question": "(Sofia of the Clue Crew reads from Yellowstone National Park.) Yellowstone has hot springs because this layer of the earth is extra thin here, so molten rock isn't far down", - "value": "$600", - "answer": "crust", - "round": "Jeopardy!", - "show_number": "4627", - "fullAnswer": "the crust" - }, { "category": "TV SHOW ROLL CALL", "air_date": "2004-10-19", @@ -2038059,16 +1936849,6 @@ "show_number": "4627", "fullAnswer": "Stitch" }, - { - "category": "YELLOWSTONE NATIONAL PARK", - "air_date": "2004-10-19", - "question": "(Sarah of the Clue Crew reads from Yellowstone National Park.) The gases emitted by Yellowstone's thermal features contain this element--atomic number 16--accounting for a distinctive smell", - "value": "$800", - "answer": "sulfur", - "round": "Jeopardy!", - "show_number": "4627", - "fullAnswer": "sulfur" - }, { "category": "TV SHOW ROLL CALL", "air_date": "2004-10-19", @@ -2038119,22 +1936899,12 @@ "show_number": "4627", "fullAnswer": "pitch" }, - { - "category": "YELLOWSTONE NATIONAL PARK", - "air_date": "2004-10-19", - "question": "(Sarah of the Clue Crew reads from Yellowstone National Park.) This backbone of North America separating east- from west-flowing rivers cuts through the plateau of Yellowstone Park", - "value": "$1000", - "answer": "continental divide", - "round": "Jeopardy!", - "show_number": "4627", - "fullAnswer": "the continental divide" - }, { "category": "TV SHOW ROLL CALL", "air_date": "2004-10-19", "question": "Michael Kelso, Steve Hyde, Fez & Donna Pinciotti", "value": "$1000", - "answer": "That \\'70s Show", + "answer": "That '70s Show", "round": "Jeopardy!", "show_number": "4627", "fullAnswer": "That \\'70s Show" @@ -2038214,7 +1936984,7 @@ "air_date": "2004-10-19", "question": "In 1986 it was discovered that this famous comet was about 80% ice & 15% frozen carbon dioxide", "value": "$400", - "answer": "Halley\\'s Comet", + "answer": "Halley's Comet", "round": "Double Jeopardy!", "show_number": "4627", "fullAnswer": "Halley\\'s Comet" @@ -2038529,16 +1937299,6 @@ "show_number": "5131", "fullAnswer": "the Superdome" }, - { - "category": "SAVE THAT E-MAIL ADDRESS!", - "air_date": "2006-12-25", - "question": "I have to remember info@GoTahoe.com for my trip to a waterside community in these mountains", - "value": "$200", - "answer": "Sierra Nevadas", - "round": "Jeopardy!", - "show_number": "5131", - "fullAnswer": "the Sierra Nevadas" - }, { "category": "THEN HIT \"PRINT\"", "air_date": "2006-12-25", @@ -2038589,16 +1937349,6 @@ "show_number": "5131", "fullAnswer": "Des Moines" }, - { - "category": "SAVE THAT E-MAIL ADDRESS!", - "air_date": "2006-12-25", - "question": "Got to ask information@ask.com what happened to this P.G. Wodehouse butler who used to work there", - "value": "$400", - "answer": "Jeeves", - "round": "Jeopardy!", - "show_number": "5131", - "fullAnswer": "Jeeves" - }, { "category": "THEN HIT \"PRINT\"", "air_date": "2006-12-25", @@ -2038699,26 +1937449,6 @@ "show_number": "5131", "fullAnswer": "the dawn (the morning)" }, - { - "category": "SPORTS VENUES", - "air_date": "2006-12-25", - "question": "(I'm Harry Smith.) In 1992 I helped host the Winter Olympics in Albertville, France & again in 1994 in this Norwegian city", - "value": "$800", - "answer": "Lillehammer", - "round": "Jeopardy!", - "show_number": "5131", - "fullAnswer": "Lillehammer" - }, - { - "category": "SAVE THAT E-MAIL ADDRESS!", - "air_date": "2006-12-25", - "question": "Hopefully, feedback@270towin.com can remind me that the 270 stands for this presidential election necessity", - "value": "$800", - "answer": "electoral votes", - "round": "Jeopardy!", - "show_number": "5131", - "fullAnswer": "(minimum number) electoral votes" - }, { "category": "THEN HIT \"PRINT\"", "air_date": "2006-12-25", @@ -2038769,16 +1937499,6 @@ "show_number": "5131", "fullAnswer": "the Detroit Red Wings" }, - { - "category": "SAVE THAT E-MAIL ADDRESS!", - "air_date": "2006-12-25", - "question": "I've got to contact education@seti.org so I can learn how to help with the search for this", - "value": "$1000", - "answer": "extraterrestrial life", - "round": "Jeopardy!", - "show_number": "5131", - "fullAnswer": "extraterrestrial life" - }, { "category": "THEN HIT \"PRINT\"", "air_date": "2006-12-25", @@ -2038859,16 +1937579,6 @@ "show_number": "5131", "fullAnswer": "nurses" }, - { - "category": "FAMOUS COUPLES", - "air_date": "2006-12-25", - "question": "In 2006 this happy couple seen here celebrated their 26th wedding anniversary", - "value": "$800", - "answer": "Marlo Thomas & Phil Donahue", - "round": "Double Jeopardy!", - "show_number": "5131", - "fullAnswer": "Marlo Thomas & Phil Donahue" - }, { "category": "IT'S OUR ISLAND", "air_date": "2006-12-25", @@ -2038879,16 +1937589,6 @@ "show_number": "5131", "fullAnswer": "the U.S." }, - { - "category": "AUTHORS", - "air_date": "2006-12-25", - "question": "She's noted for her novels of life in China", - "value": "$800", - "answer": "Pearl Buck", - "round": "Double Jeopardy!", - "show_number": "5131", - "fullAnswer": "Pearl Buck" - }, { "category": "HOW TERRIBLY BRITISH", "air_date": "2006-12-25", @@ -2038909,16 +1937609,6 @@ "show_number": "5131", "fullAnswer": "a subject" }, - { - "category": "20th CENTURY AMERICA", - "air_date": "2006-12-25", - "question": "(Cheryl of the Clue Crew reads from Kelly Ingram Park.) Defying the notorious \"Bull\" Connor, thousands came to this city's Kelly Ingram Park to demonstrate for civil rights in May 1963", - "value": "$1200", - "answer": "Birmingham", - "round": "Double Jeopardy!", - "show_number": "5131", - "fullAnswer": "Birmingham" - }, { "category": "FAMOUS COUPLES", "air_date": "2006-12-25", @@ -2038979,16 +1937669,6 @@ "show_number": "5131", "fullAnswer": "William Randolph Hearst" }, - { - "category": "FAMOUS COUPLES", - "air_date": "2006-12-25", - "question": "(Jimmy of the Clue Crew reports from outside the Hotel Sacher in Vienna, Austria.) In 1969 they left their Amsterdam bed-in for a press conference in a bag held right here at Vienna's famous Hotel Sacher", - "value": "$1600", - "answer": "John Lennon & Yoko Ono", - "round": "Double Jeopardy!", - "show_number": "5131", - "fullAnswer": "John Lennon & Yoko Ono" - }, { "category": "IT'S OUR ISLAND", "air_date": "2006-12-25", @@ -2039059,16 +1937739,6 @@ "show_number": "5131", "fullAnswer": "(Charles) Bukowski" }, - { - "category": "HOW TERRIBLY BRITISH", - "air_date": "2006-12-25", - "question": "The soldiers seen here are these guards originally named for their job of hurling explosives", - "value": "$2000", - "answer": "Grenadiers", - "round": "Double Jeopardy!", - "show_number": "5131", - "fullAnswer": "Grenadiers" - }, { "category": "GRAMMAR", "air_date": "2006-12-25", @@ -2039709,16 +1938379,6 @@ "show_number": "5371", "fullAnswer": "Spain" }, - { - "category": "LEONARD MALTIN ON DISNEY", - "air_date": "2008-01-07", - "question": "(Leonard Maltin reads the clue.) 1935's \"The Band Concert\", my favorite animated short, featured the color debut of this ultimate Disney icon, who played the maestro", - "value": "$200", - "answer": "Mickey Mouse", - "round": "Jeopardy!", - "show_number": "5371", - "fullAnswer": "Mickey Mouse" - }, { "category": "SODA POP QUIZ", "air_date": "2008-01-07", @@ -2039734,7 +1938394,7 @@ "air_date": "2008-01-07", "question": "Chess castle's crannies", "value": "$200", - "answer": "rook\\'s nooks", + "answer": "rook's nooks", "round": "Jeopardy!", "show_number": "5371", "fullAnswer": "rook\\'s nooks" @@ -2039769,16 +1938429,6 @@ "show_number": "5371", "fullAnswer": "Annapolis" }, - { - "category": "LEONARD MALTIN ON DISNEY", - "air_date": "2008-01-07", - "question": "(Leonard Maltin reads the clue.) The craze inspired by this TV hero in the '50s took Walt by surprise; he'd killed him off at the Alamo in episode 3, so he had to film prequels in order to bring him back", - "value": "$400", - "answer": "Davy Crockett", - "round": "Jeopardy!", - "show_number": "5371", - "fullAnswer": "Davy Crockett" - }, { "category": "SODA POP QUIZ", "air_date": "2008-01-07", @@ -2039829,16 +1938479,6 @@ "show_number": "5371", "fullAnswer": "Mary Baker Eddy" }, - { - "category": "LEONARD MALTIN ON DISNEY", - "air_date": "2008-01-07", - "question": "(Leonard Maltin reads the clue.) The crown jewel of Walt's career was this, my favorite Disney film of all time--& it gave the world a new movie star, Julie Andrews", - "value": "$600", - "answer": "Mary Poppins", - "round": "Jeopardy!", - "show_number": "5371", - "fullAnswer": "Mary Poppins" - }, { "category": "SODA POP QUIZ", "air_date": "2008-01-07", @@ -2039869,16 +1938509,6 @@ "show_number": "5371", "fullAnswer": "summer" }, - { - "category": "TERN! TERN! TERN!", - "air_date": "2008-01-07", - "question": "This geographic tern's 20,000-mile trip gives it the longest migration of any bird", - "value": "$600", - "answer": "Arctic tern", - "round": "Jeopardy!", - "show_number": "5371", - "fullAnswer": "the Arctic tern" - }, { "category": "IT HAPPENED IN '08", "air_date": "2008-01-07", @@ -2039889,16 +1938519,6 @@ "show_number": "5371", "fullAnswer": "the telescope" }, - { - "category": "LEONARD MALTIN ON DISNEY", - "air_date": "2008-01-07", - "question": "(Leonard Maltin reads the clue.) A chance meeting with Leopold Stokowski led Walt to hire him for a \"Sorcerer's Apprentice\" short; Stokowski prodded him into making a longer film, this 1940 epic", - "value": "$800", - "answer": "Fantasia", - "round": "Jeopardy!", - "show_number": "5371", - "fullAnswer": "Fantasia" - }, { "category": "SODA POP QUIZ", "air_date": "2008-01-07", @@ -2039949,16 +1938569,6 @@ "show_number": "5371", "fullAnswer": "Paris" }, - { - "category": "LEONARD MALTIN ON DISNEY", - "air_date": "2008-01-07", - "question": "(Leonard Maltin wraps it up.) My favorite animated Disney film is this 1941 classic in which a lovable misfit becomes a high-flying circus star", - "value": "$1000", - "answer": "Dumbo", - "round": "Jeopardy!", - "show_number": "5371", - "fullAnswer": "Dumbo" - }, { "category": "SODA POP QUIZ", "air_date": "2008-01-07", @@ -2040099,16 +1938709,6 @@ "show_number": "5371", "fullAnswer": "Kathmandu" }, - { - "category": "LOTS OF STUFF", - "air_date": "2008-01-07", - "question": "(Kelly of the Clue Crew runs a wet finger around the rims of two crystal glasses with different amounts of water in them.) The more water in the glass, the slower these are, & the deeper the tone", - "value": "$800", - "answer": "vibrations", - "round": "Double Jeopardy!", - "show_number": "5371", - "fullAnswer": "vibrations" - }, { "category": "FOOD WORDS & PHRASES", "air_date": "2008-01-07", @@ -2040184,7 +1938784,7 @@ "air_date": "2008-01-07", "question": "This play ends with, \"goodnight unto you all. Give me your hands, if we be friends, and Robin shall restore amends\"", "value": "$1600", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "5371", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -2040229,16 +1938829,6 @@ "show_number": "5371", "fullAnswer": "a rhinovirus" }, - { - "category": "FOOD WORDS & PHRASES", - "air_date": "2008-01-07", - "question": "(Kelly of the Clue Crew ties one on.) It's the 2-word spicy name for this type of knot that lets you join a rope to something else, like a rail or a post", - "value": "$1600", - "answer": "clove hitch", - "round": "Double Jeopardy!", - "show_number": "5371", - "fullAnswer": "a clove hitch" - }, { "category": "THE BARD WRITES", "air_date": "2008-01-07", @@ -2040259,16 +1938849,6 @@ "show_number": "5371", "fullAnswer": "House" }, - { - "category": "ATTRACTION", - "air_date": "2008-01-07", - "question": "(Kelly of the Clue Crew is a bit too on-the-nose.) Gravity, the shape of a spoon, & this molecular force of attraction between separate bodies, from the Latin for \"to stick\", help me do an amazing trick", - "value": "$2000", - "answer": "adhesion", - "round": "Double Jeopardy!", - "show_number": "5371", - "fullAnswer": "adhesion" - }, { "category": "\"K\" ON THE MAP", "air_date": "2008-01-07", @@ -2041254,7 +1939834,7 @@ "air_date": "1984-09-24", "question": "In it, Puck comments: \"Lord, what fools these mortals be!\"", "value": "$400", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "11", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -2041589,16 +1940169,6 @@ "show_number": "4905", "fullAnswer": "Chuck Yeager" }, - { - "category": "CONTAINERS", - "air_date": "2005-12-30", - "question": "It's the trademark name of the stoneware slow cooker seen here", - "value": "$600", - "answer": "Crock Pot", - "round": "Jeopardy!", - "show_number": "4905", - "fullAnswer": "a Crock Pot" - }, { "category": "COLORFUL RHYME TIME", "air_date": "2005-12-30", @@ -2041704,7 +1940274,7 @@ "air_date": "2005-12-30", "question": "Oct. 24, 1648: Dear Johann, I can't believe this long war is over now that the Peace of Westphalia has been concluded", "value": "$1000", - "answer": "Thirty Years\\' War", + "answer": "Thirty Years' War", "round": "Jeopardy!", "show_number": "4905", "fullAnswer": "the Thirty Years\\' War" @@ -2041839,16 +1940409,6 @@ "show_number": "4905", "fullAnswer": "a spinning wheel (or spindle)" }, - { - "category": "THE UNITED NATIONS", - "air_date": "2005-12-30", - "question": "(Kelly of the Clue Crew reports from Lubeck, Germany.) In 1987, this U.N. organization placed Lubeck's entire Altstadt, or old town, on the World Heritage List", - "value": "$1200", - "answer": "UNESCO", - "round": "Double Jeopardy!", - "show_number": "4905", - "fullAnswer": "UNESCO" - }, { "category": "POETIC FILL IN THE BLANK", "air_date": "2005-12-30", @@ -2041959,16 +1940519,6 @@ "show_number": "4905", "fullAnswer": "spinach" }, - { - "category": "THE UNITED NATIONS", - "air_date": "2005-12-30", - "question": "This secretary-general is seen here on the cover of a 1956 magazine", - "value": "$2000", - "answer": "Dag Hammarskjold", - "round": "Double Jeopardy!", - "show_number": "4905", - "fullAnswer": "Dag Hammarskjold" - }, { "category": "POETIC FILL IN THE BLANK", "air_date": "2005-12-30", @@ -2042019,16 +1940569,6 @@ "show_number": "4905", "fullAnswer": "Spinoza" }, - { - "category": "RIVERS", - "air_date": "2005-12-30", - "question": "They're the two rivers meeting in the photo", - "value": null, - "answer": "Hudson River & the East River", - "round": "Final Jeopardy!", - "show_number": "4905", - "fullAnswer": "the Hudson River & the East River" - }, { "category": "U.S. PLACE NAMES", "air_date": "2001-01-16", @@ -2042734,7 +1941274,7 @@ "air_date": "2007-12-13", "question": "\"By my authority as executive I threw Merlin into prison -- the same cell I had occupied myself\"", "value": "$400", - "answer": "Connecticut Yankee in King Arthur\\'s Court", + "answer": "Connecticut Yankee in King Arthur's Court", "round": "Jeopardy!", "show_number": "5354", "fullAnswer": "A Connecticut Yankee in King Arthur\\'s Court" @@ -2042784,7 +1941324,7 @@ "air_date": "2007-12-13", "question": "Would you like fries with this company whose logo, designed in 1969, is a pigtailed little girl?", "value": "$600", - "answer": "Wendy\\'s", + "answer": "Wendy's", "round": "Jeopardy!", "show_number": "5354", "fullAnswer": "Wendy\\'s" @@ -2042949,16 +1941489,6 @@ "show_number": "5354", "fullAnswer": "Chris Rock Hudson" }, - { - "category": "WHAT A GEM!", - "air_date": "2007-12-13", - "question": "The desired color for these Burmese gems has long been compared to pomegranate seeds, like those seen here", - "value": "$400", - "answer": "rubies", - "round": "Double Jeopardy!", - "show_number": "5354", - "fullAnswer": "rubies" - }, { "category": "EUROPEAN CUISINE", "air_date": "2007-12-13", @@ -2043069,16 +1941599,6 @@ "show_number": "5354", "fullAnswer": "\"Baby Got Back In The U.S.S.R.\"" }, - { - "category": "WHAT A GEM!", - "air_date": "2007-12-13", - "question": "(Jon of the Clue Crew holds a purple gem in a pair of tweezers.) It has more iron oxide than any other variety of quartz, which is believed to account for its rich color", - "value": "$1200", - "answer": "amethyst", - "round": "Double Jeopardy!", - "show_number": "5354", - "fullAnswer": "an amethyst" - }, { "category": "EUROPEAN CUISINE", "air_date": "2007-12-13", @@ -2043169,16 +1941689,6 @@ "show_number": "5354", "fullAnswer": "Massachusetts" }, - { - "category": "THE 15th CENTURY", - "air_date": "2007-12-13", - "question": "A masterpiece of illumination is the circa 1415 book \"Les Très Riches Heures du\" this duke", - "value": "$2000", - "answer": "Duke of Berry", - "round": "Double Jeopardy!", - "show_number": "5354", - "fullAnswer": "the Duke of Berry" - }, { "category": "POP CULTURE BEFORE & AFTER", "air_date": "2007-12-13", @@ -2043279,16 +1941789,6 @@ "show_number": "5121", "fullAnswer": "Prince Philip" }, - { - "category": "KITCHEN: IMPOSSIBLE", - "air_date": "2006-12-11", - "question": "Your mission, should you choose to accept it: find this fungus used in pate de foie gras--a pig is provided", - "value": "$200", - "answer": "truffle", - "round": "Jeopardy!", - "show_number": "5121", - "fullAnswer": "a truffle" - }, { "category": "YOU'VE GOT OUR NUMBER", "air_date": "2006-12-11", @@ -2043339,16 +1941839,6 @@ "show_number": "5121", "fullAnswer": "Nicholas II" }, - { - "category": "KITCHEN: IMPOSSIBLE", - "air_date": "2006-12-11", - "question": "Your Austrian contact will be this chef seen here; his first name leads to his code name--Mozart", - "value": "$400", - "answer": "Wolfgang Puck", - "round": "Jeopardy!", - "show_number": "5121", - "fullAnswer": "Wolfgang Puck" - }, { "category": "YOU'VE GOT OUR NUMBER", "air_date": "2006-12-11", @@ -2043399,16 +1941889,6 @@ "show_number": "5121", "fullAnswer": "(Oliver) Cromwell" }, - { - "category": "KITCHEN: IMPOSSIBLE", - "air_date": "2006-12-11", - "question": "Jim, you must remove certain organs of this rhyming species of puffer fish, as they contain a deadly poison", - "value": "$600", - "answer": "fugu", - "round": "Jeopardy!", - "show_number": "5121", - "fullAnswer": "fugu" - }, { "category": "YOU'VE GOT OUR NUMBER", "air_date": "2006-12-11", @@ -2043459,16 +1941939,6 @@ "show_number": "5121", "fullAnswer": "The Tempest" }, - { - "category": "KITCHEN: IMPOSSIBLE", - "air_date": "2006-12-11", - "question": "Beware this Food Network woman seen here, Jim--she's been known to limit her meals to 30 minutes", - "value": "$800", - "answer": "Rachael Ray", - "round": "Jeopardy!", - "show_number": "5121", - "fullAnswer": "Rachael Ray" - }, { "category": "YOU'VE GOT OUR NUMBER", "air_date": "2006-12-11", @@ -2043519,16 +1941989,6 @@ "show_number": "5121", "fullAnswer": "Edward, the Black Prince" }, - { - "category": "KITCHEN: IMPOSSIBLE", - "air_date": "2006-12-11", - "question": "This \"airy\" 7-letter French dessert may be chilled, baked or frozen & use liqueurs, but if agitated, may destruct in 5 sec.", - "value": "$1000", - "answer": "soufflé", - "round": "Jeopardy!", - "show_number": "5121", - "fullAnswer": "a soufflé" - }, { "category": "YOU'VE GOT OUR NUMBER", "air_date": "2006-12-11", @@ -2043619,16 +1942079,6 @@ "show_number": "5121", "fullAnswer": "Heart" }, - { - "category": "BIRD", - "air_date": "2006-12-11", - "question": "Congratulations! It's a healthy bouncing baby clue delivered by this bird seen here", - "value": "$800", - "answer": "stork", - "round": "Double Jeopardy!", - "show_number": "5121", - "fullAnswer": "a stork" - }, { "category": "PISTOL PETE", "air_date": "2006-12-11", @@ -2043694,7 +1942144,7 @@ "air_date": "2006-12-11", "question": "In a 1962 film, this actor says, \"that was before Aqaba anyway, I had to execute him with my pistol\"", "value": "$2,800", - "answer": "Peter O\\'Toole", + "answer": "Peter O'Toole", "round": "Double Jeopardy!", "show_number": "5121", "fullAnswer": "Peter O\\'Toole" @@ -2043729,16 +1942179,6 @@ "show_number": "5121", "fullAnswer": "Iraq" }, - { - "category": "MAGIC", - "air_date": "2006-12-11", - "question": "(Mark Hamill delivers the clue.) The scene of the escape pod leaving Princess Leia's ship was the first effect created by this company, abbreviated ILM", - "value": "$1600", - "answer": "Industrial Light & Magic", - "round": "Double Jeopardy!", - "show_number": "5121", - "fullAnswer": "Industrial Light & Magic" - }, { "category": "BIRD", "air_date": "2006-12-11", @@ -2043799,16 +1942239,6 @@ "show_number": "5121", "fullAnswer": "magic lantern" }, - { - "category": "BIRD", - "air_date": "2006-12-11", - "question": "It's W.C. Fields' avian of choice seen here", - "value": "$2000", - "answer": "chickadee", - "round": "Double Jeopardy!", - "show_number": "5121", - "fullAnswer": "a chickadee" - }, { "category": "PISTOL PETE", "air_date": "2006-12-11", @@ -2044109,16 +1942539,6 @@ "show_number": "5712", "fullAnswer": "Lenny Bruce" }, - { - "category": "FUN WITH LETTERS", - "air_date": "2009-06-09", - "question": "In American Sign Language, these three letters that follow each other in the alphabet look like this", - "value": "$1000", - "answer": "U, V, W", - "round": "Jeopardy!", - "show_number": "5712", - "fullAnswer": "U, V, W" - }, { "category": "UPPERS & DOWNERS", "air_date": "2009-06-09", @@ -2044139,16 +1942559,6 @@ "show_number": "5712", "fullAnswer": "Archduke Ferdinand" }, - { - "category": "IN FLORIDA", - "air_date": "2009-06-09", - "question": "Hey, sweetheart, it's the Florida location seen here", - "value": "$1000", - "answer": "Key Largo", - "round": "Jeopardy!", - "show_number": "5712", - "fullAnswer": "Key Largo" - }, { "category": "THE PULITZER PRIZE FOR DRAMA", "air_date": "2009-06-09", @@ -2044884,7 +1943294,7 @@ "air_date": "1997-06-24", "question": "(AUDIO DAILY DOUBLE):
Beatles song whose opening chord is heard here:", "value": "$1,500", - "answer": "A Hard Day\\'s Night", + "answer": "A Hard Day's Night", "round": "Double Jeopardy!", "show_number": "2967", "fullAnswer": "\"A Hard Day\\'s Night\"" @@ -2045004,7 +1943414,7 @@ "air_date": "1997-06-24", "question": "The title of this wistful Beach Boys song is also the title of Brian Wilson's autobiography", "value": "$1000", - "answer": "Wouldn\\'t It Be Nice?", + "answer": "Wouldn't It Be Nice?", "round": "Double Jeopardy!", "show_number": "2967", "fullAnswer": "\"Wouldn\\'t It Be Nice?\"" @@ -2045069,16 +1943479,6 @@ "show_number": "6229", "fullAnswer": "so" }, - { - "category": "MEET THE FLINT STONES", - "air_date": "2011-10-20", - "question": "The flint core stones seen here were used to produce this", - "value": "$200", - "answer": "fire", - "round": "Jeopardy!", - "show_number": "6229", - "fullAnswer": "fire" - }, { "category": "AT SIXES & SEVENS", "air_date": "2011-10-20", @@ -2045129,16 +1943529,6 @@ "show_number": "6229", "fullAnswer": "because" }, - { - "category": "MEET THE FLINT STONES", - "air_date": "2011-10-20", - "question": "The flint seen here is from a stratum of this stuff you might use to write \"I will answer in the form of a question\" 100 times", - "value": "$400", - "answer": "chalk", - "round": "Jeopardy!", - "show_number": "6229", - "fullAnswer": "chalk" - }, { "category": "AT SIXES & SEVENS", "air_date": "2011-10-20", @@ -2045249,16 +1943639,6 @@ "show_number": "6229", "fullAnswer": "or" }, - { - "category": "MEET THE FLINT STONES", - "air_date": "2011-10-20", - "question": "The prehistoric flint projectile points seen here were found near this New Mexico town, named for a game show", - "value": "$800", - "answer": "Truth or Consequences", - "round": "Jeopardy!", - "show_number": "6229", - "fullAnswer": "Truth or Consequences" - }, { "category": "AT SIXES & SEVENS", "air_date": "2011-10-20", @@ -2045309,16 +1943689,6 @@ "show_number": "6229", "fullAnswer": "yet (or but)" }, - { - "category": "MEET THE FLINT STONES", - "air_date": "2011-10-20", - "question": "Dark bands of flint are visible in these famous cliffs", - "value": "$1000", - "answer": "Cliffs of Dover", - "round": "Jeopardy!", - "show_number": "6229", - "fullAnswer": "the Cliffs of Dover" - }, { "category": "AT SIXES & SEVENS", "air_date": "2011-10-20", @@ -2045524,7 +1943894,7 @@ "air_date": "2011-10-20", "question": "A sailor's afterlife of wine, women & song is called this musician's \"green\"", "value": "$1600", - "answer": "Fiddler\\'s Green", + "answer": "Fiddler's Green", "round": "Double Jeopardy!", "show_number": "6229", "fullAnswer": "a Fiddler\\'s Green" @@ -2045689,16 +1944059,6 @@ "show_number": "5830", "fullAnswer": "risotto" }, - { - "category": "A TRIP TO CENTRAL AMERICA", - "air_date": "2010-01-08", - "question": "The strangler type of this fruit tree, genus Ficus, grows massive roots that envelop its host tree", - "value": "$200", - "answer": "fig", - "round": "Jeopardy!", - "show_number": "5830", - "fullAnswer": "a fig" - }, { "category": "\"G\"-5", "air_date": "2010-01-08", @@ -2045749,16 +1944109,6 @@ "show_number": "5830", "fullAnswer": "polenta" }, - { - "category": "A TRIP TO CENTRAL AMERICA", - "air_date": "2010-01-08", - "question": "The three-toed sloth is so sedentary that these organisms, that include seaweed, grow on its fur, providing camouflage", - "value": "$400", - "answer": "algae", - "round": "Jeopardy!", - "show_number": "5830", - "fullAnswer": "algae" - }, { "category": "\"G\"-5", "air_date": "2010-01-08", @@ -2045809,16 +1944159,6 @@ "show_number": "5830", "fullAnswer": "pesto" }, - { - "category": "A TRIP TO CENTRAL AMERICA", - "air_date": "2010-01-08", - "question": "Because it lives high up in the trees and can fly 35 mph, the scarlet type of this parrot is a rare sight", - "value": "$600", - "answer": "macaw", - "round": "Jeopardy!", - "show_number": "5830", - "fullAnswer": "a macaw" - }, { "category": "\"G\"-5", "air_date": "2010-01-08", @@ -2046169,16 +1944509,6 @@ "show_number": "5830", "fullAnswer": "a familiar" }, - { - "category": "A BEAUTIFUL MIND", - "air_date": "2010-01-08", - "question": "(Kelly of the Clue Crew shows an animation on the monitor.) Communication satellites orbit in a belt 22,300 miles above the Earth; the belt is named for this science fiction writer who proposed geostationary orbits in 1945", - "value": "$2000", - "answer": "Arthur C. Clarke", - "round": "Double Jeopardy!", - "show_number": "5830", - "fullAnswer": "Arthur C. Clarke" - }, { "category": "FROST/NIXON", "air_date": "2010-01-08", @@ -2046259,16 +1944589,6 @@ "show_number": "5533", "fullAnswer": "Clint Eastwood" }, - { - "category": "NEWSEUM", - "air_date": "2008-10-01", - "question": "(Jon of the Clue Crew reports from outside the Newseum in Washington, D.C.) A visit starts with the 74-foot marble tablet bearing words attributed to this man, the fourth president", - "value": "$200", - "answer": "Madison", - "round": "Jeopardy!", - "show_number": "5533", - "fullAnswer": "Madison" - }, { "category": "WORLD HERITAGE SITES", "air_date": "2008-10-01", @@ -2046319,16 +1944639,6 @@ "show_number": "5533", "fullAnswer": "Ronald Reagan" }, - { - "category": "NEWSEUM", - "air_date": "2008-10-01", - "question": "(Sarah of the Clue Crew reports from inside the Newseum in Washington, D.C.) One of the great scoops of the 20th century started with suspicious tape stuck on this door from this complex just about 2 miles from here", - "value": "$400", - "answer": "Watergate Hotel", - "round": "Jeopardy!", - "show_number": "5533", - "fullAnswer": "the Watergate Hotel" - }, { "category": "WORLD HERITAGE SITES", "air_date": "2008-10-01", @@ -2046379,16 +1944689,6 @@ "show_number": "5533", "fullAnswer": "Marco Polo" }, - { - "category": "NEWSEUM", - "air_date": "2008-10-01", - "question": "(Kelly of the Clue Crew stands next to a bullet-riddled pickup in teh Newseum in Washington, D.C.) Time magazine journalists dubbed this truck \"the metal magnet\" after it kept them safe in this Winter Olympic city that was besieged in the 1990s", - "value": "$600", - "answer": "Sarajevo", - "round": "Jeopardy!", - "show_number": "5533", - "fullAnswer": "Sarajevo" - }, { "category": "WORLD HERITAGE SITES", "air_date": "2008-10-01", @@ -2046439,16 +1944739,6 @@ "show_number": "5533", "fullAnswer": "Osama bin Laden" }, - { - "category": "NEWSEUM", - "air_date": "2008-10-01", - "question": "(Jon of the Clue Crew reports from inside the Newseum in Washington, D.C.) 2 weeks after it opened in April 2008, the Newseum celebrated the 100th birthday of this CBS radio & TV journalist, & personal effects here include his uniform; good night & good luck", - "value": "$800", - "answer": "Edward R. Murrow", - "round": "Jeopardy!", - "show_number": "5533", - "fullAnswer": "Edward R. Murrow" - }, { "category": "WORLD HERITAGE SITES", "air_date": "2008-10-01", @@ -2046469,16 +1944759,6 @@ "show_number": "5533", "fullAnswer": "Bob Dylan" }, - { - "category": "HAPPY 50th NASA", - "air_date": "2008-10-01", - "question": "The 50th anniversary logo shows a grand design galaxy in which these anatomical features curl pleasingly inward", - "value": "$1000", - "answer": "arms of the galaxy", - "round": "Jeopardy!", - "show_number": "5533", - "fullAnswer": "the arms of the galaxy" - }, { "category": "UPDATED LITERATURE?", "air_date": "2008-10-01", @@ -2046499,16 +1944779,6 @@ "show_number": "5533", "fullAnswer": "Albert Einstein" }, - { - "category": "NEWSEUM", - "air_date": "2008-10-01", - "question": "(Sarah of the Clue Crew holds a flak jacket in the Newseum in Washington, D.C.) The Newseum has several exhibits on the dangers of journalism; this flak jacket was worn by this ABC anchor who was severely injured by a bomb in Iraq but, thankfully, returned to work", - "value": "$1000", - "answer": "Bob Woodruff", - "round": "Jeopardy!", - "show_number": "5533", - "fullAnswer": "Bob Woodruff" - }, { "category": "SCULPTURE", "air_date": "2008-10-01", @@ -2046519,16 +1944789,6 @@ "show_number": "5533", "fullAnswer": "Richelieu" }, - { - "category": "TV PSYCHOLOCY WITH DR. JOYCE BROTHERS", - "air_date": "2008-10-01", - "question": "Narcissistic personality disorder includes snobbery... Sounds like this Seattle radio host to me", - "value": "$400", - "answer": "Frasier Crane", - "round": "Double Jeopardy!", - "show_number": "5533", - "fullAnswer": "Frasier Crane" - }, { "category": "TUDOR GARAGE", "air_date": "2008-10-01", @@ -2046579,16 +1944839,6 @@ "show_number": "5533", "fullAnswer": "Florence (or Firenze)" }, - { - "category": "TV PSYCHOLOCY WITH DR. JOYCE BROTHERS", - "air_date": "2008-10-01", - "question": "(An image of America Ferrera is displayed.) Clearly this current prime-time fashion assistant has issues with approval-seeking, especially self-esteem; look at the title of her show", - "value": "$800", - "answer": "Ugly Betty", - "round": "Double Jeopardy!", - "show_number": "5533", - "fullAnswer": "Ugly Betty" - }, { "category": "TUDOR GARAGE", "air_date": "2008-10-01", @@ -2046639,16 +1944889,6 @@ "show_number": "5533", "fullAnswer": "a discus" }, - { - "category": "TV PSYCHOLOCY WITH DR. JOYCE BROTHERS", - "air_date": "2008-10-01", - "question": "After she stabbed Angel & sent him to Hell, she was quite depressed & had to leave Sunnydale-- I hope she got some help", - "value": "$1200", - "answer": "Buffy the Vampire Slayer", - "round": "Double Jeopardy!", - "show_number": "5533", - "fullAnswer": "Buffy the Vampire Slayer" - }, { "category": "TUDOR GARAGE", "air_date": "2008-10-01", @@ -2046689,16 +1944929,6 @@ "show_number": "5533", "fullAnswer": "playing cards" }, - { - "category": "TV PSYCHOLOCY WITH DR. JOYCE BROTHERS", - "air_date": "2008-10-01", - "question": "(An image of Ken Osmond is displayed.) Social psychologists studying ingratiation have a perfect case in the way this friend of Wally Cleaver acted toward adults", - "value": "$1600", - "answer": "Eddie Haskell", - "round": "Double Jeopardy!", - "show_number": "5533", - "fullAnswer": "Eddie Haskell" - }, { "category": "TUDOR GARAGE", "air_date": "2008-10-01", @@ -2046739,16 +1944969,6 @@ "show_number": "5533", "fullAnswer": "rattlesnakes" }, - { - "category": "TV PSYCHOLOCY WITH DR. JOYCE BROTHERS", - "air_date": "2008-10-01", - "question": "This saloon owner on \"Gunsmoke\" repressed her real needs by not telling Marshal Dillon her feelings for him", - "value": "$2000", - "answer": "Miss Kitty", - "round": "Double Jeopardy!", - "show_number": "5533", - "fullAnswer": "Miss Kitty" - }, { "category": "TUDOR GARAGE", "air_date": "2008-10-01", @@ -2046759,16 +1944979,6 @@ "show_number": "5533", "fullAnswer": "Edward VI" }, - { - "category": "FLASH!", - "air_date": "2008-10-01", - "question": "1870s photos proved a horse does have its four feet off the ground at once, satisfying this railroad magnate's curiosity", - "value": "$2000", - "answer": "Leland Stanford", - "round": "Double Jeopardy!", - "show_number": "5533", - "fullAnswer": "Leland Stanford" - }, { "category": "AH-\"AH\"", "air_date": "2008-10-01", @@ -2046799,16 +1945009,6 @@ "show_number": "5533", "fullAnswer": "(1 of) Peter Sellers or Lee Marvin" }, - { - "category": "FLOWER POWER", - "air_date": "2011-05-09", - "question": "These flowers are seen here in bloom at Itsukushima-jinja shrine", - "value": "$200", - "answer": "cherry blossoms", - "round": "Jeopardy!", - "show_number": "6146", - "fullAnswer": "cherry blossoms" - }, { "category": "WHERE'S OSCAR?", "air_date": "2011-05-09", @@ -2046859,16 +1945059,6 @@ "show_number": "6146", "fullAnswer": "an arcade" }, - { - "category": "FLOWER POWER", - "air_date": "2011-05-09", - "question": "This lily blooms and dies within 24 hours and has a name that reflects its brief life", - "value": "$400", - "answer": "daylilly", - "round": "Jeopardy!", - "show_number": "6146", - "fullAnswer": "a daylilly" - }, { "category": "WHERE'S OSCAR?", "air_date": "2011-05-09", @@ -2046919,16 +1945109,6 @@ "show_number": "6146", "fullAnswer": "an audit" }, - { - "category": "FLOWER POWER", - "air_date": "2011-05-09", - "question": "Seen here are the flowers of this plant that yields a cooking oil low in saturated fat", - "value": "$600", - "answer": "canola", - "round": "Jeopardy!", - "show_number": "6146", - "fullAnswer": "canola" - }, { "category": "WHERE'S OSCAR?", "air_date": "2011-05-09", @@ -2046979,16 +1945159,6 @@ "show_number": "6146", "fullAnswer": "astronaut" }, - { - "category": "FLOWER POWER", - "air_date": "2011-05-09", - "question": "The name of these herbaceous flowers is from the Latin for \"wolflike\"", - "value": "$800", - "answer": "lupines", - "round": "Jeopardy!", - "show_number": "6146", - "fullAnswer": "lupines" - }, { "category": "WHERE'S OSCAR?", "air_date": "2011-05-09", @@ -2047039,16 +1945209,6 @@ "show_number": "6146", "fullAnswer": "asylum" }, - { - "category": "FLOWER POWER", - "air_date": "2011-05-09", - "question": "It sounds like herds of sheep, but it's the flowering plant seen here & common on the American prairies", - "value": "$1000", - "answer": "phlox", - "round": "Jeopardy!", - "show_number": "6146", - "fullAnswer": "phlox" - }, { "category": "WHERE'S OSCAR?", "air_date": "2011-05-09", @@ -2047189,16 +1945349,6 @@ "show_number": "6146", "fullAnswer": "B-U-M-B-L-E-B-E-E" }, - { - "category": "EXPLORERS", - "air_date": "2011-05-09", - "question": "(Jimmy of the Clue Crew shows a map on the monitor.) In 1728, sailing from the Kamchatka Peninsula up along the Siberian coast and through the passage here, he proved that Asia & North America were separate continents", - "value": "$800", - "answer": "Bering", - "round": "Double Jeopardy!", - "show_number": "6146", - "fullAnswer": "(Vitus) Bering" - }, { "category": "A PLACE I'VE NEVER BEEN", "air_date": "2011-05-09", @@ -2047389,16 +1945539,6 @@ "show_number": "6146", "fullAnswer": "Angkor Wat" }, - { - "category": "THE LADIES' ROOM", - "air_date": "2011-05-09", - "question": "This designer seen here recently introduced his women's line, saying, he's just trying to make pretty clothes", - "value": "$2000", - "answer": "Tom Ford", - "round": "Double Jeopardy!", - "show_number": "6146", - "fullAnswer": "Tom Ford" - }, { "category": "THE TITANIC", "air_date": "2011-05-09", @@ -2047804,7 +1945944,7 @@ "air_date": "2010-04-15", "question": "Dinner should be delivered in less than 30 minutes from this, DPZ", "value": "$1200", - "answer": "Domino\\'s Pizza", + "answer": "Domino's Pizza", "round": "Double Jeopardy!", "show_number": "5899", "fullAnswer": "Domino\\'s Pizza" @@ -2047944,7 +1946084,7 @@ "air_date": "2010-04-15", "question": "The title of this Beatles song is a Yoruba phrase that means \"life goes on\"", "value": null, - "answer": "\\Ob-La-Di, Ob-La-Da\\", + "answer": "Ob-La-Di, Ob-La-Da", "round": "Final Jeopardy!", "show_number": "5899", "fullAnswer": "\\\"Ob-La-Di, Ob-La-Da\\\"" @@ -2047989,16 +1946129,6 @@ "show_number": "6045", "fullAnswer": "milk" }, - { - "category": "LOOK AT THAT IDIOM", - "air_date": "2010-12-17", - "question": "Hold on to this idiom; don't take a chance on finding a better one", - "value": "$200", - "answer": "bird in the hand is better than two in the bush", - "round": "Jeopardy!", - "show_number": "6045", - "fullAnswer": "a bird in the hand is better than two in the bush" - }, { "category": "SCOTLAND", "air_date": "2010-12-17", @@ -2048049,22 +1946179,12 @@ "show_number": "6045", "fullAnswer": "primer" }, - { - "category": "LOOK AT THAT IDIOM", - "air_date": "2010-12-17", - "question": "It's something I probably shouldn't have said", - "value": "$400", - "answer": "slip of the tongue", - "round": "Jeopardy!", - "show_number": "6045", - "fullAnswer": "a slip of the tongue" - }, { "category": "SCOTLAND", "air_date": "2010-12-17", "question": "In the late 19th c. the R&A Golf Club of this place became the sole authority on the rules of the game in Great Britain", "value": "$400", - "answer": "St. Andrew\\'s", + "answer": "St. Andrew's", "round": "Jeopardy!", "show_number": "6045", "fullAnswer": "St. Andrew\\'s" @@ -2048109,16 +1946229,6 @@ "show_number": "6045", "fullAnswer": "juice" }, - { - "category": "LOOK AT THAT IDIOM", - "air_date": "2010-12-17", - "question": "Fixing sprinklers is this for me", - "value": "$600", - "answer": "labor of love", - "round": "Jeopardy!", - "show_number": "6045", - "fullAnswer": "a labor of love" - }, { "category": "SCOTLAND", "air_date": "2010-12-17", @@ -2048169,16 +1946279,6 @@ "show_number": "6045", "fullAnswer": "brine" }, - { - "category": "LOOK AT THAT IDIOM", - "air_date": "2010-12-17", - "question": "It means working hard, not hardly working", - "value": "$800", - "answer": "putting your nose to the grindstone?", - "round": "Jeopardy!", - "show_number": "6045", - "fullAnswer": "putting your nose to the grindstone?" - }, { "category": "SCOTLAND", "air_date": "2010-12-17", @@ -2048229,16 +1946329,6 @@ "show_number": "6045", "fullAnswer": "turpentine" }, - { - "category": "LOOK AT THAT IDIOM", - "air_date": "2010-12-17", - "question": "Expounding a position with which you know your audience agrees", - "value": "$1000", - "answer": "preaching to the choir", - "round": "Jeopardy!", - "show_number": "6045", - "fullAnswer": "preaching to the choir" - }, { "category": "SCOTLAND", "air_date": "2010-12-17", @@ -2048389,16 +1946479,6 @@ "show_number": "6045", "fullAnswer": "nigella" }, - { - "category": "THE WEATHER", - "air_date": "2010-12-17", - "question": "(Jimmy of the Clue Crew explains a weather map.) On a weather map, an isobar is a line that connects areas with the same barometric pressure. A line that connects areas with the same temperature is called this", - "value": "$1200", - "answer": "isotherm", - "round": "Double Jeopardy!", - "show_number": "6045", - "fullAnswer": "an isotherm" - }, { "category": "\"A\" + 4", "air_date": "2010-12-17", @@ -2048409,26 +1946489,6 @@ "show_number": "6045", "fullAnswer": "ashen" }, - { - "category": "TONIGHT--A WORLD PREMIER!", - "air_date": "2010-12-17", - "question": "French Premier Francois Fillon is seen here visiting this city of his birth known for a major sporting event", - "value": "$1200", - "answer": "Le Mans", - "round": "Double Jeopardy!", - "show_number": "6045", - "fullAnswer": "Le Mans" - }, - { - "category": "SCOTT LAND", - "air_date": "2010-12-17", - "question": "He's seen here on his way to winning Olympic gold in 1984", - "value": "$1200", - "answer": "Scott Hamilton", - "round": "Double Jeopardy!", - "show_number": "6045", - "fullAnswer": "Scott Hamilton" - }, { "category": "THE LITERARY BUSINESS", "air_date": "2010-12-17", @@ -2048909,16 +1946969,6 @@ "show_number": "6018", "fullAnswer": "the Red Baron" }, - { - "category": "21st CENTURY MOVIE ROLES", - "air_date": "2010-11-10", - "question": "She's the title character
who returns in a 2010 film", - "value": "$800", - "answer": "Nanny McPhee", - "round": "Double Jeopardy!", - "show_number": "6018", - "fullAnswer": "Nanny McPhee" - }, { "category": "SPACING OUT", "air_date": "2010-11-10", @@ -2048979,16 +1947029,6 @@ "show_number": "6018", "fullAnswer": "Sweeney Todd" }, - { - "category": "SPACING OUT", - "air_date": "2010-11-10", - "question": "(Jimmy of the Clue Crew shows a film of the Space Shuttle in flight.) The speed needed for a rocket to break free of Earth's gravity--6.96 miles per second--is called this, E.V. for short", - "value": "$1,200", - "answer": "escape velocity", - "round": "Double Jeopardy!", - "show_number": "6018", - "fullAnswer": "escape velocity" - }, { "category": "WHO WROTE IT?", "air_date": "2010-11-10", @@ -2049074,7 +1947114,7 @@ "air_date": "2010-11-10", "question": "Tulsa university named for a preacher who was very skilled in parliamentary procedure", "value": "$1600", - "answer": "Oral Robert\\'s Rules of Order", + "answer": "Oral Robert's Rules of Order", "round": "Double Jeopardy!", "show_number": "6018", "fullAnswer": "Oral Robert\\'s Rules of Order" @@ -2049239,16 +1947279,6 @@ "show_number": "4553", "fullAnswer": "a finger" }, - { - "category": "\"E\" MALE", - "air_date": "2004-05-26", - "question": "The works \"Far East Suite\" & \"Liberian Suite\" were created by this jazz composer seen here", - "value": "$400", - "answer": "Ellington", - "round": "Jeopardy!", - "show_number": "4553", - "fullAnswer": "(Duke) Ellington" - }, { "category": "CAMPING", "air_date": "2004-05-26", @@ -2049439,16 +1947469,6 @@ "show_number": "4553", "fullAnswer": "iodine" }, - { - "category": "RHYME TIME FOOD & DRINK", - "air_date": "2004-05-26", - "question": "Exotic dance for the exotic fruit seen here", - "value": "$1000", - "answer": "mango tango", - "round": "Jeopardy!", - "show_number": "4553", - "fullAnswer": "mango tango" - }, { "category": "20th CENTURY COUNTRIES", "air_date": "2004-05-26", @@ -2049629,26 +1947649,6 @@ "show_number": "4553", "fullAnswer": "cricket" }, - { - "category": "20th CENTURY COUNTRIES", - "air_date": "2004-05-26", - "question": "The 1968 photo seen here is from this country that was born & died in the 20th century", - "value": "$1600", - "answer": "Czechoslovakia", - "round": "Double Jeopardy!", - "show_number": "4553", - "fullAnswer": "Czechoslovakia" - }, - { - "category": "TECHNOLOGY", - "air_date": "2004-05-26", - "question": "(Alex shows off some Sony tech at Air Canada Centre in Toronto, Canada.) The Sony display unit used here at Air Canada Centre & around the world has this suitably colossal name", - "value": "$1600", - "answer": "JumboTron", - "round": "Double Jeopardy!", - "show_number": "4553", - "fullAnswer": "a JumboTron" - }, { "category": "SIMILAR TITLES", "air_date": "2004-05-26", @@ -2049659,16 +1947659,6 @@ "show_number": "4553", "fullAnswer": "Midnight" }, - { - "category": "FAMOUS NORWEGIANS", - "air_date": "2004-05-26", - "question": "He's the renowned Norwegian mariner seen here doing a little trip planning", - "value": "$1600", - "answer": "Thor Heyerdahl", - "round": "Double Jeopardy!", - "show_number": "4553", - "fullAnswer": "Thor Heyerdahl" - }, { "category": "CROSSWORD CLUES \"C\"", "air_date": "2004-05-26", @@ -2050399,16 +1948389,6 @@ "show_number": "4551", "fullAnswer": "hibernate" }, - { - "category": "AIRLINES", - "air_date": "2004-05-24", - "question": "Carrier serving the Eastern U.S. is the third to bear this name & the logo seen here", - "value": "$400", - "answer": "Pan Am", - "round": "Jeopardy!", - "show_number": "4551", - "fullAnswer": "Pan Am" - }, { "category": "MAGAZINES", "air_date": "2004-05-24", @@ -2050589,16 +1948569,6 @@ "show_number": "4551", "fullAnswer": "Aeroflot" }, - { - "category": "MAGAZINES", - "air_date": "2004-05-24", - "question": "In 2002, this magazine finally tracked down & ID'ed Sharbat Gula as the subject of its most famous cover from 1985", - "value": "$1000", - "answer": "National Geographic", - "round": "Jeopardy!", - "show_number": "4551", - "fullAnswer": "National Geographic" - }, { "category": "GEOGRAPHY \"B\"", "air_date": "2004-05-24", @@ -2050644,7 +1948614,7 @@ "air_date": "2004-05-24", "question": "Richard Burton & Liz Taylor were nominated for playing husband & wife in this 1966 film based on an Edward Albee play", "value": "$400", - "answer": "Who\\'s Afraid of Virginia Woolf?", + "answer": "Who's Afraid of Virginia Woolf?", "round": "Double Jeopardy!", "show_number": "4551", "fullAnswer": "Who\\'s Afraid of Virginia Woolf?" @@ -2050754,7 +1948724,7 @@ "air_date": "2004-05-24", "question": "The Ancient Romans built this across Britain from the mouth of the Tyne River to Solway Firth", "value": "$3,000", - "answer": "Hadrian\\'s Wall", + "answer": "Hadrian's Wall", "round": "Double Jeopardy!", "show_number": "4551", "fullAnswer": "Hadrian\\'s Wall" @@ -2050789,16 +1948759,6 @@ "show_number": "4551", "fullAnswer": "Dominick Dunne" }, - { - "category": "HARDWARE STORE MENAGERIE", - "air_date": "2004-05-24", - "question": "It's the reptilian name of these fasteners", - "value": "$1200", - "answer": "alligator clips", - "round": "Double Jeopardy!", - "show_number": "4551", - "fullAnswer": "alligator clips" - }, { "category": "GET YOUR \"PHIL\"", "air_date": "2004-05-24", @@ -2050819,26 +1948779,6 @@ "show_number": "4551", "fullAnswer": "the Puritans" }, - { - "category": "OSCAR ODDITIES", - "air_date": "2004-05-24", - "question": "(Hi, I'm Leonard Maltin.) For \"Sense and Sensibitity\", she became the first actress to be nominated for both Best Actress & Best Screehplay", - "value": "$1600", - "answer": "Emma Thompson", - "round": "Double Jeopardy!", - "show_number": "4551", - "fullAnswer": "Emma Thompson" - }, - { - "category": "GOVERNMENT AGENCIES", - "air_date": "2004-05-24", - "question": "(Sarah of the Clue Crew reports from Ellis Island, NY.) Here in the Great Hall, the U.S. Public Health Service and the agency later known as this did the processing at Ellis Island", - "value": "$1600", - "answer": "Immigration and Naturalization Service ", - "round": "Double Jeopardy!", - "show_number": "4551", - "fullAnswer": "Immigration and Naturalization Service (INS)" - }, { "category": "BESTSELLERS", "air_date": "2004-05-24", @@ -2050989,16 +1948929,6 @@ "show_number": "5485", "fullAnswer": "chocolate" }, - { - "category": "LITTLE LEAGUE BASEBALL", - "air_date": "2008-06-13", - "question": "(Jimmy pitches one up from Williamsport, PA.) In the major leagues, this goes to about halfway up the torso; in Little League, it goes to the armpits", - "value": "$200", - "answer": "strike zone", - "round": "Jeopardy!", - "show_number": "5485", - "fullAnswer": "the strike zone" - }, { "category": "\"N\"ATIONS OF THE WORLD", "air_date": "2008-06-13", @@ -2051049,16 +1948979,6 @@ "show_number": "5485", "fullAnswer": "coffee" }, - { - "category": "LITTLE LEAGUE BASEBALL", - "air_date": "2008-06-13", - "question": "(Jimmy lays another clue down from Williamsport, PA.) Unlike Major League Baseball, Little League batters may use non-wood bats; most are made of this metal that has a distinctive sound when it meets the ball", - "value": "$400", - "answer": "aluminum", - "round": "Jeopardy!", - "show_number": "5485", - "fullAnswer": "aluminum" - }, { "category": "\"N\"ATIONS OF THE WORLD", "air_date": "2008-06-13", @@ -2051104,21 +1949024,11 @@ "air_date": "2008-06-13", "question": "This peanut butter cup is one of Hershey's bestselling products", "value": "$600", - "answer": "Reese\\'s", + "answer": "Reese's", "round": "Jeopardy!", "show_number": "5485", "fullAnswer": "Reese\\'s" }, - { - "category": "LITTLE LEAGUE BASEBALL", - "air_date": "2008-06-13", - "question": "(Jimmy reports from a distance from Williamsport, PA.) The distance between the bases in Little League is this many feet, two-thirds that of Major League Baseball", - "value": "$600", - "answer": "60 feet", - "round": "Jeopardy!", - "show_number": "5485", - "fullAnswer": "60 feet" - }, { "category": "\"N\"ATIONS OF THE WORLD", "air_date": "2008-06-13", @@ -2051169,16 +1949079,6 @@ "show_number": "5485", "fullAnswer": "Almond Joy" }, - { - "category": "LITTLE LEAGUE BASEBALL", - "air_date": "2008-06-13", - "question": "(Jimmy gives us another clue from Williamsport, PA.) Little League games are shorter than big league ones, so as a dramatic moment, as Kyle comes to bat in the last regulation inning, the bottom of this", - "value": "$800", - "answer": "sixth inning", - "round": "Jeopardy!", - "show_number": "5485", - "fullAnswer": "the sixth inning" - }, { "category": "\"N\"ATIONS OF THE WORLD", "air_date": "2008-06-13", @@ -2051229,16 +1949129,6 @@ "show_number": "5485", "fullAnswer": "Krackel" }, - { - "category": "LITTLE LEAGUE BASEBALL", - "air_date": "2008-06-13", - "question": "(Jimmy preserves another one for us from Williamsport, PA.) I'm caught between the bases, and I've gotten myself into one of these; it's also called a pickle, because that's what I'm in", - "value": "$1000", - "answer": "rundown", - "round": "Jeopardy!", - "show_number": "5485", - "fullAnswer": "a rundown" - }, { "category": "ITALIAN ART & ARTISTS", "air_date": "2008-06-13", @@ -2051364,7 +1949254,7 @@ "air_date": "2008-06-13", "question": "The first stone for this Roman basilica was laid in 1506, following the plan of Italian architect Donato Bramante", "value": "$1200", - "answer": "St. Peter\\'s", + "answer": "St. Peter's", "round": "Double Jeopardy!", "show_number": "5485", "fullAnswer": "St. Peter\\'s" @@ -2051564,7 +1949454,7 @@ "air_date": "1997-04-03", "question": "Hunter S. Thompson's first book was about this motorcycle gang", "value": "$100", - "answer": "Hell\\'s Angels", + "answer": "Hell's Angels", "round": "Jeopardy!", "show_number": "2909", "fullAnswer": "Hell\\'s Angels" @@ -2051624,7 +1949514,7 @@ "air_date": "1997-04-03", "question": "In 1982 this magazine company condensed the Bible", "value": "$200", - "answer": "Reader\\'s Digest", + "answer": "Reader's Digest", "round": "Jeopardy!", "show_number": "2909", "fullAnswer": "Reader\\'s Digest" @@ -2051984,7 +1949874,7 @@ "air_date": "1997-04-03", "question": "The trylon & perisphere are on the jacket of David Gelernter's book about this 1939 event", "value": "$600", - "answer": "World\\'s Fair", + "answer": "World's Fair", "round": "Double Jeopardy!", "show_number": "2909", "fullAnswer": "World\\'s Fair" @@ -2052604,7 +1950494,7 @@ "air_date": "2000-12-11", "question": "1988 Brat-Packer western starring the rock band that charted with \"Welcome to the Jungle\"", "value": "$600", - "answer": "Young Guns N\\' Roses", + "answer": "Young Guns N' Roses", "round": "Double Jeopardy!", "show_number": "3746", "fullAnswer": "Young Guns N\\' Roses" @@ -2052759,16 +1950649,6 @@ "show_number": "3070", "fullAnswer": "Franklin D. Roosevelt" }, - { - "category": "SPORTS LOGOS", - "air_date": "1997-12-26", - "question": "[sports logo]", - "value": "$100", - "answer": "Kansas City Royals", - "round": "Jeopardy!", - "show_number": "3070", - "fullAnswer": "the Kansas City Royals" - }, { "category": "INTERNATIONAL POTPOURRI", "air_date": "1997-12-26", @@ -2052809,16 +1950689,6 @@ "show_number": "3070", "fullAnswer": "Coke" }, - { - "category": "SPORTS LOGOS", - "air_date": "1997-12-26", - "question": "[sports logo]", - "value": "$200", - "answer": "Cleveland Indians", - "round": "Jeopardy!", - "show_number": "3070", - "fullAnswer": "the Cleveland Indians" - }, { "category": "INTERNATIONAL POTPOURRI", "air_date": "1997-12-26", @@ -2052859,26 +1950729,6 @@ "show_number": "3070", "fullAnswer": "granite" }, - { - "category": "1945", - "air_date": "1997-12-26", - "question": "3-word phrase repeated in the title of this favorite holiday song from 1945:

[instrumental]", - "value": "$500", - "answer": "Let It Snow", - "round": "Jeopardy!", - "show_number": "3070", - "fullAnswer": "\"Let It Snow\"" - }, - { - "category": "SPORTS LOGOS", - "air_date": "1997-12-26", - "question": "[sports logo]", - "value": "$300", - "answer": "Indianapolis Colts", - "round": "Jeopardy!", - "show_number": "3070", - "fullAnswer": "the Indianapolis Colts" - }, { "category": "INTERNATIONAL POTPOURRI", "air_date": "1997-12-26", @@ -2052929,16 +1950779,6 @@ "show_number": "3070", "fullAnswer": "Fiorello LaGuardia" }, - { - "category": "SPORTS LOGOS", - "air_date": "1997-12-26", - "question": "[sports logo]", - "value": "$400", - "answer": "Detroit Red Wings", - "round": "Jeopardy!", - "show_number": "3070", - "fullAnswer": "the Detroit Red Wings" - }, { "category": "INTERNATIONAL POTPOURRI", "air_date": "1997-12-26", @@ -2052979,16 +1950819,6 @@ "show_number": "3070", "fullAnswer": "Juan Peron" }, - { - "category": "SPORTS LOGOS", - "air_date": "1997-12-26", - "question": "[sports logo]", - "value": "$500", - "answer": "Phoenix Suns", - "round": "Jeopardy!", - "show_number": "3070", - "fullAnswer": "the Phoenix Suns" - }, { "category": "INTERNATIONAL POTPOURRI", "air_date": "1997-12-26", @@ -2053184,7 +1951014,7 @@ "air_date": "1997-12-26", "question": "Foreign ambassadors are accredited to this palace's court", "value": "$1,000", - "answer": "St. James\\' Palace", + "answer": "St. James' Palace", "round": "Double Jeopardy!", "show_number": "3070", "fullAnswer": "St. James\\' Palace" @@ -2053304,7 +1951134,7 @@ "air_date": "1997-12-26", "question": "Controversial even when serialized in the \"National Era\", it sold over 300,000 copies in book form in 1852", "value": null, - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Final Jeopardy!", "show_number": "3070", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -2053834,7 +1951664,7 @@ "air_date": "2003-05-26", "question": "1 of his 3 plays Shaw grouped as \"unpleasant\" was this tale of a director of a chain of brothels", "value": "$1600", - "answer": "Mrs. Warren\\'s Profession", + "answer": "Mrs. Warren's Profession", "round": "Double Jeopardy!", "show_number": "4326", "fullAnswer": "Mrs. Warren\\'s Profession" @@ -2053874,7 +1951704,7 @@ "air_date": "2003-05-26", "question": "The Four Tops:
(\"Sugar Pie, Honey Bunch\")", "value": "$2000", - "answer": "I Can\\'t Help Myself", + "answer": "I Can't Help Myself", "round": "Double Jeopardy!", "show_number": "4326", "fullAnswer": "\"I Can\\'t Help Myself\"" @@ -2054589,16 +1952419,6 @@ "show_number": "4080", "fullAnswer": "Brooke Shields" }, - { - "category": "THE NEW YORK TIMES HEADLINES", - "air_date": "2002-05-03", - "question": "Its split-up in 1982 was noted with the headline seen here", - "value": "$400", - "answer": "AT&T", - "round": "Jeopardy!", - "show_number": "4080", - "fullAnswer": "AT&T" - }, { "category": "NIETZSCHE, I'M GLAD TO MEETCHA", "air_date": "2002-05-03", @@ -2054614,21 +1952434,11 @@ "air_date": "2002-05-03", "question": "Psst! This game show hosted by Garry Moore & then Steve Allen ran for 15 seasons", "value": "$400", - "answer": "I\\'ve Got a Secret", + "answer": "I've Got a Secret", "round": "Jeopardy!", "show_number": "4080", "fullAnswer": "I\\'ve Got a Secret" }, - { - "category": "YOUR FEMININE SIDE", - "air_date": "2002-05-03", - "question": "(Dr. Joyce Brothers reads the clue.) If you're sure you've met this \"correct\" man but he's skittish, keep your options open", - "value": "$400", - "answer": "Mr. Right", - "round": "Jeopardy!", - "show_number": "4080", - "fullAnswer": "\"Mr. Right\"" - }, { "category": "MIND YOUR OWN BUSINESS", "air_date": "2002-05-03", @@ -2054709,16 +1952519,6 @@ "show_number": "4080", "fullAnswer": "the gods" }, - { - "category": "THE NEW YORK TIMES HEADLINES", - "air_date": "2002-05-03", - "question": "The end to this man's trial was noted with the January 22, 1950 headline seen here", - "value": "$800", - "answer": "Alger Hiss", - "round": "Jeopardy!", - "show_number": "4080", - "fullAnswer": "Alger Hiss" - }, { "category": "NIETZSCHE, I'M GLAD TO MEETCHA", "air_date": "2002-05-03", @@ -2054919,16 +1952719,6 @@ "show_number": "4080", "fullAnswer": "coaxial" }, - { - "category": "KING ME!", - "air_date": "2002-05-03", - "question": "Meeting with President Clinton in 1996, he's the king seen here", - "value": "$800", - "answer": "King Hussein", - "round": "Double Jeopardy!", - "show_number": "4080", - "fullAnswer": "King Hussein" - }, { "category": "TRAVEL FUN", "air_date": "2002-05-03", @@ -2055029,16 +1952819,6 @@ "show_number": "4080", "fullAnswer": "Ralph Bellamy" }, - { - "category": "\"C\" IN SCIENCE", - "air_date": "2002-05-03", - "question": "(Jimmy of the Clue Crew finds some enormous turtles.) This word, derived from Spanish, refers to the upper part of a turtle's shell", - "value": "$1600", - "answer": "carapace", - "round": "Double Jeopardy!", - "show_number": "4080", - "fullAnswer": "a carapace" - }, { "category": "KING ME!", "air_date": "2002-05-03", @@ -2055249,36 +1953029,6 @@ "show_number": "6061", "fullAnswer": "St. John the Baptist (St. Jean Baptiste)" }, - { - "category": "THE \"CAR\" POOL", - "air_date": "2011-01-10", - "question": "It's what Kelly is doing here", - "value": "$400", - "answer": "cartwheel", - "round": "Jeopardy!", - "show_number": "6061", - "fullAnswer": "cartwheel" - }, - { - "category": "ITALIAN ART & ARTISTS", - "air_date": "2011-01-10", - "question": "( Sarah of the Clue Crew shows a painting.) In a painting by Piero della Francesca, as Jesus is being baptized you see a dove descend upon him, representing this part of the trinity", - "value": "$600", - "answer": "Holy Spirit", - "round": "Jeopardy!", - "show_number": "6061", - "fullAnswer": "the Holy Spirit" - }, - { - "category": "I'M YOUR LOCAL SPORTS GUY", - "air_date": "2011-01-10", - "question": "I was at New York City's WABC in 1977 when this ever-quotable man said that he was \"the straw that stirs the drink\" for the Yankees", - "value": "$600", - "answer": "Reggie Jackson", - "round": "Jeopardy!", - "show_number": "6061", - "fullAnswer": "Reggie Jackson" - }, { "category": "CONDIMENTIA", "air_date": "2011-01-10", @@ -2055364,7 +1953114,7 @@ "air_date": "2011-01-10", "question": "Administrative professionals day was originally called this day, for the person who filed & took dictation", "value": "$800", - "answer": "Secretary\\'s Day", + "answer": "Secretary's Day", "round": "Jeopardy!", "show_number": "6061", "fullAnswer": "Secretary\\'s Day" @@ -2055379,26 +1953129,6 @@ "show_number": "6061", "fullAnswer": "carbon" }, - { - "category": "ITALIAN ART & ARTISTS", - "air_date": "2011-01-10", - "question": "(Kelly of the Clue Crew shows a painting.) Caravaggio's gypsy woman isn't just holding the man's hand, she's reading his palm, giving the painting this title", - "value": "$1000", - "answer": "Fortune Teller", - "round": "Jeopardy!", - "show_number": "6061", - "fullAnswer": "The Fortune Teller" - }, - { - "category": "I'M YOUR LOCAL SPORTS GUY", - "air_date": "2011-01-10", - "question": "Covering this player for Detroit's WDIV was an adventure", - "value": "$1000", - "answer": "Dennis Rodman", - "round": "Jeopardy!", - "show_number": "6061", - "fullAnswer": "Dennis Rodman" - }, { "category": "CONDIMENTIA", "air_date": "2011-01-10", @@ -2055424,7 +1953154,7 @@ "air_date": "2011-01-10", "question": "This holiday is also called La Fheile Padraig", "value": "$1000", - "answer": "St. Patrick\\'s Day", + "answer": "St. Patrick's Day", "round": "Jeopardy!", "show_number": "6061", "fullAnswer": "St. Patrick\\'s Day" @@ -2055439,16 +1953169,6 @@ "show_number": "6061", "fullAnswer": "cardiovascular" }, - { - "category": "MONUMENTS & MEMORIALS", - "air_date": "2011-01-10", - "question": "The National Vietnam Veteran's Art Museum in Chicago displays 58,000 of these identifiers in memory of those killed", - "value": "$400", - "answer": "dogtags", - "round": "Double Jeopardy!", - "show_number": "6061", - "fullAnswer": "dogtags" - }, { "category": "PLAYING HIMSELF", "air_date": "2011-01-10", @@ -2055509,16 +1953229,6 @@ "show_number": "6061", "fullAnswer": "India" }, - { - "category": "PLAYING HIMSELF", - "air_date": "2011-01-10", - "question": "On \"Arrested Development\", this man seen here played himself and four identical brothers with different personalities", - "value": "$800", - "answer": "Andy Richter", - "round": "Double Jeopardy!", - "show_number": "6061", - "fullAnswer": "Andy Richter" - }, { "category": "SCENE OF THE CRIME", "air_date": "2011-01-10", @@ -2055559,16 +1953269,6 @@ "show_number": "6061", "fullAnswer": "prestidigitation" }, - { - "category": "MONUMENTS & MEMORIALS", - "air_date": "2011-01-10", - "question": "The Scottish National Monument, started in 1826 and still unfinished, is modeled on this ancient building", - "value": "$1200", - "answer": "Parthenon", - "round": "Double Jeopardy!", - "show_number": "6061", - "fullAnswer": "the Parthenon" - }, { "category": "PLAYING HIMSELF", "air_date": "2011-01-10", @@ -2055679,16 +1953379,6 @@ "show_number": "6061", "fullAnswer": "counterinsurgency" }, - { - "category": "MONUMENTS & MEMORIALS", - "air_date": "2011-01-10", - "question": "The statue here commemorates Colonel Seth Warner's role at the Battle of Bennington during this war", - "value": "$2000", - "answer": "Revolutionary War", - "round": "Double Jeopardy!", - "show_number": "6061", - "fullAnswer": "the Revolutionary War" - }, { "category": "PLAYING HIMSELF", "air_date": "2011-01-10", @@ -2055874,7 +1953564,7 @@ "air_date": "2008-07-10", "question": "Cain's 5-word question to God in Genesis 4:9, when asked of Abel's whereabouts", "value": "$600", - "answer": "Am I my brother\\'s keeper?", + "answer": "Am I my brother's keeper?", "round": "Jeopardy!", "show_number": "5504", "fullAnswer": "\"Am I my brother\\'s keeper?\"" @@ -2055959,16 +1953649,6 @@ "show_number": "5504", "fullAnswer": "snails" }, - { - "category": "\"JE\"-PARDY", - "air_date": "2008-07-10", - "question": "Seen here, this jumping mouselike rodent can jump faster than a human can run", - "value": "$800", - "answer": "jerboa", - "round": "Jeopardy!", - "show_number": "5504", - "fullAnswer": "a jerboa" - }, { "category": "I'M LIBYAN", "air_date": "2008-07-10", @@ -2056084,7 +1953764,7 @@ "air_date": "2008-07-10", "question": "This famous trick question is the title of C-SPAN's book on presidential gravesites", "value": "$400", - "answer": "Who is buried in Grant\\'s tomb?", + "answer": "Who is buried in Grant's tomb?", "round": "Double Jeopardy!", "show_number": "5504", "fullAnswer": "\"Who is buried in Grant\\'s tomb?\"" @@ -2056149,16 +1953829,6 @@ "show_number": "5504", "fullAnswer": "Carrie Nation" }, - { - "category": "STRIKE FORCES", - "air_date": "2008-07-10", - "question": "This country's Special Forces include the Special Boat Service as well as the Special Air Service", - "value": "$800", - "answer": "Great Britain", - "round": "Double Jeopardy!", - "show_number": "5504", - "fullAnswer": "Great Britain" - }, { "category": "BODY LANGUAGE", "air_date": "2008-07-10", @@ -2056169,16 +1953839,6 @@ "show_number": "5504", "fullAnswer": "liver spots" }, - { - "category": "\"C\"LASSICAL MUSICIANS", - "air_date": "2008-07-10", - "question": "(Sarah of the Clue Crew reads the clue from Steinway & Sons in New York.) Steinway unveiled its 500,000th piano in a 1988 gala at Carnegie Hall featuring Steinway artists like this American pianist who has his own Fort Worth piano competition", - "value": "$1200", - "answer": "Van Cliburn", - "round": "Double Jeopardy!", - "show_number": "5504", - "fullAnswer": "Van Cliburn" - }, { "category": "TV GROUPS", "air_date": "2008-07-10", @@ -2056284,7 +1953944,7 @@ "air_date": "2008-07-10", "question": "Said when you suspect you're being misled, this phrase may come from British muggers known as \"trippers up\"", "value": "$2,000", - "answer": "you\\'re pulling my leg", + "answer": "you're pulling my leg", "round": "Double Jeopardy!", "show_number": "5504", "fullAnswer": "you\\'re pulling my leg" @@ -2056319,16 +1953979,6 @@ "show_number": "5504", "fullAnswer": "The Merry Wives of Windsor" }, - { - "category": "GRAVE MATTERS", - "air_date": "2008-07-10", - "question": "(Jimmy of the Clue Crew delivers the clue from Lima, Peru.) The first stone for Lima's cathedral was laid by this conqueror in 1535; his remains now lie in this very tomb", - "value": "$2000", - "answer": "Pizarro", - "round": "Double Jeopardy!", - "show_number": "5504", - "fullAnswer": "(Francisco) Pizarro" - }, { "category": "STRIKE FORCES", "air_date": "2008-07-10", @@ -2056414,7 +1954064,7 @@ "air_date": "2002-11-19", "question": "Oscar-winning actor Tom's practical jokes", "value": "$200", - "answer": "Hanks\\' pranks", + "answer": "Hanks' pranks", "round": "Jeopardy!", "show_number": "4192", "fullAnswer": "Hanks\\' pranks" @@ -2056854,7 +1954504,7 @@ "air_date": "2002-11-19", "question": "A standup comedian from the age of 16, in 2002 she finished up a 6-year stint as a daytime TV talk show host", "value": "$1600", - "answer": "Rosie O\\'Donnell", + "answer": "Rosie O'Donnell", "round": "Double Jeopardy!", "show_number": "4192", "fullAnswer": "Rosie O\\'Donnell" @@ -2057009,16 +1954659,6 @@ "show_number": "5011", "fullAnswer": "hive" }, - { - "category": "I LOVE THE NIGHTLIFE", - "air_date": "2006-05-29", - "question": "The only sure bet for things you can't do at night in this city is get a sunburn", - "value": "$200", - "answer": "Las Vegas", - "round": "Jeopardy!", - "show_number": "5011", - "fullAnswer": "Las Vegas" - }, { "category": "I GOT TO BOOGIE", "air_date": "2006-05-29", @@ -2057069,16 +1954709,6 @@ "show_number": "5011", "fullAnswer": "dive" }, - { - "category": "I LOVE THE NIGHTLIFE", - "air_date": "2006-05-29", - "question": "While on a late night stroll, window shop or stop at a cafe along the boulevards of this city", - "value": "$400", - "answer": "Paris", - "round": "Jeopardy!", - "show_number": "5011", - "fullAnswer": "Paris" - }, { "category": "I GOT TO BOOGIE", "air_date": "2006-05-29", @@ -2057129,16 +1954759,6 @@ "show_number": "5011", "fullAnswer": "chive" }, - { - "category": "I LOVE THE NIGHTLIFE", - "air_date": "2006-05-29", - "question": "Grab a quick pork chop sandwich or dine at some trendy spots in the South Loop in this city", - "value": "$600", - "answer": "Chicago", - "round": "Jeopardy!", - "show_number": "5011", - "fullAnswer": "Chicago" - }, { "category": "I GOT TO BOOGIE", "air_date": "2006-05-29", @@ -2057189,16 +1954809,6 @@ "show_number": "5011", "fullAnswer": "thrive" }, - { - "category": "I LOVE THE NIGHTLIFE", - "air_date": "2006-05-29", - "question": "Buy clothes, get your fortune told or hear Cantonese opera singers at this Asian area's Temple Street Market", - "value": "$800", - "answer": "Hong Kong", - "round": "Jeopardy!", - "show_number": "5011", - "fullAnswer": "Hong Kong" - }, { "category": "I GOT TO BOOGIE", "air_date": "2006-05-29", @@ -2057209,16 +1954819,6 @@ "show_number": "5011", "fullAnswer": "the Dalai Lama" }, - { - "category": "ANIMALS", - "air_date": "2006-05-29", - "question": "This handsome imperiled type of owl seen here has Northern, Californian & Mexican subspecies", - "value": "$1000", - "answer": "spotted owl", - "round": "Jeopardy!", - "show_number": "5011", - "fullAnswer": "the spotted owl" - }, { "category": "SPORTS STUFF", "air_date": "2006-05-29", @@ -2057249,16 +1954849,6 @@ "show_number": "5011", "fullAnswer": "strive" }, - { - "category": "I LOVE THE NIGHTLIFE", - "air_date": "2006-05-29", - "question": "The Goethe House closes early in this city-am-Main, but the yearly book fair has late night conferences", - "value": "$1000", - "answer": "Frankfurt", - "round": "Jeopardy!", - "show_number": "5011", - "fullAnswer": "Frankfurt" - }, { "category": "I GOT TO BOOGIE", "air_date": "2006-05-29", @@ -2057279,16 +1954869,6 @@ "show_number": "5011", "fullAnswer": "October" }, - { - "category": "AFI's TOP 100 MOVIE QUOTES", - "air_date": "2006-05-29", - "question": "No. 12:
\"I love the smell of napalm in the morning\"", - "value": "$400", - "answer": "Apocalypse Now", - "round": "Double Jeopardy!", - "show_number": "5011", - "fullAnswer": "Apocalypse Now" - }, { "category": "MEN'S WEAR", "air_date": "2006-05-29", @@ -2057339,16 +1954919,6 @@ "show_number": "5011", "fullAnswer": "Saskatchewan" }, - { - "category": "AFI's TOP 100 MOVIE QUOTES", - "air_date": "2006-05-29", - "question": "No. 56:
\"A boy's best friend is his mother\"", - "value": "$800", - "answer": "Psycho", - "round": "Double Jeopardy!", - "show_number": "5011", - "fullAnswer": "Psycho" - }, { "category": "MEN'S WEAR", "air_date": "2006-05-29", @@ -2057399,16 +1954969,6 @@ "show_number": "5011", "fullAnswer": "seals" }, - { - "category": "AFI's TOP 100 MOVIE QUOTES", - "air_date": "2006-05-29", - "question": "No. 36:
\"Badges? We ain't got no badges! We don't need no badges! I don't have to show you any stinking badges!\"", - "value": "$1200", - "answer": "Treasure of the Sierra Madre", - "round": "Double Jeopardy!", - "show_number": "5011", - "fullAnswer": "Treasure of the Sierra Madre" - }, { "category": "MEN'S WEAR", "air_date": "2006-05-29", @@ -2057459,16 +1955019,6 @@ "show_number": "5011", "fullAnswer": "(William) Baffin" }, - { - "category": "AFI's TOP 100 MOVIE QUOTES", - "air_date": "2006-05-29", - "question": "No. 27:
\"I'm walking here! I'm walking here!\"", - "value": "$1600", - "answer": "Midnight Cowboy", - "round": "Double Jeopardy!", - "show_number": "5011", - "fullAnswer": "Midnight Cowboy" - }, { "category": "MEN'S WEAR", "air_date": "2006-05-29", @@ -2057519,16 +1955069,6 @@ "show_number": "5011", "fullAnswer": "Gaspé" }, - { - "category": "AFI's TOP 100 MOVIE QUOTES", - "air_date": "2006-05-29", - "question": "No. 77:
This \"is people!\"", - "value": "$2000", - "answer": "Soylent Green", - "round": "Double Jeopardy!", - "show_number": "5011", - "fullAnswer": "Soylent Green" - }, { "category": "MEN'S WEAR", "air_date": "2006-05-29", @@ -2057549,16 +1955089,6 @@ "show_number": "5011", "fullAnswer": "Cymbeline" }, - { - "category": "YOU CAN BANK ON IT", - "air_date": "2006-05-29", - "question": "(Jimmy of the Clue Crew \"checks\" in with a little something for Brad Rutter.) These numbers which allow the U.S. to process 40 billion checks a year are part of a 50 year-old system called MICR, or \"magnetic ink\" this", - "value": "$2000", - "answer": "character recognition", - "round": "Double Jeopardy!", - "show_number": "5011", - "fullAnswer": "character recognition" - }, { "category": "BEFORE & AFTER", "air_date": "2006-05-29", @@ -2057629,16 +1955159,6 @@ "show_number": "5098", "fullAnswer": "Madison Square Garden" }, - { - "category": "WE LOVE BROADWAY", - "air_date": "2006-11-08", - "question": "(Before the clue is given, Kate Reinders from the Broadway play Wicked helps with the clue.)

\"Popular /
You're gonna be pop-u-lar /
I'll teach you the proper ploys /
When you talk to boys /
Little ways to flirt and flounce--woww! /
I'll show you what shoes to wear /
How to fix your hair /
Everything that really counts to be /
Popular /
I'll help you be pop-u-lar /
You'll hang with the right cohorts /
You'll be good at sports /
Know the slang you gotta know /
So let's start /
'Cause you've got an awfully long way to go\"


\"Wicked\" is based on a modern novel inspired by this classic L. Frank Baum book that took us \"over the rainbow\"", - "value": "$400", - "answer": "Wizard of Oz", - "round": "Jeopardy!", - "show_number": "5098", - "fullAnswer": "The Wizard of Oz" - }, { "category": "HODGEPODGE", "air_date": "2006-11-08", @@ -2057679,16 +1955199,6 @@ "show_number": "5098", "fullAnswer": "stations of the cross" }, - { - "category": "STRAIGHT MEN", - "air_date": "2006-11-08", - "question": "\"My Friend Irma\" was his 1949 film debut; he may have heard Jerry Lewis say, \"Hey laaaaaaady!\" a lot", - "value": "$600", - "answer": "Dean Martin", - "round": "Jeopardy!", - "show_number": "5098", - "fullAnswer": "Dean Martin" - }, { "category": "NEW YORK ARCHITECTURE", "air_date": "2006-11-08", @@ -2057804,7 +1955314,7 @@ "air_date": "2006-11-08", "question": "Abraham Lincoln died across the street from this theatre on April 15, 1865", "value": "$800", - "answer": "Ford\\'s Theatre ", + "answer": "Ford's Theatre ", "round": "Double Jeopardy!", "show_number": "5098", "fullAnswer": "Ford\\'s Theatre (the Ford Theatre accepted)" @@ -2058059,22 +1955569,12 @@ "show_number": "4962", "fullAnswer": "Yao Ming" }, - { - "category": "THE MATERIAL WORLD", - "air_date": "2006-03-21", - "question": "(Cheryl of the Clue Crew reads in front of the Pentagon.) The Pentagon was constructed primarily with this building material; steel was saved for the 2nd World War effort", - "value": "$400", - "answer": "concrete", - "round": "Jeopardy!", - "show_number": "4962", - "fullAnswer": "(reinforced) concrete" - }, { "category": "WORLD WAR II: THE HOME FRONT", "air_date": "2006-03-21", "question": "Silver foil was being rationed, so production of these smoochable candies was halted during World War II", "value": "$400", - "answer": "Hershey\\'s Kisses", + "answer": "Hershey's Kisses", "round": "Jeopardy!", "show_number": "4962", "fullAnswer": "Hershey\\'s Kisses" @@ -2058219,16 +1955719,6 @@ "show_number": "4962", "fullAnswer": "over the hill" }, - { - "category": "EGGHEADS", - "air_date": "2006-03-21", - "question": "Seen here, Robert J. Aumann shared the 2005 Nobel Prize in this for his work based on game theory", - "value": "$1000", - "answer": "Economics", - "round": "Jeopardy!", - "show_number": "4962", - "fullAnswer": "Economics" - }, { "category": "SPORTSMEN", "air_date": "2006-03-21", @@ -2058239,26 +1955729,6 @@ "show_number": "4962", "fullAnswer": "Sidney Crosby" }, - { - "category": "THE MATERIAL WORLD", - "air_date": "2006-03-21", - "question": "(Cheryl of the Clue Crew reads while picking up stamps with tongs.) I'm using special tongs to put my stamps into this type of envelope whose name is derived from a transparent material", - "value": "$1000", - "answer": "glassine", - "round": "Jeopardy!", - "show_number": "4962", - "fullAnswer": "glassine" - }, - { - "category": "WORLD WAR II: THE HOME FRONT", - "air_date": "2006-03-21", - "question": "(Jon of the Clue Crew reads from the track stadium at Duke University.) Because World War II was raging, this event had to be moved away from the West Coast, & on January 1, 1942, it took place right here at Duke University", - "value": "$1000", - "answer": "Rose Bowl", - "round": "Jeopardy!", - "show_number": "4962", - "fullAnswer": "the Rose Bowl" - }, { "category": "I THINK I LOVE YOU", "air_date": "2006-03-21", @@ -2058609,16 +1956079,6 @@ "show_number": "5977", "fullAnswer": "anarchy" }, - { - "category": "KATIE COURIC, WITNESS TO HISTORY", - "air_date": "2010-09-14", - "question": "(Katie Couric delivers the clue.) In 2006, on my first broadcast as anchor of the CBS Evening News, I reported that this group that formerly ruled Afghanistan was \"back with a vengeance\"", - "value": "$200", - "answer": "Taliban", - "round": "Jeopardy!", - "show_number": "5977", - "fullAnswer": "the Taliban" - }, { "category": "CALDECOTT MEDAL & HONOR BOOKS", "air_date": "2010-09-14", @@ -2058669,16 +1956129,6 @@ "show_number": "5977", "fullAnswer": "archipelago (atoll accepted)" }, - { - "category": "KATIE COURIC, WITNESS TO HISTORY", - "air_date": "2010-09-14", - "question": "(Katie Couric delivers the clue.) On \"60 Minutes\" in 2009 I conducted the first interview with this pilot, who vividly described \"birds filling the entire windscreen\"", - "value": "$400", - "answer": "Sullenberger", - "round": "Jeopardy!", - "show_number": "5977", - "fullAnswer": "Sullenberger" - }, { "category": "CALDECOTT MEDAL & HONOR BOOKS", "air_date": "2010-09-14", @@ -2058729,16 +1956179,6 @@ "show_number": "5977", "fullAnswer": "astigmatism" }, - { - "category": "KATIE COURIC, WITNESS TO HISTORY", - "air_date": "2010-09-14", - "question": "(Katie Couric delivers the clue.) In a 2008 foreign policy interview, I asked this candidate, \"Have you ever been involved with any negotiations with the Russians?\" -- it seemed like a reasonable question", - "value": "$600", - "answer": "Palin", - "round": "Jeopardy!", - "show_number": "5977", - "fullAnswer": "(Sarah) Palin" - }, { "category": "CALDECOTT MEDAL & HONOR BOOKS", "air_date": "2010-09-14", @@ -2058789,16 +1956229,6 @@ "show_number": "5977", "fullAnswer": "an alpaca" }, - { - "category": "KATIE COURIC, WITNESS TO HISTORY", - "air_date": "2010-09-14", - "question": "(Katie Couric delivers the clue.) My first network job was as deputy correspondent at this site, preparing me for interviewing the Petraeuses & Odiernos of the world", - "value": "$800", - "answer": "Pentagon", - "round": "Jeopardy!", - "show_number": "5977", - "fullAnswer": "the Pentagon" - }, { "category": "CALDECOTT MEDAL & HONOR BOOKS", "air_date": "2010-09-14", @@ -2058839,26 +1956269,6 @@ "show_number": "5977", "fullAnswer": "frostbite" }, - { - "category": "THE \"A\" LIST", - "air_date": "2010-09-14", - "question": "(Kelly of the Clue Crew stands in front of a screen.) You can control the amount of light entering a camera by varying the diameter of this, which acts like the iris in the human eye", - "value": "$1000", - "answer": "aperture", - "round": "Jeopardy!", - "show_number": "5977", - "fullAnswer": "the aperture" - }, - { - "category": "KATIE COURIC, WITNESS TO HISTORY", - "air_date": "2010-09-14", - "question": "(Katie Couric delivers the clue.) This Saudi royal was still Crown Prince when he did an exclusive interview with me in 2003; now he's king", - "value": "$1000", - "answer": "Abdullah", - "round": "Jeopardy!", - "show_number": "5977", - "fullAnswer": "Abdullah" - }, { "category": "THEY'RE IN HOW I MET YOUR MOTHER", "air_date": "2010-09-14", @@ -2058894,7 +1956304,7 @@ "air_date": "2010-09-14", "question": "The last time this came close to Earth was in 1986 & it's expected again as it completes its 76-year cycle", "value": "$400", - "answer": "Halley\\'s comet", + "answer": "Halley's comet", "round": "Double Jeopardy!", "show_number": "5977", "fullAnswer": "Halley\\'s comet" @@ -2059039,16 +1956449,6 @@ "show_number": "5977", "fullAnswer": "a beachhead" }, - { - "category": "WAIT FOR IT...", - "air_date": "2010-09-14", - "question": "Don't delay in telling us the name of this artist whose 1882 pastel \"Waiting\" is seen here", - "value": "$1600", - "answer": "Degas", - "round": "Double Jeopardy!", - "show_number": "5977", - "fullAnswer": "(Edgar) Degas" - }, { "category": "LEGENDARY!", "air_date": "2010-09-14", @@ -2059304,7 +1956704,7 @@ "air_date": "1999-11-08", "question": "Find out about the musical group Sugar Ray & buy 550s & 517s online from this jeans maker", "value": "$400", - "answer": "Levi\\'s", + "answer": "Levi's", "round": "Jeopardy!", "show_number": "3491", "fullAnswer": "Levi\\'s" @@ -2059424,7 +1956824,7 @@ "air_date": "1999-11-08", "question": "In the 1996 movie \"Kazaam\", he played a genie with a 12-year-old master", "value": "$200", - "answer": "Shaquille O\\'Neal", + "answer": "Shaquille O'Neal", "round": "Double Jeopardy!", "show_number": "3491", "fullAnswer": "Shaquille O\\'Neal" @@ -2059524,7 +1956924,7 @@ "air_date": "1999-11-08", "question": "This jewelry store has added sparkle & pizzazz to NYC since 1853; breakfast, anyone?", "value": "$400", - "answer": "Tiffany\\'s", + "answer": "Tiffany's", "round": "Double Jeopardy!", "show_number": "3491", "fullAnswer": "Tiffany\\'s" @@ -2060184,7 +1957584,7 @@ "air_date": "2003-06-24", "question": "Many of this group's hits featured Peter Noone's vocals backed mainly by studio musicians", "value": "$1200", - "answer": "Herman\\'s Hermits", + "answer": "Herman's Hermits", "round": "Double Jeopardy!", "show_number": "4347", "fullAnswer": "Herman\\'s Hermits" @@ -2060339,16 +1957739,6 @@ "show_number": "5634", "fullAnswer": "Austin Powers" }, - { - "category": "FOODIE TECHNIQUES", - "air_date": "2009-02-19", - "question": "(Kelly of the Clue Crew uses her foodie skillz.) Similar to dicing & from the Latin for \"smallness,\" it's the cutting or chopping into very small pieces", - "value": "$200", - "answer": "mincing", - "round": "Jeopardy!", - "show_number": "5634", - "fullAnswer": "mincing" - }, { "category": "GO DIRECTLY TO YALE", "air_date": "2009-02-19", @@ -2060449,26 +1957839,6 @@ "show_number": "5634", "fullAnswer": "an isthmus" }, - { - "category": "KIDS DON'T REALIZE", - "air_date": "2009-02-19", - "question": "With the character here, this movie brings the honey & the funny, but kids don't know the title is punny", - "value": "$600", - "answer": "Bee Movie", - "round": "Jeopardy!", - "show_number": "5634", - "fullAnswer": "Bee Movie" - }, - { - "category": "FOODIE TECHNIQUES", - "air_date": "2009-02-19", - "question": "(Sarah of the Clue Crew peels an apple with a small knife.) From the Old French for \"prepare\", the name of this small kitchen knife tells us it's ideal for the peeling of fruits & vegetables", - "value": "$600", - "answer": "paring knife", - "round": "Jeopardy!", - "show_number": "5634", - "fullAnswer": "a paring knife" - }, { "category": "GO DIRECTLY TO YALE", "air_date": "2009-02-19", @@ -2060569,26 +1957939,6 @@ "show_number": "5634", "fullAnswer": "meridians" }, - { - "category": "KIDS DON'T REALIZE", - "air_date": "2009-02-19", - "question": "Just try to explain to kids the name of this puppet pal of Mister Rogers is a clever nod to Cervantes", - "value": "$1000", - "answer": "Donkey Hodie", - "round": "Jeopardy!", - "show_number": "5634", - "fullAnswer": "Donkey Hodie" - }, - { - "category": "FOODIE TECHNIQUES", - "air_date": "2009-02-19", - "question": "(Kelly of the Clue Crew cuts an onion in a bowl full of water.) To slice an onion without tears, cut it under water where the allinase enzymes present can't form sulfinic this when reacting with your eyes", - "value": "$1000", - "answer": "acid", - "round": "Jeopardy!", - "show_number": "5634", - "fullAnswer": "acid" - }, { "category": "GO DIRECTLY TO YALE", "air_date": "2009-02-19", @@ -2061094,7 +1958444,7 @@ "air_date": "2008-01-25", "question": "The white stripes on this are likely a symbol of the bandages used in bloodletting many years ago", "value": "$800", - "answer": "barber\\'s pole", + "answer": "barber's pole", "round": "Jeopardy!", "show_number": "5385", "fullAnswer": "a barber\\'s pole" @@ -2061114,7 +1958464,7 @@ "air_date": "2008-01-25", "question": "This frozen-food company's slogan is \"Every dinner should feel this good\"", "value": "$800", - "answer": "Stouffer\\'s", + "answer": "Stouffer's", "round": "Jeopardy!", "show_number": "5385", "fullAnswer": "Stouffer\\'s" @@ -2061149,16 +1958499,6 @@ "show_number": "5385", "fullAnswer": "Moulin Rouge" }, - { - "category": "THE WHITE STRIPES", - "air_date": "2008-01-25", - "question": "This daughter of a crooner didn't do something stupid when she sang the theme to \"You Only Live Twice\"", - "value": "$1000", - "answer": "Nancy Sinatra", - "round": "Jeopardy!", - "show_number": "5385", - "fullAnswer": "Nancy Sinatra" - }, { "category": "MY CHEMICAL ROMANCE", "air_date": "2008-01-25", @@ -2061269,16 +1958609,6 @@ "show_number": "5385", "fullAnswer": "a wishbone" }, - { - "category": "PRESIDENTIAL FACTS", - "air_date": "2008-01-25", - "question": "(Kelly of the Clue Crew delivers the clue from the George H.W. Bush Library in College Station, TX.) George H.W. Bush's Library has the mitt he used as captain of this school's baseball team; he also got a chance to meet Babe Ruth", - "value": "$800", - "answer": "Yale", - "round": "Double Jeopardy!", - "show_number": "5385", - "fullAnswer": "Yale" - }, { "category": "MICHELLE PFEIFFER PFILMS", "air_date": "2008-01-25", @@ -2061389,16 +1958719,6 @@ "show_number": "5385", "fullAnswer": "Stone Mountain" }, - { - "category": "PRESIDENTIAL FACTS", - "air_date": "2008-01-25", - "question": "(Jon of the Clue Crew delivers the clue from the Clinton Libary in Little Rock, AR.) This exhibit, \"The Fight for Power,\" covers the events of this process done to Clinton & only Andrew Johnson before him", - "value": "$1600", - "answer": "impeachment", - "round": "Double Jeopardy!", - "show_number": "5385", - "fullAnswer": "impeachment" - }, { "category": "MICHELLE PFEIFFER PFILMS", "air_date": "2008-01-25", @@ -2061544,7 +1958864,7 @@ "air_date": "2009-11-04", "question": "Set in this decade, Kathryn Stockett's \"The Help\" follows a young woman during the civil rights movement", "value": "$200", - "answer": "\\'60s", + "answer": "'60s", "round": "Jeopardy!", "show_number": "5783", "fullAnswer": "the \\'60s" @@ -2061989,16 +1959309,6 @@ "show_number": "5783", "fullAnswer": "orange" }, - { - "category": "TEEN MOZART", - "air_date": "2009-11-04", - "question": "At 18 Mozart composed his concerto for this instrument", - "value": "$1600", - "answer": "bassoon", - "round": "Double Jeopardy!", - "show_number": "5783", - "fullAnswer": "the bassoon" - }, { "category": "TV SHOWS IN OTHER WORDS", "air_date": "2009-11-04", @@ -2062019,16 +1959329,6 @@ "show_number": "5783", "fullAnswer": "draft laws (or conscription laws)" }, - { - "category": "IT'S A PROCESS", - "air_date": "2009-11-04", - "question": "(Sarah of the Clue Crew shows a microscopic movie on the monitor.) The name of this process comes from the Greek for \"thread\" for the threadlike appearance of chromosomes during cell division", - "value": "$1600", - "answer": "mitosis", - "round": "Double Jeopardy!", - "show_number": "5783", - "fullAnswer": "mitosis" - }, { "category": "GEEK LOVE", "air_date": "2009-11-04", @@ -2062129,16 +1959429,6 @@ "show_number": "5646", "fullAnswer": "Washington, D.C." }, - { - "category": "50 YEARS OF BARBIE", - "air_date": "2009-03-09", - "question": "First names of the 2 celebrity dolls in the Barbie collector series seen here", - "value": "$200", - "answer": "Elvis & Priscilla", - "round": "Jeopardy!", - "show_number": "5646", - "fullAnswer": "Elvis & Priscilla" - }, { "category": "MATERIAL", "air_date": "2009-03-09", @@ -2062229,16 +1959519,6 @@ "show_number": "5646", "fullAnswer": "peas" }, - { - "category": "COMPOUND WORDS", - "air_date": "2009-03-09", - "question": "Get a load of this transport seen here; see how it stacks up", - "value": "$400", - "answer": "forklift", - "round": "Jeopardy!", - "show_number": "5646", - "fullAnswer": "a forklift" - }, { "category": "1961", "air_date": "2009-03-09", @@ -2062249,36 +1959529,6 @@ "show_number": "5646", "fullAnswer": "the Bay of Pigs" }, - { - "category": "50 YEARS OF BARBIE", - "air_date": "2009-03-09", - "question": "Depicted here, Barbie first ran for president in this year; is she inside that lockbox Gore was talking about?", - "value": "$600", - "answer": "2000", - "round": "Jeopardy!", - "show_number": "5646", - "fullAnswer": "2000" - }, - { - "category": "MATERIAL", - "air_date": "2009-03-09", - "question": "(Kelly of the Clue Crew demonstrates an archaic measurement.) An ell was once the length from one shoulder to the fingers of the opposite hand, reflecting the practice of merchants measuring this product", - "value": "$600", - "answer": "cloth", - "round": "Jeopardy!", - "show_number": "5646", - "fullAnswer": "cloth" - }, - { - "category": "IT'S HARD OUT HERE FOR A SHRIMP", - "air_date": "2009-03-09", - "question": "Large or jumbo species of shrimp are often called this; one is seen here", - "value": "$600", - "answer": "prawn", - "round": "Jeopardy!", - "show_number": "5646", - "fullAnswer": "a prawn" - }, { "category": "EDIBLE COMMON BONDS", "air_date": "2009-03-09", @@ -2062369,16 +1959619,6 @@ "show_number": "5646", "fullAnswer": "Rabbit, Run" }, - { - "category": "50 YEARS OF BARBIE", - "air_date": "2009-03-09", - "question": "This creator of Barbie is seen here with her daughter & inspiration Barbara", - "value": "$1000", - "answer": "Ruth Handler", - "round": "Jeopardy!", - "show_number": "5646", - "fullAnswer": "Ruth Handler" - }, { "category": "MATERIAL", "air_date": "2009-03-09", @@ -2062409,16 +1959649,6 @@ "show_number": "5646", "fullAnswer": "pasta" }, - { - "category": "COMPOUND WORDS", - "air_date": "2009-03-09", - "question": "It's the meteorological phenomenon seen here", - "value": "$1000", - "answer": "waterspout", - "round": "Jeopardy!", - "show_number": "5646", - "fullAnswer": "a waterspout" - }, { "category": "SOUTH OF THE EQUATOR", "air_date": "2009-03-09", @@ -2062579,16 +1959809,6 @@ "show_number": "5646", "fullAnswer": "foliage" }, - { - "category": "HIRAM", - "air_date": "2009-03-09", - "question": "Hiram Powers's \"THe Greek Slave\", seen here, caused a sensation in the 1850s, & this woman wrote a sonnet about it", - "value": "$1200", - "answer": "Elizabeth Barrett Browning", - "round": "Double Jeopardy!", - "show_number": "5646", - "fullAnswer": "Elizabeth Barrett Browning" - }, { "category": "FIRE 'EM", "air_date": "2009-03-09", @@ -2062689,16 +1959909,6 @@ "show_number": "5646", "fullAnswer": "A Lesson Before Dying" }, - { - "category": "7-LETTER WORDS", - "air_date": "2009-03-09", - "question": "(Kelly of the Clue Crew displays an equation on the monitor.) If \"a\" is a real number, & \"a\" is not equal to zero, then the equation here demonstrates this property of multiplication", - "value": "$2000", - "answer": "inverse property", - "round": "Double Jeopardy!", - "show_number": "5646", - "fullAnswer": "the inverse property" - }, { "category": "HIRAM", "air_date": "2009-03-09", @@ -2062844,7 +1960054,7 @@ "air_date": "1992-11-13", "question": "The flip side of \"Hound Dog\"; it insists \"I don't want no other love, baby. It's just you I'm thinking of.\"", "value": "$200", - "answer": "Don\\'t Be Cruel", + "answer": "Don't Be Cruel", "round": "Jeopardy!", "show_number": "1885", "fullAnswer": "\"Don\\'t Be Cruel\"" @@ -2063509,16 +1960719,6 @@ "show_number": "5813", "fullAnswer": "Kmart & Wal-Mart" }, - { - "category": "THE 8 DAYS OF HANUKKAH", - "air_date": "2009-12-16", - "question": "On the third day of Hanuakkah, my true love gave to me / This seasonal toy that you see", - "value": "$600", - "answer": "dreidel", - "round": "Jeopardy!", - "show_number": "5813", - "fullAnswer": "a dreidel" - }, { "category": "SPACE", "air_date": "2009-12-16", @@ -2063674,7 +1960874,7 @@ "air_date": "2009-12-16", "question": "Since the 1920s an Indian maiden has represented this brand o'butter", "value": "$400", - "answer": "Land O\\'Lakes", + "answer": "Land O'Lakes", "round": "Double Jeopardy!", "show_number": "5813", "fullAnswer": "Land O\\'Lakes" @@ -2063729,16 +1960929,6 @@ "show_number": "5813", "fullAnswer": "Ronald Reagan" }, - { - "category": "BRAND NAMES", - "air_date": "2009-12-16", - "question": "We don't know the first name of this brand whose logo is seen here", - "value": "$800", - "answer": "Mr. Bubble", - "round": "Double Jeopardy!", - "show_number": "5813", - "fullAnswer": "Mr. Bubble" - }, { "category": "COMPOSE YOURSELF", "air_date": "2009-12-16", @@ -2063754,7 +1960944,7 @@ "air_date": "2009-12-16", "question": "In 1993 this chain put crunchy thin crust on its menus nationwide", "value": "$800", - "answer": "Domino\\'s Pizza", + "answer": "Domino's Pizza", "round": "Double Jeopardy!", "show_number": "5813", "fullAnswer": "Domino\\'s Pizza" @@ -2063809,16 +1960999,6 @@ "show_number": "5813", "fullAnswer": "George Gershwin" }, - { - "category": "\"D.P.\"", - "air_date": "2009-12-16", - "question": "(Kelly of the Clue Crew shows an illusion on the monitor.) Shadows make the images on the left appear convex, & the right seem concave; turning them upside down reverses the effect due to this, the ability to see objects in three dimensions", - "value": "$1200", - "answer": "depth perception", - "round": "Double Jeopardy!", - "show_number": "5813", - "fullAnswer": "depth perception" - }, { "category": "VENICE", "air_date": "2009-12-16", @@ -2063919,16 +1961099,6 @@ "show_number": "5813", "fullAnswer": "Aaron Copland" }, - { - "category": "\"D.P.\"", - "air_date": "2009-12-16", - "question": "It sure looks pleasant enough, but the plant seen here has this satanic name", - "value": "$2000", - "answer": "devil\\'s paintbrush", - "round": "Double Jeopardy!", - "show_number": "5813", - "fullAnswer": "devil\\'s paintbrush" - }, { "category": "1970s BESTSELLERS", "air_date": "2009-12-16", @@ -2064504,7 +1961674,7 @@ "air_date": "2003-02-24", "question": "Hank Morgan, a mechanic from Hartford, is the title character of this Twain work", "value": "$4,000", - "answer": "A Connecticut Yankee in King Arthur\\'s Court", + "answer": "A Connecticut Yankee in King Arthur's Court", "round": "Double Jeopardy!", "show_number": "4261", "fullAnswer": "\"A Connecticut Yankee in King Arthur\\'s Court\"" @@ -2064759,16 +1961929,6 @@ "show_number": "5814", "fullAnswer": "Japanese" }, - { - "category": "IN PLAIN SIGHT", - "air_date": "2009-12-17", - "question": "Parts of this natural wonder seen here are just 10 miles off the shore of northeastern Australia", - "value": "$800", - "answer": "Great Barrier Reef", - "round": "Jeopardy!", - "show_number": "5814", - "fullAnswer": "the Great Barrier Reef" - }, { "category": "THEATRE", "air_date": "2009-12-17", @@ -2064989,16 +1962149,6 @@ "show_number": "5814", "fullAnswer": "lethargic" }, - { - "category": "SCIENCE", - "air_date": "2009-12-17", - "question": "A depiction of this dinosaur of the Cretaceous period is seen here", - "value": "$1600", - "answer": "Triceratops", - "round": "Double Jeopardy!", - "show_number": "5814", - "fullAnswer": "a Triceratops" - }, { "category": "THE FOLKSMEN", "air_date": "2009-12-17", @@ -2065089,16 +1962239,6 @@ "show_number": "5814", "fullAnswer": "J.K. Rowling" }, - { - "category": "\"ARG\"!!!", - "air_date": "2009-12-17", - "question": "It's the item of apparel seen here", - "value": "$2000", - "answer": "cargo pants", - "round": "Double Jeopardy!", - "show_number": "5814", - "fullAnswer": "cargo pants" - }, { "category": "FADS", "air_date": "2009-12-17", @@ -2065389,16 +1962529,6 @@ "show_number": "5962", "fullAnswer": "the Forest Service" }, - { - "category": "LET'S BLOW", - "air_date": "2010-07-13", - "question": "(Sarah of the Clue Crew tries to blow out a candle from a distance, first with her mouth, then a plastic soda bottle.) Blowing out a candle from far away is hard because the blown air disperses, but concentrate the air through a small opening & it creates a whirling mass of air like a tornado called this", - "value": "$1000", - "answer": "vortex", - "round": "Jeopardy!", - "show_number": "5962", - "fullAnswer": "a vortex" - }, { "category": "BOOK WORDS", "air_date": "2010-07-13", @@ -2065464,7 +1962594,7 @@ "air_date": "2010-07-13", "question": "Fresh produce & cheesesteaks are sold at the USA's oldest continuously operating one of these in Penn.", "value": "$400", - "answer": "farmers\\' market", + "answer": "farmers' market", "round": "Double Jeopardy!", "show_number": "5962", "fullAnswer": "a farmers\\' market" @@ -2066924,7 +1964054,7 @@ "air_date": "2001-05-24", "question": "General John Stark coined this 4-word motto about the 1777 Battle of Bennington, in which he led 1,400 N.H. volunteers", "value": null, - "answer": "\\Live Free or Die\\", + "answer": "Live Free or Die", "round": "Final Jeopardy!", "show_number": "3864", "fullAnswer": "\\\"Live Free or Die\\\"" @@ -2067254,7 +1964384,7 @@ "air_date": "1997-07-02", "question": "Nominated by Ronald Reagan as a conservative, she's moved to the center while on the Supreme Court", "value": "$200", - "answer": "Sandra Day O\\'Connor", + "answer": "Sandra Day O'Connor", "round": "Double Jeopardy!", "show_number": "2973", "fullAnswer": "Sandra Day O\\'Connor" @@ -2067789,16 +1964919,6 @@ "show_number": "3095", "fullAnswer": "Jimmy Foxx" }, - { - "category": "OPERA HODEPODGE", - "air_date": "1998-01-30", - "question": "She's the heroine of the Donizetti opera that features the famous sextet heard here:", - "value": "$600", - "answer": "Lucia di Lammermoor", - "round": "Jeopardy!", - "show_number": "3095", - "fullAnswer": "Lucia di Lammermoor" - }, { "category": "PROVERBS", "air_date": "1998-01-30", @@ -2067864,7 +1964984,7 @@ "air_date": "1998-01-30", "question": "Halle Berry was one of the models on \"Living Dolls\", a 1989 spin-off of this Alysssa Milano series", "value": "$200", - "answer": "Who\\'s the Boss?", + "answer": "Who's the Boss?", "round": "Double Jeopardy!", "show_number": "3095", "fullAnswer": "Who\\'s the Boss?" @@ -2067959,16 +1965079,6 @@ "show_number": "3095", "fullAnswer": "Emily Dickinson" }, - { - "category": "TV SPIN-OFFS", - "air_date": "1998-01-30", - "question": "(Hi. I'm Robert Guillaume.) My hit TV series \"Benson\" was a spin-off of this ground-breaking series that debuted in 1977", - "value": "$2,000", - "answer": "Soap", - "round": "Double Jeopardy!", - "show_number": "3095", - "fullAnswer": "Soap" - }, { "category": "IT'S ALL IN YOUR HEAD", "air_date": "1998-01-30", @@ -2067979,16 +1965089,6 @@ "show_number": "3095", "fullAnswer": "the pulp" }, - { - "category": "\"GO\" FOR IT", - "air_date": "1998-01-30", - "question": "Title shared by a 1953 novel & the song heard here:", - "value": "$5,500", - "answer": "Go Tell It On The Mountain", - "round": "Double Jeopardy!", - "show_number": "3095", - "fullAnswer": "\"Go Tell It On The Mountain\"" - }, { "category": "WORLD WAR II", "air_date": "1998-01-30", @@ -2068484,7 +1965584,7 @@ "air_date": "1998-06-11", "question": "He's 7' 1\", 315 pounds & the starting center for the Los Angeles Lakers", "value": "$400", - "answer": "Shaquille O\\'Neal", + "answer": "Shaquille O'Neal", "round": "Double Jeopardy!", "show_number": "3189", "fullAnswer": "Shaquille O\\'Neal" @@ -2068969,16 +1966069,6 @@ "show_number": "3260", "fullAnswer": "gold" }, - { - "category": "SPORTS ON FILM", - "air_date": "1998-11-06", - "question": "Help me help you by naming this 1996 film seen here

\"Booyah, touchdown!, I make millions of catches...\"", - "value": "$400", - "answer": "Jerry Maguire", - "round": "Double Jeopardy!", - "show_number": "3260", - "fullAnswer": "Jerry Maguire" - }, { "category": "THE MAP OF EUROPE", "air_date": "1998-11-06", @@ -2069034,7 +1966124,7 @@ "air_date": "1998-11-06", "question": "In \"A League Of Their Own\", this talk show host played third baseman Doris Murphy", "value": "$600", - "answer": "Rosie O\\' Donnell", + "answer": "Rosie O' Donnell", "round": "Double Jeopardy!", "show_number": "3260", "fullAnswer": "Rosie O\\' Donnell" @@ -2069244,7 +1966334,7 @@ "air_date": "2002-09-19", "question": "The marionette dolls of the members of this band come with strings attached", "value": "$400", - "answer": "\\'N Sync", + "answer": "'N Sync", "round": "Jeopardy!", "show_number": "4149", "fullAnswer": "\\'N Sync" @@ -2069839,16 +1966929,6 @@ "show_number": "968", "fullAnswer": "Shanghaiing" }, - { - "category": "JOLLY \"ROGER\"S", - "air_date": "1988-11-16", - "question": "Singer of the following, a Jolly Roger if we ever heard one:

\"You can't rollerskate in a buffalo herd, can't rollerskate in a buffalo herd...\"", - "value": "$400", - "answer": "Roger Miller", - "round": "Jeopardy!", - "show_number": "968", - "fullAnswer": "Roger Miller" - }, { "category": "PLAYS", "air_date": "1988-11-16", @@ -2069914,7 +1966994,7 @@ "air_date": "1988-11-16", "question": "Richard Chamberlain and Mary Tyler Moore starred in a 1966 musical flop based on this Truman Capote story", "value": "$400", - "answer": "Breakfast at Tiffany\\'s", + "answer": "Breakfast at Tiffany's", "round": "Jeopardy!", "show_number": "968", "fullAnswer": "Breakfast at Tiffany\\'s" @@ -2070544,7 +1967624,7 @@ "air_date": "2000-03-28", "question": "The Baldacchino, a 95' high bronze canopy designed by Bernini, stands in this basilica", "value": "$400", - "answer": "St. Peter\\'s Basilica", + "answer": "St. Peter's Basilica", "round": "Jeopardy!", "show_number": "3592", "fullAnswer": "St. Peter\\'s Basilica" @@ -2070944,7 +1968024,7 @@ "air_date": "2000-03-28", "question": "In 1998 the city of New Orleans gave the title object of this play to the city of San Francisco", "value": null, - "answer": "\\A Streetcar Named Desire\\", + "answer": "A Streetcar Named Desire", "round": "Final Jeopardy!", "show_number": "3592", "fullAnswer": "\\\"A Streetcar Named Desire\\\"" @@ -2071034,7 +1968114,7 @@ "air_date": "2011-12-28", "question": "Later jailed for fraud, Australian Alan Bond became a national hero for financing the 1983 capture of this sailing trophy", "value": "$400", - "answer": "America\\'s Cup", + "answer": "America's Cup", "round": "Jeopardy!", "show_number": "6278", "fullAnswer": "America\\'s Cup" @@ -2071109,16 +1968189,6 @@ "show_number": "6278", "fullAnswer": "Newark" }, - { - "category": "POTPOURRI", - "air_date": "2011-12-28", - "question": "The actress seen here, a star in Hong Kong & then on American TV, goes by this 1-letter last name", - "value": "$600", - "answer": "Q.", - "round": "Jeopardy!", - "show_number": "6278", - "fullAnswer": "Q." - }, { "category": "DOUBLE DOUBLE LETTERS", "air_date": "2011-12-28", @@ -2071129,16 +1968199,6 @@ "show_number": "6278", "fullAnswer": "the bassoon" }, - { - "category": "AROUND THE FARM", - "air_date": "2011-12-28", - "question": "Like the ones seen here, it's a maintained wetland used for farming, especially where rice is grown", - "value": "$800", - "answer": "paddy", - "round": "Jeopardy!", - "show_number": "6278", - "fullAnswer": "a paddy" - }, { "category": "MONSTERS OF ROCK", "air_date": "2011-12-28", @@ -2071294,7 +1968354,7 @@ "air_date": "2011-12-28", "question": "If you separate out these rhyming candies, you'll get about half orange ones, 1/4 brown & 1/4 yellow", "value": "$400", - "answer": "Reese\\'s Pieces", + "answer": "Reese's Pieces", "round": "Double Jeopardy!", "show_number": "6278", "fullAnswer": "Reese\\'s Pieces" @@ -2071424,7 +1968484,7 @@ "air_date": "2011-12-28", "question": "Jim McKay,
1961-1998", "value": "$1600", - "answer": "ABC\\'s Wide World of Sports", + "answer": "ABC's Wide World of Sports", "round": "Double Jeopardy!", "show_number": "6278", "fullAnswer": "ABC\\'s Wide World of Sports" @@ -2071449,16 +1968509,6 @@ "show_number": "6278", "fullAnswer": "Joseph Heller" }, - { - "category": "CENTERS OF POWER", - "air_date": "2011-12-28", - "question": "(Alex reports from aboard the Maid of the Mist at Niagara Falls.) The huge hydroelectric potential of the falls led to a war of inventors; it was only settled when Westinghouse was given the right to build the A.C. generators that were designed & patented by this man", - "value": "$5,000", - "answer": "Tesla", - "round": "Double Jeopardy!", - "show_number": "6278", - "fullAnswer": "Tesla" - }, { "category": "ORANGE YOU HUNGRY?", "air_date": "2011-12-28", @@ -2071669,16 +1968719,6 @@ "show_number": "5369", "fullAnswer": "Nintendo" }, - { - "category": "NATURE STUDY", - "air_date": "2008-01-03", - "question": "(Sarah of the Clue Crew holds a magnifying glass to the underside of a large mushroom in the Jeopardy! lab.) Like fish, mushrooms have these, but in the mushroom they're where the spores are produced", - "value": "$600", - "answer": "gills", - "round": "Jeopardy!", - "show_number": "5369", - "fullAnswer": "gills" - }, { "category": "COUNTRY COOKBOOKS", "air_date": "2008-01-03", @@ -2071789,16 +1968829,6 @@ "show_number": "5369", "fullAnswer": "nickel" }, - { - "category": "NATURE STUDY", - "air_date": "2008-01-03", - "question": "(Jeff Probst delivers the clue from Zhelin Lake in China.) Called the most primal invertebrate in the world, the freshwater peach blossom type of this coelenterate is making a comeback in China's Zhelin Lake", - "value": "$1000", - "answer": "jellyfish", - "round": "Jeopardy!", - "show_number": "5369", - "fullAnswer": "a jellyfish" - }, { "category": "COUNTRY COOKBOOKS", "air_date": "2008-01-03", @@ -2071814,7 +1968844,7 @@ "air_date": "2008-01-03", "question": "Prego pasta sauce is some of the \"good food\" made by this company", "value": "$1000", - "answer": "Campbell\\'s", + "answer": "Campbell's", "round": "Jeopardy!", "show_number": "5369", "fullAnswer": "Campbell\\'s" @@ -2071839,16 +1968869,6 @@ "show_number": "5369", "fullAnswer": "the Bundestag" }, - { - "category": "JUST SAY \"NI\"", - "air_date": "2008-01-03", - "question": "He's the doomed 20th century notable seen here", - "value": "$1000", - "answer": "Nicholas II", - "round": "Jeopardy!", - "show_number": "5369", - "fullAnswer": "Nicholas II" - }, { "category": "LITERATURE", "air_date": "2008-01-03", @@ -2071919,16 +1968939,6 @@ "show_number": "5369", "fullAnswer": "Ichabod Crane" }, - { - "category": "MOVIE CHARACTERS", - "air_date": "2008-01-03", - "question": "(Jimmy of the Clue Crew stands next to a mockup of a speeder bike.) The speeder bike is controlled by these steering vanes, so when this character cuts them with his lightsaber in Endor's woods, it loses control", - "value": "$800", - "answer": "Luke Skywalker", - "round": "Double Jeopardy!", - "show_number": "5369", - "fullAnswer": "Luke Skywalker" - }, { "category": "NOTORIOUS", "air_date": "2008-01-03", @@ -2072039,16 +1969049,6 @@ "show_number": "5369", "fullAnswer": "Oxbow" }, - { - "category": "MOVIE CHARACTERS", - "air_date": "2008-01-03", - "question": "(Hi, my name is Drew Barrymore, and) My character Dylan Sanders kicked serious butt in this 2000 movie & its \"Full Throttle\" sequel", - "value": "$1600", - "answer": "Charlie\\'s Angels", - "round": "Double Jeopardy!", - "show_number": "5369", - "fullAnswer": "Charlie\\'s Angels" - }, { "category": "NOTORIOUS", "air_date": "2008-01-03", @@ -2072334,7 +1969334,7 @@ "air_date": "2004-12-16", "question": "\"Smokestack Lightnin'\" was the biggest hit for this bluesman born Chester Burnett", "value": "$600", - "answer": "Howlin\\' Wolf", + "answer": "Howlin' Wolf", "round": "Jeopardy!", "show_number": "4669", "fullAnswer": "Howlin\\' Wolf" @@ -2072424,7 +1969424,7 @@ "air_date": "2004-12-16", "question": "Gary Grimes starred as Hermie in this \"seasonal\" film about 3 teenagers coming of age during World War II", "value": "$1000", - "answer": "Summer of \\'42", + "answer": "Summer of '42", "round": "Jeopardy!", "show_number": "4669", "fullAnswer": "Summer of \\'42" @@ -2072499,16 +1969499,6 @@ "show_number": "4669", "fullAnswer": "Rhode Island" }, - { - "category": "PLACES", - "air_date": "2004-12-16", - "question": "This island had its own Norman conquest and Roman conquest and Vandal and Saracen", - "value": "$400", - "answer": "Sicily", - "round": "Double Jeopardy!", - "show_number": "4669", - "fullAnswer": "Sicily" - }, { "category": "\"P\"s ON EARTH", "air_date": "2004-12-16", @@ -2072559,16 +1969549,6 @@ "show_number": "4669", "fullAnswer": "the Charleston" }, - { - "category": "PLACES", - "air_date": "2004-12-16", - "question": "Governor Granholm, not shown works in this city", - "value": "$800", - "answer": "Lansing", - "round": "Double Jeopardy!", - "show_number": "4669", - "fullAnswer": "Lansing" - }, { "category": "\"P\"s ON EARTH", "air_date": "2004-12-16", @@ -2072579,16 +1969559,6 @@ "show_number": "4669", "fullAnswer": "Camp Pendleton" }, - { - "category": "WHO-SIERS", - "air_date": "2004-12-16", - "question": "Indianan writer who appears in the photo seen here", - "value": "$1200", - "answer": "Kurt Vonnegut", - "round": "Double Jeopardy!", - "show_number": "4669", - "fullAnswer": "Kurt Vonnegut" - }, { "category": "PIANISTS", "air_date": "2004-12-16", @@ -2072619,16 +1969589,6 @@ "show_number": "4669", "fullAnswer": "Cuba" }, - { - "category": "PLACES", - "air_date": "2004-12-16", - "question": "It's the name of this state, mate", - "value": "$1200", - "answer": "Victoria", - "round": "Double Jeopardy!", - "show_number": "4669", - "fullAnswer": "Victoria" - }, { "category": "\"P\"s ON EARTH", "air_date": "2004-12-16", @@ -2072679,16 +1969639,6 @@ "show_number": "4669", "fullAnswer": "Willa Cather" }, - { - "category": "PLACES", - "air_date": "2004-12-16", - "question": "Until 1966, it was Basutoland", - "value": "$1600", - "answer": "Lesotho", - "round": "Double Jeopardy!", - "show_number": "4669", - "fullAnswer": "Lesotho" - }, { "category": "\"P\"s ON EARTH", "air_date": "2004-12-16", @@ -2072739,16 +1969689,6 @@ "show_number": "4669", "fullAnswer": "Rudyard Kipling" }, - { - "category": "PLACES", - "air_date": "2004-12-16", - "question": "County of cliffs and Celts seen here", - "value": "$2000", - "answer": "Cornwall", - "round": "Double Jeopardy!", - "show_number": "4669", - "fullAnswer": "Cornwall" - }, { "category": "\"P\"s ON EARTH", "air_date": "2004-12-16", @@ -2072869,16 +1969809,6 @@ "show_number": "5013", "fullAnswer": "sap" }, - { - "category": "THE SEA OTTER", - "air_date": "2006-05-31", - "question": "As seen here, the sea otter wraps itself in this \"marine\" material to anchor itself while it rests", - "value": "$400", - "answer": "seaweed ", - "round": "Jeopardy!", - "show_number": "5013", - "fullAnswer": "seaweed (or kelp)" - }, { "category": "HOT \"BUN\"s", "air_date": "2006-05-31", @@ -2073049,16 +1969979,6 @@ "show_number": "5013", "fullAnswer": "serum" }, - { - "category": "THE SEA OTTER", - "air_date": "2006-05-31", - "question": "Sea otters feed on clams, crabs, abalone & these creatures seen here", - "value": "$1000", - "answer": "sea urchins", - "round": "Jeopardy!", - "show_number": "5013", - "fullAnswer": "sea urchins" - }, { "category": "HOT \"BUN\"s", "air_date": "2006-05-31", @@ -2073069,26 +1969989,6 @@ "show_number": "5013", "fullAnswer": "Ned Buntline" }, - { - "category": "PHYSICAL SCIENCE", - "air_date": "2006-05-31", - "question": "(Kelly and Jon of the Clue Crew play with water in a laboratory; Kelly reads.) Run a comb through your hair & hold it here--the water is drawn to the comb because of this accumulation of electrical charge", - "value": "$400", - "answer": "static electricity", - "round": "Double Jeopardy!", - "show_number": "5013", - "fullAnswer": "static electricity" - }, - { - "category": "ALL THAT JAZZ", - "air_date": "2006-05-31", - "question": "The instrument seen here was played by this swingin' bandleader who was at home with classical too", - "value": "$400", - "answer": "Benny Goodman", - "round": "Double Jeopardy!", - "show_number": "5013", - "fullAnswer": "Benny Goodman" - }, { "category": "THAT'S SO CONVENTIONAL!", "air_date": "2006-05-31", @@ -2073179,26 +1970079,6 @@ "show_number": "5013", "fullAnswer": "Hawaii" }, - { - "category": "EMBRACE THE \"ORB\"", - "air_date": "2006-05-31", - "question": "He's the moody crooner heard here

\"You can bet that I've been crying...\"", - "value": "$800", - "answer": "Orbison", - "round": "Double Jeopardy!", - "show_number": "5013", - "fullAnswer": "(Roy) Orbison" - }, - { - "category": "PHYSICAL SCIENCE", - "air_date": "2006-05-31", - "question": "(Jon of the Clue Crew explains the diagrams on the monitor.) For 5 out of 10 carbon-11 atoms to decay into boron-11, it takes 20 minutes, which is this measure for the carbon-11 isotope", - "value": "$5,000", - "answer": "half-life", - "round": "Double Jeopardy!", - "show_number": "5013", - "fullAnswer": "the half-life" - }, { "category": "ALL THAT JAZZ", "air_date": "2006-05-31", @@ -2073309,26 +1970189,6 @@ "show_number": "5013", "fullAnswer": "Gorbachev" }, - { - "category": "PHYSICAL SCIENCE", - "air_date": "2006-05-31", - "question": "(Sarah of the Clue Crew swirls water in a bottle.) I'm creating a small version of this, a mass of fluid in a swirling motion; whirlpools, tornadoes & sunspots are bigger versions", - "value": "$2000", - "answer": "vortex", - "round": "Double Jeopardy!", - "show_number": "5013", - "fullAnswer": "a vortex" - }, - { - "category": "ALL THAT JAZZ", - "air_date": "2006-05-31", - "question": "There's a distinctive left-hand pattern in this style of piano playing, also a word meaning \"walk\"", - "value": "$2000", - "answer": "stride", - "round": "Double Jeopardy!", - "show_number": "5013", - "fullAnswer": "stride" - }, { "category": "THAT'S SO CONVENTIONAL!", "air_date": "2006-05-31", @@ -2073409,16 +1970269,6 @@ "show_number": "4774", "fullAnswer": "a telephone" }, - { - "category": "CNN 25: INTERNATIONAL NEWS", - "air_date": "2005-05-12", - "question": "In 1989, one lone protestor halted a column of tanks as it advanced on this square", - "value": "$200", - "answer": "Tiananmen Square", - "round": "Jeopardy!", - "show_number": "4774", - "fullAnswer": "Tiananmen Square" - }, { "category": "GOVERNMENT & POLITICS", "air_date": "2005-05-12", @@ -2073469,16 +1970319,6 @@ "show_number": "4774", "fullAnswer": "a penny" }, - { - "category": "CNN 25: INTERNATIONAL NEWS", - "air_date": "2005-05-12", - "question": "(Hi, I'm Anderson Cooper of CNN's 360.) In 2002 I reported from this capital that U.S. allies had liberated the previous November", - "value": "$400", - "answer": "Kabul", - "round": "Jeopardy!", - "show_number": "4774", - "fullAnswer": "Kabul" - }, { "category": "GOVERNMENT & POLITICS", "air_date": "2005-05-12", @@ -2073529,16 +1970369,6 @@ "show_number": "4774", "fullAnswer": "walkie-talkies" }, - { - "category": "CNN 25: INTERNATIONAL NEWS", - "air_date": "2005-05-12", - "question": "In 1997, we said \"hello\" to this sheep as CNN reported on her cloning by Scottish scientists", - "value": "$600", - "answer": "Dolly", - "round": "Jeopardy!", - "show_number": "4774", - "fullAnswer": "Dolly" - }, { "category": "GOVERNMENT & POLITICS", "air_date": "2005-05-12", @@ -2073574,7 +1970404,7 @@ "air_date": "2005-05-12", "question": "Mr. & Mrs. Roper", "value": "$800", - "answer": "Three\\'s Company", + "answer": "Three's Company", "round": "Jeopardy!", "show_number": "4774", "fullAnswer": "Three\\'s Company" @@ -2073589,16 +1970419,6 @@ "show_number": "4774", "fullAnswer": "fireflies" }, - { - "category": "CNN 25: INTERNATIONAL NEWS", - "air_date": "2005-05-12", - "question": "Held hostage in Lebanon, this AP correspondant was finally freed in 1991, ending his 7-year ordeal", - "value": "$800", - "answer": "Terry Anderson", - "round": "Jeopardy!", - "show_number": "4774", - "fullAnswer": "Terry Anderson" - }, { "category": "GOVERNMENT & POLITICS", "air_date": "2005-05-12", @@ -2073649,16 +1970469,6 @@ "show_number": "4774", "fullAnswer": "a signalman" }, - { - "category": "CNN 25: INTERNATIONAL NEWS", - "air_date": "2005-05-12", - "question": "Tragically in 1995, more than 200 people died in the country then called this during an outbreak of the Ebola virus", - "value": "$1000", - "answer": "Zaire", - "round": "Jeopardy!", - "show_number": "4774", - "fullAnswer": "Zaire" - }, { "category": "GOVERNMENT & POLITICS", "air_date": "2005-05-12", @@ -2073679,36 +1970489,16 @@ "show_number": "4774", "fullAnswer": "toile (Eliot)" }, - { - "category": "ON THE MAP", - "air_date": "2005-05-12", - "question": "(Jimmy of the Clue Crew delivers from a blackboard.) When shown near Yulin & Hanzhong, the symbol seen here indicates this world landmark", - "value": "$400", - "answer": "Great Wall of China", - "round": "Double Jeopardy!", - "show_number": "4774", - "fullAnswer": "the Great Wall of China" - }, { "category": "TOP 40 MUSICAL CONTRACTIONS", "air_date": "2005-05-12", "question": "\"____ Only Just Begun\"", "value": "$400", - "answer": "We\\'ve", + "answer": "We've", "round": "Double Jeopardy!", "show_number": "4774", "fullAnswer": "We\\'ve" }, - { - "category": "WOMEN PHOTOGRAPHERS", - "air_date": "2005-05-12", - "question": "Imogen Cunningham shocked people with nude photos of her husband on this dormant Cascade Range volcano", - "value": "$400", - "answer": "Mount Rainier", - "round": "Double Jeopardy!", - "show_number": "4774", - "fullAnswer": "Mount Rainier" - }, { "category": "DIDN'T YOU GET YOUR INVITATION?", "air_date": "2005-05-12", @@ -2073754,21 +1970544,11 @@ "air_date": "2005-05-12", "question": "\"____ Stop The Rain\"", "value": "$800", - "answer": "Who\\'ll", + "answer": "Who'll", "round": "Double Jeopardy!", "show_number": "4774", "fullAnswer": "Who\\'ll" }, - { - "category": "WOMEN PHOTOGRAPHERS", - "air_date": "2005-05-12", - "question": "She was hired by the government to photograph displaced Oklahoma farmers during the Depression", - "value": "$800", - "answer": "Dorothea Lange", - "round": "Double Jeopardy!", - "show_number": "4774", - "fullAnswer": "Dorothea Lange" - }, { "category": "DIDN'T YOU GET YOUR INVITATION?", "air_date": "2005-05-12", @@ -2073799,36 +1970579,16 @@ "show_number": "4774", "fullAnswer": "lumbar" }, - { - "category": "ON THE MAP", - "air_date": "2005-05-12", - "question": "(Jimmy of the Clue Crew delivers from behind a globe.) From the Greek for \"beside each other\", it's the geographic term for the line seen here", - "value": "$1200", - "answer": "parallel ", - "round": "Double Jeopardy!", - "show_number": "4774", - "fullAnswer": "a parallel (of latitude)" - }, { "category": "TOP 40 MUSICAL CONTRACTIONS", "air_date": "2005-05-12", "question": "\"____ Too Proud To Beg\"", "value": "$1200", - "answer": "Ain\\'t", + "answer": "Ain't", "round": "Double Jeopardy!", "show_number": "4774", "fullAnswer": "Ain\\'t" }, - { - "category": "WOMEN PHOTOGRAPHERS", - "air_date": "2005-05-12", - "question": "Early morphing technology, as in a 1982 photo by Nancy Burson, combined this U.S. & this Soviet leader", - "value": "$1200", - "answer": "Reagan & Brezhnev", - "round": "Double Jeopardy!", - "show_number": "4774", - "fullAnswer": "Reagan & Brezhnev" - }, { "category": "DIDN'T YOU GET YOUR INVITATION?", "air_date": "2005-05-12", @@ -2073874,31 +1970634,11 @@ "air_date": "2005-05-12", "question": "\"____ Be The Day\"", "value": "$1600", - "answer": "That\\'ll", + "answer": "That'll", "round": "Double Jeopardy!", "show_number": "4774", "fullAnswer": "That\\'ll" }, - { - "category": "WOMEN PHOTOGRAPHERS", - "air_date": "2005-05-12", - "question": "Though she failed her college intro to photography course, her untitled film stills made the grade at MoMA", - "value": "$1600", - "answer": "Cindy Sherman", - "round": "Double Jeopardy!", - "show_number": "4774", - "fullAnswer": "Cindy Sherman" - }, - { - "category": "DIDN'T YOU GET YOUR INVITATION?", - "air_date": "2005-05-12", - "question": "Seen here, New York City, May 24, 1883", - "value": "$1600", - "answer": "opening of the Brooklyn Bridge", - "round": "Double Jeopardy!", - "show_number": "4774", - "fullAnswer": "the opening of the Brooklyn Bridge" - }, { "category": "COMMON BONDS", "air_date": "2005-05-12", @@ -2073919,36 +1970659,16 @@ "show_number": "4774", "fullAnswer": "the sacrum" }, - { - "category": "ON THE MAP", - "air_date": "2005-05-12", - "question": "(Sarah of the Clue Crew delivers from a blackboard.) On a map of the Pacific, the symbol seen here indicates this feature that shares its name with nearby islands", - "value": "$3,000", - "answer": "Marianas Trench", - "round": "Double Jeopardy!", - "show_number": "4774", - "fullAnswer": "the Marianas Trench" - }, { "category": "TOP 40 MUSICAL CONTRACTIONS", "air_date": "2005-05-12", "question": "\"____ Got Time For The Pain\"", "value": "$2000", - "answer": "Haven\\'t", + "answer": "Haven't", "round": "Double Jeopardy!", "show_number": "4774", "fullAnswer": "Haven\\'t" }, - { - "category": "WOMEN PHOTOGRAPHERS", - "air_date": "2005-05-12", - "question": "Berenice Abbott assisted Man Ray before opening her own portrait studio, where she photographed this \"Orphée\" writer", - "value": "$2000", - "answer": "Jean Cocteau", - "round": "Double Jeopardy!", - "show_number": "4774", - "fullAnswer": "Jean Cocteau" - }, { "category": "DIDN'T YOU GET YOUR INVITATION?", "air_date": "2005-05-12", @@ -2074374,7 +1971094,7 @@ "air_date": "2004-01-21", "question": "It's the \"infantile\" name for the tiny white flowers of the genus Gypsophila that florists often add to bouquets", "value": "$800", - "answer": "Baby\\'s Breath", + "answer": "Baby's Breath", "round": "Double Jeopardy!", "show_number": "4463", "fullAnswer": "Baby\\'s Breath" @@ -2074454,7 +1971174,7 @@ "air_date": "2004-01-21", "question": "This \"sweet\" song by Guns N' Roses was a 1988 No. 1 hit", "value": "$1200", - "answer": "Sweet Child O\\' Mine", + "answer": "Sweet Child O' Mine", "round": "Double Jeopardy!", "show_number": "4463", "fullAnswer": "\"Sweet Child O\\' Mine\"" @@ -2074574,7 +1971294,7 @@ "air_date": "2004-01-21", "question": "R.E.M. may have had millennial fears in this song that begins, \"That's great it starts with an earthquake\"", "value": "$2000", - "answer": "It\\'s the End of the World as We Know It", + "answer": "It's the End of the World as We Know It", "round": "Double Jeopardy!", "show_number": "4463", "fullAnswer": "\"It\\'s the End of the World as We Know It\"" @@ -2075084,7 +1971804,7 @@ "air_date": "2009-11-16", "question": "1962:
Tim Conway as Ensign Charles Parker", "value": "$1600", - "answer": "McHale\\'s Navy", + "answer": "McHale's Navy", "round": "Double Jeopardy!", "show_number": "5791", "fullAnswer": "McHale\\'s Navy" @@ -2075189,22 +1971909,12 @@ "show_number": "5791", "fullAnswer": "Frances Perkins" }, - { - "category": "HEART-FELT WORDS", - "air_date": "2009-11-16", - "question": "(Kelly of the Clue Crew shows some leaves on the monitor.) Leaves that are shaped like hearts are referred to by this 7-letter term, a homophone for a word describing a true vertebrate", - "value": "$2000", - "answer": "cordate", - "round": "Double Jeopardy!", - "show_number": "5791", - "fullAnswer": "cordate" - }, { "category": "CLASSIC SONGS FROM MOVIES", "air_date": "2009-11-16", "question": "6-word title of the song that says, \"For the house fell on her head & the coroner pronounced her dead\"", "value": null, - "answer": "\\Ding-Dong! The Witch Is Dead\\", + "answer": "Ding-Dong! The Witch Is Dead", "round": "Final Jeopardy!", "show_number": "5791", "fullAnswer": "\\\"Ding-Dong! The Witch Is Dead\\\"" @@ -2075229,16 +1971939,6 @@ "show_number": "3930", "fullAnswer": "the tube" }, - { - "category": "WORLD SKYLINE TOURS", - "air_date": "2001-10-05", - "question": "This city has been a port since the Roman period", - "value": "$100", - "answer": "London", - "round": "Jeopardy!", - "show_number": "3930", - "fullAnswer": "London" - }, { "category": "THE COMEDY STYLINGS OF...", "air_date": "2001-10-05", @@ -2075289,16 +1971989,6 @@ "show_number": "3930", "fullAnswer": "a bonnet" }, - { - "category": "WORLD SKYLINE TOURS", - "air_date": "2001-10-05", - "question": "This city has one of the world's largest single-span bridges across its harbor", - "value": "$200", - "answer": "Sydney, Australia", - "round": "Jeopardy!", - "show_number": "3930", - "fullAnswer": "Sydney, Australia" - }, { "category": "THE COMEDY STYLINGS OF...", "air_date": "2001-10-05", @@ -2075349,22 +1972039,12 @@ "show_number": "3930", "fullAnswer": "an electrician" }, - { - "category": "WORLD SKYLINE TOURS", - "air_date": "2001-10-05", - "question": "This city was nearly destroyed twice in the 20th century by an earthquake & then by bombing", - "value": "$300", - "answer": "Tokyo", - "round": "Jeopardy!", - "show_number": "3930", - "fullAnswer": "Tokyo" - }, { "category": "THE COMEDY STYLINGS OF...", "air_date": "2001-10-05", "question": "\"In the Year 2000\", according to this host, Kathie Lee will convert & \"annoy the world with her annual Ramadan special\"", "value": "$300", - "answer": "Conan O\\'Brien", + "answer": "Conan O'Brien", "round": "Jeopardy!", "show_number": "3930", "fullAnswer": "Conan O\\'Brien" @@ -2075409,16 +1972089,6 @@ "show_number": "3930", "fullAnswer": "biscuits" }, - { - "category": "WORLD SKYLINE TOURS", - "air_date": "2001-10-05", - "question": "The first mayor of this city led a rebellion against the Canadian governor after being unseated in Parliament", - "value": "$400", - "answer": "Toronto", - "round": "Jeopardy!", - "show_number": "3930", - "fullAnswer": "Toronto" - }, { "category": "THE COMEDY STYLINGS OF...", "air_date": "2001-10-05", @@ -2075469,16 +1972139,6 @@ "show_number": "3930", "fullAnswer": "a surgery" }, - { - "category": "WORLD SKYLINE TOURS", - "air_date": "2001-10-05", - "question": "This South American city's name comes from early explorers who thought the bay was a river", - "value": "$500", - "answer": "Rio de Janeiro", - "round": "Jeopardy!", - "show_number": "3930", - "fullAnswer": "Rio de Janeiro" - }, { "category": "THE COMEDY STYLINGS OF...", "air_date": "2001-10-05", @@ -2075489,16 +1972149,6 @@ "show_number": "3930", "fullAnswer": "George Carlin" }, - { - "category": "MONOTREMES", - "air_date": "2001-10-05", - "question": "(Sarah of the Clue Crew reports from a zoo.) The platypus has a big old beaver-like tail, as opposed to this virtually tailless monotreme", - "value": "$500", - "answer": "echidna", - "round": "Jeopardy!", - "show_number": "3930", - "fullAnswer": "an echidna" - }, { "category": "THAT'S A CRIME!", "air_date": "2001-10-05", @@ -2075509,16 +1972159,6 @@ "show_number": "3930", "fullAnswer": "embezzlement" }, - { - "category": "FRENCH ART & ARTISTS", - "air_date": "2001-10-05", - "question": "The famous Gustave Caillebotte painting seen here depicts this city on a rainy day", - "value": "$200", - "answer": "Paris", - "round": "Double Jeopardy!", - "show_number": "3930", - "fullAnswer": "Paris" - }, { "category": "LAST COMPLETE NOVEL", "air_date": "2001-10-05", @@ -2075564,21 +1972204,11 @@ "air_date": "2001-10-05", "question": "Egyptian boy pharaoh's innards", "value": "$200", - "answer": "Tut\\'s guts", + "answer": "Tut's guts", "round": "Double Jeopardy!", "show_number": "3930", "fullAnswer": "Tut\\'s guts" }, - { - "category": "FRENCH ART & ARTISTS", - "air_date": "2001-10-05", - "question": "Seen here in a self-portrait, Madame Vigee Lebrun was painter to this queen before fleeing France in 1789", - "value": "$400", - "answer": "Marie Antoinette", - "round": "Double Jeopardy!", - "show_number": "3930", - "fullAnswer": "Marie Antoinette" - }, { "category": "LAST COMPLETE NOVEL", "air_date": "2001-10-05", @@ -2075624,21 +1972254,11 @@ "air_date": "2001-10-05", "question": "\"Fiddling\" Roman emperor's admired people", "value": "$400", - "answer": "Nero\\'s heroes", + "answer": "Nero's heroes", "round": "Double Jeopardy!", "show_number": "3930", "fullAnswer": "Nero\\'s heroes" }, - { - "category": "FRENCH ART & ARTISTS", - "air_date": "2001-10-05", - "question": "(The entire Clue Crew lounges about on the grass, picnic-style, with Cheryl reading.) It's what we're having right now, or the title of a scandalous 1863 Manet painting", - "value": "$600", - "answer": "Luncheon on the Grass", - "round": "Double Jeopardy!", - "show_number": "3930", - "fullAnswer": "Luncheon on the Grass" - }, { "category": "LAST COMPLETE NOVEL", "air_date": "2001-10-05", @@ -2075674,21 +1972294,11 @@ "air_date": "2001-10-05", "question": "Carthaginian general's man-eaters", "value": "$600", - "answer": "Hannibal\\'s cannibals", + "answer": "Hannibal's cannibals", "round": "Double Jeopardy!", "show_number": "3930", "fullAnswer": "Hannibal\\'s cannibals" }, - { - "category": "FRENCH ART & ARTISTS", - "air_date": "2001-10-05", - "question": "His 1888 portrait of Ellen Barre, seen here, is much more subdued than his nightlife paintings", - "value": "$800", - "answer": "Toulouse-Lautrec", - "round": "Double Jeopardy!", - "show_number": "3930", - "fullAnswer": "Toulouse-Lautrec" - }, { "category": "LAST COMPLETE NOVEL", "air_date": "2001-10-05", @@ -2075724,21 +1972334,11 @@ "air_date": "2001-10-05", "question": "First Israelite king's gun-totin' girlfriends", "value": "$800", - "answer": "Saul\\'s molls", + "answer": "Saul's molls", "round": "Double Jeopardy!", "show_number": "3930", "fullAnswer": "Saul\\'s molls" }, - { - "category": "FRENCH ART & ARTISTS", - "air_date": "2001-10-05", - "question": "This impressionist painted his wife Camille in a kimono in the 1870s portrait seen here", - "value": "$1000", - "answer": "Monet", - "round": "Double Jeopardy!", - "show_number": "3930", - "fullAnswer": "Monet" - }, { "category": "LAST COMPLETE NOVEL", "air_date": "2001-10-05", @@ -2075774,7 +1972374,7 @@ "air_date": "2001-10-05", "question": "\"Great\" Persian king's parasitic microscopic organisms", "value": "$1000", - "answer": "Cyrus\\'s viruses", + "answer": "Cyrus's viruses", "round": "Double Jeopardy!", "show_number": "3930", "fullAnswer": "Cyrus\\'s viruses" @@ -2075864,7 +1972464,7 @@ "air_date": "2007-09-25", "question": "In this 13th century work, Brutus is described as suffering in the lowest pit of hell", "value": "$400", - "answer": "Dante\\'s Inferno", + "answer": "Dante's Inferno", "round": "Jeopardy!", "show_number": "5297", "fullAnswer": "Dante\\'s Inferno" @@ -2076339,16 +1972939,6 @@ "show_number": "5297", "fullAnswer": "Atticus Finch" }, - { - "category": "COLUMBIA", - "air_date": "2006-11-30", - "question": "Also known for his TV work, he's seen here as Mark Antony in 1953's \"Serpent of the Nile\"", - "value": "$200", - "answer": "Raymond Burr", - "round": "Jeopardy!", - "show_number": "5114", - "fullAnswer": "Raymond Burr" - }, { "category": "CHALLENGER", "air_date": "2006-11-30", @@ -2076429,16 +1973019,6 @@ "show_number": "5114", "fullAnswer": "Captain James Cook" }, - { - "category": "COLUMBIA", - "air_date": "2006-11-30", - "question": "Meg Tilly is seen here in her award-winning performance in this film", - "value": "$600", - "answer": "Agnes of God", - "round": "Jeopardy!", - "show_number": "5114", - "fullAnswer": "Agnes of God" - }, { "category": "CHALLENGER", "air_date": "2006-11-30", @@ -2076519,16 +1973099,6 @@ "show_number": "5114", "fullAnswer": "a glass bottom boat" }, - { - "category": "COLUMBIA", - "air_date": "2006-11-30", - "question": "Here comes Claude Rains as this heavenly being trying to fix a mistake", - "value": "$1000", - "answer": "Mr. Jordan", - "round": "Jeopardy!", - "show_number": "5114", - "fullAnswer": "Mr. Jordan" - }, { "category": "CHALLENGER", "air_date": "2006-11-30", @@ -2076559,16 +1973129,6 @@ "show_number": "5114", "fullAnswer": "Boeing 747" }, - { - "category": "NASSAU", - "air_date": "2006-11-30", - "question": "Nassau's main hospital is named for this royal sister, seen here in the islands in 1955", - "value": "$1000", - "answer": "Princess Margaret", - "round": "Jeopardy!", - "show_number": "5114", - "fullAnswer": "Princess Margaret" - }, { "category": "I LOVE A MOZART OPERA", "air_date": "2006-11-30", @@ -2076589,16 +1973149,6 @@ "show_number": "5114", "fullAnswer": "Brian Wilson" }, - { - "category": "ANIMALS", - "air_date": "2006-11-30", - "question": "(Sarah of the Clue Crew reports from the monkey house.) For extra resonance, howler monkeys have an enlarged structure at the top of this, also known as the trachea", - "value": "$400", - "answer": "windpipe", - "round": "Double Jeopardy!", - "show_number": "5114", - "fullAnswer": "windpipe" - }, { "category": "NAME THAT POPE", "air_date": "2006-11-30", @@ -2076649,16 +1973199,6 @@ "show_number": "5114", "fullAnswer": "Charlie Parker" }, - { - "category": "ANIMALS", - "air_date": "2006-11-30", - "question": "(Kelly of the Clue Crew plays with a kitten.)
It's the two-word term for these animals that reflects their natural cold habitat in the mountains of Asia", - "value": "$800", - "answer": "snow leopard", - "round": "Double Jeopardy!", - "show_number": "5114", - "fullAnswer": "snow leopard" - }, { "category": "NAME THAT POPE", "air_date": "2006-11-30", @@ -2076709,16 +1973249,6 @@ "show_number": "5114", "fullAnswer": "Mick Fleetwood" }, - { - "category": "ANIMALS", - "air_date": "2006-11-30", - "question": "(Sarah of the Clue Crew reports from the shark tank.) Unlike most other fish, sharks don't have bones; their skeleton is made up of this tough, flexible tissue.", - "value": "$1200", - "answer": "cartilage", - "round": "Double Jeopardy!", - "show_number": "5114", - "fullAnswer": "cartilage" - }, { "category": "NAME THAT POPE", "air_date": "2006-11-30", @@ -2076769,16 +1973299,6 @@ "show_number": "5114", "fullAnswer": "Bill Monroe" }, - { - "category": "ANIMALS", - "air_date": "2006-11-30", - "question": "(Cheryl of the Clue Crew reports from the penguin habitat.)
The smallest of all penguins, the little blue is the only one native to this continent where it is sometimes called the fairy penguin", - "value": "$1600", - "answer": "Australia", - "round": "Double Jeopardy!", - "show_number": "5114", - "fullAnswer": "Australia" - }, { "category": "NAME THAT POPE", "air_date": "2006-11-30", @@ -2076829,16 +1973349,6 @@ "show_number": "5114", "fullAnswer": "Keith Carradine" }, - { - "category": "ANIMALS", - "air_date": "2006-11-30", - "question": "(Cheryl of the Clue Crew reports.)
Inside zoos, the aim is to increase the population; outside the zoos, the declining number of orangutans are found only on these two Indonesian islands", - "value": "$2000", - "answer": "Borneo and Sumatra", - "round": "Double Jeopardy!", - "show_number": "5114", - "fullAnswer": "Borneo and Sumatra" - }, { "category": "NAME THAT POPE", "air_date": "2006-11-30", @@ -2076949,22 +1973459,12 @@ "show_number": "5838", "fullAnswer": "on foot" }, - { - "category": "CELEBRITY BLOGS", - "air_date": "2010-01-20", - "question": "He may have rapped \"U Can't Touch This\" but U can read his blog on blogspot.com", - "value": "$400", - "answer": "M.C. Hammer", - "round": "Jeopardy!", - "show_number": "5838", - "fullAnswer": "M.C. Hammer" - }, { "category": "ABBREVIATED MAGAZINES", "air_date": "2010-01-20", "question": "It's been around since 1883:
LHJ", "value": "$400", - "answer": "Ladies\\' Home Journal", + "answer": "Ladies' Home Journal", "round": "Jeopardy!", "show_number": "5838", "fullAnswer": "Ladies\\' Home Journal" @@ -2077059,16 +1973559,6 @@ "show_number": "5838", "fullAnswer": "Rasputin" }, - { - "category": "THE 20th CENTURY", - "air_date": "2010-01-20", - "question": "(Jimmy of the Clue Crew trains with the Navy SEALs of Boat Team 12 in an inflatable boat at the Naval Amphibious Base in Coronado, CA.) Naval special warfare boat teams trace their origins back to the \"Brown Water\" Navy that patrolled rivers during this war", - "value": "$800", - "answer": "Vietnam War", - "round": "Jeopardy!", - "show_number": "5838", - "fullAnswer": "the Vietnam War" - }, { "category": "CELEBRITY BLOGS", "air_date": "2010-01-20", @@ -2077129,16 +1973619,6 @@ "show_number": "5838", "fullAnswer": "Switzerland" }, - { - "category": "CELEBRITY BLOGS", - "air_date": "2010-01-20", - "question": "Go to huffingtonpost.com for the blogging of this \"30 Rock\" Emmy winner", - "value": "$1000", - "answer": "Alec Baldwin", - "round": "Jeopardy!", - "show_number": "5838", - "fullAnswer": "Alec Baldwin" - }, { "category": "ABBREVIATED MAGAZINES", "air_date": "2010-01-20", @@ -2077229,16 +1973709,6 @@ "show_number": "5838", "fullAnswer": "vibrato" }, - { - "category": "WHEEL OF PROVERBS!", - "air_date": "2010-01-20", - "question": "You might want to slow things down

_AST_
MA__S
WAST_
", - "value": "$400", - "answer": "Haste makes waste", - "round": "Double Jeopardy!", - "show_number": "5838", - "fullAnswer": "Haste makes waste" - }, { "category": "SCIENTISTS", "air_date": "2010-01-20", @@ -2077289,16 +1973759,6 @@ "show_number": "5838", "fullAnswer": "an octave" }, - { - "category": "WHEEL OF PROVERBS!", - "air_date": "2010-01-20", - "question": "Come join us--it'll be fun

T__ M_R_
T__
M_RR__R
", - "value": "$800", - "answer": "more the merrier", - "round": "Double Jeopardy!", - "show_number": "5838", - "fullAnswer": "The more the merrier" - }, { "category": "SCIENTISTS", "air_date": "2010-01-20", @@ -2077349,16 +1973809,6 @@ "show_number": "5838", "fullAnswer": "an upbeat" }, - { - "category": "WHEEL OF PROVERBS!", - "air_date": "2010-01-20", - "question": "Don't be a hypocrite, do this

PR_CT_C_
___T ___
PR__C_H
", - "value": "$1200", - "answer": "Practice what you preach", - "round": "Double Jeopardy!", - "show_number": "5838", - "fullAnswer": "Practice what you preach" - }, { "category": "SCIENTISTS", "air_date": "2010-01-20", @@ -2077409,16 +1973859,6 @@ "show_number": "5838", "fullAnswer": "a coda" }, - { - "category": "WHEEL OF PROVERBS!", - "air_date": "2010-01-20", - "question": "We learn by doing

E__ERIE_CE
I_ T_E
_E_T
TE_C_ER
", - "value": "$1600", - "answer": "Experience is the best teacher", - "round": "Double Jeopardy!", - "show_number": "5838", - "fullAnswer": "Experience is the best teacher" - }, { "category": "SCIENTISTS", "air_date": "2010-01-20", @@ -2077469,16 +1973909,6 @@ "show_number": "5838", "fullAnswer": "a fugue" }, - { - "category": "WHEEL OF PROVERBS!", - "air_date": "2010-01-20", - "question": "It's better to know what's coming

F_R_W_R__D
__
F_R__RM_D
", - "value": "$2000", - "answer": "Forewarned is forearmed", - "round": "Double Jeopardy!", - "show_number": "5838", - "fullAnswer": "Forewarned is forearmed" - }, { "category": "CITIES IN ENGLAND", "air_date": "2010-01-20", @@ -2078214,7 +1974644,7 @@ "air_date": "2002-11-05", "question": "In this 2001 film Heath Ledger is a peasant who vows to become a knight by jousting his way to the top", "value": "$600", - "answer": "Knight\\'s Tale", + "answer": "Knight's Tale", "round": "Jeopardy!", "show_number": "4182", "fullAnswer": "A Knight\\'s Tale" @@ -2078634,7 +1975064,7 @@ "air_date": "2002-11-05", "question": "Phrase associated with very dissimilar events of April 19, 1775 & October 3, 1951", "value": null, - "answer": "\\Shot Heard \\'Round the World\\", + "answer": "Shot Heard 'Round the World", "round": "Final Jeopardy!", "show_number": "4182", "fullAnswer": "the \\\"Shot Heard \\'Round the World\\\"" @@ -2078664,7 +1975094,7 @@ "air_date": "2003-06-02", "question": "This L.A. Laker shot 39 free throws in a single game in the 2000 NBA Finals", "value": "$200", - "answer": "Shaquille O\\'Neal", + "answer": "Shaquille O'Neal", "round": "Jeopardy!", "show_number": "4331", "fullAnswer": "Shaquille O\\'Neal" @@ -2079259,16 +1975689,6 @@ "show_number": "5049", "fullAnswer": "Napoleon" }, - { - "category": "LET'S START A CLUB", - "air_date": "2006-07-20", - "question": "(Sarah of the Clue Crew reports from the manufacturing facilities of Ping Hdqtrs in Phoenix, AZ.) At Ping, the first step of making golf irons is injecting hot wax into a mold of this malleable, silver-white metallic element", - "value": "$200", - "answer": "aluminum", - "round": "Jeopardy!", - "show_number": "5049", - "fullAnswer": "aluminum" - }, { "category": "AROUND THE PLAYBOY MANSION", "air_date": "2006-07-20", @@ -2079319,16 +1975739,6 @@ "show_number": "5049", "fullAnswer": "Webster" }, - { - "category": "LET'S START A CLUB", - "air_date": "2006-07-20", - "question": "(Sarah reads from the foundry of Ping Hdqtrs in Phoenix, AZ.) About 10% of clubs that are cast for Ping are for this type of golfer, like Phil Mickelson or Mike Weir", - "value": "$400", - "answer": "left-handed golfer", - "round": "Jeopardy!", - "show_number": "5049", - "fullAnswer": "a left-handed golfer" - }, { "category": "AROUND THE PLAYBOY MANSION", "air_date": "2006-07-20", @@ -2079379,16 +1975789,6 @@ "show_number": "5049", "fullAnswer": "Jackson" }, - { - "category": "LET'S START A CLUB", - "air_date": "2006-07-20", - "question": "(Jimmy of the Clue Crew holds a golf club in the factory of Ping Hdqtrs in Phoenix, AZ.) An undercut in this part of the G5 club is known by a painful dental term & helps make the club more chunk-resistant", - "value": "$600", - "answer": "cavity", - "round": "Jeopardy!", - "show_number": "5049", - "fullAnswer": "a cavity" - }, { "category": "AROUND THE PLAYBOY MANSION", "air_date": "2006-07-20", @@ -2079429,16 +1975829,6 @@ "show_number": "5049", "fullAnswer": "Idaho, ID" }, - { - "category": "LET'S START A CLUB", - "air_date": "2006-07-20", - "question": "(Jimmy of the Clue Crew lets off some steam in the foundry at Ping Hdqtrs in Phoenix, AZ.) One of the final steps is pouring this 2-word, rust-resistant alloy at about 2,975 degrees Fahrenheit to cast it as the club head", - "value": "$800", - "answer": "stainless steel", - "round": "Jeopardy!", - "show_number": "5049", - "fullAnswer": "stainless steel" - }, { "category": "AROUND THE PLAYBOY MANSION", "air_date": "2006-07-20", @@ -2079479,16 +1975869,6 @@ "show_number": "5049", "fullAnswer": "Pennsylvania, PA & Massachusetts, MA" }, - { - "category": "LET'S START A CLUB", - "air_date": "2006-07-20", - "question": "(Sarah of the Clue Crew selects a putter fresh off the factory line at Ping Hdqtrs in Phoenix, AZ.) With a big sweet spot, a Ping putter has high M.O.I., or \"moment of\" this, meaning it doesn't twist much on impact", - "value": "$1000", - "answer": "inertia", - "round": "Jeopardy!", - "show_number": "5049", - "fullAnswer": "inertia" - }, { "category": "AROUND THE PLAYBOY MANSION", "air_date": "2006-07-20", @@ -2080059,16 +1976439,6 @@ "show_number": "5355", "fullAnswer": "sugars" }, - { - "category": "EUROPEAN EXPLORERS", - "air_date": "2007-12-14", - "question": "Seen here is a map of this Florentine's explorations", - "value": "$1000", - "answer": "Vespucci", - "round": "Jeopardy!", - "show_number": "5355", - "fullAnswer": "(Amerigo) Vespucci" - }, { "category": "DOUBLE TALK ROCK", "air_date": "2007-12-14", @@ -2080169,16 +1976539,6 @@ "show_number": "5355", "fullAnswer": "a dollar, a dime, and a penny" }, - { - "category": "LET'S LEARN HEBREW", - "air_date": "2007-12-14", - "question": "(Jon of the Clue Crew shows a Hebrew word on a monitor.) Hebrew is based on 3-letter roots. The equivalent of \"S\", \"D\", \"R\" gives us \"Sidrah\", a Torah reading, \"Siddur\", a prayer book, and this word for a special meal", - "value": "$400", - "answer": "seder", - "round": "Double Jeopardy!", - "show_number": "5355", - "fullAnswer": "seder" - }, { "category": "HEALTH & MEDICINE", "air_date": "2007-12-14", @@ -2080289,16 +1976649,6 @@ "show_number": "5355", "fullAnswer": "King Lear" }, - { - "category": "LET'S LEARN HEBREW", - "air_date": "2007-12-14", - "question": "(Sarah of the Clue Crew gives us a Hebrew lesson.) Hebrew letters can also indicate numbers; the word for 14 is yod-dalet, or 10 + 4; but 15 is 9 + 6 to avoid writing one of the many of these sacred names", - "value": "$1200", - "answer": "names of God", - "round": "Double Jeopardy!", - "show_number": "5355", - "fullAnswer": "the names of God" - }, { "category": "HEALTH & MEDICINE", "air_date": "2007-12-14", @@ -2080389,16 +1976739,6 @@ "show_number": "5355", "fullAnswer": "Ecuador" }, - { - "category": "A SNAKEY CATEGORY", - "air_date": "2007-12-14", - "question": "This lactic critter is an important controller of pests", - "value": "$2000", - "answer": "milk snake", - "round": "Double Jeopardy!", - "show_number": "5355", - "fullAnswer": "the milk snake" - }, { "category": "THESE 3...", "air_date": "2007-12-14", @@ -2080409,16 +1976749,6 @@ "show_number": "5355", "fullAnswer": "Latvia, Lithuania, and Estonia" }, - { - "category": "LET'S LEARN HEBREW", - "air_date": "2007-12-14", - "question": "(Kelly of the Clue Crew gives us a Hebrew lesson.) In Hebrew, prefixes can be used as prepositions; \"reshit\" means \"beginning\", & \"b'reshit\" means this familliar phrase", - "value": "$2,000", - "answer": "in the beginning", - "round": "Double Jeopardy!", - "show_number": "5355", - "fullAnswer": "in the beginning" - }, { "category": "ACADEMY AWARD FIRSTS", "air_date": "2007-12-14", @@ -2081084,7 +1977414,7 @@ "air_date": "2002-12-02", "question": "Abbott & Costello's most famous routine", "value": "$200", - "answer": "Who\\'s on First?", + "answer": "Who's on First?", "round": "Jeopardy!", "show_number": "4201", "fullAnswer": "\"Who\\'s on First?\"" @@ -2081204,7 +1977534,7 @@ "air_date": "2002-12-02", "question": "A biographical dictionary first published in London in 1849", "value": "$600", - "answer": "Who\\'s Who", + "answer": "Who's Who", "round": "Jeopardy!", "show_number": "4201", "fullAnswer": "Who\\'s Who" @@ -2081324,7 +1977654,7 @@ "air_date": "2002-12-02", "question": "Albee play, 1962", "value": "$1000", - "answer": "Who\\'s Afraid of Virginia Woolf?", + "answer": "Who's Afraid of Virginia Woolf?", "round": "Jeopardy!", "show_number": "4201", "fullAnswer": "Who\\'s Afraid of Virginia Woolf?" @@ -2081349,16 +1977679,6 @@ "show_number": "4201", "fullAnswer": "the Coast Guard" }, - { - "category": "CRAFTS", - "air_date": "2002-12-02", - "question": "The umbrellas seen here were crafted from this type of thin paper.", - "value": "$400", - "answer": "rice paper", - "round": "Double Jeopardy!", - "show_number": "4201", - "fullAnswer": "rice paper" - }, { "category": "SODOM & GOMORRAH", "air_date": "2002-12-02", @@ -2081439,16 +1977759,6 @@ "show_number": "4201", "fullAnswer": "FDR" }, - { - "category": "FLOWERS", - "air_date": "2002-12-02", - "question": "Seen here, its name is from the Greek for \"golden flower\"", - "value": "$800", - "answer": "chrysanthemum", - "round": "Double Jeopardy!", - "show_number": "4201", - "fullAnswer": "chrysanthemum" - }, { "category": "4-LETTER WORDS", "air_date": "2002-12-02", @@ -2081469,16 +1977779,6 @@ "show_number": "4201", "fullAnswer": "Rhode Island" }, - { - "category": "CRAFTS", - "air_date": "2002-12-02", - "question": "(Sofia is the craftiest member of the Clue Crew.) In weaving on a loom, the transverse threads are the \"woof\", & the longitudinal ones are this", - "value": "$1200", - "answer": "warp", - "round": "Double Jeopardy!", - "show_number": "4201", - "fullAnswer": "the warp" - }, { "category": "SODOM & GOMORRAH", "air_date": "2002-12-02", @@ -2081559,16 +1977859,6 @@ "show_number": "4201", "fullAnswer": "Eisenhower" }, - { - "category": "FLOWERS", - "air_date": "2002-12-02", - "question": "These are sometimes known as \"crane flowers\"", - "value": "$3,500", - "answer": "birds of paradise", - "round": "Double Jeopardy!", - "show_number": "4201", - "fullAnswer": "birds of paradise" - }, { "category": "4-LETTER WORDS", "air_date": "2002-12-02", @@ -2081644,7 +1977934,7 @@ "air_date": "2002-12-02", "question": "These 2 men, both christened Paul, made news when they visited Africa together in May 2002", "value": null, - "answer": "Bono & Treasury Secretary Paul O\\'Neill", + "answer": "Bono & Treasury Secretary Paul O'Neill", "round": "Final Jeopardy!", "show_number": "4201", "fullAnswer": "Bono & Treasury Secretary Paul O\\'Neill" @@ -2082084,7 +1978374,7 @@ "air_date": "1999-10-26", "question": "He played movie star & TV guest star Alan Swann in 1982's \"My Favorite Year\"", "value": "$600", - "answer": "Peter O\\'Toole", + "answer": "Peter O'Toole", "round": "Double Jeopardy!", "show_number": "3482", "fullAnswer": "Peter O\\'Toole" @@ -2082609,16 +1978899,6 @@ "show_number": "5710", "fullAnswer": "Earth" }, - { - "category": "A GLASS OF PORT", - "air_date": "2009-06-05", - "question": "(Jon of the Clue Crew presents from a Sandeman Winery cellar in Portugal.) Grape brandy is added to port halfway through the fermentation process; that's what makes it this type of wine", - "value": "$400", - "answer": "fortified wine", - "round": "Double Jeopardy!", - "show_number": "5710", - "fullAnswer": "fortified wine" - }, { "category": "WORLD CAPITALS", "air_date": "2009-06-05", @@ -2082634,7 +1978914,7 @@ "air_date": "2009-06-05", "question": "I remember Bob Crane outwitting Werner Klemperer on this show every week from 1965 to 1971", "value": "$800", - "answer": "Hogan\\'s Heroes", + "answer": "Hogan's Heroes", "round": "Double Jeopardy!", "show_number": "5710", "fullAnswer": "Hogan\\'s Heroes" @@ -2082719,16 +1978999,6 @@ "show_number": "5710", "fullAnswer": "Brown" }, - { - "category": "A GLASS OF PORT", - "air_date": "2009-06-05", - "question": "(Jon of the Clue Crew presents from a Sandeman Winery cellar in Portugal.) Vintage port continues to age in the bottle, while this type of port, whose name refers to its brownish color, ages in wooden barrels", - "value": "$1,000", - "answer": "tawny", - "round": "Double Jeopardy!", - "show_number": "5710", - "fullAnswer": "tawny" - }, { "category": "WORLD CAPITALS", "air_date": "2009-06-05", @@ -2083129,16 +1979399,6 @@ "show_number": "4621", "fullAnswer": "Ecclesiastes" }, - { - "category": "THE ADLER PLANETARIUM", - "air_date": "2004-10-11", - "question": "(Sarah of the Clue Crew stands outside the dome of the Adler Planetarium in Chicago.) Weighing over a half ton, this visitor probably broke off from an asteroid before reaching earth 50,000 years ago", - "value": "$400", - "answer": "meteorite", - "round": "Double Jeopardy!", - "show_number": "4621", - "fullAnswer": "a meteorite" - }, { "category": "I NEED BACKUP", "air_date": "2004-10-11", @@ -2083209,16 +1979469,6 @@ "show_number": "4621", "fullAnswer": "David Bowie" }, - { - "category": "TENNESSEE", - "air_date": "2004-10-11", - "question": "(This is Alison Krauss.) In 1993 I joined the cast of this Nashville institution & was its youngest member at that time", - "value": "$800", - "answer": "Grand Ole Opry", - "round": "Double Jeopardy!", - "show_number": "4621", - "fullAnswer": "the Grand Ole Opry" - }, { "category": "FOOD HISTORY", "air_date": "2004-10-11", @@ -2083249,16 +1979499,6 @@ "show_number": "4621", "fullAnswer": "a ragout" }, - { - "category": "THE ADLER PLANETARIUM", - "air_date": "2004-10-11", - "question": "(Sarah of the Clue Crew stands outside the dome of the Adler Planetarium in Chicago.) The first modern planetarium in the Western Hemisphere, the Adler, opened in 1930, about the time of this planet's discovery", - "value": "$1200", - "answer": "Pluto", - "round": "Double Jeopardy!", - "show_number": "4621", - "fullAnswer": "Pluto" - }, { "category": "I NEED BACKUP", "air_date": "2004-10-11", @@ -2083369,16 +1979609,6 @@ "show_number": "4621", "fullAnswer": "Scout Finch" }, - { - "category": "THE ADLER PLANETARIUM", - "air_date": "2004-10-11", - "question": "(Cheryl of the Clue Crew stands behind a large metal cylinder in the Adler Plantarium in Chicago.) This telescope was made by William Herschel and may be the actual one he used to discover this planet in 1781", - "value": "$2000", - "answer": "Uranus", - "round": "Double Jeopardy!", - "show_number": "4621", - "fullAnswer": "Uranus" - }, { "category": "I NEED BACKUP", "air_date": "2004-10-11", @@ -2083549,16 +1979779,6 @@ "show_number": "5103", "fullAnswer": "a mimosa" }, - { - "category": "HEY, WHERE'D YOU \"GO\"?", - "air_date": "2006-11-15", - "question": "It's the type of dog seen here", - "value": "$400", - "answer": "golden retriever", - "round": "Jeopardy!", - "show_number": "5103", - "fullAnswer": "a golden retriever" - }, { "category": "CROSSING JORDAN", "air_date": "2006-11-15", @@ -2083784,7 +1980004,7 @@ "air_date": "2006-11-15", "question": "On a Manhattan morning, Audrey Hepburn admires the gems in a shop window while eating a roll in this film's opening", "value": "$1,000", - "answer": "Breakfast at Tiffany\\'s", + "answer": "Breakfast at Tiffany's", "round": "Double Jeopardy!", "show_number": "5103", "fullAnswer": "Breakfast at Tiffany\\'s" @@ -2083869,16 +1980089,6 @@ "show_number": "5103", "fullAnswer": "Napoleon" }, - { - "category": "THE SOPRANOS", - "air_date": "2006-11-15", - "question": "Maria Jeritza must have been lovely to have Strauss write the role of this Beauty of Troy for her--see for yourself", - "value": "$1600", - "answer": "Helen ", - "round": "Double Jeopardy!", - "show_number": "5103", - "fullAnswer": "Helen (of Troy)" - }, { "category": "NEW YORK IN THE MOVIES", "air_date": "2006-11-15", @@ -2084849,16 +1981059,6 @@ "show_number": "2993", "fullAnswer": "Jim" }, - { - "category": "BAY WATCHING", - "air_date": "1997-09-10", - "question": "(Hello, I'm Donna D'Errico.) A glacier named for this American naturalist who sighted it in 1879 flows into Glacier Bay, Alaska", - "value": "$500", - "answer": "John Muir", - "round": "Jeopardy!", - "show_number": "2993", - "fullAnswer": "John Muir" - }, { "category": "THEM'S FIGHTIN' WORDS", "air_date": "1997-09-10", @@ -2085739,16 +1981939,6 @@ "show_number": "5370", "fullAnswer": "Dick Cheney" }, - { - "category": "KEN BURNS DOCUMENTARIES", - "air_date": "2008-01-04", - "question": "(Ken Burns opens the category for us.) On January 8, 2001 the series \"Jazz\" premiered with a look at this birthplace of jazz, the USA's most cosmopolitan city at the turn of the 20th century", - "value": "$200", - "answer": "New Orleans", - "round": "Jeopardy!", - "show_number": "5370", - "fullAnswer": "New Orleans" - }, { "category": "NOTHING SPECIFIC", "air_date": "2008-01-04", @@ -2085799,16 +1981989,6 @@ "show_number": "5370", "fullAnswer": "the Discovery (or the Atlantis)" }, - { - "category": "KEN BURNS DOCUMENTARIES", - "air_date": "2008-01-04", - "question": "(Ken delivers the clue once more.) I made a film on this architect who claimed that his Guggenheim would make the nearby Metropolitan Museum look like a Protestant barn", - "value": "$400", - "answer": "Wright", - "round": "Jeopardy!", - "show_number": "5370", - "fullAnswer": "(Frank Lloyd) Wright" - }, { "category": "NOTHING SPECIFIC", "air_date": "2008-01-04", @@ -2085859,16 +1982039,6 @@ "show_number": "5370", "fullAnswer": "Mao" }, - { - "category": "KEN BURNS DOCUMENTARIES", - "air_date": "2008-01-04", - "question": "(Ken shows another one for us.) In films like \"The Civil War\", the use of archival records & photos is what I call \"emotional\" this science, because it unearths the heart of our national experience", - "value": "$600", - "answer": "archaeology", - "round": "Jeopardy!", - "show_number": "5370", - "fullAnswer": "archaeology" - }, { "category": "NOTHING SPECIFIC", "air_date": "2008-01-04", @@ -2085919,16 +1982089,6 @@ "show_number": "5370", "fullAnswer": "Gerald Ford" }, - { - "category": "KEN BURNS DOCUMENTARIES", - "air_date": "2008-01-04", - "question": "(Ken trudges through this next clue.) In \"The War\", my documentary about World War II, soldiers tell the harrowing story of this German offensive that took place in the frozen Ardennes forest", - "value": "$800", - "answer": "Battle of the Bulge", - "round": "Jeopardy!", - "show_number": "5370", - "fullAnswer": "the Battle of the Bulge" - }, { "category": "NOTHING SPECIFIC", "air_date": "2008-01-04", @@ -2085979,16 +1982139,6 @@ "show_number": "5370", "fullAnswer": "(Zinedine) Zidane" }, - { - "category": "KEN BURNS DOCUMENTARIES", - "air_date": "2008-01-04", - "question": "(Ken finishes off the category.) My film \"Unforgivable Blackness\" chronicles the rise & fall of this champion who fought for freedom, & not just with his fists", - "value": "$1000", - "answer": "Jack Johnson", - "round": "Jeopardy!", - "show_number": "5370", - "fullAnswer": "Jack Johnson" - }, { "category": "NOTHING SPECIFIC", "air_date": "2008-01-04", @@ -2086139,26 +1982289,6 @@ "show_number": "5370", "fullAnswer": "Archives" }, - { - "category": "FAMILIAR PHRASES", - "air_date": "2008-01-04", - "question": "(Hi, I'm Jane Kaczmarek.) My husband & I founded a charity that auctions off designer outfits to benefit kids; naturally, it's called these \"Off Our Back\"", - "value": "$800", - "answer": "Clothes", - "round": "Double Jeopardy!", - "show_number": "5370", - "fullAnswer": "The Clothes" - }, - { - "category": "GEOMETRY", - "air_date": "2008-01-04", - "question": "(Jon of the Clue Crew shows a diagram on the monitor.) You can see why the term for this type of triangle comes from the Greek for \"with equal legs\"", - "value": "$2,000", - "answer": "isosceles triangle", - "round": "Double Jeopardy!", - "show_number": "5370", - "fullAnswer": "an isosceles triangle" - }, { "category": "KEEPING UP WITH THE JONES", "air_date": "2008-01-04", @@ -2086269,16 +1982399,6 @@ "show_number": "5370", "fullAnswer": "paddle your own canoe" }, - { - "category": "GEOMETRY", - "air_date": "2008-01-04", - "question": "(Sarah of the Clue Crew shows a diagram on the monitor.) A pair of angles that add together to make a right angle are known as this type of angle", - "value": "$2000", - "answer": "complementary", - "round": "Double Jeopardy!", - "show_number": "5370", - "fullAnswer": "complementary" - }, { "category": "KEEPING UP WITH THE JONES", "air_date": "2008-01-04", @@ -2086314,7 +1982434,7 @@ "air_date": "2008-01-04", "question": "Clicking on this alliterative link, you find out how the faithful can make their offerings via cash or credit card", "value": "$2000", - "answer": "Peter\\'s Pence", + "answer": "Peter's Pence", "round": "Double Jeopardy!", "show_number": "5370", "fullAnswer": "Peter\\'s Pence" @@ -2086379,16 +1982499,6 @@ "show_number": "5244", "fullAnswer": "I think, therefore I am" }, - { - "category": "BEFORE", - "air_date": "2007-05-31", - "question": "Before moving to late night, this man hosted the game show \"Earn Your Vacation\"", - "value": "$200", - "answer": "Johnny Carson", - "round": "Jeopardy!", - "show_number": "5244", - "fullAnswer": "Johnny Carson" - }, { "category": "THE HORSE", "air_date": "2007-05-31", @@ -2086399,16 +1982509,6 @@ "show_number": "5244", "fullAnswer": "ponies" }, - { - "category": "AMERICANA", - "air_date": "2007-05-31", - "question": "Company whose symbol is seen here", - "value": "$400", - "answer": "American Airlines", - "round": "Jeopardy!", - "show_number": "5244", - "fullAnswer": "American Airlines" - }, { "category": "RHYME WAVE", "air_date": "2007-05-31", @@ -2086439,16 +1982539,6 @@ "show_number": "5244", "fullAnswer": "the Netherlands" }, - { - "category": "BEFORE", - "air_date": "2007-05-31", - "question": "Before Kenny G and Wynton Marsalis there was this swinging guy seen here", - "value": "$400", - "answer": "Benny Goodman", - "round": "Jeopardy!", - "show_number": "5244", - "fullAnswer": "Benny Goodman" - }, { "category": "THE HORSE", "air_date": "2007-05-31", @@ -2086499,16 +1982589,6 @@ "show_number": "5244", "fullAnswer": "Galileo" }, - { - "category": "BEFORE", - "air_date": "2007-05-31", - "question": "Before Raquel Welch and Marilyn Monroe there was this platinum star of classics like \"Dinner at Eight\" & \"Bombshell\"", - "value": "$600", - "answer": "Jean Harlow", - "round": "Jeopardy!", - "show_number": "5244", - "fullAnswer": "Jean Harlow" - }, { "category": "THE HORSE", "air_date": "2007-05-31", @@ -2086519,26 +1982599,6 @@ "show_number": "5244", "fullAnswer": "a quarterhorse" }, - { - "category": "AMERICANA", - "air_date": "2007-05-31", - "question": "(I'm master carpenter Norm Abram.) The 1st old house we renovated was a run-down Victorian in the Dorchester section of this city", - "value": "$800", - "answer": "Boston", - "round": "Jeopardy!", - "show_number": "5244", - "fullAnswer": "Boston" - }, - { - "category": "RHYME WAVE", - "air_date": "2007-05-31", - "question": "(Kelly of the Clue Crew shows an architectural plan on the monitor.) Leading from the entry to the altar, it's this section of a church that's flanked by the aisles", - "value": "$800", - "answer": "nave", - "round": "Jeopardy!", - "show_number": "5244", - "fullAnswer": "nave" - }, { "category": "PUDDING", "air_date": "2007-05-31", @@ -2086559,26 +1982619,6 @@ "show_number": "5244", "fullAnswer": "geometry" }, - { - "category": "BEFORE", - "air_date": "2007-05-31", - "question": "Before Hulk Hogan and Andre the Giant, there was this handsome lord of the ring", - "value": "$800", - "answer": "Gorgeous George", - "round": "Jeopardy!", - "show_number": "5244", - "fullAnswer": "Gorgeous George" - }, - { - "category": "THE HORSE", - "air_date": "2007-05-31", - "question": "This horse breed seen here shares its name from the peninsula from which it hails", - "value": "$800", - "answer": "Arabian", - "round": "Jeopardy!", - "show_number": "5244", - "fullAnswer": "Arabian" - }, { "category": "AMERICANA", "air_date": "2007-05-31", @@ -2086619,16 +1982659,6 @@ "show_number": "5244", "fullAnswer": "Sweden" }, - { - "category": "BEFORE", - "air_date": "2007-05-31", - "question": "Long before Olivier & Brando there was this man, brother to an assassin", - "value": "$1000", - "answer": "Edwin Booth", - "round": "Jeopardy!", - "show_number": "5244", - "fullAnswer": "Edwin Booth" - }, { "category": "THE HORSE", "air_date": "2007-05-31", @@ -2086929,16 +1982959,6 @@ "show_number": "5244", "fullAnswer": "Zuckerman" }, - { - "category": "GIVE ME AN \"A\"", - "air_date": "2007-05-31", - "question": "(Cheryl of the Clue Crew shows a triangle on the monitor.) In a triangle, a line extending from the vertex to the opposite side or base, creating a right angle, is called this", - "value": "$2000", - "answer": "altitude", - "round": "Double Jeopardy!", - "show_number": "5244", - "fullAnswer": "the altitude" - }, { "category": "ACTRESSES", "air_date": "2007-05-31", @@ -2087089,16 +1983109,6 @@ "show_number": "4863", "fullAnswer": "(Henry) Blake" }, - { - "category": "THE HOME SPA", - "air_date": "2005-11-02", - "question": "(Cheryl of the Clue Crew sticks her hand in a tub of wax inside a home spa.) At home, you can treat your hands to a warm coating of this wax that's also the main ingredient in candles", - "value": "$600", - "answer": "paraffin", - "round": "Jeopardy!", - "show_number": "4863", - "fullAnswer": "paraffin" - }, { "category": "INSTANT MESSAGING SHORTHAND", "air_date": "2005-11-02", @@ -2087209,16 +1983219,6 @@ "show_number": "4863", "fullAnswer": "Six Feet Under" }, - { - "category": "THE HOME SPA", - "air_date": "2005-11-02", - "question": "(Cheryl of the Clue Crew wipes some oil on her hand in a home spa.) Oil from this shrub with a Spanish name makes a good moisturizer; it's similar to our natural skin oil", - "value": "$1000", - "answer": "jojoba", - "round": "Jeopardy!", - "show_number": "4863", - "fullAnswer": "jojoba" - }, { "category": "INSTANT MESSAGING SHORTHAND", "air_date": "2005-11-02", @@ -2087369,16 +1983369,6 @@ "show_number": "4863", "fullAnswer": "Duke of Earl Scheib" }, - { - "category": "18th CENTURY BRITAIN", - "air_date": "2005-11-02", - "question": "Born in 1778, he must have picked up some dandy habits at Eaton, as he went on to be quite the fashion authority", - "value": "$1200", - "answer": "Beau Brummell", - "round": "Double Jeopardy!", - "show_number": "4863", - "fullAnswer": "Beau Brummell" - }, { "category": "SONGS FROM MUSICALS", "air_date": "2005-11-02", @@ -2087874,7 +1983864,7 @@ "air_date": "1997-09-08", "question": "On May 19, 1927 this famous theater on Hollywood Boulevard opened with a showing of \"King of Kings\"", "value": "$200", - "answer": "Grauman\\'s Chinese Theater", + "answer": "Grauman's Chinese Theater", "round": "Double Jeopardy!", "show_number": "2991", "fullAnswer": "Grauman\\'s Chinese Theater" @@ -2088024,7 +1984014,7 @@ "air_date": "1997-09-08", "question": "Begun by Frederick the Great's invasion of Saxony, it lasted from 1756 to 1763", "value": "$800", - "answer": "Seven Years\\' War", + "answer": "Seven Years' War", "round": "Double Jeopardy!", "show_number": "2991", "fullAnswer": "Seven Years\\' War" @@ -2088734,7 +1984724,7 @@ "air_date": "1999-01-08", "question": "As Hannibal Lecter could tell you, the Acherontia Atropos is this scary moth", "value": "$1000", - "answer": "Death\\'s head hawk moth", + "answer": "Death's head hawk moth", "round": "Double Jeopardy!", "show_number": "3305", "fullAnswer": "Death\\'s head hawk moth" @@ -2088869,16 +1984859,6 @@ "show_number": "6043", "fullAnswer": "the dead" }, - { - "category": "ART", - "air_date": "2010-12-15", - "question": "Her dominant motifs, the animal bones & landscape of the Southwest, are seen here", - "value": "$600", - "answer": "Georgia O\\'Keeffe", - "round": "Jeopardy!", - "show_number": "6043", - "fullAnswer": "Georgia O\\'Keeffe" - }, { "category": "ONE FACT AMONG THE FALSE GOSSIP", "air_date": "2010-12-15", @@ -2088894,7 +1984874,7 @@ "air_date": "2010-12-15", "question": "Take a break from shopping & head to the food court for \"sbaghetti\" from this franchise that started as a Brooklyn grocery", "value": "$600", - "answer": "Sbarro\\'s", + "answer": "Sbarro's", "round": "Jeopardy!", "show_number": "6043", "fullAnswer": "Sbarro\\'s" @@ -2088949,16 +1984929,6 @@ "show_number": "6043", "fullAnswer": "Judi Dench" }, - { - "category": "MALL-EDGE", - "air_date": "2010-12-15", - "question": "It's crystal clear that this store uses the logo seen here", - "value": "$800", - "answer": "Swarovski", - "round": "Jeopardy!", - "show_number": "6043", - "fullAnswer": "Swarovski" - }, { "category": "THE CITY'S MAYOR", "air_date": "2010-12-15", @@ -2089089,16 +1985059,6 @@ "show_number": "6043", "fullAnswer": "red beans" }, - { - "category": "LET'S GET SMALL", - "air_date": "2010-12-15", - "question": "(Jimmy of the Clue Crew presents the clue on a monitor.) Round, rod-like, and spiral are the three main shapes of these organisms", - "value": "$400", - "answer": "bacteria", - "round": "Double Jeopardy!", - "show_number": "6043", - "fullAnswer": "bacteria" - }, { "category": "MANDARIN CHINESE", "air_date": "2010-12-15", @@ -2089124,7 +1985084,7 @@ "air_date": "2010-12-15", "question": "In Marty Robbins' \"El Paso\", the \"music would play and Felina would whirl\" in her cantina", "value": "$800", - "answer": "Rosa\\'s Cantina", + "answer": "Rosa's Cantina", "round": "Double Jeopardy!", "show_number": "6043", "fullAnswer": "Rosa\\'s Cantina" @@ -2089139,16 +1985099,6 @@ "show_number": "6043", "fullAnswer": "(Robert) Frost" }, - { - "category": "COLORFUL FOODS", - "air_date": "2010-12-15", - "question": "You couldn't get a better example of a certain light-orange color than this", - "value": "$800", - "answer": "salmon", - "round": "Double Jeopardy!", - "show_number": "6043", - "fullAnswer": "salmon" - }, { "category": "LET'S GET SMALL", "air_date": "2010-12-15", @@ -2089209,16 +1985159,6 @@ "show_number": "6043", "fullAnswer": "bleu cheese" }, - { - "category": "LET'S GET SMALL", - "air_date": "2010-12-15", - "question": "These asexual reproductive cells can be used to identify different types of molds", - "value": "$1200", - "answer": "spores", - "round": "Double Jeopardy!", - "show_number": "6043", - "fullAnswer": "spores" - }, { "category": "MANDARIN CHINESE", "air_date": "2010-12-15", @@ -2089249,16 +1985189,6 @@ "show_number": "6043", "fullAnswer": "Annabel Lee" }, - { - "category": "COLORFUL FOODS", - "air_date": "2010-12-15", - "question": "This variety of kale has a color in its two-word name", - "value": "$1600", - "answer": "collard greens", - "round": "Double Jeopardy!", - "show_number": "6043", - "fullAnswer": "collard greens" - }, { "category": "LET'S GET SMALL", "air_date": "2010-12-15", @@ -2089319,16 +1985249,6 @@ "show_number": "6043", "fullAnswer": "yellowfin" }, - { - "category": "LET'S GET SMALL", - "air_date": "2010-12-15", - "question": "From the Greek for oblong, this protozoan is only one cell big, but ten letters long", - "value": "$2000", - "answer": "paramecium", - "round": "Double Jeopardy!", - "show_number": "6043", - "fullAnswer": "a paramecium" - }, { "category": "MANDARIN CHINESE", "air_date": "2010-12-15", @@ -2089409,16 +1985329,6 @@ "show_number": "5606", "fullAnswer": "\"Meter Maid\"" }, - { - "category": "THE LOUVRE", - "air_date": "2009-01-12", - "question": "This man undertook the sculpture seen here for the tomb of Pope Julius II", - "value": "$400", - "answer": "Michelangelo", - "round": "Jeopardy!", - "show_number": "5606", - "fullAnswer": "Michelangelo" - }, { "category": "EARN, BABY, EARN", "air_date": "2009-01-12", @@ -2089439,16 +1985349,6 @@ "show_number": "5606", "fullAnswer": "a Bible" }, - { - "category": "DAIRY PRODUCTS", - "air_date": "2009-01-12", - "question": "(Jimmy of the Clue Crew reports from the Babcock Hall dairy plant at the University of Wisconsin-Madison.) This product that's 80% milk fat typically takes 24 hours to make as the globules of fat are broken down so the fat will coagulate", - "value": "$400", - "answer": "butter", - "round": "Jeopardy!", - "show_number": "5606", - "fullAnswer": "butter" - }, { "category": "SHOW ME YOUR PENINSULA!", "air_date": "2009-01-12", @@ -2089559,16 +1985459,6 @@ "show_number": "5606", "fullAnswer": "arsenic" }, - { - "category": "DAIRY PRODUCTS", - "air_date": "2009-01-12", - "question": "(Jimmy of the Clue Crew reports from the Babcock Hall dairy plant at the University of Wisconsin-Madison.) This process requires higher temperatures for products with more sugar & fat; for chocolate milk, it's 180 degrees, compared to 162 for milk", - "value": "$800", - "answer": "pasteurization", - "round": "Jeopardy!", - "show_number": "5606", - "fullAnswer": "pasteurization" - }, { "category": "SHOW ME YOUR PENINSULA!", "air_date": "2009-01-12", @@ -2089749,16 +1985639,6 @@ "show_number": "5606", "fullAnswer": "a red supergiant" }, - { - "category": "PLANT LIFE", - "air_date": "2009-01-12", - "question": "Red this plant, red this plant, let the grasshopper come over", - "value": "$800", - "answer": "red clover", - "round": "Double Jeopardy!", - "show_number": "5606", - "fullAnswer": "red clover" - }, { "category": "\"SP\"EAK UP!", "air_date": "2009-01-12", @@ -2089939,16 +1985819,6 @@ "show_number": "4984", "fullAnswer": "liberty & justice" }, - { - "category": "HOW TO MARRY A MILLIONAIRE", - "air_date": "2006-04-20", - "question": "Like Manilow's \"Lola\", Evelyn Nesbitt was one of these theater females; in 1906, her rich, crazy husband shot her ex-lover", - "value": "$200", - "answer": "showgirl", - "round": "Jeopardy!", - "show_number": "4984", - "fullAnswer": "showgirl" - }, { "category": "BILL", "air_date": "2006-04-20", @@ -2090069,16 +1985939,6 @@ "show_number": "4984", "fullAnswer": "Ellen Barkin" }, - { - "category": "BILL", - "air_date": "2006-04-20", - "question": "(Hi, I'm Ari Fleischer.) This TV journalist, commentator & frequent PBS host was Lyndon Johnson's press secretary from 1965 to 1967", - "value": "$600", - "answer": "Bill Moyers", - "round": "Jeopardy!", - "show_number": "4984", - "fullAnswer": "Bill Moyers" - }, { "category": "GATES", "air_date": "2006-04-20", @@ -2090199,16 +1986059,6 @@ "show_number": "4984", "fullAnswer": "William \"Bill\" Quantrill" }, - { - "category": "GATES", - "air_date": "2006-04-20", - "question": "It's the historic German gate & landmark seen here", - "value": "$1000", - "answer": "Brandenburg", - "round": "Jeopardy!", - "show_number": "4984", - "fullAnswer": "Brandenburg" - }, { "category": "MICRO", "air_date": "2006-04-20", @@ -2090369,16 +1986219,6 @@ "show_number": "4984", "fullAnswer": "The Philadelphia Story" }, - { - "category": "\"A\" IN SCIENCE", - "air_date": "2006-04-20", - "question": "(Jon of the Clue Crew reports from Duke University in Durham, NC.) Vaulters can use hollow poles to save weight because this center line of a bent pole is neutral, taking little or no stress", - "value": "$1200", - "answer": "axis", - "round": "Double Jeopardy!", - "show_number": "4984", - "fullAnswer": "the axis" - }, { "category": "HERALDIC BEASTS", "air_date": "2006-04-20", @@ -2090594,7 +1986434,7 @@ "air_date": "1997-05-30", "question": "Ed,
Eugene,
Tip", "value": "$100", - "answer": "O\\'Neill", + "answer": "O'Neill", "round": "Jeopardy!", "show_number": "2950", "fullAnswer": "O\\'Neill" @@ -2091179,16 +1987019,6 @@ "show_number": "6258", "fullAnswer": "a spider" }, - { - "category": "\"PUBLIC\" KNOWLEDGE", - "air_date": "2011-11-30", - "question": "www.stresscure.com offers tips on how to conquer the fear of this, which I don't have", - "value": "$200", - "answer": "public speaking", - "round": "Jeopardy!", - "show_number": "6258", - "fullAnswer": "public speaking" - }, { "category": "THIS LANDFILL IS MY LANDFILL", "air_date": "2011-11-30", @@ -2091199,16 +1987029,6 @@ "show_number": "6258", "fullAnswer": "Illinois" }, - { - "category": "GREAT COMEBACKS WITH DAN PATRICK", - "air_date": "2011-11-30", - "question": "(Dan Patrick reads the clue from his studio.) He was given less than a 50% chance of survival after a 1996 cancer diagnosis; 3 years later, he won the 1st of 7 straight Tour de France titles", - "value": "$200", - "answer": "Lance Armstrong", - "round": "Jeopardy!", - "show_number": "6258", - "fullAnswer": "Lance Armstrong" - }, { "category": "CORRUPTION JUNCTION", "air_date": "2011-11-30", @@ -2091259,16 +1987079,6 @@ "show_number": "6258", "fullAnswer": "Florida" }, - { - "category": "GREAT COMEBACKS WITH DAN PATRICK", - "air_date": "2011-11-30", - "question": "(Dan Patrick reads the clue from his studio.) A year after hitting .406, this Red Sox legend left to be a fighter pilot in WWII, came back, won the Triple Crown, left to fight in the Korean War, came back & was an All-Star", - "value": "$400", - "answer": "Ted Williams", - "round": "Jeopardy!", - "show_number": "6258", - "fullAnswer": "Ted Williams" - }, { "category": "CORRUPTION JUNCTION", "air_date": "2011-11-30", @@ -2091319,16 +1987129,6 @@ "show_number": "6258", "fullAnswer": "Missouri" }, - { - "category": "GREAT COMEBACKS WITH DAN PATRICK", - "air_date": "2011-11-30", - "question": "(Dan Patrick reads the clue from his studio.) In February of 1949, this golfer known as \"Bantam Ben\" fractured his ribs, pelvis, collarbone & ankle in a car accident; in 1950 he won the U.S. Open", - "value": "$600", - "answer": "Ben Hogan", - "round": "Jeopardy!", - "show_number": "6258", - "fullAnswer": "Ben Hogan" - }, { "category": "CORRUPTION JUNCTION", "air_date": "2011-11-30", @@ -2091379,16 +1987179,6 @@ "show_number": "6258", "fullAnswer": "California" }, - { - "category": "GREAT COMEBACKS WITH DAN PATRICK", - "air_date": "2011-11-30", - "question": "(Dan Patrick reads the clue from his studio.) After a 2-year layoff, this 45-year-old ex-Red Wing hit the ice for the WHA's Houston Aeros & had a 100-point season", - "value": "$800", - "answer": "Gordie Howe", - "round": "Jeopardy!", - "show_number": "6258", - "fullAnswer": "Gordie Howe" - }, { "category": "CORRUPTION JUNCTION", "air_date": "2011-11-30", @@ -2091439,16 +1987229,6 @@ "show_number": "6258", "fullAnswer": "Massachusetts" }, - { - "category": "GREAT COMEBACKS WITH DAN PATRICK", - "air_date": "2011-11-30", - "question": "(Dan Patrick reads the clue from his studio.) In 1974 this Dodger pitcher tore his ulnar collateral ligament & his career looked like it was over; he had the surgery now named for him & won 164 more games", - "value": "$1000", - "answer": "Tommy John", - "round": "Jeopardy!", - "show_number": "6258", - "fullAnswer": "Tommy John" - }, { "category": "EGYPTIAN MYTHOLOGY", "air_date": "2011-11-30", @@ -2091599,26 +1987379,6 @@ "show_number": "6258", "fullAnswer": "quiz" }, - { - "category": "CLASSICAL MUSIC", - "air_date": "2011-11-30", - "question": "It's the title of the Massenet piece you're hearing; it might help you in the calm Buddhist practice of the same name", - "value": "$1200", - "answer": "Méditation", - "round": "Double Jeopardy!", - "show_number": "6258", - "fullAnswer": "\"Méditation\"" - }, - { - "category": "THE 7 HABITS OF HIGHLY EFFECTIVE NUNS", - "air_date": "2011-11-30", - "question": "Saint Therese is seen here in her habit of this order whose name comes from a mountain range in Israel", - "value": "$1200", - "answer": "Carmelite", - "round": "Double Jeopardy!", - "show_number": "6258", - "fullAnswer": "Carmelite" - }, { "category": "EGYPTIAN MYTHOLOGY", "air_date": "2011-11-30", @@ -2091729,16 +1987489,6 @@ "show_number": "6258", "fullAnswer": "(Andrés) Segovia" }, - { - "category": "THE 7 HABITS OF HIGHLY EFFECTIVE NUNS", - "air_date": "2011-11-30", - "question": "Rubens portrayed Archduchess Isabella in the habit of the sisters of this poor saint", - "value": "$2000", - "answer": "Saint Clare", - "round": "Double Jeopardy!", - "show_number": "6258", - "fullAnswer": "Saint Clare" - }, { "category": "ORGANIZATIONS", "air_date": "2011-11-30", @@ -2091819,16 +1987569,6 @@ "show_number": "4785", "fullAnswer": "aspirin" }, - { - "category": "BROADWAY DEBUTS", - "air_date": "2005-05-27", - "question": "This Goodfella finally hit Broadway in the 2004 play \"Match\"", - "value": "$400", - "answer": "Ray Liotta", - "round": "Jeopardy!", - "show_number": "4785", - "fullAnswer": "Ray Liotta" - }, { "category": "QUOTES FROM THE BATTLE OF THE SEXES", "air_date": "2005-05-27", @@ -2091939,16 +1987679,6 @@ "show_number": "4785", "fullAnswer": "malaria" }, - { - "category": "BROADWAY DEBUTS", - "air_date": "2005-05-27", - "question": "This star of \"Whose Line Is It Anyway?\" had to learn some new lines to play Billy Flynn in \"Chicago\" in 2004", - "value": "$800", - "answer": "Wayne Brady", - "round": "Jeopardy!", - "show_number": "4785", - "fullAnswer": "Wayne Brady" - }, { "category": "QUOTES FROM THE BATTLE OF THE SEXES", "air_date": "2005-05-27", @@ -2092049,16 +1987779,6 @@ "show_number": "4785", "fullAnswer": "the Treaty of Versailles" }, - { - "category": "A VISIT TO ANCIENT EGYPT", - "air_date": "2005-05-27", - "question": "(Sarah of the Clue Crew reports from Luxor, Egypt.) Around 1500 B.C., after expelling Hyksos invaders, proud Egyptian rulers began the vast tomb area that we now call this", - "value": "$400", - "answer": "Valley of the Kings", - "round": "Double Jeopardy!", - "show_number": "4785", - "fullAnswer": "the Valley of the Kings" - }, { "category": "THE NFL", "air_date": "2005-05-27", @@ -2092099,16 +1987819,6 @@ "show_number": "4785", "fullAnswer": "toot" }, - { - "category": "A VISIT TO ANCIENT EGYPT", - "air_date": "2005-05-27", - "question": "(Sarah of the Clue Crew reports from an exhibit in Cairo.) This mask is from Tut's tomb, which this British archaeologist found in 1922, saying everywhere the glint of gold", - "value": "$800", - "answer": "Carter", - "round": "Double Jeopardy!", - "show_number": "4785", - "fullAnswer": "(Howard) Carter" - }, { "category": "THE NFL", "air_date": "2005-05-27", @@ -2092149,16 +1987859,6 @@ "show_number": "4785", "fullAnswer": "gag" }, - { - "category": "A VISIT TO ANCIENT EGYPT", - "air_date": "2005-05-27", - "question": "(Jimmy of the Clue Crew reports from Giza.) This great pharaoh left his mark on Egypt in the form of temples and colossal statues of himself, like this fallen one", - "value": "$1200", - "answer": "Ramses II ", - "round": "Double Jeopardy!", - "show_number": "4785", - "fullAnswer": "Ramses II (or Ramses the Great)" - }, { "category": "THE NFL", "air_date": "2005-05-27", @@ -2092199,16 +1987899,6 @@ "show_number": "4785", "fullAnswer": "eke" }, - { - "category": "A VISIT TO ANCIENT EGYPT", - "air_date": "2005-05-27", - "question": "(Jimmy of the Clue Crew reports from in front of a pyramid at Giza.) The King's Chamber in the tallest of the Great Pyramids still contains the sarcophagus of this ruler", - "value": "$1600", - "answer": "Cheops ", - "round": "Double Jeopardy!", - "show_number": "4785", - "fullAnswer": "Cheops (or Khufu)" - }, { "category": "THE NFL", "air_date": "2005-05-27", @@ -2092219,16 +1987909,6 @@ "show_number": "4785", "fullAnswer": "(Kurt) Warner" }, - { - "category": "SO, WHATCHA COMPOSIN'?", - "air_date": "2005-05-27", - "question": "In the 1870s he could have said, \"Czech out\" the following", - "value": "$1600", - "answer": "Bedrich Smetana", - "round": "Double Jeopardy!", - "show_number": "4785", - "fullAnswer": "Bedrich Smetana" - }, { "category": "HAVE SOME LEFTOVERS!", "air_date": "2005-05-27", @@ -2092259,16 +1987939,6 @@ "show_number": "4785", "fullAnswer": "boob" }, - { - "category": "A VISIT TO ANCIENT EGYPT", - "air_date": "2005-05-27", - "question": "(Jimmy of the Clue Crew reports from in front of the Sphinx.) Created as a royal image, the Sphinx was was associated by the Greeks with a monster who riddles this tragic king", - "value": "$2000", - "answer": "Oedipus", - "round": "Double Jeopardy!", - "show_number": "4785", - "fullAnswer": "Oedipus" - }, { "category": "THE NFL", "air_date": "2005-05-27", @@ -2092554,7 +1988224,7 @@ "air_date": "2004-04-12", "question": "She's just one of the kids who push this brand", "value": "$800", - "answer": "Campbell\\'s Soup", + "answer": "Campbell's Soup", "round": "Jeopardy!", "show_number": "4521", "fullAnswer": "Campbell\\'s Soup" @@ -2092744,7 +1988414,7 @@ "air_date": "2004-04-12", "question": "Used by James T. Kirk on the bridge of the Enterprise, it sold at auction in 2002 for $304,750", "value": "$800", - "answer": "captain\\'s chair", + "answer": "captain's chair", "round": "Double Jeopardy!", "show_number": "4521", "fullAnswer": "the captain\\'s chair" @@ -2093614,7 +1989284,7 @@ "air_date": "2007-02-07", "question": "This \"sweet\" clothier has many pitch-girls, including Cheyenne & even Pat Benatar", "value": "$400", - "answer": "Candie\\'s", + "answer": "Candie's", "round": "Jeopardy!", "show_number": "5163", "fullAnswer": "Candie\\'s" @@ -2093639,16 +1989309,6 @@ "show_number": "5163", "fullAnswer": "Charles Dickens" }, - { - "category": "THE ZODIAC", - "air_date": "2007-02-07", - "question": "(Jon of the Clue Crew points to a couple of wavy lines on the monitor.) The somewhat aqueous symbol here stands for this sign of the zodiac", - "value": "$400", - "answer": "Aquarius", - "round": "Jeopardy!", - "show_number": "5163", - "fullAnswer": "Aquarius" - }, { "category": "FROM THE LATIN", "air_date": "2007-02-07", @@ -2093899,16 +1989559,6 @@ "show_number": "5163", "fullAnswer": "faith" }, - { - "category": "NATIVE AMERICANS", - "air_date": "2007-02-07", - "question": "It's the Native American item seen here; you might have one hanging in your bedroom", - "value": "$800", - "answer": "dreamcatcher", - "round": "Double Jeopardy!", - "show_number": "5163", - "fullAnswer": "a dreamcatcher" - }, { "category": "HAIL TO THE CHIEF", "air_date": "2007-02-07", @@ -2093999,26 +1989649,6 @@ "show_number": "5163", "fullAnswer": "alpine ski" }, - { - "category": "ISLANDS", - "air_date": "2007-02-07", - "question": "Seen here, this island was first explored by Europeans around 1642", - "value": "$1200", - "answer": "Tasmania", - "round": "Double Jeopardy!", - "show_number": "5163", - "fullAnswer": "Tasmania" - }, - { - "category": "YOU GET AN \"F\"", - "air_date": "2007-02-07", - "question": "(Kelly of the Clue Crew stands in front of monitor depicting a cross-section of skin.) Anagen, catagen and telogen, which is the inactivity until a new hair pushes out the old, are the three growth stages of this sac", - "value": "$1200", - "answer": "follicle", - "round": "Double Jeopardy!", - "show_number": "5163", - "fullAnswer": "the follicle" - }, { "category": "NATIVE AMERICANS", "air_date": "2007-02-07", @@ -2094269,16 +1989899,6 @@ "show_number": "5585", "fullAnswer": "purple" }, - { - "category": "HEALTH MATTERS", - "air_date": "2008-12-12", - "question": "(Jimmy of the Clue Crew shows an anatomical diagram on the monitor.) As a result of a sudden force, like a twisting motion, a sprain can be a mild to a severe injury to these bands that connect bones", - "value": "$600", - "answer": "ligaments", - "round": "Jeopardy!", - "show_number": "5585", - "fullAnswer": "ligaments" - }, { "category": "GYPSIES, TRAMPS & THIEVES", "air_date": "2008-12-12", @@ -2094389,16 +1990009,6 @@ "show_number": "5585", "fullAnswer": "the triangle" }, - { - "category": "HEALTH MATTERS", - "air_date": "2008-12-12", - "question": "(Jon of the Clue Crew shows some animated blood cell models on the monitor.) Instead of being biconcave discs, red blood cells are distorted into a particular shape and don't carry oxygen well in patients with this disease", - "value": "$600", - "answer": "sickle cell anemia", - "round": "Jeopardy!", - "show_number": "5585", - "fullAnswer": "sickle cell anemia" - }, { "category": "GYPSIES, TRAMPS & THIEVES", "air_date": "2008-12-12", @@ -2094554,7 +1990164,7 @@ "air_date": "2008-12-12", "question": "\"The Dream\", based on this Shakespeare play, omits the characters of Hippolyta & Theseus", "value": "$800", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "5585", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -2094684,7 +1990294,7 @@ "air_date": "2008-12-12", "question": "Traditionally a 7 & 7 calls for 7-up & this brand of whiskey", "value": "$1600", - "answer": "Seagram\\'s 7 Crown", + "answer": "Seagram's 7 Crown", "round": "Double Jeopardy!", "show_number": "5585", "fullAnswer": "Seagram\\'s 7 Crown" @@ -2094819,16 +1990429,6 @@ "show_number": "5928", "fullAnswer": "4" }, - { - "category": "HISTORIC PLACES", - "air_date": "2010-05-26", - "question": "The Japanese structure seen here has been preserved as a memorial to an August 6, 1945 event in this city", - "value": "$400", - "answer": "Hiroshima", - "round": "Jeopardy!", - "show_number": "5928", - "fullAnswer": "Hiroshima" - }, { "category": "CORRECT ME IF I'M WRONG", "air_date": "2010-05-26", @@ -2094839,16 +1990439,6 @@ "show_number": "5928", "fullAnswer": "Vladimir Putin" }, - { - "category": "ECO SUAVE", - "air_date": "2010-05-26", - "question": "(Sarah of the Clue Crew performs a science demonstration.) Hydrophobic sand doesn't absorb water because it's been treated with a compound of this element, Si; the sand does cling to oil, however, making it useful in cleaning up oil spills", - "value": "$400", - "answer": "silicon", - "round": "Jeopardy!", - "show_number": "5928", - "fullAnswer": "silicon" - }, { "category": "CHEW MUST REMEMBER THIS", "air_date": "2010-05-26", @@ -2094934,7 +1990524,7 @@ "air_date": "2010-05-26", "question": "Our French & Indian War was this war in Europe", "value": "$600", - "answer": "Seven Years\\' War", + "answer": "Seven Years' War", "round": "Jeopardy!", "show_number": "5928", "fullAnswer": "the Seven Years\\' War" @@ -2095129,16 +1990719,6 @@ "show_number": "5928", "fullAnswer": "World War I" }, - { - "category": "-ISMs", - "air_date": "2010-05-26", - "question": "(Jimmy of the Clue Crew shows a map of Africa on the monitor.) The map of Africa in 1914 included Belgian, German, British & French territories--the result of imperialism and this 11-letter sister -ism", - "value": "$800", - "answer": "colonialism", - "round": "Double Jeopardy!", - "show_number": "5928", - "fullAnswer": "colonialism" - }, { "category": "WORDS ON THE QWERTY ROW", "air_date": "2010-05-26", @@ -2095434,7 +1991014,7 @@ "air_date": "2008-09-22", "question": "Bobby McFerrin could tell you this phrase, \"ne bespokoisya\" in Russian, can precede \"be happy\"", "value": "$400", - "answer": "don\\'t worry", + "answer": "don't worry", "round": "Jeopardy!", "show_number": "5526", "fullAnswer": "don\\'t worry" @@ -2095659,16 +1991239,6 @@ "show_number": "5526", "fullAnswer": "the Mormon Tabernacle Choir" }, - { - "category": "RACING BIKES", - "air_date": "2008-09-22", - "question": "(Jon of the Clue Crew presents from Trek Bicycle Corporation in Waterloo, WI.) In 1997, Trek Bikes signed this former world champion; he was an unknown quantity at the time due to his cancer diagnosis the year before", - "value": "$400", - "answer": "Lance Armstrong", - "round": "Double Jeopardy!", - "show_number": "5526", - "fullAnswer": "Lance Armstrong" - }, { "category": "MYTHS & LEGENDS", "air_date": "2008-09-22", @@ -2095719,16 +1991289,6 @@ "show_number": "5526", "fullAnswer": "the Carpenters" }, - { - "category": "RACING BIKES", - "air_date": "2008-09-22", - "question": "(Jon of the Clue Crew holds a bicycle frame at Trek Bicycle Corporation in Waterloo, WI.) Trek uses a proprietary method of optimum compaction & low void to maximize strength & minimize weight of frames & parts made of this element", - "value": "$800", - "answer": "carbon", - "round": "Double Jeopardy!", - "show_number": "5526", - "fullAnswer": "carbon" - }, { "category": "MYTHS & LEGENDS", "air_date": "2008-09-22", @@ -2095779,16 +1991339,6 @@ "show_number": "5526", "fullAnswer": "(Alanis) Morissette" }, - { - "category": "RACING BIKES", - "air_date": "2008-09-22", - "question": "(Jon of the Clue Crew spins pedals and wheels at Trek Bicycle Corporation in Waterloo, WI.) Popular with bike messengers & recreational riders, track bikes are called \"fixed\" this, so the pedals turn with the wheels, like at the dawn of cycling", - "value": "$1200", - "answer": "fixed gear", - "round": "Double Jeopardy!", - "show_number": "5526", - "fullAnswer": "fixed gear" - }, { "category": "MYTHS & LEGENDS", "air_date": "2008-09-22", @@ -2095809,16 +1991359,6 @@ "show_number": "5526", "fullAnswer": "Earth Shoes" }, - { - "category": "COLORFUL LANGUAGE", - "air_date": "2008-09-22", - "question": "(I'm astrophysicist Neil deGrasse Tyson.) In my latest book, \"Death by\" one of these, I refer to a process called spaghettification, in which differences in gravity across your body stretch you long & thin", - "value": "$1200", - "answer": "black hole", - "round": "Double Jeopardy!", - "show_number": "5526", - "fullAnswer": "a black hole" - }, { "category": "AMERICAN LIT", "air_date": "2008-09-22", @@ -2095839,16 +1991379,6 @@ "show_number": "5526", "fullAnswer": "the Partridge Family" }, - { - "category": "RACING BIKES", - "air_date": "2008-09-22", - "question": "(Sarah of the Clue Crew looks over a welder's shoulder at Trek Bicycle Corporation in Waterloo, WI.) Hydroformed alloys of aluminum used in the frame keep the weight down while maintaining this, from the Latin for \"stiffness\"", - "value": "$1600", - "answer": "rigidity", - "round": "Double Jeopardy!", - "show_number": "5526", - "fullAnswer": "rigidity" - }, { "category": "MYTHS & LEGENDS", "air_date": "2008-09-22", @@ -2095899,16 +1991429,6 @@ "show_number": "5526", "fullAnswer": "Musical Youth" }, - { - "category": "RACING BIKES", - "air_date": "2008-09-22", - "question": "(Jon of the Clue Crew strolls through the factory of Trek Bicycle Corporation in Waterloo, WI.) Aeordynamics & lateral stiffness are key to bikes designed for these indoor tracks whose name comes from the French", - "value": "$2000", - "answer": "velodromes", - "round": "Double Jeopardy!", - "show_number": "5526", - "fullAnswer": "velodromes" - }, { "category": "MYTHS & LEGENDS", "air_date": "2008-09-22", @@ -2096089,16 +1991609,6 @@ "show_number": "5643", "fullAnswer": "blue" }, - { - "category": "\"S\"CIENCE", - "air_date": "2009-03-04", - "question": "(Jon of the Clue Crew demonstrates with a couple of pours.)
Like sand fitting into the spaces left by marbles, salt fills in the spaces between water molecules; the arrangement between two such substances is called this", - "value": "$1,000", - "answer": "solution", - "round": "Jeopardy!", - "show_number": "5643", - "fullAnswer": "a solution" - }, { "category": "IN THE OFFICE FRIDGE", "air_date": "2009-03-04", @@ -2096374,7 +1991884,7 @@ "air_date": "2009-03-04", "question": "In part II of this allegory, Christian's wife, Christiana, sets out on a pilgrimage", "value": "$1200", - "answer": "Pilgrim\\'s Progress", + "answer": "Pilgrim's Progress", "round": "Double Jeopardy!", "show_number": "5643", "fullAnswer": "Pilgrim\\'s Progress" @@ -2096659,26 +1992169,6 @@ "show_number": "5323", "fullAnswer": "The Blair Witch Project" }, - { - "category": "\"TRIC\"s", - "air_date": "2007-10-31", - "question": "Moody movie maven of the 1930s seen here", - "value": "$400", - "answer": "Marlene Dietrich", - "round": "Jeopardy!", - "show_number": "5323", - "fullAnswer": "Marlene Dietrich" - }, - { - "category": "TREATS", - "air_date": "2007-10-31", - "question": "It's the popular summertime dessert seen here", - "value": "$400", - "answer": "strawberry shortcake", - "round": "Jeopardy!", - "show_number": "5323", - "fullAnswer": "strawberry shortcake" - }, { "category": "IT HAPPENED ON HALLOWEEN", "air_date": "2007-10-31", @@ -2097109,16 +1992599,6 @@ "show_number": "5323", "fullAnswer": "Christopher Isherwood" }, - { - "category": "OKLAHOMIES", - "air_date": "2007-10-31", - "question": "Originally from Tulsa, he gained his greatest fame as an adviser to presidents and as a senator from New York", - "value": "$2000", - "answer": "Daniel Patrick Moynihan", - "round": "Double Jeopardy!", - "show_number": "5323", - "fullAnswer": "Daniel Patrick Moynihan" - }, { "category": "ECONOMICS", "air_date": "2007-10-31", @@ -2097579,16 +1993059,6 @@ "show_number": "3274", "fullAnswer": "Nellie Bly" }, - { - "category": "A WHITMAN SAMPLER", - "air_date": "1998-11-26", - "question": "It's the title of the movie that featured the following:

\"A poem by Walt Whitman about Mr. Abraham Lincoln; now in this class you can either call me 'Mr. Cheating", - "value": "$600", - "answer": "Dead Poets Society ", - "round": "Double Jeopardy!", - "show_number": "3274", - "fullAnswer": "Dead Poets Society (Robin Williams)" - }, { "category": "PLAYING DOCTOR", "air_date": "1998-11-26", @@ -2097639,16 +1993109,6 @@ "show_number": "3274", "fullAnswer": "Julia Ward Howe" }, - { - "category": "PLAYING DOCTOR", - "air_date": "1998-11-26", - "question": "It's the name of the fictional psychiatrist seen here:

\"A census taker once tried to test me... I ate his liver with some fava beans & a nice Chianti.\"", - "value": "$500", - "answer": "Dr. Hannibal Lecter ", - "round": "Double Jeopardy!", - "show_number": "3274", - "fullAnswer": "Dr. Hannibal Lecter (The Silence of the Lambs)" - }, { "category": "OH \"MI\"", "air_date": "1998-11-26", @@ -2097714,7 +1993174,7 @@ "air_date": "1998-11-26", "question": "This children's story begins with a young farm girl saying to her mother, \"Where's Papa going with that ax?\"", "value": null, - "answer": "Charlotte\\'s Web ", + "answer": "Charlotte's Web ", "round": "Final Jeopardy!", "show_number": "3274", "fullAnswer": "Charlotte\\'s Web " @@ -2097729,16 +1993189,6 @@ "show_number": "4647", "fullAnswer": "Odin" }, - { - "category": "MUSIC ON MY iPOD", - "air_date": "2004-11-16", - "question": "My daughter put this Canadian singer's songs on my iPod, but I'm man enough to admit I listen to her too

\"All this time you were pretending /
So much for my happy ending...\"
", - "value": "$200", - "answer": "Avril Lavigne", - "round": "Jeopardy!", - "show_number": "4647", - "fullAnswer": "Avril Lavigne" - }, { "category": "OUR FOUNDING FATHERS", "air_date": "2004-11-16", @@ -2097754,7 +1993204,7 @@ "air_date": "2004-11-16", "question": "In 2004 this chain launched its Go Active! Happy Meals for Adults", "value": "$200", - "answer": "McDonald\\'s", + "answer": "McDonald's", "round": "Jeopardy!", "show_number": "4647", "fullAnswer": "McDonald\\'s" @@ -2097799,16 +1993249,6 @@ "show_number": "4647", "fullAnswer": "Beastie Boys" }, - { - "category": "OUR FOUNDING FATHERS", - "air_date": "2004-11-16", - "question": "You're on the money if you know that he's the statesman seen here", - "value": "$400", - "answer": "Alexander Hamilton", - "round": "Jeopardy!", - "show_number": "4647", - "fullAnswer": "Alexander Hamilton" - }, { "category": "COLLEGIATE FINE DINING", "air_date": "2004-11-16", @@ -2097849,16 +1993289,6 @@ "show_number": "4647", "fullAnswer": "Egypt" }, - { - "category": "MUSIC ON MY iPOD", - "air_date": "2004-11-16", - "question": "This band of brothers started their career in their dad's band

\"I been lost in my own place and I'm gettin' weary...\"", - "value": "$600", - "answer": "Los Lonely Boys", - "round": "Jeopardy!", - "show_number": "4647", - "fullAnswer": "Los Lonely Boys" - }, { "category": "OUR FOUNDING FATHERS", "air_date": "2004-11-16", @@ -2097969,16 +1993399,6 @@ "show_number": "4647", "fullAnswer": "Hinduism" }, - { - "category": "MUSIC ON MY iPOD", - "air_date": "2004-11-16", - "question": "This group's song is more than great listening, it's a history lesson

\"...Springsteen, Madonna /
Way before Nirvana there was /
U2 and Blondie...\"
", - "value": "$1000", - "answer": "Bowling for Soup", - "round": "Jeopardy!", - "show_number": "4647", - "fullAnswer": "Bowling for Soup" - }, { "category": "OUR FOUNDING FATHERS", "air_date": "2004-11-16", @@ -2097994,7 +1993414,7 @@ "air_date": "2004-11-16", "question": "The 3 dots on their pizza boxes represent their first 3 stores", "value": "$1000", - "answer": "Domino\\'s", + "answer": "Domino's", "round": "Jeopardy!", "show_number": "4647", "fullAnswer": "Domino\\'s" @@ -2098284,7 +1993704,7 @@ "air_date": "2004-11-16", "question": "Comedy in which Lysander says, \"The course of true love never did run smooth\"", "value": "$2000", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "4647", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -2098614,7 +1994034,7 @@ "air_date": "1989-09-28", "question": "Marilyn sang a sexy rendition of \"Heat Wave\" in this 1954 movie musical", "value": "$500", - "answer": "There\\'s No Business Like Show Business", + "answer": "There's No Business Like Show Business", "round": "Jeopardy!", "show_number": "1164", "fullAnswer": "\"There\\'s No Business Like Show Business\"" @@ -2098964,7 +1994384,7 @@ "air_date": "1996-04-01", "question": "Handbags for RNs", "value": "$100", - "answer": "Nurses\\' Purses", + "answer": "Nurses' Purses", "round": "Jeopardy!", "show_number": "2676", "fullAnswer": "Nurses\\' Purses" @@ -2099594,7 +1995014,7 @@ "air_date": "2004-04-09", "question": "This Subway rival dates back to a toasted sub shop opened in 1981 at 13th & Grant in Denver", "value": "$400", - "answer": "Quizno\\'s", + "answer": "Quizno's", "round": "Jeopardy!", "show_number": "4520", "fullAnswer": "Quizno\\'s" @@ -2099874,7 +1995294,7 @@ "air_date": "2004-04-09", "question": "For kids under 1 year old or less than 20 pounds, this should be rear-facing only", "value": "$400", - "answer": "child\\'s seat", + "answer": "child's seat", "round": "Double Jeopardy!", "show_number": "4520", "fullAnswer": "child\\'s seat" @@ -2100084,7 +1995504,7 @@ "air_date": "2004-04-09", "question": "This author's Time Quartet includes \"A Wrinkle in Time\" & \"A Swiftly Tilting Planet\"", "value": "$2000", - "answer": "Madeleine L\\'Engle", + "answer": "Madeleine L'Engle", "round": "Double Jeopardy!", "show_number": "4520", "fullAnswer": "Madeleine L\\'Engle" @@ -2100119,16 +1995539,6 @@ "show_number": "4566", "fullAnswer": "the Lusitania" }, - { - "category": "NAME THAT MOVIE", - "air_date": "2004-06-14", - "question": "1991:
\"Well, Clarice, have the lambs stopped screaming?\"", - "value": "$200", - "answer": "Silence of the Lambs", - "round": "Jeopardy!", - "show_number": "4566", - "fullAnswer": "The Silence of the Lambs" - }, { "category": "MIDDLE NAMES", "air_date": "2004-06-14", @@ -2100329,16 +1995739,6 @@ "show_number": "4566", "fullAnswer": "Russian Blue" }, - { - "category": "MEMORIALS", - "air_date": "2004-06-14", - "question": "(Cheryl of the Clue Crew provides the clue from Pearl Harbor in Hawaii.) The Pearl Harbor Memorial I'm visiting spans the hull of this battleship that was sunk December 7, 1941", - "value": "$800", - "answer": "U.S.S. Arizona", - "round": "Jeopardy!", - "show_number": "4566", - "fullAnswer": "the U.S.S. Arizona" - }, { "category": "ADD A LETTER", "air_date": "2004-06-14", @@ -2100419,16 +1995819,6 @@ "show_number": "4566", "fullAnswer": "John Adams" }, - { - "category": "BROADWAY", - "air_date": "2004-06-14", - "question": "With puppets like Lucy the Vamp, the musical \"Avenue Q\" has been called \"South Park\" -meets-this show", - "value": "$400", - "answer": "Sesame Street", - "round": "Double Jeopardy!", - "show_number": "4566", - "fullAnswer": "Sesame Street" - }, { "category": "WOMEN WRITERS", "air_date": "2004-06-14", @@ -2100484,7 +1995874,7 @@ "air_date": "2004-06-14", "question": "Dule Hill of \"The West Wing\" tapped his way into the original Broadway cast of this \"noisy\" Savion Glover show", "value": "$800", - "answer": "Bring in \\'Da Noise, Bring in \\'Da Funk", + "answer": "Bring in 'Da Noise, Bring in 'Da Funk", "round": "Double Jeopardy!", "show_number": "4566", "fullAnswer": "Bring in \\'Da Noise, Bring in \\'Da Funk" @@ -2100659,16 +1996049,6 @@ "show_number": "4566", "fullAnswer": "Franklin Pierce" }, - { - "category": "BROADWAY", - "air_date": "2004-06-14", - "question": "Jane Krakowski is seen here making a spectacular entrance in this show, based on Fellini's film, \"8 1/2\"", - "value": "$2000", - "answer": "Nine", - "round": "Double Jeopardy!", - "show_number": "4566", - "fullAnswer": "Nine" - }, { "category": "WOMEN WRITERS", "air_date": "2004-06-14", @@ -2100739,16 +1996119,6 @@ "show_number": "5373", "fullAnswer": "Full House" }, - { - "category": "HOW MUCH IS THAT DOGGIE IN THE WINDOW?", - "air_date": "2008-01-09", - "question": "The name of this dog breed is also a slang term for a boxer", - "value": "$200", - "answer": "pug", - "round": "Jeopardy!", - "show_number": "5373", - "fullAnswer": "a pug" - }, { "category": "ANAGRAMMED FOOD & DRINK", "air_date": "2008-01-09", @@ -2100799,16 +1996169,6 @@ "show_number": "5373", "fullAnswer": "Malcolm in the Middle" }, - { - "category": "HOW MUCH IS THAT DOGGIE IN THE WINDOW?", - "air_date": "2008-01-09", - "question": "It's the regional Canadian breed seen here, eh?", - "value": "$400", - "answer": "labrador retriever", - "round": "Jeopardy!", - "show_number": "5373", - "fullAnswer": "a labrador retriever" - }, { "category": "ANAGRAMMED FOOD & DRINK", "air_date": "2008-01-09", @@ -2100859,16 +1996219,6 @@ "show_number": "5373", "fullAnswer": "Home Improvement" }, - { - "category": "HOW MUCH IS THAT DOGGIE IN THE WINDOW?", - "air_date": "2008-01-09", - "question": "One of the rarest breeds is this Asian variety", - "value": "$1,200", - "answer": "shar-pei", - "round": "Jeopardy!", - "show_number": "5373", - "fullAnswer": "a shar-pei" - }, { "category": "ANAGRAMMED FOOD & DRINK", "air_date": "2008-01-09", @@ -2100919,16 +1996269,6 @@ "show_number": "5373", "fullAnswer": "Arrested Development" }, - { - "category": "HOW MUCH IS THAT DOGGIE IN THE WINDOW?", - "air_date": "2008-01-09", - "question": "This tall breed of the British Isles almost went extinct when its namesake prey began to decline", - "value": "$800", - "answer": "Irish wolfhounds", - "round": "Jeopardy!", - "show_number": "5373", - "fullAnswer": "Irish wolfhounds" - }, { "category": "ANAGRAMMED FOOD & DRINK", "air_date": "2008-01-09", @@ -2100979,16 +1996319,6 @@ "show_number": "5373", "fullAnswer": "The Hogan Family" }, - { - "category": "HOW MUCH IS THAT DOGGIE IN THE WINDOW?", - "air_date": "2008-01-09", - "question": "This popular terrier variety seen here was developed for hunting in the 19th century", - "value": "$1000", - "answer": "Jack Russell terrier", - "round": "Jeopardy!", - "show_number": "5373", - "fullAnswer": "a Jack Russell terrier" - }, { "category": "ANAGRAMMED FOOD & DRINK", "air_date": "2008-01-09", @@ -2101044,7 +1996374,7 @@ "air_date": "2008-01-09", "question": "His father, James O'Neill, was a 19th century actor whose famous role was the Count of Monte Cristo", "value": "$400", - "answer": "Eugene O\\'Neill", + "answer": "Eugene O'Neill", "round": "Double Jeopardy!", "show_number": "5373", "fullAnswer": "Eugene O\\'Neill" @@ -2101129,16 +1996459,6 @@ "show_number": "5373", "fullAnswer": "(Andy) Warhol" }, - { - "category": "5-SYLLABLE WORDS", - "air_date": "2008-01-09", - "question": "(John of the clue crew reporting) Because the geometric shape here has all right angles, it's called a rectangle; when they're not right angles, it becomes this type of quadrilateral", - "value": "$800", - "answer": "parallelogram", - "round": "Double Jeopardy!", - "show_number": "5373", - "fullAnswer": "parallelogram" - }, { "category": "ANCIENT TIMES", "air_date": "2008-01-09", @@ -2101169,16 +1996489,6 @@ "show_number": "5373", "fullAnswer": "Tennessee Williams" }, - { - "category": "THE MATERIAL WORLD", - "air_date": "2008-01-09", - "question": "(Kelly reporting from Texas A&M University) Steel cables are inefficient for marine deep-water drilling platforms, so Texas A&M is testing this polymer developed by DuPont; some thought it went out with the 70s", - "value": "$1200", - "answer": "polyester", - "round": "Double Jeopardy!", - "show_number": "5373", - "fullAnswer": "polyester" - }, { "category": "AMERICAN ART & ARTISTS", "air_date": "2008-01-09", @@ -2101239,16 +1996549,6 @@ "show_number": "5373", "fullAnswer": "leather" }, - { - "category": "AMERICAN ART & ARTISTS", - "air_date": "2008-01-09", - "question": "This American impressionist was beloved for her affectionate maternal paintings as seen here", - "value": "$1600", - "answer": "Cassatt", - "round": "Double Jeopardy!", - "show_number": "5373", - "fullAnswer": "(Mary) Cassatt" - }, { "category": "5-SYLLABLE WORDS", "air_date": "2008-01-09", @@ -2101464,7 +1996764,7 @@ "air_date": "1998-04-21", "question": "Tyra Banks & Claudia Schiffer have graced the cover of this Columbus, Ohio-based lingerie catalogue", "value": "$300", - "answer": "Victoria\\'s Secret", + "answer": "Victoria's Secret", "round": "Jeopardy!", "show_number": "3152", "fullAnswer": "Victoria\\'s Secret" @@ -2101524,7 +1996824,7 @@ "air_date": "1998-04-21", "question": "Madonna's bustier was stolen from this Hollywood store's lingerie museum during the 1992 L.A. riots", "value": "$400", - "answer": "Frederick\\'s of Hollywood", + "answer": "Frederick's of Hollywood", "round": "Jeopardy!", "show_number": "3152", "fullAnswer": "Frederick\\'s of Hollywood" @@ -2101609,16 +1996909,6 @@ "show_number": "3152", "fullAnswer": "the World Series of Poker" }, - { - "category": "COACHES", - "air_date": "1998-04-21", - "question": "(Hi. I'm Kerri Strug.) Women coached by this man include Nadia Comanechi, Mary Lou Retton & me", - "value": "$500", - "answer": "Bela Karolyi", - "round": "Jeopardy!", - "show_number": "3152", - "fullAnswer": "Bela Karolyi" - }, { "category": "CATCHING SOME \"Z\"s", "air_date": "1998-04-21", @@ -2102469,16 +1997759,6 @@ "show_number": "9", "fullAnswer": "Narcissus" }, - { - "category": "SOVIET UNION", - "air_date": "1984-09-20", - "question": "Kenny Ball did this jazzed up version of an old Russian folk song", - "value": "$2,000", - "answer": "Midnight In Moscow", - "round": "Double Jeopardy!", - "show_number": "9", - "fullAnswer": "\"Midnight In Moscow\"" - }, { "category": "SCIENCE", "air_date": "1984-09-20", @@ -2102544,7 +1997824,7 @@ "air_date": "2001-03-26", "question": "At the beginning of this TV show, the host put on a cardigan sweater & tennis shoes", "value": "$100", - "answer": "Mister Rogers\\' Neighborhood", + "answer": "Mister Rogers' Neighborhood", "round": "Jeopardy!", "show_number": "3821", "fullAnswer": "Mister Rogers\\' Neighborhood" @@ -2103094,7 +1998374,7 @@ "air_date": "2001-03-26", "question": "\"The Twist\" & this seasonal favorite from 1942 are the only 2 records to re-enter the charts & return to No. 1", "value": null, - "answer": "\\White Christmas\\", + "answer": "White Christmas", "round": "Final Jeopardy!", "show_number": "3821", "fullAnswer": "\\\"White Christmas\\\"" @@ -2103939,16 +1999219,6 @@ "show_number": "5789", "fullAnswer": "a dry-erase board" }, - { - "category": "10-LETTER WORDS", - "air_date": "2009-11-12", - "question": "Heard here, it's the type of tuba named for a composer", - "value": "$800", - "answer": "sousaphone", - "round": "Jeopardy!", - "show_number": "5789", - "fullAnswer": "sousaphone" - }, { "category": "HISTORIC TWITS", "air_date": "2009-11-12", @@ -2104034,7 +1999304,7 @@ "air_date": "2009-11-12", "question": "Songs in this play include \"Suppertime\" & \"My Blanket And Me\"", "value": "$400", - "answer": "You\\'re a Good Man, Charlie Brown", + "answer": "You're a Good Man, Charlie Brown", "round": "Double Jeopardy!", "show_number": "5789", "fullAnswer": "You\\'re a Good Man, Charlie Brown" @@ -2104219,16 +1999489,6 @@ "show_number": "5789", "fullAnswer": "The Glass Menagerie" }, - { - "category": "SCIENCE FAIR", - "air_date": "2009-11-12", - "question": "(Sarah of the Clue Crew shows a Punnett square on the monitor.) The results of experiments breeding pea plants, shown here, led to this man's law of segregation, a fundamental law of heredity", - "value": "$1600", - "answer": "Mendel", - "round": "Double Jeopardy!", - "show_number": "5789", - "fullAnswer": "(Gregor) Mendel" - }, { "category": "DETENTION", "air_date": "2009-11-12", @@ -2106114,7 +2001374,7 @@ "air_date": "2010-10-19", "question": "One of 1988's simple pleasures was this no. 1 song from Bobby McFerrin's album \"Simple Pleasures\"", "value": "$200", - "answer": "Don\\'t Worry, Be Happy", + "answer": "Don't Worry, Be Happy", "round": "Jeopardy!", "show_number": "6002", "fullAnswer": "\"Don\\'t Worry, Be Happy\"" @@ -2106389,16 +2001649,6 @@ "show_number": "6002", "fullAnswer": "my soul" }, - { - "category": "WOMEN IN SPORTS", - "air_date": "2010-10-19", - "question": "(I'm Danica Patrick.) In 2005 I became the first woman to lead this race, which I did for 19 laps; I was also named its Rookie of the Year", - "value": "$400", - "answer": "Indy 500", - "round": "Double Jeopardy!", - "show_number": "6002", - "fullAnswer": "the Indy 500" - }, { "category": "SCIENCE IS GOLDEN", "air_date": "2010-10-19", @@ -2106599,16 +2001849,6 @@ "show_number": "6002", "fullAnswer": "a wigwam" }, - { - "category": "THE HUMAN BODY", - "air_date": "2010-10-19", - "question": "(Jimmy of the Clue Crew stands in front of a diagram of a heart.) This tube, the largest artery in your body, originates in a heart's left ventricle and sends blood to every part of your body", - "value": "$1600", - "answer": "aorta", - "round": "Double Jeopardy!", - "show_number": "6002", - "fullAnswer": "the aorta" - }, { "category": "\"APPY\" ENDING", "air_date": "2010-10-19", @@ -2106619,16 +2001859,6 @@ "show_number": "6002", "fullAnswer": "scrappy" }, - { - "category": "WOMEN IN SPORTS", - "air_date": "2010-10-19", - "question": "Here's a tidbit if you get to chat up Natalie Gulbis; she's the LPGA's first player whose family is from this Baltic republic", - "value": "$2000", - "answer": "Latvia", - "round": "Double Jeopardy!", - "show_number": "6002", - "fullAnswer": "Latvia" - }, { "category": "SCIENCE IS GOLDEN", "air_date": "2010-10-19", @@ -2106639,16 +2001869,6 @@ "show_number": "6002", "fullAnswer": "the Cretaceous period" }, - { - "category": "A PLACE TO CALL HOME", - "air_date": "2010-10-19", - "question": "One of these Alpine houses with a Swiss name is a nice place to call home", - "value": "$2000", - "answer": "chalet", - "round": "Double Jeopardy!", - "show_number": "6002", - "fullAnswer": "a chalet" - }, { "category": "HOLIDAY HISTORY", "air_date": "2010-10-19", @@ -2106824,7 +2002044,7 @@ "air_date": "2000-03-29", "question": "Held the fourth Thursday in November in New York City, this parade is a gas", "value": "$300", - "answer": "Macy\\'s Thanksgiving Day Parade", + "answer": "Macy's Thanksgiving Day Parade", "round": "Jeopardy!", "show_number": "3593", "fullAnswer": "Macy\\'s Thanksgiving Day Parade" @@ -2106874,7 +2002094,7 @@ "air_date": "2000-03-29", "question": "The Chicago River is dyed green around the time this parade winds its way through the city", "value": "$400", - "answer": "St. Patrick\\'s Day Parade", + "answer": "St. Patrick's Day Parade", "round": "Jeopardy!", "show_number": "3593", "fullAnswer": "St. Patrick\\'s Day Parade" @@ -2107214,7 +2002434,7 @@ "air_date": "2000-03-29", "question": "The title of this novella that won the 1953 Pulitzer Prize consists of 6 words, each of which is 3 letters long", "value": null, - "answer": "\\The Old Man and the Sea\\", + "answer": "The Old Man and the Sea", "round": "Final Jeopardy!", "show_number": "3593", "fullAnswer": "\\\"The Old Man and the Sea\\\"" @@ -2107244,7 +2002464,7 @@ "air_date": "2001-02-05", "question": "The saying \"Wearing his heart on his sleeve\" probably comes from a practice once performed on this holiday", "value": "$100", - "answer": "Valentine\\'s Day", + "answer": "Valentine's Day", "round": "Jeopardy!", "show_number": "3786", "fullAnswer": "Valentine\\'s Day" @@ -2107424,7 +2002644,7 @@ "air_date": "2001-02-05", "question": "This June day had been celebrated for 62 years, but it wasn't official until signed into law by Nixon in 1972", "value": "$400", - "answer": "Father\\'s Day", + "answer": "Father's Day", "round": "Jeopardy!", "show_number": "3786", "fullAnswer": "Father\\'s Day" @@ -2107544,7 +2002764,7 @@ "air_date": "2001-02-05", "question": "This Lucy Liu-Cameron Diaz-Drew Barrymore blockbuster was \"heaven sent\"", "value": "$200", - "answer": "Charlie\\'s Angels", + "answer": "Charlie's Angels", "round": "Double Jeopardy!", "show_number": "3786", "fullAnswer": "Charlie\\'s Angels" @@ -2108104,7 +2003324,7 @@ "air_date": "2003-05-05", "question": "This candy brand with a variety of hard candies introduced its \"Pick-A-Mix\" concept in 1958", "value": "$1000", - "answer": "Brach\\'s", + "answer": "Brach's", "round": "Jeopardy!", "show_number": "4311", "fullAnswer": "Brach\\'s" @@ -2108114,7 +2003334,7 @@ "air_date": "2003-05-05", "question": "30 Across:
Garry Moore Show
(four words)
(3, 3, 1, 6)", "value": "$1000", - "answer": "I\\'ve Got A Secret", + "answer": "I've Got A Secret", "round": "Jeopardy!", "show_number": "4311", "fullAnswer": "I\\'ve Got A Secret" @@ -2109014,7 +2004234,7 @@ "air_date": "1999-11-12", "question": "The name of the Finistere region, which juts into the Atlantic, comes from Latin meaning this", "value": "$1000", - "answer": "Land\\'s end", + "answer": "Land's end", "round": "Double Jeopardy!", "show_number": "3495", "fullAnswer": "Land\\'s end" @@ -2109164,7 +2004384,7 @@ "air_date": "2007-12-19", "question": "Until the 1950s, this island off French Guiana was used as a penal colony", "value": "$600", - "answer": "Devil\\'s Island", + "answer": "Devil's Island", "round": "Jeopardy!", "show_number": "5358", "fullAnswer": "Devil\\'s Island" @@ -2109279,16 +2004499,6 @@ "show_number": "5358", "fullAnswer": "Fred Savage" }, - { - "category": "ISLANDS", - "air_date": "2007-12-19", - "question": "(Sarah of the Clue Crew points out a South Atlantic island on a map on the monitor.) Tristan da Cunha is often called the most remote inhabited island--the nearest major city is this one, 1500 miles away", - "value": "$1000", - "answer": "Cape Town", - "round": "Jeopardy!", - "show_number": "5358", - "fullAnswer": "Cape Town" - }, { "category": "TV SHOWS BY CHARACTERS", "air_date": "2007-12-19", @@ -2109419,16 +2004629,6 @@ "show_number": "5358", "fullAnswer": "Kevin Spacey" }, - { - "category": "ANIMALS", - "air_date": "2007-12-19", - "question": "In classification, this type of bird seen here often overlaps with doves", - "value": "$800", - "answer": "pigeon", - "round": "Double Jeopardy!", - "show_number": "5358", - "fullAnswer": "a pigeon" - }, { "category": "OFFICIAL STATE FOODS", "air_date": "2007-12-19", @@ -2109509,16 +2004709,6 @@ "show_number": "5358", "fullAnswer": "Ivanhoe" }, - { - "category": "HEY, \"BB\"!", - "air_date": "2007-12-19", - "question": "It's the game played with the items seen here", - "value": "$1200", - "answer": "cribbage", - "round": "Double Jeopardy!", - "show_number": "5358", - "fullAnswer": "cribbage" - }, { "category": "BIBLICAL WARRIORS", "air_date": "2007-12-19", @@ -2110834,7 +2006024,7 @@ "air_date": "1998-12-17", "question": "Jack Burden is this book's central character; the 1949 movie switched it to Willie Stark", "value": "$1000", - "answer": "All The King\\'s Men", + "answer": "All The King's Men", "round": "Double Jeopardy!", "show_number": "3289", "fullAnswer": "All The King\\'s Men" @@ -2112304,7 +2007494,7 @@ "air_date": "1998-02-17", "question": "Hail, Hail! The tune of Verdi's \"Anvil Chorus\" was used by Theodore Morse in 1917 for this tune", "value": "$200", - "answer": "Hail, Hail, The Gang\\'s All Here", + "answer": "Hail, Hail, The Gang's All Here", "round": "Double Jeopardy!", "show_number": "3107", "fullAnswer": "Hail, Hail, The Gang\\'s All Here" @@ -2112399,16 +2007589,6 @@ "show_number": "3107", "fullAnswer": "Draft" }, - { - "category": "FROM CLASSICAL TUNES", - "air_date": "1998-02-17", - "question": "1963 novelty song that used the \"Dance Of The Hours\" from \"La Gioconda\", heard here:", - "value": "$1,000", - "answer": "Hello Muddah, Hello Fadduh (A Letter From Camp)", - "round": "Double Jeopardy!", - "show_number": "3107", - "fullAnswer": "\"Hello Muddah, Hello Fadduh (A Letter From Camp)\"" - }, { "category": "LATIN CLASS", "air_date": "1998-02-17", @@ -2112464,7 +2007644,7 @@ "air_date": "1998-02-17", "question": "Echoes of Mendelssohn's violin concerto haunt this song, Yvonne Elliman's hit from \"Jesus Christ Superstar\"", "value": "$800", - "answer": "I Don\\'t Know How To Love Him", + "answer": "I Don't Know How To Love Him", "round": "Double Jeopardy!", "show_number": "3107", "fullAnswer": "I Don\\'t Know How To Love Him" @@ -2112614,7 +2007794,7 @@ "air_date": "1999-03-25", "question": "This classic ride is based on the 1949 Disney film \"The Adventures of Ichabod & Mr. Toad\"", "value": "$200", - "answer": "Mr. Toad\\'s Wild Ride", + "answer": "Mr. Toad's Wild Ride", "round": "Jeopardy!", "show_number": "3359", "fullAnswer": "Mr. Toad\\'s Wild Ride" @@ -2112894,7 +2008074,7 @@ "air_date": "1999-03-25", "question": "Chayefsky's golf assistants", "value": "$200", - "answer": "Paddy\\'s caddies", + "answer": "Paddy's caddies", "round": "Double Jeopardy!", "show_number": "3359", "fullAnswer": "Paddy\\'s caddies" @@ -2112954,7 +2008134,7 @@ "air_date": "1999-03-25", "question": "Buck's ringlets", "value": "$400", - "answer": "Pearl\\'s curls", + "answer": "Pearl's curls", "round": "Double Jeopardy!", "show_number": "3359", "fullAnswer": "Pearl\\'s curls" @@ -2113014,7 +2008194,7 @@ "air_date": "1999-03-25", "question": "Germaine's lachrymations", "value": "$600", - "answer": "Greer\\'s tears", + "answer": "Greer's tears", "round": "Double Jeopardy!", "show_number": "3359", "fullAnswer": "Greer\\'s tears" @@ -2113064,7 +2008244,7 @@ "air_date": "1999-03-25", "question": "An egg salad recipe causes international intrigue in this Woody Allen classic", "value": "$800", - "answer": "What\\'s Up, Tiger Lily?", + "answer": "What's Up, Tiger Lily?", "round": "Double Jeopardy!", "show_number": "3359", "fullAnswer": "What\\'s Up, Tiger Lily?" @@ -2113074,7 +2008254,7 @@ "air_date": "1999-03-25", "question": "Graham's limas", "value": "$800", - "answer": "Greene\\'s beans", + "answer": "Greene's beans", "round": "Double Jeopardy!", "show_number": "3359", "fullAnswer": "Greene\\'s beans" @@ -2113114,7 +2008294,7 @@ "air_date": "1999-03-25", "question": "No one knows what happened to this prominent American atheist leader who disappeared in '95; she's still missing", "value": "$1000", - "answer": "Madalyn Murray O\\'Hair", + "answer": "Madalyn Murray O'Hair", "round": "Double Jeopardy!", "show_number": "3359", "fullAnswer": "Madalyn Murray O\\'Hair" @@ -2113134,7 +2008314,7 @@ "air_date": "1999-03-25", "question": "Playwright David's collection of Dashiell's detective stories", "value": "$1000", - "answer": "Mamet\\'s Hammetts", + "answer": "Mamet's Hammetts", "round": "Double Jeopardy!", "show_number": "3359", "fullAnswer": "Mamet\\'s Hammetts" @@ -2113774,7 +2008954,7 @@ "air_date": "2008-02-28", "question": "It was Ed McMahon's 2-word introduction of the star of \"The Tonight Show\"", "value": "$200", - "answer": "Heeeere\\'s Johnny", + "answer": "Heeeere's Johnny", "round": "Jeopardy!", "show_number": "5409", "fullAnswer": "\"Heeeere\\'s Johnny\"" @@ -2114059,16 +2009239,6 @@ "show_number": "5409", "fullAnswer": "low blood pressure" }, - { - "category": "JAPANESE CULTURE", - "air_date": "2008-02-28", - "question": "(Kelly of the Clue Crew delivers the clue from Kyoto, Japan.) Ikebana, the art of flower arranging, originated in early floral offerings of this religion", - "value": "$400", - "answer": "Buddhism", - "round": "Double Jeopardy!", - "show_number": "5409", - "fullAnswer": "Buddhism" - }, { "category": "SAMUEL L. JACKSON", "air_date": "2008-02-28", @@ -2114119,16 +2009289,6 @@ "show_number": "5409", "fullAnswer": "parson" }, - { - "category": "JAPANESE CULTURE", - "air_date": "2008-02-28", - "question": "(Kelly of the Clue Crew goes shoe shopping at Tokyo, Japan's Tsukiji Market.) Traditional geta footwear has an ancestor called tageta, which looked like snowshoes & were worn in the watery rice fields called these", - "value": "$800", - "answer": "paddies", - "round": "Double Jeopardy!", - "show_number": "5409", - "fullAnswer": "paddies" - }, { "category": "SAMUEL L. JACKSON", "air_date": "2008-02-28", @@ -2114179,16 +2009339,6 @@ "show_number": "5409", "fullAnswer": "suede" }, - { - "category": "JAPANESE CULTURE", - "air_date": "2008-02-28", - "question": "(Cheryl of the Clue Crew delivers the clue from the Shibori Gallery in Kyoto, Japan.) Shibori, a fabric coloring method that goes back hundreds of years, is the Japanese equivalent of this retro American method", - "value": "$1200", - "answer": "tie-dye", - "round": "Double Jeopardy!", - "show_number": "5409", - "fullAnswer": "tie-dye" - }, { "category": "SAMUEL L. JACKSON", "air_date": "2008-02-28", @@ -2114239,16 +2009389,6 @@ "show_number": "5409", "fullAnswer": "dollop" }, - { - "category": "JAPANESE CULTURE", - "air_date": "2008-02-28", - "question": "(Kelly of the Clue Crew delivers the clue from Tokyo, Japan.) In addition to artists & dancers, the government of Japan has designated swordsmiths & sword polishers living national these, an honor introduced in 1955", - "value": "$1600", - "answer": "treasures", - "round": "Double Jeopardy!", - "show_number": "5409", - "fullAnswer": "treasures" - }, { "category": "SAMUEL L. JACKSON", "air_date": "2008-02-28", @@ -2114299,16 +2009439,6 @@ "show_number": "5409", "fullAnswer": "stevedore" }, - { - "category": "JAPANESE CULTURE", - "air_date": "2008-02-28", - "question": "(Cheryl sits with a geisha in Kyoto, Japan.) A geisha's skills include playing this three-stringed Japanese instrument", - "value": "$2000", - "answer": "samisen", - "round": "Double Jeopardy!", - "show_number": "5409", - "fullAnswer": "a samisen" - }, { "category": "SAMUEL L. JACKSON", "air_date": "2008-02-28", @@ -2114349,16 +2009479,6 @@ "show_number": "5409", "fullAnswer": "Omaha" }, - { - "category": "WORD ORIGINS", - "air_date": "2008-02-28", - "question": "From the Italian word for bell, it's the 9-letter term for a bell tower like the Venetian one seen here", - "value": "$2000", - "answer": "campanile", - "round": "Double Jeopardy!", - "show_number": "5409", - "fullAnswer": "campanile" - }, { "category": "THE NFL", "air_date": "2008-02-28", @@ -2114484,7 +2009604,7 @@ "air_date": "2007-04-19", "question": "Can't join them if you beat them", "value": "$400", - "answer": "If you can\\'t beat them, join them", + "answer": "If you can't beat them, join them", "round": "Jeopardy!", "show_number": "5214", "fullAnswer": "\"If you can\\'t beat them, join them\"" @@ -2114554,7 +2009674,7 @@ "air_date": "2007-04-19", "question": "\"The escape of Cassy and Emmeline irritated the...surly temper of Legree to the last degree\"", "value": "$800", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Jeopardy!", "show_number": "5214", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -2114604,7 +2009724,7 @@ "air_date": "2007-04-19", "question": "New dog tricks you an old teach can't", "value": "$800", - "answer": "You can\\'t teach an old dog new tricks", + "answer": "You can't teach an old dog new tricks", "round": "Jeopardy!", "show_number": "5214", "fullAnswer": "\"You can\\'t teach an old dog new tricks\"" @@ -2114689,16 +2009809,6 @@ "show_number": "5214", "fullAnswer": "The Practice" }, - { - "category": "AT THE ART OPENING", - "air_date": "2007-04-19", - "question": "(Sarah of the Clue Crew reads next to a painting.)
This piece would go nicely over my couch. Too bad for me, it has a red dot next to it, signifying this.", - "value": "$400", - "answer": "it has been sold", - "round": "Double Jeopardy!", - "show_number": "5214", - "fullAnswer": "it has been sold" - }, { "category": "VERY SPECIFIC FORTUNE COOKIES", "air_date": "2007-04-19", @@ -2114749,16 +2009859,6 @@ "show_number": "5214", "fullAnswer": "The Six Million Dollar Man" }, - { - "category": "AT THE ART OPENING", - "air_date": "2007-04-19", - "question": "(Cheryl of the Clue Crew presents from an art gallery.)
By focusing the bouquet, these wine glasses are perfect for this, the world's most popular white wine grape.", - "value": "$800", - "answer": "Chardonnay", - "round": "Double Jeopardy!", - "show_number": "5214", - "fullAnswer": "Chardonnay" - }, { "category": "VERY SPECIFIC FORTUNE COOKIES", "air_date": "2007-04-19", @@ -2114769,16 +2009869,6 @@ "show_number": "5214", "fullAnswer": "vodka" }, - { - "category": "IN NEED OF A DATE", - "air_date": "2007-04-19", - "question": "Year of the swearing in ceremony seen here", - "value": "$800", - "answer": "1981", - "round": "Double Jeopardy!", - "show_number": "5214", - "fullAnswer": "1981" - }, { "category": "\"E\" HARMONY", "air_date": "2007-04-19", @@ -2114809,16 +2009899,6 @@ "show_number": "5214", "fullAnswer": "Buffy the Vampire Slayer" }, - { - "category": "AT THE ART OPENING", - "air_date": "2007-04-19", - "question": "(Jon of the Clue Crew regards a painting.) I'd say the work here is derivative of this man, who died in France in 1973", - "value": "$1200", - "answer": "Picasso", - "round": "Double Jeopardy!", - "show_number": "5214", - "fullAnswer": "Picasso" - }, { "category": "VERY SPECIFIC FORTUNE COOKIES", "air_date": "2007-04-19", @@ -2114869,16 +2009949,6 @@ "show_number": "5214", "fullAnswer": "Dynasty" }, - { - "category": "AT THE ART OPENING", - "air_date": "2007-04-19", - "question": "(Jimmy of the Clue Crew reads from an art gallery.)
As you see, sometimes an artist ventures to this traditional type of art, a sixteen-letter word meaning it looks like something real", - "value": "$1600", - "answer": "representational", - "round": "Double Jeopardy!", - "show_number": "5214", - "fullAnswer": "representational" - }, { "category": "VERY SPECIFIC FORTUNE COOKIES", "air_date": "2007-04-19", @@ -2114889,16 +2009959,6 @@ "show_number": "5214", "fullAnswer": "Winchester" }, - { - "category": "IN NEED OF A DATE", - "air_date": "2007-04-19", - "question": "Olympic year of triumph in which the photo seen here was taken", - "value": "$1600", - "answer": "1936", - "round": "Double Jeopardy!", - "show_number": "5214", - "fullAnswer": "1936" - }, { "category": "\"E\" HARMONY", "air_date": "2007-04-19", @@ -2114929,16 +2009989,6 @@ "show_number": "5214", "fullAnswer": "Sanford and Son" }, - { - "category": "AT THE ART OPENING", - "air_date": "2007-04-19", - "question": "(Kelly of the Clue Crew reads from an art gallery.)
The piece here entitled \"The Studio\" is one of these works created for a particular site, from the Latin for \"in place\"", - "value": "$2000", - "answer": "installation", - "round": "Double Jeopardy!", - "show_number": "5214", - "fullAnswer": "installation" - }, { "category": "VERY SPECIFIC FORTUNE COOKIES", "air_date": "2007-04-19", @@ -2115094,7 +2010144,7 @@ "air_date": "1999-06-29", "question": "They're what a top Southern Civil War general charged for his services", "value": "$200", - "answer": "Lee\\'s fees", + "answer": "Lee's fees", "round": "Jeopardy!", "show_number": "3427", "fullAnswer": "Lee\\'s fees" @@ -2115774,7 +2010824,7 @@ "air_date": "2000-10-31", "question": "\"You can get anything you want\" at this title location in an Arlo Guthrie hit", "value": "$400", - "answer": "Alice\\'s Restaurant", + "answer": "Alice's Restaurant", "round": "Jeopardy!", "show_number": "3717", "fullAnswer": "\"Alice\\'s Restaurant\"" @@ -2115829,22 +2010879,12 @@ "show_number": "3717", "fullAnswer": "Lee Harvey Oswald" }, - { - "category": "GO ASK ALICE", - "air_date": "2000-10-31", - "question": "Of the 2 women seen here in 1934, she's the Alice", - "value": "$500", - "answer": "Alice B. Toklas", - "round": "Jeopardy!", - "show_number": "3717", - "fullAnswer": "Alice B. Toklas" - }, { "category": "BELLY UP TO THE BAR", "air_date": "2000-10-31", "question": "The two brand names in a 7 & 7", "value": "$500", - "answer": "Seagram\\'s 7 & 7 Up", + "answer": "Seagram's 7 & 7 Up", "round": "Jeopardy!", "show_number": "3717", "fullAnswer": "Seagram\\'s 7 & 7 Up" @@ -2116219,16 +2011259,6 @@ "show_number": "5292", "fullAnswer": "Trump" }, - { - "category": "\"M\"ANIMAL", - "air_date": "2007-09-18", - "question": "In a Rudyard Kipling story, one of these animals saves a family from a deadly cobra", - "value": "$200", - "answer": "mongoose", - "round": "Jeopardy!", - "show_number": "5292", - "fullAnswer": "a mongoose" - }, { "category": "AFTER MASH", "air_date": "2007-09-18", @@ -2116339,16 +2011369,6 @@ "show_number": "5292", "fullAnswer": "Wrigley" }, - { - "category": "\"M\"ANIMAL", - "air_date": "2007-09-18", - "question": "Seen here, this tropical flier is known for its brilliant plumage and strong voice", - "value": "$600", - "answer": "macaw", - "round": "Jeopardy!", - "show_number": "5292", - "fullAnswer": "a macaw" - }, { "category": "AFTER MASH", "air_date": "2007-09-18", @@ -2116459,16 +2011479,6 @@ "show_number": "5292", "fullAnswer": "Google" }, - { - "category": "\"M\"ANIMAL", - "air_date": "2007-09-18", - "question": "We're sure you'll just love this rodent seen here", - "value": "$1000", - "answer": "muskrat", - "round": "Jeopardy!", - "show_number": "5292", - "fullAnswer": "a muskrat" - }, { "category": "AFTER MASH", "air_date": "2007-09-18", @@ -2116509,16 +2011519,6 @@ "show_number": "5292", "fullAnswer": "Michael Jordan" }, - { - "category": "DRUMMING", - "air_date": "2007-09-18", - "question": "(Cheryl of the Clue Crew sits at a drum set.) The ride cymbal is more for keeping time; this is the cymbal you hit when you when you want to end with a flourish", - "value": "$400", - "answer": "crash cymbal", - "round": "Double Jeopardy!", - "show_number": "5292", - "fullAnswer": "crash cymbal" - }, { "category": "THE BROWNINGS", "air_date": "2007-09-18", @@ -2116629,16 +2011629,6 @@ "show_number": "5292", "fullAnswer": "Charles Barkley" }, - { - "category": "DRUMMING", - "air_date": "2007-09-18", - "question": "(Jon of the Clue Crew sits at a drum set.) The bass drum, the lowest-pitched drum in the set, also has this other common 4-letter name", - "value": "$1200", - "answer": "kick drum", - "round": "Double Jeopardy!", - "show_number": "5292", - "fullAnswer": "kick drum" - }, { "category": "THE BROWNINGS", "air_date": "2007-09-18", @@ -2116709,16 +2011699,6 @@ "show_number": "5292", "fullAnswer": "Gang of Four" }, - { - "category": "AIN'T WE GOT PUN", - "air_date": "2007-09-18", - "question": "Hi. I'm Joely Fisher. I did my first L.A. cabaret act 8 months pregnant, so I just had to call it \"From Here To\" this", - "value": "$1600", - "answer": "Maternity", - "round": "Double Jeopardy!", - "show_number": "5292", - "fullAnswer": "Maternity" - }, { "category": "WORLD CAPITALS", "air_date": "2007-09-18", @@ -2116904,7 +2011884,7 @@ "air_date": "1996-11-12", "question": "Something on good authority is \"straight from\" this neigh sayer", "value": "$300", - "answer": "horse\\'s mouth", + "answer": "horse's mouth", "round": "Jeopardy!", "show_number": "2807", "fullAnswer": "the horse\\'s mouth" @@ -2117539,16 +2012519,6 @@ "show_number": "5871", "fullAnswer": "Glen Campbell" }, - { - "category": "FOOD AKA", - "air_date": "2010-03-08", - "question": "(Kelly of the clue shows a potted herb.) Talk about international flare, when it's in the garden, it's called Chinese parsley; when the leaves are used, it's Spanish cilantro; & the seeds used in cooking are called this from Middle English", - "value": "$1000", - "answer": "coriander", - "round": "Jeopardy!", - "show_number": "5871", - "fullAnswer": "coriander" - }, { "category": "ANAGRAMMED FLORIDA CITIES", "air_date": "2010-03-08", @@ -2117644,21 +2012614,11 @@ "air_date": "2010-03-08", "question": "He received an Oscar nomination for playing the all-powerful Henry II in \"The Lion in Winter\"", "value": "$800", - "answer": "O\\'Toole", + "answer": "O'Toole", "round": "Double Jeopardy!", "show_number": "5871", "fullAnswer": "(Peter) O\\'Toole" }, - { - "category": "MY FAIR LADY", - "air_date": "2010-03-08", - "question": "She's seen here getting swept off her feet by Paris", - "value": "$800", - "answer": "Helen ", - "round": "Double Jeopardy!", - "show_number": "5871", - "fullAnswer": "Helen (of Troy)" - }, { "category": "WEST SIDE STORY", "air_date": "2010-03-08", @@ -2117829,16 +2012789,6 @@ "show_number": "5871", "fullAnswer": "Thomas More" }, - { - "category": "MY FAIR LADY", - "air_date": "2010-03-08", - "question": "A courtesan of Athens is said to have been the model for Praxiteles' statue of this Greek goddess", - "value": "$2,000", - "answer": "Aphrodite", - "round": "Double Jeopardy!", - "show_number": "5871", - "fullAnswer": "Aphrodite" - }, { "category": "WEST SIDE STORY", "air_date": "2010-03-08", @@ -2118144,7 +2013094,7 @@ "air_date": "2001-02-23", "question": "\"All true believers shall break their eggs at the convenient end\" is a line from this 1726 work", "value": "$500", - "answer": "Gulliver\\'s Travels", + "answer": "Gulliver's Travels", "round": "Jeopardy!", "show_number": "3800", "fullAnswer": "\"Gulliver\\'s Travels\"" @@ -2119574,7 +2014524,7 @@ "air_date": "1994-11-16", "question": "Von Humboldt Fleischer is the title character of this 1976 Pulitzer Prize-winning novel", "value": "$800", - "answer": "Humboldt\\'s Gift", + "answer": "Humboldt's Gift", "round": "Double Jeopardy!", "show_number": "2348", "fullAnswer": "\"Humboldt\\'s Gift\"" @@ -2119734,7 +2014684,7 @@ "air_date": "1985-11-22", "question": "He played Archie Bunker", "value": "$100", - "answer": "Carrol O\\'Connor", + "answer": "Carrol O'Connor", "round": "Jeopardy!", "show_number": "315", "fullAnswer": "Carrol O\\'Connor" @@ -2119794,7 +2014744,7 @@ "air_date": "1985-11-22", "question": "In \"My Favorite Year\", his character admitted \"I'm not an actor; I'm a movie star\"", "value": "$200", - "answer": "Peter O\\'Toole", + "answer": "Peter O'Toole", "round": "Jeopardy!", "show_number": "315", "fullAnswer": "Peter O\\'Toole" @@ -2119839,22 +2014789,12 @@ "show_number": "315", "fullAnswer": "Buffalo, New York" }, - { - "category": "THE HOSPITAL", - "air_date": "1985-11-22", - "question": "A temporary Civil War hospital was only one ever in New Orleans with this famous title:", - "value": "$300", - "answer": "St. James Infirmary", - "round": "Jeopardy!", - "show_number": "315", - "fullAnswer": "the St. James Infirmary" - }, { "category": "O'HOLLYWOOD", "air_date": "1985-11-22", "question": "In \"Singin' in the Rain\", he knew how to \"Make 'Em Laugh\"", "value": "$300", - "answer": "Donald O\\'Connor", + "answer": "Donald O'Connor", "round": "Jeopardy!", "show_number": "315", "fullAnswer": "Donald O\\'Connor" @@ -2119914,7 +2014854,7 @@ "air_date": "1985-11-22", "question": "Not \"Rosemary's Baby\", but \"Rosemary's\" real-life mother", "value": "$400", - "answer": "Maureen O\\'Sullivan", + "answer": "Maureen O'Sullivan", "round": "Jeopardy!", "show_number": "315", "fullAnswer": "Maureen O\\'Sullivan" @@ -2119974,7 +2014914,7 @@ "air_date": "1985-11-22", "question": "At age 6, she asked the director, \"Do you want the tears to run all the way, or shall I stop halfway down?\"", "value": "$500", - "answer": "Margaret O\\'Brien", + "answer": "Margaret O'Brien", "round": "Jeopardy!", "show_number": "315", "fullAnswer": "Margaret O\\'Brien" @@ -2120014,7 +2014954,7 @@ "air_date": "1985-11-22", "question": "Why Henry Kissinger & I cannot run for President", "value": "$200", - "answer": "What is the fact that you weren\\'t born in the United States?", + "answer": "What is the fact that you weren't born in the United States?", "round": "Double Jeopardy!", "show_number": "315", "fullAnswer": "\"What is the fact that you weren\\'t born in the United States?\"" @@ -2120929,22 +2015869,12 @@ "show_number": "5374", "fullAnswer": "Risk" }, - { - "category": "HOW I LOOK DURING MY SUMMER VACATIONS", - "air_date": "2008-01-10", - "question": "Hey mon! That's me last summer sporting this hairstyle seen here, I'm jammin'!", - "value": "$200", - "answer": "dreadlocks", - "round": "Jeopardy!", - "show_number": "5374", - "fullAnswer": "dreadlocks" - }, { "category": "\"L\"ITERATURE", "air_date": "2008-01-10", "question": "The ban on this D.H. Lawrence book was lifted in 1959 in the U.S.", "value": "$200", - "answer": "Lady Chatterley\\'s Lover", + "answer": "Lady Chatterley's Lover", "round": "Jeopardy!", "show_number": "5374", "fullAnswer": "Lady Chatterley\\'s Lover" @@ -2120989,16 +2015919,6 @@ "show_number": "5374", "fullAnswer": "Scrabble" }, - { - "category": "HOW I LOOK DURING MY SUMMER VACATIONS", - "air_date": "2008-01-10", - "question": "Any insect remarks about this 'do I'm wearing here and I might say \"Kiss my grits!\"", - "value": "$400", - "answer": "beehive", - "round": "Jeopardy!", - "show_number": "5374", - "fullAnswer": "beehive" - }, { "category": "\"L\"ITERATURE", "air_date": "2008-01-10", @@ -2121049,16 +2015969,6 @@ "show_number": "5374", "fullAnswer": "Yahtzee" }, - { - "category": "HOW I LOOK DURING MY SUMMER VACATIONS", - "air_date": "2008-01-10", - "question": "One year I let my mustache grow and went with this rhyming look seen here", - "value": "$600", - "answer": "fu manchu", - "round": "Jeopardy!", - "show_number": "5374", - "fullAnswer": "fu manchu" - }, { "category": "\"L\"ITERATURE", "air_date": "2008-01-10", @@ -2121109,16 +2016019,6 @@ "show_number": "5374", "fullAnswer": "Monopoly" }, - { - "category": "HOW I LOOK DURING MY SUMMER VACATIONS", - "air_date": "2008-01-10", - "question": "Back in 1979 I put Ms. Derek to shame with this hairstyle seen here", - "value": "$800", - "answer": "cornrows", - "round": "Jeopardy!", - "show_number": "5374", - "fullAnswer": "cornrows" - }, { "category": "\"L\"ITERATURE", "air_date": "2008-01-10", @@ -2121169,16 +2016069,6 @@ "show_number": "5374", "fullAnswer": "Snakes & Ladders" }, - { - "category": "HOW I LOOK DURING MY SUMMER VACATIONS", - "air_date": "2008-01-10", - "question": "Oh yeah! The summer I sang in that barbershop quartet I had the 9-letter 'stache seen here", - "value": "$1000", - "answer": "handlebar", - "round": "Jeopardy!", - "show_number": "5374", - "fullAnswer": "handlebar" - }, { "category": "\"L\"ITERATURE", "air_date": "2008-01-10", @@ -2121219,16 +2016109,6 @@ "show_number": "5374", "fullAnswer": "Jackie Kennedy" }, - { - "category": "AN ART \"C\" CATEGORY", - "air_date": "2008-01-10", - "question": "Thomas Rowlandson, whose work in seen here, was a master of this form, from Italian for \"to load\"", - "value": "$400", - "answer": "caricature", - "round": "Double Jeopardy!", - "show_number": "5374", - "fullAnswer": "caricature" - }, { "category": "FORWARDS & BACKWARDS", "air_date": "2008-01-10", @@ -2121259,16 +2016139,6 @@ "show_number": "5374", "fullAnswer": "the (Gateway) Arch" }, - { - "category": "SCIENCE", - "air_date": "2008-01-10", - "question": "(Kelly of the Clue Crew reports from the Jeopardy! science lab.) Iodine reacts with this carbohydrate in food; if it's present, the iodine turns a bluish-black color", - "value": "$800", - "answer": "starch", - "round": "Double Jeopardy!", - "show_number": "5374", - "fullAnswer": "starch" - }, { "category": "THE FABULOUS FIFTIES", "air_date": "2008-01-10", @@ -2121339,16 +2016209,6 @@ "show_number": "5374", "fullAnswer": "Sherlock Holmes" }, - { - "category": "AN ART \"C\" CATEGORY", - "air_date": "2008-01-10", - "question": "You can see why Barnett Newman, whose work is shown here was part of the style known as \"this\" field", - "value": "$1200", - "answer": "color field", - "round": "Double Jeopardy!", - "show_number": "5374", - "fullAnswer": "the color field" - }, { "category": "FORWARDS & BACKWARDS", "air_date": "2008-01-10", @@ -2121379,16 +2016239,6 @@ "show_number": "5374", "fullAnswer": "the Louisiana Purchase" }, - { - "category": "SCIENCE", - "air_date": "2008-01-10", - "question": "(Kelly of the Clue Crew rubs a balloon on her hair in the Jeopardy! science lab.) Rubbing a balloon builds up electrons that then attract this type of particle in a metal can, from the Greek for \"first\"", - "value": "$1600", - "answer": "protons", - "round": "Double Jeopardy!", - "show_number": "5374", - "fullAnswer": "protons" - }, { "category": "THE FABULOUS FIFTIES", "air_date": "2008-01-10", @@ -2121459,16 +2016309,6 @@ "show_number": "5374", "fullAnswer": "the Andrea Doria" }, - { - "category": "AN ART \"C\" CATEGORY", - "air_date": "2008-01-10", - "question": "Here we see mastery of this technique from the Italian for \"bright and dark\", used to create a 3-D effect", - "value": "$2000", - "answer": "chiaroscuro", - "round": "Double Jeopardy!", - "show_number": "5374", - "fullAnswer": "chiaroscuro" - }, { "category": "FORWARDS & BACKWARDS", "air_date": "2008-01-10", @@ -2121529,16 +2016369,6 @@ "show_number": "5922", "fullAnswer": "Matthew McConaughey" }, - { - "category": "GOOD DOGGIE", - "air_date": "2010-05-18", - "question": "The Pembroke variety of this breed is popular with royalty", - "value": "$200", - "answer": "corgis", - "round": "Jeopardy!", - "show_number": "5922", - "fullAnswer": "corgis" - }, { "category": "THE NEW YORK TIMES LETTERS TO THE EDITOR", "air_date": "2010-05-18", @@ -2121609,16 +2016439,6 @@ "show_number": "5922", "fullAnswer": "Sapphire" }, - { - "category": "THE ATMOSPHERE", - "air_date": "2010-05-18", - "question": "(Sarah of the Clue Crew shows an animation on the monitor.) Fossil fuel-burning industries emit sulfur dioxide & nitrogen oxide, which combine with water in the atmosphere & fall as this nasty stuff", - "value": "$400", - "answer": "acid rain", - "round": "Jeopardy!", - "show_number": "5922", - "fullAnswer": "acid rain" - }, { "category": "DOUBLE \"E\"", "air_date": "2010-05-18", @@ -2121649,16 +2016469,6 @@ "show_number": "5922", "fullAnswer": "Frances McDormand" }, - { - "category": "GOOD DOGGIE", - "air_date": "2010-05-18", - "question": "This breed was originally raised by the Romans to fight lions", - "value": "$600", - "answer": "Rottweiler", - "round": "Jeopardy!", - "show_number": "5922", - "fullAnswer": "a Rottweiler" - }, { "category": "THE NEW YORK TIMES LETTERS TO THE EDITOR", "air_date": "2010-05-18", @@ -2121749,16 +2016559,6 @@ "show_number": "5922", "fullAnswer": "beseech" }, - { - "category": "LEGISLATURES OF THE WORLD", - "air_date": "2010-05-18", - "question": "(Sarah of the Clue Crew stands in an ornate chamber in The Hague, the Netherlands.) I'm the The Hague in the meeting place of the First Chamber, part of this Dutch Parliament for which a New York City borough is named", - "value": "$1000", - "answer": "Staten-Generaal", - "round": "Jeopardy!", - "show_number": "5922", - "fullAnswer": "the Staten-Generaal" - }, { "category": "McACTORS", "air_date": "2010-05-18", @@ -2121769,16 +2016569,6 @@ "show_number": "5922", "fullAnswer": "David McCallum" }, - { - "category": "GOOD DOGGIE", - "air_date": "2010-05-18", - "question": "The name of this breed comes from a Slavic word meaning \"swift\"", - "value": "$1000", - "answer": "Borzoi", - "round": "Jeopardy!", - "show_number": "5922", - "fullAnswer": "a Borzoi" - }, { "category": "THE NEW YORK TIMES LETTERS TO THE EDITOR", "air_date": "2010-05-18", @@ -2121829,16 +2016619,6 @@ "show_number": "5922", "fullAnswer": "Bobby McFerrin" }, - { - "category": "RHYME TIME", - "air_date": "2010-05-18", - "question": "I've created this, an exact duplicate of the flower you requested from that field in Afghanistan", - "value": "$400", - "answer": "copy poppy", - "round": "Double Jeopardy!", - "show_number": "5922", - "fullAnswer": "a copy poppy" - }, { "category": "STATES' LOWEST POINTS", "air_date": "2010-05-18", @@ -2121859,16 +2016639,6 @@ "show_number": "5922", "fullAnswer": "Deutschland" }, - { - "category": "DARWIN IN THE GALAPAGOS", - "air_date": "2010-05-18", - "question": "(Alex reports from a field of flowers in the Galapagos Islands, Ecuador.) Specimens of finches from different parts of the Galapagos gave Darwin a deep insight into evolution; later, back home in England, he figured out its mechanism, this 2-word term", - "value": "$400", - "answer": "natural selection", - "round": "Double Jeopardy!", - "show_number": "5922", - "fullAnswer": "natural selection" - }, { "category": "ALL ROADS LEAD TO CECIL RHODES", "air_date": "2010-05-18", @@ -2121889,16 +2016659,6 @@ "show_number": "5922", "fullAnswer": "Sheryl Crow" }, - { - "category": "RHYME TIME", - "air_date": "2010-05-18", - "question": "2-word phrase the photographer on Discovery could have said while close to the Russian space station in 1998", - "value": "$800", - "answer": "Mir here ", - "round": "Double Jeopardy!", - "show_number": "5922", - "fullAnswer": "Mir here (or Mir near)" - }, { "category": "STATES' LOWEST POINTS", "air_date": "2010-05-18", @@ -2121949,16 +2016709,6 @@ "show_number": "5922", "fullAnswer": "The Dixie Chicks" }, - { - "category": "RHYME TIME", - "air_date": "2010-05-18", - "question": "Vexing problem seen here", - "value": "$1200", - "answer": "preamble scramble", - "round": "Double Jeopardy!", - "show_number": "5922", - "fullAnswer": "preamble scramble" - }, { "category": "STATES' LOWEST POINTS", "air_date": "2010-05-18", @@ -2121979,16 +2016729,6 @@ "show_number": "5922", "fullAnswer": "Streusel" }, - { - "category": "DARWIN IN THE GALAPAGOS", - "air_date": "2010-05-18", - "question": "(Alex sits with some seals at the Galapagos Islands, Ecuador.) \"The circumstance that several of the islands possess their own species strikes me with wonder\", Darwin wrote in \"Journal of Researches\", which today is better known as \"The Voyage of\" this", - "value": "$1200", - "answer": "Beagle", - "round": "Double Jeopardy!", - "show_number": "5922", - "fullAnswer": "the Beagle" - }, { "category": "ALL ROADS LEAD TO CECIL RHODES", "air_date": "2010-05-18", @@ -2122009,16 +2016749,6 @@ "show_number": "5922", "fullAnswer": "Toto" }, - { - "category": "RHYME TIME", - "air_date": "2010-05-18", - "question": "Within the structure seen here lies the tube that passes food from pharynx to stomach", - "value": "$1600", - "answer": "sarcophagus esophagus", - "round": "Double Jeopardy!", - "show_number": "5922", - "fullAnswer": "sarcophagus esophagus" - }, { "category": "STATES' LOWEST POINTS", "air_date": "2010-05-18", @@ -2122089,26 +2016819,6 @@ "show_number": "5922", "fullAnswer": "Kansas" }, - { - "category": "\"EU\" VEY!", - "air_date": "2010-05-18", - "question": "This mid 20th-century architect designed Palm Springs' Kaufmann house seen here", - "value": "$2000", - "answer": "Richard Neutra", - "round": "Double Jeopardy!", - "show_number": "5922", - "fullAnswer": "Richard Neutra" - }, - { - "category": "DARWIN IN THE GALAPAGOS", - "air_date": "2010-05-18", - "question": "(Alex reports from the Galapagos Islands, Ecuador.) Darwin believed the shape of the mouth of this reptile might be an adaptation to its herbivorous diet", - "value": "$2000", - "answer": "iguana", - "round": "Double Jeopardy!", - "show_number": "5922", - "fullAnswer": "iguana" - }, { "category": "ROMAN EMPERORS", "air_date": "2010-05-18", @@ -2122294,7 +2017004,7 @@ "air_date": "2000-04-21", "question": "In 1960 the Everly Brothers reached the top of the charts with this tune", "value": "$300", - "answer": "Cathy\\'s Clown", + "answer": "Cathy's Clown", "round": "Jeopardy!", "show_number": "3610", "fullAnswer": "\"Cathy\\'s Clown\"" @@ -2122564,7 +2017274,7 @@ "air_date": "2000-04-21", "question": "Goat god's well-thought-out merrymaking schemes", "value": "$600", - "answer": "Pan\\'s plans", + "answer": "Pan's plans", "round": "Double Jeopardy!", "show_number": "3610", "fullAnswer": "Pan\\'s plans" @@ -2122614,7 +2017324,7 @@ "air_date": "2000-04-21", "question": "Top Greek god's prune squeezin's", "value": "$800", - "answer": "Zeus\\'s juices", + "answer": "Zeus's juices", "round": "Double Jeopardy!", "show_number": "3610", "fullAnswer": "Zeus\\'s juices" @@ -2122664,7 +2017374,7 @@ "air_date": "2000-04-21", "question": "A wisdom goddess' amphitheaters", "value": "$1000", - "answer": "Athena\\'s arenas", + "answer": "Athena's arenas", "round": "Double Jeopardy!", "show_number": "3610", "fullAnswer": "Athena\\'s arenas" @@ -2124054,7 +2018764,7 @@ "air_date": "1999-04-19", "question": "Trying to act \"Honor\"ably in this movie, Jack Nicholson asks, \"Do I ice her? Do I marry her?\"", "value": "$400", - "answer": "Prizzi\\'s Honor", + "answer": "Prizzi's Honor", "round": "Jeopardy!", "show_number": "3376", "fullAnswer": "Prizzi\\'s Honor" @@ -2124184,7 +2018894,7 @@ "air_date": "1999-04-19", "question": "Bunyan's barroom fisticuffs", "value": "$200", - "answer": "Paul\\'s brawls", + "answer": "Paul's brawls", "round": "Double Jeopardy!", "show_number": "3376", "fullAnswer": "Paul\\'s brawls" @@ -2124234,7 +2018944,7 @@ "air_date": "1999-04-19", "question": "Robin's booty that he stole from the rich", "value": "$400", - "answer": "Hood\\'s goods", + "answer": "Hood's goods", "round": "Double Jeopardy!", "show_number": "3376", "fullAnswer": "Hood\\'s goods" @@ -2124274,7 +2018984,7 @@ "air_date": "1999-04-19", "question": "On film she was Hannah's mother & Tarzan's Jane", "value": "$600", - "answer": "Maureen O\\'Sullivan", + "answer": "Maureen O'Sullivan", "round": "Double Jeopardy!", "show_number": "3376", "fullAnswer": "Maureen O\\'Sullivan" @@ -2124294,7 +2019004,7 @@ "air_date": "1999-04-19", "question": "Norse thunder god's daily duties", "value": "$600", - "answer": "Thor\\'s chores", + "answer": "Thor's chores", "round": "Double Jeopardy!", "show_number": "3376", "fullAnswer": "Thor\\'s chores" @@ -2124344,7 +2019054,7 @@ "air_date": "1999-04-19", "question": "Leontes is the king of Sicilia in this \"seasonal\" play set in Sicilia & Bohemia", "value": "$800", - "answer": "Winter\\'s Tale", + "answer": "Winter's Tale", "round": "Double Jeopardy!", "show_number": "3376", "fullAnswer": "The Winter\\'s Tale" @@ -2124354,7 +2019064,7 @@ "air_date": "1999-04-19", "question": "Legendary Carthaginian queen's faithful dogs", "value": "$800", - "answer": "Dido\\'s Fidos", + "answer": "Dido's Fidos", "round": "Double Jeopardy!", "show_number": "3376", "fullAnswer": "Dido\\'s Fidos" @@ -2124414,7 +2019124,7 @@ "air_date": "1999-04-19", "question": "Gentleman's comforting \"companions\" in the Greek underworld", "value": "$1000", - "answer": "Hades\\' ladies", + "answer": "Hades' ladies", "round": "Double Jeopardy!", "show_number": "3376", "fullAnswer": "Hades\\' ladies" @@ -2124494,7 +2019204,7 @@ "air_date": "1999-04-08", "question": "This band with an \"Appetite for Destruction\" is known as G N' R", "value": "$200", - "answer": "Guns N\\' Roses", + "answer": "Guns N' Roses", "round": "Jeopardy!", "show_number": "3369", "fullAnswer": "Guns N\\' Roses" @@ -2125129,16 +2019839,6 @@ "show_number": "5730", "fullAnswer": "Johann Sebastian Bach" }, - { - "category": "PUBS & TAVERNS", - "air_date": "2009-07-03", - "question": "The good folk at gdaypubs.com are making a major pub crawl in this country, which has more than 4,000 of them", - "value": "$400", - "answer": "Australia", - "round": "Jeopardy!", - "show_number": "5730", - "fullAnswer": "Australia" - }, { "category": "HERE, PIGGY, PIGGY, PIGGY", "air_date": "2009-07-03", @@ -2125249,16 +2019949,6 @@ "show_number": "5730", "fullAnswer": "Queen Victoria" }, - { - "category": "PUBS & TAVERNS", - "air_date": "2009-07-03", - "question": "(Kelly of the Clue Crew reports from the Raleigh Tavern in Williamsburg, VA.) The Raleigh Tavern here in Williamsburg has hosted many a feast, including one for this Frenchman during his triumphant return to America in 1824", - "value": "$800", - "answer": "Lafayette", - "round": "Jeopardy!", - "show_number": "5730", - "fullAnswer": "Lafayette" - }, { "category": "HERE, PIGGY, PIGGY, PIGGY", "air_date": "2009-07-03", @@ -2125659,26 +2020349,6 @@ "show_number": "5429", "fullAnswer": "Dublin" }, - { - "category": "BUNNY", - "air_date": "2008-03-27", - "question": "In the 1940 cartoon \"A Wild Hare\", this character utters the iconic \"What's up, Doc?\" line for the first time", - "value": "$200", - "answer": "Bugs Bunny", - "round": "Jeopardy!", - "show_number": "5429", - "fullAnswer": "Bugs Bunny" - }, - { - "category": "LOCO FOR LOGOS", - "air_date": "2008-03-27", - "question": "Fast-forward into the 21st century with this electronic device that \"gets you way more than a DVR\"", - "value": "$200", - "answer": "TiVo", - "round": "Jeopardy!", - "show_number": "5429", - "fullAnswer": "TiVo" - }, { "category": "NURSERY RHYMES ON THE 11 O'CLOCK NEWS", "air_date": "2008-03-27", @@ -2125709,16 +2020379,6 @@ "show_number": "5429", "fullAnswer": "an almanac" }, - { - "category": "EASTER", - "air_date": "2008-03-27", - "question": "These fund-raising stamps for disabled children were first issued in 1934", - "value": "$400", - "answer": "Easter Seals", - "round": "Jeopardy!", - "show_number": "5429", - "fullAnswer": "Easter Seals" - }, { "category": "BUNNY", "air_date": "2008-03-27", @@ -2125729,16 +2020389,6 @@ "show_number": "5429", "fullAnswer": "the Energizer Bunny" }, - { - "category": "LOCO FOR LOGOS", - "air_date": "2008-03-27", - "question": "Before being spun off in 1934 this airline was part of Boeing", - "value": "$400", - "answer": "United", - "round": "Jeopardy!", - "show_number": "5429", - "fullAnswer": "United" - }, { "category": "NURSERY RHYMES ON THE 11 O'CLOCK NEWS", "air_date": "2008-03-27", @@ -2125789,22 +2020439,12 @@ "show_number": "5429", "fullAnswer": "the bunny hop" }, - { - "category": "LOCO FOR LOGOS", - "air_date": "2008-03-27", - "question": "(Cheryl of the Clue Crew compares a logo with its antecedent.) This association adapted the Duke of Lorraine's emblem because they, too, were fighting a crusade, but against tuberculosis", - "value": "$600", - "answer": "American Lung Association", - "round": "Jeopardy!", - "show_number": "5429", - "fullAnswer": "the American Lung Association" - }, { "category": "NURSERY RHYMES ON THE 11 O'CLOCK NEWS", "air_date": "2008-03-27", "question": "She terrorized 3 non-sighted rodents & dismembered them; I've never seen such a sight in my life", "value": "$600", - "answer": "farmer\\'s wife", + "answer": "farmer's wife", "round": "Jeopardy!", "show_number": "5429", "fullAnswer": "the farmer\\'s wife" @@ -2125849,16 +2020489,6 @@ "show_number": "5429", "fullAnswer": "Lauren Hutton" }, - { - "category": "LOCO FOR LOGOS", - "air_date": "2008-03-27", - "question": "The first credit card that could be used at multiple businesses was started by this company", - "value": "$3,000", - "answer": "Diners Club", - "round": "Jeopardy!", - "show_number": "5429", - "fullAnswer": "Diners Club" - }, { "category": "NURSERY RHYMES ON THE 11 O'CLOCK NEWS", "air_date": "2008-03-27", @@ -2125879,16 +2020509,6 @@ "show_number": "5429", "fullAnswer": "an owl" }, - { - "category": "\"MAN\" IN THE MIDDLE", - "air_date": "2008-03-27", - "question": "In the photo seen here, it's the snow-laced mountain in the background", - "value": "$800", - "answer": "Kilimanjaro", - "round": "Jeopardy!", - "show_number": "5429", - "fullAnswer": "Kilimanjaro" - }, { "category": "EASTER", "air_date": "2008-03-27", @@ -2125909,16 +2020529,6 @@ "show_number": "5429", "fullAnswer": "Thumper" }, - { - "category": "LOCO FOR LOGOS", - "air_date": "2008-03-27", - "question": "This company is named after the aircraft carrier the owner served on during World War II", - "value": "$1000", - "answer": "Enterprise Rent-A-Car", - "round": "Jeopardy!", - "show_number": "5429", - "fullAnswer": "Enterprise Rent-A-Car" - }, { "category": "NURSERY RHYMES ON THE 11 O'CLOCK NEWS", "air_date": "2008-03-27", @@ -2125969,16 +2020579,6 @@ "show_number": "5429", "fullAnswer": "The Bridges of Madison County" }, - { - "category": "MY, YOU'VE AGED", - "air_date": "2008-03-27", - "question": "Maybe you can see here why Edison said \"Genius is one percent inspiration and 99 percent\" this", - "value": "$400", - "answer": "perspiration", - "round": "Double Jeopardy!", - "show_number": "5429", - "fullAnswer": "perspiration" - }, { "category": "VIVA ITALIA", "air_date": "2008-03-27", @@ -2126074,7 +2020674,7 @@ "air_date": "2008-03-27", "question": "The title of this problem comedy tells you how everything is going to turn out when the play is over", "value": "$1200", - "answer": "All\\'s Well that Ends Well", + "answer": "All's Well that Ends Well", "round": "Double Jeopardy!", "show_number": "5429", "fullAnswer": "All\\'s Well that Ends Well" @@ -2126089,16 +2020689,6 @@ "show_number": "5429", "fullAnswer": "Rawhide" }, - { - "category": "MY, YOU'VE AGED", - "air_date": "2008-03-27", - "question": "The 1530s were hard on Henry VIII; marital problems, weight gain, & this action taken by the Pope in 1533", - "value": "$1200", - "answer": "excommunication", - "round": "Double Jeopardy!", - "show_number": "5429", - "fullAnswer": "excommunication" - }, { "category": "VIVA ITALIA", "air_date": "2008-03-27", @@ -2126159,16 +2020749,6 @@ "show_number": "5429", "fullAnswer": "Dustin Hoffman" }, - { - "category": "VIVA ITALIA", - "air_date": "2008-03-27", - "question": "Modeled in part on aircraft landing gear, this brand of motor scooter was first produced in Tuscany in 1946", - "value": "$1600", - "answer": "Vespa", - "round": "Double Jeopardy!", - "show_number": "5429", - "fullAnswer": "Vespa" - }, { "category": "I'LL HAVE THE LAME DUCK", "air_date": "2008-03-27", @@ -2126209,16 +2020789,6 @@ "show_number": "5429", "fullAnswer": "the Irving G. Thalberg Memorial Award" }, - { - "category": "MY, YOU'VE AGED", - "air_date": "2008-03-27", - "question": "In the 1850s Robert E. Lee was a dashing, dark-haired officer; by this year of Gettysburg, his hair was white", - "value": "$2000", - "answer": "1863", - "round": "Double Jeopardy!", - "show_number": "5429", - "fullAnswer": "1863" - }, { "category": "VIVA ITALIA", "air_date": "2008-03-27", @@ -2126274,7 +2020844,7 @@ "air_date": "2010-10-06", "question": "Once a scooper, Jan is now the top taste tester at this Vermont-based ice cream company", "value": "$200", - "answer": "Ben & Jerry\\'s", + "answer": "Ben & Jerry's", "round": "Jeopardy!", "show_number": "5993", "fullAnswer": "Ben & Jerry\\'s" @@ -2126319,16 +2020889,6 @@ "show_number": "5993", "fullAnswer": "X" }, - { - "category": "HISTORIC BATTLES", - "air_date": "2010-10-06", - "question": "\"Colonel William Prescott, June 17, 1775\", reads the inscription memorializing this Boston battle", - "value": "$400", - "answer": "Battle of Bunker Hill", - "round": "Jeopardy!", - "show_number": "5993", - "fullAnswer": "the Battle of Bunker Hill" - }, { "category": "THE BRADY BUNCH IN TODAY'S WORKFORCE", "air_date": "2010-10-06", @@ -2126579,16 +2021139,6 @@ "show_number": "5993", "fullAnswer": "\"1999\"" }, - { - "category": "WANT TO RACE?", - "air_date": "2010-10-06", - "question": "(Alex drives a race car at the Toyota Grand Prix.) When braking & downshifting, it's always a good idea to tap this pedal in order to increase your RPMs for a smooth transition", - "value": "$400", - "answer": "accelerator", - "round": "Double Jeopardy!", - "show_number": "5993", - "fullAnswer": "an accelerator" - }, { "category": "YOU'VE GOT SHE MAIL", "air_date": "2010-10-06", @@ -2126639,16 +2021189,6 @@ "show_number": "5993", "fullAnswer": "\"When Doves Cry\"" }, - { - "category": "WANT TO RACE?", - "air_date": "2010-10-06", - "question": "(Sarah of the Clue Crew is at the Toyota Grand Prix.) The addition of a 6-point roll cage provides extra safety, & also strengthens this, the body of the car, from the Latin for \"box\"", - "value": "$800", - "answer": "chassis", - "round": "Double Jeopardy!", - "show_number": "5993", - "fullAnswer": "the chassis" - }, { "category": "YOU'VE GOT SHE MAIL", "air_date": "2010-10-06", @@ -2126699,16 +2021239,6 @@ "show_number": "5993", "fullAnswer": "\"Raspberry Beret\"" }, - { - "category": "WANT TO RACE?", - "air_date": "2010-10-06", - "question": "(Alex delivers the clue from the Toyota Grand Prix.) In math, this 4-letter term is the top part of a triangle, but in car racing, it's the innermost part of a turn", - "value": "$1200", - "answer": "apex", - "round": "Double Jeopardy!", - "show_number": "5993", - "fullAnswer": "the apex" - }, { "category": "YOU'VE GOT SHE MAIL", "air_date": "2010-10-06", @@ -2126759,16 +2021289,6 @@ "show_number": "5993", "fullAnswer": "\"Purple Rain\"" }, - { - "category": "WANT TO RACE?", - "air_date": "2010-10-06", - "question": "(Sarah of the Clue Crew is at the Toyota Grand Prix.) The cars got more power due to the addition of this super device that forces air into the combustion chamber for a bigger bang & more horsepower", - "value": "$1600", - "answer": "supercharger", - "round": "Double Jeopardy!", - "show_number": "5993", - "fullAnswer": "a supercharger" - }, { "category": "YOU'VE GOT SHE MAIL", "air_date": "2010-10-06", @@ -2126809,16 +2021329,6 @@ "show_number": "5993", "fullAnswer": "(Extra time and) \"Kiss\"" }, - { - "category": "WANT TO RACE?", - "air_date": "2010-10-06", - "question": "(Alex gets some safety pointers at the Toyota Grand Prix.)
\"Okay, you want to make sure that this strap is low and tight.\"
\"Okay, like that?\"
\"Good.\"
I'm getting advice on the proper installation of my seat belts from the junior member of this family, the family with the most Indy 500 wins", - "value": "$2000", - "answer": "Unsers", - "round": "Double Jeopardy!", - "show_number": "5993", - "fullAnswer": "the Unsers" - }, { "category": "YOU'VE GOT SHE MAIL", "air_date": "2010-10-06", @@ -2127554,7 +2022064,7 @@ "air_date": "1997-02-10", "question": "We'll be doggone if Charles Grodin didn't return for this 1993 sequel about a St. Bernard", "value": "$300", - "answer": "Beethoven\\'s 2nd", + "answer": "Beethoven's 2nd", "round": "Jeopardy!", "show_number": "2871", "fullAnswer": "\"Beethoven\\'s 2nd\"" @@ -2128264,7 +2022774,7 @@ "air_date": "1989-11-10", "question": "It completes the title of the 1973 film \"No Sex Please,...\"", "value": "$500", - "answer": "We\\'re British", + "answer": "We're British", "round": "Jeopardy!", "show_number": "1195", "fullAnswer": "\"We\\'re British\"" @@ -2128344,7 +2022854,7 @@ "air_date": "1989-11-10", "question": "This Ibsen play usually ends with Nora leaving home because she's tired of being treated like a toy", "value": "$200", - "answer": "A Doll\\'s House", + "answer": "A Doll's House", "round": "Double Jeopardy!", "show_number": "1195", "fullAnswer": "\"A Doll\\'s House\"" @@ -2128929,16 +2023439,6 @@ "show_number": "5679", "fullAnswer": "Bono" }, - { - "category": "A PORTRAIT OF THE ARTIST", - "air_date": "2009-04-23", - "question": "He created the self-portrait seen here in 1986", - "value": "$400", - "answer": "Warhol", - "round": "Double Jeopardy!", - "show_number": "5679", - "fullAnswer": "(Andy) Warhol" - }, { "category": "AS A YOUNG MAN", "air_date": "2009-04-23", @@ -2128989,16 +2023489,6 @@ "show_number": "5679", "fullAnswer": "Bob Geldof" }, - { - "category": "A PORTRAIT OF THE ARTIST", - "air_date": "2009-04-23", - "question": "If you can't remember the name of this painter, just put your lips together and blow", - "value": "$800", - "answer": "Whistler", - "round": "Double Jeopardy!", - "show_number": "5679", - "fullAnswer": "Whistler" - }, { "category": "AS A YOUNG MAN", "air_date": "2009-04-23", @@ -2129049,16 +2023539,6 @@ "show_number": "5679", "fullAnswer": "Gabriel Byrne" }, - { - "category": "A PORTRAIT OF THE ARTIST", - "air_date": "2009-04-23", - "question": "This early Renaissance great didn't go to the School of Athens, he studied in Italy", - "value": "$1200", - "answer": "Raphael", - "round": "Double Jeopardy!", - "show_number": "5679", - "fullAnswer": "Raphael" - }, { "category": "AS A YOUNG MAN", "air_date": "2009-04-23", @@ -2129104,21 +2023584,11 @@ "air_date": "2009-04-23", "question": "Shaven-headed woman who sang \"Mandinka\"", "value": "$1600", - "answer": "Sinead O\\'Connor", + "answer": "Sinead O'Connor", "round": "Double Jeopardy!", "show_number": "5679", "fullAnswer": "Sinead O\\'Connor" }, - { - "category": "A PORTRAIT OF THE ARTIST", - "air_date": "2009-04-23", - "question": "In 1872, this Frenchman became a dad, later the father of modern art", - "value": "$1600", - "answer": "Paul Cezanne", - "round": "Double Jeopardy!", - "show_number": "5679", - "fullAnswer": "Paul Cezanne" - }, { "category": "AS A YOUNG MAN", "air_date": "2009-04-23", @@ -2129169,16 +2023639,6 @@ "show_number": "5679", "fullAnswer": "Fionnula Flanagan" }, - { - "category": "A PORTRAIT OF THE ARTIST", - "air_date": "2009-04-23", - "question": "Seen here is a self-portrait of this impressionist, better known for portraits of women", - "value": "$2000", - "answer": "Renoir", - "round": "Double Jeopardy!", - "show_number": "5679", - "fullAnswer": "Renoir" - }, { "category": "AS A YOUNG MAN", "air_date": "2009-04-23", @@ -2129339,16 +2023799,6 @@ "show_number": "4137", "fullAnswer": "\"I met a man with no feet\"" }, - { - "category": "INSPIRED CHARACTERS", - "air_date": "2002-09-03", - "question": "(Sofia of the Clue Crew gives the clue from Louisa May Alcott's house in Concord, Massachusetts.) Here in the parlor in 1860, Anna Alcott, the model for this oldest March sister, married John Bridge Pratt", - "value": "$600", - "answer": "Meg", - "round": "Jeopardy!", - "show_number": "4137", - "fullAnswer": "Meg" - }, { "category": "POP STARS A.K.A.", "air_date": "2002-09-03", @@ -2129389,16 +2023839,6 @@ "show_number": "4137", "fullAnswer": "eyelashes" }, - { - "category": "WHAT A CLICHE", - "air_date": "2002-09-03", - "question": "(Cheryl of the Clue Crew demonstates science.) The electrical charge in the tube is seeking this path, so it's moving from the tube to my body", - "value": "$600", - "answer": "path of least resistance", - "round": "Jeopardy!", - "show_number": "4137", - "fullAnswer": "the path of least resistance" - }, { "category": "INSPIRED CHARACTERS", "air_date": "2002-09-03", @@ -2129499,26 +2023939,6 @@ "show_number": "4137", "fullAnswer": "Louisiana" }, - { - "category": "BEAUTY TIPS", - "air_date": "2002-09-03", - "question": "(Sofia of the Clue Crew gives the clue in a bikini.) Protect your skin by wearing a sunscreen with an SPF of 15 or higher, \"SPF\" standing for this", - "value": "$1000", - "answer": "sun protection factor", - "round": "Jeopardy!", - "show_number": "4137", - "fullAnswer": "sun protection factor" - }, - { - "category": "WHAT A CLICHE", - "air_date": "2002-09-03", - "question": "This cliche originated with the caption of the cartoon seen here; Note what the man facing you is carrying", - "value": "$1000", - "answer": "Back to the drawing board.", - "round": "Jeopardy!", - "show_number": "4137", - "fullAnswer": "\"Back to the drawing board.\"" - }, { "category": "DR. WHO...", "air_date": "2002-09-03", @@ -2129569,16 +2023989,6 @@ "show_number": "4137", "fullAnswer": "Captain Cook" }, - { - "category": "ENTERPRISE", - "air_date": "2002-09-03", - "question": "The B & N in bn.com stand for these 2 names", - "value": "$400", - "answer": "Barnes & Noble", - "round": "Double Jeopardy!", - "show_number": "4137", - "fullAnswer": "Barnes & Noble" - }, { "category": "DR. WHO...", "air_date": "2002-09-03", @@ -2129729,16 +2024139,6 @@ "show_number": "4137", "fullAnswer": "a viewfinder" }, - { - "category": "STAR TRACK", - "air_date": "2002-09-03", - "question": "(Hi. I'm Mackenzie Phillips.) This actress who used to play my little sister is now married to a big-time rock star", - "value": "$1600", - "answer": "Valerie Bertinelli", - "round": "Double Jeopardy!", - "show_number": "4137", - "fullAnswer": "Valerie Bertinelli" - }, { "category": "VOYAGER", "air_date": "2002-09-03", @@ -2129979,16 +2024379,6 @@ "show_number": "5661", "fullAnswer": "(Edgar Allan) Poe" }, - { - "category": "PERSONAL FOWLS", - "air_date": "2009-03-30", - "question": "Birds seen in this engraving are based on a painting by this naturalist", - "value": "$600", - "answer": "Audubon", - "round": "Jeopardy!", - "show_number": "5661", - "fullAnswer": "(John James) Audubon" - }, { "category": "I'M LATIN INTOLERANT", "air_date": "2009-03-30", @@ -2130164,21 +2024554,11 @@ "air_date": "2009-03-30", "question": "Mrs. Kennedy's light tan pants", "value": "$400", - "answer": "Jackie\\'s khakis", + "answer": "Jackie's khakis", "round": "Double Jeopardy!", "show_number": "5661", "fullAnswer": "Jackie\\'s khakis" }, - { - "category": "FACE", - "air_date": "2009-03-30", - "question": "His 1859 hanging inspired a song", - "value": "$400", - "answer": "John Brown", - "round": "Double Jeopardy!", - "show_number": "5661", - "fullAnswer": "John Brown" - }, { "category": "\"THE\" NATION", "air_date": "2009-03-30", @@ -2130224,21 +2024604,11 @@ "air_date": "2009-03-30", "question": "Mrs. Madison's tennis shots", "value": "$800", - "answer": "Dolley\\'s volleys", + "answer": "Dolley's volleys", "round": "Double Jeopardy!", "show_number": "5661", "fullAnswer": "Dolley\\'s volleys" }, - { - "category": "FACE", - "air_date": "2009-03-30", - "question": "Saintly woman seen here", - "value": "$800", - "answer": "Saint Joan of Arc", - "round": "Double Jeopardy!", - "show_number": "5661", - "fullAnswer": "Saint Joan of Arc" - }, { "category": "\"THE\" NATION", "air_date": "2009-03-30", @@ -2130249,16 +2024619,6 @@ "show_number": "5661", "fullAnswer": "the Philippines" }, - { - "category": "MILITARY ABBREV.", - "air_date": "2009-03-30", - "question": "(Jon of the Clue Crew reports from Marine Corps base Quantico.) Marines here at Quantico are training on the MRAP, designed to protect against roadside explosives and short for this \"resistant, ambush protected\"", - "value": "$1200", - "answer": "mine", - "round": "Double Jeopardy!", - "show_number": "5661", - "fullAnswer": "mine" - }, { "category": "1980s MOVIE CHARACTERS", "air_date": "2009-03-30", @@ -2130284,21 +2024644,11 @@ "air_date": "2009-03-30", "question": "Mrs. Coolidge's running competitions", "value": "$1200", - "answer": "Grace\\'s races", + "answer": "Grace's races", "round": "Double Jeopardy!", "show_number": "5661", "fullAnswer": "Grace\\'s races" }, - { - "category": "FACE", - "air_date": "2009-03-30", - "question": "This eminent Victorian was a Pip of an author", - "value": "$1200", - "answer": "Charles Dickens", - "round": "Double Jeopardy!", - "show_number": "5661", - "fullAnswer": "Charles Dickens" - }, { "category": "\"THE\" NATION", "air_date": "2009-03-30", @@ -2130344,21 +2024694,11 @@ "air_date": "2009-03-30", "question": "Mrs. Hoover's vocal sounds of disapproval", "value": "$1600", - "answer": "Lou\\'s boos", + "answer": "Lou's boos", "round": "Double Jeopardy!", "show_number": "5661", "fullAnswer": "Lou\\'s boos" }, - { - "category": "FACE", - "air_date": "2009-03-30", - "question": "His writing was revolutionary", - "value": "$1600", - "answer": "Karl Marx", - "round": "Double Jeopardy!", - "show_number": "5661", - "fullAnswer": "Karl Marx" - }, { "category": "\"THE\" NATION", "air_date": "2009-03-30", @@ -2130369,16 +2024709,6 @@ "show_number": "5661", "fullAnswer": "the Czech Republic (or the Slovak Republic)" }, - { - "category": "MILITARY ABBREV.", - "air_date": "2009-03-30", - "question": "(Kelly of the Clue Crew reports from Marine Corps base Quantico.) Of the Marines' six war-fighting functions, this one--C2 for short--is a challenge for confused urban warfare being simulated here at Quantico", - "value": "$2000", - "answer": "command & control", - "round": "Double Jeopardy!", - "show_number": "5661", - "fullAnswer": "command & control" - }, { "category": "1980s MOVIE CHARACTERS", "air_date": "2009-03-30", @@ -2130404,21 +2024734,11 @@ "air_date": "2009-03-30", "question": "Julia Dent's mother's sisters", "value": "$2000", - "answer": "Grant\\'s aunts", + "answer": "Grant's aunts", "round": "Double Jeopardy!", "show_number": "5661", "fullAnswer": "Grant\\'s aunts" }, - { - "category": "FACE", - "air_date": "2009-03-30", - "question": "Czar-y-eyed holy man seen here", - "value": "$2000", - "answer": "Rasputin", - "round": "Double Jeopardy!", - "show_number": "5661", - "fullAnswer": "Rasputin" - }, { "category": "\"THE\" NATION", "air_date": "2009-03-30", @@ -2130704,7 +2025024,7 @@ "air_date": "2002-09-30", "question": "Harry Chapin's \"son turned 10 just the other day\" in this song, No. 1 back in 1974", "value": "$1000", - "answer": "Cat\\'s in the Cradle", + "answer": "Cat's in the Cradle", "round": "Jeopardy!", "show_number": "4156", "fullAnswer": "\"Cat\\'s in the Cradle\"" @@ -2130914,7 +2025234,7 @@ "air_date": "2002-09-30", "question": "Added to the National Film Registry list in 2000 was a 1957 short that featured snacks singing this song", "value": "$1200", - "answer": "Let\\'s All Go to the Lobby to Get Ourselves a Treat", + "answer": "Let's All Go to the Lobby to Get Ourselves a Treat", "round": "Double Jeopardy!", "show_number": "4156", "fullAnswer": "\"Let\\'s All Go to the Lobby to Get Ourselves a Treat\"" @@ -2132094,7 +2026414,7 @@ "air_date": "1999-12-03", "question": "One of the first African adventure stories, this 1885 novel chronicled the search for legendary diamond mines", "value": "$600", - "answer": "King Solomon\\'s Mines", + "answer": "King Solomon's Mines", "round": "Double Jeopardy!", "show_number": "3510", "fullAnswer": "\"King Solomon\\'s Mines\"" @@ -2132909,16 +2027229,6 @@ "show_number": "6274", "fullAnswer": "custard" }, - { - "category": "PARDON MY FRENCH", - "air_date": "2011-12-22", - "question": "This military force is still used today when France has problems overseas", - "value": "$200", - "answer": "Foreign Legion", - "round": "Jeopardy!", - "show_number": "6274", - "fullAnswer": "the Foreign Legion" - }, { "category": "A MATTER OF SOME GRAVITY", "air_date": "2011-12-22", @@ -2133109,16 +2027419,6 @@ "show_number": "6274", "fullAnswer": "center of gravity" }, - { - "category": "FRUITS & VEGETABLES", - "air_date": "2011-12-22", - "question": "Prickly but edible, they're one letter different from the name of cities in Arizona & Mexico", - "value": "$1000", - "answer": "nopales", - "round": "Jeopardy!", - "show_number": "6274", - "fullAnswer": "nopales" - }, { "category": "BEWARE OF GOD", "air_date": "2011-12-22", @@ -2133259,16 +2027559,6 @@ "show_number": "6274", "fullAnswer": "Rhode Island" }, - { - "category": "IN BRITAIN'S NATIONAL PORTRAIT GALLERY", - "air_date": "2011-12-22", - "question": "(Jimmy of the Clue Crew shows a painting on the monitor.) It looks like the painter initially included himself but then changed his mind; that shy artist was Branwell, the brother of these literary siblings, in their only group portrait", - "value": "$4,000", - "answer": "Brontës", - "round": "Double Jeopardy!", - "show_number": "6274", - "fullAnswer": "the Brontës" - }, { "category": "6-LETTER TV SHOWS", "air_date": "2011-12-22", @@ -2133319,16 +2027609,6 @@ "show_number": "6274", "fullAnswer": "Washington" }, - { - "category": "IN BRITAIN'S NATIONAL PORTRAIT GALLERY", - "air_date": "2011-12-22", - "question": "Please, sir, I want someone to name this author & statesman seen here eight years before his execution", - "value": "$1600", - "answer": "Moore", - "round": "Double Jeopardy!", - "show_number": "6274", - "fullAnswer": "(Sir Thomas) Moore" - }, { "category": "6-LETTER TV SHOWS", "air_date": "2011-12-22", @@ -2133379,16 +2027659,6 @@ "show_number": "6274", "fullAnswer": "Louisiana" }, - { - "category": "IN BRITAIN'S NATIONAL PORTRAIT GALLERY", - "air_date": "2011-12-22", - "question": "(Kelly of the Clue Crew shows a painting on the monitor.) Holding a compass with his plans for the west end of St. Paul's Cathedral, this man was 79 when his portrait was painted in 1711", - "value": "$2000", - "answer": "Christopher Wren", - "round": "Double Jeopardy!", - "show_number": "6274", - "fullAnswer": "Christopher Wren" - }, { "category": "6-LETTER TV SHOWS", "air_date": "2011-12-22", @@ -2133399,16 +2027669,6 @@ "show_number": "6274", "fullAnswer": "Archer" }, - { - "category": "FLEECE NAVIDAD", - "air_date": "2011-12-22", - "question": "In England, pullover sweaters are called these, as in the website cheesychristmas these.com", - "value": "$2000", - "answer": "jumpers", - "round": "Double Jeopardy!", - "show_number": "6274", - "fullAnswer": "jumpers" - }, { "category": "A WHALE OF A BOOK", "air_date": "2011-12-22", @@ -2133609,16 +2027869,6 @@ "show_number": "964", "fullAnswer": "the spleen" }, - { - "category": "1979", - "air_date": "1988-11-10", - "question": "Group heard here singing the first No. 1 hit of the year:

\"Nobody gets too much heaven no more, it's as high...\"", - "value": "$500", - "answer": "Bee Gees", - "round": "Jeopardy!", - "show_number": "964", - "fullAnswer": "The Bee Gees" - }, { "category": "CELEBRITY RELATIVES", "air_date": "1988-11-10", @@ -2134099,16 +2028349,6 @@ "show_number": "5092", "fullAnswer": "a travelogue" }, - { - "category": "GOING TO THE DOGS", - "air_date": "2006-10-31", - "question": "Not surprisingly, this breed seen here was formerly used for dog fighting & bull baiting", - "value": "$200", - "answer": "boxer", - "round": "Jeopardy!", - "show_number": "5092", - "fullAnswer": "a boxer" - }, { "category": "...AND HOWE!", "air_date": "2006-10-31", @@ -2134209,22 +2028449,12 @@ "show_number": "5092", "fullAnswer": "the Traveling Wilburys" }, - { - "category": "GOING TO THE DOGS", - "air_date": "2006-10-31", - "question": "This cutie from New England is one of the few breeds to originate in the United States", - "value": "$1,000", - "answer": "Boston terrier", - "round": "Jeopardy!", - "show_number": "5092", - "fullAnswer": "the Boston terrier" - }, { "category": "HAPPY HALLOWEEN", "air_date": "2006-10-31", "question": "This Christian holiday also called Hallowmas was created as the day after Halloween to convert people", "value": "$800", - "answer": "All Saints\\' Day", + "answer": "All Saints' Day", "round": "Jeopardy!", "show_number": "5092", "fullAnswer": "All Saints\\' Day" @@ -2134274,7 +2028504,7 @@ "air_date": "2006-10-31", "question": "This character comes from a tale of a dead man barred from heaven & hell who wandered the Earth with his fire", "value": "$1000", - "answer": "jack-o\\'-lantern", + "answer": "jack-o'-lantern", "round": "Jeopardy!", "show_number": "5092", "fullAnswer": "the jack-o\\'-lantern" @@ -2134289,16 +2028519,6 @@ "show_number": "5092", "fullAnswer": "Charlemagne" }, - { - "category": "OLD MAN RIVER", - "air_date": "2006-10-31", - "question": "Seen here, this man with a river's name chaired the Clinton transition team after the 1992 elections", - "value": "$1000", - "answer": "Vernon Jordan", - "round": "Jeopardy!", - "show_number": "5092", - "fullAnswer": "Vernon Jordan" - }, { "category": "LET'S \"TRAVEL\"", "air_date": "2006-10-31", @@ -2134309,16 +2028529,6 @@ "show_number": "5092", "fullAnswer": "Travels with Charley" }, - { - "category": "GOING TO THE DOGS", - "air_date": "2006-10-31", - "question": "This little dog seen here is named for the way its ears resemble a butterfly's wings", - "value": "$1000", - "answer": "papillon", - "round": "Jeopardy!", - "show_number": "5092", - "fullAnswer": "a papillon" - }, { "category": "...AND HOWE!", "air_date": "2006-10-31", @@ -2134539,26 +2028749,6 @@ "show_number": "5092", "fullAnswer": "Bartleby" }, - { - "category": "BEASTLY EXPRESSIONS", - "air_date": "2006-10-31", - "question": "(Sarah of the Clue Crew presents from Savannah, GA.) After meeting with black leaders here in Savannah, General Sherman issued an order giving land to black farmers, the likely origin of the promise \"40 acres and\" this", - "value": "$1600", - "answer": "mule", - "round": "Double Jeopardy!", - "show_number": "5092", - "fullAnswer": "a mule" - }, - { - "category": "SCIENC\"E\"", - "air_date": "2006-10-31", - "question": "(Cheryl of the Clue Crew presents from the USC Wrigley Institute on Catalina Island, CA.) Pentaradial symmetry & hard, spiny skin are two major qualities of this phylum of creatures", - "value": "$2000", - "answer": "Echinodermata", - "round": "Double Jeopardy!", - "show_number": "5092", - "fullAnswer": "Echinodermata" - }, { "category": "COMPOSERS ON FILM", "air_date": "2006-10-31", @@ -2135344,7 +2029534,7 @@ "air_date": "1986-01-13", "question": "Director Norman Jewison's alliterative tale of a black infantry unit", "value": "$300", - "answer": "Soldier\\'s Story", + "answer": "Soldier's Story", "round": "Jeopardy!", "show_number": "351", "fullAnswer": "A Soldier\\'s Story" @@ -2135624,7 +2029814,7 @@ "air_date": "1986-01-13", "question": "Common pharase that might follow \"Call me!\"", "value": "$400", - "answer": "I\\'m in the book!", + "answer": "I'm in the book!", "round": "Double Jeopardy!", "show_number": "351", "fullAnswer": "I\\'m in the book!" @@ -2135659,16 +2029849,6 @@ "show_number": "351", "fullAnswer": "ice sailing (or boating)" }, - { - "category": "WEDDINGS", - "air_date": "1986-01-13", - "question": "Actual title of this selection from Mendelssohn's music for \"A Midsummer Night's Dream:\"", - "value": "$2,000", - "answer": "The Wedding March For Titania And Oberon", - "round": "Double Jeopardy!", - "show_number": "351", - "fullAnswer": "\"The Wedding March For Titania And Oberon\"" - }, { "category": "HISTORICAL TRIVIA", "air_date": "1986-01-13", @@ -2135784,7 +2029964,7 @@ "air_date": "1986-01-13", "question": "Famous fooderie, found on 15th, for feasting on fish in Philly", "value": "$1000", - "answer": "Bookbinder\\'s", + "answer": "Bookbinder's", "round": "Double Jeopardy!", "show_number": "351", "fullAnswer": "Bookbinder\\'s" @@ -2135954,7 +2030134,7 @@ "air_date": "2004-04-26", "question": "Canadian business executive Samuel Bronfman was the founder & chief operating officer of this distilling company", "value": "$600", - "answer": "Seagram\\'s", + "answer": "Seagram's", "round": "Jeopardy!", "show_number": "4531", "fullAnswer": "Seagram\\'s" @@ -2136404,7 +2030584,7 @@ "air_date": "2004-04-26", "question": "It's the original meaning of the word \"checkmate\", or what many newspaper headlines said on August 17, 1977", "value": null, - "answer": "\\The King Is Dead\\", + "answer": "The King Is Dead", "round": "Final Jeopardy!", "show_number": "4531", "fullAnswer": "\\\"The King Is Dead\\\"" @@ -2136469,16 +2030649,6 @@ "show_number": "4579", "fullAnswer": "the dorsal fin" }, - { - "category": "WORLD RELIGION", - "air_date": "2004-07-01", - "question": "(Sofia of the Clue Crew reports from the Schlosskirche in Wittenburg, Germany.) Number 25 of Luther's 95 Theses says this man had no more power to relieve souls in purgatory than any bishop", - "value": "$400", - "answer": "pope", - "round": "Jeopardy!", - "show_number": "4579", - "fullAnswer": "the pope" - }, { "category": "AMERICAN IDOL", "air_date": "2004-07-01", @@ -2136764,7 +2030934,7 @@ "air_date": "2004-07-01", "question": "If someone tries to impress you with their baccalaureate, know it's just one of these degrees", "value": "$400", - "answer": "bachelor\\'s", + "answer": "bachelor's", "round": "Double Jeopardy!", "show_number": "4579", "fullAnswer": "bachelor\\'s" @@ -2136809,16 +2030979,6 @@ "show_number": "4579", "fullAnswer": "Gonzaga" }, - { - "category": "MAKING A LIST", - "air_date": "2004-07-01", - "question": "(Jimmy of the Clue Crew reports from the Raptor Center in Alaska.) In 1999, President Clinton announced plans to remove the bald eagle from this list", - "value": "$800", - "answer": "Endangered Species list", - "round": "Double Jeopardy!", - "show_number": "4579", - "fullAnswer": "the Endangered Species list" - }, { "category": "\"B\"EGINNINGS", "air_date": "2004-07-01", @@ -2137009,16 +2031169,6 @@ "show_number": "4579", "fullAnswer": "a bias" }, - { - "category": "FRUIT", - "air_date": "2004-07-01", - "question": "This fruit of North America shares its name with a literary character who debuted in an 1876 novel", - "value": null, - "answer": "huckleberry", - "round": "Final Jeopardy!", - "show_number": "4579", - "fullAnswer": "the huckleberry" - }, { "category": "\"B\" IN GEOGRAPHY", "air_date": "1999-10-13", @@ -2137689,16 +2031839,6 @@ "show_number": "4602", "fullAnswer": "Rain Man" }, - { - "category": "NEW YORK CITY", - "air_date": "2004-09-14", - "question": "(Sofia of the Clue Crew skates on the ice rink at Rockefeller Center, New York.) Though there was a depression on, Rockefeller Rink opened on this festive day in 1936", - "value": "$400", - "answer": "Christmas Day", - "round": "Jeopardy!", - "show_number": "4602", - "fullAnswer": "Christmas Day" - }, { "category": "SECONDS", "air_date": "2004-09-14", @@ -2137744,7 +2031884,7 @@ "air_date": "2004-09-14", "question": "Frank Wills, the security guard who discovered the Watergate break-in, played himself in this Hoffman film", "value": "$400", - "answer": "All the President\\'s Men", + "answer": "All the President's Men", "round": "Jeopardy!", "show_number": "4602", "fullAnswer": "All the President\\'s Men" @@ -2138079,16 +2032219,6 @@ "show_number": "4602", "fullAnswer": "daisy chain" }, - { - "category": "RHYME TIME", - "air_date": "2004-09-14", - "question": "(Sofia of the Clue Crew wears inappropriate attire that is too revealing.) Here's some advice--don't wear a St. Patty's Day shirt when working with this", - "value": "$1200", - "answer": "green screen", - "round": "Double Jeopardy!", - "show_number": "4602", - "fullAnswer": "a green screen" - }, { "category": "CANADIAN PROVINCIAL CAPITALS", "air_date": "2004-09-14", @@ -2138214,7 +2032344,7 @@ "air_date": "2004-09-14", "question": "It's the provincial capital closest to Europe", "value": "$2000", - "answer": "St. John\\'s", + "answer": "St. John's", "round": "Double Jeopardy!", "show_number": "4602", "fullAnswer": "St. John\\'s" @@ -2138329,16 +2032459,6 @@ "show_number": "5856", "fullAnswer": "Lotus" }, - { - "category": "HOUSEHOLD HINTS", - "air_date": "2010-02-15", - "question": "(Sarah of the Clue Crew brushes the cut surface of an apple.) Apples brushed with lemon juice don't brown, because the enzymes that cause the apple's oxidation are rendered inactive by this acid, also known as vitamin C", - "value": "$400", - "answer": "ascorbic acid", - "round": "Jeopardy!", - "show_number": "5856", - "fullAnswer": "ascorbic acid" - }, { "category": "NONFICTION", "air_date": "2010-02-15", @@ -2138349,16 +2032469,6 @@ "show_number": "5856", "fullAnswer": "Tiger" }, - { - "category": "THAT'S THE KIND OF MAN I WANT", - "air_date": "2010-02-15", - "question": "Give me a man who's this brave 4-letter word, like the last few words of the clue", - "value": "$400", - "answer": "bold", - "round": "Jeopardy!", - "show_number": "5856", - "fullAnswer": "bold" - }, { "category": "ISLANDS IN THE STREAM", "air_date": "2010-02-15", @@ -2138489,16 +2032599,6 @@ "show_number": "5856", "fullAnswer": "Kia" }, - { - "category": "HOUSEHOLD HINTS", - "air_date": "2010-02-15", - "question": "To remove odor from shoes, add oil of this spice to a cotton ball & leave it in the shoes", - "value": "$1000", - "answer": "cloves", - "round": "Jeopardy!", - "show_number": "5856", - "fullAnswer": "cloves" - }, { "category": "NONFICTION", "air_date": "2010-02-15", @@ -2138709,16 +2032809,6 @@ "show_number": "5856", "fullAnswer": "George III" }, - { - "category": "TURTLES", - "air_date": "2010-02-15", - "question": "Jerry Ferrara, seen here, plays Turtle on this HBO show", - "value": "$1600", - "answer": "Entourage", - "round": "Double Jeopardy!", - "show_number": "5856", - "fullAnswer": "Entourage" - }, { "category": "\"E\" FOR EFFORT", "air_date": "2010-02-15", @@ -2138799,16 +2032889,6 @@ "show_number": "5856", "fullAnswer": "Cædmon" }, - { - "category": "CLEO", - "air_date": "2010-02-15", - "question": "They are the two obelisks seen here; one is in Europe, the other in the United States", - "value": "$2000", - "answer": "Cleopatra\\'s Needles", - "round": "Double Jeopardy!", - "show_number": "5856", - "fullAnswer": "Cleopatra\\'s Needles" - }, { "category": "...& OTHER MUSES", "air_date": "2010-02-15", @@ -2139154,7 +2033234,7 @@ "air_date": "1992-10-28", "question": "George Shelby dedicates his life to abolition in this Harriet Beccher Stowe novel", "value": "$200", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Double Jeopardy!", "show_number": "1873", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -2139344,7 +2033424,7 @@ "air_date": "1992-10-28", "question": "She modeled for husband-to-be Alfred Stieglitz's photos, and he sold her paintings", "value": "$1,000", - "answer": "Georgia O\\'Keeffe", + "answer": "Georgia O'Keeffe", "round": "Double Jeopardy!", "show_number": "1873", "fullAnswer": "Georgia O\\'Keeffe" @@ -2139489,16 +2033569,6 @@ "show_number": "5569", "fullAnswer": "(Britney) Spears" }, - { - "category": "GOOD WORKS", - "air_date": "2008-11-20", - "question": "This group, whose logo is seen here, has built or renovated more than 200,000 homes worldwide", - "value": "$400", - "answer": "Habitat for Humanity", - "round": "Jeopardy!", - "show_number": "5569", - "fullAnswer": "Habitat for Humanity" - }, { "category": "TAKE THE LEAD", "air_date": "2008-11-20", @@ -2139589,16 +2033659,6 @@ "show_number": "5569", "fullAnswer": "Uncles" }, - { - "category": "TIME TO HIT THE BOOKS", - "air_date": "2008-11-20", - "question": "(Harry Shearer reads the clue as Mr. Burns.) I had 1,000 monkeys at 1,000 type-writers; I could only pen, \"It was the best of times, it was the blurst of times\", like this novel's start... stupid monkey!", - "value": "$800", - "answer": "Tale of Two Cities", - "round": "Jeopardy!", - "show_number": "5569", - "fullAnswer": "A Tale of Two Cities" - }, { "category": "CELEBRITY SCENTS", "air_date": "2008-11-20", @@ -2139759,16 +2033819,6 @@ "show_number": "5569", "fullAnswer": "Jack the Ripper" }, - { - "category": "WHEEL OF JEOPARDY!", - "air_date": "2008-11-20", - "question": "It's in Canada, eh?", - "value": "$400", - "answer": "Nova Scotia", - "round": "Double Jeopardy!", - "show_number": "5569", - "fullAnswer": "Nova Scotia" - }, { "category": "OMG!", "air_date": "2008-11-20", @@ -2139819,16 +2033869,6 @@ "show_number": "5569", "fullAnswer": "Ivan the Terrible" }, - { - "category": "WHEEL OF JEOPARDY!", - "air_date": "2008-11-20", - "question": "Words won't fail you if you have a good one", - "value": "$800", - "answer": "vocabulary", - "round": "Double Jeopardy!", - "show_number": "5569", - "fullAnswer": "vocabulary" - }, { "category": "OMG!", "air_date": "2008-11-20", @@ -2139879,16 +2033919,6 @@ "show_number": "5569", "fullAnswer": "Oswald" }, - { - "category": "WHEEL OF JEOPARDY!", - "air_date": "2008-11-20", - "question": "A place to hoard your pennies", - "value": "$1200", - "answer": "piggy bank", - "round": "Double Jeopardy!", - "show_number": "5569", - "fullAnswer": "a piggy bank" - }, { "category": "OMG!", "air_date": "2008-11-20", @@ -2139939,26 +2033969,6 @@ "show_number": "5569", "fullAnswer": "Lindbergh" }, - { - "category": "WHEEL OF JEOPARDY!", - "air_date": "2008-11-20", - "question": "Mary-Kate & Ashley Olsen, for example", - "value": "$1600", - "answer": "fraternal twins", - "round": "Double Jeopardy!", - "show_number": "5569", - "fullAnswer": "fraternal twins" - }, - { - "category": "OMG!", - "air_date": "2008-11-20", - "question": "Originally painted in Goya's own dining room, this planetary god is seen here devouring one of his kids", - "value": "$2000", - "answer": "Saturn", - "round": "Double Jeopardy!", - "show_number": "5569", - "fullAnswer": "Saturn" - }, { "category": "FAR-OUT CINEMA", "air_date": "2008-11-20", @@ -2139999,16 +2034009,6 @@ "show_number": "5569", "fullAnswer": "Blackbeard (Edward Teach)" }, - { - "category": "WHEEL OF JEOPARDY!", - "air_date": "2008-11-20", - "question": "Gaborone is its capital", - "value": "$2000", - "answer": "Botswana", - "round": "Double Jeopardy!", - "show_number": "5569", - "fullAnswer": "Botswana" - }, { "category": "STATE CAPITALS", "air_date": "2008-11-20", @@ -2140099,16 +2034099,6 @@ "show_number": "6011", "fullAnswer": "Selena" }, - { - "category": "MAKES SENSE", - "air_date": "2010-11-01", - "question": "(Sarah of the Clue Crew stands by a board displaying numbers and letters) In a simple substitution code, each number stands for its corresponding letter. For example, 3 15 23 spells COW, while 26 5 2 18 1 spells the name of this animal", - "value": "$400", - "answer": "zebra", - "round": "Jeopardy!", - "show_number": "6011", - "fullAnswer": "a zebra" - }, { "category": "MUSHROOMS", "air_date": "2010-11-01", @@ -2140239,16 +2034229,6 @@ "show_number": "6011", "fullAnswer": "shiitake" }, - { - "category": "IN THE CLOSET", - "air_date": "2010-11-01", - "question": "Your wear on Friday shelf may have these casual pants whose logo is seen here", - "value": "$800", - "answer": "Dockers", - "round": "Jeopardy!", - "show_number": "6011", - "fullAnswer": "Dockers" - }, { "category": "NICE \"AB\"s!", "air_date": "2010-11-01", @@ -2140574,7 +2034554,7 @@ "air_date": "2010-11-01", "question": "What hath Roth Wrought?; title guy Alexander laments to a shrink; feels guilty? You bet!", "value": "$3,000", - "answer": "Portnoy\\'s Complaint", + "answer": "Portnoy's Complaint", "round": "Double Jeopardy!", "show_number": "6011", "fullAnswer": "Portnoy\\'s Complaint" @@ -2140814,7 +2034794,7 @@ "air_date": "1992-05-21", "question": "In Genesis 6 God said it should be pitched within & without with pitch", "value": "$400", - "answer": "Noah\\'s Ark ", + "answer": "Noah's Ark ", "round": "Jeopardy!", "show_number": "1794", "fullAnswer": "Noah\\'s Ark (the ark accepted)" @@ -2141204,7 +2035184,7 @@ "air_date": "1992-05-21", "question": "Story that begins, \"Whoever has made a voyage up the Hudson must remember the Kaatskill Mountains\"", "value": null, - "answer": "\\Rip Van Winkle\\", + "answer": "Rip Van Winkle", "round": "Final Jeopardy!", "show_number": "1794", "fullAnswer": "\\\"Rip Van Winkle\\\"" @@ -2141329,16 +2035309,6 @@ "show_number": "6244", "fullAnswer": "pumpkindergarten" }, - { - "category": "EUROPEAN GEOGRAPHY", - "air_date": "2011-11-10", - "question": "(Kelly of the Clue Crew shows a map on the monitor.) Beginning northwest of Moscow and flowing 2,300 miles to the Caspian Sea, this river is the longest in Europe", - "value": "$600", - "answer": "Volga", - "round": "Jeopardy!", - "show_number": "6244", - "fullAnswer": "the Volga" - }, { "category": "THE 2011 EMMYS", "air_date": "2011-11-10", @@ -2141469,16 +2035439,6 @@ "show_number": "6244", "fullAnswer": "Martin Scorsese" }, - { - "category": "MILITARY WIVES", - "air_date": "2011-11-10", - "question": "That's the former Beatrice Ayer, gazing up at this husband of hers", - "value": "$1000", - "answer": "General George Patton", - "round": "Jeopardy!", - "show_number": "6244", - "fullAnswer": "General George Patton" - }, { "category": "AUTOBIOGRAPHIES", "air_date": "2011-11-10", @@ -2141659,16 +2035619,6 @@ "show_number": "6244", "fullAnswer": "Dublin" }, - { - "category": "POP CULTURE", - "air_date": "2011-11-10", - "question": "We are royally mad about this British-born host", - "value": "$1200", - "answer": "Cat Deeley", - "round": "Double Jeopardy!", - "show_number": "6244", - "fullAnswer": "Cat Deeley" - }, { "category": "2 VS, PLEASE", "air_date": "2011-11-10", @@ -2141829,16 +2035779,6 @@ "show_number": "5932", "fullAnswer": "cancer" }, - { - "category": "ETCHED IN STONE", - "air_date": "2010-06-01", - "question": "The inscription on the London statue of this man seen here reads, \"There is no darkness but ignorance\"", - "value": "$200", - "answer": "Shakespeare", - "round": "Jeopardy!", - "show_number": "5932", - "fullAnswer": "Shakespeare" - }, { "category": "FOOD SCIENCE", "air_date": "2010-06-01", @@ -2141889,26 +2035829,6 @@ "show_number": "5932", "fullAnswer": "viruses" }, - { - "category": "ETCHED IN STONE", - "air_date": "2010-06-01", - "question": "The inscription above this man's D.C. memorial starts, \"We hold these truths to be self-evident...\"", - "value": "$400", - "answer": "Jefferson", - "round": "Jeopardy!", - "show_number": "5932", - "fullAnswer": "Jefferson" - }, - { - "category": "FOOD SCIENCE", - "air_date": "2010-06-01", - "question": "(Sarah of the Clue Crew shows a slice of bread toasted to golden brown.) Toasting bread is actually a chemical reaction where this element, from the Latin for \"charcoal\", is released from the starch & sugar during the heating process", - "value": "$400", - "answer": "carbon", - "round": "Jeopardy!", - "show_number": "5932", - "fullAnswer": "carbon" - }, { "category": "BRUCE SPRINGSTEEN", "air_date": "2010-06-01", @@ -2141924,7 +2035844,7 @@ "air_date": "2010-06-01", "question": "The boss wants to see you; seems you've been online playing a lot of this \"stately\" card game with a \"river\" & \"turn\"", "value": "$400", - "answer": "Texas hold \\'em", + "answer": "Texas hold 'em", "round": "Jeopardy!", "show_number": "5932", "fullAnswer": "Texas hold \\'em" @@ -2141949,16 +2035869,6 @@ "show_number": "5932", "fullAnswer": "tears" }, - { - "category": "ETCHED IN STONE", - "air_date": "2010-06-01", - "question": "Underneath the sculpture of Ramses II and his falcon god friend is an example of this type of writing", - "value": "$600", - "answer": "hieroglyphics", - "round": "Jeopardy!", - "show_number": "5932", - "fullAnswer": "hieroglyphics" - }, { "category": "FOOD SCIENCE", "air_date": "2010-06-01", @@ -2141999,16 +2035909,6 @@ "show_number": "5932", "fullAnswer": "disgruntled" }, - { - "category": "ETCHED IN STONE", - "air_date": "2010-06-01", - "question": "Outside the building where this group meets is a statue with a tablet that reads \"Lex\", Latin for \"law\"", - "value": "$800", - "answer": "U.S. Supreme Court", - "round": "Jeopardy!", - "show_number": "5932", - "fullAnswer": "the U.S. Supreme Court" - }, { "category": "FOOD SCIENCE", "air_date": "2010-06-01", @@ -2142049,16 +2035949,6 @@ "show_number": "5932", "fullAnswer": "crunch" }, - { - "category": "ETCHED IN STONE", - "air_date": "2010-06-01", - "question": "\"The Union must and shall be preserved\" is under this man's statue in New Orleans", - "value": "$1000", - "answer": "Andrew Jackson", - "round": "Jeopardy!", - "show_number": "5932", - "fullAnswer": "Andrew Jackson" - }, { "category": "FOOD SCIENCE", "air_date": "2010-06-01", @@ -2142254,7 +2036144,7 @@ "air_date": "2010-06-01", "question": "in Matthew 27:7 \"They took counsel, and bought with them\" this \"field, to bury strangers in\"", "value": "$1200", - "answer": "Potter\\'s field", + "answer": "Potter's field", "round": "Double Jeopardy!", "show_number": "5932", "fullAnswer": "Potter\\'s field" @@ -2142509,16 +2036399,6 @@ "show_number": "5031", "fullAnswer": "the butcher, the baker & the candlestick maker" }, - { - "category": "THE HARDER THEY \"FAL\"", - "air_date": "2006-06-26", - "question": "It's the operatic vocal register I'm using to read you this clue", - "value": "$400", - "answer": "falsetto", - "round": "Jeopardy!", - "show_number": "5031", - "fullAnswer": "falsetto" - }, { "category": "HUMPHREY BOGART", "air_date": "2006-06-26", @@ -2142774,7 +2036654,7 @@ "air_date": "2006-06-26", "question": "In 976 this Venice church was badly damaged by fire; rebuilding began in 1050 & was completed around 1090", "value": "$800", - "answer": "St. Mark\\'s", + "answer": "St. Mark's", "round": "Double Jeopardy!", "show_number": "5031", "fullAnswer": "St. Mark\\'s" @@ -2142929,16 +2036809,6 @@ "show_number": "5031", "fullAnswer": "behemoth" }, - { - "category": "THE MIDDLE AGES", - "air_date": "2006-06-26", - "question": "(Jimmy of the Clue Crew reports from Riga, Latvia.) Founded in 1201, Riga, Latvia soon came under control of this order of knights that began in far-off Palestine", - "value": "$2000", - "answer": "Teutonic Knights", - "round": "Double Jeopardy!", - "show_number": "5031", - "fullAnswer": "the Teutonic Knights" - }, { "category": "MUSICAL NUMBERS", "air_date": "2006-06-26", @@ -2142979,16 +2036849,6 @@ "show_number": "5031", "fullAnswer": "Observatory" }, - { - "category": "VOCABULARY", - "air_date": "2006-06-26", - "question": "(Sarah of the Clue Crew shoes a horse.) A blacksmith who shoes horses is referred to by this name from the Latin for \"iron\"", - "value": "$2000", - "answer": "farrier", - "round": "Double Jeopardy!", - "show_number": "5031", - "fullAnswer": "a farrier" - }, { "category": "19th CENTURY GOVERNORS", "air_date": "2006-06-26", @@ -2143004,7 +2036864,7 @@ "air_date": "1997-11-06", "question": "Little Eva befriends a slave in this Harriet Beecher Stowe classic", "value": "$100", - "answer": "Uncle Tom\\'s Cabin", + "answer": "Uncle Tom's Cabin", "round": "Jeopardy!", "show_number": "3034", "fullAnswer": "Uncle Tom\\'s Cabin" @@ -2143089,16 +2036949,6 @@ "show_number": "3034", "fullAnswer": "leprechaun" }, - { - "category": "it's microscopic", - "air_date": "1997-11-06", - "question": "People who are allergic to dust are actually more allergic to this arachnid, seen here:", - "value": "$600", - "answer": "dust mite", - "round": "Jeopardy!", - "show_number": "3034", - "fullAnswer": "a dust mite" - }, { "category": "the small screen", "air_date": "1997-11-06", @@ -2143354,7 +2037204,7 @@ "air_date": "1997-11-06", "question": "In 1993 this center, then with the Orlando Magic, was named the NBA's Rookie of the Year", "value": "$400", - "answer": "Shaquille O\\'Neal", + "answer": "Shaquille O'Neal", "round": "Double Jeopardy!", "show_number": "3034", "fullAnswer": "Shaquille O\\'Neal" @@ -2143519,26 +2037369,6 @@ "show_number": "3034", "fullAnswer": "the Acropolis" }, - { - "category": "FAR AWAY", - "air_date": "1997-11-06", - "question": "This island off Africa is home to over 13 million people & the animal seen here:", - "value": "$1,000", - "answer": "Madagascar", - "round": "Double Jeopardy!", - "show_number": "3034", - "fullAnswer": "Madagascar" - }, - { - "category": "SUPER ATHLETES", - "air_date": "1997-11-06", - "question": "(Hi, I'm Reggie White.) In Super Bowl XXXI, I sacked this team's quarterback, Drew Bledsoe, 3 times, setting a Super Bowl record", - "value": "$1,000", - "answer": "New England Patriots", - "round": "Double Jeopardy!", - "show_number": "3034", - "fullAnswer": "the New England Patriots" - }, { "category": "MS. PLUMLY'S COMPOSITION CLASS", "air_date": "1997-11-06", @@ -2143599,16 +2037429,6 @@ "show_number": "3034", "fullAnswer": "Tasmanian Devil" }, - { - "category": "THE BIRD IS THE WORD", - "air_date": "2007-02-20", - "question": "A Beatles tune talks about this bird seen here singin' in the dead of night", - "value": "$200", - "answer": "blackbird", - "round": "Jeopardy!", - "show_number": "5172", - "fullAnswer": "blackbird" - }, { "category": "UNSEEN TV FACES", "air_date": "2007-02-20", @@ -2143654,7 +2037474,7 @@ "air_date": "2007-02-20", "question": "Lemony's fence parts", "value": "$200", - "answer": "Snicket\\'s pickets", + "answer": "Snicket's pickets", "round": "Jeopardy!", "show_number": "5172", "fullAnswer": "Snicket\\'s pickets" @@ -2143714,21 +2037534,11 @@ "air_date": "2007-02-20", "question": "Ayn's rock groups", "value": "$400", - "answer": "Rand\\'s bands", + "answer": "Rand's bands", "round": "Jeopardy!", "show_number": "5172", "fullAnswer": "Rand\\'s bands" }, - { - "category": "THE BIRD IS THE WORD", - "air_date": "2007-02-20", - "question": "The name of this bird seen here can also mean an unscrupulous person who preys greedily", - "value": "$600", - "answer": "vulture", - "round": "Jeopardy!", - "show_number": "5172", - "fullAnswer": "a vulture" - }, { "category": "UNSEEN TV FACES", "air_date": "2007-02-20", @@ -2143774,7 +2037584,7 @@ "air_date": "2007-02-20", "question": "The termites & ants in Nathanael's home", "value": "$600", - "answer": "West\\'s pests", + "answer": "West's pests", "round": "Jeopardy!", "show_number": "5172", "fullAnswer": "West\\'s pests" @@ -2143834,21 +2037644,11 @@ "air_date": "2007-02-20", "question": "Ms. Ephron's soft felt hats", "value": "$800", - "answer": "Nora\\'s fedoras", + "answer": "Nora's fedoras", "round": "Jeopardy!", "show_number": "5172", "fullAnswer": "Nora\\'s fedoras" }, - { - "category": "THE BIRD IS THE WORD", - "air_date": "2007-02-20", - "question": "The house variety of this common songbird was introduced to North America in the 1850s", - "value": "$1000", - "answer": "sparrow", - "round": "Jeopardy!", - "show_number": "5172", - "fullAnswer": "sparrow" - }, { "category": "UNSEEN TV FACES", "air_date": "2007-02-20", @@ -2143894,7 +2037694,7 @@ "air_date": "2007-02-20", "question": "Benchley's furnaces", "value": "$1000", - "answer": "Peter\\'s heaters", + "answer": "Peter's heaters", "round": "Jeopardy!", "show_number": "5172", "fullAnswer": "Peter\\'s heaters" @@ -2143959,16 +2037759,6 @@ "show_number": "5172", "fullAnswer": "a hilt" }, - { - "category": "QUOTATIONS", - "air_date": "2007-02-20", - "question": "(Jon of the Clue Crew reports from the Freud Museum in Vienna.) Despite all the research that's been done on Freud, no one can definitely say if, or when, he made the attributed remark \"sometimes a\" this \"is just a\" this", - "value": "$800", - "answer": "cigar", - "round": "Double Jeopardy!", - "show_number": "5172", - "fullAnswer": "a cigar" - }, { "category": "COLLEGE SPORTS TEAM NICKNAMES", "air_date": "2007-02-20", @@ -2143979,16 +2037769,6 @@ "show_number": "5172", "fullAnswer": "Seminole" }, - { - "category": "\"F\"EMALES", - "air_date": "2007-02-20", - "question": "She's the nationally prominent Californian seen here", - "value": "$800", - "answer": "Dianne Feinstein", - "round": "Double Jeopardy!", - "show_number": "5172", - "fullAnswer": "Dianne Feinstein" - }, { "category": "EXPLORATION", "air_date": "2007-02-20", @@ -2144069,16 +2037849,6 @@ "show_number": "5172", "fullAnswer": "mistletoe" }, - { - "category": "A FEW CHOICE 4-LETTER WORDS", - "air_date": "2007-02-20", - "question": "Often accompanied by a drum, it's the instrument heard here", - "value": "$1200", - "answer": "fife", - "round": "Double Jeopardy!", - "show_number": "5172", - "fullAnswer": "a fife" - }, { "category": "QUOTATIONS", "air_date": "2007-02-20", @@ -2144099,16 +2037869,6 @@ "show_number": "5172", "fullAnswer": "The Commodores" }, - { - "category": "\"F\"EMALES", - "air_date": "2007-02-20", - "question": "In art, she's the traditional figure shown spinning the wheel that brings us the highs & lows of life", - "value": "$1600", - "answer": "Fortuna", - "round": "Double Jeopardy!", - "show_number": "5172", - "fullAnswer": "Fortuna" - }, { "category": "EXPLORATION", "air_date": "2007-02-20", @@ -2144179,16 +2037939,6 @@ "show_number": "5172", "fullAnswer": "Bartolomeu Dias" }, - { - "category": "OH MY GODS!", - "air_date": "2007-02-20", - "question": "He's the jackal-headed god of the dead seen here on an ancient Egyptian fresco", - "value": "$2000", - "answer": "Anubis", - "round": "Double Jeopardy!", - "show_number": "5172", - "fullAnswer": "Anubis" - }, { "category": "A FEW CHOICE 4-LETTER WORDS", "air_date": "2007-02-20", @@ -2145054,7 +2038804,7 @@ "air_date": "2001-05-14", "question": "So called from its delicate odor, it's a tall plant with many small white or pink flowers", "value": "$400", - "answer": "Baby\\'s breath", + "answer": "Baby's breath", "round": "Jeopardy!", "show_number": "3856", "fullAnswer": "Baby\\'s breath" @@ -2145389,16 +2039139,6 @@ "show_number": "3856", "fullAnswer": "Herodotus" }, - { - "category": "THE MOVIES", - "air_date": "2001-05-14", - "question": "(Hi, I'm Nathan Lane.) My movie with Robin Williams, \"The Birdcage\", is an English language version of this film", - "value": "$1000", - "answer": "La Cage aux Folles", - "round": "Double Jeopardy!", - "show_number": "3856", - "fullAnswer": "La Cage aux Folles" - }, { "category": "19th CENTURY VPs", "air_date": "2001-05-14", @@ -2145864,7 +2039604,7 @@ "air_date": "1998-05-08", "question": "Paula Cole wrote the theme to this new WB teen drama", "value": "$600", - "answer": "Dawson\\'s Creek", + "answer": "Dawson's Creek", "round": "Double Jeopardy!", "show_number": "3165", "fullAnswer": "Dawson\\'s Creek" @@ -2146064,7 +2039804,7 @@ "air_date": "2008-11-07", "question": "On Oct. 8, 1871 I didn't see her cow start the fire at her Chicago barn, but I should have put it out early", "value": "$200", - "answer": "Mrs. O\\'Leary", + "answer": "Mrs. O'Leary", "round": "Jeopardy!", "show_number": "5560", "fullAnswer": "Mrs. O\\'Leary" @@ -2146154,7 +2039894,7 @@ "air_date": "2008-11-07", "question": "Proverbial 3-word term for a dog in relation to our species", "value": "$400", - "answer": "man\\'s best friend", + "answer": "man's best friend", "round": "Jeopardy!", "show_number": "5560", "fullAnswer": "man\\'s best friend" @@ -2146284,7 +2040024,7 @@ "air_date": "2008-11-07", "question": "\"Habit, n. A shackle for the free\" & \"Prejudice, n. A vagrant opinion without visible means of support\"", "value": "$1000", - "answer": "Devil\\'s Dictionary", + "answer": "Devil's Dictionary", "round": "Jeopardy!", "show_number": "5560", "fullAnswer": "The Devil\\'s Dictionary" @@ -2146489,16 +2040229,6 @@ "show_number": "5560", "fullAnswer": "Gustav" }, - { - "category": "INTERNATIONAL TRAVEL", - "air_date": "2008-11-07", - "question": "(Jimmy of the Clue Crew delivers the clue from Machu Picchu in Peru.) Nationals of the European Union, Australia, Canada & the U.S. who visit Peru for less than 90 days aren't required to carry one of these documents unless they're here for business", - "value": "$1200", - "answer": "visa", - "round": "Double Jeopardy!", - "show_number": "5560", - "fullAnswer": "a visa" - }, { "category": "SCOTSMEN", "air_date": "2008-11-07", @@ -2146759,16 +2040489,6 @@ "show_number": "5619", "fullAnswer": "the pharaoh" }, - { - "category": "STAGE \"RIGHT\"", - "air_date": "2009-01-29", - "question": "It's the symbol seen here, more gigantic than usual", - "value": "$400", - "answer": "copyright symbol", - "round": "Jeopardy!", - "show_number": "5619", - "fullAnswer": "a copyright symbol" - }, { "category": "DANTE'S DIVINE COMEDY", "air_date": "2009-01-29", @@ -2146999,16 +2040719,6 @@ "show_number": "5619", "fullAnswer": "Taiwan" }, - { - "category": "THIS MEANS \"WAR\"", - "air_date": "2009-01-29", - "question": "An example of the wavering cry of this type of bird is heard here", - "value": "$400", - "answer": "warbler", - "round": "Double Jeopardy!", - "show_number": "5619", - "fullAnswer": "a warbler" - }, { "category": "THE STATUE OF LIBERTY", "air_date": "2009-01-29", @@ -2147109,26 +2040819,6 @@ "show_number": "5619", "fullAnswer": "23" }, - { - "category": "RAISE THE FLAG", - "air_date": "2009-01-29", - "question": "This nation's maritime self-defense force, successor to the imperial navy, uses the flag seen here", - "value": "$1200", - "answer": "Japan", - "round": "Double Jeopardy!", - "show_number": "5619", - "fullAnswer": "Japan" - }, - { - "category": "THIS MEANS \"WAR\"", - "air_date": "2009-01-29", - "question": "Have some cherry pie & name this group", - "value": "$1200", - "answer": "Warrant", - "round": "Double Jeopardy!", - "show_number": "5619", - "fullAnswer": "Warrant" - }, { "category": "THE STATUE OF LIBERTY", "air_date": "2009-01-29", @@ -2147149,16 +2040839,6 @@ "show_number": "5619", "fullAnswer": "Dynasty" }, - { - "category": "URBAN PLANNING", - "air_date": "2009-01-29", - "question": "(Kelly of the Clue Crew shows a plot design, and green space appears along the road curves.) In suburban planning, additional green space created by curved streets & houses with varying setbacks is called this 4-letter word, also a small, sheltered bay", - "value": "$1600", - "answer": "cove", - "round": "Double Jeopardy!", - "show_number": "5619", - "fullAnswer": "a cove" - }, { "category": "PICK THE PRIME NUMBER", "air_date": "2009-01-29", @@ -2147239,16 +2040919,6 @@ "show_number": "5619", "fullAnswer": "Liechtenstein" }, - { - "category": "THIS MEANS \"WAR\"", - "air_date": "2009-01-29", - "question": "(Sarah of the Clue Crew shows a piece of materiel.) The energetic materials center at New Mexico tech is testing shape charges, a type of this that's formed for maximum impact", - "value": "$2000", - "answer": "warhead", - "round": "Double Jeopardy!", - "show_number": "5619", - "fullAnswer": "a warhead" - }, { "category": "THE GRAMMYS", "air_date": "2009-01-29", @@ -2147564,7 +2041234,7 @@ "air_date": "1997-04-01", "question": "The humans in this play inspire Puck to say, \"Lord, what fools these mortals be!\"", "value": "$200", - "answer": "Midsummer Night\\'s Dream", + "answer": "Midsummer Night's Dream", "round": "Double Jeopardy!", "show_number": "2907", "fullAnswer": "A Midsummer Night\\'s Dream" @@ -2147759,16 +2041429,6 @@ "show_number": "2907", "fullAnswer": "the Northwest Passage" }, - { - "category": "\"FOOL\"ISH SONGS", - "air_date": "1997-04-01", - "question": "In 1981 Diana Ross cracked the Top Ten with a remake of this 1956 Frankie Lymon & The Teenagers hit:

\"Why do birds sing so gay /
And lovers await the break of the day...\"
", - "value": "$750", - "answer": "Why Do Fools Fall In Love", - "round": "Double Jeopardy!", - "show_number": "2907", - "fullAnswer": "\"Why Do Fools Fall In Love\"" - }, { "category": "APRIL", "air_date": "1997-04-01", @@ -2147919,16 +2041579,6 @@ "show_number": "5212", "fullAnswer": "Bern" }, - { - "category": "YOU'RE MAKING ME \"MAD\"", - "air_date": "2007-04-17", - "question": "It's the type of singing arrangement heard here", - "value": "$400", - "answer": "madrigal", - "round": "Jeopardy!", - "show_number": "5212", - "fullAnswer": "a madrigal" - }, { "category": "LAST BUT NOT LEAST", "air_date": "2007-04-17", @@ -2147959,16 +2041609,6 @@ "show_number": "5212", "fullAnswer": "The Sopranos" }, - { - "category": "LET'S HAVE SOME SUSHI", - "air_date": "2007-04-17", - "question": "It's the kajiki seen here, pre-meal", - "value": "$600", - "answer": "swordfish", - "round": "Jeopardy!", - "show_number": "5212", - "fullAnswer": "a swordfish" - }, { "category": "EUROPEAN CAPITALS", "air_date": "2007-04-17", @@ -2148199,16 +2041839,6 @@ "show_number": "5212", "fullAnswer": "Victor/Victoria" }, - { - "category": "THANKS FOR THE MEMOIRS", - "air_date": "2007-04-17", - "question": "(Hi, I'm Scott Turow.) My memoir \"One L\" tells \"The Turbulent True Story of a First Year at\" this law school", - "value": "$800", - "answer": "Harvard", - "round": "Double Jeopardy!", - "show_number": "5212", - "fullAnswer": "Harvard" - }, { "category": "13-LETTER WORDS", "air_date": "2007-04-17", @@ -2148299,16 +2041929,6 @@ "show_number": "5212", "fullAnswer": "Juno" }, - { - "category": "SCIENC\"E\"", - "air_date": "2007-04-17", - "question": "(Kelly of the Clue Crew delivers the clue.) Being an acid, the juice from a lemon acts as this type of liquid, defined as one that conducts current", - "value": "$3,000", - "answer": "electrolyte", - "round": "Double Jeopardy!", - "show_number": "5212", - "fullAnswer": "electrolyte" - }, { "category": "MARQUEE LADIES", "air_date": "2007-04-17", @@ -2148409,16 +2042029,6 @@ "show_number": "5212", "fullAnswer": "Zoroaster" }, - { - "category": "OTHER WORKS BY HANDEL", - "air_date": "2007-04-17", - "question": "The melody heard here is from the opera about Serse, better known to us as this \"X\"-rated Persian king", - "value": "$2000", - "answer": "Xerxes", - "round": "Double Jeopardy!", - "show_number": "5212", - "fullAnswer": "Xerxes" - }, { "category": "LITERARY QUOTES", "air_date": "2007-04-17", @@ -2148534,7 +2042144,7 @@ "air_date": "2002-12-31", "question": "The YWCA", "value": "$400", - "answer": "Young Women\\'s Christian Association", + "answer": "Young Women's Christian Association", "round": "Jeopardy!", "show_number": "4222", "fullAnswer": "Young Women\\'s Christian Association" @@ -2148584,7 +2042194,7 @@ "air_date": "2002-12-31", "question": "(Cheryl of the Clue Crew reporting from London) Over 30 million of Britain's 58 million people watched this event from Westminster Abbey September 6, 1997", "value": "$600", - "answer": "Princess Diana\\'s Funeral", + "answer": "Princess Diana's Funeral", "round": "Jeopardy!", "show_number": "4222", "fullAnswer": "Princess Diana\\'s Funeral" @@ -2149049,16 +2042659,6 @@ "show_number": "2833", "fullAnswer": "Philadelphia" }, - { - "category": "\"Z\" ABBREVIATIONS", - "air_date": "1996-12-18", - "question": "Z.Hr.; it's time to go", - "value": "$100", - "answer": "Zero", - "round": "Jeopardy!", - "show_number": "2833", - "fullAnswer": "Zero" - }, { "category": "1982", "air_date": "1996-12-18", @@ -2149974,7 +2043574,7 @@ "air_date": "2003-02-11", "question": "Completes the first sentence of Thomas Paine's first \"Crisis\" pamphlet, \"These are the times that...\"", "value": "$800", - "answer": "try men\\'s souls", + "answer": "try men's souls", "round": "Double Jeopardy!", "show_number": "4252", "fullAnswer": "try men\\'s souls" @@ -2150259,16 +2043859,6 @@ "show_number": "5305", "fullAnswer": "zero" }, - { - "category": "PIC-POURRI", - "air_date": "2007-10-05", - "question": "Handed out by an academy, it's the showbiz award seen here", - "value": "$200", - "answer": "Emmy", - "round": "Jeopardy!", - "show_number": "5305", - "fullAnswer": "an Emmy" - }, { "category": "\"B\" PLUS", "air_date": "2007-10-05", @@ -2150319,16 +2043909,6 @@ "show_number": "5305", "fullAnswer": "clouds" }, - { - "category": "PIC-POURRI", - "air_date": "2007-10-05", - "question": "The locks worn by the gentlemen in the photo seen here tells you this is their profession", - "value": "$400", - "answer": "judge", - "round": "Jeopardy!", - "show_number": "5305", - "fullAnswer": "judge" - }, { "category": "\"B\" PLUS", "air_date": "2007-10-05", @@ -2150339,16 +2043919,6 @@ "show_number": "5305", "fullAnswer": "a bogey" }, - { - "category": "PRESIDENTIAL CAMPAIGNS", - "air_date": "2007-10-05", - "question": "This 1976 presidential campaign button refers to these 2 men", - "value": "$600", - "answer": "Mondale", - "round": "Jeopardy!", - "show_number": "5305", - "fullAnswer": "(Jimmy) Carter and (Walter) Mondale" - }, { "category": "THE CHUM BUCKET", "air_date": "2007-10-05", @@ -2150379,16 +2043949,6 @@ "show_number": "5305", "fullAnswer": "a day" }, - { - "category": "PIC-POURRI", - "air_date": "2007-10-05", - "question": "This high-flying DC comic superhero might not mind being called a bird-brain", - "value": "$600", - "answer": "Hawkman", - "round": "Jeopardy!", - "show_number": "5305", - "fullAnswer": "Hawkman" - }, { "category": "\"B\" PLUS", "air_date": "2007-10-05", @@ -2150439,16 +2043999,6 @@ "show_number": "5305", "fullAnswer": "phases" }, - { - "category": "PIC-POURRI", - "air_date": "2007-10-05", - "question": "The name of the charming Potsdam palace seen here is French for \"carefree\", Sans this", - "value": "$800", - "answer": "souci", - "round": "Jeopardy!", - "show_number": "5305", - "fullAnswer": "souci" - }, { "category": "\"B\" PLUS", "air_date": "2007-10-05", @@ -2150499,26 +2044049,6 @@ "show_number": "5305", "fullAnswer": "Mariner (2)" }, - { - "category": "PIC-POURRI", - "air_date": "2007-10-05", - "question": "Weasel family member seen here", - "value": "$1000", - "answer": "ferret", - "round": "Jeopardy!", - "show_number": "5305", - "fullAnswer": "a ferret" - }, - { - "category": "\"B\" PLUS", - "air_date": "2007-10-05", - "question": "This type of drug used to treat asthma relaxes the smooth muscles in the airways, causing them to open, as its name indicates", - "value": "$1000", - "answer": "bronchodilator", - "round": "Jeopardy!", - "show_number": "5305", - "fullAnswer": "a bronchodilator" - }, { "category": "OLDE ENGLISH", "air_date": "2007-10-05", @@ -2150559,16 +2044089,6 @@ "show_number": "5305", "fullAnswer": "the Black Sea" }, - { - "category": "AUDIO BOOKS", - "air_date": "2007-10-05", - "question": "Garrison Keillor put his radio-honed voice to work on this American novel
But Tom Sawyer he hunted me up and said he was going to start a band of robbers, and I might join if I would go back to the widow and be respectable", - "value": "$400", - "answer": "Adventures of Huckleberry Finn", - "round": "Double Jeopardy!", - "show_number": "5305", - "fullAnswer": "The Adventures of Huckleberry Finn" - }, { "category": "THE \"PRE\" GAME SHOW", "air_date": "2007-10-05", @@ -2150669,26 +2044189,6 @@ "show_number": "5305", "fullAnswer": "I.M. Pei" }, - { - "category": "BLACK IS BACK", - "air_date": "2007-10-05", - "question": "Seen here, it's considered one of the world's deadliest creatures", - "value": "$1200", - "answer": "black mamba", - "round": "Double Jeopardy!", - "show_number": "5305", - "fullAnswer": "the black mamba" - }, - { - "category": "AUDIO BOOKS", - "air_date": "2007-10-05", - "question": "Here's Ian McKellen reading the opening of this epic work
Sing to me of the man, Muse, the man of twists and turns driven time and again off course once he had plundered the hallowed heights of Troy", - "value": "$2,600", - "answer": "Odyssey", - "round": "Double Jeopardy!", - "show_number": "5305", - "fullAnswer": "The Odyssey" - }, { "category": "THE \"PRE\" GAME SHOW", "air_date": "2007-10-05", @@ -2150779,26 +2044279,6 @@ "show_number": "5305", "fullAnswer": "Edward" }, - { - "category": "AUDIO BOOKS", - "air_date": "2007-10-05", - "question": "This actor is heard reading \"A Christmas Carol\", which he's also performed as a one-man stage show
Scrooge! A squeezing, wrenching, grasping, scraping, clutching, covetous, old sinner!", - "value": "$2000", - "answer": "Patrick Stewart", - "round": "Double Jeopardy!", - "show_number": "5305", - "fullAnswer": "Patrick Stewart" - }, - { - "category": "THE \"PRE\" GAME SHOW", - "air_date": "2007-10-05", - "question": "Seen here is a representative selection by Rosetti of this creative British group's output", - "value": "$4,000", - "answer": "Pre-Raphaelites", - "round": "Double Jeopardy!", - "show_number": "5305", - "fullAnswer": "the Pre-Raphaelites" - }, { "category": "SPORTS BUSINESS", "air_date": "2007-10-05", @@ -2150859,16 +2044339,6 @@ "show_number": "6036", "fullAnswer": "a hump" }, - { - "category": "THE ANHEUSER- BUSCH BREWERY", - "air_date": "2010-12-06", - "question": "(Jimmy of the Clue Crew stands in front of a large tank at the Anheuser-Busch Brewery.) Malt & water are mixed in these big cooking pots known as mash tanks; this process turns the simple sugars inside into CO2 & alcohol", - "value": "$200", - "answer": "fermentation", - "round": "Jeopardy!", - "show_number": "6036", - "fullAnswer": "fermentation" - }, { "category": "HAPPY TRAILS", "air_date": "2010-12-06", @@ -2150919,16 +2044389,6 @@ "show_number": "6036", "fullAnswer": "a hole in one" }, - { - "category": "THE ANHEUSER- BUSCH BREWERY", - "air_date": "2010-12-06", - "question": "(Kelly of the Clue Crew is in the brewery) Always at the forefront of innovation, Anheuser-Busch was among the first to use artificial refrigeration and this heating process that kills pathogenic microorganisms", - "value": "$400", - "answer": "pasteurization", - "round": "Jeopardy!", - "show_number": "6036", - "fullAnswer": "pasteurization" - }, { "category": "HAPPY TRAILS", "air_date": "2010-12-06", @@ -2150949,16 +2044409,6 @@ "show_number": "6036", "fullAnswer": "How to Marry a Millionaire" }, - { - "category": "WELL, I NEVER!", - "air_date": "2010-12-06", - "question": "I never dressed like this 7-letter type of unconventional 1920s lady (I think our graphics guy and I are gonna have a talk)", - "value": "$600", - "answer": "flapper", - "round": "Jeopardy!", - "show_number": "6036", - "fullAnswer": "a flapper" - }, { "category": "RACCOONS", "air_date": "2010-12-06", @@ -2150979,16 +2044429,6 @@ "show_number": "6036", "fullAnswer": "the Highland Fling" }, - { - "category": "THE ANHEUSER- BUSCH BREWERY", - "air_date": "2010-12-06", - "question": "(Jimmy of the Clue Crew holds the reins to a Clydesdale horse) A symbol for over 75 years, the Budweiser Clydesdales were formally introduced on April 7, 1933 to honor the end of this 13-year period in American history", - "value": "$600", - "answer": "prohibition", - "round": "Jeopardy!", - "show_number": "6036", - "fullAnswer": "prohibition" - }, { "category": "HAPPY TRAILS", "air_date": "2010-12-06", @@ -2151039,16 +2044479,6 @@ "show_number": "6036", "fullAnswer": "the Home Office" }, - { - "category": "THE ANHEUSER- BUSCH BREWERY", - "air_date": "2010-12-06", - "question": "(Kelly of the Clue Crew stands by a brew kettle) One of the most important additions to the brew kettles are these blossoms that release the oil and resins that give the beer its great flavor", - "value": "$800", - "answer": "hops", - "round": "Jeopardy!", - "show_number": "6036", - "fullAnswer": "hops" - }, { "category": "HAPPY TRAILS", "air_date": "2010-12-06", @@ -2151099,16 +2044529,6 @@ "show_number": "6036", "fullAnswer": "Hindi" }, - { - "category": "THE ANHEUSER- BUSCH BREWERY", - "air_date": "2010-12-06", - "question": "(Jimmy of the Clue Crew holds small pieces of wood) To complete the maturation process of lagering, Anheuser-Busch uses wood chips from this timber tree to assure a mellow blend", - "value": "$2,400", - "answer": "beech", - "round": "Jeopardy!", - "show_number": "6036", - "fullAnswer": "beech" - }, { "category": "PAINTERS", "air_date": "2010-12-06", @@ -2151469,16 +2044889,6 @@ "show_number": "5167", "fullAnswer": "book nook" }, - { - "category": "ELECTION 2006", - "air_date": "2007-02-13", - "question": "(Cheryl of the Clue Crew points to a map.) You can see what's called \"the two Virginias\" here, and Rockingham County, which went 70% for Allen, and this more urban county, home to the Pentagon and a cemetery, which went 70% for Webb", - "value": "$400", - "answer": "Arlington", - "round": "Jeopardy!", - "show_number": "5167", - "fullAnswer": "Arlington" - }, { "category": "MONSTER MASH", "air_date": "2007-02-13", @@ -2151599,16 +2045009,6 @@ "show_number": "5167", "fullAnswer": "Islam" }, - { - "category": "MONSTER MASH", - "air_date": "2007-02-13", - "question": "Sunnydale was speechless when the guys seen here stole everyone's voices in an episode of this show", - "value": "$800", - "answer": "Buffy the Vampire Slayer", - "round": "Jeopardy!", - "show_number": "5167", - "fullAnswer": "Buffy the Vampire Slayer" - }, { "category": "YOU'RE IN THIS COUNTRY IF...", "air_date": "2007-02-13", @@ -2151649,16 +2045049,6 @@ "show_number": "5167", "fullAnswer": "frail snail" }, - { - "category": "ELECTION 2006", - "air_date": "2007-02-13", - "question": "(Kelly of the Clue Crew shows us a map.) A democrat won with 60% of the vote in the rural 8th district of this state. The district went 60% for Bush in 2004", - "value": "$1000", - "answer": "Indiana", - "round": "Jeopardy!", - "show_number": "5167", - "fullAnswer": "Indiana" - }, { "category": "MONSTER MASH", "air_date": "2007-02-13", @@ -2151829,16 +2045219,6 @@ "show_number": "5167", "fullAnswer": "castle" }, - { - "category": "BIOLOGY", - "air_date": "2007-02-13", - "question": "(Jimmy of the Clue Crew stands next to a chart of the human body.) Important to the human body is the excretory system, which allows the body to get rid of waste largely through this pair of organs", - "value": "$1200", - "answer": "kidneys", - "round": "Double Jeopardy!", - "show_number": "5167", - "fullAnswer": "kidneys" - }, { "category": "FAMOUS YOUNG WOMEN", "air_date": "2007-02-13", @@ -2151849,16 +2045229,6 @@ "show_number": "5167", "fullAnswer": "Amanda Bynes" }, - { - "category": "LET'S GO SHOPPING", - "air_date": "2007-02-13", - "question": "Seen here, this company's footwear will bring out the beast in me! Now, if I could just decide on a color...", - "value": "$1200", - "answer": "Crocs", - "round": "Double Jeopardy!", - "show_number": "5167", - "fullAnswer": "Crocs" - }, { "category": "THE FRENCH", "air_date": "2007-02-13", @@ -2151969,16 +2045339,6 @@ "show_number": "5167", "fullAnswer": "Johansson" }, - { - "category": "LET'S GO SHOPPING", - "air_date": "2007-02-13", - "question": "(Hi, I'm Isaac Mizrahi.) Look fabulous & live fabulous with my clothing & home collections for this retailer that hit the bull's-eye", - "value": "$2000", - "answer": "Target", - "round": "Double Jeopardy!", - "show_number": "5167", - "fullAnswer": "Target" - }, { "category": "THE FRENCH", "air_date": "2007-02-13", @@ -2152134,7 +2045494,7 @@ "air_date": "1998-04-20", "question": "In 1997 Bill Cosby won Favorite Male in a New Series, his 15th of these awards", "value": "$200", - "answer": "People\\'s Choice Awards", + "answer": "People's Choice Awards", "round": "Jeopardy!", "show_number": "3151", "fullAnswer": "the People\\'s Choice Awards" @@ -2152209,16 +2045569,6 @@ "show_number": "3151", "fullAnswer": "Auden" }, - { - "category": "MUSIC POTPOURRI", - "air_date": "1998-04-20", - "question": "This famous group, heard here, was founded 500 years ago, in 1498:", - "value": "$400", - "answer": "Vienna Boys\\' Choir", - "round": "Jeopardy!", - "show_number": "3151", - "fullAnswer": "the Vienna Boys\\' Choir" - }, { "category": "SET 'EM UP, JOE", "air_date": "1998-04-20", @@ -2152249,16 +2045599,6 @@ "show_number": "3151", "fullAnswer": "Cheryl Ladd" }, - { - "category": "WE THE \"PEOPLE\"", - "air_date": "1998-04-20", - "question": "A song from this international program's festival is heard here:

\"Everybody's everybody /
And nobody is the same, no, no no no...\"
", - "value": "$400", - "answer": "Up with People", - "round": "Jeopardy!", - "show_number": "3151", - "fullAnswer": "Up with People" - }, { "category": "MEN OF LETTERS", "air_date": "1998-04-20", @@ -2152284,7 +2045624,7 @@ "air_date": "1998-04-20", "question": "Joe dreams of Vivien Leigh when he makes his Southern Comfort & cranberry juice cocktail", "value": "$500", - "answer": "Scarlett O\\'Hara", + "answer": "Scarlett O'Hara", "round": "Jeopardy!", "show_number": "3151", "fullAnswer": "a Scarlett O\\'Hara" @@ -2152509,26 +2045849,6 @@ "show_number": "3151", "fullAnswer": "Eight Men Out" }, - { - "category": "FAMOUS FRENCHMEN", - "air_date": "1998-04-20", - "question": "This Frenchman is most famous for inventing the device named for him, seen here:", - "value": "$1,000", - "answer": "Foucault", - "round": "Double Jeopardy!", - "show_number": "3151", - "fullAnswer": "Foucault" - }, - { - "category": "SNEEZING", - "air_date": "1998-04-20", - "question": "This woman, seen here, says a doctor had to teach her how to sneeze--& laugh--properly", - "value": "$800", - "answer": "Celine Dion", - "round": "Double Jeopardy!", - "show_number": "3151", - "fullAnswer": "Celine Dion" - }, { "category": "BLESS YOU", "air_date": "1998-04-20", @@ -2152979,16 +2046299,6 @@ "show_number": "3865", "fullAnswer": "Congo (formerly Zaire)" }, - { - "category": "THE RUSSIANS ARE COMING!", - "air_date": "2001-05-25", - "question": "Seen here, she's made a name for herself on & off the tennis courts", - "value": "$400", - "answer": "Anna Kournikova", - "round": "Double Jeopardy!", - "show_number": "3865", - "fullAnswer": "Anna Kournikova" - }, { "category": "NESTLE'S", "air_date": "2001-05-25", @@ -2153069,16 +2046379,6 @@ "show_number": "3865", "fullAnswer": "Loretta Lynn" }, - { - "category": "WORDS FROM CHINESE", - "air_date": "2001-05-25", - "question": "It's the sand-fur dog variety seen here", - "value": "$600", - "answer": "Shar Pei", - "round": "Double Jeopardy!", - "show_number": "3865", - "fullAnswer": "a Shar Pei" - }, { "category": "DRAMA & DRAMATISTS", "air_date": "2001-05-25", @@ -2153099,16 +2046399,6 @@ "show_number": "3865", "fullAnswer": "Senegal" }, - { - "category": "THE RUSSIANS ARE COMING!", - "air_date": "2001-05-25", - "question": "A ballet by this composer features the piece heard here:

[\"The Russian Dance\"]", - "value": "$800", - "answer": "Pyotr Tchaikovsky", - "round": "Double Jeopardy!", - "show_number": "3865", - "fullAnswer": "Pyotr Tchaikovsky" - }, { "category": "NESTLE'S", "air_date": "2001-05-25", @@ -2153179,16 +2046469,6 @@ "show_number": "3865", "fullAnswer": "Switzerland" }, - { - "category": "WORDS FROM CHINESE", - "air_date": "2001-05-25", - "question": "Gold-orange fruit seen here", - "value": "$1000", - "answer": "kumquat", - "round": "Double Jeopardy!", - "show_number": "3865", - "fullAnswer": "a kumquat" - }, { "category": "INTERNATIONAL STARS", "air_date": "2001-05-25", @@ -2153394,7 +2046674,7 @@ "air_date": "2006-12-29", "question": "One of 2 films for which Steven Spielberg won a Best Director Oscar, both in the 1990s", "value": "$800", - "answer": "Schindler\\'s List or Saving Private Ryan", + "answer": "Schindler's List or Saving Private Ryan", "round": "Jeopardy!", "show_number": "5135", "fullAnswer": "Schindler\\'s List or Saving Private Ryan" @@ -2153489,16 +2046769,6 @@ "show_number": "5135", "fullAnswer": "Oscar Mayer" }, - { - "category": "I COULDA BEEN A CONTENDER!", - "air_date": "2006-12-29", - "question": "Seen here, this radio talk show host ran unsuccessfully for the Republican presidential nomination in 1996 and 2000", - "value": "$1000", - "answer": "Alan Keyes", - "round": "Jeopardy!", - "show_number": "5135", - "fullAnswer": "Alan Keyes" - }, { "category": "THE MIDDLE AGES", "air_date": "2006-12-29", @@ -2153609,16 +2046879,6 @@ "show_number": "5135", "fullAnswer": "Baltimoregon" }, - { - "category": "YOU CAN CALL ME \"AL\"", - "air_date": "2006-12-29", - "question": "Don't ask me what the lyrics mean to this classic kids' song; I don't know what they mean, either", - "value": "$800", - "answer": "Alouette", - "round": "Double Jeopardy!", - "show_number": "5135", - "fullAnswer": "\"Alouette\"" - }, { "category": "THE MIDDLE AGES", "air_date": "2006-12-29", @@ -2154314,7 +2047574,7 @@ "air_date": "1999-05-21", "question": "Rand Brooks, Carroll Nye & Clark Gable played this character's 3 husbands", "value": null, - "answer": "Scarlett O\\'Hara", + "answer": "Scarlett O'Hara", "round": "Final Jeopardy!", "show_number": "3400", "fullAnswer": "Scarlett O\\'Hara" @@ -2154434,7 +2047694,7 @@ "air_date": "1990-05-01", "question": "United Artists withdrew this Michael Cimino film from theaters for re-editing", "value": "$300", - "answer": "Heaven\\'s Gate", + "answer": "Heaven's Gate", "round": "Jeopardy!", "show_number": "1317", "fullAnswer": "\"Heaven\\'s Gate\"" @@ -2154704,7 +2047964,7 @@ "air_date": "1990-05-01", "question": "A body at rest stays at rest, F=ma & reaction is always equal & opposite in action", "value": "$400", - "answer": "Newton\\'s 3 Laws of Motion", + "answer": "Newton's 3 Laws of Motion", "round": "Double Jeopardy!", "show_number": "1317", "fullAnswer": "Newton\\'s 3 Laws of Motion" @@ -2155104,7 +2048364,7 @@ "air_date": "2002-12-23", "question": "In the receiving line at a wedding reception this person is traditionally first", "value": "$800", - "answer": "bride\\'s mother", + "answer": "bride's mother", "round": "Jeopardy!", "show_number": "4216", "fullAnswer": "the bride\\'s mother" @@ -2155234,7 +2048494,7 @@ "air_date": "2002-12-23", "question": "Edward Albee said he got the title of this play about the dysfunctional George & Martha from a line of graffiti", "value": "$400", - "answer": "Who\\'s Afraid of Virginia Woolf?", + "answer": "Who's Afraid of Virginia Woolf?", "round": "Double Jeopardy!", "show_number": "4216", "fullAnswer": "Who\\'s Afraid of Virginia Woolf?" @@ -2155604,7 +2048864,7 @@ "air_date": "2000-03-23", "question": "In song Hank Williams reminded us that this unfaithful organ \"will tell on you\"", "value": "$200", - "answer": "Your Cheatin\\' Heart", + "answer": "Your Cheatin' Heart", "round": "Jeopardy!", "show_number": "3589", "fullAnswer": "\"Your Cheatin\\' Heart\"" @@ -2156694,7 +2049954,7 @@ "air_date": "2003-02-07", "question": "In 1985 Cliffs Notes' \"The Scarlet Letter\" retook the top-selling spot; this book had briefly replaced it", "value": null, - "answer": "\\1984\\", + "answer": "1984", "round": "Final Jeopardy!", "show_number": "4250", "fullAnswer": "\\\"1984\\\"" @@ -2157619,16 +2050879,6 @@ "show_number": "4720", "fullAnswer": "Fiddler on the Roof" }, - { - "category": "ANTIPODEANS", - "air_date": "2005-02-25", - "question": "The honeymoon video of this unconventional documentarian was the first episode of his hit show", - "value": "$400", - "answer": "Steve Irwin", - "round": "Double Jeopardy!", - "show_number": "4720", - "fullAnswer": "Steve Irwin" - }, { "category": "FOREIGN 3-LETTER WORDS", "air_date": "2005-02-25", @@ -2157679,16 +2050929,6 @@ "show_number": "4720", "fullAnswer": "Chicago" }, - { - "category": "ANTIPODEANS", - "air_date": "2005-02-25", - "question": "The singer & political activist seen here formerly fronted this famous rock band", - "value": "$800", - "answer": "Midnight Oil", - "round": "Double Jeopardy!", - "show_number": "4720", - "fullAnswer": "Midnight Oil" - }, { "category": "FOREIGN 3-LETTER WORDS", "air_date": "2005-02-25", @@ -2157734,7 +2050974,7 @@ "air_date": "2005-02-25", "question": "\"Scenes From An Italian Restaurant\"", "value": "$1200", - "answer": "Movin\\' Out", + "answer": "Movin' Out", "round": "Double Jeopardy!", "show_number": "4720", "fullAnswer": "Movin\\' Out" @@ -2157799,26 +2051039,6 @@ "show_number": "4720", "fullAnswer": "Oklahoma!" }, - { - "category": "ANTIPODEANS", - "air_date": "2005-02-25", - "question": "Sydney-born Prime Minister seen here", - "value": "$1600", - "answer": "John Howard", - "round": "Double Jeopardy!", - "show_number": "4720", - "fullAnswer": "John Howard" - }, - { - "category": "FOREIGN 3-LETTER WORDS", - "air_date": "2005-02-25", - "question": "(Cheryl of the Clue Crew clinks drinks with Sarah at an outdoor cafe in Greece.) To the Greeks, having kefi, or joy in the moment, often inspires this three-letter exclamation", - "value": "$1600", - "answer": "opa", - "round": "Double Jeopardy!", - "show_number": "4720", - "fullAnswer": "opa" - }, { "category": "WEST VIRGINIA", "air_date": "2005-02-25", @@ -2157834,7 +2051054,7 @@ "air_date": "2005-02-25", "question": "It's airport code, ORD, comes from Orchard Field, the airport previously on the site", "value": "$1600", - "answer": "O\\'Hare", + "answer": "O'Hare", "round": "Double Jeopardy!", "show_number": "4720", "fullAnswer": "O\\'Hare" @@ -2157859,16 +2051079,6 @@ "show_number": "4720", "fullAnswer": "Paint Your Wagon" }, - { - "category": "ANTIPODEANS", - "air_date": "2005-02-25", - "question": "Seen here wearing his definitive yet oddball headgear, this 19th century Australian lives on in myth & legend", - "value": "$2000", - "answer": "Kelly", - "round": "Double Jeopardy!", - "show_number": "4720", - "fullAnswer": "(Ned) Kelly" - }, { "category": "FOREIGN 3-LETTER WORDS", "air_date": "2005-02-25", @@ -2158209,16 +2051419,6 @@ "show_number": "5069", "fullAnswer": "the leek" }, - { - "category": "PRAGUE", - "air_date": "2006-09-28", - "question": "(Jimmy of the Clue Crew hangs out on a street in Prage, Czech Republic.) Legend says the upper part of Prague's Old-New Synagogue holds the remains of this clay giant created to protect the Jews", - "value": "$400", - "answer": "golem", - "round": "Double Jeopardy!", - "show_number": "5069", - "fullAnswer": "the golem" - }, { "category": "ALBUMS", "air_date": "2006-09-28", @@ -2158319,26 +2051519,6 @@ "show_number": "5069", "fullAnswer": "Mohammed" }, - { - "category": "WE NEED THE MONEY", - "air_date": "2006-09-28", - "question": "Before the euro, the money seen here was the currency of this country", - "value": "$800", - "answer": "Greece", - "round": "Double Jeopardy!", - "show_number": "5069", - "fullAnswer": "Greece" - }, - { - "category": "PRAGUE", - "air_date": "2006-09-28", - "question": "(Jimmy of the Clue Crew steps out of a housefront in Prage, Czech Republic to point out the address.) This novelist lived within the castle at number 22 Golden Lane a few years before he wrote his novel \"The Castle\"", - "value": "$4,000", - "answer": "Kafka", - "round": "Double Jeopardy!", - "show_number": "5069", - "fullAnswer": "(Franz) Kafka" - }, { "category": "ALBUMS", "air_date": "2006-09-28", @@ -2158389,16 +2051569,6 @@ "show_number": "5069", "fullAnswer": "the Egyptian pound" }, - { - "category": "PRAGUE", - "air_date": "2006-09-28", - "question": "This river that runs through Prague was immortalized in a work by composer Bedrich Smetana", - "value": "$1600", - "answer": "Moldau", - "round": "Double Jeopardy!", - "show_number": "5069", - "fullAnswer": "the Moldau" - }, { "category": "ALBUMS", "air_date": "2006-09-28", @@ -2158439,26 +2051609,6 @@ "show_number": "5069", "fullAnswer": "Kahlil Gibran" }, - { - "category": "WE NEED THE MONEY", - "air_date": "2006-09-28", - "question": "It's the unit of currency of the bill seen here", - "value": "$1600", - "answer": "ruble", - "round": "Double Jeopardy!", - "show_number": "5069", - "fullAnswer": "a ruble" - }, - { - "category": "PRAGUE", - "air_date": "2006-09-28", - "question": "(Sarah of the Clue Crew leans out of a famous portal.) 2 men were tossed out this window in the incident called the Defenestration of Prague, leading to this numerical war", - "value": "$2000", - "answer": "Thirty Years\\' War", - "round": "Double Jeopardy!", - "show_number": "5069", - "fullAnswer": "the Thirty Years\\' War" - }, { "category": "ALBUMS", "air_date": "2006-09-28", @@ -2158594,7 +2051744,7 @@ "air_date": "2010-10-20", "question": "In this 1975 film Jack Nicholson commented, \"I must be crazy to be in a looney bin like this!\"", "value": "$400", - "answer": "One Flew Over the Cuckoo\\'s Nest", + "answer": "One Flew Over the Cuckoo's Nest", "round": "Jeopardy!", "show_number": "6003", "fullAnswer": "One Flew Over the Cuckoo\\'s Nest" @@ -2158719,16 +2051869,6 @@ "show_number": "6003", "fullAnswer": "a pine cone" }, - { - "category": "20th CENTURY WOMEN", - "air_date": "2010-10-20", - "question": "She's the author & poet heard here reading from her memoir \"A Song Flung Up to Heaven\"

The times were so solemn, and the daily news so somber that we snatched mirth
from unlikely places.
", - "value": "$800", - "answer": "Maya Angelou", - "round": "Jeopardy!", - "show_number": "6003", - "fullAnswer": "Maya Angelou" - }, { "category": "MORE THAN ONE MEANING", "air_date": "2010-10-20", @@ -2158784,7 +2051924,7 @@ "air_date": "2010-10-20", "question": "Both of these Supreme Court justices were inducted into the National Women's Hall of Fame", "value": "$1000", - "answer": "O\\'Connor and Ginsburg", + "answer": "O'Connor and Ginsburg", "round": "Jeopardy!", "show_number": "6003", "fullAnswer": "O\\'Connor and Ginsburg" @@ -2158824,7 +2051964,7 @@ "air_date": "2010-10-20", "question": "It was a short interlude between his wins for \"Anna Christie\" (1922) & \"Strange Interlude\" (1928)", "value": "$400", - "answer": "O\\'Neill", + "answer": "O'Neill", "round": "Double Jeopardy!", "show_number": "6003", "fullAnswer": "(Eugene) O\\'Neill" @@ -2158849,16 +2051989,6 @@ "show_number": "6003", "fullAnswer": "the (dwarf) gecko" }, - { - "category": "NON-DON KNOTS", - "air_date": "2010-10-20", - "question": "(Kelly of the Clue Crew is ties a knot.) Also known as a reef knot, this common knot should be used as a binding knot, never a bend", - "value": "$400", - "answer": "square knot", - "round": "Double Jeopardy!", - "show_number": "6003", - "fullAnswer": "a square knot" - }, { "category": "STATE / COLLEGES", "air_date": "2010-10-20", @@ -2158909,16 +2052039,6 @@ "show_number": "6003", "fullAnswer": "walk on water" }, - { - "category": "NON-DON KNOTS", - "air_date": "2010-10-20", - "question": "(Kelly of the Clue Crew ties a knot.) Especially useful in sailing & rock climbing, this knot with a numerical name is easily untied, even after the greatest strain", - "value": "$800", - "answer": "figure-eight knot", - "round": "Double Jeopardy!", - "show_number": "6003", - "fullAnswer": "a figure-eight knot" - }, { "category": "STATE / COLLEGES", "air_date": "2010-10-20", @@ -2158969,16 +2052089,6 @@ "show_number": "6003", "fullAnswer": "to shed their tail" }, - { - "category": "NON-DON KNOTS", - "air_date": "2010-10-20", - "question": "(Sarah of the Clue Crew ties a knot.) The knot called a \"fisherman's bend\" is also known as this \"bend\", as it can act as one for a boat to a dock", - "value": "$1200", - "answer": "anchor bend", - "round": "Double Jeopardy!", - "show_number": "6003", - "fullAnswer": "an anchor bend" - }, { "category": "STATE / COLLEGES", "air_date": "2010-10-20", @@ -2159029,16 +2052139,6 @@ "show_number": "6003", "fullAnswer": "blood" }, - { - "category": "NON-DON KNOTS", - "air_date": "2010-10-20", - "question": "(Sarah of the Clue Crew ties a knot.) This type of hitch can be used to tow a log either afloat or on land; you might hear a lumberjack yell it, too", - "value": "$1600", - "answer": "timber hitch", - "round": "Double Jeopardy!", - "show_number": "6003", - "fullAnswer": "a timber hitch" - }, { "category": "STATE / COLLEGES", "air_date": "2010-10-20", @@ -2159079,26 +2052179,6 @@ "show_number": "6003", "fullAnswer": "Audrey Hepburn" }, - { - "category": "LIZARDRY", - "air_date": "2010-10-20", - "question": "The name of this lizard of Australia tells you he's not just happy to meet you, he's this", - "value": "$2000", - "answer": "frilled", - "round": "Double Jeopardy!", - "show_number": "6003", - "fullAnswer": "frilled" - }, - { - "category": "NON-DON KNOTS", - "air_date": "2010-10-20", - "question": "(Sarah of the Clue Crew ties a knot.) The name of this binding knot also describes a suffocating type of snake", - "value": "$2000", - "answer": "constrictor", - "round": "Double Jeopardy!", - "show_number": "6003", - "fullAnswer": "a constrictor" - }, { "category": "STATE / COLLEGES", "air_date": "2010-10-20", @@ -2159269,16 +2052349,6 @@ "show_number": "5876", "fullAnswer": "Moon rocks" }, - { - "category": "LINENS & THINGS", - "air_date": "2010-03-15", - "question": "From the Greek for heavy fabric, it's the type of thick wall covering seen here", - "value": "$600", - "answer": "tapestry", - "round": "Jeopardy!", - "show_number": "5876", - "fullAnswer": "a tapestry" - }, { "category": "MOVIES' ALTERNATE ENDINGS", "air_date": "2010-03-15", @@ -2159439,16 +2052509,6 @@ "show_number": "5876", "fullAnswer": "71" }, - { - "category": "CLASSICAL TV THEMES", - "air_date": "2010-03-15", - "question": "The 18th c. fanfare heard here is the theme for this PBS show that's brought class & drama to American TV", - "value": "$400", - "answer": "Masterpiece Theatre", - "round": "Double Jeopardy!", - "show_number": "5876", - "fullAnswer": "Masterpiece Theatre" - }, { "category": "KENTUCKY IS JUST DUCKY", "air_date": "2010-03-15", @@ -2159469,16 +2052529,6 @@ "show_number": "5876", "fullAnswer": "a cruise" }, - { - "category": "THE CALIFORNIA HIGHWAY PATROL", - "air_date": "2010-03-15", - "question": "(Jimmy of the Clue Crew reports from the California Highway Patrol Academy in Sacramento, CA.) Though they've ridden Harleys & Kawasakis, the CHP has been riding motorcycles made by this Munich-based company since the 1990s", - "value": "$400", - "answer": "BMW", - "round": "Double Jeopardy!", - "show_number": "5876", - "fullAnswer": "BMW" - }, { "category": "STORY PROBLEMS", "air_date": "2010-03-15", @@ -2159509,16 +2052559,6 @@ "show_number": "5876", "fullAnswer": "bluegrass" }, - { - "category": "THE CALIFORNIA HIGHWAY PATROL", - "air_date": "2010-03-15", - "question": "(Jimmy of the Clue Crew reports from the California Highway Patrol Academy in Sacramento, CA.) The Breathalyzer will test to see if I'm over this blood alcohol content; its enactment as the limit in all 50 states has saved many lives", - "value": "$800", - "answer": ".08", - "round": "Double Jeopardy!", - "show_number": "5876", - "fullAnswer": ".08" - }, { "category": "STORY PROBLEMS", "air_date": "2010-03-15", @@ -2159529,16 +2052569,6 @@ "show_number": "5876", "fullAnswer": "26" }, - { - "category": "CLASSICAL TV THEMES", - "air_date": "2010-03-15", - "question": "Appropriately, the series titled this director \"Presents\" used a funeral march by Gounod as its theme", - "value": "$1200", - "answer": "Hitchcock", - "round": "Double Jeopardy!", - "show_number": "5876", - "fullAnswer": "Hitchcock" - }, { "category": "KENTUCKY IS JUST DUCKY", "air_date": "2010-03-15", @@ -2159609,16 +2052639,6 @@ "show_number": "5876", "fullAnswer": "Canada" }, - { - "category": "CLASSICAL TV THEMES", - "air_date": "2010-03-15", - "question": "The overture to Reznicek's \"Donna Diana\" introduced this TV mountie \"of the Yukon\"", - "value": "$2000", - "answer": "Sergeant Preston", - "round": "Double Jeopardy!", - "show_number": "5876", - "fullAnswer": "Sergeant Preston" - }, { "category": "KENTUCKY IS JUST DUCKY", "air_date": "2010-03-15", @@ -2159639,16 +2052659,6 @@ "show_number": "5876", "fullAnswer": "furlough" }, - { - "category": "THE CALIFORNIA HIGHWAY PATROL", - "air_date": "2010-03-15", - "question": "(Jimmy of the Clue Crew reports from the California Highway Patrol Academy in Sacramento, CA.) Named for a slain nine-year-old girl, these alerts issued by the CHP are an attempt to galvanize a community into looking for a missing child", - "value": "$2000", - "answer": "Amber alert", - "round": "Double Jeopardy!", - "show_number": "5876", - "fullAnswer": "an Amber alert" - }, { "category": "RELIGION", "air_date": "2010-03-15", @@ -2160624,7 +2053634,7 @@ "air_date": "2003-07-17", "question": "Boaz' wife's detectives", "value": "$400", - "answer": "Ruth\\'s sleuths", + "answer": "Ruth's sleuths", "round": "Double Jeopardy!", "show_number": "4364", "fullAnswer": "Ruth\\'s sleuths" @@ -2160804,7 +2053814,7 @@ "air_date": "2003-07-17", "question": "Calamine & Jergens from the \"land\" where the Hebrews began the Exodus", "value": "$1600", - "answer": "Goshen\\'s lotions", + "answer": "Goshen's lotions", "round": "Double Jeopardy!", "show_number": "4364", "fullAnswer": "Goshen\\'s lotions" @@ -2160869,16 +2053879,6 @@ "show_number": "4364", "fullAnswer": "Fred Rogers (of Mister Rogers\\' Neighborhood)" }, - { - "category": "EARLY MAN", - "air_date": "2011-09-20", - "question": "(Sarah of the Clue Crew shows us a partial skull at the Smithsonian Hall of Human Origins.) Ouranopithecus macedoniensis, a 9-million-year-old ape from Greece, is a candidate as the long sought-for common ancestor of African apes & humans, popularly but inaccurately known by this two-word term", - "value": "$200", - "answer": "missing link", - "round": "Jeopardy!", - "show_number": "6207", - "fullAnswer": "the missing link" - }, { "category": "TV TITLE ROLE PLAYING", "air_date": "2011-09-20", @@ -2160989,16 +2053989,6 @@ "show_number": "6207", "fullAnswer": "a dirk" }, - { - "category": "EARLY MAN", - "air_date": "2011-09-20", - "question": "(Kelly of the Clue Crew holds a small statue at the Smithsonian Hall of Human Origins.) This 35-thousand-year-old figurine known as the Lion Man, the oldest known human statue, is made from the ivory of this animal that went from endangered to extinct thousands of years ago", - "value": "$600", - "answer": "Woolly Mammoth", - "round": "Jeopardy!", - "show_number": "6207", - "fullAnswer": "the Woolly Mammoth" - }, { "category": "TV TITLE ROLE PLAYING", "air_date": "2011-09-20", @@ -2161109,16 +2054099,6 @@ "show_number": "6207", "fullAnswer": "Chad" }, - { - "category": "EARLY MAN", - "air_date": "2011-09-20", - "question": "(Kelly of the Clue Crew holds a partial skull at the Smithsonian Hall of Human Origins.) The enlarged brain of this early human species helped it become the longest-lived member of the human family tree; named for its upright posture, it survived nine times longer than our species has been around", - "value": "$1000", - "answer": "Homo erectus", - "round": "Jeopardy!", - "show_number": "6207", - "fullAnswer": "Homo erectus" - }, { "category": "TV TITLE ROLE PLAYING", "air_date": "2011-09-20", @@ -2161429,16 +2054409,6 @@ "show_number": "6207", "fullAnswer": "a banshee" }, - { - "category": "ISN'T IT \"GRAND\"?", - "air_date": "2011-09-20", - "question": "How sweet the sound of this composition by Ferde Grofe", - "value": "$2000", - "answer": "Grand Canyon Suite", - "round": "Double Jeopardy!", - "show_number": "6207", - "fullAnswer": "the Grand Canyon Suite" - }, { "category": "THIS IS A JOB FOR A HERO", "air_date": "2011-09-20", @@ -2162664,7 +2055634,7 @@ "air_date": "2007-05-21", "question": "Bob Denver said the first name of the title character on this sitcom, never revealed, would have been Willie", "value": "$200", - "answer": "Gilligan\\'s Island", + "answer": "Gilligan's Island", "round": "Jeopardy!", "show_number": "5236", "fullAnswer": "Gilligan\\'s Island" @@ -2162729,16 +2055699,6 @@ "show_number": "5236", "fullAnswer": "Columbo" }, - { - "category": "FIVE ABOUT TENN.", - "air_date": "2007-05-21", - "question": "Located in Memphis, this mansion is the second most-visited home in the U.S.; thank you very much", - "value": "$400", - "answer": "Graceland", - "round": "Jeopardy!", - "show_number": "5236", - "fullAnswer": "Graceland" - }, { "category": "BOB'S YOUR UNCLE", "air_date": "2007-05-21", @@ -2162859,16 +2055819,6 @@ "show_number": "5236", "fullAnswer": "a guitar (or a fiddle or a trumpet)" }, - { - "category": "BOB'S YOUR UNCLE", - "air_date": "2007-05-21", - "question": "In 1972 he choreographed \"Pippin\", & later, \"Chicago\"; now... jazz hands!", - "value": "$800", - "answer": "Bob Fosse", - "round": "Jeopardy!", - "show_number": "5236", - "fullAnswer": "Bob Fosse" - }, { "category": "ALL WE ARE \"SAY\"ING", "air_date": "2007-05-21", @@ -2162949,16 +2055899,6 @@ "show_number": "5236", "fullAnswer": "Czar Alexander I" }, - { - "category": "COMMUNICATION", - "air_date": "2007-05-21", - "question": "Dahalo, a language of Kenya, uses only one of these, like Amazon.com's online shopping technology", - "value": "$400", - "answer": "click", - "round": "Double Jeopardy!", - "show_number": "5236", - "fullAnswer": "a click" - }, { "category": "HOT MOVIES", "air_date": "2007-05-21", @@ -2163009,16 +2055949,6 @@ "show_number": "5236", "fullAnswer": "the rhea (for hare)" }, - { - "category": "COMMUNICATION", - "air_date": "2007-05-21", - "question": "(Jimmy of the Clue Crew demonstrates that he is a man of letters.) By looking at its first few letters, you'll see the Russian alphabet is based largely on this much more ancient alphabet", - "value": "$800", - "answer": "Greek", - "round": "Double Jeopardy!", - "show_number": "5236", - "fullAnswer": "Greek" - }, { "category": "HOT MOVIES", "air_date": "2007-05-21", @@ -2163129,16 +2056059,6 @@ "show_number": "5236", "fullAnswer": "egret (from greet)" }, - { - "category": "COMMUNICATION", - "air_date": "2007-05-21", - "question": "(Jon of the Clue Crew delivers a cryptic message.) Julius Caesar communicated with his generals using a code that shifted each letter a set distance down the alphabet--for instance, these letters spell \"Jeopardy\"; it's now called the \"Caesar\" this", - "value": "$1600", - "answer": "cipher", - "round": "Double Jeopardy!", - "show_number": "5236", - "fullAnswer": "cipher" - }, { "category": "HOT MOVIES", "air_date": "2007-05-21", @@ -2163319,16 +2056239,6 @@ "show_number": "3919", "fullAnswer": "a whistle" }, - { - "category": "WE ARE THE WORLD", - "air_date": "2001-09-20", - "question": "Organization that employs the woman seen here", - "value": "$200", - "answer": "World Wrestling Federation", - "round": "Jeopardy!", - "show_number": "3919", - "fullAnswer": "the World Wrestling Federation" - }, { "category": "WHAT'S UP, TV DOC?", "air_date": "2001-09-20", @@ -2163549,32 +2056459,12 @@ "show_number": "3919", "fullAnswer": "Walter Mosley" }, - { - "category": "FAMILIAR EXPRESSIONS", - "air_date": "2001-09-20", - "question": "It now means a person who's an example of something; the original one is seen here", - "value": "$800", - "answer": "poster child", - "round": "Jeopardy!", - "show_number": "3919", - "fullAnswer": "a poster child" - }, - { - "category": "A BANNER YEAR IN THE NEW YORK TIMES", - "air_date": "2001-09-20", - "question": "Year of the fateful headline seen here", - "value": "$200", - "answer": "1914", - "round": "Double Jeopardy!", - "show_number": "3919", - "fullAnswer": "1914" - }, { "category": "ROBERT REDFORD ROLES", "air_date": "2001-09-20", "question": "Journalist Bob Woodward", "value": "$200", - "answer": "All the President\\'s Men", + "answer": "All the President's Men", "round": "Double Jeopardy!", "show_number": "3919", "fullAnswer": "All the President\\'s Men" @@ -2163589,16 +2056479,6 @@ "show_number": "3919", "fullAnswer": "gods" }, - { - "category": "KITCHEN NONESSENTIALS", - "air_date": "2001-09-20", - "question": "The dipper seen here is to be used with this sticky substance", - "value": "$200", - "answer": "honey", - "round": "Double Jeopardy!", - "show_number": "3919", - "fullAnswer": "honey" - }, { "category": "\"D\" TOUR", "air_date": "2001-09-20", @@ -2163649,22 +2056529,12 @@ "show_number": "3919", "fullAnswer": "the River Jordan" }, - { - "category": "KITCHEN NONESSENTIALS", - "air_date": "2001-09-20", - "question": "It's what you do to cherries or olives with the item seen here", - "value": "$400", - "answer": "pit them", - "round": "Double Jeopardy!", - "show_number": "3919", - "fullAnswer": "pit them" - }, { "category": "\"D\" TOUR", "air_date": "2001-09-20", "question": "Off the coast of French Guiana, it became part of a penal colony in the late 19th century", "value": "$400", - "answer": "Devil\\'s Island", + "answer": "Devil's Island", "round": "Double Jeopardy!", "show_number": "3919", "fullAnswer": "Devil\\'s Island" @@ -2163679,16 +2056549,6 @@ "show_number": "3919", "fullAnswer": "Penny Laine" }, - { - "category": "A BANNER YEAR IN THE NEW YORK TIMES", - "air_date": "2001-09-20", - "question": "November of this year brought the headline seen here", - "value": "$600", - "answer": "1984", - "round": "Double Jeopardy!", - "show_number": "3919", - "fullAnswer": "1984" - }, { "category": "ROBERT REDFORD ROLES", "air_date": "2001-09-20", @@ -2163709,16 +2056569,6 @@ "show_number": "3919", "fullAnswer": "shepherds" }, - { - "category": "KITCHEN NONESSENTIALS", - "air_date": "2001-09-20", - "question": "Use the item seen here to remove these from shrimp", - "value": "$600", - "answer": "veins", - "round": "Double Jeopardy!", - "show_number": "3919", - "fullAnswer": "the veins" - }, { "category": "\"D\" TOUR", "air_date": "2001-09-20", @@ -2163789,16 +2056639,6 @@ "show_number": "3919", "fullAnswer": "Liv Fast" }, - { - "category": "A BANNER YEAR IN THE NEW YORK TIMES", - "air_date": "2001-09-20", - "question": "Post World War II-year of the headline seen here", - "value": "$1000", - "answer": "1948", - "round": "Double Jeopardy!", - "show_number": "3919", - "fullAnswer": "1948" - }, { "category": "ROBERT REDFORD ROLES", "air_date": "2001-09-20", @@ -2163894,7 +2056734,7 @@ "air_date": "2000-06-08", "question": "\"2 shakes of\" this animal's \"tail\" means instantaneous", "value": "$100", - "answer": "Lamb\\'s tail", + "answer": "Lamb's tail", "round": "Jeopardy!", "show_number": "3644", "fullAnswer": "Lamb\\'s tail" @@ -2164569,16 +2057409,6 @@ "show_number": "5061", "fullAnswer": "a blunder" }, - { - "category": "MORTAL MATTERS", - "air_date": "2006-09-18", - "question": "(Jimmy of the Clue Crew reports from Ireland.) It's June 16, 2006, a day of mourning in Ireland for Charles Haughey, 3-time Taoiseach, or holder of this office", - "value": "$400", - "answer": "prime minister", - "round": "Jeopardy!", - "show_number": "5061", - "fullAnswer": "prime minister" - }, { "category": "RONALD REAGAN", "air_date": "2006-09-18", @@ -2164644,7 +2057474,7 @@ "air_date": "2006-09-18", "question": "In November 1994 Reagan wrote, \"I am one of the millions... who will be afflicted with\" this", "value": "$800", - "answer": "Alzheimer\\'s disease", + "answer": "Alzheimer's disease", "round": "Jeopardy!", "show_number": "5061", "fullAnswer": "Alzheimer\\'s disease" @@ -2164899,16 +2057729,6 @@ "show_number": "5061", "fullAnswer": "Courtney Love" }, - { - "category": "TREES", - "air_date": "2006-09-18", - "question": "(Jon of the Clue Crew reports from Oregon.) Also called the Sierra redwood, or just \"the big tree\", it once covered much of the Northern Hemisphere; now it's down to a few groves", - "value": "$1200", - "answer": "giant sequoia", - "round": "Double Jeopardy!", - "show_number": "5061", - "fullAnswer": "the giant sequoia" - }, { "category": "HEY, 4 As!", "air_date": "2006-09-18", @@ -2165434,7 +2058254,7 @@ "air_date": "1997-11-12", "question": "Mike Myers' first film was \"Birth of a Nation\" -- Not! It was really this 1992 hit, with Dana Carvey", "value": "$400", - "answer": "Wayne\\'s World", + "answer": "Wayne's World", "round": "Double Jeopardy!", "show_number": "3038", "fullAnswer": "Wayne\\'s World" @@ -2165689,16 +2058509,6 @@ "show_number": "2046", "fullAnswer": "Luciano" }, - { - "category": "CARTOONS", - "air_date": "1993-06-28", - "question": "This character's catch phrase was \"I tawt I taw a puddy tat\"", - "value": "$100", - "answer": "Tweety Bird ", - "round": "Jeopardy!", - "show_number": "2046", - "fullAnswer": "Tweety Bird (or Tweety Pie)" - }, { "category": "FOOD", "air_date": "1993-06-28", @@ -2166869,16 +2059679,6 @@ "show_number": "3940", "fullAnswer": "Pittsburgh Pirates" }, - { - "category": "THE AMERICAN RED CROSS", - "air_date": "2010-12-16", - "question": "(Kelly of the Clue Crew gives the clue from the American Red Cross in Washington, D.C.) It's no coincidence that the Red Cross emblem looks like this country's flag in reverse; the International Red Cross began there in 1863", - "value": "$200", - "answer": "Switzerland", - "round": "Jeopardy!", - "show_number": "6044", - "fullAnswer": "Switzerland" - }, { "category": "SOCCER TO US!", "air_date": "2010-12-16", @@ -2166929,16 +2059729,6 @@ "show_number": "6044", "fullAnswer": "sturgeon" }, - { - "category": "THE AMERICAN RED CROSS", - "air_date": "2010-12-16", - "question": "(Kelly of the Clue Crew gives the clue from the American Red Cross in Washington, D.C.) One of the best ways you can help the Red Cross is to donate blood, & since you can do it every 56 days, that's this many times a year", - "value": "$400", - "answer": "6", - "round": "Jeopardy!", - "show_number": "6044", - "fullAnswer": "6" - }, { "category": "SOCCER TO US!", "air_date": "2010-12-16", @@ -2166989,16 +2059779,6 @@ "show_number": "6044", "fullAnswer": "scurvy" }, - { - "category": "THE AMERICAN RED CROSS", - "air_date": "2010-12-16", - "question": "(Sarah of the Clue Crew gives the clue from the American Red Cross in New Orleans, LA.) The Red Cross recommends that your emergency kit include a radio; here's one with four power sources--namely batteries, A.C. power, solar power, & this old-fashioned method", - "value": "$600", - "answer": "turning or cranking", - "round": "Jeopardy!", - "show_number": "6044", - "fullAnswer": "turning or cranking" - }, { "category": "SOCCER TO US!", "air_date": "2010-12-16", @@ -2167009,16 +2059789,6 @@ "show_number": "6044", "fullAnswer": "Spain" }, - { - "category": "BASKIN ROBBINS ICE CREAM", - "air_date": "2010-12-16", - "question": "How about a scoop of this favorite seen here? It's among Baskin-Robbins' top-selling flavors", - "value": "$600", - "answer": "mint chocolate chip", - "round": "Jeopardy!", - "show_number": "6044", - "fullAnswer": "mint chocolate chip" - }, { "category": "WOODWINDS", "air_date": "2010-12-16", @@ -2167049,16 +2059819,6 @@ "show_number": "6044", "fullAnswer": "sprout" }, - { - "category": "THE AMERICAN RED CROSS", - "air_date": "2010-12-16", - "question": "(Sarah of the Clue Crew gives the clue from the American Red Cross in New Orleans, LA.) In a disaster, the American Red Cross is among the first on the scene, bringing meals and supplies in ERVs, which stands for emergency \"this\" vehicle", - "value": "$800", - "answer": "response", - "round": "Jeopardy!", - "show_number": "6044", - "fullAnswer": "response" - }, { "category": "SOCCER TO US!", "air_date": "2010-12-16", @@ -2167089,16 +2059849,6 @@ "show_number": "6044", "fullAnswer": "the bassoon" }, - { - "category": "LANGUAGE CRAFT", - "air_date": "2010-12-16", - "question": "(\"Daylight\" playing) Matt & Kim reworked their song \"Daylight\" for the gibberish language used in this game series", - "value": "$800", - "answer": "Sims", - "round": "Jeopardy!", - "show_number": "6044", - "fullAnswer": "The Sims" - }, { "category": "ADD A LETTER", "air_date": "2010-12-16", @@ -2167109,16 +2059859,6 @@ "show_number": "6044", "fullAnswer": "bunion" }, - { - "category": "THE AMERICAN RED CROSS", - "air_date": "2010-12-16", - "question": "(Sarah of the Clue Crew gives the clue from the American Red Cross in Washington, D.C.) Dedicated in 1959, the sculpture by Felix de Weldon, who's better known for the Marine Corps War Memorial, was given in memory of the 78 who lost their lives during this war while serving with the American Red Cross", - "value": "$1000", - "answer": "World War II", - "round": "Jeopardy!", - "show_number": "6044", - "fullAnswer": "World War II" - }, { "category": "SOCCER TO US!", "air_date": "2010-12-16", @@ -2167509,16 +2060249,6 @@ "show_number": "5070", "fullAnswer": "vacant" }, - { - "category": "ANIMATION", - "air_date": "2006-09-29", - "question": "Today animation attracts big-name voices--check out this young star who voiced Elliot the mule deer in \"Open Season\"", - "value": "$200", - "answer": "Ashton Kutcher", - "round": "Jeopardy!", - "show_number": "5070", - "fullAnswer": "Ashton Kutcher" - }, { "category": "SIGNING OFF", "air_date": "2006-09-29", @@ -2167539,16 +2060269,6 @@ "show_number": "5070", "fullAnswer": "glaciers" }, - { - "category": "SPOKES-CHARACTERS", - "air_date": "2006-09-29", - "question": "This great spokes-critter seen here debuted in 1952", - "value": "$400", - "answer": "Tony the Tiger ", - "round": "Jeopardy!", - "show_number": "5070", - "fullAnswer": "Tony the Tiger (Tony Tiger accepted)" - }, { "category": "IT'S A MONARCHY", "air_date": "2006-09-29", @@ -2167629,16 +2060349,6 @@ "show_number": "5070", "fullAnswer": "odd" }, - { - "category": "ANIMATION", - "air_date": "2006-09-29", - "question": "Because there's not a lot of live production sound in animation, these, abbreviated SFX, come in handy", - "value": "$600", - "answer": "sound effects", - "round": "Jeopardy!", - "show_number": "5070", - "fullAnswer": "sound effects" - }, { "category": "SIGNING OFF", "air_date": "2006-09-29", @@ -2167699,16 +2060409,6 @@ "show_number": "5070", "fullAnswer": "the background" }, - { - "category": "SIGNING OFF", - "air_date": "2006-09-29", - "question": "The statue seen here is the only work of art he ever signed", - "value": "$800", - "answer": "Michelangelo ", - "round": "Jeopardy!", - "show_number": "5070", - "fullAnswer": "Michelangelo (Buonarroti)" - }, { "category": "THE NATIONAL PARK SYSTEM", "air_date": "2006-09-29", @@ -2167719,16 +2060419,6 @@ "show_number": "5070", "fullAnswer": "Cape Hatteras or Cape Lookout" }, - { - "category": "SPOKES-CHARACTERS", - "air_date": "2006-09-29", - "question": "The soft and cozy guy seen here represents this laundry product", - "value": "$1000", - "answer": "Snuggle ", - "round": "Jeopardy!", - "show_number": "5070", - "fullAnswer": "Snuggle (fabric softener)" - }, { "category": "IT'S A MONARCHY", "air_date": "2006-09-29", @@ -2167749,16 +2060439,6 @@ "show_number": "5070", "fullAnswer": "Clement" }, - { - "category": "ANIMATION", - "air_date": "2006-09-29", - "question": "Unlike traditional 2-D animation, characters are modeled in 3 dimensions in this type, abbreviated CG", - "value": "$1000", - "answer": "computer generated", - "round": "Jeopardy!", - "show_number": "5070", - "fullAnswer": "computer generated" - }, { "category": "SIGNING OFF", "air_date": "2006-09-29", @@ -2167789,16 +2060469,6 @@ "show_number": "5070", "fullAnswer": "Spain" }, - { - "category": "YOGA", - "air_date": "2006-09-29", - "question": "(Kelly of the Clue Crew enlightens us as she sits in lotus position.) Energy is said to rise from the base of the spine to the agna chakra, also called the third one of these, like the one that appeared on Lord Shiva", - "value": "$400", - "answer": "eye", - "round": "Double Jeopardy!", - "show_number": "5070", - "fullAnswer": "the eye" - }, { "category": "\"U\"-ENDING CREATURES", "air_date": "2006-09-29", @@ -2167909,16 +2060579,6 @@ "show_number": "5070", "fullAnswer": "Russia" }, - { - "category": "YOGA", - "air_date": "2006-09-29", - "question": "(Jimmy of the Clue Crew is in the yoga studio this time.) When you need a break from one of yoga's pretzel-like poses, you can rest awhile in balasana, this youthful pose", - "value": "$1200", - "answer": "child\\'s pose", - "round": "Double Jeopardy!", - "show_number": "5070", - "fullAnswer": "child\\'s pose" - }, { "category": "\"U\"-ENDING CREATURES", "air_date": "2006-09-29", @@ -2168029,16 +2060689,6 @@ "show_number": "5070", "fullAnswer": "Grenada" }, - { - "category": "YOGA", - "air_date": "2006-09-29", - "question": "(Jimmy of the Clue Crew enlightens us from the yoga studio once again.) Anjali mudra is the hand position associated with this word of greeting & gratitude", - "value": "$2000", - "answer": "namaste", - "round": "Double Jeopardy!", - "show_number": "5070", - "fullAnswer": "namaste" - }, { "category": "\"U\"-ENDING CREATURES", "air_date": "2006-09-29", @@ -2168149,16 +2060799,6 @@ "show_number": "5195", "fullAnswer": "(George) Washington" }, - { - "category": "THE DIRECTOR'S CHAIR", - "air_date": "2007-03-23", - "question": "This director is seen here in 1998 at yet another awards ceremony", - "value": "$400", - "answer": "James Cameron", - "round": "Jeopardy!", - "show_number": "5195", - "fullAnswer": "James Cameron" - }, { "category": "PEOPLE YOU CAN EAT", "air_date": "2007-03-23", @@ -2168469,16 +2061109,6 @@ "show_number": "5195", "fullAnswer": "tubes" }, - { - "category": "ABRAHAM, ISAAC, JACOB", - "air_date": "2007-03-23", - "question": "He is the prolific writer and scientist seen here", - "value": "$800", - "answer": "Isaac Asimov", - "round": "Double Jeopardy!", - "show_number": "5195", - "fullAnswer": "Isaac Asimov" - }, { "category": "WOMEN WRITERS", "air_date": "2007-03-23", @@ -2168514,7 +2061144,7 @@ "air_date": "2007-03-23", "question": "(With Sergio Mendes)
\"Mas Que Nada\",
\"One Note Samba\"", "value": "$1200", - "answer": "Brasil \\'66", + "answer": "Brasil '66", "round": "Double Jeopardy!", "show_number": "5195", "fullAnswer": "Brasil \\'66" @@ -2168559,16 +2061189,6 @@ "show_number": "5195", "fullAnswer": "a declaration" }, - { - "category": "HAIL TO THE CHEF", - "air_date": "2007-03-23", - "question": "You can cook like this man who wrote \"The Joy of Wokking\"", - "value": "$1600", - "answer": "Yan", - "round": "Double Jeopardy!", - "show_number": "5195", - "fullAnswer": "(Martin) Yan" - }, { "category": "GEOGRAPHICAL BANDS", "air_date": "2007-03-23", @@ -2168639,16 +2061259,6 @@ "show_number": "5195", "fullAnswer": "Asia" }, - { - "category": "MEDICAL DEVICES", - "air_date": "2007-03-23", - "question": "Rather than for injection, this syringe is for this process of washing wounds, from the Latin for \"to water\"", - "value": "$2000", - "answer": "irrigation syringe", - "round": "Double Jeopardy!", - "show_number": "5195", - "fullAnswer": "an irrigation syringe" - }, { "category": "ABRAHAM, ISAAC, JACOB", "air_date": "2007-03-23", @@ -2168719,16 +2061329,6 @@ "show_number": "4999", "fullAnswer": "(the Lincoln) penny" }, - { - "category": "IT'S NOT ALEX TREBEK", - "air_date": "2006-05-11", - "question": "It's not me in the photo seen here, but it is this 1972 nominee", - "value": "$200", - "answer": "Spiro Agnew", - "round": "Jeopardy!", - "show_number": "4999", - "fullAnswer": "Spiro Agnew" - }, { "category": "SCIENCE BRIEFS", "air_date": "2006-05-11", @@ -2168779,16 +2061379,6 @@ "show_number": "4999", "fullAnswer": "a patent" }, - { - "category": "IT'S NOT ALEX TREBEK", - "air_date": "2006-05-11", - "question": "It's not me, it's this character, who spoke if you pulled a few strings", - "value": "$400", - "answer": "Charlie McCarthy", - "round": "Jeopardy!", - "show_number": "4999", - "fullAnswer": "Charlie McCarthy" - }, { "category": "SCIENCE BRIEFS", "air_date": "2006-05-11", @@ -2168839,16 +2061429,6 @@ "show_number": "4999", "fullAnswer": "Fermi" }, - { - "category": "IT'S NOT ALEX TREBEK", - "air_date": "2006-05-11", - "question": "Despite the uncanny resemblance in the photo seen here, it's actually this Russian born in 1870", - "value": "$600", - "answer": "Lenin", - "round": "Jeopardy!", - "show_number": "4999", - "fullAnswer": "Lenin" - }, { "category": "SCIENCE BRIEFS", "air_date": "2006-05-11", @@ -2168859,16 +2061439,6 @@ "show_number": "4999", "fullAnswer": "Newton" }, - { - "category": "RATED \"R\"", - "air_date": "2006-05-11", - "question": "(Kelly of the Clue Crew works out on a machine in the gym.) I'm doing exercises to strengthen this group of four shoulder muscles; damaging it could be deadly for my pitching career", - "value": "$600", - "answer": "rotator cuff", - "round": "Jeopardy!", - "show_number": "4999", - "fullAnswer": "the rotator cuff" - }, { "category": "THE NEW YORK TIMES BUSINESS", "air_date": "2006-05-11", @@ -2168899,16 +2061469,6 @@ "show_number": "4999", "fullAnswer": "an Electoral College vote" }, - { - "category": "IT'S NOT ALEX TREBEK", - "air_date": "2006-05-11", - "question": "It's not me in the photo but this man, who was second in his class at West Point in 1829", - "value": "$800", - "answer": "Robert E. Lee", - "round": "Jeopardy!", - "show_number": "4999", - "fullAnswer": "Robert E. Lee" - }, { "category": "SCIENCE BRIEFS", "air_date": "2006-05-11", @@ -2168959,16 +2061519,6 @@ "show_number": "4999", "fullAnswer": "(Laurens) Hammond" }, - { - "category": "IT'S NOT ALEX TREBEK", - "air_date": "2006-05-11", - "question": "It's not me seen here, it's this World War II-era British politician", - "value": "$1000", - "answer": "Neville Chamberlain", - "round": "Jeopardy!", - "show_number": "4999", - "fullAnswer": "Neville Chamberlain" - }, { "category": "SCIENCE BRIEFS", "air_date": "2006-05-11", @@ -2168979,16 +2061529,6 @@ "show_number": "4999", "fullAnswer": "(Nikola) Tesla" }, - { - "category": "RATED \"R\"", - "air_date": "2006-05-11", - "question": "(Sarah of the Clue Crew reports from in front of a statue in West Point, NY.) West Point cadets struggling academically come to spin these on General Sedwig's spurs for better luck", - "value": "$1000", - "answer": "rowls", - "round": "Jeopardy!", - "show_number": "4999", - "fullAnswer": "the rowls" - }, { "category": "WORLD CAPITALS", "air_date": "2006-05-11", @@ -2169239,16 +2061779,6 @@ "show_number": "4999", "fullAnswer": "Paramaribo" }, - { - "category": "OFF-BROADWAY", - "air_date": "2006-05-11", - "question": "In 2006 the cast of this long-running hit embarked on an exuberant & noisy campaign to clean up New York City", - "value": "$2000", - "answer": "Stomp", - "round": "Double Jeopardy!", - "show_number": "4999", - "fullAnswer": "Stomp" - }, { "category": "RIDDLE ME THIS", "air_date": "2006-05-11", diff --git a/config/default.js b/config/default.js index 1377909..3c5fd83 100644 --- a/config/default.js +++ b/config/default.js @@ -24,7 +24,7 @@ module.exports = { trivia: { mode: 'first', // first or timeout rounds: 10, - timeout: 30, + timeout: 60, }, duck: { interval: [10, 3600], // seconds diff --git a/package-lock.json b/package-lock.json index 519b609..2fe34a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,10 @@ "license": "ISC", "dependencies": { "bhttp": "^1.2.8", + "bottleneck": "^2.19.5", "config": "^3.3.6", + "jsdom": "^18.1.0", + "linkify-it": "^3.0.3", "simple-node-logger": "^21.8.12", "ws": "^8.2.3", "yargs": "^17.2.1" @@ -539,6 +542,14 @@ "node": ">=6.9.0" } }, + "node_modules/@tootallnate/once": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", + "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", + "engines": { + "node": ">= 10" + } + }, "node_modules/@types/json5": { "version": "0.0.29", "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", @@ -546,11 +557,15 @@ "dev": true, "peer": true }, + "node_modules/abab": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz", + "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==" + }, "node_modules/acorn": { "version": "7.4.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "dev": true, "bin": { "acorn": "bin/acorn" }, @@ -558,6 +573,15 @@ "node": ">=0.4.0" } }, + "node_modules/acorn-globals": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", + "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", + "dependencies": { + "acorn": "^7.1.1", + "acorn-walk": "^7.1.1" + } + }, "node_modules/acorn-jsx": { "version": "5.3.2", "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", @@ -567,6 +591,46 @@ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, + "node_modules/acorn-walk": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/agent-base/node_modules/debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/agent-base/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, "node_modules/ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", @@ -688,6 +752,11 @@ "node": ">=4" } }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -720,6 +789,11 @@ "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz", "integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE=" }, + "node_modules/bottleneck": { + "version": "2.19.5", + "resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz", + "integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==" + }, "node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -730,6 +804,11 @@ "concat-map": "0.0.1" } }, + "node_modules/browser-process-hrtime": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", + "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==" + }, "node_modules/browserslist": { "version": "4.17.5", "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.5.tgz", @@ -861,6 +940,17 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/combined-stream2": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/combined-stream2/-/combined-stream2-1.1.2.tgz", @@ -937,6 +1027,40 @@ "node": ">= 8" } }, + "node_modules/cssom": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz", + "integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==" + }, + "node_modules/cssstyle": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", + "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", + "dependencies": { + "cssom": "~0.3.6" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cssstyle/node_modules/cssom": { + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", + "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==" + }, + "node_modules/data-urls": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.1.tgz", + "integrity": "sha512-Ds554NeT5Gennfoo9KN50Vh6tpgtvYEwraYjejXnyTpu1C7oXKxdFk75REooENHE8ndTVOJuv+BEs4/J/xcozw==", + "dependencies": { + "abab": "^2.0.3", + "whatwg-mimetype": "^3.0.0", + "whatwg-url": "^10.0.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", @@ -945,11 +1069,15 @@ "ms": "2.0.0" } }, + "node_modules/decimal.js": { + "version": "10.3.1", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz", + "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==" + }, "node_modules/deep-is": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "dev": true + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" }, "node_modules/define-properties": { "version": "1.1.3", @@ -963,6 +1091,14 @@ "node": ">= 0.4" } }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/dev-null": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/dev-null/-/dev-null-0.1.1.tgz", @@ -980,6 +1116,17 @@ "node": ">=6.0.0" } }, + "node_modules/domexception": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz", + "integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==", + "dependencies": { + "webidl-conversions": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/electron-to-chromium": { "version": "1.3.885", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.885.tgz", @@ -1068,6 +1215,83 @@ "node": ">=0.8.0" } }, + "node_modules/escodegen": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz", + "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", + "dependencies": { + "esprima": "^4.0.1", + "estraverse": "^5.2.0", + "esutils": "^2.0.2", + "optionator": "^0.8.1" + }, + "bin": { + "escodegen": "bin/escodegen.js", + "esgenerate": "bin/esgenerate.js" + }, + "engines": { + "node": ">=6.0" + }, + "optionalDependencies": { + "source-map": "~0.6.1" + } + }, + "node_modules/escodegen/node_modules/levn": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", + "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "dependencies": { + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/escodegen/node_modules/optionator": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", + "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", + "dependencies": { + "deep-is": "~0.1.3", + "fast-levenshtein": "~2.0.6", + "levn": "~0.3.0", + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2", + "word-wrap": "~1.2.3" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/escodegen/node_modules/prelude-ls": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", + "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/escodegen/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/escodegen/node_modules/type-check": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", + "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", + "dependencies": { + "prelude-ls": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, "node_modules/eslint": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.2.0.tgz", @@ -1327,7 +1551,6 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "dev": true, "bin": { "esparse": "bin/esparse.js", "esvalidate": "bin/esvalidate.js" @@ -1364,7 +1587,6 @@ "version": "5.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true, "engines": { "node": ">=4.0" } @@ -1373,7 +1595,6 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true, "engines": { "node": ">=0.10.0" } @@ -1412,8 +1633,7 @@ "node_modules/fast-levenshtein": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", - "dev": true + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" }, "node_modules/figures": { "version": "3.2.0", @@ -1475,6 +1695,19 @@ "integrity": "sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==", "dev": true }, + "node_modules/form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/form-data2": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/form-data2/-/form-data2-1.0.4.tgz", @@ -1662,6 +1895,84 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/html-encoding-sniffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz", + "integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==", + "dependencies": { + "whatwg-encoding": "^2.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/http-proxy-agent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", + "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", + "dependencies": { + "@tootallnate/once": "2", + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/http-proxy-agent/node_modules/debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/http-proxy-agent/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/https-proxy-agent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", + "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/https-proxy-agent/node_modules/debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/https-proxy-agent/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, "node_modules/iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", @@ -1885,6 +2196,11 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-potential-custom-element-name": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" + }, "node_modules/is-regex": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", @@ -1982,6 +2298,75 @@ "js-yaml": "bin/js-yaml.js" } }, + "node_modules/jsdom": { + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-18.1.0.tgz", + "integrity": "sha512-q6QFAfSGLEUqRJ+GCV6vn6ItZCMARWh1d33wiJZPxc+wMNw7HK71JPmQ4C2lIZAsBH8TiJu4uplach/UcrC6bQ==", + "dependencies": { + "abab": "^2.0.5", + "acorn": "^8.5.0", + "acorn-globals": "^6.0.0", + "cssom": "^0.5.0", + "cssstyle": "^2.3.0", + "data-urls": "^3.0.1", + "decimal.js": "^10.3.1", + "domexception": "^4.0.0", + "escodegen": "^2.0.0", + "form-data": "^4.0.0", + "html-encoding-sniffer": "^3.0.0", + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.0", + "is-potential-custom-element-name": "^1.0.1", + "nwsapi": "^2.2.0", + "parse5": "6.0.1", + "saxes": "^5.0.1", + "symbol-tree": "^3.2.4", + "tough-cookie": "^4.0.0", + "w3c-hr-time": "^1.0.2", + "w3c-xmlserializer": "^3.0.0", + "webidl-conversions": "^7.0.0", + "whatwg-encoding": "^2.0.0", + "whatwg-mimetype": "^3.0.0", + "whatwg-url": "^10.0.0", + "ws": "^8.2.3", + "xml-name-validator": "^4.0.0" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "canvas": "^2.5.0" + }, + "peerDependenciesMeta": { + "canvas": { + "optional": true + } + } + }, + "node_modules/jsdom/node_modules/acorn": { + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz", + "integrity": "sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/jsdom/node_modules/tough-cookie": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz", + "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==", + "dependencies": { + "psl": "^1.1.33", + "punycode": "^2.1.1", + "universalify": "^0.1.2" + }, + "engines": { + "node": ">=6" + } + }, "node_modules/jsesc": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", @@ -2034,6 +2419,14 @@ "node": ">= 0.8.0" } }, + "node_modules/linkify-it": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz", + "integrity": "sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==", + "dependencies": { + "uc.micro": "^1.0.1" + } + }, "node_modules/locate-path": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", @@ -2086,6 +2479,25 @@ "node": ">=4" } }, + "node_modules/mime-db": { + "version": "1.51.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz", + "integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.34", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz", + "integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==", + "dependencies": { + "mime-db": "1.51.0" + }, + "engines": { + "node": ">= 0.6" + } + }, "node_modules/mimic-fn": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", @@ -2156,6 +2568,11 @@ "dev": true, "peer": true }, + "node_modules/nwsapi": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz", + "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==" + }, "node_modules/object-inspect": { "version": "1.11.0", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz", @@ -2322,6 +2739,11 @@ "node": ">=6" } }, + "node_modules/parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" + }, "node_modules/path-exists": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", @@ -2524,8 +2946,18 @@ "node_modules/safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "node_modules/saxes": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", + "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", + "dependencies": { + "xmlchars": "^2.2.0" + }, + "engines": { + "node": ">=10" + } }, "node_modules/semver": { "version": "7.3.5", @@ -2758,6 +3190,11 @@ "node": ">=8" } }, + "node_modules/symbol-tree": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", + "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" + }, "node_modules/table": { "version": "5.4.6", "resolved": "https://registry.npmjs.org/table/-/table-5.4.6.tgz", @@ -2917,6 +3354,17 @@ "node": ">=0.8" } }, + "node_modules/tr46": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", + "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", + "dependencies": { + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/tsconfig-paths": { "version": "3.11.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz", @@ -2975,6 +3423,11 @@ "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, + "node_modules/uc.micro": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz", + "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==" + }, "node_modules/unbox-primitive": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz", @@ -2990,6 +3443,14 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "engines": { + "node": ">= 4.0.0" + } + }, "node_modules/uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -3016,6 +3477,75 @@ "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", "dev": true }, + "node_modules/w3c-hr-time": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", + "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", + "dependencies": { + "browser-process-hrtime": "^1.0.0" + } + }, + "node_modules/w3c-xmlserializer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-3.0.0.tgz", + "integrity": "sha512-3WFqGEgSXIyGhOmAFtlicJNMjEps8b1MG31NCA0/vOF9+nKMUW1ckhi9cnNHmf88Rzw5V+dwIwsm2C7X8k9aQg==", + "dependencies": { + "xml-name-validator": "^4.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", + "engines": { + "node": ">=12" + } + }, + "node_modules/whatwg-encoding": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz", + "integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==", + "dependencies": { + "iconv-lite": "0.6.3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/whatwg-encoding/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/whatwg-mimetype": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", + "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==", + "engines": { + "node": ">=12" + } + }, + "node_modules/whatwg-url": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-10.0.0.tgz", + "integrity": "sha512-CLxxCmdUby142H5FZzn4D8ikO1cmypvXVQktsgosNy4a4BHrDHeciBBGZhb0bNoR5/MltoCatso+vFjjGx8t0w==", + "dependencies": { + "tr46": "^3.0.0", + "webidl-conversions": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", @@ -3051,7 +3581,6 @@ "version": "1.2.3", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", - "dev": true, "engines": { "node": ">=0.10.0" } @@ -3110,6 +3639,19 @@ } } }, + "node_modules/xml-name-validator": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", + "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==", + "engines": { + "node": ">=12" + } + }, + "node_modules/xmlchars": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" + }, "node_modules/xtend": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz", @@ -3558,6 +4100,11 @@ "to-fast-properties": "^2.0.0" } }, + "@tootallnate/once": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", + "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==" + }, "@types/json5": { "version": "0.0.29", "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", @@ -3565,11 +4112,24 @@ "dev": true, "peer": true }, + "abab": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz", + "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==" + }, "acorn": { "version": "7.4.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "dev": true + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==" + }, + "acorn-globals": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", + "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", + "requires": { + "acorn": "^7.1.1", + "acorn-walk": "^7.1.1" + } }, "acorn-jsx": { "version": "5.3.2", @@ -3578,6 +4138,34 @@ "dev": true, "requires": {} }, + "acorn-walk": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==" + }, + "agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "requires": { + "debug": "4" + }, + "dependencies": { + "debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, "ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", @@ -3661,6 +4249,11 @@ "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==", "dev": true }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, "balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -3693,6 +4286,11 @@ "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz", "integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE=" }, + "bottleneck": { + "version": "2.19.5", + "resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz", + "integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==" + }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -3703,6 +4301,11 @@ "concat-map": "0.0.1" } }, + "browser-process-hrtime": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", + "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==" + }, "browserslist": { "version": "4.17.5", "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.5.tgz", @@ -3799,6 +4402,14 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "requires": { + "delayed-stream": "~1.0.0" + } + }, "combined-stream2": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/combined-stream2/-/combined-stream2-1.1.2.tgz", @@ -3866,6 +4477,36 @@ "which": "^2.0.1" } }, + "cssom": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz", + "integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==" + }, + "cssstyle": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", + "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", + "requires": { + "cssom": "~0.3.6" + }, + "dependencies": { + "cssom": { + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", + "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==" + } + } + }, + "data-urls": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.1.tgz", + "integrity": "sha512-Ds554NeT5Gennfoo9KN50Vh6tpgtvYEwraYjejXnyTpu1C7oXKxdFk75REooENHE8ndTVOJuv+BEs4/J/xcozw==", + "requires": { + "abab": "^2.0.3", + "whatwg-mimetype": "^3.0.0", + "whatwg-url": "^10.0.0" + } + }, "debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", @@ -3874,11 +4515,15 @@ "ms": "2.0.0" } }, + "decimal.js": { + "version": "10.3.1", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz", + "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==" + }, "deep-is": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "dev": true + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" }, "define-properties": { "version": "1.1.3", @@ -3889,6 +4534,11 @@ "object-keys": "^1.0.12" } }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" + }, "dev-null": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/dev-null/-/dev-null-0.1.1.tgz", @@ -3903,6 +4553,14 @@ "esutils": "^2.0.2" } }, + "domexception": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz", + "integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==", + "requires": { + "webidl-conversions": "^7.0.0" + } + }, "electron-to-chromium": { "version": "1.3.885", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.885.tgz", @@ -3970,6 +4628,61 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", "dev": true }, + "escodegen": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz", + "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", + "requires": { + "esprima": "^4.0.1", + "estraverse": "^5.2.0", + "esutils": "^2.0.2", + "optionator": "^0.8.1", + "source-map": "~0.6.1" + }, + "dependencies": { + "levn": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", + "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "requires": { + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" + } + }, + "optionator": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", + "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", + "requires": { + "deep-is": "~0.1.3", + "fast-levenshtein": "~2.0.6", + "levn": "~0.3.0", + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2", + "word-wrap": "~1.2.3" + } + }, + "prelude-ls": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", + "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "optional": true + }, + "type-check": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", + "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", + "requires": { + "prelude-ls": "~1.1.2" + } + } + } + }, "eslint": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.2.0.tgz", @@ -4184,8 +4897,7 @@ "esprima": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "dev": true + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" }, "esquery": { "version": "1.4.0", @@ -4208,14 +4920,12 @@ "estraverse": { "version": "5.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" }, "esutils": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" }, "extend": { "version": "2.0.2", @@ -4248,8 +4958,7 @@ "fast-levenshtein": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", - "dev": true + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" }, "figures": { "version": "3.2.0", @@ -4296,6 +5005,16 @@ "integrity": "sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==", "dev": true }, + "form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + } + }, "form-data2": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/form-data2/-/form-data2-1.0.4.tgz", @@ -4432,6 +5151,63 @@ "has-symbols": "^1.0.2" } }, + "html-encoding-sniffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz", + "integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==", + "requires": { + "whatwg-encoding": "^2.0.0" + } + }, + "http-proxy-agent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", + "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", + "requires": { + "@tootallnate/once": "2", + "agent-base": "6", + "debug": "4" + }, + "dependencies": { + "debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "https-proxy-agent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", + "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", + "requires": { + "agent-base": "6", + "debug": "4" + }, + "dependencies": { + "debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, "iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", @@ -4589,6 +5365,11 @@ "has-tostringtag": "^1.0.0" } }, + "is-potential-custom-element-name": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" + }, "is-regex": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", @@ -4659,6 +5440,57 @@ "esprima": "^4.0.0" } }, + "jsdom": { + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-18.1.0.tgz", + "integrity": "sha512-q6QFAfSGLEUqRJ+GCV6vn6ItZCMARWh1d33wiJZPxc+wMNw7HK71JPmQ4C2lIZAsBH8TiJu4uplach/UcrC6bQ==", + "requires": { + "abab": "^2.0.5", + "acorn": "^8.5.0", + "acorn-globals": "^6.0.0", + "cssom": "^0.5.0", + "cssstyle": "^2.3.0", + "data-urls": "^3.0.1", + "decimal.js": "^10.3.1", + "domexception": "^4.0.0", + "escodegen": "^2.0.0", + "form-data": "^4.0.0", + "html-encoding-sniffer": "^3.0.0", + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.0", + "is-potential-custom-element-name": "^1.0.1", + "nwsapi": "^2.2.0", + "parse5": "6.0.1", + "saxes": "^5.0.1", + "symbol-tree": "^3.2.4", + "tough-cookie": "^4.0.0", + "w3c-hr-time": "^1.0.2", + "w3c-xmlserializer": "^3.0.0", + "webidl-conversions": "^7.0.0", + "whatwg-encoding": "^2.0.0", + "whatwg-mimetype": "^3.0.0", + "whatwg-url": "^10.0.0", + "ws": "^8.2.3", + "xml-name-validator": "^4.0.0" + }, + "dependencies": { + "acorn": { + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz", + "integrity": "sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==" + }, + "tough-cookie": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz", + "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==", + "requires": { + "psl": "^1.1.33", + "punycode": "^2.1.1", + "universalify": "^0.1.2" + } + } + } + }, "jsesc": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", @@ -4696,6 +5528,14 @@ "type-check": "~0.4.0" } }, + "linkify-it": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz", + "integrity": "sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==", + "requires": { + "uc.micro": "^1.0.1" + } + }, "locate-path": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", @@ -4736,6 +5576,19 @@ "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" }, + "mime-db": { + "version": "1.51.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz", + "integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==" + }, + "mime-types": { + "version": "2.1.34", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz", + "integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==", + "requires": { + "mime-db": "1.51.0" + } + }, "mimic-fn": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", @@ -4794,6 +5647,11 @@ "dev": true, "peer": true }, + "nwsapi": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz", + "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==" + }, "object-inspect": { "version": "1.11.0", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz", @@ -4915,6 +5773,11 @@ "callsites": "^3.0.0" } }, + "parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" + }, "path-exists": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", @@ -5069,8 +5932,15 @@ "safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "saxes": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", + "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", + "requires": { + "xmlchars": "^2.2.0" + } }, "semver": { "version": "7.3.5", @@ -5254,6 +6124,11 @@ "has-flag": "^4.0.0" } }, + "symbol-tree": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", + "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" + }, "table": { "version": "5.4.6", "resolved": "https://registry.npmjs.org/table/-/table-5.4.6.tgz", @@ -5393,6 +6268,14 @@ "punycode": "^2.1.1" } }, + "tr46": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", + "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", + "requires": { + "punycode": "^2.1.1" + } + }, "tsconfig-paths": { "version": "3.11.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz", @@ -5444,6 +6327,11 @@ "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, + "uc.micro": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz", + "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==" + }, "unbox-primitive": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz", @@ -5456,6 +6344,11 @@ "which-boxed-primitive": "^1.0.2" } }, + "universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + }, "uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -5481,6 +6374,59 @@ "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", "dev": true }, + "w3c-hr-time": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", + "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", + "requires": { + "browser-process-hrtime": "^1.0.0" + } + }, + "w3c-xmlserializer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-3.0.0.tgz", + "integrity": "sha512-3WFqGEgSXIyGhOmAFtlicJNMjEps8b1MG31NCA0/vOF9+nKMUW1ckhi9cnNHmf88Rzw5V+dwIwsm2C7X8k9aQg==", + "requires": { + "xml-name-validator": "^4.0.0" + } + }, + "webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==" + }, + "whatwg-encoding": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz", + "integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==", + "requires": { + "iconv-lite": "0.6.3" + }, + "dependencies": { + "iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + } + } + } + }, + "whatwg-mimetype": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", + "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==" + }, + "whatwg-url": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-10.0.0.tgz", + "integrity": "sha512-CLxxCmdUby142H5FZzn4D8ikO1cmypvXVQktsgosNy4a4BHrDHeciBBGZhb0bNoR5/MltoCatso+vFjjGx8t0w==", + "requires": { + "tr46": "^3.0.0", + "webidl-conversions": "^7.0.0" + } + }, "which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", @@ -5506,8 +6452,7 @@ "word-wrap": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", - "dev": true + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==" }, "wrap-ansi": { "version": "7.0.0", @@ -5540,6 +6485,16 @@ "integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==", "requires": {} }, + "xml-name-validator": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", + "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==" + }, + "xmlchars": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" + }, "xtend": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz", diff --git a/package.json b/package.json index f62f61e..90fc45c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,10 @@ "license": "ISC", "dependencies": { "bhttp": "^1.2.8", + "bottleneck": "^2.19.5", "config": "^3.3.6", + "jsdom": "^18.1.0", + "linkify-it": "^3.0.3", "simple-node-logger": "^21.8.12", "ws": "^8.2.3", "yargs": "^17.2.1" diff --git a/src/games/trivia.js b/src/games/trivia.js index 6479daa..99d1a69 100644 --- a/src/games/trivia.js +++ b/src/games/trivia.js @@ -59,14 +59,14 @@ async function playRound(context, round = 0) { }); // replace space with U+2003 Em Space to separate words, since a single space separates the placeholders, and double spaces are removed during Markdown render - context.sendMessage(`**${Math.floor(game.timeout / 3) * 2} seconds** left, first hint for round ${round + 1}/${game.questions.length}: ${question.answer.replace(/\s/g, ' ').replace(/[^\s]/g, '_ ')}`, context.room.id); + context.sendMessage(`**${Math.floor(game.timeout / 3) * 2} seconds** left, first hint for **round ${round + 1}/${game.questions.length}**: ${question.answer.slice(0, 1)}${question.answer.slice(1).replace(/\s/g, ' ').replace(/[^\s]/g, '_ ')}`, context.room.id); await timers.setTimeout((game.timeout / 3) * 1000, null, { signal: ac.signal, }); if (question.answer.length > 3) { - context.sendMessage(`**${Math.floor(game.timeout / 3)} seconds** left, second hint for round ${round + 1}/${game.questions.length}: **${question.answer.slice(0, 1)} ${question.answer.slice(1).replace(/\s/g, ' ').replace(/[^\s]/g, '_ ')}${question.answer.slice(-1)}**`, context.room.id); + context.sendMessage(`**${Math.floor(game.timeout / 3)} seconds** left, second hint for **round ${round + 1}/${game.questions.length}**: **${question.answer.slice(0, 1)} ${question.answer.slice(1).replace(/\s/g, ' ').replace(/[^\s]/g, '_ ')}${question.answer.slice(-1)}**`, context.room.id); } await timers.setTimeout((game.timeout / 3) * 1000, null, {