, but this code // executes before the first paint, when

app

is not yet present. The // classes are added to so styling immediately reflects the current // toolbar state. The classes are removed after the toolbar completes // initialization. const classesToAdd = ['toolbar-loading', 'toolbar-anti-flicker']; if (toolbarState) { const { orientation, hasActiveTab, isFixed, activeTray, activeTabId, isOriented, userButtonMinWidth } = toolbarState; classesToAdd.push( orientation ? `toolbar-` + orientation + `` : 'toolbar-horizontal', ); if (hasActiveTab !== false) { classesToAdd.push('toolbar-tray-open'); } if (isFixed) { classesToAdd.push('toolbar-fixed'); } if (isOriented) { classesToAdd.push('toolbar-oriented'); } if (activeTray) { // These styles are added so the active tab/tray styles are present // immediately instead of "flickering" on as the toolbar initializes. In // instances where a tray is lazy loaded, these styles facilitate the // lazy loaded tray appearing gracefully and without reflow. const styleContent = ` .toolbar-loading #` + activeTabId + ` { background-image: linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%); } .toolbar-loading #` + activeTabId + `-tray { display: block; box-shadow: -1px 0 5px 2px rgb(0 0 0 / 33%); border-right: 1px solid #aaa; background-color: #f5f5f5; z-index: 0; } .toolbar-loading.toolbar-vertical.toolbar-tray-open #` + activeTabId + `-tray { width: 15rem; height: 100vh; } .toolbar-loading.toolbar-horizontal :not(#` + activeTray + `) > .toolbar-lining {opacity: 0}`; const style = document.createElement('style'); style.textContent = styleContent; style.setAttribute('data-toolbar-anti-flicker-loading', true); document.querySelector('head').appendChild(style); if (userButtonMinWidth) { const userButtonStyle = document.createElement('style'); userButtonStyle.textContent = `#toolbar-item-user {min-width: ` + userButtonMinWidth +`px;}` document.querySelector('head').appendChild(userButtonStyle); } } } document.querySelector('html').classList.add(...classesToAdd); })(); First-year undergraduate and graduate enrollment rising at app - News & Stories | app

app

Skip to main content

app News

First-year undergraduate and graduate enrollment rising at app

Fri, Sep 17, 2021
Matt Kucinski

app’s first-year undergraduate enrollment is up 15% year-on-year and the institution’s incoming graduate enrollment shows a 50% uptick during that time. The incoming class also represents geographic and demographic diversity and shows academic strength.

app’s 2021 entering class totals 983 students, 785 of whom identify as first-time and transfer students in the traditional undergraduate areas. The remaining 198 or just over 20-percent of the class are nontraditional student populations (i.e. graduate, dually-enrolled, Ready for Life, app Prison Initiative, and non-degree seeking). This represents the largest number of nontraditional students in an incoming class in app’s history.

“app’s vision is all about invitation, about meeting the needs of a changing environment and creating programming and pathways that serve both our traditional high school graduates and also students who are seeking master’s-level programming or looking to college to master a new skill,” said Lauren Jensen, vice president of enrollment strategy for app. “We are encouraged that the makeup of our 2021 incoming class represents us leaning further into this exciting vision.”

Leaning into Vision 2030

Since 2020, app has added six new in-person or online graduate programs, with four more set to begin between now and fall 2022. One of the newly added graduate-level programs is an , which launched this fall and has 22 students enrolled from six U.S. states and two countries. See full list of graduate-level programs.

The university also recently graduated the first two cohorts from its app Prison Initiative program, which offers bachelor’s degree to inmates, and through a $1.2 million grant has expanded its commitment to serving students with disabilities through its Ready For Life program.

“Amidst a challenging landscape for higher education, particularly in the Midwest, it is clear that app’s mission remains attractive to students across the country and around the globe, and we are excited to continue to find ways to welcome more learners here,” said Michael Le Roy, president of app. “Whether it be online (as we have students enrolled in our undergraduate and graduate programs from around the world), be behind prison walls, or here on the Grand Rapids campus, we are committed to equipping our students of all ages, backgrounds, and experiences, to think deeply, to act justly, and to live wholeheartedly as Christ’s agents of renewal in the world.”

app’s total enrollment for 2021 is 3,256, with students hailing from 47 U.S. states, 49 countries, and four Canadian provinces. More than 12-percent of app’s students hail from outside the U.S. app also continues to attract students from a wide array of Christian backgrounds. More than 30 denominations are represented in app’s student body.


Authors: