Name the FBS Conference (2024)

Quiz Lab

Quiz Lab

Sports

Football

Type in answers that appear in a list

Type in answers that appear in a list

Classic

Can you name the Name the FBS Conference?

By yoshimizu888

20m

134 Questions

9 Plays9 Plays

9 Plays

Comments

Give Quiz Kudos

Give Quiz Kudos

-

Forced OrderAnswers have to be entered in order

Answers have to be entered in order

")$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();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]();}}}

0/134

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

20:00

Hint
Appalachian State University
Arizona State University
Arkansas State University
Auburn University
Ball State University
Baylor University
Boise State University
Boston College
Bowling Green State University
Brigham Young University (BYU)
Central Michigan University
Clemson University
Coastal Carolina University
Colorado State University
Duke University
East Carolina University
Eastern Michigan University
Florida Atlantic University (FAU)
Florida International University (FIU)
Florida State University
Fresno State University
Georgia Institute of Technology
Georgia Southern University
Georgia State University
Indiana University
Iowa State University
Jacksonville State University
James Madison University
Kansas State University
Kennesaw State University
Kent State University
Liberty University
Louisiana State University (LSU)
Louisiana Tech University
Marshall University
Miami University (Ohio)
Michigan State University
Middle Tennessee State University
Mississippi State University
New Mexico State University
North Carolina State University
Northern Illinois University
Northwestern University
Ohio University
Oklahoma State University
Hint
Old Dominion University
Oregon State University
Pennsylvania State University (Penn State)
Purdue University
Rice University
Rutgers University
Sam Houston State University
San Diego State University
San Jose State University
Southern Methodist University (SMU)
Stanford University
Syracuse University
Temple University
Texas A&M University
Texas Christian University (TCU)
Texas State University
Texas Tech University
The Ohio State University
The University of North Carolina, Charlotte
The University of Southern Mississippi
The University of Tulsa
Troy University
Tulane University
U.S. Air Force Academy
U.S. Military Academy (Army)
U.S. Naval Academy (Navy)
University of Buffalo
University of Akron
University of Alabama
University of Alabama, Birmingham (UAB)
University of Arizona
University of Arkansas
University of California, Berkeley
University of California, Los Angeles (UCLA)
University of Central Florida (UCF)
University of Cincinnati
University of Colorado
University of Connecticut (UConn)
University of Florida
University of Georgia
University of Hawaii
University of Houston
University of Illinois
University of Iowa
University of Kansas
Hint
University of Kentucky
University of Louisiana at Lafayette
University of Louisiana Monroe
University of Louisville
University of Maryland
University of Massachusetts (UMass)
University of Memphis
University of Miami (Florida)
University of Michigan
University of Minnesota
University of Mississippi
University of Missouri
University of Nebraska
University of Nevada, Las Vegas (UNLV)
University of Nevada
University of New Mexico
University of North Carolina (UNC)
University of North Texas
University of Notre Dame
University of Oklahoma
University of Oregon
University of Pittsburgh
University of South Alabama
University of South Carolina
University of South Florida (USF)
University of South California (USC)
University of Tennessee
University of Texas
University of Texas at El Paso (UTEP)
University of Texas at San Antonio (UTSA)
University of Toledo
University of Utah
University of Virginia
University of Washington
University of Wisconsin
University of Wyoming
Utah State University
Vanderbilt University
Virginia Tech University
Wake Forest University
Washington State University
West Virginia University
Western Kentucky University
Western Michigan University
Name the FBS Conference (2024)

FAQs

Name the FBS Conference? ›

FBS, or the Football Bowl Subdivision, consists of 11 different conferences: the ACC, American, Big 12, Big Ten, C-USA, Independent, MAC, Mountain West

Mountain West
The Mountain West Conference (MW) is a collegiate athletic conference located in the United States, participating in NCAA Division I. Its football teams compete in the Football Bowl Subdivision (FBS).
https://en.wikipedia.org › wiki › Mountain_West_Conference
, PAC-12, SEC and Sun Belt conferences.

What are the top 5 FBS conferences? ›

The Power Four conferences are the Atlantic Coast Conference (ACC), Big Ten Conference, Big 12 Conference, and Southeastern Conference (SEC). The FBS consists of the Power Four, other conferences known as the Group of Five (G5), and a small number of independent schools.

What does FBS stand for? ›

FBS is an acronym for Football Bowl Subdivision. It refers to the top half of Division I college football. The lower half is known as FCS, or Football Championship Subdivision. FBS programs are the most competitive in the sport, numbering 130 schools.

