{"id":832,"date":"2019-01-25T15:02:40","date_gmt":"2019-01-25T20:02:40","guid":{"rendered":"https:\/\/emsdev.digpants.com\/?page_id=832"},"modified":"2026-02-13T11:18:22","modified_gmt":"2026-02-13T16:18:22","slug":"elementary-school","status":"publish","type":"page","link":"https:\/\/www.easternmennonite.org\/es\/academics\/elementary-school\/","title":{"rendered":"Escuela Primaria"},"content":{"rendered":"\n\n\t \n<div id=\"video-container-mhXCRRpaYmQ\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; overflow: hidden;\">\n\t<div id=\"youtube-player-mhXCRRpaYmQ\" 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-mhXCRRpaYmQ\" 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-mhXCRRpaYmQ\" style=\"position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; gap: 15px;\">\n\t<button id=\"restart-btn-mhXCRRpaYmQ\" 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-mhXCRRpaYmQ\" 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_mhXCRRpaYmQ;\nvar isMuted_mhXCRRpaYmQ = true;\nvar videoId = 'mhXCRRpaYmQ';\n\nfunction restartVideo_mhXCRRpaYmQ() {\n  if (player_mhXCRRpaYmQ) {\n    player_mhXCRRpaYmQ.seekTo(0);\n    player_mhXCRRpaYmQ.playVideo();\n  }\n}\n\nfunction toggleMute_mhXCRRpaYmQ() {\n  var btn_mhXCRRpaYmQ = document.getElementById('mute-btn-mhXCRRpaYmQ');\n\n  if (player_mhXCRRpaYmQ) {\n    if (isMuted_mhXCRRpaYmQ) {\n      player_mhXCRRpaYmQ.unMute();\n      player_mhXCRRpaYmQ.setVolume(75);\n      btn_mhXCRRpaYmQ.className = 'ems-video-mute-btn';\n      isMuted_mhXCRRpaYmQ = false;\n    } else {\n      player_mhXCRRpaYmQ.mute();\n      btn_mhXCRRpaYmQ.className = 'ems-video-mute-btn ems-video-mute-btn-muted';\n      isMuted_mhXCRRpaYmQ = true;\n    }\n  }\n}\n\n\/\/ Simple event setup\ndocument.addEventListener('DOMContentLoaded', function() {\n  setTimeout(function() {\n    var restartBtn_mhXCRRpaYmQ = document.getElementById('restart-btn-mhXCRRpaYmQ');\n    var muteBtn_mhXCRRpaYmQ = document.getElementById('mute-btn-mhXCRRpaYmQ');\n\n    if (restartBtn_mhXCRRpaYmQ) {\n      restartBtn_mhXCRRpaYmQ.onclick = restartVideo_mhXCRRpaYmQ;\n    }\n\n    if (muteBtn_mhXCRRpaYmQ) {\n      muteBtn_mhXCRRpaYmQ.onclick = toggleMute_mhXCRRpaYmQ;\n    }\n  }, 1000);\n});\n\nfunction onYouTubeIframeAPIReady() {\n\n  player_mhXCRRpaYmQ = new YT.Player('youtube-player-mhXCRRpaYmQ', {\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_mhXCRRpaYmQ = document.getElementById('mute-btn-mhXCRRpaYmQ');\n        if (muteBtn_mhXCRRpaYmQ) {\n          muteBtn_mhXCRRpaYmQ.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_mhXCRRpaYmQ.seekTo(0);\n          player_mhXCRRpaYmQ.playVideo();\n        }\n      }\n    }\n  });\n}\n\nvar tag_mhXCRRpaYmQ = document.createElement('script');\ntag_mhXCRRpaYmQ.src = \"https:\/\/www.youtube.com\/iframe_api\";\nvar firstScriptTag_mhXCRRpaYmQ = document.getElementsByTagName('script')[0];\nfirstScriptTag_mhXCRRpaYmQ.parentNode.insertBefore(tag_mhXCRRpaYmQ, firstScriptTag_mhXCRRpaYmQ);\n<\/script>\n<h1>\n\t\t<a href=\"\" title=\"\"  target=\"_self\">\n\t\t\t\t\t<\/a>\n\t<\/h1>\n\t\t<h4>\n\t\t\tModal Box\n\t\t\t\t\t<\/h4>\n\t\t<h5>modal-<\/h5>\n\t\tClick here to edit the &#8220;modal-box&#8221; settings. This text is only for editing and will not appear after you publish the changes.\t\n\t\t\t\t\t\tPreview\n\t\t\tmodal-\n\t<h2  data-node=\"6qh4cbonat7m\" data-parent=\"gwhqsyt75cku\" data-type=\"heading\" data-name=\"Heading\">\n\t\t\tVisit Eastern Mennonite School!\t<\/h2>\n\t<h4>MS &amp; HS Visit Day: Friday, February 20<\/h4>\n<p>Middle and High School families are invited to spend the morning on campus, meet the people who make EMS unique, and explore a community where students are truly known.<\/p>\n<ul>\n<li>Parents attend a session and students shadow a host<\/li>\n<li>Join guided campus tours<\/li>\n<li>Connect with teachers and students<\/li>\n<li>Learn about admissions and financial aid<br \/>\n<em>79% of students receive tuition assistance.<\/em><\/li>\n<\/ul>\n<h4>Elementary note:<\/h4>\n<ul>\n<li>There are <strong>limited openings for rising 3rd graders &#8211; sign up for a personal tour today!<\/strong><\/li>\n<li>If you&#8217;d like to apply for the admissions pool in other grades, you can start by completing the inquiry form.<\/li>\n<\/ul>\n\t\t\t<a href=\"https:\/\/www.easternmennonite.org\/admissions\/visit\/\"  target=\"_self\">\n\t\t\t\t\t\t\tRegister Today!\n\t\t\t\t\t<\/a>\n\t<p><a href=\"#\">Don&#8217;t show this again<\/a><\/p>\n\t<p><strong>Imagine an elementary school where&#8230;<\/strong><\/p>\n<ul>\n<li>seeking excellence means building on the gifts of each individual.<\/li>\n<li>students are encouraged to explore the outdoors &#8211; every day.<\/li>\n<li>managing relationships with care and compassion is as important as multiplying fractions.<\/li>\n<li>younger and older students work together regularly.<\/li>\n<li>faith is a part of everyday life.<\/li>\n<li>serving others is modeled and encouraged.<\/li>\n<li>family and church perspectives are valued.<\/li>\n<\/ul>\n<p>These are our values at Eastern Mennonite Elementary School.<\/p>\n<p><strong>Welcome!<\/strong><\/p>\n\t\t\t<a href=\"https:\/\/www.easternmennonite.org\/academics\/elementary-school\/emes-a-history\/\"  target=\"_blank\" rel=\"noopener\"    rel=\"noopener\">\n\t\t\t\t\t\t\tEMES History\n\t\t\t\t\t<\/a>\n\t\t\t<a href=\"https:\/\/www.easternmennonite.org\/admissions\/visit\/\"  target=\"_self\">\n\t\t\t\t\t\t\tAttend an Open House or visit!\n\t\t\t\t\t<\/a>\n<figure itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.easternmennonite.org\/wp-content\/uploads\/2019\/04\/archer-update-200x300.jpg\" alt=\"archer update\" height=\"300\" width=\"200\" title=\"archer update\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<\/figure>\n<strong>Maria Archer<\/strong><br \/>\nK-8 Principal<br \/>\n<a href=\"mailto:archerm@easternmennonite.org\">archerm@easternmennonite.org<\/a>\n<a href=\"https:\/\/www.easternmennonite.org\/2023\/11\/ems-educators-receive-awards-at-the-vais-convention-for-their-positive-impact\/\">2023 Free Innovation <\/a><br \/>\n<a href=\"https:\/\/www.easternmennonite.org\/2023\/11\/ems-educators-receive-awards-at-the-vais-convention-for-their-positive-impact\/\">Award Winner<\/a>\n<h2>\n\t\t\tExperiential Learning\t<\/h2>\n<figure itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.easternmennonite.org\/wp-content\/uploads\/2022\/09\/IMG_2202-1000x667.jpg\" alt=\"EMES visit to Park Woods\" height=\"667\" width=\"1000\" title=\"IMG_2202\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<\/figure>\n\t<ul>\n<li>Our curriculum allows time and space to ponder, reflect, be creative and discern as students gain new experiences.<\/li>\n<li>Students learn to write with clarity, organization, and creativity.<\/li>\n<li>Through the Everyday Mathematics program we connect each new concept to its use in the &#8220;real world.&#8221; Hands-on activities and manipulatives reinforce the concepts.<\/li>\n<\/ul>\n\t<ul>\n<li>In science, students ask questions, conduct experiments, collect data, draw conclusions, and explore ways to effectively display their results with graphs and charts.<\/li>\n<li>Through the History Alive social studies curriculum, students make connections between historical events and life today. We use role-plays, small group problem-solving challenges, and simulations in each unit.<\/li>\n<\/ul>\n\t<ul>\n<li>Students also learn to gather information from a variety of sources including textbooks, trade books, and experts in the field. They hear and speak Spanish twice a week in class. \u00a0They play <i>outside<\/i> every day during recess and as part of our physical education curriculum.<\/li>\n<\/ul>\n<h2>\n\t\t\tThe Arts\t<\/h2>\n<figure itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.easternmennonite.org\/wp-content\/uploads\/2026\/01\/Screenshot-2025-12-12-at-9.51.26-AM-970x667.png\" alt=\"Screenshot 2025-12-12 at 9.51.26\u202fAM\" height=\"667\" width=\"970\" title=\"Screenshot 2025-12-12 at 9.51.26\u202fAM\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<\/figure>\n\t<ul>\n<li>Our music curriculum is based on the Kod\u00e1ly approach, which uses quality, folksongs and singing games from around the world and other experiences to foster a love of music, including music reading.<\/li>\n<li>We believe in music&#8217;s power to further students&#8217; development as whole people and to bring us closer to God and to each other.<\/li>\n<\/ul>\n\t<ul>\n<li>Elementary music program includes:\n<ul>\n<li>Twice weekly music classes, K-5<\/li>\n<li>Weekly choir, grades 3-5<\/li>\n<li>Weekly K-5 Gathering includes singing<\/li>\n<li>Two K-5 programs per year include singing, instruments, and dance<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\t<ul>\n<li>Art\n<ul>\n<li>Art stimulates creative, lateral thinking and learning persistence.<\/li>\n<li>Through a variety of strategies, art media and disciplines, students explore their reactions to their world, their family, and the faith they are developing.<\/li>\n<li>We aim to develop and reinforce a healthy self-concept through success in the creative process.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2>\n\t\t\tFaith Community\t<\/h2>\n<figure itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.easternmennonite.org\/wp-content\/uploads\/2023\/05\/IMG_9812-1000x667.jpg\" alt=\"IMG_9812\" height=\"667\" width=\"1000\" title=\"IMG_9812\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<\/figure>\n\t<ul>\n<li>We gather weekly to hear others share how they live out their faith in the world. We \u00a0sing, pray and discuss issues.<\/li>\n<li>Each grade takes part in a peacebuilding lesson every week.<\/li>\n<li>We foster spiritual growth in the classroom; everyone gets an opportunity to express their beliefs.<\/li>\n<li>Teachers model their faith, creating a respectful classroom where honesty and integrity are emphasized, and each person is valued.<\/li>\n<\/ul>\n\t<ul>\n<li>Elementary families enjoy a potluck each fall. In September, we celebrate the International Day of Peace. At Thanksgiving, we share an international meal and program. At Christmas, we share a music program. In the spring, we offer a dessert theater.<\/li>\n<li>When someone is experiencing hard times, we create cards, provide food, pray and offer support.<\/li>\n<\/ul>\n\t<ul>\n<li>Students grow through partnerships with local organizations such as Roberta Webb Child Care Center where older students are reading buddies to younger students.<\/li>\n<li>Fifth grade students take turns at lunch with the kindergarten class assisting with microwave use, opening stubborn containers and managing personal space.<\/li>\n<li>We prepare food each day in kindergarten to share with each other, and often with other grades.<\/li>\n<\/ul>\n<h2>\n\t\t\tVISITING IS THE BEST WAY TO GET A SENSE OF OUR LEARNING COMMUNITY.\t<\/h2>\n<h3>\n\t\t\tParents of elementary students are encouraged to visit without their child first to minimize any confusion for younger children.\t<\/h3>\n\t\t\t<a href=\"https:\/\/www.easternmennonite.org\/admissions\/visit\/\"  target=\"_self\">\n\t\t\t\t\t\t\tSchedule a Visit\n\t\t\t\t\t<\/a>\n<h2>\n\t\t\tElementary School News\t<\/h2>\n<h4>\n\t\t<a href=\"https:\/\/www.easternmennonite.org\/about\/news\/\" title=\"view all news &gt;\"  target=\"_self\">\n\t\t\tview all news >\t\t<\/a>\n\t<\/h4>\n<h4>\n\t\t<a href=\"https:\/\/www.easternmennonite.org\/about\/calendar\/\" title=\"view events &gt;\"  target=\"_self\">\n\t\t\tview events >\t\t<\/a>\n\t<\/h4>\n\n","protected":false},"excerpt":{"rendered":"<p>Cuadro modal: Haga clic aqu\u00ed para editar la configuraci\u00f3n del cuadro modal. Este texto es solo para editar y no aparecer\u00e1 despu\u00e9s de publicar los cambios. Vista previa del cuadro modal: \u00a1Visite la Escuela Eastern Mennonite! D\u00eda de visita para estudiantes de secundaria y preparatoria: viernes 20 de febrero. Se invita a las familias de secundaria y preparatoria a pasar la ma\u00f1ana en el campus y conocer a la gente\u2026<\/p>","protected":false},"author":1,"featured_media":7740,"parent":76,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-832","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/pages\/832","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=832"}],"version-history":[{"count":3,"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/pages\/832\/revisions"}],"predecessor-version":[{"id":78774,"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/pages\/832\/revisions\/78774"}],"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\/7740"}],"wp:attachment":[{"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/media?parent=832"}],"curies":[{"name":"gracias","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}