Skip to content

PAULA CANCRO

Position(s): Assistant Dean of Instructional Design and Delivery, and Professor, School of Business

Department(s): Faculty

MBA, Iona College • BA, SUNY Purchase • Certificate in English Language Teaching
Maryland Online Quality Matters Master Reviewer and Online & Face-to-Face Facilitator / Project Management Professional (PMP) / Microsoft Office 2007 Master Instructor Microsoft Office Certified Specialist in Word & Excel 2010
“I love what I do. I walk into class looking to challenge my students and have them challenge me. Most days, we are both successful – and that’s a great thing.”

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'); } }); }); });