55.5 F
Los Angeles
Monday, Apr 7, 2025

Higher Education & Online Learning March 2023 – Online Programs for a New Generation

For more than two decades, emerging technology has driven online learning, but today the demands of the career changer, degree finisher and other untraditional students are shaping the higher education fully online programs offered. 

According to recent surveys, most postsecondary institutions, spurred by the height of the pandemic, have online offerings. One in 10 have fully online degree programs. Affordability, institution reputation and a quick path to completion are among the top considerations when choosing a degree program. 

And the University of La Verne, which first launched online programs in 2000, aims to deliver. The private not-for-profit university located in La Verne, just 35 miles east of Los Angeles, offers 16 fully online programs including undergraduate degree completion programs, graduate professional degrees, multiple and single subject credential programs, and a teacher certificate program.

Business and organizational leadership are among the most popular programs. Meanwhile, the newest programs, which launched in fall 2022, include the Master of Arts in Teaching, Master of Health Administration, and Master of Public Administration.

Quick Path to Completion

The University of La Verne offers nine online undergraduate programs. They include child development, nursing, public and business administration, information technology and organizational management, criminal justice and criminology, and educational studies. For those with previous education, on-the-job training, and military experience, the university accepts up to 88 transfer credits toward a degree. 

Affordability

An online program can often be a more affordable and flexible alternative to an in-person degree, especially for those juggling a job or family responsibilities. 

The University of La Verne recognizes the financial challenges current and prospective students might face. In addition to assistance with navigating financial aid options, the university offers financial literacy resources and workshops as well as military discounts. It also partners with more than 100 corporations and government agencies that may subsidize tuition. 

Reputation

For the tenth consecutive year, U.S. News & World Report has listed the University of
La Verne in its Best Online Programs Rankings. For 2023, the university held rankings in the following four categories:  

• Best Online Bachelor’s Program 

• Best Online Bachelor’s in Business Program 

• Best Online Bachelor’s Program for Veterans 

• Best Online MBA (Master of Business Administration) Program

“These rankings are a testament of the solid online education program that the University of La Verne has built over the past 23 years and continues to evolve to meet the needs of all our students, including those in the military and veterans,” said Kerop Janoyan, University of La Verne’s provost and vice president for academic affairs. “It is also indicative of our exceptional faculty and staff and their ability to make virtual connections as well as our commitment to providing an online educational experience that produces individuals ready for the workforce.”

Best Online Programs rankings factor faculty credentials and training, measures of services offered remotely, available technologies, student engagement and course delivery best practices. In addition to these criteria, master’s degree programs are also ranked based on student excellence. This year, more than 1,800 online bachelor’s and master’s degree programs were evaluated. The University of La Verne was among the top 15 California programs that earned a ranking. It is only one of three to be recognized as the best for veterans. 

Learn more by visiting laverne.edu/online. 

Featured Articles

Related Articles

staff-author Author ' + // image style settings '
' + 'tagDiv image style' + '' + '
' + ''; //inject our settings in the template - before
td_template_content = td_template_content.replace('
', td_our_content + '
'); //save the template jQuery('#tmpl-image-details').html(td_template_content); //modal off - click event jQuery(document).on( "click", ".td-modal-image-on", function() { if (jQuery(this).hasClass('active')) { return; } td_add_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); }); //modal on - click event jQuery(document).on( "click", ".td-modal-image-off", function() { if (jQuery(this).hasClass('active')) { return; } td_remove_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").addClass('active'); jQuery(".td-modal-image-on").removeClass('active'); }); // select change event jQuery(document).on( "change", ".td-wp-image-style", function() { switch (jQuery( ".td-wp-image-style").val()) { default: td_clear_all_classes(); //except the modal one jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } }); //util functions to edit the image details in wp-admin function td_add_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value + ' ' + new_class); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } function td_remove_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); //try first with a space before the class var td_regex = new RegExp(" " + new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); var td_regex = new RegExp(new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } //clears all classes except the modal image one function td_clear_all_classes() { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (td_extra_classes_value.indexOf('td-modal-image') > -1) { //we have the modal image one - keep it, remove the others jQuery('*[data-setting="extraClasses"]').val('td-modal-image'); } else { jQuery('*[data-setting="extraClasses"]').val(''); } } //monitor the backbone template for the current status of the picture setInterval(function(){ var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (typeof td_extra_classes_value !== 'undefined' && td_extra_classes_value != '') { // if we have modal on, switch the toggle if (td_extra_classes_value.indexOf('td-modal-image') > -1) { jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); } } }, 1000); })(); //end anon function -->