ADVERTISEMENT

DepEd urged to 'improve', not suspend, implementation of mother tongue-based learning

Published Sep 16, 2022 10:14 am

Instead of suspending the implementation of Mother Tongue Based-MultiLingual Education (MTB-MLE), a national coalition of civil society organizations urged the Department of Education (DepEd) to identify its strengths and challenges to improve its overall implementation.

(ALI VICOY / MANILA BULLETIN)

“Its suspension will further hold back progress and gains we have achieved so far, most especially in placing inclusive education at the center of the Education Agenda,” Civil Society Network for Education Reforms (E-Net Philippines) said.

E-Net Philippines issued this statement with the ongoing deliberations on House Bills 2188 filed by Rep. Roman Romulo and 3925 filed by Rep. Mark Go in the Committee on Basic Education and Culture which is also chaired by Romulo himself.

The said bills seek to suspend the implementation of the provisions on the MTB-MLE in the Republic Act No. 10533 or the Enhanced Basic Education Act of 2013, particularly on the use of the Mother Tongue or the first language as the medium of instruction for learners in kindergarten to Grade 3.

The suspension of MTB-MLE stems from the current inability of the Department of Education (DepEd) to effectively implement the use of the mother tongue in all regions as provided by RA 10533 that ranges from producing complete books and other instructional and learning materials to having trained teachers to properly teach the mother tongue.

During the Committee’s Fifth Regular Meeting on Sept. 13 where the House Bills were deliberated, the DepEd, represented by Undersecretary Epimaco Densing III expressed that the DepEd and its Secretary, Vice President Sara Duterte support the bills on suspension of MTB-MLE implementation and likewise shared that DepEd is in favor of returning the medium of instruction to English and Filipino from learner’s mother tongue.

However, E-Net Philippines, a national coalition of civil society organizations engaged in policy advocacy and partnerships for education reforms was one of the invited resource persons to the hearing, believed that suspending the implementation of the MTB-MLE as a medium of instruction in the kindergarten to Grade 3 “counters government‘s commitment to provide and ensure learner-centered, culture-sensitive, quality, and inclusive education.”

The coalition stressed that MTB-MLE is at the “heart of inclusive and equitable quality education and lifelong learning” for all.

“It advocates making education systems more responsive to cultural and linguistic diversity and respects the rights of children and learners,” the group said, noting that the core value of institutionalizing MTB-MLE in RA 10533 is a recognition that “language plays a strategic role in shaping the formative years of learners.”

E-Net National Coordinator Alvelyn Joy Berdan, during the hearing, noted that “all children have the right to quality education in a language they speak and understand.”

She added that forcing them to learn in an unfamiliar language creates an educational handicap that many cannot overcome. “This is the situation faced by many children from non-dominant language communities when they enter the formal school system,” Berda said.

Given this, E-Net recommended that the government must conduct a legislative inquiry on how the DepEd is implementing the MTB-MLE to improve its execution.

“Monitoring and evaluation must be built into every part of the MTB-MLE program and use the results to strengthen and sustain it,” the coalition said.

E-Net also underscored the importance of involving local stakeholders, especially local leaders and elders who have a mastery of local languages, in the development of curriculum and instructional materials and to support teachers’ training and teacher recruitment from the local language communities.

Berdan stressed that implementation issues such as teachers’ training, availability of instructional materials and textbooks, and budget are “educational deficits that the government has to resolve not only in the context of implementing MTB-MLE but in the entire gamut of our education system.”

Related Tags

deped education
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.