  {"id":85,"date":"2012-01-09T13:48:05","date_gmt":"2012-01-09T19:48:05","guid":{"rendered":"http:\/\/new.maryville.edu\/ed\/?page_id=85"},"modified":"2024-03-25T13:37:15","modified_gmt":"2024-03-25T18:37:15","slug":"educational-leadership-principal-certification","status":"publish","type":"page","link":"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/","title":{"rendered":"MA Education &#8211; Educational Administration"},"content":{"rendered":"<style>.captcha { padding-bottom:0px!important;}\n.wForm .captchaHelp {display:none; margin-top:-40px!important; font-size:12px!important;}\n#google-captcha {margin-top: -35px; }\n.pp-form-holder {<br \/>\n   margin-top:15px!important;}\n.pp-form-holder {\n   margin-top:15px!important;}\n.grad-program-page #tfa_61-D, .grad-program-page #tfa_72-D {\nwidth:48%!important;\n}\n.grad-program-page #tfa_60-D, .grad-program-page #tfa_1-D {\nwidth:48%!important;\n}\n<\/style>\n<p><a name=\"page-top\"><\/a><\/p>\n<div class=\"grad-program-page\">\n<div class=\"pp-body new-grad-page\"><script src=\"https:\/\/fast.wistia.com\/embed\/medias\/mv42g9h8z8.jsonp\" async><\/script><script src=\"https:\/\/fast.wistia.com\/assets\/external\/E-v1.js\" async><\/script><script src=\"https:\/\/fast.wistia.com\/embed\/medias\/oeupv2mya5.jsonp\" async><\/script><\/p>\n<div class=\"pp-main-container\">\n<div id=\"pp-program-header-image\" alt=\"Professionals having a discussion\" class=\"pp-program-header-image show-for-medium\" style=\"background-image: url('/ed/wp-json/wp/v2/pages/85/ed/wp-content/uploads/sites/11/2019/10/two-mature-students-working-on-laptop-in-college-P5JBWRY.jpg');\">\n<div class=\"grid-x\">\n<div class=\"small-12 medium-12 large-7 cell\">\n<div class=\"pp-program-title-container\">\n<h1 class=\"pp-program-title\">MA EDUCATION &#8211; EDUCATIONAL ADMINISTRATION<\/h1>\n<\/p><\/div><\/div>\n<div class=\"small-12 medium-12 large-5 show-for-large\">\n\t<!-- Form Assembly Form --><\/p>\n<div class=\"pp-form-holder\">\n<p class=\"pp-form-title\">REQUEST INFORMATION<\/p>\n<style>.wForm form{text-align: left;}<\/style><!-- FORM: HEAD SECTION -->\n    <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n    <meta name=\"referrer\" content=\"no-referrer-when-downgrade\">\n    <!-- THIS SCRIPT NEEDS TO BE LOADED FIRST BEFORE wforms.js -->\n    <script type=\"text\/javascript\" data-for=\"FA__DOMContentLoadedEventDispatch\" src=\"https:\/\/maryvilleuniversity.tfaforms.net\/js\/FA__DOMContentLoadedEventDispatcher.js\" defer><\/script>\n                    <style>\n                    .captcha {\n                        padding-bottom: 1em !important;\n                    }\n                    .wForm .captcha .oneField {\n                        margin: 0;\n                        padding: 0;\n                    }\n                <\/style>\n                <script type=\"text\/javascript\">\n                    \/\/ initialize our variables\n                    var captchaReady = 0;\n                    var wFORMSReady = 0;\n                    var isConditionalSubmitEnabled = false;\n\n                    \/\/ when wForms is loaded call this\n                    var wformsReadyCallback = function () {\n                        \/\/ using this var to denote if wForms is loaded\n                        wFORMSReady = 1;\n                        isConditionalSubmitEnabled = document.getElementById('submit_button').hasAttribute('data-condition');\n                        \/\/ call our recaptcha function which is dependent on both\n                        \/\/ wForms and an async call to google\n                        \/\/ note the meat of this function wont fire until both\n                        \/\/ wFORMSReady = 1 and captchaReady = 1\n                        onloadCallback();\n                    }\n                    var gCaptchaReadyCallback = function() {\n                        \/\/ using this var to denote if captcha is loaded\n                        captchaReady = 1;\n                        isConditionalSubmitEnabled = document.getElementById('submit_button').hasAttribute('data-condition');\n                        \/\/ call our recaptcha function which is dependent on both\n                        \/\/ wForms and an async call to google\n                        \/\/ note the meat of this function wont fire until both\n                        \/\/ wFORMSReady = 1 and captchaReady = 1\n                        onloadCallback();\n                    };\n\n                    \/\/ add event listener to fire when wForms is fully loaded\n                    document.addEventListener(\"wFORMSLoaded\", wformsReadyCallback);\n\n                    var enableSubmitButton = function() {\n                        var submitButton = document.getElementById('submit_button');\n                        var explanation = document.getElementById('disabled-explanation');\n                        var isConditionalSubmitConditionMet = wFORMS.behaviors.condition.isConditionalSubmitConditionMet;\n                        if (\n                            submitButton != null &&\n                            (isConditionalSubmitEnabled && isConditionalSubmitConditionMet) ||\n                            !isConditionalSubmitEnabled\n                        )\n                        {\n                            submitButton.removeAttribute('disabled');\n                            if (explanation != null) {\n                                explanation.style.display = 'none';\n                            }\n                        }\n                    };\n                    var disableSubmitButton = function() {\n                        var submitButton = document.getElementById('submit_button');\n                        var explanation = document.getElementById('disabled-explanation');\n                        if (submitButton != null) {\n                            submitButton.disabled = true;\n                            if (explanation != null) {\n                                explanation.style.display = 'block';\n                            }\n                        }\n                    };\n\n                    \/\/ call this on both captcha async complete and wforms fully\n                    \/\/ initialized since we can't be sure which will complete first\n                    \/\/ and we need both done for this to function just check that they are\n                    \/\/ done to fire the functionality\n                    var onloadCallback = function () {\n                        \/\/ if our captcha is ready (async call completed)\n                        \/\/ and wFORMS is completely loaded then we are ready to add\n                        \/\/ the captcha to the page\n                        if (captchaReady && wFORMSReady) {\n                            \/\/ Prevent both concurrent and sequential executions\n                            if (window.isCreatingCaptcha || window.hasCaptchaRendered) {\n                                return;\n                            }\n                            window.isCreatingCaptcha = true;\n\n                            try {\n                                var submitButton = document.getElementById('submit_button');\n                                var formContainer = submitButton.closest('form') || submitButton.closest('.wFormContainer');\n                                var faCaptcha = null;\n\n                                if (formContainer) {\n                                    faCaptcha = formContainer.querySelector('#google-captcha');\n                                }\n\n                                \/\/ Also check if captcha was appended to body as fallback (look for FA-specific structure)\n                                if (!faCaptcha) {\n                                    var bodyCaptchas = document.querySelectorAll('body > #google-captcha');\n                                    for (var i = 0; i < bodyCaptchas.length; i++) {\n                                        \/\/ Verify it's a FormAssembly captcha by checking for specific structure\n                                        if (bodyCaptchas[i].querySelector('.captcha .oneField .g-recaptcha')) {\n                                            faCaptcha = bodyCaptchas[i];\n                                            break;\n                                        }\n                                    }\n                                }\n\n                                if (faCaptcha) { \n                                    if (faCaptcha.parentNode) {\n                                        faCaptcha.parentNode.removeChild(faCaptcha);\n                                    } \n                                }\n\n                            \/\/ Now create a new captcha container\n                            var captchaContainer = document.createElement('div');\n                            captchaContainer.id = 'google-captcha';\n                            \n                            var captchaDiv = document.createElement('div');\n                            captchaDiv.className = 'captcha';\n                            \n                            var oneFieldDiv = document.createElement('div');\n                            oneFieldDiv.className = 'oneField';\n                            \n                            var recaptchaElement = document.createElement('div');\n                            recaptchaElement.id = 'g-recaptcha-render-div';\n                            recaptchaElement.className = 'g-recaptcha';\n                            \n                            var errorDiv = document.createElement('div');\n                            errorDiv.className = 'g-captcha-error';\n                            \n                            var helpDiv = document.createElement('div');\n                            helpDiv.className = 'captchaHelp';\n                            helpDiv.innerHTML = 'reCAPTCHA helps prevent automated form spam.<br>';\n                            \n                            var disabledDiv = document.createElement('div');\n                            disabledDiv.id = 'disabled-explanation';\n                            disabledDiv.className = 'captchaHelp';\n                            disabledDiv.style.display = 'block';\n                            disabledDiv.innerHTML = 'The submit button will be disabled until you complete the CAPTCHA.';\n                            \n                            oneFieldDiv.appendChild(recaptchaElement);\n                            oneFieldDiv.appendChild(errorDiv);\n                            oneFieldDiv.appendChild(document.createElement('br'));\n                            captchaDiv.appendChild(oneFieldDiv);\n                            captchaDiv.appendChild(helpDiv);\n                            captchaDiv.appendChild(disabledDiv);\n                            captchaContainer.appendChild(document.createElement('br'));\n                            captchaContainer.appendChild(captchaDiv);\n                            \n                            if (submitButton && submitButton.parentNode) {\n                                submitButton.parentNode.insertBefore(captchaContainer, submitButton);\n                            } else {\n                                \/\/ Fallback: append to body if submit button not found.\n                                document.body.appendChild(captchaContainer);\n                            }\n                        } finally {\n                            window.isCreatingCaptcha = false;\n                        }\n                            \n                            grecaptcha.enterprise.render('g-recaptcha-render-div', {\n                                'sitekey': '6LfMg_EaAAAAAMhDNLMlgqDChzmtYHlx1yU2y7GI',\n                                'theme': 'light',\n                                'size': 'normal',\n                                'callback': 'enableSubmitButton',\n                                'expired-callback': 'disableSubmitButton'\n                            });\n                            window.hasCaptchaRendered = true;\n                            var oldRecaptchaCheck = parseInt('1');\n                            if (oldRecaptchaCheck === -1) {\n                                var standardCaptcha = document.getElementById(\"tfa_captcha_text\");\n                                standardCaptcha = standardCaptcha.parentNode.parentNode.parentNode;\n                                standardCaptcha.parentNode.removeChild(standardCaptcha);\n                            }\n\n                            if (!wFORMS.instances['paging']) {\n                                document.getElementById(\"g-recaptcha-render-div\").parentNode.parentNode.parentNode.style.display = \"block\";\n                                \/\/document.getElementById(\"g-recaptcha-render-div\").parentNode.parentNode.parentNode.removeAttribute(\"hidden\");\n                            }\n                            document.getElementById(\"g-recaptcha-render-div\").getAttributeNode('id').value = 'tfa_captcha_text';\n\n                            var captchaError = '';\n                            if (captchaError == '1') {\n                                var errMsgText = 'The CAPTCHA was not completed successfully.';\n                                var errMsgDiv = document.createElement('div');\n                                errMsgDiv.id = \"tfa_captcha_text-E\";\n                                errMsgDiv.className = \"err errMsg\";\n                                errMsgDiv.innerText = errMsgText;\n                                var loc = document.querySelector('.g-captcha-error');\n                                loc.insertBefore(errMsgDiv, loc.childNodes[0]);\n\n                                \/* See wFORMS.behaviors.paging.applyTo for origin of this code *\/\n                                if (wFORMS.instances['paging']) {\n                                    var b = wFORMS.instances['paging'][0];\n                                    var pp = base2.DOM.Element.querySelector(document, wFORMS.behaviors.paging.CAPTCHA_ERROR);\n                                    if (pp) {\n                                        var lastPage = 1;\n                                        for (var i = 1; i < 100; i++) {\n                                            if (b.behavior.isLastPageIndex(i)) {\n                                                lastPage = i;\n                                                break;\n                                            }\n                                        }\n                                        b.jumpTo(lastPage);\n                                    }\n                                }\n                            }\n                        }\n                    }\n                <\/script>\n                                    <script src='https:\/\/www.google.com\/recaptcha\/enterprise.js?onload=gCaptchaReadyCallback&render=explicit&hl=en_US' async\n                        defer><\/script>\n                <script type=\"text\/javascript\">\n                    document.addEventListener(\"DOMContentLoaded\", function() {\n                        var warning = document.getElementById(\"javascript-warning\");\n                        if (warning != null) {\n                            warning.parentNode.removeChild(warning);\n                        }\n                        var oldRecaptchaCheck = parseInt('1');\n                        if (oldRecaptchaCheck !== -1) {\n                            var explanation = document.getElementById('disabled-explanation');\n                            var submitButton = document.getElementById('submit_button');\n                            if (submitButton != null) {\n                                submitButton.disabled = true;\n                                if (explanation != null) {\n                                    explanation.style.display = 'block';\n                                }\n                            }\n                        }\n                    });\n                <\/script>\n                <script type=\"text\/javascript\">\n        document.addEventListener(\"FA__DOMContentLoaded\", function(){\n            const FORM_TIME_START = Math.floor((new Date).getTime()\/1000);\n            let formElement = document.getElementById(\"tfa_0\");\n            if (null === formElement) {\n                formElement = document.getElementById(\"0\");\n            }\n            let appendJsTimerElement = function(){\n                let formTimeDiff = Math.floor((new Date).getTime()\/1000) - FORM_TIME_START;\n                let cumulatedTimeElement = document.getElementById(\"tfa_dbCumulatedTime\");\n                if (null !== cumulatedTimeElement) {\n                    let cumulatedTime = parseInt(cumulatedTimeElement.value);\n                    if (null !== cumulatedTime && cumulatedTime > 0) {\n                        formTimeDiff += cumulatedTime;\n                    }\n                }\n                let jsTimeInput = document.createElement(\"input\");\n                jsTimeInput.setAttribute(\"type\", \"hidden\");\n                jsTimeInput.setAttribute(\"value\", formTimeDiff.toString());\n                jsTimeInput.setAttribute(\"name\", \"tfa_dbElapsedJsTime\");\n                jsTimeInput.setAttribute(\"id\", \"tfa_dbElapsedJsTime\");\n                jsTimeInput.setAttribute(\"autocomplete\", \"off\");\n                if (null !== formElement) {\n                    formElement.appendChild(jsTimeInput);\n                }\n            };\n            if (null !== formElement) {\n                if(formElement.addEventListener){\n                    formElement.addEventListener('submit', appendJsTimerElement, false);\n                } else if(formElement.attachEvent){\n                    formElement.attachEvent('onsubmit', appendJsTimerElement);\n                }\n            }\n        });\n    <\/script>\n\n    <link href=\"https:\/\/maryvilleuniversity.tfaforms.net\/dist\/form-builder\/5.0.0\/wforms-layout.css?v=2252e8b14ed5392837dccfd958385736789f0326\" rel=\"stylesheet\" type=\"text\/css\" \/>\n\n    <link href=\"https:\/\/maryvilleuniversity.tfaforms.net\/uploads\/themes\/theme-186.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n    <link href=\"https:\/\/maryvilleuniversity.tfaforms.net\/dist\/form-builder\/5.0.0\/wforms-jsonly.css?v=2252e8b14ed5392837dccfd958385736789f0326\" rel=\"alternate stylesheet\" title=\"This stylesheet activated by javascript\" type=\"text\/css\" \/>\n    <script type=\"text\/javascript\" src=\"https:\/\/maryvilleuniversity.tfaforms.net\/wForms\/3.11\/js\/wforms.js?v=2252e8b14ed5392837dccfd958385736789f0326\"><\/script>\n    <script type=\"text\/javascript\">\n        if(wFORMS.behaviors.prefill) wFORMS.behaviors.prefill.skip = true;\n    <\/script>\n    <script type=\"text\/javascript\" src=\"https:\/\/maryvilleuniversity.tfaforms.net\/wForms\/3.11\/js\/localization-en_US.js?v=2252e8b14ed5392837dccfd958385736789f0326\"><\/script>\n\n<!-- FORM: BODY SECTION -->\n<div class=\"wFormContainer\" style=\"max-width: 500px; width: auto;\">\n    <div class=\"wFormHeader\"><\/div>\n    <style type=\"text\/css\">\n                #tfa_60,\n                *[id^=\"tfa_60[\"] {\n                    width: 241px !important;\n                }\n                #tfa_60-D,\n                *[id^=\"tfa_60[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_60-L,\n                label[id^=\"tfa_60[\"] {\n                    width: 280px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_61,\n                *[id^=\"tfa_61[\"] {\n                    width: 241px !important;\n                }\n                #tfa_61-D,\n                *[id^=\"tfa_61[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_61-L,\n                label[id^=\"tfa_61[\"] {\n                    width: 280px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_1,\n                *[id^=\"tfa_1[\"] {\n                    width: 241px !important;\n                }\n                #tfa_1-D,\n                *[id^=\"tfa_1[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_1-L,\n                label[id^=\"tfa_1[\"] {\n                    width: 280px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_72,\n                *[id^=\"tfa_72[\"] {\n                    width: 241px !important;\n                }\n                #tfa_72-D,\n                *[id^=\"tfa_72[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_72-L,\n                label[id^=\"tfa_72[\"] {\n                    width: 280px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_86,\n                *[id^=\"tfa_86[\"] {\n                    width: 241px !important;\n                }\n                #tfa_86-D,\n                *[id^=\"tfa_86[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_86-L,\n                label[id^=\"tfa_86[\"] {\n                    width: 101px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_68,\n                *[id^=\"tfa_68[\"] {\n                    width: 241px !important;\n                }\n                #tfa_68-D,\n                *[id^=\"tfa_68[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_68-L,\n                label[id^=\"tfa_68[\"] {\n                    width: 201px !important;\n                    min-width: 0px;\n                }\n            <\/style><div class=\"\"><div class=\"wForm\" id=\"4651859-WRPR\" data-language=\"en_US\" dir=\"ltr\">\n<div class=\"codesection\" id=\"code-4651859\"><style type=\"text\/css\">\n    #tfa_68-L,\n    *[id^=\"tfa_68-L[\"]\n   {\n        width: 100% !important;\n    }\n        \n\n    #tfa_60,\n    *[id^=\"tfa_60[\"]\n    {\n        width: 100% !important;\n    }\n        \n\n    #tfa_61,\n    *[id^=\"tfa_61[\"]\n    {\n        width: 100% !important;\n    }\n        \n\n    #tfa_1,\n    *[id^=\"tfa_1[\"]\n    {\n        width: 100% !important;\n    }\n        \n\n    #tfa_72,\n    *[id^=\"tfa_72[\"]\n    {\n        width: 100% !important;\n    }\n        \n\n    #tfa_86,\n    *[id^=\"tfa_86[\"]\n    {\n        width: 100% !important;\n    }\n        \n\n    #tfa_86-L,\n    *[id^=\"tfa_86-L[\"]\n    {\n        width: 100% !important;\n    }\n        \n\n    #tfa_188,\n    *[id^=\"tfa_188[\"]\n    {\n        width: 100% !important;\n    }\n        \n\n    #tfa_84,\n    *[id^=\"tfa_84[\"]\n    {\n        width: 100% !important;\n    }\n        \n\n    #tfa_186,\n    *[id^=\"tfa_186[\"]\n    {\n        width: 100% !important;\n    }\n        \n\n    #tfa_62-L,\n    *[id^=\"tfa_62-L[\"]\n    {\n        width: 100% !important;\n    }\n        \n\n    #tfa_59-L,\n    *[id^=\"tfa_59-L[\"]\n    {\n        width: 100% !important;\n    }\n<\/style><\/div>\n<form method=\"post\" action=\"https:\/\/maryvilleuniversity.tfaforms.net\/api_v2\/rest\/workflow\/processor\" class=\"hintsBelow labelsAbove\" id=\"4651859\">\n<div id=\"tfa_103\" class=\"section group\">\n<div class=\"oneField field-container-D  labelsRemoved hintsBelow \" id=\"tfa_60-D\"><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_60\" name=\"tfa_60\" value=\"\" placeholder=\"First Name*\" title=\"First Name\" class=\"required\"><\/div><\/div>\n<div class=\"oneField field-container-D  labelsRemoved hintsBelow \" id=\"tfa_61-D\"><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_61\" name=\"tfa_61\" value=\"\" placeholder=\"Last Name*\" title=\"Last Name \" class=\"required\"><\/div><\/div>\n<div class=\"oneField field-container-D  labelsRemoved  \" id=\"tfa_1-D\"><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_1\" name=\"tfa_1\" value=\"\" placeholder=\"Email*\" title=\"Email\" class=\"validate-email required\"><\/div><\/div>\n<div class=\"oneField field-container-D  labelsRemoved  \" id=\"tfa_72-D\"><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_72\" name=\"tfa_72\" value=\"\" placeholder=\"Mobile*\" maskMaxLength=\"10\" autoformat=\"(###) ###-####\" title=\"Mobile Phone\" class=\"required\"><\/div><\/div>\n<div class=\"oneField field-container-D   hintsTooltip \" id=\"tfa_86-D\">\n<label id=\"tfa_86-L\" class=\"label preField reqMark\" for=\"tfa_86\"><b>OK to text?<\/b><\/label><br><div class=\"inputWrapper\"><select aria-required=\"true\" id=\"tfa_86\" name=\"tfa_86\" title=\"OK to text?\" class=\"required\"><option value=\"\">Please select...<\/option>\n<option value=\"tfa_90\" id=\"tfa_90\" class=\"\">Yes<\/option>\n<option value=\"tfa_91\" id=\"tfa_91\" class=\"\">No<\/option><\/select><\/div>\n<\/div>\n<\/div>\n<div class=\"oneField field-container-D     wf-acl-hidden\" id=\"tfa_68-D\">\n<label id=\"tfa_68-L\" class=\"label preField \" for=\"tfa_68\"><b>Please Select a Program<\/b><\/label><br><div class=\"inputWrapper\"><select id=\"tfa_68\" name=\"tfa_68\" title=\"Please Select a Program\" class=\"\"><option value=\"\">Please select...<\/option>\n<option value=\"tfa_104\" id=\"tfa_104\" class=\"\">Educational Leadership<\/option>\n<option value=\"tfa_105\" id=\"tfa_105\" class=\"\">Master of Arts in Educational Leadership with Principal Certification<\/option>\n<option value=\"tfa_106\" id=\"tfa_106\" class=\"\">Principal Bridge to Doctorate in Educational Leadership<\/option>\n<option value=\"tfa_107\" id=\"tfa_107\" class=\"\">Teacher Leadership<\/option>\n<option value=\"tfa_108\" id=\"tfa_108\" class=\"\">Actuarial_Science<\/option>\n<option value=\"tfa_109\" id=\"tfa_109\" class=\"\">Data_Science<\/option>\n<option value=\"tfa_110\" id=\"tfa_110\" class=\"\">ED_Education_Leadership<\/option>\n<option value=\"tfa_111\" id=\"tfa_111\" class=\"\">Higher_Ed_Leadership<\/option>\n<option value=\"tfa_112\" id=\"tfa_112\" class=\"\">MA_Education<\/option>\n<option value=\"tfa_113\" id=\"tfa_113\" class=\"\">MA_Education_EMS_Cert<\/option>\n<option value=\"tfa_114\" id=\"tfa_114\" class=\"\">MA_Education_GE_Cert<\/option>\n<option value=\"tfa_115\" id=\"tfa_115\" class=\"\" selected>MA_Education_Leadership<\/option>\n<option value=\"tfa_116\" id=\"tfa_116\" class=\"\">MA_Education_RL_Cert<\/option>\n<option value=\"tfa_117\" id=\"tfa_117\" class=\"\">MBA<\/option>\n<option value=\"tfa_118\" id=\"tfa_118\" class=\"\">ML<\/option>\n<option value=\"tfa_119\" id=\"tfa_119\" class=\"\">MOT<\/option>\n<option value=\"tfa_120\" id=\"tfa_120\" class=\"\">MSN<\/option>\n<option value=\"tfa_121\" id=\"tfa_121\" class=\"\">Music_Therapy<\/option>\n<option value=\"tfa_122\" id=\"tfa_122\" class=\"\">Principal_Bridge<\/option>\n<option value=\"tfa_123\" id=\"tfa_123\" class=\"\">Rehab_Counseling<\/option>\n<option value=\"tfa_124\" id=\"tfa_124\" class=\"\">SLP<\/option>\n<option value=\"tfa_125\" id=\"tfa_125\" class=\"\">Strat_Comm<\/option>\n<option value=\"tfa_126\" id=\"tfa_126\" class=\"\">Teacher_Leadership<\/option><\/select><\/div>\n<\/div>\n<div class=\"actions\" id=\"4651859-A\" data-contentid=\"submit_button\">\n<div id=\"google-captcha\" style=\"display: none\">\n<br><div class=\"captcha\">\n<div class=\"oneField\">\n<div class=\"g-recaptcha\" id=\"g-recaptcha-render-div\"><\/div>\n<div class=\"g-captcha-error\"><\/div>\n<br>\n<\/div>\n<div class=\"captchaHelp\">reCAPTCHA helps prevent automated form spam.<br>\n<\/div>\n<div id=\"disabled-explanation\" class=\"captchaHelp\" style=\"display: none\">The submit button will be disabled until you complete the CAPTCHA.<\/div>\n<\/div>\n<\/div>\n<input type=\"submit\" data-label=\"Submit\" class=\"primaryAction\" id=\"submit_button\" value=\"Submit\">\n<\/div>\n<div style=\"clear:both\"><\/div>\n<input type=\"hidden\" value=\"619-85585f903cf2099c84729b21583ea91e\" name=\"tfa_dbCounters\" id=\"tfa_dbCounters\" autocomplete=\"off\"><input type=\"hidden\" value=\"4651859\" name=\"tfa_dbFormId\" id=\"tfa_dbFormId\"><input type=\"hidden\" value=\"\" name=\"tfa_dbResponseId\" id=\"tfa_dbResponseId\"><input type=\"hidden\" value=\"e2d3cb45a25241d30418dc5cafea4991\" name=\"tfa_dbControl\" id=\"tfa_dbControl\"><input type=\"hidden\" value=\"\" name=\"tfa_dbWorkflowSessionUuid\" id=\"tfa_dbWorkflowSessionUuid\"><input type=\"hidden\" value=\"1775405532\" name=\"tfa_dbTimeStarted\" id=\"tfa_dbTimeStarted\" autocomplete=\"off\"><input type=\"hidden\" value=\"31\" name=\"tfa_dbVersionId\" id=\"tfa_dbVersionId\"><input type=\"hidden\" value=\"\" name=\"tfa_switchedoff\" id=\"tfa_switchedoff\">\n<\/form>\n<\/div><\/div><div class=\"wFormFooter\"><p class=\"supportInfo\"><br><\/p><\/div>\n  <p class=\"supportInfo\" >\n      <\/p>\n <\/div>\n\n<script\n    id=\"analytics-collector-script\"\n    type=\"text\/javascript\"\n    src=\"https:\/\/maryvilleuniversity.tfaforms.net\/dist\/analytics\/data-collector.f9f54c12ade21135b7c2.js\"\n    data-customer-id=\"24940\"\n    data-endpoint=\"https:\/\/analytics.formassembly.com\/v1\/traces\"\n><\/script>\n\n<\/div>\n<p><!-- End form -->\n\t<\/div>\n<\/div>\n<\/div>\n<div class=\"show-for-medium\" data-sticky-container=\"\">\n<div id=\"pp-small-medium-pp-breadcrumbs-container\" class=\"pp-breadcrumbs-container sticky\" data-sticky=\"\" data-top-anchor=\"670\" data-margin-top=\"7\">\n<div class=\"pp-breadcrumbs\"><span class=\"pp-breadcrumbs-only\"><a href=\"https:\/\/www.maryville.edu\/academics\/campus-majors\/\">Campus Majors<\/a> | <span class=\"pp-strong\">Educational Administration<\/span><\/span><span class=\"pp-breadcrumb-buttons\"><a class=\"pp-breadcrumbs-button-right pp-callout-action-button button\" href=\"https:\/\/apply.maryville.edu\/application\/TX_SiteLogin?startURL=%2Fapplication%2FTargetX_Base__Portal\">APPLY NOW<\/a><\/span><\/div><\/div>\n<\/div>\n<div class=\"show-for-medium\" data-sticky-container=\"\">\n<div id=\"pp-breadcrumbs-container\" class=\"pp-breadcrumbs-container sticky\" data-sticky=\"\" data-top-anchor=\"590\" data-margin-top=\"4\">\n<div class=\"pp-breadcrumbs\"><span class=\"pp-breadcrumbs-only\"><a href=\"https:\/\/www.maryville.edu\/academics\/campus-majors\/\">Campus Majors<\/a>  | <span class=\"pp-strong\">Educational Administration<\/span><\/span><span class=\"pp-breadcrumb-buttons\"><a class=\"pp-breadcrumbs-button-right pp-callout-action-button button\" href=\"https:\/\/apply.maryville.edu\/application\/TX_SiteLogin?startURL=%2Fapplication%2FTargetX_Base__Portal\">APPLY NOW<\/a><\/span><\/div><\/div>\n<\/div>\n<div class=\"grid-container show-for-small-only pp-no-margin\">\n<div class=\"pp-mobile-program-header\">\n<div class=\"grid-x\">\n<div class=\"small-12 cell\">\n<h1>MA EDUCATION &#8211; EDUCATIONAL ADMINISTRATION<\/h1>\n<\/p><\/div><\/div><\/div>\n<\/div>\n<div class=\"grid-x grid-padding-x show-for-small-only\">\n<div class=\"small-12 cell\"><a class=\"button expanded pp-mobile-app-button\" href=\"https:\/\/www.maryville.edu\/request-information-grad\/?tfa_68=MA_Education_Leadership\">REQUEST INFORMATION<\/a><\/div>\n<\/div>\n<div class=\"grid-x grid-padding-x show-for-small-only\">\n<div class=\"small-12 cell\"><a class=\"pp-mobile-app-button button expanded\" href=\"\/admissions\/apply\/\">APPLY NOW<\/a><\/div>\n<\/div>\n<div class=\"grid-container\">\n<div class=\"grid-x grid-x-padding pp-standard-margin-top pp-standard-margin-bottom-with-ending-p\">\n<div class=\"small-12 large-4 cell\">\n\t\t\t<span class=\"pp-intro-red show-for-medium\">Become a<\/span><br \/>\n\t\t\t<span class=\"pp-intro-gray show-for-medium\">Leader in Education<\/span><br \/>\n\t\t\t<span class=\"pp-intro-red show-for-small-only\">Become a Leader in Education.<\/span>\n\t\t<\/div>\n<div class=\"small-12 large-8 cell\">\n<p><span class=\"pp-strong\">Maryville\u2019s nationally accredited program is recognized throughout the St. Louis region for being a leader in administrator preparation. You will enjoy small classes, innovative approaches, real world learning experiences and plenty of opportunities for professional growth.<\/span> <\/p>\n<p>Personal advising by a full time faculty member and mentoring by a school or district administrator ensure that you are expertly supported in becoming a truly sought-after leader.<\/p>\n<p>The program\u2019s cohort plan, consisting of 12 to 20 students who advance through classes together, builds a network of trusted colleagues as you proceed through the program. This 30-credit program takes five semesters to complete by meeting just one night a week.<\/p>\n<p>A field-based internship required by the Department of Elementary and Secondary Education takes place throughout the five semesters. 91制片厂 partners with a number of school districts to arrange internship opportunities.<\/p>\n<div class=\"show-for-medium-only\" style=\"text-align:center;\"><a class=\"button pp-mobile-app-button\" href=\"https:\/\/www.maryville.edu\/request-information-grad\/?tfa_68=MA_Education_Leadership\">REQUEST INFORMATION<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"pp-standard-padding-top pp-standard-padding-bottom-with-ending-p pp-standard-margin-bottom pp-gray-bg\">\n<div class=\"grid-container\">\n<div class=\"pp-text-section grid-x grid-padding-x small-up-1 medium-up-4 large-up-4\">\n<div class=\"cell pp-text-center\"><a href=\"https:\/\/www.maryville.edu\/fye\/academic-success-and-life-coaching\/\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"\/wp-content\/themes\/maryville-main-version-2\/images\/program-page\/lifecoach.png\" alt=\"life coach\"\/><\/a>\n<div class=\"pp-intro-text\">Students work with an academic advisor to <span class=\"pp-strong pp-dark-text\">leverage their strengths<\/span> and <span class=\"pp-strong pp-dark-text\">personalize their education<\/span>.<\/div>\n<\/div>\n<div class=\"cell pp-text-center\"><a href=\"https:\/\/www.maryville.edu\/fye\/career-success-professional-development\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"\/wp-content\/themes\/maryville-main-version-2\/images\/program-page\/job-placement.png\" alt=\"job placement\"\/><\/a>\n<div class=\"pp-intro-text\"><a class=\"pp-icon-text-link\" href=\"https:\/\/www.maryville.edu\/fye\/career-success-professional-development\/\" target=\"_blank\" rel=\"noopener\"><span class=\"pp-strong pp-dark-text\">Career outcomes<\/span> rate is 98%.<\/a><\/div>\n<\/div>\n<div class=\"cell pp-text-center\"><img decoding=\"async\" src=\"\/wp-content\/themes\/maryville-main-version-2\/images\/program-page\/small-class-size.png\" alt=\"small class size\"\/>\n<div class=\"pp-intro-text\"><span class=\"pp-strong pp-dark-text\">Small cohort sizes<\/span> to support collaboration.<\/div>\n<\/div>\n<div class=\"cell pp-text-center\">\n<img decoding=\"async\" src=\"\/wp-content\/themes\/maryville-main-version-2\/images\/program-page\/real-world-icon.png\" width=\"81\" alt=\"globe icon\"\/>\n<div class=\"pp-intro-text\"><span class=\"pp-strong pp-dark-text\">Real-world curriculum<\/span> with practical application.<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"grid-container\">\n<div class=\"pp-sub-video-container show-for-medium\">\n<div class=\"grid-x grid-margin-x\">\n<div class=\"small-6 cell left-video\">\n<div class=\"wistia_responsive_padding\" style=\"padding: 56.25% 0 0 0; position: relative;\">\n<div class=\"wistia_responsive_wrapper\" style=\"height: 100%; left: 0; position: absolute; top: 0; width: 100%;\">\n\t\t\t\t\t\t<span class=\"wistia_embed wistia_async_bw6uyp59i0 popover=true popoverAnimateThumbnail=true videoFoam=true\"  seo=\"true\" style=\"display: inline-block; height: 100%; width: 100%;\"> <\/span><\/p>\n<p class=\"pp-video-subtext\">EDUCATION AT MARYVILLE<\/p>\n<\/p><\/div><\/div><\/div>\n<div class=\"small-6 cell right-video\">\n<div class=\"wistia_responsive_padding\" style=\"padding:56.25% 0 0 0;position:relative;\">\n<div class=\"wistia_responsive_wrapper\" style=\"height:100%;left:0;position:absolute;top:0;width:100%;\"><span class=\"wistia_embed wistia_async_31xdz212jx popover=true popoverAnimateThumbnail=true videoFoam=true\"  seo=\"true\" style=\"display:inline-block;height:100%;width:100%\">&nbsp;<\/span><\/p>\n<p class=\"pp-video-subtext\">WHY MARYVILLE<\/p>\n<\/p><\/div><\/div><\/div><\/div><\/div>\n<\/div>\n<div class=\"pp-color-block-plain  clearfix pp-under-video-margin-top\">\n<div class=\"pp-three-focus\">\n<div class=\"grid-container\">\n<div class=\"grid-x grid-margin-x\">\n<div class=\"small-12 medium-6 large-4 cell pp-content-box\">\n<div class=\"pp-first-box\">\n<h3>PROJECT-BASED<br \/>\nLEARNING<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/www.maryville.edu\/ed\/wp-content\/uploads\/sites\/11\/2019\/10\/group-of-students-talking.jpg\" alt=\"students discussing work\"\/><\/p>\n<p>The Educational Administration program at 91制片厂 is organized around a cohort or student group plan where 12 to 20 students advance through their classes together. <\/p>\n<p>The cohort builds camaraderie, provides you with additional resources and helps you recognize your own strength. This 30-credit program is tailored to the working professional and takes five semesters to complete by meeting just one night a week.<\/p><\/div><\/div>\n<div class=\"small-12 medium-6 large-4 cell pp-content-box\">\n<div class=\"pp-middle-box\">\n<h3>PROFESSIONAL PARTNERSHIPS<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/www.maryville.edu\/ed\/wp-content\/uploads\/sites\/11\/2019\/10\/middle-school-teacher.jpg\" alt=\"teacher in classroom with students\"\/><\/p>\n<p>\t\t\t\t\tMaryville&#8217;s School of Education partners with private and public school districts in the greater St. Louis region and beyond to provide educators with opportunities to experience hands-on involvement in real-world projects. <\/p><\/div><\/div>\n<div class=\"small-12 medium-12 large-4 cell pp-content-box\">\n<div class=\"pp-last-box pp-news-links\">\n<h3>FEATURED<br \/>\nFACULTY<\/h3>\n<p><img decoding=\"async\" src=\"\/ed\/wp-content\/uploads\/sites\/11\/2019\/03\/steve-coxon-image.jpg\" alt=\"steve coxon\"\/><\/p>\n<p>\t\t\t\t\t\t<a href=\"https:\/\/www.maryville.edu\/mpress\/center-access-achievement\/\" rel=\"noopener noreferrer\" target=\"_blank\">Steve Coxon<\/a>, associate professor of education, directs the Center for Access and Achievement (CA2) which opened in 2017. <\/p>\n<p>CA2 runs programs that give students in underfunded districts in St. Louis County the boost they need to thrive, including App Dev Camp with Riverview Gardens, STEM Sprouts with Ritenour preschoolers, Young Scholars with Ferguson-Florissant and more.\n\t<\/p><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><!-----------------                   PROGRAM DETAILS             -------><\/p>\n<div class=\"grid-container\">\n<div class=\"grid-x grid-padding-x pp-program-info-title pp-standard-margin-top\">\n<div class=\"small-12 cell\">\n<h2>PROGRAM DETAILS<\/h2>\n<\/p><\/div><\/div>\n<div class=\"grid-x\">\n<div class=\"small-12 cell\">\n<div class=\"pp-program-info-container-buttons\">\n<div class=\"grid-x grid-margin-x grid-margin-y small-up-1 medium-up-2 large-up-3\">\n<div class=\"cell\">\n\t\t\t\t\t<a class=\"pp-info-button\" href=\"https:\/\/www.maryville.edu\/admissions\/graduate-tuition-and-fees\/\">Tuition<\/a>\n\t\t\t\t\t<\/div>\n<div class=\"cell\">\n\t\t\t\t\t<a class=\"pp-info-button\" href=\"\/admissions\/financial-aid\">Financial Aid<\/a>\n\t\t\t\t\t<\/div>\n<div class=\"cell\">\n\t\t\t\t\t<a class=\"pp-info-button\" href=\"https:\/\/catalog.maryville.edu\/content.php?catoid=23&#038;navoid=1972#soe\">Admission Requirements<\/a>\n\t\t\t\t\t<\/div>\n<div class=\"cell\">\n\t\t\t\t\t\t<a class=\"pp-info-button\" href=\"https:\/\/catalog.maryville.edu\/preview_program.php?catoid=23&#038;poid=2024\">Course Descriptions<\/a>\n\t\t\t\t\t<\/div>\n<div class=\"cell\">\n\t\t\t\t\t\t<a class=\"pp-info-button\" href=\"https:\/\/www.maryville.edu\/academicaffairs\/wp-content\/uploads\/sites\/21\/2020\/05\/Masters-in-Ed-Admin-COHORTS-SEQUENCE-OF-COURSES-Fall-20204.pdf\">Degree Planning Sheet<\/a>\n\t\t\t\t\t<\/div>\n<div class=\"cell\">\n\t\t\t\t\t\t<a class=\"pp-info-button\" href=\"https:\/\/www.maryville.edu\/academics\/accreditation\/\">Accreditation<\/a>\n\t\t\t\t\t<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"pp-rankings-and-honors-container pp-standard-margin-top pp-standard-padding-top pp-standard-padding-bottom\">\n<div class=\"grid-container\">\n<div class=\"pp-logo-container grid-x\">\n<div class=\"small-12 medium-3 cell\">\n<div class=\"pp-single-logo-container\">\n<iframe loading=\"lazy\" src=\"https:\/\/cdn.yoshki.com\/iframe\/54732.html\" width=\"148\" height=\"148\" frameborder=\"0\" scrolling=\"no\"><\/iframe><\/div>\n<div class=\"pp-logo-text\">Accredited by the Higher Learning Commission - <span class=\"pp-strong\">HLC<\/span><\/div>\n\n<\/div>\n<div class=\"small-12 medium-3 cell\">\n<div class=\"pp-single-logo-container\"><a href=\"\/about\/rankings-honors\" target=\"_blank\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-2451\" src=\"\/wp-content\/themes\/maryville-main-version-2\/images\/program-page\/ranking-kiplingers.png\" alt=\"Kiplingers Best College Values Private 2018\" \/><\/a><\/div>\n<div class=\"pp-logo-text\">Ranked among the <span class=\"pp-strong\">best values in private colleges<\/span> \u2014 <i>Kiplinger\u2019s Personal Finance<\/i><\/div>\n<\/div>\n<div class=\"small-12 medium-3 cell\">\n<div class=\"pp-single-logo-container\"><a href=\"\/about\/rankings-honors\" target=\"_blank\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-2453\" src=\"\/wp-content\/themes\/maryville-main-version-2\/images\/program-page\/ranking-forbes.png\" alt=\"Forbes Americas Top Colleges\" \/><\/a><\/div>\n<div class=\"pp-logo-text\">Ranked among \"<span class=\"pp-strong\">America\u2019s Top Colleges<\/span>\" \u2014 <i>Forbes<\/i><\/div>\n<\/div>\n<div class=\"small-12 medium-3 cell\">\n<div class=\"pp-single-logo-container\"><a href=\"\/about\/rankings-honors\" target=\"_blank\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-2454\" src=\"\/wp-content\/themes\/maryville-main-version-2\/images\/program-page\/military-award.png\" alt=\"Military Friendly School\" \/><\/a><\/div>\n<div class=\"pp-logo-text\">Best For Vets<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"pp-last-chance-container pp-standard-margin-bottom\">\n<div class=\"grid-container\">\n<div class=\"grid-x grid-padding-x\">\n<div class=\"small-12 medium-4 medium-offset-2 cell pp-text-center\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-2573\" src=\"\/wp-content\/themes\/maryville-main\/images\/program-page\/maryville-university-logo-2.png\" alt=\"91制片厂 Logo\" width=\"230\" height=\"265\" \/>\n\t\t\t<\/div>\n<div class=\"small-12 medium-4 cell pp-last-chance-text\">\n                                Become a leader in education with a <span class=\"pp-strong\">Educational Administration and Principal Certificate from 91制片厂.<\/span><br \/>\n\t\t\t\t<a class=\"pp-last-chance-button button show-for-large\" href=\"https:\/\/www.maryville.edu\/request-information-grad\/?tfa_68=MA_Education_Leadership\">REQUEST INFORMATION<\/a><br \/>\n<a class=\"button expanded pp-mobile-app-button show-for-medium-only\" href=\"https:\/\/www.maryville.edu\/request-information-grad\/?tfa_68=MA_Education_Leadership\">REQUEST INFORMATION<\/a>\n\t\t\t<\/div><\/div><\/div>\n<div class=\"grid-x grid-padding-x show-for-small-only\">\n<div class=\"small-12 cell\"><a class=\"button expanded pp-mobile-app-button\" href=\"https:\/\/www.maryville.edu\/request-information-grad\/?tfa_68=MA_Education_Leadership\">REQUEST INFORMATION<\/a><\/div><\/div>\n<div class=\"grid-x grid-padding-x show-for-small-only\">\n<div class=\"small-12 cell\"><a class=\"pp-mobile-app-button button expanded\" href=\"https:\/\/apply.maryville.edu\/application\/TX_SiteLogin?startURL=%2Fapplication%2FTargetX_Base__Portal\">APPLY NOW<\/a><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"sharing-default-minimal post-bottom\"><div class=\"nectar-social default\" data-position=\"\" data-rm-love=\"0\" data-color-override=\"override\"><div class=\"nectar-social-inner\"><a href=\"#\" class=\"nectar-love\" id=\"nectar-love-85\" title=\"Love this\"> <i class=\"icon-salient-heart-2\"><\/i><span class=\"love-text\">Love<\/span><span class=\"total_loves\"><span class=\"nectar-love-count\">0<\/span><\/span><\/a><a class='facebook-share nectar-sharing' href="#" title='Share this'> <i class='fa fa-facebook'><\/i> <span class='social-text'>Share<\/span> <\/a><a class='twitter-share nectar-sharing' href="#" title='Share this'> <i class='fa icon-salient-x-twitter'><\/i> <span class='social-text'>Share<\/span> <\/a><a class='linkedin-share nectar-sharing' href="#" title='Share this'> <i class='fa fa-linkedin'><\/i> <span class='social-text'>Share<\/span> <\/a><a class='pinterest-share nectar-sharing' href="#" title='Pin this'> <i class='fa fa-pinterest'><\/i> <span class='social-text'>Pin<\/span> <\/a><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>MA EDUCATION &#8211; EDUCATIONAL ADMINISTRATION REQUEST INFORMATION Campus Majors | Educational AdministrationAPPLY NOW Campus Majors | Educational AdministrationAPPLY NOW MA EDUCATION &#8211; EDUCATIONAL ADMINISTRATION REQUEST INFORMATION APPLY NOW Become a Leader in Education Become a Leader in Education. Maryville\u2019s nationally accredited program is recognized throughout the St. Louis region for being a leader in administrator<a class=\"moretag\" href=\"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/\">&#8230; read more<\/a><\/p>\n","protected":false},"author":95,"featured_media":0,"parent":13,"menu_order":40,"comment_status":"closed","ping_status":"closed","template":"template-full-width.php","meta":{"_acf_changed":false,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-85","page","type-page","status-publish","hentry","odd"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.1 (Yoast SEO v26.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>MA Education - Educational Administration - School of Education<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MA Education - Educational Administration\" \/>\n<meta property=\"og:description\" content=\"MA EDUCATION &#8211; EDUCATIONAL ADMINISTRATION REQUEST INFORMATION Campus Majors | Educational AdministrationAPPLY NOW Campus Majors | Educational AdministrationAPPLY NOW MA EDUCATION &#8211; EDUCATIONAL ADMINISTRATION REQUEST INFORMATION APPLY NOW Become a Leader in Education Become a Leader in Education. Maryville\u2019s nationally accredited program is recognized throughout the St. Louis region for being a leader in administrator... read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/\" \/>\n<meta property=\"og:site_name\" content=\"School of Education\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-25T18:37:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.maryville.edu\/ed\/wp-content\/uploads\/sites\/11\/2019\/10\/group-of-students-talking.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/\",\"url\":\"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/\",\"name\":\"MA Education - Educational Administration - School of Education\",\"isPartOf\":{\"@id\":\"https:\/\/www.maryville.edu\/ed\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.maryville.edu\/ed\/wp-content\/uploads\/sites\/11\/2019\/10\/group-of-students-talking.jpg\",\"datePublished\":\"2012-01-09T19:48:05+00:00\",\"dateModified\":\"2024-03-25T18:37:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/#primaryimage\",\"url\":\"https:\/\/www.maryville.edu\/ed\/wp-content\/uploads\/sites\/11\/2019\/10\/group-of-students-talking.jpg\",\"contentUrl\":\"https:\/\/www.maryville.edu\/ed\/wp-content\/uploads\/sites\/11\/2019\/10\/group-of-students-talking.jpg\",\"width\":1200,\"height\":800},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.maryville.edu\/ed\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Graduate Education Programs\",\"item\":\"\/ed\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"MA Education &#8211; Educational Administration\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.maryville.edu\/ed\/#website\",\"url\":\"https:\/\/www.maryville.edu\/ed\/\",\"name\":\"School of Education\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.maryville.edu\/ed\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"MA Education - Educational Administration - School of 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:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/","og_locale":"en_US","og_type":"article","og_title":"MA Education - Educational Administration","og_description":"MA EDUCATION &#8211; EDUCATIONAL ADMINISTRATION REQUEST INFORMATION Campus Majors | Educational AdministrationAPPLY NOW Campus Majors | Educational AdministrationAPPLY NOW MA EDUCATION &#8211; EDUCATIONAL ADMINISTRATION REQUEST INFORMATION APPLY NOW Become a Leader in Education Become a Leader in Education. Maryville\u2019s nationally accredited program is recognized throughout the St. Louis region for being a leader in administrator... read more","og_url":"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/","og_site_name":"School of Education","article_modified_time":"2024-03-25T18:37:15+00:00","og_image":[{"url":"https:\/\/www.maryville.edu\/ed\/wp-content\/uploads\/sites\/11\/2019\/10\/group-of-students-talking.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/","url":"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/","name":"MA Education - Educational Administration - School of Education","isPartOf":{"@id":"https:\/\/www.maryville.edu\/ed\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/#primaryimage"},"image":{"@id":"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/#primaryimage"},"thumbnailUrl":"https:\/\/www.maryville.edu\/ed\/wp-content\/uploads\/sites\/11\/2019\/10\/group-of-students-talking.jpg","datePublished":"2012-01-09T19:48:05+00:00","dateModified":"2024-03-25T18:37:15+00:00","breadcrumb":{"@id":"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/#primaryimage","url":"https:\/\/www.maryville.edu\/ed\/wp-content\/uploads\/sites\/11\/2019\/10\/group-of-students-talking.jpg","contentUrl":"https:\/\/www.maryville.edu\/ed\/wp-content\/uploads\/sites\/11\/2019\/10\/group-of-students-talking.jpg","width":1200,"height":800},{"@type":"BreadcrumbList","@id":"https:\/\/www.maryville.edu\/ed\/graduate-programs\/educational-leadership-principal-certification\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.maryville.edu\/ed\/"},{"@type":"ListItem","position":2,"name":"Graduate Education Programs","item":"\/ed\/"},{"@type":"ListItem","position":3,"name":"MA Education &#8211; Educational Administration"}]},{"@type":"WebSite","@id":"https:\/\/www.maryville.edu\/ed\/#website","url":"https:\/\/www.maryville.edu\/ed\/","name":"School of Education","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.maryville.edu\/ed\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.maryville.edu\/ed\/wp-json\/wp\/v2\/pages\/85","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.maryville.edu\/ed\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.maryville.edu\/ed\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.maryville.edu\/ed\/wp-json\/wp\/v2\/users\/95"}],"replies":[{"embeddable":true,"href":"https:\/\/www.maryville.edu\/ed\/wp-json\/wp\/v2\/comments?post=85"}],"version-history":[{"count":76,"href":"https:\/\/www.maryville.edu\/ed\/wp-json\/wp\/v2\/pages\/85\/revisions"}],"predecessor-version":[{"id":3706,"href":"https:\/\/www.maryville.edu\/ed\/wp-json\/wp\/v2\/pages\/85\/revisions\/3706"}],"up":[{"embeddable":true,"href":"https:\/\/www.maryville.edu\/ed\/wp-json\/wp\/v2\/pages\/13"}],"wp:attachment":[{"href":"https:\/\/www.maryville.edu\/ed\/wp-json\/wp\/v2\/media?parent=85"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}