Skip to content

Prof. Cancro Completes Quality Matters

Congratulations to Prof. Paula Cancro for successfully completing the Quality Matters course “Improving Your Online Course Facilitator Certification.” As a certified instructor, she can now offer CW faculty an “in-house workshop” to improve their online courses.

The Quality Matters Program (QM) is an international organization representing broad inter-institutional collaboration and a shared understanding of online course quality. QM’s quality assurance processes have been developed to improve and certify the design of online and blended courses. QM is a leader in quality assurance for online education and has received national recognition for its scalable, peer-based approach and continuous improvement in online education and student learning.

Congratulations Prof. Cancro!

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