Final Jeopardy Answers - Season 1 (Jan 1985) (2024)

Quiz Lab

Quiz Lab

Miscellaneous

Jeopardy Categories

Type answers based on single images at one time

Type answers based on single images at one time

Slideshow

Can you name the Final Jeopardy Answers - Season 1 (Jan 1-31, 1985)?

")$objective.click(() => {window.onClickObjective(reckoningQuestObjective.quest_number, reckoningQuestObjective.objective_number, reckoningQuestObjective.quest_id, reckoningQuestObjective.objective_id, $objective);});if (!window.mweb) {$j('#snark').hide();$objective.insertAfter($j('#gameOverMsg'));} else if (is_flagship_app_view) {$j('#snark').html();$objective.appendTo($j('#snark'));} else {$objective.appendTo($j('#reckoning .stats-wrapper'));}} else if (showSnark) {var snark = getSnark(userPct);var attachSnarkModalListener = false;if (snark !== '') {snark = ""+snark+"";if (!window.mweb) {if (false) {attachSnarkModalListener = true;snark += "";} else {snark += "";}}} else {$j('#snark').hide();}$j('#snark').html(snark);if(attachSnarkModalListener){ $j('#hide-snark-open-confirmation-modal').on('click', function () { var modalArgs = {title: 'Hide These Messages?',message: 'Are you sure you want to hide post-quiz messages?', onYes: function(remodal){ $j.ajax({ type: "GET", url: "/ajax/user_settings.php", data: {s: 0}, success: function(response) { if (response.success) { $j('#snark').hide(); remodal.close(); } else { if (response.responseJSON.message) { remodal.$modal.find('#confirmation-error').html(response.responseJSON.message); remodal.$modal.find('#confirmation-error').show(); } else { remodal.$modal.find('#confirmation-error').html('There was an error saving your preferences. Please contact feedback if you continue to see this issue.'); remodal.$modal.find('#confirmation-error').show(); } } }, error: function(response) { if (response.responseJSON.message) { remodal.$modal.find('#confirmation-error').html(response.responseJSON.message); remodal.$modal.find('#confirmation-error').show(); } else { remodal.$modal.find('#confirmation-error').html('There was an error saving your preferences. Please contact feedback if you continue to see this issue.'); remodal.$modal.find('#confirmation-error').show(); } } }); } }; SporcleLib.Modal._openConfirmationModal(modalArgs); }); }} else {$j('#snark').hide();}// Update get reckoning with playlist infovar playlistData;if (mweb) {playlistData = typeof window.playlist === 'object' && window.playlist.hasOwnProperty('games') ? window.playlist : null;} else {playlistData = window.Sporcle.gameData.playlist ? window.Sporcle.gameData.playlist.vm.data : null;}if (playlistData) {playlistReckoning(playlistData, userPct, false && !stopwatch);}$j('#playGameBar').addClass('reckoning');$j('#reckonBox').show();if (mweb) {/* mobile games only */$j('#reckoning-numright').html(numRight);$j('#reckoning-time').html(displayTime(timerSecs));if (stopwatch) {$j('#reckoning-time-title').text("Stopwatch");$j('#reckoning-time, #reckoning-score').addClass('timePast');}var checkToOpenFlorinPlayGoalModal = () => {if (userPct == 0) {return;}if (!florinsPlayGoalData) {return;}var openModal = false;if (florinsPlayGoalData.reward_claimable) {openModal = true;} else if (florinsPlayGoalData.curr_streak + 1 == florinsPlayGoalData.goal_days && florinsPlayGoalData.plays_today == 0) {// First play of the day, this should complete their play goalopenModal = true;}if (openModal) { window.SporcleLib.Modal.openFlorinPlayGoalModal({ // Fudge these values to be at the goal, since we haven't necessarily logged this play yet and it might be the 7th curr_streak : florinsPlayGoalData.goal_days, reward_claimable : true, plays_today : florinsPlayGoalData.plays_today + 1, goal_days : florinsPlayGoalData.goal_days, reward_amount : florinsPlayGoalData.reward_amount, })}}if (is_flagship_app_view) {let animations = window.animations;let hapticType = 'success';let completeMsg;let animConfig = {animationData : animations.checkmark,loop : true,playSegments : [[0, 30], [31, 75]]};if (userPct == 1) {animConfig.animationData = animations.perfectScore;animConfig.playSegments = [[0, 14], [15, 75]];completeMsg = "Perfect Score!";} else if (timerSecs == 0) {hapticType = 'error';animConfig.animationData = animations.outOfTime;animConfig.playSegments = [[0, 14], [15, 75]];completeMsg = "Out of Time!";} else if (_spks && !didGiveUp) {hapticType = 'error';animConfig.animationData = animations.bomb;animConfig.playSegments = [[0, 14], [15, 75]];completeMsg = "You Hit a Mine!";}window.SporcleLib.Modal.openModalFromTpl($j('#post-game-modal-tpl').html(), {show_loading : false,onInit : (modal) => {let $modal = modal.$modal; $modal.attr('id', 'postGameModal'); postGameAnim = lottie.loadAnimation({container : $modal.find('#postGameIcon')[0],animationData : animConfig.animationData,loop : animConfig.loop,autoplay : false});$modal.find('.modal-close').on('click', () => {window.continuePostQuiz();}); $modal.find('#completeMsg').html(completeMsg); $modal.find('#postPct').html(roundPercentScore(userPct));$modal.find('#postCorrect').html($j('#reckoning-score').text());if (snark) {$modal.find('#snark').html(snark);} else {$modal.find('#snark').hide();}setTimeout(() => {postGameAnim.playSegments(animConfig.playSegments, true);// if (hapticType) {// setTimeout(() => {// window.SporcleApp.api.playHaptic(hapticType);// }, 150);// }}, 150);},onClose : () => {// Need this delay because if we open a new modal right as the close animation finishes,// Then the modal events get confused and the "onOpen" callback never gets calledsetTimeout(() => {checkToOpenFlorinPlayGoalModal();}, 50);}});} else {checkToOpenFlorinPlayGoalModal();}}$j('#playGameBox').empty().hide();$j('#postGameBox').show();}function toggleshow() {showans = !showans;}function roundPercentScore(pctScore) {return _.round(100 * pctScore);}function updateBadge(userPct) {var earned = false;if (quizBadge && userPct > 0) { if (quizBadge.criteria && quizBadge.criteria.length) { var requiredCount = quizBadge.criteria.length; var earnedCount = 0; //Loop through possible badge criteria to see if we earned them quizBadge.criteria.forEach(function (criterion) { var comparison = parseInt(criterion.compare); if(criterion.name === 'percent'){ if ((comparison === 0 && userPct === parseFloat(criterion.value)) || //'0' means percent needs to equal (comparison === 1 && userPct > parseFloat(criterion.value)) || //'1' means percent needs to be greater than (comparison === -1 && userPct < parseFloat(criterion.value)) //'-1' means percent needs to be less than (at the time of writing, no badge exists like this) ) { earnedCount++; } } else if (criterion.name === 'month'){ var d = new Date(); //getMonth() starts at 0 if((d.getMonth() + 1 == criterion.value && comparison === 0) || (d.getMonth() + 1 > criterion.value && comparison === 1) || (d.getMonth() + 1 < criterion.value && comparison === -1) ){ earnedCount++; } } else if (criterion.name === 'day'){ var d = new Date(); if((d.getDate() == criterion.value && comparison === 0) || (d.getDate() > criterion.value && comparison === 1) || (d.getDate() < criterion.value && comparison === -1) ){ earnedCount++; } } else if (criterion.name === 'day_of_the_week'){ var d = new Date(); if((d.getDay() == criterion.value && comparison === 0) || (d.getDay() > criterion.value && comparison === 1) || (d.getDay() < criterion.value && comparison === -1) ){ earnedCount++; } } else if (criterion.name === 'avg_percent' && typeof averageScore !== 'undefined') {var roundedUserPct = _.round(userPct, 2); //matches backend precision in badge trackervar roundedAvgPct = _.round(averageScore, 2);if((roundedUserPct == roundedAvgPct && comparison === 0) || (roundedUserPct > roundedAvgPct && comparison === 1) || (roundedUserPct < roundedAvgPct && comparison === -1) ){ earnedCount++; } }}); earned = earnedCount == requiredCount;} else {earned = true;}} if (earned) {quizBadge.condition_earned = true;quizBadge.achieved_count++; var spliceIndex = null;_(quizBadge.remaining_conditions).each(function(condition, index) {if (quizBadge.condition_id == condition.condition_id) {spliceIndex = index;}});_(quizBadge.conditions).each(function(condition, index) {if (quizBadge.condition_id == condition.condition_id) {condition.earned = true;}});if (spliceIndex !== null) {quizBadge.remaining_conditions.splice(spliceIndex, 1); quizBadge.condition_earned_date = (new Date()).toLocaleDateString(undefined, { year: 'numeric', month: 'long', day: 'numeric' });; }if (quizBadge.remaining_conditions.length === 0 ) {if (quizBadge.badge_earned && quizBadge.levelable) {quizBadge.achieved_count = 0;quizBadge.level++;var currDate = new Date();quizBadge.last_level_date = window.SporcleLib.getMonthString(currDate.getMonth()) + ' ' + currDate.getDate() + ', ' + currDate.getFullYear();} else {quizBadge.badge_earned = true;var currDate = new Date();quizBadge.earned_date = window.SporcleLib.getMonthString(currDate.getMonth()) + ' ' + currDate.getDate() + ', ' + currDate.getFullYear();if (quizBadge.levelable) {quizBadge.level = 1;quizBadge.last_level_date = window.SporcleLib.getMonthString(currDate.getMonth()) + ' ' + currDate.getDate() + ', ' + currDate.getFullYear();quizBadge.achieved_count = 0;}}}if (badgeTooltip) {badgeTooltip.deactivate();}if (badgeTooltipRightRail) {badgeTooltipRightRail.deactivate();}var template = _.template($j('#quiz-badge-template').html());if (window.mweb) {$j('#main-wrapper .quiz-badge').replaceWith($j(template(quizBadge)));} else {quizBadge.tooltip_trigger_id = 'quiz-badge-art';$j('#main-quiz-content .quiz-badge').replaceWith($j(template(quizBadge)));quizBadge.tooltip_trigger_id = 'quiz-badge-art-right-rail';$j('#right-rail .quiz-badge').replaceWith($j(template(quizBadge)));if (!quizBadge.badge_earned) {if (window.setupUnearnedBadgeTooltip) {window.setupUnearnedBadgeTooltip($j('#quiz-badge-art'), quizBadge);window.setupUnearnedBadgeTooltip($j('#quiz-badge-art-right-rail'), quizBadge);} else {var conditionsTemp = _.template($j('#badge-conditions-template').html());var tooltipHtml = $j(conditionsTemp(quizBadge));const badgeTooltipOptions = { //this should match /sporcle-ui/tooltips/functionalTooltipstarget : true,tipJoint : 'bottom middle',showOn : 'mouseover',hideTriggers : ['target','tip'],stemLength : 8,stemBase : 12,hideOn : 'mouseout',removeElementsOnHide : true,background : 'white',borderColor : '#d8d8d8',borderWidth : 1,shadowOffset : [3,3],shadowBlur : 10,showEffect : 'slide',showEffectDuration : 0.1,hideEffectDuration : 0.3,className : 'badge-tooltip',shadowColor : 'rgba(0,0,0,0.25)'};badgeTooltip = new Opentip('#quiz-badge-art', tooltipHtml.html(), badgeTooltipOptions);badgeTooltipRightRail = new Opentip('#quiz-badge-art-right-rail', tooltipHtml.html(), badgeTooltipOptions);}} else {if (window.setupEarnedBadgeTooltip) {window.setupEarnedBadgeTooltip($j('#quiz-badge-art'), quizBadge);window.setupEarnedBadgeTooltip($j('#quiz-badge-art-right-rail'), quizBadge);}}}}}function showHintTooltip(x, y, hint) {$hint = $j('#hintTooltip');if ($hint.length == 0) {$hint = $j('