How many FBS conferences are there? ›

The NCAA Division I Football Bowl Subdivision (FBS), formerly known as Division I-A, is the highest level of college football in the United States. The FBS consists of the largest schools in the National Collegiate Athletic Association (NCAA). As of the 2024 season, there are 10 conferences and 134 schools in FBS.

What does FCS stand for? ›

The higher level, Division I-A, became the Football Bowl Subdivision (FBS) and the lower level, Division I-AA, became the Football Championship Subdivision (FCS).

What is the toughest conference in college football? ›

Overall, SEC teams have a 64-41 record over the past five years against opponents from the Big 12, the ACC, the Big Ten and the now-reduced Pac-12. A significant chunk of that success comes from Georgia, which won back-to-back national championships following the 2021 and 2022 seasons.

Is FCS or FBS bigger? ›

FBS schools are typically much larger than FCS schools, both in terms of student population and their athletics budget. Because of this, FBS schools are able to offer additional scholarships and provide better facilities for their program. They also tend to have more experienced coaches and more competitive schedules.

Is FBS the same as FCS? ›

The primary difference between the Football Bowl Subdivision (FBS) and the Football Championship Subdivision (FCS) is the number of scholarships – FBS schools play with up to 85 total scholarship players, while FCS programs are capped at 63 scholarships.

Do FBS and FCS teams play each other? ›

Last year saw eight FCS schools defeat FBS schools, with Eastern Kentucky's seven-overtime win over Bowling Green setting a record for the longest game between an FCS and FBS opponent. In 2023, there are 118 FCS vs. FBS games scheduled. Check them out below.

Can FCS teams play in bowl games? ›

Bowl games are not limited to the Bowl Subdivision; teams in the three lower divisions of the NCAA—the Football Championship Subdivision (FCS), Division II, and Division III—are also allowed to participate in bowl games.

What is the oldest FBS team? ›

Rutgers: 150 years (All college football fans know that Rutgers hosted in-state rival Princeton on November 6, 1869, making them “The Birthplace of College Football”.

What is the difference between Power 5 and Group of 5? ›

The Group of Five conferences are five of the ten conferences in NCAA Division I FBS. The other five FBS conferences are informally known as the Power Five. In addition, a number of schools compete in FBS as independents in football.

What teams are moving to the FBS in 2024? ›

The 2024 season will be the last for one team as an FBS independent. Two FCS schools, Delaware and Missouri State, started transitioning their programs to FBS in the 2024 season.

What FCS teams are moving to the FBS? ›

Moving from the FCS

In 2022, Sam Houston and Jacksonville State will begin their FBS transition and are ineligible for postseason play, but will remain in the WAC and ASUN conferences, respectively. In 2024, Kennesaw State will be leaving for the FBS.

How many schools are in the FBS? ›

This is a list of the 134 schools in the Division I Football Bowl Subdivision (FBS) of the National Collegiate Athletic Association (NCAA) in the United States. By definition, all schools in this grouping have varsity football teams.

Why did Home EC change its name to FCS? ›

In 1994, the name of the course in most of the country was officially changed from Home Economics to Family and Consumer Sciences, or FCS, in an effort to dispel the impression that home ec was about teaching girls how to be housewives.

Can FCS teams beat FBS teams? ›

There's a rich history of FCS (and I-AA) schools upsetting FBS or I-A teams. Since NCAA Division I football was divided into I-A and I-AA for the 1978 season, there have been some monumental upsets. There were four such upsets in 2023. Check out all 2024 matchups here.

Is the Big East a FBS conference? ›

Big East schools compete in Division I. Most of the football-playing schools play in Division I FBS, while Georgetown and Villanova have Division I FCS (formerly I-AA) football programs.

References

Top Articles
Latest Posts
Article information

Author: Geoffrey Lueilwitz

Last Updated:

Views: 6149

Rating: 5 / 5 (60 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Geoffrey Lueilwitz

Birthday: 1997-03-23

Address: 74183 Thomas Course, Port Micheal, OK 55446-1529

Phone: +13408645881558

Job: Global Representative

Hobby: Sailing, Vehicle restoration, Rowing, Ghost hunting, Scrapbooking, Rugby, Board sports

Introduction: My name is Geoffrey Lueilwitz, I am a zealous, encouraging, sparkling, enchanting, graceful, faithful, nice person who loves writing and wants to share my knowledge and understanding with you.