{"id":35543,"date":"2024-04-03T12:41:34","date_gmt":"2024-04-03T19:41:34","guid":{"rendered":"https:\/\/test-inside.ewu.edu\/assessment-accreditation\/?page_id=35543"},"modified":"2025-06-16T10:40:43","modified_gmt":"2025-06-16T17:40:43","slug":"assessment-accreditation","status":"publish","type":"page","link":"https:\/\/test-inside.ewu.edu\/assessment-accreditation\/","title":{"rendered":"Assessment &#038; Accreditation"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Header Image Slider With Auto-play<\/title>\n\n  <style>\n    body {\n      background: #fff;\n    }\n\n    #slider {\n      position: relative;\n      width: 100%;\n      max-width: 1200px;\n      height: 275px;\n      margin-top: -20px;\n      margin-left: -20px;\n      margin-bottom: 20px;\n      overflow: hidden;\n      margin: auto;\n    }\n\n    #slider ul {\n      position: relative;\n      list-style: none;\n      height: 100%;\n      width: 10000%;\n      padding: 0;\n      margin: 0;\n      transition: all 15ms ease;\n      left: 0;\n    }\n\n    #slider ul li {\n      position: relative;\n      height: 100%;\n      float: left;\n    }\n\n    #slider ul li img {\n      width: 100%;\n      height: auto;\n    }\n\n    \/* Media Queries for Responsiveness *\/\n    @media (max-width: 768px) {\n      #slider {\n        height: 200px;\n      }\n    }\n\n    @media (max-width: 480px) {\n      #slider {\n        height: 150px;\n      }\n    }\n\n    \/* Navigation Arrows *\/\n    #prev, #next {\n      position: absolute;\n      top: 50%;\n      z-index: 10;\n      color: #fff;\n      background-color: rgba(0, 0, 0, 0.5);\n      padding: 10px;\n      border: none;\n      cursor: pointer;\n      font-size: 24px;\n      transform: translateY(-50%);\n    }\n\n    #prev {\n      left: 0;\n    }\n\n    #next {\n      right: 0;\n    }\n\n  <\/style>\n<\/head>\n<body>\n  <div id=\"slider\">\n    <ul id=\"slideWrap\">\n      <li><img decoding=\"async\" src=\"https:\/\/test-inside.ewu.edu\/institutional-effectiveness\/wp-content\/uploads\/sites\/413\/2024\/04\/EWUcampus-A-1200x275-1.jpg\" alt=\"EWU-1\"><\/li>\n      <li><img decoding=\"async\" src=\"https:\/\/test-inside.ewu.edu\/institutional-effectiveness\/wp-content\/uploads\/sites\/413\/2024\/04\/EWUcampus-B-1200x275-1.jpg\" alt=\"EWU-2\"><\/li>\n      <li><img decoding=\"async\" src=\"https:\/\/test-inside.ewu.edu\/institutional-effectiveness\/wp-content\/uploads\/sites\/413\/2024\/04\/EWUcampus-C-1200x275-1.jpg\" alt=\"EWU-3\"><\/li>\n      <li><img decoding=\"async\" src=\"https:\/\/test-inside.ewu.edu\/institutional-effectiveness\/wp-content\/uploads\/sites\/413\/2024\/04\/EWUcampus-D-1200x275-1.jpg\" alt=\"EWU-4\"><\/li>\n      <li><img decoding=\"async\" src=\"https:\/\/test-inside.ewu.edu\/institutional-effectiveness\/wp-content\/uploads\/sites\/413\/2024\/04\/EWUcampus-E-1200x275-1.jpg\" alt=\"EWU-5\"><\/li>\n      <li><img decoding=\"async\" src=\"https:\/\/test-inside.ewu.edu\/institutional-effectiveness\/wp-content\/uploads\/sites\/413\/2024\/04\/EWUcampus-F-1200x275-1.jpg\" alt=\"EWU-6\"><\/li>\n      <li><img decoding=\"async\" src=\"https:\/\/test-inside.ewu.edu\/institutional-effectiveness\/wp-content\/uploads\/sites\/413\/2024\/04\/EWUcampus-G-1200x275-1.jpg\" alt=\"EWU-7\"><\/li>\n      <li><img decoding=\"async\" src=\"https:\/\/test-inside.ewu.edu\/institutional-effectiveness\/wp-content\/uploads\/sites\/413\/2024\/04\/EWUcampus-H-1200x275-1.jpg\" alt=\"EWU-8\"><\/li>\n      <li><img decoding=\"async\" src=\"https:\/\/test-inside.ewu.edu\/institutional-effectiveness\/wp-content\/uploads\/sites\/413\/2024\/04\/EWUcampus-I-1200x275-1.jpg\" alt=\"EWU-9\"><\/li>\n      <li><img decoding=\"async\" src=\"https:\/\/test-inside.ewu.edu\/institutional-effectiveness\/wp-content\/uploads\/sites\/413\/2024\/04\/EWUcampus-J-1200x275-1.jpg\" alt=\"EWU-10\"><\/li>\n      <li><img decoding=\"async\" src=\"https:\/\/test-inside.ewu.edu\/institutional-effectiveness\/wp-content\/uploads\/sites\/413\/2024\/04\/EWUcampus-K-1200x275-1.jpg\" alt=\"EWU-11\"><\/li>\n      <li><img decoding=\"async\" src=\"https:\/\/test-inside.ewu.edu\/institutional-effectiveness\/wp-content\/uploads\/sites\/413\/2024\/04\/EWUcampus-L-1200x275-1.jpg\" alt=\"EWU-12\"><\/li>\n      <li><img decoding=\"async\" src=\"https:\/\/test-inside.ewu.edu\/institutional-effectiveness\/wp-content\/uploads\/sites\/413\/2024\/04\/EWUcampus-M-1200x275-1.jpg\" alt=\"EWU-13\"><\/li>   \n    <\/ul>\n    <a id=\"prev\" href=\"#\">&#8810;<\/a>\n    <a id=\"next\" href=\"#\">&#8811;<\/a>\n  <\/div>\n\n  <script>\n    var responsiveSlider = function() {\n      var slider = document.getElementById(\"slider\");\n      var sliderWidth = slider.offsetWidth;\n      var slideList = document.getElementById(\"slideWrap\");\n      var count = 1;\n      var items = slideList.querySelectorAll(\"li\").length;\n      var prev = document.getElementById(\"prev\");\n      var next = document.getElementById(\"next\");\n\n      window.addEventListener('resize', function() {\n        sliderWidth = slider.offsetWidth;\n      });\n\n      var prevSlide = function() {\n        if(count > 1) {\n          count = count - 2;\n          slideList.style.left = \"-\" + count * sliderWidth + \"px\";\n          count++;\n        } else if(count == 1) {\n          count = items - 1;\n          slideList.style.left = \"-\" + count * sliderWidth + \"px\";\n          count++;\n        }\n      };\n\n      var nextSlide = function() {\n        if(count < items) {\n          slideList.style.left = \"-\" + count * sliderWidth + \"px\";\n          count++;\n        } else if(count == items) {\n          slideList.style.left = \"0px\";\n          count = 1;\n        }\n      };\n\n      next.addEventListener(\"click\", function() {\n        nextSlide();\n      });\n\n      prev.addEventListener(\"click\", function() {\n        prevSlide();\n      });\n\n      \/\/ Randomize the First Image on Page Load\n      var randomNumber = Math.floor(Math.random() * items) + 1;\n      slideList.style.left = \"-\" + (randomNumber - 1) * sliderWidth + \"px\";\n\n      setInterval(function() {\n        nextSlide()\n      }, 60000);\n    };\n\n    window.onload = function() {\n      responsiveSlider();\n    }\n  <\/script>\n<\/body>\n<\/html>\n\n\n<div class=\"gb-container gb-container-2bca8816\">\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n\n<title>Assessment & Accreditation Webpage Index<\/title>\n\n<link rel=\"stylesheet\" type=\"text\/css\" href=\"https:\/\/fonts.googleapis.com\/css?family=Verdana:400,700\">\n\n<style>\n\nbody {\n  font-family: \"Nunito\", sans-serif;\n  font-size: 16px;\n  background-color: #f4f4f4;\n  margin: 0;\n  padding: 0;\n}\n\n.cardwrapper {\n  padding: 20px;\n}\n\nh1, h2, h5 {\n  text-align: center;\n}\n\n.containerwrap {\n  width: 100%;\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  justify-content: center;\n}\n\n.card4 {\n  display: block;\n  position: relative;\n  height: 310px;\n  width: 100%;\n  max-width: 285px;\n  background-color: #ffffff;\n  border-radius: 4px;\n  padding: 24px 16px;\n  margin: 10px;\n  text-decoration: none !important;\n  overflow: hidden;\n  border: 2px solid #cccccc;\n  transition: all 0.3s ease-out;\n}\n\n.card4 h3 {\n  color: #262626;\n  font-size: 17px;\n  line-height: 20px;\n  font-weight: 700;\n  width: 75%;\n  overflow: hidden;\n  margin-top: 8px;\n}\n\n.card4 p {\n  font-size: 17px;\n  font-weight: 400;\n  line-height: 20px;\n  color: #666666;\n  width: 80%;\n}\n\n.card4 .small {\n  font-size: 14px;\n}\n\n.card4 .go-corner {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  position: absolute;\n  width: 32px;\n  height: 32px;\n  overflow: hidden;\n  top: 0;\n  right: 0;\n  background-color: #008000;\n  border-radius: 0 4px 0 32px;\n}\n\n.card4 .go-arrow {\n  margin-top: -4px;\n  margin-right: -4px;\n  color: white;\n  font-family: courier, sans;\n}\n\n.card4:hover {\n  border: 2px solid #b7142e;\n}\n\n.card4 .go-corner {\n  background-color: #fff;\n  height: 100%;\n  width: 12%;\n  border: 3px solid #b7142e;\n  border-radius: 0;\n  transform: skew(6deg);\n  margin-right: -21%;\n  align-items: start;\n  background-color: #b7142e;\n}\n\n.card4 .go-arrow {\n  transform: skew(-6deg);\n  margin-left: -15%;\n  margin-top: 15%;\n  opacity: 0;\n}\n\n.card4:hover .go-corner {\n  margin-right: -6%;\n  transition: all 0.3s ease-out;\n}\n\n.card4:hover .go-arrow {\n  opacity: 1;\n  transition: all 0.3s ease-out;\n}\n\n@media (max-width: 768px) {\n  .card4 {\n    max-width: 100%;\n    margin: 10px 0;\n  }\n  .card4 h3 {\n    font-size: 16px;\n  }\n  .card4 p {\n    font-size: 14px;\n  }\n  .cardwrapper {\n    padding: 20px;\n  }\n  h1, h2, h5 {\n    font-size: 18px;\n    padding: 20px;\n  }\n}\n\n@media (max-width: 480px) {\n  .card4 {\n    max-width: 100%;\n    height: 250px;\n  }\n  .card4 h3 {\n    font-size: 14px;\n    line-height: 18px;\n  }\n  .card4 p {\n    font-size: 12px;\n    line-height: 16px;\n  }\n}\n\n<\/style>\n<\/head>\n\n<body>\n<div class=\"cardwrapper\">\n\n<div>\n  <h1>Assessment & Accreditation<\/h1>\n  <h5 style=\"font-weight: 400;\">Welcome to Eastern Washington University\u2019s website for Assessment and Accreditation. Our <strong><a href=\"https:\/\/www.ewu.edu\/stories\/ewu-accreditation-reaffirmed-by-nwccu\/\">accreditation was reaffirmed<\/a><\/strong> through the <strong><a href=\"https:\/\/nwccu.org\/\">NWCCU<\/a><\/strong> for our university's regional accreditation in March of 2023.<\/strong><\/h5>\n<\/div>\n<br>\n<h2>Institutional Accreditation Webpage Links:<\/h2>\n<div class=\"containerwrap\">\n  <a class=\"card4\" href=\"https:\/\/test-inside.ewu.edu\/assessment-accreditation\/programmatic-accreditation-by-college\/\">\n    <h3>Programmatic Accreditation by College<\/h3>\n    <p class=\"small\">Programmatic accreditation ensures the public that an academic program meets high standards for educational quality.<\/p>\n    <div class=\"go-corner\">\n      <div class=\"go-arrow\">\u2192<\/div>\n    <\/div>\n  <\/a>\n  \n  <a class=\"card4\" href=\"https:\/\/test-inside.ewu.edu\/assessment-accreditation\/washington-state-pesb-education-programs\/\">\n    <h3>Washington State PESB Education Programs<\/h3>\n    <p class=\"small\">The PESB ensures Washington\u2019s educator workforce meets the diverse needs of students, schools, and districts.<\/p>\n    <div class=\"go-corner\">\n      <div class=\"go-arrow\">\u2192<\/div>\n    <\/div>\n  <\/a>\n  \n  <a class=\"card4\" href=\"https:\/\/www.ewu.edu\/highschool\/ewu-in-the-high-school\/accreditation\/\">\n    <h3>EWU in the High School Accreditation<\/h3>\n    <p class=\"small\">NACEP accreditation distinguishes high-quality concurrent enrollment partnerships.<\/p>\n    <div class=\"go-corner\">\n      <div class=\"go-arrow\">\u2192<\/div>\n    <\/div>\n  <\/a>\n<\/div>\n\n<br> \n<div>\n  <h2>Northwest Commission on Colleges and Universities (NWCCU) Accreditation:<\/h2>\n<\/div>\n\n<div class=\"containerwrap\">\n  <a class=\"card4\" href=\"https:\/\/test-inside.ewu.edu\/assessment-accreditation\/ewu-accreditation\/\">\n    <h3>Institutional Accreditation Timeline<\/h3>\n    <p class=\"small\">A visual calendar showing EWU\u2019s 7-year schedule for institutional accreditation.<\/p>\n    <div class=\"go-corner\">\n      <div class=\"go-arrow\">\u2192<\/div>\n    <\/div>\n  <\/a>\n  \n  <a class=\"card4\" href=\"https:\/\/test-inside.ewu.edu\/assessment-accreditation\/assessment-accreditation\/nwccu-reports-and-responses\/\">\n    <h3>Our Submitted Accreditation Reports<\/h3>\n    <p class=\"small\">The accreditation process allows EWU to reflect on its strengths and weaknesses.<\/p>\n    <div class=\"go-corner\">\n      <div class=\"go-arrow\">\u2192<\/div>\n    <\/div>\n  <\/a>\n<\/div>\n\n<br>\n<div>\n  <h2>Resources & Tools:<\/h2>\n<\/div>\n\n<div class=\"containerwrap\">\n  <a class=\"card4\" href=\"https:\/\/test-inside.ewu.edu\/assessment-accreditation\/assessment-accreditation\/assessment\/\">\n    <h3>Institutional Accreditation Timeline<\/h3>\n    <p class=\"small\">Learn about student learning assessments and how to incorporate them into programs and courses.<\/p>\n    <div class=\"go-corner\">\n      <div class=\"go-arrow\">\u2192<\/div>\n    <\/div>\n  <\/a>\n  \n  <a class=\"card4\" href=\"https:\/\/test-inside.ewu.edu\/assessment-accreditation\/new-slo-assessment-resources-page\/\">\n    <h3>Student Learning Outcomes (SLO)<\/h3>\n    <p class=\"small\">How to write an SLO, map the curriculum, and assess it in teaching and assignments.<\/p>\n    <div class=\"go-corner\">\n      <div class=\"go-arrow\">\u2192<\/div>\n    <\/div>\n  <\/a>\n  \n  <a class=\"card4\" href=\"https:\/\/test-inside.ewu.edu\/assessment-accreditation\/nuventive-improvement\/\">\n    <h3>Nuventive Improvement<\/h3>\n    <p class=\"small\">Nuventive Improvement is a software for assessing higher education facets. Find a guide here.<\/p>\n    <div class=\"go-corner\">\n      <div class=\"go-arrow\">\u2192<\/div>\n    <\/div>\n  <\/a>\n  \n  <a class=\"card4\" href=\"https:\/\/in.ewu.edu\/assessment-accreditation\/wp-content\/uploads\/sites\/106\/2022\/01\/How-To-Write-a-Self-Study.pdf\">\n    <h3>Writing a Self-Study for Accreditation<\/h3>\n    <p class=\"small\">A guide for writing a self-study report for accreditation bodies.<\/p>\n    <div class=\"go-corner\">\n      <div class=\"go-arrow\">\u2192<\/div>\n    <\/div>\n  <\/a>\n<\/div>\n\n <div>\n    <a class=\"card4\" href=\"https:\/\/test-inside.ewu.edu\/assessment-accreditation\/assessment-accreditation\/substantive-change\/\">\n      <h3>Accreditation of New & Modified Programs<\/h3>\n      <p class=\"small\">When EWU launches a new program or modify an existing one, we must inform our accrediting body, NWCCU, so programs can be included under the umbrella of our institutional accreditation.<\/p>\n      <div class=\"dimmer\"><\/div>\n      <div class=\"go-corner\">\n        <div class=\"go-arrow\">\u2192<\/div>\n      <\/div>\n    <\/a>\n  <\/div>\n\n  <br>\n\n  <div>\n    <h2><center>Committees:<\/center><\/h2>\n  <\/div>\n\n  <div class=\"containerwrap\">\n    <a class=\"card4\" href=\"https:\/\/test-inside.ewu.edu\/assessment-accreditation\/assessment-accreditation\/assessment\/assessment-committees\/academic-programs-assessment-committee\/\">\n      <h3>Academic Programs Assessment Committee (APAC)<\/h3>\n      <p class=\"small\">The Academic Programs Assessment Committee (APAC) was formed in 2017 to oversee student learning outcomes assessment in EWU\u2019s degree programs.<\/p>\n      <div class=\"dimmer\"><\/div>\n      <div class=\"go-corner\">\n        <div class=\"go-arrow\">\u2192<\/div>\n      <\/div>\n    <\/a>\n\n    <a class=\"card4\" href=\"https:\/\/test-inside.ewu.edu\/assessment-accreditation\/institutional-assessment-committee-iac\/\">\n      <h3>Institutional Assessment Committee (IAC)<\/h3>\n      <p class=\"small\">The purpose of this committee is to establish assessment procedures for university support services and non-academic units.<\/p>\n      <div class=\"dimmer\"><\/div>\n      <div class=\"go-corner\">\n        <div class=\"go-arrow\">\u2192<\/div>\n      <\/div>\n    <\/a>\n\n\n\n\n<\/div>\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<\/div>\n\n<div class=\"gb-container gb-container-c8cae1a6\">\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n \n  <meta charset=\"UTF-8\">\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Contact Us Button<\/title>\n \n  <style>\n\n    #ds-sticky-button {\n      position: fixed;\n      right: -220px !important; \/* Positions the button to the right of the page *\/\n      top: 200px; \/* Sets the distance of the button from the top of the page *\/\n      width: 225px !important; \/* Sets dimensions of the button *\/\n      height: 25px !important; \/* Sets dimensions of the button *\/\n      z-index: 99999; \/* Keeps the button on top *\/\n      transform: rotate(90deg); \/* Rotates the button *\/\n      transform-origin: left top 0; \/* Places the button after rotation *\/\n    }\n\n    \/* Styles the link text to make it look like a button *\/\n    #ds-sticky-button a {\n      -webkit-border-radius: 0;\n      -moz-border-radius: 0;\n      border-radius: 0px;\n      border: 3px solid #000;\n      color: #ffffff;\n      font-size: 16px;\n      background: #b7142e;\n      padding: 5px 15px;\n      text-decoration: none;\n      display: inline-block;\n    }\n\n    \/* Styles the button on hover *\/\n    #ds-sticky-button a:hover {\n      background: #000000;\n      border: 3px solid #b7142e;\n      text-decoration: none;\n    }\n\n    \/* Adjusts button position on smaller screens *\/\n    @media only screen and (max-width: 980px) {\n      #ds-sticky-button {\n        top: 100px !important; \/* Adjusts the vertical position *\/\n        right: -150px !important; \/* Reduces the right offset for smaller screens *\/\n      }\n    }\n\n    \/* Further adjustments for very small screens (mobile devices) *\/\n    @media only screen and (max-width: 480px) {\n      #ds-sticky-button {\n        width: 200px !important; \/* Adjusts the width of the button for mobile *\/\n        height: 35px !important; \/* Increases height slightly for mobile *\/\n        right: -120px !important; \/* Moves button closer to the center *\/\n        top: 80px !important; \/* Adjusts the top position for mobile *\/\n      }\n      \n      #ds-sticky-button a {\n        font-size: 14px; \/* Reduces the font size for mobile *\/\n        padding: 5px 10px; \/* Adjusts padding for mobile *\/\n      }\n    }\n\n  <\/style>\n<\/head>\n\n<body>\n\n  <div id=\"ds-sticky-button\">\n    <a href=\"mailto:assessment@ewu.edu\">Questions? Contact Us!!<\/a>\n  <\/div>\n\n<\/body>\n<\/html>\n\n<\/div>\n\n<div class=\"gb-container gb-container-230b1f3c\">\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<\/div>\n\n<div class=\"gb-container gb-container-0f679b7d\">\n\n<div align='center'><img src='https:\/\/www.free-website-hit-counter.com\/c.php?d=5&#038;id=174144&#038;s=27' border='0' alt='Free Website Hit Counter'><\/a><br \/ ><small><p>Webpage Visits since September, 2023<\/p><\/small><\/div>\n\n<\/div>\n\n\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Header Image Slider With Auto-play &#8810; &#8811; Assessment &#038; Accreditation Webpage Index Assessment &#038; Accreditation Welcome to Eastern Washington University\u2019s website for Assessment and Accreditation. Our accreditation was reaffirmed through the NWCCU for our university&#8217;s regional accreditation in March of 2023. Institutional Accreditation Webpage Links: Programmatic Accreditation by College Programmatic accreditation ensures the public that &#8230; <a title=\"Assessment &#038; Accreditation\" class=\"read-more\" href=\"https:\/\/test-inside.ewu.edu\/assessment-accreditation\/\" aria-label=\"Read more about Assessment &#038; Accreditation\">Read more<\/a><\/p>\n","protected":false},"author":3269,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"wpo365_audiences":[],"wpo365_private":false,"footnotes":""},"class_list":["post-35543","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/test-inside.ewu.edu\/assessment-accreditation\/wp-json\/wp\/v2\/pages\/35543"}],"collection":[{"href":"https:\/\/test-inside.ewu.edu\/assessment-accreditation\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/test-inside.ewu.edu\/assessment-accreditation\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/test-inside.ewu.edu\/assessment-accreditation\/wp-json\/wp\/v2\/users\/3269"}],"replies":[{"embeddable":true,"href":"https:\/\/test-inside.ewu.edu\/assessment-accreditation\/wp-json\/wp\/v2\/comments?post=35543"}],"version-history":[{"count":25,"href":"https:\/\/test-inside.ewu.edu\/assessment-accreditation\/wp-json\/wp\/v2\/pages\/35543\/revisions"}],"predecessor-version":[{"id":37663,"href":"https:\/\/test-inside.ewu.edu\/assessment-accreditation\/wp-json\/wp\/v2\/pages\/35543\/revisions\/37663"}],"wp:attachment":[{"href":"https:\/\/test-inside.ewu.edu\/assessment-accreditation\/wp-json\/wp\/v2\/media?parent=35543"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}