' +'

' +'

' +'

' +'

' +'

').appendTo($j('body'));}if (hint) {var $afterContainer = $hint.find('.afterContainer');var $after = $hint.find('.after');// Set to max width before resize$afterContainer.css({width: '120px'});$hint.show();// Set tooltip text to hint$after.html(hint);// Get width of tooltip with textvar width = Math.ceil($after[0].offsetWidth) + 1;var leftShift = 0;if (mweb) {// Make sure the tooltip doesn't go off either side of the screenvar leftBound = 51;var rightBound = $j('body').width() - 71;var buf = 11;// Shift based on width of textvar shiftLimit = Math.max(width/2 - 20, 0);if (x < leftBound) {// Too close to left edge of screenleftShift = -shiftLimit;x = Math.max(x, buf);} else if (x > rightBound) {// Too close to right edge of screenleftShift = shiftLimit;x = Math.min(x, $j('body').width() - buf);}}// Set the position of the hint$hint.css({left: x + 'px',top: y + 'px',});// Set outer container size and position$afterContainer.css({width: width + 'px',left: '-' + ((width / 2) + leftShift) + 'px'});} else {$hint.hide();}}function getRandomColor() {var r = Math.round(Math.random() * 255);var g = Math.round(Math.random() * 255);var b = Math.round(Math.random() * 255);return 'rgb(' + r + ',' + g + ',' + b + ')';}function hintTooltipIsDisplayed() {return $j('#hintTooltip').is(':visible');}function getCurrentHintText() {return $j('#hintTooltip .afterContainer .after').text();}// This is used to yield execution to the main javascript thread so that we can break longer running tasks into smaller tasks.// See here: https://web.dev/articles/optimize-long-tasks?utm_source=devtoolsfunction yieldToMain () {return new Promise(resolve => {setTimeout(resolve, 0);});}async function runStartCode(stopwatch) {if (typeof gamePageIsLoaded != "undefined" && gamePageIsLoaded) {if (window.startTriggered) {return;} else {window.startTriggered = true;}if (typeof stopwatch !== 'undefined') {if (stopwatch) {window.selectTimerSetting('stopwatch');} else {window.selectTimerSetting('timer');}}// The `startGame` function does a lot, so we want to yield execution both before and after this call. Yielding before// will allow the existing task to finish, freeing up the runtime to move to the next thing in the message queue before startGame// executes. Yielding after will do the same, before we perform the rest of the actions related to starting a quiz.await yieldToMain();await startGame(900);await yieldToMain();pickSlot();callSPHooks('postStart');}}function callSPHooks(name) {if (typeof _spHooks != 'undefined') {var hlen = _spHooks[name].length;for (var i = 0; i < hlen; i++) {_spHooks[name][i]();}}}

