Order Up: Taylor Swift folklore (deluxe version) (2024)

Quiz Lab

Quiz Lab

Music

Song

Drag the answers to attempt to put them in the correct order

Drag the answers to attempt to put them in the correct order

Order Up

Can you put the songs from Taylor Swift's album folklore in order?

By clusterphu*ck

5m

17 Questions

6 Plays6 Plays

6 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 (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(300);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/17

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

05:00

Order Up: Taylor Swift folklore (deluxe version) (2024)

FAQs

How long is the Folklore deluxe edition? ›

The standard edition of Folklore is about an hour and three minutes long, consisting of 16 tracks, while the deluxe edition adds a bonus song, "The Lakes", as the seventeenth track.

What is the difference between Folklore and the deluxe edition? ›

folklore will have 16 songs on the standard edition, but the physical deluxe editions will include a bonus track called “the lakes.” Because this is my 8th studio album, I made 8 deluxe CD editions and 8 deluxe vinyl editions that are available for one week 😄 Each deluxe edition has unique covers, photos, and artwork.

Did Taylor Swift deserve the album of the year for Midnights? ›

"Midnights" is argued not to deserve the Album of the Year at the 2024 Grammys. The host believes the album lacks artistic excellence, which is crucial for such an award. The success of "Midnights" is attributed to Taylor Swift's popularity and her successful year in 2023, not its quality.

Is Mirrorball in Folklore or Evermore? ›

"Mirrorball" is a song by the American singer-songwriter Taylor Swift from her eighth studio album, Folklore (2020).

How long to beat Folklore? ›

When focusing on the main objectives, Folklore is about 15 Hours in length. If you're a gamer that strives to see all aspects of the game, you are likely to spend around 39½ Hours to obtain 100% completion.

What does it mean if I'm in my folklore era? ›

The reputation era was about being forced into hiding, and the folklore era was about choosing to be private. By saying that I am in my “folklore era,” I mean that I am remaining undisturbed, private and calm. I am not being consumed by drama or betrayal. I am only doing what makes me happy and heals me.

Why is Folklore and Evermore so different? ›

While “Folklore” feels more hopeful, “Evermore” gives a more calming and magical atmosphere to the folk tales expressed throughout the tracks. The songs use more complex characterization to obtain a higher level of relatability.

How many variants does Folklore have? ›

According to The New York Times, Swift has released nine variants of “folklore,” six variants of “Midnights,” and five variants of “1989 (Taylor's Version).” So far, there are six variants of the singer's latest album, “The Tortured Poets Department,” according to Billboard.

Is Folklore one of the best albums ever? ›

This album is rated in the top 11% of all albums on BestEverAlbums.com. This album has a Bayesian average rating of 74.8/100, a mean average of 72.5/100, and a trimmed mean (excluding outliers) of 74.9/100. The standard deviation for this album is 20.1.

Is Midnights eligible for GRAMMYs in 2024? ›

Taylor Swift has made GRAMMY history once again. The pop superstar won the GRAMMY for Album Of The Year for Midnights at the 2024 GRAMMYs, marking her fourth win in the Category — the most Album Of The Year wins of any artist at the GRAMMYs. (She had been tied with Frank Sinatra, Stevie Wonder, and Paul Simon.)

Why is Midnights by Taylor Swift so popular? ›

Music critics regarded Midnights as an amalgamation of Swift's past albums. They praised her songwriting for engaging narratives and compositions; most of them complimented the production as restrained and tasteful, although a few found it derivative.

Who did Taylor Swift thank at the GRAMMYs? ›

GRAMMY Rewind: Taylor Swift Thanks Joe Alwyn For Being Her Quarantine Co-Writer In Album Of The Year Acceptance Speech In 2021 | GRAMMY.com.

In what order should I listen to Folklore? ›

Folklore & Evermore in order
  1. tolerate it. Taylor Swift. evermore [Explicit] ...
  2. illicit affairs. Taylor Swift. folklore [Explicit] ...
  3. august. Taylor Swift. folklore [Explicit] ...
  4. mirrorball. Taylor Swift. folklore [Explicit] ...
  5. betty. Taylor Swift. folklore [Explicit] ...
  6. cardigan. Taylor Swift. ...
  7. willow. Taylor Swift. ...
  8. gold rush. Taylor Swift.

Why is Folklore called Folklore Taylor? ›

“It started with imagery,” she wrote about the album. “Visuals that popped into my mind and piqued my curiosity.” These images became characters who had voices. She tells the stories of these characters, in the hopes that they grow to be folklore, as the album's name implores.

How long is the entire folklore album? ›

Folklore (Taylor Swift album)
Folklore
GenreIndie folk alternative rock electro-folk chamber pop
Length63:29
LabelRepublic
ProducerAaron Dessner Jack Antonoff Taylor Swift
11 more rows

How long is the folklore documentary? ›

Folklore: The Long Pond Studio Sessions
Distributed byDisney+
Release dateNovember 25, 2020
Running time106 minutes
CountryUnited States
9 more rows

How many songs are on Evermore Deluxe? ›

The standard edition of Evermore is one hour long, consisting of 15 tracks, while the deluxe adds two bonus songs. Haim, the National and Bon Iver provide guest vocals on "No Body, No Crime", "Coney Island", and "Evermore", respectively. Critics have dubbed Evermore a sequel and a companion record to Folklore.

How long is 1989 Deluxe version? ›

Track listing
Deluxe edition
No.TitleLength
18."I Wish You Would" (voice memo)1:47
19."Blank Space" (voice memo)2:11
Total length:1:08:37
4 more rows

Top Articles
Cardiac Biomarkers (Blood) | OU Health
Mamitha Baiju: The Journey Of Weight And Wellness
Rentals for rent in Maastricht
Hk Jockey Club Result
Psf Condition Permanent Sad Face
Tweaker Configuration
24 Hour Bookings Savannah
Pooch Parlor Covington Tn
Mets Game Highlights
Craigslist Rooms For Rent North County San Diego
La Fitness Oxford Valley Class Schedule
I Don'T Give A Rat'S Ass: The Meaning And Origin Of This Phrase - Berry Patch Farms
Stepmom Full Video Hd
Lovindabooty
Aston Carter hiring HR Specialist in Inwood, WV | LinkedIn
Animal Eye Clinic Huntersville Nc
Fk Jones Obituary
Coleman Funeral Home Olive Branch Ms Obituaries
Kaylani Lei Photos
Best Fantime Accounts
Emerge Ortho Kronos
Elemental Showtimes Near Regal White Oak
Melanin - Altmeyers Enzyklopädie - Fachbereich Dermatologie
Poker News Views Gossip
Meritain Prior Authorization List
Disney Cruise Line
Charlotte North Carolina Craigslist Pets
Aig Cyberedge Policy Wording
Sealy Posturepedic Carver 11 Firm
Statek i zarządzanie załogą w Assassin's Creed Odyssey - Assassin's Creed Odyssey - poradnik do gry | GRYOnline.pl
Shellys Earth Materials
20 Fantastic Things To Do In Nacogdoches, The Oldest Town In Texas
Wie funktioniert der Ochama Supermarkt? | Ladenbau.de Ratgeber
Craigslist Lake Charles
Bj 사슴이 분수
Dying Light Nexus
631 West Skyline Parkway, Duluth, MN 55806 | Compass
Strip Clubs In Hayward Ca
New York Sports Club Carmel Hamlet Photos
Dinar Guru Iraqi Dinar
123Movies Iron Man 2
Networks Guided Reading Activity
Gary Keesee Kingdom Principles Pdf
My Vidant Chart
Top 10 websites to play unblocked games
11526 Lake Ave Cleveland Oh 44102
Breitling ENDURANCE PRO X82310E51B1S1 für 2.885 € kaufen von einem Trusted Seller auf Chrono24
How To Buy Taylor Swift Tickets By Navigating Ticketek's Stress-Inducing System
Santa On Rakuten Commercial
Ucla Outlook Web Access
Old Navy Student Discount Unidays
100.2华氏度是多少摄氏度
Latest Posts
Article information

Author: Jamar Nader

Last Updated:

Views: 5455

Rating: 4.4 / 5 (75 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Jamar Nader

Birthday: 1995-02-28

Address: Apt. 536 6162 Reichel Greens, Port Zackaryside, CT 22682-9804

Phone: +9958384818317

Job: IT Representative

Hobby: Scrapbooking, Hiking, Hunting, Kite flying, Blacksmithing, Video gaming, Foraging

Introduction: My name is Jamar Nader, I am a fine, shiny, colorful, bright, nice, perfect, curious person who loves writing and wants to share my knowledge and understanding with you.