Skip to content

DR. ERICA SCHACHT

Position(s): Vice President of Academic Affairs and Dean of Faculty

Department(s): Faculty

Ed.D, Walden University • MA, Iona College • BA, Salve Regina University
“Teaching is not something that can be developed over night. It is an art that must be mastered through time, diligence, and patience. I became a teacher because of all of my female professors who inspired me to be where I am today. Every moment, every day, and every year I teach I learn something new, something greater.

As Aristotle said, “Teaching is the highest form of understanding” and I truly believe this.”

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });