Gainful Employment Information

The U.S. Department of Education requires colleges to disclose a variety of information for any financial aid eligible program that “prepares students for gainful employment in a recognized occupation.” This disclosure includes graduation rates, the median debt of students who completed the program, and other important information regarding gainful employment for the latest completed academic year (as of July 1). Full-time status is defined as a student that enrolls in 12 units for both the fall and the spring semesters of a given academic year. More information may be found here: http://web.peralta.edu/indev/gainful-employment/
var accItem2 = document.getElementsByClassName('accordionItem2'); var accHD = document.getElementsByClassName('accordionItemHeading2'); for (i = 0; i < accHD.length; i++) { accHD[i].addEventListener('click', toggleItem, false); } function toggleItem() { var itemClass = this.parentNode.className; for (i = 0; i < accItem2.length; i++) { accItem2[i].className = 'accordionItem2 close'; } if (itemClass == 'accordionItem2 close') { this.parentNode.className = 'accordionItem2 open'; } }