Skip to content

Cram Jam & Student Services Open House a Success!

The secret to succeeding during finals is how you prepare physically and mentally. In order to help students with everything they have to do, CW organized an event that included a hot breakfast as well as valuable tips from the Learning Center for a better performance on exams and papers. The ‘Cram Jam & Student Services Open House’ offered students the opportunity to take care of other important things with Financial Aid, change their schedules for the next term, and sign pledge cards to Commit to Complete their education at CW. The C2C Campaign is to help raise students’ awareness of the importance of a college degree.

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