NBA Team Stat Leaders 23-24 (End of Season Update) (2024)

Quiz Lab

Quiz Lab

Sports

Basketball

Type in answers that appear in a list

Type in answers that appear in a list

Classic

Can you name the NBA Team Stat Leaders 23-24?

By justmurr5

20m

310 Questions

4,750 Plays4,750 Plays

4,750 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(1200);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/310

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

20:00

Atlanta Hawks (36-46)
Points (25.7)
Rebounds (10.6)
Assists (10.8)
Steals (1.4)
Blocks (1.5)
Turnovers (4.4)
FG% (61.1%)
3P% (44.0%)
FT% (92.1%)
Minutes (36.0)
Boston Celtics (64-18)
Points (26.9)
Rebounds (8.1)
Assists (5.2)
Steals (1.2)
Blocks (1.9)
Turnovers (2.5)
FG% (51.6%)
3P% (42.9%)
FT% (90.1%)
Minutes (35.7)
Brooklyn Nets (32-50)
Points (22.5)
Rebounds (9.9)
Assists (6.1)
Steals (1.2)
Blocks (2.1)
Turnovers (2.0)
FG% (62.9%)
3P% (40.5%)
FT% (85.6%)
Minutes (34.8)
Charlotte Hornets (21-61)
Points (21.0)
Rebounds (8.0)
Assists (4.4)
Steals (1.2)
Blocks (1.1)
Turnovers (2.0)
FG% (69.1%)
3P% (43.2%)
FT% (86.5%)
Minutes (37.4)
Chicago Bulls (39-43)
Points (24.0)
Rebounds (10.5)
Assists (5.3)
Steals (1.7)
Blocks (1.0)
Turnovers (2.1)
FG% (55.6%)
3P% (40.8%)
FT% (85.4%)
Minutes (37.8)
Cleveland Cavaliers (48-34)
Points (26.6)
Rebounds (10.5)
Assists (6.5)
Steals (1.8)
Blocks (1.4)
Turnovers (3.1)
FG% (63.4%)
3P% (40.4%)
FT% (86.5%)
Minutes (35.3)
Dallas Mavericks (50-32)
Points (33.9)
Rebounds (9.2)
Assists (9.8)
Steals (1.4)
Blocks (2.2)
Turnovers (4.0)
FG% (74.7%)
3P% (49.1%)
FT% (90.5%)
Minutes (37.5)
Denver Nuggets (57-25)
Points (26.4)
Rebounds (12.4)
Assists (9.0)
Steals (1.4)
Blocks (1.1)
Turnovers (3.0)
FG% (58.3%)
3P% (42.5%)
FT% (89.4%)
Minutes (34.6)
Detroit Pistons (14-68)
Points (22.7)
Rebounds (11.6)
Assists (7.5)
Steals (1.1)
Blocks (0.9)
Turnovers (3.4)
FG% (61.9%)
3P% (40.1%)
FT% (86.9%)
Minutes (33.5)
Golden State Warriors (46-36)
Points (26.4)
Rebounds (7.2)
Assists (6.8)
Steals (1.2)
Blocks (1.1)
Turnovers (2.8)
FG% (70.2%)
3P% (40.8%)
FT% (92.7%)
Minutes (32.7)
Houston Rockets (41-41)
Points (21.1)
Rebounds (9.3)
Assists (8.1)
Steals (1.4)
Blocks (0.8)
Turnovers (2.6)
FG% (53.7%)
3P% (38.7%)
FT% (86.0%)
Minutes (36.8)
Indiana Pacers (47-35)
Points (21.7)
Rebounds (7.1)
Assists (10.9)
Steals (1.2)
Blocks (1.9)
Turnovers (2.3)
FG% (66.5%)
3P% (42.4%)
FT% (85.5%)
Minutes (33.2)
Los Angeles Clippers (51-31)
Points (23.7)
Rebounds (9.2)
Assists (8.5)
Steals (1.6)
Blocks (1.2)
Turnovers (2.6)
FG% (64.9%)
3P% (43.5%)
FT% (90.7%)
Minutes (34.3)
Los Angeles Lakers (47-35)
Points (25.7)
Rebounds (12.6)
Assists (8.3)
Steals (1.3)
Blocks (2.3)
Turnovers (3.5)
FG% (55.6%)
3P% (42.2%)
FT% (85.3%)
Minutes (35.5)
Memphis Grizzlies (27-55)
Points (23.7)
Rebounds (5.8)
Assists (5.5)
Steals (1.2)
Blocks (1.6)
Turnovers (2.7)
FG% (46.4%)
3P% (45.0%)
FT% (87.0%)
Minutes (34.4)
Miami Heat (46-36)
Points (20.8)
Rebounds (10.4)
Assists (5.6)
Steals (1.3)
Blocks (0.9)
Turnovers (2.3)
FG% (52.1%)
3P% (41.4%)
FT% (88.9%)
Minutes (34.0)
Milwaukee Bucks (49-33)
Points (30.4)
Rebounds (11.5)
Assists (7.0)
Steals (1.2)
Blocks (2.4)
Turnovers (3.4)
FG% (61.1%)
3P% (41.3%)
FT% (92.0%)
Minutes (35.3)
Minnesota Timberwolves (56-26)
Points (25.9)
Rebounds (12.9)
Assists (5.9)
Steals (1.3)
Blocks (2.1)
Turnovers (3.1)
FG% (66.2%)
3P% (47.2%)
FT% (91.1%)
Minutes (35.1)
New Orleans Pelicans (49-33)
Points (22.9)
Rebounds (8.8)
Assists (5.7)
Steals (1.4)
Blocks (0.8)
Turnovers (2.8)
FG% (57.0%)
3P% (45.1%)
FT% (86.7%)
Minutes (32.9)
New York Knicks (50-32)
Points (28.7)
Rebounds (9.2)
Assists (6.7)
Steals (1.4)
Blocks (1.1)
Turnovers (3.5)
FG% (64.4%)
3P% (41.0%)
FT% (86.8%)
Minutes (35.4)
Oklahoma City Thunder (57-25)
Points (30.1)
Rebounds (7.9)
Assists (6.2)
Steals (2.0)
Blocks (2.3)
Turnovers (2.2)
FG% (56.2%)
3P% (49.2%)
FT% (87.4%)
Minutes (34.0)
Orlando Magic (47-35)
Points (22.6)
Rebounds (6.9)
Assists (5.4)
Steals (1.4)
Blocks (1.2)
Turnovers (3.1)
FG% (60.1%)
3P% (43.5%)
FT% (85.0%)
Minutes (35.0)
Philadelphia 76ers (47-35)
Points (25.9)
Rebounds (6.5)
Assists (6.2)
Steals (1.1)
Blocks (1.1)
Turnovers (1.7)
FG% (54.0%)
3P% (39.5%)
FT% (88.3%)
Minutes (37.5)
Phoenix Suns (49-33)
Points (27.1)
Rebounds (11.0)
Assists (6.9)
Steals (1.1)
Blocks (1.2)
Turnovers (3.2)
FG% (60.1%)
3P% (46.1%)
FT% (88.6%)
Minutes (37.2)
Portland Trail Blazers (21-61)
Points (22.6)
Rebounds (11.1)
Assists (5.5)
Steals (1.7)
Blocks (0.8)
Turnovers (3.4)
FG% (57.0%)
3P% (41.2%)
FT% (91.6%)
Minutes (34.4)
Sacramento Kings (46-36)
Points (26.6)
Rebounds (13.7)
Assists (8.2)
Steals (2.0)
Blocks (0.8)
Turnovers (3.3)
FG% (59.4%)
3P% (41.7%)
FT% (83.1%)
Minutes (35.9)
San Antonio Spurs (22-60)
Points (21.4)
Rebounds (10.6)
Assists (6.2)
Steals (1.2)
Blocks (3.6)
Turnovers (3.7)
FG% (50.5%)
3P% (38.9%)
FT% (85.6%)
Minutes (33.1)
Toronto Raptors (25-57)
Points (20.2)
Rebounds (8.6)
Assists (6.1)
Steals (1.3)
Blocks (1.5)
Turnovers (2.8)
FG% (65.6%)
3P% (39.5%)
FT% (85.3%)
Minutes (34.9)
Utah Jazz (31-51)
Points (23.2)
Rebounds (8.5)
Assists (5.0)
Steals (1.0)
Blocks (2.4)
Turnovers (2.7)
FG% (65.4%)
3P% (39.9%)
FT% (89.9%)
Minutes (33.1)
Washington Wizards (15-67)
Points (22.2)
Rebounds (7.2)
Assists (7.3)
Steals (1.1)
Blocks (0.8)
Turnovers (2.7)
FG% (58.6%)
3P% (41.4%)
FT% (87.7%)
Minutes (32.6)
Whole NBA
Points (33.9)
Rebounds (13.7)
Assists (10.9)
Steals (2.0)
Blocks (3.6)
Turnovers (4.0)
FG% (72.5%)
3P% (46.1%)
FT% (92.7%)
Minutes (37.8)
NBA Team Stat Leaders 23-24 (End of Season Update) (2024)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Jeremiah Abshire

Last Updated:

Views: 5826

Rating: 4.3 / 5 (54 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Jeremiah Abshire

Birthday: 1993-09-14

Address: Apt. 425 92748 Jannie Centers, Port Nikitaville, VT 82110

Phone: +8096210939894

Job: Lead Healthcare Manager

Hobby: Watching movies, Watching movies, Knapping, LARPing, Coffee roasting, Lacemaking, Gaming

Introduction: My name is Jeremiah Abshire, I am a outstanding, kind, clever, hilarious, curious, hilarious, outstanding person who loves writing and wants to share my knowledge and understanding with you.