Courses

  • EDUC 1 Introduction to the Field of Education
  • EDUC 18 Mathematical Concepts for Teachers
  • EDUC 97 Field Studies in Education
  • EDUC 98 Pedagogy of Reading
  • EDUC 99 Introduction to Special Needs Pedagogy
  • EDUC 502A Test Preparation for CBEST Basic Skills Test – English
  • EDUC 502B Test Preparation for CBEST Basic Skills Test – Math
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'; } }