Champions League Stat Leaders: 2023/24 (2024)

Can you name the players who lead the Champions League in the following stats for the 2023/24 season?

By BrickBopBrick

20m

201 Questions

92 Plays92 Plays

92 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/201

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

20:00

Goals
8 - BAY
8 - PSG
6 - ATM
6 - MCI
6 - RMA
5 - MCI
5 - MCI
5 - POR
5 - MUN
5 - RMA
5 - ATM
5 - RMA
Assists
5 - RMA
5 - BVB
4 - BAR
4 - BAY
4 - ARS
4 - RMA
Goals + Assists
12 - BAY
10 - RMA
9 - RMA
8 - MCI
8 - POR
8 - PSG
8 - ARS
7 - MCI
7 - ATM
7 - MCI
7 - ARS
7 - RMA
Expected Goals (xG)
8.16 - PSG
6.99 - MCI
5.90 - BAY
5.71 - RMA
5.44 - RMA
5.40 - BVB
4.67 - INT
4.60 - ATM
4.49 - RMA
4.24 - ATM
Expected Assists (xA)
3.73 - BAR
3.57 - PSG
3.18 - MCI
2.61 - BAY
2.60 - RMA
2.57 - RBL
2.40 - PSV
2.37 - MCI
2.36 - PSG
2.25 - MCI
Scoring frequency (in minutes)
56 - MCI
59 - RMA
73 - BAY
93 - NAP
98 - MUN
98 - LAZ
103 - ARS
104 - BAY
120 - SHK
123 - POR
Penalty goals
3 - BAY
3 - PSG
2 - PSV
2 - MCI
Free kick goals
2 - GAL
1 - MCI
1 - RCL
1 - SHK
1 - MCI
1 - FEY
Total shots per game
4.8 - MCI
4.4 - INT
4.3 - PSG
4.1 - MCI
3.6 - RBL
3.5 - GAL
3.4 - BAR
3.3 - PSV
3.1 - POR
Big chances missed
12 - MCI
10 - BVB
10 - PSG
8 - RMA
7 - ATM
6 - PSG
6 - GAL
5 - INT
5 - BAY
Big chances created
9 - PSG
7 - RMA
7 - BAY
5 - MCI
5 - MCI
5 - ATM
5 - BAR
5 - PSG
5 - RMA
5 - RBL
5 - PSG
5 - SHK
Key passes per game
2.9 - RBL
2.8 - ATM
2.8 - SEV
2.8 - FEY
2.7 - ZVE
2.6 - LAZ
2.6 - PSG
2.5 - BAR
2.5 - PSG
2.5 - NAP
2.5 - CEL
Succ. dribbles per game
4.1 - MCI
3.7 - RMA
3.7 - BVB
3.6 - NAP
3.3 - ARS
3.0 - PSG
2.9 - BAR
2.9 - BAY
2.9 - BAY
2.5 - PSV
Possession lost per game
23.3 - PSG
20.0 - YB
19.3 - MUN
18.1 - ATM
17.8 - FEY
17.6 - PSG
17.5 - NEW
17.3 - GAL/BAY
16.9 - BVB
16.8 - ARS
Accurate passes per game
106.1 - MCI
98.8 - MCI
91.5 - MCI
86.5 - CEL
85.5 - FEY
77.7 - PSG
75.9 - MCI
72.2 - PSG
72.1 - BAY
70.5 - MCI
Acc. long balls per game
7.4 - MCI
7.3 - PSV
6.9 - RMA
5.7 - BVB
5.6 - POR
5.2 - GAL
4.9 - BAR
4.9 - PSV
4.7 - RSO
4.5 - NEW
Tackles per game
4.1 - BVB
4.0 - SLB
3.7 - SLB
3.7 - RBL
3.3 - GAL/BAY
3.3 - RCL
3.2 - GAL
3.2 - BAR
3.2 - ZVE
3.2 - ANT/ATM
Interceptions per game
2.8 - YB
2.3 - RBL
2.0 - ZVE
2.0 - RSO
1.9 - BAR
1.9 - BAY
1.9 - BVB
1.9 - BAY
1.8 - GAL
1.8 - SLB
1.8 - ATM
Clearances per game
6.6 - CPH
5.7 - ZVE
5.1 - BVB
5.0 - UBE
4.7 - CEL
4.6 - CPH
4.6 - ATM
4.5 - RCL
4.5 - NEW
4.3 - RBS
4.3 - NAP
Saves per game
5.2 - ZVE
4.4 - RMA
4.2 - SHK
4.2 - RBS
4.1 - NAP
4.0 - SLB
3.8 - CPH
3.8 - CEL
3.8 - BVB
3.8 - ATM
3.8 - RCL
Clean sheets
6 - BVB
4 - BAY
4 - ARS
4 - RSO
4 - INT
3 - PSG
3 - LAZ
Champions League Stat Leaders: 2023/24 (2024)
Top Articles
Miami Law - Cost of Attendance
Body To Body by Sture Zetterberg feat. Andrew Shubin
Public Opinion Obituaries Chambersburg Pa
Duralast Gold Cv Axle
Satyaprem Ki Katha review: Kartik Aaryan, Kiara Advani shine in this pure love story on a sensitive subject
Room Background For Zepeto
Senior Tax Analyst Vs Master Tax Advisor
Txtvrfy Sheridan Wy
Top 10: Die besten italienischen Restaurants in Wien - Falstaff
The Pope's Exorcist Showtimes Near Cinemark Hollywood Movies 20
Encore Atlanta Cheer Competition
ds. J.C. van Trigt - Lukas 23:42-43 - Preekaantekeningen
Pbr Wisconsin Baseball
Swimgs Yung Wong Travels Sophie Koch Hits 3 Tabs Winnie The Pooh Halloween Bob The Builder Christmas Springs Cow Dog Pig Hollywood Studios Beach House Flying Fun Hot Air Balloons, Riding Lessons And Bikes Pack Both Up Away The Alpha Baa Baa Twinkle
House Share: What we learned living with strangers
Ucf Event Calendar
Call Follower Osrs
Günstige Angebote online shoppen - QVC.de
Erskine Plus Portal
Gia_Divine
H12 Weidian
1989 Chevy Caprice For Sale Craigslist
The Ultimate Guide to Extras Casting: Everything You Need to Know - MyCastingFile
Sea To Dallas Google Flights
Ford F-350 Models Trim Levels and Packages
‘The Boogeyman’ Review: A Minor But Effectively Nerve-Jangling Stephen King Adaptation
PCM.daily - Discussion Forum: Classique du Grand Duché
Haunted Mansion Showtimes Near Epic Theatres Of West Volusia
48 Oz Equals How Many Quarts
Does Hunter Schafer Have A Dick
Craigslist Rentals Coquille Oregon
Garden Grove Classlink
Carroway Funeral Home Obituaries Lufkin
Tracking every 2024 Trade Deadline deal
Broken Gphone X Tarkov
Indiana Jones 5 Showtimes Near Jamaica Multiplex Cinemas
Adecco Check Stubs
Pill 44615 Orange
Cheetah Pitbull For Sale
Craigs List Palm Springs
Reese Witherspoon Wiki
Casamba Mobile Login
Devon Lannigan Obituary
Bill Manser Net Worth
56X40X25Cm
Eat Like A King Who's On A Budget Copypasta
Cch Staffnet
Beds From Rent-A-Center
Waco.craigslist
Secrets Exposed: How to Test for Mold Exposure in Your Blood!
Tito Jackson, member of beloved pop group the Jackson 5, dies at 70
Campaign Blacksmith Bench
Latest Posts
Article information

Author: Ms. Lucile Johns

Last Updated:

Views: 5703

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.