0/22

Quiz is untimed. Quiz plays in practice mode will not be counted towards challenge completion or badge progress.

15:00

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

Final Jeopardy Answers - Season 1 (Jan 1985) (2024)

FAQs

What was the first final Jeopardy question? ›

The first Final Jeopardy! answer was in the category "Holidays": "The third Monday of January starting in 1986" (all three contestants correctly identified Martin Luther King Day).

What is the most common category in the final Jeopardy? ›

The most common Jeopardy response is "What is China?" In Double Jeopardy, it is "What is Australia?" The most common category in Final Jeopardy! is "Word Origins."

What is January 1, 1900 Jeopardy? ›

category is "The Calendar" and the clue was "Calendar date with which the 20th century began"; the correct response was "What is January 1, 1901?" All three contestants had an incorrect response of, "What is January 1, 1900?” That was actually the first day of the last year of the 19th century, as years begin with a 1 ...

Has there ever been a repeat Jeopardy question? ›

They definitely do. The exact same question about a Canadian lake was once asked as a daily double to Roger Craig, and then just recently re-used in an episode. Same phrasing if not the exact same wording. Questions with the exact same wording reappear more often than you think.

What was Ken Jennings last question on Jeopardy? ›

Zerg responded correctly with "What is H&R Block?" and wagered $4,401 of her $10,000, giving her a $1 lead over Jennings with his response still to be revealed. Jennings incorrectly responded with "What is FedEx?" and lost the game with a final score of $8,799 after his $5,601 wager was deducted from his score.

