100 Greatest Movie Quotes of all time (2024)

Quiz Lab

Quiz Lab

Movies

Quote

Type in answers that appear in a list

Type in answers that appear in a list

Classic

Can you name the movies which contain the 100 greatest quotes of all time?

By Viazon

15m

100 Questions

511 Plays511 Plays

511 Plays

Comments

Give Quiz Kudos

Give Quiz Kudos

-

")$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 (stopwatch && !window.userID) { window.SporcleLib.Modal.openRegisterModal({ regPath : 'quiz_page_practice_mode', analyticAction : 'Quiz Page - Practice Mode', }); return;}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();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/100

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

15:00

QuoteMovieActor
'Frankly, my dear, I don't give a damn.'Clark Gable
'I'm going to make him an offer he can't refuse.'Marlon Brando
'You don't understand! I coulda had class. I coulda been a contender. I could've been somebody, instead of a bum, which is what I am.'Marlon Brando
'Toto, I've a feeling we're not in Kansas anymore.'Judy Garland
'Here's looking at you, kid.'Humphrey Bogart
'Go ahead, make my day'Clint Eastwood
'All right, Mr. DeMille, I'm ready for my close-up.'Gloria Swanson
'May the Force be with you.'Harrison Ford
'Fasten your seatbelts. It's going to be a bumpy night.'Bette Davis
'You talkin' to me?'Robert DeNiro
'What we've got here is failure to communicate.'Strother Martin
'I love the smell of napalm in the morning!'Robert Duvall
'Love means never having to say you're sorry.'Ali MacGraw
'The stuff that dreams are made of.'Humphrey Bogart
'E.T. phone home.'Pat Welsh
'They call me Mister Tibbs!'Sidney Poitier
'Rosebud.'Orsen Welles
'Made it, Ma! Top of the world!'James Cagney
'I'm as mad as hell, and I'm not going to take this anymore!'Peter Finch
'Louis, I think this is the beginning of a beautiful friendship.'Humphrey Bogart
'A census taker once tried to test me. I ate his liver with some fava beans and a nice Chianti.'Anthony Hopkins
'Bond. James Bond.'Sean Connery
'There's no place like home.'Judy Garland
'I am big! It's the pictures that got small.'Gloria Swanson
'Show me the money!'Cuba Gooding Jr.
'Why don't you come up sometime and see me?'Mae West
'I'm walking here! I'm walking here!'Dustin Hoffman
'Play it, Sam. Play 'As Time Goes By.'Ingrid Bergman
'You can't handle the truth!'Jack Nicholson
'I want to be alone.'Greta Garbo
'After all, tomorrow is another day!'Vivien Leigh
'Round up the usual suspects.'Claude Rains
'I'll have what she's having.'Estelle Reiner
'You know how to whistle, don't you, Steve? You just put your lips together and blow.'Lauren Bacall
QuoteMovieActor
'You're gonna need a bigger boat.'Roy Scheider
'Badges? We ain't got no badges! We don't need no badges! I don't have to show you any stinking badges!'Alfonso Bedoya
'I'll be back.'Arnold Schwarzenegger
'Today, I consider myself the luckiest man on the face of the earth.'Gary Cooper
'If you build it, he will come.'Ray Liotta
'Mama always said life was like a box of chocolates. You never know what you're gonna get.'Tom Hanks
'We rob banks.'Warren Beatty
'Plastics.'Walter Brooke
'We'll always have Paris.'Humphrey Bogart
'I see dead people.'Haley Joel Osment
'Stella! Hey, Stella!'Marlon Brando
'Oh, Jerry, don't let's ask for the moon. We have the stars.'Bette Davis
'Shane. Shane. Come back!'Brandon De Wilde
'Well, nobody's perfect.'Joe E. Brown
'It's alive! It's alive!'Colin Clive
'Houston, we have a problem.'Tom Hanks
'You've got to ask yourself one question: 'Do I feel lucky?' Well, do ya, punk?'Clint Eastwood
'You had me at 'hello.''Renée Zellweger
'One morning I shot an elephant in my pajamas. How he got in my pajamas, I don't know.'Groucho Marx
'There's no crying in baseball!'Tom Hanks
'La-dee-da, la-dee-da.'Diane Keaton
'A boy's best friend is his mother.'Anthony Perkins
'Greed, for lack of a better word, is good.'Michael Douglas
'Keep your friends close, but your enemies closer.'Al Pacino
'As God is my witness, I'll never be hungry again.'Vivien Leigh
'Well, here's another nice mess you've gotten me into!'Oliver Hardy
'Say 'hello' to my little friend!'Al Pacino
'What a dump.'Bette Davis
'Mrs. Robinson, you're trying to seduce me... Aren't you?'Dustin Hoffman
'Gentlemen, you can't fight in here! This is the War Room!'Peter Sellers
'Elementary, my dear Watson.'Basil Rathbone
'Take your stinking paws off me, you damned dirty ape!'Charlton Heston
'Of all the gin joints in all the towns in all the world, she walks into mine.'Humphrey Bogart
'Here's Johnny!'Jack Nicholson
QuoteMovieActor
'They're here!'Heather O'Rourke
'Is it safe?'Laurence Olivier
'Wait a minute, wait a minute. You ain't heard nothin' yet!'Al Jolson
'No wire hangers, ever!'Faye Dunaway
'Mother of mercy, is this the end of Rico?'Edward G. Robinson
'Forget it, Jake, it's Chinatown.'Joe Mantell
'I have always depended on the kindness of strangers.'Vivien Leigh
'Hasta la vista, baby.'Arnold Schwarzenegger
'Soylent Green is people!'Charlton Heston
'Open the pod bay doors, HAL.'Keir Dullea
Striker: 'Surely you can't be serious?!' Rumack: 'I am serious... and don't call me Shirley.'Robert Hays and Leslie Nielsen
'Yo, Adrian!'Sylvester Stallone
'Hello gorgeous.'Barbra Streisand
'Toga! Toga!'John Belushi
'Listen to them. Children of the night. What music they make.'Béla Lugosi
'Oh, no, it wasn't the airplanes. It was Beauty killed the Beast.'Robert Armstrong
'My precious.'Andy Serkis
'Attica! Attica!'Al Pacino
Sawyer, you're going out a youngster, but you've got to come back a star!'Warner Baxter
'Listen to me, mister. You're my knight in shining armor. Don't you forget it. You're going to get back on that horse, and I'm going to be right behind you, holding on tight, and aKatharine Hepburn
'Tell 'em to go out there with all they got and win just one for The Gipper.'Pat O'Brien
'A martini. Shaken, not stirred.'Sean Connery
'Who's on First?'Bud Abbott
'Cinderella story. Outta nowhere. A former greenskeeper, now, about to become the Masters champion. It looks like a mirac...It's in the hole! It's in the hole! It's in the hole!'Bill Murray
'Life is a banquet, and most poor suckers are starving to death!'Rosalind Russell
'I feel the need—the need for speed!'Tom Cruise and Anthony Edwards
'Carpe diem. Seize the day, boys. Make your lives extraordinary.'Robin Williams
'Snap out of it!'Cher
'My mother thanks you. My father thanks you. My sister thanks you. And I thank you.'James Cagney
'Nobody puts 'Baby' in a corner.'Patrick Swayze
'I'll get you, my pretty, and your little dog too!'Margaret Hamilton
'I'm the king of the world!'Leonardo DiCaprio
100 Greatest Movie Quotes of all time (2024)

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Golda Nolan II

Last Updated:

Views: 6181

Rating: 4.8 / 5 (78 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Golda Nolan II

Birthday: 1998-05-14

Address: Suite 369 9754 Roberts Pines, West Benitaburgh, NM 69180-7958

Phone: +522993866487

Job: Sales Executive

Hobby: Worldbuilding, Shopping, Quilting, Cooking, Homebrewing, Leather crafting, Pet

Introduction: My name is Golda Nolan II, I am a thoughtful, clever, cute, jolly, brave, powerful, splendid person who loves writing and wants to share my knowledge and understanding with you.