Skip to content

Transfer Tuesdays at CW

Meet one-on-one with an Admissions Counselor, bring your transcript for a transfer credit evaluation, and explore flexible degree options designed to fit your goals and schedule.

Tuesdays | 10:00 AM–7:00 PM

Your Visit Can Include:

  • A personalized transfer credit evaluation
  • One-on-one guidance from an Admissions Counselor
  • Information about on-campus and fully online programs
  • Scholarship opportunities
  • No application fee

Find the CW Experience That Works for You

With Day Flex, Evening Flex, and Online options, CW makes it easier to continue your education in a way that works with your life.

Schedule Your Visit

Can’t make it on a Tuesday?

No problem. We’ll help you find another time that works for you. Call 914.831.0200 to schedule your visit.

Because every individual educational experience can be different, CW cannot promise or guarantee the transfer of credits into or out of a CW program.

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