Albums in my Kpop Playlist pt 1 (2024)

Quiz Lab

Quiz Lab

Music

Album

Type in answers that appear in a list

Type in answers that appear in a list

Classic

Name the artists of the albums in my kpop playlist

By lo_and_behold

20m

500 Questions

60 Plays60 Plays

60 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 : () => {checkToOpenFlorinPlayGoalModal();}});} 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();}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');}}startGame(1200);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/500

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

20:00

AlbumArtist
#7
#Aeji #paSsion
#Cookie Jar
-77.82x-78.29
0+1=1 (I Promise You)
1 2 3
1 Billion Views
1 of 1
1+1=1
1st
2
2 Baddies
2 Cook 4 Skool
2nd Desire [Tasty]
3'Sec
3-PAKTORY01
3/4
3rd Sexual N.O.M
4 Walls
4 Walls / Cowboy
4.0
4minutes Left
4minute World
5-Star
5.2
5cean : V
7days Tension
8 Femmes
8turnrise
9Muses S/S Edition
10cm
12 O'Clock
24 : How to find true love and happiness
24 Hours
24/7:Twenty-Four/Seven
25
28 Identity
28 Reasons
100
130 Mood : TRBL
159cm
199X
0325
403
0811
2009, Year of Us
2014 S/S
2020 Kim Wan Sun
9801
A
A'wesome
A+
A.C.E Adventures in Wonderland
Abing Abing
A Blue not Blues
Absolute First Album
Abyss
Ace
A Class
Across the Universe
Act.1 The Little Mermaid
Act.2 Narcissus
Act.3 Chococo Factory
Act.4 Cait Sith
Act.5 New Action
Act. 7
Addiction
A Delicate Sense
Ad Mare
A Few Years Later
Again 1977
Agust D
Ah Yeah
AI, The Playlist
Alice in Wonderland
Alive
All In
All My Girls
Allure
Alone
Alone in the City
Amadeus
An-nyeong
And&End
And July
Angel's Knock
Angels' Story
Anniversary
Another Progress
Any Song
Aphrodite
Apple Pie
Aren't You?
Around
Arrival of Everglow
Art Gang Money
As If It's Your Last
Assa
As You Wish
Atlantis
Attention (2nd gen gg)
Attention (3rd gen bg)
Attention (3rd gen gg)
Autumn Story
Awaken The World
Awesome Up!
Ay-Yo
B-Step
B.B.B
B.I.G Rebirth
Baby Cat
BabyLotion
Bad (3rd gen gg)
Bad (female soloist)
Bad Blood
Bad Girls
Bad Liar
Bad Love
Banana
BANG
Bang the Bush
Bank Robber
Bappi
Barcode
Base
Basic
Beautiful Liar
Be Back
Bebe Don't Stop
Before Sunrise Part. 2
Begin with the end
Be Natural
Be REAL
Best of 4Minute
Better
Better Than X
Between Calm and Passion
Between Us (3rd gen gg)
Between Us (4th gen gg)
Beyond the History
Beyond the Ocean
Be Your Girl
Bibidi Babidi Boo
BigBang Vol.1
BIG Transformer
Big Wave
Binary Code
Bizarre Story
Black Box
Black Dress
Black Heart
Black Label
Black Mamba
Blackout
BLAST
Blaze (female band)
Blaze (male soloist)
Blessed
BlockBuster
Blooming
Blooming Days
Blooming Period
Blossom (female soloist)
Blossom (gg)
Blue (3rd gen bg)
Blue (4th gen bg)
Blue;S
AlbumArtist
Blue Flame
Blue Moon
BoA (Deluxe)
Bobby Doll
Body Shake
Bomb
Bonnie N Clyde
Boogie Man
Boom Boom
Border : Carnival
Border : Day One
Born to Be Wild
Boss
Boxtape
Boyhood
Boys and Girls
BR:evolution
Bravo!
Bravo my Trip
Breaking Heart
Breakthrough
Break Up 2 Make Up
Breath;(Blood Night) [Oriental version]
Bridge of Dreams
Buenos Aires
BunnyBunny
Burn
Burn it up
Cabin Fever
Cactus
Caffeine
Callin'
Camo
Candy Pop
Canvas
Canvas
Can We Talk Again
Capture the Flag
Carnival
Cassette
Cat & Dog
CC
Cerberus
Ceremony
Chained Up
Change
Chat-shire
Cheese
Cheetah Itself
Chemistry
Cherries Jubiles
Cherry Dash
Cherry Rush
Cherry Wish
Chocolate
Chosen Karma
Chuu
Cle 1 : Miroh
Cle 2 : Yellow Wood
Closer
Code#01 Bad Girl
Code#02 Pretty Pretty
Color (3rd gen gg)
Color (female soloist)
Coloring Book
Color Me Rad
Colors
Color TV
Come
Come Back Home
Come on
Comi
Complete LR
Connection
Continuous
Contrast
Copycat
Cosmo
Countdown (4th gen bg)
Countdown (JP release)
Coup D'etat
Crazy
Crazy, gone crazy
Crazy Love
Cross
Crush
Cry
Cry For Me
Crystyle
Cushion
D-2
Da Capo
DamnRa
Dark & Wild
Dark Adaptation
Dark Blood
Dark Circle
Dark Side of the Moon
Dark With Dignity
Dawn
Dawndididawn
day and night
Day By Day
Day Dream
Daydream
DBDBDIB
Ddara
Deadlock
Dear.
Dear My Color
Dear OHMYGIRL
Deep
Deja Vu
Demo_01
Demo_02
Desire
Devil (2nd gen bg)
Devil (4th gen bg)
Devil (gg)
Dia Girls
Diamond
Different
Dimension : Answer
Dimension : Dilemma
Dingga
Dirty Love
Disharmony : Break Out
Disharmony : Find Out
Disharmony : Stand Out
DMT
Dogg's Out
Do It
Doligo Doligo
Dolls
Don't Mess Up My Tempo
Don't Touch Me
Dongkiz on the Black
Dongky Town
Doom Dada
Do or Not
Double Knot
DPR Archives
Drama (2ng gen gg)
Drama (4th gen gg)
Dramatic
Dream:us
Dreamer
Dream of You
Dream On
Dream Pt.01
Dreams Alive
Dream With
Duality
Dystopia : The Tree of Language
E
Eat My Love
Eau De Vixx
Eclipse
El Dorado
Empty Paper
End Again
ENTWURF
EOEO
Equal
Error
Everlasting
Every night
AlbumArtist
Evolution Pop
Ex'act
Excalibur
Exclamation
Exit : E
expergo
Exquisite!
Eyes Wide Open
Face Me
Face Us
Face You
Fairy forest : Bravery
Fairy forest : Temptation
Fall in Lovelyz
Fall Into Temptation
Fame
Famous
Fancy You
Fantasia
Fantasy (3rd gen bg)
Fantasy (4th gen gg)
Fantasy (female soloist)
Fearless
Feelin' Like
Feel Special
Figaro
First Collection
First Flow
First Love
First Love
First Sight
Five Senses
Flourishing
Flower (You)
Flower Bud
Fly Up High
Fly With Us
Focus
Following
Follow Me
Follow Saturday
Foresight Dream
For Muzik
Free'sm
Free Somebody
Free Travel
Freeze!
Fri. Sat. Sun
From.9
From. WJSN
Full Moon (3rd gen gg)
Full Moon (female soloist)
Funky Town
Fun to the World
G.G.B
G1
Galaxy
Gallery
Gatcha!
GD&TOP
Geekyland
Genie
Genie:us
Girl's Day Everyday no. 5
Girl's Day Love
Girl's Day Party no. 1
Girls
Girls' Generation
Give It To Me
Give Me More
Give Your Love?
Glory
Goblin
God
Go Forward : Wide Dream
Going up
Go Live
Gone not around any longer
Goodbye Rania
Good Luck
Good to Seeya
Gorilla
Grand Opera
Gravity
Great!
Guilty Pleasure
Hair Short
Hands Up
Happiness
Happy Box Part.1
Happy Box Part.2
Happy Death Day
Happy Momeny
Harmony : Set In
Haseul
Hate XX
Hate You
Hate You!
Hawwah
Headache
Heart in the Box
Heat
Heejin
Helicopter
Hello!
Hi! Pristin
IKYK
Incant
Insane
Love Adventure
Love Loves To Love Love
M
Mamacita
Maverick
Mayday
Milkshake
Moonlight Shower
Mr.Simple
My Copycat
My Favorite
Naturalness
Nature World : Code W
Overdose
Prelude
Red Light
Reveal
Schxxl Out
Snake
Snowflake
Still Alive
The Action
The Album
The Awakening
The Beat
The beginning of legend - Rising star
The Best of KARA
The Big Dipper
the Billage of perception : chapter one
The Birth of Seven
The Blue
The Book of Us : Entropy
The Clan pt.1
The Clan pt.2
The Clan pt2.5 [Beautiful]
The Cloud of Dream of the Nine
The Code
The Connect : Dejavu
The Diary of Youth
The Dream Chapter: Eternity
The Dream Chapter: Magic
The Dream Chapter: Star
The End of Nightmare
The Fifth Season
The First
The First Scene
The First Step : Treasure Effect
The girl next door
the Ruby
The Start
Where's the truth?
Whisper
XOXO
Y.O.U
[Apocalypse : From us]
[Dystopia : Lose Myself]
[Dystopia : Rod to Utopia]
Albums in my Kpop Playlist pt 1 (2024)
Top Articles
Latest Posts
Article information

Author: Ms. Lucile Johns

Last Updated:

Views: 6326

Rating: 4 / 5 (61 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Ms. Lucile Johns

Birthday: 1999-11-16

Address: Suite 237 56046 Walsh Coves, West Enid, VT 46557

Phone: +59115435987187

Job: Education Supervisor

Hobby: Genealogy, Stone skipping, Skydiving, Nordic skating, Couponing, Coloring, Gardening

Introduction: My name is Ms. Lucile Johns, I am a successful, friendly, friendly, homely, adventurous, handsome, delightful person who loves writing and wants to share my knowledge and understanding with you.