  {"id":697,"date":"2014-04-14T10:04:25","date_gmt":"2014-04-14T15:04:25","guid":{"rendered":"https:\/\/www.maryville.edu\/hp\/?page_id=697"},"modified":"2025-05-02T09:58:39","modified_gmt":"2025-05-02T14:58:39","slug":"speech-language-pathology","status":"publish","type":"page","link":"https:\/\/www.maryville.edu\/hp\/speech-language-pathology\/","title":{"rendered":"Speech-Language Pathology"},"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; z-index: 10000;}\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@media only screen and (min-width: 40.063em) and (max-width: 64em) { \nh1.pp-program-title {font-size:45px; text-align:center; margin-top:-10px; margin-bottom:-10px;}\n.pp-program-title-container { margin-left:0px;}\n}\n@media screen and (max-width: 940px) {\n.pp-breadcrumbs-button-left { float:none;}\n.pp-breadcrumbs-button-right { float:none; }\n.pp-breadcrumbs { text-align:center; margin-left:0px;}\n}\n<\/style>\n<div class=\"grad-program-page\">\n<div class=\"pp-body\"><script src=\"https:\/\/fast.wistia.com\/embed\/medias\/bau4jwbxjk.jsonp\" async=\"\"><\/script><script src=\"https:\/\/fast.wistia.com\/assets\/external\/E-v1.js\" async=\"\"><\/script><\/p>\n<div class=\"pp-main-container\">\n<div id=\"pp-program-header-image\" title=\"Speech Language Pathology student\" class=\"pp-program-header-image show-for-medium\" style=\"background-image: url('https:\/\/www.maryville.edu\/hp\/wp-content\/uploads\/sites\/12\/2020\/08\/speech-language-pathology-student-2.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\">MASTER&#8217;S IN<br \/>SPEECH-LANGUAGE PATHOLOGY<\/h1>\n<\/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=\"\">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=\"\" selected>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=\"584-741e8bf1ab1a87c267e4a86f8222d937\" 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=\"1775405591\" 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\">Speech-Language Pathology<\/span><\/span><span class=\"pp-breadcrumb-buttons\"><a class=\"pp-breadcrumbs-button-right pp-callout-action-button button\" href=\"https:\/\/csdcas.liaisoncas.com\/applicant-ux\/\">APPLY NOW<\/a><a class=\"pp-breadcrumbs-button-left pp-callout-action-button pp-schedule-visit-top-button button\" href=\"https:\/\/www.maryville.edu\/about\/grad-visits\/\">VISIT CAMPUS<\/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\">Speech-Language Pathology<\/span><\/span><span class=\"pp-breadcrumb-buttons\"><a class=\"pp-breadcrumbs-button-right pp-callout-action-button button\" href=\"https:\/\/csdcas.liaisoncas.com\/applicant-ux\/\">APPLY NOW<\/a><a class=\"pp-breadcrumbs-button-left pp-callout-action-button pp-schedule-visit-top-button button\" href=\"https:\/\/www.maryville.edu\/about\/grad-visits\/\">VISIT CAMPUS<\/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>MASTER&#8217;S IN SPEECH-LANGUAGE PATHOLOGY<\/h1>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"grid-container show-for-small-only pp-standard-padding-bottom\">\n<div class=\"grid-x\">\n<div class=\"small-12 cell \">\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<div class=\"wistia_embed wistia_async_bau4jwbxjk videoFoam=true\" seo=\"true\" style=\"height:100%;width:100%\">&nbsp;<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/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\/about\/grad-visits\/\">VISIT CAMPUS<\/a><\/div>\n<div class=\"small-12 cell\"><a class=\"button expanded pp-mobile-app-button\" href=\"\/request-information-grad\/?tfa_68=SLP\">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=\"https:\/\/csdcas.liaisoncas.com\/applicant-ux\/\">APPLY NOW<\/a><\/div>\n<\/div>\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\">\n10\/11\/24<\/p>\n<h2>PUBLIC ANNOUNCEMENT OF CAA ACCREDITATION SITE VISIT FOR THE SPEECH-LANGUAGE PATHOLOGY GRADUATE DEGREE PROGRAM<\/h2>\n<p>The Council on Academic Accreditation in Audiology and Speech-Language Pathology (CAA) will be completing a site visit to determine Reaccreditation status on November 11- 12, 2024. A public meeting will be held on Monday, November 11, 2024, at 4 p.m. CST in the President\u2019s Conference Center in Gander Hall on 91制片厂\u2019s campus.<\/p>\n<p>Standards for Accreditation and\/or the CAA\u2019s Policy on Public Comment may be obtained by contacting the Accreditation Office at ASHA, 2200 Research Boulevard, #310, Rockville, Maryland 20850, calling ASHA\u2019s Action Center at 1-800-498-2071, or accessing the documents online at <a href=\"http:\/\/caa.asha.org\/\">http:\/\/caa.asha.org\/<\/a>.<\/p>\n<p>Written comments will be accepted until November 6, 2024 and should be submitted to:<\/p>\n<p><strong>Accreditation Public Comment<\/strong><br \/>\nCouncil on Academic Accreditation in Audiology and Speech-Language Pathology (CAA)<br \/>\nAmerican Speech-Language-Hearing Association<br \/>\n2200 Research Boulevard, #310<br \/>\nRockville, MD 20850<\/p>\n<p><a href=\"mailto:accreditation@asha.org\">accreditation@asha.org<\/a><br \/>\nFax: 301-296-8570\n<\/div>\n<\/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\">Giving Others<\/span><br \/>\n<span class=\"pp-intro-gray show-for-medium\">the Ability to Communicate.<\/span><br \/>\n<span class=\"pp-intro-red show-for-small-only\">Giving Others the Ability to Communicate.<\/span><\/div>\n<div class=\"small-12 large-8 cell\">\n<p><span class=\"pp-strong\">Speech-language pathologists (SLPs) help people of all ages develop or regain the ability to speak, read, write and think clearly, and swallow properly.<\/span><\/p>\n<p>91制片厂 offers <a href=\"https:\/\/slp.maryville.edu\/online-programs\/online-masters-degrees\/speech-language-pathology\/\">online<\/a> and on campus options for completing the Speech-Language Pathology masters program.\u00a0 At Maryville, graduates will be prepared for ASHA (American Speech Language-Hearing Association) certification and CCC-SLP status (certificate of clinical competence-speech-language pathology) and Missouri (or other) state licensure (both require completion of a Clinical Fellowship Year after the completion of the master\u2019s degree).\u00a0<\/p>\n<p>Clients may be children who have autism, adults who have experienced strokes or brain injuries, children and adults who stutter, people who struggle with production of speech sounds, or those who have language delays or disorders. SLPs also provide extensive patient and family education. Common work environments include hospitals, rehabilitation centers, clinics, schools and daycare settings.<\/p>\n<p><em>A student applying to the 91制片厂 program, on campus or <a href=\"https:\/\/slp.maryville.edu\/online-programs\/online-masters-degrees\/speech-language-pathology\/\">online<\/a>, must complete an application and submit all requirements through the Council of Academic Programs in Communication Science and Disorders\u2019 online application.\u00a0<\/em><\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><!-------        PROGRAM PAGE STATS   ------><\/p>\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-2 large-up-4\">\n<div class=\"cell pp-text-center\">\n<img decoding=\"async\" src=\"https:\/\/www.maryville.edu\/hp\/wp-content\/uploads\/sites\/12\/2020\/08\/state-facility.png\" alt=\"graphic of state-of-the-art facility\" width=\"105\"\/><\/p>\n<div class=\"pp-intro-text\">Students take courses in a <span class=\"pp-strong pp-dark-text\">state-of-the-art facility.<\/span><\/p>\n<\/div>\n<\/div>\n<div class=\"cell pp-text-center\">\n<a href=\"https:\/\/www.maryville.edu\/fye\/career-success-professional-development\"><img decoding=\"async\" src=\"\/wp-content\/themes\/maryville-main\/images\/program-page\/job-placement.png\" alt=\"graphic of students shaking hands\"\/><\/a><\/p>\n<div class=\"pp-intro-text\">\n<a class=\"pp-icon-text-link\" href=\"https:\/\/www.maryville.edu\/fye\/career-success-professional-development\/\"><span class=\"pp-strong pp-dark-text\">Career outcome<\/span> rate is 98%.<\/a><\/p>\n<\/div>\n<\/div>\n<div class=\"cell pp-text-center\">\n<img decoding=\"async\" src=\"\/wp-content\/themes\/maryville-main\/images\/program-page\/small-class-size.png\" alt=\"graphic of students in class\"\/><\/p>\n<div class=\"pp-intro-text\">\n<span class=\"pp-strong pp-dark-text\">Small cohort sizes<\/span> to support collaboration.<\/p>\n<\/div>\n<\/div>\n<div class=\"cell pp-text-center\">\n<img decoding=\"async\" src=\"https:\/\/www.maryville.edu\/as\/wp-content\/uploads\/sites\/9\/2020\/05\/real-world-icon.png\" width=\"81\" alt=\"globe icon\"\/><\/p>\n<div class=\"pp-intro-text\"><span class=\"pp-strong pp-dark-text\">Real-world curriculum<\/span> with practical application.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>     <!----------------------     VIDEOS    ------------------><\/p>\n<div class=\"grid-container\">\n<div class=\"pp-main-video-container grid-x show-for-medium\">\n<div class=\"small-12 cell pp-main-video-column\">\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_bau4jwbxjk popover=true popoverAnimateThumbnail=true videoFoam=true\"  seo=\"true\" style=\"display:inline-block;height:100%;width:100%\">&nbsp;<\/span><\/div>\n<\/div>\n<\/div><\/div>\n<p><!----    SECONDARY AND WHY MARYVILLE VIDEOS   ----><\/p>\n<div class=\"pp-sub-video-container show-for-medium\">\n<div class=\"grid-x grid-margin-x\">\n<div class=\"small-6 cell middle-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_4yin7e0doy popover=true popoverAnimateThumbnail=true videoFoam=true\" style=\"display: inline-block; height: 100%; width: 100%;\"> <\/span><\/p>\n<p class=\"pp-video-subtext\">WALKER HALL<\/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\" style=\"display: inline-block; height: 100%; width: 100%;\"> <\/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\/hp\/wp-content\/uploads\/sites\/12\/2020\/08\/pp-box.jpg\" alt=\"speech-language pathology program student working in office\"\/><\/p>\n<p>The Speech-Language Pathology program at 91制片厂 will prepare you to work in a variety of workplace settings. Whether you want to work in healthcare settings, in public schools or in early intervention, Maryville\u2019s SLP degree program will help you reach your goals.<\/p>\n<p>The program is carefully designed to fully prepare all graduate students for competent and confident placement in any SLP working environment.<\/p>\n<\/div>\n<\/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\/hp\/wp-content\/uploads\/sites\/12\/2020\/08\/pbl-box.jpg\" alt=\"speech language pathology student assisting a patient\"\/><\/p>\n<p>Maryville has its own Speech and Language Clinic where all assessments and intervention (therapy) services are provided by graduate student clinicians. These speech language pathology degree-seeking students are under the close and constant supervision of ASHA certified and Missouri licensed pathologists. Students help people who have experienced strokes, brain tumors, brain injuries, and more to regain their ability to communicate.<\/p>\n<\/div>\n<\/div>\n<div class=\"small-12 medium-12 large-4 cell pp-content-box pp-news-link-container\">\n<div class=\"pp-last-box pp-news-links\">\n<h3>FEATURED<br \/>\nFACULTY<\/h3>\n<p><center><img decoding=\"async\" src=\"https:\/\/www.maryville.edu\/hp\/wp-content\/uploads\/sites\/12\/2022\/05\/updated-headshot_Goodman1-e1653413305742.jpg\" alt=\"Meaghan Goodman\"\/><\/center><\/p>\n<p>Meaghan Goodman, PhD, CCC-SLP is the program director for Speech-Language Pathology program. She specializes in the evaluation and evidence-based practice of pediatric dysphagia, language development and disorders of children, augmentative and alternative communication, voice and fluency disorders, and special populations including: cleft lip\/palate and craniofacial disorders, autism spectrum disorders. The American Speech-Language Hearing Association (ASHA) selected Meaghan as an aspiring leader in speech-language pathology, to be a part of the first Faculty Development Institute (AFDI). <\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><!----------------         MOBILE SECONDARY VIDEOS.       -------------><\/p>\n<div class=\"grid-container show-for-small-only\">\n<div class=\"pp-mobile-videos\">\n<div class=\"pp-mobile-single-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<div class=\"wistia_embed wistia_async_4yin7e0doy videoFoam=true\" seo=\"true\" style=\"height:100%;width:100%\">&nbsp;<\/div>\n<p class=\"pp-mobile-video-text clearfix\">Walker Hall<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"pp-mobile-single-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<div class=\"wistia_embed wistia_async_31xdz212jx videoFoam=true\" seo=\"true\" style=\"height:100%;width:100%\">&nbsp;<\/div>\n<p class=\"pp-mobile-video-text clearfix\">Why Maryville<\/p>\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<\/div>\n<\/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\t<a class=\"pp-info-button\" href=\"\/hp\/speech-language-pathology\/accreditation\/\">Accreditation<\/a><\/div>\n<div class=\"cell\">\n\t\t\t\t\t\t<a class=\"pp-info-button\" href=\"https:\/\/catalog.maryville.edu\/content.php?catoid=24&#038;navoid=2100\">Admission Requirements<\/a><\/div>\n<div class=\"cell\">\n\t\t\t\t\t\t<a class=\"pp-info-button\" href=\"\/hp\/speech-language-pathology\/program-objectives-2\/\">Program Objectives<\/a><\/div>\n<div class=\"cell\">\n\t\t\t\t\t\t<a class=\"pp-info-button\" href=\"\/hp\/speech-language-pathology\/program-outcomes\/\">Student Outcome Data<\/a><\/div>\n<div class=\"cell\">\n\t\t\t\t\t\t<a class=\"pp-info-button\" href=\"\/hp\/speech-language-pathology\/clinical-experiences\/\">Clinical Experiences<\/a><\/div>\n<div class=\"cell\">\n\t\t\t\t\t\t<a class=\"pp-info-button\" href=\"https:\/\/community.maryville.edu\/s\/article\/Grievance-Appeal-Process-Other-than-Student-Code-of-Conduct-and-or-Academic#:~:text=For%20general%20grievances%20not%20concerning%20Student%20Code%20or,at%20which%20time%20another%20resource%20will%20be%20provided\">Student Complaint Policies<\/a><\/div>\n<div class=\"cell\">\n\t\t\t\t\t        <a class=\"pp-info-button\" href=\"\/admissions\/graduate-tuition-and-fees\">Tuition<\/a><\/div>\n<div class=\"cell\">\n\t\t\t\t\t        <a class=\"pp-info-button\" href=\"\/admissions\/financial-aid\">Financial Aid<\/a><\/div>\n<div class=\"cell\">\n\t\t\t\t\t\t<a class=\"pp-info-button\" href=\"https:\/\/catalog.maryville.edu\/content.php?filter%5B27%5D=SPLP&#038;filter%5B29%5D=&#038;filter%5Bkeyword%5D=&#038;filter%5B32%5D=1&#038;filter%5Bcpage%5D=1&#038;cur_cat_oid=24&#038;expand=&#038;navoid=2152&#038;search_database=Filter#acalog_template_course_filter\">Course Descriptions<\/a><\/div>\n<div class=\"cell\">\n\t\t\t\t\t\t<a class=\"pp-info-button\" href=\"\/hp\/speech-language-pathology\/walker-scottish-rite-clinic\/\">Walker Scottish Rite Clinic<\/a><\/div>\n<div class=\"cell\">\n\t\t\t\t\t\t<a class=\"pp-info-button\" href=\"https:\/\/community.maryville.edu\/s\/article\/Policy-Against-Harassment-Discrimination-and-Retaliation-and-Complaint-Resolution-Procedures\">Non-Discrimination Policy<\/a><\/div>\n<div class=\"cell\">\n\t\t\t\t\t\t<a class=\"pp-info-button\" href=\"https:\/\/www.maryville.edu\/hp\/wp-content\/uploads\/sites\/12\/2024\/01\/Residential-MSSLP-Degree-Planning-Sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Degree Planning Sheet<br \/>\nResidential<\/a><\/div>\n<div class=\"cell\">\n\t\t\t\t\t\t<a class=\"pp-info-button\" href=\"https:\/\/www.maryville.edu\/hp\/wp-content\/uploads\/sites\/12\/2024\/01\/Online-MSSLP-Degree-Planning-Sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Degree Planning Sheet<br \/>\nOnline<\/a><\/div>\n<div class=\"cell\">\n\t\t\t\t\t\t<a class=\"pp-info-button\" href=\"\/hp\/speech-language-pathology\/maryville-speech-and-language-clinic\/\">Maryville Speech and Language Clinic<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"grid-container pp-standard-margin-top\">\n<div class=\"small-12 cell\">\n<h2>ONLINE SPEECH-LANGUAGE PATHOLOGY PROGRAM<\/h2>\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<a class=\"pp-info-button\" href=\"https:\/\/slp.maryville.edu\/online-programs\/online-masters-degrees\/speech-language-pathology\/\" target=\"_blank\" rel=\"noopener noreferrer\">Master&#8217;s Speech-Language Pathology\u00a0Online<\/a><\/div>\n<div class=\"cell\">\n\t\t<a class=\"pp-info-button\" href=\"https:\/\/www.maryville.edu\/hp\/wp-content\/uploads\/sites\/12\/2024\/01\/Online-MSSLP-Degree-Planning-Sheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Degree Planning Sheet<br \/>\nOnline<\/a><\/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<p><!-------------------------        CAREER DATA\n\n\n\n<div class=\"pp-big-picture pp-big-picture-new pp-standard-margin-bottom pp-standard-padding-top pp-standard-padding-bottom\">\n\n\n<div class=\"grid-container\">\n\n\n<div class=\"grid-x pp-text-section\">\n\n\n<div class=\"small-12 cell\">\n\n\n<h2>THE BIG PICTURE<\/h2>\n\n\nThe era of \u201cBig Data\u201d is far from over\u2014in fact, it\u2019s just beginning. Data Science majors will find numerous job opportunities, and starting salaries for data scientists are competitive. Making it in this field requires training in statistics, math and computer science technology as well as business and finance.\n\n<\/div>\n\n\n<\/div>\n\n\n<\/div>\n\n\n\n\n<div class=\"pp-facts-container grid-container\">\n\n\n<div class=\"grid-x grid-margin-x text-center\">\n\n\n<div class=\"large-4 medium-12 small-12 cell mu-infographic-padding-top\">\n\n\n<p class=\"mu-infographic-heading\">SALARY<\/p>\n\n\n\n\n\n<div class=\"mu-infographic-box-style-1 mu-center-element\">\n\n\n<p class=\"mu-infographic-callout-text-dark-secondary mu-infographic-text-closer-bottom\">TOP 10%<\/p>\n\n\n\n\n<p class=\"mu-infographic-callout-text-light-primary\">$161,900<\/p>\n\n\n<img decoding=\"async\" src=\"\/as\/wp-content\/uploads\/sites\/9\/2019\/01\/dollar-graphic-3.png\" width=\"120\" alt=\"dollar sign graphic\"\/>\n\n\n<p class=\"mu-infographic-callout-text-dark-secondary mu-infographic-text-closer-bottom mu-infographic-text-spacer-top\">MEDIAN<\/p>\n\n\n\n\n<p class=\"mu-infographic-callout-text-light-primary\">$103,010<\/p>\n\n\n\n<\/div>\n\n\n\n\n<div class=\"hide-for-large\">\n\n\n\n<hr class=\"mu-infographic-divider-style-1\"\/>\n\n<\/div>\n\n\n<\/div>\n\n\n\n\n<div class=\"large-4 medium-12 small-12 cell mu-infographic-padding-top\">\n\n\n<p class=\"mu-infographic-heading\">JOB GROWTH<\/p>\n\n\n\n\n\n<div class=\"mu-infographic-circle-style-1 mu-center-element mu-infographic-circle-margin-top\">\n\n\n<p class=\"mu-infographic-light-text mu-infographic-bold-text mu-infographic-font-large mu-infographic-text-closer-bottom-style-2\">33%<\/p>\n\n\n\n\n<p class=\"mu-infographic-light-text mu-infographic-bold-text mu-infographic-text-closer-bottom-style-3\">ESTIMATED<\/p>\n\n\n\n\n<p class=\"mu-infographic-light-text\">through 2026<\/p>\n\n\n\n<\/div>\n\n\n\n\n<p class=\"mu-infographic-light-text mu-infographic-bold-text mu-infographic-text-spacer-top-style-2 mu-infographic-font-normal-plus\">13,500 NEW JOBS THROUGH 2026<\/p>\n\n\n\n\n\n<div class=\"hide-for-large\">\n\n\n\n<hr class=\"mu-infographic-divider-style-1\"\/>\n\n<\/div>\n\n\n<\/div>\n\n\n\n\n<div class=\"large-4 medium-12 small-12 cell mu-infographic-padding-top\">\n\n\n<p class=\"mu-infographic-heading\">LARGEST EMPLOYERS<\/p>\n\n\n\n\n<p class=\"mu-infographic-light-text mu-infographic-bold-text mu-infographic-font-normal-plus mu-infographic-text-closer-top\">in this field:<\/p>\n\n\n\n\n\n<div class=\"mu-infographic-gradient-style-1\">\n\n\n<div class=\"left\">35<\/div>\n\n\n\n\n<div class=\"mu-infographic-percentage-style-1 left\">%<\/div>\n\n\n\n\n<div class=\"mu-infographic-gradient-text-style-1 left\">GOVERNMENT<\/div>\n\n\n\n\n<div class=\"clear\"><\/div>\n\n\n<\/div>\n\n\n\n\n<div class=\"mu-infographic-gradient-style-1\">\n\n\n<div class=\"left\">17<\/div>\n\n\n\n\n<div class=\"mu-infographic-percentage-style-1 left\">%<\/div>\n\n\n\n\n<div class=\"mu-infographic-gradient-text-style-1 left\">RESEARCH<\/div>\n\n\n\n\n<div class=\"clear\"><\/div>\n\n\n<\/div>\n\n\n\n\n<div class=\"mu-infographic-gradient-style-1\">\n\n\n<div class=\"left\">16<\/div>\n\n\n\n\n<div class=\"mu-infographic-percentage-style-1 left\">%<\/div>\n\n\n\n\n<div class=\"mu-infographic-gradient-text-style-1 left\">UNIVERSITIES<\/div>\n\n\n\n\n<div class=\"clear\"><\/div>\n\n\n<\/div>\n\n\n\n\n<div class=\"mu-infographic-gradient-style-1\">\n\n\n<div class=\"left\">&nbsp; 8<\/div>\n\n\n\n\n<div class=\"mu-infographic-percentage-style-1 left\">%<\/div>\n\n\n\n\n<div class=\"mu-infographic-gradient-text-style-1 left\">FINANCE<\/div>\n\n\n\n\n<div class=\"clear\"><\/div>\n\n\n<\/div>\n\n\n<\/div>\n\n\n<\/div>\n\n\n\n\n<h4><\/h4>\n\n\n\n\n<div class=\"grid-x grid-padding-x\">\n\n\n<div class=\"large-12 medium-12 small-12 cell\">\n\n\n<p style=\"font-size:smaller; text-align: right;\">*Data on this page provided by the Bureau of Labor Statistics.<\/p>\n\n\n\n<\/div>\n\n\n<\/div>\n\n\n<\/div>\n\n\n<\/div>\n\n\n\n-------------------------><\/p>\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\"\/><\/div>\n<div class=\"small-12 medium-4 cell pp-last-chance-text\">\n\t\t\t\tWe will prepare you to become a reflective Speech-Language Pathologist through varied coursework, clinical experiences, and mentoring by expert instructors. Earn your <strong>master\u2019s in the speech-language pathology<\/strong> graduate program today.<\/p>\n<p><a class=\"pp-last-chance-button button show-for-medium\" href=\"\/request-information-grad\/?tfa_68=SLP\">REQUEST INFORMATION<\/a><\/div>\n<\/div>\n<\/div>\n<div class=\"grid-x grid-padding-x show-for-small-only\">\n&nbsp;<\/p>\n<div class=\"small-12 cell\"><a class=\"button expanded pp-mobile-app-button \" href=\"https:\/\/www.maryville.edu\/about\/grad-visits\/\">VISIT CAMPUS<\/a><\/div>\n<div class=\"small-12 cell\"><a class=\"button expanded pp-mobile-app-button\" href=\"\/request-information-grad\/?tfa_68=SLP\">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=\"https:\/\/csdcas.liaisoncas.com\/applicant-ux\/\">APPLY NOW<\/a><\/div>\n<\/div>\n<\/div>\n<\/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-697\" 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>MASTER&#8217;S INSPEECH-LANGUAGE PATHOLOGY REQUEST INFORMATION Campus Majors | Speech-Language PathologyAPPLY NOWVISIT CAMPUS Campus Majors | Speech-Language PathologyAPPLY NOWVISIT CAMPUS MASTER&#8217;S IN SPEECH-LANGUAGE PATHOLOGY &nbsp; VISIT CAMPUS REQUEST INFORMATION APPLY NOW 10\/11\/24 PUBLIC ANNOUNCEMENT OF CAA ACCREDITATION SITE VISIT FOR THE SPEECH-LANGUAGE PATHOLOGY GRADUATE DEGREE PROGRAM The Council on Academic Accreditation in Audiology and Speech-Language Pathology<a class=\"moretag\" href=\"https:\/\/www.maryville.edu\/hp\/speech-language-pathology\/\">&#8230; read more<\/a><\/p>\n","protected":false},"author":95,"featured_media":0,"parent":0,"menu_order":65,"comment_status":"closed","ping_status":"closed","template":"template-full-width.php","meta":{"_acf_changed":false,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-697","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>Speech Language Pathology Degree Program | Maryville | St. Louis, Mo.<\/title>\n<meta name=\"description\" content=\"Those completing the Speech-Language Pathology degree program at Maryville will be prepared for ASHA certification, CCC-SLP status &amp; state licensure.\" \/>\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\/hp\/speech-language-pathology\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Speech-Language Pathology\" \/>\n<meta property=\"og:description\" content=\"Those completing the Speech-Language Pathology degree program at Maryville will be prepared for ASHA certification, CCC-SLP status &amp; state licensure.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.maryville.edu\/hp\/speech-language-pathology\/\" \/>\n<meta property=\"og:site_name\" content=\"College of Health Professions\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-02T14:58:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.maryville.edu\/hp\/wp-content\/uploads\/sites\/12\/2020\/08\/state-facility.png\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.maryville.edu\/hp\/speech-language-pathology\/\",\"url\":\"https:\/\/www.maryville.edu\/hp\/speech-language-pathology\/\",\"name\":\"Speech Language Pathology Degree Program | Maryville | St. Louis, Mo.\",\"isPartOf\":{\"@id\":\"https:\/\/www.maryville.edu\/hp\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.maryville.edu\/hp\/speech-language-pathology\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.maryville.edu\/hp\/speech-language-pathology\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.maryville.edu\/hp\/wp-content\/uploads\/sites\/12\/2020\/08\/state-facility.png\",\"datePublished\":\"2014-04-14T15:04:25+00:00\",\"dateModified\":\"2025-05-02T14:58:39+00:00\",\"description\":\"Those completing the Speech-Language Pathology degree program at Maryville will be prepared for ASHA certification, CCC-SLP status & state licensure.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.maryville.edu\/hp\/speech-language-pathology\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.maryville.edu\/hp\/speech-language-pathology\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.maryville.edu\/hp\/speech-language-pathology\/#primaryimage\",\"url\":\"https:\/\/www.maryville.edu\/hp\/wp-content\/uploads\/sites\/12\/2020\/08\/state-facility.png\",\"contentUrl\":\"https:\/\/www.maryville.edu\/hp\/wp-content\/uploads\/sites\/12\/2020\/08\/state-facility.png\",\"width\":922,\"height\":722},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.maryville.edu\/hp\/speech-language-pathology\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.maryville.edu\/hp\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Speech-Language Pathology\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.maryville.edu\/hp\/#website\",\"url\":\"https:\/\/www.maryville.edu\/hp\/\",\"name\":\"College of Health Professions\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.maryville.edu\/hp\/?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":"Speech Language Pathology Degree Program | Maryville | St. Louis, Mo.","description":"Those completing the Speech-Language Pathology degree program at Maryville will be prepared for ASHA certification, CCC-SLP status & state licensure.","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\/hp\/speech-language-pathology\/","og_locale":"en_US","og_type":"article","og_title":"Speech-Language Pathology","og_description":"Those completing the Speech-Language Pathology degree program at Maryville will be prepared for ASHA certification, CCC-SLP status & state licensure.","og_url":"https:\/\/www.maryville.edu\/hp\/speech-language-pathology\/","og_site_name":"College of Health Professions","article_modified_time":"2025-05-02T14:58:39+00:00","og_image":[{"url":"https:\/\/www.maryville.edu\/hp\/wp-content\/uploads\/sites\/12\/2020\/08\/state-facility.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.maryville.edu\/hp\/speech-language-pathology\/","url":"https:\/\/www.maryville.edu\/hp\/speech-language-pathology\/","name":"Speech Language Pathology Degree Program | Maryville | St. Louis, Mo.","isPartOf":{"@id":"https:\/\/www.maryville.edu\/hp\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.maryville.edu\/hp\/speech-language-pathology\/#primaryimage"},"image":{"@id":"https:\/\/www.maryville.edu\/hp\/speech-language-pathology\/#primaryimage"},"thumbnailUrl":"https:\/\/www.maryville.edu\/hp\/wp-content\/uploads\/sites\/12\/2020\/08\/state-facility.png","datePublished":"2014-04-14T15:04:25+00:00","dateModified":"2025-05-02T14:58:39+00:00","description":"Those completing the Speech-Language Pathology degree program at Maryville will be prepared for ASHA certification, CCC-SLP status & state licensure.","breadcrumb":{"@id":"https:\/\/www.maryville.edu\/hp\/speech-language-pathology\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.maryville.edu\/hp\/speech-language-pathology\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.maryville.edu\/hp\/speech-language-pathology\/#primaryimage","url":"https:\/\/www.maryville.edu\/hp\/wp-content\/uploads\/sites\/12\/2020\/08\/state-facility.png","contentUrl":"https:\/\/www.maryville.edu\/hp\/wp-content\/uploads\/sites\/12\/2020\/08\/state-facility.png","width":922,"height":722},{"@type":"BreadcrumbList","@id":"https:\/\/www.maryville.edu\/hp\/speech-language-pathology\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.maryville.edu\/hp\/"},{"@type":"ListItem","position":2,"name":"Speech-Language Pathology"}]},{"@type":"WebSite","@id":"https:\/\/www.maryville.edu\/hp\/#website","url":"https:\/\/www.maryville.edu\/hp\/","name":"College of Health Professions","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.maryville.edu\/hp\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.maryville.edu\/hp\/wp-json\/wp\/v2\/pages\/697","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.maryville.edu\/hp\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.maryville.edu\/hp\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.maryville.edu\/hp\/wp-json\/wp\/v2\/users\/95"}],"replies":[{"embeddable":true,"href":"https:\/\/www.maryville.edu\/hp\/wp-json\/wp\/v2\/comments?post=697"}],"version-history":[{"count":135,"href":"https:\/\/www.maryville.edu\/hp\/wp-json\/wp\/v2\/pages\/697\/revisions"}],"predecessor-version":[{"id":5441,"href":"https:\/\/www.maryville.edu\/hp\/wp-json\/wp\/v2\/pages\/697\/revisions\/5441"}],"wp:attachment":[{"href":"https:\/\/www.maryville.edu\/hp\/wp-json\/wp\/v2\/media?parent=697"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}