Skip to main content
A large group of people sit at round tables in a bright room, engaged in discussion and looking at papers. The atmosphere appears collaborative and focused, suggesting a workshop or training event.

CarolinaCAP – Quarterly Report / Year Six : Q2

We are pleased to share the CarolinaCAP Year 6, Quarter 1 Report. Focused on preparing teachers specifically for hard-to-staff positions, especially in Multicategorical Special Education. The pathway…

Six women sit around a round table, smiling and talking, with laptops, papers, and coffee cups in front of them in a bright, modern meeting room.

CarolinaCAP – Quarterly Report / Year Six : Q1

We are pleased to share the CarolinaCAP Year 6, Quarter 1 Report. This quarter highlights a 31% increase in our candidate pipeline, expanded preparation of Multicategorical Special Education…

Two adults sit at a table with a laptop, engaged in conversation, while three young children sit and play nearby in a colorful classroom filled with books, toys, and decorations.

CarolinaCAP – Year Six Annual Report

Announcing the Release of the CarolinaCAP Annual Report – Celebrating Year Six Successes! Key growth markers in 2024-25 Last year’s report highlighted three areas of focus for CarolinaCAP. As…

Two children sit at a small desk working on colorful math worksheets together. Both wear red shirts, and one is writing with a marker while the other looks on. Classroom materials are visible on the desk and wall.

From Passive to Purposeful: A Veteran Teacher’s Reflection on Professional Learning

by Kim Caley For years, I walked into classrooms with a heart full of passion and a head full of ideas, ready to inspire the next generation. But I was also a learner—learning about my students,…

Two women smile and talk to each other in a large, well-lit meeting room with tables, papers, and laptops. Other people are visible in the background, and a presentation is projected onto a screen on the wall.

CarolinaCAP – Quarterly Report / Year Five : Q3

The CarolinaCAP alternative teacher certification pathway provides a high-quality teaching experience to its candidates as well as superior and regularly enhanced supports to its district partners,…

A large group of smiling adults poses together indoors near a sign that reads Your Classroom Is Calling. Many are wearing casual clothes and Gamecocks or South Carolina-themed shirts.

CarolinaCAP – Quarterly Report / Year Five : Q2

The CarolinaCAP alternative teacher certification pathway provides a high-quality teaching experience to its candidates as well as superior and regularly enhanced supports to its district partners,…

A group of people sit around tables in a bright, modern room with large windows. They appear to be engaged in a meeting or workshop, with notebooks, drinks, and papers on the tables.

It Takes a Village to Raise a Teacher

By Julia Dawson Alternative teacher education programs must continue to focus on best practices for transforming potential educators into master teachers. A unique program in South Carolina,…

Four adults sit around a table in a library, working together with laptops, papers, and name cards. Bookshelves filled with books line the background. The group appears focused and engaged in discussion or collaboration.

The Impact of a Teacher: Transforming Students and Adults

By Melissa Harrison Before I stepped into my classroom, I believed I would positively impact my students. Little did I realize how many others would also be touched by the experiences and…

A classroom full of students with laptops faces two presenters at the front, one speaking and one standing by. A projector displays slides, and most students view the same website on their screens.

How Persistence, Support, and Determination Made Me the Educator My Students Need

By Kimberly Graham Imagine facing overwhelming challenges and knowing that giving up isn’t an option. In 2012, I was a mother with a master’s in business administration, battling more than the…

Four women sit around a round table covered with laptops, paper, and colorful sticky notes, collaborating on a project. One woman is standing, writing on the paper, while the others are engaged in discussion.

Amplifying the Teacher’s Voice: A Journey with CarolinaCrED Micro-Credentials

by Cathy Lacey Imagine a world where professional development is not just a checkbox on a to-do list but a personal empowerment and validation journey. What if the skills you master today could…

A group of women stand in a semi-circle in a conference room, listening to a woman in a striped dress who is speaking. The room has round tables, chairs, and large windows letting in natural light.

Supporting Early Childhood Educators: An Investment in South Carolina’s Future

by Jessica Sharp Childcare is in crisis (South Carolina Children’s Trust, 2024). According to the First Five Years Fund, “South Carolina’s economy loses $1.4B annually due to child care challenges.”…

A group of adults sits around a table in a meeting room, actively discussing and taking notes. Most are wearing matching black shirts that say Facilitator. A woman stands near a screen displaying a website.

CarolinaCAP – Quarterly Report / Year Five : Q1

The CarolinaCAP alternative teacher certification pathway provides a high-quality teaching experience to its candidates as well as superior and regularly enhanced supports to its district partners,…

function fixAccordionARIA() { document.querySelectorAll('.panel-group[role="tablist"]').forEach(function (tablist) { // Skip already-processed accordions if (tablist.dataset.ariaFixed) return; tablist.dataset.ariaFixed = "true"; const accordionId = tablist.getAttribute("id") || "acc-" + Math.random().toString(36).slice(2, 7); tablist.querySelectorAll(".panel").forEach(function (panel, index) { const heading = panel.querySelector(".panel-heading"); const pTitle = panel.querySelector(".panel-title"); const anchor = panel.querySelector(".panel-heading a"); const body = panel.querySelector(".panel-collapse"); const panelBody = panel.querySelector(".panel-body"); const isOpen = panel.classList.contains("active-group"); const tabId = accordionId + "-tab-" + index; const panelId = accordionId + "-panel-" + index; panel.setAttribute("role", "presentation"); if (heading) heading.setAttribute("role", "presentation"); if (pTitle) pTitle.setAttribute("role", "presentation"); if (panelBody) panelBody.setAttribute("role", "presentation"); if (anchor) { anchor.setAttribute("role", "tab"); anchor.setAttribute("aria-selected", isOpen ? "true" : "false"); anchor.setAttribute("aria-expanded", isOpen ? "true" : "false"); anchor.setAttribute("tabindex", isOpen ? "0" : "-1"); anchor.setAttribute("id", tabId); anchor.setAttribute("aria-controls", panelId); } if (body) { body.setAttribute("role", "tabpanel"); body.setAttribute("id", panelId); body.setAttribute("aria-labelledby", tabId); body.setAttribute("tabindex", "0"); } if (anchor) { anchor.addEventListener("click", function () { tablist.querySelectorAll('a[role="tab"]').forEach(function (t) { t.setAttribute("aria-selected", "false"); t.setAttribute("aria-expanded", "false"); t.setAttribute("tabindex", "-1"); }); anchor.setAttribute("aria-selected", "true"); anchor.setAttribute("aria-expanded", "true"); anchor.setAttribute("tabindex", "0"); }); } }); }); } // Run on DOM ready document.addEventListener("DOMContentLoaded", fixAccordionARIA); // Run again on full load (catches lazy/deferred accordions) window.addEventListener("load", fixAccordionARIA); // Watch for any accordions injected dynamically after load const observer = new MutationObserver(function (mutations) { mutations.forEach(function (mutation) { mutation.addedNodes.forEach(function (node) { if (node.nodeType === 1 && node.querySelector && node.querySelector('.panel-group[role="tablist"]')) { fixAccordionARIA(); } }); }); }); observer.observe(document.body, { childList: true, subtree: true });