{"id":834,"date":"2019-01-25T15:02:54","date_gmt":"2019-01-25T20:02:54","guid":{"rendered":"https:\/\/emsdev.digpants.com\/?page_id=834"},"modified":"2025-09-26T11:08:40","modified_gmt":"2025-09-26T15:08:40","slug":"middle-school","status":"publish","type":"page","link":"https:\/\/www.easternmennonite.org\/es\/academics\/middle-school\/","title":{"rendered":"Escuela Intermedia"},"content":{"rendered":"\r\n\n<div id=\"video-container-jxpNqD1NDdQ\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; overflow: hidden;\">\n\t<div id=\"youtube-player-jxpNqD1NDdQ\" style=\"position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100vw; height: 56.25vw; min-width: 177.77vh;\"><\/div>\n<\/div>\n\n<!-- Simple overlay that just blocks clicks but doesn't interfere with API -->\n<div id=\"simple-blocker-jxpNqD1NDdQ\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: transparent;\" onclick=\"return false;\" onmousedown=\"return false;\"><\/div>\n\n<div id=\"video-controls-jxpNqD1NDdQ\" style=\"position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; gap: 15px;\">\n\t<button id=\"restart-btn-jxpNqD1NDdQ\" class=\"ems-video-restart-btn\" style=\"width: 50px; height: 50px; color: white; border: none; border-radius: 50%; cursor: pointer; font-size: 28px; display: flex; align-items: center; justify-content: center; transition: background 0.3s;\">\n  \t<\/button>\n\t<button id=\"mute-btn-jxpNqD1NDdQ\" class=\"ems-video-mute-btn\" style=\"width: 50px; height: 50px; color: white; border: none; border-radius: 50%; cursor: pointer; font-size: 26px; display: flex; align-items: center; justify-content: center; transition: background 0.3s;\">\n\t<\/button>\n<\/div>\n\n<style>\n.ems-video-restart-btn {\n\tbackground-color: rgba(0,0,0,0.5) !important;\n\tbackground-image: url('https:\/\/www.easternmennonite.org\/wp-content\/plugins\/ems-companion\/images\/icon-restart.png');\n\tbackground-repeat: no-repeat;\n\tbackground-size: 30px;\n\tbackground-position: center center;\n}\n.ems-video-mute-btn {\n\tbackground-color: rgba(0,0,0,0.5) !important;\n\tbackground-image: url('https:\/\/www.easternmennonite.org\/wp-content\/plugins\/ems-companion\/images\/icon-volume-high.png');\n\tbackground-repeat: no-repeat;\n\tbackground-size: 30px;\n\tbackground-position: center center;\n}\n.ems-video-mute-btn.ems-video-mute-btn-muted {\n\tbackground-image: url('https:\/\/www.easternmennonite.org\/wp-content\/plugins\/ems-companion\/images\/icon-volume-x.png');\n}\n.ems-video-restart-btn:hover,\n.ems-video-restart-btn:focus,\n.ems-video-restart-btn:active,\n.ems-video-mute-btn:hover,\n.ems-video-mute-btn:focus,\n.ems-video-mute-btn:active {\n\tbackground-color: rgba(0,0,0,0.9) !important;\n}\n<\/style>\n\n<script>\nvar player_jxpNqD1NDdQ;\nvar isMuted_jxpNqD1NDdQ = true;\nvar videoId = 'jxpNqD1NDdQ';\n\nfunction restartVideo_jxpNqD1NDdQ() {\n  if (player_jxpNqD1NDdQ) {\n    player_jxpNqD1NDdQ.seekTo(0);\n    player_jxpNqD1NDdQ.playVideo();\n  }\n}\n\nfunction toggleMute_jxpNqD1NDdQ() {\n  var btn_jxpNqD1NDdQ = document.getElementById('mute-btn-jxpNqD1NDdQ');\n\n  if (player_jxpNqD1NDdQ) {\n    if (isMuted_jxpNqD1NDdQ) {\n      player_jxpNqD1NDdQ.unMute();\n      player_jxpNqD1NDdQ.setVolume(75);\n      btn_jxpNqD1NDdQ.className = 'ems-video-mute-btn';\n      isMuted_jxpNqD1NDdQ = false;\n    } else {\n      player_jxpNqD1NDdQ.mute();\n      btn_jxpNqD1NDdQ.className = 'ems-video-mute-btn ems-video-mute-btn-muted';\n      isMuted_jxpNqD1NDdQ = true;\n    }\n  }\n}\n\n\/\/ Simple event setup\ndocument.addEventListener('DOMContentLoaded', function() {\n  setTimeout(function() {\n    var restartBtn_jxpNqD1NDdQ = document.getElementById('restart-btn-jxpNqD1NDdQ');\n    var muteBtn_jxpNqD1NDdQ = document.getElementById('mute-btn-jxpNqD1NDdQ');\n\n    if (restartBtn_jxpNqD1NDdQ) {\n      restartBtn_jxpNqD1NDdQ.onclick = restartVideo_jxpNqD1NDdQ;\n    }\n\n    if (muteBtn_jxpNqD1NDdQ) {\n      muteBtn_jxpNqD1NDdQ.onclick = toggleMute_jxpNqD1NDdQ;\n    }\n  }, 1000);\n});\n\nfunction onYouTubeIframeAPIReady() {\n\n  player_jxpNqD1NDdQ = new YT.Player('youtube-player-jxpNqD1NDdQ', {\n    height: '100%',\n    width: '100%',\n    videoId: videoId,\n    playerVars: {\n      'autoplay': 1,\n      'mute': 1,\n      'loop': 1,\n      'playlist': videoId,\n      'controls': 0,\n      'showinfo': 0,\n      'rel': 0,\n      'iv_load_policy': 3,\n      'modestbranding': 1,\n      'disablekb': 1,\n      'fs': 0,\n      'cc_load_policy': 0,\n      'enablejsapi': 1\n    },\n    events: {\n      'onReady': function(event) {\n        event.target.mute();\n\n        var muteBtn_jxpNqD1NDdQ = document.getElementById('mute-btn-jxpNqD1NDdQ');\n        if (muteBtn_jxpNqD1NDdQ) {\n          muteBtn_jxpNqD1NDdQ.className = 'ems-video-mute-btn ems-video-mute-btn-muted';\n        }\n      },\n      'onStateChange': function(event) {\n        if (event.data == YT.PlayerState.ENDED) {\n          player_jxpNqD1NDdQ.seekTo(0);\n          player_jxpNqD1NDdQ.playVideo();\n        }\n      }\n    }\n  });\n}\n\nvar tag_jxpNqD1NDdQ = document.createElement('script');\ntag_jxpNqD1NDdQ.src = \"https:\/\/www.youtube.com\/iframe_api\";\nvar firstScriptTag_jxpNqD1NDdQ = document.getElementsByTagName('script')[0];\nfirstScriptTag_jxpNqD1NDdQ.parentNode.insertBefore(tag_jxpNqD1NDdQ, firstScriptTag_jxpNqD1NDdQ);\n<\/script>\r\n<p><strong>Imagine a middle school where&#8230;<\/strong><\/p>\r\n<ul>\r\n<li>students take ownership in their own learning and\u00a0enjoy opportunities to follow their passions, ask questions and challenge the norm.<\/li>\r\n<li>teachers and classmates discuss what it means to be a member of a respectful community.<\/li>\r\n<li>accountability and restoration are the outcomes of conflicts and students are challenged to hear the stories of others.<\/li>\r\n<li>integrity is fostered in and out of the classroom.<\/li>\r\n<li>a journey of faith is nurtured and students discover what it means to be a child of God.<\/li>\r\n<\/ul>\r\n<p>That is Eastern Mennonite Middle School.<\/p>\r\n<p><strong>Come join us!<\/strong><\/p>\r\n<p><a href=\"https:\/\/www.easternmennonite.org\/admissions\/visit\/\" target=\"_self\"> Plan to attend an Open House or visit soon! <\/a> <img loading=\"lazy\" decoding=\"async\" title=\"Erika Gascho\" src=\"https:\/\/www.easternmennonite.org\/wp-content\/uploads\/2019\/08\/IMG_3486-200x300.jpg\" alt=\"Erika Gascho\" width=\"200\" height=\"300\" \/> <strong>Erika Gascho<\/strong><br \/>Middle School Principal<br \/><a href=\"gaschoe@easternmennonite.org\">gaschoe@easternmennonite.org<\/a><\/p>\r\n<h2>Experiential Learning<\/h2>\r\n<p><img loading=\"lazy\" decoding=\"async\" title=\"MSClassroomSlime\" src=\"https:\/\/www.easternmennonite.org\/wp-content\/uploads\/2025\/08\/MSClassroomSlime-1-1000x667.jpg\" alt=\"MSClassroomSlime\" width=\"1000\" height=\"667\" \/><\/p>\r\n<p>In middle school, we challenge students to:<\/p>\r\n<ul>\r\n<li>build foundational knowledge that will prepare them for academic courses in high school.<\/li>\r\n<li>move from concrete to abstract thinking that will enable them to grasp how specific information connects to the &#8220;big picture.&#8221;<\/li>\r\n<\/ul>\r\n<ul>\r\n<li>&#8220;E-Term&#8221; each fall provides middle schoolers with a multi-day theme-focused experience by grade. Trips include biking and service projects, and exploring the city, learning to fish and canoe. Each grade participates in a course that ties to their curriculum and is experientially designed to spark discovery.<\/li>\r\n<\/ul>\r\n<ul>\r\n<li>Middle school students enjoy frequent field trips, outdoor learning in nearby Park Woods for science class and other hands-on activity. \u00a0<\/li>\r\n<\/ul>\r\n<h2>The Arts<\/h2>\r\n<p><img loading=\"lazy\" decoding=\"async\" title=\"IMG_2331\" src=\"https:\/\/www.easternmennonite.org\/wp-content\/uploads\/2025\/03\/IMG_2331-1000x667.jpeg\" alt=\"EMMS Concert\" width=\"1000\" height=\"667\" \/><\/p>\r\n<ul>\r\n<li>More than 50% of students 6-8 play an instrument at school<\/li>\r\n<li>Instrument exploration is required in grade 6<\/li>\r\n<li>7th grade choir<\/li>\r\n<li>Junior choir, grades 8-10<\/li>\r\n<li>Musical theater productions<\/li>\r\n<li>Orchestra and Band<\/li>\r\n<\/ul>\r\n<ul>\r\n<li>The middle school exploratory sequence exposes students to creative endeavors to discover new interests and abilities. Students explore without the pressure of achieving a grade or taking standardized tests.<\/li>\r\n<\/ul>\r\n<p>The exploratory series includes:<\/p>\r\n<ul>\r\n<li>Singing and instrumental music<\/li>\r\n<li>World languages<\/li>\r\n<li>Theatre<\/li>\r\n<li>Technical education<\/li>\r\n<li>Family consumer sciences<\/li>\r\n<li>Digital citizenship<\/li>\r\n<li>Computer skills and applications<\/li>\r\n<\/ul>\r\n<h2>Faith Community<\/h2>\r\n<p><img loading=\"lazy\" decoding=\"async\" title=\"IMG_5666\" src=\"https:\/\/www.easternmennonite.org\/wp-content\/uploads\/2025\/08\/IMG_5666-1000x667.jpeg\" alt=\"IMG_5666\" width=\"1000\" height=\"667\" \/><\/p>\r\n<ul>\r\n<li>Middle school students participate in School Day Out on the first Friday of the school year to have fun together and build community.\u00a0\u00a0<\/li>\r\n<li>The Junior SCO (Student Council Organization) plans socials and in-school events to bring people together across friend groups and grade levels.<\/li>\r\n<\/ul>\r\n<ul>\r\n<li>The middle school joins high school three days a week for a 20-minute <a href=\"https:\/\/www.easternmennonite.org\/about\/faith-community\/chapel\/\">chapel<\/a> service to hear a speaker, sing, pray and learn together. Every Tuesday, middle school students are part of a <a href=\"https:\/\/www.easternmennonite.org\/about\/faith-community\/neighbor-groups\/\">Neighbor Group<\/a> gathering for discussion on a theme, or informal interaction.<\/li>\r\n<\/ul>\r\n<ul>\r\n<li>We often use a &#8220;circle process&#8221; when difficulties arise to create safe space where everyone has a chance to be heard and everyone is challenged to listen.<\/li>\r\n<li>Each class does a service project together two times a year.<\/li>\r\n<\/ul>\r\n<h2>VISITING IS THE BEST WAY TO GET A SENSE OF OUR LEARNING COMMUNITY.<\/h2>\r\n<p><a href=\"https:\/\/www.easternmennonite.org\/admissions\/visit\/\" target=\"_self\"> Schedule a Visit <\/a><\/p>\r\n<h2>Middle School News<\/h2>\r\n<h4><a title=\"view all news &gt;\" href=\"https:\/\/www.easternmennonite.org\/about\/news\/\" target=\"_self\"> view all news &gt; <\/a><\/h4>\r\n<h4><a title=\"view events &gt;\" href=\"https:\/\/www.easternmennonite.org\/about\/calendar\/\" target=\"_self\"> view events &gt; <\/a><\/h4>\r\n","protected":false},"excerpt":{"rendered":"<p>Imagine una escuela secundaria donde... los estudiantes se apropian de su propio aprendizaje y disfrutan de oportunidades para seguir sus pasiones, hacer preguntas y desafiar la norma. Los maestros y compa\u00f1eros de clase discuten lo que significa ser miembro de una comunidad respetuosa. la rendici\u00f3n de cuentas y la restauraci\u00f3n son el resultado de los conflictos y los estudiantes tienen el desaf\u00edo de escuchar las historias...<\/p>","protected":false},"author":1,"featured_media":22234,"parent":76,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-834","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/pages\/834","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/comments?post=834"}],"version-history":[{"count":6,"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/pages\/834\/revisions"}],"predecessor-version":[{"id":77203,"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/pages\/834\/revisions\/77203"}],"up":[{"embeddable":true,"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/pages\/76"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/media\/22234"}],"wp:attachment":[{"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/media?parent=834"}],"curies":[{"name":"gracias","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}