What was Amy's losing question on Jeopardy? ›

What Final Jeopardy question did Amy Schneider lose in her last Jeopardy round? This very populous country's English name is the only one that ends in “H”. It was, of course, “Bangladesh”, but Amy couldn't get it in time.

What is the most asked question on Jeopardy? ›

Since the show premiered in 1984, the most common response overall was “What is China?” and the most common category was Before & After. For Double Jeopardy, the most common response was “What is Australia?” while in Final Jeopardy, the most common correct response was “What is Canada?”

What is the perfect round of Jeopardy? ›

By “perfect,” I'm referring to a game where every question is answered correctly without any rebounds. The closest case to this happening occurred on June 3rd, 2019, when James Holzhauer was finally defeated in his original run by 3-time champion Emma Boettcher. With six categories in the Jeopardy!

Has a final Jeopardy ever not happened? ›

On at least one episode hosted by Art Fleming, all three contestants finished Double Jeopardy! with $0 or less, and as a result, no Final Jeopardy! round was played.

Was Jeopardy ever on during the day? ›

March 30, 1964: Jeopardy! made its debut on NBC Daytime. It aired weekday mornings on NBC at 11:30 AM. The host was Art Fleming, and Don Pardo was the announcer.

Why is Jeopardy bringing back old contestants? ›

Lacking sufficient fresh material for a new season, "Jeopardy!" will recycle both old material and contestants, executive producer Michael Davies revealed on the most recent episode of the "Inside Jeopardy!" podcast.

How many episodes of Jeopardy are filmed in a day? ›

FIVE SHOWS ARE TAPED PER DAY

