{"id":2,"date":"2019-08-19T19:45:56","date_gmt":"2019-08-19T19:45:56","guid":{"rendered":"https:\/\/cfcc.edu\/early-childhood-education\/?page_id=2"},"modified":"2026-06-09T15:49:51","modified_gmt":"2026-06-09T19:49:51","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/cfcc.edu\/early-childhood-education\/","title":{"rendered":"Early Childhood Education"},"content":{"rendered":" <div class=\"text-larger mb-4\"> Transform your passion for working with children into a professional career. <\/div> <p>Whether you are looking to enter the workforce quickly through a specialized certificate, earn while you learn in our apprenticeship program, or pursue a transfer-ready A.A.S. degree for B-K licensure, we provide the path to get you there.<\/p>\n<h2 class=\"h3 pt-3\" style=\"text-transform:none;\">Why Choose CFCC for Early Childhood Education?<\/h2>\n<p>CFCC\u2019s Early Childhood Education program provides the expert training needed to support children&#8217;s healthy growth from infancy through middle childhood. Grounded in <a href=\"https:\/\/www.naeyc.org\/\" rel=\"noopener\" target=\"_blank\"> National Association for the Education of Young Children <\/a> professional standards, our curriculum balances deep dives into child development theory with hands-on, real-world experiences in diverse learning environments.<\/p>\n<ul class=\"mb-3\">\n<li class=\"pb-3\"><strong>Holistic Development:<\/strong> Master strategies to support children\u2019s social, emotional, cognitive, creative, and physical growth.<\/li>\n<li class=\"pb-3\"><strong>Research Driven:<\/strong> Educated, well-prepared, early childhood educators are a key driver of high-quality learning environments and positive child outcomes, including gains in literacy, math, and social-emotional development. Formal preparation in early childhood strengthens educators\u2019 ability to support children\u2019s healthy growth across all areas of development (Von Suchodoletz et al., 2023; Yang et al., 2025).<\/li>\n<li class=\"pb-3\"><strong>Credential Ready: <\/strong>Our coursework aligns directly with NC DCDEE Credentials, including the NC Early Childhood and School-Age credentials.<\/li>\n<li ><strong>Proven Quality:<\/strong> Join a program nationally accredited by the NAEYC Commission on the Accreditation of Early Childhood Higher Education Programs.<\/li>\n<\/ul> <div class=\"p-2 py-4 mb-3\">  <div class=\"iwi-accordion\">  <div id=\"reco-sequences\" class=\"\"> <h4 class=\"iwi-target-container-sequences accordion-alt-heading\"> <a href=\"#\" id=\"container-sequences_control\" aria-controls=\"container-sequences\" class=\"iwi-control iwi-accordion-control\" aria-expanded=\"false\"> Recommended Course Sequence <\/a> <\/h4> <div id=\"container-sequences\" class=\"rounded-lg shadow-sm iwi-target iwi-accordion-container\" aria-labelledby=\"container-sequences_control\" style=\"display: none;\" aria-hidden=\"true\">  <div id=\"cfcc-navigator\" class=\"bg-light p-4 rounded mb-5 border shadow-sm\"> <h4 class=\"mb-3 text-navy font-weight-bold\" id=\"cfcc-nav-title\"><\/h4> <div id=\"cfcc-selector-row\" class=\"row my-3\" >  <div class=\"col-md-6 mb-3\" id=\"dept-select-container\" style=\"display:none;\"> <label class=\"h6\">1. Select Department<\/label>\n                    <select id=\"dept-select\" class=\"form-control\">\n                        <option value=\"\">-- Choose Category --<\/option>\n                    <\/select> <\/div>  <div class=\"col-12 mb-3\" id=\"prog-select-container\"> <label class=\"h6\">Select Program Track<\/label>\n                    <select id=\"prog-select\" class=\"form-control\" disabled>\n                        <option value=\"\">-- Select Code\/Track --<\/option>\n                    <\/select> <\/div>  <\/div>  <div class=\"w-100 mb-3\" id=\"cfcc-global-disclaimer\">  <div class=\"p-2 bg-white border rounded text-muted font-italic\" style=\"border-left: 4px solid #ffc107 !important;\"> For information only. You must be a registered student to select and build your schedule. <\/div>  <\/div>  <div id=\"cfcc-table-container\" class=\"mt-2\">  <\/div>  <div id=\"cfcc-generator-box\" class=\"mt-4 p-3 bg-white border rounded\" style=\"display:none; border-left: 5px solid #ffc107 !important;\"> <p class=\"mb-1 small text-muted\"><strong>Admin Tool:<\/strong> Copy this shortcode to embed this specific sequence on another page:<\/p>\n                <code id=\"generated-shortcode\" class=\"d-block p-2 bg-light border\"><\/code> <\/div>  <\/div> <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            if (typeof cfccNavConfig === 'undefined') return;\n            const cfccData = cfccNavConfig.data;\n            const preSelect = cfccNavConfig.preSelect;\n            const isDefault = cfccNavConfig.isDefault;\n            const displayTotals = cfccNavConfig.displayTotals;\n            const showSelectors = cfccNavConfig.showSelectors;\n            const isAdmin = cfccNavConfig.isAdmin;\n            \n            const deptSelect = document.getElementById('dept-select');\n            const progSelect = document.getElementById('prog-select');\n            const titleElement = document.getElementById('cfcc-nav-title');\n            const tableContainer = document.getElementById('cfcc-table-container');\n            const genBox = document.getElementById('cfcc-generator-box');\n            const genCode = document.getElementById('generated-shortcode');\n\n            function normalizeKeyString(str) {\n                if (!str) return '';\n                return str.toString().toUpperCase().replace(\/[\\u2013\\u2014]\/g, '-').replace(\/\\s+\/g, '').trim();\n            }\n\n            function renderSequence(dept, progId) {\n                if (!cfccData[dept] || !cfccData[dept][progId]) {\n                    tableContainer.innerHTML = ' <div class=\"alert alert-warning\"> Sequence for ' + progId + ' not found. <\/div> ';\n                    titleElement.textContent = ''; return;\n                }\n                if (isAdmin && isDefault) {\n                    genBox.style.display = 'block';\n                    genCode.textContent = '[program_navigator dept=\"' + dept + '\" program=\"' + progId + '\" display_totals=\"' + displayTotals + '\" show_selectors=\"' + showSelectors + '\"]';\n                } else { genBox.style.display = 'none'; }\n                \n                const seq = cfccData[dept][progId];\n                let updatedTitle = isDefault ? 'Recommended Course Sequence:' : '';\n                if (seq.title) { updatedTitle += ' ' + seq.title + ' (' + progId + ')'; } \n                else { updatedTitle += ' (' + progId + ')'; }\n                titleElement.textContent = updatedTitle.trim();\n                \n                let html = '<table class=\"table table-bordered table-striped bg-white\"><thead><tr class=\"bg-primary text-white\"><th>Semester<\/th><th>Recommended Coursework<\/th><\/tr><\/thead><tbody>';\n                let hasData = false;\n\n                for (const [sem, entries] of Object.entries(seq)) {\n                    if (sem !== 'title' && Array.isArray(entries) && entries.length > 0) {\n                        hasData = true;\n                        html += '<tr><th scope=\"row\" style=\"width:25%\"><strong>' + sem + '<\/strong><\/th><td><ul class=\"mb-0\">';\n                        let semesterCredits = 0;\n                        entries.forEach(item => {\n                            let courseText = (item && typeof item === 'object') ? (item.course || '') : (item ? item.toString() : '');\n                            let creditText = (item && typeof item === 'object') ? (item.credits || '') : '';\n                            let displayString = courseText + (creditText !== '' ? ' (' + creditText + ' Credits)' : '');\n                            semesterCredits += parseInt(creditText, 10) || 0;\n\n                            const courseRegex = \/\\b([A-Z]{3})[\\s-]?(\\d{3}[A-Z]*)\\b\/gi;\n                            if (courseRegex.test(courseText)) {\n                                courseRegex.lastIndex = 0;\n                                let linkedContent = displayString.replace(courseRegex, function(fullMatch, deptCode, numCode) {\n                                    return ' <a href=\"https:\/\/selfservice.cfcc.edu\/Student\/Student\/Courses\/Search?keyword=' + deptCode.toUpperCase() + '-' + numCode.toUpperCase() + '&academicLevels=CU\" target=\"_blank\"> <strong>' + fullMatch + '<\/strong> <\/a> ';\n                                });\n                                html += '<li>' + linkedContent + '<\/li>';\n                            } else {\n                                html += '<li class=\"text-dark\" style=\"list-style-type: disc; margin-left: 15px;\"><span>' + displayString + '<\/span><\/li>';\n                            }\n                        });\n                        if (displayTotals && semesterCredits > 0) {\n                            html += '<li class=\"mt-2 list-unstyled font-weight-bold text-primary border-top pt-1\" style=\"font-size:14px;\">Total Credits: ' + semesterCredits + '<\/li>';\n                        }\n                        html += '<\/ul><\/td><\/tr>';\n                    }\n                }\n                tableContainer.innerHTML = hasData ? html + '<\/tbody><\/table>' : ' <div class=\"alert alert-warning\"> No sequence data available. <\/div> ';\n            }\n\n            function updateProgramDropdown(deptValue) {\n                progSelect.innerHTML = '<option value=\"\">-- Select Code\/Track --<\/option>';\n                if (!deptValue || !cfccData[deptValue]) { progSelect.disabled = true; genBox.style.display = 'none'; return; }\n                Object.keys(cfccData[deptValue]).forEach(id => {\n                    let opt = document.createElement('option');\n                    opt.value = id; opt.textContent = id + (cfccData[deptValue][id].title ? ' - ' + cfccData[deptValue][id].title : '');\n                    progSelect.appendChild(opt);\n                });\n                progSelect.disabled = false;\n            }\n\n            Object.keys(cfccData).forEach(tab => {\n                let opt = document.createElement('option'); opt.value = tab; opt.textContent = tab; deptSelect.appendChild(opt);\n            });\n            deptSelect.addEventListener('change', function() { updateProgramDropdown(this.value); });\n            \/*progSelect.addEventListener('change', function() { if (this.value) renderSequence(deptSelect.value, this.value); });*\/\n            progSelect.addEventListener('change', function() {\n    \/\/ 1. Fire your standard course sequence table renderer\n    if (this.value) {\n        renderSequence(deptSelect.value, this.value);\n        \n        \/\/ 2. THE BRIDGE: Sync the Lightcast Career Widget automatically\n        const jobDataSelect = document.getElementById('jobData-select');\n        \n        if (jobDataSelect) {\n            \/\/ Match the incoming code (e.g., \"C25800A\") to the Lightcast option pile\n            const incomingCode = this.value.trim();\n            \n            \/\/ Confirm the Lightcast dropdown actually contains an option for this specific code\n            const optionExists = Array.from(jobDataSelect.options).some(opt => opt.value === incomingCode);\n            \n            if (optionExists) {\n                jobDataSelect.value = incomingCode;\n                \n                \/\/ Force Lightcast's internal display listener to run\n                jobDataSelect.dispatchEvent(new Event('change'));\n            }\n        }\n    }\n});\n\n            if (preSelect.program) {\n                let targetDept = preSelect.dept, targetProg = preSelect.program, matchFound = false;\n                const normalizedInput = normalizeKeyString(targetProg);\n                for (const [deptName, trackObject] of Object.entries(cfccData)) {\n                    for (const uniqueTrackKey of Object.keys(trackObject)) {\n                        if (normalizeKeyString(uniqueTrackKey) === normalizedInput) {\n                            targetDept = deptName; targetProg = uniqueTrackKey; matchFound = true; break;\n                        }\n                    }\n                    if (matchFound) break;\n                }\n                if (matchFound && targetDept) {\n                    deptSelect.value = targetDept; updateProgramDropdown(targetDept); progSelect.value = targetProg; renderSequence(targetDept, targetProg);\n                } else {\n                    tableContainer.innerHTML = ' <div class=\"alert alert-warning\"> Sequence configuration for \"' + preSelect.program + '\" not found. <\/div> ';\n                }\n            } else if (preSelect.dept) {\n                deptSelect.value = preSelect.dept; updateProgramDropdown(preSelect.dept);\n            }\n        });\n        <\/script> <\/div>  <\/div>  <\/div>  <\/div> <hr class=\"mt-5 my-3\"> <div class=\"iwi-accordion\"> <h3 class=\" h4 iwi-target-path\"> <a href=\"#\"> Find Your Path <\/a> <\/h3> <div id=\"path\" class=\"\">  <div class=\"px-5\"> <h4>Certificates<\/h4>\n<ul class=\"program-list\">\n<li class=\"pb-2\"> <a href=\"https:\/\/catalog.cfcc.edu\/programs\/C55220IT\"> Early Childhood Education, Infant \/ Toddler Care Certificate(C55220IT) <\/a> <\/li>\n<li class=\"pb-2\"> <a href=\"https:\/\/catalog.cfcc.edu\/programs\/C55220PE\"> Early Childhood Education, Preschool Certificate (C55220PE) <\/a> <\/li>\n<\/ul> <\/div> <hr> <div class=\"px-5\"> <h4>Diploma<\/h4>\n<ul class=\"program-list\">\n<li class=\"pb-2\"> <a href=\"https:\/\/catalog.cfcc.edu\/programs\/D55220\"> Early Childhood Education Diploma (D55220) <\/a> <\/li>\n<\/ul> <\/div> <!--\n\n\n<li class=\"pb-2\"> <a href=\"https:\/\/catalog.cfcc.edu\/programs\/C55220IP\"> Early Childhood Education, Infant\/Toddler CTE Pathway(C55220IP) <\/a> <\/li>\n\n\n\n\n<li class=\"pb-2\"> <a href=\"https:\/\/catalog.cfcc.edu\/programs\/C55220PE\"> Early Childhood Education, Preschool Certificate (C55220PE) <\/a> <\/li>\n\n\n\n\n<li class=\"pb-2\"> <a href=\"https:\/\/catalog.cfcc.edu\/programs\/C55220PP\"> Early Childhood Education, Preschool Certificate CTE Pathway(C55220PP) <\/a> <\/li>\n\n\n-->\n<hr> <div class=\"px-5\"> <h4>A.A.S. Degrees<\/h4>\n<ul class=\"program-list\">\n<li class=\"pb-2\"> <a href=\"https:\/\/catalog.cfcc.edu\/programs\/A55220C\"> Early Childhood Education, Career Track A.A.S. (A55220C) <\/a> <\/li>\n<li class=\"pb-2\"> <a href=\"https:\/\/catalog.cfcc.edu\/programs\/A55220NL\"> Early Childhood Education, Non-Licensure Transfer (A55220NL) <\/a> <\/li>\n<li class=\"pb-2\"> <a href=\"https:\/\/catalog.cfcc.edu\/programs\/A55220L\"> Early Childhood Education, B-K Licensure Transfer (A55220L) <\/a> <\/li>\n<\/ul> <\/div>  <\/div>  <\/div> <hr class=\"my-3\"> <div class=\"iwi-accordion\"> <h4 class=\"iwi-target-apprenticeship\"> <a href=\"#\"> Apprenticeship Information <\/a> <\/h4> <div id=\"apprenticeship\" class=\"\"> Early childhood education apprenticeships combine hands-on experience with classroom learning to train individuals in working with young children. These programs typically involve working under the guidance of experienced educators in various settings, such as preschools and childcare centers. Apprentices gain practical skills in child development, learning strategies, and classroom management while also studying foundational theories and best practices in early education. The benefit of this approach is twofold as it 1) helps build a skilled workforce and 2) supports the professional growth of aspiring educators by providing real-world insights and mentorship.<\/p>\n<h6>Apprenticeship Courses<\/h6>\n<ul>\n<li class=\"pb-2\"> <a href=\"https:\/\/catalog.cfcc.edu\/programs\/A55220C\"> Early Childhood Education, Career Track A.A.S. (A55220C) <\/a> <\/li>\n<li class=\"pb-2\"> <a href=\"https:\/\/catalog.cfcc.edu\/programs\/D55220\"> Early Childhood Education Diploma (D55220) <\/a> <\/li>\n<\/ul>\n<h6>Apprenticeship Partners<\/h6>\n<p><img decoding=\"async\" src=\"https:\/\/cfcc.edu\/early-childhood-education\/wp-content\/uploads\/sites\/88\/2026\/04\/pendercountyschools.png\" alt=\"Pender County Schools\" width=\"150\" class=\"alignnone size-full wp-image-146\" \/>&nbsp;&nbsp;<img decoding=\"async\" src=\"https:\/\/cfcc.edu\/early-childhood-education\/wp-content\/uploads\/sites\/88\/2026\/04\/SparkAcademy.png\" alt=\"Spark Academy\" width=\"150\" class=\"alignnone size-full wp-image-146\" srcset=\"https:\/\/cfcc.edu\/early-childhood-education\/wp-content\/uploads\/sites\/88\/2026\/04\/SparkAcademy.png 768w, https:\/\/cfcc.edu\/early-childhood-education\/wp-content\/uploads\/sites\/88\/2026\/04\/SparkAcademy-300x121.png 300w, https:\/\/cfcc.edu\/early-childhood-education\/wp-content\/uploads\/sites\/88\/2026\/04\/SparkAcademy-650x263.png 650w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/p>\n<h6>Apprenticeship Contact Information<\/h6>\n<p><strong>Brittany Hewett<\/strong><br \/>\nProgram Director<br \/> <a href=\"tel:9103627566\" class=\"contact-link\"> (910) 362-7566 <\/a> <br \/> <a href=\"m&#97;&#105;lt&#111;&#58;bsh&#101;w&#101;tt832&#64;cfcc&#46;&#101;d&#117;\"> bsh&#101;w&#101;tt832&#64;cfcc&#46;&#101;d&#117; <\/a> <\/div>  <\/div> <hr class=\"my-3\"> <div class=\"iwi-accordion iwi-no-collapse\"> <h4 class=\"iwi-target-mission\"> <a href=\"#\"> Program Mission <\/a> <\/h4> <div id=\"mission\" class=\"\"> The mission of the CFCC Early Childhood Education Program is to prepare thoughtful, skilled professionals for meaningful careers in early childhood education.<\/p> <\/div>  <\/div> <hr class=\"my-3\"> <div class=\"iwi-accordion iwi-no-collapse\"> <h4 class=\"iwi-target-plo\"> <a href=\"#\"> Program Learning Outcomes <\/a> <\/h4> <div id=\"plo\" class=\"\"> <ul>\n<li><strong>PLO 1:<\/strong> Students will demonstrate their knowledge of a wide range of types of assessments, their purposes, and their associated methods and tools.<\/li>\n<li><strong>PLO 2:<\/strong> Students will demonstrate their ability to support and engage families and communities and reciprocal relationships.<\/li>\n<li><strong>PLO 3:<\/strong> Students will demonstrate they understand and use teaching skills that are responsive to the learning trajectories of young children and to the needs of each child, recognizing that differentiating instruction, incorporating play as a core teaching practice, and supporting the development of executive function skills critical for young children.<\/li>\n<\/ul> <\/div>  <\/div> <hr class=\"my-3\"> <div class=\"iwi-accordion iwi-no-collapse\"> <h4 class=\"iwi-target-container1\"> <a href=\"#\"> NC DCDEE Credentials <\/a> <\/h4> <div id=\"container1\" class=\"\"> Eligible to apply for the NCDCDEE Credentials listed below through the NC Division of Child Development and Early Education Workforce Education Unit after successfully completing the following community college coursework<\/p>\n<ul>\n<li class=\"pb-2\">\n<h6>NC Early Childhood Credential<\/h6>\n<p>NCECC =  Intro to Early Childhood Education (EDU 119)<\/li>\n<li class=\"pb-2\">\n<h6>NC School-Age Child Care Credential<\/h6>\n<p>NCSACCC = Child Development II (EDU 145 ) and School-Age Development and Program (EDU 235 )<br \/>\n<strong>or  <\/strong>Child Development II (EDU 145) <strong>and  <\/strong>School-Age Program Administration (EDU 263)<\/li>\n<li class=\"pb-2\">\n<h6>NC Child Early Childhood Administrator Credential<\/h6>\n<p>NCECAC = Early Childhood Administration I (EDU 261) <strong>and <\/strong>Early Childhood Administration II ( EDU 262)<\/ul>\n<\/li> <\/div>  <\/div> <hr class=\"my-3\"> <div class=\"iwi-accordion\"> <h4 class=\" iwi-target-accreditation\"> <a href=\"#\"> Accreditation <\/a> <\/h3> <div id=\"accreditation\" class=\"\"> <p>The Career Track A.A.S., B-K Licensure Transfer, and the Non-Licensure Transfer Associate Degrees, at Cape Fear Community College are accredited by the Commission on the Accreditation of Early Childhood Higher Education Programs of the <a href=\"https:\/\/www.naeyc.org\/\" rel=\"noopener\" target=\"_blank\"> National Association for the Education of Young Children <\/a> .<\/p>\n<p>The current accreditation term runs from 7\/2019 through 7\/2026.<br \/>\n<\/p> <div class=\"flex-row d-flex\">  <\/div>  <div class=\"mr-3\"> <a href=\"https:\/\/www.naeyc.org\/\" target=\"_blank\" rel=\"noopener noreferrer\"> <img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-9\" src=\"\/early-childhood-education\/wp-content\/uploads\/sites\/88\/2019\/09\/National-Association-for-the-Education-of-Young-Children.jpg\" alt=\"National Association for the Education of Young Children\" width=\"145\" height=\"80\" \/> <\/a> <\/div>  <div class=\"\">  <\/div> <p><strong>National Association for the Education of Young Children<\/strong><br \/>\n1401 H. St. NW, Suite 600<br \/>\nWashington, D.C. 20005 <\/div>  <\/div> <hr class=\"my-3\"> <div class=\"iwi-accordion iwi-no-collapse\"> <h4 class=\"iwi-target-success\"> <a href=\"#\"> Student Success <\/a> <\/h4> <div id=\"success\" class=\"\"> <h6>Number of Program Completers by Academic Year<\/h6>\n<table class=\"table table-striped table-bordered\">\n<thead>\n<tr>\n<th scope=\"col\">Program Name<\/th>\n<th scope=\"col\">Academic Year<\/th>\n<th scope=\"col\">Number of Completers<\/th>\n<th scope=\"col\">% Full-Time<\/th>\n<th scope=\"col\">% Part-Time<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\" rowspan=\"3\" style=\"font-weight: normal;\">A55220C &#8211; Early Childhood Career Track A.A.S.<\/th>\n<td>2025-2026<\/td>\n<td>2<\/td>\n<td>0%<\/td>\n<td>100%<\/td>\n<\/tr>\n<tr>\n<td>2024-2025<\/td>\n<td>2<\/td>\n<td>0%<\/td>\n<td>100%<\/td>\n<\/tr>\n<tr>\n<td>2023-2024<\/td>\n<td>2<\/td>\n<td>0%<\/td>\n<td>100%<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\" rowspan=\"3\" style=\"font-weight: normal;\">A55220NL &#8211; Early Childhood Education Non-Licensure Transfer A.A.S.<\/th>\n<td>2025-2026<\/td>\n<td>0<\/td>\n<td>0%<\/td>\n<td>0%<\/td>\n<\/tr>\n<tr>\n<td>2024-2025<\/td>\n<td>0<\/td>\n<td>0%<\/td>\n<td>0%<\/td>\n<\/tr>\n<tr>\n<td>2023-2024<\/td>\n<td>1<\/td>\n<td>0%<\/td>\n<td>100%<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\" rowspan=\"3\" style=\"font-weight: normal;\">A55220L &#8211; Early Childhood Education Licensure Transfer A.A.S.<\/th>\n<td>2025-2026<\/td>\n<td>0<\/td>\n<td>0%<\/td>\n<td>0%<\/td>\n<\/tr>\n<tr>\n<td>2024-2025<\/td>\n<td>0<\/td>\n<td>0%<\/td>\n<td>0%<\/td>\n<\/tr>\n<tr>\n<td>2023-2024<\/td>\n<td>3<\/td>\n<td>0%<\/td>\n<td>100%<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<hr>\n<h6>Percentage of Full-Time Candidates Completing Program within 150% of Timeframe<\/h6>\n<table class=\"table table-striped table-bordered\">\n<thead>\n<tr>\n<th scope=\"col\">Program Name<\/th>\n<th scope=\"col\">Academic Year<\/th>\n<th scope=\"col\">Completion Rate (150%)<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<th scope=\"row\" rowspan=\"3\">A55220C &#8211; Early Childhood Career Track A.A.S.<\/th>\n<td>2025-2026<\/td>\n<td>0%<\/td>\n<\/tr>\n<tr>\n<td>2024-2025<\/td>\n<td>0%<\/td>\n<\/tr>\n<tr>\n<td>2023-2024<\/td>\n<td>0%<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\" rowspan=\"3\">A55220NL &#8211; Non-Licensure Transfer A.A.S.<\/th>\n<td>2025-2026<\/td>\n<td>0%<\/td>\n<\/tr>\n<tr>\n<td>2024-2025<\/td>\n<td>0%<\/td>\n<\/tr>\n<tr>\n<td>2023-2024<\/td>\n<td>0%<\/td>\n<\/tr>\n<tr>\n<th scope=\"row\" rowspan=\"3\">A55220L &#8211; Licensure Transfer A.A.S.<\/th>\n<td>2025-2026<\/td>\n<td>0%<\/td>\n<\/tr>\n<tr>\n<td>2024-2025<\/td>\n<td>0%<\/td>\n<\/tr>\n<tr>\n<td>2023-2024<\/td>\n<td>0%<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<hr>\n<h6>Fall-to-Fall Retention Rates by Program and Status<\/h6>\n<table class=\"table table-striped table-bordered\">\n<thead>\n<tr>\n<th scope=\"col\">Program Name<\/th>\n<th scope=\"col\">Academic Year<\/th>\n<th scope=\"col\">Part-Time % of Total<\/th>\n<th scope=\"col\">Part-Time Retention<\/th>\n<th scope=\"col\">Full-Time % of Total<\/th>\n<th scope=\"col\">Full-Time Retention<\/th>\n<\/tr>\n<\/thead>\n<tbody><!-- A55220C -->\n<tr>\n<th scope=\"row\" rowspan=\"3\">A55220C (Career Track)<\/th>\n<td>2025-2026<\/td>\n<td>58%<\/td>\n<td>25<\/td>\n<td>38%<\/td>\n<td>5<\/td>\n<\/tr>\n<tr>\n<td>2024-2025<\/td>\n<td>56%<\/td>\n<td>35<\/td>\n<td>53%<\/td>\n<td>9<\/td>\n<\/tr>\n<tr>\n<td>2023-2024<\/td>\n<td>50%<\/td>\n<td>10<\/td>\n<td>80%<\/td>\n<td>4<\/td>\n<\/tr>\n<!-- A55220NL -->\n<tr>\n<th scope=\"row\" rowspan=\"3\">A55220NL (Non-Licensure)<\/th>\n<td>2025-2026<\/td>\n<td>0%<\/td>\n<td>0<\/td>\n<td>50%<\/td>\n<td>1<\/td>\n<\/tr>\n<tr>\n<td>2024-2025<\/td>\n<td>0%<\/td>\n<td>0<\/td>\n<td>0%<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>2023-2024<\/td>\n<td>67%<\/td>\n<td>2<\/td>\n<td>0%<\/td>\n<td>0<\/td>\n<\/tr>\n<!-- A55220L -->\n<tr>\n<th scope=\"row\" rowspan=\"3\">A55220L (Licensure)<\/th>\n<td>2025-2026<\/td>\n<td>67%<\/td>\n<td>6<\/td>\n<td>75%<\/td>\n<td>3<\/td>\n<\/tr>\n<tr>\n<td>2024-2025<\/td>\n<td>50%<\/td>\n<td>4<\/td>\n<td>43%<\/td>\n<td>3<\/td>\n<\/tr>\n<tr>\n<td>2023-2024<\/td>\n<td>69%<\/td>\n<td>9<\/td>\n<td>50%<\/td>\n<td>1<\/td>\n<\/tr>\n<\/tbody>\n<\/table> <\/div>  <\/div> <hr class=\"my-3\"> <div class=\"iwi-accordion iwi-no-collapse\"> <h4 class=\"iwi-target-container2\"> <a href=\"#\"> Related Links <\/a> <\/h4> <div id=\"container2\" class=\"\"> NAEYC<br \/> <a href=\"http:\/\/www.naeyc.org\/\"> naeyc.org<\/p>\n<p>NC Association for the Education of Young Children<br \/> <a href=\"http:\/\/ncaeyc.org\/\"> NCaeyc.org <\/a> \n<p>NC Division of Child Development and Early Learning<br \/> <a href=\"\"> ncchildcare.dhhs.state.nc.us <\/a> \n<p>Child Care Services Association   info on T.E.A.C.H., Wages, Child care, etc<br \/> <a href=\"http:\/\/www.childcareservices.org\/\"> childcareservices.org <\/a> \n<p>Frank Porter Graham<br \/> <a href=\"https:\/\/fpg.unc.edu\/\" target=\"_blank\" rel=\"noopener noreferrer\"> fpg.unc.edu <\/a> \n<p>Smart Start of New Hanover County<br \/> <a href=\"http:\/\/www.newhanoverkids.org\/\"> newhanoverkids.org <\/a> \n<p>NC Institute for Child Development Professionals<br \/> <a href=\"http:\/\/ncicdp.org\/\"> ncicdp.org <\/a>  <\/div>  <\/div> <hr class=\"my-5\">\n<h3>Career and Job Information<\/h3> <div id=\"jobData-widget-container\"> <label for=\"jobData-select\"><strong>Choose a Pathway:<\/strong><\/label><br \/>\n  <select id=\"jobData-select\"><option value=\"D55220\">Early Childhood Education Diploma (D55220)<\/option><option value=\"A55220L\">Early Childhood Education, B-K Licensure Transfer (A55220L)<\/option><option value=\"A55220C\">Early Childhood Education, Career Track A.A.S. (A55220C)<\/option><option value=\"C55220IT\">Early Childhood Education, Infant \/ Toddler Care Certificate(C55220IT)<\/option><option value=\"C55220IP\">Early Childhood Education, Infant\/Toddler CTE Pathway(C55220IP)<\/option><option value=\"A55220NL\">Early Childhood Education, Non-Licensure Transfer (A55220NL)<\/option><option value=\"C55220PE\">Early Childhood Education, Preschool Certificate (C55220PE)<\/option><option value=\"C55220PP\">Early Childhood Education, Preschool Certificate CTE Pathway(C55220PP)<\/option><\/select><\/p> <div id=\"iframe-wrapper\">  <div class=\"jobData-iframe\" data-code=\"D55220\" style=\"display:none;\"><!-- Early Childhood Education Diploma (D55220) -->\n  <iframe onload=\"initializeScripts('program-widget-4ac577', 'https:\/\/widget.lightcastcc.com')\" id=\"program-widget-4ac577\" title=\"Career and Job data widget\" style=\"border: 0; min-width: 100%; width: 1px\" src=\"https:\/\/widget.lightcastcc.com?hasCareerList=true&#038;hasEmployment=true&#038;hasAllLocations=false&#038;hasImages=true&#038;hasJobOpenings=true&#038;hasNationalData=true&#038;hasOutlook=true&#038;hasSkills=true&#038;hasVisitButton=true&#038;hasWages=true&#038;isHourlyWage=true&#038;labelSet=default&#038;clientId=cfcc&#038;locationName=Wilmington%20Area&#038;orderCareersBy=None&#038;primaryColor=%23005DAB&#038;programs=D55220&#038;visitButtonColor=%23005DAB&#038;headingText=CFCC%20students%20who%20study%20%23Early%20Childhood%20Education%20Diploma%20(D55220)%23%20can%20go%20into%20these%20careers%3A\"><\/iframe><script type=\"text\/javascript\" src=\"https:\/\/widget.lightcastcc.com\/scripts.js\"><\/script> <\/div>  <div class=\"jobData-iframe\" data-code=\"A55220L\" style=\"display:none;\"><!-- Early Childhood Education, B-K Licensure Transfer (A55220L) -->\n  <iframe onload=\"initializeScripts('program-widget-e2aec1', 'https:\/\/widget.lightcastcc.com')\" id=\"program-widget-e2aec1\" title=\"Career and Job data widget\" style=\"border: 0; min-width: 100%; width: 1px\" src=\"https:\/\/widget.lightcastcc.com?hasCareerList=true&#038;hasEmployment=true&#038;hasAllLocations=false&#038;hasImages=true&#038;hasJobOpenings=true&#038;hasNationalData=true&#038;hasOutlook=true&#038;hasSkills=true&#038;hasVisitButton=true&#038;hasWages=true&#038;isHourlyWage=true&#038;labelSet=default&#038;clientId=cfcc&#038;locationName=Wilmington%20Area&#038;orderCareersBy=None&#038;primaryColor=%23005DAB&#038;programs=A55220L&#038;visitButtonColor=%23005DAB&#038;headingText=CFCC%20students%20who%20study%20%23Early%20Childhood%20Education%2C%20B-K%20Licensure%20Transfer%20(A55220L)%23%20can%20go%20into%20these%20careers%3A\"><\/iframe><script type=\"text\/javascript\" src=\"https:\/\/widget.lightcastcc.com\/scripts.js\"><\/script> <\/div>  <div class=\"jobData-iframe\" data-code=\"A55220C\" style=\"display:none;\"><!-- Early Childhood Education, Career Track A.A.S. (A55220C) -->\n  <iframe onload=\"initializeScripts('program-widget-9e2ed7', 'https:\/\/widget.lightcastcc.com')\" id=\"program-widget-9e2ed7\" title=\"Career and Job data widget\" style=\"border: 0; min-width: 100%; width: 1px\" src=\"https:\/\/widget.lightcastcc.com?hasCareerList=true&#038;hasEmployment=true&#038;hasAllLocations=false&#038;hasImages=true&#038;hasJobOpenings=true&#038;hasNationalData=true&#038;hasOutlook=true&#038;hasSkills=true&#038;hasVisitButton=true&#038;hasWages=true&#038;isHourlyWage=true&#038;labelSet=default&#038;clientId=cfcc&#038;locationName=Wilmington%20Area&#038;orderCareersBy=None&#038;primaryColor=%23005DAB&#038;programs=A55220C&#038;visitButtonColor=%23005DAB&#038;headingText=CFCC%20students%20who%20study%20%23Early%20Childhood%20Education%2C%20Career%20Track%20A.A.S.%20(A55220C)%23%20can%20go%20into%20these%20careers%3A\"><\/iframe><script type=\"text\/javascript\" src=\"https:\/\/widget.lightcastcc.com\/scripts.js\"><\/script> <\/div>  <div class=\"jobData-iframe\" data-code=\"C55220IT\" style=\"display:none;\"><!-- Early Childhood Education, Infant \/ Toddler Care Certificate(C55220IT) -->\n  <iframe onload=\"initializeScripts('program-widget-d23336', 'https:\/\/widget.lightcastcc.com')\" id=\"program-widget-d23336\" title=\"Career and Job data widget\" style=\"border: 0; min-width: 100%; width: 1px\" src=\"https:\/\/widget.lightcastcc.com?hasCareerList=true&#038;hasEmployment=true&#038;hasAllLocations=false&#038;hasImages=true&#038;hasJobOpenings=true&#038;hasNationalData=true&#038;hasOutlook=true&#038;hasSkills=true&#038;hasVisitButton=true&#038;hasWages=true&#038;isHourlyWage=true&#038;labelSet=default&#038;clientId=cfcc&#038;locationName=Wilmington%20Area&#038;orderCareersBy=None&#038;primaryColor=%23005DAB&#038;programs=C55220IT&#038;visitButtonColor=%23005DAB&#038;headingText=CFCC%20students%20who%20study%20%23Early%20Childhood%20Education%2C%20Infant%20%2F%20Toddler%20Care%20Certificate(C55220IT)%23%20can%20go%20into%20these%20careers%3A\"><\/iframe><script type=\"text\/javascript\" src=\"https:\/\/widget.lightcastcc.com\/scripts.js\"><\/script> <\/div>  <div class=\"jobData-iframe\" data-code=\"C55220IP\" style=\"display:none;\"><!-- Early Childhood Education, Infant\/Toddler CTE Pathway(C55220IP) -->\n  <iframe onload=\"initializeScripts('program-widget-a012c6', 'https:\/\/widget.lightcastcc.com')\" id=\"program-widget-a012c6\" title=\"Career and Job data widget\" style=\"border: 0; min-width: 100%; width: 1px\" src=\"https:\/\/widget.lightcastcc.com?hasCareerList=true&#038;hasEmployment=true&#038;hasAllLocations=false&#038;hasImages=true&#038;hasJobOpenings=true&#038;hasNationalData=true&#038;hasOutlook=true&#038;hasSkills=true&#038;hasVisitButton=true&#038;hasWages=true&#038;isHourlyWage=true&#038;labelSet=default&#038;clientId=cfcc&#038;locationName=Wilmington%20Area&#038;orderCareersBy=None&#038;primaryColor=%23005DAB&#038;programs=C55220IP&#038;visitButtonColor=%23005DAB&#038;headingText=CFCC%20students%20who%20study%20%23Early%20Childhood%20Education%2C%20Infant%2FToddler%20CTE%20Pathway(C55220IP)%23%20can%20go%20into%20these%20careers%3A\"><\/iframe><script type=\"text\/javascript\" src=\"https:\/\/widget.lightcastcc.com\/scripts.js\"><\/script> <\/div>  <div class=\"jobData-iframe\" data-code=\"A55220NL\" style=\"display:none;\"><!-- Early Childhood Education, Non-Licensure Transfer (A55220NL) -->\n  <iframe onload=\"initializeScripts('program-widget-903434', 'https:\/\/widget.lightcastcc.com')\" id=\"program-widget-903434\" title=\"Career and Job data widget\" style=\"border: 0; min-width: 100%; width: 1px\" src=\"https:\/\/widget.lightcastcc.com?hasCareerList=true&#038;hasEmployment=true&#038;hasAllLocations=false&#038;hasImages=true&#038;hasJobOpenings=true&#038;hasNationalData=true&#038;hasOutlook=true&#038;hasSkills=true&#038;hasVisitButton=true&#038;hasWages=true&#038;isHourlyWage=true&#038;labelSet=default&#038;clientId=cfcc&#038;locationName=Wilmington%20Area&#038;orderCareersBy=None&#038;primaryColor=%23005DAB&#038;programs=A55220NL&#038;visitButtonColor=%23005DAB&#038;headingText=CFCC%20students%20who%20study%20%23Early%20Childhood%20Education%2C%20Non-Licensure%20Transfer%20(A55220NL)%23%20can%20go%20into%20these%20careers%3A\"><\/iframe><script type=\"text\/javascript\" src=\"https:\/\/widget.lightcastcc.com\/scripts.js\"><\/script> <\/div>  <div class=\"jobData-iframe\" data-code=\"C55220PE\" style=\"display:none;\"><!-- Early Childhood Education, Preschool Certificate (C55220PE) -->\n  <iframe onload=\"initializeScripts('program-widget-943446', 'https:\/\/widget.lightcastcc.com')\" id=\"program-widget-943446\" title=\"Career and Job data widget\" style=\"border: 0; min-width: 100%; width: 1px\" src=\"https:\/\/widget.lightcastcc.com?hasCareerList=true&#038;hasEmployment=true&#038;hasAllLocations=false&#038;hasImages=true&#038;hasJobOpenings=true&#038;hasNationalData=true&#038;hasOutlook=true&#038;hasSkills=true&#038;hasVisitButton=true&#038;hasWages=true&#038;isHourlyWage=true&#038;labelSet=default&#038;clientId=cfcc&#038;locationName=Wilmington%20Area&#038;orderCareersBy=None&#038;primaryColor=%23005DAB&#038;programs=C55220PE&#038;visitButtonColor=%23005DAB&#038;headingText=CFCC%20students%20who%20study%20%23Early%20Childhood%20Education%2C%20Preschool%20Certificate%20(C55220PE)%23%20can%20go%20into%20these%20careers%3A\"><\/iframe><script type=\"text\/javascript\" src=\"https:\/\/widget.lightcastcc.com\/scripts.js\"><\/script> <\/div>  <div class=\"jobData-iframe\" data-code=\"C55220PP\" style=\"display:none;\"><!-- Early Childhood Education, Preschool Certificate CTE Pathway(C55220PP) -->\n  <iframe onload=\"initializeScripts('program-widget-7cc0dc', 'https:\/\/widget.lightcastcc.com')\" id=\"program-widget-7cc0dc\" title=\"Career and Job data widget\" style=\"border: 0; min-width: 100%; width: 1px\" src=\"https:\/\/widget.lightcastcc.com?hasCareerList=true&#038;hasEmployment=true&#038;hasAllLocations=false&#038;hasImages=true&#038;hasJobOpenings=true&#038;hasNationalData=true&#038;hasOutlook=true&#038;hasSkills=true&#038;hasVisitButton=true&#038;hasWages=true&#038;isHourlyWage=true&#038;labelSet=default&#038;clientId=cfcc&#038;locationName=Wilmington%20Area&#038;orderCareersBy=None&#038;primaryColor=%23005DAB&#038;programs=C55220PP&#038;visitButtonColor=%23005DAB&#038;headingText=CFCC%20students%20who%20study%20%23Early%20Childhood%20Education%2C%20Preschool%20Certificate%20CTE%20Pathway(C55220PP)%23%20can%20go%20into%20these%20careers%3A\"><\/iframe><script type=\"text\/javascript\" src=\"https:\/\/widget.lightcastcc.com\/scripts.js\"><\/script> <\/div>  <\/div>  <\/div> ","protected":false},"excerpt":{"rendered":"<p>Whether you are looking to enter the workforce quickly through a specialized certificate, earn while you learn in our apprenticeship program, or pursue a transfer-ready A.A.S. degree for B-K licensure, we provide the path to get you there. Why Choose CFCC for Early Childhood Education? CFCC\u2019s Early Childhood Education program provides the expert training needed [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":18,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_expiration-date-status":"","_expiration-date":0,"_expiration-date-type":"","_expiration-date-categories":[],"_expiration-date-options":[]},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Early Childhood Education | Cape Fear Community College<\/title>\n<meta name=\"description\" content=\"Master the art of teaching from infancy to middle childhood. CFCC offers NAEYC-accredited Early Childhood Education degrees, certificates, and apprenticeships. Gain the NC DCDEE credentials needed for a rewarding career in education.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cfcc.edu\/early-childhood-education\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Early Childhood Education | Cape Fear Community College\" \/>\n<meta property=\"og:description\" content=\"Master the art of teaching from infancy to middle childhood. CFCC offers NAEYC-accredited Early Childhood Education degrees, certificates, and apprenticeships. Gain the NC DCDEE credentials needed for a rewarding career in education.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cfcc.edu\/early-childhood-education\/\" \/>\n<meta property=\"og:site_name\" content=\"Early Childhood Education\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/capefearcc\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-09T19:49:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cfcc.edu\/early-childhood-education\/wp-content\/uploads\/sites\/88\/2019\/09\/early-childhood-ed.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2400\" \/>\n\t<meta property=\"og:image:height\" content=\"1260\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@cfcc\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cfcc.edu\/early-childhood-education\/\",\"url\":\"https:\/\/cfcc.edu\/early-childhood-education\/\",\"name\":\"Early Childhood Education | Cape Fear Community College\",\"isPartOf\":{\"@id\":\"https:\/\/cfcc.edu\/early-childhood-education\/#website\"},\"datePublished\":\"2019-08-19T19:45:56+00:00\",\"dateModified\":\"2026-06-09T19:49:51+00:00\",\"description\":\"Master the art of teaching from infancy to middle childhood. CFCC offers NAEYC-accredited Early Childhood Education degrees, certificates, and apprenticeships. Gain the NC DCDEE credentials needed for a rewarding career in education.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cfcc.edu\/early-childhood-education\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cfcc.edu\/early-childhood-education\/#website\",\"url\":\"https:\/\/cfcc.edu\/early-childhood-education\/\",\"name\":\"Early Childhood Education\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/cfcc.edu\/early-childhood-education\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cfcc.edu\/early-childhood-education\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cfcc.edu\/early-childhood-education\/#organization\",\"name\":\"Cape Fear Community College\",\"alternateName\":\"CFCC\",\"url\":\"https:\/\/cfcc.edu\/early-childhood-education\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cfcc.edu\/early-childhood-education\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cfcc.edu\/early-childhood-education\/wp-content\/uploads\/sites\/88\/2019\/09\/early-childhood-ed.jpg\",\"contentUrl\":\"https:\/\/cfcc.edu\/early-childhood-education\/wp-content\/uploads\/sites\/88\/2019\/09\/early-childhood-ed.jpg\",\"width\":2400,\"height\":1260,\"caption\":\"Cape Fear Community College\"},\"image\":{\"@id\":\"https:\/\/cfcc.edu\/early-childhood-education\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/capefearcc\",\"https:\/\/twitter.com\/cfcc\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Early Childhood Education | Cape Fear Community College","description":"Master the art of teaching from infancy to middle childhood. CFCC offers NAEYC-accredited Early Childhood Education degrees, certificates, and apprenticeships. Gain the NC DCDEE credentials needed for a rewarding career in education.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cfcc.edu\/early-childhood-education\/","og_locale":"en_US","og_type":"article","og_title":"Early Childhood Education | Cape Fear Community College","og_description":"Master the art of teaching from infancy to middle childhood. CFCC offers NAEYC-accredited Early Childhood Education degrees, certificates, and apprenticeships. Gain the NC DCDEE credentials needed for a rewarding career in education.","og_url":"https:\/\/cfcc.edu\/early-childhood-education\/","og_site_name":"Early Childhood Education","article_publisher":"https:\/\/www.facebook.com\/capefearcc","article_modified_time":"2026-06-09T19:49:51+00:00","og_image":[{"width":2400,"height":1260,"url":"https:\/\/cfcc.edu\/early-childhood-education\/wp-content\/uploads\/sites\/88\/2019\/09\/early-childhood-ed.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@cfcc","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cfcc.edu\/early-childhood-education\/","url":"https:\/\/cfcc.edu\/early-childhood-education\/","name":"Early Childhood Education | Cape Fear Community College","isPartOf":{"@id":"https:\/\/cfcc.edu\/early-childhood-education\/#website"},"datePublished":"2019-08-19T19:45:56+00:00","dateModified":"2026-06-09T19:49:51+00:00","description":"Master the art of teaching from infancy to middle childhood. CFCC offers NAEYC-accredited Early Childhood Education degrees, certificates, and apprenticeships. Gain the NC DCDEE credentials needed for a rewarding career in education.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cfcc.edu\/early-childhood-education\/"]}]},{"@type":"WebSite","@id":"https:\/\/cfcc.edu\/early-childhood-education\/#website","url":"https:\/\/cfcc.edu\/early-childhood-education\/","name":"Early Childhood Education","description":"","publisher":{"@id":"https:\/\/cfcc.edu\/early-childhood-education\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cfcc.edu\/early-childhood-education\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cfcc.edu\/early-childhood-education\/#organization","name":"Cape Fear Community College","alternateName":"CFCC","url":"https:\/\/cfcc.edu\/early-childhood-education\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cfcc.edu\/early-childhood-education\/#\/schema\/logo\/image\/","url":"https:\/\/cfcc.edu\/early-childhood-education\/wp-content\/uploads\/sites\/88\/2019\/09\/early-childhood-ed.jpg","contentUrl":"https:\/\/cfcc.edu\/early-childhood-education\/wp-content\/uploads\/sites\/88\/2019\/09\/early-childhood-ed.jpg","width":2400,"height":1260,"caption":"Cape Fear Community College"},"image":{"@id":"https:\/\/cfcc.edu\/early-childhood-education\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/capefearcc","https:\/\/twitter.com\/cfcc"]}]}},"_links":{"self":[{"href":"https:\/\/cfcc.edu\/early-childhood-education\/wp-json\/wp\/v2\/pages\/2"}],"collection":[{"href":"https:\/\/cfcc.edu\/early-childhood-education\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cfcc.edu\/early-childhood-education\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cfcc.edu\/early-childhood-education\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/cfcc.edu\/early-childhood-education\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":101,"href":"https:\/\/cfcc.edu\/early-childhood-education\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":165,"href":"https:\/\/cfcc.edu\/early-childhood-education\/wp-json\/wp\/v2\/pages\/2\/revisions\/165"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cfcc.edu\/early-childhood-education\/wp-json\/wp\/v2\/media\/18"}],"wp:attachment":[{"href":"https:\/\/cfcc.edu\/early-childhood-education\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}