Music
Rock
Featured
Featured
")$objective.click(() => {window.onClickObjective(reckoningQuestObjective.quest_number, reckoningQuestObjective.objective_number, reckoningQuestObjective.objective_id, $objective);});if (!window.mweb) {$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 (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 () {ga('send','event', 'Game Page', 'Hide Snark', window.gameurl_short); var modalArgs = { 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(); } } }); }, msg: 'Are you sure you want to hide post-quiz messages?' }; 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');}}$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; var spliceIndex = null;_(quizBadge.remaining_conditions).each(function(condition, index) {if (quizBadge.condition_id == condition.condition_id) {spliceIndex = index;}});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.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();}}}badgeTooltip.deactivate();badgeTooltipRightRail.deactivate();var template = _.template($j('#quiz-badge-template').html());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) {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);}}}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();}function runStartCode(stopwatch) {if (typeof stopwatch !== 'undefined') {if (stopwatch) {window.selectTimerSetting('stopwatch');} else {window.selectTimerSetting('timer');}}if (typeof gamePageIsLoaded != "undefined" && gamePageIsLoaded) {startGame(1200);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]();}}}
|
|
|
FAQs
Who is the greatest classic rock band? ›
As you might have suspected, The Beatles top our list at No. 1. With record sales estimated at more than a billion worldwide, no other band has had a greater influence on the course of rock music and music history in general.
Who was the biggest 80s rock band? ›- Guns N' Roses.
- Metallica.
- Van Halen.
- R.E.M.
- Bon Jovi.
- Mötley Crüe.
- ZZ Top.
- Red Hot Chili Peppers.
"King of Rock and Roll" is a nickname most commonly associated with American singer Elvis Presley (1935–1977).
Who is the coolest rock star of all time? ›- Jon Bon Jovi. The Bon Jovi band's front man has scored himself spots in the Songwriters Hall of Fame, Grammys, and roles in various movies and TV shows. ...
- Elton John. ...
- Elvis Presley. ...
- Prince. ...
- Bob Dylan. ...
- Janis Joplin. ...
- Jimi Hendrix. ...
- Paul McCartney.
1971: Led Zeppelin
There's a reason Zeppelin earned the nickname “The Biggest Band in the World” during a large portion of the 1970s.
On March 20, 1915, one of the most influential, if largely forgotten, creators of rock and roll was born - Sister Rosetta Tharpe. Tharpe was born Rosetta Nubin (Tharpe being her first husband's name) in Cotton Plant, Arkansas.
Who is considered the queen of rock? ›Janis Joplin was dubbed the first queen of rock 'n' roll, and her voice is singular. She was rough around the edges, vulnerable and charismatic, and she paved the way for countless women in rock. Mid-1960s San Francisco was a mecca for counterculture musicians.
What was the first classic rock song? ›And that's why we agree that Jackie Brenston's “Rocket 88” from 1951 should be considered the first rock and roll song.
Who is surprisingly not in Rock and Roll Hall of Fame? ›Artist | Years Snubbed | # of Years Nominated |
---|---|---|
Jim Croce | 31 | 0 |
Johnny Burnette and the Rock N Roll Trio | 41 | 0 |
Joy Division | 19 | 0 |
Kate Bush | 19 | 3 |
- 08 Judas Priest.
- 09 Pat Benatar. ...
- 10 Jethro Tull. ...
- 11 Sammy Hagar. ...
- 12 The Guess Who. ...
- 13 Iron Maiden. ...
- 14 MC5. ...
- 15 New York Dolls. ...
Why is Styx not in the Rock and Roll Hall of Fame? ›
Despite the band's resume, Styx have never been nominated for the Rock & Roll Hall of Fame. In 2014, cofounder and former singer Dennis DeYoung opined that Styx were simply not the type of group the Hall looked upon with favor.
Who is the longest playing rock band? ›The Rolling Stones - established 1962.
Who is the best male singer of all time? ›- David Bowie. ...
- John Lennon. ...
- Freddie Mercury. ...
- Prince. ...
- Axl Rose. ...
- Frank Sinatra. ...
- Marvin Gaye. ...
- Elvis Presley. Sometimes being cited as one of the world's first famous rock artists, Elvis was no stranger to exploring different genres.
1: The Blind Boys Of Alabama
Most of the original members of this classic gospel group are deceased, but surviving original Jimmy Carter, who gives his age as “a few years past 50,” has been performing with The Blind Boys Of Alabama since 1939.
1. Ozzy Osbourne. Ozzy Osbourne is one of the craziest musicians ever – from biting off a bat head on stage (although he didn't know the bat was real) to snorting ants from the floor, the “Madman” led a life that would have killed the strongest man on earth.
Who is the biggest rock star today? ›As for the artists and bands that contributed to this growth, read on for the many names associated with '60s music greatness. The Beatles (Ringo, George, John and Paul, from left) led the British Invasion in the '60s to become the most influential rock group of the '60s.
Who is the greatest American band of all time? ›- Creedence Clearwater Revival.
- The Doors.
- The Grateful Dead.
- Tom Petty & The Heartbreakers.
- The Beach Boys.
- Earth, Wind & Fire.
- Steely Dan.
- The Eagles.
01 The Beatles – 183 million
As of 2019, the Beatles have sold 600 million albums worldwide — with 183 million of those sold in the U.S. alone. The group held the top five spots on the Billboard 100 in April of 1964.
The Beatles are most likely the most popular band ever, so choosing just one year proved to be difficult. To date, they hold the record for most No.
Which is the No 1 band in the world? ›
As of 2020, according to Business Insider, The Beatles are at number one, having sold around 183 million units.
What band sold the most records in the 90s? ›Boyz II Men dominated the charts in the 1990s with five #1 hits, including “End of the Road” and “I'll Make Love to You,” which spent 13 and 14 straight weeks at #1, respectively. The quartet teamed up with Mariah Carey for “One Sweet Day” in 1995, which reigned for 16 weeks atop the charts.
What bands were around in 1996? ›- The Monkees.
- New Edition.
- Poison.
- Kiss.
- Devo.
- Supertramp.
- Patti Smith.
Rock and roll historians typically regard Chuck Berry as the one artist who came the closest to fitting all the elements of rock and roll together and creating rock and roll as a songwriter's genre.
Who was the first female rocker? ›In October 1970, Janis Joplin died of an accidental heroin overdose. She'd been recording what would be her final album. Released posthumously, "Pearl" would soar to #1 …
Who is the godfather of rock and roll? ›The “godfather of rock'n'roll” Fats Domino has been remembered as a pioneer whose pounding piano helped change popular music, after his death was announced in New Orleans. He was 89.
Who is the king of music in the world? ›Overall rank | |
---|---|
DaBaby — 3-month live gross — 30-day ticket sales 50 Album sales 9 Spotify streams 33 YouTube Views — Instagram views | 22 |
Biography: The only child of Elvis Presley, she has conducted a long career in the music business and has issued several albums and videos. Her work as a vocalist and lyricist has ranged across rock, country, blues and folk.
Who is the biggest pop star in the world? ›1 — Taylor Swift. With big award wins, chart-topping albums and industry-shifting reimaginations of her back catalog, Swift once again remade popular music in her own image in 2021.
What is the 1 rock song of all time? ›- 1) LED ZEPPELIN - STAIRWAY TO HEAVEN. ...
- 2) QUEEN - BOHEMIAN RHAPSODY. ...
- 3) LYNYRD SKYNYRD - FREE BIRD. ...
- 4) DEEP PURPLE - SMOKE ON THE WATER. ...
- 5) PINK FLOYD - COMFORTABLY NUMB. ...
- 6) LED ZEPPELIN - KASHMIR. ...
- 7) RAINBOW - STARGAZER. ...
- 8) FREE - ALL RIGHT NOW.
Who is in the Rock and Roll Hall of Fame the most? ›
Three inductions, three words: "Clapton is God." Eric Clapton is a consistent hitmaker and one of the greatest guitarists of all time—perhaps that's why he is the only person to be inducted into the Rock Hall three times.
Is Smashing Pumpkins in Hall of Fame? ›This means the Smashing Pumpkins have the same non-inducted status as bands like Iron Maiden.
Is Kate Bush in the Rock and Roll Hall of Fame? ›A Historic Year for Women in the Hall
Even with nominees Kate Bush and Dionne Warwick counted out, it's a historic set of inductees. Carly Simon is probably the biggest surprise of the inductees.
Lady Soul. The first woman inducted into the Rock & Roll Hall of Fame, Aretha Franklin was an artist of passion, sophistication and command, whose recordings remain anthems that defined soul music. Long live the Queen.
Is Ozzy Osbourne in the Hall of Fame? ›In 2005 Osbourne was inducted into the UK Music Hall of Fame both as a solo artist and as a member of Black Sabbath. In 2006, he was inducted into the US Rock and Roll Hall of Fame with Black Sabbath bandmates Tony Iommi, Bill Ward, and Geezer Butler.
Is Queen in the Rock and Roll Hall of Fame? ›Queen were inducted into the Rock and Roll Hall of Fame in Cleveland, Ohio. Queen were given a star on the Hollywood Walk of Fame. Queen was the first band, rather than just individual, to be inducted into the Songwriters Hall of Fame.
Is REO Speedwagon in the Hall of Fame? ›In 2021, REO Speedwagon was inducted into the Hall of Fame at the Illinois Rock & Roll Museum on Rt. 66 located in Joliet, Illinois.
Is Humble Pie in the Hall of Fame? ›Steve Marriott (Humble Pie) is not in the Rock and Roll Hall of Fame? He could melt the walls with his vocals and play crushing guitar alongside Peter Frampton (and later Clem Clempson) with the best of 'em.
Who is the number 1 rock band in the world? ›- Black Sabbath. the best hard rock band ever. ...
- Led Zeppelin. dont know their music but i know they are good and they earn to be second here! ...
- Aerosmith. one of the best hard rock bands ever... ...
- AC/DC. the true legeneds! ...
- Guns n' Roses. ...
- Jimi Hendrix. ...
- Van Halen. ...
- Nirvana.
What is the #1 band in the world? ›
As of 2020, according to Business Insider, The Beatles are at number one, having sold around 183 million units.
Who is considered the greatest musician of all time? ›- The Beatles.
- Led Zeppelin.
- Elvis Presley.
- Bob Dylan.
- Michael Jackson.
- Queen.
- The Rolling Stones.
- Chuck Berry.
There are many music bands in the world, but only a few of them are really rich. So, who are the richest music bands in the world, According to a recent study richest music band in the world is The Beatles. The Beatles have a net worth of $2 billion. They are followed by U2, who have a net worth of $1.5 billion.
What rock band has the most hits? ›01 The Beatles – 183 million
As of 2019, the Beatles have sold 600 million albums worldwide — with 183 million of those sold in the U.S. alone. The group held the top five spots on the Billboard 100 in April of 1964.
The Beatles have the most No. 1 hits of all time: 20. Though unclear for how long, the Beatles still reign supreme as the artist with the most No.
What is the #1 album of all time? ›In 2018, The Eagles' greatest hits album, released in 1976, surpassed Michael Jackson's 1982 album "Thriller" to take the top spot on the Record Industry Association of America's (RIAA) list of the top selling albums of all time in the US.
Who was the 1st heavy metal band? ›The first heavy metal acts are considered to be Led Zeppelin, Black Sabbath and Deep Purple, often referred to as the “unholy trinity”. Led Zeppelin released their self-titled debut in 1969, while Black Sabbath and Deep Purple put out influential records in 1970.
Who has the most albums ever? ›It's Nana Mouskouri, a Greek songstress who's still active at the ripe old age of 80. She's sold over 300 million albums worldwide. She's also possibly the most prolific musician of all time. Although it's hard to find an actual figure, it's estimated she's made 450 albums in total.
Who is bigger Beatles or Rolling Stones? ›The Rolling Stones evolved into a full-fledged rock band as their sound evolved both before, and after the Beatles broke up. While the Beatles maintained the shorter career span, the Rolling Stones were certainly the more prolific of the two bands.
Who is the best rock band right now? ›- Linkin Park.
- Foo Fighters.
- Red Hot Chili Peppers.
- Nirvana.
- Arctic Monkeys.
- System of a Down.
- Radiohead.
- Green Day.
Who is the greatest male singer of all time? ›
- David Bowie. ...
- John Lennon. ...
- Freddie Mercury. ...
- Prince. ...
- Axl Rose. ...
- Frank Sinatra. ...
- Marvin Gaye. ...
- Elvis Presley. Sometimes being cited as one of the world's first famous rock artists, Elvis was no stranger to exploring different genres.
According to Guinness World Records, Irving Berlin's "White Christmas" (1942) as performed by Bing Crosby is the best-selling single worldwide, with estimated sales of over 50 million copies.