When the episodes of Jeopardy!, they are just a half hour long, however it can take a few hours to actually tape each of them - it just depends on the day and the categories. Buzzy says that the show tapes five shows per day, which adds up to an entire week.

Why is Jeopardy not using new contestants? ›

As “Jeopardy!” executive producer Michael Davies said in August, 2023, he believed that “it would not be fair to have new contestants making their first appearance on the Alex Trebek stage doing it with non-original material or a combination of non-original material and material that was written pre-strike.”

What was Amy's final Jeopardy question? ›

End of streak

The "Final Jeopardy!" clue was, "The only nation in the world whose name in English ends in an H, it's also one of the 10 most populous." Talsma responded, "What is Bangladesh?", which was correct, putting him ahead of Schneider who had no response.

What were the original Jeopardy question values? ›

On the original Jeopardy! series, clue values in the first round ranged from $10 to $50 in the Jeopardy! round and $20 to $100 in Double Jeopardy!

What was the first Jeopardy game? ›

The first Jeopardy! episode, hosted by Art Fleming, aired on March 30, 1964, during the day on NBC, with Don Pardo as announcer, and eventually went into syndication; it aired in various formats until 1979.

What was Ken Jennings first Jeopardy episode? ›

Life as a Jeopardy!

But by the time Jennings appeared in his first Jeopardy! game on June 2, 2004, the show had, in a bid to boost ratings, retired the five-show maximum rule. Contestants could now play as many games as they could win. And boy did Jennings win.

Top Articles
How to refer to your spouse in Japanese - Japan Daily
How to Say Wife in Japanese - 9 Different Ways
PBC: News & Top Stories
Ink Free News Kosciusko County
Random Animal Hybrid Generator Wheel
Craigslist Coeur D'alene Spokane
Erhöhte Gesundheitsgefahr durch Zuckeraustauschstoff Erythrit?
Gopher Hockey Forum
Craigslist Pets Longview Tx
Dvax Message Board
Tenkiller Dam Release Schedule
Yovanis Pizzeria - View Menu & Order Online - 741 NY-211 East, Middletown, NY 10941 - Slice
Members Mark Ham Cooking Instructions Recipes with ingredients,nutritions,instructions and related recipes
5162635626
Model Center Jasmin
Onderdelen | Onderdelen en services
Palmetto E Services
Myworld Interactive American History Pdf
Laura Houston Wbap
Hannah Nichole Kast Twitter
What Happened To Zion Judah Satterfield
Benjamin Hilton co*ck
Kay Hansen blowj*b
Tbom Genesis Retail Phone Number
The Legend of Zelda: Every Reincarnation of Princess Zelda Explained
Swag Codes: The Ultimate Guide to Boosting Your Swagbucks Earnings - Ricky Spears
Midsouthshooters Supply
Vidant My Chart Login
Urgent Care Near Flamingo Crossings Village
Cronología De Chelsea Contra Fulham
Emuaid Lawsuit
Acnh Picnic Table
South Park Old Fashioned Gif
Best Upscale Restaurants In Denver
Codex - Chaos Space Marines 9th Ed (Solo Reglas) - PDFCOFFEE.COM
Megan Eugenio Exposed
Dumb Money Showtimes Near Cinemark Century Mountain View 16
Spacebar Counter - Space Bar Clicker Test
Star News Mugshots
Huskersillustrated Husker Board
Stellaris Archaeological Site
Hyundai Elantra - modele, dane, silniki, testy
Lifetime Benefits Login
How Big is a 4×6 Photo?(Inch, cm, mm, Ft, Pixels) - PhotographyAxis
Kamzz Llc
David Knowles, journalist who helped make the Telegraph podcast Ukraine: The Latest a runaway success
13364 Nw 42Nd Street
Obsidian Guard's Skullsplitter
Turtle Beach Velocity One Factory Reset
Vimeo Downloader - Download Vimeo Videos Online - VEED.IO
Navy Qrs Supervisor Answers
Latest Posts
Article information

Author: Corie Satterfield

Last Updated:

Views: 6585

Rating: 4.1 / 5 (62 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Corie Satterfield

Birthday: 1992-08-19

Address: 850 Benjamin Bridge, Dickinsonchester, CO 68572-0542

Phone: +26813599986666

Job: Sales Manager

Hobby: Table tennis, Soapmaking, Flower arranging, amateur radio, Rock climbing, scrapbook, Horseback riding

Introduction: My name is Corie Satterfield, I am a fancy, perfect, spotless, quaint, fantastic, funny, lucky person who loves writing and wants to share my knowledge and understanding with you.